/* ============================================================
   PULSIN DESIGN SYSTEM · COMPONENTS
   Buttons, pills, product cards, heroes, forms, recipes, emails
   ============================================================ */

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  padding: 14px 26px; font-size: 13px; text-decoration: none;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(64,32,32,0.18); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 10px 18px; font-size: 12px; }
.btn-lg { padding: 18px 32px; font-size: 14px; }
.btn-primary   { background: var(--cocoa); color: var(--ivory); border-color: var(--cocoa); }
.btn-accent    { background: var(--rich);  color: #fff;         border-color: var(--rich); }
.btn-secondary { background: transparent;  color: var(--cocoa); border-color: var(--cocoa); }
.btn-ondark    { background: var(--ivory); color: var(--cocoa); border-color: var(--ivory); }
.btn-ondark-outline { background: transparent; color: var(--ivory); border-color: var(--ivory); }
.btn-ghost     { background: transparent; color: var(--cocoa); border-color: transparent;
                 text-decoration: underline; text-underline-offset: 4px; }
.btn .arrow { width: 14px; height: 14px; }

/* Button group on contrasting backgrounds (showcase) */
.btn-group { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.btn-canvas {
  padding: 40px; border-radius: 10px; position: relative; overflow: hidden;
}
.btn-canvas.cream { background: var(--pale); }
.btn-canvas.cocoa { background: var(--cocoa); position: relative; }
.btn-canvas .leaf-field { position: absolute; inset: 0; opacity: 0.3; pointer-events: none; }
.btn-canvas > .canvas-label {
  font-family: var(--display); font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; margin-bottom: 24px; font-weight: 600;
  position: relative;
}
.btn-canvas.cream > .canvas-label { color: var(--rich); }
.btn-canvas.cocoa > .canvas-label { color: var(--almond); }
.btn-canvas .btn-group { position: relative; }

/* ============================================================
   BENEFIT PILLS
   ============================================================ */
.pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px 10px 14px; border-radius: 999px;
  background: var(--ivory); border: 1.5px solid var(--cocoa); color: var(--cocoa);
}
.pill svg { width: 18px; height: 18px; }
.pill-label {
  font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.pill-dark { background: transparent; border-color: var(--almond); color: var(--ivory); }
.pill-dark svg { stroke: var(--almond); }

/* ============================================================
   LEAF SYSTEM CARDS
   ============================================================ */
.leaf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.leaf-card {
  border-radius: 10px; padding: 36px; min-height: 320px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.leaf-card.bg-pale  { background: var(--pale); }
.leaf-card.bg-ivory { background: var(--ivory); }
.leaf-card.bg-cocoa { background: var(--cocoa); color: var(--ivory); }
.leaf-card .leaf-field { position: absolute; inset: 0; opacity: 0.4; pointer-events: none; }
.leaf-card .role-label {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--rich);
  position: relative;
}
.leaf-card h4 {
  font-family: var(--display); font-size: 26px; font-weight: 700;
  text-transform: uppercase; line-height: 1.05;
  margin: 14px 0 12px; color: var(--cocoa); position: relative;
}
.leaf-card.bg-cocoa h4 { color: var(--ivory); }
.leaf-card p {
  font-family: var(--body); font-size: 13px; color: var(--hazel);
  margin: 0; line-height: 1.5; position: relative;
}
.leaf-card.bg-cocoa p { color: var(--almond); }
.leaf-card .demo {
  display: flex; align-items: center; justify-content: center;
  flex: 1; position: relative; margin: 24px 0;
}

/* ============================================================
   VOICE
   ============================================================ */
.voice-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-bottom: 48px; }
.voice-list { display: flex; flex-direction: column; gap: 4px; }
.voice-list .heading {
  font-family: var(--display); font-size: 13px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 18px;
}
.voice-list .heading.good { color: var(--faba); }
.voice-list .heading.bad { color: var(--hazel); }
.voice-list .word {
  font-family: var(--display); font-size: 30px; font-weight: 700;
  text-transform: uppercase; line-height: 1.15;
}
.voice-list .word.good { color: var(--cocoa); }
.voice-list .word.bad {
  color: var(--oat);
  text-decoration: line-through;
  text-decoration-color: var(--hazel);
}
.voice-pairs { background: var(--pale); padding: 40px; border-radius: 10px; }
.voice-pairs .pair-eyebrow {
  font-family: var(--display); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--rich); margin-bottom: 24px; font-weight: 600;
}
.voice-pairs .pair {
  display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding: 22px 0;
}
.voice-pairs .pair + .pair { border-top: 1px solid var(--oat); }
.voice-pairs .label {
  font-family: var(--display); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 8px;
}
.voice-pairs .label.us { color: var(--faba); }
.voice-pairs .label.them { color: var(--hazel); }
.voice-pairs .quote {
  font-family: var(--body); font-size: 18px; line-height: 1.45; color: var(--cocoa);
}
.voice-pairs .quote.them { color: var(--hazel); font-style: italic; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.pc-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.pc-grid .span-12 { grid-column: span 12; }
.pc-grid .span-8 { grid-column: span 8; }
.pc-grid .span-6 { grid-column: span 6; }
.pc-grid .span-4 { grid-column: span 4; }

.pc {
  position: relative; border-radius: 10px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer; background: #fff;
}
.pc:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(64,32,32,0.18); }
.pc-visual {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  min-height: 280px;
}
.pc.span-8 .pc-visual { min-height: 380px; }
.pc-visual .leaf-field { position: absolute; inset: 0; opacity: 0.18; pointer-events: none; }
.pc-visual .roundel {
  position: absolute; right: -40px; bottom: -40px;
  width: 280px; height: 280px;
  transition: transform 0.5s ease;
}
.pc.span-8 .pc-visual .roundel { width: 380px; height: 380px; right: -50px; bottom: -50px; }
.pc:hover .pc-visual .roundel { transform: rotate(15deg) scale(1.05); }

.pc-tag-range {
  position: absolute; top: 16px; left: 16px;
  padding: 6px 14px; border-radius: 999px;
  font-family: var(--display); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  z-index: 3;
}
.pc-spec-circle {
  position: absolute; top: 16px; right: 16px;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--rich); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  z-index: 3; box-shadow: 0 6px 16px rgba(64,32,32,0.2);
}
.pc-spec-circle .num { font-size: 20px; line-height: 1; }
.pc-spec-circle .lbl { font-size: 8px; letter-spacing: 0.1em; margin-top: 2px; }
.pc-flavour-flag {
  position: absolute; left: 0; bottom: 24px;
  padding: 12px 28px 12px 18px;
  font-family: var(--display); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; z-index: 3;
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}
.pc-stripe { height: 8px; }
.pc-body {
  background: #fff; padding: 24px; flex: 1;
  display: flex; flex-direction: column; gap: 10px;
  position: relative;
}
.pc-body .range-name {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--hazel);
}
.pc-body .product-name {
  font-family: var(--display); font-size: 24px; font-weight: 700;
  text-transform: uppercase; line-height: 1; color: var(--cocoa);
  margin: 0; letter-spacing: 0.005em;
}
.pc.span-8 .pc-body .product-name { font-size: 34px; }
.pc-body .meta-row {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--body); font-size: 12px; color: var(--hazel);
}
.pc-body .stars { display: flex; gap: 2px; }
.pc-body .stars svg { width: 12px; height: 12px; fill: var(--rich); }
.pc-pills-row { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 2px; }
.pc-mini-pill {
  font-family: var(--body); font-size: 9px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px;
  background: var(--pale); color: var(--hazel);
}
.pc-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 14px;
}
.pc-foot .price { font-family: var(--display); font-size: 26px; font-weight: 700; color: var(--cocoa); }
.pc-foot .per-unit { font-family: var(--body); font-size: 11px; color: var(--hazel); margin-left: 6px; }
.pc-quick-add {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--cocoa); color: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  border: none; transition: all 0.2s;
}
.pc-quick-add:hover { background: var(--rich); transform: scale(1.08); }
.pc-quick-add svg { width: 18px; height: 18px; }

/* Hero card variant */
.pc-hero-card {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 0;
  background: #fff; border-radius: 10px; overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pc-hero-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(64,32,32,0.18); }
.pc-hero-card .pc-visual { min-height: 440px; }
.pc-hero-card .pc-body { padding: 48px; gap: 14px; }
.pc-hero-card .product-name { font-size: 42px; }
.pc-hero-card p.desc {
  font-family: var(--body); font-size: 15px; line-height: 1.55;
  color: var(--hazel); margin: 0;
}
.pc-hero-card .pc-flavour-flag { bottom: 32px; }

/* ============================================================
   NAVIGATION MOCK
   ============================================================ */
.nav-mock { border-radius: 10px; overflow: hidden; border: 1px solid var(--oat); }
.announce {
  background: var(--cocoa); color: var(--ivory); padding: 11px 32px;
  font-family: var(--display); font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; text-align: center;
}
.announce span { margin: 0 14px; color: var(--almond); }
.topbar {
  background: var(--pale); padding: 22px 32px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--oat);
}
.topbar .topbar-logo {
  width: 140px; aspect-ratio: 700/252;
  background: url('../img/logos/Cocoa_Dusk.png') left center/contain no-repeat;
  text-indent: -9999px; overflow: hidden;
}
.topbar .links { display: flex; gap: 32px; }
.topbar .link {
  background: none; border: none;
  font-family: var(--display); font-size: 13px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--cocoa); padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.topbar .link:hover, .topbar .link.active { border-bottom-color: var(--rich); }
.topbar .icons { display: flex; gap: 18px; align-items: center; }
.topbar .bag-wrap { position: relative; }
.topbar .bag-wrap svg, .topbar .icons > svg { width: 20px; height: 20px; color: var(--cocoa); }
.topbar .bag-count {
  position: absolute; top: -6px; right: -8px;
  background: var(--rich); color: #fff;
  font-family: var(--display); font-size: 10px; font-weight: 700;
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.megamenu {
  background: var(--ivory); padding: 40px;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 36px;
}
.megamenu .col-eyebrow {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 14px;
}
.megamenu .col-item {
  font-family: var(--body); font-size: 15px; color: var(--cocoa);
  padding: 6px 0; cursor: pointer;
}
.megamenu .col-item:hover { color: var(--rich); }
.megamenu .feature {
  background: var(--cocoa); padding: 24px; border-radius: 8px;
  position: relative; overflow: hidden; color: var(--ivory);
}
.megamenu .feature .leaf-field { position: absolute; inset: 0; opacity: 0.4; pointer-events: none; }
.megamenu .feature .feat-eyebrow {
  position: relative;
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--rich);
}
.megamenu .feature h5 {
  position: relative;
  font-family: var(--display); font-size: 24px; font-weight: 700;
  text-transform: uppercase; line-height: 1.05; margin: 8px 0 16px;
}

/* ============================================================
   FORMS
   ============================================================ */
.forms-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.newsletter-card {
  background: var(--cocoa); border-radius: 10px; padding: 44px;
  color: var(--ivory); position: relative; overflow: hidden;
}
.newsletter-card .leaf-field { position: absolute; inset: 0; opacity: 0.35; pointer-events: none; }
.newsletter-card > * { position: relative; }
.newsletter-card .eyebrow {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 14px;
}
.newsletter-card h4 {
  font-family: var(--display); font-size: 36px; font-weight: 700;
  text-transform: uppercase; line-height: 1.05; margin: 0 0 12px;
}
.newsletter-card p {
  font-family: var(--body); font-size: 14px; color: var(--almond); margin: 0 0 24px;
}
.newsletter-form { display: flex; gap: 0; }
.newsletter-form input {
  flex: 1; padding: 16px 20px;
  font-family: var(--body); font-size: 15px;
  background: var(--ivory); border: none; color: var(--cocoa);
  border-radius: 999px 0 0 999px; outline: none;
}
.newsletter-form input::placeholder { color: var(--hazel); }
.newsletter-form button {
  padding: 16px 28px; background: var(--rich); color: #fff; border: none;
  font-family: var(--display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 0 999px 999px 0; cursor: pointer;
}

.quiz-card { background: var(--ivory); border-radius: 10px; padding: 44px; }
.quiz-step {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 14px;
}
.quiz-q {
  font-family: var(--display); font-size: 30px; font-weight: 700;
  text-transform: uppercase; line-height: 1.05; color: var(--cocoa);
  margin: 0 0 24px;
}
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-opt {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; border: 1.5px solid var(--oat); border-radius: 8px;
  background: transparent;
  font-family: var(--body); font-size: 15px; font-weight: 500; color: var(--cocoa);
  text-align: left; cursor: pointer; transition: all 0.15s;
}
.quiz-opt:hover { border-color: var(--cocoa); }
.quiz-opt .dot {
  width: 18px; height: 18px; border: 2px solid var(--hazel); border-radius: 50%;
  flex-shrink: 0; transition: all 0.15s;
}
.quiz-opt.selected { background: var(--cocoa); color: var(--ivory); border-color: var(--cocoa); }
.quiz-opt.selected .dot { background: var(--rich); border-color: var(--ivory); }

/* ============================================================
   HEROES
   ============================================================ */
.hero {
  border-radius: 10px; padding: 64px; position: relative; overflow: hidden;
  margin-bottom: 24px; min-height: 480px;
}
.hero.brand-led { background: var(--cocoa); color: var(--ivory); }
.hero.brand-led .leaf-field { position: absolute; inset: 0; opacity: 0.5; }
.hero.brand-led .roundel-bg {
  position: absolute; right: 64px; top: 50%; transform: translateY(-50%);
  animation: slow-spin 60s linear infinite;
}
@keyframes slow-spin { to { transform: translateY(-50%) rotate(360deg); } }
.hero.brand-led .body { position: relative; max-width: 680px; z-index: 2; }
.hero.brand-led h2 {
  font-family: var(--display); font-size: 104px; font-weight: 700;
  text-transform: uppercase; line-height: 0.9; color: var(--ivory);
  margin: 0 0 28px; letter-spacing: -0.008em;
}
.hero.brand-led h2 .accent { color: var(--rich); }
.hero.brand-led .lede {
  font-family: var(--body); font-size: 21px; color: var(--almond);
  line-height: 1.5; max-width: 540px; margin: 0 0 36px;
}
.hero.brand-led .ctas { display: flex; gap: 14px; }
.hero.brand-led .eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 20px;
}

.hero.product-launch {
  background: var(--keto-mint); min-height: 440px;
  display: flex; align-items: center; gap: 48px;
}
.hero.product-launch .body { flex: 1; max-width: 540px; }
.hero.product-launch .badge {
  display: inline-block; padding: 7px 14px;
  background: var(--cocoa); color: var(--ivory);
  font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 999px; margin-bottom: 24px;
}
.hero.product-launch h2 {
  font-family: var(--display); font-size: 80px; font-weight: 700;
  text-transform: uppercase; line-height: 0.92; color: var(--cocoa);
  margin: 0 0 22px;
}
.hero.product-launch .lede {
  font-family: var(--body); font-size: 18px; color: var(--cocoa);
  opacity: 0.85; margin: 0 0 26px;
}
.hero.product-launch .pack-wrap {
  flex: 1; display: flex; justify-content: center; align-items: center;
}

.hero.editorial {
  background: var(--pale); padding: 64px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: center;
}
.hero.editorial h2 {
  font-family: var(--display); font-size: 54px; font-weight: 700;
  text-transform: uppercase; line-height: 1; color: var(--cocoa); margin: 0 0 22px;
}
.hero.editorial .lede {
  font-family: var(--body); font-size: 17px; color: var(--hazel);
  line-height: 1.5; margin: 0 0 26px;
}
.hero.editorial .img-placeholder {
  background: var(--almond); height: 340px; border-radius: 8px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero.editorial .img-placeholder .leaf-field { position: absolute; inset: 0; opacity: 0.22; }
.hero.editorial .img-placeholder .lbl {
  position: relative;
  font-family: var(--display); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--hazel);
  background: rgba(250,235,196,0.85); padding: 6px 14px; border-radius: 999px;
  font-weight: 700;
}
.hero.editorial .eyebrow {
  font-family: var(--display); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--rich); margin-bottom: 16px; font-weight: 600;
}

/* ============================================================
   SUBSCRIBE & SAVE
   ============================================================ */
.subsave {
  background: var(--cocoa); border-radius: 10px; padding: 56px;
  color: var(--ivory); position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center;
}
.subsave .leaf-field { position: absolute; inset: 0; opacity: 0.4; pointer-events: none; }
.subsave .body { position: relative; }
.subsave h3 {
  font-family: var(--display); font-size: 54px; font-weight: 700;
  text-transform: uppercase; line-height: 0.95; margin: 0 0 20px; color: var(--ivory);
}
.subsave h3 .accent { color: var(--rich); }
.subsave p.lede {
  font-family: var(--body); font-size: 18px; color: var(--almond);
  line-height: 1.5; margin: 0 0 28px;
}
.subsave .perks { display: flex; flex-direction: column; gap: 12px; margin: 0 0 32px; }
.subsave .perk {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--body); font-size: 15px; color: var(--ivory);
}
.subsave .perk .check {
  width: 28px; height: 28px; border-radius: 50%; background: var(--rich);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.subsave .perk .check svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 3; }
.subsave .pricing-card {
  background: var(--ivory); color: var(--cocoa);
  border-radius: 10px; padding: 32px; position: relative;
}
.subsave .pricing-card .badge {
  position: absolute; top: -12px; right: 24px;
  background: var(--rich); color: #fff;
  font-family: var(--display); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
}
.subsave .pricing-card .toggle {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--pale); border-radius: 8px; padding: 4px; margin-bottom: 24px;
}
.subsave .pricing-card .toggle button {
  padding: 10px; background: transparent; border: none;
  font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--hazel); border-radius: 6px; cursor: pointer;
}
.subsave .pricing-card .toggle button.active {
  background: #fff; color: var(--cocoa); box-shadow: 0 2px 6px rgba(64,32,32,0.12);
}
.subsave .pricing-card .price {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px;
}
.subsave .pricing-card .price .now {
  font-family: var(--display); font-size: 48px; font-weight: 700; color: var(--cocoa);
}
.subsave .pricing-card .price .was {
  font-family: var(--body); font-size: 18px;
  color: var(--hazel); text-decoration: line-through;
}
.subsave .pricing-card .save {
  font-family: var(--body); font-size: 13px; color: var(--faba);
  font-weight: 700; margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.1em;
}
.subsave .pricing-card .freq {
  font-family: var(--body); font-size: 13px; color: var(--hazel); margin-bottom: 18px;
}
.subsave .pricing-card select {
  width: 100%; padding: 14px 18px;
  border: 1.5px solid var(--oat); border-radius: 8px;
  font-family: var(--body); font-size: 14px;
  background: #fff; color: var(--cocoa);
  margin-bottom: 18px; outline: none; cursor: pointer;
}

/* ============================================================
   BUNDLE BUILDER
   ============================================================ */
.bundle { background: var(--ivory); border-radius: 10px; padding: 48px; }
.bundle h3 {
  font-family: var(--display); font-size: 42px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 12px; line-height: 1;
}
.bundle p.lede {
  font-family: var(--body); font-size: 16px; color: var(--hazel);
  margin: 0 0 32px; max-width: 520px; line-height: 1.5;
}
.bundle-progress { display: flex; gap: 8px; margin-bottom: 32px; }
.bundle-progress .step {
  flex: 1; height: 8px; background: var(--oat); border-radius: 999px;
  position: relative; overflow: hidden;
}
.bundle-progress .step.filled { background: var(--rich); }
.bundle-progress .step.partial::after {
  content: ""; position: absolute; inset: 0; width: 60%; background: var(--rich);
}
.bundle-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 32px;
}
.bundle-item {
  background: #fff; border: 2px solid transparent; border-radius: 8px;
  padding: 16px; cursor: pointer; transition: all 0.15s; text-align: left;
}
.bundle-item.selected { border-color: var(--rich); background: #fff; }
.bundle-item .swatch-bg {
  height: 80px; border-radius: 6px; margin-bottom: 12px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.bundle-item .swatch-bg .leaf-field { position: absolute; inset: 0; opacity: 0.18; }
.bundle-item .swatch-bg .mini-roundel { position: relative; width: 60px; height: 60px; }
.bundle-item h5 {
  font-family: var(--display); font-size: 13px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 4px; line-height: 1.1;
}
.bundle-item .flav {
  font-family: var(--body); font-size: 11px; color: var(--hazel); margin: 0 0 8px;
}
.bundle-item .add-btn {
  font-family: var(--display); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--rich);
}
.bundle-item.selected .add-btn { color: var(--cocoa); }
.bundle-cta {
  display: flex; justify-content: space-between; align-items: center;
  background: #fff; padding: 20px 24px; border-radius: 8px;
  border: 1.5px solid var(--oat);
}
.bundle-cta .summary .count {
  font-family: var(--display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--hazel);
}
.bundle-cta .summary .total {
  font-family: var(--display); font-size: 28px; font-weight: 700; color: var(--cocoa);
}
.bundle-cta .save-line {
  font-family: var(--body); font-size: 12px; color: var(--faba);
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}

/* ============================================================
   INGREDIENT TRANSPARENCY
   ============================================================ */
.ingredients-block { background: var(--pale); border-radius: 10px; padding: 48px; }
.ingredients-block .row {
  display: grid; grid-template-columns: 1.2fr 2fr; gap: 48px; align-items: start;
}
.ingredients-block h3 {
  font-family: var(--display); font-size: 42px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 16px; line-height: 1;
}
.ingredients-block h3 .accent { color: var(--rich); }
.ingredients-block p.lede {
  font-family: var(--body); font-size: 16px; color: var(--hazel);
  line-height: 1.5; margin: 0 0 24px;
}
.ingredient-list { display: flex; flex-direction: column; }
.ingredient-row {
  display: grid; grid-template-columns: 1fr 2fr 80px;
  gap: 24px; padding: 18px 0; border-top: 1px solid var(--oat); align-items: center;
}
.ingredient-row:first-child { border-top: none; }
.ingredient-row .name {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa);
}
.ingredient-row .why {
  font-family: var(--body); font-size: 14px; color: var(--hazel); line-height: 1.5;
}
.ingredient-row .amt {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  color: var(--rich); text-align: right;
}
.no-list { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--oat); }
.no-list .heading {
  font-family: var(--display); font-size: 13px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--hazel); margin-bottom: 14px;
}
.no-list .items { display: flex; flex-wrap: wrap; gap: 8px; }
.no-list .no-item {
  font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 14px 7px 30px; border-radius: 999px;
  background: #fff; color: var(--hazel); position: relative;
}
.no-list .no-item::before {
  content: ""; position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 10px; height: 10px; border-radius: 50%; background: var(--hazel); opacity: 0.4;
}

/* ============================================================
   TRUST / SOCIAL PROOF
   ============================================================ */
.stats-strip {
  background: var(--ivory); border-radius: 10px; padding: 48px 52px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  margin-bottom: 24px; border-left: 5px solid var(--rich);
}
.stat-num { font-family: var(--display); font-size: 60px; font-weight: 700; color: var(--cocoa); line-height: 1; }
.stat-lbl { font-family: var(--body); font-size: 13px; color: var(--hazel); margin-top: 8px; line-height: 1.4; }
.proof-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; }
.review-card { background: var(--pale); border-radius: 10px; padding: 44px; }
.review-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.review-stars svg { width: 18px; height: 18px; fill: var(--rich); }
.review-quote {
  font-family: var(--display); font-size: 34px; font-weight: 700;
  text-transform: uppercase; line-height: 1.1; color: var(--cocoa); margin: 0 0 24px;
}
.review-author { font-family: var(--body); font-size: 14px; color: var(--hazel); }
.stockists { background: var(--cocoa); border-radius: 10px; padding: 36px; color: var(--ivory); }
.stockists .heading {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 18px;
}
.stockists .name {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; padding: 6px 0;
}

/* ============================================================
   STOCKIST LOCATOR
   ============================================================ */
.locator { background: var(--ivory); border-radius: 10px; padding: 48px; }
.locator-search { display: flex; gap: 12px; margin-bottom: 32px; max-width: 520px; }
.locator-search input {
  flex: 1; padding: 16px 20px;
  font-family: var(--body); font-size: 15px;
  background: #fff; border: 1.5px solid var(--oat);
  color: var(--cocoa); border-radius: 999px; outline: none;
}
.locator-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.locator-result { background: #fff; border-radius: 8px; padding: 20px; border: 1.5px solid var(--oat); }
.locator-result .retailer {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin-bottom: 6px;
}
.locator-result .addr { font-family: var(--body); font-size: 13px; color: var(--hazel); line-height: 1.5; margin-bottom: 10px; }
.locator-result .meta { display: flex; justify-content: space-between; align-items: center; }
.locator-result .miles {
  font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--rich);
}
.locator-result .stock-status {
  font-family: var(--body); font-size: 11px;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}

/* ============================================================
   RECIPES
   ============================================================ */
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.recipe-card {
  border-radius: 10px; overflow: hidden; background: #fff;
  cursor: pointer; transition: transform 0.25s, box-shadow 0.25s;
}
.recipe-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(64,32,32,0.16); }
.recipe-img {
  height: 240px; position: relative; overflow: hidden;
  display: flex; align-items: flex-end; padding: 20px;
}
.recipe-img .leaf-field { position: absolute; inset: 0; opacity: 0.18; }
.recipe-img .lbl {
  position: relative;
  font-family: var(--display); font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--hazel);
  background: rgba(250,235,196,0.85); padding: 5px 12px;
  border-radius: 999px; font-weight: 700;
}
.recipe-body { padding: 24px; }
.recipe-body .meta {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 8px; display: flex; gap: 14px;
}
.recipe-body .meta span + span::before { content: "·"; margin-right: 14px; color: var(--hazel); }
.recipe-body h4 {
  font-family: var(--display); font-size: 24px; font-weight: 700;
  text-transform: uppercase; line-height: 1.05; color: var(--cocoa); margin: 0 0 10px;
}
.recipe-body p {
  font-family: var(--body); font-size: 14px; color: var(--hazel);
  line-height: 1.55; margin: 0 0 14px;
}
.recipe-body .protein-hit {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; background: var(--pale); border-radius: 999px;
  font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--cocoa);
}
.recipe-body .protein-hit svg { width: 14px; height: 14px; stroke: var(--cocoa); }

/* ============================================================
   EDITORIAL / BLOG
   ============================================================ */
.blog-feature {
  display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px;
  background: var(--pale); border-radius: 10px; padding: 48px; align-items: center;
}
.blog-feature .img {
  height: 380px; background: var(--almond); border-radius: 8px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.blog-feature .img .leaf-field { position: absolute; inset: 0; opacity: 0.22; }
.blog-feature .img .lbl {
  position: relative;
  font-family: var(--display); font-size: 12px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--hazel);
  background: rgba(250,235,196,0.85); padding: 6px 14px; border-radius: 999px;
  font-weight: 700;
}
.blog-feature .meta {
  font-family: var(--display); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rich); margin-bottom: 16px; display: flex; gap: 14px;
}
.blog-feature .meta span + span::before { content: "·"; margin-right: 14px; color: var(--hazel); }
.blog-feature h3 {
  font-family: var(--display); font-size: 48px; font-weight: 700;
  text-transform: uppercase; line-height: 1; color: var(--cocoa); margin: 0 0 18px;
}
.blog-feature p {
  font-family: var(--body); font-size: 16px; line-height: 1.5;
  color: var(--hazel); margin: 0 0 24px;
}

/* ============================================================
   EMAIL TEMPLATES
   ============================================================ */
.email-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.email-card { background: #f5f5f5; border-radius: 10px; padding: 24px; }
.email-card .meta-bar {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px dashed #d4d0c8;
}
.email-card .meta-bar .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--rich); }
.email-card .meta-bar .lbl {
  font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: #666;
}
.email-card .subject-line {
  font-family: var(--body); font-size: 13px; color: #666; margin-bottom: 4px;
}
.email-card .subject-line strong { color: #222; font-weight: 700; }
.email-render { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #e0dcd0; }
.email-header { background: var(--cocoa); padding: 24px 32px; text-align: center; }
.email-header .wm-img {
  display: inline-block; width: 130px; aspect-ratio: 728/364;
  background: url('../img/logos/Ivory_Latte_Full.png') center/contain no-repeat;
}
.email-hero {
  padding: 32px; background: var(--pale); text-align: center;
  position: relative; overflow: hidden;
}
.email-hero .leaf-field { position: absolute; inset: 0; opacity: 0.18; }
.email-hero h2 {
  position: relative;
  font-family: var(--display); font-size: 36px; font-weight: 700;
  text-transform: uppercase; line-height: 1; color: var(--cocoa); margin: 0 0 12px;
}
.email-hero h2 .accent { color: var(--rich); }
.email-hero p {
  position: relative;
  font-family: var(--body); font-size: 14px; color: var(--hazel);
  margin: 0; line-height: 1.5;
}
.email-body { padding: 28px 32px; }
.email-body p {
  font-family: var(--body); font-size: 14px; color: var(--cocoa);
  line-height: 1.65; margin: 0 0 16px;
}
.email-cta { padding: 0 32px 32px; text-align: center; }
.email-cta a {
  display: inline-block; padding: 14px 32px;
  background: var(--cocoa); color: var(--ivory);
  font-family: var(--display); font-size: 13px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  border-radius: 999px; text-decoration: none;
}
.email-cta a.accent { background: var(--rich); color: #fff; }
.email-products {
  padding: 0 32px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.email-product { background: var(--pale); border-radius: 8px; padding: 16px; text-align: center; }
.email-product .swatch-bg {
  height: 80px; border-radius: 6px; margin-bottom: 12px;
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.email-product .name {
  font-family: var(--display); font-size: 12px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); line-height: 1.1; margin: 0 0 4px;
}
.email-product .price { font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--rich); }
.email-foot {
  background: var(--cocoa); padding: 24px 32px; text-align: center;
  color: var(--almond); font-family: var(--body); font-size: 11px;
}
.email-foot a { color: var(--ivory); text-decoration: underline; text-underline-offset: 2px; }
.email-discount-block {
  margin: 0 32px 24px; padding: 24px;
  border: 2px dashed var(--rich); border-radius: 8px;
  text-align: center; background: var(--ivory);
}
.email-discount-block .code {
  font-family: var(--display); font-size: 28px; font-weight: 700;
  letter-spacing: 0.18em; color: var(--cocoa); margin: 0 0 4px;
}
.email-discount-block .lbl {
  font-family: var(--body); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--hazel);
}

/* ============================================================
   MOBILE PHONE FRAME
   ============================================================ */
.mobile-frame {
  max-width: 380px; margin: 0 auto;
  background: #fff; border-radius: 24px; overflow: hidden;
  border: 8px solid var(--cocoa); box-shadow: 0 24px 60px rgba(64,32,32,0.2);
}
.mobile-frame .status { background: var(--cocoa); height: 24px; }
.mobile-frame .top {
  padding: 14px 18px; background: var(--pale);
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--oat);
}
.mobile-frame .top .mob-logo {
  width: 90px; aspect-ratio: 700/252;
  background: url('../img/logos/Cocoa_Dusk.png') left center/contain no-repeat;
  text-indent: -9999px; overflow: hidden;
}
.mobile-frame .top .icons { display: flex; gap: 14px; }
.mobile-frame .top svg { width: 18px; height: 18px; color: var(--cocoa); }
.mobile-frame .content { padding: 24px 18px; background: var(--pale); min-height: 480px; }
.mobile-frame .content h3 {
  font-family: var(--display); font-size: 34px; font-weight: 700;
  text-transform: uppercase; line-height: 0.95; color: var(--cocoa);
  margin: 0 0 14px; letter-spacing: -0.005em;
}
.mobile-frame .content h3 .accent { color: var(--rich); }
.mobile-frame .content p {
  font-family: var(--body); font-size: 14px; color: var(--hazel);
  line-height: 1.55; margin: 0 0 20px;
}
.mobile-frame .pc-mini {
  background: #fff; border-radius: 8px; overflow: hidden;
  margin-bottom: 14px; display: grid; grid-template-columns: 100px 1fr; gap: 0;
}
.mobile-frame .pc-mini-img {
  background: var(--ivory); position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.mobile-frame .pc-mini-img .leaf-field { position: absolute; inset: 0; opacity: 0.16; }
.mobile-frame .pc-mini-img .mini-r { position: relative; width: 64px; height: 64px; }
.mobile-frame .pc-mini-body { padding: 14px; }
.mobile-frame .pc-mini-body .name {
  font-family: var(--display); font-size: 14px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); line-height: 1.05; margin-bottom: 4px;
}
.mobile-frame .pc-mini-body .price {
  font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--cocoa);
}
.mobile-frame .pc-mini-body .flav {
  font-family: var(--body); font-size: 11px; color: var(--hazel); margin-bottom: 6px;
}
.mobile-frame .bottom-nav {
  background: #fff; border-top: 1px solid var(--oat);
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 10px 0 14px;
}
.mobile-frame .bottom-nav .nav-item {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  font-family: var(--display); font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--hazel); padding: 6px;
}
.mobile-frame .bottom-nav .nav-item.active { color: var(--rich); }
.mobile-frame .bottom-nav .nav-item svg { width: 20px; height: 20px; }

/* ============================================================
   ANIMATION CARDS
   ============================================================ */
.anim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.anim-card {
  background: #fff; border-radius: 10px; padding: 32px;
  border: 1px solid var(--oat); min-height: 280px;
  display: flex; flex-direction: column;
}
.anim-card .demo {
  flex: 1; display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  background: var(--pale); border-radius: 8px;
  min-height: 140px; position: relative; overflow: hidden;
}
.anim-card h5 {
  font-family: var(--display); font-size: 18px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 6px; line-height: 1.05;
}
.anim-card p {
  font-family: var(--body); font-size: 13px; color: var(--hazel);
  margin: 0; line-height: 1.5;
}
.anim-card .demo .anim-leaf {
  width: 40px; height: 40px;
  animation: leaf-bob 2s ease-in-out infinite;
}
@keyframes leaf-bob {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-8px) rotate(5deg); }
}
.anim-card .demo .anim-pill {
  padding: 10px 18px; background: var(--cocoa); color: var(--ivory);
  border-radius: 999px;
  font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  animation: btn-pulse 2.4s ease-in-out infinite;
}
@keyframes btn-pulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 0 0 rgba(222,107,10,0.4); }
  50% { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(222,107,10,0.3); }
}
.anim-card .demo .anim-roundel { animation: slow-spin-fast 8s linear infinite; }
@keyframes slow-spin-fast { to { transform: rotate(360deg); } }

/* ============================================================
   STATES (loading / empty / 404)
   ============================================================ */
.states-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.state-card {
  background: #fff; border-radius: 10px; padding: 48px 32px;
  text-align: center; border: 1px solid var(--oat);
  min-height: 340px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.state-card .leaf-spin {
  width: 48px; height: 48px;
  animation: spin-leaf 1.6s linear infinite;
  margin-bottom: 24px;
}
@keyframes spin-leaf { to { transform: rotate(360deg); } }
.state-card .big-icon { width: 72px; height: 72px; margin-bottom: 24px; color: var(--hazel); }
.state-card h4 {
  font-family: var(--display); font-size: 24px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 10px; line-height: 1.05;
}
.state-card p {
  font-family: var(--body); font-size: 14px; color: var(--hazel);
  margin: 0 0 20px; max-width: 280px; line-height: 1.5;
}

.notfound {
  background: var(--cocoa); color: var(--ivory);
  border-radius: 10px; padding: 80px 64px;
  text-align: center; position: relative; overflow: hidden;
  min-height: 480px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.notfound .leaf-field { position: absolute; inset: 0; opacity: 0.4; pointer-events: none; }
.notfound > * { position: relative; }
.notfound .num {
  font-family: var(--display); font-size: 240px; font-weight: 700;
  line-height: 1; color: var(--rich); margin: 0; letter-spacing: -0.02em;
}
.notfound h2 {
  font-family: var(--display); font-size: 48px; font-weight: 700;
  text-transform: uppercase; color: var(--ivory); margin: 8px 0 16px; line-height: 1;
}
.notfound p {
  font-family: var(--body); font-size: 17px; color: var(--almond);
  max-width: 480px; line-height: 1.5; margin: 0 0 28px;
}

/* ============================================================
   PACKAGING (guidelines page)
   ============================================================ */
.pack-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pack-card {
  border-radius: 10px; padding: 48px 36px; min-height: 380px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: space-between;
}
.pack-card .roundel-wrap {
  display: flex; justify-content: center; margin-bottom: 24px;
}
.pack-card .pack-meta {
  text-align: center;
}
.pack-card .pack-flavour {
  font-family: var(--display); font-size: 12px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  display: inline-block; margin-bottom: 14px;
}
.pack-card .pack-name {
  font-family: var(--display); font-size: 36px; font-weight: 700;
  text-transform: uppercase; line-height: 0.95; margin: 0 0 8px;
}
.pack-card .pack-subname {
  font-family: var(--display); font-size: 14px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}

/* Brand position quadrant */
.position-grid {
  background: var(--ivory); border-radius: 10px; padding: 48px;
  display: grid; grid-template-columns: 1fr 2fr; gap: 48px;
}
.position-grid h3 {
  font-family: var(--display); font-size: 40px; font-weight: 700;
  text-transform: uppercase; color: var(--cocoa); margin: 0 0 20px; line-height: 1;
}
.position-grid p {
  font-family: var(--body); font-size: 15px; color: var(--hazel);
  line-height: 1.55; margin: 0 0 16px;
}
.quadrant {
  position: relative; aspect-ratio: 1; max-width: 540px; margin: 0 auto;
  border-left: 2px solid var(--cocoa); border-bottom: 2px solid var(--cocoa);
}
.quadrant .axis-label {
  position: absolute; font-family: var(--display); font-size: 10px;
  font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cocoa);
}
.quadrant .axis-label.top { top: -28px; left: 50%; transform: translateX(-50%); }
.quadrant .axis-label.bottom { bottom: -28px; left: 50%; transform: translateX(-50%); }
.quadrant .axis-label.left { left: -88px; top: 50%; transform: translateY(-50%) rotate(-90deg); transform-origin: right center; }
.quadrant .axis-label.right { right: -8px; top: 50%; transform: translateY(-50%) rotate(-90deg) translateX(50%); transform-origin: right center; }
.quadrant .marker {
  position: absolute; padding: 10px 14px; border-radius: 999px;
  background: #fff; font-family: var(--display); font-size: 11px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(64,32,32,0.1); color: var(--cocoa);
  white-space: nowrap;
}
.quadrant .marker.us {
  background: var(--rich); color: #fff;
  font-size: 14px; padding: 14px 20px;
}

/* ============================================================
   MOBILE OVERRIDES FOR COMPONENTS
   ============================================================ */
@media (max-width: 900px) {
  .pc-grid { grid-template-columns: 1fr; }
  .pc-grid .span-12, .pc-grid .span-8, .pc-grid .span-6, .pc-grid .span-4 { grid-column: span 1; }
  .pc-hero-card { grid-template-columns: 1fr; }
  .megamenu { grid-template-columns: 1fr; gap: 24px; }
  .topbar { flex-direction: column; gap: 16px; }
  .topbar .links { flex-wrap: wrap; justify-content: center; gap: 16px; }
  .hero { padding: 36px; min-height: auto; }
  .hero.brand-led h2 { font-size: 54px; }
  .hero.brand-led .roundel-bg { display: none; }
  .hero.product-launch { flex-direction: column; gap: 24px; }
  .hero.product-launch h2 { font-size: 48px; }
  .hero.editorial { grid-template-columns: 1fr; padding: 36px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); padding: 32px; }
  .stat-num { font-size: 42px; }
  .proof-grid { grid-template-columns: 1fr; }
  .forms-grid { grid-template-columns: 1fr; }
  .leaf-grid { grid-template-columns: 1fr; }
  .voice-cols { grid-template-columns: 1fr; }
  .voice-pairs .pair { grid-template-columns: 1fr; gap: 14px; }
  .recipe-grid, .email-grid, .bundle-grid, .locator-results, .states-grid, .anim-grid, .pack-grid { grid-template-columns: 1fr; }
  .subsave { grid-template-columns: 1fr; padding: 36px; }
  .subsave h3 { font-size: 38px; }
  .blog-feature { grid-template-columns: 1fr; padding: 36px; }
  .ingredients-block .row { grid-template-columns: 1fr; gap: 24px; }
  .notfound { padding: 48px 28px; }
  .notfound .num { font-size: 140px; }
  .position-grid { grid-template-columns: 1fr; padding: 28px; gap: 28px; }
  .quadrant { aspect-ratio: auto; min-height: 320px; }
}
