/* ---------- PAGE: MEDIA ARCHIVE ---------- */
.page-hero{background:var(--off-white);padding:76px 0 64px;text-align:center;position:relative;overflow:hidden}.page-hero::before,.page-hero::after{content:'';position:absolute;width:340px;height:340px;border:1px solid rgba(13,41,67,.06);border-radius:50%;top:-160px}.page-hero::before{left:-140px}.page-hero::after{right:-140px;top:-100px}.page-hero h1{font-size:clamp(2.1rem,4.4vw,3.1rem);margin-top:16px;color:var(--navy)}.page-hero .eyebrow{justify-content:center}.page-hero .rule{width:56px;height:2px;background:var(--gold);margin:22px auto 0}.page-hero p{margin-top:22px;font-size:1rem;color:#565a5f;font-weight:300;max-width:560px;margin-left:auto;margin-right:auto}

/* ---------- ARCHIVE TOOLBAR ---------- */
.archive-toolbar{padding-top:56px;padding-bottom:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border-bottom:1px solid var(--line-dark)}
.archive-toolbar.reveal{opacity:1;transform:none}
.filter-tabs{display:flex;gap:34px;flex-wrap:wrap}.filter-tab{font-size:.88rem;font-weight:600;color:#6b6f74;padding-bottom:10px;position:relative;cursor:pointer;background:none;border:none;font-family:var(--sans)}.filter-tab::after{content:'';position:absolute;left:0;bottom:-1px;width:0;height:2px;background:var(--gold);transition:width .3s ease}.filter-tab.active{color:var(--charcoal)}.filter-tab.active::after{width:100%}.filter-tab:hover{color:var(--navy)}

/* ---------- SEARCH ---------- */
.search-box{position:relative;width:280px;max-width:100%}.search-box input{width:100%;padding:13px 44px 13px 16px;border:1px solid rgba(13,15,17,.15);border-radius:2px;font-size:.88rem;font-family:var(--sans);background:var(--white);color:var(--charcoal)}.search-box input:focus{outline:none;border-color:var(--gold)}.search-box input::placeholder{color:var(--steel)}.search-box svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--steel);pointer-events:none}

/* ---------- NEWS GRID ---------- */
.news-grid{padding-top:48px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px 30px}@media(max-width:900px){.news-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.news-grid{grid-template-columns:1fr}}
.news-card{background:var(--white);border:1px solid var(--line-dark);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(13,15,17,.09)}.news-thumb{aspect-ratio:16/10.4;overflow:hidden;background:var(--charcoal-light)}.news-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.news-card:hover .news-thumb img{transform:scale(1.06)}.news-body{padding:26px 26px 28px;display:flex;flex-direction:column;gap:12px;flex:1}.news-meta{display:flex;align-items:center;gap:10px;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;font-weight:600;color:var(--gold)}.news-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--steel)}.news-meta .date{color:#8a8e93;font-weight:600}.news-body h3{font-size:1.18rem;line-height:1.32;color:var(--charcoal);font-weight:500}.news-body p{font-size:.88rem;color:#6b6f74;font-weight:300;line-height:1.6;flex:1}.read-more{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--gold);margin-top:4px;width:fit-content}.read-more svg{width:13px;height:13px;transition:transform .3s ease}.news-card:hover .read-more svg{transform:translateX(4px)}

/* ---------- PAGINATION ---------- */
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:64px;padding-bottom:80px}.page-btn{min-width:38px;height:38px;padding:0 6px;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#6b6f74;border:1px solid transparent;border-radius:2px;background:none;cursor:pointer;font-family:var(--sans);transition:all .25s ease}.page-btn:hover{color:var(--navy)}.page-btn.active{border-color:var(--gold);color:var(--charcoal)}.page-btn.arrow{color:var(--steel)}.page-btn.arrow svg{width:14px;height:14px}.page-btn.dots{cursor:default}.page-btn.dots:hover{color:#6b6f74}

/* ---------- MOBILE ---------- */
@media(max-width:600px){.archive-toolbar{flex-direction:column;align-items:flex-start}.filter-tabs{gap:22px;overflow-x:auto;width:100%;padding-bottom:2px}}