/*
 * premium-inner.css - Vibrant Premium Design System
 * Warm amber tones, rich photography, floating glass cards
 * For Vision Deck F&B Inner Pages
 */

/* ===================================
   1. Custom Properties (Vibrant Premium)
   =================================== */
:root {
    /* Warm Amber Color Palette */
    --vp-amber: #d4a84b;
    --vp-amber-light: #e6c76a;
    --vp-brown: #3d2a1d;
    --vp-brown-dark: #1a1410;
    --vp-cream: #f5efe6;
    --vp-espresso: #2c1810;

    /* Gradients */
    --vp-gradient-warm: linear-gradient(135deg, #3d2a1d 0%, #1a1410 100%);
    --vp-gradient-gold: linear-gradient(135deg, #d4a84b 0%, #e6c76a 100%);
    --vp-gradient-hero: linear-gradient(to right, rgba(26, 20, 16, 0.9) 0%, rgba(26, 20, 16, 0.7) 50%, rgba(26, 20, 16, 0.3) 100%);

    /* Typography */
    --ff-display: 'Playfair Display', Georgia, serif;
    --ff-body: 'Outfit', 'Hanken Grotesk', sans-serif;

    /* Spacing */
    --section-padding: 120px;
    --container-max: 1400px;
}

/* ===================================
   2. Base Overrides
   =================================== */
.page-main {
    background: var(--vp-brown-dark);
}

/* ===================================
   3. Vibrant Hero Section
   =================================== */
.hero-vibrant {
    min-height: 100vh;
    background: var(--vp-gradient-warm);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.banner-wrapper {
    width: 100%;
    max-width: 1920px;
}

.banner-wrapper img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: top;
}

.hero-vibrant .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-vibrant .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.hero-vibrant::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--vp-gradient-hero);
}

.hero-vibrant .hero-content {
    position: absolute;
    left: 80px;
    z-index: 10;
    max-width: 910px;
}

.hero-label {
    display: inline-block;
    background: var(--vp-amber);
    color: var(--vp-brown-dark);
    padding: 12px 28px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    margin-bottom: 30px;
    font-family: var(--ff-body);
}

.hero-title-vp {
    font-family: var(--ff-display);
    font-size: 5.5rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 400;
}

.hero-title-vp span {
    color: var(--vp-amber);
    font-style: italic;
}

.hero-desc {
    font-size: 1.4rem;
    color: rgba(255, 255, 255);
    max-width: 800px;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: var(--ff-body);
    font-weight: 300;
}

/* Vibrant Button */
.btn-vp {
    background: var(--vp-amber);
    color: var(--vp-brown-dark) !important;
    padding: 20px 45px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    font-family: var(--ff-body);
    border: none;
    cursor: pointer;
}

.btn-vp:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(212, 168, 75, 0.4);
    color: var(--vp-brown-dark) !important;
}

.btn-vp i {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.btn-vp:hover i {
    transform: translateX(5px);
}

/* Floating Product Cards */
.floating-cards {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.float-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    min-width: 300px;
    transition: all 0.4s ease;
    animation: floatCard 4s ease-in-out infinite;
}

.float-card:nth-child(2) {
    animation-delay: -1.5s;
    transform: translateX(30px);
}

.float-card:nth-child(3) {
    animation-delay: -3s;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.float-card:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.float-card img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    object-fit: cover;
}

.float-card-content h4 {
    margin: 0 0 5px 0;
    font-size: 1.05rem;
    font-family: var(--ff-body);
    font-weight: 600;
}

.float-card-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--vp-amber);
    font-weight: 700;
}

/* ===================================
   4. Vibrant Sections
   =================================== */
.section-vp {
    padding: var(--section-padding) 5%;
    background: var(--vp-brown-dark);
    position: relative;
}

.section-vp.alt-bg {
    background: var(--vp-brown);
}

.section-vp.light-bg {
    background: var(--vp-cream);
}

.section-vp.light-bg * {
    color: var(--vp-brown-dark);
}

.section-vp.light-bg .section-subtitle-vp {
    color: var(--vp-amber);
}

.section-subtitle-vp {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: block;
    font-family: var(--ff-body);
}

.section-title-vp {
    font-family: var(--ff-display);
    font-size: 3.8rem;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #fff;
}

.section-vp.light-bg .section-title-vp {
    color: var(--vp-brown-dark);
}

.section-desc-vp {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 750px;
    line-height: 1.8;
    font-family: var(--ff-body);
    font-weight: 300;
}

/* ===================================
   5. Feature Cards (Glass Style)
   =================================== */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.feature-card-vp {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card-vp:hover {
    background: rgba(212, 168, 75, 0.1);
    border-color: rgba(212, 168, 75, 0.3);
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.feature-card-vp .icon-wrap {
    width: 80px;
    height: 80px;
    background: var(--vp-gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: transform 0.4s ease;
}

.feature-card-vp:hover .icon-wrap {
    transform: scale(1.1) rotate(5deg);
}

.feature-card-vp .icon-wrap i {
    font-size: 2rem;
    color: var(--vp-brown-dark);
}

.feature-card-vp h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #e6c76a;
}

.feature-card-vp p {
    color: white;
    line-height: 1.7;
    font-family: var(--ff-body);
    font-weight: 400;
}

/* ===================================
   6. Menu Cards
   =================================== */
.menu-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

.menu-card-vp {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-card-vp:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    border-color: var(--vp-amber);
}

.menu-card-vp .img-wrap {
    position: relative;
    overflow: hidden;
}

.menu-card-vp img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.menu-card-vp:hover img {
    transform: scale(1.1);
}

.menu-card-vp .content {
    padding: 25px;
}

.menu-card-vp h4 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-family: var(--ff-display);
    color: #fff;
}

.menu-card-vp .price {
    color: var(--vp-amber);
    font-weight: 800;
    font-size: 1.1rem;
    font-family: var(--ff-body);
}

/* ===================================
   7. Gallery Grid
   =================================== */
.gallery-grid-vp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.gallery-grid-vp img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
}

.gallery-grid-vp img:hover {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

/* ===================================
   8. Testimonial
   =================================== */
.testimonial-vp {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 40px;
    padding: 70px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-vp blockquote {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-family: var(--ff-display);
}

.testimonial-vp .author {
    color: var(--vp-amber);
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--ff-body);
}

/* ===================================
   9. CTA Section
   =================================== */
.cta-vp {
    background: var(--vp-gradient-gold);
    padding: 100px 5%;
    text-align: center;
}

.cta-vp .section-title-vp {
    color: var(--vp-brown-dark);
    margin-bottom: 20px;
}

.cta-vp p {
    color: var(--vp-brown);
    font-size: 1.3rem;
    margin-bottom: 40px;
    font-family: var(--ff-body);
}

.btn-dark {
    background: var(--vp-brown-dark);
    color: #fff !important;
    padding: 22px 50px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s ease;
    text-decoration: none;
    font-family: var(--ff-body);
}

.btn-dark:hover {
    background: var(--vp-espresso);
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    color: #fff !important;
}

/* ===================================
   10. Split Image Section
   =================================== */
.split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.split-section .image-side {
    position: relative;
    overflow: hidden;
}

.split-section .image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.split-section:hover .image-side img {
    transform: scale(1.05);
}

.split-section .content-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    background: var(--vp-brown-dark);
}

/* ===================================
   11. Responsive Design
   =================================== */
@media (max-width: 1200px) {
    .hero-title-vp {
        font-size: 4rem;
    }

    .floating-cards {
        display: none;
    }

    .menu-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .feature-cards-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid-vp {
        grid-template-columns: repeat(2, 1fr);
    }

    .split-section {
        grid-template-columns: 1fr;
    }

    .split-section .content-side {
        padding: 60px 5%;
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 80px;
    }

    .hero-title-vp {
        font-size: 3rem;
    }

    .section-title-vp {
        font-size: 2.5rem;
    }

    .menu-cards-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid-vp {
        grid-template-columns: 1fr;
    }

    .gallery-grid-vp img {
        height: 250px;
    }

    .testimonial-vp {
        padding: 40px 25px;
    }

    .testimonial-vp blockquote {
        font-size: 1.2rem;
    }
}

/* ===================================
   12. Utility Classes
   =================================== */
.text-center {
    text-align: center;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-5 {
    margin-bottom: 50px;
}

/* ===================================
   13. Zenith Phase 2 Framework
   =================================== */

.zenith-section {
    position: relative;
    padding: 160px 0;
    overflow: hidden;
}

.ghost-text {
    position: absolute;
    font-family: var(--ff-display);
    font-size: clamp(10rem, 25vw, 30rem);
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, 0.02);
    pointer-events: none;
    white-space: nowrap;
    z-index: 0;
    user-select: none;
    font-style: italic;
    letter-spacing: -10px;
}

.ghost-text-right {
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

.ghost-text-left {
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}

.acrylic-glass {
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(50px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(50px) saturate(200%) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5) !important;
    border-radius: 40px;
}

/* Scroll Animation Hooks */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* Showcase Tiles */
.showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 80px;
}

.showcase-tile {
    position: relative;
    height: 500px;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.showcase-tile .tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.showcase-tile .tile-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) grayscale(20%);
}

.showcase-tile .tile-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(26, 20, 16, 0.9) 0%, transparent 100%);
}

.showcase-tile:hover .tile-bg {
    transform: scale(1.1);
}

.showcase-tile:hover .tile-bg img {
    filter: brightness(0.8) grayscale(0%);
}

.showcase-tile h3 {
    font-family: var(--ff-display);
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.showcase-tile p {
    color: rgba(255, 255, 255);
    font-size: 1.1rem;
    max-width: 80%;
    font-weight: 400;
}

.tile-icon {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}

.showcase-tile:hover .tile-icon {
    background: var(--vp-amber);
    border-color: var(--vp-amber);
    color: var(--vp-brown-dark);
    transform: scale(1.1) rotate(45deg);
}


/* Zenith Refresh: Cinematic & Ultra-Premium */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(1.1);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-15px) rotate(1deg);
    }
}

/* 1. Cinematic Hero */
.hero-vibrant {
    overflow: hidden;
}

.hero-vibrant .hero-bg img {
    opacity: 0.6;
    animation: scaleIn 2s cubic-bezier(0.2, 0, 0.2, 1) forwards;
}

.hero-title-vp {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    letter-spacing: -2px;
    animation: fadeInUp 1.2s cubic-bezier(0.2, 0, 0.2, 1) 0.5s both;
}

.hero-title-vp span {
    font-weight: 700;
    text-shadow: 0 0 30px rgba(212, 168, 75, 0.3);
}

.hero-desc {
    animation: fadeInUp 1.2s cubic-bezier(0.2, 0, 0.2, 1) 0.7s both;
}

/* 2. Advanced Glassmorphism */
.vision-box-vp,
.offering-card,
.feature-card-vp,
.menu-card-vp {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(40px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(40px) saturate(180%) !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4) !important;
}

.offering-card:hover,
.menu-card-vp:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    border-color: var(--vp-amber) !important;
    box-shadow: 0 60px 120px rgba(212, 168, 75, 0.15) !important;
}

/* 3. Interactive Hierarchy Connectivity */
.hierarchy-container {
    position: relative;
    z-index: 10;
}

.hierarchy-grid {
    position: relative;
    padding-top: 40px;
}

/* Connecting Lines (CSS Pseudo-elements) */
.hierarchy-grid::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--vp-amber), transparent);
    opacity: 0.3;
}

.node-item {
    position: relative;
}

.node-item::after {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, var(--vp-amber));
    opacity: 0.3;
}

.node-title {
    background: linear-gradient(135deg, #d4a84b 0%, #a88034 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.75rem !important;
}

.node-circle {
    border: 4px solid var(--vp-amber) !important;
    box-shadow: 0 0 40px rgba(212, 168, 75, 0.2);
    padding: 2px;
}

/* 4. Section Reveals */
.section-vp {
    transition: transform 1s cubic-bezier(0.2, 0, 0.2, 1), opacity 1s ease;
}

/* Gifting Card Floating */
.vision-box-vp {
    animation: floating 6s ease-in-out infinite;
}

/* Menu Typography */
.menu-type-title {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 1.8rem;
    opacity: 0.9;
}

.menu-card-vp .img-wrap img {
    filter: brightness(0.8) contrast(1.1);
    transition: filter 0.6s ease, transform 0.6s ease;
}

.menu-card-vp:hover .img-wrap img {
    filter: brightness(1) contrast(1.1);
}

/* ===================================
   14. Zenith Phase 3 Refinements
   =================================== */

/* Spotlight Panels (Asymmetric Editorial) */
.spotlight-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.spotlight-panel {
    position: relative;
    height: 600px;
    border-radius: 40px;
    overflow: hidden;
    grid-column: span 4;
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

.spotlight-panel.large {
    grid-column: span 8;
}

.panel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.panel-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5) contrast(1.2) grayscale(100%);
}

.panel-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(26, 20, 16, 0.95) 0%, transparent 100%);
}

.panel-label {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.8;
}

.panel-title {
    font-family: var(--ff-display);
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.1;
}

.panel-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255);
    font-weight: 400;
    max-width: 90%;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s ease;
}

.spotlight-panel:hover .panel-desc {
    transform: translateY(0);
    opacity: 1;
}

.spotlight-panel:hover .panel-bg img {
    filter: brightness(0.8) contrast(1.1);
    transform: scale(1.05);
}

/* Beam Connectors & Animated Nodes */
@keyframes beamStroke {
    0% {
        stroke-dashoffset: 100;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

.beam-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.beam-path {
    stroke: var(--vp-amber);
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 10, 20;
    opacity: 0.2;
}

.beam-path.animate {
    animation: beamStroke 3s linear infinite;
}

.node-circle {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(26, 20, 16, 0.5) !important;
    backdrop-filter: blur(10px);
    transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.node-circle img {
    border-radius: 50%;
    filter: grayscale(30%);
    /* Reduced from 100% for better visibility */
    transition: all 0.6s ease;
}

.node-item:hover .node-circle {
    border-color: var(--vp-amber) !important;
    box-shadow: 0 0 30px rgba(212, 168, 75, 0.3);
    transform: scale(1.05);
}

.node-item:hover .node-circle img {
    filter: grayscale(0%);
}

.node-circle::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid var(--vp-amber);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.6s ease;
}

.node-item:hover .node-circle::before {
    opacity: 0.3;
    transform: scale(1);
}

/* Refined Ghost Text */
.ghost-text {
    opacity: 0.4;
    /* Slightly higher for Phase 3 visibility */
    letter-spacing: -15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 15. Cinematic Overlay (Gifting Redesign) */
.cinematic-overlay-section {
    position: relative;
    padding: 160px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}

.cinematic-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(26, 20, 16, 0.8) 100%),
        linear-gradient(to top, rgba(26, 20, 16, 1) 0%, transparent 50%, rgba(26, 20, 16, 1) 100%);
    z-index: 1;
}

.overlay-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wide-acrylic {
    width: 100%;
    max-width: 1000px;
    padding: 100px 80px;
    text-align: center;
}

.cinematic-label {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.cinematic-title {
    font-family: var(--ff-display);
    font-size: 5rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.cinematic-desc {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* 16. Editorial Product Reel (Luxury Pivot) */
.product-reel-container {
    overflow-x: auto;
    padding: 60px 0;
    scrollbar-width: none;
    margin: 0 -20px;
}

.product-reel-container::-webkit-scrollbar {
    display: none;
}

.product-reel {
    display: flex;
    gap: 40px;
    padding: 0 40px;
}

.product-card {
    flex: 0 0 350px;
    height: 550px;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
    cursor: pointer;
}

.product-card .card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.product-card .card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) contrast(1.1);
    transition: filter 0.8s ease;
}

.product-card .card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(to top, rgba(26, 20, 16, 0.9) 0%, transparent 50%);
}

.product-card .card-label {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0.8;
}

.product-card .card-title {
    font-family: var(--ff-display);
    font-size: 2.8rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.product-card .card-info {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s ease;
}

.product-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
}

.product-card:hover .card-bg {
    transform: scale(1.1);
}

.product-card:hover .card-bg img {
    filter: brightness(0.9) contrast(1);
}

.product-card:hover .card-info {
    transform: translateY(0);
    opacity: 1;
}

/* 17. Mosaic of Excellence (Luxury Asymmetric Grid) */
.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 250px;
    gap: 30px;
    margin-top: 80px;
}

.mosaic-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
    grid-column: span 4;
    grid-row: span 2;
    background: #1a1410;
}

.mosaic-card.wide {
    grid-column: span 8;
}

.mosaic-card.tall {
    grid-row: span 3;
}

.mosaic-card.small {
    grid-row: span 1;
}

.mosaic-card .card-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: transform 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.mosaic-card .card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7) contrast(1.1) saturate(1.2);
    transition: all 0.8s ease;
}

.mosaic-card .card-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(26, 20, 16, 0.9) 0%, transparent 60%);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mosaic-card .glass-inlay {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 25px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
}

.mosaic-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.mosaic-card:hover .card-bg {
    transform: scale(1.1);
}

.mosaic-card:hover .card-bg img {
    filter: brightness(0.9) contrast(1.05);
}

.mosaic-card:hover .glass-inlay {
    transform: translateY(0);
    opacity: 1;
}

.mosaic-label {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

.mosaic-title {
    font-family: var(--ff-display);
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.1;
    margin: 0;
}

.mosaic-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    margin-top: 12px;
    line-height: 1.5;
}

/* 18. Zenith Glass Hierarchy (Fusion Pivot) */
.hierarchy-group {
    margin-bottom: 120px;
    position: relative;
    padding: 60px 0;
}

.hierarchy-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    position: relative;
}

.hierarchy-root {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    padding: 30px 60px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.root-title {
    font-family: var(--ff-display);
    font-size: 2.5rem;
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0;
}

.hierarchy-branches {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.glass-node {
    width: 200px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 35px;
    padding: 25px;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.2, 0, 0.2, 1);
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.glass-node .node-img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #1a1410;
    transition: all 0.6s ease;
}

.glass-node .node-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
    transition: all 0.6s ease;
}

.glass-node .node-label {
    color: #fff;
    font-family: var(--ff-body);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 1px;
    margin: 0;
    transition: color 0.4s ease;
}

.glass-node:hover {
    transform: translateY(-15px);
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--vp-amber);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(237, 148, 53, 0.1);
}

.glass-node:hover .node-img {
    transform: scale(1.1);
    border-color: var(--vp-amber);
}

.glass-node:hover .node-img img {
    filter: brightness(1) contrast(1);
}

.glass-node:hover .node-label {
    color: var(--vp-amber);
}

/* Golden Lineage Beams */
.lineage-connector {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.beam-line {
    stroke: var(--vp-amber);
    stroke-width: 1;
    fill: none;
    opacity: 0.2;
    transition: opacity 0.6s ease, stroke-width 0.6s ease;
}

.hierarchy-group:hover .beam-line {
    opacity: 0.6;
    stroke-width: 1.5;
}

/* Category Specifics */
.cat-hot .root-title {
    color: #f5e6d3;
}

.cat-iced .root-title {
    color: #d3f5f5;
}

.cat-tea .root-title {
    color: #e6f5d3;
}

.cat-bubble .root-title {
    color: #f5d3f5;
}

@media (max-width: 768px) {
    .glass-node {
        width: 160px;
        padding: 20px;
    }

    .glass-node .node-img {
        width: 90px;
        height: 90px;
    }

    .hierarchy-branches {
        gap: 20px;
    }

    .root-title {
        font-size: 1.8rem;
        letter-spacing: 4px;
    }
}

/* 19. Zenith Gifting Atelier (Dual-Pane Pivot) */
.gifting-atelier {
    padding: 160px 0;
    background: #0d0a08;
    position: relative;
    overflow: hidden;
}

.atelier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.atelier-visual {
    position: relative;
    z-index: 2;
}

.artisan-gift-card {
    position: relative;
    height: 700px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
    transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
    cursor: pointer;
}

.artisan-gift-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
    transition: all 1.2s cubic-bezier(0.2, 0, 0.2, 1);
}

.artisan-gift-card:hover {
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0 70px 120px rgba(0, 0, 0, 0.8);
}

.artisan-gift-card:hover img {
    filter: brightness(1) contrast(1);
    transform: scale(1.1);
}

.atelier-content {
    z-index: 2;
}

.atelier-badge {
    color: var(--vp-amber);
    text-transform: uppercase;
    letter-spacing: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}

.atelier-title {
    font-family: var(--ff-display);
    font-size: 4.5rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.atelier-title span {
    color: var(--vp-amber);
    display: block;
    font-style: italic;
}

.service-list {
    list-style: none;
    margin: 40px 0;
    padding: 0;
}

.service-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.service-number {
    font-family: var(--ff-display);
    color: var(--vp-amber);
    font-size: 1.2rem;
    opacity: 0.5;
}

.service-info h4 {
    color: #fff;
    font-size: 1.4rem;
    margin: 0 0 8px;
    font-weight: 600;
}

.service-info p {
    color: rgba(255, 255, 255);
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}

.service-item:hover {
    border-color: var(--vp-amber);
    transform: translateX(10px);
}

.service-item:hover .service-number {
    opacity: 1;
}

@media (max-width: 1024px) {
    .atelier-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .artisan-gift-card {
        height: 500px;
    }

    .atelier-title {
        font-size: 3.5rem;
    }
}