:root {
    --ink: #171717;
    --muted: #686868;
    --line: #dcdad5;
    --paper: #fff;
    --soft: #f4f3ef;
    --accent: #243c34;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }

.gate { min-height: 100svh; display: grid; grid-template-columns: minmax(280px, 38vw) 1fr; align-items: end; gap: clamp(3rem, 9vw, 10rem); padding: clamp(1.25rem, 4vw, 4.5rem); }
.gate__portrait { width: min(100%, 520px); aspect-ratio: 4 / 5; }
.portrait { position: relative; display: grid; place-items: center; overflow: hidden; color: #898989; background: #efefec; border: 1px solid #c9c7c1; box-shadow: 14px 14px 0 #fff, 14px 14px 0 1px #d3d0c9; }
.portrait::after { content: ''; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.8); pointer-events: none; }
.portrait img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.03); }
.portrait > span { font-family: var(--serif); font-size: clamp(4rem, 9vw, 8rem); letter-spacing: -.06em; }
.gate__panel { align-self: center; width: min(100%, 560px); }
.eyebrow, .section-number, .timeline__meta, .statement__label { margin: 0 0 1.2rem; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.gate h1 { margin: 0 0 2.5rem; max-width: 9ch; font: 400 clamp(2.8rem, 5vw, 5.8rem)/.95 var(--serif); letter-spacing: -.045em; }
.gate__form label { display: block; margin-bottom: .65rem; font-size: .8rem; font-weight: 700; }
.gate__controls { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--ink); }
.gate__controls input { min-width: 0; padding: 1rem 0; border: 0; outline: 0; background: transparent; }
.gate__controls button { padding: 0 0 0 2rem; border: 0; color: var(--accent); background: transparent; font-weight: 700; }
.form-error { min-height: 1.2em; color: #8b2525; font-size: .78rem; }

.site-header { position: sticky; z-index: 10; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 1rem clamp(1.25rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.wordmark { font: 700 1.1rem var(--serif); text-decoration: none; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a, .text-button { border: 0; background: none; color: var(--muted); font-size: .75rem; text-decoration: none; }
.site-header form { justify-self: end; }
.page-section, footer { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.hero { min-height: calc(100svh - 55px); display: grid; grid-template-columns: 1fr minmax(260px, 34%); align-items: center; gap: clamp(3rem, 9vw, 9rem); padding-block: clamp(3rem, 8vw, 8rem); }
.hero h1 { margin: 0; font: 400 clamp(4.5rem, 11vw, 9.5rem)/.76 var(--serif); letter-spacing: -.075em; }
.hero__intro { max-width: 620px; margin: 3rem 0 2rem; color: #3f3f3f; font: 400 clamp(1.15rem, 2vw, 1.55rem)/1.55 var(--serif); }
.inline-link { display: inline-flex; gap: 1.2rem; padding-bottom: .35rem; border-bottom: 1px solid; font-size: .78rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.hero__portrait { aspect-ratio: 4 / 5; }
.portrait-caption { margin-top: 1.5rem; color: var(--muted); font-size: .74rem; line-height: 1.7; text-transform: uppercase; letter-spacing: .08em; }
.split-section { display: grid; grid-template-columns: 30% 1fr; gap: 8%; padding-block: clamp(5rem, 10vw, 9rem); }
.ruled { border-top: 1px solid var(--line); }
h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 4.8rem)/1 var(--serif); letter-spacing: -.04em; }
.prose { max-width: 740px; }
.prose p { margin: 0 0 1.5rem; color: #393939; font-size: 1rem; line-height: 1.8; }
.lead-copy p { font: 400 clamp(1.3rem, 2.6vw, 2rem)/1.48 var(--serif); }
.statement { display: grid; grid-template-columns: 30% 1fr; gap: 8%; padding: clamp(2rem, 5vw, 4rem) max(1.25rem, calc((100% - 1180px)/2)); color: white; background: var(--accent); }
.statement__label { color: #cbd5cf; }
.statement__value { margin: 0; font: 400 clamp(1.8rem, 4vw, 4rem)/1.1 var(--serif); }
.statement__value strong { font-size: 1.4em; font-weight: 400; }
.timeline article { display: grid; grid-template-columns: 11rem 1fr; column-gap: 2rem; padding: 0 0 3rem; }
.timeline article + article { padding-top: 3rem; border-top: 1px solid var(--line); }
.timeline__meta { grid-row: 1 / 3; }
.timeline h3 { margin: 0 0 1rem; font: 400 1.6rem var(--serif); }
.timeline article > p:last-child { margin: 0; color: #4b4b4b; line-height: 1.75; }
.editor-note { padding: 1.25rem; border-left: 2px solid #9b8d72; background: var(--soft); }
.contact { padding-block: clamp(6rem, 13vw, 12rem); text-align: center; }
.contact h2 { max-width: 900px; margin: 0 auto 2rem; }
.contact > p:last-child { color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
footer p { margin: 0; }
footer a { text-decoration: none; }

@media (max-width: 760px) {
    .gate { grid-template-columns: 1fr; align-items: start; gap: 3rem; padding: 1rem 1.25rem 3rem; }
    .gate__portrait { width: min(74vw, 330px); justify-self: end; }
    .gate__panel { align-self: start; }
    .gate h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
    .site-header { grid-template-columns: 1fr auto; }
    .site-header nav { display: none; }
    .hero { min-height: auto; grid-template-columns: 1fr; gap: 4rem; }
    .hero__copy { display: contents; }
    .hero .eyebrow { order: 0; }
    .hero h1 { order: 1; font-size: clamp(4.3rem, 23vw, 7rem); }
    .hero__portrait-wrap { order: 2; width: min(82%, 390px); justify-self: end; }
    .hero__intro { order: 3; margin: 0; }
    .hero .inline-link { order: 4; justify-self: start; }
    .split-section, .statement { grid-template-columns: 1fr; gap: 3rem; }
    .timeline article { grid-template-columns: 1fr; }
    .timeline__meta { grid-row: auto; }
    footer { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
