:root {
  --evergreen: #24483A;
  --deep-pine: #17352C;
  --slate-ridge: #4F6670;
  --mist-blue: #E7EEF0;
  --field-stone: #F4F0E8;
  --trail-white: #FAF8F2;
  --charcoal: #202724;
  --lichen-gray: #CED7D1;
  --trail-copper: #B9672F;
  --marker-gold: #D6A03C;
  --fern: #6F8E5E;
  --burnt-clay: #A84C38;

  --text: var(--charcoal);
  --muted: #52615b;
  --surface: #ffffff;
  --border: rgba(32, 39, 36, 0.14);
  --shadow: 0 20px 48px rgba(23, 53, 44, 0.12);

  --font-sans: Aptos, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --container: 1120px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--trail-white);
  font-family: var(--font-sans);
  font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.25rem);
  line-height: 1.6;
}

a {
  color: var(--evergreen);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--deep-pine);
}

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

h1,
h2,
h3 {
  line-height: 1.1;
  color: var(--deep-pine);
  letter-spacing: -0.03em;
}

h1 {
  max-width: 820px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.2rem, 6vw, 5.5rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.15rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.narrow {
  max-width: 840px;
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.skip-link {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  transform: translateY(-150%);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-sm);
  color: var(--trail-white);
  background: var(--deep-pine);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(32, 39, 36, 0.08);
  background: rgba(250, 248, 242, 0.92);
  backdrop-filter: blur(14px);
}

.site-header .container,
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--deep-pine);
  font-weight: 750;
  text-decoration: none;
  min-width: 0;
  flex: 0 1 auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 2.55rem;
  border-radius: 999px;
  background: transparent;
}

.brand-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-mark circle:first-child {
  fill: var(--evergreen);
}

.brand-mark path {
  fill: none;
  stroke: var(--trail-white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-mark .brand-waypoint {
  fill: var(--trail-white);
}

.brand-text {
  font-size: 1.12rem;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  flex-wrap: nowrap;
  font-size: 0.95rem;
}

.nav-links a {
  color: var(--charcoal);
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--evergreen);
}

.nav-links .nav-cta {
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--evergreen);
  border-radius: 999px;
  color: var(--evergreen);
  font-weight: 700;
}

.header-cta {
  white-space: nowrap;
}


.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 82% 18%, rgba(214, 160, 60, 0.14), transparent 28rem),
    linear-gradient(180deg, var(--trail-white), var(--field-stone));
}

.hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(36, 72, 58, 0.18);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero-lede {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
}

.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--trail-copper);
  font-size: clamp(1.1rem, 0.95rem + 0.15vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  color: var(--trail-white);
  background: var(--evergreen);
  box-shadow: 0 12px 28px rgba(36, 72, 58, 0.24);
}

.button.primary:hover {
  color: var(--trail-white);
  background: var(--deep-pine);
}

.button.secondary {
  border: 1px solid rgba(36, 72, 58, 0.35);
  color: var(--evergreen);
  background: rgba(255, 255, 255, 0.4);
}

.button.secondary:hover {
  border-color: var(--evergreen);
  background: var(--surface);
}

.trust-line {
  color: var(--muted);
  font-size: clamp(1.05rem, 1rem + 0.2vw, 1.2rem);
  line-height: 1.5;
  margin-top: 1.5rem;
}

.small-note {
  color: var(--muted);
  font-size: clamp(0.875rem, 0.84rem + 0.15vw, 0.98rem);
}

.hero-card {
  padding: 2rem;
  border: 1px solid rgba(36, 72, 58, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
}

.hero-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.waypoint {
  width: 54px;
  height: 54px;
  margin-bottom: 1.5rem;
  border: 12px solid var(--mist-blue);
  border-radius: 50%;
  background: var(--trail-copper);
  box-shadow: 0 0 0 1px rgba(32, 39, 36, 0.1);
}

.reality {
  background: var(--deep-pine);
}

.reality h2,
.reality p {
  color: var(--trail-white);
}

.reality p {
  color: rgba(250, 248, 242, 0.82);
  font-size: 1.2rem;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.card {
  min-height: 220px;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 12px 30px rgba(23, 53, 44, 0.06);
}

.card p {
  color: var(--muted);
}

.start {
  background: var(--field-stone);
}

.fit {
  background: var(--lichen-gray);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.steps {
  display: grid;
  gap: 1rem;
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(36, 72, 58, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
}

.step span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--deep-pine);
  background: var(--marker-gold);
  font-weight: 900;
}

.step p {
  margin-bottom: 0;
  color: var(--muted);
}

.founder {
  background: var(--mist-blue);
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(32, 39, 36, 0.1);
  border-radius: var(--radius-lg);
  background: var(--trail-white);
}

.founder-card > div:last-child {
  align-self: center;
}

.founder-card p {
  color: var(--muted);
}

.contact {
  background:
    linear-gradient(rgba(23, 53, 44, 0.86), rgba(23, 53, 44, 0.86)),
    radial-gradient(circle at 20% 20%, rgba(214, 160, 60, 0.28), transparent 28rem);
}

.contact-box {
  max-width: 820px;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(250, 248, 242, 0.16);
  border-radius: var(--radius-lg);
  color: var(--trail-white);
  background: rgba(250, 248, 242, 0.06);
}

.contact-box h2,
.contact-box p {
  color: var(--trail-white);
}

.contact-box p {
  color: rgba(250, 248, 242, 0.82);
}

.contact-box .small-note {
  margin-top: 1rem;
  margin-bottom: 0;
}

.site-footer {
  padding: 1.5rem 0;
  background: var(--charcoal);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-content p {
  margin-bottom: 0;
  color: rgba(250, 248, 242, 0.74);
  font-size: 0.95rem;
}

.footer-content a {
  color: var(--trail-white);
}

@media (max-width: 860px) {
  .nav {
    align-items: center;
    flex-direction: row;
    min-height: 64px;
    padding: 0.65rem 0;
  }

  .brand {
    min-width: 0;
  }

  .brand-text {
    white-space: nowrap;
  }

  .nav-links {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero-grid,
  .split,
  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-card {
    align-items: start;
  }

  .founder-card > div:last-child {
    align-self: start;
  }

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

  .hero-card {
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-block: 0.6rem;
  }

  .site-header .container,
  .nav {
    gap: 0.75rem;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }

  .brand-text {
    font-size: 1rem;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    font-size: 0.9rem;
    padding: 0.55rem 0.75rem;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 1.25rem, var(--container));
  }

  .nav {
    min-height: 58px;
    padding: 0.5rem 0;
  }

  .section {
    padding: 3.5rem 0;
  }

  .nav-links {
    gap: 0.5rem;
    font-size: 0.9rem;
  }

  .nav-links .nav-cta {
    padding: 0.45rem 0.7rem;
  }

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

  .card {
    min-height: auto;
  }

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

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

  .brand {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 2rem;
    height: 2rem;
    flex-basis: 2rem;
  }

  .brand-text {
    font-size: 0.95rem;
  }
}



@media (max-width: 380px) {
  .brand-text {
    display: none;
  }
}