:root {
  --forest: #173b2c;
  --forest-deep: #0d291e;
  --ivory: #f3f0e7;
  --paper: #faf8f2;
  --ink: #18221c;
  --muted: #667067;
  --berry: #a93d42;
  --line: rgba(23, 59, 44, .22);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--berry); outline-offset: 4px; }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--paper); padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: 0; }
h2 { margin-bottom: 0; font-size: 88px; line-height: .94; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 40; height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, color .35s, height .35s; }
.site-header.scrolled { height: 68px; color: var(--ink); background: rgba(250,248,242,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.brand { justify-self: start; display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { display: block; width: 38px; height: 38px; flex: 0 0 38px; }
.brand-name { font-family: var(--serif); font-size: 22px; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { font-size: 12px; text-decoration: none; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-order, .header-instagram { color: inherit; text-decoration: none; font-size: 12px; text-transform: uppercase; letter-spacing: 0; }
.header-instagram { padding-bottom: 3px; border-bottom: 1px solid currentColor; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; color: white; overflow: hidden; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroScale 1.8s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,18,.76) 0%, rgba(9,28,20,.36) 45%, rgba(9,20,15,.05) 74%), linear-gradient(0deg, rgba(7,20,15,.38), transparent 40%); }
.hero-content { position: relative; z-index: 1; display: flex; min-height: 100svh; max-width: 700px; padding: 148px 4vw 74px; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-kicker { animation: rise .8s .15s both; }
.hero h1 { margin-bottom: 20px; font-size: 142px; line-height: .79; animation: rise .9s .25s both; }
.hero-claim { margin-bottom: 34px; font-family: var(--serif); font-size: 34px; line-height: 1.1; animation: rise .9s .38s both; }
.hero-actions { display: flex; align-items: center; gap: 28px; animation: rise .9s .5s both; }
.hero-instagram { display: none; color: white; font-size: 12px; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 0 22px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: 0; text-decoration: none; text-transform: uppercase; transition: background .25s, color .25s, border .25s; }
.button-light { background: white; color: var(--forest); }
.button-light:hover { background: var(--ivory); }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--berry); }
.text-link { display: inline-flex; gap: 12px; padding: 4px 0 8px; color: inherit; background: none; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 12px; text-decoration: none; }
.text-link-light { color: white; }
.hero-note { position: absolute; z-index: 1; right: 4vw; bottom: 72px; margin: 0; text-align: right; font-family: var(--serif); font-size: 16px; line-height: 1.4; }
.scroll-cue { position: absolute; z-index: 1; bottom: 0; left: 50%; width: 1px; height: 52px; background: rgba(255,255,255,.4); overflow: hidden; }
.scroll-cue span { display: block; width: 1px; height: 24px; background: white; animation: scroll 1.8s infinite; }

.manifesto { padding: clamp(100px, 12vw, 190px) 6vw; background: var(--ivory); }
.manifesto-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.manifesto h2 { max-width: 900px; }
.manifesto-grid > div { max-width: 450px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.manifesto-grid > div p:last-child { margin: 28px 0 0; }

.harvest { padding: clamp(90px, 11vw, 170px) 6vw 110px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 8vw; align-items: end; margin-bottom: 90px; }
.section-heading > p { max-width: 430px; margin: 0; font-family: var(--serif); font-size: 19px; line-height: 1.55; }
.product-list { border-top: 1px solid var(--line); }
.product-row { min-height: 154px; display: grid; grid-template-columns: 70px 1.2fr .75fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.product-row:hover { padding-inline: 16px; background: var(--ivory); }
.product-number { margin: 0; color: var(--muted); font-size: 11px; }
.product-main h3 { margin-bottom: 9px; font-size: 50px; }
.product-main p, .product-meta { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.product-main .baked-items { display: flex; gap: 0; color: var(--ink); }
.baked-items span { padding-right: 18px; }
.baked-items span + span { padding-left: 18px; border-left: 1px solid var(--line); }
.season-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-bottom: 1px solid var(--line); }
.season { display: flex; gap: 12px; padding: 20px 5px; color: var(--muted); background: none; border: 0; border-bottom: 3px solid transparent; cursor: pointer; text-align: left; font-family: var(--serif); font-size: 22px; }
.season span { font-family: var(--sans); font-size: 9px; text-transform: uppercase; letter-spacing: 0; }
.season.active { color: var(--forest); border-color: var(--berry); }
.season-output { margin: 28px 0 0; color: var(--muted); font-size: 13px; }

.method { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; color: white; background: var(--forest); }
.method-image-wrap { overflow: hidden; }
.method-image { width: 100%; height: 100%; object-fit: cover; }
.method-content { display: flex; flex-direction: column; justify-content: center; padding: 90px 8vw; }
.method-content > p:not(.eyebrow):not(.fine-print) { max-width: 500px; margin: 38px 0 42px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.method-points { margin: 0; border-top: 1px solid rgba(255,255,255,.24); }
.method-points div { display: grid; grid-template-columns: 60px 1fr; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.24); }
.method-points dt { font-size: 10px; opacity: .6; }
.method-points dd { margin: 0; font-size: 13px; }
.fine-print { max-width: 500px; margin: 22px 0 0; font-size: 9px; line-height: 1.5; opacity: .55; }

.wild { padding: clamp(120px, 15vw, 230px) 6vw; text-align: center; background: var(--berry); color: white; }
.wild h2 { margin-bottom: 40px; font-size: 112px; }
.wild > p:not(.eyebrow) { max-width: 580px; margin: 0 auto 32px; font-family: var(--serif); font-size: 21px; line-height: 1.5; }

.pantry { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 850px; background: var(--ivory); }
.pantry-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 6vw; }
.pantry-copy > p:not(.eyebrow) { max-width: 470px; margin: 34px 0; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.pantry > img { width: 100%; height: 100%; object-fit: cover; }
.pantry-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.pantry-list li { border-bottom: 1px solid var(--line); }
.pantry-list > li > span { display: block; padding: 17px 0; font-size: 12px; }

.order-cta { display: flex; min-height: 700px; padding: 100px 6vw; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.order-cta h2 { margin-bottom: 34px; }
.order-cta > p:not(.eyebrow):not(.delivery-note) { max-width: 540px; margin-bottom: 35px; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.delivery-note { margin: 20px 0 0; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 0; }

.instagram-cta { display: grid; grid-template-columns: 1.05fr .6fr; gap: 28px 8vw; align-items: end; padding: clamp(100px, 12vw, 180px) 6vw; color: white; background: var(--berry); }
.instagram-cta .eyebrow { grid-column: 1 / -1; margin-bottom: 10px; }
.instagram-cta h2 { max-width: 860px; }
.instagram-cta > p:not(.eyebrow) { max-width: 390px; margin: 0 0 18px; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.instagram-link { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; margin-top: 42px; padding: 24px 0; color: inherit; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); text-decoration: none; transition: padding .25s, background .25s; }
.instagram-link:hover { padding-inline: 18px; background: rgba(255,255,255,.08); }
.instagram-link span { font-size: 11px; text-transform: uppercase; }
.instagram-link strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }

.site-footer { display: grid; grid-template-columns: 1.1fr .7fr .7fr 1fr; gap: 40px; align-items: end; padding: 70px 6vw; color: white; background: var(--forest-deep); font-size: 12px; line-height: 1.6; }
.footer-brand { display: flex; gap: 15px; align-items: center; }
.footer-brand p { margin: 0; font-family: var(--serif); font-size: 27px; }
.site-footer > p { margin: 0; }
.footer-links { display: flex; flex-direction: column; }
.footer-legal { text-align: right; opacity: .6; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes rise { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: none; } }
@keyframes heroScale { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes scroll { 0% { transform: translateY(-24px); } 55%,100% { transform: translateY(52px); } }

@media (max-width: 900px) {
  h2 { font-size: 64px; }
  .site-header { grid-template-columns: 1fr auto auto; height: 70px; padding: 0 20px; }
  .desktop-nav, .header-order { display: none; }
  .header-actions { gap: 16px; }
  .header-instagram { font-size: 10px; }
  .menu-button { justify-self: end; display: grid; gap: 7px; width: 42px; height: 42px; place-content: center; color: inherit; background: transparent; border: 0; }
  .menu-button span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .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-menu { position: absolute; top: 100%; left: 0; width: 100%; display: grid; gap: 0; padding: 16px 20px 26px; color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a, .mobile-menu button { padding: 16px 0; color: inherit; background: none; border: 0; border-bottom: 1px solid var(--line); text-align: left; text-decoration: none; font: 25px var(--serif); }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,26,18,.76), rgba(9,28,20,.18)), linear-gradient(0deg, rgba(7,20,15,.55), transparent 50%); }
  .hero-content { min-height: 100svh; padding: 130px 20px 90px; justify-content: flex-end; }
  .hero h1 { max-width: 340px; margin-bottom: 18px; font-size: 96px; }
  .hero-claim { font-size: 25px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-instagram { display: inline-flex; gap: 8px; }
  .hero-note { display: none; }
  .scroll-cue { left: auto; right: 20px; }
  .manifesto, .harvest { padding-inline: 20px; }
  .manifesto-grid, .section-heading { grid-template-columns: 1fr; gap: 45px; }
  .manifesto-grid > div { font-size: 18px; }
  .section-heading { margin-bottom: 55px; }
  .product-row { grid-template-columns: 35px 1fr; gap: 12px; min-height: 0; padding: 28px 0; align-items: start; }
  .product-main h3 { font-size: 32px; }
  .product-main p:not(.baked-items) { display: block; max-width: 34rem; font-size: 14px; line-height: 1.55; }
  .product-main .baked-items { display: flex; font-size: 13px; }
  .product-meta { display: block; grid-column: 2; margin-top: 10px; font-size: 12px; line-height: 1.45; }
  .season-line { grid-template-columns: repeat(2, 1fr); margin-top: 65px; }
  .season { font-size: 19px; }
  .method { grid-template-columns: 1fr; }
  .method-image-wrap { min-height: 56svh; }
  .method-content { padding: 85px 20px; }
  .wild { padding-inline: 20px; }
  .wild h2 { font-size: 78px; }
  .pantry { grid-template-columns: 1fr; }
  .pantry-copy { padding: 90px 20px; }
  .pantry > img { height: 62svh; grid-row: 1; }
  .order-cta { min-height: 650px; padding-inline: 20px; }
  .instagram-cta { grid-template-columns: 1fr; padding-inline: 20px; }
  .instagram-cta .eyebrow, .instagram-link { grid-column: 1; }
  .instagram-cta > p:not(.eyebrow) { margin-top: 10px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 60px 20px; }
  .footer-legal { text-align: left; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 19px; }
  .header-instagram { max-width: 82px; overflow: hidden; }
  .hero-content { padding-bottom: 76px; }
  .hero h1 { font-size: 72px; }
  h2 { font-size: 48px; }
  .wild h2 { font-size: 58px; }
  .hero-claim { font-size: 22px; }
  .product-row { min-height: 112px; }
  .product-main h3 { font-size: 28px; }
  .method-image-wrap { min-height: 420px; }
  .pantry > img { height: 440px; }
  .site-footer { grid-template-columns: 1fr; gap: 28px; }
  .instagram-link { grid-template-columns: 1fr auto; }
  .instagram-link strong { grid-column: 1; grid-row: 2; font-size: 24px; }
  .instagram-link span:last-child { grid-column: 2; grid-row: 1 / 3; }
}

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