/* Portada de revisión: estilos acotados para no alterar las páginas de compra. */
body.home-page {
  --primary: #0f705c;
  --primary-dark: #095544;
  --muted: #52645e;
  background: #fff;
}

.home-page main > section { padding: 64px 0; }
.home-page main [id] { scroll-margin-top: 110px; }
.home-page main h2 { text-wrap: balance; }
.home-page .label {
  display: inline-block;
  margin-bottom: 10px;
  color: #0f705c;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-page .btn-primary,
.home-page .hero .btn-primary { background: #0f705c; color: #fff; }
.home-page .btn-primary:hover { background: #095544; }
.home-page :where(a, button, input, summary):focus-visible {
  outline: 3px solid #007a60;
  outline-offset: 4px;
}
.home-page .hero :where(a, button):focus-visible {
  outline-color: #baf5df;
}
.home-page .section-head { max-width: 730px; margin-bottom: 30px; }
.home-page .section-head h2 { font-size: clamp(1.85rem, 3vw, 2.65rem); line-height: 1.15; }
.home-page .section-head-left { max-width: 800px; margin-left: 0; text-align: left; }
.home-page .text-link { min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }

.home-page main > .home-3d-hero {
  height: auto;
  min-height: 590px;
  padding: 0;
}
.home-page .home-3d-layout {
  min-height: 590px;
  padding: 54px 0 102px;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr);
}
.home-page .home-3d-copy h1 {
  font-size: clamp(2.5rem, 4.15vw, 3.65rem);
  max-width: 650px;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.home-page .home-3d-copy .hero-lead {
  max-width: 560px;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 23px;
}
.home-page .home-3d-copy .eyebrow { font-size: .71rem; font-weight: 700; }
.home-page .home-3d-copy .btn { border-radius: 10px; font-size: .9rem; }
.home-page .home-3d-proof { margin-top: 25px; }
.home-page .home-3d-proof span { color: #d5e7e1; }
.home-page .home-3d-toolbar {
  right: max(24px, calc((100vw - 1280px) / 2));
  left: auto;
  bottom: 24px;
}
.home-page .home-3d-tabs button,
.home-page .home-3d-start,
.home-page .home-3d-motion { min-height: 44px; }

.home-page main > .highlights { margin-top: 0; padding: 0; background: #f3f7f5; }
.home-page .highlights-grid { gap: 0; }
.home-page .highlight {
  position: relative;
  border: 0;
  border-right: 1px solid #dce6df;
  border-radius: 0;
  background: transparent;
  padding: 26px 24px;
  box-shadow: none;
}
.home-page .highlight:first-child { padding-left: 0; }
.home-page .highlight:last-child { border-right: 0; }
.home-page .highlight-index { color: #527a69; font-size: .73rem; font-weight: 800; }
.home-page .highlight h3 { margin: 7px 0; font-size: .95rem; }
.home-page .highlight p { font-size: .83rem; line-height: 1.6; }

.home-page main > .quick-find { padding: 42px 0 0; }
.quick-find-box {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 22px 40px;
  padding: 28px 32px;
  border: 1px solid #d9e5de;
  border-radius: 18px;
  background: #fbfcfa;
}
.quick-find-copy h2 { font-size: 1.45rem; color: #103730; line-height: 1.25; }
.quick-find-copy p { margin-top: 8px; font-size: .9rem; color: #52645e; }
.quick-find-form label { display: block; margin-bottom: 8px; font-size: .85rem; font-weight: 700; }
.quick-find-form > div { display: flex; gap: 8px; }
.quick-find-form input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  color: #103730;
  background: #fff;
  border: 1px solid #819e91;
  border-radius: 8px;
  font-size: .87rem;
}
.quick-find-form button {
  flex-shrink: 0;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 12px 17px;
  background: #0f705c;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
}
.quick-find-form button:hover { background: #095544; }
.quick-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid #d5e2db;
  border-radius: 40px;
  color: #103730;
  background: #fff;
  font-size: .82rem;
  font-weight: 600;
}
.quick-links a:hover { background: #e8f3ec; border-color: #7a9b89; }

.home-page .category-card { border-radius: 16px; box-shadow: 0 8px 28px #12392b0a; }
.category-card-link { display: flex; flex-direction: column; height: 100%; color: inherit; }
.category-card-link > picture { display: block; width: 100%; aspect-ratio: 16 / 10; background: #e6eee8; overflow: hidden; }
.category-card-link > picture img { height: 100%; width: 100%; object-fit: cover; }
.category-card-link .card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.category-card-link .card-body p { font-size: .93rem; flex: 1; margin-bottom: 5px; }
.category-card-link .text-link { margin-top: 8px; }
.home-page .category-card:hover { transform: translateY(-3px); }
.category-card:focus-within { outline: 3px solid #007a60; outline-offset: 4px; }
.home-page .category-card-link:focus-visible { outline: none; }

.home-page main > .choice-guide { background: #f2f6f3; }
.choice-grid { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.choice-grid a {
  display: grid;
  gap: 10px;
  height: 100%;
  padding: 25px;
  border: 1px solid #d6e1da;
  border-radius: 14px;
  background: #fff;
}
.choice-grid a:hover { border-color: #587b69; background: #fbfdfb; }
.choice-number { font-size: 1.65rem; color: #668977; font-weight: 500; }
.choice-grid strong { font-size: 1.15rem; color: #103730; }
.choice-grid a > span:not(.choice-number) { color: #52645e; font-size: .9rem; }
.choice-grid small { margin-top: 10px; font-size: .84rem; font-weight: 700; color: #0f705c; text-decoration: underline; text-underline-offset: 4px; }
.choice-help { margin-top: 22px; color: #52645e; font-size: .9rem; }
.choice-help a { display: inline-block; padding: 8px 0; color: #0b6551; text-decoration: underline; text-underline-offset: 3px; }

.home-page .editorial-showcase { background: #fff; }
.home-page .editorial-showcase-grid { gap: 50px; grid-template-columns: .95fr 1.05fr; }
.home-page .editorial-showcase-media { border-radius: 16px; box-shadow: none; }
.home-page .editorial-showcase-media img { min-height: 0; aspect-ratio: 1 / 1; object-fit: cover; }
.home-page .editorial-showcase-copy h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.12; }
.home-page .editorial-showcase-copy p { font-size: .98rem; }
.home-page .editorial-proof-grid { list-style: none; margin: 22px 0; gap: 0; }
.home-page .editorial-proof-grid li { display: flex; align-items: center; gap: 20px; padding: 14px 0; border-bottom: 1px solid #e2e8e3; }
.home-page .editorial-proof-grid strong { font-size: .86rem; }
.home-page .editorial-proof-grid span { font-size: .92rem; font-weight: 600; }
.home-page .seo-grid { gap: 54px; }
.home-page .seo-copy h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.13; }
.home-page .seo-media { border-radius: 16px; box-shadow: none; }
.home-page .seo-media img { min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; }
.home-page .check-list { font-size: .91rem; gap: 14px; }

.service-steps { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.service-steps li { display: flex; align-items: flex-start; gap: 18px; padding-top: 25px; border-top: 1px solid #b3c9bb; }
.service-steps li > span { padding: 8px 10px; background: #edf5ef; border-radius: 8px; color: #0b6551; font-size: .82rem; font-weight: 700; }
.service-steps h3 { font-size: 1.1rem; line-height: 1.3; margin-bottom: 9px; color: #103730; }
.service-steps p { color: #52645e; font-size: .91rem; }
.service-actions { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px 26px; margin-top: 32px; }

.local-services { background: #f4f6f1; }
.local-services-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }
.local-services header h2,
.home-faq header h2 { font-size: clamp(1.85rem, 2.7vw, 2.5rem); line-height: 1.16; margin-bottom: 16px; color: #103730; }
.local-services header p,
.home-faq header p { color: #52645e; font-size: .95rem; }
.local-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.local-link-grid a { display: grid; gap: 5px; padding: 21px; border: 1px solid #d6e1d9; background: #fff; border-radius: 10px; }
.local-link-grid a:hover { border-color: #608572; }
.local-link-grid strong { font-size: .96rem; color: #103730; }
.local-link-grid span { font-size: .79rem; color: #52645e; }
.local-link-grid a:last-child { grid-column: 1 / -1; }

.home-page .project-confidence .label { color: #a4eacf; }
.home-page .project-confidence h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.16; color: #fff; }
.home-page .project-confidence-media { border-radius: 16px; }
.home-page .project-confidence-media img { min-height: 0; aspect-ratio: 5 / 4; object-fit: cover; }
.home-page .confidence-timeline { list-style: none; gap: 12px; }
.home-page .confidence-timeline li { padding: 16px 12px; border-top: 1px solid #648475; }
.home-page .confidence-timeline strong { font-size: .9rem; }
.home-page .confidence-timeline span { font-size: .81rem; }
.home-page .confidence-link { color: #c0f4df; margin-top: 18px; }

.home-page main > .policy-strip { padding: 32px 0; background: #edf3ee; }
.policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.policy-grid a { display: flex; align-items: center; gap: 15px; min-height: 64px; }
.policy-grid a > span { font-size: 1.65rem; color: #0f705c; width: 30px; }
.policy-grid strong { display: block; color: #103730; font-size: .98rem; }
.policy-grid small { display: block; color: #52645e; font-size: .8rem; margin-top: 4px; }
.policy-grid a:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.faq-list { border-top: 1px solid #cbdcd0; }
.faq-list details { border-bottom: 1px solid #cbdcd0; }
.faq-list summary { position: relative; padding: 21px 38px 21px 0; cursor: pointer; font-weight: 650; color: #103730; list-style: none; font-size: .98rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; top: 17px; right: 3px; font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details[open] { background: #fbfdfb; }
.faq-list p { padding: 0 24px 21px 0; color: #52645e; font-size: .93rem; line-height: 1.7; }
.home-page main > .cta { padding-top: 0; }
.home-page .cta-box { padding: 44px; border-radius: 18px; flex-wrap: nowrap; background: #103d30; box-shadow: none; }
.home-page .cta-copy { max-width: 720px; }
.home-page .cta-copy h2 { font-size: clamp(1.9rem, 2.9vw, 2.55rem); line-height: 1.13; margin: 10px 0 15px; }
.cta-kicker { color: #bcdfcb; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.home-page .cta-actions { flex: 0 0 240px; display: grid; gap: 10px; }
.home-page .cta-box .btn-secondary { color: #fff; background: transparent; border-color: #92b7a6; }
.cta-phone { text-align: center; display: grid; place-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; font-size: .88rem; }
.mobile-action-bar { display: none; }

/* En ventanas bajas la ayuda ya está en el hero: evita tapar el selector 3D. */
@media (min-width: 761px) and (max-height: 850px) {
  body.home-page .ed-chrome-floating-actions { display: none; }
}

@media (max-width: 1100px) {
  .home-page .home-3d-layout { gap: 22px; grid-template-columns: 1.4fr .6fr; }
  .home-page .home-3d-copy h1 { font-size: 3rem; }
  .home-page .highlights-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-page .highlight { padding: 22px 16px; }
  .home-page .cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-page .seo-grid { grid-template-columns: 1fr 1fr; }
  .quick-find-box { grid-template-columns: 1fr; gap: 20px; }
  .quick-find-form > div { max-width: 100%; }
  .home-page .card-body { padding: 20px; }
  .home-page .card-body h3 { font-size: 1.15rem; }
  .local-services-layout, .faq-layout { gap: 36px; }
}

@media (max-width: 900px) {
  .home-page .editorial-showcase-grid,
  .home-page .seo-grid,
  .home-page .project-confidence-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .home-page .confidence-timeline { grid-template-columns: 1fr; gap: 0; }
  .home-page .confidence-timeline li { padding: 10px 0; }
  .home-page .editorial-showcase-copy h2 { font-size: 2rem; }
  .home-page .editorial-showcase-copy .hero-cta { gap: 8px; }
}

@media (max-width: 760px) {
  .home-page { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .home-page main > section { padding: 44px 0; }
  .home-page main [id] { scroll-margin-top: 92px; }
  .home-page main > .home-3d-hero { min-height: 0; }
  .home-page .home-3d-layout { display: block; min-height: 0; padding: 32px 0 24px; }
  .home-page .home-3d-copy h1 { font-size: clamp(2.1rem, 7.8vw, 2.85rem); line-height: 1.09; letter-spacing: -.025em; }
  .home-page .home-3d-copy .hero-lead { font-size: .95rem; line-height: 1.55; margin-bottom: 20px; }
  .home-page .home-3d-copy .eyebrow { font-size: .64rem; padding: 7px 9px; margin-bottom: 16px; }
  .home-page .home-3d-copy .hero-cta { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .home-page .home-3d-copy .btn { min-height: 48px; font-size: .9rem; width: 100%; }
  .home-page .home-3d-proof { grid-template-columns: 1fr 1fr; margin-top: 22px; padding-top: 15px; }
  .home-page .home-3d-proof span { font-size: .75rem; }
  .home-page .home-3d-proof span:nth-child(3) { display: none; }
  .home-page .home-3d-proof strong { font-size: .85rem; }
  .home-page .home-3d-toolbar { position: relative; left: auto; right: auto; bottom: auto; margin: 0 12px 22px; display: flex; flex-wrap: wrap; justify-content: flex-start; }
  .home-page .home-3d-tabs { flex: 1 1 100%; width: 100%; }
  .home-page .home-3d-tabs button { font-size: .73rem; flex: 1 1 auto; padding-inline: 8px; min-height: 44px; }
  .home-page .home-3d-start { font-size: .75rem; background: #d8fff2; min-height: 44px; }
  .home-page .home-3d-shade::before { height: 100%; }
  .home-page main > .highlights { padding: 0; }
  .home-page .highlights-grid { grid-template-columns: 1fr 1fr; }
  .home-page .highlight { padding: 18px 12px; }
  .home-page .highlight:first-child { padding-left: 12px; }
  .home-page .highlight:nth-child(2) { border-right: 0; }
  .home-page .highlight:nth-child(-n+2) { border-bottom: 1px solid #dce6df; }
  .home-page .highlight h3 { font-size: .86rem; line-height: 1.4; }
  .home-page .highlight p { font-size: .78rem; }
  .home-page .highlight-index { display: none; }
  .home-page main > .quick-find { padding-top: 28px; }
  .quick-find-box { padding: 22px 18px; gap: 20px; border-radius: 14px; }
  .quick-find-copy h2 { font-size: 1.35rem; }
  .quick-find-copy p { font-size: .85rem; }
  .quick-find-form > div { display: grid; }
  .quick-find-form button { width: 100%; }
  .quick-links { gap: 6px; }
  .quick-links a { font-size: .77rem; padding-inline: 12px; }
  .home-page .cards-3 { grid-template-columns: 1fr; gap: 18px; }
  .category-card-link > picture { aspect-ratio: 16 / 9; }
  .home-page .category-card-link .card-body { padding: 21px; }
  .home-page .card-body h3 { font-size: 1.28rem; }
  .choice-grid { grid-template-columns: 1fr; gap: 10px; }
  .choice-grid a { grid-template-columns: 40px 1fr; padding: 20px; gap: 6px 12px; }
  .choice-number { grid-row: 1 / 4; font-size: 1.4rem; }
  .choice-grid strong { font-size: 1.05rem; }
  .choice-grid small { margin-top: 6px; }
  .home-page .editorial-showcase-grid,
  .home-page .seo-grid,
  .home-page .project-confidence-grid,
  .local-services-layout,
  .faq-layout { grid-template-columns: 1fr; gap: 26px; }
  .home-page .editorial-showcase-media img { aspect-ratio: 4 / 3; }
  .home-page .editorial-showcase-copy h2,
  .home-page .seo-copy h2,
  .home-page .project-confidence h2 { font-size: 1.9rem; }
  .home-page .seo-media img { aspect-ratio: 16 / 10; }
  .home-page .project-confidence-media img { aspect-ratio: 16 / 10; }
  .home-page .confidence-timeline { grid-template-columns: 1fr; }
  .service-steps { grid-template-columns: 1fr; gap: 18px; }
  .service-steps li { padding-top: 18px; }
  .service-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .service-actions .text-link { justify-content: center; }
  .local-link-grid { grid-template-columns: 1fr; gap: 8px; }
  .local-link-grid a { padding: 17px; }
  .local-link-grid a:last-child { grid-column: auto; }
  .policy-grid { grid-template-columns: 1fr; gap: 12px; }
  .policy-grid a { padding: 9px 0; border-bottom: 1px solid #d5e1d9; }
  .policy-grid a:last-child { border: 0; }
  .faq-list summary { font-size: .93rem; }
  .home-page .cta-box { padding: 29px 22px; flex-direction: column; align-items: stretch; gap: 22px; }
  .home-page .cta-copy h2 { font-size: 1.9rem; }
  .home-page .cta-copy p { font-size: .93rem; }
  .home-page .cta-actions { flex-basis: auto; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid #d2e0d6; background: #fff; box-shadow: 0 -3px 18px #092e2012; }
  .mobile-action-bar a { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .88rem; font-weight: 700; border: 1px solid #a5bcb0; border-radius: 8px; color: #0b5543; }
  .mobile-action-bar a:last-child { color: #fff; background: #0f705c; border-color: #0f705c; }
  .mobile-action-bar span { font-size: 1.1rem; }
  body.ed-mobile-menu-open .mobile-action-bar { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html:has(.home-page) { scroll-behavior: auto; }
  .home-page *, .home-page *::before, .home-page *::after { transition: none !important; animation: none !important; }
  .home-page :where(a, button, .category-card):hover { transform: none; }
}

/* Colecciones editoriales y ayudas de proyecto: ampliación local de septiembre. */
.home-section-nav { border-bottom: 1px solid #dae5df; background: #fff; }
.home-section-nav > div { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding-block: 16px; }
.home-section-nav > div > span { color: #51655a; font-size: .78rem; font-weight: 600; }
.home-section-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #174737; font-size: .84rem; font-weight: 700; border-bottom: 2px solid transparent; }
.home-section-nav a:hover { border-bottom-color: #0f705c; }
.home-page .home-scene-link { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; margin-top: 5px; color: #e5fff4; font-size: .8rem; text-decoration: underline; text-underline-offset: 5px; }
.home-page .home-scene-link span { display: inline; }
.home-scene-note { position: absolute; z-index: 4; bottom: 29px; left: max(24px, calc((100vw - 1280px) / 2)); max-width: 350px; color: #c1d3ca; font-size: .71rem; line-height: 1.5; }
.home-page .home-3d-scene-meta { padding: 18px 22px; border: 1px solid #ffffff38; border-radius: 14px; background: #0b2b25d9; text-shadow: none; }
.home-page .home-3d-scene-number { align-self: flex-start; font-size: 1.4rem; padding-top: 5px; }
.home-page .choice-grid a { position: relative; grid-template-columns: 1fr auto; gap: 8px; }
.home-page .choice-grid .choice-plan { grid-column: 1; width: 120px; height: 88px; margin-bottom: 14px; }
.choice-plan path { fill: none; stroke-linecap: square; stroke-linejoin: round; }
.choice-plan .plan-wall { stroke: #a6b5aa; stroke-width: 6; }
.choice-plan .plan-glass { stroke: #0f705c; stroke-width: 3; }
.choice-plan .plan-direction { stroke: #0f705c; stroke-width: 1.6; }
.home-page .choice-grid .choice-number { grid-column: 2; grid-row: 1; align-self: start; font-size: .8rem; color: #5b7365; }
.home-page .choice-grid :is(strong, a > span:not(.choice-number), small) { grid-column: 1 / -1; }
.plan-caption { margin-top: 14px; font-size: .75rem; color: #52645e; }
.opening-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; padding-top: 35px; margin-top: 20px; border-top: 1px solid #c9d9cc; }
.opening-guide h3 { max-width: 400px; font-size: 1.35rem; line-height: 1.3; color: #103730; margin-bottom: 12px; }
.opening-guide p { color: #52645e; font-size: .88rem; }
.opening-options details { border-bottom: 1px solid #c9d9cc; }
.opening-options summary { padding: 16px 0; font-size: .92rem; font-weight: 650; color: #103730; cursor: pointer; }
.opening-options details[open] { padding-bottom: 10px; }
.opening-options a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 4px; color: #0b6551; font-size: .85rem; text-decoration: underline; text-underline-offset: 4px; }
.finish-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.finish-selector a { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid #d0dfd5; border-radius: 10px; min-height: 76px; }
.finish-selector a:hover { border-color: #0f705c; background: #f4f8f5; }
.finish-swatch { flex: 0 0 30px; height: 30px; border-radius: 50%; border: 1px solid #839186; }
.finish-swatch-black { background: #262c2a; }
.finish-swatch-chrome { background: linear-gradient(120deg, #a4aaa7 0%, #f8f8f5 42%, #bec5c0 65%, #747e77 100%); }
.finish-selector strong { display: block; color: #103730; font-size: .86rem; }
.finish-selector small { display: block; color: #52645e; font-size: .71rem; }
.finish-selector a > span:last-child { margin-left: auto; }
.home-page .editorial-showcase-copy .finish-note { margin: 9px 0 20px; font-size: .73rem; }
.home-page main > .home-guide-hub { background: #f4f5f0; }
.home-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.home-guide-grid > a { display: flex; flex-direction: column; padding: 28px; background: #fff; border: 1px solid #dce4d9; border-radius: 14px; }
.home-guide-grid > a:hover { border-color: #728f7d; }
.guide-stage { color: #4b6c59; font-size: .74rem; margin-bottom: 25px; }
.home-guide-grid strong { font-size: 1.2rem; line-height: 1.3; color: #153d2e; }
.home-guide-grid p { margin: 14px 0 20px; color: #52645e; font-size: .89rem; line-height: 1.7; flex: 1; }
.home-guide-grid .text-link { font-size: .8rem; gap: 10px; }
.local-project-brief { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 55px; padding-top: 28px; border-top: 1px solid #c8d6ca; }
.local-project-brief h3 { font-size: 1.08rem; color: #103730; line-height: 1.45; }
.local-project-brief p { font-size: .88rem; color: #52645e; }
.local-project-brief a { display: inline-flex; align-items: center; min-height: 44px; gap: 12px; font-size: .86rem; color: #0b6551; text-decoration: underline; text-underline-offset: 4px; }
.local-project-brief small { font-size: .75rem; color: #52645e; align-self: center; }

@media (min-width: 1101px) {
  .home-page #categorias .cards-3 { grid-template-columns: 1.12fr 1fr; grid-template-rows: 1fr 1fr; gap: 22px; }
  .home-page #categorias .category-card:first-child { grid-row: 1 / 3; }
  .home-page #categorias .category-card:first-child picture { flex: 1; min-height: 330px; aspect-ratio: auto; }
  .home-page #categorias .category-card:first-child .card-body { flex: 0; padding: 26px 30px; }
  .home-page #categorias .category-card:first-child h3 { font-size: 1.7rem; }
  .home-page #categorias .category-card:not(:first-child) .category-card-link { display: grid; grid-template-columns: .85fr 1fr; }
  .home-page #categorias .category-card:not(:first-child) picture { height: 100%; aspect-ratio: auto; min-height: 250px; }
  .home-page #categorias .category-card:not(:first-child) .card-body { justify-content: center; padding: 24px; }
  .home-page #categorias .category-card:not(:first-child) .card-body p { flex: 0; }
}
@media (min-width: 761px) and (max-width: 1100px) {
  .home-page .home-3d-layout { padding-bottom: 130px; }
  .home-scene-note { max-width: 100%; bottom: 10px; font-size: .68rem; }
  .home-page .home-3d-toolbar { bottom: 43px; }
  .home-page .home-3d-scene-meta { padding: 14px; }
  .home-page .home-3d-scene-number { display: none; }
  .home-guide-grid { gap: 12px; }
  .home-guide-grid > a { padding: 22px; }
  .finish-selector { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .home-section-nav > div { justify-content: flex-start; gap: 4px 19px; padding-block: 14px; }
  .home-section-nav > div > span { width: 100%; }
  .home-section-nav a { font-size: .77rem; min-height: 42px; }
  .home-page .home-3d-scene-meta { display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: none; margin-top: 18px; padding: 10px 14px; }
  .home-page .home-3d-scene-meta > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; width: 100%; }
  .home-page .home-3d-scene-meta strong { font-size: .84rem; margin: 0; }
  .home-page .home-3d-scene-meta #home3dSceneCopy, .home-page .home-3d-scene-number { display: none; }
  .home-page .home-scene-link { margin: 0; font-size: .77rem; }
  .home-scene-note { position: relative; left: auto; bottom: auto; padding: 0 16px 20px; max-width: none; font-size: .7rem; }
  .home-page .home-3d-toolbar { margin-bottom: 12px; }
  .home-page .choice-grid a { grid-template-columns: 78px 1fr auto; column-gap: 14px; padding: 18px; }
  .home-page .choice-grid .choice-plan { grid-column: 1; grid-row: 1 / 4; width: 78px; height: 65px; margin: 0; align-self: center; }
  .home-page .choice-grid .choice-number { grid-column: 3; grid-row: 1; }
  .home-page .choice-grid :is(strong, a > span:not(.choice-number), small) { grid-column: 2; }
  .home-page .choice-grid strong { font-size: .96rem; }
  .home-page .choice-grid a > span:not(.choice-number) { font-size: .83rem; }
  .opening-guide { grid-template-columns: 1fr; gap: 14px; margin-top: 18px; padding-top: 25px; }
  .home-guide-grid { grid-template-columns: 1fr; gap: 12px; }
  .home-guide-grid > a { padding: 23px; }
  .guide-stage { margin-bottom: 14px; }
  .home-guide-grid p { margin: 10px 0; }
  .finish-selector { gap: 8px; }
  .finish-selector a { padding: 12px; gap: 9px; }
  .finish-selector a > span:last-child { display: none; }
  .finish-swatch { flex-basis: 26px; height: 26px; }
  .local-project-brief { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 360px) {
  .finish-selector { grid-template-columns: 1fr; }
  .home-page .choice-grid a { grid-template-columns: 60px 1fr; gap: 8px; }
  .home-page .choice-grid .choice-plan { width: 60px; }
  .home-page .choice-grid .choice-number { display: none; }
}

/* Premium v2: composición editorial marfil, verde profundo y acentos de latón. */
body.home-page { --primary: #183c32; --primary-dark: #102e26; --secondary: #183c32; --muted: #62665f; --premium-paper: #f6f3ed; --premium-line: #d4cec1; --premium-brass: #a98c57; background: var(--premium-paper); }
.home-page main { background: var(--premium-paper); }
.home-page main > section { padding-block: 92px; }
.home-page main :is(h1,h2) { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.home-page main :is(h3,.home-guide-grid strong) { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.025em; }
.home-page main .label { font-size: .66rem; font-weight: 500; letter-spacing: .17em; color: #6d6149; margin-bottom: 17px; }
.home-page main .btn { min-height: 50px; border-radius: 3px; box-shadow: none; font-weight: 500; font-size: .84rem; padding: 13px 22px; }
.home-page main .btn-primary { background: #183c32; border-color: #183c32; color: #fff; }
.home-page main .btn-primary:hover { background: #102e26; }
.home-page main .btn-secondary { border-color: #b7b3a6; color: #183c32; background: transparent; }
.home-page main .text-link { color: #183c32; font-weight: 500; font-size: .83rem; text-decoration-thickness: 1px; }
.home-page .section-head { max-width: 800px; margin-bottom: 45px; }
.home-page .section-head h2 { font-size: clamp(2.25rem, 3.7vw, 3.8rem); line-height: 1.04; }
.home-page .section-head p { font-size: .93rem; line-height: 1.8; color: #62665f; }
.home-page main > .home-3d-hero { background: var(--premium-paper); color: #183c32; min-height: 0; padding: 0; height: auto; }
.home-page .home-3d-layout { display: grid; width: 100%; max-width: none; min-height: 0; height: auto; grid-template-columns: minmax(0, 44fr) minmax(0, 56fr); padding: 0; gap: 0; align-items: stretch; }
.home-page .home-3d-copy { display: flex; flex-direction: column; justify-content: center; width: auto; min-width: 0; padding: clamp(36px, 4vw, 70px); }
.home-page .home-3d-copy h1 { font-size: clamp(2.8rem, 4.2vw, 4.85rem); line-height: 1.07; color: #183c32; max-width: 690px; margin: 0 0 30px; text-wrap: pretty; letter-spacing: -.05em; }
.home-page .home-3d-copy h1 span { color: #183c32; font-style: italic; display: inline; }
.home-page .home-3d-copy .hero-lead { font-size: .94rem; line-height: 1.85; max-width: 470px; color: #62665f; margin-bottom: 30px; }
.home-page .home-3d-copy .hero-cta { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; }
.home-page .home-3d-copy .btn { min-height: 50px; font-size: .8rem; border-radius: 3px; }
.home-page .home-3d-copy .btn-primary { background: #183c32; color: #fff; box-shadow: none; }
.home-page .home-3d-copy .btn-secondary { padding-inline: 0; border: 0; border-bottom: 1px solid #7c8a7d; border-radius: 0; color: #183c32; background: transparent; backdrop-filter: none; min-height: 42px; }
.home-page .hero :is(a,button):focus-visible { outline-color: #745c2f; }
.premium-home-gallery { min-width: 0; display: flex; flex-direction: column; pointer-events: auto; border-left: 1px solid #d4cec1; }
.premium-scene-visual { position: relative; flex: 1 1 auto; min-height: 530px; background: #dfdfd6; overflow: hidden; }
.home-page .premium-scene-visual .home-3d-fallback { background: #dfdfd6; }
.home-page .premium-scene-visual .home-3d-fallback img { opacity: 1; transform: none; object-position: 66% center; }
.home-page .home-3d-shade { display: none; }
.home-page .home-3d-toolbar { position: static; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px; margin: 0; padding: 8px 20px; border-bottom: 1px solid #d4cec1; background: var(--premium-paper); }
.home-page .home-3d-tabs { width: auto; flex: 1 1 auto; display: flex; flex-wrap: wrap; gap: 14px; padding: 0; border: 0; border-radius: 0; box-shadow: none; background: transparent; backdrop-filter: none; }
.home-page .home-3d-tabs button { flex: 0 1 auto; padding: 6px 0; min-height: 44px; color: #5c635b; background: transparent; border: 0; border-bottom: 1px solid transparent; border-radius: 0; font-weight: 500; font-size: .72rem; box-shadow: none; }
.home-page .home-3d-tabs button.is-active { color: #183c32; border-bottom-color: #183c32; background: transparent; transform: none; }
.home-page .home-3d-tabs button:hover { color: #183c32; background: transparent; }
.home-page .home-3d-start,.home-page .home-3d-motion { min-height: 40px; border: 1px solid #a4aa9d; border-radius: 3px; background: transparent; color: #183c32; box-shadow: none; backdrop-filter: none; font-weight: 500; font-size: .71rem; padding: 8px 12px; }
.home-page .home-3d-start:hover { background: #ece8dd; color: #183c32; }
.home-page .home-3d-scene-meta { display: flex; align-items: center; align-self: auto; justify-self: auto; width: 100%; max-width: none; margin: 0; padding: 9px 21px; border: 0; border-radius: 0; background: transparent; text-shadow: none; gap: 12px; }
.home-page .home-3d-scene-number { display: block; font-family: Georgia,serif; font-weight: 400; color: #8b7549; font-size: 1.15rem; padding: 0; align-self: center; }
.home-page .home-3d-scene-meta > div { display: flex; flex: 1; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.home-page .home-3d-scene-meta strong { color: #183c32; font-weight: 500; font-size: .7rem; margin: 0; }
.home-page #home3dSceneCopy { display: none; }
.home-page .home-scene-link { margin: 0 0 0 auto; color: #183c32; font-size: .7rem; min-height: 36px; }
.premium-hero-base { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: center; padding-block: 22px; border-bottom: 1px solid #d4cec1; }
.home-page .premium-hero-base .home-3d-proof { width: 100%; max-width: 780px; margin: 0; padding: 0; border: 0; grid-template-columns: repeat(3,minmax(0,1fr)); }
.home-page .home-3d-proof span { color: #686b62; font-size: .73rem; display: block; }
.home-page .premium-hero-base .home-3d-proof span:nth-child(3) { display: block; }
.home-page .home-3d-proof span + span { border-color: #d4cec1; }
.home-page .home-3d-proof strong { color: #183c32; font-family: Georgia,serif; font-weight: 400; font-size: 1rem; margin-bottom: 3px; }
.home-page .home-scene-note { position: static; padding: 0; margin: 0; color: #6b6d63; max-width: 230px; font-size: .66rem; }
.home-page .home-section-nav { background: var(--premium-paper); border-color: #d4cec1; }
.home-section-nav > div { padding-block: 20px; }
.home-section-nav > div > span { font-family: Georgia,serif; font-style: italic; font-size: .98rem; color: #7b6845; }
.home-section-nav a { font-size: .73rem; font-weight: 500; border-color: transparent; }
.home-section-nav a::before { content: '—'; margin-right: 9px; color: #a98c57; }
.home-page main > .highlights { background: transparent; }
.home-page .highlight { padding: 25px; border-color: #d4cec1; }
.home-page .highlight-index { font-family: Georgia,serif; color: #8d774c; font-size: .9rem; font-weight: 400; }
.home-page .highlight h3 { font-size: 1.12rem; }
.home-page .highlight p { font-size: .76rem; color: #62665f; }
.home-page main > .quick-find { padding-top: 42px; }
.home-page .quick-find-box { border: 0; border-block: 1px solid #d4cec1; border-radius: 0; padding: 30px 0; background: transparent; gap: 20px 45px; }
.home-page .quick-find-copy h2 { font-size: 2rem; font-weight: 400; }
.home-page .quick-find-copy .label { margin-bottom: 10px; }
.home-page .quick-find-copy p { font-size: .8rem; }
.home-page .quick-find-form input { background: #fffefa; border-radius: 3px; border-color: #b7b6a9; font-size: .82rem; }
.home-page .quick-find-form label { font-weight: 500; font-size: .75rem; }
.home-page .quick-find-form button { background: #183c32; border-radius: 3px; font-weight: 500; font-size: .78rem; }
.home-page .quick-links { gap: 8px 24px; }
.home-page .quick-links a { background: transparent; border: 0; border-radius: 0; padding: 4px 0; font-weight: 400; font-size: .75rem; min-height: 36px; border-bottom: 1px solid #a4ab9d; }
.home-page #categorias .premium-collection-layout { display: grid; grid-template-columns: 1.08fr .56fr .56fr; gap: 24px; align-items: start; }
.home-page #categorias .section-head { grid-column: 2 / 4; grid-row: 1; margin: 0; max-width: none; text-align: left; padding: 16px 10px 12px; }
.home-page #categorias .section-head h2 { max-width: 530px; font-size: clamp(2.6rem,4.1vw,4.3rem); }
.home-page #categorias .section-head p { max-width: 530px; margin-top: 22px; font-size: .87rem; }
.home-page #categorias .cards-3 { display: contents; }
.home-page #categorias .category-card { border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
.home-page #categorias .category-card:first-child { grid-column: 1; grid-row: 1 / 3; }
.home-page #categorias .category-card:not(:first-child) { grid-row: 2; }
.home-page #categorias .category-card .category-card-link,
.home-page #categorias .category-card:not(:first-child) .category-card-link { display: flex; flex-direction: column; }
.home-page #categorias .category-card:first-child picture { flex: 0 0 auto; min-height: 0; height: auto; aspect-ratio: 4 / 5; }
.home-page #categorias .category-card:not(:first-child) picture { min-height: 0; height: auto; aspect-ratio: 1 / 1; }
.home-page #categorias .category-card .card-body,
.home-page #categorias .category-card:first-child .card-body,
.home-page #categorias .category-card:not(:first-child) .card-body { padding: 19px 0 0; }
.home-page #categorias .category-card .card-kicker { color: #706a5b; font-size: .62rem; letter-spacing: .07em; font-weight: 400; }
.collection-index { color: #8d7548; font-family: Georgia,serif; font-size: 1.35rem; margin-right: 10px; letter-spacing: -.02em; }
.home-page #categorias .category-card h3 { font-size: 1.55rem; margin-top: 5px; color: #183c32; }
.home-page #categorias .category-card:first-child h3 { font-size: 1.95rem; }
.home-page #categorias .category-card .card-body p { font-size: .8rem; line-height: 1.7; max-width: 480px; margin-top: 8px; }
.home-page #categorias .category-card .text-link { font-size: .74rem; margin-top: 8px; }
.home-page #categorias .category-card:hover { transform: none; }
.home-page #categorias .category-card img { transition: transform .5s ease; }
@media (hover:hover) and (prefers-reduced-motion:no-preference) { .home-page #categorias .category-card:hover img { transform: scale(1.025); } }
.home-page main > .choice-guide { background: #efebe3; border-block: 1px solid #d4cec1; }
.home-page .choice-grid { gap: 26px; }
.home-page .choice-grid a { background: transparent; border-radius: 0; border: 1px solid #b8b8a9; padding: 28px; }
.home-page .choice-grid .choice-plan { width: 155px; height: 110px; margin-bottom: 18px; }
.home-page .choice-grid .plan-wall { stroke: #a7a99c; }
.home-page .choice-grid .plan-glass,.home-page .choice-grid .plan-direction { stroke: #183c32; }
.home-page .choice-grid .choice-number { font-family: Georgia,serif; font-size: 1.1rem; color: #8d7548; }
.home-page .choice-grid strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.55rem; letter-spacing: -.025em; }
.home-page .choice-grid a > span:not(.choice-number) { font-size: .83rem; }
.home-page .choice-grid small { color: #183c32; font-size: .77rem; font-weight: 500; }
.home-page .plan-caption { font-size: .69rem; }
.home-page .opening-guide { margin-top: 22px; border-color: #c5c4b6; }
.home-page .opening-guide h3 { font-size: 1.75rem; line-height: 1.15; }
.home-page .opening-options summary { font-family: Georgia,serif; font-weight: 400; font-size: 1.3rem; padding-block: 20px; }
.home-page .opening-options details { border-color: #c5c4b6; }
.home-page .opening-options p { font-size: .84rem; }
.home-page .editorial-showcase { background: var(--premium-paper); }
.home-page .editorial-showcase-grid { gap: 80px; grid-template-columns: 1.08fr .92fr; }
.home-page .editorial-showcase-media { margin: 0; border-radius: 0; overflow: visible; }
.home-page .editorial-showcase-media img { aspect-ratio: 4 / 5; }
.editorial-showcase-media figcaption { display: flex; justify-content: space-between; gap: 12px; padding: 17px 0; border-bottom: 1px solid #d4cec1; font-size: .65rem; color: #706b5e; }
.editorial-showcase-media figcaption span:last-child { font-family: Georgia,serif; font-style: italic; }
.home-page .editorial-showcase-copy h2 { font-size: clamp(2.3rem,3.8vw,4rem); line-height: 1.08; }
.home-page .editorial-showcase-copy p { font-size: .9rem; }
.home-page .editorial-proof-grid li { padding: 17px 0; border-color: #d4cec1; }
.home-page .editorial-proof-grid strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.1rem; color: #8d7548; }
.home-page .editorial-proof-grid span { font-weight: 400; font-size: .86rem; }
.home-page .finish-selector { gap: 20px; }
.home-page .finish-selector a { border-radius: 0; border: 0; border-bottom: 1px solid #bcb9aa; padding: 10px 0; min-height: 80px; }
.home-page .finish-selector a:hover { background: transparent; }
.home-page .finish-swatch { border-radius: 2px; flex-basis: 40px; height: 48px; border-color: #929a8e; }
.home-page .finish-selector strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.15rem; }
.home-page main > .home-guide-hub { background: #ede9df; }
.home-page .home-guide-grid { gap: 30px; }
.home-page .home-guide-grid > a { padding: 0; border-radius: 0; border: 0; border-bottom: 1px solid #bcb8aa; background: transparent; }
.guide-editorial-photo { display: block; overflow: hidden; margin-bottom: 24px; aspect-ratio: 4 / 3; background: #e1dfd3; }
.guide-editorial-photo img { width: 100%; height: 100%; object-fit: cover; }
.home-page .guide-stage { margin-bottom: 14px; font-size: .66rem; color: #71674f; letter-spacing: .09em; text-transform: uppercase; }
.home-page .home-guide-grid strong { font-size: 1.65rem; color: #183c32; }
.home-page .home-guide-grid p { font-size: .83rem; line-height: 1.85; margin: 13px 0; }
.home-page .home-guide-grid .text-link { font-size: .76rem; padding-bottom: 17px; margin-top: 10px; }
.home-page .service-steps { gap: 40px; }
.home-page .service-steps li { border-color: #c8c1b2; }
.home-page .service-steps li > span { font-family: Georgia,serif; font-size: 1.8rem; font-weight: 400; color: #9a8050; border-radius: 0; padding: 0; background: transparent; line-height: 1.1; }
.home-page .service-steps h3 { font-size: 1.45rem; }
.home-page .service-steps p { font-size: .85rem; }
.home-page .local-services { background: #eeebe3; }
.home-page .local-services-layout { grid-template-columns: 1.1fr 1fr; gap: 45px 70px; align-items: center; }
.local-service-photo { margin: 0 0 28px; }
.local-service-photo picture { display: block; }
.local-service-photo img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; object-position: 50% 65%; }
.local-service-photo figcaption { font-family: Georgia,serif; font-style: italic; color: #6c695b; font-size: .85rem; margin-top: 12px; }
.home-page .local-services header h2 { font-size: clamp(2.2rem,3.5vw,3.7rem); line-height: 1.1; }
.home-page .local-services header p { font-size: .85rem; }
.home-page .local-link-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid #bdbbac; }
.home-page .local-link-grid a { display: grid; grid-template-columns: 1fr auto; gap: 9px 20px; padding: 25px 0; border: 0; border-bottom: 1px solid #bdbbac; border-radius: 0; background: transparent; }
.home-page .local-link-grid a::after { content: '↗'; color: #8d7548; grid-column: 2; grid-row: 1; font-size: 1.25rem; }
.home-page .local-link-grid strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.45rem; }
.home-page .local-link-grid span { font-size: .77rem; grid-column: 1; }
.home-page .local-project-brief { border-color: #bdbbac; }
.home-page .local-project-brief h3 { font-size: 1.4rem; }
.home-page .local-project-brief p { font-size: .83rem; }
.home-page .project-confidence { background: #183c32; }
.home-page .project-confidence-grid { grid-template-columns: .95fr 1.05fr; gap: 70px; }
.home-page .project-confidence h2 { font-size: clamp(2.35rem,3.7vw,3.8rem); line-height: 1.08; }
.home-page .project-confidence .label { color: #d0bb90; }
.home-page .project-confidence-copy p { font-size: .9rem; line-height: 1.85; color: #d1dbd0; }
.home-page .project-confidence-media { border-radius: 0; }
.home-page .project-confidence-media img { aspect-ratio: 5 / 4; }
.home-page .confidence-timeline { grid-template-columns: 1fr; gap: 0; margin-top: 23px; }
.home-page .confidence-timeline li { display: grid; grid-template-columns: 120px 1fr; gap: 18px; background: transparent; border-radius: 0; border-color: #71806c; padding: 16px 0; }
.home-page .confidence-timeline strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.13rem; }
.home-page .confidence-timeline span { font-size: .77rem; color: #c7d0c1; }
.home-page .project-confidence .confidence-link { color: #f6f3ed; margin-top: 22px; }
.home-page main > .policy-strip { background: #eae6da; padding-block: 25px; }
.home-page .policy-grid { gap: 45px; }
.home-page .policy-grid strong { font-family: Georgia,serif; font-weight: 400; font-size: 1.22rem; }
.home-page .policy-grid a > span { color: #8d7548; font-size: 1.45rem; }
.home-page .policy-grid small { font-size: .73rem; }
.home-page .home-faq h2 { font-size: clamp(2.2rem,3.6vw,3.7rem); line-height: 1.07; }
.home-page .home-faq header p { font-size: .89rem; }
.home-page .faq-list,.home-page .faq-list details { border-color: #c5c0b3; }
.home-page .faq-list summary { font-family: Georgia,serif; font-weight: 400; font-size: 1.2rem; line-height: 1.5; padding-block: 22px; }
.home-page .faq-list summary::after { color: #8d7548; }
.home-page .faq-list details[open] { background: transparent; }
.home-page .faq-list p { font-size: .85rem; }
.home-page .cta-box { border-radius: 0; padding: 46px 0; background: transparent; border-block: 1px solid #bcb6a6; gap: 60px; color: #183c32; }
.home-page .cta-kicker { color: #7c6b4b; font-size: .67rem; }
.home-page .cta-copy h2 { color: #183c32; font-size: clamp(2.4rem,3.6vw,3.8rem); line-height: 1.07; }
.home-page .cta-copy p { color: #62665f; font-size: .91rem; }
.home-page .cta-box .btn { background: #183c32; color: #fff; }
.home-page .cta-box .btn-secondary { background: transparent; color: #183c32; border-color: #a8afa0; }
.home-page .cta-phone { font-size: .8rem; }
.home-page .mobile-action-bar { background: #f6f3ed; border-color: #c8c1b2; box-shadow: none; }
.home-page .mobile-action-bar a { border-radius: 3px; font-weight: 500; font-size: .81rem; border-color: #9ca995; color: #183c32; }
.home-page .mobile-action-bar a:last-child { background: #183c32; color: #fff; }

@media (max-width: 1100px) {
  .home-page .home-3d-copy { padding: 35px; }
  .home-page .home-3d-copy h1 { font-size: 3rem; }
  .premium-scene-visual { min-height: 530px; }
  .home-page .home-3d-toolbar { padding-inline: 15px; }
  .home-page .home-3d-tabs { gap: 12px; }
  .home-page .premium-hero-base { grid-template-columns: 1fr; gap: 15px; }
  .home-page .home-scene-note { max-width: none; }
  .home-page .editorial-showcase-grid { gap: 40px; }
  .home-page .finish-selector { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-page .local-services-layout,.home-page .project-confidence-grid { gap: 38px; }
}
@media (max-width: 900px) and (min-width: 761px) {
  .home-page .home-3d-copy { padding: 28px; }
  .home-page .home-3d-copy h1 { font-size: 2.5rem; }
  .home-page .home-3d-copy .hero-lead { font-size: .85rem; }
  .home-page #categorias .premium-collection-layout { gap: 18px; grid-template-columns: 1fr 1fr; }
  .home-page #categorias .section-head { grid-column: 1 / -1; grid-row: 1; padding: 0 0 12px; }
  .home-page #categorias .category-card:first-child { grid-column: 1; grid-row: 2 / 4; }
  .home-page #categorias .category-card:not(:first-child) { grid-column: 2; grid-row: auto; }
  .home-page #categorias .category-card:not(:first-child) picture { aspect-ratio: 16 / 9; }
  .home-page .home-guide-grid { gap: 22px; }
  .home-page .home-guide-grid strong { font-size: 1.4rem; }
}
@media (max-width: 760px) {
  .home-page main > section { padding-block: 55px; }
  .home-page .home-3d-layout { display: flex; flex-direction: column; }
  .home-page .home-3d-copy { padding: 38px 22px 33px; }
  .home-page .home-3d-copy h1 { font-size: clamp(2.5rem,10vw,3.6rem); line-height: 1.06; margin-bottom: 23px; }
  .home-page .home-3d-copy .hero-lead { font-size: .88rem; line-height: 1.8; margin-bottom: 23px; }
  .home-page .home-3d-copy .hero-cta { gap: 13px; }
  .home-page .home-3d-copy .btn { width: auto; font-size: .77rem; }
  .premium-home-gallery { border-left: 0; }
  .premium-scene-visual { min-height: 0; height: 360px; flex: none; }
  .home-page .premium-scene-visual .home-3d-fallback img { object-position: 65% center; }
  .home-page .home-3d-toolbar { padding: 6px 16px; gap: 2px 12px; }
  .home-page .home-3d-tabs { flex: 1 1 100%; width: 100%; justify-content: space-between; gap: 6px; }
  .home-page .home-3d-tabs button { font-size: .7rem; padding: 5px 0; }
  .home-page .home-3d-start { min-height: 40px; font-size: .68rem; margin: 4px 0; }
  .home-page .home-3d-scene-meta { padding: 5px 16px; }
  .home-page .home-3d-scene-meta strong { font-size: .68rem; }
  .home-page .premium-hero-base { padding: 20px 8px; }
  .home-page .premium-hero-base .home-3d-proof { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-page .home-3d-proof span { font-size: .63rem; padding-inline: 10px; }
  .home-page .home-3d-proof strong { font-size: .85rem; }
  .home-page .home-scene-note { font-size: .62rem; }
  .home-section-nav > div { gap: 3px 18px; padding-block: 19px; }
  .home-section-nav > div > span { font-size: .92rem; }
  .home-section-nav a { font-size: .68rem; min-height: 40px; }
  .home-page .highlight { padding: 18px 12px; }
  .home-page .highlight h3 { font-size: 1rem; }
  .home-page .highlight p { font-size: .7rem; }
  .home-page .quick-find-box { padding: 25px 0; gap: 18px; }
  .home-page .quick-find-copy h2 { font-size: 1.8rem; }
  .home-page .quick-links { gap: 6px 18px; }
  .home-page .quick-links a { font-size: .7rem; min-height: 42px; }
  .home-page #categorias .premium-collection-layout { display: flex; flex-direction: column; gap: 25px; }
  .home-page #categorias .section-head { padding: 0; }
  .home-page #categorias .section-head h2 { font-size: 2.7rem; }
  .home-page #categorias .section-head p { font-size: .84rem; margin-top: 18px; }
  .home-page #categorias .category-card { width: 100%; }
  .home-page #categorias .category-card:first-child picture { aspect-ratio: 5 / 6; }
  .home-page #categorias .category-card:not(:first-child) picture { aspect-ratio: 4 / 3; }
  .home-page #categorias .category-card .card-body { padding: 17px 0 5px; }
  .home-page #categorias .category-card h3,.home-page #categorias .category-card:first-child h3 { font-size: 1.8rem; }
  .home-page .section-head { margin-bottom: 28px; }
  .home-page .section-head h2 { font-size: 2.4rem; }
  .home-page .choice-grid { gap: 12px; }
  .home-page .choice-grid a { padding: 20px 16px; grid-template-columns: 80px 1fr auto; gap: 8px 12px; }
  .home-page .choice-grid .choice-plan { width: 80px; height: 75px; margin: 0; }
  .home-page .choice-grid .choice-number { font-size: .87rem; }
  .home-page .choice-grid strong { font-size: 1.25rem; }
  .home-page .choice-grid a > span:not(.choice-number) { font-size: .76rem; }
  .home-page .opening-guide { gap: 18px; padding-top: 28px; }
  .home-page .opening-guide h3 { font-size: 1.7rem; }
  .home-page .opening-options summary { font-size: 1.12rem; }
  .home-page .editorial-showcase-grid,.home-page .local-services-layout,.home-page .project-confidence-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-page .editorial-showcase-copy h2 { font-size: 2.6rem; }
  .home-page .editorial-showcase-media img { aspect-ratio: 4 / 5; }
  .editorial-showcase-media figcaption { font-size: .61rem; }
  .home-page .finish-selector { gap: 18px; }
  .home-page .finish-selector strong { font-size: 1.05rem; }
  .home-page .finish-selector small { font-size: .67rem; }
  .home-page .finish-swatch { flex-basis: 34px; height: 42px; }
  .home-page .home-guide-grid { gap: 33px; }
  .guide-editorial-photo { margin-bottom: 19px; }
  .home-page .home-guide-grid strong { font-size: 1.65rem; }
  .home-page .service-steps { gap: 24px; }
  .home-page .local-services header h2,.home-page .project-confidence h2,.home-page .home-faq h2 { font-size: 2.5rem; }
  .home-page .local-link-grid a { padding-block: 20px; }
  .home-page .local-link-grid strong { font-size: 1.3rem; }
  .home-page .local-project-brief { gap: 12px; }
  .home-page .confidence-timeline li { grid-template-columns: 100px 1fr; }
  .home-page .project-confidence-media img { aspect-ratio: 4 / 3; }
  .home-page .policy-grid { gap: 7px; }
  .home-page .policy-grid a { border-color: #c8c1b2; }
  .home-page .faq-layout { gap: 28px; }
  .home-page .faq-list summary { font-size: 1.13rem; padding-block: 20px; }
  .home-page .cta-box { padding: 35px 0; gap: 25px; }
  .home-page .cta-copy h2 { font-size: 2.65rem; }
}
@media (max-width: 360px) {
  .home-page .home-3d-copy { padding-inline: 18px; }
  .home-page .home-3d-copy h1 { font-size: 2.35rem; }
  .home-page .choice-grid a { grid-template-columns: 62px 1fr; }
  .home-page .choice-grid .choice-plan { width: 62px; }
  .home-page .choice-grid .choice-number { display: none; }
  .home-page .home-3d-scene-meta strong { display: none; }
}

/* Reading and touch targets remain comfortable without changing the photography. */
.home-page .home-3d-tabs button, .home-page .home-3d-start { font-size: .82rem; min-height: 44px; }
.home-page .home-scene-note, .home-page .plan-caption, .home-page .editorial-showcase-copy .finish-note { font-size: .8rem; line-height: 1.65; }
.home-page .home-3d-scene-meta strong, .home-page .home-scene-link { font-size: .8rem; }
.home-page .home-section-nav a { font-size: .85rem; }
@media (max-width: 760px) {
  .home-page .highlight p, .home-page .quick-links a { font-size: .86rem; }
  .home-page .home-3d-proof span { font-size: .78rem; }
  .home-page .home-3d-proof strong { font-size: .92rem; }
  .home-page .home-3d-tabs { flex-wrap: wrap; justify-content: flex-start; gap: 0 16px; }
  .home-page .home-3d-tabs button { flex: 1 0 auto; }
  .home-page .finish-selector small { font-size: .82rem; line-height: 1.6; }
}
