:root {
  --paper: #ffffff;
  --paper-warm: #fbfaf6;
  --ink: #102a4d;
  --ink-soft: #35506d;
  --coral: #f35d48;
  --coral-deep: #d94a3a;
  --sun: #f7bf3b;
  --green: #4b8d76;
  --green-soft: #e5f0ea;
  --line: #c4c9c6;
  --line-dark: #8c9ca1;
  --shadow: rgba(16, 42, 77, 0.08);
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", sans-serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  content: "";
  background-image: radial-gradient(rgba(16, 42, 77, 0.14) 0.55px, transparent 0.55px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 20;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.7rem;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding: 24px 0 18px;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: var(--coral);
  font-family: var(--display);
  font-size: 1.13rem;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.brand-mark span {
  color: var(--ink);
  font-size: 0.7em;
}

.brand-name {
  color: var(--ink-soft);
}

.top-date {
  color: var(--ink-soft);
}

.site-frame {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 70px;
}

.desktop-rail {
  position: sticky;
  top: 26px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 8px;
}

.rail-item {
  position: relative;
  display: flex;
  min-height: 165px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 10px 24px 16px;
  border-right: 1px dashed var(--line);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.rail-item:first-child {
  min-height: 350px;
}

.rail-item:hover,
.rail-item.is-current {
  color: var(--coral);
  border-right-color: var(--coral);
}

.rail-number {
  font-family: var(--display);
  font-size: 2.2rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.rail-label {
  max-width: 72px;
  margin-top: 21px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.rail-item:hover .rail-label,
.rail-item.is-current .rail-label {
  color: var(--coral);
}

.rail-arrow {
  margin-top: 13px;
  font-family: var(--body);
  font-size: 1.15rem;
}

.rail-coordinate {
  margin-top: auto;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.52rem;
  line-height: 1.6;
}

.rail-compass,
.rail-heart,
.rail-clapper,
.rail-route {
  margin-top: auto;
  color: var(--ink);
  font-size: 2.2rem;
  line-height: 0.8;
}

.rail-route {
  color: var(--coral);
  font-family: var(--display);
  font-size: 2.6rem;
  transform: rotate(-10deg);
}

.rail-heart {
  color: var(--coral);
  font-size: 2.5rem;
}

.rail-clapper {
  font-size: 2.4rem;
  transform: rotate(-18deg);
}

.content-column {
  min-width: 0;
}

.ticket {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  background-color: var(--paper-warm);
  box-shadow: 0 10px 30px var(--shadow);
}

.ticket::before,
.ticket::after {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 17px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  content: "";
  transform: translateY(-50%);
}

.ticket::before {
  left: -10px;
}

.ticket::after {
  right: -10px;
}

.ticket-notch {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
}

.ticket-notch-left {
  top: -18px;
  left: 18%;
}

.ticket-notch-right {
  right: 18%;
  bottom: -18px;
}

.mobile-section-index {
  display: none;
}

.hero-ticket {
  display: grid;
  min-height: 520px;
  grid-template-columns: 1fr 1fr;
  padding: 68px 68px 54px;
  background: var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  max-width: 430px;
}

.hero-kicker {
  margin: 0 0 24px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 25px;
  color: var(--ink);
  font-size: clamp(4.7rem, 8.5vw, 8rem);
  line-height: 0.78;
}

h1 span {
  color: var(--coral);
}

.trajectory-line {
  margin: -8px 0 19px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.date-line {
  margin-bottom: 20px;
  font-family: var(--mono);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.date-line span {
  color: var(--coral);
}

.hero-description {
  max-width: 370px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.55;
}

.primary-button,
.accept-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-width: 255px;
  padding: 17px 20px;
  border: 1px solid var(--coral);
  color: var(--paper);
  background: var(--coral);
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  border-color: var(--coral-deep);
  background: var(--coral-deep);
  transform: translateY(-2px);
}

.primary-button > span:last-child {
  font-family: var(--body);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 0.7;
}

.hero-art-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 370px;
}

.hero-art {
  position: relative;
  z-index: 1;
  width: min(100%, 465px);
  mix-blend-mode: multiply;
  filter: saturate(0.94) contrast(0.98);
}

.sun-mark {
  position: absolute;
  z-index: 0;
  top: 15px;
  right: 8%;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: var(--sun);
  opacity: 0.94;
}

.sea-lines {
  position: absolute;
  z-index: 2;
  top: 29px;
  right: 1%;
  display: grid;
  gap: 6px;
  width: 65px;
}

.sea-lines i {
  display: block;
  height: 5px;
  border-top: 1.5px solid var(--ink);
  border-radius: 50%;
  transform: skewX(-20deg);
}

.hero-route {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 26px;
  width: 160px;
  color: var(--ink);
}

.route-ticket {
  min-height: 575px;
  background: var(--paper);
}

.route-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 32px;
}

.route-copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.route-copy > .field-note-label {
  margin-bottom: 16px;
}

.route-copy h2 {
  margin-bottom: 22px;
}

.route-intro {
  max-width: 350px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.55;
}

.route-timeline {
  max-width: 360px;
  margin: 28px 0 17px;
  padding: 15px 0 16px;
  border-top: 1px dashed var(--line-dark);
  border-bottom: 1px dashed var(--line-dark);
}

.route-timeline-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.route-timeline-head .field-note-label {
  margin: 0;
  color: var(--green);
}

.route-timeline-head strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.route-timeline-track {
  position: relative;
  height: 12px;
  margin: 17px 0 9px;
}

.route-timeline-base,
.route-timeline-progress {
  position: absolute;
  top: 5px;
  left: 0;
  height: 2px;
}

.route-timeline-base {
  width: 100%;
  background: var(--line-dark);
  opacity: 0.45;
}

.route-timeline-progress {
  width: 0;
  background: var(--coral);
  transition: width 80ms linear;
}

.route-timeline-dot {
  position: absolute;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--paper);
  transform: translateX(-50%);
}

.route-timeline-dot-2019 {
  left: 0;
}

.route-timeline-dot-2020 {
  left: 18%;
}

.route-timeline-dot-paris {
  left: 58%;
}

.route-timeline-dot-barcelona {
  left: 78%;
  border-color: var(--coral);
  background: var(--coral);
}

.route-timeline-dot-future {
  left: 92%;
  border-color: var(--green);
  background: var(--green);
}

.route-timeline-years {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.03em;
}

.route-timeline-years span:nth-child(4) {
  color: var(--coral);
  font-weight: 700;
}

.route-timeline-years span:last-child {
  color: var(--green);
  font-weight: 700;
}

.route-phase {
  min-height: 2.8em;
  margin: 13px 0 0;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.64rem;
  line-height: 1.45;
}

.route-future-caption {
  max-width: 360px;
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.6rem;
  line-height: 1.5;
}

.route-future-caption .field-note-label {
  display: inline-block;
  margin: 0 8px 0 0;
  color: var(--green);
}

.route-replay {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 170px;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.route-replay:hover,
.route-replay:focus-visible {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}

.route-replay > span:last-child {
  font-family: var(--body);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 0.7;
}

.route-status {
  max-width: 260px;
  min-height: 1.35em;
  margin: 9px 0 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.58rem;
  line-height: 1.45;
}

.route-map-visual {
  position: relative;
  min-width: 0;
  min-height: 425px;
  padding: 3px 0 0 24px;
  border-left: 1px dashed var(--line-dark);
}

.route-map-caption,
.route-map-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-map-caption {
  margin-bottom: 5px;
}

.route-map-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.map-basemap {
  opacity: 0.83;
  mix-blend-mode: multiply;
}

.map-coordinates path {
  fill: none;
  stroke: var(--line);
  stroke-dasharray: 2 12;
  stroke-opacity: 0.35;
  stroke-width: 1;
}

.route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: var(--route-length, 1000);
  stroke-dashoffset: var(--route-length, 1000);
}

.route-history-alfonso,
.route-meeting-alfonso,
.route-transition-alfonso,
.route-current-alfonso,
.route-current-alfonso-return {
  stroke: var(--coral);
}

.route-history-alfonso {
  stroke-width: 2.8;
}

.route-current-alfonso,
.route-current-alfonso-return {
  stroke-width: 2.2;
}

.route-meeting-alfonso {
  stroke-width: 2.6;
}

.route-transition-alfonso {
  stroke-width: 2;
  stroke-dasharray: 4 7;
  opacity: 0.78;
}

.route-history-rossana,
.route-transition-rossana,
.route-current-rossana,
.route-future-rossana,
.route-future-alfonso {
  stroke: var(--green);
}

.route-history-rossana {
  stroke-width: 2.8;
}

.route-transition-rossana {
  stroke-width: 2;
  stroke-dasharray: 4 7;
  opacity: 0.78;
}

.route-current-rossana {
  stroke-width: 2.2;
}

.route-future {
  stroke-dasharray: 7 9;
  stroke-width: 2;
  opacity: 0;
}

.route-future.is-drawn {
  opacity: 0.72;
}

.route-traveller {
  opacity: 0;
  stroke: var(--paper);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.route-map-visual.is-animated .route-traveller {
  filter: drop-shadow(0 0 3px rgba(20, 42, 75, 0.22));
}

.route-node > circle:first-child {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.route-node-ring {
  fill: none;
  stroke: var(--line-dark);
  stroke-dasharray: 2 4;
  stroke-width: 1;
  opacity: 0.75;
  vector-effect: non-scaling-stroke;
}

.route-node-ring-highlight {
  stroke: var(--coral);
  stroke-width: 1.2;
  opacity: 0.9;
  animation: route-node-pulse 2.6s ease-in-out infinite;
}

.route-node text {
  fill: var(--ink);
  font-family: var(--mono);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.route-node .route-node-note {
  fill: var(--ink-soft);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.map-compass text {
  fill: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
}

.map-compass path {
  fill: var(--coral);
  stroke: var(--ink);
  stroke-width: 1;
}

.route-map-legend {
  justify-content: flex-end;
  margin-top: -1px;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
}

.route-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.legend-dot-alfonso {
  background: var(--coral);
}

.legend-dot-rossana {
  background: var(--green);
}

.legend-dot-future {
  border: 1px dashed var(--green);
  background: transparent;
}

.route-map-source {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.48rem;
  letter-spacing: 0.02em;
  text-align: right;
}

.route-stamp {
  position: absolute;
  right: 28px;
  bottom: 13px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  transform: rotate(-8deg);
}

@keyframes route-node-pulse {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

.agreement-ticket,
.route-ticket,
.quests-ticket,
.maybe-ticket,
.checkin-ticket {
  padding: 52px 68px 44px;
}

.section-body {
  position: relative;
  z-index: 1;
}

h2 {
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(2.5rem, 4.4vw, 4.65rem);
  line-height: 0.82;
}

h2 span {
  color: var(--coral);
}

.agreement-details summary {
  list-style: none;
  cursor: pointer;
}

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

.agreement-details summary h2 {
  display: inline-block;
  margin: 0;
}

.details-cue {
  display: none;
}

.agreement-content {
  margin-top: 32px;
}

.agreement-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 44px;
  max-width: 760px;
  padding: 14px 0 22px;
  border-top: 1px dashed var(--line-dark);
  border-bottom: 1px dashed var(--line-dark);
}

.life-conditions {
  display: grid;
  grid-template-columns: minmax(125px, 0.45fr) minmax(0, 1.55fr);
  gap: 18px 26px;
  max-width: 760px;
  margin-top: 24px;
  padding: 16px 18px 18px;
  border: 1px solid rgba(196, 201, 198, 0.95);
  border-left: 5px solid var(--sun);
  background: #fffaf0;
}

.life-conditions-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.life-conditions-label .field-note-label {
  margin: 0;
}

.life-conditions-label > span {
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.85;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.condition-pet-art {
  display: block;
  width: 112px;
  height: 96px;
  margin: 12px 0 -5px -8px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(-5deg);
}

.life-conditions-copy h3 {
  margin: 0 0 11px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.86;
  text-transform: uppercase;
}

.life-conditions-copy p {
  max-width: 560px;
  margin: 0 0 9px;
  color: var(--ink-soft);
  font-size: 0.73rem;
  line-height: 1.5;
}

.life-conditions-copy .life-conditions-lead {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 700;
}

.life-conditions-copy .life-conditions-forecast {
  margin-bottom: 0;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
}

.agreement-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.agreement-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.4;
}

.check-mark {
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 800;
}

.agreement-note {
  max-width: 640px;
  margin: 20px 0 22px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.66rem;
  line-height: 1.6;
}

.accept-button {
  width: min(100%, 590px);
  border-color: var(--green);
  background: var(--green);
  cursor: pointer;
}

.accept-button:hover,
.accept-button:focus-visible {
  border-color: #3d7864;
  background: #3d7864;
  transform: translateY(-2px);
}

.accept-button.is-accepted {
  border-color: var(--ink);
  background: var(--ink);
}

.button-icon {
  font-family: var(--body);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 0.7;
}

.button-caption {
  margin: 12px 0 0;
  padding-left: 7px;
  font-family: var(--mono);
  font-size: 0.61rem;
  text-align: center;
}

.location-pin {
  position: absolute;
  top: 48px;
  right: 30px;
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
}

.section-route {
  position: absolute;
  z-index: 0;
  color: var(--ink);
  pointer-events: none;
}

.section-route-agreement {
  top: 28px;
  right: 15px;
  width: 90px;
  height: 230px;
}

.section-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.section-heading-row p {
  margin: -2px 0 28px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.67rem;
  line-height: 1.6;
}

.wave-mark {
  padding: 4px 12px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 2.8rem;
  line-height: 0.6;
  transform: rotate(-11deg);
}

.quest-visuals {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 128px;
  max-width: 840px;
  margin: -1px 0 15px;
  overflow: visible;
}

.quest-spots-art {
  display: block;
  width: calc(100% - 145px);
  height: 118px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.quest-evolution-art {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 0;
  width: 158px;
  height: 158px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(4deg);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 840px;
}

.activity-card {
  position: relative;
  display: grid;
  min-height: 82px;
  grid-template-columns: 36px 1fr 18px;
  align-items: center;
  gap: 10px;
  padding: 14px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.activity-card:hover,
.activity-card:focus-visible {
  border-color: var(--green);
  background: rgba(229, 240, 234, 0.45);
  transform: translateY(-2px);
}

.activity-card.is-selected {
  border-color: var(--green);
  background: var(--green-soft);
}

.activity-symbol {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  color: var(--ink);
}

.activity-symbol svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.activity-name {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.28;
  text-transform: uppercase;
}

.activity-check {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: transparent;
  font-size: 0.62rem;
  font-weight: 800;
}

.activity-card.is-selected .activity-check {
  border-color: var(--green);
  color: var(--paper);
  background: var(--green);
}

.selection-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  max-width: 840px;
  margin-top: 24px;
}

.idea-note {
  max-width: 840px;
  margin-top: 30px;
  padding: 15px 16px 13px;
  border: 1px solid var(--line-dark);
  border-left: 5px solid var(--coral);
  background: #fffaf0;
}

.idea-note-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.idea-note-heading .field-note-label {
  margin: 0;
}

.idea-note-heading > span {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.52rem;
  letter-spacing: 0.05em;
}

#custom-idea {
  display: block;
  width: 100%;
  min-height: 78px;
  margin-top: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(140, 156, 161, 0.8);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  font-family: var(--body);
  font-size: 0.78rem;
  line-height: 1.45;
  resize: vertical;
}

#custom-idea:focus {
  outline: 3px solid rgba(247, 191, 59, 0.55);
  outline-offset: 2px;
  border-color: var(--ink);
}

#custom-idea::placeholder {
  color: var(--ink-soft);
  opacity: 0.8;
}

.idea-note-help {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.52rem;
}

.selection-note {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.1;
  transform: rotate(-3deg);
}

.selection-note em {
  color: var(--coral);
}

.selection-summary {
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  text-align: right;
}

.selection-result {
  display: grid;
  justify-items: end;
  gap: 10px;
  min-width: 230px;
}

.copy-shortlist {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 9px 11px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  font-family: var(--mono);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.copy-shortlist:hover,
.copy-shortlist:focus-visible {
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-2px);
}

.copy-shortlist > span:last-child {
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.7;
}

.copy-status {
  min-height: 1.3em;
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.55rem;
  text-align: right;
}

.field-notes {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-top: 46px;
  border-top: 1px dashed var(--line-dark);
}

.field-notes summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0 14px;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  list-style: none;
  text-transform: uppercase;
}

.field-notes summary::-webkit-details-marker {
  display: none;
}

.field-notes summary:hover {
  color: var(--coral);
}

.drawer-cue {
  color: var(--coral);
  font-family: var(--body);
  font-size: 1.45rem;
  line-height: 0.7;
  transition: transform 180ms ease;
}

.field-notes[open] .drawer-cue {
  transform: rotate(180deg);
}

.field-notes-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  padding: 6px 0 20px;
}

.field-note {
  min-height: 0;
  padding: 18px 0 23px;
  border-top: 1px dashed var(--line);
}

.field-note:nth-child(-n + 2) {
  border-top: 0;
}

.field-note-image {
  display: block;
  width: 100%;
  height: 142px;
  margin: 0 0 15px;
  padding: 5px;
  border: 1px solid rgba(140, 156, 161, 0.6);
  background: var(--paper);
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.field-note-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin: 14px 0 0;
  padding: 10px 0 0 16px;
  border-top: 1px dashed var(--line);
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.57rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.field-note-list li::marker {
  color: var(--coral);
}

.field-note-wide {
  min-height: 0;
}

.field-note-label {
  margin: 0 0 13px;
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.field-note h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.85;
  text-transform: uppercase;
}

.field-note > p {
  max-width: 290px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.7rem;
  line-height: 1.5;
}

.field-note > p + p {
  margin-top: 12px;
}

.field-note em {
  color: var(--coral);
  font-family: var(--mono);
  font-size: 0.88em;
}

.field-note strong {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.9em;
}

.trajectory-note,
.moon-note {
  color: var(--coral) !important;
  font-family: var(--mono);
  font-size: 0.62rem !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.moon-note span {
  color: var(--sun);
  font-family: var(--body);
  font-size: 1.2rem;
  vertical-align: -0.12em;
}

.filler-note {
  color: var(--ink) !important;
  font-family: var(--mono);
  font-size: 0.59rem !important;
}

.animal-pair,
.evolution-pair {
  display: flex;
  align-items: end;
  gap: 24px;
}

.animal-stamp {
  display: inline-grid;
  justify-items: center;
  gap: 5px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
}

.animal-stamp svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.evolution-stamp {
  display: grid;
  grid-template-columns: 31px auto;
  align-items: center;
  column-gap: 8px;
  color: var(--ink);
}

.evolution-stamp i {
  display: grid;
  grid-row: span 2;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  font-family: var(--body);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1;
}

.umbreon-stamp i {
  color: var(--sun);
  background: var(--ink);
}

.espeon-stamp i {
  color: var(--paper);
  background: #785a96;
}

.evolution-stamp strong,
.evolution-stamp small {
  font-family: var(--mono);
  text-transform: uppercase;
}

.evolution-stamp strong {
  font-size: 0.56rem;
  line-height: 1.2;
}

.evolution-stamp small {
  color: var(--ink-soft);
  font-size: 0.47rem;
  line-height: 1.3;
}

.section-route-quests {
  right: 26px;
  bottom: 8px;
  width: 205px;
}

.maybe-ticket {
  min-height: 250px;
  background: #f8f5ed;
}

.maybe-body {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 28px;
}

.maybe-copy {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.maybe-copy h2 {
  margin-bottom: 24px;
}

.maybe-copy > p:first-of-type {
  margin-bottom: 20px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.maybe-emphasis {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.5;
}

.maybe-emphasis strong {
  color: var(--ink);
}

.maybe-art-wrap {
  position: relative;
  align-self: stretch;
  min-height: 280px;
}

.frieren-coffee-art {
  position: absolute;
  z-index: 2;
  top: -24px;
  right: 1%;
  width: 295px;
  height: 330px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: rotate(3deg);
}

.section-route-maybe {
  right: 10px;
  bottom: 6px;
  width: 165px;
}

.checkin-ticket {
  min-height: 280px;
  background: var(--paper);
}

.checkin-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.6fr);
  align-items: center;
  gap: 46px;
}

.checkin-copy h2 {
  margin-bottom: 17px;
}

.checkin-copy p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.55;
}

.checkin-panel {
  align-self: stretch;
  padding: 14px 0 0;
}

.checkin-panel .field-note-label {
  margin: 0 0 13px;
}

.excitement-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.excitement-option {
  position: relative;
  display: grid;
  min-height: 105px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.excitement-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.excitement-option > span {
  font-family: var(--display);
  font-size: 3.35rem;
  font-weight: 800;
  line-height: 0.8;
}

.excitement-option:hover,
.excitement-option:focus-within,
.excitement-option.is-selected {
  border-color: var(--green);
  background: var(--green-soft);
  box-shadow: 4px 5px 0 rgba(16, 42, 77, 0.1);
  transform: translateY(-3px);
}

.excitement-option:nth-child(1) {
  border-color: var(--line-dark);
}

.excitement-option:nth-child(2) {
  border-color: #b9b66b;
  background: #fffaf0;
}

.excitement-option:nth-child(3) {
  border-color: var(--sun);
  background: #fff7df;
}

.excitement-option:nth-child(4),
.excitement-option:nth-child(5) {
  border-color: var(--green);
  background: #edf5ee;
}

.excitement-option.is-selected {
  border-color: var(--ink);
  color: var(--paper);
  background: var(--ink);
}

.excitement-scale {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.55rem;
  text-align: center;
}

.excitement-status {
  min-height: 1.3em;
  margin: 10px 0 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 700;
  text-align: center;
}

.response-submit {
  grid-column: 2;
  display: grid;
  justify-items: end;
  gap: 10px;
  margin-top: -12px;
}

.response-submit-note {
  max-width: 340px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.57rem;
  line-height: 1.45;
  text-align: right;
}

.response-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 12px 14px;
  border: 1px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.response-submit-button:hover,
.response-submit-button:focus-visible {
  color: var(--ink);
  background: var(--sun);
  transform: translateY(-2px);
}

.response-submit-button:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.response-submit-button > span:last-child {
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.7;
}

.response-status {
  min-height: 1.3em;
  margin: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.55rem;
  text-align: right;
}

.footer-ticket {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  margin-bottom: 0;
  padding: 18px 34px;
  border-style: dashed;
  background: var(--paper);
  font-family: var(--mono);
  font-size: 0.59rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-ticket p {
  margin: 0;
}

.footer-mark {
  color: var(--coral);
  font-family: var(--body);
  font-size: 1.35rem;
}

.footer-ticket > span {
  justify-self: end;
}

.footer-ticket strong {
  color: var(--coral);
  font-weight: 700;
}

.admin-shell {
  width: min(920px, calc(100% - 64px));
  margin: 0 auto;
  padding-bottom: 70px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 18px;
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.admin-card {
  margin-top: 48px;
  padding: 58px 68px 64px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--coral);
  background: var(--paper-warm);
  box-shadow: 0 10px 30px var(--shadow);
}

.admin-card h1 {
  max-width: 560px;
  margin: 12px 0 18px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.3rem, 8vw, 6.8rem);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.admin-intro {
  max-width: 480px;
  margin-bottom: 10px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.admin-hint {
  max-width: 560px;
  margin-bottom: 42px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.57rem;
  line-height: 1.5;
}

.admin-label {
  display: block;
  margin-bottom: 9px;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.admin-token-row {
  display: flex;
  align-items: stretch;
  max-width: 620px;
}

#admin-token {
  min-width: 0;
  flex: 1;
  padding: 13px 14px;
  border: 1px solid var(--line-dark);
  border-right: 0;
  border-radius: var(--radius) 0 0 var(--radius);
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 0.7rem;
}

#admin-token:focus {
  outline: 3px solid rgba(247, 191, 59, 0.55);
  outline-offset: 2px;
  border-color: var(--ink);
}

.admin-token-row button {
  padding: 12px 15px;
  border: 1px solid var(--ink);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease;
}

.admin-token-row button:hover,
.admin-token-row button:focus-visible {
  color: var(--ink);
  background: var(--sun);
}

.admin-token-row button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.admin-status {
  min-height: 1.4em;
  margin: 16px 0 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 0.59rem;
  font-weight: 700;
}

.admin-results {
  margin-top: 44px;
  padding-top: 26px;
  border-top: 1px dashed var(--line-dark);
}

.admin-results-heading {
  margin-bottom: 22px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.86;
}

.admin-empty {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  line-height: 1.55;
}

.admin-response {
  margin-top: 16px;
  padding: 18px 19px 20px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  background: var(--paper);
}

.admin-response-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}

.admin-response-label,
.admin-response-date {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.53rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.admin-response-label {
  color: var(--green);
  font-weight: 700;
}

.admin-response-date {
  color: var(--ink-soft);
}

.admin-response-details {
  display: grid;
  grid-template-columns: minmax(105px, 0.3fr) minmax(0, 1fr);
  gap: 10px 17px;
  margin: 16px 0 0;
}

.admin-response-details dt {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.53rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-response-details dd {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  font-size: 0.75rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .topbar,
  .site-frame {
    width: min(100% - 38px, 760px);
  }

  .site-frame {
    display: block;
  }

  .desktop-rail {
    display: none;
  }

  .hero-ticket {
    min-height: 0;
    grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
    padding: 60px 44px 52px;
  }

  .agreement-ticket,
  .route-ticket,
  .quests-ticket,
  .maybe-ticket,
  .checkin-ticket {
    padding-right: 44px;
    padding-left: 44px;
  }

  .route-body {
    gap: 24px;
  }

  .route-map-visual {
    padding-left: 18px;
  }

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

  .checkin-body {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .response-submit {
    grid-column: auto;
  }
}

@media (max-width: 650px) {
  .topbar {
    width: calc(100% - 34px);
    padding: 19px 0 16px;
    font-size: 0.56rem;
  }

  .admin-shell {
    width: calc(100% - 34px);
    padding-bottom: 32px;
  }

  .admin-header {
    padding: 19px 0 16px;
    font-size: 0.56rem;
  }

  .admin-card {
    margin-top: 26px;
    padding: 34px 24px 38px;
  }

  .admin-card h1 {
    font-size: clamp(3.2rem, 16vw, 5.5rem);
  }

  .admin-intro {
    font-size: 0.78rem;
  }

  .admin-hint {
    margin-bottom: 30px;
    font-size: 0.52rem;
  }

  .admin-token-row {
    display: grid;
    gap: 8px;
  }

  #admin-token {
    width: 100%;
    border-right: 1px solid var(--line-dark);
    border-radius: var(--radius);
  }

  .admin-token-row button {
    width: 100%;
    border-radius: var(--radius);
  }

  .admin-results {
    margin-top: 32px;
  }

  .admin-response-details {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .admin-response-details dd {
    margin-bottom: 7px;
  }

  .brand {
    gap: 9px;
  }

  .brand-name {
    max-width: 112px;
    line-height: 1.2;
  }

  .site-frame {
    width: calc(100% - 22px);
    padding-bottom: 32px;
  }

  .ticket {
    margin-bottom: 12px;
  }

  .ticket::before,
  .ticket::after {
    width: 13px;
    height: 26px;
  }

  .ticket-notch {
    width: 13px;
    height: 26px;
  }

  .mobile-section-index {
    display: flex;
    align-items: baseline;
    gap: 7px;
    color: var(--coral);
    font-family: var(--display);
    font-size: 1.75rem;
    line-height: 0.9;
    letter-spacing: -0.04em;
  }

  .mobile-section-index span {
    color: var(--ink);
    font-family: var(--mono);
    font-size: 0.51rem;
    font-weight: 700;
    letter-spacing: 0.06em;
  }

  .hero-ticket {
    display: flex;
    flex-direction: column;
    padding: 29px 24px 30px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-kicker {
    margin: 16px 0 28px;
    font-size: 0.55rem;
  }

  .trajectory-line {
    margin: -6px 0 16px;
    font-size: 0.49rem;
    letter-spacing: 0.04em;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(3.45rem, 16.4vw, 5.4rem);
    letter-spacing: -0.065em;
  }

  .date-line {
    margin-bottom: 16px;
    font-size: 0.64rem;
  }

  .hero-description {
    max-width: 270px;
    margin-bottom: 22px;
    font-size: 0.91rem;
  }

  .primary-button,
  .accept-button {
    min-width: 0;
    width: 100%;
    padding: 15px 16px;
    font-size: 0.65rem;
  }

  .hero-art-wrap {
    min-height: 260px;
    margin: 4px -4px -10px;
  }

  .hero-art {
    width: min(100%, 360px);
  }

  .sun-mark {
    top: 12px;
    right: 13%;
    width: 61px;
    height: 61px;
  }

  .sea-lines {
    top: 27px;
    right: 1%;
    width: 50px;
  }

  .hero-route {
    right: 4px;
    bottom: 10px;
    width: 118px;
  }

  .agreement-ticket,
  .route-ticket,
  .quests-ticket,
  .maybe-ticket,
  .checkin-ticket {
    padding: 23px 24px 26px;
  }

  .route-ticket {
    min-height: 0;
  }

  .route-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .route-copy {
    max-width: none;
    margin-top: 17px;
  }

  .route-copy > .field-note-label {
    margin-bottom: 13px;
  }

  .route-copy h2 {
    margin-bottom: 18px;
  }

  .route-intro {
    max-width: 290px;
    margin-bottom: 20px;
    font-size: 0.75rem;
  }

  .route-timeline {
    margin: 21px 0 15px;
    padding: 13px 0 14px;
  }

  .route-timeline-head strong {
    font-size: 0.64rem;
  }

  .route-timeline-years {
    font-size: 0.49rem;
  }

  .route-phase {
    min-height: 4.2em;
    margin-top: 11px;
    font-size: 0.58rem;
  }

  .route-future-caption {
    margin-bottom: 15px;
    font-size: 0.55rem;
  }

  .route-replay {
    width: 100%;
    min-width: 0;
    padding: 13px 14px;
    font-size: 0.6rem;
  }

  .route-status {
    font-size: 0.55rem;
  }

  .route-map-visual {
    min-height: 0;
    margin: 0 -4px -9px;
    padding: 17px 0 0;
    border-top: 1px dashed var(--line-dark);
    border-left: 0;
  }

  .route-map-caption {
    font-size: 0.47rem;
  }

  .route-map-legend {
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 0.5rem;
  }

  .route-map-source {
    margin-top: 6px;
    font-size: 0.43rem;
    text-align: left;
  }

  .route-stamp {
    display: none;
  }

  h2 {
    margin-bottom: 18px;
    font-size: clamp(2.75rem, 13vw, 4rem);
  }

  .agreement-details {
    margin-top: 18px;
  }

  .agreement-details summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .agreement-details summary h2 {
    font-size: clamp(2.65rem, 12.5vw, 3.8rem);
  }

  .details-cue {
    display: block;
    padding-top: 5px;
    font-size: 1.7rem;
    line-height: 1;
    transition: transform 180ms ease;
  }

  .agreement-details:not([open]) .details-cue {
    transform: rotate(-90deg);
  }

  .agreement-content {
    margin-top: 24px;
  }

  .agreement-columns {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 13px 0 17px;
  }

  .life-conditions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
    padding: 15px 14px 16px;
  }

  .life-conditions-label {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .life-conditions-label > span {
    font-size: 1.35rem;
  }

  .life-conditions-copy h3 {
    font-size: 1.5rem;
  }

  .life-conditions-copy p {
    font-size: 0.68rem;
  }

  .condition-pet-art {
    width: 78px;
    height: 70px;
    margin: -14px 0 -4px auto;
  }

  .agreement-list {
    gap: 11px;
  }

  .agreement-list li {
    font-size: 0.74rem;
  }

  .agreement-note {
    margin: 17px 0 18px;
    font-size: 0.59rem;
  }

  .button-caption {
    font-size: 0.55rem;
  }

  .location-pin,
  .section-route {
    display: none;
  }

  .section-heading-row {
    margin-top: 17px;
  }

  .section-heading-row p {
    margin-bottom: 22px;
    font-size: 0.6rem;
  }

  .wave-mark {
    padding-right: 0;
    font-size: 2rem;
  }

  .quest-visuals {
    min-height: 112px;
    margin: -4px 0 10px;
  }

  .quest-spots-art {
    width: calc(100% - 76px);
    height: 95px;
  }

  .quest-evolution-art {
    top: -9px;
    right: -3px;
    width: 108px;
    height: 108px;
  }

  .activity-grid {
    gap: 8px;
  }

  .activity-card {
    min-height: 76px;
    grid-template-columns: 27px 1fr 16px;
    gap: 7px;
    padding: 10px 9px;
  }

  .activity-symbol,
  .activity-symbol svg {
    width: 24px;
    height: 24px;
  }

  .activity-name {
    font-size: 0.53rem;
  }

  .activity-check {
    width: 15px;
    height: 15px;
    font-size: 0.55rem;
  }

  .selection-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 19px;
  }

  .selection-note {
    font-size: 1rem;
  }

  .selection-summary {
    text-align: left;
  }

  .selection-result {
    justify-items: start;
    width: 100%;
    min-width: 0;
  }

  .copy-shortlist {
    width: 100%;
  }

  .copy-status {
    text-align: left;
  }

  .field-notes {
    margin-top: 35px;
  }

  .field-notes summary {
    padding: 14px 0 12px;
    font-size: 0.57rem;
  }

  .field-notes-content {
    grid-template-columns: 1fr;
    padding-bottom: 6px;
  }

  .field-note,
  .field-note:nth-child(2),
  .field-note:nth-child(3),
  .field-note-wide {
    grid-column: auto;
    min-height: 0;
    padding: 17px 0;
    border-top: 1px dashed var(--line);
    border-right: 0;
  }

  .field-note:first-child {
    border-top: 0;
  }

  .field-note-label {
    margin-bottom: 10px;
    font-size: 0.49rem;
  }

  .field-note h3 {
    font-size: 1.42rem;
  }

  .field-note:nth-child(n + 2) {
    border-top: 1px dashed var(--line);
  }

  .field-note > p {
    font-size: 0.66rem;
  }

  .field-note-image {
    height: 154px;
    margin-bottom: 13px;
  }

  .field-note-list {
    gap: 5px 10px;
    font-size: 0.52rem;
  }

  .animal-pair,
  .evolution-pair {
    gap: 22px;
  }

  .maybe-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
  }

  .maybe-copy {
    margin-top: 17px;
  }

  .maybe-copy > p:first-of-type {
    max-width: 290px;
    font-size: 0.75rem;
  }

  .maybe-emphasis {
    font-size: 0.6rem;
  }

  .maybe-art-wrap {
    min-height: 215px;
    margin: 0 -24px -26px;
    overflow: hidden;
  }

  .frieren-coffee-art {
    top: -6px;
    right: 3%;
    width: 205px;
    height: 235px;
  }

  .checkin-body {
    gap: 11px;
  }

  .checkin-copy {
    margin-top: 17px;
  }

  .checkin-copy h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .checkin-copy p {
    max-width: 300px;
    font-size: 0.72rem;
  }

  .checkin-panel {
    padding-top: 8px;
  }

  .excitement-options {
    gap: 6px;
  }

  .excitement-option {
    min-height: 66px;
  }

  .excitement-option > span {
    font-size: 2.35rem;
  }

  .excitement-scale,
  .excitement-status {
    font-size: 0.5rem;
  }

  .response-submit {
    justify-items: start;
    gap: 9px;
    margin-top: 4px;
  }

  .response-submit-note,
  .response-status {
    max-width: 290px;
    font-size: 0.52rem;
    text-align: left;
  }

  .response-submit-button {
    width: 100%;
  }

  .footer-ticket {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    min-height: 100px;
    padding: 18px 24px;
    font-size: 0.52rem;
  }

  .footer-mark {
    display: none;
  }

  .footer-ticket > span,
  .footer-ticket strong {
    justify-self: start;
  }
}

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

  .route-line {
    stroke-dashoffset: 0 !important;
  }

  .route-future {
    opacity: 0.62;
  }

  .route-traveller {
    display: none;
  }

  .route-node-ring-highlight {
    animation: none;
  }
}
