:root {
  --navy: oklch(0.25 0.08 260);
  --navy-deep: oklch(0.17 0.06 260);
  --orange: oklch(0.68 0.22 44);
  --orange-dark: oklch(0.59 0.21 42);
  --paper: oklch(0.985 0.006 70);
  --white: oklch(0.985 0.004 70);
  --ink: oklch(0.2 0.025 255);
  --muted: oklch(0.48 0.025 255);
  --line: oklch(0.87 0.012 75);
  --shadow: 0 24px 70px oklch(0.12 0.04 260 / 0.16);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shell: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Montserrat", system-ui, sans-serif; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--orange); color: var(--white); }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 12px 18px; border-radius: 8px; font-weight: 700; transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }

.contact-strip { min-height: 41px; display: grid; place-items: center; padding: 8px 24px; background: var(--orange); color: var(--white); font-size: .76rem; font-weight: 600; letter-spacing: .045em; text-align: center; text-transform: uppercase; }
.site-header { position: absolute; z-index: 20; top: 41px; left: 0; width: 100%; color: var(--white); transition: background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease); }
.site-header.is-sticky { position: fixed; top: 0; background: oklch(0.17 0.06 260 / .96); box-shadow: 0 10px 30px oklch(0.1 0.04 260 / .3); }
.header-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { width: 148px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 38px); font-size: .8rem; font-weight: 600; }
.main-nav a { position: relative; padding-block: 14px; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 2px; background: var(--orange); transition: right .35s var(--ease); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; transition: transform .3s var(--ease), opacity .3s var(--ease); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 20px; padding: 14px 28px; border: 0; border-radius: 999px; background: var(--orange); color: var(--white); font-weight: 700; letter-spacing: .015em; box-shadow: 0 10px 28px oklch(0.55 0.2 42 / .26); cursor: pointer; transition: transform .35s var(--ease), background .25s ease, box-shadow .35s var(--ease); }
.button span { transition: transform .35s var(--ease); }
.button:hover { transform: translateY(-3px); background: var(--orange-dark); box-shadow: 0 16px 34px oklch(0.55 0.2 42 / .34); }
.button:hover span { transform: translate(3px, -3px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid oklch(0.83 0.16 77); outline-offset: 4px; }
.button-small { min-height: 46px; padding: 10px 24px; font-size: .82rem; }

.hero { position: relative; isolation: isolate; min-height: 784px; display: grid; align-items: center; background: var(--navy-deep); color: var(--white); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-media { background: url("assets/hero.webp") 50% 50% / cover no-repeat; transform: scale(1.04); animation: hero-breathe 12s var(--ease) both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, oklch(0.11 0.03 260 / .94) 0%, oklch(0.12 0.04 260 / .72) 38%, oklch(0.12 0.04 260 / .08) 76%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 650px) 1fr; gap: 70px; align-items: center; padding-block: 148px 110px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow img { width: 18px; height: 18px; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(2.65rem, 5vw, 4.9rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 span, .section-heading h2 span, .about h2 span, .location h2 span, .opportunity h2 span, .leisure h2 span, .contact h2 span { color: var(--orange); }
.hero-lead { max-width: 600px; margin-bottom: 32px; color: oklch(0.94 0.008 250); font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.65; }
.project-badge { justify-self: end; align-self: start; width: 185px; margin-top: 12px; padding: 20px 18px 0; border-radius: 0 22px 22px 22px; background: var(--orange); box-shadow: var(--shadow); }
.project-badge p { margin-bottom: 14px; font-size: .9rem; line-height: 1.35; }
.project-badge strong { display: block; }
.project-badge img { width: 100%; border-radius: 10px 10px 0 0; }
.hero-step { opacity: 1; transform: none; }
.js .hero-step { opacity: 0; transform: translateY(30px); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.js .hero-step.is-visible { opacity: 1; transform: translateY(0); }
.scroll-cue { position: absolute; bottom: 82px; left: 50%; width: 28px; height: 44px; border: 1px solid oklch(0.92 0.01 250 / .7); border-radius: 99px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; border-radius: 99px; background: var(--white); animation: scroll-cue 2s ease-in-out infinite; }

.gallery { position: relative; z-index: 3; margin-top: -46px; padding: clamp(18px, 2vw, 28px) 0 34px; overflow: hidden; background: var(--paper); }
.gallery-track { display: flex; width: max-content; gap: 18px; padding-inline: 18px; animation: gallery-drift 42s linear infinite; will-change: transform; }
.gallery figure { width: clamp(210px, 18vw, 285px); aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 14px; background: var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.gallery figure:hover img { transform: scale(1.045); }

.section { padding-block: clamp(78px, 9vw, 132px); }
.section-heading { margin-bottom: clamp(36px, 5vw, 66px); }
.section-heading.centered { max-width: 810px; margin-inline: auto; text-align: center; }
.kicker { margin-bottom: 10px; color: var(--orange); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2, .about h2, .location h2, .leisure h2, .contact h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.9rem); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.benefits { padding-top: 72px; background: var(--paper); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefit { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); transition: transform .45s var(--ease), box-shadow .45s var(--ease); }
.benefit:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.benefit > img { width: 100%; aspect-ratio: 1.85; object-fit: cover; }
.benefit > div { padding: 24px 22px 26px; }
.benefit h3 { margin-bottom: 8px; font-size: 1rem; line-height: 1.25; }
.benefit p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }

.about { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(76px, 8vw, 120px); background: var(--navy-deep); color: var(--white); }
.about-texture { position: absolute; z-index: -1; inset: 0; opacity: .26; background: radial-gradient(circle at 18% 8%, oklch(0.7 0.14 55 / .2), transparent 30%), radial-gradient(circle at 80% 85%, oklch(0.42 0.12 260 / .28), transparent 35%); }
.about-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.building-stage { position: relative; height: 520px; margin: 0; display: grid; place-items: center; }
.building-stage::after { content: ""; position: absolute; bottom: 7%; left: 10%; right: 10%; height: 50px; border-radius: 50%; background: oklch(0.05 0.02 260 / .65); filter: blur(16px); }
.building-stage img { position: relative; z-index: 2; width: min(100%, 569px); height: auto; max-height: 100%; object-fit: contain; filter: drop-shadow(0 18px 28px oklch(0.08 0.03 260 / .28)); }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid oklch(0.69 0.2 44 / .32); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 430px; height: 430px; animation: orbit 22s linear infinite; }
.orbit-two { width: 310px; height: 310px; border-style: dashed; animation: orbit 15s linear infinite reverse; }
.about-copy { max-width: 570px; }
.about-copy .lead { margin-top: 24px; color: var(--white); font-size: 1.15rem; font-weight: 700; }
.about-copy > p:not(.kicker):not(.lead) { max-width: 65ch; color: oklch(0.86 0.014 250); }
.about-copy .button { margin-top: 15px; }

.plans { background: var(--white); border-radius: 26px 26px 0 0; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: end; gap: clamp(20px, 4vw, 50px); }
.plan { margin: 0; text-align: center; }
.plan-image { display: grid; place-items: center; min-height: 355px; padding: 24px; background: oklch(0.96 0.01 70); border-radius: 18px; overflow: hidden; }
.plan img { max-height: 320px; object-fit: contain; filter: drop-shadow(0 16px 18px oklch(0.15 0.02 260 / .12)); transition: transform .6s var(--ease); }
.plan:hover img { transform: scale(1.05); }
.plan figcaption { display: grid; gap: 3px; margin-top: 19px; }
.plan figcaption strong { font-size: 1rem; }
.plan figcaption span { color: var(--muted); font-size: .76rem; }

.amenity-marquee { padding-bottom: clamp(36px, 4vw, 54px); overflow: hidden; background: var(--white); }
.amenity-marquee h2 { margin-bottom: 40px; text-align: center; font-size: clamp(1.55rem, 3vw, 2.4rem); letter-spacing: -.035em; }
.amenity-marquee h2 span { color: var(--orange); }
.amenity-rows { display: grid; gap: 14px; }
.amenity-row { width: 100%; overflow: hidden; }
.amenity-track { display: flex; width: max-content; gap: 9px; animation: amenity-left 36s linear infinite; will-change: transform; }
.amenity-row-reverse .amenity-track { animation-name: amenity-right; animation-duration: 33s; }
.amenity-set { display: flex; flex: none; gap: 9px; }
.amenity-set > span { display: inline-flex; flex: none; align-items: center; gap: 7px; min-height: 50px; padding: 12px clamp(18px, 1.5vw, 28px); border: .5px solid oklch(0.32 0.015 250); border-radius: 999px; background: var(--navy); color: var(--white); font-size: clamp(.78rem, 1.05vw, 1.12rem); font-weight: 800; white-space: nowrap; }
.amenity-set b { font-size: 1em; line-height: 1; }

.location { padding: 0 0 clamp(72px, 8vw, 116px); background: var(--white); }
.location-grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr); align-items: start; gap: clamp(42px, 6vw, 84px); }
.map { height: clamp(340px, 31vw, 430px); margin: 0; overflow: hidden; border-radius: 18px; background: var(--line); }
.map iframe { display: block; width: 100%; height: 100%; border: 0; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 0; background: var(--white); }
.location-copy h2 { max-width: 650px; margin-bottom: 24px; }
.location-copy > p:not(.kicker) { color: var(--muted); }
.location-copy ul { display: grid; gap: 14px; margin: 20px 0 0; padding: 0; list-style: none; }
.location-copy li { position: relative; padding-left: 28px; font-size: .9rem; }
.location-copy li::before { content: ""; position: absolute; left: 1px; top: .56em; width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px oklch(0.68 0.22 44 / .13); }

.opportunity { background: var(--white); }
.opportunity-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 68px; max-width: 1030px; margin-inline: auto; }
.opportunity-item { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 20px; min-height: 104px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.opportunity-item b { color: var(--orange); font-size: 1.7rem; }
.opportunity-item p { margin: 0; font-size: .92rem; font-weight: 600; }

.leisure { padding-block: clamp(74px, 8vw, 118px); background: var(--navy); color: var(--white); }
.leisure-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(44px, 7vw, 90px); }
.leisure-copy > p { color: var(--orange); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.leisure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.leisure-grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid oklch(0.74 0.035 255 / .3); border-radius: 13px; background: oklch(0.3 0.08 260); transition: transform .4s var(--ease), background .4s var(--ease); }
.leisure-grid > div:hover { transform: translateY(-5px); background: oklch(0.34 0.09 260); }
.leisure-grid img { display: block; width: 52px; height: 52px; object-fit: contain; object-position: left center; transform: scale(var(--icon-scale, 1)); transform-origin: left center; }
.leisure-grid .icon-pool { --icon-scale: .93; }
.leisure-grid .icon-party { --icon-scale: 1.02; }
.leisure-grid .icon-gourmet { --icon-scale: .98; }
.leisure-grid .icon-coworking { --icon-scale: 1.12; }
.leisure-grid .icon-fitness { --icon-scale: 1.16; }
.leisure-grid .icon-market { --icon-scale: .96; }
.leisure-grid .icon-laundry { --icon-scale: .9; }
.leisure-grid .icon-playground { --icon-scale: 1.04; }
.leisure-grid .icon-pet { --icon-scale: .96; }
.leisure-grid .icon-barbecue { --icon-scale: 1.05; }
.leisure-grid .icon-bike { --icon-scale: .93; }
.leisure-grid .icon-solarium { --icon-scale: 1.08; }
.leisure-grid span { display: flex; align-items: flex-end; min-height: 2.35em; font-size: .78rem; font-weight: 600; line-height: 1.2; }

.contact { padding-block: clamp(76px, 8vw, 120px); background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 105px); }
.contact-copy img { width: 147px; margin-bottom: 24px; }
.contact-copy p { max-width: 56ch; margin-top: 22px; color: var(--muted); }
.lead-form { display: grid; gap: 13px; width: min(100%, 524px); justify-self: end; padding: 50px 55px; border: 1px solid oklch(0.61 0.19 43 / .1); border-radius: 15px; background: var(--navy); box-shadow: none; color: var(--white); }
.field { position: relative; }
.field input, .field select { width: 100%; min-height: 50px; padding: 0 38px; border: .6px solid oklch(0.62 0 0); border-radius: 999px; background: linear-gradient(90deg, var(--white), oklch(0.89 0.005 250)); color: var(--ink); font-size: clamp(.92rem, 1.2vw, 1.14rem); outline: 0; transition: border .25s ease, box-shadow .25s ease; }
.field input::placeholder { color: var(--orange); opacity: 1; }
.field select:invalid { color: var(--orange); }
.field select option { color: var(--ink); }
.field input:focus, .field select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px oklch(0.68 0.22 44 / .18); }
.lead-form .button { width: 100%; min-height: 55px; font-weight: 400; letter-spacing: .04em; box-shadow: none; }
.form-status { min-height: 21px; margin: 0; text-align: center; font-size: .78rem; }
.form-status:empty { display: none; }
.form-status.is-success { color: oklch(0.82 0.16 145); }
.form-status.is-error { color: oklch(0.82 0.15 28); }

footer { padding-block: 34px; background: var(--orange); color: var(--white); }
footer .shell { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
footer img { width: 124px; filter: brightness(0) invert(1); }
footer p { margin: 0; text-align: center; font-size: .7rem; }
footer a { justify-self: end; font-size: .75rem; font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(36px); transition: opacity .85s var(--ease), transform .85s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes hero-in { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-breathe { from { transform: scale(1.09); } to { transform: scale(1.04); } }
@keyframes scroll-cue { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 14px); } }
@keyframes gallery-drift { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }
@keyframes amenity-left { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 4.5px)); } }
@keyframes amenity-right { from { transform: translateX(calc(-50% - 4.5px)); } to { transform: translateX(0); } }
@keyframes orbit { to { transform: translate(-50%, -50%) rotate(360deg); } }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .main-nav { position: absolute; top: 100%; left: 24px; right: 24px; display: grid; gap: 2px; padding: 18px; border-radius: 14px; background: var(--navy-deep); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); visibility: hidden; transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); visibility: visible; }
  .main-nav a { padding: 13px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .benefit-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .location-grid { grid-template-columns: minmax(280px, .85fr) minmax(390px, 1.15fr); gap: 34px; }
  .map { height: 360px; }
  .leisure-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 34px, 680px); }
  html { scroll-padding-top: 90px; }
  .contact-strip { min-height: 37px; padding-inline: 18px; font-size: .6rem; line-height: 1.35; }
  .site-header { top: 37px; }
  .site-header.is-sticky { top: 0; }
  .header-inner { min-height: 70px; gap: 10px; }
  .brand { width: 122px; }
  .header-cta { display: none; }
  .menu-toggle { min-width: 44px; min-height: 44px; }
  .main-nav { left: 17px; right: 17px; padding: 12px; }
  .section { padding-block: 62px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .about h2, .location h2, .leisure h2, .contact h2 { font-size: clamp(1.85rem, 8.7vw, 2.5rem); line-height: 1.08; letter-spacing: -.035em; }
  .kicker { margin-bottom: 8px; font-size: .68rem; letter-spacing: .09em; }
  .button { max-width: 100%; min-height: 50px; gap: 10px; padding: 12px 22px; font-size: .88rem; line-height: 1.2; white-space: nowrap; }
  .hero { min-height: 680px; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 124px 64px; }
  .hero h1 { max-width: 11.5ch; margin-bottom: 18px; font-size: clamp(2.35rem, 10.6vw, 3.35rem); line-height: 1.01; letter-spacing: -.045em; }
  .eyebrow { margin-bottom: 13px; font-size: .67rem; }
  .hero-lead { max-width: 42ch; margin-bottom: 25px; font-size: .88rem; line-height: 1.55; }
  .hero .button { padding-inline: 22px; }
  .project-badge { position: absolute; top: 114px; right: 0; width: 132px; padding: 13px 12px 0; }
  .project-badge p { font-size: .68rem; }
  .hero-shade { background: linear-gradient(90deg, oklch(0.1 0.03 260 / .92), oklch(0.1 0.03 260 / .45)), linear-gradient(0deg, oklch(0.1 0.03 260 / .6), transparent 45%); }
  .scroll-cue { display: none; }
  .gallery { margin-top: -18px; padding: 18px 0 26px; }
  .gallery-track { gap: 12px; padding-inline: 12px; }
  .gallery figure { width: 190px; }
  .benefit-grid, .plans-grid, .about-layout, .leisure-layout, .contact-layout { grid-template-columns: 1fr; }
  .benefits { padding-top: 56px; }
  .location-grid { grid-template-columns: 1fr; }
  .about { padding-block: 62px; }
  .about-layout { gap: 24px; }
  .building-stage { order: 2; height: min(92vw, 360px); margin-top: 6px; }
  .building-stage img { width: min(100%, 410px); }
  .orbit-one { width: min(90vw, 350px); height: min(90vw, 350px); }
  .orbit-two { width: min(66vw, 255px); height: min(66vw, 255px); }
  .about-copy { order: 1; }
  .about-copy .lead { margin-top: 18px; font-size: 1rem; }
  .about-copy > p:not(.kicker):not(.lead) { font-size: .9rem; line-height: 1.6; }
  .about-copy .button { width: min(100%, 320px); margin-top: 10px; }
  .plans-grid { gap: 30px; }
  .plan-image { min-height: 280px; padding: 18px; }
  .amenity-marquee { padding-bottom: 38px; }
  .amenity-marquee h2 { margin-bottom: 28px; font-size: clamp(1.45rem, 6.7vw, 2rem); line-height: 1.15; }
  .amenity-rows { gap: 10px; }
  .amenity-set > span { min-height: 44px; padding: 10px 17px; font-size: .76rem; }
  .location { padding-bottom: 62px; }
  .location-grid { gap: 30px; }
  .map { height: 290px; border-radius: 14px; }
  .location-copy h2 { margin-bottom: 18px; }
  .location-copy > p:not(.kicker) { margin-bottom: 4px; font-size: .9rem; }
  .location-copy ul { gap: 11px; margin-top: 16px; }
  .location-copy li { padding-left: 25px; font-size: .84rem; }
  .opportunity-list { grid-template-columns: 1fr; }
  .opportunity-item { grid-template-columns: 46px 1fr; gap: 14px; min-height: 82px; padding-block: 13px; }
  .opportunity-item b { font-size: 1.35rem; }
  .opportunity-item p { font-size: .84rem; line-height: 1.45; }
  .leisure { padding-block: 62px; }
  .leisure-layout { gap: 32px; }
  .leisure-grid { grid-template-columns: repeat(3, 1fr); }
  .leisure-grid > div { min-height: 108px; padding: 15px; }
  .leisure-grid img { width: 46px; height: 46px; }
  .leisure-grid span { font-size: .73rem; }
  .contact { padding-block: 62px; }
  .contact-layout { gap: 34px; }
  .contact-layout > * { min-width: 0; }
  .contact-copy { text-align: center; }
  .contact-copy img { width: 128px; margin: 0 auto 18px; }
  .contact-copy p { margin: 18px auto 0; font-size: .9rem; line-height: 1.6; }
  .lead-form { justify-self: center; gap: 12px; padding: 32px 20px; }
  .field input, .field select { min-width: 0; min-height: 52px; padding-left: 22px; font-size: .86rem; }
  .field-select select { appearance: none; -webkit-appearance: none; }
  .field-select::after { content: ""; position: absolute; top: 50%; width: 8px; height: 8px; border-right: 2px solid var(--orange); border-bottom: 2px solid var(--orange); pointer-events: none; transform: translateY(-68%) rotate(45deg); }
  .field-select select { padding-right: 44px; }
  .field-select::after { right: 20px; }
  .lead-form .button { min-height: 52px; padding-inline: 16px; font-size: .86rem; letter-spacing: .025em; }
  footer .shell { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  footer a { justify-self: center; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  .hero { min-height: 650px; }
  .hero-layout { padding-block: 114px 54px; }
  .hero h1 { font-size: clamp(2.25rem, 10.7vw, 3rem); }
  .project-badge { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { display: grid; grid-template-columns: 39% 1fr; min-height: 158px; }
  .benefit > img { width: 100%; height: 100%; aspect-ratio: auto; }
  .benefit > div { padding: 18px 15px; }
  .benefit h3 { font-size: .86rem; }
  .benefit p { font-size: .72rem; line-height: 1.5; }
  .building-stage { height: min(90vw, 342px); }
  .plan-image { min-height: 255px; }
  .map { height: 270px; }
  .leisure-grid { grid-template-columns: 1fr 1fr; }
  .leisure-grid > div { min-height: 104px; padding: 14px; }
  .lead-form { width: 100%; padding: 28px 16px; border-radius: 18px; }
  .field input, .field select { padding-left: 18px; font-size: .82rem; }
  .field-select select { padding-right: 40px; }
  .field-select::after { right: 18px; }
  .lead-form .button { padding-inline: 12px; font-size: .82rem; white-space: nowrap; }
  footer { padding-block: 28px; }
  footer .shell { gap: 18px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 22px); }
  .hero h1 { font-size: 2.2rem; }
  .button { padding-inline: 16px; font-size: .8rem; }
  .lead-form { padding-inline: 12px; }
  .field input, .field select { font-size: .78rem; }
  .lead-form .button { font-size: .78rem; letter-spacing: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .reveal, .hero-step { opacity: 1; transform: none; }
  .gallery-track, .amenity-track { animation: none; }
}
