/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

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

a:hover {
    color: #2d5038;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all 0.3s ease;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 44, 44, 0.97);
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1 1 60%;
    margin: 0;
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

/* Header and Navigation */
.header-editorial {
    padding: 1rem 2rem;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
}

.ad-disclosure {
    text-align: center;
    font-size: 0.75rem;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: #f9f9f9;
}

.nav-minimal {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2c2c2c;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #555;
}

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

/* Editorial Content Structure */
.editorial-content {
    max-width: 100%;
}

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

/* Hero Editorial */
.hero-editorial {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    background-color: #e8e5e0;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-text-overlay h1 {
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    line-height: 1.2;
}

.subheading {
    font-size: 1.3rem;
    font-weight: 300;
    font-style: italic;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

/* Story Sections */
.story-intro,
.insight-section,
.benefit-narrative,
.offerings-narrative,
.trust-section,
.approach-section,
.values-section,
.services-detail,
.contact-section,
.thanks-section,
.ingredients-section,
.faq-section {
    padding: 4rem 0;
}

.intro-paragraph {
    font-size: 1.35rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 2.5rem 0 1.5rem;
    color: #2c2c2c;
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 2rem 0 1rem;
    color: #3a3a3a;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

/* Inline Images */
.inline-image-wrap {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

.inline-image-wrap img {
    width: 100%;
    margin-bottom: 0.75rem;
}

.image-caption {
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
    text-align: center;
    padding: 1rem;
    margin: 0;
}

/* Image Break */
.image-break {
    width: 100%;
    margin: 4rem 0;
    background-color: #e8e5e0;
}

.image-break img {
    width: 100%;
    max-height: 70vh;
    object-fit: cover;
}

/* Inline CTA Soft */
.inline-cta-soft {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f9f7f4;
    border-left: 3px solid #4a7c59;
}

.cta-whisper {
    font-size: 1.15rem;
    font-style: italic;
    color: #4a7c59;
    margin: 0;
}

/* Testimonials */
.testimonial-inline {
    margin: 2.5rem 0;
    padding: 2rem 2.5rem;
    background-color: #fafafa;
    border-left: 4px solid #d4c5b9;
}

.testimonial-inline blockquote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
}

.testimonial-inline p {
    margin-bottom: 1rem;
}

.testimonial-inline cite {
    display: block;
    font-size: 0.95rem;
    font-style: normal;
    color: #888;
    margin-top: 1rem;
}

.testimonial-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-grid blockquote {
    padding: 1.5rem;
    background-color: #fafafa;
    border-left: 3px solid #4a7c59;
}

.testimonial-grid p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #555;
}

.testimonial-grid cite {
    display: block;
    font-size: 0.9rem;
    font-style: normal;
    color: #888;
}

/* Service Cards Editorial */
.service-card-editorial {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
    align-items: flex-start;
}

.service-card-editorial.reverse {
    flex-direction: row-reverse;
}

.service-image-left,
.service-image-right {
    flex: 1 1 45%;
    background-color: #f0ece7;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
}

.service-text-right,
.service-text-left {
    flex: 1 1 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.service-card-editorial h3 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.service-card-editorial p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.service-benefit {
    font-style: italic;
    color: #5a7c64;
    font-size: 0.95rem;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c2c2c;
    margin: 1.5rem 0 1rem;
}

.btn-service {
    background-color: #4a7c59;
    color: #ffffff;
    padding: 0.8rem 2rem;
    font-size: 1rem;
    border-radius: 3px;
    align-self: flex-start;
}

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

/* Form Section */
.form-section {
    padding: 4rem 0;
    background-color: #faf9f7;
}

.form-intro {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 2rem;
}

.editorial-form {
    margin-top: 2rem;
}

.form-notice {
    padding: 1rem;
    background-color: #fff3cd;
    border: 1px solid #ffd966;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #856404;
    display: none;
}

.form-notice.show {
    display: block;
}

.form-notice.success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #ffffff;
}

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

.btn-submit {
    background-color: #4a7c59;
    color: #ffffff;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    border-radius: 3px;
    margin-top: 1rem;
}

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

.btn-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Disclaimer and References */
.disclaimer-section,
.references-section {
    padding: 3rem 0;
    background-color: #f5f5f5;
}

.disclaimer {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.references-list {
    list-style-position: inside;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.8;
}

.references-list a {
    color: #4a7c59;
}

/* Simple Pages */
.page-hero-simple {
    padding: 4rem 2rem 2rem;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.page-hero-simple h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

/* CTA Simple */
.cta-simple {
    padding: 2rem 0;
    text-align: center;
}

.cta-simple p {
    font-size: 1.1rem;
}

/* Services Detail Page */
.services-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
}

.service-full-card {
    margin: 4rem 0;
    border-top: 1px solid #e8e8e8;
    padding-top: 3rem;
}

.service-full-card.featured {
    background-color: #faf9f7;
    padding: 3rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

.service-full-image {
    margin-bottom: 2rem;
    background-color: #f0ece7;
}

.service-tagline {
    font-size: 1.15rem;
    color: #5a7c64;
    font-style: italic;
    margin-bottom: 2rem;
}

.service-list {
    list-style-position: inside;
    margin: 1rem 0 2rem;
    line-height: 1.8;
}

.service-footer {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.price-note {
    display: block;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
}

.btn-service-link {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-service-link.primary {
    background-color: #2d5038;
}

.btn-service-link.primary:hover {
    background-color: #3d6048;
}

/* Ingredients and FAQ */
.ingredients-list {
    list-style-position: inside;
    line-height: 1.9;
    margin: 1rem 0;
}

.faq-item {
    margin: 2.5rem 0;
}

.faq-item h3 {
    margin-top: 0;
}

/* Contact Page */
.contact-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 3rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 3rem 0;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.address-text,
.hours-text {
    line-height: 1.8;
    color: #555;
}

.email-display {
    font-size: 1.1rem;
    color: #4a7c59;
    font-family: 'Courier New', monospace;
}

.visit-note,
.response-note,
.hours-note {
    font-size: 0.95rem;
    color: #888;
    margin-top: 0.5rem;
}

.contact-info-section,
.shipping-info {
    margin: 3rem 0;
}

.info-item {
    margin: 2rem 0;
}

.info-item h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

/* Thanks Page */
.thanks-section {
    padding: 4rem 0;
}

.thanks-content h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.thanks-message {
    font-size: 1.2rem;
    text-align: center;
    color: #555;
    margin-bottom: 3rem;
}

.order-details {
    background-color: #f9f7f4;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #4a7c59;
}

.order-details h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.selected-service {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2c2c2c;
}

.next-steps {
    margin: 3rem 0;
}

.step-item {
    margin: 2.5rem 0;
}

.step-item h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: #4a7c59;
}

.support-section {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
}

.continue-browsing {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.05rem;
}

/* Legal Pages */
.legal-page {
    padding: 2rem 0;
}

.legal-date {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-bottom: 2rem;
}

.legal-section {
    margin: 2.5rem 0;
}

.legal-section ul {
    margin: 1rem 0 1rem 2rem;
    line-height: 1.8;
}

.legal-section li {
    margin: 0.5rem 0;
}

.value-block {
    margin: 2rem 0;
}

.value-block h3 {
    margin-top: 0;
}

.cookie-table h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

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

.cookie-details-table th,
.cookie-details-table td {
    padding: 0.8rem;
    text-align: left;
    border: 1px solid #ddd;
}

.cookie-details-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

/* Footer */
.footer-minimal {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 3rem 2rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-brand {
    flex: 1 1 300px;
}

.brand-name {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-family: Georgia, serif;
}

.footer-address {
    line-height: 1.7;
    color: #aaa;
    margin-bottom: 1rem;
}

.footer-email {
    color: #aaa;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}

.footer-nav {
    flex: 1 1 300px;
}

.footer-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.footer-nav a {
    color: #aaa;
    font-size: 0.9rem;
}

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 2.5rem;
    }

    .subheading {
        font-size: 1.1rem;
    }

    .nav-minimal {
        flex-direction: column;
        gap: 1rem;
    }

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

    .service-card-editorial,
    .service-card-editorial.reverse {
        flex-direction: column;
    }

    .narrow-column {
        padding: 0 1.5rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .page-hero-simple h1 {
        font-size: 2.3rem;
    }

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

    .cookie-content p {
        flex: 1 1 100%;
    }

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

    .cookie-details-table {
        font-size: 0.85rem;
    }

    .cookie-details-table th,
    .cookie-details-table td {
        padding: 0.5rem;
    }
}