:root {
  color-scheme: light;
  --ink: #17211b;
  --muted: #5f6d63;
  --paper: #f5f2e9;
  --paper-deep: #e9e4d5;
  --card: #fffdf8;
  --line: #d5d2c7;
  --green: #245d45;
  --green-dark: #153e2d;
  --gold: #c4973b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 2%, rgba(193, 213, 193, .8) 0, transparent 26rem),
    linear-gradient(180deg, var(--paper) 0, #f8f6f0 55%, var(--paper-deep) 100%);
}

a { color: var(--green); text-underline-offset: .2em; }

.site-header, footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 2.5rem, 72rem);
  margin: 0 auto;
}

.site-header { padding: 1.5rem 0; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 1.25rem; }
.site-header nav > a:not(.button), footer nav a { color: var(--ink); text-decoration: none; }
.site-header nav > a:not(.button):hover, footer nav a:hover { color: var(--green); }

.brand {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 700;
  text-decoration: none;
}

.brand span { color: var(--green); }

main { width: min(100% - 2.5rem, 72rem); margin: 0 auto; }

.hero {
  padding: clamp(4.5rem, 10vw, 7rem) 0 6rem;
}

.hero-copy { max-width: 61rem; }

.eyebrow {
  margin: 0 0 .8rem;
  color: var(--green);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }

h1 {
  max-width: 50rem;
  margin: 0 0 1.4rem;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.045em;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.03em;
}

h3 { margin: .8rem 0 .5rem; font-size: 1.35rem; }

.lede {
  max-width: 52rem;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; }
.text-link { font-weight: 750; }

.button {
  display: inline-block;
  padding: .9rem 1.2rem;
  border: 1px solid var(--green);
  border-radius: .55rem;
  background: var(--green);
  color: white;
  font-weight: 750;
  text-decoration: none;
}

.button:hover { border-color: var(--green-dark); background: var(--green-dark); }
.button-small { padding: .65rem .9rem; }

.section { padding: 6rem 0; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .6fr); gap: clamp(2rem, 8vw, 7rem); align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -1rem; }
.section-intro { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3.5rem;
}

.value-grid article { padding-top: 1.25rem; border-top: .22rem solid var(--gold); }
.value-grid h3 { margin-top: 0; }
.value-grid p { color: var(--muted); line-height: 1.7; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 3rem;
}

.steps article {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: .8rem;
  background: rgba(255, 253, 248, .7);
}

.steps article > span { color: var(--gold); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.steps p, .trust p, .pilot-callout p, .legal p { color: var(--muted); line-height: 1.7; }

.trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 8vw, 7rem);
  padding: 6rem 0;
  border-top: 1px solid var(--line);
}

.trust h2 { margin-bottom: 1.5rem; }
.permission-list { display: grid; gap: 1.5rem; }
.permission-list article { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.permission-list h3 { margin-top: 0; }
.permission-list p { margin-bottom: 0; }
.trust a { font-weight: 750; }

.pilot-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 4rem 0 7rem;
  padding: clamp(1.5rem, 5vw, 3rem);
  border-radius: 1rem;
  background: var(--green-dark);
  color: white;
}

.pilot-callout .eyebrow { color: #e1be73; }
.pilot-callout h2 { max-width: 43rem; }
.pilot-callout p { margin-bottom: 0; color: #d3ded7; }
.button-light { flex: 0 0 auto; border-color: white; background: white; color: var(--green-dark); }
.button-light:hover { border-color: #f0e7d1; background: #f0e7d1; }

.legal { max-width: 48rem; padding: 6rem 0 7rem; }
.legal h1 { margin-bottom: .8rem; }
.legal h2 { margin: 3.2rem 0 1rem; font-size: clamp(1.6rem, 3vw, 2.15rem); }
.legal .updated { margin-top: 0; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.legal .legal-intro { margin: 2rem 0 3rem; color: var(--ink); font-size: 1.2rem; }
.legal code { padding: .12rem .28rem; border-radius: .25rem; background: rgba(36, 93, 69, .09); color: var(--green-dark); }

footer {
  gap: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}

footer p { max-width: 32rem; color: var(--muted); font-size: .85rem; line-height: 1.5; }

@media (max-width: 48rem) {
  .hero { min-height: auto; padding: 4rem 0 5rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: -1rem; }
  .value-grid, .steps, .trust { grid-template-columns: 1fr; }
  .value-grid { gap: 1.5rem; }
  .pilot-callout, footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 34rem) {
  .site-header nav > a:not(.button) { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}
