@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto+Slab:wght@300;400;500&display=swap');

.landing {
  --ink: #080807;
  --panel: #11100f;
  --ivory: #e7dfd2;
  --ash: #9d9589;
  --ember: #98271f;
  --line: #332f2b;
  --display: 'Oswald', sans-serif;
  --body: 'Roboto Slab', serif;
  overflow: hidden;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--body);
}
.landing section { position: relative; scroll-margin-top: 24px; }
.story-menu { max-width: 1440px; margin: auto; padding: 95px 55px; }
.section-intro { display: grid; grid-template-columns: .55fr 1.2fr .8fr; gap: 45px; align-items: end; margin-bottom: 55px; }
.kicker { margin: 0; color: #bb4033; font: 500 11px var(--display); letter-spacing: 3px; }
.landing h2 { margin: 0; font: 600 clamp(46px, 4.5vw, 72px)/.94 var(--display); letter-spacing: -1px; text-transform: uppercase; }
.landing h2 i { color: transparent; font-style: normal; -webkit-text-stroke: 1px #8e8579; }
.section-intro > p:last-child, .dish-copy p, .about-copy > p, .delivery-copy > p, .wholesale-copy > p { color: var(--ash); font-size: 13px; line-height: 1.8; }

.feature-dish { display: grid; grid-template-columns: 58% 42%; min-height: 440px; margin-bottom: 14px; overflow: hidden; border: 1px solid var(--line); background: #0e0d0c; }
.feature-dish > img { width: 100%; height: 440px; min-height: 0; object-fit: cover; }
.feature-reverse { grid-template-columns: 42% 58%; }
.feature-reverse > img { order: 2; }
.dish-copy { align-self: center; padding: 38px 42px; }
.dish-copy > span { color: #bd4437; font: 500 10px var(--display); letter-spacing: 2.5px; text-transform: uppercase; }
.dish-copy h3 { margin: 12px 0 16px; font: 600 clamp(42px, 4vw, 64px)/1 var(--display); }
.dish-copy p { margin: 0; }
.dish-copy ul { display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 18px 0; padding: 16px 0; border-block: 1px solid var(--line); list-style: none; }
.dish-copy li { color: #bcb3a7; font: 9px var(--display); letter-spacing: 1px; text-transform: uppercase; }
.dish-copy li::before { margin-right: 7px; color: #a72e24; content: '✦'; }
.dish-copy strong { font: 500 20px var(--display); }

.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.menu-grid article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s; }
.menu-grid article:hover { background: #171410; transform: translateY(-3px); }
.menu-grid span { color: #a63429; font: 11px var(--display); }
.menu-grid h3 { margin: 24px 0 10px; font: 500 21px var(--display); text-transform: uppercase; }
.menu-grid p { min-height: 50px; margin: 0 0 14px; color: #8c8478; font-size: 11px; line-height: 1.65; }
.menu-grid small { color: #d5ccbf; font: 500 10px var(--display); letter-spacing: 1.3px; text-transform: uppercase; }
.menu-board { position: relative; height: 420px; margin: 14px 0 0; overflow: hidden; border: 1px solid var(--line); }
.menu-board img { width: 100%; height: 100%; object-fit: cover; }
.menu-board::after { position: absolute; inset: 0; background: linear-gradient(90deg, #080807dd, transparent 55%); content: ''; }
.menu-board figcaption { position: absolute; z-index: 2; top: 50%; left: 42px; display: flex; flex-direction: column; align-items: flex-start; transform: translateY(-50%); }
.menu-board span { color: #bd4437; font: 500 9px var(--display); letter-spacing: 2px; }
.menu-board strong { margin: 8px 0 22px; font: 500 35px var(--display); text-transform: uppercase; }
.menu-board a { padding-bottom: 5px; border-bottom: 1px solid #a43a30; color: #e7dfd2; font: 500 9px var(--display); letter-spacing: 2px; text-decoration: none; }

.about-section { display: grid; grid-template-columns: 52% 48%; max-width: 1600px; min-height: 630px; margin: auto; background: #e3dacc; color: #14120f; }
.about-photo { position: relative; min-height: 630px; overflow: hidden; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.about-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, #e3dacc); content: ''; }
.about-stamp { position: absolute; z-index: 2; right: 6%; bottom: 7%; display: grid; width: 105px; height: 105px; place-content: center; border: 1px solid #a82d24; border-radius: 50%; color: #9b2d24; font: 600 19px/1 var(--display); text-align: center; transform: rotate(-8deg); }
.about-copy { align-self: center; padding: 60px 70px 60px 45px; }
.about-copy h2 { margin: 18px 0 25px; }
.about-copy h2 i { -webkit-text-stroke-color: #695f55; }
.about-copy .lead { color: #302b25; font-size: 16px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 36px; padding-top: 24px; border-top: 1px solid #a99f91; }
.values div { display: flex; gap: 10px; align-items: center; }
.values strong { color: #9d2a21; font: 600 31px var(--display); }
.values span { color: #5c554c; font: 8px/1.4 var(--display); letter-spacing: .8px; text-transform: uppercase; }

.delivery-section { display: grid; grid-template-columns: 43% 57%; gap: 65px; max-width: 1440px; margin: auto; padding: 100px 55px; align-items: center; }
.delivery-copy h2, .wholesale-copy h2 { margin: 18px 0 25px; }
.delivery-copy ol { margin: 28px 0; padding: 13px 0; border-block: 1px solid var(--line); list-style: none; }
.delivery-copy li { display: flex; gap: 18px; padding: 12px 0; border-bottom: 1px solid #292622; color: #c9c0b3; font-size: 11px; }
.delivery-copy li:last-child { border: 0; }
.delivery-copy li b { color: #a83328; font: 11px var(--display); }
.red-button, .light-button { display: inline-flex; padding: 16px 20px; border: 1px solid #c2493e; background: var(--ember); color: white; font: 500 10px var(--display); letter-spacing: 2px; text-decoration: none; }
.map-card { position: relative; display: block; height: 475px; overflow: hidden; background: #c9c0b0; color: #16130f; text-decoration: none; }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(#766f631c 1px, transparent 1px), linear-gradient(90deg, #766f631c 1px, transparent 1px); background-size: 42px 42px; }
.map-road { position: absolute; border: 1px solid #9f9688; background: #eee6d8; }
.road-a { top: 40%; left: -10%; width: 130%; height: 60px; transform: rotate(-13deg); }
.road-b { top: -10%; left: 64%; width: 44px; height: 130%; transform: rotate(24deg); }
.map-pin { position: absolute; top: 34%; left: 56%; display: flex; gap: 13px; align-items: center; font: 600 12px/1.1 var(--display); }
.map-pin i { width: 40px; height: 40px; border: 9px solid #b43a2f; border-radius: 50% 50% 50% 0; background: #992a21; box-shadow: 0 8px 25px #2d150f4d; transform: rotate(-45deg); }
.map-caption { position: absolute; right: 24px; bottom: 24px; left: 24px; display: grid; padding: 19px; background: #0b0a09e8; color: #e7dfd2; }
.map-caption span { color: #ad392e; font: 9px var(--display); letter-spacing: 2px; }
.map-caption strong { margin: 4px 0; font: 500 24px var(--display); text-transform: uppercase; }
.map-caption small { color: #968d80; }

.wholesale { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding: 100px max(55px, calc((100vw - 1330px)/2)); background: radial-gradient(circle at 18% 60%, #551c1680, transparent 28%), #100d0b; }
.wholesale-copy p { max-width: 570px; }
.light-button { margin-top: 20px; border-color: white; background: var(--ivory); color: #17130f; }
.partner-list article { display: flex; gap: 28px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.partner-list b { color: #a6372c; font: 500 10px var(--display); }
.partner-list h3 { margin: 0 0 6px; font: 500 19px var(--display); letter-spacing: 1px; }
.partner-list p { margin: 0; color: #8f867a; font-size: 10px; }
.contact { padding: 85px 5.5vw 45px; border-top: 1px solid var(--line); background: #050505; text-align: center; }
.contact > div { display: flex; flex-direction: column; font-family: var(--display); }
.contact > div span { color: #b63a30; letter-spacing: 8px; }
.contact > div strong { font-size: 24px; }
.contact > div small { margin-top: 7px; color: #777; letter-spacing: 2px; }
.contact h2 { margin: 38px 0 24px; font-size: clamp(42px, 4vw, 62px); }
.contact > a { color: #e7dfd2; font: 500 24px var(--display); text-decoration: none; }
.contact > p { color: #615b53; font-size: 10px; }
.reveal { opacity: 0; transform: translateY(22px); transition: .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 800px) {
  .story-menu, .delivery-section, .wholesale { padding: 70px 20px; }
  .section-intro { display: block; }
  .section-intro h2 { margin: 20px 0; }
  .feature-dish, .feature-reverse { grid-template-columns: 1fr; min-height: 0; }
  .feature-dish > img, .feature-reverse > img { order: 0; height: 300px; }
  .dish-copy { padding: 32px 25px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-grid article { min-height: 185px; }
  .menu-board { height: 300px; }
  .menu-board figcaption { left: 24px; }
  .about-section { grid-template-columns: 1fr; }
  .about-photo { min-height: 380px; }
  .about-photo::after { background: linear-gradient(0deg, #e3dacc, transparent 35%); }
  .about-copy { padding: 55px 20px; }
  .values { gap: 8px; }
  .values div { display: block; }
  .delivery-section, .wholesale { grid-template-columns: 1fr; gap: 45px; }
  .map-card { height: 400px; }
  .contact { padding-bottom: 100px; }
  .landing h2 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }
