:root { --ink:#111827; --muted:#586273; --line:#d8dee8; --brand:#0f766e; --accent:#b45309; --soft:#eef7f4; --paper:#ffffff; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #f8fafc; line-height: 1.6; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 18px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { font-weight: 800; text-decoration: none; letter-spacing: 0; }
nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 15px; color: var(--muted); }
nav a { text-decoration: none; }
nav a:hover { color: var(--brand); }
.hero { min-height: 82vh; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding: clamp(44px, 7vw, 94px) clamp(20px, 5vw, 72px) 36px; background: linear-gradient(180deg, #fff 0%, #eef7f4 100%); }
.hero-copy { max-width: 760px; }
.eyebrow, .section-label { margin: 0 0 14px; color: var(--accent); text-transform: uppercase; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(42px, 7vw, 84px); line-height: .96; letter-spacing: 0; }
h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 48px); line-height: 1.05; letter-spacing: 0; }
h3 { margin: 8px 0; font-size: 19px; }
p { color: var(--muted); font-size: 18px; }
.hero-copy > p:not(.eyebrow) { max-width: 660px; font-size: 21px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 8px; text-decoration: none; font-weight: 800; border: 1px solid var(--brand); }
.button.primary { background: var(--brand); color: #fff; }
.button.secondary { background: transparent; color: var(--brand); }
.hero-media { margin: 0; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(15, 23, 42, .14); }
.hero-media img { display: block; width: 100%; height: min(62vh, 620px); object-fit: cover; }
.band, .program, .contact { padding: clamp(44px, 7vw, 92px) clamp(20px, 5vw, 72px); }
.band { display: grid; grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 360px); gap: 28px; border-top: 1px solid var(--line); background: var(--paper); }
.status-box, .program-points article, .metric-row > div { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.status-box strong, .metric-row strong { display: block; font-size: 18px; margin-bottom: 8px; }
.program { background: #f8fafc; border-top: 1px solid var(--line); }
.program-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr); gap: clamp(26px, 5vw, 70px); }
.program-points { display: grid; gap: 16px; }
.program-points span { color: var(--brand); font-weight: 900; }
.impact { grid-template-columns: 180px minmax(0, 1fr); }
.metric-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.metric-row span { display: block; color: var(--muted); }
.contact { display: flex; justify-content: space-between; align-items: center; gap: 28px; background: var(--soft); border-top: 1px solid var(--line); }
.contact p { max-width: 760px; }
footer { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 28px clamp(20px, 5vw, 72px); color: var(--muted); background: #111827; }
@media (max-width: 880px) { .site-header, .contact { align-items: flex-start; flex-direction: column; } .hero, .band, .program-grid, .impact, .metric-row { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero-media img { height: 360px; } }
