:root {
  --bg: #f7faef;
  --surface: #ffffff;
  --surface-soft: #f3f8e7;
  --ink: #1f2e40;
  --muted: #526174;
  --leaf: #9fc85a;
  --leaf-deep: #6f9330;
  --trust-blue: #2b3c9a;
  --trust-blue-deep: #1f2b74;
  --amber: #dc9732;
  --amber-soft: #f2dfb8;
  --line: #d7dfc6;
  --shadow: 0 14px 36px rgba(31, 43, 116, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.62;
  background:
    radial-gradient(900px 430px at 90% -10%, rgba(159, 200, 90, 0.24), transparent 70%),
    radial-gradient(700px 360px at -10% 30%, rgba(220, 151, 50, 0.18), transparent 68%),
    var(--bg);
}

h1,
h2,
h3 {
  margin: 0 0 0.5em;
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.16;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

.container {
  width: min(1140px, calc(100vw - 2rem));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: -100%;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.55rem 0.8rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  z-index: 1000;
}

.trust-band {
  background: var(--trust-blue-deep);
  color: #e8edff;
  font-size: 0.88rem;
}

.trust-band-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(247, 250, 239, 0.92);
  border-bottom: 1px solid rgba(31, 46, 64, 0.12);
}

.nav-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
  padding: 0.82rem 0 0.65rem;
}

.header-top {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  min-width: 0;
  justify-content: center;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
  text-align: center;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(31, 46, 64, 0.2);
}

.brand strong {
  display: block;
  font-size: 1.75rem;
  line-height: 1.1;
  color: var(--trust-blue-deep);
  white-space: nowrap;
}

.brand small {
  display: block;
}

.brand-reg {
  color: var(--muted);
  font-size: 0.72rem;
}

.brand-tagline {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 1 1 auto;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(31, 46, 64, 0.2);
  background: #ffffff;
  color: var(--trust-blue-deep);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(159, 200, 90, 0.18);
}

.nav-panel nav {
  display: block;
}

.nav-support-btn {
  white-space: nowrap;
  padding: 0.48rem 0.72rem;
  font-size: 0.82rem;
}

.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.nav-list a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
}

.nav-list a:hover,
.nav-list a:focus-visible,
.nav-list a.is-active {
  color: var(--trust-blue-deep);
  background: rgba(159, 200, 90, 0.2);
}

.section {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.section-tight {
  padding: clamp(1.2rem, 3vw, 2.1rem) 0;
}

.section-head {
  max-width: 72ch;
}

.section-head h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.74rem;
  color: var(--trust-blue);
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.72rem 1.02rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-small {
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
}

.btn-strong {
  color: #fff;
  background: linear-gradient(130deg, var(--trust-blue), var(--trust-blue-deep));
  box-shadow: 0 10px 20px rgba(31, 43, 116, 0.27);
}

.btn-outline {
  color: var(--trust-blue-deep);
  border-color: rgba(31, 46, 64, 0.25);
  background: rgba(255, 255, 255, 0.8);
}

.btn-soft {
  color: #78460f;
  background: rgba(220, 151, 50, 0.22);
}

.slider-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #ffffff;
}

.slider {
  position: relative;
  min-height: clamp(380px, 58vw, 560px);
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 420ms ease;
  pointer-events: none;
}

.slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--slide-focus, center);
  filter: saturate(1.03);
}

.slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(1rem, 3.3vw, 1.9rem);
  color: #f6f9ff;
  background: linear-gradient(180deg, rgba(23, 30, 48, 0.12), rgba(19, 28, 43, 0.78));
}

.slide h1,
.slide h2 {
  margin-bottom: 0.42em;
  color: #ffffff;
  max-width: 20ch;
}

.slide h1 {
  font-size: clamp(2rem, 4.6vw, 3.45rem);
}

.slide h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.slide p {
  max-width: 60ch;
  color: rgba(246, 249, 255, 0.92);
}

.hero-actions {
  margin-top: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: var(--trust-blue-deep);
  font-size: 1.25rem;
  cursor: pointer;
  z-index: 3;
}

.slider-control.prev {
  left: 0.85rem;
}

.slider-control.next {
  right: 0.85rem;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 0.9rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
  z-index: 3;
}

.slider-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.slider-dots button.is-active {
  background: #ffffff;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.05fr);
  gap: 1.1rem;
  align-items: center;
}

.founder-photo {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.founder-copy {
  padding: clamp(1rem, 2vw, 1.4rem);
}

.founder-copy p + p {
  margin-top: 0.8rem;
}

.about-intro .founder-photo img {
  min-height: clamp(280px, 38vw, 420px);
  object-position: center 32%;
}

.about-intro .founder-copy.prose {
  margin: 0;
}

.about-intro h1 {
  font-size: clamp(1.55rem, 3.6vw, 2.45rem);
}

.card-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(190px, 1fr));
}

.card-grid.newsletter-grid {
  grid-template-columns: repeat(5, minmax(160px, 1fr));
}

.info-card {
  padding: 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(31, 46, 64, 0.08);
}

.info-card h3 {
  margin-bottom: 0.42rem;
  font-size: 1.28rem;
}

.info-card p {
  color: var(--muted);
}

.event-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: #fffefb;
  box-shadow: 0 10px 24px rgba(31, 46, 64, 0.08);
  overflow: hidden;
}

.event-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.event-card div {
  padding: 0.95rem;
}

.event-card time {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--trust-blue);
  font-weight: 800;
}

.event-card .event-meta {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--trust-blue);
  font-weight: 800;
}

.section-link {
  margin-top: 1rem;
}

.section-link a {
  color: var(--trust-blue-deep);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cta-section {
  padding-top: 0.2rem;
}

.cta-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, #ffffff, #f0f6e2);
  padding: clamp(1rem, 3vw, 1.8rem);
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) auto;
  gap: 1rem;
  align-items: center;
  box-shadow: var(--shadow);
}

.page-hero {
  padding-bottom: 1rem;
}

.page-hero-wrap {
  padding: clamp(1rem, 3vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(160deg, rgba(159, 200, 90, 0.22), rgba(255, 255, 255, 0.96)),
    #ffffff;
  box-shadow: var(--shadow);
}

.page-hero h1 {
  font-size: clamp(1.9rem, 4.1vw, 3rem);
  margin-bottom: 0.36em;
}

.about-video-section {
  padding-bottom: 0.4rem;
}

.video-embed-shell {
  margin-top: 1rem;
  border-radius: 18px;
  overflow: hidden;
  background: #0f1720;
  box-shadow: var(--shadow);
}

.video-embed-shell iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.activities-video-panel {
  margin-top: 1rem;
}

.prose {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.prose p + p {
  margin-top: 0.9rem;
}

.member-grid {
  margin-top: 1.2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
}

.member-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(31, 46, 64, 0.08);
}

.member-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.member-card div {
  padding: 0.8rem;
}

.member-card h3 {
  font-size: 1.06rem;
  margin-bottom: 0.25rem;
}

.designation {
  color: var(--muted);
  font-size: 0.92rem;
}

.gallery-tabs {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.activity-tabs {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.activity-panels {
  margin-top: 0.4rem;
}

.activity-panel[hidden] {
  display: none !important;
}

.activity-panel .card-grid.event-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.filter-btn {
  border: 1px solid rgba(31, 46, 64, 0.2);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
}

.filter-btn.is-active,
.filter-btn:hover,
.filter-btn:focus-visible {
  background: rgba(159, 200, 90, 0.22);
  color: var(--trust-blue-deep);
}

.gallery-select-wrap {
  display: none;
  margin-top: 1rem;
}

.gallery-select-wrap label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.9rem;
}

.gallery-select {
  width: 100%;
  border: 1px solid rgba(31, 46, 64, 0.25);
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  background: #fff;
}

.gallery-grid {
  margin-top: 1rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(210px, 1fr));
}

.gallery-item {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
}

.gallery-item[hidden] {
  display: none !important;
}

.gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-item figcaption {
  display: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.05fr);
  gap: 1rem;
  align-items: start;
}

.support-panel,
.form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: clamp(1rem, 2.4vw, 1.4rem);
}

.cta-stack {
  margin-top: 1rem;
  display: grid;
  gap: 0.7rem;
}

.cta-stack .btn {
  width: 100%;
}

.contact-lines {
  margin-top: 1rem;
  color: var(--muted);
}

.contact-lines p + p {
  margin-top: 0.45rem;
}

.form-shell iframe {
  width: 100%;
  min-height: 640px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
}

.small-note {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.support-form-shell {
  scroll-margin-top: 100px;
}

.support-form-shell > p {
  color: var(--muted);
}

.support-form {
  margin-top: 1rem;
}

.support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 0.8rem;
}

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

.form-status {
  margin: 0 0 0.9rem;
  padding: 0.65rem 0.8rem;
  border-radius: 10px;
  font-weight: 700;
}

.form-status.is-success {
  color: #0c5d2b;
  background: rgba(159, 200, 90, 0.24);
  border: 1px solid rgba(111, 147, 48, 0.45);
}

.form-status.is-error {
  color: #7a2610;
  background: rgba(220, 151, 50, 0.2);
  border: 1px solid rgba(220, 151, 50, 0.55);
}

.support-form label {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 700;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  border: 1px solid rgba(31, 46, 64, 0.25);
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.support-form textarea {
  min-height: 120px;
  resize: vertical;
}

.form-actions {
  margin-top: 0.95rem;
  display: grid;
  gap: 0.6rem;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer {
  margin-top: 1.8rem;
  color: #f4f7ff;
  background:
    linear-gradient(180deg, var(--trust-blue), var(--trust-blue-deep)),
    radial-gradient(540px 280px at 100% 0, rgba(220, 151, 50, 0.25), transparent 70%);
}

.footer-grid {
  padding: 2rem 0 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.site-footer h2,
.site-footer h3 {
  color: #ffffff;
}

.site-footer a {
  color: #e8ffb2;
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer li + li {
  margin-top: 0.45rem;
}

.footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0.9rem 0 1.2rem;
  font-size: 0.86rem;
  color: rgba(244, 247, 255, 0.9);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: rise 640ms ease forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }

  .activity-panel .card-grid.event-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .card-grid.newsletter-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .member-grid {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}

@media (max-width: 900px) {
  .trust-band-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .nav-wrap {
    gap: 0.55rem;
    padding: 0.78rem 0 0.65rem;
  }

  .header-bottom {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 0.55rem;
  }

  .header-top {
    justify-content: flex-start;
  }

  .brand {
    max-width: calc(100% - 60px);
    justify-content: flex-start;
  }

  .brand-copy {
    text-align: left;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-panel {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    padding-top: 0.1rem;
    flex-basis: 100%;
  }

  .has-js .nav-panel {
    display: none;
  }

  .has-js .site-header.nav-open .nav-panel {
    display: flex;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-bottom {
    justify-content: flex-end;
  }

  .nav-panel nav {
    width: 100%;
  }

  .nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
  }

  .nav-list a {
    display: block;
    padding: 0.65rem 0.72rem;
  }

  .nav-support-btn {
    width: 100%;
  }

  .nav-cta-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    justify-content: stretch;
  }

  .founder-grid,
  .cta-wrap,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-intro .founder-grid {
    gap: 0.9rem;
  }

  .about-intro .founder-photo img {
    min-height: 280px;
    max-height: 360px;
  }

  .member-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .card-grid.newsletter-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .container {
    width: min(1140px, calc(100vw - 2.4rem));
  }

  .brand strong {
    font-size: 1.28rem;
    white-space: normal;
  }

  .brand-reg {
    font-size: 0.64rem;
  }

  .brand-tagline {
    font-size: 0.72rem;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .nav-list {
    gap: 0.2rem;
  }

  .nav-cta-group {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .cta-wrap .hero-actions .btn {
    width: 100%;
  }

  .slider {
    min-height: clamp(340px, 72vh, 460px);
  }

  .hero-slider .slide:first-child img {
    object-fit: contain;
    object-position: center;
    background: #f7faef;
  }

  .slide-overlay {
    padding: 0.75rem 0.85rem 1rem;
    background: linear-gradient(180deg, rgba(19, 28, 43, 0.1), rgba(19, 28, 43, 0.88));
  }

  .slide h1,
  .slide h2 {
    font-size: clamp(1.12rem, 5.1vw, 1.35rem);
    max-width: 17ch;
  }

  .slide .slide-overlay > p:not(.eyebrow) {
    display: none;
  }

  .slider-control {
    top: auto;
    bottom: 3.15rem;
    transform: none;
    width: 36px;
    height: 36px;
  }

  .slider-control.prev {
    left: 0.6rem;
  }

  .slider-control.next {
    right: 0.6rem;
  }

  .card-grid,
  .member-grid,
  .gallery-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .about-intro .founder-photo img {
    min-height: 220px;
    max-height: 290px;
  }

  .about-intro h1 {
    font-size: clamp(1.3rem, 7vw, 1.75rem);
    margin-bottom: 0.45em;
  }

  .about-intro .founder-copy {
    padding: 0.85rem;
  }

  .gallery-tabs {
    display: none;
  }

  .gallery-select-wrap {
    display: block;
  }

  .form-shell iframe {
    min-height: 580px;
  }

  .support-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .slide,
  .btn {
    transition: none;
  }
}
