/* Wealth Advisor Group - Luxury Corporate Style */
/* Deep green (#0a2e1a) + Cream (#f5e6c8) + White */

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

body {
    font-family: system-ui, -apple-system, 'Segoe UI', Helvetica, sans-serif;
    background-color: #ffffff;
    color: #2d3a32;
    line-height: 1.7;
    font-weight: 300;
}

/* ---- GREEN CENTERED NAV ---- */
.luxury-nav {
    background-color: #0a2e1a;
    padding: 0 20px;
}

.luxury-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 0;
}

.luxury-brand {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.4rem;
    color: #f5e6c8;
    text-decoration: none;
    letter-spacing: 2px;
    text-align: center;
}

.luxury-links {
    list-style: none;
    display: flex;
    gap: 24px;
    position: absolute;
    right: 0;
}

.luxury-links a {
    color: #f5e6c8;
    text-decoration: none;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    transition: opacity 0.2s;
    opacity: 0.75;
}

.luxury-links a:hover,
.luxury-links a.active {
    opacity: 1;
}

/* ---- HERO BANNER ---- */
.hero-banner {
    background: linear-gradient(135deg, #0a2e1a 0%, #12432a 50%, #0e3520 100%);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    border-bottom: 2px solid #f5e6c8;
}

.hero-banner h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.6rem;
    font-weight: 400;
    color: #f5e6c8;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.hero-banner .hero-sub {
    font-size: 0.85rem;
    color: #a8c4b0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ---- ALTERNATING SECTIONS ---- */
.section-cream {
    background-color: #f5e6c8;
    padding: 60px 20px;
}

.section-white {
    background-color: #ffffff;
    padding: 60px 20px;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.section-inner .content-side {
    flex: 1;
}

.section-inner .deco-bar {
    width: 4px;
    min-height: 200px;
    background-color: #0a2e1a;
    flex-shrink: 0;
    align-self: stretch;
}

.section-cream .deco-bar {
    background-color: #0a2e1a;
}

.section-white .deco-bar {
    background-color: #f5e6c8;
}

.section-label {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0a2e1a;
    margin-bottom: 20px;
}

.section-white .section-label {
    color: #6b7c6e;
}

/* ---- WIDE ARTICLE CARDS ---- */
.wide-card {
    background-color: #fff;
    border-left: 4px solid #0a2e1a;
    padding: 24px 28px;
    margin-bottom: 18px;
    transition: box-shadow 0.2s;
}

.section-cream .wide-card {
    background-color: #fffef9;
}

.wide-card:hover {
    box-shadow: 0 4px 16px rgba(10, 46, 26, 0.08);
}

.wide-card .card-tag {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0a2e1a;
    font-weight: 600;
    margin-bottom: 6px;
}

.wide-card h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2e1a;
    margin-bottom: 8px;
    line-height: 1.4;
}

.wide-card p {
    font-size: 0.9rem;
    color: #4a5a50;
    line-height: 1.65;
    margin-bottom: 8px;
}

.wide-card a.read-link {
    font-size: 0.78rem;
    color: #0a2e1a;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wide-card a.read-link:hover {
    text-decoration: underline;
}

/* ---- ABOUT: ELEGANT TALL CARDS ---- */
.about-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 40px;
}

.about-section .philosophy {
    max-width: 800px;
    margin-bottom: 40px;
}

.about-section .philosophy p {
    font-size: 0.93rem;
    line-height: 1.75;
    color: #4a5a50;
    margin-bottom: 14px;
}

.about-section h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0a2e1a;
    margin-bottom: 18px;
}

.team-row {
    display: flex;
    gap: 24px;
}

.team-tall-card {
    flex: 1;
    border-top: 4px solid #0a2e1a;
    padding: 28px 24px;
    background-color: #faf8f5;
    min-height: 260px;
}

.team-tall-card h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.05rem;
    font-variant: small-caps;
    color: #0a2e1a;
    margin-bottom: 2px;
}

.team-tall-card .t-role {
    font-style: italic;
    font-size: 0.82rem;
    color: #6b7c6e;
    margin-bottom: 12px;
}

.team-tall-card p {
    font-size: 0.85rem;
    color: #4a5a50;
    line-height: 1.65;
    margin-bottom: 10px;
}

.team-tall-card a {
    font-size: 0.78rem;
    color: #0a2e1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.team-tall-card a:hover {
    text-decoration: underline;
}

/* ---- CONTACT: SPLIT LAYOUT ---- */
.contact-split {
    display: flex;
    min-height: 460px;
}

.contact-info-side {
    flex: 1;
    background-color: #0a2e1a;
    color: #f5e6c8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
}

.contact-info-side h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #f5e6c8;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.contact-info-side p {
    font-size: 0.9rem;
    color: #a8c4b0;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-form-side {
    flex: 1;
    background-color: #f5e6c8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 40px;
}

.contact-form-side h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0a2e1a;
    margin-bottom: 20px;
}

.split-form label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #0a2e1a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.split-form input,
.split-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-family: system-ui, sans-serif;
    font-size: 0.92rem;
    border: 1px solid #d4c4a8;
    background-color: #fffef9;
    color: #0a2e1a;
    margin-bottom: 16px;
    transition: border-color 0.2s;
}

.split-form input:focus,
.split-form textarea:focus {
    outline: none;
    border-color: #0a2e1a;
}

.split-form textarea {
    height: 120px;
    resize: vertical;
}

.split-form button {
    background-color: #0a2e1a;
    color: #f5e6c8;
    border: none;
    padding: 12px 36px;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.split-form button:hover {
    background-color: #14532d;
}

/* ---- ARTICLE CONTENT ---- */
.article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.article-content h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #0a2e1a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.article-meta {
    color: #7a8a80;
    font-size: 0.9rem;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5ddd0;
}

.article-content h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    color: #0a2e1a;
    margin: 32px 0 14px;
}

.article-content p {
    margin-bottom: 18px;
    color: #4a5a50;
}

.article-content ul,
.article-content ol {
    margin: 0 0 18px 24px;
    color: #4a5a50;
}

.article-content li {
    margin-bottom: 8px;
}

/* ---- FOOTER ---- */
.site-footer {
    background-color: #0a2e1a;
    color: #6b7c6e;
    text-align: center;
    padding: 20px;
    font-size: 0.78rem;
}

.site-footer a {
    color: #f5e6c8;
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .disclaimer {
    margin-top: 6px;
    font-size: 0.72rem;
    color: #4a5a50;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 800px) {
    .luxury-nav-inner {
        flex-direction: column;
        gap: 10px;
    }
    .luxury-links {
        position: static;
    }
    .hero-banner h1 {
        font-size: 1.8rem;
        letter-spacing: 1px;
    }
    .section-inner {
        flex-direction: column;
    }
    .section-inner .deco-bar {
        min-height: 4px;
        width: 60px;
    }
    .team-row {
        flex-direction: column;
    }
    .contact-split {
        flex-direction: column;
    }
}
