:root {
  --brand-red: #a80313;
  --brand-red-dark: #73020d;
  --brand-red-soft: #f04a55;
  --ink: #111113;
  --ink-2: #19191d;
  --steel: #252930;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --paper: #f7f7f3;
  --muted: #c8c8c2;
  --muted-strong: #e9e9e3;
  --radius: 28px;
  --radius-small: 18px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--paper);
  background:
    radial-gradient(circle at 12% 10%, rgba(168, 3, 19, 0.28), transparent 30rem),
    linear-gradient(180deg, #111113 0%, #17171a 46%, #101012 100%);
  min-width: 320px;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: soft-light;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
}

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

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

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

::selection {
  color: #fff;
  background: var(--brand-red);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 60;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  transition: transform 180ms var(--ease);
}

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

.site-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(calc(100% - 32px), 1180px);
  height: 72px;
  padding: 0 12px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(17, 17, 19, 0.62);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  transition: background 260ms var(--ease), border-color 260ms var(--ease), transform 260ms var(--ease);
}

.site-header.is-solid {
  background: rgba(17, 17, 19, 0.9);
  border-color: rgba(255, 255, 255, 0.24);
}

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

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px;
  box-shadow: inset 0 0 0 1px rgba(168, 3, 19, 0.22);
}

.brand span {
  display: grid;
  line-height: 0.95;
}

.brand strong {
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand small {
  color: var(--brand-red-soft);
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  margin-top: 0.25rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 999px;
  color: rgba(247, 247, 243, 0.82);
  font-size: 0.95rem;
  transition: color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease);
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav-call {
  background: var(--brand-red);
  color: #fff !important;
  margin-left: 0.2rem;
  box-shadow: 0 12px 30px rgba(168, 3, 19, 0.35);
}

.nav-call:hover,
.nav-call:focus-visible {
  background: #bd0518 !important;
}

.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-button span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 200ms var(--ease);
}

.menu-button[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-button[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111113;
  isolation: isolate;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08) brightness(0.68);
  transform: scale(1.01);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 20% 35%, rgba(168, 3, 19, 0.44), transparent 24rem),
    linear-gradient(90deg, rgba(17, 17, 19, 0.92) 0%, rgba(17, 17, 19, 0.68) 42%, rgba(17, 17, 19, 0.18) 100%),
    linear-gradient(0deg, rgba(17, 17, 19, 0.98) 0%, rgba(17, 17, 19, 0.2) 46%, rgba(17, 17, 19, 0.72) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--brand-red) 0 90px, transparent 90px 150px);
  opacity: 0.9;
  transform-origin: left center;
  animation: road-line 10s linear infinite;
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 8.25rem 0 7rem;
}

.hero-kicker {
  margin: 0 0 1.1rem;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 10.5ch;
  font-size: clamp(4rem, 9vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.hero-copy {
  margin: 1.25rem 0 0;
  max-width: 48ch;
  color: rgba(247, 247, 243, 0.85);
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.6rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 1.2rem;
  font-weight: 780;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: transform 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease), color 180ms var(--ease), box-shadow 180ms var(--ease);
  white-space: nowrap;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  color: #fff;
  background: var(--brand-red);
  box-shadow: 0 18px 40px rgba(168, 3, 19, 0.36);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #bd0518;
  box-shadow: 0 18px 48px rgba(168, 3, 19, 0.5);
}

.button-secondary,
.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-ghost:hover,
.button-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: stretch;
  margin-top: 1.5rem;
}

.intro-text {
  min-height: 320px;
  display: grid;
  align-content: end;
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(168, 3, 19, 0.92), rgba(115, 2, 13, 0.84)),
    var(--brand-red);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.intro-text::after {
  content: "";
  position: absolute;
  inset: auto -8% -26% 30%;
  height: 52%;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 14px, transparent 14px 30px);
  transform: rotate(-7deg);
  opacity: 0.55;
}

.intro-text h2,
.section-heading h2,
.operations-copy h2,
.showcase-panel h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.intro-text p,
.section-heading p,
.operations-copy > p,
.showcase-panel p,
.contact-card p {
  max-width: 62ch;
  margin: 1.1rem 0 0;
  color: rgba(247, 247, 243, 0.78);
  line-height: 1.65;
  font-size: 1.03rem;
  text-wrap: pretty;
}

.intro-text p {
  color: rgba(255, 255, 255, 0.86);
}

.intro-proof {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: grid;
}

.intro-proof div,
.contact-details article {
  padding: 1.35rem;
  border-bottom: 1px solid var(--line);
}

.intro-proof div:last-child,
.contact-details article:last-child {
  border-bottom: 0;
}

.intro-proof span,
.contact-details span,
.route-card span {
  display: block;
  color: var(--brand-red-soft);
  font-size: 0.77rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.intro-proof strong,
.contact-details strong,
.route-card strong {
  display: block;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  letter-spacing: -0.03em;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.service-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  grid-auto-rows: minmax(220px, auto);
  gap: 1rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 260px;
  padding: clamp(1.3rem, 3vw, 2rem);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
}

.service-card h3,
.flow-list h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.service-card p,
.flow-list p,
.route-card p,
.contact-details strong,
.contact-details a {
  color: rgba(247, 247, 243, 0.78);
  line-height: 1.58;
}

.service-card p {
  margin: 1rem 0 0;
}

.service-card-large {
  grid-row: span 2;
  min-height: 540px;
  padding: 0;
  display: grid;
  align-items: end;
}

.service-card-large img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.06) brightness(0.76);
  transition: transform 720ms var(--ease);
}

.service-card-large:hover img {
  transform: scale(1.05);
}

.service-card-large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 19, 0.94) 0%, rgba(17, 17, 19, 0.18) 72%);
}

.service-card-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.service-card-accent {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.2), transparent 12rem),
    linear-gradient(145deg, var(--brand-red), var(--brand-red-dark));
}

.service-card-accent a {
  margin-top: 1.25rem;
  display: inline-flex;
  font-weight: 790;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.operations {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.operations-media {
  display: grid;
  gap: 1rem;
}

.operations-media img,
.gallery-grid img,
.showcase-stack img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.operations-media img:first-child {
  aspect-ratio: 4 / 5;
}

.operations-media img:last-child {
  width: 74%;
  aspect-ratio: 16 / 10;
  margin: -6rem -1rem 0 auto;
  border: 10px solid #17171a;
}

.flow-list {
  margin-top: 2rem;
  display: grid;
  gap: 0.75rem;
}

.flow-list article {
  padding: 1.15rem 0 1.15rem 1.25rem;
  border-left: 1px solid rgba(240, 74, 85, 0.6);
  position: relative;
}

.flow-list article::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 1.45rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-red-soft);
  box-shadow: 0 0 0 8px rgba(168, 3, 19, 0.14);
}

.showcase {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  align-items: stretch;
}

.showcase-panel {
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    #18191d;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  display: grid;
  align-content: center;
  min-height: 460px;
  overflow: hidden;
  position: relative;
}

.showcase-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(168, 3, 19, 0.22) 48% 51%, transparent 51% 100%),
    radial-gradient(circle at 85% 20%, rgba(168, 3, 19, 0.28), transparent 16rem);
  pointer-events: none;
}

.showcase-panel > * {
  position: relative;
}

.showcase-panel .button {
  width: fit-content;
}

.showcase-stack {
  position: relative;
  min-height: 460px;
}

.showcase-stack img {
  height: 100%;
  min-height: 460px;
  filter: saturate(0.95) contrast(1.05) brightness(0.82);
}

.route-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 320px;
  border-radius: var(--radius-small);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(17, 17, 19, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 1.2rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 220px;
  gap: 1rem;
}

.gallery-grid img {
  height: 100%;
  box-shadow: none;
  filter: saturate(0.92) contrast(1.06) brightness(0.82);
  transition: transform 360ms var(--ease), filter 360ms var(--ease), border-color 360ms var(--ease);
}

.gallery-grid img:hover {
  transform: scale(1.018);
  filter: saturate(1.05) contrast(1.06) brightness(0.95);
  border-color: rgba(255, 255, 255, 0.3);
}

.gallery-grid img:nth-child(1) {
  grid-row: span 2;
}

.gallery-grid img:nth-child(4) {
  grid-column: span 2;
}

.contact {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.contact-card,
.contact-details {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
}

.contact-card {
  min-height: 420px;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: grid;
  align-content: center;
  background:
    radial-gradient(circle at 10% 10%, rgba(168, 3, 19, 0.32), transparent 20rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.contact-details {
  overflow: hidden;
}

.contact-details a {
  text-decoration: underline;
  text-decoration-color: rgba(240, 74, 85, 0.45);
  text-underline-offset: 0.16em;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: rgba(247, 247, 243, 0.72);
  border-top: 1px solid var(--line);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.site-footer img {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px;
}

.site-footer p {
  margin: 0;
  line-height: 1.45;
}

.site-footer a {
  color: #fff;
  font-weight: 760;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 70;
  transform: translate(-50%, 24px);
  opacity: 0;
  pointer-events: none;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  background: var(--paper);
  color: var(--ink);
  font-weight: 760;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal,
.reveal-on-load {
  opacity: 1;
  transform: none;
}

.js .reveal,
.js .reveal-on-load {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}

.js .reveal.is-visible,
.js .reveal-on-load.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes road-line {
  from { background-position-x: 0; }
  to { background-position-x: 300px; }
}

@media (max-width: 980px) {
  .site-header {
    height: 68px;
  }

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

  .primary-nav {
    position: fixed;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.35rem;
    padding: 0.75rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(17, 17, 19, 0.96);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.34);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 1rem;
  }

  .nav-call {
    margin-left: 0;
    justify-content: center !important;
  }

  .hero-content {
    padding-bottom: 5.4rem;
  }

  .intro-band,
  .operations,
  .showcase,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .service-card-large {
    grid-row: auto;
    min-height: 420px;
  }

  .operations-media {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .operations-media img:first-child {
    aspect-ratio: 1 / 1.16;
  }

  .operations-media img:last-child {
    width: 100%;
    margin: 0;
    border-width: 0;
    aspect-ratio: 1 / 1.16;
  }

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

  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(4) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section,
  .site-footer,
  .hero-content {
    width: min(calc(100% - 24px), 1180px);
  }

  .site-header {
    top: 10px;
    height: 64px;
    padding-left: 9px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 0.85rem;
  }

  .brand small {
    font-size: 0.6rem;
  }

  .hero {
    min-height: 100dvh;
    align-items: end;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 30% 28%, rgba(168, 3, 19, 0.4), transparent 18rem),
      linear-gradient(0deg, rgba(17, 17, 19, 0.98) 0%, rgba(17, 17, 19, 0.34) 55%, rgba(17, 17, 19, 0.75) 100%);
  }

  .hero-content {
    padding: 7rem 0 4.5rem;
  }

  .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.4rem);
    max-width: 9ch;
  }

  .hero-copy {
    max-width: 30ch;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 4rem 0;
  }

  .intro-band {
    margin-top: 0.75rem;
  }

  .intro-text,
  .contact-card,
  .showcase-panel {
    min-height: 340px;
  }

  .intro-text h2,
  .section-heading h2,
  .operations-copy h2,
  .showcase-panel h2,
  .contact-card h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .operations-media {
    grid-template-columns: 1fr;
  }

  .operations-media img:first-child,
  .operations-media img:last-child {
    aspect-ratio: 16 / 11;
  }

  .showcase-stack,
  .showcase-stack img {
    min-height: 360px;
  }

  .route-card {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    max-width: none;
  }

  .gallery-grid {
    display: flex;
    overflow-x: auto;
    gap: 0.85rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.6rem;
  }

  .gallery-grid img {
    min-width: 82%;
    height: 320px;
    scroll-snap-align: start;
  }

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

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

  .hero-video {
    transform: none;
  }

  .js .reveal,
  .js .reveal-on-load {
    opacity: 1;
    transform: none;
  }
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header,
  .route-card {
    background: rgba(17, 17, 19, 0.96);
  }
}
