* { box-sizing: border-box; }
html.is-resetting-scroll { scroll-behavior: auto !important; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.text-orange { color: #ED6B2D !important; }
.accessible-orange-action { color: #fff !important; background: #ED6B2D !important; }
html.is-loading body { overflow: hidden; }
.site-preloader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  transition: opacity .35s ease, visibility .35s ease;
}
.site-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-preloader__card {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-preloader__spinner {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(237, 107, 45, .16);
  border-top-color: #ED6B2D;
  border-radius: 999px;
  animation: site-preloader-spin .8s linear infinite;
}
.site-preloader__logo {
  height: 34px;
  width: auto;
}
@keyframes site-preloader-spin {
  to { transform: rotate(360deg); }
}
.site-header {
  border-bottom: 1px solid rgba(15,27,36,.065);
  background: rgba(255,255,255,.965);
  box-shadow: 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  border-color: rgba(15,27,36,.09);
  background: rgba(255,255,255,.995);
  box-shadow: 0 12px 34px rgba(15,27,36,.075);
}
.mobile-menu-toggle {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(15,27,36,.08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(15,27,36,.045);
}
.mobile-menu-toggle__lines {
  position: relative;
  display: block;
  width: 20px;
  height: 14px;
}
.mobile-menu-toggle__lines > span {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 1.5px;
  border-radius: 99px;
  background: #0F1B24;
  transform-origin: center;
  transition: top .25s ease, transform .25s ease, opacity .18s ease;
}
.mobile-menu-toggle__lines > span:nth-child(1) { top: 0; }
.mobile-menu-toggle__lines > span:nth-child(2) { top: 6px; }
.mobile-menu-toggle__lines > span:nth-child(3) { top: 12px; }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__lines > span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__lines > span:nth-child(2) { opacity: 0; }
.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-toggle__lines > span:nth-child(3) { top: 6px; transform: rotate(-45deg); }
.mobile-menu-toggle:focus-visible {
  outline: 2px solid #ED6B2D;
  outline-offset: 3px;
}
.mobile-menu {
  display: none;
  border-top: 1px solid rgba(15,27,36,.06);
  background: rgba(255,255,255,.995);
  box-shadow: 0 20px 36px rgba(15,27,36,.07);
}
.mobile-menu.is-open { display: block; }
.mobile-booking-bar { transition: opacity .24s ease, transform .3s cubic-bezier(.16,1,.3,1); }
.mobile-booking-bar.is-hidden { opacity: 0; pointer-events: none; transform: translateY(100%); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-shell { overflow-x: clip; overflow-y: visible; background: #F7F8F8; }
.hero-glass {
  background: rgba(255, 255, 255, .42);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  backdrop-filter: blur(24px) saturate(135%);
  border: 1px solid rgba(255, 255, 255, .9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .92),
    inset 0 -1px 0 rgba(255, 255, 255, .42),
    0 24px 70px rgba(15, 27, 36, .055);
  border-radius: 40px;
}
.browser-chrome {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  box-shadow: inset 0 -1px 0 rgba(15, 27, 36, .025);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.browser-address {
  background: rgba(255, 255, 255, .36);
  border: 1px solid rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78), 0 5px 18px rgba(15, 27, 36, .035);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.hero-glass-icon {
  background: rgba(255, 255, 255, .52);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, .96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 1),
    0 10px 28px rgba(15, 27, 36, .055);
}
.hero-icon-outline {
  color: #ED6B2D;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.hero-connector {
  position: relative;
  width: calc(100% - 5px);
  height: 1px;
  border-top: 2px dashed rgba(237, 107, 45, .75);
  transform: translateX(-20px);
  opacity: .9;
}
.hero-connector::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(237, 107, 45, .9);
  border-right: 2px solid rgba(237, 107, 45, .9);
  transform: translateY(-50%) rotate(45deg);
}
.hero-stage-copy {
  color: #5F6971;
}
.hero-title { text-wrap: balance; }
.icon-tone-coral {
  filter: hue-rotate(-18deg) saturate(1.12) brightness(1.03);
}
.icon-tone-amber {
  filter: hue-rotate(22deg) saturate(1.14) brightness(1.05);
}
.icon-tone-mint {
  filter: hue-rotate(104deg) saturate(.86) brightness(1.02);
}
.hero-icon-coral { background: rgba(255,238,232,.62); }
.hero-icon-amber { background: rgba(255,247,221,.64); }
.hero-icon-mint { background: rgba(230,248,236,.64); }
.motion-ready .hero-flow .hero-glass {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(56px) scale(.965);
}
.motion-ready .hero-flow .browser-chrome,
.motion-ready .hero-flow .hero-stage {
  opacity: 0;
}
.motion-ready .hero-flow .hero-stage {
  transform: translateY(34px) scale(.9);
}
.motion-ready .hero-flow .hero-connector {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.hero-flow.is-active .hero-glass {
  animation: hero-glass-arrive 1.05s cubic-bezier(.16,1,.3,1) forwards;
}
.hero-flow.is-active .browser-chrome {
  animation: hero-chrome-arrive .65s cubic-bezier(.16,1,.3,1) .38s forwards;
}
.hero-flow.is-active .hero-stage {
  animation: hero-stage-arrive .78s cubic-bezier(.18,1.35,.36,1) var(--stage-delay) forwards;
}
.hero-flow.is-active .hero-connector {
  animation: hero-connector-draw .56s cubic-bezier(.2,.8,.3,1) var(--connector-delay) forwards;
}
.hero-flow.is-active .hero-glass-icon {
  animation: hero-icon-float 4.6s ease-in-out var(--float-delay) infinite;
}
@keyframes hero-glass-arrive {
  0% { opacity: 0; filter: blur(14px); transform: translateY(56px) scale(.965); }
  58% { opacity: 1; filter: blur(0); transform: translateY(-5px) scale(1.006); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}
@keyframes hero-chrome-arrive {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-stage-arrive {
  0% { opacity: 0; transform: translateY(34px) scale(.9); }
  70% { opacity: 1; transform: translateY(-4px) scale(1.018); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes hero-connector-draw {
  from { opacity: 0; clip-path: inset(0 100% 0 0); }
  to { opacity: .9; clip-path: inset(0 0 0 0); }
}
@keyframes hero-icon-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(.7deg); }
}
.cta-pill {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 100%;
  padding: 10px 27px 10px 10px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(225deg, rgba(237,107,45,.2) 5%, rgba(237,107,45,.08) 43%, rgba(237,107,45,.035) 68%);
  border: 1px solid rgba(237,107,45,.13);
  border-radius: 999px;
  box-shadow: 0 18px 55px rgba(237,107,45,.15), inset 0 1px 0 rgba(255,255,255,.65);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
  backdrop-filter: blur(18px) saturate(125%);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.cta-pill__glow,
.cta-pill__border::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  background: conic-gradient(from 0deg at 50% 50%, #ED6B2D 0deg, rgba(237,107,45,0) 62deg, rgba(237,107,45,0) 298deg, #ED6B2D 360deg);
  animation: cta-border-turn 2s linear infinite;
}
.cta-pill__glow {
  z-index: 0;
  filter: blur(9px);
  opacity: .24;
  pointer-events: none;
}
.cta-pill__border {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@keyframes cta-border-turn {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.cta-pill__label {
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  white-space: nowrap;
  color: #fff;
  background: #ED6B2D;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  box-shadow:
    0 14px 38px rgba(237,107,45,.25),
    inset -5px -4px 14px -10px rgba(116,37,13,.75),
    inset 0 1px 0 rgba(255,255,255,.24);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .015em;
}
.cta-pill__label::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10%;
  border-radius: inherit;
  background: radial-gradient(circle at 65% 20%, rgba(255,255,255,.2), transparent 34%), #ED6B2D;
  transform: scale(1.1);
  opacity: .82;
  transition: transform .3s ease, opacity .3s ease;
}
.cta-pill__arrow {
  position: relative;
  z-index: 3;
  display: inline-flex;
  width: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  color: #ED6B2D;
}
.cta-pill__arrow svg {
  display: block;
  width: 24px;
  height: 30px;
  filter: drop-shadow(0 4px 8px rgba(15,27,36,.12));
  transform: rotate(-140deg);
  transform-origin: center;
  transition: transform .5s ease;
}
.cta-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(237,107,45,.38);
  box-shadow: 0 22px 62px rgba(237,107,45,.2), inset 0 1px 0 rgba(255,255,255,.72);
}
.cta-pill:hover .cta-pill__label::before {
  transform: scale(1);
  opacity: 1;
}
.cta-pill:hover .cta-pill__arrow svg {
  transform: rotate(-90deg);
}
.cta-pill:focus-visible {
  outline: 3px solid rgba(237,107,45,.22);
  outline-offset: 4px;
}
.section-wash {
  background: #F5F6F6;
  border-top: 1px solid rgba(15, 27, 36, .035);
  border-bottom: 1px solid rgba(15, 27, 36, .035);
}
.section-kicker {
  color: #ED6B2D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-title {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2.55rem, 4.4vw, 3.55rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.glass-surface {
  position: relative;
  background: rgba(255, 255, 255, .5);
  -webkit-backdrop-filter: blur(22px) saturate(128%);
  backdrop-filter: blur(22px) saturate(128%);
  border: 1px solid rgba(255, 255, 255, .84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .95),
    0 22px 65px rgba(15, 27, 36, .06);
}
.glass-card {
  background: rgba(255, 255, 255, .56);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
  backdrop-filter: blur(20px) saturate(125%);
  border: 1px solid rgba(255, 255, 255, .92);
  box-shadow: inset 0 1px 0 #fff, 0 14px 38px rgba(15, 27, 36, .055);
}
.glass-icon {
  background: rgba(255,255,255,.62);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 #fff, 0 12px 28px rgba(15,27,36,.07);
}
.hero-brand-tag {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 15px;
  border-radius: 999px;
  color: #0F1B24;
  background: rgba(237,107,45,.09);
  border: 1px solid rgba(237,107,45,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84), 0 9px 26px rgba(237,107,45,.08);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
  backdrop-filter: blur(16px) saturate(125%);
}
.hero-brand-mark {
  display: block;
  width: 22px;
  height: 21px;
  overflow: hidden;
}
.hero-brand-mark img { display: block; width: auto; max-width: none; height: 21px; }
.engine-visual {
  position: relative;
  display: grid;
  height: 420px;
  margin: 30px auto 0;
  place-items: center;
}
.engine-orbit {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(237,107,45,.028);
}
.engine-orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}
.engine-orbit-base {
  fill: none;
  stroke: rgba(237,107,45,.48);
  stroke-width: 1.5;
  stroke-dasharray: 3 5;
}
.engine-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 184px;
  height: 184px;
  place-items: center;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.98);
  box-shadow: inset 0 1px 0 #fff, 0 24px 60px rgba(15,27,36,.075);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
}
.engine-core-logo {
  position: relative;
  z-index: 2;
  width: 112px;
}
.engine-rotor {
  position: absolute;
  inset: 0;
  z-index: 4;
  animation: engine-rotate 18s linear infinite;
  animation-play-state: paused;
}
.engine-node {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 92px;
  height: 92px;
  margin: -46px;
  place-items: center;
  transform: rotate(var(--angle)) translateY(-170px);
  border-radius: 50%;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(15,27,36,.08);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  backdrop-filter: blur(20px) saturate(130%);
  animation: engine-node-cycle 18s ease-in-out infinite;
  animation-play-state: paused;
}
.engine-node-inner {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}
.engine-node img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  animation: engine-counter-rotate 18s linear infinite;
  animation-play-state: paused;
}
.engine-node--ads { --angle: 0deg; animation-delay: 0s; }
.engine-node--tracking { --angle: 240deg; animation-delay: 6s; }
.engine-node--intake { --angle: 120deg; animation-delay: 12s; }
.engine-node--ads .engine-node-inner { transform: rotate(0deg); }
.engine-node--tracking .engine-node-inner { transform: rotate(-240deg); }
.engine-node--intake .engine-node-inner { transform: rotate(-120deg); }
.engine-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  margin-top: 34px;
}
.engine-card {
  position: relative;
  display: grid;
  padding: 32px;
  grid-template-rows: auto 1fr;
  row-gap: 16px;
  align-content: start;
  border-radius: 28px;
  background: rgba(255,255,255,.48);
  border: 1px solid rgba(15,27,36,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease, background .35s ease;
}
.engine-card h3 {
  padding-right: 50px;
}
.engine-card > p { margin-top: 0 !important; }
.engine-card-number {
  position: absolute;
  right: 30px;
  top: 31px;
  color: #ED6B2D;
  font-family: "League Spartan", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .08em;
}
.signal-loop {
  display: grid;
  grid-template-columns: 280px minmax(0,1fr);
  align-items: stretch;
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(15,27,36,.065);
  border-radius: 28px;
  background: rgba(255,255,255,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 18px 48px rgba(15,27,36,.045);
  -webkit-backdrop-filter: blur(22px) saturate(125%);
  backdrop-filter: blur(22px) saturate(125%);
}
.signal-loop__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
  border-right: 1px solid rgba(15,27,36,.055);
}
.signal-loop__intro p {
  color: #ED6B2D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.signal-loop__intro span {
  max-width: 260px;
  margin-top: 7px;
  color: #64717A;
  font-size: 13px;
  line-height: 1.55;
}
.signal-loop__flow {
  display: grid;
  grid-template-columns: minmax(0,1fr) 54px 270px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
}
.signal-loop__sources {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  align-items: stretch;
}
.signal-source {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 4px 12px;
  border-left: 1px solid rgba(15,27,36,.055);
}
.signal-source:first-child { border-left: 0; padding-left: 4px; }
.signal-source__icon {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.98);
  border-radius: 14px;
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 #fff, 0 8px 22px rgba(15,27,36,.055);
}
.signal-source__icon svg,
.signal-loop__result-mark svg {
  width: 24px;
  height: 24px;
  stroke: #ED6B2D;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.signal-source > span:last-child,
.signal-loop__result > span:last-child { min-width: 0; }
.signal-source strong,
.signal-source small { display: block; }
.signal-source strong {
  overflow: hidden;
  color: #0F1B24;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.signal-source small {
  margin-top: 3px;
  color: #6B767E;
  font-size: 11px;
  line-height: 1.3;
}
.signal-loop__connector {
  position: relative;
  display: block;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(237,107,45,.46) 0 5px, transparent 5px 10px);
}
.signal-loop__connector::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #ED6B2D;
  border-right: 1.5px solid #ED6B2D;
  transform: translateY(-50%) rotate(45deg);
}
.signal-loop__connector i {
  position: absolute;
  left: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ED6B2D;
  box-shadow: 0 0 10px rgba(237,107,45,.38);
  animation: signal-travel 3.8s ease-in-out infinite;
}
.signal-loop__result {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  padding: 13px 16px;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 20px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 #fff, 0 10px 28px rgba(15,27,36,.05);
}
.signal-loop__result-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  background: rgba(253,234,215,.72);
}
.signal-loop__result small,
.signal-loop__result strong,
.signal-loop__result em { display: block; }
.signal-loop__result small {
  color: #6B767E;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.signal-loop__result strong {
  margin-top: 2px;
  color: #ED6B2D;
  font-family: "League Spartan",sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.signal-loop__result em {
  margin-top: 4px;
  color: #ED6B2D;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}
@keyframes signal-travel { 0%,12% { transform: translateX(0); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 88%,100% { transform: translateX(46px); opacity: 0; } }
.engine-visual.is-running .engine-rotor,
.engine-visual.is-running .engine-node,
.engine-visual.is-running .engine-node img { animation-play-state: running; }
@keyframes engine-rotate { to { transform: rotate(360deg); } }
@keyframes engine-counter-rotate { to { transform: rotate(-360deg); } }
@keyframes engine-node-cycle {
  0%, 6%, 100% { filter: brightness(1); box-shadow: inset 0 1px 0 #fff, 0 14px 34px rgba(15,27,36,.08); }
  1.5%, 4.5% { filter: brightness(1.055); box-shadow: inset 0 1px 0 #fff, 0 18px 42px rgba(237,107,45,.18), 0 0 0 8px rgba(237,107,45,.06); }
}
.protocol-stack {
  display: grid;
  gap: 96px;
}
.protocol-row {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr);
  align-items: center;
  gap: clamp(56px,7vw,112px);
}
.protocol-row > * { min-width: 0; }
.protocol-row--reverse {
  grid-template-columns: minmax(520px,1.1fr) minmax(0,.9fr);
}
.protocol-copy {
  max-width: 560px;
}
.protocol-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 6px 8px 6px 15px;
  border: 1px solid rgba(15,27,36,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 1px 0 #fff, 0 9px 25px rgba(15,27,36,.045);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #ED6B2D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.protocol-chip strong {
  display: grid;
  min-width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  background: #ED6B2D;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
}
.protocol-copy h3 {
  margin-top: 30px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2rem,3.2vw,3rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.025em;
}
.protocol-copy > p {
  max-width: 500px;
  margin-top: 22px;
  color: #536068;
  font-size: 18px;
  line-height: 1.7;
}
.protocol-scene,
.protocol-network {
  position: relative;
  min-height: 430px;
}
.protocol-scene::before {
  content: "";
  position: absolute;
  inset: 32px 0 0 74px;
  border: 1px dashed rgba(237,107,45,.58);
  border-right: 0;
  border-bottom: 0;
  border-radius: 38px 0 0 0;
}
.protocol-browser {
  position: absolute;
  inset: 54px 0 20px 96px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255,255,255,.52);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 26px 65px rgba(15,27,36,.075);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  backdrop-filter: blur(24px) saturate(125%);
}
.protocol-browser-chrome {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(15,27,36,.05);
  background: rgba(255,255,255,.36);
}
.protocol-browser-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(237,107,45,.38);
}
.protocol-browser-chrome span:first-child { background: #ED6B2D; }
.protocol-browser-body {
  display: grid;
  gap: 18px;
  padding: 34px 30px;
}
.protocol-line {
  position: relative;
  overflow: hidden;
  height: 18px;
  border-radius: 999px;
  background: rgba(15,27,36,.065);
}
.protocol-line::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--line-width);
  border-radius: inherit;
  background: rgba(237,107,45,.18);
  transform-origin: left;
  transform: scaleX(.12);
}
.protocol-line.is-key::after { background: #ED6B2D; }
.protocol-scene.is-visible .protocol-line::after {
  animation: protocol-line-load .85s cubic-bezier(.16,1,.3,1) var(--line-delay) forwards;
}
.protocol-float {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 232px;
  display: grid;
  grid-template-columns: 62px 1fr;
  width: min(440px,78%);
  min-height: 116px;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 #fff, 0 24px 54px rgba(15,27,36,.1);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  backdrop-filter: blur(24px) saturate(130%);
}
.protocol-float-icon,
.protocol-node-icon {
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.98);
  box-shadow: inset 0 1px 0 #fff, 0 12px 30px rgba(15,27,36,.075);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.protocol-float-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
}
.protocol-float-icon img { width: 49px; height: 49px; object-fit: contain; }
.protocol-float h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}
.protocol-float p { margin-top: 8px; color: #ED6B2D; font-size: 13px; font-weight: 500; }
.protocol-scene.is-visible .protocol-float {
  animation: protocol-card-arrive .9s cubic-bezier(.16,1,.3,1) .28s both, protocol-card-float 5s ease-in-out 1.2s infinite;
}
.protocol-network {
  min-height: 500px;
  border-radius: 38px;
  background: rgba(15,27,36,.018);
  border: 1px solid rgba(15,27,36,.035);
}
.protocol-network-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 184px;
  height: 150px;
  place-items: center;
  transform: translate(-50%,-50%);
  border-radius: 28px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: inset 0 1px 0 #fff, 0 24px 58px rgba(15,27,36,.075);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}
.protocol-network-core img { width: 98px; }
.protocol-path {
  position: absolute;
  z-index: 1;
  border-color: rgba(237,107,45,.55);
  border-style: dashed;
}
.protocol-path--left { left: 18%; right: 50%; top: 50%; border-top-width: 1px; }
.protocol-path--right { left: 50%; right: 18%; top: 50%; border-top-width: 1px; }
.protocol-path--top { left: 50%; top: 19%; bottom: 50%; border-left-width: 1px; }
.protocol-node {
  position: absolute;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 10px;
}
.protocol-node--left { left: 8%; top: 50%; transform: translateY(-50%); }
.protocol-node--right { right: 8%; top: 50%; transform: translateY(-50%); }
.protocol-node--top { left: 50%; top: 7%; transform: translateX(-50%); }
.protocol-node-icon {
  width: 84px;
  height: 84px;
  border-radius: 24px;
}
.protocol-node-icon img { width: 62px; height: 62px; object-fit: contain; }
.protocol-node span:last-child {
  color: #536068;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.protocol-network.is-visible .protocol-node-icon {
  animation: protocol-node-pulse 4.8s ease-in-out infinite;
}
.protocol-network.is-visible .protocol-node--right .protocol-node-icon { animation-delay: 1.6s; }
.protocol-network.is-visible .protocol-node--top .protocol-node-icon { animation-delay: 3.2s; }
.protocol-features {
  display: grid;
  gap: 18px;
}
.protocol-feature {
  position: relative;
  padding: 28px 30px 28px 84px;
  border-radius: 26px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(15,27,36,.07);
  box-shadow: inset 0 1px 0 #fff;
}
.protocol-feature-number {
  position: absolute;
  left: 28px;
  top: 28px;
  color: #ED6B2D;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
}
.protocol-feature h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.08;
}
.protocol-feature p {
  margin-top: 13px;
  color: #536068;
  font-size: 16px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
@keyframes protocol-line-load { to { transform: scaleX(1); } }
@keyframes protocol-card-arrive {
  from { opacity: 0; transform: translate(-28px,22px) scale(.96); }
  to { opacity: 1; transform: translate(0,0) scale(1); }
}
@keyframes protocol-card-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes protocol-node-pulse {
  0%,18%,100% { transform: translateY(0); box-shadow: inset 0 1px 0 #fff, 0 12px 30px rgba(15,27,36,.075); }
  8% { transform: translateY(-5px); box-shadow: inset 0 1px 0 #fff, 0 18px 38px rgba(237,107,45,.14); }
}
.intake-showcase {
  display: grid;
  gap: 118px;
  margin-top: 76px;
}
.intake-card {
  display: grid;
  grid-template-columns: minmax(0,.84fr) minmax(540px,1.16fr);
  align-items: center;
  gap: clamp(62px,7vw,112px);
}
.intake-card:nth-child(even) {
  grid-template-columns: minmax(540px,1.16fr) minmax(0,.84fr);
}
.intake-card:nth-child(even) .intake-copy { order: 2; }
.intake-card:nth-child(even) .intake-visual { order: 1; }
.intake-card > * { min-width: 0; }
.intake-copy { max-width: 520px; }
.intake-step {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 11px;
  padding: 5px 7px 5px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(15,27,36,.075);
  box-shadow: inset 0 1px 0 #fff, 0 8px 24px rgba(15,27,36,.04);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #ED6B2D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.intake-step strong {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #ED6B2D;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .02em;
}
.intake-copy h3 {
  margin-top: 26px;
  font-family: "League Spartan", sans-serif;
  font-size: clamp(2.45rem,3.8vw,3.55rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.03em;
}
.intake-copy p {
  max-width: 500px;
  margin-top: 22px;
  color: #536068;
  font-size: 18px;
  line-height: 1.7;
}
.intake-visual {
  position: relative;
  min-height: 500px;
}
.intake-art {
  position: absolute;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  border-radius: 40px;
  background: #F7F8F8;
  border: 1px solid rgba(15,27,36,.025);
}
.intake-art::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 48px 34px 34px 66px;
  border: 1px dashed rgba(237,107,45,.56);
  border-radius: 34px;
  pointer-events: none;
}
.intake-card:nth-child(even) .intake-art::before { inset: 44px 64px 36px 34px; }
.intake-ui {
  position: absolute;
  z-index: 2;
  inset: 82px 44px 58px 92px;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 24px 58px rgba(15,27,36,.07);
  -webkit-backdrop-filter: blur(22px) saturate(120%);
  backdrop-filter: blur(22px) saturate(120%);
}
.intake-card:nth-child(even) .intake-ui { inset: 78px 90px 58px 48px; }
.intake-ui-bar {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(15,27,36,.05);
  background: rgba(255,255,255,.32);
}
.intake-ui-bar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(237,107,45,.3); }
.intake-ui-bar span:first-child { background: #ED6B2D; }
.intake-ui-lines { display: grid; gap: 14px; padding: 28px; opacity: .72; }
.intake-ui-lines span { height: 13px; border-radius: 999px; background: rgba(15,27,36,.07); }
.intake-ui-lines span:nth-child(1) { width: 88%; }
.intake-ui-lines span:nth-child(2) { width: 74%; }
.intake-ui-lines span:nth-child(3) { width: 56%; background: rgba(237,107,45,.22); }
.intake-object-wrap {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  will-change: transform, opacity;
}
.intake-object-wrap--speed { width: 130%; right: -34%; bottom: -16%; }
.intake-object-wrap--pivot { width: 137%; left: -35%; bottom: -18%; }
.intake-object-wrap--finance { width: 136%; right: -32%; bottom: -15%; }
.intake-art--photo::before { display: none; }
.intake-art--photo .intake-object-wrap {
  inset: 0;
  width: 100%;
  height: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  will-change: auto;
}
.intake-art--photo .intake-object {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  will-change: auto;
  transform: none;
}
.intake-object {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 24px rgba(237,107,45,.09));
  will-change: transform;
}
.intake-float {
  position: absolute;
  z-index: 5;
  left: -42px;
  bottom: 54px;
  display: flex;
  min-height: 104px;
  width: min(430px,76%);
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(255,255,255,.98);
  box-shadow: inset 0 1px 0 #fff, 0 24px 56px rgba(15,27,36,.1);
  -webkit-backdrop-filter: blur(24px) saturate(128%);
  backdrop-filter: blur(24px) saturate(128%);
}
.intake-card:nth-child(even) .intake-float { left: auto; right: -42px; }
.intake-float-mark {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  border-radius: 17px;
  background: rgba(237,107,45,.09);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff;
  color: #ED6B2D;
  font-family: "League Spartan", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.intake-float h4 {
  font-family: "League Spartan", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
}
.intake-float > div > span[aria-hidden="true"] { display: block; width: 42px; height: 3px; margin-top: 11px; border-radius: 99px; background: #ED6B2D; }
.intake-visual.is-visible .intake-object-wrap { animation: intake-object-in 1.1s cubic-bezier(.16,1,.3,1) .12s both; }
.intake-visual.is-visible .intake-object { animation: intake-object-breathe 8s ease-in-out 1.25s infinite; }
.intake-visual.is-visible .intake-art--photo .intake-object-wrap,
.intake-visual.is-visible .intake-art--photo .intake-object { animation: none; }
.intake-visual.is-visible .intake-float { animation: intake-float-in .82s cubic-bezier(.16,1,.3,1) .38s both; }
@keyframes intake-object-in { from { opacity: 0; transform: translateY(44px) scale(.94); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes intake-object-breathe { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(0,-8px,0) scale(1.012); } }
@keyframes intake-float-in { from { opacity: 0; transform: translateY(24px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 1023px) {
  .intake-showcase { gap: 84px; }
  .intake-card,
  .intake-card:nth-child(even) { grid-template-columns: 1fr; gap: 38px; }
  .intake-card:nth-child(even) .intake-copy { order: 1; }
  .intake-card:nth-child(even) .intake-visual { order: 2; }
  .intake-copy { max-width: 680px; }
  .intake-visual { width: 100%; max-width: 760px; margin-inline: auto; }
}
@media (max-width: 767px) {
  .intake-showcase { gap: 66px; margin-top: 50px; }
  .intake-card,
  .intake-card:nth-child(even) { display: flex; width: 100%; max-width: 100%; flex-direction: column; align-items: stretch; gap: 28px; }
  .intake-copy,
  .intake-visual { width: 100%; max-width: 100%; }
  .intake-copy h3 { margin-top: 20px; font-size: 34px; overflow-wrap: anywhere; }
  .intake-copy p { margin-top: 15px; font-size: 16px; }
  .intake-visual { min-height: 390px; }
  .intake-art { border-radius: 28px; }
  .intake-art::before,
  .intake-card:nth-child(even) .intake-art::before { inset: 24px 18px 22px 28px; border-radius: 24px; }
  .intake-ui,
  .intake-card:nth-child(even) .intake-ui { inset: 48px -28px 42px 50px; border-radius: 24px; }
  .intake-object-wrap--speed { width: 154%; right: -58%; bottom: -7%; }
  .intake-object-wrap--pivot { width: 162%; left: -61%; bottom: -7%; }
  .intake-object-wrap--finance { width: 158%; right: -55%; bottom: -5%; }
  .intake-float,
  .intake-card:nth-child(even) .intake-float { left: 14px; right: auto; bottom: 28px; width: calc(100% - 28px); min-height: 88px; gap: 13px; padding: 14px 16px; border-radius: 20px; }
  .intake-float-mark { width: 46px; height: 46px; flex-basis: 46px; border-radius: 14px; font-size: 15px; }
  .intake-float h4 { font-size: 18px; }
}
.case-dashboard {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), 0 28px 80px rgba(15,27,36,.09);
  -webkit-backdrop-filter: blur(26px) saturate(130%);
  backdrop-filter: blur(26px) saturate(130%);
}
.hero-story {
  height: clamp(780px, 145vh, 1100px);
  margin-top: 40px;
}
.hero-story__sticky {
  position: sticky;
  top: 88px;
  height: min(620px, calc(100vh - 108px));
  transform: translate3d(0, calc(var(--hero-scroll-progress, 0) * -10px), 0);
  will-change: transform;
}
.hero-flow { height: 100%; }
.hero-story__layer {
  position: absolute;
  inset: 0 0 58px;
  will-change: opacity, transform, filter;
  transition: opacity .55s ease, transform .65s cubic-bezier(.16,1,.3,1), filter .55s ease;
}
.hero-story__layer--flow { z-index: 2; opacity: 1; transform: translateY(0) scale(1); }
.hero-story__layer--proof { z-index: 1; opacity: 0; pointer-events: none; transform: translateY(48px) scale(.975); filter: blur(10px); }
.hero-story[data-scene="proof"] .hero-story__layer--flow { opacity: 0; pointer-events: none; transform: translateY(-48px) scale(.975); filter: blur(10px); }
.hero-story[data-scene="proof"] .hero-story__layer--proof { z-index: 3; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); filter: blur(0); }
.hero-proof-panel {
  position: relative;
  isolation: isolate;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 40px;
  background: rgba(255,255,255,.48);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,1),
    inset 0 -1px 0 rgba(255,255,255,.48),
    0 28px 80px rgba(15,27,36,.075),
    0 8px 30px rgba(237,107,45,.045);
  -webkit-backdrop-filter: blur(28px) saturate(135%);
  backdrop-filter: blur(28px) saturate(135%);
}
.hero-proof-panel__header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 22px;
  color: rgba(15,27,36,.68);
  background: rgba(255,255,255,.25);
  border-bottom: 1px solid rgba(255,255,255,.82);
  box-shadow: inset 0 -1px 0 rgba(15,27,36,.025);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-proof-panel__header * { color: inherit; }
.hero-proof-panel__status {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 999px;
  color: #56636C;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 #fff, 0 6px 18px rgba(15,27,36,.035);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.hero-proof-panel__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ED6B2D;
  box-shadow: 0 0 0 5px rgba(237,107,45,.12), 0 0 18px rgba(237,107,45,.34);
}
.hero-proof-panel__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  height: calc(100% - 56px);
  padding: clamp(26px, 4vw, 50px);
}
.hero-proof-panel__intro { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; text-align: left; }
.hero-proof-panel__intro p { max-width: 650px; color: #0F1B24; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3.7vw, 3.4rem); font-weight: 600; line-height: .98; letter-spacing: -.035em; }
.hero-proof-panel__intro span { max-width: 250px; color: #5F6971; font-size: 14px; line-height: 1.6; }
.hero-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.hero-proof {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  min-height: 148px;
  padding: 23px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 22px;
  background: rgba(255,255,255,.52);
  box-shadow:
    inset 0 1px 0 #fff,
    inset 0 -1px 0 rgba(255,255,255,.42),
    0 12px 32px rgba(15,27,36,.055);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  backdrop-filter: blur(20px) saturate(130%);
  opacity: 0;
  transform: translateY(22px) scale(.965);
  transition: opacity .48s ease, transform .62s cubic-bezier(.18,1.15,.36,1), box-shadow .3s ease;
}
.hero-story[data-scene="proof"] .hero-proof { opacity: 1; transform: translateY(0) scale(1); }
.hero-story[data-scene="proof"] .hero-proof:nth-child(1) { transition-delay: .16s; }
.hero-story[data-scene="proof"] .hero-proof:nth-child(2) { transition-delay: .25s; }
.hero-story[data-scene="proof"] .hero-proof:nth-child(3) { transition-delay: .34s; }
.hero-proof:hover { box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,.48), 0 16px 38px rgba(15,27,36,.07), 0 7px 24px rgba(237,107,45,.06); }
.hero-proof strong { color: #0F1B24; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 600; line-height: .95; letter-spacing: -.035em; }
.hero-proof:nth-child(-n+2) strong { color: #ED6B2D; }
.hero-proof--text strong { font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.05; }
.hero-proof span { color: #34434D; font-size: 14px; font-weight: 600; line-height: 1.45; }
.hero-proof small { order: -1; color: #ED6B2D; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-story__controls {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 0;
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  box-shadow: inset 0 1px 0 #fff, 0 12px 34px rgba(15,27,36,.075);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
  transform: translateX(-50%);
}
.hero-story__controls button { min-height: 38px; padding: 8px 15px; border: 1px solid transparent; border-radius: 999px; color: #64717A; font-size: 12px; font-weight: 650; white-space: nowrap; transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.hero-story__controls button[aria-selected="true"] { color: #fff; border-color: rgba(255,255,255,.22); background: #ED6B2D; box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 8px 20px rgba(237,107,45,.22); }
.metric-accent { color: #ED6B2D; }
.metric-inline { color: #ED6B2D; font-family: "League Spartan", sans-serif; font-size: 1.45em; }
.metric-context { display: block; margin-top: 12px; color: #6A747B; font-size: 12px; line-height: 1.5; }
.case-reportbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 14px 16px;
  border: 1px solid #E3E6E7;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  color: #64717A;
  font-size: 12px;
}
.case-reportbar > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.case-reportbar strong { padding: 6px 9px; border: 1px solid #E4E7E8; border-radius: 9px; color: #34434D; background: #fff; font-size: 11px; }
.case-reportbar__live { display: inline-flex; align-items: center; gap: 8px; margin-right: 4px; color: #0F1B24; font-weight: 650; }
.case-reportbar__live i { width: 7px; height: 7px; border-radius: 50%; background: #ED6B2D; box-shadow: 0 0 0 4px rgba(237,107,45,.14); }
.case-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 14px; }
.case-dashboard-primary,
.case-dashboard-secondary article { border: 1px solid #E2E5E6; background: rgba(255,255,255,.84); box-shadow: 0 10px 28px rgba(15,27,36,.04); }
.case-dashboard-primary { min-width: 0; padding: 26px; border-radius: 24px; }
.case-dashboard-primary__head { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.case-dashboard-primary__head span:first-child,
.case-dashboard-secondary article > span { display: block; color: #6A747B; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-dashboard-primary__head h3 { margin-top: 5px; color: #0F1B24; font-size: 16px; font-weight: 650; }
.case-change { flex: 0 0 auto; padding: 7px 10px; border: 1px solid rgba(237,107,45,.2); border-radius: 999px; color: #ED6B2D; background: rgba(253,234,215,.68); font-size: 12px; font-weight: 700; }
.case-dashboard-primary__value { display: flex; flex-wrap: wrap; align-items: end; gap: 9px 15px; margin-top: 22px; }
.case-dashboard-primary__value strong { color: #ED6B2D; font-family: "League Spartan", sans-serif; font-size: clamp(3rem, 5.2vw, 4.75rem); font-weight: 600; line-height: .82; letter-spacing: -.045em; }
.case-dashboard-primary__value span { color: #64717A; font-size: 13px; }
.case-source-chart { display: grid; gap: 14px; margin-top: 28px; }
.case-source-chart > div { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 12px; }
.case-source-chart span { color: #536068; font-size: 12px; font-weight: 600; }
.case-source-chart i { position: relative; display: flex; width: var(--bar-width); min-width: 68px; height: 30px; align-items: center; justify-content: flex-end; padding: 0 9px; border-radius: 8px; color: #fff; background: #ED6B2D; font-style: normal; }
.case-source-chart i b { color: #fff; font-size: 11px; }
.case-source-chart i.is-market { color: #34434D; background: #E8EBEC; }
.case-source-chart i.is-market b { color: #34434D; }
.case-calculation { margin-top: 18px; color: #6A747B; font-size: 11px; line-height: 1.55; }
.case-dashboard-secondary { display: grid; grid-template-rows: repeat(3, minmax(0,1fr)); gap: 14px; }
.case-dashboard-secondary article { display: grid; align-content: center; min-width: 0; padding: 18px 20px; border-radius: 20px; }
.case-dashboard-secondary strong { margin-top: 7px; color: #ED6B2D; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 600; line-height: .9; letter-spacing: -.035em; }
.case-dashboard-secondary small { margin-top: 6px; color: #64717A; font-size: 11px; line-height: 1.4; }
.case-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 8px 24px rgba(15,27,36,.05);
}
.case-tab {
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  color: #64717A;
  font-size: 13px;
  font-weight: 500;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease;
}
.case-tab[aria-selected="true"] {
  color: #fff;
  background: #ED6B2D;
  box-shadow: 0 8px 20px rgba(237,107,45,.2), inset 0 1px 0 rgba(255,255,255,.24);
}
.case-metric {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: 24px;
  text-align: left;
  border-radius: 26px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 12px 34px rgba(15,27,36,.045);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}
.case-metric:hover {
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 #fff, 0 18px 42px rgba(15,27,36,.07);
}
.case-metric[aria-pressed="true"] {
  background: rgba(255,249,245,.76);
  border-color: rgba(237,107,45,.34);
  box-shadow: inset 0 1px 0 #fff, 0 18px 46px rgba(237,107,45,.1);
}
.case-metric[aria-pressed="true"]::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: -1px;
  height: 2px;
  border-radius: 99px;
  background: #ED6B2D;
  box-shadow: 0 0 18px rgba(237,107,45,.45);
}
.case-metric-value {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(3rem, 4vw, 4.15rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.035em;
  color: #ED6B2D;
}
.case-micro-bars {
  display: flex;
  height: 30px;
  align-items: end;
  gap: 4px;
}
.case-micro-bars span {
  width: 6px;
  border-radius: 99px;
  background: #F4C6AE;
}
.case-metric[aria-pressed="true"] .case-micro-bars span:nth-last-child(-n+3) { background: #ED6B2D; }
.case-ring {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ED6B2D;
  box-shadow: 0 5px 16px rgba(237,107,45,.18);
}
.case-ring::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
}
.case-dot-grid { display: grid; grid-template-columns: repeat(8, 6px); gap: 5px; }
.case-dot-grid span { width: 6px; height: 6px; border-radius: 50%; background: #ED6B2D; box-shadow: 0 2px 7px rgba(237,107,45,.2); }
.case-focus {
  min-height: 220px;
  border-radius: 28px;
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff, 0 14px 38px rgba(15,27,36,.045);
}
.case-detail[hidden],
[data-case-panel][hidden] { display: none !important; }
.case-detail.is-entering { animation: case-detail-in .45s cubic-bezier(.16,1,.3,1) both; }
.case-compare-track { height: 11px; overflow: hidden; border-radius: 99px; background: #ECEEEF; }
.case-compare-fill { height: 100%; width: var(--bar-width); border-radius: inherit; color: #fff; background: #ED6B2D; transform-origin: left; }
.case-ratio-segment { height: 16px; flex: 1; border-radius: 99px; background: #E7EAEC; }
.case-ratio-segment.is-active { background: #ED6B2D; box-shadow: 0 6px 16px rgba(237,107,45,.2); }
.case-consultation-grid { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 10px; }
.case-consultation-grid span { aspect-ratio: 1; border-radius: 9px; background: #ED6B2D; box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 7px 15px rgba(237,107,45,.12); }
.case-comparison {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.5);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 #fff;
}
.motion-ready .case-dashboard { opacity: 0; filter: blur(12px); transform: translateY(42px) scale(.975); }
.motion-ready .case-dashboard.is-visible { animation: case-dashboard-in .9s cubic-bezier(.16,1,.3,1) forwards; }
.motion-ready .case-dashboard .case-metric { opacity: 0; transform: translateY(24px) scale(.96); }
.motion-ready .case-dashboard.is-visible .case-metric { animation: case-card-in .65s cubic-bezier(.18,1.25,.36,1) forwards; }
.motion-ready .case-dashboard.is-visible .case-metric:nth-child(1) { animation-delay: .28s; }
.motion-ready .case-dashboard.is-visible .case-metric:nth-child(2) { animation-delay: .39s; }
.motion-ready .case-dashboard.is-visible .case-metric:nth-child(3) { animation-delay: .5s; }
.motion-ready .case-dashboard.is-visible .case-metric:nth-child(4) { animation-delay: .61s; }
.motion-ready .case-dashboard.is-visible .case-compare-fill { animation: case-bar-grow 1s cubic-bezier(.16,1,.3,1) .68s both; }
@keyframes case-dashboard-in { to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); } }
@keyframes case-card-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes case-bar-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes case-detail-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.field-glass {
  background: rgba(255,255,255,.56);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92), 0 6px 18px rgba(15,27,36,.035);
}
.field-glass:focus {
  border-color: rgba(237,107,45,.7);
  box-shadow: 0 0 0 3px rgba(237,107,45,.12), inset 0 1px 0 #fff;
}
.audit-contact {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-top: 22px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.94);
  border-radius: 16px;
  background: rgba(255,255,255,.58);
  box-shadow: inset 0 1px 0 #fff, 0 9px 24px rgba(15,27,36,.045);
  color: #536068;
  font-size: 14px;
}
.audit-contact a {
  color: #ED6B2D;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(237,107,45,.32);
  text-underline-offset: 3px;
}
.audit-contact a:hover { text-decoration-color: currentColor; }
@media (max-width: 1279px) {
  .hero-stage-grid {
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 18px !important;
    transform: none !important;
  }
  .hero-stage { min-width: 0; }
  .hero-stage .hero-glass-icon { width: 76px; height: 76px; border-radius: 19px; }
  .hero-stage .hero-glass-icon img { width: 62px !important; height: 62px !important; }
  .hero-stage h3 { width: auto !important; font-size: 15px !important; }
  .hero-stage-copy { max-width: none !important; font-size: 13px !important; line-height: 1.55 !important; }
  .signal-loop { grid-template-columns: 1fr; }
  .signal-loop__intro { border-right: 0; border-bottom: 1px solid rgba(15,27,36,.055); }
  .signal-loop__intro span { max-width: none; }
}
@media (max-width: 1023px) {
  .case-dashboard-grid { grid-template-columns: 1fr; }
  .case-dashboard-secondary { grid-template-columns: repeat(3, minmax(0,1fr)); grid-template-rows: none; }
  .protocol-stack { gap: 72px; }
  .protocol-row,
  .protocol-row--reverse { grid-template-columns: 1fr; gap: 38px; }
  .protocol-row--reverse .protocol-network { order: 2; }
  .protocol-row--reverse .protocol-copy { order: 1; }
  .protocol-copy { max-width: 680px; }
  .protocol-scene,
  .protocol-network { width: 100%; max-width: 720px; margin-inline: auto; }
}
@media (max-width: 767px) {
  .site-header {
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .site-header > div:first-child { height: 64px; }
  .site-header a[aria-label="CTC Stack home"] { gap: 8px; min-width: 0; }
  .site-header a[aria-label="CTC Stack home"] img { height: 30px; }
  .hero-glass { border-radius: 28px; }
  .hero-title { font-size: clamp(2rem,9.4vw,2.35rem) !important; line-height: 1.02 !important; }
  .hero-story { height: 590px; margin-top: 30px; }
  .hero-story__sticky { position: relative; top: auto; height: 100%; }
  .hero-story__layer { inset: 0 0 58px; }
  .hero-proof-panel { border-radius: 28px; }
  .hero-proof-panel__header { min-height: 50px; padding: 10px 16px; }
  .hero-proof-panel__body { height: calc(100% - 50px); padding: 16px 20px; }
  .hero-proof-panel__intro { display: grid; gap: 8px; margin-bottom: 18px; }
  .hero-proof-panel__intro p { font-size: clamp(1.8rem, 8vw, 2.2rem); }
  .hero-proof-panel__intro span { display: none; }
  .hero-proof-grid { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof { gap: 4px; min-height: 0; padding: 14px 16px; border-radius: 18px; }
  .hero-proof strong { font-size: 1.85rem; }
  .hero-proof--text strong { font-size: 1.35rem; }
  .hero-proof span { font-size: 12px; }
  .hero-story__controls { width: max-content; max-width: 100%; }
  .hero-story__controls button { padding-inline: 12px; font-size: 11px; }
  .hero-stage-grid {
    display: flex !important;
    gap: 14px !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    margin-inline: -28px;
    padding: 2px 44px 12px 28px;
    scroll-padding-left: 28px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .hero-stage-grid::-webkit-scrollbar { display: none; }
  .hero-stage {
    flex: 0 0 232px;
    min-height: 340px;
    padding: 18px;
    scroll-snap-align: start;
    border: 1px solid rgba(255,255,255,.94);
    border-radius: 24px;
    background: rgba(255,255,255,.4);
    box-shadow: inset 0 1px 0 #fff;
  }
  .hero-stage .hero-glass-icon { width: 82px; height: 82px; border-radius: 19px; }
  .hero-stage .hero-glass-icon img { width: 66px !important; height: 66px !important; }
  .hero-stage h3 { width: auto !important; }
  .hero-stage-copy { max-width: none !important; }
  .glass-surface { border-radius: 28px !important; }
  .engine-visual { height: 330px; margin-top: 24px; }
  .engine-orbit { width: 260px; height: 260px; }
  .engine-core { width: 122px; height: 122px; }
  .engine-core-logo { width: 76px; }
  .engine-node { width: 70px; height: 70px; margin: -35px; transform: rotate(var(--angle)) translateY(-130px); border-radius: 50%; }
  .engine-node img { width: 48px; height: 48px; }
  .engine-cards { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .engine-card { min-height: auto; padding: 28px 26px; grid-template-rows: auto auto; row-gap: 16px; }
  .engine-card h3 { padding-right: 44px; }
  .engine-card-number { right: 24px; top: 26px; }
  .signal-loop { border-radius: 24px; }
  .signal-loop__intro { padding: 20px; }
  .signal-loop__flow { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .signal-loop__sources { grid-template-columns: 1fr; }
  .signal-source,
  .signal-source:first-child { padding: 11px 4px; border-left: 0; border-top: 1px solid rgba(15,27,36,.055); }
  .signal-source:first-child { border-top: 0; }
  .signal-loop__connector {
    width: 1px;
    height: 32px;
    margin-left: 21px;
    background: repeating-linear-gradient(180deg, rgba(237,107,45,.46) 0 5px, transparent 5px 10px);
  }
  .signal-loop__connector::after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(135deg);
  }
  .signal-loop__connector i { display: none; }
  .signal-loop__result { min-height: 76px; }
  .protocol-stack { gap: 56px; }
  .protocol-row,
  .protocol-row--reverse {
    display: flex;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }
  .protocol-row > * { width: calc(100vw - 40px); max-width: calc(100vw - 40px); }
  .protocol-copy h3 { margin-top: 22px; font-size: 32px; }
  .protocol-copy .section-title { width: 100%; max-width: 100%; font-size: 34px; overflow-wrap: anywhere; }
  .protocol-copy > p { margin-top: 16px; font-size: 16px; }
  .protocol-scene { min-height: 360px; }
  .protocol-scene::before { inset: 18px 0 0 24px; border-radius: 28px 0 0 0; }
  .protocol-browser { inset: 36px -42px 20px 42px; border-radius: 26px; }
  .protocol-browser-body { padding: 28px 22px; }
  .protocol-float { left: 0; top: 208px; width: calc(100% - 18px); min-height: 104px; grid-template-columns: 54px 1fr; gap: 14px; padding: 15px 17px; border-radius: 21px; }
  .protocol-float-icon { width: 54px; height: 54px; border-radius: 16px; }
  .protocol-float-icon img { width: 42px; height: 42px; }
  .protocol-float h3 { font-size: 19px; }
  .protocol-float p { font-size: 12px; }
  .protocol-network { min-height: 380px; overflow: hidden; border-radius: 28px; }
  .protocol-network-core { width: 132px; height: 112px; border-radius: 23px; }
  .protocol-network-core img { width: 76px; }
  .protocol-node-icon { width: 66px; height: 66px; border-radius: 20px; }
  .protocol-node-icon img { width: 48px; height: 48px; }
  .protocol-node span:last-child { display: none; }
  .protocol-node--left { left: 12px; }
  .protocol-node--right { right: 12px; }
  .protocol-node--top { top: 8%; }
  .protocol-path--left { left: 13%; }
  .protocol-path--right { right: 13%; }
  .protocol-feature { width: 100%; overflow: hidden; padding: 24px 24px 24px 66px; }
  .protocol-feature-number { left: 23px; top: 25px; }
  .protocol-feature h3 { font-size: 24px; }
  .protocol-feature p { font-size: 15px; }
  .case-dashboard { border-radius: 28px; }
  .case-reportbar { align-items: flex-start; flex-direction: column; }
  .case-dashboard-primary { padding: 20px; border-radius: 20px; }
  .case-dashboard-primary__value strong { font-size: 3.6rem; }
  .case-source-chart > div { grid-template-columns: 105px 1fr; gap: 8px; }
  .case-dashboard-secondary { grid-template-columns: 1fr; }
  .case-tabs { display: flex; width: 100%; }
  .case-tab { flex: 1; padding-inline: 12px; }
  .case-metrics-grid {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    margin-inline: -24px;
    padding: 2px 38px 14px 24px;
    scroll-padding-left: 24px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .case-metrics-grid::-webkit-scrollbar { display: none; }
  .case-metric { flex: 0 0 min(78vw,280px); min-height: 190px; scroll-snap-align: start; }
  .case-consultation-grid { gap: 6px; }
  .audit-contact { width: 100%; justify-content: center; }
  .cta-pill { width: 100%; gap: 10px; padding: 8px 16px 8px 8px; }
  .cta-pill__label { min-height: 50px; flex: 1 1 auto; padding: 12px 16px; font-size: 14px; }
  .cta-pill__arrow { width: 25px; flex-basis: 25px; }
  .cta-pill__arrow svg { width: 20px; height: 25px; transform: rotate(-90deg); }
}
@media (max-width: 479px) {
  .section-title { font-size: 2.2rem; }
  .hero-story { height: 570px; }
  .hero-proof-panel__intro { display: none; }
  .hero-proof-panel__header > span:first-child { display: none; }
  .hero-proof-panel__header { justify-content: flex-end; }
  .case-tabs { padding: 4px; }
  .case-tab { min-height: 36px; padding-inline: 8px; font-size: 12px; }
  .browser-address { max-width: 58%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; transition: none; } .cta-pill, .cta-pill__label::before, .cta-pill__arrow svg, .hero-proof { transition: none !important; } .cta-pill__glow, .cta-pill__border::before, .engine-rotor, .engine-node, .engine-node img, .signal-loop__connector i, .protocol-line::after, .protocol-float, .protocol-node-icon, .intake-object-wrap, .intake-object, .intake-float { animation: none !important; } .protocol-line::after { transform: scaleX(1); } .hero-proof, .motion-ready .hero-flow .hero-glass, .motion-ready .hero-flow .browser-chrome, .motion-ready .hero-flow .hero-stage, .motion-ready .hero-flow .hero-connector, .motion-ready .case-dashboard, .motion-ready .case-dashboard .case-metric { opacity: 1; filter: none; transform: none; clip-path: none; animation: none !important; } .motion-ready .case-dashboard .case-compare-fill { animation: none !important; transform: none; } }

/* Responsive layout corrections: let content define its height. */
#top { scroll-margin-top: 80px; }
.intake-float > div { min-width: 0; }
.intake-float h4 { overflow-wrap: break-word; }
.cta-pill__label { min-width: 0; white-space: normal; text-align: center; }
.engine-card h3 { overflow-wrap: break-word; }
.hero-stage h3 { max-width: 100%; }
.hero-story__sticky { min-height: 620px; }
.signal-source strong { overflow: visible; text-overflow: clip; overflow-wrap: anywhere; }
.signal-source small { font-size: 12px; }
.signal-loop__flow { grid-template-columns: minmax(0,1fr) 32px minmax(210px,.65fr); }
.signal-source { flex-wrap: wrap; }
.field-glass { min-width: 0; font-size: 16px; }
.select-field { position: relative; }
#audit-form select { -webkit-appearance: none; appearance: none; padding-right: 52px; cursor: pointer; }
.select-field__arrow { position: absolute; top: 50%; right: 18px; display: grid; width: 20px; height: 20px; place-items: center; color: #0F1B24; pointer-events: none; transform: translateY(-50%); }
.select-field__arrow svg { display: block; width: 20px; height: 20px; }
#audit-form button:disabled { cursor: wait; opacity: .78; }
.mobile-menu { max-height: calc(100dvh - 72px); overflow-y: auto; }
@media (min-width: 1024px) {
  .mobile-menu-toggle, .mobile-menu.is-open { display: none; }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header nav[aria-label="Primary navigation"] { gap: 16px; }
  .site-header .accessible-orange-action { padding-inline: 16px; font-size: 12px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .engine-cards { grid-template-columns: 1fr; }
  .intake-float, .intake-card:nth-child(even) .intake-float { left: 24px; right: auto; width: min(430px, calc(100% - 48px)); }
}
@media (max-width: 767px), (max-height: 659px) {
  .hero-story { height: auto; }
  .hero-story__sticky { position: relative; top: auto; height: auto; min-height: 0; }
  .hero-flow { display: grid; height: auto; padding-bottom: 66px; }
  .hero-story__layer { position: relative; inset: auto; grid-area: 1 / 1; min-width: 0; align-self: stretch; }
  .hero-proof-panel { height: 100%; }
  .hero-proof-panel__body { height: auto; min-height: calc(100% - 56px); }
}
@media (max-width: 767px) {
  .signal-loop__flow { grid-template-columns: 1fr; }
  .signal-source { flex-wrap: nowrap; }
  .hero-story__controls button { white-space: normal; font-size: 12px; }
  .hero-stage-grid { scrollbar-width: thin; scrollbar-color: #ED6B2D #F1F2F2; }
  .hero-stage-grid::-webkit-scrollbar { display: block; height: 4px; }
  .hero-stage-grid::-webkit-scrollbar-thumb { background: #ED6B2D; border-radius: 4px; }
  .hero-stage { flex-basis: min(232px, calc(100vw - 84px)); }
  .engine-orbit { width: min(240px, calc(100vw - 120px)); height: auto; aspect-ratio: 1; }
  .engine-node { transform: rotate(var(--angle)) translateY(clamp(-120px, calc(-50vw + 60px), -100px)); }
  .intake-visual { min-height: 0; aspect-ratio: 1 / 1.12; }
  .intake-float, .intake-card:nth-child(even) .intake-float { bottom: 16px; }
  #audit .glass-surface > .grid { padding: 24px 18px; }
  #audit .grid > div, #audit-form .grid > div { min-width: 0; }
  #audit-form { padding: 20px 16px; }
  #audit .section-title { overflow-wrap: break-word; font-size: clamp(1.9rem, 8vw, 2.55rem); }
  .audit-contact a { overflow-wrap: anywhere; }
}
@media (max-width: 359px) {
  .cta-pill { gap: 6px; padding-right: 10px; }
  .cta-pill__label { padding-inline: 12px; }
  .case-dashboard-primary { padding: 16px; }
  .case-source-chart > div { grid-template-columns: 1fr; gap: 6px; }
  .browser-chrome > .ml-auto { display: none; }
}

.hero-story__layer--flow > .hero-glass { display: flex; flex-direction: column; height: 100%; }
.hero-story__layer--flow > .hero-glass > .browser-chrome { flex-shrink: 0; }
.hero-story__layer--flow > .hero-glass > div:last-child { display: grid; align-content: center; flex: 1; min-width: 0; }
.field-glass { border-color: rgba(15,27,36,.13); }
.field-glass:focus { border-color: rgba(237,107,45,.7); }
@media (min-width: 768px) {
  .signal-source { flex-direction: column; align-items: flex-start; justify-content: center; flex-wrap: nowrap; }
}

/* Connected growth: preserve converging sources at every size. */
.connected-growth { margin-top:64px; padding:48px 0 16px; border-top:1px solid #e8ecee; scroll-margin-top:100px; }
.connected-growth__heading { max-width:850px; }
.connected-growth__heading h3 { margin:18px 0 12px; font-family:"League Spartan",sans-serif; font-size:clamp(2rem,4.6vw,4rem); line-height:1.04; font-weight:600; letter-spacing:-.035em; }
.connected-growth__description { color:#596871; font-size:clamp(1rem,1.6vw,1.25rem); line-height:1.6; }
.connected-growth__diagram { display:grid; grid-template-columns:240px minmax(70px,1fr) 144px minmax(60px,.5fr) minmax(240px,300px); align-items:center; margin:36px 46px 42px 0; min-height:300px; }
.connected-growth__sources { display:grid; gap:32px; padding:0; margin:0; list-style:none; }
.connected-growth__sources li { display:flex; align-items:center; gap:18px; height:72px; min-width:0; }
.connected-growth__sources li>div { min-width:0; }
.connected-growth__sources strong { display:block; font-size:20px; font-weight:600; letter-spacing:-.025em; }
.connected-growth__sources li>div>span { display:block; margin-top:4px; color:#596871; font-size:14px; line-height:1.45; }
.connected-growth__icon { display:grid; place-items:center; width:60px; height:60px; flex:0 0 60px; border:1px solid #e8ecee; border-radius:17px; background:rgba(255,255,255,.8); box-shadow:0 9px 18px #0f1b240b,inset 0 1px 0 #fff; }
.connected-growth__icon svg { width:28px; height:28px; stroke:#263740; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.connected-growth__routes { display:block; width:100%; height:277.333px; overflow:visible; }
.connected-growth__routes path { stroke:#c6cfd4; stroke-width:1.5; vector-effect:non-scaling-stroke; }
.connected-growth__routes circle { fill:#c6cfd4; }
.connected-growth__hub { position:relative; z-index:2; display:grid; place-items:center; aspect-ratio:1; padding:20px; border:1px solid #e2e7ea; border-radius:28px; background:linear-gradient(140deg,#ffffffcc,#f4f6f780); box-shadow:inset 0 0 0 4px #ffffff90,0 16px 30px #0f1b2410; }
.connected-growth__hub img { display:block; width:100%; height:auto; }
.connected-growth__outbound { position:relative; height:2px; background:#ed6b2d; }
.connected-growth__outbound::after { content:""; position:absolute; right:-7px; top:50%; width:14px; height:14px; transform:translateY(-50%); border:3px solid #ed6b2d; border-radius:50%; background:#fff; z-index:4; }
.connected-growth__destination { position:relative; isolation:isolate; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:236px; padding:24px 16px; border:1px solid #fff; border-radius:26px; background:linear-gradient(130deg,#ffffffd9,#fff7f0c0); box-shadow:0 16px 32px #ed6b2d0d; text-align:center; transform:perspective(900px) rotateY(-12deg); }
.connected-growth__destination::before,.connected-growth__destination::after { content:""; position:absolute; z-index:-1; inset:-20px -22px -20px 22px; border:1px solid #f5daca88; border-radius:inherit; background:linear-gradient(120deg,#fffaf650,#ffe5d355); transform:skewY(-5deg); }
.connected-growth__destination::after { inset:-40px -44px -4px 44px; z-index:-2; background:#fff0e640; }
.connected-growth__destination img { display:block; width:80px; height:80px; object-fit:contain; margin-bottom:10px; }
.connected-growth__destination strong { font-family:"League Spartan",sans-serif; font-size:34px; line-height:1.1; font-weight:600; letter-spacing:-.03em; }
.connected-growth__destination p { margin-top:8px; font-size:15px; line-height:1.5; color:#596871; }
.connected-growth__caption { display:flex; align-items:center; justify-content:center; gap:20px; color:#64717a; font-size:13px; letter-spacing:.06em; line-height:1.5; text-align:center; }
.connected-growth__caption::before,.connected-growth__caption::after { content:""; width:70px; height:1px; background:#d9e0e3; }
@media (min-width:701px) and (max-width:1100px) {
.connected-growth__diagram { grid-template-columns:190px minmax(35px,1fr) 110px 40px minmax(180px,220px); margin-right:30px; }
.connected-growth__sources li { gap:12px; }
.connected-growth__icon { width:44px; height:44px; flex-basis:44px; border-radius:13px; }
.connected-growth__sources strong { font-size:17px; }
.connected-growth__sources li>div>span { font-size:12px; }
.connected-growth__destination { min-height:210px; }
.connected-growth__destination strong { font-size:28px; }
.connected-growth__destination::before { inset:-12px -14px -12px 14px; }
.connected-growth__destination::after { inset:-24px -28px 0 28px; }
}
@media (max-width:700px) {
.connected-growth { margin-top:36px; padding-top:32px; }
.connected-growth__heading h3 { font-size:clamp(1.85rem,6.5vw,2.65rem); }
.connected-growth__diagram { grid-template-columns:minmax(150px,1fr) minmax(22px,.35fr) 82px; grid-template-rows:180px 24px auto; margin:24px auto; max-width:460px; min-height:0; }
.connected-growth__sources { grid-column:1; grid-row:1; gap:12px; }
.connected-growth__sources li { height:48px; gap:10px; }
.connected-growth__icon { width:36px; height:36px; flex-basis:36px; border-radius:11px; box-shadow:0 5px 12px #0f1b2408; }
.connected-growth__icon svg { width:21px; height:21px; }
.connected-growth__sources strong { font-size:15px; }
.connected-growth__sources li>div>span { font-size:11px; margin-top:2px; }
.connected-growth__routes { grid-column:2; grid-row:1; height:160px; }
.connected-growth__hub { grid-column:3; grid-row:1; width:82px; padding:10px; border-radius:20px; }
.connected-growth__outbound { grid-column:3; grid-row:2; width:2px; height:73px; align-self:end; justify-self:center; }
.connected-growth__outbound::after { top:auto; bottom:-6px; left:50%; right:auto; width:11px; height:11px; border-width:2px; transform:translateX(-50%); }
.connected-growth__destination { grid-column:1 / -1; grid-row:3; display:grid; grid-template-columns:48px 1fr; column-gap:14px; min-height:94px; width:100%; padding:16px 20px; border:1px solid #f5daca88; border-radius:18px; transform:none; text-align:left; }
.connected-growth__destination img { grid-column:1; grid-row:1 / 3; width:46px; height:46px; margin:0; }
.connected-growth__destination strong { grid-column:2; font-size:25px; align-self:end; }
.connected-growth__destination p { grid-column:2; margin-top:3px; font-size:12px; align-self:start; }
.connected-growth__destination::before { inset:5px 6px -6px; border-radius:18px; transform:none; background:#fff7f040; }
.connected-growth__destination::after { display:none; }
.connected-growth__caption { margin-top:24px; font-size:11px; letter-spacing:.02em; gap:10px; }
.connected-growth__caption::before,.connected-growth__caption::after { width:20px; }
}

/* Optical glass: one translucent surface with soft edge reflections. */
.connected-growth__destination {
  transform:none;
  border-color:rgba(255,255,255,.85);
  border-radius:32px;
  background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(247,249,250,.25) 48%,rgba(255,244,235,.42));
  backdrop-filter:blur(18px) saturate(115%);
  -webkit-backdrop-filter:blur(18px) saturate(115%);
  box-shadow:inset 0 2px 3px #fff,inset 1px 0 2px #ffffffb3,inset -1px -2px 5px #ffffffd9,0 14px 32px #172b3910;
}
.connected-growth__destination::before {
  inset:5px;
  z-index:-1;
  border:0;
  border-radius:27px;
  transform:none;
  background:linear-gradient(125deg,#ffffffa6 0%,#ffffff00 34%,#ffffff00 72%,#ffffff80 100%);
  box-shadow:inset 0 0 0 1px #ffffff6b;
  filter:blur(1px);
}
.connected-growth__destination::after {
  display:block;
  inset:0;
  z-index:-2;
  border:0;
  border-radius:32px;
  transform:none;
  background:linear-gradient(145deg,#e7edf326,transparent 50%,#ed6b2d0a);
  box-shadow:0 2px 8px #253b4910;
}
@media(max-width:700px) {
  .connected-growth__destination { border-radius:20px; }
  .connected-growth__destination::before { border-radius:16px; inset:4px; }
  .connected-growth__destination::after { border-radius:20px; }
}

/* Patient signals converge, then pass one shared outcome to Google Ads. */
.connected-growth__routes .connected-growth__signal {
  stroke:#f36b2b; stroke-width:3; stroke-linecap:round;
  stroke-dasharray:10 100; stroke-dashoffset:10; opacity:0;
  animation:patient-signal 6s cubic-bezier(.4,0,.2,1) infinite;
}
.connected-growth__signal--2 { animation-delay:.25s !important; }
.connected-growth__signal--3 { animation-delay:.5s !important; }
.connected-growth__hub { animation:signal-hub 6s ease-in-out infinite; }
.connected-growth__outbound::before {
  content:""; position:absolute; z-index:3; width:8px; height:8px;
  top:50%; left:0; border-radius:50%; background:#f36b2b;
  box-shadow:0 0 0 4px #f36b2b18,0 0 14px #f36b2b66;
  transform:translate(-50%,-50%); opacity:0;
  animation:signal-outbound 6s ease-in-out infinite;
}
.connected-growth__destination { animation:signal-received 6s ease-in-out infinite; }
@keyframes patient-signal {
  0%,8% { stroke-dashoffset:10; opacity:0; }
  12% { opacity:1; }
  43% { opacity:1; }
  49%,100% { stroke-dashoffset:-100; opacity:0; }
}
@keyframes signal-hub {
  0%,38%,67%,100% { border-color:#e2e7ea; }
  49%,55% { border-color:#f6a77e; box-shadow:inset 0 0 0 4px #ffffff90,0 0 0 7px #f36b2b08,0 16px 35px #f36b2b20; }
}
@keyframes signal-outbound {
  0%,54% { left:0; opacity:0; }
  57% { opacity:1; }
  71% { left:100%; opacity:1; }
  75%,100% { left:100%; opacity:0; }
}
@keyframes signal-received {
  0%,66%,91%,100% { border-color:#fff; }
  75%,80% { border-color:#f6ba98; box-shadow:0 16px 38px #ed6b2d20,0 0 0 5px #ed6b2d05; }
}
@media (max-width:700px) {
  .connected-growth__outbound::before { animation-name:signal-outbound-mobile; left:50%; top:0; }
}
@keyframes signal-outbound-mobile {
  0%,54% { top:0; opacity:0; }
  57% { opacity:1; }
  71% { top:100%; opacity:1; }
  75%,100% { top:100%; opacity:0; }
}
@media (prefers-reduced-motion:reduce) {
  .connected-growth__routes .connected-growth__signal,
  .connected-growth__hub,.connected-growth__outbound::before,
  .connected-growth__destination { animation:none; }
}
