:root {
  --ink: #10221d;
  --ink-deep: #071510;
  --forest: #173c31;
  --forest-2: #245c49;
  --sage: #8fa88f;
  --mint: #dbe9d8;
  --ivory: #f7f4ec;
  --sand: #ebe1cf;
  --white: #fffefa;
  --coral: #e58a69;
  --gold: #d7b26d;
  --line: rgba(16, 34, 29, .14);
  --shadow: 0 22px 70px rgba(7, 21, 16, .16);
  --radius: 28px;
  --container: min(1220px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -100px; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 90; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,21,16,.9); color: var(--white); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { background: rgba(7,21,16,.97); box-shadow: 0 10px 36px rgba(0,0,0,.2); }
.header-inner { min-height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 178px; height: 48px; }
.top-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.8vw, 38px); }
.top-nav a { position: relative; text-decoration: none; color: rgba(255,255,255,.76); font-size: .86rem; font-weight: 650; letter-spacing: .02em; transition: color .2s ease; }
.top-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.top-nav a:hover, .top-nav a:focus-visible { color: white; }
.top-nav a:hover::after, .top-nav a:focus-visible::after { right: 0; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: .9rem; font-weight: 750; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 0 20px; }
.button-large { min-height: 62px; padding: 0 30px; }
.button-primary { color: #0b1c16; background: linear-gradient(135deg, #f4d898, var(--gold)); box-shadow: 0 16px 38px rgba(215,178,109,.2); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 20px 46px rgba(215,178,109,.34); }
.button-light { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.4); background: transparent; }
.button-outline:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--white); text-decoration: none; font-size: .9rem; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.35); }
.dark-link { color: var(--ink); border-color: rgba(16,34,29,.35); }

.breadcrumb { display: flex; gap: 9px; padding-block: 15px; font-size: .78rem; color: rgba(255,255,255,.65); position: absolute; left: 50%; transform: translateX(-50%); z-index: 4; }
.breadcrumb a { text-decoration: none; }
.breadcrumb a:hover { color: white; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: calc(100vh - 80px); color: var(--white); background: var(--ink-deep); padding: 84px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 7% 5%, rgba(69,123,91,.22), transparent 32%), radial-gradient(circle at 75% 44%, rgba(215,178,109,.12), transparent 36%); }
.hero::after { content: "PALMS"; position: absolute; z-index: -1; left: -2vw; bottom: -8vw; font: 800 clamp(9rem, 24vw, 22rem)/.8 var(--serif); color: rgba(255,255,255,.025); letter-spacing: -.08em; }
.hero-glow { position: absolute; width: 680px; height: 680px; border: 1px solid rgba(215,178,109,.12); border-radius: 50%; left: -320px; top: -260px; box-shadow: 0 0 0 90px rgba(215,178,109,.025), 0 0 0 180px rgba(215,178,109,.018); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.16fr; gap: clamp(38px, 6vw, 88px); align-items: center; min-height: 710px; padding-bottom: 68px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: rgba(255,255,255,.68); font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: rgba(16,34,29,.62); }
.section-heading.light .eyebrow { color: rgba(255,255,255,.65); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 720px; margin: 0; font: 500 clamp(3.2rem, 6.2vw, 6.9rem)/.88 var(--serif); letter-spacing: -.065em; }
.hero-slogan { max-width: 650px; margin: 28px 0 20px; font: 400 clamp(1.38rem, 2.4vw, 2rem)/1.2 var(--serif); color: rgba(255,255,255,.88); }
.hero-slogan em { color: var(--gold); }
.hero-intro { max-width: 590px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.02rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero-facts { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 630px; margin: 46px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.14); }
.hero-facts li { display: grid; gap: 1px; padding: 22px 20px 0 0; }
.hero-facts li + li { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.hero-facts strong { font: 500 clamp(1.5rem, 2vw, 2.2rem)/1 var(--serif); }
.hero-facts span { color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-media { position: relative; align-self: stretch; min-height: 610px; margin: 0; border-radius: 180px 24px 24px 24px; overflow: hidden; background: var(--forest); box-shadow: var(--shadow); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,16,12,.64), transparent 48%); pointer-events: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(7,21,16,.66); backdrop-filter: blur(10px); font-size: .72rem; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #75da9a; box-shadow: 0 0 0 5px rgba(117,218,154,.15); }
.hero-badge { position: absolute; z-index: 2; top: 28px; right: 28px; display: grid; gap: 3px; padding: 16px 18px; border-radius: 16px; color: var(--ink); background: rgba(255,254,250,.9); backdrop-filter: blur(14px); }
.hero-badge span { font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-badge strong { font: 600 1.13rem/1.15 var(--serif); }
.marquee { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font: 500 .78rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.marquee i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.section { padding: clamp(82px, 10vw, 138px) 0; }
.section-ivory { background: var(--ivory); }
.section-sand { background: var(--sand); }
.section-dark { color: var(--white); background: var(--ink-deep); }
.split-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.section-heading h2 { max-width: 790px; margin: 0; font: 500 clamp(2.5rem, 4.8vw, 5.1rem)/.98 var(--serif); letter-spacing: -.05em; }
.section-heading.light h2 { color: var(--white); }
.section-heading > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 0; color: rgba(255,255,255,.62); }
.lead-copy { font-size: 1.08rem; color: rgba(16,34,29,.72); }
.lead-copy p { margin: 0 0 22px; }
.lead-copy p:first-child::first-letter { float: left; margin: 4px 10px 0 0; font: 500 4.1rem/.76 var(--serif); color: var(--forest-2); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 72px; }
.fact-card { min-height: 280px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.42); }
.fact-card-accent { color: white; background: var(--forest); border-color: var(--forest); }
.fact-number { margin-bottom: auto; font: 500 clamp(2.6rem, 4vw, 4.6rem)/1 var(--serif); letter-spacing: -.05em; }
.fact-card h3 { margin: 40px 0 8px; font: 600 1.22rem/1.2 var(--serif); }
.fact-card p { margin: 0; color: rgba(16,34,29,.6); font-size: .86rem; }
.fact-card-accent p { color: rgba(255,255,255,.65); }

.technical-layout { display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(58px, 9vw, 130px); align-items: start; }
.technical-copy { position: sticky; top: 120px; }
.technical-copy h2 { max-width: 500px; margin: 0; font: 500 clamp(2.7rem, 4.2vw, 4.7rem)/.96 var(--serif); letter-spacing: -.05em; }
.technical-copy > p:not(.eyebrow) { max-width: 490px; margin: 24px 0 30px; color: rgba(255,255,255,.6); }
.technical-list { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.technical-list div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.technical-list dt { color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.technical-list dd { margin: 0; font: 500 1.08rem/1.4 var(--serif); }

.section-title-row { display: flex; justify-content: space-between; align-items: end; gap: 44px; margin-bottom: 52px; }
.section-title-row .section-heading { max-width: 800px; }
.section-note { max-width: 410px; margin: 0; color: rgba(16,34,29,.62); font-size: .9rem; }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: minmax(310px, 35vw); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 22px; padding: 0; background: #cfc6b6; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,21,16,.72)); }
.gallery-item span { position: absolute; z-index: 2; left: 20px; bottom: 17px; color: white; font-size: .82rem; font-weight: 750; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.035); }
.gallery-item-wide { grid-row: span 2; }
.gallery-extra { display: none; }
.gallery-grid.expanded .gallery-extra { display: block; }
.gallery-control { display: flex; justify-content: center; margin-top: 30px; }

.typology-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.typology-card { min-height: 370px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #f0ecdf; }
.typology-featured { color: white; background: var(--forest); border-color: var(--forest); }
.typology-index { color: var(--coral); font: 600 .75rem/1 var(--sans); letter-spacing: .16em; }
.typology-card h3 { margin: auto 0 14px; font: 500 clamp(1.8rem, 3vw, 3rem)/1 var(--serif); letter-spacing: -.04em; }
.typology-card p { margin: 0 0 20px; color: rgba(16,34,29,.67); }
.typology-featured p { color: rgba(255,255,255,.68); }
.typology-card ul { margin: 0; padding: 18px 0 0; list-style: none; border-top: 1px solid var(--line); }
.typology-featured ul { border-color: rgba(255,255,255,.16); }
.typology-card li { padding: 4px 0; font-size: .82rem; }
.typology-card li::before { content: "—"; margin-right: 8px; color: var(--coral); }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.plan-card { display: grid; overflow: hidden; padding: 0; border: 1px solid var(--line); border-radius: 20px; background: white; text-align: left; cursor: zoom-in; box-shadow: 0 8px 30px rgba(16,34,29,.05); }
.plan-card img { width: 100%; aspect-ratio: 1.45; object-fit: contain; background: white; transition: transform .3s ease; }
.plan-card:hover img { transform: scale(1.02); }
.plan-card > span { display: grid; gap: 4px; padding: 20px; border-top: 1px solid var(--line); }
.plan-card strong { font: 600 1.12rem/1.2 var(--serif); }
.plan-card small { color: rgba(16,34,29,.58); }
.centered-action { display: flex; justify-content: center; margin-top: 34px; }

.section-pool { position: relative; isolation: isolate; min-height: 790px; display: flex; align-items: end; color: white; background: var(--ink-deep) url("assets/images/obra-0069.webp") center/cover no-repeat; }
.pool-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,21,16,.97) 0%, rgba(7,21,16,.84) 45%, rgba(7,21,16,.33) 100%), linear-gradient(to top, rgba(7,21,16,.8), transparent 60%); }
.leisure-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 110px); align-items: end; }
.leisure-layout .section-heading > p:last-child { margin-top: 24px; color: rgba(255,255,255,.68); }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.amenity-grid span { min-height: 104px; display: flex; align-items: end; padding: 16px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); background: rgba(7,21,16,.15); backdrop-filter: blur(7px); font: 600 .92rem/1.25 var(--serif); }

.light-row { align-items: end; }
.light-note { color: rgba(255,255,255,.58); }
.progress-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.progress-grid figure { overflow: hidden; margin: 0; border-radius: 24px; background: var(--forest); }
.progress-grid img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.progress-grid figcaption { padding: 16px 20px; color: rgba(255,255,255,.7); font-size: .82rem; }
.status-note { display: grid; grid-template-columns: 170px 1fr; gap: 30px; margin-top: 40px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.status-note strong { color: var(--gold); font-family: var(--serif); }
.status-note p { margin: 0; color: rgba(255,255,255,.64); font-size: .88rem; }

.video-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(55px, 9vw, 130px); align-items: start; }
.video-layout .section-note { margin-top: 22px; }
.video-links { border-top: 1px solid var(--line); }
.video-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease, background .2s ease; }
.video-links a:hover { padding-left: 12px; background: rgba(255,255,255,.35); }
.play-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-size: .7rem; }
.video-links a > span:nth-child(2) { display: grid; }
.video-links strong { font: 600 1.2rem/1.3 var(--serif); }
.video-links small { color: rgba(16,34,29,.56); }
.video-links b { font-size: 1.3rem; }

.location-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; }
.location-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 5vw, 70px); border-radius: var(--radius); background: var(--ivory); }
.location-card h2 { margin: 0 0 28px; font: 500 clamp(2.3rem, 4vw, 4rem)/1 var(--serif); letter-spacing: -.045em; }
.location-card address { display: grid; gap: 5px; margin: 0 0 24px; padding: 19px 0; border-block: 1px solid var(--line); font-style: normal; }
.location-card address span { color: rgba(16,34,29,.58); font-size: .82rem; }
.location-card address strong { font: 600 1.08rem/1.3 var(--serif); }
.location-card > p { color: rgba(16,34,29,.66); }
.location-card .button { align-self: flex-start; margin-top: 12px; }
.masterplan-card { min-height: 650px; overflow: hidden; border-radius: var(--radius); background: white; }
.masterplan-card button { position: relative; width: 100%; height: 100%; padding: 0; border: 0; background: white; cursor: zoom-in; }
.masterplan-card img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.masterplan-card button span { position: absolute; left: 20px; right: 20px; bottom: 18px; display: flex; justify-content: space-between; padding: 13px 16px; border-radius: 12px; color: white; background: rgba(7,21,16,.88); font-size: .82rem; font-weight: 700; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience-grid article { min-height: 390px; display: flex; flex-direction: column; padding: clamp(34px, 5vw, 62px); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.audience-grid article:nth-child(2) { color: white; background: var(--forest); border-color: var(--forest); }
.audience-label { margin-bottom: auto; color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audience-grid h2 { margin: 45px 0 16px; font: 500 clamp(2.2rem, 3.8vw, 4rem)/1 var(--serif); letter-spacing: -.045em; }
.audience-grid p { margin: 0; color: rgba(16,34,29,.65); }
.audience-grid article:nth-child(2) p { color: rgba(255,255,255,.68); }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font: 500 1.22rem/1.35 var(--serif); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 24px; color: rgba(255,255,255,.62); }

.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.related-card { overflow: hidden; border-radius: 22px; background: var(--ivory); box-shadow: 0 8px 26px rgba(16,34,29,.06); }
.related-card a { height: 100%; display: flex; flex-direction: column; padding: 12px 12px 22px; text-decoration: none; }
.related-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; transition: transform .5s ease; }
.related-card:hover img { transform: scale(1.02); }
.related-meta { margin: 18px 8px 5px; color: var(--coral); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.related-card h3 { margin: 0 8px 9px; font: 600 1.45rem/1.05 var(--serif); letter-spacing: -.025em; }
.related-card p { margin: 0 8px 20px; color: rgba(16,34,29,.6); font-size: .83rem; }
.related-card b { display: flex; justify-content: space-between; margin: auto 8px 0; padding-top: 15px; border-top: 1px solid var(--line); font-size: .78rem; }
.related-card i { font-style: normal; }

.closing-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(110px, 14vw, 190px) 0; color: white; background: var(--forest); text-align: center; }
.closing-visual { position: absolute; z-index: -1; inset: 0; opacity: .25; background: linear-gradient(rgba(7,21,16,.35), rgba(7,21,16,.8)), url("assets/images/hero.webp") center/cover; }
.closing-inner { display: grid; justify-items: center; }
.closing-inner .eyebrow { justify-content: center; }
.closing-inner h2 { max-width: 900px; margin: 0; font: 500 clamp(3rem, 6vw, 6.5rem)/.92 var(--serif); letter-spacing: -.06em; }
.closing-inner > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.73); }

.site-footer { padding: 70px 0 34px; color: white; background: #04100c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 54px; padding-bottom: 42px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid img { margin-bottom: 12px; }
.footer-grid strong { margin-bottom: 8px; color: var(--gold); font: 600 1rem/1 var(--serif); }
.footer-grid a { color: rgba(255,255,255,.65); text-decoration: none; font-size: .83rem; }
.footer-grid a:hover { color: white; }
.footer-grid p { max-width: 440px; margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; }
.legal-note { display: flex; justify-content: space-between; gap: 50px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.13); }
.legal-note p { max-width: 880px; margin: 0; color: rgba(255,255,255,.4); font-size: .68rem; }
.legal-note p:last-child { white-space: nowrap; }

.whatsapp-float { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 11px; padding: 11px 18px 11px 12px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white; background: #0d9f62; text-decoration: none; box-shadow: 0 18px 44px rgba(4,63,37,.32); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 22px 55px rgba(4,63,37,.42); }
.whatsapp-float svg { width: 29px; height: 29px; fill: white; }
.whatsapp-float span { display: grid; line-height: 1.15; }
.whatsapp-float small { font-size: .61rem; opacity: .78; }
.whatsapp-float strong { font-size: .82rem; }

.sol-widget { position: fixed; z-index: 81; left: 24px; bottom: 24px; }
.sol-trigger { display: flex; align-items: center; gap: 11px; min-width: 194px; padding: 9px 17px 9px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: white; background: rgba(7,21,16,.94); box-shadow: 0 16px 46px rgba(0,0,0,.24); backdrop-filter: blur(12px); cursor: pointer; }
.sol-trigger > span:last-child { display: grid; text-align: left; line-height: 1.13; }
.sol-trigger small { color: var(--gold); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.sol-trigger strong { font-size: .78rem; }
.sol-orbit { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(215,178,109,.55); border-radius: 50%; }
.sol-orbit::before { content: ""; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #fff3c6, var(--gold)); box-shadow: 0 0 18px rgba(215,178,109,.7); }
.sol-orbit i { position: absolute; width: 4px; height: 4px; right: 1px; top: 5px; border-radius: 50%; background: var(--coral); }
.sol-panel { position: absolute; left: 0; bottom: 62px; width: min(370px, calc(100vw - 32px)); overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; color: white; background: #0b2019; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.sol-panel[hidden] { display: none; }
.sol-panel header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
.sol-avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-family: var(--serif); font-weight: 700; }
.sol-panel header div { display: grid; line-height: 1.2; }
.sol-panel header strong { font-size: .82rem; }
.sol-panel header small { color: rgba(255,255,255,.52); font-size: .67rem; }
.sol-panel header button { border: 0; color: rgba(255,255,255,.7); background: transparent; font-size: 1.5rem; cursor: pointer; }
.sol-body { padding: 18px; }
.sol-body > p { margin: 0 0 16px; color: rgba(255,255,255,.72); font-size: .83rem; }
.sol-options { display: grid; gap: 8px; }
.sol-options button, .sol-options a { padding: 10px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; color: white; background: rgba(255,255,255,.06); text-align: left; text-decoration: none; font-size: .76rem; cursor: pointer; }
.sol-options button:hover, .sol-options a:hover { background: rgba(255,255,255,.12); }
.sol-response { min-height: 0; margin-top: 0; color: var(--gold); font-size: .76rem; }
.sol-response:not(:empty) { margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.sol-panel footer { padding: 10px 18px; color: rgba(255,255,255,.42); background: rgba(0,0,0,.16); font-size: .63rem; }

.lightbox { width: min(1180px, calc(100% - 28px)); max-height: calc(100vh - 28px); margin: auto; padding: 0; border: 0; border-radius: 22px; overflow: hidden; color: white; background: #06110d; box-shadow: 0 30px 120px rgba(0,0,0,.6); }
.lightbox::backdrop { background: rgba(2,8,6,.86); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100vh - 100px); object-fit: contain; background: white; }
.lightbox > button { position: absolute; z-index: 3; top: 13px; right: 13px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(7,21,16,.84); font-size: 1.4rem; cursor: pointer; }
.lightbox p { margin: 0; padding: 13px 18px; color: rgba(255,255,255,.68); font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: auto 1fr; }
  .top-nav { justify-content: flex-end; }
  .header-inner > .button { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-media { border-radius: 120px 22px 22px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); --radius: 22px; }
  html { scroll-padding-top: 126px; }
  .site-header { overflow: hidden; }
  .header-inner { grid-template-columns: 1fr; gap: 8px; min-height: 112px; padding: 11px 0 9px; }
  .brand img { width: 150px; height: auto; }
  .top-nav { width: calc(100vw - 28px); justify-content: flex-start; gap: 22px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .top-nav::-webkit-scrollbar { display: none; }
  .top-nav a { flex: 0 0 auto; font-size: .75rem; }
  .breadcrumb { padding-top: 13px; font-size: .7rem; }
  .hero { padding-top: 74px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 18px; }
  h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
  .hero-media { min-height: 520px; border-radius: 100px 18px 18px; }
  .marquee { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .split-intro, .technical-layout, .leisure-layout, .video-layout, .location-layout, .faq-layout { grid-template-columns: 1fr; }
  .technical-copy { position: static; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .gallery-item-wide { grid-row: auto; }
  .typology-grid, .plans-grid { grid-template-columns: 1fr; }
  .typology-card { min-height: 310px; }
  .section-pool { min-height: 920px; }
  .pool-overlay { background: linear-gradient(to top, rgba(7,21,16,.98), rgba(7,21,16,.6)); }
  .progress-grid, .audience-grid { grid-template-columns: 1fr; }
  .masterplan-card { min-height: 540px; }
  .section-title-row { align-items: start; flex-direction: column; }
  .status-note { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-note { flex-direction: column; }
  .legal-note p:last-child { white-space: normal; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 108px; }
  .hero { padding-top: 66px; }
  .hero-grid { padding-bottom: 46px; }
  .eyebrow { font-size: .64rem; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.4rem); }
  .hero-slogan { font-size: 1.35rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: center; }
  .hero-facts { grid-template-columns: 1fr; border-top: 0; }
  .hero-facts li { grid-template-columns: auto 1fr; align-items: baseline; gap: 12px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); }
  .hero-facts li + li { padding-left: 0; border-left: 0; }
  .hero-media { min-height: 420px; border-radius: 70px 16px 16px; }
  .hero-badge { top: 16px; right: 16px; }
  .hero-media figcaption { left: 14px; bottom: 14px; }
  .section-heading h2 { font-size: clamp(2.4rem, 12vw, 3.3rem); }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-card { min-height: 240px; }
  .technical-list div { grid-template-columns: 1fr; gap: 6px; }
  .gallery-grid { grid-auto-rows: 340px; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .amenity-grid span { min-height: 92px; }
  .section-pool { min-height: 1040px; }
  .location-card { padding: 30px 24px; }
  .masterplan-card { min-height: 390px; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .whatsapp-float { right: 12px; bottom: 12px; padding-right: 13px; }
  .whatsapp-float small { display: none; }
  .sol-widget { left: 12px; bottom: 12px; }
  .sol-trigger { min-width: 0; padding-right: 10px; }
  .sol-trigger > span:last-child { display: none; }
  .sol-panel { left: 0; bottom: 58px; width: calc(100vw - 24px); }
}

