:root {
  --paper: #f2f6f1;
  --paper-deep: #e3ece7;
  --ink: #082b35;
  --ink-soft: #557078;
  --teal: #10b7ad;
  --teal-dark: #087d7c;
  --coral: #ed6d5b;
  --sun: #f1c665;
  --line: #c8d8d3;
  --white: #ffffff;
  --edge: clamp(20px, 5vw, 76px);
  --page: 1280px;
  --phone-shadow: 0 30px 68px rgba(8, 43, 53, 0.22);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

a,
button {
  -webkit-tap-highlight-color: transparent;
}

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

figure,
dl,
dd {
  margin: 0;
}

[id] {
  scroll-margin-top: 90px;
}

.page-shell {
  width: min(var(--page), calc(100% - (var(--edge) * 2)));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  border-radius: 6px;
  background: var(--sun);
  padding: 10px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

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

:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 4px;
}

.masthead {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 86px;
  gap: 36px;
  border-bottom: 1px solid rgba(8, 43, 53, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.brand-pin {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px 12px 12px 4px;
  background: var(--ink);
  color: var(--paper);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand-pin::after {
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.masthead-nav {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 52px);
}

.masthead-nav a,
.masthead-app,
.footer-links a {
  position: relative;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 750;
}

.masthead-nav a::after,
.masthead-app::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

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

.masthead-app {
  color: var(--ink);
  font-weight: 850;
}

.masthead-app span {
  margin-left: 7px;
  color: var(--teal-dark);
  font-size: 15px;
}

.locator {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.locator > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(237, 109, 91, 0.14);
}

.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 56px;
  border: 1px solid var(--teal);
  border-radius: 5px;
  background: var(--teal);
  padding: 0 23px;
  color: var(--white);
  box-shadow: 0 12px 28px rgba(16, 183, 173, 0.2);
  font-size: 13px;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.primary-action span {
  font-size: 17px;
  line-height: 1;
}

.primary-action:hover,
.primary-action:focus-visible {
  transform: translateY(-2px);
  background: var(--teal-dark);
  box-shadow: 0 16px 34px rgba(16, 183, 173, 0.26);
}

.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.quiet-link span {
  color: var(--teal-dark);
  font-size: 16px;
  transition: transform 180ms ease;
}

.quiet-link:hover span,
.quiet-link:focus-visible span {
  transform: translateY(3px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(430px, 0.94fr) minmax(500px, 1.06fr);
  align-items: center;
  min-height: min(840px, calc(100svh - 86px));
  gap: clamp(42px, 5vw, 78px);
  padding-top: 58px;
  padding-bottom: 92px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 670px;
  margin: 28px 0 27px;
  color: var(--ink);
  font-size: clamp(52px, 5.4vw, 76px);
  font-weight: 850;
  letter-spacing: -0.1em;
  line-height: 1.05;
}

.title-line {
  white-space: nowrap;
}

.hero h1 em {
  color: var(--teal-dark);
  font-style: normal;
}

.hero-lede {
  max-width: 460px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.95;
}

.hero-action {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 35px;
}

.hero-facts {
  display: flex;
  max-width: 520px;
  margin-top: 68px;
  border-top: 1px solid var(--line);
  padding-top: 17px;
}

.hero-facts div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  flex: 1;
  gap: 8px;
  min-width: 0;
}

.hero-facts div + div {
  border-left: 1px solid var(--line);
  padding-left: 17px;
}

.hero-facts dt {
  color: var(--coral);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
}

.hero-facts dd {
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.hero-map {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(8, 43, 53, 0.13);
  border-radius: 3px;
  background: var(--paper-deep);
  isolation: isolate;
}

.hero-map::before {
  position: absolute;
  inset: -23%;
  z-index: -1;
  transform: rotate(-9deg);
  background:
    radial-gradient(ellipse at 25% 26%, transparent 0 15%, rgba(8, 43, 53, 0.06) 15.2% 15.6%, transparent 15.8% 20%, rgba(8, 43, 53, 0.045) 20.2% 20.6%, transparent 20.8%),
    radial-gradient(ellipse at 72% 63%, transparent 0 12%, rgba(8, 43, 53, 0.06) 12.2% 12.6%, transparent 12.8% 17%, rgba(8, 43, 53, 0.045) 17.2% 17.6%, transparent 17.8%);
  content: "";
}

.map-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.56;
  background-image:
    linear-gradient(rgba(8, 43, 53, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 43, 53, 0.075) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(135deg, transparent 2%, #000 34%, #000 78%, transparent 100%);
}

.map-route {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-route-shadow,
.map-route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-route-shadow {
  stroke: rgba(255, 255, 255, 0.86);
  stroke-width: 11;
}

.map-route-line {
  stroke: var(--teal);
  stroke-width: 3;
  stroke-dasharray: 3 10;
}

.map-route circle {
  fill: var(--coral);
  stroke: var(--paper-deep);
  stroke-width: 5;
}

.coordinate,
.map-index {
  position: absolute;
  z-index: 2;
  color: rgba(8, 43, 53, 0.5);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.coordinate-top {
  top: 24px;
  left: 27px;
}

.coordinate-bottom {
  right: 27px;
  bottom: 24px;
}

.map-index {
  right: 24px;
  top: 24px;
  margin: 0;
  writing-mode: vertical-rl;
}

.hero-device,
.screen-device {
  overflow: hidden;
  aspect-ratio: 390 / 844;
  border: 7px solid var(--ink);
  border-radius: 31px;
  background: var(--ink);
  box-shadow: var(--phone-shadow);
}

.hero-device::before,
.screen-device::before {
  position: absolute;
  z-index: 2;
  top: 4px;
  left: 50%;
  width: 37%;
  height: 13px;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  background: var(--ink);
  content: "";
}

.hero-device img,
.screen-device img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-device {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 52%;
  width: min(42%, 284px);
  transform: translate(-50%, -50%) rotate(-2.5deg);
}

.map-note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(8, 43, 53, 0.13);
  background: rgba(255, 255, 255, 0.93);
  padding: 11px 13px 11px 11px;
  box-shadow: 0 16px 34px rgba(8, 43, 53, 0.12);
  backdrop-filter: blur(8px);
}

.map-note-place {
  top: 23%;
  left: 6%;
}

.map-note-people {
  right: 5%;
  bottom: 22%;
}

.map-note p {
  margin: 0;
}

.map-note strong,
.map-note small {
  display: block;
}

.map-note strong {
  color: var(--ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.map-note small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 650;
}

.note-symbol {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
  background: var(--coral);
}

.note-symbol::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.people-dots {
  position: relative;
  display: block;
  width: 35px;
  height: 29px;
}

.people-dots i {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--teal);
}

.people-dots i:last-child {
  top: 4px;
  left: 11px;
  background: var(--sun);
}

.experience {
  padding-top: 154px;
  padding-bottom: 180px;
}

.section-intro,
.difference-head {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.62fr);
  align-items: end;
  column-gap: clamp(56px, 10vw, 160px);
}

.section-intro .locator,
.difference-head .locator {
  grid-column: 1;
  margin-bottom: 25px;
}

.section-intro h2,
.difference-head h2,
.closing h2 {
  grid-column: 1;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 7vw, 90px);
  font-weight: 850;
  letter-spacing: -0.1em;
  line-height: 1.03;
}

.section-intro h2 em,
.difference-head h2 em,
.closing h2 em {
  color: var(--teal-dark);
  font-style: normal;
}

.section-intro > p:last-child,
.difference-head > p:last-child {
  grid-column: 2;
  grid-row: 2;
  max-width: 390px;
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.95;
}

.journey-map {
  position: relative;
  min-height: 970px;
  margin-top: 96px;
}

.journey-route {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: calc(100% + 60px);
  height: 720px;
  transform: translateX(-50%);
  overflow: visible;
}

.journey-route-base,
.journey-route-dash {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-route-base {
  stroke: var(--white);
  stroke-width: 15;
}

.journey-route-dash {
  stroke: var(--teal);
  stroke-width: 3;
  stroke-dasharray: 2 11;
}

.journey-route circle {
  fill: var(--coral);
  stroke: var(--paper);
  stroke-width: 7;
}

.journey-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 74px);
}

.journey-stop {
  min-width: 0;
}

.journey-stop-decide {
  margin-top: 280px;
}

.journey-stop-keep {
  margin-top: 34px;
}

.screen-device {
  position: relative;
  width: min(100%, 236px);
  margin-inline: auto;
  transform: rotate(-1.5deg);
}

.journey-stop-decide .screen-device {
  transform: rotate(2deg);
}

.journey-stop-keep .screen-device {
  transform: rotate(-2deg);
}

.stop-copy {
  position: relative;
  max-width: 330px;
  margin: 28px auto 0;
  padding-left: 49px;
}

.stop-number {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
  font-weight: 800;
}

.stop-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(23px, 2.5vw, 33px);
  font-weight: 850;
  letter-spacing: -0.075em;
  line-height: 1.25;
}

.stop-copy p {
  margin: 17px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.85;
}

.difference {
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding-top: 148px;
  padding-bottom: 154px;
}

.locator-light {
  color: #88d8d4;
}

.difference-head h2 {
  color: var(--white);
}

.difference-head h2 em {
  color: #8cddd7;
}

.difference-head > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.map-roles {
  margin-top: 92px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.role-label,
.role-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.role-label {
  background: rgba(255, 255, 255, 0.045);
}

.role-label span {
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.role-label span:last-child {
  color: #8cddd7;
}

.role-label span + span,
.role-row span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.role-row {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.role-row > span {
  display: grid;
  grid-template-columns: minmax(72px, 0.25fr) 1fr;
  align-items: baseline;
  gap: 24px;
  padding: 25px 24px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.role-row b {
  color: var(--white);
  font-size: 16px;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.role-row > span:last-child b {
  color: #8cddd7;
}

.handoff {
  display: grid;
  grid-template-columns: minmax(420px, 1.08fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
  margin-top: 112px;
}

.handoff-screen {
  position: relative;
  transform: rotate(-1.5deg);
  background: var(--paper);
  padding: 9px;
  box-shadow: 0 33px 80px rgba(0, 0, 0, 0.26);
}

.handoff-screen::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  border-radius: 3px;
  background: var(--ink);
  padding: 8px 10px;
  color: var(--white);
  content: "ROUTE HANDOFF";
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.handoff-route {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 25px;
  color: #8cddd7;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.handoff-route i {
  color: var(--coral);
  font-family: inherit;
  font-size: 17px;
  font-style: normal;
}

.handoff-copy h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 850;
  letter-spacing: -0.085em;
  line-height: 1.12;
}

.handoff-copy > p:last-child {
  max-width: 430px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.95;
}

.closing {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
}

.closing-route {
  position: absolute;
  inset: 50% -12% auto;
  height: 310px;
  transform: translateY(-50%);
}

.closing-route svg {
  width: 100%;
  height: 100%;
}

.closing-route path {
  fill: none;
  stroke: rgba(16, 183, 173, 0.58);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 2 13;
}

.closing-pin {
  position: absolute;
  top: 51%;
  right: 14%;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  transform: translateY(-50%) rotate(-45deg);
  border-radius: 50% 50% 50% 12px;
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 22px 42px rgba(237, 109, 91, 0.26);
  font-size: 26px;
  font-weight: 900;
}

.closing-pin::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  content: "";
}

.closing-pin {
  text-indent: 3px;
}

.closing-pin i {
  position: relative;
  z-index: 1;
  display: block;
  transform: rotate(45deg);
  font-style: normal;
}

.closing-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 110px 0;
}

.closing h2 {
  margin-top: 27px;
  font-size: clamp(47px, 6.6vw, 84px);
}

.closing-copy > p:not(.locator) {
  max-width: 450px;
  margin: 28px 0 32px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
}

.footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 22px 40px;
  border-top: 1px solid var(--line);
  padding-top: 36px;
  padding-bottom: 38px;
}

.footer-brand p {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-reference,
.footer small {
  margin: 0;
  color: rgba(8, 43, 53, 0.48);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.6;
}

.footer-reference a {
  border-bottom: 1px solid currentColor;
}

.footer small {
  text-align: right;
}

.landing-js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1), transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.landing-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.landing-js .journey-map:has(.is-visible) .journey-route-dash {
  animation: travel-route 22s linear infinite;
}

@keyframes travel-route {
  to {
    stroke-dashoffset: -260;
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(390px, 0.92fr) minmax(430px, 1.08fr);
    gap: 46px;
  }

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

  .hero-map {
    min-height: 600px;
  }

  .hero-device {
    width: min(45%, 260px);
  }

  .journey-grid {
    gap: 30px;
  }

  .screen-device {
    width: min(100%, 210px);
  }

  .stop-copy {
    padding-left: 43px;
  }

  .stop-copy h3 {
    font-size: 27px;
  }
}

@media (max-width: 980px) {
  .masthead {
    min-height: 76px;
  }

  .masthead-nav {
    display: none;
  }

  .masthead-app {
    grid-column: 3;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 58px;
    padding-top: 72px;
    padding-bottom: 110px;
  }

  .hero-copy {
    max-width: 650px;
  }

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

  .hero-map {
    width: 100%;
    min-height: 680px;
  }

  .hero-device {
    width: min(40%, 276px);
  }

  .experience {
    padding-top: 115px;
    padding-bottom: 130px;
  }

  .section-intro,
  .difference-head {
    grid-template-columns: 1fr;
  }

  .section-intro h2,
  .difference-head h2 {
    font-size: clamp(50px, 11vw, 78px);
  }

  .section-intro > p:last-child,
  .difference-head > p:last-child {
    grid-column: 1;
    grid-row: auto;
    max-width: 510px;
    margin-top: 30px;
  }

  .journey-map {
    min-height: auto;
    margin-top: 85px;
  }

  .journey-route {
    display: none;
  }

  .journey-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .journey-stop,
  .journey-stop-decide,
  .journey-stop-keep {
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(280px, 1fr);
    align-items: center;
    gap: clamp(38px, 8vw, 78px);
    margin-top: 0;
  }

  .journey-stop-decide .screen-device {
    grid-column: 2;
    grid-row: 1;
  }

  .journey-stop-decide .stop-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .screen-device {
    width: min(100%, 230px);
  }

  .stop-copy {
    max-width: 390px;
    margin: 0;
    border-left: 2px dotted var(--teal);
    padding: 12px 0 14px 55px;
  }

  .stop-number {
    top: 11px;
    left: -18px;
    box-shadow: 0 0 0 7px var(--paper);
  }

  .stop-copy h3 {
    font-size: clamp(28px, 5vw, 40px);
  }

  .difference {
    padding-top: 118px;
    padding-bottom: 124px;
  }

  .map-roles {
    margin-top: 70px;
  }

  .role-row > span {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .handoff {
    grid-template-columns: 1fr;
    gap: 65px;
    margin-top: 90px;
  }

  .handoff-screen {
    width: min(100%, 680px);
  }

  .handoff-copy {
    max-width: 600px;
  }

  .closing {
    min-height: 700px;
  }

  .closing-pin {
    right: 7%;
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 600px) {
  :root {
    --edge: 20px;
  }

  [id] {
    scroll-margin-top: 72px;
  }

  .masthead {
    min-height: 70px;
    gap: 14px;
  }

  .brand {
    font-size: 15px;
  }

  .brand-pin {
    width: 31px;
    height: 31px;
    border-radius: 11px 11px 11px 4px;
    font-size: 15px;
  }

  .masthead-app {
    font-size: 11px;
  }

  .hero {
    gap: 48px;
    padding-top: 57px;
    padding-bottom: 92px;
  }

  .hero h1 {
    margin-top: 23px;
    font-size: clamp(39px, 11.2vw, 53px);
    line-height: 1.08;
  }

  .hero-lede {
    font-size: 14px;
    line-height: 1.85;
  }

  .hero-action {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
  }

  .hero-facts {
    margin-top: 52px;
  }

  .hero-facts div {
    display: block;
    padding-right: 8px;
  }

  .hero-facts div + div {
    padding-left: 11px;
  }

  .hero-facts dt {
    margin-bottom: 4px;
  }

  .hero-facts dd {
    font-size: 10px;
    white-space: normal;
  }

  .hero-map {
    min-height: 525px;
  }

  .hero-device {
    left: 50%;
    width: min(52%, 230px);
  }

  .map-note {
    gap: 8px;
    padding: 9px;
  }

  .map-note-place {
    top: 17%;
    left: 3%;
  }

  .map-note-people {
    right: 3%;
    bottom: 15%;
  }

  .map-note strong {
    font-size: 9px;
  }

  .map-note small {
    font-size: 8px;
  }

  .note-symbol {
    width: 24px;
    height: 24px;
  }

  .note-symbol::after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
  }

  .people-dots {
    width: 31px;
    height: 25px;
  }

  .people-dots i {
    width: 23px;
    height: 23px;
  }

  .coordinate,
  .map-index {
    font-size: 7px;
  }

  .experience {
    padding-top: 92px;
    padding-bottom: 110px;
  }

  .section-intro .locator,
  .difference-head .locator {
    margin-bottom: 21px;
  }

  .section-intro h2,
  .difference-head h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .section-intro > p:last-child,
  .difference-head > p:last-child {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.85;
  }

  .journey-map {
    margin-top: 70px;
  }

  .journey-grid {
    gap: 88px;
  }

  .journey-stop,
  .journey-stop-decide,
  .journey-stop-keep {
    display: flex;
    flex-direction: column;
    gap: 31px;
  }

  .journey-stop-decide .screen-device,
  .journey-stop-decide .stop-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .screen-device {
    width: min(72%, 226px);
  }

  .stop-copy {
    width: 100%;
    max-width: 430px;
    margin: 0;
    padding-left: 50px;
  }

  .stop-copy h3 {
    font-size: 29px;
  }

  .stop-copy p {
    font-size: 12px;
  }

  .difference {
    padding-top: 94px;
    padding-bottom: 101px;
  }

  .map-roles {
    margin-top: 56px;
  }

  .role-label span {
    padding: 14px 11px;
    font-size: 8px;
  }

  .role-row > span {
    padding: 17px 11px;
    font-size: 10px;
    line-height: 1.6;
  }

  .role-row b {
    font-size: 14px;
  }

  .handoff {
    gap: 49px;
    margin-top: 72px;
  }

  .handoff-screen {
    padding: 6px;
  }

  .handoff-screen::after {
    right: 12px;
    bottom: 11px;
    padding: 6px 7px;
    font-size: 6px;
  }

  .handoff-copy h3 {
    font-size: 39px;
  }

  .handoff-copy > p:last-child {
    font-size: 12px;
  }

  .closing {
    min-height: 650px;
  }

  .closing-route {
    inset-inline: -47%;
  }

  .closing-pin {
    top: 20%;
    right: 8%;
    width: 58px;
    height: 58px;
    font-size: 21px;
  }

  .closing-copy {
    padding: 105px 0 80px;
  }

  .closing h2 {
    font-size: clamp(42px, 12.5vw, 59px);
    line-height: 1.08;
  }

  .closing-copy > p:not(.locator) {
    max-width: 330px;
    font-size: 13px;
  }

  .footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .footer-links {
    gap: 24px;
  }

  .footer-reference {
    max-width: 310px;
  }

  .footer small {
    text-align: left;
  }
}

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

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