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

body {
    font-family: 'Lora', 'Palatino', 'Book Antiqua', serif;
    line-height: 1.8;
    color: #444;
    background-color: #faf9f7;
    overflow-x: hidden;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* Navigation */
header {
    background-color: #6b5b73;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
}

nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    gap: 1rem;
    width: 100%;
}

.logo {
    color: #f4f1e8;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.logo-img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.3));
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 1.2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links a {
    color: #f4f1e8;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

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

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #8b7a8f 0%, #6b5b73 100%);
    color: #f4f1e8;
    padding: 80px 20px;
    text-align: center;
    width: 100%;
}

.hero-content h1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.4;
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    font-style: italic;
    letter-spacing: 0.5px;
}

.cta-button {
    display: inline-block;
    background-color: #c9a88e;
    color: #4a3f47;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cta-button:hover {
    background-color: #b89a7e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Intro Section */
.intro {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
    width: 100%;
}

.intro h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 1px;
}

.intro p {
    font-size: 1.1rem;
    max-width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.8;
    color: #555;
}

/* Facilitators Section */
.facilitators {
    padding: 60px 20px;
    background-color: #f0ebe6;
    width: 100%;
}

.facilitators h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 1px;
}

.facilitators-grid {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 100%;
}

.facilitator {
    background-color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 4px solid #a89aab;
    width: 100%;
}

.facilitator h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.facilitator h4 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #c9a88e;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
}

.facilitator p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* Philosophy Section */
.philosophy {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.philosophy h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 1px;
}

.philosophy-content {
    max-width: 100%;
    margin: 0 auto;
}

.philosophy-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
    font-style: italic;
}

/* What We Offer Section */
.what-we-offer {
    padding: 60px 20px;
    background-color: #f0ebe6;
    width: 100%;
}

.what-we-offer h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 1px;
}

.offerings-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 100%;
}

.offering {
    background-color: #fff;
    padding: 2.5rem 2rem;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 4px solid #a89aab;
    width: 100%;
}

.offering h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.offering p {
    color: #666;
    line-height: 1.8;
    font-size: 1rem;
}

/* Locations Section */
.locations {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.locations h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #6b5b73;
    font-weight: 400;
    letter-spacing: 1px;
}

.locations-text {
    font-size: 1.1rem;
    max-width: 100%;
    margin: 0 auto 2rem;
    line-height: 1.8;
    color: #555;
}

/* CTA Section */
.cta-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #8b7a8f 0%, #6b5b73 100%);
    color: #f4f1e8;
    text-align: center;
    width: 100%;
}

.cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Footer */
footer {
    background-color: #4a3f47;
    color: #f4f1e8;
    padding: 3rem 20px;
    text-align: center;
    width: 100%;
}

footer p {
    margin: 1rem 0;
    opacity: 0.85;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

/* DESKTOP/TABLET - min-width 769px */
@media (min-width: 769px) {
    .container {
        padding: 0 50px;
    }
    
    nav {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 50px;
    }
    
    .logo {
        font-size: 1.7rem;
        letter-spacing: 3px;
        gap: 1.5rem;
    }
    
    .logo-img {
        width: 80px;
        height: 80px;
    }
    
    .nav-links {
        gap: 4rem;
        font-size: 1.1rem;
    }
    
    .hero {
        padding: 160px 50px;
    }
    
    .hero-content h1 {
        font-size: 3.5rem;
        margin-bottom: 3rem;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    
    .hero-content p {
        font-size: 1.5rem;
        margin-bottom: 4rem;
        letter-spacing: 1px;
    }
    
    .cta-button {
        padding: 20px 60px;
        font-size: 1.15rem;
        letter-spacing: 1.5px;
    }
    
    .intro {
        padding: 120px 50px;
    }
    
    .intro h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
        letter-spacing: 2px;
    }
    
    .intro p {
        font-size: 1.3rem;
        max-width: 850px;
        margin: 0 auto 3rem;
        line-height: 2.2;
    }
    
    .facilitators {
        padding: 120px 50px;
    }
    
    .facilitators h2 {
        font-size: 3rem;
        margin-bottom: 5rem;
        letter-spacing: 2px;
    }
    
    .facilitators-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 4rem;
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .facilitator {
        padding: 4rem 3rem;
    }
    
    .facilitator h3 {
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
        letter-spacing: 1px;
    }
    
    .facilitator h4 {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }
    
    .facilitator p {
        font-size: 1.1rem;
        line-height: 2.1;
    }
    
    .philosophy {
        padding: 120px 50px;
    }
    
    .philosophy h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
        letter-spacing: 2px;
    }
    
    .philosophy-content {
        max-width: 850px;
    }
    
    .philosophy-content p {
        font-size: 1.3rem;
        line-height: 2.3;
        margin-bottom: 3rem;
    }
    
    .what-we-offer {
        padding: 120px 50px;
    }
    
    .what-we-offer h2 {
        font-size: 3rem;
        margin-bottom: 5rem;
        letter-spacing: 2px;
    }
    
    .offerings-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 3rem;
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .offering {
        padding: 3.5rem 3rem;
    }
    
    .offering h3 {
        font-size: 1.7rem;
        margin-bottom: 2rem;
        letter-spacing: 1px;
    }
    
    .offering p {
        font-size: 1.1rem;
        line-height: 2.1;
    }
    
    .locations {
        padding: 120px 50px;
    }
    
    .locations h2 {
        font-size: 3rem;
        margin-bottom: 4rem;
        letter-spacing: 2px;
    }
    
    .locations-text {
        font-size: 1.3rem;
        max-width: 850px;
        margin: 0 auto 3rem;
        line-height: 2.2;
    }
    
    .cta-section {
        padding: 120px 50px;
    }
    
    .cta-section h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
        letter-spacing: 2px;
    }
    
    .cta-section p {
        font-size: 1.4rem;
        margin-bottom: 3.5rem;
        letter-spacing: 1px;
    }
    
    footer {
        padding: 4rem 0;
    }
    
    footer p {
        font-size: 1.05rem;
        margin: 1.2rem 0;
    }
}