* {
    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: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0ddd5;
}

.nav-minimal {
    background-color: #fff;
    border-bottom: 1px solid #e8e6e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

.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.3s ease;
}

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

.editorial-flow {
    background-color: #fff;
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}

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

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

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

.hero-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 60px 40px 40px;
}

.hero-content-overlay h1 {
    color: #fff;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 400;
    max-width: 640px;
}

.narrow-content {
    padding: 50px 40px;
}

.story-intro,
.problem-amplification,
.insight-reveal,
.trust-building,
.benefits-showcase,
.composition-transparency,
.collections-reveal,
.disclaimer-section,
.references-section,
.about-intro,
.about-philosophy,
.about-process,
.about-commitment,
.about-cta,
.services-intro,
.collections-detail,
.contact-intro,
.contact-info,
.thanks-section,
.legal-content {
    border-bottom: 1px solid #f0eee8;
}

.story-intro:last-child,
.disclaimer-section:last-child,
.references-section:last-child {
    border-bottom: none;
}

.lead-text {
    font-size: 24px;
    line-height: 1.5;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-style: italic;
}

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

h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    margin: 40px 0 25px;
    color: #1a1a1a;
}

h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #2a2a2a;
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    margin: 20px 0 12px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

p {
    margin-bottom: 25px;
}

.inline-image-right,
.inline-image-left,
.inline-image-center {
    margin: 40px 0;
    overflow: hidden;
    background-color: #f5f4f0;
}

.inline-image-right {
    float: right;
    width: 45%;
    margin-left: 30px;
    margin-bottom: 20px;
}

.inline-image-left {
    float: left;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 20px;
}

.inline-image-center {
    width: 100%;
    clear: both;
}

.inline-image-right img,
.inline-image-left img,
.inline-image-center img {
    width: 100%;
    height: auto;
    display: block;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.citation:hover {
    text-decoration: underline;
}

.testimonial-inline {
    border-left: 4px solid #d4cfc3;
    padding-left: 25px;
    margin: 35px 0;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 20px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.testimonial-inline cite {
    font-size: 16px;
    color: #6a6a6a;
    font-style: normal;
    font-weight: 600;
}

.benefit-block {
    margin: 35px 0;
}

.composition-list {
    list-style: none;
    margin: 25px 0;
}

.composition-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0eee8;
}

.composition-list li:last-child {
    border-bottom: none;
}

.cta-story-break {
    background-color: #f7f6f2;
    margin: 60px -40px;
    padding: 50px 40px;
}

.cta-inline {
    text-align: center;
}

.cta-text-lead {
    font-size: 26px;
    font-style: italic;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.cta-link-inline {
    display: inline-block;
    color: #0066cc;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid #0066cc;
    padding-bottom: 4px;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.cta-link-inline:hover {
    color: #004499;
    border-bottom-color: #004499;
}

.collection-card {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
}

.card-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #e8e6e0;
    margin-bottom: 25px;
}

.card-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.card-content h3 {
    font-size: 28px;
    margin-top: 0;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.select-service-btn:hover {
    background-color: #333;
}

.order-form-section {
    background-color: #f9f8f6;
    margin: 60px -40px 0;
    padding: 50px 40px;
}

.selected-collection-display {
    font-size: 20px;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.order-form {
    max-width: 500px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d4cfc3;
    background-color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.disclaimer-text {
    font-size: 15px;
    line-height: 1.6;
    color: #6a6a6a;
    border: 1px solid #e0ddd5;
    padding: 20px;
    background-color: #f9f8f6;
}

.references-list {
    list-style-position: inside;
    margin: 20px 0;
}

.references-list li {
    margin-bottom: 12px;
}

.references-list a {
    color: #0066cc;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.collection-detail-card {
    margin: 60px 0;
}

.card-image-large {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #e8e6e0;
    margin-bottom: 30px;
}

.card-image-large img {
    width: 100%;
    height: 100%;
    display: block;
}

.price-large {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 15px 0 25px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.features-list {
    list-style-position: inside;
    margin: 20px 0 30px;
}

.features-list li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.contact-block {
    margin: 40px 0;
}

.contact-detail {
    margin: 30px 0;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.contact-detail p {
    margin-bottom: 10px;
}

.thanks-message {
    margin: 40px 0;
}

.thanks-cta {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.legal-content ul,
.legal-content ol {
    margin: 20px 0 20px 30px;
}

.legal-content li {
    margin-bottom: 10px;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
}

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

.process-list {
    margin: 25px 0 25px 30px;
}

.process-list li {
    margin-bottom: 18px;
    line-height: 1.6;
}

.site-footer {
    background-color: #2a2a2a;
    color: #d4cfc3;
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

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

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

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #d4cfc3;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 25px 30px;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

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

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

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    min-width: 300px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.cookie-btn {
    padding: 12px 24px;
    border: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

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

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

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

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    .lead-text {
        font-size: 20px;
    }

    .narrow-content {
        padding: 30px 20px;
    }

    .inline-image-right,
    .inline-image-left {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .cta-story-break {
        margin: 40px -20px;
        padding: 30px 20px;
    }

    .order-form-section {
        margin: 40px -20px 0;
        padding: 30px 20px;
    }

    .footer-container {
        flex-direction: column;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}