
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&family=Nunito:wght@400;600;700&family=Caveat:wght@600&display=swap');
:root{ --ink:#4A3B66; --body:#4A4458; --muted:#8A83A0; --purple:#8F6FCB; --deep:#5F4B8B;
  --soft:#C9B4EE; --blush:#E8A0BF; --border:#E9E2F5; --wash:#F4F0FB; }
*{margin:0;padding:0;box-sizing:border-box;}
html{ min-height:100%; background:#F4F0FB; }
body{ font-family:'Nunito',sans-serif; color:var(--body); line-height:1.65; min-height:100vh;
  background:transparent; }
h1,h2,h3{ font-family:'Quicksand',sans-serif; font-weight:700; color:var(--ink); }
.hand{ font-family:'Caveat',cursive; color:var(--purple); }
.wrap{ max-width:1000px; margin:0 auto; padding:0 22px; }

header{ text-align:center; padding:54px 0 10px; }
header svg{ display:block; margin:0 auto 6px; }
header a.brandlink{ text-decoration:none; display:block; }
header .name{ font-family:'Quicksand'; font-weight:700; font-size:34px; color:var(--ink); word-spacing:-0.14em; }
header .tag{ font-family:'Caveat'; font-size:26px; color:var(--purple); }

.hero{ text-align:center; padding:46px 0 30px; }
.hero h1{ font-size:52px; line-height:1.2; max-width:760px; margin:0 auto; text-wrap:balance; }
.hero p{ font-size:20px; max-width:780px; margin:20px auto 0; color:var(--body); }
.hero .hand{ font-size:30px; margin-top:18px; display:block; }

.grid{ display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:40px 0; }
.grid.three{ grid-template-columns:repeat(3,1fr); }
@media(max-width:900px){ .grid, .grid.three{ grid-template-columns:1fr; } .hero h1{font-size:38px;} }
.card h2{ font-size:25px; }
.card{ background:#fff; border:1.5px solid var(--border); border-radius:24px; padding:32px 30px;
  box-shadow:0 14px 36px rgba(74,59,102,.07); display:flex; flex-direction:column; }
.card .kick{ font-family:'Quicksand'; font-weight:700; font-size:12.5px; letter-spacing:.22em;
  text-transform:uppercase; color:var(--blush); margin-bottom:10px; }
.card h2{ font-size:25px; margin-bottom:8px; }
.card .price{ font-family:'Quicksand'; font-weight:700; font-size:22px; color:var(--deep); margin:6px 0 14px; }
.card ul{ list-style:none; margin:10px 0 22px; }
.card li{ padding:7px 0 7px 26px; position:relative; font-size:16px; }
.card li:before{ content:"·"; position:absolute; left:8px; color:var(--blush); font-size:26px; line-height:1; top:6px; }
.btn{ display:inline-block; text-align:center; font-family:'Quicksand'; font-weight:700; font-size:16px;
  text-decoration:none; padding:14px 26px; border-radius:40px; background:var(--deep); color:#fff; margin-top:auto; }
.btn.ghost{ background:transparent; color:var(--deep); border:2px solid var(--soft); }

.bundle{ background:var(--deep); color:#F4EFFC; border-radius:24px; padding:34px 32px; text-align:center; margin-bottom:40px; }
.bundle h2{ color:#fff; font-size:30px; }
.bundle p{ max-width:560px; margin:12px auto 20px; }
.bundle .btn{ background:#fff; color:var(--deep); }

.promise{ background:#EEF7F1; border:1.5px solid #CFE7D8; border-radius:24px; padding:30px 32px; margin-bottom:40px; }
.promise h2{ color:#3F7A56; font-size:26px; margin-bottom:10px; }
.promise p{ font-size:16.5px; }

.story{ background:#fff; border:1.5px solid var(--border); border-radius:24px; padding:34px 34px; margin-bottom:40px; }
.story h2{ font-size:28px; margin-bottom:12px; }
.story p{ margin-bottom:12px; }

.faq{ margin-bottom:50px; }
.faq h2{ text-align:center; font-size:28px; margin-bottom:18px; }
details{ background:#fff; border:1.5px solid var(--border); border-radius:16px; padding:16px 22px; margin-bottom:10px; }
summary{ font-family:'Quicksand'; font-weight:700; color:var(--ink); cursor:pointer; font-size:17px; }
details p{ margin-top:10px; font-size:16px; }

footer{ text-align:center; padding:30px 0 50px; color:var(--muted); font-size:14px; }
footer a{ color:var(--purple); text-decoration:none; }

/* shared additions */
.nav{ display:flex; gap:7px; justify-content:center; flex-wrap:wrap; margin:26px 0 6px; }
.nav a{ font-family:'Quicksand'; font-weight:700; font-size:13.5px; text-decoration:none; color:var(--deep);
  background:rgba(255,255,255,.7); border:1.5px solid var(--border); padding:9px 14px; border-radius:40px;
  white-space:nowrap; }
@media(max-width:820px){ .nav a{ font-size:12.5px; padding:8px 12px; } }
.nav a.on{ background:var(--deep); color:#fff; border-color:var(--deep); }
.back{ display:inline-block; margin:26px 0 0; font-family:'Quicksand'; font-weight:700; color:var(--purple); text-decoration:none; font-size:15px; }
.buy{ display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-top:22px; }
.buy .p{ font-family:'Quicksand'; font-weight:700; font-size:30px; color:var(--deep); }
.shot{ width:100%; border-radius:18px; border:1.5px solid var(--border); margin-top:18px; }
.lead{ font-size:19px; max-width:720px; text-wrap:balance; }
.two{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
@media(max-width:820px){ .two{ grid-template-columns:1fr; } }

/* proper round bullets */
.plain{ list-style:disc; margin:14px 0 0 24px; }
.plain li{ padding:6px 0; font-size:16.5px; }
.plain li::marker{ color:var(--blush); font-size:18px; }
/* home page cards */
.card ul{ list-style:disc; margin:14px 0 22px 24px; }
.card li{ padding:6px 0; position:static; font-size:16px; }
.card li:before{ content:none; }
.card li::marker{ color:var(--blush); font-size:18px; }

/* equal buy buttons on the home cards */
.grid .card .btn{ width:100%; white-space:nowrap; font-size:15px; padding:14px 18px; }
.buy .btn{ width:auto; }

/* small disclaimer note */
.note{ background:rgba(255,255,255,.6); border:1.5px dashed var(--border); border-radius:20px;
  padding:24px 28px; margin-bottom:40px; }
.note h3{ font-size:19px; margin-bottom:8px; }
.note p{ font-size:15.5px; color:var(--muted); }

/* long product names only stay on one line where there is room */
@media(min-width:901px){ .grid .card h2{ white-space:nowrap; } }

/* phones */
@media(max-width:640px){
  .wrap{ padding:0 16px; }
  header{ padding:34px 0 6px; }
  header .name{ font-size:29px; }
  header .tag{ font-size:22px; }
  .hero{ padding:26px 0 18px; }
  .hero h1{ font-size:32px; line-height:1.22; }
  .hero p{ font-size:17px; }
  .hero .hand{ font-size:25px; }
  .nav{ gap:6px; margin:18px 0 4px; }
  .nav a{ font-size:12.5px; padding:8px 13px; }
  .card, .promise, .story, .bundle, .note{ padding:24px 20px; border-radius:20px; }
  .card h2, .story h2, .promise h2, .faq h2{ font-size:22px; }
  .card li, .plain li{ font-size:15.5px; }
  .lead{ font-size:17px; }
  .buy{ gap:12px; }
  .buy .p{ font-size:26px; }
  .buy .btn{ width:100%; }
  details{ padding:14px 16px; }
  summary{ font-size:15.5px; }
  .back{ font-size:14px; }
  table{ font-size:13px; }
}
@media(max-width:380px){
  .hero h1{ font-size:28px; }
  .nav a{ font-size:11.5px; padding:7px 11px; }
}
