:root {
  --bg: #07070a;
  --panel: #111116;
  --panel-2: #16161d;
  --line: rgba(255, 255, 255, .1);
  --line-soft: rgba(255, 255, 255, .065);
  --text: #f4f4f5;
  --muted: rgba(255, 255, 255, .58);
  --purple: #fb7c1c;
  --purple-light: #ffb36f;
  --max: 1200px;
  --nav-height: 72px;
  --radius: 24px;
  --section-space: 112px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body {
  margin: 0;
  padding-top: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
main { background: #f2f1f5; }
body.modal-open { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(60rem 35rem at 50% 5%, rgba(249,115,22, .1), transparent 65%);
}
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, p, blockquote { margin-top: 0; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.gradient {
  background: linear-gradient(90deg, #f0eaff 0%, #ffa65c 52%, #ea650f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Header */
.nav {
  position: fixed;
  inset: 12px 0 auto;
  z-index: 50;
  height:60px;
  pointer-events:none;
}
.nav-inner {
  height: 100%;
  padding:0 9px 0 20px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:linear-gradient(115deg,rgba(25,20,17,.86),rgba(9,8,8,.78));
  box-shadow:0 15px 45px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.05);
  -webkit-backdrop-filter:blur(20px) saturate(125%);
  backdrop-filter:blur(20px) saturate(125%);
  pointer-events:auto;
}
.brand { display:inline-flex; width:105px; align-items:center; }
.brand img { display: block; width: 100%; height: auto; }
.nav-links { display:flex; align-items:center; justify-content:center; gap:5px; padding:4px; border:1px solid rgba(255,255,255,.055); border-radius:999px; background:rgba(255,255,255,.025); }
.nav-links a { position:relative; padding:8px 13px; border-radius:999px; color:rgba(255,255,255,.53); font-size:.77rem; transition:color .22s ease,background .22s ease; }
.nav-links a:hover { color:#fff; background:rgba(255,255,255,.065); }
.nav-links a::after { content:""; position:absolute; left:50%; bottom:3px; width:3px; height:3px; border-radius:50%; background:#f97316; opacity:0; transform:translateX(-50%) scale(.5); transition:opacity .22s ease,transform .22s ease; }
.nav-links a:hover::after { opacity:1; transform:translateX(-50%) scale(1); }
.nav-cta { justify-self:end; min-height:42px; padding:10px 18px; font-size:.77rem; box-shadow:none; }
.mobile-menu-button { display: none; }

/* Buttons */
.primary-cta, .secondary-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 610;
  letter-spacing: -.01em;
  transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease,color .22s ease;
}
.primary-cta {
  border:1px solid rgba(255,157,81,.48);
  color: #fff;
  background:linear-gradient(105deg,#e85d0d 0%,#f7771d 48%,#ff9b4a 100%);
  background-size:135% 100%;
  box-shadow:0 1px 0 rgba(255,190,139,.13) inset,0 8px 20px rgba(147,48,5,.16);
}
.primary-cta::before,.primary-cta::after { content:none; }
.primary-cta:hover { transform:translateY(-2px); background-position:100% 0; border-color:rgba(255,174,109,.62); box-shadow:0 1px 0 rgba(255,190,139,.16) inset,0 12px 26px rgba(147,48,5,.22); }
.primary-cta:active { transform:translateY(0); box-shadow:0 1px 0 rgba(255,255,255,.12) inset,0 5px 12px rgba(147,48,5,.15); }
.primary-cta i { width:auto; height:auto; display:inline-block; border:0; border-radius:0; background:transparent; box-shadow:none; font-style:normal; font-size:1.02rem; transition:transform .22s ease; }
.primary-cta:hover i { transform:translateX(3px); background:transparent; }
.primary-cta-large { min-height:54px; padding:14px 25px; border-radius:999px; }
.secondary-cta {
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.8);
  box-shadow:0 1px 0 rgba(255,255,255,.04) inset;
}
.secondary-cta:hover { transform:translateY(-1px); border-color:rgba(255,255,255,.24); background:rgba(255,255,255,.075); color:#fff; }
.primary-cta:focus-visible,.secondary-cta:focus-visible { outline:2px solid rgba(255,145,60,.45); outline-offset:3px; }
.text-link { position:relative; display:inline-flex; align-items:center; padding-bottom:4px; color:rgba(255,255,255,.58); font-size:.88rem; transition:color .25s ease; }
.text-link::after { content:""; position:absolute; left:0; right:0; bottom:0; height:1px; background:linear-gradient(90deg,#f97316,#ffb36f); transform:scaleX(.22); transform-origin:left; opacity:.55; transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .25s ease; }
.text-link:hover { color:#fff; }
.text-link:hover::after { transform:scaleX(1); opacity:1; }
.text-link span { margin-left:8px; color:var(--purple-light); transition:transform .25s ease; }
.text-link:hover span { transform:translateY(2px); }
.cta-note { margin-top: 16px; color: rgba(255,255,255,.38); font-size: .76rem; }
.cta-note i { display: inline-block; width: 3px; height: 3px; margin: 0 8px 3px; border-radius: 50%; background: rgba(255,255,255,.3); }
.hero-proof-pill { width:max-content; margin-top:17px; display:inline-flex; align-items:center; gap:7px; color:rgba(255,255,255,.56); font-size:.75rem; line-height:1; }
.hero-proof-pill strong { padding:6px 9px; border:1px solid rgba(255,152,69,.2); border-radius:999px; background:linear-gradient(135deg,rgba(249,115,22,.17),rgba(255,255,255,.04)); color:#ff9845; box-shadow:inset 0 1px rgba(255,255,255,.06),0 5px 16px rgba(0,0,0,.12); font-size:.78rem; font-weight:790; letter-spacing:-.02em; }

/* Shared section typography */
section { padding-block: var(--section-space); }
.section-heading { max-width: 900px; margin: 0 auto 60px; text-align: center; }
.section-kicker, .eyebrow {
  color: #ff9a48;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .19em;
}
.section-kicker { display: block; margin-bottom: 22px; }
.section-heading h2 {
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 5vw, 4.25rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-heading p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.04rem; line-height: 1.72; }
.section-heading > strong { display: block; margin-top: 19px; color: rgba(255,255,255,.88); font-size: 1.04rem; }
.mobile-heading-break { display:none; }

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(70px + var(--nav-height)) 0 76px;
  color: var(--text);
  background:
    radial-gradient(64rem 32rem at 50% 23%,rgba(255,158,78,.15),transparent 68%),
    radial-gradient(38rem 30rem at 5% 68%,rgba(194,65,12,.12),transparent 72%),
    radial-gradient(42rem 32rem at 95% 72%,rgba(249,115,22,.1),transparent 72%),
    linear-gradient(155deg,#191411 0%,#0f0d0c 46%,#15110f 100%);
  box-shadow: inset 0 -120px 150px rgba(249,115,22,.045);
  text-align: left;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(46rem 21rem at 50% 42%,rgba(255,152,69,.14),transparent 66%),
    linear-gradient(115deg,transparent 18%,rgba(255,255,255,.018) 50%,transparent 82%);
}
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px); background-size: 68px 68px; -webkit-mask-image: radial-gradient(ellipse 66% 58% at 50% 42%,#000 0%,transparent 78%); mask-image: radial-gradient(ellipse 66% 58% at 50% 42%,#000 0%,transparent 78%); }
.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max),calc(100% - 40px));
  display: grid;
  grid-template-columns:minmax(0,1fr) 340px;
  align-items: center;
  gap:20px;
}
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg,#fb7c1c,#ffac65); box-shadow: 0 0 12px rgba(255,146,56,.5); }
.hero h1 { width:max-content; max-width:none; margin:30px 0 28px; padding-right:.2em; font-size:clamp(3.95rem,4.42vw,4.72rem); line-height:.96; letter-spacing:-.058em; }
.hero h1 .gradient { white-space:nowrap; }
.hero .gradient { background:linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero p { max-width: 630px; margin: 0 0 36px; color: rgba(255,255,255,.6); font-size: clamp(1.05rem,1.45vw,1.18rem); line-height: 1.65; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }
.hero .cta-note { justify-content: flex-start; }
.hero-visual { min-height: 500px; display: grid; place-items: center; perspective: 1200px; }
.hero-scene {
  position: relative;
  width: min(100%,520px);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  transform: rotateX(3deg) rotateY(-5deg);
}
.hero-scene::before {
  content: "";
  position: absolute;
  inset: 11%;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(251,124,28,.17),rgba(251,124,28,.035) 42%,transparent 72%);
  filter: blur(8px);
}
.hero-scene::after {
  content: "";
  position: absolute;
  left: 15%; right: 7%; bottom: 7%; height: 18%;
  border-radius: 50%;
  background: rgba(0,0,0,.72);
  filter: blur(32px);
  transform: rotate(-8deg);
}
.hero-scene-ring { position:absolute; left:50%; top:48%; border-radius:50%; pointer-events:none; transform-style:preserve-3d; }
.hero-scene-ring-one { width:390px; height:390px; border:1px solid rgba(255,174,107,.33); box-shadow:0 0 45px rgba(249,115,22,.1),inset 0 0 35px rgba(249,115,22,.05); transform:translate(-50%,-50%) rotateX(67deg) rotateZ(-19deg); animation:hero-ring-one 18s linear infinite; }
.hero-scene-ring-two { width:305px; height:305px; border:1px solid rgba(255,255,255,.13); transform:translate(-50%,-50%) rotateY(65deg) rotateZ(18deg); animation:hero-ring-two 22s linear infinite reverse; }
.hero-prism {
  position:absolute;
  left:50%; top:47%;
  width:270px; height:205px;
  border:1px solid rgba(255,196,146,.24);
  border-radius:34px;
  transform-style:preserve-3d;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.hero-prism-back { background:linear-gradient(145deg,rgba(115,46,8,.33),rgba(255,137,47,.08)); transform:translate(-58%,-58%) rotateX(59deg) rotateZ(-34deg) translateZ(-56px); box-shadow:0 40px 80px rgba(0,0,0,.38); }
.hero-prism-middle { background:linear-gradient(145deg,rgba(255,173,102,.18),rgba(93,35,4,.16)); transform:translate(-51%,-52%) rotateX(59deg) rotateZ(-34deg) translateZ(5px); box-shadow:0 28px 65px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.17); }
.hero-prism-front { overflow:hidden; background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(249,115,22,.24) 44%,rgba(88,31,5,.22)); transform:translate(-44%,-46%) rotateX(59deg) rotateZ(-34deg) translateZ(66px); box-shadow:0 34px 75px rgba(0,0,0,.38),0 0 55px rgba(249,115,22,.13),inset 0 1px rgba(255,255,255,.28); animation:hero-prism-float 6s ease-in-out infinite; }
.hero-prism-front::before { content:""; position:absolute; inset:-40%; background:linear-gradient(110deg,transparent 38%,rgba(255,255,255,.34) 50%,transparent 62%); transform:translateX(-50%); animation:hero-sheen 7s ease-in-out infinite; }
.hero-prism-front span { position:absolute; inset:20%; border:1px solid rgba(255,255,255,.28); border-radius:20px; box-shadow:inset 0 0 30px rgba(255,255,255,.05); }
.hero-orb { position:absolute; z-index:4; left:51%; top:44%; width:84px; height:84px; border-radius:50%; background:radial-gradient(circle at 31% 25%,#fff3e7 0 5%,#ffba7c 12%,#fb7c1c 42%,#a83b06 76%,#431605 100%); box-shadow:inset -13px -16px 25px rgba(59,18,2,.45),0 0 20px rgba(255,154,69,.6),0 0 80px rgba(249,115,22,.3); transform:translate(-50%,-50%) translateZ(120px); animation:hero-orb-float 4.8s ease-in-out infinite; }
.hero-dimension { position:absolute; z-index:6; padding:10px 14px; border:1px solid rgba(255,255,255,.13); border-radius:999px; background:rgba(21,16,13,.6); color:rgba(255,255,255,.69); box-shadow:0 12px 35px rgba(0,0,0,.28); backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); font-size:.61rem; font-weight:800; letter-spacing:.16em; }
.hero-dimension::before { content:""; width:5px; height:5px; display:inline-block; margin-right:8px; border-radius:50%; background:#fb7c1c; box-shadow:0 0 10px #fb7c1c; vertical-align:1px; }
.hero-dimension-one { left:2%; top:21%; animation:hero-label-float 5.5s ease-in-out infinite; }
.hero-dimension-two { right:0; top:30%; animation:hero-label-float 6.2s ease-in-out -1.5s infinite; }
.hero-dimension-three { left:4%; bottom:22%; animation:hero-label-float 5.8s ease-in-out -.7s infinite; }
.hero-dimension-four { right:7%; bottom:17%; animation:hero-label-float 6.5s ease-in-out -2.4s infinite; }
.hero-visual-caption { position:absolute; z-index:7; right:2%; bottom:5%; width:220px; padding:18px 19px; border:1px solid rgba(255,255,255,.13); border-radius:18px; background:linear-gradient(145deg,rgba(34,25,20,.84),rgba(16,13,11,.58)); box-shadow:0 22px 50px rgba(0,0,0,.32); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); }
.hero-visual-caption small { display:block; margin-bottom:8px; color:#fb8b36; font-size:.58rem; font-weight:800; letter-spacing:.17em; }
.hero-visual-caption strong { font-size:1rem; line-height:1.35; letter-spacing:-.02em; }
@keyframes hero-ring-one { to { transform:translate(-50%,-50%) rotateX(67deg) rotateZ(341deg); } }
@keyframes hero-ring-two { to { transform:translate(-50%,-50%) rotateY(65deg) rotateZ(378deg); } }
@keyframes hero-prism-float { 0%,100% { transform:translate(-44%,-46%) rotateX(59deg) rotateZ(-34deg) translateZ(66px); } 50% { transform:translate(-44%,-49%) rotateX(59deg) rotateZ(-34deg) translateZ(82px); } }
@keyframes hero-orb-float { 0%,100% { transform:translate(-50%,-50%) translateZ(120px); } 50% { transform:translate(-50%,-61%) translateZ(140px); } }
@keyframes hero-label-float { 0%,100% { translate:0 0; } 50% { translate:0 -7px; } }
@keyframes hero-sheen { 0%,25% { transform:translateX(-70%); } 55%,100% { transform:translateX(70%); } }
.diagnostic-lens { position:relative; width:500px; max-width:100%; aspect-ratio:1; display:grid; place-items:center; perspective:1100px; }
.lens-halo { position:absolute; inset:13%; border-radius:50%; background:radial-gradient(circle,rgba(255,142,55,.22),rgba(249,115,22,.06) 43%,transparent 72%); filter:blur(22px); animation:lens-breathe 5s ease-in-out infinite; }
.lens-disc { position:relative; width:345px; height:345px; border:1px solid rgba(255,187,131,.25); border-radius:50%; background:radial-gradient(circle at 44% 38%,rgba(255,255,255,.11),rgba(251,124,28,.075) 35%,rgba(20,14,11,.45) 72%); box-shadow:inset 0 0 55px rgba(255,143,58,.08),0 32px 70px rgba(0,0,0,.4),0 0 70px rgba(249,115,22,.09); transform:rotateX(58deg) rotateZ(-15deg); transform-style:preserve-3d; backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); }
.lens-ring { position:absolute; left:50%; top:50%; border:1px solid rgba(255,185,126,.2); border-radius:50%; transform:translate(-50%,-50%); }
.lens-ring-outer { width:82%; height:82%; }
.lens-ring-middle { width:57%; height:57%; border-color:rgba(255,255,255,.13); }
.lens-ring-inner { width:29%; height:29%; border-color:rgba(255,153,72,.34); box-shadow:0 0 28px rgba(249,115,22,.1); }
.lens-axis { position:absolute; left:50%; top:50%; background:linear-gradient(90deg,transparent,rgba(255,170,100,.26),transparent); transform:translate(-50%,-50%); }
.lens-axis-horizontal { width:90%; height:1px; }
.lens-axis-vertical { width:1px; height:90%; background:linear-gradient(transparent,rgba(255,170,100,.26),transparent); }
.lens-scan { position:absolute; left:50%; top:50%; width:47%; height:47%; overflow:hidden; transform-origin:0 0; animation:lens-sweep 7s linear infinite; }
.lens-scan::before { content:""; position:absolute; left:0; bottom:0; width:100%; height:100%; border-top:1px solid rgba(255,157,78,.9); background:linear-gradient(20deg,rgba(249,115,22,.18),transparent 65%); clip-path:polygon(0 100%,100% 0,100% 100%); }
.lens-core { position:absolute; z-index:4; left:50%; top:50%; width:54px; height:54px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.38); border-radius:50%; background:radial-gradient(circle at 35% 28%,#ffd7b7,#ff8a32 37%,#ad3e08 76%); box-shadow:0 0 25px rgba(255,136,47,.72),0 0 70px rgba(249,115,22,.28); transform:translate(-50%,-50%) translateZ(28px); }
.lens-core i { width:10px; height:10px; border-radius:50%; background:#fff4e9; box-shadow:0 0 12px #fff; }
.lens-node { position:absolute; z-index:5; display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.72); transform:translateZ(18px) rotateZ(15deg) rotateX(-58deg); }
.lens-node i { width:11px; height:11px; border:2px solid #ff9a4c; border-radius:50%; background:#22140c; box-shadow:0 0 13px rgba(249,115,22,.75); }
.lens-node b { font-size:.55rem; letter-spacing:.14em; }
.lens-node-one { left:14%; top:28%; }
.lens-node-two { right:8%; top:37%; }
.lens-node-three { left:17%; bottom:19%; }
.lens-node-four { right:12%; bottom:25%; }
.lens-index { position:absolute; z-index:7; left:0; top:13%; width:145px; padding:16px; border:1px solid rgba(255,255,255,.12); border-radius:17px; background:rgba(20,15,12,.62); box-shadow:0 20px 45px rgba(0,0,0,.3); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); }
.lens-index small { display:block; color:#fb8b36; font-size:.51rem; font-weight:800; letter-spacing:.14em; }
.lens-index strong { display:block; margin:5px 0 0; font-size:2.65rem; line-height:1; letter-spacing:-.07em; }
.lens-index span { color:rgba(255,255,255,.45); font-size:.68rem; }
.lens-caption { position:absolute; z-index:7; right:0; bottom:10%; display:flex; align-items:center; gap:12px; padding:15px 17px; border:1px solid rgba(255,255,255,.12); border-radius:17px; background:rgba(20,15,12,.72); box-shadow:0 20px 45px rgba(0,0,0,.3); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); color:rgba(255,255,255,.58); font-size:.78rem; line-height:1.45; }
.lens-caption > i { width:8px; height:8px; border-radius:50%; background:#ff8730; box-shadow:0 0 13px #fb7c1c; }
.lens-caption strong { color:#fff; font-size:.92rem; }
@keyframes lens-sweep { to { transform:rotate(360deg); } }
@keyframes lens-breathe { 0%,100% { opacity:.65; scale:.96; } 50% { opacity:1; scale:1.04; } }
.hero-object { position:relative; width:500px; max-width:112%; aspect-ratio:1; display:grid; place-items:center; isolation:isolate; }
.hero-object-glow { position:absolute; z-index:-1; inset:17%; border-radius:50%; background:rgba(249,115,22,.2); filter:blur(55px); animation:hero-object-glow 5s ease-in-out infinite; }
.hero-object img { width:100%; height:100%; display:block; object-fit:contain; mix-blend-mode:screen; filter:saturate(.92) contrast(1.08) brightness(.96); -webkit-mask-image:radial-gradient(ellipse 61% 62% at 48% 49%,#000 29%,rgba(0,0,0,.94) 44%,rgba(0,0,0,.56) 57%,rgba(0,0,0,.16) 68%,transparent 76%); mask-image:radial-gradient(ellipse 61% 62% at 48% 49%,#000 29%,rgba(0,0,0,.94) 44%,rgba(0,0,0,.56) 57%,rgba(0,0,0,.16) 68%,transparent 76%); }
.hero-object-line { position:absolute; z-index:2; height:1px; background:linear-gradient(90deg,transparent,rgba(255,156,78,.58)); transform-origin:right center; }
.hero-object-line-one { left:-1%; top:31%; width:30%; transform:rotate(9deg); }
.hero-object-line-two { right:-1%; bottom:29%; width:28%; transform:rotate(9deg) scaleX(-1); }
.hero-object-label { position:absolute; z-index:3; display:flex; align-items:center; gap:8px; color:rgba(255,255,255,.62); font-size:.57rem; font-weight:800; letter-spacing:.15em; }
.hero-object-label i { width:6px; height:6px; border-radius:50%; background:#ff8c38; box-shadow:0 0 12px #fb7c1c; }
.hero-object-label-one { left:0; top:25%; }
.hero-object-label-two { right:-2%; bottom:22%; }
.hero-object-caption { position:absolute; z-index:4; left:-1%; bottom:5%; padding:16px 18px; border-left:1px solid rgba(255,144,62,.7); background:linear-gradient(90deg,rgba(14,11,9,.78),transparent); }
.hero-object-caption small { display:block; margin-bottom:7px; color:#fb8b36; font-size:.52rem; font-weight:800; letter-spacing:.16em; }
.hero-object-caption strong { display:block; font-size:1rem; line-height:1.35; }
@keyframes hero-object-glow { 0%,100% { opacity:.55; scale:.92; } 50% { opacity:1; scale:1.05; } }
@media (min-width:1101px) {
  .hero-object { transform:translateX(-82px); }
}
.hero-orbit { position: absolute; z-index: 1; left: 50%; border: 1px solid rgba(255,152,69,.14); border-radius: 50%; pointer-events: none; transform: translateX(-50%); box-shadow: inset 0 0 55px rgba(249,115,22,.025),0 0 45px rgba(249,115,22,.035); }
.hero-orbit-one { bottom: -590px; width: 1100px; height: 760px; }
.hero-orbit-two { bottom: -665px; width: 1380px; height: 900px; border-color: rgba(255,152,69,.08); }

/* Problem and sales system */
.problem-section { border-top: 0; }
.problem-section,
.about-section {
  position: relative;
  overflow: hidden;
  background: #f2f1f5;
  color: #121217;
}
.problem-section::before,
.method-section::before,
.about-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(249,115,22,.085);
  filter: blur(90px);
}
.problem-section::before { top: -260px; right: -180px; }
.about-section::before { bottom: -280px; right: -160px; }
.problem-section > .container,
.method-section > .container,
.about-section > .container { position: relative; z-index: 1; }
.problem-section .gradient,
.about-section .gradient {
  background: linear-gradient(90deg, #9a3412 0%, #f97316 55%, #c2410c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.problem-section .section-heading p,
.about-section .section-heading p {
  color: rgba(18,18,23,.62);
}
.problem-section .section-heading > strong {
  color: rgba(18,18,23,.9);
}
.problem-layout {
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: 88px;
  align-items: start;
}
.problem-intro {
  position: sticky;
  top: calc(var(--nav-height) + 48px);
}
.problem-intro h2 {
  margin: 0 0 25px;
  font-size: clamp(2.65rem,4.5vw,4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
}
.problem-intro > p {
  max-width: 490px;
  margin-bottom: 30px;
  color: rgba(18,18,23,.61);
  font-size: 1rem;
  line-height: 1.72;
}
.problem-conclusion {
  max-width: 490px;
  margin-bottom: 28px;
  padding: 19px 0;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border-block: 1px solid rgba(18,18,23,.1);
}
.problem-conclusion .system-pulse { margin-top: 7px; flex: 0 0 auto; }
.problem-conclusion p { margin: 0; color: rgba(18,18,23,.75); font-size: .87rem; line-height: 1.6; }
.symptom-list { border-block: 1px solid rgba(18,18,23,.12); }
.symptom-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 17px;
  padding: 25px 8px;
  border-bottom: 1px solid rgba(18,18,23,.095);
  transition: padding-left .25s ease,background .25s ease;
}
.symptom-item:last-child { border-bottom: 0; }
.symptom-item:hover {
  padding-left: 18px;
  background: linear-gradient(90deg,rgba(249,115,22,.065),transparent 78%);
}
.symptom-item > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.15);
  border-radius: 50%;
  background: linear-gradient(145deg,#fff,#e9dcfb);
  color: #dc5f0c;
  font-size: .68rem;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(249,115,22,.1);
}
.symptom-item strong {
  display: block;
  margin: 1px 0 7px;
  color: #16141a;
  font-size: 1.03rem;
  line-height: 1.4;
}
.symptom-item p { margin: 0; color: rgba(18,18,23,.54); font-size: .87rem; line-height: 1.58; }
.problem-showcase-head {
  position: relative;
  display: block;
  padding-top: 38px;
  margin-bottom: 62px;
  text-align: center;
}
.problem-section .problem-showcase-head { text-align: center; }
.problem-showcase-head > div:first-child {
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 0;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.problem-showcase-head .section-kicker {
  display: block;
  color: rgba(194,65,12,.075);
  font-size: clamp(4.2rem,8vw,7.5rem);
  font-weight: 850;
  line-height: .85;
  letter-spacing: -.065em;
  text-align: center;
  text-transform: none;
}
.problem-showcase-head h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.65rem,4.45vw,4.25rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}
.problem-lead {
  max-width: 980px;
  margin: 28px auto 0;
  color: rgba(18,18,23,.58);
  font-size: 1.02rem;
  line-height: 1.7;
}
.problem-lead span { display: block; }
.problem-scenarios {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}
.scenario-panel {
  position: relative;
  min-height: 430px;
  padding: 31px 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border:1px solid rgba(154,52,18,.1);
  border-radius: 26px;
  background:radial-gradient(circle at 110% -10%,rgba(249,115,22,.12),transparent 42%),linear-gradient(155deg,rgba(255,255,255,.97),rgba(249,239,230,.82));
  box-shadow:0 20px 50px rgba(99,49,20,.055),inset 0 1px rgba(255,255,255,.9);
  transition: transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.scenario-panel::after {
  content: "";
  position: absolute;
  right: -45px;
  top: 86px;
  width: 125px;
  height: 125px;
  border: 1px solid rgba(249,115,22,.09);
  border-radius: 34px;
  transform: rotate(35deg);
  transition: transform .45s ease,border-color .3s ease;
}
.scenario-panel:hover,
.scenario-panel:active {
  transform: translateY(-7px);
  color: #fff;
  border-color: rgba(249,115,22,.22);
  background: radial-gradient(circle at 85% 12%,rgba(249,115,22,.42),transparent 28%),linear-gradient(145deg,#ff892b,#c2410c);
  box-shadow: 0 25px 65px rgba(249,115,22,.22);
}
.scenario-panel:hover::after,
.scenario-panel:active::after { border-color: rgba(255,255,255,.2); transform: rotate(50deg) scale(1.08); }
.scenario-number {
  position: absolute;
  top: 15px;
  right: 20px;
  color: rgba(194,65,12,.075);
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.08em;
  transition: color .3s ease;
}
.scenario-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.14);
  border-radius: 17px;
  background: rgba(255,255,255,.62);
  color: #d3540b;
  font-size: 1.45rem;
  font-weight: 750;
  flex-shrink: 0;
  box-shadow: 0 10px 24px rgba(249,115,22,.08);
}
.scenario-panel:hover .scenario-icon,
.scenario-panel:active .scenario-icon { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.14); color: #fff; }
.scenario-panel:hover .scenario-number,
.scenario-panel:active .scenario-number { color: rgba(255,255,255,.11); }
.scenario-panel > small {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #e2620e;
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .18em;
  transition: color .3s ease;
  flex-shrink: 0;
}
.scenario-panel:hover > small,
.scenario-panel:active > small { color: rgba(255,255,255,.72); }
.scenario-panel h3 {
  position: relative;
  z-index: 1;
  min-height: 96px;
  margin: 12px 0 17px;
  color: #18151d;
  font-size: clamp(1.35rem,1.75vw,1.75rem);
  line-height: 1.13;
  letter-spacing: -.035em;
  flex-shrink: 0;
}
.scenario-panel p { position: relative; z-index: 1; min-height: 118px; margin: 0; color: rgba(18,18,23,.56); font-size: .91rem; line-height: 1.63; flex-shrink: 0; }
.scenario-panel:hover h3,
.scenario-panel:active h3 { color: #fff; }
.scenario-panel:hover p,
.scenario-panel:active p { color: rgba(255,255,255,.75); }
.sales-system {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, auto);
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.sales-system::before { content: ""; position: absolute; left: 4%; right: 4%; top: 50%; height: 1px; z-index: -1; background: linear-gradient(90deg,transparent,rgba(249,115,22,.28),transparent); }
.sales-stage {
  width: 158px;
  min-height: 142px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.problem-section .sales-system::before {
  background: linear-gradient(90deg,transparent,rgba(249,115,22,.3),transparent);
}
.problem-section .sales-stage {
  border-color: rgba(249,115,22,.13);
  background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(249,246,255,.72));
  box-shadow: 0 16px 42px rgba(52,31,78,.065),inset 0 1px rgba(255,255,255,.9);
}
.problem-section .sales-stage:hover {
  border-color: rgba(249,115,22,.32);
  background: #fff;
  box-shadow: 0 18px 45px rgba(64,33,102,.08);
}
.problem-section .sales-stage strong { color: #151419; }
.problem-section .sales-stage small { color: rgba(18,18,23,.48); }
.problem-section .sales-stage span {
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.15);
  border-radius: 11px;
  background: linear-gradient(145deg,#f5edff,#ebe0fc);
  color: #dc5f0c;
  box-shadow: 0 7px 18px rgba(249,115,22,.1);
}
.problem-section .sales-system > i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  color: rgba(249,115,22,.58);
  box-shadow: 0 6px 15px rgba(249,115,22,.07);
}
.problem-section .system-caption { color: rgba(18,18,23,.57); }
.problem-section .secondary-cta {
  border-color: rgba(249,115,22,.22);
  background: rgba(249,115,22,.055);
  color: #342344;
}
.problem-section .secondary-cta:hover {
  border-color: rgba(249,115,22,.42);
  background: rgba(249,115,22,.1);
}
.sales-stage:hover { transform: translateY(-5px); border-color: rgba(255,152,69,.35); background: rgba(249,115,22,.06); }
.sales-stage span { display: block; margin-bottom: 21px; color: #ff9845; font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.sales-stage strong { display: block; margin-bottom: 8px; font-size: .92rem; }
.sales-stage small { display: block; color: rgba(255,255,255,.4); font-size: .7rem; line-height: 1.45; }
.sales-system > i { color: rgba(255,152,69,.52); font-style: normal; }
.system-caption { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 34px; color: rgba(255,255,255,.5); font-size: .86rem; }
.system-caption p { margin: 0; }
.system-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 17px rgba(249,115,22,.7); animation: pulse 2.8s ease-in-out infinite; }
.center-action { display: flex; justify-content: center; margin-top: 34px; }

/* Commercial system map */
.audit-section { position: relative; color: #151419; background: transparent; border-bottom: 0; }
.audit-section::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: -340px; height: 680px; pointer-events: none; background: radial-gradient(ellipse at 74% 50%,rgba(249,115,22,.12),transparent 58%); }
.audit-section .gradient { background: linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.promise-map {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  grid-template-rows: 1fr 230px 1fr;
  grid-template-areas:
    "acquisition . process"
    ". core ."
    "conversion . pilotage";
  align-items: center;
  padding: 10px 4%;
}
.promise-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255,152,69,.095);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 90px rgba(249,115,22,.055),inset 0 0 70px rgba(249,115,22,.035);
}
.promise-map-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.promise-map-lines path { fill: none; stroke: rgba(255,152,69,.2); stroke-width: 1; stroke-dasharray: 4 8; }
.promise-lever { position: relative; z-index: 1; max-width: 330px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.13); }
.promise-lever::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #ff8425; box-shadow: 0 0 18px rgba(249,115,22,.75); }
.promise-lever-acquisition { grid-area: acquisition; align-self: start; }
.promise-lever-process { grid-area: process; align-self: start; justify-self: end; }
.promise-lever-conversion { grid-area: conversion; align-self: end; }
.promise-lever-pilotage { grid-area: pilotage; align-self: end; justify-self: end; }
.promise-lever > span { float: right; color: rgba(255,255,255,.08); font-size: 2.65rem; font-weight: 800; line-height: .8; }
.promise-lever small { color: #ff9a48; font-size: .61rem; font-weight: 800; letter-spacing: .18em; }
.promise-lever h3 { margin: 12px 0 9px; font-size: 1.45rem; letter-spacing: -.025em; }
.promise-lever p { max-width: 300px; margin: 0; color: rgba(255,255,255,.48); font-size: .87rem; line-height: 1.62; }
.promise-core {
  position: relative;
  z-index: 2;
  grid-area: core;
  width: 230px;
  height: 230px;
  justify-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249,115,22,.28);
  border-radius: 50%;
  background: radial-gradient(circle at 45% 35%,rgba(249,115,22,.28),transparent 50%),#111018;
  box-shadow: 0 0 0 18px rgba(249,115,22,.035),0 28px 80px rgba(0,0,0,.36),inset 0 1px rgba(255,255,255,.1);
  text-align: center;
}
.promise-core i { width: 8px; height: 8px; margin-bottom: 16px; border-radius: 50%; background: #ff9e4c; box-shadow: 0 0 22px rgba(249,115,22,.9); }
.promise-core small { margin-bottom: 11px; color: rgba(255,255,255,.38); font-size: .57rem; font-weight: 800; letter-spacing: .18em; }
.promise-core strong { font-size: 1.18rem; line-height: 1.25; letter-spacing: -.025em; }
.audit-launch { margin-top: 48px; text-align: center; }
.audit-launch > p { max-width: 680px; margin: 0 auto 26px; color: rgba(255,255,255,.56); }
.promise-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 90px; align-items: start; }
.promise-copy { position: sticky; top: calc(var(--nav-height) + 48px); }
.promise-copy h2 { margin: 22px 0 24px; font-size: clamp(2.7rem,4.5vw,4.2rem); line-height: 1.03; letter-spacing: -.05em; }
.promise-copy > p { max-width: 470px; margin: 0 0 30px; color: rgba(255,255,255,.52); font-size: .98rem; line-height: 1.7; }
.promise-copy > strong { display: block; padding: 22px 0 0 20px; border-top: 1px solid rgba(255,255,255,.1); border-left: 2px solid #fb7c1c; color: rgba(255,255,255,.82); font-size: .9rem; line-height: 1.55; }
.promise-list { border-top: 1px solid rgba(255,255,255,.13); }
.promise-list article {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(170px,.75fr) minmax(210px,1fr);
  gap: 21px;
  align-items: center;
  min-height: 150px;
  padding: 25px 13px 25px 0;
  border-bottom: 1px solid rgba(255,255,255,.13);
  transition: padding-left .28s ease,background .28s ease;
}
.promise-list article::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(249,115,22,.13),transparent 82%); opacity: 0; transition: opacity .28s ease; }
.promise-list article:hover { padding-left: 15px; }
.promise-list article:hover::before { opacity: 1; }
.promise-list article > span { color: rgba(255,255,255,.17); font-size: .72rem; font-weight: 800; }
.promise-list small { display: block; margin-bottom: 9px; color: #ff9845; font-size: .58rem; font-weight: 850; letter-spacing: .18em; }
.promise-list h3 { margin: 0; font-size: 1.26rem; line-height: 1.2; letter-spacing: -.025em; }
.promise-list p { margin: 0; color: rgba(255,255,255,.46); font-size: .85rem; line-height: 1.6; }
.audit-section { padding: 0 0 var(--section-space); }
.promise-scroll-story { position: relative; z-index: 1; height: 420vh; }
.promise-scroll-stage {
  position: sticky;
  top: var(--nav-height);
  height: calc(100vh - var(--nav-height));
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.06fr);
  grid-template-rows: 1fr auto;
  gap: clamp(55px,6vw,85px);
  align-items: center;
  overflow: visible;
}
.promise-scroll-copy { position: relative; z-index: 2; max-width: 535px; padding-left: 18px; }
.promise-scroll-copy,
.promise-scroll-content { grid-row: 1; }
.promise-scroll-copy .section-kicker {
  position: absolute;
  z-index: 0;
  top: -38px;
  left: -8px;
  color: rgba(194,65,12,.075);
  font-size: clamp(4.8rem,8vw,7.8rem);
  font-weight: 850;
  line-height: .9;
  letter-spacing: -.065em;
  text-transform: none;
  pointer-events: none;
}
.promise-scroll-copy h2 { position: relative; z-index: 1; margin: 20px 0 25px; font-size: clamp(2.75rem,3.8vw,3.75rem); line-height: 1.03; letter-spacing: -.052em; }
.promise-scroll-copy > p,
.promise-scroll-count { position: relative; z-index: 1; }
.promise-scroll-copy > p { max-width: 470px; margin: 0; color: rgba(18,18,23,.56); line-height: 1.7; }
.promise-scroll-count { margin-top: 38px; display: flex; align-items: baseline; gap: 9px; }
.promise-scroll-count strong { color: #ff9a48; font-size: 3.4rem; line-height: 1; letter-spacing: -.05em; }
.promise-scroll-count span { color: rgba(18,18,23,.24); font-size: .82rem; }
.promise-scroll-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: min(470px,65vh);
  justify-self: end;
  padding-left: 66px;
  border: 1px solid rgba(249,115,22,.13);
  border-radius: 30px;
  background:radial-gradient(circle at 82% 12%,rgba(249,115,22,.13),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.97),rgba(250,241,233,.86));
  box-shadow:0 28px 75px rgba(102,51,20,.09),inset 0 1px rgba(255,255,255,.95);
}
.promise-scroll-rail { position: absolute; left: 30px; top: 30px; bottom: 30px; width: 1px; background: rgba(18,18,23,.1); }
.promise-scroll-rail i { display: block; width: 2px; height: 25%; background: linear-gradient(#ffa85f,#d95d0b); box-shadow: 0 0 18px rgba(255,152,69,.65); transition: height .45s cubic-bezier(.22,1,.36,1); }
.promise-scroll-step {
  position: absolute;
  inset: 0 34px 0 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(42px);
  pointer-events: none;
  transition: opacity .5s ease,transform .6s cubic-bezier(.22,1,.36,1);
}
.promise-scroll-step.is-active { opacity: 1; transform: none; pointer-events: auto; }
.promise-scroll-step > span { position: absolute; z-index: 0; right: 0; top: 22px; color: rgba(194,65,12,.09); font-size: clamp(5.5rem,9vw,8.5rem); font-weight: 850; line-height: .8; letter-spacing: -.08em; }
.promise-scroll-step h3 { position: relative; z-index: 1; width: 100%; max-width: 470px; margin: 0 0 21px; font-size: clamp(1.9rem,2.75vw,2.65rem); line-height: 1.07; letter-spacing: -.045em; }
.promise-scroll-step p { position: relative; z-index: 1; max-width: 570px; margin: 0; color: rgba(18,18,23,.57); font-size: 1rem; line-height: 1.72; }
.promise-scroll-step > strong {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 570px;
  margin-top: 27px;
  padding-top: 22px;
  display: block;
  border-top: 1px solid rgba(18,18,23,.11);
  color: #b83d0b;
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.42;
  letter-spacing: -.012em;
}
.promise-scroll-step > strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg,#df610d,#ff9c48);
}
.promise-stage-cta {
  position: absolute;
  z-index: 4;
  left: 18px;
  right: 8px;
  bottom: 50px;
  min-height: 78px;
  padding: 17px 8px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(18,18,23,.11);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1);
}
.promise-stage-cta.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.promise-stage-cta p { margin: 0 0 5px; color: rgba(18,18,23,.82); font-size: .88rem; font-weight: 700; }
.promise-stage-cta span { color: rgba(18,18,23,.4); font-size: .7rem; }

/* Iterative method */
.method-section {
  position: relative;
  overflow: hidden;
  background: #f2f1f5;
  color: #121217;
}
.method-section::before { top: 30%; left: -250px; }
.method-section .gradient {
  background: linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.method-section .section-heading p { color: rgba(18,18,23,.62); }
.method-cycle { display: grid; grid-template-columns: repeat(9, auto); align-items: start; justify-content: center; gap: 13px; }
.method-cycle article { width: 190px; min-height: 240px; padding: 27px 24px; border-top: 1px solid rgba(255,152,69,.4); background: linear-gradient(180deg,rgba(249,115,22,.055),transparent); }
.method-cycle article span { color: rgba(255,255,255,.15); font-size: 2.15rem; font-weight: 800; }
.method-cycle article h3 { margin: 32px 0 12px; font-size: 1.08rem; }
.method-cycle article p { margin: 0; color: rgba(255,255,255,.48); font-size: .81rem; line-height: 1.6; }
.method-cycle > i { margin-top: 36px; color: rgba(255,152,69,.48); font-style: normal; }
.cycle-loop { margin: 60px auto 0; padding: 22px 24px; display: flex; align-items: center; justify-content: center; gap: 18px; border-block: 1px solid var(--line); color: rgba(255,255,255,.7); }
.cycle-loop span { font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.cycle-loop i { color: rgba(255,152,69,.55); font-style: normal; }
.cycle-loop b { margin-left: 6px; color: #ffa04f; font-size: 1.35rem; }
.method-section .method-cycle article {
  border: 1px solid rgba(249,115,22,.13);
  border-radius: 19px;
  background: linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,243,253,.76));
  box-shadow: 0 16px 42px rgba(52,31,78,.06),inset 0 1px rgba(255,255,255,.9);
  transition: transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.method-section .method-cycle article:hover {
  transform: translateY(-5px);
  border-color: rgba(249,115,22,.3);
  box-shadow: 0 22px 52px rgba(69,35,108,.1);
}
.method-section .method-cycle article span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.15);
  border-radius: 14px;
  background: linear-gradient(145deg,#f5edff,#e9dcfb);
  color: #dc5f0c;
  font-size: .86rem;
  box-shadow: 0 8px 20px rgba(249,115,22,.11);
}
.method-section .method-cycle article p { color: rgba(18,18,23,.54); }
.method-section .method-cycle > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(249,115,22,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: rgba(249,115,22,.55);
  box-shadow: 0 6px 15px rgba(249,115,22,.07);
}
.method-section .method-cycle article h3 { margin-top: 28px; }
.method-section .cycle-loop {
  border: 1px solid rgba(249,115,22,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
  color: rgba(18,18,23,.68);
  box-shadow: 0 14px 36px rgba(52,31,78,.045);
}

/* Founders */
.about-section { background: radial-gradient(circle at 18% 50%,rgba(249,115,22,.08),transparent 30%),#f2f1f5; }
.about-inner { max-width: 1120px; }
.about-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.founder-panel { padding: 38px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016)); }
.about-section .founder-panel {
  color: #fff;
  border-color: rgba(255,255,255,.1);
  background: radial-gradient(circle at 50% 0%,rgba(249,115,22,.14),transparent 43%),#111116;
  box-shadow: 0 28px 70px rgba(31,22,43,.14);
}
.founder-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.founder-list article { text-align: center; }
.founder-list img { width: 150px; aspect-ratio: 1; object-fit: cover; border: 1px solid rgba(255,152,69,.25); border-radius: 50%; }
.founder-list strong, .founder-list span { display: block; }
.founder-list strong { margin-top: 13px; font-size: .87rem; }
.founder-list span { margin-top: 3px; color: rgba(255,255,255,.4); font-size: .75rem; }
.founder-proof { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); text-align: center; }
.founder-proof strong { display: block; font-size: clamp(3.1rem,6vw,4.7rem); line-height: .95; letter-spacing: -.055em; background: linear-gradient(90deg,#fff,#ffb778 52%,#f97316); -webkit-background-clip: text; background-clip: text; color: transparent; }
.founder-proof span { display: block; margin-top: 11px; color: rgba(255,255,255,.48); font-size: .85rem; }
.company-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 27px; }
.company-links a { display: flex; justify-content: space-between; padding: 13px 15px; border: 1px solid var(--line-soft); border-radius: 11px; color: rgba(255,255,255,.65); font-size: .8rem; transition: border-color .2s ease,color .2s ease; }
.company-links a:hover { color: #fff; border-color: rgba(255,152,69,.35); }
.about-story p { margin-bottom: 17px; color: rgba(255,255,255,.56); font-size: 1.01rem; line-height: 1.72; }
.about-story p:nth-child(3) { color: #fff; font-size: 1.25rem; font-weight: 650; }
.about-story .about-conclusion { margin: 29px 0 0; padding: 24px 0 0 24px; border-top: 1px solid var(--line); border-left: 2px solid #fb7c1c; color: rgba(255,255,255,.88); }
.about-section .about-story p { color: rgba(18,18,23,.62); }
.about-section .about-story {
  padding: 38px;
  border: 1px solid rgba(249,115,22,.12);
  border-radius: 22px;
  background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(248,245,252,.7));
  box-shadow: 0 18px 50px rgba(52,31,78,.065),inset 0 1px rgba(255,255,255,.9);
}
.about-section .about-story p:nth-child(3) { color: #121217; }
.about-section .about-story .about-conclusion {
  border-top-color: rgba(18,18,23,.1);
  color: rgba(18,18,23,.88);
}

/* About — editorial founders story */
.about-section { background: transparent; color: #17141b; }
.about-section::before { background: rgba(249,115,22,.08); }
.about-section .section-heading { position: relative; max-width: 1080px; padding-top: 38px; }
.about-section .section-heading .section-kicker { position: absolute; z-index: 0; top: -8px; left: 0; width: 100%; margin: 0; color: rgba(194,65,12,.075); font-size: clamp(4.8rem,8vw,7.8rem); font-weight: 850; line-height: .9; letter-spacing: -.065em; text-align: center; text-transform: none; pointer-events: none; }
.about-section .section-heading h2 { position: relative; z-index: 1; color: #17141b; }
.about-section .gradient { background: linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.about-editorial { display: grid; grid-template-columns: minmax(380px,.9fr) minmax(0,1.1fr); gap: clamp(65px,8vw,110px); align-items: start; }
.founder-portrait-stage { position: sticky; top: calc(var(--nav-height) + 55px); padding-top: 12px; }
.founder-portraits { display: flex; flex-direction: column; align-items: flex-start; padding-inline: 8px; }
.founder-portraits article { position: relative; width: 86%; flex: 0 0 auto; text-align: left; }
.founder-portraits article + article { align-self: flex-end; margin-top: 24px; text-align: right; }
.founder-portraits img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; border: 1px solid rgba(249,115,22,.18); border-radius: 24px; box-shadow: 0 20px 48px rgba(58,35,78,.11),0 0 0 7px rgba(249,115,22,.025); }
.founder-portraits article div { margin-top: 18px; }
.founder-portraits strong,.founder-portraits span { display: block; }
.founder-portraits strong { font-size: 1.08rem; font-weight: 780; line-height: 1.2; letter-spacing: .015em; }
.founder-portraits span { margin-top: 6px; color: rgba(23,20,27,.52); font-size: .86rem; font-weight: 520; }
.founder-portraits span a { color: #c2410c; font-weight: 720; transition: color .2s ease; }
.founder-portraits span a:hover { color: #ff8a2b; }
.founder-portraits span i { display: inline-block; margin-inline: 12px; color: rgba(23,20,27,.22); font-style: normal; }
.founder-proof-line { margin-top: 42px; padding: 25px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 22px; border-block: 1px solid rgba(23,20,27,.1); }
.founder-proof-line strong { font-size: clamp(2.7rem,5vw,4.2rem); line-height: 1; letter-spacing: -.055em; background: linear-gradient(90deg,#9a3412,#ff8a2b); -webkit-background-clip: text; background-clip: text; color: transparent; }
.founder-proof-line span { max-width: 145px; color: rgba(23,20,27,.48); font-size: .77rem; line-height: 1.45; text-align: right; }
.founder-company-links { display: flex; gap: 24px; margin-top: 20px; }
.founder-company-links a { color: rgba(23,20,27,.58); font-size: .76rem; font-weight: 700; transition: color .25s ease; }
.founder-company-links a:hover { color: #c2410c; }
.about-journey { border-top: 1px solid rgba(23,20,27,.11); }
.about-journey article { position: relative; padding: 36px 12px 40px 20px; overflow: hidden; border-bottom: 1px solid rgba(23,20,27,.11); transition: background .45s ease,box-shadow .5s ease; }
.about-journey article::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: linear-gradient(180deg,#c94b0c,#ff9f50); opacity: 0; transform: scaleY(.25); transition: opacity .35s ease,transform .5s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.about-journey article > div { position: relative; z-index: 1; }
.about-journey article > div { transition: transform .5s cubic-bezier(.22,1,.36,1); }
.about-journey small { margin-bottom: 15px; display: inline-flex; align-items: center; gap: 10px; color: rgba(23,20,27,.48); font-size: .72rem; font-weight: 720; letter-spacing: .035em; }
.about-journey small::before { content: ""; width: 22px; height: 2px; border-radius: 99px; background: #f97316; transition: width .4s cubic-bezier(.22,1,.36,1); }
.about-journey h3 { max-width: 520px; margin: 0 0 15px; font-size: clamp(1.55rem,2.25vw,2.05rem); line-height: 1.1; letter-spacing: -.04em; }
.about-journey article:first-child h3 { white-space: nowrap; }
.about-journey p { max-width: 570px; margin: 0; color: rgba(23,20,27,.57); font-size: .92rem; line-height: 1.7; }
.about-journey article:hover { background: linear-gradient(90deg,rgba(249,115,22,.09),rgba(249,115,22,.025) 58%,transparent); box-shadow: inset 18px 0 45px rgba(249,115,22,.055); }
.about-journey article:hover::before { opacity: 1; transform: scaleY(1); }
.about-journey article:hover > div { transform: translateX(14px); }
.about-journey article:hover small::before { width: 34px; }
@media (prefers-reduced-motion: reduce) { .about-journey article,.about-journey article::before,.about-journey article > div,.about-journey small::before { transition: none; } }

/* Accompaniment offer */
.accompaniment-section {
  position: relative;
  padding: 16px 0 0;
  overflow: visible;
  color: #17141b;
  background: transparent;
}
.accompaniment-section .gradient { background: linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accompaniment-section::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: -340px; height: 680px; pointer-events: none; background: radial-gradient(ellipse at 20% 50%,rgba(249,115,22,.1),transparent 58%); }
.accompaniment-scroll-story { z-index: 1; }
.accompaniment-section .offer-bento-manifesto .gradient { background: linear-gradient(90deg,#f0eaff,#ffa65c 52%,#ea650f); -webkit-background-clip: text; background-clip: text; color: transparent; }
.accompaniment-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent 49.95%,rgba(255,255,255,.025) 50%,transparent 50.05%); }
.accompaniment-section > .container { position: relative; z-index: 1; }
.accompaniment-head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr); gap: 80px; align-items: end; margin-bottom: 85px; }
.accompaniment-copy h2 { max-width: 850px; margin: 22px 0 25px; font-size: clamp(3rem,5.4vw,5.2rem); line-height: .99; letter-spacing: -.055em; }
.accompaniment-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.5); font-size: 1rem; line-height: 1.72; }
.duration-signature { justify-self: end; display: flex; align-items: flex-end; gap: 18px; padding-bottom: 8px; }
.duration-signature > strong { color: #ff8728; font-size: clamp(7rem,12vw,11rem); font-weight: 850; line-height: .72; letter-spacing: -.09em; text-shadow: 0 0 55px rgba(249,115,22,.22); }
.duration-signature > span { padding-bottom: 5px; color: rgba(255,255,255,.35); font-size: .78rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .11em; }
.duration-signature b { color: rgba(255,255,255,.82); font-weight: 750; }
.accompaniment-timeline { position: relative; margin-bottom: 76px; padding: 0 12px; }
.timeline-label { position: absolute; bottom: 59px; }
.timeline-label-start { left: 12px; }
.timeline-label-end { right: 12px; text-align: right; }
.timeline-label small,.timeline-label strong { display: block; }
.timeline-label small { margin-bottom: 7px; color: #ff9845; font-size: .58rem; font-weight: 850; letter-spacing: .18em; }
.timeline-label strong { font-size: .85rem; }
.timeline-track { position: relative; height: 2px; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg,#ff9238,rgba(255,152,69,.28)); }
.timeline-track i { width: 11px; height: 11px; border: 2px solid #09090d; border-radius: 50%; background: #f47a21; box-shadow: 0 0 0 1px rgba(255,152,69,.5),0 0 15px rgba(244,122,33,.3); }
.timeline-track .timeline-origin { width: 17px; height: 17px; background: #ffa458; box-shadow: 0 0 0 5px rgba(255,152,69,.1),0 0 25px rgba(255,152,69,.5); }
.timeline-weeks { display: flex; justify-content: space-between; margin-top: 17px; color: rgba(255,255,255,.24); font-size: .61rem; font-weight: 700; }
.accompaniment-details { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.accompaniment-detail { min-height: 235px; padding: 37px 38px; display: grid; grid-template-columns: 54px 1fr; gap: 25px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s ease; }
.accompaniment-detail:hover { background: linear-gradient(120deg,rgba(249,115,22,.09),transparent 75%); }
.accompaniment-detail > span { color: rgba(255,152,69,.5); font-size: .75rem; font-weight: 800; }
.accompaniment-detail h3 { max-width: 390px; margin: 0 0 15px; font-size: clamp(1.45rem,2.3vw,2rem); line-height: 1.13; letter-spacing: -.035em; }
.accompaniment-detail p { max-width: 480px; margin: 0; color: rgba(255,255,255,.48); font-size: .9rem; line-height: 1.66; }
.accompaniment-manifesto { margin-top: 76px; display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid rgba(255,152,69,.17); background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.16),transparent 45%),rgba(255,255,255,.018); }
.manifesto-no { padding: 48px; display: flex; flex-direction: column; justify-content: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.1); }
.manifesto-no span { color: rgba(255,255,255,.38); font-size: 1rem; }
.manifesto-no span::before { content: "—"; margin-right: 11px; color: rgba(255,152,69,.5); }
.manifesto-yes { padding: 48px 54px; }
.manifesto-yes > strong { display: block; max-width: 680px; margin-bottom: 30px; font-size: clamp(2rem,3.7vw,3.5rem); line-height: 1.08; letter-spacing: -.045em; }
.manifesto-yes .primary-cta { margin-bottom: 13px; }
.manifesto-yes > small { display: block; color: rgba(255,255,255,.31); font-size: .69rem; }

/* Accompaniment — single readable offer sheet */
.accompaniment-section::before { display: none; }
.accompaniment-head { display: block; max-width: 980px; margin-bottom: 54px; }
.accompaniment-copy h2 { max-width: 900px; font-size: clamp(2.9rem,4.8vw,4.6rem); line-height: 1.01; }
.accompaniment-copy > p { max-width: 740px; color: rgba(23,20,27,.57); font-size: 1.02rem; }
.accompaniment-board {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.offer-summary { display: grid; grid-template-columns: 1.05fr 1fr 1fr; border-block: 1px solid rgba(255,255,255,.12); }
.offer-summary-duration { min-height: 170px; padding: 31px 38px 31px 0; display: flex; align-items: flex-end; gap: 16px; background: transparent; color: #fff; }
.offer-summary-duration > strong { font-size: 7.4rem; font-weight: 850; line-height: .72; letter-spacing: -.09em; }
.offer-summary-duration > span { padding-bottom: 5px; color: rgba(255,255,255,.43); font-size: .7rem; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.offer-summary-duration b { color: #fff; }
.offer-summary-item { min-height: 170px; padding: 35px 38px; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid rgba(255,255,255,.12); }
.offer-summary-item small { margin-bottom: auto; color: #ff9845; font-size: .58rem; font-weight: 850; letter-spacing: .17em; }
.offer-summary-item strong { margin-bottom: 7px; font-size: 1.15rem; }
.offer-summary-item span { color: rgba(255,255,255,.4); font-size: .78rem; }
.accompaniment-board .accompaniment-details { display: block; border: 0; }
.accompaniment-board .accompaniment-detail {
  min-height: 150px;
  padding: 34px 0;
  grid-template-columns: 46px 1fr;
  gap: 30px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.accompaniment-board .accompaniment-detail:last-child { border-bottom: 0; }
.accompaniment-board .accompaniment-detail:hover { background: linear-gradient(90deg,rgba(249,115,22,.08),transparent 72%); }
.accompaniment-board .accompaniment-detail > span { color: #ff9845; }
.accompaniment-board .accompaniment-detail > div { display: grid; grid-template-columns: minmax(230px,.75fr) minmax(0,1.25fr); gap: 42px; align-items: center; }
.accompaniment-board .accompaniment-detail h3 { margin: 0; color: #fff; font-size: clamp(1.35rem,2vw,1.75rem); }
.accompaniment-board .accompaniment-detail p { max-width: 610px; color: rgba(255,255,255,.48); font-size: .9rem; }
.accompaniment-manifesto { margin-top: 55px; overflow: hidden; border-radius: 0; border-inline: 0; background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.15),transparent 45%),rgba(255,255,255,.018); }

.accompaniment-bento {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  grid-template-rows: auto;
  grid-template-areas: none;
  gap: 16px;
}
.offer-bento-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(249,115,22,.1);
  border-radius: 25px;
  background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(245,241,250,.88));
  box-shadow: 0 22px 55px rgba(61,32,89,.075),inset 0 1px rgba(255,255,255,.95);
  transition: transform .3s ease,border-color .3s ease,background .3s ease;
}
.offer-bento-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 230px;
  height: 230px;
  right: -85px;
  top: -105px;
  border-radius: 50%;
  background: rgba(249,115,22,.12);
  filter: blur(7px);
  transition: transform .45s ease,opacity .3s ease;
}
.offer-bento-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -44px;
  top: 78px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(249,115,22,.08);
  border-radius: 32px;
  transform: rotate(34deg);
  transition: transform .5s ease,border-color .3s ease;
}
.offer-bento-card > * { position: relative; z-index: 1; }
.offer-bento-card:hover { transform: translateY(-6px); border-color: rgba(249,115,22,.22); background: #fff; box-shadow: 0 30px 70px rgba(69,32,108,.12),inset 0 1px #fff; }
.offer-bento-card:hover::before { transform: scale(1.12); opacity: .82; }
.offer-bento-card:hover::after { transform: rotate(48deg) scale(1.06); border-color: rgba(249,115,22,.15); }
.offer-bento-day { grid-column: 1 / 6; }
.offer-bento-weeks { grid-column: 6 / 13; }
.offer-bento-weekly { grid-column: 1 / 8; }
.offer-bento-team { grid-column: 8 / 13; }
.offer-bento-manifesto { grid-column: 1 / 13; background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.24),transparent 43%),#17131d; color: #fff; }
.offer-bento-manifesto::before { background: rgba(255,152,69,.16); }
.offer-bento-manifesto::after { border-color: rgba(255,255,255,.07); }
.bento-index { margin-bottom: 22px; display: flex; align-items: center; gap: 10px; color: #d95d0b; font-size: .61rem; font-weight: 850; letter-spacing: .16em; }
.bento-index::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg,#d95d0b,#ffa04f); }
.offer-bento-card > h3 { max-width: 440px; margin: 0 0 14px; color: #17141b; font-size: clamp(1.55rem,2.25vw,2.08rem); line-height: 1.1; letter-spacing: -.04em; }
.offer-bento-card > p { margin: 0 0 25px; color: rgba(23,20,27,.55); font-size: .88rem; line-height: 1.55; }
.bento-inner {
  min-height: 135px;
  margin-top: auto;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(249,115,22,.12);
  border-radius: 18px;
  background: radial-gradient(circle at 12% 18%,rgba(249,115,22,.22),transparent 42%),linear-gradient(120deg,rgba(249,115,22,.13),rgba(255,255,255,.35) 78%);
  box-shadow: inset 0 1px rgba(255,255,255,.8),0 12px 30px rgba(249,115,22,.055);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.bento-inner > strong { color: rgba(23,20,27,.82); font-size: 1.15rem; line-height: 1.35; }
.bento-inner > strong em { color: #c94b0c; font-style: normal; }
.bento-inner > span { margin-top: auto; display: flex; justify-content: space-between; color: rgba(23,20,27,.45); font-size: .72rem; }
.bento-inner i,.bento-actions i { color: #ff9238; font-size: 1rem; font-style: normal; }
.bento-duration { flex-direction: row; align-items: flex-end; justify-content: flex-start; gap: 15px; }
.bento-duration > strong { color: #ff9238; font-size: 5.8rem; font-weight: 850; line-height: .72; letter-spacing: -.08em; }
.bento-duration > span { margin: 0; display: block; color: rgba(23,20,27,.42); line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.bento-duration em { color: #4d176f; font-style: normal; font-weight: 750; }
.bento-actions { margin-top: 12px; display: grid; gap: 14px; }
.bento-actions { grid-template-columns: repeat(3,1fr); }
.bento-actions span { min-height: 80px; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(249,115,22,.11); border-radius: 15px; background: linear-gradient(135deg,rgba(249,115,22,.1),rgba(255,255,255,.45)); color: rgba(23,20,27,.8); font-size: .79rem; font-weight: 680; box-shadow: inset 0 1px rgba(255,255,255,.8); transition: transform .25s ease,background .25s ease; }
.bento-actions span:nth-child(2) { background: linear-gradient(135deg,rgba(255,170,98,.13),rgba(255,255,255,.48)); }
.bento-actions span:nth-child(3) { background: linear-gradient(135deg,rgba(249,115,22,.12),rgba(255,255,255,.48)); }
.bento-actions span:hover { transform: translateY(-3px); background: linear-gradient(135deg,rgba(249,115,22,.17),rgba(255,255,255,.6)); }
.bento-team-line { flex-direction: row; align-items: center; justify-content: space-between; gap: 14px; text-align: center; }
.bento-team-line > strong { font-size: .98rem; }
.bento-team-line > i { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(249,115,22,.15); border-radius: 50%; background: rgba(255,255,255,.48); color: #dc5f0c; font-size: 1.25rem; font-style: normal; box-shadow: 0 8px 18px rgba(249,115,22,.08); }
.offer-bento-manifesto { min-height: 245px; display: grid; grid-template-columns: .8fr 1.2fr minmax(240px,.65fr); grid-template-rows: auto 1fr auto; gap: 12px 42px; align-items: center; }
.offer-bento-manifesto .bento-index { grid-column: 1 / -1; }
.bento-no { grid-column: 1; margin: 3px 0; display: grid; gap: 8px; }
.bento-no span { color: rgba(255,255,255,.38); font-size: .76rem; }
.bento-no span::before { content: "—"; margin-right: 8px; color: rgba(255,152,69,.55); }
.offer-bento-manifesto > h3 { grid-column: 2; margin: 0; color: #fff; font-size: clamp(1.65rem,2.45vw,2.3rem); }
.offer-bento-manifesto .primary-cta { grid-column: 3; width: 100%; justify-content: center; margin: 0; }
.offer-bento-manifesto > small { grid-column: 3; margin-top: 0; color: rgba(255,255,255,.29); font-size: .63rem; line-height: 1.4; text-align: center; }

/* Accompaniment scroll timeline */
.accompaniment-scroll-story { position: relative; height: 260vh; }
.accompaniment-scroll-stage {
  position: sticky;
  top: calc(var(--nav-height) + 64px);
  height: calc(100vh - var(--nav-height) - 64px);
  padding-block: min(var(--section-space),7vh);
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  overflow: hidden;
}
.accompaniment-timeline-head { position: relative; max-width: 1100px; margin: 0 auto 55px; padding-top: 38px; text-align: center; }
.accompaniment-timeline-head .section-kicker { position: absolute; z-index: 0; top: -8px; left: 0; width: 100%; margin: 0; color: rgba(194,65,12,.075); font-size: clamp(4.8rem,8vw,7.8rem); font-weight: 850; line-height: .9; letter-spacing: -.065em; text-align: center; text-transform: none; pointer-events: none; }
.accompaniment-timeline-head h2 { position: relative; z-index: 1; margin: 0 0 20px; font-size: clamp(3rem,5vw,4.8rem); line-height: 1; letter-spacing: -.055em; }
.accompaniment-timeline-head > p { position: relative; z-index: 1; }
.accompaniment-timeline-head > p { max-width: 820px; margin: 0 auto; color: rgba(23,20,27,.55); font-size: 1rem; line-height: 1.65; }
.accompaniment-horizontal-timeline { position: relative; width: min(1050px,88%); margin: 0 auto 48px; padding-top: 15px; }
.accompaniment-line { position: absolute; left: 0; right: 0; top: 22px; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(62,42,82,.09); box-shadow: inset 0 1px 2px rgba(38,19,58,.06); }
.accompaniment-line i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#c94b0c 0%,#f77a1a 55%,#ffad67 100%); box-shadow: 0 0 16px rgba(249,115,22,.42); transition: width .48s cubic-bezier(.22,1,.36,1); }
.accompaniment-markers { position: relative; z-index: 1; display: flex; justify-content: space-between; }
.accompaniment-markers > span { width: 180px; display: flex; flex-direction: column; align-items: center; gap: 17px; color: rgba(23,20,27,.38); transition: color .35s ease,transform .35s ease; }
.accompaniment-markers > span:first-child { align-items: flex-start; transform: translateX(-1px); }
.accompaniment-markers > span:last-child { align-items: flex-end; transform: translateX(1px); }
.accompaniment-markers b { position: relative; width: 17px; height: 17px; display: block; border: 4px solid #f4f2f7; border-radius: 50%; background: #c9c4ce; box-shadow: 0 0 0 1px rgba(23,20,27,.13),0 3px 10px rgba(42,24,57,.08); transition: background .35s ease,box-shadow .35s ease,transform .35s ease; }
.accompaniment-markers b::after { content: ""; position: absolute; inset: 3px; border-radius: inherit; background: rgba(255,255,255,.78); opacity: 0; transition: opacity .35s ease; }
.accompaniment-markers small { display: flex; flex-direction: column; gap: 7px; font-style: normal; line-height: 1; white-space: nowrap; }
.accompaniment-markers small em { color: currentColor; font-size: .65rem; font-style: normal; font-weight: 850; letter-spacing: .15em; }
.accompaniment-markers small strong { color: rgba(23,20,27,.66); font-size: .92rem; font-weight: 760; line-height: 1.1; letter-spacing: -.015em; transition: color .35s ease; }
.accompaniment-markers > span:first-child small { text-align: left; }
.accompaniment-markers > span:last-child small { text-align: right; }
.accompaniment-markers > span.is-passed,.accompaniment-markers > span.is-active { color: #c2410c; }
.accompaniment-markers > span.is-passed b,.accompaniment-markers > span.is-active b { background: #f97316; box-shadow: 0 0 0 6px rgba(249,115,22,.09),0 0 20px rgba(249,115,22,.38); }
.accompaniment-markers > span.is-active b { transform: scale(1.18); }
.accompaniment-markers > span.is-active b::after { opacity: 1; }
.accompaniment-markers > span.is-active small strong { color: #24162e; }
.accompaniment-copy-stage { position: relative; width: min(1150px,100%); min-height: 230px; margin: 0 auto; text-align: center; }
.accompaniment-timeline-step { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; opacity: 0; transform: translateY(25px); pointer-events: none; transition: opacity .48s ease,transform .55s cubic-bezier(.22,1,.36,1); }
.accompaniment-timeline-step.is-active { opacity: 1; transform: none; pointer-events: auto; }
.accompaniment-timeline-step > span { margin-bottom: 14px; display: inline-flex; align-items: center; gap: 10px; color: #d95d0b; font-size: .67rem; font-weight: 850; letter-spacing: .14em; }
.accompaniment-timeline-step > span::before { content: ""; width: 24px; height: 1px; background: linear-gradient(90deg,rgba(249,115,22,.2),#d95d0b); }
.accompaniment-timeline-step h3 { margin: 0 0 16px; font-size: clamp(1.75rem,2.6vw,2.55rem); line-height: 1.08; letter-spacing: -.04em; white-space: nowrap; }
.accompaniment-timeline-step p { max-width: 720px; margin: 0; color: rgba(23,20,27,.56); font-size: .96rem; line-height: 1.68; }
.accompaniment-finale { padding-block: 135px 150px; text-align: center; }
.accompaniment-finale > p { margin-bottom: 38px; color: rgba(23,20,27,.43); font-size: 1.05rem; line-height: 1.65; }
.accompaniment-finale h3 { max-width: 950px; margin: 0 auto 30px; font-size: clamp(3rem,6vw,5.7rem); line-height: .98; letter-spacing: -.06em; }
.accompaniment-meta { margin-bottom: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; color: rgba(23,20,27,.48); font-size: .77rem; }
.accompaniment-meta i { width: 4px; height: 4px; border-radius: 50%; background: #f97316; }
.accompaniment-finale > small { display: block; margin-top: 13px; color: rgba(23,20,27,.36); font-size: .68rem; }

/* Consulting */
.consulting-section { position: relative; }
.offer-levels { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 58px; }
.offer-level {
  min-height: 330px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg,rgba(255,255,255,.032),rgba(255,255,255,.016));
}
.offer-level-featured {
  border-color: rgba(255,152,69,.24);
  background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.16),transparent 48%),rgba(255,255,255,.025);
}
.offer-tag { margin-bottom: 27px; color: #ff9a48; font-size: .66rem; font-weight: 800; letter-spacing: .17em; }
.offer-level > strong { margin-bottom: 14px; font-size: clamp(1.45rem,2.5vw,2rem); letter-spacing: -.025em; }
.offer-level > p { max-width: 470px; margin-bottom: 24px; color: rgba(255,255,255,.54); line-height: 1.65; }
.offer-level ul { margin: 0 0 30px; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.offer-level li { padding: 7px 10px; border: 1px solid var(--line-soft); border-radius: 999px; color: rgba(255,255,255,.52); font-size: .72rem; }
.offer-level button { margin-top: auto; }
.consulting-flow { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 21px 22px; border-block: 1px solid var(--line); }
.consulting-flow span { color: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.consulting-flow i { color: rgba(255,152,69,.55); font-style: normal; }
.consulting-content { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 46px; }
.consulting-copy, .philosophy-card { min-height: 430px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.022); }
.large-index { color: rgba(255,255,255,.1); font-size: 3.7rem; font-weight: 800; line-height: 1; }
.consulting-copy h3 { max-width: 410px; margin: 45px 0 23px; font-size: clamp(1.7rem,3vw,2.4rem); line-height: 1.12; letter-spacing: -.035em; }
.consulting-copy p { margin-bottom: 14px; color: rgba(255,255,255,.54); font-size: .94rem; line-height: 1.68; }
.philosophy-card { display: flex; flex-direction: column; justify-content: space-between; background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.15),transparent 48%),rgba(255,255,255,.025); }
.philosophy-card > span { color: #ff9a48; font-size: .69rem; font-weight: 800; letter-spacing: .18em; }
.philosophy-card blockquote { margin: 40px 0; color: rgba(255,255,255,.58); font-size: clamp(1.35rem,2.4vw,2rem); line-height: 1.45; letter-spacing: -.025em; }
.philosophy-card blockquote strong { color: #fff; font-weight: 650; }
.philosophy-card .primary-cta { align-self: flex-start; }

/* Testimonials */
.testimonials-section { position: relative; overflow: visible; padding-top: calc(var(--section-space) * .58); border-block: 0; color: #17141b; background: transparent; }
.testimonials-section::after { content: ""; position: absolute; z-index: 0; left: 0; right: 0; bottom: -320px; height: 640px; pointer-events: none; background: radial-gradient(ellipse at 80% 50%,rgba(249,115,22,.085),transparent 58%); }
.testimonials-section > .container { position: relative; z-index: 1; }
.testimonials-section .section-heading { position: relative; padding-top: 42px; }
.testimonials-section .section-heading .section-kicker { position: absolute; z-index: 0; top: -5px; left: 0; width: 100%; margin: 0; color: rgba(194,65,12,.075); font-size: clamp(4.8rem,8vw,7.8rem); font-weight: 850; line-height: .9; letter-spacing: -.065em; text-align: center; text-transform: none; pointer-events: none; }
.testimonials-section .section-heading h2,.testimonials-section .section-heading p { position: relative; z-index: 1; }
.testimonials-section .section-heading h2 { color: #17141b; }
.testimonials-section .gradient { background: linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.testimonials-section .section-heading p { color: rgba(23,20,27,.55); }
.proof-metrics { margin-top: 48px; padding-top: 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(23,20,27,.1); }
.proof-metrics > span { color: rgba(23,20,27,.38); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.proof-metrics p { margin: 0; color: rgba(23,20,27,.62); font-size: 1rem; font-weight: 620; }
.proof-metrics strong { margin-right: 7px; color: #d3540b; font-size: 1.55rem; font-weight: 820; letter-spacing: -.045em; }
.testimonial-showcase { width:min(980px,100%); margin:0 auto; }
.testimonial-featured { position:relative; width:min(980px,100%); margin:0 auto; padding:23px; overflow:hidden; border:1px solid rgba(194,65,12,.13); border-radius:24px; background:radial-gradient(circle at 96% 0%,rgba(249,115,22,.13),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(250,241,233,.82)); box-shadow:0 8px 20px rgba(102,51,20,.035); }
.testimonial-martin { background:radial-gradient(circle at 5% 0%,rgba(249,115,22,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.97),rgba(249,239,230,.88)); }
.testimonial-cedric { background:radial-gradient(circle at 92% 8%,rgba(249,115,22,.11),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.97),rgba(250,241,233,.88)); }
.testimonial-slider-controls { width:max-content; margin:0 auto 22px; padding:5px; display:flex; gap:7px; border:1px solid rgba(194,65,12,.1); border-radius:18px; background:rgba(255,255,255,.58); box-shadow:0 12px 32px rgba(102,51,20,.055); backdrop-filter:blur(12px); }
.testimonial-slider-controls button { position:relative; width:58px; height:52px; padding:0; border:0; border-radius:13px; background:transparent; color:rgba(194,65,12,.17); cursor:pointer; font-size:1.55rem; font-weight:820; line-height:1; letter-spacing:-.07em; transition:transform .3s cubic-bezier(.22,1,.36,1),background .3s ease,color .3s ease,box-shadow .3s ease; }
.testimonial-slider-controls button::after { content:""; position:absolute; left:50%; bottom:6px; width:0; height:2px; border-radius:99px; background:linear-gradient(90deg,#c2410c,#fb923c); transform:translateX(-50%); transition:width .3s ease; }
.testimonial-slider-controls button:hover { color:rgba(194,65,12,.48); transform:translateY(-2px); }
.testimonial-slider-controls button.is-active { background:linear-gradient(145deg,#fff,#fff7f1); color:#d3540b; box-shadow:0 8px 20px rgba(102,51,20,.1),inset 0 0 0 1px rgba(249,115,22,.1); }
.testimonial-slider-controls button.is-active::after { width:18px; }
.testimonial-slider-window { position:relative; min-height:280px; overflow:hidden; border-radius:24px; }
.testimonial-slide { position:absolute; inset:0; opacity:0; transform:translateX(45px) scale(.985); pointer-events:none; transition:opacity .45s ease,transform .55s cubic-bezier(.22,1,.36,1); }
.testimonial-slide.is-active { position:relative; opacity:1; transform:none; pointer-events:auto; }
.testimonial-slide.is-leaving { transform:translateX(-45px) scale(.985); }
.testimonial-slide[aria-hidden="true"] { position:absolute; visibility:hidden; }
.testimonial-slide.is-leaving[aria-hidden="true"] { visibility:visible; }
.testimonial-featured::before { content:'“'; position:absolute; right:31px; top:8px; color:rgba(194,65,12,.07); font-family:Georgia,serif; font-size:8rem; line-height:1; }
.testimonial-featured-head { position:relative; z-index:1; max-width:none; margin-bottom:19px; display:flex; align-items:baseline; gap:10px; }
.testimonial-featured-head strong { color:#211a17; font-size:clamp(.98rem,1.25vw,1.17rem); font-weight:610; line-height:1.35; letter-spacing:-.02em; white-space:nowrap; }
.testimonial-featured-head strong span { background:linear-gradient(90deg,#9a3412 0%,#f97316 55%,#c2410c 100%); -webkit-background-clip:text; background-clip:text; color:transparent; }
.testimonial-screenshot { position:relative; z-index:1; padding:13px 15px; overflow:hidden; border:1px solid rgba(194,65,12,.1); border-radius:15px; background:#fff; box-shadow:0 3px 10px rgba(90,47,23,.035); }
.testimonial-screenshot img { width:100%; display:block; }
.testimonial-screenshot-masked > span { position:relative; display:block; }
.testimonial-screenshot-masked > span img { width:100%; display:block; }
.testimonial-screenshot-masked i { position:absolute; left:.22%; top:2.15%; width:3.92%; aspect-ratio:1; border-radius:16%; background:#f97316; pointer-events:none; }
.testimonial-results { position:relative; z-index:1; margin-top:16px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid rgba(23,20,27,.09); }
.testimonial-results span { min-height:68px; padding:15px 18px 0; color:rgba(23,20,27,.52); font-size:.7rem; line-height:1.4; }
.testimonial-results span + span { border-left:1px solid rgba(23,20,27,.09); }
.testimonial-results strong { display:block; margin-bottom:4px; color:#c94b0c; font-size:1.5rem; line-height:1; letter-spacing:-.045em; }
.testimonial-placeholder { position:relative; min-height:255px; padding:30px; display:flex; flex-direction:column; overflow:hidden; border:1px solid rgba(194,65,12,.11); border-radius:21px; background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(250,241,233,.76)); box-shadow:0 22px 55px rgba(102,51,20,.065); transition:transform .5s cubic-bezier(.22,1,.36,1),border-color .4s ease,box-shadow .5s ease; }
.testimonial-placeholder::before { content: ""; position: absolute; inset: auto -25% -70% 15%; height: 190px; border-radius: 50%; background: radial-gradient(circle,rgba(249,115,22,.16),transparent 68%); opacity: 0; transform: translateY(28px); transition: opacity .45s ease,transform .6s cubic-bezier(.22,1,.36,1); pointer-events: none; }
.testimonial-placeholder > span { position: relative; color: rgba(194,65,12,.12); font-size: 2.6rem; font-weight: 800; transition: color .4s ease,transform .5s cubic-bezier(.22,1,.36,1); }
.testimonial-placeholder p { margin: auto 0 18px; color: rgba(23,20,27,.68); font-size: 1.02rem; }
.testimonial-placeholder small { color: rgba(23,20,27,.4); font-size: .73rem; }
.testimonial-placeholder:hover { transform:translateY(-9px); border-color:rgba(249,115,22,.26); box-shadow:0 30px 70px rgba(118,53,17,.13); }
.testimonial-placeholder:hover::before { opacity: 1; transform: translateY(0); }
.testimonial-placeholder:hover > span { color: rgba(194,65,12,.28); transform: translateX(5px); }
.testimonials-cta { margin-top: 48px; display: flex; flex-direction: column; align-items: center; gap: 18px; text-align: center; }
.testimonials-cta p { margin: 0; color: rgba(23,20,27,.5); font-size: .9rem; }
.testimonials-cta .primary-cta { min-height: 52px; padding-inline: 24px; }
@media (prefers-reduced-motion: reduce) { .testimonial-placeholder,.testimonial-placeholder::before,.testimonial-placeholder > span { transition: none; } }

/* Final CTA and footer */
.final-cta-section {
  position:relative;
  overflow:hidden;
  padding-block:0;
  color:#f4f4f5;
  background:
    radial-gradient(52rem 27rem at 50% 66%,rgba(249,115,22,.16),transparent 68%),
    radial-gradient(30rem 22rem at 8% 14%,rgba(194,65,12,.09),transparent 72%),
    radial-gradient(34rem 24rem at 94% 88%,rgba(249,115,22,.08),transparent 72%),
    linear-gradient(155deg,#191411 0%,#0f0d0c 48%,#15110f 100%);
}
.final-cta-section::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.42; background-image:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.024) 1px,transparent 1px); background-size:68px 68px; -webkit-mask-image:radial-gradient(ellipse 62% 70% at 50% 50%,#000,transparent 82%); mask-image:radial-gradient(ellipse 62% 70% at 50% 50%,#000,transparent 82%); }
.final-cta { position:relative; z-index:1; max-width:none; width:100%; padding:var(--section-space) 20px; overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; text-align:center; backdrop-filter:none; -webkit-backdrop-filter:none; }
.final-cta h2 { max-width:960px; margin:0 auto 13px; font-size:clamp(2.65rem,5vw,4.25rem); line-height:1.04; letter-spacing:-.05em; }
.final-cta > p { margin-bottom:36px; font-size:clamp(1.45rem,2.5vw,2.05rem); font-weight:610; }
footer { padding:24px 0; border-top:1px solid rgba(255,255,255,.065); background:linear-gradient(180deg,#15110f,#0c0b0a); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: rgba(255,255,255,.35); font-size: .75rem; }
.footer-brand { width: 90px; }
.footer-inner p { margin: 0; }
.footer-inner > span { justify-self: end; }

main > section { border-top: 0; border-bottom: 0; }

/* Audit and application modals */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,3,6,.8); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.audit-experience { position: absolute; inset: 0; overflow: auto; background: #09090d; }
.audit-experience::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(42rem 26rem at 50% 45%,rgba(249,115,22,.1),transparent 68%); }
.modal-header { position: sticky; top: 0; z-index: 3; height: 76px; padding: 0 28px; display: grid; grid-template-columns: 1fr minmax(280px,520px) 1fr; align-items: center; border-bottom: 1px solid var(--line-soft); background: rgba(9,9,13,.86); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.audit-progress-meta { text-align: center; }
.audit-progress-meta > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.45); font-size: .68rem; }
.audit-progress { height: 2px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.audit-progress i { display: block; width: 6%; height: 100%; background: linear-gradient(90deg,#ed6812,#ffa75c); box-shadow: 0 0 13px rgba(255,138,43,.65); transition: width .35s ease; }
.modal-close { justify-self:end; width:40px; height:40px; padding:0; border:1px solid rgba(255,255,255,.12); border-radius:13px; background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); color:rgba(255,255,255,.58); box-shadow:0 8px 22px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.08); cursor:pointer; font-size:1.25rem; transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease; }
.modal-close:hover { color:#fff; border-color:rgba(255,152,69,.4); background:rgba(249,115,22,.1); transform:rotate(4deg) translateY(-1px); }
.audit-screen { position: relative; min-height: calc(100vh - 76px); display: grid; place-items: center; padding: 70px 20px; }
.audit-question-wrap { width: min(720px,100%); }
.audit-category { display: block; margin-bottom: 22px; color: #ff9845; font-size: .69rem; font-weight: 800; letter-spacing: .18em; }
.audit-question-wrap h2 { margin-bottom: 13px; font-size: clamp(2.15rem,4.6vw,3.7rem); line-height: 1.08; letter-spacing: -.045em; }
.audit-question-wrap > p { margin-bottom: 35px; color: rgba(255,255,255,.46); }
.audit-answer { min-height: 190px; }
.audit-options { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.audit-option { padding: 17px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.022); color: rgba(255,255,255,.72); cursor: pointer; text-align: left; transition: border-color .2s ease,background .2s ease,color .2s ease; }
.audit-option::before { content: ""; width: 10px; height: 10px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.audit-option:hover, .audit-option.selected { color: #fff; border-color: rgba(255,152,69,.48); background: rgba(249,115,22,.08); }
.audit-option.selected::before { border-color: #ff9845; background: #ff9845; box-shadow: 0 0 12px rgba(255,152,69,.55); }
.audit-text-input, .audit-textarea { width: 100%; padding: 18px 19px; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: rgba(255,255,255,.025); color: #fff; transition: border-color .2s ease,box-shadow .2s ease; }
.audit-textarea { min-height: 145px; resize: vertical; }
.audit-text-input:focus, .audit-textarea:focus { border-color: rgba(255,152,69,.6); box-shadow: 0 0 0 3px rgba(249,115,22,.09); }
.audit-navigation { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 36px; }
.audit-back { padding:10px 13px; border:1px solid transparent; border-radius:11px; background:transparent; color:rgba(255,255,255,.44); cursor:pointer; transition:color .2s ease,background .2s ease,border-color .2s ease; }
.audit-back:hover { color:rgba(255,255,255,.86); border-color:rgba(255,255,255,.09); background:rgba(255,255,255,.045); }
.audit-back:disabled { opacity: 0; pointer-events: none; }
.audit-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.audit-contact-grid label { color: rgba(255,255,255,.65); font-size: .78rem; }
.audit-contact-grid input { width: 100%; margin-top: 8px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: rgba(255,255,255,.025); color: #fff; }
.audit-contact-grid label:nth-child(3), .audit-contact-grid label:nth-child(4) { grid-column: 1 / -1; }
.audit-results { width: min(860px,100%); margin: 0 auto; }
.audit-results-header { margin-bottom: 34px; text-align: center; }
.audit-results-header h2 { margin-bottom: 14px; font-size: clamp(2.3rem,5vw,4rem); line-height: 1.06; letter-spacing: -.045em; }
.audit-results-header p { color: var(--muted); }
.score-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.score-card { padding: 23px 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.025); }
.score-card span { display: block; color: rgba(255,255,255,.5); font-size: .75rem; }
.score-card strong { display: block; margin: 18px 0 13px; font-size: 2.1rem; }
.score-card strong small { margin-left: 3px; color: rgba(255,255,255,.32); font-size: .72rem; font-weight: 500; }
.score-bar { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.score-bar i { display: block; height: 100%; background: linear-gradient(90deg,#ed6812,#ffab64); }
.friction-result { margin-top: 16px; padding: 30px; border: 1px solid rgba(255,152,69,.2); border-radius: 19px; background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.13),transparent 50%),rgba(255,255,255,.025); }
.friction-result > span { color: #ff9845; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.friction-result h3 { margin: 15px 0 10px; font-size: 1.55rem; }
.friction-result p { margin: 0; color: rgba(255,255,255,.56); line-height: 1.65; }
.result-actions { display: flex; justify-content: center; gap: 13px; margin-top: 28px; }

.application-dialog { position: absolute; left: 50%; top: 50%; width: min(720px,calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 44px; overflow: auto; border: 1px solid var(--line); border-radius: 26px; background: radial-gradient(circle at 100% 0%,rgba(249,115,22,.14),transparent 40%),#111116; transform: translate(-50%,-50%); }
.application-dialog > .modal-close { position: absolute; right: 20px; top: 20px; }
.application-dialog h2 { margin: 20px 0 17px; font-size: clamp(2.3rem,5vw,3.6rem); line-height: 1.04; letter-spacing: -.045em; }
.application-dialog > p { max-width: 560px; margin-bottom: 30px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 14px; }
.form-grid label { color: rgba(255,255,255,.68); font-size: .78rem; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 11px; outline: 0; background: rgba(4,4,7,.5); color: #fff; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: rgba(255,152,69,.6); box-shadow: 0 0 0 3px rgba(249,115,22,.08); }
.form-submit { width: 100%; margin-top: 22px; }
.application-dialog form > small { display: block; margin-top: 12px; color: rgba(255,255,255,.32); text-align: center; }
.form-success { padding: 50px 15px 20px; text-align: center; }
.form-success > span { width: 54px; height: 54px; margin: 0 auto 20px; display: grid; place-items: center; border: 1px solid rgba(255,152,69,.35); border-radius: 50%; color: #ffaa62; }
.form-success h3 { font-size: 1.7rem; }
.form-success p { color: var(--muted); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease,transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 0%,100%{opacity:.42} 50%{opacity:1} }

/* Responsive */
@media (max-width: 1100px) {
  .hero-content { width:min(100% - 40px,var(--max)); grid-template-columns:minmax(0,1fr) minmax(360px,.78fr); gap:32px; }
  .hero h1 { width:auto; max-width:100%; }
  .hero-visual { min-height:500px; }
  .hero-scene { width:440px; }
  .hero h1 { font-size:clamp(3.25rem,5vw,3.75rem); }
  .nav-inner { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .sales-system { grid-template-columns: repeat(5,auto); }
  .sales-system > i:nth-of-type(5) { display: none; }
  .sales-stage:nth-of-type(n+4) { margin-top: 18px; }
  .method-cycle { grid-template-columns: repeat(5,auto); }
  .method-cycle > i:nth-of-type(4) { display: none; }
  .method-cycle article:nth-of-type(5) { grid-column: 3; margin-top: 18px; }
  .method-cycle article { width: 205px; }
}
@media (max-width: 900px) {
  :root { --section-space: 96px; }
  .accompaniment-timeline-step h3 { white-space: normal; }
  .hero { padding:105px 0 85px; text-align:center; }
  .hero-content { grid-template-columns:1fr; gap:28px; }
  .hero-copy { max-width:760px; margin:0 auto; }
  .hero h1 { width:auto; max-width:100%; }
  .hero p { margin-inline:auto; }
  .hero-actions { align-items:center; }
  .hero .cta-note { justify-content:center; }
  .hero-visual { min-height:470px; }
  .hero-scene { width:min(500px,92vw); }
  .about-editorial { grid-template-columns: 1fr; gap: 65px; }
  .founder-portrait-stage { position: static; width: min(620px,100%); margin: 0 auto; }
  section { padding-block: var(--section-space); }
  .promise-map { grid-template-columns: 1fr 220px 1fr; padding-inline: 0; }
  .promise-core { width: 200px; height: 200px; }
  .promise-layout { grid-template-columns: 1fr; gap: 55px; }
  .promise-copy { position: static; }
  .promise-copy > p { max-width: 650px; }
  .promise-scroll-stage { grid-template-columns: 1fr 1.05fr; gap: 38px; }
  .promise-scroll-copy { padding-left: 0; }
  .accompaniment-head { grid-template-columns: 1fr; gap: 45px; }
  .duration-signature { justify-self: start; }
  .accompaniment-manifesto { grid-template-columns: 1fr; }
  .manifesto-no { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .offer-summary { grid-template-columns: 1fr 1fr; }
  .offer-summary-duration { grid-column: 1 / -1; }
  .accompaniment-board .accompaniment-detail > div { grid-template-columns: 1fr; gap: 11px; }
  .accompaniment-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-template-areas: none; }
  .offer-bento-day,.offer-bento-weeks,.offer-bento-weekly,.offer-bento-team { grid-column: auto; }
  .offer-bento-weekly { min-height: 390px; grid-column: 1 / -1; }
  .offer-bento-manifesto { grid-column: 1 / -1; grid-template-columns: 1fr 1.4fr; }
  .offer-bento-manifesto > h3 { grid-column: 2; }
  .offer-bento-manifesto .primary-cta,.offer-bento-manifesto > small { grid-column: 1 / -1; }
  .about-layout, .consulting-content { grid-template-columns: 1fr; gap: 35px; }
  .problem-layout { grid-template-columns: 1fr; gap: 52px; }
  .problem-intro { position: static; max-width: 720px; }
  .problem-scenarios { grid-template-columns: 1fr 1fr; }
  .founder-panel { width: min(560px,100%); margin: 0 auto; }
  .consulting-flow { flex-wrap: wrap; }
  .consulting-copy, .philosophy-card { min-height: auto; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner p { display: none; }
  .score-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  :root { --nav-height: 64px; --section-space: 80px; }
  .container { width: min(100% - 28px,var(--max)); }
  .nav { top:8px; height:48px; }
  .nav-inner { padding:0 5px 0 14px; border-radius:999px; }
  .nav-inner { gap: 14px; }
  .brand { width: 96px; }
  .nav-cta { min-height: 40px; padding: 10px 14px; font-size: .75rem; }
  .hero { min-height: auto; padding: 88px 0 70px; }
  .hero h1 { font-size: clamp(3rem,14vw,4.4rem); }
  .hero h1 br { display:none; }
  .hero h1 .gradient { white-space: normal; }
  .hero p { font-size: 1rem; }
  .hero-content { gap:18px; }
  .hero-visual { min-height:390px; margin-top:10px; }
  .diagnostic-lens { width:min(390px,100%); }
  .hero-object { width:min(390px,106%); }
  .hero-object-label { font-size:.48rem; }
  .hero-object-label-one { left:2%; }
  .hero-object-label-two { right:1%; }
  .hero-object-caption { left:3%; bottom:3%; padding:12px 14px; }
  .lens-disc { width:290px; height:290px; }
  .lens-index { left:1%; top:10%; width:126px; padding:13px; }
  .lens-index strong { font-size:2.2rem; }
  .lens-caption { right:1%; bottom:8%; padding:12px 14px; }
  .hero-scene { width:min(390px,100%); }
  .hero-scene-ring-one { width:300px; height:300px; }
  .hero-scene-ring-two { width:235px; height:235px; }
  .hero-prism { width:210px; height:160px; border-radius:26px; }
  .hero-orb { width:66px; height:66px; }
  .hero-dimension { padding:8px 10px; font-size:.52rem; }
  .hero-dimension-one { left:0; top:18%; }
  .hero-dimension-two { right:0; top:29%; }
  .hero-dimension-three { left:1%; bottom:22%; }
  .hero-dimension-four { right:2%; bottom:17%; }
  .hero-visual-caption { right:3%; bottom:0; width:185px; padding:14px 15px; }
  .hero-visual-caption strong { font-size:.88rem; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2 { font-size: clamp(2.35rem,11vw,3.25rem); }
  .section-heading h2 br { display: none; }
  .problem-intro h2 { font-size: clamp(2.35rem,11vw,3.2rem); }
  .problem-intro h2 br { display: none; }
  .problem-intro > p { font-size: .95rem; }
  .problem-showcase-head { margin-bottom: 38px; }
  .problem-showcase-head { padding-top: 24px; }
  .problem-showcase-head .section-kicker { font-size: clamp(3.2rem,16vw,4.5rem); }
  .problem-showcase-head h2 { font-size: clamp(2.3rem,10.5vw,3.05rem); }
  .problem-showcase-head h2 br { display: none; }
  .problem-lead { margin-top: 22px; font-size: .94rem; }
  .problem-lead span { display: inline; }
  .problem-lead span + span::before { content: " "; }
  .problem-scenarios { grid-template-columns: 1fr; gap: 12px; }
  .testimonial-featured { padding:18px; border-radius:21px; }
  .testimonial-featured-head strong { font-size:1rem; white-space:normal; }
  .testimonial-screenshot { padding:10px; overflow:auto; }
  .testimonial-screenshot img { width:820px; max-width:none; }
  .testimonial-results { grid-template-columns:1fr; }
  .testimonial-results span { min-height:0; padding:15px 5px; }
  .testimonial-results span + span { border-left:0; border-top:1px solid rgba(23,20,27,.09); }
  .scenario-panel { min-height: 330px; padding: 26px 24px; }
  .scenario-icon { margin-bottom: 48px; }
  .scenario-panel h3 { min-height: 0; font-size: 1.55rem; }
  .scenario-panel p { min-height: 0; }
  .symptom-item { grid-template-columns: 42px 1fr; gap: 13px; padding: 22px 0; }
  .symptom-item:hover { padding-left: 7px; }
  .symptom-item > span { width: 34px; height: 34px; }
  .symptom-item strong { font-size: .96rem; }
  .sales-system { grid-template-columns: 1fr; gap: 0; }
  .sales-system::before { left: 23px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .sales-stage { width: 100%; min-height: 0; padding: 20px 20px 20px 66px; position: relative; }
  .sales-stage span { position: absolute; left: 20px; top: 23px; margin: 0; }
  .sales-stage strong { font-size: 1rem; }
  .sales-system > i { height: 24px; display: grid!important; place-items: center; transform: rotate(90deg); }
  .sales-stage:nth-of-type(n+4) { margin-top: 0; }
  .system-caption { align-items: flex-start; text-align: left; }
  .system-pulse { margin-top: 6px; flex: 0 0 auto; }
  .promise-map {
    min-height: 0;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto;
    grid-template-areas: "core core" "acquisition acquisition" "process process" "conversion conversion" "pilotage pilotage";
    gap: 0;
    padding: 0;
  }
  .promise-map::before { left: 23px; top: 230px; bottom: 25px; width: 1px; height: auto; border: 0; border-radius: 0; background: linear-gradient(rgba(255,152,69,.1),rgba(255,152,69,.35),rgba(255,152,69,.1)); transform: none; box-shadow: none; }
  .promise-map-lines { display: none; }
  .promise-core { width: 190px; height: 190px; margin-bottom: 54px; }
  .promise-lever, .promise-lever-process, .promise-lever-pilotage { width: 100%; max-width: none; margin-bottom: 38px; padding: 18px 0 0 58px; justify-self: stretch; }
  .promise-lever::before { left: 20px; }
  .promise-lever > span { font-size: 2.25rem; }
  .promise-copy h2 { font-size: clamp(2.4rem,11vw,3.2rem); }
  .promise-list article { grid-template-columns: 36px 1fr; gap: 14px; padding: 25px 0; }
  .promise-list article > p { grid-column: 2; }
  .promise-list article:hover { padding-left: 7px; }
  .promise-scroll-story { height: 400vh; }
  .promise-scroll-stage { height: calc(100svh - var(--nav-height)); grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; gap: 18px; padding-top: 26px; padding-bottom: 16px; }
  .promise-scroll-copy { grid-row: 1; }
  .promise-scroll-content { grid-row: 2; }
  .promise-scroll-copy h2 { margin: 14px 0 13px; font-size: clamp(2.25rem,10.5vw,3rem); }
  .promise-scroll-copy .section-kicker { top: -18px; left: 0; font-size: clamp(3.6rem,17vw,5rem); }
  .promise-scroll-copy h2 br { display: none; }
  .promise-scroll-copy > p { font-size: .85rem; line-height: 1.55; }
  .promise-scroll-count { display: none; }
  .promise-scroll-content { width: 100%; height: 100%; min-height: 390px; padding-left: 46px; border-radius: 22px; }
  .promise-scroll-rail { left: 20px; top: 22px; bottom: 22px; }
  .promise-scroll-step { inset: 0 22px 0 46px; }
  .promise-scroll-step > span { top: 22px; font-size: 6rem; }
  .promise-scroll-step h3 { width: 100%; max-width: 300px; margin: 13px 0 16px; font-size: clamp(1.75rem,8vw,2.2rem); }
  .promise-scroll-step p { font-size: .88rem; line-height: 1.58; }
  .promise-scroll-step > strong { margin-top: 20px; padding-top: 16px; font-size: .9rem; }
  .promise-scroll-step > strong::before { width: 40px; }
  .promise-stage-cta { position: static; grid-row: 3; min-height: 58px; padding: 10px 0 0; align-items: center; }
  .promise-stage-cta div { display: none; }
  .promise-stage-cta .primary-cta { width: 100%; justify-content: center; }
  .accompaniment-head { margin-bottom: 70px; }
  .accompaniment-copy h2 { font-size: clamp(2.55rem,12vw,3.45rem); }
  .accompaniment-copy h2 br { display: none; }
  .duration-signature > strong { font-size: 7.2rem; }
  .timeline-label { bottom: 55px; }
  .timeline-label strong { max-width: 125px; font-size: .72rem; }
  .timeline-label-end strong { margin-left: auto; }
  .accompaniment-timeline { margin-bottom: 60px; padding-inline: 3px; }
  .timeline-label-start { left: 3px; }
  .timeline-label-end { right: 3px; }
  .timeline-track i:nth-child(2n) { display: none; }
  .timeline-weeks span:nth-child(2n) { display: none; }
  .accompaniment-details { grid-template-columns: 1fr; }
  .accompaniment-detail { min-height: 0; padding: 29px 24px; grid-template-columns: 38px 1fr; gap: 15px; }
  .accompaniment-detail h3 { font-size: 1.5rem; }
  .accompaniment-manifesto { margin-top: 52px; }
  .manifesto-no { padding: 30px 25px; }
  .manifesto-yes { padding: 34px 25px; }
  .manifesto-yes > strong { font-size: 2.1rem; }
  .manifesto-yes .primary-cta { width: 100%; justify-content: center; }
  .accompaniment-head { margin-bottom: 38px; }
  .accompaniment-copy h2 { font-size: clamp(2.35rem,10.8vw,3.05rem); }
  .accompaniment-board { border-radius: 0; }
  .offer-summary { grid-template-columns: 1fr; }
  .offer-summary-duration { grid-column: auto; min-height: 145px; padding: 27px 25px; }
  .offer-summary-duration > strong { font-size: 6rem; }
  .offer-summary-item { min-height: 130px; padding: 25px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .offer-summary-item small { margin-bottom: 24px; }
  .accompaniment-board .accompaniment-detail { padding: 27px 0; grid-template-columns: 32px 1fr; gap: 12px; }
  .accompaniment-board .accompaniment-detail > div { gap: 9px; }
  .accompaniment-board .accompaniment-detail h3 { font-size: 1.35rem; }
  .accompaniment-manifesto { border-radius: 0; }
  .accompaniment-bento { grid-template-columns: 1fr; grid-template-areas: none; gap: 12px; }
  .offer-bento-day,.offer-bento-weeks,.offer-bento-weekly,.offer-bento-team,.offer-bento-manifesto { grid-column: 1; }
  .offer-bento-card { min-height: 330px; padding: 24px; border-radius: 17px; }
  .offer-bento-weekly { min-height: 470px; }
  .bento-actions { grid-template-columns: 1fr; }
  .offer-bento-manifesto { min-height: 420px; display: flex; }
  .accompaniment-scroll-story { height: auto; }
  .accompaniment-scroll-stage { position: static; height: auto; padding-block: var(--section-space); display: block; overflow: visible; }
  .accompaniment-timeline-head { margin-bottom: 58px; text-align: left; }
  .accompaniment-timeline-head h2 { font-size: clamp(2.55rem,12vw,3.45rem); }
  .accompaniment-timeline-head > p { font-size: .92rem; }
  .accompaniment-horizontal-timeline { display: none; }
  .accompaniment-copy-stage { --mobile-progress: 0%; width: 100%; min-height: 0; margin: 0; padding-left: 41px; text-align: left; }
  .accompaniment-copy-stage::before,.accompaniment-copy-stage::after { content: ""; position: absolute; left: 8px; top: 10px; width: 1px; }
  .accompaniment-copy-stage::before { bottom: 10px; background: rgba(23,20,27,.13); }
  .accompaniment-copy-stage::after { height: var(--mobile-progress); background: linear-gradient(#e7660f,#ffa458); box-shadow: 0 0 12px rgba(249,115,22,.35); transition: height .15s linear; }
  .accompaniment-timeline-step { position: relative; inset: auto; min-height: 285px; padding: 0 0 65px; display: block; opacity: 1; transform: none; pointer-events: auto; }
  .accompaniment-timeline-step::before { content: ""; position: absolute; left: -38px; top: 6px; z-index: 2; width: 11px; height: 11px; border: 2px solid #f2f1f5; border-radius: 50%; background: #c8c4cd; box-shadow: 0 0 0 1px rgba(23,20,27,.12); transition: background .35s ease,box-shadow .35s ease; }
  .accompaniment-timeline-step.is-passed::before,.accompaniment-timeline-step.is-active::before { background: #f97316; box-shadow: 0 0 0 5px rgba(249,115,22,.09),0 0 15px rgba(249,115,22,.35); }
  .accompaniment-timeline-step > span { display: block; margin-bottom: 12px; }
  .accompaniment-timeline-step h3 { margin-bottom: 14px; font-size: 2rem; }
  .accompaniment-timeline-step p { font-size: .9rem; line-height: 1.62; }
  .accompaniment-finale { padding-block: 95px 110px; }
  .accompaniment-finale > p { margin-bottom: 30px; font-size: .94rem; }
  .accompaniment-finale h3 { font-size: clamp(2.7rem,12vw,3.6rem); }
  .accompaniment-meta { flex-direction: column; gap: 7px; }
  .accompaniment-finale .primary-cta { width: 100%; justify-content: center; }
  .dimension-icon { margin-top: 30px; }
  .method-cycle { display: grid; grid-template-columns: 1fr; gap: 0; }
  .method-cycle article, .method-cycle article:nth-of-type(5) { width: 100%; min-height: 0; margin: 0; padding: 24px; grid-column: auto; }
  .method-cycle article h3 { margin-top: 20px; }
  .method-cycle > i { height: 28px; margin: 0; display: grid!important; place-items: center; transform: rotate(90deg); }
  .cycle-loop { flex-wrap: wrap; gap: 12px 14px; }
  .cycle-loop span { font-size: .61rem; }
  .cycle-loop i { display: none; }
  .about-layout { gap: 45px; }
  .about-section .section-heading { padding-top: 24px; }
  .about-section .section-heading .section-kicker { top: -1px; font-size: clamp(3.7rem,17vw,5rem); }
  .about-editorial { gap: 52px; }
  .founder-portraits { padding-inline: 0; }
  .founder-portraits article { width: 90%; }
  .founder-portraits article + article { margin-top: 20px; }
  .founder-proof-line { align-items: flex-end; }
  .about-journey article { padding: 30px 8px 34px 14px; }
  .about-journey article:first-child h3 { white-space: normal; }
  .about-journey article:hover > div { transform: translateX(7px); }
  .founder-panel { padding: 28px 20px; }
  .founder-list img { width: 120px; }
  .about-story .about-conclusion { padding-left: 17px; }
  .consulting-flow { justify-content: flex-start; gap: 11px; padding-inline: 8px; }
  .offer-levels { grid-template-columns: 1fr; }
  .offer-level { min-height: 0; padding: 30px 24px; }
  .offer-level button { width: 100%; }
  .consulting-flow span { font-size: .62rem; }
  .consulting-copy, .philosophy-card { padding: 30px 24px; }
  .philosophy-card .primary-cta { width: 100%; }
  .final-cta-section { padding-block:0; }
  .final-cta { padding: 60px 18px; border-radius: 24px; }
  .final-cta h2 { font-size: clamp(2.4rem,11vw,3.4rem); }
  .footer-inner { font-size: .68rem; }
  .modal-header { height: 68px; padding: 0 16px; grid-template-columns: 84px 1fr 42px; gap: 13px; }
  .modal-header .brand { width: 82px; }
  .audit-screen { min-height: calc(100vh - 68px); padding: 45px 16px 28px; align-items: start; }
  .audit-question-wrap h2 { font-size: clamp(2rem,10vw,2.8rem); }
  .audit-options { grid-template-columns: 1fr; }
  .audit-answer { min-height: 0; }
  .audit-navigation { position: sticky; bottom: 0; padding: 18px 0 8px; background: linear-gradient(transparent,#09090d 25%); }
  .audit-contact-grid, .form-grid { grid-template-columns: 1fr; }
  .audit-contact-grid label:nth-child(n), .form-grid .wide { grid-column: auto; }
  .score-grid { grid-template-columns: 1fr 1fr; }
  .score-card { padding: 18px 15px; }
  .result-actions { flex-direction: column; }
  .application-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); padding: 38px 20px 24px; border-radius: 21px; }
}
@media (max-width: 430px) {
  .nav-cta { font-size: 0; gap: 0; }
  .nav-cta::after { content: "Faire l’audit"; font-size: .74rem; }
  .hero .primary-cta, .audit-launch .primary-cta, .final-cta .primary-cta { width: 100%; }
  .hero h1 { font-size:clamp(2.8rem,13.5vw,3.55rem); }
  .hero-visual { min-height:350px; }
  .diagnostic-lens { width:345px; }
  .hero-object { width:345px; max-width:105%; }
  .lens-disc { width:255px; height:255px; }
  .lens-node b { font-size:.46rem; }
  .hero-scene { width:350px; max-width:100%; }
  .hero-dimension-two,.hero-dimension-three { display:none; }
  .hero-visual-caption { right:4%; }
  .founder-list { gap: 12px; }
  .founder-list img { width: 105px; }
  .founder-list strong { font-size: .75rem; }
  .company-links { grid-template-columns: 1fr; }
  .score-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}

/* Cardless commercial journey */
.problem-section .sales-system {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 0;
}
.problem-section .sales-system::before {
  left: 8%;
  right: 8%;
  top: 21px;
  height: 1px;
  background: linear-gradient(90deg,rgba(249,115,22,.12),rgba(249,115,22,.46),rgba(249,115,22,.12));
}
.problem-section .sales-system > i {
  display: none;
}
.problem-section .sales-stage {
  position: relative;
  width: auto;
  min-height: 0;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.problem-section .sales-stage:hover {
  transform: none;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.problem-section .sales-stage span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(145deg,#fff,#e9dcfb);
  box-shadow: 0 0 0 7px #f2f1f5,0 9px 24px rgba(249,115,22,.15);
  transition: transform .25s ease,box-shadow .25s ease;
}
.problem-section .sales-stage:hover span {
  transform: scale(1.08);
  box-shadow: 0 0 0 7px #f2f1f5,0 12px 30px rgba(249,115,22,.24);
}
.problem-section .sales-stage strong {
  margin-bottom: 9px;
  font-size: .93rem;
}
.problem-section .sales-stage small {
  max-width: 145px;
  margin: 0 auto;
}

@media (max-width: 720px) {
  .problem-section .sales-system {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 4px;
  }
  .problem-section .sales-system::before {
    top: 20px;
    bottom: 26px;
    left: 24px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg,rgba(249,115,22,.12),rgba(249,115,22,.46),rgba(249,115,22,.12));
  }
  .problem-section .sales-stage {
    min-height: 100px;
    padding: 8px 0 28px 70px;
    text-align: left;
  }
  .problem-section .sales-stage span {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .problem-section .sales-stage strong { font-size: 1rem; }
  .problem-section .sales-stage small { max-width: none; margin: 0; }
  .problem-section .sales-system > i { display: none!important; }
}

/* Mobile — unified section headings */
@media (max-width: 720px) {
  .hero-copy,
  .problem-showcase-head,
  .promise-scroll-copy,
  .accompaniment-timeline-head,
  .section-heading,
  .about-section .section-heading,
  .final-cta { text-align:center; }

  .hero h1,
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 {
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.05rem,9.3vw,2.75rem);
    line-height:1.04;
    letter-spacing:-.048em;
    text-align:center;
  }

  .hero h1 { width:auto; margin-top:24px; }
  .hero p { margin-left:auto; margin-right:auto; text-align:center; }
  .hero-actions { align-items:center; }
  .hero-proof-pill { margin-left:auto; margin-right:auto; }
  .eyebrow { justify-content:center; }

  .problem-showcase-head,
  .about-section .section-heading,
  .testimonials-section .section-heading,
  .accompaniment-timeline-head { padding-top:34px; }

  .problem-showcase-head .section-kicker,
  .promise-scroll-copy .section-kicker,
  .accompaniment-timeline-head .section-kicker,
  .testimonials-section .section-heading .section-kicker,
  .about-section .section-heading .section-kicker {
    position:absolute;
    z-index:0;
    top:0;
    left:50%;
    width:max-content;
    max-width:100%;
    margin:0;
    color:rgba(194,65,12,.075);
    font-size:clamp(3.1rem,15vw,4.35rem);
    font-weight:850;
    line-height:.85;
    letter-spacing:-.065em;
    text-align:center;
    text-transform:none;
    transform:translateX(-50%);
    pointer-events:none;
  }

  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .testimonials-section .section-heading h2,
  .about-section .section-heading h2 { position:relative; z-index:1; }

  .problem-lead,
  .promise-scroll-copy > p,
  .accompaniment-timeline-head > p,
  .section-heading p { margin-left:auto; margin-right:auto; text-align:center; }

  .promise-scroll-copy { position:relative; padding-top:34px; padding-left:0; }
  .promise-scroll-copy .section-kicker { top:0; }
  .promise-scroll-copy h2 { margin-top:0; }
  .accompaniment-timeline-head { text-align:center; }
}

@media (max-width: 430px) {
  .nav-cta::after { content:"Rendez-vous"; }
  .hero h1,
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 { font-size:clamp(1.95rem,9.7vw,2.45rem); }
}

/* Mobile — compact, balanced rhythm */
@media (max-width: 720px) {
  :root { --section-space:68px; }

  .hero { min-height:82svh; padding-top:82px; padding-bottom:42px; align-items:center; }
  .hero-content { display:block; }
  .hero-visual { display:none; }
  .hero-copy { width:100%; }

  .hero h1,
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 {
    font-size:clamp(1.9rem,8.35vw,2.35rem);
    line-height:1.08;
    letter-spacing:-.043em;
  }

  .hero { padding:82px 0 58px; }
  .hero h1 { margin:20px auto 20px; }
  .hero p { max-width:340px; margin-bottom:26px; font-size:.9rem; line-height:1.58; }
  .hero-actions { gap:12px; }
  .hero-proof-pill { margin-top:13px; }

  .primary-cta,
  .primary-cta-large,
  .testimonials-cta .primary-cta,
  .promise-stage-cta .primary-cta,
  .final-cta .primary-cta {
    width:auto;
    min-height:44px;
    padding:11px 18px;
    gap:10px;
    font-size:.8rem;
    font-weight:580;
  }
  .primary-cta i { font-size:.9rem; }
  .hero .primary-cta,
  .final-cta .primary-cta { width:auto; }

  .section-heading { margin-bottom:38px; }
  .problem-showcase-head { margin-bottom:34px; }
  .problem-showcase-head,
  .about-section .section-heading,
  .testimonials-section .section-heading,
  .accompaniment-timeline-head { padding-top:22px; }

  .problem-showcase-head .section-kicker,
  .promise-scroll-copy .section-kicker,
  .accompaniment-timeline-head .section-kicker,
  .testimonials-section .section-heading .section-kicker,
  .about-section .section-heading .section-kicker {
    top:12px;
    font-size:clamp(2.05rem,10.5vw,2.8rem);
  }

  .problem-lead,
  .promise-scroll-copy > p,
  .accompaniment-timeline-head > p,
  .section-heading p {
    max-width:350px;
    font-size:.86rem;
    line-height:1.58;
  }

  .promise-scroll-stage { gap:14px; padding-top:18px; }
  .promise-scroll-copy { padding-top:22px; }
  .promise-scroll-copy .section-kicker { top:12px; }
  .promise-scroll-copy h2 { margin-bottom:11px; }
  .promise-scroll-content { min-height:360px; }
  .accompaniment-scroll-stage { padding-block:68px; }
  .accompaniment-timeline-head { margin-bottom:44px; }
  .final-cta { padding:58px 14px; }
  .final-cta > p { margin-bottom:26px; font-size:1.18rem; }
  .cta-note { font-size:.68rem; }
}

@media (max-width: 430px) {
  .hero h1,
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 { font-size:clamp(1.82rem,8.7vw,2.15rem); }

  .nav-cta { min-height:36px; padding:8px 12px; }
  .nav-cta::after { font-size:.68rem; }
}

/* Mobile system — final source of truth */
@media (max-width: 720px) {
  :root {
    --nav-height:64px;
    --section-space:76px;
    --mobile-gutter:20px;
  }

  html { scroll-padding-top:calc(var(--nav-height) + 14px); }
  body { overflow-x:hidden; }
  .mobile-heading-break { display:inline; }
  .desktop-heading-break { display:none; }
  .container { width:min(calc(100% - (var(--mobile-gutter) * 2)),var(--max)); }

  .nav { height:var(--nav-height); padding:8px 0; }
  .nav-inner { width:calc(100% - 24px); height:48px; padding:0 8px 0 14px; border-radius:999px; }
  .brand { width:96px; }
  .nav-cta { display:none; }

  .hero { min-height:calc(100svh - 12px); padding:calc(var(--nav-height) + 34px) 0 54px; display:flex; align-items:center; }
  .hero-content { width:min(calc(100% - 40px),var(--max)); }
  .hero-copy { display:flex; flex-direction:column; align-items:center; }
  .eyebrow { font-size:.63rem; }
  .hero h1 { max-width:380px; margin:20px auto 20px; font-size:clamp(2.25rem,10.2vw,2.75rem); line-height:1.02; letter-spacing:-.052em; }
  .hero h1 br { display:block; }
  .hero p { max-width:340px; margin:0 auto 25px; font-size:.94rem; line-height:1.62; }
  .hero-proof-pill { margin-top:14px; font-size:.69rem; }

  .problem-section,
  .testimonials-section,
  .about-section { padding-block:var(--section-space); }
  .problem-showcase-head,
  .promise-scroll-copy,
  .accompaniment-timeline-head,
  .section-heading,
  .about-section .section-heading {
    position:relative;
    padding-top:38px!important;
  }
  .problem-showcase-head > div { position:static; height:0; margin:0; padding:0; }
  .problem-showcase-head .section-kicker,
  .promise-scroll-copy .section-kicker,
  .accompaniment-timeline-head .section-kicker,
  .testimonials-section .section-heading .section-kicker,
  .about-section .section-heading .section-kicker {
    top:18px!important;
    left:50%!important;
    width:max-content!important;
    max-width:92vw;
    margin:0!important;
    font-size:clamp(2.55rem,12.5vw,3.15rem)!important;
    line-height:.9;
    text-align:center!important;
    transform:translateX(-50%)!important;
  }
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 {
    max-width:350px;
    font-size:clamp(1.8rem,8vw,2.15rem);
    line-height:1.06;
  }
  .problem-showcase-head .section-kicker { top:30px!important; }
  .problem-showcase-head h2 .gradient { display:block; white-space:nowrap; }
  .accompaniment-timeline-head h2 .gradient { display:block; white-space:nowrap; }
  .testimonials-section .section-heading h2 br { display:block; }
  .testimonials-section .section-heading h2 .gradient { display:block; white-space:nowrap; }
  .problem-lead,
  .promise-scroll-copy > p,
  .accompaniment-timeline-head > p,
  .section-heading p { max-width:360px; font-size:.91rem; line-height:1.62; }

  .problem-scenarios { gap:16px; }
  .scenario-panel { min-height:245px; padding:22px; border-radius:23px; }
  .scenario-icon { width:48px; height:48px; margin-bottom:30px; }
  .scenario-number { font-size:4.25rem; }
  .scenario-panel > small { margin-bottom:13px; font-size:.61rem; }
  .scenario-panel h3 { margin-bottom:14px; font-size:1.43rem; line-height:1.12; }
  .scenario-panel p { min-height:0; font-size:.88rem; line-height:1.58; }
  .scenario-panel:hover,
  .scenario-panel:active { transform:none; }

  /* The process remains sticky on mobile, with four discrete stops controlled in JS. */
  .promise-scroll-story { height:430vh; }
  .promise-scroll-stage {
    height:calc(100svh - var(--nav-height));
    padding:16px 0 14px;
    gap:12px;
    grid-template-rows:auto minmax(0,1fr) auto;
  }
  .promise-scroll-copy { padding-top:38px!important; }
  .promise-scroll-copy .section-kicker { top:18px!important; }
  .promise-scroll-copy h2 { margin:0 auto 10px; }
  .promise-scroll-copy > p { max-width:350px; font-size:.8rem; line-height:1.48; }
  .promise-scroll-content { min-height:0; height:auto; padding-left:42px; border-radius:20px; }
  .promise-scroll-rail { left:18px; top:20px; bottom:20px; }
  .promise-scroll-step { inset:0 18px 0 42px; justify-content:center; }
  .promise-scroll-step > span { top:18px; font-size:4.8rem; }
  .promise-scroll-step h3 { max-width:270px; margin:0 0 13px; font-size:clamp(1.55rem,7vw,1.9rem); }
  .promise-scroll-step p { font-size:.82rem; line-height:1.52; }
  .promise-scroll-step > strong { margin-top:15px; padding-top:13px; font-size:.8rem; line-height:1.4; }
  .promise-stage-cta { min-height:50px; padding-top:7px; }
  .promise-stage-cta .primary-cta { min-height:42px; padding:10px 16px; }

  /* Offer: same light canvas, no differentiated section background. */
  .accompaniment-section,
  .accompaniment-scroll-story,
  .accompaniment-scroll-stage { background:transparent; }
  .accompaniment-scroll-stage { padding-block:var(--section-space); }
  .accompaniment-timeline-head { margin-bottom:44px; }
  .accompaniment-copy-stage { padding-left:36px; }
  .accompaniment-timeline-step { min-height:245px; padding-bottom:48px; }
  .accompaniment-timeline-step:last-child { min-height:0; padding-bottom:0; }
  .accompaniment-copy-stage::before { bottom:0; }
  .accompaniment-timeline-step::before { left:-33px; }
  .accompaniment-timeline-step h3 { font-size:1.62rem; line-height:1.12; }
  .accompaniment-timeline-step p { font-size:.88rem; line-height:1.6; }

  .testimonial-showcase { width:100%; }
  .testimonial-slider-controls { margin-bottom:18px; padding:4px; }
  .testimonial-slider-controls button { width:51px; height:46px; font-size:1.35rem; }
  .testimonial-slider-window { min-height:0; border-radius:21px; transition:none; }
  .testimonial-slide { position:absolute; inset:0 auto auto 0; width:100%; }
  .testimonial-slide.is-active { position:absolute; inset:0 auto auto 0; width:100%; height:auto; }
  .testimonial-featured { padding:16px; display:block; border-radius:21px; box-shadow:0 8px 20px rgba(102,51,20,.035); }
  .testimonial-featured::before { z-index:0; top:8px; right:31px; font-size:8rem; line-height:1; }
  .testimonial-featured-head { min-height:62px; margin-bottom:10px; padding:3px 76px 3px 0; align-items:center; }
  .testimonial-cedric .testimonial-featured-head { min-height:52px; margin-bottom:4px; padding-block:0; }
  .testimonial-featured-head strong { font-size:.9rem; line-height:1.42; }
  .testimonial-screenshot { position:relative; z-index:1; height:auto; padding:8px; overflow:hidden; cursor:default; }
  .testimonial-screenshot picture { width:100%; height:auto; display:block; }
  .testimonial-screenshot img { width:100%; min-width:0; height:auto; max-width:100%; display:block; object-fit:contain; object-position:center top; }
  .testimonial-screenshot-masked > span { height:auto; }
  .testimonial-screenshot-masked > span picture { width:100%; height:auto; display:block; }
  .testimonial-screenshot-masked > span img { width:100%; min-width:0; height:auto; max-width:100%; object-fit:contain; object-position:center top; }
  .testimonial-screenshot-masked i { left:4%; top:1.55%; width:9%; border-radius:14%; }
  .testimonials-cta { margin-top:34px; }

  .about-editorial { display:block; }
  .founder-portrait-stage { position:static; padding:0; }
  .founder-portraits { padding:0; }
  .founder-portraits article { width:88%; }
  .founder-portraits article + article { margin-top:42px; }
  .founder-portraits img { border-radius:21px; box-shadow:0 14px 30px rgba(58,35,78,.08); }
  .founder-portraits article div { margin-top:12px; }
  .founder-portraits strong { font-size:1rem; }
  .founder-portraits span { font-size:.78rem; }
  .about-journey { margin-top:48px; }
  .about-journey article { padding:25px 10px 28px 14px; }
  .about-journey article:hover > div { transform:none; }
  .about-journey h3 { font-size:1.45rem; }
  .about-journey p { font-size:.88rem; line-height:1.62; }

  .final-cta { padding:72px 18px; }
  .final-cta > p { font-size:1.1rem; }
  footer { padding-block:18px; }
  .footer-inner { padding-block:0; gap:12px; flex-wrap:wrap; justify-content:center; text-align:center; }

}

@media (max-width: 430px) {
  :root { --mobile-gutter:18px; --section-space:70px; }
  .hero h1 { font-size:clamp(2.12rem,10.5vw,2.5rem); }
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 { font-size:clamp(1.7rem,7.8vw,1.95rem); }
  .promise-scroll-copy > p { font-size:.76rem; }
  .promise-scroll-content { min-height:330px; }
  .promise-scroll-step h3 { font-size:1.48rem; }
  .promise-scroll-step p { font-size:.78rem; }
}

/* Mobile — one definitive typography scale for every main section heading. */
@media (max-width: 720px) {
  :root { --mobile-section-title-size:clamp(1.8rem,8vw,2.15rem); }
  .problem-showcase-head h2,
  .promise-scroll-copy h2,
  .accompaniment-timeline-head h2,
  .testimonials-section .section-heading h2,
  .about-section .section-heading h2,
  .final-cta h2 {
    font-size:var(--mobile-section-title-size)!important;
    font-weight:780;
    line-height:1.06!important;
    letter-spacing:-.043em!important;
  }
}

@media (max-width: 430px) {
  :root { --mobile-section-title-size:clamp(1.7rem,7.8vw,1.95rem); }
}
