:root {
  --pine: #173a31;
  --pine-deep: #0c2922;
  --sage: #8da397;
  --cream: #f3efe6;
  --paper: #fbfaf6;
  --ink: #17221e;
  --muted: #65736d;
  --accent: #e87545;
  --accent-dark: #ca572c;
  --line: rgba(23, 58, 49, 0.17);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --media-radius: 8px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 124px; }
.kicker { margin: 0 0 14px; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .96; letter-spacing: -.035em; }
h2 { font-size: clamp(48px, 6vw, 86px); }
em { font-weight: 400; }

.topbar { position: absolute; z-index: 10; top: 0; left: 0; display: flex; width: 100%; height: 94px; padding: 0 38px; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.24); color: white; }
.brand img { width: 154px; filter: brightness(0) invert(1); }
.topbar__right { display: flex; align-items: center; gap: 34px; }
.availability { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.availability i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #a9db9a; box-shadow: 0 0 0 5px rgba(169,219,154,.16); }
.topbar__cta { display: flex; gap: 26px; align-items: center; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.topbar__cta span { font-size: 19px; }

.hero { position: relative; min-height: 860px; height: 100svh; color: white; overflow: hidden; background: var(--pine-deep); }
.hero__media { position: absolute; inset: 0; background: url("assets/conero-home-10.jpg") 50% 50% / cover no-repeat; animation: heroZoom 14s ease-out both; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,24,.86) 0%, rgba(8,33,27,.58) 48%, rgba(8,29,24,.23) 100%), linear-gradient(0deg, rgba(8,28,24,.35), transparent 45%); }
.hero__content { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 430px; gap: clamp(60px, 8vw, 120px); min-height: 100%; align-items: center; padding-top: 88px; }
.hero__copy { max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content:""; width: 42px; height: 1px; background: #fff; }
.hero h1 { margin-bottom: 26px; font-size: clamp(68px, 6.2vw, 100px); line-height: .88; }
.hero h1 em { color: #bed0c5; }
.hero__title--it em { white-space: normal; }
.hero__lead { max-width: 610px; margin-bottom: 38px; font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.82); }
.hero__facts { display: flex; width: fit-content; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.hero__facts div { padding: 18px 30px 16px 0; margin-right: 30px; border-right: 1px solid rgba(255,255,255,.22); }
.hero__facts div:last-child { margin-right: 0; border: 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.hero__facts span { margin-top: 3px; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; color: rgba(255,255,255,.65); }
.button.hero__mobile-cta { display: none; }

.lead-card { padding: 35px 34px 27px; border-radius: var(--media-radius); color: var(--ink); background: rgba(251,250,246,.96); box-shadow: 0 24px 80px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.lead-card h2 { margin-bottom: 12px; font-size: 36px; line-height: 1.02; }
.lead-card__top > p:last-child { margin-bottom: 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.lead-form { display: flex; flex-direction: column; gap: 13px; }
.field { display: block; }
.field > span { display: block; margin-bottom: 6px; color: #53645c; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field small { font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--media-radius); outline: 0; color: var(--ink); background: white; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder { color: #a1aaa5; }
.field input:focus { border-color: var(--pine); box-shadow: 0 0 0 3px rgba(23,58,49,.09); }
.privacy { display: flex; gap: 9px; align-items: flex-start; color: var(--muted); font-size: 10px; line-height: 1.4; cursor: pointer; }
.privacy input { width: 15px; height: 15px; margin: 0; accent-color: var(--pine); flex: 0 0 auto; }
.privacy a { text-decoration: underline; }
.button { display: flex; min-height: 54px; padding: 0 22px; align-items: center; justify-content: space-between; border: 0; border-radius: var(--media-radius); cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; }
.button--accent { color: white; background: var(--accent); }
.button--accent:hover { background: var(--accent-dark); }
.button--dark { min-width: 350px; color: white; background: var(--pine); }
.button--light { color: var(--pine); background: white; }
.form-note { margin: -3px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-note span { color: #4d8565; }

.trust-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 84px; align-items: center; }
.trust-strip__grid span { height: 100%; display: flex; padding: 0 25px; align-items: center; border-right: 1px solid var(--line); font-family: var(--serif); font-size: 18px; }
.trust-strip__grid span:first-child { padding-left: 0; }
.trust-strip__grid span:last-child { border: 0; }
.trust-strip__grid b { margin-right: 14px; color: var(--accent); font: 700 9px var(--sans); letter-spacing: .1em; }

.section-label { display: flex; gap: 15px; align-items: center; margin-bottom: 70px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-label::after { content:""; height: 1px; background: var(--line); flex: 1; }
.section-label span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent-dark); font-size: 9px; }
.section-label--light { color: rgba(255,255,255,.65); }
.section-label--light::after { background: rgba(255,255,255,.25); }
.section-label--light span { border-color: rgba(255,255,255,.3); color: #f5a27f; }
.intro { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 80px; }
.intro .section-label { grid-column: 1/-1; }
.intro__copy { padding-right: 30px; }
.intro__copy h2 { margin-bottom: 30px; font-size: clamp(52px, 5vw, 76px); }
.intro__copy > p:last-child { max-width: 520px; color: var(--muted); line-height: 1.75; }
.intro--video { grid-template-columns: 1fr; }
.intro--video .intro__copy { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .55fr); gap: 18px 90px; align-items: end; margin-bottom: 58px; padding: 0; }
.intro--video .intro__copy .kicker { grid-column: 1/-1; margin: 0; }
.intro--video .intro__copy h2 { margin: 0; max-width: 720px; }
.intro--video .intro__copy > p:last-child { margin: 0 0 8px; max-width: 520px; }
.editorial-image { margin: 0; }
.intro__image { position: relative; height: 600px; }
.intro--video .intro__image { width: min(1480px, calc(100vw - 64px)); height: auto; margin-inline: 50%; transform: translateX(-50%); }
.editorial-image img { width: 100%; height: 100%; border-radius: var(--media-radius); object-fit: cover; }
.editorial-image figcaption { display: flex; justify-content: space-between; margin-top: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.project-video__stage { position: relative; aspect-ratio: 16 / 9; height: auto; overflow: hidden; border-radius: var(--media-radius); background: #d7dad7; isolation: isolate; }
.project-video__stage::after { content:""; position: absolute; inset: 0; border: 1px solid rgba(23,58,49,.08); border-radius: inherit; pointer-events: none; }
.project-video__media { width: 100%; height: 100%; object-fit: contain; display: block; }

.homes { background: var(--cream); }
.section-heading, .gallery__heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .gallery__heading h2 { margin: 0; }
.section-heading > p, .gallery__heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.typologies__heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.typologies__heading h2 { margin: 0; font-size: clamp(52px, 5.4vw, 78px); }
.typologies__heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.7; }
.typology-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.typology-card { min-height: 260px; padding: 30px 32px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(251,250,246,.45); transition: background .25s, transform .25s; }
.typology-card:hover { background: var(--paper); transform: translateY(-4px); }
.typology-card > span { display: block; margin-bottom: 34px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.typology-card > p { margin-bottom: 12px; color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.typology-card h3 { margin-bottom: 28px; max-width: 290px; font-size: 34px; line-height: 1; }
.typology-card small { display: block; max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.home-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-card { background: var(--paper); border: 1px solid rgba(23,58,49,.08); transition: transform .35s, box-shadow .35s; }
.home-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(25,45,38,.11); }
.home-card__image { position: relative; height: 300px; overflow: hidden; border-radius: var(--media-radius) var(--media-radius) 0 0; }
.home-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.home-card:hover img { transform: scale(1.035); }
.home-card__image span { position: absolute; top: 16px; left: 16px; padding: 8px 11px; color: var(--pine); background: rgba(255,255,255,.9); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-card__body { padding: 25px 26px 28px; }
.home-card__body > p { margin-bottom: 8px; color: var(--accent-dark); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home-card__body h3 { margin-bottom: 25px; font-size: 31px; line-height: 1; }
.home-card__body div { display: flex; padding-top: 17px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.home-card__body b { font: 500 20px var(--serif); }
.home-card__body div span { max-width: 55%; color: var(--muted); font-size: 10px; line-height: 1.4; text-align: right; }
.center-cta { display: flex; margin-top: 45px; flex-direction: column; align-items: center; }
.center-cta p { margin: 10px 0 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.comfort { display: grid; grid-template-columns: 1.12fr .88fr; column-gap: 90px; align-items: center; }
.comfort .section-label { grid-column: 1/-1; }
.comfort__visual { position: relative; height: 680px; overflow: hidden; border-radius: var(--media-radius); }
.comfort__visual img { width: 100%; height: 100%; object-fit: cover; }
.image-stamp { position: absolute; right: -48px; bottom: 48px; display: flex; width: 120px; height: 120px; padding: 20px; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; color: white; background: var(--accent); transform: rotate(-7deg); }
.image-stamp strong { font: 500 54px/1 var(--serif); }
.image-stamp span { font-size: 8px; line-height: 1.3; text-transform: uppercase; letter-spacing: .08em; }
.comfort__copy { padding-left: 15px; }
.comfort__copy h2 { margin-bottom: 25px; }
.comfort__copy > p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.feature-list { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.feature-list li { display: flex; gap: 18px; padding: 19px 0; align-items: center; border-bottom: 1px solid var(--line); }
.feature-list li > span { color: var(--accent-dark); font-size: 9px; font-weight: 700; }
.feature-list b, .feature-list small { display: block; }
.feature-list b { margin-bottom: 3px; font: 500 21px var(--serif); }
.feature-list small { color: var(--muted); font-size: 11px; }

.location { position: relative; min-height: 800px; padding: 0; color: white; background: var(--pine); }
.location__image { position: absolute; inset: 0; }
.location__image::after { content:""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,30,25,.78), rgba(8,31,26,.08)); }
.location__image img { width: 100%; height: 100%; object-fit: cover; }
.location__content { position: relative; z-index: 1; padding-top: 90px; padding-bottom: 88px; }
.location .section-label { margin-bottom: 64px; }
.location__panel { width: min(570px, 100%); padding-top: 0; }
.location__panel .kicker { color: #f29a75; }
.location__panel h2 { margin-bottom: 30px; }
.location__panel > p:not(.kicker) { max-width: 500px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.7; }
.distance { display: flex; gap: 16px; margin: 38px 0 0; align-items: center; }
.distance strong { font: 400 100px/.7 var(--serif); }
.distance span { font-size: 11px; line-height: 1.3; letter-spacing: .09em; text-transform: uppercase; }

.gallery__heading { margin-bottom: 50px; }
.gallery-carousel { max-width: 1080px; margin-inline: auto; }
.gallery-stage { position: relative; height: 590px; margin: 0; overflow: hidden; border-radius: var(--media-radius); background: var(--pine-deep); }
.gallery-stage > img { width: 100%; height: 100%; object-fit: cover; animation: galleryReveal .42s ease-out both; }
.gallery-controls { position: absolute; z-index: 2; top: 24px; right: 24px; display: flex; gap: 8px; }
.gallery-control { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: var(--media-radius); color: white; background: rgba(9,34,28,.38); cursor: pointer; font-size: 22px; transition: background .2s, transform .2s; }
.gallery-control:hover { background: var(--accent); transform: translateY(-2px); }
.gallery-thumbs { display: flex; gap: 9px; margin-top: 12px; padding-bottom: 4px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.gallery-thumb { width: 104px; height: 76px; flex: 0 0 auto; padding: 0; border: 2px solid transparent; border-radius: var(--media-radius); background: var(--pine); cursor: pointer; opacity: .58; overflow: hidden; scroll-snap-align: start; transition: opacity .2s, border-color .2s, transform .2s; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--accent); opacity: 1; transform: translateY(-2px); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.render-note { margin: 12px 0 0; color: var(--muted); font-size: 9px; text-align: right; text-transform: uppercase; letter-spacing: .1em; }
@keyframes galleryReveal { from { opacity: .35; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }

.final-cta { position: relative; overflow: hidden; color: white; background: var(--pine); }
.final-cta__shape { position: absolute; width: 600px; height: 600px; right: -240px; top: -250px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.final-cta__shape::before, .final-cta__shape::after { content:""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.final-cta__shape::before { inset: 70px; }
.final-cta__shape::after { inset: 150px; }
.final-cta__grid { position: relative; display: grid; grid-template-columns: 1fr 520px; gap: 100px; align-items: center; }
.final-cta__copy .kicker { color: #f29a75; }
.final-cta__copy h2 { margin-bottom: 28px; font-size: clamp(48px, 5vw, 76px); }
.final-cta__copy > p:not(.kicker) { max-width: 610px; color: rgba(255,255,255,.72); line-height: 1.7; }
.mini-trust { display: flex; gap: 26px; margin-top: 35px; color: #b9cec4; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.final-form-card { padding: 38px; border-radius: var(--media-radius); color: var(--ink); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.2); }

footer { padding: 45px 0; background: var(--pine-deep); color: rgba(255,255,255,.58); }
.footer__grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 40px; align-items: center; }
.footer__grid > img { width: 140px; filter: brightness(0) invert(1); opacity: .9; }
.footer__grid p { margin: 0; font-size: 12px; }
.footer__grid div { display: flex; gap: 20px; color: white; font-size: 12px; }
.footer__grid small { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .06em; }
.mobile-sticky { display: none; }

.success-modal { position: fixed; z-index: 100; inset: 0; padding: 24px; place-items: center; background: rgba(6,25,21,.76); backdrop-filter: blur(8px); }
.success-modal:not([hidden]) { display: grid; }
.success-modal__card { position: relative; width: min(510px, 100%); padding: 58px 48px; border-radius: var(--media-radius); text-align: center; background: var(--paper); box-shadow: 0 25px 90px rgba(0,0,0,.28); }
.success-modal__close { position: absolute; top: 12px; right: 15px; border: 0; color: var(--muted); background: none; cursor: pointer; font: 28px var(--serif); }
.success-modal__icon { display: grid; width: 52px; height: 52px; margin: 0 auto 25px; place-items: center; border-radius: 50%; color: white; background: var(--pine); font-size: 21px; }
.success-modal h2 { margin-bottom: 18px; font-size: 45px; }
.success-modal p:last-child { margin-bottom: 0; color: var(--muted); }

.reveal { animation: riseIn .9s .15s ease-out both; }
.reveal--delay { animation-delay: .35s; }
.reveal-on-scroll { opacity: 0; transform: translateY(24px); }
.reveal-on-scroll.is-visible { animation: riseIn .75s ease-out both; }
@keyframes heroZoom { from { transform: scale(1.045); } to { transform: scale(1); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
  .hero { height: auto; min-height: 900px; }
  .hero__content { grid-template-columns: 1fr 390px; gap: 35px; padding-block: 150px 80px; }
  .hero h1 { font-size: 75px; }
  .intro { column-gap: 40px; }
  .comfort { column-gap: 55px; }
  .final-cta__grid { grid-template-columns: 1fr 470px; gap: 50px; }
}

@media (max-width: 800px) {
  .shell { width: min(100% - 36px, 680px); }
  .section { padding-block: 84px; }
  .topbar { height: 76px; padding: 0 18px; }
  .brand img { width: 126px; }
  .availability, .topbar__cta { display: none; }
  .hero { min-height: 720px; height: auto; }
  .hero__media { background-position: 34% center; }
  .hero__veil { background: linear-gradient(0deg, rgba(6,28,23,.9) 0%, rgba(6,28,23,.7) 53%, rgba(6,28,23,.24) 100%); }
  .hero__content { display: block; min-height: 0; padding-top: clamp(150px, 25svh, 220px); padding-bottom: 26px; }
  .hero h1 { font-size: clamp(55px, 16vw, 78px); }
  .hero__title--it em { white-space: normal; }
  .hero__lead { margin-bottom: 20px; font-size: 15px; }
  .eyebrow { margin-bottom: 14px; }
  .hero__facts { width: 100%; }
  .hero__facts div { flex: 1; padding-right: 12px; margin-right: 12px; }
  .hero__facts strong { font-size: 20px; }
  .hero__facts span { font-size: 8px; }
  .button.hero__mobile-cta { display: flex; min-height: 50px; margin: 22px 0 22px; }
  .lead-card { display: none; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; padding-block: 12px; }
  .trust-strip__grid span { min-height: 52px; padding: 0 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .trust-strip__grid span:first-child { padding-left: 8px; }
  .trust-strip__grid span:nth-child(2) { border-right: 0; }
  .trust-strip__grid span:nth-child(n+3) { border-bottom: 0; }
  .section-label { margin-bottom: 45px; }
  .intro, .comfort { display: flex; flex-direction: column; }
  .intro__copy { padding: 0; }
  .intro__copy h2 { font-size: 53px; }
  .intro__image { height: 440px; margin-top: 35px; }
  .intro--video .intro__copy { display: block; margin-bottom: 35px; }
  .intro--video .intro__copy .kicker { margin-bottom: 14px; }
  .intro--video .intro__copy h2 { margin-bottom: 22px; }
  .intro--video .intro__copy > p:last-child { margin: 0; }
  .intro--video .intro__image { width: 100%; height: auto; margin: 0; transform: none; }
  .intro--video .project-video__stage { aspect-ratio: 3 / 2; }
  .section-heading, .gallery__heading { display: block; }
  .section-heading h2, .gallery__heading h2 { margin-bottom: 22px; font-size: 57px; }
  .typologies__heading { display: block; margin-bottom: 34px; }
  .typologies__heading h2 { margin-bottom: 22px; font-size: 53px; }
  .typologies__heading > p { margin: 0; font-size: 15px; }
  .typology-list { grid-template-columns: 1fr; }
  .typology-card { min-height: auto; padding: 24px 22px 26px; }
  .typology-card > span { margin-bottom: 22px; }
  .typology-card h3 { margin-bottom: 18px; font-size: 31px; }
  .home-cards { grid-template-columns: 1fr; }
  .home-card__image { height: 270px; }
  .button--dark { min-width: 0; width: 100%; }
  .comfort__visual { order: 2; height: 460px; margin-top: 35px; }
  .comfort__copy { order: 1; padding: 0; }
  .comfort .section-label { order: 0; }
  .comfort__copy h2 { font-size: 57px; }
  .image-stamp { right: 15px; bottom: -35px; }
  .location { min-height: auto; }
  .location__image::after { background: linear-gradient(0deg, rgba(6,30,25,.9), rgba(8,31,26,.1)); }
  .location__content { padding-top: 46px; padding-bottom: 58px; }
  .location .section-label { margin-bottom: 44px; }
  .location__panel { padding-top: 0; }
  .location__panel h2 { font-size: 55px; }
  .gallery-stage { height: 410px; }
  .gallery-controls { top: 14px; right: 14px; }
  .gallery-control { width: 40px; height: 40px; }
  .gallery-thumb { width: 84px; height: 62px; }
  .final-cta__grid { display: block; }
  .final-cta__copy h2 { font-size: 53px; }
  .mini-trust { flex-wrap: wrap; gap: 10px 20px; }
  .final-form-card { margin-top: 45px; padding: 28px 22px; }
  .footer__grid { grid-template-columns: 1fr; gap: 20px; }
  .footer__grid div { flex-direction: column; gap: 7px; }
  .mobile-sticky { position: fixed; z-index: 20; right: 24px; bottom: max(18px, env(safe-area-inset-bottom)); left: 24px; display: flex; max-width: 520px; height: 52px; margin-inline: auto; padding: 0 18px; align-items: center; justify-content: center; gap: 16px; border-radius: var(--media-radius); color: white; background: var(--accent); box-shadow: 0 8px 24px rgba(0,0,0,.22); font-size: 10px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; transform: translateY(86px); transition: transform .3s; }
  .mobile-sticky__label { min-width: 0; white-space: nowrap; }
  .mobile-sticky__arrow { flex: 0 0 auto; font-size: 18px; line-height: 1; }
  .mobile-sticky.is-visible { transform: none; }
  footer { padding-bottom: 110px; }
}

@media (max-width: 420px) {
  .topbar { height: 66px; }
  .brand img { width: 116px; }
  .hero { min-height: 680px; }
  .hero__content { padding-top: clamp(128px, 21svh, 168px); padding-bottom: 20px; }
  .hero h1 { margin-bottom: 18px; font-size: clamp(46px, 13.5vw, 52px); line-height: .9; }
  .hero__lead { margin-bottom: 16px; font-size: 13px; line-height: 1.45; }
  .eyebrow { gap: 12px; margin-bottom: 12px; font-size: 10px; letter-spacing: .17em; }
  .eyebrow::before { width: 30px; }
  .hero__facts strong { font-size: 17px; }
  .hero__facts div { padding-block: 14px 12px; }
  .button.hero__mobile-cta { min-height: 48px; margin: 18px 0 18px; font-size: 10px; }
  .hero__facts div { margin-right: 8px; padding-right: 8px; }
  .typologies__heading h2 { font-size: 47px; }
  .typology-card h3 { font-size: 29px; }
  .section-heading h2, .gallery__heading h2, .comfort__copy h2, .location__panel h2, .final-cta__copy h2 { font-size: 47px; }
}
