
:root {
  --ink: #181b1f;
  --muted: #5e6871;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #dde1e5;
  --red: #b5332d;
  --blue: #1f5f8b;
  --gold: #c69a31;
  --green: #2f7668;
  --shadow: 0 22px 60px rgba(24, 27, 31, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.62; overflow-x: hidden; }
a { color: var(--blue); text-decoration-color: rgba(31, 95, 139, .32); text-underline-offset: .22em; }
a:hover { color: var(--red); }
img { max-width: 100%; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; padding: .7rem 1rem; background: var(--ink); color: white; z-index: 20; }
.skip-link:focus { left: 1rem; top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(251, 250, 247, .96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { max-width: 1180px; margin: 0 auto; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); font-weight: 900; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 2.5rem; height: 2.5rem; border-radius: .45rem; display: grid; place-items: center; background: linear-gradient(135deg, var(--red), var(--blue)); color: white; font-weight: 900; box-shadow: 0 12px 26px rgba(181, 51, 45, .2); }
.site-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .18rem .34rem; }
.site-nav a { color: var(--ink); font-weight: 800; text-decoration: none; padding: .48rem .56rem; border-radius: .35rem; }
.site-nav a:hover { color: var(--red); background: #f3eeee; }
.hero { border-bottom: 1px solid var(--line); background: linear-gradient(115deg, #f4f0ec 0%, #fbfaf7 55%, #eef5f8 100%); }
.hero-inner { max-width: 1180px; margin: 0 auto; min-height: min(690px, calc(100vh - 150px)); padding: clamp(3.6rem, 7vw, 6.2rem) 1.25rem 3.4rem; display: flex; align-items: center; gap: clamp(1.4rem, 5vw, 4rem); }
.hero-copy { flex: 1 1 560px; min-width: 0; }
.eyebrow { margin: 0 0 .85rem; color: var(--red); font-size: .84rem; font-weight: 900; text-transform: uppercase; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.9rem); max-width: 11ch; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.6rem); max-width: 980px; }
.hero-copy p:not(.eyebrow), .page-hero p { max-width: 700px; font-size: clamp(1.08rem, 1.8vw, 1.28rem); color: #333d45; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: .68rem 1rem; border: 1px solid var(--ink); border-radius: .38rem; background: var(--ink); color: white; font-weight: 900; text-decoration: none; box-shadow: 0 10px 22px rgba(24, 27, 31, .14); }
.button.secondary { background: white; color: var(--ink); border-color: var(--line); box-shadow: none; }
.hero-panel { flex: 0 1 440px; min-width: 0; background: white; border: 1px solid var(--line); border-radius: .55rem; padding: 1rem; box-shadow: var(--shadow); }
.hero-panel > img { width: 100%; border-radius: .35rem; border: 1px solid var(--line); }
.award-row { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 1rem; }
.award-row img { max-height: 74px; width: auto; border: 1px solid var(--line); border-radius: .35rem; background: white; }
.award-row.large { justify-content: center; gap: 1rem; margin-top: 1.5rem; }
.award-row.large img { max-height: 96px; }
.section { padding: clamp(3.2rem, 7vw, 5.5rem) 1.25rem; }
.section.muted { background: #f2f4f5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wrap { max-width: 1180px; margin: 0 auto; }
.narrow { max-width: 850px; }
.lead { font-size: clamp(1.08rem, 1.8vw, 1.32rem); color: #333d45; }
.split { display: flex; flex-wrap: wrap; gap: clamp(1.4rem, 4vw, 3rem); align-items: flex-start; }
.split > div { flex: 1 1 420px; min-width: 0; }
.quote-box, .contact-card { background: white; border: 1px solid var(--line); border-radius: .55rem; padding: 1.25rem; box-shadow: 0 10px 30px rgba(24, 27, 31, .06); }
.quote-box p { font-size: 1.25rem; font-weight: 800; margin-top: 0; }
.quote-box span { color: var(--muted); }
.section-head { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.4rem; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
.section-head p { color: var(--muted); max-width: 620px; margin: 0; }
.card-grid { display: flex; flex-wrap: wrap; gap: 1rem; }
.card { flex: 1 1 310px; min-width: 0; padding: 1.2rem; background: white; border: 1px solid var(--line); border-radius: .55rem; box-shadow: 0 10px 30px rgba(24, 27, 31, .06); }
.card h3 { font-size: 1.22rem; margin-bottom: .5rem; }
.card p { color: var(--muted); margin: 0; }
.check-list { margin: 1rem 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: .7rem; }
.check-list li { position: relative; padding-left: 1.55rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55rem; width: .56rem; height: .56rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(198, 154, 49, .16); }
.page-hero { background: #f2f4f5; border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding: clamp(3.2rem, 7vw, 5rem) 1.25rem; }
.wide-image { width: 100%; border-radius: .55rem; border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.download-list { display: flex; flex-direction: column; gap: .7rem; margin-top: 1.2rem; }
.download-list a { padding: .9rem 1rem; border: 1px solid var(--line); background: white; border-radius: .45rem; color: var(--ink); font-weight: 800; text-decoration: none; }
.contact-card.dark { background: var(--ink); color: white; }
.contact-card.dark p { color: rgba(255,255,255,.85); }
.site-footer { background: var(--ink); color: rgba(255,255,255,.84); padding: 2.3rem 1.25rem; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-inner a { color: white; }
@media (max-width: 900px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; }
  .site-nav { justify-content: flex-start; }
  .hero-inner { flex-direction: column; align-items: stretch; min-height: auto; }
  .hero-copy, .hero-panel { flex-basis: auto; width: 100%; }
}
@media (max-width: 520px) {
  .nav-wrap, .section, .page-hero .wrap, .hero-inner { padding-left: 1rem; padding-right: 1rem; }
  .site-nav a { padding: .4rem .44rem; font-size: .88rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 3rem); max-width: 100%; overflow-wrap: anywhere; }
  .page-hero h1 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .hero-copy p:not(.eyebrow), .page-hero p { max-width: 100%; }
  .award-row img { max-height: 64px; }
}
