/* =====================================================
   AGF home.css — homepage-only components
   Loaded only on index.html, AFTER agf.css.
   Shared design system + :root tokens live in agf.css (single source).
   Generated 02/06/2026 during inline-CSS consolidation.
   ===================================================== */
/* v4.0.3 (04/06/2026): hero restructured to a 3-button action row
   (Support a Future Leader / Discover the Academy / Celebrating 10 Years);
   .hero-eyebrow no longer used on homepage; added .btn-hero-secondary svg
   sizing + .btn-hero-secondary--anniv teal star. */
/* v4.0.5 (06/06/2026): .btn-hero-secondary--anniv given the previous teal-pill
   palette (teal tint / teal border / teal text), position unchanged. */

.brand-divider--light .dt-teal{background:var(--teal)}
.hero{position:relative;min-height:92vh;display:flex;align-items:flex-end;overflow:hidden;padding:120px 24px 40px}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease;z-index:0}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slide.hero-active{opacity:1;z-index:1}
.hero-overlay{position:absolute;inset:0;z-index:1;background:
  linear-gradient(180deg, rgba(31,0,94,.09) 0%, rgba(31,0,94,.24) 55%, rgba(31,0,94,.49) 100%),
  linear-gradient(95deg, rgba(31,0,94,.33) 0%, rgba(31,0,94,.15) 45%, transparent 75%);}
.hero-content{position:relative;z-index:2;max-width:var(--max-w);margin:0 auto;width:100%}
.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;
  background:rgba(51,214,201,.18);
  border:1px solid rgba(51,214,201,.45);
  color:var(--teal);
  padding:7px 16px;
  border-radius:50px;
  font-family:var(--font-accent);
  font-size:.74rem;
  font-weight:600;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:24px;
  backdrop-filter:blur(6px);}
.hero-eyebrow svg{width:13px;height:13px;fill:var(--teal)}
.hero h1{font-family:var(--font-heading);
  color:#fff;
  
  font-weight:700;
  font-size:clamp(1.8rem,3.8vw,2.8rem);
  line-height:1.12;
  letter-spacing:-.015em;
  max-width:1080px;
  margin-bottom:22px;
  text-shadow:0 2px 24px rgba(31,0,94,.55);}
.hero h1 em{color:var(--teal);font-style:normal;font-weight:800}
.hero-sub{color:rgba(255,255,255,.92);
  font-size:clamp(1rem,1.7vw,1.15rem);
  max-width:780px;
  line-height:1.65;
  margin-bottom:32px;
  font-weight:400;
  text-shadow:0 1px 14px rgba(31,0,94,.55);}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-hero-primary{display:inline-flex;align-items:center;gap:9px;
  background:var(--teal);
  color:var(--agf-purple-deep);
  padding:15px 30px;
  border-radius:50px;
  font-family:var(--font-accent);
  font-weight:700;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  transition:all .3s var(--ease);
  border:none;
  cursor:pointer;}
.btn-hero-primary:hover{background:#fff;color:var(--agf-purple);transform:translateY(-2px);box-shadow:0 8px 28px rgba(51,214,201,.45)}
.btn-hero-primary svg{width:16px;height:16px;fill:currentColor}
.btn-hero-secondary{display:inline-flex;align-items:center;gap:9px;
  background:transparent;
  color:#fff;
  padding:15px 30px;
  border-radius:50px;
  font-family:var(--font-accent);
  font-weight:600;
  font-size:.84rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  border:1.5px solid rgba(255,255,255,.55);
  transition:all .3s var(--ease);}
.btn-hero-secondary:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff;transform:translateY(-1px)}
.btn-hero-secondary--stack{display:inline-flex;margin:0 0 22px 0;width:fit-content}
.btn-hero-secondary svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.btn-hero-secondary--anniv svg{fill:var(--teal)}
/* Teal pill treatment (restores the previous teal eyebrow palette on the
   anniversary CTA; position unchanged - still third in .hero-actions). */
.btn-hero-secondary--anniv{
  background:rgba(51,214,201,.18);
  border-color:rgba(51,214,201,.55);
  color:var(--teal);
  backdrop-filter:blur(6px);}
.btn-hero-secondary--anniv:hover{
  background:rgba(51,214,201,.30);
  border-color:var(--teal);
  color:#fff;}
.btn-hero-secondary--anniv:hover svg{fill:#fff}
.stats{background:var(--agf-purple-deep);
  position:relative;
  overflow:hidden;}
.stats::before{content:'';
  position:absolute;
  inset:0;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 230' fill='none'><g stroke='%23ffffff' stroke-width='1.2' opacity='0.07'><polygon points='50,5 95,30 95,80 50,105 5,80 5,30'/><polygon points='150,5 195,30 195,80 150,105 105,80 105,30'/><polygon points='100,90 145,115 145,165 100,190 55,165 55,115'/><polygon points='50,175 95,200 95,250 50,275 5,250 5,200'/><polygon points='150,175 195,200 195,250 150,275 105,250 105,200'/></g></svg>");
  background-size:260px auto;
  background-repeat:repeat;
  pointer-events:none;}
.stats-inner{max-width:var(--max-w);
  margin:0 auto;
  padding:64px 24px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  position:relative;
  z-index:1;}
.stat{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}
.stat-hex{width:170px;
  height:190px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .3s var(--ease);}
.stat-hex svg{position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;}
.stat-hex svg polygon{fill:#ffffff;
  stroke:#33D6C9;
  stroke-width:4;
  stroke-linejoin:round;}
.stat:hover .stat-hex{transform:translateY(-4px)}
.stat-number{position:relative;
  z-index:1;
  font-family:var(--font-heading);
  font-size:clamp(2rem,4vw,3rem);
  color:var(--teal);
  font-weight:800;
  line-height:1;
  letter-spacing:-.02em;
  text-align:center;
  padding:0 16px;}
.stat-label{font-family:var(--font-accent);
  color:rgba(255,255,255,.92);
  font-size:.86rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  max-width:180px;}
@media(max-width:700px){.stats-inner{grid-template-columns:repeat(2,1fr);gap:32px 16px;padding:48px 24px}
  .stat-hex{width:130px;height:148px}
  .stat-number{font-size:1.5rem}}
.section-intro .brand-divider{justify-content:center;display:inline-flex}
.section-cta{text-align:center;margin-top:40px}
.discovery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.discovery-card{background:var(--white);
  border:1px solid var(--stone);
  border-radius:var(--radius-lg);
  padding:32px 28px;
  transition:all .3s var(--ease);
  position:relative;
  overflow:hidden;}
.discovery-card::before{content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg, var(--agf-purple) 0%, var(--teal) 100%);
  transform:scaleX(0);
  transition:transform .35s var(--ease);
  transform-origin:left;}
.discovery-card:hover{border-color:rgba(46,0,139,.2);
  box-shadow:0 12px 40px rgba(46,0,139,.10);
  transform:translateY(-4px);}
.discovery-card:hover::before{transform:scaleX(1)}
.discovery-icon{width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:24px;
  position:relative;}
.discovery-icon::before{content:'';
  position:absolute;
  inset:0;
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  background:var(--agf-purple);}
.discovery-icon::after{content:'';
  position:absolute;
  inset:3px;
  clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  background:var(--white);}
.discovery-icon svg{width:24px;height:24px;color:var(--agf-purple);stroke-width:1.8;position:relative;z-index:1;fill:none}
.discovery-icon--teal::before{background:var(--teal)}
.discovery-icon--teal::after{background:var(--white)}
.discovery-icon--teal svg{color:var(--teal)}
.discovery-card h3{font-family:var(--font-heading);
  font-weight:700;
  font-size:1.2rem;
  margin-bottom:10px;
  color:var(--agf-purple);
  line-height:1.3;}
.discovery-card p{color:var(--ink-soft);
  font-size:.95rem;
  line-height:1.65;
  margin-bottom:22px;}
.card-link{font-family:var(--font-accent);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--agf-purple);
  display:inline-flex;
  align-items:center;
  gap:8px;}
.card-link svg{width:16px;height:16px;transition:transform .2s}
.card-link:hover svg{transform:translateX(4px)}
@media(max-width:900px){.discovery-grid{grid-template-columns:1fr;gap:20px}}
.journey-placeholder{display:none}
.img-section{position:relative;overflow:hidden}
.img-section img{width:100%;height:440px;object-fit:cover}
.img-section .overlay{position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(31,0,94,.09) 0%, rgba(31,0,94,.24) 55%, rgba(31,0,94,.49) 100%),
    linear-gradient(95deg, rgba(31,0,94,.72) 0%, rgba(31,0,94,.45) 45%, rgba(31,0,94,.15) 75%);
  display:flex;align-items:center;
  padding:0 24px;}
.img-section .overlay .container{max-width:var(--max-w);width:100%}
.img-section blockquote{font-family:var(--font-heading);
  font-weight:600;
  font-size:clamp(1.3rem,2.6vw,1.7rem);
  color:#fff;
  font-style:normal;
  max-width:560px;
  line-height:1.45;
  position:relative;
  padding-left:0;}
.img-section blockquote::before{content:'\201C';
  display:block;
  font-size:4rem;
  line-height:.5;
  color:var(--teal);
  margin-bottom:16px;
  font-family:Georgia,serif;}
.img-section cite{display:block;
  margin-top:20px;
  font-family:var(--font-accent);
  font-size:.78rem;
  color:var(--teal);
  font-style:normal;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;}
.donate-cta{background:var(--agf-purple);
  position:relative;
  overflow:hidden;
  padding:96px 24px;}
.donate-cta::before{content:'';
  position:absolute;inset:0;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 230' fill='none'><g stroke='%23ffffff' stroke-width='1.2' opacity='0.09'><polygon points='50,5 95,30 95,80 50,105 5,80 5,30'/><polygon points='150,5 195,30 195,80 150,105 105,80 105,30'/><polygon points='100,90 145,115 145,165 100,190 55,165 55,115'/><polygon points='50,175 95,200 95,250 50,275 5,250 5,200'/><polygon points='150,175 195,200 195,250 150,275 105,250 105,200'/></g></svg>");
  background-size:280px auto;
  background-repeat:repeat;
  pointer-events:none;}
.donate-inner{max-width:720px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:1;}
.donate-inner .section-label{color:var(--teal);margin-bottom:14px}
.donate-inner h2{font-family:var(--font-heading);
  font-weight:800;
  color:#fff;
  font-size:clamp(1.8rem,3.4vw,2.4rem);
  line-height:1.2;
  margin-bottom:18px;
  letter-spacing:-.015em;}
.donate-inner p{color:rgba(255,255,255,.88);
  font-size:1.08rem;
  margin-bottom:36px;
  line-height:1.65;}
.btn-donate-large{display:inline-flex;align-items:center;gap:11px;
  background:var(--teal);
  color:var(--agf-purple-deep);
  padding:18px 42px;
  border-radius:50px;
  font-family:var(--font-accent);
  font-weight:700;
  font-size:.92rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  transition:all .3s var(--ease);
  border:none;
  cursor:pointer;}
.btn-donate-large:hover{background:#fff;color:var(--agf-purple);transform:translateY(-2px);box-shadow:0 10px 36px rgba(0,0,0,.18)}
.btn-donate-large svg{width:18px;height:18px;fill:currentColor}
.support-card p{color:var(--ink-soft);
  font-size:.95rem;
  line-height:1.6;}
[data-reveal]:nth-child(2){transition-delay:.08s}
[data-reveal]:nth-child(3){transition-delay:.16s}

/* ---------------------------------------------------------------
   Homepage divergence overrides (pending design reconciliation in agf.css)
   These two shared selectors render differently on the homepage than the
   canonical agf.css values. Preserved here to avoid an unintended restyle:
     .support-card  - homepage cards are <div>s needing padding; agf.css uses
                      padding:0 for the support page's <details> cards.
     .section-label - homepage uses the smaller original eyebrow; agf.css uses
                      a larger 1.05rem label. A design decision for AMK; once
                      agreed, reconcile in agf.css and delete these two rules.
   --------------------------------------------------------------- */
.support-card{padding:32px 24px}
.section-label{font-size:.78rem;font-weight:600;letter-spacing:.14em;margin-bottom:8px;display:block}
