/* Local fallback keeps the display type strong when web fonts are unavailable. */
@font-face {
  font-family: 'Wafflez Condensed Fallback';
  src: local('Noto Sans Display ExtraCondensed Black'), local('NotoSansDisplay-ExtraCondensedBlack');
  font-weight: 400;
}
:root {
  --forest: #143c2b;
  --deep: #071710;
  --green: #1e523a;
  --sage: #bbd2a2;
  --cream: #f5f0e6;
  --paper: #fffcf5;
  --ink: #173d2c;
  --muted: #62685c;
  --line: rgba(20, 60, 43, .22);
  --max: 1280px;
  --header-height: 106px;
  --body: 'Montserrat', Arial, sans-serif;
  --display: 'Anton', Impact, 'Wafflez Condensed Fallback', 'Arial Narrow', sans-serif;
  --editorial: Georgia, 'Times New Roman', serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; color: var(--ink); background: var(--cream); font: 400 15px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { color: var(--cream); background: var(--forest); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button[hidden], [hidden] { display: none !important; }
:focus-visible { outline: 3px solid #c37e18; outline-offset: 6px; }
figure, p { margin: 0; }
h1, h2, h3 { margin: 0; font-weight: 400; }
a, button { touch-action: manipulation; }
.container { width: min(var(--max), calc(100% - 100px)); margin-inline: auto; }
.section-pad { padding: 90px 0 84px; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 300; padding: 12px 18px; background: var(--paper); color: var(--deep); }
.skip-link:focus { top: 12px; }
.announcement { color: var(--cream); background: var(--forest); }
.announcement-inner { min-height: 33px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 9px; letter-spacing: .16em; font-weight: 650; }
.announcement i { font-style: normal; font-size: 10px; margin: 0 10px; color: var(--sage); }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { height: var(--header-height); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.brand { display: block; flex: 0 0 213px; }
.brand img { width: 213px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 36px; }
.desktop-nav a { padding: 14px 0; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; position: relative; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--forest); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-status { display: inline-flex; align-items: center; gap: 11px; padding: 12px 0 12px 24px; border-left: 1px solid var(--line); font-size: 10px; font-weight: 650; }
.header-status > span { width: 6px; height: 6px; background: var(--forest); border-radius: 50%; }
.header-status b { font-size: 21px; line-height: 1; font-weight: 400; }
.menu-toggle { display: none; width: 44px; height: 44px; background: none; border: none; padding: 11px 7px; }
.menu-toggle span { display: block; height: 2px; background: var(--forest); margin: 6px 0; transition: transform .2s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { padding: 16px 25px 26px; border-top: 1px solid var(--line); max-height: calc(100dvh - 86px); overflow: auto; }
.mobile-nav a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 21px; }
.mobile-nav p { margin-top: 28px; color: var(--muted); font-size: 11px; }
.hero { position: relative; color: var(--paper); background: var(--deep); isolation: isolate; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 50%; filter: saturate(.94) brightness(.95); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,23,16,.94) 0%, rgba(7,23,16,.9) 20%, rgba(7,23,16,.74) 37%, rgba(7,23,16,.15) 67%, rgba(7,23,16,.02) 85%), linear-gradient(0deg,rgba(7,23,16,.95),transparent 37%); }
.hero-inner { min-height: 720px; position: relative; display: flex; align-items: center; padding-block: 52px 116px; }
.hero-copy { position: relative; width: 660px; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin-bottom: 26px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.eyebrow > span { padding-right: 15px; border-right: 1px solid currentColor; opacity: .72; font-size: 10px; }
.eyebrow.light { color: var(--sage); }
.hero .eyebrow > span { display: block; padding: 0; border: 0; height: 1px; width: 32px; background: var(--sage); opacity: 1; }
.hero h1 { font-family: var(--display); font-size: clamp(88px, 9.4vw, 145px); line-height: 1.01; letter-spacing: -.02em; color: var(--paper); text-shadow: 0 3px 20px rgba(0,0,0,.18); }
.hero h1 > span { display: block; white-space: nowrap; }
.hero h1 > span:last-child { color: var(--sage); }
.hero-description { max-width: 400px; margin: 23px 0 26px; line-height: 1.7; font-size: 15px; font-weight: 500; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 54px; padding: 0 22px; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; border: 1px solid transparent; transition: color .2s,background .2s; }
.button > span { font-family: Arial,sans-serif; font-size: 25px; line-height: 1; font-weight: 400; }
.cream-button { color: var(--forest); background: var(--cream); }
.cream-button:hover { color: var(--cream); background: var(--forest); border-color: var(--cream); }
.hero-side-note { position: absolute; right: -13px; top: 56px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .2em; font-weight: 650; opacity: .85; }
.hero-bottom { position: absolute; left: 0; right: 0; bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(245,240,230,.28); font-size: 9px; letter-spacing: .13em; font-weight: 650; }
.hero-bottom p { display: flex; align-items: center; gap: 13px; }
.small-mark { font-size: 20px; line-height: 1; color: var(--sage); }
.hero-bottom a { text-transform: uppercase; display: flex; align-items: center; gap: 18px; }
.hero-bottom a > span { font-size: 19px; line-height: 1; }
.hero-photo-note { position: absolute; right: 51px; bottom: 84px; opacity: .7; font-size: 9px; }
.flavor-strip { color: var(--cream); background: var(--forest); }
.flavor-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding-block: 23px; font: 400 clamp(17px,1.7vw,27px)/1.3 var(--display); letter-spacing: .045em; }
.flavor-strip i { color: var(--sage); font-style: normal; font-size: 31px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; column-gap: 100px; margin-bottom: 53px; }
h2 { font-family: var(--display); font-size: clamp(48px,5.45vw,82px); line-height: 1.08; letter-spacing: -.02em; }
h2 em { display: inline-block; font-family: var(--editorial); font-size: 1.02em; line-height: 1.1; font-weight: 400; letter-spacing: -.06em; text-transform: none; }
.section-intro { padding-bottom: 8px; max-width: 365px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--forest); color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link > span { font-family: Arial,sans-serif; font-size: 19px; }
.text-link:hover { color: #637847; }
.food-editorial { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 27px; }
.food-feature-offset { margin-top: 58px; }
.food-image { position: relative; overflow: hidden; aspect-ratio: 1.16; background: var(--forest); }
.food-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.food-image:hover img { transform: scale(1.035); }
.image-index { position: absolute; top: 17px; left: 17px; color: #fff; text-shadow: 0 1px 8px black; font-size: 10px; font-weight: 650; letter-spacing: .16em; }
.food-caption { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-block: 16px 11px; }
.food-caption h3 { font: 400 clamp(27px,2.9vw,40px)/1.1 var(--display); letter-spacing: -.01em; }
.food-caption > span { font-family: Arial,sans-serif; font-size: 27px; }
.food-feature > p { margin-top: 15px; font-size: 14px; line-height: 1.8; max-width: 350px; color: var(--muted); }
.image-disclosure { margin-top: 42px; color: #686a5e; font-size: 11px; line-height: 1.8; max-width: 820px; }
.story-section { color: var(--cream); background: var(--forest); }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; padding-block: 86px; }
.story-copy h2 { font-size: clamp(45px,5vw,75px); }
.story-copy h2 em { color: var(--sage); }
.story-copy > p:not(.eyebrow) { max-width: 465px; color: #d9e1d4; font-size: 15px; line-height: 1.8; margin-top: 25px; }
.story-copy > p:last-child { margin-top: 14px; }
.giveback { border-left: 1px solid rgba(245,240,230,.25); padding-left: 68px; }
.giveback-kicker { font-size: 9px; letter-spacing: .15em; font-weight: 600; color: var(--sage); }
.giveback-number { display: flex; align-items: baseline; font-family: var(--display); font-size: clamp(118px,12.5vw,180px); line-height: 1.2; letter-spacing: -.05em; }
.giveback-number span { font-family: var(--editorial); font-size: .49em; padding-left: 14px; font-style: italic; letter-spacing: -.06em; }
.giveback > p { font-size: 19px; line-height: 1.65; font-family: var(--body); font-weight: 500; }
.giveback-foot { display: block; margin-top: 35px; border-top: 1px solid rgba(245,240,230,.25); padding-top: 18px; font-size: 8px; letter-spacing: .1em; color: #d9e1d4; }
.coming-grid { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 115px; }
.coming-copy h2 { font-size: clamp(60px,6.9vw,102px); }
.coming-copy h2 em { font-size: 1.18em; line-height: 1.05; }
.coming-copy > p:not(.eyebrow) { max-width: 320px; color: var(--muted); font-size: 15px; line-height: 1.9; margin-top: 24px; }
.coming-signoff { display: block; margin-top: 33px; font-size: 11px; font-weight: 700; }
.coming-list { border-top: 1px solid var(--line); }
.coming-item { display: grid; grid-template-columns: 35px 1fr; gap: 18px; padding-block: 28px; border-bottom: 1px solid var(--line); }
.coming-index { font-size: 10px; padding-top: 1px; color: var(--muted); }
.item-status { display: block; color: #5c7153; font-size: 8px; letter-spacing: .14em; font-weight: 700; }
.coming-item h3 { font-family: var(--editorial); font-size: clamp(25px,2.15vw,32px); letter-spacing: -.035em; margin-block: 7px 8px; line-height: 1.15; }
.coming-item p { color: var(--muted); max-width: 440px; font-size: 14px; line-height: 1.8; }
.site-footer { background: var(--paper); border-top: 1px solid var(--line); padding-top: 39px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 38px; }
.footer-brand { width: 200px; }
.footer-brand img { width: 100%; height: auto; }
.footer-main > p { font-size: 10px; letter-spacing: .1em; font-weight: 650; line-height: 2; }
.footer-main > p > span { color: var(--muted); font-size: 11px; letter-spacing: 0; font-weight: 500; }
.back-top { display: flex; align-items: center; gap: 24px; font-size: 10px; font-weight: 600; }
.back-top span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 21px; }
.back-top:hover span { background: var(--forest); color: var(--cream); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
@media (min-width: 1700px) {
  .hero-inner { min-height: 850px; }
  .hero-media { inset: 0; }
}
@media (max-width: 1120px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 20px; }
  .brand { flex-basis: 185px; }
  .desktop-nav { gap: 23px; }
  .header-status { font-size: 9px; padding-left: 16px; }
  .hero-inner { min-height: 680px; }
  .section-heading { column-gap: 55px; }
  .story-grid { gap: 60px; }
  .giveback { padding-left: 44px; }
  .coming-grid { column-gap: 65px; }
}
@media (max-width: 860px) {
  :root { --header-height: 90px; }
  .container { width: calc(100% - 48px); }
  .header-status { display: none; }
  .hero-inner { min-height: 730px; }
  .hero h1 { font-size: clamp(87px,12vw,110px); }
  .hero-media { inset: 0; opacity: .94; }
  .hero-shade { background: linear-gradient(90deg,#071710 0%,rgba(7,23,16,.82) 32%,rgba(7,23,16,.2) 100%),linear-gradient(0deg,rgba(7,23,16,.97),transparent 70%); }
  .hero-side-note { display: none; }
  .flavor-strip-inner { gap: 14px; font-size: 18px; }
  .flavor-strip-inner i { font-size: 21px; }
  .section-pad { padding-block: 78px; }
  .section-heading { grid-template-columns: 1.15fr 1fr; column-gap: 35px; }
  .section-intro { font-size: 14px; }
  .food-editorial { gap: 19px; }
  .food-feature-offset { margin-top: 42px; }
  .food-caption h3 { font-size: 29px; }
  .food-feature > p { font-size: 13px; }
  .story-grid { gap: 44px; padding-block: 76px; }
  .story-copy h2 { font-size: 48px; }
  .giveback { padding-left: 31px; }
  .giveback-number { font-size: 126px; }
  .giveback > p { font-size: 15px; }
  .giveback-foot { line-height: 1.8; }
  .coming-grid { column-gap: 45px; }
}
@media (max-width: 600px) {
  :root { --header-height: 85px; }
  .container { width: calc(100% - 40px); }
  .announcement-inner { min-height: 30px; font-size: 8px; letter-spacing: .08em; }
  .announcement i { margin-inline: 6px; font-size: 8px; }
  .announcement-place { font-size: 7px; letter-spacing: .1em; }
  .brand { flex: 0 1 173px; }
  .brand img { width: 173px; }
  .header-inner { gap: 15px; }
  .desktop-nav { gap: 13px; }
  .desktop-nav a { font-size: 9px; letter-spacing: 0; }
  .js .desktop-nav { display: none; }
  .js .menu-toggle { display: block; }
  .hero-inner { min-height: 715px; padding-block: 44px 122px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .12em; gap: 10px; margin-bottom: 28px; }
  .hero .eyebrow > span { width: 23px; }
  .hero h1 { font-size: clamp(69px,19vw,105px); line-height: 1.045; max-width: 100%; }
  .hero-description { max-width: 255px; font-size: 14px; line-height: 1.8; margin-top: 22px; }
  .hero-media { inset: 0; opacity: 1; }
  .hero-media img { object-position: 61% 50%; }
  .hero-shade { background: linear-gradient(90deg,rgba(7,23,16,.94) 0%,rgba(7,23,16,.75) 45%,rgba(7,23,16,.1) 100%),linear-gradient(0deg,#071710 2%,rgba(7,23,16,.76) 25%,transparent 57%); }
  .button { min-height: 53px; padding-inline: 18px; font-size: 9px; gap: 32px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 11px; font-size: 7px; letter-spacing: .1em; padding-top: 18px; bottom: 21px; }
  .small-mark { font-size: 17px; }
  .hero-bottom p { gap: 8px; }
  .hero-bottom a { font-size: 8px; gap: 13px; }
  .hero-bottom a > span { font-size: 15px; }
  .hero-photo-note { right: 20px; bottom: 110px; font-size: 7px; opacity: .65; }
  .flavor-strip-inner { justify-content: center; flex-wrap: wrap; gap: 9px 14px; padding-block: 18px; font-size: 15px; letter-spacing: .015em; }
  .flavor-strip-inner i { font-size: 15px; }
  .flavor-strip-inner i:last-of-type { display: none; }
  .flavor-strip-inner span:last-child { flex-basis: 100%; text-align: center; }
  .section-pad { padding-block: 61px; }
  .eyebrow { font-size: 8px; gap: 12px; margin-bottom: 22px; }
  .eyebrow > span { font-size: 8px; padding-right: 12px; }
  h2 { font-size: clamp(43px,11.5vw,66px); }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-intro { max-width: 340px; padding: 0; margin-top: 28px; font-size: 14px; }
  .text-link { font-size: 9px; margin-top: 15px; }
  .food-editorial { grid-template-columns: 1fr; gap: 36px; }
  .food-feature-offset { margin-top: 0; }
  .food-image { aspect-ratio: 1.23; }
  .food-image img { width: 100%; }
  .food-caption { padding-block: 15px 11px; }
  .food-caption h3 { font-size: 33px; }
  .food-feature > p { font-size: 14px; max-width: 100%; margin-top: 12px; }
  .image-disclosure { margin-top: 30px; font-size: 10px; }
  .story-grid { display: block; padding-block: 60px; }
  .story-copy h2 { font-size: clamp(44px,11.7vw,65px); }
  .story-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 25px; }
  .story-copy > p:last-child { margin-top: 13px; }
  .giveback { border-left: none; border-top: 1px solid rgba(245,240,230,.25); margin-top: 38px; padding: 26px 0 0; }
  .giveback-number { font-size: 138px; line-height: 1.16; }
  .giveback > p { font-size: 17px; margin-top: 3px; }
  .giveback-foot { margin-top: 24px; padding-top: 17px; }
  .coming-grid { display: block; }
  .coming-copy h2 { font-size: 65px; }
  .coming-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 23px; max-width: 315px; }
  .coming-signoff { margin-top: 20px; font-size: 10px; }
  .coming-list { margin-top: 37px; }
  .coming-item { gap: 11px; grid-template-columns: 25px 1fr; padding-block: 24px; }
  .coming-item h3 { font-size: 26px; }
  .coming-item p { font-size: 13px; }
  .item-status { font-size: 7px; letter-spacing: .1em; }
  .site-footer { padding-top: 30px; }
  .footer-main { flex-wrap: wrap; gap: 24px; padding-bottom: 27px; }
  .footer-brand { width: 174px; }
  .footer-main > p { order: 3; width: 100%; font-size: 8px; }
  .footer-main > p > span { font-size: 10px; }
  .back-top { font-size: 8px; gap: 12px; }
  .back-top span { width: 38px; height: 38px; }
  .footer-bottom { font-size: 8px; padding-block: 17px; gap: 12px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .announcement-inner { font-size: 7px; }
  .announcement-place { font-size: 6px; }
  .hero h1 { font-size: 68px; }
  .hero .eyebrow { font-size: 7px; }
  .hero-bottom { font-size: 6.5px; }
  .hero-inner { min-height: 685px; }
  .flavor-strip-inner { font-size: 14px; gap: 8px 11px; }
  .footer-brand { width: 153px; }
  .back-top { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .announcement, .site-header, .hero-side-note, .hero-bottom a, .back-top, .skip-link { display: none; }
  .hero-inner { min-height: auto; padding: 35px 0; }
  .hero-media, .hero-shade { display: none; }
  .hero { color: var(--ink); background: white; }
  .hero h1, .hero h1 > span { color: var(--ink); text-shadow: none; }
  .hero h1 { font-size: 64px; }
  .hero-bottom { position: static; margin-top: 30px; }
  .hero-photo-note { display: none; }
  .section-pad, .story-grid { padding-block: 35px; }
  a { text-decoration: none; }
}
