:root {
    --navy: #37638a;
    --navy-deep: #22405a;
    --navy-mid: #4d7a9f;
    --hero-grey: #dcdedd;
    --gold: #c8972a;
    --gold-light: #e5b84a;
    --gold-pale: #f5e9cc;
    --off-white: #f7f5f0;
    --white: #ffffff;
    --text-muted: #6b7280;
    --border: rgba(200,151,42,0.25);

    --transition-fast: 0.2s ease;
    --transition-smooth: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#sp-header>.container {
    max-width: 1320px;
}

#sp-top-bar {
    display: none;
}

#sp-header.header-sticky {
    background-color: var(--white) !important;
    border-bottom: 1px solid var(--navy);
}

#sp-header #sp-menu .sp-megamenu-parent .sp-menu-item>a {
    text-decoration: none;
    color: var(--navy-deep);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: color var(--transition-fast);
}

.nav-cta {
    background: var(--gold);
    color: var(--white) !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase;
    padding: 0.75rem 1.25rem !important;
    margin-left: 25px !important;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background var(--transition-fast), transform var(--transition-fast) !important;
}
.nav-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
}

.hero-content-wrapper {
    position: relative;
    z-index: 2;
    min-height: 100%;
    background-color: #dcdedded;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10vw) 100%, 0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 8vw 5rem 5vw;
}
.hero-brand {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 2rem;
}
.hero-brand-mark {
    font-family: 'Inter', sans-serif;
    background: var(--navy);
    color: var(--white);
    width: 55px; height: 55px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; font-weight: 800;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.hero-brand-text {
    font-size: 0.95rem; font-weight: 700;
    color: #6b6b6b; line-height: 1.2;
    letter-spacing: 0.05em; text-transform: uppercase;
}
.hero-brand-text span { color: var(--navy); }

.hero-title-main {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3.2rem, 5.5vw, 5.5rem);
    font-weight: 800;
    color: var(--navy);
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}
.hero-title-sub {
    font-family: 'Inter', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #717171;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2.5rem;
    justify-content: flex-start;
    flex-direction: column;
}
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 4px;
    padding: 0.55rem 1.1rem;
    color: var(--navy-deep);
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.hero-pill svg { flex-shrink: 0; color: var(--navy); }

.hero-btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: flex-start; }
.btn-primary, .btn-secondary {
    font-size: 0.85rem; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    padding: 0.9rem 2.4rem;
    border-radius: 4px; text-decoration: none;
    transition: all var(--transition-fast);
}
.btn-primary {
    background: var(--navy);
    color: var(--white);
    border: 2px solid var(--navy);
}
.btn-primary:hover {
    background: var(--navy-deep);
    border-color: var(--navy-deep);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(55,99,138,0.3);
}
.btn-secondary {
    background: transparent;
    color: #6b6b6b;
    border: 2px solid #a8a8a8;
}
.btn-secondary:hover {
    border-color: var(--navy);
    color: var(--navy);
    background: rgba(55,99,138,0.05);
}

/* ── RESPONSIVE HERO ── */
@media (max-width: 960px) {
    .hero { flex-direction: column; min-height: auto; }
    .hero-bg-image { width: 100%; position: relative; height: 320px; order: -1; }
    .hero-content-wrapper {
        width: 100%;
        clip-path: none;
        padding: 3rem 2rem;
        border-bottom: 12px solid var(--navy);
    }
}

.countdown-inner {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.countdown-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
}
.countdown-units {
    display: flex;
    gap: clamp(1rem, 4vw, 2.5rem);
    flex-wrap: wrap;
    justify-content: center;
}
.countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 80px;
}
.countdown-num {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 700;
    color: var(--gold-light); line-height: 1;
    font-variant-numeric: tabular-nums;
}
.countdown-word {
    font-size: 0.7rem; font-weight: 500;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}
.countdown-sep {
    font-size: clamp(1.5rem, 4vw, 2.5rem); color: rgba(200,151,42,0.4);
    line-height: 1; padding-top: 0.3rem;
}
.countdown-deadline {
    font-size: 0.85rem; color: rgba(255,255,255,0.6);
    margin-top: 0.5rem;
}
.countdown-deadline strong { color: var(--gold-light); font-weight: 600; }
.countdown-ended { display: none; color: var(--gold-light); font-size: 1.5rem; font-weight: 600; font-family: 'Playfair Display', serif; }

@media (max-width: 768px) {
    .countdown-unit {
        min-width: 55px;
    }
    
    .countdown-deadline {
        text-align: center;
    }
}

.section-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.75rem;
}

.gold-rule {
    width: 50px;
    height: 3px;
    background: var(--gold);
    border-radius: 2px;
    margin-bottom: 1.5rem;
}

.section-title h2.sppb-addon-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.2;
    margin-bottom: 1.2rem !important;
}

.about-card {
    background: var(--navy);
    border-radius: 8px;
    padding: 3rem 2.5rem;
    color: var(--white);
    border: 1px solid rgba(200,151,42,0.2);
    position: relative; overflow: hidden;
    box-shadow: 0 20px 40px rgba(15,29,53,0.1);
}
.about-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(to right, var(--gold), transparent);
}
.about-card-quote {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem; line-height: 1.6;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.5rem;
    position: relative;
}
.about-card-meta {
    font-size: 0.8rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--gold);
}
.about-stat-row {
    display: flex; gap: 1rem; margin-top: 2rem;
}
.about-stat {
    flex: 1;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: transform var(--transition-fast);
}
.about-stat:hover { transform: translateY(-3px); border-color: rgba(200,151,42,0.4); }
.about-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem; font-weight: 700;
    color: var(--gold-light);
}
.about-stat-lbl {
    font-size: 0.7rem; font-weight: 600;
    letter-spacing: 0.1em; text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 0.3rem;
}

/* ── HIGHLIGHTS ── */
.highlights-collage {
    margin-top: 3.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
.highlights-collage img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(34, 64, 90, 0.08);
    transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}
.highlights-collage img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(34, 64, 90, 0.15);
}

.schedule-timeline {
    margin-top: 4rem;
    display: flex; flex-direction: column; gap: 0;
    max-width: 580px;
    border-left: 2px solid rgba(200,151,42,0.4);
    padding-left: 3rem;
    position: relative;
}
.timeline-item {
    position: relative;
    padding-bottom: 3rem;
}
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot {
    position: absolute; left: -3.4rem; top: 0.1rem;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--gold);
    border: 3px solid var(--hero-grey);
    box-shadow: 0 0 0 4px rgba(200,151,42,0.2);
    transition: transform var(--transition-fast), background var(--transition-fast);
}
.timeline-item:hover .timeline-dot { transform: scale(1.2); background: var(--navy); border-color: var(--gold); }
.timeline-time {
    font-size: 0.75rem; font-weight: 700;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 0.4rem;
}
.timeline-name {
    font-size: 1.25rem; font-weight: 600;
    color: var(--navy-deep);
    margin-bottom: 0.5rem;
}
.timeline-desc {
    font-size: 0.95rem; color: #444;
    line-height: 1.6;
}

.reg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
}
.reg-card {
    background: var(--white);
    border: 1px solid #e5e0d5;
    border-radius: 8px;
    padding: 2.5rem 2rem;
    position: relative; overflow: hidden;
    transition: box-shadow var(--transition-smooth), transform var(--transition-smooth);
    display: flex; flex-direction: column;
}
.reg-card:hover { box-shadow: 0 12px 40px rgba(26,42,74,0.08); transform: translateY(-4px); }
.reg-card.featured {
    border-color: var(--gold);
    background: var(--navy);
}
.reg-card.featured::after {
    content: 'Most Popular';
    position: absolute;
    top: 2.2rem;
    right: -2.5rem;
    background: var(--gold);
    color: var(--navy-deep);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 2.5rem;
    transform: rotate(45deg);
}
.reg-tier {
    font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.75rem;
}
.reg-card.featured .reg-tier { color: rgba(255,255,255,0.6); }
.reg-price {
    font-family: 'Playfair Display', serif;
    font-size: 3rem; font-weight: 700;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 0.4rem;
}
.reg-card.featured .reg-price { color: var(--gold-light); }
.reg-price-note {
    font-size: 0.85rem; color: var(--text-muted);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.reg-card.featured .reg-price-note { color: rgba(255,255,255,0.5); border-bottom-color: rgba(255,255,255,0.1); }
.reg-features {
    list-style: none;
    display: flex; flex-direction: column; gap: 0.8rem;
    margin-bottom: 2.5rem;
    flex: 1;
    padding-left: 0;
}
.reg-features li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    font-size: 0.95rem; color: #4b5563;
}
.reg-card.featured .reg-features li { color: rgba(255,255,255,0.8); }
.reg-features li::before {
    content: '✓';
    color: var(--gold);
    font-weight: 700; flex-shrink: 0; margin-top: 1px;
}
.reg-btn {
    display: block; width: 100%;
    padding: 1rem;
    border-radius: 4px;
    text-align: center;
    font-size: 0.85rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition-fast);
}
.reg-btn-outline {
    border: 2px solid var(--navy);
    color: var(--navy);
    background: transparent;
}
.reg-btn-outline:hover { background: var(--navy); color: var(--white); }
.reg-btn-gold {
    background: var(--gold);
    color: var(--navy-deep);
    border: 2px solid var(--gold);
}
.reg-btn-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.reg-btn-ghost {
    border: 2px solid rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.9);
    background: transparent;
}
.reg-btn-ghost:hover { border-color: var(--white); color: var(--navy-deep); background: var(--white); }
.reg-note {
    margin-top: 3rem;
    background: #fff;
    border: 1px solid #e5e0d5;
    border-left: 4px solid var(--gold);
    border-radius: 6px;
    padding: 1.5rem 2rem;
    font-size: 0.9rem; color: #4b5563;
    line-height: 1.65;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.reg-note strong { color: var(--navy); font-weight: 600; }

.sppb-addon-clients .sppb-addon-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.sppb-addon-clients .sppb-addon-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e2dfd5;
}

.sppb-addon-clients.tier-diamond .sppb-addon-title {
    color: #1a7fc1 !important;
}

.sppb-addon-clients.tier-platinum .sppb-addon-title {
    color: #6b7280 !important;
}

.sppb-addon-clients.tier-gold .sppb-addon-title {
    color: var(--gold) !important;
}

.sppb-addon-clients.tier-bronze .sppb-addon-title {
    color: #b87333 !important;
}

.sppb-addon-clients .sppb-addon-clients-image {
    background: var(--white);
    border: 1px solid #e5e0d5;
    border-radius: 6px;
    padding: .5rem 1rem;
    height: 70px;
    width: 160px;
    display: flex;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.sppb-addon-clients .sppb-addon-clients-image:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.sppb-addon-clients .sppb-addon-content > .sppb-row {
    gap: 20px;
}

.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3.5rem;
    align-items: stretch;
}
.location-detail-row {
    display: flex; flex-direction: column; justify-content: center; gap: 2rem;
}
.location-detail {
    display: flex; gap: 1.25rem; align-items: flex-start;
}
.location-icon {
    width: 48px; height: 48px; flex-shrink: 0;
    background: rgba(200,151,42,0.1);
    border: 1px solid rgba(200,151,42,0.2);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
}
.location-detail-content { flex: 1; padding-top: 0.2rem; }
.location-detail-label {
    font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0.25rem;
}
.location-detail-value {
    font-size: 1rem; color: rgba(255,255,255,0.9);
    font-weight: 400; line-height: 1.5;
}
.location-map-placeholder {
    background: rgba(200,151,42,0.05);
    border: 1px solid rgba(200,151,42,0.15);
    border-radius: 8px;
    min-height: 350px;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 0.75rem;
    overflow: hidden; position: relative;
}
.location-map-placeholder iframe {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    border: none; filter: grayscale(0.2) contrast(1.1);
    transition: filter var(--transition-smooth);
}
.location-map-placeholder:hover iframe {
    filter: grayscale(0) contrast(1);
}

.cta-contact {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.cta-contact a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--gold-light);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color var(--transition-fast);
}
.cta-contact a:hover { color: var(--white); }

#cta-section .btn-primary:hover {
    border-color: var(--white);
}

footer#sp-footer>.container {
    max-width: 1320px;
}

footer#sp-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}

footer#sp-footer {
    background-color: #192d40 !important;
    border-top: 1px solid rgba(200, 151, 42, 0.15);
    padding: 2rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
}

#sp-footer .container-inner {
    padding: 0 !important;
}

.img-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.img-modal.open {
    display: flex;
}

.img-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
}

.img-modal-content {
    max-width: 90vw;
    max-height: 90vh;
    z-index: 2;
    position: relative;
    object-fit: contain;
}

.img-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    font-size: 32px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
}

.img-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 40px;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px;
}

.img-nav.prev { left: 20px; }
.img-nav.next { right: 20px; }

.highlights-collage img {
    cursor: pointer;
}

.rp-hero-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.rp-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rp-hero-meta-item i {
    color: #8faab8;
    font-size: 14px;
}

.rp-hero-meta-item span {
    font-size: 12px;
    color: #c4d6e0;
}


/* ── RESPONSIVE ── */
@media (max-width: 860px) {
    .reg-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .reg-card.featured::after {
        top: 2rem;
        right: -2.5rem;
    }
}

@media (max-width: 768px) {
    section {
        padding: 4rem 0 !important;
    }

    .about-grid, .location-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-stat-row {
        flex-direction: column;
    }
    
    .countdown-units {
        gap: 1.5rem;
    }
}