/* ============================================
   General Styles
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}

:root {
    --primary-green: #286E37;
    --primary-black: #000000;
    --light-bg: #f9f9f9;
    --text-dark: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --border-light: #eeeeee;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

/* Image Optimization */
img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}

/* Lazy loading images - prevent layout shift */
img[loading="lazy"] {
    background-color: #f0f0f0;
}

html {
    overflow-x: clip;
}

body {
    font-family: 'Calibri', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* ============================================
   Wolt Logo - Black and White
   ============================================ */
.wolt-logo {
    filter: grayscale(100%) brightness(0.9);
    width: 60px !important;
    height: 60px !important;
}

/* ============================================
   Burger Menu
   ============================================ */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background-color: var(--primary-green);
    transition: var(--transition);
    border-radius: 2px;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

/* ============================================
   Video Section
   ============================================ */
.video-section {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.video-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.video-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

.video-side {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.video-content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 60%;
    background: linear-gradient(180deg, transparent 0%, rgba(40, 110, 55, 0.1) 50%, transparent 100%);
    pointer-events: none;
    display: none;
}

.logo-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 3rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: linear-gradient(90deg, transparent 0%, rgba(249, 249, 249, 0.7) 40%, rgba(249, 249, 249, 0.9) 100%);
    z-index: 10;
}

.section-logo {
    width: 250px;
    height: auto;
    animation: fadeInRight 0.8s ease-out;
    margin-bottom: 2rem;
}

/* HTML Logo Styling */
.logo-side .logo {
    width: 250px;
    height: 250px;
    border: 3px solid var(--primary-black);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: fadeInRight 0.8s ease-out;
    position: relative;
}

.logo-side .logo::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border: 3px solid var(--primary-black);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.logo h1 {
    font-family: 'SundayVacayPersonal', cursive, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    z-index: 1;
    position: relative;
}

.logo h1.the {
    font-size: 28px;
    color: var(--primary-black);
    letter-spacing: 1px;
    line-height: 1;
}

.logo h1.matcha {
    font-size: 42px;
    color: var(--primary-green);
    line-height: 1;
}

.logo-description {
    font-size: 1.1rem;
    color: var(--text-light);
    line-height: 1.8;
    max-width: 350px;
    animation: fadeInRight 1s ease-out 0.2s backwards;
    font-weight: 300;
}

.video-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 600px;
    border-radius: 0;
    box-shadow: none;
    animation: fadeInLeft 0.8s ease-out;
    margin: 0;
    padding: 0;
}

.intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* Hide video controls - Cross-browser support */
.intro-video {
    pointer-events: none; /* Prevent any interaction */
}

.intro-video::-webkit-media-controls {
    display: none !important;
}

.intro-video::-webkit-media-controls-enclosure {
    display: none !important;
}

.intro-video::-webkit-media-controls-panel {
    display: none !important;
}

.intro-video::-moz-media-controls {
    display: none !important;
}

.intro-video::-ms-media-controls {
    display: none !important;
}

video {
    pointer-events: none;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* ============================================
   Header & Navigation
   ============================================ */
header {
    background-color: var(--white);
    border-bottom: 2px solid var(--primary-green);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
}

.logo h1 {
    color: var(--primary-green);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'SundayVacayPersonal', sans-serif;
}

.logo-text {
    font-family: 'SundayVacayPersonal', cursive, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-matcha {
    color: var(--primary-green);
}

.logo-image {
    height: 60px;
    width: auto;
    display: block;
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-link {
    color: var(--text-dark);
    text-decoration: none;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    transition: var(--transition);
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary-green);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-green);
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.logo-link {
    text-decoration: none;
    cursor: pointer;
}

.logo-link::after {
    display: none !important;
}

/* ============================================
   Hero Section
   ============================================ */
.hero {
    background: linear-gradient(135deg, rgba(40, 110, 55, 0.05) 0%, rgba(40, 110, 55, 0.1) 100%);
    padding: 4rem 2rem;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.logo-large {
    text-align: left;
}

.logo-large-image {
    width: 250px;
    height: auto;
    margin-bottom: 2rem;
    display: block;
}

.brand-title {
    font-size: 4rem;
    color: var(--primary-green);
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    font-family: 'SundayVacayPersonal', cursive, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tagline {
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.8;
}

.hero-image {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.matcha-hero {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ============================================
   About Section
   ============================================ */
.about {
    padding: 4rem 2rem;
    background-color: var(--light-bg);
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-green);
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 1rem;
    font-family: 'SundayVacayPersonal', cursive, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--primary-green);
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.about-image {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-text p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

/* ============================================
   Popular Drinks Carousel
   ============================================ */
.popular-drinks {
    padding: 4rem 2rem;
    background-color: var(--white);
}

.menu-header {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: -2rem;
}

.btn-view-menu {
    display: inline-block;
    background-color: var(--primary-green);
    color: var(--white);
    padding: 0.8rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.btn-view-menu:hover {
    background-color: var(--primary-black);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(40, 110, 55, 0.3);
}

.carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.carousel-wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 2rem;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-item {
    flex: 0 0 100%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1.5rem;
    transition: all 0.5s ease;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 500px;
    transform: translateX(-50%) translateY(0) scale(0.8);
    opacity: 0;
    z-index: 1;
}

.carousel-item.active {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
    z-index: 10;
    box-shadow: 0 10px 30px rgba(40, 110, 55, 0.2);
}

.carousel-item.prev {
    opacity: 0.6;
    transform: translateX(calc(-50% - 280px)) translateY(20px) scale(0.85);
    z-index: 5;
}

.carousel-item.next {
    opacity: 0.6;
    transform: translateX(calc(-50% + 280px)) translateY(20px) scale(0.85);
    z-index: 5;
}

.carousel-item:hover {
    box-shadow: 0 10px 30px rgba(40, 110, 55, 0.2);
}

.carousel-item img {
    width: 100%;
    height: 280px;
    object-fit: contain;
    object-position: center center;
    background: #f5f9f6;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.carousel-item h3 {
    font-size: 1.3rem;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 700;
}

.matcha-brand {
    font-family: 'SundayVacayPersonal', cursive, sans-serif;
    color: var(--primary-green);
    font-weight: 400;
    margin-right: 0.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-item p {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.price {
    display: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-green);
}

.carousel-btn {
    background-color: var(--primary-green);
    color: var(--white);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background-color: var(--primary-black);
    transform: scale(1.1);
}

/* ============================================
   Gallery Section
   ============================================ */
.gallery {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(40, 110, 55, 0.1) 0%, rgba(40, 110, 55, 0.15) 100%);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.85);
}

/* ============================================
   Footer Section
   ============================================ */
.footer {
    background-color: var(--primary-black);
    color: var(--white);
    padding: 3rem 2rem 1rem;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h3 {
    color: var(--primary-green);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--primary-green);
    padding-bottom: 0.5rem;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-section p {
    color: #cccccc;
    margin-bottom: 0.8rem;
    line-height: 1.8;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 500;
}

.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.map-container iframe {
    border-radius: 10px;
    width: 100%;
    height: 250px;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444444;
    padding-top: 1.5rem;
}

.footer-bottom p {
    color: #999999;
    font-size: 0.9rem;
    margin: 0.3rem 0;
    font-family: 'ChronicaPro', sans-serif;
    font-weight: 500;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.social-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: var(--transition);
    text-decoration: none;
    color: var(--white);
}

.social-icon:hover {
    background-color: var(--primary-green);
    transform: translateY(-3px);
}

.social-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.social-icon svg {
    width: 24px;
    height: 24px;
    color: var(--white);
}

.social-icon-with-text {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1.2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-decoration: none;
    color: var(--white);
    transition: var(--transition);
    font-size: 0.9rem;
    font-weight: 500;
}

.social-icon-with-text:hover {
    background-color: var(--primary-green);
    transform: translateY(-3px);
}

.social-icon-with-text svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.social-icon-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-decoration: none;
    color: var(--white);
    transition: var(--transition);
}

.social-icon-logo:hover {
    background-color: var(--primary-green);
    transform: translateY(-3px);
}

.social-icon-logo img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.wolt-logo {
    height: 24px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.bolt-logo {
    height: 24px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 768px) {
    .video-section {
        min-height: 500px;
    }

    .video-content {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .video-container {
        height: 400px;
        border-radius: 0;
    }

    .logo-side {
        position: absolute;
        width: 100%;
        padding: 2rem 1.5rem;
        height: 100%;
        background: linear-gradient(180deg, transparent 0%, rgba(249, 249, 249, 0.8) 50%, rgba(249, 249, 249, 0.95) 100%);
    }

    .section-logo {
        width: 150px;
        margin-bottom: 1.5rem;
    }

    .logo-description {
        font-size: 0.9rem;
        max-width: 280px;
    }

    .video-content::before {
        display: none;
    }

    .header-content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .navbar ul {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .brand-title {
        font-size: 2.5rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    .carousel-container {
        flex-direction: column;
    }

    .carousel-wrapper {
        height: 420px;
    }

    .carousel-item {
        padding: 1rem;
    }

    .carousel-item.active {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(1);
        z-index: 10;
    }

    .carousel-item.prev {
        opacity: 0;
        transform: translateX(-50%) translateY(20px) scale(0.85);
        z-index: 1;
    }

    .carousel-item.next {
        opacity: 0;
        transform: translateX(-50%) translateY(20px) scale(0.85);
        z-index: 1;
    }

    .carousel-btn {
        display: none;
    }

@media (max-width: 480px) {
    /* ============================================
       Mobile Optimization (480px and below)
       ============================================ */

    .carousel-container {
        flex-direction: row;
        gap: 0.5rem;
    }

    .carousel-container {
        margin-bottom: 3.75rem;
    }

    .carousel-wrapper {
        height: 350px;
    }

    .carousel-btn {
        display: block;
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }

    .carousel-item {
        padding: 0.8rem;
        max-width: 80vw !important;
        max-height: none !important;
    }

    .carousel-item img {
        width: 100%;
        height: 100px;
        margin-bottom: 0.6rem;
        object-fit: contain;
        object-position: center center;
        background: #f5f9f6;
        border-radius: 8px;
    }

    .carousel-item h3 {
        font-size: 0.95rem !important;
        margin-bottom: 0.3rem !important;
        color: var(--primary-green) !important;
        display: block !important;
        visibility: visible !important;
        overflow: visible !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        line-height: 1.2 !important;
    }

    .carousel-item h3 span {
        display: inline !important;
    }

    .carousel-item p {
        display: none !important;
    }

    .menu-header {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    body {
        font-size: 14px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }

    * {
        max-width: 100%;
    }

    .container {
        padding: 0 1rem;
        width: 100%;
        overflow-x: hidden;
    }

    header {
        padding: 0.5rem 0;
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: var(--white);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .header-content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        padding: 0.5rem 1rem;
        width: 100%;
    }

    .header-content .logo {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-content .logo a {
        display: flex;
        align-items: center;
    }

    .header-content .burger-menu {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-content .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }

    .logo-text {
        font-size: 1.3rem;
        line-height: 1;
        margin: 0;
        padding: 0;
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background-color: var(--white);
        border-top: 1px solid var(--border-light);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 999;
    }

    .navbar.active {
        max-height: 300px;
    }

    .navbar ul {
        display: flex;
        flex-direction: column;
        gap: 0;
        text-align: left;
        font-size: 1rem;
        padding: 1rem 0;
    }

    .navbar ul li {
        border-bottom: 1px solid var(--border-light);
    }

    .navbar ul li:last-child {
        border-bottom: none;
    }

    .nav-link {
        display: block;
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .video-section {
        min-height: 350px;
        padding: 0;
    }

    .video-container {
        height: 350px;
    }

    .logo-side {
        padding: 1.5rem 1rem;
        width: 100%;
    }

    .logo-side .logo {
        width: 150px;
        height: 150px;
        margin: 0 auto 1rem;
    }

    .logo-side .logo::before {
        width: 120px;
        height: 120px;
    }

    .logo h1.the {
        font-size: 18px;
    }

    .logo h1.matcha {
        font-size: 28px;
    }

    .logo-description {
        font-size: 0.75rem;
        max-width: 250px;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .about-section {
        padding: 2rem 1rem;
    }

    .about-content {
        gap: 1.5rem;
    }

    .about-text h2 {
        font-size: 1.3rem;
        margin-bottom: 0.8rem;
    }

    .about-text p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .carousel-wrapper {
        height: 300px;
    }

    .carousel-item img {
        width: 100%;
        height: 180px;
        object-fit: contain;
        object-position: center center;
        background: #f5f9f6;
        border-radius: 10px;
    }

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

    .gallery-item img {
        height: 150px;
        object-fit: cover;
    }

    .footer {
        padding: 1.5rem 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .footer-section h3 {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }

    .footer-section p {
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }

    .social-links {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.8rem;
        align-items: center;
    }

    .social-row {
        display: flex;
        flex-direction: row;
        gap: 0.8rem;
        align-items: center;
    }

    .social-icon,
    .social-icon-logo {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
    }

    .wolt-logo,
    .bolt-logo {
        width: 40px !important;
        height: 40px !important;
        object-fit: contain;
    }

    .wolt-logo {
        filter: grayscale(100%) brightness(0.9);
    }

    .footer-bottom {
        margin-top: 1.5rem;
        padding-top: 1rem;
        border-top: 1px solid var(--border-light);
    }

    .footer-bottom p {
        font-size: 0.75rem;
        margin-bottom: 0.4rem;
    }

    .map-container {
        height: auto;
    }

    .map-container iframe {
        width: 100% !important;
        height: 200px !important;
    }
}

/* Additional mobile touch-friendly improvements */
@media (max-width: 480px) {
    button, a {
        min-height: 44px;
        min-width: 44px;
    }

    .nav-link {
        padding: 0.5rem 0.4rem;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .map-container iframe {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }

    .brand-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .hero {
        min-height: 400px;
        padding: 2rem 1rem;
    }

    .navbar ul {
        gap: 0.3rem;
        font-size: 0.9rem;
    }

    .price {
        font-size: 1.2rem;
    }
}

/* ============================================
   Modal
   ============================================ */
.modal-overlay {
    display: none;
}

.modal-box {
    position: relative;
    width: 380px;
    max-width: 92vw;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.modal-close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    min-width: unset;
    min-height: unset;
    padding: 0;
    background: var(--primary-green);
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transition: var(--transition);
}

.modal-close:hover {
    background: #1a4f26;
    transform: scale(1.15);
}

.modal-image-wrap {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 20px 20px 0 0;
}

.modal-img {
    width: 100%;
    height: 110px;
    max-width: none;
    object-fit: cover;
    display: block;
}

.modal-badge {
    position: absolute;
    bottom: 10px;
    left: 14px;
    background: var(--primary-green);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.modal-content {
    padding: 1.6rem 1.8rem 1.8rem;
    text-align: center;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
}

.modal-eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--primary-green);
    padding: 3px 12px;
    border-radius: 20px;
    margin-bottom: 0.85rem;
}

.modal-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: var(--primary-black);
    margin-bottom: 0.8rem;
    line-height: 1.25;
}

.modal-text {
    font-size: 0.92rem;
    color: var(--text-light);
    line-height: 1.65;
    padding: 0 0.4rem;
}

.modal-badge {
    position: absolute;
    bottom: 10px;
    left: 14px;
    background: rgba(255,255,255,0.95);
    color: var(--primary-green);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 12px;
    border-radius: 20px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    min-width: unset;
    min-height: unset;
    padding: 0;
    background: transparent;
    border: 2px solid #cccccc;
    border-radius: 50%;
    color: #666666;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.modal-close:hover {
    background: var(--primary-green);
    border-color: var(--primary-green);
    color: #ffffff;
}
