:root {
  color-scheme: light;
  --ink: #00465b;
  --ink-deep: #003747;
  --paper: #fbf1e3;
  --paper-2: #fff8ed;
  --line: #dac8a6;
  --coral: #e94b6c;
  --teal: #00546a;
  --cyan: #00a9c4;
  --max: 1260px;
}

@font-face {
  font-family: "SampleBodoni";
  src: url("./assets/fonts/Bodoni%2072.ttc") format("truetype");
  font-weight: 700;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 1.9;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  min-height: 64px;
  padding: 0 max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 241, 227, 0.92);
  border-bottom: 1px solid rgba(0, 70, 91, 0.16);
  backdrop-filter: blur(14px);
}

.brand,
.page-nav,
.lang-switch,
.spot-num,
.panel-title h2,
.point span,
.column-label {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.brand {
  color: var(--ink-deep);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.page-nav {
  display: flex;
  gap: 22px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.page-nav a {
  position: relative;
  padding: 8px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.page-nav a:hover,
.page-nav a:focus-visible {
  color: var(--coral);
}

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

.lang-switch {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.lang-switch button {
  min-width: 44px;
  min-height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.lang-switch button.active {
  color: #fff;
  background: var(--ink);
}

.hero {
  position: relative;
  height: clamp(820px, calc(100svh + 36px), 1400px);
  overflow: hidden;
  background: #062f3d;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(0, 43, 58, 0.9) 0%, rgba(0, 43, 58, 0.7) 34%, rgba(0, 43, 58, 0.02) 78%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  height: 52px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251, 241, 227, 0) 0%, rgba(251, 241, 227, 0.42) 72%, var(--paper) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 58px 0;
  color: #fff;
}

.area {
  margin: 0 0 18px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 500;
  letter-spacing: 0.16em;
}

h1 {
  max-width: 960px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "SampleBodoni", Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: 0.04em;
  text-shadow: 0 4px 18px rgba(0, 43, 58, 0.42), 0 1px 2px rgba(0, 43, 58, 0.34);
}

h1 span {
  display: block;
  font-size: clamp(58px, 9.2vw, 138px);
}

h1 span:first-child {
  font-size: clamp(98px, 13.6vw, 208px);
  font-weight: 800;
}

.title-waterfront {
  color: #54aebb;
}

.subtitle {
  margin: 0 0 42px;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(20px, 2.2vw, 31px);
  font-weight: 700;
  letter-spacing: 0.07em;
}

.intro {
  max-width: 430px;
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(15px, 1.35vw, 19px);
  font-weight: 600;
  line-height: 2.3;
  white-space: pre-line;
}

.hero-tag {
  position: absolute;
  z-index: 3;
  right: max(54px, calc((100vw - var(--max)) / 2 + 24px));
  bottom: 124px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Allura, "Zapfino", cursive;
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.32;
  transform: rotate(-7deg);
  white-space: pre-line;
}

@media (min-height: 980px) {
  .hero-copy {
    transform: translateY(-5vh);
  }
}

@media (min-height: 1180px) {
  .hero-copy {
    transform: translateY(-8vh);
  }
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.about {
  padding: clamp(58px, 8vw, 92px) 0 38px;
}

.section-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.12em;
}

html[lang="en"] .section-copy h2 {
  letter-spacing: 0.03em;
}

.section-copy p {
  max-width: 880px;
  margin: 0;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 600;
  white-space: pre-line;
}

.mobile-break {
  display: none;
}

.spots {
  padding: 28px 0 42px;
}

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

.spot-card {
  position: relative;
  min-width: 0;
  padding: 20px;
  background: rgba(255, 248, 237, 0.85);
  border: 2px solid var(--line);
  border-radius: 0;
}

.spot-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding-right: 58px;
}

.spot-num {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.spot-head h3 {
  margin: 0 0 2px;
  font-size: clamp(24px, 2.25vw, 30px);
  line-height: 1.18;
}

html[lang="en"] .spot-card:nth-child(3) .spot-head {
  gap: 10px;
  padding-right: 42px;
}

html[lang="en"] .spot-card:nth-child(3) .spot-head h3 {
  width: 115%;
  font-size: clamp(24px, 2.25vw, 30px);
  line-height: 1.08;
  transform: scaleX(0.88);
  transform-origin: left center;
}

html[lang="en"] .spot-card:nth-child(3) .spot-head p {
  margin-top: 2px;
}

.spot-head p,
.spot-card > p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.spot-icon {
  position: absolute;
  top: 42px;
  right: 22px;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.spot-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}

.point {
  display: flex;
  gap: 9px;
  align-items: baseline;
  margin-top: 18px !important;
  white-space: normal;
}

.point span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

.point strong {
  min-width: 0;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.route,
.access {
  margin-bottom: 40px;
  position: relative;
  padding-top: 0;
}

.route {
  border: 0;
  background: transparent;
}

.access {
  padding-top: 32px;
  border: 2px solid var(--ink);
  background: rgba(255, 248, 237, 0.66);
}

.panel-title {
  position: absolute;
  top: -2px;
  left: -2px;
  display: inline-block;
  width: auto;
  min-width: 300px;
  padding: 10px 32px 11px 28px;
  color: #fff;
  background: var(--ink);
  clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
}

.route .panel-title {
  position: static;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-bottom: 16px;
  padding: 0;
  color: var(--ink);
  background: transparent;
  clip-path: none;
}

.route .panel-title::after {
  content: "";
  height: 1px;
  flex: 1;
  margin-left: 18px;
  background: rgba(0, 70, 91, 0.36);
}

.panel-title h2 {
  margin: 0;
  font-family: "SampleBodoni", Didot, "Bodoni 72", serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}

.route .panel-title h2 {
  font-size: 30px;
  letter-spacing: 0.18em;
}

.route-layout {
  position: relative;
  padding: 0 0 56px;
}

.map-wrap {
  position: relative;
  overflow: hidden;
  background: #f4ead8;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 22px 58px rgba(0, 70, 91, 0.16);
}

.map-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.map-overlay {
  --start-x: 18.63%;
  --start-y: 52.79%;
  --spot-01-x: 38.82%;
  --spot-01-y: 30.39%;
  --spot-03-x: 71.00%;
  --spot-03-y: 25.64%;
  --label-start-x: 13.04%;
  --label-start-y: 63.22%;
  --label-one-x: 47.65%;
  --label-one-y: 45.40%;
  --label-two-x: 53.28%;
  --label-two-y: 27.52%;
  --label-three-x: 77.38%;
  --label-three-y: 38.45%;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-edit .map-overlay {
  pointer-events: auto;
}

.map-edit [data-map-var-x] {
  cursor: grab;
  outline: 2px dashed rgba(233, 75, 108, 0.75);
  outline-offset: 3px;
  user-select: none;
}

.map-edit [data-map-var-x]:active {
  cursor: grabbing;
}

.map-edit .route-control,
.map-edit .leader-control {
  fill: #fff;
  stroke: var(--coral);
  stroke-width: 16;
  cursor: grab;
  pointer-events: auto;
}

.map-edit .route-control:active,
.map-edit .leader-control:active {
  cursor: grabbing;
}

.map-edit-panel {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: min(420px, calc(100vw - 32px));
  padding: 14px;
  color: var(--ink);
  background: rgba(255, 248, 237, 0.96);
  border: 1px solid var(--ink);
  box-shadow: 0 12px 30px rgba(0, 70, 91, 0.2);
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.map-edit-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.map-edit-panel textarea {
  width: 100%;
  height: 190px;
  padding: 8px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(0, 70, 91, 0.35);
  font: 12px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  resize: vertical;
}

.map-edit-panel button {
  min-height: 34px;
  margin-top: 8px;
  padding: 0 14px;
  color: #fff;
  background: var(--ink);
  border: 0;
  font: 700 13px/1 "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}

.route-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-path {
  fill: none;
  stroke: var(--coral);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-path {
  stroke-width: 38;
  stroke-dasharray: 2 48;
  animation: mapRouteFlow 12s linear infinite;
}

.map-leader {
  fill: var(--ink);
  opacity: 0.96;
  pointer-events: auto;
}

.map-node,
.map-pin,
.map-label {
  position: absolute;
  z-index: 2;
}

.map-node {
  width: 2.9%;
  aspect-ratio: 1;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 70, 91, 0.2);
  transform: translate(-50%, -50%);
  animation: mapNodePulse 3.8s ease-in-out infinite;
}

.map-node-start {
  left: var(--start-x);
  top: var(--start-y);
}

.map-pin {
  display: grid;
  place-items: center;
  width: 5.1%;
  aspect-ratio: 1;
  color: #fff;
  background: var(--coral);
  border-radius: 50%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(233, 75, 108, 0.18);
  transform: translate(-50%, -50%);
  animation: mapPinPulse 4.2s ease-in-out infinite;
}

.map-pin-03 {
  animation-delay: 0.7s;
}

.map-pin-01 {
  left: var(--spot-01-x);
  top: var(--spot-01-y);
}

.map-pin-03 {
  left: var(--spot-03-x);
  top: var(--spot-03-y);
}

.map-label {
  min-width: 12.4%;
  padding: 1.15% 1.45%;
  color: #fff;
  background: var(--ink);
  border-radius: 5px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: clamp(13px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  white-space: pre-line;
  box-shadow: 0 5px 12px rgba(0, 70, 91, 0.18);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.map-label:hover,
.map-label.is-map-active {
  transform: translate(-50%, -50%) scale(1.025);
  box-shadow: 0 10px 22px rgba(0, 70, 91, 0.24);
}

.map-label-one {
  animation-delay: 0.2s;
}

.map-label-two {
  animation-delay: 0.45s;
}

.map-label-three {
  animation-delay: 0.7s;
}

.map-label-start {
  left: var(--label-start-x);
  top: var(--label-start-y);
}

.map-label-one {
  left: var(--label-one-x);
  top: var(--label-one-y);
}

.map-label-two {
  left: var(--label-two-x);
  top: var(--label-two-y);
}

.map-label-three {
  left: var(--label-three-x);
  top: var(--label-three-y);
}

@keyframes mapRouteFlow {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -250;
  }
}

@keyframes mapPinPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 5px 12px rgba(233, 75, 108, 0.18);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.055);
    box-shadow: 0 9px 18px rgba(233, 75, 108, 0.28);
  }
}

@keyframes mapNodePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .route-path,
  .map-node,
  .map-pin {
    animation: none;
  }
}

.map-edit .route-path,
.map-edit .map-node,
.map-edit .map-pin,
.map-edit .map-label {
  animation: none;
}

.route-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: min(92%, 980px);
  margin: 0;
  background: var(--paper-2);
  border: 1px solid var(--ink);
  box-shadow: 0 16px 34px rgba(0, 70, 91, 0.16);
  transform: translateX(-50%);
}

.route-stats button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  text-align: left;
  padding: 16px 28px;
  background: transparent;
  border: 0;
  border-right: 1px dashed rgba(0, 70, 91, 0.55);
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  cursor: default;
}

.route-stats button:last-child {
  border-right: 0;
}

.route-stats img {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.route-stats span {
  font-weight: 700;
}

.route-stats strong {
  font-size: 20px;
  line-height: 1.25;
}

.note {
  margin: 0;
  padding: 14px 0 0;
  font-size: 15px;
}

.access-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  padding: 30px 34px 8px;
}

.access-list > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 25px;
  align-items: start;
  min-height: 0;
  padding: 20px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(218, 200, 166, 0.95);
  border-radius: 0;
}

.access-list img {
  grid-row: 1 / 3;
  width: 134px;
  height: 74px;
  margin-top: 3px;
  margin-left: 11px;
  object-fit: contain;
}

.access-list h3 {
  margin: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.35;
}

.access-list p {
  grid-column: 2;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  white-space: pre-line;
}

.column-box {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin: 18px 34px 30px;
  padding: 24px 28px;
  background: rgba(255, 248, 237, 0.82);
  border: 1px solid rgba(218, 200, 166, 0.95);
  border-radius: 4px;
}

.column-box img {
  width: 100%;
  max-height: 170px;
  object-fit: contain;
  align-self: center;
}

.column-label {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
}

.column-box h3 {
  margin: 0 0 8px;
  font-size: 25px;
}

.column-box p:last-child {
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 600;
  white-space: pre-line;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr auto auto;
  gap: 34px;
  align-items: end;
  width: min(var(--max), calc(100% - 40px));
  margin: 54px auto 0;
  padding: 30px 0 34px;
  color: var(--ink);
  border-top: 2px solid var(--ink);
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Sans", "Yu Gothic", sans-serif;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  margin-bottom: 4px !important;
  font-family: "SampleBodoni", Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.site-footer nav {
  display: flex;
  gap: 18px;
  font-size: 13px;
  font-weight: 600;
}

.site-footer a {
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--coral);
}

.footer-copy {
  font-size: 12px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .page-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-image,
  .hero-shade {
    position: absolute;
  }

  .hero-copy {
    min-height: 720px;
  }

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

  .route-stats button {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 10px;
    padding: 12px 16px;
  }

  .route-stats button:last-child {
    border-right: 0;
  }

  .access-list {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 58px;
    padding-inline: 12px;
  }

  .brand {
    font-size: 12px;
  }

  .lang-switch button {
    min-width: 38px;
    min-height: 30px;
    padding-inline: 8px;
  }

  .hero-image {
    object-position: center 48%;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(0, 43, 58, 0.9), rgba(0, 43, 58, 0.38));
  }

  .section {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    height: 720px;
  }

  .hero-copy {
    width: min(100% - 56px, var(--max));
    height: 100%;
    justify-content: flex-start;
    padding-block: 62px 0;
    transform: none;
  }

  .area {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.12em;
  }

  h1 {
    max-width: 100%;
    letter-spacing: 0.02em;
    margin-bottom: 22px;
  }

  h1 span {
    font-size: 40px;
  }

  h1 span:first-child {
    font-size: 66px;
  }

  .subtitle {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .intro {
    font-size: 14px;
    line-height: 2.05;
  }

  .hero-tag {
    right: 40px;
    bottom: 55px;
    max-width: 210px;
    font-size: 18px;
    line-height: 2.18;
  }

  .mobile-break {
    display: block;
  }

  .spot-card {
    padding: 18px;
  }

  .spot-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .spot-icon {
    display: none;
  }

  .panel-title {
    min-width: 260px;
  }

  .access-list {
    padding-inline: 16px;
  }

  .route-stats {
    width: calc(100% - 28px);
    bottom: 22px;
  }

  .route-stats button {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 7px;
    padding: 10px 9px;
  }

  .route-stats img {
    width: 26px;
    height: 26px;
  }

  .route-stats span {
    font-size: 12px;
  }

  .route-stats strong {
    font-size: 15px;
  }

  .map-pin {
    font-size: clamp(12px, 3.2vw, 18px);
  }

  .access-list > div {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 4px 25px;
  }

  .access-list h3 {
    grid-column: 2;
  }

  .access-list p {
    grid-column: 2;
  }

  .column-box {
    grid-template-columns: 1fr;
    margin-inline: 16px;
  }

}

body:not(.is-ready) .site-header,
body:not(.is-ready) .hero-copy > *,
body:not(.is-ready) .hero-tag {
  opacity: 0;
}

.is-ready .site-header {
  animation: revealDown 0.55s ease-out both;
}

.is-ready .hero-copy > *,
.is-ready .hero-tag {
  animation: revealUp 0.7s ease-out both;
}

.is-ready .hero-copy > *:nth-child(1) {
  animation-delay: 0.12s;
}

.is-ready .hero-copy > *:nth-child(2) {
  animation-delay: 0.22s;
}

.is-ready .hero-copy > *:nth-child(3) {
  animation-delay: 0.34s;
}

.is-ready .hero-copy > *:nth-child(4) {
  animation-delay: 0.46s;
}

.is-ready .hero-tag {
  animation: revealTag 0.7s ease-out both;
  animation-delay: 0.62s;
}

.reveal-item {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.route-stats.reveal-item {
  transform: translateX(-50%) translateY(26px);
}

.route-stats.reveal-item.is-visible {
  transform: translateX(-50%) translateY(0);
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealDown {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealTag {
  from {
    opacity: 0;
    transform: rotate(-7deg) translateY(24px);
  }

  to {
    opacity: 1;
    transform: rotate(-7deg) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.is-ready) .site-header,
  body:not(.is-ready) .hero-copy > *,
  body:not(.is-ready) .hero-tag,
  .reveal-item {
    opacity: 1;
    transform: none;
  }

  .is-ready .site-header,
  .is-ready .hero-copy > *,
  .is-ready .hero-tag {
    animation: none;
  }
}
