* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.ad-disclosure {
    background-color: #f5f5f5;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.75rem;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: -0.02em;
}

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

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

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

.editorial-hero {
    padding: 4rem 5% 3rem;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

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

.intro-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 300;
}

.inline-image-hero {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f7f5f3;
}

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

.story-section {
    padding: 4rem 5%;
    background-color: #fafafa;
}

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

.story-section h2,
.content-narrow h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
}

.story-section h3,
.content-narrow h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #2c2c2c;
}

.story-section p,
.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.inline-image-story {
    max-width: 800px;
    margin: 3rem auto;
    overflow: hidden;
    border-radius: 2px;
    background-color: #f0ebe6;
}

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

.insight-section {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.insight-blocks {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
}

.insight-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #1a1a1a;
}

.insight-item p {
    font-size: 1rem;
    color: #4a4a4a;
}

.full-width-visual {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #e8e4df;
}

.full-width-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-inline {
    padding: 4rem 5%;
    background-color: #f5f2ed;
}

blockquote {
    font-size: 1.3rem;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    border-left: 3px solid #8b7355;
    padding-left: 2rem;
}

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

.services-reveal {
    padding: 5rem 5% 4rem;
    background-color: #ffffff;
}

.service-cards-editorial {
    max-width: 900px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card {
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    border-radius: 3px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-image-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e8e4df;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 2rem;
}

.service-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.service-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.service-duration {
    font-size: 0.9rem;
    color: #666;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #8b7355;
}

.btn-select-service {
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-select-service:hover {
    background-color: #725d46;
}

.cta-section-inline {
    padding: 3rem 5%;
    background-color: #fafafa;
    text-align: center;
}

.form-section-editorial {
    padding: 3rem 5% 5rem;
    background-color: #ffffff;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    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 textarea:focus {
    outline: none;
    border-color: #8b7355;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.05rem;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background-color: #1a1a1a;
}

.disclaimer-section {
    padding: 3rem 5%;
    background-color: #f5f2ed;
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 3rem 5% 1.5rem;
}

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

.footer-col h4 {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #444;
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 5%;
    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-buttons {
    display: flex;
    gap: 1rem;
}

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

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

.btn-cookie-accept:hover {
    opacity: 0.9;
}

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

.btn-cookie-reject:hover {
    background-color: #333;
}

.page-content {
    padding: 3rem 5% 5rem;
}

.page-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.inline-image-page {
    max-width: 800px;
    margin: 3rem auto;
    overflow: hidden;
    border-radius: 2px;
    background-color: #f0ebe6;
}

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

.services-list-page {
    max-width: 900px;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.service-detail {
    display: flex;
    flex-direction: column;
}

.service-detail .service-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.service-includes {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.service-includes li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 0.95rem;
}

.service-includes li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: bold;
}

.service-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.price-label {
    font-size: 0.9rem;
    color: #666;
}

.price-amount {
    font-size: 1.8rem;
    font-weight: 600;
    color: #8b7355;
}

.cta-box-page {
    text-align: center;
    padding: 3rem;
    background-color: #f5f2ed;
    border-radius: 4px;
    margin-top: 3rem;
}

.cta-box-page h3 {
    margin-top: 0;
}

.btn-primary {
    display: inline-block;
    background-color: #8b7355;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1rem;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #725d46;
}

.contact-info-section {
    max-width: 800px;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.contact-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.email-text {
    color: #666;
    cursor: default;
}

.contact-note {
    text-align: center;
    padding: 2rem;
    background-color: #f5f2ed;
    border-radius: 4px;
    margin-top: 2rem;
}

.contact-note a {
    color: #8b7355;
    text-decoration: none;
    font-weight: 500;
}

.contact-note a:hover {
    text-decoration: underline;
}

.thanks-page {
    padding: 4rem 5%;
    min-height: 60vh;
}

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

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-lead {
    font-size: 1.3rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.thanks-details {
    background-color: #f5f2ed;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.thanks-details p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

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

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

.thanks-next-steps h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.thanks-next-steps ol {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 1.5rem;
}

.thanks-next-steps li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.thanks-note {
    margin: 2rem 0;
    font-size: 0.95rem;
    color: #666;
}

.thanks-note a {
    color: #8b7355;
    text-decoration: none;
}

.thanks-note a:hover {
    text-decoration: underline;
}

.legal-page {
    padding: 3rem 5% 5rem;
}

.legal-page h1 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-intro {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 3rem;
}

.legal-page h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #2c2c2c;
}

.legal-page ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-page li {
    margin-bottom: 0.5rem;
}

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

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

    .nav-links {
        gap: 1rem;
    }

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

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

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

    .service-cards-editorial {
        gap: 2rem;
    }
}
