:root {
  --black: #080706;
  --black-soft: #0f0d0b;
  --panel: #15110e;
  --cream: #f2ede4;
  --muted: #afa79b;
  --copper: #c98743;
  --copper-dark: #915527;
  --line: rgba(242, 237, 228, 0.16);
  --shell: min(1480px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--cream); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--cream); color: var(--black); padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 112px; border-bottom: 1px solid transparent; transition: background .35s ease, border-color .35s ease, height .35s ease; }
.site-header.scrolled { height: 86px; background: rgba(8, 7, 6, .88); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 30px; }
.brand { width: 138px; height: 104px; display: flex; align-items: center; justify-content: flex-start; overflow: visible; }
.brand img { width: 120px; height: 100px; border-radius: 4px; object-fit: contain; object-position: center; transition: width .35s ease, height .35s ease; }
.site-header.scrolled .brand img { width: 92px; height: 76px; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 42px; }
.desktop-nav a { color: rgba(242, 237, 228, .82); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cream); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-order { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; background: var(--copper); color: #120c07; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-order:hover { background: #dfa15d; transform: translateY(-1px); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: var(--cream); padding: 10px; }
.menu-button span { display: block; width: 100%; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 100svh; background: #050403; overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,3,2,.9) 0%, rgba(4,3,2,.65) 38%, rgba(4,3,2,.18) 72%, rgba(4,3,2,.35) 100%), linear-gradient(0deg, rgba(4,3,2,.78) 0%, transparent 42%, rgba(4,3,2,.42) 100%); }
.hero-grain { position: absolute; inset: 0; opacity: .08; pointer-events: none; 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='.5'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; min-height: 100svh; display: flex; align-items: flex-end; padding-top: 150px; padding-bottom: 12vh; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 22px; color: var(--copper); text-transform: uppercase; letter-spacing: .24em; font-size: 12px; font-weight: 800; }
.hero h1, .section h2, .closing-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .88; letter-spacing: -.045em; }
.hero h1 span { display: block; font-size: clamp(76px, 9vw, 154px); }
.hero h1 em { display: block; color: var(--copper); font-size: clamp(54px, 7vw, 116px); font-weight: 400; }
.hero-text { max-width: 620px; margin: 34px 0 0; color: rgba(242, 237, 228, .82); font-size: clamp(17px, 1.25vw, 21px); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 30px; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-copper { background: var(--copper); color: #120c07; }
.button-copper:hover { background: #dfa15d; }
.button-link { color: var(--cream); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; border-bottom: 1px solid rgba(242,237,228,.4); padding-bottom: 5px; }
.button-link span { margin-left: 8px; color: var(--copper); }
.film-controls { position: absolute; z-index: 3; right: 36px; bottom: 36px; display: flex; align-items: center; gap: 12px; }
.film-controls button { border: 0; background: transparent; color: rgba(242,237,228,.78); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; cursor: pointer; }
.film-controls span { width: 26px; height: 1px; background: rgba(242,237,228,.35); }
.scroll-cue { position: absolute; z-index: 3; left: 36px; bottom: 36px; color: rgba(242,237,228,.66); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; }
.scroll-cue span { margin-left: 8px; color: var(--copper); }

.section { padding: 150px 0; }
.section-number { margin: 0; color: rgba(242,237,228,.43); text-transform: uppercase; letter-spacing: .2em; font-size: 10px; }
.statement { background: var(--cream); color: var(--black); }
.statement-grid { display: grid; grid-template-columns: .7fr 2fr; gap: 70px; align-items: start; }
.statement .section-number { color: rgba(8,7,6,.48); }
.statement-copy h2 { font-size: clamp(58px, 7.4vw, 124px); }
.statement-copy h2 em { color: var(--copper-dark); font-weight: 400; }
.statement-copy > p:last-child { max-width: 720px; margin: 46px 0 0 auto; color: #514a42; font-size: 18px; }
.brisket-stage { margin-top: 110px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(340px, .65fr); min-height: 650px; }
.brisket-image-wrap { overflow: hidden; background: #20150f; }
.brisket-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 76%; transform: scale(1.06); }
.brisket-card { background: #17110d; color: var(--cream); padding: 64px 52px; display: flex; flex-direction: column; justify-content: center; }
.brisket-card h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 4vw, 62px); line-height: .95; font-weight: 400; }
.detail-list { margin-top: 44px; }
.detail-list > div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.detail-list span { color: var(--copper); font-size: 11px; }
.detail-list p { margin: 0; color: var(--muted); font-size: 13px; }
.detail-list strong { display: block; color: var(--cream); font-size: 15px; margin-bottom: 4px; }

.menu-section { background: var(--black); }
.section-heading, .process-heading { display: grid; grid-template-columns: .7fr 2fr; gap: 70px; align-items: start; margin-bottom: 80px; }
.section-heading h2, .process-heading h2, .factory-copy h2 { font-size: clamp(58px, 6.8vw, 112px); }
.section-heading h2 em, .process-heading h2 em, .factory-copy h2 em { color: var(--copper); font-weight: 400; }
.menu-showcase { display: grid; grid-template-columns: 1.2fr .8fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.menu-image { overflow: hidden; min-height: 720px; }
.menu-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 52%; filter: saturate(.85) contrast(1.05); transition: transform 1s ease; }
.menu-showcase:hover .menu-image img { transform: scale(1.025); }
.menu-list { display: flex; flex-direction: column; }
.menu-list article { flex: 1; display: grid; grid-template-columns: 50px 1fr; gap: 22px; align-items: center; padding: 30px 38px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.menu-list article:last-child { border-bottom: 0; }
.menu-list article:hover { background: rgba(201,135,67,.08); }
.menu-list article > span { color: var(--copper); font-size: 11px; }
.menu-list p { margin: 0 0 4px; color: var(--muted); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }
.menu-list h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(30px, 3vw, 50px); font-weight: 400; line-height: 1; }
.menu-list small { display: block; margin-top: 9px; color: var(--muted); font-size: 12px; }

.process-section { background: #120f0d; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 370px; padding: 40px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.process-step:last-child { border-right: 0; }
.process-step span { margin-bottom: auto; color: var(--copper); font-size: 11px; }
.process-step h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.factory-section { background: var(--cream); color: var(--black); }
.factory-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.factory-copy .section-number { color: rgba(8,7,6,.45); margin-bottom: 70px; }
.factory-copy > p:not(.section-number):not(.eyebrow) { color: #514a42; font-size: 17px; max-width: 620px; }
.factory-copy ul { list-style: none; margin: 42px 0 0; padding: 0; }
.factory-copy li { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(8,7,6,.15); }
.factory-copy li span { font-weight: 700; }
.factory-copy li small { color: #6b6258; }
.factory-image { margin: 0; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.factory-image img { width: 100%; height: auto; }

.place-section { background: var(--black-soft); }
.place-gallery { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.place-gallery figure { position: relative; margin: 0; min-height: 330px; overflow: hidden; }
.place-gallery .place-large { grid-row: 1 / span 2; min-height: 690px; }
.place-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease, filter .8s ease; filter: saturate(.82) contrast(1.04); }
.place-gallery figure:hover img { transform: scale(1.035); filter: saturate(1); }
.place-gallery figcaption { position: absolute; left: 24px; bottom: 22px; z-index: 2; text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.place-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 45%); }

.closing-section { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; }
.closing-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,4,3,.93), rgba(6,4,3,.42)), url('assets/hero-food.png') center 74% / cover no-repeat; }
.closing-copy { position: relative; z-index: 1; }
.closing-copy h2 { font-size: clamp(72px, 10vw, 165px); }
.closing-copy > p:not(.eyebrow) { color: rgba(242,237,228,.72); font-size: 18px; }
.button-light { margin-top: 26px; background: var(--cream); color: var(--black); }
.button-light:hover { background: var(--copper); }

.site-footer { background: #050403; border-top: 1px solid var(--line); padding: 78px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 80px; align-items: start; }
.footer-logo { width: 178px; height: 164px; border-radius: 6px; object-fit: contain; object-position: left center; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--cream); }
.footer-bottom { margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: rgba(242,237,228,.42); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 960px); }
  .site-header { height: 92px; }
  .header-inner { grid-template-columns: 110px 1fr auto; }
  .brand { width: 98px; height: 86px; }
  .brand img { width: 90px; height: 80px; }
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 10px; }
  .statement-grid, .section-heading, .process-heading { grid-template-columns: 1fr; gap: 25px; }
  .statement-copy > p:last-child { margin-left: 0; }
  .brisket-stage { grid-template-columns: 1fr; }
  .brisket-image-wrap { min-height: 560px; }
  .menu-showcase { grid-template-columns: 1fr; }
  .menu-image { min-height: 560px; }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .factory-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  .site-header, .site-header.scrolled { height: 82px; }
  .header-inner { grid-template-columns: 84px 1fr auto; gap: 10px; }
  .brand { width: 76px; height: 74px; }
  .brand img, .site-header.scrolled .brand img { width: 70px; height: 64px; }
  .desktop-nav, .header-order { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: fixed; inset: 82px 0 auto; z-index: 99; display: flex; flex-direction: column; background: rgba(8,7,6,.98); border-top: 1px solid var(--line); padding: 20px 24px 28px; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }
  .hero-content { padding-top: 110px; padding-bottom: 120px; align-items: flex-end; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,3,2,.84), rgba(4,3,2,.2)), linear-gradient(0deg, rgba(4,3,2,.9), transparent 58%); }
  .hero h1 span { font-size: clamp(62px, 20vw, 92px); }
  .hero h1 em { font-size: clamp(48px, 14vw, 70px); line-height: .95; }
  .hero-text { font-size: 15px; max-width: 92%; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .film-controls { right: 16px; bottom: 18px; }
  .scroll-cue { display: none; }
  .section { padding: 96px 0; }
  .statement-copy h2, .section-heading h2, .process-heading h2, .factory-copy h2 { font-size: clamp(48px, 15vw, 74px); }
  .brisket-stage { margin-top: 65px; }
  .brisket-image-wrap { min-height: 420px; }
  .brisket-card { padding: 46px 28px; }
  .menu-image { min-height: 410px; }
  .menu-list article { grid-template-columns: 34px 1fr; padding: 24px 18px; }
  .menu-list h3 { font-size: 34px; }
  .process-track { grid-template-columns: 1fr; }
  .process-step { min-height: 270px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .factory-copy li { grid-template-columns: 1fr; gap: 4px; }
  .place-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .place-gallery .place-large { grid-row: auto; min-height: 480px; }
  .place-gallery figure { min-height: 330px; }
  .closing-section { min-height: 620px; }
  .closing-copy h2 { font-size: clamp(64px, 20vw, 110px); }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-logo { width: 136px; height: 126px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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

/* Mobile film fallback and expandable menu story */
.mobile-play-fallback {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(242,237,228,.5);
  border-radius: 999px;
  padding: 14px 20px;
  background: rgba(8,7,6,.74);
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: 10px;
  backdrop-filter: blur(12px);
  cursor: pointer;
}
.mobile-play-fallback[hidden] { display: none; }
.mobile-play-fallback span { color: var(--copper); font-size: 13px; }

.menu-next { background: linear-gradient(90deg, rgba(201,135,67,.11), rgba(201,135,67,.025)); }
.menu-next > span { font-size: 26px !important; }
.menu-expansion { margin-top: 92px; }
.menu-expansion-copy {
  display: grid;
  grid-template-columns: minmax(170px, .6fr) minmax(420px, 1.15fr) minmax(280px, .8fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}
.menu-expansion-copy h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .98;
  font-weight: 400;
}
.menu-expansion-copy h3 em { color: var(--copper); font-weight: 400; }
.menu-expansion-copy > p:last-child { margin: 0; color: var(--muted); line-height: 1.75; }
.menu-expansion-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #090806;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.menu-expansion-visual img { display: block; width: 100%; height: auto; }
.menu-infinite-line {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 25px;
  color: rgba(242,237,228,.62);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
}
.menu-infinite-line::before,
.menu-infinite-line::after {
  content: "";
  flex: 0 0 6vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--copper));
}
.menu-infinite-line::after { transform: rotate(180deg); }
.menu-infinite-line b { color: var(--copper); font-weight: 400; }

@media (max-width: 1050px) {
  .menu-expansion-copy { grid-template-columns: 1fr 1.2fr; }
  .menu-expansion-copy > p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  .hero-video {
    object-fit: cover;
    object-position: center;
    background: #080706;
  }
  .mobile-play-fallback { width: max-content; max-width: calc(100vw - 48px); }
  .menu-expansion { margin-top: 64px; }
  .menu-expansion-copy { grid-template-columns: 1fr; gap: 20px; align-items: start; }
  .menu-expansion-copy > p:last-child { grid-column: auto; }
  .menu-expansion-copy h3 { font-size: clamp(42px, 13vw, 64px); }
  .menu-expansion-visual {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--copper) #11100e;
  }
  .menu-expansion-visual img { width: 1120px; max-width: none; }
  .menu-infinite-line { gap: 14px; padding-bottom: 5px; }
}
