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

.ad-notice {
    background-color: #f4f4f0;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0d8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.floating-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    padding: 24px 20px;
    background-color: #fdfdf9;
    border-bottom: 1px solid #e8e8e0;
    position: sticky;
    top: 37px;
    z-index: 99;
}

.floating-nav a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 1200px;
    margin: 0 auto;
}

.story-header {
    margin-bottom: 60px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #d4c4b0;
}

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

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 40px;
}

.hero-overlay h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
    max-width: 800px;
    letter-spacing: 1px;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.5px;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

.story-intro {
    margin-bottom: 50px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 28px;
    color: #3a3a3a;
}

.story-section {
    margin-bottom: 70px;
}

.story-section h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 48px;
    color: #2a2a2a;
}

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

.inline-figure {
    margin: 60px 0;
    background-color: #ebe9e3;
}

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

.inline-figure figcaption {
    padding: 16px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    display: block;
    object-fit: cover;
}

.cta-inline {
    text-align: center;
    padding: 50px 20px;
    background-color: #f7f5f0;
    margin: 60px 0;
}

.cta-inline p {
    font-size: 20px;
    margin-bottom: 20px;
    color: #444;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8b7355;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.8px;
    transition: background-color 0.3s ease;
    margin: 8px;
}

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

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e8e8e0;
    padding: 0;
    overflow: hidden;
}

.service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    background-color: #e0d8c8;
}

.service-card h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 28px 28px 16px;
    color: #2a2a2a;
}

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    margin: 0 28px 16px;
    color: #555;
}

.service-card .price {
    font-size: 24px;
    font-weight: 600;
    color: #8b7355;
    margin: 20px 28px;
}

.select-service {
    width: calc(100% - 56px);
    padding: 14px;
    margin: 0 28px 28px;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
}

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

.testimonial-block {
    background-color: #f0ede6;
    padding: 50px 40px;
    margin: 60px 0;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-block blockquote {
    font-size: 20px;
    font-style: italic;
    line-height: 1.7;
    color: #3a3a3a;
    border-left: 4px solid #8b7355;
    padding-left: 28px;
}

.testimonial-block cite {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.form-section {
    background-color: #f9f7f3;
    padding: 60px 0;
    margin: 60px 0;
}

.form-section h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #2a2a2a;
}

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

.editorial-form label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #444;
    letter-spacing: 0.3px;
}

.editorial-form input,
.editorial-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 24px;
    border: 1px solid #d0d0c8;
    background-color: #fff;
    font-size: 16px;
    font-family: inherit;
}

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

.selected-service-display {
    background-color: #e8e4db;
    padding: 20px;
    margin-bottom: 28px;
    border-left: 4px solid #8b7355;
}

.selected-service-display p {
    margin: 6px 0;
    font-size: 16px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background-color: #8b7355;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 0.8px;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #f4f2ed;
    padding: 40px 0;
    margin: 60px 0;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    padding: 20px;
    border-left: 3px solid #c0b8a8;
}

.editorial-footer {
    background-color: #3a3a3a;
    color: #ccc;
    padding: 50px 40px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 24px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-note {
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 24px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.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;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.3s ease;
}

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

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

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

.cookie-reject:hover {
    background-color: #444;
    color: #fff;
}

.page-header {
    max-width: 680px;
    margin: 60px auto 50px;
    padding: 0 20px;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 400;
    color: #2a2a2a;
    letter-spacing: 0.5px;
}

.legal-content h2 {
    font-size: 26px;
    font-weight: 400;
    margin: 40px 0 20px;
    color: #2a2a2a;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 28px 0 14px;
    color: #444;
}

.legal-content ul {
    margin: 16px 0 24px 32px;
}

.legal-content li {
    margin-bottom: 10px;
}

.contact-info {
    background-color: #f9f7f3;
    padding: 40px;
    margin: 40px 0;
}

.contact-info h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #2a2a2a;
}

.contact-info p {
    margin-bottom: 24px;
    line-height: 1.8;
}

.contact-info .note {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 32px;
}

.thanks-info {
    background-color: #e8f4e8;
    padding: 24px;
    margin: 32px 0;
    border-left: 4px solid #6b9b6b;
}

.thanks-info p {
    margin: 8px 0;
    font-size: 17px;
}

@media (max-width: 768px) {
    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-image-wrapper {
        height: 400px;
    }

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

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

    .page-header h1 {
        font-size: 32px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

    .floating-nav {
        gap: 16px;
        padding: 16px 12px;
    }

    .floating-nav a {
        font-size: 14px;
    }
}