/*
Theme Name: Krowa Mać Burger's
Theme URI: https://wodzislaw.krowamac.pl/
Author: Krowa Mać Burger's Team
Author URI: https://wodzislaw.krowamac.pl/
Description: Nowoczesny motyw WordPress dla restauracji burgerowej Krowa Mać Burger's. Responsywny design z sekcjami menu, galerii, opinii i lokalizacji.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: krowamac
Tags: restaurant, burger, food, modern, responsive, custom-menu
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --half-baked: #7cc9c9;
    --cod-gray: #1c191a;
    --scorpion: #6a6768;
    --mercury: #e5e5e5;
    --patina: #5d9292;
    --outer-space: #2d3737;
    --mineral-green: #426262;
    --nobel: #b4b3b3;
    
    --primary-color: var(--half-baked);
    --secondary-color: var(--patina);
    --accent-primary: var(--half-baked);
    --accent-secondary: var(--patina);
    --dark-bg: var(--cod-gray);
    --dark-gray: var(--outer-space);
    --darker-gray: var(--cod-gray);
    --medium-gray: var(--scorpion);
    --light-gray: var(--nobel);
    --light-color: var(--mercury);
    --text-color: var(--mercury);
    --text-light: rgba(229, 229, 229, 0.8);
    --text-dark: var(--cod-gray);
    --white: #ffffff;
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-heading: 'Poppins', sans-serif;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --glow-color: rgba(124, 201, 201, 0.4);
}

body {
    font-family: var(--font-primary);
    color: var(--text-color);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--dark-bg);
}

@keyframes shimmer {
    0% { background-position: -1000px 0; }
    100% { background-position: 1000px 0; }
}

.loading-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

img.loaded {
    opacity: 1;
}

img.loading-shimmer {
    opacity: 0.7;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

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

.site-header {
    background: rgba(28, 25, 26, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 2px 20px rgba(0,0,0,0.5);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
    border-bottom: 1px solid rgba(124, 201, 201, 0.3);
    overflow: visible;
}

.site-header.scrolled {
    background: rgba(28, 25, 26, 0.98);
    box-shadow: 0 4px 30px rgba(124, 201, 201, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-bottom: 1px solid var(--half-baked);
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.logo {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--half-baked);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-shadow: 0 0 10px rgba(124, 201, 201, 0.5);
}

.logo a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

.logo img,
.logo .logo-image {
    height: 50px;
    width: auto;
    transition: var(--transition);
}

.logo:hover img,
.logo:hover .logo-image {
    transform: scale(1.05);
}

.logo:hover a {
    opacity: 0.9;
}

.main-navigation {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.main-navigation ul,
.main-navigation .nav-menu {
    display: flex !important;
    gap: 2rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: row;
}

.main-navigation li {
    position: relative;
    list-style: none;
    display: list-item;
}

.main-navigation a {
    font-weight: 500;
    color: var(--text-light);
    position: relative;
    padding: 0.5rem 0;
}

.main-navigation a:hover,
.main-navigation a.active,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
    color: var(--half-baked);
    text-shadow: 0 0 10px rgba(124, 201, 201, 0.5);
}


.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--half-baked), var(--patina));
    transition: var(--transition);
}

.main-navigation a:hover::after,
.main-navigation a.active::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after {
    width: 100%;
}

.main-navigation .current-menu-item,
.main-navigation .current_page_item,
.main-navigation .abspos-active-menu {
    position: relative;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation a.active,
.main-navigation .abspos-active-menu > a,
.main-navigation a.abspos-active-menu-link {
    position: relative;
    z-index: 1;
}

.main-navigation li.abspos-active-menu {
    position: relative;
}

.main-navigation li.abspos-active-menu > a {
    position: relative;
    z-index: 10;
}

.order-btn {
    background: linear-gradient(135deg, var(--half-baked) 0%, var(--patina) 100%);
    color: var(--cod-gray);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(124, 201, 201, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
}

.order-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.order-btn:hover::before {
    width: 300px;
    height: 300px;
}

.order-btn:hover {
    background: linear-gradient(135deg, var(--patina) 0%, var(--half-baked) 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(124, 201, 201, 0.6);
    color: var(--cod-gray);
}

.order-btn:active {
    transform: translateY(-1px) scale(1.02);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-color);
}

.hero-section {
    background: var(--dark-bg);
    color: var(--white);
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-content::before {
    background: rgba(28, 25, 26, 0.7);
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(124, 201, 201, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(93, 146, 146, 0.1) 0%, transparent 50%),
        url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(124,201,201,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
    animation: parallaxMove 20s ease-in-out infinite;
}

@keyframes parallaxMove {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-20px) translateX(10px); }
}

.hero-section::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(124, 201, 201, 0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
    pointer-events: none;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 4rem 2rem;
}


.hero-background-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.hero-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 25, 26, 0.5);
    z-index: 2;
    pointer-events: none;
}

.hero-section {
    min-height: 100vh;
    position: relative;
}

.hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    border: none;
    box-shadow: none;
    border-bottom: 8px solid var(--half-baked);
}

.hero-text {
    max-width: 800px;
    z-index: 1;
}

.hero-content h1 {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 300;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 2px;
    animation: slideIn 1s ease-out;
}

.hero-content .hero-subtitle {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--half-baked);
    text-shadow: 0 0 20px rgba(124, 201, 201, 0.5);
    animation: slideUp 1.2s ease-out 0.3s both;
}


.hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2rem;
    color: var(--text-light);
    font-weight: 300;
}

.hero-image {
    display: none;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: var(--transition);
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    text-align: center;
    text-decoration: none;
}

.btn-primary {
    background: linear-gradient(135deg, var(--half-baked) 0%, var(--patina) 100%);
    color: var(--cod-gray);
    box-shadow: 0 4px 20px rgba(124, 201, 201, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    animation: pulse 2s ease-in-out infinite;
    justify-content: center;
    text-align: center;
}

.btn-primary:hover {
    animation: none;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--patina) 0%, var(--half-baked) 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(124, 201, 201, 0.6);
    color: var(--cod-gray);
}

.btn-secondary {
    background: rgba(93, 146, 146, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--half-baked);
    border: 2px solid var(--half-baked);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn-secondary:hover::before {
    left: 100%;
}

.btn-secondary:hover {
    background: var(--half-baked);
    border-color: var(--half-baked);
    color: var(--cod-gray);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 30px rgba(124, 201, 201, 0.5);
}

.features-section {
    padding: 5rem 0;
    background: var(--dark-gray);
    position: relative;
}

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

.feature-card {
    text-align: left;
    padding: 1.5rem;
    background: transparent;
    border-radius: 0;
    transition: var(--transition);
    position: relative;
    overflow: visible;
    border: none;
    border-left: 3px solid var(--half-baked);
    padding-left: 1.5rem;
}

.feature-card::before {
    display: none;
}

.feature-card:hover {
    transform: translateX(5px);
    border-left-color: var(--patina);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    animation: float 3s ease-in-out infinite;
    transition: var(--transition);
    color: var(--half-baked);
}

.feature-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    filter: drop-shadow(0 2px 4px rgba(124, 201, 201, 0.3));
    transition: var(--transition);
}

.feature-card:nth-child(1) .feature-icon {
    animation-delay: 0s;
}

.feature-card:nth-child(2) .feature-icon {
    animation-delay: 0.5s;
}

.feature-card:nth-child(3) .feature-icon {
    animation-delay: 1s;
}

.feature-card:nth-child(4) .feature-icon {
    animation-delay: 1.5s;
}

.feature-card:hover .feature-icon {
    animation: bounce 0.6s ease-in-out;
    color: var(--patina);
}

.feature-card:hover .feature-icon svg {
    filter: drop-shadow(0 4px 8px rgba(124, 201, 201, 0.5));
    transform: scale(1.1);
}

.feature-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: var(--half-baked);
    font-weight: 600;
    text-transform: none;
}

.feature-card p {
    color: var(--text-light);
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

.about-section {
    padding: 3rem 0;
    background: var(--darker-gray);
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 1rem;
}

.about-section .section-header {
    margin-bottom: 0.75rem;
}

.section-header h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin-bottom: 0.5rem;
    color: var(--half-baked);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.section-header h2 .subtitle {
    display: block;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 300;
    color: var(--text-light);
    margin-top: 0.5rem;
    text-transform: none;
    letter-spacing: 1px;
}

.section-header h2 span {
    color: var(--white);
}

.locations-section .section-header h2 {
    color: var(--half-baked) !important;
}

.locations-section .section-header h2 span {
    color: var(--half-baked) !important;
    display: inline !important;
}

.locations-section .section-header p {
    color: var(--scorpion);
}

.section-header p {
    font-size: 1.125rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

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

.about-text {
    font-size: 1.125rem;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.about-text p {
    text-align: center;
}

.about-text .btn {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}

.about-image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image img {
    border: none;
    box-shadow: none;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.menu-section {
    padding: 6rem 0;
    background: var(--dark-gray);
    position: relative;
}

.menu-content {
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 3rem 2rem;
    border-top: 1px solid rgba(124, 201, 201, 0.2);
    border-bottom: 1px solid rgba(124, 201, 201, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0;
}

.menu-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--half-baked) 0%, var(--patina) 100%);
}

.menu-content > * {
    position: relative;
    z-index: 1;
}

.menu-content table,
.menu-content .menu-item {
    background: transparent;
    border-color: rgba(124, 201, 201, 0.1);
}

.menu-content a {
    color: var(--half-baked);
    transition: var(--transition);
}

.menu-content a:hover {
    color: var(--patina);
}

.menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,20 Q50,10 80,20 Q90,50 80,80 Q50,90 20,80 Q10,50 20,20" fill="none" stroke="rgba(0,255,136,0.1)" stroke-width="2"/></svg>') no-repeat;
    opacity: 0.3;
    pointer-events: none;
}

.menu-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.menu-tab {
    padding: 0.75rem 1.5rem;
    background: rgba(45, 27, 78, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-tab.active,
.menu-tab:hover {
    background: var(--half-baked);
    color: var(--cod-gray);
    border-color: var(--half-baked);
    box-shadow: 0 4px 15px rgba(124, 201, 201, 0.4);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 0;
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
}

.menu-grid-wrapper {
    position: relative;
    overflow: hidden;
}

.menu-item {
    background: rgba(45, 55, 55, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: var(--transition);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    border: 1px solid rgba(124, 201, 201, 0.2);
    animation: scaleIn 0.6s ease-out backwards;
    display: flex;
    flex-direction: column;
}

.menu-item:nth-child(1) { animation-delay: 0.1s; }
.menu-item:nth-child(2) { animation-delay: 0.2s; }
.menu-item:nth-child(3) { animation-delay: 0.3s; }
.menu-item:nth-child(4) { animation-delay: 0.4s; }
.menu-item:nth-child(5) { animation-delay: 0.5s; }
.menu-item:nth-child(6) { animation-delay: 0.6s; }

.menu-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124, 201, 201, 0.1) 0%, rgba(93, 146, 146, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.menu-item:hover::after {
    opacity: 1;
}

.menu-item:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 20px 50px rgba(124, 201, 201, 0.3);
    border-color: var(--half-baked);
}

.menu-item-image-wrapper {
    overflow: hidden;
    position: relative;
}

.menu-item-image {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-item:hover .menu-item-image {
    transform: scale(1.1) rotate(1deg);
}

.menu-item-image-wrapper {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.menu-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    animation: float 4s ease-in-out infinite;
}

.menu-item:hover .menu-item-image {
    animation: none;
}

.menu-item-content {
    padding: 1.5rem;
    background: rgba(45, 55, 55, 0.9);
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 0.5rem;
}

.menu-item-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
}

.menu-item-price {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--half-baked);
    text-shadow: 0 0 10px rgba(124, 201, 201, 0.5);
    margin-bottom: 0.75rem;
}

.menu-item-description {
    color: var(--text-light);
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: 300;
}

.gallery-section {
    padding: 6rem 0;
    background: var(--dark-bg);
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 1;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    animation: scaleIn 0.8s ease-out backwards;
    border: 2px solid transparent;
}

.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }
.gallery-item:nth-child(7) { animation-delay: 0.7s; }
.gallery-item:nth-child(8) { animation-delay: 0.8s; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1);
}

.gallery-slider .gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-slider .gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-slider .gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-slider .gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-slider .gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-slider .gallery-item:nth-child(6) { animation-delay: 0.6s; }
.gallery-slider .gallery-item:nth-child(7) { animation-delay: 0.7s; }
.gallery-slider .gallery-item:nth-child(8) { animation-delay: 0.8s; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(124, 201, 201, 0.9) 0%, rgba(93, 146, 146, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.gallery-icon {
    color: var(--white);
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.gallery-icon svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 40px rgba(124, 201, 201, 0.4);
    border-color: var(--half-baked);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-icon {
    transform: translateY(0);
}

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

.gallery-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 25, 26, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10000;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-lightbox.active {
    display: flex;
    opacity: 1;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: scaleIn 0.3s ease-out;
}

.lightbox-counter {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 600;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(124, 201, 201, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid var(--half-baked);
    color: var(--white);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 10001;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--half-baked);
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(124, 201, 201, 0.5);
}

.lightbox-close {
    top: 20px;
    right: 20px;
    font-size: 2.5rem;
    line-height: 1;
}

.lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    
    .lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 2rem;
        top: 10px;
        right: 10px;
    }
}

.reviews-section {
    padding: 6rem 0;
    background: var(--dark-gray);
}

.cta-contact-section {
    padding: 5rem 0;
    background: var(--cod-gray);
    position: relative;
    overflow: hidden;
}

.cta-background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.cta-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0.4;
}

.cta-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 25, 26, 0.6);
    z-index: 1;
    pointer-events: none;
}

.cta-contact-section .container {
    position: relative;
    z-index: 2;
}

.cta-contact-content {
    max-width: 1000px;
    margin: 0 auto;
}

.cta-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.cta-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: visible;
    animation: scaleIn 0.8s ease-out backwards;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-card:nth-child(1) { animation-delay: 0.1s; }
.cta-card:nth-child(2) { animation-delay: 0.3s; }
.cta-card:nth-child(3) { animation-delay: 0.5s; }

.cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(124, 201, 201, 0.5);
}

.cta-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    color: var(--half-baked);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.cta-icon svg {
    width: 100%;
    height: 100%;
}

.cta-card:hover .cta-icon {
    transform: scale(1.05);
    color: var(--patina);
}

.cta-card h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--cod-gray);
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-card p {
    color: var(--scorpion);
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--cod-gray);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: rgba(124, 201, 201, 0.1);
}

.contact-link svg {
    width: 18px;
    height: 18px;
    color: var(--half-baked);
}

.contact-link:hover {
    background: rgba(124, 201, 201, 0.2);
    color: var(--cod-gray);
}

.order-card .btn {
    margin-top: 0;
    font-size: 0.95rem;
    padding: 0.875rem 2rem;
}

@media (max-width: 968px) {
    .cta-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .feature-card {
        text-align: center;
        border-left: none;
        border-top: 3px solid var(--half-baked);
        padding-left: 1.5rem;
        padding-top: 1.5rem;
    }
    
    .feature-card:hover {
        transform: translateY(-5px);
        border-top-color: var(--patina);
    }
    
    .feature-icon {
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-contact-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-card {
        padding: 2rem 1.5rem;
    }
    
    .cta-card h3 {
        font-size: 1.25rem;
    }
    
    .cta-icon {
        width: 48px;
        height: 48px;
    }
}

.reviews-slider-wrapper {
    position: relative;
    margin-top: 3rem;
    padding: 0 60px;
}

.reviews-slider-container {
    overflow: hidden;
    position: relative;
}

.reviews-slider-track {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.review-card {
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 300px;
    max-width: 100%;
    box-sizing: border-box;
}

.reviews-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(124, 201, 201, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid var(--half-baked);
    color: var(--cod-gray);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
    box-shadow: 0 4px 15px rgba(124, 201, 201, 0.4);
}

.reviews-slider-nav:hover {
    background: var(--half-baked);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(124, 201, 201, 0.6);
}

.reviews-slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.reviews-slider-prev {
    left: 0;
}

.reviews-slider-next {
    right: 0;
}

.reviews-slider-nav svg {
    width: 24px;
    height: 24px;
    stroke-width: 3;
}

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

.review-card {
    background: rgba(45, 55, 55, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: var(--transition);
    border: 1px solid rgba(124, 201, 201, 0.3);
    position: relative;
    overflow: hidden;
}


.review-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(124, 201, 201, 0.3);
    border-color: var(--half-baked);
}

.review-stars {
    color: var(--half-baked);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.review-text {
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.8;
    color: var(--text-light);
}

.review-author {
    font-weight: 600;
    color: var(--white);
}

.section-transition-top {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.section-transition-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 20%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0.7) 60%,
        rgba(255, 255, 255, 0.5) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,100 Q150,50 300,60 T600,55 T900,65 T1200,50 L1200,100 L0,100 Z" fill="black"/><path d="M0,100 Q200,40 400,50 T800,45 T1200,40 L1200,100 L0,100 Z" fill="black" opacity="0.6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,100 Q150,50 300,60 T600,55 T900,65 T1200,50 L1200,100 L0,100 Z" fill="black"/><path d="M0,100 Q200,40 400,50 T800,45 T1200,40 L1200,100 L0,100 Z" fill="black" opacity="0.6"/></svg>');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

.section-transition-bottom {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.section-transition-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(0deg, 
        rgba(45, 55, 55, 1) 0%,
        rgba(45, 55, 55, 0.95) 20%,
        rgba(45, 55, 55, 0.85) 40%,
        rgba(45, 55, 55, 0.7) 60%,
        rgba(45, 55, 55, 0.5) 80%,
        rgba(45, 55, 55, 0) 100%
    );
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,0 Q150,50 300,40 T600,45 T900,35 T1200,50 L1200,0 L0,0 Z" fill="black"/><path d="M0,0 Q200,60 400,50 T800,55 T1200,60 L1200,0 L0,0 Z" fill="black" opacity="0.6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,0 Q150,50 300,40 T600,45 T900,35 T1200,50 L1200,0 L0,0 Z" fill="black"/><path d="M0,0 Q200,60 400,50 T800,55 T1200,60 L1200,0 L0,0 Z" fill="black" opacity="0.6"/></svg>');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

.section-transition-top-dark {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}

.section-transition-top-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, 
        rgba(45, 55, 55, 1) 0%,
        rgba(45, 55, 55, 0.95) 20%,
        rgba(45, 55, 55, 0.85) 40%,
        rgba(45, 55, 55, 0.7) 60%,
        rgba(45, 55, 55, 0.5) 80%,
        rgba(45, 55, 55, 0) 100%
    );
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,100 Q150,50 300,60 T600,55 T900,65 T1200,50 L1200,100 L0,100 Z" fill="black"/><path d="M0,100 Q200,40 400,50 T800,45 T1200,40 L1200,100 L0,100 Z" fill="black" opacity="0.6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,100 Q150,50 300,60 T600,55 T900,65 T1200,50 L1200,100 L0,100 Z" fill="black"/><path d="M0,100 Q200,40 400,50 T800,45 T1200,40 L1200,100 L0,100 Z" fill="black" opacity="0.6"/></svg>');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

.section-transition-bottom-dark {
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

.section-transition-bottom-dark::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(0deg, 
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.95) 20%,
        rgba(255, 255, 255, 0.85) 40%,
        rgba(255, 255, 255, 0.7) 60%,
        rgba(255, 255, 255, 0.5) 80%,
        rgba(255, 255, 255, 0) 100%
    );
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,0 Q150,50 300,40 T600,45 T900,35 T1200,50 L1200,0 L0,0 Z" fill="black"/><path d="M0,0 Q200,60 400,50 T800,55 T1200,60 L1200,0 L0,0 Z" fill="black" opacity="0.6"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 100" preserveAspectRatio="none"><path d="M0,0 Q150,50 300,40 T600,45 T900,35 T1200,50 L1200,0 L0,0 Z" fill="black"/><path d="M0,0 Q200,60 400,50 T800,55 T1200,60 L1200,0 L0,0 Z" fill="black" opacity="0.6"/></svg>');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}

.locations-section {
    padding: 6rem 0;
    background: var(--white);
    position: relative;
}

.locations-section.torn-edge-top {
    padding-top: 10rem;
}

.locations-section.torn-edge-top::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 80" preserveAspectRatio="none"><defs><linearGradient id="tornGradWhite" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%23ffffff;stop-opacity:1" /><stop offset="100%" style="stop-color:%23ffffff;stop-opacity:0.95" /></linearGradient></defs><path d="M0,80 L0,70 L25,75 L50,65 L75,78 L100,60 L125,72 L150,68 L175,76 L200,64 L225,74 L250,66 L275,80 L300,58 L325,70 L350,75 L375,65 L400,78 L425,60 L450,72 L475,68 L500,76 L525,64 L550,74 L575,66 L600,80 L625,58 L650,70 L675,75 L700,65 L725,78 L750,60 L775,72 L800,68 L825,76 L850,64 L875,74 L900,66 L925,80 L950,58 L975,70 L1000,75 L1025,65 L1050,78 L1075,60 L1100,72 L1125,68 L1150,76 L1175,64 L1200,70 L1200,80 Z" fill="url(%23tornGradWhite)"/><path d="M0,80 L0,72 L25,77 L50,67 L75,80 L100,62 L125,74 L150,70 L175,78 L200,66 L225,76 L250,68 L275,80 L300,60 L325,72 L350,77 L375,67 L400,80 L425,62 L450,74 L475,70 L500,78 L525,66 L550,76 L575,68 L600,80 L625,60 L650,72 L675,77 L700,67 L725,80 L750,62 L775,74 L800,70 L825,78 L850,66 L875,76 L900,68 L925,80 L950,60 L975,72 L1000,77 L1025,67 L1050,80 L1075,62 L1100,74 L1125,70 L1150,78 L1175,66 L1200,72 L1200,80 Z" fill="%23ffffff" opacity="0.7"/><path d="M0,80 L0,75 L25,78 L50,70 L75,80 L100,65 L125,75 L150,72 L175,79 L200,68 L225,77 L250,70 L275,80 L300,62 L325,74 L350,78 L375,70 L400,80 L425,65 L450,75 L475,72 L500,79 L525,68 L550,77 L575,70 L600,80 L625,62 L650,74 L675,78 L700,70 L725,80 L750,65 L775,75 L800,72 L825,79 L850,68 L875,77 L900,70 L925,80 L950,62 L975,74 L1000,78 L1025,70 L1050,80 L1075,65 L1100,75 L1125,72 L1150,79 L1175,68 L1200,74 L1200,80 Z" fill="%23ffffff" opacity="0.5"/></svg>');
}

.locations-map-wrapper {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.all-locations-map {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.custom-marker {
    background: transparent;
    border: none;
    position: relative;
}

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

.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 3rem;
    align-items: start;
}

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

.location-image img {
    width: 100%;
    height: auto;
    display: block;
}

.location-image iframe,
.location-image .wpgmza_map {
    width: 100%;
    height: 400px;
    border: none;
    border-radius: 15px;
}

.location-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--half-baked);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.location-card h3 {
    color: var(--cod-gray);
}

.location-info p {
    color: var(--scorpion);
}

.location-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--half-baked) 0%, var(--patina) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.6s;
}

.location-card:hover::before {
    transform: scaleX(1);
}

.location-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(124, 201, 201, 0.3);
    border-top-color: var(--patina);
}

.location-card h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.location-info {
    margin-bottom: 1rem;
}

.location-info p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.location-hours {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.location-hours p {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

/* Footer */
.site-footer {
    background: var(--cod-gray);
    color: var(--mercury);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(124, 201, 201, 0.2);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}

.footer-logo-wrapper {
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo-img {
    max-width: 200px;
    height: auto;
}

.footer-section h3 {
    font-family: var(--font-heading);
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--half-baked);
    font-weight: 700;
    text-align: center;
}

.footer-section ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    align-items: center;
}

.footer-section ul li {
    color: rgba(255,255,255,0.8);
    font-size: 0.95rem;
}

.footer-section a {
    color: rgba(255,255,255,0.8);
    transition: var(--transition);
    text-decoration: none;
}

.footer-section a:hover {
    color: var(--half-baked);
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: center;
}

.social-links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 201, 201, 0.2);
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid rgba(124, 201, 201, 0.3);
    color: var(--half-baked);
    text-decoration: none;
}

.social-links a svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.social-links a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(67%) sepia(30%) saturate(500%) hue-rotate(150deg) brightness(90%);
    transition: var(--transition);
}

.social-links a:hover {
    background: var(--half-baked);
    border-color: var(--half-baked);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(124, 201, 201, 0.4);
    color: var(--cod-gray);
}

.social-links a:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(5%) saturate(500%);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.6);
}

/* Smooth Scrollbar */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: var(--light-color);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #b71c1c 0%, #e65100 100%);
}

/* Selection Color */
::selection {
    background: var(--primary-color);
    color: var(--white);
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--white);
}

/* Focus Styles */
*:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Ensure menu is visible on desktop */
@media (min-width: 769px) {
    .main-navigation {
        display: block !important;
        position: static !important;
        left: auto !important;
        width: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        border-top: none !important;
    }
    
    .main-navigation ul {
        display: flex !important;
        flex-direction: row !important;
        padding: 0 !important;
    }
    
    .mobile-menu-toggle {
        display: none !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .site-header {
        overflow: visible;
    }

    .header-wrapper {
        overflow: visible;
    }

    .mobile-menu-toggle {
        display: block !important;
        color: var(--half-baked);
        z-index: 1000;
    }

    /* Override desktop styles for mobile */
    .main-navigation {
        display: block !important;
        position: fixed !important;
        top: 70px !important;
        left: -100% !important;
        width: 100% !important;
        height: calc(100vh - 70px);
        background: var(--dark-bg) !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        transition: left 0.3s ease, visibility 0.3s ease, opacity 0.3s ease !important;
        z-index: 999;
        border-top: 1px solid rgba(0, 255, 136, 0.2);
        overflow-y: auto;
        overflow-x: hidden;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .main-navigation.active {
        left: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-navigation ul,
    .main-navigation .nav-menu {
        flex-direction: column !important;
        padding: 2rem 1rem !important;
        gap: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .main-navigation li {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
    }

    .main-navigation a {
        display: block !important;
        padding: 1rem !important;
        width: 100% !important;
        text-align: center !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1rem !important;
    }

    .hero-content {
        padding: 2rem 1rem;
    }

    .hero-text {
        text-align: center;
    }

    .hero-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-content {
        grid-template-columns: 1fr;
    }
    
    .about-text {
        text-align: center;
    }
    
    .about-text p {
        text-align: center;
    }
    
    .about-text .btn {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .reviews-slider-wrapper {
        padding: 0 50px;
    }
    
    .review-card {
        flex: 0 0 100%;
        min-width: 100%;
        max-width: 100%;
    }
    
    .reviews-slider-container {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    .reviews-slider-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
    
    .reviews-slider-track {
        scroll-snap-type: x mandatory;
    }
    
    .review-card {
        scroll-snap-align: start;
    }
    
    .reviews-slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .reviews-slider-nav svg {
        width: 20px;
        height: 20px;
    }

    .gallery-slider-wrapper {
        padding: 0 40px;
    }
    
    .gallery-slider-nav {
        width: 40px;
        height: 40px;
    }
    
    .gallery-slider-nav svg {
        width: 20px;
        height: 20px;
    }

    .gallery-slider .gallery-item {
        flex: 0 0 280px;
        min-width: 280px;
    }
    

    .all-locations-map {
        height: 400px;
    }
    
    .locations-list {
        grid-template-columns: 1fr;
    }
    
    .locations-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

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

/* Advanced Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

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

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(124, 201, 201, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(124, 201, 201, 0.8), 0 0 30px rgba(124, 201, 201, 0.6);
    }
}

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

@keyframes wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.fade-in-left {
    animation: fadeInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.fade-in-right {
    animation: fadeInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.pulse {
    animation: pulse 2s ease-in-out infinite;
}

.float {
    animation: float 3s ease-in-out infinite;
}

/* Stagger Animation Delay */
.fade-in-up:nth-child(1) { animation-delay: 0.1s; }
.fade-in-up:nth-child(2) { animation-delay: 0.2s; }
.fade-in-up:nth-child(3) { animation-delay: 0.3s; }
.fade-in-up:nth-child(4) { animation-delay: 0.4s; }
.fade-in-up:nth-child(5) { animation-delay: 0.5s; }
.fade-in-up:nth-child(6) { animation-delay: 0.6s; }

/* Particle Effect Background */
.particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(211, 47, 47, 0.5);
    border-radius: 50%;
    animation: particleFloat 15s infinite;
}

@keyframes particleFloat {
    0% {
        transform: translateY(100vh) translateX(0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) translateX(100px) rotate(360deg);
        opacity: 0;
    }
}

