
:root{
  --ink:#171a17;
  --muted:#6d746e;
  --paper:#fbfaf6;
  --panel:#ffffff;
  --line:#e6e3db;
  --green:#173e2f;
  --green-2:#285c47;
  --cream:#f1eee4;
  --shadow:0 18px 60px rgba(24,31,27,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(40,92,71,.09), transparent 30rem),
    var(--paper);
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px, calc(100% - 36px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:10;
  backdrop-filter:blur(18px);
  background:rgba(251,250,246,.82);
  border-bottom:1px solid rgba(230,227,219,.8)
}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:.03em}
.brand-mark{
  width:36px;height:36px;border-radius:50%;
  display:grid;place-items:center;
  color:white;background:var(--green);
  font-size:13px;font-weight:900
}
.brand small{display:block;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.back-link{font-size:14px;color:var(--muted);font-weight:700}
.hero{padding:92px 0 54px}
.eyebrow{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border:1px solid #d9dfd9;border-radius:999px;
  font-size:12px;font-weight:800;color:var(--green);text-transform:uppercase;letter-spacing:.12em;
  background:rgba(255,255,255,.65)
}
.hero h1{max-width:900px;font-size:clamp(44px,7.5vw,88px);line-height:.95;letter-spacing:-.055em;margin:26px 0 22px}
.hero p{max-width:720px;color:var(--muted);font-size:19px;line-height:1.65;margin:0}
.hero-note{margin-top:28px;font-size:13px;color:var(--muted)}
.product-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:20px 0 100px
}
.product-card{
  min-height:300px;padding:26px;border-radius:var(--radius);
  border:1px solid var(--line);background:rgba(255,255,255,.84);box-shadow:var(--shadow);
  display:flex;flex-direction:column;justify-content:space-between;
  transition:.22s ease;
}
.product-card:hover{transform:translateY(-4px);border-color:#cad5ce}
.card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.card-category{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.13em}
.vegan-badge{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 10px;border-radius:999px;background:#edf5ef;color:var(--green);font-size:11px;font-weight:850
}
.vegan-badge:before{content:"";width:7px;height:7px;background:var(--green-2);border-radius:50%}
.product-card h2{font-size:32px;letter-spacing:-.035em;margin:18px 0 8px}
.card-serving{font-size:13px;color:var(--muted)}
.card-bottom{display:flex;align-items:end;justify-content:space-between;gap:16px}
.card-calories strong{font-size:44px;letter-spacing:-.04em}
.card-calories span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-weight:800}
.arrow{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:var(--green);color:white;font-size:19px
}
.footer{padding:26px 0 44px;border-top:1px solid var(--line);color:var(--muted);font-size:12px}
.footer-inner{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}

/* Product */
.product-wrap{padding:72px 0 110px}
.product-heading{
  display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:44px;align-items:end;
  padding-bottom:46px;border-bottom:1px solid var(--line)
}
.product-heading h1{font-size:clamp(48px,8vw,92px);letter-spacing:-.055em;line-height:.95;margin:16px 0 18px}
.serving{font-size:15px;color:var(--muted)}
.calorie-block{background:var(--green);color:white;border-radius:32px;padding:30px 32px}
.calorie-label{font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:800;opacity:.68}
.calorie-number{font-size:94px;line-height:.9;letter-spacing:-.06em;font-weight:850;margin:12px 0}
.calorie-serving{font-size:13px;opacity:.68}
.macro-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0 54px
}
.macro{
  background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:18px
}
.macro strong{display:block;font-size:24px;letter-spacing:-.03em}
.macro span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:36px}
.section-card{
  background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:28px;
  box-shadow:0 10px 40px rgba(24,31,27,.045)
}
.section-card + .section-card{margin-top:18px}
.section-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:var(--green)}
.section-card h2{font-size:28px;letter-spacing:-.035em;margin:8px 0 20px}
.nutrition-table{width:100%;border-collapse:collapse}
.nutrition-table tr{border-top:1px solid var(--line)}
.nutrition-table tr:first-child{border-top:0}
.nutrition-table td{padding:13px 0;font-size:15px}
.nutrition-table td:last-child{text-align:right;font-weight:780}
.nutrition-table .strong td:first-child{font-weight:800}
.ingredients-text{font-size:14px;line-height:1.7;color:#343a35}
.allergen-box{
  margin-top:22px;padding:18px;border-radius:18px;background:var(--cream)
}
.allergen-title{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-weight:850;margin-bottom:5px}
.allergen-value{font-size:14px;font-weight:750;line-height:1.45}
.allergen-box + .allergen-box{margin-top:10px}
.disclaimer{font-size:11px;line-height:1.55;color:var(--muted);margin-top:18px}
.print-button{
  border:0;background:var(--ink);color:white;font-weight:800;padding:12px 16px;border-radius:999px;cursor:pointer;font-size:12px
}
@media(max-width:900px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .product-heading,.content-grid{grid-template-columns:1fr}
  .product-heading{gap:30px}
  .macro-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .shell{width:min(100% - 24px,1180px)}
  .header-inner{height:68px}
  .hero{padding:62px 0 38px}
  .hero h1{font-size:48px}
  .hero p{font-size:16px}
  .product-grid{grid-template-columns:1fr;padding-bottom:64px}
  .product-card{min-height:260px}
  .product-wrap{padding:42px 0 72px}
  .product-heading h1{font-size:52px}
  .calorie-number{font-size:76px}
  .macro-grid{gap:8px}
  .section-card{padding:22px}
}
@media print{
  .site-header,.footer,.print-button{display:none!important}
  body{background:#fff}
  .product-wrap{padding:0}
  .shell{width:100%}
  .section-card,.calorie-block,.macro{box-shadow:none}
}
