:root {
    --primary-bg: #F2EFE9;
    --accent-green: #9DA47C;
    --accent-terra: #C67856;
    --text-dark: #333333;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Source+Sans+Pro:wght@300;400;600&display=swap');

body {
    background-color: var(--primary-bg);
    font-family: 'Source Sans Pro', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    color: var(--text-dark) !important;
}

.search-form {
    position: relative;
    width: 100%;
    max-width: 300px;
}

.search-form input {
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 1px solid var(--accent-green);
    border-radius: 25px;
    background-color: white;
}

.search-form button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: var(--accent-green);
}

.nav-link {
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-terra) !important;
}

.btn {
    border-radius: 25px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(242, 239, 233, 0.3);
}

.btn:hover {
    background-color: var(--accent-terra);
    color: white;
    transform: translateY(-2px);
}

.breadcrumb {
    background-color: transparent;
    padding: 0.75rem 0;
}

.breadcrumb-item a {
    color: var(--accent-green);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--accent-terra);
}

.breadcrumb-item.active {
    color: var(--text-dark);
}

/* Footer Styles */
.footer {
    background-color: #fff;
    color: var(--text-dark);
}

.footer h5 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 1.4rem;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

address {
    font-style: normal;
}

.footer a {
    color: var(--accent-green);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--accent-terra);
}

.contact-info p {
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.contact-info i {
    color: var(--accent-green);
    width: 20px;
}

/* Cookie Consent Banner */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    z-index: 1000;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-content p {
    margin: 0;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info {
        margin-top: 1rem;
    }
}
.contact-form-section .form-control,
.contact-form-section .form-select {
    border-radius: 8px;
    border: 1px solid var(--accent-green);
    padding: 0.8rem;
    transition: all 0.3s ease;
}

.contact-form-section .form-control:focus,
.contact-form-section .form-select:focus {
    border-color: var(--accent-terra);
    box-shadow: 0 0 0 0.2rem rgba(198, 120, 86, 0.25);
}

.accordion-button:not(.collapsed) {
    background-color: var(--accent-green);
    color: white;
}

.accordion-button:focus {
    border-color: var(--accent-terra);
    box-shadow: 0 0 0 0.2rem rgba(198, 120, 86, 0.25);
}

/* Modern Carousel Styles */
.modern-carousel {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 2rem 0;
}

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

.carousel-content {
    position: relative;
    z-index: 2;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.min-vh-75 {
    min-height: 75vh;
}

.carousel-text h1 {
    background: linear-gradient(135deg, var(--text-dark) 0%, var(--accent-green) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.5rem;
    line-height: 1.2;
}

.carousel-image img {
    transition: transform 0.3s ease;
}

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

/* Modern Indicators */
.modern-indicators {
    bottom: 2rem;
    z-index: 3;
}

.modern-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid white;
    background: transparent;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.modern-indicators button.active {
    background: var(--accent-green);
    transform: scale(1.2);
}

/* Modern Controls */
.modern-control {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.modern-control:hover {
    background: var(--accent-green);
    transform: translateY(-50%) scale(1.1);
}

.modern-control .carousel-control-prev-icon,
.modern-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

/* Modern Buttons */
.btn-modern {
    background: linear-gradient(135deg, var(--accent-green) 0%, #7a8a5f 100%);
    border: none;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(157, 164, 124, 0.3);
}

.btn-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(157, 164, 124, 0.4);
    color: white;
}

.btn-outline-modern {
    border: 2px solid var(--accent-green);
    color: var(--accent-green);
    background: transparent;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-outline-modern:hover {
    background: var(--accent-green);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(157, 164, 124, 0.3);
}

/* 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);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

.animate-fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
    opacity: 0;
}

/* Modern Card Styles */
.modern-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: none;
}

.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image-container {
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

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

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(157, 164, 124, 0.9) 0%, rgba(198, 120, 86, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-card:hover .card-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: white;
}

.overlay-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin: 0;
}

.card-content {
    padding: 2rem;
    text-align: center;
}

.card-content .card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.card-content .card-text {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

/* Product Card Styles */
.product-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.product-image-container {
    position: relative;
    overflow: hidden;
    height: 250px;
}

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

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
}

.product-badge.populär {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
}

.product-badge.new {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
    color: white;
}

.product-badge.eco {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: white;
}

.product-badge.limited {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
    color: white;
}

.product-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: var(--text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.action-btn:hover {
    background: var(--accent-green);
    color: white;
    transform: scale(1.1);
}

.product-content {
    padding: 1.5rem;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.product-title a {
    color: inherit;
    transition: color 0.3s ease;
}

.product-title a:hover {
    color: var(--accent-green);
}

.product-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.product-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent-green);
    margin-bottom: 1rem;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, var(--primary-bg) 0%, rgba(157, 164, 124, 0.1) 100%);
    border-radius: 20px;
    margin: 3rem 0;
}

.newsletter-section .form-control {
    border-radius: 50px;
    border: 2px solid var(--accent-green);
    padding: 1rem 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-section .form-control:focus {
    border-color: var(--accent-terra);
    box-shadow: 0 0 0 0.2rem rgba(198, 120, 86, 0.25);
}

/* Sustainability Section */
.sustainability-content {
    padding: 2rem 0;
}

.sustainability-features {
    margin: 2rem 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent-green), #7a8a5f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.feature-icon i {
    font-size: 1.5rem;
    color: white;
}

.feature-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.feature-content p {
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.sustainability-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.sustainability-image img {
    transition: transform 0.3s ease;
}

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

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 2rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sustainability-image:hover .image-overlay {
    transform: translateY(0);
}

.overlay-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.overlay-text p {
    margin: 0;
    opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 768px) {
    .carousel-text h1 {
        font-size: 2.5rem;
    }
    
    .min-vh-75 {
        min-height: 60vh;
    }
    
    .carousel-content {
        min-height: 60vh;
    }
    
    .modern-control {
        width: 50px;
        height: 50px;
    }
    
    .btn-modern,
    .btn-outline-modern {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .product-actions {
        opacity: 1;
        transform: translateX(0);
    }
    
    .action-btn {
        width: 35px;
        height: 35px;
    }
    
    .card-image-container,
    .product-image-container {
        height: 200px;
    }
    
    .navbar.sticky-top {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .carousel-text h1 {
        font-size: 2rem;
    }
    
    .btn-modern,
    .btn-outline-modern {
        padding: 0.7rem 1.2rem;
        font-size: 0.8rem;
    }
    
    .modern-card,
    .product-card {
        margin-bottom: 1rem;
    }
    
    .sustainability-content {
        padding: 1rem 0;
    }
    
    .feature-item {
        padding: 1rem;
    }
}

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

/* Loading animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.loading {
    animation: pulse 2s infinite;
}

/* Additional Modern Effects */
.navbar {
    transition: all 0.3s ease;
    z-index: 1030;
}

.navbar.sticky-top {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(157, 164, 124, 0.2);
}

.navbar.sticky-top {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-scrolled .navbar-brand {
    transform: scale(0.95);
}

.search-form {
    transition: all 0.3s ease;
}

.search-focused {
    transform: scale(1.05);
}

.search-focused input {
    box-shadow: 0 0 20px rgba(157, 164, 124, 0.3);
}

/* Glass morphism effect */
.glass-effect {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

/* Gradient text */
.gradient-text {
    background: linear-gradient(135deg, var(--accent-green) 0%, var(--accent-terra) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Enhanced shadows */
.shadow-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.shadow-medium {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.shadow-strong {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Hover effects */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.hover-scale {
    transition: all 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* Loading states */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: loading-shimmer 1.5s infinite;
}

@keyframes loading-shimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

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

::-webkit-scrollbar-track {
    background: var(--primary-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--accent-green);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-terra);
}

/* Focus states */
.btn:focus,
.form-control:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(157, 164, 124, 0.25);
}

/* Improved typography */
.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.letter-spacing-wide {
    letter-spacing: 0.1em;
}

/* Modern borders */
.border-gradient {
    border: 2px solid;
    border-image: linear-gradient(135deg, var(--accent-green), var(--accent-terra)) 1;
}

/* Enhanced transitions */
.transition-all {
    transition: all 0.3s ease;
}

.transition-transform {
    transition: transform 0.3s ease;
}

.transition-opacity {
    transition: opacity 0.3s ease;
}

.hero-section {
    background: linear-gradient(135deg, var(--primary-bg) 0%, #ffffff 100%);
    padding: 2rem 0;
    margin-bottom: 3rem;
}
