:root {
  --ink: #221437;
  --muted: #6f6578;
  --purple: #421c6f;
  --purple-deep: #2f1057;
  --pink: #ed176b;
  --pink-dark: #c90d57;
  --pink-soft: #fff0f5;
  --cream: #fffaf7;
  --white: #ffffff;
  --line: #eadfe9;
  --shadow: 0 26px 80px rgba(68, 23, 78, 0.12);
  --radius: 28px;
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  pointer-events: none;
  background-image: radial-gradient(rgba(66, 28, 111, 0.08) 0.75px, transparent 0.75px);
  background-size: 18px 18px;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: white;
  background: var(--purple);
  border-radius: 10px;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(66, 28, 111, 0.08);
  background: rgba(255, 250, 247, 0.9);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  width: var(--container);
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 132px; max-height: 64px; object-fit: contain; }
.brand-role {
  max-width: 88px;
  padding-left: 12px;
  color: var(--purple);
  border-left: 1px solid #ddcfe5;
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

nav a {
  color: #44364e;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

nav a:hover, nav a:focus-visible { color: var(--pink); }

.hero {
  width: var(--container);
  min-height: 650px;
  margin: 0 auto;
  padding: 56px 0 66px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 72px);
}

.audience-badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 9px 14px;
  color: var(--purple);
  background: #f0e8f7;
  border: 1px solid #ded0e8;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 17px;
  color: var(--pink);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

h1 {
  max-width: 670px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 4.9vw, 5rem);
  font-weight: 500;
}

h1 em {
  color: var(--pink);
  font-weight: 500;
}

.lead {
  max-width: 670px;
  margin-bottom: 24px;
  color: #55475d;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.hero-journey { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.hero-journey span { padding: 8px 11px; color: #55475d; background: white; border: 1px solid #e7dae5; border-radius: 10px; font-size: 0.76rem; font-weight: 800; box-shadow: 0 8px 18px rgba(66, 28, 111, 0.06); }
.hero-origin { margin: 0; color: #8b7c91; font-size: 0.81rem; }

.professional-actions {
  padding: 30px;
  color: white;
  background:
    radial-gradient(circle at 92% 7%, rgba(237, 23, 107, 0.34), transparent 31%),
    linear-gradient(145deg, #2f1057, #421c6f 58%, #672178);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(66, 28, 111, 0.24);
}

.professional-actions-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 20px; }
.professional-actions-heading > div { min-width: 0; max-width: 380px; }
.professional-actions-heading p { margin-bottom: 7px; color: #ff9dc0; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.professional-actions-heading h2 { margin: 0; font-size: clamp(1.65rem, 2.45vw, 2.3rem); font-weight: 500; line-height: 1.08; }
.professional-actions-heading img { width: 145px; flex: 0 0 auto; padding: 9px; background: white; border-radius: 13px; }
.quick-actions { display: grid; gap: 10px; }
.quick-actions article { display: flex; align-items: center; gap: 14px; padding: 14px 16px; color: var(--ink); background: rgba(255, 255, 255, 0.96); border: 1px solid rgba(255, 255, 255, 0.8); border-radius: 16px; }
.quick-actions article > div { min-width: 0; }
.quick-actions article > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: white; background: var(--pink); border-radius: 50%; font-size: 0.72rem; font-weight: 900; }
.quick-actions h3 { margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.1rem; line-height: 1.12; }
.quick-actions p { margin: 0; color: #65596b; font-size: 0.8rem; line-height: 1.4; }
.hero-cta { width: 100%; margin-top: 15px; color: white; background: var(--pink); box-shadow: 0 12px 30px rgba(29, 5, 48, 0.28); }
.hero-cta:hover { background: #cf0f5a; }
.client-relay { display: flex; align-items: flex-start; gap: 10px; margin-top: 15px; padding: 12px 14px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 14px; }
.client-relay > span { flex: 0 0 auto; color: #ff8ab6; }
.client-relay p { margin: 0; color: #eadfec; font-size: 0.75rem; line-height: 1.42; }
.client-relay strong { color: white; }

.principles { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 0 0 34px; }
.principles span { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 800; }
.principles i {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: white;
  background: var(--pink);
  border-radius: 50%;
  font-size: 0.72rem;
  font-style: normal;
}

.hero-actions, .plan-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, .profile-tab:focus-visible, .copy-button:focus-visible, summary:focus-visible { outline: 3px solid rgba(237, 23, 107, 0.28); outline-offset: 3px; }
.button.primary { color: white; background: var(--pink); box-shadow: 0 12px 30px rgba(237, 23, 107, 0.25); }
.button.primary:hover { background: var(--pink-dark); }
.button.text-button { padding-inline: 8px; color: var(--purple); }
.button.soft { color: var(--purple); background: #f0e8f7; }
.button.white { color: var(--purple); background: white; box-shadow: 0 12px 30px rgba(31, 8, 55, 0.2); }
.button.outline { color: var(--purple); background: white; border-color: #d9c9e4; }

.hero-art {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 8% 2% 6%;
  z-index: -2;
  background: radial-gradient(circle at 50% 45%, #ffe5ee 0 38%, rgba(255, 238, 244, 0.3) 66%, transparent 68%);
}

.orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(237, 23, 107, 0.18);
  border-radius: 50%;
}

.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 565px; height: 380px; transform: rotate(-15deg); border-style: dashed; }

.cushion {
  width: min(100%, 520px);
  transform: rotate(2deg);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-12px) rotate(0deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cushion { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

.art-label {
  position: absolute;
  left: 3%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid white;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.art-label .mini-heart { display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--pink); border-radius: 11px; }
.art-label strong, .art-label small { display: block; }
.art-label strong { font-family: Georgia, serif; font-size: 1.04rem; }
.art-label small { margin-top: 2px; color: var(--muted); font-size: 0.72rem; }

.action-section {
  padding: 104px max(20px, calc((100vw - 1180px) / 2)) 116px;
  background: white;
  border-radius: 48px 48px 0 0;
}

.october-intro {
  max-width: 1180px;
  margin: 0 auto 30px;
  padding: 52px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 58px;
  background:
    radial-gradient(circle at 92% 16%, rgba(237, 23, 107, 0.11), transparent 36%),
    linear-gradient(135deg, #fff8fb, #fff0f5);
  border: 1px solid #f5d7e3;
  border-radius: 30px;
  box-shadow: 0 24px 65px rgba(112, 28, 74, 0.09);
}

.october-intro-copy h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.3rem, 4vw, 3.9rem);
  font-weight: 500;
}

.october-intro-copy > p:not(.eyebrow) { max-width: 740px; color: #5d5064; }
.october-intro-copy > p:last-child { margin-bottom: 0; }
.october-intro-copy strong { color: var(--purple); }

.october-mark {
  margin: 0;
  padding: 30px;
  background: white;
  border: 1px solid #f0dfe7;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(77, 23, 71, 0.1);
}

.october-mark img { width: 100%; height: auto; }
.october-mark figcaption { margin-top: 18px; color: var(--purple); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.06em; text-align: center; text-transform: uppercase; }

.association-panel {
  scroll-margin-top: 104px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 56px;
  color: white;
  background:
    radial-gradient(circle at 9% 18%, rgba(237, 23, 107, 0.28), transparent 34%),
    linear-gradient(135deg, #2d0f53, var(--purple) 62%, #5c2079);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(66, 28, 111, 0.2);
}

.association-mark {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 30px;
  color: var(--purple);
  background: white;
  border-radius: 22px;
  transform: rotate(-1.5deg);
  box-shadow: 0 18px 40px rgba(20, 4, 39, 0.24);
}

.association-mark img { width: 190px; }
.association-mark span { font-size: 0.74rem; font-weight: 900; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.association-content h2 { max-width: 720px; margin-bottom: 18px; font-size: clamp(2.2rem, 3.8vw, 3.75rem); font-weight: 500; }
.association-intro { max-width: 760px; margin-bottom: 22px; color: #e6dcec; font-size: 1rem; }
.association-intro strong { color: white; }
.association-pillars { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.association-pillars span { padding: 8px 13px; color: white; background: rgba(255, 255, 255, 0.11); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 999px; font-size: 0.77rem; font-weight: 850; }

.section-heading { max-width: 680px; margin: 0 auto 50px; text-align: center; }
.section-heading h2, .module-intro h2, .toolkit-heading h2, .faq-heading h2 { margin-bottom: 16px; font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 500; }
.section-heading > p:last-child, .module-intro > p:last-child, .toolkit-heading p, .faq-heading p { color: var(--muted); }

.gesture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.gesture-card {
  position: relative;
  min-height: 286px;
  padding: 34px;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid #f1e7e4;
  border-radius: 24px;
}

.gesture-card.featured { background: var(--purple); border-color: var(--purple); color: white; transform: translateY(-10px); box-shadow: 0 24px 55px rgba(66, 28, 111, 0.18); }
.gesture-number { position: absolute; right: 22px; top: 16px; color: rgba(66, 28, 111, 0.12); font-family: Georgia, serif; font-size: 4.2rem; line-height: 1; }
.featured .gesture-number { color: rgba(255, 255, 255, 0.1); }
.gesture-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 38px; color: var(--purple); background: white; border-radius: 15px; box-shadow: 0 9px 20px rgba(66, 28, 111, 0.1); font-size: 1.25rem; font-weight: 900; }
.heart-icon { color: var(--pink); }
.gesture-card h3 { margin-bottom: 12px; font-family: Georgia, serif; font-size: 1.58rem; }
.gesture-card p { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }
.gesture-card.featured p { color: #ddd3e7; }

.action-note {
  max-width: 940px;
  margin: 26px auto 0;
  padding: 18px 22px;
  color: #5a4962;
  background: #fff3f7;
  border: 1px solid #f7d7e4;
  border-radius: 16px;
  font-size: 0.93rem;
  text-align: center;
}

.action-note strong { color: var(--purple); }
.action-note a { color: var(--purple); font-weight: 850; text-decoration-color: rgba(66, 28, 111, 0.35); text-underline-offset: 3px; }
.action-note a:hover { text-decoration-color: var(--purple); }

.recognition-panel {
  max-width: 1180px;
  margin: 72px auto 0;
  padding: 54px;
  color: white;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 92, 151, 0.3), transparent 28%),
    linear-gradient(135deg, #2a0c4d, var(--purple) 58%, #681f78);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(66, 28, 111, 0.18);
}

.recognition-heading { max-width: 780px; }
.recognition-heading h2 { margin-bottom: 16px; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 500; }
.recognition-heading > p:last-child { color: #e5d8ec; font-size: 1rem; }
.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 36px; }
.recognition-grid article { padding: 26px; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 20px; }
.recognition-grid article > span { display: block; margin-bottom: 22px; color: #ff9dc0; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.1em; }
.recognition-grid h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.35rem; }
.recognition-grid p { margin: 0; color: #ded2e6; font-size: 0.88rem; }
.recognition-extra { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 20px; padding: 28px; color: var(--ink); background: #fff1f6; border-radius: 20px; }
.recognition-extra > div { max-width: 760px; }
.recognition-extra h3 { margin-bottom: 8px; color: var(--purple); font-family: Georgia, serif; font-size: 1.45rem; }
.event-subtitle { margin-bottom: 10px; color: var(--pink-dark); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.recognition-extra p:last-child { margin: 0; color: #5a4962; font-size: 0.88rem; }
.light-button { flex: 0 0 auto; color: white; background: var(--purple); }
.light-button:hover { background: #2f1051; }
.recognition-help { margin: 15px 4px 0; color: #ccbcd7; font-size: 0.78rem; }

.participation-flow {
  scroll-margin-top: 104px;
  max-width: 1180px;
  margin: 106px auto 0;
  padding: 56px;
  color: white;
  background:
    radial-gradient(circle at 8% 92%, rgba(237, 23, 107, 0.25), transparent 30%),
    linear-gradient(135deg, #2f1057, #421c6f 58%, #622079);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(66, 28, 111, 0.2);
}

.flow-heading { max-width: 790px; }
.flow-heading h2 { margin-bottom: 16px; font-size: clamp(2.25rem, 4vw, 3.8rem); font-weight: 500; }
.flow-heading > p:last-child { color: #e4d8ec; }
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.flow-steps article { padding: 26px; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 20px; }
.flow-steps article > span { display: block; margin-bottom: 22px; color: #ff9dc0; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.1em; }
.flow-steps h3 { margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.3rem; }
.flow-steps p { margin: 0; color: #ded2e6; font-size: 0.88rem; }
.flow-steps a { color: white; font-weight: 800; text-underline-offset: 3px; }
.flow-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 22px; padding: 25px 28px; color: var(--ink); background: #fff1f6; border-radius: 20px; }
.flow-cta strong { color: var(--purple); font-family: Georgia, serif; font-size: 1.2rem; }
.flow-cta p { margin: 4px 0 0; color: #65556d; font-size: 0.86rem; }
.flow-cta .button { flex: 0 0 auto; }

.profile-module {
  margin-top: 106px;
  padding: 58px;
  background: #fbf6fc;
  border: 1px solid #eee3f1;
  border-radius: 34px;
}

.module-intro { max-width: 700px; }
.module-intro h2 { font-size: clamp(2.2rem, 3.8vw, 3.7rem); }

.profile-selector {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 36px 0 22px;
  padding: 8px;
  background: white;
  border: 1px solid #e9dfea;
  border-radius: 18px;
}

.profile-tab {
  min-height: 54px;
  padding: 12px 14px;
  color: #5b4a65;
  background: transparent;
  border: 0;
  border-radius: 13px;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.profile-tab span { margin-right: 5px; color: var(--pink); }
.profile-tab:hover { background: #faf6fb; }
.profile-tab.is-active { color: white; background: var(--purple); box-shadow: 0 8px 18px rgba(66, 28, 111, 0.18); }
.profile-tab.is-active span { color: #ff84b1; }

.profile-plan {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 26px 54px;
  padding: 40px;
  background: white;
  border: 1px solid #eadfea;
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(66, 28, 111, 0.07);
}

.plan-kicker { display: block; margin-bottom: 12px; color: var(--pink); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.profile-plan h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.35rem); line-height: 1.15; }
.profile-plan p { margin-bottom: 0; color: var(--muted); }
.plan-steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.plan-steps li { position: relative; min-height: 48px; padding: 2px 0 18px 54px; color: #55475d; }
.plan-steps li:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 38px; width: 1px; height: calc(100% - 26px); background: #ead9e3; }
.plan-steps li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; top: -4px; display: grid; place-items: center; width: 36px; height: 36px; color: white; background: var(--pink); border-radius: 50%; font-size: 0.76rem; font-weight: 900; }
.plan-steps strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 0.92rem; }
.plan-steps span { font-size: 0.87rem; }
.plan-actions { grid-column: 1 / -1; padding-top: 8px; border-top: 1px solid #eee3ea; }

.tools-section { padding: 0 0 90px; background: #fff; }
.donation-panel {
  width: var(--container);
  margin: 0 auto;
  padding: 68px;
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 70px;
  color: white;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 88, 151, 0.33), transparent 32%),
    linear-gradient(135deg, var(--purple-deep), #5b1878 62%, #771c77);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(66, 28, 111, 0.2);
}

.eyebrow.light { color: #ff9dc0; }
.donation-copy h2 { margin-bottom: 20px; font-size: clamp(2.5rem, 4.6vw, 4.5rem); font-weight: 500; }
.donation-copy > p:not(.eyebrow):not(.fiscal-note) { max-width: 650px; color: #e5d8ec; font-size: 1.03rem; }
.donation-copy .button { margin: 12px 0 18px; }
.fiscal-note { max-width: 680px; margin: 0; color: #cabbd4; font-size: 0.76rem; }
.fiscal-note a { color: white; font-weight: 750; text-decoration-color: rgba(255, 255, 255, 0.48); text-underline-offset: 3px; }
.fiscal-note a:hover { text-decoration-color: white; }

.qr-card {
  display: block;
  padding: 23px;
  color: var(--ink);
  background: white;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
  transform: rotate(1.5deg);
  box-shadow: 0 25px 55px rgba(17, 4, 32, 0.32);
  transition: transform 180ms ease;
}

.qr-card:hover { transform: rotate(0) scale(1.015); }
.qr-card img { width: 235px; aspect-ratio: 1; margin: 0 auto 12px; object-fit: contain; }
.qr-card strong, .qr-card span { display: block; }
.qr-card strong { font-size: 0.93rem; }
.qr-card span { margin-top: 3px; color: var(--muted); font-size: 0.76rem; }

.kit-preview, .faq-block { width: var(--container); margin: 0 auto; padding-top: 110px; }
.kit-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
.kit-heading > div { max-width: 760px; }
.kit-heading h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 500; }
.kit-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.reserved-badge { flex: 0 0 auto; padding: 10px 15px; color: var(--purple); background: #f0e8f7; border: 1px solid #dfd0e8; border-radius: 999px; font-size: 0.78rem; font-weight: 900; }
.kit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.kit-item { min-width: 0; padding: 24px; background: var(--cream); border: 1px solid #eee3df; border-radius: 22px; }
.kit-item h3 { margin-bottom: 9px; font-family: Georgia, serif; font-size: 1.25rem; }
.kit-item p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.kit-icon { height: 150px; display: grid; place-items: center; margin-bottom: 22px; overflow: hidden; color: var(--purple); background: linear-gradient(145deg, #f5e9f5, #fff3f7); border-radius: 16px; }
.kit-icon > span { display: grid; place-items: center; color: var(--purple); background: white; border: 1px solid #eadce8; box-shadow: 0 12px 24px rgba(66, 28, 111, 0.12); font-size: 0.66rem; font-weight: 900; line-height: 1.25; text-align: center; }
.landscape-sheet > span { width: 128px; height: 86px; border-bottom: 5px solid var(--pink); transform: rotate(-2deg); }
.portrait-sheet > span { width: 78px; height: 112px; color: var(--pink); border-top: 6px solid var(--purple); transform: rotate(2deg); }
.message-sheet > span, .qr-sheet > span { width: 92px; height: 92px; border-radius: 18px; font-size: 2rem; }
.qr-sheet > span { color: white; background: var(--purple); }
.kit-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px; padding: 25px 28px; background: #fff1f6; border: 1px solid #f5d7e3; border-radius: 20px; }
.kit-cta p { margin: 0; color: #65556d; font-size: 0.9rem; }
.kit-cta strong { color: var(--purple); font-family: Georgia, serif; font-size: 1.15rem; }
.kit-cta .button { flex: 0 0 auto; }

.downloads-block, .toolkit, .faq-block { width: var(--container); margin: 0 auto; padding-top: 110px; }

.downloads-block { scroll-margin-top: 92px; }

.downloads-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 36px;
}

.downloads-heading > div { max-width: 720px; }
.downloads-heading h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 500; }
.downloads-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.downloads-heading > .button { flex: 0 0 auto; }

.download-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.download-card {
  min-width: 0;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid #eee3df;
  border-radius: 24px;
}

.download-preview {
  position: relative;
  height: 280px;
  display: grid;
  place-items: center;
  padding: 20px;
  overflow: hidden;
  background: #f1e8f3;
  text-decoration: none;
}

.download-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(34, 20, 55, 0.5));
  opacity: 0;
  transition: opacity 180ms ease;
}

.download-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(50, 23, 61, 0.16));
  transition: transform 220ms ease;
}

.download-preview > span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  padding: 7px 10px;
  color: white;
  background: rgba(48, 16, 87, 0.9);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.download-preview:hover::before,
.download-preview:focus-visible::before { opacity: 1; }
.download-preview:hover img,
.download-preview:focus-visible img { transform: scale(1.025); }
.download-preview:hover > span,
.download-preview:focus-visible > span { opacity: 1; transform: translateY(0); }

.landscape-card .download-preview { background: linear-gradient(145deg, #f4eaf4, #fff4f8); }
.portrait-card .download-preview { background: linear-gradient(145deg, #fff0f5, #f7eafa); }
.qr-download-card .download-preview { background: linear-gradient(145deg, #efe5f6, #fff); }
.qr-download-card .download-preview img { max-width: 200px; max-height: 200px; }

.download-card-copy { padding: 25px; }
.file-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.file-meta span:first-child { color: var(--pink); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.file-meta span:last-child { color: #958a9a; font-size: 0.75rem; }
.download-card h3 { min-height: 58px; margin-bottom: 10px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.16; }
.download-card p { min-height: 66px; margin-bottom: 22px; color: var(--muted); font-size: 0.9rem; }
.download-card .button { width: 100%; min-height: 46px; padding-block: 10px; }
.download-note { margin: 18px 0 0; color: var(--muted); font-size: 0.82rem; text-align: center; }

.toolkit-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
.toolkit-heading h2 { margin-bottom: 10px; }
.toolkit-heading p:last-child { margin-bottom: 0; }
.copy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.copy-card { display: flex; flex-direction: column; min-height: 355px; padding: 26px; background: var(--cream); border: 1px solid #eee3df; border-radius: 22px; }
.copy-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 22px; }
.copy-meta span:first-child { color: var(--pink); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.copy-meta span:last-child { color: #958a9a; font-size: 0.72rem; }
.copy-card p { color: #584c5d; font-size: 0.89rem; }
.copy-button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; margin-top: auto; padding: 10px 15px; color: var(--purple); background: white; border: 1px solid #dacde0; border-radius: 12px; font-size: 0.85rem; font-weight: 850; cursor: pointer; }
.copy-button:hover { color: white; background: var(--purple); border-color: var(--purple); }
.copy-button.is-copied { color: white; background: #24865d; border-color: #24865d; }

.faq-block { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(2.2rem, 3.6vw, 3.4rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 4px; color: var(--ink); font-size: 1rem; font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; color: var(--pink); background: var(--pink-soft); border-radius: 50%; font-size: 1.25rem; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; padding: 0 46px 22px 4px; color: var(--muted); font-size: 0.91rem; }
details p a { color: var(--purple); font-weight: 800; text-underline-offset: 3px; }

footer {
  padding: 55px max(20px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 60px;
  align-items: end;
  color: #d9cfe1;
  background: #211033;
}

.footer-brand img { width: 135px; padding: 8px; background: white; border-radius: 12px; }
.footer-brand p { margin: 12px 0 0; font-size: 0.8rem; }
.footer-contact { text-align: right; }
.footer-contact p { margin-bottom: 7px; }
.footer-contact a { display: inline-block; margin-left: 18px; color: white; text-decoration: none; font-size: 0.88rem; }
.footer-note { grid-column: 1 / -1; margin: 16px 0 0; padding-top: 22px; color: #93849e; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.75rem; text-align: center; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 100;
  padding: 11px 17px;
  color: white;
  background: #1f1630;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(31, 22, 48, 0.3);
  font-size: 0.84rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .nav-wrap {
    height: auto;
    min-height: 82px;
    flex-wrap: wrap;
    gap: 10px 24px;
    padding: 12px 0;
  }
  nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(66, 28, 111, 0.08);
    justify-content: space-between;
    gap: 16px;
  }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 34px; padding: 46px 0 62px; }
  .hero-copy { position: relative; z-index: 2; }
  .professional-actions { padding: 32px; }
  .gesture-grid { grid-template-columns: 1fr; }
  .recognition-panel { padding: 38px; }
  .recognition-grid { grid-template-columns: 1fr; }
  .recognition-extra { align-items: flex-start; flex-direction: column; }
  .participation-flow { padding: 38px; }
  .flow-steps { grid-template-columns: 1fr 1fr; }
  .flow-cta { align-items: flex-start; flex-direction: column; }
  .association-panel { grid-template-columns: 1fr; padding: 38px; gap: 34px; }
  .october-intro { grid-template-columns: 1fr; padding: 42px 38px; gap: 32px; }
  .october-mark { max-width: 520px; }
  .association-mark { min-height: 190px; transform: none; }
  .gesture-card.featured { transform: none; }
  .gesture-card { min-height: 230px; }
  .profile-module { padding: 38px 24px; }
  .profile-selector { grid-template-columns: 1fr 1fr; }
  .profile-plan { grid-template-columns: 1fr; padding: 30px 24px; }
  .donation-panel { grid-template-columns: 1fr; padding: 46px; gap: 44px; }
  .qr-card { width: min(100%, 320px); justify-self: center; }
  .kit-heading { align-items: flex-start; flex-direction: column; }
  .kit-grid { grid-template-columns: 1fr 1fr; }
  .kit-cta { align-items: flex-start; flex-direction: column; }
  .downloads-heading { align-items: stretch; flex-direction: column; }
  .downloads-heading > .button { align-self: flex-start; }
  .download-grid { grid-template-columns: 1fr 1fr; }
  .landscape-card { grid-column: 1 / -1; }
  .copy-grid { grid-template-columns: 1fr; }
  .copy-card { min-height: 0; }
  .copy-card p { margin-bottom: 26px; }
  .faq-block { grid-template-columns: 1fr; gap: 20px; }
  .faq-heading { position: static; }
}

@media (max-width: 600px) {
  :root { --container: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; padding: 10px 0; }
  .brand img { width: 112px; }
  .brand-role { display: none; }
  nav {
    gap: 12px;
    overflow-x: auto;
    padding: 9px 0 2px;
    scrollbar-width: none;
  }
  nav::-webkit-scrollbar { display: none; }
  nav a { flex: 0 0 auto; font-size: 0.76rem; white-space: nowrap; }
  .hero { gap: 22px; padding: 27px 0 42px; }
  .audience-badge { display: block; margin-bottom: 17px; padding: 8px 10px; border-radius: 12px; font-size: 0.67rem; line-height: 1.4; text-align: center; }
  .hero .eyebrow { display: none; }
  h1 { margin-bottom: 15px; font-size: clamp(2.25rem, 10.6vw, 3rem); line-height: 1.02; }
  .lead { margin-bottom: 12px; font-size: 0.94rem; }
  .hero-journey { display: none; }
  .hero-origin { font-size: 0.73rem; }
  .professional-actions { padding: 18px; border-radius: 22px; }
  .professional-actions-heading { gap: 12px; margin-bottom: 14px; }
  .professional-actions-heading h2 { font-size: 1.4rem; }
  .professional-actions-heading p { font-size: 0.62rem; letter-spacing: 0.09em; }
  .professional-actions-heading img { width: 102px; padding: 7px; border-radius: 10px; }
  .quick-actions { gap: 8px; }
  .quick-actions article { align-items: flex-start; gap: 10px; padding: 11px 12px; border-radius: 13px; }
  .quick-actions article > span { flex-basis: 32px; width: 32px; height: 32px; font-size: 0.64rem; }
  .quick-actions h3 { font-size: 1rem; }
  .quick-actions p { font-size: 0.74rem; line-height: 1.35; }
  .hero-cta { min-height: 48px; margin-top: 12px; padding-inline: 14px; font-size: 0.84rem; }
  .client-relay { margin-top: 11px; padding: 10px 11px; }
  .client-relay p { font-size: 0.7rem; }
  .principles { display: grid; }
  .hero-actions .button { width: 100%; }
  .action-section { padding-top: 78px; padding-bottom: 80px; border-radius: 34px 34px 0 0; }
  .october-intro { margin-bottom: 22px; padding: 28px 22px; border-radius: 24px; }
  .october-intro-copy h2 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .october-mark { padding: 20px; }
  .association-panel { margin-bottom: 0; padding: 22px; border-radius: 24px; }
  .association-mark { min-height: 155px; padding: 22px; }
  .association-mark img { width: 165px; }
  .gesture-card { padding: 28px; }
  .recognition-panel { margin-top: 72px; padding: 26px 20px; border-radius: 24px; }
  .recognition-extra { padding: 22px; }
  .recognition-extra .button { width: 100%; }
  .participation-flow { margin-top: 72px; padding: 30px 20px; border-radius: 24px; }
  .flow-steps { grid-template-columns: 1fr; }
  .flow-cta { padding: 22px; }
  .flow-cta .button { width: 100%; }
  .profile-module { margin-top: 72px; padding-inline: 14px; border-radius: 26px; }
  .module-intro { padding-inline: 10px; }
  .profile-selector { grid-template-columns: 1fr; }
  .profile-tab { text-align: left; padding-left: 20px; }
  .profile-plan { padding: 26px 20px; }
  .plan-actions .button { width: 100%; }
  .donation-panel { width: 100%; padding: 60px 24px; border-radius: 0; }
  .kit-preview { padding-top: 78px; }
  .kit-heading { gap: 18px; }
  .kit-grid { grid-template-columns: 1fr; }
  .kit-icon { height: 138px; }
  .kit-cta { padding: 22px; }
  .kit-cta .button { width: 100%; }
  .downloads-block, .toolkit, .faq-block { padding-top: 78px; }
  .downloads-heading > .button { width: 100%; }
  .download-grid { grid-template-columns: 1fr; }
  .landscape-card { grid-column: auto; }
  .download-preview { height: 250px; }
  .download-card h3, .download-card p { min-height: 0; }
  .toolkit-heading { align-items: stretch; flex-direction: column; }
  .toolkit-heading .button { width: 100%; }
  .copy-meta { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .footer-contact { text-align: left; }
  .footer-contact a { display: block; margin: 4px 0 0; }
}
