:root {
  --ink: #171814;
  --ink-soft: #252720;
  --paper: #f6f3eb;
  --paper-2: #ece5d7;
  --sand: #d7c7ad;
  --line: rgba(23, 24, 20, 0.18);
  --line-light: rgba(255,255,255,0.16);
  --white: #fffdfa;
  --accent: #b68b56;
  --shell: min(1180px, calc(100vw - 48px));
  --display: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 9999;
  transform: translateY(-160%); background: var(--white); color: var(--ink);
  padding: 10px 14px; border-radius: 2px;
}
.skip-link:focus { transform: translateY(0); }
.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; }
.shell { width: var(--shell); margin-inline: auto; }
.section-dark { background: var(--ink); color: var(--white); }
.section-light { background: var(--paper); }
.section-sand { background: var(--paper-2); }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, color .25s ease;
  color: var(--white);
}
.site-header.scrolled { background: rgba(246,243,235,.94); color: var(--ink); border-color: var(--line); backdrop-filter: blur(14px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display:inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: .015em;
  white-space: nowrap;
}
.site-header:not(.scrolled) .brand-mark { color: var(--white); }
.brand-mark-footer { font-size: 28px; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; text-transform: uppercase; letter-spacing: .08em; }
.brand-copy strong { font-size: 14px; }
.brand-copy small { font-size: 10px; margin-top: 5px; letter-spacing: .22em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; letter-spacing: .04em; }
.site-nav a { text-decoration: none; opacity: .85; }
.site-nav a:hover { opacity: 1; }
.nav-cta { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.nav-toggle { display: none; background: none; border: 0; color: currentColor; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 7px 0; }

.hero { min-height: 850px; padding: 190px 0 54px; position: relative; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 78% 25%, rgba(182,139,86,.16), transparent 28%), linear-gradient(120deg, rgba(255,255,255,.025), transparent 40%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.eyebrow, .section-kicker { margin: 0 0 22px; font-size: 11px; letter-spacing: .19em; text-transform: uppercase; font-weight: 700; }
.hero h1 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(58px, 7.2vw, 108px); line-height: .91; letter-spacing: -.045em; max-width: 840px; }
.hero h1 em { color: #d8bb94; font-weight: 400; }
.hero-lede { max-width: 650px; margin: 34px 0 0; font-size: 18px; line-height: 1.65; color: rgba(255,255,255,.72); }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; border: 1px solid currentColor; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: transparent; color: var(--white); }
.text-link { font-size: 13px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 5px; }
.text-link span { margin-left: 5px; }
.hero-art { min-height: 560px; position: relative; }
.building-card { position: absolute; border: 1px solid rgba(255,255,255,.22); background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.01)); overflow: hidden; }
.building-card-a { width: 66%; height: 74%; right: 0; top: 0; }
.building-card-b { width: 52%; height: 58%; left: 2%; bottom: 0; background: rgba(182,139,86,.12); }
.window-grid { position: absolute; inset: 13%; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; }
.hero-note { position: absolute; right: 5%; bottom: 8%; width: 230px; background: var(--paper); color: var(--ink); padding: 26px; box-shadow: 0 26px 60px rgba(0,0,0,.25); }
.hero-note span { font-family: var(--display); font-size: 34px; color: var(--accent); }
.hero-note p { margin: 14px 0 0; font-family: var(--display); font-size: 19px; line-height: 1.38; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 100px; border-top: 1px solid var(--line-light); position: relative; z-index: 1; }
.hero-meta div { padding: 22px 24px 0 0; border-right: 1px solid var(--line-light); }
.hero-meta div:last-child { border-right: 0; padding-left: 24px; }
.hero-meta div:nth-child(2) { padding-left: 24px; }
.hero-meta span { display: block; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; opacity: .48; margin-bottom: 8px; }
.hero-meta strong { font-size: 13px; font-weight: 500; }

.intro { padding: 120px 0 130px; }
.split-intro { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; padding-bottom: 90px; border-bottom: 1px solid var(--line); }
.section-kicker { color: #796b57; }
.intro-copy h2, .work-head h2, .team-intro h2, .connect-copy h2 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(45px, 5.6vw, 76px); line-height: .98; letter-spacing: -.035em; }
.intro-copy p { max-width: 720px; font-size: 19px; line-height: 1.7; color: #555547; margin: 36px 0 0; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 0; }
.capability { padding: 42px 30px 10px 0; min-height: 270px; border-right: 1px solid var(--line); }
.capability + .capability { padding-left: 30px; }
.capability:last-child { border-right: 0; }
.cap-number { font-family: var(--display); color: var(--accent); font-size: 20px; }
.capability h3 { margin: 54px 0 14px; font-size: 18px; font-weight: 600; }
.capability p { margin: 0; color: #646457; line-height: 1.65; font-size: 14px; }

.work { padding: 120px 0 130px; }
.work-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.work-head > p { margin: 0 0 6px; max-width: 500px; color: #5d584f; font-size: 16px; line-height: 1.72; }
.project-feature { margin-top: 72px; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 590px; background: var(--ink); color: var(--white); }
.project-visual { min-height: 590px; background: #252720; padding: 42px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.project-schematic { width: 100%; height: 100%; border: 1px solid rgba(255,255,255,.15); position: relative; min-height: 500px; background: radial-gradient(circle at 30% 30%, rgba(182,139,86,.18), transparent 35%); }
.schematic-label { position: absolute; top: 22px; left: 24px; font-size: 9px; letter-spacing: .18em; }
.schematic-building { position: absolute; left: 16%; right: 13%; top: 23%; bottom: 18%; border: 1px solid rgba(255,255,255,.45); display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); gap: 18px; padding: 26px; transform: skewY(-2deg); }
.schematic-building span { border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.035); }
.schematic-line { position: absolute; height: 1px; background: rgba(255,255,255,.22); transform-origin: left; }
.line-1 { width: 46%; left: 8%; top: 72%; transform: rotate(-24deg); }
.line-2 { width: 34%; right: 8%; top: 31%; transform: rotate(28deg); }
.schematic-caption { position: absolute; left: 24px; bottom: 24px; font-family: var(--display); font-size: 18px; color: rgba(255,255,255,.72); }
.project-copy { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow-dark { color: #d5b184; }
.project-copy h3 { margin: 0; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: 1.02; font-weight: 400; letter-spacing: -.025em; }
.project-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.75; margin: 28px 0 38px; }
.project-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--line-light); }
.project-stats div { padding: 18px 16px 18px 0; border-bottom: 1px solid var(--line-light); }
.project-stats div:nth-child(odd) { border-right: 1px solid var(--line-light); }
.project-stats div:nth-child(even) { padding-left: 20px; }
.project-stats dt { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; opacity: .48; margin-bottom: 6px; }
.project-stats dd { margin: 0; font-size: 13px; }
.experience-strip { margin-top: 36px; padding: 40px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; }
.experience-strip h3 { font-family: var(--display); font-size: 34px; font-weight: 400; margin: 0; }
.experience-strip > p { margin: 0; color: #5d584f; line-height: 1.72; }

.team { padding: 120px 0 130px; }
.team-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.team-intro > p:last-child { color: #5f5e52; line-height: 1.72; max-width: 520px; margin-top: 32px; }
.people { border-top: 1px solid var(--line); }
.person { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.person-initials { width: 92px; height: 120px; background: var(--ink); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 26px; letter-spacing: .04em; }
.person h3 { margin: 2px 0 7px; font-family: var(--display); font-weight: 400; font-size: 32px; }
.person-role { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: #8b7257; font-weight: 800; }
.person p:last-child { color: #656458; line-height: 1.68; max-width: 520px; font-size: 14px; }

.connect { padding: 120px 0; }
.connect-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.section-kicker-light { color: #cdb38f; }
.connect-copy p:last-child { max-width: 650px; color: rgba(255,255,255,.66); line-height: 1.72; margin: 32px 0 0; }
.connect-card { border: 1px solid var(--line-light); padding: 40px; background: rgba(255,255,255,.025); }
.connect-card h3 { font-family: var(--display); font-size: 30px; font-weight: 400; margin: 0 0 8px; }
.connect-card > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 13px; margin: 0 0 28px; }
.connect-card .button { width: 100%; font-size: 9px; }
.connect-card small { display: block; margin-top: 14px; color: rgba(255,255,255,.38); font-size: 10px; line-height: 1.4; }

.site-footer { padding: 42px 0; background: #11120f; color: rgba(255,255,255,.65); border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.4fr; align-items: center; gap: 30px; }
.footer-brand { color: var(--white); }
.footer-brand img { filter: invert(1); }
.site-footer p { margin: 0; font-size: 10px; line-height: 1.5; }
.legal { text-align: right; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.6,.2,1), transform .7s cubic-bezier(.2,.6,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 900px); }
  .hero { padding-top: 150px; min-height: auto; }
  .hero-grid, .work-head, .project-feature, .team-grid, .connect-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 420px; margin-top: 30px; }
  .project-feature { gap: 0; }
  .project-copy { padding: 54px 44px; }
  .team-grid, .connect-grid { gap: 60px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability:nth-child(2) { border-right: 0; }
  .capability:nth-child(3), .capability:nth-child(4) { border-top: 1px solid var(--line); }
  .experience-strip { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .legal { grid-column: 1 / -1; text-align: left; max-width: 700px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100vw - 32px); }
  .nav-wrap { height: 72px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 72px; background: var(--paper); color: var(--ink); display: none; flex-direction: column; align-items: flex-start; padding: 28px 16px 32px; border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-header:not(.scrolled) .site-nav { background: var(--ink); color: var(--white); }
  .hero { padding: 130px 0 36px; }
  .hero h1 { font-size: clamp(52px, 16vw, 82px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 340px; }
  .building-card-a { width: 72%; height: 72%; }
  .building-card-b { width: 60%; height: 55%; }
  .hero-note { width: 190px; padding: 20px; }
  .hero-note p { font-size: 16px; }
  .hero-meta { grid-template-columns: 1fr; margin-top: 70px; }
  .hero-meta div, .hero-meta div:nth-child(2), .hero-meta div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .intro, .work, .team, .connect { padding: 84px 0; }
  .split-intro { grid-template-columns: 1fr; gap: 10px; padding-bottom: 60px; }
  .intro-copy p { font-size: 16px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability, .capability + .capability { padding: 30px 0; border-right: 0; border-top: 1px solid var(--line); min-height: 0; }
  .capability:first-child { border-top: 0; }
  .capability h3 { margin-top: 28px; }
  .project-feature { margin-top: 48px; }
  .project-visual { min-height: 430px; padding: 20px; }
  .project-schematic { min-height: 390px; }
  .project-copy { padding: 44px 26px; }
  .project-stats { grid-template-columns: 1fr; }
  .project-stats div:nth-child(odd) { border-right: 0; }
  .project-stats div:nth-child(even) { padding-left: 0; }
  .person { grid-template-columns: 78px 1fr; gap: 18px; }
  .person-initials { width: 68px; height: 92px; font-size: 20px; }
  .connect-card { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
