/* ==========================================================================
   ORBT homepage 2026 · maximalist sticker-zine redesign (scoped .hp-*)
   Poster hero (asymmetric, type bleeds) · cursor mascot + draggable stickers ·
   rainbow kinetic ribbon · asymmetric colour bento · savage pricing.
   Uses orbt.css brand tokens (--rainbow, --accent, --text, --bg).
   ========================================================================== */

.hp-main{ overflow-x:clip; }
.hp-tag{ font-family:var(--mono); font-size:.7rem; font-weight:600; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); }
.hp-barcode{ height:30px; width:118px; background:repeating-linear-gradient(90deg,var(--text) 0 2px,transparent 2px 4px,var(--text) 4px 5px,transparent 5px 9px,var(--text) 9px 12px,transparent 12px 15px); }

/* ---------- HERO ---------- */
.hp-hero{ position:relative; padding:clamp(120px,15vh,180px) 0 clamp(40px,6vw,80px); overflow:hidden; }
.hp-hero .wrap{ position:relative; z-index:3; }
.hp-blobs{ position:absolute; inset:0; z-index:0; pointer-events:none; }
.hp-blob{ position:absolute; fill:var(--text); }
.hp-blob.b1{ width:46vw; top:-10%; right:-8%; opacity:1; }
.hp-blob.b2{ width:30vw; bottom:-18%; left:-10%; opacity:.07; }
/* the solid ink b1 blob crowds the nav on phones (mascot stage moves above the copy):
   drop it below 900px so it never reads as a stray black slab by the header */
@media (max-width:900px){ .hp-blob.b1{ display:none; } }
.hp-ribbon{ position:absolute; z-index:1; left:-6%; right:-6%; top:46%; height:clamp(36px,5vw,72px);
  background:var(--rainbow); transform:rotate(-4deg); opacity:.95; box-shadow:0 20px 50px -20px rgba(123,47,247,.5);
  overflow:hidden; display:flex; align-items:center; -webkit-mask:none; }
/* seamless loop: a track of two IDENTICAL spans translating exactly -50% of ITS OWN width
   (same mechanic as .hp-band; the old ::after moved -50% of the ribbon and snapped) */
.hp-ribbon-track{ display:flex; width:max-content; animation:hp-band 26s linear infinite; }
.hp-ribbon-track span{ white-space:pre; font-family:var(--display); font-weight:800;
  font-size:clamp(20px,2.6vw,34px); color:#fff; mix-blend-mode:overlay; }
/* desktop 2-col: at 46% the ribbon sliced straight through the h1's rainbow word
   "everything" (rainbow-on-rainbow, unreadable). Drop it so it sweeps across the
   solid-ink "you are." line and on behind the mascot, clearing the gradient word.
   (Stacked layouts <=900px keep 46%, where the ribbon lands in the mascot stage.) */
@media (min-width:901px){ .hp-ribbon{ top:55%; } }

.hp-hero-grid{ display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(20px,3vw,48px); align-items:center; }
.hp-eyebrow{ display:inline-flex; align-items:center; gap:.6em; font-family:var(--mono); font-size:.74rem; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:var(--accent-text); margin-bottom:1rem; }
.hp-eyebrow::before{ content:""; width:10px; height:10px; border-radius:50%; background:var(--accent); }
.hp-h1{ font-family:var(--display); font-weight:800; font-size:clamp(3.4rem,8.5vw,7.4rem); line-height:.86; letter-spacing:-.035em; text-transform:uppercase; margin:0 0 1.1rem; }
.hp-h1 .rb{ background:var(--rainbow-text); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent; }
.hp-h1 .out{ -webkit-text-stroke:2px var(--text); -webkit-text-fill-color:transparent; }
.hp-lead{ color:var(--muted); font-size:clamp(1.04rem,1.4vw,1.22rem); line-height:1.5; max-width:46ch; margin-bottom:1.4rem; }
.hp-cta-row{ display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
.hp-claim{ width:min(440px,100%); display:flex; align-items:stretch; background:#fff; border:2.5px solid var(--text);
  border-radius:999px; padding:6px 6px 6px 4px; box-shadow:6px 6px 0 0 var(--text);
  transition:border-color .18s var(--ease), box-shadow .18s var(--ease); }
/* focus treatment: the input's outline is intentionally off (orbt.css house rule defers
   to this wrapper ring): ink border flips to accent + accent offset shadow */
.hp-claim:focus-within{ border-color:var(--accent); box-shadow:6px 6px 0 0 var(--accent); }
.hp-claim .pre{ display:flex; align-items:center; padding-left:1rem; color:var(--faint); font-family:var(--mono); font-size:.95rem; }
.hp-claim input{ flex:1; min-width:0; background:transparent; border:0; outline:0; color:var(--text); font-family:var(--mono); font-size:1rem; padding:.7rem .4rem; }
.hp-claim button{ flex:none; }
.hp-trust{ display:flex; align-items:center; gap:.7rem; margin-top:1rem; color:var(--muted); font-family:var(--mono); font-size:.8rem; }
.hp-trust .av{ display:flex; } .hp-trust .av span{ width:30px;height:30px;border-radius:50%;margin-left:-9px;border:2.5px solid var(--bg);background:var(--bg-3) center/cover; }
.hp-trust .av span:first-child{ margin-left:0; }

/* hero art: mascot in blob + draggable link stickers */
.hp-stage{ position:relative; aspect-ratio:1/1; min-height:340px; }
.hp-mascot-wrap{ position:absolute; inset:8% 8% 8% 8%; display:grid; place-items:center; will-change:transform; }
.hp-mascot-disc{ position:absolute; inset:0; border-radius:50%; background:var(--text); }
.hp-mascot{ position:relative; width:66%; height:auto; filter:drop-shadow(0 24px 44px rgba(123,47,247,.45)); animation:hp-float 5s var(--ease) infinite; }
@keyframes hp-float{ 0%,100%{ transform:translateY(0) rotate(-2deg) } 50%{ transform:translateY(-12px) rotate(2deg) } }
.hp-sticker{ position:absolute; z-index:4; display:inline-flex; align-items:center; gap:.5rem; padding:.5rem .85rem;
  background:#fff; border:2px solid var(--text); border-radius:14px; box-shadow:3px 3px 0 0 var(--text);
  font-family:var(--mono); font-size:.8rem; font-weight:700; color:var(--text); user-select:none;
  transition:box-shadow .15s var(--ease); touch-action:auto; }
/* draggable only with a real pointer: on touch they're static decor (touch-action:none
   was eating thumb-scrolls anywhere a sticker sat under the finger) */
@media (hover:hover) and (pointer:fine){
  .hp-sticker{ cursor:grab; touch-action:none; }
  .hp-sticker:active{ cursor:grabbing; box-shadow:1px 1px 0 0 var(--text); }
}
.hp-sticker .dot{ width:10px; height:10px; border-radius:50%; }
.hp-sticker.s1{ top:4%; left:-4%; transform:rotate(-7deg); } .hp-sticker.s1 .dot{ background:var(--c-mag); }
.hp-sticker.s2{ top:18%; right:-8%; transform:rotate(6deg); } .hp-sticker.s2 .dot{ background:var(--c-green); }
.hp-sticker.s3{ bottom:20%; left:-8%; transform:rotate(5deg); } .hp-sticker.s3 .dot{ background:var(--c-blue); }
.hp-sticker.s4{ bottom:2%; right:2%; transform:rotate(-6deg); } .hp-sticker.s4 .dot{ background:var(--c-yellow); }
/* ORBIT mode (signature): JS re-anchors every sticker to the stage centre and
   drives position purely via transform (60fps-cheap). The corner rules above
   stay as the reduced-motion / no-JS composition. */
.hp-stage.orbiting .hp-sticker{ top:50%; left:50%; right:auto; bottom:auto;
  transform:translate(-50%,-50%); will-change:transform; }
.hp-stage.orbiting .hp-mascot-wrap{ z-index:2; } /* stickers dip behind the disc at the top of their orbit */
.hp-sticker.held{ box-shadow:6px 8px 0 0 var(--text); }
.hp-stage .hp-barcode{ position:absolute; bottom:-6%; left:50%; transform:translateX(-50%); opacity:.5; }
@media (max-width:900px){
  .hp-hero-grid{ grid-template-columns:1fr; }
  .hp-stage{ order:-1; max-width:420px; margin:0 auto; aspect-ratio:1; min-height:300px; }
}
@media (max-width:600px){
  /* min-width:0 kills min-content propagation: without it the unbreakable
     "EVERYTHING" sizes the grid column wider than the viewport and the whole
     copy column gets clipped by the body's overflow-x:clip. 9vw is tuned so
     that word fits a 320-390px column without mid-word breaks. */
  .hp-hero-grid > *{ min-width:0; }
  .hp-h1{ font-size:clamp(1.7rem,9vw,3.4rem); overflow-wrap:break-word; }
  .hp-claim{ box-shadow:4px 4px 0 0 var(--text); }
  .hp-ribbon{ height:38px; top:42%; }
  /* smaller planet on phones so the capped orbit radius skims the rim, not the face */
  .hp-mascot-wrap{ inset:16%; }
}

/* ---------- RIBBON MARQUEE BAND ---------- */
.hp-band{ background:var(--text); color:var(--bg); overflow:hidden; padding:clamp(14px,2vw,22px) 0; border-block:3px solid var(--text); }
.hp-band-track{ display:flex; white-space:nowrap; width:max-content; animation:hp-band 22s linear infinite; }
.hp-band-track.rev{ animation-direction:reverse; }
.hp-band span{ font-family:var(--display); font-weight:800; font-size:clamp(1.4rem,3vw,2.4rem); text-transform:uppercase; letter-spacing:-.01em; padding-inline:1.2rem; display:inline-flex; align-items:center; gap:1.2rem; }
.hp-band span::after{ content:"✦"; color:var(--accent); }
@keyframes hp-band{ to{ transform:translateX(-50%); } }
@media (prefers-reduced-motion:reduce){ .hp-band-track,.hp-ribbon-track{ animation:none; } }

/* ---------- SECTION HEADINGS ---------- */
.hp-sec{ padding:clamp(56px,8vw,110px) 0; position:relative; }
.hp-sec-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; margin-bottom:clamp(28px,4vw,52px); }
.hp-sec-head h2{ font-family:var(--display); font-weight:800; font-size:clamp(2.2rem,5.5vw,4.4rem); line-height:.92; letter-spacing:-.03em; text-transform:uppercase; max-width:18ch; }
.hp-sec-head h2 em{ font-style:normal; color:var(--accent); } /* rainbow rationed: flat accent (full rainbow = hero ribbon + h1 word only) */
.hp-sec-head p{ color:var(--muted); max-width:34ch; }

/* ---------- ASYMMETRIC COLOUR BENTO ---------- */
.hp-bento{ display:grid; grid-template-columns:repeat(6,1fr); gap:clamp(12px,1.6vw,20px); }
.hp-tile{ position:relative; overflow:hidden; border:2.5px solid var(--text); border-radius:22px; padding:clamp(1.2rem,2vw,1.8rem);
  background:#fff; box-shadow:5px 5px 0 0 var(--text); transition:transform .3s var(--spring), box-shadow .2s var(--ease);
  display:flex; flex-direction:column; min-height:200px; }
.hp-tile:hover{ transform:translate(-3px,-3px); box-shadow:9px 9px 0 0 var(--text); }
.hp-tile h3{ font-family:var(--display); font-weight:800; font-size:clamp(1.2rem,1.8vw,1.6rem); text-transform:uppercase; letter-spacing:-.02em; margin-bottom:.4rem; }
.hp-tile p{ color:var(--muted); font-size:.95rem; }
.hp-tile .chip{ align-self:flex-start; font-family:var(--mono); font-size:.66rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; padding:.3rem .6rem; border-radius:999px; background:var(--text); color:#fff; margin-bottom:auto; }
.hp-tile .ico{ width:52px; height:52px; border-radius:14px; display:grid; place-items:center; margin-bottom:1rem; background:var(--tc,var(--accent)); border:2.5px solid var(--text); box-shadow:3px 3px 0 0 var(--text); }
.hp-tile .ico svg{ width:26px; height:26px; stroke:#fff; fill:none; stroke-width:2.2; }
/* spans + per-tile colour wash */
.hp-tile.big{ grid-column:span 4; min-height:300px; }
.hp-tile.tall{ grid-column:span 2; }
.hp-tile.wide{ grid-column:span 3; }
.hp-tile.sq{ grid-column:span 2; }
.hp-tile.wash{ background:var(--tc); border-color:var(--text); }
.hp-tile.wash h3,.hp-tile.wash p{ color:var(--text); }
/* deep (dark-valued) washes flip to white copy: ink/muted fails contrast on them */
.hp-tile.wash.deep h3{ color:#fff; } .hp-tile.wash.deep p{ color:rgba(255,255,255,.88); }
.hp-tile.dark{ background:var(--text); }
.hp-tile.dark h3{ color:var(--bg); } .hp-tile.dark p{ color:var(--bg-3); } .hp-tile.dark .chip{ background:#fff; color:var(--text); }
/* mini-phone: a hand-authored Orbt page in miniature (dark "midnight" preset).
   Pure HTML/CSS, no profile-view.js/supabase; a registered --mpA custom property
   slowly crossfades the accent between two theme colourways ("themes" hint). */
@property --mpA{ syntax:'<color>'; inherits:true; initial-value:#e11d8f; }
.hp-tile .mini-phone{ margin-top:1.1rem; align-self:center; width:152px; aspect-ratio:9/18; border-radius:24px;
  background:#fff; border:2.5px solid var(--text); box-shadow:5px 5px 0 0 var(--text); padding:6px; display:flex; }
.hp-tile .mp-screen{ --mpA:#e11d8f; flex:1; border-radius:17px; overflow:hidden; padding:14px 9px 10px; text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:5px;
  background:radial-gradient(120% 90% at 50% -10%, color-mix(in srgb, var(--mpA) 26%, #101014), #101014 62%);
  animation:mp-theme 9s ease-in-out infinite alternate; }
@keyframes mp-theme{ 0%,32%{ --mpA:#e11d8f; } 68%,100%{ --mpA:#2b6bff; } }
.hp-tile .mp-av{ width:34px; height:34px; border-radius:50%; background:var(--grad-mascot);
  box-shadow:0 0 0 2px #101014, 0 0 0 3.5px var(--mpA); margin-bottom:2px; }
.hp-tile .mp-name{ font-family:var(--display); font-weight:800; font-size:.6rem; letter-spacing:.01em; color:#fff; }
.hp-tile .mp-status{ display:inline-flex; align-items:center; gap:4px; font-family:var(--mono); font-size:.42rem; font-weight:700;
  letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.82);
  border:1px solid rgba(255,255,255,.22); border-radius:999px; padding:2.5px 7px; margin-bottom:4px; }
.hp-tile .mp-status i{ width:5px; height:5px; border-radius:50%; background:var(--c-green); }
.hp-tile .mp-link{ width:100%; font-family:var(--mono); font-size:.5rem; font-weight:700; letter-spacing:.02em; color:#fff;
  border:1.5px solid color-mix(in srgb, var(--mpA) 62%, transparent); border-radius:9px; padding:5.5px 4px; }
.hp-tile .mp-link.hot{ background:var(--mpA); border-color:var(--mpA); color:#fff; }
.hp-tile .mp-foot{ margin-top:auto; font-family:var(--mono); font-size:.4rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.4); }
@media (prefers-reduced-motion:reduce){ .hp-tile .mp-screen{ animation:none; } }
/* big "Build it live" tile: copy stacks as its own column so it can sit BESIDE the
   phone on desktop (a centred phone left big voids in the wide span-4 tile) */
.hp-tile.big .hp-tile-copy{ display:flex; flex-direction:column; }
.hp-tile.big .hp-tile-copy .chip{ margin-bottom:1rem; }
@media (min-width:821px){
  .hp-tile.big{ flex-direction:row; align-items:center; gap:clamp(1.4rem,3vw,2.8rem); }
  .hp-tile.big .hp-tile-copy{ flex:1; }
  .hp-tile.big .mini-phone{ margin-top:0; align-self:center; flex:none; }
}
@media (max-width:820px){ .hp-bento{ grid-template-columns:repeat(2,1fr); } .hp-tile.big,.hp-tile.wide,.hp-tile.tall,.hp-tile.sq{ grid-column:span 2; min-height:200px; } }

/* ---------- SAVAGE PRICE ---------- */
.hp-price{ position:relative; border:3px solid var(--text); border-radius:28px; background:#fff; box-shadow:10px 10px 0 0 var(--text);
  padding:clamp(2rem,4vw,3.4rem); text-align:center; overflow:hidden; }
.hp-price .vs-grid{ display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:clamp(1rem,4vw,3rem); }
.hp-price .lbl{ font-family:var(--mono); font-size:.74rem; text-transform:uppercase; letter-spacing:.14em; color:var(--faint); margin-bottom:.4rem; }
.hp-price .them{ font-family:var(--display); font-weight:800; font-size:clamp(1.8rem,4.5vw,3.4rem); color:var(--muted); text-decoration:line-through; text-decoration-color:var(--c-red); }
.hp-price .us{ font-family:var(--display); font-weight:800; font-size:clamp(2.6rem,7vw,5.5rem); line-height:.9; background:var(--rainbow-text); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.hp-price .vs{ font-family:var(--mono); font-size:.8rem; color:var(--faint); width:44px; height:44px; display:grid; place-items:center; border:2px solid var(--text); border-radius:50%; }
.hp-price .sub{ font-family:var(--mono); font-size:.84rem; color:var(--muted); margin-top:.5rem; }
.hp-price .btn{ margin-top:1.8rem; }
@media (max-width:620px){ .hp-price .vs-grid{ grid-template-columns:1fr; gap:1.4rem; }
  /* the vs badge is a fixed-width grid item: centre it to match the centred panel */
  .hp-price .vs{ justify-self:center; margin-inline:auto; } }

/* ---------- BIG CTA ---------- */
.hp-cta{ position:relative; text-align:center; padding:clamp(70px,10vw,140px) 0; overflow:hidden; background:var(--bg-2); border-top:3px solid var(--text); }
.hp-cta .hp-mascot-sm{ width:clamp(80px,12vw,140px); height:auto; margin:0 auto 1.4rem; filter:drop-shadow(0 16px 30px rgba(123,47,247,.4)); animation:hp-float 5s var(--ease) infinite; }
.hp-cta h2{ font-family:var(--display); font-weight:800; font-size:clamp(2.8rem,9vw,7rem); line-height:.86; text-transform:uppercase; letter-spacing:-.035em; }
.hp-cta h2 .rb{ color:var(--accent); } /* rainbow rationed: flat accent (h1 hero word keeps the gradient) */
.hp-cta p{ color:var(--muted); margin:1rem auto 1.8rem; max-width:40ch; }
.hp-cta .hp-claim{ margin-inline:auto; }

/* ---------- DARK PROOF BAND (light↔dark pacing flip) ---------- */
.hp-dark{ background:var(--text); color:var(--bg); padding:clamp(64px,9vw,120px) 0; border-block:3px solid var(--text); overflow:hidden; }
.hp-dark-eyebrow{ display:inline-flex; align-items:center; gap:.6em; font-family:var(--mono); font-size:.74rem; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase; color:var(--c-yellow); margin-bottom:1rem; }
.hp-dark-eyebrow::before{ content:""; width:10px; height:10px; border-radius:50%; background:var(--c-yellow); }
.hp-dark h2{ font-family:var(--display); font-weight:800; font-size:clamp(2.2rem,5.5vw,4.4rem); line-height:.92;
  letter-spacing:-.03em; text-transform:uppercase; color:var(--bg); max-width:16ch; }
.hp-dark h2 em{ font-style:normal; color:var(--accent); }
.hp-dark-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; margin-bottom:clamp(28px,4vw,48px); }
.hp-dark-head p{ color:rgba(243,237,225,.62); max-width:32ch; }
.hp-dark-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr)); gap:clamp(12px,1.8vw,20px); }
/* hand-authored mini page thumbnails: three theme colourways, static, no fetches */
.hp-mini{ --ma:var(--accent); position:relative; border-radius:18px; padding:1.3rem 1rem 1.1rem; text-align:center;
  background:radial-gradient(130% 100% at 50% -20%, color-mix(in srgb, var(--ma) 24%, #16161b), #16161b 64%);
  border:2px solid color-mix(in srgb, var(--ma) 55%, transparent);
  display:flex; flex-direction:column; align-items:center; gap:.45rem; transform:rotate(var(--tilt,0deg));
  transition:transform .35s var(--spring); }
.hp-mini:hover{ transform:rotate(0deg) translateY(-4px); }
.hp-mini-tag{ position:absolute; top:-11px; left:14px; font-family:var(--mono); font-size:.6rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; background:var(--ma); color:#fff; border:2px solid var(--text); border-radius:999px; padding:.2rem .55rem; }
.hp-mini-av{ width:44px; height:44px; border-radius:50%; background:linear-gradient(150deg, var(--ma), color-mix(in srgb, var(--ma) 40%, #fff));
  box-shadow:0 0 0 2px #16161b, 0 0 0 4px var(--ma); margin-bottom:.15rem; }
.hp-mini-name{ font-family:var(--display); font-weight:800; font-size:.82rem; color:#fff; letter-spacing:-.01em; }
.hp-mini-h{ font-family:var(--mono); font-size:.62rem; color:color-mix(in srgb, var(--ma) 70%, #fff); margin-bottom:.3rem; }
.hp-mini-l{ width:100%; height:22px; border-radius:8px; border:1.5px solid color-mix(in srgb, var(--ma) 55%, transparent); }
.hp-mini-l.hot{ background:var(--ma); border-color:var(--ma); }
.hp-dark-note{ margin-top:clamp(20px,3vw,32px); text-align:center; font-family:var(--mono); font-size:.78rem;
  letter-spacing:.1em; text-transform:uppercase; color:rgba(243,237,225,.5); }
.hp-dark-note b{ color:var(--c-yellow); font-weight:700; }

/* ---------- reveal ---------- */
.hp-reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s var(--ease), transform .7s var(--spring); }
.hp-reveal.in{ opacity:1; transform:none; }
/* NO-JS ACCESSIBILITY GATE: an inline <head> script sets html.js before first paint,
   so with JS this guard never applies (clean reveal, no flash). Without JS nothing
   ever adds .in, so force every reveal fully visible + untransformed instead of
   leaving the whole page stuck at opacity:0. */
html:not(.js) .hp-reveal{ opacity:1 !important; transform:none !important; }
/* stagger: consumed by the data-d attributes already in the HTML */
.hp-reveal[data-d="1"]{ transition-delay:.07s; }
.hp-reveal[data-d="2"]{ transition-delay:.14s; }
.hp-reveal[data-d="3"]{ transition-delay:.21s; }

/* ---------- masked line-rise headings (JS wraps lines; see redesign.js) ----------
   .lr exists only after JS wrapped the heading, so no-JS renders plain text.
   padding/margin trick keeps tight line-heights from clipping punctuation. */
.lr-h .lr{ display:block; overflow:hidden; padding-bottom:.14em; margin-bottom:-.14em; }
.lr-h .lr-in{ display:block; transform:translateY(118%); transition:transform .85s var(--ease); will-change:transform; }
.lr-h.in .lr-in{ transform:none; }

/* ==========================================================================
   2026-07 CREATIVITY PASS: the orbit travels the page
   Deal-in cards + rest tilts (leaderboard DNA), per-tile bento anatomy
   (receipt / bars / typewriter / theme tags), the LIVE receipts band,
   eyebrow satellites, price strike draw, and the CTA landing.
   ========================================================================== */

/* handle echo: long handles clip instead of ballooning the sticker */
.hp-sticker .txt{ display:block; max-width:14ch; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* ---------- eyebrow satellites (a tiny moon orbits the planet dot) ---------- */
@supports (offset-path: circle(9px at 5px 50%)){
  .hp-eyebrow, .hp-dark-eyebrow{ position:relative; }
  .hp-eyebrow::after, .hp-dark-eyebrow::after{
    content:""; position:absolute; width:4px; height:4px; border-radius:50%; background:var(--text);
    /* tight 6px radius hugs the 10px eyebrow dot's rim all the way around, so the moon
       reads as tethered to the planet instead of a stray speck flung 9px out */
    offset-path:circle(6px at 5px 50%); animation:hp-orbit 6s linear infinite; }
  .hp-dark-eyebrow::after{ background:var(--c-yellow); }
}
@keyframes hp-orbit{ to{ offset-distance:100%; } }

/* ---------- bento: color tab corners + deal-in settling into rest tilts ---------- */
.hp-tile::before{ content:""; position:absolute; top:-2.5px; left:26px; width:46px; height:14px; border-radius:0 0 8px 8px;
  border:2.5px solid var(--text); border-top:0; background:var(--tab,var(--c-mag)); z-index:1; }
.hp-bento .hp-tile:nth-child(4n+1){ --tab:var(--c-mag); }
.hp-bento .hp-tile:nth-child(4n+2){ --tab:var(--c-blue); }
.hp-bento .hp-tile:nth-child(4n+3){ --tab:var(--c-green); }
.hp-bento .hp-tile:nth-child(4n+4){ --tab:var(--c-yellow); }
.hp-bento .hp-tile{ --rest:0deg; }
.hp-bento .hp-tile:nth-child(2){ --rest:.7deg; }
.hp-bento .hp-tile:nth-child(3){ --rest:-.6deg; }
.hp-bento .hp-tile:nth-child(4){ --rest:.5deg; }
.hp-bento .hp-tile:nth-child(5){ --rest:-.8deg; }
/* cards deal in with a few degrees of spin, then settle flat-ish like dealt stickers */
.hp-bento .hp-reveal{ transform:translateY(34px) rotate(calc(var(--rest,0deg) - 3.5deg)) scale(.97); }
.hp-bento .hp-reveal.in{ transform:rotate(var(--rest,0deg)); }
.hp-bento .hp-tile:hover{ transform:translate(-3px,-3px) rotate(var(--rest,0deg)); }

/* ---------- themes tile: real preset names as cycling sticker tags ---------- */
.hp-theme-tags{ margin-top:auto; padding-top:1.1rem; display:flex; flex-wrap:wrap; gap:.5rem .45rem; }
.hp-theme-tags span{ font-family:var(--mono); font-size:.64rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  background:#fff; color:var(--text); border:2px solid var(--text); border-radius:999px; padding:.32rem .62rem;
  box-shadow:2.5px 2.5px 0 0 var(--text); transform:rotate(var(--tr,0deg)); animation:hp-tagpop 8s var(--ease) infinite; }
.hp-theme-tags span:nth-child(1){ --tr:-3deg; }
.hp-theme-tags span:nth-child(2){ --tr:2deg; animation-delay:2s; }
.hp-theme-tags span:nth-child(3){ --tr:-2deg; animation-delay:4s; }
.hp-theme-tags span:nth-child(4){ --tr:2.6deg; animation-delay:6s; }
@keyframes hp-tagpop{
  0%,16%{ background:var(--text); color:#fff; transform:rotate(var(--tr,0deg)) scale(1.08); }
  20%,100%{ background:#fff; color:var(--text); transform:rotate(var(--tr,0deg)); } }

/* ---------- fees tile: a printed till receipt (mono, dotted leaders) ---------- */
.hp-tile .hp-receipt{ margin-top:auto; background:#fff; border:2px solid var(--text); border-radius:8px 8px 12px 12px;
  padding:.7rem .8rem .75rem; transform:rotate(-1.6deg); box-shadow:3px 3px 0 0 var(--c-green);
  font-family:var(--mono); color:var(--text); display:flex; flex-direction:column; gap:.35rem; }
.hp-receipt .hr-row{ display:flex; align-items:baseline; gap:.5rem; font-size:.62rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.hp-receipt .hr-row i{ font-style:normal; color:var(--muted); }
.hp-receipt .hr-row .dots{ flex:1; border-bottom:2px dotted rgba(13,13,13,.32); transform:translateY(-3px); }
.hp-receipt .hr-row b{ font-variant-numeric:tabular-nums; }
.hp-receipt .hr-row.hot b{ color:var(--accent); }
.hp-receipt .hr-total{ margin-top:.1rem; padding-top:.45rem; border-top:2px dashed rgba(13,13,13,.25);
  font-size:.5rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); text-align:center; }

/* ---------- analytics tile: hover bar demo + tabular count-up ---------- */
.hp-bars{ margin-top:auto; height:56px; display:flex; align-items:flex-end; gap:7px; }
.hp-bars span{ display:block; width:10px; border-radius:3px 3px 0 0; background:#fff; opacity:.8; height:var(--h,14px);
  transition:height .5s var(--spring), opacity .3s var(--ease); }
.hp-bars span:nth-child(1){ --h:22px } .hp-bars span:nth-child(2){ --h:34px } .hp-bars span:nth-child(3){ --h:18px }
.hp-bars span:nth-child(4){ --h:42px } .hp-bars span:nth-child(5){ --h:30px }
.hp-tile:hover .hp-bars span{ opacity:1; }
.hp-tile:hover .hp-bars span:nth-child(1){ height:40px } .hp-tile:hover .hp-bars span:nth-child(2){ height:22px }
.hp-tile:hover .hp-bars span:nth-child(3){ height:52px } .hp-tile:hover .hp-bars span:nth-child(4){ height:30px }
.hp-tile:hover .hp-bars span:nth-child(5){ height:46px }
.hp-count{ margin-top:.7rem; display:flex; align-items:baseline; gap:.5rem; font-family:var(--mono); }
.hp-count b{ font-size:1.35rem; font-weight:700; color:#fff; letter-spacing:-.02em; font-variant-numeric:tabular-nums; }
.hp-count i{ font-style:normal; font-size:.6rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.72); }

/* ---------- import tile: the resurrected typewriter, from > to ---------- */
.hp-import-pill{ margin-top:auto; display:flex; align-items:center; flex-wrap:wrap; gap:.35rem .55rem;
  background:#fff; border:2px solid var(--text); border-radius:12px; padding:.6rem .7rem;
  box-shadow:3px 3px 0 0 var(--text); font-family:var(--mono); font-size:.66rem; font-weight:700; color:var(--text); }
.hp-import-pill .hi-from{ color:var(--muted); min-width:14ch; } /* widest word reserved: the pill never reflows */
.hp-import-pill .hi-from::after{ content:""; display:inline-block; width:2px; height:1em; background:var(--text);
  margin-left:2px; vertical-align:-.15em; animation:hp-caret 1s steps(1) infinite; }
.hp-import-pill .hi-arrow{ color:var(--accent-text); }
@keyframes hp-caret{ 50%{ opacity:0; } }

/* ---------- price panel: strike draw + pitch + fact chips ---------- */
.hp-price .hp-eyebrow{ justify-content:center; margin-bottom:1.1rem; }
/* the $96 strike draws itself across when the panel lands (replaces text-decoration) */
.hp-price .them{ position:relative; text-decoration:none; }
.hp-price .them::after{ content:""; position:absolute; left:-2%; right:-2%; top:52%; height:.09em; border-radius:2px;
  background:var(--c-red); transform:scaleX(0); transform-origin:left center; transition:transform .8s var(--ease) .4s; }
.hp-price.in .them::after{ transform:scaleX(1); }
.hp-price-pitch{ margin-top:1.7rem; font-family:var(--mono); font-size:.85rem; color:var(--muted); }
.hp-facts{ display:flex; flex-wrap:wrap; justify-content:center; gap:.5rem; margin-top:.9rem; }
.hp-facts span{ font-family:var(--mono); font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  font-variant-numeric:tabular-nums; padding:.45rem .8rem; background:var(--bg); border:2px solid var(--text);
  border-radius:999px; box-shadow:3px 3px 0 0 var(--text); }

/* ---------- dark band: mascot peek + live receipt cards ---------- */
.hp-dark{ position:relative; }
.hp-dark > .wrap{ position:relative; z-index:1; }
/* the mascot peeks up half-clipped over the band's bottom edge (band overflow clips him) */
.hp-dark-peek{ position:absolute; z-index:0; bottom:0; right:5%; width:clamp(64px,7vw,104px); height:auto;
  transform:translateY(54%) rotate(-10deg); pointer-events:none; }
.hp-mini{ text-decoration:none; }
.hp-mini-name{ display:flex; align-items:center; justify-content:center; gap:.1rem; flex-wrap:wrap; }
.hp-mini-av{ background-size:cover; background-position:center; display:grid; place-items:center;
  font-family:var(--display); font-weight:800; font-size:1.05rem; color:#fff; }
/* deal-in with spin, settling into the inline rest tilt (.hp-reveal.in was flattening it) */
.hp-dark-grid .hp-mini.hp-reveal{ transform:translateY(30px) rotate(calc(var(--tilt,0deg) - 4deg)) scale(.96); }
.hp-dark-grid .hp-mini.in{ transform:rotate(var(--tilt,0deg)); }
.hp-dark-grid .hp-mini:hover{ transform:rotate(0deg) translateY(-4px); }

/* ---------- the CTA landing ---------- */
/* giant ghost wordmark bleeding off the right edge behind the form */
.hp-cta-yours{ position:absolute; z-index:0; left:52%; top:50%; transform:translateY(-50%);
  font-family:var(--display); font-weight:800; font-size:clamp(7rem,26vw,20rem); line-height:1; letter-spacing:-.04em;
  white-space:nowrap; pointer-events:none; user-select:none; color:rgba(13,13,13,.05); }
@supports (-webkit-text-stroke:2px rgba(13,13,13,.1)){
  .hp-cta-yours{ color:transparent; -webkit-text-stroke:2.5px rgba(13,13,13,.1); }
}
.hp-cta .wrap{ position:relative; z-index:1; }
.hp-landing{ position:relative; width:min(560px,100%); margin-inline:auto; padding:30px 0 26px; }
.hp-landing .hp-claim{ position:relative; z-index:1; }
/* the four hero stickers, de-orbited: settled flat around the claim form */
.hp-sticker.land{ position:absolute; z-index:2; pointer-events:none; box-shadow:2px 2px 0 0 var(--text);
  transform:rotate(var(--lr,0deg)); }
.hp-sticker.land.l1{ top:-4px; left:-2%; --lr:-2deg; }    .hp-sticker.land.l1 .dot{ background:var(--c-mag); }
.hp-sticker.land.l2{ top:-12px; right:-1%; --lr:1.5deg; } .hp-sticker.land.l2 .dot{ background:var(--c-green); }
.hp-sticker.land.l3{ bottom:-6px; left:7%; --lr:2deg; }   .hp-sticker.land.l3 .dot{ background:var(--c-blue); }
.hp-sticker.land.l4{ bottom:-14px; right:5%; --lr:-1.4deg; } .hp-sticker.land.l4 .dot{ background:var(--c-yellow); }
/* touchdown: they drop the last few px as the CTA reveals (app.js data-reveal .in) */
html.js .hp-cta [data-reveal] .hp-sticker.land{ opacity:0; transform:translateY(-16px) rotate(calc(var(--lr,0deg)*3));
  transition:opacity .45s var(--ease), transform .6s var(--spring); }
html.js .hp-cta [data-reveal].in .hp-sticker.land{ opacity:1; transform:rotate(var(--lr,0deg)); }
html.js .hp-cta [data-reveal].in .hp-sticker.land.l2{ transition-delay:.07s; }
html.js .hp-cta [data-reveal].in .hp-sticker.land.l3{ transition-delay:.14s; }
html.js .hp-cta [data-reveal].in .hp-sticker.land.l4{ transition-delay:.21s; }
/* live availability readout under the form */
.hp-claim-check{ min-height:1.3em; margin:.9rem auto 0; font-family:var(--mono); font-size:.78rem; letter-spacing:.02em; color:var(--muted); }
.hp-claim-check .ok{ color:#0e7c3f; }  /* darkened --ok: small mono text on cream needs 4.5:1 */
.hp-claim-check .no{ color:#b3243c; }  /* darkened --c-red, same reason */
.hp-claim.is-free, .hp-claim.is-free:focus-within{ border-color:var(--ok); box-shadow:6px 6px 0 0 var(--ok); }
.hp-claim.is-taken, .hp-claim.is-taken:focus-within{ border-color:var(--c-red); box-shadow:6px 6px 0 0 var(--c-red); }
@media (max-width:600px){
  .hp-sticker.land.l1{ left:0; } .hp-sticker.land.l2{ right:0; }
  .hp-sticker.land.l3{ left:2%; } .hp-sticker.land.l4{ right:2%; }
  .hp-cta-yours{ font-size:clamp(5rem,34vw,8rem); left:38%; }
}

@media (prefers-reduced-motion:reduce){
  .hp-reveal{ opacity:1; transform:none; transition:none; }
  .lr-h .lr-in{ transform:none; transition:none; }
  .hp-mascot,.hp-cta .hp-mascot-sm{ animation:none; }
  .hp-mini,.hp-mini:hover{ transform:none; }
  /* creativity pass: every new animation parks on its finished end-state */
  .hp-bento .hp-reveal, .hp-bento .hp-reveal.in{ transform:rotate(var(--rest,0deg)); transition:none; }
  .hp-bento .hp-tile:hover{ transform:rotate(var(--rest,0deg)); }
  .hp-dark-grid .hp-mini.hp-reveal, .hp-dark-grid .hp-mini.in, .hp-dark-grid .hp-mini:hover{ transform:none; }
  .hp-theme-tags span{ animation:none; }
  .hp-import-pill .hi-from::after{ animation:none; }
  .hp-eyebrow::after, .hp-dark-eyebrow::after{ animation:none; }
  .hp-price .them::after{ transform:scaleX(1); transition:none; }
  html.js .hp-cta [data-reveal] .hp-sticker.land,
  html.js .hp-cta [data-reveal].in .hp-sticker.land{ opacity:1; transform:rotate(var(--lr,0deg)); transition:none; }
}
