/*
 Theme Name:   TPA – Teresa Snow
 Theme URI:    https://teresasnow.ghtdev.com
 Description:  Trinity Innovative Support Counseling – Teresa Snow, LPC.
 Author:       GHT Dev
 Author URI:   https://ghtdev.com
 Template:     tpa-base
 Version:      1.0.0
*/

/* Landing page color overrides */
body.landing-page {
    --lp-primary: #8B684E;
    --lp-secondary: #634A35;
    --lp-accent: #5D7793;
}

/* LP brand — mirror main site .nav-logo (circular "T" mark + stacked text). */
body.landing-page .nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
body.landing-page .nav-logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--lp-primary);
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
body.landing-page .nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}
body.landing-page .nav-logo-practice {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--lp-primary);
    max-width: 220px;
}
body.landing-page .nav-logo-name {
    font-family: 'Karla', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    color: var(--lp-secondary);
    text-transform: uppercase;
    margin-top: 2px;
}
