:root {
  --ink: #12312e;
  --ink-soft: #53635f;
  --paper: #faf9f6;
  --sand: #e8dfd2;
  --cream: #fffdf8;
  --line: rgba(18, 49, 46, .14);
  --orange: #f7921d;
  --orange-dark: #d9750b;
  --heading: #1a2d6b;
  --navy: #0f1a42;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Montserrat", "Manrope", Arial, sans-serif;
  --script: "Caveat", cursive;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; }
body.lightbox-open { overflow: hidden; }
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; display: flex; align-items: center; gap: 24px; padding: 18px 5vw; color: white; transition: background .35s, color .35s, padding .35s, border-color .35s; }
.site-header.scrolled { padding-block: 11px; color: var(--ink); background: rgba(250, 249, 246, .93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; min-width: max-content; }
.brand-logo { width: 226px; height: auto; object-fit: contain; filter: drop-shadow(0 1px 2px rgba(0,0,0,.18)); }
.nav-links { display: flex; gap: 24px; margin-left: auto; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-links a { opacity: .82; }
.nav-links a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 38px; height: 38px; border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
body.nav-open { overflow: hidden; }
.lang-toggle { border: 0; padding: 8px; color: inherit; background: none; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; padding: 0 22px; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary, .button-small { color: #1d2119; background: var(--orange); }
.button-primary:hover, .button-small:hover { background: #ffab3d; }
.button-ghost { color: white; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.button-large { min-height: 60px; padding-inline: 34px; }
.hero { position: relative; height: 300vh; color: white; background: #0f1d1b; }
.hero-stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-canvas { display: block; width: 100%; height: 100%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,17,.72), rgba(5,18,17,.24) 52%, rgba(5,18,17,.48)), linear-gradient(0deg, rgba(5,18,17,.58), transparent 45%); }
.hero-beats { position: absolute; inset: 0; z-index: 2; }
.hero-beat { position: absolute; top: 0; bottom: 0; width: min(680px, 86vw); display: flex; flex-direction: column; justify-content: center; padding: clamp(72px, 10vh, 112px) 0 clamp(36px, 5vh, 64px); opacity: var(--beat-opacity, 0); transform: translate3d(calc((1 - var(--beat-opacity, 0)) * var(--beat-shift, -64px)), 0, 0); pointer-events: none; will-change: opacity, transform; }
.hero-beat.is-active { pointer-events: auto; }
.hero-beat:nth-child(odd) { right: 7vw; --beat-shift: 64px; }
.hero-beat:nth-child(even) { left: 7vw; --beat-shift: -64px; }
.hero-beat-intro { left: 0; right: 0; margin: 0 auto; width: min(960px, 92vw); text-align: center; align-items: center; --beat-shift: 0px; }
.hero-beat-intro h1 { font-size: clamp(52px, 7.5vw, 108px); max-width: none; }
.hero-beat h1 strong { color: white; }
.eyebrow { margin: 0 0 16px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.dark { color: var(--orange-dark); }
h1, h2 { margin: 0; font-family: var(--sans); font-weight: 800; letter-spacing: -.02em; }
h1 { max-width: 680px; font-size: clamp(36px, 4.8vw, 64px); line-height: .96; }
h2 { font-size: clamp(36px, 4.8vw, 68px); line-height: 1; }
h3 { margin: 0; font-family: var(--sans); font-weight: 800; font-size: 26px; line-height: 1.05; }
h1 strong, h2 strong, h3 strong { font-family: var(--sans); font-weight: 800; font-style: normal; color: var(--heading); }
h1 em, h2 em, h3 em { display: block; font-family: var(--script); font-weight: 400; color: var(--orange); font-style: normal; font-size: .74em; line-height: 1.3; letter-spacing: .01em; }
.experience-scroll h2 strong, .experience-beat h3 strong, .final-cta h2 strong { color: white; }
p { font-size: 16px; line-height: 1.8; }
.hero-beat p:not(.eyebrow) { max-width: 520px; margin: clamp(14px, 2vh, 24px) 0 clamp(18px, 2.5vh, 32px); color: rgba(255,255,255,.84); font-size: clamp(14px, 1.5vw, 17px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.scroll-cue { position: absolute; z-index: 2; right: 5vw; bottom: 8vh; width: 1px; height: 96px; background: rgba(255,255,255,.28); overflow: hidden; }
.scroll-cue span { display: block; width: 100%; height: 42%; background: white; animation: cue 2s ease-in-out infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 100% { transform: translateY(240%); } }
.quick-book { position: relative; z-index: 8; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; width: min(1120px, 90vw); margin: -42px auto 0; background: var(--line); box-shadow: 0 22px 70px rgba(18,49,46,.16); }
.quick-fact { display: flex; flex-direction: column; justify-content: center; gap: 6px; min-height: 84px; padding: 0 24px; background: var(--cream); }
.quick-fact strong { font-family: var(--serif); font-size: 32px; font-weight: 600; line-height: 1; color: var(--ink); }
.quick-fact span { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section { padding: 128px 8vw; }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 8vw; margin-bottom: 38px; }
.section-heading > p, .section-heading div + p { max-width: 380px; margin: 0; color: var(--ink-soft); }
.section-heading.compact { display: block; max-width: 760px; }
.section-copy p:not(.eyebrow) { max-width: 570px; color: var(--ink-soft); }
.faq { align-items: start; background: var(--sand); padding-block: 72px; }
.experience-simple { background: var(--paper); }
.experience-simple .eyebrow { margin-bottom: 56px; }
.experience-moments { display: grid; grid-template-columns: repeat(3, 1fr); }
.experience-moment { position: relative; padding: 44px 48px 64px 0; }
.experience-moment + .experience-moment { padding-left: 48px; border-left: 1px solid var(--line); }
.experience-moment:last-child { padding-right: 0; }
.experience-moment::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.experience-moment h2 { margin: 0; clip-path: inset(100% 0 0 0); transform: translateY(24px); transition: clip-path 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.experience-moment--1::before, .experience-moment--1 h2 { transition-delay: .05s; }
.experience-moment--2::before, .experience-moment--2 h2 { transition-delay: .28s; }
.experience-moment--3::before, .experience-moment--3 h2 { transition-delay: .5s; }
.experience-moments.is-visible .experience-moment::before { transform: scaleX(1); }
.experience-moments.is-visible .experience-moment h2 { clip-path: inset(0 0 0 0); transform: translateY(0); }
.gallery-scroll { position: relative; height: calc(100vh + 500vh); background: var(--navy); color: white; overflow: clip; }
.gallery-stage { position: sticky; top: 0; height: 100vh; overflow: hidden; padding: 0; }
.gallery-stage::after { content: ""; position: absolute; z-index: 2; inset: auto 0 0; height: 52%; background: linear-gradient(0deg, rgba(15,26,66,.92) 0%, rgba(15,26,66,.6) 40%, transparent 100%); pointer-events: none; }
.gallery-intro { position: absolute; z-index: 15; bottom: clamp(80px, 13vh, 120px); left: 8vw; width: min(780px, 84vw); margin-bottom: 0; }
.gallery-intro p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); }
.gallery-intro h2 { font-size: clamp(36px, 4.8vw, 68px); }
.gallery-intro h2 strong { color: white; }
.gallery-controls { position: absolute; z-index: 15; bottom: clamp(32px, 5vh, 52px); left: 8vw; display: flex; align-items: center; gap: 18px; }
.gallery-progress { width: min(320px, 40vw); height: 1px; background: rgba(255,255,255,.2); overflow: hidden; }
.gallery-progress span { display: block; width: var(--gallery-line-progress, 0%); height: 100%; background: var(--orange); transition: width .16s linear; }
.gallery-counter { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.gallery-deck { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.gallery-card { position: absolute; width: min(640px, 78vw); height: 70vh; border: 0; border-radius: 16px; overflow: hidden; padding: 0; background: var(--navy); cursor: zoom-in; box-shadow: 0 30px 80px rgba(0,0,0,.55); transform: translate3d(var(--card-x, 0px), 0, 0) rotate(var(--card-rotate, 0deg)) scale(var(--card-scale, 1)); opacity: var(--card-opacity, 1); z-index: var(--card-z, 5); transition: none; will-change: transform, opacity; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.section-bridge-image { position: fixed; z-index: 12; inset: 0; overflow: hidden; background: #0f1d1b; opacity: 0; pointer-events: none; transition: opacity .2s linear; }
.section-bridge-image.is-active { opacity: var(--bridge-fade, 1); }
.section-bridge-image img { width: 100%; height: 100%; object-fit: cover; }
.apartment-points { position: relative; height: calc(100vh + 420vh); background: #0f1d1b; color: white; }
.points-stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.points-bg { position: absolute; inset: 0; z-index: 0; }
.points-bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: var(--point-bg-opacity, 0); transition: none; will-change: opacity; }
.points-shade { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(4,18,17,.55) 0%, rgba(4,18,17,.15) 35%, rgba(4,18,17,.15) 60%, rgba(4,18,17,.78) 100%); }
.points-heading { position: absolute; z-index: 2; top: clamp(96px, 14vh, 140px); left: 8vw; right: 8vw; max-width: 640px; opacity: var(--heading-opacity, 1); transition: none; }
.points-heading h2 { font-size: clamp(36px, 4.8vw, 68px); }
.points-heading h2 strong { color: white; }
.points-row { position: absolute; z-index: 2; bottom: clamp(40px, 6vh, 72px); left: 8vw; right: 8vw; display: flex; flex-wrap: wrap; gap: 12px; }
.point-pill { padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.4); background: rgba(255,255,255,.08); backdrop-filter: blur(6px); color: white; font-size: 12px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; opacity: var(--pill-opacity, 0); transform: translate3d(0, var(--pill-y, 16px), 0); transition: none; will-change: opacity, transform; }
.point-pill.is-active { background: var(--orange); border-color: var(--orange); color: #1d2119; }
.apartment-cta { display: flex; justify-content: center; padding: 28px 6vw; background: var(--cream); }
.reasons { background: #12312e; color: white; }
.reasons .eyebrow { color: rgba(247,146,29,.9); }
.reason-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 42px; background: rgba(255,255,255,.2); }
.reason-grid article { min-height: 250px; padding: 26px 20px; background: #12312e; }
.reason-grid span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 44px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; color: var(--orange); font-size: 14px; font-weight: 800; }
.reason-grid p { color: rgba(255,255,255,.7); font-size: 13px; }
.visit { position: relative; overflow: hidden; background: var(--navy); color: white; }
.visit > .reveal, .visit > .place-list { position: relative; z-index: 2; }
.visit h2 strong { color: white; }
.visit-bg { position: absolute; inset: -18% 0; z-index: 0; opacity: .4; pointer-events: none; }
.visit-bg img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.visit-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,26,66,.55), rgba(15,26,66,.82)); pointer-events: none; }
.visit .place-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 38px; }
.visit .place-row { background: rgba(255,253,248,.92); }
.como-chegar { padding-bottom: 0; }
.como-chegar-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 8vw; margin-bottom: 38px; }
.como-chegar-header .eyebrow { margin-bottom: 16px; }
.como-chegar-map { margin: 0 -8vw; }
.como-chegar-map iframe { display: block; width: 100%; height: min(65vh, 680px); min-height: 480px; border: 0; filter: saturate(.82) contrast(.96); }
.text-link, .booking-secondary { display: inline-block; width: max-content; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.places-wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; align-items: stretch; }
.map-col { display: flex; flex-direction: column; gap: 14px; }
.map-col-label { margin: 0; }
.map-feature { position: relative; border-radius: 8px; overflow: hidden; box-shadow: 0 24px 80px rgba(18,49,46,.16); flex: 1; }
.map-feature iframe { display: block; width: 100%; height: min(68vh, 680px); min-height: 460px; border: 0; filter: saturate(.82) contrast(.96); }
.place-preview { position: absolute; z-index: 2; left: 16px; bottom: 16px; width: min(300px, 64%); aspect-ratio: 16 / 10; border-radius: 8px; overflow: hidden; box-shadow: 0 14px 34px rgba(18,49,46,.35); pointer-events: none; }
.place-preview img { width: 100%; height: 100%; object-fit: cover; }
.place-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,49,46,.8), transparent 58%); }
.place-preview-info { position: absolute; z-index: 1; bottom: 12px; left: 14px; color: var(--cream); }
.place-preview-info strong { display: block; font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); line-height: .9; color: var(--orange); }
.place-preview-info span { font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.place-list { display: flex; flex-direction: column; gap: 10px; }
.place-row { flex: 1; display: flex; align-items: center; gap: 14px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,253,248,.74); cursor: pointer; outline: none; transition: background .25s ease, border-color .25s ease; }
.place-row img { width: 56px; height: 56px; border-radius: 6px; object-fit: cover; flex-shrink: 0; transition: transform .3s ease; }
.place-row[data-full]:hover img { transform: scale(1.1); }
.place-row strong { color: var(--orange-dark); font-family: var(--serif); font-size: 32px; line-height: .9; flex-shrink: 0; }
.place-row span { font-size: 13px; font-weight: 700; }
.place-row[data-full] { cursor: zoom-in; }
.place-row:hover, .place-row:focus-visible, .place-row.is-active { border-color: rgba(247,146,29,.72); background: rgba(255,253,248,.96); }
.place-list--anim .place-row { clip-path: inset(100% 0 0 0); transform: translateY(12px); transition: clip-path .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1), background .25s ease, border-color .25s ease; }
.place-list--anim.is-visible .place-row { clip-path: inset(0 0 0 0); transform: translateY(0); }
.place-list--anim.is-visible .place-row:nth-child(1) { transition-delay: 0s; }
.place-list--anim.is-visible .place-row:nth-child(2) { transition-delay: .1s; }
.place-list--anim.is-visible .place-row:nth-child(3) { transition-delay: .2s; }
.place-list--anim.is-visible .place-row:nth-child(4) { transition-delay: .3s; }
.place-list--anim.is-visible .place-row:nth-child(5) { transition-delay: .4s; }
.place-list--anim.is-visible .place-row:nth-child(6) { transition-delay: .5s; }
.map-link-bottom { display: none; }
.details-list details { padding: 24px 0; border-bottom: 1px solid var(--line); }
.details-list summary { cursor: pointer; font-family: var(--sans); font-size: 18px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.details-list summary::-webkit-details-marker { display: none; }
.details-list summary::after { content: "+"; flex-shrink: 0; font-family: var(--sans); font-size: 22px; font-weight: 300; color: var(--ink-soft); transition: transform .25s ease; }
.details-list details[open] summary::after { transform: rotate(45deg); }
.details-list p { max-width: 620px; color: var(--ink-soft); }
.details-list details { opacity: 0; transform: translateY(36px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.details-list.is-visible details:nth-child(1) { transition-delay: 0s; }
.details-list.is-visible details:nth-child(2) { transition-delay: .12s; }
.details-list.is-visible details:nth-child(3) { transition-delay: .24s; }
.details-list.is-visible details:nth-child(4) { transition-delay: .36s; }
.details-list.is-visible details { opacity: 1; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.final-cta { position: relative; display: grid; place-items: center; min-height: 92vh; overflow: hidden; color: white; text-align: center; background: #101816; }
.cta-video, .cta-shade { position: absolute; inset: 0; }
.cta-shade { background: radial-gradient(circle at 50% 45%, rgba(6,22,20,.28), rgba(6,22,20,.82) 68%); }
.cta-content { position: relative; z-index: 2; width: min(820px, 88vw); }
.cta-content p:not(.eyebrow) { max-width: 560px; margin: 22px auto 28px; color: rgba(255,255,255,.78); }
.site-footer { background: var(--navy); color: white; padding: 64px 5vw 0; }
.footer-inner { max-width: 1240px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 56px; }
.footer-brand-col { display: flex; flex-direction: column; gap: 18px; }
.footer-brand { align-self: flex-start; }
.footer-brand .brand-logo { width: 220px; opacity: .92; }
.footer-tagline { margin: 0; color: rgba(255,255,255,.38); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-col { display: flex; flex-direction: column; gap: 11px; }
.footer-col-title { margin: 0 0 4px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.footer-col a { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 500; transition: color .2s; }
.footer-col a:hover { color: white; }
.social-band { display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 48px 6vw; background: var(--cream); border-top: 1px solid var(--line); }
.social-band-title { margin: 0; font-family: var(--sans); font-size: clamp(15px, 1.6vw, 17px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.social-band-icons { display: flex; justify-content: center; gap: 22px; }
.social-icon { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; transition: transform .25s, box-shadow .25s; }
.social-icon:hover { transform: translateY(-4px) scale(1.06); box-shadow: 0 14px 30px rgba(0,0,0,.35); }
.social-icon svg { width: 34px; height: 34px; }
.social-icon--instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0 28px; color: rgba(255,255,255,.3); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 5vw; border-bottom: 1px solid var(--line); }
.legal-page { max-width: 760px; margin: 0 auto; padding: 64px 5vw 96px; }
.legal-page h1 { font-size: clamp(32px, 6vw, 48px); line-height: 1.05; }
.legal-page .legal-updated { margin: 8px 0 40px; color: var(--ink-soft); font-size: 13px; }
.legal-page h2 { margin: 40px 0 12px; font-size: clamp(20px, 3vw, 26px); line-height: 1.15; }
.legal-page p, .legal-page li { max-width: 680px; color: var(--ink-soft); line-height: 1.6; }
.legal-page ul { margin: 0; padding-left: 20px; }
.legal-page li { margin-bottom: 8px; }
.legal-page h2:first-of-type { margin-top: 0; }
.floating-whatsapp { position: fixed; z-index: 25; right: 24px; bottom: 22px; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 14px 36px rgba(13,97,48,.36); transition: transform .25s; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp svg { width: 36px; height: 36px; fill: currentColor; }
.lightbox { position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(5,18,17,.92); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { width: auto; height: auto; max-width: 92vw; max-height: 86vh; border-radius: 8px; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.lightbox-close { position: absolute; top: 24px; right: 28px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: rgba(255,255,255,.08); cursor: pointer; font-size: 28px; line-height: 1; }
@media (max-width: 900px) {
  .nav-toggle { display: flex; }
  .nav-links { position: fixed; z-index: 29; inset: 0; flex-direction: column; gap: 0; margin: 0; padding: 96px 8vw 40px; color: white; background: rgba(18,49,46,.97); font-size: 16px; transform: translateY(-100%); opacity: 0; pointer-events: none; transition: transform .35s ease, opacity .3s ease; overflow-y: auto; }
  .nav-links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { display: block; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); opacity: 1; }
  .site-header { gap: 12px; padding-inline: 4vw; }
  .header-actions { gap: 6px; }
  .lang-toggle { padding: 6px; }
  .header-actions .button-small { padding: 0 12px; min-height: 38px; font-size: 10px; }
  .brand-logo { width: 150px; }
  .hero-beat:nth-child(odd) { right: 6vw; }
  .hero-beat:nth-child(even) { left: 6vw; }
  .quick-book { position: relative; grid-template-columns: repeat(2, 1fr); width: 88vw; margin-top: -58px; }
  .quick-fact { min-height: 72px; }
  .section { padding: 86px 6vw; }
  .experience-moments { grid-template-columns: 1fr; }
  .experience-moment { padding: 36px 0; }
  .experience-moment + .experience-moment { padding-left: 0; border-left: none; border-top: 1px solid var(--line); }
  .gallery-intro { left: 6vw; }
  .gallery-controls { left: 6vw; }
  .gallery-card { width: min(440px, 86vw); height: 60vh; }
  .points-heading { left: 6vw; right: 6vw; }
  .points-row { left: 6vw; right: 6vw; gap: 8px; }
  .point-pill { font-size: 11px; padding: 8px 14px; }
  .section-heading { display: block; }
  .visit .place-list { grid-template-columns: 1fr; }
  .como-chegar-map { margin: 0 -6vw; }
  .como-chegar-map iframe { height: 360px; min-height: 360px; }
  .place-preview { width: min(220px, 60%); }
  .place-row { padding: 8px 14px; }
  .place-row img { width: 46px; height: 46px; }
  .place-row strong { font-size: 26px; }
  .map-link-top { display: none; }
  .map-link-bottom { display: inline-block; margin-top: 6px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: auto; }
  .reason-grid span { margin-bottom: 26px; }
  .site-footer { padding: 56px 5vw 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 28px; padding-bottom: 48px; }
  .footer-brand-col { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; padding-bottom: 100px; }
}
@media (max-width: 560px) {
  h1 { font-size: 54px; }
  h2 { font-size: 42px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(330px, 100%); }
  .experience-moment--2, .experience-moment--3 { transition-delay: 0s; }
  .gallery-intro { left: 6vw; bottom: clamp(80px, 14vh, 112px); }
  .gallery-controls { left: 6vw; }
  .como-chegar-map iframe { height: 280px; min-height: 280px; }
  .place-preview { width: min(180px, 58%); }
  .floating-whatsapp { right: 18px; bottom: 18px; width: 62px; height: 62px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation: none !important; }
  .hero-beat { transform: none !important; }
}
