@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

:root {
  --type-body: 1.06rem;
  --type-h1: clamp(2.2rem, 4.5vw, 3rem);
  --type-h2: 1.9rem;
  --type-h3: 1.4rem;
  --type-small: .9rem;
  --type-eyebrow: .74rem;
  --section-pad: clamp(4rem, 7vw, 6rem);
  --hairline: rgba(49,107,142,.28);
}
* { border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body { background: #f4feff; color: #0e1414; font-family: 'Archivo', sans-serif; font-size: var(--type-body); line-height: 1.55; }
h1,h2,h3,h4,.font-display { font-family: 'Oswald', sans-serif; font-weight: 600; letter-spacing: -.02em; }
h1 { font-size: var(--type-h1); line-height: 1.08; }
h2 { font-size: var(--type-h2); line-height: 1.12; }
h3 { font-size: var(--type-h3); line-height: 1.18; }
p { text-wrap: pretty; max-width: 70ch; }
section { padding-block: var(--section-pad); border-bottom: 1px solid var(--hairline); }
.section-kicker { display: flex; align-items: center; gap: .55rem; color: #e34854; font-size: var(--type-eyebrow); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .75rem; }
.section-kicker::before { content: ''; width: 2.4rem; height: 1px; background: #e34854; display: inline-block; }
.btn-brutal { display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid #007182; color: #007182; padding: .72rem 1rem; font-weight: 600; text-decoration: none; box-shadow: 2px 2px 0 #007182; transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.btn-brutal:hover { background: #007182; color: #fff; transform: translate(1px,1px); box-shadow: 1px 1px 0 #007182; }
.card-brutal { border: 1px solid #316b8e; box-shadow: 4px 4px 0 #e34854; background: #f8f8f8; }
.form-field { width: 100%; border: 1px solid #4c676c; background: #f8f8f8; padding: .72rem .8rem; color: #0e1414; outline: none; }
.form-field:focus { border-color: #007182; box-shadow: 2px 2px 0 #007182; }
.site-link { color: #0e1414; text-decoration-thickness: 1px; text-underline-offset: .2em; transition: color .18s ease; }
.site-link:hover { color: #007182; }
.logo-mark { width: 2.5rem; height: 2.5rem; object-fit: contain; }
.hero-image { width: 100%; height: min(52vw, 30rem); object-fit: cover; border: 1px solid #316b8e; }
.cookie-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 50; background: #0e1414; color: #f4feff; border: 1px solid #36bbcd; padding: 1rem; box-shadow: 4px 4px 0 #e34854; }
.cookie-banner p { margin: 0; font-size: var(--type-small); }
.cookie-actions { display: flex; gap: .75rem; margin-top: .75rem; flex-wrap: wrap; }
.cookie-actions button { border: 1px solid #36bbcd; color: #f4feff; background: transparent; padding: .45rem .75rem; cursor: pointer; }
.cookie-actions button:hover { background: #007182; }
.reveal-item { opacity: 1; }
@media (max-width: 767px) { .mobile-panel { display: none; } .mobile-panel.is-open { display: block; } }
@media (min-width: 768px) { .cookie-banner { max-width: 38rem; left: auto; } }
