:root {
  --ink: #171411;
  --ink-2: #231f1a;
  --paper: #f1ebdf;
  --paper-2: #e5dccb;
  --ember: #e15b35;
  --ember-dark: #a8361e;
  --olive: #76805b;
  --line: rgba(23, 20, 17, .18);
  --max: 1320px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; display: block; }
::selection { background: var(--ember); color: white; }

.skip-link { position: fixed; z-index: 1000; left: 1rem; top: -10rem; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 88px; padding: 0 clamp(22px, 4vw, 68px); display: flex; align-items: center; gap: 3rem; position: absolute; inset: 0 0 auto; z-index: 20; color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .3s, height .3s; }
.brand { text-decoration: none; display: inline-flex; align-items: center; gap: .8rem; margin-right: auto; }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; }
.brand-mark svg { width: 26px; height: 26px; fill: var(--ember); }
.brand-mark .mark-cut { fill: var(--ink); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { text-transform: uppercase; letter-spacing: .05em; font-size: .95rem; }
.brand-copy small { font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; opacity: .65; margin-top: .35rem; }
.desktop-nav { display: flex; align-items: center; gap: 2.2rem; }
.desktop-nav a { text-decoration: none; text-transform: uppercase; font-size: .7rem; letter-spacing: .14em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--ember); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-call { text-decoration: none; display: flex; gap: .65rem; align-items: baseline; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.25); font-size: .72rem; }
.header-call span { text-transform: uppercase; letter-spacing: .12em; opacity: .6; }
.header-call strong { letter-spacing: .03em; }
.menu-toggle { display: none; border: 0; background: none; padding: 10px 0 10px 10px; width: 38px; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
.mobile-menu { display: none; }

.hero { min-height: 820px; height: min(930px, 100svh); background: var(--ink); color: var(--paper); position: relative; display: grid; grid-template-columns: 56% 44%; overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; opacity: .18; 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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.17'/%3E%3C/svg%3E"); }
.hero-copy { align-self: center; padding: 150px 7vw 85px; position: relative; z-index: 4; }
.eyebrow, .section-kicker { font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; display: flex; align-items: center; gap: .75rem; }
.eyebrow span { display: inline-block; width: 34px; height: 1px; background: var(--ember); }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; margin: 0; line-height: .87; }
.hero h1 { font-size: clamp(4.7rem, 8.1vw, 9rem); max-width: 850px; margin-top: 2rem; }
em { color: var(--ember); font-weight: 400; }
.hero-lead { max-width: 520px; font-family: var(--serif); font-size: clamp(1.08rem, 1.5vw, 1.42rem); line-height: 1.55; margin: 2rem 0 2.4rem; color: rgba(241,235,223,.75); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.button { min-height: 54px; padding: 0 1.45rem; display: inline-flex; justify-content: center; align-items: center; gap: 2.5rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; font-size: .67rem; letter-spacing: .15em; font-weight: 700; cursor: pointer; transition: background .25s, color .25s, border .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ember); color: white; }
.button-primary:hover { background: #f06a43; }
.button-ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.4); }
.button-ghost:hover { background: var(--paper); color: var(--ink); }
.hero-status { display: flex; gap: .8rem; align-items: center; margin-top: 4.2rem; }
.status-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: #777; box-shadow: 0 0 0 5px rgba(255,255,255,.08); }
.status-dot.is-open { background: #8caf69; }
.status-dot.is-closed { background: var(--ember); }
.hero-status div { display: grid; }
.hero-status strong { font-size: .68rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-status small { font-size: .73rem; color: rgba(255,255,255,.55); margin-top: .15rem; }
.hero-photo { position: relative; background: linear-gradient(90deg, rgba(23,20,17,.65), transparent 26%), linear-gradient(0deg, rgba(23,20,17,.5), transparent 45%), url('assets/images/pizza-v-peci.jpg') center/cover no-repeat; }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 80px 0 100px rgba(23,20,17,.25); }
.photo-credit { position: absolute; bottom: 30px; right: 34px; z-index: 2; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .2em; font-size: .57rem; opacity: .65; }
.hero-seal { position: absolute; right: calc(44% - 76px); bottom: 68px; z-index: 5; width: 152px; height: 152px; border-radius: 50%; background: var(--paper); color: var(--ink); }
.hero-seal svg { width: 100%; height: 100%; animation: seal-spin 22s linear infinite; }
.hero-seal text { font-family: var(--sans); font-weight: 700; font-size: 9px; letter-spacing: 2.6px; fill: currentColor; }
.hero-seal .seal-flame { fill: var(--ember); transform-origin: center; animation: seal-unspin 22s linear infinite; }
@keyframes seal-spin { to { transform: rotate(360deg); } }
@keyframes seal-unspin { to { transform: rotate(-360deg); } }

.marquee { background: var(--ember); color: var(--ink); overflow: hidden; white-space: nowrap; height: 54px; display: flex; align-items: center; }
.marquee-track { width: max-content; display: flex; gap: 2.4rem; align-items: center; animation: marquee 28s linear infinite; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: 1.03rem; }
.marquee i { font-style: normal; font-size: .68rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: clamp(90px, 11vw, 160px) clamp(22px, 5vw, 76px); }
.story { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .95fr 1fr; column-gap: 9vw; }
.section-kicker { border-bottom: 1px solid var(--line); padding-bottom: 1rem; margin: 0 0 3.2rem; justify-content: space-between; }
.section-kicker span { opacity: .4; }
.story h2, .section-top h2, .gallery-intro h2, .reviews-title h2, .visit-content h2 { font-size: clamp(3.1rem, 6vw, 6.2rem); }
.story-body { padding-top: 5rem; max-width: 520px; }
.story-intro { font-family: var(--serif); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.35; margin: 0 0 2rem; }
.story-body > p:not(.story-intro) { color: rgba(23,20,17,.65); max-width: 450px; }
.story-facts { margin-top: 4rem; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.story-facts article { padding: 1.5rem .7rem 0 0; border-right: 1px solid var(--line); display: grid; align-content: start; }
.story-facts article + article { padding-left: 1.2rem; }
.story-facts article:last-child { border: 0; }
.story-facts strong { font-family: var(--serif); font-weight: 400; font-size: 2.7rem; line-height: 1; color: var(--ember-dark); }
.story-facts span { font-size: .68rem; line-height: 1.35; margin-top: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.story-image { grid-column: 1/-1; margin: 8rem 0 0; position: relative; }
.story-image img { width: 100%; height: min(600px, 54vw); object-fit: cover; object-position: center 50%; filter: saturate(.78) contrast(1.04); }
.story-image figcaption { position: absolute; left: 0; bottom: 0; background: var(--paper); padding: 1.2rem 1.5rem; display: flex; gap: 2.5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.story-image figcaption span { color: var(--ember); }

.pizza-section { background: var(--ink); color: var(--paper); }
.section-top { max-width: var(--max); margin: 0 auto 6rem; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; }
.section-kicker.light { border-color: rgba(255,255,255,.18); }
.section-top > p { color: rgba(255,255,255,.6); font-family: var(--serif); font-size: 1.2rem; max-width: 420px; margin: 0 0 .5rem; }
.featured-pizzas { max-width: var(--max); margin: auto; border-top: 1px solid rgba(255,255,255,.22); }
.pizza-card { min-height: 160px; display: grid; grid-template-columns: 90px 1fr 50px; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.22); position: relative; overflow: hidden; }
.pizza-card::before { content: ""; position: absolute; inset: 0; background: var(--paper); transform: translateX(-102%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
.pizza-card:hover::before { transform: translateX(0); }
.pizza-card > * { position: relative; z-index: 1; transition: color .3s; }
.pizza-card:hover { color: var(--ink); }
.pizza-number { align-self: start; padding-top: 2rem; font-size: .65rem; color: var(--ember); }
.pizza-card div { display: grid; grid-template-columns: minmax(240px,.65fr) 1.35fr; gap: 2rem; align-items: center; }
.pizza-card div p { grid-column: 1/-1; margin: 0 0 -.8rem; color: var(--ember); font-size: .61rem; text-transform: uppercase; letter-spacing: .14em; }
.pizza-card h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.04em; }
.pizza-card div span { color: rgba(255,255,255,.56); font-size: .85rem; max-width: 570px; }
.pizza-card:hover div span { color: rgba(23,20,17,.62); }
.pizza-arrow { font-size: 1.5rem; font-weight: 200; }
.menu-cta { max-width: var(--max); margin: 4rem auto 0; display: flex; justify-content: space-between; align-items: center; }
.button-invert { background: var(--paper); color: var(--ink); }
.button-invert:hover { background: var(--ember); color: white; }
.menu-cta p { margin: 0; color: rgba(255,255,255,.56); text-align: right; font-size: .75rem; }
.menu-cta p a { display: inline-block; color: var(--paper); font-weight: 700; margin-top: .2rem; text-decoration-color: var(--ember); text-underline-offset: 4px; }

.fire-break { height: min(760px, 72vw); min-height: 580px; position: relative; overflow: hidden; color: white; display: grid; place-items: end start; }
.fire-break-image { position: absolute; inset: -8%; background: linear-gradient(0deg, rgba(10,7,5,.76), transparent 65%), url('assets/images/pizza-v-peci.jpg') center 45%/cover no-repeat; }
.fire-break-copy { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr; align-items: end; padding: clamp(30px,6vw,90px); width: min(100%, 900px); }
.fire-break-copy span { grid-column: 1/-1; font-size: .65rem; text-transform: uppercase; letter-spacing: .2em; color: var(--ember); }
.fire-break-copy strong { font-family: var(--serif); font-weight: 400; font-size: clamp(5rem, 11vw, 10rem); line-height: .85; letter-spacing: -.07em; }
.fire-break-copy p { max-width: 390px; margin: 0 0 .5rem 3rem; color: rgba(255,255,255,.7); }

.gallery-section { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; }
.gallery-intro { position: sticky; top: 40px; align-self: start; }
.gallery-intro > p:last-child { max-width: 380px; color: rgba(23,20,17,.62); margin-top: 2.2rem; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.gallery-item { border: 0; padding: 0; background: var(--ink); color: white; overflow: hidden; position: relative; cursor: zoom-in; aspect-ratio: 1/1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.1,1), opacity .35s; filter: saturate(.78); }
.gallery-item:hover img { transform: scale(1.045); opacity: .88; }
.gallery-item > span { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(transparent,rgba(0,0,0,.7)); text-transform: uppercase; font-size: .62rem; letter-spacing: .15em; }
.gallery-item i { font-style: normal; font-size: 1rem; }
.gallery-large { grid-row: span 2; aspect-ratio: auto; }
.gallery-tall { aspect-ratio: 1/1.15; }
.gallery-wide { grid-column: 1/-1; aspect-ratio: 2.6/1; }

.reviews-section { background: var(--olive); color: var(--paper); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.reviews-title { max-width: 580px; }
.reviews-grid { display: grid; gap: 1rem; }
.review-card { margin: 0; background: rgba(23,20,17,.12); border: 1px solid rgba(255,255,255,.2); padding: clamp(28px,4vw,56px); }
.review-card.featured { background: var(--paper); color: var(--ink); }
.stars { letter-spacing: .22em; color: var(--ember); font-size: .68rem; }
.review-card blockquote { margin: 3rem 0 3.8rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.45rem); line-height: 1.32; letter-spacing: -.02em; }
.review-card figcaption { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 1.2rem; opacity: .7; }
.review-card figcaption strong { font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.review-card figcaption span { font-size: .66rem; }

.visit-section { background: var(--ink); color: var(--paper); display: grid; grid-template-columns: .86fr 1.14fr; min-height: 850px; }
.visit-image { min-height: 600px; background: linear-gradient(0deg, rgba(23,20,17,.18), rgba(23,20,17,.18)), url('assets/images/posezeni-u-ohne.jpg') center/cover no-repeat; filter: saturate(.72); }
.visit-content { padding: clamp(80px, 8vw, 130px) clamp(28px,7vw,110px); }
.visit-details { margin-top: 5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem 2.5rem; }
.visit-block { border-top: 1px solid rgba(255,255,255,.18); padding-top: 1rem; }
.visit-block > span { text-transform: uppercase; color: var(--ember); font-size: .6rem; letter-spacing: .16em; }
.visit-block p { margin: 1.1rem 0; color: rgba(255,255,255,.7); }
.visit-block a { text-underline-offset: 5px; font-size: .75rem; }
.hours-list { margin: 1rem 0; color: rgba(255,255,255,.75); font-size: .84rem; }
.hours-list div { display: flex; justify-content: space-between; padding: .35rem 0; border-bottom: 1px dotted rgba(255,255,255,.13); }
.hours-list dd { margin: 0; }
.visit-block small { color: rgba(255,255,255,.4); font-size: .63rem; }
.contact-block { grid-column: 1/-1; display: grid; }
.big-phone { font-family: var(--serif); font-size: clamp(2.1rem, 4.5vw, 4rem) !important; text-decoration: none; line-height: 1.1; margin: 1rem 0 .5rem; }
.contact-block > a:last-child { color: rgba(255,255,255,.55); }

.site-footer { background: #0e0c0a; color: var(--paper); padding: 70px clamp(22px,5vw,76px) 25px; }
.footer-top { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5vw; padding-bottom: 5rem; }
.footer-brand { font-family: var(--serif); text-decoration: none; font-size: 2rem; display: grid; align-content: start; }
.footer-brand span { font-family: var(--sans); color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .15em; font-size: .55rem; margin-top: .5rem; }
.footer-top p { margin: 0; font-family: var(--serif); font-style: italic; color: rgba(255,255,255,.5); }
.footer-links { display: grid; justify-content: end; text-align: right; gap: .6rem; }
.footer-links a { text-decoration: none; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-bottom { max-width: var(--max); margin: auto; border-top: 1px solid rgba(255,255,255,.13); padding-top: 1.5rem; display: flex; justify-content: space-between; text-transform: uppercase; color: rgba(255,255,255,.35); font-size: .56rem; letter-spacing: .1em; }

.menu-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: var(--ink); color: var(--paper); }
.menu-dialog::backdrop, .lightbox::backdrop { background: rgba(10,8,6,.88); backdrop-filter: blur(6px); }
.dialog-shell { width: min(1120px, calc(100% - 44px)); margin: auto; padding: 70px 0; }
.dialog-head { display: flex; justify-content: space-between; align-items: start; }
.dialog-head h2 { font-size: clamp(3.5rem,7vw,7rem); }
.dialog-head button, .lightbox > button { border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: none; color: white; width: 50px; height: 50px; font-size: 1.7rem; cursor: pointer; }
.dialog-note { color: rgba(255,255,255,.55); font-size: .8rem; margin: 2rem 0 4rem; }
.dialog-note a { color: white; }
.full-menu { list-style: none; counter-reset: pizza; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; border-top: 1px solid rgba(255,255,255,.2); }
.full-menu li { counter-increment: pizza; display: grid; grid-template-columns: 38px 160px 1fr; gap: 1rem; min-height: 82px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.16); }
.full-menu li::before { content: counter(pizza, decimal-leading-zero); font-size: .58rem; color: var(--ember); }
.full-menu strong { font-family: var(--serif); font-weight: 400; font-size: 1.3rem; }
.full-menu li > span { font-size: .7rem; color: rgba(255,255,255,.48); }
.full-menu .signature strong { color: var(--ember); }
.dialog-footer { margin-top: 4rem; display: flex; justify-content: space-between; align-items: center; }
.dialog-footer p { font-family: var(--serif); font-style: italic; font-size: 2rem; }
.lightbox { background: transparent; border: 0; padding: 70px; width: 100vw; height: 100vh; max-width: none; max-height: none; overflow: hidden; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox > button { position: fixed; right: 25px; top: 20px; z-index: 2; }
.mobile-order-bar { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 1; transform: none; }
.reveal.in-view { animation: reveal-up .8s cubic-bezier(.2,.7,.1,1) both; }
@keyframes reveal-up { from { opacity: .15; transform: translateY(28px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .desktop-nav, .header-call { display: none; }
  .menu-toggle { display: block; color: inherit; }
  .menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: grid; place-items: center; position: fixed; inset: 0; z-index: 15; background: var(--ink); color: var(--paper); transform: translateY(-105%); transition: transform .45s cubic-bezier(.7,0,.2,1); }
  .mobile-menu.is-open { transform: none; }
  .mobile-menu nav { display: grid; text-align: center; gap: 1rem; }
  .mobile-menu nav a { text-decoration: none; font-family: var(--serif); font-size: 2.4rem; }
  .mobile-menu-call { margin-top: 2rem; color: var(--ember); font-family: var(--sans)!important; font-size: .8rem!important; text-transform: uppercase; letter-spacing: .14em; }
  .hero { grid-template-columns: 1fr; }
  .hero-photo { position: absolute; inset: 0; opacity: .46; background-image: linear-gradient(0deg, rgba(23,20,17,.95), rgba(23,20,17,.1) 65%), url('assets/images/pizza-v-peci.jpg'); }
  .hero-copy { padding: 150px 7vw 90px; align-self: end; }
  .hero h1 { font-size: clamp(4.3rem,14vw,7.5rem); }
  .hero-seal { right: 5vw; bottom: 58px; opacity: .88; }
  .story { grid-template-columns: 1fr; }
  .story-body { padding-top: 4rem; }
  .section-top, .gallery-section, .reviews-section { grid-template-columns: 1fr; }
  .section-top { gap: 3rem; }
  .gallery-intro { position: static; }
  .visit-section { grid-template-columns: 1fr; }
  .visit-image { min-height: 70vw; }
}

@media (max-width: 680px) {
  body { padding-bottom: 68px; }
  .site-header { height: 72px; padding: 0 18px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { font-size: .53rem; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero-copy { min-width: 0; padding: 115px 20px 104px; }
  .eyebrow { font-size: .57rem; }
  .hero h1 { font-size: clamp(3.05rem, 13vw, 4rem); margin-top: 1.4rem; }
  .hero h1 em { display: block; }
  .hero-lead { font-size: 1rem; margin: 1.6rem 0 1.8rem; max-width: 330px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 280px; }
  .button { padding: 0 1rem; gap: .6rem; font-size: .57rem; }
  .hero-status { margin-top: 2rem; }
  .hero-seal { width: 105px; height: 105px; bottom: 106px; right: 14px; }
  .hero-seal text { font-size: 8px; letter-spacing: 2.4px; }
  .photo-credit { display: none; }
  .marquee { height: 47px; }
  .section { padding: 85px 20px; }
  .section-kicker { margin-bottom: 2.5rem; }
  .story h2, .section-top h2, .gallery-intro h2, .reviews-title h2, .visit-content h2 { font-size: clamp(3.15rem,15vw,4.7rem); }
  .story-body { padding-top: 3rem; }
  .story-facts { grid-template-columns: 1fr; }
  .story-facts article, .story-facts article + article { grid-template-columns: 60px 1fr; align-items: center; gap: 1rem; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .story-facts span { margin: 0; }
  .story-image { margin-top: 4rem; }
  .story-image img { height: 85vw; }
  .story-image figcaption { position: static; padding: 1rem 0; }
  .section-top { margin-bottom: 3.5rem; }
  .pizza-card { grid-template-columns: 35px 1fr 20px; min-height: 150px; }
  .pizza-card div { display: block; }
  .pizza-card div p { margin: 0 0 .3rem; }
  .pizza-card h3 { font-size: 2.5rem; }
  .pizza-card div span { font-size: .7rem; display: block; margin-top: .5rem; }
  .pizza-number { padding-top: 1.4rem; }
  .menu-cta { display: grid; gap: 1.5rem; }
  .menu-cta p { text-align: left; }
  .fire-break { height: 690px; }
  .fire-break-copy { display: block; padding: 30px 20px 50px; }
  .fire-break-copy p { margin: 1rem 0 0; }
  .gallery-grid { gap: .6rem; }
  .gallery-large { grid-column: 1/-1; height: 110vw; }
  .gallery-tall, .gallery-item:not(.gallery-large):not(.gallery-wide) { aspect-ratio: .85/1; }
  .gallery-wide { aspect-ratio: 1.6/1; }
  .gallery-item > span { padding: .8rem; }
  .reviews-section { gap: 4rem; }
  .review-card blockquote { margin: 2rem 0 2.5rem; }
  .visit-image { min-height: 110vw; }
  .visit-content { padding: 80px 20px; }
  .visit-details { grid-template-columns: 1fr; gap: 3rem; margin-top: 4rem; }
  .contact-block { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; text-align: left; }
  .footer-bottom { display: grid; gap: .4rem; }
  .mobile-order-bar { position: fixed; z-index: 30; display: grid; grid-template-columns: 1fr auto; align-items: center; inset: auto 0 0; height: 68px; padding: 0 10px 0 20px; background: var(--paper); border-top: 1px solid var(--line); color: var(--ink); }
  .mobile-order-bar > div { min-width: 0; display: flex; align-items: center; gap: .7rem; }
  .mobile-order-bar small { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-order-bar a { height: 48px; padding: 0 1.2rem; background: var(--ember); color: white; display: flex; align-items: center; gap: 1.5rem; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; font-weight: 700; }
  .dialog-shell { width: calc(100% - 40px); padding: 35px 0 80px; }
  .dialog-head button { width: 42px; height: 42px; }
  .full-menu { grid-template-columns: 1fr; }
  .full-menu li { grid-template-columns: 30px 120px 1fr; gap: .6rem; min-height: 90px; }
  .full-menu strong { font-size: 1.05rem; }
  .full-menu li > span { font-size: .63rem; }
  .dialog-footer { display: grid; gap: 1rem; }
  .lightbox { padding: 60px 10px 20px; }
}

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