:root {
  --navy-950: #06131f;
  --navy-900: #081b2b;
  --navy-800: #0c2940;
  --navy-700: #123b56;
  --gold: #c8ae70;
  --gold-light: #e2d2a9;
  --paper: #ffffff;
  --off-white: #f5f4f0;
  --soft-blue: #eef2f4;
  --ink: #16232c;
  --text: #52606a;
  --muted: #7a858d;
  --line: rgba(8, 27, 43, .11);
  --green: #22a768;
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow-sm: 0 12px 34px rgba(6, 19, 31, .08);
  --shadow-lg: 0 30px 80px rgba(6, 19, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: -.012em; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: "Outfit", Inter, sans-serif; }
h1, h2 { font-weight: 700; line-height: 1.04; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.35rem, 6.5vw, 6.2rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4.2vw, 4.1rem); }
h3 { font-weight: 600; line-height: 1.25; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.eyebrow, .section-kicker { display: inline-flex; margin-bottom: 18px; align-items: center; gap: 10px; color: var(--navy-700); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { width: 28px; height: 1px; content: ""; background: currentColor; }
.section-kicker.light { color: var(--gold); }
.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.section-heading p { max-width: 610px; margin: 0 auto; color: var(--muted); font-size: 1.06rem; }

/* Header */
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(6,19,31,.76); backdrop-filter: blur(15px); transition: background .35s ease, box-shadow .35s ease, border-color .35s ease; }
.site-header.is-scrolled { position: fixed; border-color: rgba(200,174,112,.2); background: rgba(6,19,31,.94); box-shadow: 0 12px 35px rgba(0,0,0,.16); animation: headerDrop .35s ease both; }
.header-inner { display: grid; min-height: 86px; grid-template-columns: 220px 1fr auto; gap: 32px; align-items: center; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 250px; max-height:80px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.main-nav { display: flex; gap: 30px; align-items: center; justify-content: center; }
.main-nav a { position: relative; padding: 32px 0 28px; color: rgba(255,255,255,.72); font-size: .83rem; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.main-nav a::after { position: absolute; right: 50%; bottom: 21px; left: 50%; height: 2px; content: ""; background: var(--gold); transition: right .2s ease, left .2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-contact { display: inline-flex; min-height: 44px; padding: 0 22px; border: 1px solid var(--gold); border-radius: 999px; align-items: center; justify-content: center; color: var(--navy-950); background: var(--gold); font-size: .83rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.header-contact:hover { transform: translateY(-2px); background: var(--gold-light); }

/* Hero */
.hero { --pointer-x: 76%; --pointer-y: 44%; position: relative; min-height: 840px; padding: 175px 0 100px; overflow: hidden; background: var(--navy-950); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .82; background: radial-gradient(circle at 76% 44%, rgba(25,72,103,.88), transparent 30%), radial-gradient(circle at 8% 90%, rgba(200,174,112,.1), transparent 30%), linear-gradient(110deg, #06131f 0%, #081b2b 52%, #0b263b 100%); }
.hero::after { position: absolute; right: -210px; bottom: -360px; width: 730px; height: 730px; border: 1px solid rgba(200,174,112,.18); border-radius: 50%; content: ""; }
.hero-grid::before { position: absolute; z-index: -1; top: var(--pointer-y); left: var(--pointer-x); width: 420px; height: 420px; border-radius: 50%; content: ""; transform: translate(-50%,-50%); opacity: .32; background: radial-gradient(circle, rgba(200,174,112,.18), transparent 68%); pointer-events: none; transition: top .18s ease-out, left .18s ease-out; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 65px; align-items: center; }
.hero-content { position: relative; z-index: 3; max-width: 650px; animation: heroCopyIn .9s .08s cubic-bezier(.2,.7,.2,1) both; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { color: var(--gold); }
.hero-lead { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.78); font-size: 1.15rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 27px; align-items: center; }
.button { display: inline-flex; min-height: 54px; padding: 0 27px; border: 0; border-radius: 999px; align-items: center; justify-content: center; font-size: .9rem; font-weight: 700; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--navy-950); background: var(--gold); box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.button-primary:hover { background: var(--gold-light); box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.trust-note { display: flex; margin-top: 45px; gap: 10px; align-items: center; color: rgba(255,255,255,.58); font-size: .86rem; }
.trust-icon { display: grid; width: 27px; height: 27px; border: 1px solid rgba(200,174,112,.45); border-radius: 50%; color: var(--gold); font-size: .76rem; place-items: center; }
.hero-visual { position: relative; display: flex; min-width: 0; align-items: center; justify-content: flex-end; }
.hero-video-frame { position: relative; width: min(100%, 540px); padding: 18px 0 18px 18px; animation: heroVideoIn 1s .18s cubic-bezier(.2,.7,.2,1) both; }
.hero-video-accent { position: absolute; z-index: 0; inset: 0 24px 0 0; border: 1px solid rgba(200,174,112,.5); border-radius: 25px; animation: framePulse 4s ease-in-out infinite; }
.hero-video { position: relative; z-index: 2; display: block; width: 100%; max-height: 570px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; object-fit: cover; background: #02080d; box-shadow: 0 32px 75px rgba(0,0,0,.42); transition: transform .4s ease, box-shadow .4s ease; }
.hero-video-frame:hover .hero-video { transform: translateY(-4px) scale(1.008); box-shadow: 0 38px 90px rgba(0,0,0,.52); }
.hero-video-label { position: absolute; z-index: 3; right: -10px; bottom: 0; display: flex; padding: 13px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; align-items: center; gap: 10px; color: #fff; background: rgba(6,19,31,.92); font-size: .72rem; font-weight: 600; backdrop-filter: blur(10px); }
.hero-video-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(200,174,112,.14); }
.hero-shape { display: none; }

/* Contact highlight */
.contact-strip { position: relative; z-index: 5; margin-top: -56px; }
.contact-card { display: grid; padding: 38px 42px; border: 1px solid rgba(200,174,112,.4); border-radius: var(--radius-md); grid-template-columns: .78fr 1.35fr auto; gap: 40px; align-items: center; background: #fff; box-shadow: var(--shadow-lg); }
.contact-heading .section-kicker { margin-bottom: 9px; }
.contact-heading h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.025em; }
.contact-copy p { margin: 0 0 11px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.contact-links { display: flex; gap: 18px; flex-wrap: wrap; }
.contact-links a { color: var(--navy-800); font-size: .82rem; font-weight: 700; overflow-wrap: anywhere; text-decoration: none; }
.button-whatsapp { color: #fff; background: var(--green); white-space: nowrap; box-shadow: 0 10px 25px rgba(34,167,104,.2); }
.button-whatsapp:hover { background: #188a55; }

/* Checklist */
.checklist-section { padding-top: 125px; background: #fff; }
.checklist-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.check-card { position: relative; min-height: 300px; padding: 35px 28px 30px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.check-card::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; transform: scaleX(0); background: var(--gold); transition: transform .25s ease; }
.check-card:hover { border-color: rgba(200,174,112,.42); transform: translateY(-7px); box-shadow: var(--shadow-sm); }
.check-card:hover::after { transform: scaleX(1); }
.check-number { position: absolute; top: 22px; right: 22px; color: rgba(8,27,43,.08); font-family: "Outfit", sans-serif; font-size: 2.6rem; font-weight: 700; }
.check-symbol { display: grid; width: 44px; height: 44px; margin-bottom: 27px; border-radius: 50%; color: var(--navy-950); background: var(--gold); font-size: .82rem; font-weight: 700; place-items: center; }
.check-card h3 { margin-bottom: 13px; font-size: 1.05rem; }
.check-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.7; }
.checklist-tip { display: flex; max-width: 800px; margin: 38px auto 0; padding: 20px 24px; border: 1px solid rgba(200,174,112,.3); border-radius: var(--radius-sm); gap: 14px; align-items: center; color: var(--navy-800); background: var(--off-white); }
.checklist-tip > span { display: grid; width: 29px; height: 29px; border: 1px solid var(--gold); border-radius: 50%; flex: 0 0 29px; font-family: serif; font-style: italic; place-items: center; }
.checklist-tip p { margin: 0; font-size: .88rem; }

/* Structure video */
.structure-section { position: relative; color: rgba(255,255,255,.72); overflow: hidden; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.structure-section::before { position: absolute; top: -280px; left: -250px; width: 600px; height: 600px; border: 1px solid rgba(200,174,112,.13); border-radius: 50%; content: ""; }
.structure-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 95px; align-items: center; }
.structure-copy h2 { color: #fff; }
.structure-copy > p { margin-bottom: 35px; color: rgba(255,255,255,.58); }
.structure-detail { display: grid; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.1); grid-template-columns: 38px 1fr; gap: 16px; }
.structure-detail > span { color: var(--gold); font-family: "Outfit", sans-serif; font-size: .73rem; font-weight: 700; letter-spacing: .1em; }
.structure-detail strong { display: block; margin-bottom: 3px; color: #fff; font-family: "Outfit", sans-serif; font-size: .95rem; }
.structure-detail p { margin: 0; color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.55; }
.structure-video-wrap { position: relative; padding: 20px 0 22px 20px; }
.video-accent { position: absolute; inset: 0 32px 0 0; border: 1px solid rgba(200,174,112,.46); border-radius: 24px; }
.structure-video { position: relative; z-index: 2; width: 100%; max-height: 590px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; object-fit: cover; background: #02080d; box-shadow: 0 30px 70px rgba(0,0,0,.38); }
.video-label { position: absolute; z-index: 3; right: -12px; bottom: 0; display: flex; padding: 13px 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; align-items: center; gap: 9px; color: #fff; background: rgba(6,19,31,.9); font-size: .72rem; font-weight: 600; backdrop-filter: blur(10px); }
.video-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(200,174,112,.13); }

/* About */
.welcome-section { position: relative; overflow: hidden; background: var(--off-white); }
.welcome-section::before { position: absolute; top: -250px; right: -250px; width: 560px; height: 560px; border: 1px solid rgba(200,174,112,.24); border-radius: 50%; content: ""; }
.welcome-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; align-items: center; }
.welcome-photo { position: relative; height: 640px; }
.welcome-photo::before { position: absolute; z-index: 0; inset: 28px -26px -28px 28px; border: 1px solid var(--gold); border-radius: 180px 180px 12px 12px; content: ""; }
.welcome-photo img { position: relative; z-index: 2; width: 100%; height: 100%; border-radius: 180px 180px 12px 12px; object-fit: cover; object-position: top center; background: var(--navy-800); box-shadow: var(--shadow-lg); }
.photo-outline { display: none; }
.welcome-content > p { color: #58666f; }
.welcome-content blockquote { margin: 34px 0 0; padding: 4px 0 4px 25px; border-left: 3px solid var(--gold); color: var(--navy-800); font-family: "Outfit", sans-serif; font-size: 1.25rem; font-weight: 500; line-height: 1.5; }

/* Trajectory */
.trajectory-section { position: relative; color: rgba(255,255,255,.74); overflow: hidden; background: linear-gradient(130deg, var(--navy-950), var(--navy-800)); }
.trajectory-section::after { position: absolute; right: -250px; bottom: -390px; width: 700px; height: 700px; border: 1px solid rgba(200,174,112,.14); border-radius: 50%; content: ""; }
.trajectory-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.trajectory-title { position: sticky; top: 40px; align-self: start; }
.trajectory-title h2 { color: #fff; }
.trajectory-title p { max-width: 390px; color: rgba(255,255,255,.54); }
.timeline { position: relative; }
.timeline::before { position: absolute; top: 8px; bottom: 12px; left: 7px; width: 1px; content: ""; background: rgba(200,174,112,.35); }
.timeline-item { position: relative; display: grid; padding-bottom: 26px; grid-template-columns: 16px 1fr; gap: 25px; }
.timeline-item > span { position: relative; z-index: 1; width: 15px; height: 15px; margin-top: 6px; border: 4px solid var(--navy-900); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold); }
.timeline-item p { margin: 0; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .95rem; }
.timeline-item:last-child p { border-bottom: 0; }

/* Gallery */
.gallery-section { position: relative; color: rgba(255,255,255,.72); overflow: hidden; background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); }
.gallery-section::before { position: absolute; top: -280px; right: -230px; width: 650px; height: 650px; border: 1px solid rgba(200,174,112,.13); border-radius: 50%; content: ""; }
.gallery-heading { position: relative; z-index: 2; }
.gallery-heading h2 { color: #fff; }
.gallery-heading p { color: rgba(255,255,255,.55); }
.gallery-grid { position: relative; z-index: 2; display: grid; grid-auto-flow: dense; grid-auto-rows: 245px; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-item { position: relative; min-width: 0; padding: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; overflow: hidden; cursor: zoom-in; background: #0a1c2a; box-shadow: 0 14px 35px rgba(0,0,0,.16); }
.gallery-item-large { grid-row: span 2; grid-column: span 2; }
.gallery-item-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .45s ease; }
.gallery-overlay { position: absolute; inset: 0; display: flex; padding: 20px; align-items: flex-end; gap: 11px; opacity: 0; color: #fff; background: linear-gradient(to top, rgba(6,19,31,.78), rgba(6,19,31,0) 60%); transition: opacity .35s ease; }
.gallery-overlay strong { font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; transform: translateY(10px); transition: transform .35s ease; }
.gallery-zoom { display: grid; width: 35px; height: 35px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; align-self: flex-end; color: var(--gold-light); font-size: 1.3rem; font-weight: 300; line-height: 1; place-items: center; transform: scale(.8); transition: transform .35s ease; backdrop-filter: blur(7px); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.055); filter: brightness(.83); }
.gallery-item:hover .gallery-overlay, .gallery-item:focus-visible .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay strong, .gallery-item:focus-visible .gallery-overlay strong { transform: translateY(0); }
.gallery-item:hover .gallery-zoom, .gallery-item:focus-visible .gallery-zoom { transform: scale(1); }
.gallery-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* Lightbox */
body.lightbox-open { overflow: hidden; }
.lightbox { position: fixed; z-index: 100; inset: 0; display: flex; padding: 38px 90px; visibility: hidden; align-items: center; justify-content: center; opacity: 0; background: rgba(3,10,16,.94); backdrop-filter: blur(12px); transition: opacity .28s ease, visibility .28s ease; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox-content { position: relative; display: flex; max-width: min(1100px, 82vw); max-height: 88vh; align-items: center; flex-direction: column; transform: scale(.96); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.lightbox.is-open .lightbox-content { transform: scale(1); }
.lightbox-content img { display: block; max-width: 100%; max-height: calc(88vh - 55px); border: 1px solid rgba(200,174,112,.28); border-radius: 12px; object-fit: contain; box-shadow: 0 35px 90px rgba(0,0,0,.5); }
.lightbox-content p { margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: .85rem; text-align: center; }
.lightbox-close, .lightbox-arrow { position: absolute; display: grid; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; place-items: center; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.lightbox-close:hover, .lightbox-arrow:hover { border-color: var(--gold); color: var(--gold-light); background: rgba(200,174,112,.1); }
.lightbox-close { top: 25px; right: 28px; width: 46px; height: 46px; font-size: 2rem; font-weight: 200; line-height: 1; }
.lightbox-arrow { top: 50%; width: 54px; height: 54px; font-size: 2.5rem; font-weight: 200; transform: translateY(-50%); }
.lightbox-arrow:hover { transform: translateY(-50%) scale(1.06); }
.lightbox-prev { left: 27px; }
.lightbox-next { right: 27px; }

/* Location */
.location-section { background: #fff; }
.location-card { display: grid; min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius-lg); grid-template-columns: .82fr 1.18fr; overflow: hidden; background: #fff; box-shadow: var(--shadow-lg); }
.location-copy { padding: 60px 58px; }
.city-label { display: inline-flex; margin-bottom: 18px; color: var(--navy-700); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.location-copy h3 { margin-bottom: 14px; color: var(--navy-800); font-size: 2rem; }
.location-copy > p { color: var(--muted); }
.parking-note { display: flex; margin: 31px 0; padding: 20px 0; border-block: 1px solid var(--line); gap: 15px; align-items: flex-start; }
.parking-note svg { width: 29px; flex: 0 0 29px; fill: var(--gold); }
.parking-note div { display: flex; flex-direction: column; }
.parking-note strong { color: var(--navy-800); font-size: .88rem; }
.parking-note span { color: var(--muted); font-size: .8rem; line-height: 1.5; }
.map-visual { position: relative; display: block; min-height: 450px; overflow: hidden; background-color: #e5e9eb; background-image: linear-gradient(30deg, transparent 45%, rgba(255,255,255,.78) 46%, rgba(255,255,255,.78) 51%, transparent 52%), linear-gradient(120deg, transparent 40%, rgba(255,255,255,.92) 41%, rgba(255,255,255,.92) 47%, transparent 48%), linear-gradient(-20deg, transparent 60%, rgba(8,27,43,.11) 61%, rgba(8,27,43,.11) 66%, transparent 67%); background-size: 170px 130px, 240px 180px, 220px 160px; text-decoration: none; }
.map-lines { position: absolute; inset: 0; opacity: .45; background: repeating-linear-gradient(65deg, transparent 0 69px, rgba(8,27,43,.14) 70px 72px, transparent 73px 140px); }
.map-pin { position: absolute; top: 41%; left: 52%; width: 60px; height: 60px; border-radius: 50% 50% 50% 0; transform: translate(-50%,-50%) rotate(-45deg); background: var(--navy-800); box-shadow: 0 15px 30px rgba(6,19,31,.27); }
.map-pin span { position: absolute; top: 19px; left: 19px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); }
.map-caption { position: absolute; right: 28px; bottom: 28px; left: 28px; display: flex; padding: 21px 23px; border: 1px solid rgba(255,255,255,.8); border-radius: 13px; flex-direction: column; color: var(--navy-800); background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.map-caption span { color: var(--muted); font-size: .8rem; }

/* Closing */
.final-cta { position: relative; padding: 85px 0; color: #fff; overflow: hidden; background: linear-gradient(115deg, var(--navy-950), var(--navy-800)); }
.final-cta::after { position: absolute; top: -230px; right: 5%; width: 480px; height: 480px; border: 1px solid rgba(200,174,112,.16); border-radius: 50%; content: ""; }
.final-cta-inner { position: relative; z-index: 2; display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.final-cta h2 { max-width: 760px; margin-bottom: 12px; color: #fff; font-size: clamp(2.15rem, 4vw, 3.5rem); }
.final-cta p { margin: 0; color: rgba(255,255,255,.58); }
.button-light { flex-shrink: 0; color: var(--navy-950); background: var(--gold); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.button-light:hover { background: var(--gold-light); }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: flex; gap: 35px; align-items: center; justify-content: space-between; }
.footer-inner > img { width: 155px; max-height: 60px; object-fit: contain; }
.footer-inner p { margin: 0; color: var(--muted); font-size: .8rem; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: var(--navy-800); font-size: .78rem; font-weight: 700; text-decoration: none; }
.floating-whatsapp { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: grid; width: 58px; height: 58px; border: 3px solid #fff; border-radius: 50%; background: var(--green); box-shadow: 0 12px 30px rgba(34,167,104,.34); place-items: center; transition: transform .2s ease; animation: whatsappFloat 3s ease-in-out infinite; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 29px; fill: #fff; }

/* Motion system */
.motion-reveal { opacity: 0; will-change: transform, opacity; transition: opacity .75s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); }
.motion-reveal.reveal-up { transform: translateY(34px); }
.motion-reveal.reveal-left { transform: translateX(-38px); }
.motion-reveal.reveal-right { transform: translateX(38px); }
.motion-reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
.check-card .check-symbol { transition: transform .3s ease, background .3s ease; }
.check-card:hover .check-symbol { transform: rotate(-8deg) scale(1.08); background: var(--gold-light); }
.timeline-item > span { transition: transform .3s ease, box-shadow .3s ease; }
.timeline-item:hover > span { transform: scale(1.3); box-shadow: 0 0 0 7px rgba(200,174,112,.12); }
.map-pin { animation: mapPinFloat 2.8s ease-in-out infinite; }

@keyframes headerDrop { from { transform: translateY(-100%); } to { transform: translateY(0); } }
@keyframes heroCopyIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroVideoIn { from { opacity: 0; transform: translateX(46px) scale(.98); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes framePulse { 0%,100% { opacity: .55; transform: scale(1); } 50% { opacity: .95; transform: scale(1.012); } }
@keyframes whatsappFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes mapPinFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -8px; } }

@media (max-width: 1040px) {
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 20px; }
  .brand img { width: 165px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: .75rem; }
  .hero-grid { gap: 25px; }
  .contact-card { grid-template-columns: 1fr 1.25fr; }
  .contact-card .button { grid-column: 1 / -1; justify-self: start; }
  .checklist-grid { grid-template-columns: repeat(2, 1fr); }
  .welcome-grid { gap: 70px; }
  .structure-grid { gap: 55px; }
  .gallery-grid { grid-auto-rows: 215px; grid-template-columns: repeat(2, 1fr); }
  .trajectory-grid { gap: 75px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 1180px); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand img { width: 145px; max-height: 50px; }
  .main-nav { display: none; }
  .header-contact { min-height: 38px; padding: 0 15px; font-size: .72rem; }
  .hero { min-height: auto; padding: 125px 0 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 25px; }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-note { margin-top: 32px; }
  .hero-visual { padding: 20px 0 70px; }
  .hero-video-frame { width: 100%; padding: 12px 0 16px 12px; }
  .hero-video-accent { right: 18px; }
  .hero-video-label { right: 0; }
  .contact-strip { margin-top: 0; background: var(--navy-950); }
  .contact-card { position: relative; width: 100%; padding: 42px 25px 36px; border: 0; border-top: 4px solid var(--gold); border-radius: 0; grid-template-columns: 1fr; gap: 23px; overflow: hidden; background: linear-gradient(145deg, #fff 0%, #f7f4ec 100%); box-shadow: none; }
  .contact-card::after { position: absolute; top: -85px; right: -80px; width: 190px; height: 190px; border: 1px solid rgba(200,174,112,.28); border-radius: 50%; content: ""; pointer-events: none; }
  .contact-heading { position: relative; z-index: 1; text-align: center; }
  .contact-heading .section-kicker { display: flex; margin-bottom: 14px; justify-content: center; color: #8c6d27; font-size: 1rem; letter-spacing: .17em; }
  .contact-heading .section-kicker::before { width: 34px; }
  .contact-heading h2 { max-width: 350px; margin-right: auto; margin-left: auto; font-size: clamp(2rem, 9vw, 2.65rem); line-height: 1.06; letter-spacing: -.04em; }
  .contact-copy { position: relative; z-index: 1; text-align: center; }
  .contact-copy p { margin-bottom: 16px; color: #5f6870; font-size: .97rem; line-height: 1.7; }
  .contact-links { padding: 18px; border-top: 3px solid var(--gold); border-left: 0; border-radius: 10px; align-items: center; justify-content: center; background: rgba(255,255,255,.7); }
  .contact-links a { color: var(--navy-800); font-size: .88rem; }
  .contact-card .button { grid-column: auto; width: 100%; }
  .contact-card .button-whatsapp { min-height: 58px; font-size: .96rem; box-shadow: 0 14px 30px rgba(34,167,104,.22); }
  .contact-links { flex-direction: column; gap: 5px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .check-card { min-height: auto; }
  .structure-grid, .welcome-grid, .trajectory-grid, .location-card { grid-template-columns: 1fr; }
  .structure-grid { gap: 55px; }
  .structure-video-wrap { padding: 12px 0 18px 12px; }
  .video-accent { right: 18px; }
  .video-label { right: 0; }
  .gallery-grid { grid-auto-rows: 220px; grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery-item-large { grid-row: span 2; grid-column: span 2; }
  .gallery-item-wide { grid-column: span 2; }
  .gallery-overlay { opacity: 1; background: linear-gradient(to top, rgba(6,19,31,.6), transparent 55%); }
  .gallery-overlay strong { display: none; }
  .gallery-zoom { transform: scale(1); }
  .lightbox { padding: 70px 14px 80px; }
  .lightbox-content { max-width: 100%; }
  .lightbox-content img { max-height: calc(100vh - 165px); }
  .lightbox-close { top: 17px; right: 17px; }
  .lightbox-arrow { top: auto; bottom: 18px; width: 48px; height: 48px; transform: none; }
  .lightbox-arrow:hover { transform: scale(1.05); }
  .lightbox-prev { left: calc(50% - 58px); }
  .lightbox-next { right: calc(50% - 58px); }
  .welcome-grid { gap: 70px; }
  .welcome-photo { width: calc(100% - 20px); height: 540px; }
  .trajectory-grid { gap: 55px; }
  .trajectory-title { position: static; }
  .location-copy { padding: 38px 28px; }
  .map-visual { min-height: 390px; }
  .final-cta-inner, .footer-inner { align-items: flex-start; flex-direction: column; }
  .final-cta-inner .button { width: 100%; }
  .footer-inner { gap: 18px; }
  .footer-links { gap: 16px; flex-wrap: wrap; }
}

@media (max-width: 430px) {
  h1 { font-size: 3.15rem; }
  h2 { font-size: 2.35rem; }
  .welcome-photo { height: 480px; }
  .gallery-grid { grid-auto-rows: 185px; }
  .map-caption { right: 16px; bottom: 16px; left: 16px; }
}

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