:root{
  /* ===== NEUTRAL BASE ===== */
  --bg:#e9edf2;
  --bg-alt:#dde3ea;
  --surface:#ffffff;
  --card:#f6f8fb;
  --card-border:#d6dde7;
  --text:#1f2937;
  --muted:#5f6c82;
  --muted-light:#7c889d;
  --accent:#ffb454;
  --accent-strong:#ff9d2f;
  --accent-soft:#ffd28a;
  --radius:16px;
  --radius-sm:12px;
  --shadow:0 10px 26px rgba(17,24,39,.10);
  --shadow-sm:0 6px 14px rgba(17,24,39,.08);
  --focus:rgba(255,180,84,.45);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 20% -10%, #f5f7fa 0%, var(--bg) 55%),
    linear-gradient(180deg, var(--bg), var(--bg-alt));
}
a{color:inherit;text-decoration:none}
.container{max-width:1080px;margin:0 auto;padding:20px}
.site-header{background:var(--surface);border-bottom:1px solid var(--card-border);}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;}
.brand img{display:block;height:56px}
.nav a{margin-left:16px;font-weight:700;color:var(--muted);}
.nav a:hover{color:var(--text)}
h1,h2,h3{margin:0 0 10px 0;font-weight:900;letter-spacing:.2px;}
h1{font-size:30px} h2{font-size:20px} h3{font-size:16px}
p{line-height:1.55;margin:0 0 10px}
.small{font-size:13px}
.muted{color:var(--muted)}
.card{
  background:var(--card);
  border:1px solid var(--card-border);
  border-radius:var(--radius);
  padding:20px;
  box-shadow:var(--shadow);
  position:relative;
}
.card:hover{box-shadow:0 14px 32px rgba(17,24,39,.14);}
.card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:var(--radius);
  pointer-events:none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -1px 0 rgba(255,180,84,.18);
}
.hero{display:grid;grid-template-columns:1.4fr .9fr;gap:20px;}
@media(max-width:900px){.hero{grid-template-columns:1fr}}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media(max-width:900px){.grid-2{grid-template-columns:1fr}}
.img-wrap{
  border-radius:var(--radius-sm);
  background:#fff;
  border:1px solid var(--card-border);
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--shadow-sm);
}
.img-ph{
  width:100%;height:100%;
  display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-weight:800;
  background:linear-gradient(180deg, #ffffff, #f3f6fb);
  border-radius:var(--radius-sm);
}
.img-ph.sm{width:72px;height:72px;border-radius:12px}
.cta-row{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
  margin-top:12px;
}
.cta-row .muted.small{margin-top:2px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  max-width:360px;
  background:var(--accent);
  color:#1a1a1a;
  padding:10px 16px;
  border-radius:14px;
  font-weight:900;
  border:1px solid transparent;
  box-shadow:0 6px 16px rgba(255,180,84,.45);
}
.btn:hover{background:var(--accent-strong);}
.btn.btn-secondary{
  background:#ffffff;
  border:1px solid var(--card-border);
  box-shadow:var(--shadow-sm);
  color:var(--text);
}
.btn.btn-secondary:hover{border-color:var(--accent);}
.btn--amazon{background:var(--accent);}
.btn--amazon:hover{background:var(--accent-strong);}
.btn--retailer{
  background:#eaf1ff;
  border:1px solid #cddcff;
  color:#1f2a44;
  box-shadow:var(--shadow-sm);
}
.btn--retailer:hover{border-color:#9fbaff;}
.btn--brand{
  background:#fff7eb;
  border:1px dashed var(--accent);
  color:#3a2a10;
  box-shadow:var(--shadow-sm);
}
.btn--brand:hover{background:#fff1dd;}
.btn--digital{
  background:#eefaf3;
  border:1px solid #bfe7cd;
  color:#173326;
  box-shadow:var(--shadow-sm);
}
.btn--digital:hover{border-color:#88d4a4;}
@media (max-width:520px){.btn{max-width:100%;}}
.disclosure{
  margin-top:12px;
  padding:12px 14px;
  background:#fff7eb;
  border:1px dashed var(--accent);
  border-radius:12px;
  font-size:13px;
  color:var(--muted);
}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
@media(max-width:1000px){.product-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.product-grid{grid-template-columns:1fr}}
.product-card{
  display:flex;
  gap:14px;
  background:var(--card);
  border:1px solid var(--card-border);
  border-radius:var(--radius-sm);
  padding:14px;
  box-shadow:var(--shadow-sm);
}
.product-card:hover{border-color:var(--accent);}
.thumb{width:72px;height:72px;border-radius:12px;background:#fff;border:1px solid var(--card-border);overflow:hidden;}
.thumb img{width:100%;height:100%;object-fit:cover;border-radius:12px;}
.pc-title{font-weight:900;}
.pc-blurb{
  color:var(--muted);
  font-size:13px;
  margin-top:4px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.faq{
  border:1px solid var(--card-border);
  background:#fff;
  border-radius:12px;
  padding:10px 12px;
  margin:10px 0;
  box-shadow:var(--shadow-sm);
}
.faq summary{cursor:pointer;font-weight:800;}
.faq-a{margin-top:8px;color:var(--muted);}
.badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  background:rgba(255,180,84,.20);
  border:1px solid rgba(255,180,84,.35);
  color:#3a2a10;
}
.site-footer{margin-top:32px;border-top:1px solid var(--card-border);background:var(--surface);}
.footer-row{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-bottom:20px;}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:8px;}
.logo{height:56px;max-width:100%;display:block;}
@media (prefers-reduced-motion: reduce){.logo{content:url("/assets/logo.svg");}}

