
/* ===== FLAGSHIP VARIABLES (auto-generated) ===== */
:root {
  --primary: #DC143C;
  --primary-dim: #A01030;
  --primary-bright: #FF3355;
  --secondary: #1A1A1A;
  --secondary-glow: #424242;
  --accent: #DC143C;
  --void: #0A0A0A;
  --void-deep: #050505;
  --white: #F5F5F5;
  --white-dim: #A0A0A0;
  --white-faint: rgba(255,255,255,0.06);
  --section-pad: clamp(6rem, 12vh, 10rem);
  --container-max: 1200px;
  --font-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
  --font-body: 'Lato', 'Helvetica Neue', sans-serif;
  --font-mono: 'Fira Code', 'Courier New', monospace;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);

  --nav-height: 110px;
  --classic-gold: var(--primary);
  --pale-gold: var(--primary-bright);
  --gold-dim: var(--primary-dim);
  --gold-bright: var(--primary-bright);
  --text-gold: var(--primary);
  --bg-primary: var(--void-deep);
  --bg-secondary: var(--void);
  --bg-nav: rgba(5,5,5,0.95);
  --bg-card: rgba(20,20,20,0.8);
  --bg-elevated: rgb(20,20,20);
  --text-primary: var(--white);
  --text-secondary: var(--white-dim);
  --text-muted: var(--white-dim);
  --font-greek: 'Georgia', 'Times New Roman', serif;
  --gradient-card: linear-gradient(135deg, rgba(20,20,20,0.85), rgba(5,5,5,0.92));
  --gradient-gold: linear-gradient(135deg, var(--classic-gold), var(--gold-bright));
  --shadow-gold: 0 0 30px rgba(220,20,60,0.15);
  --shadow-card: 0 8px 32px rgba(0,0,0,0.4);
  --success: #4ade80;
  --black: #000000;
}

/* =====================================================
   PUNYCODEX — Flagship Patronage Styles
   Per-deity theme variables are injected by create-flagship.js.
   Load css/temple-base.css before this file.
   ===================================================== */

.global-strip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
}
.global-strip a,
.global-strip button {
    pointer-events: auto;
}
.global-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.4rem clamp(1.5rem, 5vw, 3rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global-brand {
    font-family: 'Cinzel', serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--primary);
    text-decoration: none;
    white-space: nowrap;
}
.global-links {
    display: flex;
    gap: 1.5rem;
}
.global-links a {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white-dim);
    text-decoration: none;
    transition: color 0.3s;
}
.global-links a:hover {
    color: var(--primary);
}

@media (max-width: 640px) {
    .global-strip-inner {
        justify-content: flex-start;
        gap: 0.75rem;
        flex-wrap: wrap;
    }
    .global-links {
        display: flex;
        gap: 0.6rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .global-links a {
        font-size: 0.55rem;
        letter-spacing: 0.06em;
    }
    .global-brand {
        font-size: 0.65rem;
        letter-spacing: 0.1em;
        white-space: nowrap;
        flex-shrink: 0;
    }
}

/* Tab nav adjustment */
.tab-nav,
.extended-nav {
    top: 54px;
}
@media (max-width: 640px) {
    .tab-nav,
    .extended-nav {
        top: 72px;
    }
}
.tab-nav .nav-link.active {
    color: var(--classic-gold);
}
.tab-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: var(--classic-gold);
}

/* Remove the semi-transparent text card rectangle on flagship pages;
   text readability is handled by darkening the hero canvas/background. */
.hero-text {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

/* ===== PATRON HERO ===== */
.patron-hero {
        min-height: 100vh;
        min-height: 100svh;
        display: flex;
        align-items: center;
        justify-content: center;
    padding-top: calc(40px + var(--nav-height) + 6rem);
    padding-bottom: 3rem;
    text-align: center;
    background: transparent;
    border-bottom: 1px solid rgba(220,20,60,0.08);
    position: relative;
    overflow: hidden;
}
.patron-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at 50% 30%, rgba(220,20,60,0.04) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}
.patron-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(5,5,5,0.35) 0%, rgba(5,5,5,0.72) 60%, rgba(5,5,5,0.94) 100%);
    pointer-events: none;
    z-index: 1;
}
.patron-hero-phenomenon {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.patron-hero-phenomenon picture,
.patron-hero-phenomenon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.patron-hero-phenomenon-img {
    opacity: 0.3;
    filter: saturate(1.1) contrast(1.05);
}
.patron-hero-content {
    position: relative;
    z-index: 1;
}
.patron-mascot {
    margin-bottom: 1.25rem;
    animation: mascot-float 6s ease-in-out infinite;
}
.endorsesement-mascot picture {
    display: block;
}
.patron-mascot-img {
    width: clamp(160px, 22vw, 260px);
    height: auto;
    filter: brightness(1.15) contrast(1.05) saturate(1.05)
            drop-shadow(0 0 40px color-mix(in srgb, var(--primary) 35%, transparent));
}
@keyframes mascot-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.patron-eyebrow {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.85), 0 0 18px rgba(0,0,0,0.55);
}
.patron-title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 7vw, 5rem);
    font-weight: 400;
    color: var(--text-primary);
    letter-spacing: 0.03em;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 0 70px color-mix(in srgb, var(--primary) 18%, transparent);
}
.patron-greek {
    color: var(--classic-gold);
}
.patron-domain-pill {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.85);
}
.patron-lead {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: var(--text-secondary);
    font-weight: 300;
    letter-spacing: 0.04em;
    max-width: 520px;
    margin: 0 auto 1.75rem;
    text-shadow: 0 1px 6px rgba(0,0,0,0.88);
}
.patron-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* ===== HOW IT WORKS ===== */
.how-it-works-section {
    background: linear-gradient(180deg, var(--bg-primary) 0%, #070707 100%);
    border-top: 1px solid rgba(220,20,60,0.06);
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    max-width: 1000px;
    margin: 0 auto;
}
.step-card {
    position: relative;
    background: var(--gradient-card);
    border: 1px solid rgba(220,20,60,0.12);
    border-radius: 14px;
    padding: 2.5rem 1.75rem 2rem;
    text-align: left;
    transition: all 0.4s ease;
}
.step-card:hover {
    transform: translateY(-6px);
    border-color: rgba(220,20,60,0.28);
    box-shadow: var(--shadow-card), var(--shadow-gold);
}
.step-card .step-number {
    position: absolute;
    top: -1.1rem;
    left: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    background: var(--gradient-gold);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(220,20,60,0.25);
    line-height: 1;
}
.step-title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0.75rem 0 0.85rem;
    letter-spacing: 0.03em;
}
.step-body {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.75;
}
.steps-trust-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
}
.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    background: rgba(220,20,60,0.06);
    border: 1px solid rgba(220,20,60,0.12);
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.trust-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--classic-gold);
    box-shadow: 0 0 6px var(--classic-gold);
}
/* ===== 13 SACRED SPACES + FULL-PAGE TAKEOVER ===== */
.spaces-section {
    background: linear-gradient(180deg, var(--void) 0%, var(--void-deep) 30%, var(--void) 60%, var(--void-deep) 100%);
    border-top: 1px solid rgba(220,20,60,0.06);
    border-bottom: 1px solid rgba(220,20,60,0.06);
}
.spaces-legend {
    text-align: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 1rem;
}
.spaces-layout {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

/* Space Row Layouts */
.space-row {
    display: flex;
    gap: 2rem;
}
.space-row--banner > .space-slot {
    flex: 1 1 100%;
}
.space-row--boxes > .space-slot {
    flex: 1 1 calc(50% - 1rem);
}

/* Individual Space Slot */
.space-slot {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}
.space-slot--narrow {
    flex: none;
    width: 260px;
}
.space-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.space-num {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--classic-gold);
    opacity: 0.4;
    line-height: 1;
    min-width: 36px;
}
.space-info {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.space-name {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.04em;
}
.space-dims {
    font-family: 'Consolas', monospace;
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
.space-exclusive {
    margin-left: auto;
    font-family: var(--font-display);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--classic-gold);
    padding: 0.25rem 0.75rem;
    background: rgba(220,20,60,0.08);
    border: 1px solid rgba(220,20,60,0.2);
    border-radius: 100px;
}

/* The Frame */
.space-frame {
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, rgba(30,58,95,0.82), rgba(18,18,18,0.96));
    border: 1px solid rgba(220,20,60,0.38);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(220,20,60,0.08), 0 12px 40px rgba(0,0,0,0.35);
}
.space-frame::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(220,20,60,0.22);
    border-radius: 6px;
    pointer-events: none;
    z-index: 0;
    transition: border-color 0.5s ease;
}
.space-frame-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(220,20,60,0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.space-frame:hover {
    border-color: rgba(220,20,60,0.55);
    box-shadow: inset 0 0 0 1px rgba(220,20,60,0.12), 0 18px 50px rgba(0,0,0,0.45), 0 0 30px rgba(220,20,60,0.12);
}
.space-frame:hover::after {
    border-color: rgba(220,20,60,0.32);
}

.space-frame-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(65,105,225,0.18), rgba(10,10,10,0.28));
}
.space-placeholder-logo {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(220,20,60,0.16);
    border: 1px solid rgba(220,20,60,0.42);
    border-radius: 8px;
    color: var(--gold-bright);
    font-size: 1.1rem;
    flex-shrink: 0;
}
.space-placeholder-text {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.space-placeholder-dims {
    font-family: 'Consolas', monospace;
    font-size: 0.8rem;
    color: var(--text-secondary);
    letter-spacing: 0.04em;
}

/* Proportional Frame Sizes */

/* Elite reserve button inside frame */

/* Frame-type specific button sizing */

/* Frame is the interactive element */
.space-frame {
    cursor: pointer;
}

/* Elegant "Available" hover label */
.space-frame-content::after {
    content: 'Available';
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    font-family: var(--font-display);
    font-size: clamp(0.55rem, 0.9vw, 0.75rem);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(220,20,60,0.55);
    opacity: 0;
    transition: all 0.35s ease;
    pointer-events: none;
    white-space: nowrap;
}
.space-frame:hover .space-frame-content::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    color: rgba(220,20,60,0.75);
}

/* Refined glow on hover */
.space-frame:hover {
    border-color: rgba(220,20,60,0.25);
    box-shadow: 0 0 20px rgba(220,20,60,0.06), inset 0 0 30px rgba(220,20,60,0.03);
}
.space-frame:hover .space-frame-glow {
    opacity: 0.7;
}

/* ═══════════════════════════════════════════════════════════════
   ARCHETYPE ANIMATIONS — NIKE
   ═══════════════════════════════════════════════════════════════ */

/* Frame is the interactive element */
.space-frame {
    cursor: pointer;
}

/* Shimmer sweep across frame */
.space-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220,20,60,0.06), transparent);
    transform: skewX(-20deg);
    animation: shimmer-sweep 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

/* Archetype symbol replaces diamond */
.space-placeholder-logo {
    font-size: 0;
    background: transparent;
    border: none;
    width: 32px;
    height: 32px;
}
.space-placeholder-logo::before {
    content: '✦';
    font-size: 1.1rem;
    color: var(--classic-gold);
    animation: nike-symbol 3s ease-in-out infinite;
    display: block;
}

/* Floating particles inside frame */
.space-frame-content::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(220,20,60,0.4);
    top: 60%;
    left: 25%;
    animation: float-up 4s ease-in-out infinite;
    pointer-events: none;
}
.space-frame-content .particle-2,
.space-frame-content .particle-3 {
    display: none;
}

/* Elegant "Available" hover label */
.space-frame-content::after {
    content: 'Available';
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    font-family: var(--font-display);
    font-size: clamp(0.55rem, 0.9vw, 0.75rem);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(220,20,60,0.55);
    opacity: 0;
    transition: all 0.35s ease;
    pointer-events: none;
    white-space: nowrap;
}
.space-frame:hover .space-frame-content::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    color: rgba(220,20,60,0.75);
}

/* Refined glow on hover */
.space-frame:hover {
    border-color: rgba(220,20,60,0.25);
    box-shadow: 0 0 20px rgba(220,20,60,0.06), inset 0 0 30px rgba(220,20,60,0.03);
}
.space-frame:hover .space-frame-glow {
    opacity: 0.7;
}

@keyframes nike-symbol {
    0%, 100% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 2px rgba(220,20,60,0.3)); }
    25% { transform: scale(1.15) rotate(5deg); filter: drop-shadow(0 0 8px rgba(220,20,60,0.6)); }
    50% { transform: scale(1) rotate(0deg); filter: drop-shadow(0 0 4px rgba(220,20,60,0.4)); }
    75% { transform: scale(1.15) rotate(-5deg); filter: drop-shadow(0 0 8px rgba(220,20,60,0.6)); }
}

@keyframes shimmer-sweep {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 200%; opacity: 0; }
}
@keyframes float-up {
    0% { transform: translateY(0) scale(1); opacity: 0; }
    15% { opacity: 0.6; }
    85% { opacity: 0.6; }
    100% { transform: translateY(-30px) scale(0.3); opacity: 0; }
}
@keyframes available-pulse {
    0%, 100% { opacity: 0.25; transform: translateX(-50%) translateY(4px) scale(0.92); }
    50% { opacity: 0.85; transform: translateX(-50%) translateY(0) scale(1); }
}

.space-frame--banner {
    aspect-ratio: 1200 / 400;
    min-height: 360px;
    border-top: 3px solid var(--classic-gold);
}
.space-frame--box {
    aspect-ratio: 600 / 600;
    min-height: 520px;
}
.space-frame--throne {
    aspect-ratio: 1200 / 400;
    min-height: 360px;
    background: linear-gradient(145deg, rgba(220,20,60,0.06), rgba(30,58,95,0.95));
    border-color: rgba(220,20,60,0.25);
}
.space-frame--throne .space-frame-content {
    background: linear-gradient(135deg, rgba(220,20,60,0.05), rgba(65,105,225,0.1));
}

/* Space Footer (Price + Reserve, outside frame) */

/* Divider */
.spaces-divider {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
}
.spaces-divider span {
    flex: 1;
    height: 1px;
    background: rgba(220,20,60,0.12);
}
.spaces-divider em {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-style: italic;
    color: var(--text-muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* Full Page Slot Special */
.space-slot--fullpage {
    position: relative;
    padding: 2.5rem;
    background:
        linear-gradient(180deg, rgba(10,10,10,0.92) 0%, rgba(5,5,5,0.98) 100%),
        radial-gradient(ellipse at 50% 0%, rgba(220,20,60,0.12) 0%, transparent 60%);
    border: 1px solid rgba(220,20,60,0.18);
    border-top: 3px solid var(--classic-gold);
    border-radius: 2px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 24px 80px rgba(0,0,0,0.45),
        0 0 60px rgba(220,20,60,0.06);
    overflow: hidden;
}
.space-slot--fullpage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(220,20,60,0.04) 0%, transparent 40%, rgba(65,105,225,0.04) 100%);
    pointer-events: none;
    z-index: 0;
}
.space-slot--fullpage::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220,20,60,0.08), transparent);
    transform: skewX(-20deg);
    animation: throne-shimmer 8s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}
@keyframes throne-shimmer {
    0%, 100% { left: -100%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { left: 200%; opacity: 0; }
}
.space-slot--fullpage > * {
    position: relative;
    z-index: 2;
}
.space-slot--fullpage .space-meta {
    justify-content: center;
    margin-bottom: 1.5rem;
}
.space-slot--fullpage .space-name {
    color: var(--classic-gold);
    font-size: clamp(1rem, 2vw, 1.25rem);
    letter-spacing: 0.08em;
}
.space-slot--fullpage .space-num {
    opacity: 0.9;
    color: var(--classic-gold);
}
.space-slot--fullpage .space-exclusive {
    background: rgba(220,20,60,0.1);
    border-color: rgba(220,20,60,0.3);
    color: var(--classic-gold);
}
.takeover-copy {
    max-width: 820px;
    margin: 0 auto 2rem;
    text-align: center;
}
.takeover-title {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.15;
}
.takeover-title em {
    color: var(--classic-gold);
    font-style: normal;
}
.takeover-body {
    font-size: clamp(0.95rem, 1.6vw, 1.05rem);
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 1.5rem;
}
.takeover-perks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem;
    list-style: none;
    padding: 0;
}
.takeover-perks li {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.25rem;
    background: rgba(220,20,60,0.07);
    border: 1px solid rgba(220,20,60,0.16);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-muted);
    transition: all 0.3s ease;
}
.takeover-perks li:hover {
    background: rgba(220,20,60,0.12);
    border-color: rgba(220,20,60,0.28);
    color: var(--text-primary);
}
.takeover-perks li::before {
    content: '✦';
    color: var(--classic-gold);
}
.space-frame--throne {
    aspect-ratio: 1200 / 400;
    min-height: 360px;
    background:
        linear-gradient(145deg, rgba(220,20,60,0.08), rgba(30,58,95,0.95)),
        radial-gradient(ellipse at 50% 0%, rgba(220,20,60,0.1) 0%, transparent 60%);
    border-color: rgba(220,20,60,0.35);
    border-width: 2px;
    box-shadow:
        inset 0 0 40px rgba(220,20,60,0.04),
        0 0 40px rgba(220,20,60,0.08);
}
.space-frame--throne .space-frame-content {
    background: linear-gradient(135deg, rgba(220,20,60,0.06), rgba(65,105,225,0.12));
    border: 1px dashed rgba(220,20,60,0.2);
}
.space-frame--throne .space-placeholder-logo::before {
    font-size: 1.6rem;
    animation-duration: 2.5s;
}
.space-frame--throne .space-frame-content::after {
    content: 'Apply to Own the Temple';
    color: rgba(220,20,60,0.65);
    letter-spacing: 0.18em;
}
.space-frame--throne:hover .space-frame-content::after {
    color: rgba(220,20,60,0.9);
}

/* Hide full-page takeover when any individual slot is already claimed */
.space-slot[data-bundle="1"].takeover-hidden,
.space-slot--fullpage.takeover-hidden {
    display: none !important;
}
.space-slot[data-bundle="1"].takeover-hidden + .spaces-divider,
.space-slot--fullpage.takeover-hidden + .spaces-divider {
    display: none;
}

/* ===== RESPONSIVE SPACES ===== */
@media (max-width: 1024px) {
    .space-row--boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    .space-row--boxes > .space-slot {
        flex: none;
        min-width: 0;
        width: 100%;
    }
    .space-frame--box {
        min-height: auto !important;
        aspect-ratio: 1 / 1;
        max-height: min(360px, 45vw);
    }
}

@media (max-width: 768px) {
    .steps-grid {
        grid-template-columns: 1fr;
        max-width: 400px;
    }
    .spaces-layout {
        gap: 2rem;
    }
    .space-row {
        flex-direction: column;
        gap: 1rem;
    }
    .space-row--boxes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .space-row--boxes > .space-slot {
        flex: none;
        min-width: 0;
        width: 100%;
    }
    .space-frame {
        border-color: rgba(220,20,60,0.35);
        background: linear-gradient(145deg, rgba(40,68,105,0.85), rgba(15,15,15,0.98));
    }
    .space-frame--banner,
    .space-frame--throne {
        min-height: 160px;
        max-height: 220px;
    }
    .space-frame--box {
        min-height: auto !important;
        aspect-ratio: 1 / 1;
        max-height: min(360px, 45vw);
    }
    .space-frame-content .space-placeholder-logo {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    .space-frame-content::after {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        font-size: 0.6rem;
        letter-spacing: 0.18em;
    }
    .space-meta {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .space-num {
        font-size: 0.85rem;
    }
    .space-name {
        font-size: 0.85rem;
    }
    .space-dims {
        font-size: 0.7rem;
    }
    .space-exclusive {
        margin-left: 0;
        font-size: 0.6rem;
    }
}

.booking-error {
    background: rgba(255,107,107,0.08);
    border: 1px solid rgba(255,107,107,0.2);
    color: #ff6b6b;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

/* ===== BOOKING MODAL ===== */
.booking-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.booking-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(6px);
}
.booking-modal-panel {
    position: relative;
    background: linear-gradient(145deg, rgba(30,58,95,0.98), rgba(5,5,5,0.99));
    border: 1px solid rgba(220,20,60,0.15);
    border-radius: 14px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.booking-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s;
}
.booking-modal-close:hover { color: var(--classic-gold); }
.booking-modal-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}
.booking-modal-title span { color: var(--classic-gold); }
.booking-modal-subtitle {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}
.booking-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.booking-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-secondary);
}
.booking-input {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(220,20,60,0.12);
    border-radius: 8px;
    padding: 0.7rem 1rem;
    color: var(--text-primary);
    font-size: 0.95rem;
    transition: border-color 0.2s;
    outline: none;
}
.booking-input:focus { border-color: var(--classic-gold); }
.booking-input::placeholder { color: var(--text-muted); }
.booking-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(220,20,60,0.08);
    margin-top: 0.5rem;
}
.booking-price-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
}
.booking-price-value {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--classic-gold);
}
.booking-submit {
    background: var(--classic-gold);
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 0.85rem 1.5rem;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: opacity 0.2s;
    width: 100%;
}
.booking-submit:hover { opacity: 0.9; }
.booking-submit--secondary {
    background: transparent;
    color: var(--classic-gold);
    border: 1px solid rgba(220,20,60,0.3);
}
.booking-note {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 0.5rem;
}
.booking-toggle {
    display: flex;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(220,20,60,0.12);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.booking-toggle-btn {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text-secondary);
    padding: 0.6rem;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s;
}
.booking-toggle-btn.active {
    background: rgba(220,20,60,0.15);
    color: var(--classic-gold);
}
.booking-char-limit {
    font-size: 0.7rem;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-muted);
    margin-left: 0.4rem;
}
.booking-char-count {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-align: right;
    margin: -0.4rem 0 0.4rem 0;
    transition: color 0.2s;
}
.booking-char-count.booking-char-count--near {
    color: var(--gold-dim);
}
.booking-char-count.booking-char-count--over {
    color: #c44;
}
.booking-upload-zone {
    border: 2px dashed rgba(220,20,60,0.2);
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    position: relative;
    overflow: hidden;
}
.booking-upload-zone:hover,
.booking-upload-zone.dragover {
    border-color: var(--classic-gold);
    background: rgba(220,20,60,0.03);
}
.booking-upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.booking-upload-prompt { pointer-events: none; }
.booking-upload-icon {
    font-size: 2rem;
    color: var(--classic-gold);
    display: block;
    margin-bottom: 0.5rem;
}
.booking-upload-hint {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}
.booking-upload-preview {
    max-width: 100%;
    max-height: 200px;
    border-radius: 6px;
    margin-top: 1rem;
    object-fit: contain;
}
.booking-upload-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}
.booking-live-preview {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(220,20,60,0.08);
}
.booking-live-preview-label {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
}
.booking-live-preview-frame {
    background: linear-gradient(145deg, rgba(30,58,95,0.92), rgba(5,5,5,0.97));
    border: 1px solid rgba(220,20,60,0.1);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}
.booking-live-preview-frame img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
}
.booking-status-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(220,20,60,0.1);
    border: 2px solid var(--classic-gold);
    color: var(--classic-gold);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.booking-status-icon--error {
    border-color: #ff6b6b;
    color: #ff6b6b;
    background: rgba(255,107,107,0.08);
}
.booking-token-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
    margin: 1rem 0;
}
.booking-token-note a {
    color: var(--classic-gold);
    text-decoration: underline;
}
.booking-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(220,20,60,0.15);
    border-top-color: var(--classic-gold);
    border-radius: 50%;
    animation: bookingSpin 0.8s linear infinite;
    margin: 0 auto 1rem;
}
@keyframes bookingSpin {
    to { transform: rotate(360deg); }
}

/* Reserved badge */
.space-reserved-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--classic-gold);
    padding: 0.5rem 1rem;
    background: rgba(220,20,60,0.08);
    border: 1px solid rgba(220,20,60,0.2);
    border-radius: 6px;
}
.space-reserved-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 6px #4ade80;
}
.space-reserved-badge--reserved::before {
    background: #fbbf24;
    box-shadow: 0 0 6px #fbbf24;
}


/* Frame overlay for reserved/live slots */
.space-frame-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(8, 14, 25, 0.85);
    backdrop-filter: blur(2px);
    gap: 0.5rem;
}
.space-frame-overlay-text {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--classic-gold);
    text-transform: uppercase;
}
.space-frame-overlay-sub {
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}

/* Live ad inside frame */
.space-live-ad {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
.space-live-ad img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Upload dimensions emphasis */
.booking-upload-dims {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    color: var(--classic-gold);
    text-align: center;
    margin-bottom: 1rem;
}


/* My Bookings */
.my-bookings-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}
.my-booking-item {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(220,20,60,0.1);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.my-booking-item-info {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.my-booking-item-name {
    font-family: var(--font-display);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-primary);
}
.my-booking-item-status {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.my-booking-item-status--live { color: var(--success); }
.my-booking-item-status--pending { color: #fbbf24; }
.my-booking-item-status--rejected { color: #ff6b6b; }
.my-booking-item-link {
    color: var(--classic-gold);
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.my-booking-item-link:hover {
    text-decoration: underline;
}

/* My bookings nav link */
.my-bookings-nav {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 900;
    background: var(--bg-elevated);
    border: 1px solid var(--gold-dim);
    color: var(--classic-gold);
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    font-family: var(--font-display);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    transition: all 0.2s;
}
.my-bookings-nav:hover {
    background: rgba(220,20,60,0.1);
}
/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .reveal-up,
    .reveal-left,
    .reveal-right,
    .reveal-scale {
        opacity: 1;
        transform: none;
    }
}
/* ===== GALLERY ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
    max-width: 1000px;
    margin: 0 auto;
}
.gallery-item {
    background: var(--gradient-card);
    border: 1px solid rgba(220,20,60,0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.gallery-item:hover {
    transform: translateY(-4px);
    border-color: rgba(220,20,60,0.2);
    box-shadow: var(--shadow-card), var(--shadow-gold);
}
.gallery-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, rgba(30,58,95,0.9), rgba(5,5,5,0.95));
    border-bottom: 1px solid rgba(220,20,60,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: var(--space-md);
    text-align: center;
}
.gallery-label {
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--classic-gold);
    letter-spacing: 0.03em;
}
.gallery-meta {
    font-size: 0.7rem;
    color: var(--text-muted);
    letter-spacing: 0.05em;
}
.gallery-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(255,215,0,0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), filter 0.6s ease;
}
.gallery-item:hover .gallery-img {
    transform: scale(1.03);
    filter: brightness(1.08);
}
.gallery-caption {
    padding: var(--space-md);
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.7;
}
/* Asset brightness fix for dark generated PNGs */
.patron-mascot-img,
.gallery-img {
    filter: brightness(1.5) contrast(1.1) saturate(1.05);
    transition: filter 0.3s ease;
}

.patron-mascot-img:hover,
.gallery-item:hover .gallery-img {
    filter: brightness(1.7) contrast(1.15) saturate(1.1);
}

/* Pronunciation Section */
.pronunciation-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 3rem;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

@media (max-width: 900px) {
    .pronunciation-grid { grid-template-columns: 1fr; }
}

.pronunciation-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ipa-display {
    padding: 2rem 2.5rem;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid color-mix(in srgb, var(--primary) 20%, transparent);
    border-radius: 2px;
    text-align: center;
}

.ipa-text {
    display: block;
    font-family: var(--font-mono);
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    color: var(--primary);
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.ipa-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--white-dim);
}

.pronunciation-breakdown {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.phoneme {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border-left: 2px solid color-mix(in srgb, var(--primary) 40%, transparent);
}

.phoneme-symbol {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--primary);
    min-width: 80px;
    letter-spacing: 0.05em;
}

.phoneme-desc {
    font-size: 0.95rem;
    color: var(--white-dim);
    line-height: 1.7;
}

.pronunciation-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--white-faint);
    border-radius: 2px;
}

.sidebar-title {
    font-family: var(--font-display);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 1rem;
}

.sidebar-text {
    font-size: 0.95rem;
    color: var(--white-dim);
    line-height: 1.8;
}

.sidebar-divider {
    height: 1px;
    background: var(--white-faint);
    margin: 1.25rem 0;
}

.kin-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.kin-list li {
    font-size: 0.9rem;
    color: var(--white-dim);
    line-height: 1.6;
}

.kin-list li strong {
    color: var(--white);
    font-weight: 600;
}

.accent-card {
    border-color: color-mix(in srgb, var(--secondary) 25%, transparent);
    background: color-mix(in srgb, var(--secondary) 5%, transparent);
}

/* Domains & Symbols */
.domains-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.domains-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .domains-grid { grid-template-columns: 1fr; }
}

.domain-card {
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid var(--white-faint);
    transition: all 0.4s ease;
}

.domain-card:hover {
    border-color: color-mix(in srgb, var(--primary) 25%, transparent);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-4px);
}

.domain-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
}

.domain-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--primary);
}

.domain-name {
    font-family: var(--font-display);
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 0.75rem;
}

.domain-desc {
    font-size: 0.95rem;
    color: var(--white-dim);
    line-height: 1.7;
}

.symbols-section {
    max-width: 900px;
    margin: 0 auto;
}

.symbols-title {
    font-family: var(--font-display);
    font-size: 1.25rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.symbols-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.symbol-item {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid var(--white-faint);
    font-size: 0.95rem;
}

.symbol-name {
    font-family: var(--font-display);
    color: var(--white);
    letter-spacing: 0.05em;
    min-width: 160px;
}

.symbol-meaning {
    color: var(--white-dim);
    text-align: right;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .symbol-item { flex-direction: column; gap: 0.5rem; }
    .symbol-meaning { text-align: left; }
}

/* Myth Timeline */
.myths-timeline {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    padding-left: 2rem;
}

.myths-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--primary), transparent);
}

.myth-card {
    position: relative;
    padding: 2rem 2.5rem;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid var(--white-faint);
    transition: all 0.4s ease;
}

.myth-card:hover {
    border-color: color-mix(in srgb, var(--primary) 20%, transparent);
    background: rgba(255, 255, 255, 0.025);
}

.myth-marker {
    position: absolute;
    left: calc(-2rem - 6px);
    top: 2.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 4px var(--void-deep);
}

.myth-tag {
    display: inline-block;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.myth-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--white);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.myth-text {
    font-size: 1rem;
    color: var(--white-dim);
    line-height: 1.8;
}

.myth-text strong {
    color: var(--white);
    font-weight: 600;
}

@media (max-width: 768px) {
    .myths-timeline { padding-left: 1.5rem; }
    .myth-marker { left: calc(-1.5rem - 5px); width: 10px; height: 10px; }
}

@media (max-width: 640px) {
    .booking-modal {
        align-items: flex-start;
        padding-top: 180px;
        padding-bottom: 1rem;
    }
    .booking-modal-panel {
        max-height: calc(100vh - 180px - 1rem);
    }
}
.hero-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* ===== PATRON CIRCLE ===== */
.patron-section {
    background: linear-gradient(180deg, #070707 0%, var(--bg-primary) 100%);
    border-top: 1px solid rgba(220,20,60,0.06);
}
.patron-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
}
.patron-card {
    position: relative;
    background: var(--gradient-card);
    border: 1px solid rgba(220,20,60,0.12);
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.patron-card:hover {
    transform: translateY(-4px);
    border-color: rgba(220,20,60,0.28);
    box-shadow: var(--shadow-card), var(--shadow-gold);
}
.patron-card--join {
    background: linear-gradient(145deg, rgba(220,20,60,0.08), rgba(220,20,60,0.02));
    border-color: rgba(220,20,60,0.22);
}
.patron-join-icon {
    font-size: 1.8rem;
    color: var(--classic-gold);
    line-height: 1;
    margin-bottom: 0.25rem;
}
.patron-join-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
}
.patron-join-body {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}
.patron-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin: 0.5rem 0;
}
.patron-price {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--classic-gold);
}
.patron-price-period {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.patron-badge-name {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    word-break: break-word;
}
.patron-badge-title {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--classic-gold);
    margin: 0;
}
.patron-badge-message {
    font-size: 0.8rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0.5rem 0 0;
    font-style: italic;
}
.patron-badge-seal {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient-gold);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 20px rgba(220,20,60,0.25);
}
.patron-amount-toggle {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.patron-amount-btn {
    flex: 1;
    padding: 0.7rem 0.5rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(220,20,60,0.2);
    border-radius: 8px;
    color: var(--text-secondary);
    font-family: var(--font-display);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.patron-amount-btn:hover,
.patron-amount-btn.active {
    background: rgba(220,20,60,0.12);
    border-color: var(--classic-gold);
    color: var(--text-primary);
}
.patron-modal-panel {
    max-width: 440px;
}
.patron-empty-state {
    text-align: center;
    color: var(--text-muted);
    font-size: 0.9rem;
    padding: 2rem 1rem;
}

@media (max-width: 640px) {
    .patron-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .patron-card {
        padding: 1.25rem 1rem;
    }
    .patron-price {
        font-size: 1.6rem;
    }
}

@media (max-width: 400px) {
    .patron-grid {
        grid-template-columns: 1fr;
    }
}
