:root {
  --cream: #f7f0df;
  --cream-2: #fffaf0;
  --paper: rgba(255, 252, 245, .94);
  --teal: #0b5d60;
  --teal-dark: #073f43;
  --forest: #315743;
  --orange: #c85c09;
  --orange-dark: #a94205;
  --gold: #d7a247;
  --ink: #193036;
  --muted: #64706e;
  --line: rgba(11, 93, 96, .25);
  --shadow: 0 22px 60px rgba(35, 46, 35, .14);
  --soft-shadow: 0 12px 32px rgba(35, 46, 35, .1);
  --radius: 28px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.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;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 14px;
  background: #fff;
  color: #111;
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  padding: 14px 24px;
  transition: background .25s, box-shadow .25s, padding .25s;
}
.site-header.is-scrolled {
  padding-block: 8px;
  background: rgba(255, 250, 240, .93);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  backdrop-filter: blur(18px);
}
.nav-wrap {
  max-width: 1240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .08em;
  line-height: 1.05;
}
.is-scrolled .nav-brand { color: var(--teal-dark); }
.nav-brand img { width: 44px; height: 44px; object-fit: contain; }
.nav-brand span { display: grid; }
.nav-brand b { font-size: .84rem; }
.nav-brand small { font-size: .64rem; letter-spacing: .16em; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a {
  position: relative;
  color: white;
  font-weight: 700;
  font-size: .9rem;
  text-decoration: none;
}
.is-scrolled .primary-nav a { color: var(--ink); }
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 2px;
  background: var(--orange);
  transition: right .2s;
}
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 14px;
  color: white;
  background: rgba(0,0,0,.16);
  place-items: center;
}
.is-scrolled .menu-toggle { color: var(--teal-dark); border-color: rgba(11,93,96,.25); background: white; }
.menu-toggle svg { width: 25px; height: 25px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .copy-button:focus-visible, .modal-close:focus-visible, .menu-toggle:focus-visible, .paint-button:focus-visible { outline: 3px solid #ffd37e; outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }
.button-orange { color: white; background: linear-gradient(135deg, #dc6a0b, var(--orange-dark)); box-shadow: 0 10px 24px rgba(170,66,5,.28); }
.button-orange:hover { background: linear-gradient(135deg, #ec7a13, #a94205); }
.button-ghost { color: white; border-color: rgba(255,255,255,.65); background: rgba(10,38,35,.18); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.16); }

.hero {
  position: relative;
  min-height: 970px;
  display: grid;
  align-items: center;
  padding: 120px 24px 250px;
  color: white;
  background: #2f4d3d url('/img/hero-phoenix-retreat.webp') center/cover no-repeat;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 300px;
  z-index: -1;
  background: linear-gradient(to bottom, transparent, rgba(8,51,48,.96));
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5,31,29,.7), rgba(5,31,29,.18) 52%, rgba(5,31,29,.55)),
    linear-gradient(180deg, rgba(5,31,29,.25), rgba(5,31,29,.2) 58%, rgba(5,31,29,.72));
}
.hero-content {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 70px;
}
.hero-brand { text-align: center; text-shadow: 0 4px 24px rgba(0,0,0,.48); }
.brand-logo-wrap { width: min(340px, 82vw); margin: 0 auto 14px; }
.hero-logo { display: block; width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.38)); }
.brand-name { margin: 0; color: #ff7e28; font-size: clamp(2.4rem, 5vw, 4.7rem); line-height: .98; font-weight: 950; letter-spacing: -.035em; text-transform: uppercase; }
.brand-subname { margin: 8px 0 0; font-size: clamp(1.2rem, 2.6vw, 2.1rem); line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero-tagline { margin: 16px 0 0; color: #c8f4ef; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { margin: 8px 0 18px; font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; text-wrap: balance; }
.hero-copy > p:last-of-type { max-width: 620px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: rgba(255,255,255,.92); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.eyebrow { margin: 0 0 7px; color: var(--orange); font-size: .76rem; font-weight: 950; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-light { color: #ffe8c8; }
.eyebrow-gold { color: #f3bd58; }
.hero-pillar-wrap { position: absolute; left: 50%; bottom: -88px; width: min(1250px, calc(100% - 40px)); transform: translateX(-50%); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(255,250,240,.96); border: 1px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: var(--shadow); backdrop-filter: blur(15px); overflow: hidden; }
.pillar-card { position: relative; padding: 30px 22px; color: var(--ink); text-align: center; }
.pillar-card:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 25%; height: 50%; width: 1px; background: rgba(200,92,9,.35); }
.pillar-card svg { width: 48px; height: 48px; color: var(--forest); margin-bottom: 12px; }
.pillar-card h2 { margin: 0; font-size: .93rem; line-height: 1.35; text-transform: uppercase; }

.site-shell { position: relative; padding-top: 100px; }
.site-shell::before, .site-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 90px;
  opacity: .24;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='280' viewBox='0 0 100 280'%3E%3Cg fill='none' stroke='%233b7457' stroke-width='2'%3E%3Cpath d='M50 280C45 210 72 160 48 100 35 68 43 35 56 0'/%3E%3Cellipse cx='44' cy='235' rx='10' ry='22' transform='rotate(-35 44 235)'/%3E%3Cellipse cx='59' cy='205' rx='10' ry='22' transform='rotate(38 59 205)'/%3E%3Cellipse cx='42' cy='164' rx='10' ry='22' transform='rotate(-35 42 164)'/%3E%3Cellipse cx='57' cy='128' rx='10' ry='22' transform='rotate(35 57 128)'/%3E%3Cellipse cx='43' cy='83' rx='10' ry='22' transform='rotate(-32 43 83)'/%3E%3Cellipse cx='57' cy='47' rx='10' ry='22' transform='rotate(34 57 47)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-size: 90px auto;
}
.site-shell::before { left: 0; }
.site-shell::after { right: 0; transform: scaleX(-1); }
.section-pad { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 80px 0; }
.section-card { padding-inline: 54px; margin-block: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.section-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.section-heading span { height: 2px; background: var(--teal); opacity: .7; }
.section-heading h2 { margin: 0; color: var(--teal); font-size: clamp(1.5rem, 3.4vw, 2.5rem); line-height: 1.1; text-align: center; text-transform: uppercase; letter-spacing: .025em; }
.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 50px; }
.audience-grid article { display: flex; min-width: 0; flex-direction: column; align-items: center; text-align: center; }
.audience-icon { display: block; width: clamp(86px, 8.5vw, 128px); height: clamp(86px, 8.5vw, 128px); object-fit: contain; object-position: center; filter: drop-shadow(0 8px 14px rgba(5, 75, 78, .12)); }
.audience-grid h3 { max-width: 170px; margin: 13px auto 0; color: var(--ink); font-size: .9rem; line-height: 1.3; text-transform: uppercase; }
.audience-message { margin: 42px 0 0; color: var(--teal); text-align: center; font-size: clamp(1.2rem, 2.4vw, 1.8rem); font-weight: 900; letter-spacing: .025em; text-transform: uppercase; }
.audience-message span { color: var(--orange); }
.center-heading { max-width: 850px; margin: 0 auto 42px; text-align: center; }
.center-heading h2 { margin: 0; color: var(--teal); font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.05; text-transform: uppercase; }
.protocol { margin: 14px 0 0; color: var(--orange); font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.therapy-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px 20px; }
.therapy-card { text-align: center; }
.therapy-card img { width: 132px; aspect-ratio: 1; margin: 0 auto; border-radius: 50%; object-fit: cover; object-position: center; border: 4px solid #fff7e8; box-shadow: 0 8px 22px rgba(0,0,0,.18); transition: transform .25s, box-shadow .25s; }
.therapy-card:hover img { transform: translateY(-6px) scale(1.025); box-shadow: 0 16px 32px rgba(0,0,0,.2); }
.therapy-card h3 { margin: 13px auto 0; max-width: 170px; font-size: .82rem; line-height: 1.28; text-transform: uppercase; }
.purpose-banner { margin-top: 42px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: linear-gradient(130deg, var(--teal), #0b7374); border-radius: 20px; box-shadow: var(--soft-shadow); }
.purpose-banner p { margin: 0; font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.12; text-transform: uppercase; }
.purpose-banner span { display: block; margin-top: 10px; color: #d8f4e8; }
.purpose-banner svg { flex: 0 0 auto; width: 78px; height: 78px; color: #c9dfab; }
.corporate-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 54px; align-items: center; }
.corporate-intro { display: flex; gap: 24px; align-items: flex-start; }
.round-icon { flex: 0 0 auto; width: 104px; height: 104px; display: grid; place-items: center; border: 3px solid var(--teal); border-radius: 50%; color: var(--teal); }
.round-icon svg { width: 62px; height: 62px; }
.corporate h2 { margin: 0 0 12px; color: var(--teal); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; text-transform: uppercase; }
.corporate-intro p:last-child { margin-bottom: 0; font-size: 1.07rem; font-weight: 650; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 15px; }
.check-list li { position: relative; padding-left: 33px; font-weight: 800; text-transform: uppercase; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.08em; color: var(--teal); font-size: 1.45rem; }
.impact { padding-top: 40px; }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ownership-card, .support-card { min-height: 280px; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--soft-shadow); }
.ownership-card { display: flex; align-items: center; gap: 28px; padding: 32px; color: white; background: linear-gradient(135deg, #075d60, #08484b); }
.ownership-card img { width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.2)); }
.ownership-card h3 { margin: 0 0 12px; color: #ffba4b; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.15; text-transform: uppercase; }
.ownership-card p:last-child { margin: 0; color: rgba(255,255,255,.88); font-weight: 700; text-transform: uppercase; }
.support-card { padding: 34px; background: var(--cream-2); }
.support-card ul { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 13px; }
.support-card li { position: relative; padding-left: 28px; font-weight: 750; }
.support-card li::before { content: "♥"; position: absolute; left: 0; color: var(--teal); }
.donate-follow-grid { margin-top: 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: stretch; }
.paint-button { position: relative; min-height: 155px; overflow: hidden; border: 0; padding: 22px 48px; color: white; background: transparent; cursor: pointer; transform: rotate(-1deg); filter: drop-shadow(0 14px 18px rgba(156,62,6,.2)); }
.paint-button::before { content: ""; position: absolute; inset: 12px 0; z-index: -1; background: var(--orange); clip-path: polygon(1% 18%, 7% 4%, 18% 10%, 31% 1%, 44% 8%, 58% 0, 71% 7%, 87% 3%, 99% 19%, 95% 34%, 100% 51%, 94% 68%, 98% 84%, 86% 95%, 70% 91%, 54% 100%, 40% 93%, 23% 99%, 7% 88%, 2% 70%, 6% 54%, 0 38%); transition: background .2s, transform .2s; }
.paint-button:hover::before { background: var(--orange-dark); transform: scale(1.015); }
.paint-button span { display: block; font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; text-transform: uppercase; }
.paint-button small { display: block; margin-top: 8px; font-size: 1rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.instagram-card { min-height: 155px; display: flex; align-items: center; gap: 20px; padding: 28px 34px; color: var(--teal-dark); background: var(--cream-2); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--soft-shadow); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.instagram-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.instagram-card > svg:first-child { flex: 0 0 auto; width: 50px; height: 50px; color: var(--orange); }
.instagram-card span { min-width: 0; display: grid; }
.instagram-card small { font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.instagram-card b { margin-top: 6px; overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.35rem); }
.instagram-card .arrow { margin-left: auto; width: 34px; height: 34px; }
.site-footer { padding: 28px 24px max(28px, env(safe-area-inset-bottom)); color: white; background: var(--teal-dark); }
.footer-inner { max-width: 1180px; margin: auto; display: flex; align-items: center; justify-content: center; gap: 24px; text-transform: uppercase; letter-spacing: .08em; }
.footer-inner img { width: 58px; height: 58px; object-fit: contain; }
.footer-inner p { margin: 0; font-weight: 800; }
.footer-inner span { width: 1px; height: 32px; background: var(--gold); }
.footer-inner a { font-weight: 700; text-decoration: none; }
.footer-note { max-width: 920px; margin: 16px auto 0; color: rgba(255,255,255,.68); font-size: .78rem; text-align: center; }
.mobile-donate-bar { display: none; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,29,27,.8); backdrop-filter: blur(10px); }
.modal-panel { position: relative; z-index: 1; width: min(1200px, 100%); max-height: calc(100dvh - 48px); overflow: auto; padding: 42px; color: var(--ink); background: linear-gradient(145deg, #fffdf5, #f3ead6); border: 1px solid rgba(255,255,255,.8); border-radius: 30px; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.modal-close { position: sticky; top: 0; float: right; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(11,93,96,.24); border-radius: 50%; color: var(--teal-dark); background: rgba(255,255,255,.9); cursor: pointer; }
.modal-close svg { width: 24px; height: 24px; }
.modal-header { display: flex; align-items: center; gap: 20px; max-width: 830px; margin-bottom: 32px; }
.modal-header img { width: 72px; height: 72px; object-fit: contain; }
.modal-header h2 { margin: 0; color: var(--teal); font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; text-transform: uppercase; }
.modal-header p:last-child { margin-bottom: 0; }
.crypto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; clear: both; }
.crypto-card { position: relative; padding: 24px; text-align: center; background: rgba(255,255,255,.82); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 28px rgba(24,57,49,.08); }
.crypto-card h3 { margin: 10px 0 0; color: var(--teal-dark); font-size: 1.5rem; }
.network-label { margin: 0 0 15px; color: var(--muted); font-size: .84rem; }
.coin { width: 52px; height: 52px; margin: auto; display: grid; place-items: center; border-radius: 50%; color: white; font-size: 1.65rem; font-weight: 950; }
.coin-bitcoin { background: #f7931a; }
.coin-ethereum { background: #627eea; }
.coin-solana { background: linear-gradient(135deg, #9945ff, #14f195); }
.qr-code { width: min(230px, 100%); aspect-ratio: 1; margin: 0 auto 18px; padding: 10px; object-fit: contain; background: white; border: 1px solid rgba(0,0,0,.08); border-radius: 16px; }
.wallet-row { display: grid; gap: 10px; }
.wallet-row code { min-height: 58px; display: grid; place-items: center; padding: 10px; overflow-wrap: anywhere; color: var(--teal-dark); background: #f4efe2; border-radius: 12px; font-size: .76rem; }
.copy-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 12px; color: white; background: var(--teal); font-weight: 850; cursor: pointer; }
.copy-button:hover { background: var(--teal-dark); }
.copy-button svg { width: 18px; height: 18px; }
.crypto-warning { margin: 24px 0 0; padding: 14px 18px; color: #74410f; background: #ffedc9; border-radius: 14px; text-align: center; font-size: .87rem; }
.copy-status { min-height: 24px; margin-top: 10px; color: var(--teal); text-align: center; font-weight: 850; }

.reveal, .reveal-stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible, .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .08s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .16s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .24s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .32s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .4s; }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: .48s; }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: .56s; }
.reveal-stagger.is-visible > *:nth-child(9) { transition-delay: .64s; }
.reveal-stagger.is-visible > *:nth-child(10) { transition-delay: .72s; }
.reveal-stagger.is-visible > *:nth-child(11) { transition-delay: .8s; }
.reveal-stagger.is-visible > *:nth-child(12) { transition-delay: .88s; }

@media (max-width: 1050px) {
  .hero { min-height: 1080px; padding-bottom: 300px; }
  .hero-content { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .hero-copy { max-width: 820px; margin: auto; }
  .hero-copy > p:last-of-type { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-card:nth-child(2)::after { display: none; }
  .pillar-card:nth-child(-n+2) { border-bottom: 1px solid rgba(200,92,9,.25); }
  .therapy-grid { grid-template-columns: repeat(4, 1fr); }
  .corporate-grid { grid-template-columns: 1fr; }
  .crypto-grid { grid-template-columns: 1fr 1fr; }
  .crypto-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  .site-header { padding: 10px 14px; }
  .menu-toggle { display: grid; }
  .primary-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: rgba(255,250,240,.98);
    border: 1px solid rgba(11,93,96,.2);
    border-radius: 18px;
    box-shadow: var(--shadow);
    transform: translateY(-10px) scale(.98);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
  }
  .primary-nav.is-open { transform: none; opacity: 1; visibility: visible; }
  .primary-nav a { padding: 12px; color: var(--ink); border-radius: 10px; }
  .primary-nav a:hover { background: #f4ead6; }
  .primary-nav .button { margin-top: 5px; }
  .nav-brand b { font-size: .74rem; }
  .nav-brand small { font-size: .55rem; }
  .hero { min-height: 980px; padding: 120px 18px 300px; background-position: 50% center; }
  .brand-logo-wrap { width: min(300px, 80vw); }
  .hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4.6rem); }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .pillar-card { padding: 22px 15px; }
  .pillar-card h2 { font-size: .77rem; }
  .pillar-card svg { width: 40px; height: 40px; }
  .section-pad { width: min(100% - 28px, 1180px); padding-block: 58px; }
  .section-card { padding-inline: 22px; }
  .site-shell::before, .site-shell::after { width: 42px; opacity: .15; background-size: 58px auto; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .audience-grid article:nth-child(4) { grid-column: 1 / 2; }
  .audience-grid article:nth-child(5) { grid-column: 3 / 4; }
  .therapy-grid { grid-template-columns: repeat(3, 1fr); }
  .therapy-card img { width: 112px; }
  .impact-grid, .donate-follow-grid { grid-template-columns: 1fr; }
  .footer-inner { flex-wrap: wrap; gap: 12px 18px; text-align: center; }
  .footer-inner span { display: none; }
  .footer-inner a, .footer-inner p { width: calc(100% - 90px); }
  .modal { padding: 12px; }
  .modal-panel { max-height: calc(100dvh - 24px); padding: 24px; border-radius: 22px; }
  .modal-header { align-items: flex-start; }
  .crypto-grid { grid-template-columns: 1fr; }
  .crypto-card:last-child { grid-column: auto; width: 100%; }
  .mobile-donate-bar { position: fixed; z-index: 900; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: block; pointer-events: none; }
  .mobile-donate-bar .button { width: 100%; pointer-events: auto; box-shadow: 0 12px 28px rgba(0,0,0,.26); }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 560px) {
  .nav-brand span { display: none; }
  .hero { min-height: 1040px; padding-bottom: 385px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-pillar-wrap { bottom: -110px; width: calc(100% - 24px); }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card:not(:last-child)::after { display: none; }
  .pillar-card { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 12px; text-align: left; border-bottom: 1px solid rgba(200,92,9,.2); }
  .pillar-card svg { margin: 0; }
  .pillar-card h2 { font-size: .78rem; }
  .site-shell { padding-top: 120px; }
  .section-heading { grid-template-columns: 36px 1fr 36px; gap: 10px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 12px; }
  .audience-grid article:nth-child(4), .audience-grid article:nth-child(5) { grid-column: auto; }
  .audience-grid article:last-child { grid-column: 1 / -1; }
  .therapy-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 10px; }
  .therapy-card img { width: min(132px, 38vw); }
  .purpose-banner { align-items: flex-start; padding: 22px; }
  .purpose-banner svg { width: 52px; height: 52px; }
  .corporate-intro, .ownership-card, .modal-header { display: grid; }
  .round-icon { width: 82px; height: 82px; }
  .round-icon svg { width: 48px; height: 48px; }
  .ownership-card img { width: 88px; height: 88px; }
  .instagram-card { padding: 22px; }
  .instagram-card .arrow { display: none; }
  .footer-inner img { width: 48px; height: 48px; }
  .footer-inner p, .footer-inner a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; }
}
