:root {
  --linen: #f8f4ec;
  --linen2: #f1ebdf;
  --ink: #1c1917;
  --ink2: #292524;
  --stone: #78716c;
  --line: #ddd5c4;
  --amber: #f59e0b;
  --rust: #b45309;
  --umber: #78350f;
  --display: 'Inter Tight', 'Inter', system-ui, sans-serif;
  --sans: 'Inter', system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
a:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }

.site-header {
  min-height: 76px;
  padding: 0 44px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand img { width: 34px; height: 30px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a {
  border-bottom: 1px solid transparent;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--stone);
}
.site-nav a:hover,
.site-nav a[aria-current="page"] { color: var(--ink); border-color: var(--rust); }

.page-shell { width: min(1080px, calc(100vw - 88px)); margin: 0 auto; }
.page-hero { padding: clamp(86px, 10vw, 140px) 0 72px; }
.eyebrow {
  margin-bottom: 24px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rust);
}
h1 {
  max-width: 980px;
  font-family: var(--display);
  font-size: clamp(52px, 8.2vw, 104px);
  font-weight: 240;
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.page-summary {
  max-width: 780px;
  margin-top: 36px;
  font-size: clamp(18px, 2.1vw, 25px);
  font-weight: 300;
  line-height: 1.55;
  color: var(--ink2);
}
.page-actions { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--ink);
  border-radius: 2px;
  background: var(--ink);
  color: var(--linen);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { background: var(--umber); border-color: var(--umber); }
.text-link {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(120, 53, 15, 0.5);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--umber);
}

.fact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fact-strip > div { min-height: 112px; padding: 22px 24px; border-right: 1px solid var(--line); }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip b {
  display: block;
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rust);
}
.fact-strip span { font-size: 14px; font-weight: 300; line-height: 1.55; color: var(--stone); }

.content-section {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  padding: 52px 0;
  border-top: 1px solid var(--line);
}
.content-section h2 {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--umber);
}
.content-copy { max-width: 760px; }
.content-copy p,
.content-copy li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--stone);
}
.content-copy p + p { margin-top: 18px; }
.content-copy ul { padding-left: 18px; }
.content-copy li + li { margin-top: 10px; }
.content-copy a { color: var(--ink); text-decoration-color: var(--amber); text-underline-offset: 3px; }
.content-copy strong { font-weight: 520; color: var(--ink2); }
.case-disclosure {
  display: block;
  padding: 0;
  scroll-margin-top: 100px;
}
.case-disclosure summary {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  list-style: none;
}
.case-disclosure summary::-webkit-details-marker { display: none; }
.case-disclosure-label,
.case-disclosure-action {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rust);
}
.case-disclosure-project { min-width: 0; }
.case-disclosure-title {
  display: block;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 340;
  line-height: 1;
  color: var(--ink);
}
.case-disclosure-description {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--stone);
}
.case-disclosure-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--stone);
}
.case-disclosure-action::after {
  content: '+';
  font-family: var(--display);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  color: var(--rust);
}
.case-disclosure[open] .case-disclosure-action::after { content: '\2212'; }
.case-disclosure summary:hover .case-disclosure-title,
.case-disclosure summary:hover .case-disclosure-action { color: var(--rust); }
.case-disclosure summary:focus-visible { outline: 2px solid var(--amber); outline-offset: 4px; }
.case-disclosure-body {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(36px, 7vw, 88px);
  padding: 26px 0 52px;
}
.case-disclosure-body h2 { margin: 0; }
.case-visual {
  margin-top: 30px;
  border-top: 4px solid #2ab8c7;
  background: #f3f2f5;
}
.case-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}
.case-visual figcaption {
  padding: 16px 18px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--stone);
}
.case-scope {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-scope div {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.case-scope div:nth-child(2n) { border-right: 0; }
.case-scope div:nth-last-child(-n+2) { border-bottom: 0; }
.case-scope b {
  display: block;
  margin-bottom: 9px;
  font-family: var(--mono);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust);
}
.case-scope span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: var(--stone);
}
.case-note {
  margin-top: 22px;
  font-family: var(--mono);
  font-size: 8px !important;
  line-height: 1.65 !important;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.record-list { border-top: 1px solid var(--line); }
.record {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 34px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.record time,
.record .record-label {
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.6;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust);
}
.record h3 { margin-bottom: 8px; font-family: var(--display); font-size: 25px; font-weight: 390; }
.record p { font-size: 14px; font-weight: 300; line-height: 1.7; color: var(--stone); }

.work-links { border-top: 1px solid var(--line); }
.work-links a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  min-height: 88px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.work-links .index { font-family: var(--mono); font-size: 9px; color: var(--rust); }
.work-links strong { display: block; font-family: var(--display); font-size: 24px; font-weight: 400; }
.work-links span { margin-top: 4px; font-size: 13px; font-weight: 300; line-height: 1.5; color: var(--stone); }
.work-links .arrow { font-family: var(--mono); color: var(--rust); }

.site-footer {
  margin-top: 60px;
  padding: 28px 44px;
  background: var(--ink);
  color: #8a8072;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.13em;
  line-height: 1.7;
  text-transform: uppercase;
}
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--linen); }

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 0 22px; }
  .brand span { display: none; }
  .site-nav { gap: 16px; }
  .site-nav a:nth-child(2) { display: none; }
  .page-shell { width: min(calc(100% - 44px), 346px); }
  .page-hero { padding: 72px 0 54px; }
  h1 { max-width: 100%; overflow-wrap: break-word; }
  .page-actions { flex-direction: column; align-items: flex-start; }
  .page-actions .button { width: 100%; }
  .fact-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-section { grid-template-columns: 1fr; gap: 18px; padding: 42px 0; }
  .case-disclosure { padding: 0; }
  .case-disclosure summary {
    grid-template-columns: 1fr auto;
    gap: 8px 18px;
    padding: 24px 0;
  }
  .case-disclosure-label { grid-column: 1 / -1; }
  .case-disclosure-title { font-size: 30px; }
  .case-disclosure-description { max-width: 250px; }
  .case-disclosure-action { font-size: 0; gap: 0; }
  .case-disclosure-body { grid-template-columns: 1fr; gap: 18px; padding: 20px 0 42px; }
  .case-scope { grid-template-columns: 1fr; }
  .case-scope div,
  .case-scope div:nth-child(2n),
  .case-scope div:nth-last-child(-n+2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .case-scope div:last-child { border-bottom: 0; }
  .record { grid-template-columns: 1fr; gap: 8px; }
  .work-links a { grid-template-columns: 30px minmax(0, 1fr) auto; gap: 12px; }
  .work-links strong { font-size: 21px; }
  .site-footer { flex-direction: column; padding: 24px 22px; }
}
