:root {
  color-scheme: light;
  --soot: #191817;
  --maple: #e4c89d;
  --cork: #a87645;
  --oxide: #4f7b73;
  --copper: #c87545;
  --chalk: #f4ebdd;
  --workwear: #263b4a;
  --ink-soft: rgba(25, 24, 23, .69);
  --seam: rgba(25, 24, 23, .25);
  font-family: "Arial Narrow", "Aptos Narrow", Arial, sans-serif;
  background: var(--chalk);
  color: var(--soot);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; background: var(--chalk); }
a { color: inherit; text-underline-offset: .24em; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.selvedge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem clamp(1rem, 3vw, 3rem);
  background: var(--soot);
  color: var(--chalk);
  border-bottom: .55rem solid var(--copper);
}
.selvedge strong { font-family: Rockwell, Georgia, serif; font-size: 1.35rem; letter-spacing: -.02em; }
.selvedge a { font-size: .9rem; color: rgba(244,235,221,.78); }

.arrival {
  min-height: 88vh;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(20rem, 1.18fr);
  background: var(--maple);
  border-bottom: 1px solid var(--soot);
}
.arrival-copy { align-self: center; padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem); }
.arrival h1 { max-width: 8ch; margin: 0 0 1.5rem; font: 900 clamp(4rem, 9vw, 9.4rem)/.82 Rockwell, Georgia, serif; letter-spacing: -.055em; }
.arrival p { max-width: 38rem; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.55; }
.arrival figure { margin: 0; min-height: 44rem; background: var(--cork); overflow: hidden; clip-path: polygon(10% 0, 100% 0, 100% 92%, 0 100%, 0 8%); }

.benchline { background: linear-gradient(90deg, var(--chalk) 0 12%, #ead8bd 12% 12.5%, var(--chalk) 12.5% 100%); }
.handoff {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(.75rem, 1.8vw, 1.6rem);
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 5vw, 6rem);
  border-bottom: 1px solid var(--seam);
}
.handoff > header { grid-column: 1 / span 4; align-self: start; position: sticky; top: 1.5rem; }
.handoff .ordinal { display: inline-block; margin-bottom: 1rem; padding: .45rem .7rem; background: var(--soot); color: var(--chalk); font-weight: 700; }
.handoff h2 { margin: 0 0 1rem; font: 800 clamp(2.4rem, 4vw, 4.7rem)/.94 Rockwell, Georgia, serif; }
.handoff p { color: var(--ink-soft); line-height: 1.66; }
.evidence-strip { grid-column: 5 / -1; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(.65rem, 1vw, 1rem); align-items: stretch; }
.evidence-strip figure { margin: 0; overflow: hidden; min-height: 14rem; background: var(--cork); border: 1px solid var(--soot); }
.evidence-strip figure:nth-child(1) { grid-column: span 4; min-height: 31rem; clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 0 100%); }
.evidence-strip figure:nth-child(2) { grid-column: span 2; min-height: 31rem; }
.evidence-strip figure:nth-child(3) { grid-column: span 2; }
.evidence-strip figure:nth-child(4) { grid-column: span 4; }
.handoff:nth-of-type(even) { background: var(--workwear); color: var(--chalk); }
.handoff:nth-of-type(even) p { color: rgba(244,235,221,.72); }
.handoff:nth-of-type(even) .ordinal { background: var(--maple); color: var(--soot); }
.handoff:nth-of-type(even) .evidence-strip figure { border-color: var(--maple); }

.handoff-wide {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  min-height: 76vh;
  background: var(--soot);
  color: var(--chalk);
}
.handoff-wide figure { margin: 0; min-height: 36rem; background: var(--cork); overflow: hidden; }
.handoff-wide div { padding: clamp(3rem, 7vw, 7rem); align-self: center; }
.handoff-wide h2 { margin: 0 0 1rem; font: 800 clamp(3rem, 6vw, 6.3rem)/.9 Rockwell, Georgia, serif; color: var(--maple); }
.handoff-wide p { color: rgba(244,235,221,.74); line-height: 1.68; }
.benchfoot { display: flex; justify-content: space-between; gap: 1rem; padding: 2rem clamp(1rem, 4vw, 4rem); background: var(--copper); color: var(--soot); font-weight: 700; }

/* Policy: a stitched material passport rather than a card wall. */
.passport { background: #efe2cf; }
.passport-arrival {
  display: grid;
  grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr);
  min-height: 78vh;
  border-bottom: 1px solid var(--soot);
}
.passport-arrival figure { margin: 0; min-height: 38rem; overflow: hidden; background: var(--cork); clip-path: polygon(0 0, 100% 0, 94% 100%, 0 92%); }
.passport-arrival div { padding: clamp(3rem, 8vw, 8rem); align-self: center; }
.passport-arrival h1 { margin: 0 0 1rem; font: 900 clamp(3.7rem, 8vw, 8rem)/.84 Rockwell, Georgia, serif; letter-spacing: -.05em; }
.passport-arrival p { color: var(--ink-soft); line-height: 1.65; max-width: 46rem; }
.passport-layout { display: grid; grid-template-columns: minmax(15rem, .27fr) minmax(0, .73fr); align-items: start; }
.passport-index {
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow: auto;
  padding: clamp(1.5rem, 3vw, 3rem);
  background: var(--soot);
  color: var(--chalk);
  border-right: .75rem double var(--copper);
}
.passport-index h2 { margin: 0 0 1.25rem; font: 800 1.7rem Rockwell, Georgia, serif; color: var(--maple); }
.passport-index ol { list-style: none; padding: 0; margin: 0; }
.passport-index li { border-top: 1px solid rgba(244,235,221,.2); }
.passport-index a { display: block; padding: .68rem 0; font-size: .9rem; color: rgba(244,235,221,.78); }
.passport-pages { min-width: 0; }
.passport-chapter { display: grid; grid-template-columns: repeat(10, minmax(0,1fr)); gap: clamp(1rem, 3vw, 3rem); padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 6rem); border-bottom: 1px solid var(--seam); }
.passport-chapter:nth-child(even) { background: var(--workwear); color: var(--chalk); }
.passport-chapter > h2 { grid-column: 1 / -1; margin: 0 0 1rem; font: 900 clamp(2.6rem, 5vw, 5.5rem)/.9 Rockwell, Georgia, serif; color: var(--copper); }
.passport-unit { grid-column: 2 / -1; display: grid; grid-template-columns: minmax(11rem, .42fr) minmax(0, .58fr); gap: clamp(1rem, 3vw, 3rem); align-items: start; padding: 1.3rem 0; border-top: 1px solid currentColor; scroll-margin-top: 1rem; }
.passport-unit:nth-of-type(even) { grid-column: 1 / span 8; grid-template-columns: minmax(0, .58fr) minmax(11rem, .42fr); }
.passport-unit:nth-of-type(even) figure { order: 2; }
.passport-unit figure { margin: 0; min-height: 14rem; background: var(--cork); overflow: hidden; clip-path: polygon(0 0, 94% 0, 100% 14%, 100% 100%, 6% 100%, 0 86%); }
.passport-unit h3 { margin: 0 0 .7rem; font: 800 clamp(1.35rem, 2.4vw, 2.15rem)/1.08 Rockwell, Georgia, serif; }
.passport-unit p { margin: 0 0 .75rem; color: var(--ink-soft); line-height: 1.65; }
.passport-chapter:nth-child(even) .passport-unit p { color: rgba(244,235,221,.73); }
.passport-exit { display: grid; grid-template-columns: 1fr 1fr; min-height: 62vh; background: var(--maple); }
.passport-exit figure { margin: 0; min-height: 30rem; overflow: hidden; background: var(--cork); }
.passport-exit div { padding: clamp(3rem, 7vw, 7rem); align-self: center; }
.passport-exit h2 { margin: 0 0 1rem; font: 900 clamp(2.8rem, 6vw, 6rem)/.9 Rockwell, Georgia, serif; }
.passport-exit p { color: var(--ink-soft); line-height: 1.65; }

@media (max-width: 860px) {
  .arrival, .passport-arrival, .handoff-wide, .passport-exit { grid-template-columns: 1fr; }
  .arrival figure, .passport-arrival figure { min-height: 55vh; }
  .handoff { display: block; }
  .handoff > header { position: static; margin-bottom: 2rem; }
  .evidence-strip { display: grid; }
  .passport-layout { display: block; }
  .passport-index { position: static; max-height: none; border-right: 0; border-bottom: .75rem double var(--copper); }
  .passport-index ol { columns: 2; column-gap: 2rem; }
  .passport-unit, .passport-unit:nth-of-type(even) { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .arrival h1 { font-size: 4.1rem; }
  .evidence-strip { grid-template-columns: 1fr 1fr; }
  .evidence-strip figure:nth-child(n) { grid-column: span 1; min-height: 13rem; clip-path: none; }
  .passport-index ol { columns: 1; }
  .passport-chapter { display: block; }
  .passport-unit, .passport-unit:nth-of-type(even) { display: block; }
  .passport-unit figure, .passport-unit:nth-of-type(even) figure { order: initial; margin-bottom: 1rem; }
  .benchfoot { display: block; }
  .benchfoot a { display: inline-block; margin-top: .75rem; }
}

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