

: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}}


/* typography-polish */
:root{--display:Arial,Helvetica,sans-serif;--label:Arial,Helvetica,sans-serif;--mono:Arial,Helvetica,sans-serif}
h1,h2,h3{letter-spacing:-.025em}
.story .tech,.project-card .tech{font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.65;color:#5b544a;letter-spacing:0}
.project-card h3{margin:0 0 12px;letter-spacing:-.025em}
.project-card .tech{margin-top:0;margin-bottom:20px}
.eyebrow{letter-spacing:0!important;font-size:14px!important}
.project-heading>p:empty{display:none}
.story .eyebrow,.project-heading .eyebrow{color:#655b4d}
.hero-stack li{font-family:Arial,Helvetica,sans-serif;font-size:13px;letter-spacing:0}
.project-section{scroll-margin-top:100px}
.site-header nav a{min-height:36px;display:inline-flex;align-items:center}
@media(max-width:760px){.hero-copy,.hero h1,.hero-dek,.hero-claim{text-align:left}.hero-stack,.hero-actions{justify-content:flex-start}.hero h1{font-size:clamp(38px,10.8vw,48px)}.story .tech,.project-card .tech{font-size:14px}.story{gap:16px}.story h2{letter-spacing:-.025em}.project-card{padding:24px}.project-card h3{margin-top:0}.footer-status{font-size:12px}.project-section{scroll-margin-top:110px}}

.personal-note{grid-column:1 / -1;max-width:100%;font-size:16px;line-height:1.6;margin:0 0 20px;overflow-wrap:break-word}

.home-demo{background:#181b17;color:#eee8d9;padding:50px 0 25px;scroll-margin-top:65px}.home-demo-intro,.home-demo-tabs,.home-demo-note{margin:0 3.25%}.home-demo-intro{max-width:750px}.home-demo-intro h2{font-size:clamp(26px,3vw,40px);font-weight:500;margin-bottom:15px}.home-demo-intro p,.home-demo-note p{color:#b9c0af;font-size:14px;line-height:1.7}.home-demo-tabs{display:flex;gap:10px;margin-top:25px;margin-bottom:15px}.home-demo-tabs button{border:1px solid #6c735f;background:transparent;color:#e9e4d5;padding:13px 23px;cursor:pointer}.home-demo-tabs button[aria-selected=true]{background:#d4bf99;color:#181b17}.home-demo iframe{display:block;width:100%;height:1800px;border:0;background:#181b17}.home-demo-note{border-top:1px solid #414938;padding-top:20px}.home-demo-note summary{cursor:pointer;font-size:13px}.home-demo-note p{max-width:850px;font-size:12px}@media(max-width:600px){.home-demo{padding-top:30px}.home-demo-tabs button{flex:1;padding:12px 8px;font-size:12px}.home-demo-intro p{font-size:13px}}

.portfolio-feature{padding:48px var(--page-gutter) 28px}.portfolio-feature .home-demo-intro,.portfolio-feature .home-demo-note{margin:0}.portfolio-feature .home-demo-intro{max-width:850px;margin-bottom:24px}.portfolio-feature .home-demo-intro h2{font-size:clamp(27px,3vw,38px)}.portfolio-feature .feature-tech{font-size:11px;color:#d4bf99}.portfolio-feature iframe{border:1px solid #414938;height:505px}.portfolio-feature .home-demo-note{border:0;padding-top:10px}.portfolio-feature .home-demo-note p{font-size:10px;margin-bottom:0}@media(min-width:1200px){.portfolio-feature{display:grid;grid-template-columns:300px minmax(0,1fr);column-gap:35px;align-items:center}.portfolio-feature .home-demo-note{grid-column:2}.portfolio-feature .home-demo-intro h2{font-size:32px}.portfolio-feature .home-demo-intro p{font-size:13px}}

.saddleback-feature{padding:65px var(--page-gutter);background:#181b17;color:#eee8d9;scroll-margin-top:70px}.saddleback-feature header{max-width:850px;margin-bottom:35px;scroll-margin-top:85px}.saddleback-feature h2{font-size:clamp(30px,4vw,52px);line-height:1.05;font-weight:500;margin-bottom:20px}.saddleback-lead{font-size:18px;line-height:1.6;color:#c4cbbd}.saddleback-feature .tech{color:#d4bf99;font-size:12px}.saddleback-visuals{display:grid;grid-template-columns:1fr 1fr;gap:28px}.saddleback-visuals article{min-width:0}.visual-title{display:flex;justify-content:space-between;gap:12px;padding:14px;border:1px solid #454c3d;font-size:12px}.visual-title small{color:#a7b29c;font-size:10px}.saddleback-visuals iframe{width:100%;border:1px solid #454c3d;height:470px;display:block}.saddleback-visuals video{width:100%;height:470px;object-fit:contain;background:#10130f;display:block;border:1px solid #454c3d}.saddleback-feature h3{font-size:21px;font-weight:500;line-height:1.25;margin:20px 0 12px}.saddleback-visuals p,.saddleback-details p{font-size:14px;line-height:1.75;color:#b7c0ad}.saddleback-visuals a{color:#d4bf99;font-size:12px;text-decoration:underline}.saddleback-details{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;border-top:1px solid #454c3d;margin-top:35px;padding-top:15px}@media(max-width:850px){.saddleback-visuals,.saddleback-details{grid-template-columns:1fr}.saddleback-feature{padding-top:40px;padding-bottom:40px}.saddleback-visuals video{height:auto;min-height:220px}.saddleback-lead{font-size:16px}.saddleback-details{gap:5px}.visual-title{font-size:11px}.visual-title small{font-size:9px}}

.operator-feature-frame{width:100%;height:720px;border:1px solid #46503a;display:block}.responsibility-context{max-width:850px;margin-bottom:24px}.responsibility-context p{font-size:15px;line-height:1.7;color:#b7c0ad}.cad-attribution{font-size:11px;line-height:1.6;color:#a7b698;margin-top:12px}.cad-attribution a{color:#dfcaa4;text-decoration:underline}

.saddleback-feature{background:#101319;color:#eeeae1}.saddleback-lead,.responsibility-context p,.saddleback-details p{color:#b6c0cf}.saddleback-details{border-color:#343d4a}.operator-feature-frame{border-color:#343d4a;background:#101319}.cad-attribution{color:#99a8bd}.saddleback-feature header{margin-bottom:25px}.responsibility-context{margin-bottom:22px}

/* Neutral case-study treatment */
.saddleback-feature{background:#141414;color:#e9e5dc;font-family:Arial,Helvetica,sans-serif}.saddleback-feature .eyebrow{letter-spacing:0;text-transform:none}.operator-feature-frame{border-color:#383838;background:#191919}

.saddleback-feature{background:var(--paper)!important;color:var(--ink)!important;font-family:inherit!important}.saddleback-feature .saddleback-lead,.saddleback-feature .responsibility-context p,.saddleback-feature .saddleback-details p{color:var(--ink)!important}.saddleback-feature .tech,.saddleback-feature .cad-attribution{color:var(--muted)!important}.saddleback-feature h2,.saddleback-feature h3{font-family:inherit}.saddleback-details{border-color:var(--line)}

.saddleback-feature{padding-top:45px;padding-bottom:35px}.saddleback-feature header{max-width:920px;margin-bottom:22px}.saddleback-lead{font-size:17px;line-height:1.65}.rover-resume-link{display:inline-block;border-bottom:1px solid currentColor;font-size:14px;margin-top:12px;padding-bottom:4px}

.saddleback-feature .eyebrow{color:#151514!important}.evidence-list{padding:0 0 0 19px;margin:18px 0 0}.evidence-list li{font-size:16px;line-height:1.6;margin:0 0 15px;padding-left:5px}.project-card .evidence-list li{font-size:15px}.story{padding-top:52px;padding-bottom:52px}.project-card{padding:24px}.project-card h3{margin-top:8px}@media(max-width:760px){.evidence-list li{font-size:15px}.story{padding-top:35px;padding-bottom:35px}}

/* Keep the introduction within the viewport at every window size. */
.hero-copy{width:100%;min-width:0;max-width:1040px;align-items:flex-start;text-align:left}
.hero h1{width:100%;max-width:900px;font-size:clamp(44px,6.8vw,92px);line-height:1.02;text-align:left}
.hero .eyebrow,.hero-dek,.hero-claim{width:100%;min-width:0;text-align:left;overflow-wrap:break-word}
.hero-dek{max-width:760px;font-size:clamp(20px,2vw,26px)}
.hero-claim{max-width:760px;font-size:18px}
.hero-stack{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;gap:10px 26px;text-align:left}
.hero-stack li{white-space:normal;font-size:15px}
.hero-actions{justify-content:flex-start}
@media(max-width:760px){.hero{min-height:0;padding:48px 24px}.hero-claim{font-size:16px}.hero-stack{gap:10px 20px}.hero h1{font-size:clamp(40px,9vw,60px)}}
