:root {
  --ink: #101713;
  --charcoal: #17201b;
  --forest: #0b4f2c;
  --green: #20a657;
  --ivory: #f3f1e9;
  --paper: #fbfaf6;
  --line: rgba(16, 23, 19, .16);
  --muted: #5e6761;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.site-header { min-height: 112px; padding: 10px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { width: 178px; height: 92px; display: flex; align-items: center; justify-content: center; }
.brand img { width: auto; height: 92px; max-width: 100%; object-fit: contain; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(11px, 1.25vw, 19px); font: 600 clamp(.62rem, .72vw, .72rem)/1 "Manrope", sans-serif; letter-spacing: .035em; text-transform: uppercase; }
nav a { text-decoration: none; }
.market-active { color: var(--forest); position: relative; }
.market-active::after { content: ""; height: 2px; position: absolute; right: 0; bottom: -9px; left: 0; background: var(--green); }
.future-link { color: #69736c; }
.nav-cta { padding: 14px 19px; border-radius: 999px; color: white; background: var(--forest); }
.menu-button { display: none; border: 0; background: none; font: 700 .8rem "Manrope", sans-serif; text-transform: uppercase; }
.market-notice { margin: 0; padding: 10px 16px; position: absolute; top: calc(100% + 8px); right: max(24px, calc((100vw - var(--max)) / 2)); z-index: 30; color: white; background: var(--forest); border-radius: 4px; font: 600 .78rem "Manrope", sans-serif; opacity: 0; pointer-events: none; transform: translateY(-5px); transition: opacity .2s ease, transform .2s ease; }
.market-notice.visible { opacity: 1; transform: translateY(0); }

.hero-image-wrap { width: 100%; position: relative; background: #081713; }
.hero-image { width: 100%; height: auto; }
.hero-image-message { margin: 0; position: absolute; z-index: 2; right: 4.5%; top: 67%; color: #5ee481; font: 700 clamp(.82rem, 1.55vw, 1.75rem)/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; text-shadow: 0 2px 14px rgba(0,0,0,.9), 0 1px 3px rgba(0,0,0,.95); }
.hero-image-message span { color: #5ee481; }
.hero-copy { padding-block: clamp(70px, 9vw, 130px); text-align: center; }
.hero-kicker { margin: 0 0 24px; color: var(--green); font: 700 clamp(1.2rem, 2vw, 1.8rem)/1.15 "Manrope", sans-serif; letter-spacing: -.02em; }
.eyebrow { margin: 0 0 18px; color: var(--forest); font: 700 .77rem/1.4 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.section-number { margin: 0 0 18px; color: var(--forest); font: 700 clamp(.98rem, 1.4vw, 1.3rem)/1.35 "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", sans-serif; letter-spacing: -.045em; line-height: 1.06; }
h1 { max-width: 940px; margin: 0 auto; color: #465149; font-size: clamp(1.25rem, 2.2vw, 2.15rem); font-weight: 500; line-height: 1.38; letter-spacing: -.018em; }
.hero-partnership { max-width: 1040px; color: var(--forest); font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 600; line-height: 1.06; letter-spacing: -.052em; }
.hero-partnership span { color: inherit; }
.hero-platform-line { max-width: 900px; margin: 30px auto 0; color: #566159; font: 500 clamp(1.1rem, 1.8vw, 1.65rem)/1.45 "Manrope", sans-serif; letter-spacing: -.018em; }
h2 { margin: 0 0 24px; font-size: clamp(2.1rem, 4vw, 4.4rem); font-weight: 600; }
h3 { font-size: 1.35rem; }
.hero-story { margin-top: clamp(50px, 7vw, 86px); display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(38px, 6vw, 78px); align-items: center; text-align: left; }
.hero-story-media { margin: 0; }
.hero-story-media img { width: 100%; height: auto; cursor: zoom-in; }
.hero-intro { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.hero-intro .lead { color: var(--ink); font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.5; }
.hero-actions { margin-top: 36px; display: flex; align-items: center; justify-content: flex-start; gap: 28px; flex-wrap: wrap; }
.button { min-height: 54px; padding: 15px 25px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font: 700 .86rem "Manrope", sans-serif; text-decoration: none; }
.button-primary { color: white; background: var(--forest); }
.text-link { color: var(--forest); font-weight: 700; text-decoration: none; }

.statement-band { padding-block: clamp(76px, 10vw, 140px); color: var(--ink); background: #eaf1ec; }
.statement-band .eyebrow { color: var(--forest); }
.statement-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: center; gap: clamp(46px, 7vw, 92px); }
.statement-media { margin: 0; }
.statement-media img { width: 100%; height: auto; cursor: zoom-in; }
.statement-copy { padding-right: clamp(0px, 2vw, 24px); }
.statement { max-width: 700px; margin: 0; font: 500 clamp(2rem, 3.5vw, 4rem)/1.18 "Manrope", sans-serif; letter-spacing: -.045em; }
.statement strong { color: var(--forest); font-weight: 700; }

.feature { padding-block: clamp(76px, 10vw, 150px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); align-items: center; gap: clamp(50px, 8vw, 110px); border-bottom: 1px solid var(--line); }
.feature-reverse .media-card { order: 2; }
.media-card { margin: 0; background: #e9e8e2; }
.media-card img { width: 100%; height: auto; cursor: zoom-in; }
.feature-copy p:not(.section-number) { max-width: 590px; color: var(--muted); font-size: 1.05rem; }
.feature-copy .feature-signoff { margin-top: 30px; color: var(--forest); font: 700 1.08rem/1.5 "Manrope", sans-serif; }

.women-section { padding-block: clamp(90px, 12vw, 170px); border-bottom: 1px solid var(--line); }
.women-heading { max-width: 1060px; margin: 0 auto; text-align: center; }
.women-heading .section-number { max-width: 900px; margin: 0 auto 30px; color: var(--green); font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.25; letter-spacing: .055em; }
.women-heading h2 { margin-bottom: 34px; }
.women-heading > p:not(.section-number) { max-width: 830px; margin: 0 auto 18px; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.women-media { width: min(100%, 980px); margin: 64px auto 0; }
.women-media img { width: 100%; height: auto; cursor: zoom-in; }
.women-signoff { margin: 30px auto 0; color: var(--forest); text-align: center; font: 700 1.12rem/1.5 "Manrope", sans-serif; }

.catalog { padding-block: clamp(90px, 12vw, 170px); color: var(--ink); background: #e7eee9; }
.catalog-heading { display: block; margin-bottom: 60px; text-align: center; }
.catalog .section-number { color: var(--forest); }
.catalog-heading h2 { margin-inline: auto; font-size: clamp(2rem, 4vw, 4.1rem); white-space: nowrap; }
.catalog-heading p:last-child, .catalog-note { max-width: 940px; margin: 28px auto 0; color: var(--muted); font-size: 1.06rem; }
.global-capability { margin-bottom: 52px; padding: clamp(34px, 5vw, 58px); text-align: center; background: rgba(251,250,246,.78); border-top: 1px solid rgba(11,79,44,.22); border-bottom: 1px solid rgba(11,79,44,.22); }
.global-capability h3 { margin: 0; color: var(--forest); font-size: clamp(1.65rem, 2.8vw, 2.8rem); }
.global-capability > p:not(.global-markets) { max-width: 900px; margin: 24px auto 0; color: var(--muted); font-size: 1.05rem; }
.global-markets { margin: 28px 0 0; color: var(--forest); font: 700 .78rem/1.7 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.global-markets span { padding-inline: 7px; color: var(--green); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.catalog-grid figure { margin: 0; padding: 14px; background: #f8f7f2; border: 1px solid rgba(16,23,19,.12); }
.catalog-grid img { width: 100%; height: auto; cursor: zoom-in; }
.catalog-grid figcaption { padding: 16px 4px 4px; color: var(--forest); font: 600 .78rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.catalog-note { margin-top: 36px; }

.impact { padding-block: clamp(85px, 12vw, 170px); background: var(--ivory); }
.impact-image img { width: 100%; height: auto; cursor: zoom-in; }
.impact-copy { margin-top: 70px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); }
.impact-copy > div:first-child > p:last-child { color: var(--muted); }
.household-story { max-width: 610px; color: var(--muted); font-size: 1.06rem; }
.household-story .lead { margin-top: 0; color: var(--ink); font: 500 clamp(1.35rem, 2.4vw, 2rem)/1.35 "Manrope", sans-serif; letter-spacing: -.025em; }
.metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metrics article { padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics strong, .metrics span, .metrics small { display: block; }
.metrics strong { color: var(--forest); font: 600 clamp(1.7rem, 3vw, 2.7rem) "Manrope", sans-serif; letter-spacing: -.04em; }
.metrics span { margin-top: 7px; font-weight: 600; }
.metrics small { margin-top: 16px; color: var(--muted); line-height: 1.5; }

.hard-truth { padding-block: clamp(90px, 12vw, 160px); background: var(--paper); border-bottom: 1px solid var(--line); }
.hard-truth-heading { text-align: center; }
.hard-truth-heading .section-number { margin-bottom: 24px; color: var(--green); font-size: clamp(1.2rem, 2vw, 1.75rem); }
.hard-truth-heading h2 { margin-bottom: 58px; }
.hard-truth-image { margin-top: 0; margin-bottom: 0; }
.hard-truth-image img { width: 100%; height: auto; cursor: zoom-in; }
.material-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.material-metrics article { padding: 25px 22px; text-align: center; background: var(--ivory); border-top: 3px solid #879089; }
.material-metrics .solution-metric { background: #eaf4ed; border-top-color: var(--green); }
.material-metrics h3 { margin: 0 0 14px; color: var(--ink); font-size: 1rem; letter-spacing: .045em; text-transform: uppercase; }
.material-metrics strong { display: block; color: var(--forest); font: 700 clamp(1.35rem, 2vw, 2.15rem)/1.15 "Manrope", sans-serif; letter-spacing: -.03em; }
.material-metrics p { margin: 13px auto 0; color: var(--muted); font-size: .88rem; line-height: 1.5; }
.hard-truth-details { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hard-truth-details article { padding: 34px 30px; background: #f1f0ea; border: 1px solid var(--line); }
.hard-truth-details .solution-detail { background: #edf5ef; border-color: rgba(11, 79, 44, .26); }
.hard-truth-details .detail-kicker { margin: 0 0 14px; color: var(--green); font: 700 .74rem/1.4 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.hard-truth-details h3 { margin: 0 0 22px; font-size: clamp(1.35rem, 2vw, 1.85rem); }
.hard-truth-details p:not(.detail-kicker) { color: var(--muted); font-size: .96rem; }
.hard-truth-details a { color: var(--forest); font-weight: 700; text-underline-offset: 3px; }
.league-impact { margin-top: 70px; }
.league-impact-heading { max-width: 780px; margin: 0 auto 30px; text-align: center; }
.league-impact-heading .detail-kicker { margin: 0 0 12px; color: var(--green); font: 700 .82rem/1.4 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.league-impact-heading h3 { margin: 0; color: var(--forest); font-size: clamp(1.75rem, 3vw, 2.75rem); letter-spacing: -.035em; }
.league-impact-table { overflow-x: auto; border: 1px solid var(--line); background: var(--ivory); box-shadow: 0 22px 55px rgba(8, 49, 28, .08); }
.league-impact-table:focus-visible { outline: 3px solid rgba(20, 143, 72, .35); outline-offset: 4px; }
.league-impact-table table { width: 100%; min-width: 860px; border-collapse: collapse; }
.league-impact-table th, .league-impact-table td { padding: 22px 24px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.league-impact-table tr > *:last-child { border-right: 0; }
.league-impact-table tbody tr:last-child > * { border-bottom: 0; }
.league-impact-table thead th { color: #fff; background: var(--forest); font: 700 .78rem/1.45 "Manrope", sans-serif; letter-spacing: .075em; text-transform: uppercase; }
.league-impact-table tbody th { color: var(--forest); background: #edf5ef; font: 700 1rem/1.4 "Manrope", sans-serif; }
.league-impact-table tbody td { color: var(--muted); font-size: 1rem; }
.league-impact-table tbody td strong { color: var(--forest); font-family: "Manrope", sans-serif; }

.youth { padding-block: clamp(90px, 12vw, 170px); }
.youth-heading { max-width: 1060px; margin: 0 auto 70px; text-align: center; }
.youth-heading .section-number { max-width: 940px; margin: 0 auto 30px; color: var(--green); font-size: clamp(1.15rem, 2vw, 1.75rem); line-height: 1.25; letter-spacing: .055em; }
.youth-heading h2 { margin-bottom: 34px; }
.youth-heading > p:last-child { max-width: 830px; margin: 0 auto; color: var(--muted); font-size: 1.1rem; line-height: 1.75; }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.comparison-grid figure { margin: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: #f1f1ec; }
.comparison-grid .comparison-after { border-color: rgba(11,79,44,.32); background: #edf5ef; }
.comparison-grid img { width: 100%; height: auto; cursor: zoom-in; }
.comparison-grid figcaption { flex: 1; padding: 24px 26px 27px; color: var(--muted); line-height: 1.55; }
.comparison-grid strong { display: block; margin-bottom: 7px; color: var(--forest); font: 700 .82rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.matrix-title { max-width: 760px; margin: 76px auto 34px; text-align: center; font-size: clamp(1.5rem, 2.5vw, 2.35rem); letter-spacing: -.03em; text-transform: none; }
.matrix { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.matrix article { min-height: 100%; padding: 32px 30px 28px; border-top: 3px solid var(--forest); background: var(--ivory); }
.matrix span { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: white; background: var(--forest); border-radius: 50%; font: 700 .78rem "Manrope", sans-serif; }
.matrix h3 { margin: 22px 0 14px; }
.matrix p { margin-bottom: 0; color: var(--muted); }

.closing { padding-block: clamp(72px, 9vw, 112px); color: var(--ink); background: #edf2ee; border-top: 1px solid var(--line); }
.closing .section-number { color: var(--green); }
.closing-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.closing-grid h2 { margin-bottom: 0; font-size: clamp(2rem, 3.5vw, 3.75rem); }
.closing-grid p { margin-top: 0; color: var(--muted); font-size: 1.05rem; }
.button-light { margin-top: 28px; color: var(--forest); background: white; }

footer { padding: 68px 0 28px; color: #c9d0cb; background: #0c120e; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr; gap: clamp(45px, 7vw, 90px); }
.footer-brand { margin: 0; color: white; font: 600 1.6rem "Manrope", sans-serif; }
.footer-grid p { max-width: 500px; }
.footer-email { color: #8df0ae; text-decoration: none; }
.footer-column-title { margin: 2px 0 20px; color: #8df0ae; font: 700 .76rem/1.4 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links a { color: white; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible, .footer-email:hover, .footer-email:focus-visible { color: #8df0ae; }
.footer-market-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
.disclaimer { margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.14); font-size: .76rem; line-height: 1.5; }
.disclaimer p:first-child { max-width: 800px; }

.lightbox { width: min(96vw, 1500px); max-height: 96vh; padding: 46px 12px 12px; border: 0; background: #0b0e0c; }
.lightbox::backdrop { background: rgba(0,0,0,.9); }
.lightbox img { max-width: 100%; max-height: calc(96vh - 60px); margin: auto; object-fit: contain; }
.lightbox button { position: absolute; top: 12px; right: 16px; color: white; border: 0; background: none; font-weight: 700; cursor: pointer; }

@media (max-width: 1120px) {
  .shell { width: min(calc(100% - 30px), var(--max)); }
  .site-header { min-height: 88px; padding: 6px 15px; }
  .brand { width: 142px; height: 76px; }
  .brand img { height: 76px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; inset: 88px 0 auto; padding: 25px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  nav.open { display: flex; }
  .market-active::after { bottom: -5px; }
  .market-notice { right: 15px; left: 15px; text-align: center; }
  .hero-copy { padding-top: 65px; }
  .hero-story { grid-template-columns: 1fr; }
  .hero-intro { max-width: none; }
  .statement-grid, .feature, .catalog-heading, .impact-copy, .closing-grid, .footer-grid { grid-template-columns: 1fr; }
  .feature { gap: 38px; }
  .feature-reverse .media-card { order: 0; }
  .catalog-heading { gap: 20px; }
  .catalog-heading h2 { white-space: normal; }
  .comparison-grid, .matrix, .material-metrics, .hard-truth-details { grid-template-columns: 1fr; }
  .disclaimer { flex-direction: column; gap: 10px; }
}

@media (max-width: 560px) {
  .catalog-grid, .metrics { grid-template-columns: 1fr; }
  h1 { font-size: 1.3rem; }
  .hero-partnership { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .hero-platform-line { margin-top: 22px; font-size: 1.08rem; }
  h2 { font-size: 2.05rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .hero-image-message { right: 3%; top: 68%; font-size: clamp(.5rem, 2vw, .72rem); letter-spacing: .07em; }
}

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

/* Civic & Campaigns */
.civic-page {
  --civic-navy: #102747;
  --civic-blue: #1e4f86;
  --civic-red: #b33a3d;
  --civic-paper: #f5f7fa;
  --civic-line: rgba(16, 39, 71, .16);
  background: #fff;
}
.civic-header { background: rgba(255, 255, 255, .97); border-bottom-color: var(--civic-line); }
.civic-active { color: var(--civic-navy); }
.civic-active::after { background: var(--green); }
.civic-nav-cta { background: var(--civic-navy); }
.civic-hero { width: 100%; background: #e7ebf0; }
.civic-hero img { width: 100%; height: auto; display: block; cursor: zoom-in; }
.civic-introduction { padding-block: clamp(82px, 10vw, 150px); background: #fff; }
.civic-intro-inner { max-width: 1080px; text-align: center; }
.civic-kicker { margin: 0 0 22px; color: var(--green); font: 700 clamp(.82rem, 1.15vw, 1rem)/1.4 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.civic-introduction h1 { max-width: 1040px; color: var(--civic-navy); font-size: clamp(2.35rem, 5vw, 5rem); font-weight: 600; line-height: 1.07; letter-spacing: -.05em; }
.civic-lead-copy { max-width: 910px; margin: clamp(38px, 5vw, 64px) auto 0; display: grid; gap: 20px; color: #53606f; text-align: left; font-size: clamp(1.03rem, 1.25vw, 1.14rem); }
.civic-lead-copy p { margin: 0; }
.civic-lead-copy strong { color: var(--civic-navy); }
.civic-advantages { padding-block: clamp(84px, 11vw, 155px); background: var(--civic-paper); border-block: 1px solid var(--civic-line); }
.civic-section-heading { max-width: 960px; margin: 0 auto clamp(50px, 7vw, 84px); text-align: center; }
.civic-section-heading h2 { color: var(--civic-navy); }
.civic-advantage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.civic-advantage { min-height: 100%; padding: clamp(30px, 4vw, 48px); background: #fff; border: 1px solid var(--civic-line); }
.civic-advantage-featured { border-top: 4px solid var(--green); }
.civic-advantage span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--civic-navy); border-radius: 50%; font: 700 .8rem "Manrope", sans-serif; }
.civic-advantage h3 { margin: 24px 0 16px; color: var(--civic-navy); font-size: clamp(1.4rem, 2.1vw, 2.05rem); }
.civic-advantage p { margin: 0; color: #5d6875; font-size: 1.02rem; }
.civic-closing { padding-block: clamp(74px, 9vw, 120px); color: #fff; background: var(--civic-navy); }
.civic-closing .civic-kicker { color: #83e8a4; }
.civic-closing-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.civic-closing h2 { margin: 0; color: #ffffff; font-size: clamp(2.2rem, 4vw, 4.35rem); }
.civic-closing-grid > div:last-child p { margin-top: 0; color: #d7e0eb; font-size: 1.08rem; }
.civic-button { margin-top: 20px; color: var(--civic-navy); background: #83e8a4; }

@media (max-width: 780px) {
  .civic-advantage-grid, .civic-closing-grid { grid-template-columns: 1fr; }
  .civic-lead-copy { text-align: left; }
}

/* Faith & Community */
.faith-page { --faith-gold: #a77928; --faith-deep: #392d1d; --faith-cream: #f7f1e6; --faith-line: rgba(126, 91, 34, .2); background: #fffdf8; }
.faith-header { background: rgba(255, 253, 248, .97); border-bottom-color: var(--faith-line); }
.faith-active { color: var(--faith-deep); }
.faith-active::after { background: var(--faith-gold); }
.faith-nav-cta { background: var(--faith-deep); }
.faith-hero { width: 100%; background: #eee4d4; }
.faith-hero img { width: 100%; height: auto; cursor: zoom-in; }
.faith-introduction { padding-block: clamp(78px, 10vw, 145px); background: #fffdf8; }
.faith-intro-inner { max-width: 1060px; text-align: center; }
.faith-kicker { margin: 0 0 22px; color: var(--faith-gold); font: 700 clamp(.82rem, 1.15vw, 1rem)/1.4 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.faith-introduction h1 { max-width: 1040px; color: var(--faith-deep); font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 600; line-height: 1.07; letter-spacing: -.05em; }
.faith-lead-copy { max-width: 900px; margin: clamp(38px, 5vw, 64px) auto 0; display: grid; gap: 20px; color: #665a49; text-align: left; font-size: clamp(1.03rem, 1.25vw, 1.14rem); }
.faith-lead-copy p { margin: 0; }
.faith-lead-copy strong { color: var(--faith-deep); }
.faith-advantages { padding-block: clamp(82px, 11vw, 155px); background: var(--faith-cream); border-block: 1px solid var(--faith-line); }
.faith-section-heading { max-width: 920px; margin: 0 auto clamp(48px, 7vw, 82px); text-align: center; }
.faith-section-heading h2 { color: var(--faith-deep); }
.faith-advantage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.faith-advantage { min-height: 100%; padding: clamp(30px, 4vw, 48px); background: rgba(255, 253, 248, .88); border: 1px solid var(--faith-line); }
.faith-advantage-featured { background: #fff; border-top: 4px solid var(--faith-gold); }
.faith-advantage-wide { grid-column: 1 / -1; display: grid; grid-template-columns: auto minmax(240px, .7fr) minmax(320px, 1.3fr); align-items: start; gap: 28px; }
.faith-advantage span { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: #fff; background: var(--faith-gold); border-radius: 50%; font: 700 .8rem "Manrope", sans-serif; }
.faith-advantage h3 { margin: 24px 0 16px; color: var(--faith-deep); font-size: clamp(1.45rem, 2.2vw, 2.15rem); }
.faith-advantage p { margin: 0; color: #6b604f; font-size: 1.02rem; }
.faith-advantage-wide h3 { margin: 4px 0 0; }
.faith-closing { padding-block: clamp(72px, 9vw, 118px); color: #fff; background: var(--faith-deep); }
.faith-closing .faith-kicker { color: #e4c27e; }
.faith-closing-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); align-items: center; gap: clamp(48px, 8vw, 100px); }
.faith-closing h2 { margin: 0; color: #fff; font-size: clamp(2.2rem, 4vw, 4.35rem); }
.faith-closing-grid > div:last-child p { margin-top: 0; color: #e8dfd1; font-size: 1.08rem; }
.faith-button { margin-top: 20px; color: var(--faith-deep); background: #e4c27e; }

@media (max-width: 780px) {
  .faith-advantage-grid, .faith-closing-grid { grid-template-columns: 1fr; }
  .faith-advantage-wide { grid-column: auto; display: block; }
  .faith-advantage-wide h3 { margin-top: 24px; }
  .faith-lead-copy { text-align: left; }
}

/* Our Story */
.story-page { background: #fbfaf6; }
.story-header { background: rgba(251, 250, 246, .97); }
.story-hero { padding-block: clamp(105px, 14vw, 210px); color: #fff; background: linear-gradient(128deg, #07150e 0%, #0b3822 58%, #12643a 100%); position: relative; overflow: hidden; }
.story-hero::after { content: ""; width: min(48vw, 680px); aspect-ratio: 1; position: absolute; right: -12%; bottom: -58%; border: 1px solid rgba(124, 237, 159, .26); border-radius: 50%; box-shadow: 0 0 0 75px rgba(124, 237, 159, .035), 0 0 0 150px rgba(124, 237, 159, .025); }
.story-hero-inner { position: relative; z-index: 1; text-align: center; }
.story-kicker { margin: 0 0 26px; color: #83e8a4; font: 700 .82rem/1.4 "Manrope", sans-serif; letter-spacing: .17em; text-transform: uppercase; }
.story-hero h1 { max-width: 1080px; color: #fff; font-size: clamp(2.7rem, 6vw, 6.3rem); font-weight: 600; line-height: 1.01; }
.story-hero-lead { max-width: 760px; margin: 38px auto 0; color: #d6e7dc; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.story-foundation { padding-block: clamp(88px, 11vw, 160px); }
.story-split { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(55px, 9vw, 140px); align-items: start; }
.story-index { margin: 0 0 20px; color: var(--green); font: 700 .78rem/1.4 "Manrope", sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.story-chapter-heading h2 { color: var(--forest); font-size: clamp(2.5rem, 4.5vw, 5rem); }
.founder-portrait { width: min(100%, 290px); margin: 38px 0 0; padding: 12px; background: #fff; border: 1px solid var(--line); }
.founder-portrait img { width: 100%; height: auto; }
.founder-portrait figcaption { padding: 16px 8px 5px; color: var(--forest); font: 700 .74rem/1.45 "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.story-copy { color: var(--muted); font-size: 1.06rem; }
.story-copy p { margin-top: 0; margin-bottom: 24px; }
.story-copy .story-lead { color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.story-turning-point { padding-block: clamp(88px, 11vw, 160px); background: #eaf1ec; border-block: 1px solid var(--line); }
.story-turning-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.story-stadium-image { margin: 0; background: #0d1711; }
.story-stadium-image img { width: 100%; height: auto; cursor: zoom-in; }
.story-stadium-image figcaption { margin: 0; padding: 26px clamp(24px, 4vw, 42px) 30px; color: #fff; background: var(--forest); text-align: center; font: 600 clamp(1.35rem, 2.4vw, 2.4rem)/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.story-turning-point h2 { color: var(--forest); font-size: clamp(2.35rem, 4vw, 4.35rem); }
.story-today { padding-block: clamp(90px, 12vw, 170px); }
.story-today-heading { max-width: 920px; margin: 0 auto clamp(50px, 7vw, 86px); text-align: center; }
.story-today-heading h2 { color: var(--forest); }
.story-today-heading > p:last-child { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 1.1rem; }
.story-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.story-pillars article { padding: 36px 30px; background: var(--ivory); border-top: 3px solid var(--green); }
.story-pillars span { color: var(--green); font: 700 .78rem "Manrope", sans-serif; letter-spacing: .12em; }
.story-pillars h3 { margin: 24px 0 16px; color: var(--forest); font-size: clamp(1.35rem, 1.9vw, 1.8rem); }
.story-pillars p { margin: 0; color: var(--muted); }
.story-legacy-note { max-width: 930px; margin: clamp(44px, 6vw, 72px) auto 0; padding: clamp(30px, 5vw, 52px); color: var(--ink); background: #eaf1ec; border-left: 4px solid var(--green); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.6; }
.story-legacy-note p { margin: 0; }
.story-closing { padding-block: clamp(90px, 12vw, 160px); background: #101713; text-align: center; }
.story-closing-inner { max-width: 900px; }

/* Live Events */
.events-page { --event-green: #56df7e; background: #f8faf8; }
.events-header { background: rgba(249, 251, 249, .97); }
.events-active { color: #174932; }
.events-active::after { background: linear-gradient(90deg, #2776ff, var(--event-green)); }
.events-nav-cta { background: #113c29; }
.events-hero { width: 100%; background: #05090d; }
.events-hero img { width: 100%; height: auto; cursor: zoom-in; }
.events-introduction { padding-block: clamp(78px, 10vw, 145px); background: #fff; }
.events-intro-inner { max-width: 1060px; text-align: center; }
.events-kicker { margin: 0 0 22px; color: #168d49; font: 700 .88rem/1.4 "Manrope", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.events-introduction h1 { max-width: 1000px; color: #123d2a; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 600; line-height: 1.06; }
.events-introduction p:last-child { max-width: 900px; margin: 46px auto 0; color: #5e6761; text-align: left; font-size: 1.1rem; }
.story-closing h2 { color: #fff; font-size: clamp(2.5rem, 5vw, 5.25rem); }
.story-closing-inner > p:not(.story-kicker) { max-width: 720px; margin: 0 auto 34px; color: #cbd7cf; font-size: 1.08rem; }
.story-closing .button-primary { background: var(--green); }

@media (max-width: 900px) {
  .story-split, .story-turning-grid { grid-template-columns: 1fr; }
  .story-quote { min-height: 390px; }
  .story-pillars { grid-template-columns: 1fr; }
}
