:root {
  --brown: #682600;
  --brown-dark: #2a1007;
  --brown-soft: #8d3b12;
  --gold: #e2ab32;
  --gold-light: #ffd86b;
  --red: #bd2e25;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --ink: #251712;
  --muted: #75665f;
  --line: #eadfce;
  --shadow: 0 20px 60px rgba(67, 29, 10, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
body.cart-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button, input, textarea, select, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: -100px; z-index: 1000;
  padding: 10px 16px; background: #fff; color: var(--brown);
}
.skip-link:focus { top: 12px; }

.topbar { background: var(--brown); color: #fff2dd; font-size: 13px; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; gap: 28px; }
.topbar a { color: #fff; font-weight: 800; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 248, .96);
  border-bottom: 1px solid rgba(104, 38, 0, .12);
  backdrop-filter: blur(15px);
}
.nav-row { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; width: 76px; height: 62px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.main-nav a {
  color: #4d2817; text-decoration: none; font-size: 13px;
  font-weight: 800; letter-spacing: .02em; white-space: nowrap;
}
.main-nav a:hover { color: var(--red); }
.main-nav a[aria-current="page"] { color: var(--red); }
.header-cart {
  display: inline-flex; align-items: center; border: 0; border-radius: 999px; padding: 11px 15px;
  background: var(--gold); color: var(--brown-dark); font-weight: 900; cursor: pointer;
  text-decoration: none;
}
.header-cart span {
  display: inline-grid; place-items: center; min-width: 22px; height: 22px;
  margin-left: 7px; border-radius: 50%; color: #fff; background: var(--brown); font-size: 12px;
}
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 720px; display: grid; align-items: center;
  overflow: hidden; isolation: isolate; color: #fff;
}
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: center 50%; }
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(35, 10, 3, .95) 0%, rgba(60, 19, 5, .77) 40%, rgba(60, 20, 5, .12) 74%),
    linear-gradient(0deg, rgba(30, 8, 2, .55), transparent 50%);
}
.hero-content { padding-block: 84px 110px; }
.eyebrow {
  margin: 0 0 14px; color: var(--gold-light); text-transform: uppercase;
  font-size: 12px; font-weight: 900; letter-spacing: .2em;
}
.eyebrow.brown { color: var(--brown-soft); }
.eyebrow.gold { color: var(--gold); }
.hero h1 {
  max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 7vw, 104px); font-weight: 500; line-height: .93; letter-spacing: -.05em;
}
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #f6eadd; font-size: 19px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.button {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center;
  border: 1px solid transparent; border-radius: 999px; padding: 12px 22px;
  text-decoration: none; font-weight: 900; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--brown-dark); box-shadow: 0 12px 30px rgba(226, 171, 50, .22); }
.button-ghost { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.45); }
.button-outline { background: transparent; color: var(--brown); border-color: rgba(104,38,0,.35); }
.hero-info, .feature-info { max-width: 720px; margin: 36px 0 0; color: #dec9b8; font-size: 14px; }
.hero-info strong, .feature-info strong { color: var(--gold-light); }
.feature-info span { display: block; }

.promise { position: relative; z-index: 2; margin-top: -42px; }
.promise-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden;
  border-radius: var(--radius); background: #fff; box-shadow: var(--shadow);
}
.promise-grid > div { position: relative; min-height: 150px; padding: 32px 34px 24px 76px; border-right: 1px solid var(--line); }
.promise-grid > div:last-child { border: 0; }
.promise-grid span {
  position: absolute; left: 26px; top: 30px; color: var(--gold);
  font-family: Georgia, serif; font-size: 22px; font-style: italic;
}
.promise-grid strong { display: block; font-family: Georgia, serif; font-size: 21px; }
.promise-grid p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.section { padding-block: 100px; }
.section-head { display: grid; grid-template-columns: 1.4fr .8fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.section-head h2, .story-section h2, .contact-section h2 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 5vw, 66px);
  font-weight: 500; line-height: 1; letter-spacing: -.035em;
}
.section-head > p { max-width: 430px; margin: 0; color: var(--muted); }
.menu-section { background: linear-gradient(180deg, #fffdf8, var(--cream)); }
.pizza-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.section-more { display: flex; justify-content: center; margin-top: 42px; }
.pizza-card {
  overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius);
  background: #fff; box-shadow: 0 7px 30px rgba(55, 29, 13, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pizza-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pizza-photo { position: relative; aspect-ratio: 1.12 / 1; overflow: hidden; background: var(--brown-dark); }
.pizza-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pizza-card:hover .pizza-photo img { transform: scale(1.025); }
.badge {
  position: absolute; top: 16px; left: 16px; padding: 8px 11px; border-radius: 999px;
  background: var(--gold); color: var(--brown-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em;
}
.pizza-body { padding: 24px; }
.pizza-body h3 { margin: 0; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.grammage { min-height: 82px; margin: 10px 0 14px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.price-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 18px; }
.price-actions .size-button:only-child { grid-column: 1 / -1; }
.size-button {
  display: grid; gap: 2px; min-height: 59px; padding: 9px 12px; border: 1px solid var(--line);
  border-radius: 14px; color: var(--brown); background: var(--cream); cursor: pointer;
}
.size-button span { font-size: 12px; color: var(--muted); }
.size-button strong { font-size: 17px; }
.size-button:hover, .size-button:focus-visible { border-color: var(--gold); background: #fff1c7; }

.extras-section { color: #fff; background: var(--brown-dark); }
.section-head.light > p, .extras-section .section-head > p { color: #cdb9ad; }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.extra-card {
  display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 82px;
  padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px;
  color: #fff; background: rgba(255,255,255,.05); text-align: left; cursor: pointer;
}
.extra-card:hover { border-color: var(--gold); background: rgba(226,171,50,.11); }
.extra-card span { display: grid; }
.extra-card small { color: #bfa89a; }
.extra-card b { color: var(--gold-light); white-space: nowrap; }

.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.story-logo {
  min-height: 470px; display: grid; place-items: center; padding: 32px; border-radius: 40% 60% 55% 45%;
  background: radial-gradient(circle at 50% 45%, #9d3b0e, var(--brown-dark) 69%);
  overflow: visible;
}
.story-logo img { width: min(74%, 360px); height: auto; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(0,0,0,.26)); }
.story-section p:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 17px; }
.text-link { display: inline-block; margin-top: 8px; color: var(--brown); font-weight: 900; }

.formats-section { color: #fff; background: var(--brown); }
.formats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.formats-grid article {
  min-height: 270px; padding: 32px; border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.03));
}
.formats-grid span { color: var(--gold-light); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.formats-grid h3 { margin: 56px 0 10px; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.formats-grid p { margin: 0; color: #dcc8bc; }
.formats-grid article a { display: inline-block; margin-top: 22px; color: var(--gold-light); font-weight: 900; }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; }
.contact-grid > div > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.contact-grid dl { margin: 0; border-top: 1px solid var(--line); }
.contact-grid dl div { display: grid; grid-template-columns: 110px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-grid dt { color: var(--muted); }
.contact-grid dd { margin: 0; font-weight: 800; }

.site-footer { padding-block: 45px; color: #d9c3b5; background: var(--brown-dark); }
.footer-inner { display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; }
.footer-inner img { width: 75px; height: auto; object-fit: contain; }
.footer-inner p { margin: 0; font-size: 13px; }
.footer-inner div { display: flex; gap: 16px; }
.footer-inner a { color: #fff; }
.restaurant-menu-teaser { color: #fff; background: var(--brown-dark); }
.restaurant-menu-teaser .compact-callout p:not(.eyebrow) { color: #cdb9ad; }

.addon-options { display: grid; gap: 6px; max-height: 230px; padding-right: 3px; overflow-y: auto; }
.addon-check { display: grid; grid-template-columns: 20px 1fr auto; gap: 8px; align-items: center; padding: 8px; border: 1px solid transparent; border-radius: 10px; color: var(--ink); background: #fff; cursor: pointer; }
.addon-check:hover, .addon-check:has(input:checked) { border-color: var(--gold); background: #fff3cf; }
.addon-check input { width: 18px; height: 18px; accent-color: var(--brown); }
.addon-check span { display: grid; }
.addon-check strong { font-size: 12px; }
.addon-check small { color: var(--muted); font-size: 10px; }
.addon-check b { color: var(--brown); font-size: 11px; }

.feature-hero { position: relative; min-height: 620px; display: grid; align-items: end; overflow: hidden; isolation: isolate; color: #fff; }
.feature-hero-image, .feature-hero-shade { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; }
.feature-hero-image { object-fit: cover; }
.feature-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(31,8,2,.95), rgba(58,17,3,.7) 55%, rgba(30,8,2,.18)), linear-gradient(0deg, rgba(28,7,2,.78), transparent 55%); }
.feature-hero-content { padding-block: 110px 70px; }
.feature-hero h1 { max-width: 920px; margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 7vw, 92px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.feature-hero-content > p:not(.eyebrow) { max-width: 720px; margin: 25px 0 0; color: #f0dfd2; font-size: 19px; }
.content-sections article { position: relative; padding-left: 74px; }
.content-sections .section-number { position: absolute; left: 0; top: 0; color: var(--gold); font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.content-sections small { display: block; margin-bottom: 8px; color: var(--brown-soft); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content-cards > .eyebrow { margin-left: 8px; }

.cart-page { background: var(--cream); }
.cart-page-hero { padding-block: 72px; color: #fff; background: linear-gradient(120deg, var(--brown-dark), var(--brown)); }
.cart-page-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(55px, 8vw, 96px); font-weight: 500; line-height: 1; }
.cart-page-hero p:not(.eyebrow) { max-width: 650px; color: #e5d0c3; font-size: 18px; }
.cart-page-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 28px; align-items: start; }
.cart-order-panel, .checkout-page-form { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(55,29,13,.07); }
.cart-page-empty { padding: 80px 20px; }
.cart-page-empty .button { margin-top: 18px; }
.cart-page-items { gap: 0; }
.cart-page-summary { margin-bottom: 0; font-size: 24px; }
.checkout-page-form { position: sticky; top: 125px; gap: 17px; }
.checkout-page-form h2 { margin: 0; font-family: Georgia, serif; font-size: 39px; font-weight: 500; }

.menu-docs-hero { position: relative; min-height: 590px; display: grid; align-items: end; isolation: isolate; overflow: hidden; color: #fff; }
.menu-docs-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.menu-docs-hero .shell { padding-block: 90px; }
.menu-docs-hero h1, .status-hero h1, .news-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(55px, 8vw, 100px); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.menu-docs-hero .shell > p:not(.eyebrow) { max-width: 690px; color: #f0dfd1; font-size: 19px; }
.menu-docs-section { background: var(--cream); }
.menu-doc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.menu-doc-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.menu-doc-card > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.menu-doc-card > div { padding: 30px; }
.menu-doc-card span { color: var(--brown-soft); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.menu-doc-card h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 42px; font-weight: 500; }
.menu-doc-card p { min-height: 76px; color: var(--muted); }
.menu-paths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-top: 35px; }
.menu-paths a { display: grid; padding: 25px; border-radius: 20px; color: #fff; background: var(--brown); text-decoration: none; }
.menu-paths span { color: var(--gold-light); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.menu-paths strong { margin-top: 5px; font-family: Georgia, serif; font-size: 28px; font-weight: 500; }
.menu-paths b { margin-top: 14px; }
.menu-catalog-section { padding-block: 55px 100px; background: var(--cream); }
.dish-search { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 35px rgba(55,29,13,.07); }
.dish-search label { display: grid; gap: 5px; color: var(--muted); font-size: 12px; font-weight: 900; }
.dish-search input { width: 100%; border: 1px solid #d9ccbb; border-radius: 12px; padding: 12px 14px; }
.category-tabs { display: flex; gap: 8px; margin: 24px 0 35px; padding-bottom: 8px; overflow-x: auto; }
.category-tabs a { flex: 0 0 auto; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--brown); background: #fff; text-decoration: none; font-size: 13px; font-weight: 900; }
.category-tabs a[aria-current="page"] { color: #fff; background: var(--brown); border-color: var(--brown); }
.category-tabs span { opacity: .67; }
.dish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dish-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 7px 30px rgba(55,29,13,.06); }
.dish-image { display: block; aspect-ratio: 1.3; overflow: hidden; background: var(--brown-dark); }
.dish-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.dish-card:hover .dish-image img { transform: scale(1.035); }
.dish-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.dish-body > span { color: var(--brown-soft); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.dish-body h2 { margin: 8px 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; line-height: 1.05; }
.dish-body h2 a { text-decoration: none; }
.dish-body > p { color: var(--muted); font-size: 13px; }
.dish-body > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; }
.dish-body > div > strong { color: var(--brown); font-size: 21px; }
.dish-body .button { min-height: 42px; padding: 8px 15px; }
.menu-downloads { display: grid; grid-template-columns: 1fr auto auto; gap: 15px; align-items: center; margin-top: 60px; padding: 28px; border-radius: 22px; color: #fff; background: var(--brown-dark); }
.menu-downloads h2 { margin: 0; font-family: Georgia, serif; font-size: 32px; font-weight: 500; }
.menu-downloads p { margin: 4px 0 0; color: #cfb9ad; }
.menu-downloads > a { padding: 12px 17px; border-radius: 999px; color: var(--brown-dark); background: var(--gold); text-decoration: none; font-weight: 900; }
.dish-detail-add { margin: 20px 0 0 15px; border: 0; }
.dish-contact { margin-top: 45px; padding: 22px; border-left: 4px solid var(--gold); background: #fff; }

.gallery-hero { padding-block: 110px 80px; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(226,171,50,.24), transparent 28%), var(--brown-dark); }
.gallery-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(56px, 8vw, 100px); font-weight: 500; line-height: .95; }
.gallery-hero p:not(.eyebrow) { max-width: 720px; color: #d9c4b8; font-size: 18px; }
.gallery-section { background: var(--cream); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.gallery-grid article { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.gallery-grid video { width: 100%; aspect-ratio: 16 / 10; display: block; background: #130904; object-fit: cover; }
.gallery-grid h2 { margin: 0; padding: 22px; font-family: Georgia, serif; font-size: 29px; font-weight: 500; }

.status-hero, .news-hero { padding-block: 95px 75px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(226,171,50,.25), transparent 30%), var(--brown-dark); }
.status-hero p:not(.eyebrow), .news-hero p:not(.eyebrow) { max-width: 760px; color: #dcc8bc; font-size: 18px; }
.status-hero code { color: var(--gold-light); }
.status-section { background: var(--cream); }
.status-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.status-card { padding: 34px; border-radius: 25px; background: #fff; box-shadow: var(--shadow); }
.status-card > span { display: inline-block; padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.status-card.done > span { color: #174e32; background: #dff3e8; }
.status-card.missing > span { color: #7b241f; background: #f9dfdc; }
.status-card h2 { margin: 20px 0; font-family: Georgia, serif; font-size: 39px; font-weight: 500; line-height: 1; }
.status-card ul { display: grid; gap: 12px; padding-left: 22px; color: var(--muted); }
.zip-status { color: #fff; background: var(--brown); }
.zip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.zip-grid article { padding: 28px; border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(255,255,255,.06); }
.zip-grid h3 { margin: 0; color: var(--gold-light); font-family: Georgia, serif; font-size: 29px; font-weight: 500; }
.zip-grid p { color: #decbbf; }
.status-note { margin-top: 26px; padding: 22px; border-left: 4px solid var(--gold); background: rgba(0,0,0,.15); }

.news-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; max-width: 750px; margin-top: 35px; }
.news-search label { display: grid; gap: 5px; color: #ead7ca; font-size: 12px; font-weight: 800; }
.news-search input { min-height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 12px 20px; color: #fff; background: rgba(255,255,255,.1); }
.news-search input::placeholder { color: #d2bab0; }
.news-featured { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 460px; overflow: hidden; border-radius: 28px; background: var(--brown-dark); box-shadow: var(--shadow); }
.news-featured > a { min-height: 420px; background: #3c1b0d; }
.news-featured img { width: 100%; height: 100%; object-fit: cover; }
.news-featured > div { display: flex; flex-direction: column; justify-content: center; padding: 45px; color: #fff; }
.news-featured h2 { margin: 12px 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1; }
.news-featured h2 a { text-decoration: none; }
.news-featured p { color: #d8c5ba; }
.news-featured .text-link { color: var(--gold-light); }
.news-list-head { display: flex; justify-content: space-between; align-items: end; margin: 60px 0 25px; }
.news-list-head h2 { margin: 0; font-family: Georgia, serif; font-size: 46px; font-weight: 500; }
.news-list-head span { color: var(--muted); }
.news-grid .archive-card { box-shadow: 0 8px 28px rgba(55,29,13,.08); }
.news-grid .archive-thumb { aspect-ratio: 1.35; }
.news-placeholder { display: grid; place-items: center; background: radial-gradient(circle, #8e340c, var(--brown-dark)); }
.news-placeholder img { width: 45%; height: 70%; object-fit: contain; object-position: center; filter: drop-shadow(0 16px 22px rgba(0,0,0,.28)); }

.page-hero {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(226,171,50,.26), transparent 28%),
    linear-gradient(135deg, var(--brown-dark), var(--brown));
}
.page-hero-inner {
  min-height: 430px; display: grid; grid-template-columns: minmax(0, 1fr) 260px;
  gap: 70px; align-items: center; padding-block: 75px;
}
.page-hero h1 {
  max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.045em;
}
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; color: #ecdccf; font-size: 19px; }
.page-hero-inner > img { width: 230px; height: auto; object-fit: contain; filter: drop-shadow(0 25px 35px rgba(0,0,0,.3)); }
.menu-hero { background: linear-gradient(90deg, rgba(35,10,3,.96), rgba(80,25,4,.82)), url("/assets/pizzas/pepperoni.webp") center 52% / cover; }
.full-menu { padding-top: 85px; }
.order-help { background: var(--cream); }
.compact-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.compact-callout h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(36px, 5vw, 58px); font-weight: 500; line-height: 1; }
.compact-callout p:not(.eyebrow) { margin: 14px 0 0; color: var(--muted); }
.page-content { background: var(--cream); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 80px; align-items: start; }
.content-sections { display: grid; gap: 55px; }
.content-sections article { padding-bottom: 55px; border-bottom: 1px solid var(--line); }
.content-sections article:last-child { padding-bottom: 0; border-bottom: 0; }
.content-sections h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 50px); font-weight: 500; line-height: 1.05; }
.content-sections p { color: var(--muted); font-size: 17px; }
.content-cards { position: sticky; top: 135px; display: grid; gap: 14px; }
.content-cards article { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 8px 30px rgba(55,29,13,.05); }
.content-cards h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.content-cards p { margin: 8px 0 0; color: var(--muted); }
.page-menu-cta { color: #fff; background: var(--brown); }
.page-menu-cta .compact-callout p:not(.eyebrow) { color: #dac2b4; }
.news-search { grid-template-columns: 1fr auto; }

.floating-cart {
  position: fixed; z-index: 90; right: 24px; bottom: 22px; display: none;
  grid-template-columns: auto auto 26px; align-items: center; gap: 13px;
  min-height: 58px; padding: 9px 11px 9px 20px; border: 0; border-radius: 999px;
  background: var(--gold); color: var(--brown-dark); box-shadow: 0 15px 45px rgba(40,15,3,.3); cursor: pointer; text-decoration: none;
}
.floating-cart.visible { display: grid; }
.floating-cart b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--brown); color: #fff; }
.cart-overlay { position: fixed; inset: 0; z-index: 200; background: rgba(25, 10, 4, .62); backdrop-filter: blur(3px); }
.cart-drawer {
  position: fixed; z-index: 210; top: 0; right: 0; width: min(500px, 100%); height: 100dvh;
  background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.18); transform: translateX(102%);
  transition: transform .27s ease; overflow: hidden;
}
.cart-drawer.open { transform: translateX(0); }
.cart-head { height: 102px; padding: 22px 25px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 500; }
.cart-head .eyebrow { margin-bottom: 2px; }
.cart-head button { align-self: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.cart-content { height: calc(100dvh - 102px); padding: 24px; overflow-y: auto; }
.cart-empty { padding: 40px 0; text-align: center; color: var(--muted); }
.cart-empty strong { color: var(--ink); font-family: Georgia, serif; font-size: 28px; }
.cart-items { display: grid; }
.cart-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 18px 2px; border-bottom: 1px solid var(--line); }
.cart-line:first-child { padding-top: 4px; }
.cart-line-content { min-width: 0; }
.cart-line-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.cart-line-actions { display: flex; flex: 0 0 auto; gap: 12px; }
.cart-item-title { font-weight: 900; }
.cart-item-meta { color: var(--muted); font-size: 13px; }
.cart-line-addons { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.cart-line-addon { display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 999px; color: var(--brown); background: #fff4d7; font-size: 12px; }
.cart-line-addon b { color: var(--muted); font-size: 10px; }
.cart-line-controls { display: grid; justify-items: end; gap: 8px; }
.cart-item-price { color: var(--brown); font-weight: 900; white-space: nowrap; }
.quantity { display: flex; align-items: center; gap: 7px; }
.quantity button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); cursor: pointer; }
.quantity strong { min-width: 18px; text-align: center; }
.edit-item, .remove-item { min-height: 32px; padding: 0; border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.edit-item { color: var(--brown); }
.remove-item { color: var(--red); }
.cart-summary { display: flex; justify-content: space-between; margin: 20px 0; padding: 18px 2px; border-block: 1px solid var(--line); font-size: 20px; }
.cart-delivery-fee { display: flex; justify-content: space-between; gap: 15px; padding: 14px 2px 0; color: var(--muted); font-size: 14px; }
.cart-delivery-fee strong { color: var(--brown); }
.checkout-form { display: grid; gap: 14px; }
.checkout-form h3 { margin: 5px 0 0; font-family: Georgia, serif; font-size: 26px; font-weight: 500; }
.checkout-form > label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.checkout-form input[type="text"], .checkout-form input[type="tel"], .checkout-form input:not([type]), .checkout-form textarea,
.checkout-form input[type="email"],
.archive-search input, .archive-search select {
  width: 100%; border: 1px solid #d9ccbb; border-radius: 12px; padding: 12px 13px; color: var(--ink); background: #fff;
}
.checkout-form textarea { resize: vertical; }
.choice-row { display: flex; gap: 9px; }
.choice-row label { flex: 1; padding: 11px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); font-size: 14px; }
.checkout-form fieldset { margin: 0; padding: 0; border: 0; }
.checkout-form legend { margin-bottom: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.submit-order { width: 100%; border: 0; margin-top: 4px; }
.form-note { margin: 0; color: var(--muted); font-size: 11px; }
.form-status { min-height: 24px; color: var(--brown); font-weight: 800; }
.form-status.error { color: var(--red); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.archive-page, .record-page, .admin-page { background: var(--cream); }
.archive-header { color: #fff; background: var(--brown-dark); }
.archive-header .nav-row { justify-content: space-between; }
.light-button { color: #fff; border-color: rgba(255,255,255,.4); }
.archive-title, .record h1, .admin-page h1 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(45px, 7vw, 80px); line-height: 1; font-weight: 500; letter-spacing: -.04em;
}
.archive-intro { max-width: 760px; color: var(--muted); font-size: 17px; }
.archive-search {
  display: grid; grid-template-columns: 1fr 230px auto; gap: 12px; align-items: end;
  margin: 35px 0 42px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff;
}
.archive-search label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 800; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.archive-card > div { padding: 20px; }
.archive-thumb { display: block; aspect-ratio: 1.55; overflow: hidden; background: #eee; }
.archive-thumb img { width: 100%; height: 100%; object-fit: cover; }
.archive-thumb.news-placeholder img { width: 45%; height: 70%; object-fit: contain; object-position: center; }
.archive-kind { color: var(--brown-soft); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.archive-card h2 { margin: 8px 0; font-family: Georgia, serif; font-size: 24px; font-weight: 500; line-height: 1.1; }
.archive-card h2 a { text-decoration: none; }
.archive-card p { color: var(--muted); font-size: 14px; }
.legacy-price, .record-price { display: inline-block; color: var(--brown); font-size: 20px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 40px; }
.empty-results { padding: 80px 20px; text-align: center; }
.record { max-width: 860px; }
.back-link { display: inline-block; margin-bottom: 38px; color: var(--brown); font-weight: 900; }
.record .archive-kind { display: block; margin-bottom: 10px; }
.record-price { margin-top: 20px; font-size: 28px; }
.record-image { width: 100%; max-height: 620px; margin: 34px 0; border-radius: var(--radius); object-fit: cover; }
.record-copy { margin-top: 36px; font-family: Georgia, serif; font-size: 20px; line-height: 1.7; }
.legacy-notice { margin-top: 45px; padding: 22px; border-left: 4px solid var(--gold); background: #fff; }
.orders-list { display: grid; gap: 15px; margin-top: 35px; }
.update-panel {
  display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center;
  margin: 32px 0; padding: 22px; border: 2px solid #d1544b; border-radius: 18px; background: #fff4f2;
}
.update-panel p { max-width: 760px; margin: 5px 0 0; color: var(--muted); }
.update-button { color: #fff; background: #a92820; }
.update-status { grid-column: 1 / -1; min-height: 20px; color: var(--brown); font-weight: 800; }
.update-status.error { color: var(--red); }
.order-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.order-card header { display: flex; justify-content: space-between; align-items: start; }
.order-card header div { display: grid; }
.order-card header span { color: var(--muted); font-size: 13px; }
.order-card header b { color: var(--brown); font-size: 22px; }
.order-card blockquote { margin: 15px 0 0; padding: 12px; border-left: 3px solid var(--gold); background: var(--cream); }

/* UX: compact ordering, clear checkout and accessible controls. */
.pizza-dialog { width: min(620px, calc(100% - 28px)); max-height: min(760px, calc(100dvh - 28px)); padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: #fff; box-shadow: 0 30px 90px rgba(28, 10, 3, .35); }
.pizza-dialog::backdrop { background: rgba(29, 10, 3, .7); backdrop-filter: blur(4px); }
.pizza-dialog-card { display: grid; max-height: min(760px, calc(100dvh - 28px)); }
.pizza-dialog-card > header { display: flex; justify-content: space-between; gap: 20px; padding: 25px 25px 18px; border-bottom: 1px solid var(--line); }
.pizza-dialog-card h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; font-weight: 500; line-height: 1; }
.pizza-dialog-card header p:last-child { margin: 7px 0 0; color: var(--muted); font-weight: 800; }
.dialog-close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--brown); background: #fff; cursor: pointer; }
.dialog-close, [data-close-cart] { position: relative; display: grid; place-items: center; padding: 0; font-size: 0; line-height: 0; }
.dialog-close::before, .dialog-close::after, [data-close-cart]::before, [data-close-cart]::after { content: ""; position: absolute; inset: 0; width: 18px; height: 2px; margin: auto; border-radius: 2px; background: currentColor; transform-origin: center; }
.dialog-close::before, [data-close-cart]::before { transform: rotate(45deg); }
.dialog-close::after, [data-close-cart]::after { transform: rotate(-45deg); }
.pizza-dialog-scroll { padding: 20px 25px; overflow-y: auto; }
.dialog-help { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.pizza-dialog fieldset { margin: 0; padding: 0; border: 0; }
.pizza-dialog legend { margin-bottom: 10px; color: var(--brown); font-weight: 900; }
.pizza-choice-label { display: grid; gap: 7px; margin-bottom: 18px; color: var(--brown); font-weight: 900; }
.pizza-choice-label select { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #d9ccbb; border-radius: 12px; color: var(--ink); background: #fff; font: inherit; }
.pizza-size-field { margin-bottom: 20px !important; }
.pizza-size-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.pizza-size-choice { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 12px 13px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.pizza-size-choice:has(input:checked) { border-color: var(--gold); background: #fff3cf; box-shadow: inset 0 0 0 1px var(--gold); }
.pizza-size-choice:has(input:disabled) { opacity: .45; cursor: not-allowed; }
.pizza-size-choice input { position: absolute; opacity: 0; pointer-events: none; }
.pizza-size-choice span { display: grid; }
.pizza-size-choice small { color: var(--muted); font-size: 10px; font-weight: 500; }
.pizza-size-choice b { color: var(--brown); font-size: 12px; white-space: nowrap; }
.dialog-addon-options { max-height: none; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
.pizza-dialog-card > footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 25px; border-top: 1px solid var(--line); background: #fffaf1; }
.pizza-dialog-card > footer > span { color: var(--brown); font-size: 18px; font-weight: 900; }
.size-button { text-align: left; }
.size-button span { color: var(--brown); font-weight: 800; }
.mobile-category { display: none !important; }
.cart-trust-text { margin-top: 24px !important; color: #f4dfd0 !important; font-size: 13px !important; }
.empty-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.cart-more { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
.cart-more a { color: var(--brown); font-size: 13px; font-weight: 900; }
.quantity button { font-size: 19px; }
.checkout-assurance { padding: 14px 15px; border-left: 4px solid var(--gold); background: var(--cream); }
.payment-choices { display: grid; grid-template-columns: 1fr; }
.payment-result { max-width: 720px; padding: 45px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.payment-result h1 { margin-top: 10px; }
.checkout-assurance strong { color: var(--brown); }
.checkout-assurance p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.cta-pair { display: flex; flex-wrap: wrap; gap: 10px; }

@media (max-width: 1040px) {
  .nav-row { gap: 18px; }
  .main-nav { gap: 10px; }
  .main-nav a { font-size: 11px; }
  .pizza-grid { grid-template-columns: repeat(2, 1fr); }
  .extras-grid { grid-template-columns: repeat(3, 1fr); }
  .dish-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .topbar-inner span:last-child { display: none; }
  .nav-row { min-height: 66px; gap: 15px; }
  .brand { width: 62px; height: 52px; }
  .menu-toggle { display: block; margin-left: auto; border: 0; background: transparent; color: var(--brown); font-weight: 900; }
  .main-nav {
    position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 18px 20px;
    background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 8px 0; font-size: 14px; }
  .header-cart { padding: 9px 10px; font-size: 0; }
  .header-cart::before { content: "Корзина"; font-size: 12px; }
  .hero { min-height: 540px; }
  .hero-content { padding-block: 58px 68px; }
  .hero-info, .feature-info { margin-top: 28px; }
  .hero-shade { background: linear-gradient(90deg, rgba(35,10,3,.92), rgba(45,12,3,.42)), linear-gradient(0deg, rgba(30,8,2,.6), transparent); }
  .promise { margin-top: 0; padding-top: 20px; background: var(--cream); }
  .promise-grid { display: flex; border-radius: 0; box-shadow: none; overflow-x: auto; scroll-snap-type: x proximity; }
  .promise-grid > div { flex: 0 0 min(78vw, 280px); min-height: 126px; padding: 18px 18px 16px 48px; border-right: 1px solid var(--line); border-bottom: 0; scroll-snap-align: start; }
  .promise-grid span { left: 16px; top: 17px; font-size: 18px; }
  .promise-grid strong { font-size: 17px; }
  .promise-grid p { margin-top: 5px; font-size: 12px; }
  .section { padding-block: 74px; }
  .section-head, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-logo { min-height: 350px; }
  .formats-grid { grid-template-columns: 1fr; }
  .formats-grid article { min-height: 220px; }
  .formats-grid h3 { margin-top: 35px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-search { grid-template-columns: 1fr 1fr; }
  .archive-search button { grid-column: 1 / -1; }
  .page-hero-inner { grid-template-columns: 1fr 180px; gap: 30px; }
  .page-hero-inner > img { width: 170px; }
  .content-layout { grid-template-columns: 1fr; gap: 45px; }
  .content-cards { position: static; grid-template-columns: repeat(2, 1fr); }
  .cart-page-grid, .news-featured { grid-template-columns: 1fr; }
  .checkout-page-form { position: static; }
  .menu-doc-grid, .status-columns { grid-template-columns: 1fr; }
  .feature-hero { min-height: 470px; }
  .menu-docs-hero { min-height: 430px; }
  .menu-docs-hero .shell { padding-block: 58px; }
  .news-featured > a { min-height: 330px; }
  .menu-downloads { grid-template-columns: 1fr 1fr; }
  .menu-downloads > div { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1180px); }
  .topbar-inner { gap: 12px; justify-content: space-between; font-size: 11px; }
  .topbar-inner span:nth-child(2) { text-align: right; }
  body:has(.floating-cart.visible) { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .hero { min-height: 500px; }
  .hero-content { padding-block: 46px 55px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 16px; }
  .hero-info, .feature-info { font-size: 12px; line-height: 1.8; }
  .pizza-grid { grid-template-columns: 1fr; }
  .grammage { min-height: 0; }
  .extras-grid { grid-template-columns: 1fr; }
  .story-logo { min-height: 300px; padding: 22px; }
  .section-head h2, .story-section h2, .contact-section h2 { font-size: 42px; }
  .contact-grid dl div { grid-template-columns: 86px 1fr; }
  .footer-inner { grid-template-columns: 60px 1fr; }
  .footer-inner img { width: 54px; }
  .footer-inner div { grid-column: 1 / -1; }
  .floating-cart { left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); min-height: 54px; justify-content: center; }
  .archive-grid, .archive-search { grid-template-columns: 1fr; }
  .page-hero-inner { min-height: 350px; grid-template-columns: 1fr; padding-block: 60px; }
  .page-hero-inner > img { display: none; }
  .compact-callout { align-items: flex-start; flex-direction: column; }
  .content-cards { grid-template-columns: 1fr; }
  .content-sections article { padding-left: 50px; }
  .cart-order-panel, .checkout-page-form { padding: 20px; }
  .menu-paths, .zip-grid { grid-template-columns: 1fr; }
  .menu-doc-card > div { padding: 22px; }
  .news-search { grid-template-columns: 1fr; }
  .news-featured > div { padding: 27px; }
  .news-list-head { align-items: start; flex-direction: column; gap: 5px; }
  .dish-search, .dish-grid, .gallery-grid, .menu-downloads { grid-template-columns: 1fr; }
  .mobile-category { display: grid !important; }
  .dish-search select { width: 100%; min-height: 48px; border: 1px solid #d9ccbb; border-radius: 12px; padding: 10px 12px; color: var(--ink); background: #fff; }
  .category-tabs { display: none; }
  .menu-catalog-section { padding-top: 18px; }
  .dish-search { position: sticky; top: 100px; z-index: 20; padding: 14px; }
  .menu-docs-hero { min-height: 350px; }
  .menu-docs-hero .shell { padding-block: 42px; }
  .menu-docs-hero h1 { font-size: 49px; }
  .menu-docs-hero .shell > p:not(.eyebrow) { font-size: 15px; }
  .dish-search button { width: 100%; }
  .menu-downloads > div { grid-column: auto; }
  .update-panel { grid-template-columns: 1fr; }
  .update-status { grid-column: auto; }
  .archive-search button { grid-column: auto; }
  .archive-title, .record h1, .admin-page h1 { font-size: 44px; }
  .archive-card { display: grid; grid-template-columns: 112px 1fr; }
  .archive-thumb { height: 100%; aspect-ratio: auto; }
  .archive-card > div { padding: 15px; }
  .archive-card h2 { font-size: 20px; }
  .archive-card p { display: block; margin: 8px 0 0; font-size: 12px; }
  .pizza-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 20px; }
  .pizza-dialog-card { max-height: calc(100dvh - 16px); }
  .pizza-dialog-card > header { padding: 19px 18px 14px; }
  .pizza-dialog-card h2 { font-size: 29px; }
  .pizza-dialog-scroll { padding: 16px 18px; }
  .pizza-size-options { grid-template-columns: 1fr; }
  .dialog-addon-options { grid-template-columns: 1fr; }
  .pizza-dialog-card > footer { position: sticky; bottom: 0; padding: 14px 18px; }
  .pizza-dialog-card > footer { align-items: stretch; flex-direction: column; }
  .cart-page-hero { padding-block: 45px; }
  .cart-page-hero h1 { font-size: 58px; }
  .cart-trust-text { font-size: 11px !important; }
  .cart-line { grid-template-columns: 1fr; gap: 12px; padding-block: 16px; }
  .cart-line-heading { gap: 12px; }
  .cart-line-actions { gap: 10px; }
  .cart-line-controls { display: flex; align-items: center; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
