:root {
  --ink: #11271f;
  --muted: #5f6f68;
  --paper: #f7f5ef;
  --surface: #fffdf8;
  --line: #d9ded9;
  --green: #1c7652;
  --green-dark: #0f4f38;
  --mint: #d8efe2;
  --gold: #e9b65d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.site-header,
footer,
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark,
.connection-core {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green-dark);
  font-weight: 800;
}
.brand-mark { width: 34px; height: 34px; border-radius: 11px; }
nav,
.footer-links { display: flex; gap: 28px; }
nav a,
.footer-links a,
.text-link { color: var(--muted); font-weight: 650; }
nav a:hover,
nav a[aria-current="page"],
.footer-links a:hover,
.text-link:hover { color: var(--green-dark); }
main { overflow: hidden; }
.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 136px) 0 112px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: clamp(54px, 9vw, 124px);
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1,
h2,
blockquote { letter-spacing: -.055em; line-height: 1.03; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3.3rem, 7vw, 6.5rem); font-weight: 780; }
.lede { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; flex-wrap: wrap; }
.status-pill { padding: 10px 16px; border: 1px solid #a8c8b6; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-weight: 750; }
.connection-card {
  min-height: 500px;
  padding: 28px;
  border: 1px solid #bed0c5;
  border-radius: 36px;
  background: radial-gradient(circle at 50% 48%, rgba(216,239,226,.95), rgba(255,253,248,0) 42%), var(--surface);
  box-shadow: 0 28px 70px rgba(17,39,31,.1);
  text-align: center;
}
.card-topline { display: flex; justify-content: space-between; text-align: left; font-weight: 750; }
.quiet { color: var(--muted); }
.connection-orbit { display: grid; place-items: center; width: 240px; height: 240px; margin: 70px auto 30px; border: 1px solid #b7d6c5; border-radius: 50%; box-shadow: inset 0 0 0 30px rgba(216,239,226,.5); }
.connection-core { width: 118px; height: 118px; border-radius: 40px; font-size: 2.5rem; box-shadow: 0 15px 35px rgba(15,79,56,.25); }
.connection-label { margin: 0; font-size: 1.35rem; font-weight: 780; }
.connection-card .quiet { margin-top: 5px; }
.principles { padding: 110px max(20px, calc((100vw - 1180px) / 2)); background: var(--ink); color: var(--surface); }
.principles > div:first-child { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; }
.principles .eyebrow { color: #8cd6b0; }
h2 { margin: 0; max-width: 800px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: rgba(255,255,255,.18); }
.principle-grid article { padding: 42px 38px; background: var(--ink); }
.number { color: #8cd6b0; font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.principle-grid h3 { margin: 48px 0 10px; font-size: 1.25rem; }
.principle-grid p { margin: 0; color: #b9c6c0; }
.statement { width: min(980px, calc(100% - 40px)); margin: 0 auto; padding: 130px 0; text-align: center; }
blockquote { margin: 0 auto 44px; font-size: clamp(2.25rem, 5vw, 4.5rem); font-weight: 730; }
.button-link { display: inline-flex; padding: 14px 20px; border-radius: 12px; background: var(--green-dark); color: #fff; font-weight: 750; }
.button-link:hover { background: var(--green); }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 48px; padding: 46px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
footer p { margin: 0; }
.footer-brand { color: var(--ink); font-weight: 780; }
.page-shell { padding: 90px 0 120px; }
.page-heading { max-width: 830px; margin-bottom: 70px; }
.page-heading h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.updated { margin-top: 24px; color: var(--muted); font-size: .95rem; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: space-between; gap: 80px; }
.legal-aside { color: var(--muted); font-size: .92rem; }
.legal-aside p { margin-top: 0; }
.legal-content section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 16px; font-size: clamp(1.55rem, 3vw, 2.1rem); letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 8px; font-size: 1.05rem; }
.legal-content p,
.legal-content ul { color: #42534c; }
.legal-content li + li { margin-top: 8px; }
.inline-link { color: var(--green-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; }
.contact-card { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.contact-card h2 { margin-bottom: 22px; font-size: 2rem; }
.contact-card p { color: var(--muted); }
.email-link { display: inline-block; margin-top: 20px; color: var(--green-dark); font-size: clamp(1.15rem, 3vw, 1.6rem); font-weight: 760; text-decoration: underline; text-underline-offset: 5px; }
.contact-note { background: var(--mint); border-color: #b7d6c5; }

@media (max-width: 800px) {
  .site-header { min-height: 76px; padding: 18px 0; gap: 16px; flex-wrap: wrap; }
  .site-header nav { gap: 20px; font-size: .9rem; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .connection-card { min-height: 440px; }
  .connection-orbit { margin-top: 45px; }
  .principles > div:first-child,
  .principle-grid,
  .legal-layout,
  .contact-grid { grid-template-columns: 1fr; }
  .principle-grid article { border-top: 1px solid rgba(255,255,255,.16); }
  .legal-layout { gap: 35px; }
  footer { grid-template-columns: 1fr; align-items: start; gap: 22px; }
}
@media (max-width: 480px) {
  .brand { font-size: .92rem; }
  .site-header nav { width: 100%; justify-content: space-between; }
  h1 { font-size: 3.15rem; }
  .connection-card { min-height: 400px; padding: 22px; border-radius: 28px; }
  .connection-orbit { width: 210px; height: 210px; }
  .principles { padding-top: 85px; padding-bottom: 85px; }
  .statement,
  .page-shell { padding-top: 78px; padding-bottom: 90px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
