/* KANONICKY ZDROJ CSS pre konfigurator + nahlad. Upravy zrkadlit do 06-shopify/dev/assets/corx-systems.css (goal pages + .cx-systemy scoped blok), potom nahlad-regen.py. */
/* COR-X configurator (systemy) v3 (2026-07-18) — editorial minimal pass (Hers/Seed refs, COR-X DNA)
   Ink on white, one cool grey band for the builder, white flat cards, sentence-case type,
   lime demoted to functional accents. Summary panel stays black (component, not band). */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap&subset=latin-ext');

:root {
  --lime: #C3FF32;
  --lime-deep: #A6DC22;
  --ink: #0a0a0a;
  --ink-soft: #1c1c1a;
  --white: #FFFFFF;
  --panel: #F5F5F4;   /* v3: cool grey for tiles (Patrik 18.07: approved, no warm tints) */
  --band: #F7F7F6;    /* v3: cool grey full-bleed bands */
  --offwhite: #FFFFFF; /* legacy var, stays white */
  --rule: #E3E3E0;
  --mute: #6E6E6A;
  --container: 1180px;
  --gutter: clamp(18px, 4vw, 48px);
  --snap: cubic-bezier(0.2, 0.9, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px; line-height: 1.65; letter-spacing: 0;
  color: var(--ink); background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
/* iOS Safari tints <button> text system-blue unless color is set (goal labels went blue
   on iPhone); same reset corx-systems.css already carries for the goal pages. */
button, select { color: inherit; font-family: inherit; }
/* iOS data detectors wrap dates/quantities in styled anchors ("2 produkty" went red);
   belt to the format-detection meta's suspenders. */
a[x-apple-data-detectors] { color: inherit !important; text-decoration: none !important; }
button, .btn, .gopt, .tcard, .fopt { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.container { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.inv { filter: brightness(0) invert(1); }

/* ---------- bar + header ---------- */
.bar {
  background: var(--lime); color: var(--ink); text-align: center;
  font-size: 11px; font-weight: 600; letter-spacing: 0.02em;
  padding: 9px var(--gutter);
}
.header { background: var(--white); border-bottom: 1px solid var(--rule); }
.header .container { display: flex; justify-content: center; padding-top: 16px; padding-bottom: 16px; }
.header img { height: 22px; display: block; filter: brightness(0); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; color: var(--white); }
.hero .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.9) 0%, rgba(10,10,10,0.5) 55%, rgba(10,10,10,0.2) 100%);
}
.hero .container { position: relative; z-index: 2; padding-top: clamp(88px, 16vw, 170px); padding-bottom: 38px; }
.hero h1 {
  font-weight: 600; letter-spacing: -0.03em;
  font-size: clamp(34px, 4.2vw + 14px, 66px); line-height: 1.06; max-width: 900px;
}
.hero h1 .switch { color: var(--white); display: block; }
.hero .sub { color: rgba(255,255,255,0.88); font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6; max-width: 560px; margin-top: 20px; }

.hero-tall .bg { filter: grayscale(1) contrast(1.05); }
.hero-tall::after { background: linear-gradient(to top, rgba(10,10,10,0.94) 0%, rgba(10,10,10,0.6) 55%, rgba(10,10,10,0.4) 100%); }
.hero-tall .container { padding-top: clamp(130px, 20vw, 210px); padding-bottom: 54px; }
.heroctas { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
.herotrust { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.85); }
.herotrust em, .strust em { font-style: normal; letter-spacing: 0.14em; }
@media (max-width: 899px) {
  .hero-tall { min-height: 74svh; display: flex; align-items: flex-end; }
  .hero-tall .container { width: 100%; }
}

/* ---------- builder (v3: grey band, white flat cards) ---------- */
.builder { background: var(--band); padding: 64px 0 84px; }
.bhead { margin-bottom: 36px; }
.bhead h2 { font-size: clamp(26px, 2.4vw + 10px, 42px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.12; }
.bhead p { font-size: 14.5px; color: var(--mute); margin-top: 8px; max-width: 520px; }
.bgrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; }
.bsteps { display: flex; flex-direction: column; gap: 44px; min-width: 0; }
.bstep h3 { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 16px; }
.bnum { flex: none; width: 26px; height: 26px; background: var(--ink); color: var(--white); border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 12.5px; font-weight: 700; }

/* shared selection radio (live PDP "Typ nákupu" pattern) */
.radio { flex: none; width: 18px; height: 18px; border: 1.5px solid #b3b2ab; border-radius: 50%; background: var(--white); position: relative; transition: border-color 160ms var(--snap); }
.on > .radio { border-color: var(--ink); }
.on > .radio::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--ink); }

/* step 1: goal */
.goalpick { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.gopt { display: flex; align-items: flex-start; gap: 12px; font-family: inherit; text-align: left; background: var(--white); border: 1px solid transparent; border-radius: 12px; padding: 17px 18px; cursor: pointer; transition: border-color 180ms var(--snap), box-shadow 180ms var(--snap); }
.gopt .radio { margin-top: 2px; }
.gopt b { display: block; font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; }
.gopt .gtxt > span { display: block; font-size: 12.5px; color: var(--mute); margin-top: 3px; line-height: 1.45; }
.gopt.on { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.gopt:not(.on):hover { box-shadow: 0 2px 4px rgba(10,10,10,0.04), 0 10px 24px rgba(10,10,10,0.06); }

/* step 2: tiers */
.tiers { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; }
.tcard { position: relative; min-width: 0; font-family: inherit; text-align: left; background: var(--white); border: 1px solid transparent; border-radius: 12px; padding: 22px 20px 20px; cursor: pointer; display: flex; flex-direction: column; transition: border-color 180ms var(--snap), box-shadow 180ms var(--snap); }
.tcard .tmatrix { margin-top: auto; padding-top: 14px; }
.tcard:not(.on):hover { box-shadow: 0 2px 4px rgba(10,10,10,0.04), 0 12px 28px rgba(10,10,10,0.06); }
.tcard.on { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink), 0 12px 32px rgba(10,10,10,0.08); }
.tcard > .radio { position: absolute; top: 16px; right: 16px; }
.tbadge { position: absolute; top: -11px; left: 18px; background: var(--ink); color: var(--white); font-size: 11px; font-weight: 600; letter-spacing: 0.01em; padding: 5px 12px; border-radius: 999px; }
.timgs { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; padding-right: 34px; }
.timgs span { background: transparent; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; padding: 2px; flex: none; }
.timgs img { max-width: 100%; max-height: 100%; object-fit: contain; }
.tname { display: block; font-size: 16.5px; font-weight: 600; letter-spacing: -0.015em; padding-right: 34px; }
.tsub { font-size: 12.5px; color: var(--mute); line-height: 1.45; margin-top: 4px; }
.tmatrix { list-style: none; border-top: 1px solid var(--rule); }
.tmatrix li { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; padding: 7px 0; border-bottom: 1px solid var(--rule); }
.tmatrix span { color: #55544f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tmatrix li.out span { color: #b6b5ae; }
.tmatrix em { font-style: normal; font-weight: 900; }
.tmatrix em.in { color: var(--ink); background: var(--lime); width: 17px; height: 17px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; flex: none; }
.tfoot { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.tfoot b { font-size: 21px; font-weight: 600; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.tfoot span { font-size: 11px; font-weight: 600; color: var(--mute); }
.tfoot span.lime { font-size: 11.5px; font-weight: 700; color: var(--ink); background: var(--lime); padding: 5px 10px; border-radius: 999px; }

/* step 3: flavors — visual pickers, same shape as the live PDP "Príchute" box */
/* minmax(0,1fr) + min-width/max-width clamps: iOS Safari explodes auto/1fr tracks
   to the flex pickers' intrinsic width on the innerHTML re-render (19.07 iPhone bug:
   ~600px fboxes after clicking tiers); desktop engines don't reproduce it */
.flavors { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.fblock { min-width: 0; }
.flabel { font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 8px; }
.flabel span { color: var(--mute); font-weight: 500; font-size: 12.5px; }
.fbox { display: flex; gap: 4px; background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 12px 8px 10px; overflow-x: auto; scrollbar-width: none; max-width: 100%; }
.fbox::-webkit-scrollbar { display: none; }
.fopt { flex: 1 1 0; min-width: 82px; font-family: inherit; background: transparent; border: 0; padding: 8px 6px 9px; cursor: pointer; display: flex; flex-direction: column; align-items: center; }
.fopt .fimg { height: 64px; display: flex; align-items: flex-end; justify-content: center; transition: transform 240ms var(--snap); }
/* sachet pickers (X-E): short wide images left a dead white band above them in the
   64px image area — slim it so the tiles sit lower (Patrik 19.07) */
.fbox-slim .fopt .fimg { height: 44px; }
.fopt .fimg img { max-height: 100%; max-width: 76px; object-fit: contain; }
.fopt b { font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.2; text-align: center; transition: color 160ms var(--snap); }
.fopt b::before { content: ''; display: block; width: 56px; height: 1px; background: var(--rule); margin: 10px auto 9px; }
.fopt:hover .fimg { transform: translateY(-3px); }
.fopt.on b { color: var(--fct, var(--fc, var(--ink))); }
/* COR-PACK: live-PDP multicolor treatment on selection (computed 18.07) */
.fopt-mix.on b {
  background-image: linear-gradient(90deg, #000000, #C3FF32 47%, #F82840 92%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.fopt:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.fopt:disabled { cursor: default; }
.fopt.soldout .fimg, .fopt.soldout b { opacity: 0.38; filter: grayscale(0.55); }
.fopt.soldout:hover .fimg { transform: none; }
.fout { font-size: 10px; font-weight: 700; font-style: normal; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); margin-top: 4px; }
/* ≤480px: four tiles (XE incl. COR-PACK) must fit the box with no hidden h-scroll */
@media (max-width: 480px) {
  .fbox { gap: 2px; padding: 12px 6px 10px; }
  .fopt { min-width: 0; flex: 1 1 25%; padding: 8px 2px 9px; }
  .fopt .fimg img { max-width: 64px; }
  .fopt b { font-size: 12px; }
}
.ffix { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--white); border: 1px solid var(--rule); border-radius: 8px; padding: 14px 16px; }
.ffix span { font-size: 12.5px; font-weight: 500; color: var(--mute); }
.ffix b { font-size: 13px; font-weight: 600; }

/* summary (stays black: transactional anchor) */
.sum { background: var(--ink); color: var(--white); border-radius: 14px; padding: 26px 24px 24px; align-self: start; }
.sum.flash .sitems, .sum.flash .stotal { animation: sumin 320ms var(--snap); }
@keyframes sumin { from { opacity: 0.45; } to { opacity: 1; } }
.sum .sname { font-size: 20px; font-weight: 600; letter-spacing: -0.015em; }
.sitems { list-style: none; margin-top: 14px; }
.sitems li { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.13); }
.sitems li span:not(.sthumb) { color: rgba(255,255,255,0.78); flex: 1; }
.sitems b { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sthumb { flex: none; width: 36px; height: 36px; background: var(--white); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 3px; }
.sthumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sthumb-blank { background: var(--ink-soft); }
.sitems .deal { padding: 9px 0; }
.sitems .deal span { color: rgba(255,255,255,0.55); }
.sitems .lime { color: var(--lime); }
.stotal { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 16px 0 0; }
.stotal span { font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.6); }
.stotal b { font-size: 30px; font-weight: 600; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.scheck { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 4px; }
.scheck span { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.6); }
.scheck b { font-size: 16px; font-weight: 700; color: var(--lime); font-variant-numeric: tabular-nums; }
.sum .btn { width: 100%; margin-top: 18px; }
.strust { font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,0.66); margin-top: 12px; line-height: 1.5; }
.sfine { font-size: 11px; color: rgba(255,255,255,0.45); line-height: 1.5; margin-top: 6px; }

/* what's inside */
.inside { padding: 64px 0 84px; }
.inside h2 { font-size: clamp(26px, 2.4vw + 10px, 42px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 30px; }
.igrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; }
.iitem { border-top: 0; padding-top: 0; }
.itile { background: var(--white); border: 1px solid var(--rule); border-radius: 14px; height: 210px; display: flex; align-items: center; justify-content: center; padding: 24px; margin-bottom: 16px; }
.itile img { max-width: 100%; max-height: 100%; object-fit: contain; }
.iitem b { display: block; font-size: 16.5px; font-weight: 600; letter-spacing: -0.015em; }
.iitem p { font-size: 13.5px; color: var(--mute); line-height: 1.6; margin-top: 6px; }
.iitem a { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 600; color: var(--ink); text-decoration: none; }
.iitem a span { border-bottom: 1px solid rgba(10,10,10,0.35); padding-bottom: 3px; transition: border-color 160ms var(--snap); }
.iitem a:hover span { border-bottom-color: var(--ink); }

/* proof band (full-bleed photo moment) */
.proof { position: relative; overflow: hidden; color: var(--white); }
.proof .bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.proof::after { content: ''; position: absolute; inset: 0; background: rgba(10,10,10,0.72); }
.proof .container { position: relative; z-index: 2; padding-top: clamp(84px, 12vw, 130px); padding-bottom: clamp(84px, 12vw, 130px); }
.proof b { font-size: clamp(48px, 6vw + 10px, 88px); font-weight: 600; letter-spacing: -0.04em; line-height: 1; display: block; font-variant-numeric: tabular-nums; }
.proof p { font-size: 14.5px; color: rgba(255,255,255,0.78); max-width: 460px; margin-top: 16px; line-height: 1.6; }

/* mech band on builder page: inset rounded panel on white (separates it from the grey
   builder band above), stats + athlete photo on desktop */
.mech.mech-b { background: var(--white); padding: clamp(56px, 8vw, 96px) 0 0; }
.mech-b .container { background: var(--band); border-radius: 24px; padding: 44px 28px; }
.mech.mech-b .m-row { align-items: end; }
.mech.mech-b .m-line { margin-left: 0; margin-top: 4px; max-width: 520px; }
.mech-photo { display: block; width: 100%; height: 280px; object-fit: cover; object-position: 50% 30%; border-radius: 16px; margin-top: 30px; }
@media (min-width: 900px) {
  .mech.mech-b { padding-bottom: 0; }
  .mech-b .container { padding: 72px 64px; }
  .mech-cols { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 72px; align-items: center; }
  .mech-photo { height: 440px; margin-top: 0; }
}

/* mobile: compress tier cards to what's inside */
@media (max-width: 899px) {
  .tmatrix li.out { display: none; }
  /* stat labels wrap to two lines on narrow screens; end-alignment shoved the
     numbers out of line — align tops so the figures sit level */
  .mech .m-row { align-items: start; }
}

/* sticky bar content (v3: white glass) */
.scflex { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: 720px; margin: 0 auto; }
.scflex span { font-size: 12.5px; font-weight: 500; color: var(--ink); line-height: 1.35; }
.scflex span b { font-weight: 700; font-variant-numeric: tabular-nums; }
.scflex .btn { flex: none; }

@media (min-width: 900px) {
  .sc-mobile-only { display: none; }
  .builder { padding: 104px 0 120px; }
  .bhead { margin-bottom: 48px; }
  .bgrid { grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; align-items: start; }
  .sum { padding: 32px 30px 28px; } /* 18.07: sticky removed — panel overlaid the flavor step on desktop (Patrik) */
  .goalpick { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tiers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .flavors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* the minmax clamp (19.07) caps each flavors column at ~330px on desktop — the
     84px-min tiles then clipped COR-PACK behind the hidden scrollbar (RSI audit);
     let tiles share the track like on phones */
  .fopt { min-width: 0; flex: 1 1 25%; }
  .fopt .fimg img { max-width: 64px; }
  .inside { padding: 112px 0 128px; }
  .igrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
}

/* ---------- buttons: 8px radius, sentence case (v3) ---------- */
.btn {
  display: inline-block; font-family: inherit; font-size: 13.5px; font-weight: 600;
  letter-spacing: 0; text-transform: none; text-decoration: none; text-align: center;
  padding: 15px 28px; border-radius: 8px; border: 0; cursor: pointer; min-height: 48px;
  transition: background 200ms var(--snap), transform 120ms var(--snap);
}
.btn:active { transform: translateY(1px); }
.btn-black { background: var(--ink); color: var(--white); }
.btn-black:hover { background: #262626; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-lime:hover { background: var(--lime-deep); }
.btn-white { background: var(--white); color: var(--ink); }
.btn-white:hover { background: #ECECEA; }

/* ---------- mechanism band (v3: light editorial band) ---------- */
.mech { background: var(--band); color: var(--ink); padding: 72px 0; }
.mech h2 {
  font-size: clamp(26px, 2.6vw + 10px, 44px); font-weight: 600; line-height: 1.12;
  letter-spacing: -0.025em; max-width: 760px;
}
.mech h2 em { font-style: normal; color: inherit; }
.mech .m-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 18px; align-items: end; margin-top: 40px; }
.mech .m-stat b { display: block; font-size: clamp(24px, 2.6vw + 8px, 40px); font-weight: 600; line-height: 1; letter-spacing: -0.02em; }
.mech .m-stat span { display: block; font-size: 12px; font-weight: 500; color: var(--mute); margin-top: 8px; line-height: 1.4; }
.mech .m-line { font-size: 14.5px; color: var(--mute); max-width: 420px; grid-column: 1 / -1; }
@media (min-width: 760px) {
  .mech { padding: 120px 0; }
  .mech .m-row { gap: 44px 32px; margin-top: 52px; max-width: 860px; }
}

/* ---------- lime band ---------- */
.limeband { background: var(--lime); color: var(--ink); padding: 72px 0; }
.limeband .container { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.limeband h2 { font-size: clamp(34px, 5vw + 8px, 72px); font-weight: 800; line-height: 0.98; letter-spacing: -0.03em; text-transform: uppercase; }
.limeband p { font-size: 15px; font-weight: 500; max-width: 520px; }
.limeband .js-combine.btn { background: var(--ink); color: var(--white); width: 100%; max-width: 460px; }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--white); padding: 48px 0 100px; }
.footer .container { display: flex; flex-direction: column; gap: 15px; }
.footer img { height: 22px; width: auto; align-self: flex-start; }
.footer .triplet { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lime); }
.footer nav { display: flex; gap: 18px; }
.footer nav a { color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 600; text-decoration: none; }
.footer nav a:hover { color: var(--white); }
.footer .fine { font-size: 11.5px; color: rgba(255,255,255,0.5); max-width: 640px; }

/* ---------- sticky buy bar (v3: white glass) ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(255,255,255,0.78); backdrop-filter: blur(20px) saturate(1.6); -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border-top: 1px solid rgba(10,10,10,0.08);
  padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  transform: translateY(102%); transition: transform 320ms var(--snap);
}
.sticky-cta.on { transform: none; }
.sticky-cta .js-combine { width: 100%; max-width: 560px; margin: 0 auto; display: block; }
.sticky-cta .btn-lime { background: var(--ink); color: var(--white); }
.sticky-cta .btn-lime:hover { background: #262626; }

/* ---------- motion ---------- */
.a1, .a2, .a3 { opacity: 0; transform: translateY(20px); animation: rise 0.6s var(--snap) forwards; }
.a2 { animation-delay: 0.1s; }
.a3 { animation-delay: 0.2s; }
@keyframes rise { to { opacity: 1; transform: none; } }
html.anim .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.6s var(--snap), transform 0.6s var(--snap); }
html.anim .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .a1, .a2, .a3 { animation: none; opacity: 1; transform: none; }
  html.anim .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- summary -> PDP subscription nudge (decision 19.07 PM: funnel stays
   one-time; the PDP is the subscription home) ---------- */
.ssub {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.14);
}
.ssub-txt { min-width: 0; }
.ssub-txt b { display: block; font-size: 12.5px; font-weight: 700; color: var(--white); }
.ssub-txt span { font-size: 11.5px; color: rgba(255,255,255,0.62); line-height: 1.5; }
.ssub-btn {
  flex: none; font-size: 12px; font-weight: 700; color: var(--lime); text-decoration: none;
  border: 1px solid rgba(195,255,50,0.5); border-radius: 999px; padding: 8px 16px;
  transition: background 160ms var(--snap), border-color 160ms var(--snap);
}
.ssub-btn:hover { background: rgba(195,255,50,0.12); border-color: var(--lime); }
