/* ==========================================================
   I WASH PANTS — site.css
   Layout logic: service-business template rhythm (photo hero,
   script eyebrows over bold centered heads, wave dividers,
   photo-background bands, circle process steps, pricing cards).
   Skin: 1960s coin laundromat. Turquoise, cream, navy, signal red,
   mustard starbursts, checkerboard floor, neon script.
   ========================================================== */

/* Self-hosted fonts (SIL OFL / Apache 2.0 — licenses in /assets/fonts/) */
@font-face { font-family: 'Righteous'; src: url(../fonts/righteous.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Yellowtail'; src: url(../fonts/yellowtail.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Instrument Sans'; src: url(../fonts/instrument-sans-var.woff2) format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Mono'; src: url(../fonts/dm-mono-400.woff2) format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Mono'; src: url(../fonts/dm-mono-500.woff2) format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }

:root {
  --ink: #15304b;
  --ink-2: #1e4163;
  --ink-soft: #3f5670;
  --turq: #3dbdb9;
  --turq-deep: #157472;
  --mint: #d9f1e7;
  --cream: #fff4e2;
  --cream-2: #f7e7c9;
  --paper: #fffcf6;
  --red: #e2522e;
  --red-deep: #b43915;
  --mustard: #f3b43c;
  --line: #e6d7bb;
  --muted: #5a6a7d;
  --ok: #2d7a4f;
  --err: #b1261b;

  --f-sign: 'Righteous', 'Arial Rounded MT Bold', 'Trebuchet MS', sans-serif;
  --f-script: 'Yellowtail', 'Brush Script MT', cursive;
  --f-body: 'Instrument Sans', 'Helvetica Neue', Arial, sans-serif;
  --f-mono: 'DM Mono', ui-monospace, Menlo, monospace;

  --step--1: clamp(.85rem, .83rem + .1vw, .92rem);
  --step-0: clamp(1rem, .97rem + .15vw, 1.08rem);
  --step-1: clamp(1.14rem, 1.07rem + .35vw, 1.32rem);
  --step-2: clamp(1.35rem, 1.2rem + .7vw, 1.8rem);
  --step-3: clamp(1.8rem, 1.5rem + 1.4vw, 2.6rem);
  --step-4: clamp(2.2rem, 1.7rem + 2.4vw, 3.6rem);
  --step-5: clamp(2.6rem, 1.8rem + 4vw, 5rem);

  --gutter: clamp(1rem, .6rem + 2vw, 2rem);
  --section: clamp(4rem, 3rem + 5vw, 7.5rem);
  --max: 1180px;
  --measure: 66ch;
  --radius: 14px;
  --pill: 999px;
  --header-h: 84px;
  --hard: 4px 4px 0 var(--ink);
  --checker: conic-gradient(var(--ink) 25%, var(--cream) 0 50%, var(--ink) 0 75%, var(--cream) 0) 0 0 / 28px 28px;
  /* Atomic-age wallpaper: sparkles and boomerangs */
  --atomic: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M34 18 L37 31 L50 34 L37 37 L34 50 L31 37 L18 34 L31 31 Z' fill='%23f3b43c' fill-opacity='.32'/%3E%3Cpath d='M118 110 q18 -26 40 -6 q-22 -6 -28 22' stroke='%233dbdb9' stroke-opacity='.22' stroke-width='4'/%3E%3Ccircle cx='140' cy='36' r='4' fill='%23e2522e' fill-opacity='.2'/%3E%3Ccircle cx='52' cy='140' r='3' fill='%2315304b' fill-opacity='.18'/%3E%3Cpath d='M86 76 L88 83 L95 85 L88 87 L86 94 L84 87 L77 85 L84 83 Z' fill='%233dbdb9' fill-opacity='.22'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--f-body); font-size: var(--step-0); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; height: auto; }
figure, blockquote { margin: 0; }
a { color: var(--turq-deep); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--red-deep); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; border-radius: 4px; }
h1, h2, h3, h4 { margin: 0; text-wrap: balance; font-weight: 400; }
p { margin: 0; }
p + p { margin-top: 1em; }
ul, ol { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
.visually-hidden, .sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -100px; z-index: 100; background: var(--ink); color: var(--cream); padding: .75rem 1rem; border-radius: 8px; font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 1rem; color: var(--cream); }

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: 840px; }
.section { padding-block: var(--section); position: relative; }
.section--tight { padding-block: calc(var(--section) * .6); }
.section--cream { background: var(--cream) var(--atomic); }
.section--tile, .section--mint { background: var(--mint); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--ink a { color: var(--turq); }
.section--ink a:hover { color: #fff; }
.split { display: grid; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left { grid-template-columns: 1.15fr .85fr; }
  .split--wide-right { grid-template-columns: .85fr 1.15fr; }
  .split--top { align-items: start; }
}
.stack > * + * { margin-top: 1.1rem; }
.stack-lg > * + * { margin-top: 1.75rem; }
.center { text-align: center; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }

/* ---------- Type ---------- */
.h1, .h2, .h3, .display { font-family: var(--f-sign); font-weight: 400; letter-spacing: .005em; line-height: 1.02; }
.h1 { font-size: var(--step-5); }
.h2 { font-size: var(--step-4); }
.h3 { font-size: var(--step-2); line-height: 1.1; }
.h4 { font-family: var(--f-sign); font-size: var(--step-1); line-height: 1.2; }
.lead { font-size: var(--step-1); line-height: 1.55; max-width: 44ch; }
.muted { color: var(--muted); }
.section--ink .muted { color: #bcd0db; }
.eyebrow { display: block; font-family: var(--f-script); font-size: clamp(1.6rem, 1.35rem + 1vw, 2.2rem); line-height: 1; color: var(--red-deep); letter-spacing: .01em; }
.section--ink .eyebrow, .on-photo .eyebrow { color: var(--turq); }
.section-head { display: grid; gap: .75rem; margin-bottom: clamp(2.25rem, 4vw, 3.5rem); max-width: 50rem; }
.section-head--center { text-align: center; margin-inline: auto; justify-items: center; }
.section-head--center .lead { margin-inline: auto; }
.section-head .lead { max-width: 56ch; }

.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.05em; }
.prose h2 { font-family: var(--f-sign); font-weight: 400; font-size: var(--step-3); line-height: 1.05; margin-top: 2em; }
.prose h3 { font-family: var(--f-sign); font-weight: 400; font-size: var(--step-1); margin-top: 1.7em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .45em; }
.prose li::marker { color: var(--red-deep); }
.prose .lede { font-size: var(--step-1); line-height: 1.55; }
.prose strong { font-weight: 650; }

/* The logo's double stripe */
.rule { height: 10px; border: 0; margin: 0; background: linear-gradient(var(--turq) 0 3px, transparent 3px 7px, var(--red) 7px 10px); }
.checker { height: 28px; background: var(--checker); border-block: 3px solid var(--ink); }

/* Waves between sections (fill = colour of the section they lead into) */
.wave { position: absolute; left: 0; right: 0; line-height: 0; pointer-events: none; z-index: 2; }
.wave svg { width: 100%; height: clamp(34px, 6vw, 90px); display: block; }
.wave--bottom { bottom: -1px; }
.wave--top { top: -1px; transform: scaleY(-1); }
.wave--paper { color: var(--paper); } .wave--cream { color: var(--cream); } .wave--ink { color: var(--ink); } .wave--mint { color: var(--mint); } .wave--red { color: var(--red-deep); }

/* Starburst ornament */
.burst { position: absolute; pointer-events: none; z-index: 1; }
.burst svg { width: 100%; height: 100%; }
@media (prefers-reduced-motion: no-preference) { .burst--spin svg { animation: spin 40s linear infinite; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Buttons (pill, like a laundromat push-button) ---------- */
.btn {
  --bg: var(--turq); --fg: var(--ink); --bd: var(--ink); --sh: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 52px; padding: .85rem 1.7rem; border-radius: var(--pill);
  background: var(--bg); color: var(--fg); border: 2.5px solid var(--bd); box-shadow: 4px 4px 0 var(--sh);
  font-family: var(--f-sign); font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; line-height: 1.1;
  cursor: pointer; transition: transform .12s ease, box-shadow .12s ease, background-color .15s;
}
.btn:hover { color: var(--fg); transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--sh); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--sh); }
.btn--red { --bg: var(--red-deep); --fg: #fff; }
.btn--ghost { --bg: transparent; --fg: var(--ink); }
.btn--ghost:hover { --bg: var(--cream); }
.btn--light { --bg: transparent; --fg: var(--cream); --bd: var(--cream); --sh: var(--turq); }
.btn--light:hover { --bg: rgba(255,255,255,.08); }
.section--ink .btn { --bd: var(--cream); --sh: var(--turq); }
.section--ink .btn--ghost { --fg: var(--cream); }
.btn--sm { min-height: 42px; padding: .55rem 1.15rem; font-size: .88rem; box-shadow: 3px 3px 0 var(--sh); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem 1.1rem; align-items: center; }
.center .btn-row, .btn-row--center { justify-content: center; }
.textlink { font-family: var(--f-sign); letter-spacing: .03em; color: var(--ink); text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2.5px; text-underline-offset: 5px; }
.section--ink .textlink, .on-photo .textlink { color: var(--cream); }

/* ---------- Announcement bar ---------- */
.announce { background: var(--ink); color: var(--cream); font-size: .88rem; }
.announce .wrap { display: flex; align-items: center; justify-content: center; gap: .5rem 1rem; flex-wrap: wrap; padding-block: .5rem; text-align: center; }
.sign { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--f-sign); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: #ffd1c3; border: 2px solid var(--red); border-radius: var(--pill); padding: .12rem .7rem; text-shadow: 0 0 6px rgba(226,82,46,.9); box-shadow: 0 0 10px rgba(226,82,46,.45), inset 0 0 8px rgba(226,82,46,.35); }
.announce a { color: var(--turq); font-weight: 600; }
.counter { font-family: var(--f-sign); font-weight: 400; color: var(--mustard); font-size: 1.05em; font-variant-numeric: tabular-nums; }
.announce a:hover { color: #fff; }
@media (max-width: 600px) { .announce__text { display: none; } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); box-shadow: 0 1px 0 var(--line), 0 6px 18px -14px rgba(21,48,75,.35); }
.site-header .wrap { display: flex; align-items: center; gap: 1.25rem; min-height: var(--header-h); }
.brand { display: block; flex: 0 0 auto; line-height: 0; }
.brand img { height: 62px; width: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; list-style: none; gap: .1rem; align-items: center; }
.primary-nav a { display: block; white-space: nowrap; padding: .5rem .55rem; font-family: var(--f-sign); font-size: .95rem; letter-spacing: .02em; color: var(--ink); text-decoration: none; border-radius: var(--pill); }
.primary-nav a:hover { color: var(--turq-deep); }
.primary-nav a[aria-current='page'] { color: var(--turq-deep); }
.header-cta { flex: 0 0 auto; }
.nav-toggle { display: none; margin-left: auto; align-items: center; gap: .5rem; background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--pill); min-height: 46px; padding: .4rem 1rem; cursor: pointer; font-family: var(--f-sign); font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.nav-toggle__bars { width: 18px; height: 12px; position: relative; }
.nav-toggle__bars::before, .nav-toggle__bars::after, .nav-toggle__bars span { content: ''; position: absolute; left: 0; right: 0; height: 2.5px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }
.nav-toggle__bars::before { top: 0; } .nav-toggle__bars span { top: 5px; } .nav-toggle__bars::after { bottom: 0; }
.nav-open .nav-toggle__bars::before { transform: translateY(5px) rotate(45deg); }
.nav-open .nav-toggle__bars span { opacity: 0; }
.nav-open .nav-toggle__bars::after { transform: translateY(-5px) rotate(-45deg); }
@media (max-width: 1280px) { .header-cta { display: none; } }
@media (max-width: 1000px) {
  :root { --header-h: 70px; }
  .brand img { height: 48px; }
  .nav-toggle { display: inline-flex; }
  .primary-nav { position: fixed; inset: var(--header-h) 0 0 0; margin: 0; background: var(--paper) var(--atomic); overflow-y: auto; padding: 1.25rem var(--gutter) 2.5rem; display: none; border-top: 3px solid var(--ink); }
  .nav-open .primary-nav { display: block; }
  .primary-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav li { border-bottom: 1.5px dashed var(--line); }
  .primary-nav a { padding: 1rem .25rem; font-size: 1.6rem; border-radius: 0; }
  .primary-nav .mobile-nav-cta { display: block; border: 0; padding-top: 1.5rem; }
  .primary-nav .mobile-nav-cta a { display: flex; font-size: 1.05rem; border-radius: var(--pill); }
  .primary-nav .mobile-nav-note { display: block; border: 0; padding-top: 1rem; }
  body.nav-open { overflow: hidden; }
}
.mobile-nav-cta, .mobile-nav-note { display: none; }
.mobile-nav-note p { font-size: .92rem; color: var(--muted); }

/* ---------- Photo-background bands ---------- */
.on-photo { position: relative; color: var(--cream); background: var(--ink); overflow: hidden; isolation: isolate; }
.on-photo .bg { position: absolute; inset: 0; z-index: -2; }
.on-photo .bg img { width: 100%; height: 100%; object-fit: cover; }
.on-photo .bg.img-failed img { visibility: hidden; }
.on-photo::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(21,48,75,.93) 0%, rgba(21,48,75,.78) 45%, rgba(21,48,75,.45) 100%); }
.on-photo--center::before { background: rgba(21,48,75,.78); }
.on-photo .bg, .on-photo { background-image: repeating-linear-gradient(135deg, #1f4466 0 2px, #1a3b5a 2px 5px); }
.on-photo a:not(.btn) { color: var(--turq); }

/* ---------- Hero ---------- */
.hero { padding-block: clamp(4rem, 8vw, 8rem) clamp(6rem, 11vw, 10rem); }
.hero .bg img { position: absolute; inset: 0; opacity: 0; }
.hero .bg img:first-child { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .hero .bg img { animation: fade 24s infinite; }
  .hero .bg img:nth-child(1) { animation-delay: 0s; }
  .hero .bg img:nth-child(2) { animation-delay: 8s; }
  .hero .bg img:nth-child(3) { animation-delay: 16s; }
  .hero .bg img:first-child { opacity: 0; }
}
@keyframes fade { 0% { opacity: 0; } 4%, 33% { opacity: 1; } 38%, 100% { opacity: 0; } }
.hero__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 980px) { .hero__grid { grid-template-columns: 1.35fr .65fr; } }
.hero__copy { display: grid; gap: 1.4rem; max-width: 44rem; }
.neon { font-family: var(--f-script); font-size: clamp(2rem, 1.5rem + 2vw, 3.1rem); line-height: 1; color: #fff3ea;
  text-shadow: 0 0 4px #fff, 0 0 12px var(--red), 0 0 26px var(--red), 0 0 44px rgba(226,82,46,.7); }
@media (prefers-reduced-motion: no-preference) { .neon { animation: flicker 7s infinite; } }
@keyframes flicker { 0%, 92%, 100% { opacity: 1; } 93% { opacity: .55; } 94% { opacity: 1; } 96% { opacity: .7; } 97% { opacity: 1; } }
.hero__title { font-family: var(--f-sign); font-size: clamp(2.5rem, 1.5rem + 4.6vw, 5.4rem); line-height: 1; color: var(--cream); }
.hero__title .accent { color: var(--turq); }
.hero__verse { font-size: var(--step-1); line-height: 1.5; max-width: 40ch; color: #eaf2f5; }
.hero__verse p + p { margin-top: .5em; }
.hero__verse .beat { font-family: var(--f-sign); color: var(--mustard); letter-spacing: .02em; }
.hero__fine { font-family: var(--f-mono); font-size: .8rem; letter-spacing: .05em; color: #bcd0db; }

/* The starburst price badge */
.badge-burst { position: relative; width: min(330px, 70vw); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; text-align: center; color: var(--ink); }
.badge-burst svg { position: absolute; inset: 0; width: 100%; height: 100%; filter: drop-shadow(6px 6px 0 rgba(0,0,0,.28)); }
@media (prefers-reduced-motion: no-preference) { .badge-burst svg { animation: spin 60s linear infinite; } }
.badge-burst__txt { position: relative; display: grid; gap: .1rem; transform: rotate(-8deg); }
.badge-burst__small { font-family: var(--f-sign); font-size: .95rem; letter-spacing: .12em; text-transform: uppercase; }
.badge-burst__big { font-family: var(--f-sign); font-size: clamp(3.4rem, 2.8rem + 2vw, 4.6rem); line-height: .9; }
.badge-burst__big sup { font-size: .45em; vertical-align: .8em; }
.badge-burst__script { font-family: var(--f-script); font-size: 1.7rem; line-height: 1; color: var(--red-deep); }

/* ---------- Welcome / split with dotted backing ---------- */
.dotted { position: relative; }
.dotted::before { content: ''; position: absolute; left: -28px; bottom: -28px; width: 62%; height: 62%; z-index: 0;
  background-image: radial-gradient(var(--turq) 2.2px, transparent 2.6px); background-size: 16px 16px; }
.dotted > * { position: relative; z-index: 1; }
.framed { border-radius: 10px; overflow: hidden; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--red); }
.stamp { display: inline-grid; place-items: center; text-align: center; width: 132px; aspect-ratio: 1; border-radius: 50%; border: 4px double var(--red-deep); color: var(--red-deep); transform: rotate(-10deg); font-family: var(--f-sign); font-size: 1.35rem; line-height: .95; padding: .75rem; }
.stamp small { display: block; font-family: var(--f-mono); font-size: .56rem; letter-spacing: .14em; margin-top: .35rem; text-transform: uppercase; }

/* ---------- Photos with denim fallback ---------- */
.photo { position: relative; overflow: hidden; background: repeating-linear-gradient(135deg, #2a4f73 0 2px, #22476a 2px 5px); }
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo.img-failed img { visibility: hidden; }
.photo--frame { border-radius: 10px; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--turq); }
.ratio-4x3 { aspect-ratio: 4/3; } .ratio-3x2 { aspect-ratio: 3/2; } .ratio-1x1 { aspect-ratio: 1; } .ratio-4x5 { aspect-ratio: 4/5; }

/* ---------- Services grid (photo cards, wavy image edge) ---------- */
.services { display: grid; gap: clamp(1.75rem, 3vw, 2.5rem); grid-template-columns: 1fr; }
@media (min-width: 640px) { .services { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .services { grid-template-columns: repeat(3, 1fr); } }
.svc { display: grid; gap: .7rem; align-content: start; position: relative; }
.svc .photo { aspect-ratio: 37 / 27; border-radius: 12px 12px 0 0; }
.svc .photo::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 22%; background: var(--paper);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 60' preserveAspectRatio='none'%3E%3Cpath d='M0 40 C80 0 150 10 220 36 C290 62 350 50 400 20 L400 60 L0 60 Z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 60' preserveAspectRatio='none'%3E%3Cpath d='M0 40 C80 0 150 10 220 36 C290 62 350 50 400 20 L400 60 L0 60 Z'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.section--cream .svc .photo::after { background: var(--cream); }
.svc__tag { position: absolute; top: .8rem; left: .8rem; z-index: 2; font-family: var(--f-sign); font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; padding: .28rem .7rem; border-radius: var(--pill); background: var(--turq); color: var(--ink); border: 2px solid var(--ink); }
.svc__tag--special { background: var(--mustard); }
.svc h3 { font-family: var(--f-sign); font-size: 1.5rem; line-height: 1.1; }
.svc p { color: var(--ink-soft); font-size: .98rem; }

/* ---------- Circle process (How we work) ---------- */
.circles { list-style: none; display: grid; gap: 2.25rem 1.5rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .circles { grid-template-columns: repeat(4, 1fr); } }
.circles li { display: grid; justify-items: center; text-align: center; gap: .9rem; position: relative; }
.circle { position: relative; width: clamp(118px, 13vw, 168px); aspect-ratio: 1; border-radius: 50%; background: var(--cream); display: grid; place-items: center; box-shadow: 0 0 0 10px rgba(255,244,226,.28), 0 0 0 3px var(--ink) inset; }
.circle svg { width: 44%; height: 44%; }
.circle svg * { fill: none; stroke: var(--ink); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.circle__num { position: absolute; top: 2%; right: 2%; width: 30%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--red-deep); color: #fff; font-family: var(--f-sign); font-size: clamp(1rem, .9rem + .5vw, 1.35rem); box-shadow: 0 0 0 4px var(--turq); }
.circles h3 { font-family: var(--f-sign); font-size: 1.35rem; color: var(--cream); }
.circles p { font-size: .95rem; color: #d7e3ea; max-width: 24ch; }
@media (min-width: 900px) {
  .circles li:not(:last-child)::after { content: ''; position: absolute; top: clamp(59px, 6.5vw, 84px); left: calc(50% + clamp(70px, 7.5vw, 96px)); width: calc(100% - clamp(140px, 15vw, 192px) + 1.5rem); border-top: 3px dashed rgba(255,244,226,.5); }
}

/* Linear steps list (inner How It Works page) */
.steps { list-style: none; display: grid; gap: 1.25rem; counter-reset: step; }
@media (min-width: 700px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.steps li { counter-increment: step; position: relative; padding: 1.4rem 1.25rem 1.3rem; background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); display: grid; gap: .45rem; align-content: start; box-shadow: var(--hard); }
.steps li::before { content: counter(step); width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--red-deep); color: #fff; font-family: var(--f-sign); font-size: 1.2rem; box-shadow: 0 0 0 3px var(--turq); }
.steps h3 { font-family: var(--f-sign); font-size: 1.3rem; line-height: 1.1; }
.steps p { color: var(--ink-soft); font-size: .97rem; }
.steps .who { font-family: var(--f-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--turq-deep); }

/* ---------- Pricing cards ---------- */
.plans { display: grid; gap: 1.75rem; align-items: stretch; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan { display: grid; grid-template-rows: auto 1fr; background: var(--paper); border: 2.5px solid var(--ink); border-radius: 18px; overflow: hidden; box-shadow: 6px 6px 0 var(--ink); }
.plan__top { position: relative; padding: 2rem 1.5rem 3rem; text-align: center; background: var(--mint); clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%); display: grid; gap: .35rem; }
.plan--featured .plan__top { background: var(--red-deep); color: #fff; }
.plan--special .plan__top { background: var(--cream-2); }
.plan__name { font-family: var(--f-sign); font-size: 1.55rem; line-height: 1.05; }
.plan__prefix { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; opacity: .85; }
.plan__price { font-family: var(--f-sign); font-size: clamp(3.3rem, 2.6rem + 2.4vw, 4.4rem); line-height: .95; color: var(--turq-deep); font-variant-numeric: tabular-nums; }
.plan--featured .plan__price { color: #fff; }
.plan__price small { font-size: .32em; letter-spacing: .02em; }
.plan__price sup { font-size: .45em; vertical-align: .75em; }
.plan__ribbon { justify-self: center; background: var(--mustard); color: var(--ink); font-family: var(--f-sign); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; padding: .2rem .8rem; border-radius: var(--pill); border: 2px solid var(--ink); margin-bottom: .2rem; }
.plan__body { padding: 1.25rem 1.6rem 1.8rem; display: flex; flex-direction: column; gap: 1.1rem; }
.plan__body ul { margin-bottom: auto; }
.plan__summary { text-align: center; color: var(--ink-soft); font-size: .98rem; }
.plan ul { list-style: none; display: grid; gap: .55rem; }
.plan li { display: grid; grid-template-columns: 22px 1fr; gap: .55rem; font-size: .96rem; }
.plan li::before { content: ''; width: 18px; height: 18px; margin-top: .2em; border-radius: 50%; border: 2px solid var(--turq-deep);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5 L7 11 L12 5' fill='none' stroke='%23157472' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/80% no-repeat; }
.plan .btn { justify-self: center; }
.fine { font-family: var(--f-mono); font-size: .78rem; letter-spacing: .03em; color: var(--muted); line-height: 1.6; }
.section--ink .fine, .on-photo .fine { color: #bcd0db; }

/* Loyalty punch card band */
.loyal { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .loyal { grid-template-columns: 1fr auto; gap: 4rem; } }
.punchcard { background: var(--cream); color: var(--ink); border: 3px solid var(--cream); outline: 3px dashed var(--ink); outline-offset: -10px; border-radius: 16px; padding: 1.6rem 1.6rem 1.3rem; box-shadow: 8px 8px 0 var(--turq); max-width: 400px; }
.punchcard__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.punchcard__head b { font-family: var(--f-sign); font-weight: 400; font-size: 1.25rem; }
.punchcard__head span { font-family: var(--f-script); font-size: 1.5rem; color: var(--red-deep); }
.punch { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; }
.punch span { aspect-ratio: 1; border-radius: 50%; border: 2px dashed var(--ink); display: grid; place-items: center; font-family: var(--f-mono); font-size: .72rem; color: var(--muted); }
.punch span.is-punched { border: 0; background: radial-gradient(circle, var(--paper) 36%, var(--turq-deep) 38%); color: transparent; }
.punch span.is-half { border: 2px solid var(--red-deep); color: var(--red-deep); font-family: var(--f-sign); font-size: .82rem; background: #ffe3d8; }
.offer__line { font-family: var(--f-sign); font-size: var(--step-2); color: var(--mustard); line-height: 1.15; }

/* ---------- Pant definition ---------- */
.dictionary { background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.25rem); box-shadow: var(--hard); display: grid; gap: .9rem; }
.dictionary__word { font-family: var(--f-sign); font-size: var(--step-4); line-height: .9; }
.dictionary__pos { font-family: var(--f-mono); font-size: .85rem; color: var(--muted); }
.dictionary__def { font-size: var(--step-1); line-height: 1.5; }
.dictionary__def b { background: linear-gradient(transparent 60%, rgba(61,189,185,.45) 60%); font-weight: 650; }
.knee-diagram { width: 100%; max-width: 360px; margin-inline: auto; }
.knee-diagram text { font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; fill: var(--ink); }
.verdicts { display: grid; gap: 1.5rem; }
@media (min-width: 760px) { .verdicts { grid-template-columns: 1.4fr 1fr; } }
.verdict { border-top: 3px solid var(--ink); padding-top: 1rem; }
.verdict h3 { font-family: var(--f-sign); font-size: 1.1rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: .9rem; }
.verdict--yes h3 { color: var(--ok); } .verdict--no { border-color: var(--red-deep); } .verdict--no h3 { color: var(--red-deep); }
.pill-list { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; }
.pill-list li { border: 2px solid var(--ink); border-radius: var(--pill); padding: .3rem .85rem; font-size: .93rem; background: var(--paper); }
.verdict--no .pill-list li { border-color: var(--red-deep); color: var(--red-deep); text-decoration: line-through; }

/* ---------- Reasons chips ---------- */
.reasons { display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.reasons li { font-family: var(--f-sign); font-size: clamp(.95rem, .9rem + .3vw, 1.15rem); padding: .4rem 1rem; border-radius: var(--pill); border: 2px solid var(--cream); color: var(--cream); }
.reasons li:nth-child(3n+1) { background: rgba(61,189,185,.22); }
.reasons li:nth-child(4n+2) { background: rgba(243,180,60,.2); }
.because { font-family: var(--f-sign); font-size: clamp(3rem, 1.8rem + 6vw, 7rem); line-height: .9; color: var(--cream); }
.because span { color: var(--mustard); display: block; }

/* ---------- Care symbols ---------- */
.care-grid { display: grid; gap: 1.25rem; grid-template-columns: 1fr; }
@media (min-width: 560px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .care-grid { grid-template-columns: repeat(3, 1fr); } }
.care { background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); padding: 1.4rem; display: grid; gap: .6rem; align-content: start; }
.care__icon { width: 64px; height: 64px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; border: 2px solid var(--ink); }
.care svg { width: 40px; height: 40px; }
.care svg * { stroke: var(--ink); stroke-width: 2.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.care svg .fill { fill: var(--ink); stroke: none; }
.care h3 { font-family: var(--f-sign); font-size: 1.25rem; }
.care p { font-size: .95rem; color: var(--ink-soft); }
.care a { font-weight: 600; font-size: .93rem; }
.care--more { background: var(--ink); color: var(--cream); }
.care--more p { color: #d3e0e8; }
.care--more a { color: var(--turq); }

/* ---------- Benefits ---------- */
.benefits { display: grid; gap: 1.25rem; list-style: none; }
@media (min-width: 700px) { .benefits { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .benefits { grid-template-columns: repeat(3, 1fr); } }
.benefits li { display: grid; grid-template-columns: 54px 1fr; gap: .9rem; align-items: start; }
.benefits li::before { content: ''; width: 54px; height: 54px; border-radius: 50%; background: var(--turq) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 L13.8 9.6 L20.5 12 L13.8 14.4 L12 21 L10.2 14.4 L3.5 12 L10.2 9.6 Z' fill='%2315304b'/%3E%3C/svg%3E") center/55% no-repeat; border: 2.5px solid var(--ink); }
.benefits li:nth-child(even)::before { background-color: var(--mustard); }
.benefits strong { display: block; font-family: var(--f-sign); font-weight: 400; font-size: 1.2rem; line-height: 1.15; margin-bottom: .2rem; }
.benefits span { color: var(--ink-soft); font-size: .97rem; }

/* ---------- Testimonials (centered slider on photo) ---------- */
.testi { text-align: center; max-width: 52rem; margin-inline: auto; }
.testi__slides { position: relative; display: grid; }
.testi__slide { grid-area: 1 / 1; display: grid; gap: 1.25rem; justify-items: center; transition: opacity .45s ease; }
.js .testi__slide:not(.is-on) { opacity: 0; visibility: hidden; }
.testi__slide blockquote { font-size: clamp(1.2rem, 1.05rem + .7vw, 1.6rem); line-height: 1.45; color: #fff; white-space: pre-line; }
.testi__slide blockquote::before { content: '\201C'; display: block; font-family: var(--f-sign); font-size: 4.5rem; line-height: .6; color: var(--mustard); margin-bottom: .6rem; }
.testi__who { display: grid; gap: .15rem; }
.testi__who b { font-family: var(--f-sign); font-weight: 400; font-size: 1.3rem; color: var(--cream); }
.testi__who span { font-size: .92rem; color: #bcd0db; }
.testi__faces { display: flex; justify-content: center; gap: .9rem; margin-top: 2rem; flex-wrap: wrap; }
.no-js .testi__faces { display: none; }
.face { width: 62px; height: 62px; border-radius: 50%; border: 3px solid var(--cream); display: grid; place-items: center; font-family: var(--f-sign); font-size: 1.15rem; color: var(--ink); cursor: pointer; transition: transform .15s, box-shadow .15s; opacity: .75; }
.face:hover { transform: translateY(-2px); opacity: 1; }
.face[aria-selected='true'] { opacity: 1; box-shadow: 0 0 0 4px var(--red); transform: scale(1.08); }
.face--0 { background: var(--turq); } .face--1 { background: var(--mustard); } .face--2 { background: #f4a38c; } .face--3 { background: var(--mint); } .face--4 { background: var(--cream-2); } .face--5 { background: #9fd6e8; }
.testi__note { margin-top: 1.75rem; font-size: .84rem; color: #bcd0db; }
.testi__note a { color: var(--cream) !important; }
/* No-JS fallback: all quotes stacked */
.no-js .testi__slides { gap: 3rem; }
.no-js .testi__slide { grid-area: auto; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .75rem; }
.faq details { background: var(--paper); border: 2.5px solid var(--ink); border-radius: 14px; overflow: hidden; }
.faq summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 1fr 34px; gap: 1rem; align-items: center; padding: 1rem 1.2rem; font-family: var(--f-sign); font-size: 1.12rem; line-height: 1.25; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ''; width: 34px; height: 34px; border-radius: 50%; background: var(--turq)
  linear-gradient(var(--ink), var(--ink)) center/13px 2.5px no-repeat; border: 2px solid var(--ink);
  background-image: linear-gradient(var(--ink), var(--ink)), linear-gradient(var(--ink), var(--ink));
  background-size: 13px 2.5px, 2.5px 13px; background-position: center; background-repeat: no-repeat; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--mustard); }
.faq details[open] summary { border-bottom: 2px dashed var(--line); }
.faq summary:hover { color: var(--turq-deep); }
.faq .answer { padding: 1rem 1.2rem 1.25rem; color: var(--ink-soft); max-width: 72ch; }
.faq .answer p + p { margin-top: .7em; }
.faq-group + .faq-group { margin-top: 3rem; }
.faq-group__title { font-family: var(--f-script); font-size: 2rem; color: var(--red-deep); margin-bottom: .75rem; font-weight: 400; }
.faq-tools { display: flex; flex-wrap: wrap; gap: .75rem 1rem; align-items: center; margin-bottom: 2.5rem; }
.faq-search { flex: 1 1 280px; }
.faq-search input { width: 100%; min-height: 54px; padding: .8rem 1.3rem; border: 2.5px solid var(--ink); border-radius: var(--pill); background: var(--paper); font-size: 1.05rem; }
.faq-jump { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; }
.faq-jump a { display: inline-block; font-family: var(--f-sign); font-size: .82rem; letter-spacing: .04em; padding: .45rem .9rem; border: 2px solid var(--ink); border-radius: var(--pill); text-decoration: none; color: var(--ink); background: var(--paper); }
.faq-jump a:hover { background: var(--mint); }
.faq-empty { padding: 1.5rem 0; color: var(--muted); }

/* ---------- Forms ---------- */
.form-shell { display: grid; gap: clamp(2rem, 4vw, 4rem); }
@media (min-width: 1000px) { .form-shell { grid-template-columns: .8fr 1.2fr; align-items: start; } .form-shell__intro { position: sticky; top: calc(var(--header-h) + 2rem); } }
.form-card { background: var(--paper); color: var(--ink); border: 3px solid var(--ink); border-radius: 22px; box-shadow: 10px 10px 0 var(--turq); padding: clamp(1.25rem, 3vw, 2.5rem); }
.section--ink .form-card a { color: var(--turq-deep); }
.form-card .muted { color: var(--muted); }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.fs + .fs { margin-top: 2.25rem; padding-top: 2rem; border-top: 2px dashed var(--line); }
legend.fs__legend { padding: 0; margin-bottom: 1.1rem; display: grid; gap: .1rem; }
.fs__legend .k { font-family: var(--f-script); font-size: 1.6rem; line-height: 1; color: var(--red-deep); }
.fs__legend .t { font-family: var(--f-sign); font-size: var(--step-3); line-height: 1; }
.fields { display: grid; gap: 1.1rem; }
@media (min-width: 620px) { .fields--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .4rem; align-content: start; }
.field > label, .q-label { font-weight: 650; font-size: 1rem; line-height: 1.35; }
.q-label { display: block; margin-bottom: .75rem; }
.req { color: var(--red-deep); }
.hint { font-size: .87rem; color: var(--muted); }
input[type='text'], input[type='email'], input[type='number'], input[type='search'], select, textarea { width: 100%; min-height: 52px; padding: .7rem 1rem; background: #fff; border: 2.5px solid #8f9daf; border-radius: 12px; font-size: 1rem; line-height: 1.4; transition: border-color .15s, box-shadow .15s; }
textarea { min-height: 120px; resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(61,189,185,.5); }
[aria-invalid='true'] { border-color: var(--err) !important; }
.error-msg { color: var(--err); font-size: .88rem; font-weight: 600; }
.error-msg:empty { display: none; }
.q + .q { margin-top: 1.9rem; }
.choices { display: flex; flex-wrap: wrap; gap: .55rem; }
.choices--stack { display: grid; gap: .55rem; }
@media (min-width: 620px) { .choices--2col { display: grid; grid-template-columns: 1fr 1fr; } }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.choice label { display: flex; align-items: center; gap: .65rem; min-height: 50px; cursor: pointer; padding: .6rem 1rem; border: 2.5px solid #bcc6d1; border-radius: 14px; background: #fff; font-size: .98rem; line-height: 1.3; transition: border-color .12s, background .12s; }
.choice label::before { content: ''; flex: 0 0 20px; height: 20px; border: 2.5px solid var(--ink); background: #fff; border-radius: 5px; transition: background .12s, box-shadow .12s; }
.choice input[type='radio'] + label::before { border-radius: 50%; }
.choice label:hover { border-color: var(--ink); }
.choice input:checked + label { border-color: var(--ink); background: var(--mint); }
.choice input:checked + label::before { background: var(--red-deep); box-shadow: inset 0 0 0 3px #fff; }
.choice input:focus-visible + label { outline: 3px solid var(--red); outline-offset: 2px; }
.consent { display: grid; grid-template-columns: 26px 1fr; gap: .75rem; align-items: start; padding: 1.1rem; background: var(--cream); border-radius: 14px; border: 2px dashed var(--ink); }
.consent input { width: 22px; height: 22px; margin-top: .15rem; accent-color: var(--red-deep); }
.consent label { font-family: var(--f-sign); font-size: 1.15rem; }
.consent p { grid-column: 2; font-size: .86rem; color: var(--muted); }
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
.form-status { margin-top: 1rem; font-weight: 600; }
.form-status[data-state='error'] { color: var(--err); }
.form-success { display: grid; gap: 1rem; padding: 1rem 0; }
.form-success .h3 { color: var(--ink); }
.js .stepped .fs { display: none; margin-top: 0; padding-top: 0; border-top: 0; }
.js .stepped .fs.is-active { display: block; }
.progress { display: none; }
.js .stepped .progress { display: grid; grid-template-columns: repeat(var(--steps, 3), 1fr); gap: .45rem; margin-bottom: 1.75rem; }
.progress span { height: 10px; border-radius: 5px; background: var(--cream-2); border: 2px solid var(--ink); }
.progress span.is-done { background: var(--turq); }
.progress span.is-current { background: var(--red); }
.progress__label { grid-column: 1 / -1; font-family: var(--f-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: .35rem; }
.step-nav { display: none; }
.js .stepped .step-nav { display: flex; gap: .75rem; }
.js .stepped .form-actions [type='submit'] { display: none; }
.js .stepped.on-last .form-actions [type='submit'] { display: inline-flex; }
.js .stepped.on-last .step-next { display: none; }
.js .stepped.on-first .step-back { display: none; }

/* ---------- Blog ---------- */
.cards { display: grid; gap: clamp(1.75rem, 3vw, 2.5rem); grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.card { display: grid; gap: .8rem; align-content: start; position: relative; }
.card .photo { aspect-ratio: 19 / 10; border-radius: 12px; border: 2.5px solid var(--ink); }
.card__meta { display: flex; gap: .4rem .9rem; flex-wrap: wrap; font-size: .88rem; color: var(--muted); }
.card__meta .cat { color: var(--red-deep); font-weight: 600; }
.card h3, .card h2 { font-family: var(--f-sign); font-weight: 400; font-size: 1.45rem; line-height: 1.15; }
.card h3 a, .card h2 a { color: var(--ink); text-decoration: none; }
.card h3 a::after, .card h2 a::after { content: ''; position: absolute; inset: 0; }
.card:hover h3 a, .card:hover h2 a { color: var(--turq-deep); }
.card p { color: var(--ink-soft); font-size: .97rem; }
.card--feature { grid-column: 1 / -1; }
@media (min-width: 900px) { .card--feature { grid-template-columns: 1.2fr 1fr; gap: 2.5rem; align-items: center; } .card--feature h2 { font-size: var(--step-3); } }
.cat-nav { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin-bottom: 2.5rem; justify-content: center; }
.cat-nav a { display: inline-block; font-family: var(--f-sign); font-size: .88rem; letter-spacing: .03em; text-decoration: none; color: var(--ink); padding: .5rem 1rem; border: 2px solid var(--ink); border-radius: var(--pill); background: var(--paper); }
.cat-nav a[aria-current='page'] { background: var(--ink); color: var(--cream); }
.cat-nav a:hover { background: var(--mint); color: var(--ink); }

/* Article */
.article-layout { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .article-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 4rem; } .article-aside { position: sticky; top: calc(var(--header-h) + 2rem); align-self: start; } }
.article-hero .photo { aspect-ratio: 21/9; border-radius: 16px; border: 3px solid var(--ink); box-shadow: 10px 10px 0 var(--turq); }
@media (max-width: 640px) { .article-hero .photo { aspect-ratio: 4/3; } }
.article-meta { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; font-size: .92rem; color: #d3e0e8; }
.article-meta a { color: var(--cream); }
.aside-box { border: 2.5px solid var(--ink); border-radius: var(--radius); padding: 1.35rem; display: grid; gap: .8rem; background: var(--paper); }
.aside-box + .aside-box { margin-top: 1.25rem; }
.aside-box h2 { font-family: var(--f-sign); font-size: 1.3rem; line-height: 1.1; }
.aside-box p { font-size: .93rem; color: var(--ink-soft); }
.aside-box--cta { background: var(--cream) var(--atomic); }
.share { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; }
.share a, .share button { display: inline-flex; align-items: center; min-height: 40px; padding: .4rem .9rem; border: 2px solid var(--ink); border-radius: var(--pill); font-family: var(--f-sign); font-size: .8rem; letter-spacing: .04em; text-decoration: none; color: var(--ink); background: var(--paper); cursor: pointer; }
.share a:hover, .share button:hover { background: var(--mint); color: var(--ink); }
.author-box { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; align-items: center; margin-top: 3rem; padding: 1.25rem; border: 2.5px solid var(--ink); border-radius: var(--radius); background: var(--cream); max-width: var(--measure); }
.author-box img { width: 70px; height: 70px; border-radius: 50%; border: 2.5px solid var(--ink); background: var(--paper); padding: 5px; }
.author-box b { display: block; font-family: var(--f-sign); font-weight: 400; font-size: 1.15rem; }
.author-box span { font-size: .92rem; color: var(--muted); }

/* ---------- Inner page banner ---------- */
.page-head { padding-block: clamp(3rem, 6vw, 5.5rem) clamp(5rem, 9vw, 8rem); }
.page-head__inner { display: grid; gap: 1.1rem; max-width: 52rem; }
.page-head .h1 { font-size: clamp(2.4rem, 1.6rem + 3.6vw, 4.6rem); color: var(--cream); }
.page-head .lead { color: #e3edf2; max-width: 54ch; }
.crumbs { font-size: .88rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .35rem; }
.crumbs li + li::before { content: '\2605'; margin-right: .45rem; color: var(--mustard); font-size: .7em; vertical-align: .15em; }
.crumbs a { color: var(--turq) !important; }
.crumbs [aria-current] { color: #d3e0e8; }
.page-head--article .h1 { font-size: clamp(2.2rem, 1.6rem + 3vw, 4rem); }

/* Policy pages */
.review-flag { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: start; padding: 1rem 1.2rem; border: 2.5px dashed var(--red-deep); border-radius: 12px; background: #fff3ec; font-size: .93rem; }
.review-flag b { font-family: var(--f-sign); font-weight: 400; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--red-deep); padding-top: .15rem; }
.prose .review-flag { margin-block: 1.5em; }
.toc { border: 2.5px solid var(--ink); border-radius: var(--radius); padding: 1.2rem 1.4rem; background: var(--cream); }
.toc h2 { font-family: var(--f-script) !important; font-size: 1.7rem !important; color: var(--red-deep); margin: 0 0 .5rem !important; }
.toc ol { padding-left: 1.2em; columns: 2 220px; column-gap: 2rem; font-size: .94rem; }

/* Pricing calculator */
.calc { display: grid; gap: 1.25rem; background: var(--paper); border: 3px solid var(--ink); border-radius: 20px; padding: clamp(1.25rem, 3vw, 2rem); box-shadow: 8px 8px 0 var(--red-deep); }
.calc__row { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; }
.stepper { display: inline-flex; align-items: center; border: 2.5px solid var(--ink); border-radius: var(--pill); overflow: hidden; }
.stepper button { width: 46px; height: 46px; border: 0; background: var(--turq); font-size: 1.3rem; font-weight: 700; cursor: pointer; }
.stepper button:hover { background: var(--mustard); }
.stepper output { min-width: 52px; text-align: center; font-family: var(--f-sign); font-size: 1.2rem; font-variant-numeric: tabular-nums; }
.receipt { font-family: var(--f-mono); font-size: .92rem; border-top: 2.5px dashed var(--ink); padding-top: 1rem; display: grid; gap: .4rem; font-variant-numeric: tabular-nums; }
.receipt div { display: flex; justify-content: space-between; gap: 1rem; }
.receipt .total { font-size: 1.15rem; font-weight: 500; border-top: 1px solid var(--line); padding-top: .5rem; margin-top: .25rem; }
.receipt .note { color: var(--muted); font-size: .8rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background: var(--red-deep); color: #fff; overflow: hidden; }
.cta-band .wrap { position: relative; z-index: 2; display: grid; gap: 1.5rem; align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
@media (min-width: 900px) { .cta-band .wrap { grid-template-columns: 1.4fr auto; } }
.cta-band .h2 { color: #fff; }
.cta-band p { font-size: var(--step-1); max-width: 46ch; }
.cta-band .btn { --bg: var(--mustard); --fg: var(--ink); --bd: var(--ink); --sh: var(--ink); }
.cta-band .burst { opacity: .22; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--ink); color: var(--cream); padding-block: clamp(4.5rem, 8vw, 6.5rem) 2rem; }
.site-footer a { color: #d9e5ec; text-decoration: none; }
.site-footer a:hover { color: var(--turq); text-decoration: underline; }
.newsletter { display: grid; gap: 1.25rem; align-items: center; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,244,226,.16); }
@media (min-width: 900px) { .newsletter { grid-template-columns: 1fr 2.2fr; gap: 2rem; } }
.newsletter__title { font-family: var(--f-sign); font-size: clamp(1.5rem, 1.3rem + .8vw, 2rem); line-height: 1.1; }
.newsletter__title span { display: block; font-family: var(--f-script); color: var(--turq); font-size: 1.1em; }
.mini-form { display: grid; gap: .75rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .mini-form { grid-template-columns: 1fr 1fr auto; } }
.mini-form input { min-height: 54px; border-radius: var(--pill); border: 2.5px solid transparent; background: #24476a; color: #fff; padding-inline: 1.3rem; }
.mini-form input::placeholder { color: #afc3d1; }
.mini-form input:focus { border-color: var(--turq); background: #2a5075; }
.mini-form .btn { min-height: 54px; --bd: var(--cream); --sh: var(--turq); }
.mini-form .form-status { grid-column: 1 / -1; margin: 0; }
.mini-form .form-status:empty { display: none; }
.footer-top { display: grid; gap: 2.5rem; padding-top: 3rem; }
@media (min-width: 960px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 3rem; } }
.footer-logo { display: inline-block; background: var(--cream); border-radius: 16px; padding: .7rem 1rem; border: 3px solid var(--turq); box-shadow: 5px 5px 0 var(--red); }
.footer-logo img { height: 64px; width: auto; }
.footer-about { margin-top: 1.25rem; font-size: .95rem; color: #d3e0e8; max-width: 36ch; }
.footer-motto { margin-top: 1rem; font-family: var(--f-script); font-size: 1.5rem; line-height: 1.25; color: var(--mustard); }
.footer-col h2 { font-family: var(--f-sign); font-size: 1.35rem; margin-bottom: 1rem; color: var(--cream); }
.footer-col ul { list-style: none; display: grid; gap: .55rem; font-size: .96rem; }
.footer-col ul a::before { content: '\203A'; margin-right: .5rem; color: var(--turq); }
.footer-col p { font-size: .95rem; color: #d3e0e8; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,244,226,.16); display: flex; flex-wrap: wrap; gap: .75rem 2rem; justify-content: space-between; font-size: .85rem; color: #bcd0db; }
.footer-bottom a { text-decoration: underline; }
.footer-checker { height: 26px; background: var(--checker); }

/* ---------- Sticky mobile CTA ---------- */
.dock { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: none; padding: .7rem var(--gutter) calc(.7rem + env(safe-area-inset-bottom, 0px)); background: var(--paper); border-top: 3px solid var(--ink); transform: translateY(110%); transition: transform .25s ease; }
.dock .btn { width: 100%; }
.dock.is-visible { transform: none; }
@media (max-width: 760px) { .dock { display: block; } body.has-dock { padding-bottom: 80px; } }
@media (prefers-reduced-motion: reduce) { .dock { transition: none; } }

/* ---------- Reveal ---------- */
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { transition: transform .6s cubic-bezier(.2,.7,.2,1), opacity .6s; }
  .js .reveal.pre { transform: translateY(18px); opacity: .001; }
}

/* ---------- Misc ---------- */
.kicker-list { list-style: none; display: grid; gap: .7rem; }
.kicker-list li { display: grid; grid-template-columns: 1.6rem 1fr; gap: .4rem; }
.kicker-list li::before { content: '\2605'; color: var(--mustard); }
.note-card { background: var(--cream); border: 2.5px solid var(--ink); padding: 1.25rem 1.4rem; border-radius: var(--radius); }
.contact-direct { font-family: var(--f-sign); font-size: 1.3rem; word-break: break-all; }
.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: .96rem; min-width: 520px; background: var(--paper); border: 2.5px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
table.data th, table.data td { text-align: left; padding: .75rem .9rem; border-bottom: 1.5px solid var(--line); vertical-align: top; }
table.data th { font-family: var(--f-sign); font-weight: 400; font-size: .92rem; letter-spacing: .05em; background: var(--ink); color: var(--cream); }
table.data td:first-child { font-weight: 650; }
.ok { color: var(--ok); font-weight: 650; } .no { color: var(--red-deep); font-weight: 650; } .maybe { color: var(--turq-deep); font-weight: 650; }
@media (max-width: 640px) {
  table.data--stack { min-width: 0; border: 0; background: transparent; }
  table.data--stack thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  table.data--stack, table.data--stack tbody, table.data--stack tr { display: block; }
  table.data--stack tr { padding: 1rem; margin-bottom: .75rem; background: var(--paper); border: 2.5px solid var(--ink); border-radius: 14px; }
  table.data--stack td { display: grid; grid-template-columns: 6rem 1fr; gap: .75rem; border: 0; padding: .2rem 0; }
  table.data--stack td::before { content: attr(data-label); font-family: var(--f-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 400; padding-top: .2rem; }
  table.data--stack td:first-child { display: block; font-family: var(--f-sign); font-weight: 400; font-size: 1.15rem; padding-bottom: .4rem; }
  table.data--stack td:first-child::before { content: none; }
}
@media (max-width: 760px) { .burst:not(.burst--keep) { display: none; } .cta-band .burst, .page-head .burst { display: none; } }
