:root {
  --plum-950: #21122f;
  --plum-900: #2b183c;
  --plum-800: #402354;
  --plum-700: #5d347b;
  --plum-600: #74449a;
  --lavender-200: #ded0eb;
  --lavender-100: #f0e9f6;
  --teal-900: #103f3d;
  --teal-700: #17635f;
  --teal-100: #dcefeb;
  --gold: #f0bd54;
  --gold-soft: #fae8bd;
  --cream: #fbf7ef;
  --cream-deep: #f2eadf;
  --paper: #fffdf9;
  --ink: #172d33;
  --muted: #5f6d70;
  --line: #dfd9d0;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(33, 18, 47, .14);
  --shadow-soft: 0 12px 36px rgba(33, 18, 47, .09);
  --radius: 1.4rem;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure, blockquote, dl, dd { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 760px; margin-bottom: 1.45rem; font-size: clamp(3.35rem, 6.1vw, 5.75rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 4.8vw, 4.45rem); }
h3 { margin-bottom: .65rem; font-size: 1.25rem; line-height: 1.25; }
p { margin-bottom: 1.2rem; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: .6rem; left: .6rem; padding: .75rem 1rem; color: var(--white); background: var(--plum-900); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: .85rem; color: var(--plum-700); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { padding-inline: .4rem; color: var(--gold); }
.eyebrow.light { color: #e6d4f4; }
.intro { font-size: clamp(1.18rem, 2vw, 1.42rem); line-height: 1.55; }
.section { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; padding-block: clamp(5rem, 8vw, 8rem); }
.section-heading { max-width: 780px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.1rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.split-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading > * { max-width: 560px; }

.announcement { display: flex; min-height: 2.45rem; align-items: center; justify-content: center; padding: .4rem 1rem; color: var(--white); background: var(--plum-950); font-size: .85rem; text-align: center; }
.announcement p { margin: 0; }
.announcement a { color: var(--gold); font-weight: 800; }
.site-header { position: sticky; z-index: 80; top: 0; display: flex; min-height: 5.6rem; align-items: center; justify-content: space-between; gap: 2rem; padding: .75rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: rgba(251, 247, 239, .96); border-bottom: 1px solid rgba(43, 24, 60, .12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { display: grid; width: 4.5rem; height: 4.5rem; flex: 0 0 auto; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { color: var(--plum-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 700; line-height: 1.05; }
.brand-name small { display: block; margin-top: .28rem; color: var(--teal-700); font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
#primary-nav { display: flex; align-items: center; gap: 1.55rem; }
#primary-nav a { font-size: .91rem; font-weight: 800; text-decoration: none; }
#primary-nav a:not(.nav-apply):hover { color: var(--plum-600); }
.nav-apply { display: inline-flex; min-height: 3.1rem; align-items: center; padding: .7rem 1.25rem; color: var(--white); background: var(--plum-700); border-radius: 999px; box-shadow: 0 8px 24px rgba(43, 24, 60, .17); }
.nav-apply:hover { background: var(--plum-900); }
.menu-button { display: none; min-height: 3.1rem; align-items: center; gap: .7rem; padding: .7rem 1rem; color: var(--plum-950); background: transparent; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-weight: 800; }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 1.2rem; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-icon { position: relative; }
.menu-icon::before { position: absolute; top: -.38rem; }
.menu-icon::after { position: absolute; top: .38rem; }

.hero { display: grid; min-height: 650px; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); color: var(--white); background: var(--plum-950); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(4.5rem, 8vw, 7rem) max(2rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 5vw, 5.5rem); background: radial-gradient(circle at 15% 15%, rgba(116, 68, 154, .55), transparent 36%), linear-gradient(145deg, var(--plum-900), var(--plum-950)); }
.hero-copy .eyebrow { color: var(--gold); }
.hero-lede { max-width: 650px; margin-bottom: 2rem; color: #ede6ef; font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.button { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; padding: .82rem 1.25rem; border: 2px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.15; text-align: center; text-decoration: none; transition: transform .15s ease, background-color .15s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--plum-950); background: var(--gold); }
.button-light { color: var(--plum-950); background: var(--white); }
.button-purple { color: var(--white); background: var(--plum-700); }
.button-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .65); }
.button:disabled { cursor: not-allowed; opacity: .66; transform: none; }
.hero-note { max-width: 620px; margin: 1.7rem 0 0; color: #d3cbd7; font-size: .82rem; }
.hero-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #171319; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33, 18, 47, .33), transparent 35%); content: ""; pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-visual figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; width: min(360px, calc(100% - 3rem)); padding: 1.35rem; background: rgba(33, 18, 47, .88); border: 1px solid rgba(255, 255, 255, .2); border-radius: 1rem; backdrop-filter: blur(12px); }
.hero-visual figcaption span { display: block; margin-bottom: .45rem; color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; line-height: 1.2; }

.pathway { display: grid; width: min(var(--max), calc(100% - 3rem)); grid-template-columns: .62fr 1.38fr; gap: 3rem; margin: -2rem auto 0; padding: 2.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.pathway h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3rem); }
.pathway-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.pathway-options article { display: grid; min-width: 0; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.3rem; background: var(--cream); border-radius: 1rem; }
.pathway-options h3 { margin-bottom: .35rem; font-size: 1.03rem; }
.pathway-options p { margin-bottom: .65rem; color: var(--muted); font-size: .92rem; }
.pathway-options a { color: var(--plum-700); font-weight: 850; }
.pathway-icon { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; color: var(--white); background: var(--plum-700); border-radius: 50%; font-size: 1.15rem; font-weight: 900; }

.about { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.about-media { position: relative; }
.community-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-caption { position: absolute; right: -1.25rem; bottom: -1.6rem; display: flex; width: min(380px, calc(100% - 2rem)); flex-direction: column; padding: 1.25rem 1.45rem; color: var(--white); background: var(--teal-900); border-radius: 1rem; box-shadow: var(--shadow-soft); }
.about-caption strong { margin-bottom: .2rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.about-caption span { color: #d7e8e4; font-size: .9rem; }
.about-copy blockquote { margin: 2rem 0; padding: 1.25rem 0 1.25rem 1.4rem; color: var(--plum-800); border-left: 4px solid var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; }
.text-link { color: var(--plum-700); font-weight: 850; }

.services { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--teal-900); }
.services .eyebrow { color: var(--gold); }
.services .section-heading > p:last-child { color: #c9dcda; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(255, 255, 255, .22); }
.service-grid article { min-width: 0; min-height: 330px; padding: clamp(1.5rem, 3vw, 2.2rem); border-right: 1px solid rgba(255, 255, 255, .22); }
.service-grid article:last-child { border-right: 0; }
.service-grid p { color: #c9dcda; }
.service-icon { position: relative; display: block; width: 3.2rem; height: 3.2rem; margin-bottom: 2.6rem; border: 2px solid var(--gold); border-radius: .75rem; }
.home-icon::before { position: absolute; inset: 14px 10px 9px; border: 2px solid var(--gold); border-top: 0; content: ""; }
.home-icon::after { position: absolute; top: 7px; left: 11px; width: 18px; height: 18px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); content: ""; transform: rotate(45deg); }
.work-icon::before { position: absolute; inset: 13px 7px 8px; border: 2px solid var(--gold); border-radius: 3px; content: ""; }
.work-icon::after { position: absolute; top: 8px; left: 16px; width: 14px; height: 8px; border: 2px solid var(--gold); border-bottom: 0; border-radius: 3px 3px 0 0; content: ""; }
.people-icon::before, .people-icon::after { position: absolute; top: 8px; width: 10px; height: 10px; border: 2px solid var(--gold); border-radius: 50%; content: ""; }
.people-icon::before { left: 8px; box-shadow: 12px 2px 0 -2px var(--teal-900), 12px 2px 0 0 var(--gold); }
.people-icon::after { top: 25px; left: 7px; width: 28px; height: 12px; border-bottom: 0; border-radius: 20px 20px 0 0; }
.skills-icon::before { position: absolute; top: 8px; left: 10px; width: 22px; height: 28px; border: 2px solid var(--gold); border-radius: 2px; content: ""; }
.skills-icon::after { position: absolute; top: 17px; left: 15px; width: 14px; height: 2px; background: var(--gold); box-shadow: 0 7px 0 var(--gold), 0 14px 0 var(--gold); content: ""; }
.availability { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2.3rem; padding: 1.4rem 1.5rem; color: var(--ink); background: var(--teal-100); border-radius: 1rem; }
.availability strong, .availability span { display: block; }
.availability span { margin-top: .2rem; color: var(--muted); font-size: .9rem; }

.application { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .92fr); gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: linear-gradient(135deg, var(--plum-950), var(--plum-700)); }
.application-copy > p:not(.eyebrow) { max-width: 620px; color: #e2dce7; font-size: 1.1rem; }
.application-steps { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.application-steps li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.35rem; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 1rem; }
.application-steps li > span { display: grid; width: 2.45rem; height: 2.45rem; place-items: center; color: var(--plum-950); background: var(--gold); border-radius: 50%; font-weight: 900; }
.application-steps strong { font-size: 1.05rem; }
.application-steps p { margin: .25rem 0 0; color: #d6cfdb; font-size: .92rem; }

.impact { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); align-items: center; gap: clamp(3rem, 7vw, 6.5rem); }
.faith-line { display: grid; grid-template-columns: auto 1fr; gap: .8rem; margin-top: 2rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faith-line span { color: var(--gold); }
.impact-gallery { position: relative; padding: 0 0 4rem 4rem; }
.impact-main { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.milestone-card { position: absolute; bottom: 0; left: 0; width: min(290px, 45%); margin: 0; padding: .55rem; background: var(--paper); border-radius: 1.1rem; box-shadow: var(--shadow); }
.milestone-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 38%; border-radius: .75rem; }
.milestone-card figcaption { padding: .7rem .55rem .4rem; color: var(--plum-800); font-family: Georgia, "Times New Roman", serif; font-size: .98rem; font-weight: 700; }

.team { padding-top: 4rem; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.team-grid article { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow-soft); }
.team-grid img { width: 100%; height: 350px; object-fit: cover; object-position: center 24%; }
.team-grid article > div { padding: 1.35rem; }
.team-grid h3 { margin-bottom: .2rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.team-grid span { display: block; margin-bottom: .75rem; color: var(--plum-700); font-size: .75rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.team-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.involved { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--lavender-100); }
.involved-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.involved-grid article { min-width: 0; padding: clamp(1.6rem, 3vw, 2.3rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.involved-grid article > span { display: grid; width: 2.8rem; height: 2.8rem; margin-bottom: 2rem; place-items: center; color: var(--white); background: var(--plum-700); border-radius: 50%; font-weight: 900; }
.involved-grid p { color: var(--muted); }
.involved-grid a { color: var(--plum-700); font-weight: 850; }

.soberfest { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--plum-950); }
.soberfest-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.soberfest::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(33, 18, 47, .98) 0%, rgba(43, 24, 60, .95) 39%, rgba(43, 24, 60, .35) 67%, rgba(43, 24, 60, .08)); content: ""; }
.soberfest-panel { position: relative; z-index: 2; width: min(640px, calc(100% - 3rem)); margin-left: max(1.5rem, calc((100vw - var(--max)) / 2)); padding-block: clamp(5rem, 8vw, 7.5rem); }
.soberfest-logo { width: min(310px, 70%); height: auto; margin-bottom: 2.5rem; padding: .9rem 1rem; background: var(--paper); border-radius: .7rem; }
.soberfest-panel > p:not(.eyebrow, .schedule-note) { max-width: 560px; color: #e3dae9; font-size: 1.12rem; }
.event-facts { display: grid; gap: 0; margin: 2rem 0 1rem; border-top: 1px solid rgba(255, 255, 255, .22); }
.event-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.event-facts dt { color: var(--gold); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.event-facts dd { font-weight: 800; }
.schedule-note { color: #cfc4d5; font-size: .83rem; }

.contests { padding-top: 6rem; }
.contest-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.contest-grid article { display: grid; min-width: 0; grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr); overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contest-grid img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; object-position: top center; }
.contest-grid article > div { display: flex; flex-direction: column; justify-content: center; padding: 2rem; }
.contest-grid article span { color: var(--plum-700); font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contest-grid article a { color: var(--plum-700); font-weight: 850; }

.store-preview { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(3rem, 7vw, 6rem); }
.store-showcase { position: relative; margin: 0; }
.store-showcase img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.store-showcase > span { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .75rem; color: var(--white); background: rgba(33, 18, 47, .85); border-radius: 999px; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.featured-products { display: grid; gap: .65rem; margin: 1.6rem 0 2rem; }
.featured-products article { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .95rem 1.1rem; background: var(--paper); border: 1px solid var(--line); border-radius: .75rem; }
.featured-products article span { font-weight: 850; }
.featured-products article strong { color: var(--plum-700); font-size: .82rem; }

.updates { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - var(--max)) / 2)); background: var(--lavender-100); }
.facebook-button { display: inline-flex; min-height: 3.1rem; align-items: center; gap: .75rem; padding: .65rem 1rem; color: var(--white); background: #1b5fbf; border-radius: 999px; text-decoration: none; }
.facebook-button > strong { display: grid; width: 1.9rem; height: 1.9rem; place-items: center; background: var(--white); color: #1b5fbf; border-radius: 50%; font-family: Arial, sans-serif; font-size: 1.25rem; }
.facebook-button span { font-weight: 850; }
.updates-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, 280px); gap: 1rem; }
.updates-grid figure { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: var(--radius); }
.updates-grid .update-wide { grid-row: 1 / 3; }
.updates-grid img { width: 100%; height: 100%; object-fit: cover; }
.updates-grid figure::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(33, 18, 47, .9)); content: ""; }
.updates-grid figcaption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; color: var(--white); }
.updates-grid figcaption strong, .updates-grid figcaption span { display: block; }
.updates-grid figcaption strong { margin-bottom: .15rem; color: var(--gold); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.updates-grid figcaption span { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 700; }
.social-note { margin: 1rem 0 0; color: var(--muted); font-size: .8rem; }

.mint { display: grid; max-width: 900px; grid-template-columns: 160px 1fr; align-items: center; gap: 2rem; padding-block: 4rem; }
.mint > img { width: 160px; height: 160px; padding: .65rem; object-fit: contain; background: var(--teal-100); border-radius: 50%; }
.mint h2 { margin-bottom: .6rem; font-size: clamp(2.25rem, 4vw, 3.4rem); }
.mint p:not(.eyebrow) { color: var(--muted); }

.portal-status { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); padding: clamp(4rem, 7vw, 6.5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--teal-900); }
.portal-status h2 { max-width: 780px; font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
.portal-status > div:first-child > p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #c9dcda; }
.portal-status-list { display: grid; gap: .8rem; }
.portal-status-list > span { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem 1.3rem; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 1rem; }
.portal-status-list strong, .portal-status-list small { display: block; }
.portal-status-list small { color: #c9dcda; text-align: right; }

.contact { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; padding: clamp(4rem, 7vw, 6.5rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--plum-700); }
.contact-copy p:not(.eyebrow) { color: #eadff0; }
.privacy-note { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .35); font-size: .85rem; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.contact-grid > * { display: flex; min-width: 0; min-height: 150px; flex-direction: column; justify-content: center; padding: 1.6rem; color: var(--ink); border-right: 1px solid var(--lavender-200); border-bottom: 1px solid var(--lavender-200); text-decoration: none; }
.contact-grid > *:nth-child(2n) { border-right: 0; }
.contact-grid > *:nth-child(n+3) { border-bottom: 0; }
.contact-grid a:hover { background: var(--lavender-100); }
.contact-grid span { margin-bottom: .6rem; color: var(--plum-700); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid strong { overflow-wrap: anywhere; }

footer { color: #e7e1e9; background: var(--plum-950); }
.footer-main { display: grid; width: min(var(--max), calc(100% - 3rem)); grid-template-columns: 1.6fr repeat(3, 1fr); gap: 3rem; margin-inline: auto; padding-block: 4rem; }
.footer-brand img { width: 230px; height: auto; padding: .6rem; background: var(--paper); border-radius: .6rem; }
.footer-main h2 { margin-bottom: 1rem; color: var(--gold); font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div a, .footer-main > div p { display: block; margin: 0 0 .65rem; color: #d1c8d5; font-size: .9rem; }
.legal-links { display: flex; width: min(var(--max), calc(100% - 3rem)); flex-wrap: wrap; gap: .7rem 1.5rem; margin-inline: auto; padding: 1.2rem 0; border-top: 1px solid rgba(255, 255, 255, .15); border-bottom: 1px solid rgba(255, 255, 255, .15); }
.legal-links a { color: #d1c8d5; font-size: .84rem; font-weight: 750; }
.policy-page { min-height: 60vh; padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100% - var(--max)) / 2)); background: var(--paper); }
.policy-page > header { max-width: 820px; margin-bottom: clamp(3rem, 6vw, 5rem); }
.policy-page h1 { max-width: 11ch; margin: .5rem 0 1rem; color: var(--ink); font-size: clamp(3rem, 7vw, 6.6rem); line-height: .9; }
.policy-page .policy-intro { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.policy-grid { display: grid; max-width: 1000px; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: 1.5rem 5rem; }
.policy-grid section { display: grid; grid-column: 1 / -1; grid-template-columns: subgrid; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.policy-grid h2 { margin: 0; color: var(--ink); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.policy-grid section > div > :first-child { margin-top: 0; }
.policy-grid section > div > :last-child { margin-bottom: 0; }
.policy-grid p, .policy-grid li { color: var(--muted); }
.policy-grid a { color: var(--teal-700); font-weight: 750; }
.not-found-page { min-height: 62vh; padding: clamp(5rem, 10vw, 9rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: radial-gradient(circle at 78% 18%, rgba(116, 68, 154, .6), transparent 30%), linear-gradient(145deg, var(--plum-950), var(--plum-800)); }
.not-found-page h1 { max-width: 880px; }
.not-found-page > p:not(.eyebrow) { max-width: 680px; color: #e3dce8; font-size: 1.15rem; }
.footer-bottom { display: flex; width: min(var(--max), calc(100% - 3rem)); align-items: center; justify-content: space-between; gap: 1rem; margin-inline: auto; padding: 1.25rem 0; color: #aa9eb0; font-size: .78rem; }
.footer-bottom p { margin: 0; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1040px) {
  .menu-button { display: inline-flex; }
  #primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .7rem 1.5rem 1.4rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
  #primary-nav[data-open="true"] { display: flex; }
  #primary-nav a { padding: .82rem 0; }
  .nav-apply { justify-content: center; padding-inline: 1rem !important; }
  .pathway { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .involved-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .involved-grid article:last-child { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section { width: min(100% - 2rem, var(--max)); padding-block: 5rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; padding: 4.5rem 1.5rem; }
  .hero-visual { height: 430px; }
  .hero-visual::after { background: linear-gradient(180deg, rgba(33, 18, 47, .28), transparent 40%); }
  .pathway { width: calc(100% - 2rem); margin-top: 1rem; padding: 1.5rem; }
  .pathway-options { grid-template-columns: 1fr; }
  .about, .impact, .store-preview, .application, .portal-status, .contact { grid-template-columns: 1fr; }
  .about-caption { right: .7rem; }
  .impact-gallery { padding-left: 2rem; }
  .application, .contact { gap: 3rem; padding-inline: 1.5rem; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .soberfest::after { background: linear-gradient(90deg, rgba(33, 18, 47, .96), rgba(43, 24, 60, .75)); }
  .soberfest-panel { width: min(620px, calc(100% - 3rem)); }
  .contest-grid { grid-template-columns: 1fr; }
  .updates-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 320px); }
  .updates-grid .update-wide { grid-row: auto; }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
}

@media (max-width: 590px) {
  h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
  .announcement { font-size: .74rem; }
  .site-header { min-height: 4.9rem; padding-inline: 1rem; }
  .brand-mark { width: 3.75rem; height: 3.75rem; }
  .brand-name { font-size: 1rem; }
  .brand-name small { display: none; }
  .hero-copy { min-height: 500px; }
  .hero-visual { height: 360px; }
  .hero-visual figcaption { right: 1rem; bottom: 1rem; left: 1rem; width: auto; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .pathway { width: calc(100% - 1.4rem); }
  .pathway-options article { grid-template-columns: 1fr; }
  .about { padding-bottom: 6rem; }
  .about-caption { right: .6rem; bottom: -2.4rem; left: .6rem; width: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); }
  .service-grid article:last-child { border-bottom: 0; }
  .availability { align-items: stretch; flex-direction: column; }
  .application-steps li { grid-template-columns: 1fr; }
  .impact-gallery { padding: 0 0 4.5rem 1rem; }
  .milestone-card { width: 58%; }
  .team-grid { grid-template-columns: 1fr; }
  .involved-grid { grid-template-columns: 1fr; }
  .involved-grid article:last-child { grid-column: auto; }
  .portal-status-list > span { align-items: flex-start; flex-direction: column; }
  .portal-status-list small { text-align: left; }
  .team-grid img { height: 390px; }
  .soberfest { min-height: 820px; }
  .soberfest::after { background: rgba(33, 18, 47, .86); }
  .soberfest-panel { margin-inline: 1.5rem; }
  .event-facts div { grid-template-columns: 1fr; gap: .25rem; }
  .contest-grid article { grid-template-columns: 125px minmax(0, 1fr); }
  .contest-grid article > div { padding: 1.2rem; }
  .contest-grid img { min-height: 300px; }
  .featured-products article { align-items: flex-start; flex-direction: column; }
  .updates-grid { grid-template-rows: repeat(3, 300px); }
  .mint { grid-template-columns: 90px 1fr; gap: 1.25rem; }
  .mint > img { width: 90px; height: 90px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > * { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--lavender-200) !important; }
  .contact-grid > *:last-child { border-bottom: 0 !important; }
  .policy-grid, .policy-grid section { display: block; }
  .policy-grid section { padding: 1.5rem 0; }
  .policy-grid h2 { margin-bottom: .7rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > * { grid-column: auto !important; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

.inner-page main { min-height: 58vh; }
.inner-hero { position: relative; display: grid; min-height: 570px; grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr); color: var(--white); background: var(--plum-950); overflow: hidden; }
.inner-hero > div { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(4.5rem, 8vw, 7rem) max(2rem, calc((100vw - var(--max)) / 2)); padding-right: clamp(2rem, 5vw, 5rem); background: radial-gradient(circle at 20% 15%, rgba(116, 68, 154, .55), transparent 38%), var(--plum-950); }
.inner-hero h1, .apply-hero h1 { font-size: clamp(3.2rem, 6vw, 5.5rem); }
.inner-hero > div > p:not(.eyebrow) { max-width: 620px; color: #e2dce7; font-size: 1.18rem; }
.inner-hero > img { width: 100%; height: 100%; object-fit: cover; }
.store-hero > img { object-position: center; }
.catalog-intro { display: grid; width: min(var(--max), calc(100% - 3rem)); grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: end; gap: 5rem; margin-inline: auto; padding-block: clamp(4.5rem, 8vw, 7rem) 3rem; }
.catalog-intro h2 { margin: 0; font-size: clamp(2.5rem, 4.3vw, 4rem); }
.catalog-intro > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.giving-intro { padding-bottom: 2rem; }
.giving-section { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.giving-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.giving-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(1.5rem, 3vw, 2rem); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.giving-card h2 { margin-bottom: .75rem; font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: 1.45rem; font-weight: 850; letter-spacing: -.02em; }
.giving-card > p { color: var(--muted); }
.giving-action { width: 100%; margin-top: auto; }
.giving-status { margin: .85rem 0 0; font-size: .78rem; line-height: 1.5; }
.catalog-section { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.catalog-loading, .catalog-error { grid-column: 1 / -1; padding: 2rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-card { min-width: 0; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.catalog-art { min-height: 265px; background: linear-gradient(135deg, var(--plum-800), var(--plum-950)); }
.catalog-art-mission-gift { position: relative; background: radial-gradient(circle at 50% 40%, rgba(240, 189, 84, .42), transparent 17%), radial-gradient(circle at 48% 58%, rgba(255, 255, 255, .14), transparent 31%), linear-gradient(145deg, var(--plum-600), var(--plum-950)); }
.catalog-art-mission-gift::before { position: absolute; top: 50%; left: 50%; width: 8rem; height: 8rem; border: 1px solid rgba(255, 255, 255, .4); border-radius: 50%; content: "Give hope"; color: var(--white); display: grid; place-items: center; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; transform: translate(-50%, -50%); }
.catalog-art-community-tee, .catalog-art-recovery-hoodie { background-image: url('/assets/donation-store-apparel.jpg'); background-repeat: no-repeat; background-size: 185% auto; }
.catalog-art-community-tee { background-position: 97% 57%; }
.catalog-art-recovery-hoodie { background-position: 3% 52%; }
.catalog-card-body { padding: 1.55rem; }
.catalog-kind { display: block; margin-bottom: .6rem; color: var(--plum-700); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.catalog-card h2 { margin-bottom: .7rem; font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: 1.45rem; font-weight: 850; letter-spacing: -.02em; }
.catalog-card-body > p { color: var(--muted); }
.catalog-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.catalog-meta strong { max-width: 60%; font-size: 1rem; }
.catalog-meta span { color: var(--plum-700); font-size: .78rem; font-weight: 800; text-align: right; }
.catalog-meta .stock-zero { color: #802c31; }
.catalog-variants { margin: .8rem 0 0 !important; font-size: .78rem; }
.catalog-status { width: 100%; margin-top: 1rem; padding: .75rem 1rem; color: #642329; background: #f7e5e4; border: 1px solid #e7c5c4; border-radius: 999px; font: inherit; font-size: .78rem; font-weight: 850; text-align: center; }
.catalog-status:disabled { cursor: not-allowed; opacity: 1; }
.restock-form { margin-top: 1.35rem; padding-top: 1.25rem; border-top: 1px solid var(--line); }
.restock-form h3 { margin: 0 0 .75rem; font-size: 1rem; }
.restock-form > label:not(.restock-consent) { display: block; margin-bottom: .4rem; font-size: .78rem; font-weight: 800; }
.restock-field-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .6rem; }
.restock-field-row input { min-width: 0; min-height: 3.1rem; padding: .75rem 1rem; color: var(--ink); background: var(--white); border: 1px solid #b9aca8; border-radius: 999px; font: inherit; }
.restock-field-row .button { min-height: 3.1rem; }
.restock-consent { display: flex; align-items: flex-start; gap: .55rem; margin-top: .8rem; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.restock-consent input { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .12rem; accent-color: var(--plum-700); }
.restock-status { min-height: 1.2em; margin: .65rem 0 0; color: var(--plum-700); font-size: .75rem; font-weight: 750; }
.store-readiness { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1fr) auto; align-items: center; gap: 3rem; padding: clamp(4rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--teal-900); }
.store-readiness h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.store-readiness ul { margin: 0; padding-left: 1.2rem; color: #d2e3e0; }
.store-readiness li + li { margin-top: .45rem; }

.apply-hero { display: grid; min-height: 590px; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); padding: clamp(4.5rem, 8vw, 7rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: radial-gradient(circle at 70% 10%, rgba(116, 68, 154, .55), transparent 32%), linear-gradient(145deg, var(--plum-950), var(--plum-800)); }
.apply-hero-copy > p:not(.eyebrow) { max-width: 700px; color: #e3dce8; font-size: 1.18rem; }
.gateway-status { padding: clamp(1.7rem, 4vw, 2.7rem); color: var(--ink); background: var(--paper); border: 1px solid rgba(255, 255, 255, .35); border-radius: var(--radius); box-shadow: var(--shadow); }
.gateway-status > span { display: inline-block; margin-bottom: 1rem; padding: .45rem .75rem; color: var(--plum-800); background: var(--lavender-100); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.gateway-status h2 { margin-bottom: 1rem; font-family: Inter, Aptos, "Segoe UI", sans-serif; font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 850; letter-spacing: -.025em; }
.gateway-status p { color: var(--muted); }
.gateway-status strong { display: block; padding-top: 1rem; color: var(--teal-700); border-top: 1px solid var(--line); }
.apply-process { display: grid; width: min(var(--max), calc(100% - 3rem)); grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 7vw, 7rem); margin-inline: auto; padding-block: clamp(5rem, 9vw, 8rem); }
.apply-process > div > p:last-child { color: var(--muted); }
.apply-process ol { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.apply-process li { display: grid; grid-template-columns: auto 1fr; gap: 1.15rem; padding: 1.35rem; background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; }
.apply-process li > span { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; color: var(--white); background: var(--plum-700); border-radius: 50%; font-weight: 900; }
.apply-process li p { margin: 0; color: var(--muted); }
.apply-safety { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; padding: clamp(4rem, 7vw, 6rem) max(1.5rem, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--teal-900); }
.apply-safety h2 { margin: 0; }
.apply-safety a { color: var(--gold); font-weight: 850; }
.apply-contact { display: grid; width: min(var(--max), calc(100% - 3rem)); grid-template-columns: .75fr 1.25fr; align-items: center; gap: 4rem; margin-inline: auto; padding-block: clamp(5rem, 8vw, 7rem); }
.apply-contact .contact-grid { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.apply-contact .contact-grid > * { min-height: 170px; background: var(--paper); }

@media (max-width: 1040px) {
  .giving-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .giving-card:last-child { grid-column: 1 / -1; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-readiness { grid-template-columns: 1fr 1fr; }
  .store-readiness .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 820px) {
  .inner-hero, .apply-hero, .catalog-intro, .apply-process, .apply-safety, .apply-contact { grid-template-columns: 1fr; }
  .inner-hero > div { min-height: 470px; }
  .inner-hero > img { max-height: 420px; }
  .catalog-intro, .apply-safety { gap: 2rem; }
  .store-readiness { grid-template-columns: 1fr; gap: 2rem; }
  .store-readiness .button { grid-column: auto; }
}

@media (max-width: 590px) {
  .giving-grid { grid-template-columns: 1fr; }
  .giving-card:last-child { grid-column: auto; }
  .catalog-grid, .apply-contact .contact-grid { grid-template-columns: 1fr; }
  .catalog-art { min-height: 230px; }
  .restock-field-row { grid-template-columns: 1fr; }
  .inner-hero h1, .apply-hero h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
}

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