* {
    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.6;
    color: #2c2c2c;
    background-color: #fafaf8;
}

.ad-notice {
    background-color: #f4f1ed;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #e0ddd8;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c2c2c;
}

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

.nav-links a {
    text-decoration: none;
    color: #2c2c2c;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-offset {
    display: flex;
    align-items: center;
    padding: 80px 6% 60px 6%;
    gap: 60px;
    background-color: #f9f7f4;
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

.hero-content-left h1 {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 1.15rem;
    margin-bottom: 32px;
    color: #4a4a4a;
    line-height: 1.7;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-top: -40px;
    background-color: #e8e3dc;
}

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

.cta-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8b6f47;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-primary:hover {
    background-color: #6d5635;
    cursor: pointer;
}

.cta-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #8b6f47;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid #8b6f47;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #8b6f47;
    color: #fff;
    cursor: pointer;
}

.intro-irregular {
    display: flex;
    gap: 80px;
    padding: 100px 8%;
    background-color: #fff;
}

.intro-block-small {
    flex: 0.8;
}

.intro-block-small h2 {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #1a1a1a;
}

.intro-block-wide {
    flex: 1.5;
}

.intro-block-wide p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.8;
}

.services-overlap {
    padding: 120px 6% 80px 6%;
    background-color: #f4f1ed;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.service-offset-1 {
    margin-left: 0;
}

.service-offset-2 {
    margin-left: 8%;
}

.service-offset-3 {
    margin-left: 4%;
}

.service-offset-4 {
    margin-left: 12%;
}

.service-offset-5 {
    margin-left: 6%;
}

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

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

.service-info {
    flex: 1;
    padding: 40px;
}

.service-info h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.price {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #8b6f47;
}

.philosophy-split {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 100px 6%;
    background-color: #fff;
}

.philosophy-text {
    flex: 1;
}

.philosophy-text h2 {
    font-size: 2.4rem;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.philosophy-text p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.8;
}

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

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

.form-section-creative {
    padding: 100px 10%;
    background-color: #8b6f47;
    color: #fff;
}

.form-intro {
    text-align: center;
    margin-bottom: 60px;
}

.form-intro h2 {
    font-size: 2.6rem;
    margin-bottom: 16px;
}

.form-intro p {
    font-size: 1.1rem;
    opacity: 0.95;
}

.contact-form-asymmetric {
    max-width: 700px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 3px solid rgba(255, 255, 255, 0.4);
}

.cta-submit {
    width: 100%;
    padding: 16px;
    background-color: #fff;
    color: #8b6f47;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.cta-submit:hover {
    background-color: #f4f1ed;
}

.footer-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    padding: 80px 6% 40px 6%;
    background-color: #2c2c2c;
    color: #d4d4d4;
}

.footer-block {
    flex: 1;
    min-width: 200px;
}

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

.footer-block p {
    font-size: 0.95rem;
    line-height: 1.7;
}

.footer-block a {
    display: block;
    margin-bottom: 10px;
    color: #d4d4d4;
    text-decoration: none;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    flex-basis: 100%;
    padding-top: 40px;
    border-top: 1px solid #444;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.6;
}

.cookie-modal {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px;
    z-index: 1000;
    animation: slideUp 0.4s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

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

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.cookie-content h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.cookie-content p {
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.cookie-buttons {
    display: flex;
    gap: 16px;
}

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

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

.about-hero-offset {
    display: flex;
    gap: 60px;
    padding: 80px 6%;
    background-color: #f4f1ed;
}

.about-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-content p {
    font-size: 1.15rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.about-hero-image {
    flex: 1;
    background-color: #e8e3dc;
}

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

.story-irregular {
    display: flex;
    gap: 60px;
    padding: 100px 8%;
    background-color: #fff;
    align-items: center;
}

.story-block-wide {
    flex: 1.5;
}

.story-block-wide h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.story-block-wide p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.8;
}

.story-block-small {
    flex: 1;
    background-color: #e8e3dc;
}

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

.values-offset {
    padding: 100px 6%;
    background-color: #f4f1ed;
}

.value-card {
    max-width: 500px;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.value-position-1 {
    margin-left: 0;
}

.value-position-2 {
    margin-left: 20%;
}

.value-position-3 {
    margin-left: 10%;
}

.value-card h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.value-card p {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.process-split {
    display: flex;
    gap: 80px;
    padding: 100px 6%;
    background-color: #fff;
    align-items: center;
}

.process-image {
    flex: 1;
    background-color: #e8e3dc;
}

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

.process-text {
    flex: 1;
}

.process-text h2 {
    font-size: 2.2rem;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.process-text p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.8;
}

.workshop-info-creative {
    padding: 80px 10%;
    background-color: #8b6f47;
    color: #fff;
    text-align: center;
}

.workshop-info-creative h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
}

.workshop-info-creative p {
    font-size: 1.1rem;
    margin-bottom: 16px;
    line-height: 1.7;
}

.inline-link {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

.inline-link:hover {
    color: #f4f1ed;
}

.services-header-creative {
    padding: 100px 10%;
    background-color: #8b6f47;
    color: #fff;
    text-align: center;
}

.services-header-creative h1 {
    font-size: 3.2rem;
    margin-bottom: 16px;
}

.services-header-creative p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.services-detailed-asymmetric {
    padding: 80px 6%;
    background-color: #fafaf8;
}

.service-detail {
    display: flex;
    gap: 60px;
    margin-bottom: 100px;
    align-items: center;
}

.service-layout-1 {
    margin-left: 0;
}

.service-layout-2 {
    margin-left: 6%;
}

.service-layout-3 {
    margin-left: 3%;
}

.service-layout-4 {
    margin-left: 9%;
}

.service-layout-5 {
    margin-left: 0;
}

.service-layout-6 {
    margin-left: 5%;
}

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

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

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3a3a3a;
    line-height: 1.8;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 28px;
}

.service-detail-content ul li {
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
    color: #4a4a4a;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: bold;
    font-size: 1.2rem;
}

.pricing-info {
    margin-top: 24px;
}

.price-large {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #8b6f47;
    margin-bottom: 8px;
}

.price-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.service-cta-offset {
    padding: 100px 10%;
    background-color: #f4f1ed;
    text-align: center;
}

.service-cta-offset h2 {
    font-size: 2.6rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.service-cta-offset p {
    font-size: 1.15rem;
    margin-bottom: 32px;
    color: #4a4a4a;
}

.contact-header-creative {
    padding: 100px 10%;
    background-color: #8b6f47;
    color: #fff;
    text-align: center;
}

.contact-header-creative h1 {
    font-size: 3.2rem;
    margin-bottom: 16px;
}

.contact-header-creative p {
    font-size: 1.2rem;
    opacity: 0.95;
}

.contact-info-asymmetric {
    padding: 80px 8%;
    background-color: #fafaf8;
}

.contact-block {
    max-width: 600px;
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.contact-offset-1 {
    margin-left: 0;
}

.contact-offset-2 {
    margin-left: 15%;
}

.contact-offset-3 {
    margin-left: 8%;
}

.contact-offset-4 {
    margin-left: 20%;
}

.contact-block h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 1.05rem;
    color: #3a3a3a;
    line-height: 1.8;
    margin-bottom: 12px;
}

.email-display {
    font-weight: 600;
    color: #8b6f47;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 16px;
}

.contact-visual-section {
    padding: 0;
    background-color: #e8e3dc;
}

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

.thanks-section-creative {
    display: flex;
    gap: 60px;
    padding: 100px 8%;
    background-color: #f4f1ed;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: #3a3a3a;
    line-height: 1.8;
}

.thanks-actions {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.thanks-visual {
    flex: 1;
    background-color: #e8e3dc;
}

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

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 6%;
}

.legal-content h1 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-content h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 1.4rem;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.legal-content h4 {
    font-size: 1.2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.legal-content p {
    font-size: 1rem;
    margin-bottom: 16px;
    color: #3a3a3a;
    line-height: 1.8;
}

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

.legal-content ul li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.no-link {
    color: #3a3a3a;
}

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

    .intro-irregular {
        flex-direction: column;
        gap: 40px;
    }

    .service-card {
        flex-direction: column;
        margin-left: 0 !important;
    }

    .service-detail {
        flex-direction: column;
        margin-left: 0 !important;
    }

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

    .story-irregular {
        flex-direction: column;
    }

    .process-split {
        flex-direction: column;
    }

    .thanks-section-creative {
        flex-direction: column;
    }

    .contact-block {
        margin-left: 0 !important;
    }

    .value-card {
        margin-left: 0 !important;
    }

    .nav-links {
        gap: 16px;
        font-size: 0.9rem;
    }

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