:root {
  --ink: #142039;
  --ink-deep: #081327;
  --blue: #275aa2;
  --blue-bright: #447bc0;
  --blue-soft: #dfe9f8;
  --copper: #bc8065;
  --cream: #f7f5f0;
  --paper: #ffffff;
  --muted: #667085;
  --line: rgba(20, 32, 57, 0.14);
  --shadow: 0 22px 60px rgba(8, 19, 39, 0.14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(var(--container), calc(100% - 48px)); 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; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--blue); color: white; border-radius: 0 0 10px 10px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(20, 32, 57, .08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; width: 164px; flex: 0 0 164px; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .9rem; color: #3d4960; }
.main-nav a { position: relative; white-space: nowrap; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -7px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--copper); transition: transform .2s ease; }
.main-nav a:not(.nav-cta):hover::after, .main-nav a:not(.nav-cta):focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 15px; color: white; background: var(--blue); border-radius: 999px; box-shadow: 0 8px 18px rgba(39, 90, 162, .18); }
.nav-cta:hover { background: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: min(735px, calc(100vh - 82px)); display: flex; align-items: center; overflow: hidden; background: var(--ink-deep); color: white; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 15, 33, .91) 0%, rgba(7, 18, 38, .62) 45%, rgba(7, 18, 38, .08) 100%), linear-gradient(0deg, rgba(4, 11, 24, .55), transparent 48%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: center; padding-block: 90px 110px; }
.hero-copy { max-width: 740px; }
.eyebrow, .section-kicker, .index-label, .hero-card-kicker, .assistant-kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 750; }
.eyebrow { color: #d5e5ff; }
.hero h1 { margin: 0; font-size: clamp(3rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.055em; font-weight: 650; }
.hero h1 span { color: #bed9ff; }
.hero-lead { max-width: 570px; margin: 28px 0 0; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.5; color: #f0f5ff; }
.hero-actions, .location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; font-size: .92rem; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 14px 26px rgba(39, 90, 162, .2); }
.button-primary:hover { background: var(--blue-bright); box-shadow: 0 18px 34px rgba(39, 90, 162, .3); }
.button-ghost { color: white; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.07); }
.button-ghost:hover { background: rgba(255,255,255,.16); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--blue); }
.button-full { width: 100%; border: 0; }
.hero-disclaimer { margin: 18px 0 0; max-width: 630px; color: rgba(237, 244, 255, .75); font-size: .79rem; }
.hero-card { justify-self: end; width: min(100%, 320px); padding: 25px; background: rgba(248, 250, 255, .93); color: var(--ink); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); box-shadow: 0 24px 70px rgba(2, 11, 27, .26); }
.hero-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hero-card-kicker { margin: 0; color: var(--blue); font-size: .68rem; }
.signal-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--copper); box-shadow: 0 0 0 5px rgba(188, 128, 101, .13); }
.hero-card strong { display: block; margin-top: 22px; font-size: 5.1rem; line-height: .88; letter-spacing: -.08em; font-weight: 650; }
.hero-card > span:not(.hero-card-kicker):not(.signal-dot) { display: block; margin-top: 7px; color: var(--muted); font-size: .9rem; }
.hero-card-line { height: 1px; margin: 21px 0 17px; background: var(--line); }
.hero-card-facts { display: grid; gap: 11px; color: var(--muted); font-size: .86rem; }
.hero-card-facts span { display: flex; gap: 7px; align-items: baseline; }
.hero-card-facts b { color: var(--ink); font-weight: 750; }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; left: 50%; display: flex; flex-direction: column; gap: 2px; align-items: center; color: rgba(255,255,255,.8); transform: translateX(-50%); font-size: .68rem; text-transform: uppercase; letter-spacing: .15em; }
.scroll-cue i { font-style: normal; font-size: 1.2rem; line-height: 1; }

.project-index { background: var(--paper); border-bottom: 1px solid var(--line); }
.index-inner { display: flex; align-items: center; gap: 28px; min-height: 71px; }
.index-label { flex: 0 0 auto; margin: 0; color: var(--blue); font-size: .67rem; }
.index-links { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; font-size: .88rem; color: #526079; }
.index-links a:hover { color: var(--blue); }

.quick-facts { background: var(--ink); color: white; }
.facts-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.fact { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.14); }
.fact:first-child { padding-left: 0; }
.fact:last-child { border-right: 0; }
.fact-number { font-size: 1.75rem; line-height: 1.1; letter-spacing: -.04em; font-weight: 600; color: #d2e3ff; }
.fact-label { margin-top: 5px; color: rgba(255,255,255,.63); font-size: .78rem; line-height: 1.35; }

.section { padding: 115px 0; }
.section-kicker { color: var(--blue); }
.section h2 { margin: 0; font-size: clamp(2rem, 4.1vw, 4.25rem); line-height: 1.03; letter-spacing: -.055em; font-weight: 650; }
.section-intro { max-width: 700px; }
.section-intro > p:last-child { max-width: 640px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.intro-section { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 90px; align-items: start; }
.intro-section h2 em { color: var(--blue); font-style: normal; }
.intro-text { max-width: 560px; color: #4f5c71; font-size: 1.07rem; }
.intro-text p { margin: 0 0 19px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; color: var(--blue); font-weight: 750; font-size: .93rem; }
.text-link:hover { color: var(--ink); }

.project-highlight { padding-top: 0; background: var(--cream); }
.highlight-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 88px; align-items: center; }
.highlight-visual { position: relative; }
.highlight-visual img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-caption { position: absolute; right: 16px; bottom: 15px; padding: 7px 11px; background: rgba(8, 19, 39, .75); color: white; border-radius: 999px; font-size: .7rem; }
.highlight-copy > p:not(.section-kicker) { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 1.02rem; }
.highlight-list { display: grid; gap: 19px; margin-top: 32px; }
.highlight-list > div { display: grid; grid-template-columns: 32px 1fr; column-gap: 12px; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.highlight-list span { grid-row: span 2; color: var(--copper); font-size: .72rem; font-weight: 800; letter-spacing: .06em; }
.highlight-list strong { font-size: .96rem; }
.highlight-list small { color: var(--muted); font-size: .83rem; }

.typologies-section { background: var(--ink-deep); color: white; }
.section-intro-light .section-kicker { color: #9fc4f5; }
.section-intro-light > p:last-child { color: rgba(239, 245, 255, .7); }
.typology-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 53px; }
.typology-card { min-height: 380px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(207, 225, 249, .23); border-radius: var(--radius-md); background: rgba(255,255,255,.045); }
.typology-card.featured { background: linear-gradient(145deg, rgba(54, 107, 183, .62), rgba(255,255,255,.06)); border-color: rgba(159, 196, 245, .45); }
.typology-card-top { display: flex; justify-content: space-between; gap: 14px; color: #aac8ef; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.typology-tag { text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.6); font-size: .65rem; }
.typology-card h3 { margin: 50px 0 13px; font-size: 1.8rem; letter-spacing: -.04em; line-height: 1.05; }
.typology-card p { margin: 0; color: rgba(238, 245, 255, .7); font-size: .95rem; line-height: 1.6; }
.typology-meta { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 24px; color: rgba(238,245,255,.6); font-size: .8rem; }
.typology-meta b { color: #e0edff; font-size: 1.55rem; font-weight: 600; }
.card-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 21px; color: #c7defb; font-size: .86rem; font-weight: 750; }
.card-link:hover { color: white; }
.metric-ribbon { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 15px; padding: 17px 21px; border-radius: var(--radius-md); background: rgba(255,255,255,.08); }
.metric-ribbon > div { padding: 5px 19px; border-right: 1px solid rgba(255,255,255,.15); }
.metric-ribbon > div:first-child { padding-left: 0; }
.metric-ribbon > div:last-child { border-right: 0; }
.metric-ribbon strong, .metric-ribbon span { display: block; }
.metric-ribbon strong { color: #d9eaff; font-size: .95rem; }
.metric-ribbon span { color: rgba(238,245,255,.56); font-size: .73rem; line-height: 1.4; }

.plants-section { background: var(--paper); }
.plant-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 53px; }
.plant-card { position: relative; overflow: hidden; min-height: 190px; border-radius: var(--radius-md); background: #eff3f8; }
.plant-card.plant-wide { grid-column: span 2; }
.plant-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.plant-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5, 15, 33, .74), transparent 58%); pointer-events: none; }
.plant-card span { position: absolute; z-index: 1; left: 15px; right: 13px; bottom: 13px; color: white; font-size: .78rem; font-weight: 700; line-height: 1.3; }
.plant-card span b { float: right; font-size: 1rem; }
.plant-card:hover img { transform: scale(1.045); }
.fine-note { margin: 19px 0 0; color: #7b8594; font-size: .77rem; }

.amenities-section { background: var(--blue-soft); }
.amenities-heading { display: flex; justify-content: space-between; gap: 70px; align-items: end; }
.amenities-lead { max-width: 360px; margin: 0 0 5px; color: #53647d; font-size: 1.05rem; }
.amenities-gallery { display: grid; grid-template-columns: 1.42fr .79fr .79fr; grid-template-rows: 230px 230px; gap: 13px; margin-top: 53px; }
.amenities-gallery figure { position: relative; overflow: hidden; min-height: 0; margin: 0; border-radius: var(--radius-md); background: var(--ink); }
.amenities-gallery .gallery-feature { grid-row: span 2; }
.amenities-gallery img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .35s ease; }
.amenities-gallery figure:hover img { transform: scale(1.04); }
.amenities-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,15,33,.82), transparent 65%); pointer-events: none; }
.amenities-gallery figcaption { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; color: white; }
.amenities-gallery figcaption b, .amenities-gallery figcaption span { display: block; }
.amenities-gallery figcaption b { font-size: .91rem; }
.amenities-gallery figcaption span { color: rgba(255,255,255,.7); font-size: .75rem; }
.amenities-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.amenities-list span { padding: 8px 12px; border: 1px solid rgba(39,90,162,.2); border-radius: 999px; color: #385172; background: rgba(255,255,255,.42); font-size: .8rem; }
.amenities-callout { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 42px; padding: 19px 21px; border-radius: var(--radius-md); background: white; box-shadow: 0 13px 34px rgba(39, 90, 162, .1); }
.amenities-callout > div { display: flex; align-items: center; gap: 13px; }
.callout-mark { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; color: white; background: var(--copper); }
.amenities-callout strong { font-size: .96rem; }

.location-section { background: var(--ink); color: white; }
.location-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 90px; align-items: center; }
.location-copy .section-kicker { color: #a8c9f5; }
.location-copy h2 { color: white; }
.location-copy > p:not(.section-kicker) { max-width: 580px; margin: 25px 0 0; color: rgba(239,245,255,.68); font-size: 1.04rem; }
.location-copy address { margin-top: 25px; color: #d7e8ff; font-style: normal; font-size: 1.12rem; line-height: 1.5; }
.text-link-light { color: #c6ddfb; }
.text-link-light:hover { color: white; }
.location-card { padding: 28px; border: 1px solid rgba(200, 225, 255, .22); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); }
.location-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid rgba(200,225,255,.17); color: #c9e0fc; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.location-pin { color: var(--copper); font-size: 1.4rem; line-height: 1; }
.location-card ul { padding: 0; margin: 0; list-style: none; }
.location-card li { display: grid; grid-template-columns: 29px 1fr; column-gap: 11px; padding: 16px 0; border-bottom: 1px solid rgba(200,225,255,.11); }
.location-card li:last-child { border-bottom: 0; }
.location-card li > span { grid-row: span 2; color: var(--copper); font-size: .72rem; font-weight: 800; }
.location-card li b, .location-card li small { display: block; }
.location-card li b { color: #f0f6ff; font-size: .91rem; }
.location-card li small { color: rgba(239,245,255,.54); font-size: .77rem; line-height: 1.35; }
.location-note { margin: 17px 0 0; color: rgba(239,245,255,.45); font-size: .72rem; line-height: 1.45; }

.contact-section { background: var(--copper); color: white; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 480px); gap: 90px; align-items: center; }
.contact-copy .section-kicker { color: #f8dfd2; }
.contact-copy h2 { max-width: 650px; }
.contact-copy > p:not(.section-kicker) { max-width: 590px; margin: 25px 0 0; color: rgba(255, 247, 242, .84); font-size: 1.06rem; }
.contact-benefits { display: flex; flex-wrap: wrap; gap: 11px 19px; margin-top: 28px; color: #fff4ed; font-size: .86rem; }
.lead-form { padding: 30px; border-radius: var(--radius-lg); color: var(--ink); background: white; box-shadow: 0 24px 60px rgba(57, 27, 18, .2); }
.form-step { display: flex; gap: 10px; align-items: center; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 800; }
.form-step span { color: var(--copper); }
.lead-form h3 { margin: 19px 0 20px; font-size: 1.7rem; line-height: 1.05; letter-spacing: -.04em; }
.lead-form label:not(.check-line) { display: block; margin: 14px 0 6px; color: #526079; font-size: .8rem; font-weight: 700; }
.lead-form label em { color: var(--copper); font-style: normal; }
.lead-form input:not([type="checkbox"]), .lead-form select { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid rgba(20,32,57,.18); border-radius: 10px; outline: none; color: var(--ink); background: #fbfcfe; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(39,90,162,.12); }
.lead-form select { appearance: auto; }
.check-line { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0 19px; color: #6d7789; font-size: .73rem; line-height: 1.4; }
.check-line input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--blue); }
.form-status { min-height: 22px; margin: 9px 0 0; color: var(--blue); font-size: .78rem; }
.form-note { margin: 6px 0 0; color: #858d9a; font-size: .7rem; line-height: 1.4; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; list-style: none; color: var(--ink); font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--blue); font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: -4px 0 19px; color: var(--muted); font-size: .93rem; }

.closing-section { padding: 76px 0; background: linear-gradient(100deg, #e8eef7, #ffffff); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.closing-inner img { width: 154px; height: auto; }
.closing-inner p { max-width: 390px; margin: 0 auto 0 0; color: #53647d; font-size: 1rem; }
.site-footer { padding: 20px 0 28px; background: var(--paper); color: #778195; font-size: .72rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner a { color: var(--blue); font-weight: 700; }

.floating-whatsapp { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 17px 13px 14px; color: white; background: #1ca35c; border-radius: 999px; box-shadow: 0 13px 30px rgba(7, 75, 40, .28); font-size: .87rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #138347; }
.floating-whatsapp svg { width: 20px; height: 20px; fill: currentColor; }
.assistant-trigger { position: fixed; z-index: 43; left: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; min-height: 45px; padding: 11px 15px; border: 1px solid rgba(39,90,162,.2); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 12px 30px rgba(8,19,39,.15); font-size: .82rem; font-weight: 800; }
.assistant-trigger:hover { color: white; background: var(--blue); }
.assistant-spark { color: var(--copper); font-size: 1rem; }
.assistant-panel { position: fixed; z-index: 44; left: 22px; bottom: 78px; width: min(360px, calc(100vw - 44px)); padding: 19px; border: 1px solid rgba(39,90,162,.15); border-radius: 19px; color: var(--ink); background: white; box-shadow: 0 22px 60px rgba(8,19,39,.2); }
.assistant-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.assistant-kicker { display: block; margin: 0 0 3px; color: var(--blue); font-size: .62rem; }
.assistant-head strong { display: block; font-size: 1.05rem; }
.assistant-close { border: 0; background: transparent; color: var(--muted); font-size: 1.4rem; line-height: 1; }
.assistant-panel > p { margin: 15px 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.assistant-questions { display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-questions button { padding: 7px 10px; border: 1px solid rgba(39,90,162,.18); border-radius: 999px; color: var(--blue); background: #f5f8fd; font-size: .75rem; font-weight: 750; }
.assistant-questions button:hover { color: white; background: var(--blue); }
.assistant-answer { min-height: 48px; margin-top: 13px; padding: 11px; border-radius: 10px; color: #526079; background: #f6f7f9; font-size: .78rem; line-height: 1.4; }
.assistant-whatsapp { display: inline-block; margin-top: 14px; color: var(--blue); font-size: .79rem; font-weight: 800; }

.lightbox { position: fixed; z-index: 70; inset: 0; display: grid; place-items: center; padding: 35px; background: rgba(4,11,24,.9); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 94vw); max-height: 82vh; width: auto; height: auto; object-fit: contain; border-radius: 9px; box-shadow: 0 22px 65px rgba(0,0,0,.4); }
.lightbox p { position: absolute; bottom: 15px; left: 0; right: 0; margin: 0; color: rgba(255,255,255,.82); text-align: center; font-size: .8rem; }
.lightbox-close { position: absolute; top: 15px; right: 18px; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.08); font-size: 1.5rem; line-height: 1; }

@media (max-width: 1040px) {
  .main-nav { gap: 14px; }
  .hero-grid { gap: 40px; }
  .intro-grid, .highlight-grid, .location-grid, .contact-grid, .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(var(--container), calc(100% - 34px)); }
  .header-inner { min-height: 72px; }
  .brand { width: 140px; flex-basis: 140px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 17px 17px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 28px rgba(8,19,39,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 0; }
  .main-nav a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 7px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-grid { grid-template-columns: 1fr; align-content: center; padding-block: 70px 105px; }
  .hero-card { justify-self: start; width: min(100%, 350px); padding: 19px; }
  .hero-card strong { margin-top: 13px; font-size: 3.7rem; }
  .hero-card-line { margin: 14px 0 12px; }
  .hero-card-facts { grid-template-columns: repeat(3, 1fr); gap: 7px; font-size: .75rem; }
  .hero-card-facts span { display: block; }
  .index-inner { align-items: flex-start; flex-direction: column; gap: 9px; padding-block: 19px; }
  .index-links { gap: 8px 15px; font-size: .8rem; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .fact, .fact:first-child { min-height: 100px; padding: 15px 13px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .fact:nth-child(3) { border-right: 0; }
  .fact:nth-child(4), .fact:nth-child(5) { border-bottom: 0; }
  .fact:nth-child(4) { padding-left: 0; }
  .fact-number { font-size: 1.4rem; }
  .section { padding: 80px 0; }
  .intro-grid, .highlight-grid, .location-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .project-highlight { padding-top: 0; }
  .highlight-copy { max-width: 640px; }
  .typology-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 35px; }
  .typology-card { min-height: 300px; }
  .typology-card h3 { margin-top: 33px; }
  .metric-ribbon { grid-template-columns: 1fr; gap: 10px; }
  .metric-ribbon > div, .metric-ribbon > div:first-child { padding: 7px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .metric-ribbon > div:last-child { border-bottom: 0; }
  .plant-grid { grid-template-columns: repeat(2, 1fr); margin-top: 35px; }
  .plant-card.plant-wide { grid-column: span 2; }
  .amenities-heading { display: block; }
  .amenities-lead { margin-top: 22px; }
  .amenities-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: 220px 180px 180px; margin-top: 35px; }
  .amenities-gallery .gallery-feature { grid-column: span 2; grid-row: span 1; }
  .amenities-callout { align-items: flex-start; flex-direction: column; }
  .contact-grid { gap: 43px; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .closing-inner p { margin: 0; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 7px; }
  .assistant-trigger { left: 14px; bottom: 14px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (max-width: 500px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5,15,33,.93), rgba(7,18,38,.57)), linear-gradient(0deg, rgba(4,11,24,.75), transparent 55%); }
  .hero-grid { padding-block: 55px 115px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-card { width: 100%; }
  .hero-card-facts { font-size: .72rem; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact, .fact:first-child { min-height: 92px; padding: 13px 11px; }
  .fact:nth-child(2), .fact:nth-child(4) { border-right: 0; }
  .fact:nth-child(3) { border-right: 1px solid rgba(255,255,255,.14); }
  .fact:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,.14); padding-left: 11px; }
  .fact:nth-child(5) { grid-column: span 2; border-right: 0; border-bottom: 0; padding-left: 0; }
  .fact-number { font-size: 1.25rem; }
  .fact-label { font-size: .7rem; }
  .section { padding: 66px 0; }
  .section h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
  .intro-text, .section-intro > p:last-child { font-size: .98rem; }
  .plant-grid { grid-template-columns: 1fr; }
  .plant-card, .plant-card.plant-wide { grid-column: span 1; min-height: 205px; }
  .amenities-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(4, 190px); }
  .amenities-gallery .gallery-feature { grid-column: span 1; }
  .amenities-gallery figure { grid-column: span 1; }
  .location-actions { align-items: stretch; flex-direction: column; }
  .location-actions .text-link { justify-content: center; }
  .lead-form { padding: 21px 17px; }
  .floating-whatsapp { padding: 12px; }
  .floating-whatsapp span { display: none; }
  .assistant-trigger { padding: 11px 12px; }
  .assistant-trigger span:last-child { max-width: 80px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .lightbox { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
