/* cute-meme / plush-catalogue
   A mail-order toy catalogue printed on white. The first screen is one product
   listing: the hero as the cover shot on a grey studio sweep with a soft floor
   shadow and a heart-shaped swing tag, three poses cropped from the same picture as
   thumbnails, the brand colours as a colourway, a spec list with dotted leaders. Then
   the catalogue pages: the range (features as product cards, each its own crop of the
   hero), lifestyle shots, the supply printed on a sewn composition label, product
   details, customer notes and an order form with a cut line. Polarity: white paper,
   hairline rules, a clean geometric sans, soft photographic shadows; no fills, no
   candy, no tiles. */

:root {
  --pc-paper: #ffffff;
  --pc-page: #fbfaf7;
  --pc-sweep-1: #f5f3f0;
  --pc-sweep-2: #e6e2dd;
  --pc-ink: #1f1c24;
  --pc-soft: #5e5866;
  --pc-faint: #9a93a2;
  --pc-rule: #e7e2dc;
  --pc-heart: var(--wl-accent);
  --pc-heart-ink: var(--wl-on-accent);
  --pc-mast: 68px;
  --pc-sans: "Avenir Next", Avenir, "Century Gothic", Futura, "Trebuchet MS", "Helvetica Neue", Arial, "Liberation Sans", sans-serif;
  --pc-soft-shadow: 0 1px 2px rgb(31 28 36 / 0.06), 0 22px 40px -24px rgb(31 28 36 / 0.35);

  --v-bg: var(--pc-page);
  --v-fg: var(--pc-ink);
  --v-soft: var(--pc-soft);
  --v-faint: var(--pc-faint);
  --v-line: var(--pc-rule);
  --v-line-strong: #cfc8c0;
  --v-surface: var(--pc-paper);
  --v-surface-2: var(--pc-sweep-1);
  --v-card-bg: var(--pc-paper);
  --v-accent: var(--wl-accent);
  --v-accent-text: var(--wl-accent-on-light);
  --v-on-accent: var(--wl-on-accent);
  --v-secondary: var(--wl-secondary);
  --v-seg-1: var(--wl-accent);
  --v-seg-2: var(--wl-secondary);
  --v-seg-3: #d9cfc4;
  --v-seg-4: #b7c7e3;
  --v-seg-5: #e3c7a4;
  --v-seg-6: #cfc8c0;
  --v-font-body: var(--pc-sans);
  --v-font-display: var(--pc-sans);
  --v-font-mono: "Courier New", "Liberation Mono", monospace;
  --v-display-weight: 600;
  --v-display-tracking: -0.03em;
  --v-display-case: none;
  --v-display-lh: 1.02;
  --v-title-size: clamp(2rem, 3.8vw, 3.4rem);
  --v-body-size: 1rem;
  --v-radius: 18px;
  --v-radius-sm: 10px;
  --v-radius-lg: 28px;
  --v-border: 1px solid var(--pc-rule);
  --v-shadow: var(--pc-soft-shadow);
  --v-card-pad: 22px;
  --v-maxw: 1180px;
  --v-pad-x: clamp(18px, 4vw, 56px);
  --v-sec-gap: clamp(72px, 9vw, 128px);
  --v-ease: cubic-bezier(0.22, 0.7, 0.2, 1);
  --v-spring: cubic-bezier(0.3, 1.3, 0.5, 1);

  --wl-label-lore: "About the toy";
  --wl-label-features: "The range";
  --wl-label-supply: "Composition";
  --wl-label-flow: "How it works";
  --wl-label-timeline: "Coming soon";
  --wl-label-comparison: "Compare";
  --wl-label-stats: "Specifications";
  --wl-label-tweet: "In the press";
  --wl-label-gallery: "Lifestyle";
  --wl-label-facts: "Product details";
  --wl-label-quotes: "Customer notes";
  --wl-label-faq: "Questions";
  --wl-label-access: "Order form";
}

html { background: var(--pc-page); color-scheme: light; }
body { background: var(--pc-page); color: var(--pc-ink); line-height: 1.55; letter-spacing: 0.005em; }

/* ------------------------------------------------------------ masthead */
.pc-mast {
  position: sticky; top: 0; z-index: 30;
  height: var(--pc-mast);
  display: flex; align-items: center; gap: 22px;
  padding: 0 var(--v-pad-x);
  background: rgb(255 255 255 / 0.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--pc-rule);
  min-width: 0;
}
.pc-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; text-decoration: none; }
.pc-brand__mark { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex: none; }
.pc-brand__name { font: 700 1.3rem/1 var(--pc-sans); letter-spacing: -0.03em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.pc-mast__nav { flex: 1 1 0; min-width: 0; display: flex; justify-content: safe center; gap: 2px; overflow-x: auto; scrollbar-width: none; }
.pc-mast__nav::-webkit-scrollbar { display: none; }
.pc-mast__nav .wl-nav__link { flex: none; padding: 8px 12px; font: 600 0.74rem/1 var(--pc-sans); letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; color: var(--pc-soft); white-space: nowrap; border-bottom: 2px solid transparent; }
.pc-mast__nav .wl-nav__link:hover, .pc-mast__nav .wl-nav__link.is-active { color: var(--pc-ink); border-bottom-color: var(--pc-heart); }
.pc-mast__order { flex: none; margin-left: auto; display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border-radius: 999px; background: var(--pc-ink); color: #fff; font: 700 0.86rem/1 var(--pc-sans); text-decoration: none; }
.pc-mast__bag { width: 14px; height: 13px; border: 2px solid currentColor; border-radius: 2px 2px 4px 4px; position: relative; }
.pc-mast__bag::before { content: ""; position: absolute; left: 2px; right: 2px; top: -6px; height: 6px; border: 2px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; }

/* ------------------------------------------------------------ the listing */
.pc-listing {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 64px);
  align-items: center;
  max-width: calc(var(--v-maxw) + 2 * var(--v-pad-x));
  min-height: calc(100svh - var(--pc-mast) - 44px);
  margin: 0 auto;
  padding: clamp(18px, 2.4vw, 30px) var(--v-pad-x);
}

.pc-shot { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; min-width: 0; height: min(640px, calc(100svh - var(--pc-mast) - 90px)); min-height: 420px; }
.pc-sweep { position: absolute; inset: 0 0 96px; border-radius: 30px; background: radial-gradient(ellipse 90% 70% at 50% 40%, #fff 0%, var(--pc-sweep-1) 55%, var(--pc-sweep-2) 100%); box-shadow: inset 0 -40px 60px -40px rgb(31 28 36 / 0.12); }
.pc-cover {
  position: relative; z-index: 1; align-self: center; justify-self: center;
  width: min(84%, 560px); aspect-ratio: 5 / 4; margin-top: -12px;
  border-radius: 26px; overflow: hidden;
  box-shadow: 0 2px 4px rgb(31 28 36 / 0.08), 0 30px 50px -26px rgb(31 28 36 / 0.5);
}
.pc-cover .wl-hero-img { width: 100%; height: 100%; object-fit: cover; }
.pc-cover.wl-media--none { visibility: hidden; }
.pc-floor { position: absolute; z-index: 0; left: 50%; bottom: 112px; width: 62%; height: 26px; translate: -50% 0; border-radius: 50%; background: radial-gradient(closest-side, rgb(31 28 36 / 0.28), transparent); filter: blur(4px); }

/* the heart swing tag, on a string from the cover's corner */
.pc-tag { position: absolute; z-index: 3; right: 5%; top: 5%; width: clamp(120px, 12vw, 150px); rotate: 9deg; transform-origin: 50% 0; }
.pc-tag__string { display: block; width: 2px; height: 34px; margin: 0 auto; background: #b9ada0; border-radius: 2px; }
.pc-tag__heart {
  position: relative; display: grid; place-content: center; justify-items: center; gap: 3px;
  width: 100%; aspect-ratio: 1.05; padding: 14% 14% 24%;
  color: var(--pc-heart-ink);
  filter: drop-shadow(0 10px 12px rgb(31 28 36 / 0.3));
}
.pc-tag__heart::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 50% 12%, #fff 0 5%, transparent 5.5%), linear-gradient(160deg, color-mix(in oklab, var(--pc-heart) 80%, #fff), var(--pc-heart) 60%, color-mix(in oklab, var(--pc-heart) 80%, #000));
  -webkit-mask: var(--pc-heart-shape) center / 100% 100% no-repeat; mask: var(--pc-heart-shape) center / 100% 100% no-repeat;
}
.pc-tag__name { display: block; width: 100%; max-width: 100%; overflow: hidden; text-align: center; font: italic 800 1.15rem/1 var(--pc-sans); letter-spacing: -0.02em; }
.pc-tag__tick { font: 700 0.62rem/1 var(--pc-sans); letter-spacing: 0.16em; opacity: 0.85; }

/* three poses, cropped from the same picture */
.pc-poses { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0 clamp(0px, 3vw, 40px); list-style: none; }
.pc-pose { aspect-ratio: 1; border-radius: 16px; overflow: hidden; background: var(--pc-sweep-1); box-shadow: 0 0 0 1px var(--pc-rule); }
.pc-pose:first-child { box-shadow: 0 0 0 2px var(--pc-ink); }
.pc-pose__img { width: 100%; height: 100%; object-fit: cover; }
.pc-pose--1 .pc-pose__img { object-position: 50% 45%; scale: 1.55; }
.pc-pose--2 .pc-pose__img { object-position: 30% 60%; scale: 2.3; }
.pc-pose--3 .pc-pose__img { object-position: 64% 30%; scale: 2.9; }

.pc-copy { min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.pc-copy__kicker { margin: 0; align-self: flex-start; padding: 6px 12px; border: 1px solid var(--pc-ink); border-radius: 999px; font: 700 0.7rem/1.2 var(--pc-sans); letter-spacing: 0.16em; text-transform: uppercase; }
.pc-copy__name { margin: 0; font: 700 clamp(3rem, 6.2vw, 5.8rem)/0.9 var(--pc-sans); letter-spacing: -0.05em; overflow-wrap: anywhere; }
.pc-copy__headline { margin: 0; font: 500 clamp(1.3rem, 2vw, 1.75rem)/1.25 var(--pc-sans); letter-spacing: -0.01em; color: var(--pc-soft); text-wrap: balance; }
.pc-copy__sub { margin: 0; max-width: 32rem; color: var(--pc-soft); font-size: 1rem; line-height: 1.6; text-wrap: pretty; }
.pc-swatches { display: flex; align-items: center; gap: 8px; }
.pc-swatches__label { margin-right: 6px; font: 700 0.68rem/1 var(--pc-sans); letter-spacing: 0.16em; text-transform: uppercase; color: var(--pc-faint); }
.pc-swatch { width: 26px; height: 26px; border-radius: 50%; background: var(--c); box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.1), 0 0 0 3px var(--pc-page); }
.pc-swatch--1 { --c: var(--wl-accent); box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.1), 0 0 0 3px var(--pc-page), 0 0 0 4.5px var(--pc-ink); }
.pc-swatch--2 { --c: var(--wl-secondary); }
.pc-swatch--3 { --c: var(--wl-surface); }
.pc-swatch--4 { --c: var(--wl-fg); }
.pc-copy__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.pc-copy__cta .wl-btn { padding: 14px 20px; border: 1px solid var(--pc-ink); border-radius: 999px; background: var(--pc-paper); color: var(--pc-ink); font: 700 0.92rem/1 var(--pc-sans); letter-spacing: 0; }
.pc-copy__cta .wl-btn:hover { transform: none; background: var(--pc-sweep-1); border-color: var(--pc-ink); }
.pc-copy__cta .wl-btn--primary { flex: 1 1 100%; justify-content: center; padding: 17px 22px; background: var(--pc-ink); color: #fff; font-size: 1rem; }
.pc-copy__cta .wl-btn--primary:hover { background: #000; box-shadow: none; }
.pc-copy__cta .wl-btn__ca { opacity: 0.6; }
.pc-spec { margin: 4px 0 0; padding: 0; }
.pc-spec__row { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; font-size: 0.88rem; }
.pc-spec__row dt { color: var(--pc-faint); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.7rem; }
.pc-spec__row dd { margin: 0 0 0 auto; order: 2; font-weight: 700; }
.pc-spec__row::before { content: ""; order: 1; flex: 1; border-bottom: 1.5px dotted #cfc8c0; translate: 0 -4px; }
.pc-spec__row code { font-family: var(--v-font-mono); font-size: 0.86rem; }

/* the promo band */
.pc-strip { border-block: 1px solid var(--pc-ink); background: var(--pc-paper); font: 700 0.78rem/1 var(--pc-sans); letter-spacing: 0.22em; text-transform: uppercase; padding: 12px 0; }
.pc-strip .wl-marquee__item { padding: 0 1.4em; }
.pc-strip .wl-marquee__item::after { content: ""; display: inline-block; width: 11px; height: 10px; margin-left: 2.8em; background: var(--pc-heart); -webkit-mask: var(--pc-heart-shape) center / contain no-repeat; mask: var(--pc-heart-shape) center / contain no-repeat; }

/* ------------------------------------------------------------ catalogue pages */
.pc-flow { padding-bottom: clamp(64px, 9vw, 120px); }
.pc-flow .wl-sec__head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 6px 24px; max-width: none; padding-bottom: 18px; border-bottom: 1px solid var(--pc-ink); }
.pc-flow .wl-kicker { grid-column: 1 / -1; margin: 0; font: 700 0.72rem/1.2 var(--pc-sans); letter-spacing: 0.18em; color: var(--pc-soft); }
.pc-flow .wl-kicker .wl-ord { opacity: 1; color: var(--pc-ink); }
.pc-flow .wl-kicker .wl-ord::before { content: "Page "; }
.pc-flow .wl-kicker .wl-ord::after { content: " \2014"; }

/* the range: product cards, each a crop of the hero (app script) on a sweep */
.pc-flow .wl-features { grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: clamp(16px, 2vw, 28px); }
.pc-flow .wl-feature { display: flex; flex-direction: column; gap: 6px; padding: 0; background: none; border: 0; border-radius: 0; }
.pc-flow .wl-feature:hover { transform: none; }
.pc-item { position: relative; order: -2; margin: 0 0 14px; aspect-ratio: 1; border-radius: 22px; overflow: hidden; background: radial-gradient(ellipse 90% 70% at 50% 40%, #fff, var(--pc-sweep-1) 55%, var(--pc-sweep-2)); box-shadow: var(--pc-soft-shadow); }
.pc-item__img { position: absolute; left: 13%; top: 11%; width: 74%; height: 74%; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 6px #fff, 0 24px 30px -16px rgb(31 28 36 / 0.5); }
.pc-flow .wl-feature__icon { position: absolute; z-index: 2; top: 12px; left: 12px; width: 40px; height: 40px; margin: 0; border-radius: 12px; background: #fff; box-shadow: 0 4px 10px -4px rgb(31 28 36 / 0.3); }
.pc-flow .wl-feature__icon .wl-glyph { width: 20px; height: 20px; }
.pc-flow .wl-feature .wl-ord { position: static; order: -1; font: 700 0.72rem/1 var(--pc-sans); letter-spacing: 0.16em; color: var(--pc-faint); }
.pc-flow .wl-feature .wl-ord::before { content: "No. "; }
.pc-flow .wl-feature__title { margin: 0; font: 700 1.3rem/1.2 var(--pc-sans); letter-spacing: -0.02em; }
.pc-flow .wl-feature__text { margin: 0; color: var(--pc-soft); font-size: 0.95rem; }

/* about the toy */
.pc-flow .wl-lore { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 48px; max-width: none; }
.pc-flow .wl-lore__lead { grid-column: 1; font: 500 clamp(1.3rem, 2vw, 1.7rem)/1.4 var(--pc-sans); letter-spacing: -0.015em; }
.pc-flow .wl-lore__p { grid-column: 2; color: var(--pc-soft); }

/* lifestyle */
.pc-flow .wl-gallery { gap: 18px; }
.pc-flow .wl-shot { border-radius: 22px; background: none; overflow: visible; }
.pc-flow .wl-shot img { border-radius: 22px; box-shadow: var(--pc-soft-shadow); }
.pc-flow .wl-shot__caption { position: static; margin-top: 10px; padding: 0; background: none; color: var(--pc-soft); backdrop-filter: none; font: 600 0.85rem/1.3 var(--pc-sans); }
.pc-flow .wl-shot:hover img { transform: none; }

/* composition: the supply printed on a sewn label (the donut itself is not drawn) */
.pc-flow .wl-infographic { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(22px, 4vw, 56px); }
.pc-flow .wl-graphic--supply { display: block; }
.pc-flow .wl-donut {
  position: relative; display: flex; flex-direction: column; gap: 0;
  width: min(100%, 380px); margin: 0 auto; padding: 26px 26px 24px;
  background: #fff; border-radius: 4px;
  box-shadow: 0 1px 2px rgb(31 28 36 / 0.08), 0 18px 30px -20px rgb(31 28 36 / 0.4);
  outline: 1.5px dashed #d6cec5; outline-offset: -9px;
  font-family: var(--v-font-mono); text-transform: uppercase;
}
.pc-flow .wl-donut::before { content: "Composition"; display: block; margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--pc-rule); font: 700 0.8rem/1 var(--v-font-mono); letter-spacing: 0.2em; text-align: center; }
.pc-flow .wl-donut__chart { display: contents; }
.pc-flow .wl-donut__svg { display: none; }
.pc-flow .wl-donut__center { position: static; inset: auto; order: 3; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--pc-rule); text-align: left; }
.pc-flow .wl-donut__center::before { content: "Net"; font: 700 0.72rem/1.2 var(--v-font-mono); letter-spacing: 0.16em; }
.pc-flow .wl-donut__value { order: 2; font: 700 0.98rem/1.2 var(--v-font-mono); letter-spacing: 0; }
.pc-flow .wl-donut__label { order: 1; flex: 1; margin: 0; font: 400 0.8rem/1.2 var(--v-font-mono); letter-spacing: 0.06em; color: var(--pc-ink); }
.pc-flow .wl-legend { order: 2; width: 100%; gap: 0; margin: 0; }
.pc-flow .wl-legend__item { grid-template-columns: auto minmax(0, 1fr); gap: 12px; padding: 6px 0; border: 0; }
.pc-flow .wl-legend__swatch { display: none; }
.pc-flow .wl-legend__value { grid-row: 1; grid-column: 1; font: 700 1.05rem/1.2 var(--v-font-mono); }
.pc-flow .wl-legend__label { font-size: 0.92rem; letter-spacing: 0.06em; }
.pc-flow .wl-stats { gap: 0; grid-template-columns: minmax(0, 1fr); background: none; border: 0; border-top: 1px solid var(--pc-ink); border-radius: 0; overflow: visible; }
.pc-flow .wl-stat { flex-direction: row-reverse; justify-content: space-between; align-items: baseline; padding: 16px 0; background: none; border-bottom: 1px solid var(--pc-rule); }
.pc-flow .wl-stat__label { font: 700 0.7rem/1.2 var(--pc-sans); letter-spacing: 0.16em; color: var(--pc-faint); }
.pc-flow .wl-stat__value { font: 700 1.4rem/1 var(--pc-sans); letter-spacing: -0.02em; }
.pc-flow .wl-caption { grid-column: 1 / -1; font-size: 0.85rem; color: var(--pc-faint); }
.pc-flow .wl-rings { gap: 14px; }

/* product details: a spec table */
.pc-flow .wl-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; max-width: none; }
.pc-flow .wl-fact { grid-template-columns: 24px 1fr; gap: 14px; padding: 16px 0; background: none; border: 0; border-bottom: 1px solid var(--pc-rule); border-radius: 0; font-size: 1rem; }
.pc-flow .wl-fact__mark { width: 24px; height: 24px; background: none; color: var(--pc-ink); box-shadow: inset 0 0 0 1.5px var(--pc-ink); }
.pc-flow .wl-fact__mark .wl-glyph { width: 13px; height: 13px; }

/* customer notes */
.pc-flow .wl-quotes { gap: 18px; }
.pc-flow .wl-quote { padding: 26px 24px 22px; background: #fff; border: 1px solid var(--pc-rule); border-radius: 20px; }
.pc-flow .wl-quote::before { position: static; display: block; height: 0.5em; margin-bottom: 10px; font: 700 3.4rem/1 var(--pc-sans); color: var(--pc-heart); }
.pc-flow .wl-quote__text { font: 500 1.08rem/1.5 var(--pc-sans); }
.pc-flow .wl-quote__who { font: 700 0.72rem/1.3 var(--pc-sans); letter-spacing: 0.12em; text-transform: uppercase; color: var(--pc-faint); }

/* questions */
.pc-flow .wl-faq { gap: 0; max-width: none; border-top: 1px solid var(--pc-rule); }
.pc-flow .wl-qa { background: none; border: 0; border-bottom: 1px solid var(--pc-rule); border-radius: 0; }
.pc-flow .wl-qa__q { padding: 20px 0; font: 600 1.1rem/1.3 var(--pc-sans); }
.pc-flow .wl-qa__a { padding: 0 0 22px; max-width: 46rem; }

/* in the press */
.pc-flow .wl-post { background: #fff; border: 1px solid var(--pc-rule); border-radius: 20px; box-shadow: var(--pc-soft-shadow); }
.pc-flow .wl-post__meta:empty { display: none; }

/* order form, with a cut line */
.pc-flow .wl-sec--access .wl-sec__body { position: relative; padding: clamp(22px, 3vw, 36px); border: 2px dashed #cfc8c0; border-radius: 22px; background: #fff; }
.pc-flow .wl-sec--access .wl-sec__body::before { content: ""; position: absolute; left: 22px; top: -13px; width: 24px; height: 24px; background: var(--pc-soft); -webkit-mask: var(--pc-scissors) center / contain no-repeat; mask: var(--pc-scissors) center / contain no-repeat; }
.pc-flow .wl-access { max-width: none; }
.pc-flow .wl-access__net { font: 700 0.72rem/1.2 var(--pc-sans); letter-spacing: 0.16em; color: var(--pc-faint); }
.pc-flow .wl-ca { grid-template-columns: auto minmax(0, 1fr) auto; padding: 8px 8px 8px 18px; background: var(--pc-page); border: 1px solid var(--pc-rule); border-radius: 14px; }
.pc-flow .wl-ca__label { font: 700 0.7rem/1.2 var(--pc-sans); letter-spacing: 0.16em; color: var(--pc-faint); }
.pc-flow .wl-ca__label::after { content: " code"; }
.pc-flow .wl-copy { padding: 14px 22px; border-radius: 10px; background: var(--pc-ink); color: #fff; font: 700 0.92rem/1 var(--pc-sans); }
.pc-flow .wl-link { padding: 12px 18px; border: 1px solid var(--pc-ink); background: #fff; font: 700 0.86rem/1 var(--pc-sans); }
.pc-flow .wl-link:hover { transform: none; background: var(--pc-sweep-1); }

/* footer */
.pc-foot { padding: 0 var(--v-pad-x) 40px; }
.pc-foot .wl-foot { max-width: var(--v-maxw); margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--pc-ink); }
.pc-foot .wl-link { padding: 8px 14px; border: 1px solid var(--pc-rule); background: #fff; }

/* shapes */
:root {
  --pc-heart-shape: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 95%27%3E%3Cpath d=%27M50 93C20 72 2 55 2 31 2 14 15 2 30 2c9 0 16 4 20 11 4-7 11-11 20-11 15 0 28 12 28 29 0 24-18 41-48 62z%27/%3E%3C/svg%3E");
  --pc-scissors: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Ccircle cx=%276%27 cy=%277%27 r=%273%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Ccircle cx=%276%27 cy=%2717%27 r=%273%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%272%27/%3E%3Cpath d=%27M8.5 8.5L21 17M8.5 15.5L21 7%27 stroke=%27%23000%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E");
}

/* ------------------------------------------------------------ motion: the tag swings, cards lift */
.pc-tag { animation: pc-swing 4.6s ease-in-out infinite; }
@keyframes pc-swing { 0%, 100% { rotate: 9deg; } 50% { rotate: -5deg; } }
.pc-cover { animation: pc-in 0.8s var(--v-ease) both; }
@keyframes pc-in { from { opacity: 0; translate: 0 18px; } }
.pc-pose { animation: pc-in 0.6s var(--v-ease) both; }
.pc-pose--2 { animation-delay: 0.1s; }
.pc-pose--3 { animation-delay: 0.2s; }
.pc-item { transition: translate 0.4s var(--v-ease), box-shadow 0.4s var(--v-ease); }
.wl-feature:hover .pc-item { translate: 0 -4px; box-shadow: 0 1px 2px rgb(31 28 36 / 0.06), 0 30px 46px -24px rgb(31 28 36 / 0.45); }

/* ------------------------------------------------------------ phone */
@media (max-width: 1000px) {
  .pc-mast__nav { display: none; }
}
@media (max-width: 860px) {
  :root { --pc-mast: 58px; }
  .pc-listing { grid-template-columns: minmax(0, 1fr); min-height: 0; padding-top: 16px; }
  .pc-shot { height: auto; min-height: 0; }
  .pc-sweep { inset: 0 0 86px; }
  .pc-cover { width: 88%; margin: 22px auto 34px; }
  .pc-floor { bottom: 96px; }
  .pc-tag { width: 104px; right: 2%; top: 0; }
  .pc-poses { padding: 0; }
  .pc-flow .wl-lore { grid-template-columns: minmax(0, 1fr); }
  .pc-flow .wl-lore__p { grid-column: 1; }
  .pc-flow .wl-infographic { grid-template-columns: minmax(0, 1fr); }
  .pc-flow .wl-facts { grid-template-columns: minmax(0, 1fr); }
  .pc-flow .wl-ca { grid-template-columns: minmax(0, 1fr) auto; }
  .pc-flow .wl-ca__label { grid-column: 1 / -1; }
}

/* a brief whose hero is the quoted post: the post is the cover shot */
.pc-cover.wl-media--post { aspect-ratio: auto; overflow: visible; box-shadow: none; border-radius: 26px; }
.pc-cover .wl-post--giant { border: 1px solid var(--pc-rule); border-radius: 26px; box-shadow: 0 2px 4px rgb(31 28 36 / 0.08), 0 30px 50px -26px rgb(31 28 36 / 0.5); }
.pc-cover .wl-post--giant .wl-post__text { font-size: clamp(1.3rem, 2.2vw, 1.9rem); line-height: 1.2; }
.pc-cover .wl-post__meta:empty { display: none; }
.pc-shot:has(.wl-media--post) .pc-tag { right: -1%; top: -3%; width: clamp(96px, 9vw, 116px); }
