:root {
  --purple: #512769;
  --purple-dark: #30133f;
  --lavender: #f3edf7;
  --gold: #f2bc63;
  --ink: #28232c;
  --muted: #65616b;
  --line: #e6e0e9;
  --cream: #fcfaf7;
  --radius: 18px;
  --shadow: 0 18px 50px #35203b0d;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
}
a {
  color: var(--purple);
  text-underline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
a,
button {
  touch-action: manipulation;
}
:focus-visible {
  outline: 3px solid #ae650b;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 600;
}
h1 {
  font-size: clamp(2.7rem, 4.55vw, 4.7rem);
  margin-bottom: 26px;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin-bottom: 24px;
}
h3 {
  font-size: 1.45rem;
  line-height: 1.25;
}
p {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.narrow {
  max-width: 870px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.topline {
  background: var(--purple-dark);
  color: #f1e8f5;
  font-size: 0.72rem;
  letter-spacing: 0.035em;
  padding: 8px 0;
}
.topline .container {
  display: flex;
  justify-content: space-between;
}
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 23px;
}
.brand {
  display: flex;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  color: var(--purple);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.2;
}
.brand img {
  border-radius: 50%;
  flex: none;
}
.brand strong {
  font-weight: 800;
}
.brand small {
  display: block;
  font-size: 0.65rem;
  color: var(--muted);
  font-weight: 400;
  letter-spacing: 0.045em;
  margin-top: 7px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.login {
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-height: 49px;
  padding: 12px 23px;
  background: var(--purple);
  border: 1px solid var(--purple);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: var(--purple-dark);
  transform: translateY(-2px);
}
.button.secondary {
  background: transparent;
  color: var(--purple);
  border-color: #c9b8d3;
}
.button.secondary:hover {
  background: var(--lavender);
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 56px;
  font-size: 0.83rem;
}
.main-nav > a {
  color: #49414e;
  text-decoration: none;
  padding: 15px 0;
  white-space: nowrap;
}
.main-nav > a[aria-current] {
  color: var(--purple);
  box-shadow: inset 0 -3px var(--purple);
  font-weight: 700;
}
.main-nav > a[href="/donate"] {
  color: var(--purple);
  font-weight: 700;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  list-style: none;
}
.nav-dropdown summary:after {
  content: " ⌄";
}
.nav-dropdown > div {
  position: absolute;
  top: 35px;
  left: -15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-width: 210px;
  z-index: 20;
  padding: 10px;
}
.nav-dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.menu-toggle {
  display: none;
}
.hero {
  background: var(--cream);
  padding: 64px 0 70px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 65px;
  align-items: center;
}
.hero-copy {
  padding-block: 12px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 0.69rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 21px;
  line-height: 1.6;
}
.eyebrow > span {
  color: #b87923;
  margin-right: 7px;
}
.lead {
  font-size: 1.07rem;
  color: var(--muted);
  line-height: 1.85;
}
.hero .lead p {
  margin-bottom: 24px;
}
.actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.hero-note {
  font-size: 0.79rem;
  color: var(--muted);
  margin: 24px 0 0;
  line-height: 1.7;
}
.hero-visual {
  position: relative;
}
.editorial-image {
  position: relative;
}
.editorial-image img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: var(--radius);
  display: block;
}
.hero-visual .editorial-image img {
  aspect-ratio: 1.02;
  border-radius: 80px 18px 80px 18px;
}
.editorial-image figcaption {
  font-size: 0.61rem;
  color: #5f5964;
  margin: 8px 0 0;
  text-align: right;
}
.photo-note {
  position: absolute;
  bottom: 44px;
  left: -28px;
  background: #fffefb;
  box-shadow: 0 14px 40px #30133f20;
  border: 1px solid #eee7df;
  border-radius: 12px;
  padding: 18px 23px;
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 1.04rem;
  font-weight: 600;
  transform: rotate(-3deg);
}
.photo-note > span {
  color: var(--purple);
  font-size: 2.4rem;
  line-height: 1;
}
.photo-note small {
  display: block;
  font-size: 0.71rem;
  color: var(--muted);
  font-weight: 400;
  margin-top: 3px;
}
.text-hero .hero-grid {
  display: block;
  max-width: 920px;
  text-align: center;
}
.text-hero .hero-copy {
  padding: 20px 0;
}
.text-hero .lead {
  max-width: 790px;
  margin: auto;
}
.values-strip {
  border-block: 1px solid var(--line);
  background: #faf7fc;
}
.values-strip .container {
  display: flex;
  justify-content: space-around;
  padding-block: 25px;
  font-size: 0.8rem;
  color: var(--purple);
}
.values-strip span:before {
  content: "✦";
  color: #b88543;
  padding-right: 15px;
}
.welcome {
  padding-block: 90px;
  text-align: center;
  max-width: 860px;
}
.welcome h2 {
  font-size: 2.7rem;
  max-width: 750px;
  margin-inline: auto;
}
.welcome p:not(.eyebrow) {
  color: var(--muted);
  max-width: 720px;
  margin-inline: auto;
}
.editorial {
  padding-block: 75px;
}
.editorial.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.editorial.split .editorial-image img {
  aspect-ratio: 1.1;
}
.editorial p {
  color: var(--muted);
}
.editorial .button {
  margin-top: 10px;
}
.editorial.narrow + .editorial.narrow {
  border-top: 1px solid var(--line);
}
.support-section {
  background: #f7f4f9;
  padding-block: 85px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.section-heading h2 {
  max-width: 650px;
}
.section-heading .button {
  flex-shrink: 0;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  margin-top: 35px;
}
.support-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 29px;
  box-shadow: 0 6px 15px #30133f03;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.support-card .icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 13px;
  background: var(--lavender);
  font-size: 1.7rem;
  color: var(--purple);
  margin-bottom: 26px;
}
.support-card:nth-child(3n + 2) .icon {
  background: #fff5df;
  color: #856020;
}
.support-card:nth-child(3n + 3) .icon {
  background: #edf4ed;
  color: #4d7151;
}
.support-card h3 {
  color: var(--ink);
  font-size: 1.25rem;
}
.support-card p {
  color: var(--muted);
  font-size: 0.89rem;
  line-height: 1.7;
}
.text-link {
  font-size: 0.82rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.connect-panel {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  background: var(--purple-dark);
  padding: 65px;
  border-radius: 22px;
  color: white;
  margin-block: 90px;
}
.connect-panel h2 {
  font-size: 2.8rem;
}
.connect-panel .eyebrow {
  color: #e3bc77;
}
.connect-panel p {
  color: #e0d6e5;
}
.connect-panel .button {
  background: #fff;
  color: var(--purple);
  border-color: #fff;
}
.connect-panel .button.secondary {
  color: #fff;
  background: transparent;
  border-color: #9d86a9;
}
.connect-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.connect-steps div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  background: #ffffff0a;
  border: 1px solid #ffffff22;
  border-radius: 10px;
  font-size: 0.92rem;
}
.connect-steps span {
  color: #dfba7d;
  font-size: 0.74rem;
}
.jump-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
}
.jump-links a {
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 30px;
  font-size: 0.8rem;
  text-decoration: none;
}
.jump-links a:hover {
  background: var(--lavender);
}
.people-section {
  padding-block: 50px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 45px;
}
.person-card {
  padding: 27px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.person-card .eyebrow {
  font-size: 0.62rem;
  margin-top: 25px;
  margin-bottom: 9px;
}
.person-card h3 {
  font-size: 1.38rem;
}
.person-card p:not(.eyebrow) {
  font-size: 0.87rem;
  color: var(--muted);
}
.portrait {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: var(--lavender);
  margin: 0 auto;
}
.portrait img {
  position: absolute;
  width: 921.6px;
  max-width: none;
  height: 614.4px;
  left: -142px;
  top: -78px;
}
.portrait-2 img {
  left: -567px;
  top: -78px;
}
.portrait-3 img {
  left: -149px;
  top: -355px;
}
.portrait-4 img {
  left: -571px;
  top: -353px;
}
.portrait.single {
  display: block;
  object-fit: cover;
  object-position: 50% 25%;
  width: 180px;
  height: 180px;
}
.initials {
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  color: var(--purple);
}
.founder-names {
  font-weight: 600;
  color: var(--purple) !important;
}
.step-section {
  padding-block: 26px;
  max-width: 870px;
  border-bottom: 1px solid var(--line);
}
.step-section h2 {
  font-size: 1.65rem;
}
.donation-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-block: 75px;
}
.bank-card {
  background: var(--lavender);
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #dacee3;
}
.bank-card dl {
  margin: 0;
}
.bank-card dl > div {
  padding-block: 15px;
  border-bottom: 1px solid #d8c9e0;
}
.bank-card dt {
  font-size: 0.77rem;
  color: var(--muted);
}
.bank-card dd {
  font-size: 1.28rem;
  margin: 4px 0 0;
  font-weight: 600;
}
.bank-card h3 {
  margin-bottom: 10px;
}
.notice {
  background: #f7f1e6;
  border-left: 3px solid #b77c28;
  padding: 20px 24px;
  border-radius: 0 8px 8px 0;
  font-size: 0.9rem;
  margin-block: 25px;
}
.notice strong {
  display: block;
}
.closing {
  background: var(--lavender);
  padding: 60px 0;
}
.closing .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.closing h2 {
  font-size: 2.3rem;
  margin-bottom: 0;
}
.closing .button {
  flex-shrink: 0;
}
.campaign {
  margin-block: 40px;
  padding: 40px;
  background: #fff5df;
  border-radius: 18px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.story-card {
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.form-card {
  padding: 35px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}
label {
  display: block;
  font-size: 0.87rem;
  font-weight: 600;
  margin-bottom: 20px;
}
input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid #bdb3c5;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  margin-top: 6px;
  min-height: 46px;
}
textarea {
  resize: vertical;
  line-height: 1.6;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: none;
  accent-color: var(--purple);
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.privacy-note {
  font-size: 0.8rem;
  color: var(--muted);
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.error {
  background: #ffeded;
  border: 1px solid #c86060;
  color: #761919;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  overflow-wrap: anywhere;
}
.success {
  background: #edf6ee;
  border: 1px solid #5b8d65;
  padding: 30px;
  border-radius: 12px;
}
footer {
  background: #251430;
  color: #e9dfec;
  padding: 65px 0 25px;
  font-size: 0.83rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 60px;
}
.brand.light {
  color: #fff;
}
.footer-grid > div > p {
  max-width: 290px;
  color: #d0c0d6;
  margin-top: 20px;
}
footer h2 {
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  margin: 8px 0 25px;
  color: #e9c68c;
}
footer a:not(.brand) {
  display: block;
  color: #dacddd;
  text-decoration: none;
  margin-bottom: 12px;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #ffffff25;
  margin-top: 45px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: #baa8c1;
}
.admin-body {
  background: #f6f4f8;
}
.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 30px;
  background: white;
  border-bottom: 1px solid var(--line);
  gap: 20px;
}
.admin-header > div {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 0.8rem;
}
.admin-header form {
  margin: 0;
}
.admin-shell {
  display: grid;
  grid-template-columns: 230px 1fr;
  min-height: 90vh;
}
.admin-sidebar {
  background: white;
  padding: 25px 15px;
  border-right: 1px solid var(--line);
}
.admin-sidebar a {
  display: block;
  padding: 10px 15px;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 6px;
}
.admin-sidebar a:hover {
  background: var(--lavender);
}
.admin-main {
  padding: 45px;
  min-width: 0;
  max-width: 1300px;
}
.admin-main h1 {
  font-size: 2.2rem;
}
.admin-main h2 {
  font-size: 1.6rem;
  margin-top: 30px;
}
.auth-main {
  width: min(520px, calc(100% - 40px));
  margin: 70px auto;
}
.auth-main h1 {
  font-size: 2.2rem;
}
.auth-main .form-card {
  margin-top: 30px;
}
.admin-body button:not(.button) {
  padding: 8px 16px;
  border: 1px solid #bcb0c4;
  background: white;
  border-radius: 6px;
  color: var(--purple);
  min-height: 42px;
}
.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block: 35px;
}
.dashboard-cards a {
  background: white;
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 12px;
  text-decoration: none;
}
.dashboard-cards strong {
  display: block;
  font-size: 2rem;
}
.checklist {
  padding: 25px 45px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.checklist li {
  padding: 8px 0;
}
.table-wrap {
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}
th,
td {
  text-align: left;
  padding: 17px;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
}
th {
  background: #eee8f2;
  color: var(--purple);
  white-space: nowrap;
}
.badge {
  background: var(--lavender);
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 0.74rem;
  white-space: nowrap;
}
.status {
  font-size: 0.78rem;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.cms-form {
  background: white;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
}
.field-grid label:has(textarea) {
  grid-column: 1/-1;
}
.repeat-row {
  border: 1px solid var(--line);
  padding: 25px;
  border-radius: 10px;
  margin: 20px 0;
  background: #faf8fc;
}
.repeat-row legend {
  font-weight: 600;
  color: var(--purple);
}
.save-bar {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
}
.publication-actions {
  display: flex;
  gap: 30px;
  align-items: end;
  flex-wrap: wrap;
  padding: 30px;
  background: #eee7f3;
  margin-top: 25px;
  border-radius: 12px;
}
.account-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  margin-bottom: 15px;
  border-radius: 10px;
  flex-wrap: wrap;
}
.account-row label {
  margin: 0;
}
.account-row strong {
  margin-right: auto;
}
.media-thumb {
  object-fit: cover;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}
.preview-banner {
  padding: 18px;
  text-align: center;
  background: #ffe7a7;
}
.admin-main code {
  overflow-wrap: anywhere;
}
@media (min-width: 1500px) {
  .hero-grid {
    gap: 90px;
  }
  .home-hero {
    padding-block: 85px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 56px);
  }
  .hero-grid {
    gap: 35px;
  }
  .hero h1 {
    font-size: 3.2rem;
  }
  .main-nav {
    gap: 12px;
    font-size: 0.77rem;
  }
  .support-grid {
    gap: 15px;
  }
  .support-card {
    padding: 23px;
  }
  .editorial.split {
    gap: 40px;
  }
  .connect-panel {
    gap: 40px;
    padding: 45px;
  }
  .people-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    gap: 30px;
  }
  .contact-grid,
  .donation-grid {
    gap: 40px;
  }
  .admin-main {
    padding: 25px;
  }
  .admin-shell {
    grid-template-columns: 190px 1fr;
  }
}
@media (max-width: 760px) {
  .container {
    width: calc(100% - 40px);
  }
  .topline {
    font-size: 0.62rem;
  }
  .topline .container > span:first-child {
    display: none;
  }
  .topline .container {
    justify-content: center;
  }
  .header-main {
    padding-block: 15px;
    gap: 10px;
  }
  .brand {
    font-size: 0.9rem;
    gap: 9px;
  }
  .brand img {
    width: 46px;
    height: 46px;
  }
  .brand small {
    font-size: 0.53rem;
    max-width: 150px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions > .button {
    display: none;
  }
  .login {
    font-size: 0.76rem;
  }
  .menu-toggle {
    display: block;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 0.75rem;
    color: var(--purple);
    min-height: 42px;
  }
  .main-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 12px;
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .main-nav > a {
    padding: 13px 8px;
    font-size: 0.95rem;
    border-bottom: 1px solid var(--line);
  }
  .nav-dropdown {
    padding: 13px 8px;
  }
  .nav-dropdown > div {
    position: static;
    box-shadow: none;
    margin-top: 15px;
  }
  .hero {
    padding: 36px 0 42px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 8.5vw, 3.5rem);
    line-height: 1.08;
    margin-bottom: 22px;
  }
  .hero .eyebrow {
    font-size: 0.62rem;
    margin-bottom: 18px;
  }
  .lead {
    font-size: 0.98rem;
    line-height: 1.75;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .actions {
    gap: 10px;
  }
  .button {
    font-size: 0.82rem;
    padding: 12px 17px;
    gap: 13px;
    min-height: 48px;
  }
  .hero-note {
    font-size: 0.74rem;
  }
  .hero-visual {
    padding-left: 9px;
  }
  .hero-visual .editorial-image img {
    aspect-ratio: 1.25;
    border-radius: 50px 12px 50px 12px;
  }
  .photo-note {
    bottom: 35px;
    left: -8px;
    padding: 12px 17px;
    font-size: 0.9rem;
  }
  .photo-note small {
    font-size: 0.64rem;
  }
  .photo-note > span {
    font-size: 2rem;
  }
  .values-strip .container {
    flex-wrap: wrap;
    gap: 12px 20px;
    justify-content: center;
    padding-block: 22px;
    font-size: 0.7rem;
  }
  .values-strip span:before {
    padding-right: 8px;
  }
  .welcome {
    padding-block: 55px;
  }
  .welcome h2 {
    font-size: 2rem;
  }
  .welcome p:not(.eyebrow) {
    font-size: 0.93rem;
  }
  .eyebrow {
    font-size: 0.62rem;
  }
  .editorial {
    padding-block: 45px;
  }
  .editorial.split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .editorial.split .editorial-image img {
    aspect-ratio: 1.4;
  }
  .editorial p {
    font-size: 0.94rem;
  }
  .support-section {
    padding-block: 50px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    font-size: 2rem;
  }
  .section-heading .button {
    margin-bottom: 15px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
  }
  .support-card {
    padding: 26px;
  }
  .support-card .icon {
    margin-bottom: 18px;
  }
  .support-card p {
    font-size: 0.9rem;
  }
  .connect-panel {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-block: 50px;
    padding: 30px 25px;
    border-radius: 16px;
  }
  .connect-panel h2 {
    font-size: 2.15rem;
  }
  .connect-panel p {
    font-size: 0.93rem;
  }
  .connect-steps {
    gap: 10px;
  }
  .connect-steps div {
    font-size: 0.84rem;
    padding: 12px 15px;
  }
  .jump-links {
    justify-content: flex-start;
    gap: 8px;
    padding-block: 20px;
  }
  .jump-links a {
    font-size: 0.72rem;
    padding: 7px 13px;
  }
  .people-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .person-card {
    padding: 28px;
  }
  .person-card p:not(.eyebrow) {
    font-size: 0.93rem;
  }
  .people-section {
    padding-block: 35px;
  }
  .donation-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 45px;
  }
  .bank-card,
  .form-card {
    padding: 25px;
  }
  .closing {
    padding-block: 45px;
  }
  .closing .container {
    display: block;
  }
  .closing h2 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid > div > p {
    max-width: 320px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-bottom: 8px;
  }
  footer {
    padding-top: 45px;
  }
  .story-grid {
    grid-template-columns: 1fr;
  }
  .admin-header {
    align-items: flex-start;
    padding: 15px;
  }
  .admin-header > div {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    max-width: 180px;
  }
  .admin-header > div > span {
    display: none;
  }
  .admin-shell {
    display: block;
  }
  .admin-sidebar {
    display: flex;
    overflow: auto;
    gap: 5px;
    padding: 10px;
    border-bottom: 1px solid var(--line);
  }
  .admin-sidebar a {
    white-space: nowrap;
    background: var(--lavender);
  }
  .admin-main {
    padding: 25px 20px;
  }
  .dashboard-cards {
    gap: 10px;
  }
  .dashboard-cards a {
    padding: 15px;
    font-size: 0.75rem;
  }
  .field-grid {
    grid-template-columns: 1fr;
  }
  .cms-form {
    padding: 20px;
  }
  .repeat-row {
    padding: 18px;
  }
  .admin-main h1 {
    font-size: 1.8rem;
  }
  .publication-actions {
    padding: 20px;
  }
  .account-row {
    gap: 15px;
  }
  .auth-main {
    margin-top: 40px;
  }
  .text-hero .hero-copy {
    text-align: left;
  }
  .text-hero .hero-grid {
    text-align: left;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover,
  .support-card:hover {
    transform: none;
  }
}
/* Editorial refinement: warm surfaces, distinctive typography and generous profiles. */
body {
  font-family: "Manrope", Arial, sans-serif;
}
h1,
h2,
h3 {
  font-weight: 650;
  letter-spacing: -0.045em;
}
.hero-emphasis {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-style: italic;
  color: var(--purple);
  letter-spacing: -0.055em;
}
.home-hero {
  background:
    radial-gradient(ellipse at 91% 20%, #f1e9f5 0, transparent 45%),
    linear-gradient(135deg, #fffcf7, #faf8f5);
}
.hero-visual:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 82%;
  border: 1px solid #d7c5df;
  border-radius: 85px 20px 85px 20px;
  transform: rotate(6deg);
  top: 4%;
  left: 8%;
}
.hero-visual .editorial-image {
  position: relative;
}
.photo-note {
  border-bottom: 3px solid var(--gold);
}
.welcome h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
}
.support-card {
  border-radius: 20px;
  box-shadow: 0 8px 24px #3b204408;
}
.support-card .icon {
  border: 1px solid #51276912;
}
.connect-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 100% 0, #75448b 0, transparent 55%),
    var(--purple-dark);
  box-shadow: 0 24px 60px #30133f20;
}
.connect-steps {
  position: relative;
}
.connect-steps div {
  background: #ffffff0f;
}
.people-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.person-card {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e9e1ed;
  box-shadow: 0 12px 36px #30133f08;
  border-radius: 22px;
}
.person-photo {
  padding: 34px;
  background:
    radial-gradient(circle at 75% 15%, #fff5df, transparent 60%),
    linear-gradient(145deg, #f2ebf7, #faf8f4);
  border-bottom: 1px solid #ebe3ed;
}
.person-card:nth-child(2n) .person-photo {
  background: linear-gradient(140deg, #eff3ed, #fbf7ef);
}
.person-photo .portrait {
  box-shadow: 0 8px 25px #30133f12;
  outline: 7px solid #ffffffa0;
}
.person-copy {
  padding: 32px 36px;
}
.person-copy .eyebrow {
  margin-top: 0;
}
.person-copy h3 {
  font-size: 1.6rem;
  color: var(--purple-dark);
}
.person-copy p:not(.eyebrow) {
  font-size: 0.92rem;
  line-height: 1.9;
}
.person-card.chair-card {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.chair-card .person-photo {
  display: flex;
  align-items: center;
  border-bottom: 0;
  border-right: 1px solid #ebe3ed;
}
.chair-card .person-copy {
  padding: 40px;
}
.chair-card .person-copy h3 {
  font-size: 2rem;
}
.person-copy small {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: var(--lavender);
  color: var(--purple);
}
.initials {
  font-family: "Fraunces", Georgia, serif;
  font-size: 3.3rem;
}
.bank-card {
  box-shadow: 0 18px 45px #5127690b;
}
.cms-form,
.form-card {
  box-shadow: 0 8px 30px #30133f05;
}
label {
  text-transform: none;
}
@media (max-width: 1100px) {
  .person-card.chair-card {
    grid-template-columns: 240px 1fr;
  }
  .chair-card .person-photo {
    padding: 25px;
  }
  .person-copy {
    padding: 28px;
  }
  .chair-card .person-copy {
    padding: 30px;
  }
}
@media (max-width: 760px) {
  .people-grid {
    grid-template-columns: 1fr;
  }
  .person-card.chair-card {
    display: block;
  }
  .chair-card .person-photo {
    padding: 34px;
    border-right: 0;
    border-bottom: 1px solid #ebe3ed;
  }
  .person-copy,
  .chair-card .person-copy {
    padding: 28px;
  }
  .chair-card .person-copy h3 {
    font-size: 1.6rem;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 8.2vw, 3.4rem);
  }
  .hero-visual:before {
    border-radius: 50px 12px 50px 12px;
  }
  .person-copy p:not(.eyebrow) {
    font-size: 0.93rem;
  }
}
@font-face {
  font-family: Manrope;
  src: url("/assets/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: Fraunces;
  src: url("/assets/fraunces.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Fraunces;
  src: url("/assets/fraunces-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}
/* Shared page rhythm and richer supporting components across the public site. */
.text-hero {
  background:
    radial-gradient(ellipse at 10% 5%, #f3eaf8, transparent 45%),
    radial-gradient(ellipse at 90% 90%, #fff2d8, transparent 45%), #fcfaf8;
  border-bottom: 1px solid #ebe3ed;
}

.text-hero h1 {
  color: var(--purple-dark);
}
.journey-section {
  padding-block: 75px;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.journey-grid article {
  padding: 28px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  position: relative;
}
.journey-number {
  display: inline-block;
  color: #8b5d24;
  background: #fff0d3;
  padding: 5px 12px;
  border-radius: 22px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 28px;
}
.journey-grid h3 {
  font-size: 1.3rem;
}
.journey-grid p {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.85;
}
.feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 30px 0;
}
.feature-list li {
  padding: 18px 18px 18px 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  position: relative;
  font-size: 0.9rem;
}
.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 18px;
  color: #527056;
  font-weight: 700;
}
.section-mission,
.section-vision,
.section-privacy,
.section-signposting,
.section-request {
  background: #f7f3f9;
  border: 1px solid #e8dfed !important;
  padding: 45px 50px;
  border-radius: 20px;
  margin-block: 25px;
}
.section-vision {
  background: #f5f6ee;
  border-color: #e4e7d9 !important;
}
.section-values h2,
.section-share h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
}
.section-values p {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.section-fundraise,
.section-partner {
  border-left: 3px solid var(--gold);
  padding-left: 35px;
  padding-right: 25px;
  margin-block: 35px;
}
.contact-grid > .form-card {
  border-top: 4px solid var(--purple);
  padding-top: 36px;
}
.contact-grid > div > h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: 2.6rem;
}
.bank-card {
  border-top: 4px solid #b47d30;
  background: linear-gradient(150deg, #f5edf9, #fcf9f4);
}
.bank-card dd {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
}
.bank-card h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-size: 1.8rem;
}
.closing {
  background:
    radial-gradient(ellipse at 100% 0, #eddfef, transparent 65%), #f4eef6;
  border-top: 1px solid #e8deed;
}
.closing h2 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
}
footer {
  background:
    radial-gradient(ellipse at 0 0, #422052, transparent 65%), #251430;
  border-top: 3px solid #d4ae6e;
}
.admin-header {
  box-shadow: 0 5px 20px #30133f04;
}
.admin-sidebar a {
  margin-bottom: 3px;
  transition: background 0.15s;
}
.dashboard-cards a {
  border-top: 3px solid #9b7baf;
  box-shadow: 0 8px 20px #30133f04;
}
.dashboard-cards a:nth-child(2) {
  border-top-color: #b89a5c;
}
.dashboard-cards a:nth-child(3) {
  border-top-color: #82a18a;
}
.admin-main .form-card {
  border-top: 3px solid #b29ac3;
}
.repeat-row {
  box-shadow: inset 3px 0 #d9c7e3;
}
@media (max-width: 1020px) {
  .menu-toggle {
    display: block;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 7px;
    padding: 8px 12px;
    min-height: 42px;
    color: var(--purple);
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 12px;
  }
  .main-nav > a {
    padding: 12px 8px;
  }
  .nav-dropdown {
    padding: 12px 8px;
  }
  .nav-dropdown > div {
    position: static;
    box-shadow: none;
    margin-top: 12px;
  }
  .journey-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .journey-section {
    padding-block: 45px;
  }
  .journey-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .journey-grid article {
    padding: 25px;
  }
  .journey-number {
    margin-bottom: 18px;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .section-mission,
  .section-vision,
  .section-privacy,
  .section-signposting,
  .section-request {
    padding: 30px 25px;
  }
  .section-fundraise,
  .section-partner {
    padding-left: 24px;
    margin-block: 25px;
  }
  .contact-grid > .form-card {
    padding: 25px;
  }
  .contact-grid > div > h2 {
    font-size: 2rem;
  }
}

/* Vivid community identity and compact, accessible navigation. */
:root {
  --purple: #742b86;
  --purple-dark: #351047;
  --lavender: #f7ecfb;
  --ink: #192033;
  --muted: #566078;
  --line: #e4dcec;
  --cream: #f8f4fb;
  --shadow: 0 18px 42px #27183d17;
}
.site-header {
  position: relative;
  z-index: 30;
  box-shadow: 0 6px 24px #35104709;
  background: #fff;
}
.header-main {
  width: min(1440px, calc(100% - 56px));
  gap: 24px;
  padding-block: 18px;
}
.header-main .brand {
  font-size: 1.05rem;
  gap: 10px;
  flex-shrink: 0;
}
.header-main .brand img {
  width: 48px;
  height: 48px;
}
.header-main .brand small {
  font-size: 0.57rem;
  letter-spacing: 0;
}
.main-nav {
  flex: 1;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  font-size: 0.78rem;
  font-weight: 650;
}
.main-nav > a,
.nav-dropdown summary {
  padding: 12px 10px;
  border-radius: 8px;
  color: #383047;
  white-space: nowrap;
}
.main-nav > a:hover,
.nav-dropdown summary:hover,
.nav-dropdown[open] summary {
  background: #f7ecfb;
  color: #742b86;
}
.main-nav > a[aria-current],
.nav-dropdown summary[aria-current] {
  background: #f7ecfb;
  color: #742b86;
  box-shadow: none;
}
.nav-dropdown summary {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
}
.nav-dropdown[open] summary:after {
  transform: rotate(225deg);
  margin-top: 3px;
}
.nav-dropdown > div {
  top: calc(100% + 10px);
  left: 0;
  min-width: 250px;
  border-radius: 14px;
  padding: 9px;
  border: 1px solid #e9dced;
  box-shadow: 0 18px 48px #35104726;
}
.nav-dropdown a {
  padding: 12px 14px;
  border-radius: 7px;
  font-size: 0.88rem;
  color: #383047;
}
.nav-dropdown a:hover,
.nav-dropdown a:focus-visible {
  background: #f7ecfb;
  color: #742b86;
}
.header-actions {
  gap: 14px;
  flex-shrink: 0;
}
.header-actions .button {
  padding: 11px 16px;
  gap: 10px;
  font-size: 0.8rem;
}
.header-actions .login {
  font-size: 0.78rem;
}
.button {
  border-radius: 10px;
  background: linear-gradient(120deg, #742b86, #542081);
  border-color: transparent;
  box-shadow: 0 6px 15px #742b861c;
}
.button.secondary {
  background: #fff;
  border-color: #d5c3df;
  box-shadow: none;
}
.hero {
  background:
    radial-gradient(ellipse at 80% 15%, #803594 0, transparent 55%),
    linear-gradient(120deg, #29113e, #4f1d69);
  color: #fff;
  padding: 64px 0 76px;
}
.hero .hero-copy p,
.hero .hero-copy .eyebrow {
  color: #ede0f5;
}
.hero h1 {
  font-size: clamp(2.6rem, 4.25vw, 4.3rem);
  letter-spacing: -0.045em;
}
.hero h1 em {
  color: #ffd48a;
}
.hero .button {
  background: #ffcf79;
  color: #351047;
  box-shadow: 0 8px 24px #170a302a;
}
.hero .button.secondary {
  background: transparent;
  color: #fff;
  border-color: #ba91ce;
}
.hero .editorial-image img {
  border-radius: 28px;
  box-shadow: 0 24px 65px #17052255;
}
.hero .editorial-image figcaption {
  color: #ddc7e8;
}
.photo-note {
  color: #351047;
  box-shadow: 0 14px 32px #170a3029;
}
.text-hero {
  background:
    radial-gradient(ellipse at 95% 0, #e7dcff, transparent 60%),
    linear-gradient(120deg, #f8f4fb, #edf9f7);
  border-bottom: 1px solid #e7e0f0;
}
.text-hero .editorial-image img {
  border-radius: 24px;
  box-shadow: 0 20px 45px #35104720;
}
.support-grid > * {
  border-top: 4px solid #742b86;
  box-shadow: var(--shadow);
  background: linear-gradient(145deg, #fff, #faf5fd);
}
.support-grid > :nth-child(3n + 2) {
  border-top-color: #238f89;
  background: linear-gradient(145deg, #fff, #edf9f5);
}
.support-grid > :nth-child(3n + 3) {
  border-top-color: #2a87be;
  background: linear-gradient(145deg, #fff, #eef5fd);
}
.jump-links {
  padding: 16px 20px;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px #27183d0a;
  margin-top: 24px;
}
.jump-links a {
  border: 1px solid #e4d9eb;
  background: #faf6fc;
  border-radius: 8px;
  padding: 9px 14px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 650;
}
.people-grid .person-card {
  border: 1px solid #e5daee;
  box-shadow: var(--shadow);
}
.committee-roles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 32px 0;
}
.committee-role {
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid #e4daec;
  background: linear-gradient(145deg, #fff, #f5edf9);
  box-shadow: var(--shadow);
}
.committee-role:nth-child(2) {
  background: linear-gradient(145deg, #fff, #e9f8f5);
}
.committee-role:nth-child(3) {
  background: linear-gradient(145deg, #fff, #fff5df);
}
.committee-role:nth-child(4) {
  background: linear-gradient(145deg, #fff, #edf3ff);
}
.committee-role h3 {
  font-size: 1.3rem;
  margin: 20px 0 12px;
}
.committee-role p {
  font-size: 0.9rem;
  margin: 0;
  color: #566078;
}
.role-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #742b86;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 750;
}
@media (min-width: 1201px) {
  .main-nav {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  .header-main {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    gap: 12px;
  }
  .header-main .brand {
    margin-right: auto;
  }
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    border: 1px solid #dbcce4;
    border-radius: 9px;
    background: #fff;
    color: #542064;
    padding: 9px 14px;
    font-weight: 650;
  }
  .main-nav {
    order: 3;
    flex-basis: 100%;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    padding: 12px 0;
    gap: 4px;
  }
  .js .main-nav {
    display: none;
  }
  .js .main-nav.is-open {
    display: flex;
  }
  .main-nav > a,
  .nav-dropdown summary {
    padding: 13px 15px;
    font-size: 0.94rem;
  }
  .nav-dropdown > div {
    position: static;
    min-width: 0;
    box-shadow: none;
    margin: 4px 0 8px 15px;
    border: 0;
    border-left: 2px solid #ddc6e8;
    border-radius: 0;
    padding: 0 8px;
    background: #fcf9fd;
  }
  .committee-roles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .header-main {
    width: calc(100% - 32px);
    padding-block: 14px;
  }
  .header-main .brand {
    font-size: 0.95rem;
  }
  .header-main .brand img {
    width: 42px;
    height: 42px;
  }
  .header-main .brand small {
    display: none;
  }
  .header-actions {
    gap: 10px;
  }
  .header-actions > .button {
    display: none;
  }
  .header-actions .login {
    font-size: 0.76rem;
  }
  .hero {
    padding: 40px 0 46px;
  }
  .hero h1 {
    font-size: 2.7rem;
  }
  .hero-grid {
    gap: 32px;
  }
  .hero .editorial-image img {
    border-radius: 20px;
  }
  .photo-note {
    left: 10px;
    bottom: 20px;
  }
  .committee-roles {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .committee-role {
    padding: 24px;
  }
  .jump-links {
    border-radius: 0;
    box-shadow: none;
  }
}
.hero .hero-emphasis {
  color: #ffd48a;
}
.hero.text-hero {
  color: var(--ink);
}
.hero.text-hero .hero-copy p {
  color: var(--muted);
}
.hero.text-hero .hero-copy .eyebrow {
  color: var(--purple);
}
.hero.text-hero .button {
  background: var(--purple);
  color: #fff;
}
.hero.text-hero .button.secondary {
  background: #fff;
  color: var(--purple);
  border-color: #d5c3df;
}

/* More prominent branding and purpose panels. */
.header-main .brand img {
  width: 68px;
  height: 68px;
}
.header-main .brand {
  font-size: 1.12rem;
}
.section-mission,
.section-vision {
  position: relative;
  border-radius: 24px;
  padding: 48px !important;
  margin-block: 32px !important;
  box-shadow: 0 18px 45px #35104714;
  overflow: hidden;
}
.section-mission {
  background: linear-gradient(120deg, #43165b, #742b86) !important;
  color: #fff;
  border: 0 !important;
}
.section-mission h2,
.section-mission p {
  color: #fff;
}
.section-vision {
  background: linear-gradient(120deg, #e6f7f3, #f1eaff) !important;
  border: 1px solid #cce4dd !important;
}
.section-mission h2:before,
.section-vision h2:before {
  content: "✦";
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffd48a;
}
.section-vision h2:before {
  color: #23796e;
}
@media (max-width: 1200px) {
  .header-main .brand img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 760px) {
  .header-main .brand img {
    width: 52px;
    height: 52px;
  }
  .header-main .brand {
    font-size: 0.95rem;
  }
  .section-mission,
  .section-vision {
    padding: 28px !important;
    border-radius: 18px;
  }
}
.verification {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  margin: 20px 0;
}
.verification legend {
  font-weight: 700;
  padding: 0 8px;
}
.verification p {
  font-size: 0.85rem;
  margin-bottom: 12px;
}
.verification img {
  display: block;
  border: 1px solid var(--line);
  margin-bottom: 10px;
}
.verification button {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 12px;
  min-height: 44px;
  margin-bottom: 12px;
  color: var(--purple);
}
