/* The approved artwork stays intact; responsive framing belongs to the page. */
:root {
  --paper: #fcf8ee;
  --ink: #40281c;
  --green: #35462a;
  --orange: #a95229;
  --muted: #706353;
  --line: #e0d9c9;
}
.wordmark { color: #482819; font-weight: 700; }
.announcement { font-size: 12px; }
.header-cta, .button { border-radius: 28px; }
.hero--character {
  grid-template-columns: .75fr 1.25fr;
  gap: 22px;
  min-height: 575px;
  padding: 24px 3.5% 48px 6%;
}
.hero--character h1 {
  font-size: clamp(2.8rem, 4.25vw, 4.8rem);
  line-height: 1.15;
  letter-spacing: -.045em;
}
.hero--character .hero-copy { padding: 15px 0; }
.hero--character .hero-description { max-width: 370px; font-size: 16px; }
.hero--character .hero-visual { height: auto; aspect-ratio: 3 / 2; }
.hero--character .hero-image {
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  object-position: center;
  border-radius: 24px;
  background: transparent;
}
.hero--character .hero-note {
  display: block;
  max-width: 340px;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
}
.flavor-strip { background: #e9e9d6; }
.products { padding-top: 76px; padding-bottom: 80px; }
.product-image-wrap { border-radius: 18px; }
.product-label { font-size: 12px; letter-spacing: .025em; border-radius: 20px; }
.product-card > p { font-size: 16px; }
.product-card > .serving-note { font-size: 14px; }
.eyebrow, .hero .eyebrow, .story-side .eyebrow, .section-heading .eyebrow { font-size: 12px; }
.story { gap: 8%; align-items: center; }
.story-side { gap: 25px; }
.story-portrait {
  position: relative;
  width: min(100%, 290px);
  aspect-ratio: 7 / 10;
  border-radius: 160px 160px 24px 24px;
  overflow: hidden;
  background: #fcf6e9;
}
.story-portrait img {
  position: absolute;
  width: 285%;
  height: auto;
  max-width: none;
  right: 0;
  top: -15%;
}
.story-copy h2 { font-size: clamp(2.3rem, 3.6vw, 3.7rem); }
.future-label, .footer-bottom, .footer-bottom > span:last-child { font-size: 12px; }
.footer-top > p { color: var(--muted); }
@media (max-width: 1100px) {
  .hero--character { grid-template-columns: .82fr 1.18fr; min-height: 500px; gap: 12px; padding-left: 5%; }
  .hero--character h1 { font-size: clamp(2.6rem, 4.5vw, 3.6rem); }
  .hero--character .hero-visual { height: auto; }
  .product-label { font-size: 12px; padding: 7px 9px; }
}
@media (max-width: 800px) {
  .hero--character { grid-template-columns: 1fr; gap: 10px; padding: 8px 6% 34px; }
  .hero--character .hero-visual { order: -1; width: 100%; max-width: 600px; justify-self: center; }
  .hero--character .hero-copy { padding: 10px 0 0; }
  .hero--character h1 { font-size: clamp(2.7rem, 7.5vw, 3.9rem); margin-top: 15px; }
  .hero--character h1 br:nth-of-type(2) { display: none; }
  .hero--character h1 em::after { content: ' '; }
  .hero--character .hero-description { max-width: 540px; }
  .hero--character .hero-note { max-width: none; margin-top: 20px; }
  .hero--character .button { margin-top: 23px; }
  .story { grid-template-columns: .75fr 1fr; gap: 6%; }
  .story-side { align-items: flex-start; }
  .story-copy h2 { font-size: 34px; }
  .product-title h3 { font-size: 22px; }
}
@media (max-width: 580px) {
  .site-header { min-height: 84px; padding-top: 19px; padding-bottom: 19px; }
  .hero--character { padding-top: 0; gap: 9px; }
  .hero--character .hero-image { border-radius: 14px; }
  .hero--character h1 { font-size: clamp(2.4rem, 10.2vw, 3.4rem); line-height: 1.16; margin-bottom: 18px; }
  .hero--character .eyebrow { font-size: 12px; letter-spacing: .045em; }
  .hero--character .hero-note { display: none; }
  .products { padding-top: 46px; padding-bottom: 46px; }
  .product-title h3 { font-size: 27px; }
  .story { grid-template-columns: 1fr; gap: 26px; }
  .story-side { flex-direction: column; gap: 20px; }
  .story-side .eyebrow { max-width: none; }
  .story-portrait { width: 230px; align-self: center; }
  .story-copy h2 { font-size: 38px; }
  .future-top { align-items: flex-start; flex-direction: column; gap: 12px; }
  .future-label { font-size: 12px; }
  .footer-bottom { font-size: 12px; }
}
