* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #d4af37;
    --dark-gold: #b8941f;
    --navy: #1a1a2e;
    --lighter-navy: #2a2a3e;
    --cream: #f8f6f1;
    --light-gold: #e8d796;
    --text-primary: #333333;
    --text-secondary: #666666;
    --border-subtle: #d0d0d0;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--cream);
    color: var(--text-primary);
    line-height: 1.7;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

/* Age Verification Overlay */
.age-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 46, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.age-overlay.hidden {
    display: none;
}

.age-verification-box {
    background: var(--cream);
    border: 4px solid var(--gold);
    padding: 60px 50px;
    max-width: 550px;
    text-align: center;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.age-icon {
    font-size: 70px;
    margin-bottom: 25px;
}

.age-verification-box h2 {
    font-size: 2.5rem;
    color: var(--navy);
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
}

.age-message,
.age-requirement,
.age-notice {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-bottom: 18px;
    line-height: 1.6;
}

.age-requirement {
    font-weight: 700;
    color: var(--text-primary);
}

.age-action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.verify-button {
    flex: 1;
    padding: 18px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 190px;
}

.yes-button {
    background: var(--gold);
    color: var(--navy);
}

.yes-button:hover {
    background: var(--dark-gold);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.no-button {
    background: var(--lighter-navy);
    color: var(--cream);
    border: 2px solid var(--navy);
}

.no-button:hover {
    background: var(--navy);
}

/* Site Header and Navigation */
.site-header {
    background: var(--navy);
    border-bottom: 3px solid var(--gold);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.navigation {
    padding: 20px 0;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 25px;
}

.site-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.brand-emblem {
    width: 55px;
    height: 55px;
}

.brand-title {
    font-size: 2.2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.toggle-bar {
    width: 32px;
    height: 3px;
    background: var(--gold);
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-link {
    color: var(--cream);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    letter-spacing: 0.5px;
}

.nav-link:hover,
.nav-link.active-link {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

/* Main Content */
main {
    background: var(--cream);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--lighter-navy) 100%);
    color: var(--cream);
    padding: 90px 25px;
    text-align: center;
}

.hero-title {
    font-size: 4rem;
    color: var(--gold);
    margin-bottom: 25px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
}

.hero-subtitle {
    font-size: 1.8rem;
    color: var(--light-gold);
    margin-bottom: 30px;
    font-style: italic;
}

.hero-description {
    font-size: 1.25rem;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Section Styling */
section {
    padding: 70px 25px;
}

.section-heading {
    text-align: center;
    margin-bottom: 55px;
}

.section-heading h2 {
    font-size: 3rem;
    color: var(--navy);
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.heading-ornament {
    width: 120px;
    height: 3px;
    background: var(--gold);
    margin: 0 auto;
}

.intro-text {
    font-size: 1.2rem;
    text-align: center;
    max-width: 950px;
    margin: 0 auto 50px;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Intro Cards */
.intro-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.intro-card {
    background: white;
    padding: 45px 35px;
    text-align: center;
    border: 2px solid var(--gold);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.intro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.25);
}

.card-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.intro-card h3 {
    font-size: 1.6rem;
    color: var(--navy);
    margin-bottom: 18px;
}

.intro-card p {
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Notice Boxes */
.notice-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.notice-box {
    background: white;
    padding: 40px;
    border-left: 5px solid var(--gold);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.notice-primary {
    border-left-color: var(--gold);
}

.notice-secondary {
    border-left-color: var(--navy);
}

.notice-tertiary {
    border-left-color: var(--dark-gold);
}

.notice-box h3 {
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 18px;
}

.notice-box p {
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Game Embed */
.feature-intro {
    text-align: center;
    font-size: 1.15rem;
    color: var(--text-secondary);
    max-width: 850px;
    margin: 0 auto 45px;
    line-height: 1.7;
}

.game-embed {
    margin: 50px 0;
}

.game-border {
    background: white;
    padding: 25px;
    border: 3px solid var(--gold);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.game-display {
    width: 100%;
    height: 700px;
    border: none;
    background: #000;
}

.game-instructions {
    background: white;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.game-instructions h3 {
    font-size: 1.8rem;
    color: var(--navy);
    margin-bottom: 25px;
}

.game-instructions p {
    color: var(--text-secondary);
    margin-bottom: 18px;
    line-height: 1.8;
}

.game-instructions p:last-child {
    margin-bottom: 0;
}

.game-instructions strong {
    color: var(--navy);
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-top: 50px;
}

.feature-item {
    background: white;
    padding: 40px 35px;
    border: 1px solid var(--border-subtle);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.feature-item:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.feature-number {
    font-size: 3rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-item h4 {
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 15px;
}

.feature-item p {
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Philosophy Content */
.philosophy-content {
    display: grid;
    gap: 45px;
    margin-top: 50px;
}

.philosophy-block {
    background: white;
    padding: 45px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.philosophy-block h3 {
    font-size: 1.9rem;
    color: var(--navy);
    margin-bottom: 25px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 15px;
}

.philosophy-block p {
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.8;
}

.philosophy-block p:last-child {
    margin-bottom: 0;
}

/* Invitation Section */
.invitation-section {
    background: linear-gradient(135deg, var(--navy) 0%, var(--lighter-navy) 100%);
    color: var(--cream);
    padding: 80px 25px;
    text-align: center;
}

.invitation-content h2 {
    font-size: 2.8rem;
    color: var(--gold);
    margin-bottom: 30px;
}

.invitation-content p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.8;
}

.primary-button {
    display: inline-block;
    background: var(--gold);
    color: var(--navy);
    padding: 18px 50px;
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    border: 2px solid var(--gold);
}

.primary-button:hover {
    background: transparent;
    color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* Play Page */
.play-introduction {
    background: linear-gradient(135deg, var(--navy) 0%, var(--lighter-navy) 100%);
    color: var(--cream);
    padding: 70px 25px;
    text-align: center;
}

.page-title {
    font-size: 3.5rem;
    color: var(--gold);
    margin-bottom: 25px;
}

.play-description {
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.8;
}

.guidance-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin: 50px 0;
}

.guidance-card {
    background: white;
    padding: 45px 35px;
    border: 2px solid var(--gold);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.guidance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.25);
}

.step-indicator {
    font-size: 2.5rem;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.guidance-card h3 {
    font-size: 1.7rem;
    color: var(--navy);
    margin-bottom: 18px;
}

.guidance-card p {
    color: var(--text-secondary);
    line-height: 1.7;
}

.technical-requirements,
.important-reminders {
    background: white;
    padding: 45px;
    margin-top: 45px;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.technical-requirements h3,
.important-reminders h3 {
    font-size: 2rem;
    color: var(--navy);
    margin-bottom: 30px;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 15px;
}

.requirements-list {
    display: grid;
    gap: 25px;
}

.requirement-item {
    background: var(--cream);
    padding: 25px;
    border-left: 4px solid var(--gold);
}

.requirement-item strong {
    display: block;
    color: var(--navy);
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.requirement-item p {
    color: var(--text-secondary);
    line-height: 1.7;
}

.reminders-list {
    list-style: none;
    padding: 0;
}

.reminders-list li {
    background: var(--cream);
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid var(--gold);
    color: var(--text-secondary);
    line-height: 1.7;
}

/* Legal Pages */
.legal-introduction {
    background: linear-gradient(135deg, var(--navy) 0%, var(--lighter-navy) 100%);
    color: var(--cream);
    padding: 70px 25px;
    text-align: center;
}

.legal-update {
    font-size: 1.1rem;
    color: var(--light-gold);
    font-style: italic;
}

.legal-text {
    background: white;
    padding: 60px;
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid var(--border-subtle);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.legal-text h2 {
    font-size: 2.2rem;
    color: var(--navy);
    margin: 45px 0 25px 0;
    border-bottom: 2px solid var(--gold);
    padding-bottom: 12px;
}

.legal-text h2:first-child {
    margin-top: 0;
}

.legal-text h3 {
    font-size: 1.6rem;
    color: var(--navy);
    margin: 30px 0 18px 0;
}

.legal-text p {
    color: var(--text-secondary);
    margin-bottom: 20px;
    line-height: 1.8;
}

.legal-text ul {
    color: var(--text-secondary);
    margin: 20px 0 20px 35px;
    line-height: 1.8;
}

.legal-text li {
    margin-bottom: 12px;
}

.terms-conclusion,
.privacy-conclusion,
.disclaimer-conclusion {
    background: var(--cream);
    padding: 35px;
    margin-top: 45px;
    border: 3px solid var(--gold);
}

.primary-disclaimer {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(26, 26, 46, 0.05));
    padding: 45px;
    border: 3px solid var(--gold);
    margin-bottom: 50px;
    text-align: center;
}

.primary-disclaimer h2 {
    color: var(--navy);
    margin-bottom: 25px;
    border-bottom: none;
    padding-bottom: 0;
}

.disclaimer-emphasis {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-primary);
}

.key-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-points li {
    background: white;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid var(--gold);
}

/* Footer */
.site-footer {
    background: var(--navy);
    color: var(--cream);
    padding: 60px 25px 30px;
    border-top: 3px solid var(--gold);
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 45px;
    margin-bottom: 45px;
}

.footer-column h4 {
    font-size: 1.5rem;
    color: var(--gold);
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
}

.footer-column p {
    line-height: 1.7;
    color: var(--cream);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: var(--cream);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 8px;
}

.footer-base {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid var(--gold);
    color: var(--cream);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 98px;
        left: -100%;
        width: 100%;
        flex-direction: column;
        background: var(--navy);
        padding: 35px 25px;
        gap: 0;
        transition: left 0.3s ease;
        border-bottom: 3px solid var(--gold);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin-bottom: 18px;
        width: 100%;
    }

    .nav-link {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.4rem;
    }

    .hero-description {
        font-size: 1.1rem;
    }

    .section-heading h2 {
        font-size: 2.2rem;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .invitation-content h2 {
        font-size: 2rem;
    }

    .legal-text {
        padding: 35px 25px;
    }

    .age-verification-box {
        padding: 40px 25px;
        margin: 20px;
    }

    .age-action-buttons {
        flex-direction: column;
    }

    .verify-button {
        width: 100%;
    }

    .game-display {
        height: 450px;
    }

    .intro-cards,
    .notice-boxes,
    .features-grid,
    .guidance-steps {
        grid-template-columns: 1fr;
    }
}
