@font-face {
  font-family: "IBM Plex Mono";
  src: url("/fonts/mono.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/display.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f4f4ef;
  --ink: #181816;
  --muted: #66665f;
  --rule: #d0d0c8;
  --gutter: clamp(18px, 1.5vw, 32px);
  --text: clamp(18px, 1.55vw, 26px);
  --label: clamp(14px, 1.17vw, 20px);
  --mono: "IBM Plex Mono", "Courier New", monospace;
  --display: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-family: var(--mono);
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  font-size: var(--text);
  line-height: 1.45;
}
p,
h1,
h2,
h3,
figure {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}
::selection {
  background: var(--ink);
  color: var(--paper);
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.eyebrow,
h2 {
  font: 400 var(--label) / 1.4 var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
.display {
  font: 720 clamp(44px, 5.35vw, 96px) / 1.025 var(--display);
  letter-spacing: -0.058em;
  max-width: 21ch;
  text-wrap: balance;
}
.header {
  align-items: start;
  padding: 23px var(--gutter);
  font-size: clamp(18px, 1.55vw, 26px);
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  z-index: 2;
}
.wordmark {
  font-weight: 400;
  letter-spacing: -0.035em;
  width: fit-content;
}
.header nav {
  grid-column: 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.header a {
  width: fit-content;
}
.header a:hover {
  opacity: 0.6;
}
.header .contact-nav {
  justify-self: end;
}
[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.content-page .header {
  position: sticky;
  top: 0;
  background: var(--paper);
}
.home {
  height: 100svh;
  min-height: 540px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}
.home #main {
  min-height: 0;
}
.intro {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 var(--gutter);
}
.intro-meta {
  flex: 0 0 auto;
  align-items: end;
  padding: clamp(28px, 6.4vh, 82px) 0 24px;
}
.intro-meta h1 {
  grid-column: 1 / span 3;
  font-size: clamp(48px, 6vw, 108px);
  max-width: none;
}
.home-deck {
  align-self: end;
  padding-bottom: 3px;
}
.home-deck .eyebrow {
  margin-bottom: 18px;
}
.home-deck > p:last-child {
  font-size: var(--text);
}
.object {
  flex: 1;
  min-height: 160px;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
}
.object-surface {
  position: relative;
  container-type: size;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: pan-y;
}
canvas:active {
  cursor: grabbing;
}
.fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: monospace;
  font-size: min(1.6cqw, 2.05cqh);
  line-height: 1.05;
  letter-spacing: 0;
  white-space: pre;
  user-select: none;
}
.object-surface.is-ready .fallback {
  visibility: hidden;
}
.object-surface.is-fallback canvas {
  display: none;
}
.content-page {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
.content-page #main {
  flex: 1;
}
.section {
  margin: 0 var(--gutter);
  padding-top: clamp(70px, 10vh, 140px);
}
.page-label {
  margin-bottom: 34px;
}
.service-list {
  margin-top: clamp(72px, 9vw, 150px);
}
.service:first-child {
  grid-column: 2;
}
.service h2,
.practice-note h2 {
  margin-bottom: 16px;
}
.service p,
.practice-note p {
  font-size: var(--text);
  line-height: 1.5;
}
.practice-body {
  margin-top: clamp(64px, 8vw, 130px);
}
.practice-note:first-child {
  grid-column: 3;
}
.practice-note em {
  font-style: normal;
}
.name-study {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: clamp(84px, 12vw, 180px);
  padding: 38px 0 30px;
  border-block: 1px solid var(--rule);
  font: 530 clamp(50px, 10vw, 170px) / 1.1 var(--display);
  letter-spacing: -0.065em;
}
.name-operator {
  color: var(--muted);
  font-weight: 350;
}
.next {
  margin: clamp(96px, 12vw, 190px) var(--gutter) 0;
  align-items: baseline;
}
.next-link {
  grid-column: 2 / -1;
  font: 640 clamp(28px, 3.4vw, 60px) / 1.1 var(--display);
  letter-spacing: -0.05em;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.next-link:hover {
  opacity: 0.6;
}
.next-link span {
  font-weight: 400;
  transition: transform 0.2s;
}
.next-link:hover span {
  transform: translate(4px, -4px);
}
.contact-body {
  margin-top: clamp(60px, 7vw, 115px);
}
.contact-note {
  grid-column: 2;
}
.contact-details {
  grid-column: 3 / -1;
}
.contact-details h2 {
  margin-bottom: 16px;
}
.email {
  display: inline-flex;
  gap: 26px;
  margin-top: 4px;
  font-size: clamp(18px, 2vw, 32px);
  letter-spacing: -0.04em;
}
.email:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  border-radius: 2px;
  padding: 12px 16px;
  min-height: 44px;
  font: 400 var(--label) / 1.3 var(--mono);
  text-transform: uppercase;
}
.action.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
}
.action:hover {
  background: #484842;
  color: var(--paper);
  border-color: #484842;
}
.action:disabled {
  opacity: 0.5;
  cursor: progress;
}
.copy-status {
  font-size: var(--label);
  margin-top: 14px;
  min-height: 2.8em;
  max-width: 42ch;
  overflow-wrap: anywhere;
}
.footer {
  container-type: inline-size;
  margin: clamp(100px, 13vw, 220px) var(--gutter) 0;
}
.footer-brand {
  display: block;
  width: fit-content;
  font: 740 23.7cqw/0.79 var(--display);
  letter-spacing: -0.075em;
  margin-left: -0.018em;
}
.footer-brand:hover {
  opacity: 0.7;
}
.footer-meta {
  padding: 28px 0 24px;
  font-size: var(--label);
  text-transform: uppercase;
}
.footer-meta > p:first-child {
  grid-column: 1 / span 2;
}
.footer-meta a {
  width: fit-content;
}
.footer-meta a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-end {
  text-align: right;
}
.skip-link {
  position: fixed;
  left: var(--gutter);
  top: -100px;
  z-index: 10;
  background: var(--ink);
  color: var(--paper);
  padding: 14px;
}
.skip-link:focus {
  top: 16px;
}
.display {
  animation: enter 0.4s ease-out both;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 900px) {
  .grid,
  .header nav {
    gap: 16px;
  }
  .intro-meta h1 {
    grid-column: 1 / span 3;
    font-size: 7vw;
  }
  .home-deck .eyebrow {
    font-size: 12px;
  }
  .home-deck > p:last-child {
    font-size: 14px;
  }
  .display {
    max-width: 100%;
  }
  .service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .service:first-child {
    grid-column: 1;
  }
  .practice-note:first-child {
    grid-column: 2 / span 2;
  }
  .practice-note:last-child {
    grid-column: 4;
  }
  .contact-note {
    grid-column: 1 / span 2;
  }
  .contact-details {
    grid-column: 3 / span 2;
  }
}
@media (max-width: 600px) {
  :root {
    --text: 16px;
    --label: 13px;
  }
  .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
    padding-block: 20px;
    font-size: 16px;
  }
  .wordmark {
    font-size: 20px;
  }
  .header nav {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: space-between;
  }
  .header a {
    padding-block: 3px;
  }
  .home {
    min-height: 560px;
  }
  .intro-meta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding-top: 26px;
    padding-bottom: 14px;
  }
  .intro-meta h1 {
    font-size: clamp(40px, 10.7vw, 62px);
    line-height: 1.02;
  }
  .home-deck {
    align-self: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
    padding-bottom: 0;
  }
  .home-deck .eyebrow {
    margin: 0;
    font-size: 12px;
    max-width: 14ch;
  }
  .home-deck > p:last-child {
    font-size: 13px;
  }
  .object-surface {
    width: calc(100% + 2 * var(--gutter));
    margin-left: calc(-1 * var(--gutter));
  }
  .section {
    padding-top: 56px;
  }
  .page-label {
    margin-bottom: 28px;
  }
  .display {
    font-size: clamp(35px, 9.4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.055em;
  }
  .service-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 56px;
    gap: 42px;
  }
  .service {
    max-width: 35ch;
  }
  .service h2,
  .practice-note h2 {
    margin-bottom: 10px;
  }
  .practice-body {
    grid-template-columns: 1fr;
    margin-top: 56px;
    gap: 38px;
  }
  .practice-note:first-child,
  .practice-note:last-child {
    grid-column: 1;
    max-width: 35ch;
  }
  .name-study {
    margin-top: 64px;
    padding-block: 24px;
    font-size: 11vw;
  }
  .next {
    display: block;
    margin-top: 80px;
  }
  .next .eyebrow {
    margin-bottom: 22px;
  }
  .next-link {
    font-size: 31px;
    max-width: 100%;
  }
  .next-link span {
    flex: 0 0 auto;
  }
  .contact-body {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 40px;
  }
  .contact-note,
  .contact-details {
    grid-column: 1;
  }
  .email {
    font-size: 22px;
    gap: 18px;
  }
  .footer {
    margin-top: 84px;
  }
  .footer-meta {
    grid-template-columns: 1fr 1fr;
    row-gap: 22px;
    padding-top: 22px;
    font-size: 11px;
  }
  .footer-meta > p:first-child {
    grid-column: 1 / -1;
  }
  .footer-end {
    grid-column: 2;
    align-self: end;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
