/* Soda Slim official portal - Ashgrove Wellness Company, LLC */
/* 1 tokens - 2 base - 3 chrome - 4 blocks - 5 forms - 6 media */

/* 1 tokens */
:root {
  --ink: #0c2233;
  --ink-2: #3f5a6d;
  --ink-3: #6c8394;
  --line: #dfe8ee;
  --line-2: #eef4f7;
  --paper: #ffffff;
  --mist: #f4f8fa;
  --panel: #eaf3f6;
  --teal: #0d7f8f;
  --teal-d: #0a5f6c;
  --teal-t: #e2f3f5;
  --orange: #ee8a1c;
  --orange-2: #f7a733;
  --orange-d: #c96f0c;
  --sun: #ffcf3d;
  --red: #cf3520;
  --ok: #12795e;
  --r-card: 20px;
  --r-soft: 12px;
  --r-pill: 999px;
  --shadow: 0 10px 30px rgba(12, 34, 51, .08);
  --shadow-lg: 0 18px 44px rgba(12, 34, 51, .13);
  --wrap: 1140px;
  --serif: "Ubuntu Sans", "Trebuchet MS", sans-serif;
  --sans: "Vazirmatn", "Segoe UI", Arial, sans-serif;
}

/* 2 base */
* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  margin: 0;
}

body.has-dock { padding-bottom: 84px; }

img { display: block; height: auto; max-width: 100%; }

a { color: var(--teal-d); text-decoration-thickness: 1px; text-underline-offset: 3px; }

a:hover { color: var(--orange-d); }

h1, h2, h3, h4 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.18;
  margin: 0 0 .55em;
}

h1 { font-size: clamp(2rem, 4.4vw, 3.05rem); }

h2 { font-size: clamp(1.5rem, 2.9vw, 2.1rem); }

h3 { font-size: 1.22rem; }

h4 { font-size: 1.05rem; }

p { margin: 0 0 1.05em; }

ul, ol { margin: 0 0 1.05em; padding-left: 1.25em; }

li { margin-bottom: .45em; }

strong { color: var(--ink); font-weight: 600; }

table { border-collapse: collapse; width: 100%; }

caption { caption-side: top; color: var(--ink-3); font-size: .88rem; padding-bottom: .6rem; text-align: left; }

sup a { font-weight: 600; text-decoration: none; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }

.u-wrap { margin: 0 auto; max-width: var(--wrap); padding: 0 20px; }

.u-narrow { margin: 0 auto; max-width: 820px; }

.u-center { text-align: center; }

.u-mono { font-variant-numeric: tabular-nums; letter-spacing: .02em; }

.c-skip {
  background: var(--ink);
  border-radius: 0 0 var(--r-soft) 0;
  color: #fff;
  left: 0;
  padding: 10px 18px;
  position: absolute;
  top: -60px;
  transition: top .15s;
  z-index: 90;
}

.c-skip:focus { color: #fff; top: 0; }

/* 3 chrome */
.c-ribbon {
  background: linear-gradient(97deg, var(--teal-d), var(--teal));
  color: #eafafd;
  font-size: .82rem;
  letter-spacing: .01em;
  padding: 8px 20px;
  text-align: center;
}

.c-ribbon b { color: #fff; font-weight: 600; }

.c-mast {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}

.c-mast-in {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wrap);
  padding: 12px 20px;
  position: relative;
}

.c-brand { align-items: center; color: var(--ink); display: flex; gap: 11px; text-decoration: none; }

.c-brand:hover { color: var(--ink); }

.c-brand-mark {
  align-items: center;
  background: linear-gradient(150deg, var(--orange-2), var(--orange-d));
  border-radius: 14px;
  color: #fff;
  display: flex;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.c-brand-name { display: block; font-family: var(--serif); font-size: 1.14rem; font-weight: 700; line-height: 1.1; }

.c-brand-sub { color: var(--ink-3); display: block; font-size: .69rem; letter-spacing: .14em; text-transform: uppercase; }

.c-nav { align-items: center; display: flex; gap: 4px; }

.c-nav-link {
  border-radius: var(--r-pill);
  color: var(--ink-2);
  font-size: .93rem;
  font-weight: 500;
  padding: 8px 13px;
  text-decoration: none;
}

.c-nav-link:hover { background: var(--mist); color: var(--teal-d); }

.c-nav-link[aria-current="page"] { background: var(--teal-t); color: var(--teal-d); }

.c-nav-cta {
  background: linear-gradient(140deg, var(--orange-2), var(--orange-d));
  border-radius: var(--r-pill);
  box-shadow: 0 6px 16px rgba(238, 138, 28, .3);
  color: #fff;
  font-size: .93rem;
  font-weight: 600;
  margin-left: 6px;
  padding: 10px 20px;
  text-decoration: none;
}

.c-nav-cta:hover { color: #fff; filter: brightness(1.05); }

.c-burger {
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--ink);
  cursor: pointer;
  display: none;
  font-family: var(--sans);
  font-size: .9rem;
  font-weight: 600;
  padding: 12px 18px;
}

.c-crumb { color: var(--ink-3); font-size: .84rem; padding: 14px 0 0; }

.c-crumb a { color: var(--ink-3); text-decoration: none; }

.c-crumb a:hover { color: var(--teal-d); text-decoration: underline; }

/* 4 blocks */
.c-sec { padding: 62px 0; }

.c-sec-tint { background: var(--mist); }

.c-sec-panel { background: var(--panel); }

.c-head { margin: 0 auto 34px; max-width: 760px; }

.c-head-mid { text-align: center; }

.c-kicker {
  color: var(--teal-d);
  display: block;
  font-family: var(--serif);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .17em;
  margin-bottom: .7rem;
  text-transform: uppercase;
}

.c-hero { background: var(--mist); overflow: hidden; padding: 46px 0 56px; position: relative; }

.c-hero-grid { align-items: center; display: grid; gap: 40px; grid-template-columns: 1.08fr .92fr; }

.c-lede { font-size: 1.12rem; margin-bottom: 1.4rem; max-width: 34em; }

.c-shot-wrap {
  align-items: center;
  background: radial-gradient(circle at 50% 45%, #ffe6c2 0%, #fdf3e4 42%, rgba(253, 243, 228, 0) 72%);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  padding: 18px;
}

.c-shot { filter: drop-shadow(0 22px 34px rgba(12, 34, 51, .22)); width: min(330px, 82%); }

.c-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }

.c-badge {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  color: var(--ink-2);
  font-size: .8rem;
  font-weight: 500;
  padding: 6px 14px;
}

.c-badge-hot { background: var(--teal-t); border-color: #bfe2e7; color: var(--teal-d); font-weight: 600; }

.c-trust-strip {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--ink-3);
  display: flex;
  flex-wrap: wrap;
  font-size: .9rem;
  gap: 8px 22px;
  margin-top: 26px;
  padding-top: 18px;
}

.c-trust-strip b { color: var(--ink); font-family: var(--serif); font-size: 1.15rem; }

.c-btn {
  background: linear-gradient(140deg, var(--orange-2), var(--orange-d));
  border: 0;
  border-radius: var(--r-pill);
  box-shadow: 0 10px 24px rgba(238, 138, 28, .32);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .01em;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}

.c-btn:hover { color: #fff; filter: brightness(1.06); }

.c-btn-wide { display: block; width: 100%; }

.c-btn-ghost {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  box-shadow: none;
  color: var(--ink);
  display: inline-block;
  font-family: var(--serif);
  font-size: .97rem;
  font-weight: 600;
  padding: 14px 26px;
  text-decoration: none;
}

.c-btn-ghost:hover { border-color: var(--teal); color: var(--teal-d); }

.c-btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

.c-btn-note { color: var(--ink-3); font-size: .85rem; margin-top: 10px; }

.c-portal {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: var(--r-soft);
  color: var(--ink-2);
  font-size: 1rem;
  margin: 0 0 22px;
  padding: 16px 20px;
}

.c-tldr {
  background: #fff;
  border: 1px solid #f2d9ae;
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 26px 28px;
}

.c-tldr h2 { font-size: 1.1rem; letter-spacing: .12em; text-transform: uppercase; }

.c-tldr p:last-child { margin-bottom: 0; }

.c-facts {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.c-facts table { font-size: .97rem; }

.c-facts th, .c-facts td { border-bottom: 1px solid var(--line-2); padding: 13px 20px; text-align: left; vertical-align: top; }

.c-facts th { background: var(--mist); color: var(--ink); font-weight: 600; white-space: nowrap; width: 34%; }

.c-facts tr:last-child th, .c-facts tr:last-child td { border-bottom: 0; }

.c-grid-2 { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); }

.c-grid-3 { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }

.c-grid-4 { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }

.c-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 26px;
}

.c-card h3 { margin-bottom: .4em; }

.c-card p:last-child { margin-bottom: 0; }

.c-pillar-tag {
  background: var(--teal-t);
  border-radius: var(--r-pill);
  color: var(--teal-d);
  display: inline-block;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 12px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.c-num {
  color: var(--orange);
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.c-list { list-style: none; margin: 0 0 1em; padding: 0; }

.c-list li { padding-left: 30px; position: relative; }

.c-list li::before {
  color: var(--teal);
  content: "\2713";
  font-weight: 700;
  left: 4px;
  position: absolute;
}

.c-table-wrap { overflow-x: auto; }

.c-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-soft);
  font-size: .95rem;
  min-width: 520px;
  overflow: hidden;
}

.c-table th, .c-table td { border-bottom: 1px solid var(--line-2); padding: 12px 16px; text-align: left; vertical-align: top; }

.c-table thead th { background: var(--teal-d); color: #fff; font-weight: 600; }

.c-table tbody th { color: var(--ink); font-weight: 600; }

.c-table tr:last-child td, .c-table tr:last-child th { border-bottom: 0; }

.c-table-lot td:last-child { font-variant-numeric: tabular-nums; }

.c-packs { align-items: start; display: grid; gap: 22px; grid-template-columns: repeat(3, 1fr); }

.c-pack {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.c-pack-best { border: 2px solid var(--orange); box-shadow: var(--shadow-lg); transform: translateY(-14px); }

.c-flag {
  background: linear-gradient(140deg, var(--orange-2), var(--orange-d));
  color: #fff;
  font-family: var(--serif);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 9px;
  text-transform: uppercase;
}

.c-flag-quiet { background: var(--panel); color: var(--teal-d); }

.c-pack-body { display: flex; flex-direction: column; flex-grow: 1; padding: 22px 22px 24px; }

.c-pack-title { font-size: 1.25rem; margin-bottom: 2px; }

.c-pack-supply { color: var(--ink-3); font-size: .88rem; margin-bottom: 14px; }

.c-pack-img { margin: 0 auto 14px; width: min(190px, 78%); }

.c-pack-price { color: var(--ink); font-family: var(--serif); font-size: 2.9rem; font-weight: 700; line-height: 1; }

.c-pack-price span { font-size: 1rem; font-weight: 500; }

.c-pack-was { color: var(--ink-3); font-size: .92rem; margin: 8px 0 0; }

.c-save {
  background: var(--teal-t);
  border-radius: var(--r-pill);
  color: var(--teal-d);
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  margin: 10px 0 14px;
  padding: 5px 14px;
}

.c-pack-list { font-size: .9rem; list-style: none; margin: 0 0 18px; padding: 0; text-align: left; }

.c-pack-list li { border-top: 1px solid var(--line-2); padding: 7px 0 7px 24px; position: relative; }

.c-pack-list li::before { color: var(--teal); content: "\2713"; left: 2px; position: absolute; }

.c-pack-foot { margin-top: auto; }

.c-save-head { color: var(--ink); font-family: var(--serif); font-size: 1.1rem; font-weight: 700; }

.c-ship-note { color: var(--ink-3); font-size: .9rem; margin-top: 22px; text-align: center; }

.c-quote {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  padding: 24px;
}

.c-stars { color: var(--orange); font-size: .95rem; letter-spacing: .12em; }

.c-quote p { font-size: .98rem; }

.c-who { align-items: center; border-top: 1px solid var(--line-2); display: flex; gap: 12px; margin-top: 16px; padding-top: 14px; }

.c-avatar {
  align-items: center;
  background: var(--teal-t);
  border-radius: 50%;
  color: var(--teal-d);
  display: flex;
  flex: 0 0 42px;
  font-family: var(--serif);
  font-size: .9rem;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.c-who-name { color: var(--ink); display: block; font-weight: 600; line-height: 1.3; }

.c-who-meta { color: var(--ink-3); display: block; font-size: .82rem; }

.c-verified { color: var(--ok); font-size: .78rem; font-weight: 600; }

.c-qa { margin: 0 auto; max-width: 820px; }

.c-qa-item { border-bottom: 1px solid var(--line); padding: 24px 0; }

.c-qa-item:first-child { border-top: 1px solid var(--line); }

.c-qa-item h3 { margin-bottom: .35em; }

.c-qa-item p:last-child { margin-bottom: 0; }

.c-answer { color: var(--ink); font-weight: 500; }

.c-take {
  background: linear-gradient(160deg, #0e2c40, #0a5f6c);
  border-radius: var(--r-card);
  color: #d8ecef;
  padding: 32px 34px;
}

.c-take h2 { color: #fff; }

.c-take ul { list-style: none; margin: 0; padding: 0; }

.c-take li { padding-left: 28px; position: relative; }

.c-take li::before { color: var(--sun); content: "\25B8"; left: 4px; position: absolute; }

.c-take strong { color: #fff; }

.c-prose { margin: 0 auto; max-width: 780px; }

.c-prose h2 { margin-top: 1.6em; }

.c-prose h3 { margin-top: 1.4em; }

.c-byline {
  border-left: 3px solid var(--orange);
  color: var(--ink-3);
  font-size: .88rem;
  margin: 0 0 26px;
  padding: 4px 0 4px 14px;
}

.c-byline b { color: var(--ink-2); font-weight: 600; }

.c-refs { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 26px; }

.c-refs ol { font-size: .89rem; }

.c-refs li { color: var(--ink-3); }

.c-note {
  background: var(--mist);
  border-radius: var(--r-soft);
  color: var(--ink-3);
  font-size: .88rem;
  margin-top: 26px;
  padding: 16px 20px;
}

.c-callout {
  background: var(--teal-t);
  border-radius: var(--r-card);
  padding: 24px 26px;
}

.c-callout h3 { margin-bottom: .35em; }

.c-callout p:last-child { margin-bottom: 0; }

.c-steps { counter-reset: step; list-style: none; margin: 0; padding: 0; }

.c-step {
  border-bottom: 1px solid var(--line);
  counter-increment: step;
  padding: 18px 0 18px 58px;
  position: relative;
}

.c-step::before {
  align-items: center;
  background: var(--teal-d);
  border-radius: 50%;
  color: #fff;
  content: counter(step);
  display: flex;
  font-family: var(--serif);
  font-weight: 700;
  height: 36px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 16px;
  width: 36px;
}

.c-step h3 { margin-bottom: .25em; }

.c-step p:last-child { margin-bottom: 0; }

.c-stat-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }

.c-stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-soft);
  padding: 18px;
  text-align: center;
}

.c-stat b {
  color: var(--teal-d);
  display: block;
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.c-stat span { color: var(--ink-3); font-size: .84rem; }

.c-bars { margin: 0; }

.c-bar { margin-bottom: 14px; }

.c-bar-top { display: flex; font-size: .93rem; justify-content: space-between; }

.c-bar-top b { color: var(--ink); font-weight: 600; }

.c-bar-track { background: var(--line-2); border-radius: var(--r-pill); height: 9px; margin-top: 5px; overflow: hidden; }

.c-bar-fill { background: linear-gradient(90deg, var(--teal), var(--orange-2)); border-radius: var(--r-pill); height: 100%; }

.c-bar-fill-quiet { background: var(--ink-3); }

.c-score {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  box-shadow: var(--shadow);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding: 26px 30px;
}

.c-score-big { color: var(--ink); font-family: var(--serif); font-size: 3.6rem; font-weight: 700; line-height: 1; }

.c-glossary dt { color: var(--ink); font-weight: 600; margin-top: 16px; }

.c-glossary dd { margin: 4px 0 0; }

.c-bonus { list-style: none; margin: 0; padding: 0; }

.c-bonus li { border-bottom: 1px dashed var(--line); display: flex; justify-content: space-between; padding: 9px 0; }

.c-bonus span { color: var(--ink-3); font-size: .9rem; }

.c-cta-band {
  background: linear-gradient(150deg, #0c2233 0%, #0a5f6c 62%, #12707f 100%);
  color: #d8ecef;
  padding: 64px 0;
  text-align: center;
}

.c-cta-band h2 { color: #fff; }

.c-cta-band p { margin: 0 auto 22px; max-width: 620px; }

.c-cta-chips { color: #9fc6cd; display: flex; flex-wrap: wrap; font-size: .85rem; gap: 8px 20px; justify-content: center; margin-top: 20px; }

.c-form { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }

.c-field { display: flex; flex-direction: column; }

.c-field-wide { grid-column: 1 / -1; }

.c-field label { color: var(--ink); font-size: .88rem; font-weight: 600; margin-bottom: 5px; }

.c-field input, .c-field textarea, .c-field select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-soft);
  color: var(--ink);
  font-family: var(--sans);
  font-size: .97rem;
  padding: 11px 13px;
}

.c-field textarea { min-height: 130px; resize: vertical; }

.c-foot { background: #0b1f2e; color: #93aebd; padding: 54px 0 26px; }

.c-foot-grid { display: grid; gap: 32px; grid-template-columns: 1.5fr 1fr 1fr 1fr; }

.c-foot h2, .c-foot h3 { color: #fff; font-size: .82rem; letter-spacing: .15em; margin-bottom: 1em; text-transform: uppercase; }

.c-foot ul { list-style: none; margin: 0; padding: 0; }

.c-foot li { margin-bottom: .45em; }

.c-foot a { color: #93aebd; font-size: .92rem; text-decoration: none; }

.c-foot a:hover { color: var(--sun); }

.c-foot-co { font-size: .9rem; }

.c-foot-co b { color: #fff; }

.c-foot-legal {
  border-top: 1px solid #1c3746;
  font-size: .82rem;
  line-height: 1.65;
  margin-top: 38px;
  padding-top: 22px;
}

.c-foot-legal p { margin-bottom: .8em; }

.c-updated { color: #6f8d9c; font-size: .82rem; }

.c-dock {
  background: linear-gradient(96deg, #0b1f2e, #0f3a4a);
  border-top: 2px solid var(--orange);
  bottom: 0;
  box-shadow: 0 -8px 26px rgba(12, 34, 51, .28);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 55;
}

.c-dock-in {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: var(--wrap);
  padding: 12px 20px;
}

.c-dock-link { align-items: center; color: #e6f2f5; display: flex; flex-grow: 1; gap: 14px; text-decoration: none; }

.c-dock-link:hover { color: #fff; }

.c-dock-chip {
  background: var(--red);
  border-radius: var(--r-pill);
  color: #fff;
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 7px 15px;
}

.c-dock-msg { font-size: .93rem; line-height: 1.35; }

.c-dock-msg b { color: #fff; }

.c-dock-go {
  background: linear-gradient(140deg, var(--orange-2), var(--orange-d));
  border-radius: var(--r-pill);
  color: #fff;
  flex-shrink: 0;
  font-family: var(--serif);
  font-size: .92rem;
  font-weight: 700;
  padding: 11px 22px;
  white-space: nowrap;
}

.c-dock-x {
  background: transparent;
  border: 1px solid #35596a;
  border-radius: 50%;
  color: #9fc6cd;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 1rem;
  height: 30px;
  line-height: 1;
  padding: 0;
  width: 30px;
}

.c-dock-x:hover { border-color: var(--orange); color: #fff; }

.c-404 { padding: 90px 0; text-align: center; }

/* 5 forms and misc */
.c-inline-cite { color: var(--teal-d); font-size: .74em; font-weight: 600; vertical-align: super; }

.c-hide { display: none; }

/* 6 media */
@media (max-width: 960px) {
  .c-hero-grid { gap: 26px; grid-template-columns: 1fr; }
  .c-shot-wrap { order: -1; }
  .c-shot { width: min(260px, 62%); }
  .c-grid-3, .c-grid-4, .c-packs, .c-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .c-foot-grid { grid-template-columns: repeat(2, 1fr); }
  .c-pack-best { transform: none; }
}

@media (max-width: 780px) {
  body { font-size: 16px; }
  body.has-dock { padding-bottom: 148px; }
  .c-burger { display: block; }
  .c-nav {
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 2px;
    left: 0;
    opacity: 0;
    padding: 12px 18px 18px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-8px);
    transition: opacity .18s, transform .18s, visibility .18s;
    visibility: hidden;
  }
  .c-nav.is-open { opacity: 1; transform: none; visibility: visible; }
  .c-nav-link, .c-nav-cta { display: block; margin: 0; text-align: center; width: 100%; }
  .c-grid-2, .c-grid-3, .c-grid-4, .c-packs, .c-form { grid-template-columns: 1fr; }
  .c-sec { padding: 46px 0; }
  .c-take, .c-tldr, .c-callout { padding: 22px 20px; }
  .c-dock-in { flex-wrap: wrap; gap: 10px; padding: 10px 16px; }
  .c-dock-link { flex-basis: 100%; }
  .c-dock-go { flex-grow: 1; text-align: center; }
  .c-score-big { font-size: 2.8rem; }
  .c-facts th { width: 42%; }
}

@media (max-width: 520px) {
  .c-stat-grid { grid-template-columns: 1fr 1fr; }
  .c-brand-sub { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
