:root{
  --agp2-red:#c3002f;
  --agp2-red-dark:#9d0026;
  --agp2-ink:#07111f;
  --agp2-navy:#10233f;
  --agp2-blue:#29486f;
  --agp2-sky:#74b8ff;
  --agp2-gold:#b9935a;
  --agp2-paper:#f5f3ee;
  --agp2-soft:#edf1f4;
  --agp2-white:#ffffff;
  --agp2-text:#111827;
  --agp2-muted:#111827;
  --agp2-line:rgba(17,24,39,.14);
  --agp2-shadow:0 16px 44px rgba(7,17,31,.12);
  --agp2-radius:8px;
}

body .agp2-page,
body.agp2-article-body{
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--agp2-text);
  background:var(--agp2-paper);
}

.agp2-page *,
.agp2-header *,
.agp2-footer *,
.agp2-article-page *,
.agp2-article-shell *{
  box-sizing:border-box;
}

.agp2-page a,
.agp2-header a,
.agp2-footer a,
.agp2-article-shell a{
  color:inherit;
  text-decoration:none;
}

.agp2-shell{
  width:min(1440px, calc(100% - 40px));
  margin-inline:auto;
}

.agp2-page p,
.agp2-article-shell p,
.agp2-content-panel li,
.agp2-clean-list li{
  text-align:justify;
  text-justify:inter-word;
}

.agp2-topbar{
  background:var(--agp2-red);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.agp2-topbar__inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.agp2-toplinks{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}

.agp2-lang-switch{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:4px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
}

.agp2-lang-switch a{
  min-width:28px;
  min-height:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
}

.agp2-lang-switch a.is-active{
  background:#fff;
  color:var(--agp2-red);
}

.agp2-topbar__cta{
  white-space:nowrap;
}

.agp2-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:linear-gradient(180deg,var(--agp2-ink),var(--agp2-navy));
  color:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}

.agp2-header .agp2-shell{
  width:min(1520px, calc(100% - 40px));
}

.agp2-nav{
  min-height:84px;
  display:grid;
  grid-template-columns:max-content minmax(0,1fr) max-content;
  align-items:center;
  gap:22px;
}

.agp2-brand{
  display:inline-flex;
  align-items:center;
  gap:13px;
  min-width:0;
}

.agp2-brand__mark{
  width:56px;
  height:56px;
  border-radius:8px;
  background:#fff;
  display:grid;
  place-items:center;
  overflow:hidden;
  flex:0 0 56px;
}

.agp2-brand__mark img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.agp2-brand__text{
  font-family:"Playfair Display", Georgia, serif;
  font-size:18px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:0;
}

.agp2-brand__copy{
  display:grid;
  gap:4px;
  min-width:0;
  max-width:286px;
}

.agp2-brand__tagline{
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:0;
  white-space:nowrap;
}

.agp2-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  font-size:13px;
  font-weight:800;
}

.agp2-menu a{
  color:rgba(255,255,255,.86);
  white-space:nowrap;
  transition:color .18s ease;
}

.agp2-menu .is-strong{
  color:#fff;
}

.agp2-menu a:hover,
.agp2-menu a:focus-visible,
.agp2-menu .is-strong:hover,
.agp2-menu .is-strong:focus-visible{
  color:var(--agp2-sky);
}

.agp2-nav__actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.agp2-search-toggle{
  width:auto;
  min-width:112px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid var(--agp2-red);
  border-radius:8px;
  background:var(--agp2-red);
  color:#fff;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease, color .18s ease;
}

.agp2-header button.agp2-search-toggle{
  width:auto !important;
  min-width:112px !important;
  height:44px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 !important;
  background:var(--agp2-red) !important;
  border-color:var(--agp2-red) !important;
  color:#fff !important;
}

.agp2-search-toggle span{
  font-size:13px;
  font-weight:900;
}

.agp2-search-toggle svg,
.agp2-site-search button svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.agp2-search-toggle:hover,
.agp2-search-toggle:focus-visible,
.agp2-header.is-search-open .agp2-search-toggle{
  color:#fff;
  border-color:var(--agp2-red-dark);
  background:var(--agp2-red-dark);
}

.agp2-header .agp2-search-toggle:hover,
.agp2-header .agp2-search-toggle:focus-visible,
.agp2-header.is-search-open .agp2-search-toggle{
  background:var(--agp2-red-dark) !important;
  border-color:var(--agp2-red-dark) !important;
}

.agp2-search-panel{
  background:#fff;
  border-top:1px solid rgba(255,255,255,.14);
  box-shadow:0 18px 36px rgba(7,17,31,.18);
}

.agp2-search-panel[hidden]{
  display:none;
}

.agp2-search-panel .agp2-shell{
  padding-block:18px;
}

.agp2-site-search{
  display:grid;
  grid-template-columns:minmax(260px,1.25fr) minmax(145px,.55fr) minmax(190px,.75fr) minmax(140px,.55fr) 54px;
  gap:10px;
  align-items:end;
}

.agp2-site-search__field{
  display:grid;
  gap:6px;
  min-width:0;
}

.agp2-site-search__field span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-site-search input,
.agp2-site-search select{
  width:100%;
  min-height:54px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:#fff;
  color:var(--agp2-text);
  padding:0 16px;
  font:inherit;
  font-weight:700;
}

.agp2-site-search input::placeholder{
  color:var(--agp2-muted);
}

.agp2-site-search button{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:8px;
  background:var(--agp2-red);
  color:#fff !important;
  padding:0;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(195,0,47,.24);
}

.agp2-site-search button span{
  display:none;
  color:#fff !important;
}

.agp2-search-page-form button span,
.agp2-search-page-form button svg,
.agp2-site-search button span,
.agp2-site-search button svg,
.agp2-mag-search button,
.agp2-finder button{
  color:#fff !important;
}

.agp2-btn,
.agp2-finder button,
.agp2-mag-search button{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 18px;
  border-radius:999px;
  border:0;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.agp2-btn:hover,
.agp2-finder button:hover,
.agp2-mag-search button:hover{
  transform:translateY(-1px);
}

.agp2-btn--red,
.agp2-finder button,
.agp2-mag-search button{
  background:linear-gradient(135deg,var(--agp2-red),var(--agp2-red-dark));
  color:#fff !important;
  box-shadow:0 12px 24px rgba(195,0,47,.24);
}

.agp2-btn--dark{
  background:var(--agp2-ink);
  color:#fff !important;
}

.agp2-btn--light{
  background:#fff;
  color:var(--agp2-ink) !important;
}

.agp2-btn--ghost{
  background:rgba(255,255,255,.08);
  color:#fff !important;
  border:1px solid rgba(255,255,255,.20);
}

.agp2-menu-button{
  display:none !important;
  width:46px;
  height:46px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.07);
  color:#fff;
  cursor:pointer;
}

.agp2-menu-button span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:#fff;
}

.agp2-hero{
  position:relative;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(7,17,31,.92), rgba(16,35,63,.78), rgba(16,35,63,.48)),
    var(--agp2-hero) center/cover no-repeat;
}

.agp2-hero__grid{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,850px);
  align-items:center;
  padding-block:58px;
}

.agp2-kicker{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(195,0,47,.10);
  color:var(--agp2-red);
  border:1px solid rgba(195,0,47,.18);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-hero .agp2-kicker,
.agp2-page-hero .agp2-kicker{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.22);
}

.agp2-hero h1,
.agp2-page-hero h1,
.agp2-article-hero h1{
  margin:16px 0 18px;
  font-family:"Playfair Display", Georgia, serif;
  font-size:64px;
  line-height:1.03;
  letter-spacing:0;
}

.agp2-hero p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:20px;
  line-height:1.65;
  text-align:left;
  text-justify:auto;
}

.agp2-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.agp2-hero__panel,
.agp2-side-panel,
.agp2-highlight,
.agp2-cta-row{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.65);
  color:var(--agp2-text);
  border-radius:var(--agp2-radius);
  box-shadow:var(--agp2-shadow);
}

.agp2-hero__panel{
  padding:26px;
}

.agp2-hero__panel h2{
  margin:0 0 8px;
  font-size:28px;
  color:var(--agp2-ink);
}

.agp2-hero__panel p{
  margin:0 0 18px;
  color:var(--agp2-muted);
  font-size:15px;
}

.agp2-band--white{
  background:#fff;
}

.agp2-home-finder{
  background:#fff;
  border-bottom:1px solid var(--agp2-line);
  padding:26px 0 30px;
}

.agp2-visual-band{
  background:#fff;
  border-bottom:1px solid var(--agp2-line);
  padding:18px 0;
}

.agp2-visual-band__grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}

.agp2-visual-tile{
  min-height:178px;
  display:grid;
  align-content:end;
  gap:7px;
  padding:18px;
  border-radius:var(--agp2-radius);
  overflow:hidden;
  color:#fff !important;
  background:
    linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.84)),
    var(--agp2-tile) center/cover no-repeat;
  box-shadow:0 12px 30px rgba(7,17,31,.12);
}

.agp2-visual-tile span{
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.agp2-visual-tile strong{
  color:#fff;
  font-size:18px;
  line-height:1.22;
}

.agp2-home-finder__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
}

.agp2-home-finder__head h2{
  margin:0;
  color:var(--agp2-ink);
  font-size:28px;
  line-height:1.1;
}

.agp2-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  padding:26px 0;
}

.agp2-stats div{
  border-left:4px solid var(--agp2-red);
  padding:8px 16px;
}

.agp2-stats strong{
  display:block;
  font-size:34px;
  line-height:1;
  color:var(--agp2-ink);
}

.agp2-stats span{
  color:var(--agp2-muted);
  font-weight:700;
}

.agp2-section{
  padding-block:54px;
}

.agp2-section--tail{
  padding-bottom:86px;
}

.agp2-section--tail .agp2-cta-row{
  margin-bottom:0;
}

.agp2-section__head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}

.agp2-section__head h2,
.agp2-highlight h2,
.agp2-cta-row h2,
.agp2-council-intro h2{
  margin:8px 0 0;
  color:var(--agp2-ink);
  font-family:"Playfair Display", Georgia, serif;
  font-size:42px;
  line-height:1.08;
  letter-spacing:0;
}

.agp2-section__head > a{
  font-weight:900;
  color:var(--agp2-red);
}

.agp2-finder{
  margin-bottom:24px;
}

.agp2-finder__form,
.agp2-mag-search{
  display:grid;
  grid-template-columns:1.15fr repeat(3, minmax(150px,1fr)) auto;
  gap:12px;
  align-items:end;
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  padding:16px;
  box-shadow:0 10px 28px rgba(7,17,31,.08);
}

.agp2-finder--compact .agp2-finder__form{
  box-shadow:none;
  border-color:var(--agp2-line);
}

.agp2-home-finder .agp2-finder{
  margin:0;
}

.agp2-home-finder .agp2-finder__form{
  grid-template-columns:minmax(260px,1.2fr) repeat(3,minmax(150px,1fr)) minmax(190px,auto);
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}

.agp2-finder label,
.agp2-mag-search label{
  display:grid;
  gap:6px;
  min-width:0;
}

.agp2-finder span,
.agp2-mag-search span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-finder input,
.agp2-finder select,
.agp2-mag-search input,
.agp2-mag-search select{
  width:100%;
  min-height:48px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:#fff;
  color:var(--agp2-text);
  padding:0 12px;
  font:inherit;
}

.agp2-training-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.agp2-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.agp2-card-grid--compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.agp2-training-card,
.agp2-post-card{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
  overflow:hidden;
}

.agp2-training-card{
  padding:20px;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.agp2-training-card__top,
.agp2-training-card__bottom,
.agp2-post-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.agp2-training-card__top span,
.agp2-post-card__meta span{
  color:var(--agp2-red);
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-training-card__top strong,
.agp2-post-card__meta time{
  color:var(--agp2-muted);
  font-size:13px;
}

.agp2-training-card h3,
.agp2-post-card h3{
  margin:16px 0 10px;
  color:var(--agp2-ink);
  font-size:24px;
  line-height:1.16;
  letter-spacing:0;
}

.agp2-training-card p,
.agp2-post-card p,
.agp2-highlight p,
.agp2-cta-row p,
.agp2-side-panel p,
.agp2-council-intro p{
  color:var(--agp2-muted);
  line-height:1.7;
}

.agp2-training-card dl{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0;
}

.agp2-training-card dl div{
  border-top:1px solid var(--agp2-line);
  padding-top:9px;
}

.agp2-training-card dt{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
}

.agp2-training-card dd{
  margin:3px 0 0;
  color:var(--agp2-ink);
  font-weight:800;
}

.agp2-training-card__bottom{
  margin-top:auto;
}

.agp2-training-card__bottom a,
.agp2-read{
  color:var(--agp2-red);
  font-weight:900;
}

.agp2-split{
  display:grid;
  grid-template-columns:360px minmax(0,1fr);
  gap:24px;
  align-items:start;
}

.agp2-highlight{
  padding:26px;
  position:sticky;
  top:130px;
}

.agp2-post-card__media{
  display:block;
  aspect-ratio:16/10;
  background:var(--agp2-navy);
  overflow:hidden;
}

.agp2-post-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.agp2-post-card__body{
  padding:18px;
}

.agp2-post-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.agp2-page-hero{
  padding:86px 0 76px;
  color:#fff;
  background:
    linear-gradient(90deg, rgba(7,17,31,.92), rgba(16,35,63,.76)),
    var(--agp2-hero) center/cover no-repeat;
}

.agp2-page-hero h1{
  max-width:900px;
}

.agp2-page-hero p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:20px;
  line-height:1.7;
  text-align:left;
  text-justify:auto;
}

.agp2-process{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.agp2-process div,
.agp2-side-panel{
  padding:24px;
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
}

.agp2-process span{
  color:var(--agp2-red);
  font-size:13px;
  font-weight:900;
}

.agp2-process h3,
.agp2-side-panel h2{
  margin:8px 0;
  color:var(--agp2-ink);
}

.agp2-mag-search{
  grid-template-columns:1fr 260px auto;
  margin-bottom:24px;
}

.agp2-colloque-search{
  grid-template-columns:minmax(0,1fr) auto;
}

.agp2-search-page-form{
  display:grid;
  grid-template-columns:minmax(220px,1.2fr) minmax(150px,.7fr) minmax(180px,.8fr) minmax(140px,.6fr) auto;
  gap:12px;
  align-items:end;
  margin-bottom:24px;
  padding:16px;
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 10px 28px rgba(7,17,31,.08);
}

.agp2-search-page-form label{
  display:grid;
  gap:6px;
}

.agp2-search-page-form span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-search-page-form input,
.agp2-search-page-form select{
  width:100%;
  min-height:48px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:#fff;
  color:var(--agp2-text);
  padding:0 12px;
  font:inherit;
}

.agp2-search-page-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--agp2-red),var(--agp2-red-dark));
  color:#fff !important;
  padding:0 20px;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(195,0,47,.24);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  white-space:nowrap;
}

.agp2-search-page-form button svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.agp2-result-list{
  display:grid;
  gap:16px;
}

.agp2-result-card{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:0;
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 30px rgba(7,17,31,.07);
  overflow:hidden;
}

.agp2-result-card__media{
  display:block;
  min-height:100%;
  background:var(--agp2-navy);
  overflow:hidden;
}

.agp2-result-card__media img{
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
}

.agp2-result-card__body{
  padding:22px;
  min-width:0;
}

.agp2-result-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--agp2-muted);
  font-size:13px;
  font-weight:800;
}

.agp2-result-card__meta span{
  color:var(--agp2-red);
  text-transform:uppercase;
  font-size:12px;
  font-weight:900;
}

.agp2-result-card__tax,
.agp2-result-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}

.agp2-result-card__tax a,
.agp2-result-card__tax span{
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(195,0,47,.16);
  background:rgba(195,0,47,.07);
  color:var(--agp2-red);
  font-size:12px;
  font-weight:900;
}

.agp2-result-card h2{
  margin:10px 0;
  color:var(--agp2-ink);
  font-size:26px;
  line-height:1.18;
}

.agp2-result-card p{
  margin:0 0 14px;
  color:var(--agp2-muted);
  line-height:1.7;
}

.agp2-pagination{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.agp2-pagination .page-numbers{
  min-width:40px;
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 12px;
  border-radius:8px;
  border:1px solid var(--agp2-line);
  background:#fff;
  color:var(--agp2-ink);
  font-weight:900;
}

.agp2-pagination .current{
  background:var(--agp2-red);
  color:#fff;
  border-color:var(--agp2-red);
}

.agp2-mag-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:24px;
  align-items:start;
}

.agp2-side-panel{
  position:sticky;
  top:130px;
}

.agp2-side-panel hr{
  border:0;
  border-top:1px solid var(--agp2-line);
  margin:22px 0;
}

.agp2-council-intro,
.agp2-cta-row{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:26px;
  margin-bottom:28px;
}

.agp2-cta-row{
  grid-template-columns:minmax(0,1fr) auto;
}

.agp2-cta-row--double{
  grid-template-columns:minmax(0,1fr) auto;
}

.agp2-cta-row__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
}

.agp2-section--cta{
  padding-top:0;
}

.agp2-formation-resources{
  display:grid;
  grid-template-columns:1.2fr repeat(2,minmax(0,.9fr));
  gap:14px;
  margin-top:-34px;
  padding-block:0 24px;
  position:relative;
  z-index:2;
}

.agp2-formation-resources + .agp2-section{
  padding-top:20px;
}

.agp2-resource-link{
  min-height:98px;
  display:grid;
  align-content:center;
  gap:6px;
  padding:18px 20px;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:#fff;
  box-shadow:0 14px 36px rgba(7,17,31,.12);
}

.agp2-resource-link span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.agp2-resource-link strong{
  color:var(--agp2-ink);
  font-size:20px;
  line-height:1.18;
}

.agp2-resource-link--primary{
  background:var(--agp2-red);
}

.agp2-resource-link--primary span,
.agp2-resource-link--primary strong{
  color:#fff;
}

.agp2-contact-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:24px;
  align-items:start;
}

.agp2-contact-main,
.agp2-contact-card{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
}

.agp2-contact-main{
  padding:28px;
  min-width:0;
}

.agp2-contact-main h2{
  margin:10px 0;
  color:var(--agp2-ink);
  font-family:"Playfair Display", Georgia, serif;
  font-size:38px;
  line-height:1.1;
}

.agp2-contact-main > p,
.agp2-contact-card p{
  color:var(--agp2-muted);
  line-height:1.7;
}

.agp2-contact-main .agp-card,
.agp2-contact-card .agp-card{
  border:0;
  box-shadow:none;
  padding:0;
}

.agp2-contact-main .agp-card{
  margin-top:20px;
}

.agp2-contact-aside{
  display:grid;
  gap:16px;
  min-width:0;
}

.agp2-contact-card{
  padding:20px;
  min-width:0;
}

.agp2-contact-card h3{
  margin:0 0 10px;
  color:var(--agp2-ink);
  font-size:21px;
}

.agp2-social-links{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.agp2-social-links a{
  min-height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:var(--agp2-paper);
  color:var(--agp2-ink);
  font-weight:900;
}

.agp2-social-links svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.agp2-president-panel{
  display:grid;
  grid-template-columns:minmax(280px,.42fr) minmax(0,1fr);
  gap:28px;
  align-items:stretch;
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
  overflow:hidden;
}

.agp2-president-panel__media{
  min-height:100%;
  background:var(--agp2-ink);
}

.agp2-president-panel__media img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  display:block;
}

.agp2-president-panel__content{
  padding:30px;
}

.agp2-president-panel h2{
  margin:12px 0 16px;
  color:var(--agp2-ink);
  font-family:"Playfair Display", Georgia, serif;
  font-size:40px;
  line-height:1.1;
}

.agp2-president-panel p{
  color:var(--agp2-muted);
  line-height:1.75;
}

.agp2-president-panel--about{
  margin-top:0;
}

.agp2-president-speech{
  margin-top:18px;
  padding-left:18px;
  border-left:4px solid var(--agp2-red);
}

.agp2-president-speech p{
  font-style:italic;
}

.agp2-footer{
  background:var(--agp2-ink);
  color:rgba(255,255,255,.84);
  padding:0 0 44px;
}

.agp2-newsletter-band{
  background:#fff;
  color:var(--agp2-text);
  padding:38px 0;
  margin-bottom:0;
  border-top:1px solid var(--agp2-line);
  border-bottom:1px solid var(--agp2-line);
}

.agp2-newsletter-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:28px;
  align-items:center;
}

.agp2-newsletter-grid h2{
  margin:10px 0 8px;
  color:var(--agp2-ink);
  font-family:"Playfair Display", Georgia, serif;
  font-size:38px;
  line-height:1.08;
}

.agp2-newsletter-grid p{
  color:var(--agp2-muted);
}

.agp2-newsletter-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.8fr) auto;
  gap:10px;
  align-items:end;
  padding:16px;
  background:var(--agp2-paper);
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
}

.agp2-newsletter-form .agp2-form-success{
  grid-column:1/-1;
}

.agp2-newsletter-form label,
.agp2-public-form label{
  display:grid;
  gap:6px;
  min-width:0;
}

.agp2-newsletter-form span,
.agp2-public-form span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-newsletter-form input,
.agp2-public-form input,
.agp2-public-form select,
.agp2-public-form textarea{
  width:100%;
  min-height:48px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:#fff;
  color:var(--agp2-text);
  padding:0 12px;
  font:inherit;
}

.agp2-public-form textarea{
  min-height:130px;
  padding:12px;
  resize:vertical;
}

.agp2-public-form input[type="file"]{
  padding:12px;
  min-height:auto;
}

.agp2-newsletter-form button,
.agp2-public-form button{
  min-height:48px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,var(--agp2-red),var(--agp2-red-dark));
  color:#fff;
  padding:0 18px;
  font:inherit;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(195,0,47,.20);
}

.agp2-form-success{
  padding:13px 14px;
  border:1px solid rgba(22,163,74,.28);
  border-radius:8px;
  background:rgba(22,163,74,.10);
  color:#166534;
  font-weight:800;
}

.agp2-form-band{
  background:#fff;
  border-bottom:1px solid var(--agp2-line);
  padding:40px 0 46px;
}

.agp2-form-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.agp2-form-head h2{
  margin:0;
  color:var(--agp2-ink);
  font-family:"Playfair Display", Georgia, serif;
  font-size:40px;
  line-height:1.08;
}

.agp2-public-form{
  display:grid;
  gap:14px;
  width:100%;
  background:#fff;
}

.agp2-public-form--wide{
  padding:20px;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
}

.agp2-form-card{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
  padding:0;
}

.agp2-form-row{
  display:grid;
  gap:12px;
}

.agp2-form-row--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.agp2-form-row--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.agp2-form-files{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:14px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:var(--agp2-paper);
}

.agp2-rich-grid{
  display:grid;
  grid-template-columns:1.2fr repeat(2,minmax(0,.75fr));
  gap:18px;
}

.agp2-content-panel,
.agp2-legal,
.agp2-content-list > div{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 12px 34px rgba(7,17,31,.08);
  padding:24px;
}

.agp2-content-panel h2,
.agp2-content-panel h3,
.agp2-content-list h3,
.agp2-legal h2{
  margin:10px 0;
  color:var(--agp2-ink);
  line-height:1.15;
}

.agp2-content-panel h2{
  font-family:"Playfair Display", Georgia, serif;
  font-size:40px;
}

.agp2-content-panel p,
.agp2-content-list p,
.agp2-legal p{
  color:var(--agp2-muted);
  line-height:1.75;
}

.agp2-content-list{
  display:grid;
  gap:14px;
}

.agp2-content-list span{
  color:var(--agp2-red);
  font-size:13px;
  font-weight:900;
}

.agp2-clean-list{
  display:grid;
  gap:10px;
  margin:16px 0 0;
  padding:0;
  list-style:none;
  color:var(--agp2-muted);
  line-height:1.65;
}

.agp2-clean-list a{
  color:var(--agp2-red);
  font-weight:900;
}

.agp2-blog-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:24px;
  align-items:start;
}

.agp2-blog-sidebar{
  display:grid;
  gap:16px;
  position:sticky;
  top:130px;
}

.agp2-blog-sidebar .agp2-sidebar-box .agp2-btn{
  width:100%;
}

.agp2-search-page-form--blog{
  grid-template-columns:minmax(0,1fr) 240px auto;
}

.agp2-training-card__links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}

.agp2-popup{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:2000;
  width:min(420px, calc(100% - 44px));
  background:#fff;
  color:var(--agp2-text);
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  box-shadow:0 24px 60px rgba(7,17,31,.22);
  padding:22px;
}

.agp2-popup[hidden]{
  display:none;
}

.agp2-popup__close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:8px;
  background:var(--agp2-soft);
  color:var(--agp2-ink);
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.agp2-popup h2{
  margin:12px 34px 8px 0;
  color:var(--agp2-ink);
  font-size:26px;
  line-height:1.15;
}

.agp2-popup p{
  margin:0 0 16px;
  color:var(--agp2-muted);
  line-height:1.6;
}

.agp2-popup__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.agp2-popup .agp2-btn{
  min-height:52px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  margin:0 !important;
  padding:0 24px;
  text-align:center;
  line-height:1.1;
  white-space:nowrap;
}

.agp2-back-top{
  --agp2-scroll-progress:0%;
  position:fixed;
  left:22px;
  bottom:22px;
  z-index:2100;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:50%;
  color:#fff;
  background:conic-gradient(var(--agp2-red) var(--agp2-scroll-progress), rgba(7,17,31,.18) 0);
  box-shadow:0 18px 42px rgba(7,17,31,.22);
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px) scale(.92);
  transition:opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.agp2-back-top::before{
  content:"";
  position:absolute;
  inset:5px;
  border-radius:inherit;
  background:var(--agp2-ink);
  transition:background .2s ease;
}

.agp2-back-top svg{
  position:relative;
  z-index:1;
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.agp2-back-top.is-visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}

.agp2-back-top:hover,
.agp2-back-top:focus-visible{
  box-shadow:0 22px 52px rgba(195,0,47,.28);
}

.agp2-back-top:hover::before,
.agp2-back-top:focus-visible::before{
  background:var(--agp2-red-dark);
}

.agp2-back-top:focus-visible{
  outline:3px solid rgba(195,0,47,.28);
  outline-offset:4px;
}

.agp2-footer__grid{
  display:grid;
  grid-template-columns:1.4fr repeat(3, minmax(0,1fr));
  gap:28px;
  padding-top:44px;
}

.agp2-footer__grid > *{
  min-width:0;
}

.agp2-brand--footer{
  color:#fff;
  margin-bottom:16px;
}

.agp2-footer h3{
  margin:0 0 12px;
  color:#fff;
}

.agp2-footer p{
  margin:0;
  line-height:1.7;
  overflow-wrap:anywhere;
}

.agp2-footer a{
  display:block;
  margin:0 0 8px;
  overflow-wrap:anywhere;
}

.agp2-empty{
  grid-column:1/-1;
  padding:18px;
  border:1px dashed var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:#fff;
  color:var(--agp2-muted);
}

/* Article template */
.agp2-article-body{
  margin:0;
}

.agp2-article-hero{
  color:#fff;
  background:
    linear-gradient(90deg, rgba(7,17,31,.92), rgba(7,17,31,.68), rgba(7,17,31,.36)),
    var(--agp2-hero) center/cover no-repeat;
}

.agp2-article-hero__inner{
  min-height:520px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:34px;
  align-items:end;
  padding-block:60px 52px;
}

.agp2-article-hero__inner--single{
  grid-template-columns:minmax(0,1fr);
}

.agp2-article-hero__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:14px;
}

.agp2-pill{
  display:inline-flex;
  min-height:32px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  font-size:13px;
  font-weight:800;
}

.agp2-article-hero h1{
  max-width:960px;
}

.agp2-article-hero p{
  max-width:760px;
  color:rgba(255,255,255,.88);
  font-size:19px;
  line-height:1.7;
  text-align:left;
  text-justify:auto;
  display:-webkit-box;
  -webkit-line-clamp:12;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.agp2-article-quick{
  background:rgba(255,255,255,.94);
  color:var(--agp2-text);
  padding:20px;
  border-radius:var(--agp2-radius);
  border:1px solid rgba(255,255,255,.54);
}

.agp2-article-quick h2{
  margin:0 0 10px;
  color:var(--agp2-ink);
  font-size:20px;
}

.agp2-article-quick a{
  width:100%;
  margin-top:12px;
}

.agp2-article-quick .agp2-pdf-button{
  margin-top:16px;
}

.agp2-article-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:38px;
  padding-block:48px 72px;
}

.agp2-article-content{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  padding:42px;
  box-shadow:0 14px 36px rgba(7,17,31,.08);
  box-sizing:border-box !important;
  max-width:100%;
  overflow-wrap:anywhere;
}

.agp2-article-content :where(p,li){
  font-size:18px;
  line-height:1.85;
}

.agp2-article-content h2,
.agp2-article-content h3{
  color:var(--agp2-ink);
  margin-top:34px;
  line-height:1.2;
}

.agp2-article-content img{
  max-width:100%;
  height:auto;
  border-radius:var(--agp2-radius);
}

.agp2-article-featured{
  margin:0 0 34px;
}

.agp2-article-featured img{
  display:block;
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:var(--agp2-radius);
}

.agp2-article-content :where(table, iframe, embed, video){
  max-width:100%;
}

.agp2-article-content table{
  display:block;
  overflow-x:auto;
}

.agp2-article-sidebar{
  display:grid;
  gap:18px;
  align-content:start;
  position:sticky;
  top:130px;
}

.agp2-sidebar-box{
  background:#fff;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  padding:20px;
  box-shadow:0 12px 30px rgba(7,17,31,.07);
}

.agp2-sidebar-box h2,
.agp2-sidebar-box h3{
  margin:0 0 12px;
  color:var(--agp2-ink);
  font-size:20px;
}

.agp2-sidebar-box--pdf{
  border-color:rgba(195,0,47,.24);
}

.agp2-sidebar-box--pdf p{
  margin:0 0 16px;
  color:var(--agp2-muted);
  line-height:1.65;
}

.agp2-pdf-button{
  width:100%;
  text-align:center;
}

.agp2-sidebar-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}

.agp2-sidebar-list li{
  display:grid;
  gap:3px;
  padding-bottom:12px;
  border-bottom:1px solid var(--agp2-line);
}

.agp2-sidebar-list li:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.agp2-sidebar-list span,
.agp2-related-list span{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-sidebar-list strong{
  color:var(--agp2-ink);
}

.agp2-related-list{
  display:grid;
  gap:14px;
}

.agp2-related-list a{
  display:grid;
  gap:4px;
  padding-bottom:14px;
  border-bottom:1px solid var(--agp2-line);
}

.agp2-related-list a:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.agp2-related-list strong{
  color:var(--agp2-ink);
  line-height:1.35;
}

.agp2-post-nav{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:42px;
  padding-top:28px;
  border-top:1px solid var(--agp2-line);
}

.agp2-post-nav__link{
  min-height:108px;
  display:grid;
  align-content:center;
  gap:8px;
  padding:18px;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:var(--agp2-paper);
  transition:border-color .18s ease, transform .18s ease;
}

.agp2-post-nav__link:hover,
.agp2-post-nav__link:focus-visible{
  border-color:rgba(195,0,47,.38);
  transform:translateY(-1px);
}

.agp2-post-nav__link--next{
  text-align:right;
}

.agp2-post-nav__link span,
.agp2-comments .comment-reply-title,
.agp2-comments label{
  color:var(--agp2-muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:0;
}

.agp2-post-nav__link strong{
  color:var(--agp2-ink);
  line-height:1.32;
}

.agp2-comments{
  margin-top:42px;
  padding-top:30px;
  border-top:1px solid var(--agp2-line);
}

.agp2-comments h2{
  margin:0 0 18px;
}

.agp2-comments :where(.comment-list, .children){
  list-style:none;
  margin:0;
  padding:0;
}

.agp2-comments .comment-body{
  margin-bottom:16px;
  padding:16px;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:var(--agp2-paper);
}

.agp2-comments :where(input[type="text"], input[type="email"], input[type="url"], textarea){
  width:100%;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  padding:12px 14px;
  font:inherit;
}

.agp2-comments .submit{
  border:0;
  border-radius:var(--agp2-radius);
  background:var(--agp2-red);
  color:#fff;
  padding:12px 18px;
  font-weight:900;
  cursor:pointer;
}

.agp2-mag-layout--geo{
  grid-template-columns:370px minmax(0,1fr);
}

.agp2-geo-sidebar{
  display:grid;
  gap:20px;
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}

.agp2-geo-sidebar h2{
  margin:10px 0 14px;
}

.agp2-issue-list{
  display:grid;
  max-height:360px;
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:#fff;
  overflow:auto;
}

.agp2-issue-line{
  display:grid;
  grid-template-columns:84px minmax(0,1fr) 38px;
  gap:10px;
  align-items:center;
  min-height:48px;
  padding:10px 12px;
  border-bottom:1px solid var(--agp2-line);
  color:var(--agp2-ink);
  font-size:14px;
  line-height:1.25;
  transition:background .18s ease, color .18s ease;
}

.agp2-issue-line:last-child{
  border-bottom:0;
}

.agp2-issue-line:hover,
.agp2-issue-line:focus-visible,
.agp2-issue-line.is-active{
  background:rgba(195,0,47,.07);
}

.agp2-issue-line strong{
  color:var(--agp2-red);
  font-weight:900;
  white-space:nowrap;
}

.agp2-issue-line span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.agp2-issue-line em{
  color:var(--agp2-muted);
  font-style:normal;
  font-weight:800;
  text-align:right;
}

.agp2-geo-topic-block{
  display:grid;
  gap:10px;
}

.agp2-geo-topic-block + .agp2-geo-topic-block{
  margin-top:18px;
}

.agp2-topic-list{
  display:grid;
  gap:8px;
}

.agp2-topic-list a{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:8px 12px;
  border:1px solid var(--agp2-line);
  border-radius:8px;
  background:#fff;
  color:var(--agp2-ink);
  font-size:13px;
  font-weight:900;
  line-height:1.25;
}

.agp2-topic-list a:hover,
.agp2-topic-list a:focus-visible{
  color:var(--agp2-red);
  border-color:rgba(195,0,47,.26);
  background:rgba(195,0,47,.06);
}

.agp2-specialty-tabs{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.agp2-specialty-tab{
  border:1px solid var(--agp2-line);
  border-radius:var(--agp2-radius);
  background:#fff;
  overflow:hidden;
}

.agp2-specialty-tab summary{
  cursor:pointer;
  padding:16px 18px;
  color:var(--agp2-red);
  font-weight:900;
  line-height:1.35;
}

.agp2-specialty-tab[open] summary{
  border-bottom:1px solid var(--agp2-line);
  background:rgba(195,0,47,.05);
}

.agp2-specialty-tab__body{
  padding:0 18px 18px;
}

.agp2-specialty-tab__body ol{
  padding-left:22px;
}

.agp2-video-block{
  margin-top:34px;
  padding-top:30px;
  border-top:1px solid var(--agp2-line);
}

.agp2-video-frame{
  aspect-ratio:16/9;
  margin-top:16px;
  overflow:hidden;
  border-radius:var(--agp2-radius);
  background:var(--agp2-ink);
}

.agp2-video-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}

@media (max-width: 1320px){
  .agp2-nav{
    grid-template-columns:auto auto;
  }
  .agp2-menu-button{
    display:block !important;
    justify-self:end;
  }
  .agp2-menu,
  .agp2-nav__actions{
    display:none;
  }
  .agp2-header.is-open .agp2-menu{
    display:grid;
    grid-column:1/-1;
    justify-content:stretch;
    gap:0;
    padding:0 0 18px;
  }
  .agp2-header.is-open .agp2-menu a{
    justify-content:flex-start;
    border-radius:0;
    min-height:44px;
    border:0;
    border-top:1px solid rgba(255,255,255,.12);
    background:transparent;
  }
  .agp2-header.is-open .agp2-menu a:hover,
  .agp2-header.is-open .agp2-menu a:focus-visible{
    color:var(--agp2-sky);
  }
  .agp2-header.is-open .agp2-search-toggle{
    width:100% !important;
    height:46px;
    min-height:46px;
    display:flex !important;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    border:0 !important;
    border-top:1px solid rgba(255,255,255,.12) !important;
    border-radius:0;
    background:transparent !important;
    color:rgba(255,255,255,.86) !important;
    box-shadow:none;
    padding:0;
  }
  .agp2-header.is-open .agp2-search-toggle::after{
    content:"";
    display:none;
    font-size:14px;
    font-weight:800;
  }
  .agp2-header.is-open .agp2-search-toggle:hover,
  .agp2-header.is-open .agp2-search-toggle:focus-visible{
    color:#fff;
    background:rgba(195,0,47,.20) !important;
  }
  .agp2-hero__grid,
  .agp2-article-hero__inner,
  .agp2-article-shell,
  .agp2-mag-layout,
  .agp2-contact-grid,
  .agp2-split,
  .agp2-newsletter-grid,
  .agp2-blog-layout,
  .agp2-rich-grid,
  .agp2-president-panel{
    grid-template-columns:1fr;
  }
  .agp2-hero__grid{
    min-height:0;
  }
  .agp2-highlight,
  .agp2-side-panel,
  .agp2-article-sidebar{
    position:static;
  }
  .agp2-geo-sidebar{
    max-height:none;
    overflow:visible;
    overscroll-behavior:auto;
    scrollbar-gutter:auto;
  }
  .agp2-finder__form{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-search-page-form,
  .agp2-search-page-form--blog{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-search-page-form button{
    grid-column:1/-1;
  }
  .agp2-result-card{
    grid-template-columns:220px minmax(0,1fr);
  }
  .agp2-home-finder .agp2-finder__form{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-finder__form button{
    grid-column:1/-1;
  }
  .agp2-card-grid,
  .agp2-training-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-visual-band__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .agp2-form-row--3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-blog-sidebar{
    position:static;
  }
  .agp2-footer__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .agp2-cta-row__actions{
    justify-content:flex-start;
  }
  .agp2-president-panel__media img{
    min-height:360px;
  }
}

@media (max-width: 1540px){
  .agp2-nav__actions{
    display:none;
  }
}

@media (max-width: 800px){
  .agp2-shell{
    width:min(1240px, calc(100% - 28px));
  }
  .agp2-header .agp2-shell{
    width:min(1240px, calc(100% - 28px));
  }
  .agp2-topbar__inner,
  .agp2-section__head,
  .agp2-cta-row,
  .agp2-council-intro{
    display:grid;
    grid-template-columns:1fr;
  }
  .agp2-topbar__cta{
    display:none;
  }
  .agp2-brand,
  .agp2-brand__copy{
    min-width:0;
  }
  .agp2-brand__copy{
    max-width:calc(100vw - 146px);
  }
  .agp2-brand__text{
    font-size:17px;
  }
  .agp2-brand__tagline{
    font-size:9px;
    white-space:normal;
    max-width:250px;
  }
  .agp2-home-finder__head{
    display:grid;
    justify-content:start;
  }
  .agp2-hero h1,
  .agp2-page-hero h1,
  .agp2-article-hero h1{
    font-size:40px;
  }
  .agp2-hero p,
  .agp2-page-hero p,
  .agp2-article-hero p{
    font-size:17px;
  }
  .agp2-hero__grid{
    padding-block:40px;
  }
  .agp2-stats,
  .agp2-process,
  .agp2-footer__grid,
  .agp2-card-grid,
  .agp2-card-grid--compact,
  .agp2-visual-band__grid,
  .agp2-training-grid,
  .agp2-finder__form,
  .agp2-home-finder .agp2-finder__form,
  .agp2-mag-search,
  .agp2-newsletter-form,
  .agp2-formation-resources,
  .agp2-form-row--2,
  .agp2-form-row--3,
  .agp2-form-files,
  .agp2-result-card,
  .agp2-search-page-form,
  .agp2-search-page-form--blog{
    grid-template-columns:1fr;
  }
  .agp2-result-card__media img{
    min-height:190px;
  }
  .agp2-visual-band__grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    padding-bottom:6px;
  }
  .agp2-visual-tile{
    flex:0 0 min(78vw, 286px);
    min-height:156px;
    scroll-snap-align:start;
  }
  .agp2-post-nav{
    grid-template-columns:1fr;
  }
  .agp2-post-nav__link--next{
    text-align:left;
  }
  .agp2-site-search{
    grid-template-columns:1fr;
  }
  .agp2-site-search button{
    width:100%;
    height:52px;
  }
  .agp2-site-search button span{
    display:inline;
    font-weight:900;
  }
  .agp2-section{
    padding-block:38px;
  }
  .agp2-section__head h2,
  .agp2-highlight h2,
  .agp2-cta-row h2,
  .agp2-council-intro h2,
  .agp2-form-head h2,
  .agp2-newsletter-grid h2,
  .agp2-content-panel h2{
    font-size:32px;
  }
  .agp2-form-head{
    display:grid;
  }
  .agp2-training-card dl{
    grid-template-columns:1fr;
  }
  .agp2-article-content{
    padding:24px 18px;
  }
  .agp2-article-content :where(p,li){
    font-size:16px;
  }
  .agp2-popup{
    right:14px;
    bottom:14px;
    width:calc(100% - 28px);
  }
  .agp2-back-top{
    left:14px;
    bottom:14px;
    width:52px;
    height:52px;
  }
  .agp2-back-top svg{
    width:22px;
    height:22px;
  }
}
