    /* Base Styles */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        background-color: #0a0a0a;
        color: #ffffff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        overflow-x: hidden;
    }

    h1,
    h2,
    .logo {
        font-family: 'Georgia', serif;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    /* Header Base */
    .header {
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(212, 175, 55, 0.2);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 5%;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

    /* Stylish Toggle Icon */
    .menu-toggle {
        display: none;
        /* Hidden on Desktop */
        cursor: pointer;
        width: 30px;
        height: 20px;
        position: relative;
        z-index: 1001;
    }

    .hamburger span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #d4af37;
        /* Panther Gold */
        transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        bottom: 0;
        width: 60%;
        right: 0;
    }

    /* Transform to X */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-toggle.active span:nth-child(2) {
        transform: rotate(-45deg);
        bottom: 9px;
        width: 100%;
    }

    /* Mobile Overlay */
    .mobile-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(15px);
        transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-overlay.open {
        right: 0;
    }

    .mobile-nav-links {
        list-style: none;
        text-align: center;
    }

    .mobile-nav-links li {
        margin: 40px 0;
        opacity: 0;
        transform: translateY(20px);
        transition: 0.5s;
    }

    .mobile-overlay.open .mobile-nav-links li {
        opacity: 1;
        transform: translateY(0);
    }

    /* Staggered Delay for Menu Items */
    .mobile-nav-links li:nth-child(1) {
        transition-delay: 0.2s;
    }

    .mobile-nav-links li:nth-child(2) {
        transition-delay: 0.3s;
    }

    .mobile-nav-links li:nth-child(3) {
        transition-delay: 0.4s;
    }

    .mobile-nav-links li:nth-child(4) {
        transition-delay: 0.5s;
    }

    .mobile-nav-links a {
        font-family: 'Cinzel', serif;
        font-size: 2rem;
        color: #fff;
        text-decoration: none;
        letter-spacing: 5px;
    }

    .mobile-footer {
        position: absolute;
        bottom: 50px;
        color: #d4af37;
        font-size: 10px;
        letter-spacing: 3px;
    }

    /* Responsive */
    @media (max-width: 991px) {

        .nav-desktop,
        .desktop-btn {
            display: none;
        }

        .menu-toggle {
            display: block;
        }
    }

    .logo {
        font-size: 1.5rem;
        font-weight: bold;
        color: #d4af37;
    }

    nav ul {
        display: flex;
        list-style: none;
        gap: 40px;
    }

    nav ul li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 0.9rem;
        letter-spacing: 2px;
        transition: color 0.3s;
    }

    nav ul li a:hover {
        color: #d4af37;
    }

    .booking-btn {
        background-color: transparent;
        border: 1px solid #d4af37;
        color: #d4af37;
        padding: 12px 25px;
        text-transform: uppercase;
        letter-spacing: 2px;
        cursor: pointer;
        transition: all 0.4s;
    }

    .booking-btn:hover {
        background-color: #d4af37;
        color: #000;
    }


    /* ================================
   LUXURY BREADCRUMB — CENTERED
================================ */
    .breadcrumb-section {
        position: relative;
        overflow: hidden;
    }

    .breadcrumb-image-container {
        position: relative;
        height: 420px;
    }

    .breadcrumb-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: brightness(1.00) contrast(1.07);
    }


    .breadcrumb-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.55) 0%,
                rgba(0, 0, 0, 0.75) 60%,
                rgba(0, 0, 0, 0.9) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .breadcrumb-content {
        max-width: 720px;
        margin: 0 auto;
        padding-top: 40px;
    }

    .breadcrumb-heading {
        font-size: 3rem;
        font-weight: 500;
        letter-spacing: 2px;
        color: #f6ead1;
        margin-bottom: 16px;
    }

    .breadcrumb-tagline {
        font-size: 1.05rem;
        font-style: italic;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.75);
        margin-bottom: 32px;
    }


    /* Responsive */
    @media (max-width: 768px) {
        .breadcrumb-image-container {
            height: 320px;
        }

        .breadcrumb-heading {
            font-size: 2.2rem;
            letter-spacing: 1.4px;
        }

        .breadcrumb-tagline {
            font-size: 0.95rem;
        }
    }



    /* Hero Section */
    .hero {
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        background: #000;
        /* Fallback */
    }

    /* This is where your Cinematic Video will play */
    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.6;
    }

    .hero-content {
        position: relative;
        z-index: 1;
        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 4rem;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 1.2rem;
        color: #ccc;
        max-width: 600px;
        margin: 0 auto 30px;
        line-height: 1.6;
    }

    /* Why Its Expensive */
    :root {
        --gold: #d4af37;
        --obsidian: #050505;
        --glass: rgba(255, 255, 255, 0.03);
        --border: rgba(212, 175, 55, 0.2);
    }

    .master-luxury-archive {
        background-color: var(--obsidian);
        color: #fff;
        padding: 0 10%;
        font-family: 'Inter', sans-serif;
    }

    /* 1. Hero Reveal */
    .luxury-anchor {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .archival-note {
        letter-spacing: 5px;
        color: var(--gold);
        font-size: 0.75rem;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .gold-title {
        font-family: 'Cinzel Decorative', serif;
        font-size: 5.5rem;
        letter-spacing: 15px;
        background: linear-gradient(to right, #d4af37, #fcf6ba, #d4af37);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .edition-subtitle {
        font-family: 'Cinzel', serif;
        letter-spacing: 8px;
        font-weight: 300;
        color: #fff;
        margin-top: 10px;
    }

    /* 2. Content Blocks */
    .content-block {
        padding: 150px 0;
        border-bottom: 1px solid var(--border);
    }

    .chapter-label {
        color: var(--gold);
        font-size: 0.8rem;
        letter-spacing: 3px;
        margin-bottom: 30px;
        opacity: 0.7;
    }

    h3 {
        font-family: 'Cinzel', serif;
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    h3 span {
        color: var(--gold);
        font-style: italic;
    }

    .feature-text {
        font-size: 1.5rem;
        font-weight: 200;
        line-height: 1.8;
        color: #ccc;
        max-width: 800px;
    }

    /* 3. Craftsmanship Stats */
    .craftsmanship-stats {
        display: flex;
        gap: 50px;
        margin: 60px 0;
    }

    .stat {
        font-size: 0.9rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
    }

    .gold-num {
        font-size: 2.5rem;
        color: var(--gold);
        font-family: 'Cinzel', serif;
        margin-bottom: 5px;
    }

    /* 4. Protocol Gate (The Elite Portal) */
    .vetting-card {
        background: var(--glass);
        border: 1px solid var(--gold);
        padding: 80px;
        backdrop-filter: blur(15px);
    }

    .investment-value {
        font-family: 'Cinzel', serif;
        font-size: 2.5rem;
        color: var(--gold);
        margin: 30px 0;
    }

    .protocol-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        text-align: left;
    }

    .protocol-item h5 {
        color: var(--gold);
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .protocol-item p {
        font-size: 0.85rem;
        color: #aaa;
    }

    .laureate-notice {
        margin-top: 50px;
        padding: 30px;
        border: 1px dashed var(--gold);
        font-size: 0.9rem;
        color: #eee;
    }

    .btn-vet {
        background: var(--gold);
        color: #000;
        border: none;
        padding: 20px 60px;
        font-family: 'Cinzel', serif;
        font-weight: bold;
        font-size: 1rem;
        cursor: pointer;
        margin-top: 40px;
        transition: 0.4s ease;
    }

    .btn-vet:hover {
        background: #fff;
        letter-spacing: 3px;
    }

    /* Responsive Styling */
    @media (max-width: 1024px) {
        .gold-title {
            font-size: 3rem;
        }

        .protocol-grid {
            grid-template-columns: 1fr;
        }

        .content-block {
            padding: 80px 20px;
        }
    }


    .content-section {
        display: flex;
        align-items: center;
        gap: 60px;
        max-width: 1200px;
        margin: auto;
        padding: 80px 20px;
    }

    .content-block {
        flex: 1;
    }

    .image-block {
        flex: 1;
        text-align: right;
    }

    .image-block img {
        width: 100%;
        max-width: 460px;
        border-radius: 12px;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
    }

    /* Optional luxury touch */
    .gold-num {
        color: #c6a15b;
        font-weight: 600;
        margin-right: 6px;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .content-section {
            flex-direction: column;
            text-align: center;
        }

        .image-block {
            text-align: center;
            margin-top: 40px;
        }
    }

    .premium-focus {
        padding: 110px 60px;
    }

    /* Chapter Label */
    .premium-label {
        font-size: 0.8rem;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: rgba(198, 161, 91, 0.9);
        margin-bottom: 80px;
    }

    /* Grid */
    .premium-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 70px;
    }

    /* Item */
    .premium-item {
        position: relative;
        padding-left: 50px;
    }

    /* Index Number */
    .premium-index {
        position: absolute;
        left: 0;
        top: -6px;
        font-size: 1.6rem;
        font-weight: 300;
        color: rgba(198, 161, 91, 0.6);
        letter-spacing: 2px;
    }

    /* Headings */
    .premium-item h4 {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.3px;
        color: #f6ead1;
        margin-bottom: 18px;
    }

    /* Divider Line */
    .premium-item h4::after {
        content: "";
        display: block;
        width: 48px;
        height: 1px;
        background: linear-gradient(90deg, #c6a15b, transparent);
        margin-top: 14px;
    }

    /* Text */
    .premium-item p {
        font-size: 0.95rem;
        line-height: 1.85;
        color: rgba(255, 255, 255, 0.78);
        margin-top: 18px;
        max-width: 420px;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .premium-focus {
            padding: 80px 26px;
        }

        .premium-item {
            padding-left: 40px;
        }
    }


    /* ================================
   GLOBAL LUXURY RESET
================================ */
    .about-us {
        max-width: 1200px;
        margin: 0 auto;
        padding: 140px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
        letter-spacing: 0.15px;
    }

    /* ================================
   HEADER
================================ */
    .about-header {
        margin-bottom: 140px;
    }

    .about-header h1 {
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #f6ead1;
        margin-bottom: 14px;
    }

    .about-header .subtitle {
        font-size: 1.1rem;
        font-style: italic;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 30px;
    }

    .about-header .meta {
        font-size: 0.9rem;
        line-height: 1.8;
        color: rgba(198, 161, 91, 0.9);
    }

    /* ================================
   SECTIONS
================================ */
    .about-section {
        margin-bottom: 120px;
        max-width: 780px;
    }

    .about-section h2 {
        font-size: 1.9rem;
        font-weight: 400;
        color: #f6ead1;
        margin-bottom: 36px;
        position: relative;
    }

    .about-section h2::after {
        content: "";
        display: block;
        width: 70px;
        height: 1px;
        margin-top: 18px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    /* Sub-headings */
    .about-section h3 {
        font-size: 1.2rem;
        font-weight: 400;
        color: #f2dfb3;
        margin-top: 50px;
        margin-bottom: 14px;
    }

    /* ================================
   TEXT
================================ */
    .about-section p {
        font-size: 0.98rem;
        line-height: 1.95;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, 0.78);
    }

    .about-section strong {
        color: #f6ead1;
        font-weight: 500;
    }

    .about-section em {
        font-style: italic;
        color: rgba(255, 255, 255, 0.85);
    }

    /* ================================
   LISTS
================================ */
    .about-section ul {
        margin-top: 22px;
        margin-bottom: 30px;
        padding-left: 22px;
    }

    .about-section ul li {
        font-size: 0.95rem;
        line-height: 1.85;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.76);
        list-style-type: disc;
    }

    .about-section ul li::marker {
        color: rgba(198, 161, 91, 0.8);
    }

    /* ================================
   QUOTE STYLE
================================ */
    .about-section em {
        display: block;
        font-size: 1.05rem;
        margin-bottom: 24px;
    }

    /* ================================
   RESPONSIVE
================================ */
    @media (max-width: 992px) {
        .about-us {
            padding: 100px 40px;
        }

        .about-header h1 {
            font-size: 2.4rem;
        }
    }

    @media (max-width: 600px) {
        .about-us {
            padding: 80px 26px;
        }

        .about-header h1 {
            font-size: 2rem;
        }

        .about-section {
            margin-bottom: 90px;
        }
    }


    /* ================================
   CONTACT PAGE (NO HEADER)
================================ */
    .contact-us {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
    }

    /* Intro */
    .contact-intro {
        max-width: 720px;
        margin-bottom: 90px;
    }

    .contact-intro p {
        font-size: 1rem;
        line-height: 1.95;
        margin-bottom: 24px;
        color: rgba(255, 255, 255, 0.78);
    }

    /* Contact Details */
    .contact-details {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 80px;
        margin-bottom: 100px;
    }

    .contact-block h3 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #f2dfb3;
        margin-bottom: 18px;
        position: relative;
    }

    .contact-block h3::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        margin-top: 14px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    .contact-block p {
        font-size: 0.95rem;
        line-height: 1.85;
        color: rgba(255, 255, 255, 0.76);
    }

    .contact-block a {
        color: #f6ead1;
        text-decoration: none;
        border-bottom: 1px solid rgba(198, 161, 91, 0.4);
    }

    .contact-block a:hover {
        border-bottom-color: rgba(198, 161, 91, 0.9);
    }

    /* Footer Note */
    .contact-note {
        max-width: 700px;
    }

    .contact-note p {
        font-size: 0.95rem;
        font-style: italic;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.65);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .contact-us {
            padding: 80px 26px;
        }

        .contact-details {
            gap: 60px;
        }
    }


    /* ================================
   PRIVACY POLICY
================================ */
    .privacy-policy {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
        letter-spacing: 0.15px;
    }

    /* Intro */
    .policy-intro {
        max-width: 760px;
        font-size: 1.05rem;
        line-height: 1.95;
        margin-bottom: 50px;
        color: rgba(255, 255, 255, 0.85);
    }

    /* Sections */
    .policy-section {
        max-width: 780px;
        margin-bottom: 90px;
    }

    /* Headings */
    .policy-section h3 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #f2dfb3;
        margin-bottom: 22px;
        position: relative;
    }

    .policy-section h3::after {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        margin-top: 14px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    /* Text */
    .policy-section p {
        font-size: 0.98rem;
        line-height: 1.95;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, 0.78);
    }

    /* Lists */
    .policy-section ul {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 22px;
    }

    .policy-section ul li {
        font-size: 0.95rem;
        line-height: 1.85;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.76);
        list-style-type: disc;
    }

    .policy-section ul li::marker {
        color: rgba(198, 161, 91, 0.8);
    }

    /* Closing Note */
    .policy-note {
        max-width: 720px;
        font-size: 0.95rem;
        font-style: italic;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.65);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .privacy-policy {
            padding: 80px 26px;
        }

        .policy-section {
            margin-bottom: 70px;
        }
    }


    /* ================================
   REFUND POLICY
================================ */
    .refund-policy {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
        letter-spacing: 0.15px;
    }

    /* Intro */
    .refund-intro {
        max-width: 760px;
        font-size: 1.05rem;
        line-height: 1.95;
        margin-bottom: 50px;
        color: rgba(255, 255, 255, 0.85);
    }

    /* Sections */
    .refund-section {
        max-width: 780px;
        margin-bottom: 90px;
    }

    /* Section Headings */
    .refund-section h3 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #f2dfb3;
        margin-bottom: 22px;
        position: relative;
    }

    .refund-section h3::after {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        margin-top: 14px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    /* Text */
    .refund-section p {
        font-size: 0.98rem;
        line-height: 1.95;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, 0.78);
    }

    /* Lists */
    .refund-section ul {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 22px;
    }

    .refund-section ul li {
        font-size: 0.95rem;
        line-height: 1.85;
        margin-bottom: 12px;
        color: rgba(255, 255, 255, 0.76);
        list-style-type: disc;
    }

    .refund-section ul li::marker {
        color: rgba(198, 161, 91, 0.8);
    }

    /* 🔐 Emphasized Legal Line */
    .refund-section ul li strong {
        color: #f6ead1;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    /* Closing Note */
    .refund-note {
        max-width: 720px;
        font-size: 0.95rem;
        font-style: italic;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.65);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .refund-policy {
            padding: 80px 26px;
        }

        .refund-section {
            margin-bottom: 70px;
        }
    }


    /* ================================
   FAQ SECTION
================================ */
    .faq-section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
        letter-spacing: 0.15px;
    }

    .faq-content {
        max-width: 820px;
    }

    /* Page Title */
    .faq-content h2 {
        font-size: 2.1rem;
        font-weight: 400;
        color: #f6ead1;
        margin-bottom: 90px;
        position: relative;
    }

    .faq-content h2::after {
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        margin-top: 22px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    /* Individual FAQ Item */
    .faq-item {
        margin-bottom: 80px;
    }

    /* Question */
    .faq-item h3 {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.6;
        color: #f2dfb3;
        margin-bottom: 18px;
    }

    /* Answer */
    .faq-item p {
        font-size: 0.98rem;
        line-height: 1.95;
        color: rgba(255, 255, 255, 0.78);
        max-width: 720px;
    }

    /* Subtle divider between questions */
    .faq-item::after {
        content: "";
        display: block;
        width: 120px;
        height: 1px;
        margin-top: 50px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.25),
                transparent);
    }

    /* Remove divider from last item */
    .faq-item:last-child::after {
        display: none;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .faq-section {
            padding: 80px 26px;
        }

        .faq-content h2 {
            font-size: 1.8rem;
            margin-bottom: 70px;
        }

        .faq-item {
            margin-bottom: 60px;
        }
    }


    /* ================================
   TERMS OF SERVICE
================================ */
    .terms-of-service {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px;
        color: rgba(255, 255, 255, 0.82);
        font-family: "Georgia", "Times New Roman", serif;
        letter-spacing: 0.15px;
    }

    /* Intro */
    .terms-intro {
        max-width: 760px;
        font-size: 1.05rem;
        line-height: 1.95;
        margin-bottom: 50px;
        color: rgba(255, 255, 255, 0.85);
    }

    /* Sections */
    .terms-section {
        max-width: 780px;
        margin-bottom: 90px;
    }

    /* Section Headings */
    .terms-section h3 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #f2dfb3;
        margin-bottom: 22px;
        position: relative;
    }

    .terms-section h3::after {
        content: "";
        display: block;
        width: 56px;
        height: 1px;
        margin-top: 14px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.85),
                transparent);
    }

    /* Text */
    .terms-section p {
        font-size: 0.98rem;
        line-height: 1.95;
        margin-bottom: 22px;
        color: rgba(255, 255, 255, 0.78);
    }

    /* Lists */
    .terms-section ul {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-left: 22px;
    }

    .terms-section ul li {
        font-size: 0.95rem;
        line-height: 1.85;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.76);
        list-style-type: disc;
    }

    .terms-section ul li::marker {
        color: rgba(198, 161, 91, 0.8);
    }

    /* Closing Note */
    .terms-note {
        max-width: 720px;
        font-size: 0.95rem;
        font-style: italic;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.65);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .terms-of-service {
            padding: 80px 26px;
        }

        .terms-section {
            margin-bottom: 70px;
        }
    }

    /* ================================
   THE COLLECTION — MODERN LUXURY
================================ */
    .collection-modern {
        max-width: 1200px;
        margin: 0 auto;
        padding: 140px 70px;
        font-family: "Georgia", "Times New Roman", serif;
        color: rgba(255, 255, 255, 0.82);
    }

    /* Header */
    /* Centered Header */
    .collection-header.text-center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    /* Optional: keep elegant width */
    .collection-header.text-center p {
        margin-left: auto;
        margin-right: auto;
        max-width: 680px;
    }


    .collection-header h1 {
        font-size: 2.6rem;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #f6ead1;
        margin-bottom: 22px;
    }

    .collection-header p {
        font-size: 1.05rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.75);
    }

    /* List */
    .collection-list {
        display: flex;
        flex-direction: column;
        gap: 140px;
    }

    /* Item */
    .collection-item {
        display: grid;
        grid-template-columns: 360px 1fr;
        gap: 80px;
        align-items: center;
    }

    /* Reverse layout */
    .collection-item.reverse {
        grid-template-columns: 1fr 360px;
    }

    .collection-item.reverse .collection-media {
        order: 2;
    }

    /* Image wrapper */
    .collection-media {
        position: relative;
        overflow: hidden;
    }

    /* Image */
    .collection-media img {
        width: 100%;
        display: block;
        filter: brightness(0.95) contrast(1.05);
        transition: transform 0.7s ease, filter 0.7s ease;
    }

    /* Hover effect */
    .collection-item:hover img {
        transform: scale(1.08);
        filter: brightness(1) contrast(1.1);
    }

    /* Gold accent line */
    .collection-media::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 40%;
        height: 1px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.9),
                transparent);
        transition: width 0.6s ease;
    }

    .collection-item:hover .collection-media::after {
        width: 70%;
    }

    /* Info */
    .collection-info {
        max-width: 520px;
    }

    .collection-tag {
        display: inline-block;
        font-size: 0.7rem;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(198, 161, 91, 0.9);
        margin-bottom: 14px;
    }

    .collection-info h3 {
        font-size: 1.5rem;
        font-weight: 400;
        color: #f6ead1;
        margin-bottom: 16px;
    }

    .collection-info p {
        font-size: 0.95rem;
        line-height: 1.85;
        color: rgba(255, 255, 255, 0.75);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .collection-modern {
            padding: 100px 26px;
        }

        .collection-item,
        .collection-item.reverse {
            grid-template-columns: 1fr;
            gap: 50px;
        }

        .collection-item.reverse .collection-media {
            order: 0;
        }

        .collection-info {
            max-width: 100%;
            text-align: center;
        }

        .collection-media::after {
            left: 50%;
            transform: translateX(-50%);
        }
    }



    /* ================================
   CRAFTSMANSHIP — MASTERY MAP
================================ */
    .craftsmanship-map {
        max-width: 1200px;
        margin: 0 auto;
        padding: 140px 70px;
        font-family: "Georgia", "Times New Roman", serif;
        color: rgba(255, 255, 255, 0.82);
    }

    /* Header */
    .map-header {
        max-width: 680px;
        margin-bottom: 110px;
    }

    .map-header h2 {
        font-size: 2.3rem;
        font-weight: 400;
        letter-spacing: 1.4px;
        color: #f6ead1;
        margin-bottom: 22px;
    }

    .map-header p {
        font-size: 1.05rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.75);
    }

    /* Grid */
    .map-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 110px 120px;
    }

    /* Block */
    .map-block {
        position: relative;
        padding-left: 60px;
    }

    /* Step Number */
    .map-step {
        position: absolute;
        left: 0;
        top: 4px;
        font-size: 1.8rem;
        font-weight: 300;
        color: rgba(198, 161, 91, 0.55);
    }

    /* Title */
    .map-block h3 {
        font-size: 1.35rem;
        font-weight: 400;
        color: #f6ead1;
        margin-bottom: 10px;
    }

    /* Name */
    .map-name {
        font-size: 0.78rem;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(198, 161, 91, 0.9);
        margin-bottom: 18px;
    }

    /* Description */
    .map-desc {
        font-size: 0.95rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.75);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .map-grid {
            grid-template-columns: 1fr;
            gap: 90px;
        }

        .craftsmanship-map {
            padding: 100px 26px;
        }
    }

    /* ================================
   FOOTER BASE
================================ */
    footer {
        background: #050505;
        color: rgba(255, 255, 255, 0.75);
        font-family: "Georgia", "Times New Roman", serif;
    }

    .footer-grid {
        max-width: 1200px;
        margin: 0 auto;
        padding: 120px 70px 90px;
        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 80px;
    }

    /* Brand */
    .footer-brand h2 {
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 1.5px;
        color: #f6ead1;
        margin-bottom: 22px;
    }

    .footer-brand p {
        font-size: 0.95rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.65);
        max-width: 420px;
    }

    /* Links block */
    .footer-links h3 {
        font-size: 0.75rem;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(198, 161, 91, 0.9);
        margin-bottom: 26px;
    }

    .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-links ul li {
        margin-bottom: 14px;
    }

    /* Links */
    .footer-links ul li a {
        position: relative;
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        transition: color 0.35s ease;
    }

    /* Hover underline (luxury style) */
    .footer-links ul li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0%;
        height: 1px;
        background: linear-gradient(90deg,
                rgba(198, 161, 91, 0.9),
                transparent);
        transition: width 0.45s ease;
    }

    /* Hover effect */
    .footer-links ul li a:hover {
        color: #f6ead1;
    }

    .footer-links ul li a:hover::after {
        width: 100%;
    }

    /* Footer bottom */
    .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 26px 70px;
        display: flex;
        justify-content: space-between;
        font-size: 0.75rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.45);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .footer-grid {
            grid-template-columns: 1fr;
            gap: 60px;
            padding: 90px 26px 70px;
        }

        .footer-bottom {
            flex-direction: column;
            gap: 12px;
            text-align: center;
            padding: 24px 26px;
        }
    }


    /* Booking Magazine */
    /* ================================
   SPLIT ELITE RESERVATION SECTION
================================ */
    .elite-reservation-split {
        max-width: 1200px;
        margin: 0 auto;
        padding: 140px 70px;
        font-family: "Georgia", "Times New Roman", serif;
        color: rgba(255, 255, 255, 0.82);
    }

    /* Grid */
    .elite-grid {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 120px;
        align-items: start;
    }

    /* LEFT CONTENT */
    .elite-content h2 {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 1.4px;
        color: #f6ead1;
        margin-bottom: 26px;
    }

    .elite-lead {
        font-size: 1.05rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 24px;
    }

    .elite-content p {
        font-size: 0.95rem;
        line-height: 1.9;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 22px;
    }

    .elite-note {
        margin-top: 30px;
        padding-left: 18px;
        border-left: 1px solid rgba(198, 161, 91, 0.7);
        font-style: italic;
        color: rgba(255, 255, 255, 0.65);
    }

    /* RIGHT FORM WRAPPER */
    .elite-form-wrapper {
        max-width: 560px;
    }

    /* KEEP EXISTING FORM STYLES */
    .elite-form {
        display: flex;
        flex-direction: column;
        gap: 26px;
    }

    .elite-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .elite-form input,
    .elite-form select {
        background: #000000;
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 14px 16px;
        font-size: 0.95rem;
        color: #ffffff;
    }

    .elite-form input::placeholder {
        color: rgba(255, 255, 255, 0.45);
    }

    .elite-form input:focus,
    .elite-form select:focus {
        border-color: rgba(198, 161, 91, 0.9);
        outline: none;
    }

    /* Consent */
    .elite-consent label {
        font-size: 0.85rem;
        color: rgba(255, 255, 255, 0.65);
        display: flex;
        gap: 10px;
    }

    /* Button */
    .elite-submit {
        margin-top: 24px;
        background: transparent;
        border: 1px solid rgba(198, 161, 91, 0.9);
        padding: 16px;
        font-size: 0.75rem;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #f6ead1;
        cursor: pointer;
        transition: all 0.35s ease;
    }

    .elite-submit:hover {
        background: rgba(198, 161, 91, 0.15);
    }

    /* Responsive */
    @media (max-width: 992px) {
        .elite-reservation-split {
            padding: 100px 26px;
        }

        .elite-grid {
            grid-template-columns: 1fr;
            gap: 80px;
        }

        .elite-form-wrapper {
            max-width: 100%;
        }

        .elite-row {
            grid-template-columns: 1fr;
        }
    }

    .form-error {
        font-size: 0.75rem;
        margin-top: 6px;
        color: #c6a15b;
        letter-spacing: 0.5px;
    }


    .verification-form select:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }


    /* === Reservation Status Page === */


    /* Card */
    .status-card {
        background: linear-gradient(180deg, #0d0d0d, #050505);
        border-radius: 18px;
        padding: 3.5rem 2.5rem;
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
    }

    /* Icon */
    .status-icon {
        width: 90px;
        height: 90px;
        margin: 0 auto 1.8rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.6rem;
    }

    .success .status-icon {
        border: 1px solid #bfa76a;
        color: #bfa76a;
    }

    .pending .status-icon {
        border: 1px solid #caa24d;
        color: #caa24d;
    }

    .failed .status-icon {
        border: 1px solid #a94442;
        color: #a94442;
    }

    /* Headings */
    .status-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
        margin-bottom: 0.8rem;
    }

    /* Order ID */
    .order-id {
        font-size: 0.85rem;
        letter-spacing: 2px;
        color: #aaa;
        margin-bottom: 1.8rem;
    }

    .order-id span {
        color: #e5e5e5;
    }

    /* Text */
    .status-text {
        font-size: 1.05rem;
        line-height: 1.8;
        color: #cfcfcf;
        max-width: 520px;
        margin: 0 auto 2.5rem;
    }

    /* Buttons */
    .btn-luxury {
        background: linear-gradient(135deg, #c8a95a, #9b7d3a);
        color: #000;
        padding: 0.7rem 2.2rem;
        border-radius: 50px;
        font-weight: 600;
        border: none;
    }

    .btn-luxury:hover {
        background: linear-gradient(135deg, #d6b96b, #a88945);
        color: #000;
    }

    .btn-outline-luxury {
        border: 1px solid #bfa76a;
        color: #bfa76a;
        padding: 0.65rem 2rem;
        border-radius: 50px;
    }

    .btn-outline-luxury:hover {
        background: #bfa76a;
        color: #000;
    }


    /* Wrapper */
    .luxury-complaint-wrapper {
        padding: 60px;
        background: #000;
    }

    /* Card */
    .luxury-complaint-card {
        max-width: 100%;
        background: linear-gradient(180deg, #0b0b0b, #000);
        border-radius: 22px;
        padding: 50px 60px;
        color: #eaeaea;
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    /* Confidential */
    .luxury-confidential {
        font-size: 11px;
        letter-spacing: 3px;
        color: #d4af37;
        display: block;
        margin-bottom: 12px;
    }

    /* Heading */
    .luxury-heading {
        font-size: 34px;
        letter-spacing: 1px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    /* Description */
    .luxury-description {
        font-size: 14px;
        color: #b8b8b8;
        margin-bottom: 30px;
    }

    /* Fields */
    .luxury-field {
        margin-bottom: 22px;
    }

    .luxury-field label {
        font-size: 13px;
        color: #bfbfbf;
        margin-bottom: 6px;
        display: block;
    }

    /* Inputs */
    .luxury-field input,
    .luxury-field select,
    .luxury-field textarea {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        padding: 10px 2px;
        color: #8380009b;
        font-size: 14px;
    }

    .luxury-field textarea {
        resize: none;
    }

    /* Focus Gold Line */
    .luxury-field input:focus,
    .luxury-field select:focus,
    .luxury-field textarea:focus {
        outline: none;
        border-bottom-color: #d4af37;
    }

    /* Button */
    .luxury-submit-btn {
        margin-top: 20px;
        background: #d4af37;
        color: #000;
        border: none;
        padding: 10px 34px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 1.5px;
        cursor: pointer;
    }

    .luxury-submit-btn:hover {
        background: #caa431;
    }

    /* Compact mode */
    .luxury-complaint-wrap.compact {
        padding: 60px 30px;
    }

    .luxury-complaint-container.compact {
        padding: 40px 50px;
    }

    /* Two-column grid */
    .luxury-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    /* Reduced spacing */
    .luxury-field {
        margin-bottom: 18px;
    }

    .luxury-subtext {
        margin-bottom: 24px;
    }

    /* Button compact */
    .luxury-submit-btn.compact {
        margin-top: 6px;
        padding: 10px 30px;
        font-size: 13px;
    }

    /* Mobile */
    @media (max-width: 768px) {
        .luxury-grid {
            grid-template-columns: 1fr;
        }

        .luxury-complaint-container.compact {
            padding: 30px 22px;
        }
    }


    /* Two-column layout */
    .side-layout {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    /* Left panel */
    .luxury-side {
        padding-right: 20px;
    }

    .luxury-side-title {
        font-family: "Playfair Display", serif;
        font-size: 42px;
        font-weight: 600;
        line-height: 1.1;
        margin: 14px 0 18px;
    }

    .luxury-side-text {
        font-size: 15px;
        color: #b5b5b5;
        max-width: 420px;
    }

    /* Right panel */
    .luxury-form-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 18px;
    }

    /* Mobile stacking */
    @media (max-width: 900px) {
        .side-layout {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .luxury-side-title {
            font-size: 32px;
        }
    }


    /* ===============================
   GLOBAL LEGAL PAGE STYLES
================================ */

    .refund-policy,
    .privacy-policy,
    .legal-policy {
        background: #0b0b0b;
        padding: 100px 20px;
        color: #d8d8d8;
        font-family: "Inter", "Helvetica Neue", sans-serif;
    }

    /* Content Container */
    .refund-content,
    .policy-content,
    .legal-content {
        max-width: 900px;
        margin: auto;
        background: linear-gradient(180deg, #111 0%, #080808 100%);
        padding: 70px 70px;
        border-radius: 20px;
        box-shadow: 0 40px 120px rgba(0, 0, 0, 0.7);
    }

    /* Intro Paragraph */
    .refund-intro,
    .policy-intro,
    .legal-intro {
        font-size: 17px;
        color: #f1f1f1;
        margin-bottom: 22px;
        line-height: 1.7;
    }

    /* Normal Paragraphs */
    .refund-content p,
    .policy-content p,
    .legal-content p {
        font-size: 15px;
        line-height: 1.75;
        color: #bdbdbd;
        margin-bottom: 16px;
    }

    /* Section Wrapper */
    .refund-section,
    .policy-section,
    .legal-section {
        margin-top: 42px;
    }

    /* Section Headings */
    .refund-section h3,
    .policy-section h3,
    .legal-section h3 {
        font-size: 18px;
        font-weight: 500;
        color: #e6e6e6;
        margin-bottom: 14px;
        padding-left: 14px;
        border-left: 3px solid #d4af37;
        letter-spacing: 0.4px;
    }

    /* Lists */
    .refund-section ul,
    .policy-section ul,
    .legal-section ul {
        margin: 12px 0 12px 20px;
        padding: 0;
    }

    .refund-section ul li,
    .policy-section ul li,
    .legal-section ul li {
        font-size: 14.5px;
        line-height: 1.7;
        color: #c9c9c9;
        margin-bottom: 8px;
    }

    /* Strong emphasis */
    .refund-content strong,
    .policy-content strong,
    .legal-content strong {
        color: #f5d77a;
        font-weight: 500;
    }

    /* Final Note */
    .refund-note,
    .policy-note,
    .legal-note {
        margin-top: 60px;
        font-size: 14px;
        color: #9f9f9f;
        padding-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        line-height: 1.7;
    }

    /* Links (if any) */
    .refund-content a,
    .policy-content a,
    .legal-content a {
        color: #d4af37;
        text-decoration: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    }

    .refund-content a:hover,
    .policy-content a:hover,
    .legal-content a:hover {
        border-bottom-color: #d4af37;
    }

    /* ===============================
   RESPONSIVE
================================ */

    @media (max-width: 768px) {

        .refund-content,
        .policy-content,
        .legal-content {
            padding: 40px 28px;
            border-radius: 16px;
        }

        .refund-section h3,
        .policy-section h3,
        .legal-section h3 {
            font-size: 16px;
        }

        .refund-intro,
        .policy-intro,
        .legal-intro {
            font-size: 16px;
        }
    }


    /* Careers Section */
    .careers-section {
        background: radial-gradient(circle at top, #111 0%, #000 60%);
        padding: 100px 20px;
        color: #e0e0e0;
        font-family: "Inter", "Helvetica Neue", sans-serif;
    }

    /* Layout */
    .careers-container {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 60px;
        background: linear-gradient(180deg, #0f0f0f, #050505);
        padding: 70px;
        border-radius: 22px;
        box-shadow: 0 40px 120px rgba(0, 0, 0, 0.75);
    }

    /* Left */
    .careers-eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
        color: #d4af37;
    }

    .careers-title {
        font-family: "Playfair Display", serif;
        font-size: 42px;
        line-height: 1.1;
        margin: 16px 0 18px;
    }

    .careers-text {
        font-size: 15px;
        color: #b5b5b5;
        max-width: 420px;
    }

    /* Right */
    .careers-form-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Grid */
    .careers-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    /* Fields */
    .careers-field {
        margin-bottom: 18px;
    }

    .careers-field label {
        font-size: 12px;
        color: #9a9a9a;
        display: block;
        margin-bottom: 6px;
    }

    .careers-field input,
    .careers-field textarea,
    .careers-field select {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding: 10px 2px;
        color: #fff;
        font-size: 14px;
    }

    .careers-field input:focus,
    .careers-field textarea:focus,
    .careers-field select:focus {
        outline: none;
        border-bottom-color: #d4af37;
    }

    /* Button */
    .careers-submit-btn {
        margin-top: 8px;
        background: #d4af37;
        color: #000;
        border: none;
        padding: 12px 34px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .careers-submit-btn:hover {
        background: #caa434;
        transform: translateY(-1px);
        box-shadow: 0 12px 30px rgba(212, 175, 55, 0.35);
    }

    /* Responsive */
    @media (max-width: 900px) {
        .careers-container {
            grid-template-columns: 1fr;
            padding: 40px 25px;
        }

        .careers-grid {
            grid-template-columns: 1fr;
        }

        .careers-title {
            font-size: 32px;
        }
    }


    /* Section */
    .blackcard-section {
        background: radial-gradient(circle at top, #111 0%, #000 65%);
        padding: 100px 20px;
        color: #e0e0e0;
        font-family: "Inter", "Helvetica Neue", sans-serif;
    }

    /* Container */
    .blackcard-container {
        max-width: 1200px;
        margin: auto;
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 60px;
        background: linear-gradient(180deg, #0f0f0f, #050505);
        padding: 70px;
        border-radius: 24px;
        box-shadow: 0 40px 120px rgba(0, 0, 0, 0.75);
    }

    /* Left Intro */
    .blackcard-eyebrow {
        font-size: 11px;
        letter-spacing: 2px;
        color: #d4af37;
    }

    .blackcard-title {
        font-family: "Playfair Display", serif;
        font-size: 44px;
        line-height: 1.1;
        margin: 16px 0 18px;
    }

    .blackcard-text {
        font-size: 15px;
        color: #b5b5b5;
        max-width: 420px;
    }

    .blackcard-benefits {
        list-style: none;
        padding: 0;
        margin-top: 24px;
    }

    .blackcard-benefits li {
        font-size: 14px;
        color: #cfcfcf;
        margin-bottom: 8px;
    }

    /* Right Form */
    .blackcard-form-title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    /* Grid */
    .blackcard-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    /* Fields */
    .blackcard-field {
        margin-bottom: 18px;
    }

    .blackcard-field label {
        font-size: 12px;
        color: #9a9a9a;
        display: block;
        margin-bottom: 6px;
    }

    .blackcard-field input,
    .blackcard-field select {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        padding: 10px 2px;
        color: #fff;
        font-size: 14px;
    }

    .blackcard-field input:focus,
    .blackcard-field select:focus {
        outline: none;
        border-bottom-color: #d4af37;
    }

    /* Note */
    .blackcard-note {
        font-size: 13px;
        color: #9c9c9c;
        margin: 12px 0 20px;
    }

    /* Button */
    .blackcard-submit-btn {
        background: linear-gradient(135deg, #d4af37, #b8962e);
        color: #000;
        border: none;
        padding: 12px 36px;
        border-radius: 30px;
        font-size: 13px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .blackcard-submit-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 30px rgba(212, 175, 55, 0.4);
    }

    /* Responsive */
    @media (max-width: 900px) {
        .blackcard-container {
            grid-template-columns: 1fr;
            padding: 40px 25px;
        }

        .blackcard-grid {
            grid-template-columns: 1fr;
        }

        .blackcard-title {
            font-size: 32px;
        }
    }


    .club-classical {
        background: #0b0b0b;
        color: #e6e6e6;
        padding: 120px 20px;
        font-family: "Playfair Display", Georgia, serif;
    }

    .classical-container {
        max-width: 900px;
        margin: auto;
        border: 1px solid rgba(212, 175, 55, 0.35);
        padding: 90px 70px;
    }

    /* Header */
    .classical-header {
        text-align: center;
        margin-bottom: 70px;
    }

    .classical-eyebrow {
        font-size: 12px;
        letter-spacing: 3px;
        color: #d4af37;
    }

    .classical-title {
        font-size: 46px;
        margin: 18px 0 8px;
    }

    .classical-tagline {
        font-size: 16px;
        color: #c8b36a;
    }

    /* Sections */
    .classical-intro,
    .classical-section,
    .classical-cta,
    .classical-application {
        margin-bottom: 70px;
    }

    .classical-section h2,
    .classical-cta h2,
    .classical-application h2 {
        font-size: 30px;
        color: #d4af37;
        margin-bottom: 18px;
    }

    .classical-section p,
    .classical-intro p,
    .classical-cta p {
        font-size: 17px;
        line-height: 1.9;
        color: #dcdcdc;
    }

    /* Lists */
    .classical-list {
        list-style: none;
        padding: 0;
        font-size: 16px;
        line-height: 2;
    }

    .classical-list li::before {
        content: "• ";
        color: #d4af37;
    }

    /* Membership */
    .classical-tiers p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .classical-note {
        font-size: 14px;
        color: #bfa94a;
    }

    /* Application */
    .classical-application form {
        max-width: 420px;
        margin-top: 30px;
    }

    .classical-application input,
    .classical-application select {
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(212, 175, 55, 0.4);
        padding: 14px 4px;
        margin-bottom: 26px;
        font-size: 15px;
        color: #fff;
    }

    .classical-application button {
        background: #d4af37;
        color: #000;
        padding: 14px 38px;
        font-size: 14px;
        letter-spacing: 2px;
        border: none;
        cursor: pointer;
    }

    /* Footer */
    .classical-footer {
        margin-top: 80px;
        font-size: 13px;
        text-align: center;
        color: #a8974a;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .classical-container {
            padding: 60px 35px;
        }

        .classical-title {
            font-size: 34px;
        }
    }