/* aaroncphelps.com — the homepage (v10, "Story Split"). Ported from
   design/homepage-v10. Paper ground, ink type, one orange accent; the pixel
   field (pixel-field-story.js) lives on a fixed canvas behind everything and
   re-crops itself as the story moves. Four chapters on one page: the hero
   and the work over the field, "How I help" in the right-hand reading
   column, the book under a translucent dark sheet that rises over the
   frozen light chapter, and a short, near-opaque final band. Crisp sans
   headlines, a hard word-by-word cut wherever text enters or leaves, film
   grain over the whole page. No border-radius except the circle buttons and
   the round portrait; no shadows except the book cover's. The type is the
   site's GT system (fonts.css, from design/homepage-v10/TYPE.md): the
   values in the scale below are that file's, on this page's selectors. The
   page loads fonts.css and this stylesheet only. */

:root {
  --paper: #e8e6e1;
  --ink: #2b2b29;
  --muted: #6b6b67;
  --body: #585855;
  --orange: #c9502b;
  --sky: #9fd3ec;
  --sage: #d3d9c3;
  --lav: #cbc7dc;
  --rule: rgba(43, 43, 41, .18);
  --gutter: clamp(24px, 2.8vw, 52px);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 104px; }

body {
  isolation: isolate;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
a:hover { opacity: .6; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--orange); outline-offset: 6px; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
/* the whole page changes colour when the dark chapter takes over */
body, a, p, h1, h2, h3, span, cite, blockquote, button { transition: color .5s ease, border-color .5s ease; }

/* the dark chapter's palette: on the sheet, the final band, and on the
   fixed chrome once the sheet edge has passed the masthead */
.dark, .final, body[data-dark="on"] {
  --ink: #e8e6e1;
  --muted: #a9a8a3;
  --body: #c4c2bc;
  --rule: rgba(232, 230, 225, .22);
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  background: var(--orange);
  color: var(--paper);
  padding: 12px;
  transform: translateY(-200%);
}
.skip-link:focus { transform: none; }

/* ---------- the fixed layers, bottom to top ---------- */

/* the dot grid, fading from the left edge to the right */
.screen-grid {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(43, 43, 41, .2) .7px, transparent 1px);
  background-size: 10px 10px;
  -webkit-mask-image: linear-gradient(90deg, #000 10%, rgba(0, 0, 0, .65) 45%, rgba(0, 0, 0, .18) 65%);
  mask-image: linear-gradient(90deg, #000 10%, rgba(0, 0, 0, .65) 45%, rgba(0, 0, 0, .18) 65%);
}
/* the pixel field */
#signal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transition: opacity .25s ease;
}
body[data-stage="project"] #signal { opacity: calc(.1 - var(--vac, 0) * .1); }
/* the paper fade at the top and bottom of the screen */
.screen-fade {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(0deg, var(--paper) 0%, rgba(232, 230, 225, .85) 12%, transparent 30%, transparent 86%, var(--paper) 100%);
}
/* the page and its pixels take on the focused project's colour */
.tint {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0;
  background: var(--orange);
  transition: background .5s ease;
}
/* film grain over everything, shifting on a hard step */
.grain {
  position: fixed;
  inset: -25%;
  width: 150%;
  height: 150%;
  pointer-events: none;
  z-index: 20;
  background-image: url("/assets/home/grain.png");
  background-size: 155px 155px;
  opacity: .16;
  mix-blend-mode: overlay;
  animation: grain-shift .24s steps(1) infinite;
  will-change: transform;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 2%); }
  40% { transform: translate(2%, -3%); }
  60% { transform: translate(-1%, 3%); }
  80% { transform: translate(3%, -1%); }
}
body.paused .grain { animation-play-state: paused; }

.screen-fade, .screen-grid { transition: opacity .8s ease; }
body[data-dark="on"] .screen-grid { filter: invert(1); opacity: .5; }
body[data-dark="on"] .screen-fade { opacity: 0; }
/* the widened field reads through the sheet as the chapter's backdrop */
body[data-dark="on"] #signal { opacity: 1 !important; }

/* ---------- icons and small type ---------- */

/* the line arrow: up-right by default, turned by class */
.ar {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vertical-align: -.08em;
  flex: none;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
}
.ar-down { transform: rotate(135deg); }
.ar-up { transform: rotate(-45deg); }
.ar-left { transform: rotate(-135deg); }
.ar-right { transform: rotate(45deg); }
a:hover > .ar:not([class*=" ar-"]), .ulink:hover .ar:not([class*=" ar-"]) { transform: translate(2px, -2px); }
/* the pixel arrow */
.px { width: 1em; height: 1em; fill: currentColor; display: block; }

/* captions and labels: Alpina Typewriter Light Italic, never uppercase */
.mono, .mono-muted, .wk-meta, .motion-control, .site-foot .mono, .masthead nav sup {
  font-family: var(--caption);
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  letter-spacing: .01em;
  text-transform: none;
}
.mono, .mono-muted { color: var(--muted); }

/* the underlined link */
.ulink {
  display: inline-flex;
  justify-content: space-between;
  gap: 40px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -.01em;
  border-bottom: 1px solid currentColor;
  padding-bottom: 10px;
  min-width: 220px;
}
.ulink:hover { opacity: .7; }

.sec-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: baseline;
  margin-bottom: 28px;
}
.sec-head .lead { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: -.01em; color: var(--muted); text-align: right; }

/* ---------- the brand mark: the falling dominoes ---------- */

/* nine thin bars and the name; on hover the bars topple left to right in a
   chain and stand back up in reverse on leave. CSS only, from
   design/homepage-v10/BRAND-MARK.md: the a.wordmark:hover selectors must
   out-rank the rest-state delays that follow, so keep the order */
.wordmark{display:inline-flex;align-items:center;gap:14px;font-family:var(--display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:-.01em;color:inherit;text-decoration:none}
.wordmark:hover{opacity:1}   /* override any global link-dim on hover — the animation is the hover state */
.masthead a.wordmark:hover, .site-foot a.wordmark:hover { opacity: 1; }

/* the dominoes */
.mark{display:inline-flex;align-items:flex-end;gap:5px;height:22px;padding-right:12px}
.mark i{width:2px;height:22px;background:var(--ink);transform-origin:50% 100%;transition:transform .5s cubic-bezier(.4,.9,.5,1)}
.mark i:last-child{background:var(--orange);width:2.5px}

/* fall: left to right, 60ms chain, orange one lands last and a touch shallower */
a.wordmark:hover .mark i{transform:rotate(52deg)}
a.wordmark:hover .mark i:nth-child(1){transition-delay:0s}
a.wordmark:hover .mark i:nth-child(2){transition-delay:.06s}
a.wordmark:hover .mark i:nth-child(3){transition-delay:.12s}
a.wordmark:hover .mark i:nth-child(4){transition-delay:.18s}
a.wordmark:hover .mark i:nth-child(5){transition-delay:.24s}
a.wordmark:hover .mark i:nth-child(6){transition-delay:.3s}
a.wordmark:hover .mark i:nth-child(7){transition-delay:.36s}
a.wordmark:hover .mark i:nth-child(8){transition-delay:.42s}
a.wordmark:hover .mark i:nth-child(9){transition-delay:.5s;transform:rotate(44deg)}

/* stand back up: right to left */
.wordmark .mark i:nth-child(9){transition-delay:0s}
.wordmark .mark i:nth-child(8){transition-delay:.05s}
.wordmark .mark i:nth-child(7){transition-delay:.1s}
.wordmark .mark i:nth-child(6){transition-delay:.15s}
.wordmark .mark i:nth-child(5){transition-delay:.2s}
.wordmark .mark i:nth-child(4){transition-delay:.25s}
.wordmark .mark i:nth-child(3){transition-delay:.3s}
.wordmark .mark i:nth-child(2){transition-delay:.35s}
.wordmark .mark i:nth-child(1){transition-delay:.4s}

/* masthead sits under mix-blend-mode:difference, so everything is white there (incl. the orange bar) */
.masthead .mark i,.masthead .mark i:last-child{background:#fff}

/* ---------- masthead ---------- */

/* the whole bar is difference-blended: white type reads as ink on paper
   and as paper on the charcoal sheet, with nothing to switch */
.masthead {
  position: fixed;
  inset: 0 0 auto;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px var(--gutter);
  mix-blend-mode: difference;
}
.masthead .wordmark, .masthead nav a { color: #fff; }
.masthead a:hover { opacity: .55; }
.masthead nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 52px);
  font-family: var(--display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.01em;
}
.masthead nav a sup {
  font-size: 13px;
  vertical-align: baseline;
  margin-left: 8px;
  color: #a0a0a0;
}

/* ---------- motion controls ---------- */

.motion-control {
  position: fixed;
  z-index: 5;
  left: var(--gutter);
  top: 90px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  opacity: calc(1 - var(--vac, 0));
  transition: opacity .4s ease;
}
/* before the field has slid left, the controls wait bottom-right with only
   the pause button showing */
body[data-split="off"] .motion-control { top: auto; bottom: 88px; left: auto; right: var(--gutter); }
body[data-split="off"] .form-picker, body[data-split="off"] #prism-toggle { display: none; }
body[data-dark="on"] .motion-control { opacity: 0; pointer-events: none; }
.form-picker { display: flex; align-items: center; gap: 2px; }
#form-name { min-width: 150px; }
.form-picker button {
  min-width: 38px;
  min-height: 44px;
  font-size: 15px;
  display: inline-grid;
  place-items: center;
}
.form-picker button:hover { color: var(--orange); }
#motion-toggle, #prism-toggle { display: flex; align-items: center; gap: 8px; min-height: 44px; }
#motion-toggle:hover, #prism-toggle:hover { color: var(--orange); }
#prism-toggle[aria-pressed="true"] { color: var(--ink); }
.pause-symbol { font-family: Arial, sans-serif; font-style: normal; }

/* ---------- the chapters ---------- */

.page { position: relative; }
/* the light chapter freezes when its end reaches the bottom of the screen
   (main.js sets the negative top) and recedes a little as the sheet rises */
.light {
  position: sticky;
  top: 0;
  transform-origin: 50% 60%;
  transform: scale(calc(1 - var(--vac, 0) * .04));
}
.scene { position: relative; scroll-margin-top: 104px; }
/* the reading column: the right half of the page */
.read-col {
  position: relative;
  width: calc(50% - var(--gutter) - 9px);
  margin-left: calc(50% + 9px);
  margin-right: var(--gutter);
}

/* ---------- hero ---------- */

.hero { position: relative; min-height: 100svh; }
.intro { padding: 112px var(--gutter) 0; }
.intro-row { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.intro-short { display: none; }
/* the statements: Alpina Fine Extended Bold, each ending in one italic turn */
.hero h1, .wk-statement h2, .contact h2, .approach h2, .book-copy h2 {
  font-family: var(--statement);
  font-weight: 700;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.hero h1 { font-size: clamp(38px, 4.8vw, 84px); line-height: .96; max-width: 14ch; }
.wk-statement h2 { font-size: clamp(44px, 5.4vw, 96px); line-height: .94; }
.contact h2 { font-size: clamp(38px, 4.3vw, 78px); line-height: .92; }
.approach h2, .book-copy h2 { font-size: clamp(30px, 2.9vw, 52px); line-height: 1; }
.book-copy h2 { max-width: 14ch; }
/* the italic turn: Alpina Standard Bold Italic */
.turn { font-family: var(--turn); font-weight: 700; font-style: italic; letter-spacing: -.01em; color: inherit; }
/* a typed word: a snap, not a fade */
.hw { display: inline-block; opacity: 0; transition: opacity .1s linear; }
.hw.on { opacity: 1; }
.hw.off { opacity: 0; }
/* the captions and the link wait for the type-in to finish */
.hero-row .ulink, .intro-row { transition: opacity .5s ease; }
body[data-typed="off"] .hero-row .ulink, body[data-typed="off"] .intro-row { opacity: 0; }
.hero-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 88px;
  z-index: 2;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 32px;
}
/* the lede: Alpina Fine Condensed Light Italic */
.hero .lede {
  font-family: var(--lede);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.08;
  letter-spacing: 0;
  max-width: 20ch;
}
.hero .ulink { min-width: 300px; font-size: clamp(15px, 1.15vw, 19px); }

/* ---------- selected work ---------- */

.work { padding: 150px var(--gutter); }
.wk-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
  margin: clamp(56px, 8vh, 110px) 0 56px;
}
.wk-statement .aside {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: 1.3;
  letter-spacing: -.01em;
  max-width: 24ch;
  justify-self: end;
  padding-bottom: 10px;
}
/* the feature card */
.wk-feature {
  display: block;
  position: relative;
  background: var(--sky);
  color: var(--ink);
  padding: 40px 44px;
  min-height: clamp(480px, 62vh, 720px);
  overflow: hidden;
  outline: 1px solid var(--sky);
  outline-offset: 8px;
}
.wk-feature:hover { opacity: 1; }
.wk-meta {
  display: flex;
  justify-content: space-between;
  color: rgba(43, 43, 41, .75);
}
/* the card titles: America Expanded Black */
.wk-feature h3, .wk-tile h3 { font-family: var(--display); font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.wk-feature h3 { font-size: clamp(40px, 4vw, 66px); margin-top: clamp(80px, 18vh, 200px); }
.wk-tile h3 { font-size: clamp(30px, 2.8vw, 48px); }
.tag, .cap { font-family: var(--display); font-weight: 700; letter-spacing: -.01em; }
.wk-feature .tag {
  font-size: clamp(18px, 1.5vw, 25px);
  line-height: 1.25;
  margin-top: 22px;
  max-width: 14ch;
}
.wk-feature .cap { position: absolute; left: 44px; bottom: 40px; font-size: 16px; }
/* the tablet render carries its own tilt and shadow; oversized so the card
   crops its right edge */
.wk-shot {
  position: absolute;
  right: -22%;
  top: 16%;
  width: 84%;
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}
.wk-feature:hover .wk-shot { transform: translateY(-8px); }
.wk-shot img { width: 100%; height: auto; }
/* the two tiles */
.wk-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; margin-top: 56px; }
.wk-tile {
  display: flex;
  flex-direction: column;
  padding: 40px 44px 56px;
  min-height: 560px;
  color: var(--ink);
}
.wk-tile:hover { opacity: 1; }
.wk-tile.sage { background: var(--sage); }
.wk-tile.lav { background: var(--lav); }
.wk-tile .wk-meta { margin-bottom: 64px; }
.wk-tile-shot { background: #2a2a28; padding: 8px; box-shadow: 0 18px 40px rgba(43, 43, 41, .16); }
.wk-tile-shot img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; }
/* the composed stack carries its own devices: no bezel, no shadow */
.wk-tile.sage .wk-tile-shot { background: none; padding: 0; box-shadow: none; }
.wk-tile.sage .wk-tile-shot img { aspect-ratio: auto; object-fit: contain; }
.wk-tile-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  padding-top: 56px;
}
.wk-tile .tag { font-size: clamp(16px, 1.3vw, 22px); margin-top: 22px; }
.circ {
  flex: none;
  width: 80px;
  height: 80px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  transition: transform .3s, background .3s, color .3s;
}
.circ .px { width: 30px; height: 30px; }
.wk-tile:hover .circ { background: var(--ink); color: var(--paper); transform: translate(3px, -3px); }

/* ---------- how I help ---------- */

.approach { padding-top: 150px; padding-bottom: calc(14svh + 90px); }
.approach .sec-head, .approach h2, .approach .ulink { transition: opacity .12s linear; }
.head-me { display: inline-flex; align-items: center; gap: 14px; font-style: italic; }
.head-me img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(1);
}
.approach h2 { margin: 40px 0 0; }
.readflow { margin-top: 40px; }
/* reading copy: America Extended Regular, lead-ins in Expanded Bold */
.readflow p, .book-copy .body-p {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 21px;
  line-height: 1.38;
  letter-spacing: -.005em;
  color: var(--ink);
}
.readflow p { margin: 0 0 28px; }
.readflow strong, .book-copy .body-p strong { font-family: var(--display); font-weight: 700; letter-spacing: -.01em; }
/* words come up to full ink as they cross the reading line */
.readflow .w { display: inline; opacity: .28; transition: opacity .12s linear; }
.approach .ulink { margin-top: 12px; font-size: 16px; }

/* ---------- the dark sheet: the book ---------- */

/* translucent, so the faded chapter and the widened field read through it;
   at least a screen tall so it always reaches the top. main.js sets the
   negative top so it freezes at its end while the final band rises over it */
.dark {
  position: sticky;
  top: 0;
  z-index: 8;
  background: rgba(43, 43, 41, .8);
  border-top: 1px solid var(--orange);
  color: #e8e6e1;
  padding-top: 10svh;
  padding-bottom: 4svh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/* the copy sits in the left half; the cover in the right */
.dark .col { position: relative; width: calc(50% - var(--gutter) - 9px); margin-left: var(--gutter); }
.thinking { position: relative; padding-top: 64px; padding-bottom: 96px; }
.book-stage {
  position: absolute;
  left: calc(100% + 18px);
  top: 0;
  width: calc(100% - 24px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.book-stage img {
  width: min(62%, 440px);
  height: auto;
  transform: rotate(-6deg);
  filter: drop-shadow(18px 28px 40px rgba(0, 0, 0, .45));
}
.book-grid { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; margin: 24px 0 40px; }
.book-copy h2 { margin: 22px 0 28px; }
.book-copy .body-p { max-width: 26ch; text-wrap: pretty; }
.book-copy .ulink { margin-top: 36px; align-items: center; }
/* the eye: three pixel frames as masks, so it takes the link colour; it
   blinks once on entrance and on hover */
.eye {
  width: 1.5em;
  height: 1em;
  flex: none;
  background: currentColor;
  -webkit-mask: url("/assets/home/eye-open-mask.png") center / contain no-repeat;
  mask: url("/assets/home/eye-open-mask.png") center / contain no-repeat;
}
.eye.blink, .ulink:hover .eye { animation: blink .7s steps(1, end) 1; }
@keyframes blink {
  0%, 100% { -webkit-mask-image: url("/assets/home/eye-open-mask.png"); mask-image: url("/assets/home/eye-open-mask.png"); }
  30% { -webkit-mask-image: url("/assets/home/eye-mid-mask.png"); mask-image: url("/assets/home/eye-mid-mask.png"); }
  45% { -webkit-mask-image: url("/assets/home/eye-closed-mask.png"); mask-image: url("/assets/home/eye-closed-mask.png"); }
  60% { -webkit-mask-image: url("/assets/home/eye-mid-mask.png"); mask-image: url("/assets/home/eye-mid-mask.png"); }
}
/* the inline cover, shown only on small screens */
.book-object {
  display: none;
  justify-self: start;
  width: min(100%, 260px);
  transform: rotate(8deg);
  filter: drop-shadow(14px 20px 26px rgba(43, 43, 41, .26));
  transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}
.book-object:hover { transform: rotate(6deg) translateY(-6px); }

/* ---------- the final band: CTA and colophon ---------- */

/* darker and nearly filled; rises over the bottom third of the book chapter
   and ends the page */
.final {
  position: relative;
  z-index: 9;
  background: rgba(43, 43, 41, .94);
  border-top: 1px solid rgba(232, 230, 225, .18);
  color: #e8e6e1;
  min-height: 35svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.contact { padding: 40px var(--gutter); display: flex; flex-direction: column; }
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px calc(var(--gutter) + 18px);
  align-items: end;
}
.contact h2 { margin: 14px 0 0; }
.contact-foot { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 6px; }
.email {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(19px, 1.8vw, 30px);
  letter-spacing: -.03em;
  border-bottom: 1.5px solid currentColor;
  padding-bottom: 12px;
  overflow-wrap: anywhere;
}
.email:hover { opacity: .7; }
.email .px { width: .9em; height: .9em; flex: none; }
.contact-note { font-family: var(--display); font-weight: 700; font-size: 16px; line-height: 1.4; letter-spacing: -.01em; color: var(--muted); }
.contact-note p { color: var(--body); }

.site-foot {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px 0 36px;
  margin-inline: var(--gutter);
  border-top: 1px solid rgba(232, 230, 225, .22);
}
.site-foot a:hover { opacity: .6; }
.site-foot .mono { font-size: 14px; letter-spacing: .02em; color: var(--muted); }

/* ---------- responsive ---------- */

@media (max-width: 1000px) {
  .wk-statement { grid-template-columns: 1fr; gap: 24px; }
  .wk-statement .aside { justify-self: start; }
  .wk-tiles { grid-template-columns: 1fr; gap: 32px; }
  .wk-tile { min-height: 0; }
  .wk-shot { right: -26%; top: 28%; width: 110%; }
  .read-col { width: calc(53% - var(--gutter) - 8px); margin-left: calc(47% + 8px); }
  .dark .col { width: calc(53% - var(--gutter) - 8px); }
  .motion-label { display: none; }
}

@media (max-width: 900px) {
  .email { font-size: 16px; letter-spacing: -.02em; }
  /* the top of the page on a phone: one centred line, no field controls */
  .motion-control { display: none; }
  .intro-row { justify-content: center; text-align: center; }
  .intro-full, .intro-place { display: none; }
  .intro-short { display: inline; }
}

@media (max-width: 700px) {
  /* the hero no longer holds a screen: the intro and the row simply flow */
  .hero { min-height: 0; }
  .hero-row { position: static; grid-template-columns: 1fr; gap: 20px; padding: 32px 22px 0; }
  .work { padding: 90px 22px; }
  .wk-feature { padding: 28px 24px; min-height: 520px; }
  .wk-feature h3 { margin-top: 60px; }
  .wk-feature .cap { left: 24px; bottom: 28px; }
  .wk-shot { top: 46%; width: 140%; right: -40%; }
  .wk-tile { padding: 28px 24px 36px; }
  .wk-tile .wk-meta { margin-bottom: 36px; }
  .circ { width: 60px; height: 60px; font-size: 24px; }
  .read-col, .dark .col { margin: 0 var(--gutter); width: auto; }
  .book-stage { display: none; }
  .book-object { display: block; justify-self: start; }
  .contact { padding-top: 90px; }
  .cta-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-note { text-align: left; }
}

/* ---------- reduced motion & print ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .grain { animation: none; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .mark i { transition: none; }
}

@media print {
  .screen-grid, #signal, .screen-fade, .tint, .grain, .motion-control, .skip-link { display: none; }
  .hw, .readflow .w { opacity: 1 !important; }
}
