:root {
  --ink: #182019;
  --ink-soft: #344137;
  --forest: #162218;
  --forest-mid: #29472d;
  --moss: #57713e;
  --acid: #b9ef00;
  --paper: #eee6cf;
  --paper-deep: #d9cfb1;
  --line: rgba(24, 32, 25, 0.2);
  --display: "Uncial Antiqua", Georgia, serif;
  --body: "Literata", Georgia, serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

::selection {
  color: var(--forest);
  background: var(--acid);
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 2px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.48'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 100;
  padding: 0.6rem 0.85rem;
  color: var(--forest);
  background: var(--acid);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem);
  color: var(--paper);
  transition: background-color 320ms ease, color 320ms ease, padding 320ms ease;
}

.site-header.is-scrolled {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--forest);
  background: color-mix(in oklch, var(--paper) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.wordmark {
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  text-decoration: none;
  letter-spacing: -0.03em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3rem);
}

nav {
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.75rem);
}

.social-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: clamp(1rem, 2vw, 2rem);
  border-left: 1px solid color-mix(in oklch, currentColor 28%, transparent);
}

.social-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid color-mix(in oklch, currentColor 34%, transparent);
  color: inherit;
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease, transform 260ms var(--ease);
}

.social-nav a:last-child {
  color: var(--forest);
  border-color: var(--acid);
  background: var(--acid);
}

.social-nav a:first-child {
  color: var(--paper);
  border-color: var(--forest);
  background: color-mix(in oklch, var(--forest) 88%, transparent);
}

.site-header.is-scrolled .social-nav a:last-child {
  color: var(--forest);
}

.social-nav a:hover,
.social-nav a:focus-visible {
  color: var(--forest);
  background: var(--acid);
  transform: translateY(-0.12rem);
}

.social-nav a:focus-visible {
  outline: 1px dashed currentColor;
  outline-offset: 0.2rem;
}

.social-nav span {
  font-size: 0.7em;
}

nav a,
footer a {
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a {
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 260ms var(--ease);
}

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

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--forest);
}

.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-art {
  background-image: url("assets/rohjack-forest.png");
  background-position: center;
  background-size: cover;
  transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.06);
  will-change: transform;
  animation: settle 1.8s var(--ease) both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 18, 12, 0.87) 0%, rgba(10, 18, 12, 0.62) 35%, rgba(10, 18, 12, 0.02) 66%),
    linear-gradient(0deg, rgba(8, 14, 9, 0.58), transparent 40%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(42rem, 88vw);
  margin-left: clamp(1.25rem, 9vw, 10rem);
  padding: 8rem 0 6rem;
  animation: rise 900ms 180ms var(--ease) both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--acid);
}

.eyebrow span {
  width: 2.8rem;
  height: 1px;
  background: currentColor;
}

h1,
h2,
blockquote {
  margin: 0;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 8ch;
  font-family: var(--body);
  font-size: clamp(4rem, 9.5vw, 9.2rem);
}

h1 em,
h2 em {
  color: var(--acid);
  font-family: var(--display);
  font-style: normal;
  letter-spacing: -0.02em;
}

.hero-intro {
  max-width: 29rem;
  margin: 2rem 0 2.2rem;
  color: color-mix(in oklch, var(--paper) 88%, transparent);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid color-mix(in oklch, var(--acid) 58%, transparent);
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
}

.story-link span {
  transition: transform 220ms var(--ease);
}

.story-link:hover span,
.story-link:focus-visible span {
  transform: translateY(0.35rem);
}

.hero-note {
  position: absolute;
  right: clamp(1.2rem, 3vw, 3rem);
  bottom: 2rem;
  z-index: 1;
  margin: 0;
  color: color-mix(in oklch, var(--paper) 70%, transparent);
  font-size: 0.67rem;
  font-style: italic;
  letter-spacing: 0.06em;
}

.forest-ticker {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 0.8rem 0;
  color: var(--forest);
  background: var(--acid);
  border-top: 1px solid rgba(22, 34, 24, 0.28);
  border-bottom: 1px solid rgba(22, 34, 24, 0.28);
}

.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 1.9rem;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  animation: ticker 24s linear infinite;
}

.ticker-track span {
  min-width: max-content;
}

.ticker-track i {
  font-family: var(--display);
  font-size: 0.72rem;
  font-style: normal;
}

.drifting-feather {
  position: absolute;
  right: 43%;
  top: 12%;
  z-index: 1;
  width: clamp(1.8rem, 3vw, 3.2rem);
  overflow: visible;
  fill: none;
  stroke: color-mix(in oklch, var(--paper) 55%, transparent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  opacity: 0;
  animation: feather-fall 9s 1.4s ease-in-out infinite;
}

.story {
  display: grid;
  grid-template-columns: minmax(18rem, 0.82fr) minmax(22rem, 1fr);
  align-items: center;
  gap: clamp(3.5rem, 10vw, 10rem);
  max-width: 82rem;
  margin: 0 auto;
  padding: clamp(6rem, 12vw, 11rem) clamp(1.25rem, 5vw, 5rem);
}

.portrait-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: center;
  overflow: visible;
  isolation: isolate;
}

.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: -1.4rem 2rem 1.4rem -1.4rem;
  z-index: -1;
  border: 1px solid var(--moss);
  transform: rotate(-2.5deg);
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: saturate(0.88) sepia(0.07);
}

.portrait-stamp {
  position: absolute;
  right: -1rem;
  bottom: 1.5rem;
  padding: 0.7rem 1rem;
  color: var(--forest);
  background: var(--acid);
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.section-kicker {
  color: var(--moss);
}

h2 {
  font-size: clamp(3.2rem, 7vw, 6.8rem);
}

h2 em {
  color: var(--forest-mid);
}

.story-lede {
  max-width: 31rem;
  margin: 2rem 0 1rem;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.story-copy > p:last-of-type {
  max-width: 34rem;
  color: var(--ink-soft);
}

.field-notes {
  margin: 3.2rem 0 0;
  border-top: 1px solid var(--line);
}

.field-notes div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.7fr) 1.3fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line);
}

.field-notes dt {
  color: var(--moss);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.field-notes dd {
  margin: 0;
  font-size: 0.9rem;
}

.kit {
  position: relative;
  min-height: clamp(38rem, 63vw, 52rem);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: #0d140f;
  isolation: isolate;
}

.kit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #0d140f 0%, rgba(13, 20, 15, 0.96) 46%, rgba(13, 20, 15, 0.12) 78%),
    linear-gradient(0deg, #0d140f 0%, transparent 30%);
}

.kit-archer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 63%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  filter: saturate(0.7) contrast(1.08);
}

.kit-inner {
  width: min(80rem, calc(100% - clamp(2.5rem, 10vw, 10rem)));
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.kit-heading {
  max-width: 45rem;
}

.kit .section-kicker {
  color: var(--acid);
}

.kit h2 {
  font-size: clamp(3.3rem, 7.2vw, 7rem);
}

.kit h2 em {
  color: var(--acid);
}

.kit-content {
  max-width: 42rem;
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.kit-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(238, 230, 207, 0.24);
  border-bottom: 1px solid rgba(238, 230, 207, 0.24);
}

.kit-item {
  position: relative;
  display: grid;
  gap: 0.55rem;
  min-width: 0;
  padding: 1.35rem 0.9rem 1.35rem 0;
  border: 0;
  color: color-mix(in oklch, var(--paper) 58%, transparent);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 260ms ease, transform 260ms var(--ease);
}

.kit-item + .kit-item {
  padding-left: 1.1rem;
  border-left: 1px solid rgba(238, 230, 207, 0.24);
}

.kit-item::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms var(--ease);
}

.kit-item:hover,
.kit-item:focus-visible,
.kit-item.is-active {
  color: var(--paper);
}

.kit-item:hover,
.kit-item:focus-visible {
  transform: translateY(-0.18rem);
}

.kit-item:focus-visible {
  outline: 1px dashed var(--acid);
  outline-offset: 0.3rem;
}

.kit-item.is-active::after {
  transform: scaleX(1);
}

.kit-count {
  color: var(--acid);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1;
}

.kit-item > span:last-child {
  font-size: 0.69rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kit-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: baseline;
  margin-top: 1.6rem;
}

.kit-detail span {
  color: var(--acid);
  font-size: 0.63rem;
  font-weight: 650;
  letter-spacing: 0.13em;
}

.kit-detail p {
  margin: 0;
  color: color-mix(in oklch, var(--paper) 82%, transparent);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-style: italic;
  transition: opacity 140ms ease, transform 280ms var(--ease);
}

.kit-detail.is-changing p {
  opacity: 0;
  transform: translateY(0.35rem);
}

.day {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 11vw, 10rem) clamp(1.25rem, 6vw, 6rem) clamp(7rem, 13vw, 12rem);
  color: var(--ink);
  background: var(--paper-deep);
}

.day::before {
  content: "ONE LONG DAY";
  position: absolute;
  top: 1.5rem;
  right: -0.04em;
  color: rgba(24, 32, 25, 0.045);
  font-family: var(--display);
  font-size: clamp(5rem, 17vw, 16rem);
  line-height: 1;
  white-space: nowrap;
}

.day-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) 1fr;
  align-items: end;
  gap: 2rem 5rem;
  width: min(80rem, 100%);
  margin: 0 auto;
}

.day-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -0.5rem;
}

.day-heading h2 {
  font-size: clamp(3.8rem, 8vw, 7.5rem);
}

.day-heading h2 em {
  color: var(--forest-mid);
}

.day-heading > p:last-child {
  max-width: 26rem;
  margin: 0 0 0.8rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-style: italic;
}

.day-experience {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  width: min(80rem, 100%);
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
}

.day-frame {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  color: var(--paper);
  background: var(--forest);
  box-shadow: 0 1.4rem 4rem rgba(24, 32, 25, 0.16);
}

.day-frame::before,
.day-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.day-frame::before {
  inset: 0;
  border: 1px solid rgba(238, 230, 207, 0.35);
  box-shadow: inset 0 0 0 0.55rem rgba(13, 20, 15, 0.15);
}

.day-frame::after {
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(9, 14, 10, 0.9), transparent);
}

.day-scene-stack,
.day-scene-stack img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.day-scene-stack img {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 600ms var(--ease), transform 950ms var(--ease);
}

.day-scene-stack img.is-active {
  opacity: 1;
  transform: scale(1);
}

.day-scene-caption {
  position: absolute;
  right: clamp(1.25rem, 4vw, 3rem);
  bottom: clamp(1.15rem, 3vw, 2.3rem);
  left: clamp(1.25rem, 4vw, 3rem);
  z-index: 3;
  max-width: 34rem;
  transition: opacity 180ms ease, transform 320ms var(--ease);
}

.day-scene-caption.is-changing {
  opacity: 0;
  transform: translateY(0.5rem);
}

.day-scene-caption span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--acid);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.day-scene-caption strong {
  display: block;
  font-size: clamp(1.45rem, 3.3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.day-scene-caption p {
  max-width: 29rem;
  margin: 0.65rem 0 0;
  color: color-mix(in oklch, var(--paper) 80%, transparent);
  font-size: clamp(0.78rem, 1.15vw, 0.95rem);
}

.day-route {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.day-route::before {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 16%;
  left: 1.62rem;
  width: 1px;
  background-image: linear-gradient(var(--moss) 45%, transparent 45%);
  background-size: 1px 10px;
}

.day-route ol {
  position: relative;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.day-route li {
  position: relative;
}

.day-stop {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  width: 100%;
  align-items: center;
  padding: 0;
  border: 0;
  color: color-mix(in oklch, var(--ink) 62%, transparent);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 260ms ease, transform 300ms var(--ease);
}

.day-stop:hover,
.day-stop:focus-visible,
.day-stop.is-active {
  color: var(--ink);
  transform: translateX(0.28rem);
}

.day-stop:focus-visible {
  outline: 1px dashed var(--forest-mid);
  outline-offset: 0.45rem;
}

.day-number {
  display: grid;
  width: 3.25rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--moss);
  border-radius: 50%;
  color: var(--forest);
  background: var(--paper-deep);
  font-family: var(--display);
  font-size: 1rem;
  box-shadow: 0 0 0 0.55rem var(--paper-deep);
  transition: color 260ms ease, background-color 260ms ease, transform 300ms var(--ease);
}

.day-stop.is-active .day-number {
  background: var(--acid);
  transform: rotate(-7deg);
}

.day-stop small,
.day-stop strong {
  display: block;
}

.day-stop small {
  margin-bottom: 0.18rem;
  color: var(--moss);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.day-stop strong {
  font-size: clamp(0.88rem, 1.4vw, 1.03rem);
  font-weight: 500;
  line-height: 1.35;
}

.day-hint {
  margin: 2.7rem 0 0 4.2rem;
  color: var(--moss);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.day-hint span {
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 260ms var(--ease);
}

.day-route:hover .day-hint span {
  transform: translate(0.2rem, -0.2rem);
}

.rohjack-map {
  --map-x: 9.3%;
  --map-y: 69.7%;
  position: relative;
  width: min(84rem, 100%);
  aspect-ratio: 12 / 6.8;
  min-height: 38rem;
  margin: clamp(3.5rem, 7vw, 6rem) auto 0;
  overflow: hidden;
  border: 1px solid rgba(24, 32, 25, 0.32);
  background:
    radial-gradient(circle at 16% 30%, rgba(87, 113, 62, 0.13), transparent 24%),
    radial-gradient(circle at 78% 67%, rgba(87, 113, 62, 0.1), transparent 26%),
    repeating-linear-gradient(2deg, transparent 0 9px, rgba(24, 32, 25, 0.018) 10px),
    #e2d8bb;
  box-shadow: 0 1.4rem 4rem rgba(24, 32, 25, 0.13);
}

.rohjack-map::before,
.rohjack-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.rohjack-map::before {
  inset: 0.65rem;
  border: 1px solid rgba(24, 32, 25, 0.2);
}

.rohjack-map::after {
  inset: 0;
  box-shadow: inset 0 0 5rem rgba(58, 54, 35, 0.2);
}

.map-ink {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(41, 71, 45, 0.33);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.map-contour {
  stroke-width: 1;
}

.map-river {
  stroke: rgba(41, 71, 45, 0.24);
  stroke-width: 12;
}

.map-route-line {
  stroke: var(--forest-mid);
  stroke-dasharray: 4 10;
  stroke-width: 2.2;
}

.map-trees {
  fill: rgba(87, 113, 62, 0.19);
  stroke: rgba(41, 71, 45, 0.34);
}

.map-hills {
  stroke-width: 2;
}

.map-titleplate {
  position: absolute;
  top: 2.2rem;
  left: 2.4rem;
  z-index: 2;
  color: var(--forest-mid);
  transform: rotate(-1.5deg);
}

.map-titleplate span,
.map-pin small,
.map-instruction {
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-titleplate span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--moss);
}

.map-titleplate strong {
  font-family: var(--display);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.15;
}

.map-compass {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  display: grid;
  width: 4.5rem;
  place-items: center;
  color: var(--forest-mid);
}

.map-compass span {
  position: absolute;
  top: -0.5rem;
  font-family: var(--display);
  font-size: 0.7rem;
}

.map-compass svg {
  width: 100%;
  fill: rgba(87, 113, 62, 0.15);
  stroke: currentColor;
  stroke-width: 1;
}

.map-pin {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: auto max-content;
  gap: 0.65rem;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--forest-mid);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform 320ms var(--ease), color 260ms ease;
}

.map-pin--dawn { top: 66%; left: 6.8%; }
.map-pin--midday { top: 39%; left: 50%; }
.map-pin--dusk { top: 13%; left: 81%; }

.map-pin:hover,
.map-pin:focus-visible,
.map-pin.is-active {
  color: var(--ink);
  transform: translateY(-0.28rem);
}

.map-pin:focus-visible {
  outline: 1px dashed var(--forest-mid);
  outline-offset: 0.45rem;
}

.map-pin-dot {
  display: grid;
  width: 2.65rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--forest-mid);
  border-radius: 50% 50% 50% 8%;
  background: #e2d8bb;
  font-family: var(--display);
  font-size: 0.72rem;
  transform: rotate(-45deg);
  transition: background-color 260ms ease, transform 320ms var(--ease);
}

.map-pin-dot i {
  font-style: normal;
  transform: rotate(45deg);
}

.map-pin.is-active .map-pin-dot {
  color: var(--forest);
  background: var(--acid);
  transform: rotate(-45deg) scale(1.08);
}

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

.map-pin small {
  margin-bottom: 0.15rem;
  color: var(--moss);
}

.map-pin strong {
  font-size: 0.78rem;
  font-weight: 500;
}

.map-traveler {
  position: absolute;
  top: var(--map-y);
  left: var(--map-x);
  z-index: 6;
  display: grid;
  width: 1.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: var(--acid);
  background: var(--forest);
  box-shadow: 0 0 0 0.3rem rgba(238, 230, 207, 0.75);
  transform: translate(-50%, -50%);
  transition: top 750ms var(--ease), left 750ms var(--ease);
}

.map-traveler span {
  font-family: var(--display);
  font-size: 0.72rem;
}

.rohjack-map[data-active="dawn"] { --map-x: 9.3%; --map-y: 69.7%; }
.rohjack-map[data-active="midday"] { --map-x: 52.6%; --map-y: 43.5%; }
.rohjack-map[data-active="dusk"] { --map-x: 84.5%; --map-y: 18%; }

.map-story {
  position: absolute;
  right: 3.2%;
  bottom: 4.5%;
  z-index: 4;
  width: clamp(16rem, 27vw, 23rem);
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  color: var(--paper);
  background: var(--forest);
  box-shadow: 0 1rem 2.5rem rgba(24, 32, 25, 0.24);
  transform: rotate(1deg);
}

.map-story::before {
  content: "";
  position: absolute;
  inset: 0.45rem;
  z-index: 4;
  border: 1px solid rgba(238, 230, 207, 0.33);
  pointer-events: none;
}

.map-story-image {
  position: absolute;
  inset: 0;
}

.map-story-image::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(9, 14, 10, 0.92), transparent);
}

.map-story .day-scene-caption {
  right: 1.1rem;
  bottom: 0.9rem;
  left: 1.1rem;
}

.map-story .day-scene-caption strong {
  font-size: clamp(1rem, 2vw, 1.7rem);
}

.map-story .day-scene-caption p {
  display: none;
}

.map-instruction {
  position: absolute;
  bottom: 2rem;
  left: 2.4rem;
  z-index: 3;
  margin: 0;
  color: var(--moss);
}

.map-instruction span {
  display: inline-block;
  margin-left: 0.35rem;
  transition: transform 260ms var(--ease);
}

.rohjack-map:hover .map-instruction span {
  transform: translate(0.2rem, -0.2rem);
}

.legend {
  position: relative;
  min-height: clamp(34rem, 62vw, 54rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--forest);
}

.legend-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.26;
  filter: sepia(0.12) saturate(0.7) contrast(1.12);
}

.legend::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--forest) 0%, rgba(22, 34, 24, 0.65) 48%, rgba(22, 34, 24, 0.2) 100%);
}

.legend-quote {
  position: relative;
  z-index: 2;
  width: min(46rem, 88vw);
  margin-right: min(30vw, 28rem);
}

.quote-mark {
  display: block;
  height: 3.4rem;
  color: var(--acid);
  font-family: var(--display);
  font-size: 6rem;
  line-height: 1;
}

blockquote {
  font-size: clamp(2.5rem, 5.2vw, 5rem);
}

.legend-quote p {
  margin: 1.6rem 0 0;
  color: var(--acid);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem clamp(1.25rem, 4vw, 4.5rem);
  color: var(--paper);
  background: #0d160f;
}

.footer-mark {
  display: grid;
  width: 2.4rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(238, 230, 207, 0.4);
  border-radius: 50%;
  color: var(--acid);
  font-family: var(--display);
  font-size: 1.15rem;
  text-decoration: none;
}

footer p {
  margin: 0;
  color: color-mix(in oklch, var(--paper) 68%, transparent);
  font-size: 0.8rem;
  font-style: italic;
}

.footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(1rem, 2.5vw, 2.2rem);
}

.footer-actions a:nth-child(-n + 2) {
  color: var(--acid);
}

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

@keyframes settle {
  from { opacity: 0; transform: translate3d(0, 0, 0) scale(1.12); }
  to { opacity: 1; transform: translate3d(0, var(--hero-shift, 0), 0) scale(1.06); }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(1.4rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes feather-fall {
  0% { opacity: 0; transform: translate3d(0, -1rem, 0) rotate(-12deg); }
  14% { opacity: 0.65; }
  60% { opacity: 0.45; }
  100% { opacity: 0; transform: translate3d(5rem, 23rem, 0) rotate(32deg); }
}

@keyframes ticker {
  to { transform: translateX(calc(-50% - 0.95rem)); }
}

@media (max-width: 800px) {
  .site-header {
    padding-inline: 1.15rem;
  }

  .header-actions {
    gap: 0.75rem;
  }

  nav {
    gap: 1rem;
  }

  nav a {
    font-size: 0.62rem;
  }

  .social-nav {
    gap: 0.25rem;
    padding-left: 0.75rem;
  }

  .social-nav a {
    padding: 0.4rem 0.5rem;
    font-size: 0.56rem;
  }

  .hero {
    min-height: 50rem;
    align-items: end;
  }

  .hero-art {
    background-position: 65% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(8, 14, 9, 0.95) 0%, rgba(8, 14, 9, 0.62) 48%, rgba(8, 14, 9, 0.05) 88%);
  }

  .hero-copy {
    margin-left: 0;
    padding: 17rem 1.25rem 4.5rem;
  }

  h1 {
    font-size: clamp(3.8rem, 18vw, 6rem);
  }

  .hero-note {
    display: none;
  }

  .story {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .portrait-wrap {
    width: min(90%, 31rem);
    aspect-ratio: 1 / 1;
    justify-self: center;
  }

  .story-copy {
    padding-top: 0.5rem;
  }

  .drifting-feather {
    right: 22%;
  }

  .kit {
    min-height: 49rem;
    align-items: end;
  }

  .kit::before {
    background:
      linear-gradient(0deg, #0d140f 0%, rgba(13, 20, 15, 0.9) 58%, rgba(13, 20, 15, 0.2) 100%),
      linear-gradient(90deg, #0d140f 0%, transparent 100%);
  }

  .kit-archer {
    width: 100%;
    height: 72%;
    object-position: 54% center;
    opacity: 0.58;
  }

  .kit-inner {
    width: calc(100% - 2.5rem);
    padding: 5rem 0 3.5rem;
  }

  .kit-heading {
    max-width: 28rem;
  }

  .kit-content {
    margin-top: 8rem;
  }

  .day-heading {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .day-heading .section-kicker {
    grid-column: auto;
  }

  .day-heading > p:last-child {
    margin: 0;
  }

  .day-experience {
    grid-template-columns: 1fr;
  }

  .day-route {
    padding-top: 1rem;
  }

  .day-route::before {
    top: 1rem;
    bottom: 3rem;
  }

  .day-route ol {
    gap: 1.5rem;
  }

  .day-hint {
    margin-top: 2rem;
  }

  .rohjack-map {
    aspect-ratio: auto;
    min-height: 47rem;
  }

  .map-titleplate {
    top: 1.5rem;
    left: 1.5rem;
  }

  .map-compass {
    top: 1.5rem;
    right: 1.3rem;
    width: 3.7rem;
  }

  .map-pin--dawn { top: 19%; left: 7%; }
  .map-pin--midday { top: 32%; left: 39%; }
  .map-pin--dusk { top: 15%; left: 69%; }

  .map-pin {
    grid-template-columns: auto;
  }

  .map-pin > span:last-child {
    max-width: 6.5rem;
  }

  .map-pin strong {
    font-size: 0.68rem;
  }

  .rohjack-map[data-active="dawn"] { --map-x: 11%; --map-y: 22%; }
  .rohjack-map[data-active="midday"] { --map-x: 43%; --map-y: 35%; }
  .rohjack-map[data-active="dusk"] { --map-x: 73%; --map-y: 18%; }

  .map-story {
    right: 1rem;
    bottom: 4.5rem;
    left: 1rem;
    width: auto;
    aspect-ratio: 3 / 2;
    transform: none;
  }

  .map-instruction {
    bottom: 1.8rem;
    left: 1.4rem;
  }

  .legend {
    min-height: 43rem;
    place-items: start;
  }

  .legend::after {
    background: linear-gradient(0deg, var(--forest) 0%, rgba(22, 34, 24, 0.56) 72%, rgba(22, 34, 24, 0.18) 100%);
  }

  .legend-quote {
    margin: 4.5rem 1.25rem 0;
  }

  footer {
    grid-template-columns: auto 1fr;
  }

  .footer-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 1rem;
    border-top: 1px solid rgba(238, 230, 207, 0.14);
  }
}

@media (max-width: 480px) {
  .header-actions nav {
    display: none;
  }

  .social-nav {
    padding-left: 0;
    border-left: 0;
  }

  .field-notes div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .kit-items {
    grid-template-columns: 1fr;
  }

  .kit-item,
  .kit-item + .kit-item {
    grid-template-columns: 3.2rem 1fr;
    align-items: center;
    padding: 0.85rem 0;
    border-left: 0;
  }

  .kit-item + .kit-item {
    border-top: 1px solid rgba(238, 230, 207, 0.18);
  }

  .kit-item::after {
    inset: 0 auto 0 -1.25rem;
    width: 2px;
    height: auto;
    transform: scaleY(0);
  }

  .kit-item.is-active::after {
    transform: scaleY(1);
  }

  .kit-detail {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

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

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