:root {
  --ivory: #f4efe6;
  --ivory-deep: #ece2d3;
  --olive: #485540;
  --cocoa: #2d211d;
  --red: #a72d2a;
  --gold: #c9912f;
  --line: rgba(45, 33, 29, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--cocoa); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { font-size: clamp(3rem, 8vw, 6.8rem); }
h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); }
h3 { font-size: 1.55rem; }
p { max-width: 66ch; }
.site-shell { min-height: 100vh; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 20px clamp(20px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.brand-mark { width: 132px; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); font-size: .875rem; letter-spacing: .04em; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.header-status { color: var(--red); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.mobile-menu { display: none; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: clamp(72px, 10vw, 140px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--olive); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
.muted { color: rgba(45, 33, 29, .68); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 14px 22px; background: var(--olive); color: var(--ivory); text-decoration: none; font-size: .875rem; letter-spacing: .1em; text-transform: uppercase; }
.button.red { background: var(--red); }
.text-link { text-underline-offset: 5px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: linear-gradient(90deg, var(--ivory) 0 53%, var(--ivory-deep) 53%); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 9vw, 128px) clamp(20px, 8vw, 110px); }
.hero-copy h1 { color: var(--cocoa); max-width: 720px; }
.hero-support { margin: 24px 0 0; color: var(--red); font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.hero-copy .lede { max-width: 520px; margin: 18px 0 30px; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.hero-art { display: flex; align-items: center; justify-content: center; padding: 50px; overflow: hidden; }
.hero-art img { width: min(88%, 520px); filter: drop-shadow(0 22px 24px rgba(45,33,29,.18)); }
.thesis { padding: clamp(72px, 10vw, 128px) 20px; text-align: center; }
.thesis h2 { max-width: 860px; margin: 0 auto 20px; }
.thesis p { margin: 0 auto; max-width: 600px; }
.product-band { display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory-deep); }
.product-band-visual { display: flex; align-items: center; justify-content: center; min-height: 560px; padding: 45px; background: #e1d0b9; }
.product-band-visual img { width: min(86%, 460px); filter: drop-shadow(0 20px 24px rgba(45,33,29,.16)); }
.product-band-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 8vw, 110px); }
.product-band-copy h2 { color: var(--red); }
.product-band-copy h3 { margin-top: 20px; font-family: var(--sans); font-size: 1.25rem; font-weight: 700; }
.product-tagline { color: var(--red); font-family: var(--serif); font-size: 1.35rem; font-style: italic; }
.world-first { color: var(--red); font-size: .72rem; font-weight: 700; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
.collection { background: var(--olive); color: var(--ivory); }
.collection .eyebrow, .collection .muted { color: rgba(244,239,230,.75); }
.collection-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.collection-card { min-height: 220px; padding: 28px; display: flex; flex-direction: column; justify-content: end; border: 1px solid rgba(244,239,230,.36); text-decoration: none; }
.collection-card.live { background: rgba(167,45,42,.9); border-color: transparent; }
.collection-card h3 { margin-bottom: 8px; }
.collection-card small { color: rgba(244,239,230,.76); }
.editorial-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.editorial-card { display: flex; flex-direction: column; min-height: 320px; padding: 26px; background: var(--ivory-deep); text-decoration: none; }
.editorial-card .card-type { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.editorial-card h3 { margin-top: auto; }
.editorial-card p { margin-bottom: 0; color: rgba(45,33,29,.68); font-size: .92rem; }
.journal-strip { background: var(--cocoa); color: var(--ivory); }
.journal-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.journal-list a { text-decoration: none; font-family: var(--serif); font-size: 1.45rem; line-height: 1.2; }
.moments { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.moments-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; font-family: var(--serif); font-size: 1.5rem; }
.follow { text-align: center; }
.follow h2 { margin-bottom: 16px; }
.social-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 28px; margin: 22px auto 0; }
.social-row a { font-size: .875rem; text-underline-offset: 5px; }
.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1.5fr .7fr; align-items: end; gap: 24px; padding: 42px clamp(20px, 5vw, 72px); background: var(--cocoa); color: var(--ivory); font-size: .78rem; }
.site-footer a { color: inherit; text-underline-offset: 4px; }
.footer-logo { width: 132px; filter: brightness(0) invert(1); }
.page-hero { padding: clamp(80px, 12vw, 150px) 0 70px; background: var(--ivory-deep); }
.page-hero h1 { max-width: 900px; }
.page-hero .lede { max-width: 680px; margin: 26px 0 0; font-size: 1.12rem; }
.story-copy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); }
.story-copy p { margin-top: 0; font-size: 1.08rem; }
.philosophy { background: var(--cocoa); color: var(--ivory); }
.philosophy .eyebrow { color: #d0a347; }
.philosophy h2 { max-width: 760px; }
.philosophy p { max-width: 700px; font-size: 1.1rem; }
.world-first-panel { background: var(--red); color: var(--ivory); text-align: center; }
.world-first-panel .eyebrow { color: #e2bd6c; }
.world-first-panel h2 { max-width: 860px; margin: 0 auto; }
.article-shell { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: clamp(72px, 10vw, 130px) 0; }
.article-shell h1 { font-size: clamp(3rem, 7vw, 6rem); }
.article-meta { margin: 22px 0 48px; color: var(--red); font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.article-body { font-size: 1.08rem; }
.article-body h2 { margin: 62px 0 22px; font-size: 2.35rem; }
.article-body p { margin: 0 0 24px; }
.article-body table { width: 100%; margin: 30px 0; border-collapse: collapse; font-size: .92rem; }
.article-body th, .article-body td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { color: var(--olive); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.article-note { margin-top: 52px; padding-top: 18px; border-top: 1px solid var(--line); color: rgba(45,33,29,.66); font-size: .86rem; }
.product-page-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: linear-gradient(90deg, #f3eee4 0 52%, #ece2d3 52%); }
.product-page-hero .hero-art { min-height: 620px; }
.product-page-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(24px, 8vw, 110px); }
.product-page-copy h1 { color: var(--red); }
.product-page-copy .descriptor { margin: 22px 0 14px; font-size: 1.3rem; font-weight: 700; line-height: 1.35; }
.product-page-copy .intro { max-width: 500px; font-size: 1.08rem; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--olive); color: var(--ivory); }
.fact { padding: 30px clamp(20px, 5vw, 70px); border-right: 1px solid rgba(244,239,230,.22); }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font-family: var(--serif); font-size: 2.3rem; font-weight: 400; }
.fact span { display: block; margin-top: 7px; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.flavor { background: var(--cocoa); color: var(--ivory); }
.flavor .eyebrow { color: #d0a347; }
.acts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid rgba(244,239,230,.3); }
.act { min-height: 230px; padding: 26px 28px 24px 0; border-right: 1px solid rgba(244,239,230,.18); }
.act:last-child { border-right: 0; padding-left: 28px; }
.act:nth-child(2) { padding-left: 28px; }
.act .number { color: #d0a347; font-size: .75rem; letter-spacing: .18em; }
.act h3 { margin-top: 42px; }
.act p { color: rgba(244,239,230,.72); }
.composition { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; }
.composition-copy p { max-width: 580px; font-size: 1.08rem; }
.ingredient-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ingredient-card { min-height: 260px; padding: 24px; display: flex; flex-direction: column; justify-content: end; color: var(--ivory); }
.ingredient-card:first-child { background: linear-gradient(145deg, #b85842, #7e201d); }
.ingredient-card:last-child { background: linear-gradient(145deg, #d0a347, #8b5a25); }
.ingredient-card small { color: rgba(244,239,230,.76); }
.enjoy { background: var(--ivory-deep); }
.enjoy-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.enjoy-card { min-height: 190px; padding: 26px 24px 18px 0; }
.enjoy-card .number { color: var(--red); font-size: .75rem; letter-spacing: .18em; }
.nutrition { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8%; align-items: center; }
.nutrition-numbers { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nutrition-numbers div { min-height: 130px; padding: 24px 12px 24px 0; }
.nutrition-numbers strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.nutrition-numbers span { font-size: .78rem; }
.caution { padding: 18px 20px; background: #d7c8b4; font-size: .86rem; }
.coming { min-height: 72vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.coming-inner { width: min(760px, calc(100% - 40px)); }
.coming-inner h1 { color: var(--red); }
.coming-inner p { margin: 24px auto 32px; font-size: 1.08rem; }
.collection-page .collection-grid { margin-top: 46px; }
.recipe-status { margin-top: 18px; color: var(--red); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }

@media (max-width: 840px) {
  .site-header { padding: 16px 20px; flex-wrap: wrap; }
  .site-nav { order: 3; display: flex; width: 100%; gap: 22px; padding-top: 12px; overflow-x: auto; white-space: nowrap; border-top: 1px solid var(--line); }
  .header-status, .mobile-menu { display: none; }
  .hero, .product-band, .product-page-hero, .composition, .nutrition, .story-copy { grid-template-columns: 1fr; }
  .hero, .product-page-hero { background: var(--ivory); }
  .hero-copy, .product-page-copy { padding: 64px 20px 32px; }
  .hero-art, .product-page-hero .hero-art { min-height: 420px; padding: 30px 20px 54px; }
  .product-band-visual { min-height: 430px; padding: 28px; }
  .product-band-copy { padding: 60px 20px 72px; }
  .collection-head, .editorial-head { display: block; }
  .collection-head .text-link, .editorial-head .text-link { display: inline-block; margin-top: 22px; }
  .collection-grid, .editorial-grid, .journal-list, .moments-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 160px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .story-copy p { font-size: 1rem; }
  .facts { grid-template-columns: 1fr 1fr 1fr; }
  .fact { padding: 24px 14px; }
  .fact strong { font-size: 1.8rem; }
  .fact span { font-size: .65rem; }
  .acts, .enjoy-grid, .nutrition-numbers, .ingredient-cards { grid-template-columns: 1fr 1fr; }
  .act { min-height: 190px; }
  .act:nth-child(2), .act:last-child { padding-left: 0; }
  .act:nth-child(2) { border-right: 0; }
  .act:nth-child(3) { border-top: 1px solid rgba(244,239,230,.18); }
  .act:last-child { border-top: 1px solid rgba(244,239,230,.18); }
  .enjoy-card { min-height: 145px; }
  .nutrition-numbers div { min-height: 90px; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.55rem; }
  .section { padding: 64px 0; }
  .wrap { width: min(100% - 32px, 1180px); }
  .site-footer { grid-template-columns: 1fr; gap: 14px; }
  .facts { grid-template-columns: 1fr; }
  .fact { border-right: 0; border-bottom: 1px solid rgba(244,239,230,.22); }
  .fact:last-child { border-bottom: 0; }
  .acts, .enjoy-grid, .nutrition-numbers, .ingredient-cards { grid-template-columns: 1fr; }
  .act, .act:nth-child(2), .act:last-child { border-right: 0; border-bottom: 1px solid rgba(244,239,230,.18); padding: 24px 0; min-height: 150px; }
  .act:last-child { border-bottom: 0; }
  .enjoy-card { border-bottom: 1px solid var(--line); padding: 22px 0; min-height: 120px; }
  .enjoy-card:last-child { border-bottom: 0; }
  .nutrition-numbers div { border-bottom: 1px solid var(--line); padding: 18px 0; }
  .nutrition-numbers div:nth-last-child(-n+2) { border-bottom: 0; }
  .article-body { font-size: 1rem; }
  .article-body table { display: block; overflow-x: auto; white-space: nowrap; }
}
