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

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

p {
    margin-bottom: 1.3rem;
}

a {
    color: #8b5a3c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #5d3a26;
}

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

ul {
    margin-bottom: 1.3rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

/* Container Layouts - Editorial Style */
.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

.story-flow {
    padding-bottom: 4rem;
}

/* Header - Minimal Design */
.header-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.brand {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.6rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.nav-inline {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.nav-inline a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #4a4a4a;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-inline a:hover {
    color: #8b5a3c;
}

/* Hero - Editorial Style */
.hero-editorial {
    margin-bottom: 3rem;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #e8e8e8;
    overflow: hidden;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
}

.hero-title {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.hero-intro {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Story Sections */
.story-section {
    margin-top: 3rem;
}

.opening-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
    font-weight: 400;
}

.inline-image-block {
    margin: 2.5rem 0;
    background-color: #f5f5f5;
}

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

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

.inline-cta {
    background-color: #f9f7f4;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 3px solid #8b5a3c;
}

.cta-text {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.text-link {
    color: #8b5a3c;
    font-weight: 600;
    border-bottom: 2px solid #8b5a3c;
    transition: all 0.3s ease;
}

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

/* Insight Box */
.insight-box {
    background-color: #fff8f0;
    border: 1px solid #f0d9b5;
    padding: 2rem;
    margin: 2.5rem 0;
}

.insight-box h3 {
    margin-top: 0;
    color: #8b5a3c;
}

.citation {
    color: #8b5a3c;
    font-weight: 600;
    border-bottom: 1px dotted #8b5a3c;
}

.citation:hover {
    border-bottom-style: solid;
}

/* Services - Editorial Cards */
.services-inline {
    margin: 3rem 0;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin-bottom: 3rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.service-card-editorial:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card-editorial img {
    width: 100%;
    background-color: #e8e8e8;
}

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

.service-card-editorial p {
    padding: 0 1.5rem;
    color: #4a4a4a;
}

.service-price {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #8b5a3c;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
}

.btn-select {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    background-color: #8b5a3c;
    color: #ffffff;
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 1.5rem 1.5rem 1.5rem;
}

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

/* Trust Section */
.trust-section {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.testimonial-inline {
    margin: 2rem 0;
}

.testimonial-text {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 0.8rem;
}

.testimonial-author {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #666;
    font-weight: 600;
}

/* Composition Box */
.composition-box {
    background-color: #f5f5f5;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.composition-box h3 {
    margin-top: 0;
}

.composition-box ul {
    margin-bottom: 0;
}

/* CTA Section */
.cta-section-inline {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 3rem 2rem;
    margin: 3rem -1.5rem 0 -1.5rem;
    text-align: center;
}

.cta-section-inline h2 {
    color: #ffffff;
    margin-top: 0;
}

.cta-section-inline p {
    color: #e0e0e0;
}

/* Form Section */
.form-section {
    background-color: #f9f7f4;
    padding: 3rem 0;
    margin-top: 3rem;
}

.form-intro {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.editorial-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-group label {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background-color: #f5f5f5;
    color: #666;
}

.btn-submit {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    background-color: #8b5a3c;
    color: #ffffff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

/* Disclaimer */
.disclaimer-section {
    background-color: #fffaef;
    border: 1px solid #f0d9b5;
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.disclaimer-section h3 {
    margin-top: 0;
    color: #8b5a3c;
}

.disclaimer-text {
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 0;
}

/* References */
.references-section {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.references-section h3 {
    margin-top: 0;
}

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

.references-list li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}

.references-list li::before {
    content: "[" counter(list-item) "]";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #8b5a3c;
}

.references-list a {
    color: #4a4a4a;
    border-bottom: 1px dotted #8b5a3c;
}

.references-list a:hover {
    color: #8b5a3c;
    border-bottom-style: solid;
}

/* Footer */
.footer-minimal {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 2.5rem 0;
    margin-top: 4rem;
}

.footer-content {
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    color: #e0e0e0;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-text {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 0;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
    flex: 1;
    min-width: 250px;
}

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

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

.btn-accept,
.btn-reject {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    padding: 0.7rem 1.5rem;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
}

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

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

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

.btn-reject:hover {
    background-color: #3a3a3a;
}

/* About Page Specific */
.about-intro {
    margin-top: 3rem;
}

.value-block {
    background-color: #f9f7f4;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 3px solid #8b5a3c;
}

.value-block h3 {
    margin-top: 0;
    color: #8b5a3c;
}

.values-inline {
    margin: 2.5rem 0;
}

.cta-inline-about p {
    font-size: 1.1rem;
    margin-top: 2rem;
}

/* Services Page Specific */
.page-intro {
    margin-top: 3rem;
}

.services-detailed {
    margin-top: 3rem;
}

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-image-wrapper {
    margin-bottom: 2rem;
    background-color: #e8e8e8;
}

.service-info h2 {
    margin-top: 0;
}

.service-description {
    font-size: 1.1rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.price-display {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #8b5a3c;
    margin: 1.5rem 0;
}

.material-guidance {
    margin-top: 4rem;
    padding: 2rem;
    background-color: #f9f7f4;
    border-radius: 4px;
}

.guidance-block {
    margin: 2rem 0;
    padding-left: 1rem;
    border-left: 3px solid #8b5a3c;
}

.guidance-block h3 {
    margin-top: 0;
    color: #8b5a3c;
}

.form-section-services {
    margin-top: 4rem;
    padding: 3rem 2rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/* Contact Page Specific */
.contact-intro {
    margin-top: 3rem;
}

.contact-details {
    margin: 3rem 0;
}

.contact-block {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f9f7f4;
    border-left: 3px solid #8b5a3c;
}

.contact-block h2 {
    margin-top: 0;
    color: #8b5a3c;
}

.email-display {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #2c2c2c;
    background-color: #f5f5f5;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 3px;
}

.email-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.note-text {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

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

.info-list {
    background-color: #f5f5f5;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 4px;
}

.visit-info {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fffaef;
    border: 1px solid #f0d9b5;
    border-radius: 4px;
}

.cta-inline-contact {
    margin-top: 3rem;
    padding: 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
}

.cta-inline-contact p {
    margin-bottom: 0;
    font-size: 1.1rem;
}

.cta-inline-contact .text-link {
    color: #ffd89b;
    border-bottom-color: #ffd89b;
}

.cta-inline-contact .text-link:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

/* Thanks Page Specific */
.thanks-content {
    margin-top: 3rem;
    padding: 3rem 2rem;
    background-color: #f9f7f4;
    border-radius: 4px;
    text-align: center;
}

.confirmation-text {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.service-confirmation {
    background-color: #fff8f0;
    border: 1px solid #f0d9b5;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.service-confirmation strong {
    color: #8b5a3c;
}

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

.step-block {
    background-color: #ffffff;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 3px solid #8b5a3c;
}

.step-block h3 {
    margin-top: 0;
    color: #8b5a3c;
}

.additional-info {
    text-align: left;
    margin: 3rem 0;
}

.return-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #8b5a3c;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #5d3a26;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #8b5a3c;
    border: 2px solid #8b5a3c;
}

.btn-secondary:hover {
    background-color: #8b5a3c;
    color: #ffffff;
}

/* Legal Pages */
.legal-content {
    margin-top: 3rem;
    max-width: 800px;
}

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

.legal-box {
    background-color: #f9f7f4;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.legal-box h4 {
    margin-top: 0;
    color: #8b5a3c;
}

.cookie-table {
    margin: 2rem 0;
}

.cookie-row {
    background-color: #f9f7f4;
    padding: 1.5rem;
    margin: 1rem 0;
    border-left: 3px solid #8b5a3c;
}

.cookie-name {
    font-family: 'Courier New', monospace;
    margin-bottom: 0.5rem;
}

.cookie-details p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

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

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-intro {
        font-size: 1.1rem;
    }

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

    .nav-inline {
        width: 100%;
        flex-wrap: wrap;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-actions {
        width: 100%;
        justify-content: stretch;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }

    .service-card-editorial h3 {
        font-size: 1.3rem;
    }

    .service-price,
    .price-display {
        font-size: 1.4rem;
    }

    .return-links {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }

    .cta-section-inline {
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1.5rem;
    }
}