@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

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

/* Styled brand name — matches logo */
.fwc-f {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #243B5A;
}
.fwc-w {
    font-family: 'Dancing Script', cursive;
    color: #C0637A;
    font-size: 0.9em;
}
.fwc-c {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #243B5A;
}

/* On navy backgrounds */
footer .fwc-f,
footer .fwc-c,
.why .fwc-f,
.why .fwc-c { color: white; }

footer .fwc-w,
.why .fwc-w { color: #F8DDE3; }

:root {
    --light-blue: #DCEFFD;
    --blush-pink: #F8DDE3;
    --navy: #243B5A;
    --white: #FFFFFF;
    --soft-gray: #F5F7FA;
    --text-dark: #1a2a3a;
    --text-medium: #4a5568;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    color: var(--navy);
}

/* Navigation */
nav {
    background: var(--navy);
    padding: 1.1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.nav-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-logo img {
    height: 52px;
    width: auto;
    background: #FDF8F5;
    border-radius: 8px;
    padding: 4px 10px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-links a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--white);
}

.nav-cta {
    background: var(--blush-pink);
    color: var(--navy) !important;
    padding: 0.55rem 1.3rem;
    border-radius: 25px;
    font-weight: 600;
    transition: background 0.2s, transform 0.2s !important;
}

.nav-cta:hover {
    background: #f0c8d0 !important;
    transform: translateY(-1px);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
    background: none;
    border: none;
    padding: 4px;
}

.hamburger span {
    width: 24px;
    height: 2px;
    background: white;
    border-radius: 2px;
    display: block;
}

/* Shared Layout */
section {
    padding: 5rem 2rem;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}

.section-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--navy);
    opacity: 0.55;
    margin-bottom: 0.5rem;
    font-family: 'Inter', sans-serif;
}

.section-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    line-height: 1.25;
}

.btn-primary {
    display: inline-block;
    background: var(--navy);
    color: var(--white);
    padding: 0.875rem 2.25rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s, transform 0.2s;
}

.btn-primary:hover {
    background: #1a2d47;
    transform: translateY(-2px);
}

/* Hero */
.hero {
    background: linear-gradient(150deg, var(--light-blue) 0%, #eef6fe 50%, var(--white) 100%);
    padding: 7rem 2rem 6rem;
    text-align: center;
}

.hero-brand {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--navy);
    opacity: 0.6;
    margin-bottom: 1.25rem;
    font-family: 'Inter', sans-serif;
}

.hero h1 {
    font-size: 3.25rem;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.hero-sub {
    font-size: 1.05rem;
    color: var(--text-medium);
    max-width: 560px;
    margin: 0 auto 0.75rem;
}

.hero-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 2.25rem;
}

/* Meet */
.meet {
    background: var(--white);
}

.meet-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4rem;
    align-items: center;
}

.meet-photo {
    width: 100%;
    aspect-ratio: 1;
    background: var(--light-blue);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: var(--navy);
    font-style: italic;
    overflow: hidden;
}

.meet-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.meet-text p {
    color: var(--text-medium);
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.meet-tagline {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: var(--navy);
    margin-top: 0.5rem;
}

/* Who I Serve */
.serve {
    background: var(--soft-gray);
}

.serve-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3rem;
}

.serve-card {
    background: var(--white);
    border-radius: 18px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.serve-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}

.serve-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.serve-card h3 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
}

.serve-card p {
    font-size: 0.9rem;
    color: var(--text-medium);
    line-height: 1.65;
}

/* Why */
.why {
    background: var(--navy);
}

.why .section-label {
    color: var(--light-blue);
    opacity: 1;
}

.why .section-title {
    color: var(--white);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 2.5rem;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    color: rgba(255,255,255,0.9);
    font-size: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.why-check {
    color: var(--light-blue);
    font-size: 1.1rem;
    flex-shrink: 0;
    font-weight: 700;
}

/* How It Works */
.how {
    background: var(--white);
    text-align: center;
}

.how .section-label,
.how .section-title {
    text-align: left;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}

.how-step {
    text-align: center;
}

.step-number {
    width: 58px;
    height: 58px;
    background: var(--light-blue);
    color: var(--navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.25rem;
}

.how-step h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.how-step p {
    font-size: 0.9rem;
    color: var(--text-medium);
    line-height: 1.65;
}

/* Promise */
.promise {
    background: var(--blush-pink);
    text-align: center;
}

.promise .section-title {
    max-width: 600px;
    margin: 0 auto 1.25rem;
}

.promise p {
    font-size: 1.05rem;
    color: var(--text-medium);
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.85;
}

/* Contact */
.contact {
    background: var(--light-blue);
    text-align: center;
}

.contact-name {
    color: var(--text-medium);
    margin-top: 0.5rem;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.05rem;
    color: var(--navy);
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.2s;
}

.contact-item:hover {
    opacity: 0.75;
}

/* Services Page */
.page-hero {
    background: linear-gradient(150deg, var(--light-blue) 0%, var(--white) 100%);
    padding: 5rem 2rem;
    text-align: center;
}

.page-hero h1 {
    font-size: 2.75rem;
    margin-bottom: 1rem;
}

.page-hero p {
    font-size: 1.05rem;
    color: var(--text-medium);
    max-width: 520px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
    margin-top: 3rem;
}

.service-card {
    background: var(--white);
    border: 1px solid #e8eef5;
    border-radius: 18px;
    padding: 2.25rem 2rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.service-card .serve-icon {
    margin-bottom: 1.25rem;
}

.service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
}

.service-card p {
    font-size: 0.95rem;
    color: var(--text-medium);
    line-height: 1.7;
}

/* About Page */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 4rem;
    align-items: start;
    margin-bottom: 4rem;
}

.about-text p {
    color: var(--text-medium);
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}

.mission-box {
    background: var(--blush-pink);
    border-radius: 18px;
    padding: 2.5rem;
    margin-top: 2rem;
    text-align: center;
}

.mission-box h3 {
    margin-bottom: 1rem;
}

.mission-box p {
    color: var(--text-medium);
    line-height: 1.75;
    margin-bottom: 1rem;
}

.mission-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--navy);
}

/* Schedule Page */
.schedule-section {
    background: var(--soft-gray);
}

.schedule-box {
    background: var(--white);
    border-radius: 20px;
    padding: 3rem;
    max-width: 760px;
    margin: 0 auto;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    text-align: center;
}

.schedule-box p {
    color: var(--text-medium);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.calendly-placeholder {
    background: var(--light-blue);
    border-radius: 12px;
    padding: 4rem 2rem;
    color: var(--navy);
    font-style: italic;
    font-size: 0.95rem;
    border: 2px dashed #a8d4f5;
}

/* Footer */
footer {
    background: var(--navy);
    color: var(--white);
    padding: 3.5rem 2rem 2rem;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2.5rem;
}

.footer-brand h3 {
    color: var(--white);
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.footer-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--light-blue);
    font-size: 0.95rem;
    margin-bottom: 1rem;
    display: block;
}

.footer-brand p {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}

.social-links {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.social-links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.social-links a:hover {
    color: var(--light-blue);
}

.footer-col h4 {
    color: var(--white);
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

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

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

.footer-col a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: var(--light-blue);
}

.footer-col p {
    color: rgba(255,255,255,0.65);
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 1.5rem;
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 0.82rem;
}

/* Responsive */
@media (max-width: 900px) {
    .serve-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .how-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--navy);
        flex-direction: column;
        padding: 1.5rem;
        gap: 1.1rem;
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }

    .nav-links.open {
        display: flex;
    }

    nav {
        position: relative;
    }

    .hero h1 {
        font-size: 2.25rem;
    }

    .meet-grid,
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .meet-photo {
        max-width: 280px;
        margin: 0 auto;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .contact-info {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    section {
        padding: 3.5rem 1.25rem;
    }

    .page-hero {
        padding: 3.5rem 1.25rem;
    }
}

@media (max-width: 560px) {
    .serve-grid,
    .services-grid,
    .how-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        font-size: 1.9rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .schedule-box {
        padding: 2rem 1.25rem;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}
