:root {
  --blue: #0067b1;
  --blue-bright: #168de0;
  --blue-deep: #041c2f;
  --navy: #061522;
  --ink: #0c1a24;
  --paper: #f5f7f8;
  --line: #dbe3e8;
  --muted: #5d6a73;
  --white: #ffffff;
  --lime: #b9ff2c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--blue); color: white; }

html.intro-active, html.intro-active body { overflow: hidden; }
html.intro-active .hero-copy > *, html.intro-active .hero-media > .cover-image { animation-play-state: paused !important; }

.intro-splash {
  --intro-target-left: 1.5rem;
  --intro-target-top: 2.75rem;
  --intro-target-width: 12.8rem;
  position: fixed;
  z-index: 2000;
  inset: 0;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 111, 190, .22), transparent 27%),
    radial-gradient(circle at 50% 130%, rgba(23, 135, 205, .14), transparent 45%),
    #020a11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
}
.intro-splash::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: -20%;
  opacity: .18;
  background-image:
    linear-gradient(rgba(100, 198, 255, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 198, 255, .14) 1px, transparent 1px);
  background-size: 64px 64px;
  transform: perspective(650px) rotateX(58deg) translateY(26%);
  transform-origin: center bottom;
}
.intro-splash::after {
  content: "";
  position: absolute;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle, transparent 44%, rgba(0, 4, 8, .72) 115%);
}
.intro-splash.intro-running {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.intro-splash.is-playing { animation: intro-curtain-in .28s ease-out both; }
.intro-splash.is-leaving { animation: intro-curtain-out .62s cubic-bezier(.65, 0, .35, 1) both; }
.intro-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(108, 205, 255, .55) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, rgba(108, 205, 255, .4) 50%, transparent 50.1%);
}
.intro-kicker {
  position: absolute;
  z-index: 30;
  left: 2rem;
  top: 1.7rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.intro-kicker span { color: var(--lime); font-weight: 900; }
.intro-kicker strong { color: #92a9b8; font-weight: 700; }
.intro-skip {
  position: absolute;
  z-index: 40;
  right: 1.7rem;
  top: 1.35rem;
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-height: 2.25rem;
  padding: .55rem .65rem .55rem .85rem;
  border: 1px solid rgba(140, 210, 250, .28);
  color: #b7cbd7;
  background: rgba(5, 25, 39, .72);
  backdrop-filter: blur(12px);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.intro-skip span { padding: .22rem .35rem; color: #7ed1ff; border: 1px solid rgba(126, 209, 255, .28); font-size: .52rem; }
.intro-skip:hover, .intro-skip:focus-visible { color: white; border-color: #73cbff; outline: none; }

.intro-camera {
  position: absolute;
  z-index: 4;
  top: 35%;
  width: clamp(10rem, 17vw, 15rem);
  opacity: 0;
  filter: blur(8px);
}
.intro-camera-left { left: clamp(1rem, 8vw, 9rem); transform: rotate(3deg); }
.intro-camera-right { right: clamp(1rem, 8vw, 9rem); transform: rotate(-3deg); }
.intro-camera-right .intro-camera-shell { transform: scaleX(-1); }
.intro-camera-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 1.78;
  border: 1px solid rgba(145, 202, 234, .5);
  background: linear-gradient(155deg, #17384b 0%, #071723 58%, #020a10 100%);
  clip-path: polygon(0 8%, 82% 8%, 100% 29%, 100% 92%, 0 92%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.035), 0 24px 60px rgba(0,0,0,.38);
}
.intro-camera-hood {
  position: absolute;
  left: 4%;
  top: 0;
  width: 62%;
  height: 9%;
  background: #2b4a5a;
  box-shadow: 0 1px rgba(190, 226, 245, .32);
}
.intro-camera-led {
  position: absolute;
  right: 8%;
  top: 20%;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 .25rem rgba(185,255,44,.08), 0 0 15px rgba(185,255,44,.65);
}
.intro-lens {
  position: absolute;
  left: 19%;
  top: 19%;
  width: 45%;
  aspect-ratio: 1;
  overflow: hidden;
  border: .4rem solid #2c5368;
  border-radius: 50%;
  background: repeating-conic-gradient(from 5deg, #163b50 0 15deg, #071a27 16deg 31deg);
  box-shadow: 0 0 0 .38rem #030d14, inset 0 0 18px rgba(77, 193, 255, .28), 0 0 35px rgba(34, 164, 237, .16);
}
.intro-lens i {
  position: absolute;
  z-index: 2;
  inset: 25%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #b9ecff 0 3%, #2475a5 7%, #04223a 35%, #00040a 72%);
  box-shadow: 0 0 18px rgba(83, 195, 255, .5);
}
.intro-lens::before, .intro-lens::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 51%;
  background: linear-gradient(90deg, #02090e, #102a39 50%, #02090e);
  transform: scaleY(1);
}
.intro-lens::before { top: 0; transform-origin: top; border-bottom: 1px solid rgba(108, 208, 255, .45); }
.intro-lens::after { bottom: 0; transform-origin: bottom; border-top: 1px solid rgba(108, 208, 255, .45); }
.intro-camera-mount {
  display: block;
  width: 38%;
  height: 1.15rem;
  margin: -.15rem auto 0;
  border-top: 1px solid #3f6173;
  background: linear-gradient(90deg, transparent 8%, #07141d 8% 92%, transparent 92%);
  clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}
.intro-beam {
  position: absolute;
  z-index: 2;
  top: 47%;
  width: 32vw;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(107, 204, 255, .95), transparent);
  box-shadow: 0 0 16px #2eaef7;
  transform-origin: center;
}
.intro-beam-left { --intro-beam-angle: 8deg; left: 18%; transform: rotate(var(--intro-beam-angle)); }
.intro-beam-right { --intro-beam-angle: -8deg; right: 18%; transform: rotate(var(--intro-beam-angle)); }
.intro-scan-sweep {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 18%;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent 8%, #84d7ff 50%, transparent 92%);
  box-shadow: 0 0 25px #43b9f7, 0 18px 60px rgba(32, 164, 235, .24);
}

.intro-logo-stage {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 50%;
  width: min(58vw, 43rem);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.intro-skyline { display: block; width: 100%; height: auto; overflow: visible; }
.intro-skyline path {
  fill: none;
  stroke: #72ccff;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  filter: drop-shadow(0 0 10px rgba(71, 188, 249, .55));
}
.intro-skyline .intro-skyline-base { stroke: var(--lime); stroke-width: 2; stroke-dasharray: 580; stroke-dashoffset: 580; }
.intro-system-status {
  width: fit-content;
  margin: .5rem auto 0;
  display: flex;
  align-items: center;
  gap: .6rem;
  color: #d8e7ef;
  opacity: 0;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.intro-system-status span { width: .5rem; height: .5rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px rgba(185,255,44,.75); }
.intro-brand-lockup {
  position: fixed;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: min(48vw, 38rem);
  height: auto;
  max-width: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  clip-path: inset(0 100% 0 0);
  filter: brightness(0) saturate(100%) invert(78%) sepia(46%) saturate(795%) hue-rotate(169deg) brightness(103%) contrast(103%) drop-shadow(0 0 20px rgba(64, 190, 255, .35));
  will-change: left, top, width, transform, opacity, filter;
}
.intro-telemetry {
  position: absolute;
  z-index: 30;
  left: 2rem;
  right: 2rem;
  bottom: 1.6rem;
  display: flex;
  justify-content: space-between;
  color: #5f7b8b;
  font-family: Consolas, "Courier New", monospace;
  font-size: .56rem;
  letter-spacing: .12em;
}

.intro-running .intro-camera { animation: intro-camera-sequence 3.35s cubic-bezier(.2,.75,.2,1) both; }
.intro-running .intro-camera-right { animation-delay: .08s; }
.intro-running .intro-lens::before, .intro-running .intro-lens::after { animation: intro-lens-blink 2.25s cubic-bezier(.65,0,.35,1) both; }
.intro-running .intro-lens i { animation: intro-lens-focus 2.7s ease-in-out both; }
.intro-running .intro-camera-led { animation: intro-led 1.1s steps(2, end) .4s 2; }
.intro-running .intro-beam { animation: intro-beam-sequence 2.25s ease both; }
.intro-running .intro-scan-sweep { animation: intro-scan-sequence 2.35s cubic-bezier(.45,0,.55,1) .25s both; }
.intro-running .intro-skyline path { animation: intro-skyline-trace 2.2s cubic-bezier(.4,0,.2,1) .55s both; }
.intro-running .intro-skyline .intro-skyline-base { animation-delay: .82s; }
.intro-running .intro-system-status { animation: intro-status-sequence 3.35s ease both; }
.intro-running .intro-brand-lockup { animation: intro-brand-sequence 3.55s cubic-bezier(.65,0,.18,1) both; }
.intro-running .intro-telemetry { animation: intro-telemetry-sequence 3.2s ease both; }

@keyframes intro-curtain-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes intro-curtain-out { from { opacity: 1; } to { opacity: 0; visibility: hidden; } }
@keyframes intro-camera-sequence {
  0% { opacity: 0; filter: blur(8px); }
  12%, 51% { opacity: 1; filter: blur(0); }
  65%, 100% { opacity: 0; filter: blur(3px); }
}
@keyframes intro-lens-blink {
  0%, 12% { transform: scaleY(1); }
  20%, 40% { transform: scaleY(0); }
  46%, 51% { transform: scaleY(1); }
  58%, 100% { transform: scaleY(0); }
}
@keyframes intro-lens-focus {
  0%, 18% { transform: scale(.45); opacity: .2; }
  32%, 52% { transform: scale(1); opacity: 1; }
  60% { transform: scale(.72); }
  70%, 100% { transform: scale(1); opacity: .9; }
}
@keyframes intro-led { 0%, 45% { opacity: .2; } 46%, 100% { opacity: 1; } }
@keyframes intro-beam-sequence {
  0%, 20% { opacity: 0; transform: rotate(var(--intro-beam-angle)) scaleX(.05); }
  34%, 61% { opacity: .86; transform: rotate(var(--intro-beam-angle)) scaleX(1); }
  78%, 100% { opacity: 0; transform: rotate(var(--intro-beam-angle)) scaleX(.2); }
}
@keyframes intro-scan-sequence {
  0%, 18% { top: 18%; opacity: 0; }
  28% { opacity: .9; }
  68% { top: 82%; opacity: .75; }
  82%, 100% { top: 88%; opacity: 0; }
}
@keyframes intro-skyline-trace {
  0%, 8% { stroke-dashoffset: 1500; opacity: 0; }
  18% { opacity: 1; }
  68% { stroke-dashoffset: 0; opacity: 1; }
  84%, 100% { stroke-dashoffset: 0; opacity: 0; }
}
@keyframes intro-status-sequence {
  0%, 43% { opacity: 0; transform: translateY(.6rem); }
  51%, 69% { opacity: 1; transform: translateY(0); }
  79%, 100% { opacity: 0; transform: translateY(-.4rem); }
}
@keyframes intro-brand-sequence {
  0%, 39% {
    left: 50%;
    top: 50%;
    width: min(48vw, 38rem);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translate(-50%, -50%);
  }
  48% {
    left: 50%;
    top: 50%;
    width: min(48vw, 38rem);
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%);
  }
  69% {
    left: 50%;
    top: 50%;
    width: min(48vw, 38rem);
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(46%) saturate(795%) hue-rotate(169deg) brightness(103%) contrast(103%) drop-shadow(0 0 20px rgba(64, 190, 255, .35));
  }
  90%, 100% {
    left: var(--intro-target-left);
    top: var(--intro-target-top);
    width: var(--intro-target-width);
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
    filter: none;
  }
}
@keyframes intro-telemetry-sequence {
  0%, 8% { opacity: 0; }
  18%, 74% { opacity: 1; }
  92%, 100% { opacity: 0; }
}

.company-assistant {
  position: fixed;
  z-index: 900;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  justify-items: end;
}
.assistant-launcher {
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .65rem 1rem .65rem .65rem;
  border: 1px solid rgba(116, 207, 255, .32);
  color: white;
  background: linear-gradient(135deg, #07243a, #03131f);
  box-shadow: 0 18px 50px rgba(0, 19, 32, .3), 0 0 0 1px rgba(255,255,255,.04) inset;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.assistant-launcher:hover { transform: translateY(-3px); border-color: rgba(116, 207, 255, .72); box-shadow: 0 22px 58px rgba(0, 19, 32, .38), 0 0 28px rgba(39, 167, 235, .14); }
.assistant-launcher:focus-visible { outline-color: var(--lime); }
.assistant-launcher > span:last-child { display: grid; gap: .15rem; text-align: left; }
.assistant-launcher strong { font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.assistant-launcher small { color: #9eb7c6; font-size: .63rem; }
.assistant-launcher-icon {
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  display: grid;
  place-items: center;
  color: #a7e1ff;
  background: linear-gradient(145deg, #087ecb, #00558e);
  box-shadow: 0 10px 24px rgba(0,103,177,.3), inset 0 1px rgba(255,255,255,.2);
}
.assistant-launcher-icon i {
  position: absolute;
  right: -.18rem;
  top: -.18rem;
  width: .68rem;
  height: .68rem;
  border: 2px solid #062036;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px rgba(185,255,44,.65);
}
.assistant-panel {
  position: absolute;
  right: 0;
  bottom: 5rem;
  width: min(27rem, calc(100vw - 2rem));
  height: min(42rem, calc(100svh - 7rem));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #c8d7df;
  background: #f7fafb;
  box-shadow: 0 30px 90px rgba(0, 18, 31, .36);
  transform-origin: right bottom;
  animation: assistant-panel-in .38s cubic-bezier(.2,.82,.2,1) both;
}
.assistant-panel[hidden] {
  display: none !important;
}
.assistant-header {
  min-height: 5rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .85rem;
  padding: .85rem 1rem;
  color: white;
  background:
    linear-gradient(90deg, rgba(59, 184, 244, .1) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(rgba(59, 184, 244, .1) 1px, transparent 1px) 0 0 / 26px 26px,
    linear-gradient(135deg, #082d48, #03131f);
  border-bottom: 2px solid var(--blue-bright);
}
.assistant-header > div:nth-child(2) { display: grid; gap: .2rem; }
.assistant-header strong { font-size: .92rem; letter-spacing: .02em; }
.assistant-header small { color: #9fb9c8; font-size: .64rem; }
.assistant-header > button { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); color: #b8ced9; background: rgba(255,255,255,.045); }
.assistant-header > button:hover { color: white; border-color: rgba(255,255,255,.38); }
.assistant-avatar {
  position: relative;
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  color: #d4f1ff;
  background: linear-gradient(145deg, #0c89d7, #00558f);
  box-shadow: 0 10px 25px rgba(0, 103, 177, .32);
}
.assistant-avatar span { position: absolute; right: .18rem; bottom: .18rem; width: .48rem; height: .48rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px rgba(185,255,44,.65); }
.assistant-trust {
  min-height: 2.55rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .58rem 1rem;
  color: #315064;
  background: #eaf6fd;
  border-bottom: 1px solid #cfe2ec;
  font-size: .62rem;
  font-weight: 750;
  line-height: 1.35;
}
.assistant-trust svg { flex: 0 0 auto; color: #0875bb; }
.assistant-messages {
  flex: 1 1 auto;
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #9bb7c6 transparent;
}
.assistant-message { max-width: 88%; display: flex; align-items: flex-start; gap: .45rem; }
.assistant-message svg { flex: 0 0 auto; margin-top: .72rem; color: var(--blue); }
.assistant-message p { margin: 0; padding: .72rem .82rem; font-size: .76rem; line-height: 1.55; box-shadow: 0 7px 20px rgba(5,35,51,.06); }
.assistant-message.is-assistant { align-self: flex-start; color: #263d4b; }
.assistant-message.is-assistant p { border: 1px solid #d4e0e6; background: white; }
.assistant-message.is-user { align-self: flex-end; color: white; }
.assistant-message.is-user p { background: linear-gradient(135deg, #087ecb, #0061a5); box-shadow: 0 9px 22px rgba(0,103,177,.16); }
.assistant-typing p { display: flex; align-items: center; gap: .27rem; min-height: 2.45rem; }
.assistant-typing p span { width: .34rem; height: .34rem; border-radius: 50%; background: #6b8a9d; animation: assistant-dot 1s ease-in-out infinite; }
.assistant-typing p span:nth-child(2) { animation-delay: .13s; }
.assistant-typing p span:nth-child(3) { animation-delay: .26s; }
.assistant-quick-questions {
  flex: 0 0 auto;
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding: .15rem 1rem .75rem;
  scrollbar-width: none;
}
.assistant-quick-questions::-webkit-scrollbar { display: none; }
.assistant-quick-questions button {
  flex: 0 0 auto;
  padding: .48rem .68rem;
  border: 1px solid #bcd3df;
  border-radius: 99px;
  color: #31546a;
  background: white;
  font-size: .61rem;
  font-weight: 750;
  white-space: nowrap;
}
.assistant-quick-questions button:hover { color: white; border-color: var(--blue); background: var(--blue); }
.assistant-contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d5e0e6; border-bottom: 1px solid #d5e0e6; background: white; }
.assistant-contact-actions a { min-height: 2.65rem; display: flex; align-items: center; justify-content: center; gap: .35rem; border-right: 1px solid #d5e0e6; color: #31546a; font-size: .62rem; font-weight: 800; }
.assistant-contact-actions a:last-child { border-right: 0; }
.assistant-contact-actions a:hover { color: var(--blue); background: #edf8fe; }
.assistant-form { flex: 0 0 auto; padding: .8rem 1rem .3rem; background: white; }
.assistant-form label { display: block; margin: 0 0 .4rem; color: #657883; font-size: .56rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.assistant-form > div { display: grid; grid-template-columns: 1fr 2.8rem; border: 1px solid #b9cbd5; background: #f8fbfc; transition: border-color .2s ease, box-shadow .2s ease; }
.assistant-form > div:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,103,177,.1); }
.assistant-form input { min-width: 0; height: 2.85rem; padding: 0 .75rem; border: 0; outline: 0; color: #172f3e; background: transparent; font-size: .76rem; }
.assistant-form input::placeholder { color: #8598a3; }
.assistant-form button { display: grid; place-items: center; border: 0; color: white; background: var(--blue); }
.assistant-form button:disabled { color: #8aa0ad; background: #dce6eb; cursor: not-allowed; }
.assistant-privacy { margin: 0; padding: .18rem 1rem .7rem; color: #83939c; background: white; text-align: center; font-size: .53rem; }

@keyframes assistant-panel-in {
  from { opacity: 0; transform: translateY(1.1rem) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes assistant-dot {
  0%, 65%, 100% { opacity: .35; transform: translateY(0); }
  32% { opacity: 1; transform: translateY(-.22rem); }
}

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; background: white; color: var(--ink); padding: .8rem 1rem; border-radius: .3rem; }
.skip-link:focus { top: 1rem; }
.site-shell { width: min(1240px, calc(100% - 3rem)); margin-inline: auto; }
.cover-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.section { padding: 7.5rem 0; }
.section-light { background: var(--paper); }
.section-heading { margin-bottom: 3rem; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 5rem; align-items: end; }
.split-heading > p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; margin: 0 0 .5rem; max-width: 39rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; color: var(--blue); font-size: .72rem; line-height: 1.2; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 1.25rem; }
.eyebrow > span { width: 2.2rem; height: 1px; background: currentColor; }
.eyebrow-light { color: #7fc9ff; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { letter-spacing: -.035em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.4rem); line-height: .98; margin: 0; font-weight: 710; }
.large-copy { font-size: 1.18rem; line-height: 1.8; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding-bottom: .35rem; border-bottom: 1px solid currentColor; }
.text-link svg, .button svg { transition: transform .2s ease; }
.text-link:hover svg, .button:hover svg { transform: translateX(4px); }
.text-link-light { color: white; }

.button { min-height: 3.5rem; padding: .95rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid transparent; font-weight: 760; font-size: .86rem; letter-spacing: .03em; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-bright); color: white; }
.button-primary:hover { background: #0878c7; }
.button-ghost { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: white; color: var(--ink); }
.button-white { background: white; color: var(--ink); }
.button-white:hover { background: var(--lime); }

.utility-bar { background: var(--navy); color: #a9bcc9; font-size: .69rem; letter-spacing: .04em; }
.utility-inner { min-height: 2.25rem; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner > div { display: flex; gap: 1.25rem; }
.utility-inner a { display: flex; align-items: center; gap: .35rem; }
.utility-inner a:hover { color: white; }
.nav-bar { position: relative; z-index: 80; background: rgba(255,255,255,.98); border-bottom: 1px solid #e5eaed; }
.nav-inner { min-height: 5.3rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2.3rem; }
.brand { display: inline-flex; width: fit-content; }
.brand img { width: 12.8rem; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a { color: #32414b; font-size: .78rem; font-weight: 740; letter-spacing: .07em; text-transform: uppercase; position: relative; display: inline-flex; align-items: center; gap: .35rem; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.55rem; height: 2px; background: var(--blue); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.nav-cta { background: var(--blue); color: white; padding: .9rem 1.25rem; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; display: flex; align-items: center; gap: .35rem; font-size: .7rem; text-transform: uppercase; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: 3rem; min-width: 16rem; padding: .8rem; background: white; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(0,0,0,.16); display: grid; }
.mobile-menu nav a { padding: .8rem; font-weight: 700; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: .5rem; }

.hero { min-height: 44rem; position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 8% 8%, #0c3652 0, var(--navy) 42%, #020b12 100%); }
.hero-grid { min-height: 44rem; display: grid; grid-template-columns: .92fr 1.08fr; position: relative; z-index: 2; }
.hero-copy { padding: 7rem 5rem 6rem 0; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { font-size: clamp(3.8rem, 7vw, 6.9rem); line-height: .87; font-weight: 720; margin: 0; max-width: 12ch; }
.hero h1 em { display: block; color: #8bcfff; font-style: normal; font-weight: 400; }
.hero-lead { max-width: 42rem; color: #b8c9d4; font-size: 1.14rem; line-height: 1.72; margin: 2rem 0 0; }
.hero-actions { display: flex; gap: .85rem; margin-top: 2.2rem; }
.hero-promises { list-style: none; padding: 0; margin: 2.1rem 0 0; display: flex; flex-wrap: wrap; gap: 1.1rem; color: #c0d0da; font-size: .78rem; }
.hero-promises li { display: flex; gap: .35rem; align-items: center; }
.hero-promises svg { color: var(--lime); }
.hero-media { min-height: 44rem; position: relative; margin-right: calc((100vw - min(1240px, calc(100vw - 3rem))) / -2); overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,21,34,.65), transparent 38%), linear-gradient(0deg, rgba(2,11,18,.42), transparent 45%); }
.hero-scan { position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #9ed7ff, transparent); box-shadow: 0 0 14px #57b8ff; animation: scan 5.5s ease-in-out infinite; }
.hero-media-caption { position: absolute; z-index: 3; right: 2.2rem; top: 2rem; display: flex; gap: .8rem; align-items: flex-start; color: white; }
.hero-media-caption span { color: var(--lime); font-weight: 800; font-size: .74rem; }
.hero-media-caption p { margin: 0; font-size: .72rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.hero-inset { position: absolute; z-index: 4; right: 2rem; bottom: 2rem; width: 12rem; height: 10rem; border: .55rem solid var(--navy); overflow: hidden; }
.live-card { position: absolute; z-index: 4; left: 2rem; bottom: 2rem; background: rgba(2,15,25,.88); backdrop-filter: blur(12px); display: flex; gap: .8rem; align-items: center; padding: 1rem 1.15rem; border-left: 2px solid var(--lime); }
.live-card svg { color: var(--lime); }
.live-card strong, .live-card span { display: block; }
.live-card strong { font-size: .8rem; }
.live-card span { font-size: .68rem; margin-top: .2rem; color: #a9becb; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(90deg, black, transparent 65%); }
@keyframes scan { 0%,100% { top: 12%; opacity: 0; } 15%,85% { opacity: .9; } 50% { top: 88%; } }

.proof-bar { background: var(--blue); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { min-height: 7.2rem; display: flex; align-items: center; gap: .85rem; border-right: 1px solid rgba(255,255,255,.25); padding: 1.2rem 1.6rem; }
.proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.proof-grid strong { font-size: 2.1rem; letter-spacing: -.05em; }
.proof-grid span { font-size: .72rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; color: #d7efff; }

.trust-section { padding-block: 4rem; }
.trust-label { text-align: center; text-transform: uppercase; color: #7a858c; font-size: .66rem; letter-spacing: .17em; font-weight: 800; margin: 0 0 2rem; }
.logo-row { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; border: 1px solid var(--line); }
.client-logo { min-height: 6.6rem; display: flex; align-items: center; justify-content: center; padding: 1.4rem; filter: grayscale(1); border-right: 1px solid var(--line); transition: filter .2s ease, background .2s ease; }
.client-logo img { width: auto; height: auto; max-width: 12rem; max-height: 3.6rem; object-fit: contain; }
.client-logo:last-child { border-right: 0; }
.client-logo:hover { filter: grayscale(0); background: var(--paper); }
.client-logo-text { color: #39505f; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
.client-logo-fitup, .client-logo-fitup:hover { background: #101820; filter: none; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #cfd9df; border-left: 1px solid #cfd9df; }
.service-card { min-height: 30rem; background: white; border-right: 1px solid #cfd9df; border-bottom: 1px solid #cfd9df; padding: 2rem; display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.service-card:hover { background: var(--blue-deep); color: white; transform: translateY(-5px); }
.service-card:hover p, .service-card:hover ul { color: #b7cad6; }
.service-card:hover a, .service-card:hover svg { color: var(--lime); }
.service-card-top { display: flex; justify-content: space-between; align-items: flex-start; color: var(--blue); }
.service-number { font-size: .67rem; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { font-size: 1.7rem; line-height: 1.06; margin: 4rem 0 1.2rem; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: .93rem; margin: 0; }
.service-card ul { padding: 0; margin: 1.6rem 0; list-style: none; color: #47565f; font-size: .78rem; line-height: 1.8; }
.service-card ul li::before { content: "—"; color: var(--blue); margin-right: .5rem; }
.service-card a { margin-top: auto; display: inline-flex; align-items: center; gap: .3rem; color: var(--blue); text-transform: uppercase; font-weight: 800; font-size: .7rem; letter-spacing: .08em; }

.field-section { background: white; }
.field-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 7rem; align-items: center; }
.image-frame { position: relative; overflow: hidden; }
.field-image { min-height: 42rem; }
.field-image::before, .service-detail-image::before { content: ""; position: absolute; z-index: 2; inset: 1.2rem; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.image-index { position: absolute; z-index: 3; left: 1.2rem; bottom: 1.2rem; background: var(--navy); color: white; padding: .7rem .85rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.field-copy h2 { max-width: 11ch; }
.field-copy > .large-copy { max-width: 38rem; margin: 1.8rem 0 2.2rem; }
.process-list { padding: 0; margin: 0 0 2.4rem; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 3rem 1fr; gap: .8rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--blue); font-size: .7rem; font-weight: 800; }
.process-list strong { font-size: 1rem; }
.process-list p { color: var(--muted); font-size: .85rem; margin: .25rem 0 0; }

.projects-section { background: var(--navy); color: white; }
.light-heading > p { color: #9aafb8; }
.project-feature { display: grid; grid-template-columns: 1.45fr .75fr; min-height: 34rem; border: 1px solid rgba(255,255,255,.18); }
.project-feature-image { position: relative; min-height: 34rem; }
.project-feature-copy { padding: 3.2rem; display: flex; flex-direction: column; justify-content: center; background: #071f31; }
.project-kicker { color: var(--lime); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-feature-copy h3 { font-size: 2.4rem; margin: 1rem 0; }
.project-feature-copy > p { color: #aebfca; line-height: 1.75; }
.project-feature-copy ul { list-style: none; padding: 0; margin: 1.2rem 0 2rem; }
.project-feature-copy li { display: flex; align-items: center; gap: .5rem; padding: .45rem 0; font-size: .8rem; color: #d5e0e6; }
.project-feature-copy li svg { color: var(--lime); }
.project-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid rgba(255,255,255,.15); margin-top: 2rem; }
.project-mini-grid article { padding: 2rem; border-right: 1px solid rgba(255,255,255,.15); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.project-mini-grid svg { color: #66c1ff; }
.project-mini-grid span { display: block; color: #7e97a6; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; margin: 2.4rem 0 .5rem; }
.project-mini-grid h3 { font-size: 1.4rem; margin: 0 0 .8rem; }
.project-mini-grid p { color: #9eb0ba; line-height: 1.6; margin: 0; font-size: .86rem; }

.values-section { background: white; }
.values-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; }
.values-grid h2 { max-width: 11ch; }
.value-list { border-top: 1px solid var(--line); }
.value-list article { padding: 1.7rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; }
.value-list svg { color: var(--blue); }
.value-list h3 { font-size: 1.2rem; margin: 0 0 .45rem; }
.value-list p { color: var(--muted); margin: 0; line-height: 1.65; }

.cta-section { background: var(--blue); color: white; padding: 5.8rem 0; position: relative; overflow: hidden; }
.cta-section::after { content: ""; position: absolute; width: 30rem; height: 30rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; right: -8rem; top: -15rem; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.02); }
.cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 6rem; align-items: end; position: relative; z-index: 2; }
.cta-grid h2 { max-width: 13ch; }
.cta-grid > div:last-child p { color: #d5ecfb; line-height: 1.7; margin: 0 0 1.4rem; }

.site-footer { background: #030c12; color: white; padding-top: 5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1.1fr 1fr; gap: 4rem; padding-bottom: 4rem; }
.footer-logo { background: white; padding: .55rem 1rem; width: fit-content; }
.footer-brand > p { color: #8ea2af; line-height: 1.7; max-width: 20rem; }
.site-footer h2 { font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: #728995; margin: 0 0 1.2rem; }
.site-footer nav, .site-footer address { display: grid; gap: .8rem; font-style: normal; }
.site-footer nav a, .site-footer address a { color: #c4d1d8; font-size: .84rem; }
.site-footer address a { display: flex; gap: .55rem; align-items: flex-start; line-height: 1.5; }
.site-footer a:hover { color: var(--lime); }
.footer-action p { color: #8ea2af; font-size: .85rem; line-height: 1.65; }
.footer-action a { display: inline-flex; gap: .5rem; align-items: center; color: white; font-weight: 800; font-size: .8rem; border-bottom: 1px solid var(--lime); padding-bottom: .4rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); min-height: 4.2rem; display: flex; justify-content: space-between; align-items: center; color: #667b87; font-size: .67rem; }
.footer-bottom div { display: flex; gap: .6rem; }

.page-hero { background: var(--navy); color: white; overflow: hidden; }
.page-hero-grid { min-height: 34rem; display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; }
.page-hero-grid > *, .service-detail > *, .case-study > * { min-width: 0; }
.page-hero-grid > div:first-child { padding: 6.2rem 5rem 5rem 0; display: flex; flex-direction: column; justify-content: center; }
.page-hero h1, .contact-hero h1 { font-size: clamp(3.5rem, 6vw, 6rem); line-height: .92; margin: 0; max-width: 13ch; }
.page-hero-grid > div:first-child > p:last-child, .contact-hero-grid > div:first-child > p:last-child { color: #afc0ca; max-width: 40rem; font-size: 1.08rem; line-height: 1.75; margin: 1.7rem 0 0; }
.page-hero-image { position: relative; min-height: 34rem; margin-right: calc((100vw - min(1240px, calc(100vw - 3rem))) / -2); overflow: hidden; isolation: isolate; }
.page-hero-grid > div:first-child > * { animation: hero-enter .78s both; }
.page-hero-grid > div:first-child > :nth-child(2) { animation-delay: .08s; }
.page-hero-grid > div:first-child > :nth-child(3) { animation-delay: .16s; }
.page-hero-image .cover-image { animation: hero-breathe 17s ease-in-out infinite alternate; }
.page-hero-image::before { content: ""; position: absolute; z-index: 2; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #9ed7ff, transparent); box-shadow: 0 0 14px #57b8ff; animation: scan 6.5s ease-in-out infinite; }
.page-hero-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(6,21,34,.42), transparent 40%); }
.page-hero-corner { position: absolute; z-index: 3; inset: 1rem; width: auto; height: auto; border: 1px solid rgba(255,255,255,.3); border-left: 2px solid var(--lime); border-bottom: 2px solid var(--lime); pointer-events: none; }

.service-detail-list { display: grid; gap: 8rem; }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 6.5rem; align-items: center; scroll-margin-top: 2rem; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image { min-height: 36rem; border: 1px solid var(--line); }
.service-detail-image .cover-image, .case-image .cover-image, .team-photo .cover-image { transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .6s ease; }
.service-detail-image:hover .cover-image, .case-image:hover .cover-image, .team-card:hover .cover-image { transform: scale(1.045); filter: saturate(1.1); }
.service-detail-copy h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.detail-number { color: var(--blue); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.service-detail-copy ul, .case-copy ul, .story-copy ul { list-style: none; padding: 0; margin: 1.8rem 0 2.2rem; border-top: 1px solid var(--line); }
.service-detail-copy li, .case-copy li, .story-copy li { display: flex; gap: .6rem; align-items: center; padding: .8rem 0; border-bottom: 1px solid var(--line); color: #43525b; }
.service-detail-copy li svg, .case-copy li svg, .story-copy li svg { color: var(--blue); flex: 0 0 auto; }
.dark-band { background: var(--navy); color: white; }
.dark-band-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; align-items: end; }
.dark-band-grid h2 { max-width: 12ch; }
.dark-band-grid > div:last-child p { color: #aebfca; font-size: 1.1rem; line-height: 1.8; margin: 0 0 1.8rem; }

.case-list { display: grid; gap: 6rem; }
.case-study { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.case-study:nth-child(even) .case-image { order: 2; }
.case-image { min-height: 33rem; position: relative; overflow: hidden; border: 1px solid var(--line); }
.case-image > span { position: absolute; left: 0; top: 0; z-index: 3; background: var(--blue); color: white; padding: 1rem; font-weight: 800; }
.case-copy h2 { font-size: clamp(2.7rem, 4vw, 4.4rem); }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.story-grid h2 { max-width: 12ch; }
.story-copy > p { color: var(--muted); font-size: 1.08rem; line-height: 1.85; margin-top: 0; }
.team-section { background: white; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.team-card { border: 1px solid var(--line); padding-bottom: 1.5rem; background: var(--paper); }
.team-card { overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.team-card:hover { transform: translateY(-7px); border-color: #b7d5e7; box-shadow: 0 24px 54px rgba(8,44,65,.12); }
.team-photo { position: relative; height: 19rem; background: #e7ecef; overflow: hidden; }
.team-card:nth-child(3) .team-photo img { object-position: center 30%; }
.team-card > span { display: block; margin: 1.2rem 1.3rem .6rem; color: var(--blue); font-size: .65rem; font-weight: 800; }
.team-card h3 { font-size: 1.15rem; margin: 0 1.3rem .35rem; }
.team-card p { margin: 0 1.3rem; color: var(--muted); font-size: .8rem; }
.growth-section { background: var(--navy); color: white; }
.growth-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7rem; align-items: end; }
.growth-grid > div:first-child > p:last-child { color: #9fb1bc; font-size: 1.05rem; line-height: 1.7; }
.growth-table { border: 1px solid rgba(255,255,255,.18); }
.growth-row { display: grid; grid-template-columns: .75fr 1.25fr; border-bottom: 1px solid rgba(255,255,255,.14); }
.growth-row:last-child { border-bottom: 0; }
.growth-row > * { padding: 1.25rem 1.35rem; border-right: 1px solid rgba(255,255,255,.14); }
.growth-row > *:last-child { border-right: 0; }
.growth-head { color: #87cef9; text-transform: uppercase; font-size: .65rem; letter-spacing: .1em; font-weight: 800; }

.contact-hero { background: var(--navy); color: white; padding: 6.5rem 0; }
.contact-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7rem; align-items: center; }
.contact-direct { border-top: 1px solid rgba(255,255,255,.2); }
.contact-direct a { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.2); align-items: center; }
.contact-direct svg { color: var(--lime); }
.contact-direct small, .contact-direct strong { display: block; }
.contact-direct small { color: #7f96a4; text-transform: uppercase; letter-spacing: .1em; font-size: .6rem; margin-bottom: .35rem; }
.contact-direct strong { font-size: 1rem; line-height: 1.45; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7rem; align-items: start; }
.contact-grid h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.contact-notes { margin-top: 2.3rem; border-top: 1px solid var(--line); padding-top: 1.4rem; }
.contact-notes ul { padding-left: 1.2rem; color: var(--muted); line-height: 1.9; }
.contact-form { background: white; border: 1px solid var(--line); padding: 2.2rem; box-shadow: 0 28px 70px rgba(19,44,60,.08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .45rem; color: #31414b; font-size: .75rem; font-weight: 800; letter-spacing: .03em; margin-bottom: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd7dd; background: #fbfcfc; color: var(--ink); padding: .85rem .9rem; outline: none; border-radius: 0; font-weight: 450; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,103,177,.12); }
.contact-form textarea { resize: vertical; }
.form-submit { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-top: .4rem; }
.form-submit p { max-width: 20rem; color: #6d7c84; font-size: .7rem; line-height: 1.55; }
.form-submit button { border: 0; }
.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7rem; }
.faq-grid h2 { font-size: 3.2rem; }
.faq-grid details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.faq-grid details:last-child { border-bottom: 1px solid var(--line); }
.faq-grid summary { cursor: pointer; font-weight: 760; list-style: none; padding-right: 2rem; position: relative; }
.faq-grid summary::after { content: "+"; position: absolute; right: .2rem; color: var(--blue); font-size: 1.2rem; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { color: var(--muted); line-height: 1.7; margin: 1rem 2rem .2rem 0; }

.legal-page { background: var(--paper); padding: 6rem 0 8rem; }
.legal-shell { max-width: 850px; }
.legal-page h1 { font-size: clamp(3.2rem, 6vw, 5.4rem); margin: 0; }
.legal-updated { color: var(--muted); margin: 1rem 0 3.5rem; }
.legal-page section { background: white; border-top: 2px solid var(--blue); padding: 2rem; margin: 0 0 1rem; }
.legal-page h2 { font-size: 1.25rem; line-height: 1.2; margin-bottom: .8rem; }
.legal-page section p { color: var(--muted); line-height: 1.8; margin: 0; }
.legal-page section a { color: var(--blue); text-decoration: underline; }

.admin-page { min-height: 100vh; background: #edf2f5; padding: 4.5rem 0 7rem; }
.admin-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; }
.admin-head h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .9; margin: 0; }
.admin-head > div > p:last-child { color: var(--muted); }
.admin-head > a { color: var(--blue); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-bottom: 1px solid currentColor; padding-bottom: .35rem; }
.admin-dashboard { display: grid; gap: 1.5rem; }
.admin-section { background: white; border: 1px solid var(--line); padding: 2.2rem; box-shadow: 0 24px 70px rgba(25,54,71,.07); }
.admin-section-title { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 1.7rem; border-bottom: 1px solid var(--line); }
.admin-section-title span { color: var(--blue); font-size: .65rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.admin-section-title h2 { font-size: 2rem; margin-top: .4rem; }
.admin-section-title > p { max-width: 28rem; color: var(--muted); line-height: 1.6; font-size: .82rem; margin: 0; }
.admin-metrics { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); margin: 1.5rem 0; }
.admin-metrics article { min-height: 8rem; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; border: 1px solid var(--line); border-left: 0; }
.admin-metrics strong { color: var(--ink); font-size: 2.5rem; line-height: 1; letter-spacing: -.05em; overflow-wrap: anywhere; }
.admin-metrics span { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; margin-top: .7rem; }
.analytics-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1rem; }
.analytics-panel { border: 1px solid var(--line); padding: 1.4rem; min-height: 15rem; }
.analytics-panel h3 { margin: 0 0 1.2rem; font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.analytics-panel ol { list-style: none; padding: 0; margin: 0; }
.analytics-panel li { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding: .7rem 0; color: var(--muted); font-size: .78rem; }
.analytics-panel li strong { color: var(--blue); }
.bar-chart { height: 11rem; display: flex; align-items: end; gap: .45rem; border-bottom: 1px solid var(--line); padding-top: 1rem; }
.bar-chart > div { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: .35rem; }
.bar-chart > div > span { width: 100%; max-width: 1.8rem; background: linear-gradient(180deg, var(--blue-bright), var(--blue)); min-height: .4rem; }
.bar-chart small { font-size: .55rem; color: #76858d; writing-mode: vertical-rl; transform: rotate(180deg); height: 2.2rem; }
.bar-chart > p { color: var(--muted); font-size: .8rem; align-self: center; }
.admin-form { margin-top: 1.8rem; }
.admin-form label { display: grid; gap: .45rem; color: #31414b; font-size: .75rem; font-weight: 800; letter-spacing: .03em; margin-bottom: 1rem; }
.admin-form input, .admin-form textarea { width: 100%; border: 1px solid #cbd7dd; background: #f9fbfc; color: var(--ink); padding: .9rem; outline: none; }
.admin-form input:focus, .admin-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,103,177,.12); }
.admin-form-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.admin-form-footer p { color: var(--muted); font-size: .78rem; }
.admin-form-footer button { border: 0; }
.admin-denied { max-width: 760px; background: white; padding: 3rem; border-top: 3px solid var(--blue); }
.admin-denied h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); margin: 0; }
.admin-denied > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; margin: 1.3rem 0 2rem; }

.admin-login-page { min-height: calc(100svh - 7.55rem); padding: 4.5rem 0; display: grid; place-items: center; background: radial-gradient(circle at 12% 0%, #0d4161 0, #061b2a 35%, #020c13 100%); }
.admin-login-shell { width: min(1120px, calc(100% - 3rem)); display: grid; grid-template-columns: 1.08fr .92fr; min-height: 39rem; background: white; box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.admin-login-brand { position: relative; isolation: isolate; overflow: hidden; padding: 4rem; color: white; display: flex; flex-direction: column; justify-content: end; background: url('assets/centrale-operativa.webp') center / cover; }
.admin-login-brand::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(2,11,18,.3), rgba(2,15,25,.97)), linear-gradient(90deg, rgba(0,103,177,.36), transparent); }
.admin-login-brand::after { content: ""; position: absolute; z-index: -1; inset: 1.2rem; border: 1px solid rgba(137,211,255,.28); pointer-events: none; }
.admin-login-brand > img { position: absolute; top: 3rem; left: 3rem; width: 13rem; height: auto; padding: .55rem .85rem; background: rgba(255,255,255,.96); }
.admin-login-brand h1 { max-width: 10ch; margin: 0; font-size: clamp(3.5rem, 5vw, 5.4rem); line-height: .9; }
.admin-login-brand h1 em { color: #80d3ff; font-style: normal; font-weight: 420; }
.admin-login-brand > p:not(.eyebrow) { max-width: 31rem; margin: 1.5rem 0; color: #b8cad4; font-size: 1rem; line-height: 1.7; }
.admin-login-trust { display: flex; align-items: center; gap: .65rem; color: #d5e7ef; font-size: .75rem; }
.admin-login-trust svg { color: var(--lime); }
.admin-login-card { padding: 4rem; display: flex; flex-direction: column; justify-content: center; }
.admin-login-icon { width: 3.3rem; height: 3.3rem; display: grid; place-items: center; color: white; background: var(--blue); box-shadow: 0 12px 28px rgba(0,103,177,.22); }
.admin-login-kicker { margin: 1.5rem 0 .65rem; color: var(--blue); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.admin-login-card h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 3.5rem); }
.admin-login-intro { margin: 1rem 0 2rem; color: var(--muted); line-height: 1.65; }
.admin-login-form { display: grid; gap: 1.3rem; }
.admin-login-form [data-slot="field"] { gap: .48rem; }
.admin-login-form [data-slot="field-label"], .admin-password-form label { color: #31414b; font-size: .75rem; font-weight: 800; letter-spacing: .03em; }
.admin-login-form [data-slot="input"], .admin-password-form [data-slot="input"] { min-height: 3.25rem; border: 1px solid #cbd7dd; border-radius: 0; background: #f9fbfc; padding: .85rem .95rem; box-shadow: none; }
.admin-login-form [data-slot="input"]:focus-visible, .admin-password-form [data-slot="input"]:focus-visible { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,103,177,.12); }
.admin-login-form [data-slot="field-description"] { color: #6c7c85; font-size: .68rem; }
.admin-password-field { position: relative; }
.admin-password-field [data-slot="input"] { padding-right: 3.2rem; }
.admin-password-field > button { position: absolute; right: .7rem; top: 50%; transform: translateY(-50%); display: grid; place-items: center; border: 0; color: #61737e; background: transparent; }
.admin-login-status { min-height: 1.2rem; margin: -.2rem 0 0; color: #a42424; font-size: .74rem; }
.admin-login-submit { width: 100%; min-height: 3.45rem; border-radius: 0; }
.admin-logout { border: 0; border-bottom: 1px solid currentColor; padding: 0 0 .35rem; background: transparent; color: var(--blue); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.admin-security-notice { display: grid; grid-template-columns: 2rem 1fr; gap: .9rem; align-items: start; padding: 1.25rem 1.4rem; color: #173449; background: #efffd4; border-left: 4px solid #86c900; box-shadow: 0 14px 40px rgba(63,98,18,.08); }
.admin-security-notice svg { color: #4c7900; }
.admin-security-notice strong { display: block; margin-bottom: .25rem; }
.admin-security-notice p { margin: 0; color: #4d645b; font-size: .82rem; line-height: 1.55; }
.admin-password-form { max-width: 52rem; margin-top: 1.8rem; }
.admin-password-heading { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: 1.4rem; color: var(--blue); }
.admin-password-heading strong { display: block; color: var(--ink); }
.admin-password-heading p { margin: .25rem 0 0; color: var(--muted); font-size: .76rem; }
.admin-password-form label { display: grid; gap: .45rem; margin-bottom: 1rem; }
.admin-security-section { border-top: 3px solid var(--blue); }

/* Versione 2: composizione visiva e movimento */
.site-header { position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 28px rgba(0, 13, 23, .08); }
.nav-bar { backdrop-filter: blur(18px); }
.nav-cta { position: relative; overflow: hidden; }
.nav-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.34) 50%, transparent 80%); transform: translateX(-120%); transition: transform .65s ease; }
.nav-cta:hover::after { transform: translateX(120%); }
.section { padding: 6.2rem 0; }
[data-reveal] { opacity: 1; transform: translateY(0); }
.motion-ready [data-reveal] { opacity: .82; transform: translateY(24px); filter: saturate(.92); transition: opacity .72s cubic-bezier(.2,.75,.2,1), transform .72s cubic-bezier(.2,.75,.2,1), filter .72s ease; }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); filter: saturate(1); }

.hero { min-height: calc(100svh - 7.55rem); background: #020b12; }
.hero-grid { min-height: calc(100svh - 7.55rem); }
.hero-copy { padding-top: 5.6rem; padding-bottom: 5.6rem; position: relative; overflow: hidden; }
.hero-copy::before { content: "URBAN / SECURITY"; position: absolute; left: -.3rem; bottom: 1.2rem; color: transparent; -webkit-text-stroke: 1px rgba(101,194,255,.08); font-size: 4.8rem; font-weight: 900; letter-spacing: .04em; white-space: nowrap; pointer-events: none; }
.hero-copy > * { position: relative; z-index: 2; animation: hero-enter .85s both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-copy > :nth-child(5) { animation-delay: .32s; }
.hero-copy > :nth-child(6) { animation-delay: .40s; }
.hero-status { width: fit-content; display: flex; align-items: center; gap: .6rem; padding: .52rem .72rem; margin-bottom: 1.5rem; color: #b9d8e9; border: 1px solid rgba(126,203,250,.24); background: rgba(6,31,48,.72); font-size: .63rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-status span { width: .48rem; height: .48rem; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 .35rem rgba(185,255,44,.09), 0 0 18px rgba(185,255,44,.45); animation: status-pulse 2.2s ease-in-out infinite; }
.hero h1 { font-size: clamp(4rem, 7vw, 7rem); text-shadow: 0 10px 45px rgba(0,0,0,.16); }
.hero h1 em { background: linear-gradient(90deg, #6bc5ff, #c9eeff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-media > .cover-image { animation: hero-breathe 15s ease-in-out infinite alternate; }
.hero-media::before { content: ""; position: absolute; z-index: 3; inset: 0; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 4px, rgba(255,255,255,.018) 5px); pointer-events: none; }
.hero-media-caption { padding: .7rem .8rem; background: rgba(2,11,18,.55); backdrop-filter: blur(10px); border-right: 2px solid var(--lime); }
.hero-corners { position: absolute; z-index: 5; inset: 1.1rem; pointer-events: none; }
.hero-corners span { position: absolute; width: 1.7rem; height: 1.7rem; opacity: .72; }
.hero-corners span:nth-child(1) { left: 0; top: 0; border-left: 1px solid #89d3ff; border-top: 1px solid #89d3ff; }
.hero-corners span:nth-child(2) { right: 0; top: 0; border-right: 1px solid #89d3ff; border-top: 1px solid #89d3ff; }
.hero-corners span:nth-child(3) { left: 0; bottom: 0; border-left: 1px solid #89d3ff; border-bottom: 1px solid #89d3ff; }
.hero-corners span:nth-child(4) { right: 0; bottom: 0; border-right: 1px solid #89d3ff; border-bottom: 1px solid #89d3ff; }
.hero-inset { box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.live-card { animation: card-float 4.5s ease-in-out infinite; }

.proof-bar { background: linear-gradient(90deg, #0067b1 0%, #087ecb 48%, #005896 100%); box-shadow: 0 16px 45px rgba(0,91,153,.18); }
.proof-grid > div { min-width: 0; position: relative; overflow: hidden; }
.proof-grid > div::after { content: ""; position: absolute; width: 5rem; height: 5rem; right: -3rem; bottom: -3rem; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.proof-grid strong { color: white; text-shadow: 0 8px 20px rgba(0,0,0,.18); }
.proof-grid span { overflow-wrap: anywhere; }

.trust-section { padding: 3.2rem 0; background: white; overflow: hidden; }
.logo-marquee { border: 1px solid var(--line); overflow: hidden; mask-image: linear-gradient(90deg, transparent, black 4%, black 96%, transparent); }
.logo-track { width: max-content; display: flex; animation: logo-flow 42s linear infinite; }
.client-logo { width: 19rem; flex: 0 0 19rem; border-right: 1px solid var(--line); border-bottom: 0; }
.logo-marquee:hover .logo-track { animation-play-state: paused; }

.services-showcase { color: white; background: radial-gradient(circle at 12% 0%, #0d4161 0, #061b2a 34%, #020c13 100%); position: relative; overflow: hidden; }
.services-showcase::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(113,202,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(113,202,255,.16) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(180deg, black, transparent 85%); }
.services-showcase .site-shell { position: relative; z-index: 2; }
.services-showcase .split-heading > p { color: #aac0cc; }
.services-showcase .eyebrow { color: #82d3ff; }
.service-grid { border-color: rgba(126,203,250,.18); gap: 1px; background: rgba(126,203,250,.18); }
.services-showcase .service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 35rem; color: white; background: #071d2b; border: 0; padding: 1.25rem; overflow: hidden; }
.service-card:nth-child(2) { background: #08263b; }
.service-card:nth-child(3) { background: #102231; }
.service-card:nth-child(4) { background: #061824; }
.service-card:nth-child(5) { background: #092536; }
.service-card:nth-child(6) { background: #071b29; }
.service-card:hover { background: #0b2f46; transform: translateY(-9px); box-shadow: 0 25px 70px rgba(0,0,0,.32); }
.service-card-top { color: #76cffd; padding: .25rem .15rem 0; }
.service-card-media { height: 10.5rem; position: relative; overflow: hidden; margin: 1.15rem 0 1.5rem; border: 1px solid rgba(255,255,255,.14); }
.service-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,12,19,.68), transparent 65%); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .5s ease; }
.service-card-media img[src*="antintrusione-ksenia"], .service-detail-image img[src*="antintrusione-ksenia"] { object-position: center 45%; }
.service-card-media img[src*="sistema-evac"], .service-detail-image img[src*="sistema-evac"] { object-position: center 27%; }
.service-card-media img[src*="rack-rete-strutturata"], .service-detail-image img[src*="rack-rete-strutturata"] { object-position: 74% center; }
.service-card:hover .service-card-media img { transform: scale(1.09); filter: saturate(1.2) contrast(1.04); }
.service-card-media span { position: absolute; z-index: 2; left: .75rem; bottom: .65rem; color: white; font-size: .58rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.service-card h3 { font-size: 1.65rem; margin: 0 0 .8rem; }
.service-card p { color: #b6c8d2; }
.service-card ul { color: #9fb2bd; margin: 1rem 0 1.2rem; }
.service-card ul li::before, .service-card a, .service-card:hover a, .service-card:hover svg { color: var(--lime); }

.impact-gallery { display: grid; grid-template-columns: 1.08fr 1fr .92fr; background: #020b12; }
.impact-gallery figure { height: 30rem; margin: 0; position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.16); }
.impact-gallery figure:last-child { border-right: 0; }
.impact-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.75,.2,1), filter .6s ease; }
.impact-gallery img[src*="intervento-chiesa"] { object-position: center; }
.impact-gallery img[src*="precisione-tecnica-multimetro"] { object-position: center 52%; }
.impact-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,11,18,.92) 0, rgba(2,11,18,.08) 66%); }
.impact-gallery figure:hover img { transform: scale(1.055); filter: saturate(1.2); }
.impact-gallery figcaption { position: absolute; z-index: 2; left: 1.7rem; right: 1.7rem; bottom: 1.7rem; color: white; display: grid; grid-template-columns: 2.3rem 1fr; }
.impact-gallery figcaption span { color: var(--lime); font-weight: 850; font-size: .72rem; grid-row: 1 / 3; }
.impact-gallery figcaption strong { font-size: 1.25rem; }
.impact-gallery figcaption small { color: #b4c4cd; margin-top: .25rem; }

.field-section { background: radial-gradient(circle at 86% 10%, #e3f2fa 0, #f7fafb 34%, #ffffff 70%); position: relative; overflow: hidden; }
.field-section::after { content: "01"; position: absolute; right: -1rem; top: -5rem; color: transparent; -webkit-text-stroke: 1px rgba(0,103,177,.08); font-size: 20rem; font-weight: 900; line-height: 1; pointer-events: none; }
.field-grid { position: relative; z-index: 2; gap: 5.5rem; }
.field-image { min-height: 38rem; box-shadow: 0 32px 80px rgba(8,44,65,.16); }
.field-image .cover-image { transition: transform 1.1s cubic-bezier(.2,.75,.2,1); }
.field-image.is-visible .cover-image { transform: scale(1.025); }
.process-list li { transition: padding-left .25s ease, background .25s ease; }
.process-list li:hover { padding-left: .7rem; background: rgba(0,103,177,.035); }

.projects-section { background: radial-gradient(circle at 82% 18%, #0d3550 0, #051827 35%, #020b12 72%); position: relative; overflow: hidden; }
.projects-section::before { content: "PROJECTS"; position: absolute; left: 3%; top: 1rem; color: transparent; -webkit-text-stroke: 1px rgba(112,204,255,.07); font-size: clamp(5rem, 12vw, 12rem); font-weight: 900; letter-spacing: .08em; }
.project-feature { position: relative; box-shadow: 0 34px 90px rgba(0,0,0,.34); }
.project-feature-image .cover-image { transition: transform 1s ease, filter 1s ease; }
.project-feature:hover .project-feature-image .cover-image { transform: scale(1.035); filter: saturate(1.12); }
.project-mini-grid article { transition: background .25s ease, transform .25s ease; }
.project-mini-grid article:hover { background: rgba(29,110,158,.14); transform: translateY(-4px); }

.values-section { color: white; background-image: linear-gradient(90deg, rgba(2,11,18,.96) 0%, rgba(2,20,32,.91) 48%, rgba(3,22,34,.75) 100%), url('assets/quadro-elettrico.webp'); background-size: cover; background-position: center 38%; background-attachment: fixed; position: relative; }
.values-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,155,234,.10), transparent 45%); }
.values-grid { position: relative; z-index: 2; }
.values-section .eyebrow { color: #7ed0ff; }
.value-list { border-color: rgba(255,255,255,.18); backdrop-filter: blur(10px); background: rgba(1,12,20,.28); }
.value-list article { padding: 1.45rem; border-color: rgba(255,255,255,.16); transition: background .25s ease, transform .25s ease; }
.value-list article:hover { background: rgba(33,151,219,.13); transform: translateX(8px); }
.value-list svg { color: var(--lime); }
.value-list p { color: #b1c3cd; }

.cta-section { background-image: linear-gradient(90deg, rgba(0,91,154,.96) 0%, rgba(0,105,177,.88) 50%, rgba(2,31,48,.78) 100%), url('assets/sottopasso-videosorveglianza.webp'); background-size: cover; background-position: center 46%; }
.cta-section::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 50px 50px; }
.cta-section .button-white { box-shadow: 0 18px 40px rgba(0,0,0,.18); }

.growth-row > * { min-width: 0; overflow-wrap: anywhere; }

@keyframes hero-enter { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-breathe { from { transform: scale(1.002); } to { transform: scale(1.028); } }
@keyframes status-pulse { 0%, 100% { opacity: .72; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.12); } }
@keyframes card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes logo-flow { to { transform: translateX(-50%); } }

@media (max-width: 1050px) {
  .site-shell { width: min(100% - 2rem, 920px); }
  .desktop-nav, .nav-cta, .utility-inner > p { display: none; }
  .mobile-menu { display: block; }
  .nav-inner { grid-template-columns: 1fr auto; min-height: 4.6rem; }
  .utility-inner { justify-content: center; }
  .utility-inner > div a:last-child { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { min-height: 38rem; padding: 5rem 0; }
  .hero-media { margin: 0 calc((100vw - min(920px, calc(100vw - 2rem))) / -2); min-height: 34rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.25); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .services-showcase .service-grid { grid-template-columns: 1fr 1fr; }
  .impact-gallery figure { height: 25rem; }
  .field-grid, .values-grid, .story-grid, .growth-grid, .contact-grid, .faq-grid { gap: 4rem; }
  .project-feature { grid-template-columns: 1.1fr .9fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-action { display: none; }
  .analytics-grid { grid-template-columns: 1fr 1fr; }
  .analytics-panel:first-child { grid-column: 1 / -1; }
  .admin-login-card, .admin-login-brand { padding: 3rem; }
}

@media (max-width: 760px) {
  .company-assistant { right: .75rem; bottom: .75rem; }
  .assistant-panel { position: fixed; left: .75rem; right: .75rem; bottom: 5.5rem; width: auto; height: min(40rem, calc(100svh - 6.5rem)); }
  .assistant-launcher { width: 3.75rem; min-height: 3.75rem; padding: .55rem; justify-content: center; border-radius: 50%; }
  .assistant-launcher > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .assistant-launcher-icon { width: 2.55rem; height: 2.55rem; flex-basis: 2.55rem; border-radius: 50%; }
  .assistant-header { min-height: 4.6rem; }
  .assistant-quick-questions { padding-bottom: .6rem; }
  .intro-kicker { left: 1rem; top: 1rem; }
  .intro-kicker strong { display: none; }
  .intro-skip { right: 1rem; top: .75rem; }
  .intro-camera { top: 30%; width: clamp(7.6rem, 34vw, 10.5rem); }
  .intro-camera-left { left: -1.1rem; }
  .intro-camera-right { right: -1.1rem; }
  .intro-camera-led { width: .32rem; height: .32rem; }
  .intro-logo-stage { top: 52%; width: 92vw; }
  .intro-brand-lockup { top: 52%; width: 84vw; }
  .intro-beam { top: 42%; width: 43vw; }
  .intro-beam-left { left: 9%; }
  .intro-beam-right { right: 9%; }
  .intro-telemetry { left: 1rem; right: 1rem; bottom: 1rem; justify-content: center; }
  .intro-telemetry span:first-child, .intro-telemetry span:last-child { display: none; }
  @keyframes intro-brand-sequence {
    0%, 39% {
      left: 50%; top: 52%; width: 84vw; opacity: 0;
      clip-path: inset(0 100% 0 0); transform: translate(-50%, -50%);
    }
    48% {
      left: 50%; top: 52%; width: 84vw; opacity: 1;
      clip-path: inset(0 0 0 0); transform: translate(-50%, -50%);
    }
    69% {
      left: 50%; top: 52%; width: 84vw; opacity: 1;
      clip-path: inset(0 0 0 0); transform: translate(-50%, -50%);
      filter: brightness(0) saturate(100%) invert(78%) sepia(46%) saturate(795%) hue-rotate(169deg) brightness(103%) contrast(103%) drop-shadow(0 0 20px rgba(64, 190, 255, .35));
    }
    90%, 100% {
      left: var(--intro-target-left); top: var(--intro-target-top); width: var(--intro-target-width); opacity: 1;
      clip-path: inset(0 0 0 0); transform: translate(0, 0); filter: none;
    }
  }
  body { overflow-x: clip; }
  .site-shell { width: calc(100% - 2rem); }
  .section { padding: 4.4rem 0; }
  .utility-inner > div { gap: .8rem; }
  .utility-inner > div a:nth-child(2) { display: none; }
  .nav-inner { min-height: 4.75rem; }
  .brand img { width: 9.8rem; }
  .mobile-menu nav { top: 2.65rem; min-width: min(17rem, calc(100vw - 2rem)); padding: .55rem; }
  .mobile-menu nav a { min-height: 3rem; padding: .72rem .8rem; }
  .split-heading, .field-grid, .values-grid, .cta-grid, .service-detail, .case-study, .story-grid, .growth-grid, .contact-hero-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.35rem; }
  h2 { font-size: clamp(2.25rem, 10.5vw, 3.15rem); line-height: 1; }

  .hero { min-height: 0; }
  .hero-grid { width: 100%; min-height: calc(100svh - 7rem); position: relative; display: block; }
  .hero-copy {
    z-index: 7;
    width: calc(100% - 2rem);
    min-height: calc(100svh - 7rem);
    margin-inline: auto;
    padding: 3.1rem 0 2.7rem;
    overflow: visible;
    justify-content: center;
  }
  .hero-copy::before { display: none; }
  .hero-status { margin-bottom: 1.15rem; padding: .48rem .6rem; font-size: .56rem; letter-spacing: .09em; }
  .hero-copy .eyebrow { margin-bottom: 1rem; font-size: .65rem; line-height: 1.45; letter-spacing: .14em; }
  .hero h1 { max-width: 10.5ch; font-size: clamp(3.05rem, 13.2vw, 3.65rem); line-height: .94; }
  .hero-lead { max-width: 33rem; margin-top: 1.35rem; color: #d1dde4; font-size: 1rem; line-height: 1.65; }
  .hero-actions { margin-top: 1.65rem; }
  .hero-actions .button { min-height: 3.35rem; width: auto; padding: .95rem 1.05rem; }
  .hero-actions .button-ghost { display: none; }
  .hero-promises { display: none; }
  .hero-media { position: absolute; inset: 0; min-height: 0; margin: 0; }
  .hero-media > .cover-image { object-position: 58% center; filter: saturate(.9) contrast(1.04); }
  .hero-media::after { z-index: 2; background: linear-gradient(180deg, rgba(2,11,18,.52), rgba(2,11,18,.9) 66%, #020b12 100%), linear-gradient(90deg, rgba(2,11,18,.82), rgba(2,11,18,.25)); }
  .hero-inset, .live-card, .hero-media-caption { display: none; }
  .hero-corners { inset: .7rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 7.5rem; padding: 1rem; flex-direction: column; align-items: flex-start; justify-content: center; gap: .3rem; }
  .proof-grid strong { font-size: 1.8rem; }
  .logo-row { grid-template-columns: 1fr 1fr; }
  .client-logo:nth-child(2) { border-right: 0; }
  .client-logo:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid, .services-showcase .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 1.35rem; }
  .service-card-media { height: 12rem; margin: 1rem 0 0; }
  .service-card h3 { margin: 1.35rem 0 .85rem; font-size: 1.65rem; }
  .service-card p { font-size: 1rem; }
  .service-card ul { font-size: .9rem; }
  .impact-gallery { grid-template-columns: 1fr; }
  .impact-gallery figure { height: 20rem; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .impact-gallery figure:last-child { border-bottom: 0; }
  .field-image { min-height: 24rem; }
  .project-feature { grid-template-columns: 1fr; }
  .project-feature-image { min-height: 19rem; }
  .project-feature-copy { padding: 1.6rem; }
  .project-mini-grid { grid-template-columns: 1fr; }
  .page-hero-grid { width: 100%; min-height: 0; display: flex; flex-direction: column; }
  .page-hero-grid > div:first-child { order: 2; width: calc(100% - 2rem); margin-inline: auto; padding: 2.8rem 0 3.3rem; }
  .page-hero h1, .contact-hero h1 { font-size: clamp(2.8rem, 12.5vw, 3.7rem); line-height: .95; }
  .page-hero-grid > div:first-child > p:last-child, .contact-hero-grid > div:first-child > p:last-child { margin-top: 1.25rem; font-size: 1rem; line-height: 1.7; }
  .page-hero-image { order: 1; width: 100%; min-height: 17rem; margin: 0; }
  .page-hero-image::after { background: linear-gradient(0deg, rgba(6,21,34,.5), transparent 62%); }
  .page-hero-corner { inset: .7rem; }
  .service-detail-list, .case-list { gap: 4.3rem; }
  .service-detail:nth-child(even) .service-detail-image, .case-study:nth-child(even) .case-image { order: initial; }
  .service-detail-image { min-height: 22rem; }
  .service-detail-copy h2, .case-copy h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
  .case-image { min-height: 21rem; }
  .dark-band-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-photo { height: 15rem; }
  .growth-row { grid-template-columns: .75fr 1.25fr; font-size: .85rem; }
  .growth-row > * { padding: 1rem .7rem; }
  .contact-hero { padding: 4rem 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 1.2rem; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 3rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: .3rem; padding-block: 1rem; }
  .footer-bottom div { flex-wrap: wrap; }
  .values-section { background-attachment: scroll; }
  .admin-page { padding-top: 3.5rem; }
  .admin-head, .admin-section-title, .admin-form-footer { align-items: flex-start; flex-direction: column; }
  .admin-section { padding: 1.2rem; }
  .admin-metrics, .analytics-grid { grid-template-columns: 1fr; }
  .analytics-panel:first-child { grid-column: auto; }
  .admin-login-page { padding: 1rem 0; }
  .admin-login-shell { width: calc(100% - 1.5rem); grid-template-columns: 1fr; }
  .admin-login-brand { min-height: 23rem; padding: 2rem; }
  .admin-login-brand > img { top: 2rem; left: 2rem; width: 10.5rem; }
  .admin-login-brand h1 { font-size: 3.5rem; }
  .admin-login-card { padding: 2rem 1.35rem; }
}

@media (max-width: 430px) {
  .assistant-message { max-width: 94%; }
  .hero-copy { padding-top: 2.65rem; padding-bottom: 2.4rem; }
  .hero-status { max-width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 5.8rem; flex-direction: row; align-items: center; justify-content: flex-start; }
  .proof-grid > div:nth-child(3) { border-left: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .team-photo { height: 22rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .intro-splash { display: none !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
