:root {
  --night: #062d35;
  --night-deep: #031f25;
  --ocean: #087f90;
  --aqua: #53d7df;
  --foam: #eef8f7;
  --sand: #f4efe7;
  --paper: #fbfaf7;
  --gold: #d9a04a;
  --gold-dark: #b77a25;
  --ink: #153b42;
  --muted: #667b7f;
  --line: rgba(21, 59, 66, .16);
  --white: #fff;
  --shadow: 0 28px 80px rgba(3, 31, 37, .16);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 136px 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; background: var(--gold); color: var(--night); padding: 12px 18px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.kicker { margin: 0 0 18px; color: var(--gold-dark); font-size: 11px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.kicker-light { color: #f1c77f; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(3.25rem, 6vw, 6.6rem); line-height: .97; }
h2 em { font-weight: 500; color: var(--ocean); }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); transition: background .35s, box-shadow .35s; }
.utility-bar { border-bottom: 1px solid rgba(255, 255, 255, .16); }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; gap: 28px; }
.utility-inner a { transition: color .2s; }
.utility-inner a:hover { color: #f1c77f; }
.main-nav { height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { flex: 0 0 auto; width: 184px; background: transparent; padding: 0; filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .28)); }
.brand img { width: 100%; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.nav-panel { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 12px; font-weight: 600; }
.nav-panel > a:not(.nav-book) { position: relative; padding: 13px 0; }
.nav-panel > a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: currentColor; transition: right .3s ease; }
.nav-panel > a:not(.nav-book):hover::after, .nav-panel > a:not(.nav-book):focus-visible::after { right: 0; }
.lang-switch { display: flex; align-items: center; gap: 5px; color: rgba(255,255,255,.64); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.lang-switch i { color: rgba(255,255,255,.34); font-style: normal; }
.lang-switch .active { color: #f1c77f; }
.lang-switch a { transition: color .2s; }
.lang-switch a:hover, .lang-switch a:focus-visible { color: var(--white); }
.nav-book { display: inline-flex; align-items: center; gap: 20px; border: 1px solid rgba(255, 255, 255, .55); padding: 14px 18px; text-transform: uppercase; letter-spacing: .1em; transition: background .25s, border-color .25s, color .25s; }
.nav-book:hover { background: var(--gold); border-color: var(--gold); color: var(--night); }
.nav-book span { font-size: 14px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); background: transparent; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .2s; }
.site-header.is-scrolled { position: fixed; background: rgba(3, 31, 37, .96); box-shadow: 0 10px 40px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.site-header.is-scrolled .utility-bar { display: none; }
.site-header.is-scrolled .main-nav { height: 82px; }
.site-header.is-scrolled .brand { width: 154px; }
.site-header.is-scrolled .brand img { height: auto; }

.hero { position: relative; min-height: 760px; height: 100svh; color: var(--white); overflow: hidden; background: var(--night-deep); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,24,29,.86) 0%, rgba(3,31,37,.62) 48%, rgba(3,31,37,.18) 78%), linear-gradient(0deg, rgba(3,31,37,.65) 0%, transparent 45%); }
.hero-inner { position: relative; z-index: 2; min-height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; gap: 8vw; padding-top: 180px; padding-bottom: 112px; }
.hero-copy { max-width: 900px; }
.hero h1 { margin: 0; max-width: 900px; font-size: clamp(4.6rem, 8.6vw, 9.1rem); line-height: .86; }
.hero h1 em { font-weight: 500; color: #f1c77f; }
.hero-lede { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.btn { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 24px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--gold); color: var(--night); }
.btn-gold:hover { background: #edbb68; }
.btn-glass { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.04); backdrop-filter: blur(8px); }
.btn-glass:hover { background: var(--white); color: var(--night); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.48); background: transparent; }
.btn-outline:hover { background: var(--white); color: var(--night); }
.hero-note { align-self: end; padding: 28px 0 8px 28px; border-left: 1px solid rgba(255,255,255,.28); }
.note-number { color: #f1c77f; font-size: 10px; letter-spacing: .18em; }
.hero-note p { margin: 10px 0 22px; font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.hero-note ul { list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-note li { padding: 7px 0; border-top: 1px solid rgba(255,255,255,.14); }
.video-sound { position: absolute; z-index: 3; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 10px; border: 0; color: var(--white); background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.sound-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.hero-scroll { position: absolute; z-index: 3; left: 32px; bottom: 28px; display: flex; align-items: center; gap: 14px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll i { display: block; width: 50px; height: 1px; background: rgba(255,255,255,.55); position: relative; }
.hero-scroll i::after { content: ""; position: absolute; right: 0; top: -2px; width: 5px; height: 5px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(-45deg); }

.welcome { background: var(--paper); }
.welcome-grid { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); align-items: center; gap: clamp(64px, 9vw, 140px); }
.portrait-wrap { position: relative; width: 100%; max-width: 520px; margin-inline: auto; }
.portrait-wrap::before { content: ""; position: absolute; z-index: 0; left: -28px; top: -28px; width: 60%; height: 56%; background: var(--foam); }
.portrait-wrap img { position: relative; z-index: 1; width: 100%; height: min(680px, 72vw); object-fit: cover; object-position: center 55%; box-shadow: var(--shadow); }
.portrait-stamp { position: absolute; z-index: 2; right: -44px; bottom: 68px; width: 112px; height: 112px; display: grid; place-content: center; border-radius: 50%; color: var(--night); background: var(--gold); text-align: center; box-shadow: 0 18px 50px rgba(3,31,37,.18); }
.portrait-stamp span { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.portrait-stamp strong { font-family: var(--serif); font-size: 28px; font-weight: 500; line-height: 1; }
.welcome-copy h2 { max-width: 760px; }
.welcome-copy .lead { margin: 36px 0 20px; max-width: 700px; color: var(--ink); font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.welcome-copy > p:not(.kicker):not(.lead) { max-width: 680px; color: var(--muted); font-size: 15px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 44px 0 38px; padding: 28px 0; border-block: 1px solid var(--line); }
.trust-row div { display: flex; flex-direction: column; }
.trust-row strong { margin-bottom: 3px; color: var(--ocean); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.trust-row span { color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.text-arrow { display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid currentColor; padding-bottom: 7px; color: var(--night); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-arrow span { font-size: 16px; transition: transform .2s; }
.text-arrow:hover span { transform: translateX(5px); }

.experiences { color: var(--white); background: var(--night); }
.section-head { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 80px; margin-bottom: 66px; }
.section-head h2 em { color: #f1c77f; }
.section-head > p { max-width: 480px; margin: 0 0 8px; color: rgba(255,255,255,.62); font-size: 15px; }
.experience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.experience-card { position: relative; min-height: 550px; overflow: hidden; background: #0d4b55; }
.experience-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .8s ease, filter .5s; }
.experience-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,31,37,.4), rgba(3,31,37,.04) 35%, rgba(3,31,37,.9) 100%); }
.card-top { position: absolute; inset: 24px 26px auto; display: flex; justify-content: space-between; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.card-copy { position: absolute; inset: auto 32px 30px; }
.card-copy p { margin: 0 0 2px; color: #f1c77f; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.card-copy h3 { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(2.4rem, 4.2vw, 4.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1; }
.card-copy a { display: inline-flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 5px; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.card-copy a span { transition: transform .2s; }
.card-copy a:hover span { transform: translate(3px, -3px); }
.card-pulmo img, .card-scuba img, .card-padi img { image-rendering: auto; }
.section-action { margin-top: 48px; display: flex; justify-content: flex-end; align-items: center; gap: 34px; }
.section-action p { margin: 0; color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 19px; }

.why { background: var(--sand); }
.why-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.why-copy h2 { font-size: clamp(3.5rem, 5.8vw, 6.4rem); }
.why-copy > p:not(.kicker) { max-width: 650px; margin: 32px 0 0; color: var(--muted); }
.principles { margin-top: 54px; }
.principles article { display: grid; grid-template-columns: 40px 1fr; gap: 24px; padding: 22px 0; border-top: 1px solid var(--line); }
.principles article > span { padding-top: 4px; color: var(--gold-dark); font-size: 10px; letter-spacing: .15em; }
.principles h3 { margin: 0 0 5px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.principles p { margin: 0; color: var(--muted); font-size: 13px; }
.why-visual { position: relative; min-height: 650px; }
.why-visual::before { content: ""; position: absolute; right: -24px; top: -24px; width: 70%; height: 45%; border: 1px solid rgba(8,127,144,.28); }
.why-visual img, .why-visual video { width: 100%; height: 650px; object-fit: cover; image-rendering: auto; filter: saturate(.88) contrast(1.05); }
.quote-card { position: absolute; left: -70px; right: 36px; bottom: -42px; padding: 34px 38px; color: var(--white); background: var(--ocean); box-shadow: var(--shadow); }
.quote-card p { margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.35; }
.quote-card span { display: block; margin-top: 18px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.film { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 720px; color: var(--white); background: var(--night-deep); }
.film-media { position: relative; min-height: 600px; background: #02171b; }
.film-media video { width: 100%; height: 100%; object-fit: cover; background: #02171b; }
.film-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px clamp(42px, 6vw, 96px); }
.film-copy h2 { font-size: clamp(3.8rem, 6vw, 7rem); }
.film-copy h2 em { color: #f1c77f; }
.film-copy > p:not(.kicker) { margin: 30px 0 36px; color: rgba(255,255,255,.65); font-size: 14px; }

.gallery { background: var(--paper); }
.gallery-head { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.gallery-head > p { margin: 0 0 12px; color: var(--muted); font-size: 15px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 320px 320px; gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; border: 0; overflow: hidden; background: var(--night); cursor: zoom-in; }
.gallery-item-large { grid-row: 1 / 3; }
.gallery-item-wide { grid-column: 2 / 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s, opacity .4s; }
.gallery-item:hover img { transform: scale(1.045); opacity: .78; }
.gallery-item span { position: absolute; z-index: 2; right: 18px; bottom: 15px; color: var(--white); opacity: 0; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; transform: translateY(6px); transition: opacity .3s, transform .3s; }
.gallery-item:hover span, .gallery-item:focus-visible span { opacity: 1; transform: none; }

.lightbox { width: min(1000px, calc(100% - 40px)); max-height: calc(100svh - 40px); padding: 0; border: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(2,24,29,.92); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: calc(100svh - 50px); object-fit: contain; box-shadow: 0 24px 90px rgba(0,0,0,.4); }
.lightbox-close { position: absolute; z-index: 2; right: -16px; top: -16px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: var(--night); cursor: pointer; font-size: 26px; line-height: 1; }

.reviews { color: var(--white); background: var(--ocean); }
.review-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.review-intro h2 { font-size: clamp(3.6rem, 5.4vw, 6rem); }
.review-intro h2 em { color: #f4cf8e; }
.review-intro > p:not(.kicker) { margin: 30px 0 34px; color: rgba(255,255,255,.68); }
.review-intro .text-arrow { color: var(--white); }
.review-card { padding: 60px 64px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.review-mark { color: var(--gold); font-family: var(--serif); font-size: 90px; line-height: .6; }
.review-card blockquote { margin: 30px 0 46px; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.8rem); line-height: 1.2; }
.review-credentials { display: flex; flex-wrap: wrap; gap: 12px; }
.review-credentials span { border: 1px solid var(--line); padding: 8px 11px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--night); }
.contact-photo { min-height: 600px; background: #dbe7e5; overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; opacity: .9; transition: transform .8s, mix-blend-mode .4s; }
.contact-photo:hover img { transform: scale(1.025); mix-blend-mode: normal; }
.contact-card { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(44px, 7vw, 112px); color: var(--white); }
.contact-card h2 { font-size: clamp(3.6rem, 5.8vw, 6.6rem); }
.contact-card h2 em { color: #f1c77f; }
.contact-card address { margin: 34px 0 10px; color: rgba(255,255,255,.7); font-style: normal; font-size: 14px; }
.contact-links { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-links a { display: grid; grid-template-columns: 94px 1fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.contact-links a span { color: #f1c77f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-links a:hover { color: #f1c77f; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.closing-cta { padding: 130px 0; color: var(--white); background: linear-gradient(90deg, rgba(3,31,37,.96), rgba(3,31,37,.7)), url("https://aqualoscabos.com/wp-content/uploads/2024/10/16278231-1.jpg") center 60% / cover; }
.closing-inner { display: grid; grid-template-columns: 1fr 210px; align-items: center; gap: 70px; }
.closing-inner h2 { font-size: clamp(4.5rem, 8vw, 9rem); }
.closing-inner h2 em { color: #f1c77f; }
.closing-inner .kicker { grid-column: 1 / -1; margin-bottom: -35px; }
.round-link { width: 190px; height: 190px; display: flex; align-items: center; justify-content: center; gap: 25px; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em; transition: background .3s, color .3s, transform .3s; }
.round-link:hover { color: var(--night); background: var(--gold); border-color: var(--gold); transform: rotate(-5deg); }
.round-link i { font-size: 20px; font-style: normal; }

.site-footer { color: rgba(255,255,255,.68); background: var(--night-deep); }
.footer-main { display: grid; grid-template-columns: 1.1fr .55fr .55fr 1.2fr; gap: 70px; padding: 80px 0 64px; }
.footer-brand { width: 184px; height: fit-content; padding: 0; background: transparent; filter: drop-shadow(0 5px 16px rgba(0,0,0,.3)); }
.footer-brand img { width: 100%; height: auto; filter: brightness(0) invert(1); }
.footer-nav { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-nav > span { margin-bottom: 8px; color: #f1c77f; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--white); }
.footer-book p { margin: 0 0 13px; color: rgba(255,255,255,.45); font-size: 11px; }
.footer-book a { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 10px; color: var(--white); font-family: var(--serif); font-size: 19px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 45; right: 24px; bottom: 24px; min-width: 132px; height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 17px; border-radius: 999px; color: var(--white); background: #1ebc64; box-shadow: 0 14px 38px rgba(3,31,37,.28); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s, background .25s; }
.whatsapp-float:hover { transform: translateY(-3px); background: #17a957; }
.whatsapp-float i { font-size: 15px; font-style: normal; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .shell { width: min(100% - 42px, 1240px); }
  .utility-inner p { display: none; }
  .utility-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .nav-panel { position: fixed; inset: 0 0 0 34%; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 120px 11vw 80px; color: var(--white); background: rgba(3,31,37,.985); opacity: 0; visibility: hidden; transform: translateX(24px); transition: opacity .3s, visibility .3s, transform .3s; }
  .nav-panel.open { opacity: 1; visibility: visible; transform: none; }
  .nav-panel > a:not(.nav-book) { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
  .lang-switch { margin-top: 14px; font-size: 13px; }
  .nav-book { margin-top: 24px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-inner { grid-template-columns: 1fr 230px; }
  .welcome-grid { gap: 70px; }
  .trust-row { grid-template-columns: 1fr; gap: 14px; }
  .trust-row div { display: grid; grid-template-columns: 90px 1fr; align-items: center; }
  .why-grid { gap: 70px; }
  .quote-card { left: -30px; right: 22px; }
  .film { grid-template-columns: 1fr; }
  .film-media { height: 65vw; max-height: 720px; }
  .film-copy { padding: 100px max(42px, 8vw); }
  .contact { grid-template-columns: .8fr 1.2fr; }
  .footer-main { grid-template-columns: 1fr 1fr 1fr; }
  .footer-book { grid-column: 1 / -1; max-width: 480px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  .shell { width: min(100% - 30px, 1240px); }
  .section { padding: 94px 0; }
  .utility-bar { display: none; }
  .main-nav { height: 86px; }
  .brand { width: 146px; }
  .brand img { height: auto; }
  .nav-panel { inset: 0; padding: 110px 30px 70px; }
  .site-header.is-scrolled .main-nav { height: 76px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-inner { display: flex; align-items: flex-end; padding-top: 120px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(4rem, 16vw, 6.7rem); }
  .hero-lede { font-size: 14px; }
  .hero-note { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 340px; }
  .btn { width: 100%; }
  .hero-scroll { left: 18px; bottom: 24px; }
  .video-sound { right: 18px; bottom: 19px; }
  .sound-label { display: none; }
  .welcome-grid, .why-grid, .section-head, .gallery-head, .review-grid { grid-template-columns: 1fr; }
  .portrait-wrap { width: calc(100% - 30px); margin-bottom: 30px; }
  .portrait-wrap img { height: min(680px, 125vw); }
  .portrait-stamp { right: -24px; }
  .welcome-copy .lead { font-size: 21px; }
  .trust-row { grid-template-columns: 1fr; }
  .section-head, .gallery-head { gap: 28px; }
  .section-head { margin-bottom: 44px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 500px; }
  .section-action { align-items: stretch; flex-direction: column; }
  .section-action .btn { width: fit-content; }
  .why-grid { gap: 92px; }
  .why-visual { min-height: 520px; }
  .why-visual img, .why-visual video { height: 520px; }
  .quote-card { left: 16px; right: -12px; bottom: -46px; }
  .film-media { min-height: 360px; height: 62vw; }
  .film-copy { padding: 88px 24px; }
  .film-copy .btn { width: fit-content; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 230px 230px; }
  .gallery-item-large { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item-wide { grid-column: 1 / 3; }
  .review-grid { gap: 54px; }
  .review-card { padding: 48px 30px; }
  .contact { grid-template-columns: 1fr; }
  .contact-photo { min-height: 420px; }
  .contact-card { padding: 88px 24px; }
  .contact-actions .btn { width: fit-content; }
  .closing-cta { padding: 100px 0; }
  .closing-inner { grid-template-columns: 1fr; gap: 50px; }
  .closing-inner .kicker { grid-column: auto; margin-bottom: -20px; }
  .round-link { width: 160px; height: 160px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-book { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.4rem); }
  .hero-copy { width: 100%; }
  .hero-actions { max-width: none; }
  .hero-scroll span { display: none; }
  .welcome-copy h2, .why-copy h2, .film-copy h2, .contact-card h2 { font-size: clamp(3.15rem, 14vw, 4.7rem); }
  .trust-row div { grid-template-columns: 74px 1fr; }
  .experience-card { min-height: 440px; }
  .card-copy { inset-inline: 22px; }
  .card-copy h3 { font-size: 2.8rem; }
  .why-visual { min-height: 450px; }
  .why-visual img, .why-visual video { height: 450px; }
  .quote-card { padding: 27px 24px; }
  .quote-card p { font-size: 21px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 390px 230px 230px 260px; }
  .gallery-item-large, .gallery-item-wide { grid-column: auto; }
  .review-card blockquote { font-size: 1.8rem; }
  .contact-links a { grid-template-columns: 1fr; gap: 3px; overflow-wrap: anywhere; }
  .contact-actions { flex-direction: column; }
  .contact-actions .btn { width: 100%; }
  .closing-inner h2 { font-size: 4rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-book { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { min-width: 50px; width: 50px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
}

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