
/* r3 removes the experimental map and replaces it with content-led cards. */
.club-map-panel,.victoria-map{display:none!important}
.club-directory-panel{display:flex;align-items:center;justify-content:space-between;gap:34px;min-height:210px;border-radius:28px;background:linear-gradient(135deg,#f7faff,#edf3f9);border:1px solid #d9e3ed;padding:38px;box-shadow:0 18px 48px rgba(23,63,104,.09)}
.club-directory-panel>div{max-width:760px}
.club-directory-panel strong,.club-directory-panel span{display:block}
.club-directory-panel strong{font-size:clamp(1.65rem,3vw,2.5rem);line-height:1.08;color:#16233b;margin:.55rem 0}
.club-directory-panel span:last-child{color:#607086;line-height:1.6}
.people-history-section{padding-top:20px}
.people-history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.people-history-grid>a{display:flex;flex-direction:column;min-height:260px;padding:28px;border-radius:22px;border:1px solid #d9e3ed;background:#fff;color:#17233a;text-decoration:none;box-shadow:0 14px 38px rgba(23,63,104,.07);transition:transform .15s ease,box-shadow .15s ease}
.people-history-grid>a:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(23,63,104,.13)}
.people-card-mark{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:#1a4170;color:#fff;font-weight:900;letter-spacing:.04em}
.people-history-grid strong{font-size:1.45rem;margin:25px 0 8px;color:#171b66}
.people-history-grid small{color:#65778d;line-height:1.5}
.people-history-grid b{margin-top:auto;padding-top:24px;color:#e55035}
.history-hero{padding-bottom:70px}
.leadership-layout{display:grid;gap:36px}
.leadership-feature{background:linear-gradient(135deg,#102e51,#2c235f);color:#fff;border-radius:26px;padding:36px}
.leadership-feature h2{font-size:2rem;margin:.35rem 0 1.5rem}
.office-bearers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.office-bearers>div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:22px}
.office-bearers span,.office-bearers strong,.office-bearers a{display:block}
.office-bearers span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#ffcc71}
.office-bearers strong{font-size:1.25rem;margin-top:7px}
.office-bearers a{color:#fff;margin-top:12px}
.zone-council-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.zone-council-grid article{border:1px solid #d9e3ed;border-radius:18px;padding:24px;background:#fff}
.zone-council-grid span,.zone-council-grid strong{display:block}
.zone-council-grid span{color:#e55035;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:900;margin-bottom:13px}
.zone-council-grid strong{font-size:1.06rem;margin:7px 0}
.source-note{color:#6a7889;font-size:.9rem}
.honour-layout{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);gap:36px;align-items:start}
.honour-introduction{background:#f3f6fa;border-radius:22px;padding:30px}
.life-member-list{list-style:none;margin:0;padding:0;border-radius:22px;overflow:hidden;border:1px solid #d9e3ed;background:#fff}
.life-member-list li{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:17px 22px;border-bottom:1px solid #e5ebf1}
.life-member-list li:last-child{border-bottom:0}
.life-member-list time{font-weight:900;color:#e55035}.life-member-list strong{font-size:1.07rem}
.hall-of-fame-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.hall-of-fame-grid article{position:relative;min-height:190px;border:1px solid #d9e3ed;border-radius:18px;padding:24px;background:#fff}
.hall-of-fame-grid time{position:absolute;right:18px;top:16px;font-size:2rem;font-weight:900;color:#e9eef4}
.hall-of-fame-grid h2{position:relative;font-size:1rem;color:#171b66;margin:0 0 15px}
.hall-of-fame-grid ul{position:relative;margin:0;padding-left:17px;color:#4f6073}
.hall-of-fame-grid li{margin:7px 0}
@media(max-width:900px){.people-history-grid{grid-template-columns:1fr}.office-bearers{grid-template-columns:1fr}.hall-of-fame-grid{grid-template-columns:repeat(2,1fr)}.honour-layout{grid-template-columns:1fr}.club-directory-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.zone-council-grid,.hall-of-fame-grid{grid-template-columns:1fr}.club-directory-panel{padding:26px}.life-member-list li{grid-template-columns:68px 1fr}}
