:root { --ink: #121914; --paper: #f0f0e9; --acid: #c9ff3d; --line: rgba(18,25,20,.18); --muted: #697069; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { padding-left: clamp(22px, 5vw, 76px); padding-right: clamp(22px, 5vw, 76px); }
.accent { color: var(--acid); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.wordmark { font-size: 27px; font-weight: 800; letter-spacing: -.08em; }
.nav-meta { display: flex; align-items: center; gap: clamp(22px, 4vw, 60px); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.nav-meta a { border-bottom: 1px solid; padding-bottom: 4px; }
.availability { display: flex; align-items: center; gap: 9px; }
.availability i { width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 0 4px rgba(201,255,61,.18); }
.eyebrow,.section-label,.block-number { font-size: 10px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }

.resume-hero { min-height: calc(100vh - 88px); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); isolation: isolate; padding-top: 80px; padding-bottom: 54px; }
.resume-hero::before,.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 12.5vw 12.5vw; mask-image: linear-gradient(to bottom,transparent,black 20%,black 82%,transparent); opacity: .3; z-index: -3; }
.resume-hero .eyebrow { position: absolute; top: 34px; }
.hero-name { display: flex; flex-direction: column; font-size: clamp(70px,12vw,186px); line-height: .76; letter-spacing: -.085em; font-weight: 800; position: relative; z-index: 2; }
.hero-name span:nth-child(2) { margin-left: .33em; }
.hero-name span:nth-child(3) { margin-left: .08em; }
.outline { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.hero-summary { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; margin-top: clamp(56px,9vh,100px); position: relative; z-index: 2; }
.hero-summary > p { grid-column: 2; max-width: 590px; margin: 0; font-size: clamp(18px,2vw,29px); line-height: 1.35; letter-spacing: -.03em; }
.hero-actions { grid-column: 2; display: flex; align-items: center; gap: 28px; margin-top: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 18px; border: 1px solid var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; transition: .25s ease; }
.button b { font-size: 18px; font-weight: 400; }
.button.dark { background: var(--ink); color: var(--paper); }
.button:hover { background: var(--acid); color: var(--ink); transform: translateY(-3px); }
.text-link { font-size: 11px; text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid; padding-bottom: 4px; }
.hero-index { position: absolute; right: clamp(22px,5vw,76px); top: 34px; font: 10px/1.5 monospace; text-align: right; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; z-index: -2; }
.orbit-one { width: 55vw; height: 55vw; right: -17vw; top: -18vw; }
.orbit-two { width: 34vw; height: 34vw; right: -5vw; top: -8vw; }

.profile { min-height: 74vh; display: grid; grid-template-columns: 1fr 3fr; gap: 30px; padding-top: clamp(100px,13vw,180px); padding-bottom: clamp(100px,13vw,180px); }
.section-label { margin: 6px 0 0; }
.profile-lede { margin: 0; max-width: 1040px; font-size: clamp(38px,6vw,88px); line-height: 1.02; letter-spacing: -.06em; font-weight: 600; }
.profile-lede em,.contact h2 em { font-family: Georgia,'Times New Roman',serif; font-weight: 400; }
.profile-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin: 70px 0 0 auto; max-width: 750px; }
.profile-notes p { margin: 0; font-size: 16px; line-height: 1.65; color: #454b46; }

.resume-section { background: var(--ink); color: var(--paper); padding-top: clamp(90px,11vw,155px); padding-bottom: clamp(100px,12vw,170px); }
.section-head { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; align-items: start; }
.section-head h2 { margin: 0; font-size: clamp(42px,6vw,90px); line-height: .98; letter-spacing: -.065em; }
.resume-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(240,240,233,.24); margin-top: clamp(80px,10vw,140px); border: 1px solid rgba(240,240,233,.24); }
.resume-block { background: var(--ink); min-height: 350px; padding: 30px; display: flex; flex-direction: column; }
.block-number { color: var(--acid); font-family: monospace; }
.resume-block h3 { margin: auto 0 22px; font-size: clamp(28px,3vw,46px); line-height: 1; letter-spacing: -.05em; }
.resume-block p { margin: 0; color: rgba(240,240,233,.62); line-height: 1.6; font-size: 15px; }
.toolbox { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; margin-top: 80px; }
.toolbox ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.toolbox li { border: 1px solid rgba(240,240,233,.35); border-radius: 999px; padding: 11px 15px; font-size: 12px; }

.work-preview { padding-top: clamp(100px,13vw,180px); padding-bottom: clamp(100px,13vw,180px); }
.project-list { margin: clamp(75px,10vw,135px) 0 48px; border-top: 1px solid var(--line); }
.project-row { display: grid; grid-template-columns: .3fr 1.25fr 1fr auto; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease,background .25s ease; }
.project-row:hover { padding-left: 18px; padding-right: 18px; background: rgba(201,255,61,.18); }
.project-row > span { font: 11px monospace; }
.project-row small,.project-kicker,.project-type { font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.project-row h3 { margin: 7px 0 0; font-size: clamp(27px,3vw,44px); letter-spacing: -.05em; }
.project-row p { margin: 0; color: #535a54; line-height: 1.5; font-size: 14px; }
.project-row > b { font-size: 25px; font-weight: 400; }
.acid-button { background: var(--acid); }

.contact { min-height: 88vh; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.contact h2 { margin: 44px 0 34px; font-size: clamp(60px,10vw,148px); line-height: .84; letter-spacing: -.08em; }
.contact-bottom { display: flex; align-items: center; justify-content: flex-end; gap: clamp(40px,8vw,110px); position: relative; z-index: 2; }
.contact-bottom p { max-width: 330px; font-size: 16px; line-height: 1.5; }
.round-link { width: 112px; height: 112px; border: 1px solid var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; transition: .3s ease; }
.round-link b { font-size: 21px; font-weight: 400; }
.round-link:hover { background: var(--acid); transform: rotate(-7deg); }
.closing-mark { position: absolute; right: -1vw; top: 50%; transform: translateY(-49%); font-size: min(72vw,880px); line-height: .7; font-weight: 900; color: transparent; -webkit-text-stroke: 1px rgba(18,25,20,.12); z-index: -1; }

.footer { background: var(--ink); color: var(--paper); padding-top: 60px; padding-bottom: 34px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: start; }
.footer .wordmark { font-size: clamp(44px,6vw,82px); }
.footer p { margin: 8px 0 0; color: rgba(240,240,233,.58); line-height: 1.5; font-size: 13px; }
.footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.footer > span { grid-column: 1/-1; border-top: 1px solid rgba(240,240,233,.2); padding-top: 24px; margin-top: 70px; color: rgba(240,240,233,.4); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }

/* Project index and case studies */
.page-hero { min-height: 70vh; position: relative; overflow: hidden; isolation: isolate; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); }
.breadcrumb { position: absolute; top: 34px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; }
.page-hero h1 { margin: 0; max-width: 1100px; font-size: clamp(72px,13vw,190px); line-height: .78; letter-spacing: -.085em; }
.page-hero h1 em { display: block; margin-left: .2em; font-family: Georgia,'Times New Roman',serif; font-weight: 400; }
.page-intro { max-width: 500px; margin: 60px 0 0 auto; font-size: 18px; line-height: 1.5; }
.projects-grid { padding-top: 100px; padding-bottom: 140px; display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--line); }
.project-card { background: var(--paper); min-height: 410px; padding: 34px; display: flex; flex-direction: column; transition: background .25s ease; }
.project-card:hover { background: #e5e8d9; }
.project-card .project-type { display: flex; justify-content: space-between; }
.project-card h2 { margin: auto 0 18px; font-size: clamp(38px,5vw,74px); line-height: .95; letter-spacing: -.065em; }
.project-card p { margin: 0; max-width: 510px; color: #515852; line-height: 1.55; }
.card-footer { display: flex; justify-content: space-between; align-items: end; margin-top: 34px; border-top: 1px solid var(--line); padding-top: 20px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.card-footer b { font-size: 24px; font-weight: 400; }
.project-note { background: var(--acid); grid-column: 1/-1; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.project-note p { margin: 0; max-width: 760px; font-size: clamp(22px,3vw,39px); line-height: 1.15; letter-spacing: -.04em; }
.case-hero { padding-top: 100px; padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.case-hero h1 { margin: 70px 0 50px; font-size: clamp(72px,14vw,205px); line-height: .78; letter-spacing: -.09em; }
.case-meta { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; border-top: 1px solid var(--line); padding-top: 20px; }
.case-meta span { display: block; margin-bottom: 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.case-meta p { margin: 0; font-size: 14px; }
.case-body { padding-top: 110px; padding-bottom: 130px; display: grid; grid-template-columns: 1fr 3fr; gap: 30px; }
.case-body h2 { margin: 0 0 55px; font-size: clamp(40px,6vw,88px); line-height: 1; letter-spacing: -.06em; }
.case-body .copy { max-width: 820px; }
.case-body .copy > p { font-size: 18px; line-height: 1.7; color: #414842; }
.decision-list { margin-top: 70px; border-top: 1px solid var(--line); }
.decision { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.decision span { font: 10px monospace; }
.decision h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.03em; }
.decision p { margin: 0; color: #5b625c; line-height: 1.5; }

@media (max-width: 760px) {
  .nav { min-height: 76px; }
  .availability { display: none; }
  .nav-meta { gap: 18px; }
  .resume-hero { min-height: calc(100svh - 76px); padding-top: 95px; }
  .resume-hero::before,.page-hero::before { background-size: 25vw 25vw; }
  .hero-name { font-size: clamp(59px,19vw,100px); line-height: .8; }
  .hero-name span:nth-child(2),.hero-name span:nth-child(3) { margin-left: 0; }
  .hero-summary { grid-template-columns: 1fr; }
  .hero-summary > p,.hero-actions { grid-column: 1; }
  .hero-summary > p { font-size: 16px; }
  .profile,.section-head,.toolbox,.case-body { grid-template-columns: 1fr; }
  .profile { gap: 45px; }
  .profile-notes { grid-template-columns: 1fr; gap: 22px; margin-top: 45px; }
  .resume-grid { grid-template-columns: 1fr; }
  .resume-block { min-height: 290px; }
  .toolbox { gap: 35px; }
  .project-row { grid-template-columns: 44px 1fr auto; gap: 12px; }
  .project-row > p { grid-column: 2/-1; }
  .contact { min-height: 76vh; }
  .contact-bottom { justify-content: space-between; gap: 20px; }
  .round-link { width: 86px; height: 86px; flex: 0 0 auto; }
  .round-link span { display: none; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer p { display: none; }
  .footer > div { align-items: flex-start; }
  .page-hero { min-height: 62vh; padding-top: 90px; padding-bottom: 50px; }
  .page-hero h1 { font-size: clamp(64px,20vw,105px); }
  .page-hero h1 em { margin-left: 0; }
  .page-intro { margin-left: 0; font-size: 15px; }
  .projects-grid { grid-template-columns: 1fr; padding-top: 70px; padding-bottom: 100px; }
  .project-note { grid-column: 1; flex-direction: column; align-items: flex-start; }
  .project-card { min-height: 350px; }
  .case-meta { grid-template-columns: 1fr; gap: 24px; }
  .case-body { gap: 50px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition-duration: .01ms !important; } }
