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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

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

a:hover {
    color: #5d4a2f;
}

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

h1 {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
}

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

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

h4 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.cookie-content p {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

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

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

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

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

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Navigation */
.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.nav-brand a {
    color: #1a1a1a;
}

.nav-toggle {
    display: none;
    font-size: 1.75rem;
    cursor: pointer;
    color: #1a1a1a;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu li a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
    color: #8b6f47;
}

/* Editorial Container */
.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

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

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

.hero-image-wrap {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    overflow: hidden;
    margin-bottom: 3rem;
}

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

.hero-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 1rem;
    padding: 0 2rem;
    letter-spacing: -0.03em;
}

.hero-subtitle {
    text-align: center;
    font-size: 1.5rem;
    color: #6a6a6a;
    font-style: italic;
    padding: 0 2rem;
}

/* Story Sections */
.story-intro,
.story-reveal,
.insight-section,
.trust-building,
.transformation-story,
.method-reveal,
.benefits-section,
.social-proof,
.urgency-section,
.services-reveal,
.form-section,
.final-cta {
    padding: 3rem 0;
}

.drop-cap::first-letter {
    font-size: 4.5rem;
    font-weight: bold;
    float: left;
    line-height: 0.85;
    margin: 0.1rem 0.15rem 0 0;
    color: #8b6f47;
}

/* Inline Images */
.inline-image-section {
    margin: 4rem 0;
    padding: 0 2rem;
}

.inline-image-section img {
    width: 100%;
    margin-bottom: 1rem;
}

.image-caption {
    text-align: center;
    font-size: 0.95rem;
    color: #6a6a6a;
    font-style: italic;
    margin-bottom: 0;
}

.narrow-content img {
    margin: 2.5rem 0;
    width: 100%;
}

/* Quote Section */
.quote-section {
    background-color: #f5f2ed;
    padding: 4rem 2rem;
    margin: 4rem 0;
}

.quote-section blockquote,
.testimonial-inline blockquote {
    max-width: 680px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    color: #2c2c2c;
    position: relative;
    padding-left: 2rem;
    border-left: 4px solid #8b6f47;
}

.quote-section cite,
.testimonial-inline cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    color: #6a6a6a;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.testimonial-inline {
    background-color: #f9f7f4;
    padding: 3rem 2rem;
    margin: 3rem 0;
}

/* Lists */
.insight-list,
.preparation-list,
.values-list {
    list-style: none;
    margin: 2rem 0;
}

.insight-list li,
.preparation-list li,
.values-list li {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
}

.insight-list li::before,
.preparation-list li::before,
.values-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: bold;
}

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

.btn-text-link {
    font-size: 1.125rem;
    color: #8b6f47;
    font-weight: 600;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border-bottom: 2px solid #8b6f47;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

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

.btn-primary,
.btn-primary-large,
.btn-secondary,
.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #8b6f47;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary:hover,
.btn-primary-large:hover,
.btn-submit:hover {
    background-color: #5d4a2f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 111, 71, 0.3);
}

.btn-primary-large {
    font-size: 1.25rem;
    padding: 1.25rem 3rem;
}

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

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

.btn-select-service {
    display: inline-block;
    padding: 0.875rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

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

.btn-select-service.selected {
    background-color: #8b6f47;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 900;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease;
}

.sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
}

.btn-sticky {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-sticky:hover {
    background-color: #8b6f47;
    transform: scale(1.05);
}

/* Phase Blocks */
.phase-block {
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f9f7f4;
    border-left: 4px solid #8b6f47;
}

.phase-block h3 {
    margin-top: 0;
    color: #8b6f47;
}

/* Benefit Items */
.benefit-item {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.benefit-item:last-child {
    border-bottom: none;
}

.benefit-item h3 {
    margin-top: 0;
    color: #8b6f47;
}

/* Services */
.services-reveal {
    background-color: #f5f2ed;
    padding: 4rem 0;
    margin: 4rem 0 0 0;
}

.service-card {
    background-color: #ffffff;
    padding: 2.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.service-card.featured {
    border: 3px solid #8b6f47;
    position: relative;
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.75rem;
}

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

.service-card ul {
    list-style: none;
    margin: 1.5rem 0;
}

.service-card ul li {
    padding: 0.5rem 0 0.5rem 1.75rem;
    position: relative;
    font-size: 1rem;
}

.service-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: bold;
}

/* Forms */
.editorial-form {
    margin: 3rem 0;
}

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

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

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

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-privacy {
    font-size: 0.875rem;
    color: #6a6a6a;
    margin-top: 1rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.form-privacy a {
    text-decoration: underline;
}

/* Footer */
.footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 4rem 2rem 2rem 2rem;
    margin-top: 6rem;
}

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

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

.footer-section h4 {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #cccccc;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

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

.footer-section ul li {
    margin-bottom: 0.75rem;
}

.footer-section ul li a {
    color: #cccccc;
    font-size: 0.95rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #3a3a3a;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.875rem;
    color: #999999;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    margin-bottom: 0;
}

/* Page Specific Styles */
.page-content {
    padding-top: 2rem;
}

.page-hero {
    text-align: center;
    padding: 3rem 2rem;
    background-color: #f5f2ed;
    margin-bottom: 3rem;
}

.page-hero h1 {
    margin-bottom: 0.75rem;
}

.page-subtitle {
    font-size: 1.25rem;
    color: #6a6a6a;
    font-style: italic;
}

.about-story,
.services-intro,
.contact-info,
.contact-form-section,
.faq-section,
.services-detail,
.process-section,
.cta-section {
    padding: 3rem 0;
}

/* Services Detail Page */
.service-detail-card {
    margin: 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 2px solid #e5e5e5;
}

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

.service-detail-card img {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 8px;
}

.service-price-large {
    font-size: 2.5rem;
    font-weight: bold;
    color: #8b6f47;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    margin: 1rem 0 1.5rem 0;
}

.service-detail-card ul {
    margin: 1.5rem 0;
}

.service-detail-card ul li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
}

.service-detail-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b6f47;
    font-weight: bold;
    font-size: 1.25rem;
}

/* Process Steps */
.process-step {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f7f4;
    border-radius: 8px;
}

.process-step h3 {
    margin-top: 0;
    color: #8b6f47;
}

/* Contact Page */
.contact-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
}

.contact-method {
    flex: 1;
    min-width: 250px;
    padding: 1.5rem;
    background-color: #f9f7f4;
    border-radius: 8px;
}

.contact-method h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #8b6f47;
}

.contact-method p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.contact-method p:last-child {
    margin-bottom: 0;
}

.contact-note {
    font-size: 0.875rem;
    color: #6a6a6a;
    font-style: italic;
}

/* FAQ */
.faq-item {
    margin: 2.5rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    margin-top: 0;
    color: #8b6f47;
    font-size: 1.25rem;
}

.faq-item p {
    color: #4a4a4a;
}

/* Thanks Page */
.thanks-page {
    text-align: center;
}

.thanks-hero {
    padding: 4rem 2rem;
}

.thanks-message {
    font-size: 1.5rem;
    color: #6a6a6a;
    margin-bottom: 2rem;
}

.thanks-icon {
    font-size: 4rem;
    color: #8b6f47;
    margin: 2rem 0;
}

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

.next-step {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f7f4;
    border-radius: 8px;
}

.next-step h3 {
    margin-top: 0;
    color: #8b6f47;
    text-align: left;
}

.next-step p {
    margin-bottom: 0;
    text-align: left;
}

.service-confirmation {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f5f2ed;
    border-radius: 8px;
    font-size: 1.125rem;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.thanks-contact {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e5e5;
}

.what-to-expect {
    padding: 3rem 2rem;
    background-color: #f5f2ed;
}

/* Legal Pages */
.legal-page {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.legal-content {
    padding: 3rem 0;
}

.legal-content ul {
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.legal-content ul li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.legal-content table {
    width: 100%;
    margin: 2rem 0;
    border-collapse: collapse;
}

.legal-content table th,
.legal-content table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #d5d5d5;
}

.legal-content table th {
    background-color: #f5f2ed;
    font-weight: 600;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    html {
        font-size: 15px;
    }

    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: #ffffff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
        padding: 1rem 0;
        gap: 0;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        padding: 0.75rem 2rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

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

    .hero-subtitle {
        font-size: 1.25rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .narrow-content {
        padding: 0 1.5rem;
    }

    .quote-section blockquote,
    .testimonial-inline blockquote {
        font-size: 1.25rem;
        padding-left: 1.5rem;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .btn-sticky {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }

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

    .cookie-content {
        flex-direction: column;
    }

    .contact-methods {
        flex-direction: column;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media screen and (max-width: 480px) {
    .nav-minimal {
        padding: 1rem 1.5rem;
    }

    .hero-image-wrap {
        height: 50vh;
        min-height: 350px;
    }

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

    .narrow-content {
        padding: 0 1rem;
    }

    .service-card,
    .phase-block {
        padding: 1.5rem;
    }

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