/* Interior pages share the type system but each uses a separate page silhouette. */
.page-code { margin: 0 0 34px; color: var(--terra); font-size: 13px; font-weight: 800; letter-spacing: .17em; }
.handling-intro h1,
.movement-hero h1,
.contact-intro h1 {
  margin: 0;
  font-size: clamp(58px, 7.8vw, 126px);
  line-height: .88;
  letter-spacing: -.06em;
  font-weight: 800;
}
.handling-intro h1 em,
.movement-hero h1 em,
.contact-intro h1 em { font-family: var(--serif); font-weight: 390; font-style: italic; }
.button--blue { width: fit-content; background: var(--blue); color: #fff; border-color: var(--blue); }
.button--blue:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }

/* Handling: an annotated warehouse field note. */
.handling-intro {
  min-height: 490px;
  padding: clamp(64px, 8vw, 126px) var(--edge);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  align-items: end;
  gap: 70px;
}
.handling-intro__copy { max-width: 530px; margin: 0 0 8px; font-family: var(--serif); font-size: clamp(21px, 2.2vw, 32px); line-height: 1.35; }
.floor-view { position: relative; min-height: 680px; margin-inline: var(--edge); background: var(--ink); }
.floor-view figure { height: min(76vh, 820px); min-height: 660px; margin: 0; position: relative; }
.floor-view img { width: 100%; height: 100%; object-fit: cover; }
.floor-view figcaption,
.handoff-study figcaption,
.movement-hero__photo figcaption {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 12px;
  max-width: 520px;
  padding: 9px 11px;
  background: rgba(22,23,15,.86);
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
}
.floor-view__note {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(440px, 42%);
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--blue);
  color: #fff;
}
.floor-view__number { position: absolute; top: 26px; right: 28px; color: var(--lime); font-size: 14px; font-weight: 800; letter-spacing: .14em; }
.floor-view__note h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(30px, 3.1vw, 48px); font-weight: 430; line-height: 1.03; }
.floor-view__note p { margin: 0; max-width: 38ch; }
.detail-ledger { padding: clamp(82px, 10vw, 160px) var(--edge); display: grid; grid-template-columns: .74fr 1.26fr; gap: clamp(50px, 9vw, 150px); }
.detail-ledger__head { position: sticky; top: 30px; align-self: start; }
.detail-ledger__head h2 { max-width: 590px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 68px); font-weight: 430; line-height: 1.04; letter-spacing: -.04em; }
.detail-ledger__rows { border-top: 2px solid var(--ink); }
.detail-ledger__rows article { min-height: 152px; padding: 28px 0; display: grid; grid-template-columns: 54px .45fr 1fr; gap: 24px; border-bottom: 1px solid var(--line); align-items: start; }
.detail-ledger__rows article > span { color: var(--terra); font-size: 13px; font-weight: 800; letter-spacing: .13em; }
.detail-ledger__rows h3 { margin: 0; font-size: 21px; line-height: 1.15; }
.detail-ledger__rows p { margin: 0; color: var(--muted); }
.handoff-study { margin: 0 var(--edge) clamp(80px, 10vw, 150px); display: grid; grid-template-columns: 1.15fr .85fr; background: var(--terra); color: #fff; }
.handoff-study figure { min-width: 0; min-height: 570px; margin: 0; position: relative; }
.handoff-study img { width: 100%; height: 100%; object-fit: cover; }
.handoff-study__copy { padding: clamp(38px, 5.2vw, 84px); display: flex; flex-direction: column; justify-content: center; }
.handoff-study__copy .page-code { color: var(--lime); }
.handoff-study__copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); line-height: 1.02; font-weight: 430; }
.handoff-study__copy p:not(.page-code) { max-width: 47ch; margin: 24px 0 32px; }
.contact-ribbon { padding: 36px var(--edge); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--ink); color: #fff; }
.contact-ribbon p { margin: 0; }
.contact-ribbon span { display: block; margin-bottom: 7px; color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-ribbon p:last-child { max-width: 60ch; color: #c8c9bf; font-size: 14px; }

/* Movement: a dark route board. */
.movement-page { background: var(--ink); color: #fff; }
.topline--dark { background: var(--ink); color: #fff; border-color: rgba(255,255,255,.18); }
.movement-hero { min-height: 720px; display: grid; grid-template-columns: minmax(480px, .8fr) minmax(0, 1.2fr); position: relative; overflow: hidden; }
.movement-hero__copy { z-index: 1; padding: clamp(68px, 7.5vw, 128px) var(--edge); display: flex; flex-direction: column; justify-content: center; }
.movement-hero h1 { font-size: clamp(62px, 7vw, 112px); }
.movement-hero h1 em { color: var(--lime); }
.movement-hero__copy > p:not(.page-code) { max-width: 560px; margin: 30px 0 34px; color: #d7d7cd; font-size: clamp(18px, 1.5vw, 23px); }
.button--lime { width: fit-content; background: var(--lime); color: var(--ink); border-color: var(--lime); }
.button--lime:hover { background: var(--terra); color: #fff; border-color: var(--terra); }
.movement-hero__photo { min-width: 0; min-height: 720px; margin: 0; position: relative; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.movement-hero__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.movement-hero__stamp { position: absolute; z-index: 3; left: calc(42% - 73px); bottom: 58px; width: 146px; height: 146px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--terra); color: #fff; transform: rotate(-8deg); }
.movement-hero__stamp b { font-family: var(--serif); font-size: 26px; }
.movement-hero__stamp span { font-size: 11px; letter-spacing: .13em; }
.route-sheet { padding: clamp(85px, 10vw, 160px) var(--edge); display: grid; grid-template-columns: minmax(280px, .75fr) minmax(430px, 1.25fr); gap: clamp(50px, 9vw, 150px); background: var(--paper-2); color: var(--ink); }
.route-sheet__head h2 { max-width: 610px; margin: 0; font-family: var(--serif); font-weight: 430; font-size: clamp(42px, 5vw, 76px); line-height: 1.01; letter-spacing: -.045em; }
.route-sheet__head > p:last-child { max-width: 540px; margin-top: 28px; color: var(--muted); }
.route-sheet__list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.route-sheet__list li { padding: 28px 0; display: grid; grid-template-columns: 66px 1fr; gap: 24px; border-bottom: 1px solid var(--line); }
.route-sheet__list li > span { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--blue); font-size: 12px; font-weight: 800; }
.route-sheet__list h3 { margin: 0 0 6px; font-size: 23px; }
.route-sheet__list p { margin: 0; color: var(--muted); }
.service-tape { min-height: 96px; padding: 20px var(--edge); display: flex; align-items: center; justify-content: space-between; gap: 22px; overflow: hidden; background: var(--lime); color: var(--ink); font-size: clamp(14px, 1.45vw, 21px); font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.service-tape p { margin: 0; }
.service-tape span { color: var(--terra); }
.movement-contact { padding: clamp(90px, 11vw, 175px) var(--edge); background: var(--blue); }
.movement-contact__label { margin: 0 0 26px; color: var(--lime); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.movement-contact h2 { max-width: 1110px; margin: 0; font-family: var(--serif); font-weight: 430; font-size: clamp(44px, 6.8vw, 104px); line-height: .99; letter-spacing: -.05em; }
.movement-contact__links { max-width: 900px; margin-top: 58px; display: grid; }
.movement-contact__links a { padding: 18px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.5); font-size: clamp(20px, 2.2vw, 32px); font-weight: 720; }
.movement-contact__links a:hover { color: var(--lime); }
.address-note { max-width: 800px; margin: 42px 0 0; color: #d9dffd; font-size: 14px; }

/* Contact: a split brief desk. */
.topline--terra { background: var(--terra); color: #fff; border-color: rgba(255,255,255,.26); }
.brand__mark--reverse { background: var(--lime); color: var(--ink); }
.brand__mark--reverse i { background: var(--blue); color: #fff; }
.contact-main { display: grid; grid-template-columns: minmax(360px, .76fr) minmax(520px, 1.24fr); align-items: stretch; }
.contact-intro { padding: clamp(64px, 7vw, 112px) var(--edge); background: var(--terra); color: #fff; }
.contact-intro .page-code { color: var(--lime); }
.contact-intro h1 { font-size: clamp(58px, 6.7vw, 106px); }
.contact-intro h1 em { color: var(--lime); }
.contact-intro > p:not(.page-code):not(.contact-intro__caveat) { max-width: 610px; margin: 30px 0 42px; font-size: clamp(18px, 1.7vw, 24px); }
.direct-stack { border-top: 1px solid rgba(255,255,255,.55); }
.direct-stack a { padding: 18px 0; display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.55); }
.direct-stack span { font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.direct-stack b { overflow-wrap: anywhere; font-size: clamp(16px, 1.5vw, 22px); }
.direct-stack i { font-style: normal; font-size: 23px; }
.contact-intro address { margin-top: 54px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.55); font-style: normal; font-family: var(--serif); font-size: clamp(23px, 2.5vw, 36px); line-height: 1.2; }
.contact-intro address span { display: block; margin-bottom: 13px; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.contact-intro__caveat { max-width: 570px; margin: 18px 0 0; color: #ffe2d9; font-size: 13px; }
.inquiry-panel { padding: clamp(64px, 7vw, 110px) var(--edge) clamp(90px, 10vw, 150px); background: var(--paper-2); color: var(--ink); }
.inquiry-panel__head { max-width: 760px; }
.inquiry-panel__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(41px, 5vw, 72px); line-height: 1.02; font-weight: 430; letter-spacing: -.04em; }
.inquiry-panel__head > p:last-child { max-width: 650px; color: var(--muted); }
#contact-form { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px 24px; }
.field { display: grid; gap: 8px; }
.field--wide { grid-column: 1 / -1; }
.field label { font-weight: 720; }
.field label > span { color: var(--terra); }
.field label small { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 3px; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); }
.field textarea { padding: 16px; border: 2px solid var(--ink); resize: vertical; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a82014; background: #fff0ec; }
.form-actions { display: flex; align-items: center; gap: 22px; }
.form-actions .button:disabled { cursor: not-allowed; opacity: .52; }
.reset-link { border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.form-noscript { margin: 28px 0 0; padding: 14px 16px; border-left: 4px solid var(--terra); background: #fff0ec; }
.form-status { min-height: 1.5em; margin: -14px 0 0; color: #a82014; font-weight: 680; }
.form-status[data-tone="success"] { color: #235718; }
.draft-panel { margin-top: 44px; padding: 30px; border: 2px solid var(--blue); background: #edf0ff; }
.draft-panel[hidden] { display: none; }
.draft-panel h3 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 3vw, 44px); font-weight: 430; }
.draft-panel dl { margin: 28px 0; display: grid; grid-template-columns: 130px 1fr; border-top: 1px solid #aab4e4; }
.draft-panel dt, .draft-panel dd { margin: 0; padding: 10px 0; border-bottom: 1px solid #aab4e4; }
.draft-panel dt { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.draft-panel dd { white-space: pre-wrap; overflow-wrap: anywhere; }
.draft-panel > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 980px) {
  .handling-intro { grid-template-columns: 1fr; align-items: start; }
  .detail-ledger { grid-template-columns: 1fr; }
  .detail-ledger__head { position: static; }
  .movement-hero { grid-template-columns: 1fr; }
  .movement-hero__photo { min-height: 560px; clip-path: none; }
  .movement-hero__stamp { left: auto; right: var(--edge); bottom: 500px; }
  .route-sheet { grid-template-columns: 1fr; }
  .service-tape { flex-wrap: wrap; justify-content: flex-start; overflow: visible; white-space: normal; }
  .contact-main { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .handling-intro { min-height: 0; padding: 58px 18px 68px; gap: 34px; }
  .handling-intro h1, .movement-hero h1, .contact-intro h1 { font-size: clamp(50px, 15vw, 74px); }
  .handling-intro__copy { font-size: 20px; }
  .floor-view { min-height: 0; margin-inline: 0; }
  .floor-view figure { min-height: 520px; height: 70vh; }
  .floor-view__note { position: relative; width: 100%; min-height: 280px; padding: 30px 18px; }
  .detail-ledger { padding: 72px 18px; gap: 44px; }
  .detail-ledger__rows article { grid-template-columns: 38px 1fr; gap: 12px; }
  .detail-ledger__rows p { grid-column: 2; }
  .handoff-study { margin: 0 0 70px; grid-template-columns: 1fr; }
  .handoff-study figure { min-height: 430px; }
  .handoff-study__copy { padding: 48px 18px 58px; }
  .contact-ribbon { padding: 34px 18px; grid-template-columns: 1fr; gap: 24px; }
  .movement-hero { min-height: 0; }
  .movement-hero__copy { padding: 66px 18px 76px; }
  .movement-hero__photo { min-height: 490px; }
  .movement-hero__stamp { width: 114px; height: 114px; right: 18px; bottom: 436px; }
  .route-sheet { padding: 76px 18px; gap: 52px; }
  .route-sheet__list li { grid-template-columns: 52px 1fr; }
  .service-tape { min-height: 78px; padding-inline: 18px; justify-content: flex-start; overflow-x: auto; }
  .movement-contact { padding: 76px 18px 90px; }
  .movement-contact__links a { font-size: 18px; overflow-wrap: anywhere; }
  .contact-intro, .inquiry-panel { padding: 58px 18px 76px; }
  #contact-form { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .reset-link { align-self: center; }
  .draft-panel { padding: 22px 16px; }
  .draft-panel dl { grid-template-columns: 1fr; }
  .draft-panel dt { padding-bottom: 2px; border-bottom: 0; }
  .draft-panel dd { padding-top: 2px; }
}
