:root {
  --color-charcoal: #11100d;
  --color-forest: #12352f;
  --color-moss: #1f4a3d;
  --color-wood-dark: #5a351f;
  --color-wood: #9b6a3c;
  --color-sand: #f5efe3;
  --color-cream: #fff9ee;
  --color-copper: #c59a5a;
  --color-ink: #211a14;
  --color-muted: #6e665d;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;
  --shadow-premium: 0 24px 80px rgba(0, 0, 0, .28);
  --shadow-soft: 0 12px 40px rgba(0, 0, 0, .16);
  --ease-premium: cubic-bezier(.16, 1, .3, 1);
  --font-display: "Bodoni 72", "Bodoni MT", Didot, "Iowan Old Style", Baskerville, Georgia, serif;
  --font-sans: "Segoe UI Variable Text", "Avenir Next", Inter, Manrope, "Segoe UI", system-ui, sans-serif;
  --header-height: 84px;
}

/* Catálogo residencial: três famílias reais e suas variações */
.plan-tabs.plan-tabs--families {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.plan-tabs--families .plan-tab strong {
  font-size: clamp(1.18rem, 1.85vw, 1.65rem);
}
.plan-panel--family {
  min-height: 680px;
}
.plan-sheet-shell--family {
  min-height: 520px;
}
.plan-sheet-shell--family img {
  max-height: 620px;
  object-fit: contain;
}
.plan-variation-note {
  margin: .8rem 0 1rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(166, 106, 37, .2);
  border-left: 3px solid #b77a2f;
  border-radius: 10px;
  color: rgba(40, 48, 42, .68);
  background: rgba(255, 249, 238, .72);
}
.plan-variation-note strong {
  display: block;
  margin-bottom: .3rem;
  color: #1d4b3b;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.plan-variation-note p {
  margin: 0;
  font-size: .73rem;
  line-height: 1.55;
}
.plan-room-grid--variations > div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.model-catalog {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  scroll-margin-top: calc(var(--header-height) + 24px);
}
.model-catalog-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .45rem 1.5rem;
  align-items: end;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(80, 65, 48, .16);
}
.model-catalog-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: #a46d27;
}
.model-catalog-heading h3 {
  margin: 0;
  color: #163e32;
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 1;
}
.model-catalog-heading p {
  grid-column: 1;
  max-width: 760px;
  margin: .35rem 0 0;
  color: rgba(43, 46, 41, .66);
  line-height: 1.65;
}
.model-catalog-heading .btn {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: center;
  color: var(--color-forest);
}
.model-variation-group {
  scroll-margin-top: calc(var(--header-height) + 22px);
  margin-bottom: .75rem;
  overflow: hidden;
  border: 1px solid rgba(80, 65, 48, .17);
  border-radius: 14px;
  background: rgba(255, 252, 246, .76);
  box-shadow: 0 14px 36px rgba(45, 35, 25, .06);
}
.model-variation-group summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 34px;
  align-items: center;
  gap: 1rem;
  min-height: 88px;
  padding: 1rem 1.15rem;
  color: #1b4034;
  cursor: pointer;
  list-style: none;
}
.model-variation-group summary::-webkit-details-marker { display: none; }
.model-variation-group summary span { display: grid; gap: .1rem; }
.model-variation-group summary small {
  color: #a46d27;
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.model-variation-group summary strong {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 520;
}
.model-variation-group summary em {
  color: rgba(41, 46, 41, .58);
  font-size: .72rem;
  font-style: normal;
  font-weight: 760;
}
.model-variation-group summary i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(175, 118, 47, .3);
  border-radius: 50%;
  color: #a46d27;
  font-size: 1.15rem;
  font-style: normal;
  transition: transform .28s var(--ease-premium), background .28s ease;
}
.model-variation-group[open] summary {
  color: #fff9ee;
  background: linear-gradient(135deg, #214c3e, #12382e);
}
.model-variation-group[open] summary small { color: #e3b970; }
.model-variation-group[open] summary em { color: rgba(255, 249, 238, .65); }
.model-variation-group[open] summary i {
  color: #f1c67e;
  border-color: rgba(241, 198, 126, .45);
  background: rgba(255, 255, 255, .08);
  transform: rotate(45deg);
}
.model-variation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}
.model-variation-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(87, 68, 47, .15);
  border-radius: 11px;
  background: #f7f2e7;
}
.model-variation-grid figure a {
  display: grid;
  place-items: center;
  aspect-ratio: auto;
  overflow: hidden;
  background: #f4efe6;
}
.model-variation-grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.model-variation-grid figcaption {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem .8rem;
  color: #28473d;
  font-size: .7rem;
  font-weight: 820;
}
.model-variation-grid figcaption span {
  color: #a46d27;
  font-weight: 760;
}
.model-group-pdf {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 1rem 1rem;
  padding: .85rem 1rem;
  border: 1px solid rgba(31, 74, 61, .15);
  border-radius: 10px;
  color: #21483b;
  background: rgba(242, 236, 224, .65);
  font-size: .72rem;
  font-weight: 820;
}

@media (max-width: 760px) {
  .plan-tabs.plan-tabs--families { grid-template-columns: 1fr; }
  .plan-tabs--families .plan-tab { min-height: 82px; }
  .plan-panel--family { min-height: 0; }
  .plan-sheet-shell--family { min-height: 0; }
  .model-catalog-heading { grid-template-columns: minmax(0, 1fr); }
  .model-catalog-heading .btn {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    margin-top: .45rem;
  }
  .model-variation-group summary {
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: .65rem;
    padding: .85rem;
  }
  .model-variation-group summary em {
    grid-column: 1;
    grid-row: 2;
  }
  .model-variation-group summary i {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .model-variation-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
    padding: .7rem;
  }
  .model-variation-grid figure a { aspect-ratio: auto; }
  .model-group-pdf { margin: 0 .7rem .7rem; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html,
body { overflow-x: hidden; }
body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--color-ink);
  background: var(--color-cream);
  font-family: var(--font-sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: .75rem;
  transform: translateY(-160%);
  background: var(--color-copper);
  color: var(--color-charcoal);
  padding: .65rem 1rem;
  border-radius: var(--radius-sm);
  z-index: 999;
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.narrow { width: min(820px, calc(100% - 40px)); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1200;
  background:
    linear-gradient(180deg, rgba(9, 16, 12, .52), rgba(9, 16, 12, .28)),
    linear-gradient(90deg, rgba(255, 249, 238, .045), transparent 34%, rgba(222, 176, 104, .045));
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  border-bottom: 1px solid rgba(232, 198, 139, .11);
  box-shadow: 0 14px 36px rgba(0, 0, 0, .12);
  transition: background .35s var(--ease-premium), border .35s var(--ease-premium), box-shadow .35s var(--ease-premium);
}
.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(8, 14, 11, .68), rgba(8, 14, 11, .46)),
    linear-gradient(90deg, rgba(255, 249, 238, .04), transparent 36%, rgba(222, 176, 104, .05));
  border-bottom: 1px solid rgba(232, 198, 139, .16);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
}
.header-inner {
  height: var(--header-height);
  display: flex;
  align-items: center;
  gap: 1.15rem;
  width: min(1320px, calc(100% - 32px));
  margin-inline: auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: var(--color-cream);
  min-width: 0;
  max-width: 268px;
}
.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 249, 238, .72);
  border-radius: 14px;
  padding: 5px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .7);
}
.brand span {
  display: grid;
  justify-items: start;
  gap: .12rem;
}
.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: .98;
  font-size: .9rem;
  white-space: nowrap;
}
.brand small {
  display: block;
  color: rgba(255, 249, 238, .72);
  font-size: .62rem;
  line-height: 1.08;
  white-space: nowrap;
}
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  flex: 1 1 auto;
  margin-left: clamp(1rem, 3vw, 3rem);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.desktop-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 249, 238, .78);
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: .3rem 0;
  border-radius: 0;
  transition: color .25s var(--ease-premium), opacity .25s var(--ease-premium);
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.28rem;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2b66f, transparent);
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .25s var(--ease-premium), transform .25s var(--ease-premium);
}
.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: #fffaf0;
  background: transparent;
  box-shadow: none;
}
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.desktop-nav .phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  text-align: center;
  min-height: 38px;
  padding: .25rem 0 .25rem 1rem;
  border: 0;
  border-left: 1px solid rgba(232, 198, 139, .22);
  border-radius: 0;
  color: rgba(245, 218, 169, .88);
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .025em;
  background: transparent;
  box-shadow: none;
  white-space: nowrap;
}
.desktop-nav .phone-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}
.desktop-nav .phone-link::after {
  left: 1rem;
}
.desktop-nav .phone-link:hover,
.desktop-nav .phone-link:focus-visible {
  color: #ffe2ad;
}
.menu-toggle,
.menu-close {
  display: none;
  border: 1px solid rgba(197, 154, 90, .35);
  background: rgba(255, 249, 238, .08);
  color: var(--color-cream);
  border-radius: var(--radius-sm);
}
.menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
}
.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}
.mobile-panel {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  min-height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(197, 154, 90, .18), transparent 34%),
    linear-gradient(145deg, rgba(7, 18, 13, .98), rgba(3, 9, 7, .99));
  color: var(--color-cream);
  z-index: 5000;
  padding: max(1.1rem, env(safe-area-inset-top)) max(1.1rem, env(safe-area-inset-right)) max(1.1rem, env(safe-area-inset-bottom)) max(1.1rem, env(safe-area-inset-left));
  overflow-y: auto;
  overscroll-behavior: contain;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(100%, 0, 0);
  transition: transform .42s var(--ease-premium), opacity .28s var(--ease-premium), visibility .28s var(--ease-premium);
  will-change: transform;
}
body.menu-open .mobile-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}
.mobile-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.mobile-panel nav {
  display: grid;
  gap: .35rem;
  position: relative;
  z-index: 1;
}
.mobile-panel nav a {
  padding: .9rem 0;
  border-bottom: 1px solid rgba(255, 249, 238, .12);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  color: #fff9ee;
}
.mobile-contact {
  display: grid;
  gap: .85rem;
  margin-top: 2rem;
  color: rgba(255, 249, 238, .82);
  position: relative;
  z-index: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .88rem;
  min-height: 52px;
  padding: .82rem 1rem .82rem 1.2rem;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.12;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
  transition: transform .25s var(--ease-premium), box-shadow .25s var(--ease-premium), background .25s var(--ease-premium);
}
.btn:hover { transform: translateY(-2px); }
.btn > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 211, 153, .36);
  border-radius: 50%;
  color: #f2cd8b;
  background: rgba(255, 255, 255, .06);
  font-size: .98rem;
  line-height: 1;
  transition: transform .28s var(--ease-premium), background .28s ease, border-color .28s ease;
}
.btn:hover > span { transform: translateX(2px); }
.btn-primary {
  color: var(--color-cream);
  border-color: rgba(224, 181, 111, .48);
  background:
    linear-gradient(115deg, rgba(237, 200, 137, .15), transparent 36%),
    linear-gradient(135deg, #245f49, #153f31 58%, #0c2b21);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 38px rgba(8, 40, 30, .26), 0 0 0 1px rgba(14, 45, 34, .08);
}
.btn-primary:hover {
  border-color: rgba(242, 207, 146, .8);
  background:
    linear-gradient(115deg, rgba(247, 216, 163, .22), transparent 38%),
    linear-gradient(135deg, #2d7257, #1a4d3b 58%, #103528);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 19px 50px rgba(8, 40, 30, .34), 0 0 28px rgba(196, 145, 66, .14);
}
.btn-secondary {
  color: var(--color-cream);
  border-color: rgba(197, 154, 90, .48);
  background: rgba(255, 249, 238, .08);
}
.lightbox-open {
  overflow: hidden;
}
.lightbox[hidden] {
  display: none;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  color: #fff9ee;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 211, 102, .14), transparent 32%),
    linear-gradient(135deg, rgba(4, 11, 8, .94), rgba(7, 23, 16, .9));
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
.lightbox::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background:
    repeating-linear-gradient(90deg, rgba(255, 249, 238, .08) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, rgba(239, 202, 139, .06) 0 1px, transparent 1px 84px);
}
.lightbox-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(1180px, 86vw);
  max-height: 84vh;
  margin: 0;
  padding: clamp(.45rem, 1vw, .8rem);
  border: 1px solid rgba(239, 202, 139, .25);
  border-radius: 30px;
  background: rgba(255, 249, 238, .07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .12),
    0 34px 110px rgba(0, 0, 0, .46),
    0 0 70px rgba(37, 211, 102, .09);
  animation: lightboxEnter .34s var(--ease-premium) both;
}
.lightbox-stage img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 760px);
  object-fit: contain;
  border-radius: 22px;
  background: rgba(5, 13, 10, .7);
}
.lightbox--plan-tools .lightbox-stage {
  overflow: hidden;
}
.lightbox--plan-tools .lightbox-stage img {
  image-rendering: auto;
  transform-origin: center;
  will-change: transform;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform .16s ease-out;
}
.lightbox--plan-tools.is-plan-zoomed .lightbox-stage {
  touch-action: none;
}
.lightbox--plan-tools.is-plan-zoomed .lightbox-stage img {
  cursor: grab;
}
.lightbox--plan-tools.is-dragging .lightbox-stage img {
  cursor: grabbing;
  transition: none;
}
.lightbox-tools {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: clamp(.7rem, 1.7vw, 1rem);
  display: flex;
  align-items: center;
  gap: .38rem;
  max-width: calc(100% - 1.5rem);
  padding: .42rem;
  border: 1px solid rgba(239, 202, 139, .32);
  border-radius: 999px;
  background: rgba(5, 18, 13, .88);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.lightbox-tools[hidden] {
  display: none;
}
.lightbox-tools button {
  display: grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 .72rem;
  border: 1px solid rgba(239, 202, 139, .3);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(255, 249, 238, .08);
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1;
  transition: border-color .2s ease, background .2s ease, opacity .2s ease;
}
.lightbox-tools button:hover,
.lightbox-tools button:focus-visible {
  outline: none;
  border-color: rgba(239, 202, 139, .72);
  background: rgba(255, 249, 238, .16);
}
.lightbox-tools button:disabled {
  cursor: default;
  opacity: .42;
}
.lightbox-tools .lightbox-zoom-reset {
  min-width: auto;
  font-size: .7rem;
  letter-spacing: .02em;
}
.lightbox-tools output {
  min-width: 3.2rem;
  color: #fff9ee;
  font-size: .7rem;
  font-weight: 820;
  text-align: center;
}
.lightbox-pan-hint {
  padding: 0 .45rem 0 .3rem;
  color: rgba(255, 249, 238, .7);
  font-size: .65rem;
  font-weight: 720;
  white-space: nowrap;
}
@media (max-width: 620px) {
  .lightbox-tools {
    bottom: .55rem;
    gap: .3rem;
    padding: .34rem;
  }
  .lightbox-tools button {
    min-width: 36px;
    height: 36px;
  }
  .lightbox-pan-hint {
    display: none;
  }
}
.lightbox--plan-tools .lightbox-stage figcaption {
  top: clamp(.8rem, 1.8vw, 1.15rem);
  bottom: auto;
}
.lightbox-stage figcaption {
  position: absolute;
  left: 50%;
  bottom: clamp(.85rem, 2vw, 1.25rem);
  transform: translateX(-50%);
  padding: .48rem .78rem;
  border: 1px solid rgba(239, 202, 139, .28);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(5, 18, 13, .72);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
  font-size: .74rem;
  font-weight: 820;
  backdrop-filter: blur(12px);
}
.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 202, 139, .3);
  border-radius: 50%;
  color: #fff9ee;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .15), transparent 28%),
    linear-gradient(180deg, rgba(36, 88, 66, .94), rgba(8, 28, 20, .94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 22px 54px rgba(0, 0, 0, .36);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.lightbox-close {
  top: clamp(1rem, 2.6vw, 2rem);
  right: clamp(1rem, 2.6vw, 2rem);
  width: 48px;
  height: 48px;
  font-size: 1.6rem;
  line-height: 1;
}
.lightbox-nav {
  top: 50%;
  width: 58px;
  height: 58px;
  font-size: 2rem;
  transform: translateY(-50%);
}
.lightbox-prev { left: clamp(1rem, 3vw, 2.4rem); }
.lightbox-next { right: clamp(1rem, 3vw, 2.4rem); }
.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  outline: none;
  border-color: rgba(239, 202, 139, .72);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .18), transparent 28%),
    linear-gradient(180deg, rgba(45, 114, 87, .98), rgba(10, 39, 28, .98));
}
.lightbox-close:hover { transform: scale(1.05); }
.lightbox-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lightbox-next:hover { transform: translateY(-50%) translateX(3px); }
@keyframes lightboxEnter {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.96); filter: blur(8px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
.cream-band .btn-secondary,
.split-band .btn-secondary,
.faq-band .btn-secondary { color: var(--color-forest); background: transparent; }
.btn-compact {
  min-height: 42px;
  padding-inline: .9rem;
  font-size: .85rem;
}
.header-cta.btn-primary {
  min-height: 44px;
  padding: .72rem 1rem;
  border: 1px solid rgba(221, 177, 105, .38);
  border-radius: 999px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(221, 177, 105, .12), transparent 42%),
    rgba(18, 58, 47, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 10px 26px rgba(2, 12, 9, .18);
  font-weight: 750;
}
.header-cta.btn-primary:hover {
  border-color: rgba(238, 201, 139, .82);
  background:
    linear-gradient(135deg, rgba(238, 201, 139, .22), transparent 44%),
    rgba(25, 76, 61, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 16px 40px rgba(2, 12, 9, .3), 0 0 24px rgba(197, 154, 90, .14);
}
.text-link {
  color: #245d48;
  font-weight: 800;
  border-bottom: 1px solid rgba(45, 105, 81, .34);
}
.eyebrow,
.kicker {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .72rem;
  font-weight: 900;
  color: var(--color-copper);
}

.hero {
  min-height: calc(100vh - var(--header-height));
  margin-top: calc(var(--header-height) * -1);
  padding: calc(var(--header-height) + 72px) max(20px, 4vw) 72px;
  position: relative;
  color: var(--color-cream);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .85fr);
  align-items: center;
  gap: min(6vw, 72px);
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(17, 16, 13, .96), rgba(18, 53, 47, .9) 46%, rgba(17, 16, 13, .92)),
    radial-gradient(circle at 70% 28%, rgba(197, 154, 90, .28), transparent 32%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .13;
  background-image:
    linear-gradient(90deg, transparent 0 42%, rgba(255, 249, 238, .1) 42% 44%, transparent 44%),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(255, 249, 238, .12) 23px, transparent 24px);
  background-size: 190px 100%, 100% 48px;
}
.hero-content { max-width: 760px; }
h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.04;
  letter-spacing: 0;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3rem, 8vw, 7.7rem);
  max-width: 920px;
}
.hero-subtitle {
  font-size: clamp(1.08rem, 1.5vw, 1.45rem);
  color: rgba(255, 249, 238, .82);
  max-width: 740px;
  margin: 1.35rem 0 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}
.microcopy {
  color: rgba(255, 249, 238, .8);
  margin-top: 1rem;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.45rem;
}
.trust-strip span {
  border: 1px solid rgba(197, 154, 90, .3);
  padding: .48rem .72rem;
  border-radius: 999px;
  background: rgba(255, 249, 238, .06);
  color: rgba(255, 249, 238, .82);
  font-size: .84rem;
}
.hero-visual { perspective: 1100px; }
.photo-stage {
  position: relative;
  border-radius: var(--radius-lg);
  transform: rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform .18s linear;
  box-shadow: var(--shadow-premium);
}
.photo-stage img {
  width: min(560px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(197, 154, 90, .3);
}
.wood-scene {
  position: absolute;
  inset: auto -22px -28px auto;
  width: 230px;
  height: 150px;
  transform-style: preserve-3d;
}
.beam,
.roof-line {
  position: absolute;
  display: block;
  background: linear-gradient(90deg, #c99354, #5a351f);
  border: 1px solid rgba(255, 249, 238, .2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}
.beam { width: 156px; height: 18px; border-radius: 5px; }
.beam-a { transform: rotate(31deg); left: 22px; top: 42px; }
.beam-b { transform: rotate(-28deg); right: 18px; top: 42px; }
.beam-c { transform: rotate(90deg); left: 98px; top: 82px; }
.roof-line { width: 210px; height: 12px; left: 8px; top: 18px; transform: skewX(-18deg); border-radius: 999px; }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  color: var(--color-muted);
  padding: 1.05rem 0;
  font-size: .88rem;
}
.breadcrumbs a { color: var(--color-forest); font-weight: 700; }
.section { padding: 88px 0; }
.section-head {
  max-width: 820px;
  margin-bottom: 2.2rem;
}
.section-head h2,
.final-cta h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.4rem);
}
.section-head p,
.content-block p,
.model-card p,
.split-layout p,
.inner-hero p,
.budget-hero p,
.final-cta p {
  color: var(--color-muted);
  font-size: 1.03rem;
}
.dark-band,
.map-band {
  color: var(--color-cream);
  background:
    radial-gradient(circle at 20% 0, rgba(197, 154, 90, .14), transparent 34%),
    linear-gradient(135deg, var(--color-charcoal), var(--color-forest));
}
.dark-band .section-head p,
.map-band .section-head p,
.dark-band .feature-card p { color: rgba(255, 249, 238, .84); }
.cream-band,
.faq-band { background: var(--color-cream); }
.split-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(31, 74, 61, .06), transparent 34%),
    radial-gradient(circle at 84% 100%, rgba(197, 154, 90, .08), transparent 32%),
    linear-gradient(180deg, #f8f2e7 0%, #f1e3cf 100%);
  box-shadow:
    inset 0 1px 0 rgba(197, 154, 90, .16),
    inset 0 24px 42px -28px rgba(23, 39, 32, .12);
}
.split-band::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(31, 74, 61, .2), rgba(197, 154, 90, .34), rgba(31, 74, 61, .2), transparent);
  pointer-events: none;
}
.split-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .54), transparent 32%),
    radial-gradient(circle at 22% 18%, rgba(31, 74, 61, .06), transparent 22%);
  pointer-events: none;
}
.terrain-band > * {
  position: relative;
  z-index: 1;
}
.terrain-band {
  border-top: 1px solid rgba(31, 74, 61, .05);
  border-bottom: 1px solid rgba(197, 154, 90, .12);
  background:
    radial-gradient(circle at 83% 10%, rgba(31, 74, 61, .08), transparent 30%),
    radial-gradient(circle at 16% 86%, rgba(197, 154, 90, .08), transparent 28%),
    linear-gradient(180deg, #f8f3e9 0%, #efe1cd 100%);
}
.terrain-band::before {
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(31, 74, 61, .24), rgba(197, 154, 90, .48), rgba(31, 74, 61, .24), transparent);
}
.terrain-band::after {
  background:
    radial-gradient(circle at 78% 14%, rgba(31, 74, 61, .06), transparent 24%),
    radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .58), transparent 26%);
}
.gallery-band { background: #ebe0cf; }
.gallery-band {
  padding-bottom: clamp(8rem, 10vw, 10rem);
}
.feature-grid,
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.feature-card,
.content-block,
.model-card,
.budget-form {
  border: 1px solid rgba(90, 53, 31, .13);
  border-radius: var(--radius-md);
  background: rgba(255, 249, 238, .82);
  box-shadow: var(--shadow-soft);
}
.feature-card {
  background: rgba(255, 249, 238, .07);
  border-color: rgba(197, 154, 90, .24);
  padding: 1.25rem;
}
.feature-card span,
.content-block span {
  display: inline-block;
  color: var(--color-copper);
  font-weight: 900;
  margin-bottom: 1.1rem;
}
.feature-card h3,
.content-block h2 { font-size: 1.42rem; }
.content-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-block { padding: 1.4rem; }
.model-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}
.model-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: .9fr 1fr;
  min-height: 330px;
}
.model-card > div { padding: 1.25rem; }
.model-card h3,
.model-card h2 { font-size: 2rem; margin-bottom: .75rem; }
.model-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease-premium);
}
.model-card:hover .model-image img { transform: scale(1.045); }
.premium-plans-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #1b211d;
  background:
    radial-gradient(circle at 92% 4%, rgba(197, 154, 90, .18), transparent 27%),
    radial-gradient(circle at 5% 78%, rgba(37, 88, 69, .12), transparent 30%),
    linear-gradient(145deg, #f7f2e7, #eee6d7 62%, #f8f3e9);
  border-top: 1px solid rgba(99, 72, 45, .12);
  border-bottom: 1px solid rgba(99, 72, 45, .12);
}
.premium-plans-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .26;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 74, 61, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 74, 61, .065) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 58% 48%, #000 0 25%, transparent 74%);
}
.plan-ambient {
  position: absolute;
  z-index: -1;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(197, 154, 90, .22);
  border-radius: 50%;
  pointer-events: none;
  animation: planAmbientDrift 11s var(--ease-premium) infinite alternate;
}
.plan-ambient::before,
.plan-ambient::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(31, 74, 61, .11);
  border-radius: inherit;
}
.plan-ambient::before { inset: 17%; }
.plan-ambient::after { inset: 36%; }
.plan-ambient-one { top: 8%; right: -220px; }
.plan-ambient-two { bottom: 2%; left: -270px; animation-delay: -4s; }
.premium-plans-heading {
  margin-bottom: clamp(1.7rem, 3.4vw, 2.8rem);
}
.premium-plans-heading .section-head {
  max-width: 1080px;
  margin: 0;
}
.premium-plans-heading .plan-collection-eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .72rem;
  margin-bottom: 1.05rem;
  color: rgba(137, 91, 36, .84);
  font-size: clamp(.68rem, .72vw, .78rem);
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.25;
  text-transform: uppercase;
}
.premium-plans-heading .plan-collection-eyebrow::before {
  content: "";
  flex: 0 0 38px;
  width: 38px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #bd812f 28%, #e0bb75);
  box-shadow: 0 0 18px rgba(190, 128, 48, .34);
}
.premium-plans-heading .plan-collection-eyebrow span {
  color: rgba(31, 74, 61, .58);
  font-weight: 700;
  letter-spacing: .12em;
}
.plan-editorial-title {
  display: grid;
  gap: .2rem;
  max-width: 980px;
  margin: 0 0 1.05rem;
  line-height: .9;
}
.plan-editorial-title span {
  color: #152019;
  font-family: var(--font-display);
  font-size: clamp(4rem, 7vw, 7.1rem);
  font-weight: 500;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.plan-editorial-title strong {
  justify-self: start;
  margin: .12rem 0 .18rem .22rem;
  color: #a66a25;
  font: 850 clamp(.72rem, 1.1vw, .92rem)/1.25 var(--font-sans);
  letter-spacing: .22em;
  text-transform: uppercase;
}
.plan-editorial-title em {
  color: #204d3e;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 5.05vw, 5.25rem);
  font-style: italic;
  font-weight: 420;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.plan-editorial-title + p {
  max-width: 720px;
  color: rgba(43, 46, 41, .68);
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.75;
}
.plan-company-signature {
  display: grid;
  grid-template-columns: minmax(160px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  max-width: 980px;
  margin-top: 1.55rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(80, 70, 55, .12);
  border-bottom: 1px solid rgba(80, 70, 55, .1);
}
.plan-company-signature > span {
  color: #143c31;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.5vw, 1.55rem);
  font-weight: 520;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.plan-company-signature p {
  margin: 0;
  padding-left: clamp(1rem, 2vw, 1.6rem);
  border-left: 1px solid rgba(172, 118, 48, .24);
  color: rgba(43, 46, 41, .64);
  font-size: .82rem;
  line-height: 1.65;
}
.plan-company-signature small {
  color: #9e6728;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
}
.plan-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin-bottom: 1rem;
}
.plan-tab {
  position: relative;
  display: grid;
  gap: .15rem;
  min-width: 0;
  padding: 1rem 1.05rem 1.12rem;
  overflow: hidden;
  border: 1px solid rgba(80, 65, 48, .17);
  border-radius: 10px;
  color: #3d403b;
  text-align: left;
  background: rgba(255, 252, 246, .72);
  box-shadow: 0 13px 34px rgba(45, 35, 25, .07);
  cursor: pointer;
  transition: transform .36s var(--ease-premium), border-color .36s var(--ease-premium), color .36s var(--ease-premium), background .36s var(--ease-premium), box-shadow .36s var(--ease-premium);
}
.plan-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 84% 18%, rgba(225, 183, 111, .2), transparent 34%);
  transition: opacity .36s var(--ease-premium);
}
.plan-tab::after {
  content: "";
  position: absolute;
  top: -55%;
  bottom: -55%;
  z-index: 0;
  width: 32%;
  pointer-events: none;
  opacity: .42;
  background: linear-gradient(90deg, transparent, rgba(255, 249, 230, .62), transparent);
  filter: blur(1px);
  transform: translateX(-280%) rotate(15deg);
  animation: planCardShine 4.2s ease-in-out infinite;
}
.plan-tab:nth-child(2)::after { animation-delay: -1.05s; }
.plan-tab:nth-child(3)::after { animation-delay: -2.1s; }
.plan-tab:nth-child(4)::after { animation-delay: -3.15s; }
.plan-tab > * { position: relative; z-index: 1; }
.plan-tab span {
  color: #a46d27;
  font: 800 .58rem/1.2 var(--font-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.plan-tab strong {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 520;
}
.plan-tab small {
  overflow: hidden;
  color: rgba(49, 50, 45, .58);
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-tab i {
  position: absolute;
  right: 1rem;
  bottom: .62rem;
  left: 1rem;
  height: 1px;
  overflow: hidden;
  background: rgba(97, 77, 53, .14);
}
.plan-tab i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #c9903d, #f0cf8e);
  transform: scaleX(0);
  transform-origin: left;
}
.plan-tab:hover,
.plan-tab:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(156, 109, 48, .42);
  outline: none;
}
.plan-tab.is-active {
  color: #fff9ee;
  border-color: rgba(235, 199, 133, .58);
  background: linear-gradient(145deg, #214c3d, #12352c 72%, #0d2b24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 19px 44px rgba(16, 48, 39, .2);
  transform: translateY(-3px);
}
.plan-tab.is-active::before { opacity: 1; }
.plan-tab.is-active::after {
  opacity: .72;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 194, .78), transparent);
}
.plan-tab.is-active span { color: #e3b970; }
.plan-tab.is-active small { color: rgba(255, 249, 238, .62); }
.plan-tab.is-active i { background: rgba(255, 255, 255, .12); }
.plan-tab.is-active i::after {
  animation: planTabProgress 5s linear forwards;
}
.premium-plans-section.is-plan-paused .plan-tab.is-active i::after {
  animation-play-state: paused;
}
.plan-panels { position: relative; }
.plan-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(410px, .8fr);
  gap: clamp(1.3rem, 3vw, 2.35rem);
  min-height: 720px;
  padding: clamp(1.05rem, 2vw, 1.55rem);
  overflow: hidden;
  border: 1px solid rgba(86, 67, 46, .17);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 8%, rgba(208, 162, 89, .1), transparent 25%),
    rgba(255, 252, 246, .88);
  box-shadow: 0 34px 90px rgba(42, 31, 22, .13), inset 0 1px 0 rgba(255, 255, 255, .72);
}
.plan-panel[hidden] { display: none; }
.plan-panel.is-entering { animation: planPanelIn .68s var(--ease-premium) both; }
.plan-panel::before {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -28%;
  z-index: 0;
  width: 20%;
  pointer-events: none;
  opacity: .28;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), transparent);
  filter: blur(2px);
  transform: rotate(14deg);
  animation: planPanelGlow 8.5s ease-in-out infinite;
}
.plan-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 144, 61, .68), transparent);
}
.plan-visual {
  position: relative;
  min-width: 0;
  align-self: center;
}
.plan-watermark {
  position: absolute;
  top: -2.5rem;
  left: -.25rem;
  z-index: 0;
  color: rgba(24, 67, 52, .055);
  font-family: var(--font-display);
  font-size: clamp(9rem, 17vw, 15rem);
  line-height: 1;
  pointer-events: none;
}
.plan-sheet-shell {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: clamp(.35rem, 1vw, .7rem);
  overflow: hidden;
  border: 1px solid rgba(196, 150, 83, .25);
  border-radius: 13px;
  background: #f7f2e7;
  box-shadow: 0 24px 64px rgba(37, 28, 21, .12), inset 0 0 55px rgba(68, 103, 87, .04);
}
.plan-sheet-shell img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 650px;
  object-fit: contain;
  transform: scale(1.002);
  transition: transform .8s var(--ease-premium), filter .6s var(--ease-premium);
}
.plan-sheet-shell:hover img {
  filter: contrast(1.015);
  transform: scale(1.018);
}
.plan-sheet-glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .48;
  background: linear-gradient(112deg, transparent 22%, rgba(255, 255, 255, .78) 46%, transparent 62%);
  transform: translateX(-120%);
  animation: planSheetShimmer 7.5s ease-in-out infinite;
}
.plan-zoom {
  position: absolute;
  right: .9rem;
  bottom: .9rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  min-height: 40px;
  padding: .58rem .72rem;
  border: 1px solid rgba(227, 188, 119, .48);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(12, 43, 34, .88);
  box-shadow: 0 10px 30px rgba(10, 32, 25, .22);
  font-size: .68rem;
  font-weight: 760;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform .28s var(--ease-premium), border-color .28s var(--ease-premium), background .28s var(--ease-premium);
}
.plan-zoom span { color: #e7bb73; font-size: 1rem; }
.plan-zoom:hover,
.plan-zoom:focus-visible {
  border-color: rgba(242, 207, 145, .9);
  background: rgba(24, 75, 59, .96);
  outline: none;
  transform: translateY(-2px);
}
.plan-visual > p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: .75rem auto 0;
  color: rgba(48, 50, 46, .52);
  font-size: .64rem;
  line-height: 1.45;
  text-align: center;
}
.plan-specification {
  position: relative;
  z-index: 1;
  align-self: center;
  min-width: 0;
  padding: clamp(.35rem, 1vw, .75rem) clamp(.2rem, .6vw, .55rem);
}
.plan-specification header {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(74, 65, 52, .13);
}
.plan-specification .kicker {
  color: #a46d27;
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.plan-specification h3 {
  margin: .2rem 0 .35rem;
  color: #173d32;
  font-size: clamp(2.55rem, 4.8vw, 4.55rem);
  font-weight: 500;
  line-height: .96;
}
.plan-specification header > p:last-child {
  color: rgba(44, 48, 43, .6);
  font-size: .82rem;
}
.plan-official-areas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin: 1rem 0;
}
.plan-official-areas > div {
  display: grid;
  gap: .16rem;
  padding: .72rem .8rem;
  border: 1px solid rgba(86, 67, 46, .14);
  border-radius: 9px;
  background: rgba(248, 242, 231, .78);
}
.plan-official-areas > div.is-featured {
  grid-column: 1 / -1;
  color: #fff9ee;
  border-color: rgba(215, 172, 102, .45);
  background: linear-gradient(135deg, #214c3e, #12382e);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.plan-official-areas span {
  color: rgba(47, 49, 44, .52);
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.plan-official-areas .is-featured span { color: rgba(255, 249, 238, .58); }
.plan-official-areas strong {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 550;
}
.plan-official-areas .is-featured strong { color: #f1c67e; }
.plan-measure-note {
  margin: .78rem 0 1rem;
  padding: .72rem .82rem;
  border: 1px solid rgba(38, 74, 58, .12);
  border-radius: 12px;
  color: rgba(47, 55, 49, .62);
  background:
    linear-gradient(135deg, rgba(255, 252, 246, .74), rgba(246, 237, 219, .42));
  font-size: .68rem;
  font-weight: 650;
  line-height: 1.45;
}
.plan-room-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 .45rem;
  color: #21483b;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.plan-room-header small {
  color: rgba(54, 52, 45, .42);
  font-size: .52rem;
}
.plan-room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 .8rem;
  border-top: 1px solid rgba(81, 68, 51, .12);
}
.plan-room-grid > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .65rem;
  min-width: 0;
  padding: .36rem 0;
  border-bottom: 1px solid rgba(81, 68, 51, .1);
}
.plan-room-grid span {
  overflow: hidden;
  color: rgba(41, 46, 41, .65);
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-room-grid strong {
  flex: 0 0 auto;
  color: #263d34;
  font-size: .65rem;
}
.plan-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: stretch;
  gap: .8rem;
  margin-top: 1.18rem;
}
.plan-primary-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  align-items: center;
  gap: .8rem;
  min-height: 64px;
  padding: .74rem .72rem .74rem 1rem;
  overflow: hidden;
  border: 1px solid rgba(235, 199, 133, .5);
  border-radius: 12px;
  color: #fff9ee;
  background:
    linear-gradient(120deg, rgba(244, 211, 153, .16), transparent 38%),
    linear-gradient(135deg, #1f634c, #123d30 62%, #0b2a21);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    0 18px 42px rgba(10, 45, 34, .18);
  text-align: left;
  transition: transform .28s var(--ease-premium), box-shadow .28s ease, border-color .28s ease;
}
.plan-primary-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, .22), transparent 34%);
  opacity: .72;
  pointer-events: none;
}
.plan-primary-cta > span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: .08rem;
  min-width: 0;
}
.plan-primary-cta small {
  color: rgba(255, 236, 196, .78);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
}
.plan-primary-cta strong {
  overflow: hidden;
  color: #fff9ee;
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  font-weight: 850;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-primary-cta i {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(242, 204, 132, .78);
  border-radius: 50%;
  color: #f4d29a;
  font-size: .95rem;
  font-style: normal;
  background: rgba(6, 33, 25, .24);
  transition: transform .28s var(--ease-premium), background .28s ease;
}
.plan-primary-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 214, 158, .84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 24px 52px rgba(10, 45, 34, .24);
}
.plan-primary-cta:hover i {
  transform: translateX(2px);
  background: rgba(246, 214, 158, .12);
}
.plan-document-link {
  position: relative;
  display: inline-grid;
  grid-template-columns: minmax(0, auto) 28px;
  align-items: center;
  gap: .52rem;
  min-height: 52px;
  padding: .72rem .4rem .72rem .7rem;
  border: 0;
  border-radius: 999px;
  color: #5d3b24;
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}
.plan-document-link::after {
  content: "";
  position: absolute;
  left: .72rem;
  right: 2.35rem;
  bottom: .54rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(142, 91, 45, .36), rgba(142, 91, 45, 0));
}
.plan-document-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(175, 118, 47, .28);
  border-radius: 50%;
  color: #af762f;
  background: rgba(255, 247, 231, .48);
  transition: transform .28s var(--ease-premium), background .28s ease;
}
.plan-document-link:hover span {
  transform: translate(1px, -1px);
  background: rgba(255, 247, 231, .78);
}
.plan-collection-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.65rem, 2vw, 1.25rem);
  padding-top: 1.25rem;
  color: rgba(51, 52, 47, .54);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .035em;
}
.plan-collection-note i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c28a3a;
  box-shadow: 0 0 0 4px rgba(194, 138, 58, .1);
}
.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, 1fr);
  align-items: center;
  gap: min(6vw, 78px);
}
.terrain-layout {
  position: relative;
  align-items: start;
  gap: min(6vw, 88px);
}
.terrain-copy {
  display: grid;
  align-content: start;
  gap: .55rem;
  max-width: 640px;
  padding-top: clamp(.15rem, .6vw, .55rem);
}
.terrain-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  color: rgba(105, 88, 70, .78);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .18em;
  line-height: 1.1;
}
.terrain-eyebrow::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(92, 78, 62, .6));
}
.terrain-title {
  display: grid;
  gap: .04em;
  max-width: 10.8ch;
  color: var(--color-ink);
  font-size: clamp(3.05rem, 5.45vw, 5.65rem);
  line-height: .9;
  text-wrap: balance;
  letter-spacing: -.035em;
  margin-top: .18rem;
}
.terrain-title span {
  display: block;
  color: rgba(35, 31, 27, .92);
}
.terrain-title span:first-child {
  color: rgba(63, 54, 45, .8);
  font-size: .76em;
  letter-spacing: -.02em;
}
.terrain-title span:nth-child(2) {
  font-size: .82em;
  color: rgba(35, 31, 27, .86);
}
.terrain-title strong {
  display: block;
  color: #144739;
  font-size: 1em;
  font-weight: 760;
  text-shadow: 0 1px 14px rgba(20, 71, 57, .08);
}
.terrain-title em {
  display: inline-block;
  color: #a86a25;
  font-size: .72em;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -.025em;
  transform: translateY(-.05em);
}
.split-layout h2,
.inner-hero h1,
.budget-hero h1 {
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}
.terrain-intro {
  max-width: 590px;
  color: rgba(52, 42, 31, .74);
  font-size: clamp(.98rem, 1.05vw, 1.08rem);
  line-height: 1.78;
  margin-top: .65rem;
}
.terrain-check-list {
  max-width: 620px;
}
.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.15rem;
  margin: 1.35rem 0 1.7rem;
}
.check-list span {
  position: relative;
  padding: .12rem 0 .16rem 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(44, 34, 25, .78);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.42;
  box-shadow: none;
}
.check-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62rem;
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  background: var(--color-copper);
  box-shadow: 0 0 0 4px rgba(197, 154, 90, .075);
}
.editorial-image,
.inner-hero-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-premium);
}
.editorial-image img,
.inner-hero-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.casas-glide-shell {
  overflow: visible;
  border: 0;
  box-shadow: none;
}
.casas-glide-shell::after {
  display: none;
}
.casas-hero-glide {
  position: relative;
  isolation: isolate;
  padding: clamp(.35rem, .8vw, .65rem);
  border: 1px solid rgba(239, 203, 139, .24);
  border-radius: 22px;
  perspective: 2200px;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 214, 161, .22), transparent 32%),
    linear-gradient(145deg, rgba(255, 249, 238, .1), rgba(10, 38, 29, .22));
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .12);
}
.casas-hero-glide .glide__track {
  overflow: visible;
  border-radius: 18px;
  transform-style: preserve-3d;
}
.casas-hero-glide .glide__slides {
  align-items: center;
  transform-style: preserve-3d;
}
.casas-hero-glide .glide__slide {
  opacity: .2;
  transform-style: preserve-3d;
  transform-origin: center center 72px;
  transition: opacity .95s ease, transform 1.7s cubic-bezier(.18, .84, .22, 1), filter .95s ease;
  filter: saturate(.8) brightness(.68) blur(.45px);
  will-change: transform, opacity, filter;
}
.casas-hero-glide .glide__slide[data-casas-state="active"] {
  z-index: 4;
  opacity: 1;
  transform: translateZ(90px) scale(1.14);
  filter: saturate(1.08) brightness(1.02) blur(0);
}
.casas-hero-glide .glide__slide[data-casas-state="previous"] {
  z-index: 3;
  opacity: .9;
  transform: translate3d(-1.25rem, 0, -160px) rotateY(42deg) scale(.88);
  transform-origin: right center;
  filter: saturate(.92) brightness(.8);
}
.casas-hero-glide .glide__slide[data-casas-state="next"] {
  z-index: 3;
  opacity: .9;
  transform: translate3d(1.25rem, 0, -160px) rotateY(-42deg) scale(.88);
  transform-origin: left center;
  filter: saturate(.92) brightness(.8);
}
.casas-hero-glide .glide__slide[data-casas-state="previous-far"] {
  z-index: 2;
  opacity: .54;
  transform: translate3d(-2.9rem, 0, -260px) rotateY(60deg) scale(.72);
  transform-origin: right center;
  filter: saturate(.74) brightness(.63) blur(.6px);
}
.casas-hero-glide .glide__slide[data-casas-state="next-far"] {
  z-index: 2;
  opacity: .54;
  transform: translate3d(2.9rem, 0, -260px) rotateY(-60deg) scale(.72);
  transform-origin: left center;
  filter: saturate(.74) brightness(.63) blur(.6px);
}
.casas-hero-glide .glide__slide[data-casas-state="hidden"] {
  opacity: 0;
  pointer-events: none;
  transform: translateZ(-360px) scale(.56);
  filter: saturate(.7) brightness(.5) blur(1px);
}
.casas-hero-glide.is-mounted .glide__slide[data-casas-state="active"] .casas-hero-slide {
  animation: casasBladeOpen 2.8s cubic-bezier(.18, .84, .22, 1) both;
}
.casas-hero-slide {
  position: relative;
  height: clamp(460px, 44vw, 600px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(238, 202, 139, .32);
  border-radius: 18px;
  background: #0d241b;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .28);
  transform-origin: center;
}
.casas-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 18, 14, .04) 42%, rgba(7, 18, 14, .62)),
    linear-gradient(105deg, rgba(244, 214, 161, .12), transparent 42%);
}
.casas-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.06);
  transition: transform 2.8s ease, filter 2.8s ease;
}
.casas-hero-glide .glide__slide[data-casas-state="active"] .casas-hero-slide img {
  transform: scale(1);
}
.casas-hero-slide figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .76rem;
  border: 1px solid rgba(238, 202, 139, .38);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(8, 26, 19, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 12px 34px rgba(0, 0, 0, .28);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.casas-hero-slide figcaption span {
  color: #f0c77f;
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 0;
}
.casas-glide-arrows {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 0 .35rem;
}
.casas-glide-arrow {
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(238, 202, 139, .26);
  border-radius: 50%;
  color: #fff9ee;
  background: rgba(6, 18, 14, .72);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 24px rgba(37, 211, 102, .08);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.casas-glide-arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.casas-glide-arrow:hover,
.casas-glide-arrow:focus-visible {
  outline: none;
  transform: scale(1.05);
  border-color: rgba(241, 202, 132, .5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .08), 0 0 34px rgba(241, 202, 132, .16);
  background: rgba(10, 28, 21, .82);
}
.casas-glide-bullets {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: .85rem;
}
.casas-glide-bullets button {
  width: 28px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 249, 238, .22);
  transition: width .35s ease, background .35s ease;
}
.casas-glide-bullets button.glide__bullet--active {
  width: 48px;
  background: #e4ba75;
}
@keyframes casasBladeOpen {
  0% { clip-path: inset(0 36% 0 36% round 18px); }
  22% { clip-path: inset(0 14% 0 14% round 18px); }
  40%, 84% { clip-path: inset(0 0 0 0 round 18px); }
  100% { clip-path: inset(0 4% 0 4% round 18px); }
}
.casas-expo-shell {
  overflow: visible;
  border: 0;
  box-shadow: none;
}
.casas-expo-shell::after {
  display: none;
}
.expo-slider {
  position: relative;
  width: 100%;
  --expo-mx: 0;
  --expo-my: 0;
  perspective: 2500px;
}
.expo-slider__glow {
  position: absolute;
  inset: 12% 10%;
  border-radius: 36px;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 40%, rgba(244, 214, 161, .18), transparent 34%),
    radial-gradient(circle at 50% 60%, rgba(34, 205, 110, .12), transparent 52%);
  filter: blur(24px);
}
.expo-slider__viewport {
  position: relative;
  min-height: clamp(470px, 46vw, 640px);
  overflow: visible;
}
.expo-slider__track {
  position: relative;
  min-height: inherit;
  transform-style: preserve-3d;
}
.expo-slide {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(84%, 920px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform-style: preserve-3d;
  transition:
    opacity .85s ease,
    transform 1.6s cubic-bezier(.18, .84, .22, 1),
    filter .85s ease;
  will-change: transform, opacity, filter;
}
.expo-slide__card {
  position: relative;
  margin: 0;
  height: clamp(430px, 40vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(238, 202, 139, .34);
  border-radius: 28px;
  background: #0c241b;
  box-shadow: 0 30px 84px rgba(0, 0, 0, .3);
  transform-style: preserve-3d;
}
.expo-slide__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 18, 14, .04) 40%, rgba(7, 18, 14, .58)),
    linear-gradient(105deg, rgba(244, 214, 161, .11), transparent 44%);
}
.expo-slide__card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .05);
}
.expo-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  object-position: center 36%;
  transform: translate3d(calc(var(--expo-mx) * 14px), calc(var(--expo-my) * 14px), 0) scale(1.08);
  transition: transform 1.6s cubic-bezier(.18, .84, .22, 1), filter .85s ease;
  filter: saturate(1.02) contrast(1.02);
}
.expo-slide figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .62rem .76rem;
  border: 1px solid rgba(238, 202, 139, .38);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(8, 26, 19, .72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 12px 34px rgba(0, 0, 0, .28);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.expo-slide figcaption span {
  color: #f0c77f;
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 600;
  letter-spacing: 0;
}
.expo-slide[data-expo-state="active"] {
  z-index: 5;
  opacity: 1;
  transform: translate3d(calc(-50% + (var(--expo-mx) * 9px)), calc(-50% + (var(--expo-my) * 9px)), 180px) scale(1);
  filter: saturate(1.08) brightness(1.02);
}
.expo-slide[data-expo-state="active"] .expo-slide__card {
  animation: expoCardOpen 3.2s cubic-bezier(.18, .84, .22, 1) both;
}
.expo-slide[data-expo-state="previous"] {
  z-index: 4;
  opacity: .9;
  transform: translate3d(calc(-50% - 30%), -50%, -180px) rotateY(42deg) scale(.88);
  transform-origin: right center;
  filter: saturate(.92) brightness(.82);
}
.expo-slide[data-expo-state="next"] {
  z-index: 4;
  opacity: .9;
  transform: translate3d(calc(-50% + 30%), -50%, -180px) rotateY(-42deg) scale(.88);
  transform-origin: left center;
  filter: saturate(.92) brightness(.82);
}
.expo-slide[data-expo-state="previous-far"] {
  z-index: 3;
  opacity: .56;
  transform: translate3d(calc(-50% - 52%), -50%, -280px) rotateY(60deg) scale(.7);
  transform-origin: right center;
  filter: saturate(.72) brightness(.64) blur(.45px);
}
.expo-slide[data-expo-state="next-far"] {
  z-index: 3;
  opacity: .56;
  transform: translate3d(calc(-50% + 52%), -50%, -280px) rotateY(-60deg) scale(.7);
  transform-origin: left center;
  filter: saturate(.72) brightness(.64) blur(.45px);
}
.expo-slide[data-expo-state="hidden"] {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, -420px) scale(.55);
  filter: saturate(.68) brightness(.5) blur(1px);
}
.expo-slider__nav {
  position: absolute;
  inset: 50% 0 auto;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  pointer-events: none;
  transform: translateY(-50%);
  padding: 0 .85rem;
}
.expo-slider__arrow {
  pointer-events: auto;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(238, 202, 139, .26);
  border-radius: 50%;
  color: #fff9ee;
  background: rgba(6, 18, 14, .72);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 24px rgba(37, 211, 102, .08);
  backdrop-filter: blur(10px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.expo-slider__arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.expo-slider__arrow:hover,
.expo-slider__arrow:focus-visible {
  outline: none;
  transform: scale(1.06);
  border-color: rgba(241, 202, 132, .5);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .34), 0 0 0 1px rgba(255, 255, 255, .08), 0 0 34px rgba(241, 202, 132, .16);
  background: rgba(10, 28, 21, .82);
}
.expo-slider__arrow--next {
  margin-left: auto;
}
.expo-slider__dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: .9rem;
}
.expo-slider__dots button {
  width: 28px;
  height: 3px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 249, 238, .22);
  transition: width .35s ease, background .35s ease;
}
.expo-slider__dots button.is-active {
  width: 48px;
  background: #e4ba75;
}
@keyframes expoCardOpen {
  0% { clip-path: inset(0 34% 0 34% round 28px); }
  20% { clip-path: inset(0 12% 0 12% round 28px); }
  42%, 84% { clip-path: inset(0 0 0 0 round 28px); }
  100% { clip-path: inset(0 4% 0 4% round 28px); }
}
.terrain-editorial-image {
  aspect-ratio: 4 / 3;
  align-self: center;
  box-shadow:
    0 36px 86px rgba(34, 24, 16, .16),
    0 2px 0 rgba(255, 255, 255, .48) inset;
  background: linear-gradient(180deg, rgba(255, 249, 238, .22), rgba(255, 249, 238, 0));
}
.terrain-editorial-image::after {
  content: "Terreno e implantação";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: .52rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 249, 238, .18);
  background: rgba(12, 25, 18, .56);
  color: #fff9ee;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.terrain-editorial-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(1.04) contrast(1.02) brightness(1.01);
}
.tourism-photo-credit {
  position: absolute;
  right: .85rem;
  bottom: .85rem;
  display: grid;
  max-width: calc(100% - 1.7rem);
  gap: .14rem;
  padding: .52rem .65rem;
  border: 1px solid rgba(239, 204, 144, .32);
  border-radius: 7px;
  color: rgba(255, 249, 238, .62);
  background: rgba(7, 23, 17, .74);
  font-size: .58rem;
  line-height: 1.2;
  text-align: right;
  backdrop-filter: blur(12px);
  transition: color .25s var(--ease-premium), border-color .25s var(--ease-premium), background .25s var(--ease-premium);
}
.tourism-photo-credit span {
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: .88rem;
  font-weight: 500;
}
.tourism-photo-credit:hover,
.tourism-photo-credit:focus-visible {
  color: rgba(255, 249, 238, .9);
  border-color: rgba(239, 204, 144, .64);
  background: rgba(7, 23, 17, .9);
}
.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: stretch;
}
.orbital-region-section {
  position: relative;
  overflow: hidden;
  overflow-anchor: none;
  background:
    radial-gradient(circle at 23% 54%, rgba(57, 125, 98, .2), transparent 31%),
    radial-gradient(circle at 84% 18%, rgba(215, 171, 100, .13), transparent 28%),
    linear-gradient(145deg, #0d1411, #15352c 58%, #0d201b);
}
.local-answer-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(197, 154, 90, .12), transparent 28%),
    linear-gradient(145deg, #f7f0e4, #fffaf1 58%, #f1e7d7);
}
.local-answer-shell { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); }
.local-answer-heading { max-width: 920px; }
.local-answer-heading h2 {
  max-width: 840px;
  color: var(--color-forest);
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  line-height: .98;
}
.local-answer-lead {
  max-width: 860px;
  margin-top: 1.15rem;
  color: rgba(20, 45, 36, .76);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}
.local-answer-lead strong { color: var(--color-forest); }
.local-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.local-answer-grid article {
  min-width: 0;
  padding: clamp(1.2rem, 2vw, 1.65rem);
  border: 1px solid rgba(111, 78, 37, .16);
  border-radius: 12px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 48px rgba(60, 42, 18, .07);
}
.local-answer-grid article > span {
  color: #a36a26;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.local-answer-grid h3 {
  margin-top: .65rem;
  color: var(--color-forest);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}
.local-answer-grid p {
  margin-top: .7rem;
  color: rgba(20, 45, 36, .7);
  line-height: 1.65;
}
.local-answer-note {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .8fr);
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-radius: 12px;
  color: #fff9ee;
  background: linear-gradient(135deg, #123e31, #0b281f);
}
.local-answer-note strong { font-family: var(--font-display); font-size: clamp(1.3rem, 2vw, 1.8rem); }
.local-answer-note p { margin-top: .45rem; color: rgba(255, 249, 238, .72); line-height: 1.6; }
.local-answer-note nav { display: grid; gap: .5rem; }
.local-answer-note a {
  padding: .62rem .75rem;
  border: 1px solid rgba(231, 190, 122, .28);
  border-radius: 7px;
  color: #f0c47c;
  font-weight: 750;
}
.local-answer-note a:hover,
.local-answer-note a:focus-visible { color: #fff9ee; border-color: rgba(231, 190, 122, .62); }
@media (max-width: 820px) {
  .local-answer-grid { grid-template-columns: 1fr; }
  .local-answer-note { grid-template-columns: 1fr; }
}
.orbital-region-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 249, 238, .62) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(215, 171, 100, .6) 0 1px, transparent 1.5px);
  background-size: 118px 118px, 176px 176px;
  background-position: 0 0, 42px 64px;
}
.orbital-region-section > .container {
  position: relative;
  z-index: 1;
}
.regional-sparks {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent 0, #000 13%, #000 96%, transparent);
}
.regional-sparks i {
  position: absolute;
  left: var(--spark-x);
  bottom: -4%;
  width: var(--spark-size);
  height: calc(var(--spark-size) * 1.7);
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(to top, rgba(219, 166, 79, .22), #ffe6ad 58%, #fffaf0);
  box-shadow: 0 0 11px rgba(242, 193, 112, .94), 0 0 28px rgba(218, 158, 71, .4);
  animation: regionalSparkRise var(--spark-duration) linear var(--spark-delay) infinite;
}
.orbital-region-section .section-head {
  position: relative;
  max-width: 980px;
}
.regional-route {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(.7rem, 1.6vw, 1.25rem);
  margin-top: 1.65rem;
  padding: .8rem 1rem;
  border-top: 1px solid rgba(223, 179, 109, .26);
  border-bottom: 1px solid rgba(223, 179, 109, .16);
  background: linear-gradient(90deg, rgba(255, 249, 238, .035), rgba(255, 249, 238, .012), rgba(216, 174, 106, .035));
}
.regional-route span {
  display: grid;
  gap: .12rem;
}
.regional-route small {
  color: #dcb16d;
  font: 750 .58rem/1.2 var(--font-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.regional-route strong {
  color: rgba(255, 249, 238, .9);
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;
}
.regional-route i {
  color: rgba(223, 179, 109, .64);
  font-family: var(--font-sans);
  font-size: .9rem;
  font-style: normal;
}
.orbital-map {
  container-type: inline-size;
  min-height: 730px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(216, 174, 106, .28);
  border-radius: 12px;
  background:
    radial-gradient(circle at center, rgba(215, 171, 100, .15), transparent 16%),
    radial-gradient(circle at center, rgba(27, 84, 66, .18), transparent 54%),
    linear-gradient(145deg, rgba(255, 249, 238, .075), rgba(255, 249, 238, .018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), inset 0 0 100px rgba(4, 13, 10, .3), 0 32px 90px rgba(0, 0, 0, .25);
  backdrop-filter: blur(16px);
}
.orbital-city-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0b1e18;
}
.orbital-city-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .5;
  filter: saturate(.82) contrast(1.08) brightness(.72);
  transform: scale(1.035);
  transition: opacity .38s var(--ease-premium), transform 1.1s var(--ease-premium), filter .6s var(--ease-premium);
  will-change: opacity, transform;
}
.orbital-city-backdrop.is-changing img {
  opacity: .12;
  filter: saturate(.4) contrast(1.02) brightness(.5);
  transform: scale(1.075);
}
.orbital-city-backdrop-shade,
.orbital-city-backdrop-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.orbital-city-backdrop-shade {
  background:
    radial-gradient(circle at center, rgba(10, 32, 25, .12) 0 20%, rgba(7, 22, 17, .5) 58%, rgba(5, 16, 12, .92) 100%),
    linear-gradient(180deg, rgba(5, 16, 12, .28), rgba(8, 28, 22, .62));
}
.orbital-city-backdrop-glow {
  opacity: .65;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 232, 188, .1) 42%, transparent 59%);
  mix-blend-mode: screen;
  transform: translateX(-72%);
  animation: regionalImageGlow 8.5s var(--ease-premium) infinite;
}
.orbital-map-caption {
  position: absolute;
  top: 1.2rem;
  left: 1.3rem;
  z-index: 7;
  display: grid;
  gap: .14rem;
  padding-left: .75rem;
  border-left: 1px solid rgba(223, 179, 109, .62);
}
.orbital-map-caption span {
  color: #ddb36f;
  font: 750 .57rem/1.2 var(--font-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.orbital-map-caption strong {
  color: rgba(255, 249, 238, .74);
  font-family: var(--font-display);
  font-size: .95rem;
  font-weight: 500;
}
.orbital-landmark {
  position: absolute;
  left: 1.25rem;
  bottom: 1.2rem;
  z-index: 7;
  display: grid;
  max-width: min(52%, 310px);
  gap: .18rem;
  padding: .68rem .78rem .64rem;
  border: 1px solid rgba(232, 190, 121, .3);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(7, 22, 17, .82), rgba(20, 50, 40, .64));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 16px 38px rgba(0, 0, 0, .24);
  backdrop-filter: blur(12px);
}
.orbital-landmark > span {
  color: #dcb16d;
  font: 800 .52rem/1.15 var(--font-sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.orbital-landmark strong {
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: clamp(.95rem, 1.5vw, 1.16rem);
  font-weight: 500;
  line-height: 1.14;
}
.orbital-landmark a {
  width: fit-content;
  margin-top: .15rem;
  color: rgba(255, 249, 238, .52);
  font-size: .56rem;
  line-height: 1.25;
  transition: color .25s var(--ease-premium);
}
.orbital-landmark a:hover,
.orbital-landmark a:focus-visible { color: rgba(255, 249, 238, .88); }
.orbital-map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(rgba(255, 249, 238, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 249, 238, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, #000, transparent 70%);
}
.orbital-map::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
  background: radial-gradient(circle at center, transparent 52%, rgba(5, 13, 10, .68) 100%);
}
.orbital-axis {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: linear-gradient(90deg, transparent, rgba(216, 174, 106, .16), transparent);
  transform: translate(-50%, -50%);
}
.axis-horizontal { width: 88%; height: 1px; }
.axis-vertical { width: 1px; height: 88%; }
.orbit-scan {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  width: 46%;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(255, 229, 177, .95), rgba(229, 192, 130, .42) 56%, transparent);
  box-shadow: 0 0 16px rgba(245, 205, 137, .55), 0 0 44px rgba(229, 192, 130, .22);
  animation: orbitScan 26s linear infinite;
}
.orbit-track {
  --orbit-duration: 34s;
  --orbit-direction: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: var(--track-size);
  height: var(--track-size);
  border: 1px solid rgba(216, 174, 106, .2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: none;
}
.orbit-track::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: conic-gradient(from 30deg, transparent 0 12%, rgba(227, 188, 124, .68) 18%, transparent 24% 64%, rgba(57, 136, 103, .5) 72%, transparent 80%);
  mask: radial-gradient(circle, transparent 69%, #000 70% 71%, transparent 72%);
  opacity: .7;
  transform-origin: center;
  animation: orbitRingSweep calc(var(--orbit-duration) * 1.45) linear infinite var(--orbit-direction);
}
.orbit-track-1 { --track-size: 30cqi; --orbit-radius: 15cqi; --orbit-duration: 24s; }
.orbit-track-2 { --track-size: 52cqi; --orbit-radius: 26cqi; --orbit-duration: 36s; --orbit-direction: reverse; }
.orbit-track-3 { --track-size: 76cqi; --orbit-radius: 38cqi; --orbit-duration: 49s; }
.orbit-node {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 0;
  height: 0;
  transform: rotate(var(--angle)) translateX(var(--orbit-radius));
  pointer-events: none;
  cursor: default;
}
.orbit-node-counter {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) rotate(var(--counter-angle));
}
.orbit-node-content {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: max-content;
  min-height: 36px;
  padding: .5rem .72rem;
  border: 1px solid rgba(228, 190, 128, .4);
  border-radius: 999px;
  color: var(--color-cream);
  background: rgba(5, 20, 15, .9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 12px 30px rgba(0, 0, 0, .3);
  backdrop-filter: blur(12px);
  animation: none;
  transition: color .28s var(--ease-premium), border-color .28s var(--ease-premium), background .28s var(--ease-premium), box-shadow .28s var(--ease-premium), transform .28s var(--ease-premium);
}
.orbit-node-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #dbad64;
  box-shadow: 0 0 0 3px rgba(219, 173, 100, .12), 0 0 16px rgba(219, 173, 100, .8);
}
.orbit-node-label {
  font-size: clamp(.7rem, .86vw, .84rem);
  font-weight: 760;
  white-space: nowrap;
}
.orbit-node:hover .orbit-node-content,
.orbit-node:focus-visible .orbit-node-content,
.orbit-node.is-active .orbit-node-content {
  color: #fff9ee;
  border-color: rgba(237, 199, 136, .72);
  background: rgba(31, 78, 62, .94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .17), 0 14px 36px rgba(0, 0, 0, .34), 0 0 38px rgba(231, 186, 111, .38);
  transform: scale(1.045);
}
.orbit-node.is-active .orbit-node-content {
  animation: radarTagHit 1.05s var(--ease-premium) both;
}
.orbital-region-section.is-radar-paused .orbit-scan,
.orbital-region-section.is-radar-paused .orbit-track::before {
  animation-play-state: paused;
}
.orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 7;
  display: grid;
  place-items: center;
  width: clamp(118px, 17cqi, 154px);
  aspect-ratio: 1;
  padding: 1rem;
  border: 1px solid rgba(233, 194, 129, .68);
  border-radius: 50%;
  color: #fff9ee;
  text-align: center;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 242, 213, .28), transparent 24%),
    linear-gradient(145deg, #2e6a54, #173e33 62%, #102d26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 0 0 12px rgba(216, 174, 106, .05), 0 0 60px rgba(216, 174, 106, .2), 0 24px 50px rgba(0, 0, 0, .28);
  transform: translate(-50%, -50%);
  animation: orbitCorePulse 4.8s var(--ease-premium) infinite;
  pointer-events: none;
  cursor: default;
}
.orbit-center span,
.orbit-center small {
  font-family: var(--font-sans);
  font-size: .62rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(255, 249, 238, .68);
}
.orbit-center strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2cqi, 1.55rem);
  line-height: 1;
}
.region-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.35rem, 2.2vw, 2rem);
  border: 1px solid rgba(216, 174, 106, .22);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 8%, rgba(221, 177, 107, .1), transparent 28%),
    linear-gradient(155deg, rgba(255, 249, 238, .1), rgba(255, 249, 238, .028));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 28px 76px rgba(0, 0, 0, .2);
  backdrop-filter: blur(14px);
}
.region-panel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 205, 144, .7), transparent);
}
.region-panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(216, 174, 106, .2);
  color: rgba(255, 249, 238, .55);
  font-size: .72rem;
  text-transform: uppercase;
}
.region-panel-topline strong { color: #dfb36d; }
.region-panel-proof {
  position: relative;
  flex: 0 0 auto;
  height: 98px;
  margin: 1rem 0 0;
  overflow: hidden;
  border: 1px solid rgba(223, 179, 109, .22);
  border-radius: 8px;
  background: #10231d;
}
.region-panel-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 15, 11, .48) 0%, rgba(5, 15, 11, .14) 44%, rgba(5, 15, 11, .08) 100%),
    linear-gradient(90deg, rgba(5, 15, 11, .88), rgba(5, 15, 11, .44) 64%, rgba(5, 15, 11, .18));
}
.region-panel-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: saturate(.82) contrast(1.04);
  transform: scale(1.02);
}
.region-panel-proof figcaption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: .8rem .9rem;
}
.region-panel-proof span {
  color: #dfb36d;
  font: 750 .56rem/1.2 var(--font-sans);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.region-panel-proof strong {
  margin-top: .16rem;
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 500;
}
.region-detail {
  flex: 0 0 auto;
  min-height: 235px;
  overflow: visible;
  padding: 1.25rem 0 1.15rem;
  contain: layout;
}
.region-detail > span {
  display: block;
  margin-bottom: .55rem;
  color: #dfb36d;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.region-detail h3 {
  color: #fff9ee;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: .96;
}
.region-detail p {
  margin: 1rem 0 1.2rem;
  color: rgba(255, 249, 238, .72);
  line-height: 1.65;
}
.region-detail-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  color: #f0c47c;
  font-size: .88rem;
  font-weight: 750;
  border-bottom: 1px solid rgba(240, 196, 124, .32);
}
.region-detail-link span { transition: transform .25s var(--ease-premium); }
.region-detail-link:hover span { transform: translateX(5px); }
.region-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .48rem 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(216, 174, 106, .16);
}
.region-selector a {
  display: flex;
  align-items: center;
  gap: .62rem;
  min-width: 0;
  min-height: 42px;
  padding: .62rem .7rem;
  border: 1px solid rgba(226, 187, 124, .12);
  border-radius: 8px;
  color: rgba(255, 249, 238, .72);
  background: rgba(4, 18, 13, .2);
  font-size: .83rem;
  font-weight: 700;
  line-height: 1.22;
  transition: color .24s var(--ease-premium), border-color .24s var(--ease-premium), background .24s var(--ease-premium), box-shadow .24s var(--ease-premium);
  pointer-events: none;
  cursor: default;
}
.region-selector a > span {
  color: rgba(232, 194, 130, .72);
  font-size: .62rem;
}
.region-selector a:hover,
.region-selector a:focus-visible,
.region-selector a.is-active {
  color: #fff9ee;
  border-color: rgba(230, 190, 125, .5);
  background: linear-gradient(135deg, rgba(47, 104, 82, .72), rgba(19, 58, 46, .72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 8px 24px rgba(0, 0, 0, .18), 0 0 22px rgba(220, 174, 99, .1);
}
.region-selector a.is-active {
  animation: regionSelectorHit .9s var(--ease-premium) both;
}
.region-panel-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 66px;
  margin-top: 1.15rem;
  padding: .88rem 1rem;
  overflow: hidden;
  border: 1px solid rgba(235, 198, 135, .5);
  border-radius: 10px;
  color: #fff9ee;
  background: linear-gradient(120deg, rgba(181, 119, 46, .96), rgba(124, 77, 29, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 18px 38px rgba(0, 0, 0, .22), 0 0 28px rgba(207, 151, 69, .12);
  transition: transform .28s var(--ease-premium), box-shadow .28s var(--ease-premium);
}
.region-panel-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 22%, rgba(255, 245, 220, .34) 48%, transparent 68%);
  transform: translateX(-120%);
  animation: regionCtaShine 5.4s ease-in-out infinite;
}
.region-panel-cta > * { position: relative; z-index: 1; }
.region-panel-cta span { display: grid; gap: .1rem; }
.region-panel-cta small {
  color: rgba(255, 249, 238, .68);
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.region-panel-cta strong { font-size: .86rem; line-height: 1.25; }
.region-panel-cta i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 249, 238, .3);
  border-radius: 50%;
  font-style: normal;
}
.region-panel-cta:hover,
.region-panel-cta:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 22px 44px rgba(0, 0, 0, .28), 0 0 34px rgba(226, 175, 96, .2);
}
.home-differentials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(37, 211, 102, .055), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(238, 202, 139, .045), transparent 26%),
    linear-gradient(135deg, #07160f, #0c241b 58%, #07140f);
}
.home-differentials::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255, 249, 238, .07) 49% 51%, transparent 51%),
    repeating-linear-gradient(0deg, transparent 0 32px, rgba(255, 249, 238, .06) 33px, transparent 34px);
}
.home-differentials > * {
  position: relative;
  z-index: 1;
}
.home-differentials-title-clean {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-differentials .section-head {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}
.home-differentials .container {
  width: min(1240px, calc(100% - 40px));
}
.home-differentials .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  margin-bottom: 1.25rem;
  color: rgba(239, 202, 139, .9);
  font-size: clamp(.7rem, .78vw, .84rem);
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.home-differentials .eyebrow::before,
.home-differentials .eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 202, 139, .72));
}
.home-differentials .eyebrow::after {
  background: linear-gradient(90deg, rgba(239, 202, 139, .72), transparent);
}
.home-differentials .section-head h2 {
  color: #fff9ee;
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(3.2rem, 6.1vw, 5.55rem);
  font-weight: 510;
  line-height: .94;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.home-differentials .section-head h2 > span {
  display: block;
}
.home-differentials .section-head h2 em {
  color: #f0c77f;
  font-style: italic;
  font-weight: 430;
  letter-spacing: -.045em;
}
.home-differentials .section-head h2 strong {
  color: #fff9ee;
  font-family: inherit;
  font-style: normal;
  font-weight: 510;
  letter-spacing: inherit;
}
.home-differentials .section-intro {
  max-width: 800px;
  margin-inline: auto;
  color: rgba(255, 249, 238, .8);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.78;
}
.home-differentials .section-intro strong {
  color: #fff9ee;
  font-weight: 760;
}
.home-differentials .section-intro em {
  color: rgba(255, 249, 238, .9);
  font-family: var(--font-display);
  font-size: 1.08em;
  font-style: italic;
}
.differentials-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: clamp(1rem, 2.2vw, 2rem);
  align-items: center;
  padding: 1.15rem 1.25rem;
  margin: 2.25rem auto 3rem;
  border: 1px solid rgba(228, 190, 128, .2);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 249, 238, .055), rgba(255, 249, 238, .018)),
    rgba(6, 18, 13, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 70px rgba(0, 0, 0, .14);
  backdrop-filter: blur(12px);
}
.differentials-contact-lead {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.differentials-contact-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 18px;
  background: rgba(255, 249, 238, .1);
  border: 1px solid rgba(228, 190, 128, .22);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.differentials-contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.differentials-contact-copy {
  min-width: 0;
}
.differentials-contact-copy small {
  display: block;
  color: rgba(239, 202, 139, .9);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.differentials-contact-copy strong {
  display: block;
  margin-top: .28rem;
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.9vw, 1.95rem);
  font-weight: 520;
  line-height: 1;
  letter-spacing: -.035em;
}
.differentials-contact-copy em {
  display: block;
  margin-top: .18rem;
  color: rgba(216, 238, 228, .76);
  font-size: .84rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .02em;
}
.differentials-contact-phone {
  color: #f1ca84;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.95rem, 3.1vw, 2.65rem);
  font-weight: 540;
  letter-spacing: .015em;
  line-height: .96;
  font-variant-numeric: lining-nums tabular-nums;
  text-shadow: 0 0 16px rgba(241, 202, 132, .22), 0 12px 34px rgba(241, 202, 132, .1);
}
.differentials-contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 46px;
  padding: .55rem .6rem .55rem .92rem;
  border: 1px solid rgba(239, 202, 139, .24);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(255, 249, 238, .055);
  font-size: .94rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.differentials-contact-action i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(239, 202, 139, .35);
  border-radius: 50%;
  font-style: normal;
  color: #f1ca84;
  background: rgba(255, 249, 238, .06);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.differentials-contact-cta:hover .differentials-contact-action,
.differentials-contact-cta:focus-visible .differentials-contact-action {
  border-color: rgba(239, 202, 139, .46);
  background: rgba(255, 249, 238, .09);
  transform: translateY(-1px);
}
.differentials-contact-cta:hover .differentials-contact-action i,
.differentials-contact-cta:focus-visible .differentials-contact-action i {
  border-color: rgba(239, 202, 139, .62);
  background: rgba(255, 249, 238, .1);
  transform: translate(2px, -2px);
}
.feature-flip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
.feature-flip {
  position: relative;
  min-width: 0;
  perspective: 1600px;
}
.feature-flip-motion {
  position: relative;
  height: 100%;
  min-height: 520px;
  transform: translateY(0);
  transition: transform .45s var(--ease-premium);
}
.feature-flip:hover .feature-flip-motion {
  transform: translateY(-6px);
}
.feature-flip-inner {
  position: relative;
  height: 100%;
  min-height: 100%;
  transform-style: preserve-3d;
  transition: transform .92s cubic-bezier(.18, .82, .24, 1);
  will-change: transform;
}
.feature-flip.is-flipped .feature-flip-inner {
  transform: rotateY(180deg);
}
.feature-flip-face {
  position: absolute;
  inset: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(228, 190, 128, .18);
  border-radius: 22px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  box-shadow: 0 28px 82px rgba(0, 0, 0, .28);
  transition: opacity .32s ease, border-color .35s var(--ease-premium), box-shadow .35s var(--ease-premium);
}
.feature-flip:hover .feature-flip-face {
  border-color: rgba(228, 190, 128, .34);
  box-shadow: 0 34px 92px rgba(0, 0, 0, .34);
}
.feature-flip-front {
  display: flex;
  align-items: flex-end;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 17, 13, .04), rgba(7, 17, 13, .64));
  transform: rotateY(0deg) translateZ(1px);
  opacity: 1;
}
.feature-flip-front img,
.feature-flip-back::before {
  position: absolute;
  inset: 0;
}
.feature-flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--feature-image-position, center);
  transform: scale(1.03);
  transition: transform .8s var(--ease-premium), filter .8s var(--ease-premium);
}
.feature-flip:hover .feature-flip-front img {
  transform: scale(1.075);
}
.feature-flip-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 16, 12, .08), rgba(6, 16, 12, .52) 70%, rgba(6, 16, 12, .86)),
    linear-gradient(105deg, rgba(241, 202, 132, .1), transparent 35%);
}
.feature-flip-front-copy,
.feature-flip-back-copy {
  position: relative;
  z-index: 1;
  padding: 1.25rem;
}
.feature-flip-front-copy {
  display: grid;
  gap: .72rem;
}
.feature-flip-back {
  display: flex;
  align-items: stretch;
  height: 100%;
  background:
    linear-gradient(145deg, rgba(20, 60, 47, .98), rgba(8, 24, 18, .98));
  transform: rotateY(180deg) translateZ(1px);
  opacity: 0;
  pointer-events: none;
}
.feature-flip.is-flipped .feature-flip-front {
  opacity: 0;
  pointer-events: none;
}
.feature-flip.is-flipped .feature-flip-back {
  opacity: 1;
  pointer-events: auto;
}
.feature-flip-back::before {
  content: "";
  opacity: .06;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 49%, rgba(255, 249, 238, .12) 49% 51%, transparent 51%),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(255, 249, 238, .12) 31px, transparent 32px);
}
.feature-flip-kicker {
  color: #edc984;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.feature-flip h3 {
  color: #fff9ee;
  font-size: clamp(2rem, 2.8vw, 3.15rem);
  line-height: .92;
}
.feature-flip-front-copy h3 {
  text-shadow: 0 2px 20px rgba(0, 0, 0, .22);
}
.feature-flip-back-copy > p:not(.feature-flip-kicker) {
  margin-top: .95rem;
  color: rgba(255, 249, 238, .82);
  font-size: .96rem;
  line-height: 1.65;
}
.feature-flip-back-copy {
  display: grid;
  align-content: center;
  gap: .55rem;
  width: 100%;
  min-height: 100%;
}
.feature-flip-back-copy h3 {
  font-size: clamp(1.75rem, 2.35vw, 2.72rem);
  line-height: .96;
}
.feature-flip-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.feature-flip-toggle,
.feature-flip-photo,
.feature-flip-cta,
.feature-flip-return {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .55rem;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(228, 190, 128, .22);
  background: rgba(255, 249, 238, .06);
  color: #fff9ee;
  font-weight: 760;
  transition: transform .28s var(--ease-premium), border-color .28s var(--ease-premium), background .28s var(--ease-premium), color .28s var(--ease-premium);
}
.feature-flip-toggle,
.feature-flip-photo {
  padding: .62rem .85rem;
}
.feature-flip-toggle i,
.feature-flip-photo i,
.feature-flip-cta i,
.feature-flip-return i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border: 1px solid rgba(228, 190, 128, .25);
  border-radius: 50%;
  font-style: normal;
  color: #f1ca84;
}
.feature-flip-photo {
  background: rgba(255, 249, 238, .12);
}
.feature-flip-toggle:hover,
.feature-flip-photo:hover,
.feature-flip-cta:hover,
.feature-flip-return:hover,
.feature-flip-toggle:focus-visible,
.feature-flip-photo:focus-visible,
.feature-flip-cta:focus-visible,
.feature-flip-return:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: rgba(239, 202, 139, .52);
  background: rgba(255, 249, 238, .14);
}
.feature-flip-toggle i {
  transition: transform .35s var(--ease-premium);
}
.feature-flip.is-flipped .feature-flip-toggle i {
  transform: rotate(180deg);
}
.feature-flip-cta {
  margin-top: .75rem;
  padding: .76rem .95rem;
  background: rgba(255, 249, 238, .08);
  box-shadow: none;
  pointer-events: auto;
}
.feature-flip-cta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.feature-flip-cta:hover,
.feature-flip-cta:focus-visible {
  box-shadow: 0 24px 54px rgba(0, 0, 0, .34);
}
.feature-flip-return {
  justify-self: start;
  min-height: 40px;
  margin-top: .35rem;
  padding: .52rem .78rem;
  border-color: rgba(255, 249, 238, .16);
  background: transparent;
  color: rgba(255, 249, 238, .72);
  font-size: .78rem;
}
.feature-flip-return i {
  width: 24px;
  height: 24px;
  color: rgba(241, 202, 132, .8);
}
.feature-flip-toggle,
.feature-flip-return {
  display: none !important;
}
.feature-flip {
  cursor: pointer;
}
.feature-flip-photo,
.feature-flip-cta {
  cursor: pointer;
}
.geo-service-links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: .8rem 1.1rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  color: rgba(255, 249, 238, .78);
}
.geo-service-links strong {
  color: #fff9ee;
  font-size: .92rem;
}
.geo-service-links > div {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .75rem;
  justify-content: center;
}
.geo-service-links a {
  color: rgba(255, 249, 238, .7);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(226, 182, 111, .35);
  text-underline-offset: .22rem;
}
.geo-service-links a:hover {
  color: #f0c77f;
}
.gallery-carousel-shell {
  position: relative;
  z-index: 2;
}
.ccf-gallery-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(6rem, 8vw, 9rem);
}
.ccf-wrap {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  gap: clamp(1.35rem, 2.6vw, 2.3rem);
}
.gallery-heading {
  display: grid;
  margin: 0;
  justify-items: center;
  text-align: center;
}
.gallery-heading-row {
  display: grid;
  justify-items: center;
  gap: clamp(.9rem, 1.8vw, 1.35rem);
  width: min(860px, 100%);
  padding: 0 0 clamp(1.2rem, 2vw, 1.7rem);
  border-bottom: 1px solid rgba(31, 74, 61, .1);
  position: relative;
}
.gallery-heading-row::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: min(220px, 32vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(160, 106, 42, .72), transparent);
  transform: translateX(-50%);
}
.gallery-heading-copy {
  display: grid;
  justify-items: center;
  gap: .7rem;
}
.gallery-heading-copy h2 {
  max-width: 14ch;
  color: var(--color-forest);
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: .88;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.gallery-heading .ccf-instruction {
  margin: 0;
  max-width: 640px;
  color: rgba(37, 31, 25, .68);
  font-size: clamp(.95rem, 1.1vw, 1.08rem);
  line-height: 1.68;
}
.gallery-heading-badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem 1rem;
}
.gallery-heading-badge span {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: .28rem 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(197, 154, 90, .28);
  background: transparent;
  color: rgba(25, 63, 50, .72);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gallery-sparks {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 72%, transparent 100%);
}
.gallery-sparks i {
  position: absolute;
  left: var(--gallery-spark-x);
  bottom: -20px;
  width: var(--gallery-spark-size);
  height: calc(var(--gallery-spark-size) * 2.4);
  border-radius: 999px;
  opacity: 0;
  background: linear-gradient(180deg, rgba(114, 255, 171, .96), rgba(61, 212, 124, .56) 48%, rgba(61, 212, 124, 0));
  filter: blur(.15px) drop-shadow(0 0 7px rgba(52, 216, 112, .7));
  animation: gallerySparkRise var(--gallery-spark-duration) linear var(--gallery-spark-delay) infinite;
}
.gallery-stage {
  position: relative;
  min-height: clamp(570px, 54vw, 760px);
  padding: clamp(1.5rem, 2.8vw, 2.2rem) 0 clamp(4rem, 6vw, 5rem);
  overflow: visible;
  transform-style: preserve-3d;
}
.ccf-cta {
  align-self: center;
  width: fit-content;
  min-height: 56px;
  margin: 0;
  padding-inline: 1.2rem 1.35rem;
  white-space: nowrap;
  justify-self: end;
}
.gallery-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  width: min(980px, 100%);
  margin: clamp(.2rem, 1vw, .6rem) auto 0;
  padding: clamp(1.15rem, 2vw, 1.55rem) clamp(1.15rem, 2.4vw, 1.8rem);
  border: 1px solid rgba(31, 74, 61, .12);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, .7), rgba(239, 228, 210, .34)),
    radial-gradient(circle at 8% 20%, rgba(31, 74, 61, .08), transparent 34%);
  box-shadow: 0 28px 80px rgba(55, 44, 30, .08);
}
.gallery-cta-copy {
  display: grid;
  gap: .35rem;
  min-width: 0;
}
.gallery-cta-kicker {
  color: #a86a25;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gallery-cta-panel h3 {
  color: var(--color-forest);
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: .96;
  max-width: none;
  text-wrap: balance;
}
.gallery-cta-panel p {
  margin: 0;
  color: rgba(42, 35, 28, .72);
  font-size: .95rem;
  line-height: 1.58;
  max-width: 66ch;
}
.ccf-cta span {
  flex: 0 0 auto;
}
@keyframes gallerySparkRise {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.45); }
  12% { opacity: .95; }
  72% { opacity: .44; }
  100% { opacity: 0; transform: translate3d(var(--gallery-spark-drift), -940px, 0) scale(.12); }
}
.faq-teaser {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 8vw, 7rem);
  background:
    linear-gradient(180deg, #f6efe2, #efe4d1 65%, #f8f1e7);
}
.faq-teaser-glow {
  position: absolute;
  inset: auto -12% -10% auto;
  width: min(480px, 36vw);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(34, 116, 84, .12), transparent 66%);
  filter: blur(18px);
}
.faq-teaser-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .82fr);
  gap: clamp(2rem, 4.4vw, 5rem);
  align-items: center;
}
.faq-teaser-copy {
  min-width: 0;
  max-width: 760px;
}
.faq-teaser-copy h2 {
  margin-top: .45rem;
  color: #1f1810;
  font-size: clamp(3rem, 5.6vw, 5.5rem);
  line-height: .94;
}
.faq-teaser-copy p {
  max-width: 720px;
  margin-top: 1rem;
  color: rgba(44, 36, 28, .82);
  font-size: clamp(.98rem, 1.15vw, 1.1rem);
  line-height: 1.7;
}
.faq-teaser-topics {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin-top: 1.2rem;
}
.faq-teaser-topics span {
  display: inline-flex;
  align-items: center;
  min-height: auto;
  padding: 0 0 .18rem;
  border: 0;
  border-bottom: 1px solid rgba(160, 106, 42, .28);
  border-radius: 0;
  background: transparent;
  color: rgba(64, 50, 41, .82);
  font-size: .82rem;
  font-weight: 760;
}
.faq-teaser-action {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 0 0 0 clamp(1.2rem, 2.4vw, 2rem);
  border: 0;
  border-left: 1px solid rgba(31, 74, 61, .22);
  border-radius: 0;
  background: transparent;
  color: var(--color-forest);
  box-shadow: none;
}
.faq-teaser-action strong {
  display: block;
  color: var(--color-forest);
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
  max-width: 18ch;
}
.faq-teaser-action small {
  color: rgba(44, 36, 28, .66);
  font-size: .76rem;
  line-height: 1.45;
}
.faq-teaser-visual {
  position: relative;
  margin: 0 0 .25rem;
  overflow: hidden;
  border: 1px solid rgba(31, 74, 61, .16);
  border-radius: 28px;
  background: #102d24;
  box-shadow:
    0 34px 90px rgba(55, 44, 30, .14),
    0 14px 34px rgba(13, 48, 37, .12);
}
.faq-teaser-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 36%, rgba(7, 18, 14, .82)),
    radial-gradient(circle at 78% 14%, rgba(241, 202, 132, .18), transparent 28%);
}
.faq-teaser-visual img {
  display: block;
  width: 100%;
  height: clamp(280px, 28vw, 390px);
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.faq-teaser-visual figcaption {
  position: absolute;
  right: clamp(1rem, 2vw, 1.35rem);
  bottom: clamp(1rem, 2vw, 1.35rem);
  left: clamp(1rem, 2vw, 1.35rem);
  z-index: 2;
  display: grid;
  gap: .35rem;
  color: #fff9ee;
}
.faq-teaser-visual figcaption span {
  color: #f0c77f;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.faq-teaser-visual figcaption strong {
  max-width: 16ch;
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: .98;
}
.faq-teaser-cta {
  width: 100%;
  max-width: 380px;
}
.faq-page {
  background: #f6efe2;
}
.faq-page-hero {
  position: relative;
  min-height: clamp(680px, 82vh, 880px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff9ee;
  background:
    linear-gradient(105deg, rgba(5, 13, 10, .88), rgba(12, 43, 32, .68) 54%, rgba(5, 13, 10, .82)),
    url("assets/kit-silva-galeria-casa-madeira-entardecer-jardim.png") center 46% / cover;
}
.faq-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background:
    repeating-linear-gradient(90deg, rgba(255, 249, 238, .12) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(0deg, rgba(239, 202, 139, .08) 0 1px, transparent 1px 74px);
}
.faq-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(5, 13, 10, .72));
}
.faq-page-orbit {
  position: absolute;
  right: -10vw;
  top: 8%;
  width: min(620px, 46vw);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 202, 139, .22);
  border-radius: 50%;
  opacity: .55;
  animation: faqOrbitDrift 16s ease-in-out infinite alternate;
}
.faq-page-orbit::before,
.faq-page-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(37, 211, 102, .12);
  border-radius: inherit;
}
.faq-page-orbit::after {
  inset: 36%;
  background: radial-gradient(circle, rgba(37, 211, 102, .1), transparent 68%);
}
.faq-page-orbit-two {
  right: auto;
  left: -18vw;
  top: auto;
  bottom: -20%;
  width: min(720px, 54vw);
  opacity: .32;
  animation-delay: -7s;
}
.faq-page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 440px);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  padding-block: clamp(5.8rem, 8vw, 8rem) clamp(4rem, 7vw, 6rem);
}
.faq-page-hero-copy {
  max-width: 850px;
}
.faq-page-hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: rgba(239, 202, 139, .92);
  font-size: clamp(.68rem, .78vw, .82rem);
  font-weight: 850;
  letter-spacing: .16em;
}
.faq-page-hero-copy .eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 202, 139, .86));
}
.faq-page-hero-copy h1 {
  max-width: 11.8ch;
  margin-top: .85rem;
  color: #fff9ee;
  font-size: clamp(3.6rem, 6.6vw, 6.8rem);
  font-weight: 520;
  line-height: .93;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.faq-page-hero-copy > p {
  max-width: 780px;
  margin-top: 1.1rem;
  color: rgba(255, 249, 238, .84);
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.78;
}
.faq-page-hero-copy .hero-actions {
  margin-top: 1.55rem;
}
.faq-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}
.faq-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .48rem .78rem;
  border: 1px solid rgba(239, 202, 139, .25);
  border-radius: 999px;
  color: rgba(255, 249, 238, .82);
  background: rgba(255, 249, 238, .055);
  font-size: .74rem;
  font-weight: 780;
}
.faq-entity-card {
  position: relative;
  display: grid;
  gap: .85rem;
  padding: .9rem;
  overflow: hidden;
  border: 1px solid rgba(239, 202, 139, .22);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 249, 238, .12), rgba(255, 249, 238, .055));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 30px 90px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
}
.faq-entity-card figure {
  position: relative;
  margin: 0 0 .25rem;
  overflow: hidden;
  border-radius: 22px;
}
.faq-entity-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(5, 13, 10, .72));
}
.faq-entity-card img {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 290px);
  object-fit: cover;
  transform: scale(1.02);
  animation: faqImageBreath 10s ease-in-out infinite alternate;
}
.faq-entity-card figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  color: #fff9ee;
  font-size: .78rem;
  font-weight: 820;
}
.faq-entity-card > span,
.faq-entity-card dt {
  color: rgba(239, 202, 139, .9);
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.faq-entity-card > strong {
  color: #fff9ee;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 520;
  line-height: .96;
  letter-spacing: -.035em;
}
.faq-entity-card p {
  color: rgba(255, 249, 238, .78);
  line-height: 1.6;
}
.faq-entity-card dl {
  display: grid;
  gap: .35rem;
  margin: .25rem 0 0;
}
.faq-entity-card dl > div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: .75rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(255, 249, 238, .1);
}
.faq-entity-card dd {
  margin: 0;
  color: rgba(255, 249, 238, .86);
  font-size: .86rem;
}
.faq-entity-card a { color: #f0c77f; }
.faq-page > .container .breadcrumbs {
  margin-block: 1rem;
}
.faq-decision-section,
.faq-geo-section,
.faq-glossary-section {
  position: relative;
  overflow: hidden;
  background: #f6efe2;
}
.faq-decision-section .section-head,
.faq-glossary-section .section-head {
  max-width: 900px;
  text-align: center;
}
.faq-decision-section .section-head h2,
.faq-glossary-section .section-head h2 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  line-height: .95;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.faq-decision-section .section-head p,
.faq-glossary-section .section-head p {
  max-width: 720px;
  margin-inline: auto;
}
.faq-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.faq-decision-card {
  position: relative;
  min-height: 250px;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  overflow: hidden;
  border: 1px solid rgba(31, 74, 61, .12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, .78), rgba(255, 252, 246, .52)),
    radial-gradient(circle at 85% 0%, rgba(31, 74, 61, .08), transparent 42%);
  box-shadow: 0 24px 70px rgba(57, 43, 29, .08);
  transition: transform .35s var(--ease-premium), border-color .35s ease, box-shadow .35s ease;
}
.faq-decision-card::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1.1rem auto;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(171, 113, 43, .18);
  border-radius: 50%;
}
.faq-decision-card:hover {
  border-color: rgba(171, 113, 43, .22);
  box-shadow: 0 30px 84px rgba(57, 43, 29, .12);
  transform: translateY(-5px);
}
.faq-decision-card span {
  color: #b57a2e;
  font-family: var(--font-display);
  font-size: 2rem;
}
.faq-decision-card h3 {
  margin: 1.35rem 0 .55rem;
  color: #17241d;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -.025em;
}
.faq-decision-card p {
  color: rgba(43, 46, 41, .68);
  line-height: 1.65;
}
.faq-inline-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(31, 74, 61, .14);
  border-radius: 24px;
  color: #fff9ee;
  background:
    linear-gradient(135deg, rgba(237, 200, 137, .14), transparent 42%),
    linear-gradient(135deg, #194332, #0b261d);
  box-shadow: 0 24px 64px rgba(10, 35, 26, .16);
}
.faq-inline-cta > span {
  color: #f0c77f;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.faq-inline-cta strong {
  color: #fff9ee;
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
  line-height: 1.35;
}
.faq-inline-cta .btn {
  white-space: nowrap;
}
.faq-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(31, 74, 61, .08), transparent 26%),
    linear-gradient(180deg, #fbf5ea, #f3ead8);
}
.faq-ambient {
  position: absolute;
  width: 420px;
  aspect-ratio: 1;
  border: 1px solid rgba(31, 74, 61, .08);
  border-radius: 50%;
  pointer-events: none;
  animation: faqOrbitDrift 18s ease-in-out infinite alternate;
}
.faq-ambient-one { right: -160px; top: 6%; }
.faq-ambient-two { left: -190px; bottom: 3%; animation-delay: -8s; }
.faq-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
}
.faq-heading h2 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 5.6vw, 5.7rem);
  line-height: .95;
  letter-spacing: -.045em;
}
.faq-heading p {
  max-width: 720px;
}
.faq-authority-card {
  position: relative;
  padding: 1.3rem;
  border: 1px solid rgba(31, 74, 61, .14);
  border-radius: 26px;
  background: rgba(255, 252, 246, .66);
  box-shadow: 0 24px 70px rgba(57, 43, 29, .08);
}
.faq-authority-card > span,
.faq-contact span {
  color: #a66a25;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.faq-authority-card > strong,
.faq-contact strong {
  display: block;
  margin-top: .35rem;
  color: #16231c;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1;
}
.faq-authority-card p,
.faq-contact p {
  color: rgba(43, 46, 41, .68);
  line-height: 1.65;
}
.faq-authority-card > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1rem;
}
.faq-authority-card > div span {
  display: grid;
  gap: .1rem;
  padding: .75rem;
  border: 1px solid rgba(31, 74, 61, .1);
  border-radius: 16px;
  color: rgba(43, 46, 41, .64);
  background: rgba(255, 255, 255, .42);
  font-size: .68rem;
}
.faq-authority-card b {
  color: #153f31;
  font-family: var(--font-display);
  font-size: 1.3rem;
}
.faq-topic-rail {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-block: 1.2rem 1.4rem;
}
.faq-topic-rail span {
  padding: .5rem .78rem;
  border: 1px solid rgba(31, 74, 61, .12);
  border-radius: 999px;
  color: rgba(43, 46, 41, .72);
  background: rgba(255, 252, 246, .58);
  font-size: .76rem;
  font-weight: 760;
}
.faq-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.faq-list {
  display: grid;
  gap: .85rem;
}
.faq-item {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(31, 74, 61, .13);
  border-radius: 20px;
  background: rgba(255, 252, 246, .72);
  box-shadow: 0 18px 50px rgba(57, 43, 29, .055);
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.faq-item[open] {
  border-color: rgba(171, 113, 43, .28);
  box-shadow: 0 24px 64px rgba(57, 43, 29, .09);
}
.faq-item summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) 34px;
  gap: .85rem;
  align-items: center;
  padding: 1rem 1rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number {
  color: #b57a2e;
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.faq-question {
  display: grid;
  gap: .15rem;
}
.faq-question small {
  color: rgba(31, 74, 61, .62);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.faq-question strong {
  color: #17241d;
  font-size: .95rem;
  line-height: 1.35;
}
.faq-item summary i {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(31, 74, 61, .14);
  border-radius: 50%;
}
.faq-item summary i::before,
.faq-item summary i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background: #a66a25;
  transform: translate(-50%, -50%);
}
.faq-item summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .25s ease;
}
.faq-item[open] summary i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-answer {
  display: grid;
  gap: .35rem;
  padding: 0 1rem 1rem calc(1rem + 2.05rem + .85rem);
}
.faq-answer span {
  color: #a66a25;
  font-size: .64rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.faq-answer p {
  margin: 0;
  color: rgba(43, 46, 41, .72);
  font-size: .92rem;
  line-height: 1.68;
}
.faq-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(31, 74, 61, .14);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 252, 246, .86), rgba(255, 252, 246, .58));
  box-shadow: 0 24px 70px rgba(57, 43, 29, .08);
}
.faq-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: flex-end;
}
.faq-model-link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-height: 48px;
  padding: .78rem 1rem;
  border: 1px solid rgba(31, 74, 61, .18);
  border-radius: 999px;
  color: #153f31;
  font-weight: 820;
}
.faq-geo-section {
  background:
    linear-gradient(180deg, #f3ead8, #fbf5ea);
}
.faq-geo-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}
.faq-geo-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.faq-geo-links a {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 54px;
  padding: .75rem .85rem;
  border: 1px solid rgba(31, 74, 61, .13);
  border-radius: 18px;
  color: #17241d;
  background: rgba(255, 252, 246, .62);
  font-weight: 790;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.faq-geo-links a:hover {
  border-color: rgba(171, 113, 43, .28);
  background: rgba(255, 252, 246, .86);
  transform: translateY(-2px);
}
.faq-geo-links span {
  color: #b57a2e;
  font-family: var(--font-display);
  font-size: 1rem;
}
.faq-geo-links i {
  margin-left: auto;
  color: #a66a25;
  font-style: normal;
}
.faq-glossary-section {
  background: #fbf5ea;
}
.faq-glossary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}
.faq-glossary-grid > div {
  padding: 1rem;
  border: 1px solid rgba(31, 74, 61, .12);
  border-radius: 22px;
  background: rgba(255, 252, 246, .7);
  box-shadow: 0 18px 54px rgba(57, 43, 29, .06);
}
.faq-glossary-grid dt {
  color: #153f31;
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1.05;
}
.faq-glossary-grid dd {
  margin: .65rem 0 0;
  color: rgba(43, 46, 41, .68);
  font-size: .86rem;
  line-height: 1.62;
}
@keyframes faqOrbitDrift {
  from { transform: translate3d(-12px, 8px, 0) rotate(-4deg); }
  to { transform: translate3d(18px, -12px, 0) rotate(6deg); }
}
@keyframes faqImageBreath {
  from { transform: scale(1.02); }
  to { transform: scale(1.075); }
}
.gallery-stage {
  position: relative;
  min-height: clamp(570px, 54vw, 760px);
  padding: clamp(1.15rem, 2.4vw, 2rem) 0 clamp(2rem, 4vw, 3.4rem);
  overflow: visible;
  transform-style: preserve-3d;
}
.gallery-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(1.2rem, 3vw, 2.3rem);
  z-index: 0;
  width: min(980px, 76vw);
  height: 34%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(221, 177, 106, .18), rgba(21, 56, 42, .12) 42%, transparent 72%);
  filter: blur(18px);
  opacity: .92;
  pointer-events: none;
  transform: translateX(-50%) rotateX(64deg);
}
.gallery-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(1180px, 88vw);
  aspect-ratio: 1;
  border: 1px solid rgba(232, 194, 126, .12);
  border-radius: 50%;
  opacity: .58;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.gallery-viewport {
  position: relative;
  z-index: 1;
  height: clamp(560px, 58vw, 760px);
  overflow: visible;
  perspective: 1900px;
  perspective-origin: 50% 48%;
}
.gallery-track {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.gallery-item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(560px, 62vw, 920px);
  aspect-ratio: 16 / 10;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(230, 194, 132, .34);
  border-radius: 22px;
  opacity: 0;
  color: #fff9ee;
  background: #08150f;
  box-shadow: 0 22px 68px rgba(0, 0, 0, .32);
  cursor: zoom-in;
  pointer-events: none;
  transform: translate3d(-50%, -50%, -360px) scale(.48);
  filter: none;
  transition: transform 1.05s cubic-bezier(.18, .86, .2, 1), opacity .72s ease, box-shadow .72s ease, border-color .35s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .85s var(--ease-premium), filter .55s ease;
}
.gallery-item[data-carousel-state="active"] {
  z-index: 30;
  opacity: 1;
  pointer-events: auto;
  filter: none;
  border-color: rgba(240, 205, 143, .66);
  box-shadow: 0 42px 110px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 244, 217, .1), 0 0 70px rgba(198, 145, 66, .12);
  transform: translate3d(-50%, -50%, 180px) rotateY(0deg) scale(1);
}
.gallery-item[data-carousel-state="previous"] {
  z-index: 4;
  opacity: .76;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: 100% 50%;
  transform: translate3d(calc(-50% - clamp(470px, 45vw, 720px)), -50%, -410px) rotateY(44deg) scale(.78);
}
.gallery-item[data-carousel-state="next"] {
  z-index: 4;
  opacity: .76;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: 0 50%;
  transform: translate3d(calc(-50% + clamp(470px, 45vw, 720px)), -50%, -410px) rotateY(-44deg) scale(.78);
}
.gallery-item[data-carousel-state="previous-far"] {
  z-index: 2;
  opacity: .36;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: 100% 50%;
  transform: translate3d(calc(-50% - clamp(700px, 66vw, 1040px)), -50%, -720px) rotateY(62deg) scale(.54);
}
.gallery-item[data-carousel-state="next-far"] {
  z-index: 2;
  opacity: .36;
  pointer-events: auto;
  cursor: pointer;
  transform-origin: 0 50%;
  transform: translate3d(calc(-50% + clamp(700px, 66vw, 1040px)), -50%, -720px) rotateY(-62deg) scale(.54);
}
.gallery-item[data-carousel-state="previous"] img,
.gallery-item[data-carousel-state="next"] img,
.gallery-item[data-carousel-state="previous-far"] img,
.gallery-item[data-carousel-state="next-far"] img {
  filter: saturate(.86) brightness(.72);
}
.gallery-item[data-carousel-state="active"] img { filter: none; }
.gallery-item[data-carousel-state="active"]:hover img,
.gallery-item[data-carousel-state="active"]:focus-visible img { transform: scale(1.035); }
.gallery-item:focus-visible {
  outline: 2px solid #efc67f;
  outline-offset: 5px;
}
.gallery-slide-number,
.gallery-category,
.gallery-expand {
  position: absolute;
  z-index: 3;
}
.gallery-slide-number {
  top: 1.1rem;
  left: 1.2rem;
  color: rgba(255, 249, 238, .74);
  font: 750 .68rem/1 var(--font-sans);
  letter-spacing: .14em;
}
.gallery-category {
  left: 1.2rem;
  bottom: 1.15rem;
  padding: .5rem .72rem;
  border: 1px solid rgba(239, 202, 138, .32);
  border-radius: 999px;
  color: #fff9ee;
  background: rgba(6, 20, 14, .68);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.gallery-expand {
  right: 1.2rem;
  bottom: 1.15rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: rgba(255, 249, 238, .82);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gallery-expand i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(239, 202, 138, .42);
  border-radius: 50%;
  color: #f0c67f;
  font-style: normal;
  background: rgba(6, 20, 14, .62);
  backdrop-filter: blur(10px);
}
.gallery-arrow {
  position: absolute;
  top: 48%;
  z-index: 12;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 1px solid rgba(238, 200, 134, .62);
  border-radius: 50%;
  color: #fff9ee;
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(180deg, rgba(22, 63, 47, .98), rgba(8, 22, 16, .97));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .14),
    inset 0 -10px 20px rgba(0, 0, 0, .16),
    0 20px 50px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(255,255,255,.03),
    0 0 26px rgba(210, 157, 75, .14);
  backdrop-filter: blur(16px);
  transform: translateY(-50%);
  transition: transform .28s var(--ease-premium), border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.gallery-arrow::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(255, 233, 187, .08);
  pointer-events: none;
}
.gallery-arrow svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gallery-arrow-prev { left: clamp(.25rem, 1.5vw, 1.25rem); }
.gallery-arrow-next { right: clamp(.25rem, 1.5vw, 1.25rem); }
.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  outline: none;
  border-color: rgba(247, 213, 154, .92);
  background:
    radial-gradient(circle at 30% 28%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(180deg, rgba(36, 88, 66, .98), rgba(12, 32, 24, .98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -10px 20px rgba(0, 0, 0, .14),
    0 24px 54px rgba(0, 0, 0, .38),
    0 0 30px rgba(211, 160, 78, .24);
  transform: translateY(-50%) scale(1.06);
}
.faq-list {
  display: grid;
  gap: .8rem;
}
details {
  background: var(--color-sand);
  border: 1px solid rgba(90, 53, 31, .13);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
}
summary {
  font-weight: 900;
  color: var(--color-forest);
  cursor: pointer;
}
details p { color: var(--color-muted); margin-bottom: 0; }
.final-cta {
  color: var(--color-cream);
  background:
    linear-gradient(135deg, rgba(17, 16, 13, .92), rgba(18, 53, 47, .9)),
    url("assets/kit-silva-galeria-fachada-frontal-varanda.png") center 45% / cover;
}
.final-cta-inner { max-width: 1120px; }
.final-cta p { color: rgba(255, 249, 238, .78); }

.inner-hero,
.budget-hero {
  position: relative;
  overflow: hidden;
  color: var(--color-cream);
  background:
    linear-gradient(105deg, rgba(17, 16, 13, .72), rgba(18, 53, 47, .46) 56%, rgba(17, 16, 13, .58)),
    url("assets/hero-casa-luxo-floresta.png") center / cover;
}
.inner-hero::before,
.budget-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background:
    repeating-linear-gradient(90deg, rgba(255, 249, 238, .12) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(197, 154, 90, .08) 0 1px, transparent 1px 72px);
}
.inner-hero-grid,
.budget-grid {
  position: relative;
  z-index: 1;
}
.inner-hero h1,
.budget-hero h1 {
  color: var(--color-cream);
}
.inner-hero p,
.budget-hero p {
  color: rgba(255, 249, 238, .82);
}
.inner-hero-location {
  min-height: clamp(680px, 82vh, 880px);
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + clamp(3rem, 5vw, 5.2rem)) 0 clamp(4.8rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 72% 26%, rgba(239, 202, 139, .14), transparent 30%),
    linear-gradient(105deg, rgba(7, 20, 15, .9), rgba(14, 49, 37, .58) 48%, rgba(7, 20, 15, .76)),
    url("assets/hero-casa-luxo-floresta.png") center / cover;
}
.inner-hero-location::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 20, 15, .86));
}
.inner-hero-location .inner-hero-grid {
  width: min(1260px, calc(100% - 52px));
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, .78fr);
  align-items: center;
  gap: clamp(3rem, 5.8vw, 6.6rem);
}
.inner-hero-location .inner-hero-grid > .reveal:first-child {
  max-width: 760px;
}
.inner-hero-location .eyebrow {
  color: rgba(247, 213, 154, .96);
  margin-bottom: 1.05rem;
}
.inner-hero-location h1 {
  max-width: 16ch;
  color: #fff9ee;
  font-size: clamp(3.2rem, 5.35vw, 6rem);
  line-height: .96;
  letter-spacing: -.044em;
  text-wrap: balance;
}
.inner-hero-location .inner-hero-grid > .reveal:first-child > p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 1.35rem;
  color: rgba(255, 249, 238, .86);
  font-size: clamp(1rem, 1.08vw, 1.15rem);
  line-height: 1.82;
}
.inner-hero-location .hero-actions {
  margin-top: 1.9rem;
}
.inner-hero-location .inner-hero-image {
  width: 100%;
  justify-self: end;
  padding: clamp(.55rem, .95vw, .85rem);
  border: 1px solid rgba(239, 202, 139, .26);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 249, 238, .12), rgba(9, 29, 22, .2));
  box-shadow:
    0 38px 110px rgba(0, 0, 0, .4),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}
.inner-hero-location .inner-hero-image img {
  height: clamp(360px, 39vw, 560px);
  border-radius: 24px;
  object-position: center;
}
.inner-hero-atendimento {
  min-height: clamp(700px, 86vh, 900px);
  display: flex;
  align-items: center;
  padding: clamp(4.8rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.2rem);
  background:
    linear-gradient(105deg, rgba(7, 20, 15, .86), rgba(14, 49, 37, .55) 48%, rgba(7, 20, 15, .74)),
    url("assets/hero-casa-luxo-floresta.png") center / cover;
}
.inner-hero-atendimento .inner-hero-grid {
  width: min(1260px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr);
  align-items: center;
  gap: clamp(2.2rem, 5vw, 5.4rem);
}
.inner-hero-atendimento .inner-hero-grid > .reveal:first-child {
  max-width: 760px;
}
.inner-hero-atendimento h1 {
  max-width: 13ch;
  color: #fff9ee;
  font-size: clamp(3rem, 5.8vw, 6.2rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.inner-hero-atendimento .eyebrow {
  color: rgba(247, 213, 154, .96);
}
.inner-hero-atendimento .inner-hero-grid > .reveal:first-child > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 249, 238, .86);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.82;
}
.inner-hero-atendimento .hero-actions {
  margin-top: 1.55rem;
}
.inner-hero-atendimento .inner-hero-image {
  width: min(100%, 520px);
  justify-self: end;
  padding: clamp(.5rem, .9vw, .8rem);
  border: 1px solid rgba(239, 202, 139, .24);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 249, 238, .12), rgba(9, 29, 22, .18));
  box-shadow:
    0 34px 95px rgba(0, 0, 0, .36),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}
.inner-hero-atendimento .inner-hero-image img {
  height: clamp(320px, 38vw, 500px);
  border-radius: 22px;
  object-position: center 50%;
}
.inner-hero-casas-clean {
  min-height: clamp(560px, 72vh, 760px);
  display: flex;
  align-items: center;
}
.inner-hero-casas-clean .inner-hero-grid {
  width: min(1280px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.8rem);
}
.inner-hero-casas-clean .inner-hero-grid > .reveal {
  max-width: 720px;
  padding: clamp(5.2rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
}
.inner-hero-casas-clean h1 {
  max-width: 17ch;
  text-wrap: balance;
}
.inner-hero-casas-clean .hero-actions {
  margin-top: 1.8rem;
}
.modelos-hero-showcase {
  min-height: clamp(640px, 82vh, 820px);
  padding: clamp(6.4rem, 9vw, 9rem) 0 clamp(3.2rem, 5.8vw, 5.6rem);
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(7, 14, 10, .72), rgba(7, 14, 10, .34) 48%, rgba(7, 14, 10, .72)),
    linear-gradient(105deg, rgba(7, 14, 10, .78), rgba(18, 53, 47, .32) 54%, rgba(7, 14, 10, .68)),
    url("assets/kit-silva-editada-09-fachada-acabada.jpg") center 46% / cover;
}
.modelos-hero-showcase::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 14, 10, .72));
}
.modelos-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 4vw, 3.4rem);
  width: min(1240px, calc(100% - 40px));
}
.modelos-hero-copy {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}
.modelos-hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  margin-bottom: 1.05rem;
  color: rgba(239, 202, 139, .9);
  font-size: clamp(.68rem, .78vw, .82rem);
  font-weight: 850;
  letter-spacing: .16em;
}
.modelos-hero-copy .eyebrow::before,
.modelos-hero-copy .eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 202, 139, .78));
}
.modelos-hero-copy .eyebrow::after {
  background: linear-gradient(90deg, rgba(239, 202, 139, .78), transparent);
}
.modelos-hero-copy h1 {
  max-width: 13ch;
  margin-inline: auto;
  color: #fff9ee;
  font-size: clamp(3.4rem, 6.7vw, 6.8rem);
  font-weight: 520;
  line-height: .94;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.modelos-hero-copy > p:not(.eyebrow) {
  max-width: 780px;
  margin: 1.1rem auto 0;
  color: rgba(255, 249, 238, .82);
  font-size: clamp(.98rem, 1.08vw, 1.12rem);
  line-height: 1.78;
  text-wrap: balance;
}
.modelos-hero-copy .hero-actions {
  justify-content: center;
  margin-top: 1.55rem;
}
.modelos-hero-carousel {
  --modelos-gap: clamp(.9rem, 1.45vw, 1.18rem);
  position: relative;
  width: min(1120px, 100%);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 28px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.modelos-hero-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(239, 202, 139, .18);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.modelos-hero-carousel--casas {
  width: min(760px, 48vw);
  margin-inline: 0;
  border-radius: 30px;
  transform: translateY(1.1rem);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(239, 202, 139, .08);
}
.modelos-hero-carousel--casas .modelos-hero-track {
  animation-duration: 12s;
}
.modelos-hero-carousel--casas .modelos-hero-card {
  flex-basis: clamp(220px, 18vw, 310px);
  height: clamp(240px, 24vw, 350px);
}
.modelos-hero-track {
  display: flex;
  gap: var(--modelos-gap);
  width: max-content;
  animation: modelosImageFlow 15s linear infinite !important;
  animation-play-state: running !important;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.modelos-hero-carousel--casas .modelos-hero-track {
  animation-duration: 12s !important;
}
.modelos-hero-card {
  flex: 0 0 clamp(260px, 28vw, 420px);
  height: clamp(230px, 25vw, 330px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 202, 139, .22);
  border-radius: 24px;
  background: #0b2118;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .28);
  pointer-events: none;
}
.modelos-hero-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
  transform: none;
}
@keyframes modelosImageFlow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-33.333% - (var(--modelos-gap) / 3)), 0, 0); }
}
.budget-form {
  box-shadow: 0 34px 110px rgba(0, 0, 0, .28);
}
.budget-form input,
.budget-form select,
.budget-form textarea {
  transition: border-color .25s var(--ease-premium), box-shadow .25s var(--ease-premium), transform .25s var(--ease-premium);
}
.budget-form input:focus,
.budget-form select:focus,
.budget-form textarea:focus {
  transform: translateY(-1px);
}
.final-cta {
  background:
    linear-gradient(135deg, rgba(17, 16, 13, .94), rgba(18, 53, 47, .82)),
    url("assets/kit-silva-galeria-fachada-frontal-varanda.png") center 45% / cover;
}
.final-cta-inner {
  backdrop-filter: blur(18px);
}
.final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 8rem);
  background:
    linear-gradient(100deg, rgba(6, 12, 9, .9), rgba(11, 39, 30, .68) 44%, rgba(7, 18, 14, .78)),
    radial-gradient(circle at 72% 35%, rgba(48, 117, 88, .2), transparent 34%),
    url("assets/kit-silva-galeria-fachada-frontal-varanda.png") center 45% / cover;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  pointer-events: none;
  background:
    linear-gradient(rgba(235, 196, 126, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(235, 196, 126, .055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 54% 46%, #000, transparent 78%);
}
.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 249, 238, .04), rgba(7, 18, 14, .22));
}
.final-cta-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(236, 198, 129, .13);
  border-radius: 50%;
  pointer-events: none;
}
.final-cta-orbit-one {
  right: -9vw;
  top: 12%;
  width: min(560px, 42vw);
  aspect-ratio: 1;
  box-shadow: 0 0 0 54px rgba(236, 198, 129, .025);
}
.final-cta-orbit-two {
  left: -12vw;
  bottom: -28%;
  width: min(640px, 48vw);
  aspect-ratio: 1;
  box-shadow: 0 0 0 72px rgba(52, 123, 92, .035);
}
.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr);
  align-items: center;
  gap: clamp(1.8rem, 4vw, 4.5rem);
  max-width: 1120px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.final-cta-copy {
  padding: clamp(1.1rem, 2vw, 2rem);
}
.final-cta-copy .eyebrow {
  color: #edc984;
}
.final-cta-copy h2:not(.final-cta-title-clean) {
  display: none;
}
.final-cta-copy .final-cta-title-clean {
  max-width: 720px;
  margin: .45rem 0 1rem;
  color: #fff9ee;
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  line-height: .94;
  text-wrap: balance;
}
.final-cta-copy > p:last-of-type {
  max-width: 690px;
  color: rgba(255, 249, 238, .76);
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
}
.final-cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.35rem;
}
.final-cta-proof span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  padding: 0 0 .2rem;
  border: 0;
  border-bottom: 1px solid rgba(238, 202, 139, .2);
  border-radius: 0;
  color: rgba(255, 249, 238, .72);
  background: transparent;
  font-size: .72rem;
  font-weight: 780;
}
.final-cta-proof b {
  color: #f1ca84;
}
.final-cta-proof span:nth-child(4) {
  display: none;
}
.final-contact-card {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: clamp(.4rem, 1vw, .8rem) 0 clamp(.4rem, 1vw, .8rem) clamp(1.2rem, 2.4vw, 2rem);
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(237, 201, 133, .28);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.final-contact-card::before {
  content: none;
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(238, 202, 139, .13);
  border-radius: 16px;
  pointer-events: none;
}
.final-contact-card > * {
  position: relative;
  z-index: 1;
}
.final-contact-kicker {
  color: #edc984;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.final-contact-phone {
  display: grid;
  gap: .3rem;
  padding: .9rem 0 1rem;
  border-top: 1px solid rgba(238, 202, 139, .15);
  border-bottom: 1px solid rgba(238, 202, 139, .15);
  color: #fff9ee;
}
.final-contact-phone small {
  color: rgba(255, 249, 238, .8);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.final-contact-phone strong {
  color: #f4d69a;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 520;
  line-height: 1;
}
.final-contact-card > p:not(.final-contact-note) {
  display: none;
}
.final-contact-card p {
  margin: 0;
  color: rgba(255, 249, 238, .84);
  font-size: .9rem;
  line-height: 1.55;
}
.final-cta-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: .7rem;
  margin-top: .25rem;
  justify-items: start;
}
.final-cta-actions .btn {
  justify-content: space-between;
  width: 100%;
  min-width: 0;
}
.final-call-button {
  width: 100%;
  border-color: rgba(239, 202, 138, .34);
  background: rgba(255, 249, 238, .08);
}
.site-footer {
  position: relative;
  padding: 0 0 2rem;
  color: var(--color-cream);
  background:
    radial-gradient(circle at top left, rgba(37, 211, 102, .08), transparent 28%),
    radial-gradient(circle at top right, rgba(241, 202, 132, .08), transparent 24%),
    linear-gradient(180deg, rgba(5, 10, 8, .98), rgba(9, 15, 12, .98));
  overflow: clip;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 249, 238, .04), transparent 12%),
    radial-gradient(circle at 50% -10%, rgba(241, 202, 132, .18), transparent 35%);
  opacity: .9;
}
.footer-shell {
  position: relative;
  z-index: 1;
  width: min(1500px, calc(100% - 24px));
  margin-inline: auto;
  padding: 1.6rem 0 0;
}
.footer-premium-panel {
  padding: clamp(.4rem, 1.2vw, .75rem) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.footer-premium-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(1.4rem, 3vw, 3.2rem);
  align-items: start;
}
.footer-brand-card,
.footer-contact-card,
.footer-cta-card {
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-contact-card,
.footer-cta-card {
  padding-left: clamp(1rem, 2.2vw, 2rem);
  border-left: 1px solid rgba(241, 202, 132, .12);
}
.footer-kicker {
  margin: 0 0 .65rem;
  color: #e5bb71;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-brand-card h2,
.footer-cta-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  line-height: .92;
  letter-spacing: -.02em;
}
.footer-brand-card h2 span {
  color: #f0c77f;
  font-size: .72em;
}
.footer-brand-card p,
.footer-contact-card p,
.footer-cta-card p {
  margin: .85rem 0 0;
  color: rgba(255, 249, 238, .8);
  font-size: .94rem;
  line-height: 1.6;
}
.footer-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: 1rem;
}
.footer-shortcuts a,
.footer-regions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0 0 .18rem;
  border: 0;
  border-bottom: 1px solid rgba(241, 202, 132, .18);
  border-radius: 0;
  color: rgba(255, 249, 238, .88);
  background: transparent;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
}
.footer-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}
.footer-brand-actions .btn {
  flex: 1 1 220px;
}
.footer-contact-list {
  display: grid;
  gap: .55rem;
}
.footer-contact-list p {
  margin: 0;
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(241, 202, 132, .08);
  font-size: .9rem;
}
.footer-contact-list strong {
  color: #f0c77f;
}
.footer-contact-list a {
  color: #fff9ee;
}
.footer-contact-list p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.footer-map-card {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(241, 202, 132, .12);
  background: rgba(255, 249, 238, .045);
}
.footer-map-card iframe {
  display: block;
  width: 100%;
  min-height: 230px;
  border: 0;
}
.footer-address-card {
  display: grid;
  gap: .55rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 88% 8%, rgba(240, 199, 127, .12), transparent 34%),
    rgba(255, 249, 238, .045);
}
.footer-address-card span {
  color: #f0c77f;
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-address-card strong {
  color: #fff9ee;
  font-size: .95rem;
  line-height: 1.35;
}
.footer-address-card small {
  color: rgba(255, 249, 238, .66);
  font-size: .82rem;
  line-height: 1.45;
}
.footer-benefits {
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .65rem;
}
.footer-benefits li {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: rgba(255, 249, 238, .9);
  font-size: .95rem;
  line-height: 1.45;
}
.footer-benefits li::before {
  content: "•";
  color: #f0c77f;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: .05rem;
}
.footer-cta-actions {
  display: grid;
  gap: .7rem;
}
.footer-cta-actions .btn {
  width: 100%;
}
.footer-cta-primary {
  min-height: 66px;
  white-space: normal;
  text-align: left;
  font-size: .92rem;
  line-height: 1.15;
}
.footer-call-button {
  background: rgba(255, 249, 238, .06);
}
.footer-regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: .55rem 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(241, 202, 132, .12);
}
.footer-regions a {
  flex: 0 0 auto;
  min-height: auto;
  padding: 0 0 .18rem;
  white-space: nowrap;
  text-align: center;
  border: 0;
  border-bottom: 1px solid rgba(241, 202, 132, .16);
  background: transparent;
  box-shadow: none;
  color: rgba(255, 249, 238, .76);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .25s var(--ease-premium), background .25s var(--ease-premium), border-color .25s var(--ease-premium), color .25s var(--ease-premium);
}
.footer-regions a:hover,
.footer-regions a:focus-visible {
  transform: translateY(-1px);
  background: transparent;
  border-color: rgba(241, 202, 132, .34);
  color: #fff9ee;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(241, 202, 132, .12);
  color: rgba(255, 249, 238, .74);
  font-size: .86rem;
}
.footer-bottom p {
  margin: 0;
}
.footer-credit-link {
  color: #f0c77f;
  font-weight: 700;
}
.footer-credit-link:hover {
  color: #ffe3ad;
}
.whatsapp-floating {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(231, 190, 119, .48);
  border-radius: 999px;
  color: #dcffe8;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(145deg, rgba(35, 91, 69, .97), rgba(10, 45, 33, .98));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .28),
    0 0 0 4px rgba(37, 211, 102, .08),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px);
  text-decoration: none;
  transform-origin: center;
  animation: floatPulse 2.65s ease-in-out infinite;
  will-change: transform;
  transition: border-color .22s ease, filter .22s ease;
  overflow: visible;
}
.whatsapp-floating::before,
.whatsapp-floating::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  pointer-events: none;
}
.whatsapp-floating::before {
  border: 1px solid rgba(48, 220, 116, .3);
  box-shadow: 0 0 0 4px rgba(48, 220, 116, .055), 0 0 18px rgba(48, 220, 116, .2);
  animation: whatsappRing 2.8s ease-out infinite;
}
.whatsapp-floating::after {
  inset: -8px;
  border: 1px solid rgba(48, 220, 116, .13);
  box-shadow: 0 0 0 6px rgba(48, 220, 116, .025);
  animation: whatsappRing 2.8s ease-out infinite 1.2s;
}
.whatsapp-floating span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14);
  transform-origin: center;
  animation: whatsappCoreBreath 2.45s ease-in-out infinite;
}
.whatsapp-floating svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: currentColor;
  transform-origin: center;
  animation: whatsappIconPulse 1.8s ease-in-out infinite;
}
.whatsapp-floating:hover,
.whatsapp-floating:focus-visible {
  outline: none;
  border-color: rgba(102, 255, 161, .9);
  filter: saturate(1.2) brightness(1.08);
  animation: floatPulseHover 1.05s ease-in-out infinite;
}
.whatsapp-floating:hover::before,
.whatsapp-floating:focus-visible::before {
  border-color: rgba(86, 238, 145, .52);
  box-shadow: 0 0 0 5px rgba(48, 220, 116, .1), 0 0 26px rgba(48, 220, 116, .34);
}
.whatsapp-floating:hover span,
.whatsapp-floating:focus-visible span {
  background: rgba(255, 255, 255, .18);
}
.whatsapp-floating:hover svg,
.whatsapp-floating:focus-visible svg {
  animation: none;
  transform: scale(1.15);
  filter: drop-shadow(0 0 6px rgba(150, 255, 190, .48));
}
.phone-floating {
  position: fixed;
  left: max(22px, env(safe-area-inset-left));
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 119;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  gap: .62rem;
  width: auto;
  min-width: 198px;
  height: 64px;
  padding: 0 1.05rem 0 .55rem;
  border: 1px solid rgba(231, 190, 119, .48);
  border-radius: 999px;
  color: #ffe5b6;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .16), transparent 32%),
    linear-gradient(145deg, rgba(35, 91, 69, .97), rgba(10, 45, 33, .98));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .28),
    0 0 0 4px rgba(206, 157, 82, .08),
    inset 0 1px 0 rgba(255, 255, 255, .16);
  text-decoration: none;
  transform-origin: center;
  animation: phoneFloatPulse 2.65s ease-in-out infinite;
  will-change: transform;
  transition: transform .25s var(--ease-premium), border-color .25s ease, box-shadow .25s ease;
}
.phone-floating span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .07);
}
.phone-floating svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: currentColor;
}
.phone-floating strong {
  display: block;
  color: #ffe5b6;
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 820;
  letter-spacing: .035em;
  line-height: 1;
  white-space: nowrap;
}
.phone-floating:hover,
.phone-floating:focus-visible {
  outline: none;
  transform: translateY(-2px) scale(1.04);
  border-color: rgba(246, 211, 151, .84);
  box-shadow:
    0 16px 38px rgba(0, 0, 0, .34),
    0 0 0 6px rgba(206, 157, 82, .1),
    0 0 26px rgba(206, 157, 82, .2),
    inset 0 1px 0 rgba(255, 255, 255, .2);
}

@keyframes luxuryLine {
  from { opacity: .22; transform: translate3d(-2%, 0, 0) rotate(var(--line-rotate, 0deg)); }
  to { opacity: .72; transform: translate3d(3%, -10px, 0) rotate(var(--line-rotate, 0deg)); }
}
@keyframes grainDrift {
  from { background-position: 0 0, 34px 38px; }
  to { background-position: 96px 96px, 176px 180px; }
}
@keyframes ruleGlow {
  from { transform: scaleX(.72); opacity: .54; }
  to { transform: scaleX(1); opacity: 1; }
}
@keyframes beamFloat {
  from { transform: translate3d(0, 0, 0) rotate(-1deg); }
  to { transform: translate3d(-12px, -10px, 0) rotate(2deg); }
}
@keyframes marqueeFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28), 0 0 0 4px rgba(37, 211, 102, .08), 0 0 18px rgba(37, 211, 102, .18), inset 0 1px 0 rgba(255, 255, 255, .16);
  }
  50% {
    transform: translateY(-2px) scale(1.075);
    box-shadow: 0 16px 36px rgba(0, 0, 0, .32), 0 0 0 6px rgba(37, 211, 102, .09), 0 0 26px rgba(37, 211, 102, .26), inset 0 1px 0 rgba(255, 255, 255, .2);
  }
}
@keyframes floatPulseHover {
  0%, 100% {
    transform: translateY(-2px) scale(1.09);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .34), 0 0 0 6px rgba(37, 211, 102, .12), 0 0 28px rgba(37, 211, 102, .32), inset 0 1px 0 rgba(255, 255, 255, .2);
  }
  50% {
    transform: translateY(-4px) scale(1.14);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38), 0 0 0 8px rgba(37, 211, 102, .14), 0 0 36px rgba(37, 211, 102, .42), inset 0 1px 0 rgba(255, 255, 255, .24);
  }
}
@keyframes phoneFloatPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .28), 0 0 0 4px rgba(206, 157, 82, .08), 0 0 18px rgba(206, 157, 82, .16), inset 0 1px 0 rgba(255, 255, 255, .16);
  }
  50% {
    transform: translateY(-2px) scale(1.075);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .34), 0 0 0 6px rgba(206, 157, 82, .1), 0 0 28px rgba(206, 157, 82, .24), inset 0 1px 0 rgba(255, 255, 255, .2);
  }
}
@keyframes whatsappCoreBreath {
  0%, 100% {
    transform: scale(.96);
    background: rgba(255, 255, 255, .13);
  }
  50% {
    transform: scale(1.1);
    background: rgba(255, 255, 255, .2);
  }
}
@keyframes whatsappRing {
  0% {
    transform: scale(.84);
    opacity: .82;
  }
  70% {
    transform: scale(1.22);
    opacity: 0;
  }
  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}
@keyframes whatsappIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.13); }
}

/* Hero stage: minimalist luxury presentation */
.hero-minimal {
  --hero-bg-opacity: .02;
  --hero-veil-opacity: .03;
  --hero-image-brightness: 1.22;
  --hero-copy-opacity: 0;
  --hero-copy-y: 38px;
  --hero-copy-scale: .985;
  --hero-copy-blur: 6px;
  --hero-copy-events: none;
  --hero-smoke-opacity: 0;
  --hero-smoke-y: 42px;
  min-height: 188svh;
  display: block;
  padding: 0;
  text-align: center;
  background: var(--color-charcoal);
  overflow: visible;
}
.hero-sticky-stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: calc(var(--header-height) + 54px) 20px 78px;
  overflow: hidden;
  isolation: isolate;
}
.hero-minimal .hero-bg {
  z-index: 1;
  opacity: var(--hero-bg-opacity, .02);
  background:
    linear-gradient(90deg, rgba(17, 16, 13, .2), rgba(17, 16, 13, .02) 43%, rgba(17, 16, 13, .14)),
    linear-gradient(180deg, rgba(17, 16, 13, .02), rgba(17, 16, 13, .34) 78%, rgba(17, 16, 13, .52));
  filter: none;
}
.hero-minimal .hero-bg::after {
  background:
    radial-gradient(ellipse at center, rgba(18, 53, 47, .06), transparent 54%),
    radial-gradient(ellipse at 50% 48%, rgba(0, 0, 0, .26), transparent 43%),
    linear-gradient(180deg, rgba(17, 16, 13, 0), rgba(17, 16, 13, .28) 82%, rgba(17, 16, 13, .48));
  mix-blend-mode: normal;
  opacity: 1;
}
.hero-parallax-media {
  position: absolute;
  inset: -7vh -4vw;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, var(--hero-image-y, 0px), 0) scale(var(--hero-image-scale, 1.05));
  will-change: transform;
}
.hero-parallax-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: var(--hero-veil-opacity, .03);
  background:
    linear-gradient(90deg, rgba(17, 16, 13, .14), rgba(17, 16, 13, .01) 36%, rgba(17, 16, 13, .03) 64%, rgba(17, 16, 13, .16)),
    linear-gradient(180deg, rgba(17, 16, 13, 0), rgba(17, 16, 13, .24));
  pointer-events: none;
}
.hero-parallax-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.2) contrast(1.04) brightness(var(--hero-image-brightness, 1.22));
  animation: heroImageClearIn 1.35s var(--ease-premium) both;
}
.hero-minimal .hero-luxury-layer {
  z-index: 2;
  opacity: .72;
}
.hero-minimal .luxury-line {
  width: 62vw;
  opacity: .26;
}
.hero-minimal .line-a { top: 20%; left: -18vw; }
.hero-minimal .line-b { top: 69%; right: -18vw; }
.hero-minimal .line-c { bottom: 23%; left: 18vw; }
.hero-center {
  width: min(1080px, calc(100% - 28px));
  max-width: 1080px;
  margin-inline: auto;
  z-index: 7;
  display: grid;
  justify-items: center;
  position: relative;
  opacity: var(--hero-copy-opacity, 1);
  transform: translate3d(0, var(--hero-copy-y, 0px), 0) scale(var(--hero-copy-scale, 1));
  filter: blur(var(--hero-copy-blur, 0px));
  pointer-events: var(--hero-copy-events, auto);
  will-change: transform, opacity, filter;
}
.hero-center::before {
  content: "";
  position: absolute;
  inset: -4rem -5vw -3rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .46), rgba(17, 16, 13, .13) 45%, transparent 72%);
  opacity: var(--hero-copy-opacity, 1);
  pointer-events: none;
}
.hero-center::after {
  content: "";
  display: none;
  position: absolute;
  inset: -5rem -7vw -4rem;
  z-index: -1;
  opacity: var(--hero-smoke-opacity, 0);
  transform: translate3d(0, var(--hero-smoke-y, 42px), 0) scale(1.02);
  background:
    radial-gradient(ellipse at 50% 47%, rgba(255, 249, 238, .22), transparent 26%),
    radial-gradient(ellipse at 34% 55%, rgba(197, 154, 90, .16), transparent 32%),
    radial-gradient(ellipse at 68% 58%, rgba(31, 74, 61, .22), transparent 36%),
    linear-gradient(180deg, transparent, rgba(255, 249, 238, .08), transparent);
  filter: blur(22px);
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: opacity, transform, filter;
}
.hero-center .eyebrow {
  color: rgba(255, 249, 238, .84);
  font-size: clamp(.78rem, 1.1vw, .98rem);
  font-weight: 800;
  text-transform: none;
  padding: .48rem .72rem;
  border: 1px solid rgba(197, 154, 90, .35);
  border-radius: 999px;
  background: rgba(17, 16, 13, .26);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 249, 238, .12), 0 18px 54px rgba(0, 0, 0, .22);
}
.hero-center .hero-rule {
  width: min(190px, 52vw);
  margin: 1.05rem 0 1.25rem;
  background: linear-gradient(90deg, transparent, rgba(197, 154, 90, .92), transparent);
}
.hero-center h1 {
  width: min(100%, 980px);
  max-width: 100%;
  min-width: 0;
  color: var(--color-cream);
  font-size: clamp(3.6rem, 8.7vw, 9.2rem);
  line-height: .9;
  font-weight: 800;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 24px 82px rgba(0, 0, 0, .72);
  animation: none;
}
.hero-location {
  margin: 1.05rem 0 0;
  color: rgba(197, 154, 90, .94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.7rem);
  line-height: 1.2;
  text-shadow: 0 16px 48px rgba(0, 0, 0, .58);
  animation: none;
}
.hero-center .hero-subtitle {
  max-width: 720px;
  margin-top: 1rem;
  color: rgba(255, 249, 238, .82);
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  animation: none;
}
.hero-center .hero-actions {
  justify-content: center;
  margin-top: 1.75rem;
  animation: none;
}
.hero-moss-cta {
  min-height: 58px;
  padding: .95rem 1.45rem;
  border: 1px solid rgba(197, 154, 90, .42);
  color: var(--color-cream);
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(255, 249, 238, .74) 43%, rgba(197, 154, 90, .42) 49%, transparent 60%) -220% 0 / 260% 100% no-repeat,
    radial-gradient(circle at 18% 12%, rgba(197, 154, 90, .34), transparent 34%),
    linear-gradient(135deg, #0f312b, #1f4a3d 52%, #0c2622);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 238, .18),
    0 0 0 1px rgba(197, 154, 90, .1),
    0 18px 56px rgba(18, 53, 47, .48),
    0 0 46px rgba(31, 74, 61, .38);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
  animation: ctaLaserSweep 3.15s var(--ease-premium) infinite;
  transition: border-color .32s var(--ease-premium), box-shadow .32s var(--ease-premium), filter .32s var(--ease-premium), color .32s var(--ease-premium);
}
.hero-moss-cta::after {
  content: none;
  position: absolute;
  inset: -3px;
  z-index: -2;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(31, 74, 61, 0), rgba(197, 154, 90, .78), rgba(31, 74, 61, 0)),
    radial-gradient(circle at 50% 50%, rgba(31, 74, 61, .64), transparent 68%);
  filter: blur(18px);
  opacity: .68;
  animation: laserPulse 2.6s var(--ease-premium) infinite;
}
.hero-moss-cta span {
  transition: transform .32s var(--ease-premium);
}
.hero-moss-cta:hover {
  border-color: rgba(255, 224, 170, .74);
  color: #fffaf0;
  filter: brightness(1.08) saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 238, .26),
    0 0 0 1px rgba(197, 154, 90, .25),
    0 24px 72px rgba(18, 53, 47, .58),
    0 0 84px rgba(197, 154, 90, .3);
}
.hero-moss-cta:hover span {
  transform: translateX(7px);
}
.hero-center .microcopy {
  margin-top: 1rem;
  padding-left: 0;
  color: rgba(255, 249, 238, .62);
  animation: none;
}
.hero-center .microcopy::before {
  display: none;
}
.hero-minimal .hero-marquee {
  display: none;
  z-index: 7;
  bottom: 1.5rem;
  color: rgba(255, 249, 238, .24);
}

/* First-impact hero: one image, immediate message and restrained motion. */
.hero-minimal {
  --hero-stage-height: calc(100svh - 62px);
  --hero-cursor-x: 50%;
  --hero-cursor-y: 50%;
  --hero-tilt-x: 0px;
  --hero-tilt-y: 0px;
  position: relative;
  min-height: var(--hero-stage-height);
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #0c120f;
}
.hero-minimal .hero-sticky-stage {
  position: relative;
  top: auto;
  min-height: var(--hero-stage-height);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: calc(var(--header-height) + clamp(36px, 5.4vh, 64px)) clamp(24px, 7vw, 118px) clamp(54px, 8vh, 88px);
  overflow: hidden;
  isolation: isolate;
}
.hero-minimal .hero-parallax-media {
  position: absolute;
  inset: -4%;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(var(--hero-tilt-x, 0px), var(--hero-tilt-y, 0px), 0);
  animation: heroCinematicDrift 18s ease-in-out infinite alternate;
  will-change: transform;
}
.hero-minimal .hero-parallax-media::after {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(8, 13, 11, .64) 0%, rgba(8, 13, 11, .46) 29%, rgba(8, 13, 11, .16) 57%, rgba(8, 13, 11, .06) 76%, rgba(8, 13, 11, .16) 100%),
    linear-gradient(180deg, rgba(8, 13, 11, .1) 0%, transparent 28%, transparent 64%, rgba(8, 13, 11, .42) 100%);
}
.hero-minimal .hero-parallax-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.08) contrast(1.03) brightness(1.08);
  transform: scale(1.035);
  animation: heroImageClearIn 1.25s var(--ease-premium) both, heroImageBreath 16s ease-in-out 1.3s infinite alternate;
  will-change: transform;
}
.hero-minimal .hero-bg {
  z-index: 1;
  opacity: 1;
  background:
    linear-gradient(105deg, rgba(4, 8, 7, .28), transparent 52%),
    linear-gradient(180deg, rgba(7, 12, 10, .08), rgba(5, 10, 8, .28));
  filter: none;
  animation: none;
}
.hero-minimal .hero-bg::after {
  inset: -18% -10%;
  opacity: .2;
  background:
    linear-gradient(112deg, transparent 28%, rgba(17, 16, 13, .08) 46%, transparent 62%),
    radial-gradient(circle at 50% 52%, rgba(17, 16, 13, .08), transparent 56%);
  mix-blend-mode: normal;
  animation: none;
}
.hero-minimal::before {
  z-index: 2;
  opacity: .09;
  background-image:
    linear-gradient(100deg, transparent 0 38%, rgba(221, 177, 105, .24) 38% 38.08%, transparent 38.2% 100%),
    repeating-linear-gradient(90deg, rgba(255, 249, 238, .05) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(255, 249, 238, .05) 59px, transparent 60px);
  background-size: 100% 100%;
  pointer-events: none;
}
.hero-minimal::after {
  z-index: 2;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(5, 9, 8, .42));
}
.hero-minimal .hero-luxury-layer {
  z-index: 3;
  opacity: .44;
}
.hero-minimal .luxury-line {
  width: 54vw;
  opacity: .22;
}
.hero-minimal .line-a { top: 18%; left: -16vw; }
.hero-minimal .line-b { top: 72%; right: -14vw; }
.hero-minimal .line-c { bottom: 18%; left: 24vw; }
.hero-minimal .grain-field {
  opacity: .12;
  background-size: 118px 118px, 176px 176px;
}
.hero-sparks {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.hero-spark {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 255, 238, .95) 0 18%, rgba(92, 255, 162, .78) 26%, rgba(37, 211, 102, .42) 52%, transparent 78%);
  box-shadow: 0 0 14px rgba(37, 211, 102, .5), 0 0 30px rgba(37, 211, 102, .24);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.58);
  animation: heroSparkTrail .78s ease-out forwards;
}
.hero-cursor-glow {
  position: absolute;
  left: var(--hero-cursor-x, 50%);
  top: var(--hero-cursor-y, 50%);
  z-index: 4;
  width: 132px;
  height: 132px;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0;
  background:
    radial-gradient(circle, rgba(244, 214, 161, .22) 0 10%, rgba(37, 211, 102, .18) 11% 32%, rgba(37, 211, 102, .07) 43%, transparent 70%);
  box-shadow: 0 0 44px rgba(37, 211, 102, .18), inset 0 0 22px rgba(244, 214, 161, .1);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%) scale(.82);
  transition: opacity .28s ease, transform .28s ease;
  will-change: left, top, opacity, transform;
}
.hero-minimal.is-cursor-active .hero-cursor-glow,
.hero-sticky-stage.is-cursor-active .hero-cursor-glow {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.hero-minimal .hero-center {
  width: min(760px, 62vw);
  max-width: 760px;
  margin: 0;
  z-index: 5;
  display: grid;
  justify-items: start;
  position: relative;
  opacity: 1;
  transform: none;
  filter: none;
  pointer-events: auto;
  animation: heroCopyEnter 1s .18s var(--ease-premium) both;
}
.hero-minimal .hero-center::before {
  inset: -5rem -8vw -4rem -7vw;
  background: radial-gradient(ellipse at 26% 50%, rgba(2, 6, 5, .44), rgba(5, 10, 8, .13) 48%, transparent 72%);
  opacity: 1;
}
.hero-minimal .hero-center .eyebrow {
  display: flex;
  align-items: center;
  gap: .62rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #f3d8a8;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-family: var(--font-sans);
  font-size: clamp(.72rem, .75vw, .82rem);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero-minimal .hero-center .eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #d3a65f;
  box-shadow: 0 0 16px rgba(211, 166, 95, .6);
}
.hero-minimal .hero-center .eyebrow span {
  color: rgba(255, 249, 238, .88);
  font-weight: 600;
}
.hero-minimal .hero-center .hero-rule {
  width: 74px;
  height: 1px;
  margin: 1.25rem 0 1.5rem;
  background: linear-gradient(90deg, rgba(211, 166, 95, .9), transparent);
}
.hero-minimal .hero-center h1 {
  width: 100%;
  max-width: 760px;
  color: #fffaf1;
  font-family: var(--font-display);
  font-size: clamp(3.7rem, 6.35vw, 7.2rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
  text-shadow: 0 3px 2px rgba(0, 0, 0, .22), 0 26px 70px rgba(0, 0, 0, .72);
}
.hero-minimal .hero-center h1 em {
  display: block;
  color: #e2b66f;
  font-weight: 400;
  font-style: italic;
}
.hero-minimal .hero-center h1 span {
  display: block;
  white-space: nowrap;
}
.hero-minimal .hero-location {
  margin: 1.25rem 0 0;
  color: #fff8eb;
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  font-weight: 650;
  line-height: 1.35;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .72);
}
.hero-minimal .hero-center .hero-subtitle {
  max-width: 650px;
  margin: .75rem 0 0;
  color: rgba(255, 249, 238, .92);
  font-family: var(--font-sans);
  font-size: clamp(.98rem, 1.15vw, 1.13rem);
  font-weight: 450;
  line-height: 1.62;
  text-shadow: 0 10px 32px rgba(0, 0, 0, .8);
}
.hero-minimal .hero-center .hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .8rem;
  margin-top: 1.55rem;
}
.hero-secondary-cta {
  min-height: 58px;
  padding: .95rem 1.25rem;
  border-color: rgba(255, 249, 238, .26);
  color: #fffaf0;
  background: rgba(10, 18, 15, .3);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.hero-secondary-cta:hover {
  border-color: rgba(226, 182, 111, .7);
  background: rgba(22, 50, 41, .54);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 14px 38px rgba(0, 0, 0, .22);
}
.hero-minimal .hero-moss-cta {
  border-color: rgba(226, 182, 111, .6);
  background:
    linear-gradient(135deg, #17483b, #24604d 52%, #123c32);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 238, .24),
    0 16px 42px rgba(8, 31, 25, .34);
  animation: none;
}
.hero-minimal .hero-center .microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 249, 238, .82);
  font-family: var(--font-sans);
  font-size: .78rem;
  font-weight: 550;
}
.hero-minimal .hero-center .microcopy span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}
.hero-minimal .hero-center .microcopy span:not(:first-child)::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d3a65f;
  box-shadow: 0 0 10px rgba(211, 166, 95, .74);
}
.region-ticker {
  position: relative;
  z-index: 8;
  margin-top: -1px;
  padding: 16px 0 18px;
  overflow: hidden;
  color: var(--color-cream);
  background:
    radial-gradient(circle at 50% -80%, rgba(197, 154, 90, .2), transparent 36%),
    linear-gradient(180deg, #0c100f, #111a16 58%, #0e1512);
  border-top: 1px solid rgba(197, 154, 90, .18);
  border-bottom: 1px solid rgba(197, 154, 90, .2);
}
.region-ticker::before,
.region-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: min(18vw, 210px);
  pointer-events: none;
}
.region-ticker::before {
  left: 0;
  background: linear-gradient(90deg, #0c100f, rgba(12, 16, 15, 0));
}
.region-ticker::after {
  right: 0;
  background: linear-gradient(270deg, #0c100f, rgba(12, 16, 15, 0));
}
.region-ticker-glass {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(255, 249, 238, .08);
  background:
    linear-gradient(180deg, rgba(255, 249, 238, .08), rgba(255, 249, 238, .035)),
    rgba(17, 22, 19, .58);
  box-shadow:
    inset 0 1px 0 rgba(255, 249, 238, .12),
    inset 0 -1px 0 rgba(197, 154, 90, .12),
    0 18px 70px rgba(0, 0, 0, .24);
  backdrop-filter: blur(18px) saturate(1.18);
}
.region-ticker-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent, rgba(255, 249, 238, .08) 44%, transparent 58%);
  transform: translateX(-100%);
  animation: tickerGlassShine 7.4s var(--ease-premium) infinite;
  pointer-events: none;
}
.region-ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0;
  animation: regionTickerFlow 26s linear infinite;
  will-change: transform;
}
.region-ticker-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 0 clamp(1.55rem, 3vw, 3.2rem);
  color: rgba(255, 249, 238, .72);
  font-weight: 850;
  font-size: clamp(.92rem, 1.15vw, 1.08rem);
  white-space: nowrap;
  transition: color .28s var(--ease-premium), transform .28s var(--ease-premium), text-shadow .28s var(--ease-premium);
}
.region-ticker-item::after {
  content: "";
  position: absolute;
  right: -.17rem;
  top: 50%;
  width: .42rem;
  height: .42rem;
  border-radius: 1px;
  background: var(--color-copper);
  box-shadow: 0 0 20px rgba(197, 154, 90, .46);
  transform: translateY(-50%) rotate(45deg);
}
.region-ticker-item:hover {
  color: var(--color-cream);
  transform: translateY(-1px);
  text-shadow: 0 0 26px rgba(197, 154, 90, .46);
}
.region-ticker-item span {
  display: inline-block;
}

@keyframes heroImageClearIn {
  from { opacity: 0; transform: scale(1.025); filter: saturate(.94) contrast(.98) brightness(1.04) blur(7px); }
  to { opacity: 1; transform: scale(1); filter: saturate(1.08) contrast(1.03) brightness(1.08) blur(0); }
}
@keyframes headerArrival {
  from { opacity: 0; transform: translate3d(0, -14px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes featureLaserOrbit {
  to { --feature-laser-angle: 360deg; }
}
@keyframes featureLaserSweep {
  0%, 52% { left: -72%; opacity: 0; }
  60% { opacity: .9; }
  78%, 100% { left: 132%; opacity: 0; }
}
@keyframes contactLaserSweep {
  from { background-position: 120% 0; }
  to { background-position: -120% 0; }
}
@keyframes featureCardFloat {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -7px, 0); }
}
@keyframes featureImageBreath {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.2%, -.6%, 0); }
}
@keyframes orbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbitRingSweep {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes orbitCounterSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}
@keyframes orbitScan {
  from { transform: rotate(0deg); opacity: .28; }
  50% { opacity: .72; }
  to { transform: rotate(360deg); opacity: .28; }
}
@keyframes radarTagHit {
  0% { transform: scale(1); filter: brightness(1); }
  34% { transform: scale(1.09); filter: brightness(1.3); }
  100% { transform: scale(1.045); filter: brightness(1); }
}
@keyframes regionSelectorHit {
  0% { filter: brightness(.92); }
  42% { filter: brightness(1.28); }
  100% { filter: brightness(1); }
}
@keyframes regionCtaShine {
  0%, 24% { transform: translateX(-120%); opacity: 0; }
  45% { opacity: 1; }
  68%, 100% { transform: translateX(120%); opacity: 0; }
}
@keyframes orbitCorePulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.035); }
}
@keyframes regionalSparkRise {
  0% { opacity: 0; transform: translate3d(0, 42px, 0) scale(.55); }
  14% { opacity: .78; }
  68% { opacity: .34; }
  100% { opacity: 0; transform: translate3d(var(--spark-drift), -1040px, 0) scale(.14); }
}
@keyframes regionalImageGlow {
  0%, 16% { opacity: 0; transform: translateX(-72%); }
  44% { opacity: .72; }
  72%, 100% { opacity: 0; transform: translateX(78%); }
}
@keyframes planPanelIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.992); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes planSheetShimmer {
  0%, 18% { opacity: 0; transform: translateX(-120%); }
  43% { opacity: .55; }
  69%, 100% { opacity: 0; transform: translateX(120%); }
}
@keyframes planCardShine {
  0%, 18% { transform: translateX(-280%) rotate(15deg); }
  62%, 100% { transform: translateX(520%) rotate(15deg); }
}
@keyframes planPanelGlow {
  0%, 20% { left: -28%; opacity: 0; }
  48% { opacity: .32; }
  76%, 100% { left: 112%; opacity: 0; }
}
@keyframes planTabProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes planAmbientDrift {
  from { transform: translate3d(-8px, 0, 0) rotate(-4deg); }
  to { transform: translate3d(16px, -16px, 0) rotate(7deg); }
}
@keyframes heroCinematicDrift {
  from { transform: translate3d(calc(var(--hero-tilt-x, 0px) - .6%), calc(var(--hero-tilt-y, 0px) - .35%), 0) scale(1.025); }
  to { transform: translate3d(calc(var(--hero-tilt-x, 0px) + .65%), calc(var(--hero-tilt-y, 0px) + .35%), 0) scale(1.065); }
}
@keyframes heroImageBreath {
  from { transform: scale(1.035); }
  to { transform: scale(1.075); }
}
@keyframes heroAtmosphere {
  from { transform: translate3d(-1%, 0, 0); opacity: .9; }
  to { transform: translate3d(1.2%, -.5%, 0); opacity: 1; }
}
@keyframes heroLightTravel {
  from { transform: translate3d(-7%, 0, 0); opacity: .38; }
  to { transform: translate3d(8%, 1%, 0); opacity: .72; }
}
@keyframes heroSparkTrail {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.45) rotate(0deg);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform:
      translate(calc(-50% + var(--spark-dx, 0px)), calc(-50% + var(--spark-dy, 0px)))
      scale(.08)
      rotate(var(--spark-rot, 0deg));
  }
}
@keyframes heroCopyEnter {
  from { opacity: 0; transform: translate3d(0, 24px, 0); filter: blur(7px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes heroTitleIn {
  from { opacity: 0; transform: translate3d(0, 34px, 0) scale(.975); filter: blur(10px); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
}
@keyframes heroTextIn {
  from { opacity: 0; transform: translate3d(0, 18px, 0); filter: blur(6px); }
  to { opacity: 1; transform: translate3d(0, 0, 0); filter: blur(0); }
}
@keyframes ctaLaserSweep {
  0% { background-position: -220% 0, 0 0, 0 0; }
  46%, 100% { background-position: 220% 0, 0 0, 0 0; }
}
@keyframes laserPulse {
  0%, 100% { opacity: .34; transform: scaleX(.76); }
  50% { opacity: .82; transform: scaleX(1.02); }
}
@keyframes regionTickerFlow {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@keyframes tickerGlassShine {
  0%, 58% { transform: translateX(-100%); opacity: 0; }
  68% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

@media (max-width: 1160px) {
  .desktop-nav,
  .phone-link,
  .header-actions .btn { display: none; }
  .menu-toggle { display: grid; }
  .menu-close {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    font-size: 1.45rem;
    line-height: 1;
  }
  .mobile-panel { display: block; }
  .header-inner { justify-content: space-between; }
  .plan-panel {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  }
  .plan-sheet-shell { min-height: 560px; }
}
@media (max-width: 1040px) {
  .faq-inline-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .faq-inline-cta .btn {
    justify-self: start;
  }
  .faq-glossary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lightbox-stage {
    width: min(100%, 88vw);
  }
}
@media (max-width: 900px) {
  .hero,
  .inner-hero-grid,
  .budget-grid,
  .split-layout,
  .map-layout,
  .footer-brand {
    grid-template-columns: 1fr;
  }
  .orbital-map {
    min-height: 590px;
  }
  .inner-hero-casas-clean .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .inner-hero-atendimento {
    min-height: auto;
    padding: calc(var(--header-height) + 3.2rem) 0 4rem;
  }
  .inner-hero-atendimento .inner-hero-grid {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 680px);
    gap: 2rem;
  }
  .inner-hero-location {
    min-height: auto;
    padding: calc(var(--header-height) + 3rem) 0 4.5rem;
  }
  .inner-hero-location .inner-hero-grid {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 720px);
    gap: 2.4rem;
  }
  .inner-hero-location h1 {
    max-width: 12.5ch;
    font-size: clamp(2.85rem, 11vw, 4.6rem);
  }
  .inner-hero-location .inner-hero-grid > .reveal:first-child > p:not(.eyebrow) {
    margin-top: 1rem;
  }
  .inner-hero-location .hero-actions {
    margin-top: 1.35rem;
  }
  .inner-hero-location .inner-hero-image {
    justify-self: stretch;
  }
  .inner-hero-location .inner-hero-image img {
    height: clamp(280px, 62vw, 430px);
  }
  .inner-hero-atendimento .inner-hero-image {
    width: 100%;
    justify-self: stretch;
  }
  .inner-hero-atendimento .inner-hero-image img {
    height: clamp(280px, 68vw, 420px);
  }
  .inner-hero-casas-clean .inner-hero-grid > .reveal {
    max-width: 100%;
    padding-bottom: 0;
  }
  .modelos-hero-carousel--casas {
    width: 100%;
    transform: none;
    margin-bottom: clamp(2rem, 8vw, 3.5rem);
  }
  .modelos-hero-carousel--casas .modelos-hero-card {
    flex-basis: clamp(220px, 66vw, 360px);
    height: clamp(220px, 62vw, 330px);
  }
  .region-detail {
    min-height: 210px;
  }
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 52px);
  }
  .hero-minimal {
    --hero-stage-height: max(720px, calc(100svh - 54px));
    min-height: var(--hero-stage-height);
    padding: 0;
  }
  .hero-minimal .hero-sticky-stage {
    min-height: var(--hero-stage-height);
    padding: calc(var(--header-height) + 34px) 34px 64px;
  }
  .hero-minimal .hero-parallax-media {
    inset: -4%;
  }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .hero-minimal .hero-center h1 { font-size: clamp(3.45rem, 10.8vw, 5.6rem); }
  .hero-proof { grid-template-columns: 1fr; max-width: 520px; }
  .photo-caption { align-items: start; flex-direction: column; }
  .feature-grid,
  .content-grid,
  .model-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .home-differentials .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-flip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .geo-service-links {
    align-items: flex-start;
    flex-direction: column;
  }
  .geo-service-links > div {
    justify-content: flex-start;
  }
  .model-card { grid-template-columns: 1fr; }
  .model-image img { height: 310px; }
  .gallery-viewport { height: clamp(500px, 72vw, 640px); }
  .gallery-item { width: min(78vw, 720px); }
  .gallery-item[data-carousel-state="previous"] {
    opacity: .68;
    transform: translate3d(calc(-50% - 62vw), -50%, -390px) rotateY(46deg) scale(.72);
  }
  .gallery-item[data-carousel-state="next"] {
    opacity: .68;
    transform: translate3d(calc(-50% + 62vw), -50%, -390px) rotateY(-46deg) scale(.72);
  }
  .gallery-item[data-carousel-state="previous-far"] {
    opacity: .28;
    transform: translate3d(calc(-50% - 90vw), -50%, -660px) rotateY(62deg) scale(.48);
  }
  .gallery-item[data-carousel-state="next-far"] {
    opacity: .28;
    transform: translate3d(calc(-50% + 90vw), -50%, -660px) rotateY(-62deg) scale(.48);
  }
  .faq-teaser-inner,
  .faq-page-hero-grid,
  .faq-geo-layout {
    grid-template-columns: 1fr;
  }
  .faq-teaser-action { max-width: 680px; }
  .faq-page-hero { min-height: auto; }
  .faq-page-orbit {
    right: -28vw;
    width: 90vw;
  }
  .faq-page-hero-grid {
    padding-block: clamp(5rem, 12vw, 6.5rem) clamp(3rem, 9vw, 4.5rem);
  }
  .faq-page-hero-copy h1 {
    max-width: 12ch;
  }
  .faq-entity-card { max-width: 680px; }
  .faq-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-geo-layout { gap: 2.5rem; }
  .faq-header { grid-template-columns: 1fr; }
  .faq-authority-card { max-width: 680px; }
  .faq-columns { grid-template-columns: 1fr; }
  .faq-contact { grid-template-columns: 1fr; }
  .faq-contact-actions { justify-content: flex-start; }
  .lightbox {
    padding: .85rem;
  }
  .lightbox-stage {
    width: 100%;
    max-height: 82vh;
    border-radius: 22px;
  }
  .lightbox-stage img {
    max-height: 78vh;
    border-radius: 16px;
  }
  .lightbox-nav {
    width: 48px;
    height: 48px;
  }
  .terrain-layout {
    gap: 2rem;
  }
  .terrain-copy {
    max-width: 100%;
  }
  .terrain-title {
    max-width: 100%;
    font-size: clamp(2.7rem, 9.6vw, 4.3rem);
  }
  .terrain-title strong {
    font-size: 1em;
  }
  .terrain-title em {
    font-size: .72em;
  }
  .terrain-intro {
    max-width: 100%;
  }
  .terrain-check-list {
    grid-template-columns: 1fr;
    gap: .65rem;
  }
  .terrain-editorial-image {
    max-width: 680px;
  }
  .final-cta-inner {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .final-contact-card {
    max-width: 560px;
  }
  .form-row { grid-template-columns: 1fr; }
  .differentials-contact-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 1rem;
  }
  .differentials-contact-phone {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .plan-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-panel {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .plan-sheet-shell { min-height: 0; }
  .plan-sheet-shell img { max-height: none; }
  .plan-specification { padding: .5rem .45rem .75rem; }
  .btn { white-space: normal; }
  .hero-actions .btn {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 320px;
  }
  .differentials-contact-cta {
    grid-template-columns: 1fr;
    gap: .9rem;
    padding: 1rem;
  }
  .differentials-contact-lead {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .differentials-contact-phone {
    justify-self: start;
    white-space: normal;
    font-size: clamp(1.8rem, 6.5vw, 2.6rem);
  }
  .differentials-contact-action {
    justify-self: stretch;
    width: 100%;
    justify-content: space-between;
  }
  .final-cta-actions,
  .faq-contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .final-cta-actions .btn,
  .faq-contact-actions .btn {
    width: 100%;
    max-width: none;
    white-space: normal;
  }
  .final-call-button {
    width: 100%;
  }
  .ccf-stage {
    height: clamp(360px, 82vw, 560px);
  }
  .ccf-stage .gallery-item {
    width: min(86vw, 760px);
  }
  .footer-premium-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand-actions {
    flex-direction: column;
  }
  .footer-brand-actions .btn {
    width: 100%;
    flex: 1 1 auto;
  }
  .footer-bottom {
    align-items: flex-start;
  }
}
@media (max-width: 620px) {
  :root { --header-height: 76px; }
  .container,
  .narrow,
  .footer-shell { width: min(100% - 28px, 1180px); }
  .brand span { display: none; }
  .brand img { width: 54px; height: 54px; padding: 5px; }
  .section { padding: 62px 0; }
  .mobile-panel {
    padding: .95rem;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .mobile-panel nav a {
    font-size: 1.2rem;
    padding: .78rem 0;
  }
  .home-differentials .section-head h2 {
    font-size: clamp(2.45rem, 11.8vw, 4rem);
  }
  .premium-plans-heading {
    margin-bottom: 1.25rem;
  }
  .premium-plans-heading .section-head {
    max-width: 100%;
  }
  .plan-editorial-title {
    gap: .16rem;
  }
  .plan-editorial-title span {
    font-size: clamp(3rem, 14vw, 4.5rem);
    letter-spacing: -.045em;
  }
  .plan-editorial-title strong {
    margin: .32rem 0 .14rem;
    font-size: clamp(.62rem, 2.9vw, .78rem);
    letter-spacing: .18em;
  }
  .plan-editorial-title em {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
  }
  .plan-company-signature {
    grid-template-columns: minmax(0, 1fr);
    gap: .7rem;
    padding: .9rem 0;
  }
  .plan-company-signature p {
    padding-left: 0;
    border-left: 0;
  }
  .plan-company-signature small {
    text-align: left;
  }
  .plan-tabs { gap: .45rem; }
  .plan-tab {
    min-height: 94px;
    padding: .78rem .75rem .95rem;
  }
  .plan-tab strong { font-size: 1.28rem; }
  .plan-tab small { font-size: .56rem; }
  .plan-tab i { right: .7rem; left: .7rem; }
  .plan-panel {
    gap: .8rem;
    padding: .55rem;
    border-radius: 13px;
  }
  .plan-watermark { top: -1.2rem; font-size: 8rem; }
  .plan-sheet-shell {
    padding: .15rem;
    border-radius: 10px;
  }
  .plan-zoom {
    right: .42rem;
    bottom: .42rem;
    min-height: 30px;
    max-width: 112px;
    padding: .36rem .48rem;
    gap: .28rem;
    border-radius: 999px;
    font-size: .54rem;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(10, 32, 25, .18);
  }
  .plan-zoom span {
    font-size: .78rem;
  }
  .plan-zoom {
    font-size: 0;
  }
  .plan-zoom::after {
    content: "Ampliar";
    font-size: .54rem;
    font-weight: 780;
  }
  .plan-visual > p { padding-inline: .45rem; }
  .plan-specification h3 { font-size: clamp(2.5rem, 14vw, 3.4rem); }
  .plan-room-grid { gap: 0 .55rem; }
  .plan-room-grid span,
  .plan-room-grid strong { font-size: .58rem; }
  .plan-measure-note {
    padding: .62rem .68rem;
    font-size: .62rem;
  }
  .plan-actions {
    grid-template-columns: minmax(0, 1fr);
    gap: .65rem;
  }
  .plan-primary-cta {
    min-height: 58px;
  }
  .plan-primary-cta strong {
    white-space: normal;
  }
  .plan-document-link {
    justify-content: space-between;
    justify-self: stretch;
    width: 100%;
    margin-bottom: .25rem;
    padding-inline: .85rem .55rem;
  }
  .plan-collection-note {
    flex-wrap: wrap;
    gap: .55rem .8rem;
    font-size: .6rem;
    text-align: center;
  }
  .home-differentials .section-head h2 > span {
    margin-bottom: .04em;
  }
  .home-differentials .section-head h2 strong {
    font-size: inherit;
  }
  .differentials-contact-cta {
    grid-template-columns: minmax(0, 1fr);
    gap: .75rem;
    margin-bottom: 2.3rem;
    padding: .85rem;
    border-radius: 18px;
  }
  .differentials-contact-icon {
    width: 58px;
    height: 48px;
    border-radius: 13px;
  }
  .differentials-contact-lead {
    justify-content: center;
    text-align: left;
  }
  .differentials-contact-copy > strong {
    font-size: .95rem;
  }
  .differentials-contact-phone {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    white-space: normal;
    width: 100%;
    text-align: center;
    font-size: clamp(1.78rem, 9.2vw, 2.28rem);
    letter-spacing: .01em;
    text-shadow: 0 0 18px rgba(241, 202, 132, .24), 0 8px 26px rgba(241, 202, 132, .12);
  }
  .differentials-contact-action {
    grid-column: 1;
    justify-content: space-between;
    justify-self: center;
    width: min(100%, 260px);
    min-height: 42px;
    margin-top: .05rem;
    padding: .48rem .52rem .48rem .82rem;
    font-size: .84rem;
    background: linear-gradient(135deg, rgba(255, 249, 238, .08), rgba(255, 249, 238, .025));
  }
  .differentials-contact-action i {
    width: 32px;
    height: 32px;
  }
  .home-differentials .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-flip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .72rem;
  }
  .home-differentials .feature-card {
    min-height: auto;
    padding: 1.45rem;
  }
  .feature-flip,
  .feature-flip-motion,
  .feature-flip-inner {
    min-height: 390px;
  }
  .feature-flip-face {
    border-radius: 18px;
  }
  .feature-flip-front-copy,
  .feature-flip-back-copy {
    padding: .74rem;
  }
  .feature-flip-front-copy {
    gap: .5rem;
  }
  .feature-flip-kicker {
    font-size: .56rem;
    letter-spacing: .1em;
    line-height: 1.15;
  }
  .feature-flip h3 {
    font-size: clamp(1.35rem, 6.5vw, 1.72rem);
    line-height: .95;
  }
  .feature-flip-back-copy h3 {
    font-size: clamp(1.06rem, 5vw, 1.34rem);
    line-height: 1;
  }
  .feature-flip-back-copy > p:not(.feature-flip-kicker) {
    margin-top: .05rem;
    font-size: .72rem;
    line-height: 1.34;
  }
  .feature-flip-back-copy {
    align-content: stretch;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    gap: .38rem;
    min-height: 100%;
  }
  .feature-flip-controls {
    gap: .42rem;
  }
  .feature-flip-toggle,
  .feature-flip-photo,
  .feature-flip-cta,
  .feature-flip-return {
    min-height: 36px;
    width: 100%;
    gap: .4rem;
    font-size: .7rem;
    line-height: 1.05;
  }
  .feature-flip-toggle,
  .feature-flip-photo,
  .feature-flip-cta {
    padding: .46rem .5rem .46rem .6rem;
  }
  .feature-flip-toggle i,
  .feature-flip-photo i,
  .feature-flip-cta i,
  .feature-flip-return i {
    width: 22px;
    height: 22px;
    font-size: .72rem;
  }
  .feature-flip-cta {
    align-self: end;
    margin-top: .15rem;
  }
  .feature-flip-return {
    min-height: 30px;
    margin-top: 0;
    padding: .34rem .48rem;
    font-size: .66rem;
  }
  .hero-minimal {
    --hero-stage-height: max(730px, calc(100svh - 48px));
  }
  .hero-minimal .hero-sticky-stage {
    padding: calc(var(--header-height) + 26px) 20px 48px;
  }
  .hero-minimal .hero-parallax-media::after {
    background:
      linear-gradient(90deg, rgba(7, 12, 10, .58), rgba(7, 12, 10, .3) 70%, rgba(7, 12, 10, .22)),
      linear-gradient(180deg, rgba(7, 12, 10, .14), transparent 28%, transparent 58%, rgba(7, 12, 10, .5));
  }
  .hero-minimal .hero-parallax-image {
    object-position: 58% center;
  }
  .hero-minimal .hero-center {
    width: min(100%, 560px);
  }
  .hero-minimal .hero-center::before {
    inset: -2.5rem -18px -2rem;
  }
  .hero-minimal .hero-center .eyebrow {
    justify-content: center;
    gap: .5rem;
    font-size: .72rem;
    letter-spacing: .04em;
    text-align: center;
    text-wrap: balance;
  }
  .hero-minimal .hero-center .eyebrow::before {
    width: 24px;
  }
  .hero-minimal .hero-center .eyebrow span {
    color: #f3d8a8;
    font-weight: 750;
  }
  .hero-minimal .hero-center h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(3rem, 13.2vw, 4.15rem);
    line-height: .92;
  }
  .hero-minimal .hero-location {
    font-size: 1rem;
  }
  .hero-minimal .hero-center .hero-subtitle {
    font-size: .94rem;
    line-height: 1.52;
  }
  .hero-minimal .hero-center .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .btn {
    width: 100%;
    white-space: normal;
  }
  .hero-actions,
  .final-cta-actions,
  .faq-contact-actions {
    width: 100%;
  }
  .final-cta-actions .btn,
  .faq-contact-actions .btn {
    width: 100%;
    max-width: none;
    white-space: normal;
  }
  .hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .72rem;
    width: min(100%, 340px);
    margin-top: 1.2rem;
  }
  .hero .hero-actions .btn {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 54px;
    padding: .78rem .82rem .78rem 1rem;
    justify-content: space-between;
    border-radius: 14px;
    font-size: .94rem;
    line-height: 1.08;
  }
  .hero .hero-actions .btn > span {
    width: 28px;
    height: 28px;
    font-size: .92rem;
  }
  .hero-moss-cta {
    width: min(100%, 340px);
    min-height: 54px;
    margin-inline: auto;
  }
  .hero-secondary-cta {
    width: min(100%, 340px);
    min-height: 54px;
    margin-inline: auto;
  }
  .hero-minimal .hero-center .microcopy {
    gap: .4rem .65rem;
    font-size: .72rem;
  }
  .terrain-band {
    padding-block: 68px;
  }
  .terrain-layout {
    gap: 1.55rem;
  }
  .terrain-copy {
    gap: .45rem;
    padding-top: 0;
  }
  .terrain-eyebrow {
    font-size: .7rem;
    letter-spacing: .15em;
  }
  .terrain-title {
    line-height: .9;
  }
  .terrain-title span:first-child {
    font-size: .78em;
  }
  .terrain-intro {
    margin-top: .65rem;
    font-size: .93rem;
    line-height: 1.65;
  }
  .check-list span {
    padding: 0 0 .18rem 1.05rem;
    border-radius: 0;
  }
  .check-list span::before {
    top: .42rem;
    left: 0;
  }
  .region-ticker {
    padding: 12px 0 14px;
  }
  .region-ticker-item {
    min-height: 58px;
    padding-inline: 1.35rem;
    font-size: .94rem;
  }
  .hero-visual { margin-top: .8rem; }
  .photo-stage img { width: 100%; aspect-ratio: 1 / 1.05; }
  .wood-scene { display: none; }
  .hero-marquee { display: none; }
  .hero-proof div { padding: .72rem .8rem; }
  .photo-caption {
    left: .7rem;
    right: .7rem;
    bottom: .7rem;
    padding: .7rem;
  }
  .editorial-image img,
  .inner-hero-image img { height: 340px; }
  .ccf-gallery-band {
    padding: 36px 0 42px;
  }
  .ccf-wrap {
    width: min(1240px, calc(100% - 20px));
  }
  .ccf-stage {
    height: auto;
    min-height: clamp(470px, 116vw, 560px);
    border-radius: 22px;
  }
  .ccf-stage .gallery-stage {
    min-height: clamp(470px, 116vw, 560px);
    padding: .85rem 0 1.45rem;
    overflow: visible;
  }
  .ccf-stage .gallery-viewport {
    height: clamp(430px, 106vw, 520px);
  }
  .ccf-stage .gallery-item {
    width: min(78vw, 330px);
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }
  .ccf-stage .gallery-item[data-carousel-state="previous"] {
    opacity: .34;
    transform: translate3d(calc(-50% - 60vw), -50%, -330px) rotateY(40deg) scale(.76);
  }
  .ccf-stage .gallery-item[data-carousel-state="next"] {
    opacity: .34;
    transform: translate3d(calc(-50% + 60vw), -50%, -330px) rotateY(-40deg) scale(.76);
  }
  .ccf-stage .gallery-item[data-carousel-state="previous-far"],
  .ccf-stage .gallery-item[data-carousel-state="next-far"] {
    opacity: 0;
    pointer-events: none;
  }
  .ccf-stage .gallery-item[data-carousel-state="previous"] img,
  .ccf-stage .gallery-item[data-carousel-state="next"] img {
    filter: saturate(.94) brightness(.74);
  }
  .gallery-arrow {
    width: 44px;
    height: 44px;
  }
  .gallery-arrow span { font-size: 1.1rem; }
  .gallery-arrow-prev { left: .15rem; }
  .gallery-arrow-next { right: .15rem; }
  .ccf-cta {
    width: min(100%, 420px);
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
  .gallery-cta-panel {
    margin-top: 1.25rem;
    position: relative;
    z-index: 5;
  }
  .expo-slider__viewport {
    min-height: 400px;
  }
  .expo-slide {
    width: min(92%, 620px);
  }
  .expo-slide__card {
    height: 390px;
    border-radius: 22px;
  }
  .expo-slide figcaption {
    right: .7rem;
    bottom: .7rem;
    max-width: calc(100% - 1.4rem);
    font-size: .6rem;
  }
  .expo-slider__nav {
    padding: 0 .5rem;
  }
  .expo-slider__arrow {
    width: 38px;
    height: 38px;
  }
  .expo-slider__arrow svg {
    width: 17px;
    height: 17px;
  }
  .expo-slider__dots {
    margin-top: .7rem;
  }
  .casas-hero-slide { height: clamp(320px, 76vw, 420px); }
  .casas-hero-glide { padding: .4rem; }
  .casas-glide-arrows {
    padding: 0 .15rem;
  }
  .casas-glide-arrow {
    width: 38px;
    height: 38px;
  }
  .casas-glide-arrow svg {
    width: 17px;
    height: 17px;
  }
  .casas-hero-slide figcaption {
    right: .7rem;
    bottom: .7rem;
    max-width: calc(100% - 1.4rem);
    font-size: .6rem;
  }
  .terrain-editorial-image img { height: 100%; }
  .regional-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
    padding: .72rem .25rem;
  }
  .regional-route i { display: none; }
  .regional-route span:nth-of-type(2) { text-align: center; }
  .regional-route span:last-of-type { text-align: right; }
  .regional-route small {
    font-size: .5rem;
    letter-spacing: .08em;
  }
  .regional-route strong {
    font-size: .9rem;
    line-height: 1.08;
  }
  .orbital-map {
    min-height: 450px;
  }
  .orbital-map-caption {
    top: 1rem;
    left: 1rem;
  }
  .orbital-map-caption strong { display: none; }
  .orbital-landmark {
    left: .72rem;
    bottom: .72rem;
    max-width: 66%;
    padding: .55rem .62rem;
  }
  .orbital-landmark strong { font-size: .86rem; }
  .orbital-landmark a { font-size: .48rem; }
  .tourism-photo-credit {
    right: .6rem;
    bottom: .6rem;
  }
  .orbit-track-1 { --track-size: 34cqi; --orbit-radius: 17cqi; }
  .orbit-track-2 { --track-size: 54cqi; --orbit-radius: 27cqi; }
  .orbit-track-3 { --track-size: 74cqi; --orbit-radius: 37cqi; }
  .orbit-node-content {
    justify-content: flex-start;
    width: max-content;
    max-width: 112px;
    min-height: 26px;
    height: auto;
    gap: .34rem;
    padding: .32rem .5rem;
    border-color: rgba(229, 184, 111, .46);
    background: rgba(5, 20, 15, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 20px rgba(0, 0, 0, .26), 0 0 18px rgba(219, 173, 100, .12);
  }
  .orbit-node-label {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    font-size: .58rem;
    line-height: 1;
    letter-spacing: -.01em;
    max-width: 84px;
    text-overflow: ellipsis;
  }
  .orbit-node-dot {
    width: 5px;
    height: 5px;
  }
  .orbit-center {
    width: 108px;
  }
  .region-panel {
    padding: 1.25rem;
  }
  .region-panel-proof { height: 112px; }
  .region-detail {
    min-height: auto;
  }
  .region-detail h3 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }
  .region-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .2rem .7rem;
  }
  .region-selector a {
    font-size: .74rem;
  }
  .gallery-band { padding-block: 4.5rem; }
  .gallery-heading-row {
    grid-template-columns: 1fr;
    width: min(100%, 640px);
    padding: 0 0 1.15rem;
  }
  .gallery-heading-copy h2 { max-width: 12ch; font-size: clamp(2.45rem, 11vw, 3.6rem); }
  .gallery-heading .ccf-instruction { font-size: .9rem; }
  .gallery-heading-badge { justify-content: center; }
  .gallery-cta-panel {
    grid-template-columns: 1fr;
    padding: 1.15rem;
    border-radius: 18px;
    text-align: left;
  }
  .gallery-cta-panel h3 { max-width: none; }
  .ccf-cta { width: 100%; }
  .gallery-viewport { height: min(122vw, 520px); }
  .gallery-item {
    top: 47%;
    width: 82vw;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }
  .gallery-item[data-carousel-state="previous"] {
    opacity: .34;
    filter: none;
    transform: translate3d(calc(-50% - 86vw), -50%, -360px) rotateY(48deg) scale(.76);
  }
  .gallery-item[data-carousel-state="next"] {
    opacity: .34;
    filter: none;
    transform: translate3d(calc(-50% + 86vw), -50%, -360px) rotateY(-48deg) scale(.76);
  }
  .gallery-item[data-carousel-state="previous-far"],
  .gallery-item[data-carousel-state="next-far"] {
    opacity: 0;
    pointer-events: none;
  }
  .gallery-item[data-carousel-state="previous"] img,
  .gallery-item[data-carousel-state="next"] img,
  .gallery-item[data-carousel-state="previous-far"] img,
  .gallery-item[data-carousel-state="next-far"] img {
    filter: saturate(.8) brightness(.68);
  }
  .gallery-arrow {
    top: 47%;
    width: 46px;
    height: 46px;
  }
  .gallery-arrow-prev { left: .2rem; }
  .gallery-arrow-next { right: .2rem; }
  .gallery-category {
    left: .8rem;
    bottom: .8rem;
    max-width: calc(100% - 1.6rem);
    font-size: .64rem;
  }
  .gallery-expand {
    right: .8rem;
    top: .8rem;
    bottom: auto;
    font-size: 0;
  }
  .ccf-stage .gallery-arrow {
    top: 47%;
    width: 44px;
    height: 44px;
  }
  .ccf-stage .gallery-arrow span { font-size: 1.1rem; }
  .ccf-stage .gallery-arrow-prev { left: .15rem; }
  .ccf-stage .gallery-arrow-next { right: .15rem; }
  .faq-teaser-copy h2 { font-size: clamp(2.6rem, 12vw, 3.9rem); }
  .faq-teaser-action {
    padding: 1rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(31, 74, 61, .18);
  }
  .faq-teaser-visual {
    border-radius: 22px;
  }
  .faq-teaser-visual img {
    height: clamp(240px, 62vw, 340px);
  }
  .faq-teaser-action strong {
    max-width: 100%;
  }
  .faq-teaser-cta { width: 100%; }
  .final-cta {
    padding-block: 2.45rem;
    background-position: center 42%;
  }
  .final-cta-inner {
    gap: .95rem;
    padding: 0;
    border-radius: 0;
    text-align: center;
  }
  .final-cta-copy {
    padding: .35rem .15rem 0;
    text-align: center;
  }
  .final-cta-copy .eyebrow {
    font-size: .62rem;
    letter-spacing: .12em;
  }
  .final-cta-copy h2 {
    max-width: 9.5ch;
    margin: .25rem auto .55rem;
    font-size: clamp(2.1rem, 10.5vw, 3rem);
    line-height: .92;
  }
  .final-cta-copy > p:last-of-type {
    max-width: 36ch;
    margin-inline: auto;
    font-size: .82rem;
    line-height: 1.45;
  }
  .final-cta-proof {
    justify-content: center;
    gap: .36rem .5rem;
    margin-top: .8rem;
  }
  .final-cta-proof span {
    font-size: .6rem;
    padding-bottom: .12rem;
  }
  .final-contact-card {
    justify-items: center;
    text-align: center;
    gap: .62rem;
    padding: .75rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(237, 201, 133, .22);
    border-radius: 0;
    width: 100%;
  }
  .final-contact-kicker {
    font-size: .58rem;
    letter-spacing: .1em;
  }
  .final-contact-phone {
    width: 100%;
    text-align: center;
    gap: .15rem;
    padding: .58rem 0 .62rem;
  }
  .final-contact-phone small {
    font-size: .6rem;
  }
  .final-contact-phone strong {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }
  .final-contact-note {
    font-size: .78rem !important;
    line-height: 1.42 !important;
  }
  .final-cta-actions {
    width: min(100%, 320px);
    margin-inline: auto;
    gap: .5rem;
  }
  .final-cta-actions .btn {
    min-height: 44px;
    padding: .62rem .7rem .62rem .85rem;
    font-size: .78rem;
  }
  .final-cta-actions .btn > span {
    width: 26px;
    height: 26px;
  }
  .footer-shell {
    width: min(100% - 20px, 1180px);
    padding-top: .9rem;
  }
  .footer-premium-panel {
    padding: .9rem 0 0;
    border-radius: 0;
  }
  .footer-brand-card,
  .footer-contact-card,
  .footer-cta-card {
    padding: 0;
    border-radius: 0;
    border-left: 0;
    text-align: center;
    justify-items: center;
  }
  .footer-contact-card,
  .footer-cta-card {
    padding-top: 1.15rem;
    border-top: 1px solid rgba(241, 202, 132, .12);
  }
  .footer-brand-card h2,
  .footer-cta-card h2 {
    font-size: clamp(1.95rem, 9.5vw, 2.9rem);
  }
  .footer-shortcuts,
  .footer-regions {
    justify-content: center;
    gap: .35rem;
  }
  .footer-shortcuts a,
  .footer-regions a {
    padding: 0 0 .18rem;
    font-size: .72rem;
  }
  .footer-brand-actions .btn {
    justify-content: center;
    padding-inline: 1rem;
  }
  .footer-brand-actions .btn > span {
    display: none;
  }
  .footer-contact-list p,
  .footer-cta-card p {
    text-align: center;
  }
  .footer-cta-actions {
    width: min(100%, 320px);
    margin-inline: auto;
  }
  .footer-bottom {
    align-items: center;
    text-align: center;
  }
  .footer-regions a {
    white-space: normal;
  }
  .footer-bottom {
    font-size: .78rem;
  }
  .final-cta-proof {
    display: grid;
    grid-template-columns: 1fr;
  }
  .faq-contact-actions {
    align-items: stretch;
  }
  .faq-page-hero {
    padding-top: calc(var(--header-height) + 14px);
    padding-bottom: 38px;
    align-items: flex-start;
  }
  .faq-page-hero-grid {
    width: min(100% - 28px, 440px);
    gap: 1.25rem;
    padding-block: 1.15rem 1.65rem;
  }
  .faq-page-hero-copy {
    display: grid;
    justify-items: start;
  }
  .faq-page-hero-copy .eyebrow {
    gap: .52rem;
    font-size: .63rem;
    line-height: 1.28;
    letter-spacing: .12em;
  }
  .faq-page-hero-copy .eyebrow::before {
    width: 34px;
  }
  .faq-page-hero-copy h1 {
    max-width: 10.7ch;
    margin-top: .72rem;
    font-size: clamp(2.55rem, 11vw, 3.7rem);
    line-height: .94;
  }
  .faq-page-hero-copy > p {
    max-width: 35ch;
    margin-top: .85rem;
    font-size: .95rem;
    line-height: 1.62;
  }
  .faq-page-hero-copy .hero-actions { align-items: stretch; flex-direction: column; }
  .faq-page-hero-copy .hero-actions .btn {
    width: 100%;
    min-height: 52px;
  }
  .faq-hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: .48rem;
    margin-top: .9rem;
  }
  .faq-hero-proof span {
    justify-content: center;
    min-height: 32px;
    padding: .46rem .48rem;
    text-align: center;
  }
  .faq-entity-card {
    width: 100%;
    gap: .65rem;
    padding: .75rem;
    border-radius: 24px;
  }
  .faq-entity-card figure {
    border-radius: 18px;
  }
  .faq-entity-card img {
    height: 158px;
  }
  .faq-entity-card > strong {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }
  .faq-entity-card p {
    font-size: .88rem;
    line-height: 1.5;
  }
  .faq-entity-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
  }
  .faq-entity-card dl > div {
    grid-template-columns: 1fr;
    gap: .12rem;
    padding: .52rem .58rem;
    border: 1px solid rgba(255, 249, 238, .1);
    border-radius: 14px;
  }
  .faq-decision-section,
  .faq-band,
  .faq-geo-section,
  .faq-glossary-section {
    padding-block: 2.55rem;
  }
  .faq-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .68rem;
    margin-top: 1.1rem;
  }
  .faq-decision-card {
    min-height: 0;
    padding: .9rem;
    border-radius: 20px;
  }
  .faq-decision-card::after {
    width: 40px;
    height: 40px;
  }
  .faq-decision-card span {
    font-size: 1.45rem;
  }
  .faq-decision-card h3 {
    margin-top: .75rem;
    font-size: clamp(1.05rem, 5vw, 1.35rem);
    line-height: 1.05;
  }
  .faq-decision-card p {
    font-size: .84rem;
    line-height: 1.48;
  }
  .faq-inline-cta {
    grid-template-columns: 1fr;
    gap: .6rem;
    padding: .9rem;
    text-align: center;
  }
  .faq-inline-cta .btn {
    width: 100%;
  }
  .faq-heading h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.55rem);
  }
  .faq-heading p,
  .faq-decision-section .section-head p,
  .faq-glossary-section .section-head p {
    font-size: .94rem;
    line-height: 1.6;
  }
  .faq-authority-card > div { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-topic-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
    margin-block: .9rem 1rem;
  }
  .faq-topic-rail span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid rgba(82, 65, 46, .09);
    min-height: 38px;
    padding: .44rem .5rem;
    text-align: center;
  }
  .faq-geo-links,
  .faq-glossary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .58rem;
  }
  .faq-geo-links a {
    min-height: 48px;
    padding: .62rem;
    border-radius: 15px;
    font-size: .82rem;
    line-height: 1.22;
  }
  .faq-geo-links i {
    display: none;
  }
  .faq-glossary-grid > div {
    padding: .82rem;
    border-radius: 18px;
  }
  .faq-glossary-grid dt {
    font-size: 1.08rem;
  }
  .faq-glossary-grid dd {
    margin-top: .46rem;
    font-size: .8rem;
    line-height: 1.48;
  }
  .faq-band .faq-item summary {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: .62rem;
    padding: .95rem .85rem;
  }
  .faq-question strong { font-size: .84rem; }
  .faq-answer {
    margin: 0 .85rem 0 3.75rem;
    padding-bottom: 1rem;
  }
  .faq-band .faq-answer p { font-size: .84rem; }
  .faq-contact-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .faq-contact-actions .btn { width: 100%; }
  body[data-page="sobre-a-kit-silva"] .inner-hero {
    min-height: auto;
    display: block;
    padding: calc(var(--header-height) + 1.85rem) 0 2.55rem;
    background-position: center top;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero-grid {
    width: min(100% - 28px, 420px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35rem;
    align-items: start;
    margin-inline: auto;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero-grid > .reveal:first-child {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero .eyebrow {
    justify-content: center;
    margin-bottom: .7rem;
    font-size: .68rem;
    line-height: 1.25;
    letter-spacing: .12em;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero h1 {
    max-width: 13.5ch;
    margin-inline: auto;
    font-size: clamp(2.15rem, 9.4vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    text-align: center;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero p:not(.eyebrow) {
    max-width: 35ch;
    margin: .86rem auto 0;
    font-size: .94rem;
    line-height: 1.62;
    text-align: center;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .72rem;
    width: min(100%, 330px);
    margin: 1.2rem auto 0;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    padding: .78rem 1rem;
    border-radius: 15px;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero .inner-hero-image {
    width: 100%;
    border-radius: 22px;
  }
  body[data-page="sobre-a-kit-silva"] .inner-hero .inner-hero-image img {
    height: clamp(245px, 66vw, 310px);
    object-position: center 48%;
  }
  body[data-page="sobre-a-kit-silva"] .breadcrumbs {
    margin-block: .75rem;
  }
  .faq-contact {
    gap: .85rem;
    padding: .95rem;
    border-radius: 22px;
  }
  .faq-contact strong {
    font-size: clamp(1.25rem, 6vw, 1.7rem);
  }
  .faq-topic-rail span {
    font-size: .68rem;
  }
  .lightbox-close {
    width: 42px;
    height: 42px;
  }
  .lightbox-prev { left: .7rem; }
  .lightbox-next { right: .7rem; }
  .lightbox-stage figcaption {
    bottom: .7rem;
    font-size: .68rem;
  }
  .faq-model-link {
    justify-content: center;
    padding: .55rem;
  }
  .whatsapp-floating {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    width: 58px;
    height: 58px;
  }
  .whatsapp-floating span {
    width: 42px;
    height: 42px;
  }
  .whatsapp-floating svg {
    width: 31px;
    height: 31px;
  }
  .phone-floating {
    left: max(16px, env(safe-area-inset-left));
    bottom: max(20px, env(safe-area-inset-bottom));
    width: auto;
    min-width: 178px;
    height: 58px;
    gap: .48rem;
    padding: 0 .82rem 0 .5rem;
  }
  .phone-floating span {
    width: 42px;
    height: 42px;
  }
  .phone-floating svg {
    width: 24px;
    height: 24px;
  }
  .phone-floating strong {
    font-size: .76rem;
    letter-spacing: .025em;
  }
}
@media (max-width: 900px) {
  .modelos-hero-showcase {
    min-height: auto;
    padding: clamp(5.8rem, 18vw, 7rem) 0 clamp(2.8rem, 10vw, 4rem);
  }
  .modelos-hero-inner {
    gap: 2rem;
  }
  .modelos-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.7rem);
  }
  .modelos-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
  }
  .modelos-hero-card {
    flex-basis: clamp(240px, 62vw, 360px);
    height: clamp(220px, 58vw, 300px);
    border-radius: 20px;
  }
}
@media (max-width: 560px) {
  .inner-hero-casas-clean {
    min-height: auto;
    padding: calc(var(--header-height) + 2.2rem) 0 2.8rem;
    align-items: flex-start;
  }
  .inner-hero-casas-clean .inner-hero-grid {
    width: min(100% - 28px, 420px);
    gap: 1.55rem;
    justify-items: center;
    text-align: center;
  }
  .inner-hero-casas-clean .inner-hero-grid > .reveal {
    display: grid;
    justify-items: center;
    padding: 1.8rem 0 0;
  }
  .inner-hero-casas-clean .inner-hero-grid > .reveal:first-child > p:not(.eyebrow) {
    max-width: 34ch;
    margin-inline: auto;
    text-align: center;
  }
  .inner-hero-casas-clean h1 {
    max-width: 10.6ch;
    margin-inline: auto;
    font-size: clamp(2.95rem, 13.8vw, 4.25rem);
    line-height: .96;
    text-align: center;
  }
  .inner-hero-casas-clean .hero-actions {
    width: min(100%, 342px);
    margin: 1.45rem auto 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: .74rem;
  }
  .inner-hero-casas-clean .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    padding-inline: 1rem;
  }
  .inner-hero-casas-clean .modelos-hero-carousel--casas {
    width: min(100%, 360px);
    margin-inline: auto;
    margin-bottom: 0;
    border-radius: 24px;
  }
  .inner-hero-casas-clean .modelos-hero-carousel--casas .modelos-hero-card {
    flex-basis: min(74vw, 298px);
    height: clamp(210px, 61vw, 270px);
    min-height: 210px;
  }
  .modelos-hero-inner {
    width: min(100% - 28px, 430px);
    justify-items: center;
  }
  .modelos-hero-copy {
    width: 100%;
    text-align: center;
    display: grid;
    justify-items: center;
  }
  .modelos-hero-copy .eyebrow {
    justify-content: center;
    gap: .55rem;
    font-size: .64rem;
    text-align: center;
  }
  .modelos-hero-copy .eyebrow::after {
    display: none;
  }
  .modelos-hero-copy h1 {
    margin-inline: auto;
    max-width: 10.5ch;
    font-size: clamp(2.9rem, 14.5vw, 4.1rem);
    text-align: center;
  }
  .modelos-hero-copy > p:not(.eyebrow) {
    max-width: 34ch;
    margin-inline: auto;
    text-align: center;
    text-wrap: auto;
  }
  .modelos-hero-copy .hero-actions {
    width: min(100%, 342px);
    margin-inline: auto;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: .74rem;
  }
  .modelos-hero-copy .hero-actions .btn {
    width: 100%;
    min-height: 54px;
    justify-content: center;
    padding-inline: 1rem;
  }
  .modelos-hero-carousel {
    width: min(100%, 390px);
    margin-inline: auto;
    border-radius: 24px;
  }
  .modelos-hero-track {
    animation-duration: 22s;
  }
  .modelos-hero-card {
    flex-basis: min(74vw, 310px);
    height: clamp(220px, 62vw, 282px);
    min-height: 220px;
  }
}
@media (max-width: 380px) {
  .feature-flip-grid {
    grid-template-columns: 1fr;
  }
  .feature-flip,
  .feature-flip-motion,
  .feature-flip-inner {
    min-height: 420px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
  .feature-flip-inner { transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .regional-sparks { display: block !important; }
  .regional-sparks i {
    animation-name: regionalSparkRise !important;
    animation-duration: var(--spark-duration) !important;
    animation-delay: var(--spark-delay) !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }
  .region-ticker-track {
    animation-name: regionTickerFlow !important;
    animation-duration: 40s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }
  .modelos-hero-track {
    animation-name: modelosImageFlow !important;
    animation-duration: 15s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
    animation-play-state: running !important;
  }
  .modelos-hero-carousel--casas .modelos-hero-track {
    animation-duration: 12s !important;
  }
  .plan-tab::after {
    animation-name: planCardShine !important;
    animation-duration: 4.2s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
  .plan-tab.is-active i::after {
    animation-name: planTabProgress !important;
    animation-duration: 5s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: 1 !important;
  }
  .plan-panel::before {
    animation-name: planPanelGlow !important;
    animation-duration: 8.5s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
  .orbit-track,
  .orbit-node-content,
  .orbit-center,
  .plan-ambient,
  .plan-sheet-glow,
  .plan-panel.is-entering { animation: none !important; }
  .orbit-scan {
    animation-name: orbitScan !important;
    animation-duration: 26s !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }
  .orbit-track::before {
    animation-name: orbitRingSweep !important;
    animation-duration: calc(var(--orbit-duration) * 1.45) !important;
    animation-timing-function: linear !important;
    animation-iteration-count: infinite !important;
  }
  .orbit-node.is-active .orbit-node-content {
    animation-name: radarTagHit !important;
    animation-duration: 1.05s !important;
    animation-timing-function: var(--ease-premium) !important;
    animation-iteration-count: 1 !important;
  }
  .region-selector a.is-active {
    animation-name: regionSelectorHit !important;
    animation-duration: .9s !important;
    animation-timing-function: var(--ease-premium) !important;
    animation-iteration-count: 1 !important;
  }
  .orbital-city-backdrop img {
    transition-duration: .38s, 1.1s, .6s !important;
  }
  .orbital-city-backdrop-glow {
    animation-name: regionalImageGlow !important;
    animation-duration: 8.5s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
  .region-panel-cta::before {
    animation-name: regionCtaShine !important;
    animation-duration: 5.4s !important;
    animation-timing-function: ease-in-out !important;
    animation-iteration-count: infinite !important;
  }
}
