:root { --cream: #f2eee5; --paper: #f8f5ee; --ink: #191815; --muted: #706d66; --orange: #ec4e20; --line: rgba(25, 24, 21, 0.2); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto 0; display: flex; align-items: center; justify-content: space-between; padding: 30px 3.4vw; border-bottom: 1px solid rgba(248, 245, 238, 0.22); color: var(--paper); mix-blend-mode: difference; }
.wordmark { font-size: 15px; font-weight: 800; letter-spacing: -0.03em; }
.wordmark span { color: var(--orange); }
nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 46px); }
nav a { position: relative; font-size: 10px; letter-spacing: 0.16em; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right 180ms ease; }
nav a:hover::after, nav a.active::after { right: 0; }

.hero { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 56%) minmax(0, 44%); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 140px 7vw 70px 5vw; }
.eyebrow { margin: 0 0 20px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--muted); }
.eyebrow span { color: var(--orange); }
.descriptor { max-width: 520px; margin: 0 0 36px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.5; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.055em; }
h1 { max-width: 760px; font-size: clamp(54px, 6.4vw, 104px); line-height: 0.93; }
.intro { max-width: 610px; margin-top: 46px; display: grid; gap: 11px; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.55; }
.intro p { margin: 0; }
.text-link { align-self: flex-start; margin-top: 42px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; }
.text-link span { color: var(--orange); margin-left: 7px; }

.hero-portrait { position: relative; min-height: 100svh; margin: 0; overflow: hidden; isolation: isolate; background: #171513; }
.hero-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.stage-glow { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(15,14,13,.02) 58%, rgba(15,14,13,.48)), linear-gradient(105deg, rgba(236,78,32,.06), transparent 54%); pointer-events: none; }
.portrait-status { position: absolute; z-index: 2; right: 28px; top: 105px; margin: 0; color: rgba(248,245,238,.72); font-size: 9px; letter-spacing: .18em; writing-mode: vertical-rl; text-shadow: 0 1px 10px rgba(0,0,0,.4); }
.portrait-note { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; color: rgba(248,245,238,.88); font-size: 9px; letter-spacing: .18em; text-shadow: 0 1px 10px rgba(0,0,0,.45); }

.statement { min-height: 78vh; padding: 120px 5vw; background: var(--orange); color: #17120f; display: grid; grid-template-columns: 1fr 3fr; gap: 60px; align-content: center; }
.statement p { margin: 9px 0 0; font-size: 10px; letter-spacing: .16em; }
.statement h2 { max-width: 1040px; font-size: clamp(48px, 7.3vw, 112px); line-height: .96; }

.section-shell { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(0, 3fr); gap: clamp(50px, 7vw, 130px); padding: 150px 5vw; }
.section-kicker { display: flex; gap: 18px; align-items: flex-start; padding-top: 7px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .12em; }
.section-kicker span { color: var(--orange); }
.section-kicker p { margin: 0; text-transform: uppercase; }
.section-heading { max-width: 1050px; margin-bottom: 100px; }
.section-heading > p:first-child, .overline { margin: 0 0 24px; font-size: 10px; letter-spacing: .16em; }
.section-heading h2 { font-size: clamp(54px, 7vw, 112px); line-height: .94; }
.section-deck { max-width: 690px; margin: 38px 0 0; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }

.working-index { background: var(--paper); }
.working-index h2 { margin-bottom: 68px; font-size: clamp(52px, 7vw, 108px); line-height: .95; }
.index-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.index-card { position: relative; min-height: 390px; padding: 28px 28px 36px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); transition: background 180ms ease, color 180ms ease, padding 180ms ease; }
.index-card + .index-card { padding-left: 28px; }
.index-card:last-child { border-right: 0; }
.index-card span { font-size: 9px; letter-spacing: .14em; }
.index-card h3 { margin: 88px 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 3.8vw, 61px); font-weight: 400; letter-spacing: -.045em; }
.index-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.index-card b { position: absolute; right: 26px; bottom: 28px; color: var(--orange); font-size: 20px; font-weight: 400; }
.index-card:hover, .index-card:focus-visible { padding-left: 28px; background: var(--ink); color: var(--paper); outline: 0; }
.index-card:hover p, .index-card:focus-visible p { color: rgba(248,245,238,.68); }
.index-card.featured { background: var(--orange); }
.index-card.featured p { color: rgba(25,24,21,.74); }
.index-card.featured b { color: var(--ink); }

.career { background: var(--cream); }
.career-list { border-top: 1px solid var(--ink); }
.career-row { display: grid; grid-template-columns: minmax(270px, .85fr) 1.55fr; gap: clamp(40px, 6vw, 110px); padding: 62px 0 74px; border-bottom: 1px solid var(--line); }
.career-row-nested { margin-left: 42px; padding-left: 24px; border-left: 1px solid var(--orange); }
.career-meta { display: grid; grid-template-columns: 42px 1fr; gap: 8px; }
.career-meta > span { color: var(--orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.career-meta strong { display: block; font-size: 12px; letter-spacing: .1em; }
.career-meta p { margin: 9px 0 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.career-meta small { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.career-story h3 { margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 3.6vw, 58px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; }
.career-story > p { max-width: 720px; margin: 0; font-size: 16px; line-height: 1.7; }
.career-story blockquote { margin: 42px 0 0; padding-left: 18px; border-left: 2px solid var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-style: italic; }
.applied-ai { background: var(--ink); color: var(--paper); }
.ai-intro { padding-bottom: 130px; }
.section-kicker.light span { color: var(--orange); }
.ai-intro h2 { max-width: 1120px; font-size: clamp(52px, 7vw, 110px); line-height: .94; }
.ai-projects { display: grid; grid-template-columns: 1fr 1fr; }
.ai-card { min-height: 900px; padding: 72px 5vw 80px; color: var(--ink); }
.ai-card.past { background: #ddd6c9; }
.ai-card.present { background: var(--orange); }
.ai-label { display: flex; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid rgba(25,24,21,.4); font-size: 10px; letter-spacing: .14em; }
.ai-label span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.ai-card h3 { margin: 110px 0 46px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(70px, 8vw, 128px); font-weight: 400; letter-spacing: -.065em; line-height: .86; }
.ai-question { max-width: 560px; margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 2.8vw, 44px); line-height: 1.08; }
.ai-card > p:not(.ai-question) { max-width: 600px; font-size: 16px; line-height: 1.72; }
.ai-card dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 28px 0; border-top: 1px solid rgba(25,24,21,.35); border-bottom: 1px solid rgba(25,24,21,.35); }
.ai-card dl div { border-right: 1px solid rgba(25,24,21,.25); padding-right: 18px; }
.ai-card dl div + div { padding-left: 18px; }
.ai-card dl div:last-child { border-right: 0; }
.ai-card dt { font-size: 8px; letter-spacing: .13em; }
.ai-card dd { margin: 12px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.5vw, 39px); letter-spacing: -.04em; }
.ai-card.present dd { font-size: clamp(21px, 2.1vw, 32px); line-height: 1.05; }
.ai-card blockquote { max-width: 560px; margin: 90px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 2.6vw, 42px); font-style: italic; line-height: 1.15; }

.thoughts { background: var(--paper); }
.thoughts-heading h2 { max-width: 960px; }
.thought-list { border-top: 1px solid var(--ink); }
.thought-card { border-bottom: 1px solid var(--line); }
.thought-link { display: grid; grid-template-columns: 60px 1fr 105px; gap: 26px; padding: 55px 0 64px; transition: padding 180ms ease, background 180ms ease; }
.thought-link:hover, .thought-link:focus-visible { padding-left: 24px; padding-right: 24px; background: var(--cream); outline: 0; }
.thought-number { padding-top: 5px; color: var(--orange); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; }
.thought-body > p { margin: 0 0 21px; font-size: 9px; letter-spacing: .14em; }
.thought-body h3 { max-width: 990px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 76px); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.thought-body > span { display: block; max-width: 720px; margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.thought-toggle { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.thought-toggle i { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-style: normal; font-weight: 300; transition: transform 180ms ease; }
.thought-toggle b { font-size: 8px; letter-spacing: .14em; }
.thought-link:hover .thought-toggle i, .thought-link:focus-visible .thought-toggle i { transform: translate(4px, -4px); }

.article-page { min-height: 100vh; background: var(--paper); }
.article-nav { position: absolute; z-index: 10; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 30px 3.4vw; border-bottom: 1px solid rgba(25,24,21,.22); }
.article-nav > a:last-child { font-size: 9px; letter-spacing: .15em; }
.article-hero { padding: 180px 5vw 120px; background: var(--orange); }
.article-meta { display: grid; grid-template-columns: 50px 1fr auto; gap: 20px; align-items: center; margin-bottom: 76px; padding-bottom: 22px; border-bottom: 1px solid rgba(25,24,21,.35); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .13em; }
.article-meta span { color: var(--paper); }
.article-meta p, .article-meta small { margin: 0; font-size: inherit; }
.article-hero h1 { max-width: 1260px; font-size: clamp(64px, 8.4vw, 132px); line-height: .91; }
.article-intro { max-width: 820px; margin: 62px 0 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.2vw, 35px); line-height: 1.25; }
.article-layout { display: grid; grid-template-columns: minmax(170px, .7fr) minmax(0, 2.3fr); gap: clamp(70px, 10vw, 180px); padding: 120px 12vw 160px 5vw; }
.article-layout aside { position: sticky; top: 50px; align-self: start; padding-top: 8px; }
.article-layout aside p { margin: 0 0 18px; color: var(--orange); font-size: 9px; letter-spacing: .15em; }
.article-layout aside span { color: var(--muted); font-size: 11px; line-height: 1.8; letter-spacing: .05em; }
.article-content { max-width: 790px; }
.article-content section + section { margin-top: 76px; }
.article-content h2 { margin: 0 0 30px; font-size: clamp(34px, 3.3vw, 52px); line-height: 1; }
.article-content p { margin: 0 0 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.72; }
.article-content p:first-of-type::first-letter { color: var(--orange); }
.article-next { padding: 100px 5vw 115px; background: var(--ink); color: var(--paper); }
.article-next > p { margin: 0 0 42px; color: var(--orange); font-size: 9px; letter-spacing: .16em; }
.article-next a { position: relative; display: block; max-width: 1120px; padding-top: 32px; border-top: 1px solid rgba(248,245,238,.3); }
.article-next a > span { display: block; margin-bottom: 26px; color: rgba(248,245,238,.55); font-size: 9px; letter-spacing: .14em; }
.article-next strong { display: block; max-width: 980px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 88px); font-weight: 400; letter-spacing: -.05em; line-height: .98; }
.article-next b { position: absolute; right: 0; top: 32px; color: var(--orange); font-size: 28px; font-weight: 400; }

.closing { min-height: 88vh; padding: 130px 5vw; background: var(--orange); display: flex; flex-direction: column; justify-content: center; }
.closing > p { margin: 0 0 34px; font-size: 10px; letter-spacing: .16em; }
.closing h2 { max-width: 1100px; font-size: clamp(70px, 10vw, 154px); line-height: .86; }
.closing .contact-link { align-self: flex-start; margin-top: 80px; }
.contact-label { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.contact-label b { margin-left: 9px; font-weight: 400; }
footer { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 50px 5vw 40px; background: var(--ink); color: var(--paper); }
footer > p { margin: 0; font-size: 8px; letter-spacing: .16em; text-align: center; }
footer > p:last-child { text-align: right; }
footer > p span { color: var(--orange); }

@media (max-width: 820px) {
  .site-header { position: fixed; align-items: flex-start; flex-direction: column; gap: 17px; padding: 17px 20px 15px; background: rgba(242,238,229,.94); color: var(--ink); mix-blend-mode: normal; backdrop-filter: blur(14px); border-bottom-color: var(--line); }
  nav { width: 100%; gap: 22px; overflow-x: auto; margin-left: 0; padding-bottom: 2px; }
  nav a { font-size: 8px; white-space: nowrap; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { min-height: 92svh; padding: 150px 22px 70px; order: 1; }
  .hero-portrait { min-height: 68svh; order: 2; }
  .hero-portrait img { object-position: center 34%; }
  h1 { font-size: clamp(52px, 15vw, 74px); }
  .intro { margin-top: 34px; }
  .statement { min-height: 70svh; padding: 90px 22px; display: block; }
  .statement h2 { margin-top: 70px; }
  .section-shell { display: block; padding: 95px 22px; }
  .section-kicker { margin-bottom: 72px; }
  .section-heading { margin-bottom: 70px; }
  .section-heading h2, .working-index h2, .ai-intro h2 { font-size: clamp(48px, 14vw, 70px); }
  .index-grid { grid-template-columns: 1fr; }
  .index-card, .index-card + .index-card { min-height: 300px; padding: 26px 22px 28px 0; border-right: 0; }
  .index-card + .index-card { padding-left: 0; }
  .index-card:hover, .index-card:focus-visible { padding-left: 22px; }
  .index-card h3 { margin-top: 66px; }
  .career-row { grid-template-columns: 1fr; gap: 50px; padding: 48px 0 60px; }
  .career-row-nested { margin-left: 0; padding-left: 16px; }
  .career-meta { grid-template-columns: 35px 1fr; }
  .ai-intro { padding-bottom: 90px; }
  .ai-projects { grid-template-columns: 1fr; }
  .ai-card { min-height: auto; padding: 60px 22px 75px; }
  .ai-card h3 { margin: 90px 0 42px; font-size: clamp(72px, 23vw, 110px); }
  .ai-card dl { grid-template-columns: 1fr; }
  .ai-card dl div, .ai-card dl div + div { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(25,24,21,.25); }
  .ai-card dl div:last-child { border-bottom: 0; }
  .ai-card blockquote { margin-top: 65px; }
  .thought-link { grid-template-columns: 34px 1fr; gap: 12px; padding: 40px 0 48px; }
  .thought-link:hover, .thought-link:focus-visible { padding-left: 12px; padding-right: 12px; }
  .thought-toggle { grid-column: 2; flex-direction: row-reverse; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 26px; }
  .thought-toggle i { font-size: 30px; }
  .article-nav { position: absolute; padding: 20px 22px; }
  .article-nav > a:last-child { font-size: 8px; }
  .article-hero { padding: 135px 22px 80px; }
  .article-meta { grid-template-columns: 30px 1fr; gap: 12px; margin-bottom: 55px; }
  .article-meta small { grid-column: 2; }
  .article-hero h1 { font-size: clamp(51px, 14vw, 72px); }
  .article-intro { margin-top: 44px; font-size: 23px; }
  .article-layout { display: block; padding: 78px 22px 100px; }
  .article-layout aside { position: static; margin-bottom: 70px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
  .article-content section + section { margin-top: 60px; }
  .article-content h2 { font-size: 36px; }
  .article-content p { font-size: 18px; line-height: 1.68; }
  .article-next { padding: 80px 22px 90px; }
  .article-next a { padding-right: 30px; }
  .article-next strong { font-size: clamp(39px, 11vw, 58px); }
  .closing { min-height: 75svh; padding: 100px 22px; }
  .closing h2 { font-size: clamp(66px, 20vw, 96px); }
  footer { grid-template-columns: 1fr 1fr; align-items: center; }
  footer > p:first-of-type { display: none; }
  footer > p:last-child { text-align: right; }
}

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