:root {
  --saffron: #ff7a1a;
  --saffron-deep: #c74d16;
  --green: #137a46;
  --green-deep: #0b5132;
  --navy: #17326d;
  --ink: #172033;
  --muted: #5f6878;
  --line: #e5ded4;
  --paper: #fffaf2;
  --white: #ffffff;
  --warm: #fff3df;
  --shadow: 0 18px 45px rgba(23, 32, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

p {
  text-align: justify;
}

body.slideshow-open {
  overflow: hidden;
}

h1,
h2,
h3,
.eyebrow {
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow-container {
  width: min(760px, calc(100% - 32px));
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 50;
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.flag-strip {
  height: 8px;
  background: linear-gradient(90deg, var(--saffron) 0 33.333%, var(--white) 33.333% 66.666%, var(--green) 66.666% 100%);
  border-bottom: 1px solid rgba(23, 50, 109, 0.12);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 250, 242, 0.96);
  border-bottom: 1px solid rgba(23, 50, 109, 0.12);
  backdrop-filter: blur(14px);
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-shell.landing-header {
  justify-content: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 91px;
  height: 58px;
  object-fit: contain;
  border: 1px solid rgba(23, 50, 109, 0.12);
  border-radius: 6px;
  background: var(--white);
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--navy);
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.2;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.92rem;
}

.site-nav a:hover,
.site-nav a:focus,
.site-nav a.is-active {
  background: var(--white);
  color: var(--saffron-deep);
  box-shadow: inset 0 -2px 0 var(--green);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(23, 50, 109, 0.18);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.nav-toggle em {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.home-banner {
  background: #fff4df;
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(90deg, var(--saffron) 0 33.333%, var(--white) 33.333% 66.666%, var(--green) 66.666% 100%) 1;
  overflow: hidden;
}

.home-banner img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff4df;
}

.home-cover-copy {
  padding: 24px 20px 28px;
  text-align: center;
}

.home-cover-copy p {
  margin: 4px 0;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  text-align: center;
}

.home-cover-copy p:first-child {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
}

.home-cover-copy p:nth-child(2) {
  color: var(--green-deep);
  font-size: clamp(1.1rem, 2.5vw, 1.65rem);
}

.independence-poem-section {
  background: linear-gradient(135deg, #fff4df, #fff 48%, #edf8f1);
}

.independence-poem-wrap {
  max-width: 850px;
}

.independence-poem h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.independence-poem {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(22px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(255, 250, 242, 0.94), rgba(255, 250, 242, 0.94)),
    url("../images/mission-name.jpeg");
  background-position: center;
  background-size: 100% 100%, contain;
  background-repeat: no-repeat;
  box-shadow: var(--shadow);
}

.independence-poem p {
  position: relative;
  z-index: 1;
  margin: 3px 0;
  color: #2f394c;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
  text-align: center;
}

.independence-poem .poem-credit {
  margin-top: 24px;
  color: var(--green-deep);
  font-weight: 900;
  text-align: right;
}

.document-statement {
  margin: 28px auto;
  color: var(--navy) !important;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 900;
  text-align: center !important;
}

.initiative-band {
  padding: 34px 0;
  color: var(--white);
  background: linear-gradient(90deg, var(--saffron), var(--green));
}

.initiative-copy {
  display: grid;
  gap: 8px;
  text-align: center;
}

.initiative-copy p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-align: center;
}

.initiative-copy p:first-child {
  font-size: clamp(1.35rem, 3.2vw, 2.7rem);
}

.initiative-copy p:last-child {
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 250, 242, 0.98) 0%, rgba(255, 250, 242, 0.88) 42%, rgba(255, 250, 242, 0.35) 72%),
    url("../images/mission-name.jpeg");
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 122, 26, 0.24), transparent 36%, rgba(255, 255, 255, 0.2) 51%, rgba(19, 122, 70, 0.22)),
    linear-gradient(135deg, rgba(23, 50, 109, 0.16), transparent 42%);
  pointer-events: none;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: linear-gradient(90deg, var(--saffron) 0 33.333%, var(--white) 33.333% 66.666%, var(--green) 66.666% 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 72px 0 84px;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--saffron-deep);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
}

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

h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.98;
  margin-bottom: 18px;
  color: var(--navy);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.12;
  margin-bottom: 14px;
  color: var(--navy);
}

h3 {
  font-size: 1.12rem;
  line-height: 1.3;
  color: var(--navy);
}

.hero-subtitle {
  color: var(--green-deep);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.hero-copy > p:not(.eyebrow):not(.hero-subtitle) {
  color: #2b3446;
  font-size: 1.08rem;
  max-width: 620px;
}

.hero-actions,
.cta-grid,
.social-grid {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(23, 32, 51, 0.14);
}

.btn-primary {
  background: var(--saffron);
  color: #261307;
  border-color: rgba(199, 77, 22, 0.28);
}

.btn-secondary {
  background: var(--white);
  color: var(--green-deep);
  border-color: rgba(19, 122, 70, 0.28);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.hero-points li,
.compact-list span,
.tag-grid span,
.occasion-list span {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border: 1px solid rgba(23, 50, 109, 0.12);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  padding: 9px 12px;
  font-weight: 700;
}

.section {
  padding: 78px 0;
}

.mission-snapshot {
  background: var(--white);
}

.why-panel {
  margin-top: 20px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 6px solid var(--saffron);
  border-radius: 8px;
}

.why-panel p:not(.eyebrow) {
  color: #2f394c;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.why-panel p:last-child {
  margin-bottom: 0;
}

.three-grid,
.program-grid,
.category-grid,
.gallery-grid {
  display: grid;
  gap: 20px;
}

.three-grid > *,
.program-grid > *,
.category-grid > *,
.gallery-grid > *,
.split-grid > *,
.founder-grid > *,
.form-grid > *,
.contact-grid > * {
  min-width: 0;
}

.three-grid {
  grid-template-columns: repeat(3, 1fr);
}

.info-card,
.program-card,
.category-card,
.gallery-card,
.contact-panel,
.site-form,
.status-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-card,
.category-card {
  padding: 28px;
}

.info-card {
  position: relative;
  overflow: hidden;
}

.info-card h2,
.info-card p,
.category-card h3,
.category-card p,
.program-card h2,
.program-card p,
.section-copy h2,
.section-copy p,
.section-heading h2,
.page-hero h1,
.page-hero p {
  max-width: 100%;
  overflow-wrap: break-word;
}

.info-card::before,
.program-card::before,
.category-card::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, var(--saffron), var(--white), var(--green));
  position: absolute;
  left: 0;
  top: 0;
}

.split-grid,
.founder-grid,
.form-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 42px;
  align-items: center;
}

.contact-panel h3 {
  text-align: left;
}

.section-copy p {
  color: var(--muted);
}

.compact-list,
.tag-grid,
.occasion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

.forte-concern-section {
  background: linear-gradient(180deg, #fffaf2, #ffffff);
}

.forte-concern-layout {
  display: grid;
  gap: 22px;
}

.forte-heading {
  margin-bottom: 4px;
  text-align: left;
}

.forte-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  align-items: stretch;
}

.forte-card {
  position: relative;
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(23, 32, 51, 0.08);
  overflow: hidden;
}

.forte-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--saffron), var(--white), var(--green));
}

.forte-card h2 {
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}

.forte-card p {
  margin-bottom: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.patriotic-shayari {
  margin: 24px 0 0;
  padding: 20px;
  border-left: 4px solid var(--saffron);
  color: var(--navy);
  background: var(--paper);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-style: normal;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.patriotic-shayari span,
.patriotic-shayari cite {
  display: block;
}

.patriotic-shayari cite {
  margin-top: 8px;
  color: var(--green-deep);
  font-size: 0.95rem;
  font-style: normal;
  text-align: right;
}

.powered-by {
  margin: 0;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  color: var(--muted);
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(23, 32, 51, 0.06);
}

.powered-by strong {
  color: var(--navy);
}

.powered-by strong,
.powered-by > span {
  display: block;
}

.powered-by > span {
  margin-top: 4px;
}

.concern-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.concern-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.concern-panel .eyebrow {
  margin: 0;
  color: var(--green-deep);
}

.concern-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concern-list li {
  min-width: 0;
  padding: 11px 12px;
  color: var(--navy);
  background: #fffdf9;
  border: 1px solid var(--line);
  border-left: 4px solid var(--green);
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tag-grid {
  justify-content: center;
}

.text-link {
  display: inline-flex;
  color: var(--saffron-deep);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

.image-frame {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-frame figcaption {
  padding: 12px 16px;
  color: var(--muted);
  font-weight: 700;
  background: var(--white);
}

.compact-image img {
  aspect-ratio: 16 / 10;
}

.founder-band,
.values-section,
.social-section {
  background: linear-gradient(180deg, #ffffff, #fff3df);
}

.founder-message-section {
  background: linear-gradient(135deg, #fff9f0 0%, #ffffff 52%, #f1f8f4 100%);
  border-bottom: 1px solid var(--line);
}

.founder-message-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.7fr);
  align-items: start;
  gap: clamp(30px, 5vw, 70px);
}

.founder-message-photo {
  position: sticky;
  top: 112px;
}

.founder-message-copy h2 {
  color: var(--navy);
  margin-bottom: 24px;
}

.founder-message-copy > p:not(.eyebrow) {
  text-align: justify;
}

.founder-message-copy > p strong {
  color: var(--ink);
  font-weight: 900;
}

.founder-message-signature {
  display: grid;
  gap: 3px;
  width: fit-content;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 3px solid var(--saffron);
  color: var(--navy);
  max-width: 100%;
}

.founder-message-signature strong {
  font-size: 1.2rem;
}

.founder-message-signature span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  white-space: normal;
}

.founder-phone {
  display: block;
  width: fit-content;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

.founder-phone:hover,
.founder-phone:focus {
  color: var(--saffron-deep);
  text-decoration: underline;
}

.home-aim-heading {
  margin-bottom: 12px;
  color: var(--navy);
}

.aim-generation-message {
  margin: 24px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 800;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  text-align: center;
}

.expertise-summary {
  max-width: 900px;
  margin: 6px auto 30px;
  padding: 20px 24px;
  border-left: 5px solid var(--saffron);
  color: var(--navy);
  background: #ffffff;
  box-shadow: var(--shadow);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  font-weight: 800;
  text-align: center;
}

.expertise-summary p {
  margin: 0;
  color: var(--navy);
}

.expertise-summary p + p {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.patriotism-honours-section {
  background: linear-gradient(180deg, #fff9ef, #ffffff);
}

.patriotic-strength-heading {
  max-width: 940px;
}

.patriotic-strength-heading p {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.2;
}

.honours-home-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: clamp(24px, 4vw, 48px);
  margin-top: 34px;
}

.honours-intro {
  max-width: 920px;
  margin: 42px auto 0;
  padding: 26px clamp(22px, 4vw, 42px);
  border-left: 5px solid var(--saffron);
  border-right: 5px solid var(--green);
  background: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.honours-intro p {
  margin: 0;
  color: #3e4a61;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.honours-intro p + p {
  margin-top: 10px;
}

.honours-intro .eyebrow {
  margin-top: 18px;
  color: var(--green-deep);
}

.honours-award-figure {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  align-self: start;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.honours-award-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1405 / 1119;
  object-fit: contain;
  background: #f7ead9;
}

.honours-award-figure figcaption {
  padding: 14px 20px;
  color: var(--navy);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
}

.honours-content-stack {
  display: grid;
  align-content: center;
  gap: 24px;
  min-width: 0;
}

.honours-content-stack .honours-panel {
  margin: 0;
}

.honours-content-stack .section-copy p:not(.eyebrow),
.honours-content-stack .honours-panel li {
  text-align: justify;
}

.honours-title-copy h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  line-height: 1.08;
  text-align: left;
}

.honours-title-copy p {
  margin: 0;
  color: #4c5870;
  font-size: 1.05rem;
}

.honours-panel {
  padding: clamp(24px, 4vw, 38px);
}

.patriotism-honours-section > .container > .document-statement {
  width: fit-content;
  margin: 24px auto 0;
  padding: 10px 24px;
  border-top: 2px solid var(--saffron);
  border-bottom: 2px solid var(--green);
  font-size: clamp(1.05rem, 2vw, 1.4rem);
}

.honours-why-panel {
  margin-top: 36px;
  text-align: center;
}

.honours-powered-by {
  max-width: 780px;
  margin: 44px auto 0;
  padding: 24px clamp(20px, 4vw, 38px);
  border-left-width: 7px;
  text-align: center;
}

.honours-powered-by strong {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.2;
}

.honours-powered-by > span {
  margin-top: 8px;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.4;
}

.values-section .info-card h2 {
  font-size: 1.8rem;
  line-height: 1.12;
  white-space: normal;
}

.founder-grid {
  grid-template-columns: 0.8fr 1.2fr;
}

.founder-intro,
.founder-intro .eyebrow,
.founder-intro .founder-heading,
.founder-intro .founder-qualification,
.founder-intro .founder-roles {
  text-align: left;
}

.founder-intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.founder-intro > * {
  margin-top: 0;
  margin-bottom: 0;
}

.about-founder-shayari {
  max-width: 100%;
}

.founder-photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 50, 109, 0.16);
  box-shadow: var(--shadow);
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 20%;
}

.founder-photo.tall img {
  aspect-ratio: 4 / 5.4;
}

.founder-heading span {
  display: block;
}

.founder-roles {
  color: var(--green-deep) !important;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.founder-qualification {
  color: var(--navy) !important;
  font-weight: 800;
  text-align: center;
}

.audience-section {
  background: var(--paper);
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.cta-band {
  padding: 56px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 122, 26, 0.94), rgba(19, 122, 70, 0.96)),
    var(--green);
}

.cta-band h2,
.cta-band .eyebrow,
.cta-band p {
  color: var(--white);
}

.cta-grid {
  justify-content: space-between;
}

.cta-grid > div {
  max-width: 760px;
}

.support-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.support-home-grid > div {
  min-width: 0;
}

.support-home-section {
  background: linear-gradient(180deg, #ffffff, #fff9ef);
}

.support-home-heading {
  max-width: 860px;
}

.support-home-heading .eyebrow {
  color: var(--navy);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.12;
}

.support-home-panel {
  margin-top: 36px;
}

.support-cta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-cta-list li {
  position: relative;
  padding-left: 26px;
  color: var(--navy);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.support-cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 13px;
  height: 6px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.support-home-action {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 72px;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.82)),
    url("../images/mission-name.jpeg");
  background-size: cover;
  background-position: center;
}

.page-hero .container {
  max-width: 880px;
}

.page-hero p:not(.eyebrow) {
  color: #334057;
  font-size: 1.08rem;
}

.landing-hero {
  min-height: 74vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.landing-hero .container {
  max-width: 760px;
}

.landing-hero h1 {
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}

.landing-hero .hero-actions {
  justify-content: center;
  margin-top: 24px;
}

.launch-notes {
  background: rgba(255, 250, 242, 0.75);
}

.launch-notes .info-card {
  padding: 34px;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.74)),
    url("../images/Who We Are.png");
  background-size: cover;
  background-position: center;
}

.programs-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.74)),
    url("../images/Programs & Activities.png");
  background-size: cover;
  background-position: center;
}

.programs-hero .container {
  width: min(1320px, calc(100% - 32px));
  max-width: none;
}

.programs-hero-points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1vw, 14px);
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.programs-hero-points li {
  position: relative;
  padding-left: 19px;
  color: var(--navy);
  font-size: clamp(0.68rem, 0.82vw, 0.82rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.programs-hero-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -0.08em;
  color: var(--green);
  font-size: 1rem;
  font-weight: 900;
}

.membership-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.74)),
    url("../images/Membership.png");
  background-size: cover;
  background-position: center;
}

.support-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.74)),
    url("../images/Support.png");
  background-size: cover;
  background-position: center;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.96), rgba(255, 250, 242, 0.74)),
    url("../images/Contact.png");
  background-size: cover;
  background-position: center;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 242, 0.82), rgba(255, 250, 242, 0.58)),
    url("../images/Gallery.png");
  background-size: cover;
  background-position: center 20%;
}

.program-grid {
  grid-template-columns: repeat(2, 1fr);
}

.program-card {
  position: relative;
  padding: 30px;
}

.package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.package-card {
  min-height: 158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.package-card .check-list {
  margin-top: 12px;
}

.programme-purpose-section {
  background: linear-gradient(180deg, #ffffff, #fffaf2);
}

.purpose-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.purpose-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.purpose-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: 78% center;
}

.purpose-content {
  min-width: 0;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.honours-panel {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.purpose-list {
  margin-top: 20px;
}

.purpose-content .purpose-list {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.purpose-list li {
  overflow-wrap: anywhere;
}

.occasion-number-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.occasion-number-list article {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 112px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.occasion-number-list span {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  color: var(--white);
  background: var(--green);
  border-radius: 6px;
  font-weight: 900;
}

.occasion-number-list p {
  margin: 0;
  color: #2f394c;
}

.program-close-band {
  padding: 28px 0;
  text-align: center;
  background: var(--navy);
}

.program-close-band p {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
}

.check-list,
.support-list,
.contact-list,
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list li,
.support-list li {
  position: relative;
  padding-left: 28px;
  color: #2f394c;
}

.check-list li::before,
.support-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 14px;
  height: 6px;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(-45deg);
}

.national-days {
  background: var(--white);
}

.occasion-list {
  margin: 0;
}

.category-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-card {
  position: relative;
  min-height: 170px;
}

.form-section {
  background: var(--white);
}

.form-grid {
  align-items: start;
}

.registration-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.registration-intro {
  position: sticky;
  top: 112px;
  align-self: start;
}

.site-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.registration-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-form .full-span {
  grid-column: 1 / -1;
}

.site-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 800;
}

.site-form input,
.site-form select,
.site-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfc8bd;
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fffdf9;
}

.site-form textarea {
  resize: vertical;
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  min-width: 0;
  margin: 0;
  padding: 14px;
  color: var(--navy);
  background: #fffdf9;
  border: 1px solid #cfc8bd;
  border-radius: 6px;
}

.choice-group legend {
  width: 100%;
  padding: 0;
  margin-bottom: 3px;
  font-weight: 800;
  line-height: 1.35;
}

.choice-group label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.choice-group input {
  width: 18px;
  min-height: 18px;
}

.payment-panel {
  display: grid;
  gap: 16px;
  padding: 16px;
  background: #fff3df;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.payment-panel[hidden] {
  display: none;
}

.payment-qr-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--navy);
  font-weight: 900;
}

.payment-qr-card img {
  width: 112px;
  aspect-ratio: 1;
  padding: 6px;
  background: var(--white);
  border: 1px solid rgba(23, 50, 109, 0.14);
  border-radius: 6px;
}

.payment-qr-card span {
  overflow-wrap: anywhere;
}

.payment-status-row {
  margin-top: -2px;
}

.site-form input:focus,
.site-form select:focus,
.site-form textarea:focus {
  outline: 3px solid rgba(255, 122, 26, 0.26);
  border-color: var(--saffron-deep);
}

.checkbox-row {
  display: flex !important;
  align-items: flex-start;
  grid-template-columns: auto 1fr;
  gap: 10px !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 4px;
}

.declaration-row {
  padding: 14px;
  background: #fff3df;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.support-list {
  display: grid;
  gap: 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow);
}

.gallery-tabs {
  display: flex;
  width: max-content;
  max-width: 100%;
  gap: 6px;
  margin: 0 auto 24px;
  padding: 6px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.08);
}

.gallery-tab {
  min-width: 112px;
  min-height: 42px;
  padding: 9px 18px;
  color: var(--navy);
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.gallery-tab:hover,
.gallery-tab:focus {
  outline: 3px solid rgba(255, 122, 26, 0.24);
  outline-offset: 1px;
}

.gallery-tab.is-active {
  color: #261307;
  background: var(--saffron);
  box-shadow: inset 0 -3px 0 var(--green);
}

.gallery-panel[hidden] {
  display: none;
}

.gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  margin: 0;
  overflow: hidden;
}

.gallery-thumb {
  display: block;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: zoom-in;
}

.gallery-thumb:hover img,
.gallery-thumb:focus img {
  transform: scale(1.03);
}

.gallery-thumb:focus {
  outline: 3px solid rgba(255, 122, 26, 0.45);
  outline-offset: -3px;
}

.gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: var(--warm);
  transition: transform 180ms ease;
}

.gallery-card.is-contain img {
  object-fit: contain;
  padding: 12px;
}

.gallery-card figcaption {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.gallery-card figcaption strong {
  color: var(--navy);
}

.gallery-card figcaption span {
  color: var(--muted);
  font-size: 0.94rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.video-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.youtube-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0e1628;
  border-radius: 8px;
}

.youtube-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-copy h2 {
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.video-copy p {
  color: var(--muted);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.gallery-lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 22, 40, 0.86);
  border: 0;
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100vw - 72px));
  display: block;
}

.lightbox-figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

.lightbox-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  height: min(70vh, 660px);
  padding: 0 88px;
  background: #0e1628;
}

.lightbox-figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: #0e1628;
}

.lightbox-figure figcaption {
  display: grid;
  gap: 3px;
  padding: 14px 18px;
}

.lightbox-figure figcaption strong {
  color: var(--navy);
}

.lightbox-figure figcaption span {
  color: var(--muted);
}

.lightbox-close,
.lightbox-control {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-control:hover,
.lightbox-close:focus,
.lightbox-control:focus {
  color: #261307;
  background: var(--saffron);
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 2px;
}

.lightbox-close {
  right: 24px;
  top: 20px;
  width: 44px;
  height: 44px;
  font-size: 1.7rem;
  line-height: 1;
}

.lightbox-control {
  width: 48px;
  height: 48px;
  font-size: 2.4rem;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: max(24px, calc(50% - 390px));
}

.lightbox-next {
  right: max(24px, calc(50% - 390px));
}

.lightbox-count {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  padding: 6px 12px;
  color: var(--white);
  background: rgba(14, 22, 40, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.social-grid {
  justify-content: space-between;
}

.social-link {
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 18px;
  box-shadow: var(--shadow);
}

.contact-grid {
  align-items: start;
}

.contact-panel {
  padding: 30px;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list li {
  display: grid;
  gap: 2px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.88rem;
}

.contact-list a {
  color: var(--navy);
  font-weight: 900;
  overflow-wrap: anywhere;
}

blockquote {
  margin: 26px 0 0;
  padding: 22px;
  border-left: 5px solid var(--saffron);
  background: var(--white);
  color: var(--green-deep);
  font-size: 1.18rem;
  font-weight: 800;
  border-radius: 0 8px 8px 0;
}

.status-panel {
  padding: 30px;
}

.status-panel.success {
  border-top: 6px solid var(--green);
}

.status-panel.error {
  border-top: 6px solid var(--saffron-deep);
}

.site-footer {
  color: #f4f7fb;
  background: #16233d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.1fr 1.35fr;
  gap: 28px;
  padding: 54px 0;
}

.footer-mark {
  width: min(100%, 280px);
  height: auto;
  border-radius: 8px;
  margin: 0 auto 20px;
}

.footer-brand {
  text-align: center;
}

.footer-motto,
.footer-tagline {
  font-weight: 900;
  color: #ffffff;
  font-size: clamp(0.9rem, 4vw, 1.55rem);
  line-height: 1.35;
  white-space: nowrap;
  text-align: center;
}

.footer-motto {
  margin-bottom: 8px;
}

.footer-tagline {
  max-width: none;
}

.site-footer h2 {
  color: #ffffff;
  font-size: 1.12rem;
}

.footer-connect,
.footer-social {
  text-align: left;
}

.footer-connect h2,
.footer-social h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
}

.footer-connect h2::after,
.footer-social h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--saffron), var(--white), var(--green));
}

.site-footer p,
.footer-list a {
  color: #dce5f4;
}

.footer-list {
  display: grid;
  gap: 8px;
}

.footer-list a {
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-list li {
  display: flex;
  justify-content: flex-start;
}

.footer-list a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 9px;
  white-space: nowrap;
}

.footer-contact-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  fill: var(--saffron);
}

.footer-list a:hover,
.footer-list a:focus {
  color: #ffffff;
  text-decoration: underline;
}

.footer-social {
  min-width: 0;
}

.social-qr-grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: nowrap;
}

.social-qr-card {
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  width: clamp(78px, 24vw, 92px);
  min-width: 0;
  padding: 10px 8px 11px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.social-qr-card:hover,
.social-qr-card:focus {
  background: rgba(255, 255, 255, 0.14);
  outline: 2px solid rgba(255, 122, 26, 0.65);
  outline-offset: 2px;
}

.social-qr-card::before,
.social-qr-card::after {
  position: absolute;
  left: 50%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.social-qr-card::before {
  content: "";
  top: -9px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
}

.social-qr-card::after {
  content: attr(data-tooltip);
  top: -39px;
  padding: 5px 8px;
  color: var(--navy);
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.social-qr-card:hover::before,
.social-qr-card:hover::after,
.social-qr-card:focus::before,
.social-qr-card:focus::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.social-card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100%;
  min-height: 34px;
  padding: 5px;
  text-align: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.social-platform-icon {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.22);
}

.qr-code {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1;
  padding: 4px;
  background: #ffffff;
  border-radius: 5px;
  justify-self: center;
}

.scan-label {
  color: #dce5f4;
  font-size: 0.64rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 16px 0;
}

.footer-bottom p {
  margin: 0;
  color: #cbd6e7;
  font-size: 0.9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .three-grid,
  .program-grid,
  .category-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-grid,
  .founder-grid,
  .founder-message-grid,
  .honours-home-grid,
  .form-grid,
  .contact-grid,
  .purpose-feature,
  .forte-card-grid,
  .concern-panel {
    grid-template-columns: 1fr;
  }

  .founder-message-photo {
    position: static;
  }

  .purpose-visual img {
    min-height: 340px;
  }

  .concern-heading {
    position: static;
  }

  .concern-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .occasion-number-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-photo {
    max-width: 520px;
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .registration-intro {
    position: static;
  }

  .social-qr-grid {
    gap: 8px;
  }
}

@media (max-width: 820px) {
  .programs-hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 680px;
    text-align: left;
    white-space: normal;
  }

  .page-hero .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .page-hero .eyebrow,
  .page-hero h1,
  .page-hero p:not(.eyebrow) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .page-hero h1 {
    max-width: 20ch;
  }

  .page-hero p:not(.eyebrow) {
    max-width: 46ch;
  }

  .nav-shell {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .brand {
    align-self: flex-start;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid rgba(23, 50, 109, 0.14);
  }

  .site-nav a {
    padding: 8px 4px;
    font-size: 0.8rem;
    text-align: center;
  }

  .hero {
    min-height: auto;
    background-position: 64% center;
  }

  .hero-inner {
    padding: 58px 0 66px;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .section {
    padding: 58px 0;
  }

  .brand small {
    display: block;
  }
}

@media (max-width: 640px) {
  .programs-hero-points {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-cover-copy {
    padding-inline: 12px;
  }

  .home-cover-copy p {
    letter-spacing: 0.02em;
  }

  .home-cover-copy p:first-child {
    font-size: 1.08rem;
    line-height: 1.35;
  }

  .home-cover-copy p:nth-child(2) {
    font-size: 1rem;
  }

  .page-hero {
    padding: 64px 0 58px;
    background-position: center;
  }

  .gallery-hero {
    background-position: center 20%;
  }

  .page-hero h1 {
    max-width: 18ch;
  }

  .founder-message-signature {
    width: 100%;
  }

  .founder-message-signature .signature-qualification,
  .founder-message-signature .signature-designation,
  .founder-intro .founder-qualification,
  .founder-intro .founder-roles {
    display: block;
    width: 100%;
    font-size: 0.88rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .container,
  .narrow-container {
    width: min(calc(100vw - 24px), 1120px);
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand img {
    width: 74px;
    height: 50px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  h1 {
    font-size: clamp(1.7rem, 7.2vw, 2.05rem);
    line-height: 1.08;
  }

  .initiative-band {
    padding: 28px 0;
  }

  .initiative-copy p:first-child {
    font-size: clamp(1.25rem, 6vw, 1.55rem);
  }

  .page-hero h1 {
    max-width: 15ch;
  }

  .section-heading h2 {
    font-size: 1.55rem;
  }

  .category-card h3 {
    font-size: 1rem;
  }

  .three-grid,
  .program-grid,
  .category-grid,
  .gallery-grid,
  .video-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .registration-form,
  .occasion-number-list {
    grid-template-columns: 1fr;
  }

  .info-card,
  .program-card,
  .category-card,
  .forte-card,
  .concern-panel,
  .contact-panel,
  .site-form,
  .purpose-content,
  .status-panel,
  .support-list {
    padding: 22px;
  }

  .purpose-visual img {
    min-height: 250px;
  }

  .gallery-card img {
    height: 290px;
  }

  .gallery-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .gallery-tab {
    min-width: 0;
  }

  .gallery-lightbox {
    padding: 12px;
  }

  .lightbox-panel {
    width: calc(100vw - 24px);
  }

  .lightbox-media {
    min-height: 0;
    height: auto;
    padding: 0;
  }

  .lightbox-control {
    width: 40px;
    height: 40px;
    font-size: 2rem;
  }

  .lightbox-close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .lightbox-prev {
    left: 24px;
  }

  .lightbox-next {
    right: 24px;
  }

  .lightbox-figure img {
    width: 100%;
    max-width: 100%;
    max-height: 64vh;
  }

  .lightbox-figure figcaption {
    padding: 12px 14px;
  }

  .cta-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .support-home-grid,
  .support-cta-list,
  .concern-list {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .social-link {
    width: 100%;
  }

  .payment-qr-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .social-qr-grid {
    justify-content: flex-start;
  }
}

@media (max-width: 360px) {
  .social-qr-card {
    width: calc((100% - 16px) / 3);
    padding: 9px 5px 10px;
  }

  .social-card-title {
    min-height: 32px;
    padding: 4px;
  }

  .social-platform-icon {
    width: 24px;
    height: 24px;
  }
}
