/* Reset and Base Styles with Universal Font */
/* Official UAE Dirham Symbol Implementation */
.dirham-symbol-css {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.25em;
    width: 14px;
    height: 12px;
    position: relative;
    filter: opacity(1);
}

.dirham-symbol-css::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 344.84 299.91"><path d="M342.14,140.96l2.7,2.54v-7.72c0-17-11.92-30.84-26.56-30.84h-23.41C278.49,36.7,222.69,0,139.68,0c-52.86,0-59.65,0-109.71,0,0,0,15.03,12.63,15.03,52.4v52.58h-27.68c-5.38,0-10.43-2.08-14.61-6.01l-2.7-2.54v7.72c0,17.01,11.92,30.84,26.56,30.84h18.44s0,29.99,0,29.99h-27.68c-5.38,0-10.43-2.07-14.61-6.01l-2.7-2.54v7.71c0,17,11.92,30.82,26.56,30.82h18.44s0,54.89,0,54.89c0,38.65-15.03,50.06-15.03,50.06h109.71c85.62,0,139.64-36.96,155.38-104.98h32.46c5.38,0,10.43,2.07,14.61,6l2.7,2.54v-7.71c0-17-11.92-30.83-26.56-30.83h-18.9c.32-4.88.49-9.87.49-15s-.18-10.11-.51-14.99h28.17c5.37,0,10.43,2.07,14.61,6.01ZM89.96,15.01h45.86c61.7,0,97.44,27.33,108.1,89.94l-153.96.02V15.01ZM136.21,284.93h-46.26v-89.98l153.87-.02c-9.97,56.66-42.07,88.38-107.61,90ZM247.34,149.96c0,5.13-.11,10.13-.34,14.99l-157.04.02v-29.99l157.05-.02c.22,4.84.33,9.83.33,15Z" fill="%238B4513"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Color variations for different pricing contexts */
.price-currency.dirham-symbol-css::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 344.84 299.91"><path d="M342.14,140.96l2.7,2.54v-7.72c0-17-11.92-30.84-26.56-30.84h-23.41C278.49,36.7,222.69,0,139.68,0c-52.86,0-59.65,0-109.71,0,0,0,15.03,12.63,15.03,52.4v52.58h-27.68c-5.38,0-10.43-2.08-14.61-6.01l-2.7-2.54v7.72c0,17.01,11.92,30.84,26.56,30.84h18.44s0,29.99,0,29.99h-27.68c-5.38,0-10.43-2.07-14.61-6.01l-2.7-2.54v7.71c0,17,11.92,30.82,26.56,30.82h18.44s0,54.89,0,54.89c0,38.65-15.03,50.06-15.03,50.06h109.71c85.62,0,139.64-36.96,155.38-104.98h32.46c5.38,0,10.43,2.07,14.61,6l2.7,2.54v-7.71c0-17-11.92-30.83-26.56-30.83h-18.9c.32-4.88.49-9.87.49-15s-.18-10.11-.51-14.99h28.17c5.37,0,10.43,2.07,14.61,6.01ZM89.96,15.01h45.86c61.7,0,97.44,27.33,108.1,89.94l-153.96.02V15.01ZM136.21,284.93h-46.26v-89.98l153.87-.02c-9.97,56.66-42.07,88.38-107.61,90ZM247.34,149.96c0,5.13-.11,10.13-.34,14.99l-157.04.02v-29.99l157.05-.02c.22,4.84.33,9.83.33,15Z" fill="currentColor"/></svg>');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: #2c1810;
    background-color: #fefcf8;
    overflow-x: hidden;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(156, 167, 106, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(76, 52, 52, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* Standardized Typography System */
:root {
    --primary-brown: #2c1810;
    --primary-green: #7a8471;
    --bg-light: #fefefe;
    --secondary-green: #9ca76a;
    --secondary-brown: #1a0f0a;
    --accent-gold: #c9a876;
    --primary-color: #2c1810;
    --secondary-color: #7a8471;
    --accent-color: #c9a876;
    --text-dark: #2c1810;
    --text-light: #6b6b6b;
    --text-muted: #9a9a9a;
    --background-light: #fefefe;
    --background-cream: #faf9f7;
    --background-subtle: #f8f7f5;
    --white: #ffffff;
    --shadow-subtle: 0 2px 20px rgba(44, 24, 16, 0.06);
    --shadow-medium: 0 8px 30px rgba(44, 24, 16, 0.1);
    --shadow-strong: 0 20px 60px rgba(44, 24, 16, 0.15);
    --border-radius: 16px;
    --border-radius-small: 8px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* Unified Font System */
    --font-display: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-body: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

/* Unified Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* Consistent Body Font */
body {
    font-family: var(--font-body);
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-light);
    overflow-x: hidden;
    position: relative;
    font-weight: var(--font-weight-normal);
}

/* Standardized Text Elements */
p, span, div, a, button, input, textarea, label {
    font-family: var(--font-body);
}

/* Override all existing font declarations */
* {
    font-family: inherit;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
}

h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
}

p {
    margin-bottom: 1rem;
    color: var(--text-light);
}

/* Enhanced Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.container-wide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Mobile Container Optimization */
@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
        max-width: 100%;
    }
    
    .container-wide {
        padding: 0 1.5rem;
        max-width: 100%;
    }
    
    .container-narrow {
        padding: 0 1.5rem;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .container-wide {
        padding: 0 1rem;
    }
    
    .container-narrow {
        padding: 0 1rem;
    }
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    z-index: 1000;
    transition: var(--transition);
    border-bottom: 1px solid rgba(44, 24, 16, 0.08);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo {
    width: 190px;
    height: auto;
    max-height: 140px;
    object-fit: contain;
}

.logo-text {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: var(--font-weight-medium);
    color: var(--primary-color);
    letter-spacing: -0.01em;
}

/* Enhanced Mobile Navigation */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 3rem;
    transition: var(--transition);
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
        z-index: 1001;
    }
    
    .nav-menu.active {
        right: 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 1rem 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(44, 24, 16, 0.1);
    }
}

.nav-link {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 400;
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    letter-spacing: 0.2px;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: var(--accent-color);
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

/* Mobile Menu Open State */
body.menu-open {
    overflow: hidden;
}

body.menu-open .nav-menu {
    right: 0;
}

/* Enhanced Hamburger Animation */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
    padding: 4px;
    transition: var(--transition);
}

.bar {
    width: 24px;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    border-radius: 1px;
    transform-origin: center;
}

.hamburger.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile Touch Improvements */
@media (max-width: 768px) {
    /* Larger touch targets */
    .nav-link {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .btn-minimal {
        min-height: 48px;
        touch-action: manipulation;
    }
    
    /* Enhanced button sizes for touch */
    .package-btn,
    .cta-btn {
        min-height: 48px;
        padding: 1rem 2rem;
        touch-action: manipulation;
    }
    
    /* Service and package cards touch optimization */
    .service-card-redesign,
    .package-card-redesign {
        cursor: pointer;
        touch-action: manipulation;
    }
    
    /* Form inputs mobile optimization */
    .form-input,
    .form-textarea {
        min-height: 48px;
        font-size: 16px; /* Prevents zoom on iOS */
        -webkit-appearance: none;
        border-radius: 8px;
    }
}

/* Hero Minimal Section */
.hero-minimal {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background: var(--background-light);
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgba(122, 132, 113, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 30% 70%, rgba(201, 168, 118, 0.02) 0%, transparent 50%);
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 2rem 0;
}

.hero-text {
    max-width: 600px;
}

.hero-badge {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: var(--background-subtle);
    border: 1px solid rgba(122, 132, 113, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    transition: var(--transition);
}

.hero-title {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 300;
    line-height: 1.1;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-highlight {
    font-weight: 600;
    color: var(--accent-color);
    position: relative;
}

.hero-highlight::after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 0;
    width: 100%;
    height: 0.1em;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    opacity: 0.3;
}

.hero-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 3rem;
    max-width: 500px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-minimal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--transition);
    border: 1px solid transparent;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
}

.btn-minimal.btn-primary {
    background: var(--primary-color);
    color: var(--white);
    box-shadow: var(--shadow-subtle);
}

.btn-minimal.btn-primary:hover {
    background: var(--secondary-brown);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-minimal.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border-color: rgba(44, 24, 16, 0.2);
}

.btn-minimal.btn-secondary:hover {
    background: var(--background-subtle);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.hero-image {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
}

.hero-image:hover {
    transform: scale(1.02);
    box-shadow: var(--shadow-strong);
}

.image-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}

.scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    z-index: 3;
    opacity: 0.6;
    transition: var(--transition);
}

.scroll-hint:hover {
    opacity: 1;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, var(--primary-color), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

.scroll-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes scrollPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleY(1);
    }
    50% {
        opacity: 1;
        transform: scaleY(1.2);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }
    
    .nav-container {
        padding: 1rem 1.5rem;
    }
    
    .logo {
        width: 135px;
        max-height: 135px;
    }
    
    .logo-text {
        font-size: 1.2rem;
    }
    
    .nav-menu {
        display: none;
    }
    
    .hamburger {
        display: flex;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-text {
        order: 2;
    }
    
    .hero-visual {
        order: 1;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .btn-minimal {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    section {
        padding: 4rem 0;
    }
    
    .section-header {
        margin-bottom: 2rem;
    }
    
    .about-grid,
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .coffee-journey {
        margin: 4rem 0;
        gap: 2rem;
    }
    
    .journey-item {
        padding: 1.5rem;
    }
}

/* Ultra Mobile Optimization (480px and below) */
@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
    
    .nav-menu {
        width: 100vw;
        right: -100vw;
    }
    
    /* Hero Ultra Mobile */
    .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
        line-height: 1.1;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }
    
    .btn-minimal {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    /* Sections Ultra Mobile */
    section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: clamp(1.8rem, 8vw, 2.2rem);
    }
    
    /* Gallery Single Column */
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    /* Enhanced Catering Mobile - Unified Styles */
    .catering-stats {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 1rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 1rem;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .catering-stats::-webkit-scrollbar {
        display: none;
    }
    
    .stat-item {
        flex: 0 0 auto;
        min-width: 95px;
        max-width: 110px;
        text-align: center;
        padding: 0.75rem 0.25rem;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(44, 24, 16, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        min-height: 80px;
    }
    
    .services-grid-redesign,
    .packages-grid-redesign {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 0 0.5rem;
    }
    
    .service-card-redesign,
    .package-card-redesign {
        padding: 1.5rem 1rem;
    }
    
    .amount {
        font-size: 2.2rem;
    }
    
    /* Contact Mobile */
    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .contact-form {
        padding: 1.5rem 1rem;
    }
}

/* Modern Slide Backgrounds */
.slide-bg-modern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slide[data-bg="coffee"] .slide-bg-modern {
    background: linear-gradient(135deg, #2c1810 0%, #4a2c1a 50%, #6b3e2a 100%);
}

.hero-slide[data-bg="matcha"] .slide-bg-modern {
    background: linear-gradient(135deg, #1a3d1a 0%, #2d5a2d 50%, #4a7c4a 100%);
}

.hero-slide[data-bg="food"] .slide-bg-modern {
    background: linear-gradient(135deg, #3d2817 0%, #5a3c25 50%, #7a5233 100%);
}

.hero-slide[data-bg="atmosphere"] .slide-bg-modern {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d4a 50%, #4a4a7c 100%);
}

/* Geometric Shapes */
.geometric-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 20s ease-in-out infinite;
}

.shape-1 { width: 300px; height: 300px; background: rgba(255,255,255,0.1); top: 10%; left: 10%; animation-delay: 0s; }
.shape-2 { width: 200px; height: 200px; background: rgba(255,255,255,0.05); top: 60%; right: 20%; animation-delay: -5s; }
.shape-3 { width: 150px; height: 150px; background: rgba(255,255,255,0.08); bottom: 20%; left: 60%; animation-delay: -10s; }
.shape-4 { width: 250px; height: 250px; background: rgba(255,255,255,0.06); top: 20%; right: 10%; animation-delay: -2s; }
.shape-5 { width: 180px; height: 180px; background: rgba(255,255,255,0.09); bottom: 30%; left: 20%; animation-delay: -7s; }
.shape-6 { width: 120px; height: 120px; background: rgba(255,255,255,0.07); top: 70%; right: 40%; animation-delay: -12s; }
.shape-7 { width: 220px; height: 220px; background: rgba(255,255,255,0.08); top: 15%; left: 70%; animation-delay: -3s; }
.shape-8 { width: 160px; height: 160px; background: rgba(255,255,255,0.06); bottom: 40%; right: 30%; animation-delay: -8s; }
.shape-9 { width: 190px; height: 190px; background: rgba(255,255,255,0.07); top: 50%; left: 30%; animation-delay: -13s; }
.shape-10 { width: 240px; height: 240px; background: rgba(255,255,255,0.05); top: 30%; right: 50%; animation-delay: -4s; }
.shape-11 { width: 140px; height: 140px; background: rgba(255,255,255,0.09); bottom: 20%; left: 40%; animation-delay: -9s; }
.shape-12 { width: 170px; height: 170px; background: rgba(255,255,255,0.06); top: 80%; right: 20%; animation-delay: -14s; }

/* Background Images with Parallax */
.hero-bg-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg-image {
    position: absolute;
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    border-radius: 50%;
    filter: blur(2px);
}

.hero-bg-1 {
    background-image: url('hero-bg-1.jpg');
    top: -10%;
    left: -10%;
    animation: float 20s ease-in-out infinite;
}

.hero-bg-2 {
    background-image: url('hero-bg-2.jpg');
    top: -5%;
    right: -15%;
    width: 80%;
    height: 80%;
    animation: float 25s ease-in-out infinite reverse;
}

.hero-bg-3 {
    background-image: url('hero-bg-3.jpg');
    bottom: -10%;
    left: 10%;
    width: 60%;
    height: 60%;
    animation: float 30s ease-in-out infinite;
}

/* Slide Content */
.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    gap: 4rem;
}

/* Modern Slide Content */
.slide-content-modern {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.slide-text-modern {
    text-align: center;
    max-width: 600px;
    color: white;
}

.slide-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
}

.slide-title-modern {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.slide-title-modern .highlight {
    font-weight: 700;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slide-description-modern {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.slide-buttons-modern {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.btn-primary-modern {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-primary-modern:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.slide-text {
    flex: 1;
    max-width: 600px;
}

.slide-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    animation: slideInUp 0.8s ease-out;
}

.slide-subtitle {
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.5rem;
    font-weight: 300;
    animation: slideInUp 0.8s ease-out 0.2s both;
}

.slide-description {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 2rem;
    animation: slideInUp 0.8s ease-out 0.4s both;
}

.slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: slideInUp 0.8s ease-out 0.6s both;
}

.slide-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    animation: slideInRight 1s ease-out 0.3s both;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.floating-coffee-bean {
    position: absolute;
    width: 20px;
    height: 30px;
    background: rgba(255,255,255,0.3);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: float 6s ease-in-out infinite;
}

.floating-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-steam {
    position: absolute;
    width: 4px;
    height: 40px;
    background: linear-gradient(to top, rgba(255,255,255,0.6), transparent);
    border-radius: 2px;
    animation: steam 3s ease-in-out infinite;
}

.steam-1 {
    top: 15%;
    right: 25%;
    animation-delay: 0s;
}

.steam-2 {
    top: 25%;
    right: 30%;
    animation-delay: 1s;
}

/* Matcha Floating Elements */
.floating-matcha-leaf {
    position: absolute;
    width: 25px;
    height: 15px;
    background: rgba(155, 185, 106, 0.4);
    border-radius: 0 100% 0 100%;
    animation: leafFloat 8s ease-in-out infinite;
}

.leaf-1 {
    top: 25%;
    left: 15%;
    animation-delay: 0s;
}

.leaf-2 {
    top: 70%;
    right: 20%;
    animation-delay: 3s;
}

.leaf-3 {
    bottom: 40%;
    left: 25%;
    animation-delay: 6s;
}

/* Food Floating Elements */
.floating-crumb {
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(212, 165, 116, 0.5);
    border-radius: 50%;
    animation: crumbFloat 5s ease-in-out infinite;
}

.crumb-1 {
    top: 30%;
    left: 20%;
    animation-delay: 0s;
}

.crumb-2 {
    top: 50%;
    right: 25%;
    animation-delay: 2s;
}

.crumb-3 {
    bottom: 35%;
    left: 30%;
    animation-delay: 4s;
}

/* Atmosphere Floating Elements */
.ambient-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    animation: particleFloat 10s ease-in-out infinite;
}

.particle-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.particle-2 {
    top: 60%;
    right: 20%;
    animation-delay: 4s;
}

.particle-3 {
    bottom: 30%;
    left: 25%;
    animation-delay: 8s;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.slider-dot.active {
    background: var(--primary-color);
    border-color: var(--white);
    transform: scale(1.2);
}

.slider-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: var(--shadow-subtle);
}

.slider-arrow:hover {
    background: var(--white);
    transform: scale(1.1);
    box-shadow: var(--shadow-medium);
}

.slider-arrow.prev {
    left: 2rem;
}

.slider-arrow.next {
    right: 2rem;
}

/* Enhanced Coffee Catering Section Redesign */
.catering-section-redesign {
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(135deg, #faf9f7 0%, #f8f7f5 100%);
    overflow: hidden;
}

.catering-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.catering-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(122, 132, 113, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(201, 168, 118, 0.02) 0%, transparent 50%);
    background-size: 400px 400px;
    background-position: 0 0, 200px 200px;
    animation: patternMove 60s linear infinite;
}

@keyframes patternMove {
    0% { background-position: 0 0, 200px 200px; }
    100% { background-position: 400px 400px, 600px 600px; }
}

.floating-catering-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.floating-cup {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: floatCatering 8s ease-in-out infinite;
}

.floating-event {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.08;
    animation: floatCatering 12s ease-in-out infinite;
}

.floating-steam {
    position: absolute;
    font-size: 1rem;
    opacity: 0.06;
    animation: steamFloat 4s ease-in-out infinite;
}

.cup-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.cup-2 {
    top: 60%;
    right: 20%;
    animation-delay: 3s;
}

.event-1 {
    top: 30%;
    right: 15%;
    animation-delay: 6s;
}

.steam-1 {
    top: 70%;
    left: 25%;
    animation-delay: 1s;
}

.steam-2 {
    top: 25%;
    left: 70%;
    animation-delay: 4s;
}

@keyframes floatCatering {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(5deg); }
    50% { transform: translateY(-15px) rotate(-3deg); }
    75% { transform: translateY(-25px) rotate(2deg); }
}

@keyframes steamFloat {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.06; }
    50% { transform: translateY(-30px) scale(1.2); opacity: 0.02; }
}

.catering-hero {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.catering-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(122, 132, 113, 0.1);
    border: 1px solid rgba(122, 132, 113, 0.2);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.catering-badge:hover {
    background: rgba(122, 132, 113, 0.15);
    border-color: rgba(122, 132, 113, 0.3);
    transform: translateY(-2px);
}

.badge-icon {
    font-size: 1.2em;
}

.catering-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 300;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.catering-subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.catering-stats {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
    position: relative;
}

/* Mobile scroll hint for catering stats */
.catering-stats::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, transparent, rgba(44, 24, 16, 0.1));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (max-width: 480px) {
    .catering-stats::after {
        opacity: 1;
    }
    
    .catering-stats::-webkit-scrollbar {
        display: none;
    }
}

.stat-item {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 120px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--accent-color);
    font-family: var(--font-display);
    margin-bottom: 0.5rem;
    position: relative;
    line-height: 1;
    display: block;
}

.stat-number::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    opacity: 0.5;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0.25rem;
    display: block;
}

.catering-services-redesign {
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.services-header {
    text-align: center;
    margin-bottom: 4rem;
}

.services-header h3 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 400;
}

.services-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto;
}

.services-grid-redesign {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card-redesign {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(44, 24, 16, 0.08);
    transition: var(--transition);
    cursor: pointer;
}

.service-card-redesign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(122, 132, 113, 0.02) 100%);
    opacity: 0;
    transition: var(--transition);
}

.service-card-redesign:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-strong);
    border-color: rgba(122, 132, 113, 0.2);
}

.service-card-redesign:hover::before {
    opacity: 1;
}

.service-icon-container {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.service-icon-redesign {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

.service-icon-redesign svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.service-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(201, 168, 118, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
}

.service-card-redesign:hover .service-icon-redesign {
    transform: scale(1.1) rotate(5deg);
}

.service-card-redesign:hover .service-glow {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

.service-card-redesign h4 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 500;
}

.service-card-redesign p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.feature-tag {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    background: rgba(122, 132, 113, 0.1);
    color: var(--secondary-color);
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: var(--transition);
}

.service-card-redesign:hover .feature-tag {
    background: rgba(122, 132, 113, 0.15);
    transform: translateY(-2px);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(201, 168, 118, 0.03) 100%);
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
}

.service-card-redesign:hover .service-overlay {
    opacity: 1;
}

.catering-packages-redesign {
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.packages-header {
    text-align: center;
    margin-bottom: 4rem;
}

.packages-header h3 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 400;
}

.packages-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto;
}

.packages-grid-redesign {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.package-card-redesign {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 2.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(44, 24, 16, 0.08);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.package-card-redesign.premium {
    border-color: var(--accent-color);
    transform: scale(1.05);
    box-shadow: var(--shadow-medium);
}

.package-card-redesign:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: var(--shadow-strong);
}

.package-card-redesign.premium:hover {
    transform: translateY(-10px) scale(1.07);
}

.package-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: var(--accent-color);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: var(--shadow-subtle);
}

.package-badge.featured {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
}

.package-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(122, 132, 113, 0.1), rgba(201, 168, 118, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: var(--secondary-color);
    transition: var(--transition);
}

.package-icon svg {
    width: 28px;
    height: 28px;
    stroke-width: 2;
}

.package-card-redesign:hover .package-icon {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    color: var(--white);
    transform: scale(1.1) rotate(5deg);
}

.package-card-redesign h4 {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.package-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 0.5rem;
}

.currency {
    font-size: 1rem;
    color: var(--text-muted);
    font-weight: 500;
}

.amount {
    font-size: 3rem;
    font-weight: var(--font-weight-bold);
    color: var(--accent-color);
    font-family: var(--font-display);
}

.package-duration {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    font-weight: 500;
}

.package-features {
    list-style: none;
    margin-bottom: 2.5rem;
    flex-grow: 1;
}

.package-features li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(44, 24, 16, 0.05);
    color: var(--text-light);
    position: relative;
    transition: var(--transition);
}

.package-features li:last-child {
    border-bottom: none;
}

.package-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.package-features li {
    padding-left: 1.5rem;
}

.package-btn {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    color: var(--white);
    border: none;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: var(--shadow-subtle);
    margin-top: auto;
}

.package-btn:hover {
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

/* Responsive Design for Catering Section */
@media (max-width: 768px) {
    .catering-section-redesign {
        padding: 6rem 0;
    }
    
    .catering-hero {
        margin-bottom: 4rem;
    }
    
    .catering-stats {
        display: flex;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
        padding: 0 1rem;
    }
    
    .stat-item {
        flex: 0 0 auto;
        min-width: 100px;
        text-align: center;
        padding: 1rem 0.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .stat-number {
        font-size: 2rem;
        line-height: 1.1;
        margin-bottom: 0.5rem;
        display: block;
    }
    
    .stat-label {
        font-size: 0.8rem;
        white-space: nowrap;
        line-height: 1.2;
        margin-top: 0.25rem;
        display: block;
    }
    
    .services-grid-redesign {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card-redesign {
        padding: 2rem;
    }
    
    .packages-grid-redesign {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .package-card-redesign.premium {
        transform: none;
        order: -1;
    }
    
    .package-card-redesign.premium:hover {
        transform: translateY(-10px) scale(1.02);
    }
    
    .floating-catering-elements {
        display: none;
    }
}

@media (max-width: 480px) {
    .catering-badge {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .catering-title {
        font-size: clamp(2rem, 6vw, 2.8rem);
        line-height: 1.1;
        margin-bottom: 1rem;
    }
    
    .catering-subtitle {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .catering-stats {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 0.75rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 1rem;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        margin-bottom: 2rem;
    }
    
    .stat-item {
        flex: 0 0 auto;
        min-width: 95px;
        max-width: 110px;
        text-align: center;
        padding: 0.75rem 0.25rem;
        background: rgba(255, 255, 255, 0.8);
        border-radius: 12px;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(44, 24, 16, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .stat-number {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.4rem;
        display: block;
        color: var(--accent-color);
    }
    
    .stat-label {
        font-size: 0.7rem;
        white-space: nowrap;
        line-height: 1.1;
        margin-top: 0;
        display: block;
        color: var(--text-muted);
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-weight: 500;
    }
    
    .service-card-redesign,
    .package-card-redesign {
        padding: 1.5rem;
    }
    
    .amount {
        font-size: 2.5rem;
    }
}

/* Catering Credentials Section */
.catering-credentials {
    margin-bottom: 6rem;
    position: relative;
    z-index: 3;
}

.credentials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.credentials-header h3 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 400;
}

.credentials-header p {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 500px;
    margin: 0 auto;
}

.credentials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.credential-card {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(44, 24, 16, 0.08);
    transition: var(--transition);
}

.credential-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(201, 168, 118, 0.02) 100%);
    opacity: 0;
    transition: var(--transition);
}

.credential-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
    border-color: rgba(201, 168, 118, 0.2);
}

.credential-card:hover::before {
    opacity: 1;
}

.credential-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: block;
    filter: grayscale(0.2);
    transition: var(--transition);
}

.credential-card:hover .credential-icon {
    transform: scale(1.1);
    filter: grayscale(0);
}

.credential-card h4 {
    font-size: 1.3rem;
    color: var(--text-dark);
    margin-bottom: 1rem;
    font-weight: 500;
}

.credential-card p {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Catering CTA Section */
.catering-cta {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: var(--border-radius);
    padding: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.catering-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h3 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    margin-bottom: 1rem;
    font-weight: 400;
    color: var(--white);
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
    color: var(--white);
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: var(--transition);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.cta-btn.primary {
    background: var(--white);
    color: var(--accent-color);
    box-shadow: var(--shadow-subtle);
}

.cta-btn.primary:hover {
    background: var(--background-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.cta-btn.secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
}

.cta-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cta-coffee-animation {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coffee-cup-animation {
    position: relative;
    width: 120px;
    height: 140px;
    animation: cupFloat 6s ease-in-out infinite;
}

.cup-body {
    width: 100px;
    height: 120px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 0 0 50px 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cup-handle {
    width: 30px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-left: none;
    border-radius: 0 20px 20px 0;
    position: absolute;
    right: -15px;
    top: 40%;
    background: transparent;
}

.coffee-liquid {
    width: 90px;
    height: 100px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    border-radius: 0 0 45px 45px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    animation: liquidBubble 3s ease-in-out infinite;
}

.coffee-foam {
    width: 80px;
    height: 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    animation: foamFloat 4s ease-in-out infinite;
}

.steam-line {
    width: 3px;
    height: 30px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent);
    border-radius: 2px;
    position: absolute;
    top: -35px;
    animation: steamRise 2s ease-in-out infinite;
}

.steam-1 {
    left: 35%;
    animation-delay: 0s;
}

.steam-2 {
    left: 50%;
    animation-delay: 0.5s;
}

.steam-3 {
    left: 65%;
    animation-delay: 1s;
}

@keyframes cupFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes liquidBubble {
    0%, 100% { transform: translateX(-50%) scale(1); }
    50% { transform: translateX(-50%) scale(1.02); }
}

@keyframes foamFloat {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50% { transform: translateX(-50%) translateY(-3px); }
}

@keyframes steamRise {
    0% { opacity: 0.7; transform: translateY(0px) scale(1); }
    50% { opacity: 0.3; transform: translateY(-10px) scale(1.2); }
    100% { opacity: 0; transform: translateY(-20px) scale(0.8); }
}

/* Mobile Performance Optimizations */
@media (max-width: 768px) {
    /* Reduce animations on mobile for better performance */
    .floating-catering-elements {
        opacity: 0.3;
    }
    
    .floating-cup,
    .floating-event,
    .floating-steam {
        animation-duration: 12s; /* Slower animations */
    }
    
    /* Simplified shadows for better performance */
    .service-card-redesign:hover,
    .package-card-redesign:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    /* Mobile scroll improvements - Unified */
    .menu-content-modern,
    .catering-stats {
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    
    .menu-content-modern::-webkit-scrollbar,
    .catering-stats::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide complex backgrounds on very small screens */
    .catering-pattern {
        opacity: 0.5;
    }
}

/* Ultra Mobile (480px and below) Performance */
@media (max-width: 480px) {
    /* Further reduce effects */
    .floating-catering-elements {
        display: none;
    }
    
    .catering-pattern {
        display: none;
    }
    
    /* Simplified hover effects */
    .service-card-redesign:hover,
    .package-card-redesign:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    /* Reduced motion for better performance */
    .coffee-cup-animation {
        animation-duration: 8s;
    }
    
    .steam-line {
        animation-duration: 3s;
    }
}
@media (max-width: 768px) {
    .catering-cta {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 3rem 2rem;
        text-align: center;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .cta-btn {
        flex: 1;
        min-width: 140px;
    }
    
    .credentials-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
    }
    
    .credential-card {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .catering-cta {
        padding: 2rem 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-btn {
        width: 100%;
    }
    
    .coffee-cup-animation {
        width: 100px;
        height: 120px;
    }
    
    .cup-body {
        width: 80px;
        height: 100px;
    }
    
    .coffee-liquid {
        width: 70px;
        height: 80px;
    }
}

.slider-arrow {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.slider-arrow:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 2rem;
}

.slider-arrow.next {
    right: 2rem;
}

.slider-arrow svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

/* Auto-play Progress Bar */
.slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: var(--primary-color);
    transition: width 0.1s linear;
    z-index: 10;
}

/* Slide Animations */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.hero-title {
    color: var(--primary-color);
    margin-bottom: 1rem;
    animation: fadeInUp 1s ease-out;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--accent-color);
    font-style: italic;
    margin-bottom: 1.5rem;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    animation: fadeInUp 1s ease-out 0.6s both;
}

/* Enhanced Hero Images */
.hero-images {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: 500px;
    animation: fadeInRight 1s ease-out 0.8s both;
}

.hero-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.main-image {
    grid-row: 1 / 3;
}

.secondary-image {
    grid-column: 2;
    grid-row: 1;
}

.accent-image {
    grid-column: 2;
    grid-row: 2;
}

.hero-image-container:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.hero-image-container:hover .hero-img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.1), rgba(218, 165, 32, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hero-image-container:hover .image-overlay {
    opacity: 1;
}

/* Visual Scenes */
.coffee-scene {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffee-cup-main {
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
    animation: cupFloat 4s ease-in-out infinite;
}

.coffee-foam {
    width: 120px;
    height: 120px;
    background: linear-gradient(45deg, #d4a574, #f4f2f0);
    border-radius: 50%;
    animation: foamSwirl 6s ease-in-out infinite;
}

.coffee-steam {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 60px;
    background: linear-gradient(to top, rgba(255,255,255,0.8), transparent);
    border-radius: 20px;
    animation: steamRise 3s ease-in-out infinite;
}

.matcha-scene {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matcha-bowl {
    width: 180px;
    height: 200px;
    background: rgba(255,255,255,0.9);
    border-radius: 15px 15px 50px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    animation: bowlGlow 4s ease-in-out infinite;
}

.matcha-layers {
    width: 140px;
    height: 160px;
    background: linear-gradient(180deg, #9bb96a 0%, #9bb96a 60%, #f4c430 60%, #f4c430 100%);
    border-radius: 10px 10px 40px 40px;
    animation: matchaSwirl 5s ease-in-out infinite;
}

.matcha-whisk {
    position: absolute;
    top: -20px;
    right: -30px;
    width: 20px;
    height: 80px;
    background: #8b4513;
    border-radius: 10px;
    animation: whiskMove 3s ease-in-out infinite;
}

.food-scene {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-plate {
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    position: relative;
    animation: plateRotate 8s linear infinite;
}

.food-item {
    position: absolute;
    border-radius: 10px;
    animation: foodBounce 3s ease-in-out infinite;
}

.croissant {
    width: 60px;
    height: 40px;
    background: #d4a574;
    top: 30%;
    left: 25%;
    border-radius: 50% 20% 50% 20%;
    animation-delay: 0s;
}

.sandwich {
    width: 50px;
    height: 30px;
    background: #8ba15e;
    bottom: 30%;
    right: 25%;
    animation-delay: 1.5s;
}

.atmosphere-scene {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cafe-table {
    width: 150px;
    height: 100px;
    background: #d4a574;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    animation: tableGlow 4s ease-in-out infinite;
}

.cafe-chair {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 60px;
    height: 80px;
    background: #8ba15e;
    border-radius: 10px 10px 5px 5px;
    animation: chairSway 6s ease-in-out infinite;
}

.ambient-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    border-radius: 50%;
    animation: ambientPulse 5s ease-in-out infinite;
}

/* New Hero Image Styles */
.hero-image-container {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    animation: fadeInRight 1s ease-out 0.8s both;
}

.hero-image-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hero-image-container:hover .hero-image {
    transform: scale(1.05);
}

.floating-icons,
.floating-icons-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.icon-element {
    position: absolute;
    font-size: 2rem;
    animation: iconFloat 3s ease-in-out infinite;
    opacity: 0.9;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.5));
}

.icon-element.coffee-bean {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.icon-element.steam {
    top: 10%;
    right: 15%;
    animation-delay: 0.5s;
}

.icon-element.heart {
    bottom: 20%;
    right: 10%;
    animation-delay: 1s;
}

.icon-element.sparkle {
    bottom: 30%;
    left: 15%;
    animation-delay: 1.5s;
}

.icon-element.matcha {
    top: 15%;
    left: 15%;
    animation-delay: 0s;
}

.icon-element.leaf {
    top: 25%;
    right: 10%;
    animation-delay: 0.7s;
}

.icon-element.zen {
    bottom: 25%;
    right: 15%;
    animation-delay: 1.2s;
}

.icon-element.bamboo {
    bottom: 15%;
    left: 10%;
    animation-delay: 1.8s;
}

.icon-element.croissant {
    top: 20%;
    left: 12%;
    animation-delay: 0.3s;
}

.icon-element.avocado {
    top: 15%;
    right: 12%;
    animation-delay: 0.8s;
}

.icon-element.chef {
    bottom: 20%;
    right: 15%;
    animation-delay: 1.3s;
}

.icon-element.fresh {
    bottom: 25%;
    left: 10%;
    animation-delay: 1.8s;
}

.icon-element.laptop {
    top: 18%;
    left: 12%;
    animation-delay: 0.2s;
}

.icon-element.wifi {
    top: 12%;
    right: 15%;
    animation-delay: 0.9s;
}

.icon-element.cozy {
    bottom: 22%;
    right: 12%;
    animation-delay: 1.4s;
}

.icon-element.music {
    bottom: 18%;
    left: 15%;
    animation-delay: 1.9s;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(10deg);
    }
}

.hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
    animation: bounce 2s infinite;
}

.scroll-indicator:hover {
    opacity: 0.7;
    transform: translateX(-50%) translateY(-5px);
}

.scroll-arrow {
    width: 20px;
    height: 20px;
    border-right: 2px solid var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    transform: rotate(45deg);
    position: relative;
}

.scroll-text {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 0.5rem;
}

/* Enhanced Buttons */
.btn {
    display: inline-block;
    padding: 1.2rem 2.5rem;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, #5a4040 100%);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(76, 52, 52, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5a4040 0%, var(--primary-color) 100%);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(76, 52, 52, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 15px rgba(76, 52, 52, 0.1);
}

.btn-secondary:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(76, 52, 52, 0.3);
}

/* Enhanced Section Styles */
section {
    padding: 6rem 0;
    position: relative;
}

section:nth-child(even) {
    background: var(--background-subtle);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background: var(--accent-color);
    opacity: 0.4;
}

.section-title {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.section-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: var(--text-light);
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
}

/* About Section */
.about {
    background: var(--background-light);
}

/* Coffee Journey Timeline */
.coffee-journey {
    margin: 4rem 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.journey-item {
    text-align: center;
    padding: 2rem;
}

.journey-number {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 auto 1.5rem;
    opacity: 0.9;
}

.journey-content {
    max-width: 100%;
}

.journey-content h4 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}

.journey-content p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Enhanced Coffee Journey Timeline Redesign */
.journey-section-redesign {
    padding: 6rem 0;
    background: linear-gradient(135deg, #faf9f7 0%, #ffffff 50%, #f0f8f0 100%);
    position: relative;
    overflow: hidden;
}

.journey-section-redesign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(201, 168, 118, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(122, 132, 113, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(44, 24, 16, 0.03) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.journey-header-redesign {
    text-align: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 2;
}

.journey-floating-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(201, 168, 118, 0.3);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: badgeFloat 4s ease-in-out infinite;
}

.coffee-bean-icon {
    font-size: 1.2rem;
    animation: beanRotate 6s linear infinite;
}

.journey-title-redesign {
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-family: var(--font-display);
    line-height: 1.1;
    position: relative;
}

.journey-title-redesign::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
    border-radius: 2px;
    opacity: 0.6;
}

.journey-subtitle-redesign {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    color: var(--text-light);
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.journey-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.divider-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-color), transparent);
    border-radius: 1px;
}

.divider-bean {
    font-size: 1.5rem;
    color: var(--accent-color);
    animation: beanPulse 3s ease-in-out infinite;
}

.coffee-journey-redesign {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}

/* Animated Background Elements */
.journey-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floating-bean {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: floatAround 15s ease-in-out infinite;
}

.bean-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.bean-2 {
    top: 60%;
    right: 15%;
    animation-delay: 5s;
}

.bean-3 {
    bottom: 30%;
    left: 20%;
    animation-delay: 10s;
}

.floating-steam {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.08;
    animation: steamRise 8s ease-in-out infinite;
}

.steam-1 {
    top: 15%;
    right: 25%;
    animation-delay: 2s;
}

.steam-2 {
    bottom: 40%;
    left: 30%;
    animation-delay: 6s;
}

/* Central Timeline */
.journey-timeline-line {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    width: 4px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        var(--accent-color) 20%, 
        var(--secondary-color) 50%, 
        var(--accent-color) 80%, 
        transparent 100%);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(201, 168, 118, 0.3);
    z-index: 3;
}

.timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, var(--primary-color), var(--accent-color));
    border-radius: 2px;
    transition: height 0.6s ease;
    box-shadow: 0 0 15px rgba(44, 24, 16, 0.4);
}

/* Journey Steps */
.journey-step-redesign {
    display: grid;
    grid-template-columns: 80px 100px 1fr 300px;
    gap: 2rem;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
    z-index: 4;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-step-redesign.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.journey-step-redesign:nth-child(even) {
    grid-template-columns: 300px 1fr 100px 80px;
    text-align: right;
}

.journey-step-redesign:nth-child(even) .step-content-redesign {
    order: 1;
}

.journey-step-redesign:nth-child(even) .step-visual {
    order: 0;
}

.journey-step-redesign:nth-child(even) .step-icon-container {
    order: 2;
}

.journey-step-redesign:nth-child(even) .step-number {
    order: 3;
}

.step-number {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(201, 168, 118, 0.3);
    font-family: var(--font-display);
    line-height: 1;
    transition: all 0.4s ease;
}

.journey-step-redesign:hover .step-number {
    color: var(--accent-color);
    transform: scale(1.1);
}

.step-icon-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 15px 40px rgba(201, 168, 118, 0.4);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.step-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}

.journey-step-redesign:hover .icon-pulse {
    animation: iconPulseEffect 2s ease-in-out infinite;
}

.journey-step-redesign:hover .step-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 20px 50px rgba(201, 168, 118, 0.6);
}

.step-content-redesign {
    background: rgba(255, 255, 255, 0.8);
    padding: 2.5rem;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 168, 118, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.step-content-redesign::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(201, 168, 118, 0.05), transparent);
    transition: width 0.6s ease;
    z-index: 1;
}

.journey-step-redesign:hover .step-content-redesign::before {
    width: 100%;
}

.journey-step-redesign:hover .step-content-redesign {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    border-color: var(--accent-color);
}

.step-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: var(--font-display);
    position: relative;
    z-index: 2;
}

.step-description {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.step-details {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(201, 168, 118, 0.1);
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.detail-item:hover {
    background: rgba(201, 168, 118, 0.2);
    transform: translateY(-2px);
}

.detail-icon {
    font-size: 1rem;
}

.step-visual {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

.step-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(201, 168, 118, 0.3) 0%, 
        rgba(122, 132, 113, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.journey-step-redesign:hover .step-visual {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.journey-step-redesign:hover .step-image {
    transform: scale(1.1);
}

.journey-step-redesign:hover .image-overlay {
    opacity: 1;
}

/* Journey Summary */
.journey-summary {
    margin-top: 4rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.summary-card {
    max-width: 600px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, var(--white) 0%, rgba(201, 168, 118, 0.05) 100%);
    border-radius: 25px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(201, 168, 118, 0.2);
    position: relative;
    overflow: hidden;
}

.summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
}

.summary-card h4 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: var(--font-display);
}

.summary-card p {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.summary-cta {
    display: inline-flex;
    align-items: center;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-brown));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(44, 24, 16, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(44, 24, 16, 0.4);
    background: linear-gradient(135deg, var(--secondary-brown), var(--primary-color));
}

/* Animations */
@keyframes badgeFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes beanRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes beanPulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}

@keyframes floatAround {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -20px) rotate(90deg); }
    50% { transform: translate(0, -40px) rotate(180deg); }
    75% { transform: translate(-20px, -20px) rotate(270deg); }
}

@keyframes steamRise {
    0%, 100% { transform: translateY(0px) scale(1); opacity: 0.05; }
    50% { transform: translateY(-30px) scale(1.2); opacity: 0.15; }
}

@keyframes iconPulseEffect {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
    50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0.3; }
    100% { transform: translate(-50%, -50%) scale(2); opacity: 0; }
}

/* Responsive Design for Redesigned Journey */
@media (max-width: 1200px) {
    .journey-step-redesign {
        grid-template-columns: 60px 80px 1fr 250px;
        gap: 1.5rem;
    }
    
    .journey-step-redesign:nth-child(even) {
        grid-template-columns: 250px 1fr 80px 60px;
    }
}

@media (max-width: 768px) {
    .journey-section-redesign {
        padding: 6rem 0;
    }
    
    .journey-header-redesign {
        margin-bottom: 4rem;
    }
    
    .journey-floating-badge {
        padding: 0.8rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .journey-title-redesign {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
    }
    
    .coffee-journey-redesign {
        padding: 0 1rem;
    }
    
    .journey-timeline-line {
        left: 2rem;
        width: 3px;
    }
    
    .journey-step-redesign {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
        margin-bottom: 4rem;
        margin-left: 3rem;
    }
    
    .journey-step-redesign:nth-child(even) {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .journey-step-redesign:nth-child(even) .step-content-redesign,
    .journey-step-redesign:nth-child(even) .step-visual,
    .journey-step-redesign:nth-child(even) .step-icon-container,
    .journey-step-redesign:nth-child(even) .step-number {
        order: unset;
    }
    
    .step-number {
        font-size: 2rem;
        position: absolute;
        left: -3rem;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .step-icon-container {
        margin-bottom: 1rem;
    }
    
    .step-icon {
        width: 60px;
        height: 60px;
    }
    
    .step-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .step-content-redesign {
        padding: 2rem 1.5rem;
    }
    
    .step-visual {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .step-details {
        justify-content: center;
    }
    
    .floating-bean,
    .floating-steam {
        display: none;
    }
}

@media (max-width: 480px) {
    .journey-step-redesign {
        margin-left: 2rem;
    }
    
    .step-number {
        left: -2rem;
        font-size: 1.5rem;
    }
    
    .step-content-redesign {
        padding: 1.5rem 1rem;
    }
    
    .step-title {
        font-size: 1.5rem;
    }
    
    .step-description {
        font-size: 1rem;
    }
    
    .step-details {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
    
    .summary-card {
        padding: 2rem 1.5rem;
    }
}

/* Step Detail Modal */
.step-detail-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.detail-modal {
    background: white;
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.4s ease-out;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 1px solid rgba(201, 168, 118, 0.2);
}

.detail-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
    font-family: var(--font-display);
}

.close-detail {
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--text-light);
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.close-detail:hover {
    background: rgba(201, 168, 118, 0.1);
    color: var(--primary-color);
}

.detail-content {
    padding: 1rem 2rem 2rem;
}

.detail-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail-content li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(201, 168, 118, 0.1);
    color: var(--text-light);
    position: relative;
    padding-left: 2rem;
}

.detail-content li::before {
    content: '☕';
    position: absolute;
    left: 0;
    top: 0.75rem;
    color: var(--accent-color);
}

.detail-content li:last-child {
    border-bottom: none;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Enhanced Step Interactions */
.journey-step-redesign.expanded {
    transform: scale(1.02);
    z-index: 10;
}

.journey-step-redesign:hover {
    cursor: pointer;
}

.journey-step-redesign:hover .step-content-redesign {
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15);
}

/* Scroll-triggered timeline progress */
.timeline-progress.animating {
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.journey-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--accent-color) 0%, var(--secondary-color) 50%, var(--accent-color) 100%);
    transform: translateX(-50%);
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.journey-item-modern {
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
    background: var(--white);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.journey-item-modern:nth-child(even) {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
}

.journey-item-modern:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
}

.journey-item-modern:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.journey-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--secondary-color) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    position: relative;
    z-index: 3;
}

.journey-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.journey-item-modern:hover .journey-icon::before {
    opacity: 1;
}

.journey-icon svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
}

.journey-content-modern {
    flex: 1;
    position: relative;
}

.journey-content-modern h4 {
    font-size: 1.8rem;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: var(--font-display);
    line-height: 1.3;
}

.journey-content-modern p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.journey-accent {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
    border-radius: 2px;
    transition: width 0.4s ease;
}

.journey-item-modern:hover .journey-accent {
    width: 100px;
}

.journey-connector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--white);
    border: 4px solid var(--accent-color);
    border-radius: 50%;
    z-index: 4;
    box-shadow: 0 0 0 8px var(--white), 0 5px 15px rgba(212, 175, 55, 0.3);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    margin-bottom: 4rem;
}

.about-card {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
    border: 1px solid rgba(44, 24, 16, 0.05);
}

.about-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
}

.card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1.5rem;
    background: var(--background-subtle);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 24px;
    height: 24px;
    color: white;
    stroke-width: 1.5;
}

.card-title {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
}

.card-description {
    line-height: 1.6;
    color: var(--text-light);
    font-size: 0.95rem;
}

.about-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.about-description {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Experience Section */
.experience {
    padding: 6rem 0;
    background: var(--background-subtle);
}

.experience-grid-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.experience-card-modern {
    background: var(--white);
    padding: 2rem 1.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
    border: 1px solid rgba(44, 24, 16, 0.05);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
}

.experience-card-modern:nth-child(1) { animation-delay: 0.1s; }
.experience-card-modern:nth-child(2) { animation-delay: 0.2s; }
.experience-card-modern:nth-child(3) { animation-delay: 0.3s; }
.experience-card-modern:nth-child(4) { animation-delay: 0.4s; }
.experience-card-modern:nth-child(5) { animation-delay: 0.5s; }
.experience-card-modern:nth-child(6) { animation-delay: 0.6s; }

.experience-card-modern:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: var(--shadow-strong);
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(201, 168, 118, 0.02) 0%, rgba(122, 132, 113, 0.02) 100%);
    opacity: 0;
    transition: var(--transition);
}

.experience-card-modern:hover .card-background {
    opacity: 1;
}

.experience-icon-modern {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: var(--transition);
    animation: pulse 2s ease-in-out infinite;
}

.experience-icon-modern svg {
    width: 28px;
    height: 28px;
    stroke-width: 1.5;
}

.experience-card-modern:hover .experience-icon-modern {
    transform: scale(1.1) rotate(5deg);
    animation: none;
}

.experience-card-modern h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
    z-index: 2;
}

.experience-card-modern p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
    position: relative;
    z-index: 2;
}

.card-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-color), var(--secondary-color));
    transform: scaleX(0);
    transition: var(--transition);
}

.experience-card-modern:hover .card-accent {
    transform: scaleX(1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(201, 168, 118, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(201, 168, 118, 0);
    }
}

/* Modern Events Section */
.events-modern {
    padding: 6rem 0;
    background: var(--background-light);
}

.events-title {
    color: var(--accent-color) !important;
    font-weight: 600;
}

.events-subtitle {
    color: var(--text-light) !important;
}

.events-grid-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.event-card-modern {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 2rem;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(44, 24, 16, 0.05);
    animation: slideInUp 0.6s ease-out;
}

.event-card-modern:nth-child(1) { animation-delay: 0.1s; }
.event-card-modern:nth-child(2) { animation-delay: 0.2s; }
.event-card-modern:nth-child(3) { animation-delay: 0.3s; }

.event-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-strong);
}

.event-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    animation: iconBounce 2s ease-in-out infinite;
}

.event-icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

.event-date-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: var(--background-subtle);
    border-radius: var(--border-radius-small);
    margin-bottom: 1.5rem;
    border: 2px solid var(--accent-color);
}

.date-day {
    font-size: 1.5rem;
    font-weight: 700;
    color: black;
    line-height: 1;
}

.date-month {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--accent-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-content-modern {
    flex: 1;
}

.event-title-modern {
    color: var(--primary-color);
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.event-description-modern {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.event-details-modern {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.event-time-modern,
.event-price-modern {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.detail-icon {
    width: 16px;
    height: 16px;
    stroke-width: 2;
    color: var(--accent-color);
}

.event-btn-modern {
    background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
    color: var(--white);
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.event-btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
}

/* Modern SVG Icon Styles */
.floating-bean svg,
.floating-sparkle svg,
.coffee-bean-icon svg,
.divider-bean svg,
.floating-steam svg {
    width: 20px;
    height: 20px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.badge-icon svg,
.detail-icon svg {
    width: 18px;
    height: 18px;
    color: currentColor;
    transition: all 0.3s ease;
}

.credential-icon svg,
.reason-icon svg {
    width: 32px;
    height: 32px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

.floating-cup svg,
.floating-event svg {
    width: 24px;
    height: 24px;
    color: var(--accent-color);
    transition: all 0.3s ease;
}

/* Hover effects for icons */
.badge-icon:hover svg,
.detail-icon:hover svg,
.credential-icon:hover svg,
.reason-icon:hover svg {
    transform: scale(1.1) rotate(5deg);
}

/* Animation for floating icons */
.floating-bean svg,
.floating-sparkle svg,
.floating-cup svg,
.floating-steam svg,
.floating-event svg {
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

/* Ensure proper sizing for container elements */
.badge-icon,
.detail-icon,
.credential-icon,
.reason-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive icon adjustments */
@media (max-width: 768px) {
    .credential-icon svg,
    .reason-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .floating-bean svg,
    .floating-sparkle svg,
    .floating-cup svg,
    .floating-steam svg,
    .floating-event svg {
        width: 18px;
        height: 18px;
    }
}

@keyframes iconBounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Coffee Animation */
.coffee-animation {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.coffee-cup {
    width: 60px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 0 0 30px 30px;
    position: relative;
    margin: 20px auto;
}

.coffee-cup::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 5px;
    right: 5px;
    height: 8px;
    background: var(--accent-color);
    border-radius: 50px;
}

.coffee-cup::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 5px;
    width: 12px;
    height: 20px;
    border: 3px solid var(--primary-color);
    border-left: none;
    border-radius: 0 10px 10px 0;
}

.steam {
    position: absolute;
    width: 2px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 1px;
    opacity: 0.7;
}

.steam-1 {
    left: 20px;
    animation: steam 2s ease-in-out infinite;
}

.steam-2 {
    left: 30px;
    animation: steam 2s ease-in-out infinite 0.5s;
}

.steam-3 {
    left: 40px;
    animation: steam 2s ease-in-out infinite 1s;
}

@keyframes steam {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px) rotate(5deg);
        opacity: 0.7;
    }
}

/* Matcha Animation */
.matcha-animation {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.matcha-bowl {
    width: 60px;
    height: 30px;
    background: var(--secondary-color);
    border-radius: 0 0 30px 30px;
    position: relative;
    margin: 25px auto;
}

.matcha-bowl::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 3px;
    right: 3px;
    height: 6px;
    background: #90EE90;
    border-radius: 50px;
}

.whisk-animation {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 25px;
    background: var(--primary-color);
    animation: whisk 1.5s ease-in-out infinite;
}

.whisk-animation::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -3px;
    width: 8px;
    height: 8px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background: transparent;
}

@keyframes whisk {
    0%, 100% {
        transform: translateX(-50%) rotate(0deg);
    }
    25% {
        transform: translateX(-50%) rotate(15deg);
    }
    75% {
        transform: translateX(-50%) rotate(-15deg);
    }
}

/* Workspace Animation */
.workspace-animation {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.laptop {
    width: 60px;
    height: 35px;
    background: var(--text-dark);
    border-radius: 3px;
    position: relative;
    margin: 20px auto;
}

.laptop::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 18px;
    background: var(--primary-color);
    border-radius: 3px 3px 0 0;
}

.laptop::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 5px;
    right: 5px;
    height: 8px;
    background: var(--background-light);
    border-radius: 1px;
}

.typing-indicator {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: var(--primary-color);
    border-radius: 50%;
    animation: typing 1s ease-in-out infinite;
}

@keyframes typing {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Visual Scene Animations */
@keyframes cupFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
}

@keyframes foamSwirl {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
}

@keyframes steamRise {
    0% {
        opacity: 0.8;
        transform: translateX(-50%) translateY(0px) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: translateX(-50%) translateY(-20px) scale(1.2);
    }
    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-40px) scale(0.8);
    }
}

@keyframes bowlGlow {
    0%, 100% {
        box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    }
    50% {
        box-shadow: 0 25px 50px rgba(155, 185, 106, 0.3);
    }
}

@keyframes matchaSwirl {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes whiskMove {
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(-15deg);
    }
}

@keyframes plateRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes foodBounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes tableGlow {
    0%, 100% {
        box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    }
    50% {
        box-shadow: 0 20px 40px rgba(139, 69, 19, 0.4);
    }
}

@keyframes chairSway {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(2deg);
    }
}

@keyframes ambientPulse {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.1);
    }
}



/* Location Section */
.location {
    background: var(--background-cream);
}

.location-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.info-card {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.info-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.info-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text h3 {
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.info-text p {
    margin-bottom: 0;
    line-height: 1.5;
}

.info-text a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.info-text a:hover {
    text-decoration: underline;
}

.location-map {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.map-placeholder {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--background-cream);
    color: var(--text-light);
    text-align: center;
    padding: 2rem;
}

/* Testimonials Section */
.testimonials {
    background: var(--primary-color);
    color: var(--white);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23ffffff" opacity="0.1"/><circle cx="80" cy="40" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="40" cy="80" r="1.5" fill="%23ffffff" opacity="0.1"/></svg>');
    animation: float 10s ease-in-out infinite;
}

.testimonials .section-title {
    color: var(--white);
}

.testimonials .section-subtitle {
    color: var(--secondary-color);
}

.testimonials-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: var(--border-radius);
    text-align: center;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0);
    position: relative;
}

.testimonial-content {
    position: relative;
}

.stars {
    font-size: 1.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
    animation: sparkle 2s ease-in-out infinite;
}

.testimonial-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-style: italic;
    color: var(--white);
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.testimonial-author strong {
    color: var(--white);
    font-size: 1.1rem;
}

.testimonial-author span {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

/* Modern Testimonials Section */
.testimonials-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f6f0 0%, #ffffff 50%, #f0f8f0 100%);
    position: relative;
    overflow: hidden;
}

.testimonials-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23d4af37" opacity="0.1"/><circle cx="80" cy="40" r="1.5" fill="%236B8E23" opacity="0.1"/><circle cx="60" cy="80" r="2.5" fill="%23d4af37" opacity="0.1"/></svg>') repeat;
    pointer-events: none;
}

.testimonials-masonry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

/* Featured Large Testimonial */
.testimonial-featured {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    border-radius: 25px;
    padding: 50px;
    color: white;
    position: relative;
    box-shadow: 0 20px 60px rgba(139, 69, 19, 0.3);
    transform: scale(1);
    transition: all 0.4s ease;
}

.testimonial-featured:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(139, 69, 19, 0.4);
}

.testimonial-quote-large {
    font-size: 120px;
    font-family: var(--font-body);
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -20px;
    left: 30px;
    line-height: 1;
}

.testimonial-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-stars .star {
    color: #FFD700;
    font-size: 1.8rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    animation: starTwinkle 2s ease-in-out infinite;
    animation-delay: calc(var(--i) * 0.2s);
}

.testimonial-stars .star:nth-child(1) { --i: 0; }
.testimonial-stars .star:nth-child(2) { --i: 1; }
.testimonial-stars .star:nth-child(3) { --i: 2; }
.testimonial-stars .star:nth-child(4) { --i: 3; }
.testimonial-stars .star:nth-child(5) { --i: 4; }

@keyframes starTwinkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

.testimonial-text-large {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 35px;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-author-featured {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.author-avatar-large {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.author-avatar-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info-large h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
    color: white;
}

.author-info-large p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
    font-size: 1rem;
}

.author-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    color: white;
    backdrop-filter: blur(10px);
}

/* Grid Testimonials */
.testimonials-grid-modern {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}

.testimonial-card-modern {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #8B4513, #6B8E23);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-card-modern:hover::before {
    transform: scaleX(1);
}

.testimonial-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.author-avatar-small {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: border-color 0.3s ease;
}

.testimonial-card-modern:hover .author-avatar-small {
    border-color: #8B4513;
}

/* Enhanced Author Avatar Styling with Fallbacks */
.author-avatar-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #8B4513, #6B8E23);
}

.author-avatar-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #8B4513, #6B8E23);
}

/* Avatar fallback for missing images */
.author-avatar-small,
.author-avatar-large {
    background: linear-gradient(135deg, #8B4513, #6B8E23);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    position: relative;
}

.author-avatar-small::before,
.author-avatar-large::before {
    content: '🚀';
    position: absolute;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.author-avatar-large::before {
    font-size: 2rem;
}

/* Show fallback when image fails to load */
.author-avatar-small img:not([src]),
.author-avatar-small img[src=""],
.author-avatar-large img:not([src]),
.author-avatar-large img[src=""] {
    opacity: 0;
}

.author-avatar-small:has(img:not([src]))::before,
.author-avatar-small:has(img[src=""])::before,
.author-avatar-large:has(img:not([src]))::before,
.author-avatar-large:has(img[src=""])::before {
    opacity: 1;
}

/* General Image Enhancement */
img {
    transition: all 0.3s ease;
}

img:hover {
    filter: brightness(1.05) contrast(1.05);
}

/* Loading state for images */
img[src=""],
img:not([src]) {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/* Enhanced Workshop Image Styling */
.workshop-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    border-radius: 15px;
}

.workshop-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(135deg, #8B4513, #6B8E23);
    height: 200px;
}

.workshop-image::before {
    content: '🎓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.workshop-image:hover::before {
    opacity: 1;
}

/* Step Image Enhancement */
.step-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #8B4513, #6B8E23);
}

.step-visual {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(135deg, #8B4513, #6B8E23);
}

.step-visual::before {
    content: '⚙️';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

/* Enhanced Testimonial Styling */
.author-info-small {
    flex: 1;
}

.author-info-small h5 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 3px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.testimonial-card-modern:hover .author-info-small h5 {
    color: #8B4513;
}

.author-info-small p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
    transition: color 0.3s ease;
}

.testimonial-card-modern:hover .author-info-small p {
    color: #555;
}

.testimonial-stars-small {
    color: #FFD700;
    font-size: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.testimonial-card-modern:hover .testimonial-stars-small {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.testimonial-card-modern p {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
    font-style: italic;
    position: relative;
    padding-left: 20px;
    transition: color 0.3s ease;
}

.testimonial-card-modern:hover p {
    color: #333;
}

.testimonial-card-modern p::before {
    content: '“';
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 1.5rem;
    color: rgba(139, 69, 19, 0.3);
    font-style: normal;
    transition: color 0.3s ease;
}

.testimonial-card-modern:hover p::before {
    color: rgba(139, 69, 19, 0.6);
}

/* Enhanced Image Error Handling */
.menu-item-image-modern:error,
.workshop-image img:error,
.step-image:error,
.author-avatar-small img:error,
.author-avatar-large img:error {
    display: none;
}

/* Progressive Image Loading */
.image-container {
    position: relative;
    overflow: hidden;
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    z-index: 1;
}

.image-container img {
    position: relative;
    z-index: 2;
}

.image-container img.loaded + ::before {
    display: none;
}

/* Responsive Image Improvements */
@media (max-width: 768px) {
    .menu-item-image-container {
        height: 200px;
    }
    
    .workshop-image {
        height: 150px;
    }
    
    .author-avatar-large {
        width: 60px;
        height: 60px;
    }
    
    .author-avatar-small {
        width: 40px;
        height: 40px;
    }
}

/* Enhanced Social Proof Stats */
.social-proof-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 80px;
    padding: 40px;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.08), rgba(107, 142, 35, 0.08));
    border-radius: 25px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.social-proof-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B4513, #6B8E23, #C9A876);
    z-index: 1;
}

.stat-item {
    text-align: center;
    padding: 25px 20px;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.stat-item:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #8B4513, #6B8E23);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.stat-item:hover::before {
    opacity: 1;
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8B4513, #6B8E23, #C9A876);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    line-height: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover .stat-number {
    transform: scale(1.1);
    background: linear-gradient(135deg, #A0522D, #8FBC8F, #DAA520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #555;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: color 0.3s ease;
    margin-bottom: 8px;
}

.stat-item:hover .stat-label {
    color: #333;
}

.stat-description {
    color: #888;
    font-size: 0.8rem;
    margin-top: 5px;
    font-style: italic;
    transition: color 0.3s ease;
}

.stat-item:hover .stat-description {
    color: #666;
}

/* Add stat icons */
.stat-item::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.stat-item:nth-child(1)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C9A876" stroke-width="2"><polygon points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26"/></svg>');
}

.stat-item:nth-child(2)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C9A876" stroke-width="2"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>');
}

.stat-item:nth-child(3)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C9A876" stroke-width="2"><path d="M18 8h1a4 4 0 0 1 0 8h-1"/><path d="M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"/><line x1="6" y1="1" x2="6" y2="4"/><line x1="10" y1="1" x2="10" y2="4"/><line x1="14" y1="1" x2="14" y2="4"/></svg>');
}

.stat-item:nth-child(4)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23C9A876" stroke-width="2"><path d="M9 12l2 2 4-4"/><path d="M21 12c-1 0-3-1-3-3s2-3 3-3 3 1 3 3-2 3-3 3"/><path d="M3 12c1 0 3-1 3-3s-2-3-3-3-3 1-3 3 2 3 3 3"/><path d="M13 12c0-1 1-3 3-3s3 2 3 3-1 3-3 3-3-2-3-3"/><path d="M11 12c0 1-1 3-3 3s-3-2-3-3 1-3 3-3 3 2 3 3"/></svg>');
}

.stat-item:hover::after {
    opacity: 1;
    transform: scale(1.2);
}

/* Responsive Design for Modern Testimonials */
@media (max-width: 768px) {
    .testimonials-masonry {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .testimonial-featured {
        padding: 30px;
    }
    
    .testimonial-quote-large {
        font-size: 80px;
        top: -10px;
        left: 20px;
    }
    
    .testimonial-text-large {
        font-size: 1.2rem;
    }
    
    .social-proof-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 50px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

/* Modern Google Maps Integration */
.map-container-modern {
    background: white;
    border-radius: 25px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    border: 1px solid rgba(139, 69, 19, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.map-container-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8B4513, #6B8E23);
    z-index: 1;
}

.map-container-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.15);
}

.map-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.map-header h3 {
    font-size: 1.8rem;
    color: #8B4513;
    margin-bottom: 8px;
    font-weight: 600;
}

.map-header p {
    color: #666;
    font-size: 1rem;
    margin: 0;
    font-style: italic;
}

.google-maps-embed {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 25px;
    background: #f8f6f0;
}

.google-maps-embed iframe {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.google-maps-embed:hover iframe {
    transform: scale(1.02);
}

.map-footer {
    text-align: center;
    position: relative;
    z-index: 2;
}

.map-directions-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.3);
    border: none;
    cursor: pointer;
}

.map-directions-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.4);
    background: linear-gradient(135deg, #A0522D, #8B4513);
}

.map-directions-btn .icon {
    width: 20px;
    height: 20px;
    stroke-width: 2;
}

/* Location Section Enhancements */
.location {
    position: relative;
    overflow: hidden;
}

.location::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="%23d4af37" opacity="0.05"/><circle cx="90" cy="30" r="1.5" fill="%236B8E23" opacity="0.05"/><circle cx="30" cy="90" r="1" fill="%23d4af37" opacity="0.05"/><circle cx="70" cy="70" r="1.2" fill="%236B8E23" opacity="0.05"/></svg>') repeat;
    pointer-events: none;
    animation: float 15s ease-in-out infinite;
}

.location-content {
    position: relative;
    z-index: 2;
}

/* Responsive Design for Maps */
@media (max-width: 768px) {
    .map-container-modern {
        padding: 20px;
        border-radius: 20px;
    }
    
    .map-header h3 {
        font-size: 1.5rem;
    }
    
    .google-maps-embed iframe {
        height: 300px;
    }
    
    .map-directions-btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--white);
    transform: scale(1.2);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Contact Section */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-info h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.contact-info p {
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-methods {
    display: flex;
    gap: 1rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    background: var(--white);
    border: 2px solid var(--secondary-color);
    border-radius: var(--border-radius);
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    transition: var(--transition);
}

.contact-method:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
}

.contact-form {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
}

.contact-form h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--background-cream);
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: 1rem;
    transition: var(--transition);
    background: var(--background-light);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(139, 69, 19, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* Footer */
.footer {
    background: var(--primary-color);
    color: var(--white);
    padding: 2rem 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo .logo-text {
    color: var(--white);
}

.footer-tagline {
    color: var(--secondary-color);
    font-style: italic;
    margin: 0;
}

.footer-info p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 0.9rem;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Enhanced Animation Keyframes */
@keyframes animate-fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes animate-slide-in {
    0% {
        opacity: 0;
        transform: translateX(50px) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Enhanced Button Animations */
.btn-animated {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-animated::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-animated:hover::before {
    left: 100%;
}

.btn-animated:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Apply Animations */
.animate-fade-up {
    animation: animate-fade-up 0.8s ease-out forwards;
    opacity: 0;
}

.animate-slide-in {
    animation: animate-slide-in 0.8s ease-out forwards;
    opacity: 0;
}

/* Responsive Design */
/* AOS Animation Styles */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: none;
}

[data-aos="fade-up"] {
    transform: translateY(30px);
}

[data-aos="fade-right"] {
    transform: translateX(-30px);
}

[data-aos="fade-left"] {
    transform: translateX(30px);
}

[data-aos="zoom-in"] {
    transform: scale(0.8);
}

/* Loading Animation */
.loading-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-light);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.loading-animation.fade-out {
    opacity: 0;
    pointer-events: none;
}

.coffee-loader {
    width: 60px;
    height: 60px;
    position: relative;
}

.coffee-loader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid var(--secondary-color);
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.coffee-loader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Menu Section Styles */
#menu-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.menu-tab {
    background: white;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.menu-tab:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.menu-tab.active {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
}

.menu-content {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.menu-content.active {
    display: grid;
    opacity: 1;
    transform: translateY(0);
}

.menu-item {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.menu-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.menu-item-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item:hover .menu-item-image {
    transform: scale(1.05);
}

.menu-item h3 {
    font-family: var(--font-display);
    color: var(--primary-color);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.menu-item p {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: var(--white);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: var(--shadow);
        padding: 2rem 0;
    }

    .nav-menu.active {
        left: 0;
    }

    .hamburger {
        display: flex;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* Enhanced Mobile Hero Styles */
    .hero-slider {
        min-height: 100vh;
    }
    
    .hero-slide {
        padding: 2rem 1rem;
        background-size: cover !important;
        background-position: center !important;
    }
    
    .slide-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        max-width: 100%;
    }
    
    .slide-text {
        max-width: 100%;
    }
    
    .slide-title {
        font-size: clamp(2rem, 8vw, 3rem);
        text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    }
    
    .slide-subtitle {
        font-size: clamp(1rem, 4vw, 1.3rem);
    }
    
    .slide-description {
        font-size: 1rem;
        max-width: 90%;
        margin: 0 auto 2rem;
    }
    
    .slide-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .slider-arrow {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.95);
    }
    
    .slider-arrow.prev {
        left: 1rem;
    }
    
    .slider-arrow.next {
        right: 1rem;
    }
    
    .slider-nav {
        bottom: 2rem;
    }
    
    .slider-dot {
        width: 12px;
        height: 12px;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
        padding: 0 1rem;
    }

    .hero-text {
        order: 1;
    }

    .hero-images {
        order: 2;
        height: 300px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .main-image {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    .secondary-image {
        grid-column: 1;
        grid-row: 2;
    }

    .accent-image {
        grid-column: 2;
        grid-row: 2;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .btn {
        width: 250px;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 0.9rem;
    }

    /* Hide some floating elements on mobile */
    .floating-elements {
        display: none;
    }

    .hero-bg-images {
        opacity: 0.05;
    }

    .scroll-indicator {
        bottom: 1rem;
    }

    .scroll-text {
        font-size: 0.8rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }

    .location-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-methods {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .container {
        padding: 0 1rem;
    }

    section {
        padding: 5rem 0;
    }
    
    .section-header {
        margin-bottom: 3rem;
    }
    
    .section-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
}

/* Floating CTA Button */
.floating-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    animation: float 3s ease-in-out infinite;
}

.floating-cta-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 8px 32px rgba(139, 69, 19, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.floating-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(139, 69, 19, 0.4);
    background: linear-gradient(135deg, #A0522D 0%, #8B4513 100%);
}

.floating-cta-btn i {
    font-size: 1.2rem;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Mobile responsive for floating CTA */
@media (max-width: 768px) {
    .floating-cta {
        bottom: 1rem;
        right: 1rem;
    }
    
    .floating-cta-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .floating-cta-btn i {
        font-size: 1rem;
    }
}

/* New Hero Design with Logo Colors */
.hero-slider {
    background: linear-gradient(135deg, #f8f5eb 0%, #9ca76a 50%, #4c3434 100%);
}

/* Video Background Styles */
.slide-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(156, 167, 106, 0.8) 0%, rgba(76, 52, 52, 0.6) 100%);
    z-index: 2;
}

/* Image Background Styles */
.slide-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(156, 167, 106, 0.7) 0%, rgba(76, 52, 52, 0.5) 100%);
    z-index: 2;
}

/* Updated Slide Content */
.slide-content {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    gap: 4rem;
}

.slide-text {
    flex: 1;
    color: #f8f5eb;
}

.slide-badge {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(248, 245, 235, 0.15);
    border: 2px solid rgba(248, 245, 235, 0.3);
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    backdrop-filter: blur(10px);
    color: #f8f5eb;
}

.slide-title {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: #f8f5eb;
}

.slide-title .highlight {
    font-weight: 700;
    color: #9ca76a;
    text-shadow: 2px 2px 4px rgba(76, 52, 52, 0.3);
}

.slide-description {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    opacity: 0.9;
    max-width: 500px;
    color: #f8f5eb;
}

.slide-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, #9ca76a 0%, #6b4423 100%);
    color: #f8f5eb;
    border-color: rgba(248, 245, 235, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #6b4423 0%, #9ca76a 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(76, 52, 52, 0.3);
}

.btn-secondary {
    background: rgba(248, 245, 235, 0.15);
    color: #f8f5eb;
    border-color: rgba(248, 245, 235, 0.5);
}

.btn-secondary:hover {
    background: rgba(248, 245, 235, 0.25);
    border-color: #f8f5eb;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(76, 52, 52, 0.2);
}

/* Feature Image */
.slide-image {
    flex: 0 0 400px;
    position: relative;
}

.feature-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(76, 52, 52, 0.3);
    border: 3px solid rgba(248, 245, 235, 0.2);
    transition: all 0.3s ease;
}

.feature-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(76, 52, 52, 0.4);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slide-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        padding: 1rem;
    }
    
    .slide-image {
        flex: none;
        width: 100%;
        max-width: 300px;
    }
    
    .feature-image {
        height: 200px;
    }
    
    .slide-buttons {
        justify-content: center;
    }
    
    .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }
}
    
    .section-subtitle {
        font-size: clamp(1rem, 3vw, 1.2rem);
        padding: 0 1rem;
    }

    /* Mobile Journey Timeline */
    .coffee-journey::before {
        left: 30px;
    }

    .journey-item {
        flex-direction: row !important;
        padding-left: 4rem;
    }

    .journey-number {
        position: absolute;
        left: 0;
        margin: 0;
    }

    .journey-content {
        max-width: none;
    }

    /* Mobile Modern Journey Timeline */
    .journey-section {
        padding: 4rem 0;
    }

    .journey-header {
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    .coffee-journey-modern {
        padding: 0 1rem;
        gap: 2rem;
    }

    .journey-line {
        left: 2rem;
        width: 2px;
    }

    .journey-item-modern {
        flex-direction: column !important;
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
        margin-left: 3rem;
    }

    .journey-item-modern:nth-child(even),
    .journey-item-modern:nth-child(odd) {
        flex-direction: column;
        margin-left: 3rem;
        margin-right: 0;
    }

    .journey-icon {
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 5;
    }

    .journey-icon svg {
        width: 24px;
        height: 24px;
    }

    .journey-content-modern h4 {
        font-size: 1.4rem;
    }

    .journey-content-modern p {
        font-size: 1rem;
    }

    .journey-connector {
        left: 2rem;
        width: 16px;
        height: 16px;
        border-width: 3px;
    }

    .journey-accent {
        margin: 0 auto;
    }

    /* Mobile Experience Grid */
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    /* Mobile Testimonials */
    .testimonial-card {
        padding: 2rem;
    }

    .testimonial-content p {
        font-size: 1rem;
    }

    /* Mobile Menu Styles */
    .menu-content {
        grid-template-columns: 1fr;
    }
    
    .menu-tab {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /* New sections mobile styles */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .gallery-filters {
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .event-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .event-date {
        align-self: center;
    }
}

@media (max-width: 480px) {
    .hero-slide {
        padding: 6rem 1rem 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-images {
        height: 250px;
    }

    .hero-buttons {
        gap: 0.8rem;
    }

    .btn {
        width: 180px;
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .menu-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .item-price {
        margin-left: 0;
    }

    .contact-form {
        padding: 1.5rem;
    }
}

/* Smooth scrolling for older browsers */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    :root {
        --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.4);
    }
}

/* Testimonials Section */
.testimonials {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f6f3 0%, #ffffff 100%);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.testimonial-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #7a8471, #2c1810);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.testimonial-stars {
    display: flex;
    gap: 0.2rem;
    margin-bottom: 1.5rem;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin-bottom: 2rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-green);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info h4 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: var(--primary-brown);
    margin-bottom: 0.2rem;
}

.author-info p {
    color: var(--text-light);
    font-size: 0.9rem;
    margin: 0;
}

/* Gallery Section */
.gallery {
    padding: 6rem 0;
    background: var(--bg-light);
}

.gallery-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 0.8rem 1.5rem;
    border: 2px solid var(--primary-green);
    background: transparent;
    color: var(--primary-green);
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-green);
    color: white;
    transform: translateY(-2px);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 161, 94, 0.9), rgba(44, 24, 16, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.overlay-content p {
    font-size: 1rem;
    opacity: 0.9;
    color: white;
}

/* Events Section */
.events {
    padding: 6rem 0;
    background: linear-gradient(135deg, #2c1810 0%, #1a0f0a 100%);
    color: white;
}

.events .section-title,
.events .section-subtitle {
    color: white;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.event-card {
    background: rgba(255,255,255,0.1);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
    display: flex;
    gap: 1.5rem;
}

.event-card:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.15);
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--primary-green);
    border-radius: 15px;
    padding: 1rem;
    min-width: 80px;
    height: 80px;
}

.date-day {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(0, 0, 0);
    line-height: 1;
}

.date-month {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-content {
    flex: 1;
}

.event-title {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: white;
    margin-bottom: 0.8rem;
}

.event-description {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.event-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.event-time,
.event-price {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
}

.event-btn {
    background: var(--primary-green);
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-btn:hover {
    background: var(--primary-brown);
    transform: translateY(-2px);
}

/* Menu Section Modern Styles */
.menu-section-modern {
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f6f3 0%, #ffffff 50%, #f0f8f0 100%);
    position: relative;
    overflow: hidden;
}

.menu-section-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(139, 195, 74, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.menu-header-modern {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.menu-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.menu-icon-accent {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
    animation: menuIconFloat 3s ease-in-out infinite;
}

.menu-icon-accent svg {
    width: 40px;
    height: 40px;
    stroke: white;
    stroke-width: 2;
}

@keyframes menuIconFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.menu-title-modern {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c1810;
    font-family: var(--font-display);
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.menu-subtitle-modern {
    font-size: 1.2rem;
    color: #6b5b47;
    max-width: 600px;
    line-height: 1.6;
    font-weight: 300;
}

.menu-tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.menu-tabs-modern {
    display: flex;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.5rem;
    border-radius: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-tab-modern {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: #6b5b47;
    font-weight: 500;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menu-tab-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.menu-tab-modern:hover::before,
.menu-tab-modern.active::before {
    left: 0;
}

.menu-tab-modern:hover,
.menu-tab-modern.active {
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.4);
}

.tab-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    stroke-width: 2;
}

.menu-content-container {
    position: relative;
    z-index: 2;
}

.menu-content-modern {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    animation: fadeInUp 0.6s ease-out;
}

.menu-content-modern.active {
    display: grid;
}

/* Enhanced Menu Item Styling with Image Fallbacks */
.menu-item-modern {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-item-modern:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
    border-color: rgba(139, 69, 19, 0.2);
}

.menu-item-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f6f3 0%, #e8e6e3 100%);
}

.menu-item-image-modern {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    background: linear-gradient(135deg, #8B4513 20%, #6B8E23 80%);
}

/* Image fallback styling */
.menu-item-image-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #8B4513 20%, #6B8E23 80%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.menu-item-image-modern:not([src]),
.menu-item-image-modern[src=""],
.menu-item-image-modern[src*="placeholder"] {
    background: linear-gradient(135deg, #8B4513 20%, #6B8E23 80%);
}

.menu-item-image-modern:not([src])::after,
.menu-item-image-modern[src=""]::after,
.menu-item-image-modern[src*="placeholder"]::after {
    content: "☕";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.menu-item-modern:hover .menu-item-image-modern {
    transform: scale(1.15) rotate(2deg);
}

/* Enhanced Menu Item Overlay */
.menu-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.4) 0%, rgba(107, 142, 35, 0.2) 50%, transparent 100%);
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(2px);
}

.menu-item-modern:hover .menu-item-overlay {
    opacity: 1;
    background: linear-gradient(45deg, rgba(139, 69, 19, 0.3) 0%, rgba(107, 142, 35, 0.15) 50%, transparent 80%);
}

/* Enhanced Menu Item Badge */
.menu-item-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.95), rgba(107, 142, 35, 0.95));
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 3;
}

.menu-item-modern:hover .menu-item-badge {
    transform: scale(1.1) translateY(-2px);
    background: linear-gradient(135deg, rgba(160, 82, 45, 0.95), rgba(143, 188, 143, 0.95));
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Image loading and error handling */
.menu-item-image-modern {
    background-color: #f5f5f5;
    background-image: linear-gradient(135deg, #8B4513 20%, #6B8E23 80%);
    background-size: cover;
    background-position: center;
}

/* Fallback for broken images */
.menu-item-image-modern[alt]:not([src]),
.menu-item-image-modern[alt][src=""] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #8B4513 20%, #6B8E23 80%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.menu-item-image-modern[alt]:not([src])::before,
.menu-item-image-modern[alt][src=""]::before {
    content: "☕";
}

/* Enhanced content styling */
.menu-item-content {
    padding: 25px;
    position: relative;
    background: white;
}

.menu-item-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(139, 69, 19, 0.2), transparent);
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 15px;
}

.menu-item-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c1810;
    line-height: 1.3;
    margin: 0;
    flex: 1;
}

.menu-item-price {
    display: flex;
    align-items: baseline;
    gap: 3px;
    flex-shrink: 0;
}

.price-currency {
    font-size: 0.9rem;
    color: #8B4513;
    font-weight: 500;
}

.price-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: #8B4513;
}

.menu-item-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.menu-item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.menu-tag {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.1), rgba(107, 142, 35, 0.1));
    color: #6B8E23;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(107, 142, 35, 0.2);
    transition: all 0.3s ease;
}

.menu-tag:hover {
    background: linear-gradient(135deg, rgba(139, 69, 19, 0.2), rgba(107, 142, 35, 0.2));
    transform: translateY(-1px);
    border-color: rgba(107, 142, 35, 0.4);
}

/* Mobile menu badge styling */
.mobile-menu-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.menu-item-content {
    padding: 2rem;
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.menu-item-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c1810;
    font-family: var(--font-display);
    margin: 0;
    line-height: 1.2;
}

.menu-item-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    flex-shrink: 0;
}

.price-currency {
    font-size: 0.9rem;
    color: #8bc34a;
    font-weight: 500;
}

.price-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8bc34a;
}

.menu-item-description {
    color: #6b5b47;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.menu-item-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.menu-tag {
    background: rgba(139, 195, 74, 0.1);
    color: #689f38;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(139, 195, 74, 0.2);
    transition: all 0.3s ease;
}

.menu-tag:hover {
    background: rgba(139, 195, 74, 0.2);
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-title-modern {
        font-size: 2.5rem;
    }
    
    .menu-tabs-modern {
        flex-direction: row;
        gap: 0.5rem;
        padding: 1rem;
        border-radius: 20px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    
    .menu-tabs-modern::-webkit-scrollbar {
        display: none;
    }
    
    .menu-tab-modern {
        justify-content: center;
        padding: 0.75rem 1.5rem;
        min-width: max-content;
        flex-shrink: 0;
    }
    
    .menu-content-modern {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        overflow: hidden;
    }
    
    .menu-item-content {
        padding: 1.5rem;
    }
    
    /* Mobile slider navigation */
    .menu-slider-container {
        position: relative;
        overflow: hidden;
    }
    
    .menu-slider-wrapper {
        display: flex;
        transition: transform 0.3s ease;
        width: 100%;
    }
    
    .menu-category-slide {
        min-width: 100%;
        flex-shrink: 0;
    }
    
    .slider-nav {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 2rem;
    }
    
    .slider-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(139, 69, 19, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .slider-dot.active {
        background: var(--primary-color);
        transform: scale(1.2);
    }
    
    .slider-arrows {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-top: 1.5rem;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--primary-color);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
    }
    
    .slider-arrow:hover {
        background: var(--primary-dark);
        transform: translateY(-2px);
    }
    
    .slider-arrow:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
}

/* Our Story Section - Modern Design */
.story-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f1f3f4 100%);
    position: relative;
    overflow: hidden;
}

.story-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.story-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="1.5" fill="%23d4a574" opacity="0.15"/><circle cx="80" cy="80" r="1" fill="%23b8956a" opacity="0.1"/><circle cx="50" cy="10" r="0.8" fill="%23d4a574" opacity="0.12"/></svg>') repeat;
    background-size: 80px 80px;
    animation: patternFloat 25s ease-in-out infinite;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-bean, .floating-leaf, .floating-heart, .floating-sparkle {
    position: absolute;
    font-size: 2rem;
    opacity: 0.6;
    animation: floatAround 15s ease-in-out infinite;
}

.floating-bean {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-leaf {
    top: 60%;
    right: 15%;
    animation-delay: -5s;
}

.floating-heart {
    top: 30%;
    right: 25%;
    animation-delay: -10s;
}

.floating-sparkle {
    bottom: 30%;
    left: 20%;
    animation-delay: -7s;
}

@keyframes patternFloat {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes floatAround {
    0%, 100% { transform: translateY(0px) translateX(0px) rotate(0deg); }
    25% { transform: translateY(-20px) translateX(10px) rotate(5deg); }
    50% { transform: translateY(-10px) translateX(-5px) rotate(-3deg); }
    75% { transform: translateY(-15px) translateX(8px) rotate(2deg); }
}

.story-modern .container {
    position: relative;
    z-index: 2;
}

/* Story Hero Section */
.story-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.story-hero-content {
    padding-right: 20px;
}

.story-badge {
    display: inline-block;
    background: linear-gradient(135deg, #d4a574, #b8956a);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.story-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.story-subtitle {
    font-size: 1.4rem;
    color: #d4a574;
    font-weight: 500;
    margin-bottom: 30px;
    font-style: italic;
}

.story-intro p {
    font-size: 1.1rem;
    color: #495057;
    line-height: 1.8;
    font-weight: 300;
}

.story-hero-visual {
    position: relative;
}

.story-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.story-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.story-image-container:hover .story-image {
    transform: scale(1.05);
}

.image-overlay-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

.story-stats {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
}

.stat-item {
    text-align: center;
    color: white;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Journey Section */
.journey-section {
    margin-bottom: 100px;
}

.journey-header {
    text-align: center;
    margin-bottom: 60px;
}

.journey-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.journey-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    font-weight: 300;
}

.coffee-journey-modern {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.journey-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #d4a574, #b8956a);
    transform: translateX(-50%);
    z-index: 1;
}

.journey-item-modern {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.journey-item-modern:nth-child(even) {
    flex-direction: row-reverse;
}

.journey-item-modern:nth-child(even) .journey-content-modern {
    text-align: right;
    margin-right: 0;
    margin-left: 40px;
}

.journey-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #d4a574, #b8956a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(212, 165, 116, 0.3);
    z-index: 3;
}

.journey-icon svg {
    width: 35px;
    height: 35px;
    color: white;
    stroke-width: 2;
}

.journey-content-modern {
    flex: 1;
    background: white;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin-right: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.journey-content-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.journey-content-modern h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.journey-content-modern p {
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

.journey-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #d4a574, #b8956a);
    border-radius: 0 20px 20px 0;
}

/* Offerings Section */
.offerings-section {
    margin-bottom: 100px;
}

.offerings-header {
    text-align: center;
    margin-bottom: 60px;
}

.offerings-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    margin-top: 50px;
}

.offerings-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    font-weight: 300;
}

.offerings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.offering-card {
    background: white;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.offering-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.offering-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.offering-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offering-card:hover .offering-image img {
    transform: scale(1.1);
}

.offering-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.8), rgba(184, 149, 106, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.offering-card:hover .offering-overlay {
    opacity: 1;
}

.offering-icon svg {
    width: 50px;
    height: 50px;
    color: white;
    stroke-width: 2;
}

.offering-content {
    padding: 30px;
}

.offering-content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.offering-content p {
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

/* Mission Section */
.mission-section {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(184, 149, 106, 0.1));
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.mission-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.05) 0%, transparent 70%);
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mission-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.mission-quote {
    position: relative;
}

.quote-mark {
    font-size: 4rem;
    color: #d4a574;
    font-family: var(--font-display);
    position: absolute;
    top: -20px;
    left: -40px;
    opacity: 0.3;
}

.mission-quote p {
    font-size: 1.3rem;
    color: #495057;
    line-height: 1.8;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.mission-signature {
    font-size: 1.1rem;
    color: #d4a574;
    font-weight: 500;
}

/* Story Section Responsive Design */
@media (max-width: 768px) {
    .story-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .story-title {
        font-size: 2.5rem;
    }
    
    .journey-item-modern {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .journey-item-modern:nth-child(even) .journey-content-modern {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    
    .journey-content-modern {
        margin-right: 0;
        margin-top: 20px;
    }
    
    .journey-line {
        display: none;
    }
    
    .offerings-grid {
        grid-template-columns: 1fr;
    }
    
    .quote-mark {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Floating Action Button */
.floating-action-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

.fab-main {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-brown));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(44, 24, 16, 0.3);
    transition: all 0.3s ease;
    animation: float 3s ease-in-out infinite;
}

.fab-main:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 12px 35px rgba(44, 24, 16, 0.4);
}

.fab-icon {
    width: 24px;
    height: 24px;
    color: white;
    transition: transform 0.3s ease;
}

.fab-main.active .fab-icon {
    transform: rotate(45deg);
}

.fab-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.fab-options.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
}

.fab-option {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid var(--background-subtle);
}

.fab-option:hover {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.fab-option:nth-child(1) {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
}

.fab-option:nth-child(2) {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.fab-option:nth-child(3) {
    background: linear-gradient(135deg, #FF6B35, #F7931E);
    color: white;
}

.fab-option svg {
    width: 20px;
    height: 20px;
}

.fab-option::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.fab-option:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-5px);
}



/* Enhanced Mobile Responsiveness */
@media (max-width: 768px) {
    .floating-action-button {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    .fab-main {
        width: 55px;
        height: 55px;
    }
    
    .fab-icon {
        width: 22px;
        height: 22px;
    }
    
    .fab-option {
        width: 45px;
        height: 45px;
    }
    
    .fab-option svg {
        width: 18px;
        height: 18px;
    }
    
    /* Mobile Grid Improvements */
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Menu Content Mobile Optimization */
    .menu-content-modern {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .menu-item-modern {
        margin-bottom: 1rem;
    }
    
    /* Mobile Text Alignment */
    .section-title {
        text-align: center;
        font-size: clamp(2rem, 7vw, 2.8rem);
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        text-align: center;
        font-size: clamp(1rem, 4vw, 1.2rem);
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    /* Mobile Column Alignment */
    .about-grid,
    .services-grid,
    .packages-grid,
    .workshops-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    /* Mobile Card Spacing */
    .card, .service-card, .package-card, .workshop-card {
        margin: 0 0.5rem 1rem;
        padding: 1.5rem;
    }
    
    /* Mobile Hero Section */
    .hero-content {
        text-align: center;
        padding: 2rem 1rem;
    }
    
    .hero-title {
        font-size: clamp(2.2rem, 8vw, 3.5rem);
        line-height: 1.1;
    }
    
    .hero-description {
        font-size: clamp(1rem, 4vw, 1.2rem);
        margin: 1.5rem 0;
    }
    
    /* Mobile Navigation Enhancement */
    .nav-menu {
        text-align: center;
        padding: 2rem 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 1rem 2rem;
        display: block;
        width: 100%;
    }
    
    /* Mobile Form Optimization */
    .contact-form {
        padding: 2rem 1rem;
    }
    
    .form-input,
    .form-textarea {
        width: 100%;
        padding: 1rem;
        font-size: 16px;
        margin-bottom: 1rem;
    }
    
    /* Mobile Journey Timeline */
    .coffee-journey,
    .journey-section {
        padding: 0 1rem;
    }
    
    .journey-item {
        text-align: center;
        padding: 1.5rem 1rem;
    }
    
    /* Hero Section Mobile Improvements */
    .hero-content {
        padding: 1rem;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
        line-height: 1.2;
    }
    
    .hero-description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    /* Story Section Mobile */
    .story-hero {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }
    
    .story-hero-content {
        order: 2;
    }
    
    .story-hero-image {
        order: 1;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .journey-section {
        padding: 3rem 0;
    }
    
    .coffee-journey-modern {
        padding-left: 2rem;
    }
    
    .coffee-journey-modern::before {
        left: 15px;
    }
    
    .journey-item-modern {
        padding-left: 3rem;
    }
    
    .journey-number-modern {
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 0.9rem;
    }
    
    .offerings-section {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .floating-action-button {
        bottom: 1rem;
        right: 1rem;
    }
    
    .fab-main {
        width: 50px;
        height: 50px;
    }
    
    .fab-option {
        width: 40px;
        height: 40px;
    }
    
    /* Ultra Mobile Grid - Single Column */
    .experience-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .menu-item-modern {
        flex: 0 0 calc(100% - 2rem);
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .btn-minimal {
        width: 100%;
        justify-content: center;
    }
    
    /* Enhanced Mobile Responsiveness */
    .container {
        padding: 0 1rem;
    }
    
    .section-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        line-height: 1.2;
    }
    
    .section-subtitle {
        font-size: 1rem;
        padding: 0 0.5rem;
    }
    
    /* Mobile Catering Section */
    .catering-services,
    .packages-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .service-card,
    .package-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    /* Mobile Workshops Section */
    .workshops-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .workshop-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    /* Mobile Why Choose Us */
    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .reason-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    /* Mobile Past Events */
    .events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .event-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    /* Mobile Menu Improvements */
    .menu-tabs-modern {
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }
    
    .menu-tab-modern {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
        min-width: auto;
    }
    
    /* Mobile Gallery */
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    
    .gallery-item {
        height: 150px;
    }
    
    /* Mobile Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .testimonial-card {
        padding: 1.5rem;
        margin: 0 0.5rem;
    }
    
    /* Mobile Navigation */
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .nav-link {
        padding: 0.75rem 1rem;
        text-align: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
    }
    
    /* Mobile Footer */
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .footer-section {
        padding: 0 1rem;
    }
}

/* Catering Section Styles */
.catering-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--background-cream) 0%, var(--background-subtle) 100%);
}

.catering-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    font-size: 1.1rem;
    color: var(--text-light);
}

.catering-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.service-card {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.package-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
    border: 2px solid transparent;
}

.package-card.featured {
    border-color: var(--accent-color);
    transform: scale(1.05);
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.package-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 1rem 0;
}

.package-details p {
    margin: 0.5rem 0;
    color: var(--text-light);
}

/* Workshops Section Styles */
.workshops-section {
    padding: 4rem 0;
    background: var(--background-light);
}

.workshops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.workshop-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.workshop-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.workshop-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.workshop-content {
    padding: 2rem;
}

.workshop-content ul {
    list-style: none;
    padding: 0;
}

.workshop-content li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: var(--text-light);
}

.workshop-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--secondary-color);
    font-weight: bold;
}

/* Why Choose Us Section Styles */
.why-choose-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--background-subtle) 0%, var(--background-cream) 100%);
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.reason-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.reason-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

/* Enhanced Past Events Section Styles */
.past-events-section-enhanced {
    padding: 6rem 0;
    background: linear-gradient(135deg, 
        rgba(248, 246, 243, 0.95) 0%, 
        rgba(240, 248, 240, 0.95) 50%, 
        rgba(245, 245, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.past-events-section-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(212, 165, 116, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(139, 161, 94, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}

.divider-line {
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
}

.divider-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
    animation: float 3s ease-in-out infinite;
}

.divider-icon svg {
    width: 20px;
    height: 20px;
    color: white;
    stroke-width: 2;
}

.events-showcase-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.event-card-enhanced {
    background: var(--white);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid rgba(212, 165, 116, 0.1);
    animation: slideInUp 0.6s ease-out;
}

.event-card-enhanced:nth-child(1) { animation-delay: 0.1s; }
.event-card-enhanced:nth-child(2) { animation-delay: 0.2s; }
.event-card-enhanced:nth-child(3) { animation-delay: 0.3s; }

.event-card-enhanced.featured {
    transform: scale(1.05);
    z-index: 5;
    box-shadow: 0 20px 60px rgba(212, 165, 116, 0.4);
    border: 2px solid rgba(212, 165, 116, 0.3);
}

.event-card-enhanced:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.event-card-enhanced.featured:hover {
    transform: translateY(-10px) scale(1.07);
    box-shadow: 0 30px 80px rgba(212, 165, 116, 0.5);
}

.event-image-enhanced {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f6f3, #e8e6e3);
}

.event-image-enhanced img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.event-card-enhanced:hover .event-image-enhanced img {
    transform: scale(1.15) rotate(2deg);
}

.image-overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(212, 165, 116, 0.1) 0%,
        rgba(139, 161, 94, 0.1) 50%,
        rgba(44, 24, 16, 0.3) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card-enhanced:hover .image-overlay-gradient {
    opacity: 1;
}

.image-corner-accent {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-top: 60px solid rgba(212, 165, 116, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card-enhanced:hover .image-corner-accent {
    opacity: 1;
}

.event-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-50px);
    opacity: 0;
    transition: all 0.4s ease;
}

.featured-badge {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.event-card-enhanced:hover .event-badge {
    transform: translateY(0);
    opacity: 1;
}

.hover-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 10;
}

.hover-zoom-icon svg {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    stroke-width: 2.5;
}

.event-card-enhanced:hover .hover-zoom-icon {
    transform: translate(-50%, -50%) scale(1);
}

.sparkle-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.event-card-enhanced.featured:hover .sparkle-effect {
    opacity: 1;
}

.sparkle {
    position: absolute;
    font-size: 1.5rem;
    animation: sparkleFloat 3s ease-in-out infinite;
}

.sparkle-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.sparkle-2 {
    top: 60%;
    right: 20%;
    animation-delay: 1s;
}

.sparkle-3 {
    bottom: 30%;
    left: 25%;
    animation-delay: 2s;
}

@keyframes sparkleFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
        opacity: 1;
    }
}

.event-content-enhanced {
    padding: 2.5rem;
    position: relative;
}

.event-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.event-header h3 {
    color: var(--primary-color);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    flex: 1;
    padding-right: 1rem;
}

.event-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(139, 161, 94, 0.1));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.featured-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

.event-icon svg {
    width: 24px;
    height: 24px;
    color: var(--primary-color);
    stroke-width: 2;
    transition: all 0.3s ease;
}

.featured-icon svg {
    color: white;
}

.event-card-enhanced:hover .event-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.3);
}

.event-content-enhanced p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.event-tags-enhanced {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.event-tags-enhanced .tag {
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.1), rgba(139, 161, 94, 0.1));
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(212, 165, 116, 0.2);
    transition: all 0.3s ease;
}

.featured-tag {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    border-color: transparent;
}

.event-tags-enhanced .tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(212, 165, 116, 0.3);
}

.event-stats {
    display: flex;
    gap: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(212, 165, 116, 0.2);
}

.stat {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-light);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Mobile Responsive for Enhanced Events */
@media (max-width: 768px) {
    .past-events-section-enhanced {
        padding: 4rem 0;
    }
    
    .events-showcase-enhanced {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
    }
    
    .event-card-enhanced.featured {
        transform: none;
    }
    
    .event-card-enhanced.featured:hover {
        transform: translateY(-5px) scale(1.02);
    }
    
    .event-image-enhanced {
        height: 220px;
    }
    
    .event-content-enhanced {
        padding: 2rem;
    }
    
    .event-header {
        flex-direction: column;
        gap: 1rem;
    }
    
    .event-header h3 {
        padding-right: 0;
        font-size: 1.3rem;
    }
    
    .event-stats {
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
}

/* Past Events Section Styles */
.past-events-section {
    padding: 4rem 0;
    background: var(--background-light);
}

.events-showcase {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.event-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--shadow-subtle);
    transition: var(--transition);
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-medium);
}

.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.event-content {
    padding: 2rem;
}

.event-tags {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.tag {
    background: var(--secondary-color);
    color: var(--white);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Credentials Highlight Styles */
.credentials-highlight {
    margin-top: 2rem;
}

.credential-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-subtle);
    max-width: 600px;
    margin: 0 auto;
}

.badge-icon {
    font-size: 2rem;
}

.badge-content strong {
    color: var(--primary-color);
    font-size: 1.1rem;
    display: block;
    margin-bottom: 0.5rem;
}

.badge-content p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
}

/* Responsive Design for New Sections */
@media (max-width: 768px) {
    .workshops-grid {
        grid-template-columns: 1fr;
    }
    
    .why-choose-grid {
        grid-template-columns: 1fr;
    }
    
    .events-showcase {
        grid-template-columns: 1fr;
    }
    
    .packages-grid {
        grid-template-columns: 1fr;
    }
    
    .catering-services {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .credential-badge {
        flex-direction: column;
        text-align: center;
    }
}

/* Print styles */
@media print {
    .navbar,
    .scroll-indicator,
    .contact-form,
    .testimonials,
    .gallery,
    .events,
    .floating-action-button {
        display: none;
    }

    body {
        background: white;
        color: black;
    }

    .hero,
    .about,
    .location {
        background: white;
    }
}

/* Enhanced Visual Effects */
.card-hover-effect {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-hover-effect:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Smooth Page Transitions */
.page-transition {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Text Overflow Prevention */
@media (max-width: 480px) {
    /* Prevent text overflow in all stat sections */
    .stat-item .stat-number,
    .stat-item .stat-label,
    .stat-item .stat-description {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }
    
    .stat-label {
        /* Ensure labels don't break to multiple lines */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100px;
    }
    
    /* Social proof stats mobile adjustments */
    .social-proof-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .social-proof-stats .stat-number {
        font-size: 2rem;
        line-height: 1;
    }
    
    .social-proof-stats .stat-label {
        font-size: 0.7rem;
        line-height: 1.1;
    }
    
    .social-proof-stats .stat-description {
        font-size: 0.65rem;
        margin-top: 0.25rem;
        line-height: 1.1;
    }
}

/* Loading Animation */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(212, 175, 55, 0.3);
    border-top: 3px solid var(--accent-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 2rem auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Enhanced Focus States */
.btn:focus,
.menu-tab-modern:focus,
.nav-link:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* Improved Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
    .btn-primary {
        background: #000;
        color: #fff;
        border: 2px solid #fff;
    }
    
    .btn-secondary {
        background: #fff;
        color: #000;
        border: 2px solid #000;
    }
}

/* ========== COMPREHENSIVE MOBILE RESPONSIVENESS ========== */

/* Enhanced Mobile Layout - Tablets (768px and below) */
@media (max-width: 768px) {
    /* Container Mobile Optimization */
    .container,
    .container-wide,
    .container-narrow {
        padding: 0 1.5rem;
        max-width: 100%;
    }
    
    /* Typography Mobile Enhancement */
    .section-title {
        font-size: clamp(2rem, 7vw, 2.8rem);
        line-height: 1.2;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .section-subtitle {
        font-size: clamp(1rem, 4vw, 1.2rem);
        text-align: center;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    /* Grid Layout Mobile */
    .about-grid,
    .services-grid,
    .packages-grid,
    .workshops-grid,
    .experience-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .testimonials-grid,
    .events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Menu Content Mobile */
    .menu-content-modern {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .menu-tabs-modern {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    /* Hero Section Mobile */
    .hero-content {
        text-align: center;
        padding: 2rem 1rem;
    }
    
    .hero-title {
        font-size: clamp(2.2rem, 8vw, 3.5rem);
        line-height: 1.1;
    }
    
    .hero-description {
        font-size: clamp(1rem, 4vw, 1.2rem);
        margin: 1.5rem 0;
    }
    
    /* Navigation Mobile Enhancement */
    .nav-menu {
        text-align: center;
        padding: 2rem 0;
    }
    
    .nav-link {
        font-size: 1.1rem;
        padding: 1rem 2rem;
        display: block;
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Cards Mobile Optimization */
    .service-card,
    .package-card,
    .workshop-card,
    .testimonial-card,
    .event-card {
        padding: 1.5rem;
        margin: 0 0.5rem 1rem;
        text-align: center;
    }
    
    /* Forms Mobile */
    .contact-form,
    .newsletter-form {
        padding: 2rem 1rem;
    }
    
    .form-input,
    .form-textarea {
        width: 100%;
        padding: 1rem;
        font-size: 16px;
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    
    /* Button Mobile Enhancement */
    .btn-minimal,
    .btn-primary,
    .btn-secondary,
    .package-btn,
    .cta-btn {
        min-height: 48px;
        padding: 1rem 2rem;
        touch-action: manipulation;
        width: auto;
    }
    
    /* Journey Timeline Mobile */
    .coffee-journey,
    .journey-section {
        padding: 0 1rem;
    }
    
    .journey-item {
        text-align: center;
        padding: 1.5rem 1rem;
    }
}

/* Ultra Mobile - Phones (480px and below) */
@media (max-width: 480px) {
    /* Container Ultra Mobile */
    .container,
    .container-wide,
    .container-narrow {
        padding: 0 1rem;
        max-width: 100%;
    }
    
    /* Typography Ultra Mobile */
    .section-title {
        font-size: clamp(1.8rem, 8vw, 2.3rem);
        line-height: 1.2;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .section-subtitle {
        font-size: clamp(0.9rem, 4vw, 1.1rem);
        text-align: center;
        margin-bottom: 2rem;
        padding: 0;
    }
    
    /* Hero Ultra Mobile */
    .hero-title {
        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.1;
        margin-bottom: 1rem;
    }
    
    .hero-description {
        font-size: clamp(0.95rem, 4vw, 1.1rem);
        line-height: 1.5;
        margin: 1rem 0 2rem;
    }
    
    .hero-actions {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        align-items: center;
    }
    
    /* Navigation Ultra Mobile */
    .nav-container {
        padding: 1rem;
    }
    
    .logo {
        width: 120px;
        max-height: 120px;
    }
    
    /* Grid Ultra Mobile - Single Column */
    .about-grid,
    .services-grid,
    .packages-grid,
    .workshops-grid,
    .experience-grid,
    .gallery-grid,
    .testimonials-grid,
    .events-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Menu Ultra Mobile */
    .menu-content-modern {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .menu-item {
        padding: 1rem;
        text-align: left;
    }
    
    .menu-item-title {
        font-size: 1.3rem;
        line-height: 1.3;
    }
    
    .menu-item-description {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    /* Buttons Ultra Mobile */
    .btn-minimal,
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1rem;
        margin: 0.5rem 0;
    }
    
    /* Cards Ultra Mobile */
    .service-card,
    .package-card,
    .workshop-card,
    .testimonial-card,
    .event-card {
        padding: 1.5rem 1rem;
        margin: 0 0 1rem;
        text-align: center;
    }
    
    /* Forms Ultra Mobile */
    .contact-form,
    .newsletter-form {
        padding: 1.5rem 1rem;
    }
    
    .form-input,
    .form-textarea {
        padding: 1rem;
        font-size: 16px;
        border-radius: 8px;
    }
    
    /* Stats and Features Ultra Mobile */
    .catering-stats {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .stat-item {
        min-width: auto;
        padding: 1rem;
    }
    
    /* Sections Ultra Mobile */
    section {
        padding: 2rem 0;
    }
    
    .section-header {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    /* Filters Ultra Mobile */
    .gallery-filters,
    .menu-tabs-modern {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem;
    }
    
    .filter-btn,
    .menu-tab-modern {
        padding: 0.75rem 1.25rem;
        font-size: 0.9rem;
        min-width: auto;
    }
    
    /* Timeline Ultra Mobile */
    .coffee-journey,
    .journey-section {
        padding: 0 1rem;
    }
    
    .journey-item {
        text-align: center;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
}

/* Mobile Touch Optimization */
@media (hover: none) and (pointer: coarse) {
    /* Enhanced touch targets */
    .btn,
    .nav-link,
    .menu-tab-modern,
    .filter-btn {
        min-height: 48px;
        min-width: 48px;
    }
    
    /* Remove hover effects on touch devices */
    .service-card:hover,
    .package-card:hover,
    .workshop-card:hover {
        transform: none;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }
}

/* Text Alignment Mobile Utilities */
@media (max-width: 768px) {
    .mobile-center {
        text-align: center !important;
    }
    
    .mobile-left {
        text-align: left !important;
    }
    
    .mobile-block {
        display: block !important;
        width: 100% !important;
    }
}

/* End of CSS file - All styles complete */