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

.nav-editorial {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    padding: 1.2rem 0;
}

.nav-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 1.3rem;
    font-weight: 600;
    color: #8b4513;
    text-decoration: none;
    letter-spacing: 0.5px;
}

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

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

.nav-links a:hover {
    color: #8b4513;
}

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 1.5rem 5rem;
}

.article-hero {
    margin-bottom: 3rem;
}

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

.intro-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.inline-image {
    margin: 3rem 0;
}

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

.inline-image figcaption {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    text-align: center;
}

.inline-image.full-width {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: calc(100% + 3rem);
}

.inline-image.full-width img {
    border-radius: 0;
}

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

.text-section h2 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.text-section p {
    margin-bottom: 1.3rem;
}

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

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

.cta-link:hover {
    background-color: #6b3410;
}

.story-section {
    margin: 4rem 0;
}

.story-grid {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.story-text {
    flex: 1;
}

.story-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.story-text p {
    margin-bottom: 1rem;
}

.story-image {
    flex: 0 0 280px;
}

.story-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.services-embedded {
    margin: 5rem 0;
    padding: 3rem 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.services-embedded h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-intro {
    margin-bottom: 3rem;
    font-size: 1.1rem;
    color: #555;
}

.service-card {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 4px solid #8b4513;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;
}

.service-header h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    flex: 1;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #8b4513;
    white-space: nowrap;
    margin-left: 1rem;
}

.service-card p {
    margin-bottom: 1.5rem;
    color: #555;
}

.service-cta {
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
}

.service-cta:hover {
    background-color: #8b4513;
}

.testimonial-section {
    margin: 4rem 0;
    padding: 2.5rem;
    background-color: #f5f1ed;
    border-left: 5px solid #8b4513;
}

.testimonial-section blockquote {
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}

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

.philosophy-section {
    margin: 4rem 0;
}

.philosophy-section h2 {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.philosophy-section p {
    margin-bottom: 1.3rem;
}

.practical-info {
    margin: 4rem 0;
}

.practical-info h2 {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.info-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.info-block h4 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
    color: #8b4513;
}

.info-block p {
    color: #555;
}

.form-section {
    margin: 5rem 0;
    padding: 3rem 2.5rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.form-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-intro {
    margin-bottom: 2.5rem;
    color: #555;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.8rem;
    font-size: 1rem;
    font-family: inherit;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fafafa;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #8b4513;
    background-color: #fff;
}

.btn-submit {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    background-color: #8b4513;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.closing-section {
    margin: 4rem 0 2rem;
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    color: #666;
}

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

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-brand h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    font-size: 0.9rem;
    color: #999;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 2rem;
}

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

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

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

.btn-cookie {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.btn-cookie.accept {
    background-color: #8b4513;
    color: #fff;
}

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

.btn-cookie:hover {
    opacity: 0.85;
}

@media (max-width: 768px) {
    .article-hero h1 {
        font-size: 2.2rem;
    }

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

    .story-grid {
        flex-direction: column;
    }

    .story-image {
        flex: 1 1 auto;
        width: 100%;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .price {
        margin-left: 0;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .form-section {
        padding: 2rem 1.5rem;
    }
}

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

    .article-hero h1 {
        font-size: 1.8rem;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .editorial-content {
        padding: 2rem 1rem 3rem;
    }

    .service-card {
        padding: 1.5rem;
    }

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

    .btn-cookie {
        width: 100%;
    }
}