:root {
  --ink: #111318;
  --ink-soft: #1a1e26;
  --ink-muted: #29303d;
  --paper: #f4f1e8;
  --paper-deep: #e9e4d8;
  --white: #fff;
  --blue: #2f67ff;
  --blue-deep: #1944bd;
  --signal: #dfff51;
  --signal-deep: #c8eb3e;
  --muted: #505660;
  --line: rgba(17, 19, 24, 0.16);
  --line-light: rgba(255, 255, 255, 0.16);
  --shadow: 0 26px 70px rgba(17, 19, 24, 0.14);
  --heading: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "IBM Plex Sans", sans-serif;
  --radius: 4px;
  --header-height: 86px;
  --shell: min(1180px, calc(100vw - 48px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

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

button,
select {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.7rem, 8vw, 7.8rem);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5.2vw, 5.3rem);
  text-transform: uppercase;
}

h3 {
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
}

::selection {
  color: var(--white);
  background: var(--blue);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--signal);
  font-weight: 700;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--blue-deep);
  font-family: var(--heading);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 3px;
  content: "";
  background: currentColor;
}

.eyebrow-light {
  color: var(--signal);
}

.section {
  position: relative;
  padding-block: clamp(80px, 11vw, 150px);
}

.section-tint {
  background: var(--paper-deep);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.rich-copy {
  max-width: 680px;
}

.rich-copy p {
  margin-bottom: 22px;
  color: #343945;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
}

.rich-copy p:last-child {
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-family: var(--heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button svg,
.text-link svg,
.header-phone svg,
.mobile-cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2;
}

.button:hover {
  transform: translateY(-3px);
}

.button-small {
  min-height: 46px;
  padding: 12px 18px;
  font-size: 0.92rem;
}

.button-signal {
  color: var(--ink);
  background: var(--signal);
  box-shadow: 6px 6px 0 var(--blue);
}

.button-signal:hover {
  background: var(--signal-deep);
  box-shadow: 3px 3px 0 var(--blue);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
}

.button-primary:hover {
  background: var(--blue-deep);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.button-light:hover {
  background: var(--white);
}

.button-ghost {
  color: var(--ink);
  border-color: var(--ink);
  background: transparent;
}

.button-ghost:hover {
  color: var(--white);
  background: var(--ink);
}

.button-dark-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.52);
  background: transparent;
}

.button-dark-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  color: var(--blue-deep);
  font-family: var(--heading);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  height: 2px;
  flex: 1;
  content: "";
  background: currentColor;
  transition: flex-grow 180ms ease;
}

.text-link:hover::after {
  flex-grow: 2;
}

.text-link-light {
  color: var(--signal);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--white);
  background: rgba(17, 19, 24, 0.96);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 166px;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  color: var(--white);
  text-decoration: none;
}

.brand-mark {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 1px;
  font-family: var(--heading);
  line-height: 1;
}

.brand-copy strong {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.brand-copy small {
  color: #aab1c0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.19em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  color: #c8cdd6;
  font-size: 0.89rem;
  font-weight: 600;
  text-decoration: none;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  color: #d9dde5;
  font-family: var(--heading);
  font-weight: 700;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  color: var(--white);
  background: transparent;
}

.menu-toggle svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.menu-close {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-open {
  display: none;
}

.menu-toggle[aria-expanded="true"] .menu-close {
  display: block;
}

.mobile-menu {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  padding-block: 18px;
  font-size: 0.82rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 8px;
  color: var(--muted);
  content: "/";
}

.breadcrumbs a {
  color: var(--muted);
}

.breadcrumbs span {
  font-weight: 600;
}

/* Home hero */
.home-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 10%, transparent 92%);
}

.home-hero::after {
  position: absolute;
  top: 8%;
  right: -18%;
  width: 650px;
  height: 650px;
  border: 120px solid rgba(47, 103, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - var(--header-height));
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 34px;
  align-items: center;
  padding-block: clamp(70px, 9vw, 120px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-copy h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(4.25rem, 8.3vw, 8.8rem);
}

.hero-copy h1 span {
  display: block;
  color: var(--blue);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 32px;
  color: #d0d5df;
  font-size: clamp(1.08rem, 1.7vw, 1.31rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 30px;
}

.hero-microcopy {
  max-width: 620px;
  margin-top: 24px;
  color: #959dac;
  font-size: 0.9rem;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  animation: hero-in 700ms 160ms both cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-vehicle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(700px, 58vw);
  transform: translate(-53%, -48%);
}

.hero-vehicle svg {
  overflow: visible;
}

.hero-vehicle path,
.hero-vehicle circle {
  vector-effect: non-scaling-stroke;
}

.vehicle-roof,
.vehicle-body {
  fill: rgba(47, 103, 255, 0.08);
  stroke: var(--blue);
  stroke-width: 5;
}

.vehicle-window {
  fill: rgba(244, 241, 232, 0.03);
  stroke: rgba(244, 241, 232, 0.3);
  stroke-width: 2;
}

.hero-vehicle circle {
  fill: var(--ink);
  stroke: var(--paper);
  stroke-width: 5;
}

.vehicle-shine {
  fill: var(--signal);
}

.hero-stamp {
  position: absolute;
  z-index: 2;
  top: 26px;
  right: 0;
  display: flex;
  width: 170px;
  height: 170px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--signal);
  box-shadow: 10px 10px 0 var(--blue);
  transform: rotate(6deg);
}

.hero-stamp strong {
  font-family: var(--heading);
  font-size: 4.3rem;
  line-height: 1;
}

.hero-stamp span {
  font-family: var(--heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1;
}

.hero-spec {
  position: absolute;
  bottom: 72px;
  left: -20px;
  display: flex;
  min-width: 180px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-left: 4px solid var(--blue);
  background: rgba(17, 19, 24, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.hero-spec-two {
  right: 12px;
  bottom: 18px;
  left: auto;
}

.hero-spec span {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-spec strong {
  font-family: var(--heading);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-facts {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line-light);
  background: var(--ink-soft);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.facts-grid > div {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-right: 1px solid var(--line-light);
}

.facts-grid > div:first-child {
  border-left: 1px solid var(--line-light);
}

.facts-grid svg {
  width: 26px;
  min-width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
}

.facts-grid span {
  color: #abb2bf;
  font-size: 0.85rem;
  line-height: 1.35;
}

.facts-grid strong {
  display: block;
  color: var(--white);
  font-size: 0.92rem;
}

.facts-grid .fact-price {
  color: var(--signal);
  font-family: var(--heading);
  font-size: 2rem;
  font-weight: 800;
}

@keyframes hero-in {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Content blocks */
.split-heading,
.content-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.split-heading h2,
.content-split h2 {
  margin-bottom: 0;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 44px);
  border: 1px solid var(--line);
  background: var(--paper);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  content: "";
  background: var(--blue);
  transition: width 260ms ease;
}

.service-card:hover {
  z-index: 2;
  border-color: var(--blue);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.service-card:hover::after {
  width: 100%;
}

.service-card-featured {
  color: var(--white);
  background: var(--ink);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

.service-card-top > span {
  color: var(--blue-deep);
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 800;
}

.service-card-top svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.7;
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4vw, 3.7rem);
  text-transform: uppercase;
}

.service-card p {
  color: var(--muted);
}

.service-card-featured p {
  color: #b8bfca;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 30px;
  padding: 0;
  list-style: none;
}

.mini-list li {
  padding: 5px 9px;
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 600;
}

.service-card-featured .mini-list li {
  border-color: var(--line-light);
}

.service-card > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--blue-deep);
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.service-card-featured .service-card-top > span,
.service-card-featured > a {
  color: #85a6ff;
}

.service-card > a svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.service-card > a:hover svg {
  transform: translateX(7px);
}

.process-section {
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
}

.process-section::before {
  position: absolute;
  right: -100px;
  bottom: -200px;
  width: 650px;
  height: 650px;
  border: 100px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  content: "";
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(70px, 10vw, 140px);
}

.process-intro {
  position: sticky;
  top: calc(var(--header-height) + 40px);
  align-self: start;
}

.process-intro p:not(.eyebrow) {
  max-width: 460px;
  color: #cbd5f4;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.process-list > li > span {
  color: var(--signal);
  font-family: var(--heading);
  font-size: 1.35rem;
  font-weight: 800;
}

.process-list h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.process-list p {
  margin: 0;
  color: #cbd5f4;
}

.video-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.video-grid h2 {
  max-width: 540px;
}

.video-grid p {
  color: var(--muted);
}

.video-facade {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 0;
  border: 0;
  color: var(--white);
  background: var(--ink);
  box-shadow: 14px 14px 0 var(--blue);
}

.video-facade img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.72;
  filter: saturate(0.75) contrast(1.1);
  transition: opacity 200ms ease, transform 500ms ease;
}

.video-facade:hover img {
  opacity: 0.92;
  transform: scale(1.025);
}

.video-facade iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--signal);
  box-shadow: 8px 8px 0 var(--blue);
  font-size: 1.7rem;
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.video-facade:hover .play-button {
  transform: translate(-50%, -50%) scale(1.08);
}

.video-label {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 7px 10px;
  background: var(--ink);
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zone-section {
  color: var(--white);
  background: var(--ink);
}

.zone-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}

.zone-panel p:not(.eyebrow) {
  max-width: 580px;
  color: #b7bdc8;
}

.zone-map {
  position: relative;
  min-height: 500px;
}

.zone-map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.zone-map path {
  fill: rgba(47, 103, 255, 0.12);
  stroke: var(--blue);
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.zone-map circle {
  fill: var(--signal);
  stroke: var(--ink);
  stroke-width: 3;
}

.map-label {
  position: absolute;
  z-index: 2;
  padding: 5px 8px;
  color: #cad0dc;
  background: rgba(17, 19, 24, 0.82);
  font-size: 0.75rem;
  font-weight: 600;
}

.map-label-main {
  top: 51%;
  left: 50%;
  color: var(--ink);
  background: var(--signal);
  font-size: 0.9rem;
}

.map-label-north {
  top: 20%;
  left: 19%;
}

.map-label-east {
  top: 39%;
  right: 6%;
}

.map-label-south {
  right: 24%;
  bottom: 11%;
}

.map-label-west {
  bottom: 30%;
  left: 4%;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-grid details {
  border: 1px solid var(--line);
  background: var(--paper);
}

.faq-grid summary {
  position: relative;
  min-height: 76px;
  padding: 24px 64px 20px 24px;
  font-family: var(--heading);
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.1;
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue);
  content: "+";
  font-family: var(--body);
  font-size: 1.3rem;
  transition: transform 180ms ease;
}

.faq-grid details[open] summary::after {
  transform: rotate(45deg);
}

.faq-grid details p {
  margin: 0;
  padding: 0 24px 26px;
  color: var(--muted);
}

/* Page heroes */
.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(78px, 10vw, 138px);
}

.page-hero::after {
  position: absolute;
  z-index: 0;
  top: -230px;
  right: -140px;
  width: 610px;
  height: 610px;
  border: 105px solid rgba(47, 103, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.65fr);
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.page-hero h1 {
  max-width: 920px;
  margin-bottom: 26px;
  font-size: clamp(3.7rem, 7.3vw, 7.2rem);
}

.page-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #414753;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.service-ticket {
  position: relative;
  padding: 40px;
  border: 2px solid var(--ink);
  background: var(--paper-deep);
  box-shadow: 12px 12px 0 var(--blue);
}

.ticket-number {
  position: absolute;
  top: -28px;
  right: 22px;
  color: var(--blue);
  font-family: var(--heading);
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.service-ticket dl {
  margin: 0 0 26px;
}

.service-ticket dl > div {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.service-ticket dt {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
}

.service-ticket dd {
  margin: 0;
  font-family: var(--heading);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.1;
}

.service-ticket > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.included-grid article {
  min-height: 290px;
  padding: 34px 28px;
  background: var(--paper);
}

.included-grid article > span {
  display: block;
  margin-bottom: 58px;
  color: var(--blue-deep);
  font-family: var(--heading);
  font-size: 1.1rem;
  font-weight: 800;
}

.included-grid h3 {
  margin-bottom: 15px;
  font-size: 2rem;
  text-transform: uppercase;
}

.included-grid p {
  margin: 0;
  color: var(--muted);
}

.two-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--line);
}

.info-panel {
  min-height: 570px;
  padding: clamp(35px, 5vw, 64px);
  background: var(--paper);
}

.info-panel + .info-panel {
  border-left: 1px solid var(--line);
}

.info-panel-dark {
  color: var(--white);
  background: var(--ink);
}

.info-panel p:not(.eyebrow, .big-price, .panel-note) {
  color: var(--muted);
}

.info-panel-dark p:not(.eyebrow, .big-price, .panel-note) {
  color: #b8bfca;
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.check-list svg {
  width: 22px;
  min-width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--signal);
  stroke-width: 2.5;
}

.panel-note {
  padding: 16px;
  border-left: 4px solid var(--blue);
  color: #b8bfca;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
}

.big-price {
  margin: 22px 0;
  font-family: var(--heading);
  font-size: clamp(4.3rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 1;
}

.big-price span {
  color: var(--blue-deep);
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.compact-facts {
  margin: 30px 0;
}

.compact-facts > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.compact-facts dt {
  color: var(--muted);
  font-size: 0.85rem;
}

.compact-facts dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.scenario-grid article {
  min-height: 230px;
  padding: 30px;
  border-top: 5px solid var(--blue);
  background: var(--paper);
}

.scenario-grid h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.scenario-grid p {
  margin: 0;
  color: var(--muted);
}

.related-services {
  padding-block: 30px;
  border-block: 1px solid var(--line);
}

.related-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.related-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
}

.related-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.related-inner a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid var(--line);
  font-family: var(--heading);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.related-inner a:hover {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

/* Professional */
.pro-hero {
  color: var(--white);
  background: var(--blue-deep);
}

.pro-hero .eyebrow {
  color: var(--signal);
}

.pro-hero .page-lead {
  color: #d7def3;
}

.pro-hero .button-ghost {
  color: var(--white);
  border-color: var(--white);
}

.pro-hero .button-ghost:hover {
  color: var(--blue-deep);
  background: var(--white);
}

.fleet-visual {
  display: grid;
  gap: 2px;
  padding: 34px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  box-shadow: 12px 12px 0 var(--signal);
  font-family: var(--heading);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.82;
  text-transform: uppercase;
}

.fleet-visual > span:nth-child(2) {
  color: var(--signal);
}

.fleet-line {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.fleet-line svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.5;
}

/* About and realizations */
.identity-card {
  padding: 34px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 12px 12px 0 var(--signal);
}

.identity-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--blue);
  font-family: var(--heading);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.identity-card dl {
  margin: 0;
}

.identity-card dl > div {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.identity-card dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.identity-card dd {
  margin: 0;
  font-weight: 600;
}

.founder-panel {
  display: grid;
  grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(50px, 9vw, 120px);
  align-items: center;
}

.founder-monogram {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  color: var(--signal);
  background: var(--ink);
  box-shadow: 15px 15px 0 var(--blue);
  font-family: var(--heading);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 800;
  line-height: 1;
}

.founder-panel > div:last-child {
  max-width: 700px;
}

.proof-seal {
  display: grid;
  width: min(360px, 80vw);
  aspect-ratio: 1;
  place-content: center;
  border: 3px solid var(--ink);
  border-radius: 50%;
  text-align: center;
  box-shadow: inset 0 0 0 15px var(--paper), inset 0 0 0 18px var(--blue), 12px 12px 0 var(--signal);
  transform: rotate(-7deg);
}

.proof-seal span,
.proof-seal small {
  font-family: var(--heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.proof-seal strong {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 4rem;
  line-height: 0.9;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.inline-links a {
  padding: 8px 12px;
  border: 1px solid var(--line);
  font-family: var(--heading);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.inline-links a:hover {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

/* Contact */
.contact-hero {
  color: var(--white);
  background: var(--ink);
}

.contact-hero .eyebrow {
  color: var(--signal);
}

.contact-hero .page-lead {
  color: #c7cdd7;
}

.direct-contact {
  padding: 38px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 12px 12px 0 var(--blue);
}

.direct-contact p {
  margin-bottom: 18px;
  color: #aab1bd;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.direct-contact a {
  display: block;
  color: var(--signal);
  font-family: var(--heading);
  font-size: clamp(2.5rem, 4.5vw, 4.3rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.direct-contact span {
  display: block;
  margin-top: 18px;
  color: #aab1bd;
  font-size: 0.86rem;
}

.contact-builder-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quote-builder,
.contact-guide {
  padding: clamp(32px, 5vw, 64px);
}

.quote-builder {
  background: var(--white);
}

.contact-guide {
  color: var(--white);
  background: var(--blue-deep);
}

.contact-guide .guide-index {
  color: var(--signal);
}

.form-heading {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  margin-bottom: 38px;
}

.form-heading > span,
.guide-index {
  color: var(--blue);
  font-family: var(--heading);
  font-size: 1.4rem;
  font-weight: 800;
}

.form-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
}

.form-grid {
  display: grid;
  gap: 22px;
}

.form-grid label {
  display: grid;
  gap: 9px;
}

.form-grid label > span {
  font-size: 0.82rem;
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #b6bbc4;
  border-radius: 0;
  background: var(--paper);
}

.form-grid textarea {
  min-height: 120px;
  resize: vertical;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(47, 103, 255, 0.18);
}

.form-privacy {
  margin: 24px 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.contact-guide .eyebrow {
  margin-top: 20px;
}

.contact-guide > p {
  color: #d1d8ec;
}

.contact-guide .check-list {
  margin-block: 30px;
}

/* CTA and footer */
.cta-band {
  overflow: hidden;
  padding-block: clamp(62px, 8vw, 100px);
  color: var(--white);
  background: var(--ink);
}

.cta-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  gap: 55px;
  align-items: center;
}

.cta-band-inner::after {
  position: absolute;
  z-index: 0;
  top: -210px;
  right: 120px;
  width: 430px;
  height: 430px;
  border: 80px solid rgba(47, 103, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.cta-band-inner > * {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  max-width: 760px;
  margin-bottom: 16px;
}

.cta-band p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: #b9c0cc;
}

.cta-band-actions {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.site-footer {
  padding: 78px 0 24px;
  color: var(--white);
  background: #090a0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.8fr 0.65fr;
  gap: 50px;
}

.footer-intro > p {
  max-width: 370px;
  margin: 28px 0;
  color: #979fac;
  font-size: 0.91rem;
}

.footer-contact {
  display: grid;
  gap: 4px;
}

.footer-contact a {
  color: var(--signal);
  font-family: var(--heading);
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-contact span {
  color: #737b88;
  font-size: 0.75rem;
}

.footer-title {
  margin: 8px 0 24px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list a {
  color: #9ca4b1;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-list a:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 65px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #737b88;
  font-size: 0.76rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-cta {
  display: none;
}

/* Legal and error */
.legal-shell {
  max-width: 850px;
}

.legal-page h1 {
  margin-bottom: 14px;
}

.legal-page h2 {
  margin-top: 54px;
  margin-bottom: 16px;
  font-size: 2.5rem;
}

.legal-page p,
.legal-page li {
  color: #3e4450;
}

.legal-page ul {
  padding-left: 22px;
}

.legal-updated {
  margin-bottom: 44px;
  color: var(--muted);
  font-size: 0.85rem;
}

.legal-warning {
  padding: 22px;
  border-left: 5px solid var(--signal-deep);
  background: var(--paper-deep);
}

.error-content {
  padding-block: clamp(80px, 12vw, 170px);
}

.error-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: center;
}

.error-code {
  color: var(--blue);
  font-family: var(--heading);
  font-size: clamp(8rem, 24vw, 18rem);
  font-weight: 800;
  line-height: 0.75;
}

.error-grid h1 {
  font-size: clamp(3.3rem, 7vw, 6.8rem);
}

/* Responsive */
@media (max-width: 1120px) {
  .desktop-nav {
    gap: 15px;
  }

  .desktop-nav a {
    font-size: 0.82rem;
  }

  .header-phone span {
    display: none;
  }

  .header-phone {
    width: 48px;
    justify-content: center;
  }

  .included-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 28px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 76px;
    --shell: min(100% - 36px, 760px);
  }

  .site-header {
    background: var(--ink);
    backdrop-filter: none;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .mobile-menu {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    bottom: auto;
    left: 0;
    height: calc(100vh - var(--header-height));
    height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    display: block;
    visibility: hidden;
    padding-bottom: calc(32px + env(safe-area-inset-bottom));
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    transform: translateY(-12px);
    transition: visibility 180ms ease, opacity 180ms ease, transform 180ms ease;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: grid;
    padding-top: 32px;
  }

  .mobile-menu nav a {
    display: flex;
    min-height: 58px;
    align-items: center;
    border-bottom: 1px solid var(--line-light);
    font-family: var(--heading);
    font-size: 1.55rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-menu nav a[aria-current="page"] {
    color: var(--signal);
  }

  .mobile-contact {
    display: grid;
    gap: 8px;
    margin-top: 30px;
  }

  .mobile-contact a {
    color: var(--signal);
    font-family: var(--heading);
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
  }

  .mobile-contact span {
    color: #9199a7;
    font-size: 0.84rem;
  }

  .home-hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 20px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 450px;
  }

  .hero-vehicle {
    width: min(720px, 92vw);
  }

  .hero-stamp {
    right: 8%;
    width: 145px;
    height: 145px;
  }

  .hero-spec {
    left: 8%;
  }

  .hero-spec-two {
    right: 8%;
    left: auto;
  }

  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .facts-grid > div:nth-child(3) {
    border-left: 1px solid var(--line-light);
  }

  .split-heading,
  .content-split,
  .process-grid,
  .video-grid,
  .zone-grid,
  .page-hero-grid,
  .founder-panel,
  .contact-builder-grid,
  .cta-band-inner {
    grid-template-columns: 1fr;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 390px;
  }

  .service-card-top {
    margin-bottom: 38px;
  }

  .process-intro {
    position: static;
  }

  .zone-map {
    min-height: 450px;
  }

  .page-hero-grid {
    gap: 60px;
  }

  .service-ticket,
  .identity-card,
  .direct-contact {
    max-width: 620px;
  }

  .two-panels {
    grid-template-columns: 1fr;
  }

  .info-panel + .info-panel {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }

  .footer-intro {
    grid-column: 1 / -1;
  }

  .error-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    padding-bottom: 62px;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

  h2 {
    font-size: clamp(2.65rem, 13vw, 4.25rem);
  }

  .section {
    padding-block: 76px;
  }

  .brand {
    min-width: 148px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .home-hero-grid {
    padding-top: 64px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 15vw, 4.1rem);
    overflow-wrap: normal;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 345px;
  }

  .hero-stamp {
    top: 0;
    right: 2%;
    width: 110px;
    height: 110px;
    box-shadow: 6px 6px 0 var(--blue);
  }

  .hero-stamp strong {
    font-size: 3rem;
  }

  .hero-stamp span {
    font-size: 0.64rem;
  }

  .hero-spec {
    bottom: 60px;
    left: 0;
    min-width: 150px;
  }

  .hero-spec-two {
    right: 0;
    bottom: 5px;
    left: auto;
  }

  .facts-grid {
    grid-template-columns: 1fr;
  }

  .facts-grid > div {
    min-height: 82px;
    border-right: 1px solid var(--line-light);
    border-bottom: 1px solid var(--line-light);
    border-left: 1px solid var(--line-light);
  }

  .service-card {
    min-height: 420px;
  }

  .process-list li {
    grid-template-columns: 48px 1fr;
  }

  .video-facade,
  .video-facade img {
    min-height: 300px;
  }

  .zone-map {
    min-height: 360px;
  }

  .map-label {
    font-size: 0.65rem;
  }

  .map-label-main {
    font-size: 0.78rem;
  }

  .faq-grid,
  .included-grid,
  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .included-grid article {
    min-height: 240px;
  }

  .included-grid article > span {
    margin-bottom: 36px;
  }

  .scenario-grid article {
    min-height: 190px;
  }

  .page-hero {
    padding-block: 66px 82px;
  }

  .page-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }

  .service-ticket,
  .identity-card,
  .direct-contact {
    padding: 28px 22px;
  }

  .ticket-number {
    font-size: 4rem;
  }

  .info-panel {
    min-height: auto;
  }

  .related-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-seal {
    width: min(320px, 85vw);
  }

  .proof-seal strong {
    font-size: 3.4rem;
  }

  .form-heading {
    grid-template-columns: 1fr;
  }

  .quote-builder,
  .contact-guide {
    padding: 32px 22px;
  }

  .direct-contact a {
    font-size: 2.45rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-intro {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-cta {
    position: fixed;
    z-index: 98;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--line-light);
    background: var(--ink);
  }

  body.menu-open .mobile-cta {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-cta a {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--white);
    font-family: var(--heading);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-cta a + a {
    color: var(--ink);
    background: var(--signal);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .mobile-cta,
  .site-footer,
  .cta-band,
  .video-facade {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section {
    padding-block: 32px;
  }
}
