/* ════════════════════════════════════════════════════════════
   ESR × SHUNPO — Site-devis interactif
   Hero sombre (Fuji Night) · corps clair (Kome) · accent Fushimi
   ════════════════════════════════════════════════════════════ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  background: var(--fuji-night);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 92px;
}
body {
  font-family: var(--font-body);
  color: var(--fuji-night);
  background: var(--kome);
  line-height: var(--lh-body);
  font-size: var(--fs-body);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
::selection { background: rgba(185,69,50,0.18); color: var(--fuji-night); }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ───────── grain ───────── */
.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.05; mix-blend-mode: multiply; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ───────── shared layout ───────── */
.wrap { width: min(1180px, 92vw); margin-inline: auto; }
.wrap-tight { width: min(960px, 92vw); margin-inline: auto; }

section { position: relative; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.04em; margin-bottom: 26px; color: var(--ink-soft);
}
.eyebrow .num { color: var(--fushimi-glow); font-weight: 500; }
.eyebrow .jp { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 13px; letter-spacing: 0; }
.eyebrow .sep { width: 30px; height: 1px; background: var(--line); display: inline-block; }

.h-section {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-display); line-height: 1.0;
  letter-spacing: var(--ls-tight); color: var(--fuji-night);
  text-wrap: balance; max-width: 20ch;
}
.h-section .accent {
  font-family: var(--font-editorial); font-style: italic; font-weight: 400;
  color: var(--fushimi-glow); letter-spacing: -0.01em;
}
.lead {
  margin-top: 22px; max-width: 60ch; font-size: var(--fs-body-lg);
  line-height: var(--lh-prose); color: var(--ink-warm); text-wrap: pretty;
}
.section-pad { padding: clamp(72px, 9vw, 140px) 0; }

/* ════════ TOP BANNER (CII) ════════ */
.cii-bar {
  background: var(--fushimi-glow); color: #fff;
  font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.02em; text-align: center;
  padding: 9px 16px; position: relative; z-index: 60;
}
.cii-bar b { font-weight: 600; }
.cii-bar .dot { opacity: 0.55; margin: 0 10px; }

/* ════════ NAV ════════ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243,240,233,0.82);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out);
}
.nav.is-stuck { border-bottom-color: var(--line); }
.nav-inner {
  width: min(1180px, 92vw); margin-inline: auto;
  height: 68px; display: flex; align-items: center; gap: 28px;
}
.nav .brand { display: flex; align-items: center; gap: 12px; }
.nav .brand img { height: 17px; width: auto; }
.nav .brand .x {
  font-family: var(--font-mono); font-size: 12px; color: var(--ink-soft);
}
.nav .brand .client {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  letter-spacing: -0.01em; color: var(--fuji-night);
}
.nav .brand .client-logo { height: 30px; width: auto; display: block; }
@media (max-width: 520px) { .nav .brand .client-logo { height: 26px; } }
.nav-links {
  display: flex; align-items: center; gap: 4px; margin-left: auto;
}
.nav-links a {
  font-size: 13px; color: var(--ink-warm); padding: 8px 12px;
  border-radius: var(--r-pill); position: relative;
  transition: color var(--dur-fast) var(--ease-out);
}
.nav-links a:hover { color: var(--fushimi-glow); }
.nav-links a.is-active { color: var(--fuji-night); }
.nav-links a.is-active::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px;
  height: 2px; background: var(--fushimi-glow); border-radius: 2px;
}
.nav-cta {
  margin-left: 8px;
  background: var(--fuji-night); color: var(--kome);
  font-size: 13px; font-weight: 500; padding: 10px 18px;
  border-radius: var(--r-pill);
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.nav-cta:hover { background: var(--fushimi-glow); transform: translateY(-1px); }
.nav-burger { display: none; margin-left: auto; width: 42px; height: 42px; border-radius: var(--r-sm); align-items: center; justify-content: center; }
.nav-burger span, .nav-burger span::before, .nav-burger span::after {
  content: ""; display: block; width: 18px; height: 2px; background: var(--fuji-night); position: relative; transition: 0.2s;
}
.nav-burger span::before { position: absolute; top: -6px; } .nav-burger span::after { position: absolute; top: 6px; }
@media (max-width: 940px) {
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
}

/* ════════ HERO (dark) ════════ */
.hero {
  background: var(--fuji-night); color: var(--kome);
  position: relative; overflow: hidden;
  padding: clamp(56px, 8vw, 104px) 0 clamp(64px, 8vw, 110px);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 78% 8%, rgba(43,113,140,0.34), transparent 55%),
    radial-gradient(90% 70% at 12% 100%, rgba(185,69,50,0.28), transparent 60%);
  pointer-events: none;
}
.hero-shuriken {
  position: absolute; pointer-events: none; opacity: 0.07;
  width: 540px; right: -120px; top: -60px;
  filter: saturate(0); will-change: transform;
}
.hero-inner { position: relative; z-index: 2; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 10px 34px;
  font-family: var(--font-mono); font-size: 11.5px;
  color: rgba(229,223,211,0.55); margin-bottom: clamp(40px, 6vw, 68px);
}
.hero-meta b { color: var(--kome); font-weight: 500; letter-spacing: 0.02em; }
.hero-meta .live {
  display: inline-flex; align-items: center; gap: 7px; color: var(--olive-soft);
}
.hero-meta .live::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--olive-soft);
  box-shadow: 0 0 0 0 rgba(138,152,101,0.6); animation: pulse 2.4s infinite;
}
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(138,152,101,0.5);} 70%{ box-shadow: 0 0 0 8px rgba(138,152,101,0);} 100%{ box-shadow: 0 0 0 0 rgba(138,152,101,0);} }

.hero-surtitle {
  font-family: var(--font-body); font-size: 12px; font-weight: 500;
  letter-spacing: var(--ls-loose); text-transform: uppercase;
  color: var(--brick-glow); margin-bottom: 26px;
}
.hero h1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: var(--fs-hero); line-height: 1.0;
  letter-spacing: -0.018em; text-wrap: balance; max-width: 17ch;
}
.hero h1 em {
  font-family: var(--font-editorial); font-style: italic; font-weight: 400;
  color: var(--brick-glow);
}
.hero-lead {
  margin-top: 30px; max-width: 60ch; font-size: var(--fs-body-lg);
  line-height: var(--lh-prose); color: rgba(229,223,211,0.78); text-wrap: pretty;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 500; padding: 15px 26px;
  border-radius: var(--r-pill); letter-spacing: 0.01em;
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.btn .arr { transition: transform var(--dur-base) var(--ease-out); }
.btn:hover .arr { transform: translateX(4px); }
.btn-primary { background: var(--fushimi-glow); color: #fff; box-shadow: var(--shadow-glow); }
.btn-primary:hover { background: #cf4e39; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--kome); box-shadow: inset 0 0 0 1px rgba(229,223,211,0.3); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1px rgba(229,223,211,0.7); transform: translateY(-2px); }
.btn-dark { background: var(--fuji-night); color: var(--kome); }
.btn-dark:hover { background: var(--fushimi-glow); transform: translateY(-2px); }

/* hero head cards */
.hero-cards {
  margin-top: clamp(48px, 7vw, 80px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
@media (max-width: 820px) { .hero-cards { grid-template-columns: 1fr; } }
.hcard {
  background: rgba(229,223,211,0.05);
  border: 1px solid rgba(229,223,211,0.12);
  border-radius: var(--r-bento); padding: 26px 24px 28px;
  position: relative; overflow: hidden;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.hcard:hover { border-color: rgba(185,69,50,0.5); background: rgba(229,223,211,0.08); transform: translateY(-3px); }
.hcard .tag {
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--brick-glow); margin-bottom: 16px;
  display: flex; align-items: center; gap: 9px;
}
.hcard .tag .i { font-family: var(--font-jp); font-size: 14px; opacity: 0.8; }
.hcard p { font-size: 14.5px; line-height: 1.55; color: rgba(229,223,211,0.82); }
.hcard p b { color: var(--kome); font-weight: 600; }

/* ════════ generic light section ════════ */
.sec-light { background: var(--kome); color: var(--fuji-night); }
.sec-alt    { background: var(--kome-alt); }
.divider-top { border-top: 1px solid var(--line); }

/* CONSTAT */
.constat-grid {
  margin-top: clamp(40px, 5vw, 60px);
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden;
}
@media (max-width: 720px) { .constat-grid { grid-template-columns: 1fr; } }
.constat-item {
  background: var(--bone); padding: 34px 32px;
  transition: background var(--dur-base) var(--ease-out);
}
.constat-item:hover { background: #fff; }
.constat-item .n {
  font-family: var(--font-mono); font-size: 12px; color: var(--fushimi-glow);
  font-weight: 500; margin-bottom: 14px;
}
.constat-item h3 {
  font-family: var(--font-display); font-weight: 600; font-size: 21px;
  line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 12px;
}
.constat-item p { font-size: 14.5px; line-height: 1.6; color: var(--ink-warm); }

/* criticité */
.crit {
  margin-top: 40px; border-radius: var(--r-bento); overflow: hidden;
  border: 1px solid var(--line); background: #fff;
}
.crit-head {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 26px; background: rgba(185,69,50,0.06);
  border-bottom: 1px solid var(--line);
  font-family: var(--font-body); font-size: 11px; font-weight: 600;
  letter-spacing: var(--ls-loose); text-transform: uppercase; color: var(--brick);
}
.crit-head .jp { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 13px; letter-spacing: 0; text-transform: none; }
.crit-row {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 16px 26px; border-bottom: 1px dashed rgba(30,38,41,0.1);
  font-size: 14.5px; color: var(--fuji-night);
}
.crit-row:last-child { border-bottom: none; }
.crit-row .label { line-height: 1.4; }
.sev {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.06em; padding: 5px 12px; border-radius: var(--r-pill);
  white-space: nowrap; flex-shrink: 0;
}
.sev-high { background: rgba(185,69,50,0.12); color: var(--brick); }
.sev-real { background: rgba(200,138,46,0.16); color: #9a6a1c; }
.sev-nul  { background: rgba(30,38,41,0.08); color: var(--fuji-night); }
.sev-mod  { background: rgba(43,113,140,0.14); color: var(--seal); }

.bascule {
  margin-top: 44px; padding: 34px 38px; border-radius: var(--r-bento);
  background: var(--fuji-night); color: var(--kome);
  font-family: var(--font-editorial); font-style: italic;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.4; text-wrap: pretty;
  position: relative; overflow: hidden;
}
.bascule .q { color: var(--brick-glow); font-style: normal; font-family: var(--font-display); }

/* ════════ APPROCHE ════════ */
.approche-card {
  margin-top: clamp(40px, 5vw, 56px);
  display: grid; grid-template-columns: 150px 1fr; gap: 34px;
  align-items: center; padding: 36px; border-radius: var(--r-bento);
  background: var(--shiro); border: 1px solid var(--line); position: relative; overflow: hidden;
}
@media (max-width: 720px) { .approche-card { grid-template-columns: 1fr; gap: 16px; } }
.approche-card .k { font-family: var(--font-jp); font-size: 72px; line-height: 1; color: var(--fushimi-glow); opacity: 0.9; }
@media (max-width: 720px) { .approche-card .k { font-size: 54px; } }
.approche-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 24px; letter-spacing: -0.01em; margin-bottom: 12px; }
.approche-card p { font-size: 15px; line-height: 1.6; color: var(--ink-warm); max-width: 66ch; }
.approche-card p b { color: var(--fuji-night); }

.socle {
  margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
@media (max-width: 720px) { .socle { grid-template-columns: 1fr; } }
.socle .s {
  background: var(--bone); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 24px;
}
.socle .s .k { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 15px; }
.socle .s h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin: 6px 0 10px; letter-spacing: -0.005em; }
.socle .s p { font-size: 13.5px; line-height: 1.55; color: var(--ink-warm); }
.socle-note { margin-top: 14px; font-size: 12.5px; color: var(--ink-soft); font-style: italic; }
.api-note {
  margin-top: 24px; display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: start;
  padding: 26px 30px; border-radius: var(--r-bento);
  background: rgba(43,113,140,0.06); border: 1px solid rgba(43,113,140,0.2);
}
@media (max-width: 640px) { .api-note { grid-template-columns: 1fr; gap: 8px; padding: 24px; } }
.api-note .k { font-family: var(--font-jp); font-size: 26px; color: var(--seal); line-height: 1.1; }
.api-note h4 { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em; margin-bottom: 12px; color: var(--fuji-night); }
.api-note p { font-size: 13.5px; line-height: 1.6; color: var(--ink-warm); margin-bottom: 9px; max-width: 78ch; }
.api-note p:last-child { margin-bottom: 0; }
.api-note p b { color: var(--seal); }

.method {
  margin-top: 40px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden;
}
@media (max-width: 820px) { .method { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .method { grid-template-columns: 1fr; } }
.method .m { background: var(--bone); padding: 28px 24px; position: relative; }
.method .m .step { font-family: var(--font-mono); font-size: 12px; color: var(--fushimi-glow); margin-bottom: 14px; }
.method .m h4 { font-family: var(--font-display); font-weight: 600; font-size: 18px; margin-bottom: 8px; }
.method .m p { font-size: 13px; line-height: 1.55; color: var(--ink-warm); }

.order-strip {
  margin-top: 24px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  padding: 18px 22px; border-radius: var(--r-md); background: rgba(43,113,140,0.07);
  border: 1px solid rgba(43,113,140,0.18); font-size: 14px; color: var(--seal);
}
.order-strip b { color: var(--fuji-night); }
.order-strip .chev { color: var(--seal-soft); }

.note-auto {
  margin-top: 22px; padding: 24px 28px; border-left: 3px solid var(--olive);
  background: var(--olive-pale); border-radius: 0 var(--r-md) var(--r-md) 0;
  font-size: 14px; line-height: 1.6; color: #3d4727; max-width: 78ch;
}
.note-auto b { color: var(--olive); }

/* ════════ CHANTIERS / TIROIRS ════════ */
.tiroirs-intro {
  margin-top: 18px; padding: 16px 22px; border-radius: var(--r-md);
  background: rgba(30,38,41,0.04); border: 1px dashed var(--line);
  font-size: 13.5px; color: var(--ink-warm); max-width: 78ch; line-height: 1.55;
}
.quick-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.qa-label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; color: var(--ink-soft); margin-right: 4px; }
.chip-btn {
  font-size: 13px; font-weight: 500; padding: 9px 16px; border-radius: var(--r-pill);
  background: #fff; box-shadow: inset 0 0 0 1px var(--line); color: var(--fuji-night);
  transition: 0.18s var(--ease-out);
}
.chip-btn:hover { box-shadow: inset 0 0 0 1px var(--fushimi-glow); color: var(--fushimi-glow); transform: translateY(-1px); }
.chip-btn.is-pack { background: var(--fuji-night); color: var(--kome); box-shadow: none; }
.chip-btn.is-pack:hover { background: var(--fushimi-glow); color: #fff; }

.tiroirs { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }

.tiroir {
  border-radius: var(--r-bento); background: #fff; border: 1px solid var(--line);
  overflow: hidden; transition: border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
  position: relative;
}
.tiroir::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--fushimi-glow); transform: scaleY(0); transform-origin: top;
  transition: transform var(--dur-base) var(--ease-out);
}
.tiroir.is-selected { border-color: rgba(185,69,50,0.45); box-shadow: var(--shadow-bento); }
.tiroir.is-selected::before { transform: scaleY(1); }
.tiroir-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center;
  padding: 24px 28px; cursor: pointer; user-select: none;
}
@media (max-width: 640px) { .tiroir-head { grid-template-columns: auto 1fr; gap: 14px; padding: 20px; } }

/* custom checkbox */
.tk-check {
  width: 26px; height: 26px; border-radius: 8px; border: 2px solid var(--line);
  display: grid; place-items: center; transition: 0.18s var(--ease-out); flex-shrink: 0;
}
.tk-check svg { width: 14px; height: 14px; opacity: 0; transform: scale(0.5); transition: 0.18s var(--ease-out); }
.tiroir.is-selected .tk-check { background: var(--fushimi-glow); border-color: var(--fushimi-glow); }
.tiroir.is-selected .tk-check svg { opacity: 1; transform: scale(1); }

.tk-title { display: flex; flex-direction: column; gap: 6px; }
.tk-title .row1 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.tk-title .num {
  font-family: var(--font-mono); font-size: 11px; color: var(--fushimi-glow);
  letter-spacing: 0.06em;
}
.tk-title h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.01em; line-height: 1.1; }
.tk-flag {
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 9px; border-radius: var(--r-pill);
}
.tk-flag.core { background: rgba(185,69,50,0.12); color: var(--brick); }
.tk-flag.later { background: rgba(43,113,140,0.12); color: var(--seal); }
.tk-flag.opt { background: rgba(30,38,41,0.07); color: var(--ink-warm); }
.tk-flag.form { background: rgba(200,138,46,0.16); color: #9a6a1c; }
.tk-flag.est { background: rgba(200,138,46,0.16); color: #9a6a1c; }
.tk-sub { font-size: 14px; color: var(--ink-warm); line-height: 1.5; max-width: 70ch; }
@media (max-width: 640px) { .tk-sub { display: none; } }

.tk-price { text-align: right; }
@media (max-width: 640px) { .tk-price { grid-column: 1 / -1; text-align: left; display: flex; gap: 16px; align-items: baseline; } }
.tk-price .ht {
  font-family: var(--font-display); font-weight: 700; font-size: 24px;
  letter-spacing: -0.02em; color: var(--fuji-night); font-variant-numeric: tabular-nums; white-space: nowrap;
}
.tk-price .net { font-family: var(--font-mono); font-size: 11.5px; color: var(--olive); margin-top: 4px; }
.tk-price .net.opco { color: var(--seal); }

/* expandable body */
.tk-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows var(--dur-base) var(--ease-out); }
.tiroir.is-open .tk-body { grid-template-rows: 1fr; }
.tk-body-inner { overflow: hidden; }
.tk-detail {
  padding: 0 28px 26px 74px; border-top: 1px solid transparent;
}
@media (max-width: 640px) { .tk-detail { padding: 0 20px 22px; } }
.tk-detail .gain {
  display: flex; gap: 10px; padding: 16px 18px; border-radius: var(--r-md);
  background: var(--olive-pale); margin-bottom: 12px; font-size: 13.5px; line-height: 1.55; color: #3d4727;
}
.tk-detail .gain .k { color: var(--olive); font-weight: 600; flex-shrink: 0; }
.tk-detail .arb {
  display: flex; gap: 10px; padding: 14px 18px; border-radius: var(--r-md);
  background: rgba(200,138,46,0.1); font-size: 13px; line-height: 1.5; color: #7a5414;
}
.tk-detail .arb .k { color: #9a6a1c; font-weight: 600; flex-shrink: 0; }
.tk-detail .meta-line { margin-top: 12px; font-size: 12.5px; color: var(--ink-soft); }
.tk-detail .incl { margin: 2px 0 12px; }
.tk-detail .incl-h { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 10px; }
.tk-detail .incl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 560px) { .tk-detail .incl-grid { grid-template-columns: 1fr; } }
.tk-detail .incl-i { display: flex; flex-direction: column; gap: 3px; padding: 13px 15px; border-radius: var(--r-sm); background: var(--bone); border: 1px solid var(--line); }
.tk-detail .incl-i .t { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--fuji-night); }
.tk-detail .incl-i .d { font-size: 12px; line-height: 1.45; color: var(--ink-warm); }

/* expand caret */
.tk-caret {
  grid-column: 2; justify-self: start; margin-top: 4px;
  font-family: var(--font-mono); font-size: 11px; color: var(--ink-soft);
  display: inline-flex; align-items: center; gap: 6px; transition: color 0.18s;
}
.tk-caret svg { transition: transform var(--dur-base) var(--ease-out); }
.tiroir.is-open .tk-caret svg { transform: rotate(180deg); }
.tiroir-head:hover .tk-caret { color: var(--fushimi-glow); }

/* formation as a 3-way selector */
.formation-block {
  margin-top: 14px; border-radius: var(--r-bento); border: 1px solid var(--line);
  background: var(--shiro); overflow: hidden;
}
.formation-block .fb-head { padding: 24px 28px 20px; }
.formation-block .fb-head .num { font-family: var(--font-mono); font-size: 11px; color: var(--fushimi-glow); }
.formation-block .fb-head h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; margin: 8px 0; letter-spacing: -0.01em; }
.formation-block .fb-head p { font-size: 14px; color: var(--ink-warm); line-height: 1.55; max-width: 72ch; }
.fb-opts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border-top: 1px solid var(--line); }
@media (max-width: 640px) { .fb-opts { grid-template-columns: 1fr; } }
.fb-opt {
  background: #fff; padding: 20px 22px; cursor: pointer; text-align: left;
  display: flex; flex-direction: column; gap: 6px; transition: background 0.18s;
  position: relative;
}
.fb-opt:hover { background: var(--bone); }
.fb-opt.is-active { background: rgba(185,69,50,0.06); }
.fb-opt.is-active::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--fushimi-glow); }
.fb-opt .o-label { font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.fb-opt .o-price { font-family: var(--font-mono); font-size: 13px; color: var(--fuji-night); font-variant-numeric: tabular-nums; }
.fb-opt .o-note { font-size: 11.5px; color: var(--seal); }
.fb-opt .o-radio { position: absolute; right: 20px; top: 22px; width: 18px; height: 18px; border-radius: 50%; border: 2px solid var(--line); transition: 0.18s; }
.fb-opt.is-active .o-radio { border-color: var(--fushimi-glow); background: radial-gradient(circle at center, var(--fushimi-glow) 0 38%, transparent 42%); }

/* no-go honesty */
.nogo {
  margin-top: 30px; border-radius: var(--r-bento); border: 1px solid var(--line);
  background: var(--bone); padding: 28px 30px;
}
.nogo h4 {
  display: flex; align-items: center; gap: 10px; font-family: var(--font-body);
  font-size: 11px; font-weight: 600; letter-spacing: var(--ls-loose); text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 18px;
}
.nogo h4 .jp { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 13px; letter-spacing: 0; text-transform: none; }
.nogo-item { padding: 14px 0; border-top: 1px dashed rgba(30,38,41,0.1); font-size: 14px; line-height: 1.55; color: var(--ink-warm); }
.nogo-item:first-of-type { border-top: none; }
.nogo-item b { color: var(--fuji-night); }
.nogo-cta { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.nogo-cta .txt { font-size: 13.5px; color: var(--ink-warm); max-width: 60ch; line-height: 1.5; }
.nogo-cta .txt b { color: var(--fuji-night); }

/* ════════ SCOPE ════════ */
.scope-list { margin-top: clamp(36px,5vw,52px); display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden; }
@media (max-width: 720px){ .scope-list { grid-template-columns: 1fr; } }
.scope-item { background: var(--kome); padding: 28px 30px; display: flex; gap: 18px; align-items: flex-start; }
.scope-item .ico {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  background: rgba(92,107,58,0.14); color: var(--olive);
}
.scope-item .ico svg { width: 18px; height: 18px; }
.scope-item h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin-bottom: 6px; letter-spacing: -0.005em; }
.scope-item p { font-size: 13.5px; color: var(--ink-warm); line-height: 1.55; }

/* ════════ TARIFICATION ════════ */
.tarif-top { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px; }
.cii-toggle { display: inline-flex; align-items: center; gap: 14px; padding: 12px 18px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line); }
.cii-toggle .lab { font-size: 13px; color: var(--ink-warm); }
.cii-toggle .lab b { color: var(--fuji-night); }
.switch { position: relative; width: 48px; height: 27px; border-radius: 99px; background: var(--olive); transition: 0.2s; flex-shrink: 0; }
.switch.off { background: var(--line); }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 21px; height: 21px; border-radius: 50%; background: #fff; transition: 0.2s var(--ease-out); box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.switch.off::after { left: 3px; } .switch:not(.off)::after { left: 24px; }

.tarif-table {
  margin-top: 36px; border-radius: var(--r-bento); overflow: hidden;
  border: 1px solid var(--line); background: #fff;
}
.tt-row {
  display: grid; grid-template-columns: 1fr 150px 150px; gap: 16px; align-items: center;
  padding: 16px 26px; border-bottom: 1px solid var(--line);
  transition: background 0.2s, opacity 0.2s;
}
.tt-row.head { background: var(--fuji-night); color: var(--kome); font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.tt-row.head .r-amt, .tt-row.head .r-net { color: rgba(229,223,211,0.65); }
.tt-row .r-name { font-size: 14.5px; display: flex; align-items: center; gap: 10px; }
.tt-row .r-name .k { font-family: var(--font-mono); font-size: 11px; color: var(--fushimi-glow); }
.tt-row .r-amt, .tt-row .r-net { font-family: var(--font-mono); font-size: 14px; text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tt-row .r-net { color: var(--olive); }
.tt-row.is-off { opacity: 0.34; }
.tt-row.is-off .r-name { text-decoration: line-through; text-decoration-color: rgba(30,38,41,0.3); }
.tt-row.is-on { background: rgba(185,69,50,0.04); }
.tt-row.prereq.is-on { background: rgba(43,113,140,0.05); }
@media (max-width: 640px){
  .tt-row { grid-template-columns: 1fr auto; row-gap: 4px; }
  .tt-row .r-net { grid-column: 2; }
  .tt-row.head .r-net { display: none; } .tt-row.head { grid-template-columns: 1fr auto; }
}
.tt-total {
  display: grid; grid-template-columns: 1fr 150px 150px; gap: 16px; align-items: center;
  padding: 24px 26px; background: var(--shiro);
}
@media (max-width: 640px){ .tt-total { grid-template-columns: 1fr auto; } }
.tt-total .lbl { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.tt-total .lbl small { display: block; font-family: var(--font-mono); font-weight: 400; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.04em; margin-top: 4px; }
.tt-total .amt { font-family: var(--font-display); font-weight: 700; font-size: 26px; text-align: right; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.tt-total .net { font-family: var(--font-display); font-weight: 700; font-size: 26px; text-align: right; letter-spacing: -0.02em; color: var(--olive); font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 640px){ .tt-total .amt, .tt-total .net { font-size: 22px; } }
.opco-note { padding: 14px 26px; background: rgba(43,113,140,0.06); font-size: 12.5px; color: var(--seal); border-top: 1px solid var(--line); display: none; }
.opco-note.show { display: block; }

.pack-banner {
  margin-top: 22px; border-radius: var(--r-bento); padding: 28px 32px;
  background: var(--fuji-night); color: var(--kome);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px;
  position: relative; overflow: hidden;
}
.pack-banner .pb-shuriken { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 150px; opacity: 0.08; }
.pack-banner .pb-l { position: relative; z-index: 1; }
.pack-banner .pb-l .k { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brick-glow); }
.pack-banner .pb-l h4 { font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 8px 0 6px; }
.pack-banner .pb-l p { font-size: 13.5px; color: rgba(229,223,211,0.7); max-width: 48ch; }
.pack-banner .pb-r { position: relative; z-index: 1; text-align: right; }
.pack-banner .pb-r .ht { font-family: var(--font-display); font-weight: 700; font-size: 30px; letter-spacing: -0.02em; }
.pack-banner .pb-r .net { font-family: var(--font-mono); font-size: 13px; color: var(--olive-soft); margin-top: 4px; }

.cii-argument { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 720px){ .cii-argument { grid-template-columns: 1fr; } }
.cii-argument .c { background: var(--bone); border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px 26px; }
.cii-argument .c .k { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 15px; }
.cii-argument .c h4 { font-family: var(--font-display); font-weight: 600; font-size: 17px; margin: 6px 0 8px; }
.cii-argument .c p { font-size: 13.5px; line-height: 1.55; color: var(--ink-warm); }

/* ════════ ROADMAP ════════ */
.roadmap { background: var(--fuji-night); color: var(--kome); overflow: hidden; }
.roadmap .h-section { color: var(--kome); }
.roadmap .lead { color: rgba(229,223,211,0.7); }
.roadmap .eyebrow { color: rgba(229,223,211,0.5); }
.roadmap .eyebrow .sep { background: rgba(229,223,211,0.2); }

.timeline { margin-top: clamp(44px,6vw,68px); position: relative; }
.timeline-track { position: relative; overflow-x: auto; overflow-y: hidden; padding-bottom: 18px; scrollbar-width: thin; scrollbar-color: rgba(229,223,211,0.3) transparent; }
.timeline-track::-webkit-scrollbar { height: 6px; }
.timeline-track::-webkit-scrollbar-thumb { background: rgba(229,223,211,0.25); border-radius: 99px; }
.timeline-rail { position: relative; display: flex; gap: 18px; min-width: max-content; padding-top: 54px; }
.timeline-rail::before { content: ""; position: absolute; left: 0; right: 0; top: 26px; height: 2px; background: rgba(229,223,211,0.14); }
.timeline-rail .progress { content: ""; position: absolute; left: 0; top: 26px; height: 2px; background: var(--fushimi-glow); width: 0; transition: width 1.4s var(--ease-out); box-shadow: 0 0 12px rgba(185,69,50,0.6); }

.tl-card {
  width: 248px; flex-shrink: 0; position: relative;
  background: rgba(229,223,211,0.04); border: 1px solid rgba(229,223,211,0.12);
  border-radius: var(--r-bento); padding: 22px 22px 24px;
  transition: border-color var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.tl-card:hover { border-color: rgba(185,69,50,0.5); background: rgba(229,223,211,0.07); transform: translateY(-3px); }
.tl-card .node {
  position: absolute; top: -40px; left: 24px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--fuji-night); border: 2px solid rgba(229,223,211,0.3); transition: 0.3s;
}
.tl-card.lit .node { border-color: var(--fushimi-glow); background: var(--fushimi-glow); box-shadow: 0 0 0 5px rgba(185,69,50,0.18); }
.tl-card .phase { font-family: var(--font-mono); font-size: 11px; color: var(--brick-glow); letter-spacing: 0.06em; }
.tl-card .when { font-family: var(--font-mono); font-size: 10.5px; color: rgba(229,223,211,0.5); margin-top: 4px; }
.tl-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 12px 0 8px; letter-spacing: -0.01em; }
.tl-card p { font-size: 13px; line-height: 1.5; color: rgba(229,223,211,0.74); }
.tl-card .deliv { margin-top: 14px; font-family: var(--font-mono); font-size: 11px; color: var(--olive-soft); display: flex; align-items: center; gap: 7px; }
.tl-card .deliv::before { content: "▸"; }
.tl-card.future { border-style: dashed; }
.tl-card.future .phase { color: rgba(229,223,211,0.5); }

.tl-repere { margin-top: 36px; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
@media (max-width:720px){ .tl-repere { grid-template-columns: 1fr; } }
.tl-repere .r { display: flex; gap: 12px; font-size: 13.5px; line-height: 1.5; color: rgba(229,223,211,0.78); }
.tl-repere .r .b { color: var(--brick-glow); flex-shrink: 0; font-family: var(--font-mono); }

.tl-hint { margin-top: 18px; font-family: var(--font-mono); font-size: 11px; color: rgba(229,223,211,0.4); display: flex; align-items: center; gap: 8px; }

/* ════════ POURQUOI SHUNPO ════════ */
.why-grid { margin-top: clamp(36px,5vw,52px); display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 820px){ .why-grid { grid-template-columns: 1fr; gap: 28px; } }
.why-points { display: flex; flex-direction: column; gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden; }
.why-points .p { background: var(--kome); padding: 22px 26px; font-size: 14.5px; line-height: 1.5; color: var(--ink-warm); display: flex; gap: 14px; }
.why-points .p .k { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 15px; flex-shrink: 0; }
.why-points .p b { color: var(--fuji-night); }
.clients { padding: 30px; border-radius: var(--r-bento); background: var(--shiro); border: 1px solid var(--line); }
.clients .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; }
.clients .logos { display: flex; flex-wrap: wrap; gap: 12px; }
.clients .logos span {
  font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.01em;
  color: var(--fuji-night); padding: 10px 18px; border-radius: var(--r-pill); background: #fff; border: 1px solid var(--line);
}

/* ════════ AGENCE SHUNPO ════════ */
.agency-sub {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--ink-soft);
  margin: clamp(56px, 7vw, 88px) 0 22px;
}
.agency-sub:first-of-type { margin-top: clamp(36px, 4vw, 48px); }
.agency-sub .jp { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 14px; letter-spacing: 0; }
.agency-sub .sep { width: 30px; height: 1px; background: var(--line); display: inline-block; }

/* — Promesse — */
.promise {
  margin-top: clamp(28px, 4vw, 40px); padding: clamp(34px, 5vw, 52px);
  border-radius: var(--r-xl); background: var(--shiro); border: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.promise .pr-tag {
  font-family: var(--font-editorial); font-style: italic; font-size: clamp(17px, 2.2vw, 22px);
  color: var(--fushimi-glow); margin-bottom: 18px;
}
.promise h3 {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.04; letter-spacing: -0.02em; max-width: 18ch; text-wrap: balance;
}
.promise h3 em { font-family: var(--font-editorial); font-style: italic; font-weight: 400; color: var(--fushimi-glow); }
.promise-stats {
  margin-top: clamp(30px, 4vw, 44px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden;
}
@media (max-width: 720px) { .promise-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 420px) { .promise-stats { grid-template-columns: 1fr; } }
.promise-stat { background: var(--bone); padding: 26px 24px; }
.promise-stat .v { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4vw, 44px); letter-spacing: -0.03em; color: var(--fushimi-glow); line-height: 1; }
.promise-stat .l { margin-top: 12px; font-family: var(--font-body); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fuji-night); }
.promise-stat .d { margin-top: 8px; font-size: 12.5px; line-height: 1.5; color: var(--ink-warm); }

/* — Domaines d'expertise — */
.domaines { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden; }
@media (max-width: 720px) { .domaines { grid-template-columns: 1fr; } }
.domaine { background: var(--kome); padding: 32px 30px; position: relative; transition: background var(--dur-base) var(--ease-out); }
.domaine:hover { background: #fff; }
.domaine .idx { font-family: var(--font-mono); font-size: 11px; color: var(--ink-soft); }
.domaine .name { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -0.01em; margin: 14px 0 12px; color: var(--fuji-night); }
.domaine .name .dot { color: var(--fushimi-glow); }
.domaine p { font-size: 14px; line-height: 1.6; color: var(--ink-warm); }

/* — Valeurs — */
.valeurs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden; }
@media (max-width: 820px) { .valeurs { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .valeurs { grid-template-columns: 1fr; } }
.valeur { background: var(--bone); padding: 28px 26px; position: relative; transition: background var(--dur-base) var(--ease-out); }
.valeur:hover { background: #fff; }
.valeur .k { font-family: var(--font-jp); font-size: 30px; color: var(--fushimi-glow); line-height: 1; opacity: 0.92; }
.valeur h4 { font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: 0.04em; text-transform: uppercase; margin: 16px 0 10px; color: var(--fuji-night); }
.valeur p { font-size: 13px; line-height: 1.55; color: var(--ink-warm); }

/* — Équipe — */
.team {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 2px;
  background: var(--line); border: 1px solid var(--line); border-radius: var(--r-bento); overflow: hidden;
}
@media (max-width: 720px) { .team { grid-template-columns: 1fr; } }
.team-band { background: var(--fuji-night); color: var(--kome); padding: 36px 34px; position: relative; overflow: hidden; }
.team-band .pct { font-family: var(--font-display); font-weight: 800; font-size: clamp(44px, 6vw, 68px); letter-spacing: -0.03em; line-height: 1; color: var(--kome); }
.team-band .pct em { font-family: var(--font-editorial); font-style: italic; font-weight: 400; color: var(--brick-glow); }
.team-band .sub { margin-top: 14px; font-size: 14px; line-height: 1.5; color: rgba(229,223,211,0.8); }
.team-band .cities { margin-top: 22px; display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.06em; color: var(--brick-glow); }
.team-band .cities .bar { width: 1px; height: 14px; background: rgba(229,223,211,0.3); }
.team-roles { background: var(--kome); padding: 36px 34px; }
.team-roles .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 20px; }
.team-roles .role { display: flex; gap: 14px; padding: 14px 0; border-top: 1px dashed rgba(30,38,41,0.12); }
.team-roles .role:first-of-type { border-top: none; padding-top: 0; }
.team-roles .role .r-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--fuji-night); min-width: 130px; }
.team-roles .role .r-desc { font-size: 13.5px; line-height: 1.5; color: var(--ink-warm); }

/* ════════ PROCHAINES ÉTAPES ════════ */
.steps { background: var(--kome-alt); }
.steps-grid { margin-top: clamp(36px,5vw,52px); display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
@media (max-width: 820px){ .steps-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .steps-grid { grid-template-columns: 1fr; } }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-bento); padding: 26px 24px; position: relative; }
.step-card .when { font-family: var(--font-mono); font-size: 12px; color: var(--fushimi-glow); font-weight: 500; }
.step-card h4 { font-family: var(--font-display); font-weight: 700; font-size: 18px; margin: 12px 0 8px; letter-spacing: -0.01em; }
.step-card p { font-size: 13.5px; line-height: 1.55; color: var(--ink-warm); }

.final-cta {
  margin-top: 44px; padding: clamp(40px,5vw,60px); border-radius: var(--r-xl);
  background: var(--fuji-night); color: var(--kome); position: relative; overflow: hidden; text-align: center;
}
.final-cta .fc-shuriken { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 360px; opacity: 0.06; }
.final-cta .inner { position: relative; z-index: 1; }
.final-cta h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px,4vw,46px); letter-spacing: -0.02em; line-height: 1.05; }
.final-cta h3 em { font-family: var(--font-editorial); font-style: italic; font-weight: 400; color: var(--brick-glow); }
.final-cta p { margin: 18px auto 0; max-width: 52ch; color: rgba(229,223,211,0.75); font-size: var(--fs-body-lg); line-height: 1.6; }
.final-cta .fc-btns { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.final-cta .contact { margin-top: 30px; font-family: var(--font-mono); font-size: 12px; color: rgba(229,223,211,0.6); }
.final-cta .contact b { color: var(--kome); }

/* ════════ FOOTER ════════ */
.site-foot { background: var(--fuji-night); color: rgba(229,223,211,0.6); padding: 40px 0 48px; border-top: 1px solid rgba(229,223,211,0.1); }
.site-foot .inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; align-items: center; font-family: var(--font-mono); font-size: 11.5px; }
.site-foot .jp { font-family: var(--font-jp); color: var(--fushimi-glow); font-size: 14px; }
.site-foot .brand-row { display: flex; align-items: center; gap: 12px; }
.site-foot .brand-row img { height: 16px; }

/* ════════ STICKY RECAP BAR ════════ */
.recap {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: rgba(30,38,41,0.94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  color: var(--kome); border-top: 1px solid rgba(229,223,211,0.14);
  transform: translateY(110%); transition: transform var(--dur-base) var(--ease-out);
  box-shadow: 0 -10px 40px -20px rgba(0,0,0,0.5);
}
.recap.show { transform: translateY(0); }
.recap-inner {
  width: min(1180px, 94vw); margin-inline: auto; min-height: 72px;
  display: flex; align-items: center; gap: 24px; padding: 12px 0;
}
.recap .r-count { font-family: var(--font-mono); font-size: 11.5px; color: rgba(229,223,211,0.6); display: flex; flex-direction: column; gap: 3px; }
.recap .r-count b { color: var(--kome); font-size: 13px; }
.recap .r-totals { display: flex; align-items: baseline; gap: 22px; margin-left: auto; flex-shrink: 0; }
.recap .r-block .lab { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(229,223,211,0.5); }
.recap .r-block .val { font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; line-height: 1.1; white-space: nowrap; }
.recap .r-block.net .val { color: var(--olive-soft); }
.recap .r-cta { display: flex; gap: 10px; align-items: center; }
@media (max-width: 820px){
  .recap-inner { flex-wrap: wrap; gap: 12px 18px; padding: 12px 0 14px; }
  .recap .r-count { order: 3; width: 100%; flex-direction: row; gap: 10px; }
  .recap .r-totals { margin-left: 0; gap: 18px; }
  .recap .r-block .val { font-size: 21px; }
  .recap .r-cta { margin-left: auto; }
  .recap .btn { padding: 12px 18px; font-size: 14px; }
}
@media (max-width: 480px){
  .recap .r-cta .btn-ghost { display: none; }
}

/* cursor glow */
.cursor-glow {
  position: fixed; width: 480px; height: 480px; border-radius: 50%; pointer-events: none; z-index: 0;
  background: radial-gradient(circle, rgba(185,69,50,0.10), transparent 65%);
  transform: translate(-50%,-50%); opacity: 0; transition: opacity 0.4s; mix-blend-mode: screen;
}
.hero .cursor-glow { opacity: 1; }

/* logo slot */
.logo-slot-wrap { display: inline-flex; align-items: center; }
image-slot { --radius: 6px; }

/* ════════ scroll reveal ════════ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.06s; } .reveal-d2 { transition-delay: 0.12s; }
.reveal-d3 { transition-delay: 0.18s; } .reveal-d4 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto; }
}

/* section header block */
.sec-head { max-width: 760px; }
.section-pad .sec-head { margin-bottom: 8px; }
