:root {
    color-scheme: dark;
    --bg: #030611;
    --bg-2: #090d1f;
    --panel: rgba(15, 20, 43, .84);
    --panel-solid: #10152c;
    --panel-2: rgba(24, 28, 61, .88);
    --text: #f8f7ff;
    --soft: #dedcf2;
    --muted: #aaa7c6;
    --brand: #8b5cf6;
    --brand-dark: #5b21b6;
    --brand-2: #f2b84b;
    --wine: #1c1742;
    --border: rgba(255, 255, 255, .12);
    --border-hot: rgba(139, 92, 246, .42);
    --shadow: 0 28px 90px rgba(0, 0, 0, .52);
    --glow: 0 0 50px rgba(139, 92, 246, .2);
    --radius: 24px;
    --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 8% 0, rgba(139, 92, 246, .27), transparent 34rem),
        radial-gradient(circle at 95% 8%, rgba(242, 184, 75, .16), transparent 26rem),
        linear-gradient(180deg, #070915 0, var(--bg) 42rem, #02030a 100%);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.58;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 80%);
}

a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
img, video { display: block; max-width: 100%; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid var(--border);
    background: rgba(3, 6, 17, .8);
    backdrop-filter: blur(18px);
}
.site-header__inner {
    width: min(var(--max), calc(100vw - 2rem));
    margin: 0 auto;
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: .72rem;
    font-weight: 950;
    letter-spacing: -.02em;
    white-space: nowrap;
}
.brand__mark {
    width: 2.55rem;
    height: 2.55rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: #fff;
    box-shadow: 0 12px 34px rgba(139, 92, 246, .38);
}
.brand__text { text-shadow: 0 0 24px rgba(255,255,255,.12); }

.nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .35rem;
    flex-wrap: wrap;
}
.nav > a,
.nav-drop > summary {
    color: var(--soft);
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .55rem .82rem;
    font-weight: 750;
    font-size: .95rem;
    cursor: pointer;
    list-style: none;
}
.nav > a:hover,
.nav-drop[open] > summary,
.nav-drop > summary:hover {
    color: var(--text);
    background: rgba(255,255,255,.07);
    border-color: var(--border);
}
.nav-drop { position: relative; }
.nav-drop summary::-webkit-details-marker { display: none; }
.nav-drop > summary::after {
    content: "▾";
    margin-left: .4rem;
    color: #c4b5fd;
    font-size: .78rem;
}
.nav-drop__menu {
    position: absolute;
    top: calc(100% + .7rem);
    right: 0;
    width: min(900px, calc(100vw - 2rem));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--border-hot);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(20, 24, 52, .98), rgba(5, 8, 22, .98));
    box-shadow: var(--shadow), var(--glow);
}
.nav-drop__col {
    display: grid;
    gap: .28rem;
    min-width: 0;
}
.nav-drop__col strong {
    color: #ddd6fe;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .72rem;
    margin: 0 0 .3rem;
}
.nav-drop__col a {
    color: var(--soft);
    border-radius: 12px;
    padding: .44rem .55rem;
}
.nav-drop__col a:hover { background: rgba(139, 92, 246, .16); color: #fff; }

main { width: 100%; padding-bottom: 3.5rem; }
.hero,
.page-title,
.profile,
.section,
.content-block,
.notice,
.locations,
.seo-panel {
    width: min(var(--max), calc(100vw - 2rem));
    max-width: var(--max);
    margin-left: auto;
    margin-right: auto;
}

.hero {
    min-height: 42rem;
    display: grid;
    align-items: center;
    padding: 5.5rem 0 3rem;
    position: relative;
}
.hero::after {
    content: "";
    position: absolute;
    right: clamp(0rem, 5vw, 3rem);
    top: 6rem;
    width: min(36vw, 420px);
    aspect-ratio: 1;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(139,92,246,.34), transparent 58%),
        radial-gradient(circle at 75% 20%, rgba(242,184,75,.3), transparent 28%);
    filter: blur(8px);
    opacity: .82;
    z-index: -1;
}
.hero__content { max-width: 780px; }
.eyebrow {
    margin: 0 0 .8rem;
    color: #c4b5fd;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .76rem;
    font-weight: 950;
}
h1, h2, h3 { margin: 0; line-height: 1.04; }
h1 { font-size: clamp(2.75rem, 8vw, 6.8rem); letter-spacing: -.075em; }
h2 { font-size: clamp(1.65rem, 3.3vw, 2.65rem); letter-spacing: -.045em; }
h3 { font-size: 1.1rem; letter-spacing: -.025em; }
.hero p,
.page-title p,
.lead {
    max-width: 790px;
    color: var(--soft);
    font-size: clamp(1rem, 1.7vw, 1.18rem);
}
.hero__actions,
.profile__actions,
.age-gate__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.35rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: .72rem 1.05rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255,255,255,.065);
    color: var(--text);
    font-weight: 900;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.button:hover {
    transform: translateY(-1px);
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.22);
}
.button--primary {
    border-color: transparent;
    background: linear-gradient(135deg, var(--brand), var(--brand-dark));
    box-shadow: 0 16px 44px rgba(139, 92, 246, .26);
}
.button--primary:hover { filter: brightness(1.07); }

.page-title { padding: 4.6rem 0 1rem; }
.section { padding: 2.2rem 0; }
.section--dark { padding-top: 2.6rem; }
.section__header,
.locations__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.15rem;
}
.section__header a,
.footer a,
.more-link { color: #c4b5fd; font-weight: 900; }
.grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .85rem;
}

.card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
        var(--panel-solid);
    box-shadow: var(--shadow);
    position: relative;
}
.card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(139,92,246,.78), rgba(242,184,75,.7), transparent);
    opacity: .75;
}
.media {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #090d1f;
}
.media img,
.media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    transition: transform .32s ease, filter .32s ease;
}
.media:hover img { transform: scale(1.055); filter: saturate(1.06) contrast(1.04); }
.badge {
    position: absolute;
    left: .75rem;
    top: .75rem;
    display: inline-flex;
    border-radius: 999px;
    padding: .3rem .62rem;
    background: rgba(90, 8, 42, .9);
    border: 1px solid rgba(255,255,255,.17);
    color: #fff;
    font-size: .76rem;
    font-weight: 950;
    backdrop-filter: blur(10px);
}
.badge--orange { background: rgba(242, 184, 75, .94); color: #211704; }
.card__body {
    padding: .82rem;
    display: grid;
    gap: .58rem;
}
.card__body p,
.content-block p,
.notice p,
.seo-panel p,
.locations__header p { color: var(--muted); margin: 0; }
.card__body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
}
.card .button { width: 100%; }
.muted { color: var(--muted); font-size: .9rem; }
.empty { color: var(--muted); grid-column: 1 / -1; }

.seo-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
    gap: 1rem;
    align-items: stretch;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding: 1.2rem;
    border: 1px solid var(--border-hot);
    border-radius: calc(var(--radius) + 6px);
    background:
        linear-gradient(135deg, rgba(139,92,246,.16), transparent 40%),
        linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.032));
    box-shadow: var(--shadow), var(--glow);
}
.seo-panel__copy { display: grid; gap: .75rem; }
.seo-panel__facts {
    margin: 0;
    display: grid;
    gap: .7rem;
}
.seo-panel__facts div {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: .9rem;
    background: rgba(0,0,0,.19);
}
.seo-panel__facts dt {
    color: var(--muted);
    font-size: .76rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 900;
}
.seo-panel__facts dd {
    margin: .15rem 0 0;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 950;
}

.locations { padding: 2rem 0; }
.location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.location-card {
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.028));
    box-shadow: 0 20px 70px rgba(0,0,0,.34);
}
.location-card--active {
    border-color: rgba(139,92,246,.68);
    background: linear-gradient(180deg, rgba(139,92,246,.18), rgba(255,255,255,.035));
}
.location-card__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .85rem;
    font-weight: 950;
    font-size: 1.08rem;
}
.location-card__title strong {
    min-width: 2.15rem;
    height: 2.15rem;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #ddd6fe;
    background: rgba(255,255,255,.08);
    border: 1px solid var(--border);
    font-size: .85rem;
}
.city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    min-width: 0;
}
.city-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: .38rem .58rem;
    background: rgba(255,255,255,.052);
    color: var(--soft);
    font-size: .9rem;
    font-weight: 800;
}
.city-chip:hover,
.city-chip--active {
    background: rgba(139,92,246,.2);
    border-color: rgba(139,92,246,.42);
    color: #fff;
}
.city-chip span { color: #c4b5fd; font-weight: 950; }
.more-link { display: inline-flex; margin-top: .8rem; }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
    margin: 0 0 1rem;
    color: var(--muted);
    font-size: .92rem;
}
.breadcrumbs a { color: #c4b5fd; font-weight: 900; }
.breadcrumbs strong { color: var(--text); }

.profile {
    padding: 4.6rem 0 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .7fr);
    gap: 2rem;
    align-items: center;
}
.profile__copy { min-width: 0; }
.profile__image {
    overflow: hidden;
    border: 1px solid var(--border-hot);
    border-radius: 34px;
    background: var(--panel-solid);
    box-shadow: var(--shadow), var(--glow);
}
.profile__image img {
    width: 100%;
    max-height: 650px;
    object-fit: contain;
    background: #070a18;
}
.notice,
.content-block {
    margin-top: 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255,255,255,.045);
    padding: 1.2rem;
}
code { background: rgba(255,255,255,.09); border-radius: .45rem; padding: .1rem .3rem; }

.age-gate {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(0,0,0,.82);
    backdrop-filter: blur(14px);
}
.age-gate[hidden] { display: none; }
.age-gate__panel {
    width: min(580px, 100%);
    border: 1px solid var(--border-hot);
    border-radius: 30px;
    background: linear-gradient(180deg, #1b1742, #080b1c);
    box-shadow: var(--shadow), var(--glow);
    padding: 1.4rem;
}
.age-gate__panel h1 { font-size: clamp(2rem, 7vw, 3.9rem); }
.age-gate__panel p { color: var(--soft); }

.c4profile video { display: none; }
.c4profile:hover video,
.c4profile:focus-within video { display: block; }
.c4profile:hover img,
.c4profile:focus-within img { display: none; }

.footer {
    border-top: 1px solid var(--border);
    background: rgba(0,0,0,.2);
    color: var(--muted);
}
.footer__inner {
    width: min(var(--max), calc(100vw - 2rem));
    margin: 0 auto;
    padding: 2rem 0;
}
.footer p { margin: .25rem 0; }

@media (max-width: 1180px) {
    .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1050px) {
    .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .profile { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
    .media { aspect-ratio: 4 / 3; }
    .site-header { position: static; }
    .site-header__inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem 0;
    }
    .nav { justify-content: flex-start; width: 100%; }
    .nav-drop { width: 100%; }
    .nav-drop > summary { display: inline-flex; }
    .nav-drop__menu {
        position: static;
        width: 100%;
        margin-top: .55rem;
        grid-template-columns: 1fr;
    }
    .hero { min-height: auto; padding-top: 3rem; }
    .hero::after { opacity: .42; width: 70vw; top: 4rem; }
    .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .seo-panel { grid-template-columns: 1fr; }
    .section__header,
    .locations__header { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    .grid,
    .location-grid { grid-template-columns: 1fr; }
    .card__actions { grid-template-columns: 1fr; }
    .nav > a,
    .nav-drop > summary { padding: .5rem .68rem; }
    h1 { letter-spacing: -.055em; }
}
