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

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafaf8;
}

.ad-disclosure {
    background: #f4f1ed;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #6b6b6b;
    border-bottom: 1px solid #e0ddd8;
}

.floating-nav {
    position: sticky;
    top: 0;
    background: rgba(250, 250, 248, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e5e0;
    z-index: 1000;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #2c2c2c;
}

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

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

.nav-links a:hover {
    color: #2c2c2c;
}

.hero-visual {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    background-color: #d4cfc7;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    max-width: 600px;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.hero-overlay h1 {
    font-size: 58px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.hero-overlay p {
    font-size: 20px;
    font-weight: 300;
    opacity: 0.95;
}

.intro-flow {
    padding: 100px 60px;
    background: #fafaf8;
}

.content-wrap {
    max-width: 720px;
    margin: 0 auto;
}

.content-wrap h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 32px;
    letter-spacing: -0.8px;
    color: #2c2c2c;
}

.content-wrap p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.visual-statement {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #c9c4bd;
}

.visual-statement img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.statement-text {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    max-width: 420px;
    background: rgba(255, 255, 255, 0.92);
    padding: 48px;
    backdrop-filter: blur(8px);
}

.statement-text h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.statement-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.services-preview {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #f5f3f0;
}

.service-card {
    flex: 1 1 33.333%;
    min-width: 320px;
    background-color: #eae7e2;
}

.service-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.card-content {
    padding: 40px 32px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.subtle-link {
    font-size: 15px;
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
}

.subtle-link:hover {
    opacity: 0.6;
}

.philosophy-section {
    padding: 120px 60px;
    background: #fafaf8;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
}

.content-narrow h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 32px;
    color: #2c2c2c;
}

.content-narrow p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.visual-immersion {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background-color: #ccc5be;
}

.visual-immersion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-block {
    padding: 100px 60px;
    text-align: center;
    background: #e8e5e0;
}

.cta-block h2 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.cta-block p {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    padding: 16px 48px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background: #4a4a4a;
}

.booking-section {
    padding: 80px 60px;
    background: #fafaf8;
}

.form-container {
    max-width: 560px;
    margin: 0 auto;
}

.form-container h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
    color: #2c2c2c;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: #4a4a4a;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d4d0ca;
    background: #fff;
    font-size: 16px;
    color: #2c2c2c;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #8a8580;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: #2c2c2c;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #4a4a4a;
}

.disclaimer-section {
    padding: 60px 60px;
    background: #f4f1ed;
    border-top: 1px solid #e0ddd8;
}

.disclaimer-text {
    max-width: 920px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    color: #6b6b6b;
    text-align: center;
}

.site-footer {
    background: #2c2c2c;
    color: #c9c5bf;
    padding: 60px 60px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
}

.footer-block p {
    font-size: 14px;
    line-height: 1.6;
    color: #a8a4a0;
}

.footer-block ul {
    list-style: none;
}

.footer-block ul li {
    margin-bottom: 10px;
}

.footer-block ul li a {
    color: #a8a4a0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-block ul li a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #4a4a4a;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 44, 44, 0.97);
    color: #fff;
    padding: 24px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    backdrop-filter: blur(10px);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cookie-btn.accept {
    background: #fff;
    color: #2c2c2c;
}

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

.cookie-btn:hover {
    opacity: 0.8;
}

.page-hero {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-color: #ccc5be;
}

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

.page-hero-text {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.4);
}

.page-hero-text h1 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
}

.about-content {
    padding: 80px 60px;
    background: #fafaf8;
}

.content-flow {
    max-width: 780px;
    margin: 0 auto 80px;
}

.content-flow h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #2c2c2c;
}

.content-flow p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a4a4a;
}

.visual-break {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 80px;
    background-color: #d9d4cd;
}

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

.philosophy-grid {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 80px auto;
    flex-wrap: wrap;
}

.philosophy-item {
    flex: 1 1 300px;
    padding: 32px;
    background: #f4f1ed;
}

.philosophy-item h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.philosophy-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #5a5a5a;
}

.cta-simple {
    padding: 60px;
    text-align: center;
    background: #e8e5e0;
}

.cta-simple p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.inline-cta {
    font-size: 18px;
    color: #2c2c2c;
    text-decoration: none;
    border-bottom: 2px solid #2c2c2c;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
}

.inline-cta:hover {
    opacity: 0.6;
}

.page-hero-minimal {
    padding: 100px 60px 60px;
    text-align: center;
    background: #f4f1ed;
}

.page-hero-minimal h1 {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2c2c2c;
    letter-spacing: -1px;
}

.page-hero-minimal p {
    font-size: 19px;
    color: #5a5a5a;
}

.services-detail {
    background: #fafaf8;
}

.service-detail-block {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    flex-wrap: wrap;
}

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

.service-detail-image {
    flex: 1 1 50%;
    min-width: 400px;
    background-color: #d4cfc7;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.service-detail-text {
    flex: 1 1 50%;
    min-width: 400px;
    padding: 80px 60px;
}

.service-detail-text h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #2c2c2c;
}

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

.service-features {
    list-style: none;
    margin: 32px 0;
}

.service-features li {
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    font-size: 16px;
    color: #5a5a5a;
}

.service-features li:before {
    content: '—';
    position: absolute;
    left: 0;
}

.service-price {
    font-size: 26px;
    font-weight: 500;
    color: #2c2c2c;
    margin-top: 32px;
}

.services-cta {
    padding: 100px 60px;
    text-align: center;
    background: #e8e5e0;
}

.services-cta h2 {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.services-cta p {
    font-size: 18px;
    color: #5a5a5a;
    margin-bottom: 36px;
}

.contact-page {
    padding: 80px 60px;
    background: #fafaf8;
}

.contact-header {
    text-align: center;
    margin-bottom: 80px;
}

.contact-header h1 {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.contact-header p {
    font-size: 19px;
    color: #5a5a5a;
}

.contact-layout {
    max-width: 800px;
    margin: 0 auto;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.info-block h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.info-block .note {
    margin-top: 16px;
    font-size: 15px;
    color: #6b6b6b;
    font-style: italic;
}

.thanks-page {
    padding: 120px 60px;
    background: #fafaf8;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    max-width: 680px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #2c2c2c;
}

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

.thanks-note {
    font-size: 16px;
    color: #6b6b6b;
}

.thanks-note a {
    color: #2c2c2c;
    text-decoration: underline;
}

.back-home {
    display: inline-block;
    margin-top: 40px;
    padding: 14px 40px;
    background: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease;
}

.back-home:hover {
    background: #4a4a4a;
}

.legal-page {
    padding: 80px 60px;
    background: #fafaf8;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 48px;
    text-align: center;
    color: #2c2c2c;
}

.legal-content {
    max-width: 820px;
    margin: 0 auto;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.legal-content ul {
    margin: 20px 0 20px 32px;
}

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

@media (max-width: 768px) {
    .floating-nav {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-overlay {
        left: 30px;
        bottom: 40px;
    }

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

    .intro-flow,
    .philosophy-section,
    .cta-block,
    .booking-section {
        padding: 60px 30px;
    }

    .statement-text {
        right: 30px;
        padding: 32px;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .service-detail-block {
        flex-direction: column;
    }

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

    .service-detail-image,
    .service-detail-text {
        min-width: 100%;
    }

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