
:root {
  --ink:#0e141c;
  --muted:#52606d;
  --paper:#eef1f4;
  --line:#cbd2d8;
  --accent:#c54c18;
  --mono:"JetBrains Mono",monospace
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:88px
}

body {
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Manrope,sans-serif;
  font-size:16px;
  line-height:1.65
}

h1,h2,h3,p,figure {
  margin:0
}

h1,h2,h3 {
  font-weight:650;
  line-height:1.12;
  letter-spacing:-.045em;
  text-wrap:balance
}

h1 {
  font-size:clamp(36px,3.4vw,54px)
}

h2 {
  font-size:clamp(32px,3.1vw,46px);
  max-width:850px
}

h3 {
  font-size:26px;
  letter-spacing:-.025em
}

p {
  color:var(--muted)
}

a {
  color:inherit;
  text-decoration:none
}

a:hover {
  text-decoration:underline;
  text-underline-offset:5px
}

button,input,select,textarea {
  font:inherit
}

img {
  display:block;
  max-width:100%;
  height:auto
}

button,summary,input[type=range] {
  cursor:pointer
}

summary {
  list-style:none
}

summary::-webkit-details-marker {
  display:none
}

ul,ol {
  padding:0;
  margin:0;
  list-style:none
}

:focus-visible {
  outline:3px solid #c54c18;
  outline-offset:5px
}

.container {
  width:min(1328px,calc(100% - 112px));
  margin-inline:auto
}

.site-header {
  height:72px;
  display:flex;
  align-items:center;
  gap:22px;
  padding:0 56px;
  background:#fafbfdcc;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid #dfe4e9;
  font-size:12px
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-weight:750;
  font-size:16px;
  letter-spacing:-.03em;
  white-space:nowrap
}

.site-header .brand { font-size:20px; gap:10px }
.site-header .brand img { width:28px; height:28px }

.desktop-nav {
  display:flex;
  gap:28px;
  margin-left:auto
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  min-height:46px;
  padding:12px 20px;
  color:white;
  background:var(--accent);
  font-weight:700;
  font-size:13px;
  border:1px solid transparent;
  border-radius:3px;
  text-align:center;
  line-height:1.4;
  transition:background .15s
}

.button:hover {
  background:#a93f11;
  text-decoration:none
}

.header-cta {
  min-height:36px;
  padding:9px 14px;
  font-size:11px
}

.mobile-label,.mobile-nav {
  display:none
}

.language {
  position:relative
}

.language summary {
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  white-space:nowrap
}

.dropdown {
  position:absolute;
  right:0;
  top:100%;
  min-width:175px;
  display:grid;
  padding:8px;
  background:#fff;
  box-shadow:0 12px 32px #0e141c26;
  border:1px solid var(--line);
  border-radius:4px
}

.dropdown a {
  padding:9px 12px
}

.dropdown a:hover,.dropdown a[aria-current] {
  background:var(--paper)
}

.skip-link {
  position:absolute;
  top:-80px;
  left:20px;
  z-index:100;
  background:white;
  padding:12px
}

.skip-link:focus {
  top:10px
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}

.eyebrow {
  font:10px/1.5 var(--mono);
  letter-spacing:.08em;
  text-transform:uppercase;
  display:block;
  color:var(--muted)
}

.chip {
  display:inline-block;
  border:1px solid #cbd2d8;
  border-radius:30px;
  padding:4px 10px;
  font:9px/1.5 var(--mono);
  letter-spacing:.04em;
  text-transform:uppercase;
  background:#ffffff66
}

.lead {
  font-size:17px;
  line-height:1.65
}

.small,figcaption {
  font-size:11px;
  color:var(--muted)
}

.field {
  background:radial-gradient(ellipse at 90% 80%,#d1dce688,transparent 70%),repeating-linear-gradient(30deg,transparent 0 74px,#aab5bf1f 75px,transparent 76px),repeating-linear-gradient(150deg,transparent 0 74px,#aab5bf1f 75px,transparent 76px),#eef1f4
}

.hero {
  padding:64px 0 40px;
  overflow:hidden
}

.hero-grid {
  display:grid;
  grid-template-columns:42% 58%;
  column-gap:0;
  row-gap:24px
}

.hero-copy,.hero-actions {
  padding-right:35px
}

.hero h1 {
  margin:18px 0 24px
}

.hero .actions {
  margin:26px 0 16px;
  display:flex;
  align-items:center;
  gap:24px
}

.text-link {
  font-size:12px;
  color:#b34413;
  font-weight:700
}

.comparison {
  align-self:center;
  min-width:0
}

.comparison-images {
  position:relative;
  contain:layout paint;
  aspect-ratio:720/462;
  touch-action:pan-y;
  cursor:ew-resize;
  user-select:none
}

.comparison-images .after {
  position:absolute;
  inset:0
}

.comparison-images .before {
  position:absolute;
  inset:0;
  background:var(--paper);
  clip-path:inset(0 calc(100% - var(--reveal,50%)) 0 0);
  will-change:clip-path
}

.comparison-divider {
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:100%;
  border-left:2px solid var(--accent);
  transform:translateX(var(--reveal,50%));
  will-change:transform;
  pointer-events:none
}

.comparison-divider span {
  position:absolute;
  top:48%;
  left:0;
  transform:translate(-50%,-50%);
  width:34px;
  height:34px;
  border-radius:50%;
  background:white;
  border:1px solid var(--accent);
  color:var(--accent);
  text-align:center;
  line-height:30px
}

.hero-symbols { position:absolute; width:0; height:0; overflow:hidden }
.hero-portfolio,.hero-spreadsheet { container-type:inline-size; color:#0e141c }
.hero-map-desktop { position:absolute; inset:0 }
.hero-map-desktop>svg,.hero-map-mobile>svg { display:block; width:100%; height:100% }
.hero-map-mobile,.hero-mobile { display:none }
.hero-pin {
  position:absolute;
  display:flex;
  align-items:center;
  gap:.9722cqw;
  min-height:3.6111cqw;
  padding:0 1.25cqw;
  background:#fff;
  border-radius:.5556cqw;
  box-shadow:0 8px 24px #0e141c2e;
  font-size:1.5972cqw;
  font-weight:600;
  line-height:1.25;
  white-space:nowrap
}
.hero-pin strong { padding-left:.9722cqw; border-left:1px solid #dce2e8; font-weight:700 }
.hero-portfolio .mock-status { width:1.5278cqw; height:1.5278cqw; color:#fff }
.hero-portfolio .mock-status svg { width:.9722cqw; height:.9722cqw }
.hero-portfolio .mock-status.unprotected { background:#a83e4e }
.hero-portfolio .mock-status.degraded { background:#8e7233 }
.hero-portfolio .mock-status.unknown { background:#67717e }
.hero-portfolio .mock-status.ready { background:#2c7355 }
.hero-summary {
  position:absolute;
  top:73.4783%;
  left:5%;
  width:90%;
  display:flex;
  flex-direction:column;
  gap:1.5278cqw;
  padding:1.6667cqw 1.9444cqw;
  border-radius:1.3889cqw;
  background:#fff;
  box-shadow:0 8px 24px #0e141c2e
}
.hero-summary-header { display:flex; justify-content:space-between; gap:10px; color:#5a6675; font:700 1.3194cqw/1.3 var(--mono); letter-spacing:.08em; text-transform:uppercase }
.hero-counts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0 }
.hero-counts>div { display:flex; align-items:center; gap:1.25cqw }
.hero-counts>div+div { border-left:1px solid #dce2e8; padding-left:2.2222cqw }
.hero-counts dt { display:flex; align-items:center; gap:1.25cqw; font-size:1.8056cqw; font-weight:600; line-height:1.3 }
.hero-counts dd { margin:0; color:#4b5563; font:700 2.2222cqw/1.3 var(--mono) }
.hero-finding { display:flex; align-items:center; gap:1.3889cqw; color:#a83e4e; font-size:1.8056cqw; line-height:1.3 }
.hero-finding strong { flex-shrink:0; font-weight:700 }
.hero-finding>span:nth-child(2) { font:500 1.5278cqw/1.3 var(--mono) }
.hero-finding>span:nth-child(3) { flex:1; padding-left:1.3889cqw; border-left:1px solid #dce2e8 }
.hero-finding>span:last-child { font:700 1.3194cqw/1.3 var(--mono); letter-spacing:.08em; text-transform:uppercase }
.sheet-window { display:flex; flex-direction:column; height:100%; background:#fff; border-radius:6px; overflow:hidden; box-shadow:inset 0 0 0 1px #dce2e8 }
.sheet-title { display:flex; align-items:center; justify-content:space-between; gap:8px; height:7.3593%; flex-shrink:0; padding:0 1.3889cqw; background:#4b5563; color:#eef1f4; font:600 1.4583cqw/1.2 var(--mono); white-space:nowrap }
.sheet-title>span:first-child { overflow:hidden; text-overflow:ellipsis }
.sheet-title>span:last-child { flex-shrink:0; color:#dce2e8; font-size:1.25cqw; letter-spacing:.06em; text-transform:uppercase }
.sheet-body { flex:1; min-height:0; overflow:hidden }
.sheet-table { width:100%; height:100%; table-layout:fixed; border-collapse:collapse; color:#5a6675; font:500 1.4583cqw/1.2 var(--mono) }
.sheet-table td,.sheet-table th { padding:0 1.1111cqw; border-right:1px solid #dce2e8; border-bottom:1px solid #dce2e8; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:left }
.sheet-table thead { background:#e4e9ef; font-size:1.25cqw; letter-spacing:.08em; text-transform:uppercase }
.sheet-table thead tr { height:3.6111cqw }
.sheet-table .sheet-letters { height:2.7778cqw }
.sheet-table tbody tr { height:3.8889cqw; filter:blur(calc(var(--row-blur) * 1px)) }
.sheet-table tbody tr:nth-child(-n+5) { filter:none }
.sheet-table tbody tr:last-child { height:2.5cqw }
.sheet-table tbody td:nth-child(2) { font-weight:600 }
.sheet-table .sheet-number { padding:0; text-align:center; background:#e4e9ef; font-weight:500 }
.sheet-status { display:flex; align-items:center; justify-content:space-between; gap:10px; flex-shrink:0; height:6.0606%; padding:0 1.3889cqw; background:#e4e9ef; color:#5a6675; font:400 1.4583cqw/1.2 var(--mono) }
.sheet-status>span:last-child { font-size:1.25cqw; font-weight:700; letter-spacing:.06em; text-transform:uppercase }
.sheet-tabs { display:flex; align-items:center; gap:.4167cqw; flex-shrink:0; height:6.0606%; padding:0 1.1111cqw; background:#e4e9ef; color:#5a6675; font:500 1.25cqw/1.2 var(--mono) }
.sheet-tabs span { display:flex; align-items:center; height:100%; padding:0 1.1111cqw; border-left:1px solid #dce2e8 }
.sheet-tabs span:first-child { background:#fff; border:1px solid #dce2e8; border-radius:3px; font-weight:600 }
.sheet-mobile-table { display:none }
.sticky-note { position:absolute; display:flex; flex-direction:column; justify-content:center; padding:1.1111cqw 1.6667cqw; background:#f3e7c2; border:1px solid #dfcd9b; color:#403a2c; font:600 3.0556cqw/1.08 Caveat,cursive; white-space:pre-line }
.sticky-video { left:3.3333%; top:74.2424%; width:24.7222%; height:22.0779%; transform:rotate(-3deg) }
.sticky-stream { left:36.6667%; top:78.1385%; width:24.4444%; height:18.8312%; transform:rotate(2deg) }
.sticky-gate { left:72.2222%; top:73.3766%; width:24.7222%; height:23.8095%; transform:rotate(-2deg) }
@media(max-width:700px) {
  .hero-desktop,.hero-map-desktop,.sheet-table { display:none }
  .hero-mobile { display:inline }
  .hero-portfolio { display:flex; flex-direction:column; background:#fff; border-radius:6px; overflow:hidden; box-shadow:inset 0 0 0 1px #dce2e8 }
  .hero-map-mobile { display:block; position:relative; order:1; flex:1; min-height:0; background:#e4e9ef }
  .hero-map-mobile .hero-pin { left:12px; top:12px; min-height:24px; gap:7px; padding:0 9px; font-size:11.5px; border-radius:4px }
  .hero-pin strong { padding-left:7px }
  .hero-portfolio .mock-status { width:11px; height:11px }
  .hero-portfolio .mock-status svg { width:7px; height:7px }
  .hero-summary { display:contents }
  .hero-summary-header { order:0; min-height:30px; align-items:center; padding:0 12px; border-bottom:1px solid #dce2e8; font-size:8px; letter-spacing:.06em; gap:8px }
  .hero-counts { order:2; flex-shrink:0; padding:12px; border-top:1px solid #dce2e8 }
  .hero-counts>div { flex-direction:column; align-items:flex-start; gap:5px }
  .hero-counts>div+div { border-left:0; padding-left:0 }
  .hero-counts dt { gap:5px; font-size:8px }
  .hero-counts dd { color:#0e141c; font:600 20px/1.3 Manrope,sans-serif }
  .hero-finding { order:3; flex-shrink:0; gap:8px; padding:10px 12px; border-top:1px solid #dce2e8; background:#e4e9ef; font-size:11px }
  .hero-finding>span:nth-child(3) { padding-left:8px }
  .sheet-title { height:9.901%; padding:0 2.8571cqw; font-size:2.5714cqw }
  .sheet-title>span:last-child { font-size:2.1429cqw }
  .sheet-mobile-table { display:table; font-size:2.8571cqw }
  .sheet-mobile-table thead { font-size:2.1429cqw }
  .sheet-mobile-table thead tr { height:6.2857cqw }
  .sheet-mobile-table tbody tr { height:7.4286cqw; filter:blur(calc(var(--row-blur) * 1px)) }
  .sheet-mobile-table tbody tr:nth-child(-n+3) { filter:none }
  .sheet-mobile-table tbody tr:last-child { height:4.8571cqw }
  .sheet-mobile-table td,.sheet-mobile-table th { padding-inline:2.2857cqw }
  .sheet-status,.sheet-tabs { height:8.5809%; padding-inline:2.8571cqw; font-size:2.4286cqw }
  .sheet-status>span:last-child { font-size:2.4286cqw }
  .sheet-tabs { gap:3px; padding-inline:6px; font-size:2.1429cqw }
  .sheet-tabs span { padding-inline:8px }
  .sticky-note { padding:2.2857cqw 2.5714cqw; font-size:5.1429cqw; line-height:1.1; box-shadow:1px 2px 4px #403a2c24 }
  .sticky-video { left:2.2857%; top:72.2772%; width:28.5714%; height:23.7624% }
  .sticky-stream { left:40.2857%; top:72.2772%; width:31.4286%; height:26.4026% }
  .sticky-gate { display:none }
}

.comparison:has(input:focus-visible) .comparison-images {
  outline:3px solid var(--accent);
  outline-offset:4px
}

.comparison figcaption {
  display:grid;
  font:8px/1.5 var(--mono);
  text-transform:uppercase
}

.comparison figcaption span {
  grid-area:1/1;
  clip-path:inset(0 calc(100% - var(--reveal,50%)) 0 0)
}

.comparison figcaption span:last-child {
  text-align:right;
  clip-path:inset(0 0 0 var(--reveal,50%))
}

.hero-reassurance {
  color:var(--muted);
  font-size:11px;
  line-height:1.6;
  margin-bottom:16px
}
.hero-reassurance span { margin-inline:4px }

.pilot-strip {
  padding:22px 0 26px;
  border-top:1px solid #ffffff33;
  background:#ffffff0a;
  -webkit-backdrop-filter:blur(1px) saturate(1.15);
  backdrop-filter:blur(1px) saturate(1.15);
  text-align:center
}
.pilot-strip h2 { max-width:none; margin:0 0 12px; font-size:9.5px; font-weight:700 }
.pilot-list { display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:10px }
.pilot { display:flex; align-items:center; gap:10px; min-height:46px; padding:0 13px; border:1px solid #ffffffe6; border-radius:6px; background:#ffffffa6; color:#4b5563; white-space:nowrap }
.pilot strong { font-size:13.5px; font-weight:700 }
.pilot-specs { display:flex; align-items:center; min-height:15px; padding-left:10px; border-left:1px solid #dce2e8; font-size:13px; font-weight:600 }
.pilot-status { color:#5a6675; font:700 9px/1.5 var(--mono); letter-spacing:.9px; text-transform:uppercase }
.pilot.is-live { background:#fdeee6d9; border-color:#e4622b59 }
.pilot.is-live .pilot-status,.pilot-next .pilot-status { color:#b34413 }
.pilot-dot { width:7px; height:7px; border-radius:50%; background:#c54c18 }
.pilot-next { background:#ffffff4d; border-color:#fffffff2 }
.pilot-placeholder { display:block; width:72px; height:10px; border-radius:3px; background:linear-gradient(90deg,#0e141c1a,#0e141c08,#0e141c1a); background-size:200% 100% }
@media(prefers-reduced-motion:no-preference) {
  .pilot-placeholder { animation:pilot-shimmer 1.6s linear infinite }
  .pilot-dot { animation:pilot-pulse 2.4s ease-out infinite }
  .pilot.is-live { animation:pilot-card-pulse 2.4s ease-in-out infinite }
}
@keyframes pilot-shimmer { to { background-position:-200% 0 } }
@keyframes pilot-pulse {
  0% { box-shadow:0 0 0 0 #c54c1859 }
  70%,100% { box-shadow:0 0 0 6px #c54c1800 }
}
@keyframes pilot-card-pulse {
  0%,100% { border-color:#e4622b59; box-shadow:0 0 0 0 #e4622b00,0 0 0 #e4622b00 }
  50% { border-color:#e4622bb3; box-shadow:0 0 0 3px #e4622b1f,0 0 18px #e4622b29 }
}
@media(max-width:700px) {
  .pilot-strip { padding:20px 0 22px }
  .pilot-strip h2 { font-size:9px }
  .pilot-list { flex-direction:column; gap:8px }
  .pilot strong { font-size:13px }
  .pilot-specs { font-size:12.5px }
  .pilot-status { font-size:8.5px }
}

.dark {
  background:var(--ink);
  color:#eef1f4;
  --muted:#a7b3bf;
  --line:#35404d;
  --accent:#e4622b
}

.dark .button {
  color:#180c05
}

.dark .button:hover {
  background:#f5854a
}

.dark .chip {
  border-color:#52606d;
  background:#ffffff06
}

.two-col {
  display:grid;
  grid-template-columns:1fr 1.45fr;
  gap:70px;
  align-items:start
}

.control-gap {
  padding:48px 0;
  color:#eff4f9;
  --muted:#a7b4c2;
  background:
    radial-gradient(ellipse 75% 75% at 50% 50%,transparent 45%,#00000059 100%),
    radial-gradient(ellipse 500px 450px at 240px 290px,#6e8fc42b,transparent),
    radial-gradient(ellipse 410px 360px at calc(100% - 210px) 590px,#f5854a1c,transparent),
    linear-gradient(180deg,#1e2938,#141d29 45%,#0a0f16);
  box-shadow:0 -2px 72px #0e141c59
}

.market-trends { margin-top:32px; border-top:1px solid #ffffff16; padding-top:20px }
.market-trends h3 { margin-bottom:14px; color:#e8ecf2; font-size:19px; font-weight:500; letter-spacing:-.2px }
.market-trends ul { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px }
.market-trends p { margin-bottom:4px; color:#a6b2c0; font-size:11.5px; font-weight:500; line-height:1.5 }
.market-trends li>div { color:#8894a1; font:500 9px/1.7 var(--mono); letter-spacing:.5px }
.market-trends a { text-decoration:underline; text-decoration-color:#8894a14d; text-underline-offset:4px }
@media(max-width:850px) {
  .market-trends ul { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px }
}
@media(max-width:700px) {
  .market-trends ul { grid-template-columns:1fr; gap:18px }
  .market-trends p { font-size:12px }
}

.control-gap-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-areas:"claim questions";
  gap:18px 80px;
  align-items:start;
  text-align:left;
  min-height:384px
}

.control-gap-claim {
  grid-area:claim;
  display:flex;
  flex-direction:column;
  gap:18px
}

.control-gap-claim>.eyebrow {
  color:#8894a1;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.9px
}

.control-gap h2 {
  font-size:34px;
  font-weight:700;
  line-height:1.14;
  letter-spacing:-.8px;
  white-space:pre-line
}

.control-gap-claim p {
  font-size:15px;
  line-height:1.7
}

.messages {
  grid-area:questions;
  display:flex;
  flex-direction:column;
  gap:22px;
  align-items:flex-start
}

.messages article {
  width:fit-content;
  max-width:100%;
  display:flex;
  flex-direction:column;
  gap:12px
}

.message-meta {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  color:#a7b4c2;
  font-size:11.5px;
  line-height:1.4
}

.message-meta strong {
  font-weight:600
}

.message-meta .eyebrow {
  color:#8492a1;
  font-size:9px;
  font-weight:600;
  letter-spacing:1px
}

.messages h3 {
  position:relative;
  width:100%;
  padding:13px 17px;
  background:#ffffff0d;
  border-radius:2px 12px 12px 12px;
  font-size:16px;
  font-weight:400;
  letter-spacing:0;
  line-height:1.35;
  text-wrap:wrap
}

.messages h3::before {
  content:"";
  position:absolute;
  top:0;
  left:-9px;
  width:9px;
  height:12px;
  background:inherit;
  clip-path:polygon(0 0,100% 0,100% 100%)
}

.message-status {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  text-align:right;
  gap:8px;
  padding:2px 3px;
  color:#8492a1;
  font:500 9.5px/1.4 var(--mono);
  letter-spacing:.4px
}

.message-status::before {
  content:"";
  width:10px;
  height:10px;
  flex-shrink:0;
  border:2px solid currentColor;
  border-radius:50%
}

.in-action,.fit {
  padding:80px 0
}

.in-action {
  background:var(--paper) url('/static/img/design/survey-contours.00810d22.webp') top left / cover no-repeat
}

.section-head {
  margin-bottom:50px
}

.section-head h2 {
  margin:16px 0
}

.section-head p {
  max-width:800px
}

.product-step {
  display:grid;
  grid-template-columns:35% 61%;
  gap:4%;
  align-items:center;
  margin-bottom:70px
}

.product-step h3 {
  margin:14px 0
}

.product-step p {
  font-size:15px;
  max-width:440px
}

.product-step>div>.eyebrow { display:flex; align-items:center; gap:12px }
.product-step b {
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--accent);
  font-size:16px;
  font-weight:500
}
.product-step b::after { content:""; width:22px; height:1px; background:#7d8692 }

.product-step.reverse {
  grid-template-columns:61% 35%
}

.product-step.reverse>div {
  grid-column:2;
  grid-row:1
}

.product-step.reverse>figure {
  grid-column:1;
  grid-row:1
}

.product-step img,.fit figure img {
  width:100%;
  border-radius:6px;
  box-shadow:0 10px 24px #0e141c12
}

figcaption {
  margin-top:10px;
  font:10px/1.6 var(--mono)
}

.mock {
  container-type:inline-size;
  min-width:0;
  color:#e8ecf2;
  background:#1e2735;
  border:1px solid #27313f;
  border-radius:6px;
  box-shadow:0 8px 24px #0e141c24;
  overflow:hidden
}
.mock-mono {
  color:#8894a1;
  font:700 8.5px/1.4 var(--mono);
  letter-spacing:.9px;
  text-transform:uppercase
}
.mock-mobile { display:none }
.mock-status {
  display:inline-flex;
  flex-shrink:0;
  width:16px;
  height:16px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#0e141c;
  font:700 12px/1 sans-serif
}
.mock-status.unprotected { background:#cc5468 }
.mock-status.degraded { background:#c4a65c }
.mock-status.unknown { background:#7c8896 }
.mock-status.ready { background:#4e9e7b }
.mock-status svg { width:10px; height:10px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round }
.mock-portfolio { padding:20px 22px 16px }
.readiness-summary {
  display:flex;
  align-items:center;
  gap:20px;
  padding:18px 20px;
  background:#161e29;
  border:1px solid #27313f;
  border-radius:10px
}
.readiness-metrics {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  flex:1;
  min-width:0;
  margin:0
}
.readiness-metric { padding-inline:12px }
.readiness-metric:first-child { padding-left:0 }
.readiness-metric+.readiness-metric { border-left:1px solid #27313f }
.readiness-metric dt {
  display:flex;
  align-items:center;
  gap:8px;
  color:#a6b2c0;
  font-size:11.5px;
  font-weight:600;
  line-height:1.4
}
.readiness-metric dd {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  margin:5px 0 0;
  font:700 28px/1.1 var(--mono)
}
.readiness-metric small {
  color:#8894a1;
  font:700 9px/1.4 var(--mono);
  letter-spacing:.9px;
  text-transform:uppercase
}
.mock-history {
  width:201px;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding-left:20px;
  border-left:1px solid #27313f
}
.mock-history svg { display:block; width:100%; height:48px }
.history-axis { display:flex; justify-content:space-between; gap:8px; font-size:8px }
.mock-header { display:flex; align-items:center; justify-content:space-between; gap:10px; min-width:0 }
.mock-site>.mock-header { min-height:42px; padding:8px 16px; border-bottom:1px solid #27313f }
.site-plan { display:block; width:100%; height:auto }
.plan-camera rect { fill:#e8ecf2 }
.plan-camera.offline rect { fill:#161e29; stroke:#8894a1; stroke-width:1.5 }
.plan-camera.selected rect { fill:#e4622b }
.plan-camera use { color:#1e2735 }
.plan-camera.offline use { color:#8894a1 }
.plan-camera.selected use { color:#180c05 }
.plan-camera text,.plan-inverter-label { fill:#8894a1; font:700 8.5px var(--mono); letter-spacing:.9px }
.plan-inverter-label { text-transform:uppercase }
.panel-grid-mobile,.plan-camera-mobile { display:none }
.plan-camera.selected text { fill:#f5854a }
.plan-legend {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  min-height:38px;
  padding:8px 16px;
  border-top:1px solid #27313f;
  font-size:8px
}
.plan-legend>div { display:flex; align-items:center; gap:15px; flex-wrap:wrap }
.plan-legend span { display:inline-flex; align-items:center; gap:6px }
.plan-legend i { display:inline-block; width:16px }
.plan-legend .legend-fence { border-top:2.5px solid #a6b2c0; height:2.5px }
.plan-legend .legend-gate { border-inline:2.5px solid #a6b2c0; height:10px }
.legend-camera { width:16px; height:16px; overflow:visible; flex-shrink:0 }
.mock-replay { display:flex; flex-direction:column; gap:7px; padding:10px 16px; border-top:1px solid #27313f }
.replay-caption { display:flex; align-items:center; flex-wrap:wrap; gap:8px }
.replay-caption strong { color:#e8ecf2; font-size:9.5px; letter-spacing:.6px }
.replay-caption>span:last-child { margin-left:auto }
.mock-replay svg { display:block; width:100%; height:14px }
.mock-event { display:flex; flex-direction:column; gap:12px; padding:14px 16px 16px }
.mock-event>.mock-header { font-size:9.5px }
.mock-event>.mock-header>span:first-child { color:#a6b2c0 }
.mock-footage { position:relative; overflow:hidden; border:1px solid #27313f; border-radius:8px }
.primary-footage { aspect-ratio:776/380 }
.product-step .mock-footage img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border-radius:0; box-shadow:none }
.detection-box { position:absolute; left:53.4794%; top:58.4211%; width:21.2629%; height:53.9474% }
.detection-label {
  position:absolute;
  top:51.0526%;
  left:53.4794%;
  min-height:22px;
  display:flex;
  align-items:center;
  padding:0 8px;
  border-radius:4px;
  color:#180c05;
  background:#e4622b
}
.footage-hud { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:space-between; padding:18px }
.hud-top,.hud-bottom { display:flex; align-items:flex-start; justify-content:space-between; gap:12px }
.hud-bottom { align-items:flex-end }
.camera-osd { display:flex; flex-direction:column; align-items:flex-start; gap:5px }
.hud-chip {
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:24px;
  padding:4px 7px;
  border-radius:4px;
  background:#0e141ccc;
  color:#8894a1;
  font:700 8.5px/1.3 var(--mono);
  letter-spacing:.9px;
  text-transform:uppercase
}
.hud-chip svg { width:11px; height:11px; flex-shrink:0; color:#a6b2c0 }
.hud-chip strong { color:#e8ecf2; font-size:10px }
.hud-divider { width:1px; height:8px; background:#69707b }
.hud-chip.footage-time { color:#e8ecf2; font-size:13px; letter-spacing:.6px }
.zone-chip { gap:7px; color:#a6b2c0 }
.zone-chip .mock-status { width:12px; height:12px; font-size:10px }
.zone-chip .mock-status svg { width:8px; height:8px; color:#0e141c }
.synchronized-evidence { display:flex; align-items:center; gap:12px }
.secondary-footage { flex:0 0 186px; height:112px; border-radius:6px }
.secondary-label {
  position:absolute;
  left:8px;
  right:8px;
  bottom:8px;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:4px 7px;
  border-radius:4px;
  color:#a6b2c0;
  background:#0e141ccc;
  font:700 8.5px/1.3 var(--mono);
  letter-spacing:.9px;
  text-transform:uppercase
}
.secondary-label strong { color:#e8ecf2; font-size:10.5px }
.event-record { display:flex; flex-direction:column; gap:8px; flex:1; min-width:0 }
.event-record h4 { margin:0; font-size:15px; font-weight:600; line-height:1.25 }
.event-record .camera-track { grid-template-columns:36px minmax(0,1fr); gap:6px; color:#a6b2c0; font:500 10.5px/16px var(--mono); letter-spacing:0 }
.event-record .camera-track>div { height:8px; border-radius:2px; background:#27313f }
.event-record .camera-track>div::before { background:#8894a1 }
.mock .event-record p { color:#a6b2c0; font:500 11px/1.4 var(--mono) }
.mock .operator-path { max-width:none; color:#a6b2c0; font-size:13px; font-weight:500; line-height:1.35 }
@container (max-width:650px) {
  .mock-mobile { display:inline }
  .mock-desktop { display:none }
  .readiness-summary { flex-direction:column; gap:16px; padding:16px }
  .readiness-metrics { width:100%; grid-template-columns:repeat(2,minmax(0,1fr)); row-gap:12px }
  .readiness-metric:nth-child(3) { border-left:0; padding-left:0 }
  .mock-history { width:100%; border-left:0; border-top:1px solid #27313f; padding:16px 0 0 }
  .site-plan-wrap { padding-inline:14px }
  .plan-camera:not(.selected) text { display:none }
  .plan-camera.selected text { font-size:19px }
  .plan-camera-desktop { display:none }
  .plan-camera-mobile { display:block }
  .plan-camera-mobile rect { vector-effect:non-scaling-stroke }
  .panel-grid-desktop,.plan-inverter-label { display:none }
  .panel-grid-mobile { display:block; stroke-width:1.875 }
  .mock-site>.mock-header { min-height:36px; font-size:7.5px; flex-wrap:wrap; gap:4px }
  .plan-legend { min-height:60px; flex-direction:column; align-items:flex-start; gap:8px; padding:10px 14px; font-size:7.5px }
  .replay-caption { font-size:7.5px }
  .replay-caption strong { font-size:8.5px }
  .mock-event>.mock-header { font-size:8px }
  .footage-hud { padding:10px }
  .hud-chip { min-height:20px; font-size:7.5px; gap:6px }
  .hud-chip strong { font-size:9px }
  .hud-chip svg { width:9px; height:9px }
  .hud-chip.footage-time { min-height:22px; font-size:11px }
  .hud-top,.hud-bottom { gap:6px }
  .detection-label { min-height:14px; padding-inline:4px; font-size:7px; letter-spacing:.3px }
  .secondary-footage { flex-basis:132px }
  .event-record h4 { font-size:13px }
  .mock .event-record p { font-size:10px }
  .mock .operator-path { font-size:12px }
}

.mock-queue { background:#0e141c; box-shadow:none }
.queue-icon-defs { position:absolute; width:0; height:0; overflow:hidden }
.queue-icon { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; flex-shrink:0 }
.queue-shell { display:grid; grid-template-columns:58px minmax(0,1fr); min-height:401px }
.queue-rail { display:flex; flex-direction:column; align-items:center; gap:12px; padding:14px 0; background:#161e29; border-right:1px solid #27313f; color:#8894a1 }
.queue-brand { width:22px; height:22px; color:#e8ecf2 }
.queue-rail-item { display:grid; place-items:center; width:34px; height:34px; border-radius:6px }
.queue-rail-item.active { color:#f5854a; background:#2a1710 }
.queue-avatar { display:grid; place-items:center; width:28px; height:28px; margin-top:auto; background:#1e2735; border-radius:4px; color:#a6b2c0; font:700 9px var(--mono) }
.queue-main { display:flex; flex-direction:column; min-width:0 }
.queue-header { display:flex; align-items:center; gap:12px; min-height:54px; padding:8px 16px; background:#161e29; border-bottom:1px solid #27313f }
.queue-title { display:flex; flex-direction:column; gap:2px; min-width:0 }
.queue-title h4 { margin:0; color:#e8ecf2; font-size:15px; font-weight:700; line-height:1.3 }
.queue-title .mock-mono { font-size:8px; letter-spacing:.8px }
.queue-shift { margin-left:auto; white-space:nowrap; letter-spacing:.7px }
.queue-open-next { display:flex; align-items:center; justify-content:center; gap:7px; flex-shrink:0; min-height:30px; padding:0 12px; color:#180c05; background:#e4622b; border-radius:4px; font-size:11.5px; font-weight:700 }
.queue-open-next .queue-icon { width:13px; height:13px }
.queue-body { display:flex; flex-direction:column; flex:1; min-width:0; gap:10px; padding:14px 16px }
.queue-filters { display:flex; align-items:center; flex-wrap:wrap; gap:8px; min-height:28px }
.queue-filter { display:inline-flex; align-items:center; gap:6px; min-height:28px; padding:0 10px; border:1px solid #27313f; border-radius:4px; color:#a6b2c0; font-size:11px; font-weight:600 }
.queue-filter.active { color:#f5854a; background:#2a1710; border-color:transparent }
.queue-filter b { padding:1px 4px; border-radius:2px; background:#1e2735; color:#e8ecf2; font:700 9.5px/1.4 var(--mono) }
.queue-sort { margin-left:auto; font-size:8px; letter-spacing:.8px }
.queue-alerts { display:flex; flex-direction:column; gap:8px }
.queue-alert { display:grid; grid-template-columns:24px 142px 42px minmax(0,1fr) 76px 50px 16px; grid-template-areas:"urgency site camera event owner age chevron"; align-items:center; min-height:74px; padding:8px 12px; background:#161e29; border:1px solid #27313f; border-radius:8px }
.queue-alert.immediate { background:#2a1710; border-color:#69707b }
.queue-urgency { grid-area:urgency; display:grid; place-items:center; width:24px }
.queue-site,.queue-event,.queue-owner,.queue-age { display:flex; flex-direction:column; gap:3px; min-width:0 }
.queue-site { grid-area:site }
.queue-site strong { color:#e8ecf2; font-size:12.5px; font-weight:700; line-height:1.3 }
.queue-site .mock-mono { font-size:7.8px; letter-spacing:.6px }
.queue-camera { grid-area:camera; display:grid; place-items:center; width:42px; height:36px; background:#1e2735; border-radius:4px; color:#a6b2c0 }
.queue-camera .queue-icon { width:17px; height:17px }
.queue-event { grid-area:event; padding-left:12px }
.queue-event strong { color:#e8ecf2; font-size:12px; font-weight:600; line-height:1.3 }
.queue-event .mock-mono { font-size:7.8px; letter-spacing:.55px }
.queue-owner { grid-area:owner; align-items:flex-end; text-align:right }
.queue-owner strong { color:#a6b2c0; font-size:10.5px; font-weight:600; line-height:1.3 }
.queue-owner .mock-mono { font-size:7.5px; letter-spacing:.7px }
.queue-age { grid-area:age; align-items:flex-end; gap:2px; text-align:right }
.queue-age time { color:#e8ecf2; font:700 10px/1.3 var(--mono) }
.queue-age .mock-mono { font-size:7.2px; letter-spacing:.6px }
.queue-chevron { grid-area:chevron; display:flex; color:#f5854a }
.queue-summary { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px 12px; min-height:27px; padding-top:8px; border-top:1px solid #27313f; font-size:7.8px; letter-spacing:.7px }
.queue-summary>span:last-child { color:#a6b2c0 }
.queue-narrow { display:none }
@container (max-width:580px) {
  .queue-shell { grid-template-columns:46px minmax(0,1fr); min-height:390px }
  .queue-header { min-height:48px; padding:8px 12px }
  .queue-title h4 { font-size:13.5px }
  .queue-title .mock-mono { font-size:7.5px }
  .queue-wide,.queue-shift,.queue-open-next { display:none }
  .queue-narrow { display:inline }
  .queue-body { padding:12px }
  .queue-sort { font-size:7.5px }
  .queue-alert { grid-template-columns:16px minmax(0,1fr) 50px; grid-template-areas:"urgency site age" ". event event"; gap:6px 8px; min-height:86px; padding:10px }
  .queue-urgency { width:16px }
  .queue-event { padding-left:0 }
  .queue-camera,.queue-owner,.queue-chevron { display:none }
  .queue-summary { font-size:7.2px }
}

.fit {
  padding:80px 0 72px;
  color:#e8ecf2;
  --muted:#a6b2c0;
  --line:#27313f;
  background:linear-gradient(180deg,#18212d,#0e141c 30%,#0e141c);
  border:1px solid #27313f;
  border-radius:2px;
  box-shadow:0 -2px 72px #0e141c59
}

.fit .eyebrow {
  color:#8894a1
}

.fit .two-col {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:56px;
  align-items:start
}

.fit .section-head { margin-bottom:44px }
.fit .section-head h2 { font-size:34px; line-height:1.15; letter-spacing:-.8px }
.fit .section-head p { max-width:620px; color:#a6b2c0; font-size:15.5px; line-height:1.65 }
.faq { display:grid; gap:10px }
.faq details { padding:20px 22px; border:1px solid #ffffff1c; border-radius:10px; background:#ffffff0a }
.faq summary { display:grid; grid-template-columns:14px minmax(0,1fr) 10px; align-items:start; gap:16px; list-style:none; cursor:pointer }
.faq summary::-webkit-details-marker { display:none }
.faq summary::after { content:""; width:6px; height:6px; margin-top:9px; border-right:1.5px solid #8894a1; border-bottom:1.5px solid #8894a1; transform:rotate(-45deg) }
.faq details[open] summary::after { transform:rotate(45deg) }
.faq-index { color:#f5854a; font:700 10px/2.3 var(--mono); letter-spacing:.9px }

.faq h3 {
  color:#e8ecf2;
  font-size:18px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:0;
  text-wrap:wrap
}

.faq p {
  color:#a6b2c0;
  margin-left:30px;
  font-size:14.5px;
  line-height:1.7;
  padding-top:9px
}

.accountability {
  padding:80px 0 72px;
  color:#0e141c;
  --muted:#4b5563;
  --line:#dce2e8;
  background:linear-gradient(180deg,#e2e7ed,#eef1f4 25%,#eef1f4 78%,#e3e8ee 93%,#d6dde5)
}

.accountability-content {
  display:flex;
  flex-direction:column;
  gap:48px
}

.accountability-top {
  display:grid;
  grid-template-columns:minmax(0,460px) minmax(0,805px);
  align-items:center;
  gap:56px
}

.accountability-head {
  display:flex;
  flex-direction:column;
  gap:16px
}

.accountability .eyebrow {
  color:#5a6675;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.9px
}

.accountability h2 {
  font-size:34px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.8px;
  text-wrap:wrap
}

.accountability-head p {
  font-size:15.5px;
  line-height:1.65
}

.incident-timeline {
  container-type:inline-size;
  min-width:0;
  background:#fff;
  border:1px solid #dce2e8;
  border-radius:6px;
  overflow:hidden
}

.incident-timeline figcaption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  height:34px;
  margin:0;
  padding:0 12px;
  border-bottom:1px solid #7d8692;
  color:#5a6675;
  font:700 11px/1.3 var(--mono);
  letter-spacing:.9px;
  text-transform:uppercase
}

.timeline-mobile-label {
  display:none
}

.timeline-body {
  --label-width:58px;
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:16px 16px 18px
}

.timeline-coverage {
  display:grid;
  gap:6px
}

.camera-track {
  display:grid;
  grid-template-columns:max-content minmax(0,1fr);
  align-items:center;
  gap:8px;
  color:#5a6675;
  font:700 11px/1.3 var(--mono);
  letter-spacing:.9px
}

.camera-track>div {
  position:relative;
  height:10px;
  background:#e4e9ef;
  border-radius:3px;
  overflow:hidden
}

.camera-track>div::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:66.666667%;
  border-radius:3px;
  background:#4b5563
}

.camera-track+.camera-track>div::before {
  left:38.095238%;
  width:61.904762%
}

.incident-plot { position:relative; height:60px; padding-top:14px }
.incident-timeline .timeline-coverage { gap:4px }
.incident-timeline .camera-track { grid-template-columns:var(--label-width) minmax(0,1fr); gap:0; font-size:10.5px; line-height:9px }
.incident-timeline .camera-track>div { height:9px }
.incident-timeline .camera-track>div::before { left:var(--start); width:var(--coverage) }
.incident-axis { position:absolute; top:50px; left:var(--label-width); right:0; height:2px; background:linear-gradient(to right,#c54c18 var(--handoff),#4b556380 var(--handoff)) }
.incident-marker { position:absolute; top:-5px; width:12px; height:12px; border-radius:50%; background:#c54c18; transform:translateX(-50%) }
.incident-marker::before { content:""; position:absolute; top:-37px; left:50%; width:1px; height:37px; background:linear-gradient(to bottom,#7d8692b3 0 6px,#ffffffcc 6px 15px,#7d8692b3 15px 19px,#ffffffcc 19px 28px,#7d8692b3 28px) }
.incident-marker.operator { background:#fff; box-shadow:inset 0 0 0 2px #0e141c }
.timeline-events { display:grid; grid-template-columns:minmax(0,1fr); margin-left:var(--label-width) }

.timeline-events li {
  grid-area:1/1;
  position:relative;
  left:var(--position);
  transform:translateX(-50%);
  justify-self:start;
  width:max-content;
  max-width:16%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  text-align:center;
  color:#4b5563;
  font-family:var(--mono);
  font-size:clamp(9px,1.25cqw,10px);
  font-weight:600;
  line-height:1.3
}
.timeline-events li:first-child { transform:none; align-items:flex-start; text-align:left; max-width:21% }
.timeline-events li:last-child { transform:translateX(-100%); align-items:flex-end; text-align:right; max-width:30% }
.timeline-events li>span { white-space:nowrap }

.timeline-events li::before {
  content:"";
  display:none;
  width:11px;
  height:11px;
  flex-shrink:0;
  background:#c54c18;
  border-radius:50%
}
.timeline-events .operator::before { background:#fff; box-shadow:inset 0 0 0 2px #0e141c }

.timeline-events time {
  color:#b34413;
  font:700 10px/1.3 var(--mono);
  letter-spacing:.9px
}
.timeline-events .operator time { color:#5a6675 }
@container(max-width:680px) {
  .incident-timeline figcaption { font-size:8px }
  .timeline-desktop-label { display:none }
  .timeline-mobile-label { display:inline }
  .timeline-body { --label-width:34px; gap:16px; padding:14px 14px 16px }
  .incident-plot { height:51px; padding-top:12px }
  .incident-timeline .timeline-coverage { gap:3px }
  .incident-timeline .camera-track { font-size:8.5px; line-height:8px }
  .incident-timeline .camera-track>div { height:8px }
  .incident-axis { top:42px }
  .incident-marker { top:-4.5px; width:11px; height:11px }
  .incident-marker::before { top:-31.5px; height:31.5px; background:linear-gradient(to bottom,#7d8692b3 0 6px,#ffffffcc 6px 14px,#7d8692b3 14px 17px,#ffffffcc 17px 25px,#7d8692b3 25px) }
  .timeline-events { margin-left:0; gap:9px }
  .timeline-events li:nth-child(n) { grid-area:auto; position:static; transform:none; justify-self:stretch; width:auto; max-width:none; display:grid; grid-template-columns:11px 38px minmax(0,1fr); align-items:center; gap:10px; text-align:left; font-size:12.5px }
  .timeline-events li>span { white-space:normal }
  .timeline-events li::before { display:block }
  .timeline-events time { font-size:9.5px; letter-spacing:.8px }
}

.ownership-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:80px
}

.ownership-grid article {
  display:flex;
  flex-direction:column;
  gap:14px;
  padding-top:20px;
  box-shadow:inset 0 2px #b34413
}

.ownership-grid article+article {
  box-shadow:inset 0 2px #7d8692
}

.ownership-grid h3 {
  margin:0;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.3px;
  line-height:1.3
}

.ownership-grid ul {
  box-shadow:inset 0 1px #dce2e8
}

.ownership-grid li {
  display:flex;
  gap:14px;
  padding:14px 0;
  box-shadow:inset 0 -1px #dce2e8
}

.ownership-grid li::before {
  content:"";
  width:7px;
  height:7px;
  flex-shrink:0;
  margin-top:7px;
  background:#b34413
}

.ownership-grid article+article li::before {
  background:transparent;
  border:1.5px solid #7d8692
}

.ownership-grid h4 {
  margin:0 0 5px;
  font-size:15px;
  font-weight:600;
  line-height:1.4
}

.ownership-grid li p {
  font-size:13.5px;
  line-height:1.5
}

.closing {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:640px;
  padding:96px 0 72px;
  color:#e8ecf2;
  --muted:#a6b2c0;
  background:#0e141c
}

.closing::before,.closing::after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none
}

.closing::before {
  height:calc(100% + 300px);
  background:url('/static/img/design/closing.c6b27920.webp') center/cover
}

.closing::after {
  background:linear-gradient(180deg,#0e141ccc,#0e141cbf 45%,#0e141cd4)
}

.closing-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,600px) minmax(0,1fr);
  gap:64px
}

.closing-offer {
  display:flex;
  flex-direction:column;
  gap:18px
}

.closing .eyebrow {
  color:#8894a1;
  font-size:9.5px;
  font-weight:700;
  letter-spacing:.9px
}

.closing h2 {
  font-size:42px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:-1px;
  text-wrap:wrap
}

.closing-offer .lead {
  max-width:520px;
  font-size:16.5px;
  line-height:1.6
}

.closing-action {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  padding-top:10px
}

.closing .button {
  min-height:46px;
  padding:0 26px;
  border:0;
  border-radius:4px;
  font-size:15px;
  font-weight:700
}

.closing-note {
  max-width:460px;
  color:#8894a1;
  font-size:13.5px;
  line-height:1.55
}

.assessment-outline {
  display:flex;
  flex-direction:column;
  gap:30px;
  padding-left:44px
}

.assessment-outline>div {
  display:flex;
  flex-direction:column;
  gap:14px
}

.assessment-outline>div+div {
  padding-top:10px
}

.assessment-outline ul {
  display:flex;
  flex-direction:column;
  gap:14px
}

.assessment-outline li {
  padding-top:16px;
  box-shadow:inset 0 1px #27313f;
  font-size:15.5px;
  line-height:1.55
}

.site-footer {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:48px 0;
  color:#a6b2c0;
  background:linear-gradient(180deg,#0e141c,#0b1017 50%,#080c12)
}

.footer-home::before {
  content:"";
  position:absolute;
  top:-640px;
  left:0;
  width:100%;
  height:940px;
  background:url('/static/img/design/closing.c6b27920.webp') center/cover;
  filter:blur(32px)
}

.site-footer::after {
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 440px 310px at 280px 150px,#f5854a16,transparent),#0e141cd4;
  border-top:1px solid #ffffff1f;
  pointer-events:none
}

.site-footer .container {
  position:relative;
  z-index:1
}

.footer-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 200px 200px;
  gap:80px
}

.footer-brand {
  display:flex;
  flex-direction:column;
  gap:10px;
  max-width:360px
}

.site-footer .brand {
  gap:10px;
  color:#e8ecf2;
  font-size:20px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:-.4px
}

.footer-mark {
  width:24px;
  height:24px;
  flex-shrink:0
}

.footer-mark svg {
  display:block
}

.footer-brand p {
  color:#a6b2c0;
  font-size:13.5px;
  line-height:1.6
}

.footer-grid nav {
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.35
}

.footer-grid .eyebrow {
  color:#8894a1;
  font-size:9px;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.9px
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-top:36px;
  padding-top:20px;
  box-shadow:inset 0 1px #27313f;
  color:#8894a1;
  font:600 9.5px/1.4 var(--mono);
  letter-spacing:.8px
}

.footer-social {
  display:flex;
  align-items:center;
  gap:14px;
  color:#a6b2c0
}

.footer-social a {
  display:flex;
  padding:4px;
  margin:-4px
}

.footer-social svg {
  display:block;
  width:16px;
  height:16px
}

.contact-hero {
  padding:76px 0 96px;
  background:linear-gradient(0deg,#06090eb3,transparent 26%),radial-gradient(ellipse 530px 390px at 10% 90%,#f5854a26,transparent),radial-gradient(ellipse 600px 470px at 80% 0,#5c93cc1f,transparent),linear-gradient(135deg,#080d14e6,#080d148c 50%,#080d141a),url('/static/img/design/aerial.f51fba98.webp') center/cover
}
.contact-layout { display:grid; grid-template-columns:minmax(0,460px) minmax(0,620px); justify-content:space-between; align-items:start; gap:80px }
.contact-intro { display:flex; flex-direction:column; align-items:flex-start }
.contact-back { display:inline-flex; align-items:center; gap:7px; color:#c7d2de; font-size:13px; font-weight:500 }
.contact-back span { color:#8894a1 }

.contact-hero h1 {
  max-width:440px;
  margin:30px 0 18px;
  font-size:46px;
  font-weight:700;
  line-height:1.08;
  letter-spacing:-1.3px;
  color:#eff4f9;
  text-wrap:wrap
}

.contact-hero .lead {
  max-width:420px;
  font-size:17px;
  line-height:1.45;
  color:#a7b4c2
}

.contact-note {
  display:flex;
  gap:10px;
  border-left:2px solid #f5854a;
  background:#ffffff12;
  border-radius:2px;
  padding:13px 16px;
  margin-top:34px;
  font-size:13px;
  font-weight:500;
  line-height:1.5;
  max-width:440px;
  color:#c7d2de
}
.contact-note svg { flex:0 0 14px; width:14px; height:14px; margin-top:2px; color:#f5854a }

.contact-card {
  display:flex;
  flex-direction:column;
  gap:19px;
  background:#ffffffe0;
  color:var(--ink);
  padding:34px;
  border:1px solid #dce2e8;
  border-radius:10px;
  --muted:#5a6675;
  --accent:#c54c18
}
.contact-required,.contact-helper { color:#5a6675; font-size:12px; line-height:1.45 }
.contact-required { font-weight:500 }
.contact-field { display:flex; flex-direction:column; gap:7px }
.contact-field label { color:#0e141c; font-size:12.5px; font-weight:600; line-height:1.36 }
.required-mark { color:#b34413; font-weight:700 }
.contact-optional { color:#5a6675; font-size:11.5px; font-weight:400 }
.contact-field input,.contact-field select,.contact-field textarea { width:100%; min-width:0; border:1px solid #dce2e8; border-radius:5px; background:#eef1f4; color:#0e141c; padding:0 13px; min-height:42px; font:400 13.5px/1.45 Manrope,sans-serif }
.contact-field input::placeholder,.contact-field textarea::placeholder { color:#5a6675; opacity:1 }
.contact-field select:has(option[value=""]:checked) { color:#5a6675 }
.contact-field textarea { height:112px; padding:12px 13px; resize:vertical }
.contact-field :is(input,select,textarea):focus-visible { outline:2px solid #c54c18; outline-offset:2px }
.contact-field :is(input,textarea):user-invalid { border-color:#a33143 }

.contact-card .button {
  width:100%;
  min-height:46px;
  margin-top:4px;
  padding:10px 14px;
  border:0;
  background:#c54c18;
  color:#fff;
  font-size:14px;
  font-weight:700
}
.contact-card .button:hover { background:#ad4013 }
.contact-privacy { color:#5a6675; font-size:11.5px; line-height:1.5 }
.contact-card .button:disabled { cursor:wait; opacity:.65 }
.contact-card[data-state="success"] .contact-field { opacity:.65 }
.contact-card[data-state="success"] :is(input,select,textarea) { color:#5a6675; cursor:default }
.contact-card[data-state="success"] .button { background:#2c7355; color:#f8fafc; font-weight:600; opacity:1; cursor:default }
.contact-status[data-kind="success"] { background:none; border:0; border-radius:0; color:#5a6675; font-size:13px; font-weight:400; line-height:1.55; padding:0; text-align:center }
.contact-retry { align-self:flex-start; border:0; padding:0; background:none; cursor:pointer }
.contact-privacy a,.contact-status a { text-decoration:underline; text-underline-offset:3px }
.contact-status { padding:12px; border:1px solid #cbd2d8; border-radius:5px; color:#4b5563; font-size:12px; line-height:1.5; overflow-wrap:anywhere }

.careers-hero {
  padding:136px 0 118px;
  background:linear-gradient(0deg,#070c13f2, #070c1370 42%,#070c1300 72%),linear-gradient(90deg,#070c13f5,#070c13d9 55%,#070c13b8),url('/static/img/design/aerial.f51fba98.webp') center/cover
}

.careers-hero h1 {
  margin:26px 0 20px;
  font-size:54px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:-1.7px;
  color:#eff4f9
}

.careers-hero .lead {
  max-width:760px;
  margin-bottom:30px;
  font-size:17px;
  line-height:1.55;
  color:#a7b4c2
}

.careers-meta { max-width:760px; color:#8894a1; font:600 10px/1.6 var(--mono); letter-spacing:.7px; text-transform:uppercase }
.careers-hero .chip,.open-application .chip { min-height:26px; padding:0 12px; border:0; border-radius:13px; background:#ffffff14; color:#c7d2de; font:700 9.5px/26px var(--mono); letter-spacing:.9px; text-transform:uppercase }
.careers-hero .chip::before,.open-application .chip::before { content:""; display:inline-block; width:8px; height:8px; margin-right:8px; border-radius:50%; background:#4e9e7b }
.careers-hero .eyebrow,.hiring .eyebrow { color:#f5854a; font-size:9.5px; font-weight:700; letter-spacing:.9px }

.work-section {
  border-top:1px solid #ffffff24;
  padding-top:76px;
  margin-top:86px
}

.work-section h2 {
  margin-top:12px;
  font-size:32px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:-.8px
}

.four-col {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px;
  margin-top:42px
}
.work-section article { border-top:2px solid #69707b; padding-top:18px }
.work-section article .eyebrow { font-size:11px }

.four-col h3 {
  font-size:17.5px;
  font-weight:700;
  letter-spacing:0;
  margin:14px 0 10px;
  line-height:1.35
}

.four-col p {
  font-size:13.5px;
  line-height:1.6;
  color:#a6b2c0
}

.careers-main { background:var(--paper) url('/static/img/design/survey-contours.00810d22.webp') top left/cover no-repeat }

.roles {
  padding:78px 0 60px
}

.roles h2,.hiring h2 {
  margin:12px 0 34px;
  font-size:32px;
  font-weight:700;
  letter-spacing:-.8px
}
.roles>.container>.eyebrow { color:#5a6675; font-size:9.5px; font-weight:700; letter-spacing:.9px }
.role-list { display:grid; gap:14px }

.role {
  padding:26px 28px;
  border:1px solid #dce2e8;
  border-radius:8px;
  background:#fff;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) auto;
  gap:44px;
  align-items:center
}
.role-icon { display:grid; place-items:center; width:46px; height:46px; border-radius:5px; background:#fdeee6; color:#b34413 }
.role-icon svg { width:20px; height:20px }
.role-meta { display:flex; align-items:center; flex-wrap:wrap; gap:10px; font:600 9.5px/1.4 var(--mono); color:#5a6675; text-transform:uppercase }
.role-category { background:#fdeee6; color:#b34413; border-radius:3px; padding:3px 8px; font-size:9px; font-weight:700 }

.role h3 {
  margin:10px 0 8px;
  font-size:19px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:0
}

.role p {
  font-size:13.5px;
  line-height:1.5;
  color:#4b5563
}
.role p.role-skills { margin-top:12px; color:#5a6675; font:600 9.5px/1.5 var(--mono); text-transform:uppercase }
.role-apply { display:inline-flex; justify-content:center; align-items:center; gap:8px; min-height:38px; padding:0 17px; background:#fdeee6; color:#b34413; border-radius:4px; font-size:13px; font-weight:600 }
.role-apply:hover { background:#f9decf }
.careers-job-note { margin-top:22px; color:#5a6675; font:500 10px/1.6 var(--mono); letter-spacing:.4px }

.hiring {
  padding:60px 0 88px
}
.hiring>.container>.eyebrow { color:#b34413 }
.hiring h2 { margin-bottom:38px }
.hiring-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); padding:0; margin:0; list-style:none }
.hiring-steps li { position:relative; padding:36px 44px 0 0 }
.hiring-steps li::before { content:""; position:absolute; left:0; top:0; width:14px; height:14px; border:2px solid #c54c18; border-radius:50%; background:white; z-index:1 }
.hiring-steps li::after { content:""; position:absolute; left:14px; right:0; top:6.5px; height:1px; background:#dce2e8 }
.hiring-steps li:last-child::before { background:#c54c18 }
.hiring-steps li:last-child::after { display:none }
.hiring-steps .eyebrow { color:#5a6675 }
.hiring-steps h3 { margin:10px 0 9px; font-size:17px; line-height:1.35; font-weight:700; letter-spacing:-.3px }
.hiring-steps p { font-size:13px; line-height:1.6; color:#4b5563 }

.open-application {
  padding:84px 0 88px;
  text-align:center;
  background:radial-gradient(ellipse 450px 310px at 60% 10%,#f5854a2e,transparent),linear-gradient(165deg,#16202f,#0d1520 50%,#06090e)
}

.open-application h2 {
  margin:24px auto 16px;
  font-size:36px;
  font-weight:700;
  letter-spacing:-1.1px;
  color:#eff4f9
}

.open-application p {
  max-width:560px;
  margin:0 auto 30px;
  font-size:16.5px;
  line-height:1.55;
  color:#a7b4c2
}
.open-application .button { min-height:44px; padding:0 22px; gap:9px; font-size:14.5px; font-weight:600; color:#180c05; background:#e4622b; border:0 }

.legal-content {
  padding:70px 0 90px;
  display:grid;
  grid-template-columns:250px minmax(0,800px);
  gap:60px
}

.legal-head {
  grid-column:1/-1;
  max-width:850px;
  border-bottom:1px solid var(--line);
  padding-bottom:34px
}

.legal-head h1 {
  margin:18px 0
}

.legal-toc {
  position:sticky;
  top:35px;
  align-self:start;
  font-size:12px
}

.legal-toc a {
  display:block;
  padding:7px 0;
  color:var(--muted)
}

.legal-body h2 {
  font-size:25px;
  margin:36px 0 16px;
  letter-spacing:-.025em
}

.legal-body section:first-child h2 {
  margin-top:0
}

.legal-body p,.legal-body li {
  font-size:14px;
  margin-bottom:14px
}

.legal-body ul {
  list-style:disc;
  padding-left:22px
}

.legal-body a {
  text-decoration:underline;
  text-underline-offset:3px
}

.error-section {
  min-height:650px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:70px 24px;
  background:radial-gradient(ellipse at 50% 90%,#9d3f1644,transparent 65%),#0e141c
}

.error-code {
  font:clamp(100px,20vw,240px)/1 var(--mono);
  letter-spacing:-.08em;
  color:#4b555f;
  mask-image:repeating-linear-gradient(0deg,#000 0 2px,#0009 2px 4px)
}

.error-section h1 {
  font-size:36px;
  margin:24px 0 18px
}

.error-section p {
  margin:0 auto 26px;
  max-width:500px
}

.comparison-options {
  display:none;
}

@media(max-width:700px) {
  .comparison-options {
    display:flex;
    padding:3px;
    border:1px solid var(--line);
    border-radius:5px;
    margin-bottom:14px;
    background:#e2e7ec;
  }
  .comparison-options button {
    flex:1;
    border:0;
    background:transparent;
    border-radius:3px;
    min-height:38px;
    font-size:12px;
    color:var(--muted);
  }
  .comparison-options button[aria-pressed=true] {
    background:#fff;
    color:var(--ink);
    box-shadow:0 1px 4px #0e141c15;
  }
  .comparison input,.comparison-divider {
    display:none;
  }
}

@media(min-width:851px) {
  .hero-grid {
    grid-template-columns:44% 56%
  }
  .hero-copy,.hero-actions {
    padding-right:24px
  }
  .hero h1 {
    font-size:47px;
    line-height:1.08;
    font-weight:700;
    letter-spacing:-1.2px
  }
  .comparison {
    grid-column:2;
    grid-row:1/span 2
  }
  .hero-actions { grid-column:1; grid-row:2 }
  .hero-actions .actions { margin-top:2px }
}

@media(min-width:1600px) {
  .hero {
    padding-block:80px
  }
  .hero-grid {
    row-gap:40px
  }
}

@media(max-width:1100px) {
  .control-gap-grid {
    column-gap:40px
  }
  .container {
    width:calc(100% - 64px)
  }
  .site-header {
    padding:0 32px;
    gap:16px
  }
  .desktop-nav {
    gap:18px
  }
  .hero-grid {
    grid-template-columns:43% 57%
  }
  .hero-copy,.hero-actions {
    padding-right:24px
  }
  .hero .actions {
    align-items:flex-start;
    flex-direction:column;
    gap:15px
  }
  .hero h1 {
    font-size:38px
  }
  .lead {
    font-size:15px
  }
  .two-col {
    gap:40px
  }
  .closing-grid {
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:40px
  }
  .footer-grid {
    grid-template-columns:minmax(0,1fr) 160px 160px;
    gap:40px
  }
}

@media(max-width:850px) {
  .site-footer {
    padding:40px 0
  }
  .footer-home::before {
    top:-890px;
    height:1250px
  }
  .site-footer::after {
    background:radial-gradient(ellipse 260px 200px at 160px 80px,#f5854a16,transparent),#0e141cd4
  }
  .footer-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:26px 20px
  }
  .footer-brand {
    grid-column:1/-1;
    max-width:none
  }
  .footer-brand p {
    font-size:13px
  }
  .footer-grid nav {
    font-size:13px
  }
  .footer-grid .footer-page-nav {
    gap:10px
  }
  .footer-bottom {
    margin-top:28px
  }

  .closing {
    min-height:890px;
    padding:64px 0 56px
  }
  .closing::before {
    height:calc(100% + 360px)
  }
  .closing-grid {
    grid-template-columns:minmax(0,1fr);
    gap:32px
  }
  .closing-offer {
    gap:14px
  }
  .closing h2 {
    font-size:30px;
    line-height:1.12;
    letter-spacing:-.5px
  }
  .closing-offer .lead {
    max-width:none;
    font-size:15px;
    line-height:1.5
  }
  .closing-note {
    max-width:none
  }
  .assessment-outline {
    gap:24px;
    padding:0
  }
  .accountability {
    padding:56px 0 52px
  }
  .accountability-content {
    gap:32px
  }
  .accountability-top {
    grid-template-columns:minmax(0,1fr);
    gap:26px
  }
  .accountability-head {
    gap:12px
  }
  .accountability h2 {
    font-size:26px;
    letter-spacing:-.4px
  }
  .accountability-head p {
    font-size:14px
  }
  .camera-track {
    font-size:7.5px
  }
  .ownership-grid {
    grid-template-columns:minmax(0,1fr);
    gap:28px
  }
  .ownership-grid article {
    padding-top:16px;
    gap:12px
  }
  .ownership-grid h3 {
    font-size:19px
  }
  .control-gap {
    padding:44px 0 48px;
    background:
      radial-gradient(ellipse 320px 300px at 140px 80px,#6e8fc42b,transparent),
      radial-gradient(ellipse 230px 210px at 370px 550px,#f5854a1c,transparent),
      linear-gradient(180deg,#1e2938,#141d29 45%,#0a0f16)
  }
  .control-gap-grid {
    grid-template-columns:minmax(0,1fr);
    grid-template-areas:"claim" "questions";
    grid-template-rows:auto;
    gap:30px;
    min-height:0
  }
  .control-gap-claim {
    gap:14px
  }
  .control-gap h2 {
    font-size:26px;
    letter-spacing:-.5px
  }
  .control-gap-claim p {
    font-size:14px
  }
  .messages {
    gap:20px
  }
  .control-gap .messages article h3 {
    padding:12px 15px;
    font-size:14.5px;
    line-height:1.4
  }
  .desktop-nav {
    display:none
  }
  .language {
    margin-left:auto
  }
  .mobile-nav {
    display:block;
    position:relative
  }
  .mobile-nav summary {
    min-width:44px;
    min-height:44px;
    text-align:center;
    line-height:44px;
    font-size:19px
  }
  .mobile-nav .dropdown {
    min-width:240px
  }
  .hero-grid {
    grid-template-columns:1fr
  }
  .hero-copy,.hero-actions {
    max-width:600px;
    padding:0
  }
  .comparison {
    margin-top:12px
  }
  .hero .actions {
    flex-direction:row;
    align-items:center;
    margin-top:0
  }
  .hero h1 {
    font-size:46px
  }
  .two-col,.fit .two-col {
    grid-template-columns:1fr;
    gap:36px
  }
  .product-step,.product-step.reverse {
    grid-template-columns:1fr;
    gap:28px
  }
  .product-step.reverse>div,.product-step.reverse>figure {
    grid-column:auto;
    grid-row:auto
  }
  .product-step p {
    max-width:600px
  }
  .four-col {
    grid-template-columns:repeat(2,1fr)
  }
  .legal-content {
    grid-template-columns:1fr;
    gap:24px
  }
  .legal-toc {
    position:static;
    padding-bottom:20px;
    border-bottom:1px solid var(--line)
  }
  .contact-hero {
    padding:44px 0 54px
  }
  .contact-layout { grid-template-columns:1fr; gap:26px }
  .contact-card {
    max-width:620px;
    width:100%
  }
}

@media(max-width:700px) {
  html {
    scroll-padding-top:80px
  }
  .container {
    width:calc(100% - 40px)
  }
  .site-header {
    padding:0 16px;
    height:64px;
    gap:8px
  }
  .brand {
    font-size:15px;
    gap:6px
  }
  .brand img {
    width:19px;
    height:19px
  }
  .site-header .brand { font-size:18px; gap:7px }
  .site-header .brand img { width:24px; height:24px }
  .header-cta {
    font-size:10px;
    padding:8px 10px;
    min-height:40px;
    max-width:150px
  }
  .desktop-label {
    display:none
  }
  .mobile-label {
    display:inline
  }
  .language summary {
    gap:4px;
    font-size:11px
  }
  .language summary>span {
    display:none
  }
  .language {
    min-width:36px;
    text-align:center
  }
  .hero {
    padding:32px 0
  }
  .hero h1 {
    font-size:36px;
    margin:17px 0 20px
  }
  .hero .chip {
    font-size:8px
  }
  .hero .lead {
    font-size:15px
  }
  .hero .actions {
    flex-direction:column;
    gap:16px;
    margin-top:0
  }
  .hero .actions .button {
    width:100%
  }
  .hero .small {
    text-align:center;
    font-size:10px
  }
  .comparison-images {
    aspect-ratio:350/303
  }
  .comparison figcaption {
    display:none
  }
  .in-action,.fit {
    padding:48px 0
  }
  .section-head {
    margin-bottom:32px
  }
  h2 {
    font-size:32px
  }
  .product-step {
    margin-bottom:44px
  }
  .product-step h3 {
    font-size:25px
  }
  .product-step p {
    font-size:14px
  }
  .section-head p {
    font-size:14px
  }
  .fit .two-col {
    gap:28px
  }
  .fit { padding:56px 0 52px }
  .fit .section-head { margin-bottom:30px }
  .fit .section-head h2 { font-size:26px; letter-spacing:-.4px }
  .fit .section-head p { font-size:14px }
  .faq details { padding:16px }
  .faq summary { grid-template-columns:12px minmax(0,1fr) 10px; gap:13px }
  .faq-index { font-size:9.5px; line-height:2.2 }
  .faq h3 {
    font-size:16px
  }
  .faq p {
    margin-left:25px;
    padding-top:8px;
    font-size:13.5px
  }
  .contact-hero h1 {
    font-size:32px;
    line-height:1.12;
    letter-spacing:-.9px
  }
  .contact-hero .lead { font-size:15.5px }
  .contact-note { font-size:12.5px }
  .contact-card {
    padding:22px;
    gap:17px
  }
  .contact-field input,.contact-field select,.contact-field textarea { font-size:16px }
  .contact-field textarea { height:104px }
  .careers-hero {
    padding:62px 0 56px
  }
  .careers-hero h1 {
    font-size:34px;
    letter-spacing:-1px
  }
  .careers-hero .lead { font-size:15.5px; line-height:1.6 }
  .careers-meta { font-size:9.5px; line-height:1.7 }
  .work-section { margin-top:52px; padding-top:52px }
  .work-section h2 { font-size:27px; line-height:1.18; letter-spacing:-.7px }
  .four-col {
    gap:26px;
    grid-template-columns:1fr
  }
  .four-col h3 {
    font-size:17.5px
  }
  .roles {
    padding:56px 0 44px
  }
  .roles h2,.hiring h2 { font-size:28px; letter-spacing:-.7px }
  .role {
    grid-template-columns:1fr;
    padding:20px 18px;
    gap:15px
  }
  .role h3 {
    font-size:18px;
    line-height:1.25;
    letter-spacing:-.4px
  }
  .role-apply { justify-self:start }
  .hiring {
    padding:44px 0 64px
  }
  .hiring-steps { grid-template-columns:1fr; margin-left:7px }
  .hiring-steps li { border-left:1px solid #dce2e8; padding:0 0 30px 20px }
  .hiring-steps li:last-child { border-left-color:transparent; padding-bottom:0 }
  .hiring-steps li::before { left:-7.5px }
  .hiring-steps li::after { display:none }
  .open-application {
    padding:62px 0 66px
  }
  .open-application h2 { font-size:28px; line-height:1.2; letter-spacing:-.7px }
  .open-application p { font-size:15.5px }
  .legal-content {
    padding:40px 0 60px
  }
  .legal-head h1 {
    font-size:36px
  }
  .error-section {
    min-height:560px
  }
  .error-section h1 {
    font-size:30px
  }
}

@media(max-width:360px) {
  .site-header {
    padding-inline:10px;
    gap:4px
  }
  .header-cta {
    font-size:9px;
    padding-inline:8px
  }
  .brand {
    font-size:13px
  }
  .site-header .brand { font-size:16px; gap:6px }
  .site-header .brand img { width:22px; height:22px }
  .mobile-nav summary {
    min-width:36px
  }
  .container {
    width:calc(100% - 32px)
  }
  .hero h1 {
    font-size:32px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important
  }
}
