

/* Local baseline: prevents the rich-text editor's typography leaking in. */
#ag-homepage {
  text-align: left;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  direction: ltr;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#ag-homepage :where(h1,h2,h3,h4,p,figure,blockquote) {
  margin: 0; padding: 0; border: 0;
  font-family: inherit; font-size: inherit; font-weight: inherit;
  line-height: inherit; color: inherit;
  letter-spacing: normal; text-transform: none;
}
#ag-homepage :where(a) { background: none; font-weight: inherit; }
#ag-homepage :where(img) { border: 0; padding: 0; margin: 0; float: none; }
#ag-homepage :where(section,header,footer,nav,article,div) { min-width: 0; }
#ag-homepage :where(strong,b) { font-weight: 700; }
#ag-homepage :where([id]) { scroll-margin-top: var(--ag-anchor-offset, 104px); }

#ag-homepage { --navy: #112536; --navy-light: #1c374c; --ink: #172b3a; --muted: #52636e; --cream: #f7f5f0; --paper: #fffdfa; --gold: #d5b57d; --gold-dark: #806132; --line: #deded5; --light-text: #c9d4dc; --serif: "Libre Caslon Display", Georgia, "Times New Roman", serif; --sans: "DM Sans", Arial, sans-serif; --max: none; }
#ag-homepage *, #ag-homepage *::before, #ag-homepage *::after { box-sizing: border-box; }
#ag-homepage { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
#ag-homepage h1, #ag-homepage h2, #ag-homepage h3, #ag-homepage p, #ag-homepage figure, #ag-homepage blockquote { margin: 0; }
#ag-homepage h1, #ag-homepage h2 { font-family: var(--serif); font-weight: 400; line-height: 1.04; letter-spacing: -.025em; }
#ag-homepage h2 { font-size: clamp(38px, 4.5vw, 58px); }
#ag-homepage h3 { line-height: 1.3; }
#ag-homepage a { color: inherit; text-decoration: none; }
#ag-homepage button, #ag-homepage summary { font: inherit; }
#ag-homepage img { display: block; max-width: 100%; height: auto; }
#ag-homepage a, #ag-homepage button, #ag-homepage summary { -webkit-tap-highlight-color: transparent; }
#ag-homepage a:focus-visible, #ag-homepage button:focus-visible, #ag-homepage summary:focus-visible { outline: 3px solid #488fb6; outline-offset: 5px; }
#ag-homepage ::selection { background: var(--gold); color: var(--navy); }
#ag-homepage .ag-container { width: calc(100% - clamp(36px, 6vw, 144px)); margin-inline: auto; }
#ag-homepage .ag-section { padding-block: 90px; }
#ag-homepage .ag-eyebrow { display: block; font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 20px; }
#ag-homepage .ag-muted { color: var(--muted); }
#ag-homepage .ag-text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 13px; font-weight: 700; line-height: 1.5; padding-block: 10px; border-bottom: 1px solid currentColor; }
#ag-homepage .ag-text-link:hover { color: var(--gold-dark); }
#ag-homepage .ag-arrow { display: inline-block; transition: transform .2s ease; }
#ag-homepage a:hover .ag-arrow { transform: translate(3px, -2px); }
#ag-homepage .ag-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-weight: 700; font-size: 13px; line-height: 1.5; transition: background .2s ease, transform .2s ease; }
#ag-homepage .ag-button:hover { transform: translateY(-2px); }
#ag-homepage .ag-button-gold { background: var(--gold); color: var(--navy); }
#ag-homepage .ag-button-gold:hover { background: #e5c896; }
#ag-homepage .ag-button-outline { color: white; border-color: #647583; }
#ag-homepage .ag-button-outline:hover { background: #ffffff0d; }
#ag-homepage .ag-button-navy { background: var(--navy); color: white; }
#ag-homepage .ag-button-navy:hover { background: var(--navy-light); }
#ag-homepage .ag-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
#ag-homepage .ag-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
#ag-homepage .ag-section-heading h2 { max-width: 650px; }
#ag-homepage .ag-section-heading > p { max-width: 340px; color: var(--muted); font-size: 15px; }
#ag-homepage .ag-skip-link { position: absolute; left: 16px; top: -100px; z-index: 50; padding: 12px 20px; background: white; color: var(--navy); }
#ag-homepage .ag-skip-link:focus { top: 12px; }
#ag-homepage .ag-site-header { background: var(--navy); color: white; border-bottom: 1px solid #ffffff19; }
#ag-homepage .ag-header-inner { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
#ag-homepage .ag-brand { display: inline-flex; align-items: center; gap: 14px; }
#ag-homepage .ag-monogram { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #d5b57d70; font-family: var(--serif); font-size: 28px; color: var(--gold); }
#ag-homepage .ag-brand-name { display: block; font-size: 14px; letter-spacing: .01em; font-weight: 600; }
#ag-homepage .ag-brand-subtitle { display: block; color: var(--light-text); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
#ag-homepage .ag-desktop-nav { display: flex; align-items: center; gap: 25px; font-size: 12px; }
#ag-homepage .ag-desktop-nav a { padding-block: 12px; }
#ag-homepage .ag-desktop-nav a:hover { color: var(--gold); }
#ag-homepage .ag-desktop-nav .ag-nav-contact { padding: 9px 17px; border: 1px solid #d5b57d70; border-radius: 3px; color: var(--gold); }
#ag-homepage .ag-mobile-menu { display: none; position: relative; }
#ag-homepage .ag-mobile-menu summary { cursor: pointer; padding: 8px 13px; border: 1px solid #ffffff55; border-radius: 3px; font-size: 12px; list-style: none; }
#ag-homepage .ag-mobile-menu summary::-webkit-details-marker { display: none; }
#ag-homepage .ag-mobile-menu summary::after { content: " +"; margin-left: 10px; color: var(--gold); }
#ag-homepage .ag-mobile-menu[open] summary::after { content: " −"; }
#ag-homepage .ag-mobile-menu nav { position: absolute; z-index: 20; top: calc(100% + 12px); right: 0; width: 215px; padding: 12px; background: var(--navy-light); border: 1px solid #ffffff2a; box-shadow: 0 14px 28px #0003; }
#ag-homepage .ag-mobile-menu nav a { display: block; font-size: 14px; padding: 12px; }
#ag-homepage .ag-mobile-menu nav a:hover { background: #ffffff0d; color: var(--gold); }
#ag-homepage .ag-hero { position: relative; background: var(--navy); color: white; overflow: hidden; }
#ag-homepage .ag-hero::before { content: ""; position: absolute; width: 760px; height: 760px; right: -330px; top: -80px; border: 1px solid #d5b57d1b; border-radius: 50%; pointer-events: none; }
#ag-homepage .ag-hero::after { content: ""; position: absolute; width: 900px; height: 900px; right: -400px; top: -150px; border: 1px solid #d5b57d12; border-radius: 50%; pointer-events: none; }
#ag-homepage .ag-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); align-items: center; gap: clamp(35px, 6vw, 85px); padding-block: 65px 74px; }
#ag-homepage .ag-hero .ag-eyebrow { color: var(--gold); }
#ag-homepage .ag-hero h1 { font-size: clamp(72px, 8.5vw, 112px); line-height: .94; margin-left: -3px; }
#ag-homepage .ag-hero h1 .ag-degree { font-size: .46em; letter-spacing: -.03em; white-space: nowrap; }
#ag-homepage .ag-credentials { font-size: 12px; letter-spacing: .19em; color: var(--gold); margin-top: 18px; }
#ag-homepage .ag-hero-message { font-family: var(--serif); font-size: clamp(27px, 2.7vw, 34px); line-height: 1.23; margin-top: 27px; max-width: 480px; }
#ag-homepage .ag-roles { margin-block: 27px 30px; padding-left: 18px; border-left: 2px solid var(--gold); }
#ag-homepage .ag-role + .ag-role { margin-top: 15px; }
#ag-homepage .ag-role strong { display: block; font-size: 14px; font-weight: 600; line-height: 1.45; }
#ag-homepage .ag-role span { display: block; font-size: 12px; line-height: 1.65; color: var(--light-text); margin-top: 2px; }
#ag-homepage .ag-portrait-wrap { min-width: 0; position: relative; padding: 14px 14px 0 0; max-width: 490px; width: 100%; justify-self: end; }
#ag-homepage .ag-portrait-wrap::before { content: ""; position: absolute; inset: 0 0 18px 18px; border: 1px solid #d5b57d65; border-radius: 5px; pointer-events: none; }
#ag-homepage .ag-portrait { position: relative; background: #b7a58f; border-radius: 5px; overflow: hidden; }
#ag-homepage .ag-portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; }
#ag-homepage .ag-portrait figcaption { background: var(--paper); color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 21px 24px; }
#ag-homepage .ag-portrait figcaption strong { display: block; font-size: 13px; }
#ag-homepage .ag-portrait figcaption span { display: block; margin-top: 3px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
#ag-homepage .ag-portrait figcaption .ag-portrait-mark { font-family: var(--serif); color: var(--gold-dark); font-size: 34px; line-height: 1; letter-spacing: -.05em; }
#ag-homepage .ag-portrait-note { margin: 20px 14px 0 0; text-align: right; color: var(--light-text); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
#ag-homepage .ag-credential-strip { background: #eeece4; border-bottom: 1px solid var(--line); }
#ag-homepage .ag-credential-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 28px; }
#ag-homepage .ag-credential-item { padding: 3px 23px; border-right: 1px solid #cfcfc4; }
#ag-homepage .ag-credential-item:first-child { padding-left: 0; }
#ag-homepage .ag-credential-item:last-child { padding-right: 0; border-right: 0; }
#ag-homepage .ag-credential-item small { display: block; color: var(--gold-dark); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 7px; font-weight: 700; }
#ag-homepage .ag-credential-item strong { display: block; font-size: 15px; line-height: 1.4; }
#ag-homepage .ag-credential-item span { display: block; color: var(--muted); font-size: 11px; margin-top: 4px; }
#ag-homepage .ag-credential-item a:hover strong { color: var(--gold-dark); }
#ag-homepage .ag-about-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 90px; align-items: start; }
#ag-homepage .ag-bio-copy { margin-top: 26px; font-size: 15px; color: var(--muted); }
#ag-homepage .ag-bio-copy p + p { margin-top: 16px; }
#ag-homepage .ag-bio-copy strong { color: var(--ink); font-weight: 600; }
#ag-homepage .ag-focus-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-block: 24px; }
#ag-homepage .ag-focus-tags span { font-size: 11px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 2px; background: var(--paper); }
#ag-homepage .ag-training { margin-top: 6px; padding: 30px; border: 1px solid var(--line); background: var(--paper); }
#ag-homepage .ag-training-heading { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
#ag-homepage .ag-training-row { position: relative; padding: 22px 0 22px 21px; border-bottom: 1px solid var(--line); }
#ag-homepage .ag-training-row:last-child { border-bottom: 0; padding-bottom: 0; }
#ag-homepage .ag-training-row::before { content: ""; position: absolute; top: 30px; left: 0; width: 6px; height: 6px; background: var(--gold-dark); transform: rotate(45deg); }
#ag-homepage .ag-training-row .ag-date { font-size: 10px; color: var(--gold-dark); font-weight: 700; letter-spacing: .08em; }
#ag-homepage .ag-training-row h3 { font-size: 16px; margin-top: 7px; font-weight: 600; }
#ag-homepage .ag-training-row p { color: var(--muted); font-size: 12px; margin-top: 4px; }
#ag-homepage .ag-impact { background: white; border-block: 1px solid var(--line); }
#ag-homepage .ag-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; }
#ag-homepage .ag-metric { padding: 14px 28px 16px; border-left: 1px solid var(--line); }
#ag-homepage .ag-metric:first-child { padding-left: 0; border-left: 0; }
#ag-homepage .ag-metric-number { display: block; font-family: var(--serif); font-size: clamp(48px, 5vw, 70px); line-height: 1.05; letter-spacing: -.04em; }
#ag-homepage .ag-metric-number em { font-style: normal; color: var(--gold-dark); }
#ag-homepage .ag-metric h3 { font-size: 13px; margin-top: 14px; font-weight: 600; }
#ag-homepage .ag-metric p { font-size: 11px; color: var(--muted); margin-top: 5px; max-width: 175px; }
#ag-homepage .ag-data-note { margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
#ag-homepage .ag-data-note a { text-decoration: underline; text-underline-offset: 3px; }
#ag-homepage .ag-innovation { background: var(--navy); color: white; position: relative; }
#ag-homepage .ag-innovation-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr); gap: 72px; align-items: center; }
#ag-homepage .ag-innovation .ag-eyebrow { color: var(--gold); }
#ag-homepage .ag-amp-name { display: flex; align-items: center; gap: 12px; margin-bottom: 27px; font-weight: 600; letter-spacing: .03em; font-size: 18px; }
#ag-homepage .ag-amp-name .ag-amp-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #d5b57d70; color: var(--gold); font-family: var(--serif); font-size: 24px; font-weight: 400; }
#ag-homepage .ag-innovation h2 { font-size: clamp(39px, 4.2vw, 56px); }
#ag-homepage .ag-innovation-copy { margin-block: 25px 30px; font-size: 14px; color: var(--light-text); }
#ag-homepage .ag-learning-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
#ag-homepage .ag-books-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
#ag-homepage .ag-book { min-width: 0; }
#ag-homepage .ag-book-stage { position: relative; height: 320px; display: flex; align-items: center; justify-content: center; background: #eae7df; padding: 28px; border: 1px solid #e0ddd4; border-radius: 3px; }
#ag-homepage .ag-book-stage::after { content: ""; position: absolute; bottom: 26px; width: 68%; height: 12px; background: #29354118; filter: blur(10px); border-radius: 50%; }
#ag-homepage .ag-book-stage img { position: relative; z-index: 1; height: 264px; width: auto; max-width: 100%; object-fit: contain; box-shadow: 7px 9px 15px #14233325; transition: transform .3s ease; }
#ag-homepage .ag-book:hover .ag-book-stage img { transform: translateY(-5px) rotate(-1deg); }
#ag-homepage .ag-book-subject { display: block; font-size: 9px; font-weight: 700; letter-spacing: .15em; color: var(--gold-dark); text-transform: uppercase; margin-top: 23px; }
#ag-homepage .ag-book h3 { font-family: var(--serif); font-size: 29px; font-weight: 400; margin-top: 8px; min-height: 76px; }
#ag-homepage .ag-book p { font-size: 13px; color: var(--muted); margin-top: 9px; }
#ag-homepage .ag-books-footnote { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
#ag-homepage .ag-voices { background: #eeece4; border-block: 1px solid var(--line); }
#ag-homepage .ag-voices-heading { text-align: center; margin-bottom: 37px; }
#ag-homepage .ag-voices-heading h2 { font-size: clamp(37px, 4vw, 50px); }
#ag-homepage .ag-quotes-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
#ag-homepage .ag-quote-card { display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); padding: 28px; border: 1px solid #e0ddd4; border-radius: 3px; }
#ag-homepage .ag-quote-mark { font-family: Georgia, serif; line-height: .8; font-size: 57px; color: var(--gold-dark); margin-bottom: 12px; }
#ag-homepage .ag-quote-card blockquote { font-family: var(--serif); font-size: 28px; line-height: 1.18; flex-grow: 1; margin-bottom: 25px; }
#ag-homepage .ag-quote-card figcaption { padding-top: 18px; border-top: 1px solid var(--line); width: 100%; }
#ag-homepage .ag-quote-card figcaption strong { display: block; font-size: 12px; }
#ag-homepage .ag-quote-card figcaption span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
#ag-homepage .ag-quote-note { text-align: center; font-size: 10px; color: var(--muted); margin-top: 26px; }
#ag-homepage .ag-quote-note a { text-decoration: underline; text-underline-offset: 3px; }
#ag-homepage .ag-recognition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
#ag-homepage .ag-honor { display: flex; gap: 28px; padding: 34px; border: 1px solid var(--line); background: var(--paper); }
#ag-homepage .ag-honor-year { font-family: var(--serif); color: var(--gold-dark); font-size: 38px; line-height: 1; padding-top: 3px; }
#ag-homepage .ag-honor-label { font-size: 10px; letter-spacing: .1em; font-weight: 700; color: var(--muted); text-transform: uppercase; }
#ag-homepage .ag-honor h3 { font-family: var(--serif); font-size: 33px; font-weight: 400; margin-block: 8px 11px; }
#ag-homepage .ag-honor p { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
#ag-homepage .ag-honor .ag-text-link { font-size: 11px; }
#ag-homepage .ag-media { background: white; border-block: 1px solid var(--line); }
#ag-homepage .ag-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
#ag-homepage .ag-media-card { display: flex; flex-direction: column; padding: 29px; background: var(--cream); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: 3px; }
#ag-homepage .ag-media-type { font-size: 9px; font-weight: 700; color: var(--gold-dark); letter-spacing: .14em; text-transform: uppercase; }
#ag-homepage .ag-media-outlet { font-family: var(--serif); font-size: 34px; line-height: 1.2; margin-block: 22px 14px; }
#ag-homepage .ag-media-card h3 { font-size: 14px; line-height: 1.5; font-weight: 600; }
#ag-homepage .ag-media-card p { font-size: 12px; margin-top: 11px; margin-bottom: 25px; color: var(--muted); }
#ag-homepage .ag-media-card .ag-text-link { margin-top: auto; align-self: flex-start; font-size: 11px; }
#ag-homepage .ag-scholarship { margin-top: 58px; padding-top: 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.5fr); gap: 65px; }
#ag-homepage .ag-scholarship h3 { font-family: var(--serif); font-size: 34px; font-weight: 400; }
#ag-homepage .ag-scholarship p { font-size: 12px; color: var(--muted); margin-top: 13px; }
#ag-homepage .ag-paper-link { display: block; padding: 18px 0; border-bottom: 1px solid var(--line); }
#ag-homepage .ag-paper-link:first-child { padding-top: 0; }
#ag-homepage .ag-paper-link strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.6; }
#ag-homepage .ag-paper-link span { font-size: 10px; color: var(--muted); display: block; margin-top: 6px; }
#ag-homepage .ag-paper-link:hover strong { color: var(--gold-dark); }
#ag-homepage .ag-contact { padding-block: 78px; background: var(--cream); }
#ag-homepage .ag-contact-panel { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 70px; align-items: center; padding: 55px 60px; background: var(--navy); color: white; border-radius: 5px; position: relative; }
#ag-homepage .ag-contact-panel::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 4px; background: var(--gold); border-radius: 5px 0 0 5px; }
#ag-homepage .ag-contact .ag-eyebrow { color: var(--gold); }
#ag-homepage .ag-contact h2 { font-size: clamp(37px, 4vw, 50px); }
#ag-homepage .ag-contact-copy p { color: var(--light-text); font-size: 14px; margin-bottom: 24px; }
#ag-homepage .ag-contact-topics { font-size: 10px; color: var(--light-text); letter-spacing: .02em; margin-top: 25px; }
#ag-homepage .ag-email-address { display: block; font-size: 11px; color: var(--light-text); margin-top: 16px; overflow-wrap: anywhere; }
#ag-homepage .ag-email-address:hover { color: var(--gold); }
#ag-homepage .ag-site-footer { background: var(--cream); border-top: 1px solid var(--line); padding-block: 34px; }
#ag-homepage .ag-footer-main { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
#ag-homepage .ag-footer-name { font-size: 13px; font-weight: 600; }
#ag-homepage .ag-footer-role { font-size: 10px; color: var(--muted); margin-top: 5px; }
#ag-homepage .ag-footer-links { display: flex; gap: 22px; font-size: 11px; flex-wrap: wrap; }
#ag-homepage .ag-footer-links a:hover { color: var(--gold-dark); }
#ag-homepage .ag-footer-bottom { display: flex; justify-content: space-between; align-items: start; gap: 35px; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 27px; font-size: 9px; color: var(--muted); }
#ag-homepage .ag-footer-bottom p { max-width: 680px; }
#ag-homepage .ag-copyright { white-space: nowrap; }
@media (prefers-reduced-motion: no-preference) {
#ag-homepage .ag-hero-copy { animation: ag-arrive .65s ease-out both; }
#ag-homepage .ag-portrait-wrap { animation: ag-arrive .8s ease-out both; }
@keyframes ag-arrive {
from { opacity: .5; transform: translateY(12px); }
to { opacity: 1; transform: translateY(0); }
}
}
@media (prefers-reduced-motion: reduce) {
#ag-homepage *, #ag-homepage *::before, #ag-homepage *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media (max-width: 1080px) {
#ag-homepage .ag-desktop-nav { gap: 17px; }
#ag-homepage .ag-hero-grid { gap: 35px; }
#ag-homepage .ag-hero h1 { font-size: clamp(70px, 9vw, 96px); }
#ag-homepage .ag-hero-message { font-size: 29px; }
#ag-homepage .ag-about-grid, #ag-homepage .ag-innovation-grid { gap: 40px; }
#ag-homepage .ag-credential-item { padding-inline: 16px; }
#ag-homepage .ag-credential-item strong { font-size: 13px; }
#ag-homepage .ag-metric { padding-inline: 19px; }
#ag-homepage .ag-honor { padding: 27px; gap: 19px; }
#ag-homepage .ag-honor-year { font-size: 32px; }
#ag-homepage .ag-book-stage { height: 300px; padding: 25px 15px; }
#ag-homepage .ag-book-stage img { height: 245px; }
#ag-homepage .ag-contact-panel { padding: 44px; gap: 40px; }
}
@media (max-width: 800px) {
#ag-homepage .ag-container { width: calc(100% - 44px); }
#ag-homepage .ag-section { padding-block: 65px; }
#ag-homepage .ag-header-inner { min-height: 76px; }
#ag-homepage .ag-desktop-nav { display: flex; }
#ag-homepage .ag-mobile-menu { display: none; }
#ag-homepage .ag-hero-grid { grid-template-columns: minmax(0, 1fr); padding-block: 45px 48px; gap: 40px; }
#ag-homepage .ag-hero-copy { max-width: 620px; min-width: 0; }
#ag-homepage .ag-hero h1 { font-size: clamp(72px, 13vw, 106px); }
#ag-homepage .ag-hero-message { max-width: 540px; }
#ag-homepage .ag-portrait-wrap { max-width: 470px; justify-self: center; }
#ag-homepage .ag-credential-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-block: 8px; }
#ag-homepage .ag-credential-item { padding: 20px !important; }
#ag-homepage .ag-credential-item:nth-child(2) { border-right: 0; }
#ag-homepage .ag-credential-item:nth-child(-n/**/+2) { border-bottom: 1px solid #cfcfc4; }
#ag-homepage .ag-credential-item:nth-child(odd) { padding-left: 0 !important; }
#ag-homepage .ag-credential-item strong { font-size: 15px; }
#ag-homepage .ag-about-grid, #ag-homepage .ag-innovation-grid { grid-template-columns: minmax(0, 1fr); gap: 35px; }
#ag-homepage .ag-section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 32px; }
#ag-homepage .ag-section-heading > p { max-width: 580px; }
#ag-homepage .ag-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 25px; }
#ag-homepage .ag-metric:nth-child(3) { padding-left: 0; border-left: 0; }
#ag-homepage .ag-metric-number { font-size: 64px; }
#ag-homepage .ag-metric p { max-width: 240px; }
#ag-homepage .ag-books-grid { gap: 18px; }
#ag-homepage .ag-book-stage { height: 255px; padding: 22px 12px; }
#ag-homepage .ag-book-stage img { height: 205px; }
#ag-homepage .ag-book h3 { font-size: 25px; min-height: 96px; }
#ag-homepage .ag-book p { font-size: 12px; }
#ag-homepage .ag-quotes-grid { gap: 13px; }
#ag-homepage .ag-quote-card { padding: 22px; }
#ag-homepage .ag-quote-card blockquote { font-size: 25px; }
#ag-homepage .ag-recognition-grid { grid-template-columns: minmax(0, 1fr); }
#ag-homepage .ag-media-grid { grid-template-columns: minmax(0, 1fr); gap: 15px; }
#ag-homepage .ag-media-outlet { margin-top: 13px; }
#ag-homepage .ag-media-card p { max-width: 560px; margin-bottom: 16px; }
#ag-homepage .ag-scholarship { grid-template-columns: minmax(0, 1fr); gap: 26px; }
#ag-homepage .ag-contact { padding-block: 55px; }
#ag-homepage .ag-contact-panel { grid-template-columns: minmax(0, 1fr); gap: 25px; }
#ag-homepage .ag-footer-main, #ag-homepage .ag-footer-bottom { flex-direction: column; gap: 20px; }
}
@media (max-width: 560px) {
#ag-homepage .ag-container { width: calc(100% - 36px); }
#ag-homepage .ag-section { padding-block: 54px; }
#ag-homepage .ag-eyebrow { font-size: 10px; letter-spacing: .15em; margin-bottom: 16px; }
#ag-homepage .ag-brand { gap: 10px; }
#ag-homepage .ag-brand-name { font-size: 12px; }
#ag-homepage .ag-brand-subtitle { font-size: 8px; letter-spacing: .11em; }
#ag-homepage .ag-monogram { width: 35px; height: 38px; font-size: 24px; }
#ag-homepage .ag-mobile-menu summary { padding: 7px 10px; font-size: 11px; }
#ag-homepage .ag-hero-grid { padding-top: 38px; gap: 33px; }
#ag-homepage .ag-hero h1 { font-size: clamp(65px, 17.8vw, 94px); }
#ag-homepage .ag-hero-message { font-size: 29px; margin-top: 23px; }
#ag-homepage .ag-credentials { font-size: 11px; }
#ag-homepage .ag-roles { margin-block: 23px 26px; padding-left: 14px; }
#ag-homepage .ag-role strong { font-size: 13px; }
#ag-homepage .ag-role span { font-size: 11px; }
#ag-homepage .ag-actions { gap: 9px; }
#ag-homepage .ag-button { padding: 13px 16px; font-size: 12px; gap: 15px; }
#ag-homepage .ag-portrait-wrap { max-width: 420px; padding-right: 10px; padding-top: 10px; }
#ag-homepage .ag-portrait figcaption { padding: 17px 18px; }
#ag-homepage .ag-portrait figcaption strong { font-size: 12px; }
#ag-homepage .ag-portrait figcaption span { font-size: 8px; }
#ag-homepage .ag-portrait-note { font-size: 8px; }
#ag-homepage .ag-credential-item { padding: 17px 11px !important; }
#ag-homepage .ag-credential-item small { font-size: 8px; }
#ag-homepage .ag-credential-item strong { font-size: 13px; }
#ag-homepage .ag-credential-item span { font-size: 10px; }
#ag-homepage .ag-training { padding: 24px; }
#ag-homepage .ag-bio-copy { font-size: 14px; }
#ag-homepage .ag-metric { padding: 6px 0 6px 18px; }
#ag-homepage .ag-metric-number { font-size: clamp(34px, 10.8vw, 55px); }
#ag-homepage .ag-metric h3 { font-size: 12px; }
#ag-homepage .ag-metric p { font-size: 10px; }
#ag-homepage .ag-data-note { font-size: 9px; }
#ag-homepage .ag-books-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
#ag-homepage .ag-book-stage { height: 310px; }
#ag-homepage .ag-book-stage img { height: 255px; }
#ag-homepage .ag-book h3 { min-height: 0; font-size: 31px; }
#ag-homepage .ag-book-subject { margin-top: 18px; }
#ag-homepage .ag-book p { font-size: 13px; }
#ag-homepage .ag-quotes-grid { grid-template-columns: minmax(0, 1fr); }
#ag-homepage .ag-quote-card { padding: 27px; }
#ag-homepage .ag-quote-card blockquote { font-size: 30px; margin-bottom: 20px; }
#ag-homepage .ag-quote-mark { font-size: 48px; }
#ag-homepage .ag-quote-note { font-size: 9px; }
#ag-homepage .ag-honor { padding: 26px 22px; gap: 18px; }
#ag-homepage .ag-honor-year { font-size: 31px; }
#ag-homepage .ag-honor h3 { font-size: 29px; }
#ag-homepage .ag-honor p { font-size: 12px; }
#ag-homepage .ag-media-card { padding: 27px; }
#ag-homepage .ag-scholarship { margin-top: 40px; padding-top: 30px; }
#ag-homepage .ag-contact-panel { padding: 34px 25px; }
#ag-homepage .ag-contact h2 { font-size: 39px; }
#ag-homepage .ag-contact-copy p { font-size: 13px; }
#ag-homepage .ag-contact-topics { font-size: 9px; }
}
@media (max-width: 359px) {
#ag-homepage .ag-brand-subtitle { display: none; }
#ag-homepage .ag-hero h1 { font-size: 61px; }
#ag-homepage .ag-actions .ag-button { width: 100%; }
#ag-homepage .ag-honor { flex-direction: column; }
#ag-homepage .ag-metric-number { font-size: 34px; }
}
#ag-homepage .ag-hero-certification {font-size:11px;color:var(--light-text);line-height:1.6;margin:-10px 0 25px}
#ag-homepage .ag-metrics-five {grid-template-columns:repeat(5,minmax(0,1fr))}
#ag-homepage .ag-metrics-five .ag-metric {padding-inline:22px}
#ag-homepage .ag-metrics-five .ag-metric:first-child {padding-left:0}
#ag-homepage .ag-metrics-five .ag-metric-number {font-size:clamp(36px,4.15vw,56px)}
#ag-homepage .ag-bio-links {display:flex;flex-wrap:wrap;gap:15px 28px}
#ag-homepage .ag-bio-links .ag-text-link {font-size:11px}
#ag-homepage .ag-recognition {background:#eeece4;border-block:1px solid var(--line)}
#ag-homepage .ag-honor-featured {border-top:3px solid var(--gold)}
#ag-homepage .ag-distinctions-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:28px;border:1px solid #d6d4c9;background:var(--paper)}
#ag-homepage .ag-distinction {padding:25px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
#ag-homepage .ag-distinction:nth-child(3n) {border-right:0}
#ag-homepage .ag-distinction:nth-last-child(-n/**/+3) {border-bottom:0}
#ag-homepage .ag-distinction-year {color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.09em}
#ag-homepage .ag-distinction h3 {font-family:var(--serif);font-size:27px;font-weight:400;margin:10px 0;line-height:1.15}
#ag-homepage .ag-distinction p {font-size:11px;color:var(--muted);line-height:1.7}
#ag-homepage .ag-recognition-bottom {display:flex;gap:30px;justify-content:space-between;align-items:start;margin-top:22px}
#ag-homepage .ag-section-note {font-size:10px;color:var(--muted);max-width:510px}
#ag-homepage .ag-section-note a {text-decoration:underline;text-underline-offset:3px}
#ag-homepage .ag-contribution-stack {border-top:1px solid #ffffff30}
#ag-homepage .ag-contribution {padding:23px 0;border-bottom:1px solid #ffffff30}
#ag-homepage .ag-contribution-label {display:block;color:var(--gold);font-size:9px;letter-spacing:.14em;font-weight:700}
#ag-homepage .ag-contribution h3 {font-family:var(--serif);font-size:32px;font-weight:400;margin:9px 0;line-height:1.1}
#ag-homepage .ag-contribution p {font-size:12px;line-height:1.7;color:var(--light-text)}
#ag-homepage .ag-origin-band {display:grid;grid-template-columns:1fr 1.5fr auto;align-items:center;gap:35px;margin-top:55px;padding:35px;background:#ffffff06;border:1px solid #ffffff25}
#ag-homepage .ag-origin-heading .ag-eyebrow {margin-bottom:12px;font-size:9px}
#ag-homepage .ag-origin-heading h3 {font-family:var(--serif);font-size:31px;font-weight:400;line-height:1.13}
#ag-homepage .ag-origin-band>p {color:var(--light-text);font-size:12px;line-height:1.8}
#ag-homepage .ag-origin-band .ag-text-link {font-size:11px;color:var(--gold);white-space:nowrap}
#ag-homepage .ag-current-milestone {display:flex;align-items:baseline;gap:28px;border-bottom:1px solid #ffffff25;padding:22px 0 0}
#ag-homepage .ag-current-milestone>span {color:var(--gold);font-size:9px;letter-spacing:.11em;white-space:nowrap}
#ag-homepage .ag-current-milestone p {font-size:12px;color:var(--light-text);padding-bottom:20px}
#ag-homepage .ag-current-milestone strong {color:white;font-weight:600}
#ag-homepage .ag-book-stage>a {display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative;z-index:1}
#ag-homepage .ag-book-stage img {max-height:100%;width:auto}
#ag-homepage .ag-service {background:var(--paper)}
#ag-homepage .ag-service-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
#ag-homepage .ag-service-card {display:flex;flex-direction:column;padding:31px;border:1px solid var(--line);border-top:3px solid var(--gold);background:var(--cream)}
#ag-homepage .ag-service-label {font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--gold-dark)}
#ag-homepage .ag-service-card h3 {font-family:var(--serif);font-size:34px;line-height:1.1;font-weight:400;margin:22px 0 16px}
#ag-homepage .ag-service-card p {font-size:13px;color:var(--muted);margin-bottom:22px;line-height:1.8}
#ag-homepage .ag-service-card strong {color:var(--ink)}
#ag-homepage .ag-service-card .ag-text-link {font-size:11px;margin-top:auto;align-self:flex-start}
#ag-homepage .ag-gallery {border-block:1px solid var(--line);background:#eeece4}
#ag-homepage .ag-gallery-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}
#ag-homepage .ag-gallery-card {min-width:0;background:var(--paper);border:1px solid #d6d4c9}
#ag-homepage .ag-gallery-photo {height:300px;display:block;position:relative;background:#dedbd2;overflow:hidden}
#ag-homepage .ag-gallery-photo img {width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .35s ease}
#ag-homepage .ag-gallery-photo:hover img {transform:scale(1.025)}
#ag-homepage .ag-gallery-photo:focus-visible {outline-offset:-4px}
#ag-homepage .ag-gallery-open {position:absolute;right:12px;bottom:12px;background:#112536e8;color:white;padding:6px 11px;border:1px solid #ffffff66;border-radius:2px;font-size:10px}
#ag-homepage .ag-gallery-open span {margin-left:8px;color:var(--gold)}
#ag-homepage .ag-gallery-card figcaption {padding:22px 24px 25px}
#ag-homepage .ag-gallery-label {font-size:8px;color:var(--gold-dark);letter-spacing:.12em;font-weight:700}
#ag-homepage .ag-gallery-card h3 {font-family:var(--serif);font-size:27px;font-weight:400;line-height:1.12;margin:12px 0 10px}
#ag-homepage .ag-gallery-card p {font-size:11px;color:var(--muted);line-height:1.7}
#ag-homepage .ag-gallery-footer {display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px}
#ag-homepage .ag-gallery-footer>p {font-size:12px;color:var(--muted)}
#ag-homepage .ag-gallery-footer .ag-text-link {font-size:12px}
#ag-homepage .ag-image-unavailable {display:grid;place-items:center;padding:25px;text-align:center}
#ag-homepage .ag-image-unavailable img {display:none}
#ag-homepage .ag-image-unavailable:before {content:"View this photograph in the original gallery";font-family:var(--serif);font-size:27px;color:var(--ink);max-width:260px}
@media (min-width:801px) and (max-width:1100px) {
#ag-homepage .ag-metrics-five .ag-metric {padding-inline:14px}
#ag-homepage .ag-metrics-five .ag-metric-number {font-size:clamp(31px,4.1vw,46px)}
#ag-homepage .ag-metrics-five .ag-metric h3 {font-size:11px}
#ag-homepage .ag-metrics-five .ag-metric p {font-size:10px}
#ag-homepage .ag-gallery-photo {height:250px}
#ag-homepage .ag-origin-band {gap:25px;padding:28px}
#ag-homepage .ag-service-card {padding:25px}
#ag-homepage .ag-service-card h3 {font-size:30px}
}
@media (max-width:800px) {
#ag-homepage .ag-metrics-five {grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 0}
#ag-homepage .ag-metrics-five .ag-metric {padding-inline:16px;border-left:1px solid var(--line)}
#ag-homepage .ag-metrics-five .ag-metric:nth-child(3) {border-left:1px solid var(--line);padding-left:16px}
#ag-homepage .ag-metrics-five .ag-metric:nth-child(3n/**/+1) {border-left:0;padding-left:0}
#ag-homepage .ag-metrics-five .ag-metric-number {font-size:clamp(32px,5.6vw,46px)}
#ag-homepage .ag-distinctions-grid {grid-template-columns:repeat(2,minmax(0,1fr))}
#ag-homepage .ag-distinction {padding:24px;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}
#ag-homepage .ag-distinction:nth-child(2n) {border-right:0!important}
#ag-homepage .ag-distinction:nth-last-child(-n/**/+2) {border-bottom:0!important}
#ag-homepage .ag-recognition-bottom {flex-direction:column;gap:12px}
#ag-homepage .ag-origin-band {grid-template-columns:1fr 1.4fr;gap:25px;padding:28px}
#ag-homepage .ag-origin-band .ag-text-link {grid-column:2;justify-self:start}
#ag-homepage .ag-current-milestone {gap:15px;flex-direction:column}
#ag-homepage .ag-current-milestone p {padding-bottom:20px}
#ag-homepage .ag-service-grid {grid-template-columns:minmax(0,1fr);gap:16px}
#ag-homepage .ag-service-card h3 {margin-top:15px}
#ag-homepage .ag-service-card p {max-width:620px}
#ag-homepage .ag-gallery-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
#ag-homepage .ag-gallery-photo {height:280px}
#ag-homepage .ag-gallery-footer {align-items:flex-start}
}
@media (max-width:560px) {
#ag-homepage .ag-hero-certification {font-size:10px;margin-top:-9px;margin-bottom:23px}
#ag-homepage .ag-metrics-five {grid-template-columns:repeat(2,minmax(0,1fr))}
#ag-homepage .ag-metrics-five .ag-metric {padding:6px 0 6px 16px!important;border-left:1px solid var(--line)!important}
#ag-homepage .ag-metrics-five .ag-metric:nth-child(odd) {padding-left:0!important;border-left:0!important}
#ag-homepage .ag-metrics-five .ag-metric-number {font-size:clamp(33px,10.6vw,54px)}
#ag-homepage .ag-metrics-five .ag-metric:last-child {grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:16px;align-items:center;padding:15px 0 0!important;border-top:1px solid var(--line)}
#ag-homepage .ag-metrics-five .ag-metric:last-child .ag-metric-number {grid-row:1/3}
#ag-homepage .ag-metrics-five .ag-metric:last-child h3 {margin-top:0;align-self:end}
#ag-homepage .ag-metrics-five .ag-metric:last-child p {align-self:start}
#ag-homepage .ag-bio-links {gap:10px 20px}
#ag-homepage .ag-distinction {padding:20px 16px}
#ag-homepage .ag-distinction h3 {font-size:24px;overflow-wrap:break-word}
#ag-homepage .ag-distinction p {font-size:10px}
#ag-homepage .ag-distinction-year {font-size:10px}
#ag-homepage .ag-contribution h3 {font-size:30px}
#ag-homepage .ag-contribution {padding:22px 0}
#ag-homepage .ag-origin-band {grid-template-columns:minmax(0,1fr);padding:25px;gap:20px;margin-top:35px}
#ag-homepage .ag-origin-band .ag-text-link {grid-column:1;justify-self:start}
#ag-homepage .ag-origin-heading h3 {font-size:30px}
#ag-homepage .ag-origin-heading h3 br {display:none}
#ag-homepage .ag-service-card {padding:26px}
#ag-homepage .ag-service-card h3 {font-size:33px}
#ag-homepage .ag-gallery-grid {grid-template-columns:minmax(0,1fr);gap:24px}
#ag-homepage .ag-gallery-photo {height:320px}
#ag-homepage .ag-gallery-card h3 {font-size:30px}
#ag-homepage .ag-gallery-card p {font-size:12px}
#ag-homepage .ag-gallery-label {font-size:9px}
#ag-homepage .ag-gallery-footer {flex-direction:column;gap:10px}
#ag-homepage .ag-section-note {font-size:9px}
}
@media (max-width:360px) {
#ag-homepage .ag-distinctions-grid {grid-template-columns:minmax(0,1fr)}
#ag-homepage .ag-distinction {border-right:0!important;border-bottom:1px solid var(--line)!important}
#ag-homepage .ag-distinction:last-child {border-bottom:0!important}
#ag-homepage .ag-distinction:nth-last-child(2) {border-bottom:1px solid var(--line)!important}
#ag-homepage .ag-gallery-photo {height:280px}
}

/* Keep the keyboard-only skip link hidden even below a native site header. */
#ag-homepage .ag-skip-link:not(:focus) {
  clip-path: inset(50%); width: 1px; height: 1px;
  overflow: hidden; padding: 0; border: 0;
  white-space: nowrap; top: 0; left: 0;
}

/* FULL-WIDTH THINKIFIC BRIDGE — only this homepage and its host section. */
#ag-homepage {
  --ag-anchor-offset: 104px;
  display: block !important;
  position: relative !important;
  left: var(--ag-edge-offset, calc(50% - 50vw)) !important;
  right: auto !important;
  width: var(--ag-viewport-width, 100vw) !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  clear: both;
  isolation: isolate;
  overflow: visible;
}
#ag-homepage .ag-container {
  max-width: none !important;
  padding-inline: 0;
  margin-inline: auto;
  float: none;
}
#ag-homepage > .ag-site-header,
#ag-homepage > .ag-site-footer,
#ag-homepage #ag-main > section,
#ag-homepage #ag-main > .ag-credential-strip {
  width: 100%; max-width: none; margin-inline: 0;
}
#ag-homepage #ag-main { padding: 0; margin: 0; max-width: none; }
#ag-homepage .ag-bio-copy { max-width: 74ch; }
#ag-homepage .ag-innovation-copy { max-width: 68ch; }
#ag-homepage.ag-native-chrome > .ag-site-header,
#ag-homepage.ag-native-chrome > .ag-site-footer { display: none !important; }

/* CSS-first support for standard Thinkific Text & Media host sections.
   :has() matches only ancestor wrappers containing this particular page. */

@media (min-width: 1200px) {
  #ag-homepage .ag-hero-grid {
    gap: clamp(44px, 6vw, 110px);
    padding-block: 70px 82px;
  }
  #ag-homepage .ag-portrait-wrap { max-width: 550px; justify-self: center; }
  #ag-homepage .ag-gallery-photo { height: clamp(300px, 24vw, 440px); }
  #ag-homepage .ag-about-grid { gap: clamp(54px, 6vw, 110px); }
}


/* SEPTEMBER 2026 REVISION — platform overview, global impact, two gallery rows. */
#ag-homepage .ag-platform-heading {
  display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  align-items:end; gap:clamp(32px,5vw,80px); margin-bottom:38px;
}
#ag-homepage .ag-platform-heading h2 {max-width:730px}
#ag-homepage .ag-platform-heading .ag-innovation-copy {margin:0 0 24px;max-width:65ch;font-size:15px;line-height:1.85}
#ag-homepage .ag-platform-heading .ag-innovation-copy strong {color:var(--gold)}
#ag-homepage .ag-platform-grid {
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px;
}
#ag-homepage .ag-platform-card {
  position:relative; display:flex; flex-direction:column; align-items:flex-start;
  min-width:0; padding:30px; background:#ffffff06;
  border:1px solid #ffffff28; border-top:2px solid #d5b57d85; border-radius:4px;
  transition:background .2s ease,border-color .2s ease;
}
#ag-homepage .ag-platform-card:hover {background:#ffffff0b;border-color:#d5b57d90}
#ag-homepage .ag-platform-label {
  font-size:10px;line-height:1.6;letter-spacing:.12em;text-transform:uppercase;
  color:var(--gold);font-weight:700;
}
#ag-homepage .ag-platform-card h3 {
  font-family:var(--serif);font-size:clamp(27px,2.2vw,33px);line-height:1.1;
  font-weight:400;color:white;margin:18px 0 14px;
}
#ag-homepage .ag-platform-card p {font-size:13px;line-height:1.8;color:var(--light-text);margin:0 0 20px;max-width:52ch}
#ag-homepage .ag-platform-card .ag-text-link {color:var(--gold);font-size:11px;margin-top:auto;padding-bottom:7px;gap:14px}
#ag-homepage .ag-platform-card .ag-text-link:hover {color:white}
#ag-homepage .ag-platform-subjects {border:1px solid #ffffff25;border-top:0;padding:26px 30px 30px;margin-top:0;background:#ffffff03}
#ag-homepage .ag-platform-subjects h3 {font-size:13px;font-weight:600;color:white;margin-bottom:16px}
#ag-homepage .ag-platform-tags {display:flex;flex-wrap:wrap;gap:8px}
#ag-homepage .ag-platform-tags span {
  display:inline-block;font-size:11px;line-height:1.5;color:var(--light-text);
  padding:7px 11px;border:1px solid #ffffff27;border-radius:3px;
}
#ag-homepage .ag-platform-access {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-top:30px;padding-top:29px;border-top:1px solid #ffffff25}
#ag-homepage .ag-platform-access article {padding-right:25px}
#ag-homepage .ag-platform-access h3 {font-family:var(--serif);font-size:29px;line-height:1.18;font-weight:400;margin:0 0 12px}
#ag-homepage .ag-platform-access p {font-size:13px;line-height:1.8;color:var(--light-text);max-width:63ch;margin-bottom:10px}
#ag-homepage .ag-platform-access .ag-text-link {font-size:11px;color:var(--gold)}
#ag-homepage .ag-platform-note {font-size:10px;line-height:1.7;color:var(--light-text);margin:24px 0 0}
#ag-homepage .ag-platform-note a {text-decoration:underline;text-underline-offset:3px}

/* Uncropped global sales map, with the broader platform reach clearly labeled. */
#ag-homepage .ag-global-impact {background:var(--paper);border-bottom:1px solid var(--line)}
#ag-homepage .ag-global-impact .ag-section-heading>p {max-width:510px;font-size:15px;line-height:1.85}
#ag-homepage .ag-global-map {border:1px solid #d8dcd8;background:#eff0ed;border-radius:5px;overflow:hidden}
#ag-homepage .ag-global-map-header {display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 26px;background:var(--navy);color:white}
#ag-homepage .ag-global-map-header strong {font-size:13px;font-weight:600}
#ag-homepage .ag-global-map-header>span {font-size:9px;letter-spacing:.14em;color:var(--gold);text-transform:uppercase}
#ag-homepage .ag-global-map-link {display:block;position:relative;background:#ebeeee;min-height:0}
#ag-homepage .ag-global-map-link img {display:block;width:100%;height:auto;aspect-ratio:1000/534;object-fit:contain;object-position:center;margin:0}
#ag-homepage .ag-global-map-link:focus-visible {outline-offset:-5px}
#ag-homepage .ag-map-unavailable {aspect-ratio:1000/534;min-height:200px;display:grid;place-items:center;text-align:center;padding:28px}
#ag-homepage .ag-map-unavailable img {display:none}
#ag-homepage .ag-map-unavailable::before {content:"View Ace My Path’s global sales map ↗";font-family:var(--serif);font-size:clamp(27px,3vw,40px);line-height:1.2;color:var(--ink);max-width:500px}
#ag-homepage .ag-global-map-caption {display:flex;justify-content:space-between;align-items:center;gap:25px;background:white;padding:16px 26px}
#ag-homepage .ag-global-map-caption p {font-size:11px;line-height:1.7;color:var(--muted);max-width:730px}
#ag-homepage .ag-global-map-caption .ag-text-link {flex-shrink:0;font-size:11px;padding-block:6px}
#ag-homepage .ag-global-reach {display:grid;grid-template-columns:minmax(0,1.25fr) repeat(3,minmax(0,1fr));gap:0;margin-top:30px;border:1px solid var(--line);background:white}
#ag-homepage .ag-global-reach-intro {display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:28px 30px}
#ag-homepage .ag-global-reach-intro .ag-eyebrow {font-size:9px;margin-bottom:12px}
#ag-homepage .ag-global-reach-intro h3 {font-family:var(--serif);font-weight:400;font-size:29px;line-height:1.13}
#ag-homepage .ag-global-stat {border-left:1px solid var(--line);padding:28px;display:flex;flex-direction:column;justify-content:center}
#ag-homepage .ag-global-stat strong {display:block;font-family:var(--serif);font-size:clamp(36px,4vw,55px);line-height:1.08;letter-spacing:-.03em;font-weight:400;color:var(--ink)}
#ag-homepage .ag-global-stat span {font-size:12px;line-height:1.5;color:var(--muted);margin-top:8px}
#ag-homepage .ag-global-note {font-size:10px;line-height:1.7;color:var(--muted);margin-top:17px}
#ag-homepage .ag-global-note a {text-decoration:underline;text-underline-offset:3px}
#ag-homepage .ag-books-intro {font-size:15px;line-height:1.85;color:var(--muted);max-width:86ch;margin:-12px 0 33px}
#ag-homepage .ag-books-intro strong {color:var(--ink);font-weight:600}

/* Only the South Africa and team photographs remain; each gets its own row. */
#ag-homepage .ag-story-rows {display:grid;grid-template-columns:minmax(0,1fr);gap:32px}
#ag-homepage .ag-story-row {display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,1fr);background:var(--paper);border:1px solid #d6d4c9;border-radius:4px;overflow:hidden;align-items:stretch}
#ag-homepage .ag-story-row>.ag-gallery-photo {width:100%;height:auto;min-height:0;aspect-ratio:5/4;display:flex;align-items:center;justify-content:center;background:#e1dfd7;padding:0}
#ag-homepage .ag-story-row>.ag-gallery-photo img {width:100%;height:100%;object-fit:contain;object-position:center}
#ag-homepage .ag-story-row>.ag-gallery-photo.ag-image-unavailable {display:grid;place-items:center;padding:25px}
#ag-homepage .ag-story-caption {display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,4vw,62px)}
#ag-homepage .ag-story-caption .ag-gallery-label {font-size:10px;line-height:1.6;letter-spacing:.13em;color:var(--gold-dark)}
#ag-homepage .ag-story-caption h3 {font-family:var(--serif);font-weight:400;font-size:clamp(31px,3.3vw,45px);line-height:1.09;margin:18px 0 21px}
#ag-homepage .ag-story-caption p {font-size:14px;line-height:1.85;color:var(--muted);max-width:50ch}
#ag-homepage .ag-story-caption p+p {margin-top:17px}
#ag-homepage .ag-story-caption .ag-story-note {border-top:1px solid var(--line);padding-top:18px;font-size:12px;line-height:1.7;color:var(--gold-dark);margin-top:24px}
#ag-homepage .ag-story-row-team {grid-template-columns:minmax(0,1fr) minmax(0,1.22fr)}
#ag-homepage .ag-story-row-team>.ag-gallery-photo {grid-column:2;grid-row:1}
#ag-homepage .ag-story-row-team>.ag-story-caption {grid-column:1;grid-row:1}

@media(max-width:1100px) {
  #ag-homepage .ag-platform-heading {gap:32px}
  #ag-homepage .ag-platform-card {padding:25px}
  #ag-homepage .ag-platform-card h3 {font-size:29px}
  #ag-homepage .ag-global-reach-intro {padding:24px}
  #ag-homepage .ag-global-stat {padding:24px 18px}
  #ag-homepage .ag-story-caption {padding:30px}
  #ag-homepage .ag-story-caption h3 {font-size:34px}
  #ag-homepage .ag-story-caption p {font-size:13px}
}
@media(max-width:800px) {
  #ag-homepage .ag-platform-heading {grid-template-columns:minmax(0,1fr);gap:25px}
  #ag-homepage .ag-platform-heading .ag-innovation-copy {font-size:14px}
  #ag-homepage .ag-platform-grid {grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
  #ag-homepage .ag-platform-grid>.ag-platform-card:last-child {grid-column:1/-1}
  #ag-homepage .ag-platform-subjects {padding:25px}
  #ag-homepage .ag-platform-access {gap:25px}
  #ag-homepage .ag-platform-access article {padding-right:0}
  #ag-homepage .ag-global-reach {grid-template-columns:repeat(3,minmax(0,1fr))}
  #ag-homepage .ag-global-reach-intro {grid-column:1/-1;border-bottom:1px solid var(--line);padding:23px 25px}
  #ag-homepage .ag-global-reach-intro h3 {font-size:28px}
  #ag-homepage .ag-global-reach-intro h3 br {display:none}
  #ag-homepage .ag-global-stat:nth-child(2) {border-left:0}
  #ag-homepage .ag-global-stat strong {font-size:clamp(29px,5.8vw,42px)}
  #ag-homepage .ag-global-stat span {font-size:11px}
  #ag-homepage .ag-global-map-caption {align-items:flex-start}
  #ag-homepage .ag-story-row,#ag-homepage .ag-story-row-team {grid-template-columns:minmax(0,1fr)}
  #ag-homepage .ag-story-row-team>.ag-gallery-photo,#ag-homepage .ag-story-row-team>.ag-story-caption {grid-column:auto;grid-row:auto}
  #ag-homepage .ag-story-row>.ag-gallery-photo {aspect-ratio:5/4}
  #ag-homepage .ag-story-caption {padding:32px}
  #ag-homepage .ag-story-caption h3 {font-size:36px}
  #ag-homepage .ag-story-caption p {font-size:14px;max-width:65ch}
}
@media(max-width:560px) {
  #ag-homepage .ag-platform-heading {margin-bottom:28px}
  #ag-homepage .ag-platform-grid {grid-template-columns:minmax(0,1fr);gap:15px}
  #ag-homepage .ag-platform-card {padding:27px 24px}
  #ag-homepage .ag-platform-card h3 {font-size:31px;margin-top:14px}
  #ag-homepage .ag-platform-card p {font-size:13px;max-width:none}
  #ag-homepage .ag-platform-subjects {padding:23px}
  #ag-homepage .ag-platform-tags span {font-size:10px;padding:6px 9px}
  #ag-homepage .ag-platform-access {grid-template-columns:minmax(0,1fr);gap:25px}
  #ag-homepage .ag-platform-access article+article {border-top:1px solid #ffffff25;padding-top:25px}
  #ag-homepage .ag-platform-note {font-size:9px}
  #ag-homepage .ag-global-impact .ag-section-heading>p {font-size:14px}
  #ag-homepage .ag-global-map-header {padding:15px 18px;gap:9px;flex-wrap:wrap}
  #ag-homepage .ag-global-map-header strong {font-size:12px}
  #ag-homepage .ag-global-map-header>span {font-size:8px}
  #ag-homepage .ag-global-map-caption {padding:16px 18px;flex-direction:column;gap:10px}
  #ag-homepage .ag-global-map-caption p {font-size:10px}
  #ag-homepage .ag-global-reach {grid-template-columns:minmax(0,1fr);margin-top:23px}
  #ag-homepage .ag-global-reach-intro {padding:23px}
  #ag-homepage .ag-global-stat {border-left:0;border-top:1px solid var(--line);padding:20px 23px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;align-items:center}
  #ag-homepage .ag-global-stat:nth-child(2) {border-top:0}
  #ag-homepage .ag-global-stat strong {font-size:37px}
  #ag-homepage .ag-global-stat span {font-size:12px;margin:0}
  #ag-homepage .ag-global-note {font-size:9px}
  #ag-homepage .ag-books-intro {font-size:14px;margin-top:-9px}
  #ag-homepage .ag-story-rows {gap:27px}
  #ag-homepage .ag-story-caption {padding:27px 24px}
  #ag-homepage .ag-story-caption h3 {font-size:33px;margin-top:15px}
  #ag-homepage .ag-story-caption p {font-size:13px}
  #ag-homepage .ag-story-caption .ag-gallery-label {font-size:9px}
  #ag-homepage .ag-story-caption .ag-story-note {font-size:11px;margin-top:20px}
}



/* SEPTEMBER 2026 REVISION — safe contact inset, fuller testimonials,
   and independent Reach / Team features. */
#ag-homepage .ag-contact-shell { position:relative; }
#ag-homepage .ag-contact-panel {
  width:100%; max-width:100%; margin:0; box-sizing:border-box;
  padding:clamp(30px,4vw,55px) clamp(24px,4.5vw,60px);
  border:1px solid #ffffff16;
  border-left:4px solid var(--gold);
  overflow:visible;
}
#ag-homepage .ag-contact-panel::before { display:none; }
#ag-homepage .ag-contact-panel > div { min-width:0; }
#ag-homepage .ag-contact-panel h2 { overflow-wrap:break-word; }
#ag-homepage .ag-contact-panel .ag-button { max-width:100%; white-space:normal; }

/* Each card pairs an emphasized excerpt with the reviewer's own words. */
#ag-homepage .ag-voices-intro {max-width:660px;margin:20px auto 0;color:var(--muted);font-size:14px;line-height:1.8}
#ag-homepage .ag-testimonial-group + .ag-testimonial-group {margin-top:36px}
#ag-homepage .ag-testimonial-group-label {display:flex;align-items:center;gap:20px;font-size:10px;font-family:var(--sans);font-weight:700;line-height:1.6;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);margin:0 0 18px}
#ag-homepage .ag-testimonial-group-label::after {content:"";height:1px;background:#d2cbbd;flex:1;min-width:24px}
#ag-homepage .ag-quote-card {min-width:0;padding:clamp(23px,2.5vw,34px);border-radius:4px;border-top:3px solid var(--gold)}
#ag-homepage .ag-review-topic {font-size:9px;line-height:1.6;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:24px}
#ag-homepage .ag-quote-card .ag-quote-mark {font-size:43px;line-height:.8;margin:0 0 7px;color:var(--gold-dark)}
#ag-homepage .ag-quote-card blockquote {font-size:clamp(26px,2.15vw,33px);line-height:1.16;flex-grow:0;margin:0 0 18px;overflow-wrap:break-word}
#ag-homepage .ag-quote-secondary {display:block;margin-top:10px;font-size:.82em;line-height:1.2}
#ag-homepage .ag-review-context {font-family:var(--sans);font-size:13px;line-height:1.8;color:var(--muted);margin:0 0 24px}
#ag-homepage .ag-quote-card figcaption {margin-top:auto;padding-top:18px}
#ag-homepage .ag-quote-card figcaption strong {font-size:13px;line-height:1.5}
#ag-homepage .ag-quote-card figcaption span {font-size:10px;line-height:1.75}
#ag-homepage .ag-quote-note {max-width:860px;margin:28px auto 0;line-height:1.85}
#ag-homepage .ag-quote-note a {display:inline-block;margin-top:7px;font-size:11px}

/* Two distinct editorial features, not a thumbnail gallery. */
#ag-homepage .ag-reach-feature {background:#eeece4;border-block:1px solid var(--line)}
#ag-homepage .ag-team-feature {background:var(--navy);color:white}
#ag-homepage .ag-feature-grid {display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:clamp(34px,5.5vw,86px);align-items:center}
#ag-homepage .ag-feature-copy {min-width:0}
#ag-homepage .ag-feature-copy h2 {font-size:clamp(36px,4.1vw,56px);line-height:1.07;overflow-wrap:break-word}
#ag-homepage .ag-feature-copy p {font-size:14px;line-height:1.85;color:var(--muted);max-width:58ch;margin-top:18px}
#ag-homepage .ag-feature-copy .ag-feature-lead {font-weight:600;font-size:16px;line-height:1.6;color:var(--ink);margin-top:27px}
#ag-homepage .ag-feature-links {display:flex;flex-wrap:wrap;align-items:center;gap:16px 25px;margin-top:26px}
#ag-homepage .ag-feature-links .ag-text-link {font-size:12px}
#ag-homepage .ag-feature-jump {display:inline-flex;gap:12px;align-items:center;font-size:11px;line-height:1.6;font-weight:600;padding-block:10px}
#ag-homepage .ag-feature-jump:hover {color:var(--gold-dark)}
#ag-homepage .ag-feature-figure {min-width:0;width:100%;border:1px solid #d6d4c9;background:var(--paper);border-radius:4px;overflow:hidden}
#ag-homepage .ag-feature-image {display:flex;position:relative;justify-content:center;align-items:center;width:100%;aspect-ratio:5/4;background:#e1dfd7;overflow:hidden}
#ag-homepage .ag-feature-image img {width:100%;height:100%;object-fit:contain;object-position:center}
#ag-homepage .ag-feature-image:focus-visible {outline-offset:-5px}
#ag-homepage .ag-photo-open {position:absolute;right:14px;bottom:14px;background:#112536eb;color:white;border:1px solid #ffffff70;border-radius:2px;padding:6px 11px;font-size:10px;line-height:1.6}
#ag-homepage .ag-photo-open span {margin-left:8px;color:var(--gold)}
#ag-homepage .ag-feature-figure figcaption {padding:19px 24px;font-size:11px;line-height:1.8;color:var(--muted)}
#ag-homepage .ag-feature-figure figcaption>span {display:block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-dark);margin-bottom:4px}
#ag-homepage .ag-reach-feature .ag-feature-copy {grid-column:2;grid-row:1}
#ag-homepage .ag-reach-feature .ag-feature-figure {grid-column:1;grid-row:1}
#ag-homepage .ag-team-feature .ag-feature-grid {grid-template-columns:minmax(0,1fr) minmax(0,1.12fr)}
#ag-homepage .ag-team-feature .ag-eyebrow {color:var(--gold)}
#ag-homepage .ag-team-feature .ag-feature-copy p {color:var(--light-text)}
#ag-homepage .ag-team-feature .ag-feature-copy .ag-feature-lead {color:white}
#ag-homepage .ag-team-feature .ag-feature-figure {background:var(--navy-light);border-color:#ffffff30}
#ag-homepage .ag-team-feature .ag-feature-image {background:#102331}
#ag-homepage .ag-team-feature .ag-feature-figure figcaption {color:var(--light-text)}
#ag-homepage .ag-team-feature .ag-feature-figure figcaption>span {color:var(--gold)}
#ag-homepage .ag-team-feature .ag-text-link {font-size:12px;color:var(--gold)}
#ag-homepage .ag-team-feature .ag-text-link:hover {color:white}
#ag-homepage .ag-team-network {display:flex;gap:22px;align-items:center;padding-top:24px;margin:28px 0 17px;border-top:1px solid #ffffff35}
#ag-homepage .ag-team-network strong {font-family:var(--serif);font-size:55px;line-height:1;color:var(--gold);font-weight:400;letter-spacing:-.025em}
#ag-homepage .ag-team-network span {font-size:11px;line-height:1.8;color:var(--light-text)}
#ag-homepage .ag-feature-image.ag-image-unavailable {display:grid;place-items:center;padding:28px}
#ag-homepage .ag-feature-image.ag-image-unavailable img {display:none}
#ag-homepage .ag-feature-image.ag-image-unavailable::before {content:"Open the original photograph";color:var(--ink);font-family:var(--serif);font-size:28px;line-height:1.2;text-align:center;max-width:260px}
#ag-homepage .ag-team-feature .ag-feature-image.ag-image-unavailable::before {color:var(--light-text)}
@media (max-width:900px) {
  #ag-homepage .ag-desktop-nav {display:flex}
  #ag-homepage .ag-mobile-menu {display:none}
  #ag-homepage .ag-contact-panel {grid-template-columns:minmax(0,1fr);gap:25px}
  #ag-homepage .ag-feature-grid,#ag-homepage .ag-team-feature .ag-feature-grid {grid-template-columns:minmax(0,1fr);gap:32px}
  #ag-homepage .ag-reach-feature .ag-feature-copy,#ag-homepage .ag-reach-feature .ag-feature-figure {grid-column:auto;grid-row:auto}
  #ag-homepage .ag-feature-copy p {max-width:70ch}
  #ag-homepage .ag-feature-figure {max-width:680px;margin-inline:auto}
}
@media (max-width:720px) {
  #ag-homepage .ag-quotes-grid {grid-template-columns:minmax(0,1fr);gap:18px}
  #ag-homepage .ag-quote-card {padding:26px}
  #ag-homepage .ag-quote-card blockquote {font-size:30px}
  #ag-homepage .ag-review-topic {margin-bottom:20px}
  #ag-homepage .ag-review-context {font-size:13px;line-height:1.8}
}
@media (max-width:560px) {
  #ag-homepage .ag-contact-panel {padding:31px 24px;gap:24px}
  #ag-homepage .ag-contact h2 {font-size:clamp(30px,8.3vw,39px);line-height:1.08}
  #ag-homepage .ag-voices-intro {font-size:13px}
  #ag-homepage .ag-testimonial-group-label {font-size:9px;letter-spacing:.10em;gap:12px}
  #ag-homepage .ag-quote-note {font-size:9px}
  #ag-homepage .ag-feature-copy h2 {font-size:clamp(32px,9.6vw,41px)}
  #ag-homepage .ag-feature-copy p {font-size:13px;margin-top:17px}
  #ag-homepage .ag-feature-copy .ag-feature-lead {font-size:15px;margin-top:23px}
  #ag-homepage .ag-feature-links {gap:9px 21px;margin-top:23px}
  #ag-homepage .ag-feature-figure figcaption {padding:17px 19px;font-size:10px}
  #ag-homepage .ag-feature-figure figcaption>span {font-size:8px}
  #ag-homepage .ag-team-network {gap:19px;padding-top:22px;margin-top:24px}
  #ag-homepage .ag-team-network strong {font-size:48px}
  #ag-homepage .ag-team-network span {font-size:10px}
}

/* ORIGINAL TESTIMONIAL EXCERPTS — keep the existing emphasis above each passage.
   No line clamping: all selected words remain visible at every screen width. */
#ag-homepage .ag-review-verbatim {font-style:normal;overflow:visible;max-height:none}
#ag-homepage .ag-review-followup {display:block;margin-top:6px}
#ag-homepage .ag-review-followup-label {font-size:11px;color:var(--gold-dark);font-weight:600}


/* ===== NAVIGATION REFINEMENT =====
   Desktop/tablet: always show the five page links separately.
   Mobile: switch to the compact menu only on smaller screens. */
#ag-homepage .ag-desktop-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:clamp(14px,1.8vw,30px);
  margin-left:auto;
  white-space:nowrap;
}
#ag-homepage .ag-desktop-nav a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:10px 0;
  font-size:12px;
  font-weight:600;
  letter-spacing:.015em;
}
#ag-homepage .ag-desktop-nav a:hover{
  color:var(--gold);
}
#ag-homepage .ag-mobile-menu{
  display:none;
}

/* Compact the desktop/tablet header before resorting to the mobile menu. */
@media (max-width:1050px) and (min-width:721px){
  #ag-homepage .ag-header-inner{
    gap:18px;
  }
  #ag-homepage .ag-desktop-nav{
    gap:clamp(10px,1.35vw,18px);
  }
  #ag-homepage .ag-desktop-nav a{
    font-size:11px;
  }
  #ag-homepage .ag-brand-subtitle{
    display:none;
  }
  #ag-homepage .ag-monogram{
    width:38px;
    height:38px;
    font-size:24px;
  }
}

/* True mobile navigation only. */
@media (max-width:720px){
  #ag-homepage .ag-desktop-nav{
    display:none !important;
  }
  #ag-homepage .ag-mobile-menu{
    display:block !important;
    margin-left:auto;
  }
  #ag-homepage .ag-header-inner{
    min-height:72px;
    gap:14px;
  }
  #ag-homepage .ag-mobile-menu summary{
    min-height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.04em;
  }
  #ag-homepage .ag-mobile-menu nav{
    width:min(260px,calc(100vw - 30px));
    right:0;
    top:calc(100% + 10px);
    padding:8px;
    border-radius:4px;
  }
  #ag-homepage .ag-mobile-menu nav a{
    display:block;
    padding:13px 14px;
    font-size:14px;
    line-height:1.3;
    border-bottom:1px solid #ffffff14;
  }
  #ag-homepage .ag-mobile-menu nav a:last-child{
    border-bottom:0;
  }
  #ag-homepage .ag-brand-name{
    font-size:12px;
  }
}

/* Very narrow phones: preserve room for name + menu button. */
@media (max-width:390px){
  #ag-homepage .ag-header-inner{
    gap:10px;
  }
  #ag-homepage .ag-monogram{
    width:34px;
    height:36px;
    font-size:22px;
  }
  #ag-homepage .ag-brand{
    gap:9px;
  }
  #ag-homepage .ag-brand-name{
    font-size:11px;
  }
}


/* Standalone hosting: no editor iframe, host-wrapper resizing or viewport offset. */
#ag-homepage { width:100% !important; left:auto !important; right:auto !important; margin:0 !important; }
#ag-homepage [id] { scroll-margin-top:24px; }
