html { scroll-behavior:smooth; }
  body { background:#050505; margin:0; font-family:"Zen Kaku Gothic New",system-ui,sans-serif; }
  /* JP mode: swap the whole page to a rounded Japanese face for a softer, native feel */
  html[data-lang="ja"] body { font-family:"Zen Maru Gothic","Zen Kaku Gothic New",sans-serif; }
  /* elements shown only in one language — toggled by the lang switch */
  [data-when="ja"] { display:none; }
  html[data-lang="ja"] [data-when="ja"] { display:revert; }
  html[data-lang="ja"] [data-when="en"] { display:none; }
  /* language toggle button (top-right of door, and in the main topbar) */
  .lang-toggle { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:700; font-size:12px;
    letter-spacing:.14em; cursor:pointer; border-radius:999px; padding:8px 15px; line-height:1;
    display:inline-flex; align-items:center; gap:7px; transition:background .25s, color .25s; }
  .lang-toggle .sep { opacity:.4; }
  .lang-toggle .opt.active { color:#FF7A1A; }
  .lang-toggle.on-light { border:1.5px solid rgba(12,12,12,.3); color:#0c0c0c; background:transparent; }
  .lang-toggle.on-light:hover { background:rgba(12,12,12,.06); }
  .lang-toggle.on-dark { border:1.5px solid rgba(255,122,26,.5); color:#f4f1ea; background:transparent; }
  .lang-toggle.on-dark:hover { background:rgba(255,122,26,.12); }
  /* JP text tends to run tighter/taller — small rhythm tweaks in JP mode */
  html[data-lang="ja"] .door-sub, html[data-lang="ja"] .door-hint { letter-spacing:.12em; }
  body.lock { overflow:hidden; height:100vh; }
  ::selection { background:#0c0c0c; color:#f4f1ea; }
  .halftone { background-image:radial-gradient(#0c0c0c 1.5px, transparent 1.7px); background-size:9px 9px; }

  /* ===== refined pill CTA (borrowed from the template's outlined-capsule + blur-hover) ===== */
  .pill { display:inline-flex; align-items:center; gap:.5em; border:1px solid currentColor; border-radius:999px;
    font-family:'Zen Maru Gothic',serif; text-transform:uppercase; letter-spacing:.18em; font-size:13px; font-weight:600;
    padding:12px 26px; cursor:pointer; text-decoration:none; background:transparent;
    transition:background .35s, backdrop-filter .35s, transform .35s, letter-spacing .35s; }
  .pill:hover { background:rgba(255,255,255,.1); backdrop-filter:blur(48px); -webkit-backdrop-filter:blur(48px);
    letter-spacing:.24em; }
  .pill.on-dark { color:#f4f1ea; }
  .pill.on-light { color:#0c0c0c; }
  .pill.on-light:hover { background:rgba(12,12,12,.06); }
  /* ===== STAGE 1 · DOOR — corner-anchored editorial layout (from the template) ===== */
  #door { position:fixed; inset:0; z-index:60; background:#f4f1ea; color:#0c0c0c; overflow:hidden;
    transition:opacity .6s ease, visibility .6s; }
  #door.gone { opacity:0; visibility:hidden; }
  /* circular Zenko artwork filling the empty space — grayscale line art blended into the paper */
  .door-wm { position:absolute; right:4%; top:50%; transform:translateY(-50%);
    width:min(72vh,620px); height:min(72vh,620px); border-radius:50%; overflow:hidden;
    z-index:0; pointer-events:none;
    border:3px solid rgba(255,122,26,.85);
    box-shadow:0 30px 80px -20px rgba(0,0,0,.55), 0 0 0 10px rgba(255,122,26,.10); }
  .door-wm img { width:100%; height:100%; object-fit:cover; display:block; }   /* clean full-colour circular portrait */
  @media(max-width:767px){ .door-wm { width:86vw; height:86vw; right:7%; opacity:.9; } }
  .door-tl { position:absolute; top:28px; left:24px; display:flex; align-items:center; gap:16px; z-index:3; }
  .door-logo { width:52px; }
  /* real Zenko avatar used as the logo next to the ZENKO wordmark — cropped to a circle */
  .zk-logo { border-radius:50%; object-fit:cover; display:block; flex:0 0 auto;
    border:2px solid rgba(255,122,26,.85); background:#0c0c0c; }
  .door-mark { font-family:'Zen Maru Gothic',serif; font-weight:600; font-size:22px; letter-spacing:.02em; line-height:1; }
  .door-sub  { font-family:'Zen Kaku Gothic New'; font-size:11px; letter-spacing:.24em; text-transform:uppercase; color:#8a7f6c; margin-top:4px; }
  .door-tr { position:absolute; top:24px; right:24px; z-index:3; }
  .door-br { position:absolute; right:24px; bottom:86px; left:24px; text-align:right; z-index:3; }  /* bottom gap reserved for the CA strip */
  .door-eyebrow { font-family:'Zen Maru Gothic',serif; font-weight:500; color:#8a7f6c; font-size:18px; letter-spacing:.02em; margin:0 0 8px; }
  .door-title { font-family:'Zen Maru Gothic',serif; font-weight:600; font-size:50px; line-height:.98; margin:0; letter-spacing:.004em; }
  .door-hint { font-family:'Zen Kaku Gothic New'; color:#8a7f6c; font-size:12px; letter-spacing:.2em; text-transform:uppercase; margin:18px 0 0; }
  .door-bl { display:none; }
  @media(min-width:768px){
    .door-tl { top:56px; left:56px; }
    .door-tr { top:52px; right:56px; }
    .door-br { right:56px; bottom:112px; left:auto; max-width:960px; }
    .door-eyebrow { font-size:26px; }
    .door-title { font-size:104px; line-height:.9; }
    .door-bl { display:block; position:absolute; left:56px; bottom:112px; z-index:3;
      font-family:'Zen Kaku Gothic New'; color:#666; font-size:13px; line-height:1.6; max-width:220px; }
  }
  .cbtn { font-family:'Dela Gothic One',cursive; letter-spacing:.06em; background:#0c0c0c; color:#f4f1ea; border:none;
    padding:16px 40px; font-size:26px; cursor:pointer; box-shadow:6px 6px 0 rgba(0,0,0,.35);
    transition:transform .12s, box-shadow .12s; text-decoration:none; display:inline-block; }
  .cbtn:hover { transform:translate(-3px,-3px); box-shadow:9px 9px 0 rgba(0,0,0,.35); }
  .cbtn:active { transform:translate(2px,2px); box-shadow:2px 2px 0 rgba(0,0,0,.35); }

  /* ===== STAGE 2 · INK DIVE (dive into Zenko's eye → ink floods → wipe to main) ===== */
  #tunnel { position:fixed; inset:0; z-index:55; background:#f4f1ea; overflow:hidden;
    opacity:0; visibility:hidden; transition:opacity .4s; }
  #tunnel.on { opacity:1; visibility:visible; }
  #tunnel * { will-change:transform, opacity; }

  /* holds the halftone / grain / vignette overlays that sit above the ink flood */
  #tunnel .ink-stage { position:absolute; inset:0; z-index:8; pointer-events:none; }
  /* ===== EXIT · COMIC-PANEL ASSEMBLY =====
     the ink flood doesn't just stop — black comic panels slide in from every edge and lock
     together into a page over it (paper gutters between them), the ZENKO logo stamps on top,
     then the whole page lifts to reveal the site. Reads as the site building itself. */
  #tunnel .ink-assembly { position:absolute; inset:0; z-index:11; background:#f4f1ea; opacity:0;
    visibility:hidden; }
  #tunnel .ink-assembly.go { opacity:1; visibility:visible; }
  #tunnel .ink-assembly.lift { animation:pageLift .7s cubic-bezier(.6,.02,.35,1) forwards; }
  @keyframes pageLift { from{transform:translateY(0);opacity:1} to{transform:translateY(-102%);opacity:1} }
  /* once panels lock, make the tunnel transparent so the lift uncovers the
     REAL homepage behind it (fixes the frame-bleed) */
  #tunnel.cleared { background:transparent !important; }
  #tunnel.cleared .ink-stage, #tunnel.cleared .ink-ring { display:none; }

  .ipanel { position:absolute; background:#0c0c0c; border-radius:12px; overflow:hidden;
    border:5px solid #f4f1ea;                              /* white paper edge so overlapping panels read as separate cut-outs */
    box-shadow:0 18px 50px -18px rgba(0,0,0,.9), 0 4px 14px rgba(0,0,0,.35); opacity:0;
    display:flex; align-items:center; justify-content:center;
    transform:translate(var(--fx,0), var(--fy,0)) scale(.96) rotate(var(--r,0deg)); }
  .ipanel .ph { width:46%; opacity:.14; }                 /* faint fox mark inside a couple of panels */
  .ipanel img { width:100%; height:100%; object-fit:cover; display:block; }   /* real panel artwork fills the cut-out */
  .ipanel::after { content:""; position:absolute; inset:0; opacity:.5; mix-blend-mode:overlay;
    background-image:radial-gradient(#000 32%, transparent 34%); background-size:5px 5px; }  /* halftone */
  .ink-assembly.go .ipanel { animation:panelSnap .52s cubic-bezier(.18,.8,.28,1) forwards;
    animation-delay:var(--d,0s); }
  @keyframes panelSnap {
    0%   { opacity:0; transform:translate(var(--fx,0), var(--fy,0)) scale(.96) rotate(var(--r,0deg)); }
    60%  { opacity:1; }
    100% { opacity:1; transform:translate(0,0) scale(1) rotate(var(--r,0deg)); }
  }
  /* 4-panel comic collage: staggered sizes + slight tilts, panels overlap — torn-page look, not a tidy grid */
  .ipanel.p1 { top:5%;  left:4%;  width:52%; height:48%; --fx:-140%; --fy:0;    --r:-3.5deg; --d:0s;   z-index:2; }
  .ipanel.p2 { top:3%;  left:52%; width:44%; height:38%; --fx:0;     --fy:-150%;--r:2.5deg;  --d:.1s;  z-index:3; }
  .ipanel.p3 { top:46%; left:10%; width:40%; height:50%; --fx:-150%; --fy:0;    --r:2deg;    --d:.2s;  z-index:4; }
  .ipanel.p4 { top:40%; left:50%; width:46%; height:56%; --fx:0;     --fy:160%; --r:-2.5deg; --d:.3s;  z-index:3; }
  /* ZENKO logo stamps onto the assembled page */
  #tunnel .ink-stamp { position:absolute; top:50%; left:50%; z-index:12;
    transform:translate(-50%,-50%) scale(.6) rotate(-6deg); opacity:0; pointer-events:none;
    font-family:'Dela Gothic One',cursive; font-size:clamp(56px,13vw,170px); letter-spacing:.04em; color:#0c0c0c;
    text-shadow:5px 5px 0 #FF7A1A; }
  #tunnel .ink-stamp.go { animation:stampIn .5s cubic-bezier(.2,1.5,.4,1) forwards; }
  @keyframes stampIn {
    0%   { opacity:0; transform:translate(-50%,-50%) scale(1.5) rotate(-6deg); }
    60%  { opacity:1; transform:translate(-50%,-50%) scale(.95) rotate(-6deg); }
    100% { opacity:1; transform:translate(-50%,-50%) scale(1) rotate(-6deg); }
  }
  /* halftone dot screen — the same comic texture as the rest of the site */
  #tunnel .ink-screen { position:absolute; inset:0; z-index:9; pointer-events:none; opacity:.22;
    mix-blend-mode:overlay;
    background-image:radial-gradient(#000 32%, transparent 34%); background-size:4px 4px; }
  /* subtle scanline/ink grain */
  #tunnel .ink-grain { position:absolute; inset:0; z-index:9; pointer-events:none; opacity:.10;
    mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
  /* vignette melts the stage edges into the black tunnel */
  #tunnel .ink-vignette { position:absolute; inset:0; z-index:10; pointer-events:none;
    background:radial-gradient(120% 120% at 50% 50%, transparent 44%, rgba(5,5,5,.6) 72%, #050505 100%); }
  /* orange ring that blooms outward on entry — brand accent on the reveal */
  #tunnel .ink-ring { position:absolute; top:50%; left:50%; z-index:10; width:10px; height:10px;
    margin:-5px 0 0 -5px; border-radius:50%; pointer-events:none; opacity:0;
    box-shadow:0 0 0 2px rgba(255,122,26,.9), 0 0 34px rgba(255,122,26,.55); }
  #tunnel.play .ink-ring { animation:ringBloom 1.05s cubic-bezier(.22,.61,.36,1) forwards; }
  @keyframes ringBloom {
    0%   { width:10px; height:10px; margin:-5px 0 0 -5px; opacity:.9; }
    70%  { opacity:.5; }
    100% { width:168vmax; height:168vmax; margin:-84vmax 0 0 -84vmax; opacity:0; }
  }

  /* paper backdrop with faint halftone — the comic page we start on */
  #tunnel .ink-paper { position:absolute; inset:0; z-index:0; background:#f4f1ea;
    background-image:radial-gradient(#d9d3c4 1.4px, transparent 1.6px); background-size:12px 12px; opacity:0; }
  #tunnel.play .ink-paper { animation:paperIn .5s ease forwards; }
  @keyframes paperIn { from{opacity:0} to{opacity:1} }

  /* the fox rushing toward the camera — we dive into it.
     Same portrait as the entry door, framed as a circle so the dive reads as
     falling into the picture the visitor just saw. */
  #tunnel .ink-fox { position:absolute; top:50%; left:50%; width:min(34vh,320px); z-index:2;
    transform:translate(-50%,-50%) scale(.18); opacity:0; }
  #tunnel .ink-fox img { width:100%; aspect-ratio:1; height:auto; display:block;
    border-radius:50%; object-fit:cover;
    border:3px solid rgba(255,122,26,.85);
    filter:drop-shadow(0 20px 50px rgba(0,0,0,.45)); }
  #tunnel .ink-fox svg { width:100%; height:auto; display:block; filter:drop-shadow(0 20px 50px rgba(0,0,0,.35)); }
  #tunnel.play .ink-fox { animation:foxRush 2.1s cubic-bezier(.6,.02,.35,1) forwards; }
  @keyframes foxRush {
    0%   { transform:translate(-50%,-50%) scale(.16); opacity:0; }
    18%  { opacity:1; }
    72%  { transform:translate(-50%,-50%) scale(3.4); opacity:1; }   /* rush in, we dive at the face */
    100% { transform:translate(-50%,-50%) scale(11); opacity:0; }    /* plunge through → into the eye/ink */
  }

  /* the ink blot that swallows the screen from the fox's eye */
  #tunnel .ink-blot { position:absolute; top:50%; left:50%; z-index:3; width:60vmax; height:60vmax;
    margin:-30vmax 0 0 -30vmax; border-radius:50%; background:#0c0c0c; transform:scale(0); opacity:0;
    filter:blur(1px); }
  #tunnel.play .ink-blot { animation:blotFlood 2.2s cubic-bezier(.7,0,.4,1) forwards; animation-delay:1.15s; }
  @keyframes blotFlood {
    0%   { transform:scale(0); opacity:0; }
    12%  { opacity:1; }
    100% { transform:scale(3.2); opacity:1; }        /* black floods everything */
  }

  /* manga speed-lines bursting from center + brand flash (replaces the dot grid) */
  #tunnel .ink-dots { position:absolute; inset:-30%; z-index:4; pointer-events:none; opacity:0;
    background:repeating-conic-gradient(from 0deg at 50% 50%,
      #FF7A1A 0deg 1.4deg, transparent 1.4deg 4deg);
    -webkit-mask-image:radial-gradient(circle at 50% 50%, transparent 20%, #000 46%);
            mask-image:radial-gradient(circle at 50% 50%, transparent 20%, #000 46%); }
  #tunnel.play .ink-dots { animation:rays 1.9s cubic-bezier(.2,.7,.3,1) forwards; animation-delay:2.15s; }
  @keyframes rays {
    0%   { opacity:0; transform:scale(.3) rotate(-16deg); }
    22%  { opacity:.9; }
    100% { opacity:0; transform:scale(2.6) rotate(10deg); }
  }
  /* the ZENKO wordmark punching through the ink for a beat */
  #tunnel .ink-word { position:absolute; top:50%; left:50%; z-index:5; transform:translate(-50%,-50%) scale(.7);
    font-family:'Dela Gothic One',cursive; font-size:clamp(48px,12vw,150px); letter-spacing:.04em; color:#FF7A1A;
    text-shadow:0 0 30px rgba(255,122,26,.6), 4px 4px 0 rgba(0,0,0,.4); opacity:0; pointer-events:none; }
  #tunnel.play .ink-word { animation:wordPunch 1.6s cubic-bezier(.2,1.3,.4,1) forwards; animation-delay:2.5s; }
  @keyframes wordPunch {
    0%   { opacity:0; transform:translate(-50%,-50%) scale(.6); }
    30%  { opacity:1; transform:translate(-50%,-50%) scale(1.06); }
    70%  { opacity:1; transform:translate(-50%,-50%) scale(1); }
    100% { opacity:0; transform:translate(-50%,-50%) scale(1.14); }
  }

  /* speed streaks — a few orange ink strokes flying past to sell the plunge */
  #tunnel .ink-streaks { position:absolute; inset:0; z-index:3; pointer-events:none; opacity:0;
    background:
      linear-gradient(90deg, transparent 0 44%, rgba(255,122,26,.5) 49% 51%, transparent 56% 100%),
      linear-gradient(70deg, transparent 0 62%, rgba(255,122,26,.3) 66% 67%, transparent 70% 100%),
      linear-gradient(110deg, transparent 0 30%, rgba(255,122,26,.3) 34% 35%, transparent 39% 100%);
    background-size:cover; }
  #tunnel.play .ink-streaks { animation:streaks 1.4s ease-in forwards; animation-delay:.7s; }
  @keyframes streaks {
    0%   { opacity:0; transform:scale(.6) rotate(0deg); }
    50%  { opacity:.9; }
    100% { opacity:0; transform:scale(2.4) rotate(6deg); }
  }

  /* white wipe that reveals the main page at the end */
  #tunnel .ink-wipe { position:absolute; inset:0; z-index:6; background:#0a0806; transform:translateY(100%); }
  #tunnel.play .ink-wipe { animation:wipeUp .8s cubic-bezier(.7,0,.2,1) forwards; animation-delay:3.7s; }
  @keyframes wipeUp { from{transform:translateY(100%)} to{transform:translateY(0)} }

  /* ===== MAIN (revealed after tunnel) — hero image bg + black/orange palette ===== */
  #main { opacity:0; transition:opacity .8s; position:relative; background:#0a0806; }
  #main.on { opacity:1; }
  /* hero artwork slot — cleared; paste an image back into url(...) when ready */
  #main::before { content:""; position:fixed; inset:0; z-index:0; pointer-events:none;
    background:#0a0806; }
  /* image slots are emptied for now — hide any img with no src so no broken-image icon shows */
  img:not([src]), img[src=""] { visibility:hidden; }
  /* dark scrim so content stays readable while the orange/black tone bleeds through */
  #main::after { content:""; position:fixed; inset:0; z-index:0; pointer-events:none;
    background:radial-gradient(120% 90% at 50% 30%, rgba(10,8,6,.55), rgba(6,5,4,.9) 90%); }
  #main > * { position:relative; z-index:1; }        /* lift real content above bg layers */
  .topbar { position:sticky; top:0; z-index:40; display:flex; align-items:center; justify-content:space-between;
    padding:14px 22px; background:rgba(10,8,6,.82); backdrop-filter:blur(10px); color:#f4f1ea;
    border-bottom:2px solid #FF7A1A; }

  /* ===== gradient heading (template's .hero-heading, tuned to fox palette) ===== */
  .hero-heading { background:linear-gradient(180deg,#FFB46B 0%,#FF7A1A 55%,#8a3d06 100%);
    -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; color:transparent; }
  .reveal { opacity:0; transform:translateY(30px); transition:opacity .7s cubic-bezier(.25,.1,.25,1), transform .7s cubic-bezier(.25,.1,.25,1); }
  .reveal.in { opacity:1; transform:none; }

  /* ===== 1 · HERO (twin mascots flanking a centered title) ===== */
  #hero { position:relative; min-height:100vh; display:flex; flex-direction:column;
    padding:26px 22px 0; overflow:hidden; }
  #hero .hnav { display:flex; justify-content:space-between; gap:16px; z-index:6;
    color:#D7E2EA; text-transform:uppercase; letter-spacing:.08em; font-weight:500; font-size:14px; }
  #hero .hnav a { color:#D7E2EA; text-decoration:none; transition:opacity .2s; }
  #hero .hnav a:hover { opacity:.7; }
  /* centered stage holds the title + tagline in the gap between the two foxes */
  #hero .hstage { flex:1; z-index:6; display:flex; flex-direction:column; align-items:center;
    justify-content:center; text-align:center; gap:30px; padding-bottom:6vh; }
  #hero .htitle { font-family:'Zen Maru Gothic',sans-serif; font-style:normal; font-weight:900; text-transform:none;
    letter-spacing:.01em; line-height:1.06; font-size:clamp(2.4rem,8.5vw,8rem); margin:0; }
  #hero .htitle-romaji { font-family:'Zen Kaku Gothic New',sans-serif; font-weight:400;
    color:#D7E2EA; opacity:.72; font-size:clamp(1rem,2.4vw,1.7rem); letter-spacing:.04em; margin:14px 0 0; }
  #hero .hbottom { display:flex; flex-direction:column; align-items:center; gap:20px; max-width:560px; }
  #hero .htag { color:#D7E2EA; font-weight:300; text-transform:uppercase; letter-spacing:.03em; line-height:1.4;
    font-size:clamp(.8rem,1.6vw,1.25rem); }

  /* twin flanking mascots — animated GIFs drop in later; SVG fox is the reserved placeholder */
  .hero-fox { position:absolute; top:50%; transform:translateY(-50%); z-index:3; width:clamp(150px,22vw,360px);
    pointer-events:none; will-change:transform; }
  .hero-fox.left  { left:clamp(-8px,1.5vw,44px); }
  .hero-fox.right { right:clamp(-8px,1.5vw,44px); }
  .hero-fox img, .hero-fox svg { width:100%; height:auto; display:block;
    filter:drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
  .hero-fox.right svg { transform:scaleX(-1); }  /* mirror the placeholder SVG only; real art faces as drawn */
  .hero-fox.is-ph { opacity:.16; }                                    /* faint while the slot awaits its GIF */
  @media(max-width:720px){
    .hero-fox { width:26vw; }               /* slimmer so the centered title keeps breathing room */
    .hero-fox.left  { left:-4px; }
    .hero-fox.right { right:-4px; }
    #hero .htitle { font-size:clamp(2rem,13vw,5rem); }
  }

  /* ===== DOOR · SWAP CARD (centered in the left half of the entry page — light paper theme) ===== */
  .swap { position:absolute; left:6%; top:50%; transform:translateY(-50%); z-index:4;
    width:min(440px,88vw); padding:30px; border-radius:28px; background:#fbf9f4; border:2px solid #0c0c0c;
    box-shadow:11px 11px 0 rgba(12,12,12,.9); color:#0c0c0c; font-family:'Zen Kaku Gothic New',sans-serif; }
  .swap-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
  .swap-head h3 { margin:0; font-family:'Zen Maru Gothic',serif; font-weight:600; font-size:26px; letter-spacing:.01em; }
  .swap-net { font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#a24a06;
    border:1px solid rgba(162,74,6,.5); border-radius:999px; padding:5px 12px; }
  .swap-row { background:#fff; border:1px solid rgba(12,12,12,.14); border-radius:18px; padding:16px 18px; }
  .swap-row + .swap-row { margin-top:8px; }
  .swap-row .lbl { display:flex; justify-content:space-between; font-size:12px; color:#8a7f6c;
    letter-spacing:.04em; margin-bottom:8px; }
  .swap-row .fld { display:flex; align-items:center; gap:12px; }
  .swap-row input { flex:1; min-width:0; background:none; border:none; outline:none; color:#0c0c0c;
    font-family:'Zen Maru Gothic',serif; font-weight:600; font-size:30px; }
  .swap-row input::placeholder { color:#c3baa9; }
  .swap-tok { display:flex; align-items:center; gap:8px; flex:0 0 auto; background:#0c0c0c; color:#f4f1ea;
    border-radius:999px; padding:8px 15px 8px 8px; font-weight:600; font-size:15px; }
  .swap-tok .coin { width:28px; height:28px; border-radius:50%; display:flex; align-items:center;
    justify-content:center; font-family:'Dela Gothic One',cursive; font-size:14px; color:#0c0c0c;
    background:linear-gradient(135deg,#FFB46B,#FF7A1A); }
  .swap-tok .coin.logo { background:none; border-radius:0; }   /* bare SVG mark — no coin disc */
  .swap-switch { display:flex; justify-content:center; margin:-2px 0; position:relative; z-index:1; }
  .swap-switch button { width:40px; height:40px; border-radius:14px; border:2px solid #0c0c0c;
    background:#fff; color:#0c0c0c; cursor:pointer; font-size:18px; line-height:1;
    transition:transform .25s, background .25s; }
  .swap-switch button:hover { transform:rotate(180deg); background:#f4f1ea; }
  .swap-rate { display:flex; justify-content:space-between; font-size:12px; color:#8a7f6c; margin:18px 2px 20px; }
  .swap-cta { width:100%; justify-content:center; font-size:14px; padding:16px 32px; }
  .swap-note { text-align:center; font-size:11px; color:#9a8f76; margin:14px 0 0; letter-spacing:.02em; }
  /* Pre-launch state: the chain is undecided, so these controls are inert and
     should look it rather than inviting a click that goes nowhere. */
  .swap input[disabled] { color:#9a8f76; cursor:not-allowed; }
  .swap-switch button[disabled] { opacity:.4; cursor:not-allowed; }
  .swap-switch button[disabled]:hover { transform:none; background:#fff; }
  .swap-cta[disabled] { filter:grayscale(.65) brightness(.92); cursor:not-allowed; }
  .swap-cta[disabled]:hover { transform:none; filter:grayscale(.65) brightness(.92); }
  @media(max-width:767px){ .swap { position:static; transform:none; width:100%; margin:0 auto;
    box-shadow:6px 6px 0 rgba(12,12,12,.9); } }

  /* ===== DOOR · OFFICIAL CA STRIP (bottom band of the entry page) =====
     To go live: put the address in CA_ADDRESS in the script near the bottom of this file. */
  .ca-bar { position:absolute; left:0; right:0; bottom:16px; z-index:5;
    display:flex; justify-content:center; padding:0 20px; pointer-events:none; }
  .ca-inner { pointer-events:auto; display:flex; align-items:center; gap:14px; max-width:min(700px,92vw);
    background:#fbf9f4; border:2px solid #0c0c0c; border-radius:999px; padding:9px 10px 9px 20px;
    box-shadow:6px 6px 0 rgba(12,12,12,.9); font-family:'Zen Kaku Gothic New',sans-serif; }
  .ca-label { flex:0 0 auto; font-size:10px; letter-spacing:.2em; text-transform:uppercase; color:#a24a06;
    border-right:1px solid rgba(12,12,12,.15); padding-right:14px; line-height:1.5; }
  .ca-val { flex:1; min-width:0; font-family:ui-monospace,'SFMono-Regular',Menlo,monospace; font-size:13px;
    letter-spacing:.01em; color:#0c0c0c; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    -webkit-user-select:all; user-select:all; }
  .ca-val.is-empty { color:#b0a693; letter-spacing:.16em; user-select:none; }
  .ca-copy { flex:0 0 auto; background:#0c0c0c; color:#f4f1ea; border:none; border-radius:999px; cursor:pointer;
    font-family:'Zen Kaku Gothic New',sans-serif; font-weight:600; font-size:11px; letter-spacing:.14em;
    padding:9px 16px; transition:background .2s, transform .12s; }
  .ca-copy:hover { background:#a24a06; }
  .ca-copy:active { transform:scale(.96); }
  .ca-copy[disabled] { background:rgba(12,12,12,.18); color:#7d7365; cursor:not-allowed; }
  @media(min-width:768px){
    .ca-bar { bottom:24px; }
    .ca-val { font-size:14px; }
  }
  @media(max-width:520px){
    .ca-inner { gap:9px; padding:8px 8px 8px 14px; }
    .ca-label { padding-right:9px; font-size:9px; }
    .ca-val { font-size:11px; }
    .ca-copy { padding:8px 12px; font-size:10px; }
  }


  /* ===== 2 · MARQUEE (two rows, scroll-linked opposite directions) ===== */
  #marquee { background:transparent; padding:100px 0 40px; overflow:hidden; }
  .mrow { display:flex; gap:12px; margin-bottom:12px; width:max-content; will-change:transform; }
  .mtile { width:420px; height:270px; border-radius:16px; overflow:hidden; flex:0 0 auto;
    background:linear-gradient(135deg,#1a130c,#0a0806); border:1px solid rgba(255,122,26,.18);
    display:flex; align-items:center; justify-content:center; }
  .mtile svg { width:34%; opacity:.5; }
  .mtile img { width:100%; height:100%; object-fit:cover; display:block; }

  /* ===== 3 · ABOUT (gradient heading + char-by-char reveal) ===== */
  #about { position:relative; min-height:100vh; display:flex; flex-direction:column; align-items:center;
    justify-content:center; text-align:center; padding:120px 22px; gap:56px; }
  #about .ahead { font-weight:900; text-transform:uppercase; line-height:.9; letter-spacing:-.02em;
    font-size:clamp(3rem,12vw,160px); }
  #about .atext { color:#D7E2EA; font-weight:500; line-height:1.7; max-width:560px;
    font-size:clamp(1rem,2vw,1.35rem); }
  #about .atext .ch { transition:opacity .1s linear; }
  /* copy stack — cross-fades out when the film opens */
  #about .acopy { display:flex; flex-direction:column; align-items:center; gap:44px; width:100%;
    transition:opacity .5s ease, transform .5s ease; }
  #about.playing .acopy { opacity:0; transform:scale(.96); pointer-events:none; position:absolute; }

  /* play button — orange disc with a breathing halo */
  .aplay { display:inline-flex; align-items:center; gap:18px; background:none; border:none; cursor:pointer;
    color:#f4f1ea; font-family:'Zen Kaku Gothic New',sans-serif; padding:6px; }
  .aplay-disc { position:relative; width:78px; height:78px; border-radius:50%; flex:0 0 auto;
    display:flex; align-items:center; justify-content:center; color:#0c0c0c;
    background:linear-gradient(135deg,#FFB46B,#FF7A1A);
    box-shadow:0 18px 42px -12px rgba(255,122,26,.75);
    transition:transform .3s cubic-bezier(.2,.8,.2,1); }
  .aplay-ring { position:absolute; inset:-10px; border-radius:50%; border:2px solid rgba(255,122,26,.55);
    animation:aplayPulse 2.6s ease-out infinite; }
  @keyframes aplayPulse { 0%{transform:scale(.9);opacity:.8} 70%{transform:scale(1.28);opacity:0} 100%{opacity:0} }
  .aplay-tri { width:30px; height:30px; margin-left:4px; }
  .aplay-lbl { font-size:13px; font-weight:600; letter-spacing:.22em; text-transform:uppercase; }
  .aplay:hover .aplay-disc { transform:scale(1.09); }
  .aplay:active .aplay-disc { transform:scale(.98); }
  @media(prefers-reduced-motion:reduce){ .aplay-ring{ animation:none; } }

  /* film layer */
  .avid { display:none; width:100%; max-width:1180px; flex-direction:column; align-items:center; gap:22px; }
  #about.playing .avid { display:flex; animation:avidIn .55s cubic-bezier(.2,.8,.2,1) both; }
  @keyframes avidIn { from{opacity:0;transform:scale(.965) translateY(14px)} to{opacity:1;transform:none} }
  .avid-frame { width:100%; border-radius:22px; overflow:hidden; background:#000;
    border:2px solid rgba(255,122,26,.55);
    box-shadow:0 40px 90px -28px rgba(0,0,0,.85), 0 0 0 1px rgba(255,122,26,.14); }
  .avid-frame video { display:block; width:100%; aspect-ratio:16/9; background:#000; }
  .avid-close { display:inline-flex; align-items:center; gap:10px; cursor:pointer;
    background:rgba(244,241,234,.06); color:#f4f1ea; border:1px solid rgba(244,241,234,.28);
    border-radius:999px; padding:10px 22px; font-family:'Zen Kaku Gothic New',sans-serif;
    font-size:11px; font-weight:600; letter-spacing:.2em; text-transform:uppercase;
    transition:background .25s, border-color .25s; }
  .avid-close:hover { background:rgba(255,122,26,.16); border-color:rgba(255,122,26,.7); }
  .avid-frame { position:relative; z-index:2; }

  /* ===== ABOUT · AMBIENCE — cinema atmosphere around the playing film ===== */
  .amb { position:absolute; inset:0; z-index:0; pointer-events:none; opacity:0;
    transition:opacity .8s ease; }
  #about.playing .amb { opacity:1; }

  /* warm projector bloom behind the frame */
  .amb-glow { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    width:120%; height:130%; border-radius:50%;
    background:radial-gradient(ellipse at center, rgba(255,122,26,.30) 0%, rgba(255,122,26,.11) 34%, transparent 68%);
    filter:blur(48px); animation:ambBreathe 7s ease-in-out infinite; }
  @keyframes ambBreathe { 0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.85}
                          50%{transform:translate(-50%,-50%) scale(1.09);opacity:1} }

  /* slow comic sunburst behind everything */
  .amb-rays { position:absolute; left:50%; top:50%; width:210vmax; height:210vmax;
    transform:translate(-50%,-50%); opacity:.16; mix-blend-mode:screen;
    background:repeating-conic-gradient(from 0deg at 50% 50%,
      rgba(255,122,26,.55) 0deg 1.5deg, transparent 1.5deg 7deg);
    mask-image:radial-gradient(circle at center, transparent 26%, #000 46%, transparent 74%);
    -webkit-mask-image:radial-gradient(circle at center, transparent 26%, #000 46%, transparent 74%);
    animation:ambSpin 90s linear infinite; }
  @keyframes ambSpin { to { transform:translate(-50%,-50%) rotate(360deg); } }

  /* faint perspective grid on the floor/side walls */
  .amb-grid { position:absolute; inset:-10% -6%;
    background-image:linear-gradient(rgba(255,122,26,.14) 1px, transparent 1px),
                     linear-gradient(90deg, rgba(255,122,26,.14) 1px, transparent 1px);
    background-size:74px 74px; opacity:.5;
    mask-image:radial-gradient(ellipse 62% 58% at 50% 50%, transparent 42%, #000 100%);
    -webkit-mask-image:radial-gradient(ellipse 62% 58% at 50% 50%, transparent 42%, #000 100%);
    animation:ambDrift 26s linear infinite; }
  @keyframes ambDrift { to { background-position:74px 74px, 74px 74px; } }

  /* orange speed streaks rising through the side gutters */
  .amb-streak { position:absolute; width:2px; border-radius:2px;
    background:linear-gradient(to top, transparent, rgba(255,180,107,.85), transparent);
    filter:blur(.4px); animation:ambRise linear infinite; }
  .amb-streak.s1 { left:6%;  height:26vh; animation-duration:6.5s; animation-delay:0s;   }
  .amb-streak.s2 { left:11%; height:17vh; animation-duration:8.2s; animation-delay:1.4s; }
  .amb-streak.s3 { right:7%; height:23vh; animation-duration:7.1s; animation-delay:.7s;  }
  .amb-streak.s4 { right:12%;height:15vh; animation-duration:9.4s; animation-delay:2.2s; }
  @keyframes ambRise { 0%{transform:translateY(60vh);opacity:0} 12%{opacity:.9}
                       85%{opacity:.5} 100%{transform:translateY(-50vh);opacity:0} }

  /* pulsing halo ring echoing out from the frame */
  .amb-halo { position:absolute; left:50%; top:50%; width:min(1180px,94%); aspect-ratio:16/9;
    transform:translate(-50%,-50%); border-radius:26px; border:1px solid rgba(255,122,26,.5);
    animation:ambHalo 4.4s cubic-bezier(.3,.7,.4,1) infinite; }
  @keyframes ambHalo { 0%{transform:translate(-50%,-50%) scale(1);opacity:.7}
                       100%{transform:translate(-50%,-50%) scale(1.3);opacity:0} }

  /* horizontal scanline sweeping down the whole section */
  .amb-scan { position:absolute; left:0; right:0; height:180px;
    background:linear-gradient(to bottom, transparent, rgba(255,122,26,.13) 45%, rgba(255,196,140,.2) 50%, rgba(255,122,26,.13) 55%, transparent);
    mix-blend-mode:screen; animation:ambScan 9s ease-in-out infinite; }
  @keyframes ambScan { 0%{top:-20%;opacity:0} 12%{opacity:.9} 88%{opacity:.6} 100%{top:105%;opacity:0} }

  /* soft floating orbs of light in the gutters */
  .amb-orb { position:absolute; border-radius:50%; filter:blur(26px); mix-blend-mode:screen; }
  .amb-orb.o1 { left:2%;  top:16%; width:230px; height:230px;
    background:radial-gradient(circle, rgba(255,122,26,.5), transparent 70%);
    animation:ambFloatA 13s ease-in-out infinite; }
  .amb-orb.o2 { right:1%; bottom:12%; width:290px; height:290px;
    background:radial-gradient(circle, rgba(255,90,140,.36), transparent 70%);
    animation:ambFloatB 17s ease-in-out infinite; }
  .amb-orb.o3 { right:8%; top:8%; width:170px; height:170px;
    background:radial-gradient(circle, rgba(120,220,255,.28), transparent 70%);
    animation:ambFloatA 21s ease-in-out infinite reverse; }
  @keyframes ambFloatA { 0%,100%{transform:translate(0,0) scale(1)}
                         50%{transform:translate(34px,-46px) scale(1.16)} }
  @keyframes ambFloatB { 0%,100%{transform:translate(0,0) scale(1)}
                         50%{transform:translate(-42px,-30px) scale(1.1)} }

  /* concentric dashed arcs orbiting behind the frame */
  .amb-arc { position:absolute; left:50%; top:50%; border-radius:50%;
    border:1px dashed rgba(255,122,26,.3); transform:translate(-50%,-50%); }
  .amb-arc.a1 { width:74vmin; height:74vmin; animation:ambSpin 42s linear infinite; }
  .amb-arc.a2 { width:96vmin; height:96vmin; border-style:dotted;
    border-color:rgba(244,241,234,.16); animation:ambSpin 68s linear infinite reverse; }
  .amb-arc.a3 { width:124vmin; height:124vmin; border-color:rgba(255,90,140,.16);
    animation:ambSpin 100s linear infinite; }

  /* comic corner brackets framing the whole stage */
  .amb-bracket { position:absolute; width:62px; height:62px; border:2px solid rgba(255,122,26,.5); }
  .amb-bracket.tl { top:26px; left:26px; border-right:0; border-bottom:0; border-radius:8px 0 0 0; }
  .amb-bracket.tr { top:26px; right:26px; border-left:0; border-bottom:0; border-radius:0 8px 0 0; }
  .amb-bracket.bl { bottom:26px; left:26px; border-right:0; border-top:0; border-radius:0 0 0 8px; }
  .amb-bracket.br { bottom:26px; right:26px; border-left:0; border-top:0; border-radius:0 0 8px 0; }

  /* audio-style equaliser bars along the bottom gutter (built in JS) */
  .amb-eq { position:absolute; left:0; right:0; bottom:0; height:120px;
    display:flex; align-items:flex-end; justify-content:center; gap:5px; opacity:.55;
    mask-image:linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
    -webkit-mask-image:linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); }
  .eqbar { width:4px; border-radius:2px 2px 0 0;
    background:linear-gradient(to top, rgba(255,122,26,.15), rgba(255,180,107,.9));
    animation:eqPump ease-in-out infinite alternate; }
  @keyframes eqPump { from{transform:scaleY(.18)} to{transform:scaleY(1)} }

  /* corner slates */
  .amb-mark { position:absolute; font-family:'Zen Kaku Gothic New',sans-serif; font-size:11px;
    font-weight:600; letter-spacing:.3em; text-transform:uppercase; color:rgba(255,122,26,.62);
    white-space:nowrap; }
  .amb-mark.tl { top:34px; left:38px; padding-left:22px; }
  .amb-mark.tl::before { content:""; position:absolute; left:0; top:50%; margin-top:-4px;
    width:8px; height:8px; border-radius:50%; background:#FF3B30;
    box-shadow:0 0 12px rgba(255,59,48,.9); animation:ambBlink 1.9s ease-in-out infinite; }
  @keyframes ambBlink { 0%,100%{opacity:1} 50%{opacity:.25} }
  .amb-mark.br { bottom:34px; right:38px; color:rgba(244,241,234,.34); letter-spacing:.24em; }

  /* drifting dust motes caught in the projector beam (built in JS) */
  .amb-motes { position:absolute; inset:0; }
  .mote { position:absolute; border-radius:50%; background:rgba(255,196,140,.85);
    animation:moteFloat linear infinite; }
  @keyframes moteFloat { 0%{transform:translate(0,40vh) scale(.6);opacity:0}
                         15%{opacity:.75} 80%{opacity:.35}
                         100%{transform:translate(var(--mx,10px),-40vh) scale(1);opacity:0} }

  /* occasional bright sparks flicking outward in the gutters (built in JS) */
  .amb-spark { position:absolute; inset:0; }
  .spk { position:absolute; width:3px; height:3px; border-radius:50%; background:#FFD9AE;
    box-shadow:0 0 10px 2px rgba(255,180,107,.85);
    animation:spkFlick ease-out infinite; }
  @keyframes spkFlick { 0%{transform:translate(0,0) scale(0);opacity:0}
                        18%{transform:translate(calc(var(--sx,10px)*.4),calc(var(--sy,-10px)*.4)) scale(1.3);opacity:1}
                        100%{transform:translate(var(--sx,10px),var(--sy,-10px)) scale(0);opacity:0} }

  @media(max-width:767px){
    .amb-grid, .amb-streak, .amb-arc, .amb-eq { display:none; }
    .amb-orb.o3 { display:none; }
    .amb-orb { filter:blur(20px); }
    .amb-bracket { width:34px; height:34px; top:14px; bottom:14px; left:14px; right:14px; }
    .amb-mark { font-size:9px; letter-spacing:.2em; }
    .amb-mark.tl { top:18px; left:18px; } .amb-mark.br { bottom:18px; right:18px; max-width:44vw; white-space:normal; text-align:right; }
  }
  @media(prefers-reduced-motion:reduce){
    .amb-glow, .amb-rays, .amb-grid, .amb-streak, .mote, .amb-halo, .amb-scan,
    .amb-orb, .amb-arc, .eqbar, .spk { animation:none; }
    .amb-scan { display:none; }
    .amb-mark.tl::before { animation:none; }
  }

  /* ===== 4 · TRAITS (template Services: white bg, numbered list) ===== */
  #traits { background:#f4f1ea; color:#0c0c0c; border-radius:44px 44px 0 0;
    padding:90px 22px; position:relative; z-index:2; }
  #traits .thead { font-weight:900; text-transform:uppercase; text-align:center; color:#0c0c0c;
    font-size:clamp(3rem,12vw,160px); margin:0 0 64px; }
  .tlist { max-width:1024px; margin:0 auto; }
  .titem { display:flex; align-items:center; gap:24px; padding:36px 0;
    border-top:1px solid rgba(12,12,12,.15); }
  .titem:last-child { border-bottom:1px solid rgba(12,12,12,.15); }
  .titem .tnum { font-weight:900; color:#0c0c0c; line-height:.8; font-size:clamp(3rem,10vw,140px); flex:0 0 auto; }
  .titem .tname { font-weight:600; text-transform:uppercase; font-size:clamp(1rem,2.2vw,2.1rem); }
  .titem .tdesc { font-weight:300; line-height:1.6; max-width:640px; opacity:.6;
    font-size:clamp(.85rem,1.6vw,1.25rem); margin-top:6px; }

  /* ===== 5 · STORY STACK (template Projects: sticky stacking cards) ===== */
  #stack { position:relative; z-index:10; background:#0a0806; border-radius:44px 44px 0 0;
    margin-top:-40px; padding:80px 22px 40px; }
  #stack .shead { text-align:center; font-weight:900; text-transform:uppercase; line-height:.9;
    letter-spacing:-.02em; font-size:clamp(3rem,12vw,160px); margin:0 0 30px; }
  .card-slot { height:88vh; }
  .scard { position:sticky; top:96px; border:2px solid rgba(215,226,234,.35); background:#0c0c0c;
    border-radius:40px; padding:22px; box-shadow:0 30px 80px -30px rgba(0,0,0,.9);
    transform-origin:top center; will-change:transform; }
  .scard .stop { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:18px; }
  .scard .snum { font-weight:900; color:#f4f1ea; line-height:.8; font-size:clamp(2.4rem,7vw,90px); }
  .scard .scat { color:#FF7A1A; text-transform:uppercase; letter-spacing:.2em; font-size:12px; font-weight:600; }
  .scard .sname { color:#f4f1ea; font-weight:700; text-transform:uppercase; font-size:clamp(1.2rem,3vw,2rem); }
  /* column split tuned so the two stacked left images add up to the tall right one,
     keeping the right image close to its native 1.43 ratio (minimal cropping) */
  .scard .sgrid { display:grid; grid-template-columns:39.6fr 60.4fr; gap:14px; align-items:stretch; }
  .scard .scol1 { display:flex; flex-direction:column; gap:14px; }
  .scard .sph { border-radius:30px; overflow:hidden; background:linear-gradient(135deg,#1a130c,#0a0806);
    border:1px solid rgba(255,122,26,.18); display:flex; align-items:center; justify-content:center; }
  .scard .sph svg { width:38%; opacity:.5; }
  .scard .sph img { width:100%; height:100%; object-fit:cover; display:block; }
  /* left column drives the height via each image's own ratio — the two panels together
     match the right one, so no dead space at the bottom of the column */
  .scard .sph.a { aspect-ratio:2.32; }
  .scard .sph.b { aspect-ratio:1.68; flex:1; min-height:0; }
  .scard .sph.tall { height:100%; }
  @media(max-width:640px){
    .scard .sgrid { grid-template-columns:1fr; }
    .scard .sph.b { flex:none; }
    .scard .sph.tall { aspect-ratio:1.43; height:auto; }
  }

  /* ===== TICKER BAND (scrolling marquee of meme-coin taglines) ===== */
  #ticker { overflow:hidden; border-top:2px solid rgba(255,122,26,.5); border-bottom:2px solid rgba(255,122,26,.5);
    background:rgba(255,122,26,.06); padding:16px 0; }
  #ticker .trk { display:flex; width:max-content; gap:40px; white-space:nowrap;
    animation:tickerMove 28s linear infinite; }
  #ticker .trk span { font-family:'Dela Gothic One',cursive; font-size:26px; letter-spacing:.04em; color:#f4f1ea; display:inline-flex; gap:40px; align-items:center; }
  #ticker .trk b { color:#FF7A1A; font-family:'Dela Gothic One',cursive; }
  @keyframes tickerMove { from{transform:translateX(0)} to{transform:translateX(-50%)} }


  /* ===== PREMIUM LAYER 1 · cinematic film grain over the whole app ===== */
  #grain { position:fixed; inset:0; z-index:38; pointer-events:none; opacity:.05; mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

  /* ===== PREMIUM LAYER 2 · signature gradient CTA (from template's ContactButton) ===== */
  .btn-grad { position:relative; display:inline-flex; align-items:center; gap:.5em; border:none;
    border-radius:999px; cursor:pointer; text-decoration:none; color:#fff; font-family:'Zen Maru Gothic',serif;
    text-transform:uppercase; letter-spacing:.16em; font-size:13px; font-weight:600; padding:14px 32px;
    background:linear-gradient(123deg,#2a0f06 4%,#FF3D9A 34%,#FF7A1A 72%,#FFB46B 100%);
    box-shadow:0 4px 4px rgba(255,61,154,.25), 4px 4px 12px rgba(255,122,26,.5) inset;
    outline:2px solid rgba(255,255,255,.9); outline-offset:-3px;
    transition:transform .3s, box-shadow .3s, filter .3s; }
  .btn-grad:hover { transform:translateY(-2px); filter:brightness(1.07);
    box-shadow:0 10px 24px -4px rgba(255,61,154,.5), 4px 4px 14px rgba(255,122,26,.6) inset; }

  /* ===== PREMIUM LAYER 3 · soft parallax divider hiding the dark→white cut ===== */
  #traits { border-radius:0; }                 /* drop the hard rounded cut; divider handles the seam */
  .seam-top { position:relative; height:0; z-index:5; pointer-events:none; }
  .seam-top svg { position:absolute; left:-5%; bottom:-1px; width:110%; height:120px; display:block;
    will-change:transform; filter:drop-shadow(0 -18px 34px rgba(255,122,26,.18)); }

  /* ===== PREMIUM LAYER 4 · top scroll-progress bar ===== */
  #progress { position:fixed; top:0; left:0; height:3px; width:0; z-index:60; pointer-events:none;
    background:linear-gradient(90deg,#FFB46B,#FF7A1A 50%,#FF3D9A); box-shadow:0 0 12px rgba(255,122,26,.7); }
