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

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

.ad-notice {
    background-color: #f4f1ed;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0ddd8;
}

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

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

.brand-link {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.nav-links a {
    font-size: 15px;
    color: #555;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 40px 30px 80px;
}

.article-header {
    margin-bottom: 50px;
    text-align: center;
}

.article-header h1 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
    font-weight: 300;
}

.hero-image {
    margin: 50px 0;
    background-color: #e8e6e1;
}

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

.narrative-intro {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 50px;
}

.narrative-intro p {
    margin-bottom: 24px;
}

.inline-image {
    margin: 50px 0;
    background-color: #e8e6e1;
}

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

.inline-image-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 60px 0;
}

.inline-image-text img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e6e1;
}

.text-beside h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.text-beside p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.story-section {
    margin: 60px 0;
}

.story-section h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.story-section h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 32px 0 16px;
    color: #2c2c2c;
}

.story-section p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.process-narrative {
    margin-top: 30px;
}

.process-narrative p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.centered-cta-inline {
    text-align: center;
    margin: 60px 0;
}

.text-cta {
    font-size: 17px;
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 500;
    transition: opacity 0.2s;
}

.text-cta:hover {
    opacity: 0.7;
}

.practice-offerings {
    margin: 60px 0;
}

.practice-offerings h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

.offering-card {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
}

.offering-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 24px;
    background-color: #e8e6e1;
}

.offering-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.offering-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.price-tag {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.schedule-info {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 8px;
}

.testimonial-inline {
    margin: 60px 0;
    padding: 40px 30px;
    background-color: #f8f7f4;
    border-left: 3px solid #d0cdc6;
}

.testimonial-inline blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
}

.testimonial-inline p {
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 15px;
    color: #666;
}

.booking-section {
    margin: 80px 0 60px;
    padding: 50px 40px;
    background-color: #fff;
    border: 1px solid #e8e6e1;
}

.booking-section h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: center;
}

.booking-section > p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #666;
}

.booking-form {
    max-width: 500px;
    margin: 0 auto;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #d0cdc6;
    background-color: #fafaf8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.2s;
}

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

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #1a1a1a;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.submit-btn:active {
    background-color: #000;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 30px;
    background-color: #f4f1ed;
    border-left: 2px solid #c5c2bc;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.editorial-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 30px 40px;
    margin-top: 80px;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-brand h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

.footer-brand p {
    font-size: 14px;
    color: #a0a0a0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
}

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

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

.footer-contact p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #a0a0a0;
}

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

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

.cookie-content {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    min-width: 250px;
}

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

.cookie-accept,
.cookie-decline {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.cookie-accept {
    background-color: #fff;
    color: #1a1a1a;
}

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

.cookie-accept:active {
    background-color: #d0d0d0;
}

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

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

.cookie-decline:active {
    background-color: rgba(255, 255, 255, 0.2);
}

.thanks-page {
    min-height: 60vh;
}

.simple-list {
    margin: 20px 0 20px 24px;
}

.simple-list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.simple-list a {
    color: #1a1a1a;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.simple-list a:hover {
    opacity: 0.7;
}

.legal-page h2 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.legal-page h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #2c2c2c;
}

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

.legal-section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-list {
    margin: 16px 0 16px 24px;
}

.legal-list li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-page a {
    color: #1a1a1a;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.legal-page a:hover {
    opacity: 0.7;
}

.cookie-detail {
    background-color: #f8f7f4;
    padding: 20px;
    margin: 20px 0;
    border-left: 2px solid #d0cdc6;
}

.cookie-detail p {
    margin-bottom: 8px;
}

.contact-details {
    margin: 40px 0;
}

.contact-details h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.contact-details p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.address-line {
    font-size: 17px;
    margin-bottom: 6px;
}

.note-text {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 12px;
}

.hours-list {
    margin: 16px 0;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8e6e1;
}

.hours-row .day {
    font-weight: 500;
    font-size: 16px;
}

.hours-row .time {
    font-size: 16px;
    color: #555;
}

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

    .subtitle {
        font-size: 18px;
    }

    .narrative-intro {
        font-size: 17px;
    }

    .nav-container {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .nav-links {
        gap: 16px;
    }

    .editorial-content {
        padding: 30px 20px 60px;
    }

    .booking-section {
        padding: 30px 20px;
    }

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

    .cookie-actions {
        width: 100%;
    }

    .cookie-accept,
    .cookie-decline {
        flex: 1;
    }
}