:root {
  --ink: #101413;
  --charcoal: #18201f;
  --steel: #344044;
  --muted: #5b6461;
  --soft: #f5f4ef;
  --white: #ffffff;
  --line: #d8ded9;
  --mist: #eef2ef;
  --green: #557d50;
  --deep-green: #254d3d;
  --copper: #9b6b50;
  --blue-grey: #dfe7e9;
  --shadow: 0 22px 70px rgba(16, 20, 19, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(245, 244, 239, 0.9);
  border-bottom: 1px solid rgba(16, 20, 19, 0.1);
  display: flex;
  height: 70px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(20px, 4.3vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  height: 42px;
  max-width: min(198px, 50vw);
}

.brand-logo {
  height: auto;
  max-height: 32px;
  object-fit: contain;
  width: 174px;
}

.nav {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 36px);
  font-size: 0.88rem;
  font-weight: 750;
}

.nav a {
  color: rgba(16, 20, 19, 0.72);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
}

.hero {
  min-height: 94vh;
  overflow: hidden;
  padding: 146px clamp(20px, 5vw, 72px) 74px;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(245, 244, 239, 0.98) 0%, rgba(245, 244, 239, 0.83) 35%, rgba(245, 244, 239, 0.2) 68%, rgba(245, 244, 239, 0.02) 100%),
    linear-gradient(0deg, rgba(245, 244, 239, 0.74) 0%, rgba(245, 244, 239, 0) 28%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker {
  color: var(--deep-green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin: 0;
  text-transform: uppercase;
}

.hero h1 {
  line-height: 1;
  margin: 24px 0 30px;
}

.hero-logo {
  height: auto;
  max-width: min(650px, 88vw);
  width: 100%;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hero-lede {
  color: rgba(16, 20, 19, 0.78);
  font-size: clamp(1.18rem, 2.2vw, 1.58rem);
  line-height: 1.28;
  margin: 0 0 34px;
  max-width: 650px;
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.93rem;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(16, 20, 19, 0.18);
  color: var(--ink);
}

.signal-bar {
  background: var(--charcoal);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.signal-bar > div {
  background: rgba(255, 255, 255, 0.035);
  min-height: 190px;
  padding: clamp(24px, 3.5vw, 42px);
}

.signal-bar span,
.market-grid span {
  color: var(--copper);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 24px;
}

.signal-bar strong {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 12px;
}

.signal-bar p,
.dark-band p,
.pathway-panel p {
  color: rgba(255, 255, 255, 0.72);
}

.section {
  padding: clamp(74px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.section-layout,
.section-heading,
.thesis-grid,
.contact-inner {
  display: grid;
  gap: clamp(34px, 6vw, 94px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 1200px;
}

.section-title {
  max-width: 620px;
}

h2 {
  font-size: clamp(2.05rem, 4.15vw, 4.35rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin: 16px 0 0;
}

h3 {
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

p {
  color: var(--muted);
  font-size: 1rem;
  margin: 0;
}

.copy-column {
  border-left: 1px solid var(--line);
  display: grid;
  gap: 22px;
  padding-left: clamp(24px, 4vw, 52px);
}

.copy-column p,
.section-heading > p,
.contact p {
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.dark-band {
  background: var(--ink);
  color: var(--white);
}

.dark-band .section-kicker {
  color: #8eaa85;
}

.dark-band h2 {
  color: var(--white);
}

.thesis-points {
  display: grid;
  gap: 1px;
}

.thesis-points > div {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(150px, 0.38fr) 1fr;
  padding: 26px 0;
}

.thesis-points > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.thesis-points span {
  color: var(--white);
  font-weight: 850;
}

.validation {
  background: var(--mist);
}

.section-heading {
  align-items: end;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.section-heading > p {
  max-width: 570px;
}

.status-table {
  border-top: 1px solid rgba(16, 20, 19, 0.18);
  margin: 0 auto;
  max-width: 1200px;
}

.status-row {
  align-items: start;
  border-bottom: 1px solid rgba(16, 20, 19, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 0.75fr 0.8fr 1.25fr;
  padding: 26px 0;
}

.status-label {
  color: var(--deep-green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status-row strong {
  font-size: 1.17rem;
  line-height: 1.18;
}

.markets {
  background: var(--soft);
}

.market-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1200px;
}

.market-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(16, 20, 19, 0.06);
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 28px;
}

.market-grid article:nth-child(2) {
  background: #f3f5ec;
}

.market-grid article:nth-child(3) {
  background: #f5efea;
}

.market-grid article:nth-child(4) {
  background: var(--blue-grey);
}

.pathway {
  background: #fbfbf8;
  padding-top: 0;
}

.pathway-panel {
  background: var(--charcoal);
  border-radius: 8px;
  color: var(--white);
  display: grid;
  gap: clamp(32px, 6vw, 80px);
  grid-template-columns: 0.95fr 1.3fr;
  margin: 0 auto;
  max-width: 1200px;
  padding: clamp(30px, 5vw, 58px);
}

.pathway-panel .section-kicker {
  color: #8eaa85;
}

.pathway-panel h2 {
  color: var(--white);
}

.pathway-steps {
  display: grid;
  gap: 18px;
}

.pathway-steps > div {
  border-left: 3px solid var(--green);
  padding-left: 22px;
}

.pathway-steps span {
  color: var(--white);
  display: block;
  font-weight: 850;
  margin-bottom: 6px;
}

.contact {
  background: var(--deep-green);
  color: var(--white);
  padding: clamp(74px, 10vw, 130px) clamp(20px, 5vw, 72px);
}

.contact .section-kicker,
.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact h2 {
  color: var(--white);
}

.contact-form {
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
}

label {
  color: rgba(16, 20, 19, 0.72);
  display: grid;
  font-size: 0.84rem;
  font-weight: 750;
  gap: 7px;
}

input,
select,
textarea {
  appearance: none;
  background: #fbfbf8;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 13px;
  resize: vertical;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--deep-green);
  outline: 3px solid rgba(37, 77, 61, 0.15);
}

.contact-form .button {
  margin-top: 6px;
  width: 100%;
}

.form-note {
  color: var(--muted);
  font-size: 0.86rem;
  min-height: 22px;
}

.footer {
  align-items: center;
  background: var(--soft);
  border-top: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(20px, 5vw, 72px);
}

.footer-brand {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid var(--line);
  border-radius: 8px;
  height: auto;
  padding: 9px 12px;
}

.footer p {
  color: var(--muted);
  font-size: 0.92rem;
  text-align: right;
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 90vh;
    padding-top: 122px;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(245, 244, 239, 0.98) 0%, rgba(245, 244, 239, 0.9) 42%, rgba(245, 244, 239, 0.42) 100%),
      linear-gradient(0deg, rgba(245, 244, 239, 0.92) 0%, rgba(245, 244, 239, 0) 34%);
  }

  .signal-bar,
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-layout,
  .section-heading,
  .thesis-grid,
  .contact-inner,
  .pathway-panel {
    grid-template-columns: 1fr;
  }

  .copy-column {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 28px;
  }

  .status-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 68px;
  }

  .brand-logo {
    width: 136px;
  }

  .hero {
    min-height: 88vh;
    padding-bottom: 64px;
  }

  .hero h1 {
    margin-bottom: 24px;
  }

  .hero-logo {
    max-width: 348px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .signal-bar,
  .market-grid {
    grid-template-columns: 1fr;
  }

  .signal-bar > div,
  .market-grid article {
    min-height: auto;
  }

  .thesis-points > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pathway-panel {
    border-radius: 0;
    margin-left: calc(clamp(20px, 5vw, 72px) * -1);
    margin-right: calc(clamp(20px, 5vw, 72px) * -1);
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer p {
    text-align: left;
  }
}
