:root{--brand-red:#b3131a;--brand-red-dark:#8f0f15;--brand-red-bright:#f0454b;--carbon:#0e0f12;--graphite:#191d21;--graphite-2:#22272c;--steel:#5a6570;--slate:#4a535c;--ink:#17191c;--warm-white:#f6f5f1;--white:#fff;--hairline:#e4e2dc;--hairline-2:#d5d2c9;--success:#2f7d4a;--warning:#8a5a12;--warning-bg:#fbf1dd;--error:#b3261e;--bg:var(--warm-white);--bg-alt:var(--white);--bg-dark:var(--graphite);--text:var(--ink);--text-muted:var(--slate);--text-on-dark:#eef0f2;--text-on-dark-muted:#b6bec6;--accent:var(--brand-red);--accent-hover:var(--brand-red-dark);--focus-ring:#1e86a8;--font-head:"Barlow Condensed", "Arial Narrow", system-ui, sans-serif;--font-body:"Inter Variable", "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--step--1:clamp(.875rem, .83rem + .22vw, 1rem);--step-0:clamp(1.0625rem, 1.02rem + .24vw, 1.1875rem);--step-1:clamp(1.25rem, 1.16rem + .45vw, 1.5rem);--step-2:clamp(1.5rem, 1.34rem + .8vw, 2rem);--step-3:clamp(1.85rem, 1.55rem + 1.5vw, 2.75rem);--step-4:clamp(2.25rem, 1.75rem + 2.5vw, 3.75rem);--step-5:clamp(2.75rem, 2rem + 3.75vw, 5rem);--leading-tight:1.05;--leading-snug:1.2;--leading-body:1.6;--measure:68ch;--space-2xs:.375rem;--space-xs:.625rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--section-y:clamp(3rem, 2rem + 5vw, 6rem);--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-pill:999px;--border:1px solid var(--hairline);--shadow-sm:0 1px 2px #0e0f120f, 0 1px 3px #0e0f1214;--shadow:0 4px 14px #0e0f1214, 0 2px 6px #0e0f120f;--shadow-lg:0 18px 40px #0e0f1229;--ease-out:cubic-bezier(.22, 1, .36, 1);--dur-fast:.18s;--dur:.28s;--dur-slow:.46s;--maxw:1200px;--maxw-narrow:760px;--header-h:88px;--gutter:clamp(1rem, .6rem + 2vw, 2rem)}@font-face{font-family:Inter Variable;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-var.woff2)format("woff2")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/barlow-condensed-400.woff2)format("woff2")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/barlow-condensed-600.woff2)format("woff2")}@font-face{font-family:Barlow Condensed;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/barlow-condensed-700.woff2)format("woff2")}*,:before,:after{box-sizing:border-box}*{margin:0}html{text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 1rem)}body{font-family:var(--font-body);font-size:var(--step-0);line-height:var(--leading-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100dvh}img,picture,svg,video{max-width:100%;height:auto;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:var(--leading-snug);letter-spacing:.01em;text-wrap:balance;color:var(--carbon)}h1{font-size:var(--step-4);line-height:var(--leading-tight)}h2{font-size:var(--step-3)}h3{font-size:var(--step-1)}p,li{text-wrap:pretty}a{color:var(--brand-red-dark);text-underline-offset:.15em;text-decoration-thickness:.08em}a:hover{color:var(--carbon)}strong{font-weight:700}:where(p,ul,ol){max-width:var(--measure)}:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;border-radius:3px}:focus:not(:focus-visible){outline:none}.skip-link{z-index:1000;background:var(--carbon);color:var(--white);border-radius:var(--radius-sm);transition:top var(--dur-fast) var(--ease-out);padding:.75rem 1.25rem;font-weight:600;position:absolute;top:-100%;left:.5rem}.skip-link:focus{color:var(--white);top:.5rem}.container{width:100%;max-width:var(--maxw);padding-inline:var(--gutter);margin-inline:auto}.container-narrow{max-width:var(--maxw-narrow)}.section{padding-block:var(--section-y)}.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}.section--dark h1,.section--dark h2,.section--dark h3{color:var(--white)}.section--alt{background:var(--bg-alt)}.eyebrow{font-family:var(--font-head);letter-spacing:.14em;text-transform:uppercase;font-weight:600;font-size:var(--step--1);color:var(--brand-red-dark);align-items:center;gap:.5rem;display:inline-flex}.section--dark .eyebrow{color:var(--brand-red-bright)}.lead{font-size:var(--step-1);color:var(--text-muted);line-height:1.5}.section--dark .lead{color:var(--text-on-dark-muted)}.grid{gap:var(--space-md);display:grid}.stack>*+*{margin-top:var(--space-sm)}.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}.text-center{text-align:center}.sr-note{font-size:var(--step--1);color:var(--text-muted)}.prose{max-width:var(--measure)}.prose>*+*{margin-top:1.1em}.prose h2{font-size:var(--step-2);margin-top:1.8em}.prose h3{margin-top:1.5em}.prose ul,.prose ol{padding-left:1.25em}.prose li+li{margin-top:.4em}.prose a{font-weight:600}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1!important;transform:none!important}}:root.js [data-reveal]{opacity:0;transition:opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out);will-change:opacity, transform;transform:translateY(14px)}:root.js [data-reveal].is-visible{opacity:1;transform:none}@layer astro.images{:where([data-astro-image]){height:auto}:where([data-astro-image=full-width]){width:100%}:where([data-astro-image=constrained]){max-width:100%}[data-astro-image-fit=fill]{object-fit:fill}[data-astro-image-fit=contain]{object-fit:contain}[data-astro-image-fit=cover]{object-fit:cover}[data-astro-image-fit=scale-down]{object-fit:scale-down}[data-astro-image-pos=top]{object-position:top}[data-astro-image-pos=bottom]{object-position:bottom}[data-astro-image-pos=left]{object-position:left}[data-astro-image-pos=right]{object-position:right}[data-astro-image-pos=center]{object-position:center}[data-astro-image-pos=top-bottom]{object-position:top bottom}[data-astro-image-pos=top-left]{object-position:top left}[data-astro-image-pos=top-right]{object-position:top right}[data-astro-image-pos=top-center]{object-position:top center}[data-astro-image-pos=bottom-top]{object-position:bottom top}[data-astro-image-pos=bottom-left]{object-position:bottom left}[data-astro-image-pos=bottom-right]{object-position:bottom right}[data-astro-image-pos=bottom-center]{object-position:bottom center}[data-astro-image-pos=left-top]{object-position:left top}[data-astro-image-pos=left-bottom]{object-position:left bottom}[data-astro-image-pos=left-right]{object-position:left right}[data-astro-image-pos=left-center]{object-position:left center}[data-astro-image-pos=right-top]{object-position:right top}[data-astro-image-pos=right-bottom]{object-position:right bottom}[data-astro-image-pos=right-left]{object-position:right left}[data-astro-image-pos=right-center]{object-position:right center}[data-astro-image-pos=center-top]{object-position:center top}[data-astro-image-pos=center-bottom]{object-position:center bottom}[data-astro-image-pos=center-left]{object-position:center left}[data-astro-image-pos=center-right]{object-position:center right}}.logo[data-astro-cid-eiri45ts]{border-radius:8px;width:auto;height:52px;display:block}.logo--dark[data-astro-cid-eiri45ts]{box-sizing:content-box;background:#fff;border-radius:10px;height:56px;padding:8px 12px}@media (width<=480px){.logo[data-astro-cid-eiri45ts]{height:44px}.logo--dark[data-astro-cid-eiri45ts]{height:48px}}@media (width>=961px){.logo--header[data-astro-cid-eiri45ts]{border-radius:10px;height:80px}}.open-status[data-astro-cid-dxxk32hd]{font-weight:600;font-size:var(--step--1);white-space:nowrap;align-items:center;gap:.45rem;display:inline-flex}.open-status__dot[data-astro-cid-dxxk32hd]{background:var(--steel);border-radius:50%;flex:none;width:9px;height:9px}.open-status[data-astro-cid-dxxk32hd][data-open=true] .open-status__dot[data-astro-cid-dxxk32hd]{background:#35c759;box-shadow:0 0 0 3px #35c75938}.open-status[data-astro-cid-dxxk32hd][data-open=false] .open-status__dot[data-astro-cid-dxxk32hd]{background:#ff5a52}.site-header[data-astro-cid-6stfpryv]{z-index:100;position:sticky;top:0}.utility[data-astro-cid-6stfpryv]{background:var(--carbon);color:var(--text-on-dark);font-size:var(--step--1)}.utility__inner[data-astro-cid-6stfpryv]{justify-content:space-between;align-items:center;gap:1rem;min-height:38px;display:flex}.utility__left[data-astro-cid-6stfpryv]{align-items:center;gap:.9rem;min-width:0;display:flex}.utility__note[data-astro-cid-6stfpryv]{color:var(--text-on-dark-muted);font-size:.8rem}.utility__right[data-astro-cid-6stfpryv]{align-items:center;gap:1.2rem;display:flex}.utility__link[data-astro-cid-6stfpryv]{color:var(--text-on-dark);align-items:center;gap:.4rem;font-weight:600;text-decoration:none;display:inline-flex}.utility__link[data-astro-cid-6stfpryv]:hover{color:#fff;text-decoration:underline}@media (width<=560px){.utility__note[data-astro-cid-6stfpryv],.utility__link--hide-sm[data-astro-cid-6stfpryv]{display:none}}.mainbar[data-astro-cid-6stfpryv]{backdrop-filter:saturate(140%)blur(8px);border-bottom:1px solid var(--hairline);transition:box-shadow var(--dur) var(--ease-out), background-color var(--dur) var(--ease-out);background:#ffffffe6}[data-astro-cid-6stfpryv][data-header].is-scrolled .mainbar[data-astro-cid-6stfpryv]{box-shadow:var(--shadow);background:#fffffffa}.mainbar__inner[data-astro-cid-6stfpryv]{min-height:var(--header-h);grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}.brand[data-astro-cid-6stfpryv]{justify-self:center;text-decoration:none}.mainbar__right[data-astro-cid-6stfpryv]{align-items:center;gap:1rem;min-width:0;display:flex}.mainbar__right[data-astro-cid-6stfpryv] .header-cta[data-astro-cid-6stfpryv]{margin-left:auto}.primary-nav--left[data-astro-cid-6stfpryv] .primary-nav__list[data-astro-cid-6stfpryv]{justify-content:flex-end}.primary-nav--right[data-astro-cid-6stfpryv] .primary-nav__list[data-astro-cid-6stfpryv]{justify-content:flex-start}.primary-nav__list[data-astro-cid-6stfpryv]{align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.nav-link[data-astro-cid-6stfpryv]{border-radius:var(--radius-sm);color:var(--ink);white-space:nowrap;align-items:center;gap:.25rem;padding:.55rem .8rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-link[data-astro-cid-6stfpryv]:hover{color:var(--brand-red-dark);background:#b3131a0f}.nav-link[data-astro-cid-6stfpryv].is-active{color:var(--brand-red-dark)}.nav-link[data-astro-cid-6stfpryv].is-active:after{content:"";position:absolute}.nav-caret[data-astro-cid-6stfpryv]{transition:transform var(--dur-fast) var(--ease-out)}.has-mega[data-astro-cid-6stfpryv]{position:relative}.mega[data-astro-cid-6stfpryv]{border:1px solid var(--hairline);border-radius:var(--radius);min-width:260px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out), visibility var(--dur-fast);background:#fff;padding:.5rem;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(6px)}.has-mega[data-astro-cid-6stfpryv]:hover .mega[data-astro-cid-6stfpryv],.has-mega[data-astro-cid-6stfpryv]:focus-within .mega[data-astro-cid-6stfpryv]{opacity:1;visibility:visible;transform:translateY(0)}.has-mega[data-astro-cid-6stfpryv]:hover .nav-caret[data-astro-cid-6stfpryv],.has-mega[data-astro-cid-6stfpryv]:focus-within .nav-caret[data-astro-cid-6stfpryv]{transform:rotate(180deg)}.mega__list[data-astro-cid-6stfpryv]{gap:2px;margin:0;padding:0;list-style:none;display:grid}.mega__link[data-astro-cid-6stfpryv]{border-radius:var(--radius-sm);color:var(--ink);padding:.6rem .75rem;font-weight:500;text-decoration:none;display:block}.mega__link[data-astro-cid-6stfpryv]:hover{background:var(--warm-white);color:var(--brand-red-dark)}.header-cta[data-astro-cid-6stfpryv]{flex:none;align-items:center;gap:.75rem;display:flex}.header-phone[data-astro-cid-6stfpryv]{font-family:var(--font-head);color:var(--carbon);align-items:center;gap:.4rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.header-phone[data-astro-cid-6stfpryv]:hover{color:var(--brand-red-dark)}.header-schedule[data-astro-cid-6stfpryv] span[data-astro-cid-6stfpryv]{display:inline}.menu-toggle[data-astro-cid-6stfpryv]{color:var(--carbon);border-radius:var(--radius-sm);background:0 0;border:none;padding:.4rem;display:none}.menu-toggle[data-astro-cid-6stfpryv]:hover{background:#0000000d}@media (width<=960px){.mainbar__inner[data-astro-cid-6stfpryv]{justify-content:space-between;display:flex}.primary-nav[data-astro-cid-6stfpryv],.header-phone[data-astro-cid-6stfpryv]{display:none}.brand[data-astro-cid-6stfpryv]{justify-self:auto}.mainbar__right[data-astro-cid-6stfpryv] .header-cta[data-astro-cid-6stfpryv]{margin-left:0}.menu-toggle[data-astro-cid-6stfpryv]{display:inline-flex}}@media (width<=420px){.header-schedule[data-astro-cid-6stfpryv] span[data-astro-cid-6stfpryv]{display:none}.header-schedule[data-astro-cid-6stfpryv]{padding-inline:.9rem}}.drawer[data-astro-cid-6stfpryv]{z-index:200;position:fixed;inset:0}.drawer[data-astro-cid-6stfpryv][hidden]{display:none}.drawer__backdrop[data-astro-cid-6stfpryv]{opacity:0;transition:opacity var(--dur) var(--ease-out);background:#0e0f1280;position:absolute;inset:0}.drawer[data-astro-cid-6stfpryv].is-open .drawer__backdrop[data-astro-cid-6stfpryv]{opacity:1}.drawer__panel[data-astro-cid-6stfpryv]{width:min(360px,88vw);height:100%;box-shadow:var(--shadow-lg);transition:transform var(--dur) var(--ease-out);background:#fff;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.drawer[data-astro-cid-6stfpryv].is-open .drawer__panel[data-astro-cid-6stfpryv]{transform:translate(0)}.drawer__head[data-astro-cid-6stfpryv]{justify-content:space-between;align-items:center;display:flex}.drawer__head[data-astro-cid-6stfpryv] .menu-toggle[data-astro-cid-6stfpryv]{display:inline-flex}.drawer__nav[data-astro-cid-6stfpryv]{flex-direction:column;gap:.15rem;display:flex}.drawer__link[data-astro-cid-6stfpryv]{border-radius:var(--radius-sm);color:var(--ink);font-family:var(--font-head);border-bottom:1px solid var(--hairline);padding:.85rem .5rem;font-size:1.2rem;font-weight:600;text-decoration:none}.drawer__link[data-astro-cid-6stfpryv]:hover{color:var(--brand-red-dark)}.drawer__group[data-astro-cid-6stfpryv] summary[data-astro-cid-6stfpryv]{font-family:var(--font-head);cursor:pointer;border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;padding:.85rem .5rem;font-size:1.2rem;font-weight:600;list-style:none;display:flex}.drawer__group[data-astro-cid-6stfpryv] summary[data-astro-cid-6stfpryv]::-webkit-details-marker{display:none}.drawer__group[data-astro-cid-6stfpryv][open] summary[data-astro-cid-6stfpryv] svg[data-astro-cid-6stfpryv]{transform:rotate(180deg)}.drawer__group[data-astro-cid-6stfpryv] ul[data-astro-cid-6stfpryv]{gap:2px;margin:.25rem 0 .5rem;padding:0 0 0 .75rem;list-style:none;display:grid}.drawer__group[data-astro-cid-6stfpryv] a[data-astro-cid-6stfpryv]{color:var(--text-muted);padding:.6rem .5rem;font-weight:500;text-decoration:none;display:block}.drawer__group[data-astro-cid-6stfpryv] a[data-astro-cid-6stfpryv]:hover{color:var(--brand-red-dark)}.drawer__actions[data-astro-cid-6stfpryv]{gap:.6rem;margin-top:auto;padding-top:1rem;display:grid}.site-footer[data-astro-cid-kl7gxbjz]{background:var(--carbon);color:var(--text-on-dark-muted);padding-block:var(--space-xl) var(--space-md);padding-bottom:calc(var(--space-md) + 64px);margin-top:auto}@media (width>=961px){.site-footer[data-astro-cid-kl7gxbjz]{padding-bottom:var(--space-md)}}.footer-grid[data-astro-cid-kl7gxbjz]{grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:2.5rem;display:grid}@media (width<=900px){.footer-grid[data-astro-cid-kl7gxbjz]{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=520px){.footer-grid[data-astro-cid-kl7gxbjz]{grid-template-columns:1fr}}.footer-tag[data-astro-cid-kl7gxbjz]{font-size:var(--step--1);max-width:34ch;margin-top:1rem}.footer-nap[data-astro-cid-kl7gxbjz]{gap:.6rem;margin-top:1.1rem;font-style:normal;display:grid}.footer-nap[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]{color:var(--text-on-dark);align-items:flex-start;gap:.55rem;font-weight:600;text-decoration:none;display:inline-flex}.footer-nap[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]:hover{color:#fff}.footer-nap[data-astro-cid-kl7gxbjz] svg[data-astro-cid-kl7gxbjz]{color:var(--brand-red-bright);flex:none;margin-top:2px}.footer-status[data-astro-cid-kl7gxbjz]{margin-top:1rem;display:inline-flex}.footer-h[data-astro-cid-kl7gxbjz]{font-family:var(--font-head);letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:.9rem;font-size:1.1rem}.footer-col[data-astro-cid-kl7gxbjz] ul[data-astro-cid-kl7gxbjz]{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.footer-col[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]{color:var(--text-on-dark-muted);font-size:var(--step--1);text-decoration:none}.footer-col[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]:hover{color:#fff;text-decoration:underline}.footer-all[data-astro-cid-kl7gxbjz]{font-weight:600;color:var(--brand-red-bright)!important}.footer-hours[data-astro-cid-kl7gxbjz]{border-collapse:collapse;font-size:var(--step--1);width:100%;max-width:240px}.footer-hours[data-astro-cid-kl7gxbjz] th[data-astro-cid-kl7gxbjz]{text-align:left;color:var(--text-on-dark-muted);padding:.2rem .75rem .2rem 0;font-weight:500}.footer-hours[data-astro-cid-kl7gxbjz] td[data-astro-cid-kl7gxbjz]{text-align:right;color:var(--text-on-dark);padding:.2rem 0}.footer-hours[data-astro-cid-kl7gxbjz] tr[data-astro-cid-kl7gxbjz].is-today th[data-astro-cid-kl7gxbjz],.footer-hours[data-astro-cid-kl7gxbjz] tr[data-astro-cid-kl7gxbjz].is-today td[data-astro-cid-kl7gxbjz]{color:#fff;font-weight:700}.footer-note[data-astro-cid-kl7gxbjz]{max-width:30ch;color:var(--text-on-dark-muted);margin-top:.6rem;font-size:.78rem}.footer-review[data-astro-cid-kl7gxbjz]{color:var(--text-on-dark);font-weight:600;font-size:var(--step--1);align-items:center;gap:.4rem;margin-top:.9rem;text-decoration:none;display:inline-flex}.footer-review[data-astro-cid-kl7gxbjz]:hover{color:#fff}.footer-areas[data-astro-cid-kl7gxbjz]{color:var(--text-on-dark-muted);border-top:1px solid #ffffff1a;flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;font-size:.8rem;display:flex}.footer-areas[data-astro-cid-kl7gxbjz]>span[data-astro-cid-kl7gxbjz]:first-child{color:#fff;font-weight:600}.footer-bottom[data-astro-cid-kl7gxbjz]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;font-size:.8rem;display:flex}.footer-legal[data-astro-cid-kl7gxbjz]{flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.footer-legal[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]{color:var(--text-on-dark-muted);text-decoration:none}.footer-legal[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]:hover{color:#fff;text-decoration:underline}.fg-credit[data-astro-cid-kl7gxbjz]{justify-content:center;margin-top:1.75rem;display:flex}.fg-credit[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]{color:#7a828b;transition:color var(--dur-fast);align-items:center;gap:.5rem;font-size:.75rem;text-decoration:none;display:inline-flex}.fg-credit[data-astro-cid-kl7gxbjz] a[data-astro-cid-kl7gxbjz]:hover{color:#fff}.fg-credit[data-astro-cid-kl7gxbjz] img[data-astro-cid-kl7gxbjz]{width:auto;height:20px}.action-bar[data-astro-cid-ly3ghcnv]{z-index:90;background:var(--carbon);padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);display:none;position:fixed;bottom:0;left:0;right:0}.action[data-astro-cid-ly3ghcnv]{min-height:60px;color:var(--text-on-dark);letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.action[data-astro-cid-ly3ghcnv]:hover,.action[data-astro-cid-ly3ghcnv]:focus-visible{color:#fff;background:#ffffff0f}.action--primary[data-astro-cid-ly3ghcnv]{background:var(--brand-red);color:#fff}.action--primary[data-astro-cid-ly3ghcnv]:hover,.action--primary[data-astro-cid-ly3ghcnv]:focus-visible{background:var(--brand-red-dark);color:#fff}@media (width<=960px){.action-bar[data-astro-cid-ly3ghcnv]{display:grid}}
