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

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

.ad-disclosure {
    background-color: #f4f1eb;
    color: #6b6b6b;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0ddd5;
}

.editorial-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e6e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.3px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

.article-hero {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8e6e0;
}

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

.hero-text {
    max-width: 720px;
    margin: -80px auto 0;
    position: relative;
    background-color: #ffffff;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.subtitle {
    font-size: 20px;
    color: #6a6a6a;
    line-height: 1.5;
    font-style: italic;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
}

.story-intro,
.story-content,
.problem-insight,
.process-story,
.trust-building,
.services-reveal,
.testimonials-inline,
.commission-form-section,
.contact-content,
.services-detailed,
.commission-section {
    padding: 60px 0;
}

.lead {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.narrow-text p {
    margin-bottom: 28px;
}

.narrow-text h2 {
    font-size: 36px;
    margin: 50px 0 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.narrow-text h3 {
    font-size: 26px;
    margin: 40px 0 20px;
    font-weight: 500;
    color: #2a2a2a;
}

.narrow-text h4 {
    font-size: 22px;
    margin: 30px 0 15px;
    font-weight: 600;
    color: #2a2a2a;
}

.inline-image {
    margin: 50px 0;
    background-color: #f5f3ee;
}

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

.inline-image figcaption {
    padding: 18px 25px;
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

blockquote {
    margin: 45px 0;
    padding: 30px 40px;
    border-left: 4px solid #d4cfc2;
    background-color: #f9f7f3;
}

blockquote p {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 15px;
}

blockquote cite {
    font-size: 16px;
    color: #6a6a6a;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-cards-editorial {
    max-width: 800px;
    margin: 60px auto 0;
}

.service-card {
    margin-bottom: 70px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.service-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: #e8e6e0;
}

.service-content {
    padding: 40px 45px;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 500;
}

.service-content p {
    margin-bottom: 18px;
    color: #4a4a4a;
}

.service-price {
    font-size: 26px;
    color: #2a2a2a;
    font-weight: 600;
    margin: 25px 0 20px;
}

.cta-inline {
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.cta-inline:hover {
    background-color: #1a1a1a;
}

.testimonials-inline {
    background-color: #f5f3ee;
    padding: 80px 30px;
}

.testimonial {
    max-width: 680px;
    margin: 0 auto 50px;
    padding: 35px 40px;
    background-color: #ffffff;
}

.testimonial p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.testimonial cite {
    font-size: 16px;
    color: #6a6a6a;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.process-steps {
    margin-top: 40px;
}

.step {
    margin-bottom: 35px;
    padding: 25px 30px;
    background-color: #f9f7f3;
    border-left: 3px solid #d4cfc2;
}

.step h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}

.step p {
    margin: 0;
    color: #4a4a4a;
}

.editorial-form {
    max-width: 600px;
    margin: 40px auto 0;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #d4cfc2;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3a3a3a;
}

.form-group textarea {
    resize: vertical;
    font-family: inherit;
}

.submit-btn {
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    width: 100%;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #1a1a1a;
}

.page-header {
    max-width: 680px;
    margin: 60px auto 40px;
    padding: 0 30px;
}

.page-header h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 400;
}

.service-detail {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto 80px;
    padding: 0 30px;
}

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

.service-detail img {
    width: 480px;
    height: 380px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #e8e6e0;
}

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

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

.service-detail-content p {
    margin-bottom: 18px;
    color: #4a4a4a;
}

.price-display {
    font-size: 28px;
    color: #2a2a2a;
    font-weight: 600;
    margin: 30px 0 20px;
}

.cta-button {
    background-color: #3a3a3a;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #1a1a1a;
}

.hours-block,
.address-block,
.contact-info {
    background-color: #f9f7f3;
    padding: 25px 30px;
    margin: 30px 0;
    border-left: 3px solid #d4cfc2;
}

.email-display {
    font-family: 'Courier New', monospace;
    background-color: #f5f3ee;
    padding: 2px 6px;
    font-size: 16px;
}

.thanks-content {
    padding: 100px 30px;
    min-height: 60vh;
}

.centered-content {
    text-align: center;
}

.thanks-details {
    max-width: 680px;
    margin: 40px auto;
    text-align: left;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 50px 0;
    flex-wrap: wrap;
}

.secondary-link {
    color: #4a4a4a;
    text-decoration: none;
    padding: 14px 32px;
    border: 2px solid #d4cfc2;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.2s;
    display: inline-block;
}

.secondary-link:hover {
    border-color: #3a3a3a;
    color: #1a1a1a;
}

.contact-reminder {
    margin-top: 50px;
    padding: 25px;
    background-color: #f9f7f3;
}

.legal-page .narrow-text ul {
    margin: 15px 0 25px 40px;
}

.legal-page .narrow-text ul li {
    margin-bottom: 10px;
}

.cookie-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.editorial-footer {
    background-color: #2a2a2a;
    color: #d4d4d4;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

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

.footer-section h4 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
}

.footer-section p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #d4d4d4;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.disclaimer {
    max-width: 900px;
    margin: 40px auto;
    padding: 25px 30px;
    background-color: #363636;
    border-left: 3px solid #6a6a6a;
    font-size: 14px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.disclaimer p {
    margin: 0;
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 25px;
    border-top: 1px solid #4a4a4a;
    text-align: center;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #d4cfc2;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.2s;
}

.cookie-accept {
    background-color: #3a3a3a;
    color: #ffffff;
}

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

.cookie-reject {
    background-color: transparent;
    color: #4a4a4a;
    border: 2px solid #d4cfc2;
}

.cookie-reject:hover {
    border-color: #3a3a3a;
    color: #1a1a1a;
}

.cookie-link {
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: underline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

    .lead {
        font-size: 20px;
    }

    .narrow-text h2 {
        font-size: 28px;
    }

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

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

    .service-detail img {
        width: 100%;
        height: 300px;
    }

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

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

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