:root {
  --ink: #102f31;
  --deep: #07373b;
  --sea: #0e7776;
  --foam: #edf5f1;
  --paper: #f7f3e9;
  --white: #fffefa;
  --coral: #e7654f;
  --line: rgba(16, 47, 49, .18);
  --display: "Italiana", Georgia, serif;
  --body: "DM Sans", sans-serif;
  --gutter: clamp(1.25rem, 4vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
::selection { color: var(--white); background: var(--coral); }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -5rem; padding: .75rem 1rem; color: white; background: var(--ink); }
.skip-link:focus { top: 1rem; }
.section { padding: clamp(5.5rem, 10vw, 10rem) var(--gutter); }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.25rem; color: var(--sea); font-size: .72rem; font-weight: 600; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: .5rem; height: .5rem; content: ""; background: currentColor; border: 3px solid transparent; border-radius: 50%; outline: 1px solid currentColor; outline-offset: 3px; }
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2.8rem, 6vw, 6.5rem); }
h2 em { color: var(--sea); font-style: normal; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: grid; width: 100%; height: 6.2rem; padding: .8rem var(--gutter); grid-template-columns: auto 1fr auto; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .35s, height .35s, box-shadow .35s; }
.site-header.scrolled { height: 4.9rem; color: var(--ink); background: rgba(247,243,233,.94); box-shadow: 0 8px 35px rgba(7,55,59,.08); backdrop-filter: blur(14px); }
.brand { position: relative; z-index: 102; display: block; width: 68px; }
.brand img { width: 100%; height: 70px; object-fit: contain; transition: filter .3s, height .3s; }
.site-header.scrolled .brand img { height: 54px; filter: invert(82%) sepia(15%) saturate(1212%) hue-rotate(117deg) brightness(55%); }
body.menu-open .site-header.scrolled { color: white; background: transparent; box-shadow: none; backdrop-filter: none; }
body.menu-open .site-header.scrolled .brand img { filter: none; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(1.4rem, 3vw, 3.3rem); font-size: .8rem; font-weight: 500; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { position: absolute; bottom: -.5rem; left: 0; width: 0; height: 1px; content: ""; background: currentColor; transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-cta { display: flex; gap: .5rem; align-items: center; padding: .7rem 1rem; font-size: .76rem; font-weight: 600; text-transform: uppercase; border: 1px solid currentColor; }
.header-cta svg { width: 15px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; color: white; background: var(--deep); overflow: hidden; }
.hero-video, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(2,28,31,.64) 0%, rgba(2,28,31,.2) 55%, rgba(2,28,31,.15) 100%), linear-gradient(0deg, rgba(2,28,31,.45), transparent 45%); }
.hero-content { position: absolute; z-index: 2; left: var(--gutter); bottom: clamp(10rem, 21vh, 14rem); max-width: 970px; animation: intro 1.1s .15s both; }
.hero h1 { margin: 0 0 .6rem; font-size: clamp(5rem, 14vw, 12rem); }
.hero-lead { margin-bottom: 2rem; font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.5rem); }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 3.35rem; padding: .85rem 1.2rem; align-items: center; justify-content: center; gap: .65rem; font-size: .78rem; font-weight: 600; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-light { color: var(--deep); background: var(--white); }
.button-light:hover { color: white; background: var(--coral); }
.sound-toggle { display: inline-flex; padding: .8rem; align-items: center; gap: .5rem; color: white; background: transparent; border: 0; cursor: pointer; }
.sound-toggle svg { width: 18px; }
.sound-toggle span { font-size: .74rem; text-transform: uppercase; }
.hero-facts { position: absolute; z-index: 2; right: var(--gutter); bottom: 2.3rem; left: var(--gutter); display: flex; justify-content: flex-end; gap: clamp(1.5rem, 5vw, 5rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.3); }
.hero-facts span { display: flex; gap: .4rem; flex-direction: column; color: rgba(255,255,255,.72); font-size: .68rem; text-transform: uppercase; }
.hero-facts b { color: white; font-family: var(--display); font-size: 1.6rem; font-weight: 400; text-transform: none; }
.scroll-cue { position: absolute; z-index: 2; right: var(--gutter); bottom: 9.5rem; display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; animation: bob 1.8s infinite; }

.story { background: var(--paper); }
.story-intro { max-width: 1100px; margin-bottom: clamp(3rem, 7vw, 7rem); }
.story-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: center; }
.story-image { margin: 0; }
.story-image img { width: 100%; aspect-ratio: 1.15; object-fit: cover; }
.story-image figcaption { padding-top: .7rem; color: #667775; font-size: .72rem; }
.story-copy .lead { font-family: var(--display); font-size: clamp(1.55rem, 2.8vw, 2.4rem); line-height: 1.25; }
.story-copy > p:not(.lead) { color: #526462; }
.timeline { margin-top: 3.2rem; border-top: 1px solid var(--line); }
.timeline div { display: grid; padding: 1rem 0; grid-template-columns: 5rem 1fr; border-bottom: 1px solid var(--line); }
.timeline span { color: var(--coral); font-weight: 600; }
.timeline p { margin: 0; }

.routes { color: var(--white); background: var(--deep); }
.routes .eyebrow { color: #80cbc5; }
.section-heading { display: grid; margin-bottom: 4rem; grid-template-columns: 1.2fr .8fr; column-gap: 8vw; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; }
.section-heading > p:last-child { max-width: 470px; align-self: end; color: rgba(255,255,255,.68); }
.route-panel { display: grid; min-height: 650px; grid-template-columns: 1.2fr .8fr; border-top: 1px solid rgba(255,255,255,.2); background: #0b4649; }
.route-media { overflow: hidden; }
.route-media img { width: 100%; height: 100%; object-fit: cover; animation: routeImage .6s both; }
.route-content { padding: clamp(2rem, 5vw, 5rem); align-self: center; }
.route-number { color: #80cbc5; font-size: .75rem; text-transform: uppercase; }
.route-content h3 { margin-bottom: 2rem; font-size: clamp(2.7rem, 5vw, 5.6rem); }
.route-description { color: rgba(255,255,255,.72); }
.route-price { margin: 1.5rem 0; color: rgba(255,255,255,.6); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.route-price .price-amount { display: inline-block; color: var(--white); font-family: var(--display); font-size: clamp(2.1rem, 3.2vw, 2.9rem); text-transform: none; letter-spacing: normal; }
.route-features { display: grid; margin: 2rem 0; padding: 0; grid-template-columns: 1fr 1fr; gap: .8rem; list-style: none; }
.route-features li { display: flex; gap: .6rem; align-items: center; font-size: .78rem; }
.route-features svg { width: 18px; color: #80cbc5; }
.text-link { display: inline-flex; margin-top: 1rem; padding-bottom: .3rem; gap: .5rem; align-items: center; border-bottom: 1px solid; font-size: .78rem; font-weight: 600; text-transform: uppercase; }
.text-link svg { width: 17px; }

.route-extra { padding: 2.2rem clamp(2rem, 5vw, 5rem); border-top: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.02); }
.route-extra-label { margin: 0 0 1.4rem; color: rgba(128,203,197,.75); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.route-extra-list { display: grid; margin: 0 0 1.4rem; padding: 0; grid-template-columns: 1fr 1fr; gap: 1rem; list-style: none; }
.route-extra-list li { display: flex; gap: .9rem; padding: 1.1rem 1.2rem; align-items: flex-start; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.02); transition: border-color .25s, background .25s; }
.route-extra-list li:hover { border-color: rgba(128,203,197,.35); background: rgba(255,255,255,.04); }
.route-extra-list li svg { width: 19px; height: 19px; margin-top: .2rem; color: #80cbc5; flex-shrink: 0; }
.route-extra-list li span { display: block; margin-bottom: .3rem; color: rgba(255,255,255,.8); font-family: var(--display); font-size: 1.1rem; }
.route-extra-list li p { margin: 0; color: rgba(255,255,255,.48); font-size: .8rem; line-height: 1.5; }
.route-extra .text-link { font-size: .72rem; }

.experience { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 760px; color: white; background: #943f34; }
.experience-image img { width: 100%; height: 100%; object-fit: cover; }
.experience-copy { padding: var(--gutter); align-self: center; }
.experience-copy h2 { font-size: clamp(3rem, 5.5vw, 6rem); }
.experience-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.experience-list { display: flex; margin-top: 3rem; gap: 1.5rem; flex-wrap: wrap; }
.experience-list span { display: flex; gap: .5rem; align-items: center; font-size: .78rem; text-transform: uppercase; }
.experience-list svg { width: 20px; }

.menu { background: var(--paper); }
.menu .section-heading { margin-bottom: 3.5rem; }
.menu .section-heading > p:last-child { color: #526462; }
.menu-photos { display: grid; margin-bottom: 3.5rem; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: .8rem; }
.menu-photo { position: relative; overflow: hidden; background: var(--deep); }
.menu-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s, opacity .6s; }
.menu-photo:hover img { transform: scale(1.035); opacity: .84; }
.menu-photo span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; color: white; font-size: .73rem; text-align: left; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.menu-photo:hover span { opacity: 1; transform: none; }
.menu-grid { display: grid; margin-bottom: 3.5rem; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.menu-card { padding: 2rem 1.6rem; background: var(--white); border: 1px solid var(--line); }
.menu-card svg { width: 24px; height: 24px; margin-bottom: 2.2rem; color: var(--coral); }
.menu-course { display: block; margin-bottom: .6rem; color: var(--sea); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.menu-card h3 { margin-bottom: .7rem; font-size: 1.5rem; }
.menu-card p { margin: 0; color: #526462; font-size: .85rem; }
.menu-drinks { padding: 2.2rem clamp(1.6rem, 4vw, 3rem); background: var(--deep); border-radius: 4px; }
.menu-drinks-label { margin: 0 0 1.4rem; color: #80cbc5; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.menu-drinks ul { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; list-style: none; }
.menu-drinks li { display: flex; gap: .9rem; align-items: flex-start; color: white; }
.menu-drinks svg { width: 20px; margin-top: .1rem; color: #80cbc5; flex-shrink: 0; }
.menu-drinks span { display: block; margin-bottom: .3rem; font-family: var(--display); font-size: 1.15rem; }
.menu-drinks small { color: rgba(255,255,255,.55); font-size: .8rem; }
.menu-note { display: flex; margin: 1.6rem 0 0; gap: .55rem; align-items: center; color: #526462; font-size: .8rem; }
.menu-note svg { width: 17px; color: var(--sea); flex-shrink: 0; }

.details { background: var(--foam); }
.details-head { display: grid; grid-template-columns: 1fr 2fr; }
.details-head h2 { max-width: 1000px; }
.detail-steps { display: grid; margin-top: 4rem; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.detail-steps article { position: relative; min-height: 270px; padding: 1.8rem 1.5rem 1.5rem 0; border-right: 1px solid var(--line); }
.detail-steps article:not(:first-child) { padding-left: 1.5rem; }
.detail-steps span { position: absolute; top: 1.2rem; right: 1.2rem; color: rgba(16,47,49,.35); font-size: .7rem; }
.detail-steps svg { width: 28px; height: 28px; margin-bottom: 3rem; color: var(--coral); }
.detail-steps h3 { margin-bottom: .8rem; font-size: 2rem; }
.detail-steps p { color: #526462; font-size: .88rem; }

.gallery { background: var(--paper); }
.gallery-heading { display: flex; margin-bottom: 3rem; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.gallery-heading h2 { margin: 0; }
.gallery-filters { display: flex; gap: .4rem; }
.gallery-filters button { padding: .55rem .8rem; color: #526462; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: .72rem; text-transform: uppercase; }
.gallery-filters button.active { color: white; background: var(--ink); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 270px; gap: .8rem; }
.gallery-item { position: relative; padding: 0; overflow: hidden; background: var(--deep); border: 0; cursor: zoom-in; }
.gallery-item.hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s, opacity .6s; }
.gallery-item:hover img { transform: scale(1.035); opacity: .84; }
.gallery-item span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; color: white; font-size: .73rem; text-align: left; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.gallery-item:hover span { opacity: 1; transform: none; }
.item-tall { grid-row: span 2; }
.item-wide { grid-column: span 2; }

.contact { position: relative; display: grid; min-height: 690px; padding: var(--gutter); place-items: center; color: white; text-align: center; overflow: hidden; }
.contact-bg, .contact-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.contact-bg { object-fit: cover; }
.contact-shade { background: rgba(4,38,41,.58); }
.contact-content { position: relative; z-index: 1; max-width: 950px; }
.contact-content .eyebrow { justify-content: center; }
.contact-content h2 { margin-bottom: 1rem; font-size: clamp(4rem, 10vw, 9rem); }
.contact-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 2rem; }
.contact-actions { justify-content: center; }
.button-coral { color: white; background: var(--coral); }
.button-coral:hover { color: var(--deep); background: white; }
.button-ghost { border: 1px solid rgba(255,255,255,.65); }
.mail-link { display: inline-block; margin-top: 1.5rem; font-size: .8rem; border-bottom: 1px solid rgba(255,255,255,.5); }

.contact-form { max-width: 560px; margin: 0 auto 1.8rem; padding: clamp(1.5rem, 4vw, 2.2rem); text-align: left; background: rgba(6,37,40,.92); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
.form-switch { display: flex; width: fit-content; margin: 0 auto 1.6rem; padding: .3rem; gap: .3rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.form-switch-option { display: flex; padding: .55rem 1.1rem; gap: .5rem; align-items: center; color: rgba(255,255,255,.65); background: transparent; border: 0; border-radius: 999px; font-family: var(--body); font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; cursor: pointer; transition: color .25s, background .25s; }
.form-switch-option svg { width: 15px; }
.form-switch-option.active { color: var(--deep); background: var(--white); }
.form-grid { display: grid; margin-bottom: 1.2rem; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-grid .form-full { grid-column: 1 / -1; }
.contact-form label { display: block; color: rgba(255,255,255,.68); font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: .45rem; padding: .8rem .9rem; color: white; font-family: var(--body); font-size: .9rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.38); }
.contact-form input:focus, .contact-form textarea:focus { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.5); outline: none; }
.contact-form textarea { min-height: 4.5rem; resize: vertical; }
.contact-form button[type="submit"] { width: 100%; }

footer { display: grid; padding: 4rem var(--gutter) 2rem; grid-template-columns: 1fr 1fr 1fr; color: rgba(255,255,255,.7); background: #062c2f; font-size: .78rem; }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-brand img { width: 74px; }
.footer-brand p { margin: 0; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 1.5rem; }
.footer-meta { text-align: right; }
.footer-meta p { margin-bottom: .6rem; }
.footer-meta a { display: inline-flex; gap: .4rem; align-items: center; }
.footer-meta svg { width: 14px; }
.floating-contact { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; display: grid; width: 3.4rem; height: 3.4rem; place-items: center; color: white; background: var(--coral); border-radius: 50%; box-shadow: 0 8px 30px rgba(7,55,59,.25); transition: transform .25s; }
.floating-contact:hover { transform: translateY(-3px); }

.lightbox { width: min(92vw, 1200px); padding: 0; color: white; background: transparent; border: 0; overflow: visible; }
.lightbox::backdrop { background: rgba(2,24,26,.92); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox p { margin: .75rem 0 0; font-size: .75rem; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: -3rem; right: 0; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes intro { from { opacity: 0; transform: translateY(24px); } }
@keyframes bob { 50% { transform: translateY(6px); } }
@keyframes routeImage { from { opacity: .3; transform: scale(1.03); } }

@media (max-width: 900px) {
  .site-header { height: 5rem; grid-template-columns: auto 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .brand { width: 52px; }
  .brand img { height: 54px; }
  .menu-toggle { position: relative; z-index: 102; grid-column: 3; display: grid; width: 2.8rem; height: 2.8rem; padding: 0; place-items: center; color: currentColor; background: transparent; border: 1px solid currentColor; cursor: pointer; justify-self: end; }
  .mobile-menu { position: fixed; z-index: 99; inset: 0; display: flex; padding: 8rem var(--gutter) 3rem; flex-direction: column; align-items: center; gap: 1.2rem; color: white; text-align: center; background: var(--deep); visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
  .mobile-menu.open { visibility: visible; opacity: 1; }
  .mobile-menu a { font-family: var(--display); font-size: clamp(2.5rem, 10vw, 4.2rem); line-height: 1.05; transition: color .3s, transform .3s; }
  .mobile-menu a:hover, .mobile-menu a:focus-visible, .mobile-menu a:active { color: var(--coral); transform: translateX(.35rem); }
  .hero-content { bottom: 12rem; }
  .hero-facts { justify-content: flex-start; }
  .hero-facts span:nth-child(2) { display: none; }
  .scroll-cue { display: none; }
  .story-grid, .section-heading, .route-panel, .experience, .details-head { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 1rem; }
  .route-panel { min-height: 0; }
  .route-media { aspect-ratio: 1.2; }
  .experience-image { min-height: 520px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-drinks ul { grid-template-columns: 1fr; }
  .detail-steps { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-links { display: none; }
}

@media (max-width: 560px) {
  .hero { min-height: 760px; }
  .hero h1 { font-size: 4.6rem; }
  .hero-content { right: var(--gutter); bottom: 12rem; }
  .hero-lead { font-size: 1.4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-facts { bottom: 1.4rem; gap: 2rem; }
  .hero-facts span:nth-child(3) { display: none; }
  .story-image img { aspect-ratio: .85; }
  .route-features { grid-template-columns: 1fr; }
  .route-extra-list { grid-template-columns: 1fr; }
  .experience-image { min-height: 400px; }
  .menu-photos { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .menu-grid { grid-template-columns: 1fr; }
  .detail-steps { grid-template-columns: 1fr; }
  .detail-steps article { min-height: 220px; padding-left: 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-filters { width: 100%; overflow-x: auto; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .item-tall, .item-wide { grid-row: auto; grid-column: auto; }
  .contact { min-height: 760px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-meta { padding-top: 1.5rem; text-align: left; border-top: 1px solid rgba(255,255,255,.15); }
}

@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; }
}