html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background:
    radial-gradient(circle at 8% 8%, rgba(14, 143, 149, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 2%, rgba(199, 155, 75, 0.12), transparent 24rem),
    linear-gradient(180deg, #fbf8f0 0%, #f6f3ec 38%, #ffffff 100%);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

main,
footer,
header,
section {
  position: relative;
  z-index: 1;
}

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

main {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

button {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.section-block {
  padding: 7rem 0;
}

.section-light {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(238, 246, 244, 0.42)),
    var(--paper-strong);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.section-label {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--accent-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.6rem;
  text-align: center;
}

.section-heading h2,
.split-layout h2,
.method-copy h2,
.governance-grid h2,
.cta-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.section-heading p,
.lead-copy p,
.method-copy p,
.governance-grid p,
.cta-card p {
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.75;
}

.section-heading h2 + p,
.method-copy h2 + p,
.governance-grid h2 + p,
.cta-card h2 + p {
  margin-top: clamp(1rem, 1.8vw, 1.45rem);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
