*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Roboto',sans-serif;font-size:1rem;line-height:1.72;color:#2a2a2a;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}a{color:#C4973A;text-decoration:none}ul{list-style:none}
:root{--navy:#1A2744;--gold:#C4973A;--gold-lt:#D4AF6A;--off:#F9F7F2;--border:#E8E4DA;--text:#2A2A2A;--text-m:#555;--jo:'Josefin Sans',sans-serif}

/* ── MASTHEAD ── */
.masthead{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(26,39,68,.13)}
.masthead-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.5rem}
.masthead-brand{display:flex;align-items:center;gap:1rem}
.masthead-brand img{height:38px;width:auto}
.masthead-brand .divider{width:1px;height:26px;background:rgba(26,39,68,.22)}
.masthead-brand .title{font-family:var(--jo);font-weight:600;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.masthead-nav{display:flex;align-items:center;gap:1.6rem}
.masthead-nav a{font-family:var(--jo);font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);padding-bottom:3px;border-bottom:1px solid transparent;transition:border-color .25s,color .25s}
.masthead-nav a:hover{border-bottom-color:var(--gold);color:var(--gold)}
.issue-chip{font-family:var(--jo);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#3D4A68;border:1px solid rgba(26,39,68,.22);border-radius:999px;padding:.45rem .95rem .35rem}

/* ── LOGO BAND ── */
.logo-band{background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem 2.5rem;border-bottom:1px solid rgba(26,39,68,.08)}
/* Solid black-bg DM logo — no rounded corners so it bleeds cleanly */
.logo-band__img{width:clamp(220px,55vw,520px);height:auto;display:block;border-radius:0}
.logo-band__meta{display:flex;align-items:center;gap:1.1rem;margin-top:1.4rem;flex-wrap:wrap;justify-content:center}
.logo-band__issue{font-family:var(--jo);font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(26,39,68,.4)}
.logo-band__cta{font-family:var(--jo);font-size:.6rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--navy);border:1px solid rgba(196,151,58,.55);padding:.45em 1.1em;border-radius:3px;transition:background .2s,color .2s}
.logo-band__cta:hover{background:var(--gold);color:#fff;border-color:var(--gold)}


.progress{position:sticky;top:66px;z-index:99;height:2px;width:0%;background:var(--gold);transition:width .08s linear}

/* ── TOC ── */
.toc{padding:3.5rem 1.75rem 3rem;background:#fff}
.toc__hd{margin-bottom:2rem;text-align:center}
.toc__kicker{font-family:var(--jo);font-size:.62rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}
.toc__title{font-family:var(--jo);font-size:2rem;font-weight:300;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);line-height:1}
.toc__title strong{font-weight:700}
.toc__sub{font-family:var(--jo);font-size:.6rem;letter-spacing:.15em;color:var(--text-m);margin-top:.45rem;text-transform:uppercase}
/* president highlight inline with TOC heading */
.toc__hd--feature{display:flex;align-items:center;justify-content:space-between;text-align:left;flex-wrap:wrap;gap:1.1rem 1.6rem}
.pres-chip{
  margin-left:auto;flex:1 1 460px;max-width:580px;
  display:flex;align-items:center;gap:1.1rem;
  background:#fff;border:1px solid var(--border);border-left:4px solid var(--gold);
  border-radius:8px;box-shadow:0 1px 2px rgba(26,39,68,.05);
  padding:.85rem 1.3rem .85rem .85rem;
  transition:transform .25s,box-shadow .25s,border-color .25s;
}
.pres-chip:hover{transform:translateY(-3px);box-shadow:0 14px 32px -18px rgba(26,39,68,.28);border-color:var(--gold-lt)}
.pres-chip__img{width:60px;height:60px;flex-shrink:0;border-radius:50%;overflow:hidden;border:1px solid var(--border)}
.pres-chip__img img{width:100%;height:100%;object-fit:cover;object-position:center 20%}
.pres-chip__text{flex:1;min-width:0;text-align:left}
.pres-chip__eyebrow{font-family:var(--jo);font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.18rem}
.pres-chip__title{font-family:var(--jo);font-size:1.12rem;font-weight:700;color:var(--navy);line-height:1.2;margin:0 0 .2rem}
.pres-chip__teaser{font-size:.92rem;color:var(--text-m);line-height:1.4;margin:0}
.pres-chip__arrow{flex-shrink:0;align-self:center;font-family:var(--jo);font-size:1.2rem;color:var(--gold);transition:transform .25s}
.pres-chip:hover .pres-chip__arrow{transform:translateX(4px)}
@media(max-width:680px){.toc__hd--feature .pres-chip{margin-left:0;flex-basis:100%;max-width:none}}
.toc-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:600px){.toc-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:960px){
  .toc-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}
  .tcard--feat{grid-column:1/-1;flex-direction:row}
  .tcard--feat .tcard__img-wrap{width:55%;flex-shrink:0}
  .tcard--feat .tcard__body{padding:2rem 2.25rem;justify-content:center}
  .tcard--feat .tcard__title{font-size:1.8rem}
  .tcard__img-wrap{height:230px}
}
.tcard{background:#fff;border:1px solid var(--border);border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.tcard:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(26,39,68,.12)}
.tcard__img-wrap{height:210px;position:relative;overflow:hidden;flex-shrink:0}
.tcard--feat .tcard__img-wrap{height:250px}
.tcard__img-wrap img{width:100%;height:100%;object-fit:cover}
.tcard__img-wrap.grad{background:linear-gradient(135deg,#1F3A5F,#2D4A7A)}
.tcard__num{position:absolute;top:.9rem;left:1rem;font-family:var(--jo);font-size:2.4rem;font-weight:700;color:rgba(255,255,255,.22);line-height:1;z-index:1}
.tcard__body{padding:1.2rem 1.35rem 1.4rem;flex:1;display:flex;flex-direction:column}
.tcard__cat{font-family:var(--jo);font-size:.87rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}
.tcard__title{font-family:var(--jo);font-size:1.5rem;font-weight:700;color:var(--navy);line-height:1.2;margin-bottom:.6rem}
.tcard__teaser{font-size:1.23rem;color:var(--text-m);line-height:1.6;flex:1;margin-bottom:.9rem}
.tcard__link{font-family:var(--jo);font-size:.87rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);transition:color .2s}
.tcard__link:hover{color:var(--navy)}

/* ── PRESIDENT ARTICLE ── */
.art-hdr{display:grid;grid-template-columns:1fr}
@media(min-width:600px){.art-hdr{grid-template-columns:55fr 45fr;min-height:520px}}
/* Text col: off-white, centred content */
.art-hdr__text{background:var(--off);padding:3rem 2rem 2.5rem clamp(2rem,6vw,5rem);display:flex;flex-direction:column;justify-content:center}
.art-hdr__cat{font-family:var(--jo);font-size:.62rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.7rem}
.art-hdr__title{font-family:var(--jo);font-size:clamp(1.6rem,6vw,2.8rem);font-weight:700;color:var(--navy);line-height:1.05;text-transform:uppercase;letter-spacing:.02em;margin-bottom:.5rem}
.art-hdr__byline{font-family:var(--jo);font-size:.62rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
/* Pull quote inside header */
.art-hdr__quote{border-left:3px solid var(--gold);padding:.75rem 1rem;background:rgba(196,151,58,.06);margin-top:.5rem}
.art-hdr__quote p{font-family:var(--jo);font-size:.9rem;font-weight:300;color:var(--navy);line-height:1.55;font-style:italic}
/* Photo col: Kelly's portrait */
.art-hdr__photo{overflow:hidden;min-height:320px;background:var(--off)}
@media(min-width:600px){.art-hdr__photo{min-height:auto}}
.art-hdr__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}

/* ── ARTICLE BODY ── */
.art-body{padding:2.5rem 1.75rem;max-width:720px;margin:0 auto}
.art-body p{margin-bottom:1.1rem;font-size:1rem;line-height:1.75;color:var(--text)}
.art-body p:first-of-type{font-size:1.08rem;color:var(--text-m)}
.art-body h2{font-family:var(--jo);font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--navy);margin:2rem 0 .8rem}
.pull{margin:2rem 0;padding:1.1rem 1.5rem;border-left:3px solid var(--gold);background:var(--off)}
.pull p{font-family:var(--jo);font-size:.95rem;font-weight:300;color:var(--navy);line-height:1.55;margin:0!important;letter-spacing:.01em}
.aphoto{margin:1.8rem 0;border-radius:5px;overflow:hidden;aspect-ratio:3/2;background:#2D3F6B}
.aphoto img{width:100%;height:100%;object-fit:cover;object-position:center top}
.art-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.2rem 1.75rem;border-top:1px solid var(--border);background:var(--off);gap:.75rem 1rem}
.art-nav__link{display:flex;flex-direction:column;gap:3px}
.art-nav__link--prev{grid-column:1;justify-self:start}
.art-nav__all{grid-column:2;justify-self:center;text-align:center}
.art-nav__link--next{grid-column:3;justify-self:end;text-align:right}
@media(max-width:560px){.art-nav{grid-template-columns:1fr;justify-items:center}.art-nav__link--prev,.art-nav__all,.art-nav__link--next{grid-column:1;justify-self:center;text-align:center}}
.art-nav__dir{font-family:var(--jo);font-size:.55rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--text-m)}
.art-nav__name{font-family:var(--jo);font-size:.88rem;font-weight:600;color:var(--navy);transition:color .2s}
.art-nav__link:hover .art-nav__name{color:var(--gold)}
.art-nav__all{font-family:var(--jo);font-size:.55rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text-m);transition:color .2s}
.art-nav__all:hover{color:var(--gold)}
.site-footer{background:#111;padding:1.75rem 1.5rem;text-align:center}
.site-footer p{font-family:var(--jo);font-size:.6rem;letter-spacing:.1em;color:rgba(255,255,255,.3);text-transform:uppercase}
.site-footer a{color:var(--gold-lt)}

/* ── MOBILE ── */
@media(max-width:768px){
  .masthead-inner{padding:.7rem 1rem}
  .masthead-brand{gap:.7rem}
  .masthead-brand img{height:30px}
  .masthead-brand .title{font-size:.84rem;letter-spacing:.08em}
  .masthead-nav{gap:.9rem}
  .masthead-nav a{font-size:.66rem;letter-spacing:.1em}
  .issue-chip{display:none}
  .progress{top:53px}
  .logo-band__img{width:clamp(180px,75vw,340px)}
}

/* ── GLIDER ── */
.glider{position:relative;width:100%;height:70svh;min-height:420px;overflow:hidden;background:#000}
@media(min-width:900px){.glider{height:80svh;min-height:560px}}

/* Each slide */
.glider__slide{
  position:absolute;inset:0;
  display:flex;align-items:flex-end;
  opacity:0;transition:opacity 1s ease;
  pointer-events:none;
}
.glider__slide.is-active{opacity:1;pointer-events:auto}

/* Photo with Ken Burns zoom */
.glider__bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transform:scale(1);
  transition:transform 7s ease;
}
.glider__slide.is-active .glider__bg{transform:scale(1.08)}

/* Dark gradient over photo */
.glider__bg::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.3) 45%,rgba(0,0,0,.05) 100%);
}

/* Story text */
.glider__content{
  position:relative;z-index:2;
  padding:2.5rem 1.75rem 3rem;
  width:100%;max-width:820px;
}
@media(min-width:900px){.glider__content{padding:3rem 3.5rem 4rem}}

.glider__cat{
  font-family:var(--jo);font-size:.6rem;font-weight:700;
  letter-spacing:.25em;text-transform:uppercase;
  color:var(--gold);display:block;margin-bottom:.6rem;
}
.glider__title{
  font-family:var(--jo);font-weight:700;
  font-size:clamp(1.4rem,5vw,2.6rem);
  color:#fff;line-height:1.1;margin-bottom:.75rem;
}
.glider__teaser{
  font-family:'Roboto',sans-serif;font-size:.9rem;
  color:rgba(255,255,255,.75);line-height:1.6;
  max-width:520px;margin-bottom:1.25rem;
  display:none;
}
@media(min-width:600px){.glider__teaser{display:block}}
.glider__cta{
  font-family:var(--jo);font-size:.6rem;font-weight:700;
  letter-spacing:.15em;text-transform:uppercase;
  color:#fff;border:1px solid rgba(196,151,58,.6);
  padding:.5em 1.2em;border-radius:3px;display:inline-block;
  transition:background .2s,border-color .2s;
}
.glider__cta:hover{background:var(--gold);border-color:var(--gold)}

/* Dots */
.glider__dots{
  position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);
  display:flex;gap:.5rem;z-index:10;
}
.glider__dot{
  width:28px;height:3px;border-radius:2px;
  background:rgba(255,255,255,.35);
  border:none;cursor:pointer;padding:0;
  transition:background .3s,width .3s;
}
.glider__dot.is-active{background:var(--gold);width:44px}

/* Prev/Next arrows */
.glider__arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  z-index:10;background:rgba(0,0,0,.35);border:none;
  color:#fff;font-size:1.25rem;width:44px;height:44px;
  border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;
  transition:background .2s;
}
.glider__arrow:hover{background:rgba(196,151,58,.8)}
.glider__arrow--prev{left:1rem}
.glider__arrow--next{right:1rem}
@media(max-width:480px){.glider__arrow{display:none}}



/* ── PRESIDENT INTRO PANEL ── */
.pres-intro{display:grid;grid-template-columns:1fr}
@media(min-width:700px){.pres-intro{grid-template-columns:38% 1fr;min-height:460px}}
.pres-intro__photo{overflow:hidden;min-height:280px;background:var(--off)}
.pres-intro__photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.pres-intro__body{background:var(--off);padding:3rem 2.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.pres-intro__kicker{font-family:var(--jo);font-size:.58rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.6rem}
.pres-intro__title{font-family:var(--jo);font-size:clamp(1.8rem,5vw,2.9rem);font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.04em;line-height:1.05;margin-bottom:.5rem}
.pres-intro__byline{font-family:var(--jo);font-size:.6rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}
.pres-intro__body p{font-size:1.05rem;line-height:1.75;color:var(--text);margin-bottom:1rem}
.pres-intro__cta{font-family:var(--jo);font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;transition:color .2s}
.pres-intro__cta:hover{color:var(--gold)}

/* ── ADAQ BOARD PANEL ── */
.board-panel{background:var(--navy);padding:4rem 1.75rem}
@media(min-width:900px){.board-panel{padding:5rem 4rem}}
.board-panel__inner{display:grid;grid-template-columns:1fr}
@media(min-width:900px){.board-panel__inner{grid-template-columns:1fr 340px;gap:4rem}}
.board-panel h2.board-title{font-family:var(--jo);font-size:1.1rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}
.board-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(196,151,58,.2)}
.board-section:last-child{border-bottom:none;margin-bottom:0}
.board-section__label{font-family:var(--jo);font-size:.55rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.9rem}
.board-section__name{font-family:var(--jo);font-size:1rem;font-weight:700;color:#fff;margin-bottom:.15rem}
.board-grid{column-count:1;column-gap:3rem}
@media(min-width:600px){.board-grid{column-count:2}}
.board-grid>div{break-inside:avoid;-webkit-column-break-inside:avoid;margin-bottom:.6rem}
.board-grid__name{font-family:var(--jo);font-size:.9rem;font-weight:700;color:#fff;margin-bottom:.1rem}
.board-grid__sub{font-size:.8rem;color:rgba(255,255,255,.45)}
.board-masthead{padding-top:0}
@media(min-width:900px){.board-masthead{padding-top:.5rem}}
.mast-section{margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(196,151,58,.2)}
.mast-section:last-child{border-bottom:none;margin-bottom:0}
.mast-section__label{font-family:var(--jo);font-size:.55rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.7rem}
.mast-section p,.mast-section address{font-size:.88rem;color:rgba(255,255,255,.6);font-style:normal;line-height:1.7}
.mast-section a{color:var(--gold-lt)}
.mast-section .name{font-family:var(--jo);font-size:.9rem;font-weight:700;color:#fff;display:block;margin-bottom:.1rem}
.ada-logo{margin-top:2rem;opacity:.45;filter:brightness(10)}
.ada-logo img{height:48px;width:auto}

/* ---- In-article photo variants (Winter 2026 images) ---- */
.aphoto--natural{aspect-ratio:auto;background:none}
.aphoto--natural img{height:auto}
.aphoto--flyer{aspect-ratio:auto;background:none;max-width:480px;margin-left:auto;margin-right:auto;box-shadow:0 4px 18px rgba(26,39,68,.15)}
.aphoto--flyer img{height:auto}
.aphoto-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.8rem 0}
.aphoto-grid .aphoto{margin:0;aspect-ratio:4/3}
.aphoto-grid--3{grid-template-columns:1fr}
@media(min-width:600px){.aphoto-grid--3{grid-template-columns:repeat(3,1fr)}}
.aphoto-grid--3 .aphoto{background:#fff}

/* ---- Story structure: multiple articles per page ---- */
.story{margin-top:3.5rem;padding-top:2.75rem;border-top:1px solid var(--border);position:relative}
.story:first-child{margin-top:0;padding-top:0;border-top:0}
.story::before{content:'';position:absolute;top:-2px;left:0;width:64px;height:3px;background:var(--gold)}
.story:first-child::before{display:none}
.story__kicker{font-family:var(--jo);font-size:.62rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.55rem}
.art-body h2.story__title{font-size:1.55rem;font-weight:700;text-transform:none;letter-spacing:.01em;line-height:1.22;margin:0 0 .5rem;color:var(--navy)}
.story__standfirst{font-family:var(--jo);font-size:.95rem;font-weight:300;font-style:italic;color:var(--text-m);line-height:1.5;display:block;margin-bottom:1.2rem}
.story__byline{font-family:var(--jo);font-size:.62rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:1.4rem}

/* ---- Subheadings within a story ---- */
.art-body h3{font-family:var(--jo);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--navy);margin:2rem 0 .7rem;padding-left:.85rem;border-left:3px solid var(--gold);line-height:1.35}
.art-body h4{font-family:var(--jo);font-size:1.0625rem;font-weight:700;letter-spacing:.05em;color:var(--navy);margin:1.5rem 0 .5rem}

/* ---- Lists ---- */
.art-body ul{margin:0 0 1.2rem;padding:0;list-style:none}
.art-body ul li{position:relative;padding-left:1.5rem;margin-bottom:.55rem;font-size:1rem;line-height:1.65;color:var(--text)}
.art-body ul li::before{content:'';position:absolute;left:.2rem;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--gold)}
.art-body ol{margin:0 0 1.2rem;padding-left:1.5rem}
.art-body ol li{margin-bottom:.55rem;font-size:1rem;line-height:1.65;color:var(--text);padding-left:.35rem}
.art-body ol li::marker{font-family:var(--jo);font-weight:700;color:var(--gold)}

/* ---- Q&A interviews ---- */
.art-body p.q{font-family:var(--jo);font-size:1.02rem;font-weight:700;color:var(--navy);line-height:1.4;margin:1.8rem 0 .5rem}

/* ---- Editorial notes (working copy, pending items) ---- */
.art-body p.ed-note{font-size:.88rem;font-style:italic;color:#3a3000;background:#f2ff00;border-left:3px solid #c9d400;padding:.6rem .9rem;border-radius:0 4px 4px 0}
