/* SimonHub design system */
:root {
  color-scheme: light;
  --bg: #f7f8fa;
  --bg-elevated: #ffffff;
  --bg-soft: #eef2f7;
  --text: #0b101a;
  --text-soft: #586272;
  --line: rgba(11, 16, 26, .11);
  --line-strong: rgba(11, 16, 26, .2);
  --glass: rgba(247, 248, 250, .78);
  --midnight: #0a2453;
  --blue: #1859e6;
  --blue-light: #69b5ff;
  --blue-soft: #e8f0ff;
  --human: #0d63df;
  --agent: #7357e8;
  --continuous: #05715f;
  --dark-panel: #080b12;
  --dark-panel-soft: #111722;
  --dark-text: #f5f7fb;
  --shadow: 0 24px 70px rgba(16, 31, 57, .1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1240px;
  --header-height: 72px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #080b12;
  --bg-elevated: #0e131d;
  --bg-soft: #111722;
  --text: #f5f7fb;
  --text-soft: #a7b0bf;
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.2);
  --glass: rgba(8, 11, 18, .78);
  --midnight: #93bbff;
  --blue: #6aa6ff;
  --blue-light: #8fc7ff;
  --blue-soft: #122445;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
}

@media (prefers-color-scheme: dark) {
  html[data-theme="auto"] {
    color-scheme: dark;
    --bg: #080b12;
    --bg-elevated: #0e131d;
    --bg-soft: #111722;
    --text: #f5f7fb;
    --text-soft: #a7b0bf;
    --line: rgba(255,255,255,.1);
    --line-strong: rgba(255,255,255,.2);
    --glass: rgba(8, 11, 18, .78);
    --midnight: #93bbff;
    --blue: #6aa6ff;
    --blue-light: #8fc7ff;
    --blue-soft: #122445;
    --shadow: 0 24px 80px rgba(0,0,0,.35);
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; border-radius: 6px; }

body [lang="en"] { display: none !important; }
html[data-lang="en"] [lang="de"] { display: none !important; }
html[data-lang="en"] [lang="en"] { display: inline !important; }
html[data-lang="en"] p[lang="en"], html[data-lang="en"] h3[lang="en"] { display: block !important; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); padding: 11px 16px; background: var(--text); color: var(--bg); border-radius: 10px; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; background: var(--glass); backdrop-filter: saturate(160%) blur(20px); -webkit-backdrop-filter: saturate(160%) blur(20px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(12, 24, 45, .05); }
.nav-shell { max-width: var(--max); height: 100%; padding: 0 24px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 17px; font-weight: 750; letter-spacing: -.03em; }
.brand img { border-radius: 10px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 14px 0; color: var(--text-soft); font-size: 13px; font-weight: 620; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--blue); transition: right .25s ease; }
.desktop-nav a:hover { color: var(--text); }
.desktop-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); background: var(--bg-elevated); border-radius: 10px; }
.language-switch button { width: 36px; height: 32px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: var(--text-soft); font-size: 11px; font-weight: 750; cursor: pointer; }
.language-switch button[aria-pressed="true"] { color: #fff; background: var(--midnight); }
html[data-theme="dark"] .language-switch button[aria-pressed="true"] { color: #071020; }
@media (prefers-color-scheme: dark) { html[data-theme="auto"] .language-switch button[aria-pressed="true"] { color: #071020; } }
.theme-toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-elevated); cursor: pointer; }
.theme-toggle:hover { border-color: var(--line-strong); }
.theme-icon { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 44px; height: 44px; list-style: none; display: grid; align-content: center; gap: 5px; padding: 0 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--bg-elevated); cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { height: 1.5px; background: currentColor; border-radius: 2px; transition: transform .2s ease; }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(300px, calc(100vw - 32px)); padding: 10px; display: grid; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-elevated); box-shadow: var(--shadow); }
.mobile-menu nav a { min-height: 46px; display: flex; align-items: center; padding: 0 12px; border-radius: 9px; color: var(--text-soft); font-size: 14px; font-weight: 650; }
.mobile-menu nav a:hover { background: var(--bg-soft); color: var(--text); }

.section { width: 100%; padding: clamp(96px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-soft { background: var(--bg-soft); }
.section-dark { color: var(--dark-text); background: var(--dark-panel); }
.section-dark .eyebrow { color: var(--blue-light); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 6px color-mix(in srgb, var(--blue) 14%, transparent); }
.section-number { color: var(--text-soft); }
.section-heading { max-width: 800px; margin-bottom: clamp(48px, 6vw, 82px); }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -.055em; font-weight: 680; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--text-soft); font-size: clamp(17px, 1.6vw, 20px); }
.section-heading.centered > p:not(.eyebrow) { margin-inline: auto; }
.section-dark .section-heading > p:not(.eyebrow), .section-dark .section-number { color: #9aa6b8; }

.hero { position: relative; min-height: min(960px, 100svh); padding-top: calc(var(--header-height) + clamp(80px, 10vh, 140px)); padding-bottom: 110px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); align-items: center; gap: clamp(38px, 6vw, 86px); overflow: hidden; }
.hero-glow { position: absolute; z-index: -1; top: 8%; right: -10%; width: 60vw; height: 70%; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--blue) 14%, transparent), transparent 66%); filter: blur(16px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; max-width: 750px; font-size: clamp(52px, 6.6vw, 96px); line-height: .98; letter-spacing: -.067em; font-weight: 680; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 610px; margin: 32px 0 0; color: var(--text-soft); font-size: clamp(18px, 1.55vw, 21px); line-height: 1.6; }
.hero-actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--midnight); box-shadow: 0 12px 30px color-mix(in srgb, var(--midnight) 22%, transparent); }
html[data-theme="dark"] .button-primary { color: #08101f; background: #8eb9ff; }
@media (prefers-color-scheme: dark) { html[data-theme="auto"] .button-primary { color: #08101f; background: #8eb9ff; } }
.button-secondary { border-color: var(--line-strong); background: var(--bg-elevated); }
.hero-visual { position: relative; perspective: 1000px; }
.visual-frame { position: relative; width: 100%; aspect-ratio: 1.12; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, color-mix(in srgb, var(--bg-elevated) 95%, var(--blue)), var(--bg-elevated)); box-shadow: var(--shadow); transform: rotateY(-5deg) rotateX(2deg); }
.visual-frame::before { content: ""; position: absolute; inset: 58px 0 42px; opacity: .34; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent); }
.visual-header { height: 58px; padding: 0 20px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid var(--line); }
.visual-header > span { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); }
.visual-header b { margin-left: auto; color: var(--text-soft); font-size: 9px; letter-spacing: .16em; }
.visual-frame svg { position: absolute; inset: 58px 0 42px; width: 100%; height: calc(100% - 100px); }
.visual-path { fill: none; stroke: var(--line-strong); stroke-width: 2; stroke-linejoin: round; }
.visual-path.path-a { stroke: url(#pathGradient); stroke-width: 3; stroke-dasharray: 8 10; animation: dash 18s linear infinite; }
.visual-path.path-b { stroke-dasharray: 2 8; }
.visual-nodes circle { fill: var(--bg-elevated); stroke: var(--blue); stroke-width: 3; }
.visual-nodes circle:nth-child(6) { fill: var(--blue); filter: drop-shadow(0 0 12px var(--blue)); }
.visual-labels { fill: var(--text-soft); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.visual-status { position: absolute; inset: auto 20px 14px; display: flex; justify-content: space-between; color: var(--text-soft); font-size: 9px; letter-spacing: .12em; }
.visual-status span { display: flex; align-items: center; gap: 7px; }
.visual-status i { width: 6px; height: 6px; border-radius: 50%; background: var(--continuous); }
.visual-status strong { color: var(--continuous); }
.float-chip { position: absolute; z-index: 2; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--glass); backdrop-filter: blur(16px); box-shadow: 0 14px 34px rgba(0,0,0,.1); color: var(--text-soft); font-size: 11px; font-weight: 750; }
.float-chip i { width: 8px; height: 8px; border-radius: 50%; }
.chip-human { top: 16%; left: -28px; }
.chip-human i { background: var(--human); }
.chip-agent { right: -22px; bottom: 20%; }
.chip-agent i { background: var(--agent); }
.scroll-hint { position: absolute; left: max(24px, calc((100vw - var(--max)) / 2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--text-soft); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.scroll-hint i { width: 36px; height: 1px; background: var(--line-strong); }
@keyframes dash { to { stroke-dashoffset: -180; } }

.app-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.app-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--bg-elevated); box-shadow: 0 12px 40px rgba(16, 31, 57, .04); transition: transform .3s ease, box-shadow .3s ease; }
.app-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-link { height: 100%; display: flex; flex-direction: column; }
.app-art { position: relative; min-height: 360px; overflow: hidden; border-bottom: 1px solid var(--line); background: #071329; }
.app-body { min-height: 330px; padding: clamp(26px, 4vw, 44px); display: flex; flex-direction: column; }
.app-kicker { margin: 0 0 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.app-body h3 { margin: 0; font-size: clamp(30px, 3vw, 42px); letter-spacing: -.045em; }
.app-body > p { max-width: 510px; margin: 24px 0; color: var(--text-soft); font-size: 16px; }
.text-link { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: var(--blue); font-size: 14px; font-weight: 750; }
.text-link i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); font-style: normal; transition: transform .2s ease; }
.card-link:hover .text-link i { transform: translate(2px, -2px); }
.clock-art { background: radial-gradient(circle at 50% 48%, #163e74, #08152c 53%, #050d1c); }
.clock-art::before, .calc-art::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 36px 36px; }
.clock-face { position: absolute; width: 164px; height: 164px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; box-shadow: 0 0 0 22px rgba(69, 143, 255, .06), inset 0 0 44px rgba(80, 154, 255, .12); }
.clock-face::before, .clock-face::after { content: ""; position: absolute; background: rgba(255,255,255,.35); }
.clock-face::before { width: 1px; height: 100%; left: 50%; }
.clock-face::after { height: 1px; width: 100%; top: 50%; }
.clock-face i { position: absolute; z-index: 3; width: 9px; height: 9px; left: calc(50% - 4px); top: calc(50% - 4px); border: 2px solid #fff; border-radius: 50%; background: #1f65ff; }
.clock-hand { position: absolute; z-index: 2; left: 50%; bottom: 50%; width: 2px; border-radius: 2px; background: #fff; transform-origin: bottom; }
.clock-hand.hour { height: 45px; transform: rotate(48deg); }
.clock-hand.minute { height: 65px; transform: rotate(204deg); background: #66b4ff; }
.clock-orbit { position: absolute; left: 50%; top: 50%; border: 1px dashed rgba(117,180,255,.24); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 250px; height: 250px; }
.orbit-two { width: 330px; height: 330px; }
.weather-pill, .time-code, .history-line { position: absolute; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 760; letter-spacing: .12em; }
.weather-pill { top: 28px; right: 28px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 99px; }
.time-code { bottom: 26px; left: 28px; font-variant-numeric: tabular-nums; }
.calc-art { background: linear-gradient(135deg, #111d3a, #071024 60%, #0a1731); }
.calc-display { position: absolute; z-index: 2; top: 48px; left: 10%; right: 10%; padding: 18px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(255,255,255,.05); text-align: right; }
.calc-display small { display: block; color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .08em; }
.calc-display strong { color: #fff; font-size: clamp(34px, 5vw, 56px); font-weight: 500; letter-spacing: -.04em; }
.calc-grid { position: absolute; z-index: 2; left: 50%; bottom: 38px; width: 250px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.calc-grid i { height: 35px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(255,255,255,.055); }
.calc-grid i.accent { border-color: rgba(71,140,255,.5); background: rgba(31,101,255,.25); }
.history-line { left: 28px; bottom: 22px; writing-mode: vertical-rl; }

.role-legend { margin: -18px auto 58px; display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 28px; color: var(--text-soft); font-size: 12px; font-weight: 650; }
.role-legend span { display: flex; align-items: center; gap: 8px; }
.role-legend i { width: 9px; height: 9px; border-radius: 3px; }
.legend-human { background: var(--human); }.legend-agent { background: var(--agent); }.legend-continuous { background: var(--continuous); }
.v-model { position: relative; padding: 22px 0 60px; }
.v-connector { position: absolute; inset: 0 3% 54px; }
.v-connector svg { width: 100%; height: 100%; overflow: visible; }
.v-connector path { fill: none; stroke: var(--line-strong); stroke-width: 2; vector-effect: non-scaling-stroke; }
.v-connector .pulse-line { stroke: var(--blue); stroke-width: 2.5; stroke-dasharray: 7 14; opacity: .55; animation: dash 24s linear infinite; }
.v-steps { position: relative; z-index: 2; min-height: 560px; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: repeat(6, 1fr); gap: 10px clamp(26px, 5vw, 80px); list-style: none; }
.process-node { grid-row: var(--row); grid-column: var(--col); min-width: 0; display: flex; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb, var(--bg-elevated) 88%, transparent); box-shadow: 0 10px 26px rgba(9, 25, 52, .05); backdrop-filter: blur(8px); }
.process-node:nth-child(1) { --row: 1; --col: 1; --order: 1; }.process-node:nth-child(2) { --row: 2; --col: 1; --order: 2; }.process-node:nth-child(3) { --row: 3; --col: 1; --order: 3; }.process-node:nth-child(4) { --row: 4; --col: 1; --order: 4; }.process-node:nth-child(5) { --row: 5; --col: 1; --order: 5; }.process-node:nth-child(6) { --row: 6; --col: 2; --order: 6; }.process-node:nth-child(7) { --row: 6; --col: 3; --order: 7; }.process-node:nth-child(8) { --row: 5; --col: 3; --order: 8; }.process-node:nth-child(9) { --row: 4; --col: 3; --order: 9; }.process-node:nth-child(10) { --row: 3; --col: 3; --order: 10; }.process-node:nth-child(11) { --row: 2; --col: 3; --order: 11; }.process-node:nth-child(12) { --row: 1; --col: 3; --order: 12; }
.process-node:nth-child(-n+5) { justify-self: start; width: 86%; }
.process-node:nth-child(n+7) { justify-self: end; width: 86%; }
.process-node.apex { width: 108%; transform: translateX(-4%); }
.process-node > span { flex: 0 0 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: #fff; font-size: 9px; font-weight: 800; }
.process-node.human > span { background: var(--human); }.process-node.agent > span { background: var(--agent); }.process-node.shared > span { background: var(--continuous); }
.process-node div { min-width: 0; }
.process-node b { display: block; font-size: 13px; line-height: 1.25; }
.process-node small { display: block; margin-top: 3px; overflow: hidden; color: var(--text-soft); font-size: 9px; letter-spacing: .06em; text-overflow: ellipsis; white-space: nowrap; }
.quality-rail { position: absolute; z-index: 3; left: 3%; right: 3%; bottom: 0; min-height: 38px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid color-mix(in srgb, var(--continuous) 45%, var(--line)); border-radius: 10px; background: color-mix(in srgb, var(--continuous) 7%, var(--bg-elevated)); color: var(--continuous); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.quality-rail strong { text-align: center; }
.principles { margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles p { min-height: 148px; margin: 0; padding: 28px 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; border-right: 1px solid var(--line); }
.principles p:last-child { border: 0; }
.principles span { color: var(--blue); font-size: 10px; font-weight: 800; }
.principles strong { font-size: 15px; line-height: 1.45; }
.devops-panel { margin-top: 110px; min-height: 590px; padding: clamp(38px, 5vw, 70px); display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--bg-elevated); box-shadow: var(--shadow); }
.devops-copy h3 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.devops-copy > p:not(.eyebrow) { max-width: 430px; margin-top: 24px; color: var(--text-soft); }
.devops-loop { position: relative; width: min(520px, 42vw); aspect-ratio: 1; margin: auto; padding: 0; list-style: none; border: 1px dashed var(--line-strong); border-radius: 50%; }
.devops-loop::before { content: ""; position: absolute; inset: 15%; border: 1px solid var(--line); border-radius: 50%; }
.devops-loop li { position: absolute; z-index: 2; left: 50%; top: 50%; width: 122px; min-height: 72px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: var(--bg-elevated); box-shadow: 0 8px 22px rgba(20,30,50,.08); transform: translate(-50%,-50%) rotate(calc(var(--i) * 60deg)) translateY(-205px) rotate(calc(var(--i) * -60deg)); }
.devops-loop > li:nth-child(1) { --i: 0; }.devops-loop > li:nth-child(2) { --i: 1; }.devops-loop > li:nth-child(3) { --i: 2; }.devops-loop > li:nth-child(4) { --i: 3; }.devops-loop > li:nth-child(5) { --i: 4; }.devops-loop > li:nth-child(6) { --i: 5; }
.devops-loop li span { color: var(--blue); font-size: 8px; font-weight: 800; }.devops-loop li b { display: block; font-size: 13px; }.devops-loop li small { color: var(--text-soft); font-size: 9px; }
.devops-loop .loop-core { position: absolute; inset: 34%; left: 34%; top: 34%; width: auto; min-height: 0; padding: 0; display: grid; place-items: center; align-content: center; gap: 9px; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; text-align: center; }
.loop-core img { width: 42px; }.loop-core span { color: var(--text-soft); font-size: 8px; font-weight: 800; letter-spacing: .12em; }

.toolbox-section { --text-soft: #a5afbd; }
.toolbox-group { margin-top: 82px; }
.group-heading { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.group-heading > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 9px; color: var(--blue-light); font-size: 10px; font-weight: 800; }
.group-heading h3 { margin: 0; font-size: clamp(25px, 3vw, 36px); letter-spacing: -.035em; }.group-heading p { margin: 8px 0 0; color: #99a4b5; }
.environment-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.environment-grid article { position: relative; min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); }
.tool-glyph { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(112,170,255,.35); border-radius: 13px; background: rgba(31,101,255,.12); color: #8ebcff; font-weight: 750; }
.environment-grid h4 { margin: 34px 0 10px; font-size: 24px; }.environment-grid p { margin: 0; color: #a4afbf; font-size: 14px; }
.tool-type { position: absolute; right: 24px; top: 31px; color: #69778b; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.model-strategy { max-width: 760px; margin: 36px auto 42px; display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 36px); }
.model-strategy span { display: grid; place-items: center; text-align: center; gap: 7px; }.model-strategy i { min-width: 54px; color: #8ebcff; font-style: normal; font-size: 13px; letter-spacing: 2px; }.model-strategy b { font-size: 11px; }.model-strategy em { color: #556277; font-style: normal; }
.model-families { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.model-family { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.025); }
.model-family header { padding: 18px 20px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }.model-family h4 { margin: 0; font-size: 16px; }.model-family h4 small { display: block; margin-top: 2px; color: #8d99ab; font-size: 9px; font-weight: 600; }
.provider { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; font-size: 10px; font-weight: 850; }.provider.openai { background: #e9eef6; color: #101824; }.provider.mistral { background: #ff9b44; color: #241100; }.provider.deepseek { background: #4d72ff; color: #fff; }.provider.anthropic { background: #d7c7b8; color: #271c15; }
.model-list article { min-height: 94px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }.model-list article:last-child { border: 0; }.model-list b, .model-list small { display: block; }.model-list b { font-size: 14px; }.model-list small { margin-top: 5px; color: #8d99ab; font-size: 11px; }
.cost { flex: 0 0 auto; color: #83b6ff; font-size: 11px; letter-spacing: 1px; }
.snapshot-note { max-width: 720px; margin: 28px auto 0; color: #7f8b9c; text-align: center; font-size: 12px; }
.budget-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.budget-grid article { padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.025); }
.budget-grid header { display: flex; align-items: center; gap: 10px; }.budget-grid h4 { margin: 0; font-size: 16px; }
.budget-grid dl { margin: 20px 0; }.budget-grid dl div { padding: 10px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.budget-grid dt { color: #8d99ab; font-size: 10px; font-weight: 700; }.budget-grid dd { margin: 0; font-size: 11px; }
.budget-grid a { min-height: 44px; display: inline-flex; align-items: center; color: #8ebcff; font-size: 11px; font-weight: 700; }

.policy-card { margin: -32px 0 30px auto; max-width: 650px; padding: 22px 26px; border-left: 3px solid var(--blue); background: var(--blue-soft); }
.policy-card span { color: var(--blue); font-size: 9px; font-weight: 850; letter-spacing: .14em; }.policy-card p { margin: 6px 0 0; font-size: 13px; }
.benchmark-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: var(--bg-elevated); }
.benchmark-table { width: 100%; min-width: 1180px; border-collapse: collapse; font-size: 13px; }
.benchmark-table caption { padding: 18px 20px; color: var(--text-soft); text-align: left; font-size: 11px; }
.benchmark-table th, .benchmark-table td { padding: 17px 18px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); text-align: center; }.benchmark-table tr > *:last-child { border-right: 0; }.benchmark-table th:first-child { width: 20%; text-align: left; }
.benchmark-table thead th { height: 88px; color: var(--text); background: var(--bg-soft); vertical-align: bottom; }.benchmark-table thead small { color: var(--text-soft); font-weight: 500; }
.benchmark-table td { color: var(--text-soft); font-size: 18px; }.benchmark-table tbody th { font-weight: 600; }
.group-row th { padding: 12px 18px; background: color-mix(in srgb, var(--blue) 5%, var(--bg-elevated)); }.group-row span { color: var(--blue); font-size: 10px; letter-spacing: .12em; }.group-row small { margin-left: 12px; color: var(--text-soft); font-weight: 500; }
.conclusion-row td { height: 100px; font-size: 11px; }
.budget-row td { font-size: 11px; line-height: 1.45; }
.benchmark-cards { display: none; }
.winner-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.winner-grid article { min-height: 130px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-elevated); }.winner-grid span { color: var(--blue); font-size: 9px; font-weight: 800; }.winner-grid p { margin: 20px 0 10px; color: var(--text-soft); font-size: 12px; }.winner-grid b { font-size: 24px; }
.report-placeholder { margin-top: 44px; display: flex; align-items: center; gap: 18px; }.report-placeholder small { color: var(--text-soft); }

.about-section { min-height: 700px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.about-mark { display: grid; place-items: center; }.about-mark img { width: min(320px, 30vw); filter: drop-shadow(0 28px 50px rgba(31,101,255,.2)); }
.about-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1; letter-spacing: -.06em; }.about-copy > p:not(.eyebrow) { max-width: 690px; margin: 30px 0; color: var(--text-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.site-footer { max-width: var(--max); margin: 0 auto; padding: 36px 24px; display: grid; grid-template-columns: 1fr 1.6fr; align-items: start; gap: 24px 60px; border-top: 1px solid var(--line); color: var(--text-soft); font-size: 11px; }.site-footer .brand { color: var(--text); }.footer-brand p { margin: 12px 0 0; }.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px 22px; }.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 650; }.site-footer nav a:hover { color: var(--blue); }.footer-note { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid var(--line); text-align: right; }
.subpage-main { max-width: 900px; min-height: 72vh; margin: 0 auto; padding: clamp(130px, 16vw, 180px) 24px 100px; }.subpage-main .eyebrow { margin-bottom: 22px; }.subpage-main h1 { max-width: 820px; margin: 0 0 30px; font-size: clamp(48px, 8vw, 88px); line-height: .98; letter-spacing: -.06em; }.subpage-lede { max-width: 760px; margin-bottom: 70px; color: var(--text-soft); font-size: clamp(18px, 2.4vw, 24px); }.content-block { padding: 34px 0; border-top: 1px solid var(--line); }.content-block h2 { margin: 0 0 18px; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.04em; }.content-block h3 { margin: 28px 0 10px; font-size: 18px; }.content-block p, .content-block li, .content-block address { color: var(--text-soft); }.content-block address { font-style: normal; }.content-block a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }.content-block li + li { margin-top: 8px; }.doc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.doc-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-elevated); }.doc-grid h3 { margin-top: 0; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 14px; }.desktop-nav a { font-size: 11px; }
  .hero { grid-template-columns: 1fr 1fr; }.hero h1 { font-size: clamp(50px, 6.8vw, 78px); }
  .process-node:nth-child(-n+5), .process-node:nth-child(n+7) { width: 100%; }.process-node.apex { width: 118%; }
  .principles { grid-template-columns: repeat(2, 1fr); }.principles p:nth-child(2) { border-right: 0; }.principles p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .devops-loop { transform: scale(.86); }
}

@media (max-width: 880px) {
  :root { --header-height: 66px; }
  .desktop-nav { display: none; }.mobile-menu { display: block; }
  .hero { min-height: auto; padding-top: 130px; grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 700px; margin: 0 auto; }.scroll-hint { display: none; }
  .app-art { min-height: 300px; }.app-body { min-height: 340px; }
  .v-model { overflow: hidden; padding: 0 0 68px 0; }
  .v-connector { display: none; }.v-steps { min-height: 0; display: flex; flex-direction: column; gap: 10px; }.process-node { order: var(--order); width: 100% !important; min-height: 68px; justify-self: stretch !important; transform: none !important; }.process-node::after { content: "↓"; position: absolute; left: 29px; margin-top: 75px; color: var(--line-strong); }.process-node:last-child::after { display: none; }
  .quality-rail { left: 0; right: 0; }
  .devops-panel { grid-template-columns: 1fr; }.devops-copy { text-align: center; }.devops-copy .eyebrow { justify-content: center; }.devops-copy > p:not(.eyebrow) { margin-inline: auto; }.devops-loop { width: min(520px, 72vw); }
  .environment-grid, .model-families, .budget-grid { grid-template-columns: 1fr; }.environment-grid article { min-height: 220px; }
  .about-section { grid-template-columns: .5fr 1.5fr; gap: 40px; }
}

@media (max-width: 680px) {
  .budget-grid dl div { grid-template-columns: 1fr; gap: 4px; }
  .section { padding-inline: 18px; }
  .nav-shell { padding-inline: 14px; gap: 10px; }.brand span { font-size: 15px; }.nav-actions { gap: 5px; }.language-switch button { width: 32px; }.theme-toggle { width: 40px; }.mobile-menu summary { width: 40px; }
  .hero { padding-top: 118px; padding-bottom: 84px; }.hero h1 { font-size: clamp(46px, 13.3vw, 66px); }.hero-lede { font-size: 17px; }.hero-actions { display: grid; }.button { width: 100%; }.hero-visual { margin-top: 18px; }.visual-frame { aspect-ratio: .96; border-radius: 24px; transform: none; }.float-chip { display: none; }.visual-frame svg { transform: scale(1.15); }.visual-labels { display: none; }
  .section-heading h2 { font-size: clamp(39px, 11.8vw, 54px); }.section-heading > p:not(.eyebrow) { font-size: 16px; }
  .app-grid { grid-template-columns: 1fr; }.app-art { min-height: 300px; }.app-body { min-height: 300px; }.clock-orbit.orbit-two { width: 290px; height: 290px; }
  .role-legend { justify-content: flex-start; flex-direction: column; align-items: flex-start; }.process-node { padding: 13px 14px; }.process-node b { font-size: 12px; }
  .principles { grid-template-columns: 1fr; }.principles p { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--line); }.principles p:last-child { border: 0; }
  .devops-panel { margin-top: 74px; min-height: 0; padding: 34px 18px; }.devops-loop { width: min(390px, 82vw); margin: 48px auto; transform: none; border: 0; border-radius: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; aspect-ratio: auto; }.devops-loop::before, .devops-loop .loop-core { display: none; }.devops-loop li { position: static; width: auto; min-height: 84px; transform: none; }
  .group-heading { grid-template-columns: 34px 1fr; }.environment-grid article { min-height: 240px; }.model-strategy { align-items: stretch; gap: 8px; }.model-strategy span { flex: 1; padding: 12px 4px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }.model-strategy em { display: none; }.model-strategy b { font-size: 9px; }
  .benchmark-table-wrap { display: none; }.benchmark-cards { display: grid; gap: 12px; }.benchmark-cards article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--bg-elevated); }.benchmark-cards p { margin: 0; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }.benchmark-cards h3 { margin: 7px 0 20px; font-size: 18px; }.benchmark-cards div { min-height: 40px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: var(--text-soft); font-size: 12px; }.benchmark-cards small { display: block; margin-top: 16px; color: var(--text-soft); }.winner-grid { grid-template-columns: 1fr; }.winner-grid article { min-height: 105px; }.report-placeholder { align-items: stretch; flex-direction: column; }.report-placeholder small { text-align: center; }
  .about-section { min-height: 0; grid-template-columns: 1fr; gap: 38px; }.about-mark { justify-content: start; }.about-mark img { width: 110px; }.about-copy h2 { font-size: clamp(46px, 14vw, 64px); }
  .site-footer { grid-template-columns: 1fr; }.site-footer nav { justify-content: flex-start; }.footer-note { grid-column: auto; text-align: left; }.footer-brand p { display: block; }.doc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .brand img { width: 30px; height: 30px; }.brand { gap: 7px; }.brand span { font-size: 14px; }.nav-shell { padding-inline: 9px; }
  .hero h1 { font-size: 45px; }.eyebrow { letter-spacing: .1em; }
  .app-art { min-height: 270px; }.calc-grid { width: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-visual, .scroll-hint, .theme-toggle, .language-switch { display: none; }
  .section { padding: 40px 0; break-inside: avoid; }
  body { color: #000; background: #fff; }
}
