.oct-hero-carousel{position:relative;height:100svh;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background-color:var(--oct-color-primary)}.oct-hero-carousel__picture{position:absolute;inset:0;width:100%;height:100%}.oct-hero-carousel__picture--preload{visibility:hidden;pointer-events:none}.oct-hero-carousel__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .6s ease-in-out;opacity:1}.oct-hero-carousel__image--fade-out{opacity:0}.oct-hero-carousel__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45) 0%,transparent 18%),linear-gradient(180deg,transparent 30%,color-mix(in srgb,var(--oct-color-primary) 10%,transparent) 55%,var(--oct-home-hero-overlay-warm) 72%);z-index:1}.oct-hero-carousel__content{position:relative;z-index:2;display:grid;gap:var(--oct-space-md);padding:var(--oct-space-3xl) var(--oct-space-lg) var(--oct-space-2xl);justify-items:start}.oct-hero-carousel__badge-link{display:inline-block;text-decoration:none;cursor:pointer;transition:transform .2s ease}.oct-hero-carousel__badge-link:hover{transform:scale(1.05)}.oct-hero-carousel__badge-link:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:4px;border-radius:50px}.oct-hero-carousel__badge{display:flex;align-items:center;gap:var(--oct-space-sm)}.oct-hero-carousel__badge--with-image{backdrop-filter:blur(8px);background:#ffffff1a;padding:8px 12px;border-radius:50px;border:1px solid rgba(255,255,255,.2)}.oct-hero-carousel__badge-avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.8);object-fit:cover;flex-shrink:0;transition:transform .3s ease}.oct-hero-carousel__badge--with-image:hover .oct-hero-carousel__badge-avatar{transform:scale(1.1)}.oct-hero-carousel__badge-avatar--initials{background:#fff3;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:var(--oct-font-heading);font-weight:700;font-size:.7rem;letter-spacing:.03em}.oct-hero-carousel__badge-name{color:#fff;font-family:var(--oct-font-body);font-weight:600;font-size:.875rem}.oct-hero-carousel__headline{margin:0;color:#fff;font-size:clamp(2rem,7vw,3rem);line-height:1.1}.oct-hero-carousel__year{font-family:var(--oct-font-body);font-weight:700;font-variant-numeric:lining-nums tabular-nums}.oct-hero-carousel__subheading{margin:0;color:#ffffffe0;font-size:clamp(.875rem,2.5vw,1rem);line-height:1.5}.oct-hero-carousel__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.oct-hero-carousel__cta{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box;padding:.75rem 1.5rem;background:#fff;color:var(--oct-color-primary);font-family:var(--oct-font-body);font-weight:600;font-size:.875rem;line-height:1.2;text-decoration:none;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;box-shadow:0 4px 12px #00000026}.oct-hero-carousel__cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.oct-hero-carousel__cta:focus-visible{outline:2px solid white;outline-offset:2px}.oct-hero-carousel__cta--secondary{color:#fff;background:#0f172a57;border-color:#ffffffa3;box-shadow:none;backdrop-filter:blur(8px)}.oct-hero-carousel__cta--secondary:hover{background:#0f172a80;box-shadow:0 6px 16px #00000029}.oct-hero-carousel__cta-icon{flex:0 0 auto}.oct-hero-carousel__indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.5rem;justify-content:center}.oct-hero-carousel__indicator{width:.5rem;height:.5rem;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .3s ease;padding:0}.oct-hero-carousel__indicator:hover{background:#ffffffb3;transform:scale(1.2)}.oct-hero-carousel__indicator--active{background:#fff;width:1rem;border-radius:2px}@media(max-width:47.99rem){.home-page .oct-hero-carousel{height:calc(100svh - var(--oct-mobile-home-bottom-nav-height) - var(--oct-home-mobile-peek-height) - .8rem);min-height:28rem}.home-page .oct-hero-carousel__content{width:100%;box-sizing:border-box;padding-top:calc(var(--oct-nav-height) + var(--oct-space-xl));padding-bottom:1.55rem}.home-page .oct-hero-carousel__headline{max-width:9ch}.home-page .oct-hero-carousel__subheading{max-width:28ch}.home-page .oct-hero-carousel__actions{width:100%;flex-direction:column;align-items:stretch;gap:.625rem}.home-page .oct-hero-carousel__cta{width:100%}.home-page .oct-hero-carousel__indicators{bottom:.25rem}}@media(min-width:48rem){.oct-hero-carousel{height:100vh;min-height:100vh}.oct-hero-carousel__content{max-width:44rem;padding:var(--oct-space-4xl) var(--oct-space-4xl) var(--oct-space-3xl)}.oct-hero-carousel__indicators{bottom:2.5rem}}
