:root {
    --primary: #c9a96e;
    --dark: #1a1a1a;
    --white: #ffffff;
    --text-color: #333333;
    --gold: #c9a96e;
    --dark-gold: #a88a5c;
    --light-gray: #f5f5f5;
    --border-color: #e0e0e0;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --overlay-color: rgba(0, 0, 0, 0.5);
    --success-color: #28a745;
    --error-color: #dc3545;
    --body-font: 'Lora', serif;
    --primary-color: #d4af37;
    --secondary-color: #2c3e50;
    --background-color: #fff;
    --light-bg: #f5f5f5;
    --section-bg: #f8f8f8;
    --main-bg: #faf6f1;
    --transition: all 0.3s ease;
    --shadow: 0 5px 15px rgba(0,0,0,0.1);
    --heading-font: 'Playfair Display', serif;
}

@media (prefers-color-scheme: dark) {
    :root {
        --primary: #ffffff;
        --dark: #ffffff;
        --white: #1a1a1a;
        --text-color: #f5f5f5;
        --gold: #ffffff;
        --dark-gold: #ffffff;
        --light-gray: #2d2d2d;
        --border-color: #444;
        --shadow-color: rgba(0, 0, 0, 0.3);
        --overlay-color: rgba(0, 0, 0, 0.7);
    }

    /* Force all text to be white or light gray */
    body, 
    p, 
    h1, 
    h2, 
    h3, 
    h4, 
    h5, 
    h6, 
    span, 
    div,
    a {
        color: #ffffff !important;
    }

    /* Specific product text */
    .service-card h3,
    .service-card p,
    .price-list-item h3,
    .price-list-item p,
    .team-member h3,
    .team-member p {
        color: #ffffff !important;
    }

    /* Buttons */
    .cta-button,
    .hero .cta-button,
    button.cta-button,
    a.cta-button {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 2px solid #ffffff !important;
        font-weight: 600 !important;
        text-shadow: none !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    }

    .cta-button:hover,
    .hero .cta-button:hover,
    button.cta-button:hover,
    a.cta-button:hover {
        background-color: #f0f0f0 !important;
        color: #000000 !important;
        border-color: #f0f0f0 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
    }

    .cta-button:active,
    .hero .cta-button:active,
    button.cta-button:active,
    a.cta-button:active {
        background-color: #e0e0e0 !important;
        color: #000000 !important;
        transform: translateY(0) !important;
    }

    .floating-button {
        background-color: #c9a96e !important;
    }

    /* Links and hover states */
    a:hover,
    .nav-links a:hover,
    .mobile-menu a:hover,
    .footer-links a:hover,
    .footer-social a:hover {
        color: #ffffff !important;
    }

    /* Headers and sections */
    .header,
    .footer,
    .hero,
    .about,
    .services,
    .team,
    .price-list-section,
    .contact,
    .gallery {
        background-color: #000000 !important;
    }

    /* Cards and containers */
    .service-card,
    .team-member,
    .price-list-content,
    .price-list-image,
    .contact-info,
    .contact-form,
    .gallery-item {
        background-color: #1a1a1a !important;
        border: 1px solid #333333 !important;
    }

    /* Form elements */
    input,
    textarea {
        background-color: #1a1a1a !important;
        color: #ffffff !important;
        border: 1px solid #333333 !important;
    }

    input:focus,
    textarea:focus {
        border-color: #ffffff !important;
        outline: none !important;
    }

    /* Remove any gold/yellow colors */
    .gold-text,
    .primary-color,
    .accent-color {
        color: #ffffff !important;
    }

    .price-list-section {
        background: #1a1a1a !important;
    }

    .price-list-content {
        background: #1a1a1a !important;
    }

    .price-list {
        background: #1a1a1a !important;
    }

    .price-item {
        background: #1a1a1a !important;
        color: #ffffff !important;
        border-bottom: 1px solid #333 !important;
    }

    .price-item span {
        color: #ffffff !important;
    }

    .service-name {
        color: #ffffff !important;
    }

    .price {
        color: #ffffff !important;
    }

    .price-note {
        color: #ffffff !important;
    }

    .price-note a {
        color: #ffffff !important;
    }

    .price-list-image {
        background-color: #333333 !important;
        border: 2px solid #ffffff !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4) !important;
    }

    .price-list h2 {
        color: #ffffff !important;
        font-size: 2.5rem !important;
        margin-bottom: 2rem !important;
    }

    .price-list p {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
        margin-bottom: 2rem !important;
    }

    .price-list ul {
        list-style: none !important;
        padding: 0 !important;
    }

    .price-list li {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        padding: 1rem 0 !important;
        border-bottom: 1px solid #333 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .price-list li:last-child {
        border-bottom: none !important;
    }

    .price-list li span:first-child {
        color: #ffffff !important;
        font-weight: 500 !important;
    }

    .price-list li span:last-child {
        color: #ffffff !important;
        font-weight: 600 !important;
    }

    .price-list-item {
        color: #ffffff !important;
        background-color: #1a1a1a !important;
        border-bottom: 1px solid #333 !important;
        padding: 1rem 0 !important;
    }

    .price-list-item h3 {
        color: #ffffff !important;
        font-size: 1.2rem !important;
        margin-bottom: 0.5rem !important;
        font-weight: 500 !important;
    }

    .price-list-item p {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        opacity: 1 !important;
    }

    .price-list-item:last-child {
        border-bottom: none !important;
    }

    /* Price List Items */
    .price-list-item,
    .price-list-item h3,
    .price-list-item p,
    .price-list-item span {
        color: #ffffff !important;
        background-color: #1a1a1a !important;
    }

    .price-list-item .price {
        color: #ffffff !important;
        font-weight: 600 !important;
    }

    /* Header styles */
    header {
        background-color: #1a1a1a !important;
        border-bottom: 1px solid #333 !important;
    }

    header nav {
        background-color: transparent !important;
    }

    header nav a {
        color: #ffffff !important;
        background-color: transparent !important;
        border: none !important;
        padding: 0.5rem 1rem !important;
        transition: all 0.3s ease !important;
    }

    header nav a:hover {
        color: #ffffff !important;
        background-color: #333333 !important;
        transform: translateY(-2px) !important;
    }

    header nav a.active {
        color: #ffffff !important;
        background-color: #333333 !important;
        font-weight: 600 !important;
    }

    /* Mobile menu styles */
    .mobile-menu {
        background-color: #1a1a1a !important;
    }

    .mobile-menu a {
        color: #ffffff !important;
        background-color: transparent !important;
        border-bottom: 1px solid #333 !important;
    }

    .mobile-menu a:hover {
        background-color: #333333 !important;
    }

    /* Product Buttons */
    .product-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin: 2rem 0;
    }

    .product-button {
        background-color: #333333 !important;
        color: #ffffff !important;
        border: 2px solid #ffffff !important;
        padding: 0.75rem 1.5rem !important;
        border-radius: 4px !important;
        font-size: 1rem !important;
        font-weight: 600 !important;
        transition: all 0.3s ease !important;
        cursor: pointer !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    }

    .product-button:hover {
        background-color: #ffffff !important;
        color: #000000 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    }

    body {
        background-color: #1a1a1a !important;
        color: #ffffff !important;
    }

    .team-member {
        background-color: #1a1a1a !important;
        border: 1px solid #333 !important;
        padding: 2rem !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    }

    .team-member h3 {
        color: #ffffff !important;
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .team-member p {
        color: #cccccc !important;
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    .team-member img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 8px;
        margin-top: 2rem;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .footer-logo img {
        filter: brightness(1.5) contrast(1.2) invert(1);
    }

    /* Price List Section */
    .price-list-section {
        background-color: #1a1a1a !important;
        padding: 3rem 2rem !important;
        margin: 4rem -2rem !important;
    }

    .price-list-content {
        background-color: #1a1a1a !important;
        border: 1px solid #333 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
        padding: 2rem !important;
    }

    .price-list h3 {
        color: #ffffff !important;
        font-size: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .price-item {
        color: #ffffff !important;
        font-size: 1.1rem !important;
        padding: 1rem 0 !important;
        border-bottom: 1px solid #333 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .price-item:last-child {
        border-bottom: none !important;
    }

    .service-name {
        color: #ffffff !important;
        font-weight: 500 !important;
    }

    .price {
        color: #ffffff !important;
        font-weight: 600 !important;
    }

    .price-note {
        color: #ffffff !important;
        margin-top: 2rem !important;
        font-size: 1rem !important;
    }

    .price-note a {
        color: #ffffff !important;
        text-decoration: underline !important;
    }

    .price-note a:hover {
        color: #cccccc !important;
    }

    /* Products Section */
    .products {
        background: #1a1a1a !important;
        padding: 2rem 0 !important;
    }

    .products h3 {
        color: #ffffff !important;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
    }

    .products ul {
        list-style: none !important;
        padding: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 1rem !important;
    }

    .products li {
        color: #ffffff !important;
        background: #333333 !important;
        padding: 0.75rem 1.5rem !important;
        border-radius: 4px !important;
        font-size: 1rem !important;
    }
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--body-font);
    line-height: 1.8;
    color: var(--text-color);
    background: var(--main-bg);
    font-weight: 300;
    letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    margin-bottom: 1.5rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    line-height: 1.3;
    color: var(--text-color);
}

h1 {
    font-size: 4.5rem;
    font-weight: 600;
}

h2 {
    font-size: 3rem;
    font-weight: 500;
}

h3 {
    font-size: 2rem;
    font-weight: 500;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.hero h1 {
    font-size: 5.5rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.hero h2 {
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.welcome {
    font-family: var(--heading-font);
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--white);
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.nav-menu a {
    font-family: var(--body-font);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.cta-button {
    font-family: var(--body-font);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

.service-card h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--gold);
}

.team-member h3 {
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--gold);
}

.specialties span {
    font-family: var(--body-font);
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.products li {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.turkish {
    font-family: var(--heading-font);
    font-style: italic;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--white);
    padding: 1rem 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.logo img {
    height: 60px;
    width: auto;
    filter: brightness(0.2) contrast(1.2);
    transition: var(--transition);
}

.darkmode .logo img {
    filter: brightness(1.2) contrast(1.1);
}

.logo a {
    display: block;
    padding: 0.5rem;
}

nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-menu a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.nav-toggle span {
    width: 30px;
    height: 2px;
    background: var(--text-color);
    transition: var(--transition);
}

/* Hero Section */
.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: url('Haarwelt_Portrats_wide.jpg.jpeg') no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem;
}

.hero-logo {
    margin-bottom: 2rem;
}

.hero-logo img {
    height: auto;
    width: 400px;
    max-width: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.hero-content h1 {
    font-family: var(--heading-font);
    font-size: 5.5rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 0.05em;
}

.hero-content p {
    font-family: var(--body-font);
    font-size: 1.8rem;
    color: var(--white);
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    letter-spacing: 0.02em;
}

.cta-button {
    display: inline-block;
    padding: 1.2rem 3rem;
    background: var(--gold);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    transition: var(--transition);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    background: var(--dark-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* About Section */
.about {
    padding: 8rem 0;
    background: #faf0e0;
    position: relative;
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.about .container {
    padding: 0;
    max-width: 100%;
}

.about-content {
    display: flex;
    gap: 0;
    align-items: stretch;
    width: 100%;
}

.about-text {
    flex: 1;
    width: 50%;
    padding: 2rem;
}

.about-image {
    flex: 1;
    width: 50%;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about p {
    margin-bottom: 2rem;
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.9;
}

.social-links {
    margin-top: 3rem;
}

.instagram-link {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--gold);
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    transition: var(--transition);
}

.instagram-link i {
    font-size: 1.6rem;
}

.instagram-link:hover {
    color: var(--dark-gold);
    transform: translateY(-2px);
}

/* Services Section */
.services {
    padding: 8rem 0;
    background: var(--white);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.service-card {
    background: var(--light-bg);
    padding: 2.5rem;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--text-color);
    position: relative;
    padding-bottom: 1rem;
}

.service-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 2px;
    background-color: var(--gold);
    transform: translateX(-50%);
}

.service-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--text-color);
    margin: 0;
}

.products {
    margin-top: 4rem;
    text-align: center;
}

.products h3 {
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.products ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.products li {
    background: var(--light-bg);
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-size: 1.1rem;
    border: 1px solid rgba(201, 169, 110, 0.2);
    transition: var(--transition);
}

.products li:hover {
    background: var(--gold);
    color: var(--white);
    transform: translateY(-2px);
}

/* Team Section */
.team {
    padding: 8rem 0;
    background: #faf0e0;
    position: relative;
}

.team-grid {
    display: flex;
    flex-direction: column;
    gap: 6rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.team-member {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member .member-image {
    position: relative;
    margin-bottom: 1.5rem;
}

.team-member .member-image img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid var(--white);
    box-shadow: none;
    transition: var(--transition);
}

.team-member:hover .member-image img {
    transform: scale(1.02);
    color: var(--text-color);
}

.team-member h3 {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--gold);
    margin-bottom: 0.5rem;
}

.team-member p {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 1.5rem;
}

.specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.specialties span {
    background: var(--white);
    padding: 0.5rem 1.2rem;
    border-radius: 25px;
    font-size: 0.95rem;
    color: var(--gold);
    transition: var(--transition);
}

.specialties span:hover {
    background: var(--gold);
    color: var(--white);
}

.team-description {
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.team-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    font-style: italic;
    text-align: left;
}

/* Gallery Section */
.gallery {
    padding: 6rem 2rem;
    background: var(--white);
}

.gallery h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2.5rem;
    color: var(--text-color);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 3/4;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Contact Section */
.contact {
    padding: 4rem 0;
    background-color: var(--light-bg);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 2rem;
}

.contact-info {
    display: grid;
    gap: 2rem;
}

.info-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.info-card i {
    font-size: 1.5rem;
    color: var(--gold);
    margin-top: 0.5rem;
}

.info-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--text-color);
}

.info-content p {
    margin: 0.5rem 0;
    color: var(--text-color);
}

.info-content a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-content a:hover {
    color: var(--gold);
}

.booking-link {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: var(--gold);
    color: var(--white) !important;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.booking-link:hover {
    background-color: var(--dark-gold);
}

.map-container {
    height: 100%;
    min-height: 450px;
    border-radius: 4px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .map-container {
        min-height: 300px;
    }

    .contact h2 {
        text-align: center;
    }

    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 1.5rem;
    }

    .contact-info > div {
        margin: 1rem 0;
    }

    .footer-content {
        text-align: center;
    }

    footer p {
        margin-bottom: 0.5rem;
        line-height: 1.5;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-content {
        padding: 0 1rem;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--white);
        flex-direction: column;
        padding: 2rem;
        transition: var(--transition);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-menu a {
        font-size: 1.2rem;
        margin: 1rem 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .welcome {
        font-size: 1.2rem;
    }

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

    .about-content {
        flex-direction: column;
    }

    .about-text,
    .about-image {
        width: 100%;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

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

    .service-card h3::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .team-grid {
        gap: 4rem;
    }

    .team-member img {
        width: 300px;
        height: 300px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        text-align: center;
    }

    .contact-info > div {
        margin: 1rem 0;
    }
}

/* Dark Mode */
.darkmode {
    --section-bg: #111;
    --text-color: #fff;
    --primary: var(--gold);
}

.darkmode .navbar {
    background: rgba(17, 17, 17, 0.95);
}

.darkmode .nav-menu {
    background: #111;
}

.darkmode .nav-toggle span {
    background: var(--gold);
}

.darkmode .section-title {
    color: var(--gold);
}

.darkmode .service-card {
    background: #1a1a1a;
}

.darkmode .team-member {
    background: #1a1a1a;
}

.darkmode .gallery-item {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.darkmode .contact-info {
    background: #1a1a1a;
}

.darkmode .cta-button {
    background: var(--gold);
    color: var(--dark);
}

.darkmode .cta-button:hover {
    background: var(--dark-gold);
    color: var(--dark);
}

footer {
    background-color: #000000;
    color: #ffffff;
    padding: 3rem 0;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-logo {
    width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
    filter: brightness(1.2) contrast(1.1);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: #cccccc;
}

.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social a {
    color: #ffffff;
    font-size: 1.5rem;
    transition: var(--transition);
}

.footer-social a:hover {
    color: #cccccc;
    transform: translateY(-2px);
}

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-logo {
        margin-bottom: 0;
    }
}

@media (prefers-color-scheme: dark) {
    footer {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

    .footer-links a {
        color: #ffffff !important;
    }

    .footer-links a:hover {
        color: #cccccc !important;
    }

    .footer-social a {
        color: #ffffff !important;
    }

    .footer-social a:hover {
        color: #cccccc !important;
    }
}

@media (max-width: 600px) {
    .footer-content h2 {
        font-size: 1.3rem;
    }
    footer p {
        font-size: 1rem;
    }
    footer {
        padding: 2rem 1rem;
    }
}

@media (max-width: 1200px) {
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 800px;
    }
    
    .team-description {
        max-width: 100%;
    }
}

.full-width-image {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.full-width-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.team-intro {
    width: 100%;
    padding: 2rem;
    text-align: center;
    background-color: var(--light-bg);
}

.team-intro p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.services .team-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: var(--light-bg);
    border-radius: 4px;
}

.price-list-section {
    display: flex;
    gap: 3rem;
    margin: 4rem 0;
    position: relative;
    padding: 4rem;
    border-radius: 4px;
}

.price-list-content {
    flex: 1;
    background: var(--white);
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.price-list-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--text-color);
    text-align: center;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: var(--light-bg);
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.price-item:hover {
    transform: translateX(10px);
}

.service-name {
    font-size: 1.1rem;
    color: var(--text-color);
}

.price {
    font-weight: 600;
    color: var(--gold);
    font-size: 1.2rem;
}

.price-note {
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
}

.price-note a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s ease;
}

.price-note a:hover {
    color: var(--dark-gold);
}

.price-list-image {
    flex: 1;
    display: flex;
    align-items: center;
    background: var(--white);
    padding: 1rem;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.price-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .price-list-section {
        flex-direction: column;
        padding: 2rem;
    }

    .price-list-content {
        padding: 1.5rem;
    }

    .price-item {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .price-item:hover {
        transform: translateY(-5px);
    }

    .price-note {
        text-align: center;
    }
}

.services h2,
.team h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--text-color);
}

.services > .container > p {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.impressum-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.impressum-content h1,
.impressum-content h2,
.impressum-content p,
.impressum-content ul,
.impressum-content li {
    text-align: center;
}

.impressum-content ul {
    list-style: none;
    padding: 0;
}

.impressum-content li {
    margin: 0.5rem 0;
}

.services p {
    width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 768px) {
    .services h2,
    .services p {
        text-align: left;
    }
}

/* Floating Action Buttons for Mobile */
.floating-buttons {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    gap: 10px;
    flex-direction: column;
}

.floating-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--gold);
    color: var(--white);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
}

.floating-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.floating-button.call {
    background-color: var(--gold);
}

.floating-button.book {
    background-color: var(--gold);
}

.floating-button i {
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    .floating-buttons {
        display: flex;
    }

    .service-card {
        text-align: center;
    }
}

footer p a {
    color: white;
    text-decoration: none;
}

.about-text,
.about-image {
    width: 100%;
}

.services h2, .services p {
    text-align: left;
}

.services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.service-card {
    text-align: center;
    align-items: center;
}

.service-card h3::after {
    left: 50%;
    transform: translateX(-50%);
}

.products ul {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.products li {
    width: 80%;
    text-align: center;
}

.team-grid {
    gap: 4rem;
}

.services p {
    width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 768px) {
    .services p {
        text-align: left;
    }
}

.services h2 {
    text-align: center;
}

.services p {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
} 