:root {
  --cream: #f4f0e6;
  --cream-2: #ece5d6;
  --ink: #192821;
  --ink-soft: #314239;
  --moss: #476a4a;
  --lime: #cfdd7d;
  --terracotta: #c96e4d;
  --white: #fffdf8;
  --line: rgba(25, 40, 33, .18);
  --shadow: 0 24px 70px rgba(25, 40, 33, .12);
  --radius: 28px;
}
* { 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; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: 16px; transform: translateY(-140%); background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--cream) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 50%; font-family: Georgia, serif; font-weight: 700; letter-spacing: -.06em; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.brand small { margin-top: 4px; color: var(--moss); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--terracotta); }
.hero { padding: 74px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--moss); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { color: var(--terracotta); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.04; margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 26px; font-size: clamp(3.5rem, 6.4vw, 6.5rem); letter-spacing: -.055em; font-weight: 500; }
h1 em { color: var(--terracotta); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(2.4rem, 4vw, 4.4rem); letter-spacing: -.04em; font-weight: 500; }
h3 { margin-bottom: 14px; font-size: 1.75rem; letter-spacing: -.025em; }
.hero-lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 46px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 800; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--moss); }
.button-ghost:hover { background: var(--white); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 34px; margin: 0; }
.hero-facts div { padding-left: 14px; border-left: 2px solid var(--terracotta); }
.hero-facts dt { color: var(--moss); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-facts dd { margin: 3px 0 0; font-weight: 700; }
.hero-art { position: relative; }
.hero-art img { filter: drop-shadow(0 28px 42px rgba(25,40,33,.15)); }
.art-caption { width: min(310px, 80%); margin: -22px auto 0; padding: 18px 20px; background: var(--white); box-shadow: var(--shadow); border-radius: 18px; font-size: .84rem; transform: rotate(-2deg); }
.art-caption span { display: block; color: var(--terracotta); font-weight: 800; }
.statement { padding: 72px 0; background: var(--lime); border-block: 1px solid rgba(25,40,33,.12); }
.statement-grid { display: grid; grid-template-columns: 120px 1fr; gap: 30px; align-items: start; }
.section-number { margin: 12px 0 0; font-weight: 800; letter-spacing: .12em; }
blockquote { max-width: 900px; margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4.3vw, 4.1rem); letter-spacing: -.035em; line-height: 1.08; }
.section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading p:last-child { max-width: 560px; margin: 0 0 6px; color: var(--ink-soft); }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.activity-card { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.45); overflow: hidden; }
.activity-card.featured { background: var(--ink); color: white; }
.activity-card h3 { max-width: 430px; margin-top: 58px; }
.activity-card p { max-width: 460px; margin-bottom: 0; color: inherit; opacity: .78; }
.card-index { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; opacity: .72; }
.card-line { position: absolute; width: 160px; height: 160px; border: 2px solid var(--lime); border-radius: 50%; right: -46px; bottom: -52px; }
.card-line::after { content: ""; position: absolute; width: 72px; height: 72px; left: -36px; top: -22px; background: var(--terracotta); border-radius: 12px; transform: rotate(18deg); }
.section-ink { background: var(--ink); color: var(--cream); }
.about-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.eyebrow.light { color: var(--lime); }
.about-copy { padding-top: 54px; }
.about-copy p { max-width: 760px; color: rgba(244,240,230,.74); font-size: 1.03rem; }
.about-copy .lead { margin-top: 0; color: var(--white); font-family: Georgia, serif; font-size: clamp(1.6rem, 2.6vw, 2.5rem); line-height: 1.24; }
.data-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.muted { color: var(--ink-soft); }
.data-list { margin: 0; border-top: 1px solid var(--line); }
.data-list div { display: grid; grid-template-columns: 190px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--moss); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.data-list dd { margin: 0; font-weight: 650; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 7px; background: #3b8b4c; border-radius: 50%; box-shadow: 0 0 0 4px rgba(59,139,76,.13); }
.contact-section { padding-top: 20px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 60px; background: var(--terracotta); color: var(--white); border-radius: 38px; box-shadow: var(--shadow); }
.contact-card .eyebrow { color: var(--ink); }
.contact-card p { max-width: 520px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.35); }
.contact-item { display: block; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; }
a.contact-item:hover strong { text-decoration: underline; }
.contact-item span { display: block; margin-bottom: 7px; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; color: var(--ink); }
.contact-item strong { font-size: 1.03rem; }
.site-footer { margin-top: 100px; padding: 70px 0 30px; background: #111b16; color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 60px; padding-bottom: 54px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid p { color: rgba(244,240,230,.58); font-size: .82rem; }
.footer-grid a { color: rgba(244,240,230,.82); text-decoration: none; font-size: .88rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-brand .brand-mark { background: var(--lime); color: var(--ink); }
.footer-brand small { color: var(--lime); }
.footer-label { margin: 5px 0 14px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(244,240,230,.52); font-size: .76rem; }
.footer-bottom a { color: inherit; }
.legal-main { padding: 90px 0 20px; }
.legal-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: 100px; align-items: start; }
.legal-layout aside { position: sticky; top: 120px; }
.legal-layout h1 { font-size: clamp(3rem, 5vw, 5rem); }
.legal-content { max-width: 760px; }
.legal-content h2 { margin: 48px 0 12px; font-family: inherit; font-size: 1rem; font-weight: 850; letter-spacing: .02em; }
.legal-content p { color: var(--ink-soft); }
.legal-content a { color: var(--moss); font-weight: 750; }
.legal-intro { margin: 0 0 54px; padding: 30px; background: var(--white); border-left: 5px solid var(--terracotta); border-radius: 0 18px 18px 0; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.45; }
.legal-back { margin-top: 60px; padding-top: 28px; border-top: 1px solid var(--line); }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
@media (max-width: 900px) {
  .hero-grid, .section-heading, .about-grid, .data-grid, .contact-card, .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero { padding-top: 52px; }
  .hero-art { max-width: 620px; margin-inline: auto; }
  .about-copy { padding-top: 0; }
  .legal-layout aside { position: static; }
  .contact-card { padding: 44px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 74px; }
  nav { gap: 14px; }
  nav a { font-size: .78rem; }
  .brand small { display: none; }
  .hero { padding: 44px 0 60px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-facts { gap: 20px; }
  .statement { padding: 52px 0; }
  .statement-grid { grid-template-columns: 1fr; gap: 16px; }
  .section-number { margin: 0; }
  .section { padding: 76px 0; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-card { min-height: 260px; padding: 28px; }
  .data-list div { grid-template-columns: 1fr; gap: 7px; }
  .contact-card { width: calc(100% - 28px); padding: 32px 24px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .legal-main { padding-top: 58px; }
  .legal-intro { padding: 24px; }
}
