:root {
  --upgrade-gold: #f0c85b;
  --upgrade-gold-deep: #d8a63d;
  --upgrade-ink: #050607;
  --upgrade-panel: #101315;
  --upgrade-paper: #ddd6c7;
  --upgrade-line: rgba(255, 255, 255, 0.13);
  --paper: #ddd6c7;
  --paper-soft: #d2cabb;
  --white: #eeebe3;
}

/* Keep the narrative landing page feeling deliberate between the hero,
   key journey, and service sections. The reduced-motion override below
   restores native jump behavior for users who request less movement. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 72px) + 18px);
}

[data-site-route="home"] main > section {
  isolation: isolate;
}

[data-site-route="home"] .scroll-cue {
  color: rgba(240, 200, 91, 0.74);
  letter-spacing: 0.2em;
  text-shadow: 0 0 18px rgba(240, 200, 91, 0.18);
}

[data-site-route="home"] .scroll-cue span {
  display: inline-block;
  animation: key-scroll-cue 1.9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transform-origin: center top;
}

.button {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 180ms cubic-bezier(0.2, 0.72, 0.24, 1),
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button--gold {
  background: linear-gradient(135deg, #f6d36d, var(--upgrade-gold) 58%, #dfad42);
  box-shadow:
    0 12px 28px rgba(216, 166, 61, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.48);
}

.button--gold:hover {
  background: linear-gradient(135deg, #ffe18a, #f4cf67 58%, #e7b64b);
  box-shadow:
    0 16px 34px rgba(216, 166, 61, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.58);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(8, 9, 10, 0.56);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.button--outline {
  background: rgba(240, 200, 91, 0.035);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}

.button:active,
.mobile-call:active {
  transform: translateY(1px) scale(0.985);
}

.menu-button,
.header-call {
  min-width: 44px;
  min-height: 44px;
}

.menu-button {
  border-radius: 12px;
}

.nav a {
  position: relative;
}

.nav a[aria-current="page"] {
  color: var(--upgrade-gold);
}

.nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--upgrade-gold);
  box-shadow: 0 0 12px rgba(240, 200, 91, 0.42);
  content: "";
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.mobile-call {
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 1px rgba(255, 255, 255, 0.5);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.verified-reviews {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  border-block: 1px solid var(--upgrade-line);
  background:
    radial-gradient(circle at 88% 8%, rgba(240, 200, 91, 0.16), transparent 30%),
    linear-gradient(145deg, #101315, #08090a 65%);
}

.verified-reviews::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
  pointer-events: none;
}

.verified-reviews__heading,
.verified-reviews__actions {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.verified-reviews__heading h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
}

.google-rating {
  min-width: 310px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 16px;
  padding: 19px 22px;
  border: 1px solid rgba(240, 200, 91, 0.38);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
  transition: transform 180ms ease, border-color 180ms ease;
}

.google-rating:hover {
  transform: translateY(-3px);
  border-color: var(--upgrade-gold);
}

.google-rating strong {
  grid-row: 1 / 3;
  font-size: 54px;
  letter-spacing: -0.07em;
  line-height: 1;
}

.google-rating > span:last-child {
  color: #d6d7d6;
  font-size: 13px;
  line-height: 1.35;
}

.google-rating small {
  color: #8f9293;
}

.upgrade-stars {
  color: var(--upgrade-gold);
  font-size: 15px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.hero-google-proof {
  width: max-content;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.hero-google-proof:hover {
  border-color: rgba(240, 200, 91, 0.42);
  background: rgba(5, 6, 7, 0.34);
  transform: translateY(-2px);
}

.experience-credential {
  padding: 4px 9px 4px 5px;
  border: 1px solid rgba(240, 200, 91, 0.34);
  border-radius: 999px;
  background: rgba(240, 200, 91, 0.07);
}

.experience-credential > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--upgrade-gold);
  color: #171208;
  font-size: 9px;
  font-weight: 850;
}

.experience-credential strong {
  color: #e8e3d8;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.review-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 54px;
}

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

.review-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--upgrade-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.review-card__rank {
  color: #777b7d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.review-card blockquote {
  flex: 1;
  margin: 28px 0 38px;
  color: #e8e4db;
  font-size: clamp(20px, 2.1vw, 27px);
  font-weight: 620;
  letter-spacing: -0.035em;
  line-height: 1.27;
}

.review-card__summary > span {
  display: block;
  margin-bottom: 10px;
  color: #85898b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.review-card footer strong {
  color: var(--upgrade-gold);
  font-size: 13px;
}

.review-card footer span {
  color: #919496;
  font-size: 11px;
}

.verified-reviews__actions {
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}

.review-patterns {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  padding-block: 17px;
  border-block: 1px solid var(--upgrade-line);
}

.review-patterns strong {
  flex: 0 0 auto;
  color: var(--upgrade-gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-patterns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-patterns li {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #b9bbba;
  font-size: 10px;
}

.business-highlights {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(460px, 1.2fr);
  gap: clamp(42px, 7vw, 100px);
  padding-block: 74px;
  border-block: 1px solid var(--upgrade-line);
}

.business-highlights__intro h2 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 0.98;
}

.business-highlights__intro > p:last-child {
  max-width: 620px;
  color: #a6a9aa;
  font-size: 14px;
}

.business-highlights dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--upgrade-line);
  border-radius: 22px;
  background: var(--upgrade-line);
}

.business-highlights dl > div {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background: #0c0f10;
}

.business-highlights dt {
  color: var(--upgrade-gold);
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.055em;
}

.business-highlights dd {
  margin: 5px 0 0;
  color: #95999a;
  font-size: 11px;
}

.business-highlights__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: -22px;
}

.profile-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-top: -10px;
  padding-top: 20px;
  border-top: 1px solid var(--upgrade-line);
  color: #a6a9aa;
  font-size: 11px;
}

.profile-links > span {
  color: #e3e1da;
  font-weight: 750;
}

.profile-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  border: 1px solid var(--upgrade-line);
  border-radius: 999px;
  color: var(--upgrade-gold);
  font-weight: 750;
}

.profile-links small {
  color: #85898a;
  font-size: 9px;
  font-weight: 550;
}

.home-area-directory {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) 1.22fr;
  gap: clamp(50px, 8vw, 110px);
  padding-block: 110px;
  background: var(--upgrade-paper);
  box-shadow: 0 0 0 100vmax var(--upgrade-paper);
  clip-path: inset(0 -100vmax);
  color: #111315;
}

.home-area-directory > div:first-child {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.home-area-directory h2 {
  margin-bottom: 24px;
  font-size: clamp(44px, 5.2vw, 68px);
  line-height: 0.98;
}

.home-area-directory > div:first-child > p:last-child {
  color: #62645f;
}

.home-area-directory__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(5, 6, 7, 0.18);
}

.home-area-directory__browser {
  align-self: start;
  overflow: hidden;
  border-block: 1px solid rgba(5, 6, 7, 0.18);
}

.home-area-directory__browser > summary {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding: 16px 56px 16px 18px;
  cursor: pointer;
  list-style: none;
}

.home-area-directory__browser > summary::-webkit-details-marker {
  display: none;
}

.home-area-directory__browser > summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #8a600e;
  content: "+";
  font-size: 27px;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.home-area-directory__browser[open] > summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.home-area-directory__browser > summary span {
  font-size: 16px;
  font-weight: 760;
}

.home-area-directory__browser > summary small {
  color: #6c6c66;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.home-area-directory__links a {
  min-height: 73px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(5, 6, 7, 0.14);
  transition: background 150ms ease, color 150ms ease, padding-left 150ms ease;
}

.home-area-directory__links a:nth-child(odd) {
  border-right: 1px solid rgba(5, 6, 7, 0.14);
}

.home-area-directory__links a:hover {
  padding-left: 24px;
  background: #111315;
  color: var(--upgrade-gold);
}

.home-area-directory__links span {
  font-size: 15px;
  font-weight: 720;
}

.home-area-directory__links small {
  color: #72746f;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

[data-site-route="home"] .hero__image {
  display: none;
}

[data-site-route="home"] .hero {
  background:
    radial-gradient(circle at 68% 51%, rgba(240, 200, 91, 0.09), transparent 27%),
    radial-gradient(circle at 70% 52%, rgba(38, 40, 40, 0.46), transparent 49%),
    #020303;
}

[data-site-route="home"] .site-footer {
  display: none;
}

body:has([data-site-route="home"]) {
  padding-bottom: 0 !important;
}

[data-site-route="home"] .hero__content,
[data-site-route="home"] .semantic-intro > *,
[data-site-route="home"] .business-highlights > *,
[data-site-route="home"] .chapter__copy,
[data-site-route="home"] .verified-reviews__heading,
[data-site-route="home"] .verified-reviews__actions,
[data-site-route="home"] .review-cards,
[data-site-route="home"] .review-patterns,
[data-site-route="home"] .coverage-band > *,
[data-site-route="home"] .home-area-directory > *,
[data-site-route="home"] .faq-block > *,
[data-site-route="home"] .emergency-cta > *,
[data-site-route="home"] .facts > * {
  position: relative;
  z-index: 8;
}

.key-journey {
  --key-backdrop-opacity: 0;
  --key-opacity: 0.48;
  --key-progress: 0;
  --key-takeover: 0;
  --key-x: 16vw;
  --key-y: -12svh;
  --key-rotation-x: 0deg;
  --key-rotation-y: 28deg;
  --key-rotation-z: -7deg;
  --key-scale: 1.08;
  --blade-angle: -178deg;
  --blade-assembly-opacity: 0;
  --blade-face-opacity: 0;
  --blade-width-scale: 0.86;
  position: fixed;
  z-index: 6;
  inset: 0;
  overflow: clip;
  pointer-events: none;
  contain: layout style;
}

.key-journey.is-foreground {
  z-index: 7;
}

.key-journey.is-complete {
  z-index: 90;
}

.key-journey__backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 73% 49%, rgba(240, 200, 91, 0.17), transparent 27%),
    radial-gradient(circle at 70% 52%, rgba(34, 37, 39, 0.56), transparent 48%),
    linear-gradient(115deg, rgba(2, 3, 3, 0.94) 0 39%, rgba(2, 3, 3, 0.82) 58%, rgba(2, 3, 3, 0.97));
  opacity: var(--key-backdrop-opacity);
  will-change: opacity;
}

.key-journey.is-foreground .key-journey__backdrop {
  background:
    radial-gradient(circle at 72% 50%, rgba(240, 200, 91, 0.2), transparent 29%),
    linear-gradient(115deg, rgba(2, 3, 3, 0.96) 0 35%, rgba(2, 3, 3, 0.78) 58%, rgba(2, 3, 3, 0.97));
}

.key-journey__backdrop::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: radial-gradient(circle at 72% 50%, #000, transparent 69%);
}

.key-journey__halo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(76svh, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(240, 200, 91, 0.17);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 200, 91, 0.2), rgba(58, 58, 54, 0.08) 43%, transparent 70%);
  box-shadow: 0 0 120px rgba(240, 200, 91, 0.1);
  opacity: calc(0.24 + var(--key-takeover) * 0.62);
  transform: translate3d(calc(-50% + var(--key-x)), calc(-50% + var(--key-y)), 0)
    scale(calc(0.74 + var(--key-takeover) * 0.32));
  filter: blur(1px);
  will-change: opacity, transform;
}

.key-journey__scene {
  position: absolute;
  z-index: 2;
  inset: 0;
  perspective: 1050px;
  perspective-origin: 50% 50%;
}

.reference-key-stage {
  position: absolute;
  top: 50%;
  left: 50%;
  height: clamp(720px, 92svh, 1040px);
  aspect-ratio: 687 / 1200;
  opacity: var(--key-opacity);
  transform: translate3d(calc(-50% + var(--key-x)), calc(-50% + var(--key-y)), 0)
    scale(var(--key-scale));
  transform-origin: 50% 55%;
  perspective: 1100px;
  perspective-origin: 50% 52%;
  filter: drop-shadow(0 42px 34px rgba(0, 0, 0, 0.66));
  will-change: opacity, transform;
}

.key-journey.is-foreground .reference-key-stage {
  filter: drop-shadow(0 50px 44px rgba(0, 0, 0, 0.8))
    drop-shadow(16px 8px 20px rgba(0, 0, 0, 0.5))
    drop-shadow(0 0 36px rgba(240, 200, 91, 0.1));
}

.reference-key-assembly {
  position: absolute;
  inset: 0;
  transform: rotateX(var(--key-rotation-x)) rotateY(var(--key-rotation-y))
    rotateZ(var(--key-rotation-z));
  transform-style: preserve-3d;
  transform-origin: 50% 55.5%;
  will-change: transform;
}

.reference-key-art,
.reference-key-body-3d,
.reference-key-blade-3d {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.reference-key-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  backface-visibility: hidden;
}

.reference-key-body {
  clip-path: polygon(0 35.55%, 100% 35.55%, 100% 95.15%, 0 95.15%);
}

.key-journey[data-blade-state="visible"] .reference-key-body {
  clip-path: polygon(0 35.15%, 100% 35.15%, 100% 95.15%, 0 95.15%);
}

.reference-key-blade-3d {
  opacity: var(--blade-assembly-opacity);
  visibility: hidden;
  transform: translateZ(-5px) rotateZ(var(--blade-angle));
  transform-origin: 50.5% 35.2%;
  will-change: transform;
}

.key-journey[data-blade-state="visible"] .reference-key-blade-3d {
  visibility: visible;
}

.reference-key-blade {
  clip-path: polygon(34.5% 0, 65.5% 0, 65.5% 35.3%, 34.5% 35.3%);
  scale: var(--blade-width-scale) 1;
  transform-origin: 50.5% 35.2%;
}

.reference-key-face {
  z-index: 20;
  transform: translateZ(5px);
  backface-visibility: hidden;
}

.reference-key-face--idle,
.reference-key-face--active {
  transition: opacity 220ms ease;
}

.reference-key-face--idle {
  opacity: 1;
}

.reference-key-face--active {
  opacity: 0;
}

.key-journey.is-complete .reference-key-face--idle {
  opacity: 0;
}

.key-journey.is-complete .reference-key-face--active {
  opacity: 1;
}

.reference-key-blade-face {
  opacity: var(--blade-face-opacity);
}

.key-blade-engraving {
  position: absolute;
  z-index: 24;
  top: 13.5%;
  left: 50.2%;
  width: max-content;
  color: rgba(37, 38, 38, 0.9);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1;
  opacity: var(--blade-face-opacity);
  text-shadow:
    0 1px rgba(255, 255, 255, 0.4),
    0 -1px rgba(0, 0, 0, 0.72);
  transform: translate3d(-50%, -50%, 8px) rotate(90deg);
  transform-origin: center;
  backface-visibility: hidden;
  mix-blend-mode: multiply;
  white-space: nowrap;
}

.reference-key-backface {
  z-index: 0;
  opacity: 0.94;
  backface-visibility: hidden;
  filter: brightness(0.19) saturate(0.38) contrast(1.42);
}

.reference-key-body.reference-key-backface {
  transform: translateZ(-84px) rotateY(180deg);
  filter: brightness(0.075) saturate(0.16) contrast(1.62);
}

.reference-key-blade.reference-key-backface {
  opacity: calc(0.35 + var(--blade-face-opacity) * 0.59);
  transform: translateZ(-26px) rotateY(180deg);
}

.reference-key-rear-rim {
  z-index: 1;
  opacity: 0.92;
  transform: translateZ(-80px);
  filter: brightness(0.46) saturate(0.28) contrast(1.48);
}

.key-depth {
  opacity: 0.98;
  filter: brightness(0.22) saturate(0.28) contrast(1.46);
}

.key-depth--front {
  filter: brightness(0.36) saturate(0.3) contrast(1.42);
}

.key-depth--middle {
  filter: brightness(0.2) saturate(0.24) contrast(1.5);
}

.key-depth--rear {
  filter: brightness(0.31) saturate(0.28) contrast(1.46);
}

.key-depth--blade {
  filter: brightness(0.42) saturate(0.22) contrast(1.38);
}

.key-front-brand,
.key-back-brand {
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: none;
  user-select: none;
  backface-visibility: hidden;
}

.key-front-brand {
  z-index: 25;
  top: 41.65%;
  left: 63.25%;
  gap: 3.5px;
  color: rgba(218, 171, 61, 0.82);
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(250, 222, 140, 0.15),
    0 -1px 1px rgba(0, 0, 0, 0.96);
  transform: translate3d(-50%, -50%, 10px);
  white-space: nowrap;
}

.key-front-brand svg {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  color: rgba(224, 181, 74, 0.9);
  filter:
    drop-shadow(0 1px 0 rgba(249, 223, 151, 0.13))
    drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.82));
}

.key-front-brand__wordmark {
  display: grid;
  gap: 1px;
  transform: translateY(0.3px);
}

.key-front-brand__wordmark b {
  color: rgba(228, 187, 82, 0.92);
  font-size: 7.5px;
  font-weight: 850;
  letter-spacing: 0.095em;
  line-height: 0.85;
}

.key-front-brand__wordmark small {
  color: rgba(205, 207, 202, 0.68);
  font-size: 3.4px;
  font-weight: 760;
  letter-spacing: 0.16em;
  line-height: 1;
}

.key-back-brand {
  z-index: 25;
  top: 64.5%;
  left: 50%;
  width: 62%;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  color: #e7ba4b;
  text-align: center;
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 0.98),
    0 0 18px rgba(216, 166, 61, 0.18);
  transform: translate3d(-50%, -50%, -88px) rotateY(180deg);
}

.key-back-brand svg {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.86));
}

.key-back-brand strong {
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
}

.key-fob-actions {
  position: absolute;
  z-index: 30;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  transform: translateZ(14px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: opacity 220ms ease;
}

.key-journey.is-complete .key-fob-actions {
  pointer-events: auto;
}

.key-fob-action {
  --fob-left: 37.35%;
  --fob-top: 59.45%;
  --fob-height: 8%;
  --fob-width: 28.5%;
  --fob-shape: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  position: absolute;
  top: var(--fob-top);
  left: var(--fob-left);
  width: var(--fob-width);
  height: var(--fob-height);
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4%;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  clip-path: var(--fob-shape);
  color: transparent;
  cursor: default;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transform: none;
  transform-origin: center;
  transition:
    color 240ms ease,
    background 150ms ease,
    box-shadow 150ms ease,
    filter 150ms ease;
}

.key-journey.is-complete .key-fob-action {
  cursor: pointer;
}

.key-fob-action:hover,
.key-fob-action:focus-visible {
  background: transparent;
  box-shadow: none;
  color: transparent;
  filter: none;
}

.key-fob-action > span {
  width: 19%;
  flex: 0 0 auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: currentColor;
  filter:
    drop-shadow(0 1px 0 rgba(255, 255, 255, 0.13))
    drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.8));
}

.key-fob-action > span svg {
  width: 100%;
  height: 100%;
}

.key-fob-action strong {
  position: static;
  color: currentColor;
  font-size: clamp(5px, 0.46vw, 6.4px);
  font-weight: 760;
  letter-spacing: 0.09em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 2px rgba(16, 17, 17, 0.96);
  white-space: nowrap;
}

.key-fob-action--call {
  --fob-left: 37.15%;
  --fob-top: 47.05%;
  --fob-height: 12.45%;
  --fob-width: 28.65%;
  --fob-shape: polygon(0 100%, 0 76%, 5% 64%, 13% 51%, 23% 39%, 36% 28%, 51% 19%, 67% 12%, 82% 5%, 92% 1%, 100% 0, 100% 100%);
  padding-top: 4.5%;
}

.key-fob-action--call > span {
  width: 16%;
}

.key-fob-action--areas {
  --fob-left: 37.35%;
  --fob-top: 59.45%;
  --fob-height: 7.95%;
  --fob-width: 28.5%;
}

.key-fob-action--areas > span {
  width: 20%;
}

.key-fob-action--reviews {
  --fob-left: 37.4%;
  --fob-top: 67.4%;
  --fob-height: 8.1%;
  --fob-width: 29.3%;
  --fob-shape: polygon(0 0, 97% 0, 100% 100%, 0 100%);
}

.key-fob-action--reviews > span {
  width: 19%;
}

.key-fob-action--top {
  --fob-left: 37.45%;
  --fob-top: 75.5%;
  --fob-height: 8.45%;
  --fob-width: 29.8%;
  --fob-shape: polygon(0 0, 100% 0, 100% 58%, 97% 73%, 90% 86%, 80% 94%, 67% 98%, 34% 100%, 19% 96%, 9% 88%, 3% 76%, 0 62%);
  padding-bottom: 2%;
}

.key-fob-action--top > span {
  width: 17%;
}

.key-journey__status {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - var(--page)) / 2));
  bottom: 24px;
  margin: 0;
  color: rgba(240, 200, 91, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: calc(0.54 + var(--key-takeover) * 0.46);
  transition: opacity 220ms ease;
}

.key-journey.is-complete .key-journey__status {
  opacity: 0;
}

.key-journey__skip {
  position: absolute;
  z-index: 9;
  left: max(18px, calc((100vw - var(--page)) / 2));
  bottom: 18px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(240, 200, 91, 0.28);
  border-radius: 999px;
  background: rgba(4, 5, 5, 0.68);
  color: #d7d3c7;
  font-size: 10px;
  font-weight: 700;
}

.key-journey.is-complete .key-journey__skip {
  opacity: 0;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

.key-finale {
  position: relative;
  z-index: 5;
  min-height: 100svh;
  border-block: 1px solid var(--upgrade-line);
  background:
    radial-gradient(circle at 76% 47%, rgba(240, 200, 91, 0.12), transparent 28%),
    linear-gradient(145deg, #080a0b, #030404 72%);
  isolation: isolate;
}

.key-finale::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(240, 200, 91, 0.09), transparent 32%),
    linear-gradient(90deg, rgba(3, 4, 4, 0.92) 0 39%, transparent 64%);
  content: "";
  pointer-events: none;
}

.key-finale__sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + 32px) 0 38px;
}

.key-finale__grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(48px, 7vw, 112px);
}

.key-finale__copy {
  position: relative;
  z-index: 9;
  max-width: 520px;
  opacity: calc(1 - var(--key-takeover, 0));
  transform: translateX(calc(var(--key-takeover, 0) * -36px));
  transition: opacity 80ms linear;
  will-change: opacity, transform;
}

.key-finale__copy h2 {
  margin-bottom: 25px;
  font-size: clamp(56px, 6.5vw, 94px);
  line-height: 0.9;
}

.key-finale__copy h2 span {
  color: var(--upgrade-gold);
}

.key-finale__copy > p:not(.eyebrow) {
  max-width: 470px;
  color: #b5b7b7;
  font-size: 16px;
}

.key-finale__phases {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.key-finale__phases li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #737778;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.key-finale__phases li span {
  color: var(--upgrade-gold);
}

.key-finale[data-key-phase="profile"] [data-key-phase-item="profile"],
.key-finale[data-key-phase="mechanism"] [data-key-phase-item="mechanism"],
.key-finale[data-key-phase="orbit"] [data-key-phase-item="orbit"],
.key-finale[data-key-phase="buttons"] [data-key-phase-item="buttons"] {
  border-color: rgba(240, 200, 91, 0.54);
  background: rgba(240, 200, 91, 0.09);
  color: #f3f2ed;
}

.key-finale__progress {
  width: min(390px, 100%);
  height: 2px;
  display: block;
  margin-top: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.key-finale__progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, var(--upgrade-gold-deep), var(--upgrade-gold));
  box-shadow: 0 0 18px rgba(240, 200, 91, 0.36);
  transform: scaleX(var(--key-progress, 0));
  transform-origin: left center;
  will-change: transform;
}

.key-finale__landing {
  position: relative;
  z-index: 8;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(240, 200, 91, 0.55);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: calc(1 - var(--key-takeover, 0));
  transition: opacity 80ms linear;
}

.key-finale__landing i {
  width: 34px;
  height: 1px;
  background: rgba(240, 200, 91, 0.28);
}

[data-site-route="home"] .mobile-call {
  transition: opacity 180ms ease, transform 240ms ease;
}

[data-site-route="home"].key-actions-active .mobile-call {
  opacity: 0;
  pointer-events: none;
  transform: translateY(130%);
}

.answer-engine {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) 1.35fr;
  gap: clamp(42px, 7vw, 100px);
  padding-block: 110px;
}

.answer-engine__intro {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 26px);
}

.answer-engine__intro h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
}

.answer-engine__intro > p:last-child {
  color: #a9acad;
}

.answer-engine__list {
  border-top: 1px solid var(--upgrade-line);
}

.answer-engine__list details {
  border-bottom: 1px solid var(--upgrade-line);
}

.answer-engine__list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 2px;
  color: #f0efeb;
  cursor: pointer;
  font-size: 16px;
  font-weight: 690;
  line-height: 1.35;
  list-style: none;
}

.answer-engine__list summary::-webkit-details-marker {
  display: none;
}

.answer-engine__list summary > span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240, 200, 91, 0.4);
  border-radius: 50%;
  color: var(--upgrade-gold);
  font-size: 21px;
  font-weight: 400;
  transition: transform 180ms ease, background 180ms ease;
}

.answer-engine__list details[open] summary > span {
  background: var(--upgrade-gold);
  color: #171208;
  transform: rotate(45deg);
}

.answer-engine__list details > div {
  max-width: 760px;
  padding: 0 54px 28px 0;
}

.answer-engine__list details p {
  margin-bottom: 12px;
  color: #aeb0b1;
}

.answer-engine__list details a {
  color: var(--upgrade-gold);
  font-size: 12px;
  font-weight: 750;
}

.vehicle-directory {
  padding-block: 110px;
}

.vehicle-directory__heading {
  max-width: 850px;
  margin-bottom: 58px;
}

.vehicle-directory__heading h2 {
  margin-bottom: 24px;
  font-size: clamp(45px, 6vw, 76px);
  line-height: 0.98;
}

.vehicle-directory__heading > p:not(.eyebrow) {
  max-width: 720px;
  color: #aaacad;
}

.vehicle-directory__heading .button {
  margin-top: 16px;
}

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

.vehicle-directory__groups article {
  padding: 30px;
  border: 1px solid var(--upgrade-line);
  border-radius: 22px;
  background: var(--upgrade-panel);
}

.vehicle-directory__groups article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.vehicle-directory__groups h3 {
  margin-bottom: 10px;
  color: var(--upgrade-gold);
  font-size: 22px;
}

.vehicle-directory__groups p {
  color: #9da0a1;
  font-size: 13px;
}

.vehicle-directory__groups ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.vehicle-directory__groups li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #e6e5e0;
  font-size: 12px;
}

.vehicle-directory__note {
  margin-top: 18px;
  padding: 20px 24px;
  border-left: 3px solid var(--upgrade-gold);
  background: rgba(240, 200, 91, 0.07);
  color: #b8b9b7;
  font-size: 13px;
  line-height: 1.55;
}

.vehicle-directory__note strong {
  color: #f1f0eb;
}

.question-expansion {
  padding-block: 110px;
}

.question-expansion__heading {
  max-width: 900px;
  margin-bottom: 82px;
}

.question-expansion__heading h2 {
  margin-bottom: 24px;
  font-size: clamp(48px, 6.5vw, 84px);
  line-height: 0.95;
}

.question-expansion__heading > p:last-child {
  max-width: 760px;
  color: #a7aaab;
}

.question-expansion__group {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) 1.45fr;
  gap: clamp(36px, 7vw, 96px);
  padding: 62px 0;
  border-top: 1px solid var(--upgrade-line);
}

.question-expansion__group > div:first-child {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 25px);
}

.question-expansion__group > div:first-child span {
  color: var(--upgrade-gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.question-expansion__group h3 {
  max-width: 260px;
  margin-top: 14px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1;
}

.entity-verification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  margin-top: 54px;
  padding: 20px 0;
  border-block: 1px solid var(--upgrade-line);
  color: #8f9293;
  font-size: 11px;
}

.entity-verification strong {
  color: #f2f1ec;
}

.entity-verification a {
  color: var(--upgrade-gold);
  font-weight: 750;
}

[data-site-route]:not([data-site-route="home"]) .editorial-section,
[data-site-route]:not([data-site-route="home"]) .answer-engine,
[data-site-route]:not([data-site-route="home"]) .question-group,
[data-site-route]:not([data-site-route="home"]) .question-expansion__group,
[data-site-route]:not([data-site-route="home"]) .vehicle-directory__groups article {
  content-visibility: auto;
  contain-intrinsic-size: auto 560px;
}

.key-journey:not(.is-complete) .key-fob-action {
  backdrop-filter: none;
}

@media (hover: none) {
  .chapter:hover .chapter__visual img {
    transform: none;
  }

  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: rgba(5, 6, 7, 0.94);
  }
}

@media (max-width: 900px) {
  .verified-reviews__heading {
    align-items: start;
    flex-direction: column;
  }

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

  .review-card {
    min-height: 220px;
  }

  .home-area-directory,
  .business-highlights,
  .answer-engine,
  .question-expansion__group {
    grid-template-columns: 1fr;
  }

  .home-area-directory > div:first-child,
  .answer-engine__intro,
  .question-expansion__group > div:first-child {
    position: static;
  }

  .key-finale__grid {
    grid-template-columns: minmax(280px, 0.9fr) minmax(350px, 1.1fr);
    gap: 34px;
  }

  .reference-key-stage {
    height: min(90svh, 900px);
  }

  .business-highlights__actions {
    margin-top: 0;
  }

  .profile-links {
    align-items: stretch;
    flex-direction: column;
  }

  .profile-links a {
    justify-content: space-between;
    border-radius: 14px;
  }
}

@media (max-width: 820px) {
  .nav a[aria-current="page"]::after {
    right: auto;
    bottom: 7px;
    left: 10px;
    width: 34px;
  }
}

@media (max-width: 640px) {
  [data-site-route="home"] .hero {
    min-height: 100svh;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(2, 3, 3, 0.98) 0 12%, rgba(2, 3, 3, 0.76) 47%, rgba(2, 3, 3, 0.96) 100%),
      radial-gradient(circle at 79% 42%, rgba(240, 200, 91, 0.14), transparent 35%),
      #020303;
  }

  [data-site-route="home"] .hero__content {
    width: calc(100% - 32px);
    margin-top: calc(var(--header-height) + 38px);
    padding-bottom: 96px;
  }

  [data-site-route="home"] .hero h1 {
    max-width: 11ch;
    margin-bottom: 18px;
    font-size: clamp(49px, 14.5vw, 66px);
    line-height: 0.91;
  }

  [data-site-route="home"] .hero__summary {
    max-width: 92%;
    margin-bottom: 22px;
    color: #cbc9c2;
    font-size: 15px;
    line-height: 1.52;
  }

  [data-site-route="home"] .hero .button-row {
    width: min(100%, 350px);
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-site-route="home"] .hero .button {
    min-height: 52px;
  }

  [data-site-route="home"] .credential-list {
    gap: 8px 12px;
    margin-top: 16px;
    font-size: 10px;
  }

  [data-site-route="home"] .review-proof {
    margin-top: 17px;
  }

  .key-journey {
    --key-opacity: 0.3;
    --key-x: 16vw;
    --key-y: -11.5svh;
  }

  .verified-reviews {
    padding: 76px 0;
  }

  .verified-reviews__heading,
  .verified-reviews__actions {
    align-items: stretch;
  }

  .google-rating {
    min-width: 0;
  }

  .review-cards {
    margin-top: 34px;
  }

  .review-card {
    min-height: 0;
    padding: 24px;
  }

  .review-card blockquote {
    margin: 22px 0 28px;
  }

  .review-patterns {
    align-items: flex-start;
    flex-direction: column;
  }

  .verified-reviews__actions {
    flex-direction: column;
  }

  .verified-reviews__actions .text-link {
    text-align: center;
  }

  .home-area-directory {
    gap: 44px;
    padding-block: 80px;
  }

  .business-highlights {
    gap: 32px;
    padding-block: 64px;
  }

  .business-highlights dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-highlights dl > div {
    min-height: 96px;
    padding: 16px;
  }

  .business-highlights dt {
    font-size: clamp(22px, 8vw, 32px);
  }

  .business-highlights__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-area-directory__links {
    grid-template-columns: 1fr;
  }

  .home-area-directory__links a:nth-child(odd) {
    border-right: 0;
  }

  .reference-key-stage {
    height: min(92svh, 820px);
    max-width: none;
  }

  .key-fob-action {
    width: var(--fob-width);
    height: var(--fob-height);
    min-height: 0;
    padding-inline: 0;
  }

  .key-fob-action--call {
    padding-top: 4.5%;
    padding-bottom: 0;
  }

  .key-fob-action--top {
    padding-bottom: 2%;
  }

  .key-fob-action > span {
    width: 19%;
    height: auto;
  }

  .key-fob-action--call > span {
    width: 16%;
  }

  .key-fob-action--areas > span {
    width: 20%;
  }

  .key-fob-action--reviews > span {
    width: 19%;
  }

  .key-fob-action--top > span {
    width: 17%;
  }

  .key-fob-action strong {
    font-size: 5px;
    letter-spacing: 0.075em;
  }

  .key-journey__backdrop {
    background:
      radial-gradient(circle at 50% 69%, rgba(240, 200, 91, 0.17), transparent 29%),
      linear-gradient(180deg, rgba(2, 3, 3, 0.96) 0 38%, rgba(2, 3, 3, 0.8) 64%, rgba(2, 3, 3, 0.97));
  }

  .key-journey__backdrop::after {
    display: none;
  }

  .key-journey__halo {
    width: min(72svh, 640px);
    filter: none;
  }

  .key-fob-action {
    backdrop-filter: none;
  }

  .key-journey__status {
    right: auto;
    left: 20px;
    bottom: max(78px, calc(env(safe-area-inset-bottom) + 68px));
    max-width: 58vw;
    font-size: 8px;
    line-height: 1.45;
  }

  .key-finale {
    min-height: 100svh;
  }

  .key-finale::before {
    background: linear-gradient(180deg, rgba(3, 4, 4, 0.97) 0 35%, rgba(3, 4, 4, 0.74) 52%, transparent 73%);
  }

  .key-finale__sticky {
    align-items: flex-start;
    padding: calc(var(--header-height) + 28px) 0 30px;
  }

  .key-finale__grid {
    display: block;
  }

  .key-finale__copy {
    width: min(100%, 480px);
  }

  .key-finale__copy h2 {
    max-width: 430px;
    margin-bottom: 15px;
    font-size: clamp(43px, 12vw, 62px);
    line-height: 0.91;
  }

  .key-finale__copy > p:not(.eyebrow) {
    max-width: 88%;
    font-size: 13px;
    line-height: 1.5;
  }

  .key-finale__phases {
    gap: 6px;
    margin-top: 15px;
  }

  .key-finale__phases li {
    padding: 6px 8px;
    font-size: 7px;
  }

  .key-finale__progress {
    width: min(330px, 88%);
    margin-top: 15px;
  }

  .key-finale__landing {
    display: none;
  }

  .answer-engine,
  .vehicle-directory,
  .question-expansion {
    padding-block: 82px;
  }

  .answer-engine {
    gap: 32px;
  }

  .answer-engine__list summary {
    min-height: 76px;
    font-size: 14px;
  }

  .answer-engine__list details > div {
    padding-right: 38px;
  }

  .vehicle-directory__groups {
    grid-template-columns: 1fr;
  }

  .vehicle-directory__groups article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .vehicle-directory__groups article {
    padding: 24px;
  }

  .question-expansion__heading {
    margin-bottom: 44px;
  }

  .question-expansion__group {
    gap: 16px;
    padding: 46px 0;
  }

  .question-expansion__group h3 {
    max-width: none;
  }

  .entity-verification {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reference-key-stage,
  .reference-key-assembly,
  .reference-key-blade-3d {
    will-change: auto;
  }

  .key-fob-action,
  .key-fob-actions {
    transition-duration: 1ms;
  }
}

@keyframes key-scroll-cue {
  0%,
  100% {
    opacity: 0.48;
    transform: translateY(0) scaleY(0.86);
  }
  50% {
    opacity: 1;
    transform: translateY(5px) scaleY(1);
  }
}

@media (forced-colors: active) {
  .button,
  .profile-links a,
  .key-journey__skip,
  .key-fob-action {
    border: 2px solid ButtonText;
  }
}
