.beedance-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 24px;
    text-align: center;
}

.beedance-hero__inner {
    max-width: 920px;
    margin: 0 auto;
}

.beedance-logo {
    width: 240px;
    max-width: 70%;
    margin-bottom: 32px;
    filter: drop-shadow(0 20px 45px rgba(247, 185, 0, 0.25));
}

.beedance-kicker {
    margin: 0 0 18px;
    color: #f7b900;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 700;
}

.beedance-title {
    margin: 0 0 24px;
    font-size: clamp(52px, 10vw, 116px);
    line-height: 0.95;
    letter-spacing: -4px;
    color: #ffffff;
}

.beedance-title span {
    color: #f7b900;
}

.beedance-hero-text {
    max-width: 780px;
    margin: 0 auto 18px;
    font-size: clamp(22px, 3vw, 34px);
    line-height: 1.35;
    color: #ffffff;
}

.beedance-hero-subtext {
    max-width: 720px;
    margin: 0 auto 36px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
    color: #d8d8d8;
}
