@font-face {
  font-family: "Michroma";
  src: url("/assets/fonts/michroma.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --ground: #000;
  --ink: #fff;
  --secondary: #999;
  --line: #252525;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
}
* { box-sizing: border-box; }
html { background: var(--ground); color: var(--ink); }
body {
  margin: 0 auto;
  max-width: 1600px;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding-inline: var(--gutter);
  font-family: "Michroma", "Arial Black", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
p, h1, h2, figure { margin: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: .3em; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
::selection { background: var(--ink); color: var(--ground); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -8rem; left: var(--gutter); background: var(--ink); color: var(--ground); padding: .75rem 1rem; z-index: 2; }
.skip-link:focus { top: 1rem; }
.site-header { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .75rem; padding-block: 1.6rem; font-size: .875rem; }
.site-header > p { color: var(--secondary); }
nav { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: clamp(1.25rem, 3vw, 3rem); }
nav a { padding-block: .75rem; }
nav [aria-current="page"] { text-decoration: underline; }
.logo { display: block; width: 100%; height: auto; overflow: hidden; filter: grayscale(1) contrast(3); }
.logo-invert { filter: grayscale(1) contrast(3) invert(1); }
.header-wordmark { display: block; width: 12rem; max-width: 70%; margin-inline: auto; padding-block: .75rem; }
.header-wordmark .logo { aspect-ratio: 816 / 130; }
.home-main { flex: 1; }
.wordmark { width: min(76%, 48rem); margin: 2.4rem auto 3.8rem; }
.wordmark .logo { aspect-ratio: 816 / 130; }
.hero { width: 100%; max-width: 1320px; margin-inline: auto; }
.hero img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 53%; }
.studio-line { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .5rem; padding-top: 1.6rem; font-size: 1rem; }
.studio-line p:last-child { color: var(--secondary); }
.collaborations { padding-block: 4rem 3.8rem; }
.collaborations h2 { color: var(--secondary); font-size: .875rem; font-weight: 400; }
.brand-list { list-style: none; margin: 2.25rem auto 0; padding: 0; max-width: 66rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem; align-items: center; }
.brand-list li { min-width: 0; display: flex; justify-content: center; align-items: center; min-height: 3.25rem; }
.brand-logo { max-width: 15rem; }
.brand-aw { aspect-ratio: 839 / 87; }
.brand-twc { aspect-ratio: 727 / 125; max-width: 14rem; }
.brand-board { aspect-ratio: 963 / 114; max-width: 14rem; }
.site-footer { border-top: 1px solid var(--line); padding-block: 2.5rem 1.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 1.25rem; font-size: .875rem; }
.site-footer > p { font-size: .8125rem; color: var(--secondary); }
.site-footer a { padding-block: .5rem; overflow-wrap: anywhere; }
.contact-links { display: flex; flex-direction: column; align-items: center; max-width: 100%; gap: .1rem; }
.contact-links a { max-width: 100%; }
.footer-wordmark { width: 7rem; max-width: 60%; margin-top: .5rem; }
.footer-wordmark .logo { aspect-ratio: 816 / 130; }
.about-main { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2rem; padding-block: clamp(2.5rem, 6vh, 5rem); }
.page-label { font-size: .875rem; font-weight: 400; padding-top: .5rem; color: var(--secondary); }
.about-content { width: 100%; max-width: 58rem; margin-inline: auto; }
.statement { max-width: 30ch; margin-inline: auto; font-size: clamp(1.5rem, 3.1vw, 2.6rem); font-weight: 400; letter-spacing: -.015em; line-height: 1.5; text-wrap: balance; }
.about-details { display: flex; flex-direction: column; align-items: center; gap: 3rem; margin-top: 3rem; }
.about-copy { max-width: 48rem; margin-inline: auto; }
.about-copy p + p { margin-top: 1.25rem; }
.practice h2 { color: var(--secondary); font-size: .875rem; font-weight: 400; margin-bottom: .75rem; }
.practice ul { list-style: none; padding: 0; margin: 0; }
.practice li + li { margin-top: .25rem; }
@media (max-width: 760px) {
  .site-header { gap: .5rem; padding-block: 1.25rem; }
  .wordmark { width: 90%; margin-block: 2.3rem 3rem; }
  .hero img { aspect-ratio: 1179 / 772; }
  .studio-line { font-size: 1rem; padding-top: 1.25rem; }
  .studio-line p + p { margin-top: .4rem; }
  .collaborations { padding-block: 3rem; }
  .brand-list { grid-template-columns: 1fr; gap: 1.9rem; margin-top: 2rem; }
  .brand-list li { min-height: 2.75rem; }
  .brand-logo { max-width: 13.5rem; }
  .brand-twc { max-width: 12.5rem; }
  .brand-board { max-width: 12.5rem; }
  .site-footer { padding-block: 2rem 1.25rem; gap: 1.25rem; }
  .about-main { gap: 1.75rem; padding-top: 2rem; }
  .statement { font-size: clamp(1.4rem, 5.2vw, 2rem); }
  .about-details { gap: 2rem; margin-top: 2rem; }
}
