@import "https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700;800&display=swap";.site-header[data-astro-cid-nen7h5rs]{z-index:50;background:var(--white);position:sticky;top:0;box-shadow:0 2px 12px #14141e14}.site-header__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:20px;height:74px;display:flex}.site-header__brand[data-astro-cid-nen7h5rs]{color:var(--ink);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.site-header__brand-text[data-astro-cid-nen7h5rs]{font-family:var(--font-body);font-size:1rem;font-weight:600;line-height:1.1}.site-header__brand-text[data-astro-cid-nen7h5rs] strong[data-astro-cid-nen7h5rs]{color:var(--pink);font-weight:800}.site-header__crest[data-astro-cid-nen7h5rs]{width:auto;height:40px}.site-nav[data-astro-cid-nen7h5rs]{align-items:center;gap:28px;display:flex}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{gap:26px;display:flex}.site-nav__link[data-astro-cid-nen7h5rs]{color:var(--ink);text-transform:uppercase;letter-spacing:.3px;border-bottom:3px solid #0000;padding-bottom:4px;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .15s,border-color .15s}.site-nav__link[data-astro-cid-nen7h5rs]:hover{color:var(--pink)}.site-nav__link[data-astro-cid-nen7h5rs].is-active{color:var(--pink);border-color:var(--yellow)}.site-header__external[data-astro-cid-nen7h5rs]{color:var(--navy);white-space:nowrap;font-size:.85rem;font-weight:600;text-decoration:none}.site-header__external[data-astro-cid-nen7h5rs]:hover{text-decoration:underline}.nav-toggle-input[data-astro-cid-nen7h5rs]{display:none}.nav-toggle[data-astro-cid-nen7h5rs]{cursor:pointer;flex-direction:column;gap:5px;padding:6px;display:none}.nav-toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{background:var(--ink);border-radius:2px;width:24px;height:3px}@media (width<=780px){.nav-toggle[data-astro-cid-nen7h5rs]{display:flex}.site-nav[data-astro-cid-nen7h5rs]{background:var(--white);flex-direction:column;align-items:flex-start;gap:18px;padding:22px 24px 28px;display:none;position:absolute;top:74px;left:0;right:0;box-shadow:0 12px 20px #14141e14}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-direction:column;gap:16px;width:100%}.nav-toggle-input[data-astro-cid-nen7h5rs]:checked~.site-nav[data-astro-cid-nen7h5rs]{display:flex}}.site-footer[data-astro-cid-jo6i4kqk]{background:var(--green);color:var(--white);padding:56px 0 40px}.site-footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1.3fr auto;gap:40px;display:grid}.site-footer__title[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);text-transform:uppercase;margin-bottom:18px;font-size:1.5rem;font-weight:400}.site-footer__text[data-astro-cid-jo6i4kqk]{opacity:.95;margin-bottom:16px;font-size:.92rem;line-height:1.5}.site-footer__list[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:14px;display:flex}.site-footer__list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--white);align-items:center;gap:12px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.site-footer__list[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{text-decoration:underline}.site-footer__address[data-astro-cid-jo6i4kqk]{align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.6;display:flex}.site-footer__icon[data-astro-cid-jo6i4kqk]{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.site-footer__col--crest[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.site-footer__crest-img[data-astro-cid-jo6i4kqk]{width:auto;height:130px}@media (width<=900px){.site-footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr;gap:36px}.site-footer__col--crest[data-astro-cid-jo6i4kqk]{text-align:left;order:-1;align-items:flex-start}}:root{--pink:#e0356e;--pink-dark:#c21f57;--navy:#1d3168;--blue:#1f52c6;--green:#0e9b57;--green-dark:#0b7d46;--yellow:#f5a81c;--orange:#e85606;--purple:#6c3fa1;--skyblue:#2c9fd8;--red:#c33;--cream:#f6f3f1;--ink:#16171c;--white:#fff;--font-display:"Anton", "Arial Narrow", sans-serif;--font-body:"Poppins", system-ui, sans-serif;--container-width:1180px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;margin:0}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3,p,ul,figure{margin:0}ul{padding:0;list-style:none}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 24px}.container--wide{max-width:1480px}.section{padding:64px 0}.section--tight{padding:40px 0}.section--cream{background:var(--cream)}.eyebrow-underline{background:var(--yellow);border-radius:4px;width:88px;height:6px;margin-top:8px;display:inline-block}.section-title{font-family:var(--font-display);letter-spacing:.5px;color:var(--ink);text-transform:uppercase;font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1}.btn{font-family:var(--font-body);color:var(--white);background:var(--pink);text-transform:uppercase;letter-spacing:.3px;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:10px;padding:16px 28px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.btn:hover{background:var(--pink-dark);transform:translateY(-1px)}.btn--navy{background:var(--navy)}.btn--navy:hover{background:#142449}.btn--green{background:var(--green)}.btn--green:hover{background:var(--green-dark)}.tag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.4px;color:var(--white);border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-block}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}
