    :root {
      color-scheme: light;
      --page: #fff;
      --ink: #202326;
      --muted: #626970;
      --line: #dce0e2;
      --soft: #f2f4f5;
      --accent: #315d62;
      --edge: clamp(1.25rem, 4.2vw, 4.5rem);
      --content: 92rem;
      --gap: clamp(1.5rem, 4vw, 4rem);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--page);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.5;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
    /* Keep final word pairs joined with &nbsp; in paragraph copy. */
    p { text-wrap: pretty; }
    body.has-lightbox { overflow: hidden; }
    a { color: inherit; }
    button { font: inherit; }
    img { display: block; max-width: 100%; }
    [hidden] { display: none !important; }
    a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
    .shell { width: min(100%, var(--content)); margin-inline: auto; padding-inline: var(--edge); }
    .skip-link { position: fixed; z-index: 100; top: .75rem; left: var(--edge); padding: .75rem 1rem; color: #fff; background: var(--ink); transform: translateY(-180%); }
    .skip-link:focus { transform: none; }
    .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

    .site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid #53585c; }
    .site-header, .hero-band { --muted: #fff; --accent: #fff; color: #fff; background: var(--ink); }
    .header-inner { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1.5rem; }
    .brand { display: flex; flex-wrap: wrap; align-items: baseline; gap: .25rem .875rem; min-width: 0; }
    .brand .wordmark { flex-shrink: 0; white-space: nowrap; }
    .brand-role { display: inline-flex; align-items: baseline; gap: .875rem; min-width: 0; font-size: .875rem; line-height: 1.4; }
    .brand-divider { flex-shrink: 0; width: 0; height: .85em; border-left: 1px solid currentColor; }
    .wordmark { text-decoration: none; font-size: 1.25rem; font-weight: 650; letter-spacing: -.045em; }
    .header-right, .site-header nav { display: flex; align-items: center; gap: 2rem; }
    .site-header nav a { display: inline-flex; align-items: center; min-height: 2.75rem; font-size: .875rem; text-decoration: none; text-underline-offset: .3em; }
    .site-header nav a:hover { text-decoration: underline; }
    .preview-label { color: var(--muted); font-size: .75rem; }

    .hero { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, .8fr); align-items: start; gap: var(--gap); padding-block: clamp(3.5rem, 7vw, 7rem) clamp(3.5rem, 6vw, 6rem); }
    .eyebrow { margin: 0; font-size: .8125rem; font-weight: 500; letter-spacing: .06em; line-height: 1.5; color: var(--muted); }
    .hero h1 { margin: 0; font-size: clamp(2.925rem, 5.85vw, 5.85rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.01; text-wrap: balance; }
    .hero h1 span { color: var(--accent); }
    /* Optical alignment: paragraph capitals meet the headline’s lowercase tops. */
    .hero-copy { padding-top: clamp(.6875rem, 1.375vw, 1.375rem); padding-bottom: .3rem; }
    .hero-copy p { max-width: 27rem; margin: 0; font-size: clamp(1.0625rem, 1.45vw, 1.3125rem); letter-spacing: -.018em; line-height: 1.5; }
    .hero-copy .hero-note { margin-top: 1.25rem; color: #a3a7aa; font-size: .8125rem; letter-spacing: 0; }

    .selected-work { padding-top: var(--edge); padding-bottom: clamp(3rem, 6vw, 6rem); }
    .work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem 1rem; align-items: start; }
    .project { min-width: 0; margin: 0; }


    .work-link { position: relative; display: block; overflow: hidden; aspect-ratio: 17 / 20; background: var(--soft); cursor: zoom-in; }
    .work-link::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px #b8b8b8; pointer-events: none; }
    .work-link > img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
    .work-link:hover > img { transform: scale(1.012); }
    .expand-mark { position: absolute; display: grid; width: 2.5rem; height: 2.5rem; right: .75rem; bottom: .75rem; place-items: center; color: var(--ink); background: rgba(255, 255, 255, .95); border: 1px solid rgba(32, 35, 38, .12); border-radius: 50%; font-size: 1.25rem; line-height: 1; transition: background 180ms ease, color 180ms ease; }
    .work-link:hover .expand-mark { color: white; background: var(--ink); }
    .project-copy { padding-top: 1.25rem; }

    .project h3 { margin: .5rem 0 .75rem; font-size: clamp(1.375rem, 2vw, 1.875rem); line-height: 1.15; font-weight: 500; letter-spacing: -.04em; text-wrap: balance; }

    .project-description { max-width: 36rem; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }




    .site-footer { color: #fff; background: var(--ink); }
    .footer-inner { padding-block: clamp(3.5rem, 6vw, 6rem) 2rem; }
    .footer-top { display: flex; justify-content: space-between; align-items: end; gap: 2.5rem; }
    .site-footer h2 { margin: 0 0 1.25rem; font-size: clamp(2.925rem, 5.85vw, 5.85rem); font-weight: 500; line-height: 1; letter-spacing: -.05em; }
    .footer-intro { max-width: 28rem; margin: 0; color: #c9ced1; font-size: 1.125rem; }
    .contact-email { display: inline-flex; align-items: center; gap: 1rem; min-height: 3rem; font-size: clamp(1rem, 1.8vw, 1.6rem); text-decoration-thickness: 1px; text-underline-offset: .25em; letter-spacing: -.02em; }
    .footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid #53585c; font-size: .875rem; color: #c9ced1; }
    .footer-bottom p { margin: 0; }
    .footer-bottom a { text-underline-offset: .3em; }
    .site-footer a:focus-visible { outline-color: #fff; }

    .lightbox { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; height: 100dvh; max-height: none; margin: 0; padding: 0 var(--edge) max(1.5rem, env(safe-area-inset-bottom)); border: 0; background: #fff; color: var(--ink); overflow: auto; }
    .lightbox[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
    .lightbox::backdrop { background: #fff; }
    .lightbox-header { display: flex; align-items: center; justify-content: space-between; min-height: 4.5rem; border-bottom: 1px solid var(--line); gap: 1.5rem; }
    .lightbox-label { color: var(--muted); font-size: .875rem; }
    .lightbox-close { display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 2.75rem; padding: .5rem .25rem .5rem 1rem; background: transparent; border: 0; color: var(--ink); font-size: .875rem; cursor: pointer; }
    .lightbox-close span { font-size: 1.5rem; line-height: 1; }
    .lightbox-media { display: grid; min-height: 0; place-items: center; padding-block: 1rem; }
    .lightbox-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
    .lightbox-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem 3rem; padding-top: .75rem; border-top: 1px solid var(--line); }
    .lightbox-caption h2 { margin: 0; font-weight: 500; letter-spacing: -.03em; font-size: 1.25rem; }
    .lightbox-caption p { margin: 0; max-width: 40rem; color: var(--muted); font-size: .875rem; }

    @media (max-width: 960px) {
      .hero { grid-template-columns: 1fr; gap: 2rem; padding-top: 3.5rem; }
      .hero h1, .site-footer h2 { font-size: clamp(2.925rem, 8.1vw, 4.95rem); }
      .hero-copy { display: block; padding-top: 0; }
      .hero-copy p { max-width: 34rem; }
      .hero-copy .hero-note { margin-top: 1rem; }
      .footer-top { align-items: start; flex-direction: column; }
    }
    @media (max-width: 680px) {
      html { scroll-padding-top: 5rem; }
      .header-inner { min-height: 4.5rem; flex-wrap: wrap; gap: .125rem 1rem; padding-block: .75rem .25rem; }
      .brand { column-gap: .5rem; }
      .brand-role { gap: .5rem; font-size: .8125rem; }
      .header-right { margin-left: auto; }
      .header-right, .site-header nav { gap: 1.25rem; }
      .wordmark { font-size: 1.125rem; }
      .preview-label { display: none; }
      .hero { padding-block: 3rem; gap: 1.75rem; }
      .hero h1, .site-footer h2 { font-size: clamp(2.3625rem, 9.72vw, 4.05rem); }




      .project h3 { font-size: 1.75rem; }
      .footer-bottom { margin-top: 3rem; }
      .lightbox-caption { flex-direction: column; gap: .5rem; }
      .lightbox-caption h2 { font-size: 1.125rem; }
    }
    @media (max-width: 900px) {
      .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 560px) {
      .work-grid { grid-template-columns: 1fr; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .work-link > img, .expand-mark { transition: none; }
    }

    .site-header nav a[aria-current="page"] { text-decoration: underline; }
    .resume-hero { grid-template-columns: 1fr; padding-block: clamp(2rem, 4vw, 4rem); }
    .resume-body { padding-block: clamp(2.5rem, 5vw, 5rem) clamp(4rem, 7vw, 7rem); }
    .resume-section + .resume-section { margin-top: clamp(3rem, 6vw, 6rem); }
    .resume-section > h2 { margin: 0 0 1.25rem; font-size: .875rem; font-weight: 500; color: var(--muted); }
    .resume-row { display: grid; align-items: first baseline; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: 2rem 1rem; border-top: 1px solid var(--line); padding-block: 2rem; }
    .resume-row:last-child { padding-bottom: 0; }
    .resume-company h3, .resume-detail .resume-title { margin: 0 0 .75rem; font-weight: 500; font-size: clamp(1.375rem, 2vw, 1.875rem); letter-spacing: -.04em; line-height: 1.2; text-wrap: balance; }
    .resume-company p { margin: .25rem 0 0; font-size: .875rem; color: var(--muted); }
    .resume-detail { max-width: 48rem; min-width: 0; }
    .resume-detail p, .resume-detail li { color: var(--muted); font-size: 1rem; line-height: 1.65; text-wrap: pretty; }
    .resume-detail p { margin: 0; }
    .resume-detail .resume-title { color: var(--ink); }
    .resume-detail ul { margin: 1.25rem 0 0; padding-left: 1.15rem; }
    .resume-detail li { padding-left: .15rem; }
    .resume-detail li + li { margin-top: .75rem; }
    .resume-detail li::marker { color: var(--ink); font-size: .75em; }
    .resume-return { display: inline-block; margin-top: 3rem; text-underline-offset: .3em; }
    @media (max-width: 960px) {
      .header-inner { flex-wrap: wrap; padding-block: .75rem; }
      .header-right { margin-left: auto; }
      .preview-label { display: none; }
    }
    @media (max-width: 680px) {
      .resume-row { grid-template-columns: 1fr; gap: 1.5rem; }
      .resume-hero .hero-copy { padding-top: 0; }
      .header-inner { padding-block: .75rem .25rem; }
    }
