:root {
  --navy: #102b56;
  --blue: #1769aa;
  --sky: #eaf5ff;
  --ink: #172033;
  --muted: #61708a;
  --line: #d6e1ee;
  --gold: #f5b942;
}

* { box-sizing: border-box; }
body { margin: 0; background: #f6f9fc; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { color: #fff; background: linear-gradient(130deg, var(--navy), #165b91); }
.site-header .shell { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; gap: 12px; align-items: center; font-weight: 750; text-decoration: none; }
.brand-logo { width: 86px; height: 64px; object-fit: contain; }
.back-link { color: #fff; font-size: .9rem; font-weight: 700; text-underline-offset: 4px; }
.hero { padding: 76px 0 68px; background: radial-gradient(circle at 87% 5%, #cceaff 0, transparent 27%), linear-gradient(180deg, #fff 0, var(--sky) 100%); }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 20px; font-size: clamp(2.3rem, 6vw, 4.6rem); line-height: 1.02; letter-spacing: -.055em; }
.lead { max-width: 660px; color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.25rem); line-height: 1.65; }
.hero h1 { max-width: none; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.hero .lead { max-width: none; }
.projects { padding: 50px 0 76px; }
.projects-layout { display: grid; gap: 22px; }
.section-heading { margin-top: 6px; }
.section-heading h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.04em; }
.section-heading p:last-child { max-width: 660px; margin: 12px 0 0; color: var(--muted); line-height: 1.55; }
.section-heading--archive { margin-top: 42px; }
.project-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 26px; padding: clamp(26px, 5vw, 46px); background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 45px rgba(16, 43, 86, .08); }
.project-card h2 { margin-bottom: 8px; font-size: clamp(1.5rem, 3vw, 2.25rem); letter-spacing: -.035em; }
.project-card h3 { margin: 0 0 8px; font-size: clamp(1.35rem, 2.4vw, 1.8rem); letter-spacing: -.03em; }
.project-card p { max-width: 640px; margin-bottom: 0; color: var(--muted); line-height: 1.55; }
.project-status { display: inline-block; margin: 0 0 12px; padding: 5px 10px; color: #0c5d45; background: #d9f6e9; border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.project-status--archive { color: #285780; background: #dcebf8; }
.project-card--archive { background: #f3f8fc; border-style: dashed; box-shadow: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 21px; border-radius: 10px; color: #fff; background: var(--blue); font-weight: 800; text-decoration: none; box-shadow: 0 8px 18px rgba(23, 105, 170, .22); transition: transform .15s ease, background .15s ease; }
.button:hover { background: var(--navy); transform: translateY(-2px); }
.button--secondary { color: var(--navy); background: #fff; border: 1px solid #b9cce0; box-shadow: none; }
.button--secondary:hover { color: #fff; }
.project-hero { padding: 42px 0; color: #fff; background: linear-gradient(125deg, var(--navy), #1769aa); }
.project-hero-grid { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; }
.project-logo { width: 132px; max-width: 100%; padding: 8px; border-radius: 16px; background: #fff; }
.project-hero h1 { max-width: none; margin-bottom: 12px; font-size: clamp(2rem, 4.5vw, 3.7rem); }
.project-hero .lead { max-width: none; color: #dceeff; }
.project-main { padding: 48px 0 76px; }
.project-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(350px, 1.1fr); gap: 28px; }
.project-grid--single { grid-template-columns: minmax(0, 1fr); }
.panel { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 34px rgba(16, 43, 86, .07); }
.panel-body { padding: clamp(24px, 4vw, 38px); }
.panel h2 { margin-bottom: 22px; font-size: 1.05rem; letter-spacing: .07em; text-transform: uppercase; }
.panel-placeholder { margin: 0; color: var(--muted); line-height: 1.55; }
.resource-list { padding: 0; margin: 0; list-style: none; }
.resource-list li + li { border-top: 1px solid var(--line); }
.resource-list a { display: flex; justify-content: space-between; gap: 16px; padding: 17px 0; color: var(--navy); font-weight: 750; text-decoration: none; }
.resource-list a::after { content: '↗'; color: var(--blue); }
.visual { width: 100%; display: block; }
.media-panel .panel-body { text-align: center; }
.media-panel h2 { margin-bottom: 10px; }
.media-panel p { color: var(--muted); line-height: 1.55; }
.video { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.contact { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 28px; padding: 26px 30px; color: #fff; background: var(--navy); border-radius: 18px; }
.contact p { margin: 0; line-height: 1.55; }
.contact a { color: #fff; }
.footer { padding: 24px 0; color: var(--muted); font-size: .85rem; text-align: center; }
@media (max-width: 720px) { .project-card, .project-grid, .project-hero-grid { grid-template-columns: 1fr; } .project-card .button { width: 100%; } .project-logo { width: 112px; } .contact { align-items: flex-start; flex-direction: column; } .site-header .shell { min-height: 78px; } .brand-logo { width: 64px; height: 48px; } }
