/* Collarless site styles, v3.
   Same palette and type family as v2. The job of this pass is feel:
   display typography with real weight contrast, a repeated brand motif
   (the crossed throat line and the chest arc), image-led sections, and
   surfaces that stop looking like one white card repeated twelve times. */

:root {
  --bone: #F4EFE6;
  --bone-2: #EBE4D6;
  --bone-3: #E0D5C2;
  --paper: #FFFDF9;
  --white: #FFFFFF;
  --ink: #1E2A2B;
  --ink-2: #4A5556;
  --ink-3: #7B8587;
  --blue: #1F4E79;
  --blue-deep: #16385A;
  --blue-2: #E6EEF6;
  --blue-3: #C9D8E8;
  --terra: #B5533C;
  --terra-2: #9E4531;
  --terra-3: #F6E6E0;
  --ok: #2E7D4F;
  --line: #DED6C7;
  --line-2: #CFC4AF;
  --serif: "Fraunces", "Iowan Old Style", Georgia, serif;
  --sans: "Inter", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --r: 12px;
  --r-lg: 22px;
  --r-xl: 32px;
  --shadow: 0 1px 2px rgba(30,42,43,.04), 0 10px 30px rgba(30,42,43,.07);
  --shadow-lg: 0 2px 6px rgba(30,42,43,.05), 0 24px 60px rgba(30,42,43,.12);
  --lift: 0 18px 40px rgba(31,78,121,.16);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bone); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.55;
  overflow-x: hidden;
}
/* Faint tooth on the bone so the ground reads like paper, not a flat fill. */
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(30,42,43,.055) 0.6px, transparent 0.6px);
  background-size: 4px 4px; opacity: .55;
}
body > * { position: relative; z-index: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }

/* ---------- type ---------- */
h1, h2, h3 {
  font-family: var(--serif); margin: 0 0 .4em;
  font-variation-settings: "SOFT" 30, "WONK" 1, "opsz" 144;
  font-weight: 600; line-height: 1.04; letter-spacing: -.022em;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.4rem); font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144; }
h2 { font-size: clamp(2rem, 4.6vw, 3rem); }
h3 { font-size: 1.25rem; font-variation-settings: "SOFT" 20, "WONK" 0, "opsz" 48; letter-spacing: -.012em; }
p { margin: 0 0 1em; }
ul { padding-left: 20px; }
em { font-style: italic; font-variation-settings: "SOFT" 40, "WONK" 1; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.prose { max-width: 660px; }
.center { text-align: center; }
.lede { font-size: 1.2rem; line-height: 1.5; color: var(--ink-2); }
.quiet { color: var(--ink-2); font-size: .95rem; }
.tiny { color: var(--ink-3); font-size: .84rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue); font-weight: 700; margin-bottom: 14px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; background: var(--terra); border-radius: 2px; flex: none;
}
.sec-head .eyebrow::before { display: none; }

/* Hand-drawn underline under a phrase. */
.marker { position: relative; white-space: nowrap; }
.marker > svg {
  position: absolute; left: -2%; width: 104%; bottom: -.22em; height: .34em;
  color: var(--terra); overflow: visible;
}
.marker > svg path { stroke: currentColor; stroke-width: 6; fill: none; stroke-linecap: round; }

/* Rotated stamp, the brand's one piece of swagger. */
.stamp {
  display: grid; place-items: center; text-align: center;
  width: 132px; height: 132px; border-radius: 50%;
  background: var(--terra); color: #fff;
  font-family: var(--serif); font-weight: 600; font-size: .96rem; line-height: 1.15;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 24;
  padding: 14px; transform: rotate(-9deg);
  box-shadow: 0 10px 26px rgba(181,83,60,.34);
}

/* ---------- announcement + header ---------- */
.bar {
  background: var(--ink); color: var(--bone); font-size: .84rem;
  text-align: center; padding: 10px 16px; letter-spacing: .015em;
}
.bar strong { font-weight: 700; color: #fff; }
/* Scoped to the element: a bare `.top` collides with grid modifiers. */
header.top {
  position: sticky; top: 0; z-index: 30;
  background: rgba(244,239,230,.88); backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
header.top .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo {
  display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink);
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 48; letter-spacing: -.02em;
}
.logo svg { width: 32px; height: 32px; }
.nav { display: flex; gap: 26px; align-items: center; font-size: .94rem; font-weight: 500; }
.nav a { color: var(--ink-2); text-decoration: none; position: relative; }
.nav a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 2px;
  background: var(--terra); transform: scaleX(0); transform-origin: left; transition: transform .18s;
}
.nav a:not(.btn):hover::after { transform: scaleX(1); }
.nav a:hover { color: var(--ink); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  background: var(--terra); color: #fff; text-decoration: none; font-weight: 700;
  padding: 0 28px; height: 58px; border-radius: 999px; border: 0;
  font-size: 1.04rem; cursor: pointer; font-family: var(--sans); letter-spacing: -.005em;
  box-shadow: 0 8px 20px rgba(181,83,60,.26);
  transition: background .15s, transform .08s, box-shadow .15s;
}
.btn:hover { background: var(--terra-2); box-shadow: 0 12px 26px rgba(181,83,60,.32); }
.btn:active { transform: translateY(1px); }
.btn[disabled], .btn.disabled { background: #B9B2A6; box-shadow: none; cursor: not-allowed; }
.btn-block { display: flex; width: 100%; }
.btn-sm { height: 42px; padding: 0 20px; font-size: .92rem; box-shadow: none; }
.btn-ghost {
  background: transparent; color: var(--blue); border: 1.8px solid var(--blue-3); box-shadow: none;
}
.btn-ghost:hover { background: var(--blue-2); border-color: var(--blue); box-shadow: none; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* ---------- sections + bands ---------- */
section { padding: 84px 0; }
.band { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band-cream { background: var(--paper); }
.band-blue { background: var(--blue-2); }
.band-bone { background: var(--bone-2); }
.band-ink { background: var(--ink); color: var(--bone); }
.band-ink h2, .band-ink h3 { color: #fff; }
.band-ink .quiet, .band-ink .lede { color: #BCC6C7; }
.band-ink .eyebrow { color: #8FB6D8; }
.sec-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.sec-head .eyebrow { justify-content: center; }
.sec-head p { color: var(--ink-2); font-size: 1.08rem; }
.sec-head.left { margin-left: 0; text-align: left; }

/* Chest-plate arc used as a section joint. */
.arc { display: block; width: 100%; height: 46px; color: var(--paper); }
.arc-bone { color: var(--bone); }
.arc svg { display: block; width: 100%; height: 100%; }

/* ---------- cards + grids ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); }
.grid2 { display: grid; gap: 34px; }
.grid3 { display: grid; gap: 18px; }
.grid4 { display: grid; gap: 18px; }
@media (min-width: 800px) {
  .grid2 { grid-template-columns: 1fr 1fr; align-items: center; }
  .grid2.start { align-items: start; }
  .grid2.rev > :first-child { order: 2; }
  .grid2.wide-left { grid-template-columns: 1.15fr .85fr; }
  .grid2.wide-right { grid-template-columns: .85fr 1.15fr; }
  .grid3 { grid-template-columns: repeat(3, 1fr); }
  .grid4 { grid-template-columns: repeat(4, 1fr); }
}

.feature { padding: 26px; transition: transform .18s, box-shadow .18s; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.feature .ic {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; display: grid; place-items: center; margin-bottom: 16px;
}
.feature .ic svg { width: 26px; height: 26px; stroke-width: 2; }
.feature h3 { font-family: var(--sans); font-weight: 700; font-size: 1.05rem; margin-bottom: 8px; letter-spacing: -.01em; }
.feature p { margin: 0; color: var(--ink-2); font-size: .96rem; }

/* ---------- trust row ---------- */
.trust { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0 0; padding: 0; list-style: none; }
.trust li { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; color: var(--ink-2); line-height: 1.4; }
.trust svg { width: 22px; height: 22px; flex: none; color: var(--blue); margin-top: 1px; }
.trust strong { color: var(--ink); display: block; font-weight: 700; }
@media (min-width: 800px) { .trust.four { grid-template-columns: repeat(4, 1fr); } }

/* ---------- hero ---------- */
.hero { padding: 56px 0 72px; position: relative; }
.hero h1 { margin-bottom: 20px; }
.hero .lede { max-width: 33em; }
.hero figure { margin: 0; position: relative; }
.hero-shot {
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg);
  width: 100%;
}
.hero .stamp { position: absolute; left: -26px; bottom: 34px; }
@media (max-width: 799px) {
  .hero { padding: 32px 0 48px; }
  .hero .stamp { width: 104px; height: 104px; font-size: .8rem; left: -10px; bottom: -14px; }
}
/* Soft bloom behind the hero photo so it sits in the page, not on it. */
.hero figure::after {
  content: ""; position: absolute; inset: 12% -8% -10% 6%; z-index: -1;
  background: radial-gradient(60% 60% at 50% 50%, rgba(31,78,121,.16), transparent 70%);
  filter: blur(26px);
}

.pill {
  display: inline-flex; align-items: center; gap: 7px; background: var(--white);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px;
  font-size: .84rem; color: var(--ink-2); font-weight: 500;
}
.pill svg { width: 15px; height: 15px; color: var(--blue); }

/* ---------- breed marquee ---------- */
.marquee {
  background: var(--blue); color: #fff; overflow: hidden; padding: 15px 0;
  border-top: 1px solid var(--blue-deep); border-bottom: 1px solid var(--blue-deep);
}
.marquee .track { display: flex; width: max-content; animation: slide 42s linear infinite; }
.marquee .track > span {
  display: flex; align-items: center; gap: 30px; padding-right: 30px;
  font-family: var(--serif); font-size: 1.32rem; font-weight: 500;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 48; white-space: nowrap;
}
.marquee i { font-style: normal; opacity: .55; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee .track { animation: none; }
  .marquee { text-align: center; }
}

/* ---------- big statement ---------- */
.statement { font-size: clamp(2.1rem, 5.2vw, 3.5rem); line-height: 1.03; letter-spacing: -.028em; }
.statement .hl { color: var(--terra); }
.kicker {
  font-family: var(--serif); font-size: clamp(3.4rem, 9vw, 6rem); line-height: .9;
  font-variation-settings: "SOFT" 50, "WONK" 1, "opsz" 144; font-weight: 700;
  color: var(--blue); letter-spacing: -.04em;
}

/* ---------- figures ---------- */
figure { margin: 0; }
figure img { border-radius: var(--r-lg); }
figcaption { font-size: .88rem; color: var(--ink-2); margin-top: 12px; }
.framed {
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg);
}
.quote {
  font-family: var(--serif); font-size: 1.5rem; line-height: 1.3; color: var(--ink);
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 72;
  border-left: 3px solid var(--terra); padding: 4px 0 4px 22px; margin: 30px 0;
}
.quote small { display: block; font-family: var(--sans); font-size: .86rem; color: var(--ink-2); margin-top: 12px; }
.callout {
  background: var(--blue-2); border: 0; border-left: 5px solid var(--blue);
  padding: 20px 24px; border-radius: 0 var(--r) var(--r) 0; margin: 26px 0;
}
.callout p:last-child { margin-bottom: 0; }

/* ---------- mechanism steps ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.steps li {
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
  padding: 26px 4px; border-bottom: 1px solid rgba(244,239,230,.16);
}
.steps li:last-child { border-bottom: 0; }
.steps .n {
  font-family: var(--serif); font-size: 3.2rem; line-height: .8; font-weight: 700;
  font-variation-settings: "SOFT" 50, "WONK" 1, "opsz" 144;
  color: var(--terra); width: 56px; letter-spacing: -.04em;
}
.steps strong { display: block; margin-bottom: 6px; font-size: 1.12rem; }
.steps p { margin: 0; color: #BCC6C7; font-size: 1rem; }
/* The card is always white, so pin currentColor to ink: the figure sits
   inside a dark band and would otherwise inherit bone on white. */
.diagram { background: var(--white); border-radius: var(--r-lg); padding: 22px 20px; box-shadow: var(--shadow-lg); color: var(--ink); }
.diagram svg { width: 100%; height: auto; display: block; }
.diagram-fig { margin: 0; }
.band-ink .diagram-fig figcaption { color: #9FB0B1; margin-top: 14px; }

/* ---------- compare table ---------- */
.compare {
  width: 100%; border-collapse: separate; border-spacing: 0;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; font-size: .96rem;
}
.compare th, .compare td { padding: 16px 14px; border-bottom: 1px solid var(--line); text-align: center; vertical-align: middle; }
.compare tr:last-child td { border-bottom: 0; }
.compare th {
  background: var(--bone-2); font-weight: 700; font-size: .78rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2);
}
.compare td:first-child, .compare th:first-child { text-align: left; font-weight: 600; color: var(--ink); }
.compare th.us { background: var(--blue); color: #fff; font-size: .82rem; }
.compare td.us { background: var(--blue-2); font-weight: 700; color: var(--blue-deep); }
.compare .no { color: var(--terra); font-weight: 700; }
.compare .yes { color: var(--ok); font-weight: 700; }
.table-wrap { overflow-x: auto; border-radius: var(--r-lg); box-shadow: var(--shadow); }

/* ---------- size cards ---------- */
.sizes { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 800px) { .sizes { grid-template-columns: repeat(4, 1fr); } }
.size { padding: 24px 20px; position: relative; overflow: hidden; transition: transform .18s, box-shadow .18s; }
.size:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.size::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--blue);
}
.size .k {
  font-family: var(--serif); font-size: 3rem; line-height: 1; color: var(--blue);
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144; font-weight: 700; letter-spacing: -.03em;
}
.size .w { font-weight: 700; margin: 12px 0 4px; }
.size .g { color: var(--ink-2); font-size: .92rem; }
.size .b { color: var(--ink-3); font-size: .85rem; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); }

/* ---------- offer card ---------- */
.offer { padding: 34px; position: relative; }
.offer .price {
  font-family: var(--serif); font-size: 3.4rem; line-height: 1; font-weight: 700;
  font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144; letter-spacing: -.03em;
}
.offer .was { color: var(--ink-3); text-decoration: line-through; font-size: 1.1rem; margin-left: 12px; }
.save {
  display: inline-block; background: var(--terra); color: #fff; font-weight: 700;
  font-size: .78rem; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px;
  margin-left: 10px; vertical-align: middle;
}
.offer ul { padding-left: 0; list-style: none; margin: 22px 0 24px; }
.offer li { display: flex; gap: 12px; margin: 12px 0; font-size: .98rem; }
.offer li svg { width: 21px; height: 21px; color: var(--ok); flex: none; margin-top: 2px; }
.sub-cta { font-size: .9rem; color: var(--ink-2); margin: 14px 0 0; text-align: center; }

/* ---------- faq ---------- */
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  padding: 0 22px; margin-bottom: 12px; transition: border-color .15s;
}
.faq details[open] { border-color: var(--blue-3); }
.faq summary {
  cursor: pointer; font-weight: 600; font-size: 1.04rem; padding: 20px 0; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--serif); font-size: 1.7rem; line-height: 1; color: var(--terra);
  flex: none; transition: transform .18s;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0 0 20px; color: var(--ink-2); }

/* ---------- honest block ---------- */
.honest { padding: 30px; border-left: 5px solid var(--blue); }

/* ---------- footer ---------- */
footer { padding: 48px 0 100px; border-top: 1px solid var(--line); font-size: .88rem; color: var(--ink-2); background: var(--bone-2); }
footer p { margin: 0 0 10px; }
footer a { color: var(--ink-2); }

/* ---------- sticky mobile bar ---------- */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: rgba(255,253,249,.97); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); padding: 11px 16px;
  display: none; align-items: center; gap: 14px; box-shadow: 0 -6px 24px rgba(30,42,43,.1);
}
.sticky .sp { font-family: var(--serif); font-size: 1.45rem; line-height: 1; font-weight: 700; font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 72; }
.sticky .sp small { display: block; font-family: var(--sans); font-size: .73rem; font-weight: 400; color: var(--ink-2); margin-top: 4px; }
.sticky .btn { flex: 1; height: 50px; }
@media (max-width: 899px) { .sticky { display: flex; } .nav { display: none; } }

/* ---------- reveal on scroll ----------
   Gated on a class the script sets, so a reader with no JS, a blocked
   script, or a crawler gets the page fully visible instead of blank. */
.js-rv .rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js-rv .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js-rv .rv { opacity: 1; transform: none; transition: none; } }

/* ---------- PDP (order page) ---------- */
.pdp { display: grid; gap: 34px; padding: 34px 0 48px; }
@media (min-width: 900px) { .pdp { grid-template-columns: 1.15fr 1fr; align-items: start; } .buybox { position: sticky; top: 84px; } }
.gallery .main { border-radius: var(--r-xl); background: var(--bone-2); aspect-ratio: 1; object-fit: cover; width: 100%; box-shadow: var(--shadow-lg); }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.thumbs button { padding: 0; border: 2px solid transparent; border-radius: 12px; background: var(--bone-2); cursor: pointer; overflow: hidden; aspect-ratio: 1; transition: border-color .15s; }
.thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.thumbs button[aria-pressed="true"] { border-color: var(--blue); }
.buybox { padding: 30px; }
.buybox h1 { font-size: clamp(1.9rem, 3.4vw, 2.4rem); margin-bottom: 8px; }
.rating { display: flex; align-items: center; gap: 9px; font-size: .9rem; color: var(--ink-2); margin-bottom: 14px; }
.rating svg { width: 17px; height: 17px; color: var(--blue); flex: none; }
.pricerow { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; margin: 8px 0 20px; }
.pricerow .now { font-family: var(--serif); font-size: 2.6rem; line-height: 1; font-weight: 700; font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 144; letter-spacing: -.03em; }
.pricerow .was { color: var(--ink-3); text-decoration: line-through; }
label.lbl { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; margin: 20px 0 10px; font-size: .96rem; }
label.lbl span { font-weight: 400; color: var(--ink-2); font-size: .86rem; }
.swatches { display: flex; gap: 11px; flex-wrap: wrap; }
.sw { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--white); box-shadow: 0 0 0 1.5px var(--line); cursor: pointer; padding: 0; position: relative; transition: box-shadow .15s; }
.sw[aria-pressed="true"] { box-shadow: 0 0 0 2.5px var(--blue); }
.sw img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.chips { display: flex; gap: 9px; flex-wrap: wrap; }
.chip { border: 1.8px solid var(--line); background: var(--white); border-radius: 12px; padding: 11px 14px; cursor: pointer; font: inherit; color: var(--ink); display: flex; flex-direction: column; align-items: center; min-width: 74px; line-height: 1.2; transition: border-color .15s, background .15s; }
.chip b { font-size: 1.05rem; }
.chip small { color: var(--ink-2); font-size: .75rem; margin-top: 3px; }
.chip[aria-pressed="true"] { border-color: var(--blue); background: var(--blue-2); }
.row { display: flex; gap: 9px; align-items: center; flex-wrap: wrap; margin: 8px 0; }
input[type="number"], select { font: inherit; padding: 11px 13px; border: 1.8px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); }
input[type="number"] { width: 112px; }
.helper { background: var(--blue-2); border-radius: 12px; padding: 12px 16px; margin: 10px 0 4px; font-size: .92rem; }
.helper.warn { background: var(--terra-3); }
.toggle { display: grid; gap: 11px; margin: 10px 0 0; }
.opt { border: 1.8px solid var(--line); background: var(--white); border-radius: 14px; padding: 16px; cursor: pointer; display: grid; grid-template-columns: 22px 1fr auto; gap: 13px; align-items: start; transition: border-color .15s, background .15s; }
.opt input { margin-top: 3px; accent-color: var(--blue); }
.opt[data-on="true"] { border-color: var(--blue); background: var(--blue-2); }
.opt .t { font-weight: 700; font-size: .98rem; }
.opt .d { font-size: .88rem; color: var(--ink-2); }
.opt .p { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; white-space: nowrap; font-variation-settings: "SOFT" 40, "WONK" 1, "opsz" 48; }
.opt .p s { color: var(--ink-3); font-size: .85rem; font-family: var(--sans); font-weight: 400; margin-right: 6px; }
.opt .badge { display: inline-block; background: var(--terra); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .06em; padding: 3px 8px; border-radius: 999px; margin-left: 7px; vertical-align: middle; }
.summary { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 14px; font-size: .96rem; }
.summary .line { display: flex; justify-content: space-between; padding: 4px 0; color: var(--ink-2); gap: 16px; }
.summary .total { font-weight: 700; font-size: 1.2rem; color: var(--ink); border-top: 1px solid var(--line); margin-top: 10px; padding-top: 12px; }
.notice { font-size: .87rem; color: var(--ink-2); text-align: center; margin: 12px 0 0; }
.guar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.guar li { display: flex; gap: 9px; align-items: center; font-size: .84rem; color: var(--ink-2); }
.guar svg { width: 19px; height: 19px; color: var(--blue); flex: none; }

@media (max-width: 799px) {
  section { padding: 58px 0; }
  body { font-size: 16.5px; }
}
