:root {
  --ink: #111110;
  --paper: #f8f7f4;
  --stone: #756d68;
  --stone-light: #b9afa8;
  --muted: #68645f;
  --line: #d8d4cf;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  padding: 0.75rem 1rem;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.site-header,
.section-shell,
.approach,
.ventures-heading,
.ventures-grid,
.closing,
footer {
  width: min(100% - 3rem, 87.5rem);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.5rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  width: 13rem;
  line-height: 0;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

nav {
  display: flex;
  gap: 2.25rem;
}

nav a,
.text-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

nav a { padding-block: 1rem; }

nav a:hover,
nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--stone);
  text-underline-offset: 0.4rem;
}

.hero {
  display: grid;
  align-content: space-between;
  min-height: calc(100svh - 7.5rem);
  padding: clamp(2.5rem, 7vw, 6.5rem) max(1.5rem, calc((100vw - 87.5rem) / 2));
}

.hero-kicker {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 77rem;
  margin-block: clamp(4.5rem, 10vw, 9rem);
  font-size: clamp(3rem, 8vw, 7.6rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

h1 em {
  color: var(--stone);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-footer {
  display: grid;
  grid-template-columns: minmax(0, 31rem) auto;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.hero-footer p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.38rem);
  line-height: 1.55;
}

.text-link span {
  margin-left: 0.8rem;
  color: var(--stone);
  font-size: 1rem;
}

.statement {
  display: grid;
  grid-template-columns: 1fr minmax(18rem, 3fr);
  gap: 3rem;
  padding: clamp(6rem, 13vw, 12rem) max(1.5rem, calc((100vw - 87.5rem) / 2));
  color: var(--paper);
  background: var(--ink);
}

.eyebrow {
  margin-bottom: 2.5rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.statement .eyebrow { color: var(--stone-light); }

.statement-copy {
  max-width: 60rem;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.3vw, 4.5rem);
  line-height: 1.12;
}

.story {
  padding-block: clamp(6rem, 12vw, 11rem);
}

.story-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.story-heading h2 {
  max-width: 48rem;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.story-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.story-copy {
  max-width: 36rem;
  padding-left: calc(33.333% + 1rem);
}

.story-copy p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.story-copy p:last-child { margin-bottom: 0; }

blockquote {
  margin: 0;
  padding-left: clamp(1.5rem, 4vw, 4rem);
  border-left: 1px solid var(--stone);
}

blockquote p {
  max-width: 35rem;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.15;
}

.principles { padding-block: clamp(6rem, 12vw, 11rem); }

.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.section-heading h2,
.approach h2,
.closing h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.principle {
  min-height: 20rem;
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px solid var(--line);
}

.principle:not(:nth-child(3n + 1)) {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.principle-number,
.stages > li > span {
  color: var(--stone);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.principle h3 {
  max-width: 14rem;
  margin-top: 5rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.principle p {
  max-width: 20rem;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.approach {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: clamp(6rem, 12vw, 11rem);
  border-top: 1px solid var(--line);
}

.approach-intro {
  align-self: start;
  position: sticky;
  top: 3rem;
}

.approach-intro > p:not(.eyebrow) {
  max-width: 29rem;
  margin-top: 2.5rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.studio-capabilities {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 3rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.studio-capabilities li {
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.studio-capabilities li:nth-child(odd) {
  padding-right: 1rem;
}

.studio-capabilities li:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid var(--line);
}

.stages {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stages li {
  display: grid;
  grid-template-columns: 3rem 8rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding-block: 2.25rem;
  border-top: 1px solid var(--line);
}

.stages li:last-child { border-bottom: 1px solid var(--line); }

.stages h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.stages li > div { grid-column: 3; }

.stages p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.6;
}

.stages small {
  display: block;
  margin-top: 1rem;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ventures {
  padding-block: clamp(6rem, 12vw, 11rem);
  color: var(--paper);
  background: var(--ink);
}

.ventures-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.ventures-heading .eyebrow { color: var(--stone-light); }

.ventures-heading h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.ventures-heading > div > p {
  max-width: 40rem;
  margin: 2.5rem 0 0;
  color: #bdb9b3;
  font-size: 1rem;
  line-height: 1.7;
}

.ventures-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #363633;
}

.venture {
  min-height: 27rem;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 2.5rem 0;
  border-bottom: 1px solid #363633;
}

.venture:nth-child(even) {
  padding-right: 0;
  padding-left: 3rem;
  border-left: 1px solid #363633;
}

.venture-topline {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: #918b85;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.venture-brand {
  min-height: 10rem;
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}

.venture-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.venture-logo-letscreate {
  width: min(100%, 31rem);
  filter: invert(1);
}

.venture-logo-rallyup {
  width: min(100%, 21rem);
  filter: brightness(1.9) saturate(1.05);
}

.venture-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.venture-wordmark img {
  width: 3rem;
  height: 3rem;
}

.venture-wordmark-simplr > span {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.07em;
}

.venture-wordmark-sentinal > span {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.venture > p {
  max-width: 31rem;
  margin: auto 0 0;
  color: #bdb9b3;
  font-size: 0.95rem;
  line-height: 1.7;
}

.closing {
  padding: clamp(7rem, 15vw, 14rem) 0 clamp(5rem, 10vw, 9rem);
  text-align: center;
}

.closing h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 7rem);
}

.closing > p:last-child {
  max-width: 33rem;
  margin: 2.5rem auto 0;
  color: var(--muted);
  line-height: 1.7;
}

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 3rem;
  align-items: center;
  min-height: 8rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

footer p { margin-bottom: 0; }

.footer-brand {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.footer-brand span {
  color: var(--stone);
  font-weight: 400;
  letter-spacing: 0.22em;
}

@media (max-width: 760px) {
  .site-header,
  .section-shell,
  .approach,
  .ventures-heading,
  .ventures-grid,
  .closing,
  footer { width: min(100% - 2rem, 87.5rem); }

  .site-header { min-height: 5.5rem; }
  .brand { width: 10rem; }
  nav { gap: 1rem; }
  nav a { font-size: 0.62rem; }

  .hero {
    min-height: calc(100svh - 5.5rem);
    padding: 2rem 1rem 2.5rem;
  }

  .hero-kicker span:last-child { display: none; }

  h1 {
    margin-block: 4rem;
    font-size: clamp(3.2rem, 15vw, 5.5rem);
  }

  .hero-footer,
  .statement,
  .section-heading,
  .story-heading,
  .story-body,
  .approach,
  .ventures-heading,
  footer { grid-template-columns: 1fr; }

  .hero-footer { align-items: start; }

  .statement {
    gap: 1rem;
    padding-inline: 1rem;
  }

  .story-copy { padding-left: 0; }

  blockquote { padding-block: 0.75rem; }

  .principles-grid { grid-template-columns: 1fr; }

  .principle,
  .principle:not(:nth-child(3n + 1)) {
    min-height: 0;
    padding: 1.75rem 0 2.5rem;
    border-left: 0;
  }

  .principle h3 { margin-top: 3rem; }

  .approach { gap: 4rem; }
  .approach-intro { position: static; }

  .stages li { grid-template-columns: 2.5rem 1fr; }
  .stages li > div { grid-column: 2; }

  .ventures-grid { grid-template-columns: 1fr; }

  .venture,
  .venture:nth-child(even) {
    min-height: 22rem;
    padding: 1.75rem 0 2.5rem;
    border-left: 0;
  }

  .venture-brand { min-height: 8rem; }

  .venture-logo-letscreate { width: min(100%, 25rem); }
  .venture-logo-rallyup { width: min(100%, 18rem); }

  footer {
    gap: 0.8rem;
    padding-block: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

