* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: Inter, "Segoe UI", Manrope, Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  margin: 0 auto;
  max-width: var(--container);
  padding: 0 24px;
  width: 100%;
}

.section {
  padding: clamp(68px, 8vw, 112px) 0;
}

.section--light {
  background: var(--color-surface);
}

.section--dark {
  background: var(--color-dark);
  color: #ffffff;
}

.eyebrow {
  color: var(--color-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.section--dark .eyebrow {
  color: #a9d5ad;
}

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

h1 {
  color: var(--color-text);
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.04;
  margin-bottom: 18px;
  text-wrap: balance;
}

h2 {
  color: var(--color-text);
  font-size: clamp(1.95rem, 3.7vw, 3rem);
  font-weight: 730;
  line-height: 1.1;
  margin-bottom: 16px;
  text-wrap: balance;
}

h3 {
  color: var(--color-text);
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.founder h1,
.founder h2,
.founder h3 {
  color: #ffffff;
}

p {
  color: var(--color-muted);
  font-size: 1.06rem;
}

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

.section--light h1,
.section--light h2,
.section--light h3,
.section--light p,
.reference-section h1,
.reference-section h2,
.reference-section h3,
.reference-section p {
  color: var(--color-text);
}

.section--light .eyebrow,
.reference-section .eyebrow {
  color: var(--color-green-dark);
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.lead {
  font-size: clamp(1.12rem, 1.7vw, 1.28rem);
  max-width: 720px;
}
