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

body {
    font-family: 'Georgia', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafaf8;
}

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

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

.logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #8b7355;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f3;
    border-radius: 3px;
}

.editorial-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.editorial-article {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.hero-editorial {
    margin-bottom: 2rem;
}

.hero-content-narrow {
    margin-bottom: 2.5rem;
}

.hero-content-narrow h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.lead-text {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.8;
}

.inline-image {
    width: 100%;
    margin: 2rem 0;
    background-color: #e8e8e6;
}

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

.content-block {
    margin: 3rem 0;
}

.text-narrow {
    max-width: 100%;
}

.text-narrow h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 400;
}

.text-narrow h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #2c2c2c;
    font-weight: 500;
}

.text-narrow p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

.citation {
    color: #8b7355;
    text-decoration: none;
    font-weight: 500;
}

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

.inline-cta {
    text-align: center;
    margin: 2.5rem 0;
}

.cta-inline {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.cta-inline:hover {
    background-color: #6d5a43;
}

.image-text-offset {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.side-image {
    width: 100%;
    background-color: #e8e8e6;
}

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

.offset-text {
    padding: 1rem 0;
}

.offset-text h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 400;
}

.offset-text p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.testimonial-embed {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f5f5f3;
    border-left: 4px solid #8b7355;
}

.testimonial {
    font-style: italic;
}

.testimonial p {
    font-size: 1.15rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.testimonial cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
}

.services-editorial {
    margin: 4rem 0;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2.5rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e8e8e6;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 300px;
    background-color: #e8e8e6;
}

.service-content {
    padding: 2rem;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 500;
}

.service-content p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1rem;
}

.service-price {
    font-size: 1.4rem;
    color: #8b7355;
    font-weight: 600;
    margin: 1.5rem 0;
}

.service-select {
    padding: 0.8rem 1.8rem;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.service-select:hover {
    background-color: #6d5a43;
}

.form-editorial {
    margin-top: 2.5rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid #e8e8e6;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    color: #2c2c2c;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d0d0ce;
    border-radius: 3px;
    font-size: 1rem;
    font-family: 'Georgia', serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8b7355;
}

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.ingredient-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.ingredient-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #e8e8e6;
    font-size: 1rem;
}

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

.disclaimer-section {
    margin: 3rem 0;
}

.disclaimer-box {
    padding: 1.5rem;
    background-color: #fff8e1;
    border-left: 4px solid #d4a574;
}

.disclaimer-box p {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.6;
}

.references-section {
    margin: 3rem 0;
}

.references-list {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.references-list li {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.references-list a {
    color: #8b7355;
    text-decoration: none;
}

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

.footer {
    background-color: #2c2c2c;
    color: #d0d0ce;
    padding: 3rem 0 1rem;
    margin-top: 5rem;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section a {
    color: #d0d0ce;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-cookie {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-cookie.accept {
    background-color: #8b7355;
    color: #ffffff;
}

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

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

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

.thanks-container {
    max-width: 720px;
    margin: 5rem auto;
    padding: 3rem 2rem;
    text-align: center;
}

.thanks-container h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.thanks-container p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.thanks-container .back-link {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.9rem 2rem;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.thanks-container .back-link:hover {
    background-color: #6d5a43;
}

@media (min-width: 768px) {
    .image-text-offset {
        flex-direction: row;
        align-items: flex-start;
    }

    .side-image {
        width: 40%;
        flex-shrink: 0;
    }

    .offset-text {
        flex: 1;
        padding: 1rem 0 1rem 2rem;
    }
}

@media (max-width: 768px) {
    .hero-content-narrow h1 {
        font-size: 2rem;
    }

    .nav {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .ad-disclosure {
        width: 100%;
        margin-top: 1rem;
        text-align: center;
    }

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

    .cookie-actions {
        justify-content: center;
    }
}