:root {
  --forest: #0b1b14;
  --forest-2: #102a20;
  --deep-green: #043324;
  --emerald: #0fa36b;
  --emerald-light: #24c98a;
  --copper: #c65a2a;
  --copper-dark: #8b3a1d;
  --copper-light: #ffd0a8;
  --cream: #f7f3ec;
  --ink: #14241d;
  --muted: #5c6c64;
  --line: #dfe6e1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(4, 51, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; padding: .75rem 1rem; background: var(--white); color: var(--forest); }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 2rem)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(11,27,20,.96); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--white); font-weight: 800; letter-spacing: .02em; }
.brand-mark { width: 38px; height: 38px; }
.brand em { color: var(--copper-light); font-style: normal; font-weight: 600; }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a { color: #e7eee9; text-decoration: none; font-size: .94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--copper-light); }
.nav-cta { border: 1px solid var(--copper); border-radius: 999px; padding: .55rem 1rem; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; padding: .55rem .75rem; border-radius: .5rem; font: inherit; }
.hero { overflow: hidden; background: var(--forest); color: var(--white); }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 3rem; padding: 5rem 0; }
.eyebrow { margin: 0 0 .8rem; color: var(--copper-light); font-size: .82rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 1rem; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.3rem); font-weight: 500; letter-spacing: -.04em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.025em; }
h3 { font-size: 1.22rem; }
.hero-copy { max-width: 700px; color: #dbe6df; font-size: 1.18rem; }
.hero-copy strong { color: white; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.2rem; border-radius: 999px; background: var(--copper); color: white; text-decoration: none; font-weight: 800; border: 1px solid var(--copper); }
.button:hover { background: var(--copper-dark); border-color: var(--copper-dark); }
.button.secondary { background: transparent; border-color: rgba(255,255,255,.45); }
.button.secondary:hover { background: rgba(255,255,255,.08); }
.button.green { background: var(--emerald); border-color: var(--emerald); }
.logo-stage { position: relative; min-height: 520px; display: grid; place-items: center; }
.logo-stage::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(15,163,107,.24), transparent 68%); }
.hero-logo { position: relative; width: min(520px, 100%); filter: drop-shadow(0 24px 50px rgba(0,0,0,.2)); }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.2rem 0; }
.trust-item { padding: .4rem 1rem; border-left: 3px solid var(--emerald); }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }
.section { padding: 6rem 0; }
.section.dark { background: var(--forest); color: white; }
.section.tint { background: #eaf2ed; }
.section-head { display: grid; grid-template-columns: .72fr 1.28fr; gap: 3rem; align-items: start; margin-bottom: 2.5rem; }
.section-head p { margin-top: .3rem; color: var(--muted); max-width: 720px; }
.dark .section-head p { color: #cbd8d0; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 1.5rem; box-shadow: 0 10px 30px rgba(4,51,36,.04); }
.card-number { color: var(--copper); font-weight: 900; font-size: .82rem; letter-spacing: .12em; }
.card p { color: var(--muted); margin-bottom: 0; }
.pathway { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.pathway article { padding: 2rem; border-top: 4px solid var(--copper); background: rgba(255,255,255,.06); border-radius: 0 0 18px 18px; }
.pathway p { color: #cbd8d0; }
.quote-panel { display: grid; grid-template-columns: 1fr 1fr; border-radius: 24px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.quote-panel > div { padding: clamp(2rem, 5vw, 4.5rem); }
.quote-panel .accent { background: var(--copper); color: white; }
.quote-panel blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.22; }
.page-hero { background: var(--forest); color: white; padding: 5.5rem 0 4.5rem; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5rem); max-width: 850px; }
.page-hero p { color: #d3dfd8; max-width: 760px; font-size: 1.15rem; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.content-card { background: white; padding: 2rem; border-radius: 18px; border: 1px solid var(--line); }
.content-card p, .content-card li { color: var(--muted); }
.details { display: grid; gap: .8rem; }
.details div { display: grid; grid-template-columns: 170px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.details dt { font-weight: 800; }
.details dd { margin: 0; color: var(--muted); }
.notice { border-left: 5px solid var(--copper); padding: 1.2rem 1.4rem; background: #fff4eb; border-radius: 0 12px 12px 0; }
.contact-box { background: var(--forest-2); color: white; border-radius: 22px; padding: clamp(2rem, 5vw, 4rem); }
.contact-box p { color: #d3dfd8; }
.site-footer { background: #07110d; color: #c8d5ce; padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 3rem; }
.footer-grid h3 { color: white; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #c8d5ce; text-decoration: none; }
.footer-links a:hover { color: var(--copper-light); }
.legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .83rem; color: #93a39a; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--forest); padding: 1rem; flex-direction: column; align-items: stretch; border-top: 1px solid rgba(255,255,255,.1); }
  .site-nav.open { display: flex; }
  .hero-grid, .section-head, .quote-panel, .content-grid, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 4rem 0 2rem; }
  .logo-stage { min-height: 380px; }
  .hero-logo { width: min(430px, 100%); }
  .cards { grid-template-columns: 1fr 1fr; }
  .pathway { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .brand span { font-size: .9rem; }
  .trust-grid, .cards { grid-template-columns: 1fr; }
  .section { padding: 4rem 0; }
  .details div { grid-template-columns: 1fr; gap: .2rem; }
}
