/* 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: #2a2a2a;
    background-color: #fafaf8;
}

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

a {
    color: #1a5f4a;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0d3d2f;
}

/* Container Styles - Editorial Narrow Layout */
.container-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header - Minimal Editorial Style */
.header-minimal {
    padding: 32px 0;
    border-bottom: 1px solid #e0e0dc;
    background-color: #ffffff;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.brand {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 28px;
}

.nav-links a {
    font-size: 16px;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav-links a:hover,
.nav-links a.active {
    color: #1a5f4a;
}

/* Main Editorial Layout */
.editorial-main {
    padding: 48px 0 80px;
}

.story-article {
    background-color: transparent;
}

/* Hero Editorial */
.hero-editorial {
    padding: 64px 0 48px;
}

.story-title {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    color: #1a1a1a;
}

.story-lead {
    font-size: 22px;
    line-height: 1.5;
    color: #4a4a4a;
    margin-bottom: 40px;
}

/* Story Sections */
.story-section {
    padding: 40px 0;
}

.story-section h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    margin-top: 48px;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.story-section h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 32px;
    font-weight: 600;
}

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

.story-section ul,
.story-section ol {
    margin-bottom: 24px;
    padding-left: 32px;
}

.story-section li {
    margin-bottom: 12px;
}

/* Inline Images - Editorial Style */
.inline-image {
    margin: 48px 0;
    border-radius: 4px;
}

.inline-image-small {
    margin: 32px 0;
    border-radius: 4px;
}

/* Services Preview */
.services-preview {
    padding: 64px 0;
}

.section-intro {
    font-size: 20px;
    color: #5a5a5a;
    margin-bottom: 48px;
}

.service-card {
    padding: 40px 32px;
    margin-bottom: 32px;
    background-color: #ffffff;
    border: 1px solid #e8e8e6;
    border-radius: 2px;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.service-card p {
    margin-bottom: 20px;
    line-height: 1.65;
}

.price-tag {
    font-size: 20px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Buttons */
.btn-select {
    display: inline-block;
    padding: 12px 28px;
    background-color: #1a5f4a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select:hover {
    background-color: #0d3d2f;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a5f4a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}

.btn-primary:hover {
    background-color: #0d3d2f;
    color: #ffffff;
}

.btn-submit {
    display: inline-block;
    padding: 14px 40px;
    background-color: #1a5f4a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

/* Inline CTA */
.cta-inline {
    padding: 32px 0;
}

.link-cta {
    font-size: 20px;
    color: #1a5f4a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.link-cta:hover {
    color: #0d3d2f;
}

/* CTA Section Block */
.cta-section-block {
    padding: 56px 0;
}

.cta-box {
    padding: 48px 40px;
    background-color: #f4f4f2;
    border-left: 4px solid #1a5f4a;
    border-radius: 2px;
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cta-box p {
    margin-bottom: 24px;
    font-size: 18px;
}

/* Testimonial Inline */
.testimonial-inline {
    padding: 48px 0;
}

blockquote {
    padding: 32px 40px;
    background-color: #f9f9f7;
    border-left: 3px solid #1a5f4a;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
}

cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-size: 16px;
    color: #6a6a6a;
}

/* Form Section */
.form-section {
    padding: 64px 0;
}

.booking-form {
    margin-top: 40px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0cc;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a5f4a;
}

.form-group textarea {
    resize: vertical;
}

/* Services List (Services Page) */
.services-list {
    padding: 40px 0;
}

.service-detailed {
    margin-bottom: 64px;
    padding-bottom: 56px;
    border-bottom: 1px solid #e8e8e6;
}

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

.service-image {
    margin-bottom: 32px;
    border-radius: 4px;
}

.service-detailed h2 {
    font-size: 34px;
    margin-bottom: 16px;
    font-weight: 600;
}

.price-prominent {
    font-size: 26px;
    font-weight: 600;
    color: #1a5f4a;
    margin-bottom: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.service-description {
    font-size: 19px;
    line-height: 1.65;
    margin-bottom: 32px;
}

.service-details {
    padding: 24px 28px;
    background-color: #f9f9f7;
    border-radius: 2px;
    margin-bottom: 32px;
}

.service-details p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.service-details p:last-child {
    margin-bottom: 0;
}

/* Contact Section */
.contact-section {
    padding: 40px 0;
}

.contact-info {
    margin-top: 32px;
}

.contact-item {
    margin-bottom: 48px;
}

.contact-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.contact-item p {
    margin-bottom: 8px;
    line-height: 1.6;
}

.contact-note {
    font-size: 16px;
    color: #6a6a6a;
    margin-top: 12px;
    font-style: italic;
}

/* Page Hero */
.page-hero {
    padding: 56px 0 40px;
}

.page-hero h1 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -1.2px;
}

/* Thanks Page */
.thanks-hero {
    padding: 64px 0 40px;
}

.thanks-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: #1a5f4a;
}

.selected-service-box {
    padding: 24px 28px;
    background-color: #f0f7f4;
    border-left: 4px solid #1a5f4a;
    margin: 40px 0;
    border-radius: 2px;
}

.selected-service-box h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #1a5f4a;
}

.selected-service-box p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Final CTA */
.final-cta {
    padding: 40px 0;
    text-align: center;
}

.final-cta p {
    font-size: 18px;
}

/* Info Section */
.info-section {
    padding: 40px 0;
    background-color: #f9f9f7;
    margin: 64px 0;
}

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

/* Legal Article */
.legal-article {
    padding: 40px 0;
}

.legal-article h1 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 600;
}

.last-updated {
    font-size: 16px;
    color: #6a6a6a;
    margin-bottom: 48px;
    font-style: italic;
}

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

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 28px;
    font-weight: 600;
    color: #2a2a2a;
}

.legal-section p {
    margin-bottom: 16px;
    line-height: 1.65;
}

.legal-section ul {
    margin-bottom: 20px;
    padding-left: 32px;
}

.legal-section li {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Footer Editorial */
.footer-editorial {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 56px 0 32px;
    margin-top: 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}

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

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-weight: 600;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.5;
    color: #b0b0b0;
}

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

.footer-col li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #b0b0b0;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #3a3a3a;
}

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    z-index: 1000;
    display: none;
    border-top: 2px solid #1a5f4a;
}

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

.cookie-content {
    max-width: 1000px;
    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;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #1a5f4a;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #0d3d2f;
}

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

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

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .story-title {
        font-size: 36px;
    }

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

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

    .nav-editorial {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 20px;
    }

    .service-card {
        padding: 28px 24px;
    }

    .service-card h3 {
        font-size: 23px;
    }

    .cta-box {
        padding: 32px 24px;
    }

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

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

    .cookie-buttons {
        justify-content: stretch;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

    blockquote {
        padding: 24px 28px;
        font-size: 18px;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .service-detailed h2 {
        font-size: 28px;
    }

    .price-prominent {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 17px;
    }

    .story-title {
        font-size: 30px;
    }

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

    .header-minimal {
        padding: 20px 0;
    }

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

    .service-card {
        padding: 24px 20px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 15px;
    }
}
