:root {
    --navy: #30336b;
    --green: #6ab04c;
    --ink: #263238;
    --muted: #607d8b;
    --cream: #f5f7f4;
    --white: #ffffff;
    --line: #dce5df;
    --shadow: 0 18px 45px rgba(25, 42, 70, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 16px/1.7 'Hanken Grotesk', Arial, Helvetica, sans-serif; }
h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.2rem; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover, a:focus { color: var(--green); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #130f40; color: var(--white); font-size: 14px; }
.topbar-inner { display: flex; justify-content: flex-end; gap: 24px; padding: 8px 0; }
.topbar a { color: var(--white); }
.site-header { background: #130f40; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 84px; }
.brand img { width: 260px; }
.site-nav ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; padding: 0; margin: 0; list-style: none; }
.site-nav a { display: block; padding: 10px 12px; color: var(--white); font-weight: 400; text-decoration: none; border-radius: 4px; }
.site-nav a:hover, .site-nav a:focus, .site-nav a.is-active { color: var(--white); background: var(--green); }
.menu-toggle { display: none; }
main { min-height: 55vh; }
.hero { min-height: 620px; display: grid; place-items: center; text-align: center; color: var(--white); background: linear-gradient(rgba(20, 25, 50, .52), rgba(20, 25, 50, .52)), url('/media/eeroundabout.jpg') center/cover; }
.hero-inner { width: min(1160px, calc(100% - 40px)); padding: 90px 0; }
.hero h1 { margin: 0; font-size: clamp(2.15rem, 5vw, 3.75rem); line-height: 1.05; }
.hero p { font-size: clamp(1.15rem, 2vw, 1.5rem); }
.rule { width: 160px; height: 6px; margin: 28px auto; background: repeating-linear-gradient(135deg, #95afc0 0 12px, transparent 12px 24px); }
.button { display: inline-block; padding: 12px 22px; margin: 5px; border: 2px solid var(--green); background: var(--green); color: var(--white); font-weight: 700; text-decoration: none; border-radius: 3px; }
.button.outline { background: transparent; border-color: var(--white); color: var(--white); }\n.button:hover, .button:focus { color: var(--white); background: var(--green); border-color: var(--green); }\n.button.outline:hover, .button.outline:focus { color: var(--white); background: rgba(255, 255, 255, .12); border-color: var(--white); }
.button:hover, .button:focus { color: var(--white); background: var(--green); border-color: var(--green); }
.button.outline:hover, .button.outline:focus { color: var(--white); background: rgba(255, 255, 255, .12); border-color: var(--white); }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; margin-top: 42px; }
.contact-card { padding: 28px; background: var(--cream); border: 1px solid var(--line); border-top: 5px solid var(--green); border-radius: 6px; box-shadow: 0 10px 28px rgba(25, 42, 70, .06); }
.contact-card h2, .contact-card h3 { margin-top: 0; color: var(--navy); }
.contact-card address { margin: 0 0 18px; font-style: normal; }
.contact-card .button { margin: 4px 6px 4px 0; }
.contact-note { padding: 22px 26px; background: var(--navy); color: var(--white); border-radius: 6px; }
.contact-note h2, .contact-note h3 { color: var(--white); }
.contact-note a { color: var(--white); }
.section { padding: 72px 0; }
.section.alt { background: var(--cream); }
.section h2, .page-header h1 { color: var(--navy); line-height: 1.15; }
.lead { font-size: 1.25rem; color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1.2fr .8fr; gap: 52px; align-items: center; }
.two-col.reverse { grid-template-columns: .8fr 1.2fr; }
.two-col img, .feature-image { width: 100%; border-radius: 6px; box-shadow: var(--shadow); }
.home-feature { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(28px, 5vw, 64px); }
.home-feature.reverse { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); }
.home-feature-media { display: flex; justify-content: center; }
.home-feature-media img { width: min(100%, 360px); max-height: 360px; object-fit: cover; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards.two-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 820px; }
.card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-top: 5px solid var(--green); box-shadow: 0 10px 28px rgba(25, 42, 70, .06); }
.card h3 { margin-top: 0; color: var(--navy); }
.page-header { padding: 72px 0 38px; background: var(--cream); }
.page-header h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); }
.article { max-width: 1160px; padding: 58px 0 80px; }
.article h2 { margin-top: 2.2em; }
.article figure { margin: 30px 0; }
.article figure img { max-height: 520px; object-fit: cover; }
.article figcaption { color: var(--muted); font-size: .9rem; margin-top: 8px; }
.article blockquote { margin: 28px 0; padding: 22px 26px; background: var(--cream); border-left: 5px solid var(--green); }
.article ul, .article ol { padding-left: 1.4rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.testimonial { margin: 0; padding: 26px; background: var(--navy); color: var(--white); border-radius: 4px; }
.testimonial cite { display: block; margin-top: 16px; color: #c7e8bb; font-style: normal; font-weight: 700; }
.site-footer { padding: 46px 0 20px; background: var(--navy); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 36px; }
.site-footer h2 { color: var(--white); font-size: 1.1rem; }
.site-footer a { color: var(--white); }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #dbe3ea; font-size: .9rem; }
@media (max-width: 800px) { .container { width: min(100% - 28px, 640px); } .contact-panel { grid-template-columns: 1fr; } .header-inner { min-height: 72px; } .brand { margin-right: auto; } .site-nav { width: 100%; } .site-nav ul { flex-direction: column; align-items: stretch; padding-bottom: 12px; } .site-nav a { padding: 12px; } .header-inner { flex-wrap: wrap; } .two-col, .two-col.reverse, .cards, .testimonial-grid, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .cards.two-card-grid { grid-template-columns: 1fr; }
    .home-feature.reverse { grid-template-columns: 1fr; } .hero { min-height: 520px; } .section { padding: 52px 0; } }
@media (max-width: 480px) { .topbar-inner { justify-content: space-between; gap: 10px; font-size: 12px; } .brand img { width: 210px; } .hero-inner { padding: 60px 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
