:root {
  --paper: #101311;
  --ink: #f6f4ed;
  --muted: #a9afa7;
  --line: #363c37;
  --accent: #b9d4a2;
  --panel: #171c18;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.site-header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 auto; max-width: 1180px; padding: 24px 32px; }
.wordmark { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-family: "Cormorant Garamond", Georgia, serif; font-size: 17px; height: 42px; justify-content: center; text-decoration: none; width: 42px; }
nav { display: flex; gap: clamp(18px, 3vw, 38px); }
nav a { font-size: 13px; letter-spacing: .04em; text-decoration: none; }
nav a:hover, nav a:focus-visible, .text-link:hover, .back-link:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
main, footer { margin: 0 auto; max-width: 1180px; padding-left: 32px; padding-right: 32px; }
.hero { max-width: 1100px; min-height: 76vh; padding: clamp(96px, 15vw, 190px) 0 110px; }
.hero-main { align-items: end; display: grid; gap: clamp(34px, 6vw, 78px); grid-template-columns: minmax(0, 1fr) 230px; }
.hero-copy { min-width: 0; }
.portrait { border: 1px solid var(--line); height: 290px; margin: 0 0 4px; overflow: hidden; width: 230px; }
.portrait img { display: block; height: 100%; object-fit: cover; object-position: 50% 16%; width: 100%; }
.eyebrow, .section-number, .group-label, .detail-kicker { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: .98; margin: 0; }
h1 { font-size: clamp(76px, 13vw, 158px); letter-spacing: -.045em; }
h2 { font-size: clamp(45px, 6vw, 72px); letter-spacing: -.035em; }
.lede { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(25px, 3.2vw, 40px); line-height: 1.15; margin: 38px 0 20px; max-width: 830px; }
.intro { color: var(--muted); max-width: 680px; }
.text-link, .back-link { display: inline-block; font-size: 13px; font-weight: 600; margin-top: 24px; text-decoration: none; }
.text-link span { margin-left: 8px; }
.section { border-top: 1px solid var(--line); padding: 92px 0 110px; }
.two-column { display: grid; gap: 60px; grid-template-columns: minmax(240px, .8fr) 1.2fr; }
.section-number { margin: 0 0 14px; }
.prose { color: #e5e6e1; font-size: 18px; max-width: 680px; }
.prose p:first-child { margin-top: 0; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 52px; }
.section-heading > p, .group-intro { color: var(--muted); font-size: 14px; margin: 0 0 7px; max-width: 330px; }
.project-group + .project-group { margin-top: 76px; }
.group-label { margin: 0 0 18px; }
.group-intro { margin-bottom: 26px; max-width: 540px; }
.project-list { border-top: 1px solid var(--ink); }
.project-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 44px 1fr auto; padding: 27px 0; text-decoration: none; transition: color .16s ease, padding .16s ease; }
.project-row:hover, .project-row:focus-visible { color: var(--accent); padding-left: 8px; }
.project-index, .project-status { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.project-row:hover .project-status, .project-row:focus-visible .project-status { color: var(--accent); }
.project-status b { font-size: 14px; font-weight: 400; margin-left: 5px; }
.project-row h3 { font-size: clamp(25px, 3vw, 39px); line-height: 1.12; }
.project-row small { color: var(--muted); display: block; font-size: 13px; line-height: 1.45; margin-top: 9px; }
.news-list article { border-top: 1px solid var(--line); padding: 22px 0; }
.news-list time { color: var(--accent); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.news-list p { font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; line-height: 1.25; margin: 12px 0 0; }
.contact-list { border-top: 1px solid var(--line); display: grid; gap: 24px; padding-top: 26px; }
.contact-item { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px 14px; }
.contact-item span { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.contact-list a { color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(27px, 3.4vw, 42px); line-height: 1.2; text-decoration: none; }
.contact-list a:hover, .contact-list a:focus-visible { color: var(--accent); text-decoration: underline; text-underline-offset: 5px; }
footer { border-top: 1px solid var(--ink); display: grid; font-size: 12px; gap: 20px; grid-template-columns: 1fr 1fr auto; padding-bottom: 42px; padding-top: 30px; }
footer p { margin: 0; }

.detail { max-width: 880px; min-height: calc(100vh - 148px); padding-bottom: 120px; padding-top: 58px; }
.detail h1 { font-size: clamp(60px, 9vw, 112px); margin-top: 58px; max-width: 1000px; }
.detail .lede { margin-top: 34px; }
.detail-body { border-top: 1px solid var(--line); display: grid; gap: 48px; grid-template-columns: minmax(180px, .55fr) 1.45fr; margin-top: 70px; padding-top: 28px; }
.detail-meta { color: var(--muted); font-size: 12px; line-height: 1.7; }
.detail-meta strong { color: var(--accent); display: block; font-size: 10px; letter-spacing: .13em; margin-bottom: 4px; text-transform: uppercase; }
.detail-copy { color: #e5e6e1; font-size: 18px; }
.detail-copy p:first-child { margin-top: 0; }
.detail-copy a { color: var(--accent); text-decoration-color: color-mix(in srgb, var(--accent) 60%, transparent); text-underline-offset: 4px; }
.detail-note { background: var(--panel); border-left: 2px solid var(--accent); color: var(--muted); font-size: 14px; margin-top: 30px; padding: 18px 20px; }

@media (max-width: 720px) {
  .site-header, main, footer { padding-left: 20px; padding-right: 20px; }
  nav { gap: 16px; }
  nav a:last-child { display: none; }
  .hero { min-height: auto; padding: 90px 0; }
  .hero-main { align-items: start; grid-template-columns: 1fr; }
  .portrait { height: 260px; max-width: none; width: 205px; }
  .two-column, .detail-body { grid-template-columns: 1fr; }
  .section { padding: 68px 0 78px; }
  .section-heading { align-items: start; flex-direction: column; gap: 24px; }
  .project-row { align-items: start; grid-template-columns: 30px 1fr; }
  .project-status { grid-column: 2; }
  footer { grid-template-columns: 1fr; }
  .detail { padding-top: 35px; }
  .detail h1 { margin-top: 48px; }
  .detail-body { gap: 26px; margin-top: 50px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .project-row { transition: none; } }
