@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600 700;
  font-display: block;
  src: url("./assets/fonts/bricolage_600_latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  src: url("./assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500 700;
  font-display: block;
  src: url("./assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2");
}

:root {
  --hero: #34083b;
  --structure: #120314;
  --lime: #bfe557;
  --clear: #e9e4d8;
  --text: #100c11;
  --text-2: #5a5266;
  --text-2-dark: #a99cbb;
  --line: #d9d2c2;
  --line-dark: #675778;
  --card: #ffffff;
  --section-pad: clamp(56px, 9vw, 128px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--clear);
  color: var(--text);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.01em;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 max(20px, 5vw);
}

.wrap-narrow {
  max-width: 860px;
}

/* NAV */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--hero);
  border-bottom: 1px solid var(--line-dark);
}

.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "brand cta ai";
  align-items: center;
  gap: 16px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 16px max(20px, 5vw);
}

.nav-brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-self: start;
}

.nav-cta {
  grid-area: cta;
  display: inline-flex;
  align-items: center;
  justify-self: center;
  border-radius: 8px;
  background: var(--clear);
  color: var(--hero);
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 22px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-ai {
  grid-area: ai;
  justify-self: end;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: var(--lime);
  letter-spacing: -0.01em;
}

/* SECTIONS */
.section {
  padding: var(--section-pad) 0;
}

.section-paper {
  background: var(--clear);
}

.section-hero {
  background: var(--hero);
  color: var(--clear);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section-structure {
  background: var(--structure);
  color: var(--clear);
}

.section-tight-top {
  padding-top: 0;
}

.section-cta {
  text-align: center;
}

.eyebrow {
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-2);
  margin: 0 0 14px;
}

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

h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.12;
  max-width: 820px;
}

.h2-light {
  color: var(--clear);
}

.text-brand {
  color: var(--hero);
}

.h2-light .text-brand,
.section-hero .text-brand,
.section-structure .text-brand {
  color: var(--lime);
}

.section-lead {
  margin-top: 18px;
  max-width: 680px;
  font-size: clamp(17px, 1.6vw, 20px);
  color: var(--text-2);
}

.section-lead-light {
  color: var(--text-2-dark);
}

.section-body {
  margin-top: 24px;
  max-width: 720px;
  font-size: 17px;
  color: var(--text-2);
}

/* HERO */
.hero {
  background: var(--hero);
  color: var(--clear);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 13vw, 144px) 0 clamp(56px, 9vw, 112px);
}

.blueprint {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(233, 228, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 228, 216, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(103, 87, 120, 0.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(103, 87, 120, 0.17) 1px, transparent 1px);
  background-position: center;
  background-size: 24px 24px, 24px 24px, 120px 120px, 120px 120px;
  opacity: 0.85;
}

.hero-inner h1 {
  color: var(--clear);
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.08;
  max-width: 920px;
}

.hero-actions {
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 26px;
  text-decoration: none;
}

.button-lime {
  background: var(--lime);
  color: var(--structure);
}

/* SPLIT PANELS */
.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 460px;
}

.split-content {
  background: var(--clear);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 96px) max(24px, 6vw);
}

.split-art {
  background: var(--clear);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 5vw, 56px);
}

.split-art img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

@media (max-width: 860px) {
  .split {
    grid-template-columns: 1fr;
  }

  .split-art {
    padding: 32px 24px;
    min-height: 260px;
  }

  .split-art img {
    max-width: 280px;
  }
}

/* QUOTES */
.quote-row {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.quote-row blockquote {
  margin: 0;
  padding: 20px 0 0;
  border-top: 3px solid var(--hero);
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

/* GRID CARDS - generic */
.grid-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

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

/* SITUATION MINI CARDS */
.mini-card {
  background: rgba(233, 228, 216, 0.06);
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  padding: 24px;
}

.mini-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--lime);
  color: var(--structure);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  margin-bottom: 16px;
}

.mini-card h3 {
  color: var(--clear);
  font-size: 18px;
  margin-bottom: 10px;
}

.mini-card p {
  color: var(--text-2-dark);
  font-size: 15px;
  line-height: 1.5;
}

/* PEOPLE */
.grid-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.person-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
}

.person-photo {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
  margin-bottom: 18px;
}

.person-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.person-name {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.linkedin-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--hero);
  flex: none;
  transition: background 0.15s ease;
}

.linkedin-badge svg {
  width: 17px;
  height: 17px;
  fill: var(--lime);
}

.linkedin-badge:hover {
  background: var(--lime);
}

.linkedin-badge:hover svg {
  fill: var(--structure);
}

.person-role {
  color: var(--hero);
  font-weight: 700;
  font-size: 14px;
  margin-top: 4px;
}

.person-focus {
  margin-top: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  color: var(--text-2);
  letter-spacing: 0.02em;
}

.person-bio {
  margin-top: 18px;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.6;
}

/* STAT ROW */
.stat-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 56px;
  align-items: start;
  margin-top: 48px;
}

.stat-number {
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-size: clamp(72px, 9vw, 128px);
  font-weight: 700;
  color: var(--lime);
  line-height: 1;
}

.stat-caption {
  margin-top: 14px;
  font-size: 18px;
  color: var(--clear);
  max-width: 320px;
}

.stat-source {
  display: block;
  margin-top: 10px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  color: var(--text-2-dark);
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  padding-top: 8px;
}

.reason h3 {
  color: var(--clear);
  font-size: 17px;
  margin-bottom: 8px;
}

.reason p {
  color: var(--text-2-dark);
  font-size: 15px;
  line-height: 1.55;
}

/* PILLARS */
.pillar-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
}

.pillar-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--hero);
  color: var(--lime);
  font-family: "IBM Plex Mono", monospace;
  font-weight: 700;
  margin-bottom: 18px;
}

.pillar-card h3 {
  font-size: 19px;
  margin-bottom: 14px;
}

.pillar-card ul li {
  position: relative;
  padding-left: 18px;
  color: var(--text-2);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.pillar-card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--hero);
}

/* MODES */
.mode-card {
  background: rgba(233, 228, 216, 0.06);
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mode-card h3 {
  color: var(--clear);
  font-size: 19px;
}

.mode-card p {
  color: var(--text-2-dark);
  font-size: 15px;
  line-height: 1.55;
}

.mode-tag {
  margin-top: auto;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12.5px;
  color: var(--lime);
}

/* METHOD */
.method-row {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.method-step {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 18px 14px;
  font-weight: 700;
  font-size: 14px;
  background: var(--card);
}

.method-step span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  color: var(--text-2);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.method-step-accent {
  background: var(--hero);
  color: var(--lime);
  border-color: var(--hero);
}

.method-step-accent span {
  color: var(--text-2-dark);
}

.principles {
  margin-top: 24px;
}

.principle {
  border-top: 3px solid var(--hero);
  padding-top: 16px;
}

.principle h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.principle p {
  color: var(--text-2);
  font-size: 14px;
}

/* EXPERTISE */
.expertise-card {
  border-top: 3px solid var(--hero);
  padding-top: 18px;
}

.expertise-card h3 {
  font-size: 17px;
  margin-bottom: 14px;
}

.expertise-card ul li {
  position: relative;
  padding-left: 16px;
  color: var(--text-2);
  font-size: 14.5px;
  line-height: 1.6;
}

.expertise-card ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--text-2);
}

/* CONTACT */
.contact-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: rgba(233, 228, 216, 0.06);
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  padding: 24px 24px 24px 28px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.contact-card:hover {
  border-color: var(--lime);
  background: rgba(191, 229, 87, 0.08);
}

.contact-main {
  text-decoration: none;
  text-align: left;
}

.contact-card .person-name {
  color: var(--clear);
}

.contact-card .linkedin-badge {
  background: rgba(233, 228, 216, 0.12);
}

.contact-card .linkedin-badge svg {
  fill: var(--clear);
}

.contact-card .linkedin-badge:hover {
  background: var(--lime);
}

.contact-card .linkedin-badge:hover svg {
  fill: var(--structure);
}

.contact-detail {
  margin-top: 6px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13.5px;
  color: var(--text-2-dark);
}

/* FOOTER */
.footer {
  background: var(--structure);
  color: var(--text-2-dark);
  padding: 40px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-self: start;
}

.footer-tagline {
  justify-self: center;
  text-align: center;
  font-family: "Bricolage Grotesque", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.35;
  color: var(--lime);
}

.footer-tagline span {
  display: block;
}

.footer-linkedin {
  justify-self: end;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .grid-cards-3,
  .grid-cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .stat-row {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

@media (max-width: 720px) {
  .quote-row {
    grid-template-columns: 1fr;
  }

  .grid-cards,
  .grid-cards-3,
  .grid-cards-4 {
    grid-template-columns: 1fr;
  }

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

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

  .nav-inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand ai"
      "cta cta";
    row-gap: 12px;
  }

  .nav-brand img {
    height: 28px;
  }

  .nav-ai {
    font-size: 22px;
    line-height: 28px;
  }

  .nav-cta {
    justify-self: stretch;
    justify-content: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    row-gap: 20px;
  }
}
