:root{--brand:#d16639;--brand-600:#c0552b;--brand-700:#a5461f;--brand-cta:#b5501f;--brand-cta-hover:#9a4319;--brand-200:#eec3ac;--brand-100:#f7e2d6;--brand-50:#fbf1ea;--ink-blue:#2b3574;--ink-blue-700:#232b5f;--ink-blue-800:#1a2150;--ink-blue-900:#121736;--ink-blue-300:#8188b4;--ink-blue-100:#d7d9ea;--ink:#1b1d24;--ink-2:#565963;--ink-3:#7d808c;--line:#e7e3dd;--line-2:#d9d4cc;--paper:#fff;--paper-2:#f5f3ef;--paper-3:#edeae3;--asphalt:#23252b;--font-display:"Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--fs-display:clamp(2.4rem, 1.4rem + 4.2vw, 4.25rem);--fs-h1:clamp(2.1rem, 1.4rem + 2.8vw, 3.25rem);--fs-h2:clamp(1.7rem, 1.2rem + 2vw, 2.6rem);--fs-h3:clamp(1.25rem, 1.05rem + .9vw, 1.55rem);--fs-h4:1.15rem;--fs-lead:clamp(1.05rem, .98rem + .4vw, 1.22rem);--fs-body:1rem;--fs-small:.9rem;--fs-eyebrow:.78rem;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:3rem;--sp-8:4rem;--sp-9:6rem;--sp-10:8rem;--maxw:1200px;--maxw-narrow:760px;--gutter:clamp(1.1rem, 5vw, 2.5rem);--radius:6px;--radius-lg:12px;--shadow-sm:0 1px 2px #1217360d, 0 4px 12px #1217360f;--shadow-md:0 10px 30px #1217361a;--shadow-lg:0 24px 60px #12173633;--header-h:82px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}body{font-family:var(--font-body);font-size:var(--fs-body);color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;line-height:1.7}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--ink-blue-900);margin:0 0 var(--sp-4);letter-spacing:-.015em;font-weight:700;line-height:1.14}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3);line-height:1.2}h4{font-size:var(--fs-h4)}.accent{color:var(--brand)}p{margin:0 0 var(--sp-4)}p:last-child{margin-bottom:0}a{color:var(--brand-700);text-decoration:none;transition:color .15s}a:hover{color:var(--brand-600)}img{max-width:100%;height:auto;display:block}strong{font-weight:600}ul,ol{margin:0 0 var(--sp-4);padding-left:1.25rem}li{margin-bottom:.35rem}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:2px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.skip-link{left:var(--sp-4);z-index:200;background:var(--ink-blue);color:#fff;border-radius:var(--radius);padding:.6rem 1rem;transition:top .15s;position:absolute;top:-60px}.skip-link:focus{top:var(--sp-4);color:#fff}.container{width:100%;max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto}.container--narrow{max-width:var(--maxw-narrow)}.section{padding-block:clamp(3.5rem,2rem + 6vw,6.5rem)}.section--tight{padding-block:clamp(2.5rem,1.5rem + 4vw,4rem)}.section--alt{background:var(--paper-2)}.section--ink{background:var(--ink-blue-900);color:#fff}.section--ink h1,.section--ink h2,.section--ink h3{color:#fff}.eyebrow{font-family:var(--font-body);font-size:var(--fs-eyebrow);letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:var(--sp-3);align-items:center;gap:.55rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--brand);width:26px;height:2px}.section--ink .eyebrow{color:var(--brand-200)}.section-head{max-width:60ch;margin-bottom:var(--sp-7)}.section-head.center{text-align:center;margin-inline:auto}.section-head.center .eyebrow{justify-content:center}.section-head.center .eyebrow:after{content:"";background:currentColor;width:26px;height:2px}.lead{font-size:var(--fs-lead);color:var(--ink-2);line-height:1.6}.section--ink .lead{color:var(--ink-blue-100)}.btn{font-family:var(--font-body);border-radius:var(--radius);cursor:pointer;text-align:center;border:2px solid #0000;justify-content:center;align-items:center;gap:.55rem;padding:.95rem 1.6rem;font-size:1rem;font-weight:600;line-height:1;transition:background-color .15s,color .15s,border-color .15s,transform 50ms;display:inline-flex}.btn:active{transform:translateY(1px)}.btn svg{flex:none;width:1.1em;height:1.1em}.btn--primary{background:var(--brand-cta);color:#fff}.btn--primary:hover{background:var(--brand-cta-hover);color:#fff}.btn--secondary{background:var(--ink-blue);color:#fff}.btn--secondary:hover{background:var(--ink-blue-700);color:#fff}.btn--outline{color:var(--ink-blue);border-color:var(--line-2);background:0 0}.btn--outline:hover{border-color:var(--ink-blue);color:var(--ink-blue)}.btn--white{color:var(--ink-blue);background:#fff}.btn--white:hover{background:var(--paper-2);color:var(--ink-blue)}.btn--ghost-light{color:#fff;background:#ffffff14;border-color:#ffffff8c}.btn--ghost-light:hover{color:#fff;background:#ffffff29;border-color:#fff}.btn--lg{padding:1.1rem 2rem;font-size:1.05rem}.btn--block{width:100%}.link-arrow{color:var(--brand-700);align-items:center;gap:.45rem;font-size:.95rem;font-weight:600;display:inline-flex}.link-arrow .link-arrow__ic{background:var(--brand-50);width:26px;height:26px;color:var(--brand-700);border-radius:50%;place-items:center;transition:background .15s,color .15s,transform .15s;display:grid}.link-arrow .link-arrow__ic svg{width:14px;height:14px}.link-arrow:hover .link-arrow__ic{background:var(--brand-cta);color:#fff;transform:translate(2px)}.grid{gap:var(--sp-5);display:grid}.grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.service-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative}.service-card:hover{box-shadow:var(--shadow-md);border-color:var(--brand-200);transform:translateY(-5px)}.service-card__body{flex-direction:column;gap:.6rem;padding:1.75rem 1.75rem 1.5rem;display:flex}.service-card__body h3{margin:0}.service-card__body p{color:var(--ink-2);margin:0;font-size:.98rem}.service-card__link{margin-top:.35rem}.service-card__media{border-radius:var(--radius-lg);aspect-ratio:16/10;background:var(--ink-blue-800);margin:0 .75rem .75rem;display:block;position:relative;overflow:hidden}.service-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.service-card:hover .service-card__media img{transform:scale(1.06)}.service-card__media--placeholder{background:linear-gradient(135deg, var(--ink-blue) 0%, var(--brand-700) 135%);color:#ffffff40;place-items:center;display:grid}.service-card__media--placeholder>svg{width:56px;height:56px}.service-card__badge{background:var(--brand-cta);color:#fff;border-radius:var(--radius);z-index:2;place-items:center;width:48px;height:48px;display:grid;position:absolute;top:12px;left:12px;box-shadow:0 2px 8px #12173659}.service-card__badge svg{width:26px;height:26px}.feature{gap:var(--sp-4);grid-template-columns:auto 1fr;align-items:start;display:grid}.feature__icon{background:var(--brand-50);width:52px;height:52px;color:var(--brand-700);border-radius:var(--radius);border:1px solid var(--brand-100);place-items:center;display:grid}.feature__icon svg{width:28px;height:28px}.feature h3{margin-bottom:var(--sp-2)}.feature p{color:var(--ink-2);margin:0}.checklist{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.6rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.checklist li{margin:0;padding-left:1.9rem;font-weight:500;position:relative}.checklist li:before{content:"";background:var(--brand-cta);border-radius:4px;width:1.25rem;height:1.25rem;position:absolute;top:.15em;left:0;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") 50%/88% no-repeat}.gallery{gap:var(--sp-4);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));display:grid}.gallery figure{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--ink-blue-800);margin:0;overflow:hidden}.gallery img{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery figure:hover img{transform:scale(1.04)}.process{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.process__step{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.process__step:not(:last-child):after{content:"";background:repeating-linear-gradient(90deg, var(--brand) 0 10px, transparent 10px 18px);height:2px;position:absolute;top:46px;left:calc(50% + 55px);right:calc(55px - 50%)}.process__disc{color:#fff;background:#ffffff0a;border:2px dashed #ffffff40;border-radius:50%;place-items:center;width:92px;height:92px;display:grid;position:relative}.process__disc svg{width:40px;height:40px}.process__n{background:var(--brand-cta);color:#fff;width:28px;height:28px;font-family:var(--font-display);border-radius:50%;place-items:center;font-size:.85rem;font-weight:700;display:grid;position:absolute;top:-4px;right:-4px}.process__label{font-family:var(--font-display);color:#fff;font-size:1.05rem;font-weight:600}.process--light .process__disc{border-color:var(--brand-200);background:var(--brand-50);color:var(--brand-700)}.process--light .process__label{color:var(--ink-blue-900)}.prose>*+*{margin-top:var(--sp-4)}.prose h2{margin-top:var(--sp-6)}.text-center{text-align:center}.mt-6{margin-top:var(--sp-6)}.stack-buttons{gap:var(--sp-3);flex-wrap:wrap;display:flex}@media (width<=720px){.process{grid-template-columns:1fr 1fr;gap:2rem 1rem}.process__step:not(:last-child):after{display:none}}.site-header[data-astro-cid-nen7h5rs]{z-index:100;background:var(--paper);position:sticky;top:0}.util[data-astro-cid-nen7h5rs]{background:var(--ink-blue-900);color:var(--ink-blue-100);font-size:.82rem}.util__inner[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;gap:1rem;min-height:38px;display:flex}.util__area[data-astro-cid-nen7h5rs]{letter-spacing:.02em;align-items:center;gap:.45rem;display:inline-flex}.util[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{opacity:.9;width:15px;height:15px}.util__contact[data-astro-cid-nen7h5rs]{align-items:center;gap:1.1rem;display:inline-flex}.util__link[data-astro-cid-nen7h5rs]{color:var(--ink-blue-100);align-items:center;gap:.4rem;font-weight:500;display:inline-flex}.util__link[data-astro-cid-nen7h5rs]:hover{color:#fff}.bar[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--line);transition:box-shadow .2s}.site-header[data-astro-cid-nen7h5rs][data-scrolled] .bar[data-astro-cid-nen7h5rs]{box-shadow:var(--shadow-md)}.bar__inner[data-astro-cid-nen7h5rs]{min-height:var(--header-h);align-items:center;gap:1.25rem;display:flex}.brand[data-astro-cid-nen7h5rs]{flex:none;align-items:center;display:inline-flex}.brand__logo[data-astro-cid-nen7h5rs]{width:auto;height:56px}@media (width<=620px){.brand__logo[data-astro-cid-nen7h5rs]{height:42px}}.nav[data-astro-cid-nen7h5rs]{margin-left:auto}.nav__list[data-astro-cid-nen7h5rs]{align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.nav__item[data-astro-cid-nen7h5rs]{margin:0;position:relative}.nav__link[data-astro-cid-nen7h5rs]{font-family:var(--font-body);letter-spacing:0;color:var(--ink-blue);cursor:pointer;border-radius:var(--radius);background:0 0;border:0;align-items:center;gap:.3rem;padding:.5rem .85rem;font-size:.98rem;font-weight:600;line-height:1;display:inline-flex}.nav__link[data-astro-cid-nen7h5rs]:hover,.nav__link[data-astro-cid-nen7h5rs].active{color:var(--brand-700);background:var(--brand-50)}.nav__chev[data-astro-cid-nen7h5rs]{width:16px;height:16px;transition:transform .2s}.has-dropdown[data-astro-cid-nen7h5rs][data-open] .nav__chev[data-astro-cid-nen7h5rs]{transform:rotate(180deg)}.dropdown[data-astro-cid-nen7h5rs]{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);min-width:264px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;padding:.5rem;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 6px);left:0;transform:translateY(6px)}.has-dropdown[data-astro-cid-nen7h5rs]:hover .dropdown[data-astro-cid-nen7h5rs],.has-dropdown[data-astro-cid-nen7h5rs]:focus-within .dropdown[data-astro-cid-nen7h5rs],.has-dropdown[data-astro-cid-nen7h5rs][data-open] .dropdown[data-astro-cid-nen7h5rs]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown__list[data-astro-cid-nen7h5rs]{margin:0;padding:0;list-style:none}.dropdown__list[data-astro-cid-nen7h5rs] li[data-astro-cid-nen7h5rs]{margin:0}.dropdown__link[data-astro-cid-nen7h5rs]{border-radius:var(--radius);color:var(--ink);align-items:center;gap:.7rem;padding:.6rem .7rem;font-weight:500;display:flex}.dropdown__link[data-astro-cid-nen7h5rs]:hover{background:var(--paper-2);color:var(--brand-700)}.dropdown__ic[data-astro-cid-nen7h5rs]{border-radius:var(--radius);background:var(--brand-50);width:32px;height:32px;color:var(--brand-700);flex:none;place-items:center;display:grid}.dropdown__ic[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{width:19px;height:19px}.dropdown__all[data-astro-cid-nen7h5rs]{border-top:1px solid var(--line);margin-top:.35rem;padding-top:.35rem}.dropdown__link--all[data-astro-cid-nen7h5rs]{color:var(--brand-700);justify-content:space-between;font-weight:600}.dropdown__link--all[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{width:17px;height:17px}.bar__cta[data-astro-cid-nen7h5rs]{flex:none;align-items:center;gap:.6rem;display:flex}.bar__call[data-astro-cid-nen7h5rs]{padding:.7rem 1.1rem}.bar__quote[data-astro-cid-nen7h5rs]{padding:.7rem 1.2rem}.hamburger[data-astro-cid-nen7h5rs]{border:1px solid var(--line-2);border-radius:var(--radius);background:var(--paper);width:46px;height:46px;color:var(--ink-blue);cursor:pointer;justify-content:center;align-items:center;display:none}.hamburger[data-astro-cid-nen7h5rs] svg[data-astro-cid-nen7h5rs]{width:26px;height:26px}.hamburger__close[data-astro-cid-nen7h5rs],.site-header[data-astro-cid-nen7h5rs][data-menu-open] .hamburger__open[data-astro-cid-nen7h5rs]{display:none}.site-header[data-astro-cid-nen7h5rs][data-menu-open] .hamburger__close[data-astro-cid-nen7h5rs]{display:block}.mobile[data-astro-cid-nen7h5rs]{border-bottom:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow-md);display:none}.mobile__nav[data-astro-cid-nen7h5rs]{flex-direction:column;padding-block:.75rem 1.25rem;display:flex}.mobile__link[data-astro-cid-nen7h5rs],.mobile__group[data-astro-cid-nen7h5rs]>summary[data-astro-cid-nen7h5rs]{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;color:var(--ink-blue);border-bottom:1px solid var(--line);cursor:pointer;padding:.85rem .25rem;font-size:1.25rem;font-weight:600}.mobile__group[data-astro-cid-nen7h5rs]>summary[data-astro-cid-nen7h5rs]{justify-content:space-between;align-items:center;list-style:none;display:flex}.mobile__group[data-astro-cid-nen7h5rs]>summary[data-astro-cid-nen7h5rs]::-webkit-details-marker{display:none}.mobile__group[data-astro-cid-nen7h5rs]>summary[data-astro-cid-nen7h5rs]:after{content:"+";color:var(--brand);font-size:1.5rem;line-height:1}.mobile__group[data-astro-cid-nen7h5rs][open]>summary[data-astro-cid-nen7h5rs]:after{content:"–"}.mobile__sub[data-astro-cid-nen7h5rs]{flex-direction:column;padding:.25rem 0 .5rem .75rem;display:flex}.mobile__sublink[data-astro-cid-nen7h5rs]{color:var(--ink-2);border-bottom:1px solid var(--paper-3);padding:.6rem .25rem;font-weight:500}.mobile__sublink[data-astro-cid-nen7h5rs]:hover{color:var(--brand-700)}.mobile__cta[data-astro-cid-nen7h5rs]{flex-direction:column;gap:.6rem;margin-top:1.1rem;display:flex}@media (width<=1080px){.bar__quote[data-astro-cid-nen7h5rs],.bar__call[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{display:none}.bar__call[data-astro-cid-nen7h5rs]{padding:.7rem}}@media (width<=940px){.nav[data-astro-cid-nen7h5rs]{display:none}.hamburger[data-astro-cid-nen7h5rs]{display:inline-flex}.site-header[data-astro-cid-nen7h5rs][data-menu-open] .mobile[data-astro-cid-nen7h5rs]{display:block}}@media (width<=620px){.util__area[data-astro-cid-nen7h5rs],.util__link--email[data-astro-cid-nen7h5rs]{display:none}.util__inner[data-astro-cid-nen7h5rs]{justify-content:flex-end}}.footer[data-astro-cid-jo6i4kqk]{background:var(--ink-blue-900);color:var(--ink-blue-100);font-size:.96rem}.footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:2.5rem;padding-block:clamp(2.75rem,2rem + 3vw,4.5rem);display:grid}.footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--ink-blue-100)}.footer[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:#fff}.footer__logo[data-astro-cid-jo6i4kqk]{display:inline-flex}.footer__logo-chip[data-astro-cid-jo6i4kqk]{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;align-items:center;padding:.7rem 1rem;display:inline-flex}.footer__logo-chip[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{width:auto;height:48px;display:block}.footer__tag[data-astro-cid-jo6i4kqk]{color:var(--ink-blue-300);max-width:34ch;margin:1rem 0 1.25rem}.footer__contact[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.55rem;margin-bottom:1.25rem;display:flex}.footer__contact[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk],.footer__contact[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]{align-items:center;gap:.55rem;display:inline-flex}.footer__contact[data-astro-cid-jo6i4kqk] svg[data-astro-cid-jo6i4kqk]{width:17px;height:17px;color:var(--brand);flex:none}.footer__social[data-astro-cid-jo6i4kqk]{gap:.6rem;display:flex}.footer__social[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{border-radius:var(--radius);border:1px solid #fff3;place-items:center;width:40px;height:40px;display:grid}.footer__social[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{background:var(--brand-cta);border-color:var(--brand-cta)}.footer__social[data-astro-cid-jo6i4kqk] svg[data-astro-cid-jo6i4kqk]{width:20px;height:20px}.footer__h[data-astro-cid-jo6i4kqk]{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem;font-size:1.15rem}.footer__col[data-astro-cid-jo6i4kqk] ul[data-astro-cid-jo6i4kqk]{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer__col[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk]{margin:0}.footer__hours[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk]{color:var(--ink-blue-300);justify-content:space-between;gap:1rem;display:flex}.footer__hours[data-astro-cid-jo6i4kqk] li[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]:first-child{color:var(--ink-blue-100)}.footer__creds[data-astro-cid-jo6i4kqk]{color:var(--ink-blue-300);margin-top:1.5rem;font-size:.85rem;line-height:1.5}.footer__creds[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{align-items:flex-start;gap:.45rem;margin:0;display:flex}.footer__creds[data-astro-cid-jo6i4kqk] svg[data-astro-cid-jo6i4kqk]{width:15px;height:15px;color:var(--brand);flex:none;margin-top:.18rem}.footer__legal[data-astro-cid-jo6i4kqk]{background:var(--ink-blue-900);border-top:1px solid #ffffff1f}.footer__legal-inner[data-astro-cid-jo6i4kqk]{color:var(--ink-blue-300);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;padding-block:1.4rem;font-size:.85rem;display:flex}.footer__legal[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{margin:0}.footer__legal[data-astro-cid-jo6i4kqk] nav[data-astro-cid-jo6i4kqk]{gap:1.5rem;display:flex}.footer__by[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#fff;text-underline-offset:3px;text-decoration:underline}@media (width<=900px){.footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand[data-astro-cid-jo6i4kqk]{grid-column:1/-1}}@media (width<=560px){.footer__inner[data-astro-cid-jo6i4kqk]{grid-template-columns:1fr}.footer__legal-inner[data-astro-cid-jo6i4kqk]{justify-content:flex-start}}
