@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap";:root{--ink: #17211f;--paper: #f5f0e7;--paper-2: #fffaf0;--green: #183f39;--green-2: #23564c;--accent: #e3b23c;--accent-dark: #735500;--accent-hover: #c99a26;--on-accent: var(--ink);--accent-shadow: rgba(115, 85, 0, .2);--accent-ring: rgba(227, 178, 60, .2);--contact-button-bg: var(--green);--contact-button-color: white;--campaign-coral: #e98573;--gold: #f2c66d;--blue: #88b9be;--muted: #6d746f;--line: rgba(23, 33, 31, .18);--serif: "Newsreader", Georgia, serif;--sans: "DM Sans", Arial, sans-serif;--max: 1240px;--radius: 26px;color:var(--ink);font-family:var(--sans);font-synthesis:none;text-rendering:optimizeLegibility}:root[data-theme=coral]{--accent: #eb6654;--accent-dark: #a93e31;--accent-hover: #d65343;--on-accent: white;--accent-shadow: rgba(169, 62, 49, .22);--accent-ring: rgba(235, 102, 84, .18);--contact-button-bg: white;--contact-button-color: #a93e31}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink)}body,button,a{font-family:var(--sans)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{color:inherit}.skip-link{position:fixed;top:10px;left:10px;z-index:999;padding:12px 16px;background:#fff;border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid var(--accent-dark);outline-offset:3px}.site-header{position:fixed;z-index:100;inset:0 0 auto;height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0 max(24px,calc((100vw - var(--max)) / 2));transition:background .25s ease,box-shadow .25s ease,height .25s ease}.site-header.is-scrolled{height:68px;background:#f5f0e7eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px #17211f1a}.wordmark{display:inline-flex;align-items:center;gap:11px;min-height:48px}.wordmark>span,.footer-brand>span{display:grid;place-items:center;width:38px;aspect-ratio:1;border-radius:50%;background:var(--ink);color:var(--paper-2);font-family:var(--serif);font-size:18px}.wordmark strong{font-size:15px;letter-spacing:-.02em;white-space:nowrap}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:clamp(18px,2.2vw,34px)}.desktop-nav a{position:relative;padding:14px 0;font-size:14px;font-weight:600}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:9px;height:2px;background:var(--accent);transition:right .22s ease}.desktop-nav a:hover:after{right:0}.header-cta{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 18px;border:1px solid var(--ink);border-radius:999px;font-size:13px;font-weight:700;transition:.2s ease}.header-cta svg{width:17px}.header-cta:hover{background:var(--ink);color:#fff}.menu-button{display:none;justify-self:end;width:48px;height:48px;place-items:center;border:0;border-radius:50%;background:var(--ink);color:#fff;cursor:pointer}.mobile-nav{display:none}.hero{position:relative;min-height:860px;padding:142px max(24px,calc((100vw - var(--max)) / 2)) 72px;display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(48px,7vw,100px);align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(24,63,57,.11);border-radius:50%;left:-300px;top:130px;box-shadow:0 0 0 90px #183f3906,0 0 0 190px #183f3905}.hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E")}.hero-copy,.hero-visual{position:relative;z-index:1}.candidate-label{display:inline-flex;align-items:center;gap:10px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fffaf073;font-size:11px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-ring)}h1,h2,h3,p{margin-top:0}.hero h1{margin:30px 0 26px;max-width:750px;font-family:var(--serif);font-size:clamp(64px,7vw,108px);font-weight:500;line-height:.88;letter-spacing:-.055em}.hero h1 em{color:var(--accent-dark);font-weight:400}.hero-lead{max-width:640px;color:#404a46;font-size:clamp(17px,1.35vw,20px);line-height:1.62}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:36px;flex-wrap:wrap}.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:11px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease}.button svg{width:18px}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--on-accent);background:var(--accent);box-shadow:0 12px 28px var(--accent-shadow)}.button-primary:hover{background:var(--accent-hover)}.text-link{display:inline-flex;min-height:46px;align-items:center;gap:10px;font-size:14px;font-weight:700;border-bottom:1px solid var(--ink)}.text-link svg{width:17px}.hero-visual{min-height:640px;display:grid;place-items:center;isolation:isolate}.portrait-frame{position:relative;z-index:1;width:min(100%,475px);height:640px;border-radius:38px 118px 42px 102px;overflow:hidden;background:#171513;box-shadow:0 38px 80px #1c1f1c33}.portrait-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(6,8,8,.58) 0,transparent 38%)}.portrait-frame>img{width:100%;height:100%;object-fit:cover;object-position:50% 20%}.portrait-caption{position:absolute;z-index:2;left:30px;bottom:28px;color:#fff;display:flex;align-items:flex-end;gap:13px}.portrait-caption span{margin-bottom:8px;padding:5px 8px;border:1px solid rgba(255,255,255,.55);border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.14em}.portrait-caption strong{font-family:var(--serif);font-size:34px;font-weight:500;line-height:.85}.experience-stamp{position:absolute;z-index:3;top:38px;left:-10px;width:146px;height:146px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:50%;background:var(--accent);color:var(--on-accent);rotate:-7deg;box-shadow:0 18px 34px var(--accent-shadow)}.experience-stamp strong{font-family:var(--serif);font-size:61px;font-weight:500;line-height:1}.experience-stamp span{font-size:11px;font-weight:700;line-height:1.25;text-transform:uppercase}.region-mark{position:absolute;z-index:4;right:-18px;bottom:82px;width:195px;padding:16px 18px 13px;background:#fffaf0f5;border:1px solid rgba(255,255,255,.72);border-radius:18px;box-shadow:0 16px 36px #17211f29;will-change:transform}.region-mark img{width:100%;max-height:42px;object-fit:contain;object-position:left center}.region-mark span{display:block;margin-top:7px;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.hero-orbit{position:absolute;z-index:0;border-radius:50%;pointer-events:none}.hero-orbit-one{width:520px;height:520px;border:1px dashed rgba(24,63,57,.16);rotate:-12deg}.hero-orbit-two{width:12px;height:12px;right:12px;top:178px;background:var(--gold);box-shadow:0 0 0 7px #f2c66d2e}.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:0 max(24px,calc((100vw - var(--max)) / 2))}.trust-strip>div{min-height:146px;padding:30px clamp(16px,2vw,32px);display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line)}.trust-strip>div:last-child{border-right:1px solid var(--line)}.trust-strip strong{font-family:var(--serif);font-size:31px;font-weight:600}.trust-strip span{margin-top:5px;color:var(--muted);font-size:12px;line-height:1.4}.section{padding:120px max(24px,calc((100vw - var(--max)) / 2))}.section-kicker{display:flex;align-items:center;gap:9px;margin-bottom:22px;color:var(--accent-dark);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.section-kicker svg{width:16px}.section-kicker.light{color:var(--gold)}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,10vw,150px)}.intro h2,.program-heading h2,.timeline-heading h2,.region-copy h2,.podcast-heading h2,.blog-heading h2,.contact-section h2{font-family:var(--serif);font-size:clamp(48px,5.6vw,78px);font-weight:500;line-height:.98;letter-spacing:-.045em}.intro-copy{max-width:680px}.intro-copy p{color:#4d5652;font-size:16px;line-height:1.72}.intro-copy .lead-serif{color:var(--ink);font-family:var(--serif);font-size:clamp(24px,2.4vw,34px);line-height:1.28}.intro-copy blockquote{margin:38px 0 0;padding:24px 28px;border-left:4px solid var(--accent);background:#ffffff61;font-family:var(--serif);font-size:22px;line-height:1.35}.manifest-section{max-width:var(--max);margin:0 auto 120px;display:grid;grid-template-columns:.7fr 1.3fr;gap:52px;align-items:center;padding:30px 24px}.manifest-copy>span{color:var(--accent-dark);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.manifest-copy h2{margin:18px 0;font-family:var(--serif);font-size:clamp(36px,4vw,54px);line-height:1;font-weight:500;letter-spacing:-.04em}.manifest-copy p{color:var(--muted);line-height:1.7}.manifest-player{overflow:hidden;aspect-ratio:16/9;border-radius:var(--radius);box-shadow:0 26px 50px #183f3933;background:var(--green)}.manifest-player>div{width:100%!important;height:100%!important}.manifest-static{height:100%;display:grid;place-content:center;padding:40px;background:var(--green);color:#fff}.manifest-static strong{font-family:var(--serif);font-size:64px}.manifest-static span{color:var(--gold)}.program-section{background:var(--green);color:#fff;display:grid;grid-template-columns:.68fr 1.32fr;align-items:start;gap:clamp(50px,8vw,110px)}.program-heading{position:sticky;top:120px}.program-heading p{max-width:480px;color:#ffffffad;font-size:16px;line-height:1.65}.program-cards{display:grid;gap:24px}.program-card{position:sticky;min-height:410px;padding:clamp(28px,4vw,48px);border-radius:var(--radius);color:var(--ink);box-shadow:0 20px 50px #0000002e}.program-card:nth-child(1){top:102px}.program-card:nth-child(2){top:118px}.program-card:nth-child(3){top:134px}.program-card:nth-child(4){top:150px}.program-card.coral{background:var(--campaign-coral)}.program-card.green{background:#d5e4d5}.program-card.gold{background:var(--gold)}.program-card.blue{background:var(--blue)}.program-card-top{display:flex;justify-content:space-between;color:#17211fa8}.program-card-top span{font-family:var(--serif);font-size:24px}.program-card-top svg{width:32px;height:32px;stroke-width:1.5}.program-card h3{margin:52px 0 12px;max-width:550px;font-family:var(--serif);font-size:clamp(40px,4.5vw,64px);line-height:1;font-weight:500;letter-spacing:-.04em}.program-card>p{font-size:17px;font-weight:600}.program-card ul{margin:28px 0 0;padding:0;display:grid;gap:13px;list-style:none}.program-card li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.4}.program-card li svg{flex:0 0 auto;width:17px;margin-top:1px}.timeline-section{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(50px,10vw,140px)}.timeline-heading{position:sticky;top:110px;align-self:start}.timeline-heading p{max-width:440px;color:var(--muted);line-height:1.7}.timeline{border-top:1px solid var(--line)}.timeline-item{display:grid;grid-template-columns:70px 18px 1fr;gap:16px;min-height:86px;align-items:center;border-bottom:1px solid var(--line)}.timeline-item time{color:var(--accent-dark);font-family:var(--serif);font-size:24px;font-weight:600;font-variant-numeric:tabular-nums}.timeline-dot{width:10px;height:10px;border:2px solid var(--green);border-radius:50%;box-shadow:0 0 0 5px #183f3914}.timeline-item:last-child .timeline-dot{background:var(--accent);border-color:var(--accent-dark)}.timeline-item p{margin:0;font-size:15px;font-weight:600}.region-section{background:#e8ded0}.region-copy{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(48px,9vw,120px);align-items:end;margin-bottom:58px}.region-copy h2{margin-bottom:0;max-width:760px}.region-copy-detail>p{color:#4d5652;font-size:17px;line-height:1.72}.mini-points{margin-top:30px;display:grid;gap:12px}.mini-points span{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700}.mini-points svg{width:20px;color:var(--accent-dark)}.community-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(2,clamp(245px,23vw,320px)) clamp(300px,28vw,390px);gap:18px}.community-photo{position:relative;margin:0;overflow:hidden;border-radius:22px;background:#d8cec0;box-shadow:0 16px 34px #17211f1c}.community-photo img{width:100%;height:100%;object-fit:cover;transition:scale .35s ease}.community-photo:hover img{scale:1.018}.community-photo figcaption{position:absolute;left:16px;bottom:16px;max-width:calc(100% - 32px);padding:9px 13px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:#111716c2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:700;line-height:1.25}.gallery-region{grid-column:1 / span 7;grid-row:1 / span 2}.gallery-sport{grid-column:8 / -1;grid-row:1}.gallery-learning{grid-column:8 / -1;grid-row:2}.gallery-community{grid-column:1 / span 5;grid-row:3}.gallery-collage{grid-column:6 / -1;grid-row:3}.gallery-region img{object-position:50% 48%}.gallery-sport img{object-position:50% 34%}.gallery-learning img{object-position:50% 44%}.gallery-community img{object-position:50% 46%}.gallery-collage img{object-position:center}.podcast-section{background:#202724;color:#fff}.podcast-heading{display:grid;grid-template-columns:1fr .65fr;gap:50px;align-items:end;margin-bottom:58px}.podcast-heading h2{margin-bottom:0}.podcast-heading p{max-width:480px;color:#ffffffa3;line-height:1.7}.podcast-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.podcast-card{padding:25px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#ffffff0a}.podcast-card>span{color:var(--gold);font-family:var(--serif);font-size:22px}.podcast-card h3{min-height:50px;margin:34px 0 20px;font-family:var(--serif);font-size:26px;font-weight:500}.podcast-card iframe{border:0;border-radius:12px;display:block}.podcast-feature{margin-top:22px;min-height:186px;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:clamp(24px,4vw,52px);padding:18px 24px 18px 18px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#ffffff0a;transition:background .25s ease,border-color .25s ease,transform .25s ease}.podcast-feature:hover{transform:translateY(-3px);border-color:#f2c66d7a;background:#ffffff12}.podcast-feature-image{height:150px;overflow:hidden;border-radius:14px;background:#111716}.podcast-feature-image img{width:100%;height:100%;object-fit:cover;object-position:50% 24%;transition:transform .4s ease}.podcast-feature:hover .podcast-feature-image img{transform:scale(1.025)}.podcast-feature-copy{display:grid;gap:10px}.podcast-feature-source{display:flex;align-items:center;gap:8px;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.podcast-feature-source svg{width:17px;height:17px}.podcast-feature-source i{margin-left:5px;color:#ffffff80;font-style:normal;letter-spacing:.04em}.podcast-feature-copy strong{font-family:var(--serif);font-size:clamp(28px,3vw,40px);font-weight:500;line-height:1.05;letter-spacing:-.025em}.podcast-feature-copy>span:last-child{max-width:660px;color:#ffffffa8;font-size:14px;line-height:1.55}.podcast-feature-action{min-height:48px;display:inline-flex;align-items:center;gap:9px;padding:0 17px;border-radius:999px;background:var(--gold);color:var(--ink);font-size:12px;font-weight:700;white-space:nowrap}.podcast-feature-action svg{width:16px;height:16px}.blog-heading{display:grid;grid-template-columns:1fr .7fr;gap:50px;align-items:end;margin-bottom:44px}.blog-heading h2{margin-bottom:0}.blog-heading>p{color:var(--muted);line-height:1.7}.article-list{border-top:1px solid var(--line)}.article-row{border-bottom:1px solid var(--line)}.article-row>button{width:100%;min-height:146px;padding:24px 0;display:grid;grid-template-columns:64px 1fr 48px;gap:20px;align-items:center;border:0;background:transparent;text-align:left;cursor:pointer}.article-row>button:hover .article-main strong{color:var(--accent-dark)}.article-index{color:var(--muted);font-family:var(--serif);font-size:22px}.article-main{display:grid;gap:7px}.article-main small{color:var(--accent-dark);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.article-main strong{font-family:var(--serif);font-size:clamp(25px,2.6vw,38px);font-weight:500;line-height:1.1;transition:color .2s ease}.article-main>span{color:var(--muted);font-size:14px;line-height:1.5}.article-chevron{justify-self:end;transition:rotate .25s ease}.article-row.expanded .article-chevron{rotate:180deg}.article-content{overflow:hidden}.article-content p{max-width:760px;margin:0 auto 42px 84px;color:#46504c;font-size:16px;line-height:1.75}.contact-section{padding:100px max(24px,calc((100vw - var(--max)) / 2));display:grid;grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;background:var(--accent);color:var(--on-accent)}.contact-section>div>span:first-child{display:block;margin-bottom:22px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.contact-section h2{margin-bottom:0}.contact-actions{display:grid;gap:17px;justify-items:start}.button-light{background:var(--contact-button-bg);color:var(--contact-button-color)}.contact-line{display:flex;align-items:center;gap:11px;font-size:14px;font-weight:600}.contact-line svg{width:18px}footer{padding:60px max(24px,calc((100vw - var(--max)) / 2)) 120px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;background:#111716;color:#fff}.footer-brand{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center}.footer-brand>span{grid-row:1 / 3;background:#fff;color:var(--ink)}.footer-brand strong{font-size:16px}.footer-brand small{color:#ffffff8f;font-size:10px}.socials{display:flex;gap:10px}.socials a{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;transition:background .2s ease,color .2s ease;font-weight:700}.socials a:hover{background:#fff;color:var(--ink)}.socials svg{width:18px}footer>p{grid-column:1 / -1;margin:0;padding-top:28px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff73;font-size:11px}.theme-switcher{position:fixed;z-index:90;right:24px;bottom:22px;display:flex;align-items:center;gap:8px;padding:7px;border:1px solid var(--line);border-radius:999px;background:#fffaf0f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 16px 40px #17211f29}.theme-switcher-label{display:flex;align-items:center;gap:7px;padding:0 7px;color:var(--ink);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.theme-switcher-label svg{width:16px;height:16px;color:var(--accent-dark)}.theme-options{display:flex;gap:3px}.theme-options button{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:999px;background:transparent;color:var(--ink);font-size:12px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.theme-options button:hover{transform:translateY(-1px)}.theme-options button.active{background:var(--ink);color:#fff}.theme-swatch{width:12px;height:12px;border:1px solid rgba(23,33,31,.18);border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff59}.theme-swatch.yellow{background:#e3b23c}.theme-swatch.coral{background:#eb6654}body,.button-primary,.experience-stamp,.contact-section,.button-light,.section-kicker,.timeline-item time,.theme-switcher-label svg{transition:background-color .25s ease,color .25s ease,box-shadow .25s ease}@media(max-width:1050px){.desktop-nav{display:none}.site-header{grid-template-columns:auto 1fr auto auto}.header-cta{justify-self:end}.menu-button{display:grid}.mobile-nav{position:absolute;display:grid;top:72px;left:20px;right:20px;padding:18px;border-radius:18px;background:var(--paper-2);box-shadow:0 18px 50px #17211f2e}.mobile-nav a{display:flex;align-items:center;min-height:50px;padding:0 10px;border-bottom:1px solid var(--line);font-weight:600}.mobile-nav a:last-child{border:0}.hero{grid-template-columns:1fr 1fr;gap:36px}.hero h1{font-size:clamp(58px,8vw,82px)}.portrait-frame{height:570px}.experience-stamp{left:0;width:124px;height:124px}.experience-stamp strong{font-size:50px}.program-section{grid-template-columns:1fr}.program-heading{position:static;max-width:700px}.timeline-section{gap:60px}.region-copy{grid-template-columns:1fr 1fr;gap:54px}}@media(max-width:780px){.site-header{padding:0 18px}.wordmark strong,.header-cta{display:none}.site-header{grid-template-columns:auto 1fr auto}.hero{min-height:auto;padding:116px 20px 62px;grid-template-columns:1fr;gap:50px}.hero-copy{display:contents}.candidate-label{grid-row:1;justify-self:start;line-height:1.35}.hero h1{grid-row:2;margin:0;font-size:clamp(54px,16vw,78px)}.hero-lead{grid-row:4}.hero-actions{grid-row:5;margin-top:4px}.hero-visual{grid-row:3;min-height:540px}.portrait-frame{width:88%;max-width:440px;height:540px}.experience-stamp{left:0;top:24px}.region-mark{right:0;bottom:112px}.hero-orbit-one{width:470px;height:470px}.trust-strip{grid-template-columns:1fr 1fr;padding:0 20px}.trust-strip>div{min-height:122px;border-bottom:1px solid var(--line)}.section{padding:84px 20px}.intro-grid,.timeline-section,.podcast-heading,.blog-heading,.contact-section{grid-template-columns:1fr}.manifest-section{margin-bottom:80px;grid-template-columns:1fr}.timeline-heading{position:static}.region-copy{grid-template-columns:1fr;gap:28px;margin-bottom:42px}.community-gallery{grid-template-columns:1fr;grid-template-rows:none;gap:14px}.community-photo,.gallery-region,.gallery-sport,.gallery-learning,.gallery-community,.gallery-collage{grid-column:1;grid-row:auto;aspect-ratio:4 / 3}.gallery-sport,.gallery-collage{aspect-ratio:1 / 1}.podcast-grid{grid-template-columns:1fr}.podcast-card h3{min-height:auto}.podcast-feature{grid-template-columns:126px 1fr;align-items:stretch;gap:20px;padding:16px}.podcast-feature-image{height:100%;min-height:154px}.podcast-feature-action{grid-column:2;justify-self:start}.article-row>button{grid-template-columns:46px 1fr 28px;gap:10px}.article-main>span{display:none}.article-content p{margin-left:56px}.contact-section{padding:80px 20px}footer{grid-template-columns:1fr;padding:50px 20px 116px}}@media(max-width:480px){.podcast-feature{grid-template-columns:1fr;gap:18px}.podcast-feature-image{height:210px}.podcast-feature-source{align-items:flex-start;flex-wrap:wrap}.podcast-feature-source i{flex-basis:100%;margin-left:25px}.podcast-feature-action{grid-column:1;width:100%;justify-content:center}.theme-switcher{left:10px;right:10px;bottom:10px;justify-content:space-between}.theme-switcher-label{padding-left:9px}.theme-options{flex:1}.theme-options button{flex:1;justify-content:center;padding-inline:9px}.candidate-label{font-size:9px}.hero h1{font-size:clamp(50px,15.5vw,68px)}.hero-actions{align-items:stretch;flex-direction:column;gap:14px}.button{width:100%}.text-link{justify-content:center;border:0}.hero-visual{min-height:490px}.portrait-frame{width:92%;height:490px;border-radius:28px 86px 30px 76px}.experience-stamp{width:108px;height:108px}.experience-stamp strong{font-size:44px}.experience-stamp span{font-size:9px}.region-mark{right:-2px;width:158px;bottom:120px;padding:12px 13px 10px}.portrait-caption{left:24px;bottom:22px}.portrait-caption strong{font-size:29px}.hero-orbit-one{width:410px;height:410px}.hero-orbit-two{right:5px;top:155px}.trust-strip{grid-template-columns:1fr}.trust-strip>div{border-right:1px solid var(--line)}.manifest-section{padding-inline:20px}.program-card{min-height:450px}.program-card h3{margin-top:44px;font-size:42px}.timeline-item{grid-template-columns:60px 14px 1fr;gap:10px}.article-row>button{min-height:125px;grid-template-columns:38px 1fr 24px}.article-content p{margin-left:48px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.program-card{position:relative;top:auto!important}}
