:root {
  --ink: #120e11;
  --ink-2: #21171e;
  --paper: #fff8fb;
  --paper-2: #f8edf3;
  --pink: #ff4faf;
  --pink-deep: #df2c91;
  --pink-pale: #ffd7ea;
  --white: #fff;
  --muted: #73656d;
  --line: rgba(18, 14, 17, .15);
  --wrap: 1240px;
  --header: 84px;
  --serif: "Bodoni Moda", Didot, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.68 var(--sans); overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 56px), var(--wrap)); margin-inline: auto; }
.section { padding: 130px 0; }
.skip { position: fixed; z-index: 10000; top: -100px; left: 16px; padding: 10px 16px; color: var(--ink); background: var(--pink); }
.skip:focus { top: 12px; }
.scroll-progress { position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; height: 3px; background: rgba(255,255,255,.08); pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--pink); }

.header { position: fixed; z-index: 1100; top: 0; left: 0; display: flex; width: 100%; height: var(--header); align-items: center; justify-content: space-between; padding: 0 3.5vw; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); transition: color .3s ease, background .3s ease, box-shadow .3s ease; }
.header.scrolled { color: var(--ink); background: rgba(255,248,251,.94); box-shadow: 0 8px 38px rgba(36, 13, 25, .08); backdrop-filter: blur(16px); }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; object-fit: cover; }
.logo strong, .logo small { display: block; line-height: 1.1; }
.logo strong { font: 600 1.08rem var(--serif); letter-spacing: -.02em; }
.logo small { margin-top: 5px; font-size: .66rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; opacity: .68; }
.nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.nav > a { position: relative; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav > a:not(.nav-book)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--pink); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav > a:not(.nav-book):hover::after, .nav > a:not(.nav-book):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-book { padding: 12px 17px; color: var(--ink); background: var(--pink); }
.nav-book span { margin-left: 8px; }
.nav-book:hover { background: var(--white); }
.header.scrolled .nav-book:hover { color: var(--white); background: var(--ink); }
.menu { display: none; width: 46px; height: 46px; padding: 0; background: transparent; border: 0; cursor: pointer; }
.menu span { display: block; width: 28px; height: 1px; margin: 8px auto; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; display: grid; min-height: 100svh; grid-template-columns: 47% 53%; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: "RN"; position: absolute; z-index: 0; bottom: -10vw; left: -4vw; color: rgba(255,255,255,.025); font: 600 clamp(18rem, 41vw, 42rem)/.7 var(--serif); letter-spacing: -.16em; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; padding: calc(var(--header) + 54px) 6vw 85px 8vw; }
.kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 30px; color: var(--pink); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.kicker span { width: 38px; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(4rem, 7.7vw, 8.2rem); line-height: .84; }
.hero h1 em, h2 em { color: var(--pink); font-weight: 400; }
.hero-lead { max-width: 520px; margin: 38px 0 0; color: #d2c6cd; font-size: clamp(1rem, 1.4vw, 1.16rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; padding: 14px 23px; border: 1px solid transparent; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-pink { color: var(--ink); background: var(--pink); }
.button-pink:hover { background: var(--white); }
.text-button { display: inline-flex; align-items: center; gap: 11px; padding: 6px 0; color: var(--white); background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); font-size: .85rem; font-weight: 700; cursor: pointer; }
.play { display: grid; width: 28px; height: 28px; place-items: center; color: var(--ink); background: var(--white); border-radius: 50%; font-style: normal; font-size: .58rem; }
.hero-picture { position: relative; z-index: 1; min-height: 100svh; overflow: hidden; }
.hero-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,14,17,.34), transparent 35%, rgba(18,14,17,.07)); pointer-events: none; }
.hero-picture > img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.9) contrast(1.02); }
.hero-picture-label { position: absolute; z-index: 2; right: 4vw; bottom: 5vw; padding: 18px 21px; color: var(--ink); background: rgba(255,255,255,.88); backdrop-filter: blur(12px); }
.hero-picture-label span, .hero-picture-label strong { display: block; line-height: 1.15; }
.hero-picture-label span { font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-picture-label strong { margin-top: 4px; font: 500 1.5rem var(--serif); }
.hero-vertical { position: absolute; z-index: 2; bottom: 130px; left: 2.6vw; margin: 0; color: rgba(255,255,255,.44); font-size: .64rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.hero-video-orbit { position: absolute; z-index: 3; right: calc(53% - 58px); bottom: 55px; display: grid; width: 116px; height: 116px; place-items: center; color: var(--ink); background: var(--pink); border: 0; border-radius: 50%; cursor: pointer; }
.hero-video-orbit > span { display: grid; width: 40px; height: 40px; place-items: center; background: var(--ink); color: var(--white); border-radius: 50%; font-size: .72rem; }
.orbit-text { position: absolute; inset: 6px; width: calc(100% - 12px); height: calc(100% - 12px); animation: spin 16s linear infinite; }
.orbit-text text { fill: var(--ink); font: 800 8px var(--sans); letter-spacing: 1.1px; }
@keyframes spin { to { transform: rotate(360deg); } }

.ticker { color: var(--ink); background: var(--pink); overflow: hidden; }
.ticker-line { display: flex; width: max-content; align-items: center; animation: marquee 24s linear infinite; }
.ticker span { padding: 19px 32px; font: 500 clamp(1.25rem, 2vw, 1.9rem) var(--serif); }
.ticker b { font-size: .74rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-index { margin: 0 0 32px; color: var(--pink-deep); font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-index.light { color: var(--pink); }
.story { position: relative; background: var(--paper); overflow: hidden; }
.story-mark { position: absolute; top: 3%; right: -1%; color: rgba(223,44,145,.045); font: 600 min(48vw, 720px)/1 var(--serif); pointer-events: none; }
.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(60px, 9vw, 140px); }
.story-image { position: relative; padding: 24px 0 0 24px; }
.story-image::before { content: ""; position: absolute; top: 0; left: 0; width: 56%; height: 76%; background: var(--pink-pale); }
.story-image img { position: relative; width: 100%; aspect-ratio: .73; object-fit: cover; object-position: center top; filter: saturate(.82); }
.story-image span { position: absolute; right: -46px; bottom: 36px; padding: 15px 19px; color: var(--white); background: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .07em; }
.story-text h2, .services-heading h2, .portfolio-heading h2, .experience h2, .hours h2 { font-size: clamp(3.25rem, 6.2vw, 6.5rem); line-height: .92; }
.story-highlight { margin: 40px 0 28px; color: var(--ink); font: 500 clamp(1.35rem, 2.1vw, 1.85rem)/1.45 var(--serif); }
.story-text > p:not(.section-index, .story-highlight) { max-width: 720px; margin: 0 0 20px; color: var(--muted); }
.signature { margin-top: 32px; color: var(--pink-deep); font: italic 500 2.1rem var(--serif); }

.services { color: var(--white); background: var(--ink); }
.services-heading, .portfolio-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 82px; }
.services-heading > p, .portfolio-heading > p { max-width: 520px; margin: 0 0 8px; color: #b8aab2; }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-item { display: grid; grid-template-columns: 72px minmax(220px, .7fr) 1fr 60px; align-items: center; gap: 25px; min-height: 150px; padding: 26px 22px; border-bottom: 1px solid rgba(255,255,255,.18); transition: color .3s ease, background .3s ease, padding .3s ease; }
.service-item:hover { color: var(--ink); background: var(--pink); padding-inline: 34px; }
.service-num { font-size: .68rem; font-weight: 800; letter-spacing: .15em; opacity: .58; }
.service-item h3 { margin: 0; font: 500 clamp(2.25rem, 4.2vw, 4.8rem)/1 var(--serif); letter-spacing: -.04em; }
.service-item p { max-width: 480px; margin: 0; color: #a99ca4; font-size: .94rem; transition: color .3s ease; }
.service-item:hover p { color: rgba(18,14,17,.75); }
.service-arrow { justify-self: end; font-size: 1.65rem; transition: transform .3s ease; }
.service-item:hover .service-arrow { transform: rotate(45deg); }

.portfolio { color: var(--white); background: var(--ink-2); }
.category-tabs { display: flex; gap: 12px; margin-bottom: 34px; padding-bottom: 16px; overflow-x: auto; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tabs button { min-width: max-content; padding: 12px 18px; color: #bcaeb6; background: transparent; border: 1px solid rgba(255,255,255,.18); cursor: pointer; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease; }
.category-tabs button sup { margin-left: 7px; font-size: .58rem; }
.category-tabs button[aria-selected="true"] { color: var(--ink); background: var(--pink); border-color: var(--pink); }
.gallery-stage { display: grid; min-height: 650px; grid-template-columns: .72fr 1.45fr .55fr; gap: 24px; }
.gallery-info { display: flex; flex-direction: column; justify-content: flex-end; padding: 34px 34px 40px; background: #181216; border: 1px solid rgba(255,255,255,.1); }
.gallery-label { color: var(--pink); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.gallery-info h3 { max-width: 360px; margin: 22px 0 17px; font: 500 clamp(2rem, 3.3vw, 3.45rem)/1.03 var(--serif); letter-spacing: -.04em; }
.gallery-info > p { margin: 0; color: #aa9ca4; font-size: .9rem; }
.gallery-navigation { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 42px; }
.gallery-navigation button { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.24); cursor: pointer; font-size: 1.2rem; transition: color .2s ease, background .2s ease; }
.gallery-navigation button:hover { color: var(--ink); background: var(--pink); border-color: var(--pink); }
.gallery-count { display: flex; align-items: baseline; justify-content: center; gap: 7px; }
.gallery-count strong { font: 500 2.1rem var(--serif); }
.gallery-count span, .gallery-count small { color: #8f838a; }
.autoplay-line { width: 100%; height: 2px; margin-top: 24px; background: rgba(255,255,255,.12); overflow: hidden; }
.autoplay-line span { display: block; width: 100%; height: 100%; background: var(--pink); transform: scaleX(0); transform-origin: left; }
.autoplay-line.running span { animation: progress 4.6s linear forwards; }
@keyframes progress { to { transform: scaleX(1); } }
.gallery-main { position: relative; padding: 0; background: #0b080a; border: 0; overflow: hidden; cursor: zoom-in; touch-action: pan-y; user-select: none; }
.gallery-main::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.11); pointer-events: none; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .28s ease, transform .8s ease; }
.gallery-main:hover img { transform: scale(1.025); }
.gallery-main > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 13px; color: var(--ink); background: rgba(255,255,255,.9); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-side { display: flex; flex-direction: column; min-width: 0; overflow: hidden; }
.gallery-side > span { padding: 10px 0; color: #8f838a; font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.gallery-side img { width: 100%; height: calc(100% - 42px); object-fit: cover; opacity: .68; filter: saturate(.6); }
.gallery-stage.changing img { opacity: .12; }
.thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: 86px; gap: 10px; margin-top: 18px; padding-bottom: 9px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: var(--pink) rgba(255,255,255,.1); }
.thumb { position: relative; aspect-ratio: .76; padding: 0; background: #0b080a; border: 2px solid transparent; opacity: .5; overflow: hidden; cursor: pointer; transition: opacity .2s ease, border-color .2s ease; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.active { border-color: var(--pink); opacity: 1; }

.experience { background: var(--paper); }
.experience-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 620px; background: var(--pink-pale); }
.experience-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 82px); }
.experience-copy > p:not(.section-index) { max-width: 470px; margin: 30px 0; color: var(--muted); }
.button-dark { align-self: flex-start; color: var(--white); background: var(--ink); border: 0; }
.button-dark:hover { color: var(--ink); background: var(--pink); }
.button-play { display: grid; width: 28px; height: 28px; place-items: center; background: var(--pink); color: var(--ink); border-radius: 50%; font-size: .58rem; }
.experience-video { position: relative; min-height: 560px; padding: 0; background: #0b080a; border: 0; overflow: hidden; cursor: pointer; }
.experience-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,14,17,.68), transparent 50%); }
.experience-video img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.experience-video:hover img { transform: scale(1.035); }
.experience-play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 86px; height: 86px; place-items: center; color: var(--ink); background: var(--pink); border-radius: 50%; font-size: 1rem; transform: translate(-50%, -50%); transition: transform .3s ease; }
.experience-video:hover .experience-play { transform: translate(-50%, -50%) scale(1.08); }
.experience-video small { position: absolute; z-index: 2; right: 28px; bottom: 23px; color: var(--white); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.hours { background: var(--paper); padding-top: 20px; }
.hours-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 9vw, 140px); padding: 95px 7vw; color: var(--white); background: var(--ink); }
.hours-title > p:not(.section-index) { max-width: 420px; margin: 28px 0; color: #b6aab1; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--pink); border-bottom: 1px solid currentColor; font-size: .83rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hours-table > div { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 24px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.hours-table > div:first-child { border-top: 1px solid rgba(255,255,255,.16); }
.hours-table span { color: var(--pink); font: 500 1.35rem var(--serif); }
.hours-table strong { justify-self: end; font-size: .98rem; }
.hours-table i { margin: 0 9px; color: var(--pink); font-style: normal; }
.hours-table > p { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin: 20px 0 0; color: #b6aab1; font-size: .78rem; }
.hours-table > p b { width: 7px; height: 7px; background: #52d887; border-radius: 50%; box-shadow: 0 0 0 5px rgba(82,216,135,.1); }

.contact { position: relative; min-height: 620px; display: grid; place-items: center; color: var(--ink); background: var(--pink); overflow: hidden; }
.contact-word { position: absolute; left: 50%; top: 50%; color: rgba(18,14,17,.055); font: 700 clamp(8rem, 24vw, 23rem)/1 var(--serif); letter-spacing: -.08em; transform: translate(-50%, -50%); white-space: nowrap; }
.contact-content { position: relative; z-index: 1; text-align: center; }
.contact-content h2 { font-size: clamp(4rem, 9vw, 9rem); line-height: .88; }
.contact-content > p:not(.section-index) { max-width: 540px; margin: 30px auto; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--ink); }

.footer { padding: 70px 0 22px; color: var(--white); background: var(--ink); }
.footer-top { position: relative; display: grid; grid-template-columns: 1.25fr .85fr 1fr auto; gap: 55px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 84px; height: 84px; border-radius: 50%; }
.footer-brand p, .footer-top p { margin: 0; color: #ad9fa7; font-size: .9rem; }
.footer-top > div:not(.footer-brand) { display: grid; gap: 8px; }
.footer-top small { margin-bottom: 8px; color: var(--pink); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-top a { width: fit-content; font-size: .9rem; }
.footer-top a:hover { color: var(--pink); }
.back-top { display: grid; width: 52px !important; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.25); font-size: 1.15rem !important; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 22px; color: #766a71; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }
.whatsapp { position: fixed; z-index: 950; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; color: var(--white); background: #1dbd67; border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 15px 34px rgba(14,106,56,.3); transition: transform .25s ease; }
.whatsapp:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp svg { width: 29px; height: 29px; fill: currentColor; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(8,5,7,.84); backdrop-filter: blur(9px); }
.video-modal { width: min(92vw, 520px); max-height: 94vh; background: transparent; overflow: visible; }
.video-shell { position: relative; padding: 18px; color: var(--white); background: var(--ink); box-shadow: 0 28px 100px rgba(0,0,0,.55); }
.modal-close { position: absolute; z-index: 4; top: 12px; right: 12px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--ink); background: var(--pink); border: 0; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.modal-title { padding: 8px 52px 18px 3px; }
.modal-title span { color: var(--pink); font-size: .63rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.modal-title h2 { margin-top: 4px; font-size: 2rem; line-height: 1; }
.video-modal video { display: block; width: 100%; max-height: 70vh; background: #000; }
.lightbox { width: min(92vw, 760px); max-height: 94vh; color: var(--white); background: transparent; overflow: visible; }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; background: #080507; box-shadow: 0 25px 90px rgba(0,0,0,.52); }
.lightbox p { margin: 12px 0 0; text-align: center; font-size: .84rem; }
.lightbox .modal-close { top: -16px; right: -16px; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 50% 50%; }
  .hero-copy { padding-left: 6vw; }
  .hero-video-orbit { right: calc(50% - 52px); width: 104px; height: 104px; }
  .service-item { grid-template-columns: 55px minmax(200px,.7fr) 1fr 40px; }
  .gallery-stage { min-height: 580px; grid-template-columns: .72fr 1.4fr .45fr; }
  .gallery-info { padding: 28px 25px; }
  .footer-top { grid-template-columns: 1.3fr .8fr 1fr; }
  .back-top { position: absolute; right: 28px; }
}

@media (max-width: 820px) {
  :root { --header: 74px; }
  .wrap { width: min(calc(100% - 34px), var(--wrap)); }
  .section { padding: 96px 0; }
  .header { padding-inline: 18px; }
  .menu { position: relative; z-index: 3; display: block; }
  .menu[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 90px 10vw; color: var(--white); background: rgba(18,14,17,.98); opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity .3s ease, transform .3s ease; }
  .nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav > a { width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.14); font: 500 2.25rem var(--serif); text-transform: none; }
  .nav-book { margin-top: 24px; padding-inline: 20px !important; color: var(--ink); border: 0 !important; font: 800 .8rem var(--sans) !important; letter-spacing: .08em; text-transform: uppercase !important; }
  .header.scrolled:has(.nav.open) { color: var(--white); background: transparent; box-shadow: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 80svh; padding: calc(var(--header) + 60px) 9vw 80px; }
  .hero-picture { min-height: 75svh; }
  .hero-picture > img { object-position: center 50%; }
  .hero-video-orbit { right: 26px; bottom: calc(75svh - 53px); }
  .hero-vertical { display: none; }
  .story-grid { grid-template-columns: 1fr; gap: 65px; }
  .story-image { width: min(76%, 520px); }
  .story-image span { right: -50px; }
  .services-heading, .portfolio-heading { grid-template-columns: 1fr; gap: 30px; }
  .service-item { grid-template-columns: 50px 1fr 40px; min-height: 136px; }
  .service-item p { display: none; }
  .service-arrow { grid-column: 3; }
  .gallery-stage { min-height: 0; grid-template-columns: .68fr 1.32fr; grid-template-rows: 560px 180px; }
  .gallery-info { grid-row: 1; }
  .gallery-main { grid-row: 1; }
  .gallery-side { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: auto 1fr; gap: 16px; }
  .gallery-side img { height: 100%; }
  .gallery-side > span { writing-mode: vertical-rl; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-video { min-height: 600px; }
  .hours-grid { grid-template-columns: 1fr; gap: 55px; padding: 72px 8vw; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 24px), var(--wrap)); }
  .section { padding: 76px 0; }
  .logo img { width: 48px; height: 48px; }
  .logo strong { font-size: 1rem; }
  .logo small { font-size: .58rem; }
  .hero-copy { min-height: 78svh; padding-inline: 24px; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.2rem); }
  .hero-lead { margin-top: 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-button { align-self: flex-start; }
  .hero-picture { min-height: 67svh; }
  .hero-video-orbit { right: 18px; bottom: calc(67svh - 48px); width: 96px; height: 96px; }
  .hero-picture-label { right: 16px; bottom: 22px; }
  .ticker span { padding-inline: 22px; }
  .story-image { width: calc(100% - 24px); padding: 15px 0 0 15px; }
  .story-image span { right: -24px; bottom: 22px; max-width: 190px; }
  .story-text h2, .services-heading h2, .portfolio-heading h2, .experience h2, .hours h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .story-highlight { margin-top: 30px; }
  .service-item { grid-template-columns: 38px 1fr 30px; gap: 12px; padding-inline: 8px; }
  .service-item:hover { padding-inline: 14px; }
  .service-item h3 { font-size: 2.5rem; }
  .category-tabs { margin-right: -12px; }
  .gallery-stage { display: flex; min-height: 0; flex-direction: column; }
  .gallery-main { order: 1; aspect-ratio: .77; }
  .gallery-info { order: 2; min-height: 330px; }
  .gallery-side { display: none; }
  .thumbs { grid-auto-columns: 72px; }
  .experience-card { width: calc(100% - 24px); }
  .experience-copy { padding: 46px 25px; }
  .experience-video { min-height: 480px; }
  .experience-play { width: 74px; height: 74px; }
  .hours { padding-top: 0; }
  .hours-grid { width: 100%; padding: 68px 24px; }
  .hours-table > div { grid-template-columns: 1fr; gap: 4px; }
  .hours-table strong { justify-self: start; }
  .hours-table > p { justify-content: flex-start; }
  .contact { min-height: 560px; }
  .contact-content h2 { font-size: clamp(4rem, 19vw, 6rem); }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .back-top { top: 70px; right: 22px; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 5px; text-align: center; }
  .whatsapp { right: 15px; bottom: 15px; width: 55px; height: 55px; }
  .video-shell { padding: 14px; }
  .modal-title h2 { font-size: 1.55rem; }
  .lightbox .modal-close { top: -12px; right: -4px; }
}

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