/* cute-meme / toybox
   A premium toy brand's shop window. The page is a candy-gradient toy box in the
   brand's own hue (drifting toward grape as you scroll, polka-dotted like printed
   card stock); the hero art sits in a window box with a hang tab, a starburst and the
   name printed on the lid, while a cut-out mascot bounces on top. Cards are stitched
   plush pillows, type is puffy and extruded, the facts are a sewn care label, fan mail
   hangs on gift tags, the supply is a glazed donut on a plate, the contract is gift
   wrapped. Motion: float + wobble, squishy springs. */

:root {
  /* the candy (fallbacks; the @supports block below derives them from the brand hue) */
  --tb-face: #fffdfa;
  --tb-cream: #fffaf4;
  --tb-cream-2: #fff0ea;
  --tb-blush: color-mix(in srgb, var(--wl-accent) 12%, #fff6f1);
  --tb-butter: #ffdc5e;
  --tb-lilac: #cdb8ff;
  --tb-sky: #9fd3ff;
  --tb-g1: color-mix(in srgb, var(--wl-accent) 74%, #3a0a4a);
  --tb-g2: color-mix(in srgb, var(--wl-accent) 46%, #5a2ab0);
  --tb-g3: color-mix(in srgb, var(--wl-accent) 22%, #34207e);
  --tb-deep: color-mix(in srgb, var(--wl-accent) 38%, #1e0628);
  --tb-ink: color-mix(in srgb, var(--wl-accent) 18%, #2a0e2d);
  --tb-pop: var(--wl-accent);
  --tb-pop-2: color-mix(in srgb, var(--wl-secondary) 70%, #ffffff);
  --tb-plush:
    inset 0 3px 0 #fff,
    inset 0 -12px 0 color-mix(in srgb, var(--tb-pop) 14%, transparent),
    0 10px 0 -2px color-mix(in srgb, var(--tb-deep) 42%, transparent),
    0 34px 44px -20px rgb(24 0 34 / 0.55);
  --tb-gum:
    inset 0 2px 0 rgb(255 255 255 / 0.75),
    inset 0 -5px 0 rgb(0 0 0 / 0.08),
    0 6px 0 color-mix(in srgb, var(--tb-deep) 62%, transparent),
    0 18px 24px -12px rgb(24 0 34 / 0.5);
  --tb-stitch: color-mix(in srgb, var(--tb-pop) 42%, transparent);
  --tb-squish: linear(0, 0.3 8%, 1.12 30%, 0.95 48%, 1.03 64%, 0.99 82%, 1);

  /* the skin's vocabulary */
  --v-bg: var(--tb-g1);
  --v-fg: var(--tb-ink);
  --v-soft: color-mix(in srgb, var(--tb-ink) 76%, #ffffff);
  --v-faint: color-mix(in srgb, var(--tb-ink) 54%, #ffffff);
  --v-line: color-mix(in srgb, var(--tb-ink) 12%, transparent);
  --v-line-strong: color-mix(in srgb, var(--tb-ink) 24%, transparent);
  --v-surface: var(--tb-cream);
  --v-surface-2: var(--tb-blush);
  --v-card-bg: var(--tb-cream);
  --v-accent: var(--tb-pop);
  --v-accent-text: var(--wl-accent-on-light);
  --v-on-accent: var(--tb-deep);
  --v-secondary: var(--tb-pop-2);
  --v-seg-1: var(--tb-pop);
  --v-seg-2: var(--tb-pop-2);
  --v-seg-3: var(--tb-butter);
  --v-seg-4: var(--tb-lilac);
  --v-seg-5: var(--tb-sky);
  --v-seg-6: #ffffff;
  --v-font-body: "Nunito", ui-rounded, "SF Pro Rounded", "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, Roboto, sans-serif;
  --v-font-display: ui-rounded, "SF Pro Rounded", "Nunito", "Arial Rounded MT Bold", "Arial Rounded MT", "Varela Round", "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  --v-font-mono: ui-monospace, "SF Mono", "Cascadia Mono", Consolas, monospace;
  --v-display-weight: 800;
  --v-display-tracking: -0.005em;
  --v-display-case: none;
  --v-display-lh: 0.98;
  --v-title-size: clamp(2.5rem, 5.2vw, 4.4rem);
  --v-radius: 34px;
  --v-radius-sm: 24px;
  --v-radius-lg: 46px;
  --v-border: 0 solid transparent;
  --v-shadow: var(--tb-plush);
  --v-card-pad: clamp(24px, 2.6vw, 32px);
  --v-maxw: 1140px;
  --v-sec-gap: clamp(96px, 11vw, 150px);
  --v-ease: cubic-bezier(0.22, 0.8, 0.26, 1);
  --v-spring: cubic-bezier(0.34, 1.7, 0.5, 1);

  --wl-label-lore: "Meet the toy";
  --wl-label-features: "Special features";
  --wl-label-supply: "What's in the box";
  --wl-label-flow: "How to play";
  --wl-label-timeline: "The collection";
  --wl-label-comparison: "Side by side";
  --wl-label-stats: "Specs";
  --wl-label-tweet: "As seen on X";
  --wl-label-gallery: "Play sets";
  --wl-label-facts: "Care label";
  --wl-label-quotes: "Fan mail";
  --wl-label-faq: "Good questions";
  --wl-label-access: "Take it home";

  /* skeleton knobs */
  --cm-top-h: 88px;
  --cm-bar-h: 64px;
  --cm-hero-cols: minmax(0, 1fr) minmax(0, 1fr);
  --cm-hero-peek: 64px;
  --cm-stage-h: min(560px, calc(100svh - 240px));
  --cm-stage-place: end center;
  --cm-stage-pad: 14px;
  --cm-box-w: 80%;
  --cm-box-maxw: 420px;
  --cm-box-r: -3deg;
  --cm-window-ratio: 4 / 3;
  --cm-s1-x: 66%; --cm-s1-y: 1.5%; --cm-s1-w: 27%;
  --cm-s2-x: -1%; --cm-s2-y: 66%; --cm-s2-w: 22%; --cm-s2-r: -10deg;
  --cm-s3-x: 82%; --cm-s3-y: 46%; --cm-s3-w: 19%; --cm-s3-r: 10deg;
  --cm-s4-x: 0%; --cm-s4-y: 12%; --cm-s4-w: 17%; --cm-s4-r: 8deg;
  --cm-h1-xs: clamp(5.2rem, 12vw, 10.5rem);
  --cm-h1-s: clamp(3.9rem, 7.4vw, 6.9rem);
  --cm-h1-m: clamp(3.2rem, 6vw, 5.6rem);
  --cm-h1-l: clamp(2.6rem, 4.8vw, 4.4rem);
  --cm-h1-xl: clamp(2.2rem, 3.8vw, 3.5rem);
  --cm-intro-cols: minmax(0, 0.82fr) minmax(0, 1.18fr);
  --cm-portrait-w: 420px;
  --cm-quotes-cols: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
}

@supports (color: oklch(from red l c h)) {
  :root {
    --tb-g1: oklch(from var(--wl-accent) 0.585 clamp(0.13, c, 0.21) h);
    --tb-g2: color-mix(in oklch, oklch(from var(--wl-accent) 0.55 clamp(0.12, c, 0.2) h) 52%, oklch(0.5 0.17 305));
    --tb-g3: color-mix(in oklch, oklch(from var(--wl-accent) 0.5 clamp(0.1, c, 0.18) h) 28%, oklch(0.43 0.15 288));
    --tb-deep: oklch(from var(--wl-accent) 0.33 0.12 h);
    --tb-ink: oklch(from var(--wl-accent) 0.27 0.075 h);
    --tb-pop: oklch(from var(--wl-accent) 0.7 clamp(0.13, c, 0.22) h);
    --tb-pop-2: oklch(from var(--wl-secondary) 0.88 clamp(0.08, c, 0.13) h);
    --tb-blush: oklch(from var(--wl-accent) 0.965 0.022 h);
    --tb-cream-2: oklch(from var(--wl-accent) 0.945 0.03 h);
  }
}

body {
  color: var(--tb-ink);
  background:
    radial-gradient(circle at 50% 50%, rgb(255 255 255 / 0.1) 0 2.2px, transparent 2.8px) 0 0 / 34px 34px,
    radial-gradient(ellipse 60% 40% at 18% 6%, rgb(255 255 255 / 0.2), transparent 70%),
    radial-gradient(ellipse 50% 36% at 86% 30%, color-mix(in srgb, var(--tb-pop-2) 30%, transparent), transparent 70%),
    linear-gradient(180deg, var(--tb-g1) 0, var(--tb-g1) 780px, var(--tb-g2) 48%, var(--tb-g3) 100%);
  background-color: var(--tb-g1);
}

/* ---- puffy type: a rounding ring in the letter's own colour, a candy extrusion under it */
.cm-hero__headline, .wl-sec__title, .cm-box__name, .wl-foot__name, .cm-intro__name, .wl-donut__value, .wl-stat__value {
  font-family: var(--v-font-display);
  font-synthesis-weight: none;
  text-shadow:
    0.02em 0 0 currentColor, -0.02em 0 0 currentColor, 0 0.02em 0 currentColor, 0 -0.02em 0 currentColor,
    0.014em 0.014em 0 currentColor, -0.014em 0.014em 0 currentColor, 0.014em -0.014em 0 currentColor, -0.014em -0.014em 0 currentColor;
}
.cm-hero__headline .wl-w, .wl-sec__title, .cm-box__name, .wl-foot__name, .cm-intro__name {
  filter:
    drop-shadow(0 0.014em 0 var(--tb-side, var(--tb-deep)))
    drop-shadow(0 0.014em 0 var(--tb-side, var(--tb-deep)))
    drop-shadow(0 0.014em 0 var(--tb-side, var(--tb-deep)))
    drop-shadow(0 0.014em 0 var(--tb-side, var(--tb-deep)))
    drop-shadow(0 0.08em 0.06em rgb(24 0 34 / 0.32));
}

/* ---- top bar: a floating plush pill */
.cm-top__bar {
  padding: 0 10px 0 10px;
  border-radius: 999px;
  background: rgb(255 252 249 / 0.94);
  box-shadow: inset 0 2px 0 #fff, inset 0 -5px 0 var(--tb-blush), 0 8px 0 -2px color-mix(in srgb, var(--tb-deep) 30%, transparent), 0 22px 36px -18px rgb(24 0 34 / 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.cm-brand__mark { width: 46px; height: 46px; box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--tb-pop); }
.cm-brand__name { font-family: var(--v-font-display); font-weight: 800; font-size: 1.28rem; color: var(--tb-ink); }
.cm-brand__tick { padding: 5px 10px; border-radius: 999px; background: var(--tb-blush); color: var(--tb-deep); font-family: var(--v-font-display); font-weight: 800; font-size: 0.74rem; letter-spacing: 0.04em; }
.cm-top__nav .wl-nav__link { padding: 10px 15px; border-radius: 999px; color: var(--tb-ink); font-weight: 700; font-size: 0.93rem; transition: background 0.2s, color 0.2s, scale 0.4s var(--tb-squish); }
.cm-top__nav .wl-nav__link:hover { background: var(--tb-blush); scale: 1.05; }
.cm-top__nav .wl-nav__link.is-active { background: var(--tb-deep); color: #fff; }
.cm-top__get {
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--tb-g1);
  color: #fff;
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 0.98rem;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.35), inset 0 -4px 0 rgb(0 0 0 / 0.14), 0 4px 0 var(--tb-deep);
  transition: translate 0.25s var(--v-spring), box-shadow 0.2s;
}
.cm-top__get:hover { translate: 0 -2px; }
.cm-top__get:active { translate: 0 3px; box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.35), inset 0 -4px 0 rgb(0 0 0 / 0.14), 0 1px 0 var(--tb-deep); }

/* ---- hero */
.cm-hero__copy { color: #fff; }
.cm-chip {
  padding: 9px 18px 9px 10px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.17);
  border: 2px solid rgb(255 255 255 / 0.5);
  color: #fff;
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.cm-chip__dot {
  width: 22px; height: 22px; flex: none;
  background: var(--tb-butter);
  clip-path: polygon(50% 0, 61.8% 35.4%, 100% 38.2%, 69.1% 60.4%, 79.4% 97.6%, 50% 76.4%, 20.6% 97.6%, 30.9% 60.4%, 0 38.2%, 38.2% 35.4%);
  animation: tb-twinkle 2.8s ease-in-out infinite;
}
.cm-hero__headline { color: var(--tb-face); --tb-side: var(--tb-deep); }
.cm-hero__headline .wl-w { rotate: -1.6deg; transition: scale 0.6s var(--tb-squish); }
.cm-hero__headline .wl-w:hover { scale: 1.08 0.9; }
.cm-hero__headline .wl-w:nth-child(even) { rotate: 1.4deg; translate: 0 0.035em; }
.cm-hero__headline .wl-w:last-child { color: var(--tb-pop-2); }
.cm-hero__subhead { color: #fff; font-weight: 700; text-shadow: 0 1px 1px rgb(24 0 34 / 0.18); }

/* candy gumdrop buttons */
.wl-btn {
  border: 0;
  padding: 15px 22px;
  border-radius: 999px;
  background: var(--tb-cream);
  color: var(--tb-ink);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 1rem;
  box-shadow: var(--tb-gum);
  transition: translate 0.3s var(--v-spring), scale 0.45s var(--tb-squish), box-shadow 0.2s;
}
.wl-btn .wl-glyph { width: 1.2em; height: 1.2em; stroke-width: 2.4; }
.wl-btn:hover { transform: none; translate: 0 -3px; border-color: transparent; }
.wl-btn:active { translate: 0 4px; box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.75), inset 0 -5px 0 rgb(0 0 0 / 0.08), 0 2px 0 color-mix(in srgb, var(--tb-deep) 62%, transparent); }
.wl-btn--primary { background: var(--tb-pop-2); color: var(--tb-deep); }
.wl-btn--primary:hover { box-shadow: var(--tb-gum); }
.wl-btn:focus-visible, .wl-link:focus-visible, .wl-copy:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }

.cm-tag {
  padding: 9px 15px;
  border-radius: 999px;
  background: rgb(255 255 255 / 0.14);
  border: 1.5px solid rgb(255 255 255 / 0.4);
  color: #fff;
  font-weight: 800;
  font-size: 0.86rem;
}
.cm-tag--net::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--tb-pop-2); box-shadow: 0 0 0 3px rgb(255 255 255 / 0.25); }
.cm-tag code { font-size: 0.84rem; font-weight: 600; }

/* the window box */
.cm-floor { background: radial-gradient(closest-side, rgb(24 0 34 / 0.42), transparent); height: 46px; bottom: 2%; width: 58%; }
.cm-box {
  padding: 14px 14px 12px;
  border-radius: 44px;
  background: linear-gradient(180deg, #fffefb 0%, var(--tb-cream-2) 100%);
  box-shadow:
    inset 0 3px 0 #fff,
    inset 0 -8px 0 color-mix(in srgb, var(--tb-pop) 16%, transparent),
    0 12px 0 -1px color-mix(in srgb, var(--tb-deep) 55%, transparent),
    0 40px 60px -24px rgb(24 0 34 / 0.6);
}
.cm-box__tab {
  position: absolute; z-index: 0;
  top: -40px; left: 50%;
  width: 118px; height: 56px;
  translate: -50% 0;
  border-radius: 28px 28px 8px 8px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: inset 0 3px 0 #fff, 0 -1px 0 rgb(0 0 0 / 0.04), 0 10px 18px -10px rgb(24 0 34 / 0.45);
}
.cm-box__tab::before {
  content: ""; position: absolute; top: 13px; left: 50%;
  width: 54px; height: 15px; translate: -50% 0;
  border-radius: 999px;
  background: var(--tb-g1);
  box-shadow: inset 0 3px 4px rgb(0 0 0 / 0.35), 0 1px 0 #fff;
}
.cm-box__band {
  position: relative; z-index: 1;
  padding: 12px 14px 12px 22px;
  border-radius: 32px 32px 14px 14px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--tb-g1) 88%, #fff), var(--tb-g1));
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.35), inset 0 -4px 0 rgb(0 0 0 / 0.12);
}
.cm-box__name { color: var(--tb-face); font-weight: 800; font-size: clamp(1.7rem, 2.6vw, 2.35rem); line-height: 1.12; white-space: nowrap; padding-bottom: 0.08em; }
.cm-box__tick { flex: none; padding: 7px 12px; border-radius: 999px; background: var(--tb-butter); color: var(--tb-deep); font-family: var(--v-font-display); font-weight: 800; font-size: 0.82rem; box-shadow: inset 0 -3px 0 rgb(0 0 0 / 0.1); }
.cm-box__window {
  margin-top: 12px;
  border-radius: 28px;
  background: var(--tb-blush);
}
.cm-box__gloss {
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgb(255 255 255 / 0.42) 0 13%, transparent 13.5% 21%, rgb(255 255 255 / 0.2) 21.5% 27%, transparent 27.5%),
    linear-gradient(180deg, rgb(255 255 255 / 0.12), transparent 30%);
  box-shadow: inset 0 8px 16px rgb(24 0 34 / 0.22), inset 0 0 0 4px rgb(255 255 255 / 0.55);
}
.cm-box__gloss::after {
  content: ""; position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 38%, rgb(255 255 255 / 0.5) 48%, rgb(255 255 255 / 0.1) 54%, transparent 62%);
  translate: -110% 0;
  animation: tb-shine 6s ease-in-out 1.2s infinite;
}
.cm-box__foot { padding: 11px 10px 2px; text-align: center; color: var(--tb-deep); font-family: var(--v-font-display); font-weight: 800; font-size: 1.06rem; }
.cm-box__burst {
  z-index: 3;
  top: 54px; left: -38px;
  width: 104px; height: 104px;
  rotate: -14deg;
  filter: drop-shadow(0 4px 0 color-mix(in srgb, var(--tb-deep) 55%, transparent)) drop-shadow(0 10px 12px rgb(24 0 34 / 0.35));
  color: var(--tb-deep);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 1.08rem;
}
.cm-box__burst::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 38% 32%, #fff6c2, var(--tb-butter) 58%);
  clip-path: polygon(100% 50%, 90.57% 60.87%, 93.3% 75%, 79.7% 79.7%, 75% 93.3%, 60.87% 90.57%, 50% 100%, 39.13% 90.57%, 25% 93.3%, 20.3% 79.7%, 6.7% 75%, 9.43% 60.87%, 0 50%, 9.43% 39.13%, 6.7% 25%, 20.3% 20.3%, 25% 6.7%, 39.13% 9.43%, 50% 0, 60.87% 9.43%, 75% 6.7%, 79.7% 20.3%, 93.3% 25%, 90.57% 39.13%);
}
.cm-box__burst { isolation: isolate; }

/* the mascot on the lid, and friends floating round the box */
.cm-sticker { filter: drop-shadow(0 10px 12px rgb(24 0 34 / 0.35)); }
.cm-img--pfp { aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 6px #fff; }
.cm-bouncer::after {
  content: ""; position: absolute; left: 18%; right: 18%; bottom: -8px; height: 16px; z-index: -1;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgb(24 0 34 / 0.4), transparent);
  animation: tb-bounce-shadow 1.6s infinite;
}
.cm-bouncer .cm-sticker { animation: tb-bounce 1.6s infinite; }
.cm-hero__stage > .cm-sticker { animation: tb-drift 7s ease-in-out infinite; transition: scale 0.6s var(--tb-squish); }
.cm-hero__stage > .cm-sticker:hover { scale: 1.12 0.9; }
.cm-hero__stage > .cm-sticker--3 { animation-delay: -2.3s; }
.cm-hero__stage > .cm-sticker--4 { display: none; } /* three toys round the box; the fourth crowds the lid */

/* glossy candy doodles */
.cm-doodle__back { fill: var(--tb-deep); stroke: var(--tb-deep); stroke-width: 10; stroke-linejoin: round; transform: translateY(6px); opacity: 0.5; --cm-core: var(--tb-deep); }
.cm-doodle__base { fill: var(--c, var(--tb-butter)); stroke: var(--c, var(--tb-butter)); stroke-width: 10; stroke-linejoin: round; --cm-core: var(--core, #fff); }
.cm-doodle__shade { fill: url(#cm-shade); stroke: url(#cm-shade); stroke-width: 10; stroke-linejoin: round; --cm-core: transparent; }
.cm-doodle { animation: tb-drift 8s ease-in-out infinite; }
.cm-doodle--1 { --c: var(--tb-butter); }
.cm-doodle--2 { --c: var(--tb-pop-2); animation-delay: -2s; }
.cm-doodle--3 { --c: #ffffff; animation-delay: -4s; }
.cm-doodle--4 { --c: #ffffff; animation-duration: 12s; }
.cm-doodle--5 { --c: var(--tb-lilac); --core: var(--tb-butter); animation-delay: -5s; }
.cm-doodle--6 { --c: var(--tb-butter); animation-delay: -1s; }
.cm-hero__deco > .cm-doodle--1 { --s: 70px; left: 45%; top: 6%; rotate: 14deg; }
.cm-hero__deco > .cm-doodle--2 { --s: 86px; right: 3%; top: 7%; rotate: -12deg; }
.cm-hero__deco > .cm-doodle--3 { --s: 50px; left: 47.5%; top: 47%; }
.cm-hero__deco > .cm-doodle--4 { --s: 320px; right: 5%; top: 30%; opacity: 0.2; }
.cm-hero__deco > .cm-doodle--4 .cm-doodle__back, .cm-hero__deco > .cm-doodle--4 .cm-doodle__shade { display: none; }
.cm-hero__deco > .cm-doodle--5 { --s: 76px; left: 41%; bottom: 8%; rotate: 18deg; }
.cm-hero__deco > .cm-doodle--6 { --s: 38px; right: 3%; bottom: 30%; }
/* the same candy hung beside each section title */
.cm-sec-doodle { --s: 64px; top: calc(56% - var(--s) / 2); rotate: var(--cm-spin, 0deg); }
.cm-sec-doodle--r { left: calc(100% + 26px); }
.cm-sec-doodle--l { right: calc(100% + 26px); }

/* ---- ribbon: a candy satin strip with stitched edges */
.cm-ribbon {
  margin: -6px -3% 0;
  padding: 17px 0 15px;
  rotate: -1.4deg;
  background:
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--tb-deep) 30%, transparent) 0 9px, transparent 9px 16px) 0 6px / 100% 2px no-repeat,
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--tb-deep) 30%, transparent) 0 9px, transparent 9px 16px) 0 calc(100% - 6px) / 100% 2px no-repeat,
    linear-gradient(180deg, #ffe98f, var(--tb-butter) 48%, #f5c843);
  color: var(--tb-deep);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 1.12rem;
  box-shadow: 0 8px 0 -2px color-mix(in srgb, var(--tb-deep) 45%, transparent), 0 24px 30px -18px rgb(24 0 34 / 0.55);
}
.cm-ribbon .wl-marquee__item { padding: 0 1.1em; }
.cm-ribbon .wl-marquee__item::after { content: "\2726"; margin-left: 2.2em; color: var(--tb-g1); }

/* ---- sections: kickers are cream pills, titles are puffy on the candy ground */
.wl-sec__head { margin-inline: auto; text-align: center; }
.wl-kicker {
  display: inline-flex;
  gap: 10px;
  margin: 0 0 20px;
  padding: 6px 18px 6px 6px;
  border-radius: 999px;
  background: var(--tb-cream);
  color: var(--tb-deep);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  box-shadow: 0 4px 0 color-mix(in srgb, var(--tb-deep) 45%, transparent), 0 14px 20px -12px rgb(24 0 34 / 0.45);
}
.wl-kicker .wl-ord {
  opacity: 1;
  display: grid; place-items: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--tb-g1);
  color: #fff;
  font-family: var(--v-font-display);
  letter-spacing: 0;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.35), inset 0 -3px 0 rgb(0 0 0 / 0.15);
}
.wl-sec__title { color: var(--tb-face); --tb-side: var(--tb-deep); padding-bottom: 0.1em; }

/* lore: a stitched plush card beside the portrait */
.cm-intro__frame {
  padding: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: inset 0 4px 0 #fff, inset 0 -10px 0 color-mix(in srgb, var(--tb-pop) 18%, transparent), 0 12px 0 -2px color-mix(in srgb, var(--tb-deep) 42%, transparent), 0 40px 60px -26px rgb(24 0 34 / 0.6);
  outline: 3px dashed var(--tb-stitch);
  outline-offset: -9px;
  rotate: -3deg;
}
.cm-intro__img { border-radius: 50%; }
.cm-intro__tag {
  right: -6px; bottom: 26px;
  padding: 14px 22px 14px 36px;
  rotate: 7deg;
  border-radius: 14px 26px 26px 14px;
  background: var(--tb-butter);
  color: var(--tb-deep);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 1.05rem;
  line-height: 1.1;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.5), 0 5px 0 color-mix(in srgb, var(--tb-deep) 45%, transparent), 0 16px 22px -12px rgb(24 0 34 / 0.5);
  transform-origin: 0 50%;
  animation: tb-sway 5s ease-in-out infinite;
}
.cm-intro__tag::before { content: ""; position: absolute; left: 12px; top: 50%; width: 12px; height: 12px; margin-top: -6px; border-radius: 50%; background: var(--tb-g2); box-shadow: 0 0 0 3px #fff4c8, inset 0 2px 2px rgb(0 0 0 / 0.3); }
.cm-intro__hello { display: block; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.75; }
.cm-intro__name { display: block; font-size: 1.9rem; color: #fff; --tb-side: var(--tb-deep); padding-bottom: 0.06em; }
.cm-intro .wl-sec__inner {
  position: relative;
  padding: clamp(30px, 4.4vw, 58px);
  border-radius: 46px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: var(--tb-plush);
  outline: 3px dashed var(--tb-stitch);
  outline-offset: -15px;
}
.cm-intro .wl-sec__head { margin-inline: 0; text-align: left; margin-bottom: 24px; }
.cm-intro .wl-kicker { background: var(--tb-blush); box-shadow: none; }
.cm-intro .wl-sec__title { color: var(--tb-pop); font-size: clamp(2.2rem, 4.2vw, 3.6rem); }
.wl-lore { max-width: none; }
.wl-lore__lead { font-family: var(--v-font-display); font-weight: 800; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.32; color: var(--tb-ink); }
.wl-lore__p { color: var(--v-soft); font-size: 1.08rem; font-weight: 600; }

/* features: plush pillows with the icon popping out of the top */
.cm-page .wl-features { gap: 88px 30px; padding-top: 62px; }
.wl-feature {
  padding: 86px 28px 32px;
  border: 0;
  border-radius: 42px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: var(--tb-plush);
  outline: 2.5px dashed var(--tb-stitch);
  outline-offset: -13px;
  text-align: center;
  transition: scale 0.6s var(--tb-squish), translate 0.4s var(--v-spring);
}
.wl-feature:hover { transform: none; border-color: transparent; translate: 0 -6px; scale: 1.02; }
.wl-feature:active { scale: 0.97 1.03; }
.wl-feature__icon, .wl-feature__icon--img {
  position: absolute;
  top: -58px; left: 50%;
  width: 128px; height: 128px;
  margin: 0;
  translate: -50% 0;
  rotate: -5deg;
  border-radius: 40px;
  background: var(--tb-blush);
  color: var(--tb-pop);
  box-shadow: 0 0 0 7px #fff, 0 10px 0 1px color-mix(in srgb, var(--tb-deep) 40%, transparent), 0 24px 30px -12px rgb(24 0 34 / 0.5);
}
.wl-feature:nth-child(even) .wl-feature__icon { rotate: 5deg; }
.wl-feature__icon::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(155deg, rgb(255 255 255 / 0.5), transparent 40%); pointer-events: none; }
.wl-feature__icon .wl-glyph { width: 56px; height: 56px; stroke-width: 2.2; }
.wl-feature .wl-ord {
  top: 20px; right: 22px;
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--tb-pop-2);
  color: var(--tb-deep);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 0.8rem;
  box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.6), 0 3px 0 color-mix(in srgb, var(--tb-deep) 35%, transparent);
}
.wl-feature__title { font-family: var(--v-font-display); font-weight: 800; font-size: 1.6rem; line-height: 1.1; color: var(--tb-ink); }
.wl-feature__text { color: var(--v-soft); font-weight: 600; font-size: 1.02rem; }

/* gallery: play-set photos in plush frames */
.cm-page .wl-gallery { gap: 24px; }
.wl-shot {
  border: 11px solid #fffefb;
  border-radius: 38px;
  background: #fffefb;
  box-shadow: 0 10px 0 -1px color-mix(in srgb, var(--tb-deep) 48%, transparent), 0 32px 44px -20px rgb(24 0 34 / 0.6);
  transition: scale 0.6s var(--tb-squish);
}
.wl-shot img { border-radius: 27px; }
.wl-shot:hover { scale: 1.015; }
.wl-shot::after { content: ""; position: absolute; inset: 0; border-radius: 27px; pointer-events: none; background: linear-gradient(160deg, rgb(255 255 255 / 0.3), transparent 36%); box-shadow: inset 0 0 0 3px rgb(255 255 255 / 0.35); }
.wl-shot__caption {
  z-index: 1;
  left: 16px; right: auto; bottom: 16px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--tb-cream);
  color: var(--tb-ink);
  font-family: var(--v-font-display);
  font-weight: 800;
  font-size: 0.95rem;
  rotate: -2deg;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 4px 0 color-mix(in srgb, var(--tb-deep) 40%, transparent), 0 12px 18px -8px rgb(24 0 34 / 0.45);
}

/* supply: a glazed donut on a plate, on a plush tray */
.wl-infographic {
  position: relative;
  padding: clamp(30px, 4.6vw, 60px);
  border-radius: 48px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: var(--tb-plush);
  outline: 3px dashed var(--tb-stitch);
  outline-offset: -16px;
}
.wl-donut__chart { width: min(100%, 380px); }
.wl-donut__chart::before {
  content: ""; position: absolute; inset: -5%;
  border-radius: 50%;
  background: radial-gradient(circle, #ffffff 0 54%, #f3ebe7 56%, #ffffff 64%, #fbf6f3 86%, #e9dfda 100%);
  box-shadow: 0 5px 0 #e3d6d0, 0 26px 34px -16px rgb(24 0 34 / 0.45);
}
.wl-donut__svg { position: relative; }
.wl-donut__ticks { display: none; }
.wl-donut__track { stroke: #efbd83; stroke-width: 42; }
.wl-donut__seg { stroke-width: 30; }
.cm-sprinkle { stroke: none; }
.cm-sprinkle--1 { fill: #ffffff; }
.cm-sprinkle--2 { fill: var(--tb-butter); }
.cm-sprinkle--3 { fill: var(--tb-sky); }
.cm-sprinkle--4 { fill: var(--tb-deep); }
.wl-in .cm-sprinkles { animation: tb-fade-in 0.6s ease-out 1.4s both; }
.wl-donut__center { inset: 26%; }
.wl-donut__value { color: var(--tb-ink); font-weight: 800; font-size: clamp(1.05rem, 1.9vw, 1.45rem); letter-spacing: 0; text-shadow: none; }
.wl-donut__label { color: var(--v-faint); font-family: var(--v-font-display); font-weight: 800; font-size: 0.66rem; }
.wl-legend { gap: 14px; }
.wl-legend__item {
  grid-template-columns: 26px 1fr auto;
  gap: 14px;
  padding: 14px 20px 14px 14px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  box-shadow: inset 0 -4px 0 var(--tb-blush), 0 4px 0 color-mix(in srgb, var(--tb-deep) 22%, transparent);
}
.wl-legend__swatch { width: 26px; height: 26px; border-radius: 50%; box-shadow: inset 0 3px 0 rgb(255 255 255 / 0.55), inset 0 -3px 0 rgb(0 0 0 / 0.12); }
.wl-legend__value { font-family: var(--v-font-display); font-size: 1.25rem; color: var(--tb-ink); }
.wl-stats { gap: 16px; background: transparent; border: 0; border-radius: 0; overflow: visible; }
.wl-stat { padding: 22px 26px; border-radius: 30px; background: var(--tb-blush); box-shadow: inset 0 -6px 0 color-mix(in srgb, var(--tb-pop) 14%, transparent); }
.wl-stat__label { color: var(--v-faint); font-family: var(--v-font-display); font-weight: 800; }
.wl-stat__value { color: var(--tb-pop); --tb-side: var(--tb-deep); filter: drop-shadow(0 0.03em 0 var(--tb-deep)) drop-shadow(0 0.03em 0 var(--tb-deep)); }
.wl-caption { text-align: center; color: var(--v-faint); font-weight: 700; }

/* facts: a sewn fabric care label */
.wl-sec--facts .wl-sec__body {
  position: relative;
  width: min(100%, 580px);
  margin: 0 auto;
  padding: 72px clamp(26px, 4vw, 48px) 48px;
  rotate: 1.4deg;
  border-radius: 4px 4px 22px 22px;
  background:
    repeating-linear-gradient(45deg, rgb(60 40 30 / 0.025) 0 2px, transparent 2px 5px),
    repeating-linear-gradient(-45deg, rgb(60 40 30 / 0.025) 0 2px, transparent 2px 5px),
    linear-gradient(180deg, #fffefa, #f8f2e9);
  box-shadow: 0 2px 0 #fff inset, 0 3px 6px rgb(0 0 0 / 0.08), 0 36px 50px -24px rgb(24 0 34 / 0.65);
  outline: 2px dashed color-mix(in srgb, var(--tb-ink) 30%, transparent);
  outline-offset: -14px;
  color: var(--tb-ink);
}
.wl-sec--facts .wl-sec__body::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 36px;
  border-radius: 4px 4px 0 0;
  background:
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--tb-ink) 40%, transparent) 0 7px, transparent 7px 12px) 0 22px / 100% 2px no-repeat,
    linear-gradient(180deg, #efe4d6, #f6eee3 70%, #e7dccd);
  box-shadow: 0 3px 5px -2px rgb(60 40 30 / 0.25);
}
.cm-care { position: relative; display: grid; justify-items: center; gap: 6px; margin: 0 0 22px; padding-bottom: 20px; border-bottom: 2px solid color-mix(in srgb, var(--tb-ink) 14%, transparent); text-align: center; }
.cm-care__brand { font-family: var(--v-font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: 0.14em; text-transform: uppercase; }
.cm-care__sub { font-family: var(--v-font-mono); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--v-soft); }
.cm-care__icons { display: flex; gap: 14px; margin-top: 8px; }
.cm-care__icons i, .wl-sec--facts .wl-fact__mark {
  display: block; width: 30px; height: 30px;
  background: currentColor;
  -webkit-mask: var(--cm-sym) center / contain no-repeat;
  mask: var(--cm-sym) center / contain no-repeat;
}
.cm-care__icons i:nth-child(5n+1), .wl-sec--facts .wl-fact:nth-child(5n+1) .wl-fact__mark { --cm-sym: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M3 7.5 5.2 19h13.6L21 7.5'/%3E%3Cpath d='M3 7.5c1.5 1.4 3 1.4 4.5 0s3-1.4 4.5 0 3 1.4 4.5 0 3-1.4 4.5 0'/%3E%3Cpath d='M9.5 14.5h5'/%3E%3C/svg%3E"); }
.cm-care__icons i:nth-child(5n+2), .wl-sec--facts .wl-fact:nth-child(5n+2) .wl-fact__mark { --cm-sym: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M12 4 21 20H3Z'/%3E%3C/svg%3E"); }
.cm-care__icons i:nth-child(5n+3), .wl-sec--facts .wl-fact:nth-child(5n+3) .wl-fact__mark { --cm-sym: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3E%3Crect x='3.5' y='3.5' width='17' height='17' rx='2.5'/%3E%3Ccircle cx='12' cy='12' r='5.5'/%3E%3Ccircle cx='12' cy='12' r='.6' fill='black'/%3E%3C/svg%3E"); }
.cm-care__icons i:nth-child(5n+4), .wl-sec--facts .wl-fact:nth-child(5n+4) .wl-fact__mark { --cm-sym: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M3 18h17.5l-1.7-7.5H9.5C6.3 10.5 4 13.4 3 18Z'/%3E%3Cpath d='M9.5 10.5V7.5h8'/%3E%3Ccircle cx='12' cy='14.6' r='.6' fill='black'/%3E%3C/svg%3E"); }
.cm-care__icons i:nth-child(5n+5), .wl-sec--facts .wl-fact:nth-child(5n+5) .wl-fact__mark { --cm-sym: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M9.5 9.5h3a2.5 2.5 0 0 1 0 5h-3z'/%3E%3C/svg%3E"); }
.cm-care__icons i { color: var(--v-soft); }
.cm-page .wl-sec--facts .wl-facts { gap: 0; max-width: none; }
.wl-sec--facts .wl-fact {
  grid-template-columns: 30px 1fr;
  gap: 18px;
  padding: 15px 2px;
  border: 0;
  border-bottom: 1.5px dashed color-mix(in srgb, var(--tb-ink) 20%, transparent);
  border-radius: 0;
  background: transparent;
  font-weight: 800;
  font-size: 1.06rem;
}
.wl-sec--facts .wl-fact:last-child { border-bottom: 0; padding-bottom: 4px; }
.wl-sec--facts .wl-fact__mark { color: var(--tb-ink); border-radius: 0; }
.wl-sec--facts .wl-fact__mark .wl-glyph { display: none; }

/* quotes: fan mail on gift tags, hung from a ribbon */
.cm-page .wl-quotes { position: relative; gap: 30px; padding-top: 92px; }
.cm-page .wl-quotes::before {
  content: ""; position: absolute; left: -3%; right: -3%; top: 18px; height: 12px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ffe98f, var(--tb-butter) 50%, #f0c23c);
  box-shadow: 0 5px 0 -1px color-mix(in srgb, var(--tb-deep) 40%, transparent), 0 14px 18px -10px rgb(24 0 34 / 0.45);
}
.wl-quote {
  padding: 62px 28px 28px;
  border: 0;
  border-radius: 48px 48px 26px 26px / 38px 38px 26px 26px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: inset 0 3px 0 #fff, inset 0 -8px 0 color-mix(in srgb, var(--tb-pop) 14%, transparent), 0 26px 36px -18px rgb(24 0 34 / 0.6);
  rotate: calc(var(--cm-tilt, 0) * 3deg);
  transform-origin: 50% -70px;
}
.wl-quote::before {
  content: "";
  top: 18px; left: 50%;
  width: 20px; height: 20px;
  translate: -50% 0;
  border-radius: 50%;
  background: var(--tb-g2);
  box-shadow: 0 0 0 5px #f4d98a, 0 0 0 6px rgb(0 0 0 / 0.08), inset 0 3px 3px rgb(0 0 0 / 0.35);
}
.wl-quote::after {
  content: ""; position: absolute; left: 50%; top: -74px;
  width: 3px; height: 102px;
  translate: -50% 0;
  border-radius: 2px;
  background: linear-gradient(180deg, #e8b64a, #f7dd8d);
}
.wl-quote__text { font-family: var(--v-font-display); font-weight: 800; font-size: 1.28rem; line-height: 1.35; color: var(--tb-ink); text-align: center; }
.wl-quote__text::before { content: "\201C"; color: var(--tb-pop); margin-right: 0.08em; }
.wl-quote__text::after { content: "\201D"; color: var(--tb-pop); margin-left: 0.04em; }
.wl-quote__who { display: block; padding-top: 14px; border-top: 2px dashed color-mix(in srgb, var(--tb-ink) 16%, transparent); text-align: center; font-family: var(--v-font-display); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--v-faint); }
.wl-quote__who::before { content: "From "; color: var(--tb-pop); }

/* faq: squishy pills */
.cm-page .wl-faq { gap: 18px; max-width: 880px; margin: 0 auto; }
.wl-qa {
  border: 0;
  border-radius: 32px;
  background: linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: inset 0 3px 0 #fff, inset 0 -7px 0 color-mix(in srgb, var(--tb-pop) 12%, transparent), 0 7px 0 -1px color-mix(in srgb, var(--tb-deep) 40%, transparent), 0 24px 34px -18px rgb(24 0 34 / 0.55);
  transition: scale 0.5s var(--tb-squish);
}
.wl-qa:hover { scale: 1.01; }
.wl-qa__q { padding: 22px 22px 22px 30px; font-family: var(--v-font-display); font-weight: 800; font-size: 1.22rem; color: var(--tb-ink); }
.wl-qa__sign {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--tb-pop-2);
  box-shadow: inset 0 3px 0 rgb(255 255 255 / 0.6), inset 0 -3px 0 rgb(0 0 0 / 0.08), 0 3px 0 color-mix(in srgb, var(--tb-deep) 40%, transparent);
}
.wl-qa__sign::before, .wl-qa__sign::after { left: 12px; right: 12px; height: 4px; margin-top: -2px; border-radius: 2px; background: var(--tb-deep); }
.wl-qa__a { padding: 0 30px 26px; color: var(--v-soft); font-weight: 600; font-size: 1.06rem; }

/* access: the contract, gift-wrapped */
.wl-sec--access .wl-access {
  position: relative;
  max-width: 860px;
  margin: 70px auto 0;
  padding: clamp(56px, 7vw, 84px) clamp(22px, 5vw, 64px) clamp(36px, 5vw, 56px);
  justify-items: center;
  text-align: center;
  border-radius: 50px;
  background:
    linear-gradient(90deg, transparent calc(50% - 30px), color-mix(in srgb, var(--tb-pop) 88%, #fff) calc(50% - 30px) calc(50% - 22px), var(--tb-pop) calc(50% - 22px) calc(50% + 22px), color-mix(in srgb, var(--tb-pop) 80%, var(--tb-deep)) calc(50% + 22px) calc(50% + 30px), transparent calc(50% + 30px)),
    linear-gradient(180deg, #fffefb, var(--tb-cream-2));
  box-shadow: var(--tb-plush);
}
.wl-sec--access .wl-access::before {
  content: ""; position: absolute; left: 50%; top: -58px;
  width: 190px; height: 102px;
  translate: -50% 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--tb-pop) 70%, #fff), var(--tb-pop) 60%, color-mix(in srgb, var(--tb-pop) 80%, var(--tb-deep)));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 64'%3E%3Cpath d='M60 30C44 8 14 2 10 20 6 38 34 44 60 30ZM60 30C76 8 106 2 110 20 114 38 86 44 60 30ZM55 33 38 62 49 57 55 64 60 36ZM65 33 82 62 71 57 65 64 60 36ZM52 30a8 8 0 1 0 16 0 8 8 0 1 0-16 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 64'%3E%3Cpath d='M60 30C44 8 14 2 10 20 6 38 34 44 60 30ZM60 30C76 8 106 2 110 20 114 38 86 44 60 30ZM55 33 38 62 49 57 55 64 60 36ZM65 33 82 62 71 57 65 64 60 36ZM52 30a8 8 0 1 0 16 0 8 8 0 1 0-16 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
  filter: drop-shadow(0 4px 0 var(--tb-deep));
}
.wl-access__net { position: relative; padding: 8px 18px; border-radius: 999px; background: var(--tb-cream); color: var(--tb-deep); font-family: var(--v-font-display); font-weight: 800; font-size: 0.82rem; box-shadow: 0 3px 0 color-mix(in srgb, var(--tb-deep) 25%, transparent); }
.wl-ca {
  position: relative;
  width: 100%;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  padding: 10px 10px 10px 26px;
  border: 3px dashed color-mix(in srgb, var(--tb-pop) 55%, transparent);
  border-radius: 999px;
  background: #fff;
  text-align: left;
  box-shadow: 0 6px 0 color-mix(in srgb, var(--tb-deep) 30%, transparent), 0 20px 30px -16px rgb(24 0 34 / 0.45);
}
.wl-ca__label { color: var(--tb-pop); font-family: var(--v-font-display); font-weight: 800; }
.wl-ca__value { color: var(--tb-ink); font-weight: 600; }
.wl-ca .wl-copy { padding: 14px 22px; border-radius: 999px; background: var(--tb-pop-2); color: var(--tb-deep); font-family: var(--v-font-display); box-shadow: var(--tb-gum); transition: translate 0.25s var(--v-spring); }
.wl-ca .wl-copy:active { translate: 0 3px; }
.wl-copy.wl-btn { background: var(--tb-cream); }
.wl-copy.wl-btn--primary { background: var(--tb-pop-2); }
.wl-links { position: relative; justify-content: center; gap: 12px; }
.wl-link {
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--tb-cream);
  color: var(--tb-ink);
  font-family: var(--v-font-display);
  font-weight: 800;
  box-shadow: var(--tb-gum);
  transition: translate 0.3s var(--v-spring), scale 0.45s var(--tb-squish);
}
.wl-link:hover { transform: none; translate: 0 -3px; border-color: transparent; }
.wl-link .wl-glyph { color: var(--tb-pop); stroke-width: 2.4; }

/* timeline, flow, post: plush versions for briefs that carry them */
.wl-milestones { padding: clamp(26px, 4vw, 44px); border-radius: 44px; background: linear-gradient(180deg, #fffefb, var(--tb-cream-2)); box-shadow: var(--tb-plush); max-width: 52rem; margin: 0 auto; }
.wl-milestones::before { left: calc(clamp(26px, 4vw, 44px) + 13px); top: calc(clamp(26px, 4vw, 44px) + 12px); bottom: calc(clamp(26px, 4vw, 44px) + 12px); background: repeating-linear-gradient(180deg, var(--tb-stitch) 0 8px, transparent 8px 14px); }
.wl-ms__ring { fill: var(--tb-cream); stroke: var(--tb-pop); stroke-width: 3; }
.wl-ms__core { fill: var(--tb-pop); }
.wl-ms__when { color: var(--tb-pop); font-family: var(--v-font-display); font-weight: 800; }
.wl-ms__title { font-family: var(--v-font-display); font-weight: 800; color: var(--tb-ink); }
.wl-node__card { border: 0; border-radius: 36px; background: linear-gradient(180deg, #fffefb, var(--tb-cream-2)); box-shadow: var(--tb-plush); }
.wl-node__card .wl-ord { background: var(--tb-pop-2); color: var(--tb-deep); box-shadow: inset 0 2px 0 rgb(255 255 255 / 0.6); }
.wl-node__title { font-family: var(--v-font-display); font-weight: 800; color: var(--tb-ink); }
.wl-edge__line, .wl-edge__head { stroke: var(--tb-pop); stroke-width: 3; }
.wl-ring__track { stroke: color-mix(in srgb, var(--tb-pop) 16%, #ffffff); }
.wl-ring__fill { stroke-width: 11; }
.wl-ring__value { color: var(--tb-ink); }
.wl-post { margin: 0 auto; border: 0; border-radius: 40px; background: linear-gradient(180deg, #fffefb, var(--tb-cream-2)); box-shadow: var(--tb-plush); color: var(--tb-ink); }
.wl-table-wrap { border: 0; border-radius: 30px; background: var(--tb-cream); box-shadow: var(--tb-plush); }
.wl-bar__bg { fill: var(--tb-cream-2); }

/* footer: a shelf of candy */
.cm-footer { color: #fff; }
.wl-foot {
  max-width: var(--v-maxw);
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 40px;
  background: rgb(255 255 255 / 0.12);
  border: 2px solid rgb(255 255 255 / 0.28);
}
.wl-foot__nfa { flex-basis: 100%; }
.wl-foot__name { color: var(--tb-face); font-weight: 800; font-size: 1.5rem; --tb-side: var(--tb-deep); }
.wl-foot__net, .wl-foot__nfa { color: rgb(255 255 255 / 0.84); font-weight: 700; }
.wl-foot .wl-link { padding: 10px 16px; font-size: 0.88rem; }

/* ---- motion */
@keyframes tb-bounce {
  0% { transform: translateY(0) scale(1.12, 0.88); animation-timing-function: cubic-bezier(0.25, 0.8, 0.35, 1); }
  16% { transform: translateY(-5%) scale(0.93, 1.08); animation-timing-function: cubic-bezier(0.2, 0.7, 0.35, 1); }
  50% { transform: translateY(-32%) scale(1, 1); animation-timing-function: cubic-bezier(0.6, 0, 0.85, 0.35); }
  86% { transform: translateY(-4%) scale(0.95, 1.06); animation-timing-function: cubic-bezier(0.3, 0, 0.6, 1); }
  100% { transform: translateY(0) scale(1.12, 0.88); }
}
@keyframes tb-bounce-shadow {
  0%, 100% { scale: 1.08 1; opacity: 0.9; }
  50% { scale: 0.55 0.8; opacity: 0.35; }
}
@keyframes tb-drift { 50% { translate: 0 -12px; } }
@keyframes tb-float { 50% { translate: 0 -14px; } }
@keyframes tb-floor { 50% { scale: 0.86; opacity: 0.7; } }
@keyframes tb-wobble {
  0%, 100% { rotate: calc(var(--cm-box-r) - 1.8deg); }
  50% { rotate: calc(var(--cm-box-r) + 1.8deg); }
}
@keyframes tb-sway {
  0%, 100% { rotate: 5deg; }
  50% { rotate: 9deg; }
}
@keyframes tb-twinkle { 50% { rotate: 36deg; scale: 0.8; } }
@keyframes tb-shine { 0%, 64% { translate: -110% 0; } 100% { translate: 110% 0; } }
@keyframes tb-word { from { opacity: 0; transform: translateY(0.45em) scale(0.55); } }
@keyframes tb-squish-in {
  0% { opacity: 0; transform: translateY(34px) scale(0.84, 0.78); }
  55% { opacity: 1; transform: translateY(-5px) scale(1.04, 0.97); }
  78% { transform: translateY(1px) scale(0.99, 1.01); }
  100% { opacity: 1; transform: none; }
}
@keyframes tb-fade-in { from { opacity: 0; } }

.cm-hero__headline .wl-w { animation: tb-word 0.8s var(--v-spring) both; animation-delay: calc(min(var(--i, 0) * 70ms, 420ms) + 100ms); }
.wl-motion-float .cm-box { animation: tb-float 6s ease-in-out infinite; }
.wl-motion-float .cm-floor { animation: tb-floor 6s ease-in-out infinite; }
.wl-hero-wobble .cm-box { animation: tb-wobble 5.2s ease-in-out infinite; }
.wl-motion-float.wl-hero-wobble .cm-box { animation: tb-float 6s ease-in-out infinite, tb-wobble 5.2s ease-in-out infinite; }
.wl-in .wl-feature, .wl-in .wl-shot, .wl-in .wl-qa, .wl-in .wl-legend__item, .wl-in .wl-stat {
  animation: tb-squish-in 0.95s var(--v-ease) both;
  animation-delay: calc(var(--i, 0) * 110ms + 140ms);
}
.wl-in .wl-quote {
  animation: tb-squish-in 0.95s var(--v-ease) both, tb-sway-q 6s ease-in-out infinite;
  animation-delay: calc(var(--i, 0) * 110ms + 140ms), calc(var(--i, 0) * -1.9s);
}
@keyframes tb-sway-q {
  0%, 100% { rotate: calc(var(--cm-tilt, 0) * 3deg - 1.2deg); }
  50% { rotate: calc(var(--cm-tilt, 0) * 3deg + 1.2deg); }
}

/* ---- phone */
@media (max-width: 900px) {
  :root { --cm-hero-peek: 0px; --cm-box-w: 76%; --cm-stage-h-phone: min(132vw, 640px); }
  .cm-top__get { padding: 11px 16px; font-size: 0.9rem; }
  .cm-hero__stage { margin-top: 18px; }
  .cm-hero__deco > .cm-doodle--1 { display: none; }
  .cm-hero__deco > .cm-doodle--2 { --s: 62px; top: auto; bottom: 36%; right: 4%; }
  .cm-hero__deco > .cm-doodle--3 { left: 4%; top: auto; bottom: 44%; }
  .cm-hero__deco > .cm-doodle--4 { --s: 200px; right: -10%; top: auto; bottom: 8%; }
  .cm-hero__deco > .cm-doodle--5, .cm-hero__deco > .cm-doodle--6 { display: none; }
  .cm-intro__portrait { width: min(82%, 360px); }
  .cm-sec-doodle { --s: 46px; top: -8px; }
  .cm-sec-doodle--r { left: auto; right: -14px; }
  .cm-sec-doodle--l { right: auto; left: -14px; }
}
@media (max-width: 560px) {
  :root { --cm-box-w: 86%; --cm-s1-w: 30%; --cm-s2-w: 26%; --cm-s3-w: 23%; }
  .wl-btn { padding: 13px 17px; font-size: 0.94rem; }
  .cm-hero__cta { gap: 10px; }
  .cm-top { padding-inline: 12px; }
  .cm-top__bar { padding: 0 8px 0 8px; }
  .cm-brand__tick { display: none; }
  .cm-brand__name { font-size: 1.12rem; }
  .cm-box { padding: 10px 10px 8px; border-radius: 34px; }
  .cm-box__band { border-radius: 26px 26px 12px 12px; padding: 9px 10px 9px 16px; }
  .cm-box__name { font-size: 1.45rem; }
  .cm-box__window { border-radius: 22px; }
  .cm-box__burst { width: 78px; height: 78px; left: -22px; top: 40px; font-size: 0.86rem; }
  .cm-box__tab { width: 92px; height: 48px; top: -34px; }
  .cm-ribbon { font-size: 0.96rem; }
  .wl-feature { padding: 80px 22px 28px; }
  .wl-ca { border-radius: 30px; padding: 16px; }
  .wl-foot { border-radius: 32px; padding: 22px; }
  .wl-sec--facts .wl-sec__body { rotate: 0deg; }
}
