:root {
  --bc-navy: #071A33;
  --bc-royal: #123A6F;
  --bc-gold: #C99A2E;
  --bc-warm-gold: #E2B14C;
  --bc-ivory: #F7F1E3;
  --bc-cream: #FFF9EA;
  --bc-charcoal: #111827;
  --bc-slate: #64748B;
  --bc-white: #FFFFFF;
  --bc-rizal: #7C2D35;
  --bc-forest: #1F6F68;
  --shadow: 0 22px 55px rgba(7, 26, 51, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, system-ui, sans-serif; color: var(--bc-charcoal); background: var(--bc-cream); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 1rem; top: .75rem; z-index: 1000; transform: translateY(calc(-100% - 1rem)); background: var(--bc-gold); color: var(--bc-navy); padding: .65rem .9rem; border-radius: 6px; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus-visible { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .7rem clamp(1rem, 4vw, 3rem); color: var(--bc-white); background: rgba(7, 26, 51, .94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(226,177,76,.28); }
.site-header.is-scrolled { box-shadow: var(--shadow); }
.brand, .brand-lockup { display: inline-flex; align-items: center; gap: .78rem; text-decoration: none; min-width: 0; }
.brand-lockup__seal { flex: 0 0 auto; width: 58px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.14), rgba(226,177,76,.08)); border: 1px solid rgba(226,177,76,.42); box-shadow: 0 12px 32px rgba(0,0,0,.24), inset 0 0 24px rgba(226,177,76,.14); }
.brand-lockup__seal img { width: 82%; height: 82%; object-fit: contain; filter: drop-shadow(0 7px 12px rgba(0,0,0,.28)); }
.brand-lockup__text { display: grid; min-width: 0; }
.brand strong, .brand-lockup strong { display: block; max-width: min(42vw, 360px); font-family: Cinzel, Georgia, serif; letter-spacing: 0; line-height: 1.05; }
.brand small, .brand-lockup small { display: block; color: #D7C38F; font-size: .76rem; margin-top: .22rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.section-brand-badge { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1rem; color: var(--bc-navy); font-weight: 900; }
.section-brand-badge img { width: 62px; height: 62px; object-fit: contain; border-radius: 50%; padding: .32rem; background: #fff; border: 1px solid rgba(201,154,46,.4); box-shadow: 0 14px 30px rgba(7,26,51,.12); }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { text-decoration: none; padding: .7rem .8rem; border-radius: 6px; color: #E8EEF6; font-weight: 700; font-size: .9rem; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { background: rgba(226,177,76,.16); color: var(--bc-white); outline: none; }
.member-link { border: 1px solid rgba(226,177,76,.45); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.24); border-radius: 6px; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--bc-white); }
.hero { position: relative; min-height: 78vh; display: grid; align-items: end; overflow: hidden; color: var(--bc-white); isolation: isolate; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,51,.9), rgba(7,26,51,.42) 62%, rgba(124,45,53,.22)); }
.hero-rays { position: absolute; inset: -20%; z-index: 0; background: conic-gradient(from 20deg at 34% 52%, transparent 0 10deg, rgba(226,177,76,.16) 14deg 18deg, transparent 24deg 54deg, rgba(18,58,111,.2) 58deg 64deg, transparent 70deg 360deg); filter: blur(10px); opacity: .75; animation: raysTurn 18s linear infinite; }
.hero-content { position: relative; z-index: 1; width: min(1020px, calc(100% - 2rem)); padding: 7.5rem 0 5rem; margin: 0 auto; }
.hero-brand-medallion { position: relative; width: clamp(118px, 18vw, 190px); aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; background: rgba(7,26,51,.38); border: 1px solid rgba(226,177,76,.5); box-shadow: 0 26px 70px rgba(0,0,0,.34), inset 0 0 48px rgba(226,177,76,.16); animation: sealFloat 5.6s ease-in-out infinite; }
.hero-brand-medallion span { position: absolute; inset: -10px; border-radius: 50%; border: 2px solid rgba(226,177,76,.58); border-left-color: transparent; border-bottom-color: rgba(226,177,76,.22); animation: ringTurn 12s linear infinite; }
.hero-brand-medallion img { width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(0 16px 20px rgba(0,0,0,.35)); }
.eyebrow { color: var(--bc-gold); text-transform: uppercase; font-weight: 800; font-size: .78rem; letter-spacing: .12em; margin: 0 0 .7rem; }
h1, h2, h3 { font-family: Cinzel, Georgia, serif; letter-spacing: 0; line-height: 1.12; color: var(--bc-navy); }
.hero h1 { color: var(--bc-white); font-size: clamp(2.55rem, 7vw, 5.8rem); max-width: 940px; margin: 0; }
.hero-title span { display: block; }
.hero-title__main { position: relative; width: fit-content; overflow: hidden; }
.hero-title__sub { color: #F3D999; font-size: clamp(1.8rem, 4.8vw, 4.2rem); animation: titleSlide .75s cubic-bezier(.2,.8,.2,1) .22s both; }
.hero-underline { width: min(460px, 70vw); height: 3px; margin: 1rem 0 .35rem; background: linear-gradient(90deg, var(--bc-gold), rgba(226,177,76,.2), transparent); transform-origin: left; animation: lineDraw .9s ease .45s both; }
.hero p:not(.eyebrow) { max-width: 660px; font-size: clamp(1.05rem, 2vw, 1.32rem); color: #F4EBD0; }
.button-row { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.6rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .85rem 1rem; border-radius: 6px; text-decoration: none; font-weight: 800; border: 1px solid transparent; }
.btn.primary { background: var(--bc-gold); color: var(--bc-navy); }
.btn.secondary { border-color: rgba(255,255,255,.5); color: var(--bc-white); }
.section, .page-intro, .gallery-shell { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.section h2, .page-intro h1 { font-size: clamp(2rem, 4vw, 3.6rem); margin: 0 0 1rem; }
.page-intro { padding-bottom: 2rem; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr); gap: clamp(2rem, 6vw, 4rem); align-items: start; }
.panel { background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); border-radius: 8px; padding: clamp(1.25rem, 3vw, 2rem); box-shadow: var(--shadow); }
.poem { font-family: Georgia, serif; font-size: 1.1rem; color: var(--bc-navy); white-space: pre-line; }
.timeline { display: grid; gap: 1rem; border-left: 2px solid rgba(201,154,46,.5); padding-left: 1.2rem; }
.timeline div { position: relative; background: #fff; border-radius: 8px; padding: 1rem; border: 1px solid rgba(7,26,51,.08); }
.timeline strong { color: var(--bc-rizal); }
.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(7,26,51,.14); width: min(1180px, calc(100% - 2rem)); margin: 1.5rem auto 0; border-radius: 8px; overflow: hidden; }
.stat-band div { background: var(--bc-white); padding: 1.2rem; }
.stat-band strong { display: block; font-family: Cinzel, Georgia, serif; color: var(--bc-rizal); font-size: 2rem; }
.activity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.activity-card { background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); border-radius: 8px; padding: 1.1rem; min-height: 230px; }
.activity-card h3 { font-size: 1.1rem; margin: .6rem 0 .4rem; }
.card-badge { display: inline-flex; color: var(--bc-navy); background: var(--bc-ivory); border: 1px solid rgba(201,154,46,.5); border-radius: 999px; padding: .2rem .55rem; font-size: .75rem; font-weight: 800; }
.meta, .source-note, figcaption small { color: var(--bc-slate); font-size: .9rem; }
.archive-list { display: grid; gap: .8rem; }
.archive-item { background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); border-radius: 8px; overflow: hidden; }
.archive-item summary { cursor: pointer; display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; font-weight: 800; color: var(--bc-navy); }
.archive-body { padding: 0 1rem 1rem; }
.gallery-toolbar { position: sticky; top: 77px; z-index: 20; background: rgba(255,249,234,.94); padding: .8rem 0; display: grid; gap: .6rem; backdrop-filter: blur(10px); }
.filter-group { display: flex; gap: .45rem; overflow-x: auto; padding-bottom: .15rem; }
.filter-pill, .load-more { border: 1px solid rgba(7,26,51,.16); background: var(--bc-white); color: var(--bc-navy); border-radius: 999px; padding: .55rem .8rem; font-weight: 800; white-space: nowrap; cursor: pointer; }
.filter-pill.is-active, .filter-pill:hover, .load-more:hover { background: var(--bc-navy); color: var(--bc-white); }
.gallery-grid { column-count: 3; column-gap: 1rem; margin-top: 1rem; }
.gallery-item { break-inside: avoid; margin: 0 0 1rem; background: var(--bc-white); border-radius: 8px; overflow: hidden; border: 1px solid rgba(7,26,51,.1); box-shadow: 0 12px 30px rgba(7,26,51,.09); }
.gallery-item[hidden] { display: none; }
.gallery-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.gallery-button img { width: 100%; height: auto; }
figcaption { display: flex; justify-content: space-between; gap: .8rem; padding: .75rem; font-weight: 800; color: var(--bc-navy); }
.load-more { margin: 1rem auto 0; display: flex; min-width: 160px; justify-content: center; border-radius: 6px; }
.lightbox[hidden] { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 1rem; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(2,8,23,.86); }
.lightbox-panel { position: relative; width: min(1120px, 100%); height: min(820px, 92vh); display: grid; place-items: center; }
.lightbox-panel img { max-width: 100%; max-height: 78vh; border-radius: 8px; box-shadow: var(--shadow); }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.35); background: rgba(7,26,51,.86); color: var(--bc-white); border-radius: 6px; cursor: pointer; }
.lightbox-close { right: 0; top: 0; padding: .7rem .9rem; font-weight: 800; }
.lightbox-nav { top: 50%; width: 46px; height: 54px; font-size: 2rem; }
.lightbox-nav.prev { left: 0; }
.lightbox-nav.next { right: 0; }
[data-lightbox-caption] { color: var(--bc-white); text-align: center; margin: .8rem 0 0; }
.site-footer { margin-top: 3rem; padding: 2rem clamp(1rem, 4vw, 3rem); background: var(--bc-navy); color: var(--bc-white); display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; border-top: 1px solid rgba(226,177,76,.28); }
.footer-brand { display: inline-flex; align-items: center; gap: .9rem; min-width: 0; }
.footer-brand img { width: 66px; height: 66px; object-fit: contain; border-radius: 50%; padding: .28rem; background: rgba(255,255,255,.06); border: 1px solid rgba(226,177,76,.38); }
.site-footer small { display: block; color: #D7C38F; }
:focus-visible { outline: 3px solid var(--bc-warm-gold); outline-offset: 3px; }
.reveal, .reveal-up, .reveal-scale, .reveal-stagger { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--stagger, 0) * 45ms); }
.reveal-scale { transform: scale(.97); }
.reveal.is-visible, .reveal-up.is-visible, .reveal-scale.is-visible, .reveal-stagger.is-visible { opacity: 1; transform: none; }
.motion-preloader { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; background: radial-gradient(circle at center, #123A6F 0, #071A33 58%); color: var(--bc-white); transition: opacity .28s ease, visibility .28s ease; }
.motion-preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.motion-preloader__mark { display: grid; place-items: center; gap: .7rem; text-align: center; font-family: Cinzel, Georgia, serif; }
.motion-preloader__seal { position: relative; width: 118px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; }
.motion-preloader__seal img { width: 74%; height: 74%; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.34)); }
.motion-preloader__ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(226,177,76,.82); border-left-color: transparent; animation: ringTurn 1.1s ease both; }
.motion-preloader__checker { width: min(320px, 70vw); height: 8px; background: repeating-linear-gradient(90deg, var(--bc-gold) 0 16px, rgba(255,255,255,.18) 16px 32px); clip-path: inset(0 100% 0 0); animation: checkerSweep 1s ease .1s both; }
.motion-preloader__mark::before, .gold-shimmer::after { content: ""; display: block; height: 2px; width: min(320px, 70vw); background: linear-gradient(90deg, transparent, var(--bc-gold), transparent); animation: shimmerSweep 1.1s ease both; }
.gold-pulse { animation: goldPulse 3.8s ease-in-out infinite; }
.motion-ceremony { position: relative; overflow: hidden; }
.motion-ceremony::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 20%, rgba(226,177,76,.18), transparent 58%); transform: translateX(-120%); animation: ceremonySweep 1.25s ease .15s both; }
.hero h1, .page-intro h1, .archive-hero h1, .member-hero h1 { animation: titleRise .85s cubic-bezier(.2,.8,.2,1) both; }
.cursor-aura { position: fixed; width: 220px; height: 220px; border-radius: 50%; pointer-events: none; z-index: 250; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(226,177,76,.18), rgba(18,58,111,.08) 42%, transparent 70%); mix-blend-mode: screen; opacity: 0; transition: opacity .2s ease; }
body.has-cursor-aura .cursor-aura { opacity: 1; }
.member-dashboard { width: min(1240px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(2rem, 6vw, 5rem) 0; }
.member-hero { min-height: 420px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 2rem; align-items: center; padding: clamp(1.5rem, 5vw, 3rem); border-radius: 8px; color: var(--bc-white); background: linear-gradient(135deg, rgba(7,26,51,.98), rgba(18,58,111,.9) 58%, rgba(124,45,53,.82)); box-shadow: var(--shadow); }
.member-hero .brand-lockup { margin-bottom: 1.2rem; color: var(--bc-white); }
.member-hero h1, .archive-hero h1 { color: var(--bc-white); font-size: clamp(2.25rem, 6vw, 5rem); margin: 0; }
.member-hero h1 span { color: #F3D999; }
.member-hero p:not(.eyebrow), .archive-hero p { color: #F7F1E3; font-size: 1.12rem; max-width: 700px; }
.member-hero__seal { justify-self: center; width: min(260px, 46vw); aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(226,177,76,.35); box-shadow: inset 0 0 60px rgba(226,177,76,.18); }
.member-hero__seal img { width: 72%; filter: drop-shadow(0 20px 28px rgba(0,0,0,.25)); animation: sealFloat 5s ease-in-out infinite; }
.member-kpi-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .8rem; margin: 1rem 0; }
.member-kpi-grid article { min-height: 118px; background: rgba(255,255,255,.84); border: 1px solid rgba(7,26,51,.1); border-radius: 8px; padding: 1rem; box-shadow: 0 14px 36px rgba(7,26,51,.08); }
.member-kpi-grid span { display: block; font-family: Cinzel, Georgia, serif; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--bc-rizal); line-height: 1; }
.member-kpi-grid small { color: var(--bc-slate); font-weight: 800; }
.member-filter-bar, .archive-filter-bar { position: sticky; top: 77px; z-index: 30; display: flex; flex-wrap: wrap; gap: .65rem; align-items: end; padding: .9rem; margin: 1rem 0; border-radius: 8px; background: rgba(255,249,234,.92); border: 1px solid rgba(7,26,51,.1); backdrop-filter: blur(14px); box-shadow: 0 18px 45px rgba(7,26,51,.08); }
.member-filter-bar label { display: grid; gap: .25rem; min-width: min(190px, 100%); font-size: .75rem; font-weight: 900; color: var(--bc-navy); text-transform: uppercase; }
.member-filter-bar input, .member-filter-bar select { min-height: 42px; border: 1px solid rgba(7,26,51,.18); border-radius: 6px; padding: .55rem .65rem; background: var(--bc-white); color: var(--bc-navy); font: inherit; text-transform: none; }
.view-toggle { display: inline-flex; border: 1px solid rgba(7,26,51,.18); border-radius: 6px; overflow: hidden; background: var(--bc-white); }
.view-toggle button, .archive-filter-bar button { min-height: 42px; border: 0; padding: .55rem .8rem; background: transparent; color: var(--bc-navy); font-weight: 900; cursor: pointer; }
.view-toggle button.is-active, .archive-filter-bar button.is-active { background: var(--bc-navy); color: var(--bc-white); }
.member-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.member-card { position: relative; min-height: 315px; padding: 1.1rem; border-radius: 8px; color: var(--bc-white); background: linear-gradient(150deg, rgba(7,26,51,.96), rgba(18,58,111,.9)); border: 1px solid rgba(226,177,76,.28); box-shadow: 0 20px 45px rgba(7,26,51,.18); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; cursor: pointer; }
.member-card:hover, .member-card:focus-visible { transform: translateY(-6px); border-color: rgba(226,177,76,.7); box-shadow: 0 26px 60px rgba(7,26,51,.28); }
.member-card__top { display: flex; justify-content: space-between; gap: .8rem; align-items: center; }
.member-card__badge, .status-pill { display: inline-flex; border-radius: 999px; padding: .28rem .62rem; font-size: .78rem; font-weight: 900; background: rgba(226,177,76,.18); border: 1px solid rgba(226,177,76,.42); color: #F7E7B3; }
.status-pill.is-deceased { background: rgba(255,255,255,.12); color: #E7EAF0; border-color: rgba(255,255,255,.28); }
.member-card h3 { color: var(--bc-white); font-size: 1.18rem; margin: 1rem 0 .65rem; }
.member-card p { color: #F7F1E3; }
.member-card__timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin: 1rem 0; }
.member-card__timeline span { border-top: 2px solid rgba(226,177,76,.58); padding-top: .45rem; color: #D7C38F; font-size: .74rem; }
.member-card__timeline strong { display: block; color: var(--bc-white); font-size: .82rem; margin-top: .15rem; }
.member-card button { position: absolute; left: 1.1rem; bottom: 1.1rem; border: 1px solid rgba(226,177,76,.5); background: rgba(255,255,255,.08); color: var(--bc-white); border-radius: 6px; padding: .55rem .75rem; font-weight: 900; cursor: pointer; }
.member-result-note { color: var(--bc-slate); font-weight: 800; }
.member-table-wrap { overflow: auto; background: var(--bc-white); border-radius: 8px; border: 1px solid rgba(7,26,51,.12); box-shadow: var(--shadow); }
.member-table-wrap table { width: 100%; border-collapse: collapse; min-width: 980px; }
.member-table-wrap th, .member-table-wrap td { text-align: left; padding: .75rem; border-bottom: 1px solid rgba(7,26,51,.08); }
.member-table-wrap th { position: sticky; top: 0; background: var(--bc-navy); color: var(--bc-white); }
.member-table-wrap tr { cursor: pointer; }
.member-table-wrap tr:hover td { background: var(--bc-ivory); }
.member-detail-drawer { position: fixed; right: 1rem; top: 92px; bottom: 1rem; z-index: 260; width: min(470px, calc(100vw - 2rem)); overflow: auto; padding: 1.2rem; border-radius: 8px; background: rgba(255,255,255,.96); border: 1px solid rgba(7,26,51,.14); box-shadow: 0 30px 80px rgba(7,26,51,.32); animation: drawerSlide .25s ease both; }
.member-detail-drawer[hidden] { display: none; }
.member-detail-drawer > button { float: right; border: 0; background: var(--bc-navy); color: var(--bc-white); border-radius: 6px; padding: .55rem .7rem; font-weight: 900; cursor: pointer; }
.member-detail-list { clear: both; display: grid; gap: .6rem; }
.member-detail-list div { display: grid; grid-template-columns: 150px 1fr; gap: .7rem; border-bottom: 1px solid rgba(7,26,51,.08); padding-bottom: .55rem; }
.member-detail-list dt { color: var(--bc-slate); font-weight: 900; }
.member-detail-list dd { margin: 0; color: var(--bc-navy); font-weight: 800; }
.term-timeline-wrap { margin-top: clamp(3rem, 7vw, 5rem); }
.term-timeline, .past-master-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.term-card { border-radius: 8px; background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); box-shadow: 0 16px 34px rgba(7,26,51,.08); overflow: hidden; }
.past-master-card { position: relative; min-height: 300px; display: grid; grid-template-columns: minmax(132px, 180px) minmax(0, 1fr); gap: 1rem; align-items: center; padding: 1rem; color: var(--bc-white); background: radial-gradient(circle at 24% 16%, rgba(226,177,76,.18), transparent 35%), linear-gradient(145deg, rgba(7,26,51,.98), rgba(18,58,111,.92) 64%, rgba(124,45,53,.78)); border: 1px solid rgba(226,177,76,.34); box-shadow: 0 20px 48px rgba(7,26,51,.2); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.past-master-card:hover { transform: translateY(-5px); border-color: rgba(226,177,76,.72); box-shadow: 0 28px 70px rgba(7,26,51,.32), 0 0 34px rgba(226,177,76,.16); }
.past-master-card::after { content: ""; position: absolute; inset: auto 1rem .75rem 1rem; height: 1px; background: linear-gradient(90deg, transparent, rgba(226,177,76,.75), transparent); transform-origin: left; transform: scaleX(.35); transition: transform .28s ease; }
.past-master-card:hover::after, .past-master-card.is-visible::after { transform: scaleX(1); }
.past-master-medallion { position: relative; display: grid; place-items: center; text-decoration: none; color: inherit; }
.past-master-frame { width: min(180px, 34vw); aspect-ratio: 3 / 4; display: block; overflow: hidden; border-radius: 999px 999px 8px 8px; border: 2px solid rgba(226,177,76,.64); background: rgba(255,255,255,.08); box-shadow: inset 0 0 34px rgba(226,177,76,.12), 0 16px 32px rgba(0,0,0,.24); }
.past-master-frame picture, .past-master-frame img { width: 100%; height: 100%; display: block; }
.past-master-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform .4s ease; }
.past-master-card:hover .past-master-photo { transform: scale(1.035); }
.past-master-placeholder .past-master-frame { display: grid; place-items: center; padding: 1.35rem; border-radius: 50%; aspect-ratio: 1; }
.past-master-placeholder .past-master-photo { object-fit: contain; transform: none; }
.past-master-year { position: absolute; top: .85rem; right: .9rem; color: #F3D999; font-family: Cinzel, Georgia, serif; font-size: 1.18rem; font-weight: 900; }
.past-master-copy { align-self: center; padding-right: 3.3rem; }
.past-master-term { margin: 0 0 .35rem; color: #D7C38F; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.past-master-name { margin: 0; color: var(--bc-white); font-size: clamp(1.08rem, 2.4vw, 1.55rem); }
.past-master-raised { color: #F7F1E3; font-weight: 800; margin: .55rem 0 0; }
.past-master-raised-list { grid-column: 1 / -1; margin-top: .35rem; color: #F7F1E3; }
.past-master-raised-list summary { cursor: pointer; color: #F3D999; font-weight: 900; }
.past-master-raised-list ul { columns: 2; margin: .7rem 0 0; padding-left: 1.2rem; }
.archive-hero { width: min(1180px, calc(100% - 2rem)); min-height: 420px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 2rem; align-items: center; padding: clamp(2rem, 6vw, 4rem); border-radius: 0 0 8px 8px; color: var(--bc-white); background: linear-gradient(135deg, rgba(7,26,51,.96), rgba(18,58,111,.88)), url("../img/brand/cover.webp") center/cover; box-shadow: var(--shadow); }
.archive-hero .section-brand-badge { color: var(--bc-white); }
.archive-hero__seal { justify-self: center; width: min(168px, 38vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(226,177,76,.45); background: rgba(255,255,255,.08); box-shadow: inset 0 0 42px rgba(226,177,76,.16), 0 22px 44px rgba(0,0,0,.22); }
.archive-hero__seal img { width: 76%; height: 76%; object-fit: contain; }
.archive-filter-bar { width: min(1180px, calc(100% - 2rem)); margin: 1.2rem auto; }
.archive-timeline { position: relative; width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 4rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 2.4rem; }
.archive-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: linear-gradient(var(--bc-gold), rgba(201,154,46,.1)); box-shadow: 0 0 22px rgba(226,177,76,.45); }
.archive-node { position: relative; border-radius: 8px; }
.archive-node:not(.past-master-card) { min-height: 210px; padding: 1.1rem; background: rgba(255,255,255,.94); border: 1px solid rgba(7,26,51,.1); box-shadow: 0 18px 42px rgba(7,26,51,.1); }
.archive-node > span:not(.past-master-year) { color: var(--bc-rizal); font-family: Cinzel, Georgia, serif; font-size: 1.35rem; font-weight: 800; }
.archive-node::before { content: ""; position: absolute; top: 1.4rem; width: 16px; height: 16px; border-radius: 50%; background: var(--bc-gold); box-shadow: 0 0 0 8px rgba(226,177,76,.18), 0 0 24px rgba(226,177,76,.8); }
.archive-node:nth-child(odd)::before { right: -2.05rem; }
.archive-node:nth-child(even)::before { left: -2.05rem; }
.archive-node:nth-child(even) { transform: translateY(3rem); }
  .archive-card h2, .archive-feature-card h2 { font-size: 1.25rem; margin: .45rem 0; }
  .archive-members-cta { background: linear-gradient(135deg, var(--bc-navy), var(--bc-royal)); color: var(--bc-white); }
  .archive-members-cta h2 { color: var(--bc-white); }
  .archive-members-cta p { color: #F7F1E3; }
  .archive-wm-terms { display: contents; }
  .current-officers-section { width: min(1180px, calc(100% - 2rem)); margin: clamp(2rem, 5vw, 4rem) auto; padding: clamp(1.2rem, 4vw, 2rem); border-radius: 8px; color: var(--bc-white); background: linear-gradient(135deg, rgba(7,26,51,.98), rgba(18,58,111,.94) 58%, rgba(31,111,104,.55)); border: 1px solid rgba(226,177,76,.34); box-shadow: var(--shadow); }
  .current-officers-header { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
  .current-officers-section .brand-lockup { color: var(--bc-white); }
  .officer-term-badge { display: inline-flex; align-items: center; min-height: 38px; border-radius: 999px; padding: .45rem .8rem; background: rgba(226,177,76,.16); border: 1px solid rgba(226,177,76,.48); color: #F3D999; font-weight: 900; }
  .current-officers-copy h2 { color: var(--bc-white); margin: .2rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.7rem); }
  .officer-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; margin: 1rem 0; }
  .officer-feature-card { position: relative; min-height: 168px; padding: 1rem; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(226,177,76,.4); overflow: hidden; }
  .officer-feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 22%, rgba(226,177,76,.2), transparent 62%); transform: translateX(-120%); transition: transform .55s ease; }
  .officer-feature-card:hover::after, .officer-feature-card.is-visible::after { transform: translateX(120%); }
  .officer-feature-card span, .officer-roster-item span, .officer-details-grid span { display: block; color: #D7C38F; font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
  .officer-feature-card h3 { color: var(--bc-white); margin: .65rem 0 0; font-size: clamp(1.05rem, 2vw, 1.42rem); overflow-wrap: anywhere; }
  .officer-roster { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; margin-top: 1rem; }
  .officer-roster-item, .officer-details-grid div, .birthday-row { min-width: 0; border-radius: 8px; padding: .78rem; background: rgba(255,255,255,.95); color: var(--bc-navy); border: 1px solid rgba(7,26,51,.1); }
  .officer-roster-item strong, .officer-details-grid strong, .birthday-row strong { display: block; overflow-wrap: anywhere; line-height: 1.28; }
  .ddgm-recognition__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); gap: 1.2rem; align-items: center; padding: clamp(1.25rem, 4vw, 2rem); border-radius: 8px; background: linear-gradient(135deg, var(--bc-white), var(--bc-ivory)); border: 1px solid rgba(201,154,46,.32); box-shadow: var(--shadow); }
  .ddgm-recognition h2 { margin: .2rem 0 .6rem; }
  .ddgm-recognition dl { display: grid; gap: .65rem; margin: 0; }
  .ddgm-recognition dl div { border-left: 3px solid var(--bc-gold); padding-left: .8rem; }
  .ddgm-recognition dt { color: var(--bc-slate); font-weight: 900; text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; }
  .ddgm-recognition dd { margin: .1rem 0 0; color: var(--bc-navy); font-weight: 900; }
  .archive-past-master-band { grid-column: 1 / -1; padding: clamp(1rem, 3vw, 1.5rem); border-radius: 8px; background: rgba(255,255,255,.78); border: 1px solid rgba(7,26,51,.1); box-shadow: 0 18px 42px rgba(7,26,51,.08); }
  .archive-past-master-band h2 { margin: 0 0 1rem; }
  .officer-year-card { min-height: 250px; padding: 1rem; border-radius: 8px; background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); box-shadow: 0 18px 42px rgba(7,26,51,.1); }
  .officer-year-card > span { color: var(--bc-rizal); font-family: Cinzel, Georgia, serif; font-size: 1.35rem; font-weight: 800; }
  .officer-year-card h2, .officer-year-card h3 { font-size: 1.2rem; margin: .45rem 0; }
  .officer-year-topline p { margin: .35rem 0; }
  .officer-year-card details { margin-top: .9rem; }
  .officer-year-card summary { cursor: pointer; color: var(--bc-navy); font-weight: 900; }
  .officer-details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .55rem; margin-top: .75rem; }
  .member-tab-bar, .member-category-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0; }
  .member-tab-bar button, .member-category-chips button { min-height: 42px; border: 1px solid rgba(7,26,51,.16); border-radius: 999px; background: var(--bc-white); color: var(--bc-navy); padding: .55rem .85rem; font-weight: 900; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
  .member-tab-bar button.is-active, .member-category-chips button.is-active, .member-tab-bar button:hover, .member-category-chips button:hover { background: var(--bc-navy); color: var(--bc-white); transform: translateY(-1px); }
  .member-dashboard-panel[hidden] { display: none; }
  .member-panel-heading { margin: clamp(1.5rem, 4vw, 2.5rem) 0 1rem; }
  .member-panel-heading h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.6rem); }
  .birthday-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 1rem; }
  .birthday-card, .member-current-officers-card { border-radius: 8px; background: var(--bc-white); border: 1px solid rgba(7,26,51,.1); padding: 1rem; box-shadow: 0 16px 34px rgba(7,26,51,.08); }
  .birthday-card h3, .member-current-officers-card h3 { margin-top: 0; }
  .birthday-row { display: grid; grid-template-columns: minmax(116px, .4fr) minmax(0, 1fr); gap: .7rem; align-items: center; margin-bottom: .45rem; }
  .birthday-row span { color: var(--bc-rizal); font-weight: 900; }
  .member-officer-history { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
  [data-archive-category][hidden] { display: none; }
@keyframes shimmerSweep { from { transform: translateX(-24px); opacity: 0; } 45% { opacity: 1; } to { transform: translateX(24px); opacity: 1; } }
@keyframes ceremonySweep { to { transform: translateX(120%); } }
@keyframes titleRise { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }
@keyframes titleSlide { from { opacity: 0; transform: translateX(-18px); } to { opacity: 1; transform: none; } }
@keyframes lineDraw { from { transform: scaleX(0); opacity: .2; } to { transform: scaleX(1); opacity: 1; } }
@keyframes ringTurn { to { transform: rotate(360deg); } }
@keyframes raysTurn { to { transform: rotate(360deg); } }
@keyframes checkerSweep { to { clip-path: inset(0); } }
@keyframes goldPulse { 0%,100% { box-shadow: 0 26px 70px rgba(0,0,0,.34), inset 0 0 48px rgba(226,177,76,.16); } 50% { box-shadow: 0 28px 84px rgba(0,0,0,.38), 0 0 34px rgba(226,177,76,.22), inset 0 0 60px rgba(226,177,76,.24); } }
@keyframes sealFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(1.5deg); } }
@keyframes drawerSlide { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
@media (max-width: 1100px) {
  .archive-timeline { grid-template-columns: 1fr; }
  .archive-timeline::before { left: 8px; }
  .archive-node, .archive-node:nth-child(even) { transform: none; margin-left: 1.2rem; }
  .archive-node::before, .archive-node:nth-child(odd)::before, .archive-node:nth-child(even)::before { left: -1.55rem; right: auto; }
}
@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 1rem; background: var(--bc-navy); border-top: 1px solid rgba(226,177,76,.28); }
  .site-nav.is-open { display: flex; }
  .split, .activity-grid, .member-hero, .archive-hero, .member-card-grid, .term-timeline, .past-master-grid, .archive-timeline, .officer-feature-grid, .officer-roster, .officer-details-grid, .birthday-grid, .member-officer-history, .ddgm-recognition__inner { grid-template-columns: 1fr; }
  .gallery-grid { column-count: 2; }
  .stat-band, .member-kpi-grid { grid-template-columns: 1fr; }
  .archive-timeline::before { left: 8px; }
  .archive-node, .archive-node:nth-child(even) { transform: none; margin-left: 1.2rem; }
  .archive-node::before, .archive-node:nth-child(odd)::before, .archive-node:nth-child(even)::before { left: -1.55rem; right: auto; }
  .archive-hero__seal { justify-self: start; }
}
@media (max-width: 620px) {
  .site-header { min-height: 76px; }
  .brand-lockup__seal { width: 48px; }
  .brand strong, .brand-lockup strong { max-width: 58vw; font-size: .82rem; }
  .brand small, .brand-lockup small { font-size: .64rem; }
  .hero { min-height: 72vh; }
  .hero-brand-medallion { width: 112px; }
  .gallery-grid { column-count: 1; }
  .archive-item summary, .site-footer { flex-direction: column; }
  .member-filter-bar, .archive-filter-bar { position: relative; top: auto; }
  .member-detail-list div, .past-master-card { grid-template-columns: 1fr; }
  .birthday-row { grid-template-columns: 1fr; }
  .current-officers-header { align-items: flex-start; }
  .past-master-card { text-align: center; padding-top: 3rem; }
  .past-master-copy { padding-right: 0; }
  .past-master-frame { width: min(210px, 70vw); margin: 0 auto; }
  .past-master-raised-list ul { columns: 1; text-align: left; }
  .footer-brand { align-items: flex-start; }
  .member-detail-drawer { inset: auto 1rem 1rem; max-height: 82vh; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .reveal, .reveal-up, .reveal-scale, .reveal-stagger { opacity: 1; transform: none; }
  .motion-preloader, .cursor-aura, .hero-rays, .gold-pulse, .animated-grain { display: none !important; }
}