.hero {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0.9rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 235, 218, 0.98) 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 0.95rem;
    overflow: hidden;
}

.hero__kicker {
    display: inline-flex;
    background: var(--accent-soft);
    color: var(--accent-strong);
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.76rem;
    padding: 0.32rem 0.66rem;
    margin-bottom: 0.7rem;
}

.hero__title {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
    line-height: 1.07;
    max-width: none;
}

.hero__text {
    margin-top: 0.75rem;
    color: var(--text-muted);
    max-width: 45ch;
    line-height: 1.55;
    font-size: 0.95rem;
}

.hero__actions {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.hero__visual {
    position: relative;
    justify-self: stretch;
}

.hero__slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    background: #fff3e8;
}

.hero--visual-only {
    display: block;
    padding: 0.7rem;
}

.hero--visual-only .hero__slide img {
    max-height: min(72vh, 760px);
}

.hero--visual-only .hero__caption {
    margin-top: 0.85rem;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    background: transparent;
    backdrop-filter: none;
    border: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.7rem;
}

.hero__slides {
    position: relative;
}

.hero__slide {
    margin: 0;
}

.hero__slide[hidden] {
    display: none;
}

.hero__caption {
    margin-top: 0.5rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.65rem;
    background: rgba(255, 248, 242, 0.92);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 0.45rem 0.55rem;
    font-size: 0.86rem;
}

.hero__event-copy {
    display: grid;
    gap: 0.06rem;
    justify-items: start;
}

.hero__event-title {
    font-family: var(--font-event);
    font-size: clamp( 4rem, 6vw, 3rem);
    line-height: 0.96;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: var(--accent);
    text-transform: uppercase;
}

.hero__event-time {
    display: inline-flex;
    align-items: center;
    margin-top: -0.04rem;
    font-family: var(--font-event);
    font-size: clamp(1.08rem, 4.2vw, 1.65rem);
    line-height: 0.96;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--accent-strong);
    font-style: italic;
    text-transform: none;
}

.hero__event-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 42px;
    color: var(--accent-strong);
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
}

.hero__badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    background: rgba(242, 122, 26, 0.92);
    color: #fff;
    padding: 0.35rem 0.62rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
}

.hero__control {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(242, 122, 26, 0.92);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.hero__control--prev {
    left: 0.5rem;
}

.hero__control--next {
    right: 0.5rem;
}

.hero__dots {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
    gap: 0.45rem;
}

.hero__dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(242, 122, 26, 0.2);
    cursor: pointer;
}

.hero__dot.is-active {
    background: var(--accent);
}

@media (min-width: 901px) {
    .hero {
        grid-template-columns: 1.05fr 1fr;
        gap: clamp(1rem, 2.5vw, 2rem);
        padding: clamp(1rem, 2.2vw, 2rem);
    }

    .hero__visual {
        order: initial;
    }

    .hero__title {
        font-size: clamp(1.8rem, 4vw, 3.2rem);
        max-width: 14ch;
    }

    .hero__text {
        margin-top: 0.9rem;
        line-height: 1.6;
        font-size: 1rem;
    }

    .hero__slide img {
        border-radius: 24px;
    }

    .hero__badge {
        top: 0.8rem;
        right: 0.8rem;
        padding: 0.38rem 0.7rem;
        font-size: 0.8rem;
    }

    .hero--visual-only {
        padding: clamp(0.8rem, 1.8vw, 1rem);
    }

    .hero--visual-only .hero__slide img {
        max-height: min(78vh, 860px);
    }

    .hero--visual-only .hero__caption {
        margin-top: 1rem;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
        gap: 0.8rem 1rem;
    }

    .hero__event-copy {
        gap: 0.02rem;
    }

    .hero__event-time {
        font-size: clamp(1.18rem, 1.9vw, 1.7rem);
    }

    .hero__event-date {
        justify-self: end;
    }
}
