:root {
  --blue-950: #020916;
  --blue-900: #06142d;
  --blue-850: #071d40;
  --blue-800: #08265a;
  --blue-700: #0046a7;
  --blue-600: #006cff;
  --blue-400: #20c6ff;
  --silver: #dbe6f5;
  --white: #f8fbff;
  --muted: #aebbd0;
  --line: rgba(179, 213, 255, 0.18);
  --line-strong: rgba(179, 213, 255, 0.34);
  --container: 1180px;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--white);
  background: var(--blue-950);
  font-family: Aptos, "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 108, 255, 0.12), transparent 34%),
    radial-gradient(circle at 88% 46%, rgba(32, 198, 255, 0.08), transparent 28%),
    var(--blue-950);
}

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

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
}

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

.section {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--blue-950);
  background: var(--white);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(2, 9, 22, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  position: relative;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  width: 150px;
}

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

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  position: relative;
  color: #cbd8e9;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  letter-spacing: 0.015em;
}

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

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 9px;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--white);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 13px 22px;
  color: white;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, var(--blue-600), #00a8ff);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0, 108, 255, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 16px;
  font-size: 0.8rem;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 20px 46px rgba(0, 108, 255, 0.38);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-strong);
  box-shadow: none;
}

.header-cta:focus-visible,
.button:focus-visible,
.menu-toggle:focus-visible,
.carousel-button:focus-visible,
.carousel-toggle:focus-visible,
.video-sound-toggle:focus-visible,
a:focus-visible {
  outline: 3px solid var(--blue-400);
  outline-offset: 4px;
}

.hero {
  overflow: hidden;
}

.hero-stage {
  position: relative;
  min-height: clamp(620px, 53vw, 760px);
  display: grid;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(0, 124, 232, 0.4), transparent 42%),
    linear-gradient(135deg, #010b20 0%, #052d61 64%, #011127 100%);
}

.hero-background {
  position: absolute;
  right: 0;
  bottom: clamp(-175px, -11vw, -115px);
  left: 0;
  z-index: -3;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 52px rgba(0, 0, 0, 0.48));
  animation: background-in 1.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-background-close {
  bottom: clamp(-720px, -45vw, -590px);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 8, 22, 0.9), rgba(1, 8, 22, 0.67) 28%, rgba(1, 8, 22, 0.11) 64%, rgba(1, 8, 22, 0.2)),
    linear-gradient(180deg, rgba(1, 8, 22, 0.02), rgba(1, 8, 22, 0.44) 100%);
}

.hero-stage-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  min-height: inherit;
  padding-block: clamp(56px, 7vw, 88px);
}

.hero-message {
  position: relative;
  z-index: 2;
  max-width: 540px;
}

.hero-message h1 {
  max-width: none;
  font-size: clamp(2.85rem, 4.4vw, 4.15rem);
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  animation: hero-title-in 0.95s 0.22s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-message h1 span {
  display: block;
  white-space: nowrap;
}

.hero-message .eyebrow {
  color: #65d9ff;
  animation: hero-copy-in 0.75s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo-build {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: 2 / 1;
  margin: 0 0 0 auto;
  transform: translateY(-42px);
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.5));
}

.logo-piece {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.logo-final {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.logo-outline {
  top: 5%;
  left: 2%;
  width: 96%;
  height: 51%;
  animation: outline-in 0.6s 0.04s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo-prest {
  top: 34%;
  left: 1%;
  width: 59%;
  height: 45%;
  animation: prest-in 0.52s 0.16s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo-car {
  top: 42%;
  left: 58%;
  width: 42%;
  height: 30%;
  animation: car-in 0.52s 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo-service {
  top: 52%;
  left: 0;
  width: 99%;
  height: 50%;
  animation: service-in 0.48s 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.logo-final {
  opacity: 0;
  animation: none;
}

.hero-location {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  margin: 0;
  padding: 8px 14px;
  color: #dff3ff;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(2, 9, 22, 0.7);
  border: 1px solid var(--line);
  border-radius: 999px;
  transform: translateX(-50%);
  animation: hero-location-in 0.75s 0.12s cubic-bezier(0.16, 1, 0.3, 1) both;
  backdrop-filter: blur(8px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-400);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2 {
  margin: 0;
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 6vw, 5.6rem);
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.2;
}

.hero-support {
  padding-top: 26px;
}

.hero-support > p {
  margin: 0 0 22px;
  color: var(--silver);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  animation: hero-copy-in 0.8s 0.52s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-support .button {
  animation: hero-copy-in 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-points {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding: 0;
  color: #c5d3e7;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 23px;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 2px;
  background: var(--blue-400);
}

.hero-support small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
}

.credibility-strip {
  border-block: 1px solid var(--line);
  background: #06132a;
}

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

.credibility-grid p {
  margin: 0;
  padding: 26px clamp(18px, 3vw, 36px);
  border-right: 1px solid var(--line);
}

.credibility-grid p:last-child {
  border-right: 0;
}

.credibility-grid strong,
.credibility-grid span {
  display: block;
}

.credibility-grid strong {
  font-size: 0.95rem;
}

.credibility-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.8rem;
}

.video-section {
  background:
    linear-gradient(118deg, rgba(0, 108, 255, 0.12), transparent 54%),
    #061329;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.video-frame {
  position: relative;
  width: min(100%, 360px);
  aspect-ratio: 464 / 832;
  margin: 0 auto;
  overflow: hidden;
  background: var(--blue-900);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(2, 9, 22, 0.74));
  pointer-events: none;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-section .section-copy {
  max-width: 640px;
}

.proof-section {
  background:
    linear-gradient(112deg, rgba(0, 108, 255, 0.1), transparent 48%),
    #061329;
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 6vw, 84px);
  align-items: start;
}

.proof-intro {
  max-width: 520px;
}

.proof-intro h2 {
  max-width: 560px;
}

.proof-intro p:not(.lead-copy) {
  max-width: 500px;
  margin: 22px 0 0;
  color: var(--muted);
}

.proof-intro .lead-copy {
  margin: 26px 0 0;
  color: var(--silver);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.proof-gallery {
  display: flex;
  justify-content: stretch;
}

.proof-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  background: var(--blue-900);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.proof-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(2, 9, 22, 0.82));
  pointer-events: none;
}

.proof-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter 350ms ease;
}

.proof-image:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}

.proof-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 770px;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.services-section {
  background:
    linear-gradient(180deg, rgba(9, 36, 83, 0.5), transparent 32%),
    #030b1b;
}

.services-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.68fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title copy";
  column-gap: 56px;
  align-items: start;
  max-width: none;
  margin-bottom: 44px;
}

.services-heading .eyebrow {
  grid-area: eyebrow;
}

.services-heading h2 {
  grid-area: title;
}

.services-heading > p:last-child {
  grid-area: copy;
  margin: 0;
  padding-top: 8px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "number title"
    "number text";
  column-gap: 24px;
  align-items: start;
  min-height: 0;
  padding: 30px clamp(24px, 3vw, 34px) 32px;
  background: rgba(5, 19, 43, 0.56);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  z-index: 1;
  background: rgba(8, 44, 101, 0.72);
  border-color: var(--line-strong);
  transform: translateY(-5px);
}

.service-card-featured {
  background: linear-gradient(145deg, rgba(0, 108, 255, 0.22), rgba(5, 19, 43, 0.7));
}

.service-card-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 42px minmax(0, 0.85fr) minmax(0, 1.15fr);
  grid-template-areas: "number title text";
  column-gap: 26px;
  align-items: start;
  background: linear-gradient(90deg, rgba(8, 44, 101, 0.7), rgba(5, 19, 43, 0.56));
}

.service-number {
  grid-area: number;
  display: block;
  margin: 4px 0 0;
  color: var(--blue-400);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.service-card h3 {
  grid-area: title;
}

.service-card p {
  grid-area: text;
  margin: 14px 0 0;
  color: var(--muted);
}

.service-card-wide .service-number {
  margin-top: 4px;
}

.service-card-wide p {
  margin-top: 0;
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 80px);
  align-items: start;
}

.split-layout-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--blue-900);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.media-frame img,
.media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame img {
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.media-frame:hover img {
  transform: scale(1.025);
}

.media-frame-tall {
  aspect-ratio: 16 / 9;
}

.section-copy h2 {
  max-width: 560px;
}

.section-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
}

.section-copy .lead-copy {
  color: var(--silver);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--blue-400);
  font-weight: 850;
  text-decoration: none;
}

.craft-section {
  background:
    linear-gradient(120deg, transparent 48%, rgba(0, 108, 255, 0.08)),
    var(--blue-950);
}

.craft-section .split-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: stretch;
}

.craft-section .media-frame-tall {
  width: 100%;
  aspect-ratio: auto;
}

.craft-section .media-frame video {
  object-position: center;
}

.video-sound-toggle {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--white);
  background: rgba(2, 9, 22, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.video-sound-toggle:hover {
  background: rgba(0, 108, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.62);
  transform: translateY(-2px);
}

.video-sound-toggle .sound-icon {
  width: 20px;
  height: 20px;
}

.video-sound-toggle .sound-icon-on {
  display: none;
}

.video-sound-toggle[aria-pressed="true"] .sound-icon-muted {
  display: none;
}

.video-sound-toggle[aria-pressed="true"] .sound-icon-on {
  display: block;
}

.process-section {
  overflow: hidden;
  background: var(--blue-850);
}

.process-section::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -200px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(32, 198, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(0, 108, 255, 0.035), 0 0 0 180px rgba(0, 108, 255, 0.025);
}

.compact-heading {
  max-width: 720px;
  margin-bottom: 40px;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.process-grid li {
  min-height: 0;
  padding: 34px clamp(22px, 3vw, 38px);
  border-right: 1px solid var(--line);
}

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

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  color: var(--blue-400);
  font-size: 0.72rem;
  font-weight: 900;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}

.process-grid p {
  margin: 18px 0 0;
  color: var(--muted);
}

.finish-section {
  background: #030b1b;
}

.finish-section .split-layout {
  grid-template-columns: minmax(0, 1.26fr) minmax(0, 0.74fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}

.finish-feature {
  width: min(100%, 560px);
  aspect-ratio: 1182 / 1330;
}

.gallery-section {
  padding-inline: 0;
  overflow: hidden;
  background: var(--blue-950);
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 36px;
}

.gallery-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
}

.carousel {
  position: relative;
}

.carousel-viewport {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  touch-action: pan-x;
}

.carousel-viewport::-webkit-scrollbar {
  display: none;
}

.carousel-track {
  width: max-content;
  display: flex;
  gap: 0;
  padding-inline: max(20px, calc((100vw - var(--container)) / 2));
}

.carousel-slide {
  position: relative;
  flex: 0 0 clamp(250px, 24vw, 340px);
  height: clamp(280px, 30vw, 420px);
  margin: 0;
  overflow: hidden;
  background: var(--blue-900);
}

.carousel-slide-wide {
  flex-basis: clamp(380px, 42vw, 620px);
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(2, 9, 22, 0.42));
  pointer-events: none;
}

.carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1), filter 350ms ease;
}

.carousel-slide:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.02);
}

.carousel-toolbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
}

.carousel-arrows {
  display: flex;
  position: absolute;
  inset: 0 0 auto;
  z-index: 4;
  align-items: center;
  justify-content: space-between;
  height: clamp(280px, 30vw, 420px);
  padding-inline: 14px;
  pointer-events: none;
}

.carousel-button {
  width: 44px;
  height: 56px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.7));
  pointer-events: auto;
  transition: transform 180ms ease, color 180ms ease;
}

.carousel-button .icon {
  width: 42px;
  height: 42px;
}

.carousel-button:hover {
  color: var(--blue-200);
  background: transparent;
  transform: scale(1.1);
}

.carousel-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.carousel-toggle {
  justify-self: end;
  padding: 8px 0;
  color: var(--muted);
  background: none;
  border: 0;
  cursor: pointer;
}

.location-section {
  padding-bottom: 0;
  background: #061329;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(42px, 6vw, 80px);
  align-items: start;
  margin-bottom: 64px;
}

.location-image {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.location-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.location-copy h2 {
  max-width: 15ch;
}

.location-copy address {
  margin: 22px 0 28px;
  color: var(--silver);
  font-size: 1.16rem;
  font-style: normal;
}

.map-shell {
  width: 100%;
  height: min(42vw, 480px);
  min-height: 320px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  filter: saturate(0.82) contrast(1.02);
}

.map-shell iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.final-cta {
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(32, 198, 255, 0.18), transparent 34%),
    linear-gradient(145deg, #041027, #0a2f6b);
}

.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(32, 198, 255, 0.14);
  border-radius: 50%;
}

.final-cta::before {
  top: -260px;
  left: -180px;
}

.final-cta::after {
  right: -200px;
  bottom: -290px;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.final-cta-inner > img {
  width: 180px;
  height: 88px;
  margin: 0 auto 28px;
  object-fit: contain;
}

.final-cta-inner > p:not(.eyebrow):not(.contact-status) {
  max-width: 620px;
  margin: 26px auto 32px;
  color: var(--silver);
  font-size: 1.08rem;
}

.contact-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.site-footer {
  padding: 36px 0;
  color: var(--muted);
  background: #010713;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 40px;
}

.site-footer strong {
  color: var(--white);
}

.site-footer p {
  margin: 4px 0 0;
  font-size: 0.82rem;
}

html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 42px, 0) scale(0.992);
  transition:
    opacity 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

html.reveal-ready [data-reveal="left"] {
  transform: translate3d(-54px, 0, 0) scale(0.992);
}

html.reveal-ready [data-reveal="right"] {
  transform: translate3d(54px, 0, 0) scale(0.992);
}

html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.services-grid > :nth-child(2),
.process-grid > :nth-child(2) {
  transition-delay: 90ms;
}

.services-grid > :nth-child(3),
.process-grid > :nth-child(3) {
  transition-delay: 170ms;
}

.services-grid > :nth-child(4) {
  transition-delay: 80ms;
}

.services-grid > :nth-child(5) {
  transition-delay: 150ms;
}

.services-grid > :nth-child(6) {
  transition-delay: 220ms;
}

@keyframes background-in {
  from { opacity: 0.3; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes hero-title-in {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 34px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-copy-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-location-in {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes outline-in {
  0% { opacity: 0; transform: translateY(-70px) scale(0.96); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes prest-in {
  0% { opacity: 0; transform: translateX(-130px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes car-in {
  0% { opacity: 0; transform: translateX(130px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes service-in {
  0% { opacity: 0; transform: translateY(52px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .main-nav {
    gap: 18px;
  }

  .header-cta {
    display: none;
  }

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

  .service-card-wide {
    grid-column: span 2;
    grid-template-columns: 42px minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .split-layout,
  .split-layout-reverse {
    grid-template-columns: 1fr 1fr;
    gap: 54px;
  }
}

@media (max-width: 860px) {
  .hero-stage {
    min-height: 820px;
  }

  .menu-toggle {
    display: block;
    order: 3;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    display: none;
    padding: 18px 20px 22px;
    background: rgba(2, 9, 22, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    padding: 10px 4px;
  }

  .hero-stage-inner,
  .video-layout,
  .proof-layout,
  .split-layout,
  .split-layout-reverse,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .services-heading {
    grid-template-columns: 1fr;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy";
    row-gap: 0;
    max-width: 770px;
    align-items: start;
  }

  .services-heading > p:last-child {
    margin-top: 22px;
  }

  .hero-support {
    max-width: 680px;
    padding-top: 0;
  }

  .hero-stage-inner {
    align-content: center;
    padding-block: 72px 92px;
  }

  .hero-background {
    right: auto;
    bottom: -96px;
    left: 50%;
    width: 130%;
    margin-left: -65%;
    opacity: 0.72;
  }

  .logo-build {
    order: -1;
    width: min(100%, 560px);
    margin: 0 auto 16px;
    transform: translateY(-18px);
  }

  .video-frame {
    width: min(100%, 380px);
  }

  .craft-section .split-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .finish-section .split-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .craft-section .media-frame-tall {
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: start;
    border: 0;
  }

  .craft-section .media-frame-tall::after {
    content: none;
  }

  .craft-section .craft-video {
    width: calc(100% + 4px);
    max-width: none;
    margin-left: -2px;
  }

  .proof-intro {
    max-width: 700px;
  }

  .split-layout-reverse .finish-feature {
    order: -1;
  }

  .finish-feature {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .location-copy {
    max-width: 700px;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 80px 0;
  }

  .site-header {
    position: absolute;
    right: 0;
    left: 0;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .header-inner {
    min-height: 58px;
    justify-content: flex-end;
  }

  .brand {
    display: none;
  }

  .hero-stage {
    min-height: 100svh;
  }

  .hero-background {
    bottom: -110px;
    width: 150%;
    margin-left: -75%;
    opacity: 0.64;
    object-position: center bottom;
  }

  .hero-background-close {
    top: 55px;
    right: auto;
    bottom: auto;
    left: 55%;
    width: 175%;
    height: auto;
    margin-left: -87.5%;
    max-width: none;
    object-fit: contain;
    object-position: center top;
    opacity: 0.82;
  }

  .hero-stage .hero-overlay {
    background:
      linear-gradient(180deg, rgba(1, 8, 22, 0.68), rgba(1, 8, 22, 0.16) 42%, rgba(1, 8, 22, 0.82) 100%),
      linear-gradient(90deg, rgba(1, 8, 22, 0.26), rgba(1, 8, 22, 0.08));
  }

  .hero-stage-inner {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    justify-content: flex-start;
    padding-block: 58px 78px;
  }

  .logo-build {
    width: min(100%, 265px);
    margin: -16px auto 0;
    transform: none;
  }

  .hero-message {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    max-width: none;
    padding-bottom: 20px;
    text-align: center;
  }

  .hero-message .eyebrow {
    margin-bottom: 12px;
  }

  .hero-message h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10.5vw, 3.3rem);
    text-align: center;
  }

  .hero-support {
    padding-top: 18px;
  }

  .hero-support > p {
    max-width: 30ch;
    margin-inline: auto;
    font-size: 1.02rem;
    text-align: center;
  }

  .hero-location {
    bottom: 24px;
  }

  .proof-image figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 0.64rem;
  }

  .video-frame {
    width: min(100%, 320px);
  }

  .video-frame figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 0.64rem;
  }

  .video-sound-toggle {
    right: 12px;
    bottom: 12px;
  }

  h1 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .credibility-grid,
  .services-grid,
  .process-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .credibility-grid p {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .credibility-grid p:last-child {
    border-bottom: 0;
  }

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

  .service-card-wide {
    grid-column: span 1;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-areas:
      "number title"
      "number text";
    column-gap: 20px;
  }

  .service-card-wide .service-number,
  .service-card-wide p {
    margin-top: 0;
  }

  .process-grid li {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-grid li:last-child {
    border-bottom: 0;
  }

  .process-grid span {
    margin-bottom: 28px;
  }

  .finish-feature {
    width: 100%;
    aspect-ratio: 1182 / 1330;
  }

  .carousel-track {
    padding-inline: 14px;
  }

  .carousel-slide {
    flex-basis: min(72vw, 292px);
    height: min(92vw, 360px);
  }

  .carousel-slide-wide {
    flex-basis: min(88vw, 380px);
  }

  .carousel-arrows {
    height: min(92vw, 360px);
    padding-inline: 8px;
  }

  .carousel-toolbar {
    grid-template-columns: 1fr auto;
  }

  .carousel-status {
    display: none;
  }

  .map-shell {
    min-height: 320px;
  }
}

@media (max-width: 420px) {
  .logo-build {
    transform: none;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .finish-stack {
    min-height: 0;
  }

  .finish-main {
    height: auto;
  }

  .carousel-toggle {
    max-width: 112px;
    font-size: 0.78rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .logo-piece {
    display: none;
  }

  .logo-final {
    opacity: 1;
  }

  html.reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
