/* ============================================================
   Happy Folders - commerce.css
   The selling layer (ticker, nav extras, pricing plans, buy/
   download/video modals, reviews, gift, toast, confetti, glow),
   styled in the new design's :root tokens so it feels native.
   Loaded after styles.css on the homepage only. The gift page keeps
   its own old style.css, so nothing here can affect it.
   ============================================================ */

/* ─────────────── ticker (AI pre-order announcement) ─────────────── */
.ticker{
  position:fixed; top:0; left:0; right:0; z-index:120; display:flex; align-items:center;
  background:var(--ink); color:var(--bg);
  font-family:var(--display); font-weight:500; font-size:.95rem;
}
.ticker[hidden]{ display:none; }
.ticker a{
  flex:1; display:flex; align-items:center; justify-content:center; gap:.6em;
  padding:.6em 2.6em .6em 1em; text-decoration:none; color:inherit; min-width:0;
}
.ticker a span{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.ticker__arrow{ flex:none; transition:transform .2s; }
.ticker a:hover .ticker__arrow{ transform:translateX(4px); }
.ticker--live{ background:linear-gradient(90deg,#7c63f2,#e04580 50%,#f0a818); color:#fff; }
.ticker__close{
  position:absolute; right:.4em; top:50%; transform:translateY(-50%);
  background:none; border:none; color:inherit; font-size:1.3rem; line-height:1;
  cursor:pointer; padding:.2em .5em; opacity:.7;
}
.ticker__close:hover{ opacity:1; }
/* when the ticker is showing, the floating nav drops below it */
body.has-ticker .nav{ top:var(--ticker-h,0px); }

.pulse-dot{
  display:inline-block; width:9px; height:9px; border-radius:50%; background:var(--amber);
  margin-right:.4em; vertical-align:middle; animation:hf-pulse 1.8s infinite;
}
@keyframes hf-pulse{ 0%,100%{ opacity:1; transform:scale(1) } 50%{ opacity:.45; transform:scale(.7) } }

/* ─────────────── nav extras (sound, mobile burger + sheet) ─────────────── */
.nav-sound{
  background:none; border:0; font-size:1.1rem; cursor:pointer; line-height:1;
  padding:.4em; border-radius:50%; color:var(--ink-soft);
  transition:transform .2s var(--ease-spring);
}
.nav-sound:hover{ transform:scale(1.15) rotate(-6deg); }
.nav-sound[aria-pressed="false"]{ filter:grayscale(1); opacity:.5; }
.nav-burger{
  display:none; flex-direction:column; justify-content:center; align-items:center; gap:5px;
  width:42px; height:42px; padding:9px; background:none; border:0;
  border-radius:13px; cursor:pointer; -webkit-tap-highlight-color:transparent;
}
.nav-burger span{ display:block; width:100%; height:3px; border-radius:2px; background:var(--ink);
  transition:transform .25s var(--ease-spring), opacity .2s; }
.nav-burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(8px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.nav-burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-8px) rotate(-45deg); }
.nav-sheet{
  position:absolute; top:calc(100% + 12px); left:8px; right:8px; z-index:49;
  display:grid; gap:2px; padding:12px; pointer-events:auto;
  background:rgba(255,255,255,.86); -webkit-backdrop-filter:blur(20px); backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.6); border-radius:var(--r); box-shadow:var(--shadow-l);
}
.nav-sheet[hidden]{ display:none; }
.nav-sheet a{ text-decoration:none; font-family:var(--display); font-weight:500; font-size:1.05rem;
  color:var(--ink); padding:.7em .9em; border-radius:12px; }
.nav-sheet a:hover, .nav-sheet a:active{ background:var(--surface-2); color:var(--brand-ink); }
@media (max-width:900px){
  .nav-burger{ display:flex; }
}
/* narrow phones: drop the nav download so the burger stays reachable —
   the hero button, the menu sheet and the sticky buybar all carry the CTA */
@media (max-width:560px){
  .nav-cta .btn-primary{ display:none; }
}
/* the menu sheet's own download gets the full-width treatment */
.nav-sheet .sheet-cta{ background:var(--grad); color:#fff; text-align:center; box-shadow:var(--shadow-s); margin-bottom:4px; }
.nav-sheet .sheet-cta:hover{ background:var(--grad); color:#fff; }
/* hero: clear the floating ticker + nav so the equation never hides behind them */
@media (max-width:600px){
  .hero{ padding-top:138px; }
}

/* ─────────────── pricing: two plans + currency toggle ─────────────── */
.currency-toggle{
  display:inline-flex; margin-top:18px; border:1.5px solid var(--line-strong); border-radius:999px;
  background:#fff; overflow:hidden; box-shadow:var(--shadow-s);
}
.currency-toggle button{
  border:0; background:none; cursor:pointer; font-family:var(--display); font-weight:500;
  font-size:.95rem; padding:.55em 1.2em; color:var(--ink-soft); transition:background .2s,color .2s;
}
.currency-toggle button[aria-pressed="true"]{ background:var(--grad); color:#fff; }

.plans{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,440px));
  gap:clamp(20px,3.5vw,34px); justify-content:center; align-items:stretch;
  max-width:960px; margin:0 auto;
}
.plan{
  position:relative; display:flex; flex-direction:column;
  background:var(--surface); border:1px solid var(--line); border-radius:var(--r-xl);
  padding:clamp(24px,3.6vw,36px); box-shadow:var(--shadow);
}
.plan h3{ margin:0; font-family:var(--display); font-weight:700; font-size:1.6rem; }
.plan__tag{ margin:.3em 0 0; font-family:"Caveat",cursive; font-weight:700; font-size:1.2rem; color:var(--brand-ink); }
.plan__price{ display:flex; align-items:baseline; gap:.5em; margin:1rem 0 1.1rem; flex-wrap:wrap; }
.plan__price b{ font-family:var(--display); font-weight:700; font-size:clamp(2.4rem,5vw,3.2rem); line-height:1; color:var(--ink); }
.plan__was{ color:var(--ink-faint); font-weight:800; font-size:1.15rem; text-decoration:line-through; }
.plan__per{ font-size:.9rem; font-weight:800; color:var(--ink-soft); }
.ticks--plan{ list-style:none; margin:0 0 1.6rem; padding:0; flex:1; display:flex; flex-direction:column; gap:11px; }
.ticks--plan li{ display:flex; gap:11px; align-items:flex-start; font-size:.96rem; color:var(--ink-soft); line-height:1.4; }
.ticks--plan li::before{ content:""; flex:0 0 auto; width:18px; height:18px; margin-top:2px; border-radius:50%;
  background:var(--grad) center/12px no-repeat;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round' d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/14px no-repeat; }
.ticks--plan li b{ color:var(--ink); font-weight:800; }
.plan__cta{ width:100%; }
.plan__alt{ margin:.9rem 0 0; text-align:center; font-size:.88rem; font-weight:700; color:var(--ink-soft); }
.plan__alt a{ color:var(--brand-ink); cursor:pointer; }

/* the AI pre-order plan: a calm night card so it reads as "the next chapter" */
.plan--ai{ background:linear-gradient(165deg,#241c33,#3a2a4a); border-color:#241c33; color:#efe9ff; }
.plan--ai h3{ color:#fff; }
.plan--ai .plan__price b{ color:#fff; }
.plan--ai .plan__tag{ color:#cdc2ff; }
.plan--ai .plan__per{ color:#bbaee8; }
.plan--ai .plan__was{ color:#7a6bb0; }
.plan--ai .ticks--plan li{ color:#e4dcff; }
.plan--ai .ticks--plan li b{ color:#fff; }
.plan--ai .ticks--plan li::before{ background:linear-gradient(120deg,#b9a3ff,#8a6cff); }
.plan--ai .plan__alt{ color:#9c8fd0; }
.plan--ai .ai-word{ background:linear-gradient(90deg,#b9a3ff,#ff85b3); -webkit-background-clip:text; background-clip:text; color:transparent; }
.plan__ribbon{
  position:absolute; top:-16px; left:50%; transform:translateX(-50%) rotate(-2deg);
  margin:0; background:var(--grad); border-radius:999px; color:#fff;
  font-family:var(--display); font-weight:600; font-size:.84rem;
  padding:.35em 1.1em; box-shadow:var(--shadow-pop); white-space:nowrap;
}
.pricing__notes{
  list-style:none; display:flex; flex-wrap:wrap; gap:.6rem 2rem; justify-content:center;
  max-width:960px; margin:12px auto 0; padding:0;
  font-size:.9rem; font-weight:800; color:var(--ink-soft);
}

/* a small "gift it" moment */
.gift-callout{
  display:flex; align-items:center; justify-content:center; gap:.6em; flex-wrap:wrap;
  max-width:680px; margin:12px auto 0; padding:14px 22px;
  background:var(--surface-2); border:1.5px dashed var(--line-strong); border-radius:var(--r);
  font-size:1.02rem; color:var(--ink-soft); text-align:center;
}
.gift-callout b{ font-family:var(--display); font-weight:600; color:var(--ink); }
.gift-callout a{ color:var(--brand-ink); font-weight:800; text-decoration:none; border-bottom:2px solid var(--amber); white-space:nowrap; }
.gift-callout a:hover{ border-color:var(--brand); }

/* ─────────────── modals (buy / download / video) ─────────────── */
.modal{
  position:fixed; inset:0; z-index:300; display:grid; place-items:center;
  padding:18px; background:rgba(43,33,24,.45);
  -webkit-backdrop-filter:blur(6px); backdrop-filter:blur(6px);
  opacity:0; transition:opacity .25s;
}
.modal.is-open{ opacity:1; }
.modal[hidden]{ display:none; }
.modal__card{
  position:relative; width:min(94vw,520px); max-height:min(88svh,860px); overflow:auto;
  background:var(--bg); border:1px solid var(--line-strong); border-radius:var(--r-l);
  padding:clamp(22px,4vw,32px); box-shadow:var(--shadow-l);
  transform:translateY(16px) scale(.97); transition:transform .3s var(--ease-spring);
}
.modal.is-open .modal__card{ transform:translateY(0) scale(1); }
.modal__card--narrow{ width:min(94vw,440px); }
.modal__close{
  position:absolute; top:12px; right:12px; width:38px; height:38px;
  background:var(--grad); color:#fff; border:0; border-radius:50%;
  font-size:1.3rem; line-height:1; cursor:pointer; box-shadow:var(--shadow-s);
  transition:transform .2s var(--ease-spring);
}
.modal__close:hover{ transform:rotate(90deg) scale(1.05); }
.modal__card h3{ margin:0 0 .2rem; font-family:var(--display); font-weight:700; font-size:1.5rem; padding-right:1.6em; }
.modal__productline{ margin:0 0 1.2rem; font-family:"Caveat",cursive; font-weight:700; font-size:1.25rem; color:var(--brand-ink); }

.segmented{
  display:flex; border:1.5px solid var(--line-strong); border-radius:999px; overflow:hidden;
  background:#fff; margin-bottom:1.1rem; box-shadow:var(--shadow-s);
}
.segmented button{
  flex:1; border:0; background:none; cursor:pointer; font-family:var(--display);
  font-weight:500; font-size:.95rem; padding:.65em .4em; color:var(--ink-soft); transition:background .2s,color .2s;
}
.segmented button[aria-pressed="true"]{ background:var(--grad); color:#fff; }

.pay-pane{ text-align:center; }
.pay-pane[hidden]{ display:none; }
.pay-amount{ margin:.2rem 0 .8rem; font-weight:700; color:var(--ink-soft); }
.pay-amount b{ font-family:var(--display); font-size:1.6rem; color:var(--brand-ink); }
.pay-qr{
  width:min(220px,60vw); aspect-ratio:1; object-fit:contain; margin:0 auto .8rem;
  background:#fff; border:1.5px solid var(--line-strong); border-radius:16px; padding:8px; display:block;
}
.pay-qr[data-missing]{ display:none; }
.pay-copy{ display:flex; align-items:center; justify-content:center; gap:.6em; flex-wrap:wrap; font-weight:700; color:var(--ink-soft); }
.pay-copy code{ font-family:ui-monospace,Menlo,monospace; background:var(--surface-2); border:1px solid var(--line); border-radius:8px; padding:.25em .6em; color:var(--ink); }
.btn-paypal{ background:#ffc439; color:#15212e; }
.btn-paypal:hover{ filter:brightness(1.04); }
.modal__divider{
  display:flex; align-items:center; gap:1em; margin:1.3rem 0 1rem; color:var(--ink-faint);
  font-family:"Caveat",cursive; font-weight:700; font-size:1.15rem;
}
.modal__divider::before,.modal__divider::after{ content:""; flex:1; height:2px;
  background:repeating-linear-gradient(90deg,var(--line-strong) 0 8px,transparent 8px 16px); }
.paid-form__lead{ margin:0 0 .9rem; font-weight:700; font-size:.97rem; color:var(--ink-soft); }
#dl-form{ margin-top:.4rem; }

/* shared text inputs (modals + review form) */
.paid-form input, #dl-form input,
.review-form input, .review-form textarea{
  width:100%; font-family:var(--body); font-weight:700; font-size:1rem; color:var(--ink);
  background:#fff; border:1.5px solid var(--line-strong); border-radius:14px; padding:.7em .9em;
  margin:0 0 12px; outline-offset:2px;
}
.paid-form input::placeholder, #dl-form input::placeholder,
.review-form input::placeholder, .review-form textarea::placeholder{ color:var(--ink-faint); font-weight:600; }
.paid-form input:focus, #dl-form input:focus,
.review-form input:focus, .review-form textarea:focus{ outline:3px solid var(--amber); border-color:var(--amber); }
.form-msg{ margin:.6rem 0 0; font-weight:800; font-size:.92rem; min-height:1.4em; }
.form-msg.ok{ color:var(--mint); }
.form-msg.err{ color:var(--brand-ink); }

/* button loading + disabled states (works with the new .btn system) */
.btn:disabled{ opacity:.5; cursor:default; box-shadow:none; transform:none; }
.btn.is-loading{ position:relative; color:transparent !important; pointer-events:none; }
.btn.is-loading::after{
  content:""; position:absolute; top:50%; left:50%; width:18px; height:18px;
  margin:-9px 0 0 -9px; border:3px solid rgba(255,255,255,.45); border-top-color:#fff;
  border-radius:50%; animation:btnspin .7s linear infinite;
}
@keyframes btnspin{ to{ transform:rotate(360deg); } }

/* video modal: a dark 16:9 stage */
.modal__card--video{ width:min(94vw,920px); background:var(--ink); padding:14px; border-color:var(--ink); overflow:visible; }
.video-frame{ position:relative; aspect-ratio:16/9; background:#000; border-radius:14px; overflow:hidden; }
.video-frame iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
.modal__card--video .modal__close{ top:-14px; right:-14px; }

@media (max-width:560px){
  .modal{ padding:10px; align-items:start; }
  .modal__card{ max-height:calc(100svh - 20px); padding:20px 18px; margin:4px 0; }
  .modal__card h3{ font-size:1.3rem; }
  .modal__productline{ font-size:1.08rem; margin-bottom:.9rem; }
  .segmented button{ font-size:.82rem; padding:.6em .25em; }
  .pay-amount b{ font-size:1.4rem; }
}

/* ─────────────── reviews ─────────────── */
.reviews-sub{ max-width:46ch; margin: auto; text-align:center; }
.reviews-wall{ columns:3 280px; column-gap:18px; max-width:960px; margin:0 auto clamp(28px,5vh,46px); }
.reviews-wall[hidden]{ display:none; }
.review-card{
  break-inside:avoid; background:var(--surface); border:1px solid var(--line); border-radius:var(--r);
  padding:1.1em 1.2em; margin:0 0 18px; box-shadow:var(--shadow-s); transform:rotate(var(--r,0deg));
}
.review-card .rc-stars{ color:var(--amber); letter-spacing:.1em; font-size:1rem; }
.review-card p{ margin:.5em 0; font-weight:600; font-size:.95rem; color:var(--ink); }
.review-card b{ font-family:"Caveat",cursive; font-weight:700; font-size:1.15rem; color:var(--ink-soft); }
.review-card__img{ width:100%; height:auto; border:1px solid var(--line); border-radius:12px; margin:.6em 0 .2em; display:block; }
.review-card__tag{ display:inline-block; font-family:"Caveat",cursive; font-weight:700; font-size:1rem; color:var(--ink-faint); margin-top:.3em; }

.review-form{
  max-width:560px; margin:0 auto; background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-l); padding:clamp(22px,4vw,32px); box-shadow:var(--shadow);
}
.review-form h3{ margin:0 0 1rem; font-family:var(--display); font-weight:700; font-size:1.3rem; }
.review-form__row{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.review-form__row input{ flex:1; min-width:180px; }
.review-form textarea{ resize:vertical; min-height:3em; }
.stars{ display:flex; gap:2px; margin-bottom:12px; }
.stars button{ background:none; border:0; cursor:pointer; font-size:1.7rem; line-height:1; padding:.05em;
  color:#e6d7bf; transition:transform .15s var(--ease-spring), color .15s; }
.stars button:hover{ transform:scale(1.2) rotate(-8deg); }
.stars button.is-on{ color:var(--amber); }
.rv-upload{
  display:flex; align-items:center; gap:.7em; flex-wrap:wrap;
  border:1.5px dashed var(--line-strong); border-radius:14px; padding:.6em .9em;
  margin:0 0 12px; cursor:pointer; font-weight:700; color:var(--ink-soft);
  transition:border-color .2s, background .2s;
}
.rv-upload:hover{ border-color:var(--brand); background:var(--surface-2); }
.rv-upload input{ display:none; }
.rv-upload__thumb{ width:54px; height:54px; object-fit:cover; border-radius:10px; border:1px solid var(--line-strong); }
.rv-upload__clear{ border:0; background:var(--ink); color:var(--bg); border-radius:999px; font-size:.75rem; font-weight:800; padding:.25em .7em; cursor:pointer; }

/* ─────────────── toast / confetti / glow ─────────────── */
.toast{
  position:fixed; left:50%; bottom:26px; transform:translateX(-50%); z-index:400;
  background:var(--ink); color:var(--bg); font-weight:800; font-size:.95rem;
  border-radius:999px; padding:.7em 1.4em; box-shadow:var(--shadow-l);
  max-width:88vw; text-align:center;
}
.toast[hidden]{ display:none; }
#confetti{ position:fixed; inset:0; width:100vw; height:100vh; z-index:500; pointer-events:none; }
#glow{
  position:fixed; z-index:1; width:340px; height:340px; border-radius:50%;
  pointer-events:none; left:0; top:0; opacity:0;
  background:radial-gradient(closest-side, rgba(255,194,62,.16), transparent 70%);
  transform:translate(-50%,-50%); transition:opacity .4s;
}
@media (prefers-reduced-motion: reduce){
  .pulse-dot, .nav-sound, .stars button, .modal__card, .modal__close{ animation:none; transition:none; }
}

/* ─────────────── footer guides row (SEO interlinks) ─────────────── */
.foot-guides{ display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:22px; padding-top:18px; border-top:1.5px dashed var(--line-strong); }
.foot-guides a{ text-decoration:none; color:var(--ink-faint); font-weight:700; font-size:.86rem; transition:color .2s; }
.foot-guides a:hover{ color:var(--brand-ink); }

/* screen-reader-only (real H1 lives here so the hero equation can stay visual) */
.visually-hidden{ position:absolute !important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0; }

/* ─────────────── hero play button (a dotted "▷"; the dotted ring slowly spins) ─────────────── */
.play-btn{ position:relative; flex:0 0 auto; width:60px; height:60px; border-radius:50%; border:0;
  background:#fff; color:var(--brand); display:grid; place-items:center; cursor:pointer;
  box-shadow:var(--shadow-s); transition:transform .2s var(--ease-spring), background .2s, color .2s; }
.play-btn::before{ content:""; position:absolute; inset:0; border-radius:50%;
  border:3px dotted var(--brand); animation:ringspin 9s linear infinite; transition:border-color .25s; }
@keyframes ringspin{ to{ transform:rotate(360deg); } }
.play-btn[hidden]{ display:none; }
.play-btn svg{ position:relative; z-index:1; width:42px; height:42px; fill:currentColor; }
.play-btn:hover{ transform:scale(1.09); background:var(--brand); color:#fff; }
.play-btn:hover::before{ border-color:#fff; }
@media (prefers-reduced-motion: reduce){ .play-btn::before{ animation:none; } }

/* ─────────────── custom imagery (drop images into a section's folder) ───────────────
   A dropped-in image replaces the built-in emoji/box for that spot. Transparency
   defines the shape — no chrome. Empty folder → the built-in look is the fallback. */
.cust{ background:none !important; border:0 !important; box-shadow:none !important; }
.cust-img{ display:block; width:100%; height:100%; object-fit:contain; pointer-events:none;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,.2)); }
/* make swatches: image chips */
.swatch.cust{ overflow:visible; }
.swatch.cust .cust-img{ filter:drop-shadow(0 4px 6px rgba(0,0,0,.2)); }
/* routines: a bigger image with a slightly tilted caption beneath, no pill box */
.rt-folder.has-art{ flex-direction:column; align-items:center; gap:10px; padding:8px;
  background:none; border:0; box-shadow:none; }
.rt-folder.has-art:hover{ transform:translateY(-4px); box-shadow:none; }
.rt-folder.has-art.active{ box-shadow:none; }
.rt-folder.has-art .rt-face{ width:clamp(76px,12vw,110px); height:auto; aspect-ratio:1;
  background:none; border:0; box-shadow:none; }
.rt-folder.has-art .rt-label{ font-size:1.05rem; transform:rotate(var(--tilt,-2deg)); transition:color .25s; }
.rt-folder.has-art.active .rt-label{ color:var(--brand-ink); }
/* play tiles keep a soft die-cut shadow when they're real images */
#playCanvas .drag-item img.dz-art{ filter:drop-shadow(0 6px 8px rgba(0,0,0,.24)); }
/* launch: a real screenshot fills the screen instead of the faux windows */
.ls-shot{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0;
  transition:opacity .55s var(--ease-spring); }
.ls-shot.show{ opacity:1; }

/* ─────────────── "Ask anything" — the GEO summary, made interactive ─────────────── */
.ask-card{ position:relative; max-width:760px; margin:0 auto; overflow:hidden;
  border:1.5px solid var(--line); border-radius:var(--r-xl); padding:clamp(22px,3.4vw,34px);
  background:linear-gradient(160deg,#fff,var(--surface-2)); box-shadow:var(--shadow); }
.ask-card::after{ content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
  background:radial-gradient(90% 70% at 100% 0%, rgba(138,108,255,.10), transparent 55%),
             radial-gradient(90% 70% at 0% 100%, rgba(255,122,77,.10), transparent 55%); }
.ask-card > *{ position:relative; z-index:1; }
.ask-q-row{ display:flex; flex-wrap:wrap; gap:9px; margin-bottom:18px; }
.ask-q{ appearance:none; cursor:pointer; font-family:var(--display); font-weight:500; font-size:.92rem;
  color:var(--ink-soft); background:#fff; border:1.5px solid var(--line-strong); border-radius:999px;
  padding:8px 15px; transition:.2s var(--ease-spring); }
.ask-q:hover{ transform:translateY(-2px); border-color:var(--brand); color:var(--brand-ink); }
.ask-q.active{ color:#fff; background:var(--grad); border-color:transparent; box-shadow:var(--shadow-pop); }
.ask-answer{ display:flex; gap:14px; align-items:flex-start; }
.ask-spark{ flex:0 0 auto; width:40px; height:40px; border-radius:50%; display:grid; place-items:center;
  font-size:20px; background:linear-gradient(135deg,#efe4ff,#ffe0f0); box-shadow:var(--shadow-s); }
.ask-typed{ flex:1; min-width:0; color:var(--ink); font-size:1.06rem; line-height:1.62; }
.ask-typed b{ color:var(--brand-ink); font-weight:800; }
.ask-typed::after{ content:"▍"; color:var(--brand); animation:askblink 1.1s steps(1) infinite; margin-left:1px; }
@keyframes askblink{ 50%{ opacity:0; } }
.ask-foot{ margin-top:16px; font-size:.86rem; color:var(--ink-faint); }
.ask-foot a{ color:var(--brand-ink); font-weight:700; text-decoration:none; border-bottom:1.5px solid var(--line-strong); white-space:nowrap; }
.ask-foot a:hover{ border-color:var(--brand); }
.ask-src{ display:none; }
@media (prefers-reduced-motion: reduce){ .ask-typed::after{ animation:none; } }

/* ─────────────── share: a real "gift a desktop" CTA (replaces the faux export) ─────────────── */
.share-cta{ display:flex; flex-direction:column; align-items:center; gap:14px;
  margin-top:clamp(28px,4vw,40px); text-align:center; }
.share-cta .happy-file{ position:static; opacity:1; transform:none; pointer-events:none;
  animation:filebob 3.6s ease-in-out infinite; }
@keyframes filebob{ 0%,100%{ transform:translateY(0) rotate(-1.5deg); } 50%{ transform:translateY(-7px) rotate(1.5deg); } }
.share-fine{ font-size:.95rem; color:var(--ink-soft); max-width:44ch; }
.share-fine a{ color:var(--brand-ink); font-weight:800; text-decoration:none; border-bottom:2px solid var(--amber); white-space:nowrap; }
.share-fine a:hover{ border-color:var(--brand); }
@media (prefers-reduced-motion: reduce){ .share-cta .happy-file{ animation:none; } }

/* ─────────────── tidy-ups: no hard section lines, tighter/bigger logo, organic eq-sep ─────────────── */
.band{ border-top:0; border-bottom:0; }
footer{ border-top:0; }
.brand{ gap:6px; }
.nav-in .brand{ gap:7px; }
.nav-in .brand .logo{ width:70px; height:70px; }
footer .brand{ gap:8px; }
/* hero "becomes" mark: an organic coral→amber squiggle, not a flat grey line */
.eq-sep{ width:3.1em; height:.8em; border-radius:0; background:linear-gradient(90deg,var(--coral),var(--amber));
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 14'%3E%3Cpath d='M2 8 q6 -7 12 0 t12 0 t12 0 t12 0' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 14'%3E%3Cpath d='M2 8 q6 -7 12 0 t12 0 t12 0 t12 0' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat; }

/* ─────────────── very subtle happy background (floats behind it all) ─────────────── */
.joy-bg{ position:fixed; inset:0; z-index:-1; pointer-events:none; overflow:hidden; }
.joy-bg i{ position:absolute; font-style:normal; font-size:clamp(20px,3vw,34px); opacity:.06;
  filter:blur(.3px); animation:joyfloat var(--d,24s) ease-in-out infinite var(--delay,0s); will-change:transform; }
@keyframes joyfloat{ 0%,100%{ transform:translateY(0) rotate(var(--r,0deg)); }
  50%{ transform:translateY(-28px) rotate(calc(var(--r,0deg) + 10deg)); } }
@media (prefers-reduced-motion: reduce){ .joy-bg i{ animation:none; } }
@media (max-width:760px){ .joy-bg{ display:none; } }
