@font-face{font-family:Geist;src:url('/fonts/geist-latin.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}:root{--font-geist-sans:Geist;--font-geist-mono:ui-monospace}

:root {
  --background: #ffffff; --foreground: #26292f;
  --ink: #21252e; --gold: #c6a25c; --silver: #e8eaed;
  --muted: #6b7280; --dark-muted: #9aa1ab; --line: #e5e7eb;
  --ease: cubic-bezier(.22,1,.36,1); color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-geist-sans), sans-serif; -webkit-font-smoothing: antialiased; }
::selection { background: var(--gold); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
.shell { width: min(100% - 112px, 1296px); margin-inline: auto; }
.opening { background: var(--ink); color: #fff; }
.site-header { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid #c6a25c33; }
.identity { display: inline-flex; align-items: center; gap: 20px; }
.monogram { font-size: 36px; font-weight: 600; letter-spacing: -.09em; line-height: 1; padding-right: 2px; }
.monogram span { color: var(--gold); }
.identity-name { font-size: 14px; font-weight: 500; letter-spacing: -.02em; }
.site-header nav { display: flex; gap: 36px; align-items: center; font-size: 14px; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; gap: 12px; transition: color .2s var(--ease); }
.site-header nav a:hover { color: var(--gold); }
.nav-contact { border-bottom: 1px solid #c6a25c80; }
.hero { display: grid; grid-template-columns: 1.28fr 1fr; gap: clamp(36px,5vw,88px); padding-top: 48px; padding-bottom: 48px; align-items: center; }
.hero-copy { padding-block: 4px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 20px; }
.gold-dash { display: block; width: 27px; height: 1px; background: var(--gold); }
h1 { font-size: clamp(58px,6.15vw,91px); line-height: 1.055; font-weight: 500; letter-spacing: -.066em; }
h1 > span { color: var(--gold); }
.hero-intro { font-size: 17px; line-height: 1.7; color: var(--silver); max-width: 460px; margin-top: 24px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; border-radius: 2px; font-size: 14px; font-weight: 600; padding: 7px 8px 7px 21px; min-height: 52px; white-space: nowrap; transition: background .22s var(--ease), transform .22s var(--ease); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: #dec18b; transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button-icon { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #21252e30; border-radius: 1px; }
.text-link { font-size: 14px; font-weight: 500; display: inline-flex; gap: 12px; align-items: center; min-height: 44px; }
.text-link svg, .nav-contact svg { transition: transform .25s var(--ease); }
.text-link:hover svg, .nav-contact:hover svg { transform: translate(2px,-2px); }
.hero-location { font-size: 12px; color: var(--dark-muted); display: flex; align-items: center; gap: 9px; margin-top: 28px; }
.location-mark { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.portrait { position: relative; width: 100%; max-width: 448px; margin-left: auto; }
.portrait-frame { padding: 7px; border: 1px solid #c6a25c55; background: #ffffff05; }
.portrait img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 10%; }
.portrait figcaption { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 16px; font-size: 12px; }
.portrait figcaption span:last-child { color: var(--dark-muted); }
.portrait-index { writing-mode: vertical-rl; position: absolute; right: -26px; top: 7px; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; color: var(--dark-muted); }
.hero-baseline { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 70px; border-top: 1px solid #c6a25c33; font-size: 12px; color: var(--dark-muted); }
.hero-baseline a { display: flex; align-items: center; gap: 16px; min-height: 44px; }
.baseline-dot { padding: 0 16px; color: var(--gold); }
.section { padding-block: 112px; }
.story { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; }
.section-label { display: flex; align-items: center; gap: 18px; align-self: start; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; padding-top: 12px; white-space: nowrap; }
.label-line { width: 38px; height: 1px; background: var(--gold); }
h2 { font-size: clamp(34px,3.5vw,50px); line-height: 1.2; letter-spacing: -.048em; font-weight: 500; }
.muted-heading { color: var(--muted); }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 32px; }
.story-columns p { font-size: 16px; line-height: 1.8; color: #3a3e45; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -90px; background: var(--gold); color: var(--ink); padding: 16px; }
.skip-link:focus { top: 16px; }
@media (min-width: 960px) and (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: enter .7s var(--ease) both; }
  .portrait { animation: enter .9s .07s var(--ease) both; }
  @keyframes enter { from { opacity: .4; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
@media (min-width: 1600px) { .hero { padding-block: 88px; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 72px); } .hero { gap: 40px; } h1 { font-size: 68px; }
  .hero-actions { gap: 20px; } .hero-location { margin-top: 28px; }
  .story { grid-template-columns: 1fr 3.2fr; gap: 30px; }
}
@media (max-width: 800px) {
  .shell { width: calc(100% - 48px); } .site-header { min-height: 88px; }
  .identity { gap: 13px; } .site-header nav { gap: 20px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 28px; padding-block: 48px; }
  h1 { font-size: clamp(43px,7.1vw,58px); } .hero-intro { font-size: 16px; }
  .portrait-index { display: none; } .hero-actions { gap: 8px 16px; }
  .portrait figcaption { flex-direction: column; align-items: flex-start; gap: 6px; }
  .section { padding-block: 76px; } .story { grid-template-columns: 1fr; gap: 28px; } .section-label { padding: 0; }
}
@media (max-width: 600px) {
  .shell { width: calc(100% - 40px); } .identity-name { font-size: 12px; } .monogram { font-size: 32px; }
  .site-header nav > a:first-child, .site-header nav .nav-work { display: none; } .site-header nav { font-size: 12px; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 45px; padding-bottom: 34px; }
  h1 { font-size: clamp(50px,12.7vw,74px); line-height: 1.055; }
  .desktop-break { display: none; } .eyebrow { margin-bottom: 24px; }
  .hero-intro { max-width: 440px; margin-top: 24px; } .hero-actions { gap: 22px; margin-top: 25px; }
  .hero-location { margin-top: 24px; } .portrait { max-width: none; }
  .portrait img { aspect-ratio: 1/1.07; object-position: 50% 10%; } .portrait figcaption { flex-direction: row; }
  .hero-baseline { font-size: 12px; min-height: 65px; gap: 12px; }
  .hero-baseline > a { font-size: 0; gap: 0; } .baseline-dot { padding-inline: 8px; }
  .section { padding-block: 65px; } h2 { font-size: 35px; }
  .story-columns { grid-template-columns: 1fr; gap: 20px; margin-top: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; }
}

.work { background: #e8eaed55; }
.work-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; margin-bottom: 52px; }
.current-work { background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; padding: 54px 60px; margin-bottom: 56px; }
.current-copy h3 { font-size: clamp(38px,4vw,55px); line-height: 1.15; letter-spacing: -.055em; font-weight: 500; }
.current-copy h3 > span { color: var(--gold); }
.current-copy > p:not(.eyebrow) { color: var(--silver); font-size: 16px; line-height: 1.8; max-width: 540px; margin-block: 23px 19px; }
.current-copy .text-link { color: var(--gold); }
.current-copy .eyebrow { margin-bottom: 20px; }
.build-note { border-left: 1px solid #c6a25c44; padding-left: 54px; display: flex; flex-direction: column; justify-content: center; }
.build-note-label { font-size: 12px; color: var(--dark-muted); }
.build-number { font-size: clamp(80px,8.5vw,124px); line-height: 1; font-weight: 400; letter-spacing: -.08em; color: var(--gold); margin-top: 22px; display: flex; align-items: flex-start; gap: 30px; }
.build-number > span { font-size: 35px; line-height: 1.5; font-weight: 300; }
.build-note > p { font-size: 17px; margin-top: 11px; }
.build-note-caption { font-size: 13px; color: var(--dark-muted); line-height: 1.65; margin-top: 19px; max-width: 240px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.project-image { padding: 6px; border: 1px solid #21252e16; background: #fff; }
.project-image img { width: 100%; height: auto; aspect-ratio: 900/660; object-fit: cover; }
.photo-placeholder { background: var(--silver); aspect-ratio: 900/660; display: flex; flex-direction: column; justify-content: space-between; padding: 23px; position: relative; color: #3a3e45; }
.photo-placeholder::before { content: ''; position: absolute; inset: 53px 23px; border-block: 1px solid #21252e14; pointer-events: none; }
.photo-meta { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; }
.photo-meta-bottom { font-size: 12px; }
.frame-cross { font-size: 21px; font-weight: 300; line-height: 1; }
.placeholder-centre { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 30px 0; font-size: 14px; }
.project-label { color: #3a3e45; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-top: 27px; }
.project h3 { font-size: clamp(24px,2.2vw,30px); line-height: 1.3; font-weight: 500; letter-spacing: -.04em; margin-top: 10px; }
.project-description { font-size: 16px; line-height: 1.8; color: #3a3e45; margin-top: 14px; max-width: 510px; }
.international-note { border-top: 1px solid #21252e20; margin-top: 49px; padding-top: 28px; display: grid; grid-template-columns: 1fr 3fr; gap: 48px; }
.international-note > span { font-size: 13px; padding-top: 3px; color: #3a3e45; }
.international-note > p { font-size: 14px; line-height: 1.85; color: #3a3e45; }
.career { display: grid; grid-template-columns: 1fr 1.7fr; gap: 104px; }
.career-intro .section-label { margin-bottom: 30px; }
.career-intro .text-link { margin-top: 31px; }
.career-list { padding-left: 28px; border-left: 1px solid var(--line); }
.career-row { position: relative; padding-block: 0 27px; margin-bottom: 27px; border-bottom: 1px solid var(--line); }
.career-marker { position: absolute; top: 6px; left: -32px; width: 7px; height: 7px; border-radius: 50%; background: #9aa1ab; outline: 7px solid #fff; }
.career-marker.is-current { background: var(--gold); }
.career-date { font-size: 14px; color: var(--muted); }
.career-row h3 { font-size: 20px; font-weight: 500; letter-spacing: -.025em; line-height: 1.4; margin-top: 9px; }
.career-company { font-size: 14px; margin-top: 5px; }
.career-note { font-size: 14px; color: var(--muted); line-height: 1.7; margin-top: 10px; }
.background-note { font-size: 14px; line-height: 1.8; color: #3a3e45; }
.background-note p + p { margin-top: 18px; }
.background-note span { display: block; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 7px; }
.contact { background: var(--ink); color: #fff; padding-top: 80px; }
.contact-top { display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; padding-bottom: 78px; align-items: center; }
.contact h2 { font-size: clamp(55px,6vw,84px); line-height: 1.07; letter-spacing: -.055em; }
.contact h2 span { color: var(--gold); }
.contact-action > p { font-size: 17px; color: var(--silver); line-height: 1.8; max-width: 350px; margin-bottom: 28px; }
.email-link { display: block; font-size: 14px; color: var(--dark-muted); margin-top: 24px; width: fit-content; min-height: 44px; overflow-wrap: anywhere; }
.email-link:hover { color: var(--gold); }
.footer-baseline { display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid #c6a25c33; padding-block: 27px; font-size: 12px; color: var(--dark-muted); }
.footer-baseline .identity { color: #fff; }
.footer-baseline .monogram { font-size: 30px; }
.back-top { display: flex; gap: 14px; align-items: center; min-height: 44px; }
@media (max-width: 1100px) {
  .current-work { padding: 44px; gap: 44px; } .build-note { padding-left: 40px; }
  .project-grid { gap: 32px; } .career { gap: 60px; }
}
@media (max-width: 800px) {
  .work-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 35px; }
  .current-work { gap: 30px; padding: 34px; grid-template-columns: 1.35fr 1fr; }
  .build-note { padding-left: 28px; }
  .build-number { font-size: 80px; gap: 20px; }
  .photo-placeholder { padding: 17px; }
  .photo-placeholder::before { inset: 44px 17px; }
  .photo-meta { font-size: 12px; gap: 12px; }
  .photo-meta-bottom { display: none; }
  .placeholder-centre { text-align: center; flex: 1; padding-block: 28px; }
  .international-note { grid-template-columns: 1fr; gap: 15px; }
  .career { grid-template-columns: 1fr; gap: 36px; }
  .career-intro h2 > br { display: none; }
  .career-intro h2 > span::before { content: ' '; }
  .career-intro .section-label { margin-bottom: 26px; }
  .career-intro .text-link { margin-top: 17px; }
  .contact-top { gap: 35px; } .contact-action > p { font-size: 16px; }
}
@media (max-width: 600px) {
  .current-work { grid-template-columns: 1fr; gap: 31px; padding: 30px 25px; margin-bottom: 40px; }
  .current-copy h3 { font-size: 43px; }
  .current-copy .eyebrow { font-size: 12px; letter-spacing: .08em; }
  .build-note { border-left: 0; border-top: 1px solid #c6a25c44; padding: 26px 0 0; }
  .build-number { font-size: 84px; margin-top: 19px; }
  .build-note-caption { max-width: none; margin-top: 12px; }
  .project-grid { grid-template-columns: 1fr; gap: 40px; }
  .photo-placeholder { padding: 20px; }
  .photo-meta-bottom { display: flex; }
  .photo-placeholder::before { inset: 48px 20px; }
  .placeholder-centre { justify-content: center; }
  .project-label { margin-top: 23px; }
  .project h3 { font-size: 27px; }
  .international-note { margin-top: 35px; }
  .career-list { padding-left: 23px; }
  .career-marker { left: -27px; }
  .career-row h3 { font-size: 19px; }
  .contact { padding-top: 59px; }
  .contact-top { grid-template-columns: 1fr; gap: 35px; padding-bottom: 35px; }
  .contact h2 { font-size: 62px; }
  .contact .eyebrow { font-size: 12px; }
  .footer-baseline { flex-wrap: wrap; gap: 8px 20px; padding-block: 23px; }
  .footer-baseline > span { display: none; }
  .footer-baseline .identity { gap: 13px; }
}
@media print {
  .site-header, .hero-actions, .hero-baseline, .contact, .photo-placeholder, .skip-link { display: none !important; }
  .opening, .work, .current-work { color: #26292f; background: #fff; }
  .opening p, .current-work p { color: #3a3e45; }
  .shell { width: 100%; } .section { padding-block: 24px; }
  .hero { padding-block: 20px; } h1 { font-size: 48px; }
  .portrait { max-width: 220px; } .current-work { padding: 25px 0; }
  .project-image { display: none; } .career { gap: 30px; }
  .project, .career-row { break-inside: avoid; }
}
