:root {
  --ink: #0b0b0a;
  --ink-soft: #141310;
  --cream: #eee4d1;
  --cream-bright: #f7efdf;
  --gold: #c7a45d;
  --gold-dark: #8d6c34;
  --ember: #a94f3d;
  --muted-dark: #9f998e;
  --muted-light: #665f55;
  --line-dark: rgba(238, 228, 209, .17);
  --line-light: rgba(11, 11, 10, .16);
  --serif: Baskerville, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: min(1400px, calc(100vw - 80px));
  --header-h: 92px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--cream-bright);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding-block: clamp(100px, 13vw, 220px); }
.grain {
  position: fixed;
  z-index: 90;
  inset: 0;
  pointer-events: none;
  opacity: .04;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
.scroll-progress {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
}
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; }

.eyebrow {
  margin: 0 0 28px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.display, .section-title, .statement, .story-quote, .contact-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}
.display em, .section-title em, .statement em, .story-quote em, .contact-title em, .offer-card h2 em {
  color: var(--gold);
  font-weight: 400;
}
.section-title { font-size: clamp(58px, 7.3vw, 126px); }
.section-intro { max-width: 410px; margin: 0; color: var(--muted-dark); font-size: clamp(17px, 1.5vw, 21px); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: clamp(70px, 9vw, 140px); }
.section-number {
  position: absolute;
  top: clamp(72px, 10vw, 160px);
  right: 0;
  color: var(--gold-dark);
  font: 400 clamp(64px, 10vw, 160px)/1 var(--serif);
  opacity: .23;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-height: var(--header-h);
  padding: 18px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .4s ease, border-color .4s ease, min-height .4s ease;
}
.site-header.scrolled { min-height: 72px; background: rgba(11, 11, 10, .9); border-color: var(--line-dark); backdrop-filter: blur(16px); }
.brand { display: inline-flex; justify-self: start; align-items: center; gap: 13px; font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.brand img { width: 52px; height: 52px; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 42px); }
.primary-nav a { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(199, 164, 93, .65); border-radius: 100px; transition: color .25s ease, background .25s ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; }
.language-switcher { justify-self: end; }

/* Hero */
.hero { position: relative; min-height: max(760px, 100svh); display: grid; align-items: end; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.025); animation: hero-settle 2.2s var(--ease) forwards; }
@keyframes hero-settle { to { transform: scale(1); } }
.hero-shade { background: linear-gradient(90deg, rgba(8, 8, 7, .91) 0%, rgba(8, 8, 7, .71) 34%, rgba(8, 8, 7, .11) 76%), linear-gradient(0deg, rgba(8, 8, 7, .72) 0%, transparent 43%), linear-gradient(180deg, rgba(8, 8, 7, .42), transparent 30%); }
.hero-content { position: relative; z-index: 2; padding: calc(var(--header-h) + 50px) 0 clamp(86px, 9vw, 140px); }
.display { max-width: 1120px; font-size: clamp(72px, 9.5vw, 164px); }
.display span, .display em { display: block; }
.display em { margin-left: clamp(0px, 7vw, 110px); font-style: italic; }
.display--message { max-width: 1280px; font-size: clamp(68px, 7.6vw, 124px); }
.display--message em { margin-left: clamp(0px, 3.5vw, 55px); }
.hero-bottom { display: flex; align-items: center; gap: clamp(35px, 8vw, 130px); max-width: 860px; margin: clamp(44px, 6vw, 78px) 0 0 clamp(0px, 7vw, 110px); }
.hero-bottom > p { max-width: 480px; margin: 0; color: #d2cabd; font-size: clamp(17px, 1.5vw, 21px); }
.hero-bottom--expanded-copy { max-width: 980px; }
.hero-bottom--expanded-copy > p { max-width: 560px; }
.circle-link { flex: 0 0 122px; width: 122px; height: 122px; border: 1px solid rgba(199, 164, 93, .65); border-radius: 50%; display: grid; place-content: center; gap: 8px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: background .4s var(--ease), color .4s var(--ease), transform .4s var(--ease); }
.circle-link svg { width: 23px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.circle-link:hover, .circle-link:focus-visible { background: var(--gold); color: var(--ink); transform: rotate(-7deg); }
.hero-caption { position: absolute; z-index: 2; right: 38px; bottom: 48px; margin: 0; color: rgba(238, 228, 209, .64); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.image-disclosure { position: relative; z-index: 2; border-top: 1px solid var(--line-dark); background: #0b0b0a; }
.image-disclosure .shell { min-height: 76px; padding-block: 17px; display: flex; align-items: center; gap: 28px; }
.image-disclosure span { flex: 0 0 auto; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.image-disclosure p { max-width: 920px; margin: 0; color: #8d877d; font-size: 11px; line-height: 1.6; }

/* Manifesto */
.manifesto { min-height: 760px; padding-block: clamp(84px, 9vw, 140px); padding-right: min(11vw, 160px); display: grid; align-content: center; }
.statement { max-width: 1180px; color: var(--cream-bright); font-size: clamp(62px, 8.2vw, 145px); }
.statement em { display: inline-block; margin-left: clamp(0px, 10vw, 150px); }
.manifesto-copy { width: min(590px, 100%); margin: 72px 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; color: var(--muted-dark); }
.manifesto-copy p { margin: 0; }

/* Craft */
.craft-section { padding: 0; background: var(--cream); color: var(--ink); display: grid; grid-template-columns: 1.06fr .94fr; min-height: 950px; }
.craft-image { position: relative; min-height: 780px; overflow: hidden; }
.craft-image img { width: 100%; height: 100%; object-fit: cover; }
.craft-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset -80px 0 120px rgba(11, 11, 10, .11); pointer-events: none; }
.craft-content { padding: clamp(90px, 10vw, 170px) clamp(45px, 8vw, 135px); display: flex; flex-direction: column; justify-content: center; }
.craft-content .eyebrow { color: var(--ember); }
.craft-content .section-title em { color: var(--ember); }
.lead { max-width: 560px; margin: 54px 0 0; color: var(--muted-light); font-size: clamp(18px, 1.6vw, 22px); }
.craft-facts { margin: 72px 0 0; border-top: 1px solid var(--line-light); }
.craft-facts div { padding: 22px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-bottom: 1px solid var(--line-light); align-items: baseline; }
.craft-facts dt { font: 400 clamp(25px, 2.3vw, 38px)/1 var(--serif); }
.craft-facts dd { margin: 0; color: var(--muted-light); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

/* Experience */
.experience { background: var(--ink); }
.experience-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.experience-steps li { position: relative; min-height: 150px; padding: 38px 20px 38px 0; display: grid; grid-template-columns: 12% 30% 1fr; gap: 30px; align-items: baseline; border-bottom: 1px solid var(--line-dark); transition: padding-left .4s var(--ease), background .4s ease; }
.experience-steps li:hover { padding-left: 26px; background: rgba(238, 228, 209, .025); }
.experience-steps span { color: var(--gold); font-size: 11px; letter-spacing: .18em; }
.experience-steps h3 { margin: 0; font: 400 clamp(30px, 3vw, 48px)/1.1 var(--serif); }
.experience-steps p { max-width: 560px; margin: 0; color: var(--muted-dark); font-size: clamp(16px, 1.35vw, 19px); }

/* Menu */
.menu-section { padding: 0 0 clamp(110px, 14vw, 220px); background: var(--cream); color: var(--ink); }
.menu-visual { height: min(78vw, 920px); min-height: 580px; overflow: hidden; clip-path: inset(0 4vw 0); transition: clip-path 1.1s var(--ease); }
.menu-visual.visible { clip-path: inset(0); }
.menu-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.menu-copy { padding-top: clamp(90px, 11vw, 170px); }
.menu-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 85px; }
.menu-heading .eyebrow { color: var(--ember); }
.menu-heading .section-title em { color: var(--ember); }
.menu-heading .section-intro { color: var(--muted-light); }
.pizza-list { border-top: 1px solid var(--line-light); }
.pizza-item { min-height: 118px; padding: 24px 10px 24px 0; display: grid; grid-template-columns: 8% 1fr auto; align-items: center; gap: 22px; border-bottom: 1px solid var(--line-light); }
.pizza-item > span { color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.pizza-item h3 { margin: 0; font: 400 clamp(28px, 3.2vw, 48px)/1.05 var(--serif); transition: color .25s ease, transform .35s var(--ease); }
.pizza-item p { margin: 8px 0 0; color: var(--muted-light); font-size: 14px; }
.pizza-item i { padding: 7px 11px; border: 1px solid rgba(169, 79, 61, .4); border-radius: 100px; color: var(--ember); font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.pizza-item:hover h3 { color: var(--ember); transform: translateX(12px); }
.menu-repertoire { border-bottom: 1px solid var(--line-light); }
.menu-repertoire summary { min-height: 94px; padding: 22px 18px 22px 8%; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 22px; cursor: pointer; list-style: none; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .3s ease; }
.menu-repertoire summary::-webkit-details-marker { display: none; }
.menu-repertoire summary::after { content: "+"; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(199, 164, 93, .48); border-radius: 50%; color: var(--gold); font: 300 24px/1 var(--sans); transition: transform .45s var(--ease), background .3s ease, color .3s ease; }
.menu-repertoire summary:hover { background: rgba(199, 164, 93, .1); }
.menu-repertoire summary:hover::after, .menu-repertoire summary:focus-visible::after { background: var(--gold); color: var(--ink); }
.menu-repertoire summary:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
.menu-repertoire[open] summary::after { transform: rotate(45deg); }
.menu-toggle-label { font-size: clamp(15px, 1.4vw, 19px); letter-spacing: .09em; }
.menu-toggle-open { display: none; }
.menu-repertoire[open] .menu-toggle-closed { display: none; }
.menu-repertoire[open] .menu-toggle-open { display: inline; }
.menu-toggle-count { color: #69645c; font-size: 9px; }
.repertoire-intro { max-width: 650px; margin: 12px 0 28px 8%; color: var(--muted-light); font-size: 13px; }
.pizza-list-expanded { border-top-color: rgba(199, 164, 93, .28); }
.menu-repertoire[open] .pizza-list-expanded .pizza-item { opacity: 0; animation: repertoire-item-in .62s var(--ease) forwards; }
.menu-repertoire[open] .pizza-list-expanded .pizza-item:nth-child(2) { animation-delay: .06s; }
.menu-repertoire[open] .pizza-list-expanded .pizza-item:nth-child(3) { animation-delay: .12s; }
.menu-repertoire[open] .pizza-list-expanded .pizza-item:nth-child(4) { animation-delay: .18s; }
.menu-repertoire[open] .pizza-list-expanded .pizza-item:nth-child(5) { animation-delay: .24s; }
@keyframes repertoire-item-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.allergen-note { max-width: 580px; margin: 38px 0 0 8%; color: var(--muted-light); font-size: 13px; }

/* Offer */
.offer-section { background: var(--ink); }
.offer-card { position: relative; padding: clamp(36px, 5vw, 74px); border: 1px solid rgba(199, 164, 93, .38); background: radial-gradient(circle at 90% 10%, rgba(199, 164, 93, .09), transparent 33%), #11100e; overflow: hidden; }
.offer-card::before { content: ""; position: absolute; width: 320px; height: 320px; right: -160px; bottom: -160px; border: 1px solid rgba(199, 164, 93, .22); border-radius: 50%; box-shadow: 0 0 0 38px rgba(199, 164, 93, .03), 0 0 0 76px rgba(199, 164, 93, .025); }
.offer-kicker { display: flex; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.offer-grid { padding: clamp(50px, 7vw, 100px) 0; display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 6vw; align-items: end; }
.offer-card h2 { margin: 0; font: 400 clamp(52px, 6vw, 96px)/1 var(--serif); letter-spacing: -.04em; }
.price-lockup { display: grid; grid-template-columns: auto 1fr; align-items: end; width: min-content; }
.price-lockup > span { grid-column: 1 / -1; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.price-lockup strong { font: 400 clamp(90px, 10vw, 160px)/.8 var(--serif); color: var(--cream-bright); letter-spacing: -.08em; }
.price-lockup small { padding: 0 0 8px 14px; color: var(--gold); white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-details { color: var(--muted-dark); }
.offer-details p { margin: 0; }
.offer-details p + p { margin-top: 20px; }
.text-link { position: relative; z-index: 2; display: inline-flex; gap: 18px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

/* Practical */
.practical { background: var(--ink-soft); }
.practical-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.practical-card { min-height: 350px; padding: 38px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; }
.practical-card > span { color: var(--gold); font: 400 clamp(48px, 4.6vw, 78px)/1 var(--serif); letter-spacing: -.04em; }
.practical-card > .practical-value-text { font-size: clamp(38px, 3.7vw, 56px); white-space: nowrap; }
.practical-card h3 { margin: auto 0 20px; font: 400 27px/1.12 var(--serif); }
.practical-card p { margin: 0; color: var(--muted-dark); font-size: 14px; }
.practical-footnote { margin: 28px 0 0; color: var(--muted-dark); font-size: 13px; }

@media (min-width: 721px) {
  .practical-card { display: grid; grid-template-rows: auto 1fr 80px 132px; }
  .practical-card h3 { grid-row: 3; align-self: start; margin-top: 0; }
  .practical-card p { grid-row: 4; }
}

/* Story */
.story { min-height: 950px; background: var(--cream); color: var(--ink); display: grid; align-items: center; overflow: hidden; }
.story-mark { position: absolute; right: -80px; top: 50%; width: min(47vw, 690px); transform: translateY(-50%); opacity: .07; }
.story-content { position: relative; z-index: 2; }
.story-content .eyebrow { color: var(--ember); }
.story-quote { max-width: 1080px; font-size: clamp(60px, 8vw, 132px); }
.story-byline { margin: 65px 0 0; display: flex; align-items: center; gap: 22px; color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.story-byline i { display: block; width: 54px; height: 1px; background: var(--ember); }
.story-copy { width: min(550px, 100%); margin: 40px 0 0 auto; color: var(--muted-light); font-size: 18px; }

/* Contact */
.contact { padding-left: max(40px, calc((100vw - 1400px) / 2)); padding-right: max(40px, calc((100vw - 1400px) / 2)); background: var(--ink); display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 10vw, 160px); }
.contact-intro { width: auto; margin: 0; align-self: start; position: sticky; top: 130px; }
.contact-title { font-size: clamp(70px, 8vw, 132px); }
.contact-intro > p:not(.eyebrow) { max-width: 480px; margin: 45px 0 0; color: var(--muted-dark); font-size: 18px; }
.contact-direct { margin-top: 46px; display: grid; gap: 8px; }
.contact-direct a { width: max-content; font: 400 24px var(--serif); border-bottom: 1px solid transparent; }
.contact-direct a:hover { border-color: var(--gold); color: var(--gold); }
.inquiry-form { min-width: 0; }
.field-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.field { display: block; margin-bottom: 32px; }
.field > span, .event-type legend { display: block; margin-bottom: 10px; color: var(--muted-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(238, 228, 209, .28); border-radius: 0; outline: 0; background: transparent; color: var(--cream-bright); transition: border-color .25s ease; }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--gold); }
.field input::placeholder, .field textarea::placeholder { color: #6f6a61; }
.field input[type="date"] { color-scheme: dark; }
.field [aria-invalid="true"] { border-color: #d87966; }
.event-type { margin: 3px 0 34px; padding: 0; border: 0; display: flex; gap: 10px; flex-wrap: wrap; }
.event-type legend { width: 100%; }
.event-type input { position: absolute; opacity: 0; pointer-events: none; }
.event-type label span { display: block; min-width: 120px; padding: 12px 20px; border: 1px solid var(--line-dark); border-radius: 100px; text-align: center; color: var(--muted-dark); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: all .25s ease; }
.event-type input:checked + span { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.event-type input:focus-visible + span { outline: 2px solid var(--cream); outline-offset: 3px; }
.consent { display: flex; align-items: flex-start; gap: 13px; margin: 12px 0 30px; color: var(--muted-dark); font-size: 13px; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.consent a { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.submit-button { width: 100%; min-height: 76px; padding: 20px 30px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: background .3s ease, color .3s ease; }
.submit-button svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.submit-button:hover, .submit-button:focus-visible { background: transparent; color: var(--gold); }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-footnote { margin: 13px 0 0; color: #777168; font-size: 11px; }
.form-status { margin-bottom: 30px; padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(199, 164, 93, .08); color: var(--cream); }
.form-status.error { border-color: #d87966; background: rgba(216, 121, 102, .08); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer */
.site-footer { padding: 90px 0 30px; background: #070706; }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr; gap: 90px; padding-bottom: 90px; }
.footer-brandmark { width: min(180px, 100%); height: auto; }
.site-footer .image-disclosure { background: transparent; }
.site-footer .image-disclosure .shell { min-height: 0; padding-block: 20px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links span { margin-bottom: 12px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a { width: max-content; max-width: 100%; color: var(--muted-dark); font-size: 13px; }
.footer-links a:hover { color: var(--cream); }
.footer-bottom { padding-top: 26px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 30px; color: #716c64; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

/* Motion */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-image img { transform: scale(1.045); transition: transform 1.4s var(--ease); }
.reveal-image.visible img { transform: scale(1); }

/* Legal page */
.legal-page { background: var(--cream); color: var(--ink); min-height: 100vh; }
.legal-page .site-header { position: static; background: var(--ink); color: var(--cream); }
.legal-back { justify-self: end; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-main { width: min(800px, calc(100vw - 48px)); margin: 0 auto; padding: 110px 0 150px; }
.legal-main .eyebrow { color: var(--ember); }
.legal-main h1 { margin: 0 0 50px; font: 400 clamp(54px, 8vw, 100px)/.95 var(--serif); letter-spacing: -.04em; }
.legal-main h2 { margin: 48px 0 12px; font: 400 32px var(--serif); }
.legal-main p, .legal-main li { color: var(--muted-light); }
.legal-main a { color: var(--ember); text-decoration: underline; }

@media (max-width: 1100px) {
  :root { --shell: calc(100vw - 56px); }
  .site-header { padding-inline: 28px; grid-template-columns: 1fr auto; }
  .menu-toggle { position: relative; z-index: 3; justify-self: end; display: flex; align-items: center; gap: 12px; padding: 10px 0 10px 15px; cursor: pointer; }
  .menu-toggle span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
  .menu-toggle i, .menu-toggle i::after { content: ""; display: block; width: 25px; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-toggle i::after { transform: translateY(7px); }
  .menu-toggle[aria-expanded="true"] i { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { transform: rotate(-90deg); }
  .primary-nav { position: fixed; inset: 0; padding: 130px 30px 50px; background: var(--ink); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 25px; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
  .primary-nav.open { visibility: visible; opacity: 1; transform: none; }
  .primary-nav a { font: 400 clamp(42px, 8vw, 78px)/1 var(--serif); letter-spacing: -.02em; text-transform: none; }
  .primary-nav .nav-cta { margin-top: 18px; padding: 15px 24px; font: 700 12px var(--sans); letter-spacing: .12em; text-transform: uppercase; }
  .craft-section { grid-template-columns: 1fr; }
  .craft-image { min-height: min(82vw, 760px); }
  .craft-content { min-height: 740px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-details { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .practical-grid { grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; padding-inline: 28px; }
  .contact-intro { position: static; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 36px); --header-h: 72px; }
  .section { padding-block: 95px; }
  .site-header { min-height: 72px; padding: 12px 18px; }
  .brand span { display: block; font-size: 9px; letter-spacing: .14em; }
  .brand img { width: 48px; height: 48px; }
  .hero { min-height: 780px; }
  .hero-media img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8, 8, 7, .84), rgba(8, 8, 7, .22)), linear-gradient(0deg, rgba(8, 8, 7, .9), transparent 60%); }
  .hero-content { padding-bottom: 56px; }
  .display { font-size: clamp(48px, 13.5vw, 66px); }
  .display em { margin: 8px 0 0; }
  .display--message { font-size: clamp(44px, 12.2vw, 58px); }
  .hero-bottom { margin: 42px 0 0; display: grid; gap: 30px; }
  .circle-link { width: auto; height: auto; padding: 16px 22px; border-radius: 0; display: flex; justify-content: space-between; }
  .circle-link svg { margin: 0; }
  .hero-caption { display: none; }
  .image-disclosure .shell { min-height: 0; padding-block: 12px; display: grid; gap: 4px; }
  .image-disclosure p { font-size: 9px; line-height: 1.45; }
  .manifesto { min-height: auto; padding: 64px 18px 72px; }
  .section-number { display: none; }
  .statement { font-size: clamp(52px, 15vw, 78px); }
  .statement em { margin-left: 0; }
  .manifesto-copy { margin-top: 48px; grid-template-columns: 1fr; gap: 18px; }
  .craft-section { padding-block: 0; }
  .craft-image { min-height: 520px; }
  .craft-content { min-height: auto; padding: 90px 18px; }
  .lead { margin-top: 35px; }
  .section-heading, .menu-heading { display: grid; gap: 35px; margin-bottom: 58px; }
  .section-title { font-size: clamp(55px, 16vw, 82px); }
  .experience-steps li { padding: 30px 0; grid-template-columns: 42px 1fr; gap: 12px; }
  .experience-steps li:hover { padding-left: 0; }
  .experience-steps h3 { font-size: 29px; }
  .experience-steps p { grid-column: 2; }
  .menu-section { padding-top: 0; }
  .menu-visual { min-height: 500px; height: 72vh; }
  .menu-copy { padding-top: 90px; }
  .pizza-item { grid-template-columns: 30px 1fr; gap: 10px; }
  .pizza-item i { display: none; }
  .pizza-item h3 { font-size: 28px; }
  .pizza-item p { font-size: 12px; }
  .menu-repertoire summary { min-height: 88px; padding: 18px 16px 18px 40px; grid-template-columns: 1fr auto; gap: 6px 12px; }
  .menu-toggle-label { align-self: end; }
  .menu-toggle-count { grid-column: 1; align-self: start; }
  .menu-repertoire summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .repertoire-intro { margin-left: 40px; padding-right: 16px; }
  .allergen-note { margin-left: 40px; }
  .offer-card { padding: 30px 22px; }
  .offer-kicker { display: grid; gap: 8px; }
  .offer-grid { grid-template-columns: 1fr; gap: 52px; }
  .offer-details { grid-column: auto; grid-template-columns: 1fr; gap: 17px; }
  .price-lockup strong { font-size: 116px; }
  .price-lockup small { white-space: normal; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-card { min-height: 280px; }
  .story { min-height: 780px; }
  .story-mark { width: 100vw; right: -40vw; }
  .story-quote { font-size: clamp(50px, 14vw, 72px); }
  .story-byline { flex-wrap: wrap; gap: 12px; }
  .story-copy { margin-top: 38px; font-size: 16px; }
  .contact { padding-inline: 18px; gap: 70px; }
  .contact-title { font-size: clamp(66px, 19vw, 92px); }
  .field-row.two { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 60px; padding-bottom: 65px; }
  .footer-brandmark { width: 150px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (orientation: landscape) and (max-height: 600px) {
  :root { --header-h: 64px; }
  .site-header { min-height: 64px; padding-block: 8px; }
  .brand img { width: 44px; height: 44px; }
  .hero { min-height: max(390px, 100svh); }
  .hero-media img { object-position: 72% 52%; }
  .hero-shade { background: linear-gradient(90deg, rgba(8, 8, 7, .9) 0%, rgba(8, 8, 7, .67) 42%, rgba(8, 8, 7, .04) 78%), linear-gradient(0deg, rgba(8, 8, 7, .56), transparent 52%); }
  .hero-content { padding: 88px 0 24px; }
  .hero-content > .eyebrow { margin-bottom: 9px; }
  .display { max-width: 640px; font-size: clamp(46px, 7.5vw, 72px); }
  .display em { margin: 2px 0 0 clamp(0px, 4vw, 45px); }
  .hero-bottom { max-width: 730px; margin: 16px 0 0 clamp(0px, 4vw, 45px); gap: 30px; }
  .hero-bottom > p { max-width: 470px; font-size: 14px; line-height: 1.45; }
  .circle-link { flex-basis: auto; width: auto; height: auto; padding: 13px 19px; border-radius: 100px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .circle-link svg { margin: 0; }
  .hero-caption { display: none; }
}

@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; }
  .reveal-image img { transform: none; }
}

@media print {
  .site-header, .grain, .scroll-progress, .submit-button { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 30px 0; break-inside: avoid; }
}
