/* ============================================================
   SPOT — EVENT PAGE
   Mirrors Weverse Spot aesthetic with BHM tokens
   ============================================================ */

/* ── Body ── */
.bhm-spot-body {
    background-color: #0a0a0a;
    color: #fff;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont,
        'Segoe UI', sans-serif;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* ── Root wrapper ── */
.bhm-spot-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ── Header ── */
.bhm-spot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 3.5rem;
    background-color: #0a0a0a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: sticky;
    top: 0;
    z-index: 100;
}

.bhm-spot-header__logo {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
}

.bhm-spot-header__logo-weverse {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.bhm-spot-header__logo-spot {
    font-size: 1.125rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.bhm-spot-header__actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bhm-spot-header__lang {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0 0.75rem;
    height: 2.5rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease;
}

.bhm-spot-header__lang:hover {
    background-color: rgba(255, 255, 255, 0.06);
}

.bhm-spot-header__divider {
    width: 1px;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0.15);
}

.bhm-spot-header__login {
    padding: 0 0.875rem;
    height: 2.5rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.bhm-spot-header__login:hover {
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

/* ── Hero ── */
.bhm-spot-hero {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 3.5rem 1.5rem 3rem;
}

.bhm-spot-hero__inner {
    max-width: 40rem;
    margin: 0 auto;
}

.bhm-spot-hero__label {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.25rem;
}

.bhm-spot-hero__city {
    font-size: clamp(2.5rem, 10vw, 4.5rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.95;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 1rem;
}

.bhm-spot-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.25rem;
    margin-top: 1.25rem;
}

.bhm-spot-hero__meta-item {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.bhm-spot-hero__meta-item svg {
    opacity: 0.4;
    flex-shrink: 0;
}

/* ── Body / Dates ── */
.bhm-spot-body-section {
    flex: 1;
    padding: 2.5rem 1.5rem 5rem;
}

.bhm-spot-body-section__inner {
    max-width: 40rem;
    margin: 0 auto;
}

.bhm-spot-section-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 1.25rem;
}

/* ── Date cards ── */
.bhm-spot-dates {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.bhm-spot-date-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.375rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.bhm-spot-date-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
}

.bhm-spot-date-card--no-url {
    cursor: default;
}

.bhm-spot-date-card__info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.bhm-spot-date-card__day {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.bhm-spot-date-card__date {
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #fff;
    white-space: nowrap;
}

/* ── Event button ── */
.bhm-spot-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4375rem;
    padding: 0.6875rem 1.375rem;
    background: #fff;
    color: #000;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 6.25rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s ease, transform 0.1s ease;
}

.bhm-spot-btn:hover {
    background: #e8e8e8;
    color: #000;
    transform: translateY(-1px);
}

.bhm-spot-btn:active {
    transform: translateY(0);
}

.bhm-spot-btn svg {
    width: 0.6875rem;
    height: 0.6875rem;
}

/* ── Footer ── */
.bhm-spot-footer {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 1.5rem;
}

.bhm-spot-footer__inner {
    max-width: 40rem;
    margin: 0 auto;
}

.bhm-spot-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem 1rem;
    margin-bottom: 1rem;
}

.bhm-spot-footer__link {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.15s ease;
}

.bhm-spot-footer__link:hover {
    color: rgba(255, 255, 255, 0.6);
}

.bhm-spot-footer__link--bold {
    font-weight: 700;
}

.bhm-spot-footer__copyright {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.2);
    margin-top: 0.75rem;
    line-height: 1.5;
}

/* ── Scrollbar ── */
.bhm-spot-body ::-webkit-scrollbar {
    width: 0.25rem;
}

.bhm-spot-body ::-webkit-scrollbar-track {
    background: #0a0a0a;
}

.bhm-spot-body ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0.125rem;
}

/* ── Responsive ── */
@media (max-width: 30rem) {
    .bhm-spot-hero {
        padding: 2.75rem 1.25rem 2.25rem;
    }

    .bhm-spot-body-section {
        padding: 2rem 1.25rem 4rem;
    }

    .bhm-spot-date-card {
        padding: 1.125rem 1.25rem;
    }

    .bhm-spot-date-card__date {
        font-size: 0.9375rem;
    }

    .bhm-spot-btn {
        padding: 0.625rem 1.125rem;
        font-size: 0.6875rem;
    }
}
