:root {
  color-scheme: light;
  --paper: #fafaf8;
  --ink: #20211e;
  --muted: #73746d;
  --line: #dedfd9;
  --accent: #a3472a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, audio:focus-visible, video:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
button, audio { font: inherit; }
button { cursor: pointer; }
.container { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-inner a { color: var(--ink); text-decoration: none; }
.wordmark { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
nav { display: flex; gap: 32px; font-size: 14px; }
nav a { opacity: .7; }
nav a:hover { opacity: 1; }
.intro { padding: 80px 0 86px; }
.eyebrow, .section-heading { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; }
.availability { color: var(--muted); margin: 0 0 24px; }
.availability span { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #7b8a68; vertical-align: 1px; }
h1 { font-size: clamp(44px, 4.6vw, 66px); line-height: 1.12; font-weight: 600; letter-spacing: -2.6px; margin: 0; }
.intro-note { font-size: 16px; color: var(--muted); line-height: 1.8; margin: 28px 0 0; max-width: 830px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); padding-bottom: 15px; color: var(--muted); }
.section-heading h2 { font: inherit; font-weight: 500; margin: 0; }
.section-heading > span { font-size: 11px; letter-spacing: .5px; }
.work-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 52px; padding-top: 24px; align-items: start; }
.work-index { list-style: none; padding: 0; margin: 0; }
.work-index li { border-bottom: 1px solid var(--line); }
.project-link { display: flex; align-items: center; min-height: 94px; gap: 18px; text-decoration: none; color: var(--muted); padding: 16px 0; }
.index-number { font-size: 11px; color: var(--muted); width: 18px; flex-shrink: 0; }
.index-copy { flex: 1; min-width: 0; }
.index-title { display: block; font-size: clamp(20px, 1.9vw, 27px); line-height: 1.2; letter-spacing: -.8px; font-weight: 600; }
.index-type { display: block; margin-top: 8px; font-size: 10px; letter-spacing: .6px; text-transform: uppercase; }
.index-duration { font-size: 11px; font-variant-numeric: tabular-nums; }
.index-arrow { font-size: 19px; color: var(--accent); opacity: 0; }
.project-link:hover, .project-link[aria-current="true"] { color: var(--ink); }
.project-link:hover .index-arrow, .project-link[aria-current="true"] .index-arrow { opacity: 1; }
.project { margin: 0 0 56px; scroll-margin-top: 24px; }
.project[hidden] { display: none; }
.project:last-child { margin-bottom: 0; }
.project video { width: 100%; aspect-ratio: 16/9; display: block; object-fit: contain; border-radius: 12px; background: #171717; }
.project audio { display: block; width: 100%; height: 42px; margin-top: 14px; }
.audio-art { border-radius: 12px; padding: 27px 30px; background: #eee8df; color: #38372e; min-height: 312px; display: flex; flex-direction: column; justify-content: space-between; }
.art-label, .art-footer { font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.audio-art > p { font-size: clamp(32px, 3.1vw, 45px); font-weight: 500; line-height: 1.08; letter-spacing: -1.5px; margin: 30px 0 0; }
.audio-art > p > span { color: var(--accent); }
.audio-art img { width: 100%; height: 78px; object-fit: fill; margin: 12px 0; }
.art-footer { display: flex; justify-content: space-between; gap: 15px; letter-spacing: .7px; }
.podcast-art { background: #e4e8de; }
.podcast-art > p { margin: 32px 0 42px; }
.podcast-art > p > span { color: #506245; }
.cue { display: flex; justify-content: space-between; width: 100%; border: 0; background: none; color: var(--accent); padding: 11px 3px 0; font-size: 11px; text-align: left; gap: 12px; }
.cue:hover { text-decoration: underline; }
.project-description { padding-top: 22px; }
.project-description .eyebrow { font-size: 9px; letter-spacing: .9px; color: var(--muted); margin: 0 0 10px; }
.project h3 { font-size: 23px; line-height: 1.2; letter-spacing: -.5px; font-weight: 500; margin: 0 0 14px; }
.project-description > p:not(.eyebrow) { font-size: 14px; line-height: 1.7; color: #65665f; margin: 0 0 14px; }
.project-description > p.role { font-size: 11px; color: var(--ink); }
.project-description > p.content-note { font-size: 11px; color: var(--muted); }
details { font-size: 12px; color: #65665f; }
summary { cursor: pointer; color: var(--accent); }
details p { margin: 12px 0; }
.work-footnote { font-size: 11px; color: var(--muted); border-top: 1px solid var(--line); padding-top: 18px; margin: 28px 0 0; }
.about { padding: 88px 0; }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; padding-top: 40px; }
.portrait { display: block; width: 100%; height: auto; border-radius: 12px; max-width: 360px; }
.about-copy > p { margin: 0 0 20px; font-size: 15px; color: #65665f; line-height: 1.8; }
.about-copy > .about-lead { font-size: 29px; line-height: 1.3; color: var(--ink); letter-spacing: -.8px; margin-bottom: 23px; }
.skills { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; margin: 27px 0 22px; padding-top: 19px; border-top: 1px solid var(--line); }
.skills h3 { font-size: 10px; letter-spacing: 1px; font-weight: 500; text-transform: uppercase; margin: 0 0 9px; }
.skills p { font-size: 12px; color: #65665f; line-height: 1.8; margin: 0; }
.text-link { font-size: 12px; }
footer { border-top: 1px solid var(--line); padding: 35px 0 24px; }
footer > .eyebrow { color: var(--muted); }
.contact-title { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-size: clamp(48px, 6vw, 80px); letter-spacing: -3px; line-height: 1.3; text-decoration: none; padding: 15px 0 35px; }
.contact-title > span { font-weight: 400; color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 24px; font-size: 11px; color: var(--muted); }
.skip { position: absolute; left: 16px; top: -80px; padding: 12px; background: white; z-index: 10; }
.skip:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 899px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 74px; }
  .wordmark { font-size: 11px; letter-spacing: .8px; }
  nav { gap: 20px; font-size: 12px; }
  .intro { padding: 58px 0 64px; }
  h1 { font-size: clamp(39px, 6.8vw, 60px); letter-spacing: -1.8px; }
  .intro-note { font-size: 14px; }
  .desktop-break { display: none; }
  .work-layout { display: block; padding-top: 28px; }
  .work-index { display: none; }
  .project { padding-bottom: 30px; margin-bottom: 32px; border-bottom: 1px solid var(--line); }
  .project:last-child { border-bottom: 0; padding-bottom: 0; }
  .audio-art { min-height: 300px; }
  .audio-art > p { font-size: 44px; }
  .project-description { max-width: 600px; }
  .about { padding: 64px 0; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 40px; padding-top: 30px; }
  .about-copy > .about-lead { font-size: 25px; }
}
@media (max-width: 540px) {
  .header-inner { min-height: 84px; flex-wrap: wrap; gap: 0; padding: 18px 0; }
  .wordmark { width: 100%; margin-bottom: 9px; }
  nav { gap: 24px; }
  .intro { padding: 42px 0 52px; }
  .availability { font-size: 9px; letter-spacing: .65px; margin-bottom: 22px; }
  h1 { font-size: clamp(34px, 9.4vw, 49px); letter-spacing: -1.4px; }
  .intro-note { font-size: 14px; margin-top: 22px; }
  .section-heading { font-size: 10px; letter-spacing: 1.1px; }
  .audio-art { padding: 24px; min-height: 280px; }
  .audio-art > p { font-size: 38px; }
  .project h3 { font-size: 24px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .portrait { width: 68%; max-width: 280px; }
  .about-copy > .about-lead { font-size: 28px; }
  .skills { gap: 24px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; }
  .footer-bottom > a:first-child { width: 100%; }
  .footer-bottom > a:last-child { margin-left: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
