.au-hero-slider .au-hero-visual picture{display:block;width:100%;height:100%}.au-hero-slider .au-hero-visual img{display:block;width:100%;height:600px;object-fit:cover;border-radius:var(--radius-card)}.au-hero-slider .au-hero-visual{touch-action:pan-y}.au-hero-slider .au-hero-copy{min-height:470px;display:flex;flex-direction:column;justify-content:center}.au-hero-slider .au-hero-copy h1{font-size:var(--h1-hero)}.au-hero-controls{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin:var(--space-4) 0 0 auto;width:calc(50% - 40px);min-height:44px}.au-hero-controls>.au-icon-btn{background:var(--surface);border:1px solid var(--control);flex-shrink:0}.au-hero-prev .au-icon{transform:rotate(180deg)}.au-hero-dots{display:flex;flex-wrap:wrap;justify-content:center}.au-hero-dot{display:grid;place-items:center;width:36px;height:44px;background:transparent;border-radius:var(--radius-pill)}.au-hero-dot span{height:7px;width:7px;border-radius:var(--radius-pill);background:var(--control);transition:width .15s}.au-hero-dot[aria-current=true] span{width:24px;background:var(--primary)}.au-hero-counter{font-size:var(--text-xs);font-variant-numeric:tabular-nums;color:var(--muted);margin-left:var(--space-2);white-space:nowrap}
@media(max-width:1199px){.au-hero-slider .au-hero-visual img{height:520px}.au-hero-slider .au-hero-copy{min-height:460px}.au-hero-controls{width:calc(50% - 20px)}}
@media(max-width:991px){.au-hero-slider .au-hero-visual img{height:480px}.au-hero-slider .au-hero-copy h1{font-size:var(--text-6xl)}.au-hero-controls{width:calc(50% - 16px)}}
@media(max-width:767px){.au-hero-slider .au-hero-copy{min-height:340px;justify-content:flex-start}.au-hero-slider .au-hero-copy h1{font-size:var(--text-6xl)}.au-hero-slider .au-hero-visual img{height:340px}.au-hero-controls{width:100%;margin-top:var(--space-3);gap:var(--space-1)}.au-hero-slider .au-hero-actions .au-btn{padding-inline:var(--space-4)}.au-hero-counter{margin-left:var(--space-1)}}
@media(prefers-reduced-motion:reduce){.au-hero-dot span{transition:none}}

/* Pause / play for the auto-advancing slider (WCAG 2.2.2: the visitor must be able to stop it). */
.au-hero-toggle [data-icon-play]{display:none}
.au-hero-toggle[aria-pressed="true"] [data-icon-pause]{display:none}
.au-hero-toggle[aria-pressed="true"] [data-icon-play]{display:inline}
