:root {
  --ink: #15312a;
  --deep: #20324a;
  --leaf: #2f7d55;
  --red: #b94336;
  --gold: #d9822b;
  --paper: #fff9f0;
  --soft: #f5efe4;
  --line: #ded4c6;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(21, 49, 42, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: white; padding: 10px; z-index: 20; }
.skip-link:focus { left: 8px; }
.announcement {
  background: var(--red);
  color: white;
  text-align: center;
  padding: 9px 16px;
  font-size: .9rem;
  font-weight: 700;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 249, 240, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  font-size: .82rem;
}
.site-nav { display: flex; gap: 24px; align-items: center; font-weight: 800; }
.site-nav a { text-decoration: none; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 6px; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }
main { overflow: clip; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 48%);
  min-height: 690px;
  align-items: stretch;
  background: linear-gradient(120deg, var(--paper) 0%, #fffdf8 55%, #f1eadf 100%);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(44px, 8vw, 116px) clamp(22px, 6vw, 88px);
}
.hero h1, .page-hero h1, .article h1 {
  margin: 0;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 9vw, 7.4rem);
  line-height: .9;
  letter-spacing: 0;
}
.hero p { max-width: 640px; font-size: 1.16rem; }
.hero-media { min-height: 480px; background: var(--leaf); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  text-transform: uppercase;
  font-size: .78rem;
  font-weight: 900;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 24px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 2px solid var(--ink);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.button.primary { background: var(--ink); color: var(--paper); }
.button.secondary { background: transparent; color: var(--ink); }
.text-link { font-weight: 900; color: var(--red); }
.intro-band, .retail-strip, .newsletter {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(44px, 7vw, 86px) clamp(22px, 6vw, 76px);
  background: var(--ink);
  color: var(--paper);
}
.intro-band h2, .newsletter h2, .retail-strip h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}
.intro-band .eyebrow, .newsletter .eyebrow { color: #f0b24f; }
.section {
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.section.muted { background: var(--soft); }
.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}
.section-heading h2, .split-feature h2, .story-callout h2, .product-detail h2, .policy-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-card, .blog-card, .idea-grid article, .feature-grid article, .prep-grid article, .facts-panel, .contact-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.product-card { overflow: hidden; }
.product-card img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: contain;
  background: #f6f0e7;
  padding: 18px;
}
.product-card div { padding: 22px; }
.product-card h3 { margin: 0 0 8px; font-size: 1.45rem; line-height: 1.08; }
.product-card h3 a { text-decoration: none; }
.split-feature, .story-callout, .product-detail, .form-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.split-feature img, .story-callout img {
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.check-list { padding: 0; list-style: none; }
.check-list li { margin: 12px 0; padding-left: 28px; position: relative; }
.check-list li:before { content: ""; position: absolute; left: 0; top: .6em; width: 12px; height: 12px; background: var(--gold); border-radius: 50%; }
.idea-grid, .feature-grid, .prep-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.idea-grid article, .feature-grid article, .prep-grid article { padding: 24px; }
.story-callout { background: var(--deep); color: var(--paper); }
.story-callout .eyebrow { color: #f0b24f; }
.story-callout .button { border-color: var(--paper); }
.faq-list { max-width: 960px; }
details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 12px 0;
  padding: 18px 20px;
}
summary { cursor: pointer; font-weight: 900; }
.inline-form { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; }
input, textarea {
  width: 100%;
  min-height: 48px;
  border: 2px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.inline-form input { min-width: min(340px, 100%); flex: 1; }
.form-status { width: 100%; margin: 4px 0 0; font-weight: 800; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-hero {
  padding: clamp(60px, 10vw, 128px) clamp(22px, 6vw, 76px);
  background: var(--soft);
}
.page-hero.compact h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
.page-hero p { max-width: 780px; font-size: 1.12rem; }
.about-hero { background: linear-gradient(135deg, var(--soft), #fffdf8); }
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 46%);
  gap: clamp(24px, 5vw, 68px);
  align-items: center;
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.product-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: .92;
  letter-spacing: 0;
}
.product-hero img {
  width: 100%;
  aspect-ratio: 1.18 / 1;
  object-fit: contain;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}
.product-detail { align-items: start; }
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.facts-panel { padding: 24px; }
.facts-panel ul { list-style: none; padding: 0; margin: 0; }
.facts-panel li { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.mini-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mini-product {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-weight: 900;
  text-decoration: none;
}
.mini-product img { aspect-ratio: 1 / 1; object-fit: contain; }
.retail-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.retail-options a {
  min-height: 260px;
  padding: 28px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}
.retail-options span { color: #f0b24f; text-transform: uppercase; font-weight: 900; font-size: .8rem; }
.retail-options strong { display: block; margin: 14px 0; font-size: 2rem; line-height: 1; }
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-form label { display: grid; gap: 7px; font-weight: 900; }
.contact-form label:has(textarea), .contact-form button, .contact-form .form-status { grid-column: 1 / -1; }
.contact-panel { padding: 26px; align-self: start; }
.policy-content {
  max-width: 900px;
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.policy-content article { margin-bottom: 34px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: clamp(52px, 8vw, 108px) clamp(22px, 6vw, 76px);
}
.blog-card { overflow: hidden; }
.blog-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.blog-card div { padding: 22px; }
.blog-card h2 { margin: 0; font-size: 1.35rem; line-height: 1.15; }
.blog-card h2 a { text-decoration: none; }
.article {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(52px, 8vw, 104px) clamp(22px, 5vw, 48px);
}
.article-header { margin-bottom: 28px; }
.article h1 { font-size: clamp(3rem, 6vw, 6.2rem); }
.article .lead { font-size: 1.22rem; font-weight: 700; }
.article h2 {
  margin: 48px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
}
.article h3 { margin-top: 28px; font-size: 1.35rem; }
.article p { font-size: 1.08rem; }
.article figure { margin: 32px 0; }
.article figure img { width: 100%; border-radius: 8px; border: 1px solid var(--line); }
figcaption { margin-top: 8px; font-size: .88rem; color: #60706a; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: #5b6a64; font-weight: 800; }
.article-meta span { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; }
.article-newsletter { margin-top: 20px; }
.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(140px, .6fr));
  gap: 28px;
  padding: 46px clamp(22px, 6vw, 76px);
  background: var(--ink);
  color: var(--paper);
}
.site-footer nav { display: grid; gap: 8px; align-content: start; }
.site-footer a { text-decoration: none; }
.footer-brand { margin-bottom: 12px; }
.footer-credit { margin-top: 20px; font-weight: 800; }
.footer-credit a { color: #f0b24f; }
@media (max-width: 920px) {
  .hero, .product-hero, .intro-band, .retail-strip, .newsletter, .split-feature, .story-callout, .product-detail, .form-section { grid-template-columns: 1fr; }
  .hero { min-height: unset; }
  .hero-media { min-height: 360px; order: -1; }
  .product-grid, .idea-grid, .prep-grid, .blog-grid, .site-footer { grid-template-columns: 1fr; }
  .feature-grid, .retail-options, .mini-product-grid { grid-template-columns: 1fr; }
  .site-nav {
    position: fixed;
    inset: 113px 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
}
@media (max-width: 620px) {
  .hero h1, .page-hero h1, .product-hero h1, .article h1 { font-size: 2.75rem; }
  .site-header { min-height: 70px; }
  .brand span:last-child { display: none; }
  .contact-form { grid-template-columns: 1fr; }
  .actions, .inline-form { align-items: stretch; }
  .button { width: 100%; }
  .mini-product { grid-template-columns: 84px 1fr; }
}
