/* Homepage-only finish. Service pages retain their approved visual contract. */
.home-dimension {
  --surface: oklch(99.1% 0.006 85);
  --line-soft: oklch(88% 0.012 85);
  --depth: 0 18px 44px -24px oklch(25% 0.025 45 / 0.28), 0 2px 5px oklch(25% 0.025 45 / 0.04);
  background: var(--surface);
}
.home-dimension .hero { background: var(--paper); isolation: isolate; }
.home-dimension .hero__inner {
  min-height: 770px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 4vw, 64px);
  padding-block: 78px 54px;
}
.home-dimension .hero h1 {
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
  line-height: 1.015;
  letter-spacing: -0.063em;
  font-weight: 600;
  margin-bottom: 28px;
}
.home-dimension .hero h1 span { color: var(--red); }
.home-dimension .eyebrow { text-transform: none; letter-spacing: 0; font-size: 0.88rem; font-weight: 550; margin-bottom: 28px; }
.home-dimension .eyebrow__signal { box-shadow: none; border-radius: 50%; animation: none; }
.home-dimension .hero__lead { font-size: 1.15rem; line-height: 1.62; max-width: 490px; margin-bottom: 28px; }
.home-dimension .hero__actions { gap: 26px; }
.home-dimension .hero__actions .button { border-radius: 7px; }
.home-dimension .hero__principles { margin-top: 42px; padding-top: 21px; border-color: var(--line-soft); }
.home-dimension .hero__principles dt { display: none; }
.home-dimension .hero__principles dd { font-size: 0.8rem; text-transform: none; font-weight: 500; }
.home-dimension .hero__principles > div { padding-block: 0; }
.home-dimension .hero__source-line { border-top: 1px solid var(--line-soft); padding-block: 19px; }
.home-dimension .hero__source-line p { font-size: 0.82rem; }
.signal-field { position: absolute; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.signal-field::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 82% 42%, oklch(92% 0.045 35 / 0.38), transparent 60%);
}
.signal-field canvas { width: 100%; height: 100%; display: block; opacity: 0.68; }
.signal-field canvas[hidden] { display: none; }
.signal-field[data-renderer="fallback"]::after {
  content: ""; position: absolute; width: 70%; height: 70%; right: -4%; bottom: 4%;
  background-image: repeating-linear-gradient(0deg, transparent 0 23px, oklch(70% 0.05 35 / 0.13) 24px 25px), repeating-linear-gradient(90deg, transparent 0 23px, oklch(70% 0.05 35 / 0.13) 24px 25px);
  transform: perspective(650px) rotateX(60deg) rotateZ(-15deg); border-radius: 50%;
  mask-image: radial-gradient(ellipse, #111 10%, transparent 68%);
}
.hero-orchestrator { position: relative; min-width: 0; perspective: 1200px; }
.orchestrator-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-inline: 10px; }
.orchestrator-caption > span { font-size: 1rem; font-weight: 600; letter-spacing: -0.025em; }
.orchestrator-caption small { font-size: 0.69rem; color: var(--ink-soft); white-space: nowrap; }
.orchestrator-stage { position: relative; height: 565px; transform-style: preserve-3d; }
.orchestrator-paths { position: absolute; width: 100%; height: 100%; inset: 0; overflow: visible; }
.orchestrator-paths path { fill: none; stroke: oklch(75% 0.025 45); stroke-width: 1.1; }
.orchestrator-paths { color: oklch(60% 0.035 45); }
.orchestrator-paths .orchestrator-pulse { stroke: var(--red); stroke-width: 2.8; stroke-linecap: round; stroke-dasharray: 12 200; stroke-dashoffset: 12; opacity: 0; animation: signal-inbound 5.8s cubic-bezier(.3,0,.4,1) var(--signal-delay, 0s) infinite; }
.call-object, .result-object, .orchestrator-core { position: absolute; border: 1px solid var(--line-soft); box-shadow: var(--depth); }
.call-object {
  top: 30px; left: 50%; width: 324px; padding: 21px 24px 20px;
  border-radius: 16px; background: var(--surface); transform: translateX(-50%) rotate(-3deg);
  animation: call-float 7s ease-in-out infinite;
}
.call-object__head { display: flex; justify-content: space-between; align-items: center; font-size: 0.69rem; color: var(--ink-soft); }
.call-object__head .call-status { color: var(--ink); font-weight: 650; }
.call-object__head .call-status::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 7px; background: var(--green); }
.call-object p { margin: 18px 0; font-size: 1.32rem; line-height: 1.25; letter-spacing: -0.025em; }
.voice-wave { display: flex; align-items: center; justify-content: center; height: 28px; gap: 4px; }
.voice-wave i { display: block; width: 3px; height: 10px; border-radius: 3px; background: var(--red); animation: voice-modulate 1.15s ease-in-out infinite alternate; }
.voice-wave i:nth-child(3n) { height: 23px; animation-delay: -.7s; }
.voice-wave i:nth-child(3n + 1) { height: 16px; animation-delay: -.25s; }
.voice-wave i:nth-child(5n) { height: 28px; animation-delay: -.45s; }
.orchestrator-core {
  top: 236px; left: 50%; width: 284px; min-height: 88px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 16px; padding: 18px 21px; border-color: oklch(30% 0.015 75);
  border-radius: 14px; background: var(--ink); color: var(--surface); box-shadow: 0 20px 38px -20px oklch(20% 0.02 40 / 0.6);
}
.orchestrator-core img { width: 42px; height: 42px; border-radius: 5px; }
.core-context-mark { flex: 0 0 42px; height: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 10px; border: 1px solid oklch(46% .01 80); border-radius: 9px; background: oklch(24% .008 80); }
.core-context-mark i { border-radius: 2px; background: oklch(90% .008 80); }
.core-context-mark i:nth-child(-n+3) { animation: context-received 5.8s ease-out 2.05s infinite; }
.core-context-mark i:nth-child(2) { animation-delay: 2.43s; }
.core-context-mark i:nth-child(3) { animation-delay: 2.85s; }
.core-context-mark i:last-child { background: var(--red); }
.orchestrator-core strong { display: block; font-size: 1.25rem; font-weight: 600; letter-spacing: -.03em; }
.orchestrator-core div > span { font-size: 0.66rem; color: oklch(80% 0.008 80); }
.core-light { position: absolute; right: 16px; top: 16px; width: 5px; height: 5px; border-radius: 50%; background: oklch(75% 0.11 145); }
.result-object { top: 378px; width: 220px; padding: 20px; background: var(--surface); border-radius: 14px; }
.result-object--calendar { left: 2%; transform: rotate(-3deg); }
.result-object--client { right: 1%; transform: rotate(3deg); }
.result-object img { float: left; margin-right: 9px; width: 26px; height: 26px; }
.result-object > span { display: block; font-size: .72rem; line-height: 26px; color: var(--ink-soft); }
.result-object strong { display: block; margin-top: 18px; font-size: 1.28rem; letter-spacing: -.035em; font-weight: 550; }
.result-object small { display: block; color: var(--ink-soft); font-size: .67rem; margin-top: 2px; }
.mini-week { display: flex; gap: 9px; margin-top: 17px; }
.mini-week span { width: 24px; height: 25px; display: grid; place-items: center; font-size: .59rem; color: var(--ink-soft); border-radius: 4px; }
.mini-week .is-picked { color: var(--surface); background: var(--red); }
.mini-record { display: grid; gap: 6px; margin-top: 21px; }
.mini-record i { display: block; height: 3px; width: 100%; background: var(--paper-quiet); border-radius: 2px; }
.mini-record i:nth-child(2) { width: 80%; }.mini-record i:nth-child(3) { width: 60%; }
.orchestrator-outcome { position: absolute; left: 50%; top: 576px; transform: translateX(-50%); white-space: nowrap; text-align: center; font-size: .81rem; font-weight: 550; }
.orchestrator-outcome > span:last-child { display: block; font-size: .68rem; font-weight: 400; color: var(--ink-soft); margin-top: 4px; }
.outcome-dot { display: inline-block; width: 6px; height: 6px; margin-right: 7px; background: var(--green); border-radius: 50%; }
.orchestrator-replay { display: flex; align-items: center; gap: 10px; justify-content: center; margin-top: 70px; padding: 12px; font-size: .8rem; text-decoration: none; }
.orchestrator-replay span { color: var(--red); }
.orchestrator-replay:hover { text-decoration: underline; }
.ambient-toggle { display: block; margin: 0 auto; min-height: 44px; border: 0; background: none; color: var(--ink-soft); font-size: .7rem; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.home-dimension[data-ambient-motion="paused"] *, .home-dimension[data-ambient-motion="paused"] *::before, .home-dimension[data-ambient-motion="paused"] *::after { animation-play-state: paused !important; }

.home-dimension .market-proof, .home-dimension .system-section, .home-dimension .services-section, .home-dimension .workflow-section, .home-dimension .fit-section { padding-block: clamp(64px, 7vw, 108px); }
.home-dimension .section-intro { margin-bottom: 42px; }
.home-dimension .section-intro h2 { font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.055em; line-height: 1.06; }
.home-dimension .section-intro > p, .home-dimension .section-intro--split > p { font-size: 1.02rem; line-height: 1.6; }
.home-dimension .section-label { text-transform: none; letter-spacing: 0; font-size: .82rem; margin-bottom: 18px; }
.home-dimension .section-label::before { display: none; }
.home-dimension .services-section { background: var(--surface); }
.home-dimension .service-explorer { display: block; border: 0; }
.home-dimension .dimension-services { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 16px; border: 0; background: transparent; }
.home-dimension .dimension-services button {
  grid-column: span 3; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; min-height: 244px;
  padding: 24px; border: 1px solid var(--line-soft); border-radius: 14px; background: var(--paper); color: var(--ink); overflow: hidden;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease), border-color 200ms ease;
}
.home-dimension .dimension-services button:nth-child(-n+2) { grid-column: span 6; min-height: 280px; }
.home-dimension .dimension-services button:hover { transform: translateY(-4px); box-shadow: var(--depth); background: var(--paper); border-color: var(--rule-dark); }
.home-dimension .dimension-services button[aria-selected="true"] { border-color: var(--red); background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--red); }
.home-dimension .dimension-services button::after { display: none; }
.home-dimension .dimension-services button[aria-selected="true"]::after {
  display: block; content: "Exemple affiché"; left: auto; right: 16px; top: 14px; bottom: auto; width: auto; height: auto;
  padding: 4px 8px; border-radius: 4px; background: var(--red); color: var(--surface); font-size: .59rem; font-weight: 550;
}
.home-dimension .dimension-services button > span { grid-row: auto; color: inherit; font-family: var(--font); font-size: inherit; }
.home-dimension .dimension-services .service-card__copy { display: block; position: relative; z-index: 2; }
.home-dimension .dimension-services .service-card__number { display: block; font-size: .64rem; color: var(--ink-soft); margin-bottom: 7px; }
.home-dimension .dimension-services strong { display: block; font-size: 1.18rem; line-height: 1.16; font-weight: 580; letter-spacing: -.025em; }
.home-dimension .dimension-services button:nth-child(-n+2) strong { font-size: 1.55rem; }
.home-dimension .dimension-services small { display: block; font-size: .79rem; color: var(--ink-soft); line-height: 1.45; margin-top: 9px; }
.home-dimension .dimension-services button[aria-selected="true"] small { color: var(--ink-soft); }
.home-dimension .service-panel { scroll-margin-top: 108px; }
.service-back { display: flex; align-items: center; width: fit-content; min-height: 44px; margin-top: 14px; font-size: .8rem; text-underline-offset: 4px; }
.home-dimension .service-visual { position: relative; display: flex; justify-content: center; align-items: center; flex: 1; width: 100%; min-height: 108px; margin-bottom: 20px; pointer-events: none; }
.home-dimension .dimension-services button:nth-child(-n+2) .service-visual { min-height: 130px; }
.voice-disc { display: flex; align-items: center; gap: 6px; width: 130px; height: 80px; justify-content: center; background: var(--surface); border: 1px solid var(--line-soft); border-radius: 44px; box-shadow: var(--depth); transform: rotate(-8deg); }
.voice-disc i { width: 4px; height: 17px; border-radius: 5px; background: var(--red); animation: voice-modulate 1.2s ease-in-out infinite alternate; }
.voice-disc i:nth-child(2n) { height: 39px; animation-delay: -.4s; }.voice-disc i:nth-child(3n) { height: 28px; animation-delay: -.8s; }
.voice-note { position: absolute; left: calc(50% + 15px); top: 65%; padding: 7px 12px; background: var(--ink); border-radius: 5px; color: var(--surface); font-size: .63rem; white-space: nowrap; transform: rotate(3deg); box-shadow: var(--depth); }
.service-visual--mail > img { position: relative; z-index: 3; margin-right: 110px; transform: rotate(-9deg); }
.mail-sheet { position: absolute; z-index: 2; width: 165px; height: 98px; left: 50%; top: 13px; padding: 19px; border: 1px solid var(--line-soft); background: var(--surface); transform: rotate(4deg); border-radius: 8px; box-shadow: var(--depth); }
.mail-sheet i { display: block; width: 90%; height: 3px; margin-bottom: 6px; background: var(--paper-quiet); }.mail-sheet i:nth-child(2) { width: 65%; }
.mail-sheet b { display: inline-block; margin-top: 7px; font-size: .62rem; font-weight: 500; color: var(--green); }
.mail-sheet--back { z-index: 1; transform: translate(-35px,-12px) rotate(-7deg); background: var(--paper); }
.service-visual--social > img { padding: 10px; width: 65px; height: 65px; background: var(--surface); border: 1px solid var(--line-soft); border-radius: 14px; box-shadow: var(--depth); transform: rotate(-5deg); }
.social-slots { display: flex; gap: 5px; position: absolute; bottom: 1px; }
.social-slots i { width: 21px; height: 18px; border-radius: 3px; border: 1px solid var(--line-soft); background: var(--surface); animation: slot-fill 4s ease-in-out infinite; }
.social-slots i:nth-child(2) { animation-delay: .35s; }.social-slots i:nth-child(3) { animation-delay: .7s; }.social-slots i:nth-child(4) { animation-delay: 1.05s; }.social-slots i:nth-child(5) { animation-delay: 1.4s; }
.invoice-sheet { position: relative; width: 92px; height: 108px; padding: 19px 16px; border: 1px solid var(--line-soft); border-radius: 5px; background: var(--surface); box-shadow: var(--depth); transform: rotate(8deg); overflow: hidden; }
.invoice-sheet i { display: block; height: 3px; margin-bottom: 7px; background: var(--paper-quiet); }.invoice-sheet i:nth-child(2) { width: 65%; }
.invoice-sheet b { display: block; border-top: 1px solid var(--rule); margin-top: 16px; padding-top: 6px; font-size: .52rem; font-weight: 500; color: var(--green); white-space: nowrap; }
.invoice-sheet em { position: absolute; inset: 20px 0 auto; height: 1px; background: var(--red); box-shadow: 0 -9px 20px oklch(70% .15 30 / .3); animation: invoice-scan 4s ease-in-out infinite; }
.agent-orbit { position: relative; display: grid; place-items: center; width: 110px; height: 110px; border: 1px solid var(--line-soft); border-radius: 50%; }
.agent-orbit::before { content: ""; position: absolute; inset: 14px; border: 1px solid var(--line-soft); border-radius: 50%; }
.agent-orbit img { border-radius: 6px; box-shadow: var(--depth); }
.agent-orbit i { position: absolute; width: 8px; height: 8px; top: 4px; left: 34px; border: 2px solid var(--surface); border-radius: 50%; background: var(--red); }
.agent-orbit i:nth-of-type(2) { top: 75px; left: 92px; background: var(--ink); }.agent-orbit i:nth-of-type(3) { top: 87px; left: 11px; background: var(--rule-dark); }
.service-visual--tools { gap: 10px; }
.service-visual--tools img { padding: 8px; width: 47px; height: 47px; border-radius: 9px; border: 1px solid var(--line-soft); background: var(--surface); box-shadow: var(--depth); }
.service-visual--tools img:nth-of-type(2) { transform: translateY(-20px); }
.service-visual--tools > span { width: 14px; height: 1px; background: var(--red); }
.home-dimension .service-panel { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; border: 1px solid var(--line-soft); border-radius: 14px; overflow: hidden; background: var(--surface); }
.home-dimension .service-panel__copy { padding: 36px; min-height: 0; }
.home-dimension .service-kicker { margin-bottom: 16px; font-size: .7rem; text-transform: none; letter-spacing: 0; }
.home-dimension .service-panel__copy h3 { font-size: clamp(1.65rem, 2.45vw, 2.6rem); line-height: 1.12; letter-spacing: -.04em; }
.home-dimension .service-panel__copy > p:not(.service-kicker):not(.service-limit) { font-size: .92rem; }
.home-dimension .service-panel__copy ul { grid-template-columns: 1fr; margin-top: 20px; padding-top: 13px; }
.home-dimension .service-panel__copy li { padding: 5px 0 5px 15px; font-size: .79rem; }
.home-dimension .service-panel__copy li::before { top: 12px; border-radius: 50%; width: 4px; height: 4px; }
.home-dimension .service-limit { font-size: .74rem; margin-top: 16px; color: var(--ink-soft); }
.home-dimension .service-demo { border-top: 0; border-left: 1px solid var(--line-soft); display: flex; flex-direction: column; min-width: 0; }
.home-dimension .demo-toolbar { border-color: var(--line-soft); font-family: var(--font); font-size: .6rem; }
.home-dimension .demo-stage { flex: 1; min-height: 410px; padding: 40px 26px; background-image: radial-gradient(var(--line-soft) .8px, transparent .8px); background-size: 18px 18px; }
.home-dimension .demo-intake { width: 88%; border-color: var(--line-soft); border-radius: 9px; box-shadow: var(--depth); padding: 20px; }
.home-dimension .demo-intake__tag { font-family: var(--font); margin-bottom: 12px; }
.home-dimension .demo-intake p { font-size: .88rem; }
.home-dimension .demo-output { width: 91%; border-color: var(--line-soft); border-radius: 9px; box-shadow: var(--depth); margin-top: 52px; overflow: hidden; }
.home-dimension .demo-output div { grid-template-columns: 90px 1fr; gap: 12px; padding: 13px; }
.home-dimension .demo-output small, .home-dimension .demo-event { font-family: var(--font); }
.home-dimension .demo-output strong { font-size: .76rem; }
.home-dimension .demo-route { top: 135px; left: 70%; width: 1px; height: 70px; }
.home-dimension .demo-route__line { inset: 0; width: 1px; height: 70px; animation: none; }
.home-dimension .demo-route__dot { top: 0; left: -3px; width: 7px; height: 7px; border-radius: 50%; animation: drop-current 3.4s var(--ease) infinite; }
.home-dimension .demo-event { font-size: .64rem; color: var(--ink-soft); border-color: var(--line-soft); }
.home-dimension .service-directory { margin-top: 26px; border: 0; gap: 0; }
.home-dimension .service-directory > p, .home-dimension .service-directory > a { border: 0; min-height: 54px; padding: 12px 16px; background: transparent; }
.home-dimension .service-directory > a { text-decoration: underline; text-decoration-color: var(--line-soft); text-underline-offset: 5px; font-size: .76rem; }
.home-dimension .service-directory > a:hover { background: var(--paper); }
.home-dimension .service-directory span { display: none; }

/* The diagrams become work surfaces, not wireframe boxes. */
.home-dimension .system-map { border-color: var(--line-soft); border-radius: 18px; min-height: 600px; background: var(--paper); }
.home-dimension .system-map__grid { opacity: .55; background-image: radial-gradient(var(--rule-dark) .7px, transparent .7px); background-size: 20px 20px; mask-image: radial-gradient(ellipse, #111 20%, transparent 74%); }
.home-dimension .system-map::after { content: "Démonstration interactive · Sélectionnez une fonction"; font-family: var(--font); font-size: .65rem; letter-spacing: 0; color: var(--ink-soft); }
.home-dimension .system-map__connections path { stroke-dasharray: none; opacity: .6; }
.home-dimension .system-map__connections path.is-active { opacity: 1; stroke-dasharray: 10 13; animation: system-current 5s linear infinite; }
.home-dimension .system-core { width: 290px; min-height: 260px; border-radius: 16px; border-color: var(--line-soft); background: var(--surface); color: var(--ink); box-shadow: var(--depth); }
.home-dimension .system-core__mark { width: 40px; height: 40px; padding: 0; border-radius: 6px; margin-bottom: 24px; background: none; }
.home-dimension .system-core p { color: var(--ink-soft); font-family: var(--font); text-transform: none; letter-spacing: 0; font-size: .78rem; }
.home-dimension .system-core strong { font-size: 1.5rem; }.home-dimension .system-core small { color: var(--ink-soft); font-size: .79rem; }
.home-dimension .system-core__state { color: var(--red-dark); border-color: var(--line-soft); font-family: var(--font); font-size: .65rem; letter-spacing: 0; }
.home-dimension .system-node { width: 200px; min-height: 116px; border-radius: 12px; border-color: var(--line-soft); background: var(--surface); box-shadow: var(--depth); padding: 19px; }
.home-dimension .system-node span { font-family: var(--font); font-size: .65rem; }.home-dimension .system-node strong { font-size: 1.03rem; }.home-dimension .system-node small { font-size: .72rem; color: var(--ink-soft); }
.home-dimension .system-node.is-active { color: var(--ink); background: var(--surface); border-color: var(--red); box-shadow: 0 0 0 1px var(--red), var(--depth); }
.home-dimension .system-node.is-active span { color: var(--red); }.home-dimension .system-node.is-active small { color: var(--ink-soft); }
.home-dimension .system-principles { margin-top: 24px; border-color: var(--line-soft); }
.home-dimension .system-principles .line-icon { display: none; }
.home-dimension .workflow-lab { border-color: var(--line-soft); border-radius: 18px; overflow: hidden; }
.home-dimension .workflow-tabs { background: var(--surface); }
.home-dimension .workflow-tabs button { font-size: .84rem; min-height: 62px; border-color: var(--line-soft); }
.home-dimension .workflow-tabs button::after { display: none; }
.home-dimension .workflow-tabs button[aria-selected="true"] { background: var(--ink); color: var(--surface); }
.home-dimension .workflow-canvas { background-color: var(--paper); background-image: radial-gradient(var(--line-soft) .8px, transparent .8px); background-size: 20px 20px; min-height: 560px; }
.home-dimension .workflow-canvas__topline { font-family: var(--font); letter-spacing: 0; font-size: .65rem; }
.home-dimension .workflow-request { border-color: var(--line-soft); border-radius: 10px; box-shadow: var(--depth); }
.home-dimension .workflow-request strong { font-size: 1.04rem; letter-spacing: -.02em; }.home-dimension .workflow-request small, .home-dimension .workflow-request__time { font-family: var(--font); font-size: .65rem; }
.home-dimension .workflow-route { margin-top: 54px; }
.home-dimension .workflow-tool { border-color: var(--line-soft); border-radius: 12px; box-shadow: var(--depth); padding: 22px; min-height: 175px; }
.home-dimension .workflow-tool strong { font-size: .94rem; margin-top: 22px; }.home-dimension .workflow-tool small { font-size: .75rem; line-height: 1.45; color: var(--ink-soft); }
.home-dimension .workflow-tool--helvkit small { color: oklch(80% .008 80); }
.home-dimension .workflow-tool:not(.workflow-tool--helvkit):not(.workflow-tool--result) { background: var(--surface); }
.home-dimension .workflow-tool__mark { background: none; border: 0; border-radius: 5px; }
.home-dimension .workflow-canvas.is-running .workflow-tool, .home-dimension .workflow-canvas.is-complete .workflow-tool { border-color: var(--line-soft); }
.home-dimension .workflow-tool--result { background: oklch(97% .02 150); }
.home-dimension .workflow-token { border-radius: 50%; box-shadow: none; }
.home-dimension .workflow-ledger { margin-top: 38px; border-color: var(--line-soft); border-radius: 8px; }
.home-dimension .workflow-ledger p { font-size: .75rem; }.home-dimension .workflow-ledger span, .home-dimension .workflow-ledger em { font-family: var(--font); font-size: .59rem; }
.home-dimension .integration-ribbon { border-color: var(--line-soft); background: var(--surface); }
.home-dimension .market-proof { background: var(--paper); }
.home-dimension .metric-rail { border-color: var(--line-soft); }.home-dimension .metric { border-color: var(--line-soft); }
.home-dimension .metric__value { font-size: clamp(3.2rem,5vw,5.1rem); }.home-dimension .metric h3 { font-size: 1rem; }
.home-dimension .fit-grid { border-color: var(--line-soft); }.home-dimension .fit-grid article { border-color: var(--line-soft); }

@keyframes voice-modulate { from { transform: scaleY(.45); } to { transform: scaleY(1); } }
@keyframes call-float { 0%,100% { transform: translateX(-50%) translateY(0) rotate(-3deg); } 50% { transform: translateX(-50%) translateY(-6px) rotate(-2deg); } }
@keyframes signal-inbound {
  0% { stroke-dashoffset: 12; opacity: 0; }
  4% { opacity: 1; }
  36% { stroke-dashoffset: -100; opacity: 1; }
  40%,100% { stroke-dashoffset: -100; opacity: 0; }
}
@keyframes context-received { 0%,18%,100% { background: oklch(90% .008 80); box-shadow: none; } 3%,8% { background: oklch(80% .12 150); box-shadow: 0 0 8px oklch(80% .12 150 / .45); } }
@keyframes system-current { to { stroke-dashoffset: -230; } }
@keyframes invoice-scan { 0%,100% { transform: translateY(0); opacity: 0; } 15%,70% { opacity: 1; } 85% { transform: translateY(75px); opacity: 0; } }
@keyframes slot-fill { 0%,18%,100% { background: var(--surface); } 35%,68% { background: var(--red-soft); border-color: var(--red-soft); } }
@keyframes drop-current { 0%,10% { transform: translateY(0); opacity: 0; } 20% { opacity: 1; } 70%,100% { transform: translateY(65px); opacity: 0; } }
.home-dimension [data-motion-paused="true"] *, .home-dimension [data-motion-paused="true"] *::before, .home-dimension [data-motion-paused="true"] *::after { animation-play-state: paused !important; }

@media (max-width: 1190px) {
  .home-dimension .hero__inner { gap: 22px; padding-top: 58px; min-height: 710px; }
  .home-dimension .hero h1 { font-size: clamp(3.3rem,5.8vw,4.4rem); }
  .orchestrator-caption { flex-direction: column; gap: 3px; }
  .call-object { width: 282px; }.result-object { width: 180px; padding: 17px; }
  .result-object strong { font-size: 1.1rem; }.result-object small { font-size: .63rem; }
  .home-dimension .dimension-services button { padding: 21px; }.home-dimension .dimension-services strong { font-size: 1.08rem; }
  .home-dimension .service-visual--tools { gap: 5px; }.home-dimension .service-visual--tools img { width: 39px; height: 39px; padding: 6px; }
  .home-dimension .service-panel__copy { padding: 28px; }
  .home-dimension .system-node { width: 176px; }
  .home-dimension .system-core { width: 256px; }
}
@media (max-width: 900px) {
  .home-dimension .hero__inner { grid-template-columns: 1fr; gap: 38px; padding-block: 58px 28px; }
  .home-dimension .hero__copy { max-width: 630px; }.home-dimension .hero h1 { font-size: clamp(3.6rem,8vw,5rem); }
  .home-dimension .hero__lead { max-width: 550px; }.home-dimension .hero__principles { max-width: 550px; }
  .hero-orchestrator { width: min(100%,620px); margin-inline: auto; }
  .orchestrator-caption { flex-direction: row; }.call-object { width: 324px; }.result-object { width: 220px; }
  .home-dimension .dimension-services button, .home-dimension .dimension-services button:nth-child(-n+2) { grid-column: span 6; min-height: 255px; }
  .home-dimension .dimension-services button strong, .home-dimension .dimension-services button:nth-child(-n+2) strong { font-size: 1.35rem; }
  .home-dimension .service-panel { grid-template-columns: 1fr; }.home-dimension .service-demo { border-left: 0; border-top: 1px solid var(--line-soft); }
  .home-dimension .demo-stage { min-height: 395px; }.home-dimension .service-panel__copy { padding: 32px; }
  .home-dimension .system-node { width: 155px; padding: 16px; }.home-dimension .system-core { width: 230px; padding: 22px; }
  .home-dimension .system-core__state { left: 22px; right: 22px; }.home-dimension .system-core strong { font-size: 1.3rem; }
  .home-dimension .workflow-tool { padding: 16px; }.home-dimension .workflow-tool strong { font-size: .84rem; }.home-dimension .workflow-tool small { font-size: .68rem; }
}
@media (max-width: 760px) {
  .home-dimension .hero__inner { padding-top: 40px; gap: 32px; }
  .home-dimension .hero h1 { font-size: clamp(2.7rem,11.5vw,4rem); line-height: 1.03; letter-spacing: -.06em; }
  .home-dimension .eyebrow { font-size: .75rem; margin-bottom: 23px; }
  .home-dimension .hero__lead { font-size: 1rem; line-height: 1.6; }
  .home-dimension .hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }.home-dimension .hero__actions .text-link { min-height: 44px; }
  .home-dimension .hero__principles { margin-top: 23px; display: flex; gap: 0; }.home-dimension .hero__principles > div { flex: 1; padding: 0 10px; }.home-dimension .hero__principles > div:first-child { padding-left: 0; }.home-dimension .hero__principles dd { font-size: .67rem; }
  .home-dimension .hero__source-line { gap: 12px; }.home-dimension .hero__source-line p { font-size: .76rem; }
  .home-dimension .hero__principles > div { border-top: 0; }
  .orchestrator-caption { padding-inline: 0; }.orchestrator-caption > span { font-size: .86rem; }.orchestrator-caption small { font-size: .58rem; }
  .orchestrator-stage { height: 500px; }
  .call-object { top: 25px; width: 254px; padding: 18px 20px; }.call-object p { font-size: 1.15rem; }.call-object__head { font-size: .64rem; }
  .orchestrator-core { top: 227px; width: 248px; min-height: 76px; padding: 16px; gap: 13px; }.orchestrator-core strong { font-size: 1.15rem; }.orchestrator-core div > span { font-size: .61rem; }
  .result-object { top: 352px; width: calc(50% - 7px); padding: 15px 12px; border-radius: 10px; }.result-object--calendar { left: 0; }.result-object--client { right: 0; }
  .result-object img { width: 22px; height: 22px; margin-right: 6px; }.result-object > span { line-height: 22px; font-size: .6rem; }.result-object strong { font-size: 1.02rem; margin-top: 13px; }.result-object small { font-size: .57rem; }
  .mini-week { gap: 3px; margin-top: 12px; }.mini-week span { width: 21px; height: 23px; }.mini-record { margin-top: 18px; }
  .orchestrator-outcome { top: 528px; font-size: .74rem; }.orchestrator-outcome > span:last-child { font-size: .62rem; }.orchestrator-replay { margin-top: 70px; }
  .home-dimension .section-intro h2 { font-size: 2.45rem; }.home-dimension .section-intro > p, .home-dimension .section-intro--split > p { font-size: .95rem; }
  .home-dimension .dimension-services { gap: 12px; }
  .home-dimension .dimension-services button, .home-dimension .dimension-services button:nth-child(-n+2) { grid-column: span 12; min-height: 224px; padding: 22px; }
  .home-dimension .dimension-services button strong, .home-dimension .dimension-services button:nth-child(-n+2) strong { font-size: 1.5rem; }
  .home-dimension .service-visual, .home-dimension .dimension-services button:nth-child(-n+2) .service-visual { min-height: 106px; margin-bottom: 17px; }
  .home-dimension .dimension-services small { font-size: .83rem; }
  .home-dimension .service-panel { margin-top: 16px; }.home-dimension .service-panel__copy { padding: 25px; }.home-dimension .service-panel__copy h3 { font-size: 1.9rem; }
  .home-dimension .demo-stage { padding: 28px 18px; min-height: 440px; }.home-dimension .demo-output { width: 95%; }.home-dimension .demo-output div { grid-template-columns: 77px 1fr; padding: 13px 11px; gap: 8px; }.home-dimension .demo-output strong { font-size: .71rem; }.home-dimension .demo-output small { font-size: .53rem; }
  .home-dimension .demo-event { align-items: flex-start; gap: 10px; }.home-dimension .demo-event p { font-size: .61rem; }
  .home-dimension .service-directory { grid-template-columns: 1fr; }.home-dimension .service-directory > p, .home-dimension .service-directory > a { min-height: 48px; padding-inline: 0; }
  .home-dimension .system-map { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 22px 17px 48px; }
  .home-dimension .system-core { grid-column: 1/-1; position: relative; left: auto; top: auto; transform: none; width: 100%; min-height: 248px; margin: 0 0 10px; }
  .home-dimension .system-node { position: relative; inset: auto; width: 100%; min-height: 120px; padding: 14px; }.home-dimension .system-node strong { font-size: .94rem; }.home-dimension .system-node small { font-size: .66rem; }
  .home-dimension .system-map__connections { display: none; }.home-dimension .system-map::after { font-size: .56rem; left: 17px; }
  .home-dimension .workflow-canvas { min-height: 0; }.home-dimension .workflow-route { gap: 20px; margin-top: 36px; padding-left: 25px; }.home-dimension .workflow-tool { min-height: 135px; padding: 18px; }.home-dimension .workflow-tool strong { margin-top: 15px; font-size: 1rem; }.home-dimension .workflow-tool small { font-size: .76rem; }
  .home-dimension .workflow-ledger { margin-top: 28px; }.home-dimension .workflow-ledger > div { padding: 12px; gap: 8px; }.home-dimension .workflow-ledger p { font-size: .71rem; }.home-dimension .workflow-ledger em { font-size: .54rem; }
  .home-dimension .workflow-canvas__topline { font-size: .55rem; gap: 15px; }
}
@media (max-width: 360px) {
  .home-dimension .hero h1 { font-size: 2.6rem; }
  .orchestrator-caption { flex-direction: column; gap: 3px; }
  .result-object { padding: 14px 10px; }.result-object img { display: none; }.result-object strong { font-size: 1rem; }
  .voice-note { left: 48%; }.mail-sheet { left: 43%; }
}
@media (prefers-reduced-motion: reduce) {
  .ambient-toggle { display: none; }
  .home-dimension *, .home-dimension *::before, .home-dimension *::after { animation: none !important; transition: none !important; }
  .orchestrator-pulse { stroke-dasharray: none !important; opacity: 0; }
  .invoice-sheet em { display: none; }
}
