/* Avora — Gold theme + all Avora-specific section styles */
:root {
    --gold-light: #fbe6a2;
    --gold-main: #d4af37;
    --gold-vivid: #f0b429;
    --gold-dark: #8c7322;
    --bg-dark: #050300;
    --accent-main: #d4af37;
    --display-font: 'Cormorant Garamond', 'Playfair Display', serif;
    --mono-font: 'Space Mono', monospace;
    --royal-font: 'Cormorant Garamond', serif;
}

body, html {
    background-color: var(--bg-dark);
}

/* ── Hero Load Animations ───────────────────────────────────── */
@keyframes navSlideIn {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}

@keyframes bgFadeIn {
    from { opacity: 0; transform: scale(1.04); }
    to   { opacity: 1; transform: scale(1);    }
}

@keyframes heroFadeUp {
    from { opacity: 0; transform: translateY(32px); }
    to   { opacity: 1; transform: translateY(0);    }
}

@keyframes heroTitleReveal {
    from { opacity: 0; transform: translateY(22px) scale(0.94); filter: blur(8px); }
    to   { opacity: 1; transform: translateY(0)    scale(1);    filter: blur(0);   }
}

@keyframes lineGrow {
    from { height: 0;    opacity: 0; }
    to   { height: 60px; opacity: 1; }
}

nav {
    animation: navSlideIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-bg {
    animation: bgFadeIn 2s ease both;
}

.hero-content .sub-1 {
    opacity: 0;
    animation: heroFadeUp 0.9s ease forwards 0.5s;
}

.hero-content .hero-title {
    opacity: 0;
    animation: heroTitleReveal 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.8s;
}

.hero-content .sub-2 {
    opacity: 0;
    animation: heroFadeUp 0.9s ease forwards 1.1s;
}

.hero-content .desc {
    opacity: 0;
    animation: heroFadeUp 0.9s ease forwards 1.3s;
}

.hero-content .cta-btn {
    opacity: 0;
    animation: heroFadeUp 0.9s ease forwards 1.5s;
}

.bottom-line {
    height: 0;
    animation: lineGrow 0.9s ease forwards 1.8s;
}

/* ── Scroll Reveal ──────────────────────────────────────────── */
[data-reveal] {
    opacity: 0;
    transform: translateY(44px);
    transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal="left"]  { transform: translateX(-52px); }
[data-reveal="right"] { transform: translateX(52px);  }
[data-reveal="scale"] { transform: scale(0.88) translateY(20px); }

[data-reveal].visible {
    opacity: 1;
    transform: none;
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero-bg {
    background-image: url('../images/IMG.PNG');
    background-position: center 35%;
}

.hero-overlay {
    background:
        radial-gradient(ellipse at 50% 80%, rgba(212,150,30,0.12) 0%, transparent 55%),
        radial-gradient(ellipse at center, rgba(5,3,0,0.55) 0%, rgba(0,0,0,0.92) 100%);
}

nav.scrolled {
    background: rgba(10, 5, 0, 0.45);
}

.logo {
    font-size: 1.25rem;
    color: var(--gold-main);
    font-family: var(--display-font);
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.6rem !important;
}

.logo-img {
    width: 100px;
    height: 85px;
    object-fit: cover;
    border-radius: 40%;
    flex-shrink: 0;
}

.logo-main {
    color: var(--gold-main);
    font-family: var(--display-font);
    font-weight: 700;
    font-size: 1.8rem;
}

.logo-sub {
    color: var(--gold-main);
    font-family: var(--mono-font);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.3em;
}

.crazy-link {
    background: linear-gradient(to right, #c026d3, #a855f7, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.15em;
}

.crazy-link .tilt-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 1.1em;
}

.crazy-link:hover .tilt-arrow {
    transform: translate(3px, -3px);
}

.sub-1 {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.45em;
}

.hero-title {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(3rem, 7vw, 7rem);
    background: linear-gradient(135deg, #e8b84b 0%, #f5d78d 40%, #f0b429 70%, #cf9c45 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 28px rgba(240,180,41,0.3));
}

.sub-2 {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 500;
    font-size: clamp(1.6rem, 3.8vw, 3.2rem);
    letter-spacing: 0.55em;
}

.section-title {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: clamp(2.8rem, 5.5vw, 4rem);
    background: linear-gradient(to right, #cf9c45, #f5d78d, #b38228);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.about-section .section-title {
    background: none;
    -webkit-text-fill-color: unset;
    color: transparent;
    font-size: 0;
}

.cta-btn:hover {
    background: rgba(212, 175, 55, 0.08);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.bottom-line {
    background: linear-gradient(to top, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.6));
}

.section-title {
    background: linear-gradient(to right, #cf9c45, #f5d78d, #b38228);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-line {
    background: rgba(212, 175, 55, 0.4);
}

/* ── About Section ──────────────────────────────────────────── */
.about-section {
    padding: 9rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
    text-align: center;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.2), transparent);
}

.section-title-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.title-main {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.title-eternal {
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 400;
    color: var(--gold-main);
    margin-top: 0.5rem;
}

.ghost-text {
    font-family: var(--display-font);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-style: italic;
    color: rgba(100, 80, 40, 0.3);
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.about-divider-line {
    width: 80px;
    height: 1px;
    background: rgba(212, 175, 55, 0.4);
    margin: 2rem auto;
}

.avora-experiences-mark {
    font-family: var(--display-font);
    font-size: 0.85rem;
    color: var(--gold-main);
    letter-spacing: 0.3em;
    margin: 0.5rem 0 2rem 0;
    font-style: italic;
}

.about-cta-group {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0 4rem 0;
    flex-wrap: wrap;
}

.about-btn {
    padding: 0.9rem 2.5rem;
    border: 1px solid var(--gold-main);
    color: var(--gold-main);
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 0.8rem;
    font-family: var(--display-font);
    font-style: italic;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 50px;
}

.about-btn:hover {
    background: rgba(212, 175, 55, 0.1);
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

.about-body {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.about-lead {
    font-family: var(--display-font);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: #b0b0b0;
    line-height: 1.8;
    font-weight: 400;
    font-style: italic;
}

.about-sub {
    font-size: 0.92rem;
    color: #888;
    line-height: 1.8;
    font-weight: 300;
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-top: 5rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(212,175,55,0.12);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.stat-number {
    font-family: var(--mono-font);
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    background: linear-gradient(to right, #cf9c45, #f5d78d, #b38228);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.stat-label {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #777;
    font-weight: 400;
}

@media (max-width: 768px) {
    .stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem 1.5rem;
    }
}

/* ── Event Categories Section ───────────────────────────────── */
.categories-section {
    padding: 8rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
}

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

.category-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    border: 1px solid rgba(212, 175, 55, 0.15);
    transition: transform 0.4s ease, border-color 0.4s ease;
    cursor: pointer;
}

.category-card:hover {
    transform: translateY(-10px);
    border-color: rgba(212, 175, 55, 0.5);
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.category-card:hover .card-img {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.9) 100%);
    z-index: 1;
}

.card-title {
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    color: #fff;
    z-index: 2;
    font-weight: 400;
    letter-spacing: 0.05em;
}

@media (max-width: 992px) {
    .categories-grid { grid-template-columns: repeat(2, 1fr); }
}

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

/* ── Services Section ───────────────────────────────────────── */
.services-section {
    padding: 8rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.25), transparent);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.service-card {
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    overflow: visible;
    cursor: pointer;
    perspective: 1000px;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: auto !important;
}

.service-flip-container {
    position: relative;
    width: 100%;
    min-height: 340px;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-style: preserve-3d;
    pointer-events: auto !important;
    will-change: transform;
}

.service-card:hover .service-flip-container {
    transform: rotateY(180deg);
}

.service-card.flipped .service-flip-container {
    transform: rotateY(180deg);
}

.service-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.service-flip-front,
.service-flip-back {
    position: absolute;
    width: 100%;
    min-height: 340px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    gap: 1rem;
}

.service-flip-front {
    background: linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(212,175,55,0.18);
    z-index: 2;
    transform: rotateY(0deg) translateZ(0);
    -webkit-transform: rotateY(0deg) translateZ(0);
    pointer-events: auto !important;
}

.service-flip-back {
    background: linear-gradient(145deg, rgba(212,175,55,0.12) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(212,175,55,0.35);
    z-index: 1;
    transform: rotateY(180deg) translateZ(0);
    -webkit-transform: rotateY(180deg) translateZ(0);
    justify-content: flex-end;
    pointer-events: auto !important;
}

.service-card.flipped .service-flip-front {
    z-index: 0;
    pointer-events: none !important;
}

.service-card.flipped .service-flip-back {
    z-index: 2;
    pointer-events: auto !important;
}

.service-card:hover .service-flip-front {
    border-color: rgba(212,175,55,0.4);
    background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
}

.service-card:hover .service-flip-back {
    border-color: rgba(212,175,55,0.5);
}

.service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: radial-gradient(ellipse at top left, rgba(212,175,55,0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 10;
}

.service-card:hover::after { 
    opacity: 1; 
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(212,175,55,0.1);
    border: 1px solid rgba(212,175,55,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.service-name {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 1.35rem;
    font-weight: 700;
    font-style: italic;
    color: #f0e0a0;
    letter-spacing: 0.03em;
}

.service-desc {
    color: #aaa;
    font-size: 0.88rem;
    line-height: 1.75;
    font-weight: 300;
    flex: 1;
}

.service-divider {
    width: 100%;
    height: 1px;
    background: rgba(212,175,55,0.25);
}

.service-pricing {
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.price-from {
    font-size: 0.7rem;
    color: #999;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2px;
    flex-basis: 100%;
}

.price-value {
    font-family: var(--mono-font);
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(to right, #cf9c45, #f5d78d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.price-unit {
    font-size: 0.72rem;
    color: #777;
    margin-bottom: 2px;
    letter-spacing: 0.05em;
}

.service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-main);
    text-decoration: none;
    border: 1px solid rgba(212,175,55,0.5);
    border-radius: 50px;
    padding: 0.75rem 1.5rem;
    margin-top: 1rem;
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    background: rgba(212,175,55,0.07);
    font-weight: 500;
    pointer-events: auto;
    cursor: pointer;
}

.service-cta:hover {
    background: rgba(212,175,55,0.16);
    box-shadow: 0 0 18px rgba(212,175,55,0.22);
    transform: translateY(-1px);
}

.service-cta .arrow { transition: transform 0.3s ease; }
.service-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 992px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .services-grid { grid-template-columns: 1fr; } }

/* Mobile: Flip effect on tap for service cards */
@media (hover: none) and (pointer: coarse) {
    .service-flip-container {
        min-height: 300px;
        transition: transform 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        will-change: transform;
    }
    
    .service-flip-front,
    .service-flip-back {
        min-height: 300px;
        pointer-events: auto;
    }
    
    /* Disable hover-based flip on touch devices, but don't override an actively flipped card */
    .service-card:not(.flipped):hover .service-flip-container {
        transform: rotateY(0deg);
    }
    .service-card.flipped .service-flip-container {
        transform: rotateY(180deg);
    }
    
    /* Ensure back face is clickable when flipped */
    .service-card.flipped .service-flip-back {
        pointer-events: auto;
    }
}

/* ── Packages Section ───────────────────────────────────────── */
.packages-section {
    padding: 8rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
}

.packages-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.25), transparent);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1rem;
}

.package-card {
    background: linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s ease, transform 0.4s ease;
}

.package-card.featured {
    border-color: rgba(212,175,55,0.55);
    background: linear-gradient(145deg, rgba(212,175,55,0.07) 0%, rgba(255,255,255,0.02) 100%);
}

.package-card:hover {
    border-color: rgba(212,175,55,0.6);
    transform: translateY(-6px);
}

.pkg-tier {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-main);
    font-weight: 600;
}

.pkg-name {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #f0e0a0;
    font-weight: 400;
    line-height: 1.1;
}

.pkg-price {
    font-family: var(--mono-font);
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 700;
    background: linear-gradient(to right, #cf9c45, #f5d78d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

/* Features always visible — no toggle */
.pkg-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.25rem;
}

.pkg-features li {
    font-size: 0.82rem;
    color: #aaa;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pkg-features li::before {
    content: '•';
    color: var(--gold-main);
    flex-shrink: 0;
    margin-top: 1px;
}

.pkg-meta {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.6;
}

.pkg-meta span { color: var(--gold-main); }

.pkg-divider {
    width: 100%;
    height: 1px;
    background: rgba(212,175,55,0.12);
}

.pkg-btn {
    display: block;
    text-align: center;
    border: 1px solid rgba(212,175,55,0.45);
    color: var(--gold-main);
    padding: 0.85rem 1rem;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.2em;
    font-size: 0.72rem;
    text-transform: uppercase;
    transition: all 0.4s ease;
    margin-top: auto;
}

.pkg-btn:hover {
    background: rgba(212,175,55,0.1);
    box-shadow: 0 0 18px rgba(212,175,55,0.2);
}

.package-card.featured .pkg-btn { background: rgba(212,175,55,0.12); }

@media (max-width: 900px) {
    .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
}

/* ── Contact Section ────────────────────────────────────────── */
.contact-section {
    padding: 8rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
    text-align: center;
}

.contact-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.25), transparent);
}

.contact-form-wrap {
    max-width: 580px;
    margin: 3rem auto 0;
    background: rgba(13, 13, 13, 0.97);
    border: 1px solid rgba(242, 196, 45, 0.35);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}

.contact-field { display: flex; flex-direction: column; gap: 0.4rem; }

.contact-field input,
.contact-field textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(180,140,30,0.35);
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 0.75rem 0;
    outline: none;
    transition: border-color 0.3s ease;
    resize: none;
    width: 100%;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder { color: #fff6f6; }

.contact-field input:focus,
.contact-field textarea:focus { border-bottom-color: var(--gold-main); }

.contact-field textarea { min-height: 100px; }

.contact-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(to right, rgba(212,175,55,0.15), rgba(212,175,55,0.08));
    border: 1px solid rgba(212,175,55,0.4);
    color: var(--gold-main);
    padding: 1.1rem 2rem;
    border-radius: 50px;
    letter-spacing: 0.22em;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: all 0.4s ease;
    width: 100%;
    margin-top: 0.5rem;
}

.contact-submit:hover {
    background: linear-gradient(to right, rgba(212,175,55,0.25), rgba(212,175,55,0.15));
    box-shadow: 0 0 22px rgba(212,175,55,0.2);
}

.contact-submit svg { flex-shrink: 0; }

/* ── Custom Service Dropdown ────────────────────────────────── */
.custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(180,140,30,0.35);
    transition: border-color 0.3s ease;
}

.select-trigger.open { border-bottom-color: var(--gold-main); }

.select-value {
    font-size: 0.9rem;
    font-weight: 300;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.select-value.chosen { color: #222222; }

.select-chevron {
    color: #555;
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.select-trigger.open .select-chevron {
    transform: rotate(180deg);
    color: var(--gold-main);
}

.select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: -2.5rem;
    right: -2.5rem;
    background: #080600;
    border: 1px solid rgba(212,175,55,0.18);
    border-radius: 14px;
    list-style: none;
    padding: 6px;
    z-index: 100;
    display: none;
    box-shadow: 0 16px 48px rgba(0,0,0,0.75);
}

.select-options.open {
    display: block;
    animation: dropIn 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dropIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.select-options li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    border-radius: 9px;
    font-size: 0.84rem;
    color: #666;
    font-weight: 300;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    letter-spacing: 0.03em;
    font-family: 'Montserrat', sans-serif;
}

.select-options li:hover {
    background: rgba(212,175,55,0.07);
    color: #e8d5a0;
}

.select-options li.chosen { color: var(--gold-main); }

/* ── Video Background Section ───────────────────────────────── */
.video-bg-section {
    position: relative;
    width: 100%;
    height: 85vh;
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.video-bg-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-bg-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.video-bg-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 5%;
    max-width: 800px;
}

.video-section-tag {
    font-family: 'Cinzel', serif;
    color: var(--gold-main);
    letter-spacing: 0.35em;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
}

.video-section-title {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 400;
    background: linear-gradient(to right, #cf9c45, #f5d78d, #b38228);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.video-section-desc {
    color: #c8c8c8;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .video-bg-section { height: 70vh; }
    .video-section-desc { font-size: 0.88rem; }
}

/* ── Footer Image Section ────────────────────────────────────── */
.footer-img-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    line-height: 0;
    max-height: 600px;
}

.footer-section-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer {
    background-color: #030200;
    background-image:
        linear-gradient(rgba(3,2,0,0.87), rgba(3,2,0,0.87)),
        url('../images/footer.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.35), transparent);
}

.footer-top {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 5rem;
    padding: 6rem 5% 4.5rem;
}

/* Brand column */
.footer-logo {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    color: var(--gold-main);
    letter-spacing: 0.35em;
    margin-bottom: 1.4rem;
}

.footer-tagline {
    color: #cccccc;
    font-size: 0.84rem;
    line-height: 1.9;
    font-weight: 300;
    margin-bottom: 0.6rem;
}

.footer-brand-desc {
    color: #aaaaaa;
    font-size: 0.76rem;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2rem;
}

.footer-socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(212,175,55,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.social-link:hover {
    border-color: var(--gold-main);
    color: var(--gold-main);
    background: rgba(212,175,55,0.07);
    transform: translateY(-2px);
}

/* Nav columns */
.footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-heading {
    font-family: 'Cinzel', serif;
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-main);
    margin-bottom: 1.6rem;
    font-weight: 600;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-col ul li a {
    text-decoration: none;
    color: #cccccc;
    font-size: 0.82rem;
    font-weight: 300;
    transition: color 0.3s ease, padding-left 0.3s ease;
    letter-spacing: 0.04em;
    display: inline-block;
}

.footer-col ul li a:hover {
    color: var(--gold-main);
    padding-left: 4px;
}

.footer-contact-list {
    gap: 1rem !important;
}

.footer-contact-list li {
    display: flex !important;
    align-items: flex-start;
    gap: 0.7rem;
    color: #cccccc;
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.55;
}

.footer-ig-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-ig-link:hover { color: var(--accent-main); }

.footer-contact-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--gold-main);
    opacity: 0.7;
}

/* Divider */
.footer-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.1), transparent);
    margin: 0 5%;
}

/* Bottom bar */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 5%;
}

.footer-copyright {
    color: #bbbbbb;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-bottom-links a {
    color: #bbbbbb;
    text-decoration: none;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover { color: var(--gold-main); }

.footer-bottom-links span { color: #666666; }

/* Footer responsive */
@media (max-width: 1100px) {
    .footer-top { grid-template-columns: 240px 1fr; gap: 3rem; }
    .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 2rem; }
}

@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        padding: 4rem 5% 3rem;
        gap: 3rem;
    }
    .footer-nav { grid-template-columns: repeat(2, 1fr); }
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
        padding: 1.5rem 5%;
    }
}

@media (max-width: 480px) {
    .footer-nav { grid-template-columns: 1fr; }
}

/* ── Mobile & Tablet Responsive ────────────────────────────── */
@media (max-width: 900px) {
    .about-section,
    .categories-section,
    .services-section,
    .packages-section,
    .contact-section { padding: 6rem 5%; }

    .contact-form-wrap { padding: 2.2rem 1.8rem; }
}

@media (max-width: 768px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }

    .footer-top { gap: 2.5rem; }
    .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}

@media (max-width: 600px) {
    .about-section,
    .categories-section,
    .services-section,
    .packages-section,
    .contact-section { padding: 4.5rem 5%; }

    .section-header { margin-bottom: 2.2rem; }
    .about-body { margin-top: 1.8rem; gap: 1.2rem; }
    .about-lead { font-size: 1rem; }
    .about-sub  { font-size: 0.85rem; }
    .stats-row  { margin-top: 3rem; padding-top: 2.5rem; gap: 2rem 1rem; }

    .categories-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
    .services-grid   { grid-template-columns: 1fr; }
    .packages-grid   { max-width: 360px; }

    .contact-form-wrap {
        padding: 1.8rem 1.2rem;
        margin-top: 1.8rem;
        border-radius: 14px;
    }

    .footer-top { padding: 3.5rem 5% 2.5rem; }
    .footer-bottom { padding: 1.4rem 5%; }
}

/* ── Event Slider (infinite loop) ──────────────────────────── */
.categories-section .section-header { margin-bottom: 2.5rem; }

.event-slider-wrap {
    overflow: hidden;
    position: relative;
    padding: 1rem 0 2rem;
    mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.event-slider-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: eventLoop 32s linear infinite;
}

.event-slider-track:hover { animation-play-state: paused; }

@keyframes eventLoop {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.event-slider-wrap .category-card {
    flex-shrink: 0;
    width: 280px;
    height: 360px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(212,175,55,0.15);
    cursor: pointer;
    transition: border-color 0.4s ease, transform 0.4s ease;
}
.event-slider-wrap .category-card:hover {
    transform: translateY(-8px);
    border-color: rgba(212,175,55,0.5);
}
.event-slider-wrap .card-title {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    font-style: italic;
}

/* ── Service Card Flip Effect ───────────────────────────────── */
.flip-card {
    perspective: 1000px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    min-height: 280px;
}

.flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 280px;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .flip-card:hover .flip-inner {
        transform: rotateY(180deg);
    }
}
.flip-card.is-flipped .flip-inner {
    transform: rotateY(180deg);
}

@media (hover: none) {
    .flip-hint {
        font-size: 0;
    }
    .flip-hint::after {
        content: "Tap to see pricing";
        font-size: 0.65rem;
        color: rgba(212,175,55,0.4);
        letter-spacing: 0.15em;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }
}

.flip-front,
.flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
}

.flip-front {
    background: linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
    border: 1px solid rgba(212,175,55,0.12);
}

.flip-back {
    background: linear-gradient(145deg, rgba(212,175,55,0.1) 0%, rgba(180,130,30,0.05) 100%);
    border: 1px solid rgba(212,175,55,0.45);
    transform: rotateY(180deg);
    justify-content: center;
}

.flip-hint {
    font-size: 0.65rem;
    color: rgba(212,175,55,0.4);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: auto;
    font-family: 'Montserrat', sans-serif;
}

/* ── Portfolio Slider ───────────────────────────────────────── */
.portfolio-section {
    padding: 8rem 5%;
    background-color: var(--bg-dark);
    position: relative;
    z-index: 10;
}
.portfolio-section::before {
    content: '';
    position: absolute;
    top: 0; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212,175,55,0.25), transparent);
}

.portfolio-slider-wrap {
    overflow: hidden;
    padding: 1rem 0 2rem;
    mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
    margin-top: 1rem;
}

.portfolio-slider-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: portfolioLoop 40s linear infinite;
}

.portfolio-slider-track:hover { animation-play-state: paused; }

@keyframes portfolioLoop {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.portfolio-slide {
    flex-shrink: 0;
    width: 360px;
    height: 260px;
    border-radius: 14px;
    position: relative;
    border: 1px solid rgba(212,175,55,0.12);
    cursor: pointer;
    perspective: 1000px;
    transition: border-color 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
    .portfolio-slide:hover {
        border-color: rgba(212,175,55,0.45);
    }
    .portfolio-slide:hover .port-flip-inner {
        transform: rotateY(180deg);
    }
}
.portfolio-slide.flipped {
    border-color: rgba(212,175,55,0.45);
}
.portfolio-slide.flipped .port-flip-inner {
    transform: rotateY(180deg);
}

.port-flip-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    border-radius: 14px;
}

.port-flip-front,
.port-flip-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 14px;
    overflow: hidden;
}

.port-flip-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.port-flip-back {
    transform: rotateY(180deg);
    background: linear-gradient(145deg, rgba(18,13,4,0.98) 0%, rgba(8,6,1,0.96) 100%);
    border: 1px solid rgba(212,175,55,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    text-align: center;
    gap: 0.65rem;
}

.port-back-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 700;
    font-style: italic;
    color: #f0e0a0;
    letter-spacing: 0.03em;
}

.port-back-location {
    font-size: 0.7rem;
    color: rgba(212,175,55,0.75);
    letter-spacing: 0.12em;
    font-family: 'Montserrat', sans-serif;
}

.port-back-desc {
    font-size: 0.78rem;
    color: #aaa;
    line-height: 1.65;
    font-weight: 300;
    max-width: 280px;
}

.portfolio-slide-info {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    padding: 1.5rem 1.2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5rem;
}

.port-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    color: #f0e0a0;
    letter-spacing: 0.03em;
}

.port-location {
    font-size: 0.7rem;
    color: rgba(212,175,55,0.7);
    letter-spacing: 0.08em;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .event-slider-wrap .category-card { width: 220px; height: 280px; }
    .portfolio-slide { width: 280px; height: 200px; }
    .portfolio-section { padding: 6rem 5%; }
    .port-back-label { font-size: 1rem; }
    .port-back-desc { font-size: 0.72rem; }
}

@media (max-width: 600px) {
    .portfolio-section { padding: 4.5rem 5%; }
    .flip-inner { min-height: 260px; }
    .flip-front, .flip-back { padding: 2rem 1.5rem; }
}

/* ── Enquiry Modal ───────────────────────────────────────────── */
.enquiry-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5,3,0,0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.enquiry-overlay.open {
    opacity: 1;
    pointer-events: all;
}
.enquiry-modal {
    background: #ffffff;
    border: 1px solid rgba(212,175,55,0.35);
    border-radius: 20px;
    padding: 2.5rem 2.2rem;
    width: 100%;
    max-width: 480px;
    position: relative;
    transform: translateY(28px);
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 12px 48px rgba(0,0,0,0.35);
}
.enquiry-overlay.open .enquiry-modal {
    transform: translateY(0);
}
.enquiry-close {
    position: absolute;
    top: 1.2rem; right: 1.4rem;
    background: none; border: none;
    color: #888; font-size: 1rem;
    cursor: pointer; padding: 0.3rem 0.5rem;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
    line-height: 1;
}
.enquiry-close:hover { color: var(--gold-main); background: rgba(212,175,55,0.12); }
.enquiry-header { margin-bottom: 1.8rem; }
.enquiry-service-label {
    font-family: 'Cinzel', serif;
    font-size: 0.65rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold-main);
    margin-bottom: 0.45rem;
}
.enquiry-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.7rem;
    font-weight: 700;
    font-style: italic;
    color: #333333;
}
.enquiry-fields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.enquiry-input {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid rgba(180,140,30,0.3);
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    color: #222222;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 300;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s ease;
    box-sizing: border-box;
    resize: none;
}
.enquiry-input::placeholder { color: #aaa; }
.enquiry-input:focus {
    border-color: var(--gold-main);
    background: #ffffff;
}
.enquiry-textarea { min-height: 80px; line-height: 1.7; }
.enquiry-submit {
    width: 100%;
    background: linear-gradient(135deg, rgba(212,175,55,0.22), rgba(180,130,30,0.16));
    border: 1px solid rgba(212,175,55,0.5);
    border-radius: 50px;
    padding: 0.9rem 1.8rem;
    color: var(--gold-main);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.enquiry-submit:hover {
    background: linear-gradient(135deg, rgba(212,175,55,0.36), rgba(180,130,30,0.28));
    box-shadow: 0 6px 22px rgba(212,175,55,0.25);
    transform: translateY(-1px);
}
@media (max-width: 520px) {
    .enquiry-modal { padding: 2rem 1.4rem; }
    .enquiry-title { font-size: 1.4rem; }
}
