@layer reset,base,tokens,layout,components,utilities,theme;@layer components{.c-hero{position:relative;padding-block:clamp(3rem,2rem + 6vw,6rem);background-image:var(--gradient-brand-subtle);overflow:clip}.c-hero__inner{display:grid;grid-template-columns:1fr;gap:var(--space-8);align-items:center}.c-hero__content{display:flex;flex-direction:column;gap:var(--space-5)}.c-hero__eyebrow{margin:0;font-size:var(--font-size-label);font-weight:var(--font-weight-semibold);color:var(--brand-primary-active)}.c-hero__title{margin:0;font-size:var(--font-size-display);line-height:var(--line-height-display);color:var(--text-strong);max-inline-size:18ch}.c-hero__subtitle{margin:0;font-size:var(--font-size-lead);line-height:var(--line-height-lead);color:var(--text-muted)}.c-hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-block-start:var(--space-2)}.c-hero__visual{display:flex;justify-content:center}.c-arc{inline-size:100%;max-inline-size:24rem;block-size:auto;aspect-ratio:1 / 1;overflow:visible}.c-arc__tick{stroke:var(--border-default);stroke-width:1;stroke-linecap:round}.c-arc__tick--major{stroke:var(--border-strong);stroke-width:2}.c-arc__track{fill:none;stroke:var(--border-subtle);stroke-width:2}.c-arc__sweep{fill:none;stroke:url(#hero-arc-sweep);stroke-width:6;stroke-linecap:round}.c-arc__center line{stroke:var(--text-muted);stroke-width:2;stroke-linecap:round}.c-arc__center-dot{fill:none;stroke:var(--brand-primary-active);stroke-width:2}.c-arc__lead{fill:var(--brand-accent)}@media(min-width:60rem){.c-hero__inner{grid-template-columns:1.05fr .95fr;gap:var(--space-9)}}@media(prefers-reduced-motion:no-preference){.c-arc__sweep{stroke-dasharray:368;stroke-dashoffset:368;animation:c-arc-draw var(--duration-slower) var(--ease-decelerate) forwards}.c-arc__lead{transform-box:fill-box;transform-origin:center;transform:scale(0);animation:c-arc-pop var(--duration-base) var(--ease-decelerate) var(--duration-slower) forwards}@keyframes c-arc-draw{to{stroke-dashoffset:0}}@keyframes c-arc-pop{to{transform:scale(1)}}}}
