:root {
  color-scheme: light;
  --ink: #0b0d0f;
  --muted: #626973;
  --line: #d5d8dc;
  --paper: #f4f5f6;
  --white: #ffffff;
  --black: #060708;
  --charcoal: #15191e;
  --red: #d61118;
  --red-dark: #930b10;
  --silver: #c7ccd1;
  --steel: #8e979f;
  --shadow: 0 20px 60px rgba(6, 7, 8, 0.18);
  --anchor-offset: 86px;
  --agent-special-height: 70px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

img,
svg {
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto auto;
  align-items: center;
  gap: 9px 12px;
  padding: 10px clamp(18px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #aeb8c0 48%, #d7dde2 100%);
  border-bottom: 1px solid rgba(44, 50, 56, 0.8);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.95),
    inset 0 -9px 18px rgba(27, 32, 36, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.62),
    0 12px 26px rgba(6, 7, 8, 0.2);
  backdrop-filter: blur(18px) saturate(1.15);
}

.client-access {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  padding-top: 0;
  color: #414850;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-access a {
  position: relative;
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 7px 15px;
  border: 2px solid;
  border-color: rgba(255, 235, 235, 0.96) rgba(122, 0, 5, 0.88) rgba(52, 0, 3, 0.82) rgba(255, 170, 170, 0.94);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.46),
    inset 0 -8px 18px rgba(40, 0, 0, 0.34),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 10px 20px rgba(214, 17, 24, 0.26),
    0 2px 0 rgba(255, 210, 210, 0.44);
  text-shadow: 0 -1px 0 rgba(70, 0, 0, 0.95), 0 2px 2px rgba(0, 0, 0, 0.38);
  transition: transform 120ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.client-access a::after {
  content: "";
  position: absolute;
  inset: 4px 12px auto;
  height: 32%;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  opacity: 0.66;
}

.client-access a::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(76, 0, 3, 0.44);
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 225, 225, 0.46),
    inset 0 -1px 0 rgba(45, 0, 2, 0.54);
}

.client-access a:hover,
.client-access a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 244, 244, 1) rgba(96, 0, 4, 0.92) rgba(38, 0, 2, 0.9) rgba(255, 190, 190, 0.98);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 22%, rgba(255, 255, 255, 0.28) 50%, rgba(54, 0, 0, 0.2) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(82, 0, 0, 0.18) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.52),
    inset 0 -9px 18px rgba(40, 0, 0, 0.36),
    inset 0 0 0 2px rgba(255, 255, 255, 0.14),
    0 13px 28px rgba(214, 17, 24, 0.36),
    0 3px 0 rgba(255, 210, 210, 0.46);
}

.client-access a:active {
  transform: translateY(2px);
  border-color: rgba(70, 0, 3, 0.96) rgba(255, 205, 205, 0.68) rgba(255, 220, 220, 0.76) rgba(72, 0, 3, 0.94);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.2), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.22)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.22) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.2) 2px 5px),
    linear-gradient(180deg, var(--red-dark) 0%, #8e090e 48%, var(--red) 100%);
  box-shadow:
    inset 0 6px 14px rgba(35, 0, 1, 0.56),
    inset 0 -1px 3px rgba(255, 210, 210, 0.25),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

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

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
  place-items: center;
  flex: 0 0 48px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--black);
  box-shadow: 0 0 0 2px var(--silver), 0 8px 20px rgba(6, 7, 8, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.brand:hover .brand-mark {
  transform: translateY(-2px) scale(1.06);
  box-shadow:
    0 0 0 2px var(--silver),
    0 0 0 5px rgba(214, 17, 24, 0.16),
    0 14px 26px rgba(6, 7, 8, 0.26);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: #9d0005;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.28),
    0 2px 2px rgba(0, 0, 0, 0.34),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.brand small {
  color: #414850;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1px;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.42);
}

nav {
  position: absolute;
  top: calc(100% - 1px);
  right: clamp(18px, 4vw, 54px);
  z-index: 2001;
  display: none;
  width: min(340px, calc(100vw - 36px));
  max-height: min(74vh, 560px);
  align-items: stretch;
  gap: 5px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 6px;
  border: 1px solid rgba(64, 72, 80, 0.42);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(72, 80, 88, 0.24), rgba(255, 255, 255, 0.18)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(52, 59, 66, 0.12) 1px 2px, transparent 2px 4px);
  box-shadow:
    inset 0 3px 7px rgba(6, 7, 8, 0.22),
    inset 0 -2px 4px rgba(255, 255, 255, 0.48),
    0 1px 0 rgba(255, 255, 255, 0.5);
  color: #101316;
  font-size: 1rem;
}

.menu-toggle {
  grid-column: 4;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px 11px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    0 10px 18px rgba(6, 7, 8, 0.22);
  color: #0b0d0f;
  cursor: pointer;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.52),
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 2px 2px rgba(0, 0, 0, 0.22);
}

.header-call {
  grid-column: 3;
  grid-row: 1;
}

.menu-open nav {
  display: grid;
}

.menu-toggle-lines {
  display: grid;
  gap: 4px;
  width: 22px;
}

.menu-toggle-lines span {
  display: block;
  height: 3px;
  background: currentColor;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
}

.menu-toggle:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 5px 12px rgba(35, 0, 1, 0.5),
    inset 0 -1px 3px rgba(255, 210, 210, 0.26),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

nav a,
.header-call {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

nav a:hover {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

nav a:hover::before {
  border-color: rgba(80, 0, 3, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 210, 210, 0.44),
    inset 0 -1px 0 rgba(45, 0, 2, 0.5);
}

nav a:active {
  transform: translateY(2px);
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
  box-shadow:
    inset 0 5px 12px rgba(35, 0, 1, 0.5),
    inset 0 -1px 3px rgba(255, 210, 210, 0.26),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

nav a {
  position: relative;
  min-width: 0;
  width: 100%;
  padding: 10px 13px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.48),
    0 1px 0 rgba(255, 255, 255, 0.44),
    0 2px 2px rgba(0, 0, 0, 0.2);
  transition: transform 120ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.nav-client-access {
  display: none;
}

.nav-client-access > span {
  color: #414850;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a::after {
  content: "";
  position: absolute;
  inset: 3px 7px auto;
  height: 32%;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  opacity: 0.58;
}

nav a::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.header-call {
  position: relative;
  padding: 10px 17px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 2px rgba(0, 0, 0, 0.36),
    0 0 1px rgba(0, 0, 0, 0.76);
}

.header-call:hover {
  color: #050607;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.3) 48%, rgba(65, 72, 80, 0.12) 76%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.13) 0 1px, rgba(68, 75, 83, 0.12) 1px 2px, rgba(255, 255, 255, 0.06) 2px 4px),
    linear-gradient(180deg, #f3f6f8 0%, #aeb7bf 48%, #d7dde2 100%);
}

.header-call::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--anchor-offset) - var(--agent-special-height));
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 33, 43, 0.05), rgba(16, 33, 43, 0.05)),
    url("assets/header-promo-poster.jpg") center / cover;
  transform: scale(1.02);
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.68) saturate(0.9) contrast(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.9) 0%, rgba(6, 7, 8, 0.64) 50%, rgba(6, 7, 8, 0.12) 100%),
    radial-gradient(circle at 73% 45%, rgba(214, 17, 24, 0.22), transparent 34%),
    linear-gradient(0deg, rgba(6, 7, 8, 0.78) 0%, rgba(6, 7, 8, 0.02) 45%);
}

@media (prefers-reduced-motion: reduce) {
  .hero-media video {
    display: none;
  }
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 238px) minmax(0, 1fr);
  align-items: end;
  column-gap: clamp(22px, 3vw, 42px);
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(18px, 3vh, 28px) 0;
  color: var(--white);
  transform: none;
}

.hero-credential {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 3;
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 7px;
  width: min(238px, 100%);
  min-height: 258px;
  margin-bottom: 0;
  padding: 14px 16px;
  border: 2px solid;
  border-color: rgba(255, 190, 190, 0.9) rgba(91, 0, 3, 0.9) rgba(31, 0, 1, 0.92) rgba(255, 130, 130, 0.88);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 185, 185, 0.2) 48%, rgba(64, 0, 2, 0.18) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(66, 0, 2, 0.2) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #ef2d35 0%, #b50f15 46%, #74070b 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 230, 230, 0.44),
    inset 0 -12px 22px rgba(39, 0, 1, 0.34),
    inset 0 0 0 2px rgba(255, 255, 255, 0.1),
    0 16px 34px rgba(6, 7, 8, 0.38);
}

.hero-content h1,
.hero-copy {
  grid-column: 2;
}

.hero-content h1 {
  align-self: end;
}

.hero-credential::before {
  content: "";
  position: absolute;
  inset: 6px;
  pointer-events: none;
  border: 1px solid rgba(52, 0, 2, 0.58);
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 205, 205, 0.34),
    inset 0 -1px 0 rgba(28, 0, 1, 0.5);
}

.hero-credential::after {
  content: "";
  position: absolute;
  inset: 9px 18px auto;
  height: 22%;
  pointer-events: none;
  border-radius: 7px 7px 999px 999px;
  background: linear-gradient(180deg, rgba(255, 225, 225, 0.34), rgba(255, 255, 255, 0.03));
  opacity: 0.7;
}

.hero-logo-well {
  position: relative;
  z-index: 1;
  display: grid;
  width: clamp(108px, 11vw, 150px);
  height: clamp(108px, 11vw, 150px);
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 48%, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62) 72%),
    linear-gradient(180deg, #5f6870, #15191d);
  box-shadow:
    inset 0 5px 12px rgba(0, 0, 0, 0.66),
    inset 0 -2px 4px rgba(255, 255, 255, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-logo-well::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  box-shadow:
    inset 0 4px 8px rgba(0, 0, 0, 0.78),
    inset 0 -1px 3px rgba(255, 255, 255, 0.24);
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: clamp(94px, 10vw, 134px);
  height: clamp(94px, 10vw, 134px);
  object-fit: cover;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 5px 10px rgba(0, 0, 0, 0.45);
}

.hero-credential-text {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 0;
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(28, 0, 1, 0.95),
    0 1px 0 rgba(255, 210, 210, 0.2),
    0 2px 3px rgba(0, 0, 0, 0.5);
}

.hero-credential-text span {
  display: block;
  white-space: nowrap;
}

.eyebrow {
  margin: 0 0 12px;
  color: #d61118 !important;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 550;
  letter-spacing: 0.16em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 170, 170, 0.56),
    0 -1px 0 rgba(58, 0, 0, 0.98),
    1px 0 0 rgba(255, 95, 95, 0.24),
    0 3px 6px rgba(0, 0, 0, 0.5);
}

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

h1 {
  max-width: 700px;
  margin-bottom: 14px;
  font-size: clamp(1.76rem, 2.34vw, 2.34rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.96rem, 1.06vw, 1.08rem);
  line-height: 1.46;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.025em;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button.primary {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: var(--white);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(40, 0, 0, 0.28),
    0 12px 26px rgba(214, 17, 24, 0.32);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.button.secondary {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.34);
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.48);
}

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

.button.primary:hover {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.34);
  text-shadow:
    0 -1px 0 rgba(30, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.48);
}

.button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.95);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #ffffff 0%, #c7ced4 48%, #f3f5f6 100%);
  color: #0b0d0f;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    0 10px 18px rgba(6, 7, 8, 0.22);
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.82),
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 2px 2px rgba(0, 0, 0, 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.hero-actions .button.primary {
  width: 184px;
}

.hero-actions .button.secondary {
  min-height: 44px;
  width: 216px;
  padding: 10px 16px;
}

.hero-actions .button.secondary {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: #ffffff;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(40, 0, 0, 0.28),
    0 12px 26px rgba(214, 17, 24, 0.32);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.hero-actions .button.secondary:hover {
  border-color: rgba(255, 255, 255, 0.95);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #ffffff 0%, #c7ced4 48%, #f3f5f6 100%);
  color: #0b0d0f;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    0 10px 18px rgba(6, 7, 8, 0.22);
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.82),
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 2px 2px rgba(0, 0, 0, 0.28);
}

.hero-stats {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(700px, 100%);
  margin-top: 16px;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.hero-stats span {
  position: relative;
  display: grid;
  min-height: 58px;
  height: auto;
  gap: 2px;
  align-content: center;
  justify-items: center;
  padding: 8px 10px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.74rem, 0.82vw, 0.86rem);
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.72),
    0 1px 0 rgba(255, 255, 255, 0.36),
    0 2px 2px rgba(0, 0, 0, 0.26),
    0 0 1px rgba(0, 0, 0, 0.62);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.hero-stats span:hover {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  color: #ffffff;
}

.hero-stats strong {
  color: #9d0005;
  font-size: clamp(0.9rem, 0.98vw, 1rem);
  font-weight: 550;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.26),
    0 2px 2px rgba(0, 0, 0, 0.4),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.hero-stats span:hover strong {
  color: #ffffff;
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.agent-special {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 10px clamp(18px, 4vw, 54px);
  border-top: 1px solid rgba(255, 205, 205, 0.52);
  border-bottom: 1px solid rgba(48, 0, 2, 0.86);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 18%, rgba(255, 210, 210, 0.22) 46%, rgba(70, 0, 3, 0.22) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(60, 0, 3, 0.22) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f03840 0%, var(--red) 46%, #85090d 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 230, 230, 0.44),
    inset 0 -12px 24px rgba(38, 0, 1, 0.36),
    0 14px 28px rgba(6, 7, 8, 0.2);
}

.agent-special::after {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 30%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 235, 0.28), transparent);
  opacity: 0.75;
}

.agent-special-inner {
  display: flex;
  width: min(1180px, 100%);
  min-height: 38px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 26px);
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.agent-special-copy {
  position: relative;
  display: grid;
  gap: 4px;
  padding: 0 clamp(18px, 4vw, 44px);
}

.agent-special-copy::before,
.agent-special-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(30px, 7vw, 96px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 235, 235, 0.72), transparent);
}

.agent-special-copy::before {
  right: calc(100% + 18px);
}

.agent-special-copy::after {
  left: calc(100% + 18px);
}

.agent-special-kicker {
  color: #ffe4e4;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-shadow:
    0 -1px 0 rgba(45, 0, 2, 0.94),
    0 1px 0 rgba(255, 210, 210, 0.18);
}

.agent-special strong {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.48rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  text-shadow:
    0 -1px 0 rgba(45, 0, 2, 0.96),
    0 1px 0 rgba(255, 210, 210, 0.2),
    0 3px 8px rgba(0, 0, 0, 0.34);
}

.editor-shell {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(44, 50, 56, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(230, 234, 237, 0.88)),
    var(--white);
  box-shadow: var(--shadow);
}

.tool-instructions,
.tool-warning,
.tool-disclaimer {
  max-width: 850px;
  margin: 0 0 8px;
  color: #252b31;
  font-size: 1.08rem;
}

.tool-warning {
  color: #9d0005;
}

.tool-disclaimer {
  margin-bottom: 24px;
  padding: 12px 14px;
  border-left: 4px solid var(--red);
  background: rgba(255, 255, 255, 0.72);
  color: #414850;
  font-size: 0.96rem;
}

.tool-mobile-lock {
  display: none;
}

.tool-mobile-blocked-root .tool-page .editor-shell {
  display: none;
}

.tool-mobile-blocked-root .tool-page .tool-warning {
  display: none;
}

.tool-mobile-blocked-root .tool-page .tool-mobile-lock {
  display: grid;
  gap: 14px;
  justify-items: center;
  min-height: 380px;
  padding: 34px 24px;
  border: 1px solid rgba(44, 50, 56, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f4f5f6 0%, #d5dbe0 48%, #eef1f3 100%);
  box-shadow: 0 18px 46px rgba(6, 7, 8, 0.14);
  text-align: center;
}

.tool-mobile-blocked-root .tool-mobile-lock h2 {
  margin-bottom: 0;
  color: #9d0005;
  font-size: clamp(1.8rem, 8vw, 2.5rem);
}

.tool-mobile-blocked-root .tool-mobile-lock p {
  max-width: 540px;
  margin: 0;
  color: #414850;
  font-size: 1.06rem;
  font-weight: 700;
}

.tool-mobile-blocked-root .tool-mobile-icon {
  position: relative;
  display: grid;
  width: 120px;
  height: 96px;
  place-items: center;
}

.tool-mobile-blocked-root .tool-screen {
  width: 86px;
  height: 58px;
  border: 4px solid #252b31;
  border-radius: 4px;
  background:
    linear-gradient(180deg, #ffffff 0%, #c7ccd1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.9),
    0 10px 18px rgba(6, 7, 8, 0.18);
}

.tool-mobile-blocked-root .tool-screen::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 46px;
  height: 5px;
  background: #252b31;
  transform: translateX(-50%);
}

.tool-mobile-blocked-root .tool-slash {
  position: absolute;
  width: 112px;
  height: 8px;
  border-radius: 999px;
  background: #d61118;
  box-shadow: 0 3px 8px rgba(214, 17, 24, 0.28);
  transform: rotate(-38deg);
}

@media (hover: none) and (pointer: coarse) and (not (any-pointer: fine)) {
  .tool-page .editor-shell {
    display: none;
  }

  .tool-page .tool-warning {
    display: none;
  }

  .tool-page .tool-mobile-lock {
    display: grid;
    gap: 14px;
    justify-items: center;
    min-height: 380px;
    padding: 34px 24px;
    border: 1px solid rgba(44, 50, 56, 0.24);
    border-radius: 8px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
      linear-gradient(180deg, #f4f5f6 0%, #d5dbe0 48%, #eef1f3 100%);
    box-shadow: 0 18px 46px rgba(6, 7, 8, 0.14);
    text-align: center;
  }

  .tool-mobile-lock h2 {
    margin-bottom: 0;
    color: #9d0005;
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .tool-mobile-lock p {
    max-width: 540px;
    margin: 0;
    color: #414850;
    font-size: 1.06rem;
    font-weight: 700;
  }

  .tool-mobile-icon {
    position: relative;
    display: grid;
    width: 120px;
    height: 96px;
    place-items: center;
  }

  .tool-screen {
    width: 86px;
    height: 58px;
    border: 4px solid #252b31;
    border-radius: 4px;
    background:
      linear-gradient(180deg, #ffffff 0%, #c7ccd1 100%);
    box-shadow:
      inset 0 2px 2px rgba(255, 255, 255, 0.9),
      0 10px 18px rgba(6, 7, 8, 0.18);
  }

  .tool-screen::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 46px;
    height: 5px;
    background: #252b31;
    transform: translateX(-50%);
  }

  .tool-slash {
    position: absolute;
    width: 112px;
    height: 8px;
    border-radius: 999px;
    background: #d61118;
    box-shadow: 0 3px 8px rgba(214, 17, 24, 0.28);
    transform: rotate(-38deg);
  }
}

.editor-toolbar {
  order: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid rgba(44, 50, 56, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.1) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(65, 72, 80, 0.08) 1px 2px, rgba(255, 255, 255, 0.035) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #c5ccd2 48%, #e5e9ec 100%);
}

.editor-upload-bar {
  order: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(44, 50, 56, 0.22);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.1) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, rgba(65, 72, 80, 0.08) 1px 2px, rgba(255, 255, 255, 0.035) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #c5ccd2 48%, #e5e9ec 100%);
}

.editor-upload {
  position: relative;
  overflow: hidden;
}

.editor-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.editor-tool-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(46, 52, 58, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: inset 0 2px 4px rgba(6, 7, 8, 0.12);
}

.editor-tool {
  display: inline-flex;
  width: auto;
  min-width: 104px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(76, 84, 92, 0.38);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #cbd2d8);
  color: #161a1e;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 5px 10px rgba(6, 7, 8, 0.12);
}

.editor-tool svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.editor-tool span {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.editor-tool:hover,
.editor-tool.is-active {
  border-color: rgba(118, 0, 4, 0.76);
  background: linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: #ffffff;
}

.editor-line-actions {
  display: inline-flex;
  gap: 8px;
}

.editor-save-group {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(92px, 1fr));
  align-items: end;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(46, 52, 58, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 2px 4px rgba(6, 7, 8, 0.1);
}

.editor-panel .editor-save-group {
  flex: 0 1 260px;
  margin-left: auto;
  justify-self: end;
  min-width: min(100%, 260px);
}

.editor-save-title {
  grid-column: 1 / -1;
  color: #414850;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.editor-save-group .button {
  min-height: 44px;
  padding-inline: 14px;
}

.editor-line-actions[hidden] {
  display: none;
}

.editor-line-actions .button {
  min-height: 44px;
  padding-inline: 14px;
}

.editor-line-actions .button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.7);
  opacity: 0.46;
  transform: none;
}

.editor-toolbar .button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.7);
  opacity: 0.5;
  transform: none;
}

.editor-workspace {
  order: 2;
  display: block;
  min-height: 0;
}

.editor-canvas-wrap {
  position: relative;
  display: grid;
  align-self: start;
  min-height: clamp(620px, calc(100vh - 120px), 920px);
  align-items: start;
  justify-items: stretch;
  overflow: auto;
  background:
    linear-gradient(45deg, #dfe3e7 25%, transparent 25%),
    linear-gradient(-45deg, #dfe3e7 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #dfe3e7 75%),
    linear-gradient(-45deg, transparent 75%, #dfe3e7 75%);
  background-color: #eef1f3;
  background-position: 0 0, 0 13px, 13px -13px, -13px 0;
  background-size: 26px 26px;
}

.editor-canvas-wrap:not(.has-image) {
  cursor: pointer;
}

.editor-canvas-wrap.is-dragging {
  outline: 4px solid rgba(214, 17, 24, 0.36);
  outline-offset: -8px;
}

#propertyEditorCanvas {
  width: 100%;
  height: auto;
  align-self: start;
  justify-self: stretch;
  border-radius: 8px;
  background: #f8fafb;
  box-shadow: 0 20px 55px rgba(6, 7, 8, 0.2);
  cursor: crosshair;
  touch-action: none;
}

.editor-panel {
  order: 4;
  display: flex;
  flex-wrap: wrap;
  align-self: start;
  align-items: end;
  gap: 14px;
  padding: 18px;
  border-top: 1px solid rgba(44, 50, 56, 0.18);
  background: #fbfcfd;
}

.editor-panel label {
  flex: 1 1 160px;
  font-size: 0.88rem;
}

.editor-panel label:has(input[type="range"]) {
  flex-basis: 210px;
}

.editor-panel select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(46, 52, 58, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: #11161b;
  font: inherit;
}

.editor-check {
  display: flex;
  min-height: 42px;
  align-items: center;
  grid-template-columns: none;
  gap: 10px;
}

.editor-note {
  flex: 1 0 100%;
}

.editor-check input {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
}

.editor-panel input[type="color"] {
  height: 44px;
  padding: 5px;
}

.editor-panel input[type="range"] {
  accent-color: var(--red);
}

.editor-note {
  min-height: 44px;
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(44, 50, 56, 0.16);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 88px 0;
  scroll-margin-top: var(--anchor-offset);
}

.section.photo-tool {
  width: min(1320px, calc(100% - 36px));
}

.process-grid,
.help-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article,
.help-grid article,
.delivery-card,
.area-copy {
  padding: 22px;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: 0 14px 34px rgba(6, 7, 8, 0.1);
}

.process-grid article,
.help-grid article {
  outline: 1px solid rgba(180, 186, 192, 0.5);
  outline-offset: 3px;
  transition: transform 180ms ease, box-shadow 180ms ease, outline-color 180ms ease, border-color 180ms ease;
}

.process-grid article:hover,
.help-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.22);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 14px 28px rgba(6, 7, 8, 0.13),
    0 3px 0 rgba(255, 255, 255, 0.72);
  outline-color: rgba(214, 17, 24, 0.38);
}

.process-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.process-grid span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid rgba(255, 220, 220, 0.82);
  border-radius: 50%;
  background:
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.38),
    inset 0 -6px 12px rgba(40, 0, 0, 0.28),
    0 8px 18px rgba(214, 17, 24, 0.2);
}

.process-grid h3,
.help-grid h3,
.delivery-card h3,
.area-copy h3 {
  color: #9d0005;
}

.process-grid p,
.help-grid p,
.delivery-card p,
.area-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.delivery {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.delivery-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.delivery-card {
  border-left: 5px solid var(--red);
}

.delivery-card .button {
  justify-self: start;
  margin-top: 4px;
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: stretch;
}

.area-map-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(214, 220, 225, 0.74)),
    repeating-linear-gradient(0deg, rgba(44, 50, 56, 0.06) 0 1px, transparent 1px 12px);
  box-shadow: 0 16px 36px rgba(6, 7, 8, 0.12);
}

.area-map {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 460px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7f0dc 0%, #e6d8ba 100%);
}

.area-map-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  padding: 12px 14px;
  border-top: 1px solid rgba(44, 50, 56, 0.18);
  background:
    linear-gradient(180deg, #fffdf7 0%, #e9dec5 100%);
  color: #25221a;
  font-size: 0.9rem;
  font-weight: 800;
}

.map-pin-swatch {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #d61118;
  box-shadow: 0 0 0 1px rgba(44, 50, 56, 0.38);
}

.map-ring-swatch {
  width: 30px;
  height: 14px;
  border: 3px dashed #d61118;
  border-radius: 999px;
  background: rgba(214, 17, 24, 0.12);
}

.area-copy {
  align-content: center;
}

.storage-disclaimer {
  display: grid;
  grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: 42px clamp(18px, 4vw, 36px);
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: 0 16px 36px rgba(6, 7, 8, 0.1);
}

.storage-disclaimer p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.04rem;
}

main > .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(142, 151, 159, 0.5), rgba(214, 17, 24, 0.18), rgba(142, 151, 159, 0.5), transparent);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: clamp(24px, 6vw, 84px);
  align-items: start;
}

.intro-copy p,
.section-heading p + h2 + p {
  color: var(--muted);
  font-size: 1.08rem;
}

.intro-copy {
  min-width: 0;
}

.intro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.intro-gallery img {
  width: 100%;
  aspect-ratio: 1.24;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  background: var(--white);
  box-shadow:
    0 14px 28px rgba(6, 7, 8, 0.14),
    0 3px 0 rgba(255, 255, 255, 0.72),
    inset 0 0 0 1px rgba(6, 7, 8, 0.08);
  outline: 1px solid rgba(180, 186, 192, 0.5);
  outline-offset: 3px;
  transition: transform 180ms ease, box-shadow 180ms ease, outline-color 180ms ease;
}

.intro-gallery img:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 14px 28px rgba(6, 7, 8, 0.13),
    0 3px 0 rgba(255, 255, 255, 0.72);
  outline-color: rgba(214, 17, 24, 0.38);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.service-card,
.fleet article,
.work article,
.portfolio-card,
.quote-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 7, 8, 0.07);
}

.service-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 285px;
  padding: 24px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.service-card.is-previewing {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  background:
    linear-gradient(135deg, rgba(214, 17, 24, 0.1), rgba(214, 17, 24, 0.035) 42%, rgba(255, 255, 255, 0.96)),
    var(--white);
  box-shadow: 0 18px 36px rgba(214, 17, 24, 0.16), 0 12px 28px rgba(6, 7, 8, 0.08);
}

.service-preview {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.04);
  transition: opacity 180ms ease, transform 360ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(6, 7, 8, 0.34), rgba(6, 7, 8, 0.08) 42%, rgba(6, 7, 8, 0.42)),
    radial-gradient(circle at 20% 18%, rgba(214, 17, 24, 0.22), transparent 34%);
  transition: opacity 180ms ease;
}

.service-card:hover .service-preview,
.service-card:focus-within .service-preview,
.service-card.is-previewing .service-preview {
  opacity: 1;
  transform: scale(1);
}

.service-card:hover::after,
.service-card:focus-within::after,
.service-card.is-previewing::after {
  opacity: 1;
}

.service-copy {
  position: relative;
  z-index: 2;
  transition: opacity 160ms ease, transform 180ms ease;
}

.service-card:hover .service-copy,
.service-card:focus-within .service-copy,
.service-card.is-previewing .service-copy {
  opacity: 0;
  transform: translateY(8px);
}

.service-card p,
.fleet p,
.work p,
.proof-list p,
.quote-copy p,
.faq p,
.site-footer p {
  color: var(--muted);
}

.icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--black), #2b3036);
  color: var(--red);
  box-shadow: inset 0 0 0 1px rgba(199, 204, 209, 0.26);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover .icon,
.service-card.is-previewing .icon {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 210, 210, 0.28), 0 10px 20px rgba(214, 17, 24, 0.22);
}

.services-heading {
  display: block;
  max-width: none;
}

.services-title-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(54px, 8vw, 140px);
}

.services-title-row h2 {
  max-width: 760px;
}

.service-heading-slides {
  display: flex;
  flex: 0 0 auto;
  gap: clamp(24px, 2.1vw, 42px);
  align-items: center;
}

.service-heading-slideshow {
  width: clamp(86px, 7.4vw, 132px);
  aspect-ratio: 1;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(6, 7, 8, 0.14);
}

.icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.proof {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.proof-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proof-image {
  width: 100%;
  min-height: 480px;
  border-radius: 8px;
  overflow: hidden;
  background: url("assets/professional-pilot-card-polished.png") center / cover;
  box-shadow: var(--shadow);
}

.proof-copy {
  align-self: start;
}

.proof-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.proof-list div {
  padding: 0 0 18px 28px;
  border-bottom: 1px solid var(--line);
  border-left: 4px solid var(--red);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.proof-list div:hover {
  background: linear-gradient(90deg, rgba(214, 17, 24, 0.1), rgba(214, 17, 24, 0.035) 58%, transparent);
  border-bottom-color: rgba(214, 17, 24, 0.28);
  box-shadow: inset 4px 0 0 rgba(214, 17, 24, 0.18);
}

.proof-list p {
  margin: 6px 0 0;
}

.flight-records-panel {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 320px);
  min-height: 126px;
  margin-top: 20px;
  padding: 14px 18px;
  overflow: hidden;
  border: 2px solid;
  border-color: rgba(255, 205, 205, 0.72) rgba(95, 0, 5, 0.86) rgba(54, 0, 2, 0.82) rgba(255, 150, 150, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.16) 50%, rgba(40, 0, 0, 0.2) 78%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.14) 1px 2px, rgba(255, 255, 255, 0.03) 2px 5px),
    linear-gradient(135deg, #f23a40 0%, var(--red) 48%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.44),
    inset 0 -8px 18px rgba(40, 0, 0, 0.34),
    0 14px 26px rgba(6, 7, 8, 0.2);
}

.flight-records-panel::before {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border: 1px solid rgba(255, 220, 220, 0.22);
  border-radius: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -1px 0 rgba(55, 0, 2, 0.5);
}

.flight-records-panel p {
  margin: 0 0 8px;
  color: var(--white);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.18),
    0 2px 2px rgba(0, 0, 0, 0.36);
}

.airdata-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: min(100%, 248px);
  max-width: 100%;
  transition: transform 160ms ease, filter 160ms ease;
}

.airdata-badge:hover,
.airdata-badge:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 16px rgba(214, 17, 24, 0.18));
}

.airdata-badge img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

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

.work article {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.work article:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 12px 28px rgba(6, 7, 8, 0.08);
}

.work img,
.slideshow {
  width: 100%;
  aspect-ratio: 1.35;
}

.service-heading-slideshow {
  width: clamp(86px, 7.4vw, 132px);
  aspect-ratio: 1;
}

.slideshow {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.slideshow img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation-duration: var(--slide-duration, 15s);
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

.slideshow-1 img {
  opacity: 1;
}

.slideshow-3 {
  --slide-duration: 15s;
}

.slideshow-3 img {
  animation-name: slideshow-fade-3;
}

.slideshow-4 {
  --slide-duration: 20s;
}

.slideshow-4 img {
  animation-name: slideshow-fade-4;
}

.slideshow-5 {
  --slide-duration: 25s;
}

.slideshow-5 img {
  animation-name: slideshow-fade-5;
}

.slideshow-6 {
  --slide-duration: 30s;
}

.slideshow-6 img {
  animation-name: slideshow-fade-6;
}

.slideshow-7 {
  --slide-duration: 35s;
}

.slideshow-7 img {
  animation-name: slideshow-fade-7;
}

.slideshow-3 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-3 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-4 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-4 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-4 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-5 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-5 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-5 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-5 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-6 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-6 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-6 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-6 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-6 img:nth-child(6) {
  animation-delay: 25s;
}

.slideshow-7 img:nth-child(2) {
  animation-delay: 5s;
}

.slideshow-7 img:nth-child(3) {
  animation-delay: 10s;
}

.slideshow-7 img:nth-child(4) {
  animation-delay: 15s;
}

.slideshow-7 img:nth-child(5) {
  animation-delay: 20s;
}

.slideshow-7 img:nth-child(6) {
  animation-delay: 25s;
}

.slideshow-7 img:nth-child(7) {
  animation-delay: 30s;
}

@keyframes slideshow-fade-3 {
  0% {
    opacity: 0;
  }

  10%,
  32% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-4 {
  0% {
    opacity: 0;
  }

  8%,
  24% {
    opacity: 1;
  }

  40%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-5 {
  0% {
    opacity: 0;
  }

  7%,
  19% {
    opacity: 1;
  }

  36%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-6 {
  0% {
    opacity: 0;
  }

  6%,
  16% {
    opacity: 1;
  }

  32%,
  100% {
    opacity: 0;
  }
}

@keyframes slideshow-fade-7 {
  0% {
    opacity: 0;
  }

  6%,
  14% {
    opacity: 1;
  }

  29%,
  100% {
    opacity: 0;
  }
}

.work article > div:not(.slideshow) {
  padding: 22px;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -12px 0 18px;
}

.portfolio-tab {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #2c333a;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.portfolio-tab:hover,
.portfolio-tab:focus-visible,
.portfolio-tab.is-active {
  color: #ffffff;
  border-color: rgba(214, 17, 24, 0.58);
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 10px 22px rgba(214, 17, 24, 0.18);
}

.portfolio-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.portfolio-panel[hidden] {
  display: none;
}

.portfolio-card {
  overflow: hidden;
}

.portfolio-video-button {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #050607;
  cursor: pointer;
}

.portfolio-video-button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.portfolio-video-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(6, 7, 8, 0.34));
  opacity: 0.78;
}

.portfolio-video-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 54px;
  height: 54px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(6, 7, 8, 0.58);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.portfolio-video-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
  transform: translate(-40%, -50%);
}

.portfolio-video-button:hover img,
.portfolio-video-button:focus-visible img {
  filter: brightness(0.82);
  transform: scale(1.035);
}

.portfolio-card h3,
.portfolio-card p {
  margin-right: 18px;
  margin-left: 18px;
}

.portfolio-card h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}

.portfolio-card p {
  margin-top: 0;
  margin-bottom: 18px;
  color: var(--muted);
}

.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 22px;
}

.portfolio-modal[aria-hidden="true"] {
  display: none;
}

body.portfolio-modal-open {
  overflow: hidden;
}

.portfolio-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
}

.portfolio-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  max-height: min(86vh, 760px);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #050607;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
}

.portfolio-modal-dialog h2 {
  margin: 0 48px 14px 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.portfolio-modal-video {
  display: block;
  width: 100%;
  max-height: calc(86vh - 88px);
  aspect-ratio: 16 / 9;
  background: #000000;
}

.portfolio-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.portfolio-modal-close:hover,
.portfolio-modal-close:focus-visible {
  background: var(--red);
}

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

.fleet article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(150px, 0.78fr);
  gap: 18px;
  align-items: center;
  min-height: 210px;
  overflow: hidden;
  padding: 28px 18px 28px 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.fleet article:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 17, 24, 0.28);
  box-shadow:
    0 18px 36px rgba(214, 17, 24, 0.16),
    0 12px 28px rgba(6, 7, 8, 0.08);
}

.fleet-copy {
  position: relative;
  z-index: 1;
}

.fleet-copy h3 {
  max-width: 250px;
}

.fleet-copy p {
  max-width: 300px;
}

.fleet-drone {
  position: relative;
  z-index: 0;
  width: min(100%, 260px);
  justify-self: end;
  filter: drop-shadow(0 18px 18px rgba(6, 7, 8, 0.18));
  transform: translateX(4px);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq {
  display: grid;
  gap: 24px;
}

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.32fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  min-width: 0;
}

.faq-heading .section-heading {
  margin-bottom: 0;
}

.faq-art {
  width: min(100%, 260px);
  justify-self: end;
}

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.faq-payment-methods {
  padding: 0 22px 22px;
  color: #58636e;
  font-weight: 800;
}

.social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.youtube-panel {
  display: grid;
  gap: 12px;
}

.youtube-panel iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #0b0d0f;
  box-shadow: var(--shadow);
}

.channel-link {
  justify-self: start;
  color: #9d0005;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.82),
    0 1px 0 rgba(255, 215, 215, 0.28);
}

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

.social-button {
  position: relative;
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 14px;
  border: 2px solid;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 2px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-button::after {
  content: "";
  position: absolute;
  inset: 4px 8px auto;
  height: 36%;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.04));
  opacity: 0.56;
}

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

.social-mark {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.28));
}

.social-mark svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
}

.social-instagram .social-mark svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-instagram .social-mark svg circle:last-child {
  fill: currentColor;
  stroke: none;
}

.social-button span:last-child {
  position: relative;
  z-index: 1;
}

.social-facebook {
  border-color: rgba(218, 232, 255, 0.78) rgba(14, 54, 127, 0.82) rgba(3, 24, 76, 0.82) rgba(150, 190, 255, 0.7);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 24%, rgba(255, 255, 255, 0.24) 50%, rgba(0, 24, 84, 0.18) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(0, 34, 108, 0.18) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #3f7ee8 0%, #1877f2 50%, #0d3f9e 100%);
  box-shadow: 0 12px 26px rgba(24, 119, 242, 0.24), inset 0 2px 2px rgba(255, 255, 255, 0.34), inset 0 -8px 18px rgba(0, 22, 83, 0.28);
}

.social-instagram {
  border-color: rgba(255, 220, 240, 0.82) rgba(120, 24, 125, 0.82) rgba(80, 12, 84, 0.88) rgba(255, 176, 112, 0.78);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 24%, rgba(255, 255, 255, 0.22) 52%, rgba(70, 0, 70, 0.18) 78%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(80, 0, 80, 0.17) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #feda75 0%, #fa7e1e 25%, #d62976 52%, #962fbf 76%, #4f5bd5 100%);
  box-shadow: 0 12px 26px rgba(214, 41, 118, 0.24), inset 0 2px 2px rgba(255, 255, 255, 0.34), inset 0 -8px 18px rgba(60, 0, 80, 0.24);
}

.social-youtube {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow: 0 12px 26px rgba(214, 17, 24, 0.26), inset 0 2px 2px rgba(255, 255, 255, 0.34), inset 0 -8px 18px rgba(40, 0, 0, 0.28);
}

.social-tiktok {
  border-color: rgba(210, 255, 251, 0.7) rgba(110, 8, 62, 0.8) rgba(28, 0, 22, 0.9) rgba(255, 120, 176, 0.72);
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.2), transparent 26%, rgba(255, 255, 255, 0.16) 50%, rgba(254, 44, 85, 0.16) 78%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.07) 0 1px, rgba(0, 0, 0, 0.22) 1px 2px, rgba(255, 255, 255, 0.03) 2px 4px),
    linear-gradient(135deg, #151515 0%, #050607 52%, #2d0a18 100%);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.2), inset 0 2px 2px rgba(255, 255, 255, 0.18), inset 0 -8px 18px rgba(0, 0, 0, 0.45);
}

.social-x,
.social-threads {
  border-color: rgba(255, 255, 255, 0.72) rgba(46, 52, 58, 0.84) rgba(8, 10, 12, 0.9) rgba(200, 205, 210, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 24%, rgba(255, 255, 255, 0.18) 50%, rgba(0, 0, 0, 0.24) 78%, rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.025) 2px 4px),
    linear-gradient(135deg, #2d3338 0%, #050607 52%, #171a1d 100%);
  box-shadow: 0 12px 26px rgba(6, 7, 8, 0.24), inset 0 2px 2px rgba(255, 255, 255, 0.18), inset 0 -8px 18px rgba(0, 0, 0, 0.45);
}

.quote,
.booking {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(24px, 6vw, 80px);
  align-items: start;
}

.client-main {
  min-height: 62vh;
}

.client-login {
  width: min(1120px, calc(100% - 36px));
}

.client-login h1 {
  max-width: 850px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.client-intro {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
}

.client-auth-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.client-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(44, 50, 56, 0.22);
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: var(--shadow);
}

.client-card h2 {
  margin-bottom: 2px;
  color: #9d0005;
  font-size: 1.55rem;
}

.client-card .button {
  justify-self: start;
}

.client-status {
  grid-column: 1 / -1;
}

.client-muted {
  margin-bottom: 0;
  color: var(--muted);
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.admin-toolbar .form-note {
  flex-basis: 100%;
  margin: 0;
}

.storage-note {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid rgba(157, 0, 5, 0.2);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: rgba(157, 0, 5, 0.055);
  color: var(--ink);
}

.storage-note strong {
  color: #8f0005;
}

.admin-panel {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.admin-panel + .admin-panel {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(44, 50, 56, 0.16);
}

.admin-panel-heading {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.admin-panel-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
}

.admin-client-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.admin-booking-list {
  display: grid;
  gap: 18px;
}

.admin-client-card {
  align-content: start;
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.admin-card-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef2f4 100%);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.admin-card-summary:hover,
.admin-card-summary:focus-visible {
  background:
    linear-gradient(180deg, #ffffff 0%, #e4ebef 100%);
  outline: 2px solid rgba(157, 0, 5, 0.22);
  outline-offset: -2px;
}

.admin-card-summary-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.admin-card-summary-copy strong {
  margin: 0;
  color: #9d0005;
  font-size: 1.25rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.admin-card-summary-copy span {
  color: #414850;
  font-size: 0.92rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.admin-card-username,
.admin-card-toggle-text {
  padding: 5px 9px;
  border: 1px solid rgba(157, 0, 5, 0.18);
  border-radius: 999px;
  background: rgba(157, 0, 5, 0.08);
  color: #7d0004;
  font-size: 0.82rem;
  font-weight: 800;
}

.admin-status-new {
  border-color: rgba(214, 17, 24, 0.26);
  background: rgba(214, 17, 24, 0.1);
  color: #8f0005;
}

.admin-status-contacted {
  border-color: rgba(55, 92, 140, 0.26);
  background: rgba(55, 92, 140, 0.1);
  color: #244d80;
}

.admin-status-approved {
  border-color: rgba(42, 126, 78, 0.28);
  background: rgba(42, 126, 78, 0.11);
  color: #1f6a3f;
}

.admin-status-scheduled {
  border-color: rgba(42, 126, 78, 0.28);
  background: rgba(42, 126, 78, 0.11);
  color: #1f6a3f;
}

.admin-status-completed {
  border-color: rgba(67, 75, 83, 0.26);
  background: rgba(67, 75, 83, 0.1);
  color: #343b42;
}

.admin-status-declined {
  border-color: rgba(119, 71, 35, 0.26);
  background: rgba(119, 71, 35, 0.1);
  color: #70451f;
}

.admin-card-toggle-text {
  min-width: 62px;
  text-align: center;
}

.admin-card-body {
  display: none;
  gap: 16px;
  padding: 0 24px 24px;
  border-top: 1px solid rgba(44, 50, 56, 0.14);
}

.admin-client-card.is-open .admin-card-body {
  display: grid;
}

.admin-client-card textarea {
  resize: vertical;
  min-height: 118px;
}

.admin-booking-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-booking-meta span,
.admin-booking-details {
  padding: 12px;
  border: 1px solid rgba(44, 50, 56, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #2c333a;
}

.admin-booking-meta strong {
  display: block;
  margin-bottom: 2px;
  color: #8f0005;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-booking-details {
  display: grid;
  gap: 7px;
}

.admin-booking-details p {
  margin: 0;
  overflow-wrap: anywhere;
}

.admin-payment-box {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(143, 0, 5, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
}

.admin-payment-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.admin-payment-summary > span {
  padding: 12px;
  border: 1px solid rgba(44, 50, 56, 0.14);
  border-radius: 8px;
  background: #ffffff;
  color: #2c333a;
  overflow-wrap: anywhere;
}

.admin-payment-summary strong {
  display: block;
  margin-bottom: 2px;
  color: #8f0005;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.admin-payment-actions {
  margin-top: 2px;
}

.admin-drive-field {
  gap: 8px;
}

.admin-drive-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.admin-drive-row .button {
  white-space: nowrap;
}

.admin-drive-note {
  padding: 12px;
  border: 1px dashed rgba(44, 50, 56, 0.24);
  border-radius: 8px;
  background: #ffffff;
}

.admin-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.admin-card-actions .button {
  justify-self: auto;
}

.disclaimer-main {
  min-height: 62vh;
}

.disclaimer {
  width: min(980px, calc(100% - 36px));
}

.disclaimer h1 {
  max-width: 860px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.disclaimer-intro {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.disclaimer-content {
  display: grid;
  gap: 18px;
}

.disclaimer-content article {
  padding: 22px;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 8px;
  background: #fbfcfd;
  box-shadow: 0 12px 34px rgba(6, 7, 8, 0.08);
}

.disclaimer-content h2 {
  margin-bottom: 10px;
  color: #9d0005;
  font-size: 1.35rem;
}

.disclaimer-content p {
  color: #2c333a;
}

.disclaimer-content p:last-child {
  margin-bottom: 0;
}

.disclaimer-updated {
  color: var(--muted);
  font-weight: 800;
}

.quote-copy,
.booking-copy {
  position: sticky;
  top: 104px;
}

.booking {
  align-items: start;
  border-top: 1px solid rgba(44, 50, 56, 0.12);
  border-bottom: 1px solid rgba(44, 50, 56, 0.12);
}

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

.booking-steps {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.booking-steps span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(44, 50, 56, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 7, 8, 0.06);
  color: #2c333a;
  font-weight: 800;
}

.booking-steps strong {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--red);
  color: #ffffff;
}

.request-type-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
}

.request-type-options legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #2c3e45;
  font-weight: 800;
}

.request-type-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 94px;
  padding: 14px;
  border: 1px solid rgba(44, 50, 56, 0.18);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(6, 7, 8, 0.06);
  cursor: pointer;
}

.request-type-card input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--red);
}

.request-type-card strong,
.request-type-card small {
  display: block;
}

.request-type-card small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

.request-type-card:has(input:checked) {
  border-color: rgba(214, 17, 24, 0.42);
  box-shadow:
    0 0 0 3px rgba(214, 17, 24, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.12);
}

.booking-policy-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(44, 50, 56, 0.16);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: #f7f8f9;
  color: #2c333a;
  font-size: 0.92rem;
  line-height: 1.45;
}

.booking-policy-note[hidden] {
  display: none;
}

.booking-policy-note strong {
  color: #8f0005;
}

.booking-policy-note > span {
  color: #58636e;
  font-weight: 800;
}

.service-choice-group,
.payment-choice-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(44, 50, 56, 0.16);
  border-radius: 8px;
  background: #ffffff;
}

.service-choice-group legend,
.payment-choice-group legend {
  padding: 0 6px;
  color: #252b31;
  font-weight: 900;
}

.service-choice-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.service-choice {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(44, 50, 56, 0.14);
  border-radius: 8px;
  background: #fbfcfd;
}

.service-choice input {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
}

.service-choice span {
  color: #2c333a;
  font-weight: 850;
}

.service-choice-group small,
.payment-choice-group small {
  color: #65707a;
  font-weight: 750;
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  font-size: 0.86rem;
}

.payment-methods-title {
  margin-right: 2px;
}

.payment-method {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.payment-logo {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
  vertical-align: middle;
}

.payment-logo-wide {
  width: 30px;
  flex-basis: 30px;
}

.booking-disclaimer {
  padding: 13px 14px;
  border: 1px dashed rgba(157, 0, 5, 0.34);
  border-radius: 8px;
  background: rgba(157, 0, 5, 0.055);
  color: #2c333a;
}

.booking-disclaimer strong {
  color: #8f0005;
}

.form-check {
  padding: 14px;
  border: 1px solid rgba(44, 50, 56, 0.16);
  border-radius: 8px;
  background: #f7f8f9;
}

.form-check label {
  margin: 0;
}

.form-check input {
  max-width: 160px;
}

.form-check small {
  color: #65707a;
  font-style: italic;
  font-weight: 700;
}

.admin-request-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.admin-request-column {
  display: grid;
  gap: 14px;
}

.admin-request-column > h3 {
  margin: 0;
  color: #9d0005;
  font-size: 1.35rem;
}

.contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 148px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.95),
    0 1px 0 rgba(255, 255, 255, 0.18),
    0 2px 2px rgba(0, 0, 0, 0.42);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.contact-button::after {
  content: "";
  position: absolute;
  inset: 4px 8px auto;
  height: 34%;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.04));
  opacity: 0.58;
}

.contact-phone {
  border-color: rgba(180, 186, 192, 0.44) rgba(0, 0, 0, 0.78) rgba(0, 0, 0, 0.86) rgba(210, 214, 218, 0.5);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.12) 50%, rgba(0, 0, 0, 0.22) 78%, rgba(255, 255, 255, 0.06)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, rgba(0, 0, 0, 0.28) 1px 2px, rgba(255, 255, 255, 0.02) 2px 4px),
    linear-gradient(180deg, #2b3035 0%, #050607 50%, #171a1d 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.2),
    inset 0 -8px 18px rgba(0, 0, 0, 0.5),
    0 12px 26px rgba(6, 7, 8, 0.28);
}

.contact-youtube {
  border-color: rgba(255, 220, 220, 0.7) rgba(114, 0, 4, 0.78) rgba(42, 0, 2, 0.72) rgba(255, 145, 145, 0.72);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(40, 0, 0, 0.28),
    0 12px 26px rgba(214, 17, 24, 0.26);
}

.contact-facebook {
  border-color: rgba(218, 232, 255, 0.78) rgba(14, 54, 127, 0.82) rgba(3, 24, 76, 0.82) rgba(150, 190, 255, 0.7);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(0, 24, 84, 0.18) 78%, rgba(255, 255, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(0, 34, 108, 0.18) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #3f7ee8 0%, #1877f2 50%, #0d3f9e 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.34),
    inset 0 -8px 18px rgba(0, 22, 83, 0.28),
    0 12px 26px rgba(24, 119, 242, 0.24);
}

.contact-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 28px;
  height: 22px;
  place-items: center;
  flex: 0 0 auto;
}

.contact-youtube .contact-icon {
  border-radius: 6px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 36%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, rgba(76, 0, 2, 0.18) 1px 2px, rgba(255, 255, 255, 0.035) 2px 4px),
    linear-gradient(135deg, #ff333a, #a8080d);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.36),
    inset 0 -4px 8px rgba(35, 0, 1, 0.24);
}

.contact-youtube .contact-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  filter: drop-shadow(0 1px 0 rgba(80, 0, 3, 0.35));
}

.contact-facebook .contact-icon {
  width: 24px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 2px 2px rgba(0, 24, 84, 0.42);
}

.contact-button span {
  position: relative;
  z-index: 1;
}

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

.contact-phone:hover {
  color: #ffffff;
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
}

.contact-button:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 5px 12px rgba(0, 0, 0, 0.42),
    inset 0 -1px 3px rgba(255, 255, 255, 0.18),
    0 4px 10px rgba(6, 7, 8, 0.2);
}

.contact-phone:active {
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.form-website {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

label {
  display: grid;
  gap: 7px;
  color: #2c3e45;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #cbd7d7;
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  font: inherit;
  background: #fbfcfa;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(214, 17, 24, 0.16);
  border-color: var(--red);
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--red);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.14)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.055) 0 1px, rgba(65, 72, 80, 0.065) 1px 2px, rgba(255, 255, 255, 0.025) 2px 5px),
    linear-gradient(180deg, #f0f3f5 0%, #aeb8c0 48%, #d7dde2 100%);
  border-top: 1px solid rgba(44, 50, 56, 0.8);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.95),
    inset 0 -9px 18px rgba(27, 32, 36, 0.16),
    inset 0 -1px 0 rgba(255, 255, 255, 0.62);
  color: #0b0d0f;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-footer p {
  margin: 2px 0 0;
  color: #414850;
  line-height: 1.22;
}

.site-footer .footer-storage-note {
  max-width: 620px;
  margin-top: 6px;
  font-size: 0.78rem;
}

.site-footer strong {
  display: block;
  color: #9d0005;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  transform: scaleX(1.08);
  transform-origin: left center;
  text-shadow:
    0 -1px 0 rgba(35, 0, 0, 0.92),
    0 1px 0 rgba(255, 215, 215, 0.28),
    0 2px 2px rgba(0, 0, 0, 0.34),
    0 0 1px rgba(42, 0, 0, 0.82);
}

.site-footer small {
  display: block;
  margin-top: 3px;
  color: #414850;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.42);
}

.site-footer a {
  position: relative;
  padding: 12px 20px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.98) rgba(96, 104, 112, 0.84) rgba(48, 54, 61, 0.78) rgba(238, 242, 244, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.28) 50%, rgba(68, 76, 84, 0.12) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, rgba(65, 72, 80, 0.13) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
    linear-gradient(180deg, #edf1f3 0%, #b3bcc4 48%, #d6dce1 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.92),
    inset 0 -8px 18px rgba(27, 32, 36, 0.18),
    inset 0 0 0 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(6, 7, 8, 0.22),
    0 2px 0 rgba(255, 255, 255, 0.58);
  color: #0b0d0f;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-shadow:
    0 -1px 0 rgba(0, 0, 0, 0.92),
    0 1px 0 rgba(255, 255, 255, 0.3),
    0 2px 2px rgba(0, 0, 0, 0.36),
    0 0 1px rgba(0, 0, 0, 0.76);
}

.site-footer a::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  pointer-events: none;
  border: 1px solid rgba(46, 52, 58, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(18, 22, 25, 0.42);
}

.header-call,
.site-footer a {
  transition: transform 120ms ease, color 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.header-call:hover,
.site-footer a:hover {
  color: #ffffff;
  border-color: rgba(255, 230, 230, 0.96) rgba(118, 0, 4, 0.86) rgba(42, 0, 2, 0.78) rgba(255, 160, 160, 0.9);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(54, 0, 0, 0.18) 78%, rgba(255, 255, 255, 0.12)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(82, 0, 0, 0.16) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
    linear-gradient(135deg, #ff3037 0%, var(--red) 52%, var(--red-dark) 100%);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.42),
    inset 0 -8px 18px rgba(40, 0, 0, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    0 12px 28px rgba(214, 17, 24, 0.32),
    0 2px 0 rgba(255, 210, 210, 0.42);
  text-shadow:
    0 -1px 0 rgba(70, 0, 0, 0.95),
    0 1px 0 rgba(255, 190, 190, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.42);
}

.header-call:hover::before,
.site-footer a:hover::before {
  border-color: rgba(80, 0, 3, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 210, 210, 0.44),
    inset 0 -1px 0 rgba(45, 0, 2, 0.5);
}

.header-call:active,
.site-footer a:active {
  transform: translateY(2px);
  color: #ffffff;
  border-color: rgba(90, 0, 4, 0.92) rgba(255, 205, 205, 0.64) rgba(255, 220, 220, 0.76) rgba(83, 0, 3, 0.9);
  background:
    linear-gradient(90deg, rgba(42, 0, 2, 0.18), rgba(255, 255, 255, 0.08) 48%, rgba(42, 0, 2, 0.2)),
    repeating-linear-gradient(0deg, rgba(100, 0, 4, 0.2) 0 1px, rgba(255, 255, 255, 0.07) 1px 2px, rgba(95, 0, 4, 0.18) 2px 5px),
    linear-gradient(180deg, #8e090e 0%, var(--red-dark) 46%, #e12229 100%);
  box-shadow:
    inset 0 5px 12px rgba(35, 0, 1, 0.5),
    inset 0 -1px 3px rgba(255, 210, 210, 0.26),
    0 4px 10px rgba(6, 7, 8, 0.22);
}

@media (max-width: 960px) {
  :root {
    --anchor-offset: 96px;
    --fixed-header-height: 72px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-x: none;
  }

  body {
    padding-top: var(--fixed-header-height);
    touch-action: pan-y;
  }

  .site-header,
  main,
  .hero,
  .site-footer {
    max-width: 100vw;
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    gap: 8px 10px;
    padding: 10px 16px;
  }

  .hero-content {
    width: min(100% - 36px, 980px);
    transform: none;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .header-call {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .client-access {
    display: none;
  }

  .client-access span {
    color: inherit;
    font-size: 0.86rem;
    letter-spacing: 0.1em;
  }

  .client-access a {
    display: none;
  }

  .nav-client-access {
    display: grid;
    gap: 6px;
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px solid rgba(44, 50, 56, 0.28);
  }

  .nav-client-access > span {
    display: block;
    padding: 7px 10px;
    border: 1px solid rgba(86, 0, 4, 0.72);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 28%, rgba(255, 255, 255, 0.2) 50%, transparent 72%, rgba(255, 255, 255, 0.12)),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0 1px, rgba(80, 0, 4, 0.18) 1px 2px, rgba(255, 255, 255, 0.04) 2px 4px),
      linear-gradient(180deg, #e71920 0%, #b50e14 52%, #8f090e 100%);
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(55, 0, 2, 0.9), 0 1px 2px rgba(0, 0, 0, 0.34);
  }

  nav {
    display: none;
    position: fixed;
    top: calc(var(--fixed-header-height) - 1px);
    right: 16px;
    left: 16px;
    z-index: 2001;
    width: auto;
    max-height: min(calc(100dvh - var(--fixed-header-height) - 16px), 520px);
    overflow-y: auto;
    align-items: stretch;
    gap: 5px;
    padding: 8px;
    border: 1px solid rgba(44, 50, 56, 0.72);
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0.24) 50%, rgba(68, 76, 84, 0.14) 78%, rgba(255, 255, 255, 0.12)),
      repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0 1px, rgba(65, 72, 80, 0.12) 1px 2px, rgba(255, 255, 255, 0.05) 2px 4px),
      linear-gradient(180deg, #e8edf0 0%, #c3ccd4 48%, #dbe1e6 100%);
    box-shadow:
      inset 0 2px 2px rgba(255, 255, 255, 0.78),
      inset 0 -10px 18px rgba(27, 32, 36, 0.12),
      0 18px 34px rgba(6, 7, 8, 0.34);
  }

  .menu-open nav {
    display: grid;
  }

  nav a {
    min-width: 0;
    width: 100%;
    padding: 11px 13px;
    border-radius: 0;
    font-size: 1rem;
    text-align: left;
  }

  nav a::before,
  nav a::after {
    border-radius: 0;
  }

  .service-grid,
  .work-grid,
  .portfolio-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-heading {
    display: block;
  }

  .services-title-row {
    display: grid;
    justify-content: start;
  }

  .service-heading-slides {
    padding-top: 0;
  }

  .intro,
  .proof,
  .social-layout,
  .delivery,
  .area-layout,
  .storage-disclaimer,
  .editor-workspace,
  .client-auth-layout,
  .admin-client-list,
  .quote,
  .booking {
    grid-template-columns: 1fr;
  }

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

  .editor-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid rgba(44, 50, 56, 0.18);
  }

  .editor-note {
    grid-column: 1 / -1;
  }

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

  .faq-art {
    width: min(30vw, 150px);
  }

  .proof-image {
    min-height: 380px;
  }

  .proof-copy {
    padding-bottom: 0;
  }

  .quote-copy,
  .booking-copy {
    position: static;
  }

  .social-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hero-content {
    grid-template-columns: 1fr;
    align-items: end;
    transform: none;
  }

  .hero-credential,
  .hero-content h1,
  .hero-copy,
  .hero-stats {
    grid-column: 1;
  }

  .hero-credential {
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  :root {
    --fixed-header-height: 70px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 14px;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .client-access {
    grid-column: 1 / -1;
    grid-row: 3;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 0.72rem;
  }

  .client-access span {
    display: block;
  }

  .client-access a {
    display: none;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .brand strong {
    font-size: 1.05rem;
    letter-spacing: 0.025em;
    transform: scaleX(1.04);
  }

  .brand small {
    display: none;
  }

  .header-call {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding: 8px 9px;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  nav {
    gap: 5px;
  }

  nav a {
    padding: 11px 13px;
    font-size: 1rem;
  }

  .menu-toggle {
    min-height: 42px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: calc(100svh - var(--anchor-offset) - var(--agent-special-height));
  }

  .hero-overlay {
    background:
      radial-gradient(circle at 62% 50%, rgba(214, 17, 24, 0.2), transparent 42%),
      linear-gradient(0deg, rgba(6, 7, 8, 0.9) 0%, rgba(6, 7, 8, 0.54) 68%, rgba(6, 7, 8, 0.22) 100%);
  }

  .hero-content {
    width: min(100% - 28px, 980px);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-credential {
    gap: 7px;
    width: min(100%, 172px);
    min-height: 176px;
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .hero-credential::after {
    inset: 7px 14px auto 86px;
  }

  .hero-logo-well {
    width: 88px;
    height: 88px;
  }

  .hero-logo {
    width: 76px;
    height: 76px;
  }

  .hero-credential-text {
    font-size: 0.96rem;
    letter-spacing: 0.04em;
    line-height: 1;
  }

  .hero-copy {
    font-size: 0.94rem;
  }

  .agent-special {
    padding: 10px 14px;
  }

  .agent-special-inner {
    flex-direction: row;
    gap: 8px;
    min-height: 58px;
  }

  .agent-special-copy::before,
  .agent-special-copy::after {
    display: none;
  }

  .agent-special-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .agent-special strong {
    max-width: 320px;
    font-size: 1rem;
    line-height: 1.08;
  }

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

  .faq-art {
    width: min(58vw, 210px);
    justify-self: center;
  }

  .hero-stats,
  .process-grid,
  .help-grid,
  .service-grid,
  .work-grid,
  .portfolio-panel,
  .fleet-grid,
  .social-grid,
  .editor-panel,
  .request-type-options,
  .admin-request-columns,
  .admin-booking-meta,
  .admin-payment-summary,
  .admin-drive-row,
  .service-choice-options,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .admin-panel-heading {
    display: grid;
    align-items: start;
  }

  .editor-toolbar .button {
    flex: 1 1 142px;
  }

  .editor-line-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .editor-save-group {
    width: 100%;
  }

  .editor-tool-group {
    width: 100%;
    justify-content: space-between;
  }

  .editor-tool {
    width: 100%;
  }

  .editor-workspace {
    min-height: 0;
  }

  .editor-canvas-wrap {
    min-height: 460px;
  }

  #propertyEditorCanvas {
    max-height: 460px;
  }

  .hero-stats {
    border-radius: 0;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 60px 0;
  }

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

  .portfolio-tabs {
    flex-wrap: nowrap;
    margin-right: -14px;
    margin-left: -14px;
    padding: 0 14px 4px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .portfolio-tab {
    flex: 0 0 auto;
  }

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

@media (max-width: 500px) {
  :root {
    --anchor-offset: 92px;
    --fixed-header-height: 66px;
  }

  .header-call {
    grid-column: 2;
    padding: 7px 8px;
    font-size: 0.72rem;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand strong {
    font-size: 0.96rem;
    line-height: 1.12;
    transform: none;
  }

  .menu-toggle {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 0.78rem;
  }

  .client-access {
    grid-column: 1 / -1;
    grid-row: 3;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    font-size: 0.78rem;
  }

  .client-access span {
    display: block;
  }

  .client-access a {
    display: none;
  }
}
