.wa-hero-shell {
    position: relative;
}

.hero-bg-photo,
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg-photo {
    background-image: var(--hero-bg-image);
    background-size: cover;
    background-position: center;
    opacity: .95;
    z-index: 0;
}

.hero-bg-overlay {
    background: transparent;
    z-index: 1;
}

.hero-left > .hero-eyebrow,
.hero-left > .hero-headline,
.hero-left > .hero-desc,
.hero-left > .hero-highlights,
.hero-left > .hero-actions,
.hero-left > .hero-social,
.wa-hero-carousel-copy > .hero-eyebrow,
.wa-hero-carousel-copy > .hero-headline,
.wa-hero-carousel-copy > .hero-desc,
.wa-hero-carousel-copy > .hero-highlights,
.wa-hero-carousel-copy > .hero-actions,
.wa-hero-carousel-copy > .hero-social,
.wa-hero-editorial-copy > .hero-eyebrow,
.wa-hero-editorial-copy > .hero-headline,
.wa-hero-editorial-copy > .hero-desc,
.wa-hero-editorial-copy > .hero-highlights,
.wa-hero-editorial-copy > .hero-actions,
.wa-hero-editorial-copy > .hero-social,
.wa-hero-spotlight-content > .hero-eyebrow,
.wa-hero-spotlight-content > .hero-headline,
.wa-hero-spotlight-content > .hero-desc,
.wa-hero-spotlight-content > .hero-highlights,
.wa-hero-spotlight-content > .hero-actions,
.wa-hero-spotlight-content > .hero-spotlight-metrics {
    position: relative;
    z-index: 2;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.hero-highlight-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-size: .84rem;
    line-height: 1.2;
    backdrop-filter: blur(8px);
}

.hero-highlight-chip .chip-icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    stroke: var(--brass, #B8945F);
    filter: drop-shadow(0 0 4px rgba(184,148,95,.35));
}

.wa-hero-carousel {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 1.08fr);
    background: linear-gradient(135deg, rgba(20,24,28,.98), rgba(26,34,39,.92));
}

.wa-hero-carousel-copy,
.wa-hero-editorial-copy {
    padding: 8rem 4rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wa-hero-carousel-copy .hero-headline,
.wa-hero-editorial-copy .hero-headline {
    color: var(--ivory);
}

.wa-hero-carousel-copy .hero-desc,
.wa-hero-editorial-copy .hero-desc {
    color: rgba(250,246,240,.72);
}

.wa-hero-carousel-stage {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.wa-hero-carousel-track,
.wa-hero-spotlight-track {
    position: absolute;
    inset: 0;
}

.wa-hero-carousel-slide,
.wa-hero-spotlight-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .55s ease;
}

.wa-hero-carousel-slide.is-active,
.wa-hero-spotlight-slide.is-active {
    opacity: 1;
}

.wa-hero-carousel-media,
.wa-hero-spotlight-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.wa-hero-carousel-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.wa-hero-carousel-card {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    z-index: 2;
    padding: 1.25rem 1.35rem;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    backdrop-filter: blur(14px);
}

.wa-hero-carousel-card span,
.wa-hero-editorial-caption span {
    display: block;
    font-size: .8rem;
    line-height: 1.6;
    opacity: .85;
}

.wa-hero-carousel-card strong,
.wa-hero-editorial-caption strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.05rem;
    margin-bottom: .35rem;
}

.wa-hero-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(18,18,20,.22);
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    backdrop-filter: blur(12px);
}

.wa-hero-slider-nav.is-prev { left: 1.4rem; }
.wa-hero-slider-nav.is-next { right: 1.4rem; }

.wa-hero-slider-dots {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: .55rem;
}

.wa-hero-slider-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 0;
    background: rgba(255,255,255,.35);
    cursor: pointer;
}

.wa-hero-slider-dot.is-active {
    background: var(--brass, #B8945F);
}

.hero--spotlight-slider {
    min-height: 100vh;
    overflow: hidden;
    color: #fff;
}

.wa-hero-spotlight-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

.wa-hero-spotlight-content {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    max-width: 760px;
    padding: 8rem 4rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wa-hero-spotlight-content .hero-headline,
.wa-hero-spotlight-content .hero-desc {
    color: #fff;
}

.wa-hero-spotlight-controls {
    position: absolute;
    left: 4rem;
    right: 4rem;
    bottom: 2rem;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-hero-spotlight-controls .wa-hero-slider-nav {
    position: static;
    transform: none;
}

.wa-hero-editorial-grid {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(320px, 1.1fr);
    background: linear-gradient(135deg, rgba(41,33,28,.98), rgba(54,44,36,.92));
}

.wa-hero-editorial-gallery {
    padding: 2rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.1fr .9fr;
    grid-template-rows: repeat(3, minmax(130px, 1fr));
}

.wa-hero-editorial-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 180px;
    box-shadow: 0 24px 60px rgba(16,16,18,.16);
}

.wa-hero-editorial-card--1 {
    grid-row: span 2;
}

.wa-hero-editorial-card--4 {
    grid-column: span 2;
}

.wa-hero-editorial-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}

.wa-hero-editorial-caption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: .95rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    backdrop-filter: blur(12px);
}

@media (max-width: 980px) {
    .wa-hero-carousel,
    .wa-hero-editorial-grid {
        grid-template-columns: 1fr;
    }

    .wa-hero-carousel-copy,
    .wa-hero-editorial-copy,
    .wa-hero-spotlight-content {
        padding: 7rem 1.4rem 2rem;
    }

    .wa-hero-carousel-stage {
        min-height: 58vh;
    }

    .wa-hero-editorial-gallery {
        padding: 1.2rem;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, minmax(160px, 1fr));
    }

    .wa-hero-editorial-card--4 {
        grid-column: auto;
    }

    .wa-hero-spotlight-controls {
        left: 1.4rem;
        right: 1.4rem;
        bottom: 1.2rem;
    }
}

