@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* ============================================================
   BODY RESET — override any inherited dark-theme styles
   ============================================================ */
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* ============================================================
   HEADER — top info bar + main header + nav + dropdown
   (extracted from index.html inline styles)
   ============================================================ */
.top-header {
    background-color: #1b4d3e;
    color: white;
    padding: 8px 0;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    box-sizing: border-box;
}
.top-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.top-header-left, .top-header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}
.top-header-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
.top-header-item i {
    color: #f1c40f;
}

.main-header {
    background-color: white;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
}
.header-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}
.header-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-cct-logo {
    height: 50px;
    margin-right: 15px;
}
.header-school-name {
    color: #1b4d3e;
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
    white-space: nowrap;
}
.main-nav {
    margin-left: auto;
    margin-right: 30px;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.main-nav ul li {
    margin-left: 25px;
}
.main-nav ul li a {
    color: #1b4d3e;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 0;
    transition: color 0.3s ease;
    background-color: transparent;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
}
.main-nav ul li a:hover {
    color: #f1c40f;
    text-decoration: none;
}

/* Dropdown */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1002;
    border-top: 3px solid #1b4d3e;
    top: 100%;
    left: 0;
}
.dropdown-content a {
    color: #1b4d3e !important;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
    font-size: 16px !important;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.3s, color 0.3s;
}
.dropdown-content a:last-child {
    border-bottom: none;
}
.dropdown-content a:hover {
    background-color: #f8f9fa;
    color: #f1c40f !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/* ============================================================
   FOOTER
   ============================================================ */
.main-footer-bottom {
    background-color: #1b4d3e;
    color: white;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
}
.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer-column {
    flex: 1;
    min-width: 250px;
}
.footer-column h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #f1c40f;
}
.footer-column p {
    margin: 5px 0;
    font-size: 0.9em;
    color: white;
}
.footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footer-logo {
    height: 60px;
}
.footer-powered-by {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8em;
}
.wincel-brand-small {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.wincel-brand-small:hover {
    opacity: 1;
}
.wincel-mini-logo-small {
    height: 20px;
}

/* cct custom properties (may change) */
:root {
    --color-primary:   #006838;
    --color-secondary: #F4B41A;
    --color-surface:   #F9FAF5;
    --color-text:      #1a1a1a;
    --color-muted:     #6B7280;
    --color-border:    #E5E7EB;
    --color-card-bg:   #FFFFFF;
}

/* base - aboutus page elements (may change) */
.aboutus-hero,  .aboutus-hero *,
.aboutus-main, .aboutus-main *,
.closing-section, .closing-section * {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

/* hero? banner dunno */
.aboutus-hero {
    width: 100%;
    min-height: 180px;
    padding: 3rem 2rem;
    background: linear-gradient(135deg, rgba(0,77,40,0.85) 0%, rgba(0,104,56,0.85) 100%), url('backg.png') center/cover no-repeat;
}
.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.aboutus-hero h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}
.hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
    line-height: 1.6;
    margin: 0;
}

/* hero flush below header */
.aboutus-hero {
    margin-top: 0;
}
.about-hero {
    margin-top: 0;
    padding-top: 3rem;
}

/* content main wrapper */
.aboutus-main {
    background: var(--color-surface);
}
.aboutus-section {
    padding: 3.5rem 0;
}
.aboutus-section.alt-bg {
    background: #f9faf5;
}
.section-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* headings (sections) */
.section-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    margin: 0;
}
.section-heading-decorator {
    width: 48px;
    height: 3px;
    background: #F4B41A;
    margin: 6px auto 2rem auto;
}
.section-subtext {
    text-align: center;
    color: #6B7280;
    font-size: 0.95rem;
    margin: -1rem auto 1.75rem auto;
    max-width: 600px;
    line-height: 1.6;
}

/* card */
.card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 1.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* chips / badges */
.chip {
    display: inline-block;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.chip-gold      { background: #F4B41A; color: #1a1a1a; }
.chip-green     { background: #006838; color: #ffffff; }
.chip-lt-green  { background: #e8f5ee; color: #006838; }
.chip-ongoing   { background: #dcfce7; color: #166534; }
.chip-completed { background: #e8f5ee; color: #006838; }
.chip-planning  { background: #fef9c3; color: #854d0e; }

/* scroll reveal */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* no 1 — our school */

/* mission & vision */
.mv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.mv-card {
    border-left: 4px solid #F4B41A;
}
.mv-label {
    display: block;
    font-weight: 700;
    color: #006838;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
}
.mv-card p {
    font-size: 0.95rem;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0;
}

/* core values */
.values-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.value-card {
    text-align: center;
}
.value-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.95rem;
    margin: 0 0 0.4rem 0;
}
.value-desc {
    font-size: 0.82rem;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}

/* goals (TAYABAS) */
.goals-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.goals-list li {
    font-size: 0.92rem;
    color: #1a1a1a;
    line-height: 1.6;
    padding-left: 1rem;
    border-left: 3px solid #e8f5ee;
}
.goals-list strong {
    color: #006838;
}

/* Campus Snapshot */
.snapshot-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}
.snapshot-info-label {
    display: block;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.9rem;
    margin: 0 0 0.2rem 0;
}
.snapshot-info-value {
    display: block;
    color: #6B7280;
    font-size: 0.9rem;
    margin: 0 0 1.25rem 0;
}
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.5rem;
}
.stat-box {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}
.stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #006838;
    line-height: 1.1;
}
.stat-label {
    display: block;
    font-size: 0.8rem;
    color: #6B7280;
    margin-top: 0.25rem;
}
.map-iframe-wrapper {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}
.map-iframe-wrapper iframe {
    display: block;
    width: 100%;
    border: 0;
}

/* External Listings */
.listings-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.listing-btn {
    border: 1px solid #E5E7EB;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    color: #006838;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s ease;
}
.listing-btn:hover {
    background: #f0faf4;
}
.listings-disclaimer {
    font-size: 0.78rem;
    color: #9CA3AF;
    text-align: center;
    margin: 0;
}

/* no 2 — student government */

/* SSC Officers */
.officers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.officer-card {
    text-align: center;
}
.avatar-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e8f5ee;
    border: 2px solid #D1D5DB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
}
.avatar-initials {
    color: #006838;
    font-weight: 700;
    font-size: 1.1rem;
}
.officer-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin: 0 0 0.4rem 0;
}
.officer-program {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0.4rem 0 0.25rem;
}
.officer-email {
    font-size: 0.78rem;
    color: #006838;
    margin: 0;
}
.officers-note {
    font-size: 0.78rem;
    color: #9CA3AF;
    text-align: center;
    font-style: italic;
    margin-top: 1.25rem;
}

/* Mandate & Functions */
.mandate-wrap {
    background: #f9faf5;
    padding: 2.5rem;
    border-radius: 10px;
}
.mandate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mandate-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.mandate-list li:last-child {
    margin-bottom: 0;
}
.mandate-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #006838;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
}
.mandate-text {
    font-size: 0.95rem;
    color: #1a1a1a;
    line-height: 1.6;
}

/* projects & initiatives */
.projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.project-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.project-title {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.3;
}
.project-desc {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.6;
}

/* messages the ssc form */
.form-subtext {
    text-align: center;
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}
.ssc-form-wrap {
    max-width: 420px;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.35rem;
}
.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    padding: 0.6rem 0.9rem;
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s ease;
    background: #ffffff;
}
.form-group input:focus,
.form-group textarea:focus {
    border-color: #006838;
}
.form-group textarea {
    resize: vertical;
}
.form-submit {
    width: 100%;
    background: #006838;
    color: #ffffff;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: background 0.2s ease;
}
.form-submit:hover {
    background: #004d28;
}
.form-note {
    font-size: 0.75rem;
    color: #9CA3AF;
    text-align: center;
    margin-top: 0.75rem;
}

/* no 3 — administration */

.disclaimer-banner {
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    color: #92400e;
    line-height: 1.6;
}
.admin-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
.admin-card-item {
    /* extends .card */
}
.admin-avatar-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #e8f5ee;
    border: 2px solid #D1D5DB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}
.admin-avatar-initials {
    color: #006838;
    font-weight: 700;
    font-size: 0.95rem;
}
.admin-name {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin: 0 0 0.4rem 0;
}
.admin-dept {
    font-size: 0.8rem;
    color: #6B7280;
    margin: 0.4rem 0 0.25rem;
}
.admin-desc {
    font-size: 0.82rem;
    color: #9CA3AF;
    line-height: 1.5;
    margin: 0.25rem 0 0;
}

/* Governance Structure */
.governance-bg {
    background: #f9faf5;
    padding: 2.5rem;
    border-radius: 10px;
}
.governance-list {
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.governance-item {
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 10px;
    border-left: 4px solid #006838;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.gov-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a1a;
    margin: 0 0 0.2rem 0;
}
.gov-subtitle {
    font-size: 0.85rem;
    color: #006838;
    font-weight: 600;
    margin: 0 0 0.4rem 0;
}
.gov-desc {
    font-size: 0.85rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* no 4 — history */

.history-intro-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.history-intro {
    max-width: 680px;
    margin: 0 auto;
    padding: 2.5rem 0 2rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #4B5563;
    text-align: center;
}

/* timeline */
.timeline-section {
    padding: 3.5rem 0;
}
.timeline-outer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 1rem 0 2rem;
}
.timeline-line {
    display: none; /* shown only on desktop */
}
.timeline-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.timeline-item:last-child {
    margin-bottom: 0;
}
.tl-dot-col {
    flex-shrink: 0;
    width: 28px;
    display: flex;
    justify-content: center;
    padding-top: 0.35rem;
}
.timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #006838;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 3px #006838;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}
.timeline-dot.pulse {
    animation: tlpulse 2s infinite;
}
@keyframes tlpulse {
    0%,  100% { box-shadow: 0 0 0 3px #006838; }
    50%       { box-shadow: 0 0 0 8px rgba(0, 104, 56, 0.2); }
}
.tl-content {
    flex: 1;
    padding-left: 1rem;
    max-width: 380px;
}
.timeline-year {
    display: block;
    color: #006838;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.timeline-title {
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    margin: 0 0 0.4rem 0;
}
.timeline-desc {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

/* closing section */
.closing-section {
    background: #f0faf4;
    padding: 3rem 1.5rem;
    text-align: center;
}
.closing-section h2 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}
.closing-section p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.7;
}

/* ============================================================
   TEMPLE INFOGRAPHIC — Mission, Vision, Core Values & Goals
   ============================================================ */

.temple-section {
    background: #FFFDF0;
    padding: 3rem 1.5rem;
}

.temple-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

/* --- Pediment (triangular roof) --- */
.temple-pediment {
    position: relative;
    width: 100%;
    background: #F4B41A;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    height: 90px;
    margin-bottom: 0;
}

.pediment-inner {
    position: absolute;
    bottom: 12px;
    width: 100%;
    text-align: center;
}

.school-tagline {
    font-size: 0.85rem;
    color: #1a1a1a;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}

/* --- Entablature (horizontal beam) --- */
.temple-entablature {
    background: #006838;
    color: white;
    text-align: center;
    padding: 0.6rem 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
}

/* --- Vision & Mission panels --- */
.temple-vm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 2px solid #F4B41A;
}

.temple-vm-card {
    background: #006838;
    color: white;
    padding: 1.5rem 1.75rem;
}

.vm-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: #F4B41A;
    color: #1a1a1a;
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.temple-vm-card p {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #ffffff;
    opacity: 1;
    margin: 0;
}

/* --- Row headers (Core Values / Goals labels) --- */
.temple-row-header {
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.45rem 1rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.temple-row-header--values {
    background: #F4B41A;
    color: #1a1a1a;
}
.temple-row-header--goals {
    background: #006838;
    color: #ffffff;
}

/* --- Pillar rows --- */
.temple-pillars-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-left: 2px solid #F4B41A;
    border-right: 2px solid #F4B41A;
    background: #fffdf0;
}
.temple-pillars-row--goals {
    background: #f0faf4;
}
.temple-pillars-row--goals .pillar-text p {
    color: #1a1a1a;
    font-size: 0.7rem;
    line-height: 1.45;
}
.temple-pillars-row--goals .pillar-letter {
    background: #006838;
    color: #ffffff;
}

.temple-pillar {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #E5E7EB;
    padding: 0.75rem 0.5rem 1rem;
    text-align: center;
}

.temple-pillar:last-child {
    border-right: none;
}

.pillar-letter {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #F4B41A;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
}

.pillar-shaft {
    width: 10px;
    height: 20px;
    background: linear-gradient(to bottom, #E5E7EB, #D1D5DB);
    border-radius: 2px;
    margin-bottom: 0.5rem;
}

.pillar-text strong {
    display: block;
    font-size: 0.78rem;
    color: #006838;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.pillar-text p {
    font-size: 0.7rem;
    color: #3a3a3a;
    line-height: 1.45;
    margin: 0;
}

/* --- Base platform --- */
.temple-base {
    background: #F4B41A;
    height: 18px;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 768px) {
    .temple-pillars-row {
        grid-template-columns: repeat(4, 1fr);
    }
    .temple-vm-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .temple-pillars-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .pillar-letter {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    .temple-pediment {
        height: 60px;
    }
}

/* responsiveness — 641px+ */
@media (min-width: 641px) {
    .mv-grid {
        grid-template-columns: 1fr 1fr;
    }
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .snapshot-grid {
        grid-template-columns: 1fr 1fr;
    }
    .officers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-grid {
        grid-template-columns: 1fr 1fr;
    }
    .admin-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* responsiveness — 1025px+ */
@media (min-width: 1025px) {
    .aboutus-hero h1 {
        font-size: 2.2rem;
    }
    .values-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .officers-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .admin-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* timeline — alternating left/right */
    .timeline-line {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #D1D5DB;
        transform: translateX(-50%);
    }
    .timeline-item {
        display: grid;
        grid-template-columns: 1fr 28px 1fr;
        align-items: start;
        margin-bottom: 2.5rem;
    }
    /* Odd items: card on LEFT */
    .timeline-item:nth-child(odd) .tl-dot-col {
        grid-column: 2;
        grid-row: 1;
    }
    .timeline-item:nth-child(odd) .tl-content {
        grid-column: 1;
        grid-row: 1;
        padding-left: 0;
        padding-right: 1.75rem;
        text-align: right;
        max-width: none;
    }

    /* Even items: card on RIGHT */
    .timeline-item:nth-child(even) .tl-dot-col {
        grid-column: 2;
        grid-row: 1;
    }
    .timeline-item:nth-child(even) .tl-content {
        grid-column: 3;
        grid-row: 1;
        padding-left: 1.75rem;
        padding-right: 0;
        text-align: left;
        max-width: none;
    }
}
