

:root {
  --ink: #151514;
  --ink-raised: #20201f;
  --paper: #f4efe6;
  --paper-soft: #e7dfd0;
  --beige-accent: #c6b69c;
  --beige-ink: #655b4d;
  --line: #b9ae9c;
  --line-dark: #4d4b47;
  --muted: #665e52;
  --white: #fffaf1;
  --soft-light: #d9d1c4;
  --page-gutter: clamp(20px, 3.25vw, 72px);
  --column-gap: clamp(14px, 1.25vw, 28px);
  --display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --label: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --sans: var(--display);
  --mono: var(--label);
}

* { box-sizing: border-box; }

html { background: var(--ink); scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--beige-accent);
  outline-offset: 3px;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.055em; }
main { overflow: clip; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
  min-height: 64px;
  padding: 0 var(--page-gutter);
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid #3e3d3a;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--white);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: -0.015em;
}

.brand-title { color: var(--white); }

.site-header nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d1c9bc;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 550;
  letter-spacing: 0;
}

.site-header nav a { transition: color 160ms ease; }
.site-header nav a:hover { color: var(--white); }

.header-code {
  justify-self: end;
  color: #c7c0b5;
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: min(790px, 100svh - 64px);
  margin: 0;
  padding: clamp(82px, 8vw, 132px) var(--page-gutter);
  color: var(--white);
  text-align: center;
  background: var(--ink);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
}

.eyebrow {
  margin-bottom: 17px;
  color: var(--beige-accent);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 550;
  letter-spacing: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 27px;
  font-size: clamp(4rem, 8vw, 9.2rem);
  font-weight: 700;
  line-height: 0.84;
}

.hero-dek {
  max-width: 780px;
  margin-bottom: 32px;
  color: #d7d0c4;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  font-weight: 400;
  line-height: 1.47;
}

.hero-claim {
  max-width: 850px;
  margin: 0 0 29px;
  color: #f2eee5;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  font-weight: 450;
  line-height: 1.48;
}

.hero-stack {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  justify-content: center;
  gap: 8px 18px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 34px;
  padding: 0;
  color: #c7c0b5;
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  list-style: none;
}

.hero-stack li { white-space: nowrap; }

.hero-action {
  display: inline-flex;
  align-items: center;
  padding: 0 0 7px;
  color: var(--white);
  border-bottom: 1px solid var(--beige-accent);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 550;
  letter-spacing: 0;
  transition: color 160ms ease;
}

.hero-action:hover { color: var(--beige-accent); }

.project-brief,
.system-does,
.execution,
.role-fit,
.context {
  width: 100%;
  margin: 0;
  border-right: 0;
  border-left: 0;
}

.system-does {
  padding: clamp(66px, 8vw, 122px) var(--page-gutter) 0;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.system-does-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  column-gap: var(--column-gap);
  padding-bottom: 58px;
}

.system-does-heading > div { grid-column: 1 / span 7; }

.system-does-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(2.35rem, 4.7vw, 5.45rem);
  font-weight: 550;
  line-height: 0.94;
}

.system-does .eyebrow { color: var(--beige-ink); }

.system-does-heading > p {
  grid-column: 9 / -1;
  margin: 0;
  color: #514c46;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: 1.5;
}

.system-does-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-right: calc(var(--page-gutter) * -1);
  margin-left: calc(var(--page-gutter) * -1);
  border-top: 1px solid var(--line);
}

.system-does-grid article {
  grid-column: span 3;
  min-height: 278px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.system-does-grid article:first-child { border-left: 1px solid var(--line); }

.system-does-grid h3 {
  max-width: 260px;
  margin: 0 0 55px;
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-weight: 550;
  line-height: 0.96;
}

.system-does-grid p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.46;
}

.project-brief {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--column-gap);
  padding: clamp(66px, 8vw, 122px) var(--page-gutter);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.project-brief .eyebrow,
.role-fit .eyebrow,
.context .eyebrow { color: var(--beige-ink); }

.project-brief h2,
.execution h2,
.role-fit h2,
.context h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.7vw, 5.45rem);
  font-weight: 550;
  line-height: 0.94;
}

.project-brief > div:first-child { grid-column: 1 / span 5; }
.project-brief-copy { grid-column: 7 / -1; max-width: 745px; }

.project-brief-copy p,
.execution-heading > p,
.context > p {
  margin-bottom: 18px;
  color: #4f4b46;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 400;
  line-height: 1.54;
}

.project-brief-copy p:last-child,
.execution-heading > p:last-child,
.context > p:last-child { margin-bottom: 0; }

.execution {
  padding: clamp(64px, 7vw, 108px) var(--page-gutter);
  color: var(--white);
  background: var(--ink);
}

.execution-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  column-gap: var(--column-gap);
  margin-bottom: 28px;
}

.execution-heading > div { grid-column: 1 / span 7; }

.execution-heading .eyebrow {
  color: #d4cdbf;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 500;
}

.execution-heading > p {
  grid-column: 9 / -1;
  color: #c8c1b6;
  font-size: 0.91rem;
}

.execution-shell { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }

.execution-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--line-dark);
}

.execution-tabs button,
.plan-tabs button {
  border: 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: clamp(0.74rem, 0.9vw, 0.9rem);
  font-weight: 550;
  letter-spacing: -0.015em;
  transition: color 140ms ease, background 140ms ease, border-color 140ms ease;
}

.execution-tabs button {
  min-height: 54px;
  padding: 14px 16px;
  color: #b7b0a5;
  text-align: left;
  background: transparent;
  border-right: 1px solid var(--line-dark);
}

.execution-tabs button:last-child { border-right: 0; }

.execution-tabs button:hover,
.execution-tabs button.is-active { color: var(--white); background: var(--ink-raised); }

.execution-detail { padding: clamp(28px, 4vw, 46px) 0 clamp(30px, 4vw, 42px); }

.execution-source {
  margin-bottom: 13px;
  color: #d0c8bb;
  font-family: var(--label);
  font-size: 0.72rem;
  font-weight: 500;
}

.execution-detail h3 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
  font-weight: 550;
  line-height: 0.98;
}

.execution-detail > p:not(.execution-source) {
  max-width: 840px;
  margin-bottom: 23px;
  color: #d5cec3;
  font-size: clamp(0.94rem, 1.1vw, 1.03rem);
  font-weight: 400;
  line-height: 1.5;
}

.execution-detail > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px clamp(18px, 3vw, 38px);
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid var(--line-dark);
}

.execution-detail > ul li {
  position: relative;
  padding-left: 13px;
  color: #d1c9be;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.execution-detail > ul li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #d8d0c3;
  border-radius: 999px;
}

.plan-viewer { margin-top: 26px; padding: 20px 0 0; border-top: 1px solid var(--line-dark); }
.plan-tabs { display: flex; gap: 8px; margin-bottom: 18px; }

.plan-tabs button {
  padding: 0 0 6px;
  color: #c9c1b6;
  background: transparent;
  border-bottom: 1px solid #5c5953;
}

.plan-tabs button:hover,
.plan-tabs button.is-active { color: var(--white); background: transparent; border-color: var(--beige-accent); }

.plan-viewer p { max-width: 590px; margin-bottom: 14px; color: #ddd6cb; font-size: 0.86rem; line-height: 1.45; }
.plan-evidence { display: block; margin: 0; color: #c1b9ad; font-size: 0.78rem; font-weight: 400; line-height: 1.45; }

.role-fit {
  padding: clamp(66px, 8vw, 122px) var(--page-gutter) 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.role-fit-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--column-gap);
  padding-bottom: 59px;
}

.role-fit-heading .eyebrow { grid-column: 1 / span 3; }
.role-fit-heading h2 { grid-column: 4 / -1; }

.role-fit-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-right: calc(var(--page-gutter) * -1);
  margin-left: calc(var(--page-gutter) * -1);
  border-top: 1px solid var(--line);
}

.role-fit-grid article {
  grid-column: span 4;
  min-height: 240px;
  padding: 23px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.role-fit-grid article:nth-child(3n + 1) { border-left: 1px solid var(--line); }

.role-fit-grid h3 {
  max-width: 260px;
  margin: 0 0 55px;
  font-size: clamp(1.4rem, 2.1vw, 2.15rem);
  font-weight: 550;
  line-height: 0.96;
}

.role-fit-grid p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.46;
}

.context {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--column-gap);
  padding: clamp(76px, 9vw, 148px) var(--page-gutter);
  color: var(--white);
  background: var(--ink);
  border-color: #3f3e3a;
}

.context > div { grid-column: 1 / span 7; }
.context .eyebrow { color: #c7c0b5; }
.context h2 { max-width: 900px; }

.context > p {
  grid-column: 9 / -1;
  align-self: end;
  color: #d5cec3;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 30px var(--page-gutter);
  color: #d0c8bc;
  background: var(--ink);
}

.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }

.footer-name {
  margin-bottom: 5px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  font-weight: 550;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.footer-contact a,
.footer-status { font-family: var(--label); font-size: 0.62rem; font-weight: 500; line-height: 1.4; }
.footer-contact a { color: #d0c8bc; transition: color 160ms ease; }
.footer-contact a:hover { color: var(--white); }

.footer-documents { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; margin-top: 10px; }

.footer-documents-label {
  flex-basis: 100%;
  color: #bcb4a9;
  font-family: var(--label);
  font-size: 0.58rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-contact .footer-document-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 3px;
  color: var(--white);
  border-bottom: 1px solid var(--beige-accent);
  font-size: 0.62rem;
}

.footer-contact .footer-document-link:hover { color: var(--beige-accent); }
.footer-status { color: #bcb4a9; text-align: right; }

@media (max-width: 940px) {
  .project-brief,
  .system-does-heading,
  .execution-heading,
  .role-fit-heading,
  .context { grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: var(--column-gap); }
  .project-brief > div:first-child { grid-column: 1 / span 5; }
  .project-brief-copy { grid-column: 7 / -1; }
  .system-does-heading > div,
  .execution-heading > div,
  .context > div { grid-column: 1 / span 7; }
  .system-does-heading > p,
  .execution-heading > p,
  .context > p { grid-column: 9 / -1; }
  .role-fit-heading .eyebrow { grid-column: 1 / span 3; }
  .role-fit-heading h2 { grid-column: 4 / -1; }
}

@media (max-width: 720px) {
  :root { --page-gutter: 20px; --column-gap: 12px; }

  .site-header { grid-template-columns: 1fr; min-height: 57px; padding: 0 20px; }
  .site-header nav, .header-code { display: none; }
  .hero { min-height: min(760px, 100svh - 57px); padding: 68px var(--page-gutter) 54px; border: 0; }
  h1 { max-width: 350px; margin-bottom: 24px; font-size: clamp(3.75rem, 16vw, 5.9rem); line-height: 0.84; }
  .hero-dek { max-width: 560px; margin-bottom: 28px; font-size: 0.98rem; }
  .hero-stack { grid-template-columns: repeat(2, max-content); justify-content: center; gap: 7px 14px; width: auto; margin-bottom: 30px; font-size: 0.54rem; text-align: left; }
  .hero-stack li:last-child { grid-column: 1 / -1; justify-self: center; }

  .project-brief,
  .system-does,
  .execution,
  .role-fit,
  .context { border-right: 0; border-left: 0; }

  .project-brief, .execution { padding: 57px var(--page-gutter); }
  .system-does { padding: 57px var(--page-gutter) 0; }

  .project-brief,
  .system-does-heading,
  .execution-heading,
  .role-fit-heading,
  .context { grid-template-columns: 1fr; gap: 18px 0; }

  .project-brief > div:first-child,
  .project-brief-copy,
  .system-does-heading > div,
  .system-does-heading > p,
  .execution-heading > div,
  .execution-heading > p,
  .role-fit-heading .eyebrow,
  .role-fit-heading h2,
  .context > div,
  .context > p { grid-column: 1; }

  .system-does-heading { padding-bottom: 40px; }
  .system-does-grid { grid-template-columns: 1fr 1fr; margin-right: calc(var(--page-gutter) * -1); margin-left: calc(var(--page-gutter) * -1); }
  .system-does-grid article,
  .system-does-grid article:first-child { grid-column: span 1; min-height: 245px; padding: 21px; border-bottom: 1px solid var(--line); }
  .system-does-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .system-does-grid h3 { margin-bottom: 38px; }

  .execution-shell { border-right: 0; border-left: 0; }
  .execution-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .execution-tabs button { min-height: 0; padding: 13px 12px; line-height: 1.2; white-space: normal; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
  .execution-tabs button:nth-child(2n) { border-right: 0; }
  .execution-tabs button:nth-child(5) { grid-column: span 2; }
  .execution-tabs button:nth-child(n + 5) { border-bottom: 0; }
  .execution-detail { padding: 27px 0 30px; }
  .execution-detail > ul { grid-template-columns: 1fr; gap: 10px; }

  .role-fit { padding: 57px var(--page-gutter) 0; }
  .role-fit-heading { padding-bottom: 40px; }
  .role-fit-grid { grid-template-columns: 1fr; margin-right: calc(var(--page-gutter) * -1); margin-left: calc(var(--page-gutter) * -1); }
  .role-fit-grid article,
  .role-fit-grid article:nth-child(3n + 1) { grid-column: span 1; min-height: auto; padding: 22px var(--page-gutter); border-right: 0; border-left: 0; }
  .role-fit-grid h3 { margin-bottom: 27px; }
  .context { padding: 57px var(--page-gutter); }
  footer { grid-template-columns: 1fr; padding: 18px var(--page-gutter); border: 0; }
  .footer-status { text-align: left; }
}

@media (max-width: 460px) {
  .system-does-grid { grid-template-columns: 1fr; }
  .system-does-grid article,
  .system-does-grid article:first-child,
  .system-does-grid article:nth-child(odd) { min-height: auto; border-right: 0; border-left: 0; }
}

.story{padding:76px var(--page-gutter);border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:64px;scroll-margin-top:90px}.story h2{font-size:clamp(30px,3vw,48px);line-height:1.12}.story p{font-size:18px;line-height:1.7;max-width:70ch}.story .tech{font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--muted)}.story:nth-of-type(even){background:var(--paper-soft)}.hero h1{font-size:clamp(48px,7vw,100px)}.hero-actions{display:flex;gap:24px;flex-wrap:wrap}.why{background:var(--ink)!important;color:var(--paper)}.why .eyebrow{color:var(--beige-accent)}.why p{max-width:760px}.site-header{grid-template-columns:1fr auto}.footer-document-link{display:inline-block}a{overflow-wrap:anywhere}@media(max-width:760px){.story{grid-template-columns:1fr;gap:12px;padding:42px 22px}.story p{font-size:16px}.site-header{display:flex;flex-wrap:wrap;padding:14px 20px;gap:12px}.site-header nav{gap:18px}.header-code{display:none}.hero{padding-top:46px}.hero-stack{flex-wrap:wrap}.hero h1{font-size:48px}.hero-dek{font-size:22px}footer{gap:24px}}
@media(max-width:760px){.site-header nav{display:flex!important;width:100%;justify-content:space-between;font-size:12px}.story .eyebrow{color:var(--beige-ink)}.why .eyebrow{color:var(--beige-accent)}}


/* project-cards */
.project-section{padding:76px var(--page-gutter);border-top:1px solid var(--line);background:var(--paper-soft)}
.project-heading .eyebrow{color:var(--beige-ink)}.project-heading{max-width:760px;margin-bottom:36px}.project-heading h2{font-size:clamp(30px,3vw,48px);line-height:1.12;margin:12px 0 18px}.project-heading>p:last-child{font-size:17px;line-height:1.6;color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-card{padding:30px;border:1px solid var(--line);background:var(--paper);min-width:0}.project-number{font-family:var(--mono);font-size:12px;color:var(--muted)}.project-card h3{font-size:26px;line-height:1.2;margin:20px 0 12px;letter-spacing:-.5px}.project-card .tech{font-family:var(--mono);font-size:12px;line-height:1.8;color:var(--muted);margin-bottom:24px}.project-card p{font-size:17px;line-height:1.65;margin:16px 0 0}
@media(max-width:760px){.site-header nav{display:flex!important;width:100%;justify-content:space-between;font-size:12px}.story .eyebrow{color:var(--beige-ink)}.why .eyebrow{color:var(--beige-accent)}.project-section{padding:42px 22px}.project-grid{grid-template-columns:1fr;gap:16px}.project-card{padding:24px}.project-card h3{font-size:25px}.project-card p{font-size:16px}.project-heading{margin-bottom:26px}}
