/* ═══════════════════════════════════════════════════════════════════════════
   Under The Banyan — Page-Specific Styles
   Extracted from inline <style> blocks for production readiness.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── Shared Page Header ────────────────────────────────────────────────── */
.page-header {
    padding: 180px 0 100px;
    background-color: var(--color-warm);
    text-align: center;
}

@media (max-width: 768px) {
    .page-header {
        padding: 100px var(--mobile-gutter) 60px;
        /* Safe Area awareness */
        padding-top: calc(100px + var(--safe-area-top));
    }
}

/* ═══════════════════════════════════════════════════════════════════════════
   INDEX.HTML — Hero Section
   ═══════════════════════════════════════════════════════════════════════════ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--color-base);
    overflow: hidden;
    padding-top: 80px;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 4rem;
}

@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .hero {
        padding-top: 120px;
        padding-bottom: 3rem;
        min-height: 100vh;
    }
}

@media (max-width: 768px) {
    .hero {
        min-height: 480px;
        height: 480px;
        padding-top: 100px;
        padding-bottom: 2rem;
    }
}

.hero-text-col {
    flex: 1;
    max-width: 600px;
    z-index: 2;
}

.hero-title-prefix {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 1.5rem;
    color: var(--color-dark);
    margin-bottom: 0.5rem;
    display: block;
}

@media (max-width: 768px) {
    .hero-title-prefix {
        font-size: 1.2rem;
    }
}

.hero h1 {
    color: var(--color-dark);
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.8rem;
        line-height: 1.15;
    }
}

.hero h1 .highlight-yellow {
    color: var(--color-accent-3);
    display: block;
}

.hero-location {
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--color-dark);
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 992px) {
    .hero-location {
        justify-content: center;
    }
}

.hero-location span {
    color: #72b0e8;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
}

@media (max-width: 992px) {
    .hero-actions {
        justify-content: center;
    }
}

.hero-countdown {
    display: flex;
    gap: 2rem;
    text-align: center;
}

@media (max-width: 992px) {
    .hero-countdown {
        justify-content: center;
    }
}

.countdown-item {
    display: flex;
    flex-direction: column;
}

.countdown-label {
    font-family: var(--font-secondary);
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.countdown-value {
    font-family: var(--font-primary);
    font-size: 3rem;
    color: var(--color-dark);
    font-weight: bold;
    line-height: 1;
}

.countdown-separator {
    font-family: var(--font-primary);
    font-size: 3rem;
    color: var(--color-dark);
    font-weight: bold;
    line-height: 1;
    margin-top: 1.2rem;
}

/* Hero Collage */
.hero-collage-col {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-collage-col {
        min-height: 300px;
        height: 300px;
        transform: scale(0.65);
        margin-top: -50px;
    }
}

.pill-container {
    position: absolute;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-center {
    width: 320px;
    height: 520px;
    z-index: 2;
    background-color: var(--color-accent-3);
}

.pill-top-right {
    width: 200px;
    height: 280px;
    top: 20px;
    right: 0px;
    z-index: 1;
    background-color: #d1b3ff;
}

.pill-bottom-right {
    width: 220px;
    height: 320px;
    bottom: 20px;
    right: -20px;
    z-index: 3;
    background-color: #72b0e8;
}

.pill-filter {
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.85;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Hero Decorative Elements */
.decor-element {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.star-top {
    top: 60px;
    left: 20px;
    width: 70px;
    color: var(--color-accent-3);
}

.star-bottom {
    bottom: 150px;
    left: 60px;
    width: 50px;
    color: var(--color-accent-3);
}

.scribble-blue {
    top: 250px;
    left: -80px;
    width: 160px;
    z-index: 3;
    color: #3b5bdb;
}

.sunburst-bottom {
    bottom: 50px;
    right: 150px;
    width: 120px;
    color: var(--color-dark);
    z-index: 0;
}

/* Hero Banner Image */
.hero#hero-main {
    padding: 0;
    width: 100%;
    height: 650px;
    margin-top: 0;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 768px) {
    .hero#hero-main {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .hero#hero-main {
        height: 300px;
    }
}

/* ─── INDEX.HTML — Journey/Program Section ──────────────────────────────── */
.journey-section {
    background-color: var(--color-base);
}

@media (max-width: 768px) {
    .intro-text p,
    .intro-description {
        font-size: 18px !important;
        line-height: 36px !important;
    }
}

.journey-diagram {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 4rem;
    padding-top: 2rem;
}

.journey-line {
    position: absolute;
    top: 40px;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: var(--color-accent-2);
    z-index: 1;
}

.journey-node {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 0 1rem;
}

.node-icon-wrapper {
    background-color: var(--color-base);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 1.5rem;
}

.node-img-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s var(--ease-spring);
}

.journey-node:hover .node-img-icon {
    transform: scale(1.1) translateY(-5px);
}

.node-title {
    font-family: var(--font-primary);
    color: var(--color-dark);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.node-desc {
    font-size: 0.95rem;
    color: #555;
}

/* ─── INDEX.HTML — Pillars / Credibility Section ────────────────────────── */
.pillars-section {
    background-color: var(--color-warm);
}

.pillars-section h2 {
    text-align: center;
    color: var(--color-primary);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-inline: auto;
}

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

.pillar-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0px 4px 0px 0px #295334;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 992px) {
    .pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .pillar-card {
        width: 100%;
        box-sizing: border-box;
        padding: 2rem var(--mobile-gutter);
    }
}

/* ─── INDEX.HTML — SDG Section ──────────────────────────────────────────── */
.sdg-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.sdg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .sdg-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

.sdg-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.sdg-icon-circle {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background-color: #295334;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sdg-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
    .journey-diagram {
        flex-direction: column;
        gap: 3rem;
    }

    .journey-line {
        width: 2px;
        height: 80%;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   MISSION-VALUES.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.mission-hero {
    padding: 160px 0 60px;
    text-align: center;
}

.mission-hero h1 {
    margin-bottom: 1.5rem;
}

.intro-lead {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Merriweather', serif;
    font-size: 24px;
    line-height: 44px;
    color: #534631;
    text-align: center;
}

.intro-lead strong {
    color: #534631;
    font-weight: 700;
}

.approach-section {
    background-color: var(--color-warm);
    padding: 80px 0;
}

.approach-text {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 44px;
    color: var(--color-dark);
    text-align: center;
}

.mission-banner {
    background-color: var(--color-primary);
    padding: 6rem 0;
    color: white;
}

.mission-banner .grid {
    grid-template-columns: 0.8fr 1.2fr;
}

.banner-image-box {
    background: #fff;
    padding: 2.5rem;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.banner-image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.banner-content h2 {
    color: white;
    font-size: 30px;
    line-height: 45px;
    font-family: 'Merriweather', serif;
    text-align: center;
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.banner-content h2::after {
    display: none !important;
}

.banner-content em {
    font-style: italic;
    font-weight: 400;
}

.banner-content strong {
    font-weight: 700;
    color: white;
}

.values-section {
    padding: 100px 0 120px;
    background-color: var(--color-base);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.5rem;
    margin-top: 5rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.value-card {
    background: #fff;
    padding: 4rem 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(41, 83, 52, 0.1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(41, 83, 52, 0.05);
}

.value-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(41, 83, 52, 0.15);
    border-color: var(--color-accent-2);
}

.value-card-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 2.5rem;
    object-fit: contain;
}

.value-card h3 {
    color: var(--color-primary);
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.value-card h3::after {
    display: none !important;
}

.value-card p {
    font-size: 1rem;
    line-height: 1.8;
    color: #534631;
    text-align: center;
    margin-bottom: 0;
    opacity: 0.9;
}

@media (max-width: 992px) {
    .grid-cols-2 {
        grid-template-columns: 1fr;
    }

    .banner-content h2 {
        text-align: center;
        margin-top: 3rem;
        font-size: 1.6rem;
    }

    .banner-image-box {
        max-width: 450px;
        margin: 0 auto;
    }

    .values-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   TEAM.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.team-hero {
    padding: 160px 0 60px;
    background-color: var(--color-base);
    text-align: center;
}

.team-hero-subtitle {
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.team-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.team-intro p {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(46, 43, 38, 0.85);
    margin-bottom: 1.5rem;
}

.team-section {
    background-color: var(--color-base);
    padding: 4rem 0 10rem;
}

/* ── Team Grid ── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
}

.team-member {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.team-member:hover {
    transform: translateY(-8px);
}

.member-photo {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 4px solid #FFFFFF;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-member:hover .member-photo {
    box-shadow: var(--shadow-lg);
    border-color: var(--color-accent-4);
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.member-name {
    font-family: var(--font-primary);
    font-size: 1.6rem;
    color: var(--color-dark);
    margin-bottom: 0.25rem;
    font-weight: 700;
}

.member-name::after {
    display: none !important;
}

.member-title {
    font-family: var(--font-secondary);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.member-tagline {
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    color: rgba(46, 43, 38, 0.65);
    font-style: italic;
    line-height: 1.5;
    max-width: 260px;
    margin: 0 auto;
}

/* ── Team Modal ── */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46, 43, 38, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2rem;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #FFFFFF;
    border-radius: 24px;
    max-width: 750px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(30px) scale(0.98);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
    padding: 3rem;
}

.modal-overlay.active .modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.modal-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.modal-circle-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.modal-header-text {
    display: flex;
    flex-direction: column;
}

.modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-dark);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.modal-close:hover {
    background: var(--color-primary);
    color: #FFF;
}

#modalName {
    font-size: 2rem;
    color: var(--color-dark);
    margin-bottom: 0.2rem;
}

#modalName::after {
    display: none;
}

#modalTitle {
    font-family: var(--font-secondary);
    font-size: 0.95rem;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.25rem;
}

#modalBio {
    font-family: 'Merriweather', serif;
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(46, 43, 38, 0.8);
}

#modalBio p {
    margin-bottom: 1.5rem;
}

#modalBio p:last-child {
    margin-bottom: 0;
}

/* Modal Scrollbar */
.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
    border-radius: 0 24px 24px 0;
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

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

@media (max-width: 650px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .member-photo {
        width: 200px;
        height: 200px;
    }

    .team-hero {
        padding: 130px 0 40px;
    }

    .modal-content {
        padding: 2rem;
    }

    .modal-circle-photo {
        width: 80px;
        height: 80px;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   CONTACT.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-form {
        padding: 2rem 1.5rem;
    }

    .grid.grid-cols-2 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.contact-info {
    background-color: var(--color-primary);
    color: var(--color-base);
    padding: 3rem 2rem;
    border-radius: var(--radius-lg);
    height: fit-content;
}

.contact-info h3,
.contact-info h4,
.contact-info p,
.contact-info a {
    text-align: left !important;
}

.contact-info h3 {
    color: var(--color-accent-4);
    margin-bottom: 2rem;
}

.info-group {
    margin-bottom: 2rem;
}

.info-group h4 {
    font-family: var(--font-secondary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent-2);
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.info-group p,
.info-group a {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.info-group a:hover {
    color: var(--color-accent-3);
}

.contact-form {
    background: #fff;
    padding: 3rem;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--color-dark);
    font-family: var(--font-secondary);
}

.form-control {
    width: 100%;
    padding: 1rem;
    border: 2px solid #eee;
    border-radius: var(--radius-sm);
    font-family: var(--font-secondary);
    font-size: 1rem;
    background-color: #faf9f6;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--color-accent-1);
    background-color: #fff;
}

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

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%232E2B26'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5em;
}


/* ═══════════════════════════════════════════════════════════════════════════
   GET-INVOLVED.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.involve-intro {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
    font-size: 1.2rem;
}

.ways-to-engage {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}

.engage-card {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-md);
    border-bottom: 5px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.engage-card:nth-child(1) {
    border-color: var(--color-accent-1);
}

.engage-card:nth-child(2) {
    border-color: var(--color-accent-3);
}

.engage-card:nth-child(3) {
    border-color: var(--color-accent-5);
}

.engage-card:hover {
    transform: translateY(-10px);
}

.engage-icon {
    margin-bottom: 1.5rem;
}

.engage-icon img {
    width: 100%;
    max-width: 200px;
    height: auto;
    object-fit: contain;
}

.engage-card h3 {
    color: var(--color-dark);
    margin-bottom: 1rem;
}

.engage-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 2rem;
}

.cta-banner {
    background-color: var(--color-primary);
    color: var(--color-base);
    padding: 0;
    border-radius: var(--radius-lg);
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}

.cta-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 300px;
}

.cta-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
}

.cta-banner h2 {
    color: var(--color-accent-4);
}

@media (max-width: 768px) {
    .cta-banner {
        grid-template-columns: 1fr;
    }

    .cta-banner-image {
        min-height: 250px;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   RETREATS.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.retreats-hero {
    padding: 180px 0 80px;
    background-color: var(--color-warm);
    text-align: center;
}

.hero-subtitle {
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.hero-title {
    font-size: 4rem;
    color: var(--color-dark);
    margin-bottom: 1.5rem;
}

.hero-title::after {
    display: none;
}

.hero-lead {
    font-family: 'Merriweather', serif;
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(46, 43, 38, 0.7);
    max-width: 800px;
    margin: 0 auto;
}

.retreats-main {
    background-color: var(--color-base);
    padding: 6rem 0 10rem;
}

@media (max-width: 768px) {
    .retreats-hero {
        padding: 150px 0 60px;
    }

    .hero-title {
        font-size: 2.8rem;
    }
}


/* ═══════════════════════════════════════════════════════════════════════════
   INSIGHTS.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 3rem;
}

.blog-card {
    background: #fff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.blog-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 2rem;
}

.blog-meta {
    font-family: var(--font-secondary);
    font-size: 0.85rem;
    color: var(--color-accent-1);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.blog-title {
    color: var(--color-dark);
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-excerpt {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.read-more {
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.read-more:hover {
    gap: 0.75rem;
}


/* ═══════════════════════════════════════════════════════════════════════════
   COMMUNITY.HTML
   ═══════════════════════════════════════════════════════════════════════════ */
.community-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 4rem 2rem;
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
}

.community-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    color: var(--color-primary);
}


/* ═══════════════════════════════════════════════════════════════════════════
   HEADING HIERARCHY — Visual h1 class for demoted h2 tags
   ═══════════════════════════════════════════════════════════════════════════ */
h2.h1-visual {
    color: #295334;
    font-family: 'Alegreya', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    /* Explicitly no ::after swirl — that's only for the real h1 */
}

h2.h1-visual::after {
    display: none !important;
}

@media (max-width: 768px) {
    h2.h1-visual {
        font-size: 26px !important;
        line-height: 34px !important;
    }
}
