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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
    font-size: 16px;
}

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

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

.nav-brand {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

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

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

.nav-links a:hover {
    opacity: 0.6;
}

.hero-minimal {
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 60px;
}

.hero-content-wide {
    max-width: 720px;
    margin-bottom: 60px;
}

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

.hero-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
}

.cta-minimal {
    display: inline-block;
    padding: 16px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.3s;
    cursor: pointer;
}

.cta-minimal:hover {
    background-color: #333333;
}

.cta-minimal-secondary {
    display: inline-block;
    padding: 16px 36px;
    background-color: transparent;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #1a1a1a;
    transition: all 0.3s;
    cursor: pointer;
}

.cta-minimal-secondary:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.hero-image-container {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}

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

.spacer-large {
    height: 140px;
}

.spacer-medium {
    height: 80px;
}

.intro-statement {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.statement-container {
    max-width: 900px;
}

.large-text {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 40px;
}

.medium-text {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    font-weight: 300;
}

.image-divider {
    width: 100%;
    background-color: #f5f5f5;
}

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

.services-minimal {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.section-heading-large {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -1.5px;
    margin-bottom: 80px;
}

.service-block-alt {
    display: flex;
    gap: 80px;
    margin-bottom: 100px;
    align-items: center;
}

.service-block-alt.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    background-color: #f5f5f5;
}

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

.service-info {
    flex: 1;
}

.service-info h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.service-info p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.price-display {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
}

.cta-centered {
    text-align: center;
    margin-top: 60px;
}

.philosophy-block {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.philosophy-content {
    flex: 1.2;
}

.philosophy-content h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.philosophy-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.philosophy-image {
    flex: 1;
    background-color: #f5f5f5;
}

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

.booking-invitation {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
}

.booking-invitation h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-align: center;
}

.booking-subtext {
    text-align: center;
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 60px;
}

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

.form-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row label {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-row input,
.form-row select,
.form-row textarea {
    padding: 14px 16px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.3s;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.submit-btn-minimal {
    padding: 16px 36px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-self: flex-start;
}

.submit-btn-minimal:hover {
    background-color: #333333;
}

.footer-minimal {
    background-color: #f5f5f5;
    margin-top: 140px;
    padding: 80px 60px 40px;
}

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

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: none;
    margin-bottom: 12px;
    transition: opacity 0.3s;
}

.footer-col a:hover {
    opacity: 0.6;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: #ebebeb;
    border-left: 3px solid #1a1a1a;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #4a4a4a;
    line-height: 1.7;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #d0d0d0;
}

.footer-bottom p {
    font-size: 13px;
    color: #666;
}

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

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

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

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

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

.cookie-btn.accept:hover {
    background-color: #e0e0e0;
}

.cookie-btn.reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #333333;
}

.page-header-minimal {
    max-width: 1400px;
    margin: 80px auto 0;
    padding: 0 60px;
    text-align: center;
}

.page-header-minimal h1 {
    font-size: 62px;
    font-weight: 300;
    letter-spacing: -1.8px;
    margin-bottom: 25px;
}

.page-intro {
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 300;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.service-detail-block {
    display: flex;
    gap: 80px;
    margin-bottom: 120px;
    align-items: flex-start;
}

.service-detail-block.reverse {
    flex-direction: row-reverse;
}

.service-image-large {
    flex: 1;
    background-color: #f5f5f5;
}

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

.service-text-block {
    flex: 1;
}

.service-text-block h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 25px;
    letter-spacing: -0.7px;
}

.service-text-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.price-large {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 30px 0 10px;
}

.duration-note {
    font-size: 14px;
    color: #888;
}

.about-story {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.story-image {
    flex: 1;
    background-color: #f5f5f5;
}

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

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.story-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.values-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.section-heading-centered {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -1.5px;
    margin-bottom: 80px;
    text-align: center;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.value-item {
    flex: 0 0 calc(50% - 30px);
}

.value-item h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.value-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.team-intro {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
}

.team-intro-text {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 1.7;
}

.team-image-grid {
    display: flex;
    gap: 40px;
}

.team-image-grid img {
    flex: 1;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #f5f5f5;
}

.philosophy-extended {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.philosophy-extended h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.philosophy-extended p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.location-context {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.location-text {
    flex: 1;
}

.location-text h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.location-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
}

.location-image {
    flex: 1;
    background-color: #f5f5f5;
}

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

.contact-details-minimal {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 60px;
}

.contact-block-wide {
    margin-bottom: 80px;
}

.contact-block-wide h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

.contact-info-large {
    font-size: 22px;
    line-height: 1.7;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.contact-note {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.contact-image-divider {
    width: 100%;
    background-color: #f5f5f5;
}

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

.contact-approach {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 60px;
}

.contact-approach h2 {
    font-size: 42px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: -1px;
}

.contact-approach p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 25px;
}

.thanks-page-minimal {
    max-width: 800px;
    margin: 100px auto;
    padding: 0 60px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -1.5px;
    margin-bottom: 30px;
}

.thanks-message {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 40px;
}

.selected-service-display {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 40px;
}

.selected-service-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    margin-bottom: 10px;
}

.selected-service-name {
    font-size: 24px;
    font-weight: 500;
    color: #1a1a1a;
}

.thanks-next-steps {
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 50px;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.legal-page {
    max-width: 900px;
    margin: 80px auto;
    padding: 0 60px;
}

.legal-page h1 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1.2px;
    margin-bottom: 60px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 10px;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-content a:hover {
    opacity: 0.7;
}

.legal-update {
    font-size: 14px;
    color: #888;
    margin-top: 60px;
    font-style: italic;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-table td {
    font-size: 15px;
    color: #4a4a4a;
}

@media (max-width: 968px) {
    .minimal-nav {
        flex-direction: column;
        gap: 25px;
        padding: 30px 40px;
    }

    .nav-links {
        gap: 25px;
    }

    .hero-minimal {
        padding: 0 40px;
        margin-top: 50px;
    }

    .hero-content-wide h1 {
        font-size: 48px;
    }

    .service-block-alt,
    .service-block-alt.reverse,
    .service-detail-block,
    .service-detail-block.reverse,
    .about-story,
    .philosophy-block,
    .location-context {
        flex-direction: column;
        gap: 50px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .values-grid {
        flex-direction: column;
    }

    .value-item {
        flex: 1 1 100%;
    }

    .team-image-grid {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-header-minimal h1 {
        font-size: 42px;
    }

    .section-heading-large,
    .section-heading-centered {
        font-size: 38px;
    }
}

@media (max-width: 600px) {
    .minimal-nav,
    .hero-minimal,
    .intro-statement,
    .services-minimal,
    .philosophy-block,
    .booking-invitation,
    .footer-minimal,
    .page-header-minimal,
    .services-detailed,
    .about-story,
    .values-section,
    .team-intro,
    .philosophy-extended,
    .location-context,
    .contact-details-minimal,
    .contact-approach,
    .thanks-page-minimal,
    .legal-page {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hero-content-wide h1 {
        font-size: 38px;
    }

    .large-text {
        font-size: 32px;
    }

    .cookie-banner {
        padding: 20px 25px;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .thanks-actions .cta-minimal,
    .thanks-actions .cta-minimal-secondary {
        text-align: center;
    }
}
