/* ═══════════════════════════════════════════════════════════════════════
   FLUNTRO — /stickers/
   Composes legal.css (tokens, chrome) + styles.css (badge, buy-row, idx).
   The sticker packs are a warmer product line than the photo tools, so the
   artwork carries the colour here; the chrome stays the same instrument.
   ═══════════════════════════════════════════════════════════════════════ */

.stkpage .legal-bar-in{gap:16px}
.crumb{display:flex;align-items:center;gap:10px;font-size:.85rem;color:var(--muted)}
.crumb a{text-decoration:none;transition:color var(--t) var(--ease)}
.crumb a:hover{color:var(--paper)}
.crumb span[aria-hidden]{opacity:.4}
.crumb [aria-current]{color:var(--paper)}

.stk-hero{padding:clamp(44px,7vw,84px) 0 clamp(24px,4vw,40px)}
.stk-hero h1{margin:0 0 .38em;font-size:clamp(2.1rem,4.6vw,3.4rem);font-weight:700;
  letter-spacing:-.045em;line-height:1.04}
.stk-hero .lede{max-width:60ch;margin:0;color:var(--muted);
  font-size:clamp(1.02rem,1.4vw,1.14rem);line-height:1.6}

/* ── the grid: one tap to any pack ───────────────────────────────── */
.stk-grid-wrap{padding-bottom:clamp(40px,6vw,72px)}
.stk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media (max-width:900px){.stk-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.stk-grid{grid-template-columns:repeat(2,1fr)}}
.stk-card{display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 12px 16px;
  border-radius:var(--r-lg);border:1px solid var(--line);background:var(--ink-2);
  text-decoration:none;text-align:center;
  transition:border-color var(--t) var(--ease),transform var(--t) var(--ease)}
.stk-card:hover{border-color:var(--line-2);transform:translateY(-3px)}
.stk-card:hover img{animation:wobble .55s var(--ease)}
@keyframes wobble{
  0%{transform:rotate(0) scale(1)} 25%{transform:rotate(-6deg) scale(1.06)}
  55%{transform:rotate(5deg) scale(1.06)} 80%{transform:rotate(-2deg) scale(1.03)} 100%{transform:none}}
.stk-card img{width:72px;height:72px;border-radius:17px;transition:transform var(--t) var(--ease);
  /* iOS squircle-ish corner + the soft lift App Store icons have */
  box-shadow:0 8px 20px -10px rgba(0,0,0,.6),inset 0 0 0 1px rgba(255,255,255,.08)}
.stk-name{font-size:.86rem;font-weight:650;letter-spacing:-.02em;color:var(--paper);line-height:1.25}
.stk-price{font-family:var(--mono);font-size:.78rem;color:var(--signal)}

/* ── the detail sections ─────────────────────────────────────────── */
.stk-app{padding:clamp(36px,5vw,64px) 0;border-top:1px solid var(--line);scroll-margin-top:84px;
  position:relative;overflow:clip;isolation:isolate}
/* each pack's own colour, lifted from its icon at build time, as a soft glow */
.stk-app::before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;
  background:radial-gradient(60% 70% at 18% 30%,color-mix(in oklab,var(--tint) 22%,transparent),transparent 70%);
  opacity:.9}
html[data-theme="light"] .stk-app::before,
body.legal:not([data-theme="dark"]) .stk-app::before{opacity:.55}
/* the particle canvas sits between the glow and the content */
.stk-fx{position:absolute;inset:0;z-index:-1;pointer-events:none;width:100%;height:100%}
/* the overlay canvas a flying sprite uses to pass in front of the screenshots */
.stk-fx-top{z-index:2}
@media (prefers-reduced-motion:reduce){.stk-fx{display:none}.stk-card:hover img{animation:none}.stk-shots li{transition:none}}
/* the couple's scene lives in an extra strip at the section's foot */
.stk-app[data-fx="couple"]{padding-bottom:calc(clamp(36px,5vw,64px) + 190px)}
/* Dubi & Choo pop up beside the screenshots; only when those fill the width
   (narrow layouts) do they need a strip of their own at the foot */
@media (max-width:900px){.stk-app[data-fx="dubi"]{padding-bottom:calc(clamp(36px,5vw,64px) + 210px)}}
.stk-head{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:start;margin-bottom:24px}
.stk-icon{width:84px;height:84px;border-radius:20px;
  box-shadow:0 12px 28px -12px color-mix(in oklab,var(--tint) 70%,#000),inset 0 0 0 1px rgba(255,255,255,.08)}
.stk-head .idx{margin-bottom:8px}
.stk-head h2{margin:0 0 .3em;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:-.04em;line-height:1.1}
.stk-hook{margin:0;color:var(--muted);font-size:1.02rem;line-height:1.55;max-width:56ch}

/* the posters — designed panels, so a plain rounded card, no device frame */
.stk-shots{list-style:none;margin:0 0 24px;padding:0;display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:760px}
.stk-shots li{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:var(--ink-2);
  aspect-ratio:9/19.5;transition:transform .5s var(--ease-out),box-shadow .5s var(--ease-out)}
.stk-shots li:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 26px 50px -24px color-mix(in oklab,var(--tint) 60%,#000)}
.stk-shots li:nth-child(1):hover{transform:translateY(-6px) rotate(-1.2deg) scale(1.02)}
.stk-shots li:nth-child(3):hover{transform:translateY(-6px) rotate(1.2deg) scale(1.02)}
.stk-shots img{width:100%;height:100%;object-fit:cover;display:block}

.stk-foot-note{padding:clamp(28px,4vw,48px) 0 clamp(40px,6vw,64px);border-top:1px solid var(--line)}
.stk-foot-note .meta{margin:0;max-width:60ch;font-size:.72rem}
.stk-foot-note a{color:var(--accent)}

@media (max-width:640px){
  .stk-head{grid-template-columns:1fr;gap:14px}
  .stk-icon{width:64px;height:64px;border-radius:15px}
  .stk-shots{grid-template-columns:repeat(3,1fr);gap:8px}
}
@media (max-width:400px){
  .stk-shots{grid-template-columns:repeat(2,1fr)}
  .stk-shots li:nth-child(3){display:none}
}
