* {
    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;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #4a7c59;
    color: #ffffff;
}

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

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

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

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e6;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand-logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

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

.main-nav a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #4a7c59;
}

.ad-disclosure {
    font-size: 12px;
    color: #666;
    font-style: italic;
}

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

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-intro {
    padding: 80px 0 60px;
}

.story-intro h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 700;
}

.intro-lead {
    font-size: 21px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 48px;
}

.story-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 4px;
    object-fit: cover;
    background-color: #e8e8e6;
}

.narrow-column p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.insight-block {
    padding: 60px 0;
    background-color: #f5f5f3;
}

.insight-block h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-quote {
    border-left: 4px solid #4a7c59;
    padding-left: 28px;
    margin: 36px 0;
    font-size: 20px;
    font-style: italic;
    color: #2c2c2c;
    line-height: 1.6;
}

.citation {
    color: #4a7c59;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.citation:hover {
    color: #5a8c69;
    text-decoration: underline;
}

.visual-break {
    margin: 80px 0;
}

.full-width-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e8e8e6;
}

.problem-amplification {
    padding: 60px 0;
}

.problem-amplification h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-cta {
    margin: 40px 0;
    text-align: center;
}

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

.text-link-cta:hover {
    color: #5a8c69;
    border-bottom-color: #5a8c69;
}

.science-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.science-section h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.trust-builder {
    padding: 60px 0;
    background-color: #f5f5f3;
}

.trust-builder h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.testimonial-inline {
    background-color: #ffffff;
    padding: 32px;
    margin: 40px 0;
    border-radius: 4px;
    border-left: 4px solid #4a7c59;
}

.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 16px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #666;
    font-weight: 600;
}

.collections-reveal {
    padding: 80px 0;
    background-color: #ffffff;
}

.collections-reveal h2 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center;
}

.collection-cards {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.collection-card {
    background-color: #fafaf8;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.collection-card:hover {
    transform: translateY(-4px);
}

.collection-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background-color: #e8e8e6;
}

.collection-card h3 {
    font-size: 28px;
    margin: 24px 24px 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.collection-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0 24px 16px;
}

.collection-price {
    font-size: 24px;
    font-weight: 700;
    color: #4a7c59;
    margin: 0 24px 24px;
}

.select-service-btn {
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 24px 24px;
    border-radius: 4px;
}

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

.select-service-btn.selected {
    background-color: #2c5a3d;
}

.preparation-wisdom {
    padding: 60px 0;
    background-color: #f5f5f3;
}

.preparation-wisdom h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.final-invitation {
    padding: 60px 0;
    background-color: #ffffff;
}

.final-invitation h2 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 28px;
    color: #1a1a1a;
    font-weight: 600;
}

.form-invitation {
    margin-top: 48px;
    padding: 32px;
    background-color: #f5f5f3;
    border-radius: 4px;
}

.form-invitation h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-invitation p {
    font-size: 16px;
    color: #4a4a4a;
}

.order-form-section {
    padding: 60px 0 80px;
    background-color: #fafaf8;
}

.editorial-form {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0ce;
    border-radius: 4px;
    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: #4a7c59;
}

.submit-btn {
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 100%;
}

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

.disclaimer-section {
    padding: 60px 0;
    background-color: #f5f5f3;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    padding: 24px;
    background-color: #ffffff;
    border-left: 4px solid #d0d0ce;
    border-radius: 4px;
}

.references-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.references-list {
    padding-left: 24px;
}

.references-list li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
}

.references-list a {
    color: #4a7c59;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references-list a:hover {
    color: #5a8c69;
    text-decoration: underline;
}

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

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0ce;
    margin-bottom: 8px;
}

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

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

.footer-links a {
    color: #d0d0ce;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

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

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        flex-direction: column;
        gap: 16px;
    }

    .story-intro h1 {
        font-size: 36px;
    }

    .intro-lead {
        font-size: 18px;
    }

    h2 {
        font-size: 28px;
    }

    .collection-card {
        margin-bottom: 32px;
    }

    .editorial-form {
        padding: 32px 24px;
    }

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

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