:root {
  --black: #000;
  --graphite: #070707;
  --panel: rgba(18, 18, 18, .82);
  --panel-strong: #111;
  --line: rgba(245, 242, 242, .13);
  --line-hot: rgba(255, 95, 0, .38);
  --text: #f5f2f2;
  --muted: #b8b0aa;
  --soft: #ded7d2;
  --orange: #ff5f00;
  --orange-dark: #d94f00;
  --max: 1200px;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 72% 12%, rgba(255, 95, 0, .22), transparent 26rem),
    radial-gradient(circle at 18% 34%, rgba(255, 95, 0, .1), transparent 24rem),
    radial-gradient(circle at 80% 82%, rgba(255, 95, 0, .13), transparent 22rem),
    linear-gradient(rgba(255, 95, 0, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 95, 0, .045) 1px, transparent 1px),
    #000;
  background-size: auto, auto, auto, 54px 54px, 54px 54px, auto;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 24%, rgba(255, 95, 0, .06) 24.2% 24.45%, transparent 24.65%),
    linear-gradient(60deg, transparent 0 72%, rgba(255, 255, 255, .035) 72.2% 72.35%, transparent 72.55%);
}
.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    repeating-radial-gradient(circle at 20% 30%, rgba(255,255,255,.08) 0 1px, transparent 1px 9px),
    linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.68));
  mix-blend-mode: screen;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(42px, 5.35vw, 64px);
  line-height: .96;
  letter-spacing: 0;
}
h2 {
  margin: 0;
  font-size: clamp(31px, 4.2vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}
h3 { margin: 0; font-size: 21px; line-height: 1.15; letter-spacing: 0; }
p { line-height: 1.7; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px max(22px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: linear-gradient(180deg, rgba(0,0,0,.82), rgba(0,0,0,.58));
  backdrop-filter: blur(18px);
}
.brand img { width: 148px; max-height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 14px; }
.main-nav a { position: relative; transition: color .2s ease; }
.main-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.main-nav a:hover { color: var(--text); }
.main-nav a:hover::after { transform: scaleX(1); }
.nav-cta {
  color: #fff !important;
  padding: 11px 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 0 28px rgba(255, 95, 0, .32);
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
}
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--text); }

.section {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
}
.section-head {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: 38px;
}
.section-head p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; }
.eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(410px, .95fr);
  align-items: center;
  gap: 48px;
  padding-top: 34px;
}
.hero::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 18%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 95, 0, .16);
  transform: rotate(18deg);
  opacity: .58;
}
.hero-subtitle {
  max-width: 690px;
  margin: 22px 0 0;
  color: var(--soft);
  font-size: 18px;
}
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.badges span, .tags em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #e9e1dc;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  font-size: 13px;
  font-style: normal;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 30%, rgba(255,255,255,.24) 50%, transparent 70% 100%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}
.button:hover { transform: translateY(-2px); }
.button:hover::after { transform: translateX(120%); }
.is-clicking {
  animation: clickFeedback .42s cubic-bezier(.2,.8,.2,1);
}
.button.primary {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 18px 42px rgba(255, 95, 0, .28);
}
.button.secondary { color: #fff; background: rgba(255,255,255,.065); }

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}
.hero-glow {
  position: absolute;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,95,0,.38), rgba(255,95,0,.12) 38%, transparent 68%);
  filter: blur(8px);
  animation: pulseGlow 5.6s ease-in-out infinite;
}
.dashboard-shell {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  padding: 16px;
  border: 1px solid var(--line-hot);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(31,31,31,.9), rgba(3,3,3,.96)),
    linear-gradient(90deg, rgba(255,95,0,.14), transparent);
  box-shadow: 0 34px 110px rgba(0,0,0,.68), 0 0 78px rgba(255,95,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
  transform: rotateY(-10deg) rotateX(6deg);
  animation: float 7s ease-in-out infinite, panelBreath 5.8s ease-in-out infinite;
}
.dashboard-top {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.dashboard-top span { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 14px rgba(255,95,0,.8); animation: dotPulse 2.4s ease-in-out infinite; }
.dashboard-top span:nth-child(2) { animation-delay: .25s; }
.dashboard-top span:nth-child(3) { animation-delay: .5s; }
.dashboard-top strong { margin-left: auto; color: var(--text); font-size: 12px; text-transform: uppercase; }
.dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 14px; }
.dash-panel {
  position: relative;
  min-height: 126px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}
.dash-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,95,0,.16), transparent 50%);
  pointer-events: none;
}
.main-chart { grid-column: span 3; min-height: 238px; padding: 18px; }
.panel-label { display: flex; align-items: start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.panel-label span, .metric-card span, .channel-card span, .floating-card span, .phone-mockup span { color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 800; }
.panel-label strong { font-size: 30px; color: #fff; }
.main-chart svg { width: 100%; height: 172px; overflow: visible; }
.main-chart .area { fill: url(#chartGlow); }
.main-chart .line {
  fill: none;
  stroke: var(--orange);
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 16px rgba(255,95,0,.75));
  stroke-dasharray: 720;
  stroke-dashoffset: 720;
  animation: drawLine 1.8s ease .35s forwards;
}
.chart-dots circle {
  fill: #fff;
  stroke: var(--orange);
  stroke-width: 4;
  transform-box: fill-box;
  transform-origin: center;
  animation: chartPing 2.8s ease-in-out infinite;
}
.chart-dots circle:nth-child(2) { animation-delay: .42s; }
.chart-dots circle:nth-child(3) { animation-delay: .86s; }
.metric-card { display: grid; align-content: space-between; padding: 16px; }
.metric-card strong { font-size: 30px; }
.metric-card small { color: var(--muted); }
.metric-card {
  animation: kpiFloat 4.8s ease-in-out infinite, kpiPulse 7.2s ease-in-out infinite;
}
.metric-card::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  opacity: 0;
  animation: dataSweep 5.4s ease-in-out infinite;
}
.metric-card:nth-of-type(3) { animation-delay: .6s; }
.metric-card:nth-of-type(4) { animation-delay: 1.2s; }
.channel-card { grid-column: span 3; min-height: 96px; padding: 16px; }
.channel-flow { display: flex; align-items: center; gap: 8px; margin-top: 18px; }
.channel-flow i {
  display: inline-grid;
  place-items: center;
  min-width: 54px;
  height: 34px;
  border-radius: 6px;
  background: rgba(255,95,0,.13);
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}
.channel-flow b { flex: 1; height: 1px; background: linear-gradient(90deg, var(--orange), transparent); }
.channel-flow b {
  position: relative;
  overflow: hidden;
}
.channel-flow b::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.75), transparent);
  animation: flowSignal 2.7s ease-in-out infinite;
}
.floating-card, .phone-mockup {
  position: absolute;
  z-index: 4;
  border: 1px solid var(--line-hot);
  border-radius: 8px;
  background: rgba(9,9,9,.86);
  box-shadow: 0 24px 64px rgba(0,0,0,.54), 0 0 34px rgba(255,95,0,.16);
  backdrop-filter: blur(12px);
}
.floating-card { display: grid; gap: 5px; min-width: 168px; padding: 16px; animation: float 6.2s ease-in-out infinite, signalPulse 4.6s ease-in-out infinite; }
.floating-card strong { color: var(--orange); font-size: 32px; line-height: 1; }
.floating-card small { color: var(--muted); }
.float-one { right: -10px; top: 86px; }
.float-two { left: -22px; bottom: 110px; animation-delay: -1.4s; }
.phone-mockup {
  right: 22px;
  bottom: 24px;
  width: 176px;
  min-height: 246px;
  padding: 18px 14px;
  transform: rotate(4deg);
  animation: phoneFloat 5.6s ease-in-out infinite;
}
.phone-mockup::before { content: ""; display: block; width: 42px; height: 4px; margin: 0 auto 20px; border-radius: 20px; background: rgba(255,255,255,.22); }
.phone-mockup p { margin: 18px 0; color: #eee; font-size: 14px; line-height: 1.45; }
.phone-mockup b { display: block; padding: 10px; border-radius: 6px; color: #fff; background: var(--orange-dark); font-size: 12px; text-align: center; }

.services-section::before, .cases-section::before, .stack::before {
  content: "";
  position: absolute;
  inset: 50px -60px auto auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,95,0,.16), transparent 68%);
  pointer-events: none;
}
.service-grid, .case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card {
  position: relative;
  min-height: 282px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 26px;
  border: 1px solid rgba(255,95,0,.2);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(23,23,23,.82), rgba(2,2,2,.82));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 20% 5%, rgba(255,95,0,.2), transparent 34%);
  opacity: .65;
}
.service-card > * { position: relative; z-index: 1; }
.service-card:hover {
  border-color: rgba(255,95,0,.6);
  box-shadow: 0 26px 70px rgba(0,0,0,.42), 0 0 42px rgba(255,95,0,.15);
}
.service-icon {
  display: inline-grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255,95,0,.34);
  border-radius: 8px;
  color: var(--orange);
  background: rgba(255,95,0,.1);
  box-shadow: inset 0 0 24px rgba(255,95,0,.06), 0 0 28px rgba(255,95,0,.12);
  font-weight: 950;
}
.service-card p, .case-body p { margin: 12px 0 0; color: var(--muted); }
.service-line { height: 1px; background: linear-gradient(90deg, var(--orange), transparent); opacity: .58; }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.filter {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  background: rgba(255,255,255,.045);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.filter:hover { transform: translateY(-2px); color: #fff; border-color: var(--line-hot); }
.filter.active { color: #fff; border-color: var(--orange); background: rgba(255,95,0,.16); box-shadow: 0 0 24px rgba(255,95,0,.14); }
.case-card {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  background: rgba(14,14,14,.84);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.case-card:hover {
  border-color: rgba(255,95,0,.56);
  box-shadow: 0 30px 86px rgba(0,0,0,.5), 0 0 42px rgba(255,95,0,.16);
}
.case-media { position: relative; overflow: hidden; background: #060606; }
.case-media img { width: 100%; aspect-ratio: 16 / 10.5; object-fit: cover; opacity: .78; transform: scale(1.02); transition: transform .5s ease, opacity .5s ease; }
.case-card:hover .case-media img { opacity: .92; transform: scale(1.08); }
.case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, rgba(0,0,0,.76)), radial-gradient(circle at 22% 18%, rgba(255,95,0,.26), transparent 42%);
}
.case-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
}
.case-overlay span, .case-overlay strong {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(10px);
  font-size: 12px;
}
.case-body { display: grid; align-content: start; padding: 22px; }
.case-body > span { color: var(--orange); font-size: 12px; font-weight: 950; text-transform: uppercase; }
.metric-row { display: flex; gap: 12px; margin: 18px 0; }
.metric-row strong {
  flex: 1;
  display: grid;
  gap: 3px;
  min-height: 74px;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.045);
  font-size: 24px;
}
.metric-row small { color: var(--muted); font-size: 12px; font-weight: 600; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.case-link {
  justify-self: start;
  margin-top: auto;
  color: var(--orange);
  font-weight: 900;
}
.placeholder-case .case-media img { filter: saturate(.85) contrast(1.08); }

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding-top: 58px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  box-shadow: 0 0 24px rgba(255,95,0,.46);
}
.timeline-step {
  position: relative;
  min-height: 226px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
}
.timeline-step span {
  position: absolute;
  top: -58px;
  left: 50%;
  translate: -50% 0;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  color: #fff;
  background: #090909;
  box-shadow: 0 0 26px rgba(255,95,0,.36);
  font-weight: 950;
}
.timeline-step p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }

.stack-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(255,95,0,.08), rgba(255,255,255,.04), rgba(255,95,0,.07));
}
.stack-marquee::before, .stack-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  pointer-events: none;
}
.stack-marquee::before { left: 0; background: linear-gradient(90deg, #000, transparent); }
.stack-marquee::after { right: 0; background: linear-gradient(270deg, #000, transparent); }
.stack-track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 18px;
  animation: marquee 28s linear infinite;
}
.stack-track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(0,0,0,.44);
  white-space: nowrap;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.stack-track span:hover { border-color: var(--orange); box-shadow: 0 0 24px rgba(255,95,0,.18); transform: translateY(-2px); }
.stack-track b { color: var(--orange); font-size: 12px; }

.authority {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 42px;
  border: 1px solid var(--line-hot);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0, rgba(255,95,0,.2), transparent 50%),
    linear-gradient(145deg, rgba(18,18,18,.9), rgba(0,0,0,.92));
  box-shadow: 0 24px 90px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
}
.authority-item {
  min-height: 170px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
}
.authority-item strong { color: var(--orange); font-size: clamp(40px, 5vw, 66px); line-height: .9; }
.authority-item span:not(.count-up) { color: var(--muted); }

.final-cta {
  max-width: min(var(--max), calc(100% - 40px));
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 70px 32px;
  border: 1px solid var(--line-hot);
  border-radius: var(--radius);
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,95,0,.24), transparent 34%),
    radial-gradient(circle at 82% 68%, rgba(255,95,0,.18), transparent 32%),
    linear-gradient(145deg, rgba(19,19,19,.92), rgba(0,0,0,.96));
  box-shadow: 0 34px 120px rgba(0,0,0,.55), 0 0 68px rgba(255,95,0,.14);
  overflow: hidden;
}
.final-cta > div:not(.cta-orbit) { max-width: 820px; position: relative; z-index: 2; }
.final-cta p:not(.eyebrow) { color: var(--soft); font-size: 19px; }
.cta-orbit {
  position: absolute;
  right: 42px;
  top: 50%;
  width: 220px;
  aspect-ratio: 1;
  translate: 0 -50%;
  opacity: .58;
  border: 1px solid rgba(255,95,0,.22);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}
.cta-orbit span {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 24px rgba(255,95,0,.72);
}
.cta-orbit span:nth-child(1) { top: 12px; left: 50%; }
.cta-orbit span:nth-child(2) { bottom: 38px; left: 20px; }
.cta-orbit span:nth-child(3) { right: 28px; bottom: 56px; }

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.bio-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,95,0,.28), transparent 24rem),
    radial-gradient(circle at 12% 82%, rgba(255,95,0,.13), transparent 18rem),
    linear-gradient(rgba(255, 95, 0, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 95, 0, .04) 1px, transparent 1px),
    #000;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
}
.bio-shell {
  width: min(480px, 100%);
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 30px 20px;
  border: 1px solid var(--line-hot);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(18,18,18,.9), rgba(0,0,0,.9));
  box-shadow: 0 28px 90px rgba(0,0,0,.56), 0 0 60px rgba(255,95,0,.16);
  text-align: center;
}
.bio-avatar {
  width: 142px;
  height: 142px;
  border: 2px solid rgba(255,95,0,.72);
  border-radius: 50%;
  object-fit: cover;
  padding: 4px;
  background: #000;
  box-shadow: 0 0 42px rgba(255,95,0,.28);
  animation: float 6s ease-in-out infinite;
}
.bio-shell h1 {
  max-width: 100%;
  font-size: 34px;
  line-height: 1.05;
}
.bio-shell p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
}
.bio-links {
  width: 100%;
  display: grid;
  gap: 10px;
  margin-top: 6px;
}
.bio-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid rgba(255,95,0,.32);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.055);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bio-link:first-child {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(255,95,0,.22);
}
.bio-link:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  box-shadow: 0 16px 38px rgba(0,0,0,.34), 0 0 24px rgba(255,95,0,.16);
}
.bio-shell small { color: var(--muted); }
.bio-opening-site .bio-shell {
  animation: bioOpenSite .78s cubic-bezier(.2,.8,.2,1) forwards;
}
.bio-opening-site::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,95,0,.34), rgba(0,0,0,.96) 58%),
    linear-gradient(rgba(255, 95, 0, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 95, 0, .05) 1px, transparent 1px),
    #000;
  background-size: auto, 42px 42px, 42px 42px, auto;
  animation: bioFadeIn .78s ease forwards;
}
.site-revealed-from-bio main,
.site-revealed-from-bio .site-header {
  animation: siteRevealFromBio .72s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes bioOpenSite {
  to { transform: translateY(-16px) scale(.97); opacity: 0; filter: blur(6px); }
}
@keyframes bioFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes siteRevealFromBio {
  from { opacity: 0; transform: translateY(18px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.case-detail { padding-top: 70px; }
.case-detail-hero { max-width: 880px; }
.case-detail-hero p { color: var(--muted); font-size: 20px; line-height: 1.7; }
.case-cover { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); margin: 34px 0; }
.case-detail-grid { display: grid; grid-template-columns: 1fr 330px; gap: 34px; }
.case-text { color: #ddd6d2; line-height: 1.8; font-size: 18px; }
.case-aside { border: 1px solid var(--line); border-radius: 8px; padding: 20px; height: max-content; background: rgba(255,255,255,.045); }
.case-aside div:not(.tags) { display: grid; gap: 4px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.case-aside strong { color: var(--orange); font-size: 24px; }
.case-aside small, .case-aside span { color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery img { border-radius: 8px; aspect-ratio: 4 / 3; object-fit: cover; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--delay, 0ms);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes pulseGlow { 0%, 100% { scale: 1; opacity: .85; } 50% { scale: 1.08; opacity: 1; } }
@keyframes drawLine { to { stroke-dashoffset: 0; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { rotate: 360deg; } }
@keyframes panelBreath {
  0%, 100% { box-shadow: 0 34px 110px rgba(0,0,0,.68), 0 0 58px rgba(255,95,0,.12), inset 0 1px 0 rgba(255,255,255,.08); }
  50% { box-shadow: 0 38px 118px rgba(0,0,0,.72), 0 0 92px rgba(255,95,0,.23), inset 0 1px 0 rgba(255,255,255,.1); }
}
@keyframes dotPulse {
  0%, 100% { opacity: .55; scale: .86; }
  45% { opacity: 1; scale: 1.18; }
}
@keyframes chartPing {
  0%, 100% { scale: 1; filter: drop-shadow(0 0 0 rgba(255,95,0,0)); }
  38% { scale: 1.45; filter: drop-shadow(0 0 12px rgba(255,95,0,.9)); }
}
@keyframes kpiFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}
@keyframes kpiPulse {
  0%, 72%, 100% { border-color: rgba(255,255,255,.1); background-color: transparent; }
  82% { border-color: rgba(255,95,0,.58); background-color: rgba(255,95,0,.07); }
}
@keyframes signalPulse {
  0%, 100% { border-color: rgba(255,95,0,.28); transform: translateY(0); }
  50% { border-color: rgba(255,95,0,.78); transform: translateY(-5px); }
}
@keyframes phoneFloat {
  0%, 100% { translate: 0 0; rotate: 0deg; }
  50% { translate: 0 -9px; rotate: -1deg; }
}
@keyframes flowSignal {
  0% { transform: translateX(-130%); opacity: 0; }
  28% { opacity: 1; }
  70% { opacity: 1; }
  100% { transform: translateX(260%); opacity: 0; }
}
@keyframes dataSweep {
  0%, 58%, 100% { opacity: 0; transform: translateX(-24%); }
  66% { opacity: .9; }
  82% { opacity: .25; transform: translateX(24%); }
}
@keyframes clickFeedback {
  0% { scale: 1; box-shadow: 0 0 0 rgba(255,95,0,0); }
  38% { scale: .96; box-shadow: 0 0 0 7px rgba(255,95,0,.16); }
  100% { scale: 1; box-shadow: 0 0 0 0 rgba(255,95,0,0); }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { min-height: 520px; }
  .dashboard-shell { transform: none; }
  .service-grid, .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: 1fr; padding-top: 0; }
  .timeline::before { left: 23px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; background: linear-gradient(180deg, transparent, var(--orange), transparent); }
  .timeline-step { padding-left: 76px; }
  .timeline-step span { top: 22px; left: 23px; translate: -50% 0; }
  .authority { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 82px 18px auto 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(8,8,8,.98);
    box-shadow: 0 26px 80px rgba(0,0,0,.52);
  }
  .main-nav.open { display: flex; }
  .case-detail-grid { grid-template-columns: 1fr; }
  .float-one { right: 6px; top: 78px; }
  .float-two { left: 0; bottom: 94px; }
}
@media (max-width: 640px) {
  body {
    background-size: auto, auto, auto, 38px 38px, 38px 38px, auto;
  }
  .section { width: min(100% - 24px, var(--max)); padding: 58px 0; }
  .site-header {
    min-height: 64px;
    justify-content: space-between;
    padding: 9px 14px;
    background: rgba(0,0,0,.9);
  }
  .brand {
    position: static;
    transform: none;
  }
  .brand img { width: 118px; max-height: 44px; }
  .menu-toggle {
    position: static;
    width: 38px;
    height: 38px;
    border-color: rgba(255,255,255,.28);
    background: rgba(255,255,255,.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .menu-toggle span { width: 17px; height: 2px; margin: 4px auto; }
  .main-nav { inset: 64px 12px auto 12px; }
  h1 { font-size: clamp(32px, 11.2vw, 39px); line-height: .98; }
  h2 { font-size: 30px; }
  .eyebrow { font-size: 9px; line-height: 1.25; }
  .hero .eyebrow {
    width: 100%;
    text-align: left;
    justify-self: start;
  }
  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 18px;
  }
  .hero-copy {
    display: contents;
  }
  .hero::before { opacity: .25; width: 170px; height: 170px; left: -80px; }
  .hero-subtitle {
    margin-top: 9px;
    font-size: 13.5px;
    line-height: 1.55;
  }
  .badges {
    gap: 7px;
    margin: 12px 0 8px;
  }
  .badges span {
    min-height: 25px;
    padding: 5px 8px;
    font-size: 10px;
  }
  .hero-actions {
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 2px;
  }
  .button {
    min-height: 44px;
    padding: 0 10px;
    font-size: 11px;
    text-align: center;
  }
  .hero-visual {
    order: 2;
    min-height: auto;
    place-items: start center;
    width: 100%;
    padding: 3px 0 0;
  }
  .hero-glow {
    width: 280px;
    top: 34px;
  }
  .service-grid, .case-grid, .gallery { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .main-chart, .channel-card { grid-column: span 3; }
  .dashboard-shell {
    width: 100%;
    padding: 9px;
    border-color: rgba(255,95,0,.32);
    box-shadow: 0 18px 58px rgba(0,0,0,.62), 0 0 44px rgba(255,95,0,.12), inset 0 1px 0 rgba(255,255,255,.08);
  }
  .dashboard-top {
    height: 26px;
    padding-bottom: 7px;
  }
  .dashboard-top span { width: 6px; height: 6px; }
  .dashboard-top strong { font-size: 7px; }
  .dashboard-grid {
    gap: 7px;
    padding-top: 8px;
  }
  .dash-panel { min-height: 72px; border-radius: 6px; }
  .main-chart {
    min-height: 136px;
    padding: 10px;
  }
  .panel-label { margin-bottom: 2px; }
  .panel-label span, .metric-card span, .channel-card span, .floating-card span, .phone-mockup span {
    font-size: 7.5px;
  }
  .panel-label strong { font-size: 0; }
  .main-chart svg { height: 88px; }
  .metric-card {
    min-height: 62px;
    padding: 9px;
  }
  .metric-card strong { font-size: 20px; }
  .metric-card small { font-size: 9px; }
  .channel-card {
    min-height: 61px;
    padding: 8px;
  }
  .channel-flow {
    gap: 5px;
    margin-top: 10px;
  }
  .channel-flow i {
    min-width: 34px;
    height: 24px;
    font-size: 8px;
  }
  .floating-card {
    min-width: 104px;
    padding: 9px;
    border-radius: 6px;
  }
  .floating-card strong { font-size: 22px; }
  .floating-card small { font-size: 9px; }
  .float-one {
    right: 0;
    top: 54px;
  }
  .float-two {
    left: 6px;
    bottom: 22px;
  }
  .phone-mockup {
    right: 8px;
    bottom: 10px;
    width: 116px;
    min-height: 140px;
    padding: 10px 8px;
    border-radius: 6px;
  }
  .phone-mockup::before {
    width: 28px;
    height: 3px;
    margin-bottom: 10px;
  }
  .phone-mockup p {
    margin: 9px 0;
    font-size: 9.5px;
    line-height: 1.35;
  }
  .phone-mockup b {
    padding: 7px;
    font-size: 8px;
  }
  .authority { padding: 18px; }
  .final-cta { width: min(100% - 28px, var(--max)); padding: 58px 18px; }
  .cta-orbit { right: -90px; opacity: .28; }
  .site-footer {
    justify-content: center;
    align-items: center;
    padding: 26px 0 34px;
  }
  .site-footer img {
    width: 132px;
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
