/**
 * Bachelor / Bachelorette — high-energy party skin (overrides Ideal Family luxury defaults).
 */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@400;500;600;700;800&display=swap');

body.brand-bachelor,
body.brand-bachelorette {
    --bg-primary: #0a0614;
    --bg-secondary: #140a22;
    --bg-footer: #07040f;
    --text-primary: #fff7fb;
    --text-secondary: #f0d4e4;
    --text-muted: #c9a8bc;
    --border: rgba(255, 255, 255, 0.12);
    --font-heading: 'Bebas Neue', Impact, sans-serif;
    --font-body: 'Outfit', system-ui, sans-serif;
    --radius: 14px;
    --party-glow: 0 0 40px rgba(255, 45, 149, 0.35);
    background:
        radial-gradient(1200px 600px at 10% -10%, rgba(255, 45, 149, 0.18), transparent 55%),
        radial-gradient(900px 500px at 90% 0%, rgba(47, 111, 237, 0.22), transparent 50%),
        var(--bg-primary);
    letter-spacing: 0.01em;
}

body.brand-bachelor {
    --gold: #3dd6ff;
    --gold-hover: #7ae5ff;
    --party-accent-2: #ff2d95;
    --party-glow: 0 0 42px rgba(61, 214, 255, 0.35);
}

body.brand-bachelorette {
    --gold: #ff4db8;
    --gold-hover: #ff7acc;
    --party-accent-2: #ffd166;
    --party-glow: 0 0 42px rgba(255, 77, 184, 0.38);
}

body.brand-bachelor,
body.brand-bachelorette {
    font-family: var(--font-body);
}

body.brand-bachelor h1,
body.brand-bachelor h2,
body.brand-bachelor h3,
body.brand-bachelor .section-heading,
body.brand-bachelor .nav-logo-text,
body.brand-bachelorette h1,
body.brand-bachelorette h2,
body.brand-bachelorette h3,
body.brand-bachelorette .section-heading,
body.brand-bachelorette .nav-logo-text {
    font-family: var(--font-heading);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 400;
}

body.brand-bachelor .top-bar,
body.brand-bachelorette .top-bar {
    background: rgba(10, 6, 20, 0.92);
    border-bottom-color: var(--border);
}

body.brand-bachelor .main-nav,
body.brand-bachelorette .main-nav {
    background: rgba(20, 10, 34, 0.88);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
}

body.brand-bachelor .nav-cta-join,
body.brand-bachelorette .nav-cta-join,
body.brand-bachelor .btn-gold,
body.brand-bachelorette .btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--party-accent-2));
    color: #120816 !important;
    border: 0;
    box-shadow: var(--party-glow);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.brand-bachelor .btn-gold:hover,
body.brand-bachelorette .btn-gold:hover {
    filter: brightness(1.08);
    color: #120816 !important;
}

/* Full-bleed party hero */
.hero-party {
    position: relative;
    min-height: min(88vh, 760px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-bottom: 0;
    padding: 0;
}

.hero-party-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    transform: scale(1.04);
    animation: partyKen 18s ease-in-out infinite alternate;
}

@keyframes partyKen {
    from { transform: scale(1.02) translate3d(0, 0, 0); }
    to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}

.hero-party-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(8, 4, 18, 0.82) 0%, rgba(8, 4, 18, 0.35) 48%, rgba(8, 4, 18, 0.78) 100%),
        linear-gradient(180deg, rgba(8, 4, 18, 0.15) 0%, rgba(8, 4, 18, 0.92) 100%);
}

.hero-party-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5.5rem 1.1rem 2.4rem;
}

.hero-party .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-party h1 {
    margin: 0.7rem 0 0.55rem;
    font-size: clamp(2.8rem, 9vw, 5.4rem);
    line-height: 0.92;
    max-width: 14ch;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.55);
}

.hero-party .hero-lead {
    max-width: 38rem;
    font-size: clamp(1.05rem, 2.2vw, 1.28rem);
    color: #ffe9f4;
    font-weight: 500;
}

.hero-party .hero-dual-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.hero-party .btn-path {
    border-radius: 999px;
    padding: 0.85rem 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 0;
}

.hero-party .btn-path-stag {
    background: linear-gradient(135deg, var(--gold), #fff);
    color: #101018 !important;
}

.hero-party .btn-path-hen {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-party .search-bar {
    margin-top: 1.4rem;
    background: rgba(10, 6, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 0.45rem;
    box-shadow: var(--party-glow);
}

.hero-party .search-bar input,
.hero-party .search-bar select {
    background: transparent;
    color: #fff;
    border: 0;
}

.hero-party .hero-stats {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}

.hero-party .hero-stats a { color: var(--gold); }

/* How steps — punchy, not corporate cards */
body.brand-bachelor .how-steps,
body.brand-bachelorette .how-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 800px) {
    body.brand-bachelor .how-steps,
    body.brand-bachelorette .how-steps {
        grid-template-columns: 1fr;
    }
}

body.brand-bachelor .how-steps li,
body.brand-bachelorette .how-steps li {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1.2rem 1.1rem;
    box-shadow: none;
}

body.brand-bachelor .how-step-num,
body.brand-bachelorette .how-step-num {
    background: linear-gradient(135deg, var(--gold), var(--party-accent-2));
    color: #120816;
    font-family: var(--font-heading);
    font-size: 1.4rem;
}

/* Same 4:3 tiles as Dinner / Stag / Wedding — do not force letterbox banners */
body.brand-bachelor .listing-card,
body.brand-bachelorette .listing-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

body.brand-bachelor .listing-card:hover,
body.brand-bachelorette .listing-card:hover {
    border-color: color-mix(in srgb, var(--gold) 55%, white);
    box-shadow: var(--party-glow);
}

body.brand-bachelor .listing-card-image,
body.brand-bachelorette .listing-card-image {
    aspect-ratio: 4 / 3;
}

body.brand-bachelor .chip,
body.brand-bachelorette .chip {
    border-radius: 999px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    font-weight: 700;
}

body.brand-bachelor .chip:hover,
body.brand-bachelorette .chip:hover {
    background: var(--gold);
    color: #120816;
}

body.brand-bachelor .site-footer,
body.brand-bachelorette .site-footer {
    background: #07040f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.party-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    margin: 1.25rem 0 0;
}

@media (max-width: 700px) {
    .party-strip { grid-template-columns: 1fr 1fr; }
}

.party-strip-tile {
    position: relative;
    min-height: 120px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.party-strip-tile span {
    position: absolute;
    left: 0.7rem;
    bottom: 0.55rem;
    font-family: var(--font-heading);
    letter-spacing: 0.06em;
    font-size: 1.15rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
