/**
 * United Youth Parliament — Landing Page Stylesheet
 * Designed with the editorial aesthetic, palette, and typography of the UYP portal.
 */

:root {
    --cream: #f4efe4;
    --cream-deep: #e8dfcf;
    --paper: #fffdf8;
    --paper-soft: #faf6ed;
    --forest: #103a2e;
    --forest-2: #18513e;
    --forest-3: #246a51;
    --forest-dark: #09261d;
    --ink: #18251f;
    --muted: #657069;
    --muted-2: #879088;
    --brass: #b78945;
    --brass-soft: #d8bd88;
    --brass-pale: #f0e4c8;
    --maroon: #753f3a;
    --line: #dfd8ca;
    --success: #237a55;
    --shadow-sm: 0 12px 34px rgba(30, 45, 36, .06);
    --shadow-md: 0 24px 70px rgba(30, 45, 36, .10);
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 32px;
    --content: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: var(--cream);
    color: var(--ink);
    font-family: "Manrope", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid rgba(183, 137, 69, .55); outline-offset: 3px; }
::selection { background: var(--brass-pale); color: var(--forest); }

.site-wrap {
    width: min(var(--content), calc(100% - 48px));
    margin-inline: auto;
}

/* ==========================================================================
   BUTTONS & ACCENTS
   ========================================================================== */
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 700;
    font-size: .88rem;
    line-height: 1.2;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
    border-color: var(--forest);
    background: var(--forest);
    color: white !important;
    box-shadow: 0 10px 24px rgba(16, 58, 46, .2);
}
.button-primary:hover {
    background: var(--forest-2);
    box-shadow: 0 14px 28px rgba(16, 58, 46, .28);
}
.button-secondary {
    border-color: #cfc5b3;
    background: rgba(255, 255, 255, .6);
    color: var(--forest);
}
.button-secondary:hover {
    border-color: var(--brass);
    background: var(--paper);
}
.button-gold {
    border-color: var(--brass);
    background: var(--brass);
    color: #102e25 !important;
    box-shadow: 0 10px 24px rgba(183, 137, 69, .22);
}
.button-gold:hover {
    background: #c59a57;
    box-shadow: 0 14px 28px rgba(183, 137, 69, .32);
}
.button-whatsapp {
    border-color: #169c4a;
    background: #1faa59;
    color: white !important;
    box-shadow: 0 10px 22px rgba(31, 170, 89, .18);
}
.button-whatsapp:hover { background: #18994e; }
.button-small {
    min-height: 40px;
    padding: 8px 16px;
    font-size: .82rem;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--forest-2);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.eyebrow::before {
    content: "";
    width: 22px;
    height: 1.5px;
    background: var(--brass);
}

/* ==========================================================================
   STICKY GLASS HEADER
   ========================================================================== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(223, 216, 202, .75);
    background: rgba(255, 253, 248, .90);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: padding .25s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
    background: rgba(255, 253, 248, .98);
    box-shadow: 0 6px 20px rgba(16, 58, 46, .05);
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 20px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.brand-logo-wrap,
.brand-mark {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--brass);
    box-shadow: 0 2px 8px rgba(16, 58, 46, .12);
    padding: 3px;
    overflow: hidden;
    flex-shrink: 0;
}
.brand-mark::after {
    content: none;
}
.brand-logo-img,
.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.brand-copy strong {
    display: block;
    color: var(--forest);
    font-size: .96rem;
    font-weight: 800;
    line-height: 1.15;
}
.brand-copy small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-item a {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 10px;
    color: var(--forest);
    font-size: .86rem;
    font-weight: 700;
    transition: all .2s ease;
}
.nav-item a:hover {
    color: var(--brass);
    background: rgba(183, 137, 69, .08);
}
.nav-item.highlight a {
    color: var(--forest-2);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.help-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 99px;
    background: rgba(255, 255, 255, .6);
    color: var(--forest);
    font-size: .80rem;
    font-weight: 800;
    transition: all .2s ease;
}
.help-link:hover {
    background: #ffffff;
    border-color: #1a9c52;
}
.help-link i { color: #1a9c52; font-size: 1rem; }

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    width: 42px;
    height: 42px;
    font-size: 1.25rem;
    color: var(--forest);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease;
}
.menu-toggle:hover,
.menu-toggle:active {
    background: var(--paper);
    border-color: var(--brass);
    color: var(--brass);
}

/* Mobile Nav Drawer */
.mobile-nav-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 2px solid var(--line);
    padding: 16px 20px 24px;
    box-shadow: 0 20px 40px rgba(16, 58, 46, .15);
    z-index: 1001;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-nav-panel.open {
    display: block !important;
    animation: mobile-nav-in .2s ease forwards;
}
@keyframes mobile-nav-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.mobile-nav-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--forest);
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.mobile-nav-links li a:hover,
.mobile-nav-links li a:active {
    background: rgba(183, 137, 69, .06);
    color: var(--brass);
}
.mobile-nav-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
    position: relative;
    padding: 70px 0 60px;
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(40px, 6vw, 85px);
    min-height: 640px;
}
.hero-copy {
    position: relative;
    z-index: 2;
}
.open-pill {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 7px 14px;
    border: 1px solid #d8cfbd;
    border-radius: 99px;
    background: rgba(255, 253, 248, .75);
    color: var(--forest);
    font-size: .78rem;
    font-weight: 800;
}
.open-pill span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--success);
    box-shadow: 0 0 0 5px rgba(35, 122, 85, .15);
    animation: pulse 2s infinite;
}
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(35, 122, 85, 0); } }

.hero-copy h1 {
    margin: 0;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(3.8rem, 6.5vw, 6.6rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .92;
}
.hero-copy h1 em {
    color: var(--brass);
    font-style: italic;
    font-weight: 500;
}
.hero-lead {
    max-width: 580px;
    margin: 26px 0 32px;
    color: #4a574f;
    font-size: 1.08rem;
    line-height: 1.75;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 30px;
    color: var(--muted);
    font-size: .80rem;
    font-weight: 700;
}
.hero-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.hero-trust i { color: var(--success); }

/* Hero Right Visual */
.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portrait-arch {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 520px;
    overflow: hidden;
    border: 10px solid rgba(255, 253, 248, .85);
    border-radius: 220px 220px 30px 30px;
    background: #d8ceb8;
    box-shadow: var(--shadow-md);
}
.portrait-arch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
}
.portrait-arch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(10, 45, 33, .45));
}
.year-seal {
    position: absolute;
    left: -15px;
    top: 50px;
    z-index: 3;
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--brass);
    color: white;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(116, 78, 25, .25);
    border: 2px solid rgba(255, 255, 255, .4);
}
.visual-note {
    position: absolute;
    right: -10px;
    bottom: 35px;
    z-index: 3;
    width: min(240px, 60%);
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 18px;
    background: rgba(255, 253, 248, .92);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.visual-note strong {
    display: block;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.2;
}
.visual-note span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.4;
}

/* ==========================================================================
   PROOF & IMPACT BAND
   ========================================================================== */
.proof-band {
    border-block: 1px solid var(--line);
    background: rgba(255, 253, 248, .55);
}
.proof-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, 1fr);
    min-height: 104px;
}
.proof-intro, .proof-item {
    display: flex;
    align-items: center;
    padding: 16px 18px;
}
.proof-intro {
    padding-left: 0;
    color: var(--forest);
    font-size: .88rem;
    font-weight: 800;
    line-height: 1.45;
}
.proof-item {
    gap: 14px;
    border-left: 1px solid var(--line);
}
.proof-item strong {
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.proof-item span {
    color: var(--muted);
    font-size: .76rem;
    font-weight: 700;
    line-height: 1.35;
}

/* ==========================================================================
   CONTENT SECTIONS GENERAL
   ========================================================================== */
.content-section {
    padding: 95px 0;
}
.section-heading {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 40px;
    margin-bottom: 45px;
}
.section-heading h2 {
    margin: 12px 0 0;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.4rem, 4.4vw, 4.2rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
}
.section-heading p {
    max-width: 520px;
    margin: 0 0 4px auto;
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.75;
}

/* ==========================================================================
   PILLARS & OPPORTUNITY (ABOUT)
   ========================================================================== */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 45px;
}
.benefit-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 32px 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, .75);
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.benefit-card.featured {
    background: var(--forest);
    color: white;
    transform: translateY(-10px);
}
.benefit-card.featured:hover {
    transform: translateY(-14px);
}
.card-number {
    color: var(--brass);
    font-size: .80rem;
    font-weight: 800;
    letter-spacing: .12em;
}
.benefit-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-top: 40px;
    border-radius: 16px;
    background: var(--brass-pale);
    color: var(--forest);
    font-size: 1.25rem;
}
.featured .benefit-icon {
    background: rgba(255, 255, 255, .12);
    color: var(--brass-soft);
}
.benefit-card h3 {
    margin: 20px 0 10px;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.65rem;
    font-weight: 600;
}
.featured h3 { color: white; }
.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: .90rem;
    line-height: 1.75;
}
.featured p { color: rgba(255, 255, 255, .72); }

/* Mission / Vision Twin Cards */
.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.mv-panel {
    padding: 36px 32px;
    border: 1px solid #e1dbcf;
    border-radius: var(--radius);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}
.mv-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.mv-panel h4 {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.55rem;
    color: var(--forest);
}
.mv-panel .urdu-badge {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-size: 1rem;
    color: var(--brass);
    line-height: 2;
}
.mv-panel p {
    color: #4a574f;
    font-size: .92rem;
    line-height: 1.75;
    margin-bottom: 20px;
}
.mv-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.mv-bullets li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .84rem;
    font-weight: 700;
    color: var(--forest);
}
.mv-bullets i {
    color: var(--success);
    font-size: .85rem;
}

/* ==========================================================================
   JOURNEY SECTION (DARK FOREST)
   ========================================================================== */
.journey-section {
    background: var(--forest);
    color: white;
    padding: 95px 0;
}
.section-heading.light h2 { color: white; }
.section-heading.light .eyebrow { color: var(--brass-soft); }
.section-heading.light .eyebrow::before { background: var(--brass-soft); }
.section-heading.light p { color: rgba(255, 255, 255, .68); }

.journey-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.journey-grid article {
    position: relative;
    min-height: 240px;
    padding: 30px 26px;
    border-left: 1px solid rgba(255, 255, 255, .15);
}
.journey-grid article:first-child { border-left: 0; }
.journey-grid article::after {
    content: "→";
    position: absolute;
    right: 22px;
    top: 25px;
    color: rgba(255, 255, 255, .28);
    font-size: 1.2rem;
}
.journey-grid article:last-child::after {
    content: "✓";
    color: var(--brass-soft);
    font-weight: 800;
}
.journey-grid span {
    color: var(--brass-soft);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.journey-grid h3 {
    margin: 50px 0 10px;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.2;
}
.journey-grid p {
    margin: 0;
    color: rgba(255, 255, 255, .65);
    font-size: .83rem;
    line-height: 1.65;
}

/* ==========================================================================
   EXECUTIVE LEADERSHIP
   ========================================================================== */
.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.leader-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease;
}
.leader-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}
.leader-card.featured-leader {
    border-color: rgba(183, 137, 69, .4);
    background: linear-gradient(180deg, #ffffff 0%, var(--paper-soft) 100%);
}
.leader-crown {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brass-pale);
    color: var(--brass);
    display: grid;
    place-items: center;
    font-size: .9rem;
}
.leader-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--brass-soft);
    padding: 3px;
    background: white;
    box-shadow: 0 8px 24px rgba(16, 58, 46, .10);
}
.leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.leader-avatar-fallback {
    width: 100%;
    height: 100%;
    background: var(--forest);
    color: var(--brass-soft);
    display: grid;
    place-items: center;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.8rem;
    border-radius: 50%;
}
.leader-card h4 {
    margin: 0 0 4px;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 600;
}
.leader-role {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 99px;
    background: var(--brass-pale);
    color: var(--forest);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.leader-card p {
    margin: 0;
    color: var(--muted);
    font-size: .86rem;
    line-height: 1.65;
}

/* ==========================================================================
   PROGRAMS & INITIATIVES (ACTIVITIES)
   ========================================================================== */
.programs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.program-item {
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: var(--paper);
    padding: 24px 20px;
    box-shadow: var(--shadow-sm);
    transition: all .2s ease;
}
.program-item:hover {
    transform: translateY(-3px);
    border-color: var(--brass);
    box-shadow: var(--shadow-md);
}
.program-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--brass-pale);
    color: var(--forest);
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    margin-bottom: 14px;
    transition: background .2s ease, color .2s ease;
}
.program-item:hover .program-icon {
    background: var(--forest);
    color: var(--brass-soft);
}
.program-item h4 {
    margin: 0 0 6px;
    color: var(--forest);
    font-size: .94rem;
    font-weight: 800;
}
.program-item p {
    margin: 0;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.55;
}

/* ==========================================================================
   CLARITY & INSTITUTIONAL TRANSPARENCY
   ========================================================================== */
.clarity-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    padding: 48px;
    border: 1px solid #d6ccb9;
    border-radius: var(--radius-lg);
    background: var(--paper);
    box-shadow: var(--shadow-sm);
}
.clarity-card h2 {
    margin: 12px 0 0;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 500;
    line-height: .98;
}
.clarity-card p {
    color: var(--muted);
    font-size: .95rem;
    line-height: 1.7;
}
.title-disclaimer {
    margin-top: 22px;
    padding: 16px 18px;
    border-left: 3px solid var(--brass);
    background: #f7f0df;
    color: #665b49;
    font-size: .80rem;
    line-height: 1.65;
    border-radius: 0 10px 10px 0;
}
.clarity-list {
    display: grid;
    gap: 12px;
}
.clarity-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid #e4ded2;
    border-radius: 14px;
    background: var(--paper-soft);
}
.clarity-item i {
    color: var(--success);
    margin-top: 3px;
    font-size: 1rem;
}
.clarity-item strong {
    display: block;
    color: var(--forest);
    font-size: .86rem;
}
.clarity-item small {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: .77rem;
    line-height: 1.45;
}
.clarity-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}

/* ==========================================================================
   INTERACTIVE FAQ ACCORDION
   ========================================================================== */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
details.faq-item {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 253, 248, .75);
    transition: border-color .2s ease, background .2s ease;
}
details.faq-item[open] {
    border-color: var(--brass);
    background: var(--paper);
}
details.faq-item summary {
    position: relative;
    padding: 20px 52px 20px 22px;
    color: var(--forest);
    font-size: .90rem;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 16px;
    color: var(--brass);
    font-size: 1.4rem;
    font-weight: 400;
}
details.faq-item[open] summary::after { content: "−"; }
details.faq-item p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--muted);
    font-size: .85rem;
    line-height: 1.7;
}

/* ==========================================================================
   PRE-FOOTER CTA & CONTACT PANEL
   ========================================================================== */
.cta-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    padding: 50px 54px;
    border-radius: var(--radius-lg);
    background: var(--brass-pale);
    border: 1px solid rgba(183, 137, 69, .25);
    margin-bottom: 50px;
}
.cta-panel h2 {
    margin: 10px 0 0;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 500;
    line-height: 1;
}
.cta-panel p {
    margin: 10px 0 0;
    color: #556259;
    font-size: .95rem;
    max-width: 620px;
}

.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.contact-box {
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    padding: 24px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform .2s ease;
}
.contact-box:hover { transform: translateY(-3px); }
.contact-box i {
    font-size: 1.35rem;
    color: var(--forest);
    margin-bottom: 10px;
}
.contact-box h6 {
    margin: 0 0 6px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
}
.contact-box a, .contact-box span {
    color: var(--forest);
    font-size: .85rem;
    font-weight: 700;
    word-break: break-word;
}
.contact-box a:hover { color: var(--brass); }

/* ==========================================================================
   INSTITUTIONAL FOOTER
   ========================================================================== */
.site-footer {
    border-top: 1px solid var(--line);
    background: var(--paper);
    padding: 60px 0 35px;
    color: var(--muted);
    font-size: .82rem;
}
.footer-top {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 45px;
}
.footer-brand h5 {
    margin: 12px 0 6px;
    color: var(--forest);
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
}
.footer-brand p {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.65;
    max-width: 320px;
}
.footer-col h6 {
    margin: 0 0 16px;
    color: var(--forest);
    font-size: .80rem;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.footer-links a {
    color: var(--muted);
    transition: color .2s ease;
}
.footer-links a:hover { color: var(--forest); }
.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}
.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--paper-soft);
    border: 1px solid var(--line);
    color: var(--forest);
    display: grid;
    place-items: center;
    font-size: .9rem;
    transition: all .2s ease;
}
.footer-social a:hover {
    background: var(--forest);
    color: white;
    border-color: var(--forest);
}

.footer-bottom {
    border-top: 1px solid var(--line);
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-legal-links {
    display: flex;
    gap: 16px;
}
.footer-legal-links a {
    color: var(--muted);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-legal-links a:hover { color: var(--forest); }

/* Scroll Reveal Utility */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .6s cubic-bezier(0.16, 1, 0.3, 1), transform .6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; gap: 45px; }
    .hero-visual { min-height: 420px; }
    .portrait-arch { max-width: 380px; height: 440px; }
    .proof-grid { grid-template-columns: 1fr 1fr; }
    .proof-intro { grid-column: 1 / -1; border-bottom: 1px solid var(--line); padding-left: 20px; }
    .section-heading { grid-template-columns: 1fr; gap: 14px; }
    .section-heading p { margin: 0; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card.featured { transform: none; }
    .journey-grid { grid-template-columns: 1fr 1fr; }
    .journey-grid article:nth-child(2n+1) { border-left: 0; }
    .journey-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .programs-grid { grid-template-columns: repeat(2, 1fr); }
    .clarity-card { grid-template-columns: 1fr; padding: 32px 24px; }
    .cta-panel { grid-template-columns: 1fr; padding: 36px 28px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
    .header-nav { display: none !important; }
    .menu-toggle { display: inline-flex !important; }
}

@media (max-width: 768px) {
    .help-link span { display: none; }
    .hero-copy h1 { font-size: 3.2rem; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-item { border-left: 0; border-top: 1px solid var(--line); }
    .mission-vision-grid { grid-template-columns: 1fr; }
    .leadership-grid { grid-template-columns: 1fr; }
    .journey-grid { grid-template-columns: 1fr; }
    .journey-grid article { border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
    .programs-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
    .contact-cards-grid { grid-template-columns: 1fr 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
}
