/*
Theme Name: Saans Psychotherapy
Theme URI: http://example.com
Author: Antigravity
Description: A minimalist, existential psychotherapy theme.
Version: 1.0
Text Domain: saans
*/

.saans-wrapper html {
    scroll-behavior: smooth;
}

.saans-wrapper {
    background-color: #f9f8f6;
    color: #504035;
    font-family: 'Inter', sans-serif;
}

.fade-in-section {
    opacity: 1 !important;
    transform: none !important;
}

.nav-scrolled {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

iframe {
    max-width: 100%;
}

/* Typography/Prose Styles specifically for the blog content */
.prose p {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-weight: 300;
}

.prose h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-top: 2.5em;
    margin-bottom: 1em;
    color: #504035;
    line-height: 1.2;
}

.prose h3 {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    margin-top: 2em;
    margin-bottom: 0.75em;
    font-weight: 600;
    color: #614d3d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.prose ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

.prose li {
    margin-bottom: 0.5em;
    padding-left: 0.5em;
}

.prose strong {
    font-weight: 600;
    color: #504035;
}

.prose a {
    color: #307ea1;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

.prose a:hover {
    color: #23566d;
}

.drop-cap::first-letter {
    float: left;
    font-family: 'Cormorant Garamond', serif;
    font-size: 4.5rem;
    line-height: 0.85;
    font-weight: 500;
    margin-right: 0.15em;
    margin-top: 0.05em;
    color: #307ea1;
}
