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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1000;
    border-bottom: 1px solid #e0e0dc;
    backdrop-filter: blur(10px);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3d3d3d;
    letter-spacing: 0.5px;
}

.ad-notice {
    font-size: 0.75rem;
    color: #888;
    padding: 0.3rem 0.8rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

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

.nav-links a:hover {
    color: #8b7355;
}

.hero-offset {
    margin-top: 80px;
    display: flex;
    min-height: 85vh;
    position: relative;
}

.hero-content-left {
    flex: 1;
    padding: 8rem 3rem 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f3ef;
    position: relative;
    z-index: 2;
}

.hero-content-left h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #2a2a2a;
    font-weight: 400;
}

.hero-content-left p {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    max-width: 500px;
    color: #555;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.cta-primary:hover {
    background-color: #6f5a42;
}

.hero-image-right {
    flex: 1.2;
    position: relative;
    overflow: hidden;
    margin-left: -5%;
    background-color: #d4c9bb;
}

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

.intro-asymmetric {
    display: flex;
    padding: 6rem 2rem;
    position: relative;
    background-color: #fff;
}

.text-block-floating {
    flex: 1;
    padding: 3rem 4rem 3rem 6rem;
    position: relative;
    z-index: 3;
}

.text-block-floating h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.text-block-floating p {
    font-size: 1.05rem;
    color: #555;
    max-width: 550px;
}

.image-overlap {
    flex: 1;
    position: relative;
    margin-top: -3rem;
    margin-left: -8rem;
    background-color: #e8e3db;
}

.image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
}

.services-offset {
    padding: 5rem 2rem;
    background-color: #f9f7f4;
}

.section-title-offset {
    margin-left: 10%;
    margin-bottom: 3rem;
}

.section-title-offset h2 {
    font-size: 2.8rem;
    font-weight: 400;
    color: #2a2a2a;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.service-card {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 300px;
    background-color: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    background-color: #fcfaf7;
}

.service-card.card-1 {
    margin-top: 2rem;
}

.service-card.card-3 {
    margin-top: -3rem;
}

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

.service-card h3 {
    font-size: 1.5rem;
    margin: 1.5rem 1.5rem 1rem;
    font-weight: 500;
    color: #2a2a2a;
}

.service-card p {
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    color: #666;
    font-size: 0.95rem;
}

.service-card .price {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #8b7355;
    padding: 1rem 1.5rem 0.5rem;
}

.select-service {
    margin: 1.5rem;
    padding: 0.9rem 2rem;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
    width: calc(100% - 3rem);
}

.select-service:hover {
    background-color: #8b7355;
}

.philosophy-section {
    padding: 6rem 2rem;
    background-color: #fff;
}

.content-wrapper-irregular {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 4rem;
    align-items: center;
}

.text-column-left {
    flex: 1;
    padding-right: 2rem;
}

.text-column-left h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.text-column-left p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.image-column-right {
    flex: 1;
    background-color: #e0dbd2;
}

.image-column-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 450px;
}

.cta-floating-block {
    padding: 5rem 2rem;
    background-color: #8b7355;
    text-align: center;
    margin: 4rem 0 4rem 8rem;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 400;
}

.cta-content p {
    font-size: 1.1rem;
    color: #f0e8dc;
    margin-bottom: 2rem;
}

.cta-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #fff;
    color: #8b7355;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-secondary:hover {
    background-color: #f5f3ef;
}

.form-section-offset {
    padding: 6rem 2rem 6rem 12rem;
    background-color: #f5f3ef;
}

.form-container {
    max-width: 600px;
}

.form-container h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #2a2a2a;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #4a4a4a;
}

.form-group input,
.form-group select {
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #8b7355;
}

.main-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 3rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #8b7355;
}

.disclaimer {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid #444;
    font-size: 0.8rem;
    color: #999;
    line-height: 1.6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.9rem;
    min-width: 250px;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #8b7355;
    color: #fff;
}

.btn-accept:hover {
    background-color: #6f5a42;
}

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

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.about-hero {
    margin-top: 80px;
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.about-content-overlap {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3rem 4rem;
    max-width: 500px;
}

.about-content-overlap h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #2a2a2a;
}

.about-content-overlap p {
    font-size: 1.1rem;
    color: #555;
}

.about-image {
    width: 100%;
    height: 70vh;
    background-color: #d4c9bb;
}

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

.story-section {
    padding: 6rem 2rem;
    background-color: #fff;
}

.story-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.story-text {
    flex: 1.2;
}

.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.story-text p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.story-image-offset {
    flex: 1;
    margin-top: -4rem;
    background-color: #e8e3db;
}

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

.values-section {
    padding: 6rem 2rem;
    background-color: #f9f7f4;
}

.values-section h2 {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #2a2a2a;
}

.values-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.value-item {
    flex: 1 1 300px;
    background-color: #fff;
    padding: 2.5rem;
}

.value-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #2a2a2a;
}

.value-item p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.process-section {
    padding: 6rem 2rem;
    background-color: #fff;
}

.process-content {
    max-width: 800px;
    margin: 0 auto;
}

.process-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.process-content p {
    font-size: 1.05rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.services-header {
    margin-top: 80px;
    padding: 5rem 2rem 3rem;
    background-color: #f5f3ef;
    text-align: center;
}

.services-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #2a2a2a;
}

.services-header p {
    font-size: 1.1rem;
    color: #555;
}

.services-detailed {
    padding: 4rem 2rem;
}

.service-detail-card {
    max-width: 1200px;
    margin: 0 auto 5rem;
    display: flex;
    gap: 3rem;
    align-items: center;
}

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

.service-detail-card .service-image {
    flex: 1;
    background-color: #e0dbd2;
}

.service-detail-card .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}

.service-detail-card .service-info {
    flex: 1;
    padding: 2rem;
}

.service-detail-card .service-info h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
    color: #2a2a2a;
}

.service-detail-card .service-info p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.service-price {
    font-size: 2rem;
    font-weight: 600;
    color: #8b7355;
    margin: 1.5rem 0;
}

.services-cta {
    text-align: center;
    padding: 4rem 2rem;
    background-color: #f9f7f4;
}

.services-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #2a2a2a;
}

.services-cta p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #555;
}

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #6f5a42;
}

.contact-header {
    margin-top: 80px;
    padding: 5rem 2rem 3rem;
    background-color: #f5f3ef;
    text-align: center;
}

.contact-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #2a2a2a;
}

.contact-header p {
    font-size: 1.1rem;
    color: #555;
}

.contact-info-section {
    padding: 4rem 2rem;
    background-color: #fff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
}

.contact-details {
    flex: 1;
}

.detail-block {
    margin-bottom: 2.5rem;
}

.detail-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
    color: #2a2a2a;
}

.detail-block p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.contact-image {
    flex: 1;
    background-color: #e8e3db;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.directions-section {
    padding: 4rem 2rem;
    background-color: #f9f7f4;
}

.directions-section h2 {
    max-width: 1000px;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    font-weight: 400;
    color: #2a2a2a;
}

.directions-section p {
    max-width: 1000px;
    margin: 0 auto 1.2rem;
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.thanks-section {
    margin-top: 80px;
    padding: 8rem 2rem;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f3ef;
}

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

.thanks-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.thanks-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #555;
}

.service-confirmation {
    background-color: #fff;
    padding: 1.5rem;
    margin: 2rem 0;
    font-size: 1rem;
    color: #2a2a2a;
}

.legal-content {
    margin-top: 80px;
    padding: 4rem 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.legal-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #2a2a2a;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #2a2a2a;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 500;
    color: #2a2a2a;
}

.legal-content p {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
    color: #555;
}

.legal-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.legal-content a {
    color: #8b7355;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookie-table th,
.cookie-table td {
    padding: 0.8rem;
    text-align: left;
    border: 1px solid #ddd;
}

.cookie-table th {
    background-color: #f5f3ef;
    font-weight: 500;
    color: #2a2a2a;
}

.cookie-table td {
    color: #555;
}

@media (max-width: 768px) {
    .hero-offset {
        flex-direction: column;
    }

    .hero-content-left {
        padding: 5rem 2rem 3rem;
    }

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

    .hero-image-right {
        margin-left: 0;
        min-height: 400px;
    }

    .intro-asymmetric {
        flex-direction: column;
        padding: 3rem 1rem;
    }

    .text-block-floating {
        padding: 2rem;
    }

    .image-overlap {
        margin-top: 0;
        margin-left: 0;
    }

    .services-grid-irregular {
        flex-direction: column;
    }

    .service-card {
        margin-top: 0 !important;
    }

    .content-wrapper-irregular,
    .story-layout,
    .contact-layout {
        flex-direction: column;
    }

    .cta-floating-block {
        margin: 2rem 0;
    }

    .form-section-offset {
        padding: 3rem 2rem;
    }

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

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}
