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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    line-height: 1.6;
}

.ad-notice {
    background: #f8f8f8;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    padding: 60px 40px 40px;
}

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

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-links {
    display: flex;
    gap: 50px;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.hero-minimal {
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.hero-content h1 {
    font-size: 84px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.hero-content p {
    font-size: 24px;
    color: #666;
    font-weight: 300;
}

.hero-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

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

.intro-sparse {
    max-width: 800px;
    margin: 180px auto;
    padding: 0 40px;
}

.intro-text p {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 300;
    color: #2a2a2a;
}

.services-vertical {
    max-width: 1200px;
    margin: 160px auto;
    padding: 0 40px;
}

.services-vertical h2 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 100px;
    letter-spacing: -1px;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.service-item {
    display: flex;
    gap: 80px;
    align-items: center;
}

.service-item.reverse {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    height: 500px;
    overflow: hidden;
}

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

.service-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-details h3 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.service-details p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.price {
    font-size: 32px;
    font-weight: 300;
    color: #1a1a1a;
    margin-top: 15px;
}

.select-service {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    align-self: flex-start;
}

.select-service:hover {
    background: #333;
}

.booking-form-section {
    max-width: 700px;
    margin: 180px auto;
    padding: 0 40px;
}

.form-container h2 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    text-align: center;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    padding: 20px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background: #fafafa;
    font-family: inherit;
}

.booking-form button {
    background: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 22px;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s;
}

.booking-form button:hover {
    background: #333;
}

.philosophy-section {
    max-width: 900px;
    margin: 200px auto;
    padding: 0 40px;
}

.philosophy-content h2 {
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 50px;
}

.philosophy-content p {
    font-size: 22px;
    line-height: 1.9;
    margin-bottom: 35px;
    color: #2a2a2a;
}

.footer {
    background: #f5f5f5;
    padding: 80px 40px 40px;
    margin-top: 160px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-section h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-section a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #1a1a1a;
}

.footer-section p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.disclaimer {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    font-style: italic;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 30px;
    display: none;
    z-index: 1000;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.cookie-actions button {
    background: #ffffff;
    color: #1a1a1a;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 15px;
    transition: opacity 0.3s;
}

.cookie-actions button:hover {
    opacity: 0.8;
}

.cookie-actions button#rejectCookies {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 48px;
    }

    .service-item,
    .service-item.reverse {
        flex-direction: column;
    }

    .nav-content {
        flex-direction: column;
        gap: 30px;
    }

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