/* =========================================================
   sppoX LP — section components
   ========================================================= */

/* =================== HERO =================== */
.hero { padding-top: 30px; padding-bottom: 30px; overflow: hidden; }
.hero .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tag {
  font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 3px; border: 1px solid var(--line); color: var(--ink-2);
  display: inline-flex; align-items: center; gap: 6px;
}
.tag b { color: var(--brand); }
.tag.hot { color: var(--accent); border-color: rgba(255,106,26,.4); background: rgba(255,106,26,.08); }

.hero h1 {
  font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(34px, 10.4vw, 46px);
  line-height: 1.05;
  margin: 6px 0 4px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.hero h1 .nw { white-space: nowrap; }
/* hero catchphrase (Tweak-editable) */
.hero-catch {
  font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(20px, 6vw, 26px); line-height: 1.2;
  margin-bottom: 12px; letter-spacing: .01em;
}
.hero-catch .catch-hl {
  color: var(--accent); display: inline; vertical-align: baseline;
  font-size: 1.16em; font-weight: var(--display-wt);
}
.hero-catch:empty { display: none; }

/* hero: catchphrase promoted to MAIN headline */
.hero-bigcatch {
  font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(29px, 8.4vw, 42px); line-height: 1.1;
  letter-spacing: 0; margin: 12px 0 14px;
  word-break: keep-all; overflow-wrap: normal; line-break: strict;
  white-space: nowrap;
}
.hero-bigcatch .catch-hl {
  color: var(--accent); display: inline; font-size: 1.06em; font-weight: var(--display-wt);
  white-space: nowrap;
}
/* growth-LP hero: longer copy — allow wrap, slightly smaller */
#hero-catch-grow {
  white-space: normal; text-wrap: balance;
  font-size: clamp(27px, 7.6vw, 40px); line-height: 1.16;
}
.hero h1 .fes {
  display: inline-block;
  color: #1a0a00;
  background: linear-gradient(100deg, var(--accent), var(--accent-hi));
  padding: 2px 12px 4px; margin: 2px 0;
  --c: 9px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
  box-shadow: var(--glow-accent);
  transform: skewX(-4deg);
}
.hero h1 .cy { color: var(--brand); text-shadow: var(--glow-brand); }
.hero .sub { color: var(--ink-2); font-size: 15px; margin-top: 14px; font-weight: 500; }

.hero-media {
  position: relative; margin-top: 22px;
  aspect-ratio: 16 / 9;
  --c: 14px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
  background: linear-gradient(115deg, var(--brand), var(--accent), var(--gold), var(--accent), var(--brand));
  background-size: 300% 100%;
  animation: frame-flow 5s linear infinite;
  box-shadow: var(--glow-brand);
}
@keyframes frame-flow { to { background-position: -300% 0; } }
@media (prefers-reduced-motion: reduce) { .hero-media { animation: none; } }
.hero-media .ph { position: absolute; inset: 0; height: 100%; }

/* hero video — sits in the animated frame, gradient ring shows as the border */
.hero-vid-wrap { position: absolute; inset: 0; }
.hero-vid {
  position: absolute; inset: 4px;
  width: calc(100% - 8px); height: calc(100% - 8px);
  object-fit: cover; display: block; z-index: 1;
  --c: 11px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
}
/* subtle bottom scrim so HUD chips stay legible over bright footage */
.hero-vid-wrap::after {
  content: ''; position: absolute; inset: 4px; z-index: 2; pointer-events: none;
  --c: 11px;
  clip-path: polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, var(--c) 100%, 0 calc(100% - var(--c)));
  background: linear-gradient(180deg, rgba(6,9,18,.18) 0%, transparent 26%, transparent 62%, rgba(6,9,18,.42) 100%);
}

/* hero media — portrait variant (vertical real-footage clip, centered) */
.hero-media--portrait {
  aspect-ratio: 9 / 16;
  width: min(300px, 74%);
  margin-inline: auto;
}

/* floating caption chip over hero video (e.g. "YESSIR CREW") */
.hero-vid-tag {
  position: absolute; z-index: 3; left: 12px; bottom: 12px;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--display); font-weight: 700; font-size: 12px;
  color: #fff;
  background: rgba(6,9,18,.82); backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}

/* HUD chips floating on hero media */
.hud-chip {
  position: absolute; z-index: 3;
  background: rgba(6,9,18,.82); backdrop-filter: blur(6px);
  border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 13px;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.hud-chip .k { font-family: var(--hud); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.hud-chip .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 20px; line-height: 1.1; color: var(--brand); }
.hud-chip .v small { font-size: 11px; color: var(--ink-2); font-family: var(--hud); }
.hud-chip.rank .v { color: var(--gold); }
.hud-chip.tl { top: 12px; left: 12px; }
.hud-chip.tr { top: 12px; right: 12px; }
.hud-chip.bl { bottom: 12px; left: 12px; }
.hud-chip.br { bottom: 12px; right: 12px; }
/* fun anticipation chips (no fake data) */
.hud-chip.fun { display: flex; align-items: center; gap: 9px; padding: 9px 13px; animation: hookbob 2.4s ease-in-out infinite; }
.hud-chip.fun .em { font-size: 24px; line-height: 1; }
.hud-chip.fun .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 14px; line-height: 1.18; color: #fff; }
.hud-chip.fun .v b { color: var(--brand); }
.hud-chip.fun.br { animation-delay: .8s; }
.hud-chip.fun.br .v b { color: var(--gold); }

.hero-info { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 20px; }

/* hero scroll-hook teaser (replaces static event facts) */
.hero-teaser { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.hero-live {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 14px; border-radius: 12px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.22);
}
.hero-live .pip { width: 9px; height: 9px; border-radius: 50%; background: #5dff9b; flex: 0 0 9px; box-shadow: 0 0 0 0 rgba(93,255,155,.6); animation: livepip 1.8s ease-out infinite; }
@keyframes livepip { 0% { box-shadow: 0 0 0 0 rgba(93,255,155,.55); } 70% { box-shadow: 0 0 0 8px rgba(93,255,155,0); } 100% { box-shadow: 0 0 0 0 rgba(93,255,155,0); } }
.hero-live .lt { font-size: 13px; font-weight: 700; color: #fff; }
.hero-live .lt b { font-family: var(--hud); font-weight: 700; }
.hero-live .av-stack { margin-left: auto; display: flex; }
.hero-live .av-stack span { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--red, #F0001E); margin-left: -8px; background: linear-gradient(135deg, #ffd24d, #ff8ac4); }
.hero-hook {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; color: #fff;
  text-align: center;
}
.hero-hook .qn { color: var(--gold, #ffd21a); }
.hero-hook .dn { animation: hookbob 1.6s ease-in-out infinite; }
@keyframes hookbob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.info-cell { padding: 13px; }
.info-cell .k { font-family: var(--hud); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 5px; }
.info-cell .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; line-height: 1.25; }
.info-cell .v em { font-style: normal; color: var(--brand); }
.info-cell .v .free { color: var(--accent); }

.hero-cta { margin-top: 20px; }
.hero-note { text-align: center; font-family: var(--hud); font-size: 10.5px; letter-spacing: .1em; color: var(--ink-3); margin-top: 10px; }

/* hero variant B: ranking-forward */
.lp[data-hero="rank"] .hero-media { display: none; }
.lp[data-hero="rank"] .hero-rankcard { display: block; }
.hero-rankcard { display: none; margin-top: 22px; padding: 16px; }
.lp[data-hero="rank"] .hero-info { grid-template-columns: repeat(2,1fr); }

/* hero variant C: minimal centered */
.lp[data-hero="center"] .hero { text-align: center; }
.lp[data-hero="center"] .hero .tags { justify-content: center; }
.lp[data-hero="center"] .hero-info { max-width: 360px; margin-left: auto; margin-right: auto; }
.lp[data-hero="center"] .hero-media { max-width: 360px; margin-left: auto; margin-right: auto; }

/* mini ranking list (reused) */
.rank-list { display: flex; flex-direction: column; gap: 7px; }
.rank-row {
  display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 6px;
  background: rgba(255,255,255,.03); border: 1px solid var(--line-soft);
}
.rank-row .pos { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; color: var(--ink-3); text-align: center; }
.rank-row.r1 { border-color: rgba(255,206,58,.4); background: rgba(255,206,58,.07); }
.rank-row.r1 .pos { color: var(--gold); }
.rank-row.r2 .pos { color: var(--silver); }
.rank-row.r3 .pos { color: var(--bronze); }
.rank-row.me { border-color: var(--line); background: rgba(30,200,222,.08); box-shadow: var(--glow-brand); }
.rank-row.me .pos { color: var(--brand); }
.rank-row .who { font-weight: 700; font-size: 13.5px; }
.rank-row .who .av { display: inline-block; width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg,var(--panel-2),var(--brand)); margin-right: 8px; vertical-align: middle; border: 1px solid var(--line); }
.rank-row .pts { font-family: var(--hud); font-weight: 700; font-size: 14px; }
.rank-row .pts small { color: var(--ink-3); font-size: 10px; }

/* =================== GAME =================== */
.game-sec { background: linear-gradient(180deg, transparent, rgba(30,200,222,.04), transparent); }
.game-wrap { margin-top: 20px; }
.game {
  position: relative; padding: 0; overflow: hidden;
}
.game-inner { position: relative; }

/* HUD bar */
.game-hud {
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
  background: var(--line); border-bottom: 1px solid var(--line);
}
.game-hud .cell { background: var(--panel); padding: 10px 12px; text-align: center; }
.game-hud .cell .k { font-family: var(--hud); font-size: 8.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.game-hud .cell .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 20px; line-height: 1.15; margin-top: 2px; }
.game-hud .score .v { color: var(--brand); }
.game-hud .time .v { color: var(--ink); }
.game-hud .time.low .v { color: var(--accent); }
.game-hud .combo .v { color: var(--gold); }

/* court */
.court {
  position: relative;
  height: 380px;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(30,200,222,.10), transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(120,150,210,.05) 38px 39px),
    linear-gradient(180deg, #0a1024, #070b18);
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-select: none; user-select: none;
}
/* court markings */
.court .arc { position: absolute; left: 50%; bottom: -120px; width: 260px; height: 260px; transform: translateX(-50%); border: 2px solid var(--line); border-radius: 50%; opacity: .5; }
.court .key { position: absolute; left: 50%; bottom: 0; width: 120px; height: 130px; transform: translateX(-50%); border: 2px solid var(--line-soft); border-bottom: none; opacity: .6; }
.court .center-msg {
  position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 24px; gap: 14px; z-index: 5;
}
.court .center-msg .big { font-family: var(--display); font-weight: var(--display-wt); font-size: 30px; line-height: 1.1; }
.court .center-msg .big .cy { color: var(--brand); }
.court .center-msg p { color: var(--ink-2); font-size: 13.5px; max-width: 26ch; }

/* countdown */
.countdown {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 8;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 90px; color: var(--brand); text-shadow: var(--glow-brand);
  pointer-events: none;
}
@keyframes count-pop { 0% { transform: scale(.4); opacity: 0; } 30% { opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }
.countdown span { animation: count-pop .9s ease forwards; display: inline-block; }

/* target */
.target {
  position: absolute; width: 64px; height: 64px; z-index: 6;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.target .ball {
  position: absolute; inset: 8px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--accent-hi), var(--accent) 60%, #b8420a);
  box-shadow: 0 0 18px rgba(255,106,26,.6), inset -4px -6px 10px rgba(0,0,0,.4);
}
.target .ball::before, .target .ball::after {
  content: ''; position: absolute; background: rgba(0,0,0,.45);
}
.target .ball::before { inset: 0; border-radius: 50%; border: 1.5px solid rgba(0,0,0,.4); }
.target .ring {
  position: absolute; inset: -2px; border-radius: 50%;
  border: 3px solid var(--brand);
  animation: ring-shrink var(--life,1.2s) linear forwards;
}
@keyframes ring-shrink { from { transform: scale(1.7); opacity: .9; } to { transform: scale(1); opacity: .4; } }
@keyframes target-in { from { transform: translate(-50%,-50%) scale(.2); opacity: 0; } to { transform: translate(-50%,-50%) scale(1); opacity: 1; } }
.target { animation: target-in .16s ease-out; }
.target.golden .ball { background: radial-gradient(circle at 35% 30%, #fff0b0, var(--gold) 55%, #c79612); box-shadow: 0 0 24px rgba(255,206,58,.8); }
.target.golden .ring { border-color: var(--gold); }

/* hit feedback */
.popscore {
  position: absolute; z-index: 7; transform: translate(-50%,-50%);
  font-family: var(--display); font-weight: var(--display-wt); font-size: 22px; color: var(--brand);
  pointer-events: none; text-shadow: 0 2px 8px rgba(0,0,0,.6);
  animation: pop-up .7s ease forwards;
}
.popscore.gold { color: var(--gold); }
@keyframes pop-up { 0% { transform: translate(-50%,-50%) scale(.6); opacity: 0; } 25% { opacity: 1; transform: translate(-50%,-90%) scale(1.1);} 100% { transform: translate(-50%,-150%) scale(1); opacity: 0; } }

@keyframes burst { to { transform: translate(-50%,-50%) scale(2.4); opacity: 0; } }
.burst { position: absolute; width: 64px; height: 64px; border-radius: 50%; border: 3px solid var(--brand); transform: translate(-50%,-50%) scale(.6); z-index: 6; pointer-events: none; animation: burst .4s ease-out forwards; }

/* result */
.result {
  position: absolute; inset: 0; z-index: 9;
  background: linear-gradient(180deg, rgba(7,11,24,.96), rgba(7,11,24,.99));
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 26px 22px; gap: 6px;
  animation: result-in .4s ease;
}
@keyframes result-in { from { opacity: 0; transform: scale(1.04);} to { opacity: 1; transform: scale(1);} }
.result .clear { font-family: var(--hud); font-size: 12px; letter-spacing: .28em; color: var(--brand); text-transform: uppercase; }
.result .score-big { font-family: var(--display); font-weight: var(--display-wt); font-size: 64px; line-height: 1; color: var(--brand); text-shadow: var(--glow-brand); }
.result .score-big small { font-size: 20px; color: var(--ink-2); }
.result .rank-line { margin: 10px 0 4px; font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; }
.result .rank-line em { font-style: normal; color: var(--gold); font-size: 26px; }
.result .stats { display: flex; gap: 18px; margin: 8px 0 18px; }
.result .stats .s .k { font-family: var(--hud); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.result .stats .s .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; }
.result .cta-stack { width: 100%; display: flex; flex-direction: column; gap: 9px; }
.result .arrow-note { font-family: var(--hud); font-size: 11px; letter-spacing: .1em; color: var(--accent); display: flex; align-items: center; justify-content: center; gap: 6px; }

.game-foot { padding: 14px 16px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); background: var(--panel); }
.game-foot .hud { margin: 0; }
.game-foot .spacer { flex: 1; }

/* =================== GAME → EXPERIENCE INVITE (Web体験への導線) =================== */
.launch { margin-top: 20px; }

/* experience-version switch (rich / simple) */
.xpv { display: none; }
.lp[data-xp="rich"] .xpv-rich,
.lp[data-xp="simple"] .xpv-simple,
.lp:not([data-xp]) .xpv-rich { display: block; }

/* ---- simple invite (compact single banner) ---- */
.xp-simple {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 15px;
  padding: 16px 17px; border-radius: 16px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 14%, var(--panel)), var(--panel));
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.xp-simple .xs-badge {
  flex: 0 0 58px; width: 58px; height: 58px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--accent-hi), var(--accent));
  box-shadow: var(--glow-accent);
}
.xp-simple .xs-badge svg { width: 30px; height: 30px; color: #fff; }
.xp-simple .xs-main { flex: 1; min-width: 0; }
.xp-simple .xs-k { font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.xp-simple .xs-t { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; line-height: 1.3; margin: 2px 0 3px; }
.xp-simple .xs-d { font-size: 11.5px; color: var(--ink-2); line-height: 1.45; }
.xp-simple-cta { margin-top: 12px; }
.xp-simple-cta .btn { width: 100%; }
.xp-simple-note { text-align: center; margin-top: 9px; font-family: var(--hud); font-size: 10px; letter-spacing: .04em; color: var(--ink-3); display: flex; gap: 12px; justify-content: center; }
.xp-simple-note span { display: inline-flex; align-items: center; gap: 5px; }
.xp-simple-note span::before { content: '✓'; color: var(--brand); }

.xp-card { padding: 0; overflow: hidden; }

/* hook stage */
.xp-stage {
  position: relative; overflow: hidden;
  padding: 26px 22px 30px; text-align: center;
  background:
    radial-gradient(130% 90% at 50% 0%, rgba(30,200,222,.14), transparent 62%),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(120,150,210,.05) 38px 39px),
    linear-gradient(180deg, #0a1024, #070b18);
}
.sensor-badge {
  position: relative; z-index: 3; display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); border: 1px solid rgba(255,106,26,.4); background: rgba(255,106,26,.1);
  padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
}
.deco-ball {
  position: absolute; width: 44px; height: 44px; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle at 35% 30%, var(--accent-hi), var(--accent) 60%, #b8420a);
  box-shadow: 0 0 18px rgba(255,106,26,.5), inset -4px -6px 10px rgba(0,0,0,.4);
  opacity: .92; animation: ball-float 4.5s ease-in-out infinite;
}
@keyframes ball-float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(12deg); } }
.deco-ball.gold { background: radial-gradient(circle at 35% 30%, #fff0b0, var(--gold) 55%, #c79612); box-shadow: 0 0 20px rgba(255,206,58,.6); }
.deco-ball.b1 { top: 14%; left: 9%; width: 34px; height: 34px; animation-delay: -.4s; }
.deco-ball.b2 { top: 20%; right: 11%; animation-delay: -1.8s; }
.deco-ball.b3 { bottom: 16%; left: 14%; width: 26px; height: 26px; animation-delay: -2.6s; }
.deco-ball.b4 { bottom: 22%; right: 16%; width: 30px; height: 30px; animation-delay: -3.4s; }

.xp-hook { position: relative; z-index: 3; }
.xp-hook-k { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; color: var(--ink); margin-bottom: 2px; }
.xp-score { display: flex; align-items: baseline; justify-content: center; gap: 2px; line-height: 1; }
.xp-score .num { font-family: var(--display); font-weight: var(--display-wt); font-size: 78px; color: var(--brand); text-shadow: var(--glow-brand); }
.xp-score small { font-family: var(--display); font-weight: var(--display-wt); font-size: 22px; color: var(--ink-2); margin-left: 3px; }
.xp-rank {
  display: inline-flex; align-items: baseline; gap: 5px; margin-top: 10px; white-space: nowrap;
  font-family: var(--hud); font-weight: 700; font-size: 12.5px; color: var(--ink-2);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 15px;
}
.xp-rank b { font-family: var(--display); font-weight: var(--display-wt); font-size: 22px; color: var(--gold); }
.xp-rank span { color: var(--ink-3); font-size: 11px; }

/* flow strip */
.xp-flow {
  display: flex; align-items: stretch; justify-content: center; gap: 0;
  background: var(--panel); border-top: 1px solid var(--line);
}
.xp-step {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 14px 6px;
}
.xp-step .xp-ic {
  width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--brand) 12%, transparent); border: 1px solid var(--line); color: var(--brand);
}
.xp-step .xp-ic svg { width: 21px; height: 21px; }
.xp-step b { font-family: var(--display); font-weight: var(--display-wt); font-size: 12.5px; color: var(--ink); white-space: nowrap; }
.xp-arrow { display: flex; align-items: center; color: var(--brand); font-family: var(--hud); font-size: 15px; }

/* cta */
.xp-cta { padding: 18px 16px 16px; background: var(--panel); border-top: 1px solid var(--line-soft); }
.xp-cta .btn { width: 100%; }
.xp-chips { display: flex; justify-content: center; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.xp-chips span {
  font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .04em; color: var(--ink-2);
  border: 1px solid var(--line-soft); border-radius: 999px; padding: 5px 11px; display: inline-flex; align-items: center; gap: 5px;
}
.xp-chips span::before { content: '✓'; color: var(--brand); font-size: 10px; }

@media (prefers-reduced-motion: reduce) { .deco-ball { animation: none; } }

/* =================== FES (No.1決定戦) =================== */
/* fes design variant switch (info / hype) */
.fesv { display: none; }
.lp[data-fes="info"] .fesv-info,
.lp[data-fes="hype"] .fesv-hype,
.lp:not([data-fes]) .fesv-info { display: block; }

/* ---- HYPE: full-bleed poster + energetic highlights ---- */
/* ---- HYPE: framed festival poster, fully visible + playful frame ---- */
.fes-poster {
  position: relative; margin: 10px 0 0;
  border-radius: 18px; padding: 10px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 22%, var(--panel)), var(--panel) 55%, color-mix(in srgb, var(--brand) 20%, var(--panel)));
  border: 2.5px solid color-mix(in srgb, var(--accent) 40%, transparent);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  overflow: visible;
}
.fes-poster img {
  display: block; width: 100%; height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
}
/* corner confetti pops */
.fes-poster .conf { position: absolute; z-index: 3; font-size: 22px; pointer-events: none; animation: spk 2.6s ease-in-out infinite; }
.fes-poster .conf.c1 { top: -12px; left: -8px; transform: rotate(-18deg); }
.fes-poster .conf.c2 { top: -14px; right: -6px; animation-delay: .9s; }
.fes-poster .conf.c3 { bottom: -14px; right: 24px; font-size: 18px; animation-delay: 1.5s; }
/* date stamp ribbon */
.fes-poster .fp-date {
  position: absolute; z-index: 4; right: 14px; bottom: 14px;
  display: flex; flex-direction: column; align-items: center; gap: 1px;
  font-family: var(--display); font-weight: var(--display-wt); color: #fff;
  background: linear-gradient(180deg, var(--accent-hi), var(--accent));
  padding: 8px 14px; border-radius: 12px; border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,.3); transform: rotate(-3deg);
}
.fes-poster .fp-date .dk { font-family: var(--hud); font-weight: 700; font-size: 8.5px; letter-spacing: .14em; opacity: .9; }
.fes-poster .fp-date .dv { font-size: 17px; line-height: 1; }
.fes-poster .fp-badge {
  position: absolute; top: -10px; left: 12px; z-index: 4;
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #fff; background: linear-gradient(100deg, var(--accent), var(--accent-hi)); border: 2px solid #fff;
  padding: 6px 13px; border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.3);
}
.fes-poster .fp-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #fff; animation: livepip 1.8s ease-out infinite; }

.fes-hype-title { text-align: center; margin-top: 14px; }
.fes-hype-title .vs { font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .26em; color: var(--accent); }
.fes-hype-title h2 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(26px, 8.4vw, 34px); line-height: 1.06; margin: 7px 0 6px; }
.fes-hype-title h2 .out { color: transparent; -webkit-text-stroke: 1.6px var(--accent); }
.fes-hype-title p { color: var(--ink-2); font-size: 13.5px; }

.fes-hype-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.fhp {
  position: relative; overflow: hidden;
  padding: 15px 14px; border-radius: 14px; text-align: left;
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(0,0,0,.14);
}
.fhp .fi { font-size: 20px; line-height: 1; display: inline; margin-right: 6px; vertical-align: -2px; }
.fhp b { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; display: inline; }
.fhp span { font-size: 11.5px; color: var(--ink-2); display: block; margin-top: 4px; }
.fhp::after { content: ''; position: absolute; right: -14px; bottom: -14px; width: 54px; height: 54px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 10%, transparent); }

.fes-hype-cta {
  margin-top: 16px; padding: 17px 18px; border-radius: 14px; text-align: center;
  background: radial-gradient(120% 130% at 50% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%), var(--panel);
  border: 1px solid var(--line);
}
.fes-hype-cta .fl { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; line-height: 1.4; }
.fes-hype-cta .fl em { font-style: normal; color: var(--accent); }
.fes-hype-cta .fs { margin-top: 6px; font-size: 12px; color: var(--ink-2); }

/* =================== FES banner (info ver) =================== */
.fes-banner {
  margin-top: 4px; padding: 22px 18px; text-align: center; overflow: hidden;
  background: radial-gradient(120% 100% at 50% 0%, rgba(255,106,26,.14), transparent 65%), var(--panel);
}
.fes-banner .vs { font-family: var(--hud); font-size: 12px; letter-spacing: .3em; color: var(--accent); }
.fes-banner h2 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(28px, 9vw, 38px); line-height: 1.04; margin: 8px 0; }
.fes-banner h2 .out { color: transparent; -webkit-text-stroke: 1.5px var(--brand); }
.fes-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 20px; }
.fes-stat { padding: 14px; text-align: center; }
.fes-stat .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 26px; color: var(--brand); line-height: 1; }
.fes-stat .v small { font-size: 13px; color: var(--ink-2); }
.fes-stat .k { font-family: var(--hud); font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; }

/* prizes */
.prizes { margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.prize { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 14px; padding: 14px 16px; }
.prize .medal { font-family: var(--display); font-weight: var(--display-wt); font-size: 30px; text-align: center; line-height: 1; }
.prize .rank-k { font-family: var(--hud); font-size: 9px; letter-spacing: .14em; color: var(--ink-3); text-transform: uppercase; }
.prize .name { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; margin-top: 3px; }
.prize .gift-ph { width: 54px; height: 54px; flex: 0 0 54px; }
.prize .gift-img { width: 52px; height: 70px; flex: 0 0 52px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.28)); }
.prize.p1 { border-color: rgba(255,206,58,.45); background: linear-gradient(100deg, rgba(255,206,58,.1), transparent); }
.prize.p1 .medal { color: var(--gold); }
.prize.p2 .medal { color: var(--silver); }
.prize.p3 .medal { color: var(--bronze); }

/* ===== prizes — winner's showcase (exciting ver) ===== */
.prizes2 { margin-top: 22px; }
.prizes2-head { text-align: center; margin-bottom: 16px; }
.prizes2-head .k { display: inline-flex; align-items: center; gap: 9px; font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }
.prizes2-head .k::before, .prizes2-head .k::after { content: '★'; color: var(--gold); }
.prizes2-head h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(20px, 6.2vw, 25px); line-height: 1.2; margin-top: 6px; }
.prizes2-head h3 em { font-style: normal; color: var(--gold); }

/* MVP hero card */
.prize-hero {
  position: relative; overflow: hidden; border-radius: 18px;
  padding: 22px 18px 20px; text-align: center;
  background:
    radial-gradient(120% 90% at 50% 0%, color-mix(in srgb, var(--gold) 26%, transparent), transparent 62%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1.5px solid color-mix(in srgb, var(--gold) 55%, transparent);
  box-shadow: 0 14px 40px rgba(0,0,0,.26), inset 0 0 30px color-mix(in srgb, var(--gold) 12%, transparent);
}
/* rotating light rays behind the prize */
.prize-hero .rays {
  position: absolute; top: -40%; left: 50%; width: 360px; height: 360px; transform: translateX(-50%);
  z-index: 0; pointer-events: none; opacity: .5;
  background: repeating-conic-gradient(from 0deg at 50% 50%, color-mix(in srgb, var(--gold) 30%, transparent) 0deg 6deg, transparent 6deg 18deg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 62%);
          mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 62%);
  animation: rays-spin 36s linear infinite;
}
@keyframes rays-spin { to { transform: translateX(-50%) rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .prize-hero .rays { animation: none; } }
.prize-hero > * { position: relative; z-index: 1; }
.prize-hero .crown { font-size: 26px; line-height: 1; margin-bottom: 4px; }
.prize-hero .mvp-badge {
  display: inline-block; font-family: var(--display); font-weight: var(--display-wt); font-size: 14px; letter-spacing: .12em;
  color: #2a1a00; background: linear-gradient(180deg, #ffe48a, var(--gold)); padding: 4px 16px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 5px 14px color-mix(in srgb, var(--gold) 45%, transparent); margin-bottom: 14px;
}
.prize-hero .kh {
  width: 150px; height: 192px; object-fit: contain; margin: 0 auto 12px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.4));
  animation: kh-bob 3.4s ease-in-out infinite;
}
@keyframes kh-bob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-7px) rotate(1deg); } }
@media (prefers-reduced-motion: reduce) { .prize-hero .kh { animation: none; } }
.prize-hero .kh-ph { width: 132px; height: 150px; margin: 0 auto 12px; }
/* two prize items (certificate + keyholder) */
.prize-items { display: flex; align-items: flex-end; justify-content: center; gap: 16px; margin-bottom: 12px; }
.prize-items .pi { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.prize-items .kh { width: 112px; height: 150px; margin: 0; }
.prize-items .kh-ph { width: 100px; height: 130px; margin: 0; }
.prize-items .pi-cap { font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .08em; color: var(--ink-3); }
.cert {
  position: relative; width: 96px; height: 128px; padding: 13px 11px;
  display: flex; flex-direction: column; gap: 6px;
  background: linear-gradient(165deg, #fffdf6, #f1e6c9);
  border: 1px solid color-mix(in srgb, var(--gold) 45%, #ddd);
  border-radius: 6px; transform: rotate(-5deg);
  box-shadow: 0 9px 20px rgba(0,0,0,.24);
  animation: kh-bob 3.4s ease-in-out infinite .4s;
}
@media (prefers-reduced-motion: reduce) { .cert { animation: none; } }
.cert::before { content: ''; position: absolute; inset: 4px; border: 1px solid color-mix(in srgb, var(--gold) 35%, transparent); border-radius: 3px; pointer-events: none; }
.cert .ct { font-family: var(--display); font-weight: var(--display-wt); font-size: 12px; letter-spacing: .14em; color: var(--brand); text-align: center; margin-bottom: 2px; }
.cert .cl { height: 2px; border-radius: 2px; background: rgba(40,20,20,.14); }
.cert .cl.s { width: 62%; }
.cert .cl.m { width: 82%; }
.cert .seal { position: absolute; bottom: 9px; right: 9px; width: 22px; height: 22px; border-radius: 50%; background: radial-gradient(circle at 38% 34%, #ffe9a8, var(--gold) 70%); box-shadow: 0 2px 5px rgba(0,0,0,.3); }
.cert .seal::after { content: '★'; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #7a5a10; }
.prize-hero .pname { font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; line-height: 1.3; }
.prize-hero .psub { font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .08em; color: var(--gold); margin-top: 5px; }
/* horizontal MVP layout: badge left, info right */
.mvp-main { display: flex; align-items: center; gap: 16px; text-align: left; }
.mvp-main .kh, .mvp-main .kh-ph { margin: 0 !important; flex: 0 0 auto; width: 118px; height: 148px; }
.mvp-main .mvp-info { flex: 1; min-width: 0; }
.mvp-main .mvp-info .mvp-badge { margin-bottom: 9px; }
.mvp-main .mvp-info .pname { font-size: 17px; }

/* podium: 3 badges side by side (2nd · MVP · 3rd) */
.podium { display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: end; gap: 8px; margin-top: 4px; }
.podium .pod { position: relative; text-align: center; }
.podium .pod .crown { font-size: 22px; line-height: 1; margin-bottom: 2px; }
.podium .pod .rk { display: inline-block; font-family: var(--hud); font-weight: 700; font-size: 9px; letter-spacing: .06em; padding: 3px 9px; border-radius: 999px; margin-bottom: 7px; white-space: nowrap; }
.podium .pod.silver .rk { color: #3a3f46; background: linear-gradient(180deg, #f0f2f5, #c8ced6); }
.podium .pod.bronze .rk { color: #3a2410; background: linear-gradient(180deg, #e6b483, var(--bronze)); }
.podium .pod.mvp .rk { color: #2a1a00; background: linear-gradient(180deg, #ffe48a, var(--gold)); font-size: 11px; padding: 4px 13px; }
.podium .pod img, .podium .pod .ph { width: 100%; max-width: 88px; height: auto; aspect-ratio: 5 / 6.2; object-fit: contain; margin: 0 auto 7px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.3)); }
.podium .pod.mvp img, .podium .pod.mvp .ph { max-width: 120px; filter: drop-shadow(0 8px 16px rgba(0,0,0,.34)); animation: kh-bob 3.4s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .podium .pod.mvp img { animation: none; } }
.podium .pod .pname { font-family: var(--display); font-weight: var(--display-wt); font-size: 12px; line-height: 1.25; }
.podium .pod.mvp .pname { font-size: 14px; }
.podium .pod .psub { font-family: var(--body); font-weight: 500; font-size: 9.5px; color: var(--ink-3); margin-top: 2px; }
/* 2nd/3rd row nested inside the MVP card */
.prize-inrow { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prize-inrow .pmini { text-align: center; }
.prize-inrow .pmini .rk { display: inline-block; font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .08em; padding: 3px 11px; border-radius: 999px; margin-bottom: 7px; white-space: nowrap; }
.prize-inrow .pmini.silver .rk { color: #3a3f46; background: linear-gradient(180deg, #f0f2f5, #c8ced6); }
.prize-inrow .pmini.bronze .rk { color: #3a2410; background: linear-gradient(180deg, #e6b483, var(--bronze)); }
.prize-inrow .pmini img { width: 78px; height: 96px; object-fit: contain; margin: 0 auto 6px; filter: drop-shadow(0 5px 10px rgba(0,0,0,.28)); }
.prize-inrow .pmini .ph { width: 78px; height: 90px; margin: 0 auto 6px; }
.prize-inrow .pmini .pname { font-family: var(--display); font-weight: var(--display-wt); font-size: 12.5px; line-height: 1.3; }
.prize-inrow .pmini .psub { font-family: var(--body); font-weight: 500; font-size: 10px; color: var(--ink-3); margin-top: 2px; letter-spacing: 0; }
.prize-hero .sparkle { position: absolute; z-index: 1; color: var(--gold); pointer-events: none; animation: spk 2.6s ease-in-out infinite; }
.prize-hero .sparkle.s1 { top: 16px; right: 22px; font-size: 16px; }
.prize-hero .sparkle.s2 { top: 64px; left: 20px; font-size: 11px; animation-delay: .8s; }
.prize-hero .sparkle.s3 { bottom: 54px; right: 30px; font-size: 13px; animation-delay: 1.5s; }
@keyframes spk { 0%,100% { opacity: .3; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.15); } }

/* 2nd / 3rd duo */
.prize-duo { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.prize-mini {
  position: relative; overflow: hidden; border-radius: 14px; padding: 16px 12px 14px; text-align: center;
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
}
.prize-mini .rk { display: inline-block; font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .08em; padding: 3px 11px; border-radius: 999px; margin-bottom: 8px; white-space: nowrap; }
.prize-mini.silver .rk { color: #3a3f46; background: linear-gradient(180deg, #f0f2f5, #c8ced6); }
.prize-mini.bronze .rk { color: #3a2410; background: linear-gradient(180deg, #e6b483, var(--bronze)); }
.prize-mini .kh { width: 96px; height: 124px; object-fit: contain; margin: 0 auto 8px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.3)); }
.prize-mini .kh-ph { width: 76px; height: 90px; margin: 0 auto 8px; }
.prize-mini .pname { font-family: var(--display); font-weight: var(--display-wt); font-size: 13px; line-height: 1.3; }
.prize-mini .psub { font-size: 10.5px; color: var(--ink-3); margin-top: 3px; }

/* ===== special challenge badges (条件クリアで獲得) ===== */
.spbadge-head { margin-top: 30px; text-align: center; }
.spbadge-head .k { display: inline-flex; align-items: center; gap: 8px; font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); }
.spbadge-head .k::before, .spbadge-head .k::after { content: '⚡'; }
.spbadge-head h3 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(19px, 5.8vw, 23px); line-height: 1.25; margin-top: 6px; }
.spbadge-head h3 em { font-style: normal; color: var(--accent); }
.spbadge-head p { font-size: 12.5px; color: var(--ink-2); margin-top: 6px; }
.spbadge-grid { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spbadge {
  position: relative; overflow: hidden; border-radius: 16px; padding: 18px 14px 16px; text-align: center;
  background:
    radial-gradient(80% 55% at 50% 0%, color-mix(in srgb, var(--sp, var(--accent)) 40%, transparent), transparent 72%),
    linear-gradient(165deg, #1a1f33, #0a0d18 70%);
  border: 1.5px solid color-mix(in srgb, var(--sp, var(--accent)) 50%, transparent);
  box-shadow: 0 10px 28px rgba(0,0,0,.32), inset 0 0 26px color-mix(in srgb, var(--sp, var(--accent)) 12%, transparent);
}
.spbadge::before {
  content: ''; position: absolute; top: -40%; left: 50%; width: 200%; height: 200%; transform: translateX(-50%);
  z-index: 0; pointer-events: none; opacity: .35;
  background: repeating-conic-gradient(from 0deg at 50% 50%, color-mix(in srgb, var(--sp, var(--accent)) 38%, transparent) 0deg 5deg, transparent 5deg 16deg);
  -webkit-mask-image: radial-gradient(circle at 50% 32%, #000 0%, transparent 56%);
          mask-image: radial-gradient(circle at 50% 32%, #000 0%, transparent 56%);
  animation: rays-spin 40s linear infinite;
}
@media (prefers-reduced-motion: reduce){ .spbadge::before { animation: none; } }
.spbadge > * { position: relative; z-index: 1; }
.spbadge .img { width: 130px; height: 150px; object-fit: contain; border-radius: 0; margin: 0 auto 12px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.5)); animation: kh-bob 3.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .spbadge .img { animation: none; } }
.spbadge .nm { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; line-height: 1.2; color: #fff; }
.spbadge .cond { margin-top: 8px; font-size: 11.5px; color: rgba(255,255,255,.72); line-height: 1.5; }
.spbadge .cond b { color: color-mix(in srgb, var(--sp, var(--accent)) 60%, #fff); }
.spbadge .lock { display: inline-flex; align-items: center; gap: 5px; margin-top: 10px; font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; padding: 4px 10px; }
.spbadge .lock::before { content: '🔒'; font-size: 11px; }
.spbadge.b1 { --sp: #ef2b3c; }
.spbadge.b2 { --sp: #8b4cff; }
/* secret/hidden badge */
.spbadge.secret .img { filter: brightness(0) opacity(.62) drop-shadow(0 8px 16px rgba(0,0,0,.3)); animation: none; }
.spbadge.secret .img-wrap { position: relative; width: 130px; height: 150px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; animation: kh-bob 3.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){ .spbadge.secret .img-wrap { animation: none; } }
.spbadge.secret .img-wrap .img { margin: 0; position: absolute; inset: 0; }
.spbadge.secret .qmark { position: relative; z-index: 1; font-family: var(--display); font-weight: var(--display-wt); font-size: 56px; color: var(--sp, var(--accent)); text-shadow: 0 4px 14px color-mix(in srgb, var(--sp, var(--accent)) 50%, transparent); }
.spbadge.secret .nm { letter-spacing: .14em; }
.spbadge-note { margin-top: 12px; text-align: center; font-family: var(--hud); font-size: 10.5px; letter-spacing: .04em; color: var(--ink-3); }

/* =================== GROWTH LOOP (なぜ上達) =================== */
.loop { margin-top: 24px; display: flex; flex-direction: column; gap: 0; }
.loop-step {
  display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start;
  padding: 4px 0;
}
.loop-step .node {
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 20px;
  border: 1.5px solid var(--line); background: var(--panel); color: var(--brand);
  position: relative;
}
.loop-step .node .n { position: absolute; top: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; background: var(--accent); color: #160800; font-family: var(--hud); font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.loop-step .body { padding-bottom: 22px; }
.loop-step .body h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; margin-bottom: 4px; }
.loop-step .body p { color: var(--ink-2); font-size: 13.5px; }
.loop-connector { width: 52px; display: flex; justify-content: center; }
.loop-connector::before { content: ''; width: 2px; height: 22px; background: linear-gradient(var(--brand), var(--line)); margin: -20px 0 -2px; }
.loop-step:last-child .body { padding-bottom: 0; }

.loop-result {
  margin-top: 16px; padding: 16px 18px; text-align: center;
  background: radial-gradient(100% 100% at 50% 0%, rgba(182,242,74,.1), transparent), var(--panel);
}
.loop-result .v { font-family: var(--display); font-weight: var(--display-wt); font-size: 19px; }
.loop-result .v .lime { color: var(--lime); }

/* ---- WHY section variant switch ---- */
.whyv { display: none; }
.lp[data-why="loop"] .whyv-loop,
.lp[data-why="quest"] .whyv-quest,
.lp[data-why="story"] .whyv-story,
.lp:not([data-why]) .whyv-loop { display: block; }

/* ===== WHY variant C : ストーリー型（楽しい→続く→変わる） ===== */
.story-lead {
  margin-top: 22px; text-align: center;
  font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(18px, 5.4vw, 22px); line-height: 1.4;
}
.story-lead .pop { color: var(--accent); }
.story-lead .mut { color: var(--ink-3); }

/* "本人は遊んでるだけ / 実は…" reveal cards */
.story-twin { margin-top: 20px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.story-face {
  position: relative; padding: 16px 16px 16px 56px; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line-soft);
}
.story-face .em { position: absolute; left: 14px; top: 15px; font-size: 26px; line-height: 1; }
.story-face .lab { font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 3px; }
.story-face .tx { font-family: var(--display); font-weight: var(--display-wt); font-size: 15.5px; line-height: 1.35; }
.story-face.kid { border-color: color-mix(in srgb, var(--brand) 35%, transparent); background: color-mix(in srgb, var(--brand) 7%, var(--panel)); }
.story-face.kid .lab { color: var(--brand); }
.story-face.real { border-color: color-mix(in srgb, var(--accent) 40%, transparent); background: color-mix(in srgb, var(--accent) 7%, var(--panel)); }
.story-face.real .lab { color: var(--accent); }
.story-face.real .tx em { font-style: normal; color: var(--accent); }
.story-vs {
  text-align: center; font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .1em;
  color: var(--ink-3); margin: -2px 0;
}

/* habit progress (楽しいから、気づけば続いてる) */
.story-habit { margin-top: 18px; padding: 18px 18px 16px; border-radius: 14px; background: var(--panel); border: 1px solid var(--line); }
.story-habit .hh { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 12px; }
.story-habit .hh .t { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; }
.story-habit .hh .d { font-family: var(--hud); font-weight: 700; font-size: 12px; color: var(--accent); }
.habit-bars { display: grid; grid-template-columns: repeat(14, 1fr); gap: 4px; align-items: end; height: 64px; }
.habit-bars i { display: block; border-radius: 3px 3px 1px 1px; background: color-mix(in srgb, var(--brand) 55%, transparent); }
.habit-bars i.up { background: linear-gradient(180deg, var(--accent-hi), var(--accent)); }
.story-habit .hcap { display: flex; justify-content: space-between; margin-top: 8px; font-family: var(--hud); font-size: 9.5px; letter-spacing: .04em; color: var(--ink-3); }
/* streak calendar (clearer "毎日続いてる") */
.habit-cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.habit-cal .cd {
  aspect-ratio: 1; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  font-family: var(--hud); font-weight: 700; font-size: 13px; color: #fff;
  background: linear-gradient(160deg, var(--accent-hi), var(--accent));
  box-shadow: 0 3px 8px color-mix(in srgb, var(--accent) 28%, transparent);
}
.habit-cal .cd.off { background: var(--line-soft); color: var(--ink-3); box-shadow: none; }
.habit-cal .cd.today { background: linear-gradient(160deg, #ffe48a, var(--gold)); color: #2a1a00; outline: 2px solid var(--gold); outline-offset: 1px; }
.story-habit .hcap2 { margin-top: 11px; text-align: center; font-size: 12px; color: var(--ink-2); }
.story-habit .hcap2 b { color: var(--accent); font-family: var(--display); font-weight: var(--display-wt); }

.story-punch {
  margin-top: 16px; padding: 18px 18px; border-radius: 14px; text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 70%), var(--panel);
  border: 1px solid var(--line);
}
.story-punch .pl { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; line-height: 1.45; }
.story-punch .pl .hl { color: var(--accent); }
.story-punch .ps { font-size: 12.5px; color: var(--ink-2); margin-top: 7px; line-height: 1.6; }

/* ===== WHY variant B : クエスト型（フェスポイント） ===== */
.quest-rule {
  margin-top: 22px; padding: 20px 18px; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
}
.quest-rule .rk {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; padding: 4px 11px; margin-bottom: 12px;
}
.quest-rule .rt { font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; line-height: 1.3; }
.quest-rule .rt .pt { color: var(--accent); }
.quest-rule .rd { font-size: 12.5px; color: var(--ink-2); line-height: 1.6; margin-top: 8px; }

/* daily point tracker */
.pt-track { margin-top: 14px; }
.pt-track .pt-cap { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; }
.pt-track .pt-cap .l { font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); }
.pt-track .pt-cap .r { font-family: var(--display); font-weight: var(--display-wt); font-size: 13px; color: var(--accent); }
.pt-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.pt-day { text-align: center; }
.pt-day .dot {
  width: 100%; aspect-ratio: 1; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--line-soft); color: var(--ink-3); position: relative;
  font-family: var(--hud); font-weight: 700; font-size: 11px;
}
.pt-day.on .dot {
  background: linear-gradient(150deg, var(--accent-hi), var(--accent)); color: #fff; border-color: transparent;
  box-shadow: 0 4px 10px color-mix(in srgb, var(--accent) 35%, transparent);
}
.pt-day.on .dot::after { content: '✓'; font-size: 14px; }
.pt-day.today .dot { border-color: var(--accent); border-style: dashed; color: var(--accent); }
.pt-day .dl { font-family: var(--hud); font-size: 8.5px; letter-spacing: .04em; color: var(--ink-3); margin-top: 4px; display: block; }

/* causal cycle */
.quest-cycle { margin-top: 22px; position: relative; display: flex; flex-direction: column; gap: 0; }
.qc {
  position: relative; z-index: 1; display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: center;
  padding: 14px 16px; border-radius: 13px;
  background: var(--panel); border: 1px solid var(--line-soft);
}
.qc .qn {
  width: 50px; height: 50px; flex: 0 0 50px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center; font-size: 23px;
  background: color-mix(in srgb, var(--brand) 12%, transparent); border: 1px solid var(--line);
}
.qc .qb h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 15.5px; margin-bottom: 2px; }
.qc .qb p { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
.qc .qb .gain { color: var(--accent); font-family: var(--hud); font-weight: 700; }
.qc-link {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .06em; color: var(--accent);
  padding: 7px 0;
}
.qc-link::before, .qc-link::after { content: ''; width: 22px; height: 1px; background: color-mix(in srgb, var(--accent) 45%, transparent); }
.quest-loopback {
  margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 16px; border-radius: 13px; text-align: center;
  background: color-mix(in srgb, var(--accent) 8%, var(--panel));
  border: 1px dashed color-mix(in srgb, var(--accent) 45%, transparent);
  font-family: var(--display); font-weight: var(--display-wt); font-size: 14.5px;
}
.quest-loopback .lt { color: var(--accent); font-size: 18px; }
.quest-loopback b { color: var(--accent); }

/* =================== UNLOCK CARDS (クラブ限定) =================== */
.unlock-grid { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.unlock {
  position: relative; padding: 0; overflow: hidden;
}
.unlock .card-media { position: relative; aspect-ratio: 16/9; }
.unlock .card-media .ph { position: absolute; inset: 0; height: 100%; border: none; }
.unlock .lock-badge {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase;
  padding: 5px 9px; border-radius: 3px; display: inline-flex; align-items: center; gap: 6px;
}
.unlock .lock-badge.locked { background: rgba(6,9,18,.8); border: 1px solid var(--line); color: var(--ink-2); }
.unlock .lock-badge.unlocked { background: linear-gradient(100deg,var(--brand),var(--brand-hi)); color: #021016; box-shadow: var(--glow-brand); }
.unlock .club-logo-ph { position: absolute; left: 10px; top: 10px; z-index: 3; width: 44px; height: 44px; border-radius: 8px; }
.unlock .card-body { padding: 14px 16px 16px; }
.unlock .club-k { font-family: var(--hud); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); }
.unlock h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; margin: 4px 0 8px; }
.unlock .feats { display: flex; flex-wrap: wrap; gap: 6px; }
.unlock .feat { font-family: var(--hud); font-size: 10.5px; font-weight: 600; padding: 5px 9px; border-radius: 3px; border: 1px solid var(--line-soft); color: var(--ink-2); background: rgba(255,255,255,.03); }
.unlock .feat::before { content: '▸ '; color: var(--brand); }
.unlock.locked .card-media .ph { filter: grayscale(.5) brightness(.7); }

.swap-note { margin-top: 14px; font-family: var(--hud); font-size: 10.5px; letter-spacing: .06em; color: var(--ink-3); text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }
.swap-note::before, .swap-note::after { content: ''; height: 1px; flex: 1; background: var(--line-soft); }

/* =================== AI =================== */
.ai-sec { background: radial-gradient(120% 60% at 50% 0%, rgba(30,200,222,.06), transparent); }
.ai-flow { margin-top: 22px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.ai-step { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 14px 16px; }
.ai-step .ic { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; background: rgba(30,200,222,.07); font-family: var(--hud); font-weight: 700; color: var(--brand); font-size: 15px; }
.ai-step .t { font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; }
.ai-step .d { font-size: 12.5px; color: var(--ink-2); margin-top: 2px; }
.ai-menu { margin-top: 16px; padding: 16px; }
.ai-menu .head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.ai-menu .head .badge { font-family: var(--hud); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: #021016; background: var(--brand); padding: 3px 7px; border-radius: 3px; font-weight: 700; }
.ai-menu .head .wk { font-family: var(--display); font-weight: var(--display-wt); font-size: 14px; }
.ai-task { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line-soft); }
.ai-task:first-of-type { border-top: none; }
.ai-task .chk { width: 20px; height: 20px; border-radius: 5px; border: 1.5px solid var(--line); flex: 0 0 20px; display: flex; align-items: center; justify-content: center; color: var(--brand); font-size: 12px; }
.ai-task.done .chk { background: var(--brand); color: #021016; border-color: var(--brand); }
.ai-task.done .label { color: var(--ink-3); text-decoration: line-through; }
.ai-task .label { font-size: 13.5px; font-weight: 500; flex: 1; }
.ai-task .mins { font-family: var(--hud); font-size: 11px; color: var(--ink-3); }

/* ---- AI design variant switch ---- */
.aiv { display: none; }
.lp[data-ai="flow"] .aiv-flow,
.lp[data-ai="chat"] .aiv-chat,
.lp:not([data-ai]) .aiv-flow { display: block; }

/* ===== AI variant B : チャットUI ===== */
.ai-feats { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.ai-feat { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; }
.ai-feat .fi {
  width: 46px; height: 46px; flex: 0 0 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  border: 1px solid var(--line); color: var(--brand);
}
.ai-feat .fi svg { width: 24px; height: 24px; }
.ai-feat.af2 .fi { background: color-mix(in srgb, var(--lime) 14%, transparent); border-color: color-mix(in srgb, var(--lime) 40%, transparent); color: var(--lime); }
.ai-feat.af3 .fi { background: color-mix(in srgb, var(--accent) 13%, transparent); border-color: color-mix(in srgb, var(--accent) 40%, transparent); color: var(--accent); }
.ai-feat .ft h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 15.5px; margin-bottom: 2px; }
.ai-feat .ft p { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }

/* phone chat mockup (always light "device screen") */
.chat-mock {
  margin-top: 24px; border-radius: 22px; overflow: hidden;
  background: #eef1f7; border: 1px solid rgba(20,40,80,.1);
  box-shadow: 0 22px 50px rgba(0,0,0,.32);
}
.chat-head { display: flex; align-items: center; gap: 11px; padding: 15px 16px; background: #fff; border-bottom: 1px solid #e7eaf2; }
.chat-head .av { width: 40px; height: 40px; border-radius: 50%; flex: 0 0 40px; background: linear-gradient(140deg, #cfd6e6, #aeb8d0); display: flex; align-items: center; justify-content: center; color: #5b6280; }
.chat-head .av svg { width: 22px; height: 22px; color: #5b6280; }
.chat-head .nm { font-family: var(--display); font-weight: var(--display-wt); font-size: 14px; color: #18203a; }
.chat-head .on { font-family: var(--hud); font-weight: 700; font-size: 10.5px; color: #1f9d57; display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.chat-head .on::before { content: ''; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: #25c46a; }
.chat-body { padding: 16px 14px; display: flex; flex-direction: column; gap: 12px; }
.brow { display: flex; gap: 9px; align-items: flex-end; max-width: 88%; }
.brow .ba { width: 28px; height: 28px; border-radius: 50%; flex: 0 0 28px; background: linear-gradient(140deg, #cfd6e6, #aeb8d0); }
.bubble { padding: 11px 14px; border-radius: 16px; font-size: 13.5px; line-height: 1.5; color: #1c2540; }
.bubble.ai { background: #fff; border-bottom-left-radius: 5px; box-shadow: 0 2px 6px rgba(20,40,80,.07); }
.brow.me { margin-left: auto; flex-direction: row-reverse; max-width: 82%; }
.bubble.me { background: linear-gradient(150deg, var(--accent-hi), var(--accent)); color: #fff; border-bottom-right-radius: 5px; }
.menu-bubble { background: #fff; border-radius: 16px; padding: 14px 16px; box-shadow: 0 2px 8px rgba(20,40,80,.08); align-self: flex-start; max-width: 92%; }
.menu-bubble .mt { font-family: var(--display); font-weight: var(--display-wt); font-size: 14px; color: var(--accent); margin-bottom: 9px; }
.menu-bubble .mi { display: flex; align-items: center; gap: 11px; padding: 6px 0; font-size: 13px; color: #1c2540; border-top: 1px solid #f0f2f8; }
.menu-bubble .mi:first-of-type { border-top: none; }
.menu-bubble .mi .n { width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 16%, #fff); color: var(--accent); font-family: var(--hud); font-weight: 700; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.typing { display: inline-flex; gap: 4px; background: #fff; padding: 13px 16px; border-radius: 16px; border-bottom-left-radius: 5px; box-shadow: 0 2px 6px rgba(20,40,80,.07); }
.typing i { width: 7px; height: 7px; border-radius: 50%; background: #b7c0d6; animation: typedot 1.2s infinite ease-in-out; }
.typing i:nth-child(2) { animation-delay: .18s; }
.typing i:nth-child(3) { animation-delay: .36s; }
@keyframes typedot { 0%,60%,100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-4px); opacity: 1; } }
.chat-input { display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #fff; border-top: 1px solid #e7eaf2; }
.chat-input .fld { flex: 1; height: 38px; border-radius: 999px; background: #eef1f7; }
.chat-input .snd { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: linear-gradient(150deg, var(--accent-hi), var(--accent)); display: flex; align-items: center; justify-content: center; color: #fff; }
.chat-input .snd svg { width: 19px; height: 19px; }

/* AI coach video — energetic vertical frame */
.coach-chat-video {
  margin: 26px auto 6px;
  width: 300px; max-width: 84%;
  position: relative;
  padding: 4px;
  border-radius: 26px;
  background: linear-gradient(150deg, color-mix(in srgb, var(--accent-hi) 70%, transparent), color-mix(in srgb, var(--accent) 55%, transparent) 50%, color-mix(in srgb, var(--brand) 60%, transparent) 100%);
  box-shadow:
    0 14px 36px rgba(0,0,0,.32);
  isolation: isolate;
}
/* soft outer glow halo */
.coach-chat-video::before {
  content: ''; position: absolute; inset: -12px; z-index: -1;
  border-radius: 38px;
  background: radial-gradient(60% 50% at 50% 35%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 72%);
  filter: blur(8px);
  animation: aivGlow 3.4s ease-in-out infinite;
}
@keyframes aivGlow { 0%,100% { opacity:.45; } 50% { opacity:.8; } }
/* floating AI tag */
.coach-chat-video::after {
  content: 'AIコーチ';
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-family: var(--hud); font-weight: 800; font-size: 10.5px; letter-spacing: .14em;
  color: #021016; background: #fff;
  padding: 5px 14px; border-radius: 999px; white-space: nowrap; z-index: 4;
  box-shadow: 0 5px 14px rgba(0,0,0,.26), 0 0 0 2px color-mix(in srgb, var(--accent) 28%, transparent);
}
.coach-chat-video video {
  display: block; width: 100%; height: auto;
  border-radius: 22px; background: #05070e;
}
@media (prefers-reduced-motion: reduce) {
  .coach-chat-video::before { animation: none; }
}

/* coach video card */
.coach-card {
  margin-top: 14px; position: relative; overflow: hidden;
  border-radius: 18px; padding: 30px 20px; text-align: center;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
}
.coach-card::before {
  content: ''; position: absolute; inset: 0; z-index: 0; opacity: .5;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 12px, transparent 12px 24px);
}
.coach-card > * { position: relative; z-index: 1; }
.coach-card .tag { display: inline-block; font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .14em; color: #021016; background: var(--brand); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.coach-card .play { width: 70px; height: 70px; margin: 0 auto 16px; border-radius: 50%; background: linear-gradient(150deg, var(--accent-hi), var(--accent), var(--brand)); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 30px color-mix(in srgb, var(--accent) 45%, transparent); }
.coach-card .play .tri { width: 0; height: 0; border-style: solid; border-width: 11px 0 11px 18px; border-color: transparent transparent transparent #fff; margin-left: 5px; }
.coach-card .lbl { font-family: var(--hud); font-weight: 700; font-size: 11.5px; letter-spacing: .06em; color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; display: inline-block; }

/* coach video card (with real video) */
.coach-video {
  margin-top: 14px; position: relative; overflow: hidden;
  border-radius: 18px; border: 1px solid var(--line);
  background: #05070e;
  box-shadow: 0 14px 36px rgba(0,0,0,.3);
}
.coach-video video { display: block; width: 100%; height: auto; background: #05070e; }
.coach-video .vtag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .14em;
  color: #021016; background: var(--brand); padding: 5px 12px; border-radius: 999px;
  box-shadow: var(--glow-brand);
}
.coach-video .vcap {
  padding: 12px 16px; display: flex; align-items: center; gap: 8px;
  font-family: var(--hud); font-weight: 700; font-size: 11.5px; letter-spacing: .04em; color: var(--ink-2);
  border-top: 1px solid var(--line); background: var(--panel);
}
.coach-video .vcap::before { content: '▶'; color: var(--accent); font-size: 11px; }

/* festival live clip — sits below the banner */
.fes-clip { margin-top: 16px; border-radius: 20px; }
.fes-clip .vtag { background: var(--accent); animation: fesClipBlink 1.6s steps(1) infinite; }
@keyframes fesClipBlink { 0%,60% { opacity:1; } 61%,100% { opacity:.35; } }
@media (prefers-reduced-motion: reduce) { .fes-clip .vtag { animation: none; } }

/* =================== COACH =================== */
.coach-card {
  margin: 22px auto 0; max-width: 460px; padding: 30px 24px 28px;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 24px; box-shadow: 0 18px 44px rgba(12,14,17,.14);
  text-align: center;
}
.coach-avatar {
  width: 132px; height: 132px; margin: 0 auto; border-radius: 50%; overflow: hidden;
  border: 4px solid var(--panel); box-shadow: 0 10px 26px rgba(12,14,17,.24), 0 0 0 1.5px var(--line);
}
.coach-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; display: block; }
.coach-role {
  display: inline-block; margin-top: 18px; font-family: var(--hud, inherit); font-weight: 800;
  font-size: 11px; letter-spacing: .06em; color: var(--accent);
  background: var(--panel-2); border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px;
}
.coach-name { margin-top: 12px; font-size: clamp(28px, 7vw, 34px); font-weight: 800; line-height: 1.05; color: var(--ink); }
.coach-kana { display: block; margin-top: 4px; font-size: 12.5px; letter-spacing: .1em; color: var(--ink-2); font-weight: 600; }

.coach-stats { margin-top: 22px; display: grid; grid-template-columns: 1fr; gap: 8px; text-align: left; }
.cstat {
  display: flex; align-items: baseline; gap: 12px;
  background: var(--panel-2); border: 1px solid var(--line-soft); border-radius: 13px; padding: 13px 16px;
}
.cstat b { flex: 0 0 auto; min-width: 118px; font-size: 20px; font-weight: 800; color: var(--accent); line-height: 1.1; letter-spacing: -.01em; }
.cstat b i { font-style: normal; }
.cstat span { font-size: 13px; color: var(--ink-2); font-weight: 600; line-height: 1.4; }

.coach-past {
  margin-top: 12px; font-size: 13px; color: var(--ink-2); line-height: 1.6;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px;
}
.coach-past span {
  font-family: var(--hud, inherit); font-weight: 800; font-size: 10.5px; letter-spacing: .08em;
  color: var(--ink-2); border: 1px solid var(--line); border-radius: 999px; padding: 3px 9px;
}

.coach-msg { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line-soft); text-align: center; }
.coach-msg .cm-lead { font-size: 16.5px; font-weight: 800; color: var(--ink); line-height: 1.6; }
.coach-msg p { font-size: 14px; color: var(--ink-2); line-height: 1.85; }
.coach-msg p + p { margin-top: 10px; }

@media (min-width: 640px) {
  .coach-stats { grid-template-columns: 1fr; }
  .cstat b { min-width: 140px; }
}

/* =================== PARENTS =================== */
.parent-sec { background: var(--bg-2); }
.parent-reasons { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.preason { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center; padding: 15px 18px; }
.preason .ic {
  width: 56px; height: 56px; border-radius: 16px; flex: 0 0 56px;
  background: linear-gradient(150deg, var(--accent-hi), var(--accent)); color: #fff;
  border: none; display: flex; align-items: center; justify-content: center;
  margin-bottom: 0; box-shadow: var(--glow-accent);
}
.preason .ic svg { width: 28px; height: 28px; display: block; }
.preason h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; line-height: 1.3; margin-bottom: 3px; }
.preason p { font-size: 12.5px; color: var(--ink-2); line-height: 1.55; }

.reviews { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.review { padding: 15px 16px; }
.review .top { display: flex; align-items: center; gap: 10px; margin-bottom: 9px; }
.review .av { width: 44px; height: 44px; border-radius: 50%; flex: 0 0 44px; object-fit: cover; border: 2px solid var(--line); }
.review .who { font-family: var(--body); font-weight: 700; font-size: 13px; white-space: nowrap; }
.review .who .sub { font-weight: 400; font-size: 11px; color: var(--ink-3); }
.review .stars { margin-left: auto; color: var(--gold); font-size: 13px; letter-spacing: 1px; }
.review p { font-size: 13px; color: var(--ink); line-height: 1.65; }
.review .rv-head { display: block; font-family: var(--display); font-weight: var(--display-wt); color: var(--brand); font-size: 14.5px; line-height: 1.42; margin-bottom: 6px; }
.review .tagrow { margin-top: 9px; display: flex; gap: 6px; flex-wrap: wrap; }
.review .rtag { font-family: var(--hud); font-size: 9.5px; letter-spacing: .06em; color: var(--brand); border: 1px solid var(--line); padding: 3px 7px; border-radius: 3px; white-space: nowrap; }

/* =================== STEPS (利用の流れ) =================== */
.steps { margin-top: 22px; display: flex; flex-direction: column; gap: 0; }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.step .marker { display: flex; flex-direction: column; align-items: center; }
.step .marker .dot { width: 46px; height: 46px; border-radius: 12px; background: var(--panel); border: 1.5px solid var(--line); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; color: var(--brand); flex: 0 0 46px; }
.step .marker .line { flex: 1; width: 2px; background: var(--line-soft); margin: 4px 0; min-height: 14px; }
.step:last-child .marker .line { display: none; }
.step .txt { padding-bottom: 22px; }
.step:last-child .txt { padding-bottom: 0; }
.step .txt h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; margin-bottom: 3px; display: flex; align-items: center; gap: 8px; }
.step .txt p { font-size: 13px; color: var(--ink-2); }
.step.is-last .marker .dot { background: linear-gradient(100deg,var(--accent),var(--accent-hi)); color: #160800; border-color: transparent; box-shadow: var(--glow-accent); }
.step.is-last .txt h4 { color: var(--accent); }
.goal-badge {
  font-family: var(--hud); font-weight: 700; font-size: 9px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent); border: 1px solid var(--accent); border-radius: 3px; padding: 2px 6px; line-height: 1;
}

/* =================== FLOW v2 (リッチな利用の流れ) =================== */
/* flow design variant switch (rich / simple) */
.flowv { display: none; }
.lp[data-flow="rich"] .flowv-rich,
.lp[data-flow="simple"] .flowv-simple,
.lp[data-flow="three"] .flowv-three,
.lp:not([data-flow]) .flowv-rich { display: block; }

/* ---- THREE: bold 3-step cards ---- */
.flow-three { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.f3 {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 60px 1fr; gap: 16px; align-items: center;
  padding: 18px 18px; border-radius: 16px;
  background: var(--panel); border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.f3 .f3n {
  width: 60px; height: 60px; flex: 0 0 60px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 26px;
  color: #fff; background: linear-gradient(150deg, var(--accent-hi), var(--accent));
  box-shadow: var(--glow-accent);
}
.f3 .f3b .f3k { font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.f3 .f3b h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; line-height: 1.25; margin: 2px 0 3px; }
.f3 .f3b p { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
.f3 .f3ghost { position: absolute; right: -8px; bottom: -26px; z-index: 0; font-family: var(--display); font-weight: var(--display-wt); font-size: 96px; line-height: 1; color: var(--accent); opacity: .06; pointer-events: none; }
.f3 > * { position: relative; z-index: 1; }
.f3.goal .f3n { background: linear-gradient(150deg, var(--gold-hi, #ffd24d), var(--gold, #e0a93a)); color: #2a1a00; }
.f3.goal { border-color: color-mix(in srgb, var(--gold, #e0a93a) 45%, transparent); background: color-mix(in srgb, var(--gold, #e0a93a) 7%, var(--panel)); }
.f3-arrow { display: flex; justify-content: center; color: color-mix(in srgb, var(--accent) 55%, transparent); font-size: 18px; margin: -4px 0; }

/* ---- SIMPLE: compact numbered list with connecting line ---- */
.flow-simple { margin-top: 24px; position: relative; display: flex; flex-direction: column; gap: 0; }
.fs-row { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; padding: 11px 0; }
.fs-row .fn {
  width: 38px; height: 38px; flex: 0 0 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 16px;
  color: #fff; background: linear-gradient(150deg, var(--accent-hi), var(--accent));
  position: relative; z-index: 1;
}
.fs-row:not(:last-child) .fn::after {
  content: ''; position: absolute; top: 38px; left: 50%; transform: translateX(-50%);
  width: 2px; height: 26px; background: color-mix(in srgb, var(--accent) 30%, transparent);
}
.fs-row .ft { font-family: var(--display); font-weight: var(--display-wt); font-size: 15.5px; }
.fs-row .ft small { font-family: var(--body); font-weight: 500; font-size: 12px; color: var(--ink-2); margin-left: 8px; }
.fs-row.goal .fn { background: linear-gradient(150deg, var(--gold-hi, #ffd24d), var(--gold, #e0a93a)); color: #2a1a00; }
.fs-row.goal .ft { color: var(--accent); }

/* =================== FLOW v2 base styles =================== */
.flow2 { margin-top: 26px; position: relative; display: flex; flex-direction: column; gap: 14px; padding-left: 8px; }
/* gradient rail behind the nodes */
.flow2::before {
  content: ''; position: absolute; left: 33px; top: 26px; bottom: 64px; width: 3px; z-index: 0;
  background: linear-gradient(180deg, var(--brand), var(--accent));
  border-radius: 3px; opacity: .55;
}
.fstep { position: relative; z-index: 1; display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: stretch; }
.fstep .rail { display: flex; flex-direction: column; align-items: center; }
.fstep .node {
  width: 52px; height: 52px; border-radius: 15px; flex: 0 0 52px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 21px;
  color: var(--brand); background: var(--panel);
  border: 2px solid var(--line);
  box-shadow: 0 6px 16px rgba(0,0,0,.22);
}
.fstep .fcard {
  position: relative; overflow: hidden;
  padding: 15px 17px; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line-soft);
  box-shadow: 0 6px 18px rgba(0,0,0,.16);
  display: flex; align-items: center; gap: 13px;
}
/* big ghost number watermark */
.fstep .ghost {
  position: absolute; right: -6px; bottom: -22px; z-index: 0;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 86px; line-height: 1;
  color: var(--brand); opacity: .07; pointer-events: none;
}
.fstep .ficon {
  position: relative; z-index: 1; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--brand) 12%, transparent);
  border: 1px solid var(--line);
  color: var(--brand);
}
.fstep .ficon svg { width: 23px; height: 23px; }
.fstep .fbody { position: relative; z-index: 1; flex: 1; min-width: 0; }
.fstep .fkicker { font-family: var(--hud); font-weight: 700; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.fstep .fbody h4 { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; line-height: 1.25; margin: 1px 0 3px; }
.fstep .fbody p { font-size: 12.5px; color: var(--ink-2); line-height: 1.5; }
/* goal step */
.fstep.goal .node { background: linear-gradient(140deg, var(--accent), var(--accent-hi)); color: #fff; border-color: transparent; box-shadow: var(--glow-accent); }
.fstep.goal .fcard { border-color: color-mix(in srgb, var(--accent) 45%, transparent); background: color-mix(in srgb, var(--accent) 7%, var(--panel)); }
.fstep.goal .ficon { background: color-mix(in srgb, var(--accent) 16%, transparent); border-color: color-mix(in srgb, var(--accent) 40%, transparent); color: var(--accent); }
.fstep.goal .ghost { color: var(--accent); }
.fstep.goal .fkicker { color: var(--accent); }
.fstep .fcheck { position: relative; z-index: 1; flex: 0 0 auto; color: var(--accent); font-family: var(--hud); font-weight: 700; font-size: 11px; }

/* =================== FINAL CTA =================== */
.final {
  text-align: center; padding: 50px var(--pad) 40px;
  background: radial-gradient(120% 90% at 50% 100%, rgba(255,106,26,.16), transparent 60%), radial-gradient(120% 90% at 50% 0%, rgba(30,200,222,.12), transparent 60%);
}
.final h2 { font-family: var(--display); font-weight: var(--display-wt); font-size: clamp(28px, 9.4vw, 40px); line-height: 1.06; margin-bottom: 8px; }
.final h2 .cy { color: var(--brand); text-shadow: var(--glow-brand); }
.final p { color: var(--ink-2); font-size: 14.5px; margin-bottom: 24px; }
.final .btn { max-width: 360px; margin: 0 auto; font-size: 19px; padding: 20px; }
.final .trust { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.final .trust .t { font-family: var(--hud); font-size: 10px; letter-spacing: .1em; color: var(--ink-3); border: 1px solid var(--line-soft); padding: 6px 10px; border-radius: 3px; white-space: nowrap; }

/* footer */
.lp-foot { padding: 26px var(--pad) 40px; text-align: center; border-top: 1px solid var(--line-soft); }
.lp-foot .logo { height: 18px; margin: 0 auto 12px; opacity: .8; }
.lp-foot .links { display: flex; gap: 16px; justify-content: center; font-size: 11px; color: var(--ink-3); flex-wrap: wrap; }
.lp-foot .links a { white-space: nowrap; }
.lp-foot .cp { margin-top: 14px; font-family: var(--hud); font-size: 9.5px; letter-spacing: .1em; color: var(--ink-3); }

/* reveal on scroll — gated under .js so content stays visible if JS fails */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; } }

/* =================== PRICING (料金プラン) =================== */
.price-card {
  position: relative; margin-top: 32px; padding: 42px 22px 22px; text-align: center; overflow: visible;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.price-ribbon {
  position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 18px; letter-spacing: .04em;
  padding: 9px 36px; white-space: nowrap;
  clip-path: polygon(0 0, 100% 0, calc(100% - 13px) 50%, 100% 100%, 0 100%, 13px 50%);
  box-shadow: var(--glow-accent);
}
.price-first { font-family: var(--body); font-weight: 700; font-size: 15px; color: var(--ink-2); margin-top: 4px; }
.price-row { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 6px 0 2px; }
.price-was { display: inline-flex; align-items: baseline; font-family: var(--display); font-weight: var(--display-wt); font-size: 40px; color: var(--ink-3); text-decoration: line-through; text-decoration-thickness: 3px; line-height: 1; }
.price-arrow { font-family: var(--hud); font-size: 26px; color: var(--ink-3); }
.price-now { display: inline-flex; align-items: baseline; font-family: var(--display); font-weight: var(--display-wt); font-size: 68px; color: var(--accent); line-height: 1; }
.price-row small {
  font-size: 15px; font-family: var(--hud); font-weight: 700;
  border: 2px solid var(--ink-2); color: var(--ink); border-radius: 3px;
  padding: 0 3px; margin-left: 5px; line-height: 1.1; align-self: flex-end; margin-bottom: 4px;
}
.price-now small { border-color: var(--accent); color: var(--accent); }
.price-trial { font-family: var(--display); font-weight: var(--display-wt); font-size: 19px; margin: 12px 0 18px; }
.price-trial em { font-style: normal; color: var(--accent); }
.price-card .btn { max-width: 360px; margin: 0 auto; }
.price-notes { list-style: none; text-align: left; margin: 18px auto 0; max-width: 360px; display: flex; flex-direction: column; gap: 5px; }
.price-notes li { font-size: 11.5px; color: var(--ink-3); line-height: 1.55; padding-left: 15px; position: relative; }
.price-notes li::before { content: '※'; position: absolute; left: 0; }

/* ---- pricing variant switch ---- */
.price-variants { position: relative; }
.pv { display: none; }
.lp[data-pricing="a"] .pv-a,
.lp[data-pricing="b"] .pv-b,
.lp[data-pricing="c"] .pv-c,
.lp:not([data-pricing]) .pv-a { display: block; }

/* ===== Plan B : タイムライン型 ===== */
.ptl {
  margin-top: 32px; padding: 26px 20px 20px; text-align: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0,0,0,.26);
}
.ptl-head { display: flex; align-items: baseline; justify-content: center; gap: 9px; margin-bottom: 4px; white-space: nowrap; }
.ptl-head .z { font-family: var(--display); font-weight: var(--display-wt); font-size: 60px; color: var(--accent); line-height: .9; }
.ptl-head .d { font-family: var(--display); font-weight: var(--display-wt); font-size: 23px; color: var(--ink); white-space: nowrap; }
.ptl-sub { font-size: 12.5px; color: var(--ink-3); margin-bottom: 20px; }
.ptl-track { display: grid; grid-template-columns: 1.7fr 1.3fr; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.ptl-seg { padding: 14px 12px; text-align: left; }
.ptl-seg .sk { font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .12em; color: var(--ink-3); }
.ptl-seg .sv { font-family: var(--display); font-weight: var(--display-wt); font-size: 16px; margin-top: 3px; }
.ptl-seg.free { background: color-mix(in srgb, var(--accent) 12%, transparent); border-right: 2px dashed color-mix(in srgb, var(--accent) 55%, transparent); }
.ptl-seg.free .sv { color: var(--accent); }
.ptl-seg.free .sv b { font-size: 22px; }
.ptl-seg.paid .sv { color: var(--ink); }
.ptl-seg.paid .sv small { font-size: 11px; color: var(--ink-3); margin-left: 3px; }
.ptl-marker { font-family: var(--hud); font-weight: 700; font-size: 10.5px; letter-spacing: .06em; color: var(--accent); margin: 10px 0 18px; }
.ptl .btn { width: 100%; }
.ptl-foot { font-size: 11px; color: var(--ink-3); margin-top: 12px; line-height: 1.6; }

/* ===== Plan C : チケット型 ===== */
.ptk {
  margin-top: 32px; position: relative; overflow: hidden;
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,.26);
}
.ptk-top { display: flex; align-items: center; gap: 16px; padding: 24px 22px; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 16%, var(--panel)), var(--panel)); }
.ptk-stamp {
  flex: 0 0 78px; width: 78px; height: 78px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--display); font-weight: var(--display-wt); font-size: 15px; line-height: 1.05; color: #fff;
  background: linear-gradient(150deg, var(--accent-hi), var(--accent)); box-shadow: var(--glow-accent);
  transform: rotate(-8deg); border: 3px solid #fff;
}
.ptk-main { flex: 1; text-align: left; min-width: 0; }
.ptk-main .k { font-family: var(--display); font-weight: var(--display-wt); font-size: 13px; color: var(--ink-2); }
.ptk-main .z { font-family: var(--display); font-weight: var(--display-wt); font-size: 60px; line-height: .92; color: var(--accent); }
.ptk-main .sub { font-size: 12px; color: var(--ink-3); margin-top: 2px; }
.ptk-main .sub s { color: var(--ink-3); }
.ptk-perf { position: relative; height: 0; border-top: 2px dashed var(--line); margin: 0 14px; }
.ptk-perf::before, .ptk-perf::after { content: ''; position: absolute; top: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--bg); }
.ptk-perf::before { left: -24px; }
.ptk-perf::after { right: -24px; }
.ptk-bottom { padding: 18px 22px 20px; }
.ptk-bottom .btn { width: 100%; }
.ptk-note { font-size: 11px; color: var(--ink-3); text-align: center; margin-top: 11px; line-height: 1.6; }

/* =================== FAQ (よくある質問) =================== */
.faq-list { margin-top: 22px; display: flex; flex-direction: column; gap: 10px; }
.faq-item { padding: 0; overflow: hidden; }
.faq-q {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 16px 18px; font-family: var(--display); font-weight: var(--display-wt); font-size: 14.5px; line-height: 1.4;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q .q-tx { display: flex; align-items: baseline; gap: 9px; }
.faq-q .q-tx::before { content: 'Q'; font-family: var(--hud); color: var(--accent); font-size: 15px; flex: 0 0 auto; }
.faq-mk { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-mk::before, .faq-mk::after { content: ''; position: absolute; background: var(--accent); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.faq-mk::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-mk::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item[open] .faq-mk::after { transform: scaleY(0); }
.faq-a { padding: 0 18px 17px 18px; font-size: 13px; color: var(--ink-2); line-height: 1.75; }
.faq-a .a-tx { display: flex; align-items: baseline; gap: 9px; }
.faq-a .a-tx::before { content: 'A'; font-family: var(--hud); font-weight: 700; color: var(--ink-3); font-size: 14px; flex: 0 0 auto; }

/* ===== 共感（お悩み）section ===== */
.worry-list { display: grid; gap: 11px; margin-top: 4px; }
.worry { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 14px; background: var(--panel); border: 1px solid var(--line); }
.worry .qi { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-family: var(--hud); font-weight: 800; font-size: 16px; color: #fff; background: color-mix(in srgb, var(--accent) 82%, #000); }
.worry p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.45; color: var(--ink); }
.worry-answer { margin-top: 18px; text-align: center; }
.worry-answer .ar { display: block; font-family: var(--hud); color: var(--accent); font-size: 22px; margin-bottom: 6px; }
.worry-answer p { margin: 0; font-size: 17px; font-weight: 800; line-height: 1.5; color: var(--ink); text-wrap: pretty; }
.worry-answer b { color: var(--accent); }

/* ---- 共感 variant switch ---- */
.cncv { display: none; }
.lp[data-concerns="list"] .cncv-list,
.lp[data-concerns="cards"] .cncv-cards,
.lp[data-concerns="bubble"] .cncv-bubble,
.lp[data-concerns="note"] .cncv-note,
.lp:not([data-concerns]) .cncv-list { display: block; }

/* variant B: cards */
.cnc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px; }
.cnc-card { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; padding: 20px 10px 18px; border-radius: 16px; background: var(--panel); border: 1px solid var(--line); }
.cnc-card .ci { font-size: 30px; line-height: 1; }
.cnc-card p { margin: 0; font-size: 12px; font-weight: 700; line-height: 1.5; color: var(--ink); }

/* variant C: bubble */
.cnc-bubbles { display: flex; flex-direction: column; gap: 14px; margin-top: 4px; }
.cnc-bub { position: relative; max-width: 86%; align-self: flex-start; padding: 13px 16px; background: var(--panel); border: 1px solid var(--line); border-radius: 4px 16px 16px 16px; }
.cnc-bub:nth-child(even) { align-self: flex-end; border-radius: 16px 4px 16px 16px; background: color-mix(in srgb, var(--accent) 10%, var(--panel)); border-color: color-mix(in srgb, var(--accent) 30%, var(--line)); }
.cnc-bub .who { display: block; font-family: var(--hud); font-weight: 700; font-size: 9.5px; letter-spacing: .1em; color: var(--ink-3); margin-bottom: 5px; }
.cnc-bub p { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.5; color: var(--ink); }

/* variant D: note / checklist */
.cnc-note { margin-top: 4px; position: relative; padding: 20px 20px 18px; border-radius: 16px; background: var(--panel); border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.cnc-note .nt-head { display: flex; align-items: center; gap: 8px; font-family: var(--hud); font-weight: 800; font-size: 12.5px; letter-spacing: .05em; color: var(--accent); margin-bottom: 15px; }
.cnc-note .nt-head::before { content: '📋'; font-size: 16px; }
.cnc-note ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.cnc-note li { display: flex; align-items: flex-start; gap: 12px; font-size: 14.5px; font-weight: 700; line-height: 1.45; color: var(--ink); }
.cnc-note li .cb { flex: 0 0 auto; width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; font-size: 13px; font-weight: 800; color: #fff; background: color-mix(in srgb, var(--accent) 85%, #000); }
.cnc-note .nt-foot { margin-top: 15px; padding-top: 13px; border-top: 1px dashed var(--line); font-size: 13px; font-weight: 700; color: var(--ink-2); text-align: center; }

/* festival try CTA (below the live clip) */
.fes-try-cta { margin-top: 18px; text-align: center; }
.fes-try-cta .hero-note { margin-top: 10px; }

/* =========================================================
   PRO CONTENT — NBA-style trading-card vault
   (self-contained dark burgundy/black/gold; skin-neutral)
   ========================================================= */
.procon-sec {
  position: relative; overflow: hidden;
  background:
    radial-gradient(135% 95% at 50% -12%, #75002F 0%, #340014 44%, #0c0507 100%);
  color: #fff;
  padding: 56px 0 60px;
  --pc-gold: #E7C25C; --pc-gold-2: #B68F27; --pc-line: rgba(231,194,92,.34);
}
/* inner blocks keep readable side padding; the dark band itself is full-width */
.procon-sec > *:not(.procon-bg):not(.pc-cards) { padding-left: var(--pad); padding-right: var(--pad); }
.procon-sec .pc-cards { margin: 0; }
/* override the light section banding from any skin */
.lp[data-skin] .procon-sec,
[data-skin="thunders"] .lp > section.procon-sec { background:
    radial-gradient(135% 95% at 50% -12%, #75002F 0%, #340014 44%, #0c0507 100%) !important; }

.procon-sec > *:not(.procon-bg) { position: relative; z-index: 1; }
.procon-sec .sec-idx { color: rgba(255,255,255,.62); }
.procon-sec .sec-idx::before { background: linear-gradient(90deg, var(--pc-gold) 0, var(--pc-gold) 34px, rgba(255,255,255,.16) 34px, rgba(255,255,255,.16) 100%) !important; }
.procon-sec .eyebrow { background: rgba(231,194,92,.14); border-color: rgba(231,194,92,.5); color: var(--pc-gold); }
.procon-sec .eyebrow::before { background: var(--pc-gold); box-shadow: none; }
.procon-sec .sec-title { color: #fff; }
.procon-sec .pc-title-c { text-align: center; }
.procon-sec .pc-title-c + .sec-sub { text-align: center; max-width: none; width: 100%; margin-left: auto; margin-right: auto; }
.procon-sec .sec-sub { color: rgba(255,255,255,.8); }
.procon-sec .sec-sub b { color: var(--pc-gold); }

/* particle / speed-line field */
.procon-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.procon-bg::before {
  content: ''; position: absolute; inset: -25%;
  background: repeating-linear-gradient(118deg, transparent 0 40px, rgba(231,194,92,.05) 40px 41px);
  -webkit-mask: radial-gradient(110% 95% at 72% 26%, #000, transparent 78%);
          mask: radial-gradient(110% 95% at 72% 26%, #000, transparent 78%);
}
.pc-spark { position: absolute; width: 5px; height: 5px; border-radius: 50%;
  background: var(--pc-gold); box-shadow: 0 0 9px 2px rgba(231,194,92,.7); opacity: 0;
  animation: pcSpark 7s ease-in-out infinite; }
.pc-spark.s1 { left: 12%; top: 30%; animation-delay: 0s; }
.pc-spark.s2 { left: 26%; top: 64%; animation-delay: 1.4s; }
.pc-spark.s3 { left: 78%; top: 22%; animation-delay: .7s; }
.pc-spark.s4 { left: 88%; top: 58%; animation-delay: 2.2s; }
.pc-spark.s5 { left: 46%; top: 16%; animation-delay: 3.1s; }
.pc-spark.s6 { left: 62%; top: 74%; animation-delay: 1.9s; }
@keyframes pcSpark { 0%,100% { opacity: 0; transform: translateY(6px) scale(.7); } 50% { opacity: .9; transform: translateY(-8px) scale(1); } }
@media (prefers-reduced-motion: reduce) { .pc-spark { display: none; } }

/* generic card shell */
.pc-card {
  position: relative; border-radius: 18px; overflow: hidden;
  background: linear-gradient(160deg, #3a0017, #160409);
  box-shadow: 0 18px 44px rgba(0,0,0,.55), inset 0 0 0 2px var(--pc-gold-2), inset 0 0 0 5px rgba(0,0,0,.45);
}
.pc-card-img { position: absolute; inset: 0; background-size: cover; background-position: 74% 28%; }
.pc-card-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(12,5,7,.5) 70%, rgba(12,5,7,.92) 100%); }
.pc-card::after { content: ''; position: absolute; inset: 8px; border: 1px solid var(--pc-line); border-radius: 12px; pointer-events: none; z-index: 3; }

/* ① hero featured card */
.pc-hero { position: relative; display: flex; justify-content: center; margin: 30px 0 6px; perspective: 1100px; }
.pc-hero-card {
  width: min(286px, 74%); aspect-ratio: 3 / 4;
  transform: rotateY(-7deg) rotateX(3deg);
  transform-style: preserve-3d;
  animation: pcFloatCard 6s ease-in-out infinite;
  box-shadow: 0 26px 60px rgba(0,0,0,.6), 0 0 0 1px rgba(231,194,92,.3), inset 0 0 0 2px var(--pc-gold), inset 0 0 0 6px rgba(0,0,0,.5), 0 0 46px rgba(231,194,92,.22);
}
@keyframes pcFloatCard { 0%,100% { transform: rotateY(-7deg) rotateX(3deg) translateY(0); } 50% { transform: rotateY(-2deg) rotateX(1deg) translateY(-12px); } }
@media (prefers-reduced-motion: reduce) { .pc-hero-card { animation: none; } }
.pc-card-shine { position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(120deg, transparent 38%, rgba(255,255,255,.32) 48%, transparent 58%);
  background-size: 250% 100%; animation: pcShine 4.6s ease-in-out infinite; }
@keyframes pcShine { 0% { background-position: 180% 0; } 55%,100% { background-position: -80% 0; } }
.pc-plate { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 16px 16px 18px; text-align: center; }
.pc-rarity { color: var(--pc-gold); font-size: 17px; letter-spacing: 3px; text-shadow: 0 1px 6px rgba(0,0,0,.6); }
.pc-plate-name { font-family: var(--hud); font-weight: 800; letter-spacing: 3px; font-size: 16px; margin-top: 5px; color: #fff; }
.pc-plate-sub { font-size: 12.5px; color: var(--pc-gold); font-weight: 700; margin-top: 3px; }

/* floating rarity chips */
.pc-chip { position: absolute; z-index: 5; font-family: var(--hud); font-weight: 800; font-size: 11px; letter-spacing: 1.5px;
  color: #2a0010; background: linear-gradient(180deg, #fff, var(--pc-gold)); padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0,0,0,.4); animation: pcChipFloat 5s ease-in-out infinite; }
.pc-chip.c1 { top: 8%; left: 8%; animation-delay: 0s; transform: rotate(-8deg); }
.pc-chip.c2 { top: 24%; right: 5%; animation-delay: 1.2s; transform: rotate(6deg); background: linear-gradient(180deg, #fff, #D65B86); }
.pc-chip.c3 { bottom: 16%; left: 4%; animation-delay: 2.1s; transform: rotate(5deg); background: linear-gradient(180deg, #fff, #8F0038); color: #fff; }
@keyframes pcChipFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@media (prefers-reduced-motion: reduce) { .pc-chip { animation: none; } }

.pc-legend { text-align: center; font-size: 12px; color: rgba(255,255,255,.6); margin-top: 12px; }

/* ② content cards — swipeable trading-card row */
.pc-swipe-hint { text-align: center; font-size: 11px; letter-spacing: 1px; color: var(--pc-gold); margin: 26px 0 10px; font-family: var(--hud); font-weight: 700; }
.pc-cards { display: grid; grid-auto-flow: column; grid-auto-columns: 70%; gap: 14px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 14px; margin: 0 calc(var(--pad) * -1); padding-left: var(--pad); padding-right: var(--pad);
  -ms-overflow-style: none; scrollbar-width: none; }
.pc-cards::-webkit-scrollbar { display: none; }
.pc-mini { aspect-ratio: 3 / 4; scroll-snap-align: center; }
.pc-mini-img { position: absolute; inset: 0; background-size: cover; background-position: 74% 26%; }
.pc-mini-img.km { background-position: 70% 24%; }
.pc-mini-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 4; padding: 14px 14px 16px; }
.pc-tag { display: inline-block; font-family: var(--hud); font-weight: 800; font-size: 10.5px; letter-spacing: 1.5px;
  color: #2a0010; background: linear-gradient(180deg, #fff, var(--pc-gold)); padding: 4px 10px; border-radius: 6px; margin-bottom: 8px; }
.pc-tag.legend { background: linear-gradient(180deg, #fff, #8F0038); color: #fff; }
.pc-tag.challenge { background: linear-gradient(180deg, #fff, #D65B86); color: #2a0010; }
.pc-mini-body h3 { font-size: 17px; font-weight: 800; line-height: 1.25; color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.pc-mini-note { font-size: 12px; color: rgba(255,255,255,.78); margin-top: 4px; }

/* locked state */
.pc-mini.locked .pc-mini-img { display: none; }
.pc-lock { position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; }
.pc-lock-ic { font-size: 28px; filter: drop-shadow(0 2px 6px rgba(0,0,0,.6)); }
.pc-sp-pill { background: linear-gradient(180deg, var(--pc-gold), var(--pc-gold-2)); color: #2a0010;
  font-family: var(--hud); font-weight: 800; font-size: 12px; padding: 6px 13px; border-radius: 999px; box-shadow: 0 6px 16px rgba(0,0,0,.4); }
.pc-mini.locked::before { content: ''; position: absolute; inset: 0; z-index: 6; pointer-events: none;
  background: linear-gradient(120deg, transparent 42%, rgba(231,194,92,.22) 50%, transparent 58%);
  background-size: 260% 100%; animation: pcShine 3.8s ease-in-out infinite; }

/* ③ unlock flow */
.pc-flow { margin-top: 34px; display: flex; flex-direction: column; align-items: center; gap: 0; }
.pc-step { display: flex; align-items: center; gap: 14px; width: min(360px, 100%);
  background: linear-gradient(160deg, rgba(231,194,92,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(231,194,92,.28); border-radius: 14px; padding: 14px 18px; }
.pc-step-no { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--hud); font-weight: 800; font-size: 17px; color: #2a0010;
  background: linear-gradient(180deg, #fff, var(--pc-gold)); box-shadow: 0 4px 12px rgba(0,0,0,.35); }
.pc-step-tx b { display: block; font-size: 16px; color: #fff; }
.pc-step-tx span { font-size: 12.5px; color: rgba(255,255,255,.66); }
.pc-step.hot { background: linear-gradient(160deg, #8F0038, #6D002B); border-color: var(--pc-gold); box-shadow: 0 12px 30px rgba(143,0,56,.5), 0 0 0 1px rgba(231,194,92,.4); }
.pc-step.hot .pc-step-tx span { color: var(--pc-gold); }
.pc-flow-arrow { color: var(--pc-gold); font-size: 15px; line-height: 1; padding: 7px 0; opacity: .8; }

/* ④ parent value */
.pc-parent { margin-top: 36px; border-left: 3px solid var(--pc-gold);
  background: linear-gradient(120deg, rgba(231,194,92,.08), transparent); border-radius: 0 14px 14px 0; padding: 18px 20px; }
.pc-parent-lead { font-size: 17px; font-weight: 800; color: #fff; line-height: 1.4; }
.pc-parent-body { font-size: 14px; color: rgba(255,255,255,.82); line-height: 1.7; margin-top: 8px; }

/* ---- ① card showcase hero (spotlight stage) ---- */
.pc-hero { margin: 26px 0 0; }
.pc-stage { position: relative; display: flex; justify-content: center; align-items: flex-end;
  min-height: 360px; perspective: 1400px; }
.pc-spotlight { position: absolute; left: 50%; top: 36%; transform: translate(-50%,-50%);
  width: 116%; height: 116%; pointer-events: none;
  background: radial-gradient(54% 50% at 50% 42%, rgba(231,194,92,.34) 0%, rgba(143,0,56,.32) 38%, transparent 72%);
  filter: blur(4px); }
.pc-ring { position: absolute; left: 50%; top: 34%; transform: translate(-50%,-50%);
  width: 300px; height: 300px; border-radius: 50%; pointer-events: none; opacity: .55;
  background: conic-gradient(from 0deg, transparent, rgba(231,194,92,.55), transparent 30%, transparent 50%, rgba(214,91,134,.45), transparent 80%);
  -webkit-mask: radial-gradient(closest-side, transparent 64%, #000 66%, #000 92%, transparent 100%);
          mask: radial-gradient(closest-side, transparent 64%, #000 66%, #000 92%, transparent 100%);
  animation: pcSpin 14s linear infinite; }
@keyframes pcSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.pc-deck { position: relative; display: flex; justify-content: center; align-items: flex-end;
  transform-style: preserve-3d; padding-bottom: 6px; }
.pc-realcard { width: min(230px, 60%); border-radius: 14px; display: block;
  box-shadow: 0 26px 60px rgba(0,0,0,.62), 0 0 34px rgba(231,194,92,.22); }
.pc-realcard.front { position: relative; z-index: 3; transform: rotateY(-9deg) rotateX(4deg) translateZ(40px);
  transform-style: preserve-3d; animation: pcFloatA 6s ease-in-out infinite; }
.pc-realcard.back { position: absolute; z-index: 1; left: 50%; bottom: 8px;
  width: min(196px, 51%); transform: translateX(-78%) rotate(-11deg); opacity: .92;
  filter: brightness(.86) saturate(.95); animation: pcFloatB 7s ease-in-out infinite; }
.pc-realcard.refl { position: absolute; z-index: 0; left: 50%; bottom: 0;
  width: min(230px, 60%); transform: translateX(-50%) translateY(98%) rotateX(180deg) rotateY(-9deg) scaleY(.62);
  opacity: .16; filter: blur(2px); box-shadow: none;
  -webkit-mask: linear-gradient(180deg, #000, transparent 60%); mask: linear-gradient(180deg, #000, transparent 60%); }
@keyframes pcFloatA { 0%,100% { transform: rotateY(-9deg) rotateX(4deg) translateZ(40px) translateY(0); } 50% { transform: rotateY(-4deg) rotateX(2deg) translateZ(40px) translateY(-12px); } }
@keyframes pcFloatB { 0%,100% { transform: translateX(-78%) rotate(-11deg) translateY(0); } 50% { transform: translateX(-78%) rotate(-9deg) translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .pc-realcard.front, .pc-realcard.back, .pc-ring { animation: none; } }

/* legacy player-card (unused) */
.pc-pcard { position: relative; border-radius: 18px 18px 0 0; overflow: hidden; aspect-ratio: 1 / 1.12;
  box-shadow: inset 0 0 0 1px rgba(231,194,92,.3); }
.pc-pcard-img { position: absolute; inset: 0; background-size: cover; background-position: 64% 28%; }
.pc-pcard-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(12,5,7,.55) 64%, rgba(12,5,7,.97) 100%); }
.pc-pcard-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 20px 18px; }
.pc-pcard-name { font-family: var(--hud); font-weight: 800; font-size: 33px; letter-spacing: .5px; color: #fff; line-height: .98; text-shadow: 0 2px 14px rgba(0,0,0,.6); margin-top: 5px; }
.pc-pcard-jp { font-size: 16px; color: #fff; font-weight: 700; margin-top: 7px; }
.pc-pos { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; font-family: var(--hud); font-weight: 700; font-size: 12px; color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 5px 13px; }
.pc-pos::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--pc-gold); }

.pc-prog { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 4px;
  background: linear-gradient(160deg, #2a0a12, #160409); border: 1px solid rgba(231,194,92,.25);
  border-radius: 16px; padding: 16px 18px; }
.pc-prog-k { font-family: var(--hud); font-weight: 800; letter-spacing: 1.5px; font-size: 10px; color: var(--pc-gold); }
.pc-prog-v { font-size: 13px; color: rgba(255,255,255,.66); margin-top: 4px; }
.pc-prog-v b { font-family: var(--hud); font-weight: 800; font-size: 24px; color: #fff; }
.pc-prog-seg { display: flex; gap: 7px; flex: 0 0 auto; }
.pc-prog-seg .seg { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; font-family: var(--hud); font-weight: 800; font-size: 15px; color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.pc-prog-seg .seg.done { background: linear-gradient(180deg, var(--pc-gold), var(--pc-gold-2)); color: #2a0010; border: none; }
.pc-prog-seg .seg.cur { background: linear-gradient(160deg, #8F0038, #6D002B); color: #fff; border-color: rgba(231,194,92,.4); }
.pc-hero .pc-action { margin-top: 12px; }

/* ---- (legacy) product-style featured card ---- */
.pc-feature { position: relative; border-radius: 18px; overflow: hidden; min-height: 188px;
  background: linear-gradient(160deg, #3a0017, #160409);
  box-shadow: 0 18px 44px rgba(0,0,0,.5), inset 0 0 0 1px rgba(231,194,92,.35); }
.pc-feature-img { position: absolute; inset: 0; background-size: cover; background-position: 88% 22%;
  -webkit-mask: linear-gradient(90deg, transparent 8%, #000 56%); mask: linear-gradient(90deg, transparent 8%, #000 56%); }
.pc-feature-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, #1a060c 30%, rgba(26,6,12,.4) 60%, transparent 80%); }
.pc-feature-body { position: relative; z-index: 2; padding: 18px 18px 16px; }
.pc-cat { font-family: var(--hud); font-weight: 800; letter-spacing: 2px; font-size: 10.5px; color: var(--pc-gold); }
.pc-feature-title { font-size: 21px; font-weight: 800; line-height: 1.22; color: #fff; margin: 6px 0 6px; }
.pc-feature-by { font-size: 12px; color: rgba(255,255,255,.62); margin-bottom: 14px; }
.pc-sp-bar { display: flex; align-items: center; gap: 5px; }
.pc-sp-bar .seg { width: 30px; height: 7px; border-radius: 4px; background: rgba(255,255,255,.14); }
.pc-sp-bar .seg.on { background: linear-gradient(90deg, var(--pc-gold-2), var(--pc-gold)); box-shadow: 0 0 8px rgba(231,194,92,.5); }
.pc-sp-val { margin-left: 8px; font-family: var(--hud); font-weight: 800; font-size: 13px; color: #fff; }
.pc-sp-val i { color: var(--pc-gold); font-style: normal; font-size: 11px; }

.pc-action { display: flex; align-items: center; gap: 12px; margin-top: 12px;
  background: linear-gradient(160deg, rgba(231,194,92,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(231,194,92,.28); border-radius: 14px; padding: 13px 15px; }
.pc-action-ic { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; font-size: 18px;
  background: linear-gradient(160deg, #8F0038, #6D002B); box-shadow: inset 0 0 0 1px rgba(231,194,92,.4); }
.pc-action-tx { flex: 1 1 auto; }
.pc-action-tx b { display: block; font-size: 14px; color: #fff; }
.pc-action-tx span { font-size: 11.5px; color: rgba(255,255,255,.55); }
.pc-action-cta { flex: 0 0 auto; font-family: var(--hud); font-weight: 800; font-size: 13px; letter-spacing: 1px; color: #2a0010;
  background: linear-gradient(180deg, #fff, var(--pc-gold)); padding: 8px 14px; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,0,0,.35); }

/* ---- SP missions block (screen ①) ---- */
.pc-missions { margin-top: 34px; }
.pc-miss-eyebrow { font-family: var(--hud); font-weight: 800; letter-spacing: 2px; font-size: 11px; color: var(--pc-gold); }
.pc-miss-title { font-size: 22px; font-weight: 800; color: #fff; margin: 6px 0 14px; }
.pc-miss-card { background: linear-gradient(165deg, rgba(255,255,255,.04), rgba(255,255,255,.015));
  border: 1px solid rgba(231,194,92,.22); border-radius: 16px; overflow: hidden; }
.pc-miss-head { padding: 13px 16px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,.86);
  background: rgba(231,194,92,.08); border-bottom: 1px solid rgba(231,194,92,.18); }
.pc-miss-head .st { color: var(--pc-gold); margin-right: 7px; }
.pc-miss-row { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.06); }
.pc-miss-ic { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; font-size: 18px;
  background: linear-gradient(160deg, #8F0038, #4A001D); box-shadow: inset 0 0 0 1px rgba(231,194,92,.3); }
.pc-miss-tx { flex: 1 1 auto; min-width: 0; }
.pc-miss-tx .k { display: block; font-family: var(--hud); font-weight: 800; letter-spacing: 1.5px; font-size: 9.5px; color: var(--pc-gold); }
.pc-miss-tx b { display: block; font-size: 15px; color: #fff; line-height: 1.25; }
.pc-miss-tx .d { font-size: 11.5px; color: rgba(255,255,255,.55); }
.pc-miss-rew { flex: 0 0 auto; font-family: var(--hud); font-weight: 800; font-size: 15px; color: #2a0010;
  background: linear-gradient(180deg, var(--pc-gold), var(--pc-gold-2)); padding: 7px 12px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.pc-miss-foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px;
  background: rgba(143,0,56,.22); }
.pc-miss-foot span { font-size: 12.5px; color: rgba(255,255,255,.7); }
.pc-miss-foot b { font-family: var(--hud); font-weight: 800; font-size: 15px; color: var(--pc-gold); }

/* tablet+ : 4-up grid instead of swipe row */
@media (min-width: 700px) {
  .pc-swipe-hint { display: none; }
  .pc-cards { grid-auto-flow: row; grid-template-columns: repeat(4, 1fr); grid-auto-columns: auto; overflow: visible; margin: 0; padding: 4px 0 6px; }
  .pc-feature { min-height: 220px; }
}

/* =========================================================
   COACH Q&A — weekly ask → coach video answer (real screens)
   ========================================================= */
.qa-sec { padding-left: 0; padding-right: 0; }
.qa-sec .sec-head, .qa-sec .qa-rhythm, .qa-sec .qa-value { padding-left: var(--pad); padding-right: var(--pad); }
.qa-rhythm { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.qa-rh-step { text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 11px 20px; box-shadow: 0 4px 14px rgba(0,20,60,.06); }
.qa-rh-step .k { display: block; font-family: var(--hud); font-weight: 800; font-size: 10px; letter-spacing: 1.6px; color: var(--ink-3); }
.qa-rh-step b { font-size: 16px; color: var(--ink); }
.qa-rh-step.hot { background: linear-gradient(160deg, var(--brand), var(--brand-deep)); border-color: transparent; box-shadow: var(--glow-brand); }
.qa-rh-step.hot .k { color: rgba(255,255,255,.82); }
.qa-rh-step.hot b { color: #fff; }
.qa-rh-arrow { font-size: 20px; font-weight: 800; color: var(--brand); }
.qa-rh-note { flex-basis: 100%; text-align: center; font-size: 12px; color: var(--ink-3); margin-top: 2px; }

.qa-phones { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; align-items: start; padding: 0 var(--pad); }
.qa-phone { position: relative; margin: 0; }
.qa-phone img { width: 100%; display: block; border-radius: 20px; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(0,20,60,.18); background: #fff; }
.qa-phone figcaption { display: flex; align-items: flex-start; gap: 8px; margin-top: 13px; font-size: 13px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.qa-cap-n { flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-family: var(--hud); font-weight: 800; font-size: 13px; color: #fff; background: linear-gradient(160deg, var(--brand), var(--brand-deep)); }
.qa-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%) rotate(-2deg); z-index: 3; white-space: nowrap;
  font-family: var(--hud); font-weight: 800; font-size: 11px; letter-spacing: .3px; color: #fff;
  background: linear-gradient(160deg, #12a6a0, #0b7f86); padding: 7px 13px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(11,127,134,.4); animation: qaBadgeFloat 2.8s ease-in-out infinite; }
@keyframes qaBadgeFloat { 0%,100% { transform: translateX(-50%) translateY(0) rotate(-2deg); } 50% { transform: translateX(-50%) translateY(-5px) rotate(-2deg); } }
@media (prefers-reduced-motion: reduce) { .qa-badge { animation: none; } }

.qa-value { margin-top: 30px; border-left: 3px solid var(--brand);
  background: linear-gradient(120deg, color-mix(in srgb, var(--brand) 8%, transparent), transparent);
  border-radius: 0 14px 14px 0; padding: 18px 20px; }
.qa-value-lead { font-size: 18px; font-weight: 800; color: var(--ink); line-height: 1.4; }
.qa-value-body { font-size: 14px; color: var(--ink-2); line-height: 1.75; margin-top: 8px; }

/* ---- コーチQ&A : 利用者の声 ---- */
.qa-voice { margin-top: 34px; padding-left: var(--pad); padding-right: var(--pad); }
.qa-voice-head { text-align: center; }
.qvk { display: inline-block; font-family: var(--hud, inherit); font-weight: 800; font-size: 11px;
  letter-spacing: .08em; color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--brand) 30%, transparent); border-radius: 999px; padding: 5px 13px; }
.qa-voice-head h3 { margin-top: 12px; font-size: clamp(21px, 5.4vw, 27px); font-weight: 800; color: var(--ink); line-height: 1.4; }
.qa-voice-head h3 em { font-style: normal; color: var(--brand); font-size: 1.24em; }
.qvn { margin-top: 9px; font-size: 11.5px; color: var(--ink-3, var(--ink-2)); }

.qa-gauge { margin-top: 20px; }
.qg-bar { display: flex; height: 62px; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,20,60,.12); }
.qg-seg { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #fff; min-width: 0; }
.qg-seg b { font-family: var(--hud, inherit); font-size: 19px; font-weight: 800; line-height: 1; }
.qg-seg i { font-style: normal; font-size: 10.5px; font-weight: 700; opacity: .92; white-space: nowrap; }
.qg-a { background: linear-gradient(140deg, var(--brand-hi, var(--brand)), var(--brand)); }
.qg-b { background: linear-gradient(140deg, color-mix(in srgb, var(--brand) 55%, #fff), color-mix(in srgb, var(--brand) 72%, #fff)); }
.qg-note { margin-top: 9px; text-align: center; font-size: 12.5px; color: var(--ink-2); }
.qg-note b { color: var(--ink); font-weight: 800; }

.qa-quotes { margin-top: 18px; display: grid; grid-template-columns: 1fr; gap: 10px; }
.qq { position: relative; background: var(--panel); border: 1px solid var(--line);
  border-radius: 16px; padding: 16px 20px 15px 20px; box-shadow: 0 6px 18px rgba(0,20,60,.07); }
.qq::before { content: "“"; position: absolute; left: 14px; top: 2px; font-family: Georgia, serif;
  font-size: 34px; line-height: 1; color: color-mix(in srgb, var(--brand) 28%, transparent); }
.qq p { font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.65; padding-left: 16px; }
.qq p br { display: none; }
.qq p em { font-style: normal; color: var(--brand); }
.qq cite { display: block; margin-top: 8px; padding-left: 16px; font-style: normal; font-size: 11.5px; color: var(--ink-2); }

.qa-more { margin-top: 16px; display: flex; align-items: center; gap: 10px;
  background: var(--panel-2); border: 1px dashed color-mix(in srgb, var(--brand) 36%, transparent);
  border-radius: 14px; padding: 14px 16px; font-size: 13.5px; color: var(--ink-2); line-height: 1.65; }
.qa-more span { font-size: 18px; }
.qa-more b { color: var(--ink); font-weight: 800; }

@media (min-width: 760px) {
  .qa-more { justify-content: center; text-align: center; }
}

@media (min-width: 700px) {
  .qa-phones { padding-left: var(--pad); padding-right: var(--pad); }
}

/* =========================================================
   COURSES — 3 level-based courses (Beyond / Rising / Challenging)
   ========================================================= */
.course-steps { display: flex; align-items: stretch; justify-content: center; gap: 8px;
  margin: 2px 0 24px; flex-wrap: wrap; }
.course-steps .cs-item { display: flex; flex-direction: column; align-items: center; gap: 2px;
  font-size: 11.5px; font-weight: 700; color: var(--ink-3); font-family: var(--hud); letter-spacing: .02em; }
.course-steps .cs-item b { font-family: var(--display); font-weight: var(--display-wt);
  font-size: 15px; color: var(--brand); letter-spacing: .04em; }
.course-steps .cs-arw { align-self: center; color: var(--ink-3); font-weight: 800; opacity: .55; }

.course-list { display: grid; gap: 24px; }

.course-card { overflow: hidden; padding: 0; }
.cc-head { position: relative; background: linear-gradient(135deg, var(--brand-hi, var(--brand)), var(--brand));
  color: #fff; text-align: center; padding: 18px 18px 16px; overflow: hidden; }
.cc-head::after { content: ''; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 46%, rgba(255,255,255,.16) 46%, rgba(255,255,255,.16) 53%, transparent 53%);
  pointer-events: none; }
.cc-head > * { position: relative; z-index: 1; }
.cc-lv { font-family: var(--hud); font-weight: 700; font-size: 10px; letter-spacing: .18em;
  color: rgba(255,255,255,.82); display: inline-flex; align-items: center; gap: 7px; margin-bottom: 5px; }
.cc-lv b { font-family: var(--display); font-weight: var(--display-wt); font-size: 13px;
  color: #fff; background: rgba(0,0,0,.22); padding: 1px 8px; border-radius: 5px; letter-spacing: .05em; }
.cc-head h3 { font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(20px, 5.4vw, 24px); line-height: 1.14; color: #fff; }
.cc-head h3 .cc-jp { display: block; font-size: 12.5px; font-weight: 700; opacity: .9;
  font-family: var(--hud); letter-spacing: .1em; margin-top: 3px; }
.cc-pips { display: flex; justify-content: center; gap: 6px; margin-top: 10px; }
.cc-pips i { width: 22px; height: 4px; border-radius: 3px; background: rgba(255,255,255,.32); }
.cc-pips i.on { background: #fff; box-shadow: 0 0 8px rgba(255,255,255,.5); }

.cc-body { padding: 18px; }
.cc-desc { font-size: 14px; line-height: 1.75; color: var(--ink-2); }

.course-media { position: relative; margin-top: 15px; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: 0 10px 26px rgba(13,14,17,.16); background: #05070e; }
.course-media video { display: block; width: 100%; height: auto; background: #05070e; }
.course-media .cc-tag { position: absolute; top: 0; right: 0; z-index: 3;
  font-family: var(--hud); font-weight: 800; font-size: 13px; letter-spacing: .12em; color: #fff;
  background: var(--brand); padding: 7px 16px 8px 22px; clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.cc-ph { aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  background:
    repeating-linear-gradient(-45deg, rgba(255,255,255,.05) 0 2px, transparent 2px 11px),
    linear-gradient(135deg, #171a20, #0b0d13);
  color: rgba(255,255,255,.6); }
.cc-play { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(240,0,30,.92); color: #fff; font-size: 18px; padding-left: 3px;
  box-shadow: 0 6px 18px rgba(240,0,30,.5); }
.cc-phnote { font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .06em;
  color: rgba(255,255,255,.7); padding: 0 16px; text-align: center; }

.cc-skills { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.cc-skills span { font-family: var(--hud); font-weight: 700; font-size: 11px; letter-spacing: .02em;
  color: var(--ink-2); background: var(--panel-2, rgba(13,14,17,.05)); border: 1px solid var(--line);
  padding: 4px 10px; border-radius: 999px; }

.cc-fit { margin-top: 16px; border: 2px solid var(--brand); border-radius: 12px; padding: 14px 14px 12px;
  background: color-mix(in srgb, var(--brand) 4%, var(--panel)); }
.cc-lvtag { display: inline-block; font-family: var(--hud); font-weight: 800; font-size: 12px; letter-spacing: .02em;
  color: #fff; background: var(--brand); padding: 5px 12px; border-radius: 6px; margin-bottom: 10px; }
.cc-fit ul { list-style: none; display: grid; gap: 8px; }
.cc-fit li { position: relative; padding-left: 28px; font-size: 13.5px; font-weight: 700; line-height: 1.45; color: var(--ink); }
.cc-fit li::before { content: '✓'; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 5px; display: grid; place-items: center;
  background: var(--brand); color: #fff; font-size: 12px; font-weight: 900; }

.course-foot { text-align: center; margin-top: 22px; font-family: var(--hud); font-weight: 700;
  font-size: 13px; letter-spacing: .03em; color: var(--ink-2); }

@media (min-width: 700px) {
  .course-list { grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
  .cc-body { padding: 16px; }
}

/* ---- level-select course layout ---- */
.course-tab-view { display: block; }

/* level-select tabs */
.ctab-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 2px 0 18px; }
.ctab-btn { position: relative; cursor: pointer; text-align: center; padding: 12px 6px 11px;
  border-radius: 13px; border: 1.5px solid var(--line); background: var(--panel);
  display: flex; flex-direction: column; align-items: center; gap: 2px; transition: all .18s ease; }
.ctab-btn b { font-family: var(--hud); font-weight: 800; font-size: 11px; letter-spacing: .1em; color: var(--ink-3); }
.ctab-btn span { font-family: var(--display); font-weight: var(--display-wt); font-size: 17px; color: var(--ink); line-height: 1; }
.ctab-btn small { font-size: 10.5px; font-weight: 700; color: var(--ink-3); font-family: var(--hud); letter-spacing: .04em; }
.ctab-btn.active { background: linear-gradient(135deg, var(--brand-hi, var(--brand)), var(--brand)); border-color: transparent;
  box-shadow: 0 8px 20px rgba(240,0,30,.32); transform: translateY(-2px); }
.ctab-btn.active b, .ctab-btn.active span, .ctab-btn.active small { color: #fff; }
.ctab-btn.active::after { content: ''; position: absolute; bottom: -9px; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent; border-top-color: var(--brand); }

.ctab-panels { position: relative; }
.ctab-panel { display: none; animation: ctabIn .3s ease; }
.ctab-panel.active { display: block; }
@keyframes ctabIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .ctab-panel { animation: none; } }

.ctab-media { position: relative; border-radius: 16px; overflow: hidden; line-height: 0;
  border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(13,14,17,.18); background: #05070e; }
.ctab-media video { display: block; width: 100%; height: auto; background: #05070e; }
.ctab-media .cc-ph { aspect-ratio: 16 / 9; }

.ctab-info { margin-top: 16px; }
.ctab-name { font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(22px, 6vw, 28px); line-height: 1.12; color: var(--ink);
  padding-left: 14px; border-left: 5px solid var(--brand); margin-bottom: 12px; }
.ctab-name span { display: inline-block; font-size: 12.5px; font-weight: 800; letter-spacing: .08em;
  font-family: var(--hud); color: #fff; background: var(--brand); padding: 2px 9px; border-radius: 5px;
  vertical-align: middle; margin-left: 8px; }
.ctab-info .cc-desc { font-size: 14.5px; }
.cc-goal { position: relative; overflow: hidden; margin-bottom: 16px;
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  border-radius: 14px; color: #fff;
  background: linear-gradient(120deg, #26262c 0%, #0c0c0f 100%);
  box-shadow: 0 12px 28px rgba(12,14,17,.28); }
.cc-goal::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 60%, rgba(255,255,255,.06) 60%, rgba(255,255,255,.06) 68%, transparent 68%); }
.cc-goal-ic { position: relative; z-index: 1; flex: none; width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-items: center; color: #0c0c0f; background: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.3); }
.cc-goal-ic svg { width: 26px; height: 26px; }
.cc-goal-tx { position: relative; z-index: 1; }
.cc-goal-k { display: block; font-family: var(--hud); font-weight: 800; font-size: 10px;
  letter-spacing: .16em; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.cc-goal-v { font-family: var(--display); font-weight: var(--display-wt);
  font-size: clamp(16px, 4.4vw, 19px); line-height: 1.32; color: #fff; }
.ctab-left .cc-skills { margin-top: 12px; }
.ctab-info .cc-fit { margin-top: 16px; }

@media (min-width: 700px) {
  .ctab-panel.active { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: start; }
  .ctab-info { margin-top: 0; }
}

/* =================== AI TRY (ラリーコーチ体験) =================== */
.atry { margin-top: 24px; margin-left: var(--pad); margin-right: var(--pad);
  background: var(--panel); border: 1px solid var(--line); border-radius: 20px;
  padding: 22px 18px 24px; box-shadow: 0 14px 36px rgba(0,20,60,.12); }
.atry-msg { display: flex; gap: 10px; align-items: flex-start; }
.atry-msg .ac-av { flex: 0 0 auto; width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--hud, inherit); font-weight: 800; font-size: 12px; color: #fff;
  background: linear-gradient(150deg, var(--brand-hi, var(--brand)), var(--brand)); }
.atry-msg p { background: var(--panel-2); border: 1px solid var(--line-soft);
  border-radius: 4px 16px 16px 16px; padding: 12px 14px;
  font-size: 14.5px; font-weight: 600; color: var(--ink); line-height: 1.7; }

.atry-chips { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 9px; }
.atry-chips button { font: inherit; font-size: 13.5px; font-weight: 700; color: var(--ink);
  background: var(--panel-2); border: 1.5px solid var(--line); border-radius: 999px;
  padding: 11px 16px; cursor: pointer; transition: all .15s; }
.atry-chips button.on { color: #fff; background: var(--brand); border-color: var(--brand);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--brand) 35%, transparent); }

.atry-q2 { margin-top: 20px; font-size: 13px; font-weight: 800; color: var(--ink-2); }
.atry-lv { margin-top: 9px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.atry-lv button { font: inherit; font-size: 12.5px; font-weight: 700; color: var(--ink-2);
  background: var(--panel-2); border: 1.5px solid var(--line); border-radius: 12px;
  padding: 11px 6px; cursor: pointer; transition: all .15s; }
.atry-lv button.on { color: var(--brand); border-color: var(--brand);
  background: color-mix(in srgb, var(--brand) 8%, var(--panel)); }

.atry-go { width: 100%; margin-top: 20px; }
.atry-go:disabled { opacity: .45; cursor: not-allowed; }
.atry-note { margin-top: 10px; text-align: center; font-size: 12px; color: var(--ink-2); }

.atry-dots { margin: 18px 0 6px 46px; display: flex; gap: 6px; }
.atry-dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--brand);
  opacity: .35; animation: atryDot 1s infinite; }
.atry-dots span:nth-child(2) { animation-delay: .18s; }
.atry-dots span:nth-child(3) { animation-delay: .36s; }
@keyframes atryDot { 0%, 100% { opacity: .35; transform: translateY(0); }
  45% { opacity: 1; transform: translateY(-4px); } }
@media (prefers-reduced-motion: reduce) { .atry-dots span { animation: none; } }

.atry-diag { margin-top: 16px; border-left: 3px solid var(--brand);
  background: color-mix(in srgb, var(--brand) 5%, var(--panel));
  border-radius: 0 14px 14px 0; padding: 14px 16px; }
.atry-diag .ad-k { font-family: var(--hud, inherit); font-weight: 800; font-size: 10.5px;
  letter-spacing: .1em; color: var(--brand); }
.atry-diag h3 { margin-top: 5px; font-size: 19px; font-weight: 800; color: var(--ink); line-height: 1.35; }
.atry-diag p { margin-top: 7px; font-size: 13.5px; color: var(--ink-2); line-height: 1.7; }

.atry-week { margin-top: 14px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.aw-head { display: flex; align-items: center; gap: 9px; padding: 12px 14px;
  background: var(--panel-2); border-bottom: 1px solid var(--line-soft); }
.aw-head .badge { font-family: var(--hud, inherit); font-weight: 800; font-size: 10.5px;
  color: #fff; background: var(--brand); border-radius: 6px; padding: 3px 7px; }
.aw-head .wk { font-size: 13px; font-weight: 800; color: var(--ink); }
.aw-head .aw-lv { margin-left: auto; font-size: 11px; font-weight: 700; color: var(--ink-2); }
.atry-day { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 10px;
  padding: 11px 14px; border-bottom: 1px solid var(--line-soft); }
.atry-day:last-child { border-bottom: none; }
.atry-day .dw { font-family: var(--hud, inherit); font-weight: 800; font-size: 12px; color: var(--brand);
  text-align: center; background: color-mix(in srgb, var(--brand) 8%, transparent);
  border-radius: 8px; padding: 6px 0; }
.atry-day .dl { font-size: 13.5px; font-weight: 700; color: var(--ink); line-height: 1.4; }
.atry-day .dm { font-size: 12px; font-weight: 800; color: var(--ink-2); white-space: nowrap; }
.atry-day.rest .dw { color: var(--ink-2); background: var(--panel-2); }
.atry-day.rest .dl { color: var(--ink-2); }

.atry-cta { margin-top: 20px; text-align: center; }
.atry-cta-lead { font-size: 15px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.atry-cta .btn { width: 100%; }
.atry-redo { margin-top: 14px; font: inherit; font-size: 12.5px; font-weight: 700; color: var(--ink-2);
  background: none; border: none; text-decoration: underline; cursor: pointer; }
@media (min-width: 720px) {
  .atry { max-width: 560px; margin-left: auto; margin-right: auto; padding: 28px 26px 30px; }
}

/* ===== AI TRY variant B : チャットUI ===== */
.atry-chat { display: none; }
.lp[data-atry="chat"] .atry { display: none; }
.lp[data-atry="chat"] .atry-chat { display: block; }
.atry-chat { margin-top: 24px; margin-left: var(--pad); margin-right: var(--pad);
  background: var(--panel); border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  box-shadow: 0 14px 36px rgba(0,20,60,.12); }
.atryc-bar { display: flex; align-items: center; gap: 10px; padding: 13px 16px;
  background: var(--panel-2); border-bottom: 1px solid var(--line-soft); }
.atryc-bar .ac-av { width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--hud, inherit); font-weight: 800; font-size: 11px; color: #fff;
  background: linear-gradient(150deg, var(--brand-hi, var(--brand)), var(--brand)); }
.atryc-who b { display: block; font-size: 13.5px; font-weight: 800; color: var(--ink); line-height: 1.2; }
.atryc-who span { font-size: 10.5px; color: #1fab54; font-weight: 700; }
.atryc-dot { margin-left: auto; width: 9px; height: 9px; border-radius: 50%; background: #1fab54;
  box-shadow: 0 0 0 3px color-mix(in srgb, #1fab54 22%, transparent); }
.atryc-log { padding: 16px 14px 6px; display: flex; flex-direction: column; gap: 10px;
  min-height: 180px; max-height: 430px; overflow-y: auto; }
.atryc-m { display: flex; gap: 8px; align-items: flex-end; animation: atrycIn .25s ease-out; }
@keyframes atrycIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .atryc-m { animation: none; } }
.atryc-m .ac-av { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--hud, inherit); font-weight: 800; font-size: 9.5px; color: #fff;
  background: linear-gradient(150deg, var(--brand-hi, var(--brand)), var(--brand)); }
.atryc-m p { background: var(--panel-2); border: 1px solid var(--line-soft);
  border-radius: 3px 14px 14px 14px; padding: 10px 13px;
  font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.65; max-width: 82%; }
.atryc-m.me { justify-content: flex-end; }
.atryc-m.me p { background: var(--brand); border-color: var(--brand); color: #fff;
  border-radius: 14px 3px 14px 14px; }
.atryc-m.wide { display: block; }
.atryc-m.wide .atry-diag, .atryc-m.wide .atry-week { margin-left: 36px; }
.atryc-typing { display: inline-flex; gap: 5px; background: var(--panel-2);
  border: 1px solid var(--line-soft); border-radius: 3px 14px 14px 14px; padding: 13px 15px; }
.atryc-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand);
  opacity: .35; animation: atryDot 1s infinite; }
.atryc-typing span:nth-child(2) { animation-delay: .18s; }
.atryc-typing span:nth-child(3) { animation-delay: .36s; }
@media (prefers-reduced-motion: reduce) { .atryc-typing span { animation: none; } }
.atryc-input { padding: 12px 14px 16px; border-top: 1px solid var(--line-soft);
  display: flex; flex-wrap: wrap; gap: 8px; }
.atryc-input:empty { display: none; }
.atryc-input button { font: inherit; font-size: 13px; font-weight: 700; color: var(--brand);
  background: var(--panel); border: 1.5px solid var(--brand); border-radius: 999px;
  padding: 10px 15px; cursor: pointer; transition: all .15s; }
.atryc-input button:hover { color: #fff; background: var(--brand); }
.atryc-input .btn.btn-cta { width: 100%; border-radius: 14px; color: #fff;
  background: var(--brand); border-color: var(--brand); clip-path: none; }
.atryc-input .atry-redo { border: none; color: var(--ink-2); text-decoration: underline; padding: 6px; }
.atryc-input .atry-redo:hover { background: none; color: var(--ink); }
@media (min-width: 720px) {
  .atry-chat { max-width: 560px; margin-left: auto; margin-right: auto; }
}

.atry-disclaimer { margin: 12px var(--pad) 0; font-size: 11.5px;
  color: var(--ink-3, var(--ink-2)); line-height: 1.7; text-align: center; }
@media (min-width: 720px) {
  .atry-disclaimer { max-width: 560px; margin-left: auto; margin-right: auto; }
}

/* ===== チャット内の方針・メニューカード ===== */
.apol { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 15px;
  font-size: 12.5px; line-height: 1.75; color: var(--ink-2); }
.apol .apk { display: block; font-weight: 800; color: var(--brand); font-size: 13px; margin-bottom: 7px; }
.apol b { color: var(--ink); }
.apol ul { margin: 6px 0 0; padding: 0; list-style: none; }
.apol li { position: relative; padding-left: 14px; margin-top: 3px; }
.apol li::before { content: "・"; position: absolute; left: 0; color: var(--brand); }
.apol .ami { background: var(--panel-2); border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 10px 12px; margin-top: 8px; }
.apol .ami b { font-size: 13px; }
.apol .ami p { margin-top: 3px; font-size: 12px; color: var(--ink-2); line-height: 1.6; }

/* =================== WEEKEND FES スキル =================== */
.fes-try-link { display: inline-block; font-size: 14px; font-weight: 800; color: var(--brand);
  text-decoration: underline; text-underline-offset: 4px; padding: 6px 2px; }
.fes-skills { margin: 18px var(--pad) 0; background: var(--panel); border: 1px solid var(--line);
  border-radius: 18px; padding: 18px 16px 16px; box-shadow: 0 10px 26px rgba(0,20,60,.08); }
.fsk-lead { text-align: center; font-size: 15px; font-weight: 800; color: var(--ink); }
.fsk-grid { margin-top: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.fsk { flex: 0 0 calc(50% - 4px); display: flex; align-items: center; justify-content: center;
  text-align: center; font-size: 13px; font-weight: 800; color: var(--brand);
  background: color-mix(in srgb, var(--brand) 7%, var(--panel));
  border: 1.5px solid color-mix(in srgb, var(--brand) 40%, transparent);
  border-radius: 12px; padding: 12px 8px; line-height: 1.3; }
.fsk-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-2); line-height: 1.7; text-align: center; }
@media (min-width: 720px) {
  .fes-skills { max-width: 560px; margin-left: auto; margin-right: auto; }
  .fsk { flex: 1 1 auto; padding: 12px 14px; }
}
