:root {
  --ink: #171515;
  --ink-soft: #252121;
  --paper: #f4f0e9;
  --paper-deep: #e8e0d4;
  --red: #ed1c2e;
  --orange: #f5a623;
  --white: #fffdf9;
  --muted: #aca39a;
  --line: rgba(23, 21, 21, 0.16);
  --display: "Arial Black", "Franklin Gothic Heavy", Impact, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea { font: inherit; }
::selection { background: var(--orange); color: var(--ink); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .8rem 1rem; background: var(--white); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1rem, 4vw, 4rem); color: var(--white); transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(23, 21, 21, .93); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.brand { width: 132px; height: 56px; display: flex; align-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; gap: 2rem; align-items: center; }
.desktop-nav a { position: relative; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.order-button { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.order-button--header { justify-self: end; padding: .85rem 1.1rem; color: var(--ink); background: var(--orange); border: 1px solid var(--orange); transition: transform .2s ease, background .2s ease; }
.order-button--header:hover { transform: translateY(-2px) rotate(-1deg); background: var(--white); }

.hero { min-height: 760px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: var(--white); overflow: hidden; padding: 130px max(4vw, calc((100vw - var(--max))/2)) 70px; }
.hero::after { content: ""; position: absolute; width: 470px; height: 470px; left: 12%; bottom: -38%; background: var(--red); filter: blur(130px); opacity: .18; border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding-right: 3rem; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.2rem; font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: block; width: 42px; height: 2px; background: var(--red); }
.eyebrow--light span { background: var(--white); }
.hero h1, .section-heading h2, .menu-intro h2, .manifesto h2, .final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(3.5rem, 7.2vw, 7.3rem); line-height: .84; letter-spacing: -.065em; text-transform: uppercase; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero h1 em { color: var(--red); -webkit-text-stroke: 1px var(--red); }
.hero-lead { max-width: 530px; margin: 2rem 0; color: #d2cbc4; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.6; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; min-height: 52px; padding: .9rem 1.25rem; border: 1px solid transparent; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--red); color: var(--white); }
.button--primary:hover { background: var(--orange); color: var(--ink); }
.button--ghost { border-color: rgba(255,255,255,.35); color: var(--white); }
.button--ghost:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-meta { display: flex; gap: 3.2rem; margin: 2.3rem 0 0; }
.hero-meta div { border-left: 2px solid var(--orange); padding-left: .8rem; }
.hero-meta dt { font-size: .66rem; color: #8f8780; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta dd { margin: .35rem 0 0; font-size: .9rem; font-weight: 800; }

.hero-visual { position: relative; align-self: stretch; min-height: 560px; }
.hero-photo { position: absolute; inset: 0 0 0 8%; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 91%, 88% 100%, 0 100%, 0 10%); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(23,21,21,.78)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-visual:hover .hero-photo img { transform: scale(1.045); }
.hero-stamp { position: absolute; left: -2%; top: 7%; z-index: 3; width: 118px; height: 118px; border-radius: 50%; background: var(--orange); color: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-9deg); box-shadow: 0 8px 0 rgba(0,0,0,.2); }
.hero-stamp::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(23,21,21,.35); border-radius: 50%; }
.hero-stamp span { font-size: .55rem; font-weight: 900; letter-spacing: .2em; }
.hero-stamp strong { margin: .2rem 0; font-family: var(--display); font-size: 1.05rem; }
.hero-caption { position: absolute; z-index: 2; bottom: 1rem; left: 2rem; right: 1rem; display: flex; justify-content: space-between; align-items: center; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.4); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-caption span { color: var(--orange); }
.route-line { position: absolute; pointer-events: none; border: 4px solid var(--orange); border-color: var(--orange) transparent transparent var(--orange); border-radius: 50%; opacity: .75; transform: rotate(17deg); }
.route-line--one { width: 520px; height: 260px; right: 20%; top: 17%; z-index: 1; }
.route-line--one::after, .route-line--two::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 7px var(--ink); }
.route-line--one::after { left: 2%; top: 5%; }

.ticker { background: var(--orange); color: var(--ink); overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 1.6rem; padding: .85rem 0; animation: ticker 28s linear infinite; }
.ticker span { font-family: var(--display); font-size: .85rem; letter-spacing: .12em; }
.ticker b { color: var(--red); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-shell { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.highlights { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -.5rem; }
.section-heading h2, .menu-intro h2 { font-size: clamp(3.2rem, 6vw, 6rem); }
.section-heading > p:last-child { max-width: 430px; color: #625c56; font-size: 1rem; line-height: 1.7; }
.highlight-grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-auto-rows: 310px; gap: 1rem; }
.highlight-card { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.highlight-card--wide { grid-row: span 2; }
.highlight-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 32%, rgba(0,0,0,.85)); }
.highlight-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
.highlight-card--wide img { object-position: 50% 50%; }
.highlight-card:hover img { transform: scale(1.05); filter: saturate(1.1); }
.highlight-card > div { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; }
.highlight-card span { font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.highlight-card h3 { margin: .35rem 0 .9rem; font-family: var(--display); font-size: clamp(1.45rem, 3vw, 2.7rem); text-transform: uppercase; }
.highlight-card a { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.highlight-card a span { margin-left: .4rem; }

.menu-section { padding: 7rem 0; background: var(--ink); color: var(--white); }
.menu-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.menu-intro > p { color: #aaa19a; line-height: 1.7; max-width: 430px; }
.category-wrap { position: sticky; top: 68px; z-index: 30; border-block: 1px solid rgba(255,255,255,.14); background: rgba(23,21,21,.95); backdrop-filter: blur(12px); }
.category-nav { display: flex; width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; overflow-x: auto; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav button { flex: 0 0 auto; padding: 1rem 1.2rem; border: 0; border-right: 1px solid rgba(255,255,255,.12); background: transparent; color: #938b84; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease; }
.category-nav button span { margin-right: .6rem; color: #655f59; }
.category-nav button:hover, .category-nav button:focus-visible { color: var(--white); background: rgba(255,255,255,.06); outline: none; }
.category-nav button.is-active { background: var(--red); color: var(--white); }
.category-nav button.is-active span { color: var(--white); }
.menu-content { padding-top: 3.5rem; }
.menu-category-header { display: grid; grid-template-columns: 1fr .65fr; gap: 2rem; align-items: end; padding-bottom: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.18); }
.menu-category-header > * { min-width: 0; }
.menu-category-header > div { display: flex; align-items: baseline; gap: 1.1rem; }
.menu-category-header span { color: var(--red); font-family: var(--display); font-size: 1rem; }
.menu-category-header h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; text-transform: uppercase; overflow-wrap: anywhere; }
.menu-category-header p { margin: 0; color: #aaa19a; line-height: 1.55; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); transition: opacity .12s ease, transform .12s ease; }
.product-grid.is-changing { opacity: 0; transform: translateY(8px); }
.product-card { position: relative; display: grid; grid-template-rows: auto 1fr; min-height: 320px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); overflow: hidden; animation: card-in .45s both; animation-delay: var(--delay); }
.product-card:nth-child(3n + 1) { border-left: 1px solid rgba(255,255,255,.15); }
@keyframes card-in { from { opacity: 0; transform: translateY(14px); } }
.product-card::before { content: ""; position: absolute; inset: 100% 0 0; background: var(--paper); transition: inset .35s cubic-bezier(.2,.7,.2,1); }
.product-card:hover::before { inset: 0; }
.product-card:hover { color: var(--ink); }
.product-body, .product-image { position: relative; z-index: 1; }
.product-image { height: 170px; margin: -1.5rem -1.5rem 1.3rem; overflow: hidden; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(23,21,21,.45)); }
.product-image img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-body { align-self: end; }
.product-topline { min-height: 24px; display: flex; justify-content: space-between; align-items: center; margin-bottom: .8rem; }
.product-index { margin-left: auto; color: #756e68; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.product-badge { display: inline-block; padding: .28rem .45rem; background: var(--orange); color: var(--ink); font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card h4 { margin: 0 0 .6rem; font-family: var(--display); font-size: 1.25rem; line-height: 1.03; letter-spacing: -.025em; text-transform: uppercase; }
.product-card p { margin: 0; color: #9e9690; font-size: .82rem; line-height: 1.55; transition: color .3s ease; }
.product-card:hover p { color: #665f59; }
.product-price { margin-top: 1.3rem !important; color: var(--orange) !important; font-family: var(--display); font-size: 1.25rem !important; }
.product-card:hover .product-price { color: var(--red) !important; }
.size-prices { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.15rem; }
.size-prices span { display: grid; gap: .15rem; min-width: 72px; padding: .48rem .55rem; border: 1px solid rgba(255,255,255,.18); transition: border-color .3s ease; }
.product-card:hover .size-prices span { border-color: rgba(23,21,21,.2); }
.size-prices small { color: #8e857e; font-size: .55rem; font-weight: 800; text-transform: uppercase; }
.size-prices strong { color: var(--orange); font-size: .78rem; }
.product-card:hover .size-prices strong { color: var(--red); }
.menu-note { margin: 1.5rem 0 0; color: #7f7771; font-size: .73rem; }

.manifesto { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; background: var(--red); color: var(--white); }
.manifesto-photo { overflow: hidden; min-height: 620px; }
.manifesto-photo img { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; transform: scale(1.02); }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); }
.manifesto h2 { font-size: clamp(3.7rem, 7vw, 7rem); }
.manifesto h2 em { color: var(--orange); }
.manifesto-copy > p:not(.eyebrow) { max-width: 560px; margin: 2rem 0; font-size: 1.05rem; line-height: 1.7; }
.manifesto ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); }
.manifesto li { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.manifesto li span { display: inline-block; width: 42px; color: var(--orange); font-size: .7rem; }

.locations { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-heading--locations { grid-template-columns: 1fr; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.location-card { position: relative; min-height: 340px; padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--ink); color: var(--white); overflow: hidden; }
.location-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -100px; bottom: -160px; border: 4px solid var(--red); border-radius: 50%; }
.location-card--orange { background: var(--orange); color: var(--ink); }
.location-card--orange::before { border-color: var(--red); }
.location-index { position: absolute; right: 2rem; top: 1.5rem; font-family: var(--display); font-size: 4.5rem; line-height: 1; opacity: .12; }
.location-card p { margin: 0 0 2.4rem; font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.location-card h3 { margin: 0 0 1rem; font-family: var(--display); font-size: clamp(2rem, 5vw, 4rem); text-transform: uppercase; }
.location-card address { font-style: normal; line-height: 1.7; color: #b9b0aa; }
.location-card--orange address { color: rgba(23,21,21,.68); }
.location-card a { position: absolute; left: clamp(1.5rem, 4vw, 3.5rem); bottom: 2rem; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.location-card a:hover { text-decoration: underline; text-underline-offset: .35rem; }

.final-cta { position: relative; min-height: 580px; display: grid; place-content: center; padding: 5rem 1rem; text-align: center; background: var(--ink); color: var(--white); overflow: hidden; }
.final-cta p { margin: 0 0 1rem; color: var(--orange); font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.final-cta h2 { position: relative; z-index: 2; font-size: clamp(4.5rem, 10vw, 10rem); }
.final-cta .button { position: relative; z-index: 2; justify-self: center; margin-top: 2rem; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--orange); }
.route-line--two { width: 720px; height: 390px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); opacity: .45; }
.route-line--two::after { right: 3%; top: 18%; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 3rem clamp(1rem, 4vw, 4rem); background: #0e0d0d; color: var(--white); border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 176px; height: 72px; object-fit: contain; object-position: left center; }
.footer-brand p, .footer-note { color: #77706a; font-size: .72rem; }
.photo-sources { display: block; margin-top: .45rem; }
.photo-sources a { text-underline-offset: .2em; }
.footer-links { display: flex; gap: 1.5rem; align-self: center; }
.footer-links a { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange); }
.footer-note { grid-column: 1 / -1; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.1); }
.floating-order { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; }
  .hero-copy { padding-right: 0; }
  .hero-visual { min-height: 610px; margin-top: 3rem; }
  .section-heading, .menu-intro { grid-template-columns: 1fr; }
  .highlight-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 290px; }
  .highlight-card--wide { grid-row: auto; grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card:nth-child(3n + 1) { border-left: 0; }
  .product-card:nth-child(2n + 1) { border-left: 1px solid rgba(255,255,255,.15); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-photo { min-height: 520px; max-height: 680px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 94px; }
  .site-header, .site-header.is-scrolled { height: 64px; padding-inline: 1rem; }
  .brand { width: 108px; height: 48px; }
  .order-button--header { padding: .7rem .8rem; font-size: .7rem; }
  .hero { min-height: auto; padding: 105px 1rem 42px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lead { margin: 1.5rem 0; font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-meta { gap: 1rem; justify-content: space-between; }
  .hero-meta dd { font-size: .76rem; }
  .hero-visual { min-height: 470px; margin-top: 2.5rem; }
  .hero-photo { left: 0; }
  .hero-stamp { width: 94px; height: 94px; left: -2%; }
  .hero-stamp strong { font-size: .8rem; }
  .route-line--one { width: 380px; right: -55%; }
  .section-shell { width: min(var(--max), calc(100% - 2rem)); }
  .highlights { padding-block: 4.5rem; }
  .section-heading h2, .menu-intro h2 { font-size: clamp(2.9rem, 14vw, 4.3rem); }
  .section-heading { gap: 1rem; }
  .highlight-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .highlight-card--wide { grid-column: auto; }
  .menu-section { padding-top: 4.5rem; }
  .category-wrap { top: 64px; }
  .category-nav { width: 100%; padding-left: 1rem; }
  .category-nav button { padding: .9rem 1rem; font-size: .66rem; }
  .menu-content { padding-top: 2.5rem; }
  .menu-category-header { grid-template-columns: 1fr; gap: .9rem; }
  .menu-category-header > div { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: .8rem; }
  .menu-category-header h3 { font-size: clamp(1.9rem, 8.5vw, 2.15rem); overflow-wrap: normal; word-break: normal; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(2n + 1) { min-height: 280px; border-left: 1px solid rgba(255,255,255,.15); }
  .product-card--photo { min-height: 420px; }
  .product-image { height: 210px; }
  .manifesto-photo { min-height: 450px; }
  .manifesto-copy { padding: 4rem 1rem; }
  .manifesto h2 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .location-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 320px; }
  .final-cta { min-height: 520px; }
  .final-cta h2 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .route-line--two { width: 520px; height: 310px; }
  footer { grid-template-columns: 1fr; padding-bottom: 6rem; }
  .footer-links { flex-wrap: wrap; }
  .footer-note { grid-column: auto; }
  .floating-order { position: fixed; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; right: 1rem; bottom: 1rem; z-index: 60; min-width: 98px; min-height: 52px; padding: .8rem 1rem; background: var(--red); color: var(--white); box-shadow: 0 8px 30px rgba(0,0,0,.35); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
}

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