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

.ad-disclosure {
    background-color: #f0f0f0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    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: 24px;
    font-weight: bold;
    color: #2a2a2a;
    text-decoration: none;
    letter-spacing: 1px;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2a2a2a;
}

.editorial-content {
    background-color: #ffffff;
}

.hero-editorial {
    margin-bottom: 60px;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.hero-text-narrow h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 400;
}

.lead-text {
    font-size: 22px;
    color: #666;
    font-style: italic;
    line-height: 1.6;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.story-section {
    padding: 60px 0;
}

.opening-paragraph {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.story-section p {
    margin-bottom: 25px;
}

.story-section h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    font-weight: 400;
    line-height: 1.3;
}

.story-section h3 {
    font-size: 24px;
    margin: 35px 0 20px;
    font-weight: 500;
}

.inline-image-block {
    margin: 50px -30px;
    overflow: hidden;
}

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

.image-caption {
    padding: 20px 30px;
    font-size: 16px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 30px 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #d4a574;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 16px;
    color: #666;
}

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

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

.trust-indicators {
    background-color: #f8f4f0;
    padding: 80px 0;
}

.trust-indicators h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

.trust-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.trust-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.trust-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.testimonials-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

.testimonial-card {
    margin-bottom: 40px;
    padding: 35px;
    background-color: #fafafa;
    border-radius: 4px;
}

.testimonial-card p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-card cite {
    font-style: normal;
    font-size: 16px;
    color: #666;
}

.benefits-reveal {
    background-color: #f0f4f3;
    padding: 80px 0;
}

.benefits-reveal h2 {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 400;
}

.benefit-item {
    margin-bottom: 40px;
}

.benefit-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.benefit-item p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

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

.collections-preview h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}

.section-intro {
    font-size: 20px;
    color: #666;
    margin-bottom: 50px;
}

.service-cards-editorial {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0 30px;
}

.service-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.card-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

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

.card-content {
    padding: 40px;
}

.card-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.card-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

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

.select-service-btn {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.order-section {
    background-color: #f9f6f2;
    padding: 80px 0;
}

.order-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
}

.order-section > .narrow-column > p {
    font-size: 19px;
    margin-bottom: 40px;
    color: #555;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    width: 100%;
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 18px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #fff9e6;
    padding: 50px 0;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

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

.references-section h3 {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500;
}

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

.references-list li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

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

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

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

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

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-column h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
}

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

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

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 25px 30px;
    z-index: 1000;
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.cookie-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.cookie-btn {
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background-color: #2a2a2a;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #333;
}

.cookie-btn.reject:hover {
    background-color: #d0d0d0;
}

.cookie-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.page-header {
    background-color: #f8f4f0;
    padding: 80px 0 60px;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
}

.value-blocks {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 50px 0;
}

.value-item {
    padding: 30px;
    background-color: #fafafa;
    border-left: 4px solid #d4a574;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.value-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.cta-section-about {
    background-color: #f8f4f0;
    padding: 80px 0;
    text-align: center;
}

.cta-section-about h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cta-section-about p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #555;
}

.cta-button {
    display: inline-block;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

.cta-button-secondary {
    display: inline-block;
    background-color: #e0e0e0;
    color: #2a2a2a;
    padding: 16px 40px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-left: 15px;
}

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

.services-intro {
    padding: 40px 0;
}

.services-intro p {
    font-size: 19px;
    line-height: 1.7;
    color: #555;
}

.services-detailed {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 30px;
}

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

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

.service-detail-image {
    flex: 1;
    border-radius: 4px;
    overflow: hidden;
}

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

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 500;
}

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

.service-detail-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    font-weight: 500;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.ingredient-list {
    list-style: none;
    padding-left: 0;
}

.ingredient-list li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 25px;
    position: relative;
}

.ingredient-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #d4a574;
    font-size: 20px;
}

.usage-guide {
    background-color: #f9f6f2;
    padding: 80px 0;
}

.usage-guide h2 {
    font-size: 36px;
    margin-bottom: 25px;
    font-weight: 400;
}

.usage-guide > .narrow-column > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.usage-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.usage-step {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.usage-step h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 500;
}

.usage-step p {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.contact-info-section {
    padding: 60px 0;
}

.contact-block,
.legal-block {
    margin-bottom: 35px;
}

.contact-block h3,
.legal-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
}

.contact-block p,
.legal-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.email-display {
    font-weight: 600;
    color: #2a2a2a;
    font-size: 18px;
}

.email-note {
    font-size: 15px;
    color: #777;
    font-style: italic;
    margin-top: 10px;
}

.thanks-page {
    min-height: 60vh;
}

.thanks-container {
    padding: 80px 0;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #4caf50;
    color: #ffffff;
    font-size: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 400;
}

.thanks-message {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.thanks-details {
    margin-bottom: 50px;
    font-size: 17px;
    color: #666;
}

.selected-service-confirmation {
    background-color: #f0f4f3;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.next-steps {
    text-align: left;
    margin-bottom: 50px;
}

.next-steps h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 400;
}

.step-item {
    margin-bottom: 30px;
}

.step-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

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

.contact-support {
    font-size: 16px;
    color: #666;
}

.contact-support .email-display {
    margin-top: 10px;
}

.legal-page {
    background-color: #ffffff;
}

.legal-intro {
    font-size: 16px;
    color: #777;
    font-style: italic;
    margin-bottom: 40px;
}

.legal-section {
    margin-bottom: 50px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
}

.legal-section h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    font-weight: 500;
}

.legal-section p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}

.legal-section ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-section ul li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

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

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
}

.cookies-table thead {
    background-color: #f0f0f0;
}

.cookies-table th,
.cookies-table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.cookies-table th {
    font-weight: 600;
    color: #333;
}

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

#reopenCookieBanner {
    margin: 20px 0;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-text-narrow {
        margin-top: 0;
        padding: 30px 25px;
    }

    .hero-text-narrow h1 {
        font-size: 32px;
    }

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

    .narrow-column {
        padding: 0 20px;
    }

    .story-section h2 {
        font-size: 28px;
    }

    .inline-image-block {
        margin: 40px -20px;
    }

    .service-detail-item,
    .service-detail-item.reverse {
        flex-direction: column;
        gap: 30px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

    .cookie-actions {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .cta-button-secondary {
        margin-left: 0;
    }

    .cookies-table {
        font-size: 14px;
    }

    .cookies-table th,
    .cookies-table td {
        padding: 10px;
    }
}