:root {
  --ink: #1d1c1a;
  --muted: #6d6963;
  --paper: #f5f1e9;
  --paper-2: #ebe4d8;
  --white: #fffdf8;
  --wood: #755037;
  --wood-dark: #3f2b20;
  --line: rgba(29, 28, 26, .18);
  --shell: min(1320px, calc(100vw - 48px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, 'Segoe UI', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: #fff; color: #000; padding: 10px 16px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: #fff; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(245,241,233,.96); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: .08em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid currentColor; font-family: var(--serif); font-size: 24px; }
.brand strong { display: block; font-size: 20px; line-height: 1; letter-spacing: .22em; }
.brand small { display: block; margin-top: 5px; font-size: 8px; letter-spacing: .17em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; letter-spacing: .03em; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -6px; background: currentColor; transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: 11px 17px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; }
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: #201713 var(--hero-image) center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,7,.78) 0%, rgba(10,8,7,.35) 53%, rgba(10,8,7,.12) 100%), linear-gradient(0deg, rgba(10,8,7,.45), transparent 50%); }
.hero-content { position: relative; z-index: 1; padding: 180px 0 12vh; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 750; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.03; margin: 0; }
.hero h1 { max-width: 980px; font-size: clamp(54px, 7.2vw, 112px); letter-spacing: -.045em; text-wrap: balance; }
.hero-copy { max-width: 680px; margin: 26px 0 34px; font-size: clamp(18px, 1.6vw, 24px); color: rgba(255,255,255,.86); }
.button-row { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .025em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--wood-dark); }
.button-light { background: #fff; color: var(--ink); border-color: #fff; }
.button-light:hover { background: var(--paper-2); }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link-light { color: #fff; }
.hero-scroll { position: absolute; right: 32px; bottom: 38px; z-index: 2; display: flex; gap: 14px; align-items: center; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; }
.section { padding: clamp(90px, 11vw, 160px) 0; }
.section-work { background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 58px; }
.section-heading > div { max-width: 820px; }
.section-heading h2, .statement-grid h2, .split-copy h2, .editorial-grid h2, .capability-intro h2 { font-size: clamp(42px, 5.1vw, 76px); letter-spacing: -.035em; text-wrap: balance; }
.section-heading > p { max-width: 440px; color: var(--muted); }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 64px 28px; }
.project-card:nth-child(3n+2) { margin-top: 110px; }
.project-image { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-2); }
.project-image img, .portfolio-image img { height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.project-card:hover img, .portfolio-card:hover img { transform: scale(1.035); }
.project-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; color: var(--muted); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.project-card h3 { margin-top: 8px; font-size: clamp(28px, 3vw, 46px); letter-spacing: -.025em; }
.statement-section { background: var(--paper-2); }
.statement-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.statement-grid p:not(.eyebrow) { max-width: 720px; margin: 30px 0; font-size: 20px; color: var(--muted); }
.split-feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 720px; background: var(--ink); color: #fff; }
.split-image { min-height: 520px; }
.split-image img { height: 100%; object-fit: cover; }
.split-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.split-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); margin: 28px 0; }
.clients-section { background: var(--paper); }
.clients-section h2 { font-size: clamp(40px, 5vw, 70px); margin-bottom: 50px; }
.client-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.client-list span { padding: 19px 12px 19px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
.cta-panel { padding: 120px 0; background: var(--wood-dark); color: #fff; }
.cta-panel .shell { display: grid; grid-template-columns: .45fr 1fr auto; gap: 50px; align-items: center; }
.cta-panel h2 { font-size: clamp(38px, 5vw, 72px); }
.page-hero { min-height: 560px; padding: 190px 0 90px; display: flex; align-items: end; }
.page-hero-dark { background: var(--ink); color: #fff; }
.page-hero h1 { max-width: 1000px; font-size: clamp(54px, 7vw, 104px); letter-spacing: -.045em; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 21px; }
.image-page-hero { position: relative; min-height: 78svh; color: #fff; background: var(--wood-dark) var(--hero-image) center/cover no-repeat; }
.image-page-hero .shell { position: relative; z-index: 1; }
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 54px; }
.filter-row a { border: 1px solid var(--line); padding: 9px 14px; font-size: 13px; }
.filter-row a.active, .filter-row a:hover { background: var(--ink); color: #fff; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 24px; }
.portfolio-card { background: var(--white); }
.portfolio-image { aspect-ratio: 4/3; overflow: hidden; }
.portfolio-copy { padding: 20px 22px 24px; }
.portfolio-copy > span { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.portfolio-copy h2 { margin: 7px 0 8px; font-size: 30px; }
.portfolio-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.portfolio-card.text-project { min-height: 220px; display: flex; align-items: end; background: var(--paper-2); border-top: 4px solid var(--wood); }
.empty-state { padding: 80px 0; color: var(--muted); }
.project-detail-hero { position: relative; min-height: 88svh; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.project-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-detail-hero .shell { position: relative; z-index: 2; padding-bottom: 9vh; }
.project-detail-hero h1 { max-width: 1050px; font-size: clamp(54px, 7.4vw, 110px); letter-spacing: -.045em; }
.project-detail-hero .shell > p:last-child { margin: 16px 0 0; font-size: 20px; }
.project-detail-hero.no-image { min-height: 570px; padding-top: 120px; }
.project-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.project-intro h2 { font-size: clamp(38px, 4vw, 62px); }
.lead { margin-top: 0; font-size: 21px; color: var(--muted); }
.project-facts { margin: 46px 0 0; border-top: 1px solid var(--line); }
.project-facts div { display: grid; grid-template-columns: 170px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.project-facts dd { margin: 0; }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; padding-bottom: clamp(90px,11vw,160px); }
.project-gallery figure { margin: 0; }
.project-gallery figure.gallery-wide { grid-column: 1 / -1; }
.project-gallery img { width: 100%; max-height: 900px; object-fit: cover; }
.project-gallery figcaption { padding-top: 10px; color: var(--muted); font-size: 13px; }
.related-projects { background: var(--white); }
.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.prose { font-size: 20px; color: var(--muted); }
.prose p:first-child { margin-top: 0; }
.history-feature { display: grid; grid-template-columns: 1fr 1fr; background: var(--wood-dark); color: #fff; }
.history-image img { height: 100%; min-height: 650px; object-fit: cover; image-rendering: auto; }
.history-copy { padding: clamp(60px,8vw,130px); }
.history-copy h2 { font-size: clamp(42px,5vw,72px); }
.history-copy p { color: rgba(255,255,255,.72); }
.artifact-image { margin-top: 38px; max-width: 280px; background: #fff; }
.image-strip { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 18px; }
.image-strip img { height: 500px; object-fit: cover; }
.facility-section { background: var(--white); }
.image-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 80px; }
.image-mosaic img { height: 580px; object-fit: cover; }
.image-mosaic img:last-child { grid-column: 1 / -1; height: 480px; }
.capability-intro { max-width: 1050px; }
.capability-intro > p:last-child { max-width: 720px; margin-top: 28px; font-size: 21px; color: var(--muted); }
.capability-list { padding-bottom: 130px; }
.capability-row { display: grid; grid-template-columns: 100px 1fr; gap: 50px; padding: 50px 0; border-top: 1px solid var(--line); }
.capability-row > span, .principle-grid article > span { font-size: 12px; letter-spacing: .15em; color: var(--wood); }
.capability-row h2 { font-size: clamp(36px,4vw,58px); }
.capability-row p { max-width: 760px; color: var(--muted); }
.capability-feature { min-height: 620px; }
.notice { margin-top: 32px; padding: 20px; border: 1px solid var(--line); background: var(--paper-2); color: var(--ink); font-size: 15px; }
.principles { background: var(--white); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.principle-grid article { padding-top: 22px; border-top: 2px solid var(--wood); }
.principle-grid h2 { margin-top: 30px; font-size: 36px; }
.principle-grid p { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.contact-details h2 { font-size: 48px; }
.contact-details address, .contact-details > p { margin: 20px 0; }
.contact-details a { border-bottom: 1px solid var(--line); }
.contact-details img { margin-top: 50px; max-width: 440px; }
.form-panel { padding: clamp(34px,5vw,70px); background: var(--white); }
.form-row { margin-bottom: 24px; }
.form-row label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.form-row input, .form-row textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 11px 0; outline: none; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--wood); }
.field-help { margin-top: 14px; color: var(--muted); font-size: 0.9rem; line-height: 1.55; }
.field-validation-error, .validation-summary { display: block; margin-top: 6px; color: #9b2c2c; font-size: 13px; }
.honeypot { position: absolute; left: -10000px; }
.cf-turnstile { margin: 20px 0; }
.success-message { padding: 40px 0; }
.success-message h2 { font-size: 62px; }
.site-footer { padding: 80px 0 26px; background: #111; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr .7fr; gap: 50px; }
.footer-brand { color: #fff; }
.footer-grid h2 { margin-bottom: 16px; font-family: var(--sans); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; color: #fff; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 980px) {
  :root { --shell: min(100% - 32px, 1320px); }
  .menu-button { display: block; color: inherit; }
  .site-nav { display: none; position: fixed; inset: 94px 0 auto; padding: 24px 16px 30px; flex-direction: column; align-items: stretch; gap: 0; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 14px 8px; font-size: 18px; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .project-grid, .portfolio-grid { grid-template-columns: repeat(2,1fr); }
  .project-card:nth-child(3n+2) { margin-top: 0; }
  .statement-grid, .editorial-grid, .project-intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .split-feature, .history-feature { grid-template-columns: 1fr; }
  .split-copy { padding: 70px 32px; }
  .client-list { grid-template-columns: repeat(2,1fr); }
  .cta-panel .shell { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .image-strip img { height: 360px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .header-inner { height: 76px; }
  .brand small { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .site-nav { inset: 76px 0 auto; }
  .hero-content { padding-bottom: 90px; }
  .hero h1, .page-hero h1, .project-detail-hero h1 { font-size: clamp(46px,14vw,70px); }
  .hero-scroll { display: none; }
  .section { padding: 78px 0; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 38px; }
  .project-grid, .portfolio-grid, .client-list, .principle-grid { grid-template-columns: 1fr; }
  .project-card h3 { font-size: 34px; }
  .page-hero { min-height: 500px; padding-top: 140px; }
  .project-detail-hero { min-height: 72svh; }
  .project-facts div { grid-template-columns: 1fr; gap: 4px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-gallery figure.gallery-wide { grid-column: auto; }
  .image-strip { grid-template-columns: 1fr; }
  .image-strip img { height: 320px; }
  .image-mosaic { grid-template-columns: 1fr; }
  .image-mosaic img, .image-mosaic img:last-child { grid-column: auto; height: 340px; }
  .capability-row { grid-template-columns: 50px 1fr; gap: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}
