/* =========================================================
   ShineStudio V3 - "The Night Shift Dashboard"
   Product-led. A live app mockup that plays a night unfolding.
   Loads after tokens.css.
   ========================================================= */

.np-hero { padding: 140px 0 70px; text-align: center; }
.np-hero .eyebrow { justify-content: center; }
.np-hero h1 {
  font-size: clamp(44px, 6.4vw, 88px); font-variation-settings: var(--fr-head); font-weight: 600;
  margin: 18px auto 0; max-width: 980px; line-height: 1.02;
}
.np-hero h1 em { font-style: italic; color: var(--coral); }
.np-hero .sub { font-size: 20px; color: var(--ink-body); margin: 22px auto 0; max-width: 54ch; line-height: 1.5; }
.np-hero .cta { margin-top: 30px; display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }
.np-hero .cta .note { font-size: 14px; font-weight: 700; color: var(--muted); }

/* ---------- DASHBOARD WINDOW ---------- */
.np-window {
  max-width: 1000px; margin: 48px auto 0; background: #1B1D33; border-radius: 18px;
  box-shadow: 0 40px 90px rgba(27,29,51,.35); overflow: hidden; border: 1px solid #2A2D4A;
  transition: box-shadow .6s var(--ease);
}
.np-window.morning { box-shadow: 0 40px 90px rgba(250,88,75,.22); }
.np-topbar { display: flex; align-items: center; gap: 14px; padding: 14px 20px; background: #16182B; border-bottom: 1px solid #2A2D4A; }
.np-dots { display: flex; gap: 7px; }
.np-dots i { width: 11px; height: 11px; border-radius: 50%; background: #3A3D5C; display: block; }
.np-title { color: #fff; font-weight: 700; font-size: 14px; display: flex; align-items: center; gap: 9px; }
.np-title .spark { width: 14px; height: 14px; }
.np-clock {
  margin-left: auto; display: inline-flex; align-items: center; gap: 8px; color: #C8C6E0;
  font-size: 13px; font-weight: 700; font-variation-settings: normal; background: #20223C;
  border: 1px solid #2E3150; border-radius: 999px; padding: 6px 13px; letter-spacing: .04em;
}
.np-clock .moon { width: 14px; height: 14px; color: #9D9BD0; }
.np-clock .sun { width: 14px; height: 14px; color: var(--gold); display: none; }
.np-window.morning .np-clock { background: #2A2238; border-color: #4a3a52; }
.np-window.morning .np-clock .moon { display: none; }
.np-window.morning .np-clock .sun { display: inline; }
.np-replay {
  border: none; background: var(--coral); color: #fff; font-weight: 700; font-size: 13px;
  padding: 8px 16px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 7px;
  transition: background .14s, transform .14s;
}
.np-replay:hover { background: var(--coral-hover); transform: translateY(-1px); }
.np-replay svg { width: 14px; height: 14px; }

.np-body { display: grid; grid-template-columns: 220px 1fr; gap: 0; }
.np-side { padding: 22px 20px; border-right: 1px solid #2A2D4A; background: #191B2E; }
.np-side .sh { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #6E6F92; margin-bottom: 16px; }
.np-tl { list-style: none; margin: 0; padding: 0; position: relative; }
.np-tl::before { content: ""; position: absolute; left: 15px; top: 14px; bottom: 14px; width: 2px; background: #2A2D4A; }
.np-tnode { display: flex; gap: 13px; align-items: flex-start; padding: 11px 0; position: relative; z-index: 1; }
.np-tdot { width: 32px; height: 32px; border-radius: 50%; background: #20223C; border: 2px solid #2E3150; display: grid; place-items: center; flex: none; transition: all .4s var(--ease); }
.np-tdot svg { width: 16px; height: 16px; color: #6E6F92; transition: color .4s; }
.np-tnode.active .np-tdot { background: rgba(250,88,75,.16); border-color: var(--coral); }
.np-tnode.active .np-tdot svg { color: var(--coral); }
.np-tnode.done .np-tdot { background: var(--coral); border-color: var(--coral); }
.np-tnode.done .np-tdot svg { color: #fff; }
.np-tlabel { padding-top: 5px; }
.np-tlabel .tt { display: block; font-size: 13px; font-weight: 700; color: #fff; }
.np-tlabel .tm { display: block; font-size: 11px; color: #6E6F92; font-weight: 700; letter-spacing: .06em; }
.np-tnode.active .tm, .np-tnode.done .tm { color: var(--coral); }

.np-main { padding: 22px 22px 26px; }
.np-main-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.np-main-head .mh { font-size: 14px; font-weight: 700; color: #fff; }
.np-prog { font-size: 12px; color: #9D9BD0; font-weight: 700; }
.np-products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.np-pcard {
  background: #20223C; border: 1px solid #2A2D4A; border-radius: 12px; padding: 12px;
  opacity: .4; transition: opacity .4s var(--ease), border-color .4s, transform .4s var(--ease);
}
.np-pcard.run { opacity: 1; border-color: #3A3D5C; }
.np-pcard.done { opacity: 1; border-color: rgba(250,88,75,.4); }
.np-thumb {
  height: 84px; border-radius: 8px; background: #2A2D4A; position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.np-thumb .ti { width: 26px; height: 26px; color: #4A4D6E; }
.np-thumb .check { display: none; }
.np-pcard.done .np-thumb .ti { display: none; }
.np-pcard.done .np-thumb { background: #2E3150; }
.np-pcard.done .np-thumb .check {
  display: grid; width: 30px; height: 30px; border-radius: 50%; background: var(--coral); place-items: center;
}
.np-pcard.done .np-thumb .check svg { width: 17px; height: 17px; color: #fff; }
.np-pcard.run .np-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.07), transparent);
  transform: translateX(-100%); animation: sh 1.4s infinite;
}
@keyframes sh { 100% { transform: translateX(100%); } }
.np-pcard .pmeta { margin-top: 10px; }
.np-pcard .pname { font-size: 12px; font-weight: 700; color: #fff; }
.np-pcard .pstatus { font-size: 11px; color: #9D9BD0; margin-top: 3px; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.np-pcard.done .pstatus { color: var(--lime); }
.np-pcard .pstatus .pdot { width: 6px; height: 6px; border-radius: 50%; background: #6E6F92; }
.np-pcard.run .pstatus .pdot { background: var(--coral); animation: pulse 1s infinite; }
.np-pcard.done .pstatus .pdot { background: var(--lime); }
@keyframes pulse { 50% { opacity: .35; } }

/* stats strip */
.np-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.np-stat { background: #191B2E; border: 1px solid #2A2D4A; border-radius: 12px; padding: 15px 16px; }
.np-stat .sv { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: #fff; line-height: 1; }
.np-stat.hl .sv { color: var(--coral); }
.np-stat .sl { font-size: 12px; color: #9D9BD0; margin-top: 7px; font-weight: 600; }

/* morning banner */
.np-morning {
  display: flex; align-items: center; gap: 14px; padding: 0 22px; max-height: 0; overflow: hidden;
  background: var(--coral); color: #fff; transition: max-height .5s var(--ease), padding .5s var(--ease);
}
.np-window.morning .np-morning { max-height: 80px; padding: 16px 22px; }
.np-morning .mi { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,.18); display: grid; place-items: center; flex: none; }
.np-morning .mi svg { width: 19px; height: 19px; color: #fff; }
.np-morning .mt b { font-size: 15px; display: block; }
.np-morning .mt span { font-size: 13px; color: rgba(255,255,255,.85); }

/* ---------- shared marketing sections (cream) ---------- */
.np-sec { padding: 64px 0; }
.np-head { max-width: 720px; margin: 0 auto; text-align: center; }
.np-head .eyebrow { justify-content: center; }
.np-head h2 { font-size: clamp(32px,4.2vw,52px); font-variation-settings: var(--fr-head); margin-top: 14px; }
.np-head p { margin-top: 16px; font-size: 18px; color: var(--ink-body); }

/* painpoint band */
.np-pain { background: var(--panel-2); }
.np-pain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.np-pain h2 { font-size: clamp(30px,4vw,50px); font-variation-settings: var(--fr-head); }
.np-pain h2 em { font-style: italic; color: var(--coral); }
.np-pain .pp-list { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.np-pain .pp-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 17px; color: var(--ink-body); line-height: 1.4; }
.np-pain .pp-list .x { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--coral-tint); color: var(--coral-deep); display: grid; place-items: center; font-weight: 800; font-size: 13px; margin-top: 2px; }
.np-pain .pp-list b { color: var(--ink); }
.np-pain .pp-gut { margin-top: 26px; font-family: var(--font-display); font-size: 24px; color: var(--ink); font-weight: 500; font-variation-settings: var(--fr-sub); }
.np-pain .pp-gut .hl { color: var(--coral); font-style: italic; }
.np-clock-card {
  background: var(--ink); color: var(--cream); border-radius: var(--r-xl); padding: 36px;
  box-shadow: var(--sh-lg); position: relative; overflow: hidden;
}
.np-clock-card::after { content: ""; position: absolute; right: -30px; bottom: -36px; width: 150px; height: 150px; background: var(--coral); opacity: .14; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; }
.np-clock-card .big { font-family: var(--font-display); font-size: 64px; font-weight: 700; color: #fff; line-height: 1; }
.np-clock-card .big .u { font-size: .4em; color: var(--coral); }
.np-clock-card .cap { font-size: 16px; color: #C8BEB2; margin-top: 12px; }
.np-clock-card .row { display: flex; gap: 30px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.np-clock-card .row .k { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: #fff; }
.np-clock-card .row .kk { font-size: 13px; color: #C8BEB2; margin-top: 4px; }

/* feature row */
.np-feats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 50px; }
.np-feat { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 26px; box-shadow: var(--sh-sm); }
.np-feat .fi { width: 46px; height: 46px; border-radius: 12px; background: var(--coral-tint); display: grid; place-items: center; margin-bottom: 18px; }
.np-feat .fi svg { width: 24px; height: 24px; color: var(--coral); }
.np-feat h3 { font-size: 21px; font-variation-settings: var(--fr-sub); }
.np-feat p { font-size: 15px; color: var(--ink-body); margin-top: 10px; line-height: 1.5; }

/* andy - meet card */
.np-andy { background: var(--panel-2); }
.np-andy-card { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 0; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-md); }
.np-andy-photo { position: relative; background: var(--ink); min-height: 400px; }
.np-andy-photo image-slot { width: 100%; height: 100%; min-height: 400px; }
.np-andy-photo .live { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,.5); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 5px 11px; border-radius: 999px; display: inline-flex; align-items: center; gap: 7px; }
.np-andy-photo .live .ld { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
.np-andy-body { padding: 44px 46px; }
.np-andy-body .eyebrow { margin-bottom: 16px; }
.np-andy-body h2 { font-size: clamp(26px,3vw,38px); font-variation-settings: var(--fr-head); }
.np-andy-body .stats { display: flex; gap: 26px; margin: 22px 0; flex-wrap: wrap; }
.np-andy-body .stats .st .v { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--coral-deep); }
.np-andy-body .stats .st .l { font-size: 13px; color: var(--muted); font-weight: 600; }
.np-andy-body p { font-size: 17px; color: var(--ink-body); line-height: 1.6; }
.np-andy-body p b { color: var(--ink); }
.np-andy-body p .hl { color: var(--coral); font-weight: 700; }
.np-andy-sign { margin-top: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.np-andy-sign .sig { font-family: var(--font-script); font-size: 40px; line-height: .85; color: var(--ink); }
.np-andy-sign .role b { display: block; font-size: 16px; color: var(--ink); }
.np-andy-sign .role span { font-size: 13px; color: var(--muted); }

/* final */
.np-final { text-align: center; padding: 64px 20px; }
/* The sign-up area is framed as a card so it pops off the page instead of blending into the section. */
.np-final .wrap {
  max-width: 780px; margin-inline: auto; padding: 54px 56px;
  background: radial-gradient(130% 90% at 50% 0%, rgba(250,88,75,.07), transparent 55%), var(--panel);
  border: 1px solid var(--border); border-radius: var(--r-xl);
  box-shadow: 0 30px 70px rgba(60,40,20,.16);
}
.np-final h2 { font-size: clamp(28px,4vw,44px); font-variation-settings: var(--fr-head); max-width: 900px; margin: 0 auto; }
.np-final p { font-size: 20px; color: var(--ink-body); margin: 22px auto 0; max-width: 40ch; }
.np-final .cta { margin-top: 34px; }
.np-final .reassure { font-size: 14px; color: var(--muted); margin-top: 18px; font-weight: 700; }

.np-footer { border-top: 1px solid var(--border); padding: 40px 0; }
.np-footer .fin { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.np-footer .copy { font-size: 14px; color: var(--muted); }
.np-footer .flinks { display: flex; gap: 22px; }
.np-footer .flinks a { font-size: 14px; color: var(--muted); font-weight: 600; }
.np-footer .flinks a:hover { color: var(--coral); }

@media (max-width: 900px) {
  .np-body { grid-template-columns: 1fr; }
  .np-side { border-right: none; border-bottom: 1px solid #2A2D4A; }
  .np-tl { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .np-tl::before { display: none; }
  .np-pain-grid { grid-template-columns: 1fr; gap: 32px; }
  .np-feats { grid-template-columns: 1fr; }
  .np-andy-card { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .np-products { grid-template-columns: 1fr 1fr; }
  .np-stats { grid-template-columns: 1fr; }
  .np-tl { grid-template-columns: 1fr; }
  .np-sec { padding: 64px 0; }
}

/* ---------- Midnight Marathon (before/after) ported from V1 ---------- */
.flow2 { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.flow-card { border-radius: var(--r-xl); padding: 32px 30px; display: flex; flex-direction: column; }
.flow-before { background: var(--panel); border: 1px solid var(--border); }
.flow-after { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.flow-after::after {
  content: ""; position: absolute; top: -34px; right: -28px; width: 150px; height: 150px;
  background: var(--coral); opacity: .12; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat;
}
.flow-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.flow-tag { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.flow-tag .bigword { display: block; font-family: var(--font-display); font-size: 34px; font-weight: 700; letter-spacing: -0.01em; text-transform: none; line-height: 1; margin-bottom: 6px; font-variation-settings: var(--fr-sub); }
.flow-before .flow-tag .bigword { color: var(--ink); }
.flow-after .flow-tag .bigword { color: #fff; }
.flow-before .flow-tag { color: var(--muted); }
.flow-after .flow-tag { color: var(--coral); }
.flow-card h3 { font-size: 25px; font-variation-settings: var(--fr-sub); margin: 4px 0 22px; }
.flow-after h3 { color: #fff; }
.energy { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.energy .track { width: 64px; height: 9px; border-radius: 999px; background: var(--ivory-300); overflow: hidden; }
.energy .fill { height: 100%; width: 18%; background: var(--coral); border-radius: 999px; }
.bsteps { list-style: none; margin: 0; padding: 0; position: relative; z-index: 1; }
.bsteps::before { content: ""; position: absolute; left: 12px; top: 14px; bottom: 30px; width: 2px; background: var(--border); z-index: -1; }
.bsteps li { display: flex; gap: 13px; align-items: center; padding: 7px 0; font-size: 15px; color: var(--ink-body); line-height: 1.3; }
.bsteps li .bn { flex: none; width: 25px; height: 25px; border-radius: 50%; background: var(--cream); border: 1px solid var(--border); display: grid; place-items: center; font-size: 11px; font-weight: 800; color: var(--muted); }
.bsteps li:nth-child(n+6) { color: var(--muted); }
.bsteps li:nth-child(n+8) { opacity: .62; }
.bsteps li .yawn { margin-left: auto; font-size: 13px; color: var(--muted); font-style: italic; }
.give-up { margin-top: auto; padding-top: 22px; display: flex; gap: 12px; align-items: flex-start; }
.give-up .gi { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--coral-tint); display: grid; place-items: center; }
.give-up .gi svg { width: 17px; height: 17px; color: var(--coral-deep); }
.give-up .gt { font-size: 15px; color: var(--ink); font-weight: 600; line-height: 1.4; }
.give-up .gt b { color: var(--coral-deep); }
.asteps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; flex: 1; justify-content: center; gap: 2px; }
.astep { display: flex; gap: 16px; align-items: center; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 20px 22px; }
.astep .ai { width: 52px; height: 52px; border-radius: 15px; background: rgba(255,255,255,.1); display: grid; place-items: center; flex: none; }
.astep .ai svg { width: 28px; height: 28px; color: #fff; }
.astep.launch .ai { background: var(--coral); }
.astep .at b { font-family: var(--font-display); font-size: 20px; color: #fff; font-weight: 600; display: block; font-variation-settings: var(--fr-sub); }
.astep .at span { font-size: 14px; color: #C8BEB2; }
.aconn { display: grid; place-items: center; height: 22px; color: rgba(255,255,255,.28); }
.aconn svg { width: 20px; height: 20px; }
.flow-relief { margin-top: 22px; font-size: 16px; font-weight: 700; color: var(--coral); display: flex; align-items: center; gap: 9px; }
.flow-relief .spark { width: 15px; height: 15px; }
@media (max-width: 940px) { .flow2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .flow-card { padding: 28px 22px; } .bsteps li { font-size: 14px; } }

/* ---------- parallel / ~1 minute band ---------- */
.np-parallel { background: var(--ink); color: var(--cream); border-radius: var(--r-xl); padding: 46px 48px; position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.np-parallel::after { content: ""; position: absolute; right: -40px; bottom: -50px; width: 200px; height: 200px; background: var(--coral); opacity: .12; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; }
.np-parallel .pl-top { display: grid; grid-template-columns: auto 1fr; gap: 44px; align-items: center; position: relative; z-index: 1; }
.np-parallel .pl-big { font-family: var(--font-display); font-size: clamp(60px,8vw,96px); font-weight: 700; color: var(--coral); line-height: .85; }
.np-parallel .pl-big small { display: block; font-family: var(--font-sans); font-size: 14px; color: #C8BEB2; font-weight: 700; letter-spacing: .04em; margin-top: 14px; text-transform: uppercase; }
.np-parallel .pl-lead { font-family: var(--font-display); font-size: clamp(24px,2.6vw,32px); font-weight: 500; line-height: 1.28; font-variation-settings: var(--fr-sub); }
.np-parallel .pl-lead .hl { color: var(--coral); font-style: italic; }
.np-parallel .pl-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 32px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); position: relative; z-index: 1; }
.np-parallel .pl-item { display: flex; gap: 11px; align-items: flex-start; }
.np-parallel .pl-item .spark { width: 15px; height: 15px; flex: none; margin-top: 4px; }
.np-parallel .pl-item b { color: #fff; font-size: 15px; display: block; margin-bottom: 3px; }
.np-parallel .pl-item span { color: #C8BEB2; font-size: 14px; line-height: 1.4; }

/* ---------- proven, not random (ported) ---------- */
.cards3 { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pcard { background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 30px 28px; box-shadow: var(--sh-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.pcard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.pcard .ic { width: 50px; height: 50px; border-radius: 13px; background: var(--coral-tint); display: grid; place-items: center; margin-bottom: 20px; }
.pcard .ic svg { width: 26px; height: 26px; color: var(--coral); }
.pcard h3 { font-size: 22px; font-variation-settings: var(--fr-sub); }
.pcard p { margin-top: 12px; font-size: 16px; color: var(--ink-body); line-height: 1.5; }
.pcard .proof { margin-top: 18px; font-size: 13px; font-weight: 700; color: var(--lime); display: inline-flex; align-items: center; gap: 7px; }
.pcard .proof .spark { background: var(--lime); width: 13px; height: 13px; }

/* ---------- the studio (ported, bonus framing) ---------- */
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 8px; }
.studio-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 14px; }
.studio-gallery image-slot { width: 100%; border-radius: var(--r-md); box-shadow: var(--sh-sm); }
.studio-gallery .g1 { height: 180px; }
.studio-gallery .g2 { height: 130px; }
.studio-gallery .g3 { height: 130px; }
.studio-video { grid-column: span 2; position: relative; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-md); }
.studio-video image-slot { width: 100%; height: 180px; }
.studio-video .play { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; box-shadow: var(--sh-md); cursor: pointer; transition: transform .16s var(--ease); }
.studio-video .play:hover { transform: scale(1.08); }
.studio-video .play svg { width: 26px; height: 26px; color: var(--coral); margin-left: 3px; }
.studio-feats { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.studio-feats li { display: flex; gap: 12px; align-items: center; font-size: 16px; color: var(--ink-body); }
.studio-feats .spark { width: 16px; height: 16px; }
.studio-feats b { color: var(--ink); }
.bonus-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--lime-tint); color: var(--lime); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 13px; border-radius: var(--r-pill); }
.bonus-tag .spark { width: 12px; height: 12px; background: var(--lime); }

/* ---------- comparison matrix (ported) ---------- */
.compare-wrap { margin-top: 50px; }
.cmatrix { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.15fr; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-md); }
.cmatrix .ch { padding: 26px 22px 22px; border-bottom: 1px solid var(--border); }
.cmatrix .ch.lbl { background: var(--panel-2); }
.cmatrix .ch .opt { font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--ink); font-variation-settings: var(--fr-sub); }
.cmatrix .ch .optsub { font-size: 13px; color: var(--muted); margin-top: 4px; font-weight: 600; }
.cmatrix .col-best { background: var(--coral-tint); position: relative; }
.cmatrix .col-best .opt { color: var(--coral-deep); }
.cmatrix .best-tag { position: absolute; top: -1px; right: -1px; background: var(--coral); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; padding: 5px 12px; border-bottom-left-radius: 12px; }
.cmatrix .cell { padding: 18px 22px; border-bottom: 1px solid var(--border-soft); font-size: 15px; display: flex; align-items: center; gap: 10px; line-height: 1.35; min-height: 64px; }
.cmatrix .cell.lbl { background: var(--panel-2); font-weight: 700; color: var(--ink); font-size: 15px; }
.cmatrix .cell.best { background: color-mix(in srgb, var(--coral-tint) 55%, var(--panel)); }
.cmatrix .row-last .cell { border-bottom: none; }
.cmatrix .ic-x { color: var(--coral-deep); flex: none; }
.cmatrix .ic-ok { color: var(--lime); flex: none; }
.cmatrix .cell .big { font-family: var(--font-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.cmatrix .cell.best .big { color: var(--coral-deep); }
.savings { margin-top: 26px; background: var(--ink); color: var(--cream); border-radius: var(--r-xl); padding: 40px 44px; display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; align-items: center; position: relative; overflow: hidden; }
.savings::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 180px; height: 180px; background: var(--coral); opacity: .14; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; }
.savings .lead { font-family: var(--font-display); font-size: 24px; font-weight: 500; line-height: 1.3; font-variation-settings: var(--fr-sub); }
.savings .lead .hl { color: var(--coral); }
.savings .stat { border-left: 1px solid rgba(255,255,255,.16); padding-left: 26px; }
.savings .stat .num { font-family: var(--font-display); font-size: 46px; font-weight: 600; color: #fff; line-height: 1; }
.savings .stat .num .u { font-size: 22px; color: var(--coral); }
.savings .stat .cap { font-size: 14px; color: #C8BEB2; margin-top: 8px; font-weight: 600; }

/* ---------- roadmap journey board ---------- */
.journey { background: var(--panel-2); }
.jboard { margin-top: 50px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.jboard::before { content: ""; position: absolute; left: 6%; right: 6%; top: 34px; height: 3px; background: repeating-linear-gradient(90deg, var(--border) 0 12px, transparent 12px 22px); z-index: 0; }
.jnode { position: relative; z-index: 1; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 22px 18px; text-align: center; min-height: 188px; display: flex; flex-direction: column; align-items: center; }
.jnode .jdot { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); border: 2px solid var(--border); display: grid; place-items: center; margin-bottom: 16px; }
.jnode .jdot svg { width: 21px; height: 21px; color: var(--muted); }
.jnode .jt { font-family: var(--font-display); font-size: 18px; color: var(--ink); font-weight: 600; font-variation-settings: var(--fr-sub); line-height: 1.15; }
.jnode .jd { font-size: 13px; color: var(--muted); margin-top: 8px; line-height: 1.4; }
.jtag { margin-top: auto; padding-top: 14px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.jnode.here { background: var(--ink); border-color: var(--ink); box-shadow: var(--sh-lg); }
.jnode.here .jdot { background: var(--coral); border-color: var(--coral); }
.jnode.here .jdot svg { color: #fff; }
.jnode.here .jt { color: #fff; }
.jnode.here .jd { color: #C8BEB2; }
.jnode.here .jtag { color: var(--coral); }
.jnode.soon .jtag { color: var(--violet); }
.jnode.locked { align-items: center; justify-content: center; }
.jnode.locked .blurwrap { filter: blur(5px); opacity: .75; }
.jnode.locked .big-spark { width: 30px; height: 30px; background: var(--coral); -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; opacity: .8; margin-bottom: 12px; }
.jnode.locked .jmystery { font-family: var(--font-display); font-style: italic; font-size: 17px; color: var(--ink); }
.grandfather { margin-top: 26px; background: var(--ink); color: var(--cream); border-radius: var(--r-xl); padding: 40px 44px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; position: relative; overflow: hidden; }
.grandfather::after { content: ""; position: absolute; left: -40px; top: -50px; width: 190px; height: 190px; background: var(--coral); opacity: .12; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; }
.grandfather .gf-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--coral); display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.grandfather .gf-eyebrow .spark { width: 13px; height: 13px; }
.grandfather h3 { font-size: clamp(24px,3vw,34px); color: #fff; font-variation-settings: var(--fr-sub); position: relative; z-index: 1; }
.grandfather h3 .hl { color: var(--coral); }
.grandfather p { color: #C8BEB2; font-size: 16px; margin-top: 12px; max-width: 46ch; position: relative; z-index: 1; line-height: 1.5; }
.grandfather .gf-cta { position: relative; z-index: 1; text-align: center; }
.grandfather .gf-seats { margin-top: 12px; font-size: 13px; color: #C8BEB2; font-weight: 700; }

@media (max-width: 940px) {
  .np-parallel .pl-top { grid-template-columns: 1fr; gap: 20px; }
  .np-parallel .pl-row { grid-template-columns: 1fr; gap: 16px; }
  .cards3 { grid-template-columns: 1fr; }
  .studio-grid { grid-template-columns: 1fr; gap: 34px; }
  .cmatrix { grid-template-columns: 1fr; border-radius: var(--r-lg); }
  .cmatrix .ch.lbl { display: none; }
  .cmatrix .cell.lbl { background: var(--ink); color: var(--cream); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; min-height: 0; padding: 12px 22px; border: none; }
  .savings { grid-template-columns: 1fr; gap: 22px; padding: 32px 28px; }
  .savings .stat { border-left: none; border-top: 1px solid rgba(255,255,255,.16); padding-left: 0; padding-top: 20px; }
  .jboard { grid-template-columns: 1fr 1fr; }
  .jboard::before { display: none; }
  .grandfather { grid-template-columns: 1fr; gap: 22px; text-align: left; }
}
@media (max-width: 600px) { .jboard { grid-template-columns: 1fr; } }

/* ===================== IN-APP PIPELINE (dark) ===================== */
.pipe-board { display: grid; grid-template-columns: 0.92fr 1.22fr 0.92fr; gap: 14px; padding: 20px; height: 466px; }
.pipe-col { background: #191B2E; border: 1px solid #2A2D4A; border-radius: 14px; padding: 14px 14px 16px; display: flex; flex-direction: column; height: 100%; min-height: 0; overflow: hidden; }
#apSlot, #midSlot, #pubSlot { flex: 1 1 auto; min-height: 0; overflow: hidden; }
#pubSlot { -webkit-mask: linear-gradient(180deg, #000 76%, transparent); mask: linear-gradient(180deg, #000 76%, transparent); }
.pipe-col .pch { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.pipe-col .pct { font-size: 14px; font-weight: 800; color: #fff; }
.pipe-col .pcs { font-size: 12px; color: #6E6F92; font-weight: 600; }
.pipe-col .pcnt { margin-left: auto; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 999px; background: #2A2D4A; color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.badge-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(195,156,255,.16); color: #C39CFF; font-size: 11px; font-weight: 800; padding: 4px 9px; border-radius: 999px; }
.badge-chip .spark { width: 10px; height: 10px; background: var(--coral); }

.qcard { background: #20223C; border: 1px solid #2A2D4A; border-radius: 11px; padding: 13px; transition: opacity .35s var(--ease), transform .35s var(--ease); }
.qcard .qtop { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qcard .qid { font-size: 11px; color: #6E6F92; font-weight: 700; }
.qcard .qtext { font-size: 13px; color: #C8C6E0; line-height: 1.5; margin-top: 10px; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
.qbtn { margin-top: 13px; width: 100%; background: var(--coral); color: #fff; border: none; border-radius: 9px; padding: 11px; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.qbtn .spark { width: 13px; height: 13px; background: #fff; }
.pipe-empty { color: #4A4D6E; font-size: 13px; text-align: center; margin: auto 0; padding: 30px 12px; }

.fcard { background: #20223C; border: 1px solid #3A3D5C; border-radius: 12px; padding: 14px; box-shadow: 0 12px 32px rgba(0,0,0,.28); }
.fcard .ftop { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.fcard .fsel { font-size: 12px; color: #6E6F92; font-weight: 700; display: inline-flex; gap: 6px; align-items: center; }
.fcard .fsel .box { width: 14px; height: 14px; border: 1.5px solid #3A3D5C; border-radius: 4px; }
.cardart { background: #0E0F1E; border: 1px solid #2A2D4A; border-radius: 10px; padding: 20px 20px; text-align: center; min-height: 184px; display: flex; flex-direction: column; justify-content: center; }
.cardart .ca-to { font-size: 11px; color: #C8C6E0; letter-spacing: .12em; text-transform: uppercase; }
.cardart .ca-title { font-family: var(--font-display); font-style: italic; font-size: 32px; color: #fff; margin: 3px 0 14px; line-height: 1; }
.cardart .ca-body { font-size: 12.5px; color: #9D9BD0; line-height: 1.55; max-width: 32ch; margin: 0 auto; }
.cardart .ca-div { width: 36px; height: 1px; background: var(--coral); opacity: .7; margin: 13px auto; }
.cardart .ca-sign { font-size: 12px; color: #C8C6E0; font-weight: 700; }
.fstatus { font-size: 12.5px; color: #9D9BD0; margin-top: 12px; display: flex; align-items: center; gap: 8px; font-weight: 600; }
.fstatus .pdot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); animation: pulse 1s infinite; }
.pubbtn { margin-top: 11px; width: 100%; background: var(--coral); color: #fff; border: none; border-radius: 9px; padding: 12px; font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.pubbtn svg { width: 16px; height: 16px; }

.pubstack { display: flex; flex-direction: column; gap: 10px; }
.pubrow { background: #20223C; border: 1px solid #2A2D4A; border-radius: 11px; padding: 13px; animation: pubin .4s var(--ease); }
@keyframes pubin { from { opacity: 0; transform: translateY(-8px); } }
.pubrow .ptop { display: flex; align-items: center; gap: 8px; }
.pubrow.publishing { text-align: center; padding: 24px 13px; display: flex; flex-direction: column; align-items: center; gap: 11px; }
.spinner { width: 30px; height: 30px; border-radius: 50%; border: 3px solid #2A2D4A; border-top-color: var(--coral); animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.pubrow .ptitle { font-family: var(--font-display); font-size: 16px; color: #fff; font-weight: 600; }
.pubrow .psub { font-size: 12px; color: #9D9BD0; }
.pubrow .plive { margin-top: 9px; font-size: 12px; color: var(--lime); font-weight: 800; display: inline-flex; align-items: center; gap: 7px; }
.pubrow .plive .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }

.pipe-stats { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #2A2D4A; }
.pipe-stats .ps { padding: 18px 22px; border-left: 1px solid #2A2D4A; }
.pipe-stats .ps:first-child { border-left: none; }
.pipe-stats .ps .psv { font-family: var(--font-display); font-size: 30px; font-weight: 700; color: #fff; line-height: 1; }
.pipe-stats .ps.hl .psv { color: var(--coral); }
.pipe-stats .ps .psl { font-size: 12px; color: #9D9BD0; margin-top: 7px; font-weight: 600; }

@media (max-width: 820px) {
  .pipe-board { grid-template-columns: 1fr; height: auto; }
  .pipe-col { min-height: 0; height: auto; overflow: visible; }
  #apSlot, #midSlot, #pubSlot { overflow: visible; }
  .pipe-stats { grid-template-columns: 1fr; }
  .pipe-stats .ps { border-left: none; border-top: 1px solid #2A2D4A; }
  .pipe-stats .ps:first-child { border-top: none; }
}

/* ---------- Studio: real app shots ---------- */
.studio-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.shot { margin: 0; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; background: var(--panel); box-shadow: var(--sh-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease); }
.shot:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.shot.wide { grid-column: span 2; }
.shot img { width: 100%; display: block; }
.shot.wide img { height: auto; }
.shot.tool img { height: 218px; object-fit: cover; object-position: top center; }
.shot figcaption { font-size: 12px; font-weight: 700; color: var(--muted); padding: 11px 13px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.shot figcaption .spark { width: 12px; height: 12px; }

/* ---------- roadmap journey: progress feel ---------- */
.jnode .jnum { font-size: 11px; font-weight: 800; letter-spacing: .14em; color: var(--muted); margin-bottom: 10px; }
.jnode.here .jnum { color: var(--coral); }
.jboard::after { content: ""; position: absolute; left: 6%; top: 34px; width: 11%; height: 3px; background: var(--coral); border-radius: 3px; z-index: 0; }
@media (max-width: 820px) { .jboard::after { display: none; } }

/* ---------- condensed comparison: big versus ---------- */
.vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch; margin-top: 44px; }
.vs-card { border-radius: var(--r-xl); padding: 46px 36px; text-align: center; display: flex; flex-direction: column; justify-content: flex-start; }
.vs-card.byhand { background: var(--panel); border: 1px solid var(--border); }
.vs-card.studio { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; box-shadow: var(--sh-lg); }
.vs-card.studio::after { content: ""; position: absolute; right: -30px; bottom: -40px; width: 160px; height: 160px; background: var(--coral); opacity: .14; -webkit-mask: var(--spark-url) center/contain no-repeat; mask: var(--spark-url) center/contain no-repeat; }
.vs-label { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); position: relative; z-index: 1; }
.vs-card.studio .vs-label { color: var(--coral); }
.vs-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(58px, 8.5vw, 112px); line-height: .88; color: var(--ink); margin: 12px 0 0; font-variation-settings: var(--fr-head); position: relative; z-index: 1; }
.vs-card.studio .vs-num { color: #fff; }
.vs-num .u { font-size: .32em; color: var(--coral); font-style: italic; margin-left: 4px; }
.vs-sub { font-size: 17px; color: var(--ink-body); margin-top: 16px; line-height: 1.4; position: relative; z-index: 1; }
.vs-card.studio .vs-sub { color: #C8BEB2; }
.vs-sub b { color: var(--ink); }
.vs-card.studio .vs-sub b { color: #fff; }
.vs-x { align-self: center; font-family: var(--font-display); font-style: italic; font-size: 26px; color: var(--muted); }

.mchart { margin-top: 22px; background: var(--panel); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px 36px 32px; box-shadow: var(--sh-sm); }
.mchart-h { font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.mbar-row { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 16px; margin-bottom: 14px; }
.mbar-row:last-child { margin-bottom: 0; }
.mbar-name { font-weight: 700; font-size: 15px; color: var(--ink); }
.mbar-track { position: relative; background: var(--ivory-300); border-radius: 999px; height: 46px; display: flex; align-items: center; gap: 12px; }
.mbar-fill { height: 100%; width: 0; border-radius: 999px; display: flex; align-items: center; justify-content: center; padding: 0 20px; transition: width 1.1s var(--ease); white-space: nowrap; flex: none; }
.mbar-fill.byhand { background: var(--coral); color: #fff; }
.mbar-fill.byhand b { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.mbar-fill.studio { background: var(--lime); width: auto; padding: 0 22px; }
.mbar-fill.studio .msym { display: block; width: 22px; height: 22px; flex: none; }
.mbar-out { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--lime); white-space: nowrap; }
.mchart.in .mbar-fill.byhand { width: 100%; }
@media (max-width: 760px) {
  .vs { grid-template-columns: 1fr; }
  .vs-x { font-size: 20px; }
  .mbar-row { grid-template-columns: 88px 1fr; }
}

/* andy real photo */
.np-andy-photo img.andy-img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; object-position: top center; display: block; }

/* marathon sub text: no orphan last word - balance the two lines so none is stranded */
.astep .at span { text-wrap: pretty; }
@media (min-width: 761px) { .astep .at .s-full { display: block; text-wrap: balance; } }
@media (max-width: 760px) { .astep .at .s-mini { display: block; text-wrap: balance; } }
/* subtle fine-print disclaimer placed at a timing claim */
.claim-note { max-width: 560px; margin: 14px auto 0; text-align: center; font-size: 12px; line-height: 1.45; color: var(--muted); font-style: italic; opacity: .9; }

/* roadmap journey with arrows + secrecy */
.jflow { margin-top: 44px; display: flex; align-items: stretch; gap: 6px; }
.jflow .jnode { flex: 1; min-height: 206px; }
.jarrow { flex: none; display: flex; align-items: center; justify-content: center; color: var(--coral); width: 28px; }
.jarrow svg { width: 22px; height: 22px; }
.jnode.tease .jt, .jnode.tease .jd { filter: blur(4.5px); user-select: none; }
.jnode.tease.t2 .jt, .jnode.tease.t2 .jd { filter: blur(8px); }
.jnode .lockbadge { position: absolute; top: 14px; right: 14px; width: 26px; height: 26px; border-radius: 50%; background: var(--cream); border: 1px solid var(--border); display: grid; place-items: center; }
.jnode .lockbadge svg { width: 13px; height: 13px; color: var(--muted); }
@media (max-width: 820px) {
  .jflow { flex-direction: column; }
  .jarrow { width: auto; height: 26px; transform: rotate(90deg); }
}

/* ---------- email capture form ---------- */
.access-form { margin: 34px auto 0; display: flex; gap: 12px; max-width: 500px; }
.access-form input { flex: 1; min-width: 0; border: 1.5px solid var(--border); border-radius: var(--r-pill); padding: 16px 22px; font-family: var(--font-sans); font-size: 16px; background: var(--panel); color: var(--ink); outline: none; transition: border-color .15s, box-shadow .15s; }
.access-form input::placeholder { color: var(--ink-400); }
.access-form input:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(250,88,75,.14); }
.access-form .btn { white-space: nowrap; }
.access-form .btn:disabled { opacity: .7; cursor: default; transform: none; }
.form-msg { margin: 22px auto 0; font-family: var(--font-display); font-size: 22px; font-weight: 600; color: var(--lime); max-width: 520px; display: none; font-variation-settings: var(--fr-sub); }
.form-msg.show { display: block; }
.sp-line { margin: 18px auto 0; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--muted); }
.sp-line .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); animation: sppulse 2.2s infinite; }
@keyframes sppulse { 0% { box-shadow: 0 0 0 0 rgba(121,162,62,.45); } 70% { box-shadow: 0 0 0 9px rgba(121,162,62,0); } 100% { box-shadow: 0 0 0 0 rgba(121,162,62,0); } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 44px auto 0; }
.faq-item { border: 1px solid var(--border); border-radius: var(--r-md); background: var(--panel); margin-bottom: 12px; overflow: hidden; box-shadow: var(--sh-xs, 0 1px 2px rgba(60,40,20,.04)); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-family: var(--font-sans); font-weight: 700; font-size: 17px; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; width: 11px; height: 11px; flex: none; border-right: 2.5px solid var(--muted); border-bottom: 2.5px solid var(--muted); transform: rotate(45deg); transition: transform .2s var(--ease); margin-top: -4px; }
.faq-item[open] summary { color: var(--coral); }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 2px; border-color: var(--coral); }
.faq-item .faq-a { padding: 0 24px 22px; font-size: 16px; color: var(--ink-body); line-height: 1.6; }
@media (max-width: 560px) { .access-form { flex-direction: column; } }

/* on-brand: success state is green, coral stays the accent */
.np-pcard.done .np-thumb .check { background: var(--lime); }
.np-tnode.done .np-tdot { background: var(--lime); border-color: var(--lime); }

/* run timer + schedule chip */
.np-sched { font-size: 12px; font-weight: 700; color: #9D9BD0; background: #20223C; border: 1px solid #2E3150; border-radius: 999px; padding: 6px 13px; display: inline-flex; align-items: center; gap: 7px; }
.np-sched .spark { width: 11px; height: 11px; }
.np-clock .timer { width: 14px; height: 14px; color: var(--coral); }
.np-clock b { color: #fff; font-variation-settings: normal; }

/* =========================================================
   Custom additions (not from the Claude Design export):
   1) "Meet the Creator" warm chips  2) email-confirm step box
   ========================================================= */
/* warm chips under "Hey, I'm Andy." */
.andy-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 6px; }
.andy-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: var(--r-pill); background: var(--coral-tint); color: var(--ink); font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: .01em; }
.andy-chip .spark { width: 12px; height: 12px; }

/* inline Kit error line (full-width row under the field, hidden when empty) */
.access-form .access-err { flex-basis: 100%; list-style: none; margin: 8px 0 0; padding: 0; text-align: center; color: var(--coral); font-family: var(--font-sans); font-weight: 600; font-size: 14px; }
.access-form .access-err:empty { display: none; margin: 0; }

/* step-by-step "confirm your email" box, shown on successful signup */
.access-confirm { display: none; max-width: 540px; margin: 28px auto 0; text-align: left; background: var(--panel); border: 1.5px solid var(--coral); border-radius: var(--r-lg); padding: 26px 28px; box-shadow: var(--sh-md); }
.access-confirm.show { display: block; }
.access-confirm .ac-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-weight: 800; font-size: 13px; letter-spacing: .02em; color: var(--coral-deep); }
.access-confirm .ac-badge .spark { width: 13px; height: 13px; }
.access-confirm h3 { font-family: var(--font-display); font-variation-settings: var(--fr-sub); font-size: 24px; font-weight: 600; color: var(--ink); margin: 10px 0 18px; line-height: 1.2; }
.access-confirm .ac-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.access-confirm .ac-steps li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink-body); line-height: 1.5; }
.access-confirm .ac-n { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--coral); color: #fff; font-family: var(--font-sans); font-weight: 800; font-size: 14px; display: grid; place-items: center; margin-top: 1px; }
.access-confirm p { font-size: 16px; color: var(--ink-body); line-height: 1.6; margin: 0 0 13px; }
.access-confirm p:last-of-type { margin-bottom: 0; }
.access-confirm .ac-sign { margin-top: 18px; font-family: var(--font-display); font-variation-settings: var(--fr-sub); font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.25; }
.access-confirm .ac-sign small { display: block; font-family: var(--font-sans); font-weight: 700; font-size: 12.5px; color: var(--coral-deep); letter-spacing: .02em; margin-top: 4px; }
