@charset "UTF-8";

:root {
  --ink: #171b18;
  --ink-soft: #242a25;
  --paper: #ece8de;
  --paper-light: #f6f4ed;
  --steel: #98a19a;
  --line: rgba(23, 27, 24, 0.2);
  --lime: #c9ff3d;
  --signal: #ff6047;
  --white: #fff;
  --display: "Unbounded", "Arial Black", sans-serif;
  --jp: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --shell: min(1280px, calc(100% - 96px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

body,
button,
a {
  cursor: default;
}

a,
button,
summary {
  cursor: pointer;
}

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

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

button {
  color: inherit;
  font: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.25;
  letter-spacing: -0.04em;
  text-wrap: balance;
  word-break: normal;
  line-break: strict;
}

p,
dd,
summary {
  text-wrap: pretty;
  word-break: normal;
  line-break: strict;
}

@supports (word-break: auto-phrase) {
  h1,
  h2,
  h3,
  p,
  dd,
  summary,
  blockquote {
    word-break: auto-phrase;
  }
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-150%);
}

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

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(96px, 11vw, 180px);
  overflow: hidden;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span::before {
  width: 36px;
  height: 2px;
  background: var(--lime);
  content: "";
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.72);
}

.eyebrow--light span {
  color: var(--lime);
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.pit-curtain {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  pointer-events: none;
}

.pit-curtain__panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.5%;
  background-color: var(--ink);
  background-image: repeating-linear-gradient(0deg, transparent 0 15px, rgba(255, 255, 255, 0.035) 16px 17px);
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0.55s;
}

.pit-curtain__panel--top {
  top: 0;
}

.pit-curtain__panel--bottom {
  bottom: 0;
}

.pit-curtain__mark {
  position: relative;
  z-index: 1;
  place-self: center;
  display: grid;
  width: min(420px, calc(100vw - 48px));
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  background: var(--ink);
  font-family: var(--display);
  text-align: center;
  transition: opacity 0.35s ease 0.28s, transform 0.35s ease 0.28s;
}

.pit-curtain__mark span {
  color: var(--lime);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.pit-curtain__mark strong {
  font-size: clamp(28px, 5vw, 52px);
  letter-spacing: -0.05em;
}

.is-loaded .pit-curtain__panel--top {
  transform: translateY(-102%);
}

.is-loaded .pit-curtain__panel--bottom {
  transform: translateY(102%);
}

.is-loaded .pit-curtain__mark {
  opacity: 0;
  transform: scale(0.94);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: stretch;
  width: 100%;
  min-height: 78px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(to bottom, rgba(10, 12, 10, 0.75), transparent);
  transition: color 0.35s ease, background 0.35s ease, min-height 0.35s ease;
}

.site-header.is-scrolled {
  min-height: 68px;
  color: var(--ink);
  background: rgba(246, 244, 237, 0.94);
  border-bottom-color: var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  font-family: var(--display);
}

.brand__index {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--lime);
  font-size: 12px;
  font-weight: 800;
}

.brand__name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  font-size: 12px;
  font-weight: 700;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
  content: "";
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-ticket {
  display: grid;
  min-width: 180px;
  place-content: center;
  padding: 10px 26px;
  color: var(--ink);
  background: var(--lime);
  line-height: 1.25;
}

.header-ticket span {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.header-ticket strong {
  margin-top: 4px;
  font-size: 14px;
}

.menu-button,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero__image-wrap,
.hero__veil {
  position: absolute;
  inset: 0;
}

.hero__image-wrap {
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  scale: 1.06;
  animation: hero-in 1.8s cubic-bezier(0.2, 0.7, 0.2, 1) 0.7s both;
}

.hero__veil {
  background: linear-gradient(90deg, rgba(10, 13, 10, 0.9) 0%, rgba(10, 13, 10, 0.48) 46%, rgba(10, 13, 10, 0.1) 75%), linear-gradient(0deg, rgba(10, 13, 10, 0.75) 0%, transparent 46%);
}

.hero__scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  z-index: 2;
  width: 24%;
  border-right: 1px solid rgba(201, 255, 61, 0.9);
  background: linear-gradient(90deg, transparent, rgba(201, 255, 61, 0.08));
  animation: scan-hero 6s linear 2s infinite;
}

.hero__copy {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: max(48px, calc((100% - 1280px) / 2));
  width: min(890px, calc(100% - 96px));
  transform: translateY(-43%);
}

.hero h1 {
  max-width: 940px;
  margin-bottom: 28px;
  font-size: clamp(48px, 6.7vw, 104px);
  font-weight: 900;
  letter-spacing: -0.085em;
  line-height: 1.08;
  white-space: nowrap;
}

.hero h1 span {
  color: var(--lime);
}

.hero__lead {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 2;
}

.hero__hud {
  position: absolute;
  right: max(48px, calc((100% - 1280px) / 2));
  bottom: 50px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, auto);
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.hero__hud div {
  display: grid;
  min-width: 150px;
  padding: 13px 18px 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.hero__hud div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.hero__hud span,
.hero__hud strong {
  font-family: var(--display);
  line-height: 1.35;
}

.hero__hud span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.hero__hud strong {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.status-live::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(201, 255, 61, 0.12);
  content: "";
}

.hero__scroll {
  position: absolute;
  bottom: 42px;
  left: max(48px, calc((100% - 1280px) / 2));
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.hero__scroll i {
  position: relative;
  display: block;
  width: 72px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.hero__scroll i::after {
  position: absolute;
  inset: 0;
  background: var(--lime);
  animation: scroll-line 2s ease infinite;
  content: "";
}

.hero__number {
  position: absolute;
  top: 92px;
  right: 2vw;
  z-index: 2;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 800;
  line-height: 1;
}

.voices {
  padding-bottom: clamp(80px, 8vw, 130px);
  background-color: var(--paper);
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 48px 48px;
}

.voices::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--paper) 0%, rgba(236, 232, 222, 0.75) 50%, var(--paper) 100%);
  content: "";
}

.voices__intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 80px;
}

.voices__intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -22px;
}

.voices__intro h2,
.village__heading h2,
.diagnosis h2,
.services__heading h2,
.records__heading h2,
.people h2,
.access h2,
.faq h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 4.4vw, 68px);
  font-weight: 900;
}

.voices__intro > p:last-child,
.village__heading > p,
.records__heading > p {
  margin-bottom: 0;
  line-height: 2;
}

.voice-marquee {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}

.voice-marquee__track {
  display: flex;
  width: max-content;
  animation: voice-marquee 38s linear infinite;
}

.voice-marquee:hover .voice-marquee__track {
  animation-play-state: paused;
}

.voice-note {
  display: grid;
  width: min(430px, 78vw);
  min-height: 280px;
  margin-right: 18px;
  padding: 34px;
  border: 1px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 9px 9px 0 var(--ink);
  transform: rotate(-1deg);
}

.voice-note:nth-child(even) {
  transform: rotate(1deg) translateY(12px);
}

.voice-note--lime {
  background: var(--lime);
}

.voice-note--dark {
  color: var(--white);
  background: var(--ink);
  box-shadow: 9px 9px 0 var(--lime);
}

.voice-note > span,
.voice-note small {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.voice-note p {
  align-self: center;
  margin-bottom: 22px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.65;
}

.voice-note small {
  align-self: end;
  opacity: 0.65;
}

.town-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.town-stats > div {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: end;
  gap: 4px;
  min-height: 210px;
  padding: 34px;
  border-left: 1px solid var(--ink);
}

.town-stats > div:last-child {
  border-right: 1px solid var(--ink);
}

.town-stats strong {
  font-family: var(--display);
  font-size: clamp(64px, 8vw, 118px);
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.town-stats i {
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: 20px;
  font-style: normal;
}

.town-stats span {
  align-self: end;
  margin-left: 18px;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.town-stats span small {
  display: block;
  font-family: var(--jp);
  font-size: 11px;
  letter-spacing: 0;
}

.village {
  color: var(--white);
  background: var(--ink);
}

.village::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

.route-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
  z-index: 1;
  width: 3px;
  overflow: hidden;
}

.route-line span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--route-progress, 0%);
  background: var(--lime);
  box-shadow: 0 0 24px rgba(201, 255, 61, 0.5);
}

.village__heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 70px;
}

.village__heading > p {
  color: rgba(255, 255, 255, 0.62);
}

.town-map {
  position: relative;
  z-index: 2;
}

.town-map__visual {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #c9beb0;
}

.town-map__visual::after {
  position: absolute;
  inset: 0;
  border: 14px solid var(--ink);
  pointer-events: none;
  content: "";
}

.town-map__visual > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: scale 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.town-map__visual:hover > img {
  scale: 1.015;
}

.town-map__scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(201, 255, 61, 0.16), transparent);
  mix-blend-mode: screen;
  animation: map-scan 7s linear infinite;
  pointer-events: none;
}

.map-pin {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 7px;
  border: 1px solid var(--white);
  color: var(--white);
  background: rgba(23, 27, 24, 0.84);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font-family: var(--display);
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(6px);
}

.map-pin::after {
  position: absolute;
  bottom: -9px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  background: inherit;
  transform: rotate(45deg);
  content: "";
}

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  color: var(--ink);
  background: var(--lime);
  transform: translateY(-5px);
}

.map-pin span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--ink);
  background: var(--white);
  font-size: 8px;
}

.map-pin strong {
  position: relative;
  z-index: 1;
  font-size: 8px;
  letter-spacing: 0.03em;
}

.map-pin--check {
  top: 18%;
  left: 15%;
}

.map-pin--quick {
  top: 24%;
  right: 15%;
}

.map-pin--lab {
  top: 45%;
  left: 47%;
}

.map-pin--record {
  bottom: 18%;
  left: 13%;
}

.map-pin--front {
  right: 10%;
  bottom: 15%;
}

.map-panel {
  display: grid;
  grid-template-columns: 150px 1fr 250px;
  min-height: 260px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  background: #202520;
}

.map-panel__index {
  display: grid;
  place-content: center;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.map-panel__index span {
  color: var(--lime);
  font-family: var(--display);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
}

.map-panel__index small,
.map-panel__en {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.map-panel__body {
  align-self: center;
  padding: 32px 48px;
}

.map-panel__en {
  margin-bottom: 7px;
  color: var(--lime);
}

.map-panel__body h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.map-panel__body > p:not(.map-panel__en) {
  max-width: 650px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.9;
}

.map-panel__body ul,
.record-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.map-panel__body li {
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 11px;
}

.map-panel > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--ink);
  background: var(--lime);
  font-weight: 700;
}

.map-panel > a span {
  font-family: var(--display);
  font-size: 28px;
}

.diagnosis {
  background: var(--paper-light);
}

.diagnosis__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 7vw;
  align-items: center;
}

.diagnosis__copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 28px 0 46px;
  color: rgba(23, 27, 24, 0.67);
  line-height: 2;
}

.diagnosis h2 {
  font-size: clamp(34px, 3.5vw, 52px);
}

.diagnosis-result {
  position: relative;
  padding: 26px 28px;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.diagnosis-result::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background: var(--lime);
  content: "";
}

.diagnosis-result > span {
  color: #687068;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.diagnosis-result h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.diagnosis-result p {
  margin-bottom: 0;
  color: #596059;
  font-size: 14px;
  line-height: 1.9;
}

.car-check {
  min-width: 0;
}

.car-check__screen {
  position: relative;
  overflow: hidden;
  border: 12px solid var(--ink);
  background: var(--ink);
}

.car-check__screen::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 13, 10, 0.68));
  pointer-events: none;
  content: "";
}

.car-check__screen > img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: grayscale(0.45) contrast(1.1);
}

.car-check__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(201, 255, 61, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 255, 61, 0.11) 1px, transparent 1px);
  background-size: 42px 42px;
}

.car-check__sweep {
  position: absolute;
  top: -20%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 20%;
  border-bottom: 1px solid var(--lime);
  background: linear-gradient(180deg, transparent, rgba(201, 255, 61, 0.13));
  animation: scan-down 4s linear infinite;
}

.car-hotspot {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--lime);
  border-radius: 50%;
  color: var(--lime);
  background: rgba(23, 27, 24, 0.8);
  font-family: var(--display);
  font-size: 9px;
  transition: color 0.2s ease, background 0.2s ease, scale 0.2s ease;
}

.car-hotspot::after {
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(201, 255, 61, 0.45);
  border-radius: 50%;
  animation: hotspot 2s ease infinite;
  content: "";
}

.car-hotspot:hover,
.car-hotspot:focus-visible,
.car-hotspot.is-active {
  color: var(--ink);
  background: var(--lime);
  scale: 1.12;
}

.car-hotspot--engine {
  top: 52%;
  left: 48%;
}

.car-hotspot--tire {
  right: 17%;
  bottom: 20%;
}

.car-hotspot--battery {
  top: 32%;
  right: 29%;
}

.car-hotspot--brake {
  bottom: 22%;
  left: 17%;
}

.car-check__label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 4;
  display: grid;
  font-family: var(--display);
}

.car-check__label span {
  color: var(--lime);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.car-check__label strong {
  color: var(--white);
  font-size: 14px;
}

.car-check__legend {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
  background: var(--ink);
}

.car-check__legend span {
  padding: 12px 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--display);
  font-size: 8px;
  text-align: center;
}

.car-check__legend i {
  margin-right: 6px;
  color: var(--lime);
  font-style: normal;
}

.services {
  color: var(--white);
  background: #202520;
}

.services::before {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.08) 27px 28px);
  content: "";
}

.services__heading,
.service-board {
  position: relative;
}

.services__heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 64px;
}

.services__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

.services__heading > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.service-board {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.service-row {
  display: grid;
  grid-template-columns: 70px minmax(210px, 0.85fr) minmax(260px, 1.3fr) 150px 60px;
  align-items: center;
  min-height: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: color 0.3s ease, background 0.3s ease;
}

.service-row:hover {
  color: var(--ink);
  background: var(--lime);
}

.service-row__no {
  font-family: var(--display);
  font-size: 11px;
}

.service-row small {
  color: var(--lime);
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.service-row:hover small {
  color: var(--ink);
}

.service-row h3 {
  margin: 5px 0 0;
  font-size: 25px;
}

.service-row p {
  margin: 0 30px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.service-row:hover p {
  color: var(--ink);
}

.service-row > strong {
  font-family: var(--display);
  font-size: 13px;
}

.service-row > a {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-family: var(--display);
  font-size: 18px;
}

.service-row:hover > a {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--lime);
}

.records {
  background: var(--paper);
}

.records__heading {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 70px;
}

.record-list {
  border-top: 2px solid var(--ink);
}

.record-entry {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) 150px 1.15fr;
  gap: 36px;
  min-height: 310px;
  padding-block: 34px;
  border-bottom: 1px solid var(--ink);
}

.record-entry__photo {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 93% 0, 100% 18%, 100% 100%, 0 100%);
}

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

.record-entry__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
  transition: filter 0.4s ease, scale 0.6s ease;
}

.record-entry:hover .record-entry__photo img {
  filter: grayscale(0);
  scale: 1.04;
}

.record-entry__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.record-entry__meta time {
  color: #747b75;
  writing-mode: vertical-rl;
}

.record-entry__body {
  align-self: center;
}

.record-entry__body h3 {
  margin-bottom: 18px;
  font-size: clamp(25px, 2.7vw, 38px);
}

.record-entry__body p {
  margin-bottom: 24px;
  color: #666d67;
  line-height: 2;
}

.record-entry li {
  padding: 5px 10px;
  border: 1px solid var(--ink);
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.04em;
}

.people {
  color: var(--white);
  background: var(--ink);
}

.people__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 720px;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.people__photo {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.people__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.05);
}

.people__photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(23, 27, 24, 0.68));
  content: "";
}

.people__photo span {
  position: absolute;
  bottom: 26px;
  left: 26px;
  z-index: 1;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--lime);
  font-family: var(--display);
  font-size: 8px;
}

.people__copy {
  align-self: center;
  padding: clamp(42px, 6vw, 88px);
}

.people__copy > p:not(.eyebrow) {
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 2;
}

.people blockquote {
  position: relative;
  margin: 0 0 34px;
  padding: 26px 0 26px 28px;
  border-left: 4px solid var(--lime);
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 700;
  line-height: 1.8;
}

.people__signature {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.people__signature strong {
  font-size: 21px;
}

.people__signature span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--display);
  font-size: 8px;
}

.access {
  background-color: var(--paper-light);
  background-image: radial-gradient(circle at 1px 1px, rgba(23, 27, 24, 0.18) 1px, transparent 0);
  background-size: 24px 24px;
}

.access__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 58px;
}

.access__head {
  grid-column: 1 / -1;
  max-width: 1050px;
}

.access__map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
}

.access__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  opacity: 0.75;
}

.access__pin {
  position: absolute;
  top: 46%;
  left: 54%;
  display: grid;
  place-items: center;
  color: var(--ink);
  transform: translate(-50%, -50%);
}

.access__pin span {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 7px solid var(--ink);
  border-radius: 50% 50% 50% 0;
  background: var(--lime);
  font-family: var(--display);
  font-weight: 800;
  transform: rotate(-45deg);
}

.access__pin span::first-line {
  transform: rotate(45deg);
}

.access__pin strong {
  margin-top: 10px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--ink);
  font-family: var(--display);
  font-size: 8px;
}

.access__info {
  align-self: stretch;
  padding: 42px;
  color: var(--white);
  background: var(--ink);
}

.access__info dl {
  margin: 0 0 44px;
}

.access__info dl div {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.access__info dt {
  margin-bottom: 6px;
  color: var(--lime);
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.access__info dd {
  margin: 0;
  font-size: 14px;
}

.access__info a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  color: var(--ink);
  background: var(--lime);
  font-size: 13px;
  font-weight: 700;
}

.access__info a span {
  font-family: var(--display);
  font-size: 18px;
}

.faq {
  background: var(--paper);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 8vw;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr 36px;
  align-items: center;
  gap: 20px;
  min-height: 100px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  font-family: var(--display);
  font-size: 9px;
}

.faq-list summary::after {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ink);
  font-family: var(--display);
  font-size: 18px;
  transition: color 0.2s ease, background 0.2s ease, rotate 0.25s ease;
  content: "+";
}

.faq-list details[open] summary::after {
  color: var(--ink);
  background: var(--lime);
  rotate: 45deg;
}

.faq-list details p {
  margin: 0;
  padding: 0 36px 32px 80px;
  color: #626862;
  line-height: 2;
}

.contact {
  color: var(--white);
  background: var(--ink);
}

.contact__road {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(420px, 36vw);
  background: #111411;
  transform: translateX(-50%) skewX(-9deg);
}

.contact__road::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: repeating-linear-gradient(180deg, var(--lime) 0 40px, transparent 40px 75px);
  content: "";
}

.contact__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.contact__inner .eyebrow {
  justify-content: center;
}

.contact h2 {
  max-width: 1040px;
  margin-inline: auto;
}

.contact__inner > p:not(.eyebrow) {
  max-width: 650px;
  margin: 28px auto 48px;
  color: rgba(255, 255, 255, 0.65);
}

.pit-ticket {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.8fr 80px;
  width: min(1030px, 100%);
  min-height: 250px;
  margin-inline: auto;
  color: var(--ink);
  background: var(--paper-light);
  text-align: left;
  box-shadow: 14px 14px 0 var(--lime);
}

.pit-ticket::before,
.pit-ticket::after {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--ink);
  transform: translateY(-50%);
  content: "";
}

.pit-ticket::before {
  left: -15px;
}

.pit-ticket::after {
  right: -15px;
}

.pit-ticket__main {
  display: grid;
  align-content: center;
  padding: 44px;
  border-right: 2px dashed rgba(23, 27, 24, 0.35);
}

.pit-ticket__main span,
.pit-ticket__main small,
.pit-ticket__actions a > span {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.pit-ticket__main strong {
  margin: 10px 0 16px;
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1.3;
}

.pit-ticket__actions {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.pit-ticket__actions a {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 24px 36px;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease;
}

.pit-ticket__actions a:first-child {
  border-bottom: 1px solid var(--ink);
}

.pit-ticket__actions a:hover {
  background: var(--lime);
}

.pit-ticket__code {
  display: flex;
  align-items: stretch;
  gap: 3px;
  padding: 34px 22px;
  border-left: 1px solid var(--ink);
  background: var(--white);
}

.pit-ticket__code i {
  flex: 1;
  background: var(--ink);
}

.pit-ticket__code i:nth-child(2n) {
  flex: 0.4;
}

.site-footer {
  padding: 42px 0 110px;
  color: var(--white);
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand--footer {
  padding: 0;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.site-footer small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--display);
  font-size: 8px;
}

.mobile-cta {
  display: none;
}

@keyframes hero-in {
  from { scale: 1.14; filter: brightness(0.55); }
  to { scale: 1.06; filter: brightness(1); }
}

@keyframes scan-hero {
  0% { left: -25%; }
  45%, 100% { left: 110%; }
}

@keyframes map-scan {
  0% { left: -20%; }
  55%, 100% { left: 110%; }
}

@keyframes scan-down {
  0% { top: -20%; }
  70%, 100% { top: 110%; }
}

@keyframes scroll-line {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@keyframes voice-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 36px)); }
}

@keyframes hotspot {
  0%, 100% { opacity: 0.2; scale: 0.8; }
  50% { opacity: 0.9; scale: 1.12; }
}

@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 56px, 960px);
  }

  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(48px, 7.7vw, 80px);
  }

  .hero__hud div {
    min-width: 135px;
  }

  .voices__intro,
  .village__heading,
  .services__heading,
  .records__heading {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 5vw;
  }

  .map-panel {
    grid-template-columns: 120px 1fr;
  }

  .map-panel > a {
    grid-column: 1 / -1;
    min-height: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .service-row {
    grid-template-columns: 55px minmax(190px, 0.9fr) minmax(220px, 1.1fr) 120px 48px;
  }

  .record-entry {
    grid-template-columns: minmax(280px, 0.85fr) 100px 1.15fr;
    gap: 25px;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: calc(100% - 36px);
  }

  html {
    scroll-padding-top: 66px;
  }

  body {
    padding-bottom: 66px;
  }

  .section {
    padding-block: 92px;
  }

  .site-header {
    grid-template-columns: 1fr 64px;
    min-height: 66px;
    color: var(--ink);
    background: rgba(246, 244, 237, 0.94);
    border-bottom-color: var(--line);
    backdrop-filter: blur(14px);
  }

  .brand {
    padding: 10px 18px;
  }

  .brand__index {
    width: 36px;
    height: 36px;
  }

  .desktop-nav,
  .header-ticket {
    display: none;
  }

  .menu-button {
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--line);
    background: transparent;
  }

  .menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--ink);
    transition: transform 0.25s ease;
  }

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

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

  .mobile-menu {
    position: fixed;
    inset: 66px 0 0;
    z-index: 90;
    display: grid;
    align-content: start;
    padding: 28px 18px 120px;
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-menu a {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-menu a span {
    color: var(--lime);
    font-family: var(--display);
    font-size: 9px;
  }

  .hero {
    min-height: 820px;
  }

  .hero__image {
    object-position: 59% center;
  }

  .hero__veil {
    background: linear-gradient(180deg, rgba(10, 13, 10, 0.18), rgba(10, 13, 10, 0.82) 68%, rgba(10, 13, 10, 0.96));
  }

  .hero__copy {
    top: auto;
    bottom: 190px;
    left: 18px;
    width: calc(100% - 36px);
    transform: none;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: clamp(41px, 12.3vw, 62px);
    line-height: 1.13;
    white-space: normal;
  }

  .hero__lead {
    font-size: 14px;
    line-height: 1.9;
  }

  .hero__number {
    top: 82px;
    right: -14px;
    font-size: 150px;
  }

  .hero__hud {
    right: 18px;
    bottom: 72px;
    left: 18px;
    grid-template-columns: repeat(3, 1fr);
  }

  .hero__hud div {
    min-width: 0;
    padding: 10px 9px;
  }

  .hero__hud strong {
    font-size: 7px;
  }

  .hero__scroll {
    display: none;
  }

  .voices__intro,
  .village__heading,
  .services__heading,
  .records__heading,
  .diagnosis__grid,
  .people__grid,
  .access__grid,
  .faq__grid {
    grid-template-columns: 1fr;
  }

  .voices__intro,
  .village__heading,
  .services__heading,
  .records__heading {
    gap: 28px;
  }

  .voices__intro .eyebrow,
  .services__heading .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }

  .voices__intro h2,
  .village__heading h2,
  .diagnosis h2,
  .services__heading h2,
  .records__heading h2,
  .people h2,
  .access h2,
  .faq h2,
  .contact h2 {
    font-size: clamp(32px, 9.5vw, 48px);
  }

  .voice-note {
    min-height: 240px;
    padding: 26px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .voice-note--dark {
    box-shadow: 7px 7px 0 var(--lime);
  }

  .voice-note p {
    font-size: 20px;
  }

  .town-stats {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .town-stats > div {
    min-height: 160px;
    border-right: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
  }

  .town-stats > div:last-child {
    border-bottom: 0;
  }

  .town-stats strong {
    font-size: 80px;
  }

  .route-line {
    left: 18px;
  }

  .town-map__visual > img {
    aspect-ratio: 1 / 1;
    object-position: center;
  }

  .town-map__visual::after {
    border-width: 7px;
  }

  .map-pins {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    padding: 1px;
    color: var(--ink);
    background: var(--ink);
  }

  .map-pin {
    position: relative;
    inset: auto;
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    border: 0;
    color: var(--ink);
    background: var(--paper-light);
    box-shadow: none;
    transform: none;
    backdrop-filter: none;
  }

  .map-pin:last-child {
    grid-column: 1 / -1;
  }

  .map-pin::after {
    display: none;
  }

  .map-pin:hover,
  .map-pin:focus-visible,
  .map-pin.is-active {
    transform: none;
  }

  .map-pin span {
    color: var(--white);
    background: var(--ink);
  }

  .map-panel {
    grid-template-columns: 78px 1fr;
  }

  .map-panel__index {
    padding: 20px 12px;
  }

  .map-panel__index span {
    font-size: 42px;
  }

  .map-panel__body {
    padding: 26px 22px;
  }

  .map-panel__body h3 {
    font-size: 24px;
  }

  .map-panel__body > p:not(.map-panel__en) {
    font-size: 13px;
  }

  .map-panel > a {
    padding: 22px;
  }

  .diagnosis__grid {
    gap: 52px;
  }

  .diagnosis-result {
    box-shadow: 6px 6px 0 var(--ink);
  }

  .car-check__screen {
    border-width: 7px;
  }

  .car-hotspot {
    width: 34px;
    height: 34px;
  }

  .car-check__legend {
    grid-template-columns: 1fr 1fr;
  }

  .car-check__legend span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .service-row {
    grid-template-columns: 42px 1fr auto;
    gap: 10px 12px;
    min-height: 0;
    padding: 25px 0;
  }

  .service-row > div {
    grid-column: 2;
  }

  .service-row p {
    grid-column: 2 / -1;
    margin: 0;
    font-size: 13px;
  }

  .service-row > strong {
    grid-column: 2;
    margin-top: 5px;
  }

  .service-row > a {
    grid-column: 3;
    grid-row: 1 / 4;
    width: 44px;
    height: 44px;
  }

  .service-row h3 {
    font-size: 21px;
  }

  .record-entry {
    grid-template-columns: 66px 1fr;
    gap: 18px;
    padding-block: 30px 42px;
  }

  .record-entry__photo {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .record-entry__meta {
    grid-row: 2;
  }

  .record-entry__body {
    grid-column: 2;
  }

  .record-entry__body h3 {
    font-size: 26px;
  }

  .people__grid {
    min-height: 0;
  }

  .people__photo {
    min-height: 460px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .people__copy {
    padding: 42px 24px 52px;
  }

  .access__grid {
    gap: 28px;
  }

  .access__head {
    grid-column: auto;
  }

  .access__map {
    min-height: 380px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .access__info {
    padding: 28px;
  }

  .faq__grid {
    gap: 44px;
  }

  .faq-list summary {
    grid-template-columns: 42px 1fr 34px;
    gap: 10px;
    min-height: 90px;
    font-size: 15px;
  }

  .faq-list details p {
    padding: 0 8px 28px 52px;
    font-size: 14px;
  }

  .contact__road {
    width: 65vw;
  }

  .pit-ticket {
    grid-template-columns: 1fr;
    box-shadow: 8px 8px 0 var(--lime);
  }

  .pit-ticket__main {
    padding: 34px 28px;
    border-right: 0;
    border-bottom: 2px dashed rgba(23, 27, 24, 0.35);
  }

  .pit-ticket__actions a {
    padding: 24px 28px;
  }

  .pit-ticket__code {
    display: none;
  }

  .site-footer {
    padding-bottom: 38px;
  }

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

  .site-footer small {
    margin-left: 0;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    min-height: 66px;
    color: var(--white);
    background: var(--ink);
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.15);
  }

  .mobile-cta a {
    display: grid;
    place-content: center;
    padding: 8px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  .mobile-cta a:last-child {
    color: var(--ink);
    background: var(--lime);
  }

  .mobile-cta span {
    font-family: var(--display);
    font-size: 7px;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 430px) {
  .section {
    padding-block: 78px;
  }

  .eyebrow {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 20px;
  }

  .hero {
    min-height: 760px;
  }

  .hero__copy {
    bottom: 170px;
  }

  .hero h1 {
    max-width: 370px;
    font-size: clamp(38px, 12vw, 50px);
  }

  .hero__lead {
    max-width: 350px;
    font-size: 13px;
  }

  .hero__hud {
    bottom: 70px;
  }

  .hero__hud div {
    padding-inline: 6px;
  }

  .hero__hud div:nth-child(2) {
    display: none;
  }

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

  .map-pin strong {
    font-size: 7px;
  }

  .map-panel {
    grid-template-columns: 62px 1fr;
  }

  .map-panel__index span {
    font-size: 34px;
  }

  .map-panel__body {
    padding: 23px 16px;
  }

  .map-panel__body li {
    font-size: 10px;
  }

  .car-check__label {
    bottom: 13px;
    left: 13px;
  }

  .people__photo {
    min-height: 390px;
  }

  .people__signature {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

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

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

  .voice-marquee__track {
    animation: none;
  }
}
