:root {
  color-scheme: dark;
  --bg: #02070b;
  --bg-2: #061018;
  --surface: #0a141d;
  --surface-2: #0e1d29;
  --line: rgba(107, 213, 255, 0.24);
  --line-strong: rgba(100, 218, 255, 0.55);
  --cyan: #3fc7ff;
  --cyan-2: #79dcff;
  --green: #09c95f;
  --green-2: #06a94f;
  --text: #f4fbff;
  --muted: #a8bac7;
  --soft: #6f8493;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  --display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --performance: Teko, "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --body: Inter, Arial, sans-serif;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 0%, rgba(52, 191, 255, 0.18), transparent 34rem),
    linear-gradient(180deg, #02070b 0%, #061018 48%, #02070b 100%);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(86, 211, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 211, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 68%);
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(121, 220, 255, 0.86);
  outline-offset: 4px;
}

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

button {
  font: inherit;
}

address {
  font-style: normal;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--text);
  padding: 0.6rem 0.85rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(190px, 330px) 1fr auto auto auto;
  align-items: center;
  gap: clamp(0.75rem, 1.7vw, 1.3rem);
  padding: 1.05rem clamp(1rem, 4vw, 3.8rem);
  background: linear-gradient(180deg, rgba(0, 4, 7, 0.94), rgba(0, 4, 7, 0.7));
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(99, 213, 255, 0.18);
  background: rgba(2, 7, 11, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  width: min(290px, 38vw);
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 1.55vw, 1.7rem);
}

.desktop-nav a,
.mobile-nav a {
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.86;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  color: var(--cyan-2);
  opacity: 1;
}

.header-cta,
.header-phone,
.btn,
.mobile-wa,
.sticky-action,
.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 800;
  line-height: 1.1;
}

.header-cta,
.btn-primary,
.mobile-wa,
.sticky-action.primary,
.contact-action.primary {
  background: linear-gradient(180deg, var(--green), var(--green-2));
  color: #fff;
  box-shadow: 0 16px 32px rgba(9, 201, 95, 0.25);
}

.header-cta {
  padding: 0.85rem 1.1rem;
  min-width: 220px;
}

.header-phone {
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(96, 213, 255, 0.22);
  background: rgba(9, 18, 27, 0.58);
  color: var(--text);
  white-space: nowrap;
}

.header-phone:hover {
  border-color: var(--line-strong);
  color: var(--cyan-2);
}

.site-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1.35em;
  height: 1.35em;
  font-size: 1.35em;
  line-height: 1;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(9, 18, 27, 0.84);
  color: var(--text);
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  min-height: 44px;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 800;
}

.mobile-nav {
  display: none;
}

.hero,
.page-hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.5rem, 6vw, 5.8rem) clamp(1rem, 4vw, 4rem) clamp(2.2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(92, 210, 255, 0.2);
  overflow: hidden;
}

.home-hero {
  grid-template-columns: minmax(720px, 0.7fr) minmax(320px, 0.3fr);
  min-height: clamp(650px, calc(100svh - 300px), 720px);
  align-items: center;
  padding-top: clamp(3.2rem, 5.6vw, 5.2rem);
  padding-bottom: clamp(2.2rem, 3.8vw, 3.4rem);
}

.hero-copy,
.page-hero > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: clamp(4rem, 6.1vw, 6.9rem);
  font-weight: 900;
}

.page-hero h1 {
  font-size: clamp(3.6rem, 5.6vw, 6.4rem);
}

h1 strong,
h2 strong {
  color: var(--cyan);
  font-weight: inherit;
}

.home-hero h1 {
  font-family: var(--performance);
  font-size: 7.75rem;
  font-weight: 700;
  line-height: 0.78;
  text-transform: uppercase;
  font-style: italic;
  transform: skewX(-3deg);
  text-wrap: unset;
  text-shadow: 0 16px 36px rgba(0, 0, 0, 0.48);
}

.home-hero h1 span,
.home-hero h1 strong {
  display: block;
}

.home-hero h1 strong {
  color: var(--cyan);
  text-shadow: 0 0 28px rgba(63, 199, 255, 0.22);
}

.home-hero .hero-kicker {
  margin-bottom: 1.45rem;
}

.home-hero .hero-copy > p:not(.microcopy) {
  max-width: 580px;
  margin-top: 1.15rem;
  color: #dce9ef;
  font-size: 1.15rem;
  line-height: 1.42;
}

@media (min-width: 721px) {
  .home-hero .hero-copy {
    max-width: 820px;
  }

  .home-hero h1 {
    max-width: 790px;
  }

  .home-hero h1 strong {
    white-space: nowrap;
  }

  .home-hero .action-row {
    display: grid;
    grid-template-columns: repeat(3, max-content);
  }

  .home-hero .microcopy {
    display: none;
  }
}

h2 {
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 900;
}

h3 {
  font-size: 1.45rem;
  font-weight: 800;
}

.hero-copy p,
.page-hero p {
  max-width: 560px;
  margin: 1.1rem 0 0;
  color: #d3e1e8;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
}

.hero-kicker,
.hero-copy > .hero-kicker,
.page-hero .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--line-strong);
}

.microcopy {
  margin: 1rem 0 0;
  color: var(--cyan-2);
  font-size: 0.98rem;
  font-weight: 800;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.action-row.compact {
  margin-top: 1.45rem;
}

.btn {
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
}

.home-hero .action-row {
  gap: 0.85rem;
  margin-top: 1.42rem;
}

.home-hero .btn {
  min-height: 60px;
  padding: 1rem 1.35rem;
  border-color: rgba(255, 255, 255, 0.23);
  font-size: 0.98rem;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
}

.home-hero .btn-primary {
  min-width: 258px;
  border-color: rgba(25, 238, 130, 0.35);
  box-shadow:
    0 20px 42px rgba(9, 201, 95, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.home-hero .btn-secondary,
.home-hero .btn-ghost {
  min-width: 170px;
  background: rgba(3, 8, 12, 0.66);
  backdrop-filter: blur(8px);
}

.symptom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  max-width: 760px;
  margin-top: 0.9rem;
}

.symptom-links a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.12rem 0.5rem;
  align-items: center;
  min-height: 48px;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  background: rgba(8, 18, 27, 0.7);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.symptom-links a:hover {
  border-color: var(--line-strong);
  color: var(--cyan-2);
}

.symptom-links .site-icon {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 1.25rem;
}

.symptom-links span,
.symptom-links small {
  min-width: 0;
}

.symptom-links span {
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.1;
}

.symptom-links small {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 1.1;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
  margin-top: 0.9rem;
  border: 1px solid rgba(92, 210, 255, 0.22);
  border-radius: 8px;
  background: rgba(2, 7, 11, 0.68);
  overflow: hidden;
}

.proof-strip div {
  min-width: 0;
  padding: 0.8rem 0.9rem;
  border-right: 1px solid rgba(92, 210, 255, 0.16);
}

.proof-strip div:last-child {
  border-right: 0;
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.1;
}

.proof-strip span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.15;
}

.performance-proof {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(900px, 100%);
  margin-top: 1.35rem;
  padding-top: 0.1rem;
}

.performance-proof div {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 0.18rem 0.62rem;
  align-items: center;
  padding: 0 1.25rem 0 0;
}

.performance-proof div + div {
  padding-left: 1.35rem;
  border-left: 1px solid rgba(63, 199, 255, 0.48);
}

.performance-proof .site-icon {
  grid-row: span 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-size: 1.55rem;
  filter: drop-shadow(0 0 14px rgba(63, 199, 255, 0.36));
}

.performance-proof strong {
  color: #f7fbff;
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.performance-proof span {
  color: #b9c9d2;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.28;
}

.btn-secondary,
.btn-ghost {
  background: rgba(9, 18, 27, 0.62);
  color: var(--text);
}

.btn-secondary:hover,
.btn-ghost:hover,
.contact-action:not(.primary):hover {
  border-color: var(--line-strong);
  color: var(--cyan-2);
}

.hero-media {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(64vw, 970px);
  height: 100%;
  z-index: 0;
}

.home-hero .hero-media {
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center;
}

.home-hero .hero-media img {
  object-position: center right;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #02070b 0%, rgba(2, 7, 11, 0.9) 18%, rgba(2, 7, 11, 0.28) 52%, rgba(2, 7, 11, 0) 100%),
    linear-gradient(180deg, rgba(2, 7, 11, 0) 72%, var(--bg) 100%);
}

.home-hero .hero-media::before {
  background:
    linear-gradient(90deg, #010407 0%, rgba(1, 4, 7, 0.96) 26%, rgba(1, 4, 7, 0.6) 47%, rgba(1, 4, 7, 0.1) 76%, rgba(1, 4, 7, 0.02) 100%),
    linear-gradient(180deg, rgba(1, 4, 7, 0.52) 0%, rgba(1, 4, 7, 0.02) 42%, rgba(1, 4, 7, 0.9) 100%),
    radial-gradient(circle at 73% 58%, rgba(63, 199, 255, 0.24), transparent 30rem);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(2, 7, 11, 0.94));
}

.hero-conversion-dock {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  z-index: 3;
  width: min(1180px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: minmax(150px, 0.36fr) minmax(360px, 0.9fr) minmax(350px, 0.78fr);
  gap: 0.9rem;
  align-items: stretch;
  padding: 0.9rem;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(4, 13, 20, 0.86), rgba(7, 20, 30, 0.68)),
    radial-gradient(circle at 70% 0%, rgba(63, 199, 255, 0.14), transparent 32rem);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(18px);
}

.dock-copy {
  display: grid;
  align-content: center;
  gap: 0.25rem;
  padding: 0 0.4rem;
}

.dock-copy span {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.2;
  text-transform: uppercase;
}

.dock-copy strong {
  color: var(--text);
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 0.95;
}

.hero-conversion-dock .symptom-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  max-width: none;
}

.hero-conversion-dock .symptom-links a {
  min-height: 52px;
  background: rgba(4, 13, 20, 0.7);
}

.hero-conversion-dock .proof-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  height: 100%;
}

.hero-conversion-dock .proof-strip div {
  padding: 0.7rem 0.85rem;
}

.hero-conversion-dock .proof-strip div:nth-child(2) {
  border-right: 0;
}

.hero-conversion-dock .proof-strip div:nth-child(-n + 2) {
  border-bottom: 1px solid rgba(92, 210, 255, 0.16);
}

.hero-panel,
.contact-panel {
  align-self: stretch;
  min-height: 420px;
  border: 1px solid rgba(96, 213, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(8, 18, 27, 0.72);
  box-shadow: var(--shadow);
}

.hero-panel picture,
.hero-panel img {
  width: 100%;
  height: 100%;
}

.hero-panel img {
  object-fit: cover;
}

.services-hero,
.about-hero,
.contact-hero {
  min-height: 610px;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr);
  max-width: 1280px;
  margin-inline: auto;
  border-bottom: 0;
}

.section-pad,
.service-rail {
  padding: clamp(3.2rem, 7vw, 6.5rem) clamp(1rem, 4vw, 4rem);
}

.section-pad > *,
.service-rail > * {
  max-width: var(--max);
  margin-inline: auto;
}

.service-rail {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid rgba(92, 210, 255, 0.42);
  border-bottom: 1px solid rgba(92, 210, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(1, 6, 10, 0.2), rgba(1, 6, 10, 0.72)),
    url("/assets/generated/pit-lane-carbon-texture.webp") center / cover;
  box-shadow:
    inset 0 1px 0 rgba(121, 220, 255, 0.35),
    inset 0 22px 60px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.service-rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(63, 199, 255, 0.08), rgba(63, 199, 255, 0.96) 48%, rgba(63, 199, 255, 0.08));
  box-shadow: 0 0 24px rgba(63, 199, 255, 0.56);
}

.service-rail::after {
  content: "";
  position: absolute;
  top: -1px;
  right: clamp(2rem, 9vw, 12rem);
  width: 172px;
  height: 22px;
  border: 1px solid rgba(63, 199, 255, 0.7);
  border-top: 0;
  transform: skewX(-24deg);
  background: rgba(2, 7, 11, 0.78);
  box-shadow: 0 0 24px rgba(63, 199, 255, 0.24);
}

.rail-head,
.section-head span,
.trust-copy > span,
.location-copy > span,
.feature-copy > span,
.story-main > span,
.coverage > div:first-child span,
.previsit > div:first-child span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.rail-head {
  width: min(var(--max), 100%);
  margin: 0 auto 1.35rem;
}

.rail-head i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

.rail-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0;
  border-left: 1px solid rgba(185, 236, 255, 0.2);
  isolation: isolate;
}

.rail-item {
  position: relative;
  min-height: 110px;
  display: grid;
  place-items: center;
  gap: 0.62rem;
  padding: 1rem 0.8rem;
  border-right: 1px solid rgba(185, 236, 255, 0.2);
  color: var(--text);
  overflow: hidden;
  transition: color 160ms ease, background 160ms ease;
}

.rail-item::before,
.service-list article::before,
.contact-action::before {
  content: "";
  position: absolute;
  inset: auto;
  left: var(--mx, 50%);
  top: var(--my, 50%);
  width: 220px;
  height: 220px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(63, 199, 255, 0.2), transparent 64%);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.rail-item:hover::before,
.service-list article:hover::before,
.contact-action:hover::before {
  opacity: 1;
}

.rail-item:hover {
  background: rgba(63, 199, 255, 0.075);
  color: var(--cyan-2);
}

.rail-item .site-icon {
  color: #f2fbff;
  font-size: 3.2rem;
  filter:
    drop-shadow(0 0 10px rgba(121, 220, 255, 0.5))
    drop-shadow(0 8px 16px rgba(0, 0, 0, 0.42));
}

.rail-item span {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-head {
  margin-bottom: 2.2rem;
}

.section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: 2rem;
  align-items: end;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 480px;
}

.process {
  background: rgba(2, 8, 13, 0.82);
  border-bottom: 1px solid rgba(92, 210, 255, 0.16);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(95, 210, 255, 0.18);
}

.process-step {
  position: relative;
  min-height: 250px;
  padding: 2rem 1.6rem;
  border-right: 1px solid rgba(95, 210, 255, 0.18);
}

.process-step:last-child {
  border-right: 0;
}

.step-number {
  color: var(--cyan);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 900;
}

.process-step .site-icon {
  display: block;
  margin: 1rem 0 1.35rem;
  color: var(--cyan-2);
  font-size: 3rem;
}

.process-step p,
.trust-list p,
.service-list p,
.service-list small,
.value-rows p,
.story-main p,
.coverage p,
.previsit p {
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  max-width: none;
  border-bottom: 1px solid rgba(92, 210, 255, 0.18);
}

.trust-band > * {
  max-width: none;
}

.trust-copy {
  max-width: 510px;
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}

.trust-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.trust-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  align-items: start;
}

.trust-list .site-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--cyan);
  font-size: 1.8rem;
}

.trust-list h3,
.trust-list p {
  margin: 0;
}

.trust-image {
  min-height: 520px;
  overflow: hidden;
  border-left: 1px solid rgba(92, 210, 255, 0.18);
}

.trust-image picture,
.trust-image img {
  width: 100%;
  height: 100%;
}

.trust-image img {
  object-fit: cover;
}

.trust-proof-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-left: 1px solid rgba(92, 210, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(2, 7, 11, 0.05), rgba(2, 7, 11, 0.54)),
    url("/assets/generated/workbench-parts.webp") center / cover no-repeat,
    rgba(5, 14, 22, 0.72);
}

.trust-proof-image,
.trust-proof-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.trust-proof-image img {
  object-fit: cover;
  filter: saturate(1.02) contrast(1.08) brightness(1.12);
}

.trust-proof-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 7, 11, 0), rgba(2, 7, 11, 0.5)),
    radial-gradient(circle at 28% 28%, rgba(63, 199, 255, 0.16), transparent 24rem);
  z-index: 1;
}

.trust-proof-card {
  position: relative;
  z-index: 2;
  width: min(520px, calc(100% - 2rem));
  margin: 1rem;
  padding: 1.3rem;
  border: 1px solid rgba(121, 220, 255, 0.3);
  border-radius: 8px;
  background: rgba(2, 7, 11, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.38);
}

.trust-proof-card span,
.photo-card-copy span,
.template-card-head span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.trust-proof-card h3,
.trust-proof-card p {
  margin: 0;
}

.trust-proof-card h3 {
  margin-top: 0.7rem;
  font-size: 2rem;
}

.trust-proof-card p {
  margin-top: 0.65rem;
  color: #c2d1da;
}

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

.workshop-photos .photo-grid {
  grid-template-columns: repeat(3, 1fr);
}

.photo-card {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-rows: minmax(170px, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(92, 210, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.08), transparent 45%),
    rgba(8, 18, 27, 0.74);
}

.photo-card-media,
.photo-card-media img,
.photo-card-visual {
  width: 100%;
  height: 100%;
  min-height: 180px;
}

.photo-card-media img {
  object-fit: cover;
}

.photo-card-visual {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.12), rgba(2, 7, 11, 0.08)),
    url("/assets/generated/pit-lane-carbon-texture.webp") center / cover;
}

.photo-card-visual .site-icon {
  color: var(--cyan);
  font-size: 4rem;
  filter: drop-shadow(0 0 18px rgba(63, 199, 255, 0.36));
}

.photo-card-copy {
  padding: 1rem;
  border-top: 1px solid rgba(92, 210, 255, 0.18);
}

.photo-card-copy h3,
.photo-card-copy p {
  margin: 0;
}

.photo-card-copy h3 {
  margin-top: 0.55rem;
  font-size: 1.55rem;
}

.photo-card-copy p {
  margin-top: 0.55rem;
  color: #b9c9d2;
  font-size: 0.94rem;
  line-height: 1.45;
}

.location-band {
  display: grid;
  grid-template-columns: minmax(300px, 0.58fr) minmax(420px, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  background: linear-gradient(180deg, rgba(7, 17, 25, 0.88), rgba(2, 7, 11, 0.98));
}

.location-band > * {
  max-width: none;
}

.location-copy {
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
  max-width: 440px;
}

.location-copy address {
  margin: 1.5rem 0 0.6rem;
  color: var(--text);
  font-size: 1.08rem;
  font-weight: 700;
}

.location-copy p {
  color: var(--muted);
}

.map-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 0.75fr);
  min-height: 430px;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.1), transparent 40%),
    rgba(8, 18, 27, 0.78);
  box-shadow: var(--shadow);
}

.map-card-visual {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  background: url("/assets/generated/map-masai-clean.webp") 58% 50% / cover no-repeat;
}

.map-card-visual picture,
.map-card-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.map-card-visual img {
  object-fit: cover;
  object-position: 58% 50%;
  filter: brightness(1.15) contrast(1.08) saturate(1.08);
}

.map-card-visual > span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(121, 220, 255, 0.28);
  border-radius: 8px;
  background: rgba(2, 7, 11, 0.76);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.map-card-content {
  position: relative;
  display: grid;
  align-content: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(63, 199, 255, 0.14), transparent 18rem),
    rgba(3, 10, 16, 0.94);
}

.map-card-content span {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  margin-bottom: 0.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: none;
}

.map-card-content h3 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.map-card-content address,
.map-card-content p {
  color: #c2d1da;
}

.map-card-content address {
  margin-top: 0.85rem;
  font-weight: 800;
}

.map-card-content p {
  margin: 0.75rem 0 0;
}

.map-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.map-card-actions .btn {
  min-height: 46px;
  padding: 0.8rem 0.95rem;
  font-size: 0.86rem;
}

.featured-service,
.story,
.previsit {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.featured-service {
  max-width: var(--max);
  margin-inline: auto;
  grid-template-columns: minmax(320px, 0.78fr) minmax(380px, 0.9fr);
  gap: clamp(2rem, 4vw, 3.5rem);
}

.featured-service > *,
.story > *,
.previsit > * {
  max-width: none;
}

.feature-copy,
.story-main,
.previsit > div:first-child {
  max-width: 560px;
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}

.feature-copy p,
.story-main p,
.previsit p {
  font-size: 1.06rem;
}

.featured-service .feature-copy {
  max-width: 520px;
  margin-left: 0;
}

.feature-image,
.previsit-image {
  min-height: 480px;
  border: 1px solid rgba(92, 210, 255, 0.22);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.featured-service .feature-image {
  justify-self: end;
  width: 100%;
  max-width: 640px;
  min-height: 0;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
}

.feature-image picture,
.feature-image img,
.previsit-image picture,
.previsit-image img {
  width: 100%;
  height: 100%;
}

.feature-image img,
.previsit-image img {
  object-fit: cover;
}

.service-visual-support,
.workshop-photos {
  background: rgba(2, 8, 13, 0.62);
  border-top: 1px solid rgba(92, 210, 255, 0.14);
  border-bottom: 1px solid rgba(92, 210, 255, 0.14);
}

.meet-card,
.whatsapp-template-card {
  max-width: 560px;
  border: 1px solid rgba(92, 210, 255, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.12), transparent 50%),
    rgba(8, 18, 27, 0.78);
  box-shadow: var(--shadow);
}

.meet-card {
  padding: 1.35rem;
}

.portrait-visual {
  min-height: 260px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(92, 210, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.14), transparent 50%),
    url("/assets/generated/pit-lane-carbon-texture.webp") center / cover;
}

.portrait-visual .site-icon {
  color: var(--cyan);
  font-size: 5rem;
  filter: drop-shadow(0 0 22px rgba(63, 199, 255, 0.34));
}

.portrait-visual img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: inherit;
}

.meet-card > span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.meet-card h3,
.meet-card p {
  margin: 0;
}

.meet-card h3 {
  margin-top: 0.65rem;
  font-size: 2.4rem;
}

.meet-card p {
  margin-top: 0.75rem;
  color: #c2d1da;
}

.meet-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.meet-stats strong {
  padding: 0.85rem;
  border: 1px solid rgba(92, 210, 255, 0.2);
  border-radius: 8px;
  color: var(--text);
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1;
}

.whatsapp-template-card {
  padding: clamp(1.2rem, 3vw, 1.6rem);
}

.template-card-head {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: center;
}

.template-card-head > .site-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--cyan);
  font-size: 2rem;
}

.template-card-head h3 {
  margin-top: 0.35rem;
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.whatsapp-template-card pre {
  white-space: pre-wrap;
  margin: 1.3rem 0;
  padding: 1rem;
  border: 1px solid rgba(92, 210, 255, 0.2);
  border-radius: 8px;
  background: rgba(2, 7, 11, 0.72);
  color: #d9e8ef;
  font: 700 0.95rem/1.62 var(--body);
}

.whatsapp-template-card .btn {
  width: 100%;
}

.symptom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.symptom-list a,
.coverage-grid a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  padding: 0.7rem 0.9rem;
  background: rgba(8, 18, 27, 0.72);
  color: var(--text);
  font-weight: 800;
}

.service-directory {
  background: rgba(2, 8, 13, 0.62);
  border-top: 1px solid rgba(92, 210, 255, 0.16);
  border-bottom: 1px solid rgba(92, 210, 255, 0.16);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-left: 1px solid rgba(92, 210, 255, 0.18);
  border-top: 1px solid rgba(92, 210, 255, 0.18);
}

.service-list article {
  position: relative;
  min-height: 305px;
  padding: 1.4rem;
  border-right: 1px solid rgba(92, 210, 255, 0.18);
  border-bottom: 1px solid rgba(92, 210, 255, 0.18);
  overflow: hidden;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--cyan);
}

.service-icon .site-icon {
  font-size: 2rem;
}

.service-list h3 {
  margin-bottom: 0.75rem;
}

.service-list p,
.service-list small {
  display: block;
  margin: 0 0 0.9rem;
}

.service-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.4rem;
  min-height: 40px;
  padding-block: 0.35rem;
  color: var(--cyan-2);
  font-size: 0.88rem;
  font-weight: 900;
}

.service-help-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.4rem;
  padding: clamp(1.1rem, 3vw, 1.45rem);
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 82% 20%, rgba(9, 201, 95, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(63, 199, 255, 0.1), transparent 48%),
    rgba(8, 18, 27, 0.78);
}

.service-help-cta span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.service-help-cta h3,
.service-help-cta p {
  margin: 0;
}

.service-help-cta h3 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.service-help-cta p {
  max-width: 620px;
  margin-top: 0.45rem;
  color: #c6d5de;
}

.service-help-cta .btn {
  min-width: 240px;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid rgba(92, 210, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 18, 27, 0.64);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  color: var(--text);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: var(--muted);
}

.story {
  border-top: 1px solid rgba(92, 210, 255, 0.14);
}

.story-card {
  max-width: 520px;
  padding: 2rem;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(63, 199, 255, 0.12), transparent 48%),
    rgba(8, 18, 27, 0.76);
}

.story-card strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.story-card span {
  display: block;
  color: var(--muted);
  margin-bottom: 1rem;
}

.story-card i {
  display: block;
  height: 1px;
  margin: 1.35rem 0;
  background: linear-gradient(90deg, var(--line-strong), transparent);
}

.values {
  background: rgba(2, 8, 13, 0.68);
  border-top: 1px solid rgba(92, 210, 255, 0.14);
  border-bottom: 1px solid rgba(92, 210, 255, 0.14);
}

.value-rows {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(92, 210, 255, 0.18);
}

.value-rows article {
  display: grid;
  grid-template-columns: 70px minmax(160px, 0.25fr) 1fr;
  gap: 1.2rem;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid rgba(92, 210, 255, 0.18);
}

.value-rows span {
  color: var(--cyan);
  font-size: 2.4rem;
}

.value-rows p {
  max-width: 580px;
  margin: 0;
}

.coverage {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) 1fr;
  gap: 2rem;
  align-items: start;
}

.coverage > * {
  max-width: none;
}

.coverage > div:first-child {
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
}

.coverage-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  max-width: 720px;
}

.contact-panel {
  min-height: auto;
  align-self: center;
  padding: 2rem;
}

.contact-panel h2 {
  font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.contact-panel ul {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 1.6rem 0;
  list-style: none;
}

.contact-panel li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 48px;
  border-bottom: 1px solid rgba(92, 210, 255, 0.18);
  color: var(--text);
  font-weight: 800;
}

.contact-panel .site-icon {
  color: var(--cyan);
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 0;
}

.contact-actions > * {
  max-width: none;
}

.contact-action {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  align-items: center;
  justify-content: stretch;
  min-height: 210px;
  padding: 1.35rem;
  border: 1px solid rgba(92, 210, 255, 0.22);
  background: rgba(8, 18, 27, 0.72);
  overflow: hidden;
  text-align: left;
}

.contact-action::before {
  content: none;
}

.contact-action .site-icon {
  grid-row: 1 / span 2;
  color: var(--cyan);
  font-size: 2rem;
}

.contact-action.primary .site-icon {
  color: white;
}

.contact-action span,
.contact-action small {
  grid-column: 2;
  display: block;
}

.contact-action span {
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.contact-action small {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-action.primary small {
  color: rgba(255, 255, 255, 0.82);
}

.previsit {
  border-top: 1px solid rgba(92, 210, 255, 0.14);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) 1fr;
  gap: 2rem;
  padding: clamp(2.4rem, 5vw, 4rem) clamp(1rem, 4vw, 4rem);
  border-top: 1px solid rgba(92, 210, 255, 0.2);
  background: #02070b;
}

.site-footer > * {
  max-width: none;
}

.footer-brand {
  margin-left: max(0px, calc((100vw - var(--max)) / 2));
  max-width: 320px;
}

.footer-brand img {
  width: 220px;
  height: auto;
}

.footer-brand p,
.site-footer p,
.site-footer address {
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 820px;
}

.site-footer h2 {
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
}

.site-footer a {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.7rem;
  min-height: 40px;
  padding-block: 0.3rem;
  color: var(--text);
  font-weight: 800;
}

.sticky-mobile-cta {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 60;
  display: none;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.82fr) minmax(0, 0.82fr);
  gap: 0.55rem;
  padding: 0.55rem;
  border: 1px solid rgba(92, 210, 255, 0.24);
  border-radius: 8px;
  background: rgba(2, 7, 11, 0.92);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.36rem;
  min-height: 48px;
  border: 1px solid rgba(92, 210, 255, 0.2);
  border-radius: 8px;
  background: rgba(8, 18, 27, 0.9);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.sticky-action.primary {
  border-color: rgba(25, 238, 130, 0.3);
  background: linear-gradient(180deg, var(--green), var(--green-2));
  box-shadow: 0 12px 28px rgba(9, 201, 95, 0.26);
}

.sticky-mobile-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 1.25rem));
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .desktop-nav {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% - 0.5rem);
    display: none;
    grid-column: 1 / -1;
    padding: 1rem;
    border: 1px solid rgba(92, 210, 255, 0.24);
    border-radius: 8px;
    background: rgba(3, 10, 16, 0.96);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 1rem;
  }

  .mobile-nav a {
    min-height: 42px;
    display: flex;
    align-items: center;
  }

  .mobile-wa {
    justify-content: center;
    margin-top: 0.25rem;
  }

  .hero,
  .page-hero,
  .featured-service,
  .story,
  .previsit,
  .trust-band,
  .location-band,
  .coverage {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 690px;
    padding-top: 5.2rem;
    padding-bottom: 3rem;
  }

  .home-hero h1 {
    font-size: 6.35rem;
  }

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

  .home-hero .hero-copy > p:not(.microcopy) {
    max-width: 520px;
  }

  .performance-proof {
    max-width: 690px;
  }

  .hero-media {
    width: 100%;
    opacity: 0.74;
  }

  .hero-media::before {
    background:
      linear-gradient(90deg, #02070b 0%, rgba(2, 7, 11, 0.76) 46%, rgba(2, 7, 11, 0.2) 100%),
      linear-gradient(180deg, rgba(2, 7, 11, 0.1) 55%, var(--bg) 100%);
  }

  .hero-panel,
  .contact-panel,
  .feature-image,
  .previsit-image,
  .trust-image,
  .trust-proof-panel,
  .map-card {
    min-height: 360px;
    border-radius: 8px;
  }

  .map-card {
    grid-template-columns: 1fr;
  }

  .map-card-visual {
    min-height: 300px;
  }

  .trust-copy,
  .location-copy,
  .feature-copy,
  .story-main,
  .previsit > div:first-child,
  .coverage > div:first-child,
  .footer-brand {
    margin-left: 0;
  }

  .rail-grid,
  .process-grid,
  .service-list,
  .contact-actions,
  .footer-grid,
  .photo-grid,
  .workshop-photos .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-head.split {
    grid-template-columns: 1fr;
  }

  .hero-conversion-dock {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
    padding: 0.85rem;
  }

  .dock-copy {
    padding: 0;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip div:nth-child(2) {
    border-right: 0;
  }

  .proof-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(92, 210, 255, 0.16);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 15px;
    padding-bottom: 5.7rem;
  }

  .site-header {
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 0.7rem;
    padding: 0.8rem 0.9rem;
  }

  .brand img {
    width: min(220px, 58vw);
  }

  .header-cta {
    display: none;
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding: 5.2rem 1rem 2.5rem;
  }

  .home-hero {
    min-height: 760px;
    padding: 5.8rem 1rem 2.5rem;
    align-items: end;
  }

  .home-hero h1 {
    max-width: 100%;
    font-size: 4rem;
    line-height: 0.84;
    transform: skewX(-2deg);
  }

  .home-hero h1 strong {
    white-space: normal;
  }

  .home-hero .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-hero .hero-copy > p:not(.microcopy) {
    max-width: 330px;
    font-size: 1.02rem;
    line-height: 1.42;
  }

  .home-hero .hero-media {
    opacity: 0.86;
  }

  .home-hero .hero-media img {
    object-position: 72% center;
  }

  .home-hero .hero-media::before {
    background:
      linear-gradient(90deg, #010407 0%, rgba(1, 4, 7, 0.95) 36%, rgba(1, 4, 7, 0.54) 72%, rgba(1, 4, 7, 0.2) 100%),
      linear-gradient(180deg, rgba(1, 4, 7, 0.56) 0%, rgba(1, 4, 7, 0.08) 38%, rgba(1, 4, 7, 0.96) 100%);
  }

  .page-hero {
    gap: 1.5rem;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 5.7rem);
  }

  .page-hero h1 {
    font-size: clamp(3.8rem, 15vw, 5.3rem);
  }

  h2 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hero-copy p,
  .page-hero p {
    font-size: 1.02rem;
  }

  .hero-kicker,
  .hero-copy > .hero-kicker,
  .page-hero .hero-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  .action-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .home-hero .btn,
  .home-hero .btn-primary,
  .home-hero .btn-secondary,
  .home-hero .btn-ghost {
    min-width: 0;
  }

  .home-hero .btn {
    min-height: 54px;
  }

  .symptom-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .hero-conversion-dock {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .dock-copy {
    display: none;
  }

  .symptom-links a {
    min-height: 44px;
  }

  .proof-strip {
    margin-top: 0.9rem;
  }

  .performance-proof {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    margin-top: 1.15rem;
  }

  .performance-proof div,
  .performance-proof div + div {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 0.7rem 0.75rem;
    border: 1px solid rgba(63, 199, 255, 0.24);
    background: rgba(1, 6, 10, 0.52);
    backdrop-filter: blur(8px);
  }

  .performance-proof .site-icon {
    width: 38px;
    height: 38px;
    font-size: 1.7rem;
  }

  .performance-proof strong {
    font-size: 1.08rem;
  }

  .performance-proof span {
    font-size: 0.8rem;
  }

  .section-pad,
  .service-rail {
    padding: 3.2rem 1rem;
  }

  .rail-grid,
  .process-grid,
  .service-list,
  .contact-actions,
  .footer-grid,
  .photo-grid,
  .workshop-photos .photo-grid {
    grid-template-columns: 1fr;
  }

  .rail-grid,
  .service-list {
    border-left: 0;
  }

  .rail-item,
  .service-list article,
  .process-step {
    border-right: 0;
  }

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

  .service-help-cta .btn {
    width: 100%;
    min-width: 0;
  }

  .rail-item {
    min-height: 86px;
    grid-template-columns: 40px 1fr;
    justify-items: start;
    border-bottom: 1px solid rgba(95, 210, 255, 0.18);
  }

  .rail-item .site-icon {
    font-size: 2rem;
  }

  .process-step {
    min-height: 0;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(95, 210, 255, 0.18);
  }

  .value-rows article {
    grid-template-columns: 46px 1fr;
    gap: 0.85rem;
    padding: 1.1rem 0;
  }

  .value-rows article p {
    grid-column: 2;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 8rem;
  }

  .contact-action {
    min-height: 188px;
  }

  .map-card {
    min-height: 0;
  }

  .map-card-visual {
    min-height: 280px;
  }

  .map-card-content {
    padding: 1.1rem;
  }

  .map-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .photo-card {
    min-height: 0;
  }

  .photo-card-media,
  .photo-card-media img,
  .photo-card-visual {
    min-height: 190px;
  }

  .trust-proof-panel {
    min-height: 430px;
    border-left: 0;
    border-radius: 8px;
  }

  .trust-proof-card {
    width: calc(100% - 1.5rem);
    margin: 0.75rem;
  }

  .template-card-head {
    grid-template-columns: 44px 1fr;
  }

  .template-card-head > .site-icon {
    width: 44px;
    height: 44px;
  }

  .sticky-mobile-cta {
    display: grid;
  }
}

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