body{font-family:'Source Sans 3',system-ui,sans-serif}
.font-heading{font-family:'Playfair Display',Georgia,serif}
.gold-line{width:56px;height:3px;background:linear-gradient(90deg,#c9a84c,#dfc06e);border-radius:2px}
.reveal{opacity:1;transform:none;transition:all .5s ease}
.marquee-track{display:flex;gap:3rem;animation:mq 35s linear infinite;white-space:nowrap}@keyframes mq{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.pv{display:none}.pv.active{display:block}

::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:3px}
@media print{.no-print{display:none!important}}

.ep-tab{background:#e8e9f2;color:#06084d;border:1px solid transparent}
.ep-tab:hover{background:#d0d1e8}
.ep-tab.active{background:#06084d;color:#c9a84c;border-color:#06084d}
.ep-card .ep-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.ep-card.open .ep-body{max-height:600px}
.ep-card .ep-chevron{transition:transform .3s ease}
.ep-card.open .ep-chevron{transform:rotate(180deg)}