/* ============================================================
   zume — shared stylesheet
   Brand: Ocean #6FA8A1 · Sand #E2D0C3 · Warm White #F0EDE6
   Type: Bricolage Grotesque (display) + DM Sans (body)
   ============================================================ */

:root {
  --sand: #E2D0C3;
  --sand-soft: #EEE2D6;
  --cream: #F0EDE6;
  --ocean: #6FA8A1;
  --ocean-deep: #4E7E77;
  --ocean-mist: #E5EEEC;
  --ink: #313B38;
  --muted: #5D5450;
  --muted-2: #7A6F69;
  --white: #FFFFFF;
  --radius: 22px;
  --radius-lg: 32px;
  --maxw: 1180px;
  --shadow: 0 24px 60px -32px rgba(49,59,56,.38);
  --shadow-sm: 0 14px 34px -24px rgba(49,59,56,.4);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Bricolage Grotesque', sans-serif; line-height: 1.08; font-weight: 800; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; }
.section.tight { padding: 60px 0; }
.center { text-align: center; }
.eyebrow {
  font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase;
  font-weight: 700; color: var(--ocean-deep); margin-bottom: 16px;
}
.sec-head { max-width: 660px; margin-bottom: 50px; }
.sec-head.mx { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 { font-size: clamp(30px, 3.8vw, 44px); letter-spacing: -0.015em; margin-bottom: 14px; }
.sec-head p { font-size: 17.5px; color: var(--muted); }
.lede { font-size: 19px; color: var(--muted); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; cursor: pointer; text-decoration: none;
  font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 15px;
  padding: 14px 28px; border-radius: 999px;
  background: var(--ocean-deep); color: var(--cream);
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn:hover, .btn:focus-visible { background: #3E655F; transform: translateY(-1px); }
.btn.ocean { background: var(--ocean); color: var(--ink); }
.btn.ocean:hover { background: var(--ocean-deep); color: var(--cream); }
.btn.ghost { background: transparent; color: var(--ocean-deep); box-shadow: inset 0 0 0 2px var(--ocean-deep); }
.btn.ghost:hover { background: var(--ocean-deep); color: var(--cream); }
.btn.light { background: var(--cream); color: var(--ocean-deep); }
.btn.light:hover { background: var(--white); }
.btn.block { width: 100%; }
.btn.sm { padding: 10px 18px; font-size: 14px; }
.btn:disabled { opacity: .55; cursor: default; transform: none; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(240,237,230,0.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--sand);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 18px; }
.brand { color: var(--ocean-deep); display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand svg { height: 22px; width: auto; display: block; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: 15px; position: relative; }
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a.active { color: var(--ocean-deep); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.cart-btn {
  background: none; border: none; cursor: pointer; font-family: 'DM Sans'; font-weight: 600;
  font-size: 15px; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; padding: 6px;
}
.cart-btn:hover { color: var(--ocean-deep); }
.cart-btn .count {
  background: var(--ocean-deep); color: var(--cream); font-size: 12px; font-weight: 700;
  min-width: 20px; height: 20px; border-radius: 999px; display: inline-flex; align-items: center;
  justify-content: center; padding: 0 6px;
}
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--ink); }

@media (max-width: 900px) {
  .nav-links {
    position: fixed; inset: 70px 0 auto 0; flex-direction: column; gap: 0; align-items: stretch;
    background: var(--cream); border-bottom: 1px solid var(--sand);
    transform: translateY(-120%); transition: transform .25s ease; padding: 8px 0 16px;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 14px 24px; font-size: 17px; border-bottom: 1px solid var(--sand-soft); }
  .nav-toggle { display: inline-flex; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; padding: 78px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 5.6vw, 66px); letter-spacing: -0.02em; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--ocean-deep); }
.hero p.lede { max-width: 48ch; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-media { position: relative; }
.hero-media img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.trust-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.trust-row span {
  font-size: 13px; font-weight: 600; color: var(--ink);
  background: var(--white); border: 1px solid var(--sand);
  padding: 8px 15px; border-radius: 999px;
}

/* ---------- product grid / cards ---------- */
.grid { display: grid; gap: 20px; }
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.grid.g3 { grid-template-columns: repeat(3, 1fr); }
.grid.g2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white); border-radius: var(--radius); border: 1px solid var(--sand);
  display: flex; flex-direction: column; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.card .thumb {
  position: relative; background: var(--sand-soft); cursor: pointer;
  aspect-ratio: 4/5; overflow: hidden;
}
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card .thumb:hover img { transform: scale(1.03); }
.card .badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--ocean-deep); color: var(--cream);
  font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 999px;
}
.card .qv {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%) translateY(8px);
  opacity: 0; transition: opacity .2s ease, transform .2s ease;
  background: rgba(240,237,230,.95); color: var(--ocean-deep); border: none; cursor: pointer;
  font-family: 'DM Sans'; font-weight: 700; font-size: 13px; padding: 9px 18px; border-radius: 999px;
  white-space: nowrap;
}
.card .thumb:hover .qv, .card .thumb:focus-within .qv { opacity: 1; transform: translateX(-50%) translateY(0); }
.card .body { padding: 22px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.card .role { font-size: 12.5px; color: var(--ocean-deep); font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 8px; }
.card h3 { font-size: 20px; margin-bottom: 8px; }
.card .actives { font-size: 13.5px; color: var(--ocean-deep); font-weight: 600; margin-bottom: 10px; }
.card p.desc { font-size: 14.5px; color: var(--muted); flex: 1; }
.card .price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; gap: 12px; }
.card .price { font-weight: 700; font-size: 18px; }
.card .price .was { color: var(--muted-2); text-decoration: line-through; font-weight: 500; font-size: 15px; margin-right: 7px; }

/* section tags for shop tiers */
.tier-label {
  display: flex; align-items: baseline; gap: 14px; margin: 8px 0 26px;
  border-top: 1px solid var(--sand); padding-top: 30px;
}
.tier-label h3 { font-size: 24px; }
.tier-label span { font-size: 15px; color: var(--muted-2); }
.tier-label:first-of-type { border-top: none; padding-top: 0; }

/* ---------- ingredient list ---------- */
.ingredients { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ing {
  background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius);
  padding: 24px 24px; display: flex; gap: 18px; align-items: flex-start;
}
.ing .dot {
  flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%;
  background: var(--ocean-mist); color: var(--ocean-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 18px;
}
.ing h4 { font-size: 17px; margin-bottom: 5px; font-weight: 700; }
.ing p { font-size: 14.5px; color: var(--muted); }

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 28px 24px; }
.step .num {
  width: 42px; height: 42px; border-radius: 50%; background: var(--ocean-mist); color: var(--ocean-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bricolage Grotesque'; font-weight: 800; font-size: 17px; margin-bottom: 16px;
}
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 14.5px; color: var(--muted); }

/* ---------- feature band ---------- */
.band { background: var(--ocean-deep); color: var(--cream); border-radius: var(--radius-lg); overflow: hidden; }
.band-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 0; }
.band-copy { padding: 60px 56px; }
.band-copy .eyebrow { color: var(--sand); }
.band-copy h2 { font-size: clamp(28px,3.4vw,40px); margin-bottom: 14px; color: var(--white); }
.band-copy p { color: #D9E6E3; font-size: 16.5px; max-width: 46ch; margin-bottom: 26px; }
.band-media { align-self: stretch; min-height: 340px; background: #446E68; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- routine / bundle box ---------- */
.bundle { background: var(--ocean-deep); border-radius: var(--radius-lg); color: var(--cream); padding: 56px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.bundle .eyebrow { color: var(--sand); }
.bundle h2 { font-size: clamp(28px,3.4vw,40px); margin-bottom: 14px; color: var(--white); }
.bundle p { color: #D9E6E3; font-size: 16.5px; max-width: 46ch; }
.bundle ul { list-style: none; margin: 22px 0 0; display: grid; gap: 10px; }
.bundle ul li { color: #EAF2F0; font-size: 15.5px; padding-left: 26px; position: relative; }
.bundle ul li::before { content: '✓'; position: absolute; left: 0; color: var(--sand); font-weight: 700; }
.buybox { background: var(--white); border-radius: var(--radius); padding: 28px; color: var(--ink); }
.buybox .bb-img { border-radius: 14px; overflow: hidden; margin-bottom: 20px; background: var(--sand-soft); }
.plan { display: grid; gap: 10px; margin-bottom: 18px; }
.plan-opt {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  border: 2px solid var(--sand-soft); border-radius: 14px; padding: 14px 16px; cursor: pointer;
  transition: border-color .15s, background .15s;
}
.plan-opt:hover { border-color: var(--ocean); }
.plan-opt.on { border-color: var(--ocean-deep); background: var(--ocean-mist); }
.plan-opt .pl-name { font-weight: 700; font-size: 15px; }
.plan-opt .pl-sub { font-size: 12.5px; color: var(--muted-2); }
.plan-opt .pl-price { font-weight: 700; font-size: 17px; }
.plan-opt .pl-price .was { color: var(--muted-2); text-decoration: line-through; font-weight: 500; font-size: 14px; margin-right: 6px; }
.buybox .save-note { text-align: center; font-size: 13.5px; color: var(--ocean-deep); font-weight: 700; margin-top: 14px; }

/* ---------- quiz ---------- */
.quiz-wrap { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius-lg); box-shadow: var(--shadow); padding: 40px; max-width: 640px; margin: 0 auto; }
.quiz-wrap .qc-label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--ocean-deep); }
.quiz-wrap h3 { font-size: 26px; margin: 8px 0 4px; }
.quiz-wrap .qc-step { font-size: 14px; color: var(--muted-2); margin-bottom: 22px; }
.chips { display: grid; gap: 12px; }
.chip {
  text-align: left; font-family: 'DM Sans'; font-size: 16px; font-weight: 600;
  padding: 16px 20px; border-radius: 14px; cursor: pointer;
  border: 2px solid var(--sand-soft); background: var(--cream); color: var(--ink);
  transition: border-color .15s, background .15s;
}
.chip:hover, .chip:focus-visible { border-color: var(--ocean); background: var(--ocean-mist); }
.qc-progress { display: flex; gap: 6px; margin-top: 24px; }
.qc-progress span { height: 6px; flex: 1; border-radius: 99px; background: var(--sand-soft); }
.qc-progress span.on { background: var(--ocean); }
.qc-result { text-align: center; }
.qc-result .rname { font-family: 'Bricolage Grotesque'; font-size: 27px; font-weight: 800; color: var(--ocean-deep); margin: 8px 0 10px; }
.qc-result p { font-size: 15px; color: var(--muted); margin-bottom: 20px; }
.qc-reset { background: none; border: none; margin-top: 16px; font-size: 13.5px; color: var(--muted-2); cursor: pointer; text-decoration: underline; }

/* ---------- reviews / lifestyle ---------- */
.lifestyle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tile { aspect-ratio: 3/4; border-radius: 18px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 16px; }
.tile span { position: relative; z-index: 2; font-size: 12.5px; font-weight: 700; color: var(--white); background: rgba(49,59,56,.5); padding: 6px 11px; border-radius: 99px; backdrop-filter: blur(4px); }
.tile::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.16) 1.5px, transparent 1.5px); background-size: 15px 15px; }
.tile.a { background: linear-gradient(160deg, #9FBFC4, #6FA8A1); }
.tile.b { background: linear-gradient(160deg, #E2D0C3, #C4A78F); }
.tile.c { background: linear-gradient(160deg, #6FA8A1, #4E7E77); }
.tile.d { background: linear-gradient(160deg, #F0EDE6, #D5BFA9); }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 26px; font-size: 15px; }
.review .stars { color: var(--ocean-deep); letter-spacing: 2px; margin-bottom: 12px; }
.review .who { margin-top: 14px; font-size: 13px; color: var(--muted-2); font-weight: 600; }

/* ---------- cart drawer ---------- */
.drawer-overlay { position: fixed; inset: 0; background: rgba(49,59,56,.45); opacity: 0; visibility: hidden; transition: opacity .25s; z-index: 100; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw);
  background: var(--cream); z-index: 101; transform: translateX(100%); transition: transform .28s ease;
  display: flex; flex-direction: column; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5);
}
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--sand); }
.drawer-head h3 { font-size: 20px; }
.drawer-close { background: none; border: none; font-size: 26px; line-height: 1; cursor: pointer; color: var(--ink); }
.drawer-items { flex: 1; overflow-y: auto; padding: 12px 24px; }
.line { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--sand-soft); }
.line img { width: 66px; height: 82px; object-fit: cover; border-radius: 10px; background: var(--sand-soft); flex-shrink: 0; }
.line .l-info { flex: 1; min-width: 0; }
.line .l-name { font-weight: 700; font-size: 14.5px; }
.line .l-sub { font-size: 12.5px; color: var(--muted-2); margin-top: 2px; }
.line .l-price { font-weight: 700; font-size: 14.5px; margin-top: 6px; }
.qty { display: inline-flex; align-items: center; gap: 0; border: 1px solid var(--sand); border-radius: 999px; margin-top: 8px; overflow: hidden; }
.qty button { background: var(--white); border: none; width: 28px; height: 28px; cursor: pointer; font-size: 16px; color: var(--ink); }
.qty button:hover { background: var(--sand-soft); }
.qty span { min-width: 30px; text-align: center; font-size: 14px; font-weight: 600; }
.line .l-remove { background: none; border: none; color: var(--muted-2); cursor: pointer; font-size: 12.5px; text-decoration: underline; align-self: flex-start; }
.drawer-foot { padding: 20px 24px 26px; border-top: 1px solid var(--sand); }
.drawer-foot .sub-row { display: flex; justify-content: space-between; font-size: 16px; margin-bottom: 6px; }
.drawer-foot .sub-row.total { font-weight: 700; font-size: 19px; }
.drawer-foot .ship-note { font-size: 12.5px; color: var(--muted-2); margin-bottom: 16px; }
.cart-empty { text-align: center; color: var(--muted-2); padding: 60px 20px; font-size: 15px; }

/* ---------- quick view modal ---------- */
.modal-overlay { position: fixed; inset: 0; background: rgba(49,59,56,.5); opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 110; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal { background: var(--cream); border-radius: var(--radius-lg); width: min(880px, 100%); max-height: 90vh; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; transform: scale(.97); transition: transform .2s; }
.modal-overlay.open .modal { transform: scale(1); }
.modal .m-img { background: var(--sand-soft); }
.modal .m-img img { width: 100%; height: 100%; object-fit: cover; }
.modal .m-body { padding: 36px 34px; overflow-y: auto; position: relative; }
.modal .m-close { position: absolute; top: 16px; right: 18px; background: none; border: none; font-size: 26px; cursor: pointer; color: var(--ink); line-height: 1; }
.modal .m-role { font-size: 12.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--ocean-deep); font-weight: 700; }
.modal .m-body h3 { font-size: 27px; margin: 6px 0 12px; }
.modal .m-actives { font-size: 15px; color: var(--ocean-deep); font-weight: 700; margin-bottom: 14px; }
.modal .m-body p { font-size: 15px; color: var(--muted); margin-bottom: 16px; }
.modal .m-meta { font-size: 13.5px; color: var(--muted-2); margin-bottom: 20px; }
.modal .m-price { font-family: 'Bricolage Grotesque'; font-size: 30px; font-weight: 800; margin-bottom: 18px; }

/* ---------- forms (checkout) ---------- */
.form-grid { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.field input, .field select {
  border: 2px solid var(--sand); border-radius: 12px; padding: 12px 15px;
  font-family: 'DM Sans'; font-size: 15px; background: var(--white); color: var(--ink); width: 100%;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--ocean); }
.field.row2 { grid-template-columns: 1fr 1fr; gap: 14px; display: grid; }
.field.row2 > div { display: grid; gap: 6px; }
.checkout-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 44px; align-items: start; }
.summary { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 26px; position: sticky; top: 90px; }
.summary h3 { font-size: 19px; margin-bottom: 16px; }
.summary .s-line { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--sand-soft); font-size: 14px; }
.summary .s-line img { width: 48px; height: 60px; object-fit: cover; border-radius: 8px; background: var(--sand-soft); }
.summary .s-tot { display: flex; justify-content: space-between; padding-top: 14px; font-weight: 700; font-size: 18px; }
.form-note { font-size: 12px; color: var(--muted-2); margin-top: 8px; }
fieldset { border: none; margin-bottom: 26px; }
fieldset legend { font-family: 'Bricolage Grotesque'; font-weight: 700; font-size: 18px; margin-bottom: 14px; }

/* ---------- content pages ---------- */
.page-head { padding: 64px 0 20px; }
.page-head .eyebrow { margin-bottom: 12px; }
.page-head h1 { font-size: clamp(34px,4.6vw,54px); letter-spacing: -0.02em; }
.page-head p { font-size: 18px; color: var(--muted); max-width: 60ch; margin-top: 16px; }
.prose { max-width: 720px; }
.prose h2 { font-size: 26px; margin: 40px 0 12px; }
.prose h3 { font-size: 20px; margin: 28px 0 8px; }
.prose p { margin-bottom: 16px; color: var(--muted); font-size: 16.5px; }
.prose ul { margin: 0 0 16px 20px; color: var(--muted); font-size: 16.5px; }
.prose li { margin-bottom: 8px; }
.faq-item { border-bottom: 1px solid var(--sand); padding: 22px 0; }
.faq-item h3 { font-size: 18px; margin-bottom: 8px; }
.faq-item p { color: var(--muted); font-size: 15.5px; }

.mission { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius-lg); padding: 56px; text-align: center; }
.mission h2 { font-size: clamp(26px,3.4vw,38px); max-width: 20ch; margin: 0 auto 16px; letter-spacing: -0.015em; }
.mission p { font-size: 18px; color: var(--muted); max-width: 56ch; margin: 0 auto; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 30px 26px; }
.value h3 { font-size: 19px; margin-bottom: 10px; }
.value p { font-size: 15px; color: var(--muted); }

/* confirmation */
.confirm { max-width: 640px; margin: 0 auto; text-align: center; }
.confirm .check { width: 76px; height: 76px; border-radius: 50%; background: var(--ocean-mist); color: var(--ocean-deep); display: flex; align-items: center; justify-content: center; font-size: 38px; margin: 0 auto 24px; }
.confirm .order-box { background: var(--white); border: 1px solid var(--sand); border-radius: var(--radius); padding: 28px; text-align: left; margin-top: 30px; }
.confirm .order-box .oline { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14.5px; border-bottom: 1px solid var(--sand-soft); }
.confirm .order-box .oline.tot { font-weight: 700; border: none; padding-top: 14px; font-size: 16px; }

/* ---------- footer ---------- */
.footer { background: var(--sand-soft); border-top: 1px solid var(--sand); padding: 66px 0 40px; margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 36px; }
.footer .brand { color: var(--ocean-deep); }
.footer .brand svg { height: 20px; }
.footer h4 { font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; color: var(--muted-2); }
.footer a { display: block; color: var(--ink); text-decoration: none; font-size: 15px; margin-bottom: 10px; }
.footer a:hover { color: var(--ocean-deep); }
.foot-tag { font-size: 14.5px; color: var(--muted-2); margin-top: 16px; max-width: 32ch; }
.email-row { display: flex; gap: 8px; margin-top: 12px; }
.email-row input { flex: 1; border: 2px solid var(--sand); border-radius: 999px; padding: 12px 18px; font-family: 'DM Sans'; font-size: 14px; background: var(--white); color: var(--ink); }
.email-row input:focus { outline: none; border-color: var(--ocean); }
.fineprint { margin-top: 46px; padding-top: 22px; border-top: 1px solid var(--sand); font-size: 12.5px; color: var(--muted-2); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.fineprint a { color: var(--muted-2); text-decoration: none; margin-left: 16px; }
.fineprint a:hover { color: var(--ocean-deep); }

/* toast */
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: var(--cream); padding: 14px 22px; border-radius: 999px; font-size: 14.5px; font-weight: 600; opacity: 0; visibility: hidden; transition: all .25s ease; z-index: 120; box-shadow: var(--shadow); }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .band-grid, .bundle, .checkout-grid { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 60px; }
  .hero-media { order: -1; max-width: 460px; }
  .grid.g4, .steps { grid-template-columns: repeat(2, 1fr); }
  .grid.g3, .ingredients, .reviews, .value-grid { grid-template-columns: 1fr; }
  .lifestyle-grid { grid-template-columns: repeat(2, 1fr); }
  .modal { grid-template-columns: 1fr; }
  .modal .m-img { max-height: 260px; }
  .band-copy, .bundle, .mission { padding: 40px 28px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  .grid.g4, .grid.g2, .lifestyle-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .field.row2 { grid-template-columns: 1fr; }
  .quiz-wrap, .mission { padding: 28px 20px; }
}
