:root {
  --ink: #111315;
  --muted: #5f646a;
  --paper: #f7f5ef;
  --surface: #ffffff;
  --line: rgba(17, 19, 21, 0.12);
  --blue: #1267ff;
  --teal: #0b7e75;
  --copper: #b86a35;
  --charcoal: #1d2228;
  --shadow: 0 28px 80px rgba(29, 34, 40, 0.16);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 64px);
  color: rgba(255, 255, 255, 0.92);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(247, 245, 239, 0.88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(22px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-size: 0.93rem;
  font-weight: 720;
}

.brand span {
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.site-header.is-scrolled .nav-links {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.nav-links a {
  padding: 8px 13px;
  border-radius: 999px;
  color: inherit;
  font-size: 0.86rem;
  font-weight: 650;
  opacity: 0.86;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.18);
  opacity: 1;
}

.site-header.is-scrolled .nav-links a:hover {
  background: rgba(17, 19, 21, 0.06);
}

.nav-cta {
  justify-self: end;
  padding: 11px 16px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 750;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.site-header.is-scrolled .nav-cta {
  background: var(--ink);
  color: #ffffff;
  box-shadow: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  align-items: end;
  gap: clamp(28px, 5vw, 74px);
  min-height: 96vh;
  padding: 132px clamp(20px, 5vw, 72px) 42px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(9, 11, 14, 0.98) 0%, rgba(18, 29, 34, 0.95) 48%, rgba(49, 34, 27, 0.88) 100%),
    radial-gradient(circle at 72% 28%, rgba(18, 103, 255, 0.22), transparent 34%),
    #101316;
}

.hero::after {
  position: absolute;
  right: -14vw;
  bottom: -24vw;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--copper);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #78d8cf;
}

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

h1 {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: clamp(3.25rem, 6.4vw, 7.15rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 840px;
  font-size: clamp(2.8rem, 5.25vw, 5.9rem);
  line-height: 0.98;
}

.hero-lede {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 1.7vw, 1.45rem);
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.button.primary {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--ink);
}

.button.secondary {
  color: #ffffff;
}

.hero-visual {
  align-self: stretch;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 620px;
}

.portrait-stage {
  position: relative;
  width: min(520px, 100%);
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.38);
}

.portrait {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.96) contrast(1.03);
}

.portrait:not([src]),
.portrait[src=""] {
  display: none;
}

.portrait-stage.photo-missing .portrait {
  display: none;
}

.portrait-stage.has-photo .portrait {
  display: block;
}

.portrait-stage.has-photo .photo-required {
  display: none;
}

.photo-required {
  position: absolute;
  top: 22%;
  right: 6%;
  display: grid;
  place-items: center;
  width: min(460px, 88%);
  min-height: 460px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(10px);
}

.photo-required span {
  color: #78d8cf;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.photo-required strong {
  display: block;
  margin: 10px 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.98;
}

.photo-required p {
  max-width: 290px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.portrait-stage::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.42));
  content: "";
  pointer-events: none;
}

.founder-card {
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  bottom: 28px;
  z-index: 3;
  width: min(365px, 92%);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(15, 18, 21, 0.64);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.founder-card strong {
  display: block;
  margin: 4px 0 10px;
  font-size: 1.42rem;
}

.founder-card p,
.card-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.card-kicker {
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.signal-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.signal-band div {
  min-height: 210px;
  padding: clamp(24px, 4vw, 48px);
  border-right: 1px solid var(--line);
}

.signal-band div:last-child {
  border-right: 0;
}

.signal-band span,
.service-number,
.method-steps span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
}

.signal-band strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.signal-band p,
.section > p,
.portfolio-copy p,
.method-steps p,
.contact p,
.service-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.section {
  padding: clamp(78px, 11vw, 150px) clamp(20px, 5vw, 72px);
}

.pillar-section {
  padding: clamp(78px, 11vw, 150px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.pillar-grid,
.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.pillar-grid article,
.snapshot-grid article {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.insight-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 58px;
}

.insight-link-grid a {
  display: grid;
  gap: 10px;
  min-height: 188px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.insight-link-grid span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-link-grid strong {
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.insight-link-grid em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.pillar-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  font-size: 0.8rem;
  font-weight: 900;
}

.pillar-grid h3,
.snapshot-grid h3 {
  font-size: 1.55rem;
  line-height: 1.12;
}

.pillar-grid p,
.pillar-grid li,
.split-copy p,
.why-list span,
.snapshot-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.pillar-grid ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.pillar-grid li {
  position: relative;
  padding-left: 18px;
}

.pillar-grid li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.pillar-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.about {
  background: #f0eee7;
}

.leadership {
  background: #ffffff;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.leadership-grid article {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
  min-height: 430px;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.leadership-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.leadership-grid h3 {
  font-size: 1.65rem;
  line-height: 1.08;
}

.leadership-grid p,
.leadership-grid li {
  color: var(--muted);
  line-height: 1.65;
}

.leadership-grid ul {
  display: grid;
  align-content: start;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.leadership-grid li {
  position: relative;
  padding-left: 18px;
}

.leadership-grid li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.text-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  font-weight: 820;
}

.leadership .text-link {
  align-self: end;
  margin-top: 26px;
}

.split-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 80px);
  margin-top: 44px;
  font-size: 1.12rem;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 8vw, 110px);
  align-items: start;
}

.section-heading h2,
.portfolio h2,
.contact h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.intro > p {
  margin-top: 44px;
  font-size: 1.18rem;
}

.services {
  background: #eeece5;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  display: grid;
  align-content: start;
  min-height: 320px;
  padding: clamp(24px, 3vw, 38px);
  background: #f9f8f3;
}

.service-grid h3,
.method-steps h3 {
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.portfolio {
  display: grid;
  gap: clamp(32px, 6vw, 72px);
  padding: clamp(78px, 11vw, 150px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background: #12161a;
}

.portfolio .eyebrow {
  color: #78d8cf;
}

.portfolio-copy p {
  max-width: 820px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.1rem;
}

.portfolio-groups {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-self: start;
}

.portfolio-group {
  display: grid;
  gap: 14px;
}

.portfolio-group-heading {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.portfolio-group-heading span {
  display: block;
  margin-bottom: 10px;
  color: #78d8cf;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.portfolio-group-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.55;
}

.venture-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-self: start;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
}

.venture-list a {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 230px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.045);
  transition: background 160ms ease, transform 160ms ease;
}

.venture-list a:hover {
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.venture-list span {
  font-size: 1.25rem;
  font-weight: 820;
}

.venture-list em {
  color: rgba(255, 255, 255, 0.62);
  font-style: normal;
  line-height: 1.5;
}

.consulting-group .venture-list a {
  background: rgba(120, 216, 207, 0.065);
}

.consulting-group .venture-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: clamp(32px, 7vw, 92px);
  padding: clamp(78px, 11vw, 150px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background: #111315;
}

.why .eyebrow {
  color: #78d8cf;
}

.why h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 5.7rem);
  line-height: 0.96;
}

.why-list {
  display: grid;
  gap: 1px;
  align-self: start;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.why-list div {
  display: grid;
  gap: 10px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.045);
}

.why-list strong {
  font-size: 1.1rem;
}

.why-list span {
  color: rgba(255, 255, 255, 0.64);
}

.snapshots {
  background: #ffffff;
}

.snapshot-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid article {
  display: grid;
  align-content: start;
}

.snapshot-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.recognition {
  background: #f7f5ef;
}

.recognition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.recognition-grid a {
  display: grid;
  align-content: start;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
  background: #ffffff;
  transition: transform 160ms ease, background 160ms ease;
}

.recognition-grid a:hover {
  background: #fbfaf6;
  transform: translateY(-1px);
}

.recognition-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.recognition-grid h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.recognition-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.recognition-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.recognition-proof div {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 26px;
  background: #111315;
}

.recognition-proof strong {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.9;
}

.recognition-proof span {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
}

.service-hero {
  min-height: 74vh;
  align-items: center;
}

.service-hero .hero-copy {
  max-width: 960px;
}

.framework-panel {
  align-self: center;
  width: min(520px, 100%);
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.framework-panel h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
}

.framework-panel p,
.framework-step p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.framework-steps {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.framework-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.framework-step span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #111315;
  background: #ffffff;
  font-weight: 900;
}

.framework-step strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
}

.framework-step p {
  margin: 0;
  font-size: 0.94rem;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.capability-grid article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  background: #fbfaf6;
}

.capability-grid h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.capability-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.service-depth {
  background: #ffffff;
}

.depth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.depth-grid article {
  min-height: 300px;
  padding: clamp(24px, 3vw, 36px);
  background: #fbfaf6;
}

.depth-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.depth-grid h3 {
  margin-bottom: 14px;
  font-size: 1.45rem;
  line-height: 1.12;
}

.depth-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.service-grid-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deliverables {
  background: #ffffff;
}

.deliverable-list {
  display: grid;
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.deliverable-list div {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(22px, 3vw, 30px);
  background: #fbfaf6;
}

.deliverable-list strong {
  font-size: 1.15rem;
  line-height: 1.2;
}

.deliverable-list span {
  color: var(--muted);
  line-height: 1.65;
}

.use-case-band {
  background: #eeece5;
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.use-case-grid article {
  min-height: 250px;
  padding: clamp(22px, 3vw, 32px);
  background: #fbfaf6;
}

.use-case-grid h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.use-case-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(44px, 7vw, 82px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background: linear-gradient(112deg, #111315, #1d2228);
}

.cta-band h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 1;
}

.cta-band p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.1rem;
}

.cohort-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  min-height: 86vh;
}

.cohort-investor-card {
  position: relative;
  z-index: 2;
  align-self: center;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.cohort-investor-card span {
  color: #78d8cf;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cohort-investor-card strong {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.96;
}

.cohort-investor-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.62;
}

.cohort-scoreboard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}

.assessment-hero {
  min-height: 84vh;
}

.assessment-gate {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(78px, 11vw, 140px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.assessment-gate h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.assessment-gate > div > p {
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.gate-form,
.totp-panel,
.assessment-questionnaire,
.assessment-result,
.tool-lock-note {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.gate-form label,
.totp-panel label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
}

.gate-form input,
.gate-form select,
.totp-panel input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #ffffff;
  font: inherit;
}

.screen-reader-trap {
  position: absolute;
  left: -9999px;
}

.totp-panel {
  grid-column: 2;
  background: #111315;
  color: #ffffff;
}

.totp-panel p {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.totp-panel label {
  color: rgba(255, 255, 255, 0.78);
}

.totp-panel input {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.totp-secret {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #78d8cf;
  background: rgba(255, 255, 255, 0.06);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.1rem;
  overflow-wrap: anywhere;
}

.totp-qr {
  display: grid;
  place-items: center;
  width: fit-content;
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
}

.totp-qr img {
  width: 220px;
  height: 220px;
}

.is-hidden {
  display: none;
}

.form-status {
  min-height: 1.4em;
}

.form-status.is-error {
  color: #ffb8a8;
}

.tools-locked {
  background: #eeece5;
}

.tool-lock-note {
  grid-template-columns: minmax(160px, 0.25fr) 1fr;
  margin-top: 34px;
}

.tool-lock-note strong {
  color: var(--teal);
  text-transform: uppercase;
}

.assessment-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.assessment-tabs button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 820;
}

.assessment-tabs button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.tools-locked:not(.is-unlocked) .assessment-tabs,
.tools-locked:not(.is-unlocked) .assessment-workspace {
  opacity: 0.42;
  pointer-events: none;
}

.assessment-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
  gap: 24px;
  margin-top: 24px;
}

.assessment-questionnaire h3,
.assessment-result h3 {
  margin: 0;
  font-size: 1.7rem;
}

.assessment-questionnaire > p,
.assessment-result p,
.assessment-result li {
  color: var(--muted);
  line-height: 1.65;
}

.assessment-questionnaire fieldset {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.assessment-questionnaire legend {
  padding: 0 8px;
  font-weight: 850;
}

.assessment-questionnaire fieldset p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.score-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.score-options label {
  display: grid;
  gap: 8px;
  min-height: 122px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  cursor: pointer;
  font-size: 0.92rem;
  line-height: 1.35;
}

.score-options input {
  width: 18px;
  height: 18px;
}

.score-options span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--teal);
  font-weight: 900;
}

.assessment-score {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 8px;
  color: #ffffff;
  background: #111315;
}

.assessment-score strong {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.9;
}

.assessment-result h4 {
  margin: 18px 0 8px;
}

.assessment-result ul,
.assessment-result ol {
  display: grid;
  gap: 8px;
  padding-left: 1.2rem;
}

.cohort-scoreboard div {
  display: grid;
  gap: 4px;
  padding: 18px 12px;
  background: rgba(255, 255, 255, 0.07);
}

.cohort-scoreboard b {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.cohort-scoreboard em {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 760;
  text-transform: uppercase;
}

.cohort-fit-grid,
.package-grid,
.roadmap-grid,
.economics-grid {
  display: grid;
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.cohort-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-grid,
.economics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cohort-fit-grid article,
.package-grid article,
.roadmap-grid article,
.economics-grid article {
  padding: clamp(24px, 3vw, 36px);
  background: #fbfaf6;
}

.cohort-fit-grid article,
.package-grid article {
  min-height: 260px;
}

.cohort-fit-grid span,
.roadmap-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.cohort-fit-grid h3,
.package-grid h3,
.roadmap-grid h3,
.economics-grid h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.cohort-fit-grid p,
.package-grid p,
.roadmap-grid li,
.economics-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.roadmap-grid ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 1.1rem;
}

.cohort-package {
  background: #eeece5;
}

.cohort-roadmap {
  background: #ffffff;
}

.cohort-economics {
  background: #f7f5ef;
}

.economics-grid strong {
  display: inline-flex;
  margin-top: 20px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  font-size: 0.86rem;
}

.application-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(420px, 0.9fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  padding: clamp(78px, 11vw, 140px) clamp(20px, 5vw, 72px);
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(9, 11, 14, 0.98), rgba(18, 29, 34, 0.94)),
    #111315;
}

.application-copy {
  position: sticky;
  top: 110px;
}

.application-copy h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 5.2rem);
  line-height: 0.98;
}

.application-copy > p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.65;
}

.application-notes {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.application-notes span {
  color: #78d8cf;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.application-notes a {
  color: #ffffff;
  font-weight: 760;
}

.cohort-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.cohort-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 760;
}

.cohort-form input,
.cohort-form select,
.cohort-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 13px 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
}

.cohort-form option {
  color: var(--ink);
}

.cohort-form textarea {
  resize: vertical;
}

.cohort-form input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.consent-row {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.cohort-form .button {
  width: fit-content;
  cursor: pointer;
}

.form-status {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.expanded-footer {
  grid-template-columns: minmax(220px, 0.7fr) minmax(260px, 1fr) minmax(260px, 0.8fr) auto;
}

.expanded-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.expanded-footer nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.credentials {
  background: #ffffff;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.credential-grid article {
  min-height: 260px;
  padding: clamp(22px, 3vw, 34px);
  background: #fbfaf6;
}

.credential-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.credential-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 58px;
}

.method-steps article {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 760px);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(78px, 11vw, 140px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.contact > div > p {
  max-width: 640px;
  margin-top: 28px;
  font-size: 1.12rem;
}

.contact-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6ef;
}

.contact-panel span {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-panel a {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 820;
  line-height: 1.15;
}

.contact-panel .contact-email {
  margin-top: 18px;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.contact-panel p {
  margin: 22px 0 0;
}

.scheduler-frame {
  width: 100%;
  max-width: 750px;
  height: min(560px, 72vh);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.scheduler-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.schedule-section {
  background: #f8f6ef;
}

.scheduler-frame-wide {
  margin-top: 34px;
}

.schedule-fallback {
  margin-top: 18px;
}

.schedule-button {
  width: 100%;
}

.schedule-modal[hidden] {
  display: none;
}

.schedule-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(14px, 3vw, 34px);
}

.schedule-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 12, 0.78);
  backdrop-filter: blur(8px);
}

.schedule-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 840px);
  max-height: min(92vh, 760px);
  padding: clamp(18px, 3vw, 28px);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #fbfaf6;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.schedule-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #ffffff;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.schedule-modal__header {
  max-width: 650px;
  padding-right: 54px;
}

.schedule-modal__header h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.schedule-modal__frame {
  height: min(560px, 68vh);
  margin-top: 22px;
}

.schedule-modal-open {
  overflow: hidden;
}

.blog-hero {
  min-height: 68vh;
  align-items: center;
}

.blog-shell {
  padding: clamp(78px, 10vw, 130px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.mature-blog {
  display: grid;
  gap: clamp(28px, 5vw, 58px);
}

.blog-toolbar {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.blog-search {
  display: grid;
  gap: 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-search input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.blog-filter-row,
.sidebar-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-filter-row button,
.sidebar-categories button,
.category-pill {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 760;
  cursor: pointer;
}

.blog-filter-row button.is-active,
.blog-filter-row button:hover,
.sidebar-categories button:hover,
.category-pill:hover,
.category-pill.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-featured,
.blog-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 24px;
}

.featured-post {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.featured-post img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.featured-post div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 54px);
}

.featured-post span,
.sidebar-block a span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-post h2 {
  margin: 16px 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.featured-post p,
.featured-post em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.62;
}

.blog-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.sidebar-block {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.sidebar-block h2 {
  margin: 0;
  font-size: 1.2rem;
}

.sidebar-block a {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.sidebar-block a:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.sidebar-block a strong {
  line-height: 1.28;
}

.archive-sidebar {
  position: sticky;
  top: 104px;
}

.archive-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.25rem;
}

.archive-list a {
  display: inline;
  padding: 0;
  border: 0;
  color: var(--muted);
  line-height: 1.45;
}

.compact-heading h2 {
  max-width: 760px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.blog-card {
  display: grid;
  align-content: start;
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.blog-card span,
.article-meta {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.blog-card span {
  margin: 24px clamp(22px, 3vw, 30px) 0;
}

.blog-card h2 {
  margin: 14px clamp(22px, 3vw, 30px) 14px;
  font-size: 1.55rem;
  line-height: 1.12;
}

.blog-card p {
  margin: 0 clamp(22px, 3vw, 30px) 24px;
  color: var(--muted);
  line-height: 1.65;
}

.blog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 clamp(22px, 3vw, 30px) 18px;
  color: var(--muted);
  font-size: 0.82rem;
}

.blog-card em {
  display: block;
  margin-top: auto;
  padding: 0 clamp(22px, 3vw, 30px) 26px;
  color: var(--ink);
  font-style: normal;
  font-weight: 820;
}

.blog-empty {
  margin: 28px 0 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fbfaf6;
}

.category-shell {
  display: grid;
  gap: 42px;
}

.category-intro,
.category-crosslinks {
  display: grid;
  gap: 20px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.category-intro {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.category-intro h2,
.category-crosslinks h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
}

.category-intro p {
  max-width: 850px;
  color: var(--muted);
  line-height: 1.65;
}

.article-header {
  padding: 140px clamp(20px, 5vw, 72px) 70px;
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(9, 11, 14, 0.98), rgba(18, 29, 34, 0.94)),
    #111315;
}

.article-header h1 {
  max-width: 1060px;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
}

.article-header p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.16rem;
  line-height: 1.6;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
  gap: clamp(32px, 6vw, 78px);
  padding: clamp(58px, 8vw, 105px) clamp(20px, 5vw, 72px);
  background: #ffffff;
}

.article-body {
  max-width: 860px;
}

.article-body h2 {
  margin: 48px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.article-body h3 {
  margin: 30px 0 10px;
  font-size: 1.28rem;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.article-body ul,
.article-body ol {
  display: grid;
  gap: 10px;
  padding-left: 1.25rem;
}

.article-visual {
  margin: 0 0 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6ef;
}

.article-visual img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.article-visual figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.article-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 42px;
}

.article-snapshot span {
  grid-column: 1 / -1;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-snapshot p {
  min-height: 134px;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fbfaf6;
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.5;
}

.concept-diagram {
  margin: 46px 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f5ef;
}

.concept-diagram img {
  width: 100%;
  aspect-ratio: 16 / 8.7;
  object-fit: cover;
}

.concept-diagram figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  background: #ffffff;
}

.concept-box {
  margin: 42px 0;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f6ef;
}

.concept-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.concept-flow span {
  display: grid;
  place-items: center;
  min-height: 88px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 820;
}

.article-body > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-left: 0;
  list-style: none;
}

.article-body > ul li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.45;
}

.article-action-panel,
.article-decision-panel,
.article-cta-inline {
  margin: 48px 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.article-action-panel {
  background: #111315;
  color: #ffffff;
}

.article-action-panel h2,
.article-action-panel p,
.article-action-panel strong {
  color: inherit;
}

.article-action-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.article-action-grid article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.article-action-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.02rem;
  line-height: 1.3;
}

.article-action-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}

.article-decision-panel {
  background: #f8f6ef;
}

.decision-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding-left: 0;
  list-style: none;
  counter-reset: decision;
}

.decision-list li {
  counter-increment: decision;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  font-weight: 780;
}

.decision-list li::before {
  content: counter(decision, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 860;
}

.article-cta-inline {
  display: grid;
  gap: 14px;
  background: #fbfaf6;
}

.article-cta-inline p {
  max-width: 680px;
}

.article-cta-inline .button {
  justify-self: start;
  border-color: var(--ink);
  background: var(--ink);
  color: #ffffff;
}

.article-aside {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfaf6;
}

.article-aside h2 {
  margin: 0 0 14px;
  font-size: 1.25rem;
}

.article-aside p,
.article-aside li {
  color: var(--muted);
  line-height: 1.6;
}

.article-aside ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 24px;
  align-items: center;
  padding: 34px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.7);
  background: #111315;
}

.site-footer p {
  margin: 0;
}

.site-footer a,
.footer-brand {
  color: #ffffff;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .intro,
  .contact,
  .blog-featured,
  .blog-content-layout,
  .featured-post,
  .category-intro,
  .why,
  .cohort-hero,
  .application-section,
  .assessment-gate,
  .assessment-workspace {
    grid-template-columns: 1fr;
  }

  .application-copy {
    position: static;
  }

  .venture-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consulting-group .venture-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
    align-items: center;
  }

  .portrait-stage {
    min-height: 560px;
  }

  .portrait {
    min-height: 560px;
  }

  .service-grid,
  .service-grid-wide,
  .method-steps,
  .credential-grid,
  .pillar-grid,
  .snapshot-grid,
  .recognition-grid,
  .recognition-proof,
  .depth-grid,
  .use-case-grid,
  .capability-grid,
  .split-copy,
  .leadership-grid,
  .insight-link-grid,
  .blog-index-grid,
  .article-layout,
  .article-snapshot,
  .article-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cohort-fit-grid,
  .package-grid,
  .roadmap-grid,
  .economics-grid,
  .form-grid,
  .expanded-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deliverable-list div {
    grid-template-columns: 1fr;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .signal-band {
    grid-template-columns: 1fr;
  }

  .signal-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-band div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    padding: 10px 13px;
    font-size: 0.82rem;
  }

  .hero {
    padding: 104px 18px 28px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.8rem);
    line-height: 1;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual {
    min-height: 540px;
  }

  .portrait-stage {
    min-height: 540px;
  }

  .portrait {
    min-height: 540px;
  }

  .founder-card {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .section,
  .portfolio,
  .contact,
  .pillar-section,
  .why,
  .cta-band {
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-grid,
  .service-grid-wide,
  .method-steps,
  .credential-grid,
  .pillar-grid,
  .snapshot-grid,
  .recognition-grid,
  .recognition-proof,
  .depth-grid,
  .use-case-grid,
  .capability-grid,
  .split-copy,
  .leadership-grid,
  .insight-link-grid,
  .blog-index-grid,
  .article-layout,
  .article-snapshot,
  .article-action-grid,
  .article-body > ul,
  .concept-flow,
  .venture-list,
  .consulting-group .venture-list {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 260px;
  }

  .article-header {
    padding-top: 112px;
  }

  .article-header h1 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .article-snapshot p,
  .article-action-grid article {
    min-height: auto;
  }

  .decision-list li {
    grid-template-columns: 40px 1fr;
  }

  .decision-list li::before {
    width: 40px;
    height: 40px;
  }

  .article-aside {
    position: static;
  }

  .archive-sidebar {
    position: static;
  }

  .scheduler-frame {
    height: 620px;
  }

  .schedule-modal {
    align-items: stretch;
    padding: 10px;
  }

  .schedule-modal__panel {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 16px;
  }

  .schedule-modal__frame {
    height: 650px;
  }

  .schedule-modal__header h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .contact-panel {
    padding: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .cohort-fit-grid,
  .package-grid,
  .roadmap-grid,
  .economics-grid,
  .form-grid,
  .expanded-footer {
    grid-template-columns: 1fr;
  }

  .application-section {
    grid-template-columns: 1fr;
    padding-right: 18px;
    padding-left: 18px;
  }

  .cohort-scoreboard {
    grid-template-columns: 1fr;
  }

  .totp-panel {
    grid-column: auto;
  }

  .score-options,
  .tool-lock-note {
    grid-template-columns: 1fr;
  }
}
