@font-face {
  font-family: "Highline Head";
  src: local("Arial Black"), local("Arial-Black");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --paper: #f1ecdf;
  --paper-deep: #e4dccb;
  --ink: #11110f;
  --muted: #645f55;
  --orange: #ff4b18;
  --white: #fffdf7;
  --line: rgba(17, 17, 15, 0.26);
  --measure: 72rem;
  --gutter: clamp(1.25rem, 4vw, 5rem);
  --head: "Highline Head", "Arial Black", Arial, sans-serif;
  --body: Georgia, "Times New Roman", serif;
  --utility: "Helvetica Neue", Arial, sans-serif;
  --number: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --site-head-height: 5.2rem;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-head-height) + 1rem);
  background: var(--ink);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.16rem);
  line-height: 1.58;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0 auto 0 0;
  width: 0.45rem;
  z-index: 50;
  background: var(--orange);
  content: "";
}

::selection {
  color: var(--ink);
  background: var(--orange);
}

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

button,
input,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
}

p,
h1,
h2,
h3,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 0;
  z-index: 1000;
  padding: 0.65rem 1rem;
  color: var(--white);
  background: var(--ink);
  font: 700 0.82rem/1 var(--utility);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: translateY(-120%);
}

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

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

.site-head {
  --page-progress: 0%;
  position: sticky;
  top: 0;
  z-index: 150;
  display: grid;
  grid-template-columns: minmax(12rem, 0.72fr) minmax(28rem, 1.28fr);
  align-items: stretch;
  min-height: var(--site-head-height);
  border-bottom: 0.35rem solid var(--orange);
  color: var(--white);
  background: rgba(17, 17, 15, 0.97);
  isolation: isolate;
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.site-head.has-scroll-progress {
  border-bottom-color: rgba(255, 75, 24, 0.24);
}

.site-head.has-scroll-progress::after {
  position: absolute;
  right: auto;
  bottom: -0.35rem;
  left: 0;
  z-index: 2;
  width: var(--page-progress);
  height: 0.35rem;
  background: var(--orange);
  content: "";
  pointer-events: none;
}

.site-head.is-scrolled {
  background: rgba(17, 17, 15, 0.94);
  box-shadow: 0 0.8rem 2.2rem rgba(17, 17, 15, 0.2);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  padding: 1.1rem var(--gutter);
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  font: 900 clamp(1.35rem, 2.2vw, 2.2rem)/0.88 var(--head);
  letter-spacing: -0.065em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand span {
  color: var(--orange);
}

.site-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding-right: max(1rem, calc(var(--gutter) - 1.2rem));
  font: 700 clamp(0.71rem, 0.67rem + 0.16vw, 0.82rem)/1 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem clamp(0.7rem, 1.5vw, 1.35rem);
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0.85rem;
  bottom: 1.05rem;
  left: 0.85rem;
  height: 0;
  background: var(--orange);
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  height: 0.22rem;
}

.page-main {
  overflow: clip;
}

.hero {
  position: relative;
  min-height: calc(100vh - var(--site-head-height));
  border-bottom: 2px solid var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(18rem, 0.58fr);
  min-height: inherit;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 9vw, 9rem) var(--gutter) clamp(4rem, 8vw, 8rem);
}

.hero h1 {
  max-width: 11ch;
  margin-bottom: clamp(2rem, 5vw, 4.6rem);
  font: 900 clamp(4.6rem, 10.5vw, 11.2rem)/0.78 var(--head);
  letter-spacing: -0.078em;
}

.hero h1 .cut {
  display: block;
  color: var(--orange);
  margin-left: clamp(0rem, 6vw, 7rem);
}

.hero-lead {
  position: relative;
  max-width: 39rem;
  margin: 0 0 2rem clamp(0rem, 8vw, 9rem);
  font-size: clamp(1.24rem, 1.05rem + 0.7vw, 1.8rem);
  line-height: 1.35;
}

.hero-lead.is-recovered {
  animation: return-mark 1.35s ease-out both;
}

@keyframes return-mark {
  0% { box-shadow: inset 0 -1.25em 0 var(--orange); }
  100% { box-shadow: inset 0 -0.15em 0 var(--orange); }
}

.hero-link,
.major-link,
.email-address {
  align-self: flex-start;
  margin-left: clamp(0rem, 8vw, 9rem);
  padding: 0.35rem 0 0.25rem;
  border-bottom: 0.25rem solid var(--orange);
  font: 800 0.83rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-link:hover,
.major-link:hover,
.email-address:hover {
  color: var(--orange);
  border-bottom-color: var(--ink);
}

.hero-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--white);
  background: var(--ink);
}

.hero-grid > *,
.plain-grid > * {
  min-width: 0;
}

.hero-side p {
  max-width: 17ch;
  margin: 0;
  font: 900 clamp(2rem, 4.6vw, 5.2rem)/0.93 var(--head);
  letter-spacing: -0.055em;
}

.hero-side p::first-line {
  color: var(--orange);
}

.interruption-sheet[hidden] {
  display: none;
}

body.interruption-open {
  overflow: hidden;
}

.interruption-sheet {
  position: fixed;
  top: clamp(7.5rem, 18vh, 12rem);
  right: clamp(1rem, 5vw, 5.5rem);
  z-index: 200;
  width: min(26rem, calc(100vw - 2rem));
  padding: 2.3rem 2.2rem 2rem;
  border: 4px solid var(--ink);
  color: var(--ink);
  background: var(--orange);
  box-shadow: 1rem 1rem 0 rgba(17, 17, 15, 0.38);
  transform: translateX(calc(100% + 8rem)) rotate(2.4deg);
  transition: transform 420ms cubic-bezier(0.2, 0.85, 0.25, 1);
}

.interruption-sheet.is-visible {
  transform: translateX(0) rotate(-1.4deg);
}

.interruption-sheet.is-clearing {
  transform: translateX(calc(100% + 8rem)) rotate(2.4deg);
}

.interruption-sheet .request {
  margin-bottom: 1.4rem;
  font: 900 clamp(2.2rem, 5vw, 4.4rem)/0.86 var(--head);
  letter-spacing: -0.065em;
}

.interruption-sheet .cost {
  margin-bottom: 1.6rem;
  font: 600 1rem/1.4 var(--utility);
}

.interruption-sheet button {
  border: 0;
  cursor: pointer;
}

.interruption-sheet .return-control {
  width: 100%;
  padding: 1rem 1.1rem;
  color: var(--white);
  background: var(--ink);
  font: 800 0.82rem/1.2 var(--utility);
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.interruption-sheet .return-control:hover {
  color: var(--orange);
}

.interruption-sheet .dismiss-control {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--ink);
  background: transparent;
  font: 900 1.7rem/1 var(--utility);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.section-shell {
  width: min(100%, 100rem);
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) var(--gutter);
}

.opening-statement {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(3rem, 9vw, 10rem);
  border-bottom: 2px solid var(--ink);
}

.opening-statement h2,
.section-heading {
  margin-bottom: 1.8rem;
  font: 900 clamp(3rem, 6.8vw, 7.6rem)/0.86 var(--head);
  letter-spacing: -0.065em;
}

.opening-statement p,
.section-intro {
  max-width: 36rem;
  font-size: clamp(1.2rem, 1.03rem + 0.55vw, 1.62rem);
  line-height: 1.4;
}

.opening-statement .large-line {
  align-self: end;
  margin: 0;
  font: 900 clamp(2.1rem, 4.5vw, 5rem)/0.92 var(--head);
  letter-spacing: -0.05em;
}

.quotes-flow {
  border-bottom: 2px solid var(--ink);
}

.quotes-flow > h2 {
  max-width: 12ch;
  margin-bottom: clamp(4rem, 9vw, 8rem);
}

.client-quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13rem;
  gap: 2rem;
  max-width: 74rem;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.8rem) 0;
  border-top: 2px solid var(--ink);
}

.client-quote:nth-of-type(even) {
  margin-left: clamp(0rem, 10vw, 12rem);
}

.client-quote p {
  margin: 0;
  font-size: clamp(1.45rem, 1.1rem + 1.05vw, 2.3rem);
  line-height: 1.25;
}

.client-quote footer {
  align-self: end;
  font: 800 0.76rem/1.4 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.client-quote:nth-of-type(3) {
  position: relative;
  color: var(--white);
}

.client-quote:nth-of-type(3)::before {
  position: absolute;
  inset: 0 -100vw;
  z-index: -1;
  background: var(--ink);
  content: "";
}

.outcomes {
  border-bottom: 2px solid var(--ink);
}

.outcome-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(3rem, 7vw, 7rem);
  border-top: 2px solid var(--ink);
}

.outcome-column {
  padding: clamp(2.2rem, 4.5vw, 5rem) clamp(0rem, 4vw, 4.5rem) 0 0;
}

.outcome-column + .outcome-column {
  padding-right: 0;
  padding-left: clamp(2rem, 4vw, 4.5rem);
  border-left: 2px solid var(--ink);
}

.outcome-column > h3 {
  margin-bottom: 3rem;
  font: 900 clamp(2.25rem, 4vw, 4.6rem)/0.92 var(--head);
  letter-spacing: -0.05em;
}

.outcome-column article {
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
}

.outcome-column article h3 {
  margin-bottom: 0.55rem;
  font: 800 clamp(1.05rem, 0.98rem + 0.3vw, 1.3rem)/1.15 var(--utility);
}

.outcome-column article p {
  max-width: 32rem;
  margin-bottom: 0;
}

.black-proof {
  color: var(--white);
  background: var(--ink);
  border-bottom: 0.7rem solid var(--orange);
}

.black-proof blockquote {
  max-width: 74rem;
  margin: 0;
}

.black-proof blockquote p {
  margin-bottom: 2.5rem;
  font: 500 clamp(2.1rem, 4.9vw, 5.4rem)/1.02 var(--body);
  letter-spacing: -0.035em;
}

.black-proof blockquote footer {
  color: var(--orange);
  font: 800 0.8rem/1.4 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.evidence {
  border-bottom: 2px solid var(--ink);
}

.evidence-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.evidence-intro h2 {
  margin: 0;
  font: 900 clamp(2.8rem, 6vw, 6.8rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.evidence-intro p {
  margin: 0;
}

.big-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(4rem, 9vw, 8rem);
  border-top: 2px solid var(--ink);
}

.big-number {
  padding: clamp(2.2rem, 5vw, 5rem) 0 0;
}

.big-number + .big-number {
  padding-left: clamp(2rem, 5vw, 5rem);
  border-left: 2px solid var(--ink);
}

.big-number strong {
  display: block;
  color: var(--orange);
  font: 900 clamp(5rem, 12vw, 12rem)/0.78 var(--head);
  letter-spacing: -0.08em;
}

.big-number span {
  display: block;
  max-width: 22rem;
  margin-top: 1.7rem;
  font-size: clamp(1.05rem, 0.98rem + 0.3vw, 1.3rem);
}

.results-wall {
  background: var(--paper-deep);
  border-bottom: 2px solid var(--ink);
}

.results-wall h2 {
  max-width: 10ch;
}

.result-quote {
  display: grid;
  grid-template-columns: 17rem minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin: 0;
  padding: 2.5rem 0;
  border-top: 2px solid var(--ink);
}

.result-quote strong {
  font: 900 clamp(1.5rem, 2.4vw, 2.6rem)/0.95 var(--head);
  letter-spacing: -0.04em;
}

.result-quote p {
  margin: 0;
  font-size: clamp(1.25rem, 1.05rem + 0.6vw, 1.72rem);
  line-height: 1.35;
}

.result-quote footer {
  grid-column: 2;
  font: 800 0.74rem/1.3 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.direct-close {
  color: var(--ink);
  background: var(--orange);
  border-bottom: 0;
}

.direct-close .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding-top: clamp(2.5rem, 5vh, 5rem);
  padding-bottom: clamp(2.5rem, 5vh, 5rem);
}

.direct-close h2 {
  max-width: 13ch;
  margin: 0;
  font: 900 clamp(4rem, 9vw, 10rem)/0.8 var(--head);
  letter-spacing: -0.075em;
}

.direct-close a {
  align-self: end;
  padding: 1rem 0;
  border-bottom: 0.3rem solid var(--ink);
  font: 900 0.8rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.direct-close a:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

/* One closing composition across Home, Approach, and About. */
.closing-cta {
  color: var(--ink);
  background: var(--orange);
  border-bottom: 0;
}

.closing-cta .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

.closing-cta h2 {
  max-width: 13ch;
  margin: 0;
  font: 900 clamp(4rem, 9vw, 10rem)/0.8 var(--head);
  letter-spacing: -0.075em;
}

.closing-cta a {
  align-self: end;
  padding: 1rem 0;
  border-bottom: 0.3rem solid var(--ink);
  font: 900 0.8rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.closing-cta a:hover {
  color: var(--white);
  border-bottom-color: var(--white);
}

.inside-hero h1 {
  max-width: 12.5ch;
  font-size: clamp(4rem, 9vw, 9.4rem);
}

.inside-hero .hero-copy {
  justify-content: flex-end;
}

.inside-hero .hero-side p {
  max-width: 13ch;
}

.plain-section {
  border-bottom: 2px solid var(--ink);
}

.plain-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.plain-grid h2 {
  margin: 0;
  font: 900 clamp(2.8rem, 5.8vw, 6.5rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.copy-column {
  max-width: 43rem;
}

.copy-column p {
  font-size: clamp(1.15rem, 1.03rem + 0.4vw, 1.5rem);
  line-height: 1.45;
}

.copy-column .strong {
  font-weight: 700;
}

.stats-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(9rem, 0.48fr) minmax(0, 1.47fr);
  margin-top: 4rem;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.stats-strip > div {
  padding: 2rem clamp(1rem, 2vw, 2.2rem);
}

.stats-strip > div + div {
  border-left: 2px solid var(--ink);
}

.stats-strip strong {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--orange);
  font: 900 clamp(3.2rem, 6vw, 6.5rem)/0.8 var(--head);
  letter-spacing: -0.07em;
}

.stats-strip span {
  font-size: 1rem;
}

.quote-break {
  color: var(--white);
  background: var(--ink);
  border-bottom: 0.65rem solid var(--orange);
}

.quote-break .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}

.quote-break h2 {
  margin: 0;
  font: 900 clamp(3rem, 6.5vw, 7.3rem)/0.88 var(--head);
  letter-spacing: -0.06em;
}

.quote-break blockquote {
  margin: 0;
}

.quote-break blockquote p {
  font-size: clamp(1.2rem, 1.02rem + 0.55vw, 1.62rem);
  line-height: 1.4;
}

.quote-break blockquote footer,
.standalone-quote footer {
  color: var(--orange);
  font: 800 0.73rem/1.35 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.process-list {
  margin-top: clamp(3rem, 7vw, 6rem);
  border-top: 2px solid var(--ink);
}

.process-item {
  display: grid;
  grid-template-columns: minmax(14rem, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line);
}

.process-item h3 {
  margin: 0;
  font: 900 clamp(1.7rem, 2.7vw, 3.1rem)/0.95 var(--head);
  letter-spacing: -0.04em;
}

.process-item p {
  max-width: 43rem;
  margin: 0;
}

.process-item:nth-child(2) {
  border-left: clamp(1rem, 4vw, 4rem) solid var(--orange);
  padding-left: clamp(1rem, 3vw, 3rem);
}

.side-quotes {
  margin-top: 4rem;
  margin-left: clamp(0rem, 12vw, 14rem);
}

.standalone-quote {
  margin: 0;
  padding: 2rem 0;
  border-top: 2px solid var(--ink);
}

.standalone-quote p {
  margin-bottom: 1.4rem;
  font-size: clamp(1.3rem, 1.07rem + 0.65vw, 1.78rem);
  line-height: 1.38;
}

.delivery-list {
  margin-top: 4rem;
}

.delivery-item {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.3rem, 4vw, 4rem) 0;
  border-top: 2px solid var(--ink);
}

.delivery-item h3 {
  margin: 0;
  font: 900 clamp(2rem, 3.8vw, 4.2rem)/0.92 var(--head);
  letter-spacing: -0.05em;
}

.delivery-item p {
  margin: 0;
}

.named-clients {
  margin-top: 3rem;
  border-top: 2px solid var(--ink);
}

.client-row {
  display: grid;
  grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
}

.client-row h3 {
  margin: 0;
  font: 800 0.78rem/1.35 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.client-row p {
  margin: 0;
  font-size: clamp(1.15rem, 1.03rem + 0.35vw, 1.45rem);
}

.expectation-list {
  border-top: 2px solid var(--ink);
}

.expectation-row {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.expectation-row h3 {
  margin-bottom: 0.75rem;
  font: 900 clamp(1.5rem, 2.5vw, 2.8rem)/0.98 var(--head);
  letter-spacing: -0.04em;
}

.expectation-row p {
  margin: 0;
}

.people-list {
  border-top: 2px solid var(--ink);
}

.person {
  padding: clamp(2rem, 4vw, 4rem) 0;
  border-bottom: 1px solid var(--line);
}

.person-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.3rem;
}

.person-heading h3 {
  margin: 0;
  font: 900 clamp(2.1rem, 4vw, 4.5rem)/0.9 var(--head);
  letter-spacing: -0.05em;
}

.person-heading p,
.person-meta {
  margin: 0;
  font: 800 0.76rem/1.4 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.person-bio {
  max-width: 42rem;
}

.external-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 2rem;
  margin-top: 1.5rem;
}

.external-links a {
  border-bottom: 0.18rem solid var(--orange);
  font: 800 0.76rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.external-links a:hover {
  color: var(--orange);
}

.advisor-note {
  margin-top: 3.5rem;
  padding: 2rem 0;
  border-top: 0.65rem solid var(--orange);
}

.advisor-note p {
  max-width: 44rem;
}

.essay-index {
  border-top: 2px solid var(--ink);
}

.essay {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(12rem, 0.3fr);
  gap: 3rem;
  min-height: 16rem;
  padding: clamp(2rem, 5vw, 5rem) 0;
  border-bottom: 2px solid var(--ink);
}

.essay:nth-child(2) {
  margin-left: clamp(0rem, 10vw, 11rem);
}

.essay h2 {
  margin-bottom: 1.3rem;
  font: 900 clamp(2.6rem, 5vw, 5.7rem)/0.88 var(--head);
  letter-spacing: -0.055em;
}

.essay p {
  max-width: 37rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.03rem + 0.38vw, 1.46rem);
}

.essay-mark {
  align-self: end;
  height: 0.85rem;
  background: var(--orange);
}

.page-main > .hero.contact-hero {
  height: calc(100vh - var(--site-head-height));
  height: calc(100svh - var(--site-head-height));
  height: calc(100dvh - var(--site-head-height));
  min-height: 0;
  overflow: hidden;
}

.contact-hero .hero-grid {
  grid-template-columns: minmax(0, 1.32fr) minmax(24rem, 0.68fr);
  height: 100%;
  min-height: 0;
}

.contact-hero .hero-copy {
  justify-content: center;
  padding-top: clamp(1.8rem, 4.5vh, 4rem);
  padding-bottom: clamp(1.8rem, 4.5vh, 4rem);
}

.contact-hero h1 {
  max-width: 10ch;
  margin-bottom: clamp(1.4rem, 3.6vh, 3.5rem);
  font-size: clamp(3.8rem, min(9vw, 13.5vh), 10.2rem);
}

.contact-hero .hero-side p {
  max-width: 100%;
  font-size: clamp(1rem, 1.55vw, 1.75rem);
  overflow-wrap: normal;
}

.contact-hero .hero-side a {
  white-space: nowrap;
}

.contact-hero .hero-side p::first-line {
  color: var(--white);
}

.contact-compose {
  color: var(--white);
  background: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 9vw, 10rem);
}

.contact-grid h2 {
  margin: 0;
  font: 900 clamp(2.8rem, 6vw, 6.7rem)/0.87 var(--head);
  letter-spacing: -0.06em;
}

.contact-form {
  display: grid;
  gap: 1.2rem;
}

.contact-form label {
  margin-top: 0.8rem;
  color: var(--orange);
  font: 800 0.78rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  background: transparent;
  font: 400 clamp(1.2rem, 1.05rem + 0.55vw, 1.65rem)/1.4 var(--body);
}

.contact-form input {
  padding: 0.8rem 0;
}

.contact-form textarea {
  min-height: 10rem;
  padding: 0.8rem 0;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a9a398;
  opacity: 1;
}

.contact-form button {
  justify-self: start;
  margin-top: 1rem;
  padding: 1.15rem 1.35rem;
  border: 2px solid var(--orange);
  color: var(--ink);
  background: var(--orange);
  cursor: pointer;
  font: 900 0.82rem/1.2 var(--utility);
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

.contact-form button:hover {
  color: var(--orange);
  background: var(--ink);
}

.direct-email {
  margin-top: 2rem;
  color: var(--white);
}

.direct-email a {
  color: var(--orange);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) auto;
  gap: 3rem;
  align-items: end;
  padding: clamp(3rem, 7vw, 7rem) var(--gutter) 2.5rem;
  color: var(--white);
  background: var(--ink);
}

.footer-brand {
  margin: 0;
  font: 900 clamp(3.5rem, 9vw, 10rem)/0.74 var(--head);
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.footer-brand span {
  color: var(--orange);
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  text-align: right;
  font: 800 0.76rem/1.25 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-links a {
  text-decoration-color: var(--orange);
  text-decoration-thickness: 0.15rem;
  text-underline-offset: 0.25rem;
}

.footer-links a:hover {
  color: var(--orange);
}

.copyright {
  grid-column: 1 / -1;
  margin: 3rem 0 0;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: #bfb8aa;
  font: 600 0.7rem/1.3 var(--utility);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-meta .copyright {
  grid-column: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.footer-tagline {
  margin: 0;
  color: #bfb8aa;
  font: 600 0.7rem/1.3 var(--utility);
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

/* One complete visual thought per viewport, without nested scroll containers. */
.page-main > section {
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  overflow: visible;
  overscroll-behavior-y: auto;
}

.page-main > .hero {
  height: auto;
  min-height: calc(100vh - var(--site-head-height));
  min-height: calc(100svh - var(--site-head-height));
}

.page-main > section > .section-shell,
.page-main > section.section-shell {
  min-height: 100%;
}

.section-shell {
  padding-top: clamp(2.5rem, 5vh, 5rem);
  padding-bottom: clamp(2.5rem, 5vh, 5rem);
}

.hero-grid {
  height: 100%;
  min-height: 0;
}

.interruption-sheet .request span {
  display: block;
  margin-bottom: 0.7rem;
  font: 800 0.72rem/1 var(--utility);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.big-number strong,
.stats-strip strong {
  font-family: var(--number);
  font-variant-numeric: lining-nums tabular-nums;
  letter-spacing: -0.045em;
}

.number-range {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.14em;
  white-space: nowrap;
}

.number-range em {
  font: italic 0.18em/1 var(--body);
  letter-spacing: 0;
  text-transform: lowercase;
  opacity: 0.72;
}

.number-range > span {
  display: inline;
  max-width: none;
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

/* The five comments read as one field, without a single low-contrast outlier. */
.quotes-flow {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(0.7rem, 1.3vw, 1.35rem);
  align-items: stretch;
  padding-top: clamp(2rem, 4vh, 3.5rem);
  padding-bottom: clamp(2rem, 4vh, 3.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--paper-deep);
}

.client-quote,
.client-quote:nth-of-type(even) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: none;
  margin: 0;
  padding: clamp(1.25rem, 2.3vw, 2.3rem);
  border: 2px solid var(--ink);
  color: var(--ink);
  background: var(--paper);
}

.client-quote:nth-of-type(1) {
  grid-column: 1 / 8;
  color: var(--ink);
  background: var(--orange);
}

.client-quote:nth-of-type(2) {
  grid-column: 8 / 13;
}

.client-quote:nth-of-type(3) {
  grid-column: 1 / 5;
}

.client-quote:nth-of-type(4) {
  grid-column: 5 / 10;
}

.client-quote:nth-of-type(5) {
  grid-column: 10 / 13;
}

.client-quote:nth-of-type(3)::before {
  content: none;
}

.client-quote p {
  font-size: clamp(1.02rem, 0.79rem + 0.63vw, 1.55rem);
  line-height: 1.3;
}

.client-quote footer {
  margin-top: auto;
}

/* Tool fit and adoption become a compact, asymmetrical ledger. */
.friction-overview .section-shell {
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(3rem, 8vh, 7rem);
  align-content: center;
}

.friction-lede {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.65fr);
  gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
}

.friction-lede h2 {
  max-width: 9ch;
  margin: 0;
  font: 900 clamp(4rem, 9vw, 10rem)/0.8 var(--head);
  letter-spacing: -0.07em;
}

.friction-lede p {
  margin: 0;
  font-size: clamp(1.2rem, 1.03rem + 0.52vw, 1.65rem);
  line-height: 1.4;
}

.friction-overview .stats-strip {
  margin: 0;
  border: 2px solid var(--ink);
  background: var(--ink);
  gap: 2px;
}

.friction-overview .stats-strip > div {
  display: flex;
  min-height: clamp(11rem, 22vh, 15rem);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 3vw, 3rem);
  border: 0;
  background: var(--paper);
}

.friction-overview .stats-strip > div:nth-child(2) {
  color: var(--white);
  background: var(--ink);
}

.friction-principle .section-shell {
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(3rem, 9vh, 8rem);
  align-content: center;
}

.friction-motion {
  position: relative;
  height: clamp(8rem, 18vh, 12rem);
  overflow: hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.friction-path,
.friction-runner,
.friction-gate {
  position: absolute;
  display: block;
}

.friction-path {
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  height: 2px;
  background: var(--line);
}

.friction-runner {
  top: calc(50% - 0.55rem);
  left: 0;
  z-index: 2;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0.35rem var(--paper);
}

.friction-gate {
  top: 20%;
  width: 0.34rem;
  height: 60%;
  background: var(--ink);
}

.gate-one { left: 22%; }
.gate-two { left: 47%; }
.gate-three { left: 68%; }
.gate-four { left: 84%; }

.friction-motion.is-active .friction-runner {
  animation: precision-run 5.4s cubic-bezier(0.45, 0, 0.2, 1) both;
}

.friction-motion.is-active .gate-one { animation: gate-release 0.7s 1.2s ease-in-out both; }
.friction-motion.is-active .gate-two { animation: gate-release 0.7s 2.35s ease-in-out both; }
.friction-motion.is-active .gate-three { animation: gate-release 0.7s 3.45s ease-in-out both; }
.friction-motion.is-active .gate-four { animation: gate-release 0.7s 4.2s ease-in-out both; }

@keyframes precision-run {
  0% { left: 0; }
  20% { left: 20.7%; }
  27% { left: 20.7%; }
  43% { left: 45.7%; }
  49% { left: 45.7%; }
  63% { left: 66.7%; }
  69% { left: 66.7%; }
  81% { left: 82.7%; }
  87% { left: 82.7%; }
  100% { left: calc(100% - 1.1rem); }
}

@keyframes gate-release {
  0%, 35% { transform: translateY(0); }
  65%, 100% { transform: translateY(-140%); }
}

/* Implementation starts with proof, then moves into four plain decisions. */
.translation-section {
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
}

.translation-section .section-shell {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: clamp(1.8rem, 3.5vh, 3.5rem);
  align-content: center;
}

.translation-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: var(--white);
  background: var(--ink);
}

.translation-quotes .standalone-quote {
  padding: clamp(1.3rem, 2.4vw, 2.5rem);
  border: 0;
}

.translation-quotes .standalone-quote + .standalone-quote {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.translation-quotes .standalone-quote p {
  font-size: clamp(1.05rem, 0.94rem + 0.34vw, 1.35rem);
}

.translation-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
}

.translation-intro h2 {
  max-width: 10ch;
  margin: 0;
  font: 900 clamp(3rem, 6vw, 6.8rem)/0.86 var(--head);
  letter-spacing: -0.06em;
}

.translation-intro p {
  margin: 0;
  font-size: clamp(1.13rem, 1.02rem + 0.34vw, 1.42rem);
}

.translation-section .process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 2px solid var(--ink);
}

.translation-section .process-item,
.translation-section .process-item:nth-child(2) {
  display: block;
  padding: clamp(1.2rem, 2vw, 2rem);
  border: 0;
}

.translation-section .process-item + .process-item {
  border-left: 1px solid var(--line);
}

.translation-section .process-item:nth-child(2) {
  border-left: 0;
}

.translation-section .process-item:nth-child(2) + .process-item {
  border-left: 1px solid var(--line);
}

.translation-section .process-item h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.translation-section .process-item p {
  font-size: clamp(0.9rem, 0.86rem + 0.13vw, 1rem);
  line-height: 1.4;
}

.support-section .section-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-section .delivery-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  margin-top: clamp(2rem, 4vh, 3.5rem);
  border: 2px solid var(--ink);
  background: var(--ink);
}

.support-section .delivery-item {
  display: block;
  padding: clamp(1.4rem, 2.8vw, 2.8rem);
  border: 0;
  background: var(--paper);
}

.support-section .delivery-item h3 {
  margin-bottom: 1.4rem;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
}

.advisory-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin: clamp(2rem, 4vh, 3.5rem) 0 0;
  padding: clamp(1.6rem, 3vw, 3.2rem);
  border-left: 0.8rem solid var(--orange);
  color: var(--white);
  background: var(--ink);
}

.advisory-proof p {
  max-width: 31ch;
  margin: 0;
  font: 500 clamp(1.8rem, 3.5vw, 4rem)/1.03 var(--body);
  letter-spacing: -0.03em;
}

.advisory-proof footer {
  color: var(--orange);
  font: 800 0.73rem/1.35 var(--utility);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* The client list behaves like a confidentiality screen lifting away. */
.client-proof-section {
  border-bottom: 2px solid var(--ink);
}

.client-proof-section .section-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.proof-intro h2 {
  margin: 0;
  font: 900 clamp(2.8rem, 5.8vw, 6.5rem)/0.9 var(--head);
  letter-spacing: -0.06em;
}

.client-proof-section .named-clients {
  margin-top: clamp(2rem, 4vh, 3.5rem);
}

.client-proof-section .client-row {
  position: relative;
  overflow: hidden;
}

.client-proof-section .client-row::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: var(--ink);
  content: "";
  transform: translateX(0);
  transition: transform 760ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.client-proof-section .is-revealed .client-row::after {
  transform: translateX(101%);
}

.client-proof-section .is-revealed .client-row:nth-child(2)::after { transition-delay: 110ms; }
.client-proof-section .is-revealed .client-row:nth-child(3)::after { transition-delay: 220ms; }

.confidential-panel {
  display: grid;
  grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin-top: clamp(2rem, 4vh, 3.5rem);
  padding: clamp(1.4rem, 2.5vw, 2.5rem);
  color: var(--white);
  background: var(--ink);
}

.confidential-panel p {
  margin: 0;
  font-size: clamp(1.15rem, 1rem + 0.45vw, 1.5rem);
}

.redaction-field {
  display: grid;
  gap: 0.65rem;
}

.redaction-field span {
  display: block;
  height: clamp(0.65rem, 1.5vh, 1.1rem);
  background: var(--paper);
  opacity: 0.16;
}

.redaction-field span:nth-child(1) { width: 91%; }
.redaction-field span:nth-child(2) { width: 68%; }
.redaction-field span:nth-child(3) { width: 83%; }
.redaction-field span:nth-child(4) { width: 57%; }

@media (max-width: 980px) {
  :root {
    --site-head-height: 4.55rem;
  }

  .site-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand {
    min-height: calc(var(--site-head-height) - 0.35rem);
    padding: 0.8rem clamp(1rem, 3vw, 1.6rem);
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 0;
    font-size: clamp(1.2rem, 3vw, 1.55rem);
  }

  .site-nav {
    justify-content: flex-end;
    overflow-x: auto;
    padding: 0 clamp(0.25rem, 1.8vw, 0.9rem);
    scrollbar-width: thin;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: calc(var(--site-head-height) - 0.35rem);
    padding-right: clamp(0.55rem, 1.5vw, 0.9rem);
    padding-left: clamp(0.55rem, 1.5vw, 0.9rem);
  }

  .hero {
    height: auto;
    min-height: calc(100vh - var(--site-head-height));
    min-height: calc(100svh - var(--site-head-height));
  }

  .hero-grid,
  .plain-grid,
  .opening-statement,
  .contact-grid,
  .quote-break .section-shell {
    grid-template-columns: 1fr;
  }

  .contact-hero .hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero .hero-side a {
    white-space: nowrap;
  }

  .hero-copy {
    min-height: 0;
    padding-top: clamp(2.5rem, 7vh, 5rem);
    padding-bottom: clamp(2.5rem, 7vh, 5rem);
  }

  .hero-side {
    min-height: 9rem;
  }

  .hero-side p {
    max-width: 21ch;
  }

  .stats-strip {
    grid-template-columns: 1fr;
  }

  .stats-strip > div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .evidence-intro {
    grid-template-columns: 1fr;
  }

  .client-row,
  .process-item,
  .delivery-item {
    grid-template-columns: minmax(10rem, 0.5fr) minmax(0, 1.5fr);
  }

  .inside-hero .hero-copy,
  .contact-hero .hero-copy {
    min-height: 0;
  }

  .hero-grid {
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .quotes-flow {
    grid-template-columns: none;
    grid-template-rows: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 38rem);
    align-items: center;
    overflow-x: auto;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
  }

  .client-quote,
  .client-quote:nth-of-type(n) {
    grid-column: auto;
    min-height: min(64vh, 31rem);
    scroll-snap-align: center;
  }

  .friction-lede,
  .translation-intro {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .friction-overview .stats-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .translation-section .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .translation-section .process-item:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .translation-section .process-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .confidential-panel {
    grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1.35fr);
  }
}

@media (max-width: 700px) {
  body::before {
    width: 0.28rem;
  }

  .brand {
    padding-right: 0.75rem;
    padding-left: 0.85rem;
    font-size: 1.12rem;
  }

  .site-nav {
    padding: 0 0.55rem;
  }

  .site-nav a {
    padding-right: 0.48rem;
    padding-left: 0.48rem;
    font-size: 0.62rem;
  }

  .closing-cta .contact-layout {
    grid-template-columns: 1fr;
  }

  .closing-cta h2 {
    font-size: clamp(3.4rem, 16vw, 6rem);
  }

  .closing-cta a {
    justify-self: start;
  }

  .hero-copy {
    min-height: 0;
    padding-top: clamp(2rem, 6vh, 3.5rem);
    padding-bottom: clamp(2rem, 6vh, 3.5rem);
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .hero h1,
  .inside-hero h1 {
    font-size: clamp(3.65rem, 19vw, 6.2rem);
  }

  .hero h1 .cut {
    margin-left: 0;
  }

  .hero-lead,
  .hero-link,
  .major-link,
  .email-address {
    margin-left: 0;
  }

  .hero-side {
    min-height: 8rem;
    padding: 2rem 1.3rem;
  }

  .contact-hero .hero-side p {
    font-size: clamp(0.82rem, 4vw, 1rem);
    overflow-wrap: normal;
  }

  .contact-hero .hero-copy {
    padding-top: clamp(1rem, 2.3vh, 1.5rem);
    padding-bottom: clamp(1rem, 2.3vh, 1.5rem);
  }

  .contact-hero h1 {
    margin-bottom: 1rem;
    font-size: clamp(3rem, min(15.5vw, 10.5vh), 5.4rem);
  }

  .interruption-sheet {
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 1.8rem 1.5rem 1.4rem;
    box-shadow: 0.6rem 0.6rem 0 rgba(17, 17, 15, 0.38);
  }

  .section-shell {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .section-heading,
  .opening-statement h2,
  .plain-grid h2,
  .quote-break h2,
  .contact-grid h2 {
    font-size: clamp(2.8rem, 14vw, 5.2rem);
  }

  .client-quote,
  .result-quote,
  .process-item,
  .delivery-item,
  .client-row,
  .essay {
    grid-template-columns: 1fr;
  }

  .client-quote:nth-of-type(even),
  .essay:nth-child(2),
  .side-quotes {
    margin-left: 0;
  }

  .client-quote footer,
  .result-quote footer {
    grid-column: 1;
  }

  .outcome-split,
  .big-numbers {
    grid-template-columns: 1fr;
  }

  .outcome-column + .outcome-column,
  .big-number + .big-number {
    margin-top: 3rem;
    padding-left: 0;
    border-top: 2px solid var(--ink);
    border-left: 0;
  }

  .direct-close .section-shell,
  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .process-item:nth-child(2) {
    border-left-width: 0.65rem;
  }

  .person-heading {
    display: block;
  }

  .person-heading p {
    margin-top: 0.8rem;
  }

  .essay-mark {
    width: 35%;
  }

  .footer-links {
    text-align: left;
  }

  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .footer-tagline {
    text-align: left;
  }

  .quotes-flow {
    grid-auto-columns: 84vw;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .client-quote,
  .client-quote:nth-of-type(n) {
    min-height: min(62vh, 29rem);
  }

  .friction-overview .stats-strip {
    grid-template-columns: 1fr;
  }

  .friction-overview .stats-strip > div {
    min-height: 8.5rem;
  }

  .translation-quotes {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 86vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .translation-quotes .standalone-quote {
    scroll-snap-align: start;
  }

  .translation-quotes .standalone-quote + .standalone-quote {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
  }

  .translation-section .process-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 76vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .translation-section .process-item,
  .translation-section .process-item:nth-child(n) {
    border-top: 0;
    border-left: 1px solid var(--line);
    scroll-snap-align: start;
  }

  .translation-section .process-item:first-child {
    border-left: 0;
  }

  .support-section .delivery-list {
    grid-template-columns: 1fr;
  }

  .advisory-proof,
  .confidential-panel {
    grid-template-columns: 1fr;
  }

  .advisory-proof footer {
    margin-top: 0.5rem;
  }
}

@media (max-width: 700px) and (max-height: 650px) and (min-aspect-ratio: 4 / 3) {
  .contact-hero .hero-copy {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
  }

  .contact-hero h1 {
    margin-bottom: 0.4rem;
    font-size: clamp(2.25rem, 10vh, 3.2rem);
  }

  .contact-hero .hero-lead {
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    line-height: 1.16;
  }

  .contact-hero .hero-side {
    min-height: 6rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .contact-hero .hero-side p {
    font-size: 0.72rem;
  }
}

/* Keep the Contact hero's message and email visible together on short,
   landscape screens. */
@media (min-width: 701px) and (max-width: 980px) and (max-height: 650px) {
  .contact-hero .hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(17rem, 0.65fr);
    grid-template-rows: minmax(0, 1fr);
  }

  .contact-hero .hero-copy {
    padding: clamp(0.65rem, 2vh, 1rem) var(--gutter);
  }

  .contact-hero h1 {
    margin-bottom: 0.5rem;
    font-size: clamp(2.35rem, 10vh, 3.5rem);
  }

  .contact-hero .hero-lead {
    margin-bottom: 0.5rem;
    font-size: clamp(0.76rem, 2.4vh, 0.95rem);
    line-height: 1.2;
  }

  .contact-hero .hero-side {
    min-height: 0;
    padding: 1rem;
  }

  .contact-hero .hero-side p {
    font-size: clamp(0.72rem, 2.2vh, 0.9rem);
  }
}

@media (max-width: 360px) {
  .brand {
    padding-right: 0.55rem;
    padding-left: 0.65rem;
    font-size: 1rem;
  }

  .site-nav {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .site-nav a {
    padding-right: 0.34rem;
    padding-left: 0.34rem;
    font-size: 0.58rem;
    letter-spacing: 0.035em;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .client-proof-section .client-row::after {
    display: none;
  }

  .site-head {
    transition: none;
  }

  .friction-runner {
    left: calc(100% - 1.1rem);
  }
}

@media print {
  body::before,
  .interruption-sheet,
  .site-nav,
  .direct-close,
  .contact-compose {
    display: none !important;
  }

  body,
  .hero-side,
  .black-proof,
  .quote-break,
  .site-footer {
    color: #000;
    background: #fff;
  }

  .hero {
    height: auto !important;
    min-height: auto !important;
  }

  .page-main > section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}
