/*
Theme Name: The 7Hats Wine Company
Theme URI: https://7hatswine.de
Author: The 7Hats Wine Company
Author URI: https://7hatswine.de
Description: Ein elegantes, dunkles WordPress-Theme für The 7Hats Wine Company - Weinverkostungen und Raritäten
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 7hatswine
Tags: wine, dark, elegant, one-page
*/

/* ==============================================
   CSS Variables & Reset
   ============================================== */

:root {
    /* Farben */
    --primary-color: #f37ed8;      /* Pink für Buttons */
    --secondary-color: #db7474;     /* Rot für Akzente/Newsletter BG */
    --dark-bg: #0f0f0f;            /* Sehr dunkler Hintergrund */
    --dark-bg-secondary: #1a1a1a;  /* Sekundärer dunkler Hintergrund */
    --dark-bg-tertiary: #252525;   /* Hellerer Akzent */
    --text-light: #ffffff;
    --text-gray: #b8b8b8;
    --text-gray-dark: #888888;
    
    /* Typography */
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Montserrat', sans-serif;
    
    /* Spacing */
    --section-padding: 100px 0;
    --container-padding: 0 20px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--dark-bg);
    color: var(--text-gray);
    line-height: 1.7;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--container-padding);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--text-light);
}

/* ==============================================
   Typography
   ============================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-light);
    line-height: 1.2;
    margin-bottom: 20px;
}

h1 { font-size: 4rem; font-weight: 700; }
h2 { font-size: 3rem; font-weight: 600; }
h3 { font-size: 1.8rem; font-weight: 600; }

p {
    margin-bottom: 15px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-light);
}

/* ==============================================
   Buttons
   ============================================== */

.btn {
    display: inline-block;
    padding: 15px 35px;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #e155c4);
    color: var(--text-light);
    box-shadow: 0 4px 15px rgba(243, 126, 216, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(243, 126, 216, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--secondary-color);
}

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

.btn-small {
    padding: 10px 25px;
    font-size: 0.9rem;
}

.btn-ghost {
    background: transparent;
    color: var(--text-light);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-ghost:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* ==============================================
   Navigation
   ============================================== */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(15, 15, 15, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-menu a {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    position: relative;
    transition: color 0.3s ease;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.nav-menu a:hover::after {
    width: 100%;
}

.burger-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background: var(--text-light);
    transition: all 0.3s ease;
}

/* ==============================================
   Seiten-Layout (ohne Hero)
   ============================================== */

.site-main {
    padding-top: 140px;   /* Ausgleich für fixe Topbar */
    padding-bottom: 80px;
}

@media (max-width: 1024px) {
    .site-main {
        padding-top: 120px;
    }
}

@media (max-width: 640px) {
    .site-main {
        padding-top: 100px;
    }
}

/* ==============================================
   Hero Section
   ============================================== */

.hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%);
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1506377247377-2a5b3b417ebb?w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(15, 15, 15, 0.7) 100%);
    z-index: 0;
}

.hero-content {
    text-align: center;
    z-index: 1;
    padding: 100px 20px;
}

.hero-title {
    font-size: 5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--text-light), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 1s ease;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--text-gray);
    margin-bottom: 20px;
    font-style: italic;
    animation: fadeInUp 1s ease 0.2s both;
}

.hero-address {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    animation: fadeIn 1.5s ease 0.8s both;
}

.hero-address span {
    display: block;
    color: var(--text-gray);
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.hero-address:hover span {
    opacity: 1;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease 0.5s both;
}

/* Hero Profile (Mobile/Tablet only) */
.hero-profile {
    display: none;
}

.hero-profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    box-shadow: 0 4px 20px rgba(243, 126, 216, 0.4);
    margin: 0 auto 15px;
}

.hero-profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-profile-info {
    text-align: center;
    margin-bottom: 30px;
}

.hero-profile-info .profile-name {
    color: var(--text-light);
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

.hero-profile-info .profile-company {
    color: var(--text-gray);
    font-size: 0.95rem;
    margin: 5px 0 0 0;
}

.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.scroll-indicator span {
    display: block;
    width: 2px;
    height: 40px;
    background: var(--primary-color);
    animation: scroll 2s ease-in-out infinite;
}

@keyframes scroll {
    0%, 100% { transform: translateY(0); opacity: 0; }
    50% { transform: translateY(20px); opacity: 1; }
}

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

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

/* ==============================================
   Section Headers
   ============================================== */

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    margin-bottom: 15px;
}

.title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    margin: 0 auto 20px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
}

/* ==============================================
   Philosophie Section
   ============================================== */

.philosophie-section {
    padding: var(--section-padding);
    background: var(--dark-bg);
}

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

.philosophy-image {
    overflow: hidden;
    border-radius: 12px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(243, 126, 216, 0.25);
    position: relative;
    aspect-ratio: 4 / 3;
}

.philosophy-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.philosophy-image:hover img {
    transform: scale(1.04);
    filter: brightness(1.05);
}

.philosophy-content p {
    margin-bottom: 20px;
}

.highlight-box {
    background: var(--dark-bg-tertiary);
    border-left: 4px solid var(--primary-color);
    padding: 30px;
    margin: 30px 0;
    border-radius: 5px;
}

.highlight-box h3 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

/* ==============================================
   Events Section
   ============================================== */

.events-section {
    padding: var(--section-padding);
    background: var(--dark-bg-secondary);
}

.events-description {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.events-description .lead {
    margin-bottom: 20px;
}

.events-description p {
    color: var(--text-gray);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* Events Carousel */
.events-carousel-wrapper {
    margin-bottom: 50px;
}

.events-carousel {
    position: relative;
    width: 83vw;
    max-width: 1800px;
    /* Aus Container ausbrechen und zentrieren */
    margin-left: calc(50% - 41.5vw);
    margin-right: calc(50% - 41.5vw);
    padding: 0 56px; /* Platz für Pfeile */
}

.events-carousel-track-container {
    overflow: hidden;
}

.events-carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
}

.events-carousel .event-card {
    /* Genau 3 Karten sichtbar: (100% - 2 * gap) / 3 */
    flex: 0 0 calc((100% - 40px) / 3);
    min-width: 280px;
}

.events-carousel .carousel-btn-prev,
.wine-carousel .carousel-btn-prev {
    left: 0;
}

.events-carousel .carousel-btn-next,
.wine-carousel .carousel-btn-next {
    right: 0;
}

.event-card {
    background: var(--dark-bg-tertiary);
    border-radius: 10px;
    padding: 30px;
    display: flex;
    gap: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(243, 126, 216, 0.2);
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 80px;
}

.event-date .day {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1;
}

.event-date .month {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-light);
    text-transform: uppercase;
}

.event-content h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.event-content h3 a {
    color: var(--text-light);
    text-decoration: none;
}

.event-content h3 a:hover {
    color: var(--primary-color);
}

.event-content p {
    color: var(--text-gray);
    margin-bottom: 15px;
}

.event-ctas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    width: 100%;
}

.event-conditions {
    max-width: 900px;
    margin: 50px auto 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.event-conditions h3 {
    color: var(--text-light);
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 500;
}

.conditions-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.conditions-list li {
    color: var(--text-gray);
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
    font-size: 0.95rem;
}

.conditions-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--text-gray);
    font-size: 1.2rem;
}

.conditions-list strong {
    color: var(--text-light);
    font-weight: 500;
}

.event-info-box {
    max-width: 800px;
    margin: 40px auto 0;
    padding: 0;
    text-align: center;
}

.event-info-box p {
    font-size: 1.15rem;
    color: var(--text-gray);
    font-style: italic;
    margin: 0;
}

/* ==============================================
   Raritäten Section
   ============================================== */

.raritaeten-section {
    padding: var(--section-padding);
    background: var(--dark-bg);
}

.raritaeten-intro {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.raritaeten-intro .lead {
    margin-bottom: 15px;
}

.raritaeten-intro p {
    color: var(--text-gray);
}

.raritaeten-hinweis {
    background: var(--dark-bg-tertiary);
    padding: 35px 40px;
    border-radius: 10px;
    margin: 40px 0 60px;
    border: 1px solid rgba(219, 116, 116, 0.2);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.raritaeten-hinweis p {
    color: var(--text-gray);
    margin-bottom: 20px;
}

.raritaeten-hinweis p:last-child {
    margin-bottom: 0;
}

.raritaeten-hinweis .highlight-text {
    color: var(--text-light);
    font-size: 1.1rem;
    font-weight: 500;
    font-style: italic;
    padding-left: 20px;
    border-left: 3px solid var(--secondary-color);
}

/* Wine Carousel */
.wine-carousel-wrapper {
    margin-top: 60px;
}

.carousel-title {
    text-align: center;
    color: var(--secondary-color);
    font-size: 1.8rem;
    margin-bottom: 40px;
}

.wine-carousel {
    position: relative;
    width: 83vw;
    max-width: 1800px;
    /* Aus Container ausbrechen und zentrieren */
    margin-left: calc(50% - 41.5vw);
    margin-right: calc(50% - 41.5vw);
    padding: 0 56px; /* Platz für Pfeile */
}

.wine-carousel-track-container {
    overflow: hidden;
    border-radius: 10px;
}

.wine-carousel-track {
    display: flex;
    gap: 22px;
    transition: transform 0.5s ease-in-out;
}

.wine-item {
    /* Genau 4 Karten sichtbar: (100% - 3 * gap) / 4 */
    flex: 0 0 calc((100% - 66px) / 4);
    min-width: 240px;
    background: var(--dark-bg-tertiary);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.wine-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(243, 126, 216, 0.2);
}

.wine-item-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--dark-bg-secondary), var(--dark-bg));
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.wine-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

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

.wine-item-info {
    padding: 25px 20px;
    text-align: center;
}

.wine-item-info h4 {
    color: var(--text-light);
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-family: var(--font-heading);
}

.wine-item-info .wine-region {
    color: var(--text-gray);
    font-size: 0.9rem;
    margin: 0;
}

/* Carousel Buttons */
.carousel-btn {
    --btn-translate-x: 0;
    position: absolute;
    top: 50%;
    transform: translate(var(--btn-translate-x), -50%);
    background: var(--dark-bg-tertiary);
    border: 2px solid var(--primary-color);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-btn:hover {
    background: var(--primary-color);
    transform: translate(var(--btn-translate-x), -50%) scale(1.1);
}

.carousel-btn span {
    color: var(--text-light);
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
}

.carousel-btn-prev {
    left: 0;
}

.carousel-btn-next {
    right: 0;
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.carousel-btn:disabled:hover {
    background: var(--dark-bg-tertiary);
    transform: translate(var(--btn-translate-x), -50%) scale(1);
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--dark-bg-tertiary);
    border: 2px solid var(--text-gray-dark);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    transform: scale(1.3);
}

.carousel-dot:hover {
    border-color: var(--primary-color);
}

/* ==============================================
   Newsletter Section
   ============================================== */

.newsletter-section .mc4wp-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.newsletter-section .mc4wp-form h2 {
    display: none; /* Überschrift gibt es schon außerhalb des Formulars */
}

.newsletter-section .mc4wp-form .formwrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.newsletter-section .mc4wp-form .name-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.newsletter-section .mc4wp-form .name-field,
.newsletter-section .mc4wp-form input[type="email"],
.newsletter-section .mc4wp-form input[type="text"],
.newsletter-section .mc4wp-form input[type="tel"],
.newsletter-section .mc4wp-form input[type="url"],
.newsletter-section .mc4wp-form input[type="number"],
.newsletter-section .mc4wp-form textarea,
.newsletter-section .mc4wp-form select,
/* Extra spezifisch für Mailchimp-Form */
.newsletter-section #mc4wp-form-1 input[type="email"],
.newsletter-section #mc4wp-form-1 input[type="text"],
.newsletter-section #mc4wp-form-1 input[type="tel"],
.newsletter-section #mc4wp-form-1 input[type="url"],
.newsletter-section #mc4wp-form-1 input[type="number"],
.newsletter-section #mc4wp-form-1 textarea,
.newsletter-section #mc4wp-form-1 select {
    width: 100% !important;
    min-height: 58px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: var(--dark-bg-secondary) !important;
    color: var(--text-light) !important;
    border-radius: 12px !important;
    font-family: var(--font-body) !important;
    font-size: 1.05rem !important;
    transition: border-color 0.3s ease, box-shadow 0.2s ease !important;
    box-sizing: border-box !important;
    display: block;
}

.newsletter-section .mc4wp-form input:focus {
    outline: none !important;
    border-color: var(--primary-color) !important;
}

.newsletter-section .mc4wp-form .dsgvo {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 16px;
}

.newsletter-section .mc4wp-form .dsgvo input[type="checkbox"],
.newsletter-section #mc4wp-form-1 input[type="checkbox"] {
    margin-top: 2px !important;
    width: 16px !important;
    height: 16px !important;
    accent-color: var(--primary-color);
    flex-shrink: 0;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.newsletter-section .mc4wp-form .dsgvo a,
.newsletter-section .mc4wp-form .dsgvo a:link,
.newsletter-section .mc4wp-form .dsgvo a:visited,
.newsletter-section .mc4wp-form .dsgvo-block a,
.newsletter-section .mc4wp-form .dsgvo-block a:link,
.newsletter-section .mc4wp-form .dsgvo-block a:visited {
    color: var(--text-light) !important;
    text-decoration: underline !important;
    text-decoration-color: rgba(255,255,255,0.6) !important;
    border-bottom: 0 !important;
}

.newsletter-section .mc4wp-form .dsgvo a:hover,
.newsletter-section .mc4wp-form .dsgvo-block a:hover {
    color: var(--primary-color) !important;
    text-decoration-color: var(--primary-color) !important;
}

.newsletter-section .mc4wp-form input[type="submit"] {
    background: linear-gradient(135deg, var(--primary-color), #e155c4) !important;
    color: var(--text-light) !important;
    border: none !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin-top: 14px !important;
}

.newsletter-section .mc4wp-form input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(243, 126, 216, 0.3) !important;
}

.newsletter-section .mc4wp-form .mc4wp-response {
    margin-top: 8px;
    color: var(--text-light);
}

@media (max-width: 640px) {
    .newsletter-section .mc4wp-form .name-group {
        grid-template-columns: 1fr;
    }
    
    .newsletter-section .mc4wp-form input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}

.newsletter-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(219, 116, 116, 0.15), rgba(243, 126, 216, 0.15));
    border-top: 1px solid rgba(219, 116, 116, 0.3);
    border-bottom: 1px solid rgba(219, 116, 116, 0.3);
}

.newsletter-box {
    background: var(--dark-bg-tertiary);
    padding: 50px;
    border-radius: 15px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(219, 116, 116, 0.3);
}

.newsletter-content {
    text-align: center;
    margin-bottom: 40px;
}

.newsletter-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--dark-bg-secondary);
    color: var(--text-light);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.newsletter-form input:focus {
    outline: none;
    border-color: var(--primary-color);
}

.newsletter-form .formwrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.newsletter-form .name-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.newsletter-form .name-field,
.newsletter-form input[type="email"] {
    width: 100%;
}

.newsletter-form .dsgvo {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.5;
}

.newsletter-form .dsgvo input[type="checkbox"] {
    margin-top: 4px;
}

.newsletter-form .dsgvo a {
    color: var(--text-light);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.newsletter-form .dsgvo a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.newsletter-form input[type="submit"] {
    align-self: flex-start;
    background: linear-gradient(135deg, var(--primary-color), #e155c4);
    color: var(--text-light);
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(243, 126, 216, 0.3);
}

.mc4wp-response {
    margin-top: 12px;
    color: var(--text-light);
}

@media (max-width: 640px) {
    .newsletter-form .name-group {
        grid-template-columns: 1fr;
    }
    
    .newsletter-form input[type="submit"] {
        width: 100%;
        text-align: center;
    }
}
.checkbox-label {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-gray-dark);
}

.checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
}

.newsletter-form button {
    width: 100%;
}

/* ==============================================
   Kontakt Section
   ============================================== */

.kontakt-section {
    padding: var(--section-padding);
    background: var(--dark-bg-secondary);
	margin-top: 80px;
}

.kontakt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.kontakt-info h2 {
    margin-bottom: 15px;
}

.kontakt-details {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kontakt-item h3 {
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.kontakt-item p {
    color: var(--text-gray);
}

.kontakt-form-wrapper {
    background: var(--dark-bg-tertiary);
    padding: 40px;
    border-radius: 10px;
}

.kontakt-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kontakt-form input,
.kontakt-form textarea {
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--dark-bg-secondary);
    color: var(--text-light);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.kontakt-form input:focus,
.kontakt-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.kontakt-form textarea {
    resize: vertical;
}

/* ==============================================
   Floating Profile
   ============================================== */

.floating-profile {
    position: fixed;
    left: 30px;
    top: 33%;
    transform: translateY(-50%);
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 0;
    transition: gap 0.3s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

.floating-profile:hover {
    gap: 15px;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--primary-color);
    box-shadow: 0 4px 20px rgba(243, 126, 216, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.profile-image:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(243, 126, 216, 0.6);
}

@media (min-width: 1024px) {
    .floating-profile:hover .profile-image {
        transform: scale(1.1);
        box-shadow: 0 8px 36px rgba(243, 126, 216, 0.7);
    }
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    background: var(--dark-bg-tertiary);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 12px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.floating-profile:hover .profile-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.profile-name {
    color: var(--text-light);
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 5px 0;
    line-height: 1.2;
}

.profile-company {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.2;
}

/* ==============================================
   Footer
   ============================================== */

.footer {
    background: var(--dark-bg);
    padding: 50px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-logo img {
    height: 40px;
    opacity: 0.8;
}

.footer-nav {
    display: flex;
    gap: 30px;
}

.footer-nav a {
    color: var(--text-gray);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: var(--primary-color);
}

.footer-copyright {
    color: var(--text-gray-dark);
    font-size: 0.9rem;
    margin: 0;
}

.footer-legal {
    font-size: 0.9rem;
    color: var(--text-light);
    margin: 0;
}

.footer-legal a {
    color: var(--text-light);
    text-decoration: none;
}

.footer-legal a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* ==============================================
   Responsive Design
   ============================================== */

/* ==============================================
   Single Tasting
   ============================================== */

.tasting-single {
    padding-top: 140px;
    padding-bottom: 100px;
}

.tasting-article {
    background: var(--dark-bg-tertiary);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 40px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.tasting-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: start;
    margin-bottom: 30px;
}

.tasting-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tasting-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 12px;
    padding: 12px 16px;
    min-width: 70px;
}

.tasting-date-badge .day {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--text-light);
    line-height: 1;
}

.tasting-date-badge .month {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
}

.tasting-title {
    margin: 0 0 10px;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    max-width: 48ch;
}

.tasting-lead {
    margin: 0;
    color: var(--text-gray);
    font-size: 1.05rem;
}

.tasting-cta {
    white-space: nowrap;
}

.tasting-actions {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.tasting-tags {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tasting-price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--text-light);
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    min-width: 80px;
}

.tasting-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tasting-hero-image {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    max-width: 520px;
}

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

.tasting-content {
    color: var(--text-gray);
    line-height: 1.8;
}

.tasting-content h2,
.tasting-content h3,
.tasting-content h4 {
    margin-top: 25px;
    margin-bottom: 12px;
}

.tasting-content p {
    margin-bottom: 15px;
}

@media (max-width: 968px) {
    .tasting-single {
        padding-top: 120px;
    }
    
}

@media (max-width: 900px) {
    .tasting-header {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .tasting-actions {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
    .tasting-price-badge {
        width: auto;
    }
}

@media (max-width: 768px) {
    .tasting-article {
        padding: 28px;
    }
    
    .tasting-header {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .tasting-meta {
        align-items: flex-start;
    }
    
    .tasting-cta {
        width: 100%;
        text-align: center;
    }
    
    .tasting-actions {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .event-ctas {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (min-width: 1024px) {
    .tasting-body {
        display: grid;
        grid-template-columns: minmax(260px, 420px) 1fr;
        gap: 32px;
        align-items: start;
    }

    .tasting-hero-image {
        margin: 0;
    }
}

/* Große Screens: wenn max-width 1800px greift, fixe Verschiebung */
/* (1800px - 1200px Container) / 2 = 300px pro Seite */
@media (min-width: 2170px) {
    .events-carousel,
    .wine-carousel {
        margin-left: -300px;
        margin-right: -300px;
    }
}

/* Carousel: früher auf 2 Spalten umbrechen */
@media (max-width: 1500px) {
    .events-carousel {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 50px;
    }

    .events-carousel .event-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .wine-carousel {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 50px;
    }
    
    .wine-item {
        flex: 0 0 calc(50% - 11px);
        min-width: calc(50% - 11px);
    }
}

@media (max-width: 968px) {
    .philosophy-grid,
    .kontakt-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .events-carousel .carousel-btn-prev,
    .wine-carousel .carousel-btn-prev,
    .events-carousel .carousel-btn-next,
    .wine-carousel .carousel-btn-next {
        --btn-translate-x: 0;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-btn span {
        font-size: 1.5rem;
    }
    
    .hero-title {
        font-size: 3.5rem;
    }
    
    /* Show hero profile and hide floating profile */
    .hero-profile {
        display: block;
        animation: fadeInUp 1s ease 0.2s both;
    }
    
    .hero-profile-info .profile-company {
        display: none;
    }
    
    .floating-profile {
        display: none !important;
    }
    
    h2 {
        font-size: 2.5rem;
    }
    
    .nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(15, 15, 15, 0.98);
        backdrop-filter: blur(20px);
        padding: 60px 40px;
        gap: 30px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
        z-index: 999;
    }
    
    .nav-menu::before {
        content: '';
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        width: 150px;
        height: 60px;
        background-image: url('Logo.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.9;
    }
    
    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .nav-menu li {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }
    
    .nav-menu.active li {
        opacity: 1;
        transform: translateY(0);
    }
    
    .nav-menu.active li:nth-child(1) { transition-delay: 0.1s; }
    .nav-menu.active li:nth-child(2) { transition-delay: 0.2s; }
    .nav-menu.active li:nth-child(3) { transition-delay: 0.3s; }
    .nav-menu.active li:nth-child(4) { transition-delay: 0.4s; }
    
    .nav-menu a {
        font-size: 1.8rem;
        font-weight: 600;
        padding: 10px 0;
    }
    
    .nav-menu a::after {
        bottom: 0;
    }
    
    .burger-menu {
        display: flex;
        z-index: 1001;
    }
    
    .burger-menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(8px, 8px);
    }
    
    .burger-menu.active span:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(8px, -8px);
    }
    
    .events-grid {
        grid-template-columns: 1fr;
    }
}

/* Carousel: auf 1 Spalte umbrechen */
@media (max-width: 950px) {
    .event-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .events-carousel {
        padding: 0 35px;
    }

    .events-carousel .event-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .wine-item {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .wine-carousel {
        padding: 0 35px;
    }
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .btn {
        width: 100%;
    }
    
    .newsletter-box,
    .kontakt-form-wrapper {
        padding: 30px 20px;
    }
    
    .carousel-btn {
        width: 35px;
        height: 35px;
    }
    
    .carousel-title {
        font-size: 1.5rem;
    }
    
    .wine-item-image {
        height: 300px;
    }
    
    /* Smaller hero profile on mobile */
    .hero-profile-image {
        width: 80px;
        height: 80px;
        border-width: 2px;
    }
    
    .hero-profile-info .profile-name {
        font-size: 1rem;
    }
    
    .hero-profile-info .profile-company {
        font-size: 0.85rem;
    }
}

