:root {
  color-scheme: light;
  --paper: #f4efe6;
  --paper-strong: #fffaf2;
  --ink: #171713;
  --muted: #625f56;
  --line: rgba(23, 23, 19, 0.18);
  --signal: #b53220;
  --signal-soft: #edc6b9;
  --moss: #34483b;
  --night: #171d19;
  --sans: "DM Sans", system-ui, sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: rgba(244,239,230,.92); backdrop-filter: blur(14px); transition: border-color .2s ease; }
.site-header.is-scrolled { border-color: var(--line); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.wordmark-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(215,71,47,.12); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted); font-size: .88rem; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; }

.hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: end; gap: clamp(48px, 9vw, 130px); padding-top: 116px; padding-bottom: 86px; }
.eyebrow { margin: 0 0 22px; color: var(--signal); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; overflow-wrap: anywhere; }
h1 { max-width: 850px; margin: 0; font-size: clamp(4.2rem, 9.4vw, 8.4rem); line-height: .88; }
h1 span { display: block; }
h1 .accent { color: var(--signal); font-weight: 500; }
.hero-lede { max-width: 670px; margin: 36px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid var(--ink); text-decoration: none; font-weight: 700; }
.button-dark { background: var(--ink); color: var(--paper-strong); }
.button:hover { transform: translateY(-2px); }
.text-link, .project-link { font-weight: 700; text-underline-offset: 4px; }
.hero-note { align-self: center; margin: 160px 0 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.hero-note p { margin: 0; }
.hero-note .note-label { margin-bottom: 14px; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.signal-line { display: flex; align-items: end; gap: 4px; height: 36px; margin-top: 24px; }
.signal-line span { display: block; width: 28px; background: var(--signal); }
.signal-line span:nth-child(1) { height: 11px; opacity: .35; }
.signal-line span:nth-child(2) { height: 22px; opacity: .65; }
.signal-line span:nth-child(3) { height: 34px; }

.section { padding-block: 110px; scroll-margin-top: 72px; }
.section-rule { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 190px minmax(0, 760px); align-items: start; gap: 24px; }
.section-heading .eyebrow { margin-top: 11px; }
h2 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .96; }
.section-heading > p:last-child { grid-column: 2; max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.project-list { margin-top: 78px; border-top: 1px solid var(--line); }
.project { display: grid; grid-template-columns: 190px 1fr; gap: 24px; padding: 42px 0 56px; border-bottom: 1px solid var(--line); }
.project-number { color: var(--signal); font-family: var(--serif); font-size: 1.3rem; }
.project-title-row { display: flex; justify-content: space-between; gap: 28px; align-items: baseline; }
.project h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4.7rem); font-weight: 500; letter-spacing: -.03em; line-height: 1; }
.project-link { flex: 0 0 auto; }
.project-summary { max-width: 760px; margin: 24px 0 0; color: var(--muted); font-size: 1.08rem; }
.project-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin: 34px 0 0; padding: 0; list-style: none; }
.project-facts li { display: grid; gap: 6px; padding-top: 14px; border-top: 1px solid var(--line); }
.project-facts strong { color: var(--signal); font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.privacy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.privacy-grid > div { min-height: 150px; padding: 20px; background: var(--paper); }
.privacy-grid p { margin: 28px 0 0; color: var(--muted); }
.privacy-mark { color: var(--signal); font-family: var(--serif); }
.agent-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.agent-links a { min-width: 210px; display: flex; justify-content: space-between; gap: 24px; padding: 15px 16px; border: 1px solid var(--line); text-decoration: none; font-weight: 700; }
.agent-links a:hover { background: var(--paper-strong); }

.contrast { color: #f5f1e8; background: var(--night); }
.contrast-inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: clamp(60px,10vw,150px); }
.section-heading.light { display: block; }
.section-heading.light .eyebrow { margin-top: 0; color: #ee8e75; }
.section-heading.light h2 { max-width: 690px; }
.section-heading.light > p:last-child { max-width: 640px; margin: 28px 0 0; }
.method-list { margin: 0; padding: 0; list-style: none; }
.method-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.2); }
.method-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.method-list > li > span { color: #ee8e75; font-family: var(--serif); }
.method-list h3 { margin: 0; font-size: 1.05rem; }
.method-list p { margin: 9px 0 0; color: rgba(255,255,255,.65); }

.about-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: clamp(60px,10vw,150px); }
.about-grid .section-heading { display: block; }
.about-grid .section-heading .eyebrow { margin-top: 0; }
.about-copy > p { margin: 0 0 22px; color: var(--muted); font-size: clamp(1.08rem,1.6vw,1.3rem); }
.credentials { display: grid; margin-top: 44px; border-top: 1px solid var(--line); }
.credentials span { padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.connect-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); gap: 80px; padding: 58px; background: var(--signal-soft); }
.connect-panel h2 { font-size: clamp(3.2rem,7vw,6.6rem); }
.connect-panel p:not(.eyebrow) { max-width: 600px; color: #54443d; }
.connect-links { display: grid; align-content: center; }
.connect-links a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(23,23,19,.25); text-decoration: none; font-weight: 700; }
.connect-links a:first-child { border-top: 1px solid rgba(23,23,19,.25); }
.connect-links a:hover span:first-child { transform: translateX(4px); }
.footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .85rem; }

:focus-visible { outline: 3px solid var(--signal); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 860px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 100px; }
  .hero-note { max-width: 500px; margin-top: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-top: 0; }
  .section-heading > p:last-child { grid-column: 1; }
  .project { grid-template-columns: 54px 1fr; }
  .contrast-inner, .about-grid, .connect-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 540px); }
  .nav { min-height: 64px; }
  .menu-button { display: flex; gap: 8px; }
  .nav-links { position: absolute; inset: 64px 0 auto; display: none; padding: 12px 15px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .nav-links.is-open { display: grid; }
  .nav-links a { padding: 9px 0; }
  .hero { padding-top: 82px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.2rem,16vw,4.6rem); overflow-wrap: anywhere; }
  .section { padding-block: 78px; }
  .project-list { margin-top: 48px; }
  .project { grid-template-columns: 1fr; padding: 32px 0 42px; }
  .project-title-row { display: grid; gap: 13px; }
  .project-link { width: max-content; }
  .project-facts, .privacy-grid { grid-template-columns: 1fr; }
  .connect-panel { gap: 44px; padding: 30px 22px; }
  .footer { min-height: 140px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 7px; }
}
