/* ============================================================
   tuto landing — standalone section pages (static mockups)
   Reuses component classes from /assets/styles.css. This file adds
   ONLY: (1) a full-page shell, (2) clean deliberate composition per
   page, (3) force-fill rules so cards/units render outside the #mods
   tab machinery. No new animations — existing component loops are
   kept; anything static is drawn in its finished state.
   ============================================================ */

/* ---------- page frame ---------- */
body{background:var(--bg);color:var(--ink);min-height:100svh;}

.pz-top{position:fixed;inset:0 0 auto 0;z-index:100;display:flex;align-items:center;justify-content:space-between;
  height:62px;padding:0 clamp(1.15rem,4vw,2.6rem);
  background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);}
.pz-top .brand{display:flex;align-items:center;gap:9px;font-family:'Sansation',sans-serif;font-weight:700;font-size:1.24rem;letter-spacing:-.02em;color:var(--ink);}
.pz-top .brand img{width:29px;height:29px;}
.pz-nav{display:flex;align-items:center;gap:clamp(.5rem,2vw,1.5rem);font-size:.9rem;font-weight:600;color:var(--ink-muted);}
.pz-nav a{padding:.35em .2em;transition:color .2s var(--ease);}
.pz-nav a:hover{color:var(--ink);}
.pz-nav a.here{color:var(--accent);}
/* header CTA — the only button on the page */
.pz-top-cta{display:inline-flex;align-items:center;min-height:40px;padding:0 1.15em;border-radius:12px;
  background:var(--accent);color:var(--on-accent);font-family:'Onest',sans-serif;font-weight:700;font-size:.92rem;
  transition:background .2s var(--ease);}
.pz-top-cta:hover{background:var(--accent-hover);}
@media(max-width:600px){.pz-top-cta{min-height:36px;padding:0 .85em;font-size:.83rem;}}
.pz-seclabel{font-family:'Onest',sans-serif;font-weight:500;font-size:1.08rem;
  letter-spacing:0;color:var(--ink-muted);}
@media(max-width:600px){.pz-seclabel{font-size:.96rem;}}

/* ---- header menu trigger (replaces the static section label) — plain
   text, no chip/icon ---- */
.pz-menu-btn{display:inline-flex;align-items:center;
  font-family:'Onest',sans-serif;font-weight:700;font-size:.92rem;color:var(--ink);
  transition:color .2s var(--ease);}
.pz-menu-btn:hover{color:var(--ink-muted);}

/* ---- section dropdown — plain menu, flush under the header, full width,
   square corners, no shadow/dividers: reads as part of the header rather
   than a floating card. Active item is just bold + accent colour, items
   right-aligned. ---- */
body.pz-sheet-lock{overflow:hidden;}
.pz-sheet-backdrop{position:fixed;inset:0;z-index:200;background:rgba(28,27,31,.38);
  opacity:0;pointer-events:none;transition:opacity .25s var(--ease);}
.pz-sheet-backdrop.on{opacity:1;pointer-events:auto;}
.pz-sheet{position:fixed;left:0;right:0;top:62px;z-index:201;
  background:var(--surface);padding:2px 0;
  transform:translateY(-6px);opacity:0;pointer-events:none;
  transition:transform .2s var(--ease),opacity .18s var(--ease);}
.pz-sheet.on{transform:translateY(0);opacity:1;pointer-events:auto;}
.pz-sheet-item{display:flex;align-items:center;justify-content:flex-end;height:52px;padding:0 clamp(1.15rem,4.4vw,2.6rem);
  font-family:'Onest',sans-serif;font-weight:600;font-size:.98rem;color:var(--ink);
  transition:background .15s var(--ease);}
.pz-sheet-item:hover{background:var(--surface-hover);}
.pz-sheet-item.is-active{font-weight:700;color:var(--accent);}
@media(prefers-reduced-motion:reduce){.pz-sheet,.pz-sheet-backdrop{transition:none;}}

/* one section = one full-viewport page */
.pz-page{position:relative;width:100%;max-width:1160px;margin-inline:auto;min-height:100svh;overflow-x:clip;
  display:flex;flex-direction:column;
  padding:clamp(84px,12vh,116px) clamp(1.15rem,4.4vw,2.6rem) clamp(34px,5vh,54px);}

/* kicker rubric — small label above the title */
.pz-rubric{display:inline-flex;align-items:center;gap:.55em;
  font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:1rem;}
.pz-rubric b{color:var(--accent);font-weight:800;}
.pz-rubric .dot{width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.75;}

/* head block */
.pz-head h1{font-family:'Sansation',sans-serif;font-weight:700;font-size:clamp(1.95rem,5vw,3rem);line-height:1.06;letter-spacing:-.018em;color:var(--ink);}
.pz-head h1 .accent{color:var(--accent);}
.pz-head .pz-sub{margin-top:.9rem;font-size:clamp(1.02rem,2.3vw,1.2rem);line-height:1.5;color:var(--ink-muted);max-width:46ch;}

/* two-column split: copy | live demo (used by the "how" pages) */
.pz-split{flex:1;display:flex;align-items:center;gap:clamp(2rem,5vw,4.6rem);}
.pz-split .pz-copy{flex:1 1 40%;max-width:440px;}
.pz-split .pz-demo{flex:1 1 56%;min-width:0;display:flex;justify-content:center;}

/* ============================================================
   FORCE-FILL — reused cards/units normally fill via .tabpanel.active
   / .mods.in / .how.in.  We render them finished, in place.
   ============================================================ */
.pz-page .mac-bar i,
.pz-page .track i,
.pz-page .cat-bar i{width:var(--w);}
.pz-page .vweek .wb i{height:var(--h);}
.pz-page .vnote{opacity:1;}
.pz-page .unit{opacity:1;}
.pz-page .titem.done .cb::after{transform:rotate(43deg) scale(1);}   /* checkmark drawn */
.pz-page .lab-scale i{opacity:1;transform:translate(-50%,-50%) scale(1);}   /* lab markers placed */

/* ============================================================
   PAGE 01 — INPUT (the four ways to give tuto data)
   Checkerboard of rows. Each row = a self-contained input chip with tuto's
   reply plashka hanging on its BORDER (exactly like the original #mods units),
   plus a short action label on the OPPOSITE side. Chips alternate sides row to
   row = шахматка. No card wrappers — the white reply badges ARE the plashkas.
   Desktop: copy header on top. Mobile: demo on top, copy below (media queries).
   ============================================================ */
.pz-input{flex:1;display:flex;align-items:center;gap:clamp(1.5rem,4vw,4rem);position:relative;}
.pz-copy-col{flex:1 1 40%;min-width:0;}
.pz-demo-col{flex:1 1 60%;min-width:0;position:relative;}
.pz-copy-col h1,.pz-copy-col h2{font-family:'Sansation',sans-serif;font-weight:700;font-size:clamp(2rem,3.6vw,3rem);
  line-height:1.07;letter-spacing:-.018em;color:var(--ink);}
.pz-copy-col h1 .accent,.pz-copy-col h2 .accent{color:var(--accent);}
.pz-copy-col .pz-sub{margin-top:.95rem;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.5;color:var(--ink-muted);max-width:34ch;}

/* the tossed cluster of input chips */
.pz-scatter{position:relative;width:100%;height:clamp(440px,56vh,560px);}
.pz-chipunit{position:absolute;opacity:1;--cyc:11s;}
/* ONE unified soft shadow on every chip so the chaos reads as deliberate */
.pz-chipunit .req-voice,.pz-chipunit .req-photo,.pz-chipunit .req-text,.pz-chipunit .req-file{
  box-shadow:0 18px 34px -18px rgba(43,41,56,.32);}
/* bigger chips — the food illustration is the hero */
.pz-chipunit .req-photo{width:clamp(210px,19vw,268px);border-radius:16px;}
/* custom app illustration instead of a real photo — same muted card
   background as the other input chips (voice pill / document card). The box
   hugs the illustration (no fixed width, inline-flex like the other chips)
   so there's no empty halo around a small centred image. */
.pz-chipunit .req-photo--illus{width:auto;display:inline-flex;align-items:center;justify-content:center;
  background:var(--surface-muted);padding:15px;}
.pz-chipunit .req-photo--illus img{height:clamp(100px,9vw,124px);width:auto;object-fit:contain;}
.pz-chipunit .req-text{width:clamp(220px,17vw,250px);min-height:2.8em;}   /* fixed box, wraps cleanly */
.pz-chipunit .req-voice{padding:12px 22px 12px 12px;}
.pz-chipunit .req-voice .vplay{width:40px;height:40px;}
.pz-chipunit .wave{height:30px;}
.pz-chipunit .req-file{padding:16px 22px;border-radius:16px;gap:15px;border:none;background:var(--surface-muted);}   /* grey like voice/text, no border */
/* interlocking positions, bold alternating tilts, photo as the anchor */
.pz-chipunit:nth-child(1){left:5%;top:1%;transform:rotate(-6deg);--d:-0.4s;z-index:3;}    /* photo */
.pz-chipunit:nth-child(2){right:1%;top:22%;transform:rotate(6deg);--d:-3.1s;z-index:2;}    /* voice */
.pz-chipunit:nth-child(3){left:1%;top:53%;transform:rotate(-5deg);--d:-6s;z-index:2;}       /* text */
.pz-chipunit:nth-child(4){right:6%;top:62%;transform:rotate(7deg);--d:-8.4s;z-index:1;}      /* file */
/* illustrated statement thumbnail (drawn page: colour header + folded corner
   + content lines) instead of a flat document icon on a white tile — scaled
   up ~12% from the shared component so it carries a bit more visual weight
   than default without dominating the chip */
.pz-chipunit .file-doc{width:44px;height:55px;}
.pz-chipunit .file-doc .hd{height:15px;}
.pz-chipunit .file-doc .fold{border-width:0 10px 10px 0;}
.pz-chipunit .file-doc .ln{height:3px;left:7px;}
.pz-chipunit .file-doc .l1{top:24px;right:8px;}
.pz-chipunit .file-doc .l2{top:31px;right:13px;}
.pz-chipunit .file-doc .l3{top:39px;right:19px;}
/* action tag — SAME attach point on every chip: bottom-left, on the border */
.pz-tag{position:absolute;z-index:5;top:calc(100% - 14px);left:16px;background:var(--surface);
  border-radius:13px;padding:7px 15px;box-shadow:0 12px 26px -10px rgba(43,41,56,.3);
  font-family:'Onest',sans-serif;font-weight:700;font-size:.92rem;color:var(--ink);white-space:nowrap;}
/* mascot peeking OUT of the top-right edge (partly clipped, sits high) */
.pz-peek{position:absolute;z-index:0;top:-16%;right:-13%;width:clamp(128px,13vw,188px);transform:rotate(12deg);pointer-events:none;}
/* structure page: mascot peeks up from the VERY bottom edge of the screen,
   centre-right — only the top of the head shows (fixed → clipped by the
   viewport border, never adds scroll) */
.pz-peekb{position:fixed;z-index:0;bottom:clamp(-158px,-12vh,-116px);left:53%;
  width:clamp(150px,15vw,206px);transform:rotate(-6deg);pointer-events:none;}

/* ============================================================
   PAGE 02 — STRUCTURE  (raw input → three distinct RESULT widgets)
   Fresh components built for this section only — NOT the per-sphere module
   cards. Three DIFFERENT visualisations so the eye reads variety, not a
   template: a macro DONUT (photo→nutrition), a spend COLUMN chart
   (statement→finance), a tagged CHECKLIST (note→tasks). Each carries a
   «… разобрано» source badge and shows the finished result. Roughly equal
   footprint; laid out so no widget covers another's badge/title.
   ============================================================ */
.pz-flow{flex:1;display:flex;align-items:center;gap:clamp(1.6rem,4vw,4rem);position:relative;}
.pz-cardscatter{position:relative;width:100%;height:clamp(442px,56vh,506px);}
.pz-cardunit{position:absolute;opacity:1;width:clamp(258px,23vw,304px);}

/* shared widget shell + «разобрано» source badge (fresh, not .vcard) */
.pz-w{background:var(--surface);border-radius:20px;padding:15px 17px 16px;
  box-shadow:0 24px 48px -24px rgba(43,41,56,.34),0 5px 14px -10px rgba(43,41,56,.16);}
.pz-w-tt{font-family:'Onest',sans-serif;font-weight:700;font-size:.95rem;color:var(--ink);line-height:1.2;margin-bottom:13px;}

/* WIDGET 1 — calorie ring (питание) — prod CalorieRing idiom: THICK round-cap
   WATERCOLOR arc (#wcr), EMPTY centre; remaining kcal beside, БЖУ in own chips */
.pz-nut-row{display:flex;align-items:center;gap:18px;}
.pz-cring{position:relative;width:98px;height:98px;flex:none;}
.pz-cring svg{width:100%;height:100%;transform:rotate(-90deg);overflow:visible;}
.pz-cring circle{fill:none;stroke-width:7.2;}
.pz-cring .t{stroke:var(--surface-muted);}
.pz-cring .a{stroke:var(--sph-health);stroke-linecap:round;filter:url(#wcr);stroke-dasharray:100;stroke-dashoffset:calc(100 - var(--p,75));}
.pz-nutcol{display:flex;flex-direction:column;gap:9px;min-width:0;justify-content:center;}
.pz-nut-row .pz-w-tt{margin-bottom:1px;}          /* title lives in the right column now */
.pz-nut{font-size:1.02rem;font-weight:600;color:var(--ink);line-height:1;}
.pz-nut b{font-family:'Sansation',sans-serif;font-weight:700;font-size:1.4rem;color:var(--ink);font-feature-settings:'tnum';margin:0 2px;}
.pz-mchips{display:flex;gap:6px;flex-wrap:wrap;}
.pz-mchip{border-radius:8px;padding:5px 9px;font-size:.75rem;font-weight:700;
  background:color-mix(in srgb,var(--mc) 13%,var(--surface));color:var(--mc);}

/* WIDGET 2 — spend column chart (выписка → финансы) */
.pz-cap{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:13px;}
.pz-cap-l{font-size:.95rem;font-weight:700;color:var(--ink);}
.pz-cap-v{font-family:'Sansation',sans-serif;font-weight:700;font-size:1.02rem;color:var(--ink);font-feature-settings:'tnum';}
.pz-cols{display:flex;align-items:flex-end;gap:11px;height:70px;}
.pz-col{flex:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;position:relative;}
.pz-col .bar{width:100%;background:var(--surface-muted);border-radius:8px 8px 6px 6px;position:relative;overflow:hidden;height:100%;filter:url(#wcv);}
.pz-col .bar i{position:absolute;left:0;right:0;bottom:0;height:var(--h);background:var(--sph-finance);border-radius:8px 8px 6px 6px;}
.pz-col.hi .bar i{background:var(--accent);}
/* why the highlight — reason label INSIDE the grey zone, above the red fill */
.pz-col .cflag{position:absolute;top:9px;left:0;right:0;text-align:center;z-index:2;
  font-size:.66rem;font-weight:800;color:var(--accent);white-space:nowrap;letter-spacing:-.01em;}
.pz-cols-x{display:flex;gap:11px;margin-top:8px;}
.pz-cols-x span{flex:1;text-align:center;font-size:.62rem;color:var(--ink-faint);font-weight:600;}
.pz-cols-x span.hi{color:var(--accent);}

/* WIDGET 3 — tagged checklist (заметка → задачи) */
.pz-checks{display:flex;flex-direction:column;gap:13px;}
.pz-chk{display:flex;align-items:center;gap:13px;}
.pz-chk .box{width:22px;height:22px;border-radius:7px;border:1.9px solid var(--outline);flex:none;position:relative;}
.pz-chk.done .box{background:var(--sph-health);border-color:var(--sph-health);}
.pz-chk.done .box::after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border:2.2px solid #fff;border-top:0;border-left:0;transform:rotate(43deg);}
/* two-line item: task name + sphere·due sub-line — fills the row, no far-right gap */
.chk-txt{display:flex;flex-direction:column;gap:3px;font-size:.94rem;font-weight:500;color:var(--ink);line-height:1.15;}
.pz-chk.done .chk-txt{color:var(--ink-faint);}
.chk-txt em{font-style:normal;font-size:.78rem;font-weight:700;color:var(--t);}

/* loose diagonal cluster — each widget clears the others' badge/title; z rises downward */
.pz-cardunit:nth-child(1){left:0;top:0;transform:rotate(-3deg);z-index:1;width:clamp(338px,30vw,392px);} /* питание — WIDE: big ring left, chips right */
.pz-cardunit:nth-child(2){right:0;top:35%;transform:rotate(4deg);z-index:2;}         /* финансы — columns */
.pz-cardunit:nth-child(3){left:4%;top:66%;transform:rotate(-3deg);z-index:3;}        /* задачи — checklist */

/* ============================================================
   PAGE 03 — INSIGHTS (mind graph)  ·  reuses #why .mind-stage + mind.js
   Same shell as §1/§2 (.pz-flow): copy | living connection graph. Spheres are
   repositioned so every insight edge's midpoint (where the label rides) lands
   in open interior space — never on top of a sphere icon.
   ============================================================ */
/* ---- One connection web (spheres evenly spread to fill the frame) ----
   Six sphere nodes distributed across the frame (hero-orbit icons), wired by a
   faint web; every few seconds a cross-domain insight fires — its edge lights,
   a packet travels, the two spheres brighten and the insight rides along the
   edge. Sphere positions keep each insight-edge midpoint (where the label sits)
   in open space, never on an icon. Drives with the prod /assets/mind.js. */
.pz-web{align-items:center;}
.pz-web .pz-demo-col{display:flex;justify-content:center;}
.pz-web .mind-stage{flex:none;width:100%;max-width:540px;margin:0 auto;height:clamp(380px,42vw,480px);}
/* caption: our Onest token, plain crisp glyphs centred ON the edge (base
   .mind-say transform). Just the text on the line — no halo, no border, no
   background plate. */
.pz-web .mind-say p{font-family:'Onest',sans-serif;text-shadow:none;}

/* ============================================================
   PAGE 04 — MODULE (Health)
   Name + headline (left) with the sphere icon tile (right); cards below.
   ============================================================ */
.pz-mod{flex:1;display:flex;flex-direction:column;justify-content:center;}
.pz-mod-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.4rem;}
.pz-mod-name{display:inline-flex;align-items:center;gap:.5em;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--c);margin-bottom:.8rem;}
.pz-mod-name i{width:17px;height:17px;background:var(--c);-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat;}
.pz-mod-head .pz-head{max-width:620px;}
.pz-mod-ic{flex:none;width:clamp(60px,8vw,82px);height:clamp(60px,8vw,82px);border-radius:24px;display:grid;place-items:center;
  background:color-mix(in srgb,var(--c) 14%,var(--surface));box-shadow:var(--shadow-sm);}
.pz-mod-ic i{width:46%;height:46%;background:var(--c);-webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat;}
.pz-cards{display:grid;gap:clamp(1.6rem,3vh,2.2rem) clamp(1rem,2.1vw,1.4rem);grid-template-columns:repeat(auto-fit,minmax(238px,1fr));align-items:start;
  margin-top:clamp(1.6rem,4vh,2.6rem);}
.pz-cards .vcard{width:100%;}
/* balanced 2×2 dashboard for a module overview */
.pz-cards--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px;}

/* ============================================================
   INDEX
   ============================================================ */
.pz-index{max-width:940px;margin-inline:auto;padding:clamp(96px,16vh,150px) clamp(1.15rem,4vw,2.4rem) 5rem;}
.pz-index h1{font-family:'Sansation',sans-serif;font-size:clamp(2rem,5vw,2.8rem);letter-spacing:-.02em;}
.pz-index .pz-sub{color:var(--ink-muted);font-size:1.1rem;margin-top:.7rem;max-width:54ch;line-height:1.5;}
.pz-cardlinks{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:2.4rem;}
.pz-link{display:block;background:var(--surface);border-radius:20px;padding:20px 20px 22px;box-shadow:var(--shadow-sm);
  transition:transform .18s var(--ease),box-shadow .25s var(--ease);border:1px solid var(--outline);}
.pz-link:hover{transform:translateY(-3px);box-shadow:var(--shadow);}
.pz-link .pz-link-k{font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);}
.pz-link h3{font-family:'Sansation',sans-serif;font-size:1.22rem;margin-top:.5rem;letter-spacing:-.01em;}
.pz-link p{font-size:.92rem;color:var(--ink-muted);margin-top:.35rem;line-height:1.45;}

/* ============================================================
   MOBILE
   ============================================================ */
@media(max-width:820px){
  .pz-split{flex-direction:column;align-items:stretch;gap:clamp(1.2rem,3.5vh,1.9rem);}
  .pz-split .pz-copy,.pz-split .pz-demo{max-width:100%;flex:none;}
  .pz-split .pz-demo{justify-content:center;}
  /* input: demo on top, copy below (per feedback) */
  .pz-input{justify-content:center;}
  .pz-input .unitstage{order:1;}
  .pz-input .pz-head{order:2;}
}
@media(max-width:600px){
  /* everything fits one phone screen — no scroll; clears the fixed
     translucent header with real breathing room (not just enough to avoid
     overlap) */
  .pz-page{padding-top:88px;padding-bottom:16px;}
  .pz-head h1{font-size:clamp(1.7rem,7vw,2.05rem);}
  .pz-head .pz-sub{font-size:1rem;margin-top:.6rem;}
  /* input on phones: the scattered board collapses to a centred stack (still
     tilted for the chaotic feel); demo on top, copy below */
  /* stack: cluster (scaled to the screen) then copy right under it, the pair
     centred — leaves only small, balanced margins on any phone height */
  .pz-flow{flex-direction:column;justify-content:flex-start;gap:0;align-items:stretch;}
  /* §1 has no bottom-anchored mascot to absorb leftover height like §2/§3 do
     — centre the stack instead of top-packing it, so slack splits evenly
     above/below rather than dumping into one dead gap at the bottom */
  .pz-input{flex-direction:column;justify-content:center;gap:0;align-items:stretch;}
  .pz-demo-col{order:1;width:100%;flex:none;}
  .pz-copy-col{order:2;width:100%;flex:none;}
  .pz-steps{margin-bottom:.85rem;}
  .pz-copy-col h1,.pz-copy-col h2{font-size:clamp(1.75rem,7vw,2.15rem);}
  .pz-copy-col .pz-sub{font-size:1.02rem;margin-top:.7rem;max-width:none;}
  /* BIGGER chips reaching both edges + a tighter cascade → fills the width,
     kills the dead air the small scattered chips left around them */
  .pz-scatter{height:clamp(474px,64vh,532px);margin:0 auto .45rem;}
  .pz-chipunit:nth-child(1){left:-1%;top:0;transform:rotate(-4deg);}
  .pz-chipunit:nth-child(2){right:-1%;top:26%;transform:rotate(5deg);}
  .pz-chipunit:nth-child(3){left:-1%;top:50%;transform:rotate(-4deg);}
  .pz-chipunit:nth-child(4){right:-1%;top:74%;transform:rotate(5deg);}
  .pz-chipunit .req-photo--illus img{height:132px;width:auto;}
  .pz-chipunit .req-text{width:252px;font-size:1rem;min-height:3.3em;}
  .pz-chipunit .req-voice{padding:16px 24px 16px 13px;}
  .pz-chipunit .req-voice .vplay{width:46px;height:46px;}
  .pz-chipunit .vstat{display:none;}
  .pz-chipunit .wave{height:38px;}
  .pz-chipunit .wave i:nth-child(n+16){display:none;}
  .pz-chipunit .req-file{padding:18px 22px;}
  .pz-chipunit .req-file .file-sub{display:none;}
  .pz-chipunit .req-file .file-name{font-size:.95rem;}
  .pz-chipunit .file-doc{width:48px;height:60px;}
  .pz-chipunit .file-doc .hd{height:16px;}
  .pz-chipunit .file-doc .fold{border-width:0 11px 11px 0;}
  .pz-chipunit .file-doc .ln{left:7px;}
  .pz-chipunit .file-doc .l1{top:26px;right:9px;}
  .pz-chipunit .file-doc .l2{top:34px;right:15px;}
  .pz-chipunit .file-doc .l3{top:43px;right:21px;}
  .pz-tag{font-size:.84rem;padding:7px 14px;left:15px;}
  .pz-peek{width:118px;top:-9%;right:-15%;}
  /* structure page: cards-on-top stack. Widgets are taller than the parsed
     records were, so space them to CLEAR each other — a lower card must never
     cover the one above's badge, labels or legend. Slight tilt keeps it lively. */
  .pz-cardscatter{height:clamp(534px,69vh,564px);margin:.1rem auto .3rem;}
  .pz-cardunit{width:clamp(322px,92vw,368px);}   /* near-full-width — kills the side air */
  .pz-cardunit:nth-child(1){left:-1%;top:0;transform:rotate(-2deg);width:clamp(322px,92vw,368px);}
  .pz-cardunit:nth-child(2){right:-1%;top:28%;transform:rotate(2.5deg);}
  .pz-cardunit:nth-child(3){left:-1%;top:61%;transform:rotate(-2deg);}
  /* phone widget sizes */
  .pz-nut-row{gap:15px;}
  .pz-cring{width:92px;height:92px;}
  .pz-nut b{font-size:1.34rem;}
  .pz-mchips{gap:6px;}
  .pz-mchip{padding:5px 9px;font-size:.74rem;}
  .pz-cols{height:60px;}
  /* phone: mascot peeks up from the very bottom, under the copy, centred */
  .pz-peekb{top:auto;right:auto;left:38%;bottom:clamp(-118px,-8vh,-96px);width:126px;transform:rotate(-5deg);}
  /* module: 2×2 dashboard (all four cards above the fold); smaller title +
     grid clearance so the top corner-note doesn't touch the subtitle */
  .pz-mod .pz-head h1{font-size:clamp(1.5rem,6vw,1.9rem);}
  .pz-cards{gap:1.4rem .8rem;margin-top:2.5rem;}
  .pz-cards--2{max-width:100%;}
  .pz-mod-head{gap:1rem;align-items:flex-start;}
  .pz-mod-ic{width:50px;height:50px;border-radius:16px;}
  /* keep allergy/risk corner-notes visible (base sheet hides .vnote <760px) */
  .pz-page .vnote{display:inline-flex;}
  /* §3 insights: the web on top (fills the width & most of the height), copy
     under it, mascot peeking from the very bottom — same rhythm as §1/§2 */
  .pz-web .mind-stage{width:100%;max-width:none;height:clamp(430px,60vh,500px);margin:.1rem auto .2rem;}
  .pz-web .ms b{display:block;font-size:.7rem;font-weight:600;}   /* keep sphere labels */
  .pz-web .ms-ic{width:46px;height:46px;border-radius:14px;}
  .pz-web .mind-say{max-width:min(60vw,216px);}
  .pz-web .mind-say p{font-size:.86rem;}
}

@media(prefers-reduced-motion:reduce){
  .pz-top{backdrop-filter:none;-webkit-backdrop-filter:none;}
}

/* CTA peeking mascot — glides in from off-screen right when the CTA scene appears (item 15).
   position:fixed → anchored to the viewport, NOT to #get (which is capped to a 440px column
   on 441–919px widths and clips its overflow). It lives as a sibling of #get in the markup,
   so its off-screen part is bounded only by the real screen edge — no mid-page clip line. */
.cta-peek{ display:none;   /* hidden on mobile — no room, it collided with the header. Desktop only. */
  position:fixed; top:12%; right:0; width:158px; height:auto; z-index:4; pointer-events:none;
  transform:translateX(122%); opacity:0; transition:transform .9s var(--ease), opacity .55s var(--ease); }
.cta.deck-on ~ .cta-peek{ transform:translateX(30%); opacity:1; }   /* rests peeking partly off the right edge */
@media (min-width:920px){ .cta-peek{ display:block; } }

/* ============================================================
   Ранний доступ — модалка (ported from :8091 access-modal, но одной
   центрированной колонкой вместо split-panel: на десктопе — плавающая
   карточка на затемнённом фоне, на мобилке — на весь экран). Токены —
   существующие var(--…), новых hex нет.
   ============================================================ */
.ea[hidden]{display:none;}
.ea{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;
  overflow-y:auto;overscroll-behavior:contain;
  padding:clamp(1rem,4vh,2rem) clamp(1rem,4vw,1.6rem);
  opacity:0;transition:opacity .25s var(--ease);}
.ea.is-open{opacity:1;}
body.ea-open{overflow:hidden;}
.ea-backdrop{position:fixed;inset:0;background:rgba(43,41,56,.5);
  -webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);}
.ea-dialog{position:relative;z-index:1;width:min(460px,100%);max-height:calc(100svh - 3rem);
  overflow-y:auto;overscroll-behavior:contain;background:var(--bg);border-radius:26px;
  box-shadow:0 30px 70px -18px rgba(43,41,56,.42);
  padding:clamp(1.9rem,4vw,2.6rem) clamp(1.5rem,4vw,2.3rem) clamp(1.6rem,3.4vw,2.1rem);
  transform:translateY(14px) scale(.985);transition:transform .35s var(--backout);}
.ea.is-open .ea-dialog{transform:none;}
.ea-dialog:focus{outline:none;}
.ea-close{position:absolute;top:.85rem;right:.85rem;z-index:3;width:40px;height:40px;border:0;
  background:transparent;border-radius:12px;display:grid;place-items:center;color:var(--ink-muted);
  cursor:pointer;transition:background .18s var(--ease),color .18s var(--ease);}
.ea-close:hover{background:var(--surface-hover);color:var(--ink);}
.ea-close::before,.ea-close::after{content:"";position:absolute;width:17px;height:2px;border-radius:2px;background:currentColor;}
.ea-close::before{transform:rotate(45deg);}
.ea-close::after{transform:rotate(-45deg);}

.ea-head{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:1.35rem;}
.ea-mascot{width:60px;height:60px;object-fit:contain;margin-bottom:.5rem;}
.ea-title{font-family:'Sansation',sans-serif;font-weight:700;
  font-size:clamp(1.5rem,1.2rem + 1.1vw,1.9rem);line-height:1.12;letter-spacing:-.01em;color:var(--ink);}
.ea-sub{margin-top:.5rem;font-size:.98rem;line-height:1.5;color:var(--ink-muted);max-width:34ch;}

.ea-name-field{margin-bottom:1.1rem;}
.ea-name-label,.ea-legend{font-family:'Onest',sans-serif;font-size:1rem;font-weight:600;color:var(--ink);}
.ea-name-label{display:block;margin-bottom:.5rem;}
.ea-channels{border:0;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.5rem;}
.ea-legend{display:block;padding:0;margin-bottom:.75rem;}
.ea-legend-hint{font-weight:400;color:var(--ink-muted);}
.ea-ch{position:relative;display:block;}
.ea-ch-box{width:100%;border:0;text-align:left;display:flex;align-items:center;gap:.6rem;
  padding:.8rem 1rem;border-radius:13px;background:var(--surface);box-shadow:var(--shadow-sm);
  font-family:'Onest',sans-serif;font-weight:500;font-size:.98rem;color:var(--ink);cursor:pointer;
  transition:background .15s var(--ease),color .15s var(--ease),box-shadow .15s var(--ease);}
.ea-ch-box:hover{box-shadow:0 8px 20px -10px rgba(43,41,56,.22);}
.ea-ch-name{flex:1;}
.ea-ch.is-on > .ea-ch-box{background:var(--accent-halo);color:var(--accent);box-shadow:none;}
.ea-ch-box:focus-visible{outline:2px solid var(--accent);outline-offset:2px;}
.ea-ch-ic{width:19px;height:19px;flex:none;background:currentColor;
  -webkit-mask:var(--icon) center/contain no-repeat;mask:var(--icon) center/contain no-repeat;}
.ea-field{margin-top:.5rem;}
.ea-input{width:100%;font-family:'Onest',sans-serif;font-size:1rem;padding:13px 15px;border-radius:13px;
  border:none;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm);transition:box-shadow .2s var(--ease);}
.ea-input::placeholder{color:var(--ink-faint);}
.ea-input:focus{outline:none;box-shadow:0 0 0 3px var(--accent-halo);}
.ea-input.is-invalid{box-shadow:0 0 0 3px color-mix(in srgb,var(--sph-meds) 22%,transparent);}
.ea-err{margin-top:.4rem;font-family:'Onest',sans-serif;font-size:.85rem;color:var(--sph-meds);}
.ea-formerr{margin-top:.7rem;font-family:'Onest',sans-serif;font-size:.88rem;color:var(--sph-meds);}
.ea-consent-note{margin-top:1rem;font-family:'Onest',sans-serif;font-size:.83rem;line-height:1.5;
  color:var(--ink-faint);text-align:center;}
.ea-consent-note a{color:var(--ink-muted);text-decoration:underline;text-underline-offset:2px;}
.ea-consent-note a:hover{color:var(--accent);}
.ea-submit{width:100%;margin-top:1.2rem;}
.ea-submit:disabled{opacity:.45;cursor:not-allowed;}
.ea-submit:disabled:active{transform:none;}

.ea-done[hidden]{display:none;}
.ea-done{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem 0 .4rem;}
.ea-ok-mascot{width:74px;height:74px;object-fit:contain;margin-bottom:.4rem;}
.ea-done .ea-sub{margin-inline:auto;}
.ea-done .btn{margin-top:1.4rem;min-width:180px;}

/* mobile — на весь экран (как на референсе): фон-заливка, без затемнения/скругления */
@media (max-width:560px){
  .ea{padding:0;align-items:stretch;}
  .ea-backdrop{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none;}
  .ea-dialog{width:100%;min-height:100svh;max-height:none;border-radius:0;
    padding:clamp(3.4rem,9vh,4.4rem) var(--gutter) clamp(2rem,7vh,3rem);box-shadow:none;}
}
@media (prefers-reduced-motion:reduce){.ea,.ea-dialog{transition:none;transform:none;}}

/* ---- Footer polish (desktop): чуть больше воздуха + бренд-маскот крупнее,
        ближе к дыханию футера на :8091. Только ≥920px и НЕ на низких экранах
        (там своя компрессия футера под 100svh) — мобилка/дека не тронуты. ---- */
@media (min-width:920px) and (min-height:761px){
  main.lp .site-footer{padding-top:clamp(1.9rem,3.4vw,2.7rem);padding-bottom:clamp(1.2rem,2vw,1.7rem);}
  main.lp .footer-brand{row-gap:.45rem;}
  main.lp .fb-logo img{width:40px;height:40px;}
  main.lp .footer-bar{margin-top:clamp(1.3rem,2.4vw,2rem);}
}
