
:root {
  --font-geist-mono: "Courier New";
  --ink: #080808;
  --panel: #0f0f0f;
  --panel-2: #151515;
  --line: rgba(243, 241, 236, 0.13);
  --line-dark: rgba(8, 8, 8, 0.15);
  --muted: #9b9a96;
  --paper: #f3f1ec;
  --orange: #ff5a00;
  --orange-soft: rgba(255, 90, 0, 0.12);
  --shell: min(1280px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: auto; scroll-padding-top: 72px; background: var(--ink); }
body {
  margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper);
  font-family: Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
::selection { background: var(--orange); color: var(--ink); }

.skip-link {
  position: fixed; left: 20px; top: -80px; z-index: 1000; padding: 12px 16px;
  background: var(--paper); color: var(--ink);
}
.skip-link:focus { top: 12px; }
.shell { width: var(--shell); margin-inline: auto; }
[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0;
  border-bottom: 1px solid transparent;
  transition: padding .25s ease, background .25s ease, border-color .25s ease;
}
.site-header.is-compact {
  padding: 9px 0; background: rgba(8,8,8,.86); backdrop-filter: blur(16px); border-color: var(--line);
}
.nav-shell {
  width: var(--shell); margin: auto; display: grid; grid-template-columns: 175px 1fr auto;
  align-items: center; gap: 28px;
}
.brand { width: 72px; height: 58px; display: block; overflow: hidden; }
.brand img {
  width: 74px; height: 74px; object-fit: contain; transform: translateY(-8px);
  filter: grayscale(1) sepia(1) saturate(9) hue-rotate(330deg) brightness(1.15); mix-blend-mode: screen;
}
nav { display: flex; justify-content: center; gap: clamp(18px, 2.45vw, 38px); }
nav a { color: #c4c2bd; font-size: 12px; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: var(--paper); }
.menu-button { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 11px; }
.menu-button span { display: block; height: 1px; background: var(--paper); margin: 6px 0; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 28px;
  min-height: 54px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 4px;
  background: var(--orange); color: #090909; font-size: 13px; font-weight: 700;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ff702e; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--orange); outline-offset: 4px;
}
.button-small { min-height: 44px; padding-inline: 18px; gap: 16px; }
.eyebrow {
  margin: 0 0 32px; display: flex; align-items: center; gap: 11px; color: #b6b4af;
  text-transform: uppercase; font: 600 11px/1.2 var(--font-geist-mono), monospace; letter-spacing: .15em;
}
.eyebrow > span { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
h1, h2, h3, p { margin-top: 0; }
h2 { font-weight: 680; }

/* Hero */
.hero { min-height: 100svh; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(8,8,8,.93) 48%, rgba(8,8,8,.25) 100%);
}
.hero-content { position: relative; z-index: 3; padding-top: clamp(155px, 18vh, 210px); padding-bottom: 174px; }
.base-alias {
  display: inline-flex; align-items: center; gap: 8px; margin: -18px 0 35px; padding: 7px 10px;
  border: 1px solid var(--line); border-radius: 3px; color: var(--muted);
  font: 500 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .09em;
}
.base-alias i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
h1 {
  max-width: 980px; margin-bottom: 28px; font-size: clamp(52px, 6.5vw, 96px); line-height: .96;
  letter-spacing: -.065em; font-weight: 720;
}
h1 em { color: #777773; font-style: normal; font-weight: 520; }
.hero-lead { max-width: 720px; margin-bottom: 10px; font-size: clamp(20px, 2vw, 27px); line-height: 1.35; letter-spacing: -.025em; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.text-link { font-size: 13px; font-weight: 650; border-bottom: 1px solid #6a6965; padding: 14px 0 10px; }
.text-link span { color: var(--orange); margin-left: 20px; }
.hero-map {
  --pointer-x: 0px; --pointer-y: 0px; position: absolute; z-index: 0; right: -4vw; top: 8%;
  width: min(58vw, 850px); height: 78%; transform: translate(var(--pointer-x), var(--pointer-y)); transition: transform .25s ease-out;
}
.map-grid {
  position: absolute; inset: 0; opacity: .22;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; mask-image: radial-gradient(circle, black 25%, transparent 74%);
}
.map-orbit { position: absolute; border: 1px solid rgba(243,241,236,.12); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: 19%; left: 19%; }
.orbit-two { width: 610px; height: 610px; top: 7%; left: 7%; }
.base-core {
  position: absolute; left: 42%; top: 43%; width: 150px; height: 96px; display: grid; place-content: center;
  border: 1px solid var(--orange); border-radius: 7px; background: #0d0d0d; color: var(--paper);
  font: 720 27px/1 var(--font-geist-mono), monospace; letter-spacing: .08em; box-shadow: 0 0 60px rgba(255,90,0,.12);
}
.base-core::before { content: ""; position: absolute; inset: -9px; border: 1px solid rgba(255,90,0,.25); border-radius: 10px; }
.base-core span { color: var(--orange); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.map-node {
  position: absolute; min-width: 105px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 4px;
  background: rgba(13,13,13,.92); color: #b7b5b0; font: 500 10px/1 var(--font-geist-mono), monospace;
  animation: nodeFloat 4s ease-in-out infinite;
}
.map-node i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); margin-right: 8px; }
.map-node::after { content: ""; position: absolute; left: calc(100% + 1px); top: 50%; width: 90px; height: 1px; background: linear-gradient(90deg, rgba(255,90,0,.65), transparent); }
@keyframes nodeFloat { 50% { transform: translateY(-7px); } }
.trust-bar {
  position: absolute; z-index: 4; left: 50%; bottom: 0; transform: translateX(-50%);
  display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-bottom: 0; background: rgba(8,8,8,.82);
}
.trust-item { min-height: 105px; padding: 24px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { font: 600 15px/1 var(--font-geist-mono), monospace; color: var(--paper); margin-bottom: 8px; }
.trust-item span { color: var(--muted); font-size: 11px; line-height: 1.45; }

/* Problem */
.problem-section { padding: 150px 0 105px; background: #0b0b0b; }
.split-head { display: grid; grid-template-columns: .8fr 2fr 1fr; gap: 50px; align-items: start; }
.split-head h2 { max-width: 700px; font-size: clamp(38px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.05em; }
.split-head > p:last-child { color: var(--muted); line-height: 1.7; font-size: 14px; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 74px; border: 1px solid var(--line); }
.problem-card { position: relative; min-height: 300px; padding: 28px; border-right: 1px solid var(--line); background: var(--panel); transition: background .25s ease, transform .25s ease; }
.problem-card:last-child { border-right: 0; }
.problem-card:hover { background: #141414; transform: translateY(-5px); }
.problem-card > span { color: var(--orange); font: 600 10px/1 var(--font-geist-mono), monospace; }
.problem-card h3 { margin: 95px 0 18px; font-size: 22px; letter-spacing: -.03em; }
.problem-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.problem-card i { position: absolute; width: 8px; height: 8px; border-radius: 50%; right: 22px; top: 22px; background: #4b2110; }
.problem-card:hover i { background: var(--orange); box-shadow: 0 0 0 6px var(--orange-soft); }
.section-jump { display: flex; align-items: center; justify-content: space-between; margin-top: 38px; padding: 22px 0; border-bottom: 1px solid var(--line); color: #d5d3cd; font-size: 13px; }
.section-jump span { color: var(--orange); }

/* Scroll story */
.story-section { height: 340svh; position: relative; background: #080808; }
.story-sticky { position: sticky; top: 0; height: 100svh; min-height: 680px; display: grid; align-items: center; overflow: hidden; }
.story-sticky::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 50%, rgba(255,90,0,.06), transparent 33%); pointer-events: none; }
.story-layout { position: relative; display: grid; grid-template-columns: .78fr 1.5fr; gap: clamp(35px, 6vw, 95px); align-items: center; }
.story-copy { position: relative; z-index: 2; min-height: 560px; display: flex; flex-direction: column; justify-content: center; }
.story-copy .eyebrow { margin-bottom: 46px; }
.story-number { color: var(--orange); font: 650 14px/1 var(--font-geist-mono), monospace; margin-bottom: 28px; }
.story-number small { color: #555; font-size: 9px; margin-left: 5px; }
.story-copy > h2 { min-height: 132px; margin-bottom: 20px; font-size: clamp(40px, 4vw, 61px); line-height: 1; letter-spacing: -.055em; }
.story-copy > p:not(.eyebrow):not(.story-instruction) { max-width: 460px; min-height: 77px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.story-rail { width: 100%; max-width: 390px; height: 2px; background: #262626; margin-top: 24px; overflow: hidden; }
.story-rail i { display: block; width: var(--story-progress); height: 100%; background: var(--orange); transition: width .08s linear; }
.story-instruction { margin-top: 14px; color: #5e5d59; font: 500 9px/1.4 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.story-final-copy {
  position: static; width: 100%; max-height: 0; overflow: hidden; opacity: 0; visibility: hidden;
  transform: translateY(18px); transition: opacity .45s ease, transform .45s ease, max-height .45s ease, margin .45s ease;
}
.story-final-copy.is-visible { max-height: 360px; margin-top: 16px; opacity: 1; visibility: visible; transform: none; }
.story-copy:has(.story-final-copy.is-visible) .story-rail,
.story-copy:has(.story-final-copy.is-visible) .story-instruction { opacity: .25; }
.story-final-copy strong { display: block; font-size: clamp(23px, 2.1vw, 32px); line-height: 1.25; letter-spacing: -.035em; }
.story-final-copy > span { display: block; color: var(--muted); margin: 18px 0 26px; line-height: 1.6; }
.story-final-copy .button { min-height: 48px; }

.process-canvas { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.18; max-height: 74svh; border: 1px solid var(--line); border-radius: 9px; background: #0b0b0b; overflow: hidden; }
.canvas-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(black, rgba(0,0,0,.4)); }
.canvas-status { position: absolute; left: 18px; top: 16px; z-index: 8; display: flex; gap: 8px; align-items: center; color: #777570; font: 500 8px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .11em; }
.canvas-status i { width: 5px; height: 5px; border-radius: 50%; background: #6b2c0e; }
.process-canvas.is-complete .canvas-status i { background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.process-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.process-lines path { fill: none; stroke: rgba(243,241,236,.12); stroke-width: .25; vector-effect: non-scaling-stroke; stroke-dasharray: 80; stroke-dashoffset: 80; transition: stroke-dashoffset .7s ease, stroke .3s ease; }
.process-lines path.is-active { stroke: var(--orange); stroke-dashoffset: 0; }
.story-base { position: absolute; z-index: 6; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 145px; height: 108px; border: 1px solid var(--orange); border-radius: 7px; background: #111; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 55px rgba(255,90,0,.12); }
.story-base::before { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(255,90,0,.18); border-radius: 10px; }
.story-base small { color: var(--orange); font: 500 7px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.story-base strong { margin: 9px 0 7px; font: 720 26px/1 var(--font-geist-mono), monospace; letter-spacing: .1em; }
.story-base span { color: #66645f; font: 500 7px/1 var(--font-geist-mono), monospace; text-transform: uppercase; }
.is-complete .story-base { background: var(--orange); color: #080808; box-shadow: 0 0 70px rgba(255,90,0,.22); }
.is-complete .story-base small, .is-complete .story-base span { color: #291006; }
.process-node { position: absolute; z-index: 5; width: 128px; min-height: 63px; transform: translate(-50%, -50%); padding: 12px 11px; border: 1px solid var(--line); border-radius: 5px; background: #0e0e0e; text-align: left; opacity: .32; transition: opacity .35s ease, transform .35s ease, border-color .35s ease, background .35s ease; cursor: help; }
.process-node::after { content: attr(data-tip); position: absolute; left: 50%; bottom: calc(100% + 10px); transform: translate(-50%, 5px); width: max-content; max-width: 180px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 3px; background: var(--paper); color: var(--ink); font: 600 8px/1.3 var(--font-geist-mono), monospace; opacity: 0; visibility: hidden; transition: .2s ease; pointer-events: none; }
.process-node:hover::after, .process-node:focus-visible::after { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.process-node.is-active { opacity: 1; transform: translate(-50%, -50%) scale(1.02); border-color: rgba(255,90,0,.7); background: #13100e; }
.process-node i { display: block; width: 6px; height: 6px; border-radius: 50%; margin-bottom: 10px; background: #4a4946; }
.process-node.is-active i { background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.process-node span { display: block; font: 650 10px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .05em; }
.process-node small { display: block; margin-top: 7px; color: #777570; font-size: 8px; line-height: 1.2; }
.source-chip { position: absolute; z-index: 4; padding: 8px 10px; border: 1px solid #302b28; border-radius: 3px; background: #100e0d; color: #9d7f70; font: 500 8px/1 var(--font-geist-mono), monospace; transform: rotate(calc((var(--chip-index) - 3) * 1deg)); transition: opacity .4s ease, transform .7s ease; }
.phase-0 .source-chip { opacity: .82; }
.process-canvas:not(.phase-0) .source-chip { opacity: .15; transform: scale(.75); }
.order-stream { position: absolute; z-index: 4; left: 27%; top: 48%; width: 46%; height: 7px; }
.order-stream i { position: absolute; top: 0; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); opacity: .7; animation: orderChaos 2.8s calc(var(--dot) * -.4s) linear infinite; }
.process-canvas:not(.phase-0):not(.phase-1) .order-stream i { animation-name: orderFlow; }
@keyframes orderChaos { 0% { transform: translate(0, -30px); opacity: 0; } 40% { opacity: .8; } 65% { transform: translate(calc(110px + var(--dot) * 9px), calc((var(--dot) - 2) * 13px)); } 100% { transform: translate(calc(220px + var(--dot) * 11px), calc((2 - var(--dot)) * 8px)); opacity: 0; } }
@keyframes orderFlow { 0% { transform: translateX(0); opacity: 0; } 15% { opacity: 1; } 90% { opacity: 1; } 100% { transform: translateX(250px); opacity: 0; } }
.error-tag { position: absolute; z-index: 7; padding: 8px 10px; border: 1px solid #452214; border-radius: 3px; background: rgba(24,14,10,.92); color: #b38a77; font: 500 7px/1 var(--font-geist-mono), monospace; transition: opacity .5s ease, transform .5s ease; }
.error-one { left: 26%; top: 21%; }.error-two { right: 3%; top: 54%; }.error-three { left: 4%; top: 58%; }.error-four { right: 18%; bottom: 5%; }
.is-complete .error-tag { opacity: 0; transform: scale(.7); }
.mobile-story-steps { display: none; }

/* Implementation */
.implementation-section { padding: 160px 0; background: var(--paper); color: var(--ink); }
.implementation-section .eyebrow, .why-section .eyebrow { color: #4f4e4a; }
.wide-head { display: grid; grid-template-columns: .8fr 2.2fr 1fr; gap: 50px; align-items: start; }
.wide-head h2 { font-size: clamp(45px, 5.2vw, 75px); line-height: .98; letter-spacing: -.06em; }
.wide-head h2 em { color: #92908a; font-style: normal; font-weight: 500; }
.wide-head > p:last-child { color: #62615d; line-height: 1.75; font-size: 14px; }
.implementation-list { margin-top: 100px; border-top: 1px solid var(--line-dark); }
.implementation-row { position: relative; display: grid; grid-template-columns: .7fr 1.4fr 1.4fr; gap: 50px; padding: 42px 10px 42px 0; border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.implementation-row::before { content: ""; position: absolute; inset: 0; background: rgba(255,90,0,.045); transform: translateX(-102%); transition: transform .45s ease; }
.implementation-row:hover::before { transform: none; }
.stage-no { position: relative; z-index: 1; color: var(--orange); font: 650 11px/1 var(--font-geist-mono), monospace; }
.implementation-row > div, .implementation-row ul { position: relative; z-index: 1; }
.implementation-row h3 { margin-bottom: 12px; font-size: 29px; letter-spacing: -.04em; }
.implementation-row p { max-width: 360px; color: #6d6b66; font-size: 13px; line-height: 1.65; }
.implementation-row ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; }
.implementation-row li { position: relative; padding-left: 16px; font-size: 12px; line-height: 1.45; }
.implementation-row li::before { content: ""; position: absolute; left: 0; top: .52em; width: 5px; height: 5px; border: 1px solid var(--orange); border-radius: 50%; }
.stage-line { position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--orange); transition: width .55s ease; }
.implementation-row:hover .stage-line { width: 100%; }

/* Automations */
.automation-section { padding: 150px 0; background: #0a0a0a; }
.compact-head { display: grid; grid-template-columns: 1fr 2.6fr; gap: 50px; margin-bottom: 80px; }
.compact-head h2 { font-size: clamp(46px, 5.4vw, 78px); line-height: 1; letter-spacing: -.06em; }
.automation-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.automation-card { position: relative; min-height: 215px; padding: 29px 32px; border-bottom: 1px solid var(--line); transition: background .25s ease; }
.automation-card:nth-child(odd) { border-right: 1px solid var(--line); }
.automation-card:nth-last-child(-n+2) { border-bottom: 0; }
.automation-card:hover { background: #121212; }
.automation-card > span { color: var(--orange); font: 600 9px/1 var(--font-geist-mono), monospace; }
.automation-card h3 { margin: 62px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.automation-card p { max-width: 390px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.automation-card > i { position: absolute; right: 28px; top: 25px; color: #474643; font-style: normal; transition: color .2s ease, transform .2s ease; }
.automation-card:hover > i { color: var(--orange); transform: translate(3px, -3px); }

/* Savings calculator */
.savings-section { padding: 150px 0; background: var(--paper); color: #0b1729; }
.savings-heading { display: grid; grid-template-columns: 1.05fr 1.25fr; gap: 40px 90px; align-items: start; }
.savings-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: #536078; }
.savings-heading h2 { max-width: 720px; margin: 0; font-size: clamp(49px, 5.5vw, 78px); line-height: .98; letter-spacing: -.06em; }
.savings-heading > p { max-width: 560px; margin: 3px 0 0; color: #637087; font-size: 16px; line-height: 1.75; }
.savings-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 36px; margin-top: 74px; }
.savings-controls, .savings-result { min-height: 430px; border-radius: 18px; }
.savings-controls { display: grid; align-content: center; gap: 40px; padding: 46px 42px; border: 1px solid #d9dee7; background: #fff; box-shadow: 0 18px 50px rgba(26,42,67,.07); }
.range-field { display: block; }
.range-field > span { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 18px; font-size: 14px; }
.range-field strong { font-weight: 700; }
.range-field output { color: var(--orange); font-size: 16px; font-weight: 750; }
.range-field input[type="range"] { width: 100%; height: 6px; margin: 0; border: 0; border-radius: 999px; appearance: none; background: #e1e5ec; cursor: pointer; accent-color: var(--orange); }
.range-field input[type="range"]::-webkit-slider-thumb { width: 24px; height: 24px; border: 3px solid var(--orange); border-radius: 50%; appearance: none; background: #fff; box-shadow: 0 2px 8px rgba(11,23,41,.14); }
.range-field input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border: 3px solid var(--orange); border-radius: 50%; background: #fff; box-shadow: 0 2px 8px rgba(11,23,41,.14); }
.range-field small { display: block; margin-top: 10px; color: #8791a2; font-size: 10px; line-height: 1.5; }
.savings-result { padding: 54px 46px; background: radial-gradient(circle at 88% 10%, #253f68, transparent 34%), #0c1b30; color: #f8f7f3; }
.savings-result > p:first-child { color: #ff9a63; font: 650 11px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .14em; }
.savings-total { display: flex; align-items: end; gap: 11px; margin: 14px 0 4px; }
.savings-total strong { font-size: clamp(72px, 8vw, 112px); line-height: .9; letter-spacing: -.065em; }
.savings-total span { margin-bottom: 12px; color: #c6ced9; font-weight: 700; }
.savings-lead { color: #c1cad7; font-size: 14px; line-height: 1.6; }
.savings-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.savings-metrics > div { min-height: 96px; padding: 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(255,255,255,.025); }
.savings-metrics strong, .savings-metrics span { display: block; }
.savings-metrics strong { margin-bottom: 8px; font-size: 27px; }
.savings-metrics span { color: #aeb8c7; font-size: 11px; }
.savings-note { margin: 23px 0 0; color: #8795a9; font-size: 10px; line-height: 1.55; }

/* Integrations */
.integrations-section { padding: 150px 0; border-top: 1px solid var(--line); background: #0e0e0e; }
.integrations-head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 90px; align-items: end; }
.integrations-head h2 { margin-bottom: 0; font-size: clamp(55px, 7vw, 100px); letter-spacing: -.065em; }
.integrations-head > p { color: var(--muted); line-height: 1.7; font-size: 13px; }
.integration-cloud { margin-top: 70px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-flow: row dense; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.integration-tile { position: relative; min-height: 90px; padding: 25px 16px; display: flex; align-items: center; justify-content: center; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e0e0e; color: #85837e; cursor: pointer; font: 620 14px/1.2 var(--font-geist-mono), monospace; transition: color .22s ease, background .22s ease, box-shadow .22s ease; }
.integration-tile:hover, .integration-tile:focus-visible, .integration-tile.is-open { color: var(--orange); background: #15120f; box-shadow: inset 0 0 0 1px rgba(255,90,0,.48); }
.integration-tile.is-primary { font-size: 22px; }
.integration-tile i { position: absolute; right: 9px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #373633; transition: background .2s ease, box-shadow .2s ease; }
.integration-tile:hover i, .integration-tile:focus-visible i, .integration-tile.is-open i { background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }
.integration-detail { grid-column: 1 / -1; display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; min-height: 190px; padding: 38px 44px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid rgba(255,90,0,.52); background: linear-gradient(120deg, rgba(255,90,0,.075), transparent 46%), #111; animation: integration-open .28s ease both; }
.integration-detail > div:first-child > span { color: var(--orange); font: 650 9px/1 var(--font-geist-mono), monospace; }
.integration-detail h3 { margin: 40px 0 0; font-size: clamp(31px, 3vw, 45px); letter-spacing: -.045em; }
.integration-detail > div:last-child { align-self: center; }
.integration-detail p { max-width: 760px; margin-bottom: 0; color: #b2b0aa; font-size: 14px; line-height: 1.8; }
.integration-links { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 22px; }
.integration-links a { padding-bottom: 5px; border-bottom: 1px solid rgba(255,90,0,.55); color: var(--orange); font-size: 12px; font-weight: 700; }
@keyframes integration-open { from { opacity: 0; transform: translateY(-9px); } to { opacity: 1; transform: none; } }
.partner-block { margin-top: 82px; padding-top: 28px; border-top: 1px solid var(--line); }
.partner-block > p { color: #6f6d68; font: 500 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.partner-block > div { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; }
.partner-block span { min-height: 75px; display: grid; place-items: center; border-right: 1px solid var(--line); color: #6d6b67; font-weight: 700; filter: grayscale(1); transition: color .2s ease; }
.partner-block span:nth-child(4n) { border-right: 0; }
.partner-block span:hover { color: var(--orange); }
.omnidesk-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; margin-top: 80px; padding: 48px; border: 1px solid rgba(73,147,255,.24); border-radius: 10px; background: radial-gradient(circle at 12% 18%, rgba(0,153,255,.08), transparent 36%), #101010; }
.omnidesk-logo-wrap { display: grid; place-items: center; min-height: 240px; overflow: hidden; border-radius: 7px; background: #fff; }
.omnidesk-logo-wrap img { width: 94%; height: 230px; object-fit: contain; }
.omnidesk-copy .eyebrow { color: #9aa7ba; }
.omnidesk-copy h3 { max-width: 670px; margin-bottom: 22px; font-size: clamp(34px, 4vw, 57px); line-height: 1.03; letter-spacing: -.05em; }
.omnidesk-copy > p:not(.eyebrow) { max-width: 720px; color: #aaa9a5; font-size: 14px; line-height: 1.8; }
.omnidesk-actions { display: flex; margin-top: 30px; }
.omnidesk-cta { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 22px; border: 1px solid var(--orange); border-radius: 5px; background: var(--orange); color: #111; font-size: 12px; font-weight: 780; letter-spacing: .01em; box-shadow: 0 10px 30px rgba(255,90,0,.14); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.omnidesk-cta span { font-size: 16px; transition: transform .22s ease; }
.omnidesk-cta:hover, .omnidesk-cta:focus-visible { transform: translateY(-2px); background: #ff7426; box-shadow: 0 15px 34px rgba(255,90,0,.23); }
.omnidesk-cta:hover span, .omnidesk-cta:focus-visible span { transform: translate(2px, -2px); }

/* Certificates */
.certificates-section { padding: 160px 0; background: #0a0a0a; border-top: 1px solid var(--line); }
.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 90px; }
.cert-card { position: relative; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: #101010; text-align: left; cursor: zoom-in; transition: transform .25s ease, border-color .25s ease; }
.cert-card:hover { transform: translateY(-5px); border-color: rgba(255,90,0,.55); }
.cert-card > span { color: #5a5955; font: 600 9px/1 var(--font-geist-mono), monospace; }
.cert-image { position: relative; margin: 18px 0; height: 260px; overflow: hidden; border-radius: 3px; background: #181818; }
.cert-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(8,8,8,.35)); pointer-events: none; }
.cert-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.78) contrast(.95); transition: filter .25s ease, transform .45s ease; }
.cert-card:hover img { filter: grayscale(0); transform: scale(1.025); }
.cert-card strong { display: block; min-height: 35px; padding-right: 24px; font-size: 12px; line-height: 1.45; }
.cert-card > i { position: absolute; right: 17px; bottom: 21px; color: var(--orange); font-style: normal; font-size: 20px; }

/* Why */
.why-section { padding: 160px 0; background: var(--paper); color: var(--ink); }
.why-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 110px; align-items: start; }
.why-statement { position: sticky; top: 135px; }
.why-statement h2 { max-width: 700px; font-size: clamp(52px, 5.6vw, 82px); line-height: .98; letter-spacing: -.065em; }
.why-statement > p:last-child { max-width: 590px; color: #5d5c57; font-size: 17px; line-height: 1.7; }
.advantage-grid { border-top: 1px solid var(--line-dark); }
.advantage-grid article { min-height: 200px; padding: 29px 0; border-bottom: 1px solid var(--line-dark); }
.advantage-grid span { color: var(--orange); font: 600 10px/1 var(--font-geist-mono), monospace; }
.advantage-grid h3 { margin: 50px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.advantage-grid p { color: #67655f; font-size: 13px; line-height: 1.65; }

/* Extras */
.extras-section { padding: 130px 0; background: #0d0d0d; }
.extras-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; }
.extras-layout h2 { max-width: 620px; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.05em; }
.extra-list { border-top: 1px solid var(--line); }
.extra-list article { border-bottom: 1px solid var(--line); }
.extra-list button { width: 100%; min-height: 55px; display: flex; justify-content: space-between; align-items: center; padding: 14px 4px; border: 0; background: transparent; color: #b0aea8; text-align: left; cursor: pointer; font-size: 13px; transition: color .2s ease, padding .2s ease; }
.extra-list button i { color: #53514d; font-style: normal; font-size: 20px; transition: color .2s ease, transform .25s ease; }
.extra-list button:hover, .extra-list button:focus-visible, .extra-list article.is-open button { padding-left: 10px; color: var(--orange); }
.extra-list button:hover i, .extra-list button:focus-visible i, .extra-list article.is-open button i { color: var(--orange); }
.extra-list article.is-open button i { transform: rotate(45deg); }
.extra-description { display: grid; grid-template-columns: 34px 1fr; gap: 15px; padding: 4px 28px 25px 10px; animation: integration-open .25s ease both; }
.extra-description > span { padding-top: 4px; color: var(--orange); font: 650 9px/1 var(--font-geist-mono), monospace; }
.extra-description p { margin: 0; color: #85837e; font-size: 12px; line-height: 1.75; }

/* FAQ */
.faq-section { padding: 150px 0; background: #090909; border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .85fr 1.35fr; gap: 100px; align-items: start; }
.faq-title { position: sticky; top: 135px; }
.faq-title h2 { font-size: clamp(42px, 4.4vw, 65px); line-height: 1.02; letter-spacing: -.055em; }
.faq-title > p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.faq-title .text-link { display: inline-block; margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 89px; padding: 31px 58px 25px 55px; list-style: none; cursor: pointer; font-size: 17px; font-weight: 650; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; left: 2px; top: 35px; color: var(--orange); font: 600 9px/1 var(--font-geist-mono), monospace; }
.faq-list summary i { position: absolute; right: 4px; top: 30px; color: var(--orange); font-style: normal; font-size: 25px; transition: transform .25s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { max-width: 660px; margin: -5px 58px 30px 55px; color: var(--muted); font-size: 13px; line-height: 1.75; }

/* Contact */
.contact-section { padding: 150px 0 0; background: var(--paper); color: var(--ink); }
.contact-section .eyebrow { color: #4f4e4a; }
.contact-top h2 { max-width: 1180px; font-size: clamp(52px, 6.4vw, 94px); line-height: .98; letter-spacing: -.065em; }
.contact-top h2 em { color: #92908a; font-style: normal; font-weight: 500; }
.contact-actions { display: flex; align-items: center; gap: 34px; margin-top: 45px; }
.phone-link { border-bottom: 1px solid #888681; padding: 12px 0; font-weight: 650; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; margin-top: 110px; padding: 85px 0 120px; border-top: 1px solid var(--line-dark); }
.contact-context > span { color: var(--orange); font: 650 10px/1 var(--font-geist-mono), monospace; }
.contact-context h3 { margin: 70px 0 18px; font-size: 31px; letter-spacing: -.04em; }
.contact-context > p { max-width: 460px; color: #65635e; line-height: 1.75; }
.contact-context > div { display: flex; flex-direction: column; align-items: flex-start; margin-top: 70px; }
.contact-context small { margin-bottom: 15px; color: #77756f; font: 600 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.contact-context a { margin: 5px 0; font-weight: 650; }
.contact-form { position: relative; display: grid; gap: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field label { display: block; margin-bottom: 9px; color: #55534e; font: 600 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #bcb9b1; border-radius: 0; padding: 13px 0; background: transparent; color: var(--ink); outline: 0; transition: border-color .2s ease; }
.field input:focus, .field textarea:focus { border-color: var(--orange); }
.field textarea { resize: vertical; min-height: 120px; }
.field input::placeholder, .field textarea::placeholder { color: #aaa7a0; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #64625c; font-size: 11px; line-height: 1.4; }
.consent input { margin-top: 0; accent-color: var(--orange); }
.submit-button { justify-self: start; min-width: 235px; }
.form-note { margin: -10px 0 0; color: #7b7972; font-size: 10px; line-height: 1.5; }
.form-status { min-height: 20px; margin: -12px 0 0; color: #9c3c0b; font-size: 12px; }
.trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Footer */
footer { background: #080808; color: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding: 75px 0; }
.footer-brand p { max-width: 270px; color: var(--muted); font-size: 12px; line-height: 1.6; margin-top: 18px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main small { margin-bottom: 18px; color: #67655f; font: 600 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .12em; }
.footer-main address, .footer-main a, .footer-main p { margin: 3px 0; color: #b6b3ad; font-size: 12px; line-height: 1.7; font-style: normal; }
.footer-main a:hover { color: var(--orange); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; gap: 35px; border-top: 1px solid var(--line); color: #686661; font-size: 10px; }
.footer-bottom a { margin-right: auto; }
.system-online { display: flex; align-items: center; gap: 8px; font-family: var(--font-geist-mono), monospace; text-transform: uppercase; }
.system-online i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px var(--orange-soft); }

/* Admin */
.admin-login-shell, .admin-shell { min-height: 100svh; background: #f3f1ec; color: #111; }
.admin-login-shell { display: grid; place-items: center; padding: 28px; }
.admin-login-card { width: min(100%, 560px); padding: 48px; border: 1px solid #d7d4cc; border-radius: 14px; background: #fff; box-shadow: 0 24px 80px rgba(20,20,20,.09); }
.admin-login-card > img { width: 92px; height: 72px; object-fit: contain; object-position: left; filter: grayscale(1) contrast(1.2); }
.admin-kicker { margin: 34px 0 13px; color: #8b3b11; font: 650 10px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .13em; }
.admin-login-card h1 { margin-bottom: 17px; font-size: clamp(36px, 6vw, 56px); line-height: 1; letter-spacing: -.055em; }
.admin-login-card > p:not(.admin-kicker) { color: #65625c; line-height: 1.7; }
.admin-primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; margin-top: 16px; padding: 0 22px; border-radius: 5px; background: var(--orange); color: #111; font-weight: 750; }
.admin-back-link { display: block; margin-top: 25px; color: #6d6a64; font-size: 12px; }
.admin-header { position: sticky; top: 0; z-index: 20; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 10px 28px; border-bottom: 1px solid #d8d5cd; background: rgba(243,241,236,.93); backdrop-filter: blur(16px); }
.admin-header > div { display: flex; align-items: center; gap: 18px; }
.admin-logo { width: 64px; height: 56px; display: block; overflow: hidden; }
.admin-logo img { width: 66px; height: 66px; object-fit: contain; transform: translateY(-5px); filter: grayscale(1) contrast(1.25); }
.admin-header p { margin: 0 0 5px; color: #77736c; font: 600 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }
.admin-header strong { font-size: 16px; }
.admin-user { font-size: 12px; }
.admin-user span { color: #65615b; }
.admin-user a { padding-bottom: 4px; border-bottom: 1px solid #9b9790; font-weight: 700; }
.admin-workspace { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: calc(100svh - 82px); }
.admin-sidebar { position: sticky; top: 82px; align-self: start; min-height: calc(100svh - 82px); display: flex; flex-direction: column; padding: 35px 22px; border-right: 1px solid #d8d5cd; background: #ebe8e1; }
.admin-sidebar > p { margin: 0 10px 16px; color: #88847d; font: 650 9px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .1em; }
.admin-sidebar button { width: 100%; padding: 13px 12px; border: 0; border-radius: 5px; background: transparent; color: #55524d; text-align: left; cursor: pointer; font-size: 12px; font-weight: 650; }
.admin-sidebar button:hover, .admin-sidebar button.is-active { background: #fff; color: #111; box-shadow: inset 3px 0 var(--orange); }
.admin-sidebar > a { margin: auto 10px 0; padding-top: 22px; border-top: 1px solid #d3cfc6; color: #5f5b55; font-size: 12px; font-weight: 700; }
.admin-form { min-width: 0; padding: 50px clamp(24px, 5vw, 76px) 120px; }
.admin-form-section { max-width: 1100px; margin: 0 auto 65px; padding-bottom: 65px; border-bottom: 1px solid #d8d5cd; }
.admin-form-section:last-of-type { border-bottom: 0; }
.admin-section-title { display: grid; grid-template-columns: 44px 1fr; gap: 18px; margin-bottom: 34px; }
.admin-section-title > p { padding-top: 8px; color: var(--orange); font: 700 10px/1 var(--font-geist-mono), monospace; }
.admin-section-title h1, .admin-section-title h2 { margin-bottom: 9px; font-size: clamp(30px, 4vw, 44px); line-height: 1; letter-spacing: -.045em; }
.admin-section-title span { color: #726e67; font-size: 13px; line-height: 1.55; }
.admin-fields-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.admin-field { display: block; }
.admin-field > span { display: block; margin-bottom: 8px; color: #5c5852; font: 650 10px/1 var(--font-geist-mono), monospace; text-transform: uppercase; letter-spacing: .06em; }
.admin-field input, .admin-field textarea { width: 100%; border: 1px solid #d2cec5; border-radius: 6px; padding: 13px 14px; background: #fff; color: #171717; outline: 0; line-height: 1.55; transition: border-color .2s ease, box-shadow .2s ease; }
.admin-field textarea { min-height: 115px; resize: vertical; }
.admin-field input:focus, .admin-field textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px var(--orange-soft); }
.admin-field small { display: block; margin-top: 6px; color: #8a867f; font-size: 9px; }
.admin-editor-list { margin-top: 28px; border-top: 1px solid #d4d0c8; }
.admin-editor-list details { border-bottom: 1px solid #d4d0c8; }
.admin-editor-list summary { position: relative; min-height: 66px; display: flex; align-items: center; gap: 19px; padding: 18px 46px 18px 3px; list-style: none; cursor: pointer; font-weight: 700; }
.admin-editor-list summary::-webkit-details-marker { display: none; }
.admin-editor-list summary > span { color: var(--orange); font: 650 9px/1 var(--font-geist-mono), monospace; }
.admin-editor-list summary > i { position: absolute; right: 7px; font-style: normal; font-size: 22px; transition: transform .2s ease; }
.admin-editor-list details[open] summary > i { transform: rotate(45deg); }
.admin-editor-list details > div { display: grid; grid-template-columns: .45fr 1fr; gap: 20px; padding: 0 0 28px 41px; }
.admin-savebar { position: fixed; z-index: 25; right: 0; bottom: 0; left: 250px; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 12px clamp(24px, 5vw, 76px); border-top: 1px solid #d2cec5; background: rgba(255,255,255,.95); box-shadow: 0 -12px 35px rgba(20,20,20,.05); backdrop-filter: blur(14px); }
.admin-savebar p { margin: 0; color: #6c6861; font-size: 12px; }
.admin-savebar button { min-width: 190px; min-height: 48px; border: 0; border-radius: 5px; background: var(--orange); color: #111; cursor: pointer; font-weight: 750; }
.admin-savebar button:disabled { opacity: .55; cursor: wait; }

@media (max-width: 1060px) {
  .story-layout { grid-template-columns: .8fr 1.35fr; gap: 35px; }
  .process-node { width: 110px; }
  .integration-cloud { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .why-layout { gap: 70px; }
  .footer-main { gap: 35px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 720px); }
  .nav-shell { grid-template-columns: 1fr auto auto; }
  .menu-button { display: block; }
  nav { position: fixed; inset: 70px 14px auto; display: flex; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: rgba(12,12,12,.97); box-shadow: 0 24px 70px rgba(0,0,0,.5); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  nav.is-open { opacity: 1; visibility: visible; transform: none; }
  nav a { padding: 14px 10px; border-bottom: 1px solid var(--line); }
  nav a:last-child { border: 0; }
  .hero::before { background: linear-gradient(180deg, rgba(8,8,8,.35), #080808 70%); }
  .hero-content { padding-top: 150px; padding-bottom: 470px; }
  h1 { font-size: clamp(48px, 12vw, 72px); }
  .hero-map { width: 760px; height: 500px; top: auto; bottom: 80px; right: -310px; opacity: .82; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 82px; }
  .trust-item:nth-child(2) { border-right: 0; }.trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-head, .wide-head, .compact-head { grid-template-columns: 1fr; gap: 24px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-card:nth-child(2) { border-right: 0; }.problem-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-section { height: auto; }
  .story-sticky { position: relative; height: auto; min-height: 0; display: block; padding: 110px 0; overflow: visible; }
  .story-layout { grid-template-columns: 1fr; }
  .story-copy { min-height: 0; }
  .story-copy > h2, .story-copy > p:not(.eyebrow):not(.story-instruction) { min-height: 0; }
  .story-number, .story-rail, .story-instruction { display: none; }
  .story-copy > h2 { font-size: 50px; }
  .story-copy > h2::after { content: "Proces działa jako całość."; display: block; }
  .story-copy > h2 { font-size: 0; }.story-copy > h2::after { font-size: 50px; }
  .story-copy > p:not(.eyebrow):not(.story-instruction) { display: none; }
  .story-final-copy { position: static; max-height: 380px; opacity: 1; visibility: visible; transform: none; margin: 25px 0 42px; background: transparent; }
  .process-canvas { max-height: none; aspect-ratio: 1 / .92; }
  .process-canvas .source-chip, .process-canvas .error-tag, .order-stream { display: none; }
  .process-node { opacity: 1; border-color: rgba(255,90,0,.55); }
  .process-node i { background: var(--orange); }
  .process-lines path { stroke: var(--orange); stroke-dashoffset: 0; }
  .story-base { background: var(--orange); color: #080808; }
  .story-base small, .story-base span { color: #291006; }
  .mobile-story-steps { width: var(--shell); margin: 45px auto 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .mobile-story-steps li { min-height: 82px; padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .mobile-story-steps span { display: block; color: var(--orange); font: 600 8px/1 var(--font-geist-mono), monospace; margin-bottom: 10px; }
  .mobile-story-steps strong { font-size: 11px; line-height: 1.35; }
  .implementation-row { grid-template-columns: .25fr 1fr; gap: 25px; }
  .implementation-row ul { grid-column: 2; }
  .savings-heading, .savings-grid { grid-template-columns: 1fr; }
  .savings-heading { gap: 24px; }
  .savings-grid { gap: 20px; }
  .savings-controls, .savings-result { min-height: 0; }
  .integrations-head, .why-layout, .extras-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .integration-cloud { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .integration-detail { grid-template-columns: 1fr; gap: 20px; }
  .integration-detail h3 { margin-top: 18px; }
  .partner-block > div { grid-template-columns: repeat(2, 1fr); }
  .partner-block span:nth-child(2n) { border-right: 0; }
  .omnidesk-block { grid-template-columns: 1fr; gap: 38px; }
  .why-statement, .faq-title { position: static; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .admin-workspace { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; min-height: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 14px; border-right: 0; border-bottom: 1px solid #d8d5cd; }
  .admin-sidebar > p { grid-column: 1 / -1; margin: 2px 10px 5px; }
  .admin-sidebar > a { grid-column: 1 / -1; margin: 5px 10px 0; padding: 12px 0 0; }
  .admin-savebar { left: 0; }
}

@media (max-width: 580px) {
  .header-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .brand { width: 58px; height: 48px; }.brand img { width: 62px; height: 62px; }
  .hero-content { padding-top: 130px; padding-bottom: 430px; }
  h1 { font-size: 45px; }
  .hero-lead { font-size: 19px; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link, .phone-link { align-self: flex-start; }
  .hero-map { right: -380px; bottom: 115px; }
  .trust-item { padding: 18px 16px; }.trust-item strong { font-size: 12px; }
  .problem-section, .automation-section, .savings-section, .integrations-section, .certificates-section, .why-section, .extras-section, .faq-section { padding: 95px 0; }
  .problem-grid, .automation-grid, .cert-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-card:last-child { border-bottom: 0; }.problem-card h3 { margin-top: 70px; }
  .story-sticky { padding: 95px 0; }
  .story-copy > h2::after { font-size: 42px; }
  .process-canvas { aspect-ratio: 1 / 1.18; }
  .process-node { width: 98px; min-height: 53px; padding: 9px; }
  .process-node small { display: none; }.process-node span { font-size: 8px; }
  .story-base { width: 105px; height: 82px; }.story-base strong { font-size: 20px; }
  .mobile-story-steps { grid-template-columns: 1fr; }
  .implementation-section { padding: 100px 0; }
  .wide-head h2, .contact-top h2 { font-size: 47px; }
  .implementation-list { margin-top: 60px; }
  .implementation-row { grid-template-columns: 1fr; gap: 16px; padding: 31px 0; }
  .implementation-row ul { grid-column: 1; grid-template-columns: 1fr; }
  .automation-card { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .automation-card:last-child { border-bottom: 0 !important; }
  .savings-heading h2 { font-size: 46px; }
  .savings-grid { margin-top: 52px; }
  .savings-controls, .savings-result { padding: 34px 24px; border-radius: 12px; }
  .savings-total strong { font-size: 74px; }
  .savings-metrics { grid-template-columns: 1fr; }
  .integrations-head h2 { font-size: 60px; }
  .integration-cloud { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .integration-tile { min-height: 72px; font-size: 11px; }
  .integration-tile.is-primary { font-size: 18px; }
  .integration-detail { padding: 28px 23px 32px; }
  .omnidesk-block { margin-top: 58px; padding: 24px; }
  .omnidesk-logo-wrap { min-height: 170px; }
  .omnidesk-logo-wrap img { height: 165px; }
  .cert-image { height: 310px; }
  .why-statement h2 { font-size: 48px; }
  .faq-list summary { padding-left: 38px; padding-right: 40px; font-size: 14px; }.faq-list details > p { margin-left: 38px; margin-right: 20px; }
  .contact-section { padding-top: 100px; }
  .contact-grid { margin-top: 75px; padding: 65px 0 90px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; padding: 60px 0; }
  .footer-bottom { flex-wrap: wrap; gap: 15px; padding: 20px 0; }.footer-bottom a { margin-right: 0; }.system-online { margin-left: auto; }
  .admin-header { align-items: flex-start; padding: 10px 14px; }
  .admin-header > div:first-child > div { display: none; }
  .admin-user { align-items: flex-end !important; flex-direction: column; gap: 5px !important; padding-top: 8px; }
  .admin-sidebar { grid-template-columns: 1fr; }
  .admin-form { padding: 38px 16px 120px; }
  .admin-section-title { grid-template-columns: 30px 1fr; }
  .admin-fields-grid, .admin-editor-list details > div { grid-template-columns: 1fr; }
  .admin-editor-list details > div { padding-left: 0; }
  .admin-savebar { align-items: stretch; flex-direction: column; gap: 8px; padding: 10px 16px; }
  .admin-savebar button { width: 100%; }
  .admin-login-card { padding: 34px 24px; }
}

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