/*
Theme Name: Wolves Archery Academy Editable 2026
Theme URI: https://wolvesarchery.com/
Author: Wolves Archery Academy
Description: A lightweight, high-energy academy theme for Riverpointe Wolves Archery.
Version: 2.4.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: wolves-archery
*/

:root {
	--ink: #02182d;
	--navy: #03213c;
	--blue: #1ec7ff;
	--blue-2: #76ddff;
	--white: #ffffff;
	--paper: #f8fbfd;
	--text: #071b4e;
	--muted: #52677c;
	--line: #bad7e7;
	--shell: min(1440px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--text); background: var(--paper); font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif; }
body.admin-bar .site-header { top: 32px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.45; }
.site-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 12px 18px; background: white; color: var(--ink); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; height: 86px; color: white; background: linear-gradient(90deg, rgba(2,24,45,.62), rgba(2,24,45,.88)); border-bottom: 1px solid rgba(30,199,255,.18); backdrop-filter: blur(8px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 24px; }
.brand { align-self: stretch; display: flex; align-items: center; }
.brand img { width: 235px; height: 118px; object-fit: contain; transform: translateY(11px); filter: drop-shadow(0 7px 8px rgba(0,0,0,.35)); }
.primary-nav { display: block; }
.primary-nav-list { display: flex; justify-content: center; gap: clamp(14px, 1.7vw, 30px); margin: 0; padding: 0; list-style: none; }
.primary-nav-list > li { position: relative; }
.primary-nav a { position: relative; padding: 32px 0 28px; font-size: 13px; font-weight: 800; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--blue); transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current-menu-ancestor > a::after { right: 0; }
.primary-nav .sub-menu { position: absolute; z-index: 100; top: calc(100% - 12px); left: 50%; min-width: 220px; margin: 0; padding: 10px 0; visibility: hidden; opacity: 0; list-style: none; background: var(--ink); border: 1px solid rgba(30,199,255,.34); box-shadow: 0 16px 34px rgba(0,0,0,.28); transform: translate(-50%,10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%,0); }
.primary-nav .sub-menu a { display: block; padding: 12px 18px; white-space: nowrap; }
.primary-nav .sub-menu a::after { left: 18px; right: calc(100% - 18px); bottom: 7px; }
.primary-nav .sub-menu a:hover::after, .primary-nav .sub-menu .current-menu-item > a::after { right: 18px; }
.menu-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.7); color: white; background: transparent; font-size: 0; cursor: pointer; }
.menu-toggle::before { content: "\2630"; font-size: 24px; line-height: 1; }
.menu-toggle[aria-expanded="true"]::before { content: "\00d7"; font-size: 30px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 28px; border: 1px solid var(--blue); background: var(--blue); color: var(--ink); font-size: 14px; font-weight: 900; box-shadow: 5px 5px 0 rgba(255,255,255,.15); transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease; }
.btn:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 rgba(255,255,255,.18); }
.btn-small { min-height: 44px; padding-inline: 24px; box-shadow: none; }
.btn-outline { color: white; background: transparent; border-color: rgba(255,255,255,.85); box-shadow: none; }
.btn-outline:hover { color: var(--blue); border-color: var(--blue); box-shadow: none; }
.btn-dark { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 5px 5px 0 rgba(30,199,255,.35); }

.hero { position: relative; min-height: 690px; overflow: hidden; display: flex; align-items: center; color: white; background: var(--ink); }
.hero-photo { position: absolute; inset: 0; left: 28%; background-position: center 34%; background-size: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #02182d 0%, rgba(2,24,45,.99) 31%, rgba(2,24,45,.78) 48%, rgba(2,24,45,.12) 76%), linear-gradient(0deg, rgba(2,24,45,.7), transparent 45%); }
.hero-brush { position: absolute; width: 660px; height: 290px; left: -70px; top: 120px; opacity: .7; background: repeating-linear-gradient(167deg, transparent 0 22px, rgba(30,199,255,.75) 24px 29px, transparent 31px 49px); clip-path: polygon(0 22%, 92% 0, 78% 100%, 3% 84%); transform: rotate(-3deg); }
.hero-inner { position: relative; z-index: 2; padding-top: 93px; }
.hero-copy { width: min(600px, 50vw); }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 14px; font-weight: 900; letter-spacing: .26em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(72px, 7.5vw, 116px); font-style: italic; font-weight: 900; letter-spacing: -.045em; line-height: .82; text-transform: uppercase; text-shadow: 0 4px 0 rgba(0,0,0,.25); transform: skew(-3deg); }
.hero h1 em { color: var(--blue); font-style: inherit; }
.hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 28px 0 0; color: #eff8fc; font-size: clamp(17px, 1.4vw, 21px); }
.hero-actions { display: flex; gap: 18px; margin-top: 30px; }
.hero-mantra { position: absolute; right: 18px; bottom: 55px; width: 250px; color: white; font-family: Impact, "Arial Black", sans-serif; font-size: 41px; font-style: italic; line-height: .88; text-align: center; text-transform: uppercase; text-shadow: 0 3px 0 var(--ink); transform: rotate(-8deg); }
.hero-mantra::after { content: ""; display: block; width: 170px; height: 8px; margin: 13px auto 0; background: var(--blue); transform: skew(-24deg); }

.trust-bar { color: white; background: var(--ink); border-top: 1px solid rgba(30,199,255,.32); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; min-height: 112px; align-items: center; justify-content: center; gap: 15px; padding: 20px; border-right: 1px solid rgba(30,199,255,.42); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { min-width: 48px; color: var(--blue); font-size: 39px; font-weight: 400; text-align: center; }
.trust-grid span { color: #b8cedc; font-size: 12px; }
.trust-grid strong { display: block; margin-bottom: 4px; color: white; font-size: 14px; text-transform: uppercase; }

.programs { position: relative; padding-bottom: 40px; background: white; }
.programs::after, .site-footer::before { content: ""; position: absolute; inset: auto 0 0; height: 100px; pointer-events: none; opacity: .12; background: repeating-linear-gradient(170deg, transparent 0 13px, var(--blue) 14px 16px, transparent 17px 34px); }
.program-photo-grid { display: grid; grid-template-columns: 1fr 1.05fr 1.35fr; height: 310px; overflow: hidden; border-top: 8px solid white; }
.program-visual { position: relative; overflow: hidden; margin-top: -5px; border-right: 10px solid white; transform: skew(-7deg); }
.program-visual:last-child { border-right: 0; }
.program-visual img { width: 120%; height: 100%; max-width: none; object-fit: cover; transform: skew(7deg) translateX(-7%); transition: transform .4s ease; }
.program-visual:hover img { transform: skew(7deg) translateX(-7%) scale(1.04); }
.program-visual-one img { object-position: 58% 48%; }
.program-visual-two img { object-position: 50% 52%; }
.program-visual-three img { object-position: 50% 24%; }
.program-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(2,24,45,.8), transparent); }
.program-visual strong { position: absolute; z-index: 2; left: 34px; bottom: 18px; padding: 13px 20px; color: var(--text); background: white; font-family: Impact, "Arial Black", sans-serif; font-size: 38px; font-style: italic; line-height: .84; text-transform: uppercase; transform: skew(7deg) rotate(-5deg); box-shadow: 7px 7px 0 var(--blue); }
.program-info-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); }
.program-info-grid article { padding: 26px clamp(22px,3vw,50px) 34px; border-right: 1px solid var(--line); }
.program-info-grid article:last-child { border-right: 0; }
.program-info-grid h2 { margin: 0 0 8px; font-size: 22px; text-transform: none; }
.program-info-grid p { min-height: 54px; margin: 0; color: var(--muted); font-size: 14px; }
.program-info-grid span { display: block; margin: 9px 0; color: var(--text); font-size: 13px; font-weight: 800; }
.program-info-grid a { color: #04aee8; font-size: 13px; font-weight: 900; }

.results-band { position: relative; z-index: 2; color: white; background: linear-gradient(120deg,#03182c,#073654); }
.results-grid { display: grid; grid-template-columns: repeat(4,1fr) 1.8fr; align-items: center; min-height: 124px; }
.results-grid > div { padding: 0 28px; border-right: 1px solid rgba(30,199,255,.5); text-align: center; }
.results-grid strong { display: block; color: var(--blue); font-size: clamp(28px,3vw,44px); font-weight: 900; line-height: 1; text-transform: uppercase; }
.results-grid span { display: block; margin-top: 7px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.results-grid > p { margin: 0; color: var(--blue); font-family: Impact, "Arial Black", sans-serif; font-size: 33px; font-style: italic; line-height: .9; text-align: center; text-transform: uppercase; transform: rotate(-5deg); }

.memberships { position: relative; overflow: hidden; padding: 58px 0 66px; background: #eef7fc; border-block: 1px solid var(--line); }
.memberships::before { content: ""; position: absolute; inset: auto 0 0; height: 78px; pointer-events: none; opacity: .12; background: repeating-linear-gradient(170deg, transparent 0 13px, var(--blue) 14px 16px, transparent 17px 34px); }
.memberships-inner { position: relative; z-index: 1; }
.memberships-copy { max-width: 760px; margin: 0 auto; text-align: center; }
.memberships-copy .section-kicker { margin-bottom: 9px; }
.memberships-copy h2 { margin: 0; color: var(--text); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(38px,4vw,56px); font-style: italic; letter-spacing: -.015em; line-height: .98; text-transform: uppercase; }
.memberships-copy > p:last-child { max-width: 660px; margin: 16px auto 0; color: var(--muted); font-size: 15px; }
.memberships-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 34px; }
.membership-card { display: flex; min-width: 0; flex-direction: column; padding: 14px 14px 20px; border: 1px solid #d4e5ef; background: white; box-shadow: 0 12px 28px rgba(3,33,60,.08); }
.membership-logo { display: flex; height: 128px; align-items: center; justify-content: center; padding: 16px; background: #f7fafc; }
.membership-logo img { width: 100%; height: 100%; object-fit: contain; }
.membership-card:nth-child(1) .membership-logo img { max-height: 92px; }
.membership-card:nth-child(2) .membership-logo { background: var(--ink); }
.membership-card:nth-child(2) .membership-logo img { max-height: 75px; }
.membership-card:nth-child(3) .membership-logo img { max-height: 102px; }
.membership-card:nth-child(4) .membership-logo img { max-height: 76px; }
.membership-card-copy { padding: 16px 8px 0; text-align: center; }
.membership-card h3 { margin: 0 0 6px; color: var(--text); font-size: 17px; line-height: 1.1; text-transform: uppercase; }
.membership-card p { margin: 0; color: var(--muted); font-size: 12px; }

.story-events { display: grid; grid-template-columns: 1.2fr .82fr 1fr; min-height: 420px; background: white; }
.story-photo { position: relative; overflow: hidden; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.35), transparent 52%); }
.story-photo strong { position: absolute; z-index: 2; left: 28px; top: 62px; color: var(--text); font-family: Impact, "Arial Black", sans-serif; font-size: 38px; font-style: italic; line-height: .9; text-transform: uppercase; transform: rotate(-8deg); text-shadow: 2px 2px 0 white; }
.story-photo strong::after { content: ""; display: block; width: 120px; height: 7px; margin-top: 12px; background: var(--blue); transform: skew(-25deg); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 38px; }
.story-copy .section-kicker { margin-bottom: 8px; color: var(--text); font-size: 13px; letter-spacing: .14em; }
.story-copy h2 { margin: 0; font-size: 27px; line-height: 1.15; text-transform: uppercase; }
.story-copy p:not(.section-kicker) { margin: 18px 0 24px; color: var(--muted); font-size: 14px; }
.story-copy .btn { align-self: flex-start; min-height: 43px; padding-inline: 20px; font-size: 12px; }
.events { padding: 42px 45px 30px; }
.events-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.events-heading h2 { margin: 0; font-size: 19px; text-transform: uppercase; }
.events-heading a { color: #04aee8; font-size: 12px; font-weight: 800; }
.event-row { display: grid; grid-template-columns: 62px 1fr; gap: 15px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); }
.event-row > b { display: grid; min-height: 51px; place-items: center; padding: 5px; color: white; background: var(--text); font-size: 12px; text-align: center; }
.event-row span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.event-row span strong { display: block; color: var(--text); font-size: 13px; }
.event-row:hover span strong { color: #04aee8; }

.faq { padding: 78px 0; background: #eef7fc; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(48px,6vw,82px); font-style: italic; text-transform: uppercase; }
.faq-list { border-top: 4px solid var(--text); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 50px 22px 0; cursor: pointer; list-style: none; font-size: 16px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 13px; color: #04aee8; font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -4px 0 24px; color: var(--muted); font-size: 14px; }

.cta-band { position: relative; min-height: 150px; overflow: hidden; color: white; background: var(--ink); }
.cta-photo { position: absolute; inset: 0 62% 0 0; background: repeating-linear-gradient(-9deg, transparent 0 21px, rgba(30,199,255,.7) 22px 28px, transparent 29px 47px), linear-gradient(110deg, #02182d, #075782); opacity: .78; transform: skewX(-10deg) translateX(-8%); }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,24,45,.2), var(--ink) 48%); }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .65fr auto; align-items: center; gap: 46px; min-height: 150px; padding-left: 30%; }
.cta-inner h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(32px,4vw,55px); font-style: italic; line-height: .86; text-transform: uppercase; }
.cta-inner h2 em { color: var(--blue); font-style: inherit; }
.cta-inner p { color: #d6e5ee; font-size: 14px; }

.site-footer { position: relative; overflow: hidden; background: white; }
.site-footer::before { top: 0; bottom: auto; }
.footer-main { position: relative; z-index: 2; display: grid; grid-template-columns: 280px 1fr; gap: 50px; padding-top: 42px; padding-bottom: 35px; }
.footer-identity { padding-right: 35px; border-right: 1px solid var(--line); }
.footer-identity img { width: 230px; height: 145px; object-fit: contain; margin-top: -30px; }
.footer-identity p { margin: -21px 0 0; color: var(--text); font-size: 11px; font-weight: 900; letter-spacing: .24em; text-transform: uppercase; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 35px; }
.footer-links > div { padding-left: 25px; border-left: 1px solid var(--line); }
.footer-links h2 { margin: 0 0 12px; font-size: 15px; }
.footer-links a { display: block; margin: 6px 0; color: var(--text); font-size: 13px; }
.footer-links a:hover { color: #04aee8; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { display: grid; width: 36px; height: 36px; place-items: center; color: white; background: var(--text); border-radius: 50%; font-size: 10px; font-weight: 900; }
.footer-social a:hover { color: var(--ink); background: var(--blue); }
.footer-bottom { position: relative; z-index: 2; color: white; background: var(--ink); }
.footer-bottom .site-shell { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 30px; font-size: 13px; }
.footer-bottom a::first-letter { color: var(--blue); }
.content-shell { min-height: 60vh; padding-top: 150px; padding-bottom: 80px; }
.academy-page { max-width: 920px; margin-inline: auto; }
.academy-page-header { margin-bottom: 42px; padding-bottom: 28px; border-bottom: 4px solid var(--blue); }
.academy-page-header h1 { margin: 0; color: var(--text); font-family: Impact, "Arial Black", sans-serif; font-size: clamp(52px,8vw,92px); font-style: italic; line-height: .9; text-transform: uppercase; }
.academy-page-content { color: var(--muted); font-size: 17px; line-height: 1.7; }
.academy-page-content h2, .academy-page-content h3 { color: var(--text); }
.academy-page-content a { color: #049fd4; font-weight: 800; text-decoration: underline; }
.academy-page-content .wp-block-button__link { color: var(--ink); background: var(--blue); border-radius: 0; text-decoration: none; }
.academy-page-content .wpcf7 { margin-top: 34px; }
.academy-page-content .wpcf7-form { display: grid; gap: 20px; padding: clamp(24px,4vw,44px); background: white; border-top: 6px solid var(--blue); box-shadow: 0 18px 55px rgba(2,24,45,.12); }
.academy-page-content .wpcf7-form > p { margin: 0; }
.academy-page-content .wpcf7-form label { display: grid; gap: 7px; color: var(--text); font-size: 13px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.academy-page-content .wpcf7-form input:not([type="submit"]):not([type="checkbox"]), .academy-page-content .wpcf7-form select, .academy-page-content .wpcf7-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; color: var(--text); background: var(--paper); font: inherit; letter-spacing: normal; text-transform: none; }
.academy-page-content .wpcf7-form textarea { min-height: 150px; resize: vertical; }
.academy-page-content .wpcf7-form input:focus, .academy-page-content .wpcf7-form select:focus, .academy-page-content .wpcf7-form textarea:focus { border-color: var(--blue); outline: 3px solid rgba(30,199,255,.2); }
.academy-page-content .wpcf7-form input[type="submit"] { min-height: 52px; padding: 0 28px; border: 1px solid var(--blue); border-radius: 0; color: var(--ink); background: var(--blue); font-size: 14px; font-weight: 900; cursor: pointer; }
.academy-page-content .wpcf7-form .wpcf7-not-valid-tip { color: #a82020; font-size: 13px; font-weight: 700; }
.academy-page-content .wpcf7-response-output { margin: 8px 0 0 !important; padding: 12px 14px !important; }
.inquiry-enrollment { margin-top: 36px; padding: 22px 26px; color: #dcecf5; background: var(--ink); border-left: 6px solid var(--blue); }
.inquiry-enrollment strong { display: block; margin-bottom: 4px; color: white; }
.inquiry-enrollment a { color: var(--blue); }

@media (max-width: 1120px) {
	.header-inner { grid-template-columns: 210px 1fr auto; }
	.brand img { width: 190px; }
	.primary-nav-list { gap: 13px; }
	.primary-nav a { font-size: 11px; }
	.hero-copy { width: 56vw; }
	.story-events { grid-template-columns: 1fr 1fr; }
	.story-photo { min-height: 430px; }
	.events { grid-column: 1 / -1; }
	.cta-inner { padding-left: 18%; }
}

@media (max-width: 820px) {
	:root { --shell: min(100% - 36px, 720px); }
	body.admin-bar .site-header { top: 46px; }
	.site-header { height: 76px; }
	.header-inner { grid-template-columns: 1fr auto auto; }
	.brand img { width: 165px; height: 92px; transform: translateY(6px); }
	.menu-toggle { display: inline-flex; }
	.primary-nav { position: absolute; top: 76px; right: 18px; left: 18px; display: none; padding: 10px 18px 18px; background: var(--ink); border: 1px solid rgba(30,199,255,.34); box-shadow: 0 16px 34px rgba(0,0,0,.34); }
	.primary-nav.is-open { display: block; }
	.primary-nav-list { display: block; }
	.primary-nav a { display: block; padding: 13px 2px; font-size: 14px; }
	.primary-nav a::after { bottom: 6px; }
	.primary-nav .sub-menu { position: static; min-width: 0; margin: 0 0 4px 14px; padding: 0 0 0 14px; visibility: visible; opacity: 1; background: transparent; border: 0; border-left: 2px solid rgba(30,199,255,.38); box-shadow: none; transform: none; transition: none; }
	.primary-nav .sub-menu a { padding: 10px 4px; white-space: normal; color: #b8cedc; }
	.primary-nav .sub-menu a::after { left: 4px; right: calc(100% - 4px); bottom: 3px; }
	.primary-nav .sub-menu a:hover::after, .primary-nav .sub-menu .current-menu-item > a::after { right: 4px; }
	.btn-small { min-height: 40px; padding-inline: 16px; font-size: 11px; }
	.hero { min-height: 760px; align-items: flex-end; }
	.hero-photo { left: 0; background-position: 61% 36%; opacity: .82; }
	.hero-overlay { background: linear-gradient(0deg, #02182d 5%, rgba(2,24,45,.92) 47%, rgba(2,24,45,.08) 100%); }
	.hero-brush { display: none; }
	.hero-inner { padding: 130px 0 85px; }
	.hero-copy { width: 100%; }
	.hero h1 { font-size: clamp(62px,17vw,92px); }
	.hero-copy > p:not(.eyebrow) { max-width: 560px; }
	.hero-mantra { display: none; }
	.trust-grid { grid-template-columns: repeat(2,1fr); }
	.trust-grid > div { justify-content: flex-start; min-height: 98px; border-bottom: 1px solid rgba(30,199,255,.35); }
	.program-photo-grid { grid-template-columns: 1fr; height: auto; }
	.program-visual { height: 280px; margin: 0; border-right: 0; border-bottom: 7px solid white; transform: none; }
	.program-visual img, .program-visual:hover img { width: 100%; transform: none; }
	.program-visual strong { transform: rotate(-4deg); }
	.program-info-grid { grid-template-columns: 1fr; }
	.program-info-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
	.program-info-grid p { min-height: 0; }
	.results-grid { grid-template-columns: repeat(2,1fr); padding: 24px 0; }
	.results-grid > div { min-height: 92px; display: grid; align-content: center; border-bottom: 1px solid rgba(30,199,255,.4); }
	.results-grid > p { grid-column: 1 / -1; padding: 25px 0 10px; }
	.memberships-grid { grid-template-columns: repeat(2,1fr); }
	.story-events { grid-template-columns: 1fr; }
	.story-photo { min-height: 520px; }
	.story-copy, .events { padding: 55px 24px; }
	.events { grid-column: auto; }
	.faq-grid { grid-template-columns: 1fr; gap: 40px; }
	.cta-photo { inset: 0; opacity: .24; }
	.cta-band::after { background: rgba(2,24,45,.78); }
	.cta-inner { grid-template-columns: 1fr; gap: 20px; padding: 45px 0; }
	.cta-inner p { margin: 0; }
	.cta-inner .btn { justify-self: start; }
	.footer-main { grid-template-columns: 1fr; }
	.footer-identity { border-right: 0; }
	.footer-links { grid-template-columns: repeat(2,1fr); }
	.footer-bottom .site-shell { flex-direction: column; justify-content: center; gap: 8px; padding: 20px 0; text-align: center; }
}

@media (max-width: 520px) {
	.header-inner { width: calc(100% - 24px); }
	.brand img { width: 130px; }
	.hero-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .btn { width: 100%; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-grid > div { border-right: 0; }
	.program-visual { height: 240px; }
	.program-visual strong { left: 20px; font-size: 31px; }
	.results-grid { grid-template-columns: 1fr; }
	.results-grid > div { border-right: 0; }
	.memberships { padding: 48px 0 54px; }
	.memberships-grid { grid-template-columns: 1fr; }
	.membership-card { max-width: 360px; width: 100%; margin-inline: auto; }
	.story-photo { min-height: 420px; }
	.footer-links { grid-template-columns: 1fr; }
	.footer-links > div { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition-duration: .01ms !important; }
}
