/* ========================================
   JUWELIER GLAMOUR - Luxury Jewelry Website
   Theme: Warm Cream - Elegant Light Mode
   Fonts: Cormorant Garamond + Inter
   Colors: Warm Cream #F5F1EC, Soft Gold #C9A46B
   ======================================== */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');

/* CSS Variables - Warm Cream Theme */
:root {
    /* Background / Base Colors */
    --cream: #F5F1EC;
    --beige: #EAE3DB;
    --champagne-bg: #F2ECE6;
    
    /* Primary Accent (Gold) */
    --gold: #C9A46B;
    --gold-hover: #B8925C;
    --gold-light: rgba(201, 164, 107, 0.15);
    
    /* Text Colors */
    --text-primary: #1a1a1a;
    --text-secondary: #5a5652;
    --text-black: #000000;
    
    /* Secondary UI */
    --card-bg: #E5DED6;
    --divider: #D8CFC6;
    
    /* Product Colors */
    --jewelry-gold: #D4AF37;
    --pearl-white: #F8F6F3;
    --silver: #CFCFCF;
    
    /* White for contrast */
    --white: #FFFFFF;
    --white-soft: #FAFAFA;
    
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ========================================
   RUESCH TRAURINGE PAGE
   ======================================== */

.ngg-widget.entry-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ngg-widget.entry-content a {
    display: inline-block;
}

.ngg-widget.entry-content img {
    width: 140px;
    height: auto;
}

.main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.post-header,
.post-content {
    text-align: center;
}

.textwidget img.wp-image-1515 {
    display: block;
    margin: 0 auto 28px;
    max-width: 100%;
    height: auto;
}

.post-header .page-title,
.entry-title.widget-title,
.section-title,
.section-header h1,
.section-header h2,
.section-header h3 {
    font-family: "Playfair Display", serif;
    letter-spacing: 0.02em;
    margin: 0 0 18px;
    line-height: 1.2;
}

.post-header .page-title {
    font-size: clamp(1.9rem, 2.6vw, 2.6rem);
    margin-bottom: 22px;
}

.entry-title.widget-title {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    margin: 26px 0 18px;
}

.section-title {
    margin-bottom: 16px;
}

.section-subtitle {
    margin-bottom: 26px;
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text-black);
    background-color: var(--cream);
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================
   HEADER WRAPPER (Sticky Container)
   ======================================== */

.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* ========================================
   SUBHEADER
   ======================================== */

.subheader {
    background: var(--gold);
    color: var(--text-black);
    padding: 8px 0;
    font-size: 0.9rem;
}

.subheader .container {
    display: flex;
    align-items: center;
}

.subheader-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.subheader a {
    color: var(--text-black);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.subheader a:hover {
    color: var(--white);
}

.subheader i {
    color: var(--text-black);
    font-size: 0.85rem;
}

.subheader-static {
    display: flex;
    gap: 24px;
}

.subheader-rotator {
    display: none;
}

/* Mobile: Rotator */
@media (max-width: 768px) {
    .subheader-inner {
        justify-content: center;
        position: relative;
    }
    
    .subheader-static {
        display: none;
    }
    
    .subheader-rotator {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        height: 20px;
    }
    
    .subheader-rotator a {
        position: absolute;
        opacity: 0;
        transition: opacity 0.5s ease;
        white-space: nowrap;
    }
    
    .subheader-rotator a.active {
        opacity: 1;
    }
    
    /* Mobile Logo kleiner */
    .logo-image img {
        height: 28px !important;
    }
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

.header {
    background: rgba(245, 241, 236, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(201, 164, 107, 0.2);
    transition: var(--transition);
}

.header.scrolled {
    box-shadow: 0 2px 20px rgba(46, 42, 38, 0.08);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-black);
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--text-black);
    text-decoration: none;
    letter-spacing: 1px;
}

.footer-logo {
    color: var(--gold);
    font-size: 1.8rem;
}

.logo-img {
    height: 40px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

.logo-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--gold), var(--champagne));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.logo span {
    color: var(--gold);
}

/* Navigation */
.nav-desktop {
    display: none;
}

.nav-mobile {
    display: none;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-link {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-black);
    position: relative;
    padding: 8px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--gold-hover));
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
}

/* Mobile Menu Toggle - Default hidden */
.menu-toggle {
    display: none;
}

/* Desktop: Navigation und Toggle ausblenden, mobile Nav anzeigen */
@media (min-width: 992px) {
    .nav-desktop {
        display: block;
    }
    
    .menu-toggle {
        display: none;
    }
    
    .nav-mobile {
        display: none !important;
    }
}

/* Mobile: Desktop Nav ausblenden, mobile anzeigen */
@media (max-width: 991px) {
    .nav-desktop {
        display: none;
    }
    
    .nav-mobile {
        display: none;
        height: 100svh;
        width: 100%;
        position: fixed;
        top: 112px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--cream);
        z-index: 999;
        padding: 60px 32px;
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }
    
    .nav-mobile.active {
        display: block !important;
        animation: slideIn 0.3s ease;
    }
    
    @keyframes slideIn {
        from {
            transform: translateX(100%);
            opacity: 0;
        }
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }
    
    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 8px;
        background: none;
        border: none;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1001;
    }
    
    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--text-black);
        transition: var(--transition);
    }
    
    .header-inner {
        position: relative;
        justify-content: center;
    }
    
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-mobile .nav-list {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.nav-mobile .nav-item {
    border-bottom: 1px solid rgba(201, 162, 39, 0.1);
}

.nav-mobile .nav-link {
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    display: block;
    padding: 20px 0;
    width: 100%;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: var(--gold);
    color: var(--white);
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(201, 164, 107, 0.4);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201, 164, 107, 0.5);
    background: var(--gold-hover);
}

.btn-secondary {
    background: transparent;
    color: var(--gold);
    border: 2px solid var(--gold);
    font-weight: 500;
}

.btn-secondary:hover {
    background: var(--gold);
    color: var(--white);
}

.btn-outline {
    background: transparent;
    color: var(--text-black);
    border: 1px solid var(--divider);
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 60px;
    background: linear-gradient(135deg, var(--champagne-bg) 0%, var(--cream) 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse, rgba(201, 164, 107, 0.1) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* Hero mit Bild als Hintergrund */
.hero-with-bg {
    background-image: url('../gold-bewertung.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-with-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 241, 236, 0.7) 0%, rgba(245, 241, 236, 0.5) 50%, rgba(245, 241, 236, 0.3) 100%);
    z-index: 1;
}

.hero-with-bg .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 140px);
    gap: 60px;
}

.hero-text {
    max-width: 600px;
    background: rgba(245, 241, 236, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(201, 164, 107, 0.3);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: var(--light-gold);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-badge::before {
    content: '◆';
    color: var(--gold);
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 24px;
    color: var(--text-black);
}

.hero h1 span {
    color: var(--gold);
    font-style: italic;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: var(--text-black);
    margin-bottom: 40px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.hero-image {
    position: relative;
}

.hero-image-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.2);
}

.hero-image-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    z-index: 1;
}

.hero-image img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    max-height: 500px;
}

/* Mobile: Hero Hintergrundbild */
@media (max-width: 768px) {
    .hero-with-bg {
        background-position: center right;
    }
    
.hero-with-bg::after {
        background: linear-gradient(135deg, rgba(245, 241, 236, 0.8) 0%, rgba(245, 241, 236, 0.6) 70%, rgba(245, 241, 236, 0.3) 100%);
    }
    
    .hero-text {
        padding: 24px;
        margin: 0 auto;
    }
}

.hero-image-accent {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--gold), var(--champagne));
    border-radius: 8px;
    z-index: -1;
}

/* ========================================
   TRUST BADGES
   ======================================== */

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: center;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    color: var(--text-black);
}

.trust-badge-icon {
    width: 40px;
    height: 40px;
    background: var(--light-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
}

/* ========================================
   GOOGLE RATING
   ======================================== */

.google-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 12px 20px;
    background: var(--white);
    border: 1px solid var(--divider);
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition);
}

.google-rating:hover {
    border-color: var(--gold);
    box-shadow: 0 4px 12px rgba(201, 164, 107, 0.2);
}

.google-rating .stars {
    display: flex;
    gap: 4px;
}

.google-rating .stars i {
    color: #FFD700;
    font-size: 1rem;
}

.google-rating .rating-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-black);
}

/* ========================================
   SECTIONS
   ======================================== */

.section {
    padding: 60px 0;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 20px;
    color: var(--text-black);
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-black);
}

/* ========================================
   SERVICES / FEATURES
   ======================================== */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background: var(--card-bg);
    padding: 40px;
    border-radius: 8px;
    border: 1px solid var(--divider);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--champagne));
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(46, 42, 38, 0.1);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--light-gold);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.5rem;
    margin-bottom: 24px;
}

.service-icon svg,
.service-icon i {
    width: 28px;
    height: 28px;
    font-size: 28px;
    color: var(--gold);
}

.service-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: var(--text-black);
}

.service-card p {
    color: var(--text-black);
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ========================================
   INSTAGRAM SECTION
   ======================================== */

.instagram-section {
    background: var(--warm-gray);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.instagram-reel {
    background: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(46, 42, 38, 0.08);
    transition: var(--transition);
}

.instagram-reel:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(46, 42, 38, 0.12);
}

.instagram-reel blockquote {
    margin: 0;
    padding: 0;
}

.instagram-reel iframe {
    width: 100% !important;
    min-height: 500px;
    border: none;
}

@media (max-width: 768px) {
    .instagram-grid {
        grid-template-columns: 1fr;
    }
    
    .instagram-reel iframe {
        min-height: 450px;
    }
}

/* ========================================
   GALLERY
   ======================================== */

.gallery {
    background: var(--warm-gray);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-title {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
}

/* ========================================
   MANUFACTURERS
   ======================================== */

.manufacturers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.manufacturer-card {
    text-align: center;
    padding: 40px 30px;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid var(--divider);
    transition: var(--transition);
}

.manufacturer-card:hover {
    box-shadow: 0 10px 30px rgba(46, 42, 38, 0.1);
}

.manufacturer-logo {
    width: 80px;
    height: 80px;
    background: var(--light-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: var(--gold);
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
}

.manufacturer-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--text-black);
}

.manufacturer-card p {
    color: var(--text-black);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about-content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: start;
}

.about-text {
    flex: 1.2;
}

.about-image {
    flex: 0.8;
}

.about-image {
    position: relative;
}

.about-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.about-image img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.about-image-frame {
    position: absolute;
    top: 20px;
    right: -20px;
    bottom: -20px;
    left: 20px;
    border: 2px solid var(--gold);
    border-radius: 8px;
    z-index: -1;
}

.about-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    margin-bottom: 24px;
}

.about-text p {
    color: var(--text-black);
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--gold);
    font-weight: 600;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-black);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   CONTACT SECTION
   ======================================== */

.contact {
    background: var(--warm-gray);
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.contact-info h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-info > p {
    color: var(--text-black);
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-icon {
    width: 48px;
    height: 48px;
    background: var(--light-gold);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.contact-item-content h4 {
    font-size: 0.9rem;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-item-content p {
    color: var(--text-black);
    font-size: 0.95rem;
}

/* Opening Hours */
.opening-hours {
    background: var(--white);
    padding: 30px;
    border-radius: 8px;
    border: 1px solid var(--divider);
}

.opening-hours h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hours-list {
    list-style: none;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
}

.hours-list li:last-child {
    border-bottom: none;
}

.hours-list .day {
    color: var(--text-black);
}

.hours-list .time {
    font-weight: 500;
}

.hours-list .time.closed {
    color: var(--gold);
}

/* Contact Form */
.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(46, 42, 38, 0.08);
}

.contact-form-wrapper h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.contact-form-wrapper > p {
    color: var(--text-black);
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: var(--text-black);
}

.form-group label span {
    color: var(--gold);
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--divider);
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
    background: var(--cream);
    color: var(--text-black);
}

.form-control:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 164, 107, 0.15);
}

.form-control::placeholder {
    color: rgba(10, 10, 10, 0.4);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 576px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

.form-error {
    color: #e74c3c;
    font-size: 0.8rem;
    margin-top: 6px;
    display: none;
}

.form-group.error .form-control {
    border-color: #e74c3c;
}

.form-group.error .form-error {
    display: block;
}

.form-success {
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: none;
}

.form-success.show {
    display: block;
}

/* Map */
.map-container {
    margin-top: 60px;
    border-radius: 8px;
    overflow: hidden;
    height: 400px;
    background: var(--light-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.map-placeholder {
    text-align: center;
    color: var(--gold);
}

.map-placeholder-icon {
    font-size: 3rem;
    margin-bottom: 16px;
}

.map-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    background: linear-gradient(135deg, var(--beige) 0%, var(--champagne-bg) 100%);
    color: var(--text-black);
    text-align: center;
    padding: 100px 0;
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 20px;
}

.cta-section p {
    color: var(--text-black);
    max-width: 600px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    background: var(--text-black);
    color: var(--cream);
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.footer-brand .logo {
    color: var(--white);
    margin-bottom: 20px;
}

.footer-brand p {
    color: var(--cream);
    font-size: 0.9rem;
    line-height: 1.7;
}

.footer-column h4 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    color: var(--gold);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
    color: var(--cream);
}

.footer-links a {
    color: var(--cream);
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--gold);
}

.footer-bottom {
    width: 100%;
    padding: 40px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.footer-legal {
    display: flex;
    gap: 24px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
}

.footer-legal a:hover {
    color: var(--gold);
}

/* ========================================
   LEGAL PAGES (Impressum/Datenschutz)
   ======================================== */

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 140px 0 100px;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 1.5rem;
    margin: 40px 0 20px;
    color: var(--gold);
}

.legal-content p {
    color: var(--text-black);
    margin-bottom: 16px;
    line-height: 1.8;
}

.legal-content address {
    font-style: normal;
    color: var(--text-black);
    line-height: 1.8;
    margin-bottom: 24px;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (min-width: 768px) {
    .nav-desktop {
        display: block;
    }
    
    .menu-toggle {
        display: none;
    }
    
    .hero-content {
        justify-content: center;
    }
    
    .hero-text {
        max-width: 550px;
        margin: 0 auto;
    }
    
    .about-content {
        flex-direction: row;
        flex-wrap: nowrap;
        grid-template-columns: none;
    }
    
    .contact-content {
        grid-template-columns: 1fr 1.2fr;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .section {
        padding: 120px 0;
    }
    
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Shimmer effect for gold elements */
@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

.gold-shimmer {
    background: linear-gradient(
        90deg,
        var(--gold) 0%,
        var(--champagne) 50%,
        var(--gold) 100%
    );
    background-size: 200% auto;
    animation: shimmer 3s linear infinite;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-center {
    text-align: center;
}

.text-gold {
    color: var(--gold);
}

.bg-warm {
    background-color: var(--warm-gray);
}

.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }

/* SEO Helper - visually hidden but accessible */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ========================================
   COLLECTIONS GALLERY
   ======================================== */

.collection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
}

.collection-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: var(--radius-sm);
    background: var(--card-bg);
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(46, 42, 38, 0.08);
}

.collection-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(46, 42, 38, 0.12);
}

.collection-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.collection-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.collection-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .collection-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-sm);
    }
}
