/**
 * Layout
 * Footer, Contact, Page Headers, Single Post
 *
 * @package Rhymefest
 */

/* ============================================
/* ============================================
   BREADCRUMBS
   ============================================ */
#content {
    position: relative;
}

.breadcrumbs {
    background-color: transparent;
    padding: 8px 0;
    font-size: 0.8125rem;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
}
.breadcrumbs .container {
    pointer-events: auto;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    margin: 0 0.5rem;
    color: rgba(255, 255, 255, 0.3);
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.breadcrumb-item a:hover {
    color: var(--color-blue);
}

.breadcrumb-current {
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    padding: 40px 0 20px;
}

/* Centered logo area */
.footer-logo-centered {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo-centered img,
.footer-logo-centered .custom-logo {
    max-height: 80px;
    width: auto;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
    margin-bottom: 1rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo-centered > a,
.footer-logo-centered .custom-logo-link {
    display: inline-block;
}

.footer-logo-centered .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-centered .social-links {
    justify-content: center !important;
    width: 100%;
}

.social-links {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.social-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--color-white);
    transition: all var(--transition-fast);
}

.social-link:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
}

/* Footer links row - 3 columns */
.footer-links-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.footer-heading {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 0.5rem;
    font-family: var(--font-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.25rem;
}

.footer-links a {
    display: inline-block;
    padding: 0.15rem 0;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    transition: color var(--transition-fast);
    font-size: 0.875rem;
}

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

/* Footer bottom */
.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
}

.footer-legal {
    display: flex;
    gap: 1.5rem;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8125rem;
    transition: color var(--transition-fast);
}

.footer-legal a:hover {
    color: var(--color-blue);
}
/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-form {
    max-width: 600px;
}

.contact-info-card {
    background: var(--color-white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
}

.contact-info-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(76, 185, 221, 0.1);
    border-radius: 12px;
    color: var(--color-blue);
    flex-shrink: 0;
}

.contact-info-content h4 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.contact-info-content p {
    color: var(--color-gray);
    margin-bottom: 0;
}

/* WPForms container styling */
.wpforms-container {
    margin: 0;
}

.wpforms-form .wpforms-field-container {
    max-width: 100%;
}

/* ============================================
   PAGE HEADER
   ============================================ */
.page-header {
    background: linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-dark-blue-deeper) 100%);
    padding: 140px 0 90px;
    text-align: center;
    color: var(--color-white);
    margin-top: 0;
}

.page-header h1 {
    font-size: 3rem;
    color: var(--color-white);
    margin-bottom: 1rem;
}

.page-header .section-badge {
    display: inline-block;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.0625rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.page-header .page-header-copy {
    font-size: 1.125rem;
    opacity: 0.85;
    max-width: 650px;
    margin: 0.5rem auto 0;
    line-height: 1.6;
}

/* Page Header with Background Image */
.page-header-has-bg {
    position: relative;
    overflow: hidden;
}

.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 25% !important;
}

.page-header-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(56, 81, 100, 0.82) 0%, rgba(56, 81, 100, 0.92) 100%);
    z-index: 1;
}

.page-header-has-bg .container {
    position: relative;
    z-index: 2;
}

.page-header-has-bg h1,
.page-header-has-bg p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Page Header with Map Background (Contact page) */
.page-header-with-map {
    position: relative;
    overflow: hidden;
}

.page-header-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.page-header-map-bg iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
    filter: grayscale(30%) brightness(0.9);
}

.page-header-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(56, 81, 100, 0.85) 0%, rgba(56, 81, 100, 0.95) 100%);
    z-index: 1;
}

.page-header-with-map .container {
    position: relative;
    z-index: 2;
}

.page-header-with-map h1,
.page-header-with-map p {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
}

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

.breadcrumbs span {
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   SINGLE POST
   ============================================ */
.single-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}

.post-header {
    margin-bottom: 2rem;
}

.post-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--color-gray);
}

.post-featured-image {
    margin-bottom: 2rem;
    border-radius: 12px;
    overflow: hidden;
}

.post-content {
    font-size: 1.125rem;
    line-height: 1.8;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.post-content ul,
.post-content ol {
    margin-bottom: 1.5rem;
}

.post-content li {
    margin-bottom: 0.5rem;
}

.post-content blockquote {
    border-left: 4px solid var(--color-blue);
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: var(--color-gray);
}

/* ============================================
   ARCHIVE PAGES
   ============================================ */
.archive-content {
    padding: 60px 0;
}

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

/* ============================================
   SITE CONTENT
   ============================================ */
.site-content {
    min-height: 50vh;
}

body.home .site-content,
body.page .site-content,
body.single .site-content,
body.archive .site-content {
    overflow-x: hidden;
}

.site-main > .container {
    width: 100%;
}

/* ============================================
   GALLERY ARCHIVE PAGE
   ============================================ */
.gallery-archive-page {
    padding-bottom: 60px;
}

.gallery-page-header {
    background: linear-gradient(135deg, var(--color-dark-blue) 0%, #2a3d4d 100%);
    color: var(--color-white);
    padding: 60px 0;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-page-header .page-title {
    color: var(--color-white);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.gallery-page-header .page-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.gallery-archive-container {
    padding: 0 1rem;
}

.gallery-archive-grid {
    margin-bottom: 40px;
}

.gallery-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 20px 0;
}

.gallery-pagination a,
.gallery-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    background: var(--color-white);
    border: 1px solid #ddd;
    border-radius: 4px;
    color: var(--color-dark-blue);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all var(--transition-fast);
}

.gallery-pagination a:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
}

.gallery-pagination .current {
    background: var(--color-blue);
    border-color: var(--color-blue);
    color: var(--color-white);
}

.no-gallery-images {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* ============================================
   VOLUNTEER PAGE
   ============================================ */
.volunteer-intro {
    background: var(--color-white);
    padding: 60px 0;
}

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

.volunteer-intro-text {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--color-dark-blue);
}

.volunteer-opportunities {
    background: var(--color-light-gray);
    padding: 80px 0;
}

.volunteer-opportunities .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: var(--color-dark-blue);
}

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

.opportunity-card {
    background: var(--color-white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-md);
    text-align: center;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.opportunity-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.opportunity-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 185, 221, 0.1);
    border-radius: 50%;
    color: var(--color-blue);
}

.opportunity-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--color-dark-blue);
}

.opportunity-card p {
    font-size: 0.9375rem;
    color: var(--color-gray);
    line-height: 1.6;
    margin-bottom: 0;
}

.volunteer-signup {
    background: var(--color-white);
    padding: 80px 0;
}

.volunteer-signup-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.volunteer-signup-info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--color-dark-blue);
}

.volunteer-signup-info > p {
    font-size: 1.125rem;
    color: var(--color-gray);
    margin-bottom: 2rem;
}

.volunteer-benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-dark-blue);
}

.benefit-item svg {
    color: var(--color-blue);
    flex-shrink: 0;
}

.volunteer-signup-form {
    background: var(--color-light-gray);
    border-radius: 12px;
    padding: 2rem;
}

.volunteer-signup-form .contact-form {
    max-width: 100%;
}

.checkbox-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.btn-full-width {
    width: 100%;
}

.form-note {
    font-size: 0.875rem;
    color: var(--color-gray);
    margin-top: 1rem;
    text-align: center;
}

/* ============================================
   VOLUNTEER PAGE - PHOTO STRIP
   ============================================ */
.volunteer-photo-strip {
    background: var(--color-white);
    padding: 60px 0 0;
    overflow: hidden;
}

.volunteer-photo-strip .section-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2.5rem;
    color: var(--color-dark-blue);
}

.volunteer-photos-grid {
    display: grid;
    gap: 0;
    width: 100%;
}

.volunteer-photos-grid.photos-count-1 {
    grid-template-columns: 1fr;
}

.volunteer-photos-grid.photos-count-2 {
    grid-template-columns: 1fr 1fr;
}

.volunteer-photos-grid.photos-count-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.volunteer-photos-grid.photos-count-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.volunteer-photo-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.volunteer-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.volunteer-photo-item:hover img {
    transform: scale(1.05);
}

/* ============================================
   VOLUNTEER PAGE - IMPACT / QUOTE SECTION
   ============================================ */
.volunteer-impact {
    background: var(--color-light-gray);
    padding: 80px 0;
}

.volunteer-impact-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.volunteer-impact-wrapper.has-image {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
    max-width: 1000px;
}

.volunteer-impact-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.volunteer-impact-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.volunteer-impact-quote-icon {
    color: var(--color-blue);
    margin-bottom: 1rem;
}

.volunteer-impact-wrapper:not(.has-image) .volunteer-impact-quote-icon {
    display: flex;
    justify-content: center;
}

.volunteer-impact-blockquote {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--color-dark-blue);
    font-style: italic;
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
}

.volunteer-impact-cite {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--color-blue);
    font-style: normal;
    font-weight: 600;
}

/* ============================================
   CONTACT PAGE - SIDEBAR IMAGE
   ============================================ */
.contact-sidebar-image {
    margin-top: 2rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.contact-sidebar-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* ============================================
   CONTACT PAGE - CTA SECTION
   ============================================ */
.contact-cta-section {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-dark-blue-deeper) 100%);
    overflow: hidden;
    text-align: center;
}

.contact-cta-section.has-bg-image {
    padding: 100px 0;
}

.contact-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.contact-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(56, 81, 100, 0.88) 0%, rgba(40, 60, 80, 0.92) 100%);
    z-index: 1;
}

.contact-cta-section .container {
    position: relative;
    z-index: 2;
}

.contact-cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.contact-cta-icon {
    color: var(--color-red);
    margin-bottom: 1.5rem;
}

.contact-cta-content h2 {
    font-size: 2.5rem;
    color: var(--color-white);
    margin-bottom: 1rem;
}

.contact-cta-content p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   ABOUT PAGE - ENHANCED
   ============================================ */
.about-page .about-hero {
    background: linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-dark-blue-deeper) 100%);
    text-align: center;
}

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

.about-page .about-hero-subtitle {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

.about-page .about-intro-section {
    background: var(--color-white);
    padding: 60px 0 40px;
}

.about-page .about-intro-grid {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 4rem;
    align-items: start;
}

.about-page .about-intro-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
}

.about-page .about-intro-content h2 {
    font-size: 2rem;
    color: var(--color-dark-blue);
    margin-bottom: 1.5rem;
}

.about-page .about-intro-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--color-gray);
    margin-bottom: 2rem;
}

.about-page .about-awards-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.about-page .award-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(76, 185, 221, 0.1);
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-dark-blue);
}

.about-page .award-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.about-page .about-story-section {
    background: var(--color-light-gray);
    padding: 60px 0 40px;
}

.about-page .about-story-content {
    max-width: 800px;
    margin: 0 auto;
}

.about-page .about-story-content .section-title {
    text-align: center;
    margin-bottom: 2rem;
}

.about-page .about-story-text {
    font-size: 1.125rem;
    line-height: 1.9;
    color: var(--color-text);
}

.about-page .about-story-text p {
    margin-bottom: 1.5rem;
}

/* Video Bio Section */
.about-page .about-video-section {
    background: linear-gradient(135deg, var(--color-white) 0%, var(--color-light-gray) 100%);
    padding: 40px 0 60px;
    position: relative;
}

.about-page .about-video-section--dark {
    background:
        linear-gradient(180deg, var(--color-dark-blue) 0%, var(--color-dark-blue) 200px, transparent 320px),
        linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-dark-blue-deeper) 100%);
    padding: 200px 0 60px;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
@media (min-width: 576px) {
    .about-page .about-video-section--dark { padding-top: 240px; }
}
@media (min-width: 768px) {
    .about-page .about-video-section--dark { padding-top: 300px; }
}
@media (min-width: 1200px) {
    .about-page .about-video-section--dark { padding-top: 360px; }
}

.about-page .video-bio-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.about-page .video-bio-embed {
    width: 100%;
    margin-bottom: 2.5rem;
}

.about-page .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: var(--color-dark-blue);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(56, 81, 100, 0.25);
}

.about-page .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about-page .video-bio-content {
    text-align: center;
    width: 100%;
}

.about-page .video-bio-content .section-title {
    margin-bottom: 1.5rem;
    color: var(--color-dark-blue);
}

.about-page .about-video-section--dark .video-bio-content .section-title {
    color: var(--color-white);
}

.about-page .video-bio-text {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-text);
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.about-page .about-video-section--dark .video-bio-text {
    color: rgba(255, 255, 255, 0.9);
}

.about-page .video-bio-text p {
    margin-bottom: 1.25rem;
}

.about-page .video-bio-text p:last-child {
    margin-bottom: 0;
}

.about-page .about-community-section {
    background: var(--color-white);
    padding: 80px 0;
}

.about-page .about-community-section .section-title {
    text-align: center;
    margin-bottom: 0.5rem;
}

.about-page .about-community-section .section-subtitle {
    text-align: center;
    color: var(--color-gray);
    font-size: 1.125rem;
    margin-bottom: 3rem;
}

.about-page .community-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.about-page .community-card {
    background: var(--color-light-gray);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.about-page .community-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(76, 185, 221, 0.15);
    border-radius: 50%;
    color: var(--color-blue);
}

.about-page .community-card h3 {
    font-size: 1.25rem;
    color: var(--color-dark-blue);
    margin-bottom: 0.75rem;
}

.about-page .community-card p {
    font-size: 0.9375rem;
    color: var(--color-gray);
    line-height: 1.6;
    margin-bottom: 0;
}

/* Artistry to Advocacy Section */
.about-page .about-artistry-section {
    background: linear-gradient(180deg, #f5f8fb 0%, #eaf3f9 100%);
    padding: 80px 0;
}

.about-page .about-artistry-content {
    max-width: 760px;
    margin: 0 auto;
}

.about-page .about-artistry-section .section-title {
    text-align: center;
    margin-bottom: 1.5rem;
    color: var(--color-dark-blue);
}

.about-page .about-artistry-text {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4a5568;
    text-align: center;
}

.about-page .about-artistry-text p {
    margin-bottom: 1rem;
}

.about-page .about-artistry-text p:last-child {
    margin-bottom: 0;
}

.about-page .about-priorities-section {
    background:
        linear-gradient(180deg, var(--color-dark-blue) 0%, var(--color-dark-blue) 200px, transparent 320px),
        linear-gradient(135deg, var(--color-dark-blue) 0%, var(--color-dark-blue-deeper) 100%);
    padding: 200px 0 80px;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
@media (min-width: 576px) {
    .about-page .about-priorities-section { padding-top: 240px; }
}
@media (min-width: 768px) {
    .about-page .about-priorities-section { padding-top: 300px; }
}
@media (min-width: 1200px) {
    .about-page .about-priorities-section { padding-top: 360px; }
}

.about-page .about-priorities-section .section-title {
    text-align: center;
    color: var(--color-white);
    margin-bottom: 3rem;
}

.about-page .priorities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.about-page .priority-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

.about-page .priority-number {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-blue);
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-white);
}

.about-page .priority-card h3 {
    font-size: 1.25rem;
    color: var(--color-white);
    margin-bottom: 0.75rem;
}

.about-page .priority-card p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 0;
}

.about-page .about-stats-section {
    background: var(--color-white);
    padding: 80px 0;
}

.about-page .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-page .stat-card {
    text-align: center;
    padding: 2rem;
}

.about-page .stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-blue);
    font-family: var(--font-heading);
    line-height: 1.2;
}

.about-page .stat-label {
    display: block;
    font-size: 0.875rem;
    color: var(--color-gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
}

.about-page .about-family-section {
    background: var(--color-light-gray);
    padding: 80px 0;
}

.about-page .family-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.about-page .family-content h2 {
    font-size: 2rem;
    color: var(--color-dark-blue);
    margin-bottom: 1rem;
}

.about-page .family-content p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--color-gray);
}

/* ============================================
   CONTACT PAGE (Refactored)
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-sidebar h2 {
    margin-bottom: 1.5rem;
    color: var(--color-dark-blue);
}

.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--color-light-gray);
    border-radius: 12px;
}

.contact-info-icon {
    width: 48px;
    height: 48px;
    background: var(--color-blue);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon svg {
    stroke: white;
}

.contact-info-content h4 {
    margin-bottom: 0.25rem;
    font-size: 1rem;
    color: var(--color-dark-blue);
}

.contact-info-content p,
.contact-info-content a {
    color: var(--color-gray);
    margin-bottom: 0;
}

.contact-info-content a:hover {
    color: var(--color-blue);
}

.contact-social-box {
    margin-top: 2rem;
    padding: 1.5rem;
    background: var(--color-dark-blue);
    border-radius: 12px;
    color: white;
}

.contact-social-box h4 {
    color: white;
    margin-bottom: 1rem;
}

.contact-form-wrapper {
    background: var(--color-light-gray);
    border-radius: 12px;
    padding: 2rem;
}

.contact-form-wrapper h3 {
    margin-bottom: 1.5rem;
    color: var(--color-dark-blue);
}

.contact-form-wrapper .contact-form {
    max-width: 100%;
}

/* ============================================
   CTA SECTION (Shared)
   ============================================ */
.cta-section {
    background: linear-gradient(180deg, var(--color-red) 0%, var(--color-red) 45%, #d94a4b 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    color: var(--color-white);
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-outline-white {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: var(--color-white);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--color-white);
    color: var(--color-white);
}

/* ============================================
   RIDING WITH RHYMEFEST PAGE
   ============================================ */
.riding-experience-section {
    position: relative;
    overflow: hidden;
    background: var(--color-dark-blue);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 60vh;
    padding-top: 40px;
}

.riding-cityscape-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.riding-cityscape-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.5;
}

.riding-car-wrapper {
    position: relative;
    z-index: 2;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 0;
    align-self: center;
}

.riding-car-frame {
    position: relative;
    z-index: 2;
    pointer-events: none;
    line-height: 0;
}

.riding-car-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.riding-windshield {
    position: absolute;
    top: 8%;
    left: 16%;
    right: 15.5%;
    bottom: 54%;
    z-index: 1;
    overflow: hidden;
    background: #000;
    border-radius: 2px;
}

.riding-windshield iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.riding-windshield .riding-no-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 1rem;
    font-size: 0.9375rem;
}

.riding-caption {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 1.25rem 1rem 2rem;
    background: var(--color-dark-blue);
}

.riding-caption p {
    color: var(--color-white);
    font-size: 1.125rem;
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: 0.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.riding-content-section {
    background: var(--color-white);
    padding: 60px 0;
}

.riding-content-text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--color-text);
}

.riding-content-text p {
    margin-bottom: 1.25rem;
}

.riding-content-text p:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .riding-caption p {
        font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
    .riding-car-wrapper {
        width: 65%;
        max-width: 650px;
        margin: 0 auto;
    }

    .riding-windshield {
        top: 8%;
        left: 16%;
        right: 15.5%;
        bottom: 54%;
    }

    .riding-caption {
        padding: 1.5rem 1rem 2.5rem;
    }

    .riding-caption p {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .riding-car-wrapper {
        width: 55%;
        max-width: 600px;
        margin: 0 auto;
    }

    .riding-windshield {
        top: 8%;
        left: 16%;
        right: 15.5%;
        bottom: 54%;
    }

    .riding-caption p {
        font-size: 1.625rem;
    }

    .riding-content-section {
        padding: 80px 0;
    }
}
