@font-face {
  font-family: "DM Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/dm-mono.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(./assets/fonts/manrope.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/newsreader.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  --ink: #141512;
  --surface: #1c1e18;
  --paper: #f2f1e9;
  --lime: #d2f880;
  --muted: #a4a69a;
  --line: #35372f;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  color-scheme: dark;
  font-family: var(--sans);
  color: var(--paper);
  background: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #819d43;
  outline-offset: 6px;
}
::selection {
  background: var(--lime);
  color: var(--ink);
}
p,
h1,
h2,
h3 {
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
section {
  scroll-margin-top: 20px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 14px 22px;
  background: var(--lime);
  color: var(--ink);
  z-index: 100;
}
.skip-link:focus {
  top: 15px;
}
.header {
  height: 100px;
  margin: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.brand img {
  width: 116px;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.brand-divider {
  width: 1px;
  height: 22px;
  background: #64665b;
}
.brand-label {
  font: 11px var(--mono);
  letter-spacing: 0.15em;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
}
.header nav > a:not(.nav-cta) {
  color: #c6c8bc;
}
.header nav a:hover {
  color: var(--lime);
}
.nav-cta {
  border: 1px solid #72766a;
  border-radius: 30px;
  padding: 14px 20px;
}
.nav-cta span {
  margin-left: 22px;
}
.menu-toggle {
  display: none;
}
.hero {
  padding: 32px 5% 0;
  overflow: hidden;
}
.hero-top,
.hero-bottom,
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eyebrow,
.edition,
.side-note,
.hero-bottom > span:last-child {
  font: 10px var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 14px #d2f84455;
}
.edition,
.side-note {
  color: var(--muted);
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  min-height: 660px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 72px 0 76px;
}
.hero h1 {
  font-size: clamp(70px, 7.9vw, 130px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.075em;
  white-space: nowrap;
}
.hero h1 em {
  font-size: 1.22em;
  color: var(--lime);
  letter-spacing: -0.075em;
}
.title-star {
  display: inline-block;
  color: var(--lime);
  font-size: 0.54em;
  margin-left: 24px;
  vertical-align: 25%;
  font-weight: 400;
}
.hero-description {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 36px;
  letter-spacing: -0.025em;
}
.hero-detail {
  max-width: 380px;
  color: #b8baae;
  font-size: 13px;
  line-height: 1.85;
  margin-top: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 3px;
  padding: 19px 22px;
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.lime {
  background: var(--lime);
  color: var(--ink);
}
.lime:hover {
  background: #e1ffaa;
}
.quiet-link {
  display: inline-flex;
  gap: 15px;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid #686d59;
  padding: 10px 0;
}
.quiet-link:hover {
  color: var(--lime);
}
.hero-art {
  position: relative;
  aspect-ratio: 1;
  align-self: center;
  margin-left: -30px;
  transform: translateY(-10px);
}
.art-grid {
  position: absolute;
  inset: 8%;
  background-image:
    linear-gradient(#c4dca506 1px, transparent 1px),
    linear-gradient(90deg, #c4dca506 1px, transparent 1px);
  background-size: 35px 35px;
  mask-image: radial-gradient(black, transparent 70%);
}
.sculpture {
  width: 112%;
  max-width: none;
  position: absolute;
  top: -5%;
  left: -6%;
  filter: drop-shadow(16px 25px 15px #0009);
  transform: rotate(-17deg);
}
.sculpture-rings {
  transform-origin: center;
  animation: sculpture-turn 28s ease-in-out infinite alternate;
}
.art-orbit {
  position: absolute;
  inset: 7%;
  border: 1px solid #c8ec951c;
  border-radius: 50%;
  transform: rotate(-25deg) scaleY(0.86);
}
.orbit-b {
  inset: 0;
  transform: rotate(35deg) scaleX(0.86);
}
.art-caption {
  position: absolute;
  top: 4%;
  left: 30%;
  font: 8px var(--mono);
  letter-spacing: 0.17em;
  color: #969e84;
}
.art-label {
  position: absolute;
  bottom: 0;
  left: 14%;
  right: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 8px var(--mono);
  letter-spacing: 0.13em;
  color: #bfc9aa;
}
.tiny-cross {
  font-size: 20px;
  color: var(--lime);
}
.art-coordinate {
  position: absolute;
  right: -1%;
  top: 50%;
  font: 9px var(--mono);
  color: #aab398;
  writing-mode: vertical-rl;
}
.art-spark {
  position: absolute;
  font-size: 42px;
  color: var(--lime);
  top: 14%;
  right: 6%;
}
.hero-bottom {
  padding: 23px 0;
  border-top: 1px solid var(--line);
  color: #b8baac;
}
.hero-bottom > span:first-child {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
}
.hero-bottom > span:last-child {
  font-size: 8px;
}
.hero-bottom > span:last-child span {
  margin-left: 25px;
  font-size: 17px;
}
.principle-strip {
  padding: 26px 5%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.principle-strip > span:nth-child(even) {
  color: var(--lime);
  font-size: 25px;
}
.section-light {
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
}
.work,
.approach,
.process {
  padding: 88px 7% 90px;
}
.section-heading {
  margin-bottom: 55px;
}
.section-index {
  color: #aab299;
}
.section-light .section-index {
  color: #626956;
}
.section-light .side-note {
  color: #676b5c;
}
h2 {
  font-weight: 500;
  font-size: clamp(42px, 4.8vw, 76px);
  letter-spacing: -0.055em;
  line-height: 1.08;
}
h2 em {
  letter-spacing: -0.035em;
}
.work-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}
.work-heading > p {
  max-width: 295px;
  font-size: 13px;
  line-height: 1.9;
  color: #5f6257;
  padding-bottom: 8px;
}
.case-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 40px;
  border: 1px solid #c8cabe;
  border-radius: 8px;
  overflow: hidden;
}
.case-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 16px 20px;
  color: #5d6254;
  text-align: left;
  border: 0;
  background: transparent;
  transition: color 180ms ease, background-color 180ms ease;
}
.case-tab + .case-tab {
  border-left: 1px solid #c8cabe;
}
.case-tab::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.case-tab:hover:not([aria-selected="true"]) {
  color: var(--ink);
  background: #e8e8df;
}
.case-tab[aria-selected="true"] {
  color: var(--paper);
  background: var(--ink);
}
.case-tab[aria-selected="true"]::after {
  transform: scaleX(1);
  transform-origin: left;
}
.case-tab-index {
  font: 10px var(--mono);
  color: #707565;
}
.case-tab[aria-selected="true"] .case-tab-index,
.case-tab[aria-selected="true"] small {
  color: var(--lime);
}
.case-tab-copy {
  display: grid;
  gap: 5px;
}
.case-tab-copy strong {
  font-size: 15px;
  letter-spacing: -0.025em;
}
.case-tab-copy small {
  color: #6c7062;
  font: 8px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.case-tab-mark {
  margin-left: auto;
  font-size: 17px;
}
.case-study[hidden] {
  display: none;
}
.case-study:not([hidden]) {
  animation: case-tab-enter 320ms ease both;
}
.case-study:focus-visible {
  outline: 3px solid #819d43;
  outline-offset: 8px;
}
.case-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.case-top h3 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.case-top h3 span {
  font-size: 18px;
  margin-left: 9px;
}
.case-top p {
  font: 9px var(--mono);
  color: #63685a;
  letter-spacing: 0.06em;
  margin-top: 8px;
}
.case-chip {
  font: 9px var(--mono);
  border: 1px solid #c8cabe;
  padding: 9px 14px;
  border-radius: 20px;
}
.comparison {
  border: 1px solid #d0d1c6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 40px #2026120b;
}
.browser-bar {
  background: #e5e6dd;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font: 8px var(--mono);
  letter-spacing: 0.07em;
  color: #64665a;
}
.browser-dots {
  display: flex;
  gap: 5px;
}
.browser-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aaaea0;
}
.comparison-stage {
  aspect-ratio: 1440/1000;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.comparison-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.after-image {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 calc(100% - var(--reveal)));
}
.image-label {
  position: absolute;
  top: 20px;
  padding: 9px 12px;
  font: 9px var(--mono);
  letter-spacing: 0.05em;
  z-index: 2;
  pointer-events: none;
  box-shadow: 0 3px 12px #0002;
}
.before-label {
  left: 20px;
  background: var(--ink);
  color: var(--paper);
}
.after-label {
  right: 20px;
  background: var(--lime);
  color: var(--ink);
}
.comparison-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% - var(--reveal));
  width: 2px;
  background: var(--lime);
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 0 3px #0008);
}
.comparison-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: var(--lime);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  font-size: 25px;
  border: 4px solid #141512;
}
.comparison-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 4;
  cursor: ew-resize;
  touch-action: pan-y;
  direction: rtl;
}
.comparison-stage:focus-within {
  outline: 3px solid #617930;
  outline-offset: -4px;
}
.comparison-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 17px 0 35px;
  gap: 20px;
}
.comparison-footer p {
  font-size: 10px;
  color: #666b5b;
}
.comparison-footer p > span:first-child {
  margin-right: 8px;
  font-size: 16px;
}
.comparison-presets {
  display: flex;
  gap: 3px;
  padding: 4px;
  background: #e3e5d9;
  border-radius: 30px;
}
.comparison-presets button {
  border: 0;
  background: transparent;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 10px;
  min-height: 32px;
}
.comparison-presets button.active {
  background: var(--ink);
  color: var(--paper);
}
.case-details {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 45px;
  border-top: 1px solid #ced0c3;
  padding-top: 30px;
}
.detail-label {
  font: 9px var(--mono);
  letter-spacing: 0.08em;
  color: #656b57;
}
.case-details p {
  font-size: 13px;
  line-height: 1.8;
  margin: 13px 0 16px;
}
.case-details a {
  font-size: 11px;
  font-weight: 700;
  border-bottom: 1px solid #b2b7a5;
  padding-bottom: 4px;
}
.case-details a:hover {
  color: #597225;
}
.case-details a span {
  margin-left: 15px;
}
.case-footnote {
  font: 9px/1.7 var(--mono);
  color: #686e5d;
}
@keyframes case-tab-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
}
.approach h2 em {
  color: #aeb7a0;
}
.approach-intro {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 620px;
  margin: 38px 0 45px auto;
}
.big-asterisk {
  font-size: 78px;
  color: var(--lime);
  line-height: 1;
}
.approach-intro p {
  font-size: 14px;
  line-height: 1.9;
  color: #b4b8a8;
}
.service {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 60px;
  gap: 25px;
  align-items: start;
  padding: 35px 0;
  border-top: 1px solid var(--line);
}
.service-number {
  font: 11px var(--mono);
  color: #999e8b;
  padding-top: 7px;
}
.service h3 {
  font-size: 26px;
  letter-spacing: -0.035em;
  font-weight: 500;
  line-height: 1.3;
}
.service > p {
  font-size: 12px;
  line-height: 1.95;
  color: #b4b8a8;
  max-width: 360px;
}
.service-symbol {
  font-size: 35px;
  color: var(--lime);
  justify-self: end;
  line-height: 1.2;
}
.context-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px;
  background: #20231c;
  border: 1px solid #414735;
  margin-top: 40px;
  position: relative;
}
.context-panel:after {
  content: "+";
  position: absolute;
  top: -11px;
  right: -7px;
  color: var(--lime);
  font: 20px var(--mono);
}
.context-copy h3 {
  font-size: clamp(30px, 3.2vw, 49px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin: 30px 0 22px;
}
.context-copy h3 em {
  color: var(--lime);
}
.context-copy > p:not(.eyebrow) {
  font-size: 12px;
  line-height: 1.95;
  color: #b4bbaa;
  max-width: 385px;
}
.context-copy p.context-result {
  color: #e1e6d7;
  margin-top: 20px;
  font-size: 12px;
}
.context-map {
  aspect-ratio: 1.08;
  position: relative;
  max-width: 450px;
  width: 100%;
  justify-self: center;
}
.map-orbit {
  position: absolute;
  inset: 10%;
  border: 1px solid #50593e;
  border-radius: 50%;
}
.map-orbit.inner {
  inset: 24%;
  border-style: dashed;
  opacity: 0.6;
}
.map-center {
  position: absolute;
  inset: 35% 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.map-center span {
  font: 7px var(--mono);
  letter-spacing: 0.1em;
  color: #c1cdae;
}
.map-center strong {
  font-family: var(--serif);
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
}
.map-node {
  position: absolute;
  border: 1px solid #505d3a;
  background: #282f20;
  padding: 10px 12px;
  font: 9px var(--mono);
  white-space: nowrap;
  color: #dbe7c9;
  z-index: 1;
}
.node-brand {
  top: 6%;
  left: 32%;
}
.node-audience {
  top: 34%;
  right: -4%;
}
.node-content {
  bottom: 7%;
  right: 8%;
}
.node-market {
  bottom: 20%;
  left: -5%;
}
.node-tech {
  top: 31%;
  left: -6%;
}
.map-point {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 20px #d2f86c50;
}
.point-one {
  top: 67%;
  right: 12%;
}
.point-two {
  top: 11%;
  left: 30%;
}
.process-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.process h2 {
  font-size: clamp(38px, 3.9vw, 58px);
}
.process-intro {
  font-size: 13px;
  color: #626759;
  line-height: 1.9;
  max-width: 330px;
  margin: 28px 0 20px;
}
.dark-link:hover {
  color: #607e2c;
}
.process-steps details {
  border-bottom: 1px solid #c7cbbd;
}
.process-steps details:first-child {
  border-top: 1px solid #c7cbbd;
}
.process-steps summary {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px 0;
  list-style: none;
}
.process-steps summary::-webkit-details-marker {
  display: none;
}
.process-steps summary > span {
  font: 10px var(--mono);
  color: #626956;
}
.process-steps summary h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.process-steps summary i {
  position: relative;
  width: 14px;
  height: 14px;
  margin-left: auto;
  flex-shrink: 0;
}
.process-steps summary i:before,
.process-steps summary i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  top: 7px;
  background: var(--ink);
}
.process-steps summary i:after {
  transform: rotate(90deg);
  transition: transform 0.2s;
}
.process-steps details[open] summary i:after {
  transform: rotate(0);
}
.process-steps details p {
  font-size: 12px;
  line-height: 1.95;
  color: #5b6450;
  padding: 0 24px 25px 34px;
}
.contact {
  background: var(--lime);
  color: var(--ink);
  padding: 55px 7% 60px;
  position: relative;
  overflow: hidden;
}
.contact-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.contact-top > span {
  font-size: 85px;
  line-height: 1;
}
.contact h2 {
  font-size: clamp(74px, 11.8vw, 182px);
  letter-spacing: -0.07em;
  line-height: 0.99;
}
.contact h2 em {
  letter-spacing: -0.06em;
}
.contact-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 44px;
}
.contact-bottom p {
  font-size: 13px;
  line-height: 1.9;
}
.ink {
  background: var(--ink);
  color: var(--paper);
  min-width: 250px;
}
.email-link {
  font-size: 11px;
  grid-column: 2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}
footer {
  padding: 40px 5% 24px;
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.footer-top p {
  font: italic 21px var(--serif);
  color: #aeb7a0;
}
.footer-top > a:last-child {
  font: 10px var(--mono);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 24px;
  margin-top: 35px;
  font: 8px var(--mono);
  color: #adb39f;
  letter-spacing: 0.04em;
}
@keyframes sculpture-turn {
  from {
    transform: rotate(-12deg);
  }
  to {
    transform: rotate(15deg);
  }
}
@media (min-width: 1600px) {
  .header,
  .hero,
  .principle-strip,
  footer {
    padding-left: max(5%, calc((100vw - 1440px) / 2));
    padding-right: max(5%, calc((100vw - 1440px) / 2));
  }
  .header {
    margin: 0;
  }
  .work,
  .approach,
  .process,
  .contact {
    padding-left: max(7%, calc((100vw - 1360px) / 2));
    padding-right: max(7%, calc((100vw - 1360px) / 2));
  }
}
@media (max-width: 1000px) {
  .hero-layout {
    min-height: 610px;
    grid-template-columns: 1.2fr 1fr;
  }
  .hero h1 {
    font-size: 8.5vw;
  }
  .hero-art {
    margin-right: -40px;
    margin-left: -60px;
  }
  .hero-description {
    font-size: 19px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding: 16px;
    font-size: 10px;
    gap: 15px;
  }
  .hero-actions .quiet-link {
    font-size: 10px;
  }
  .edition {
    font-size: 8px;
  }
  .work,
  .approach,
  .process {
    padding: 65px 5%;
  }
  .service {
    grid-template-columns: 30px 1fr 1fr 30px;
    gap: 20px;
  }
  .service h3 {
    font-size: 23px;
  }
  .context-panel {
    padding: 30px;
    gap: 25px;
  }
  .context-copy h3 {
    font-size: 34px;
  }
  .map-node {
    font-size: 8px;
    padding: 8px;
  }
  .process-layout {
    gap: 45px;
  }
  .case-details {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  html {
    scroll-padding-top: 20px;
  }
  .header {
    height: 78px;
  }
  .brand {
    gap: 13px;
  }
  .brand img {
    width: 100px;
  }
  .brand-label {
    font-size: 9px;
  }
  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid #4c5142;
    border-radius: 50%;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .menu-toggle span {
    width: 17px;
    height: 1px;
    background: var(--paper);
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header nav {
    display: none;
    position: absolute;
    left: -5.6%;
    right: -5.6%;
    top: 77px;
    padding: 25px 7%;
    background: var(--ink);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    box-shadow: 0 25px 40px #0005;
  }
  .header nav.open {
    display: flex;
  }
  .header nav a {
    padding: 15px;
  }
  .nav-cta {
    margin-top: 5px;
  }
  .hero {
    padding-top: 24px;
  }
  .eyebrow {
    font-size: 8px;
    gap: 8px;
  }
  .edition {
    display: none;
  }
  .hero-layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-copy {
    padding: 47px 0 0;
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(51px, 11.7vw, 82px);
    letter-spacing: -0.07em;
  }
  .title-star {
    margin-left: 15px;
  }
  .hero-description {
    margin-top: 25px;
    font-size: 19px;
  }
  .hero-detail {
    max-width: 320px;
    font-size: 12px;
    margin-top: 12px;
  }
  .hero-actions {
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 12px 23px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 17px;
  }
  .hero-actions .quiet-link {
    font-size: 11px;
  }
  .hero-art {
    width: 85%;
    max-width: 380px;
    margin: 22px auto 25px;
    transform: none;
    aspect-ratio: 1.05;
  }
  .hero-bottom {
    padding: 20px 0;
  }
  .hero-bottom > span:first-child {
    font-size: 16px;
  }
  .hero-bottom > span:last-child {
    font-size: 7px;
    max-width: 110px;
    line-height: 1.6;
  }
  .hero-bottom > span:last-child span {
    margin-left: 5px;
  }
  .principle-strip {
    padding: 19px 5%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    font-size: 11px;
  }
  .principle-strip > span:nth-child(even) {
    font-size: 18px;
  }
  .principle-strip > span:last-child {
    display: none;
  }
  .work,
  .approach,
  .process {
    padding: 52px 5%;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .side-note {
    display: none;
  }
  h2 {
    font-size: clamp(36px, 8.6vw, 55px);
  }
  .work-heading {
    display: block;
    margin-bottom: 33px;
  }
  .work-heading > p {
    margin-top: 22px;
    font-size: 12px;
    max-width: 330px;
  }
  .case-tabs {
    margin-bottom: 28px;
  }
  .case-tab {
    gap: 10px;
    min-height: 70px;
    padding: 12px;
  }
  .case-tab-copy {
    gap: 4px;
  }
  .case-tab-copy strong {
    font-size: 12px;
  }
  .case-tab-copy small {
    font-size: 7px;
  }
  .case-tab-index {
    font-size: 8px;
  }
  .case-tab-mark {
    display: none;
  }
  .case-top h3 {
    font-size: 24px;
  }
  .case-top p {
    font-size: 8px;
  }
  .case-chip {
    display: none;
  }
  .browser-bar {
    height: 27px;
    font-size: 6px;
    padding: 0 9px;
  }
  .comparison {
    border-radius: 5px;
  }
  .image-label {
    top: 10px;
    padding: 6px;
    font-size: 6px;
  }
  .before-label {
    left: 9px;
  }
  .after-label {
    right: 9px;
  }
  .comparison-divider span {
    width: 36px;
    height: 36px;
    border-width: 3px;
    font-size: 18px;
  }
  .comparison-footer {
    align-items: start;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 25px;
  }
  .comparison-footer p {
    font-size: 9px;
  }
  .comparison-presets {
    align-self: center;
  }
  .comparison-presets button {
    min-height: 36px;
    padding: 8px 19px;
  }
  .keyboard-hint {
    display: none;
  }
  .case-details {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 23px;
  }
  .case-details p {
    margin: 9px 0 11px;
    font-size: 12px;
    max-width: 380px;
  }
  .case-details > div + div {
    padding-top: 22px;
    border-top: 1px solid #d4d7cb;
  }
  .approach-intro {
    gap: 20px;
    margin: 27px 0 34px;
  }
  .big-asterisk {
    font-size: 60px;
  }
  .approach-intro p {
    font-size: 12px;
  }
  .service {
    grid-template-columns: 24px 1fr 30px;
    gap: 10px;
    padding: 26px 0;
  }
  .service h3 {
    font-size: 24px;
  }
  .service > p {
    grid-column: 2;
    grid-row: 2;
    max-width: 100%;
    font-size: 12px;
    margin-top: 5px;
  }
  .service-symbol {
    grid-row: 1;
    grid-column: 3;
    font-size: 28px;
  }
  .service-number {
    font-size: 9px;
  }
  .context-panel {
    grid-template-columns: 1fr;
    padding: 25px 22px;
    gap: 25px;
    margin-top: 25px;
  }
  .context-copy h3 {
    font-size: 36px;
    margin-top: 23px;
  }
  .context-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .context-map {
    max-width: 330px;
    width: 93%;
    margin: 0 auto 10px;
  }
  .map-node {
    font-size: 7px;
    padding: 8px;
  }
  .map-center strong {
    font-size: 31px;
  }
  .map-center span {
    font-size: 6px;
  }
  .process-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process h2 {
    font-size: 38px;
  }
  .process-intro {
    font-size: 12px;
    margin: 20px 0 13px;
  }
  .process-steps summary {
    padding: 23px 0;
    gap: 15px;
  }
  .process-steps summary h3 {
    font-size: 17px;
  }
  .process-steps details p {
    padding-left: 29px;
  }
  .contact {
    padding: 35px 5% 40px;
  }
  .contact-top {
    margin-bottom: 24px;
  }
  .contact-top > span {
    font-size: 49px;
  }
  .contact-top .eyebrow {
    font-size: 7px;
  }
  .contact h2 {
    font-size: clamp(59px, 13.4vw, 93px);
  }
  .contact-bottom {
    grid-template-columns: 1fr;
    margin-top: 29px;
    gap: 22px;
  }
  .contact-bottom p {
    font-size: 12px;
  }
  .contact-bottom .button {
    max-width: 300px;
    justify-self: start;
  }
  .email-link {
    grid-column: 1;
    text-align: left;
    margin-top: -8px;
  }
  footer {
    padding-top: 30px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-top p {
    order: 3;
    width: 100%;
    font-size: 18px;
  }
  .footer-top > a:last-child {
    font-size: 8px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 15px;
    font-size: 7px;
    margin-top: 25px;
  }
  .footer-bottom > span:nth-child(2) {
    order: 3;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.hero h1 em {
  margin-left: 0.06em;
}
.contact h2 em {
  margin-right: 0.06em;
}
