@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(../fonts/figtree-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {

  --l-canvas:       #F2F6FE;
  --l-surface:      #FFFFFF;
  --l-surface-alt:  #E4EBF9;
  --l-sunken:       #D8E3F6;
  --l-hairline:     #C9D8F0;
  --l-ink:          #0C1B33;
  --l-ink-2:        #4A5C77;

  --l-ink-3:        #596B83;
  --l-accent:       #1B62E8;

  --l-bdg-seal: #1B62E8;
  --l-accent-deep:  #1B3FCC;

  --l-accent-text:  #0E45AE;
  --l-accent-wash:  rgba(27, 98, 232, 0.12);

  --l-chip-accent:  rgba(27, 98, 232, 0.12);
  --l-chip-green:   rgba(27, 143, 90, 0.14);
  --l-chip-amber:   rgba(201, 138, 14, 0.14);
  --l-verified:     #1B8F5A;
  --l-verified-text:#166A44;
  --l-amber:        #C98A0E;
  --l-amber-text:   #8A5E06;
  --l-danger:       #C8362B;

  --l-bdg-wash-amber:  rgba(201,138,14,.16);
  --l-bdg-wash-danger: rgba(200,54,43,.12);

  --l-btn-bg:       #1B62E8;
  --l-btn-bg-hover: #1B3FCC;
  --l-btn-ink:      #FFFFFF;

  --l-shadow:       0 1px 2px rgba(12,27,51,.06), 0 10px 28px -12px rgba(12,27,51,.20);
  --l-shadow-lift:  0 2px 4px rgba(12,27,51,.07), 0 18px 40px -16px rgba(12,27,51,.26);
  --l-tint:         14%;
  --l-sheen:        rgba(255,255,255,.55);

  --d-canvas:       #05101F;
  --d-surface:      #0B1C33;
  --d-surface-alt:  #142842;

  --d-sunken:       #0A1B30;
  --d-hairline:     #22385C;
  --d-ink:          #EAF1FB;
  --d-ink-2:        #A3B4CC;

  --d-ink-3:        #8290A6;
  --d-accent:       #5B93FF;
  --d-bdg-seal: #5B93FF;

  --d-accent-deep:  #3B79EE;
  --d-accent-text:  #7FADFF;
  --d-accent-wash:  rgba(91, 147, 255, 0.22);

  --d-chip-accent:  #192948;
  --d-chip-green:   #1F3833;
  --d-chip-amber:   #33280F;
  --d-verified:     #4FD18C;
  --d-verified-text:#4FD18C;
  --d-amber:        #F6C453;
  --d-amber-text:   #F6C453;
  --d-danger:       #FF7365;

  --d-bdg-wash-amber:  #362A0C;
  --d-bdg-wash-danger: #3A1512;

  --d-btn-bg:       #5B93FF;
  --d-btn-bg-hover: #7FADFF;
  --d-btn-ink:      #08101E;
  --d-shadow:       0 1px 2px rgba(0,0,0,.35), 0 10px 28px -12px rgba(0,0,0,.55);
  --d-shadow-lift:  0 2px 4px rgba(0,0,0,.4), 0 18px 40px -16px rgba(0,0,0,.6);
  --d-tint:         24%;

  --d-sheen:        rgba(255,255,255,.05);

  --l-sky:#2A7FB8;      --d-sky:#6FB8EA;
  --l-mint:#0F8C75;     --d-mint:#57D3B4;
  --l-butter:#C2870D;   --d-butter:#F6C453;
  --l-lavender:#7452C4; --d-lavender:#B79FF2;
  --l-sage:#4A8B28;     --d-sage:#96D671;
  --l-coral:#CE4F36;    --d-coral:#FF8E77;
  --l-peach:#C66B1A;    --d-peach:#FFAB6C;
  --l-rose:#C44476;     --d-rose:#F691B4;
  --l-sand:#97753F;     --d-sand:#D9B78C;
  --l-aqua:#158B88;     --d-aqua:#5FD4D1;
  --l-lilac:#8D42B5;    --d-lilac:#CB8EEA;
  --l-clay:#AF5729;     --d-clay:#E3946E;

  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;

  --s1: 4px;   --s2: 8px;   --s3: 12px;
  --s4: 16px;  --s5: 24px;  --s6: 32px;
  --s7: 48px;  --s8: 64px;  --s9: 96px;
  --s10: 128px;

  --gap-tight: var(--s2);
  --gap-item:  var(--s4);
  --gap-group: var(--s6);
  --gap-block: var(--s7);

  --gap-band:       clamp(var(--s9), 4vw + var(--s7), var(--s10));
  --gap-band-tight: clamp(var(--s8), 3vw + var(--s6), var(--s9));

  --fs-2xs:  0.72rem;
  --fs-xs:   0.8rem;
  --fs-sm:   0.88rem;
  --fs-base: 1rem;
  --fs-md:   1.06rem;
  --fs-lede: clamp(1.1rem, 1.02rem + 0.4vw, 1.3rem);

  --fs-h4: 1.06rem;
  --fs-h3: clamp(1.2rem,  1.08rem + 0.5vw, 1.4rem);
  --fs-h2: clamp(1.75rem, 1.3rem  + 1.9vw, 2.45rem);
  --fs-h1: clamp(2.15rem, 1.55rem + 2.6vw, 3.25rem);

  --ls-h1: -0.035em;
  --ls-h2: -0.03em;
  --ls-h3: -0.02em;
  --ls-h4: -0.01em;

  --font-text: ui-rounded, "SF Pro Rounded", "Figtree", "Plus Jakarta Sans",
               "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Bricolage', 'Figtree', ui-rounded, "SF Pro Rounded",
                  system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --measure: 49ch;
}

html,
html[data-theme="dark"] .invert {
  --canvas: var(--l-canvas);           --surface: var(--l-surface);
  --surface-alt: var(--l-surface-alt); --hairline: var(--l-hairline);
  --sunken: var(--l-sunken);
  --ink: var(--l-ink);                 --ink-2: var(--l-ink-2);
  --ink-3: var(--l-ink-3);             --accent: var(--l-accent);
  --accent-deep: var(--l-accent-deep); --accent-text: var(--l-accent-text);
  --accent-wash: var(--l-accent-wash); --verified: var(--l-verified);
  --bdg-seal: var(--l-bdg-seal);
  --chip-accent: var(--l-chip-accent); --chip-green: var(--l-chip-green);
  --chip-amber: var(--l-chip-amber);
  --verified-text: var(--l-verified-text);
  --amber: var(--l-amber);             --danger: var(--l-danger);
  --amber-text: var(--l-amber-text);
  --bdg-wash-amber: var(--l-bdg-wash-amber);
  --bdg-wash-danger: var(--l-bdg-wash-danger);
  --btn-bg: var(--l-btn-bg);           --btn-bg-hover: var(--l-btn-bg-hover);
  --btn-ink: var(--l-btn-ink);         --shadow: var(--l-shadow);
  --shadow-lift: var(--l-shadow-lift); --tint: var(--l-tint);
  --sheen: var(--l-sheen);
  --sky: var(--l-sky);           --mint: var(--l-mint);
  --butter: var(--l-butter);     --lavender: var(--l-lavender);
  --sage: var(--l-sage);         --coral: var(--l-coral);
  --peach: var(--l-peach);       --rose: var(--l-rose);
  --sand: var(--l-sand);         --aqua: var(--l-aqua);
  --lilac: var(--l-lilac);       --clay: var(--l-clay);
  color-scheme: light;
}

html[data-theme="dark"],
html:not([data-theme="dark"]) .invert {
  --canvas: var(--d-canvas);           --surface: var(--d-surface);
  --surface-alt: var(--d-surface-alt); --hairline: var(--d-hairline);
  --sunken: var(--d-sunken);
  --ink: var(--d-ink);                 --ink-2: var(--d-ink-2);
  --ink-3: var(--d-ink-3);             --accent: var(--d-accent);
  --accent-deep: var(--d-accent-deep); --accent-text: var(--d-accent-text);
  --accent-wash: var(--d-accent-wash); --verified: var(--d-verified);
  --bdg-seal: var(--d-bdg-seal);
  --chip-accent: var(--d-chip-accent); --chip-green: var(--d-chip-green);
  --chip-amber: var(--d-chip-amber);
  --verified-text: var(--d-verified-text);
  --amber: var(--d-amber);             --danger: var(--d-danger);
  --amber-text: var(--d-amber-text);
  --bdg-wash-amber: var(--d-bdg-wash-amber);
  --bdg-wash-danger: var(--d-bdg-wash-danger);
  --btn-bg: var(--d-btn-bg);           --btn-bg-hover: var(--d-btn-bg-hover);
  --btn-ink: var(--d-btn-ink);         --shadow: var(--d-shadow);
  --shadow-lift: var(--d-shadow-lift); --tint: var(--d-tint);
  --sheen: var(--d-sheen);
  --sky: var(--d-sky);           --mint: var(--d-mint);
  --butter: var(--d-butter);     --lavender: var(--d-lavender);
  --sage: var(--d-sage);         --coral: var(--d-coral);
  --peach: var(--d-peach);       --rose: var(--d-rose);
  --sand: var(--d-sand);         --aqua: var(--d-aqua);
  --lilac: var(--d-lilac);       --clay: var(--d-clay);
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }

html {

  font-size: 106.25%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);

  font-family: var(--font-text);
  font-size: var(--fs-base);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color .25s ease, color .25s ease;
}

img, svg { max-width: 100%; }
svg { display: block; }

.ic {
  width: 24px; height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1, h2, h3, h4 {
  margin: 0 0 var(--s3);
  font-family: var(--font-display);
  font-weight: 800;
  text-wrap: balance;
}

h1 { font-size: var(--fs-h1); letter-spacing: var(--ls-h1); line-height: 1.06; }
h2 { font-size: var(--fs-h2); letter-spacing: var(--ls-h2); line-height: 1.1; }
h3 { font-size: var(--fs-h3); letter-spacing: var(--ls-h3); line-height: 1.25; }
h4 { font-size: var(--fs-h4); letter-spacing: var(--ls-h4); font-weight: 700; line-height: 1.35; }

.h-compact { font-size: var(--fs-h4); letter-spacing: var(--ls-h4); font-weight: 700; line-height: 1.35; }

p { margin: 0 0 var(--gap-item); max-width: var(--measure); }
p:last-child { margin-bottom: 0; }

a { color: var(--accent-text); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }

strong { font-weight: 700; }

ul, ol { margin: 0 0 var(--gap-item); padding-left: 1.25em; max-width: var(--measure); }
li { margin-bottom: var(--gap-tight); }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip {
  position: absolute; left: var(--s4); top: -100px;
  z-index: 200; padding: var(--s3) var(--s5);
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--hairline); border-radius: 999px;
  font-weight: 700; text-decoration: none;
}
.skip:focus { top: var(--s4); }

[hidden] { display: none !important; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.wrap { width: 100%; max-width: 1140px; margin-inline: auto; padding-inline: var(--s5); }
.wrap--narrow { max-width: 800px; }

.section { padding-block: var(--gap-band); }
.section--tight { padding-block: var(--gap-band-tight); }
.section--alt { background: var(--surface-alt); }
.section--surface { background: var(--surface); }

.section--alt > * { --surface-alt: var(--sunken); }

.section:not(.section--alt):not(.section--surface):not(.invert)
  + .section:not(.section--alt):not(.section--surface):not(.invert),
.section--alt + .section--alt,
.section--surface + .section--surface { border-top: 1px solid var(--hairline); }

.invert { background: var(--canvas); color: var(--ink); }

.head { max-width: 780px; margin-bottom: var(--gap-block); }
.head--centre { margin-inline: auto; text-align: center; }
.head--centre p { margin-inline: auto; }

.head--centre h1,
.head--centre h2,
.head--centre h3 { margin-inline: auto; }

.eyebrow {
  display: inline-block;
  margin: 0 0 var(--s3);
  font-size: var(--fs-xs);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--accent-text);
}

.lede { font-size: var(--fs-lede); color: var(--ink-2); }
.muted { color: var(--ink-2); }
.small { font-size: var(--fs-sm); }

.grid { display: grid; gap: var(--gap-group); }

.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(min(210px, 100%), 1fr)); }

.split {
  display: grid;
  gap: clamp(var(--s6), 5vw, var(--s8));
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-text { grid-template-columns: 1.15fr 0.85fr; }
  .split--wide-media { grid-template-columns: 0.85fr 1.15fr; }
  .split--flip > :first-child { order: 2; }
}

.stack > * + * { margin-top: var(--gap-item); }
.rule { height: 1px; background: var(--hairline); border: 0; margin-block: var(--gap-block); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s2);
  padding: 15px 28px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font: inherit;
  font-size: var(--fs-md);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease-out, background-color .15s ease-out,
              border-color .15s ease-out, box-shadow .15s ease-out;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--btn-bg);
  color: var(--btn-ink);
  box-shadow: var(--shadow);
}
.btn--primary:hover { background: var(--btn-bg-hover); color: var(--btn-ink); box-shadow: var(--shadow-lift); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--hairline);
}
.btn--ghost:hover { background: var(--surface); color: var(--ink); border-color: var(--ink-3); }

.btn--small { padding: 10px 20px; font-size: 0.94rem; }

.btn--pending {
  background: var(--surface-alt);
  color: var(--ink-2);
  border-color: var(--hairline);
  cursor: default;
}
.btn--pending:hover { transform: none; background: var(--surface-alt); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
  align-items: center;

  margin-top: var(--gap-group);
}

.note-line {
  margin-top: var(--s4);
  font-size: 0.9rem;
  color: var(--ink-2);
}
.note-line svg {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: -3px;
  margin-right: var(--s2);
  color: var(--ink-3);
}
.note-line--center { text-align: center; }

.card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);

  --card-pad: var(--s5);
  padding: var(--card-pad);
  box-shadow: var(--shadow);
}

.join-card { display: flex; flex-direction: column; padding: var(--s6); }

.join-card h2 { font-size: var(--fs-h3); letter-spacing: var(--ls-h3); margin-bottom: var(--gap-tight); }
.join-card .ticks { margin-bottom: 0; }
.join-go { margin-top: auto; padding-top: var(--s5); }
.join-go .btn { width: 100%; justify-content: center; }
@media (min-width: 640px) { .join-go .btn { width: auto; } }

.card--lift { transition: transform .15s ease-out, box-shadow .15s ease-out; }
.card--lift:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.card--flat { box-shadow: none; background: var(--surface-alt); }
.card > h3, .card > h4 { margin-bottom: var(--gap-tight); }

.card p { color: var(--ink-2); font-size: var(--fs-base); }

.card-icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: var(--r-sm);
  margin-bottom: var(--s4);
  background: var(--chip-accent);
  color: var(--accent-text);
}
.card-icon svg { width: 24px; height: 24px; }
.card-icon--green { background: var(--chip-green); color: var(--verified-text); }

.money-flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--s3);
  align-items: stretch;
  margin-bottom: var(--s6);
}
@media (min-width: 760px) {
  .money-flow { grid-template-columns: 1fr auto 1fr auto 1fr; gap: var(--s4); }
}

.mf-step {
  display: flex; flex-direction: column; gap: 6px;
  padding: var(--s5);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  background: var(--surface);
  text-align: center;
}

.mf-step--keep { border-color: transparent; background: var(--chip-green); }

.mf-big {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800; line-height: 1;
  letter-spacing: -.02em;
  color: var(--accent-text);
}
.mf-step--keep .mf-big { color: var(--verified-text); }
.mf-big small { font-size: .42em; font-weight: 700; letter-spacing: 0; }

.mf-lab { font-size: .95rem; font-weight: 600; color: var(--ink); }
.mf-sub { font-size: .85rem; color: var(--ink-2); }

.mf-arrow {
  display: grid; place-items: center;
  color: var(--ink-3);
  transform: rotate(90deg);
}
@media (min-width: 760px) { .mf-arrow { transform: none; } }
.mf-arrow svg { width: 20px; height: 20px; }

.tok-cell { display: flex; align-items: center; gap: var(--s3); }
.tok-bar {
  flex: 1; min-width: 46px; height: 8px;
  border-radius: 999px;
  background: var(--sunken);
  overflow: hidden;
}
.tok-bar i { display: block; height: 100%; border-radius: 999px; background: var(--accent); }
.tok-num { flex: none; font-variant-numeric: tabular-nums; }

.size-ladder {
  display: grid; gap: var(--s3);
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  margin-top: var(--s4);
}
.size-tile {
  border: 1px solid var(--hairline); border-radius: var(--r-md);
  background: var(--surface); padding: var(--s4);
}
.size-when {
  font-size: 1.05rem; font-weight: 800; color: var(--accent-text);
  display: block; margin-bottom: 2px;
}
.size-eg { font-size: .9rem; color: var(--ink-2); }

.vs-bars { display: grid; gap: var(--s3); margin-top: var(--s4); }
.vs-row { display: grid; grid-template-columns: 1fr; gap: 4px; }
.vs-head { display: flex; justify-content: space-between; gap: var(--s3); font-size: .92rem; }
.vs-head b { font-variant-numeric: tabular-nums; }
.vs-track { height: 14px; border-radius: 999px; background: var(--sunken); overflow: hidden; }
.vs-track i { display: block; height: 100%; border-radius: 999px; background: var(--ink-3); }
.vs-row--ours .vs-track i { background: var(--verified); }
.vs-row--ours .vs-head b { color: var(--verified-text); }

.can-pair {
  display: grid; gap: var(--s4);
  grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr));
  margin-top: var(--s5);
}
.can {
  border: 1px solid var(--hairline); border-radius: var(--r-md);
  background: var(--surface); padding: var(--s5);
}
.can h3 { display: flex; align-items: center; gap: var(--s2); margin: 0 0 var(--s3); }
.can h3 svg { width: 20px; height: 20px; flex: none; }
.can ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s2); }
.can li {
  display: flex; align-items: flex-start; gap: var(--s2);
  font-weight: 600; color: var(--ink);
}
.can li::before {
  content: ""; flex: none; margin-top: .55em;
  width: 6px; height: 6px; border-radius: 999px; background: currentColor;
}
.can--yes { background: var(--chip-green); border-color: transparent; }
.can--yes h3 { color: var(--verified-text); }
.can--yes li { color: var(--verified-text); }
.can--no h3 { color: var(--ink-2); }
.can--no li { color: var(--ink-2); font-weight: 500; }

.step { position: relative; }
.step-no {
  display: grid; place-items: center;
  width: 34px; height: 34px;
  border-radius: 999px;
  background: var(--chip-accent);
  color: var(--accent-text);
  font-size: 0.92rem; font-weight: 800;
  margin-bottom: var(--s4);
}

.ticks { list-style: none; padding: 0; }
.ticks li {
  display: flex; gap: var(--s3);
  align-items: flex-start;
  margin-bottom: var(--s3);
  color: var(--ink-2);
}
.ticks svg { width: 21px; height: 21px; flex: none; margin-top: 3px; color: var(--verified-text); }
.ticks strong { color: var(--ink); font-weight: 700; }

.vs { margin-top: var(--s5); }
.vs-table {
  width: 100%; border-collapse: collapse; min-width: 34rem;
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); overflow: hidden;
}

.vs { overflow-x: auto; }
.vs-caption { caption-side: top; text-align: left; padding: 0 0 var(--s3); color: var(--ink-3); font-size: .85rem; }
.vs-table th, .vs-table td { padding: var(--s4); text-align: left; vertical-align: top; border-top: 1px solid var(--hairline); }
.vs-table thead th { border-top: 0; padding-bottom: var(--s3); }
.vs-table tbody th { font-weight: 600; color: var(--ink-2); font-size: .92rem; width: 30%; }
.vs-table td b { display: block; font-size: 1.02rem; }
.vs-table td span { display: block; margin-top: 3px; font-size: .84rem; color: var(--ink-3); }
.vs-h { font-size: .96rem; font-weight: 800; }
.vs-us { color: var(--accent-text); }

.vs-us-cell { background: var(--chip-accent); }
.vs-note { margin-top: var(--s3); }

.opens { text-align: center; }

.opens-title { margin: var(--gap-tight) 0 var(--gap-item); }
.opens-clock { justify-content: center; margin-bottom: var(--s4); }
.opens-sub { max-width: 46ch; margin: 0 auto; color: var(--ink-2); }
.opens-actions {
  display: flex; gap: var(--s3); justify-content: center; flex-wrap: wrap;
  margin-top: var(--s5);
}
@media (max-width: 480px) { .opens-actions .btn { width: 100%; justify-content: center; } }

.step-n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; margin-bottom: var(--s2);
  border-radius: 999px; background: var(--chip-accent); color: var(--accent-text);
  font-size: .82rem; font-weight: 800; font-variant-numeric: tabular-nums;
}

.launch-strip {
  display: flex; align-items: center; gap: var(--s5); flex-wrap: wrap;
  margin-bottom: var(--s7); padding: var(--s5);
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: var(--r-lg);
  text-decoration: none; color: var(--ink);
  transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out);
}
.launch-strip:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }

.launch-clock { display: flex; gap: var(--s4); flex: none; }
.launch-unit { display: flex; flex-direction: column; align-items: center; min-width: 2.9rem; }
.launch-unit b {
  font-size: 2rem; font-weight: 800; line-height: 1; letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums; color: var(--accent-text);
}
.launch-unit span {
  font-size: .68rem; letter-spacing: .07em; text-transform: uppercase;

  color: var(--ink-2); margin-top: 5px;
}

.launch-copy { display: flex; flex-direction: column; gap: 3px; min-width: 15rem; flex: 1 1 20rem; }
.launch-copy strong { font-size: 1.12rem; font-weight: 700; }
.launch-sub { color: var(--ink-2); font-size: .93rem; }

.launch-cta { flex: none; }

@media (max-width: 620px) {
  .launch-strip { gap: var(--s4); padding: var(--s4); }
  .launch-cta { width: 100%; justify-content: center; }
}

.promo-bar {
  display: flex; align-items: center; justify-content: center; gap: var(--s2);
  background: var(--btn-bg); color: var(--btn-ink);
  padding-inline: var(--s3);
}
.promo-bar[hidden] { display: none; }

.promo-bar :focus-visible { outline-color: var(--btn-ink); }

.promo-msg {
  display: flex; align-items: center; justify-content: center; gap: var(--s3);
  flex-wrap: wrap; min-width: 0;
  color: inherit; text-decoration: none;
  padding: 11px 0; font-size: .93rem; line-height: 1.3;
}
.promo-msg:hover .promo-arrow { transform: translateX(3px); }

.plan-badge {
  display: inline-block; align-self: flex-start; margin-bottom: var(--s2);
  background: var(--chip-accent); color: var(--accent-text);
  font-size: .78rem; font-weight: 600; padding: 3px 10px; border-radius: 999px;
}

.promo-tag {
  flex: none;
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;

  background: var(--btn-ink);
  color: var(--btn-bg);
  padding: 3px 9px; border-radius: 999px;
}
.promo-text b { font-weight: 700; }
.promo-count { opacity: .82; }
.promo-arrow { width: 17px; height: 17px; flex: none; transition: transform .18s var(--ease-out); }

.promo-x {
  flex: none; display: grid; place-items: center;
  width: 44px; height: 44px; padding: 7px; margin-left: 0;
  box-sizing: border-box;
  border: 0; border-radius: 999px; cursor: pointer;
  background: transparent; background-clip: content-box; color: inherit; opacity: .7;
}
.promo-x:hover { opacity: 1; background: color-mix(in srgb, var(--btn-ink) 16%, transparent); }
.promo-x .ic { width: 16px; height: 16px; }

@media (max-width: 560px) {
  .promo-count { display: none; }
  .promo-msg { gap: var(--s2); font-size: .86rem; }
}

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--canvas) 88%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background-color .25s ease;
}
.site-header.is-stuck { border-bottom-color: var(--hairline); }

.header-in {
  display: flex; align-items: center; gap: var(--s4);
  min-height: 68px;
}

.brand { margin-right: auto; padding-block: 6px; }

.brand-mark {

  display: inline-block;
  width: .92em; height: auto; fill: var(--accent-text);
  vertical-align: -.1em; margin-right: .4em;
}

.wordmark {
  display: inline-block;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800; font-size: 1.24rem; letter-spacing: -0.035em;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}

.wordmark b { font-weight: 800; color: var(--accent-text); }

.wordmark--hero {
  font-size: clamp(1.8rem, 5.5vw, 2.6rem);
  margin-bottom: var(--s5);
}

.nav { display: flex; align-items: center; gap: var(--s1); }
.nav a {
  padding: 9px 14px; border-radius: 999px;
  color: var(--ink-2); text-decoration: none;
  font-size: 0.96rem; font-weight: 600;
  transition: background-color .15s ease, color .15s ease;
}
.nav a:hover { background: var(--surface-alt); color: var(--ink); }
.nav a[aria-current="page"] { color: var(--ink); background: var(--surface-alt); }

.nav a.btn--primary, .nav a.btn--primary:hover { color: var(--btn-ink); background: var(--btn-bg); }
.nav a.btn--primary:hover { background: var(--btn-bg-hover); }
.nav a.btn--ghost { color: var(--ink); }

.header-in > .nav { order: 2; }
.header-in > .header-tools { order: 3; }

.header-tools { display: flex; align-items: center; gap: var(--s2); }

@media (max-width: 400px) {
  .header-in { padding-inline: var(--s3); gap: var(--s2); }
  .header-tools { gap: 6px; }
  .brand.wordmark { font-size: 1.02rem; }
}

.icon-btn {
  display: grid; place-items: center;

  width: 44px; height: 44px;
  border-radius: 999px;
  background: transparent;
  border: 1.5px solid var(--hairline);
  color: var(--ink);
  cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease;
}
.icon-btn:hover { background: var(--surface-alt); }
.icon-btn svg { width: 20px; height: 20px; }

.theme-toggle .icon-moon { display: none; }
html[data-theme="dark"] .theme-toggle .icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle .icon-moon { display: block; }

.header-cta { flex: none; }

.menu-btn { display: none; }
.menu-btn .icon-close { display: none; }
.menu-btn[aria-expanded="true"] .icon-open { display: none; }
.menu-btn[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 520px) {

  .header-cta-full { display: none; }
}

@media (max-width: 900px) {
  .menu-btn { display: grid; }
  .nav {
    display: none;
    position: absolute; left: var(--s4); right: var(--s4); top: calc(100% + 8px);
    flex-direction: column; align-items: stretch;
    padding: var(--s3);
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-lift);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 16px; border-radius: var(--r-sm); font-size: 1.02rem; }
  .header-in { position: relative; }
  .nav .btn { margin-top: var(--s2); }
}

.hero { padding-block: clamp(var(--s7), 6vw, var(--s9)) clamp(var(--s7), 6vw, var(--s8)); position: relative; overflow: hidden; }

.hero > * { position: relative; }

.hero h1 { max-width: 15ch; }

.hero h1 b { color: var(--accent-text); font-weight: inherit; }
.hero .lede { max-width: 54ch; font-size: clamp(1.1rem, 1rem + 0.5vw, 1.3rem); }

.quick-post {
  max-width: 560px;
  margin-top: var(--s6);
  padding: var(--s5);
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lift);
}

.qp-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: var(--s3);
}

.qp-row { display: flex; gap: var(--s2); flex-wrap: wrap; }

.qp-input {
  flex: 1 1 260px;
  min-width: 0;
  padding: 13px 15px;
  font: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
}
.qp-input::placeholder { color: var(--ink-3); }

.qp-error {
  flex: 1 0 100%;
  margin: var(--s2) 0 0;
  font-size: .9rem;
  line-height: 1.45;
  color: var(--danger);
}
.qp-error[hidden] { display: none; }
.qp-input:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  border-color: transparent;
}
.qp-input[aria-invalid="true"] { border-color: var(--danger); }

.qp-go { flex: 0 0 auto; }

.qp-more { margin-top: var(--s4); }
.qp-pair { display: grid; gap: var(--s3); }
@media (min-width: 480px) { .qp-pair { grid-template-columns: 1fr 1fr; } }

.qp-sub {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-2);
}

.qp-select {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 13px;
  font: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--canvas);
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
}
.qp-select:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }

.qp-combo { position: relative; display: block; }
.qp-combo-input::placeholder { color: var(--ink-3); }
.qp-combo-list {
  position: absolute; z-index: 30; top: calc(100% + 4px); left: 0; right: 0;
  margin: 0; padding: 4px; list-style: none; max-height: 15rem; overflow-y: auto;
  font-weight: 400;
  background: var(--canvas); border: 1px solid var(--hairline);
  border-radius: var(--r-sm); box-shadow: var(--shadow-lift);
  overscroll-behavior: contain;
}
.qp-combo-opt {
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--s3);
  padding: 9px 10px; border-radius: 6px; cursor: pointer;
  font-size: 0.92rem; color: var(--ink);
}
.qp-combo-opt.is-active { background: var(--chip-accent); }
.qp-combo-name b { font-weight: 800; color: var(--accent-text); }
.qp-combo-note { font-size: 0.76rem; color: var(--ink-3); white-space: nowrap; }
.qp-combo-empty { padding: 10px; font-size: 0.84rem; color: var(--ink-2); line-height: 1.45; }

.qp-reach {
  margin: var(--s3) 0 0;
  font-size: 0.88rem;
  color: var(--verified-text);
}

.demo-banner {
  background: var(--chip-amber);
  border-bottom: 1px solid var(--hairline);
  padding: var(--s3) var(--s5);
  font-size: 0.9rem;
  color: var(--ink);
  text-align: center;
}
.demo-banner b { font-weight: 800; }

.demo-grid { display: grid; gap: var(--s3); margin-top: var(--s5); }
@media (min-width: 600px) { .demo-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .demo-grid { grid-template-columns: repeat(3, 1fr); } }
.demo-card { display: flex; align-items: center; gap: var(--s3); padding: var(--s3) var(--s4); }
.demo-card > span { display: grid; min-width: 0; }
.demo-card b { font-size: 1rem; }
.demo-card .muted { font-size: 0.82rem; }

.tl-avatar {
  position: relative; flex: none;
  width: var(--size, 44px); height: var(--size, 44px); border-radius: 999px;
  display: grid; place-items: center; overflow: hidden;
  background: color-mix(in srgb, var(--hue) var(--tint), var(--canvas));
  color: var(--hue); font-weight: 800; font-size: calc(var(--size, 44px) * .36);
  letter-spacing: -0.02em;
}
.tl-avatar img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.tl-avatar--lg { box-shadow: var(--shadow); }

.pro-head { display: flex; align-items: flex-start; gap: var(--s4); }
.pro-head-main { flex: 1 1 auto; min-width: 0; }
.pro-name-row { display: flex; align-items: center; flex-wrap: wrap; gap: var(--s2); }
.pro-name-row h1 { margin: 0; font-size: clamp(1.4rem, 4.4vw, 1.9rem); letter-spacing: -0.03em; }
.pro-sub { margin: var(--s2) 0 0; font-size: 0.86rem; color: var(--ink-2); }

.pro-badge {
  display: inline-flex; align-items: center; gap: 4px; white-space: nowrap;
  padding: 3px 9px; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
  background: var(--chip-green); color: var(--verified-text);
}
.pro-rating-chip {
  display: inline-flex; align-items: center; gap: 4px; white-space: nowrap;
  padding: 3px 9px; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
  background: var(--amber-wash, rgba(201,138,14,.14)); color: var(--amber-text, #8A5D00);
}

.pro-head { flex-direction: row-reverse; }

.pro-where {
  display: flex; align-items: center; gap: 5px;
  margin: 4px 0 0; font-size: 0.8rem; color: var(--ink-3);
}
.pro-where .ic { width: 14px; height: 14px; flex: none; }

.pro-rating {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  margin: 6px 0 0; font-size: 0.8rem; color: var(--ink-2);
}
.pro-stars { color: var(--amber-text, #C98A0E); letter-spacing: 1px; }
.pro-dot { color: var(--ink-3); }

.facts {
  margin: var(--s3) 0 0; border: 1px solid var(--hairline); border-radius: var(--r-md);
  background: var(--surface); overflow: hidden;
}
.fact {
  display: flex; align-items: baseline; justify-content: space-between; gap: var(--s3);
  padding: var(--s3) var(--s4); border-top: 1px solid var(--hairline);
}
.fact:first-child { border-top: 0; }
.fact span { font-size: 0.82rem; color: var(--ink-2); }
.fact b { font-size: 0.86rem; text-align: right; }

.pro-pricing { margin-top: var(--s3); max-width: var(--measure); }

.pro-privacy, .pro-safety {
  display: flex; align-items: flex-start; gap: var(--s2);
  margin-top: var(--s3); padding: var(--s3) var(--s4); border-radius: var(--r-md);
}
.pro-privacy { background: var(--chip-green); }
.pro-safety  { background: var(--chip-accent); align-items: center; margin-top: var(--s5); }
.pro-privacy .ic { width: 15px; height: 15px; flex: none; margin-top: 2px; color: var(--verified); }
.pro-safety .ic  { width: 17px; height: 17px; flex: none; color: var(--accent); }
.pro-privacy p { margin: 0; max-width: var(--measure); }
.pro-safety span { font-size: 0.84rem; color: var(--ink-2); }

.shots {
  display: grid; gap: var(--s2); margin-top: var(--s3);
  grid-template-columns: repeat(auto-fill, minmax(min(96px, 100%), 1fr));
}
.shot { margin: 0; }
.shot img, .shot-blank {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  border-radius: var(--r-sm); border: 1px solid var(--hairline); display: block;
}
.shot-blank { background: var(--surface-alt); }
.shot figcaption { margin-top: 4px; font-size: 0.72rem; color: var(--ink-3); }

.hours {
  margin-top: var(--s3); border: 1px solid var(--hairline); border-radius: var(--r-md);
  background: var(--surface); overflow: hidden;
}
.hour {
  display: flex; align-items: center; justify-content: space-between;
  padding: var(--s2) var(--s4); border-top: 1px solid var(--hairline); font-size: 0.86rem;
}
.hour:first-child { border-top: 0; }
.hour span { color: var(--ink); }
.hour b { font-weight: 500; color: var(--ink-2); }
.hour--shut b { color: var(--ink-3); }

.pro-counts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3);
  margin-top: var(--s5);
}
.pro-counts b { display: block; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.03em; }
.pro-counts span { display: block; margin-top: 2px; font-size: 0.74rem; color: var(--ink-2); }

.pro-headline { margin-top: var(--s5); }
.pro-headline b { font-size: clamp(2rem, 8vw, 2.6rem); font-weight: 800; letter-spacing: -0.04em; }
.pro-headline-star { margin-left: 6px; font-size: 1.3rem; color: var(--amber-text, #C98A0E); }
.pro-headline p { margin: var(--s2) 0 0; max-width: 44ch; }

.btn--dark { background: var(--ink); color: var(--surface); border-color: var(--ink); }
.btn--dark:hover { background: var(--ink-2); border-color: var(--ink-2); color: var(--surface); }
.btn--full { display: flex; width: 100%; }

.pro-actions { display: flex; flex-wrap: wrap; gap: var(--s3); }
.pro-actions > .btn { flex: 1 1 14rem; }
.pro-share .ic { width: 17px; height: 17px; }

.pro-share.is-done { color: var(--verified-text); border-color: var(--verified); }
.pro-share.is-failed { color: var(--ink-2); }

.pro-reply { margin: var(--s3) 0 0; text-align: center; font-size: 0.8rem; color: var(--ink-2); }

.pro-tabs { display: flex; gap: var(--s5); margin-top: var(--s6);
            border-bottom: 1px solid var(--hairline); }
.pro-tabs a {
  padding: var(--s3) 0; text-decoration: none; font-weight: 700; font-size: 0.92rem;
  color: var(--ink-2); border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.pro-tabs a.is-on { color: var(--ink); border-bottom-color: var(--accent); }
.pro-tabs a:hover { color: var(--ink); }

.reviews-more { margin-top: var(--s4); }
.reviews-more > summary {
  list-style: none; cursor: pointer; text-align: center;
  padding: var(--s4); border-radius: var(--r-md);
  background: var(--surface-2, var(--surface)); border: 1px solid var(--hairline);
  font-weight: 700; font-size: 0.9rem;
}
.reviews-more > summary::-webkit-details-marker { display: none; }
.reviews-more > summary:hover { border-color: var(--accent); }
.reviews-more[open] > summary { margin-bottom: var(--s4); }

.pro-id { display: flex; align-items: center; gap: var(--s4); }
.pro-id h1 { margin: 0; }
.pro-id .eyebrow { margin-bottom: var(--s1); }

.crumbs {
  max-width: var(--wrap, 1180px); margin-inline: auto;
  padding: var(--s4) var(--s5) 0; font-size: 0.85rem; color: var(--ink-2);
}
.crumbs a { color: var(--ink-2); display: inline-block; padding-block: 8px; }
.crumbs span { color: var(--ink); font-weight: 600; }

.pro-stats {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: var(--hairline); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); overflow: hidden; margin-top: var(--s5); max-width: 620px;
}
@media (min-width: 560px) { .pro-stats { grid-template-columns: repeat(4, 1fr); } }
.pro-stats > div { background: var(--surface); padding: var(--s4) var(--s3); text-align: center; }
.pro-stats b { display: block; font-size: 1.45rem; font-weight: 800; letter-spacing: -0.02em;
               font-variant-numeric: tabular-nums; }
.pro-stats span { display: block; margin-top: 2px; font-size: 0.76rem; color: var(--ink-2); }

.browse-grid { display: grid; gap: var(--s2); margin: var(--s3) 0 var(--s6); }
@media (min-width: 700px) { .browse-grid { grid-template-columns: 1fr 1fr; } }
.browse-card { display: flex; align-items: center; gap: var(--s3); padding: var(--s3) var(--s4); }
.browse-main { display: grid; min-width: 0; }
.browse-main b { font-size: 1rem; }
.browse-meta { font-size: 0.82rem; color: var(--ink-2); }

.chk-row { display: flex; flex-wrap: wrap; gap: var(--s2); margin: var(--s3) 0; }
.chk {
  font-size: 0.82rem; font-weight: 600; padding: 5px 11px; border-radius: 999px;
  border: 1px solid var(--hairline); white-space: nowrap;
}
.chk--yes { background: var(--chip-green); color: var(--verified-text); border-color: transparent; }
.chk--yes::before { content: "\2713\00a0"; font-weight: 800; }
.chk b { font-weight: 700; font-variant-numeric: tabular-nums; }

.projects { display: grid; gap: var(--s4); grid-template-columns: 1fr; margin: var(--s4) 0; }
@media (min-width: 560px) { .projects { grid-template-columns: 1fr 1fr; } }
.project { margin: 0; background: var(--surface); border: 1px solid var(--hairline);
           border-radius: var(--r-md); overflow: hidden; }
.project img, .project-blank { display: block; width: 100%; aspect-ratio: 4 / 3;
                               object-fit: cover; background: var(--surface-alt); }
.project figcaption { padding: var(--s3) var(--s4); font-size: 0.9rem; color: var(--ink-2); }

.rate-sum {
  display: grid; gap: var(--s4); margin: var(--s4) 0 0;
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--r-md); padding: var(--s4) var(--s5);
}
@media (min-width: 620px) {
  .rate-sum { grid-template-columns: minmax(0, 8rem) 1fr; align-items: start; gap: var(--s5); }
}
.rate-big { text-align: center; display: grid; gap: 2px; align-content: start; }
.rate-big b { font-size: 2.9rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1;
              font-variant-numeric: tabular-nums; }
.rate-stars { color: var(--amber-text); letter-spacing: 2px; font-size: 0.95rem; }
.rate-count { font-size: 0.78rem; color: var(--ink-2); }
.rate-cols { display: grid; gap: var(--s4); min-width: 0; }
@media (min-width: 860px) { .rate-cols { grid-template-columns: 1fr 1fr; gap: var(--s5); } }
.rate-sum ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; align-content: start; }
.rate-sum li {
  display: grid; grid-template-columns: 7.4rem minmax(0, 1fr) 2rem;
  align-items: center; gap: var(--s2); font-size: 0.8rem; color: var(--ink-2);
}
.rate-sum li i { display: block; height: 8px; border-radius: 999px; background: var(--surface-alt); }
.rate-sum li u { display: block; height: 100%; border-radius: 999px; background: var(--amber);
                 text-decoration: none; }
.rate-sum li b { text-align: right; color: var(--ink); font-weight: 700;
                 font-variant-numeric: tabular-nums; }

.reviews { list-style: none; padding: 0; margin: var(--s4) 0 0; display: grid; gap: var(--s3); }
.reviews .review { display: block; background: var(--surface); border: 1px solid var(--hairline);
                   border-radius: var(--r-md); padding: var(--s4); }
.reviews .review-stars { display: inline; color: var(--amber-text); letter-spacing: 1px; }
.reviews .review-date { font-size: 0.78rem; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.reviews .review-job { margin: var(--s2) 0 var(--s2); font-weight: 700; font-size: 0.92rem; }
.reviews .review p { margin: 0; color: var(--ink-2); }
.reviews .review-head { display: flex; align-items: center; gap: var(--s3); margin-bottom: var(--s3); }
.reviews .review-who { flex: 1; min-width: 0; display: grid; }
.reviews .review-who b { font-size: 0.95rem; }

.hero-grid {
  display: grid; gap: clamp(var(--s6), 5vw, var(--s8));
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 940px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; }
}

.trades { display: grid; gap: var(--s3); grid-template-columns: repeat(auto-fill, minmax(min(158px, 100%), 1fr)); }

.trade {
  display: flex; align-items: center; gap: var(--s3);
  padding: var(--s3) var(--s4) var(--s3) var(--s3);
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  color: var(--ink);
  font-weight: 700; font-size: 0.97rem;
  text-decoration: none;
  transition: transform .15s ease-out, box-shadow .15s ease-out, border-color .15s ease-out;
}
.trade:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--ink); }

.trade-chip {
  display: grid; place-items: center;
  width: 40px; height: 40px; flex: none;
  border-radius: var(--r-sm);
  background: color-mix(in srgb, var(--hue) var(--tint), transparent);
  color: var(--hue);
}
.trade-chip svg { width: 22px; height: 22px; }

.t-plumber   { --hue: var(--sky); }
.t-builder   { --hue: var(--clay); }
.t-cleaner   { --hue: var(--aqua); }
.t-assembly  { --hue: var(--lavender); }
.t-moving    { --hue: var(--peach); }
.t-electric  { --hue: var(--butter); }
.t-painter   { --hue: var(--rose); }
.t-garden    { --hue: var(--sage); }
.t-appliance { --hue: var(--mint); }
.t-rubbish   { --hue: var(--sand); }
.t-mechanic  { --hue: var(--lilac); }
.t-sidequest { --hue: var(--coral); }

.shield-badge {
  display: inline-flex; align-items: center; gap: var(--s2);
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  background: var(--chip-green);
  color: var(--verified-text);
  font-weight: 700; font-size: 0.92rem;
}
.shield-badge svg { width: 19px; height: 19px; }

.id-orbit {
  position: relative;
  width: min(100%, 340px);
  aspect-ratio: 1;
  margin-inline: auto;
  display: grid;
  place-items: center;
}

.id-portrait {
  width: 68%;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  box-shadow: var(--shadow-lift);

  object-fit: cover;
  object-position: 50% 62%;
}

.id-orbit::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  border: 1px dashed color-mix(in srgb, var(--verified) 34%, transparent);
}

.id-mark { position: absolute; }

.id-mark--a { top: 2%;  left: 50%; transform: translateX(-50%); }
.id-mark--b { top: 50%; right: 0;  transform: translateY(-50%); }
.id-mark--c { bottom: 2%; left: 50%; transform: translateX(-50%); }
.id-mark--d { top: 50%; left: 0;   transform: translateY(-50%); }

@media (prefers-reduced-motion: no-preference) {
  .id-mark { transition: transform .3s ease; }
  .id-orbit:hover .id-mark--a { transform: translateX(-50%) translateY(-4px); }
  .id-orbit:hover .id-mark--c { transform: translateX(-50%) translateY(4px); }
  .id-orbit:hover .id-mark--b { transform: translateY(-50%) translateX(4px); }
  .id-orbit:hover .id-mark--d { transform: translateY(-50%) translateX(-4px); }
}

.phone {

  --p-canvas:#000000; --p-surface:#0C0E13; --p-alt:#161A22; --p-line:#272C36;
  --p-ink:#F2F5FA;   --p-ink2:#9AA6B8;

  --p-ink3:#707A88;
  --p-accent:#5B93FF; --p-wash:rgba(91,147,255,.22);

  --p-on-accent:#08101E;
  --p-green:#4FD18C; --p-amber:#F6C453;

  --p-chip-accent:#101A2E; --p-chip-green:#1F3833;

  position: relative;
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
  aspect-ratio: 320 / 660;
  padding: 11px;
  border-radius: 46px;
  background: linear-gradient(160deg, #3A424E, #1B2129 55%, #2C333D);
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.55), 0 2px 0 rgba(255,255,255,.06) inset;
}
.phone-screen {
  position: relative;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background: var(--p-canvas);
  color: var(--p-ink);
  font-size: 12px;
  line-height: 1.45;
  display: flex;
  flex-direction: column;
}
.phone-island {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 82px; height: 24px; border-radius: 999px;
  background: #0B0E13; z-index: 4;
}
.phone-status {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 20px 4px;
  font-size: 11px; font-weight: 700; color: var(--p-ink);
}
.phone-status .bars { display: flex; gap: 3px; align-items: flex-end; }
.phone-status .bars i { display: block; width: 3px; background: var(--p-ink); border-radius: 1px; }
.phone-status .bars i:nth-child(1){height:4px} .phone-status .bars i:nth-child(2){height:6px}
.phone-status .bars i:nth-child(3){height:8px} .phone-status .bars i:nth-child(4){height:10px}
.phone-status .batt {
  width: 20px; height: 10px; border: 1px solid var(--p-ink2); border-radius: 3px;
  position: relative; padding: 1px;
}
.phone-status .batt::after {
  content:""; display:block; height:100%; width:70%; background: var(--p-ink); border-radius: 1px;
}

.phone-body { flex: 1; overflow: hidden; padding: 6px 14px 0; }

.phone-body--bottom { display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 4px; }
.phone-title { font-size: 19px; font-weight: 800; letter-spacing: -0.02em; margin: 6px 0 1px; }
.phone-sub { font-size: 11px; color: var(--p-ink2); margin-bottom: 12px; }

.p-card {
  background: var(--p-surface);
  border: 1px solid var(--p-line);
  border-radius: 16px;
  padding: 11px 12px;
  margin-bottom: 9px;
}
.p-field {
  background: var(--p-alt);
  border: 1px solid var(--p-line);
  border-radius: 12px;
  padding: 9px 11px;
  margin-bottom: 8px;
}
.p-label { font-size: 9.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--p-ink3); margin-bottom: 3px; }
.p-value { font-weight: 700; font-size: 12.5px; }

.p-row { display: flex; align-items: center; gap: 9px; }
.p-row + .p-row { margin-top: 9px; }
.p-spread { display: flex; align-items: center; justify-content: space-between; gap: 8px; }

.p-avatar {
  width: 34px; height: 34px; flex: none; border-radius: 999px;
  display: grid; place-items: center;
  font-size: 12px; font-weight: 800;

  background: color-mix(in srgb, var(--h) 24%, var(--p-canvas));
  color: var(--h);
}
.p-avatar--sq { border-radius: 11px; }

.p-name { font-weight: 700; font-size: 12.5px; display: flex; align-items: center; gap: 4px; }
.p-name svg { width: 12px; height: 12px; color: var(--p-green); flex: none; }
.p-meta { font-size: 10.5px; color: var(--p-ink2); }

.p-chips { display: flex; gap: 5px; flex-wrap: wrap; }
.p-chip {
  padding: 5px 10px; border-radius: 999px;
  background: var(--p-alt); border: 1px solid var(--p-line);
  font-size: 10.5px; font-weight: 700; color: var(--p-ink2);
}
.p-chip--on { background: var(--p-chip-accent); border-color: transparent; color: var(--p-accent); }
.p-chip--green { background: var(--p-chip-green); border-color: transparent; color: var(--p-green); }

.p-quote { font-size: 11.5px; color: var(--p-ink2); margin: 8px 0 0; }

.p-metarow { display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.p-metarow .p-meta { display: inline-flex; align-items: center; gap: 3px; flex: none; white-space: nowrap; }
.p-metarow .p-who { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.p-metarow .p-chip { flex: none; }
.p-metarow .p-meta svg { width: 11px; height: 11px; flex: none; }

.p-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 10px; }
.p-stat {
  display: grid; gap: 1px;
  padding: 9px 8px;
  border-radius: 13px;
  background: var(--p-surface); border: 1px solid var(--p-line);
}
.p-stat b { font-size: 13px; font-weight: 800; letter-spacing: -0.02em; }
.p-stat i { font-style: normal; font-size: 8.5px; line-height: 1.2; color: var(--p-ink2); }

.p-ballpark {
  display: inline-flex; align-items: baseline; gap: 5px;
  margin-top: 9px; padding: 5px 10px; border-radius: 999px;
  background: var(--p-alt); font-size: 11px; color: var(--p-ink2);
}
.p-ballpark b { color: var(--p-ink); font-size: 12px; }

.p-toggle {
  width: 38px; height: 22px; flex: none; border-radius: 999px;
  background: var(--p-accent); position: relative;
}
.p-toggle::after {
  content:""; position: absolute; top: 2px; right: 2px;
  width: 18px; height: 18px; border-radius: 999px; background: #fff;
}
.p-toggle--off { background: var(--p-alt); }
.p-toggle--off::after { right: auto; left: 2px; background: var(--p-ink3); }

.p-btn {
  display: block; text-align: center;
  padding: 11px; border-radius: 999px;
  background: var(--p-accent); color: var(--p-on-accent);
  font-weight: 800; font-size: 12.5px;
  margin-top: 10px;
}
.p-btn--quiet { background: var(--p-alt); color: var(--p-ink2); }
button.p-btn { border: 0; width: 100%; font: inherit; cursor: pointer; }

.p-tabs {
  display: flex; justify-content: space-between;
  padding: 9px 16px 14px;
  border-top: 1px solid var(--p-line);
  background: var(--p-surface);
}
.p-tab { display: grid; justify-items: center; gap: 3px; color: var(--p-ink3); font-size: 9px; font-weight: 700; }
.p-tab svg { width: 18px; height: 18px; }
.p-tab--on { color: var(--p-accent); }

.p-bubble {
  max-width: 78%; padding: 8px 11px; border-radius: 15px;
  font-size: 11.5px; margin-bottom: 7px; line-height: 1.4;
}
.p-bubble--them { background: var(--p-surface); border: 1px solid var(--p-line); border-bottom-left-radius: 5px; }
.p-bubble--me { background: var(--p-accent); color: var(--p-on-accent); margin-left: auto; border-bottom-right-radius: 5px; font-weight: 600; }
.p-daymark { text-align: center; font-size: 10px; color: var(--p-ink3); margin: 4px 0 10px; }

.p-funnel { display: grid; gap: 7px; }
.p-funnel-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; font-size: 11px; }
.p-funnel-bar { height: 26px; border-radius: 8px; background: var(--p-wash); display: flex; align-items: center; padding-left: 9px; color: var(--p-ink); font-weight: 700; font-size: 10.5px; }
.p-funnel-row b { font-size: 12px; }

.phone-row {
  display: grid;
  gap: var(--s5);
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  align-items: start;
}

.faq { max-width: 820px; }
.faq details {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  margin-bottom: var(--s3);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: var(--s4) var(--s5);
  font-weight: 700;
  font-size: 1.03rem;
  display: flex; align-items: center; justify-content: space-between; gap: var(--s4);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  width: 11px; height: 11px; flex: none;
  border-right: 2.5px solid var(--ink-3);
  border-bottom: 2.5px solid var(--ink-3);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .18s ease-out;
}
.faq details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq details[open] summary { padding-bottom: var(--s2); }
.faq .faq-body { padding: 0 var(--s5) var(--s5); color: var(--ink-2); }

.faq .faq-body p { font-size: var(--fs-base); }

.pill-row { display: flex; flex-wrap: wrap; gap: var(--s2); }
.pill {
  padding: 9px 15px; border-radius: 999px;
  background: var(--surface-alt); border: 1px solid var(--hairline);
  font-size: 0.88rem; font-weight: 700; color: var(--ink-2);
}
.pill--accent { background: var(--chip-accent); border-color: transparent; color: var(--accent-text); }

.stat-row { display: grid; gap: var(--s4); grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr)); }
.stat { padding: var(--s5); border-radius: var(--r-lg); background: var(--surface); border: 1px solid var(--hairline); }
.stat b { display: block; font-size: 1.45rem; letter-spacing: -0.02em; }
.stat span { color: var(--ink-2); font-size: 0.92rem; }

.timeline { list-style: none; padding: 0; margin: 0; max-width: var(--measure); }
.timeline li {
  position: relative;
  padding: 0 0 var(--s6) var(--s7);
  margin: 0;
}
.timeline li::before {
  content: "";
  position: absolute; left: 13px; top: 26px; bottom: 0;
  width: 2px; background: var(--hairline);
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline .dot {
  position: absolute; left: 0; top: 3px;
  width: 28px; height: 28px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--chip-accent); color: var(--accent-text);
  font-size: 0.8rem; font-weight: 800;
}
.timeline h3 { margin-bottom: var(--s1); }
.timeline p { color: var(--ink-2); }

.callout {
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  background: var(--surface-alt);
  padding: var(--s5);
}

.callout--accent { background: var(--chip-accent); border-color: transparent; }
.callout h3 { margin-bottom: var(--s2); }

.contact-card { display: flex; flex-wrap: wrap; gap: var(--s5); }
.contact-card > div { flex: 1 1 220px; }

.contact-card .eyebrow { display: block; }
.contact-card a,
.contact-card .soon { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.01em; }
.contact-card a { display: inline-block; padding-block: 9px; }

.contact-card .soon { display: block; color: var(--ink-2); }

.cta-band { text-align: center; }
.cta-band .btn-row { justify-content: center; }
.cta-band p { margin-inline: auto; }

.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--hairline);

  padding-block: var(--gap-band-tight) var(--gap-group);
}
.footer-grid {
  display: grid; gap: var(--gap-group);
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  margin-bottom: var(--gap-block);
}
.footer-grid h3 { margin-bottom: var(--s3); font-size: 0.8rem; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-2); }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 0; }

.footer-grid a {
  display: block; padding: 9px 0;
  color: var(--ink-2); text-decoration: none; font-size: 0.96rem;
}
.footer-grid a:hover { color: var(--ink); text-decoration: underline; }

.footer-grid ul { margin-top: -9px; }
.footer-brand p { font-size: 0.94rem; color: var(--ink-2); max-width: 34ch; margin-top: var(--s3); }

.footer-base a { display: inline-block; padding: 10px 0; }

.footer-base {
  display: flex; flex-wrap: wrap; gap: var(--s4);
  justify-content: space-between; align-items: center;
  padding-top: var(--s5);
  border-top: 1px solid var(--hairline);
  color: var(--ink-2); font-size: 0.88rem;
}

.figures {
  display: grid; gap: var(--s3);
  grid-template-columns: repeat(auto-fit, minmax(min(148px, 100%), 1fr));
}
.figure {
  padding: var(--s5) var(--s4);
  border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--hairline);
  text-align: center;
}
.figure b {
  display: block;
  font-size: clamp(1.5rem, 1.2rem + 1vw, 1.95rem);
  line-height: 1.05; letter-spacing: -0.035em;
  color: var(--ink); font-variant-numeric: tabular-nums;
}
.figure span {
  display: block; margin-top: 6px;
  font-size: 0.88rem; line-height: 1.35; color: var(--ink-2);
}
.figure--accent b { color: var(--accent-text); }
.figure--green b { color: var(--verified-text); }

.flow {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: var(--s4);
  grid-template-columns: repeat(auto-fit, minmax(min(190px, 100%), 1fr));
  counter-reset: flow;
}
.flow li {
  position: relative; margin: 0;
  padding: var(--s5) var(--s4) var(--s4);
  border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--hairline);
}
.flow li::before {
  counter-increment: flow; content: counter(flow);
  position: absolute; top: calc(-1 * var(--s3)); left: var(--s4);
  width: 32px; height: 32px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--btn-bg); color: var(--btn-ink);
  font-weight: 800; font-size: 0.94rem;
}
.flow h3 { font-size: 1rem; margin: 0 0 4px; }
.flow p { margin: 0; font-size: 0.92rem; color: var(--ink-2); }

.compare-wrap { overflow-x: auto; margin-top: var(--s5); }
.compare {
  width: 100%; min-width: 460px;
  border-collapse: collapse; font-size: 0.95rem;
}
.compare th, .compare td {
  padding: var(--s3) var(--s4);
  border-bottom: 1px solid var(--hairline);
  text-align: left; vertical-align: top;
}
.compare thead th {
  font-size: 1.02rem; color: var(--ink);
  border-bottom-width: 2px;
}
.compare tbody th { color: var(--ink-2); font-weight: 600; width: 34%; }
.compare td { color: var(--ink); font-weight: 600; }
.compare .is-premium { background: var(--accent-wash); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }

.compare .off {
  display: block; margin-top: 2px; font-weight: 600; font-size: .78rem;
  color: var(--accent); letter-spacing: .01em;
}
.compare-head { display: flex; align-items: center; gap: var(--s2); }
.compare-head svg { width: 20px; height: 20px; flex: none; color: var(--amber); }

.plan-slots {
  margin: 0 0 var(--s3);
  padding-top: var(--s3);
  border-top: 1px solid var(--hairline);
  color: var(--ink-2);
  font-size: 0.95rem;
}
.plan-slots b {
  color: var(--accent-text);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  margin-right: 4px;
}

.plan-sizes {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: calc(var(--s3) * -1 + 2px) 0 var(--s3);
  color: var(--ink-2);
  font-size: 0.85rem;
  letter-spacing: 0.01em;
}
.ic-size {
  width: 14px;
  height: 14px;
  flex: none;
  color: var(--verified);
}

.pricetag { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin: var(--s3) 0; }
.pricetag b { font-size: 2.1rem; letter-spacing: -0.035em; line-height: 1; }
.pricetag span { color: var(--ink-2); font-size: 0.95rem; }

.points { list-style: none; padding: 0; margin: var(--s4) 0 0;
          display: grid; gap: var(--s2); }
.points li {
  display: flex; align-items: center; gap: var(--s3);
  margin: 0; padding: var(--s3) var(--s4);
  border-radius: var(--r-md); background: var(--surface-alt);
  font-size: 0.95rem; color: var(--ink);
}
.points svg { width: 20px; height: 20px; flex: none; color: var(--accent-text); }
.points--green svg { color: var(--verified-text); }

.hero--photo { position: relative; isolation: isolate; overflow: hidden; }

.hero-photo {
  position: absolute; inset: 0; z-index: -2;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 62% 55%;
}

.hero--photo::after {
  content: ""; position: absolute; inset: 0; z-index: -1;

  background: linear-gradient(
    98deg,
    var(--canvas) 0%,
    var(--canvas) 56%,
    color-mix(in srgb, var(--canvas) 88%, transparent) 74%,
    color-mix(in srgb, var(--canvas) 62%, transparent) 100%);
}

@media (max-width: 900px) {
  .hero--photo::after {

    background: linear-gradient(
      180deg,
      var(--canvas) 0%,
      color-mix(in srgb, var(--canvas) 96%, transparent) 60%,
      color-mix(in srgb, var(--canvas) 88%, transparent) 100%);
  }
  .hero-photo { object-position: 60% 40%; }
}

.media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow);
  background: var(--surface-alt);
  aspect-ratio: 3 / 2;
}
.media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

html[data-theme="dark"] .media img { filter: brightness(.88) saturate(.95); }

button.media {
  display: block; width: 100%; padding: 0;
  font: inherit; color: inherit; cursor: zoom-in;
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease-out;
}
button.media img { transition: transform .5s cubic-bezier(.16,1,.3,1); }
button.media:hover img,
button.media:focus-visible img { transform: scale(1.045); }
button.media:hover { box-shadow: var(--shadow-lift); }
button.media:active { transform: scale(.994); }

.media-cue {
  position: absolute; right: var(--s3); bottom: var(--s3); z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  background: color-mix(in srgb, var(--canvas) 88%, transparent);
  border: 1px solid var(--hairline);
  color: var(--ink); font-size: .8rem; font-weight: 700;
  backdrop-filter: blur(8px);
  opacity: 0; transform: translateY(4px);
  transition: opacity .2s ease-out, transform .2s ease-out;
}
button.media:hover .media-cue,
button.media:focus-visible .media-cue { opacity: 1; transform: none; }

@media (hover: none) { .media-cue { opacity: 1; transform: none; } }
.media-cue svg { width: 15px; height: 15px; }

.lightbox {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center;
  padding: clamp(var(--s4), 4vw, var(--s7));
  background: color-mix(in srgb, var(--canvas) 82%, transparent);
  backdrop-filter: blur(14px) saturate(120%);
  animation: lb-in .18s ease-out both;
}
.lightbox img {
  max-width: min(1200px, 100%); max-height: 100%;
  width: auto; height: auto;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lift);
  animation: lb-rise .28s cubic-bezier(.16,1,.3,1) both;
}
.lightbox-cap {
  position: absolute; left: 0; right: 0; bottom: max(var(--s4), env(safe-area-inset-bottom));
  margin-inline: auto; max-width: 62ch; padding: 0 var(--s5);
  text-align: center; color: var(--ink-2); font-size: .92rem;
}
.lightbox-close {
  position: absolute; top: var(--s4); right: var(--s4);
  width: 46px; height: 46px; border-radius: 999px;
  display: grid; place-items: center;
  background: var(--surface); color: var(--ink);
  border: 1px solid var(--hairline); box-shadow: var(--shadow);
  cursor: pointer;
}
.lightbox-close:hover { background: var(--surface-alt); }
.lightbox.is-going { animation: lb-out .16s ease-in both; }

@keyframes lb-in   { from { opacity: 0 } to { opacity: 1 } }
@keyframes lb-out  { from { opacity: 1 } to { opacity: 0 } }
@keyframes lb-rise { from { opacity: 0; transform: translateY(10px) scale(.985) } to { opacity: 1; transform: none } }

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .hero-photo {
      animation: hero-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
      will-change: transform;
    }
    @keyframes hero-drift {
      from { transform: scale(1.1) translateY(-1.8%); }
      to   { transform: scale(1.1) translateY(2.4%); }
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  button.media, button.media img, .media-cue { transition: none; }
  button.media:hover img, button.media:focus-visible img { transform: none; }
  .lightbox, .lightbox img { animation: none; }
}

p, li, figcaption, dd { text-wrap: pretty; }

a[href^="tel:"] { white-space: nowrap; }

.pricetag b, .compare td, .figure b { font-variant-numeric: tabular-nums; }

.btn:active { transform: scale(.975); transition-duration: .06s; }
.trade:active, .card--tap:active { transform: scale(.99); }

.card { display: flex; flex-direction: column; }
.card > .btn:last-child { margin-top: auto; align-self: flex-start; }

.card > p:last-of-type { margin-bottom: var(--s4); }

a.browse-card, a.demo-card { flex-direction: row; text-decoration: none; }
a.browse-card b, a.demo-card b { color: var(--ink); }

.pricetag { min-height: 2.6rem; align-items: baseline; }

body::after {
  content: "";
  position: fixed; inset: 0; z-index: 1;
  pointer-events: none;
  opacity: .022;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}
html[data-theme="dark"] body::after { opacity: .035; }
@media (prefers-reduced-motion: reduce) { body::after { display: none; } }

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .55s cubic-bezier(.22,.61,.36,1),
              transform .55s cubic-bezier(.22,.61,.36,1);
  transition-delay: calc(var(--i, 0) * 60ms);
}
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .btn:hover, .card--lift:hover, .trade:hover { transform: none; }
}

.no-js .reveal { opacity: 1; transform: none; }

@media print {
  .site-header, .phone, .cta-band { display: none; }
  body { background: #fff; color: #000; }
}

section[id], div[id], ol[id], details[id] { scroll-margin-top: var(--anchor-top, 92px); }
main.has-subnav { --anchor-top: 142px; }

.subnav {
  position: sticky; top: 68px; z-index: 60;
  background: color-mix(in srgb, var(--canvas) 90%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.subnav .pill-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-block: 11px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.subnav .pill-row::-webkit-scrollbar { display: none; }
.subnav .pill { white-space: nowrap; flex: none; }

.pill-row a.pill { text-decoration: none; transition: background-color .18s ease, color .18s ease, border-color .18s ease; }
.pill-row a.pill:hover { background: var(--surface); color: var(--ink); }
.pill-row a.pill[aria-current="true"] {
  background: var(--chip-accent);
  border-color: transparent;
  color: var(--accent-text);
}

.walk {
  display: grid;
  gap: clamp(var(--s6), 4vw, var(--s7));
  grid-template-columns: 1fr;
  align-items: center;
}

@media (min-width: 940px) {
  .walk { grid-template-columns: 1fr 340px; align-items: center; }
  .walk > .walk-copy  { order: 1; }
  .walk > .walk-media { order: 2; }
}

.wt-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--s2); max-width: 520px; }
.wt-steps li { margin: 0; }

.wt-step {
  position: relative;
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  width: 100%;
  padding: 14px 18px 15px;
  border-radius: var(--r-md);
  border: 1px solid transparent;
  background: transparent;
  font: inherit;
  color: var(--ink-2);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease,
              box-shadow .18s ease;
}
.wt-step:hover { background: var(--surface); color: var(--ink); }
.wt-step[aria-current="true"] {
  background: var(--surface);
  border-color: var(--hairline);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.wt-step[disabled] { opacity: 1; cursor: default; color: var(--ink-2); }
.wt-step[disabled]:hover { background: transparent; color: var(--ink-2); }
.wt-step[disabled] .wt-num {
  background: transparent;
  border: 1.5px dashed var(--hairline);
  color: var(--ink-2);
}

.wt-num {
  display: grid; place-items: center;
  width: 30px; height: 30px; flex: none;
  border-radius: 999px;
  background: var(--surface-alt);
  color: var(--ink-2);
  font-size: 0.88rem; font-weight: 800;
  transition: background-color .18s ease, color .18s ease;
}
.wt-step[aria-current="true"] .wt-num { background: var(--btn-bg); color: var(--btn-ink); }

.wt-copy strong { display: block; color: inherit; font-size: 1.02rem; font-weight: 700; margin-bottom: 1px; }
.wt-copy span { display: block; font-size: 0.92rem; line-height: 1.5; }

.wt-bar { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: var(--accent); }
.walk.is-playing .wt-step[aria-current="true"] .wt-bar { animation: wt-dwell 2600ms linear forwards; }
@keyframes wt-dwell { from { width: 0 } to { width: 100% } }

.walk-note {
  display: flex; align-items: flex-start; gap: var(--s2);
  margin-top: var(--s4);
  padding: 14px 16px;
  border-radius: var(--r-md);
  background: var(--surface-alt);
  border: 1px solid var(--hairline);
  font-size: 0.92rem;
  color: var(--ink-2);
  max-width: 520px;
}
.walk-note svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--accent-text); }
.walk-note strong { color: var(--ink); }

.wt-screen { display: none; height: 100%; flex-direction: column; }
.wt-screen.is-on { display: flex; }
.wt-screen.is-on { animation: wt-fade .26s ease-out; }
@keyframes wt-fade { from { opacity: 0 } to { opacity: 1 } }

.wt-top { display: flex; align-items: center; gap: 7px; padding: 2px 0 12px; }
.wt-place {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 6px 11px; border-radius: 999px;
  background: var(--p-surface); border: 1px solid var(--p-line);
  font-size: 10.5px; font-weight: 700; color: var(--p-ink);
}
.wt-place svg { width: 11px; height: 11px; color: var(--p-accent); }
.wt-top .sp { flex: 1; }
.wt-bell, .wt-face {
  display: grid; place-items: center;
  width: 28px; height: 28px; border-radius: 999px; flex: none;
  background: var(--p-surface); border: 1px solid var(--p-line);
}
.wt-bell { position: relative; color: var(--p-ink); }
.wt-bell svg { width: 13px; height: 13px; }
.wt-bell::after {
  content:""; position: absolute; top: 1px; right: 1px;
  width: 7px; height: 7px; border-radius: 999px; background: #FF7365;
}
.wt-face { background: color-mix(in srgb, #57D3B4 24%, var(--p-canvas)); color: #57D3B4; border-color: transparent; font-size: 10px; font-weight: 800; }

.wt-hello { text-align: center; font-size: 10.5px; color: var(--p-ink2); }
.wt-ask {
  text-align: center; margin: 4px 0 5px;
  font-size: 21px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
}
.wt-ask-sub { text-align: center; font-size: 10px; color: var(--p-ink2); line-height: 1.4; }

.wt-assist {
  margin: 12px 0 14px; padding: 10px;
  border-radius: 17px;
  background: var(--p-surface); border: 1px solid var(--p-line);
}
.wt-assist-field { display: flex; align-items: center; gap: 7px; padding: 0 2px; font-size: 10.5px; color: var(--p-ink3); }
.wt-assist-field svg { width: 13px; height: 13px; flex: none; }
.wt-assist-go {
  display: flex; justify-content: flex-end; margin-top: 9px; padding: 0 2px;
}
.wt-assist-go span {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 6px 12px; border-radius: 999px;
  background: var(--p-alt); color: var(--p-ink3);
  font-size: 10.5px; font-weight: 800;
}
.wt-assist-go svg { width: 11px; height: 11px; }

.wt-shead { font-size: 12px; font-weight: 800; letter-spacing: -0.01em; margin: 0 0 7px; }

.wt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.wt-tile {
  display: flex; align-items: center; gap: 8px;
  padding: 9px;
  border-radius: 14px;
  background: var(--p-surface);
  border: 1px solid var(--p-line);
  font: inherit;
  text-align: left;
  color: var(--p-ink);
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.wt-tile .g {
  display: grid; place-items: center;
  width: 28px; height: 28px; border-radius: 9px; flex: none;
  background: color-mix(in srgb, var(--h) 24%, var(--p-canvas));
  color: var(--h);
}
.wt-tile .g svg { width: 16px; height: 16px; }
.wt-tile .t { min-width: 0; }
.wt-tile b { display: block; font-size: 10.5px; font-weight: 700; line-height: 1.2; }
.wt-tile i { display: block; font-style: normal; font-size: 8.5px; line-height: 1.25; color: var(--p-ink2); margin-top: 1px; }
.wt-tile:hover { border-color: var(--p-ink3); }
.wt-tile.is-on { border-color: var(--p-accent); background: var(--p-chip-accent); }

.wt-navtitle { text-align: center; font-size: 12.5px; font-weight: 800; margin: 2px 0 10px; }
.wt-searchfield {
  display: flex; align-items: center; gap: 7px;
  padding: 8px 11px; margin-bottom: 8px;
  border-radius: 12px;
  background: var(--p-surface); border: 1px solid var(--p-line);
  font-size: 10.5px; color: var(--p-ink3);
}
.wt-searchfield svg { width: 13px; height: 13px; flex: none; }
.wt-filters { display: flex; gap: 5px; margin-bottom: 11px; overflow: hidden; }
.wt-filters .p-chip { white-space: nowrap; }
.wt-heart { width: 15px; height: 15px; flex: none; color: var(--p-ink3); align-self: center; }

.wt-phead { display: flex; align-items: center; gap: 11px; padding: 4px 0 12px; }
.p-avatar--lg { width: 46px; height: 46px; font-size: 15px; }
.p-name--lg { font-size: 14px; letter-spacing: -0.01em; }
.wt-phead .p-meta { display: flex; align-items: center; gap: 4px; margin-top: 2px; }
.wt-phead .p-meta svg { width: 11px; height: 11px; }

.wt-row {
  display: flex; align-items: flex-start; gap: 9px; width: 100%;
  padding: 10px 11px;
  margin-bottom: 8px;
  border-radius: 15px;
  background: var(--p-surface);
  border: 1px solid var(--p-line);
  font: inherit; color: var(--p-ink);
  text-align: left; cursor: pointer;
  transition: border-color .15s ease;
}
.wt-row:hover { border-color: var(--p-ink3); }
.wt-row .grow { flex: 1; min-width: 0; }

.wt-actions {
  display: flex; gap: 8px; align-items: stretch;
  padding: 11px 14px 14px;
  border-top: 1px solid var(--p-line);
  background: var(--p-surface);
}
.wt-call-btn {
  display: grid; place-items: center; gap: 1px;
  width: 62px; flex: none;
  border-radius: 999px;
  background: var(--p-chip-accent);
  color: var(--p-accent);
  border: 0; font: inherit;
  font-size: 9.5px; font-weight: 800;
  cursor: pointer;
}
.wt-call-btn svg { width: 16px; height: 16px; }
.wt-msg-btn {
  flex: 1;
  border: 0; border-radius: 999px;
  background: var(--p-accent);
  color: var(--p-on-accent);
  font: inherit; font-size: 12.5px; font-weight: 800;
  padding: 11px 10px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.wt-msg-btn svg { width: 15px; height: 15px; }

.wt-call {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; text-align: center;
  padding: 0 24px 28px;
}
.wt-call .big {
  width: 76px; height: 76px; border-radius: 999px;
  display: grid; place-items: center;
  font-size: 25px; font-weight: 800;
  background: color-mix(in srgb, var(--h) 24%, transparent);
  color: var(--h);
  margin-bottom: 4px;
}
.wt-call .who { font-size: 15px; font-weight: 800; }
.wt-call .state { font-size: 11.5px; color: var(--p-ink2); }
.wt-call .big svg { width: 30px; height: 30px; }

.wt-number {
  margin-top: 10px;
  font-size: 20px; font-weight: 800; letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.wt-dial {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  margin-top: 12px; padding: 11px 20px;
  border-radius: 999px;
  background: var(--p-accent); color: var(--p-on-accent);
  font-size: 12.5px; font-weight: 800;
}
.wt-dial svg { width: 15px; height: 15px; }

.wt-call .privacy {
  display: inline-flex; align-items: center; gap: 5px;
  margin-top: 12px;
  color: var(--p-ink3);
  font-size: 10px; font-weight: 600;
}
.wt-call .privacy svg { width: 11px; height: 11px; }
.wt-call .detail { font-size: 10.5px; color: var(--p-ink3); }

.trade { cursor: pointer; }
.trade[aria-current="true"] { border-color: var(--accent); box-shadow: var(--shadow); }

@media (prefers-reduced-motion: reduce) {
  .wt-screen.is-on, .walk.is-playing .wt-step[aria-current="true"] .wt-bar { animation: none; }
  .wt-bar { display: none; }
}

.review-wall { display: grid; gap: var(--s4); grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); }

.review {
  margin: 0; padding: var(--s5);
  border-radius: var(--r-lg);
  background: var(--surface); border: 1px solid var(--hairline);
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: var(--s3);
}
.review blockquote { margin: 0; font-size: 1rem; line-height: 1.55; }
.review figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 2px;
                     color: var(--ink-2); font-size: .88rem; }
.review figcaption b { color: var(--ink); font-size: .95rem; }

.review-stars { display: inline-flex; gap: 3px; }
.review-stars .ic { width: 17px; height: 17px; color: var(--amber); fill: currentColor; stroke: none; }
.review-stars .ic.is-off { color: var(--ink-3); opacity: .35; }

.review-skel {
  height: 190px; border-radius: var(--r-lg);
  border: 1px solid var(--hairline); background: var(--surface);
  position: relative; overflow: hidden;
}
.review-skel::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, var(--sheen), transparent);
  transform: translateX(-100%);
  animation: review-shimmer 1.4s ease-in-out infinite;
}
@keyframes review-shimmer { to { transform: translateX(100%) } }

@media (prefers-reduced-motion: reduce) { .review-skel::after { animation: none; } }

.tl-badge { display: block; flex: none; overflow: visible; }

.tl-badge-row {
  display: flex; width: fit-content; flex: none; align-items: center; gap: 5px;
}

.badge-slot { display: inline-flex; align-items: center; justify-content: center;
              width: 56px; height: 56px; flex: none; }
.badge-slot--lg { width: 108px; height: 108px; }

.verify-split { display: grid; gap: var(--s6); align-items: start; }
@media (min-width: 960px) {
  .verify-split { grid-template-columns: minmax(0, 1fr) minmax(300px, 400px); gap: var(--s7); }

  .verify-preview { position: sticky; top: 142px; }
}

.verify-list { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--s5); }
.verify-item { display: flex; gap: var(--s4); align-items: flex-start; }
.verify-item > .badge-slot { flex: none; margin-top: 2px; }
.verify-item h3 { margin: 0 0 var(--s2); display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s2); }
.verify-item p { margin: 0 0 var(--s2); color: var(--ink-2); }
.verify-item p:last-child { margin-bottom: 0; }

.verify-tag {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  padding: 3px 8px; border-radius: 999px;
  background: var(--surface-alt); color: var(--ink-2); white-space: nowrap;
}
.verify-tag--req { background: var(--chip-green); color: var(--verified-text); }

.verify-preview-label {
  font-size: 0.8rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;

  color: var(--ink-2); margin: 0 0 var(--s3);
}
.verify-preview-note { font-size: 0.9rem; color: var(--ink-2); margin: var(--s4) 0 0; }

.profile-card {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow);
  padding: var(--s4);
  overflow: hidden;
}

.pp-head { display: flex; gap: var(--s3); align-items: center; }
.pp-avatar {
  width: 54px; height: 54px; border-radius: 50%; flex: none;
  background: var(--surface-alt);
  border: 2px solid var(--verified);
}
.pp-name { flex: 1; min-width: 0; display: grid; gap: 7px; }
.pp-rating { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 700; color: var(--ink); }
.pp-stars { color: var(--amber-text); letter-spacing: -1px; font-size: 0.8rem; }

.pp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: var(--s4) 0; }
.pp-gallery span { aspect-ratio: 4 / 3; border-radius: var(--r-sm); background: var(--surface-alt); }

.pp-body { display: grid; gap: 7px; margin-bottom: var(--s4); }

.sk { display: block; height: 9px; border-radius: 5px; background: var(--surface-alt); }
.sk--title { height: 13px; width: 62%; }
.sk--short { width: 45%; }
.sk--xs { height: 8px; width: 54px; }

.pp-verify {
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  padding: var(--s3);
  background: color-mix(in srgb, var(--verified) 6%, var(--surface));
}
.pp-verify-head {
  margin: 0 0 var(--s3);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  color: var(--ink-2);
}
.pp-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s2); text-align: center; }

.pp-badges--four { grid-template-columns: repeat(2, 1fr); row-gap: var(--s3); }
@media (min-width: 420px) { .pp-badges--four { grid-template-columns: repeat(4, 1fr); } }

.req-pair { display: grid; gap: var(--s4); margin: 0 0 var(--s4); }
@media (min-width: 560px) { .req-pair { grid-template-columns: 1fr 1fr; } }
.req-pair > div {
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: var(--s5) var(--s4);
  text-align: center; box-shadow: var(--shadow);
}
.req-who {
  margin: 0 0 var(--s4); font-size: 0.75rem; font-weight: 800;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-2);
}
.req-marks { display: flex; justify-content: center; gap: var(--s3); margin-bottom: var(--s4); }
.req-what { margin: 0; font-size: 1.05rem; font-weight: 700; color: var(--ink); }

.req-what b { color: var(--ink-2); font-weight: 700; margin: 0 2px; }
.req-note {
  margin: 0 0 var(--s6); font-size: 0.92rem; color: var(--ink-2); text-align: center;
  max-width: 46ch; margin-inline: auto;
}
.pp-badge { display: grid; justify-items: center; gap: 3px; }
.pp-badge b { font-size: 0.72rem; font-weight: 700; color: var(--ink); line-height: 1.2; }

.pp-badge i { font-size: 0.68rem; font-style: normal; color: var(--ink-2); }
.pp-register {
  margin: var(--s3) 0 0; padding-top: var(--s3);
  border-top: 1px solid var(--hairline);
  font-size: 0.74rem; color: var(--ink-2);
  font-variant-numeric: tabular-nums;
}
.pp-register b { color: var(--ink); font-weight: 700; }

.checks { display: grid; gap: var(--s4); }
@media (min-width: 900px) { .checks { grid-template-columns: repeat(3, 1fr); } }

.check { display: flex; flex-direction: column; gap: var(--s3); }
.check-head { display: flex; align-items: center; gap: var(--s3); }
.check-head h3 { margin: 0; }
.check-head .small { display: block; color: var(--ink-2); font-weight: 600; }

.check-limit {
  margin: 0; padding-top: var(--s3); border-top: 1px solid var(--hairline);
  color: var(--ink-2); font-size: .92rem;
}

.register {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: var(--s1) var(--s3);
  padding: var(--s3); border-radius: var(--r-sm); background: var(--surface-alt);
}
.register b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
              font-size: .95rem; letter-spacing: -.01em; }
.register span { color: var(--ink-2); font-size: .85rem; }

.licence-note {
  display: flex; gap: var(--s2); align-items: flex-start;
  padding: var(--s3); border-radius: var(--r-sm);
  background: var(--bdg-wash-amber); color: var(--ink);
  font-size: .9rem;
}
.licence-note .ic { flex: none; width: 18px; height: 18px; color: var(--amber);
                    fill: currentColor; stroke: none; margin-top: 1px; }

.check-hero { display: flex; align-items: center; justify-content: center;
              gap: var(--s2); flex-wrap: wrap; }

.legal { max-width: 72ch; }
.legal h2 {
  margin-top: var(--s8); padding-top: var(--s5);
  border-top: 1px solid var(--hairline);

  scroll-margin-top: var(--anchor-top, 92px);
}
.legal > h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.legal h3 { margin-top: var(--s5); }
.legal p, .legal li { color: var(--ink-2); }
.legal strong { color: var(--ink); }
.legal ul, .legal ol { padding-left: 1.25em; }
.legal li { margin-bottom: var(--s2); }
.legal li::marker { color: var(--ink-3); }

.legal dl { margin: var(--s4) 0 0; }
.legal dt { font-weight: 700; color: var(--ink); margin-top: var(--s4); }
.legal dd { margin: var(--s1) 0 0; color: var(--ink-2); }

.legal-meta {
  display: flex; flex-wrap: wrap; gap: var(--s2) var(--s5);
  margin-top: var(--s5); padding: var(--s3) var(--s4);
  border: 1px solid var(--hairline); border-radius: var(--r-md);
  background: var(--surface);
  font-size: .9rem; color: var(--ink-2);
}
.legal-meta b { color: var(--ink); }

.legal-todo {
  margin: var(--s5) 0;
  padding: var(--s4);
  border: 1px solid var(--amber);
  border-radius: var(--r-md);
  background: var(--bdg-wash-amber);
}
.legal-todo h3 { margin-top: 0; }
.legal-todo p, .legal-todo li { color: var(--ink); }
.legal-todo code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .9em; padding: 1px 5px; border-radius: 5px;
  background: color-mix(in srgb, var(--ink) 10%, transparent);
}

@font-face {
  font-family: 'Bricolage';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/bricolage-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bricolage';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(../fonts/bricolage-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
                 U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
                 U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --tshadow: 0 1px 0 rgba(255,255,255,.7), 0 2px 14px rgba(255,255,255,.55);
  --ease-out: cubic-bezier(.22,.61,.36,1);
  --ease-soft: cubic-bezier(.4,0,.2,1);
}

.display { font-family: var(--font-display); }

.hero-scrub { position: relative; height: 900vh; }

@media (max-width: 720px) { .hero-scrub { height: 620vh; } }

.scroll-cue {

  position: fixed; left: 50%; transform: translateX(-50%); z-index: 3;
  bottom: clamp(var(--s4), 3.5vh, 34px);
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  color: #0C1B33; pointer-events: none;
  font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  text-shadow: var(--tshadow);
  transition: opacity .45s var(--ease-out);
}
.scroll-cue svg { width: 20px; height: 20px; animation: cue-bob 1.9s var(--ease-soft) infinite; }
@keyframes cue-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }
.scroll-cue.is-gone { opacity: 0; }

.hero-stage.is-static .scroll-cue { display: none; }
@media (prefers-reduced-motion: reduce) { .scroll-cue svg { animation: none; } }
.hero-stage {

  position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden;
  background: #EAF2FC;
}
.hero-poster {
  position: absolute; inset: 0;
  background-image: url('../hero/hero-poster.jpg');
  background-size: cover; background-position: 50% 58%;
}
.hero-stage video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: 50% 58%; opacity: 0; transition: opacity .5s var(--ease-out);
  will-change: transform; transform: translateZ(0);
}
.hero-stage.video-ready video { opacity: 1; }
.hero-stage.video-failed video { display: none; }

.hero-scrim {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,.10) 26%, rgba(255,255,255,0) 46%);
}

html[data-theme="dark"] .hero-scrim {
  background:
    linear-gradient(180deg, rgba(5,16,31,.5) 0%, rgba(5,16,31,.14) 26%, rgba(5,16,31,0) 46%);
}
@media (prefers-color-scheme: dark) {
  html:not([data-theme="light"]) .hero-scrim {
    background:
      linear-gradient(180deg, rgba(5,16,31,.5) 0%, rgba(5,16,31,.14) 26%, rgba(5,16,31,0) 46%);
  }
}

.hero-ring {
  position: absolute; right: var(--s6); bottom: var(--s6); width: 34px; height: 34px;
  color: #fff; opacity: .85; transition: opacity .4s var(--ease-out);
}
.hero-ring circle { transform: rotate(-90deg); transform-origin: 50% 50%;
                    transition: stroke-dashoffset .12s linear; }
.hero-ring.is-done { opacity: 0; }

.band {
  position: absolute; inset: 0; display: grid; align-content: center;
  padding: 0 clamp(var(--s5), 7vw, 96px);
  color: #0C1B33; text-shadow: var(--tshadow); opacity: 0; will-change: opacity;
}

.band-in { max-width: 44rem; margin: 0 auto; text-align: center;
           position: relative; z-index: 1; }
.band--settle .band-in { max-width: 47rem; }

.band::before {
  content: ""; position: absolute; inset: -4%; pointer-events: none;
  opacity: calc(.30 + .70 * var(--k, 1));
  background: radial-gradient(ellipse 84% 70% at 50% 50%,
    rgba(244,249,255,.40) 0%, rgba(244,249,255,.24) 48%, rgba(244,249,255,0) 78%);
}
.band--settle::before {
  background: radial-gradient(ellipse 86% 72% at 50% 48%,
    rgba(244,249,255,.54) 0%, rgba(244,249,255,.36) 48%, rgba(244,249,255,0) 78%);
}

.band h2 {
  font-family: 'Bricolage', 'Figtree', system-ui, sans-serif;
  font-weight: 700; letter-spacing: -.03em; line-height: 1.02;
  font-size: clamp(1.5rem, 3.1vw, 2.55rem); margin: 0;
}
.band p { margin: var(--s3) 0 0; font-size: clamp(.95rem, 1.25vw, 1.05rem);
          color: #35485F; max-width: 40ch; margin-inline: auto; }

.band .btn { text-shadow: none; padding: 10px 22px; font-size: .92rem; }

.band .w { display: inline-block; white-space: pre; }
.band .c { display: inline-block; }
.e-drift .w { --kc: clamp(0, (var(--k,0) - var(--th,0)) * 2.8, 1);
              opacity: var(--kc);
              transform: translateY(calc((1 - var(--kc)) * -26px)); }
.e-scatter .c { --kc: clamp(0, (var(--k,0) - var(--th,0)) * 2.6, 1);
                opacity: var(--kc);
                transform: translate(calc((1 - var(--kc)) * var(--jx,0px)),
                                     calc((1 - var(--kc)) * var(--jy,0px)))
                           rotate(calc((1 - var(--kc)) * var(--jr,0deg))); }
.e-punch .w { --kc: clamp(0, (var(--k,0) - var(--th,0)) * 3, 1);
              --ks: clamp(0, (var(--k,0) - var(--th,0) - .12) * 2.8, 1);
              opacity: var(--kc);
              transform: scale(calc(.66 + .46 * var(--kc) - .12 * var(--ks))); }
.e-rise .w { --kc: clamp(0, (var(--k,0) - var(--th,0)) * 3, 1);
             opacity: var(--kc);
             transform: translateY(calc((1 - var(--kc)) * 30px)); }
.band--settle p  { opacity: clamp(0, (var(--k,0) - .5) * 3.4, 1); }

.e-blur .band-in { position: relative; }
.e-blur .soft { position: absolute; inset: 0; filter: blur(11px);
                opacity: calc(1 - var(--k,0)); }
.e-blur .sharp { opacity: var(--k,0); }

.hero-stage.is-static { position: relative; height: auto; min-height: 88vh; }
.hero-stage.is-static video, .hero-stage.is-static .hero-ring { display: none; }
.hero-stage.is-static .band { display: none; }
.hero-stage.is-static .hero-still { display: grid; }
.hero-still::before { content:""; position:absolute; inset:-10% -5%; pointer-events:none;
  background: radial-gradient(ellipse 96% 62% at 30% 46%,
    rgba(244,249,255,.94) 0%, rgba(244,249,255,.74) 52%, rgba(244,249,255,0) 82%); }
.hero-still > * { position: relative; z-index: 1; }
.hero-still { display: none; position: relative; z-index: 2; align-content: center;
              min-height: 84vh; padding: var(--s8) var(--s5); color: #0C1B33;
              text-shadow: var(--tshadow); }
.hero-still h1 { font-family: 'Bricolage','Figtree',system-ui,sans-serif; font-weight: 700;
                 letter-spacing: -.03em; line-height: 1.03; margin: 0;
                 font-size: clamp(1.9rem, 6.2vw, 2.9rem); max-width: 16ch; }
.hero-still p { margin: var(--s4) 0 var(--s5); font-size: 1rem; max-width: 34ch;
                color: #35485F; }
.hero-still .btn { text-shadow: none; }

@media (orientation: landscape) and (pointer: coarse) and (max-height: 560px),
       (prefers-reduced-motion: reduce) {
  .hero-scrub { height: auto; }
  .hero-stage { position: relative; height: auto; min-height: 88vh; }
  .hero-stage video, .hero-ring { display: none !important; }
  .band { display: none !important; }
  .scroll-cue { display: none !important; }
  .hero-still { display: grid; }
}

.breathe.is-in { animation: breathe 7s var(--ease-soft) infinite alternate -2s; }
@keyframes breathe { from { transform: translateY(0); } to { transform: translateY(-5px); } }

body.paused *, body.paused *::before, body.paused *::after { animation-play-state: paused !important; }

@media (prefers-reduced-motion: reduce) {
  .breathe.is-in { animation: none !important; }
  .band, .band .w, .band .c { opacity: 1 !important; transform: none !important; }
}

.step-img { display: block; width: calc(100% + var(--card-pad) * 2); height: auto;
            max-width: none; aspect-ratio: 4 / 3; object-fit: cover;
            border-radius: var(--r-md);
            margin: calc(var(--card-pad) * -1) calc(var(--card-pad) * -1) var(--gap-item); }
.card figcaption h3 { margin: 0 0 var(--s2); }
.card figcaption p { margin: 0; }

.hero-still .btn--ghost, .band .btn--ghost {
  color: #0C1B33; border-color: rgba(12,27,51,.3); background: rgba(255,255,255,.6);
}
.hero-still .btn--ghost:hover, .band .btn--ghost:hover {
  border-color: rgba(12,27,51,.5); background: rgba(255,255,255,.8);
}
.hero-still .wordmark { color: #0C1B33; }
.hero-still .wordmark b { color: var(--l-accent); }

.hero-still .wordmark .brand-mark { fill: var(--l-accent); }

.hero-still .wordmark--hero { font-size: clamp(1.8rem, 5.5vw, 2.6rem); }

body:has(.hero-scrub) .site-header:not(.is-stuck) {
  background: rgba(255,255,255,.74);
  border-bottom-color: transparent;
}
body:has(.hero-scrub) .site-header:not(.is-stuck) .brand,
body:has(.hero-scrub) .site-header:not(.is-stuck) .nav a,
body:has(.hero-scrub) .site-header:not(.is-stuck) .icon-btn { color: #0C1B33; }
body:has(.hero-scrub) .site-header:not(.is-stuck) .brand b { color: var(--l-accent); }
body:has(.hero-scrub) .site-header:not(.is-stuck) .brand-mark { fill: var(--l-accent); }
body:has(.hero-scrub) .site-header:not(.is-stuck) .icon-btn { border-color: rgba(12,27,51,.22); }

.band .w.hl, .hero-still .hl { color: var(--l-accent); }

.region-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: flex-start; gap: var(--s3);
  padding: var(--s4) var(--s5);
  background: var(--surface);
  border-top: 1px solid var(--hairline);
  box-shadow: var(--shadow-lift);

  animation: region-rise .22s var(--ease-out, ease);
  transition: transform .2s var(--ease-out, ease), opacity .2s ease;
}
@keyframes region-rise { from { transform: translateY(100%); } to { transform: translateY(0); } }
.region-bar.is-going { opacity: 0; transform: translateY(100%); animation: none; }

.region-bar-inner {
  flex: 1; display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: var(--s3) var(--s5);
  max-width: 1100px; margin: 0 auto;
}
.region-bar-msg {
  margin: 0; color: var(--ink-2); font-size: 0.94rem;
  max-width: 72ch;
}
.region-bar-msg b { color: var(--ink); font-weight: 700; }
.region-bar-acts { display: flex; align-items: center; gap: var(--s3); flex: none; }

.region-bar-select {
  font: inherit; font-size: 0.94rem; color: var(--ink);
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: 10px; padding: 9px 12px; min-width: 11rem;
}
.region-bar-select:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.region-bar-x {
  flex: none; width: 44px; height: 44px; padding: 6px; box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid transparent; background: transparent; background-clip: content-box;
  color: var(--ink-3); font-size: 1.15rem; line-height: 1; cursor: pointer;
}
.region-bar-x:hover { background: var(--surface-alt); color: var(--ink); }
.region-bar-x:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

@media (max-width: 720px) {
  .region-bar { padding: var(--s4); }
  .region-bar-inner { flex-direction: column; align-items: stretch; text-align: left; }
  .region-bar-acts { width: 100%; }
  .region-bar-acts .btn { flex: 1; }
  .region-bar-select { flex: 1; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .region-bar { animation: none; transition: none; }
}
