/* Above & Beyond brand styles
   Palette from the A&B logo: indigo #321D79, magenta #BF0074, lavender #9C94BD
   White ground, one type family (Bricolage Grotesque), hierarchy by weight. */

:root {
  --indigo: #321D79;
  --indigo-dark: #281761;
  --magenta: #BF0074;
  --magenta-dark: #A20063;
  --lavender: #9C94BD;
  --panel: #F4F3F8;
  --tint: #EBE9F2;
  --magenta-tint: #F9E6F1;
  --ink: #2B2B33;
  --line: #DCDAE5;
  --max: 1100px;
  --radius: 14px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Bricolage Grotesque", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  font-size: 1.0625rem;
}

img { max-width: 100%; display: block; }

a { color: var(--indigo); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--magenta); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */

.site-header {
  border-bottom: 1px solid var(--line);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

/* Text wordmark stands in for the logo file.
   Swap for the real A&B logo PNG (banner lockup) when dropping assets in. */
.wordmark {
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.01em;
  color: var(--indigo);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark:hover { color: var(--indigo); }
.wordmark .amp { color: var(--lavender); font-weight: 700; }

.site-nav { display: flex; gap: 8px; align-items: center; }
.site-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--indigo);
  padding: 8px 14px;
  border-radius: 999px;
}
.site-nav a:hover { background: var(--tint); color: var(--indigo); }
.site-nav a[aria-current="page"] { background: var(--indigo); color: #fff; }
.site-nav a.nav-cta { background: var(--magenta); color: #fff; }
.site-nav a.nav-cta:hover { background: var(--magenta-dark); }

.menu-toggle { display: none; }

/* ---------- Hero ---------- */

.hero { padding: 72px 0 56px; position: relative; overflow: hidden; }

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.hero h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.3rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--indigo);
  margin-bottom: 20px;
}

/* The one signature device: a swoosh arc under the hero headline,
   echoing the magenta swoosh in the A&B logo. Used here only. */
.swoosh { width: 180px; height: 26px; margin-bottom: 24px; }

.hero p.lead { font-size: 1.2rem; max-width: 34em; margin-bottom: 28px; }

.btn {
  display: inline-block;
  background: var(--magenta);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 1.02rem;
}
.btn:hover { background: var(--magenta-dark); color: #fff; }
.btn.ghost { background: transparent; color: var(--indigo); box-shadow: inset 0 0 0 2px var(--indigo); margin-left: 10px; }
.btn.ghost:hover { background: var(--tint); }

/* ---------- Placeholder images ---------- */

.ph {
  background: linear-gradient(135deg, var(--tint), var(--panel));
  border: 1.5px dashed var(--lavender);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--indigo);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 24px;
  min-height: 220px;
}
.ph.tall { min-height: 340px; }
.ph.short { min-height: 160px; }
.ph span { max-width: 26em; opacity: 0.85; }

/* ---------- Sections ---------- */

section { padding: 64px 0; }
section.alt { background: var(--panel); }

h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  color: var(--indigo);
  line-height: 1.2;
  margin-bottom: 18px;
  max-width: 24em;
}

h3 { font-size: 1.2rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }

p + p { margin-top: 14px; }
section p { max-width: 42em; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid var(--line);
}
section.alt .card { border: none; }

.card p { font-size: 0.99rem; }

/* Redemption flow: this content genuinely is a sequence, so steps get
   markers, but as magenta chips in a flow, not 01/02/03 with hairlines. */
.flow { margin-top: 32px; display: grid; gap: 14px; max-width: 46em; }
.flow-step {
  display: flex;
  gap: 16px;
  align-items: baseline;
  background: #fff;
  border-radius: var(--radius);
  padding: 16px 20px;
}
section.alt .flow-step { background: #fff; }
.flow-step .chip {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--magenta);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 0.95rem;
}
.flow-step p { font-size: 1rem; }
.flow-step strong { color: var(--indigo); }

/* Stat band */
.stats {
  margin-top: 36px;
}
.stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--magenta);
  letter-spacing: -0.02em;
}
.stat span { font-weight: 600; color: var(--indigo); font-size: 0.98rem; }

/* Quote / pull line */
.pull {
  border-left: 5px solid var(--magenta);
  background: var(--magenta-tint);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 26px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--indigo);
  max-width: 36em;
  margin: 28px 0;
}

/* CTA band */
.cta-band { background: var(--indigo); color: #fff; padding: 64px 0; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E9E6F5; max-width: 38em; }
.cta-band .btn { margin-top: 22px; }

/* ---------- Footer ---------- */

.site-footer { background: var(--indigo); color: #CFC9E4; padding: 44px 0 36px; font-size: 0.95rem; }
.cta-band + .site-footer { border-top: 1px solid rgba(255,255,255,0.18); }
.site-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.site-footer a { color: #fff; }
.site-footer a:hover { color: #F9E6F1; }
.footer-mark { font-weight: 800; color: #fff; font-size: 1.05rem; }
.footer-mark .amp { color: var(--lavender); }

/* ---------- Page intro (inner pages) ---------- */

.page-intro { padding: 64px 0 24px; }
.page-intro h1 {
  font-size: clamp(1.9rem, 3.8vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--indigo);
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 22em;
}
.page-intro p { font-size: 1.15rem; max-width: 38em; }

/* Inline run-in list styling: keep lists reading like prose */
ul.plain { list-style: none; margin-top: 18px; display: grid; gap: 10px; max-width: 42em; }
ul.plain li { padding-left: 26px; position: relative; }
ul.plain li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--magenta);
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; gap: 32px; }
  .hero { padding: 48px 0 40px; }
  section { padding: 48px 0; }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 2px solid var(--indigo);
    border-radius: 10px;
    color: var(--indigo);
    font: inherit;
    font-weight: 700;
    padding: 7px 14px;
    cursor: pointer;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 12px 24px 20px;
    gap: 6px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 16px; border-radius: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

:focus-visible { outline: 3px solid var(--magenta); outline-offset: 2px; }

/* ---------- Single-page additions ---------- */

section[id] { scroll-margin-top: 84px; }

.pathways {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 8px;
}
.pathway {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 2px solid var(--tint);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--ink);
}
.pathway:hover { border-color: var(--magenta); color: var(--ink); }
.pathway h3 { margin-bottom: 6px; }
.pathway p { font-size: 0.97rem; }
.pathway .go { display: inline-block; margin-top: 12px; font-weight: 700; color: var(--magenta); }

.audience-tag {
  display: inline-block;
  background: var(--tint);
  color: var(--indigo);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* ---------- Logo + team block ---------- */

.footer-logo { height: 72px; width: auto; }
.cta-logo { height: 88px; width: auto; margin-bottom: 20px; }

.team-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-top: 44px;
}
@media (max-width: 860px) { .team-note { grid-template-columns: 1fr; } }

/* ---------- Layout balance fixes ---------- */

/* Four-card sets lay out 2x2 instead of orphaning a fourth card */
.cards.four { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 640px) { .cards.four { grid-template-columns: 1fr; } }

/* Stats sit as equal thirds instead of wrapping */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
@media (max-width: 720px) { .stats { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- Indigo header with reverse logo ---------- */

.site-header { background: var(--indigo); border-bottom: none; }
.header-logo { height: 46px; width: auto; display: block; }
.site-nav a { color: #fff; }
.site-nav a:hover { background: rgba(255,255,255,0.14); color: #fff; }
.site-nav a[aria-current="page"] { background: #fff; color: var(--indigo); }
.site-nav a.nav-cta { background: var(--magenta); color: #fff; }
.site-nav a.nav-cta:hover { background: var(--magenta-dark); }
.menu-toggle { border-color: #fff; color: #fff; }
@media (max-width: 860px) {
  .site-nav { background: var(--indigo); border-bottom: none; }
}

/* ---------- Illustrations ---------- */

.illus { border-radius: var(--radius); width: 100%; height: auto; display: block; }
