/* ============================================================
   picfolio.co.uk — site styles
   Two voices live here:
   1) `s-`  — the site's own marketing voice (dark cinematic home key,
              light interludes for privacy + pricing).
   2) `gp-` — the PRODUCT's chrome, values lifted verbatim from
              reference/PRODUCT-CSS-as-rendered.css. Never restyled.
   ============================================================ */

/* ---------- tokens (from the shipped product — keep these values) ---------- */
:root {
  --ink-dark-bg: #050508;
  --panel-navy: #1c2247;
  --panel-navy-2: #252d5c;
  --hairline-navy: #4f5b98;
  --accent: #8fcdbd;
  --accent-deep: #2f9179;
  --accent-ink: #16332b;
  --light-page: #f6f7fb;
  --light-border: #dcdfe9;
  --light-ink: #16181f;
  --light-muted: #7d82a0;
  --warn-amber: #e6b455;
  --hue-slideshow-a: #144552; --hue-slideshow-b: #a1c181;
  --hue-sheet-a: #3a0ca3;     --hue-sheet-b: #4cc9f0;
  --hue-board-a: #9d0208;     --hue-board-b: #f72585;
  --hue-scrap-a: #606c38;     --hue-scrap-b: #dda15e;
  --ui-font: "Segoe UI", "Trebuchet MS", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --display-font: "Avenir Next", "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --hand-font: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--ink-dark-bg); color: #e6e8f2;
  font-family: var(--ui-font); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #a9dccd; text-decoration: underline; }
.s-light a { color: #26735f; }
.s-light a:hover { color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.s-light :focus-visible { outline-color: var(--accent-deep); }
::selection { background: rgba(143,205,189,.35); }

.s-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; }

/* skip link: hidden until keyboard focus */
.s-skip { position: fixed; top: 10px; left: 10px; z-index: 100; background: var(--accent); color: #16332b;
  font-weight: 800; font-size: 13px; padding: 10px 18px; border-radius: 999px;
  transform: translateY(-64px); transition: transform .2s; }
.s-skip:focus-visible { transform: none; text-decoration: none; color: #16332b; }

/* ---------- header ---------- */
.s-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 14px 28px; background: rgba(8,8,12,.72);
  backdrop-filter: blur(28px) saturate(1.35); -webkit-backdrop-filter: blur(28px) saturate(1.35);
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: transform .3s ease, opacity .3s ease;
}
.s-header-in { max-width: 1180px; margin: 0 auto; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; }
.s-header.s-header-hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; }
.s-brand { display: inline-flex; align-items: center; gap: 10px; color: #e6e8f2; font-weight: 700;
  font-size: 15px; letter-spacing: .01em; }
.s-brand:hover { color: #fff; text-decoration: none; }
.s-brand img { width: 26px; height: 26px; display: block; }
.s-nav { display: flex; align-items: center; gap: 26px; }
.s-nav a { color: #b9bed6; font-size: 13.5px; font-weight: 600; }
.s-nav a:hover { color: #e6e8f2; text-decoration: none; }

/* Features dropdown */
.s-nav-drop { position: relative; }
.s-nav-drop > a { display: inline-flex; align-items: center; gap: 6px; }
.s-nav-drop > a svg { transition: transform .2s; }
.s-nav-menu { position: absolute; top: 100%; left: -14px; padding-top: 12px; min-width: 200px;
  opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.s-nav-menu::before { content: ""; position: absolute; inset: 12px 0 0; background: rgba(13,15,30,.97);
  border: 1px solid rgba(255,255,255,.14); border-radius: 12px; box-shadow: 0 24px 60px rgba(0,0,0,.55); }
.s-nav-menu a { position: relative; display: block; padding: 9px 16px; font-size: 12.5px; }
.s-nav-menu a:first-child { padding-top: 13px; }
.s-nav-menu a:last-child { padding-bottom: 13px; }
.s-nav-menu a:hover { color: #8fcdbd; }
.s-nav-drop:hover .s-nav-menu, .s-nav-drop:focus-within .s-nav-menu {
  opacity: 1; visibility: visible; transform: translateY(0); }
.s-nav-drop:hover > a svg, .s-nav-drop:focus-within > a svg { transform: rotate(180deg); }

/* ---------- shared section shells ---------- */
.s-section { position: relative; padding: 110px 28px 104px; }
.s-wrap { max-width: 1180px; margin: 0 auto; }
.s-kicker { font-size: 11.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 14px; }
.s-h2 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.015em;
  font-size: clamp(30px, 4.6vw, 52px); line-height: 1.06; margin: 0 0 18px; text-wrap: balance; }
.s-lede { font-size: clamp(15.5px, 1.5vw, 18px); line-height: 1.7; color: #b9bed6; max-width: 62ch;
  text-wrap: pretty; margin: 0; }
.s-light { background: var(--light-page); color: var(--light-ink); }
.s-light-deep { background: #e9ecf4; }
.s-light .s-lede { color: #565b70; }
.s-light .s-kicker { color: var(--accent-deep); }

/* ---------- hero ---------- */
.s-hero { position: relative; padding: 96px 28px 104px; }
.s-hero-copy { max-width: 1180px; margin: 0 auto; width: 100%;
  min-height: calc(100svh - 136px); display: flex; align-items: center; gap: 44px; }
.s-hero-text { flex: 1 1 60%; min-width: 0; }
/* the story fragments: toolbar → player, a simple flow column */
.s-hero-frags { position: relative; flex: 0 0 34%; max-width: 380px; align-self: center;
  display: flex; flex-direction: column; gap: 18px; }
@media (max-width: 979px) {
  .s-hero-copy { flex-direction: column; align-items: stretch; justify-content: center; gap: 40px; }
  .s-hero-frags { flex: none; width: min(380px, 88vw); align-self: center; }
}
.s-hf { position: relative; border-radius: 13px; background: rgba(13,15,30,.96);
  border: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.s-hf-bar { display: flex; align-items: center; gap: 9px;
  padding: 9px 12px; border-radius: 999px; }
.s-hf-bar .navi { display: inline-flex; align-items: center; gap: 8px; color: #b9bed6; }
.s-hf-bar .url { flex: 1; display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600;
  color: #d5d9ea; background: rgba(255,255,255,.09); border-radius: 999px; padding: 6px 12px;
  white-space: nowrap; overflow: hidden; }
.s-hf-bar .url svg { flex: none; color: #9aa0bf; }
.s-hf-bar .url .star { margin-left: auto; }
.s-hf-bar .ext, .s-hf-bar .kebab { display: grid; place-items: center; color: #b9bed6; flex: none; }
.s-hf-bar .icon { position: relative; display: grid; place-items: center; width: 30px; height: 30px;
  border-radius: 999px; background: rgba(255,255,255,.07); flex: none; }
.s-hf-bar .icon img { display: block; }
.s-hf-bar .icon .pulse { position: absolute; inset: -2px; border-radius: 999px; border: 2px solid var(--accent);
  opacity: 0; }
.s-hf-bar .icon .pulse.go { animation: hfPulse 1s ease-out; }
@keyframes hfPulse { 0% { opacity: .9; transform: scale(.9); } 100% { opacity: 0; transform: scale(1.5); } }
/* the view: the web page at rest, the player laid over it */
.s-hf-view { position: relative; overflow: hidden; aspect-ratio: 4/3.1; }
.s-hf-view .pg { position: absolute; inset: 0; background: #f4f3ef; padding: 12px 14px; }
.s-hf-view .pg-mast { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.s-hf-view .pg-mast .t { font-size: 11px; font-weight: 800; color: #232327; font-family: var(--display-font);
  white-space: nowrap; }
.s-hf-view .pg-mast .l { width: 26px; height: 5px; border-radius: 3px; background: #c9c6bd; }
.s-hf-view .pg-mast .l:first-of-type { margin-left: auto; }
.s-hf-view .pg-h { margin: 0 0 8px; font-size: 15px; font-weight: 800; color: #232327;
  font-family: var(--display-font); }
.s-hf-view .pg-line { display: block; height: 6px; border-radius: 3px; background: #d9d6cd; margin-bottom: 6px; }
.s-hf-view .pg-line.short { width: 62%; margin-bottom: 12px; }
.s-hf-view .pg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.s-hf-view .pg-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 5px; }
/* the player: a full-bleed overlay that fades in over the page */
.s-hf-view .plyr { position: absolute; inset: 0; background: #050508; opacity: 0;
  transition: opacity .55s ease; }
.s-hf-view .plyr.in { opacity: 1; }
.s-hf-view .plyr > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .8s ease; }
.s-hf-view .plyr > img.lit { opacity: 1; }
.s-hf-view .plyr .topbar { position: absolute; inset: 0 0 auto 0; z-index: 2; display: flex;
  align-items: center; justify-content: space-between; padding: 9px 12px;
  background: linear-gradient(180deg, rgba(5,5,8,.8), rgba(5,5,8,0));
  transition: opacity .5s ease; }
.s-hf-view .plyr .brand { display: inline-flex; align-items: center; gap: 6px; font-size: 11px;
  font-weight: 800; color: #e6e8f2; }
.s-hf-view .plyr .ctr { border: 1px solid rgba(255,255,255,.25); color: #e6e8f2; border-radius: 999px;
  padding: 3px 9px; font-size: 10px; font-weight: 700; background: rgba(5,5,8,.4); }
.s-hf-view .plyr .bottom { position: absolute; inset: auto 0 0 0; z-index: 2; padding: 16px 10px 6px;
  background: linear-gradient(0deg, rgba(5,5,8,.85), rgba(5,5,8,0)); transition: opacity .5s ease; }
.s-hf-view .plyr .strip { display: flex; gap: 4px; }
.s-hf-view .plyr .strip img { flex: 1; min-width: 0; aspect-ratio: 4/3; object-fit: cover; border-radius: 3px;
  opacity: .55; outline: 1.5px solid transparent; outline-offset: 1px;
  transition: opacity .3s, outline-color .3s, transform .25s; }
.s-hf-view .plyr .strip img.on { opacity: 1; outline-color: var(--accent); }
.s-hf-view .plyr .strip img.hov { opacity: .9; transform: translateY(-2px); }
.s-hf-view .plyr .transport { display: flex; align-items: center; padding: 6px 2px 4px;
  color: #d5d9ea; font-size: 10.5px; font-weight: 700; }
.s-hf-view .plyr .transport .pp { display: inline-flex; align-items: center; gap: 6px; }
/* full screen: the chrome melts away — same frame, just the image */
.s-hf-view .plyr .topbar, .s-hf-view .plyr .bottom { transition: opacity 1.1s ease; }
.s-hf-view .plyr.fsmode .topbar, .s-hf-view .plyr.fsmode .bottom { opacity: 0; }
/* reduced motion: the composed end state */
@media (prefers-reduced-motion: reduce) {
  .s-hf-view .plyr { opacity: 1; transition: none; }
}
.s-hero-player { position: relative; max-width: 1180px; margin: 0 auto; border-radius: 16px;
  overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: var(--ink-dark-bg);
  box-shadow: 0 40px 100px rgba(0,0,0,.55); }
.s-hero-stage { position: relative; aspect-ratio: 16 / 7; min-height: 300px; background: var(--ink-dark-bg); }
.s-hero-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .8s ease; will-change: transform, opacity; }
.s-hero-stage img.cur { opacity: 1; }
@keyframes sKb0 { from { transform: scale(1.06); } to { transform: scale(1.15) translate(-1.4%, 1%); } }
@keyframes sKb1 { from { transform: scale(1.13) translate(1%, -1%); } to { transform: scale(1.05); } }
@keyframes sKb2 { from { transform: scale(1.08) translate(-1%, -0.8%); } to { transform: scale(1.16) translate(1%, 0.8%); } }
@keyframes sKb3 { from { transform: scale(1.14) translate(0.8%, 1%); } to { transform: scale(1.06) translate(-0.8%, -0.5%); } }
.s-hero-stage img.kb0 { animation: sKb0 7s linear both; }
.s-hero-stage img.kb1 { animation: sKb1 7s linear both; }
.s-hero-stage img.kb2 { animation: sKb2 7s linear both; }
.s-hero-stage img.kb3 { animation: sKb3 7s linear both; }
.s-hero h1 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.02em;
  font-size: clamp(38px, 5.4vw, 66px); line-height: 1.06; margin: 0 0 18px; max-width: 20ch; }
.s-hero .s-lede { max-width: 60ch; font-size: clamp(16px, 1.7vw, 20px); }
.s-hero-cta { margin-top: 28px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.s-cta {
  display: inline-flex; align-items: center; gap: 10px; background: var(--accent);
  border: 1px solid var(--accent); color: var(--accent-ink); padding: 14px 28px;
  border-radius: 999px; font-family: var(--ui-font); font-size: 15px; font-weight: 800; cursor: pointer;
}
.s-cta:hover { background: #a9dccd; border-color: #a9dccd; color: var(--accent-ink); text-decoration: none; }
.s-cta-note { font-size: 12.5px; font-weight: 600; color: #b9bed6; }
.s-hero-caption { max-width: 1180px; margin: 16px auto 0; width: 100%; font-size: 13.5px; font-weight: 600; color: #b9bed6; min-height: 1.6em; transition: opacity .25s; }
.s-hero-player { width: 100%; }

/* section stacking — each section begins on a gentle diagonal seam laid
   over the last; alternating direction. padding-top = 94px visible minimum
   above the eyebrow (the seam eats up to 56px at its deep end) */
.s-stack { position: relative; margin-top: -56px; padding-top: 150px;
  clip-path: polygon(0 56px, 100% 0, 100% 100%, 0 100%); }
section.s-stack:nth-of-type(even) { clip-path: polygon(0 0, 100% 56px, 100% 100%, 0 100%); }
/* tonal ladder: the page lightens step by step from watching to making,
   then goes dark again at Private by design and climbs once more */
.s-alt-navy { background: #0c101f; }
.s-alt-ink { background: #161b30; }
.s-alt-slate { background: #2a3147; }
.s-alt-slate2 { background: #4a5468; }
.s-mist { background: #cdd5da; }
.s-alt-base { background: var(--ink-dark-bg); }
.s-alt-slate2 .s-lede { color: #dde1ec; }

/* the player vignette (self-contained iframe, 1180×510 design space —
   height trimmed so the demo fits the screen; width untouched) */
.s-vignette-frame { position: relative; border-radius: 16px; overflow: hidden;
  background: transparent;
  box-shadow: 0 40px 100px rgba(0,0,0,.55); aspect-ratio: 1180 / 510; transform: translateZ(0); }
.s-vignette-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* demo-run chapter timeline under the vignette */
.s-vig-timeline { max-width: 1180px; margin: 14px auto 0; display: flex; gap: 6px; }
.s-vig-seg { flex: 1 1 0; min-width: 44px; background: none; border: none; padding: 6px 0 0; cursor: pointer;
  display: flex; flex-direction: column; gap: 6px; font-family: var(--ui-font); }
.s-vig-seg .lbl { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.s-vig-seg .bar { display: block; height: 3px; border-radius: 999px; background: rgba(255,255,255,.14); overflow: hidden; }
.s-vig-seg .bar i { display: block; height: 100%; width: 0; background: var(--accent); border-radius: 999px; }
.s-vig-seg.done .bar i { width: 100%; }
.s-vig-seg .lbl { font-size: 10.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase;
  color: #6f7594; text-align: left; transition: color .2s; }
.s-vig-seg:hover .lbl, .s-vig-seg.active .lbl { color: var(--accent); }
.s-vig-seg:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
@media (max-width: 700px) { .s-vig-seg .lbl { display: none; } }

/* hero player chrome (the product's, verbatim values) — always visible on the site */
.s-hero-chrome { position: absolute; left: 0; right: 0; bottom: 0; z-index: 5; }

/* the hero loop's quiet progress line */
.s-hf-progress { height: 2px; border-radius: 999px; background: rgba(255,255,255,.10); overflow: hidden; }
.s-hf-progress i { display: block; height: 100%; width: 0; background: rgba(143,205,189,.55); border-radius: 999px; }

/* ---------- product chrome — values from PRODUCT-CSS-as-rendered.css ---------- */
.gp-thumbs { display: flex; gap: 7px; overflow-x: hidden; padding: 4px 16px 10px; }
.gp-thumbwrap { position: relative; flex: 0 0 auto; }
.gp-thumb { height: 56px; width: auto; object-fit: cover; border-radius: 6px; cursor: pointer;
  display: block; opacity: .45; border: 2px solid transparent; transition: opacity .15s; }
.gp-thumb:hover { opacity: .85; }
.gp-thumb.cur { opacity: 1; border-color: #8fcdbd; }
.gp-bar { position: relative; display: flex; align-items: center; justify-content: center; gap: 14px;
  flex-wrap: wrap; row-gap: 8px; padding: 14px 16px; background: rgba(6,6,10,.76);
  backdrop-filter: blur(28px) saturate(1.35); -webkit-backdrop-filter: blur(28px) saturate(1.35); }
.gp-group { display: flex; align-items: center; gap: 2px; }
.gp-btn { background: none; border: none; color: #e6e8f2; display: flex; align-items: center; gap: 6px;
  padding: 8px 9px; border-radius: 10px; font-size: 12.5px; font-weight: 600; font-family: var(--ui-font); cursor: pointer; }
.gp-btn:hover { background: rgba(255,255,255,.12); }
.gp-toggle.on { color: #8fcdbd; background: rgba(143,205,189,.17); }
#playBtn { background: #8fcdbd; border: none; color: #1c2247; display: flex; align-items: center;
  gap: 8px; padding: 9px 18px; border-radius: 999px; font-size: 13px; font-weight: 800; margin: 0 6px;
  font-family: var(--ui-font); cursor: pointer; }
#playBtn:hover { background: #a9dccd; }
#favBtn.on { color: #8fcdbd; }
#favBtn.on svg path { fill: currentColor; }
.gp-speed { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 340px; max-width: 420px; }
.gp-speed-lbl { font-size: 12.5px; font-weight: 600; color: #e6e8f2; flex: 0 0 auto; }
.gp-speed-col { display: flex; flex-direction: column; gap: 1px; flex: 1; min-width: 0; }
.gp-speed-ends { display: flex; justify-content: space-between; font-size: 9.5px; color: #9aa0bf;
  letter-spacing: .04em; text-transform: uppercase; }
.gp-bar input[type=range] { min-width: 0; width: 100%; accent-color: #8fcdbd; margin: 0; pointer-events: none; }
#speedLabel { font-size: 12px; min-width: 92px; color: #a8adc8; font-variant-numeric: tabular-nums; }
.gp-fields { display: flex; align-items: flex-end; justify-content: center; gap: 6px; flex: 0 1 auto;
  min-width: 0; flex-basis: 100%; border-top: 1px solid rgba(255,255,255,.10); padding-top: 9px; margin-top: 3px; }
.gp-field { display: flex; flex-direction: column; gap: 2px; flex: 0 1 auto; min-width: 80px; position: relative; }
.gp-field-label { font-size: 10px; color: #8fcdbd; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; padding-left: 2px; }
.gp-pill { background: rgba(28,34,71,.8); border: 1px solid #4f5b98; color: #e6e8f2;
  display: flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px;
  font-size: 12.5px; font-weight: 600; font-family: var(--ui-font); cursor: pointer; }
.gp-pill:hover { background: rgba(255,255,255,.12); }
.gp-lbl { white-space: nowrap; }
.gp-counter { font-size: 12.5px; font-variant-numeric: tabular-nums; color: #e6e8f2;
  background: rgba(28,34,71,.8); border: 1px solid #4f5b98; padding: 4px 12px;
  border-radius: 999px; flex: 0 0 auto; }
.gp-thumb-preview { position: absolute; z-index: 9; pointer-events: none;
  background: rgba(10,12,24,.92); border: 1px solid #4f5b98; border-radius: 10px;
  padding: 5px; box-shadow: 0 12px 34px rgba(0,0,0,.55); }
.gp-thumb-preview img { display: block; max-height: 200px; max-width: 320px; border-radius: 6px; }
.gp-thumb-preview .cap { margin-top: 5px; font-size: 11px; color: #cdd2e8; font-weight: 600;
  width: 0; min-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.gp-menu { background: #252d5c; border: 1px solid #4f5b98; border-radius: 12px; padding: 6px;
  min-width: 200px; box-shadow: 0 10px 30px rgba(0,0,0,.5); display: flex; flex-direction: column; gap: 1px; }
.gp-menu-item { background: none; border: none; color: #e6e8f2; display: flex; align-items: center;
  justify-content: space-between; gap: 12px; padding: 9px 10px; border-radius: 8px;
  font-size: 12.5px; font-weight: 600; text-align: left; font-family: var(--ui-font); }
.gp-menu-item.active { color: #8fcdbd; }
.gp-menu-head { font-size: 10.5px; color: #8fcdbd; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; padding: 5px 10px 3px; }

/* ---------- Play section (legacy grid removed round 3) ---------- */
.s-transitions { max-width: 1180px; margin: 14px auto 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.s-tx-chip { background: rgba(28,34,71,.8); border: 1px solid #4f5b98; color: #cdd2e8;
  border-radius: 999px; padding: 5px 13px; font-size: 12px; font-weight: 600; }
.s-tx-chip.retro { color: #8fcdbd; border-color: rgba(143,205,189,.45); }
.s-tx-more { font-size: 12px; color: #9aa0bf; font-weight: 600; }

/* play modes (boxes removed round 3) */
.s-play-copy { margin-bottom: 40px; }

/* ---------- keeps ---------- */
.s-keeps-intro { max-width: 800px; margin-bottom: 64px; }
.s-keep { display: grid; grid-template-columns: minmax(280px, 4fr) 7fr; gap: 56px; align-items: center;
  padding: 64px 0; border-top: 1px solid rgba(255,255,255,.07); }
.s-keep:last-of-type { padding-bottom: 0; }
.s-keep:nth-child(even of .s-keep) { grid-template-columns: 7fr minmax(280px, 4fr); }
.s-keep:nth-child(even of .s-keep) .s-keep-copy { order: 2; }
/* the keep number: huge, gradient-filled, in its own space above the heading */
.s-keep-copy { position: relative; }
.s-keep-num { display: block; margin: 0 0 8px -0.04em;
  font-family: var(--display-font); font-size: clamp(96px, 11vw, 150px); font-weight: 800;
  line-height: 0.9; letter-spacing: -.02em; opacity: .65;
  background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.s-keep h3 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.01em;
  font-size: clamp(24px, 2.6vw, 34px); margin: 0 0 10px; }
.s-keep p { color: #b9bed6; font-size: 15.5px; line-height: 1.7; margin: 0; max-width: 46ch; text-wrap: pretty; }
.s-keep-vig { position: relative; min-height: 340px; min-width: 0; }

/* slideshow keep: mini stage */
.s-mini-player { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/9;
  background: var(--ink-dark-bg); border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.s-mini-stage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .8s ease; }
.s-mini-stage img.cur { opacity: 1; }
.s-mini-cap { position: absolute; left: 12px; bottom: 12px; z-index: 3; background: rgba(28,34,71,.8);
  backdrop-filter: blur(8px); border: 1px solid #4f5b98; color: #e6e8f2; border-radius: 999px;
  padding: 4px 14px; font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; }
.s-mini-cap .t { color: #8fcdbd; font-weight: 800; }
/* retro moment: Framestore-ish sweep */
.s-tx-wipe { position: absolute; inset: 0; z-index: 2; pointer-events: none; }

/* the floating cursor dot shared by the keep vignettes (matches the player demo) */
.s-vig-cursor { position: absolute; z-index: 30; width: 20px; height: 20px; margin: -10px 0 0 -10px;
  border-radius: 50%; background: rgba(255,255,255,.5); border: 1.5px solid rgba(255,255,255,.85);
  box-shadow: 0 2px 10px rgba(0,0,0,.45), inset 0 0 6px rgba(255,255,255,.35);
  left: 0; top: 0; opacity: 0; pointer-events: none;
  transition: transform 1s cubic-bezier(.33,.01,.26,1), opacity .5s ease; }
.s-vig-cursor.dark { background: rgba(22,26,45,.35); border-color: rgba(22,26,45,.65);
  box-shadow: 0 2px 10px rgba(20,24,50,.35), inset 0 0 6px rgba(255,255,255,.25); }
.s-vig-ripple { position: absolute; z-index: 29; width: 20px; height: 20px; margin: -10px 0 0 -10px;
  border-radius: 50%; border: 2px solid rgba(255,255,255,.7); pointer-events: none;
  animation: sVigRipple .55s ease-out forwards; }
.s-vig-ripple.dark { border-color: rgba(22,26,45,.6); }
@keyframes sVigRipple { from { transform: scale(.6); opacity: .9; } to { transform: scale(2.4); opacity: 0; } }

/* slideshow keep: the Save flow vignette */
.s-save-vig { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16/10;
  background: var(--ink-dark-bg); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.s-save-stage { position: absolute; inset: 0; }
.s-save-stage img { width: 100%; height: 100%; object-fit: cover; opacity: .8; }
.s-save-bar { position: absolute; top: 0; left: 0; right: 0; display: flex; justify-content: flex-end;
  gap: 8px; padding: 10px 14px; background: rgba(8,8,12,.72); backdrop-filter: blur(20px) saturate(1.35); }
.s-save-pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(28,34,71,.8);
  border: 1px solid #4f5b98; color: #e6e8f2; padding: 5px 11px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600; transition: background .2s, border-color .2s; }
.s-save-pill.save.hov { background: rgba(143,205,189,.24); border-color: var(--accent); color: #dff1ea; }
.s-save-menu { position: absolute; top: 46px; right: 14px; z-index: 4; width: 262px;
  background: #252d5c; border: 1px solid #4f5b98; border-radius: 12px; padding: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,.5); display: flex; flex-direction: column; gap: 1px;
  opacity: 0; transform: translateY(-8px); pointer-events: none;
  transition: opacity .25s ease, transform .25s ease; }
.s-save-menu.open { opacity: 1; transform: none; }
.s-save-menu .itm { display: flex; align-items: center; gap: 8px; color: #e6e8f2; padding: 8px 9px;
  border-radius: 8px; font-size: 12px; font-weight: 600; transition: background .18s; }
.s-save-menu .itm.hov { background: rgba(255,255,255,.12); }
.s-save-menu .itm svg { flex: 0 0 auto; }
.s-save-menu .kbd, .s-save-menu .n { margin-left: auto; font-size: 10.5px; color: #9aa0bf; font-weight: 700; }
.s-save-menu .itm .pro { margin-left: auto; border: 1px solid rgba(143,205,189,.55); color: var(--accent);
  border-radius: 999px; padding: 0 7px; font-size: 9.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.s-save-menu .itm .pro + .n { margin-left: 6px; }
.s-save-menu .note { display: flex; align-items: center; gap: 7px; margin-top: 4px;
  background: rgba(143,205,189,.15); border-radius: 8px; padding: 8px 9px;
  color: #cfe9df; font-size: 11px; font-weight: 600; line-height: 1.45; }
.s-save-menu .note svg { color: var(--accent); flex: 0 0 auto; }
.s-save-toast { position: absolute; left: 50%; bottom: 14px; transform: translate(-50%, 14px); z-index: 4;
  display: inline-flex; align-items: center; gap: 8px; background: rgba(9,10,18,.88); backdrop-filter: blur(8px);
  border: 1px solid rgba(143,205,189,.5); color: #dff1ea; border-radius: 999px; padding: 8px 16px;
  font-size: 12px; font-weight: 700; white-space: nowrap; opacity: 0;
  transition: opacity .3s ease, transform .3s ease; }
.s-save-toast svg { color: var(--accent); }
.s-save-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* contact sheet keep — the "choose images" picker */
.s-sheet { position: relative; }
.s-pick-view, .s-sheet-view { transition: opacity .4s ease; }
.s-sheet-view { position: absolute; inset: 0; opacity: 0; pointer-events: none; background: #fff; }
.s-sheet.result .s-pick-view { opacity: 0; }
.s-sheet.result .s-sheet-view { opacity: 1; }
.s-pick-bar { display: flex; justify-content: space-between; align-items: center; gap: 8px 10px;
  flex-wrap: wrap; padding: 12px 16px; border-bottom: 1px solid #eee; }
.s-pick-bar strong { font-size: 14px; }
.s-pick-bar .acts { display: flex; gap: 6px; flex-wrap: wrap; }
.s-pick-btn { background: #fff; border: 1px solid #bbb; color: #16161d; padding: 5px 12px;
  border-radius: 999px; font-size: 11.5px; font-weight: 600; white-space: nowrap; transition: background .2s, border-color .2s; }
.s-pick-btn.go { background: #8fcdbd; border-color: #8fcdbd; color: #16332b; font-weight: 800; }
.s-pick-btn.go.press { background: #a9dccd; transform: scale(.96); }
.s-pick-hint { margin: 0; padding: 10px 16px 0; font-size: 11px; color: #666; }
.s-pick-tile { position: relative; }
.s-pick-tile .chk { position: absolute; top: 6px; left: 6px; z-index: 2; width: 18px; height: 18px;
  border-radius: 999px; background: #fff; border: 1px solid #ccc; box-shadow: 0 1px 4px rgba(0,0,0,.15);
  display: grid; place-items: center; font-size: 11px; color: #16332b; transition: background .2s, border-color .2s; }
.s-pick-tile .s-sheet-box { border: 2px solid transparent; transition: border-color .2s; }
.s-pick-tile.on .chk { background: #8fcdbd; border-color: #2f9179; }
.s-pick-tile.on .chk::after { content: "✓"; font-weight: 800; }
.s-pick-tile.on .s-sheet-box { border-color: #8fcdbd; }

/* contact sheet result (shared bits) */
.s-sheet { background: #fff; color: #16161d; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.s-sheet-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px;
  padding: 12px 16px; background: #fff; border-bottom: 1px solid #ddd; }
.s-sheet-namebox { display: flex; align-items: center; gap: 8px; min-width: 0; }
.s-sheet-name-input { font-size: 14px; font-weight: 700; color: #16161d; background: #fff;
  border: 1px solid #ccc; border-radius: 8px; padding: 5px 10px; min-width: 130px; white-space: nowrap;
  font-family: var(--ui-font); }
/* result grid stays 4-up; caret removed with the typing beat */
.s-sheet-btn { background: #8fcdbd; border: none; color: #16332b; padding: 7px 16px; border-radius: 999px;
  font-size: 12.5px; font-weight: 800; font-family: var(--ui-font); white-space: nowrap; flex: 0 0 auto; }
.s-sheet-btn.quiet { background: #fff; border: 1px solid #bbb; color: #16161d; font-weight: 600; }
.s-sheet-meta { padding: 12px 16px 0; font-size: 11px; color: #666; }
.s-sheet-count { display: inline-flex; background: #8fcdbd; color: #16332b; border-radius: 999px;
  padding: 1px 9px; font-weight: 800; margin-left: 6px; }
.s-sheet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 12px 16px 18px; }
.s-sheet-grid figure { margin: 0; }
.s-sheet-box { aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  background: #f3f3f5; border: 1px solid #e2e2e6; border-radius: 4px; overflow: hidden; }
.s-sheet-box img { max-width: 100%; max-height: 100%; display: block; }
.s-sheet-grid figcaption { font-size: 10px; color: #444; padding-top: 4px; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; }

/* moodboard keep — the little studio, with its toolbar */
.s-board { position: relative; background: #fff; color: #16161d; border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.s-board-bar { flex-wrap: wrap; row-gap: 8px; }
.s-board-bar strong { font-size: 13.5px; white-space: nowrap; }
.s-board-bar .acts { flex-wrap: wrap; }
.s-board-bar .s-pick-btn { padding: 4px 9px; font-size: 10.5px; }
.s-board-name { border: 1px solid #ccc; border-radius: 999px; padding: 3px 10px; font-size: 12px; font-weight: 700; }
.s-board-meta { margin: 0; padding: 10px 16px 8px; font-size: 11px; color: #444; font-weight: 600; }
.s-board-meta .hint { color: #9aa; font-weight: 600; }
.s-board-canvas { position: relative; aspect-ratio: 16/8.4; margin: 0 16px 16px; background: #fafafc;
  border-radius: 8px; overflow: hidden; }
.s-bt { position: absolute; border-radius: 8px; box-shadow: 0 6px 18px rgba(20,24,50,.18); display: block;
  transition: left 1.1s ease, top 1.1s ease, width 1.1s ease, transform 1.1s ease, box-shadow .3s; }
/* base coordinates live here (not inline) so the .moved/.tidy states can win */
#boardCanvas #bt1 { left: 2%; top: 4%; width: 30%; }
#boardCanvas #bt2 { left: 25%; top: 12%; width: 26%; }
#boardCanvas #bt3 { left: 44%; top: 3%; width: 26%; transform: rotate(5deg); z-index: 2; }
#boardCanvas #bt4 { left: 68%; top: 14%; width: 23%; }
#boardCanvas #bt5 { left: 8%; top: 50%; width: 24%; transform: rotate(-3deg); }
#boardCanvas #bt6 { left: 40%; top: 48%; width: 28%; }
.s-bt.sel { outline: 2px solid #8fcdbd; outline-offset: 1px; box-shadow: 0 14px 34px rgba(20,24,50,.3); z-index: 5; }
#boardCanvas.moved #bt4 { left: 52%; top: 26%; width: 26%; transform: rotate(-7deg); z-index: 5; }
/* the resize beat: the dragged tile grows from its corner */
#boardCanvas.grown #bt4 { left: 48%; top: 20%; width: 36%; transform: rotate(-7deg); z-index: 5; }
#boardCanvas.tidy .s-bt, #boardCanvas.tidy #bt3, #boardCanvas.tidy #bt5 { transform: none; }
#boardCanvas.tidy #bt1 { left: 2%; top: 4%; width: 30%; }
#boardCanvas.tidy #bt2 { left: 35%; top: 4%; width: 30%; }
#boardCanvas.tidy #bt3 { left: 68%; top: 4%; width: 30%; }
#boardCanvas.tidy #bt4 { left: 2%; top: 52%; width: 30%; }
#boardCanvas.tidy #bt5 { left: 35%; top: 52%; width: 30%; }
#boardCanvas.tidy #bt6 { left: 68%; top: 52%; width: 30%; }
.s-board-anch { position: absolute; left: 65%; top: 40%; width: 1px; height: 1px; }
.s-board-palette { position: absolute; top: 8px; right: 8px; z-index: 6; display: flex; gap: 6px; }
.s-board-palette span { width: 24px; height: 24px; border-radius: 999px; border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(20,24,50,.35); transform: scale(0); transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.s-board-palette.show span { transform: scale(1); }
.s-board-palette.show span:nth-child(2) { transition-delay: .07s; }
.s-board-palette.show span:nth-child(3) { transition-delay: .14s; }
.s-board-palette.show span:nth-child(4) { transition-delay: .21s; }

/* scrapbook keep — the kraft-paper editor */
.s-scrapv { position: relative; background: #fff; color: #16161d; border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.s-scrap-canvas { position: relative; aspect-ratio: 16/8.4; margin: 0 16px 16px; border-radius: 8px;
  overflow: hidden; background: #e9e0c9;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 2px, transparent 2px 26px); }
/* a truer polaroid: slim even borders and a modest chin — fixed px so every
   print gets the same frame regardless of tile size */
.s-sp { position: absolute; background: #fdfdfa; padding: 5px 5px 19px; box-shadow: 0 8px 22px rgba(40,32,12,.28);
  transition: left 1.1s ease, top 1.1s ease, width 1.1s ease, transform 1.1s ease, box-shadow .3s; }
.s-sp img { display: block; width: 100%; outline: 1px solid rgba(0,0,0,.07); }
.s-sp .cap { position: absolute; left: 5px; right: 5px; bottom: 2px; display: block; text-align: center;
  font-family: var(--hand-font); font-size: 11px; color: #3c3c3c; white-space: nowrap; overflow: hidden; }
.s-sp.sel { outline: 2px solid #8fcdbd; outline-offset: 1px; z-index: 5; box-shadow: 0 16px 38px rgba(40,32,12,.4); }
#scrapCanvas #sp1 { left: 3%; top: 5%; width: 27%; transform: rotate(-2deg); }
#scrapCanvas #sp2 { left: 34%; top: 3%; width: 24%; transform: rotate(2deg); }
#scrapCanvas #sp3 { left: 66%; top: 8%; width: 26%; transform: rotate(-1.5deg); }
#scrapCanvas #sp4 { left: 7%; top: 46%; width: 24%; transform: rotate(2.5deg); }
#scrapCanvas.moved #sp2 { left: 42%; top: 36%; width: 26%; transform: rotate(-6deg); z-index: 5; }
/* washi tape: slaps on after the drag */
.s-vtape { position: absolute; left: 30%; top: -10px; width: 64px; height: 22px; z-index: 2;
  background: rgba(143,205,189,.85); box-shadow: 0 1px 3px rgba(0,0,0,.22); transform: rotate(-5deg) scale(1.6);
  opacity: 0; transition: opacity .28s ease, transform .28s ease;
  -webkit-mask: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%); }
.s-vtape.show { opacity: 1; transform: rotate(-5deg) scale(1); }
/* the caption: double-click swaps the ghost hint for handwriting that writes itself */
.s-sp-edit .real { display: none; clip-path: inset(0 100% 0 0); }
.s-sp-edit .ghost { color: #b0a890; }
.s-sp-edit.edit .ghost { display: none; }
.s-sp-edit.edit .real { display: block; animation: sWrite 1.6s linear both; }
@keyframes sWrite { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
.s-sp-photo { position: relative; display: block; }
/* photo-corner mounts — they grip the polaroid's outer corners, mounting it to the page */
.s-pcorner { position: absolute; width: 14px; height: 14px; background: #221d16; z-index: 2; opacity: .85;
  clip-path: polygon(0 0, 100% 0, 0 100%); }
/* handwritten journal line — written into the slot sp2 vacates when it moves */
.s-journal { position: absolute; left: 35%; top: 10%; z-index: 3; font-family: var(--hand-font);
  font-size: 14px; color: #4c4234; white-space: nowrap; clip-path: inset(0 100% 0 0); }
.s-journal.write { animation: sWrite 1.8s linear both; }
/* sticky note, assigned to a photo */
.s-note { position: absolute; left: 78%; top: 50%; z-index: 6; width: 15%; padding: 9px 8px 13px;
  background: #ffe9a8; color: #4c4224; font-family: var(--hand-font); font-size: 11.5px; line-height: 1.35;
  box-shadow: 0 8px 18px rgba(40,32,12,.3); transform: rotate(-3deg) scale(0);
  transition: transform .4s cubic-bezier(.34,1.56,.64,1); }
.s-note.show { transform: rotate(-3deg) scale(1); }
/* static shape stickers (part of the composed page) */
.s-star { position: absolute; left: 33%; top: 62%; z-index: 1; transform: rotate(-10deg); }
/* the heart doodle sticker */
.s-heart { position: absolute; left: 70%; top: 62%; z-index: 6; transform: scale(0) rotate(20deg);
  transition: transform .45s cubic-bezier(.34,1.56,.64,1); }
.s-heart.show { transform: scale(1) rotate(-8deg); }

/* ---------- the collection ---------- */
.s-collect-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.s-collect-vig { position: relative; }
.s-cwin { background: #10142e; border: 1px solid rgba(255,255,255,.12); border-radius: 14px;
  overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.s-ctabs { display: flex; gap: 6px; padding: 8px 10px 0; background: #0a0d1f; }
.s-ctab { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 9px 9px 0 0;
  font-size: 11px; font-weight: 700; color: #9aa0bf; background: rgba(255,255,255,.04);
  transition: background .3s, color .3s; }
.s-ctab i { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.22); }
.s-ctab.on { background: #10142e; color: #e6e8f2; }
.s-ctab.on i { background: #8fcdbd; }
.s-cplayer { position: relative; }
.s-cbar { position: absolute; inset: 0 0 auto 0; z-index: 4; display: flex; align-items: center;
  justify-content: space-between; gap: 10px; padding: 10px 14px;
  background: linear-gradient(180deg, rgba(5,5,8,.85), rgba(5,5,8,0)); }
.s-cbar .brand { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; color: #e6e8f2; }
.s-cbar .brand .pos { margin-left: 6px; border: 1px solid #4f5b98; border-radius: 999px; padding: 3px 9px;
  font-size: 10px; font-weight: 700; color: #b9bed6; }
.s-cbar .grp { display: inline-flex; gap: 7px; }
.s-cpill.ghost { border-color: rgba(79,91,152,.55); background: rgba(28,34,71,.5); color: #b9bed6; }
.s-cpill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #4f5b98;
  background: rgba(28,34,71,.85); color: #e6e8f2; border-radius: 999px; padding: 6px 12px;
  font-size: 11.5px; font-weight: 800; transition: transform .15s, border-color .25s; }
.s-cpill.press { transform: scale(.94); border-color: #8fcdbd; }
.s-cpill .n { background: #8fcdbd; color: #16332b; border-radius: 999px; padding: 2px 8px;
  font-size: 10.5px; font-weight: 800; transition: transform .2s; }
.s-cpill .n.tick { transform: scale(1.3); }
/* the Collect dropdown, straight from the product */
.s-cmenu { position: absolute; top: 12%; right: 3%; z-index: 6; width: min(64%, 300px);
  background: rgba(24,29,62,.97); border: 1px solid #4f5b98; border-radius: 12px; padding: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.6); }
.s-cmenu .lead { margin: 0 0 8px; padding: 2px 6px 10px; font-size: 11.5px; font-weight: 800; color: #e6e8f2;
  border-bottom: 1px solid rgba(255,255,255,.12); }
.s-cmenu .item { display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 6px; border-radius: 7px; font-size: 11.5px; font-weight: 700; color: #d5d9ea; }
.s-cmenu .item.hov { background: rgba(255,255,255,.12); }
.s-cmenu .item kbd { font-family: inherit; font-size: 10px; color: #9aa0bf; border: 1px solid #4f5b98;
  border-radius: 4px; padding: 1px 6px; }
.s-cmenu .item em { font-style: normal; font-size: 10px; color: #9aa0bf; white-space: nowrap; }
.s-cstage { position: relative; aspect-ratio: 16/8.6; background: #050508; }
.s-cstage img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .6s ease; }
.s-cstage img.lit { opacity: 1; }
.s-ctoast { position: absolute; left: 50%; bottom: 12%; transform: translate(-50%, 8px); z-index: 5;
  background: rgba(9,10,18,.95); border: 1px solid #4f5b98; color: #e6e8f2; border-radius: 999px;
  padding: 8px 16px; font-size: 11.5px; font-weight: 700; opacity: 0; transition: opacity .3s, transform .3s;
  white-space: nowrap; }
.s-ctoast.show { opacity: 1; transform: translate(-50%, 0); }
.s-cfoot { margin: 0; padding: 12px 16px; font-size: 11.5px; font-weight: 600; color: #9aa0bf;
  border-top: 1px solid rgba(255,255,255,.08); }
@media (max-width: 900px) {
  .s-collect-grid { grid-template-columns: 1fr; gap: 34px; }
}

/* ---------- Library shelf (gp-lh-*, verbatim values) ---------- */
.s-library-shell { position: relative; background: rgba(9,10,18,.99); border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.5); }
.gp-lh-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.gp-lh-title { font-size: 16px; font-weight: 800; color: #e6e8f2; }
.gp-lh-total { font-size: 12.5px; color: #9aa0bf; font-weight: 600; margin-left: 10px; }
.gp-lh-search { display: flex; align-items: center; gap: 8px; flex: 0 1 280px; min-width: 130px;
  background: rgba(28,34,71,.8); border: 1px solid #4f5b98; border-radius: 999px;
  padding: 0 12px; height: 32px; color: #9aa0bf; font-size: 12.5px; font-weight: 600;
  transition: border-color .25s; }
.gp-lh-search.focus { border-color: #8fcdbd; }
.gp-lh-search .q { color: #e6e8f2; }
.gp-lh-body { padding: 8px 22px 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; }
.gp-lh-cat { min-width: 0; }
.gp-lh-head { display: flex; align-items: baseline; gap: 8px; margin: 18px 0 10px; }
.gp-lh-head .t { font-size: 11.5px; color: #8fcdbd; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gp-lh-head .c { font-size: 11px; color: #6f7594; font-weight: 700; }
.gp-lh-grid { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: stretch; }
.gp-lh-card { background: rgba(28,34,71,.55); border: 1px solid #3c4574; border-radius: 12px;
  overflow: hidden; display: flex; flex-direction: column; transition: opacity .25s; }
.gp-lh-card:hover { border-color: #5a659f; }
.gp-lh-cover { position: relative; }
.gp-lh-thumb { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; background: #131735; }
.gp-lh-count { position: absolute; left: 8px; bottom: 8px; display: inline-flex; align-items: center;
  gap: 5px; background: rgba(9,10,18,.74); backdrop-filter: blur(6px); color: #cfd3e8;
  font-size: 10.5px; font-weight: 700; letter-spacing: .03em; padding: 3px 8px; border-radius: 999px; }
.gp-lh-meta { padding: 9px 11px 10px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.gp-lh-name { font-size: 13px; font-weight: 700; color: #e6e8f2; line-height: 1.3; }
.gp-lh-hint { font-size: 11px; color: #9aa0bf; font-weight: 600; }
.gp-lh-acts { display: flex; gap: 6px; align-items: center; margin-top: auto; }
.gp-lh-act-play { flex: 1 1 auto; height: 28px; display: flex; align-items: center; justify-content: center;
  gap: 6px; border: none; border-radius: 999px; background: #8fcdbd; color: #16332b;
  font-family: var(--ui-font); font-size: 11.5px; font-weight: 800; padding: 0 12px;
  transition: transform .15s, background .15s; }
.gp-lh-act-play.press { transform: scale(.94); background: #a9dccd; }
.gp-lh-act-more { flex: 0 0 auto; width: 28px; height: 28px; display: grid; place-items: center;
  border: none; border-radius: 999px; background: rgba(255,255,255,.08); color: #cfd3e8; font-weight: 800; }
.s-lib-dim { opacity: .18; }

/* ---------- export ---------- */
.s-mist .s-steps li { color: #47506b; }
.s-mist .s-steps strong { color: var(--light-ink); }
.s-mist .s-steps li::before { background: rgba(47,145,121,.12); border-color: rgba(47,145,121,.5); color: var(--accent-deep); }
.s-export-start { color: #e6e8f2; }
.s-export-grid { display: grid; grid-template-columns: minmax(300px, 5fr) 7fr; gap: 56px; align-items: center; }
.s-export-vig { position: relative; display: flex; align-items: center; justify-content: center; }
.s-export-start { position: relative; width: min(560px, 100%); margin: 0 auto; aspect-ratio: 16/9; border-radius: 14px;
  overflow: hidden; background: #0a0b13; border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.5); display: grid; grid-template-columns: 1fr 1fr; align-items: center; }
.s-export-start .info { padding: 8% 4% 8% 16%; }
.s-export-start .k { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: #8fcdbd; }
.s-export-start .nm { font-family: var(--display-font); font-weight: 650; font-size: clamp(20px, 2.4vw, 30px);
  letter-spacing: -.015em; margin: 6px 0 8px; }
.s-export-start .mt { font-size: 11px; color: #9aa0bf; font-weight: 600; }
.s-export-play { display: inline-flex; align-items: center; gap: 8px; background: #8fcdbd; color: #16332b;
  border-radius: 999px; padding: 9px 18px; font-size: 12.5px; font-weight: 800; margin-top: 16px; }
.s-export-deck { position: relative; height: 78%; margin-right: 9%; }
.s-export-deck img { position: absolute; top: 50%; left: 50%; width: 52%; border-radius: 10px;
  border: 2px solid rgba(255,255,255,.85); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.s-export-deck img:nth-child(1) { transform: translate(-72%, -48%) rotate(-10deg); opacity: .85; }
.s-export-deck img:nth-child(2) { transform: translate(-28%, -52%) rotate(9deg); opacity: .85; }
.s-export-deck img:nth-child(3) { transform: translate(-50%, -50%); z-index: 2; }

/* export steps */
.s-steps { margin: 22px 0 0; padding: 0; list-style: none; counter-reset: st; display: grid; gap: 13px; }
.s-steps li { counter-increment: st; position: relative; padding-left: 40px; color: #b9bed6;
  font-size: 14.5px; line-height: 1.6; }
.s-steps li::before { content: counter(st); position: absolute; left: 0; top: 1px; width: 26px; height: 26px;
  border-radius: 999px; background: rgba(143,205,189,.15); border: 1px solid rgba(143,205,189,.45);
  color: var(--accent); display: grid; place-items: center; font-size: 12.5px; font-weight: 800; }
.s-steps strong { color: #e6e8f2; }

/* ---------- privacy ---------- */
.s-priv-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 56px; align-items: start; }
.s-priv-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.s-priv-list li { display: flex; gap: 14px; align-items: flex-start; background: #101019;
  border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 15px 18px;
  box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.s-priv-list .dot { width: 10px; height: 10px; border-radius: 999px; background: var(--accent);
  margin-top: 6px; flex: 0 0 auto; }
.s-priv-list strong { display: block; font-size: 15px; color: #e6e8f2; }
.s-priv-list span + div span, .s-priv-list li div span { display: block; font-size: 13px; font-weight: 600;
  color: #9aa0bf; margin-top: 2px; }

/* ---------- pricing (light, mirrors the product's plan anatomy) ---------- */
.s-pricing .s-h2 { max-width: 24ch; }
.s-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; align-items: stretch; }
.s-tier { position: relative; background: #fff; border: 1px solid #e4e7f0; border-radius: 16px; padding: 28px;
  box-shadow: 0 10px 30px rgba(20,24,50,.07); display: flex; flex-direction: column; }
.s-tier.pro { border-color: rgba(47,145,121,.5); box-shadow: 0 18px 44px rgba(20,24,50,.13); }
.tier-tag { position: absolute; top: -13px; left: 26px; background: var(--accent); color: var(--accent-ink);
  border-radius: 999px; padding: 4px 13px; font-size: 11px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; }
.tier-head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.tier-head .nm { font-size: 19px; font-weight: 800; color: var(--light-ink); }
.tier-head .price { font-size: 27px; font-weight: 800; color: var(--light-ink); }
.tier-head .price em { font-style: normal; font-size: 12.5px; font-weight: 700; color: var(--light-muted); }
.tagline { margin: 6px 0 16px; font-size: 13.5px; font-weight: 600; color: #565b70; }
.s-ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.s-ticks li { position: relative; padding-left: 26px; font-size: 14px; font-weight: 600; color: #3c4152;
  line-height: 1.5; }
.s-ticks li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--accent-deep);
  font-weight: 800; }
.s-trial-line { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid rgba(20,24,50,.1);
  font-size: 12px; font-weight: 600; color: #565b70; }
.gp-pro-tiles { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 7px; }
.gp-pro-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px;
  text-align: center; background: #f7f8fb; border: 1px solid #e4e7f0; border-radius: 9px; padding: 10px 8px; }
.gp-pro-tile .sw { width: 22px; height: 22px; border-radius: 6px; }
.gp-pro-tile span { font-size: 11.5px; font-weight: 700; color: var(--light-ink); line-height: 1.3; }
.gp-pro-trial-btn { margin-top: 22px; width: 100%; display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; background: #8fcdbd; border: 1px solid #8fcdbd; color: #16332b; padding: 13px 24px;
  border-radius: 999px; font-family: var(--ui-font); font-size: 15px; font-weight: 800; cursor: pointer; }
.gp-pro-trial-btn:hover { background: #a9dccd; border-color: #a9dccd; color: #16332b; text-decoration: none; }
.gp-pro-trial-note { margin-top: 9px; text-align: center; font-size: 11.5px; font-weight: 600;
  line-height: 1.5; color: #5c6178; }
.s-offer { margin-top: 16px; background: #f4f5f9; border: 1px solid #e4e7f0; border-radius: 12px;
  padding: 16px; text-align: center; }
.s-offer .pitch { font-size: 14.5px; font-weight: 700; color: var(--light-ink); margin: 0 0 12px; }
.gp-pro-buy { display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: #fff; border: 1px solid #7d82a0; color: var(--light-ink); padding: 12px 24px;
  border-radius: 999px; font-family: var(--ui-font); font-size: 14px; font-weight: 800; cursor: pointer; }
.gp-pro-buy:hover { background: #a9dccd; border-color: #a9dccd; color: #16332b; text-decoration: none; }
.s-offer .keep { margin: 10px 0 0; font-size: 11.5px; font-weight: 600; color: #5c6178; }

/* ---------- FAQ ---------- */
.s-faq { max-width: 760px; }
.s-faq details { border-top: 1px solid rgba(255,255,255,.1); }
.s-faq details:last-child { border-bottom: 1px solid rgba(255,255,255,.1); }
.s-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; padding: 20px 4px; font-size: 16.5px; font-weight: 700; color: #e6e8f2; }
.s-faq summary::-webkit-details-marker { display: none; }
.s-faq summary::after { content: "+"; font-size: 20px; color: #8fcdbd; font-weight: 600; flex: 0 0 auto; }
.s-faq details[open] summary::after { content: "–"; }
.s-faq details p { margin: 0 0 22px; padding: 0 4px; color: #b9bed6; font-size: 14.5px; line-height: 1.7; max-width: 64ch; }

/* ---------- footer ---------- */
.s-footer { padding: 44px 28px 54px; border-top: 1px solid rgba(255,255,255,.08); }
.s-footer .s-wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.s-footer-left { display: flex; align-items: center; gap: 12px; color: #9aa0bf; font-size: 12.5px; font-weight: 600; }
.s-footer-left img { width: 22px; height: 22px; }
.s-footer-nav { display: flex; gap: 22px; }
.s-footer-nav a { color: #b9bed6; font-size: 12.5px; font-weight: 600; }

/* ---------- legal pages ---------- */
.s-page { background: var(--light-page); color: var(--light-ink); min-height: 100vh; }
.s-page-main { max-width: 720px; margin: 0 auto; padding: 140px 28px 90px; }
.s-page-main h1 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.015em;
  font-size: clamp(32px, 4.5vw, 44px); line-height: 1.08; margin: 0 0 16px; }
.s-page-main h2 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.01em;
  font-size: 21px; margin: 40px 0 10px; }
.s-page-main p { color: #3c4152; font-size: 15.5px; line-height: 1.75; margin: 0 0 14px; text-wrap: pretty; }
.s-page-main em { color: var(--light-muted); font-style: normal; font-size: 13.5px; font-weight: 600; }
.s-page-main a { color: #26735f; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.s-page-main a:hover { color: var(--light-ink); }
.s-page-main strong { color: var(--light-ink); }
.s-page .s-header { background: rgba(246,247,251,.85); border-bottom: 1px solid var(--light-border); }
.s-page .s-brand { color: var(--light-ink); }
.s-page .s-nav a { color: #565b70; }
.s-page .s-nav a:hover { color: var(--light-ink); }
.s-page .s-footer { border-top: 1px solid var(--light-border); }
.s-page .s-footer-left { color: var(--light-muted); }
.s-page .s-footer-nav a { color: #565b70; }

/* ---------- 404 ---------- */
.s-404 { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 28px; }
.s-404 .gp-counter { margin-bottom: 22px; display: inline-flex; }
.s-404 h1 { font-family: var(--display-font); font-weight: 650; letter-spacing: -.015em;
  font-size: clamp(30px, 5vw, 52px); margin: 0 0 12px; }
.s-404 p { color: #b9bed6; margin: 0; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .s-section { padding: 80px 20px; }
  .s-play-grid, .s-export-grid, .s-keep, .s-keep:nth-child(even of .s-keep) { grid-template-columns: 1fr; gap: 34px; }
  .s-play-modes { grid-template-columns: 1fr; }
  .s-keep:nth-child(even of .s-keep) .s-keep-copy { order: 0; }
  .s-tiers { grid-template-columns: 1fr; }
  .s-priv-grid { grid-template-columns: 1fr; gap: 30px; }
  .s-stack, section.s-stack:nth-of-type(even) { margin-top: -30px; padding-top: 110px;
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%); }
  .gp-speed { min-width: 220px; }
  .s-hero-copy { min-height: calc(100svh - 150px); }
  .s-hero-stage { aspect-ratio: auto; height: 380px; }
  .s-nav { gap: 16px; }
  .s-export-start { grid-template-columns: 1fr; }
  .s-export-deck { display: none; }
  .gp-lh-body { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .gp-fields { flex-wrap: wrap; }
  .s-sheet-grid { grid-template-columns: repeat(3, 1fr); }
  .gp-pro-tiles { grid-template-columns: repeat(2, 1fr); }
  .gp-lh-body { grid-template-columns: 1fr; }
}

/* ---------- the player's mobile still (DOM-built, shown ≤760px only) ---------- */
.s-nav-check, .s-nav-burger { display: none; }
.s-play-still { display: none; position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 1/1;
  background: var(--ink-dark-bg); box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.s-play-still .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.s-play-still .tb { position: absolute; inset: 0 0 auto; display: flex; justify-content: space-between;
  align-items: center; padding: 12px 14px; background: linear-gradient(180deg, rgba(5,5,8,.8), rgba(5,5,8,0)); }
.s-play-still .brand { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 800; color: #e6e8f2; }
.s-play-still .ctr { font-size: 11.5px; font-variant-numeric: tabular-nums; color: #e6e8f2;
  background: rgba(28,34,71,.8); border: 1px solid #4f5b98; padding: 3px 10px; border-radius: 999px; }
.s-play-still .bt { position: absolute; inset: auto 0 0; padding: 12px; display: flex; flex-direction: column;
  gap: 10px; background: linear-gradient(0deg, rgba(5,5,8,.85), rgba(5,5,8,0)); }
.s-play-still .strip { display: flex; gap: 6px; }
.s-play-still .strip img { height: 44px; flex: 1 1 0; min-width: 0; object-fit: cover; border-radius: 6px;
  opacity: .45; border: 2px solid transparent; }
.s-play-still .strip img.on { opacity: 1; border-color: #8fcdbd; }
.s-play-still .tr { display: flex; justify-content: center; align-items: center; gap: 8px; }
.s-play-still .pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(28,34,71,.8);
  border: 1px solid #4f5b98; color: #e6e8f2; padding: 6px 13px; border-radius: 999px;
  font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.s-play-still .pill.play { background: #8fcdbd; border-color: #8fcdbd; color: #1c2247; font-weight: 800; }
.s-play-still .pill.heart { padding: 6px 9px; color: #8fcdbd; }

/* ---------- mobile ≤760px: static composed vignettes + burger nav ---------- */
@media (max-width: 760px) {
  /* burger nav */
  .s-header-in { position: relative; }
  /* the checkbox itself sits invisibly over the burger so it stays keyboard-focusable */
  .s-nav-check { display: block; position: absolute; right: -8px; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; margin: 0; opacity: 0; z-index: 2; cursor: pointer; }
  .s-nav-check:focus-visible ~ .s-nav-burger { outline: 2px solid var(--accent); outline-offset: 4px;
    border-radius: 6px; }
  .s-nav-burger { display: flex; flex-direction: column; gap: 5px; padding: 8px 2px; cursor: pointer; }
  .s-nav-burger span { display: block; width: 22px; height: 2px; background: #e6e8f2; border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease; }
  .s-nav-check:checked ~ .s-nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .s-nav-check:checked ~ .s-nav-burger span:nth-child(2) { opacity: 0; }
  .s-nav-check:checked ~ .s-nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .s-header .s-nav { display: none; }
  .s-nav-check:checked ~ .s-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: calc(100% + 15px); left: -28px; right: -28px; max-height: calc(100svh - 80px);
    overflow-y: auto; background: rgba(8,8,12,.97); border-bottom: 1px solid rgba(255,255,255,.12);
    padding: 4px 28px 16px; }
  .s-nav a { padding: 12px 0; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .s-nav a:last-child { border-bottom: none; }
  .s-nav-drop { position: static; }
  .s-nav-drop > a { display: none; }
  .s-nav-menu { position: static; opacity: 1; visibility: visible; transform: none; transition: none;
    min-width: 0; padding: 0; display: block; }
  .s-nav-menu::before { display: none; }
  .s-nav-menu a { padding: 12px 0; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .s-nav-menu a:first-child { padding-top: 12px; }
  .s-nav-menu a:last-child { padding-bottom: 12px; }

  /* the player: swap the animated iframe + chapter timeline for the still */
  .s-vignette-frame, .s-vig-timeline { display: none; }
  .s-play-still { display: block; }

  /* stills sit a touch narrower than the column, centred */
  .s-play-still, .s-cwin, .s-save-vig, .s-sheet, .s-board, .s-scrapv { max-width: 340px;
    margin-left: auto; margin-right: auto; }

  /* keeps: smaller numbers, no reserved animation height */
  .s-keep-num { font-size: 76px; }
  .s-keep-vig { min-height: 0; }

  /* slideshows keep — composed still: the Save menu open, its Pro item lit */
  .s-save-vig { aspect-ratio: 4/3.8; }
  .s-save-pill.save { background: rgba(143,205,189,.24); border-color: var(--accent); color: #dff1ea; }
  .s-save-menu { opacity: 1; transform: none; top: 42px; right: 8px; width: min(262px, calc(100% - 16px)); }
  #saveVigPro { background: rgba(255,255,255,.12); }
  .s-save-menu .itm .pro + .n { display: none; }
  .s-save-bar { gap: 6px; padding: 8px 10px; justify-content: center; }
  .s-save-pill { padding: 4px 8px; font-size: 10.5px; }

  /* contact sheets keep — composed still: five chosen, count in the button */
  #pickView .s-pick-bar .s-pick-btn:not(.go) { display: none; }
  #pickView .s-pick-tile:nth-child(-n+5) .chk { background: #8fcdbd; border-color: #2f9179; }
  #pickView .s-pick-tile:nth-child(-n+5) .chk::after { content: "✓"; font-weight: 800; }
  #pickView .s-pick-tile:nth-child(-n+5) .s-sheet-box { border-color: #8fcdbd; }
  #pickCount { font-size: 0; }
  #pickCount::after { content: "5"; font-size: 11.5px; }

  /* moodboard keep — composed still: palette on its own white chip, one tile selected */
  .s-board-canvas, .s-scrap-canvas { aspect-ratio: 16/11; }
  .s-board-palette { background: #fff; padding: 5px 7px; border-radius: 999px;
    box-shadow: 0 8px 22px rgba(20,24,50,.3); top: 6px; right: 6px; }
  .s-board-palette span { width: 20px; height: 20px; }
  .s-board-palette span { transform: scale(1); }
  #boardCanvas #bt4 { outline: 2px solid #8fcdbd; outline-offset: 1px; box-shadow: 0 14px 34px rgba(20,24,50,.3); z-index: 5; }
  #boardVig .acts .s-pick-btn:nth-child(1), #boardVig .acts .s-pick-btn:nth-child(5), #boardVig #boardTidy,
  #scrapVig .acts .s-pick-btn:nth-child(1), #scrapVig .acts .s-pick-btn:nth-child(3) { display: none; }

  /* scrapbook keep — composed still: page fully dressed, no collisions */
  #scrapCanvas #sp2 { left: 42%; top: 36%; width: 26%; transform: rotate(-6deg); z-index: 5; }
  #scrapCanvas #sp3 { top: 16%; }
  .s-vtape { opacity: 1; transform: rotate(-5deg) scale(1); }
  .s-journal { clip-path: inset(0); left: 34%; top: 4%; font-size: 10.5px; }
  .s-note { transform: rotate(-3deg) scale(1); width: 19%; }
  .s-heart { transform: scale(1) rotate(-8deg); left: 62%; top: 66%; width: 36px; height: 36px; }
  .s-sp-edit .ghost { display: none; }
  .s-sp-edit .real { display: block; clip-path: inset(0); }

  /* collect — composed still: Collect pill lit, toast shown, roomier stage */
  .s-cpill.ghost { display: none; }
  .s-cbar { padding: 8px 10px; }
  .s-cstage { aspect-ratio: 16/10; }
  #colBtn { border-color: #8fcdbd; }
  .s-ctoast { opacity: 1; transform: translate(-50%, 0); }

  /* the player still: a touch shorter than square */
  .s-play-still { aspect-ratio: 4/3.4; }

  /* library: compact rows — cover left, meta right */
  .gp-lh-body { grid-template-columns: 1fr; padding: 4px 14px 18px; }
  .gp-lh-head { margin: 14px 0 8px; }
  .gp-lh-card { flex-direction: row; }
  .gp-lh-cover { flex: 0 0 108px; }
  .gp-lh-thumb { aspect-ratio: auto; height: 100%; min-height: 80px; }
  .gp-lh-count { display: none; }

  /* pricing: tighter cards, one-line trial button */
  .s-tier { padding: 24px 18px; }
  .gp-pro-trial-btn { font-size: 13px; padding: 12px; gap: 8px; }
  .s-offer { padding: 14px 12px; }

  /* export card: single column without the desktop's inset padding */
  .s-export-start { aspect-ratio: auto; }
  .s-export-start .info { padding: 26px 22px; }
}

/* ---------- reduced motion: a designed still experience ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important;
    transition-duration: .001s !important; }
  .s-hero-stage img { animation: none !important; }
  .s-hero-stage img.cur { opacity: 1; }
}
