@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/BricolageGrotesque-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/SourceSans3-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --paper: #f5f0e5;
  --paper-deep: #e4ddcf;
  --plum: #273127;
  --ink: #292824;
  --coral: #ee7da3;
  --lime: #f2d056;
  --blue: #9fc9c0;
  --rule: rgba(39, 49, 39, 0.27);
  --display: "Bricolage Grotesque", sans-serif;
  --body: "Source Sans 3", sans-serif;
  --pad: clamp(1rem, 3.5vw, 4rem);
  --max: 1480px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 1.125rem;
  line-height: 1.52;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 20;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  pointer-events: none;
  background: rgba(39, 49, 39, 0.08);
}

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

a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

a:hover {
  text-decoration-thickness: 2px;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

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

.binding :focus-visible,
.annotation-band :focus-visible,
.contact-margin :focus-visible {
  outline-color: var(--lime);
}

.annotation-action :focus-visible {
  outline-color: var(--plum);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.9rem;
  color: var(--paper);
  background: var(--plum);
  transform: translateY(-160%);
}

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

.folio-head {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--plum);
  background: var(--paper);
}

.binding {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 78px;
  padding: 0.75rem var(--pad);
  color: var(--paper);
  background: var(--plum);
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  width: fit-content;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
}

.brand strong {
  margin-left: 0.28em;
  color: var(--lime);
  font-size: 0.75em;
  font-variation-settings: "wdth" 80;
  transform: translateY(-0.2em);
}

.brand em {
  align-self: flex-end;
  margin-left: 0.55em;
  color: var(--blue);
  font-family: var(--body);
  font-size: 0.47em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.binding-place,
.binding-phone {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.binding-phone {
  color: var(--lime);
  text-decoration: none;
}

.index-toggle {
  display: none;
  border: 0;
  color: var(--paper);
  background: transparent;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 700;
}

.index-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.index-nav a {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  border-right: 1px solid var(--rule);
  font-family: var(--display);
  font-size: 0.94rem;
  font-weight: 650;
  text-align: center;
  text-decoration: none;
}

.index-nav a:first-child {
  border-left: 1px solid var(--rule);
}

.index-nav a::after {
  position: absolute;
  right: 27%;
  bottom: 10px;
  left: 27%;
  height: 4px;
  content: "";
  background: transparent;
  transform: rotate(-1deg);
}

.index-nav a[aria-current="page"]::after,
.index-nav a:hover::after {
  background: var(--coral);
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: var(--max);
  margin: 0 auto;
}

.spread > * {
  min-width: 0;
}

.cover-copy {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(3.5rem, 7vw, 7.5rem) clamp(2rem, 6vw, 7rem) 3.2rem var(--pad);
}

.folio-kicker,
.section-kicker,
.margin-label {
  margin: 0 0 1.25rem;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cover-copy h1,
.page-title,
.contact-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.25rem, 7.4vw, 8rem);
  font-variation-settings: "opsz" 80, "wdth" 82;
  font-weight: 760;
  letter-spacing: -0.07em;
  line-height: 0.87;
}

.cover-copy h1 span,
.page-title span {
  display: block;
}

.cover-copy h1 .marker,
.page-title .marker {
  width: fit-content;
  margin-top: 0.12em;
  padding: 0.04em 0.13em 0.1em;
  color: var(--plum);
  background: var(--lime);
  transform: rotate(-1deg);
}

.cover-copy h1 .marker {
  font-size: 0.62em;
  line-height: 1.02;
}

.cover-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: end;
  margin-top: 3rem;
}

.cover-lede {
  max-width: 40rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  line-height: 1.38;
}

.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--plum);
  font-family: var(--display);
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.text-arrow::after {
  content: "↗";
  color: var(--coral);
  font-size: 1.4em;
  transition: transform 160ms ease;
}

.text-arrow:hover::after {
  transform: translate(3px, -3px);
}

.cover-images {
  position: relative;
  min-height: 680px;
  border-left: 1px solid var(--rule);
  background: var(--blue);
}

.cover-images::before {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--paper-deep);
  clip-path: polygon(0 0, 100% 0, 100% 18%, 0 82%);
}

.cutout {
  position: absolute;
  margin: 0;
}

.cutout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cutout figcaption {
  position: absolute;
  color: var(--plum);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cutout-road {
  top: 8%;
  right: -3%;
  width: 79%;
  height: 34%;
}

.cutout-road img {
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 83%);
}

.cutout-road figcaption {
  top: calc(100% + 0.55rem);
  right: 8%;
}

.cutout-worker {
  bottom: 6%;
  left: 7%;
  width: 41%;
  height: 52%;
}

.cutout-worker img {
  clip-path: polygon(0 9%, 90% 0, 100% 88%, 11% 100%);
}

.cutout-worker figcaption {
  right: -30%;
  bottom: 4%;
  transform: rotate(-90deg);
}

.cutout-detail {
  right: 4%;
  bottom: 12%;
  width: 42%;
  height: 29%;
}

.cutout-detail img {
  clip-path: polygon(8% 0, 100% 13%, 90% 100%, 0 83%);
}

.registration {
  position: absolute;
  top: 44%;
  right: 7%;
  width: 7rem;
  height: 1.1rem;
  background: var(--coral);
  transform: rotate(8deg);
}

.location-strip {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  border-top: 1px solid var(--plum);
  border-bottom: 1px solid var(--plum);
  background: var(--lime);
}

.location-strip > div {
  padding: clamp(2.25rem, 5vw, 5rem) var(--pad);
}

.location-strip > div:first-child {
  border-right: 1px solid var(--plum);
}

.location-strip h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(2.4rem, 5.4vw, 5.5rem);
  font-variation-settings: "wdth" 78;
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.location-address {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.location-address address {
  max-width: 17ch;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-style: normal;
  font-weight: 560;
  letter-spacing: -0.045em;
  line-height: 1;
}

.legend {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) var(--pad);
}

.legend-heading {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: var(--pad);
  align-items: end;
  margin-bottom: 4rem;
}

.legend-heading h2,
.section-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.75rem, 6vw, 6.3rem);
  font-variation-settings: "opsz" 68, "wdth" 80;
  font-weight: 730;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.legend-heading p {
  max-width: 35rem;
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
}

.legend-list {
  margin: 0;
  border-top: 1px solid var(--plum);
}

.legend-entry {
  display: grid;
  grid-template-columns: 0.27fr 0.73fr;
  gap: var(--pad);
  padding: 1.8rem 0 1.9rem;
  border-bottom: 1px solid var(--rule);
}

.legend-entry dt {
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-weight: 690;
  letter-spacing: -0.045em;
  line-height: 1;
}

.legend-entry dd {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: baseline;
  margin: 0;
}

.legend-entry p {
  max-width: 52rem;
  margin: 0;
}

.legend-entry a {
  color: var(--plum);
  font-size: 0.9rem;
  font-weight: 750;
  text-transform: uppercase;
}

.annotation-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--plum);
  background: var(--plum);
  color: var(--paper);
}

.annotation-copy {
  padding: clamp(4rem, 8vw, 8rem) var(--pad);
}

.annotation-copy .section-kicker {
  color: var(--lime);
}

.annotation-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-variation-settings: "wdth" 78;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.notes-list {
  margin: 0;
  padding: 2rem var(--pad);
  border-left: 1px solid rgba(244, 239, 227, 0.35);
  list-style: none;
}

.notes-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.65rem 0;
  border-bottom: 1px solid rgba(244, 239, 227, 0.24);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.notes-list span {
  color: var(--coral);
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 740;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.annotation-action {
  display: flex;
  grid-column: 1 / -1;
  min-height: 170px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem var(--pad);
  border-top: 1px solid rgba(244, 239, 227, 0.35);
  background: var(--coral);
  color: var(--plum);
}

.annotation-action p {
  max-width: 35rem;
  margin: 0;
}

.annotation-action .text-arrow::after {
  color: var(--plum);
}

/* Shared interior-page framing */
.page-intro {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 9rem) var(--pad) clamp(3rem, 6vw, 6rem);
}

.page-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
}

.page-intro-copy {
  max-width: 34rem;
  margin: 0 0 0.6rem;
  font-size: clamp(1.12rem, 1.8vw, 1.5rem);
}

.route-axis {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  margin-top: 4rem;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-axis i {
  height: 3px;
  background: var(--coral);
  transform: rotate(-0.6deg);
}

.road-photo {
  position: relative;
  max-width: var(--max);
  height: clamp(330px, 53vw, 690px);
  margin: 0 auto clamp(4rem, 8vw, 8rem);
  clip-path: polygon(0 8%, 100% 0, 95% 89%, 4% 100%);
}

.road-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.road-photo::after {
  position: absolute;
  right: 8%;
  bottom: 7%;
  width: 22%;
  height: 12px;
  content: "";
  background: var(--lime);
}

.facing-essays {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--plum);
  border-bottom: 1px solid var(--plum);
}

.essay {
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
}

.essay + .essay {
  border-left: 1px solid var(--plum);
}

.essay h2 {
  margin: 0 0 1.4rem;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  font-variation-settings: "wdth" 80;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.essay p {
  max-width: 34rem;
  margin: 0;
}

.prompt-spread {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) var(--pad);
}

.prompt-spread h2 {
  max-width: 9ch;
  margin: 0;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-variation-settings: "wdth" 80;
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.ruled-prompts {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--plum);
  list-style: none;
}

.ruled-prompts li {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--rule);
}

.ruled-prompts em {
  color: var(--plum);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.inline-cta {
  display: flex;
  min-height: 165px;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.2rem var(--pad);
  border-top: 1px solid var(--plum);
  background: var(--blue);
  color: var(--plum);
}

.inline-cta strong {
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.5vw, 3.6rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

/* Warehouse */
.warehouse-hero {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  min-height: 690px;
  border-bottom: 1px solid var(--plum);
}

.worker-panel {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-height: 690px;
  background: var(--coral);
}

.worker-panel img {
  width: 88%;
  height: 92%;
  object-fit: cover;
  object-position: center 30%;
  clip-path: polygon(0 0, 91% 5%, 100% 91%, 12% 100%);
}

.worker-panel span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.warehouse-heading {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 9vw, 9rem) var(--pad);
}

.warehouse-heading .page-title {
  max-width: 8ch;
}

.warehouse-heading p:last-child {
  max-width: 35rem;
  margin: 2.2rem 0 0;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.aisle-strip {
  position: relative;
  height: clamp(210px, 28vw, 390px);
  border-bottom: 1px solid var(--plum);
  overflow: hidden;
}

.aisle-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aisle-strip p {
  position: absolute;
  right: var(--pad);
  bottom: 1.1rem;
  max-width: 22rem;
  margin: 0;
  padding: 0.75rem 1rem;
  color: var(--paper);
  background: var(--plum);
  font-size: 0.9rem;
}

.inquiry-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.inquiry {
  min-height: 440px;
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
}

.inquiry:first-child {
  color: var(--plum);
  background: var(--lime);
}

.inquiry:last-child {
  border-left: 1px solid var(--plum);
}

.inquiry h2 {
  max-width: 12ch;
  margin: 0 0 1.7rem;
  font-family: var(--display);
  font-size: clamp(2.3rem, 4.6vw, 4.7rem);
  font-variation-settings: "wdth" 80;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.inquiry p {
  max-width: 34rem;
}

.caveat {
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-size: 0.95rem;
  font-weight: 650;
}

.sequence {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) var(--pad);
}

.sequence h2 {
  max-width: 12ch;
}

.sequence-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  border-top: 4px solid var(--coral);
}

.sequence-line article {
  padding: 1.5rem clamp(1rem, 3vw, 3rem) 0 0;
}

.sequence-line article + article {
  padding-left: clamp(1rem, 3vw, 3rem);
  border-left: 1px solid var(--rule);
}

.sequence-line h3 {
  margin: 0 0 0.8rem;
  color: var(--plum);
  font-family: var(--display);
  font-size: 1.55rem;
}

/* Transportation logistics */
.contour-hero {
  position: relative;
  min-height: 720px;
  border-bottom: 1px solid var(--plum);
  overflow: hidden;
}

.contour-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--plum);
  opacity: 0.24;
}

.contour-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 4rem;
  max-width: var(--max);
  min-height: 720px;
  align-items: center;
  margin: 0 auto;
  padding: 4rem var(--pad);
}

.contour-copy .page-title {
  max-width: 9ch;
}

.contour-lede {
  max-width: 33rem;
  padding: 2rem 0 2rem 2rem;
  border-left: 8px solid var(--lime);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.scatter-word {
  position: absolute;
  z-index: 1;
  color: var(--plum);
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.scatter-word:nth-of-type(1) { top: 12%; left: 57%; }
.scatter-word:nth-of-type(2) { top: 28%; right: 7%; }
.scatter-word:nth-of-type(3) { right: 27%; bottom: 14%; }
.scatter-word:nth-of-type(4) { bottom: 8%; left: 9%; }

.logistics-notes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid var(--plum);
}

.logistics-notes article {
  min-height: 350px;
  padding: clamp(3rem, 7vw, 7rem) var(--pad);
  border-bottom: 1px solid var(--rule);
}

.logistics-notes article:nth-child(even) {
  border-left: 1px solid var(--plum);
}

.logistics-notes h2 {
  max-width: 11ch;
  margin: 0 0 1.3rem;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
  font-variation-settings: "wdth" 82;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.desert-interrupt {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  min-height: 440px;
  background: var(--coral);
}

.desert-interrupt figure {
  margin: 0;
  clip-path: polygon(0 0, 97% 8%, 91% 100%, 0 100%);
}

.desert-interrupt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desert-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem var(--pad);
  color: var(--plum);
}

.desert-caption p:last-child {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 0.36fr 1.64fr;
  min-height: 760px;
  border-bottom: 1px solid var(--plum);
}

.contact-margin {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(3rem, 6vw, 6rem) var(--pad);
  color: var(--paper);
  background: var(--plum);
}

.contact-margin h1 {
  max-width: 8ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5.7rem);
  font-variation-settings: "wdth" 78;
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.contact-margin .section-kicker {
  color: var(--lime);
}

.direct-contact {
  display: grid;
  gap: 1.1rem;
  font-style: normal;
}

.direct-contact a {
  color: var(--lime);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 680;
}

.direct-contact p {
  margin: 0;
  font-size: 0.95rem;
}

.note-form-wrap {
  padding: clamp(3rem, 6vw, 6rem) var(--pad);
}

.note-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}

.note-intro h2 {
  margin: 0;
  color: var(--plum);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
  font-variation-settings: "wdth" 82;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.note-intro p {
  max-width: 38rem;
  margin: 0;
}

.letter-form {
  border-top: 1px solid var(--plum);
}

.sentence-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: baseline;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--rule);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.sentence-row label,
.sentence-row .spoken {
  color: var(--plum);
  font-family: var(--display);
  font-weight: 650;
}

.sentence-row input,
.sentence-row select,
.sentence-row textarea {
  min-width: 12rem;
  flex: 1 1 15rem;
  padding: 0.25rem 0.15rem;
  border: 0;
  border-bottom: 2px solid var(--plum);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
}

.sentence-row select {
  cursor: pointer;
}

.sentence-row textarea {
  min-height: 100px;
  resize: vertical;
}

.sentence-row input:focus,
.sentence-row select:focus,
.sentence-row textarea:focus {
  border-bottom-color: var(--coral);
}

.sentence-row input:focus-visible,
.sentence-row select:focus-visible,
.sentence-row textarea:focus-visible,
.reply-options input:focus-visible {
  outline: 3px solid var(--plum);
  outline-offset: 3px;
}

.required-mark {
  color: #8b1727;
  font-weight: 850;
}

.required-note,
.reply-hint {
  color: var(--plum);
  font-size: 0.86rem;
  font-weight: 650;
}

.reply-options {
  display: inline-flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.reply-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  cursor: pointer;
}

.reply-options input {
  min-width: 0;
  width: 1rem;
  flex: none;
  accent-color: var(--plum);
}

.form-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  padding-top: 1.8rem;
}

.prepare-button {
  min-height: 58px;
  padding: 0.9rem 1.4rem;
  border: 2px solid var(--plum);
  border-radius: 0;
  color: var(--plum);
  background: var(--coral);
  cursor: pointer;
  font-family: var(--display);
  font-weight: 760;
}

.prepare-button:hover {
  color: var(--paper);
  background: var(--plum);
}

.form-disclosure,
.form-status {
  margin: 0;
  font-size: 0.92rem;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  color: var(--plum);
  font-weight: 700;
}

.form-status[data-state="error"] {
  color: #8b1727;
}

/* Colophon */
.colophon {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.2rem var(--pad) 2.5rem;
  border-top: 1px solid var(--plum);
  background: var(--paper);
  font-size: 0.83rem;
}

.colophon p,
.colophon address {
  margin: 0;
  font-style: normal;
}

.colophon strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--plum);
  font-family: var(--display);
  font-size: 1rem;
}

.colophon-nav {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
}

.colophon-nav a {
  color: var(--plum);
}

.colophon-contact {
  display: grid;
  gap: 0.35rem;
  justify-items: end;
  text-align: right;
}

.colophon-contact a {
  color: var(--plum);
  font-weight: 700;
}

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

@media (max-width: 980px) {
  body::before {
    display: none;
  }

  .binding {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .binding-place,
  .binding-phone,
  .brand em {
    display: none;
  }

  .brand::before {
    content: "W";
  }

  .brand {
    font-size: 0;
  }

  .brand strong {
    margin-left: 0.1em;
    font-size: 1.4rem;
    transform: none;
  }

  .brand strong::before {
    color: var(--paper);
    content: "W";
  }

  .js .index-toggle {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
  }

  .index-toggle::after {
    color: var(--lime);
    content: "+";
    font-size: 1.25rem;
  }

  .folio-head.is-open .index-toggle::after {
    content: "×";
  }

  .index-nav {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .js .index-nav {
    display: none;
  }

  .js .folio-head.is-open .index-nav {
    display: grid;
  }

  .index-nav a,
  .index-nav a:first-child {
    min-height: 58px;
    justify-content: flex-start;
    padding: 0.75rem var(--pad);
    border: 0;
    border-bottom: 1px solid var(--rule);
    text-align: left;
  }

  .index-nav a::after {
    top: 50%;
    right: var(--pad);
    bottom: auto;
    left: auto;
    width: 2.2rem;
  }

  .cover-copy,
  .cover-images {
    min-height: 600px;
  }

  .cover-copy {
    padding-right: 2.5rem;
  }

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

  .colophon-nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .spread,
  .location-strip,
  .legend-heading,
  .annotation-band,
  .page-intro-grid,
  .facing-essays,
  .prompt-spread,
  .warehouse-hero,
  .inquiry-pair,
  .contour-copy,
  .desert-interrupt,
  .contact-layout,
  .note-intro {
    grid-template-columns: 1fr;
  }

  .cover-copy {
    min-height: auto;
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .cover-copy h1 {
    max-width: 11ch;
  }

  .cover-images {
    min-height: 620px;
    border-top: 1px solid var(--plum);
    border-left: 0;
  }

  .location-strip > div:first-child,
  .essay + .essay,
  .inquiry:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--plum);
    border-left: 0;
  }

  .legend-entry {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .notes-list {
    border-top: 1px solid rgba(244, 239, 227, 0.35);
    border-left: 0;
  }

  .annotation-action {
    grid-column: 1;
  }

  .prompt-spread {
    gap: 3rem;
  }

  .warehouse-hero,
  .worker-panel {
    min-height: 560px;
  }

  .warehouse-heading {
    grid-column: 1;
    grid-row: auto;
    order: 1;
  }

  .worker-panel {
    grid-column: 1;
    grid-row: auto;
    order: 2;
  }

  .warehouse-heading {
    min-height: 500px;
  }

  .contour-copy {
    min-height: 690px;
    align-content: center;
  }

  .contact-margin {
    min-height: 470px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 1rem;
  }

  .cover-copy h1,
  .page-title {
    font-size: clamp(3rem, 7.4vw, 5.4rem);
  }

  .cover-bottom,
  .location-address,
  .legend-entry dd,
  .annotation-action,
  .inline-cta,
  .form-actions,
  .colophon {
    grid-template-columns: 1fr;
  }

  .cover-bottom,
  .location-address,
  .annotation-action,
  .inline-cta {
    align-items: flex-start;
  }

  .location-address,
  .annotation-action,
  .inline-cta {
    flex-direction: column;
  }

  .cover-images {
    min-height: 540px;
  }

  .cutout-road {
    right: 2%;
    width: 86%;
  }

  .cutout-worker {
    left: 3%;
    width: 46%;
  }

  .cutout-detail {
    right: 2%;
    width: 47%;
  }

  .legend-entry dd {
    gap: 0.6rem;
  }

  .legend-entry a {
    width: fit-content;
  }

  .sequence-line {
    grid-template-columns: 1fr;
    border-top-width: 1px;
  }

  .sequence-line article,
  .sequence-line article + article {
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--rule);
    border-left: 0;
  }

  .logistics-notes {
    grid-template-columns: 1fr;
  }

  .logistics-notes article,
  .logistics-notes article:nth-child(even) {
    min-height: 0;
    border-left: 0;
  }

  .scatter-word {
    display: none;
  }

  .desert-interrupt figure {
    min-height: 320px;
  }

  .sentence-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .sentence-row input,
  .sentence-row select,
  .sentence-row textarea {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .form-actions {
    display: grid;
  }

  .prepare-button {
    width: 100%;
  }

  .colophon-contact {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .binding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .cover-images {
    min-height: 490px;
  }

  .cutout-road {
    top: 5%;
    height: 31%;
  }

  .cutout-worker {
    bottom: 4%;
    width: 52%;
    height: 53%;
  }

  .cutout-detail {
    right: 0;
    bottom: 10%;
    width: 48%;
    height: 25%;
  }

  .cutout figcaption,
  .registration {
    display: none;
  }

  .worker-panel,
  .warehouse-hero {
    min-height: 470px;
  }

  .worker-panel img {
    width: 94%;
  }
}
