        /* ============================================
           LODGE TEMPLATE — CSS CUSTOM PROPERTIES
           These would be configurable per-lodge
           ============================================ */
        :root {
            --primary: #0F1D3D;
            --primary-light: #1B2E5A;
            --accent: #C5A044;
            --accent-light: #D4B567;
            --accent-glow: rgba(197, 160, 68, 0.15);
            --white: #FFFFFF;
            --off-white: #F8F7F4;
            --light-gray: #E8E6E1;
            --medium-gray: #9A9690;
            --dark-gray: #3A3832;
            --text: #2A2826;
            --heading-font: 'EB Garamond', Georgia, serif;
            --body-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            --max-width: 1200px;
            --section-padding: 100px;
        }

        /* ============================================
           RESET & BASE
           ============================================ */
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        html { scroll-behavior: smooth; font-size: 16px; }

        body {
            font-family: var(--body-font);
            color: var(--text);
            background: var(--white);
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }

        img { max-width: 100%; display: block; }
        a { color: inherit; text-decoration: none; }
        ul { list-style: none; }

        .container {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 0 24px;
        }

        /* ============================================
           TYPOGRAPHY
           ============================================ */
        h1, h2, h3, h4, h5 {
            font-family: var(--heading-font);
            font-weight: 600;
            line-height: 1.2;
            color: var(--primary);
        }

        h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
        h2 { font-size: clamp(2rem, 3.5vw, 2.75rem); }
        h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); }

        .section-label {
            font-family: var(--body-font);
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 12px;
        }

        .section-heading {
            margin-bottom: 20px;
        }

        .section-subtext {
            font-size: 1.1rem;
            color: var(--medium-gray);
            max-width: 600px;
            line-height: 1.8;
        }

        /* ============================================
           NAVIGATION
           ============================================ */
        .nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            padding: 20px 0;
            transition: all 0.4s ease;
        }

        .nav.scrolled {
            background: rgba(15, 29, 61, 0.97);
            backdrop-filter: blur(20px);
            padding: 12px 0;
            box-shadow: 0 4px 30px rgba(0,0,0,0.15);
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .nav-brand {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .nav-logo {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .nav-logo svg {
            width: 40px;
            height: 40px;
        }

        .nav-brand-text {
            display: flex;
            flex-direction: column;
        }

        .nav-brand-name {
            font-family: var(--heading-font);
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--white);
            letter-spacing: 0.5px;
        }

        .nav-brand-sub {
            font-size: 0.65rem;
            font-weight: 500;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--accent);
        }

        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
        }

        .nav-links a {
            font-size: 0.85rem;
            font-weight: 500;
            color: rgba(255,255,255,0.8);
            letter-spacing: 0.5px;
            transition: color 0.3s;
            position: relative;
        }

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

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 0;
            height: 1.5px;
            background: var(--accent);
            transition: width 0.3s;
        }

        .nav-links a:hover::after { width: 100%; }

        .nav-cta {
            padding: 10px 24px !important;
            background: var(--accent);
            color: var(--primary) !important;
            font-weight: 600 !important;
            border-radius: 6px;
            transition: all 0.3s !important;
        }

        .nav-cta:hover {
            background: var(--accent-light) !important;
            transform: translateY(-1px);
        }

        .nav-cta::after { display: none !important; }

        .mobile-toggle {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            padding: 8px;
        }

        .mobile-toggle span {
            width: 24px;
            height: 2px;
            background: var(--white);
            transition: all 0.3s;
            border-radius: 2px;
        }

        /* ============================================
           HERO
           ============================================ */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            background: var(--primary);
            overflow: hidden;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            background:
                radial-gradient(ellipse at 20% 50%, rgba(197, 160, 68, 0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(27, 46, 90, 0.6) 0%, transparent 50%),
                linear-gradient(180deg, var(--primary) 0%, #0a1428 100%);
        }

        .hero-pattern {
            position: absolute;
            inset: 0;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .hero-content {
            position: relative;
            z-index: 2;
            padding-top: 120px;
        }

        .hero-est {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 28px;
            padding: 8px 20px;
            background: rgba(197, 160, 68, 0.1);
            border: 1px solid rgba(197, 160, 68, 0.2);
            border-radius: 100px;
        }

        .hero-est-dot {
            width: 6px;
            height: 6px;
            background: var(--accent);
            border-radius: 50%;
        }

        .hero-est span {
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
        }

        .hero h1 {
            color: var(--white);
            margin-bottom: 24px;
            max-width: 700px;
        }

        .hero h1 em {
            font-style: italic;
            color: var(--accent);
        }

        .hero-subtitle {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.6);
            max-width: 520px;
            line-height: 1.8;
            margin-bottom: 40px;
        }

        .hero-actions {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 80px;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            font-family: var(--body-font);
            font-size: 0.9rem;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s;
            border: none;
        }

        .btn-primary {
            background: var(--accent);
            color: var(--primary);
        }

        .btn-primary:hover {
            background: var(--accent-light);
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(197, 160, 68, 0.3);
        }

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

        .btn-outline:hover {
            border-color: var(--accent);
            color: var(--accent);
        }

        .hero-meeting-bar {
            display: flex;
            gap: 40px;
            padding: 28px 36px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            backdrop-filter: blur(10px);
        }

        .hero-meeting-item {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .hero-meeting-icon {
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(197, 160, 68, 0.1);
            border-radius: 10px;
            color: var(--accent);
        }

        .hero-meeting-label {
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.4);
            margin-bottom: 2px;
        }

        .hero-meeting-value {
            font-family: var(--heading-font);
            font-size: 1.05rem;
            color: var(--white);
            font-weight: 500;
        }

        .hero-meeting-divider {
            width: 1px;
            background: rgba(255,255,255,0.1);
        }

        /* ============================================
           AUDIENCE CARDS
           ============================================ */
        .audience {
            padding: var(--section-padding) 0;
            background: var(--off-white);
        }

        .audience-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .audience-header .section-subtext {
            margin: 0 auto;
        }

        .audience-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .audience-card {
            padding: 44px 36px;
            background: var(--white);
            border-radius: 16px;
            border: 1px solid var(--light-gray);
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
        }

        .audience-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            border-color: var(--accent);
        }

        .audience-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: var(--accent);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .audience-card:hover::before { opacity: 1; }

        .audience-icon {
            width: 56px;
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--accent-glow);
            border-radius: 14px;
            margin-bottom: 24px;
            color: var(--accent);
        }

        .audience-card h3 { margin-bottom: 12px; }

        .audience-card p {
            color: var(--medium-gray);
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 24px;
        }

        .audience-link {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--accent);
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.3s;
        }

        .audience-link:hover { gap: 12px; }

        /* ============================================
           ABOUT / HISTORY
           ============================================ */
        .about {
            padding: var(--section-padding) 0;
        }

        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .about-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            aspect-ratio: 4/3;
            background: var(--primary);
        }

        .about-image-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
            color: var(--accent);
            gap: 16px;
        }

        .about-image-placeholder span {
            font-size: 0.8rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.4);
        }

        .about-year-badge {
            position: absolute;
            bottom: 24px;
            left: 24px;
            padding: 16px 24px;
            background: rgba(15, 29, 61, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            border: 1px solid rgba(197, 160, 68, 0.2);
        }

        .about-year-badge .year {
            font-family: var(--heading-font);
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent);
            line-height: 1;
        }

        .about-year-badge .label {
            font-size: 0.7rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.5);
        }

        .about-content .section-subtext {
            margin-bottom: 32px;
        }

        .about-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            padding-top: 32px;
            border-top: 1px solid var(--light-gray);
        }

        .about-stat-value {
            font-family: var(--heading-font);
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent);
        }

        .about-stat-label {
            font-size: 0.8rem;
            color: var(--medium-gray);
            margin-top: 2px;
        }

        /* ============================================
           OFFICERS
           ============================================ */
        .officers {
            padding: var(--section-padding) 0;
            background: var(--off-white);
        }

        .officers-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .officers-header .section-subtext { margin: 0 auto; }

        .officers-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 24px;
        }

        .officer-card {
            padding: 32px 28px;
            background: var(--white);
            border-radius: 14px;
            border: 1px solid var(--light-gray);
            text-align: center;
            transition: all 0.3s;
        }

        .officer-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(0,0,0,0.06);
        }

        .officer-card.featured {
            background: var(--primary);
            border-color: var(--primary);
            grid-column: 1 / -1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
            text-align: left;
            padding: 40px 48px;
        }

        .officer-avatar {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--accent-glow), rgba(197,160,68,0.08));
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 16px;
            font-family: var(--heading-font);
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--accent);
            border: 2px solid rgba(197, 160, 68, 0.15);
        }

        .officer-card.featured .officer-avatar {
            width: 90px;
            height: 90px;
            font-size: 1.75rem;
            margin: 0;
            flex-shrink: 0;
            border-color: rgba(197, 160, 68, 0.3);
            background: rgba(197, 160, 68, 0.1);
        }

        .officer-name {
            font-family: var(--heading-font);
            font-size: 1.15rem;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .officer-card.featured .officer-name {
            color: var(--white);
            font-size: 1.35rem;
        }

        .officer-title {
            font-size: 0.8rem;
            font-weight: 500;
            color: var(--accent);
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .officers-remaining {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        /* ============================================
           CALENDAR / EVENTS
           ============================================ */
        .events {
            padding: var(--section-padding) 0;
        }

        .events-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 48px;
        }

        .events-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .event-card {
            display: flex;
            gap: 28px;
            padding: 28px 32px;
            background: var(--white);
            border: 1px solid var(--light-gray);
            border-radius: 14px;
            align-items: center;
            transition: all 0.3s;
        }

        .event-card:hover {
            border-color: var(--accent);
            box-shadow: 0 8px 30px rgba(0,0,0,0.06);
        }

        .event-date {
            text-align: center;
            min-width: 70px;
            padding: 12px 16px;
            background: var(--primary);
            border-radius: 12px;
            flex-shrink: 0;
        }

        .event-date-month {
            font-size: 0.65rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent);
        }

        .event-date-day {
            font-family: var(--heading-font);
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--white);
            line-height: 1.1;
        }

        .event-info h3 {
            font-size: 1.15rem;
            margin-bottom: 4px;
        }

        .event-meta {
            display: flex;
            gap: 20px;
            font-size: 0.85rem;
            color: var(--medium-gray);
        }

        .event-meta span {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .event-badge {
            padding: 4px 12px;
            border-radius: 100px;
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-left: auto;
            flex-shrink: 0;
        }

        .event-badge.public {
            background: rgba(34, 139, 34, 0.1);
            color: #228B22;
        }

        .event-badge.members {
            background: var(--accent-glow);
            color: var(--accent);
        }

        /* ============================================
           WHAT IS FREEMASONRY
           ============================================ */
        .freemasonry {
            padding: var(--section-padding) 0;
            background: var(--primary);
            color: var(--white);
            position: relative;
            overflow: hidden;
        }

        .freemasonry::before {
            content: '';
            position: absolute;
            inset: 0;
            opacity: 0.03;
            background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        .freemasonry .container { position: relative; z-index: 1; }

        .freemasonry-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .freemasonry-header h2 { color: var(--white); }
        .freemasonry-header .section-subtext {
            margin: 0 auto;
            color: rgba(255,255,255,0.5);
        }

        .freemasonry-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 48px;
        }

        .freemasonry-card {
            padding: 36px 30px;
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 16px;
            transition: all 0.3s;
        }

        .freemasonry-card:hover {
            background: rgba(255,255,255,0.07);
            border-color: rgba(197, 160, 68, 0.3);
        }

        .freemasonry-card h3 {
            color: var(--white);
            margin-bottom: 12px;
        }

        .freemasonry-card p {
            color: rgba(255,255,255,0.5);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .freemasonry-card .card-icon {
            width: 48px;
            height: 48px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(197, 160, 68, 0.1);
            border-radius: 12px;
            margin-bottom: 20px;
            color: var(--accent);
        }

        .freemasonry-quote {
            text-align: center;
            padding: 40px;
            background: rgba(197, 160, 68, 0.06);
            border: 1px solid rgba(197, 160, 68, 0.15);
            border-radius: 16px;
        }

        .freemasonry-quote blockquote {
            font-family: var(--heading-font);
            font-size: 1.4rem;
            font-style: italic;
            color: rgba(255,255,255,0.85);
            max-width: 700px;
            margin: 0 auto 12px;
        }

        .freemasonry-quote cite {
            font-family: var(--body-font);
            font-size: 0.85rem;
            font-style: normal;
            color: var(--accent);
            font-weight: 500;
        }

        /* ============================================
           CONTACT / JOIN
           ============================================ */
        .contact {
            padding: var(--section-padding) 0;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }

        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-group { display: flex; flex-direction: column; gap: 6px; }

        .form-group label {
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--medium-gray);
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            padding: 14px 18px;
            border: 1.5px solid var(--light-gray);
            border-radius: 10px;
            font-family: var(--body-font);
            font-size: 0.95rem;
            color: var(--text);
            transition: border-color 0.3s;
            background: var(--white);
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--accent);
        }

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

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .contact-info {
            padding: 44px;
            background: var(--primary);
            border-radius: 20px;
            color: var(--white);
        }

        .contact-info h2 { color: var(--white); margin-bottom: 16px; }

        .contact-info > p {
            color: rgba(255,255,255,0.5);
            margin-bottom: 36px;
            line-height: 1.7;
        }

        .contact-detail {
            display: flex;
            gap: 16px;
            align-items: flex-start;
            margin-bottom: 28px;
        }

        .contact-detail-icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(197, 160, 68, 0.1);
            border-radius: 12px;
            flex-shrink: 0;
            color: var(--accent);
        }

        .contact-detail-label {
            font-size: 0.7rem;
            font-weight: 600;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: rgba(255,255,255,0.4);
            margin-bottom: 2px;
        }

        .contact-detail-value {
            font-size: 1rem;
            color: var(--white);
        }

        .contact-map {
            width: 100%;
            height: 200px;
            border-radius: 12px;
            overflow: hidden;
            margin-top: 32px;
            background: var(--primary-light);
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255,255,255,0.1);
        }

        .contact-map span {
            font-size: 0.8rem;
            color: rgba(255,255,255,0.4);
            letter-spacing: 1px;
        }

        /* ============================================
           FOOTER
           ============================================ */
        .footer {
            padding: 60px 0 32px;
            background: #080E1C;
            color: rgba(255,255,255,0.4);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.06);
            margin-bottom: 32px;
        }

        .footer-brand-text {
            font-family: var(--heading-font);
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--white);
            margin-bottom: 12px;
        }

        .footer-brand p {
            font-size: 0.9rem;
            line-height: 1.7;
            max-width: 320px;
        }

        .footer h4 {
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 20px;
        }

        .footer ul { display: flex; flex-direction: column; gap: 12px; }

        .footer ul a {
            font-size: 0.9rem;
            transition: color 0.3s;
        }

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

        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.8rem;
        }

        .footer-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 14px;
            background: rgba(197, 160, 68, 0.08);
            border: 1px solid rgba(197, 160, 68, 0.15);
            border-radius: 6px;
            font-size: 0.75rem;
            color: var(--accent);
        }

        /* ============================================
           RESPONSIVE
           ============================================ */
        @media (max-width: 1024px) {
            .audience-grid,
            .freemasonry-grid { grid-template-columns: 1fr; }
            .about-grid { grid-template-columns: 1fr; gap: 40px; }
            .contact-grid { grid-template-columns: 1fr; }
            .officers-grid { grid-template-columns: repeat(2, 1fr); }
            .officers-remaining { grid-template-columns: repeat(2, 1fr); }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 768px) {
            :root { --section-padding: 64px; }

            .nav-links { display: none; }
            .mobile-toggle { display: flex; }

            .nav-links.open {
                display: flex;
                flex-direction: column;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: rgba(15, 29, 61, 0.98);
                backdrop-filter: blur(20px);
                padding: 24px;
                gap: 16px;
            }

            .hero-meeting-bar {
                flex-direction: column;
                gap: 20px;
            }

            .hero-meeting-divider {
                width: 100%;
                height: 1px;
            }

            .officers-grid,
            .officers-remaining { grid-template-columns: 1fr; }

            .officer-card.featured {
                flex-direction: column;
                text-align: center;
            }

            .form-row { grid-template-columns: 1fr; }

            .events-header { flex-direction: column; gap: 16px; align-items: flex-start; }

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

        /* ============================================
           HISTORY PAGE
           ============================================ */
        .page-hero {
            position: relative;
            padding: 180px 0 100px;
            background: linear-gradient(160deg, var(--primary) 0%, var(--primary-light) 100%);
            color: var(--white);
            overflow: hidden;
        }

        .page-hero::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(rgba(197, 160, 68, 0.08) 1px, transparent 1px);
            background-size: 32px 32px;
            pointer-events: none;
        }

        .page-hero h1 { color: var(--white); }
        .page-hero h1 em { color: var(--accent-light); font-style: italic; }

        .page-hero-sub {
            margin-top: 20px;
            max-width: 640px;
            font-size: 1.1rem;
            color: rgba(255,255,255,0.75);
            line-height: 1.8;
        }

        .history-section {
            padding: var(--section-padding) 0;
        }

        .history-section.alt {
            background: var(--off-white);
        }

        .history-prose {
            max-width: 720px;
        }

        .history-prose p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            line-height: 1.9;
            color: var(--dark-gray);
        }

        .history-prose .lede {
            font-size: 1.2rem;
            color: var(--text);
        }

        .pull-quote {
            border-left: 3px solid var(--accent);
            padding: 8px 0 8px 28px;
            margin: 32px 0;
            font-family: var(--heading-font);
            font-size: 1.3rem;
            font-style: italic;
            color: var(--primary);
            line-height: 1.6;
        }

        .petitioners-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 48px;
        }

        .petitioner-card {
            background: var(--white);
            border: 1px solid var(--light-gray);
            border-radius: 12px;
            padding: 28px;
        }

        .petitioner-card h3 {
            font-size: 1.15rem;
            margin-bottom: 6px;
        }

        .petitioner-card p {
            font-size: 0.9rem;
            color: var(--medium-gray);
            line-height: 1.6;
        }

        .timeline {
            position: relative;
            margin-top: 56px;
            padding-left: 36px;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 7px;
            top: 6px;
            bottom: 6px;
            width: 2px;
            background: linear-gradient(var(--accent), rgba(197, 160, 68, 0.15));
        }

        .timeline-item {
            position: relative;
            padding-bottom: 44px;
        }

        .timeline-item:last-child { padding-bottom: 0; }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -36px;
            top: 6px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--white);
            border: 3px solid var(--accent);
        }

        .timeline-year {
            font-family: var(--body-font);
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 6px;
        }

        .timeline-item h3 { margin-bottom: 8px; }

        .timeline-item p {
            max-width: 640px;
            color: var(--dark-gray);
            line-height: 1.8;
        }

        .founders-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-top: 48px;
        }

        .founder-card {
            background: var(--white);
            border: 1px solid var(--light-gray);
            border-radius: 14px;
            padding: 36px;
        }

        .founder-office {
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 10px;
        }

        .founder-card h3 {
            font-size: 1.4rem;
            margin-bottom: 4px;
        }

        .founder-tenure {
            font-size: 0.85rem;
            color: var(--medium-gray);
            margin-bottom: 16px;
        }

        .founder-card p {
            font-size: 0.95rem;
            color: var(--dark-gray);
            line-height: 1.75;
        }

        .legacy-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 48px;
        }

        .legacy-card {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(197, 160, 68, 0.2);
            border-radius: 12px;
            padding: 28px;
        }

        .legacy-card h3 {
            color: var(--accent-light);
            font-size: 1.15rem;
            margin-bottom: 8px;
        }

        .legacy-card p {
            font-size: 0.9rem;
            color: rgba(255,255,255,0.7);
            line-height: 1.65;
        }

        .history-dark {
            background: linear-gradient(160deg, var(--primary) 0%, var(--primary-light) 100%);
            color: var(--white);
        }

        .history-dark .section-heading { color: var(--white); }
        .history-dark .section-subtext { color: rgba(255,255,255,0.7); }

        .history-dark .closing-line {
            margin-top: 48px;
            font-family: var(--heading-font);
            font-size: 1.5rem;
            font-style: italic;
            color: var(--accent-light);
            text-align: center;
            line-height: 1.6;
        }

        .sources-box {
            margin-top: 56px;
            background: var(--off-white);
            border: 1px solid var(--light-gray);
            border-radius: 14px;
            padding: 36px;
            max-width: 720px;
        }

        .sources-box h3 { margin-bottom: 16px; }

        .sources-box ul {
            list-style: none;
        }

        .sources-box li {
            font-size: 0.9rem;
            color: var(--dark-gray);
            padding: 8px 0;
            border-bottom: 1px solid var(--light-gray);
            line-height: 1.6;
        }

        .sources-box li:last-child { border-bottom: none; }

        .sources-box a { color: var(--accent); }
        .sources-box a:hover { text-decoration: underline; }

        @media (max-width: 1024px) {
            .petitioners-grid, .legacy-grid { grid-template-columns: repeat(2, 1fr); }
            .founders-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            .page-hero { padding: 140px 0 72px; }
            .petitioners-grid, .legacy-grid { grid-template-columns: 1fr; }
        }

        /* ============================================
           MULTI-PAGE ADDITIONS
           ============================================ */
        .nav-links a.active { color: var(--accent); }
        .nav-links a.active::after { width: 100%; }

        .officer-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        .about-image > img {
            width: 100%;
            height: 100%;
            min-height: 420px;
            object-fit: cover;
            border-radius: 20px;
            box-shadow: 0 30px 80px rgba(15, 29, 61, 0.25);
        }

        .cornerstones { max-width: 1000px; margin: 0 auto; }

        .cornerstone {
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 56px;
            align-items: center;
            padding: 64px 0;
            border-bottom: 1px solid var(--light-gray);
        }

        .cornerstone:last-child { border-bottom: none; }

        .cornerstone:nth-child(even) .cornerstone-media { order: 2; }

        .cornerstone-media {
            display: grid;
            gap: 16px;
        }

        .cornerstone-media.pair { grid-template-columns: 1fr 1fr; align-items: start; }

        .cornerstone-media figure { margin: 0; }

        .cornerstone-media img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 12px 40px rgba(15, 29, 61, 0.15);
        }

        .cornerstone-media figcaption {
            margin-top: 8px;
            font-size: 0.8rem;
            color: var(--medium-gray);
        }

        .cornerstone-text .timeline-year { margin-bottom: 8px; }

        .cornerstone-text h3 { margin-bottom: 12px; }

        .cornerstone-text p {
            color: var(--dark-gray);
            line-height: 1.8;
        }

        .news-card {
            display: grid;
            grid-template-columns: 1fr 1.2fr;
            gap: 48px;
            align-items: center;
            background: var(--white);
            border: 1px solid var(--light-gray);
            border-radius: 16px;
            padding: 40px;
            margin-top: 48px;
        }

        .news-card img {
            width: 100%;
            border-radius: 12px;
        }

        .news-card figcaption {
            margin-top: 10px;
            font-size: 0.8rem;
            color: var(--medium-gray);
        }

        .news-card h3 { margin-bottom: 12px; }

        .news-card p { color: var(--dark-gray); line-height: 1.8; }

        .belief-list {
            list-style: none;
            margin: 24px 0;
        }

        .belief-list li {
            padding: 14px 0 14px 32px;
            position: relative;
            border-bottom: 1px solid var(--light-gray);
            color: var(--dark-gray);
            line-height: 1.7;
        }

        .belief-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 22px;
            width: 8px;
            height: 8px;
            transform: rotate(45deg);
            background: var(--accent);
        }

        .footer-approval {
            margin-top: 16px;
            font-size: 0.75rem;
            color: rgba(255,255,255,0.35);
            line-height: 1.6;
        }

        @media (max-width: 900px) {
            .cornerstone { grid-template-columns: 1fr; gap: 28px; padding: 48px 0; }
            .cornerstone:nth-child(even) .cornerstone-media { order: 0; }
            .news-card { grid-template-columns: 1fr; padding: 28px; }
        }

        /* Symmetric officer rows: 1 (featured) / 2 / 2 / 3 */
        .officers-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

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

        /* ============================================
           MOBILE OVERFLOW FIXES
           ============================================ */
        @media (max-width: 768px) {
            body { overflow-x: clip; }

            .event-card {
                flex-wrap: wrap;
                gap: 14px 20px;
                padding: 22px 20px;
            }

            .event-info { flex: 1 1 220px; }

            .event-meta { flex-wrap: wrap; gap: 8px 16px; }

            .event-meta span { white-space: nowrap; }

            .event-badge { order: 3; margin-left: 0; }

            .contact-info { padding: 28px 22px; }

            .contact-detail-value { overflow-wrap: anywhere; font-size: 0.9rem; }
        }
