:root {
  --ink: #211d1b;
  --muted: #6f6660;
  --paper: #fcfaf6;
  --paper-deep: #f4eee6;
  --brand: #9f5d57;
  --brand-dark: #74413d;
  --brand-soft: #ead8d5;
  --line: rgba(33, 29, 27, .14);
  --white: #fff;
  --green: #238b57;
  --shadow: 0 20px 55px rgba(43, 31, 27, .12);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
svg { display: block; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 2000; transform: translateY(-150%);
  padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  display: inline-block;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-heading h2,
.showcase__copy h2,
.rules-copy h2,
.contact-card h2 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}
.section-heading p { max-width: 610px; color: var(--muted); }
.section-heading--center { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-heading--split > p,
.section-heading--split > address { max-width: 390px; color: var(--muted); text-align: right; }

.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px;
  padding: 12px 22px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 750; line-height: 1; transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 19px; height: 19px; fill: currentColor; }
.button--primary { background: var(--brand); color: var(--white); }
.button--primary:hover { background: var(--brand-dark); }
.button--ghost { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button--ghost:hover { background: rgba(255,255,255,.17); }
.button--light { background: var(--white); color: var(--brand-dark); }
.button--whatsapp { background: var(--green); color: var(--white); }

.top-strip { background: var(--ink); color: rgba(255,255,255,.82); font-size: .82rem; }
.top-strip__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip a { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--white); }
.top-strip svg { width: 16px; height: 16px; fill: currentColor; }
.brand-area { min-height: 190px; display: flex; align-items: center; justify-content: center; gap: 34px; padding-block: 22px; }
.brand { flex: 0 0 145px; width: 145px; height: 145px; overflow: hidden; border-radius: 50%; background: var(--white); box-shadow: 0 12px 35px rgba(70,40,36,.1); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { padding-left: 34px; border-left: 1px solid var(--line); }
.brand-title { margin: 2px 0 3px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.035em; }
.brand-copy > p:last-child { margin: 8px 0 0; color: var(--muted); }

.reservation-slot { color: var(--white); background: var(--brand); }
.reservation-slot__inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.reservation-slot__inner--widget { min-height: 0; display: block; padding-block: 24px 28px; }
.reservation-slot .eyebrow { color: rgba(255,255,255,.7); }
.reservation-slot strong { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2.5vw, 1.65rem); font-weight: 500; }
.reservation-slot__heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 16px; }
.reservation-slot__heading p { max-width: 420px; margin: 0; color: rgba(255,255,255,.76); text-align: right; font-size: .92rem; }
.reservation-slot__actions { display: flex; gap: 10px; }
.reservation-widget-card { width: 100%; padding: 16px; overflow-x: auto; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; background: var(--white); color: var(--ink); box-shadow: 0 12px 32px rgba(76,34,31,.2); }
#reseliva-widget { width: 100%; min-height: 64px; }
#reseliva-widget > * { max-width: 100% !important; }
#reseliva-widget iframe { width: 100% !important; max-width: 100% !important; border: 0; }
#reseliva-widget .powered_by { display: block; width: fit-content; margin: 7px 0 0 auto; color: var(--muted); font-size: .7rem; line-height: 1.3; }
.reservation-widget-card__fallback { margin: 0; color: var(--ink); }
.reservation-widget-card__fallback a { color: var(--brand-dark); font-weight: 800; }

.main-nav { position: sticky; top: 0; z-index: 500; border-bottom: 1px solid var(--line); background: rgba(252,250,246,.92); backdrop-filter: blur(14px); }
.main-nav__inner { min-height: 64px; display: flex; justify-content: center; align-items: center; }
.main-nav ul { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 38px); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; padding: 21px 0 18px; font-size: .9rem; font-weight: 750; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 13px; height: 2px; background: var(--brand); transition: left .2s ease, right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { left: 0; right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: min(760px, 80vh); display: grid; align-items: end; overflow: hidden; background: #69524a; }
.hero picture, .hero picture img, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; object-position: center 37%; }
.hero__shade { background: linear-gradient(90deg, rgba(22,17,15,.78) 0%, rgba(22,17,15,.46) 45%, rgba(22,17,15,.1) 75%), linear-gradient(0deg, rgba(0,0,0,.5) 0%, transparent 42%); }
.hero__content { position: relative; z-index: 2; padding-bottom: 92px; color: var(--white); }
.hero__tag { display: inline-flex; padding: 9px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(255,255,255,.1); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.hero h1 { max-width: 860px; margin: 22px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 500; line-height: .88; letter-spacing: -.055em; }
.hero p { max-width: 650px; margin: 0; font-size: clamp(1.05rem, 2vw, 1.3rem); color: rgba(255,255,255,.88); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__scroll { position: absolute; z-index: 3; right: 45px; bottom: 42px; width: 42px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
.hero__scroll span { width: 4px; height: 4px; border-radius: 50%; background: var(--white); animation: scroll-dot 1.8s ease-in-out infinite; }
@keyframes scroll-dot { 0%,100% { transform: translateY(-11px); opacity: .4; } 50% { transform: translateY(11px); opacity: 1; } }

.intro { background: var(--white); }
.intro__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.intro__copy { max-width: 700px; }
.intro__copy p { color: var(--muted); }
.intro__copy .lead { margin-top: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.8vw, 2.2rem); line-height: 1.35; }

.feature-section { background: var(--paper-deep); }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 280px; padding: 32px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.58); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: var(--shadow); }
.feature-card__icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 48px; border-radius: 50%; background: var(--brand-soft); color: var(--brand-dark); }
.feature-card__icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 500; }
.feature-card p { margin: 0; color: var(--muted); font-size: .95rem; }

.showcase { overflow: hidden; background: var(--white); }
.showcase__grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-areas: "large copy" "large small"; gap: 28px 64px; align-items: center; }
.showcase figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); }
.showcase figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.showcase figure:hover img { transform: scale(1.035); }
.showcase__large { grid-area: large; height: 690px; }
.showcase__copy { grid-area: copy; align-self: end; padding-top: 10px; }
.showcase__copy h2 { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.showcase__copy p { color: var(--muted); }
.showcase__small { grid-area: small; height: 350px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid var(--brand); color: var(--brand-dark); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.gallery-section { background: var(--paper); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; padding: 0; border: 0; border-radius: 16px; background: #e9e2da; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 14px; bottom: 14px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--brand-dark); font-size: 1.4rem; opacity: 0; transform: scale(.8); transition: opacity .2s ease, transform .2s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: scale(1); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.more-gallery { margin-top: 24px; }
.more-gallery summary { width: fit-content; margin: 0 auto; padding: 12px 20px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-weight: 750; cursor: pointer; list-style: none; }
.more-gallery summary::-webkit-details-marker { display: none; }
.more-gallery[open] summary { margin-bottom: 24px; }
.gallery--more { grid-auto-rows: 220px; }

.rules-section { background: var(--ink); color: var(--white); }
.rules-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.rules-copy { position: sticky; top: 100px; }
.rules-copy .eyebrow { color: #d8aaa5; }
.rules-copy p { max-width: 470px; color: rgba(255,255,255,.65); }
.rules-copy .button { margin-top: 18px; }
.rules-list { border-top: 1px solid rgba(255,255,255,.16); }
.rules-list article { min-height: 150px; display: grid; grid-template-columns: 125px 1fr; gap: 28px; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.rules-list__number { font-family: Georgia, "Times New Roman", serif; font-size: 2.35rem; color: #d8aaa5; }
.rules-list__icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #d8aaa5; }
.rules-list__icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.rules-list h3 { margin: 0 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; }
.rules-list p { margin: 0; color: rgba(255,255,255,.62); }

.location-section { padding-bottom: 0; background: var(--white); }
.map-wrap { width: min(1480px, calc(100% - 40px)); height: min(620px, 62vh); margin: 0 auto; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--paper-deep); }
.map-wrap iframe { width: 100%; height: 100%; filter: saturate(.78) contrast(.96); }

.contact-section { background: var(--paper-deep); }
.contact-card { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; padding: clamp(38px, 7vw, 80px); border-radius: 32px; background: var(--brand); color: var(--white); box-shadow: var(--shadow); }
.contact-card .eyebrow { color: rgba(255,255,255,.7); }
.contact-card h2 { max-width: 650px; }
.contact-card p { max-width: 600px; color: rgba(255,255,255,.78); }
.contact-actions { display: grid; gap: 14px; }
.contact-actions a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; padding: 20px 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,255,255,.1); transition: background .2s ease, transform .2s ease; }
.contact-actions a:hover { transform: translateY(-3px); background: rgba(255,255,255,.18); }
.contact-actions span { color: rgba(255,255,255,.7); font-size: .85rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-actions strong { font-size: 1.15rem; }

.site-footer { padding: 75px 0 20px; background: #171412; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1.2fr .8fr .7fr; gap: 45px; padding-bottom: 52px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 84px; height: 84px; object-fit: contain; border-radius: 50%; background: var(--white); }
.footer-brand strong { display: block; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; }
.footer-brand p { margin: 6px 0 0; font-size: .82rem; }
.site-footer h2 { margin: 0 0 12px; color: var(--white); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { display: block; width: fit-content; margin: 4px 0; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

.floating-contact { position: fixed; z-index: 900; bottom: 22px; min-width: 58px; height: 58px; display: flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 999px; color: var(--white); box-shadow: 0 12px 32px rgba(0,0,0,.22); font-weight: 800; transition: transform .2s ease; }
.floating-contact:hover { transform: translateY(-4px); }
.floating-contact svg { width: 23px; height: 23px; fill: currentColor; }
.floating-contact--phone { left: 22px; background: var(--brand-dark); }
.floating-contact--whatsapp { right: 22px; background: var(--green); }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(14,12,11,.94); color: var(--white); }
.lightbox::backdrop { background: rgba(14,12,11,.94); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox figure { width: min(90vw, 1500px); height: min(82vh, 900px); display: grid; grid-template-rows: 1fr auto; margin: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 10px; text-align: center; color: rgba(255,255,255,.75); }
.lightbox__close, .lightbox__nav { position: fixed; z-index: 2; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: var(--white); cursor: pointer; }
.lightbox__close { top: 20px; right: 20px; width: 48px; height: 48px; font-size: 2rem; }
.lightbox__nav { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); font-size: 2.5rem; }
.lightbox__nav--prev { left: 20px; }
.lightbox__nav--next { right: 20px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid #d6a09b; outline-offset: 4px; }

@media (max-width: 1020px) {
  .features { grid-template-columns: repeat(2, 1fr); }
  .showcase__grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .showcase__large { height: 560px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .top-strip__inner { justify-content: center; }
  .top-strip span { display: none; }
  .brand-area { min-height: 160px; gap: 18px; }
  .brand { flex-basis: 108px; width: 108px; height: 108px; }
  .brand-copy { padding-left: 18px; }
  .brand-title { font-size: clamp(1.65rem, 7vw, 2.3rem); }
  .brand-copy > p:last-child { font-size: .84rem; }
  .reservation-slot__inner { padding-block: 18px; flex-direction: column; align-items: stretch; text-align: center; }
  .reservation-slot__inner--widget { display: block; padding-block: 20px 22px; text-align: left; }
  .reservation-slot__heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .reservation-slot__heading p { max-width: none; text-align: left; }
  .reservation-widget-card { padding: 10px; border-radius: 14px; }
  .reservation-slot__actions { justify-content: center; }
  .main-nav__inner { justify-content: flex-end; }
  .menu-toggle { display: flex; }
  .main-nav ul { position: fixed; top: 64px; left: 0; right: 0; max-height: 0; display: block; overflow: hidden; background: var(--paper); box-shadow: 0 16px 32px rgba(0,0,0,.12); transition: max-height .3s ease; }
  .main-nav ul.is-open { max-height: 430px; }
  .main-nav li { border-top: 1px solid var(--line); }
  .main-nav a { display: block; padding: 15px 20px; }
  .main-nav a::after { display: none; }
  .menu-open .menu-toggle span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(3) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 690px; }
  .hero__shade { background: linear-gradient(90deg, rgba(22,17,15,.72), rgba(22,17,15,.25)), linear-gradient(0deg, rgba(0,0,0,.65), transparent 60%); }
  .hero__content { padding-bottom: 70px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.4rem); }
  .hero__scroll { display: none; }
  .intro__grid, .rules-grid, .contact-card { grid-template-columns: 1fr; }
  .intro__grid { gap: 38px; }
  .section-heading--split { display: block; }
  .section-heading--split > p, .section-heading--split > address { margin-top: 18px; text-align: left; }
  .showcase__grid { grid-template-columns: 1fr; grid-template-areas: "copy" "large" "small"; }
  .showcase__large { height: 480px; }
  .showcase__small { height: 320px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 205px; }
  .gallery-item--wide { grid-column: span 2; }
  .gallery-item--tall { grid-row: span 1; }
  .rules-copy { position: static; }
  .rules-list article { grid-template-columns: 100px 1fr; }
  .map-wrap { width: calc(100% - 28px); height: 520px; }
  .contact-card { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand-area { justify-content: flex-start; }
  .brand { flex-basis: 92px; width: 92px; height: 92px; }
  .brand-copy { min-width: 0; }
  .brand-copy .eyebrow { font-size: .67rem; }
  .brand-title { font-size: 1.58rem; }
  .brand-copy > p:last-child { display: none; }
  .reservation-slot__actions { flex-direction: column; }
  .reservation-slot__actions .button { width: 100%; }
  .hero { min-height: 630px; }
  .hero h1 { font-size: clamp(3rem, 17vw, 4.4rem); }
  .hero p { font-size: 1rem; }
  .hero__actions .button { width: 100%; }
  .features { grid-template-columns: 1fr; }
  .feature-card { min-height: 235px; }
  .feature-card__icon { margin-bottom: 30px; }
  .showcase__large { height: 370px; }
  .showcase__small { height: 290px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-item--wide { grid-column: span 1; }
  .rules-list article { grid-template-columns: 82px 1fr; gap: 18px; }
  .rules-list__number { font-size: 1.75rem; }
  .contact-card { padding: 32px 22px; border-radius: 22px; }
  .contact-actions a { display: block; }
  .contact-actions strong { display: block; margin-top: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-contact { bottom: 14px; width: 54px; min-width: 54px; height: 54px; padding: 0; justify-content: center; }
  .floating-contact--phone { left: 14px; }
  .floating-contact--whatsapp { right: 14px; }
  .floating-contact span { display: none; }
  .lightbox__nav { width: 44px; height: 44px; top: auto; bottom: 22px; transform: none; }
  .lightbox__nav--prev { left: calc(50% - 56px); }
  .lightbox__nav--next { right: calc(50% - 56px); }
  .lightbox figure { width: 94vw; height: 78vh; }
}

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