:root {
  color-scheme: light;
  --ink: #172018;
  --muted: #5f685d;
  --paper: #f7f4ec;
  --panel: #fffdf7;
  --line: #d9d0bd;
  --green: #214331;
  --green-2: #2f6549;
  --gold: #b48735;
  --rust: #a6502c;
  --blue: #264968;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 244, 236, 0.94);
  border-bottom: 1px solid rgba(23, 32, 24, 0.1);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fffdf7;
  background: var(--green);
  border-radius: 6px;
  font-size: 12px;
}

nav {
  gap: clamp(10px, 2vw, 22px);
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

.nav-cta {
  color: var(--ink);
  font-weight: 700;
}

.hero,
.section {
  width: 100%;
  max-width: 100vw;
  padding: clamp(56px, 9vw, 112px) clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(23, 32, 24, 0.1);
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  min-height: calc(100vh - 72px);
  background:
    linear-gradient(90deg, rgba(247, 244, 236, 0.97) 0%, rgba(247, 244, 236, 0.75) 58%, rgba(247, 244, 236, 0.3) 100%),
    url("https://images.unsplash.com/photo-1564013799919-ab600027ffc6?auto=format&fit=crop&w=1800&q=82");
  background-position: center;
  background-size: cover;
}

.hero > *,
.section > *,
.hero-panel > *,
.insight-grid > *,
.strategy-grid > *,
.terms-grid > *,
.proof-grid > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rust);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 10vw, 132px);
  line-height: 0.9;
  font-weight: 700;
}

h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.hero-lede {
  max-width: 660px;
  color: #334033;
  font-size: clamp(21px, 3vw, 34px);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.primary {
  color: #fffdf7;
  background: var(--green);
}

.secondary {
  color: var(--green);
  background: rgba(255, 253, 247, 0.78);
}

.button.light.primary {
  color: var(--blue);
  background: #fffdf7;
  border-color: #fffdf7;
}

.button.light.secondary {
  color: #fffdf7;
  background: transparent;
  border-color: rgba(255, 253, 247, 0.72);
}

.hero-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 253, 247, 0.92);
  border: 1px solid rgba(23, 32, 24, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(23, 32, 24, 0.14);
}

.metric {
  display: block;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1;
}

.metric-label {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.content-stack {
  display: grid;
  gap: 26px;
}

.insight-grid,
.strategy-grid,
.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.insight-grid article,
.strategy-grid article,
.terms-grid article {
  min-height: 220px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.card-kicker,
.step-number {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dark {
  color: #fffdf7;
  background: var(--green);
}

.dark p {
  color: rgba(255, 253, 247, 0.74);
}

.dark .eyebrow,
.dark .step-number {
  color: #d2ad64;
}

.section-heading {
  max-width: 980px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

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

.strategy-grid article {
  background: rgba(255, 253, 247, 0.08);
  border-color: rgba(255, 253, 247, 0.16);
}

.timeline {
  display: grid;
  gap: 16px;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 18px;
  align-items: start;
}

.timeline-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fffdf7;
  background: var(--blue);
  border-radius: 50%;
  font-weight: 900;
}

.timeline-item p,
.timeline-item h3 {
  margin-bottom: 0;
}

.process-widget {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: #fffdf7;
  background: var(--blue);
  border-radius: 8px;
}

.process-widget p {
  margin-bottom: 0;
  color: rgba(255, 253, 247, 0.76);
}

.proof {
  min-height: auto;
}

.track-record-panel {
  margin-top: 18px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.track-record-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  border-bottom: 1px solid var(--line);
}

.track-record-header h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
}

.proof-grid article {
  min-height: 250px;
  padding: 22px;
  background: #fbf7ec;
  border: 1px solid rgba(23, 32, 24, 0.11);
  border-radius: 8px;
}

.proof-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.track-record-note {
  margin: 0;
  padding: 16px 26px 20px;
  color: var(--muted);
  background: var(--panel);
  border-top: 1px solid rgba(23, 32, 24, 0.09);
  font-size: 13px;
  line-height: 1.45;
}

.terms {
  min-height: auto;
  background: #efe7d5;
}

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

.terms-grid article {
  min-height: 190px;
}

.quote-block {
  padding: 28px;
  color: var(--green);
  background: var(--panel);
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.18;
}

.team-profile {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
  gap: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.team-photo {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  background: #efe7d5;
}

.team-bio {
  align-self: center;
  padding: clamp(24px, 4vw, 42px);
}

.team-bio h3 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.team-bio p:not(.card-kicker) {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.55;
}

.team-bio p:last-child {
  margin-bottom: 0;
}

.contact {
  display: grid;
  min-height: auto;
  color: #fffdf7;
  background: var(--blue);
}

.contact > div {
  width: 100%;
}

.contact p {
  color: rgba(255, 253, 247, 0.76);
}

.contact .eyebrow {
  color: #e1bb70;
}

.contact .button.light.secondary {
  color: var(--blue);
  background: #fffdf7;
  border-color: #fffdf7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 440px);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  max-width: 1180px;
}

.deck-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  color: var(--ink);
  background: var(--panel);
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.16);
}

.deck-form h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.deck-form label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.deck-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.deck-form input:focus {
  outline: 3px solid rgba(180, 135, 53, 0.35);
  outline-offset: 1px;
}

.deck-form .button {
  width: 100%;
}

.deck-form .button:disabled {
  cursor: progress;
  opacity: 0.72;
}

.deck-form-hp {
  position: absolute;
  left: -9999px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.legal {
  max-width: 740px;
  margin-top: 28px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .hero,
  .split,
  .process-grid,
  .team-profile,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .strategy-grid,
  .terms-grid,
  .insight-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-photo {
    max-height: 520px;
    min-height: 420px;
  }

  .track-record-header {
    align-items: stretch;
    flex-direction: column;
  }

}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-copy,
  .content-stack,
  .section-heading,
  .track-record-panel,
  .team-profile,
  .contact-layout,
  .deck-form {
    width: 100%;
    max-width: min(calc(100vw - 36px), 354px);
  }

  .hero-panel,
  .hero-lede,
  .hero-actions,
  .proof-grid,
  .insight-grid,
  .strategy-grid,
  .terms-grid,
  h1,
  h2 {
    width: 100%;
    max-width: min(calc(100vw - 36px), 354px);
  }

  .hero,
  .section {
    min-height: auto;
    padding: 48px 18px;
  }

  .hero {
    padding-top: 70px;
  }

  h1 {
    font-size: clamp(50px, 16vw, 68px);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(34px, 11vw, 46px);
  }

  .hero-lede {
    font-size: 21px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .strategy-grid,
  .terms-grid,
  .insight-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .insight-grid article,
  .strategy-grid article,
  .terms-grid article,
  .proof-grid article,
  .timeline-item {
    padding: 18px;
  }

  .team-photo {
    min-height: 340px;
  }

  .team-bio {
    padding: 22px;
  }

  .timeline-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .track-record-header,
  .track-record-note,
  .proof-grid {
    padding-left: 18px;
    padding-right: 18px;
  }
}
