:root {
  --ink: #17211a;
  --muted: #657168;
  --forest: #214f3b;
  --forest-dark: #102e22;
  --copper: #b67843;
  --cream: #f6f2e9;
  --line: #ddd9cf;
  --white: #fff;
  --shadow: 0 24px 64px rgba(23, 33, 26, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }

.site-header { min-height: 84px; max-width: 1180px; margin: auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--forest-dark); color: #f2d7b6; font-family: Georgia, serif; font-weight: 700; letter-spacing: -.04em; box-shadow: inset 0 0 0 2px rgba(242,215,182,.28); }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: 1rem; }
.brand small { color: var(--copper); font-family: Georgia, serif; font-size: .83rem; font-style: italic; }
nav { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
nav a { color: #445349; font-size: .92rem; font-weight: 680; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--copper); }

.hero { min-height: 620px; padding: 88px max(28px, calc((100vw - 1124px)/2)); display: grid; grid-template-columns: 1.12fr .88fr; gap: 66px; align-items: center; background: radial-gradient(circle at 76% 18%, rgba(182,120,67,.18), transparent 28%), linear-gradient(135deg, #faf8f2, #eee9de); border-block: 1px solid var(--line); }
.eyebrow { margin: 0 0 12px; color: var(--copper); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 740px; margin: 0; font-size: clamp(3rem, 7vw, 5.6rem); }
h1 em { display: block; color: var(--forest); font-family: Georgia, serif; font-weight: 500; }
.lead { max-width: 620px; margin: 28px 0 0; color: #59675e; font-size: clamp(1.08rem, 2vw, 1.32rem); }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { padding: 13px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 760; text-decoration: none; }
.button.primary { background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(33,79,59,.24); }
.button.secondary { background: rgba(255,255,255,.72); border-color: #cfc8bb; }

.identity-card { padding: 32px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.9); border-radius: 26px; box-shadow: var(--shadow); }
.identity-card h2 { margin: 22px 0 20px; font-size: 1.7rem; }
.status { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: #e7f3ec; color: #246244; font-size: .77rem; font-weight: 820; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: #2a9660; }
dl { margin: 0; }
dl div { padding: 14px 0; border-top: 1px solid var(--line); }
dt { color: var(--muted); font-size: .74rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
dd { margin: 3px 0 0; font-weight: 740; }

.section { max-width: 1180px; margin: auto; padding: 104px 28px; }
.section.dark { max-width: none; padding-inline: max(28px, calc((100vw - 1124px)/2)); background: var(--forest-dark); color: white; }
.section-heading { max-width: 760px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.7rem); }
.section-heading > p:last-child, .contact > div:first-child > p:last-child { color: var(--muted); font-size: 1.06rem; }
.dark .section-heading > p:last-child { color: #b5c5bb; }
.facts-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.facts-grid article { min-height: 138px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.facts-grid span, .contact-list span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .74rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.facts-grid strong { font-size: 1rem; }
.activity-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.activity-card { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.06); }
.activity-card.featured { background: linear-gradient(140deg, rgba(182,120,67,.35), rgba(255,255,255,.07)); }
.activity-card span { color: #d9aa7f; font-size: .75rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.activity-card h3 { max-width: 520px; margin: 34px 0 16px; font-size: clamp(1.35rem, 3vw, 1.9rem); }
.activity-card small { color: #a9bbb0; font-weight: 700; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-list { border-top: 1px solid var(--line); }
.contact-list > * { display: block; padding: 22px 4px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-list a:hover strong { color: var(--copper); }
.contact-list strong { overflow-wrap: anywhere; }

.legal-page { max-width: 850px; margin: auto; padding: 80px 28px 110px; }
.legal-page h1 { font-size: clamp(2.7rem, 6vw, 4.8rem); }
.legal-page h2 { margin: 46px 0 10px; font-size: 1.45rem; }
.legal-page p { color: #415047; }
.legal-page .updated { margin: 16px 0 44px; color: var(--muted); font-size: .9rem; }
.legal-page a { color: var(--forest); font-weight: 700; }

footer { padding: 38px max(28px, calc((100vw - 1124px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; background: #0a2017; color: #d7e2dc; }
footer p { margin: 0; font-size: .84rem; }
footer > div:last-child { display: flex; flex-wrap: wrap; gap: 20px; }
footer a { font-size: .84rem; font-weight: 650; text-decoration: none; }
.footer-brand .brand-mark { width: 40px; height: 40px; }
.footer-brand strong { color: white; }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  nav { justify-content: flex-end; gap: 12px 18px; }
  .hero, .contact { grid-template-columns: 1fr; }
  .hero { padding-block: 62px; gap: 42px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .site-header { flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero { min-height: auto; }
  .facts-grid, .activity-grid { grid-template-columns: 1fr; }
  .section, .legal-page { padding-block: 72px; }
  .identity-card { padding: 24px; }
}
