:root {
  --gold: #d9950a;
  --gold-dark: #ad7200;
  --maroon: #3a100c;
  --maroon-2: #5a1a12;
  --ink: #2a130f;
  --muted: #67554d;
  --cream: #fff8ef;
  --sand: #f4e8d8;
  --line: #ead8bd;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: radial-gradient(
    circle at 50% 0%,
    #fffaf3 0,
    #fff 42%,
    #fbf3e8 100%
  );
  padding-top: 98px;
}

p {
  font-size: 15px !important;
}

a {
  color: inherit;
  text-decoration: none;
}

.bi[class*="bi-arrow-"]::before,
.bi[class*="bi-chevron-"]::before {
  font-weight: 900 !important;
  -webkit-text-stroke: 0.7px currentColor;
  text-shadow: 0 0 0 currentColor;
}

h1,
h2,
h3,
h4,
.serif {
  font-family: "Playfair Display", Georgia, serif;
}

.container {
  max-width: 1350px;
}

.site-header {
  box-shadow: 0 8px 32px rgba(61, 33, 8, 0.08);
}

.navbar {
  min-height: 98px;
}

.brand-seal {
  width: 64px;
  height: 64px;
  border: 2px solid #efbd64;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 34px;
  background: #fff8ec;
  flex: 0 0 auto;
}

.bi-dharmachakra::before {
  content: "\2638";
  font-family: Georgia, serif;
}

.image-seal {
  overflow: hidden;
  padding: 0;
  background: #fff7eb;
}

.image-seal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-title,
.footer-brand strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  font-size: 20px;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}

.navbar-brand small,
.footer-brand small {
  color: var(--gold);
  font-weight: 700;
  font-size: 12px;
}

.nav-link {
  color: #261915;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 13px !important;
  position: relative;
}

.nav-link.active,
.nav-link:hover {
  color: var(--gold-dark);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 2px;
  height: 2px;
  background: var(--gold);
}

.dropdown-item {
  font-size: 13px;
  padding: 10px 16px;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu,
  .navbar .dropdown:focus-within > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown:hover > .nav-link,
  .navbar .dropdown:focus-within > .nav-link {
    color: var(--gold-dark);
  }
}

.btn {
  border-radius: 8px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 22px;
}

.btn-gold {
  background: linear-gradient(135deg, #e7a51c, #c98200);
  border: 0;
  color: #fff;
  box-shadow: 0 14px 26px rgba(217, 149, 10, 0.25);
}

.btn-gold:hover {
  color: #fff;
  background: linear-gradient(135deg, #c98200, #a96500);
}

.btn-light-gold {
  border: 1px solid #e9c780;
  color: #7f4c00;
  background: #fff;
}

.section-pad {
  padding: 78px 0;
}

main > section:last-of-type {
  margin-bottom: 0;
}

main > .section-pad:last-of-type {
  padding-bottom: 96px;
}

main > .section-pad:last-of-type > .container > :last-child {
  margin-bottom: 0;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.ornament {
  width: 52px;
  height: 12px;
  margin: 16px 0 24px;
  position: relative;
}

.ornament::before,
.ornament::after {
  content: "";
  position: absolute;
  top: 5px;
  width: 22px;
  height: 1px;
  background: var(--gold);
}

.ornament::before {
  left: 0;
}
.ornament::after {
  right: 0;
}

.ornament span {
  position: absolute;
  left: 22px;
  top: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.center-title {
  text-align: center;
  margin-bottom: 34px;
  color: #230706;
}

.center-title .ornament {
  margin-left: auto;
  margin-right: auto;
}

.activities-showcase {
  position: relative;
  overflow: hidden;
  background: url("../../images/section_bg.jpg") center / cover no-repeat;
  color: #fff8ef;
}

.activities-showcase::before,
.activities-showcase::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
}

.activities-showcase::before {
  left: -70px;
  top: 40px;
  width: 240px;
  height: 240px;
  background-image: url("../img/temple-line.svg");
  filter: brightness(0) invert(1);
}

.activities-showcase::after {
  right: -60px;
  bottom: 18px;
  width: 260px;
  height: 260px;
  background-image: url("../img/temple-line.svg");
  transform: scaleX(-1);
  filter: brightness(0) invert(1);
}

.activities-showcase .container {
  position: relative;
  z-index: 1;
}

.activities-showcase .activity-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
}

.activities-showcase .center-title h2 {
  color: #230706;
}

.activities-showcase .ornament::before,
.activities-showcase .ornament::after {
  background: #f0b948;
}

.activities-showcase .ornament span {
  border-color: #f0b948;
}

.activities-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(290px, 1fr);
  gap: 30px;
  align-items: stretch;
}

.activities-main,
.activities-notice {
  min-width: 0;
}

.activities-slider {
  position: relative;
  padding: 0 52px;
}

.activities-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.activities-track {
  display: flex;
  gap: 30px;
}

.activities-slide {
  flex: 0 0 calc((100% - 60px) / 3);
  min-width: 0;
}

.activities-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #e7c58f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffaf1;
  color: #8b5200;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.14);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.activities-control:hover,
.activities-control:focus {
  background: var(--gold);
  color: #fff;
}

.activities-prev {
  left: 0;
}

.activities-next {
  right: 0;
}

.hero {
  min-height: 690px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 242, 217, 0.98) 0%,
      rgba(255, 235, 201, 0.72) 42%,
      rgba(65, 31, 12, 0.05) 100%
    ),
    url("../../images/homepage_hero.jpg") center / cover no-repeat;
}

.home-hero-slider {
  position: relative;
  min-height: 0;
  aspect-ratio: 1920 / 750;
}

.home-hero-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background-position: center;
  background-size: cover;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.home-hero-slide.active {
  visibility: visible;
  opacity: 1;
}

.home-hero-slide .container {
  z-index: 1;
}

.home-hero-control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(173, 114, 0, 0.34);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #704300;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 12px 28px rgba(58, 16, 12, 0.12);
  transform: translateY(-50%);
}

.home-hero-control:hover,
.home-hero-control:focus {
  color: #fff;
  background: var(--gold);
}

.home-hero-prev {
  left: 58px;
}

.home-hero-next {
  right: 26px;
}

.home-hero-slider .slider-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.home-hero-slider .slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid rgba(128, 81, 8, 0.24);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(128, 81, 8, 0.1);
}

.home-hero-slider .slider-dots button.active {
  background: var(--gold);
}

.hero::before {
  content: none;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero::after,
.inner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.8));
  pointer-events: none;
}

.hero h1 {
  font-size: clamp(44px, 5vw, 60px);
  line-height: 1.08;
  margin: 0;
  max-width: 720px;
}

.hero h1 span {
  color: var(--gold);
  display: block;
}

.hero p {
  font-size: 18px;
  max-width: 520px;
  color: #4a3328;
}

.slider-dots span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  box-shadow: 0 0 0 1px rgba(128, 81, 8, 0.2);
}

.slider-dots span:first-child {
  background: var(--gold);
}

.intro-founder {
  width: 100%;
  border-radius: 8px;
  background: #ead9c2;
  box-shadow: 0 16px 40px rgba(62, 28, 11, 0.12);
}

.feature-icon {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  background: #f5eadc;
  font-size: 42px;
}

.about-mvv-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.about-mvv-item .feature-icon {
  width: 76px;
  height: 76px;
  flex-basis: 76px;
  border-radius: 50%;
}

.about-mvv-item h3,
.about-mvv-item p {
  max-width: 330px;
}

.about-mvv-item p {
  line-height: 1.55;
  text-wrap: balance;
}

.about-founder-section .col-md-4 p {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
  text-wrap: balance;
}

.home-feature-item {
  display: grid;
  justify-items: center;
  align-content: start;
}

.home-feature-item h3 {
  min-height: 28px;
  margin-bottom: 8px;
}

.home-feature-item p {
  max-width: 178px;
  min-height: 82px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
  text-wrap: balance;
}

.home-notice-board {
  padding: 46px 0;
  background: linear-gradient(180deg, #fffaf4, #fff);
}

.home-notice-board .center-title {
  margin-bottom: 22px;
}

.home-notice-board .center-title h2 {
  font-size: 34px;
}

.home-notice-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.35fr);
  gap: 16px;
  align-items: stretch;
}

.home-notice-feature,
.home-notice-list article {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.home-notice-feature {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(64, 12, 10, 0.94), rgba(114, 45, 13, 0.88)),
    url("../../images/notice_section.jpg") center / cover no-repeat;
  color: #fff8ef;
}

.home-notice-feature h3 {
  color: #fff;
  font-size: 24px;
  margin: 12px 0 8px;
}

.home-notice-feature p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 248, 239, 0.86);
}

.notice-label,
.notice-date,
.notice-date-sm {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.home-notice-list {
  display: grid;
  gap: 10px;
}

.home-notice-list article {
  padding: 14px 18px;
}

.home-notice-list h3 {
  margin: 6px 0 4px;
  font-size: 17px;
}

.home-notice-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.home-blogs-section {
  padding: 58px 0;
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.home-blog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
  color: #230706;
}

.home-blog-heading .eyebrow {
  margin-bottom: 8px;
}

.home-blog-heading h2 {
  margin: 0;
}

.home-blog-heading .ornament {
  margin-bottom: 0;
}

.home-blog-heading .btn {
  flex: 0 0 auto;
  margin-bottom: 2px;
}

.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.home-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.home-blog-image-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f5eadc;
}

.home-blog-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.home-blog-card:hover img {
  transform: scale(1.04);
}

.home-blog-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.blog-card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.blog-meta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.blog-category-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 48%;
  padding: 6px 10px;
  border: 1px solid #efd5ab;
  border-radius: 999px;
  background: #fff7e9;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-blog-card h3 {
  margin: 10px 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
  color: #230706;
}

.home-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-blog-card h3 a:hover,
.home-blog-card h3 a:focus {
  color: var(--gold-dark);
}

.home-blog-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.home-blog-card .eyebrow:last-child {
  margin-top: auto;
}

.blog-detail-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.blog-detail-hero:not(.standard-breadcrumb-hero) .container {
  max-width: 980px;
}

.blog-detail-hero .eyebrow {
  color: #ffd889;
}

.blog-detail-hero h1 {
  max-width: 880px;
  margin: 10px 0 18px;
  color: #fff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.06;
}

.blog-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.blog-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-detail-section {
  padding: 70px 0;
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
}

.blog-detail-article,
.blog-sidebar-card {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.blog-detail-article {
  overflow: hidden;
}

.blog-detail-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: center;
  background: #f5eadc;
}

.blog-detail-content {
  padding: 34px 38px 40px;
}

.blog-detail-content p {
  margin: 0 0 20px;
  color: #4f443d;
  font-size: 17px;
  line-height: 1.85;
}

.blog-detail-content p:last-child {
  margin-bottom: 0;
}

.blog-body-gallery,
.blog-body-videos,
.blog-body-documents {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #f0dfca;
}

.blog-body-gallery h2,
.blog-body-videos h2,
.blog-body-documents h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.blog-body-gallery > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.blog-body-gallery button {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: #f5eadc;
  cursor: zoom-in;
}

.blog-body-gallery img {
  width: 100%;
  height: 190px;
  display: block;
  object-fit: cover;
  background: #f5eadc;
  transition: transform 0.25s ease;
}

.blog-body-gallery button:hover img {
  transform: scale(1.04);
}

.blog-body-videos > div {
  display: grid;
  gap: 18px;
}

.blog-body-videos article {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  background: #120806;
}

.blog-body-videos iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-body-documents > div {
  display: grid;
  gap: 12px;
}

.blog-body-documents a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fffaf4;
  color: #34211a;
  text-decoration: none;
  font-weight: 800;
}

.blog-body-documents a i:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--gold);
}

.blog-body-documents a i:last-child {
  color: var(--gold-dark);
}

.blog-gallery-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #120806;
}

.blog-gallery-modal .modal-header {
  border: 0;
  background: linear-gradient(135deg, #50140e, #260806);
  color: #fff;
}

.blog-gallery-modal .modal-title {
  color: #fff;
  font-size: 25px;
}

.blog-gallery-modal .modal-body {
  padding: 18px;
}

.blog-gallery-modal .modal-body img {
  display: block;
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.blog-sidebar-card {
  position: sticky;
  top: 118px;
  padding: 24px;
}

.blog-sidebar-card h2 {
  margin-bottom: 18px;
  font-size: 25px;
}

.blog-sidebar-link {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid #f0dfca;
  color: inherit;
  text-decoration: none;
}

.blog-sidebar-link img {
  width: 92px;
  height: 72px;
  border-radius: 6px;
  object-fit: cover;
}

.blog-sidebar-link small {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-weight: 800;
}

.blog-sidebar-link strong {
  display: block;
  color: #230706;
  font-size: 14px;
  line-height: 1.35;
}

.blog-sidebar-link:hover strong,
.blog-sidebar-link:focus strong {
  color: var(--gold-dark);
}

.blogs-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center / cover no-repeat;
}

.blogs-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
}

.blogs-hero p:not(.eyebrow) {
  color: #59463c;
  line-height: 1.75;
}

.blogs-section {
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(217, 149, 10, 0.08),
      transparent 280px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.blogs-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
  margin-bottom: 56px;
  padding: 18px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.blogs-featured-card > a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #f5eadc;
}

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

.blogs-featured-card > div {
  padding: 18px 18px 18px 0;
}

.blogs-featured-card h2 {
  margin: 12px 0 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
}

.blogs-featured-card h2 a,
.blogs-card h2 a {
  color: inherit;
  text-decoration: none;
}

.blogs-featured-card h2 a:hover,
.blogs-card h2 a:hover {
  color: var(--gold-dark);
}

.blogs-featured-card p {
  max-width: 620px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.blogs-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin-bottom: 26px;
}

.blogs-toolbar h2 {
  margin: 0;
  font-size: 36px;
}

.blogs-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.blogs-filter button {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #e5c28f;
  border-radius: 8px;
  background: #fffaf2;
  color: var(--ink);
  font-weight: 800;
}

.blogs-filter button.active {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blogs-card {
  overflow: hidden;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.blogs-card[hidden] {
  display: none;
}

.blogs-card-image {
  display: block;
  overflow: hidden;
  background: #f5eadc;
}

.blogs-card-image img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.blogs-card:hover .blogs-card-image img {
  transform: scale(1.04);
}

.blogs-card > div {
  padding: 22px 24px 24px;
}

.blogs-card > div > span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff1d8;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.blogs-card h2 {
  margin: 14px 0 10px;
  font-size: 20px;
  line-height: 1.2;
}

.blogs-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.blogs-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0dfca;
}

.blogs-card-foot small,
.blogs-card-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 800;
}

.blogs-card-foot small {
  color: var(--muted);
}

.blogs-card-foot a {
  color: var(--gold-dark);
  white-space: nowrap;
}

.news-coverage-hero {
  min-height: 330px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center / cover no-repeat;
}

.news-coverage-hero h1 {
  font-size: clamp(38px, 5vw, 68px);
}

.news-coverage-section {
  padding-bottom: 120px !important;
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.news-coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 42px;
}

.news-coverage-card {
  overflow: hidden;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.news-coverage-image-btn {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: #f5eadc;
  cursor: zoom-in;
}

.news-coverage-card img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  background: #f5eadc;
}

.news-coverage-card > div {
  padding: 22px 24px 24px;
}

.news-coverage-card span,
.news-coverage-card p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.news-coverage-card h2 {
  margin: 12px 0 14px;
  font-size: 21px;
  line-height: 1.22;
}

.news-coverage-card p {
  margin: 0;
  color: var(--muted);
}

.news-coverage-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #120806;
}

.news-coverage-modal .modal-header {
  border: 0;
  background: linear-gradient(135deg, #50140e, #260806);
  color: #fff;
}

.news-coverage-modal .modal-title {
  color: #fff;
  font-size: 25px;
}

.news-coverage-modal .modal-header p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.news-coverage-modal .modal-body {
  padding: 18px;
}

.news-coverage-modal .modal-body img {
  display: block;
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
}

.home-service-notice-card {
  display: flex;
  min-height: 100%;
}

.home-service-notice-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 34px 28px 28px;
  text-align: left;
}

.home-service-notice-card .home-service-notice-title {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 18px 0 18px;
  font-size: 22px;
}

.home-service-notice-title i {
  color: var(--gold);
  font-size: 25px;
}

.home-service-notice-list {
  display: grid;
  gap: 10px;
  max-height: 330px;
  margin-top: 0;
  padding-right: 8px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.home-service-notice-list::-webkit-scrollbar {
  width: 5px;
}

.home-service-notice-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(213, 143, 0, 0.65);
}

.home-service-notice-list a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #f0dfc8;
  border-radius: 8px;
  background: #fffaf4;
  text-align: left;
  text-decoration: none;
}

.home-service-notice-list span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}

.home-service-notice-list strong {
  display: block;
  color: #230706;
  font-size: 14px;
  line-height: 1.35;
}

.home-documentary-section {
  position: relative;
  padding: 68px 0 74px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(35, 7, 6, 0.9),
      rgba(90, 34, 10, 0.74),
      rgba(35, 7, 6, 0.9)
    ),
    url("../../images/dharmapala/dharmapala2.jpg") center / cover no-repeat;
}

.home-documentary-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(229, 162, 27, 0.24),
      transparent 34%
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(255, 248, 239, 0.16),
      transparent 28%
    );
  pointer-events: none;
}

.home-documentary-section .container {
  position: relative;
  z-index: 1;
}

.home-documentary-section .center-title h2 {
  color: #fff8ef;
}

.home-documentary-section .eyebrow {
  color: #f2ae21;
}

.home-documentary-section .ornament::before,
.home-documentary-section .ornament::after {
  background: #f0b948;
}

.home-documentary-section .ornament span {
  border-color: #f0b948;
}

.documentary-slider {
  position: relative;
  padding: 0 54px;
}

.documentary-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.documentary-grid {
  display: flex;
  gap: 24px;
}

.documentary-slide {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
}

.documentary-card {
  height: 100%;
  padding: 18px;
  border: 1px solid rgba(240, 185, 72, 0.42);
  border-radius: 8px;
  background: rgba(255, 248, 239, 0.94);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.documentary-control {
  position: absolute;
  top: 56%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 185, 72, 0.56);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 248, 239, 0.94);
  color: #8b5200;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.documentary-control:hover,
.documentary-control:focus {
  background: var(--gold);
  color: #fff;
}

.documentary-prev {
  left: 0;
}

.documentary-next {
  right: 0;
}

.documentary-card h3 {
  margin: 0 0 12px;
  color: #230706;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 25px;
}

.documentary-video {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16 / 9;
  background: #120806;
}

.documentary-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.activity-card,
.center-card,
.heritage-card {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.card-img {
  width: 100%;
  height: 172px;
  object-fit: cover;
  background: #f5eadc;
}

.icon-badge {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e5a21b, #ba7400);
  color: #fff;
  font-size: 28px;
  margin-top: -30px;
  box-shadow: 0 10px 22px rgba(184, 116, 0, 0.25);
}

.activity-card .content,
.heritage-card .content {
  padding: 0 28px 28px;
  text-align: center;
}

.activity-card h3,
.heritage-card h3,
.center-card h3 {
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: #230706;
}

.activity-card p,
.heritage-card p,
.center-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.center-card img {
  height: 150px;
}

.center-card .content {
  padding: 18px 20px 22px;
  text-align: center;
}

.center-card-more {
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
}

.center-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.center-card-link:hover,
.center-card-link:focus {
  color: inherit;
  border-color: #ddb66e;
  box-shadow: 0 20px 38px rgba(58, 16, 12, 0.13);
  transform: translateY(-3px);
}

.home-centers-section {
  background: #fff;
  overflow: hidden;
}

.home-centers-slider {
  position: relative;
  padding: 0 54px;
}

.home-centers-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
}

.home-centers-track {
  display: flex;
  gap: 30px;
}

.home-centers-slide {
  flex: 0 0 calc((100% - 90px) / 4);
  min-width: 0;
}

.home-centers-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid #e7c58f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fffaf1;
  color: #8b5200;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.14);
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.home-centers-control:hover,
.home-centers-control:focus {
  background: var(--gold);
  color: #fff;
}

.home-centers-prev {
  left: 0;
}

.home-centers-next {
  right: 0;
}

.warm-band {
  background:
    linear-gradient(
      90deg,
      #fff8ed 0%,
      rgba(255, 244, 225, 0.95) 60%,
      rgba(255, 241, 218, 0.6) 100%
    ),
    url("../img/temple-line.svg") right bottom / 360px auto no-repeat;
}

.history-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(62, 30, 10, 0.42),
      rgba(255, 244, 224, 0.94) 31%,
      rgba(255, 242, 216, 0.92) 64%,
      rgba(74, 33, 10, 0.34)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.history-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34%;
  background: url("../../images/buddha.png") left bottom / contain no-repeat;
  opacity: 0.18;
  filter: sepia(0.8);
}

.history-hero::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 0;
  width: min(320px, 28vw);
  height: 92%;
  background: url("../../images/anagarika_dharmapala.jpg") center bottom /
    contain no-repeat;
  opacity: 0.92;
  filter: sepia(0.24);
  pointer-events: none;
}

.history-hero .container {
  position: relative;
  z-index: 1;
}

.history-hero-content {
  max-width: 560px;
  margin-left: clamp(220px, 30vw, 420px);
}

.history-hero h1 {
  margin: 0;
  color: #2a0b06;
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.02;
}

.history-hero p {
  margin: 0;
  color: #4c1c12;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.32;
}

.history-page.section-pad {
  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(217, 149, 10, 0.08),
      transparent 260px
    ),
    radial-gradient(
      circle at 92% 18%,
      rgba(90, 26, 18, 0.05),
      transparent 280px
    ),
    #fffaf4;
}

main > .history-page.section-pad:last-of-type {
  padding-bottom: 0;
}

.history-page h2 {
  color: #7b1d14;
  font-size: 26px;
  line-height: 1.2;
}

.history-page p {
  color: #251713;
  font-size: 15px;
  line-height: 1.85;
}

.history-intro {
  padding-bottom: 24px;
}

.history-more-content {
  scroll-margin-top: 118px;
}

.history-feature-photo {
  margin: 0;
  padding: 14px;
  border: 1px solid #e3c9a6;
  border-radius: 8px;
  background: #fff7ec;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.history-feature-photo img,
.history-text-row img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  filter: sepia(0.56) saturate(0.72);
}

.history-feature-photo img {
  aspect-ratio: 4 / 2.55;
}

.history-feature-photo figcaption {
  margin-top: 14px;
  color: #6a3b21;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.history-leaders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 36px 0;
  padding: 0 0 28px;
  border-bottom: 1px solid #dfc4a0;
}

.history-leaders article {
  min-height: 116px;
  padding: 0 24px;
  border-right: 1px solid #dfc4a0;
  text-align: center;
}

.history-leaders article:last-child {
  border-right: 0;
}

.history-leaders i {
  display: block;
  color: var(--gold);
  font-size: 30px;
  margin-bottom: 10px;
}

.history-leaders strong {
  display: block;
  color: #b26d05;
  font-weight: 900;
}

.history-leaders span {
  display: block;
  color: #371711;
  font-size: 13px;
  line-height: 1.35;
}

.history-text-row {
  margin-top: 34px;
}

.history-two-column-section {
  margin: 48px 0 52px;
  padding: 0;
}

.history-two-column-section .history-text-row {
  margin-top: 0;
}

.history-column-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e3c9a6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.history-column-card .row {
  display: block;
}

.history-column-card .row > [class*="col-"] {
  width: 100%;
}

.history-column-card h2 {
  margin-bottom: 18px;
}

.history-column-card img {
  margin-bottom: 20px;
}

.history-text-row img {
  aspect-ratio: 1.38 / 1;
  border: 1px solid #e3c9a6;
  box-shadow: 0 12px 26px rgba(58, 16, 12, 0.08);
}

.history-lower-band {
  position: relative;
  margin-top: 54px;
  padding: 56px 0 64px;
}

.history-lower-band::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #fff1df;
  z-index: 0;
}

.history-lower-band > * {
  position: relative;
  z-index: 1;
}

.history-quote-title {
  margin-bottom: 28px;
}

.history-quote-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0 auto 40px;
  padding: 28px 24px;
  width: 100%;
  max-width: none;
  border: 1px solid #e3c9a6;
  border-radius: 8px;
  background: rgba(255, 249, 240, 0.9);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.history-quote-strip blockquote {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid #dfc4a0;
  color: #8a3b18;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
}

.history-quote-strip blockquote::before {
  content: "\201C";
  display: block;
  color: var(--gold);
  font-size: 42px;
  line-height: 0.7;
}

.history-quote-strip blockquote:last-child {
  border-right: 0;
}

.history-personalities {
  margin-top: 54px;
  text-align: center;
}

.history-person-card {
  height: 100%;
  padding: 10px 10px 18px;
  border: 1px solid #e3c9a6;
  border-radius: 8px;
  background: #fff9ef;
  box-shadow: 0 12px 24px rgba(58, 16, 12, 0.07);
}

.history-person-card img {
  width: 100%;
  aspect-ratio: 1 / 1.06;
  object-fit: cover;
  border-radius: 5px;
  filter: grayscale(1) sepia(0.24);
}

.history-person-card h3 {
  margin: 14px 0 4px;
  color: #1f0d09;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.history-person-card p {
  margin: 0;
  color: #5e4035;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.history-closing {
  max-width: 860px;
  margin: 34px auto 0;
  text-align: center;
}

.great-personalities-hero {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 249, 239, 0.98), rgba(255, 241, 220, 0.7)),
    url("../../images/breadcrumb.jpg") right center / cover no-repeat;
}

.great-personalities-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(183, 111, 0, 0.14),
      transparent 240px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.great-personalities-hero .container {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.great-personalities-hero-content {
  width: min(470px, 48%);
  position: relative;
  z-index: 2;
}

.great-personalities-hero h1 {
  margin: 0;
  color: #2a0b06;
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.02;
}

.great-personalities-hero p {
  color: #3c2119;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
}

.great-personalities-hero-visual {
  position: absolute;
  inset: 0 0 0 42%;
  background:
    linear-gradient(
      90deg,
      rgba(255, 247, 234, 0.98),
      rgba(255, 247, 234, 0.2) 30%,
      transparent 52%
    ),
    url("../../images/breadcrumb.jpg") right center / cover no-repeat;
}

.great-personalities-hero-visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 92%;
  background: url("../../images/center/2. buddhagaya.jpg") right bottom / cover
    no-repeat;
  opacity: 0.45;
  filter: sepia(0.55);
}

.hero-person {
  position: absolute;
  bottom: 0;
  object-fit: cover;
  filter: grayscale(1) sepia(0.5);
}

.hero-person-main {
  right: 18%;
  width: min(330px, 32vw);
  height: 92%;
  z-index: 3;
  object-position: center top;
}

.hero-person-one,
.hero-person-two,
.hero-person-three {
  height: 68%;
  opacity: 0.78;
  z-index: 2;
}

.hero-person-one {
  right: 47%;
  width: min(170px, 15vw);
}

.hero-person-two {
  right: 36%;
  width: min(165px, 14vw);
}

.hero-person-three {
  right: 5%;
  width: min(165px, 14vw);
}

.great-personalities-page {
  padding: 56px 0 34px;
  background:
    radial-gradient(
      circle at 50% 0,
      rgba(217, 149, 10, 0.08),
      transparent 280px
    ),
    #fffaf4;
}

.great-personalities-intro {
  max-width: 830px;
  margin: 0 auto 34px;
  text-align: center;
}

.great-personalities-intro i {
  color: var(--gold);
  font-size: 48px;
}

.great-personalities-intro p {
  color: #2c1b16;
  font-size: 17px;
  line-height: 1.7;
  margin: 16px 0 0;
}

.great-person-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px 12px 20px;
  border: 1px solid #e3c9a6;
  border-radius: 8px;
  background: linear-gradient(180deg, #fffaf2, #fff6e9);
  box-shadow: 0 16px 32px rgba(58, 16, 12, 0.08);
  text-align: center;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.35s ease,
    background 0.3s ease;
}

.great-person-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #9f5d00, #e8aa26, #9f5d00);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.35s ease;
}

.great-person-card:hover,
.great-person-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(201, 130, 0, 0.62);
  background: linear-gradient(180deg, #fffdf8, #fff3df);
  box-shadow: 0 26px 48px rgba(83, 40, 8, 0.18);
}

.great-person-card:hover::before,
.great-person-card:focus-within::before {
  transform: scaleX(1);
}

.great-person-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  object-fit: cover;
  object-position: center top;
  background: #f7efe3;
  filter: grayscale(1) sepia(0.16);
  transition: transform 0.45s ease, filter 0.4s ease;
}

.great-person-card:hover img,
.great-person-card:focus-within img {
  transform: scale(1.035);
  filter: grayscale(0.12) sepia(0.08) saturate(1.08);
}

.great-personality-card img {
  object-fit: contain;
  object-position: center;
}

.great-personality-card:hover img,
.great-personality-card:focus-within img {
  transform: none;
}

.great-person-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
}

.great-person-card h2 {
  margin: 0 0 6px;
  color: #2b120d;
  font-size: 18px;
  line-height: 1.35;
  transition: color 0.25s ease;
}

.great-person-card:hover h2,
.great-person-card:focus-within h2 {
  color: #a35f00;
}

.great-person-card:not(.leader-simple-card)
  .great-person-card-body
  > p:last-of-type {
  min-height: 58px;
  color: #2a211d;
  font-size: 14px;
  line-height: 1.55;
}

.great-personality-card .great-person-card-body > p:last-of-type {
  min-height: 44px;
  margin-bottom: 2px;
}

.great-personality-card .great-person-read-more {
  margin-top: 4px;
}

.great-person-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  padding: 9px 15px;
  border: 1px solid #c98200;
  border-radius: 6px;
  background: #fffaf0;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.great-person-read-more:hover,
.great-person-read-more:focus-visible {
  color: #fff;
  background: #c98200;
  box-shadow: 0 8px 18px rgba(169, 101, 0, 0.22);
}

.great-person-read-more i {
  font-size: 16px;
  transition: transform 0.25s ease;
}

.great-person-card:hover .great-person-read-more i,
.great-person-card:focus-within .great-person-read-more i {
  transform: translateX(5px);
}

.leadership-card-item {
  animation: leadershipCardReveal 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.leadership-card-item:nth-child(4n + 2) {
  animation-delay: 0.08s;
}

.leadership-card-item:nth-child(4n + 3) {
  animation-delay: 0.16s;
}

.leadership-card-item:nth-child(4n + 4) {
  animation-delay: 0.24s;
}

@keyframes leadershipCardReveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .leadership-card-item {
    animation: none;
  }

  .great-person-card,
  .great-person-card::before,
  .great-person-card img,
  .great-person-read-more i {
    transition: none;
  }
}

.leader-simple-card .great-person-card-body {
  padding-top: 14px;
}

.leader-simple-card h2 {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-timeline {
  margin: 0;
  color: #5f3a24;
  font-family: "Playfair Display", Georgia, serif;
  min-height: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.leader-timeline:empty {
  display: none;
}

.leader-simple-card .leader-read-more {
  align-self: center;
  margin-top: 10px;
  padding: 9px 15px;
  border: 1px solid #c98200;
  border-radius: 6px;
  background: #fffaf0;
  color: var(--gold-dark);
}

.leader-simple-card .leader-read-more:hover,
.leader-simple-card .leader-read-more:focus-visible {
  color: #fff;
  background: #c98200;
  box-shadow: 0 8px 18px rgba(169, 101, 0, 0.22);
}

.great-personalities-quote {
  padding: 50px 0 36px;
  background:
    linear-gradient(
      90deg,
      rgba(45, 20, 7, 0.14),
      rgba(255, 244, 224, 0.9),
      rgba(45, 20, 7, 0.12)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
  text-align: center;
}

.great-personalities-quote blockquote {
  margin: 0;
  color: #2f1710;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 34px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
}

.great-personalities-quote blockquote::before,
.great-personalities-quote blockquote::after {
  color: #9f6500;
  font-size: 48px;
  line-height: 0;
}

.great-personalities-quote blockquote::before {
  content: "\201C";
  margin-right: 14px;
}

.great-personalities-quote blockquote::after {
  content: "\201D";
  margin-left: 14px;
}

.great-person-detail-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 246, 233, 0.98), rgba(255, 241, 220, 0.7)),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
}

.great-person-detail-hero h1 {
  max-width: 840px;
}

.great-person-detail-page {
  padding: 54px 0 96px;
  background: #fff;
}

.great-person-detail-sheet {
  position: relative;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.great-person-detail-hero-block {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.great-person-detail-hero-block figure {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #f2e3c7;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.great-person-detail-hero-block figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) sepia(0.34);
}

.great-person-detail-hero-block figcaption {
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 74px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: translateX(-50%);
  color: #b77819;
  font-size: 34px;
  background: #fff6e6;
  display: none;
}

.great-person-detail-intro {
  padding-top: 28px;
}

.great-person-detail-intro h1 {
  margin: 0;
  color: #38200f;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
}

.great-person-detail-subtitle {
  margin: 14px 0 0;
  color: #9a6500;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 800;
  text-transform: uppercase;
}

.great-person-detail-intro p:not(.great-person-detail-subtitle),
.great-detail-section p {
  color: #1f1712;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.great-detail-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 24px;
  color: #b77819;
}

.great-detail-divider::before,
.great-detail-divider::after,
.great-detail-rule::before,
.great-detail-rule::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, #b77819, transparent);
}

.great-detail-divider span {
  font-size: 24px;
}

.great-detail-rule {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 32px 0;
}

.great-detail-rule span {
  width: 12px;
  height: 12px;
  border: 1px solid #b77819;
  transform: rotate(45deg);
}

.great-detail-section,
.great-detail-quote,
.great-detail-gallery {
  position: relative;
  z-index: 1;
}

.great-detail-section {
  padding: 0;
}

.great-detail-section h2,
.great-detail-quote h2,
.great-detail-gallery h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 18px;
  color: #9a6500;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}

.great-detail-section h2::before,
.great-detail-section h2::after,
.great-detail-quote h2::before,
.great-detail-quote h2::after,
.great-detail-gallery h2::before,
.great-detail-gallery h2::after {
  content: "";
  width: 58px;
  height: 1px;
  background: #b77819;
}

.great-detail-quote {
  margin: 34px 0;
  padding: 28px 34px;
  border: 1px solid #d8b373;
  border-radius: 8px;
  background: rgba(255, 251, 243, 0.72);
}

.great-detail-quote blockquote {
  max-width: 840px;
  margin: 0 auto;
  color: #2f1c11;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.58;
  text-align: center;
}

.great-detail-quote p {
  margin: 16px 0 0;
  color: #4e2f1c;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}

.great-detail-contributions {
  margin-top: 34px;
  padding: 28px 34px;
  border: 1px solid #d8b373;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.66);
}

.great-detail-contributions ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.great-detail-contributions li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  color: #1f1712;
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.great-detail-contributions li i {
  color: #b77819;
  font-size: 26px;
}

.great-detail-gallery {
  margin-top: 34px;
  padding: 26px 10px 0;
}

.great-detail-gallery > div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.great-detail-gallery button {
  display: grid;
  gap: 9px;
  padding: 8px;
  border: 1px solid #d8b373;
  border-radius: 4px;
  background: rgba(255, 251, 243, 0.82);
  color: #2f1c11;
  cursor: zoom-in;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  text-align: center;
}

.great-detail-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  border-radius: 3px;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) sepia(0.28);
}

.great-person-gallery-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #120806;
}

.great-person-gallery-modal .modal-header {
  border: 0;
  background: linear-gradient(135deg, #50140e, #260806);
  color: #fff;
}

.great-person-gallery-modal .modal-title {
  color: #fff;
  font-size: 25px;
}

.great-person-gallery-modal .modal-body {
  padding: 18px;
}

.great-person-gallery-modal .carousel-item img {
  display: block;
  width: 100%;
  height: min(76vh, 720px);
  object-fit: contain;
  background: #120806;
}

.great-person-gallery-modal .carousel-item p {
  margin: 12px 0 0;
  color: #fff3de;
  text-align: center;
}

@media (max-width: 991.98px) {
  .history-hero::after {
    opacity: 0.28;
  }

  .history-hero-content {
    margin-left: 0;
  }

  .history-leaders,
  .history-quote-strip {
    grid-template-columns: 1fr;
  }

  .history-leaders article,
  .history-quote-strip blockquote {
    border-right: 0;
    border-bottom: 1px solid #dfc4a0;
    padding: 18px 0;
  }

  .history-leaders article:last-child,
  .history-quote-strip blockquote:last-child {
    border-bottom: 0;
  }

  .great-personalities-hero-content {
    width: min(540px, 100%);
  }

  .great-personalities-hero-visual {
    inset: 0;
    opacity: 0.24;
  }

  .great-person-detail-hero-block {
    grid-template-columns: 1fr;
  }

  .great-person-detail-hero-block figure {
    max-width: 420px;
    margin: 0 auto;
  }

  .great-detail-section,
  .great-detail-quote,
  .great-detail-contributions {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .great-detail-gallery > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .history-hero {
    min-height: 340px;
  }

  .history-hero h1 {
    font-size: 44px;
  }

  .history-hero p {
    font-size: 19px;
  }

  .history-page h2 {
    font-size: 23px;
  }

  .great-personalities-hero,
  .great-personalities-hero .container {
    min-height: 360px;
  }

  .great-personalities-hero h1 {
    font-size: 44px;
  }

  .great-personalities-hero p,
  .great-personalities-intro p {
    font-size: 15px;
  }

  .great-person-card {
    padding: 20px 18px;
  }

  .great-person-card h2 {
    font-size: 18px;
  }

  .leader-timeline {
    font-size: 22px;
  }

  .great-person-detail-page {
    padding-top: 28px;
  }

  .great-person-detail-sheet {
    padding: 18px;
  }

  .great-person-detail-intro h1 {
    font-size: 36px;
  }

  .great-detail-section,
  .great-detail-quote,
  .great-detail-contributions {
    padding-left: 14px;
    padding-right: 14px;
  }

  .great-detail-section h2,
  .great-detail-quote h2,
  .great-detail-gallery h2 {
    font-size: 22px;
  }

  .great-detail-section h2::before,
  .great-detail-section h2::after,
  .great-detail-quote h2::before,
  .great-detail-quote h2::after,
  .great-detail-gallery h2::before,
  .great-detail-gallery h2::after {
    width: 28px;
  }

  .great-detail-gallery > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Join Dhamma Sabha */
.dhamma-sabha-page {
  padding: 72px 0 96px;
  background: #fffaf3;
}

.dhamma-sabha-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(420px, 1.35fr) minmax(210px, 0.65fr);
  gap: 30px;
  align-items: center;
  overflow: hidden;
  padding: 34px 40px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(58, 16, 12, 0.08);
}

.dhamma-sabha-buddha {
  align-self: end;
}

.dhamma-sabha-buddha img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: contain;
  object-position: center bottom;
}

.dhamma-sabha-intro-copy {
  text-align: center;
}

.dhamma-wheel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 50px;
}

.dhamma-sabha-intro-copy h2 {
  margin: 0;
  color: #10264b;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
}

.dhamma-sabha-intro-copy h2 strong {
  display: block;
  color: #945a00;
  font-weight: 700;
}

.dhamma-sabha-intro-copy .ornament {
  margin-top: 20px;
  margin-bottom: 18px;
}

.dhamma-sabha-intro-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  color: #53443c;
  line-height: 1.7;
}

.dhamma-sabha-lead {
  color: #10264b !important;
  font-size: 23px;
  line-height: 1.35 !important;
}

.dhamma-sabha-anywhere {
  padding: 28px 22px;
  border: 1px solid #e8c783;
  border-radius: 8px;
  color: #fff;
  background: #0e2d57;
  text-align: center;
}

.dhamma-sabha-anywhere span {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #f2b33b;
  font-size: 28px;
}

.dhamma-sabha-anywhere h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
}

.dhamma-sabha-anywhere p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.dhamma-sabha-anywhere a {
  color: #f3bd51;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dhamma-platforms {
  padding: 72px 0 56px;
}

.dhamma-platform-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.dhamma-platform-card {
  min-height: 178px;
  padding: 24px 16px 20px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dhamma-platform-card:hover,
.dhamma-platform-card:focus {
  border-color: #d9a64b;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.1);
  transform: translateY(-4px);
}

.dhamma-platform-card span {
  display: inline-grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #fff;
  background: #d9950a;
  font-size: 31px;
}

.dhamma-platform-card:nth-child(2) span {
  background: #2878ef;
}

.dhamma-platform-card:nth-child(3) span {
  background: #22b85b;
}

.dhamma-platform-card:nth-child(4) span {
  background: #ec2b1c;
}

.dhamma-platform-card:nth-child(5) span {
  background: #102e58;
}

.dhamma-platform-card h3 {
  margin-bottom: 5px;
  color: #10264b;
  font-size: 18px;
}

.dhamma-platform-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.dhamma-sabha-highlights {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 2fr);
  gap: 26px;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  background: #102e58;
}

.dhamma-sabha-highlights .eyebrow {
  color: #f2ba4f;
}

.dhamma-sabha-highlights h2 {
  margin: 0;
  color: #fff;
  font-size: 31px;
}

.dhamma-highlight-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.dhamma-highlight-grid article {
  text-align: center;
}

.dhamma-highlight-grid span {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 9px;
  border: 1px solid rgba(242, 186, 79, 0.72);
  border-radius: 50%;
  color: #f2ba4f;
  font-size: 29px;
}

.dhamma-highlight-grid h3 {
  margin: 0;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dhamma-sabha-community {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  margin-top: 44px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: #fff;
}

.dhamma-sabha-community > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.dhamma-sabha-community > div {
  padding: 38px 42px;
}

.dhamma-sabha-community h2 {
  color: #2b160c;
  font-size: 35px;
}

.dhamma-sabha-community p {
  color: var(--muted);
  line-height: 1.75;
}

.dhamma-sabha-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.dhamma-sabha-socials strong {
  margin-right: 8px;
  color: #10264b;
}

.dhamma-sabha-socials a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #102e58;
}

.dhamma-sabha-socials a:hover,
.dhamma-sabha-socials a:focus {
  background: var(--gold);
}

@media (max-width: 991.98px) {
  .dhamma-sabha-intro {
    grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1.25fr);
  }

  .dhamma-sabha-anywhere {
    grid-column: 1 / -1;
  }

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

  .dhamma-sabha-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .dhamma-sabha-page {
    padding: 52px 0 72px;
  }

  .dhamma-sabha-intro {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .dhamma-sabha-buddha {
    display: none;
  }

  .dhamma-sabha-intro-copy h2 {
    font-size: 54px;
  }

  .dhamma-platforms {
    padding: 54px 0 42px;
  }

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

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

  .dhamma-sabha-community {
    grid-template-columns: 1fr;
  }

  .dhamma-sabha-community > img {
    min-height: 230px;
  }

  .dhamma-sabha-community > div {
    padding: 28px 22px;
  }
}

.quote-card {
  height: 100%;
  border-radius: 8px;
  padding: 52px 48px;
  background: linear-gradient(135deg, #fff8ef, #f4e2ce);
  color: var(--ink);
}

.quote-mark {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 0.7;
}

.quote-card blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 25px;
  line-height: 1.22;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--gold);
}

.timeline-item {
  position: relative;
  text-align: center;
  padding-top: 48px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 16px;
  height: 16px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateX(-50%);
  border: 4px solid #fffaf4;
}

.timeline-item strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  margin-bottom: 8px;
}

.timeline-item p {
  font-size: 13px;
  line-height: 1.45;
}

.inner-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #2b160c;
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 233, 0.98) 0%,
      rgba(255, 241, 220, 0.92) 38%,
      rgba(255, 239, 213, 0.5) 64%,
      rgba(62, 35, 14, 0.18) 100%
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
}

.inner-hero-content {
  display: grid;
  gap: 18px;
  align-content: center;
  justify-items: start;
}

.inner-hero-content > p.breadcrumbish,
.inner-hero-content > .lead.mt-4 {
  display: none;
}

.inner-hero h1 {
  color: #2c160d;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.inner-hero .lead {
  max-width: 660px;
  color: #2f211a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  line-height: 1.55;
  margin: 0;
}

.breadcrumbish {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #3b2418;
  font-weight: 800;
  background: transparent;
  box-shadow: none;
}

.breadcrumbish a {
  color: #5a2e12;
  display: inline-flex;
  align-items: center;
  transition: color 0.25s ease, transform 0.25s ease, text-shadow 0.25s ease;
}

.breadcrumbish a:hover,
.breadcrumbish a:focus-visible {
  color: #c57900;
  transform: translateY(-2px);
  text-shadow: 0 3px 10px rgba(197, 121, 0, 0.2);
}

.breadcrumbish i {
  color: var(--gold);
  margin-right: 4px;
}

.breadcrumbish span {
  color: var(--gold);
  margin: 0;
}

.breadcrumbish strong {
  color: #1f140f;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.breadcrumbish strong:hover {
  color: #c57900;
  text-shadow: 0 3px 10px rgba(197, 121, 0, 0.2);
}

.standard-breadcrumb-hero {
  height: 360px !important;
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  overflow: hidden;
  color: #2b160c !important;
  text-align: left !important;
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 233, 0.98) 0%,
      rgba(255, 241, 220, 0.9) 38%,
      rgba(255, 239, 213, 0.52) 64%,
      rgba(62, 35, 14, 0.14) 100%
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat !important;
}

.standard-breadcrumb-hero .container {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 1350px !important;
  height: auto !important;
  min-height: 0 !important;
  display: grid !important;
  justify-items: start !important;
  align-content: center !important;
  gap: 18px !important;
  text-align: left !important;
}

.standard-breadcrumb-hero .container > *:not(h1):not(.breadcrumbish) {
  display: none !important;
}

.standard-breadcrumb-hero h1 {
  color: #2c160d !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
  margin: 0 !important;
  text-transform: none !important;
  text-align: left !important;
  max-width: 760px !important;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

.standard-breadcrumb-hero h1:hover {
  color: #a85f00 !important;
  transform: translateX(5px);
  text-shadow: 0 5px 16px rgba(168, 95, 0, 0.16);
}

.standard-breadcrumb-hero h1 br {
  display: none;
}

.standard-breadcrumb-hero p:not(.breadcrumbish),
.standard-breadcrumb-hero .lead,
.standard-breadcrumb-hero .lead-script,
.standard-breadcrumb-hero .eyebrow,
.standard-breadcrumb-hero .founder-subtitle,
.standard-breadcrumb-hero .serif,
.standard-breadcrumb-hero .ornament,
.standard-breadcrumb-hero img,
.standard-breadcrumb-hero [class*="-visual"] {
  display: none !important;
}

.standard-breadcrumb-hero .breadcrumbish {
  width: auto !important;
  max-width: min(100%, 900px) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-self: start !important;
}

.standard-breadcrumb-hero::before,
.standard-breadcrumb-hero::after {
  display: none !important;
}

.soft-breadcrumb,
.breadcrumb-bar,
.volunteer-breadcrumb {
  display: none;
}

.hq-hero {
  min-height: 430px;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(22, 11, 5, 0.92),
      rgba(42, 21, 8, 0.48),
      rgba(42, 21, 8, 0.18)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.hq-hero h1 {
  font-size: clamp(50px, 5vw, 76px);
  text-transform: uppercase;
}

.hq-hero .lead-script {
  color: #f4b126;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 30px;
  max-width: 420px;
}

.photo-round {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.1);
}

.contact-card {
  border-radius: 8px;
  background: #fff8ef;
  padding: 34px;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.founder-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(244, 218, 180, 0.88),
      rgba(255, 244, 222, 0.92) 45%,
      rgba(232, 164, 58, 0.42)
    ),
    url("../../images/breadcrumb.jpg") right center / cover no-repeat;
}

.founder-hero .container {
  position: relative;
  z-index: 1;
}

.founder-hero h1 {
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.06;
  margin: 0;
}

.founder-subtitle {
  color: #b87400;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  margin: 18px 0 0;
}

.founder-hero-copy {
  color: #3d2b22;
  max-width: 690px;
  line-height: 1.7;
}

.founder-hero-portrait {
  width: min(360px, 100%);
  display: block;
  margin: 0 auto;
  border-radius: 0;
  filter: sepia(0.16);
  box-shadow: 0 22px 48px rgba(72, 36, 12, 0.16);
}

.founder-life-section {
  background:
    radial-gradient(
      circle at 82% 55%,
      rgba(218, 151, 18, 0.09),
      transparent 230px
    ),
    linear-gradient(90deg, #fff 0%, #fffaf4 100%);
}

.founder-more-content {
  scroll-margin-top: 118px;
}

.founder-more-content > section:first-child {
  padding-top: 18px;
}

.founder-hidden-gallery {
  margin-top: 34px;
}

.founder-hidden-gallery h3 {
  margin-bottom: 20px;
  font-size: 28px;
}

.founder-image-gallery-section {
  background: linear-gradient(180deg, #fff9ef, #fff3e4);
}

.founder-gallery-thumb {
  width: 100%;
  padding: 0;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.08);
  cursor: pointer;
}

.founder-gallery-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  transition: transform 0.24s ease;
}

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

.founder-gallery-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #120806;
}

.founder-gallery-modal .modal-header {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #50140e, #260806);
}

.founder-gallery-modal .modal-title {
  color: #fff;
  font-size: 25px;
}

.founder-gallery-modal .modal-body {
  padding: 0;
  background: #120806;
}

.founder-gallery-modal .carousel-item img {
  width: 100%;
  height: min(76vh, 720px);
  display: block;
  object-fit: contain;
  background: #120806;
}

.founder-study-photo {
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  filter: sepia(0.38) saturate(0.85);
}

.founder-contribution-card {
  height: 100%;
  padding: 40px 28px 28px;
  border-radius: 8px;
  border: 1px solid #ecdcca;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
  text-align: center;
}

.founder-contribution-card .icon-badge {
  margin: 0 auto 22px;
}

.founder-contribution-card h3 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.founder-contribution-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.founder-timeline {
  grid-template-columns: repeat(6, 1fr);
}

.founder-timeline-item {
  padding-top: 62px;
}

.founder-timeline-item::before {
  display: none;
}

.founder-timeline-item span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 54px;
  height: 54px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  background: #fffaf4;
  font-size: 24px;
  z-index: 1;
}

.founder-quote-band {
  padding: 70px 0;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(244, 220, 184, 0.86),
      rgba(255, 250, 243, 0.98) 28%,
      rgba(255, 250, 243, 0.98) 72%,
      rgba(102, 57, 20, 0.32)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.founder-quote-band blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 16px;
}

.founder-quote-band p {
  color: var(--gold-dark);
  font-size: 18px;
  margin: 0;
}

.quote-side-img {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  object-fit: cover;
  opacity: 0.48;
  filter: sepia(0.4);
}

.legacy-card img {
  height: 176px;
}

.legacy-card p {
  margin-bottom: 0;
}

.founder-audio-player {
  width: 100%;
  margin-top: 12px;
}

.founder-sayings-slider {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: linear-gradient(135deg, #fffaf4, #fff);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
  overflow: hidden;
}

.founder-sayings-slider .carousel-inner {
  height: 470px;
  padding: 44px 72px 62px;
}

.founder-sayings-slider .carousel-item {
  height: 100%;
}

.founder-sayings-row {
  align-items: stretch;
  height: 100%;
}

.founder-sayings-row > [class*="col-"] {
  display: flex;
  height: 100%;
}

.founder-saying-card {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 26px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.08);
  overflow: visible;
  text-align: center;
}

.founder-saying-card .quote-mark {
  margin-bottom: 10px;
}

.founder-saying-card blockquote {
  max-width: 100%;
  margin: 0 auto 22px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}

.founder-saying-card p {
  font-size: 16px;
  margin: 0;
  color: var(--gold-dark);
  font-weight: 700;
}

.founder-sayings-slider .carousel-indicators {
  margin-bottom: 24px;
}

.founder-sayings-slider .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: var(--gold);
}

.founder-sayings-slider .carousel-control-prev,
.founder-sayings-slider .carousel-control-next {
  width: 54px;
}

.founder-sayings-slider .carousel-control-prev-icon,
.founder-sayings-slider .carousel-control-next-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--gold);
  background-size: 52%;
}

@media (max-width: 767.98px) {
  .founder-sayings-slider .carousel-inner {
    height: auto;
    min-height: 560px;
    padding: 28px 54px 58px;
  }

  .founder-saying-card blockquote {
    font-size: 16px;
  }
}

.president-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(244, 222, 192, 0.95),
      rgba(255, 247, 236, 0.94) 46%,
      rgba(189, 117, 18, 0.22)
    ),
    url("../../images/breadcrumb.jpg") right center / cover no-repeat;
}

.president-hero h1 {
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.08;
}

.president-hero p:not(.founder-subtitle) {
  max-width: 560px;
  color: #39261d;
  font-size: 17px;
  line-height: 1.75;
}

.president-hero-photo {
  width: min(390px, 100%);
  aspect-ratio: 1 / 1.08;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  filter: sepia(0.16) brightness(1.08);
  box-shadow: 0 24px 50px rgba(71, 38, 12, 0.18);
}

.great-person-president-photo {
  object-position: top center;
}

.president-message-section {
  background:
    radial-gradient(
      circle at 8% 58%,
      rgba(217, 149, 10, 0.07),
      transparent 260px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.president-main-photo {
  aspect-ratio: 0.86 / 1;
  object-fit: cover;
  object-position: center top;
  filter: sepia(0.2) brightness(1.06);
}

.great-person-main-photo {
  object-position: top center;
}

.great-person-president-message .president-quote-card blockquote {
  font-size: 22px;
}

.profile-detail-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #fff8ec, #fff2de);
  border-bottom: 1px solid #ead2aa;
}

.profile-detail-hero.standard-breadcrumb-hero {
  height: 300px !important;
  min-height: 300px !important;
  background: linear-gradient(
    90deg,
    #fff8ec 0%,
    #fff2de 60%,
    #fff7ec 100%
  ) !important;
}

.profile-detail-hero.standard-breadcrumb-hero .container {
  max-width: 1320px !important;
}

.profile-detail-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.05;
}

.profile-detail-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #9b5d0a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 3vw, 28px);
}

.profile-detail-page {
  padding: 58px 0 92px;
  background: #fffaf4;
}

.profile-detail-sheet {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.profile-detail-intro-row {
  padding-bottom: 28px;
}

.profile-portrait-frame {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 2px solid #b98027;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff2d5, #c99338);
  box-shadow: 0 18px 38px rgba(58, 16, 12, 0.18);
}

.profile-portrait-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 0.86 / 1;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(91, 48, 11, 0.45);
  border-radius: 4px;
  filter: sepia(0.18) brightness(1.04);
}

.profile-portrait-frame figcaption {
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 2px solid #b98027;
  border-radius: 50%;
  background: #fff4d8;
  color: #9f650c;
  font-size: 30px;
  transform: translateX(-50%);
  box-shadow: 0 12px 24px rgba(58, 16, 12, 0.16);
}

.profile-detail-copy h2 {
  margin: 0;
  color: #2b1009;
  font-size: 35px;
  line-height: 1.04;
}

.profile-detail-subtitle {
  color: #9b5d0a !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px !important;
  line-height: 1.35 !important;
}

.profile-detail-copy p,
.profile-legacy-copy p {
  color: #221710;
  font-size: 16px;
  line-height: 1.72;
}

.profile-section-points {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.profile-section-points li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #221710;
  font-size: 16px;
  line-height: 1.62;
}

.profile-section-points i {
  color: #b98027;
  font-size: 17px;
  line-height: 1.45;
}

.profile-section-short {
  max-width: 720px;
  padding: 18px 20px;
  border-left: 4px solid #c28a2b;
  border-radius: 0 8px 8px 0;
  background: #fff4df;
  color: #4a2b0c !important;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.profile-detail-divider {
  position: relative;
  width: min(520px, 100%);
  height: 18px;
  margin: 18px 0 20px;
}

.profile-detail-divider::before,
.profile-detail-divider::after {
  content: "";
  position: absolute;
  top: 9px;
  width: calc(50% - 22px);
  height: 1px;
  background: #bd8328;
}

.profile-detail-divider::before {
  left: 0;
}

.profile-detail-divider::after {
  right: 0;
}

.profile-detail-divider span {
  position: absolute;
  left: 50%;
  top: -2px;
  color: #bd8328;
  transform: translateX(-50%);
}

.profile-key-contributions {
  margin-top: 24px;
}

.profile-key-contributions h3,
.profile-legacy-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  text-transform: uppercase;
}

.profile-legacy-copy + .profile-legacy-copy {
  margin-top: 42px;
}

.profile-rich-text {
  color: #221710;
  font-size: 15px;
  line-height: 1.72;
}

.profile-rich-text p {
  margin: 0 0 20px;
}

.profile-rich-text p:last-child {
  margin-bottom: 0;
}

.profile-rich-text ul,
.profile-rich-text ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.profile-second-paragraph .profile-rich-text {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.82;
  text-align: justify;
}

.profile-intro-quote-panel {
  width: 100%;
  margin-top: 20px;
  padding: 18px 24px;
  text-align: left;
}

.profile-intro-quote-panel blockquote {
  font-size: 19px;
  line-height: 1.55;
}

.profile-detail-copy > .profile-rich-text {
  text-align: justify;
}

.profile-second-paragraph {
  margin: 0;
  width: 100%;
}

.profile-key-contributions p {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
}

.profile-key-contributions i {
  color: #b98027;
  font-size: 20px;
  line-height: 1.2;
}

.profile-detail-rule {
  height: 1px;
  margin: 8px 0 26px;
  background: #dfbf8d;
}

.profile-quote-panel {
  padding: 34px 30px;
  border: 1px solid #c99b58;
  border-radius: 8px;
  background: #fffaf1;
  color: #7a3e08;
  text-align: center;
}

.profile-quote-panel .quote-mark {
  color: #bd8328;
  font-size: 52px;
  line-height: 1;
}

.profile-quote-panel blockquote {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.profile-quote-panel .profile-detail-divider {
  width: 220px;
  margin: 22px auto 14px;
}

.profile-quote-panel p {
  margin: 0;
  color: #2b1009;
  font-weight: 700;
}

.profile-detail-actions {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .profile-detail-hero,
  .profile-detail-hero.standard-breadcrumb-hero {
    height: auto !important;
    min-height: 250px !important;
  }

  .profile-detail-page {
    padding: 46px 0 76px;
  }

  .profile-portrait-frame {
    max-width: 430px;
    margin: 0 auto 22px;
  }

  .profile-detail-copy h2,
  .profile-detail-copy .eyebrow,
  .profile-detail-copy .profile-detail-subtitle {
    text-align: center;
  }

  .profile-detail-copy .profile-detail-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .profile-intro-quote-panel {
    width: 100%;
    margin-top: 18px;
    padding: 18px 20px;
  }
}

@media (max-width: 575.98px) {
  .profile-detail-hero.standard-breadcrumb-hero .container {
    max-width: 100% !important;
  }

  .profile-detail-copy h2 {
    font-size: 35px;
  }

  .profile-detail-subtitle {
    font-size: 18px !important;
  }

  .profile-quote-panel {
    padding: 26px 20px;
  }
}

.leadership-detail-page {
  padding: 72px 0 88px;
  background: #fffaf4;
}

.leadership-detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.leadership-detail-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  box-shadow: 0 20px 42px rgba(58, 16, 12, 0.16);
}

.leadership-detail-content {
  padding-top: 8px;
}

.leadership-detail-content h2 {
  max-width: 850px;
  margin: 0 0 14px;
  color: #2b1009;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12;
}

.leadership-detail-period {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #a46408;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-weight: 700;
}

.leadership-detail-period i {
  font-size: 18px;
}

.leadership-detail-divider {
  width: 82px;
  height: 3px;
  margin: 24px 0;
  background: linear-gradient(90deg, #d9950a, #f0c76d);
}

.leadership-detail-text p {
  max-width: 900px;
  margin: 0;
  color: #34251d;
  font-size: 17px;
  line-height: 1.85;
  white-space: normal;
}

.leadership-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 34px;
  color: #8c5300;
  font-weight: 800;
  transition: color 0.2s ease, transform 0.2s ease;
}

.leadership-detail-back:hover,
.leadership-detail-back:focus-visible {
  color: #c57900;
  transform: translateX(-4px);
}

@media (max-width: 767.98px) {
  .leadership-detail-page {
    padding: 48px 0 64px;
  }

  .leadership-detail-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .leadership-detail-image {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .leadership-detail-content {
    padding-top: 0;
  }
}

.president-quote-card {
  border-radius: 8px;
  padding: 34px;
  background: linear-gradient(135deg, #fff8ef, #f5e5d1);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.president-quote-card blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.35;
  margin: 0;
}

.president-signature {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 38px;
  color: #24120f;
}

.president-commitments article {
  height: 100%;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.president-commitments .col-lg-3:last-child article {
  border-right: 0;
}

.president-commitments h3 {
  font-size: 19px;
  margin: 18px 0 12px;
}

.president-commitments p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.president-better-world {
  padding: 58px 0;
  background:
    linear-gradient(
      90deg,
      rgba(244, 221, 188, 0.9),
      rgba(255, 250, 243, 0.96) 42%,
      rgba(246, 219, 180, 0.8)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.better-world-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  filter: sepia(0.35);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.12);
}

.secretary-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(246, 225, 195, 0.98),
      rgba(255, 247, 235, 0.82) 48%,
      rgba(168, 100, 18, 0.16)
    ),
    url("../../images/about_us.jpg") right center / cover no-repeat;
}

.secretary-hero h1 {
  font-size: clamp(52px, 5vw, 76px);
  line-height: 1.08;
}

.secretary-hero p {
  color: #9a5d00;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.35;
  margin: 0;
}

.secretary-hero-photo {
  width: min(390px, 100%);
  aspect-ratio: 0.9 / 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  filter: brightness(1.04) saturate(1.05);
  box-shadow: 0 24px 50px rgba(71, 38, 12, 0.18);
}

.breadcrumb-bar {
  padding: 16px 0;
  background: linear-gradient(135deg, #2b0907, #4b140e);
  color: #fff5e9;
  font-size: 13px;
}

.breadcrumb-bar a {
  color: #fff5e9;
  font-weight: 700;
}

.breadcrumb-bar span {
  color: #d9950a;
  margin: 0 12px;
}

.secretary-intro {
  background:
    radial-gradient(
      circle at 70% 42%,
      rgba(217, 149, 10, 0.08),
      transparent 280px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.secretary-main-photo {
  aspect-ratio: 1.18 / 0.86;
  object-fit: cover;
  object-position: center top;
}

.secretary-message-card {
  margin-top: 58px;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid #ecdcca;
  background:
    radial-gradient(
      circle at 86% 58%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    #fffdf9;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.secretary-greeting {
  color: var(--gold-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 20px;
}

.secretary-card-art {
  position: relative;
  width: 260px;
  height: 230px;
  color: rgba(217, 149, 10, 0.25);
}

.secretary-card-art .quote-mark {
  position: absolute;
  right: 0;
  top: 0;
}

.secretary-card-art .bi-flower1 {
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 170px;
  opacity: 0.55;
}

.secretary-responsibility-card {
  height: 100%;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 26px;
  border-radius: 8px;
  border: 1px solid #ecdcca;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.secretary-responsibility-card span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--maroon);
  color: #fff;
  font-size: 24px;
}

.secretary-responsibility-card h3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.secretary-responsibility-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.past-presidents-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(18, 10, 5, 0.92),
      rgba(51, 25, 8, 0.54),
      rgba(43, 18, 5, 0.08)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.past-presidents-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.past-presidents-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.25;
}

.past-presidents-hero p:not(.lead-script) {
  line-height: 1.75;
}

.soft-breadcrumb {
  padding: 18px 0;
  background: #fff7eb;
  color: #3c2318;
  font-size: 13px;
}

.soft-breadcrumb a {
  color: #5a301c;
  font-weight: 700;
}

.soft-breadcrumb span {
  color: var(--gold);
  margin: 0 12px;
}

.past-presidents-section {
  background:
    radial-gradient(
      circle at 84% 16%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.president-history {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}

.president-history::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 84px;
  left: 48px;
  width: 1px;
  background: var(--gold);
}

.past-president-row {
  position: relative;
  display: grid;
  grid-template-columns: 96px 270px 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 18px;
}

.history-number {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--gold);
  font-weight: 900;
}

.history-image img {
  width: 100%;
  height: 168px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  filter: sepia(0.35) saturate(0.8);
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.09);
}

.history-card {
  min-height: 168px;
  padding: 24px 28px;
  border-radius: 8px;
  border: 1px solid #ecdcca;
  background: rgba(255, 255, 255, 0.82);
}

.history-card h2,
.many-leaders-card h2 {
  font-size: 29px;
  margin: 0;
}

.history-card .ornament {
  margin: 10px 0 14px;
}

.history-card p:last-child,
.many-leaders-card p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.many-leaders-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px 28px 22px 0;
  border-radius: 8px;
  border: 1px solid #ecdcca;
  background: rgba(255, 255, 255, 0.82);
}

.many-leaders-content {
  display: flex;
  align-items: center;
  gap: 22px;
}

.many-leaders-content .icon-badge {
  margin: 0;
  flex: 0 0 auto;
}

.btn-dark-maroon {
  background: var(--maroon);
  color: #fff;
  border: 0;
}

.btn-dark-maroon:hover {
  color: #fff;
  background: #230706;
}

.past-presidents-cta {
  padding: 44px 0;
  background:
    linear-gradient(
      90deg,
      rgba(244, 220, 184, 0.92),
      rgba(255, 249, 239, 0.98) 50%,
      rgba(249, 225, 190, 0.94)
    ),
    url("../../images/breadcrumb.jpg") left center / cover no-repeat;
}

.past-presidents-cta .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.past-presidents-cta h2 {
  margin-bottom: 6px;
}

.past-presidents-cta p {
  margin-bottom: 0;
  color: var(--muted);
}

.past-secretaries-hero {
  background:
    linear-gradient(
      90deg,
      rgba(18, 10, 5, 0.92),
      rgba(51, 25, 8, 0.56),
      rgba(43, 18, 5, 0.1)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.donation-hero {
  min-height: 470px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 237, 204, 0.96),
      rgba(255, 232, 190, 0.66) 45%,
      rgba(68, 35, 10, 0.06)
    ),
    url("../../images/breadcrumb.jpg") right center / cover no-repeat;
}

.donation-hero h1 {
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1.08;
}

.donation-hero .lead-script {
  color: #2f1b13;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  line-height: 1.32;
}

.donation-hero p:not(.lead-script) {
  color: #3d2b22;
  line-height: 1.75;
}

.donation-trust-strip {
  padding: 25px 0;
  background: #fff8ef;
  border-bottom: 1px solid #efdfca;
}

.donation-trust-strip .col-lg-3:not(:last-child) {
  border-right: 1px solid #ead8bd;
}

.donation-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.donation-trust-strip i {
  color: var(--gold);
  font-size: 32px;
}

.donation-trust-strip strong,
.donation-trust-strip small {
  display: block;
}

.donation-trust-strip small {
  color: var(--muted);
}

.donation-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.donation-panel {
  height: 100%;
  padding: 34px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.donation-panel h2 {
  font-size: 28px;
}

.donation-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ead8bd;
  background: #f8eddf;
}

.donation-toggle .btn {
  border-radius: 0;
  color: #2d1a12;
  background: transparent;
}

.donation-toggle .btn-check:checked + .btn {
  color: #fff;
  background: linear-gradient(135deg, #d9950a, #bd7600);
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.amount-btn {
  min-height: 68px;
  border: 1px solid #e8d5bd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  cursor: pointer;
  background: #fffdf9;
}

.amount-grid .btn-check:checked + .amount-btn {
  color: #fff;
  background: linear-gradient(135deg, #d9950a, #bd7600);
  border-color: transparent;
}

.donate-submit {
  width: min(350px, 100%);
  margin-top: 28px;
}

.secure-note {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  width: min(350px, 100%);
  margin: 16px 0 0;
}

.donation-help-list {
  display: grid;
  gap: 20px;
}

.donation-help-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  align-items: center;
}

.donation-help-item img {
  width: 108px;
  height: 78px;
  border-radius: 8px;
  object-fit: cover;
}

.donation-help-item h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.donation-help-item p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.donation-stats article {
  height: 100%;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid var(--line);
}

.donation-stats .col-lg-3:last-child article {
  border-right: 0;
}

.donation-stats strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  margin-top: 16px;
}

.donation-stats p {
  color: var(--muted);
  line-height: 1.45;
}

.donation-stats span {
  color: var(--ink);
}

.donation-quote-band {
  padding: 64px 0;
  background:
    linear-gradient(
      90deg,
      rgba(95, 45, 12, 0.48),
      rgba(255, 244, 222, 0.94) 28%,
      rgba(255, 244, 222, 0.94) 70%,
      rgba(75, 37, 13, 0.4)
    ),
    url("../../images/notice_section.jpg") center / cover no-repeat;
}

.donation-quote-band blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.35;
  margin: 0 0 14px;
}

.donation-quote-band p {
  color: var(--gold-dark);
  font-size: 18px;
  margin: 0;
}

.discourses-hero {
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.discourses-hero h1 {
  font-size: clamp(48px, 5vw, 72px);
}

.discourses-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
}

.discourses-hero p:not(.lead-script) {
  line-height: 1.75;
}

.discourse-filter {
  padding: 24px 0;
  background: #fff8ef;
  border-bottom: 1px solid #efdfca;
}

.search-control {
  position: relative;
}

.search-control .form-control {
  padding-right: 44px;
}

.search-control i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-dark);
  font-size: 20px;
}

.discourse-main {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.discourse-main.section-pad {
  padding-top: 58px;
  padding-bottom: 58px;
}

.discourse-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}

.discourse-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.discourse-thumb {
  position: relative;
  min-height: 210px;
  aspect-ratio: 16 / 9;
}

.discourse-thumb iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  border: 0;
}

.discourse-thumb img {
  width: 100%;
  height: 100%;
  min-height: 162px;
  object-fit: cover;
}

.discourse-thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 32px;
  background: rgba(58, 16, 12, 0.45);
}

.discourse-body {
  padding: 18px 20px 20px;
}

.featured-pill {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background: var(--gold);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.discourse-body h3 {
  font-size: 20px;
  line-height: 1.32;
  margin: 8px 0 6px;
}

.speaker-name {
  color: var(--gold-dark) !important;
  font-weight: 700;
  margin-bottom: 0 !important;
}

.discourse-body p {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 10px;
}

.discourse-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.discourse-meta i {
  color: var(--gold-dark);
  margin-right: 5px;
}

.discourse-sidebar {
  padding: 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.discourse-sidebar h2 {
  font-size: 26px;
}

.topic-list {
  display: grid;
}

.topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #efe0cf;
  color: var(--ink);
  font-weight: 700;
}

.topic-list a:last-child {
  border-bottom: 0;
}

.topic-list span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topic-list i {
  color: var(--gold);
  font-size: 22px;
}

.topic-list strong {
  width: 34px;
  height: 28px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: #f7eadb;
  font-size: 13px;
}

.speaker-sidebar {
  background: #fff7ed;
}

.speaker-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--ink);
}

.speaker-row img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.speaker-row span {
  line-height: 1.2;
}

.dhamma-subscribe {
  margin: 58px 0 36px;
  padding: 28px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 90% 55%,
      rgba(217, 149, 10, 0.08),
      transparent 190px
    ),
    #fffdf9;
}

.dhamma-subscribe h2 {
  font-size: 28px;
}

.dhamma-subscribe p {
  color: var(--muted);
}

.discourse-features article {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.discourse-features span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--gold);
  background: #fff7ed;
  border: 1px solid #ecdcca;
  font-size: 24px;
}

.discourse-features strong {
  display: block;
  margin-bottom: 6px;
}

.discourse-features p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.meditation-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(18, 8, 5, 0.94) 0%,
      rgba(27, 12, 7, 0.74) 34%,
      rgba(43, 21, 9, 0.24) 68%
    ),
    url("../../images/buddha.jpg") right 38% center / cover no-repeat;
}

.meditation-hero h1 {
  max-width: 520px;
  font-size: clamp(50px, 5vw, 74px);
  line-height: 1.08;
}

.meditation-hero .lead-script {
  max-width: 560px;
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.meditation-hero p:not(.lead-script) {
  max-width: 520px;
  line-height: 1.75;
}

.meditation-section {
  background:
    radial-gradient(
      circle at 84% 13%,
      rgba(217, 149, 10, 0.08),
      transparent 250px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.meditation-section.section-pad {
  padding-top: 54px;
}

main > .meditation-section.section-pad:last-of-type {
  padding-bottom: 96px;
}

.meditation-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 28px 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.meditation-benefits article {
  text-align: center;
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.meditation-benefits article:last-child {
  border-right: 0;
}

.meditation-benefits h3 {
  font-size: 18px;
  margin: 15px 0 10px;
}

.meditation-benefits p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.meditation-info-card {
  height: 100%;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
}

.meditation-info-card img {
  width: 100%;
  height: 198px;
  object-fit: cover;
}

.meditation-info-card > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
}

.meditation-info-card .icon-badge {
  margin: 0;
}

.meditation-info-card h3 {
  font-size: 24px;
  margin-bottom: 6px;
}

.meditation-info-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.meditation-program-overview {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: stretch;
  margin: 34px 0 26px;
  padding: 18px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(58, 16, 12, 0.06);
}

.meditation-program-overview > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 6px;
  object-fit: cover;
}

.meditation-program-overview > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
}

.meditation-program-overview h2 {
  color: #3a130d;
  font-size: 34px;
  margin: 0;
}

.meditation-program-overview p:not(.eyebrow) {
  color: #34241d;
  line-height: 1.72;
}

.meditation-program-details {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.meditation-program-details p {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0;
}

.meditation-program-details i {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #e5a11a, #bd7600);
  font-size: 22px;
}

.meditation-program-details strong {
  display: block;
  color: #3a130d;
  font-weight: 900;
}

.meditation-gallery-slider {
  position: relative;
  margin: 0 0 28px;
}

.meditation-gallery-viewport {
  overflow: hidden;
}

.meditation-gallery-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.meditation-gallery-slide {
  flex: 0 0 calc((100% - 48px) / 4);
  min-width: 0;
}

.meditation-gallery-slide img {
  width: 100%;
  height: 180px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  object-fit: cover;
}

.meditation-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  color: #fff;
  background: rgba(58, 16, 12, 0.82);
  transform: translateY(-50%);
}

.meditation-gallery-prev { left: -18px; }
.meditation-gallery-next { right: -18px; }

@media (max-width: 1140px) {
  .meditation-gallery-slide { flex-basis: calc((100% - 32px) / 3); }
}

@media (max-width: 900px) {
  .meditation-gallery-slide { flex-basis: calc((100% - 16px) / 2); }
}

@media (max-width: 640px) {
  .meditation-gallery-slide { flex-basis: 100%; }
  .meditation-gallery-prev { left: 8px; }
  .meditation-gallery-next { right: 8px; }
}

.meditation-panel {
  min-height: 100%;
  padding: 30px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 82% 78%,
      rgba(217, 149, 10, 0.08),
      transparent 170px
    ),
    rgba(255, 255, 255, 0.88);
}

.meditation-panel-row {
  margin-top: 32px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: var(--muted);
}

.check-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
}

.join-row {
  display: flex;
  gap: 18px;
  margin-top: 20px;
}

.join-row i {
  color: var(--gold);
  font-size: 30px;
}

.join-row strong {
  display: block;
  margin-bottom: 3px;
}

.join-row p {
  color: var(--muted);
  margin: 0;
}

.meditation-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 46px;
  margin-bottom: 72px;
  padding: 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 88% 60%,
      rgba(217, 149, 10, 0.08),
      transparent 170px
    ),
    #fff9f0;
}

.meditation-cta .icon-badge {
  margin: 0;
}

.meditation-cta h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.meditation-cta p {
  color: var(--muted);
  margin: 0;
}

.global-meditation-hero h1,
.meditation-centre-detail-hero h1 {
  max-width: 760px;
}

.global-meditation-hero p:not(.lead-script),
.meditation-centre-detail-hero p:not(.lead-script) {
  max-width: 720px;
}

.global-meditation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.global-meditation-card {
  height: 100%;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.07);
  display: flex;
  flex-direction: column;
}

.global-meditation-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.global-meditation-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.global-meditation-card h3 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.global-meditation-card p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0 0 14px;
}

.global-meditation-card span {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #8a5500;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 18px;
}

.global-meditation-card .btn {
  align-self: flex-start;
  margin-top: auto;
}

.meditation-back-link {
  margin-bottom: 24px;
}

.events-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.76),
      rgba(255, 248, 239, 0.46)
    ),
    url("../../images/breadcrumb_banner.jpg") center / cover no-repeat;
}

.events-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
}

.events-hero p {
  max-width: 690px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.events-page {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

main > .events-page.section-pad:last-of-type {
  padding-bottom: 110px;
}

.events-grid-heading {
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.events-grid-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 48px);
}

.events-grid-heading .ornament {
  margin-left: auto;
  margin-right: auto;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.events-category-filter {
  justify-content: flex-start;
  margin-bottom: 36px;
}

.events-category-filter button {
  font-size: 15px;
}

.events-grid-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(58, 16, 12, 0.07);
}

.events-grid-image {
  position: relative;
  display: block;
  height: 260px;
  overflow: hidden;
  background: #f6eadb;
}

.events-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.events-grid-card:hover .events-grid-image img {
  transform: scale(1.04);
}

.events-grid-date {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 76px;
  min-height: 86px;
  border: 1px solid #dfb777;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: #fffaf2;
  box-shadow: 0 13px 28px rgba(58, 16, 12, 0.12);
}

.events-grid-date span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.events-grid-date strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
  line-height: 1;
}

.events-grid-date small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.events-grid-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 24px 22px;
}

.events-grid-body h3 {
  margin: 12px 0 10px;
  font-size: 24px;
  line-height: 1.24;
}

.events-grid-body h3 a {
  color: var(--ink);
}

.events-grid-body p {
  color: var(--muted);
  line-height: 1.62;
}

.events-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 34px;
  align-items: stretch;
  margin-bottom: 46px;
  padding: 28px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 24%, rgba(217, 149, 10, 0.1), transparent 210px),
    #fff;
  box-shadow: 0 22px 50px rgba(58, 16, 12, 0.08);
}

.events-feature-content {
  align-self: center;
  padding: 12px 4px 12px 16px;
}

.events-feature-content h2 {
  max-width: 720px;
  margin: 13px 0 14px;
  font-size: clamp(28px, 3.3vw, 46px);
  line-height: 1.12;
}

.events-feature-content p {
  max-width: 690px;
  color: var(--muted);
  line-height: 1.75;
}

.events-feature-meta {
  display: grid;
  gap: 11px;
  margin: 22px 0 26px;
}

.events-feature-meta span,
.events-card-meta span,
.events-card-foot span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
}

.events-feature-meta i,
.events-card-meta i,
.events-card-foot i {
  color: var(--gold);
}

.events-feature-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6eadb;
}

.events-feature-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.events-date-tile,
.events-list-date {
  border: 1px solid #dfb777;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: #fffaf2;
  box-shadow: 0 13px 28px rgba(58, 16, 12, 0.12);
}

.events-date-tile {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 88px;
  min-height: 98px;
}

.events-date-tile span,
.events-list-date span {
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.events-date-tile strong,
.events-list-date strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.events-date-tile small,
.events-list-date small {
  color: var(--muted);
  font-weight: 800;
}

.events-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 28px;
}

.events-toolbar h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 3.4vw, 44px);
}

.events-filter-form {
  display: grid;
  grid-template-columns: minmax(210px, 1.35fr) minmax(150px, 0.8fr) minmax(170px, 1fr) minmax(140px, 0.75fr);
  gap: 12px;
  width: min(100%, 840px);
}

.events-filter-form .form-control,
.events-filter-form .form-select {
  min-height: 50px;
  border-color: #e7d3bd;
  border-radius: 8px;
  font-weight: 700;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}

.events-feed {
  display: grid;
  gap: 22px;
}

.events-list-card {
  display: grid;
  grid-template-columns: 92px 250px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
  padding: 22px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(58, 16, 12, 0.06);
}

.events-list-date {
  width: 78px;
  min-height: 92px;
  align-self: start;
}

.events-list-image {
  display: block;
  min-height: 180px;
  overflow: hidden;
  border-radius: 8px;
  background: #f6eadb;
}

.events-list-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.events-list-card:hover .events-list-image img {
  transform: scale(1.04);
}

.events-list-body {
  min-width: 0;
}

.events-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 12px;
  font-size: 14px;
}

.events-list-body h3 {
  margin-bottom: 9px;
  font-size: 27px;
  line-height: 1.22;
}

.events-list-body h3 a {
  color: var(--ink);
}

.events-list-body p {
  color: var(--muted);
  line-height: 1.65;
}

.events-card-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0dfca;
}

.events-card-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-dark);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.events-sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 104px;
}

.events-side-card {
  padding: 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 40px rgba(58, 16, 12, 0.06);
}

.events-side-card h2 {
  font-size: 25px;
}

.events-help-card {
  background:
    radial-gradient(circle at 86% 20%, rgba(217, 149, 10, 0.12), transparent 150px),
    #fff8ef;
}

.events-help-card .icon-badge {
  width: 62px;
  height: 62px;
  margin: 0 0 16px;
  font-size: 26px;
}

.events-help-card p,
.events-side-card p {
  color: var(--muted);
  line-height: 1.65;
}

.events-subscribe {
  display: grid;
  gap: 10px;
}

.events-empty-state {
  padding: 38px 24px;
  border: 1px dashed #dfb777;
  border-radius: 8px;
  text-align: center;
  color: var(--muted);
  background: #fff9f0;
}

.events-empty-state i {
  display: block;
  color: var(--gold);
  font-size: 38px;
  margin-bottom: 10px;
}

.events-empty-state strong,
.events-empty-state span {
  display: block;
}

.event-story-hero .blog-detail-meta {
  gap: 12px 22px;
}

.event-detail-story-section .blog-detail-content {
  min-height: 0;
}

.event-info-list {
  display: grid;
  gap: 14px;
}

.event-info-list span {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 2px 12px;
  align-items: start;
  color: var(--muted);
  line-height: 1.5;
}

.event-info-list i {
  grid-row: span 2;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--gold);
}

.event-info-list strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.event-detail-hero {
  min-height: 470px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(27, 12, 6, 0.94),
      rgba(45, 22, 8, 0.64),
      rgba(57, 29, 7, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.event-detail-hero h1 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.16;
  margin-top: 22px;
}

.event-detail-hero p {
  line-height: 1.75;
}

.event-detail-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.event-founder-photo {
  width: 100%;
  aspect-ratio: 0.76 / 1;
  object-fit: cover;
  object-position: center top;
  filter: sepia(0.28);
}

.event-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.event-detail-meta div {
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-items: start;
}

.event-detail-meta i {
  grid-row: span 2;
  color: var(--gold);
  font-size: 28px;
}

.event-detail-meta strong {
  text-transform: uppercase;
}

.event-detail-meta span {
  color: var(--muted);
  line-height: 1.45;
}

.event-detail-section p {
  color: var(--muted);
  line-height: 1.75;
}

.schedule-table {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.schedule-table div {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #ecdcca;
}

.schedule-table div:last-child {
  border-bottom: 0;
}

.schedule-table strong,
.schedule-table span {
  padding: 18px 24px;
}

.schedule-table strong {
  border-right: 1px solid #ecdcca;
}

.event-highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.event-highlights-grid p {
  margin: 12px 0 0;
  color: var(--ink);
}

.event-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.event-gallery img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.08);
}

.event-register-strip {
  padding: 36px 0;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(217, 149, 10, 0.08),
      transparent 180px
    ),
    #fff8ef;
}

.event-register-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.event-register-strip .icon-badge {
  margin: 0;
}

.event-register-strip h2 {
  margin-bottom: 6px;
}

.event-register-strip p {
  color: var(--muted);
  margin: 0;
}

.education-hero {
  min-height: 300px;
  display: flex;
  align-items: center;
  color: #2c160d;
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 233, 0.98) 0%,
      rgba(255, 241, 220, 0.95) 30%,
      rgba(255, 239, 213, 0.45) 58%,
      rgba(62, 35, 14, 0.16) 100%
    ),
    url("../../images/center/lucknow1.jpg") right 44% / cover no-repeat;
}

.education-hero-copy {
  max-width: 430px;
}

.education-hero h1 {
  color: #2c160d;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.04;
  margin-bottom: 12px;
}

.education-hero .lead-script {
  color: #bb7006;
  font-family: Inter, system-ui, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.28;
  margin-bottom: 12px;
}

.education-hero p:not(.lead-script) {
  color: #2d211a;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.65;
  margin: 14px 0 0;
}

.healthcare-hero {
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 233, 0.98) 0%,
      rgba(255, 241, 220, 0.94) 34%,
      rgba(255, 239, 213, 0.5) 62%,
      rgba(62, 35, 14, 0.22) 100%
    ),
    url("../../images/notice_section.jpg") right 44% / cover no-repeat;
}

.welfare-hero-v2 {
  background:
    linear-gradient(
      90deg,
      rgba(255, 246, 233, 0.98) 0%,
      rgba(255, 241, 220, 0.94) 34%,
      rgba(255, 239, 213, 0.5) 62%,
      rgba(62, 35, 14, 0.22) 100%
    ),
    url("../../images/welfare/kolkata/kolkata1.jpg") right 44% / cover no-repeat;
}

.healthcare-page .education-intro > span,
.healthcare-page .education-feature-grid span,
.healthcare-page .education-development-grid span,
.welfare-page .education-intro > span,
.welfare-page .education-feature-grid span,
.welfare-page .education-development-grid span {
  color: #c5790c;
}

.healthcare-page .education-intro,
.healthcare-page .education-institutions-panel,
.healthcare-page .education-mission-card,
.healthcare-page .education-feature-grid,
.healthcare-page .education-activity-strip,
.healthcare-page .education-development-grid,
.healthcare-page .education-bottom-cta,
.welfare-page .education-intro,
.welfare-page .education-institutions-panel,
.welfare-page .education-mission-card,
.welfare-page .education-feature-grid,
.welfare-page .education-activity-strip,
.welfare-page .education-development-grid,
.welfare-page .education-bottom-cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.healthcare-page .education-intro,
.welfare-page .education-intro {
  margin-bottom: 28px;
}

.education-page {
  padding: 28px 0 34px;
  background:
    radial-gradient(
      circle at 10% 8%,
      rgba(217, 149, 10, 0.06),
      transparent 250px
    ),
    radial-gradient(
      circle at 90% 18%,
      rgba(91, 47, 12, 0.05),
      transparent 260px
    ),
    linear-gradient(180deg, #fffdf9, #fff8ef 78%, #fff);
}

.education-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.education-intro > span {
  color: #d9950a;
  font-size: 46px;
  line-height: 1;
}

.education-intro h2,
.education-institutions-panel h2,
.education-mission-card h2,
.education-section-title h2,
.education-bottom-cta h2 {
  color: #4a2115;
}

.education-intro h2 {
  font-size: 28px;
  margin: 8px 0 0;
}

.education-intro p {
  color: #241d19;
  font-size: 15px;
  line-height: 1.75;
  margin: 14px auto 0;
}

.education-intro-slider {
  width: 100%;
  max-width: 760px;
  margin: 20px auto 0;
  overflow: hidden;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: #fff8ef;
  box-shadow: 0 16px 34px rgba(73, 35, 8, 0.08);
}

.education-intro-slider img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: sepia(0.28) saturate(0.86);
}

.education-intro-slider .carousel-control-prev,
.education-intro-slider .carousel-control-next {
  width: 48px;
}

.education-intro-slider .carousel-control-prev-icon,
.education-intro-slider .carousel-control-next-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(48, 24, 8, 0.72);
  background-size: 58%;
}

.education-intro .education-intro-slider-caption {
  max-width: 760px;
  margin: 0 auto 0;
  padding: 13px 18px;
  border: 1px solid #ead8bd;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  color: #6f3b08;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  background: linear-gradient(
    90deg,
    rgba(255, 250, 243, 0.98),
    rgba(255, 241, 219, 0.96)
  );
  box-shadow: 0 12px 24px rgba(73, 35, 8, 0.05);
}

.education-institutions-panel {
  padding: 18px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: rgba(255, 251, 246, 0.86);
}

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

.education-institution-card {
  overflow: hidden;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: #fffdf9;
  box-shadow: 0 12px 26px rgba(73, 35, 8, 0.05);
}

.education-institution-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  background: #fff8ef;
}

.education-institution-card > div {
  padding: 18px 20px 20px;
}

.education-institution-card h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.education-institution-card strong {
  color: #c47b10;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.education-institution-card p {
  color: #3d3028;
  font-size: 13px;
  margin-bottom: 14px;
}

.education-institution-card ul,
.education-mission-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.education-institution-card li,
.education-mission-card li {
  position: relative;
  padding-left: 22px;
  color: #332720;
  font-size: 13px;
  line-height: 1.55;
  margin-top: 7px;
}

.education-institution-card li::before,
.education-mission-card li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c78928;
}

.education-small-btn {
  width: 182px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 20px auto 0;
  border: 1px solid #c78928;
  border-radius: 4px;
  color: #a6650a;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  background: #fffdf9;
}

.education-small-btn:hover {
  color: #fff;
  background: #bd7600;
}

.education-gallery-modal .modal-dialog {
  max-width: min(980px, 92vw);
  margin: 18px auto;
}

.education-gallery-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(234, 216, 189, 0.38);
  border-radius: 8px;
  background: #120905;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.education-gallery-modal .modal-header {
  align-items: center;
  min-height: 78px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(234, 216, 189, 0.22);
  color: #fff8ef;
  background: linear-gradient(90deg, #2f1808, #5c310d);
}

.education-gallery-modal .modal-title {
  color: #fff8ef;
  font-size: 22px;
  margin: 0;
}

.education-gallery-modal .modal-header p {
  color: #f0c783;
  font-size: 13px;
  margin: 4px 0 0;
}

.education-gallery-modal .modal-body {
  padding: 18px 64px;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(217, 149, 10, 0.12),
      transparent 320px
    ),
    #120905;
}

.education-gallery-modal .carousel-inner {
  min-height: min(56vh, 540px);
  display: flex;
  align-items: center;
}

.education-gallery-modal .carousel-item {
  text-align: center;
}

.education-gallery-modal .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.education-gallery-modal .carousel-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(56vh, 540px);
  object-fit: contain;
  border-radius: 6px;
  background: #fff8ef;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.35);
}

.education-gallery-modal .carousel-control-prev,
.education-gallery-modal .carousel-control-next {
  width: 58px;
}

.education-gallery-modal .carousel-control-prev-icon,
.education-gallery-modal .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(48, 24, 8, 0.82);
  background-size: 58%;
}

.education-gallery-empty {
  color: #fff8ef;
  margin: 0;
  text-align: center;
}

.education-mission-card {
  display: grid;
  grid-template-columns: 1.12fr 1.32fr 0.72fr;
  gap: 32px;
  align-items: center;
  margin-top: 14px;
  padding: 0;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 250, 243, 0.92);
}

.education-mission-card > img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.education-mission-card > div {
  padding: 24px 0;
}

.education-mission-card h2 {
  font-size: 27px;
  margin-bottom: 4px;
}

.education-mission-card p {
  color: #332720;
  font-size: 14px;
  line-height: 1.7;
}

.education-mission-card blockquote {
  margin: 22px;
  padding: 34px 28px;
  border: 1px solid #e6cda7;
  border-radius: 8px;
  color: #3a1d0f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  background: rgba(255, 253, 249, 0.75);
}

.education-mission-card blockquote span {
  display: block;
  color: #b87517;
  font-size: 42px;
  line-height: 0.8;
  margin-bottom: 10px;
}

.education-mission-card blockquote small {
  display: block;
  color: #7d4b12;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  margin-top: 14px;
}

.education-mission-card blockquote i {
  display: block;
  color: #d7b071;
  font-size: 40px;
  margin-top: 18px;
}

.education-section-title {
  margin: 22px 0 18px;
}

.education-section-title h2 {
  font-size: 28px;
}

.education-feature-grid,
.education-development-grid {
  display: grid;
  gap: 14px;
}

.education-feature-grid {
  grid-template-columns: repeat(6, 1fr);
}

.education-development-grid {
  grid-template-columns: repeat(5, 1fr);
}

.education-feature-grid article,
.education-development-grid article {
  min-height: 166px;
  padding: 22px 18px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 251, 246, 0.92);
}

.education-feature-grid span,
.education-development-grid span {
  color: #c47b10;
  font-size: 38px;
  line-height: 1;
}

.education-feature-grid h3,
.education-development-grid h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 900;
  margin: 14px 0 8px;
}

.education-feature-grid p,
.education-development-grid p {
  color: #332720;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.education-activity-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.education-activity-strip figure {
  margin: 0;
  text-align: center;
}

.education-activity-strip img {
  width: 100%;
  height: 112px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.education-activity-strip figcaption {
  color: #1e1713;
  font-size: 12px;
  font-weight: 900;
  margin-top: 8px;
}

.education-bottom-cta {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 26px;
  padding: 22px 28px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: linear-gradient(
    90deg,
    rgba(255, 251, 245, 0.96),
    rgba(255, 244, 226, 0.94)
  );
}

.education-cta-lotus {
  position: absolute;
  left: 18px;
  bottom: -40px;
  color: #d9b57b;
  font-size: 116px;
  opacity: 0.23;
}

.education-bottom-cta > div {
  position: relative;
  z-index: 1;
}

.education-bottom-cta h2 {
  font-size: 24px;
  margin: 0;
}

.education-bottom-cta p {
  color: #332720;
  font-size: 13px;
  margin: 8px 0 0;
}

.education-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-outline-gold {
  border: 1px solid #bd7600;
  color: #8f5600;
  background: transparent;
  font-weight: 900;
}

.btn-outline-gold:hover {
  color: #fff;
  background: #bd7600;
}

.volunteer-hero {
  min-height: 290px;
  display: flex;
  align-items: center;
  color: #2b160c;
  background:
    linear-gradient(
      90deg,
      rgba(255, 244, 228, 0.98) 0%,
      rgba(255, 241, 219, 0.9) 35%,
      rgba(107, 67, 33, 0.26) 62%,
      rgba(46, 24, 8, 0.52) 100%
    ),
    url("../../images/center/7. lumbini.jpg") center 46% / cover no-repeat;
  filter: sepia(0.12);
}

.volunteer-hero-copy {
  max-width: 390px;
}

.volunteer-hero h1 {
  color: #2c160d;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.04;
  margin-bottom: 18px;
}

.volunteer-hero p {
  color: #30180e;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  line-height: 1.45;
  margin: 18px 0 0;
}

.volunteer-breadcrumb {
  color: #fff7eb;
  background: #2f1808;
  font-size: 13px;
  font-weight: 800;
}

.volunteer-breadcrumb .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.volunteer-breadcrumb span::before,
.volunteer-breadcrumb strong::before {
  content: ">";
  margin-right: 16px;
  color: #c59045;
}

.volunteer-page {
  position: relative;
  overflow: hidden;
  padding: 42px 0 34px;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(217, 149, 10, 0.08),
      transparent 250px
    ),
    radial-gradient(
      circle at 88% 9%,
      rgba(92, 50, 16, 0.08),
      transparent 230px
    ),
    linear-gradient(180deg, #fffdf9, #fff8ef 82%, #fff);
}

.volunteer-intro {
  position: relative;
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
  z-index: 1;
}

.volunteer-intro h2,
.volunteer-reasons h2,
.volunteer-join-panel h2 {
  color: #4a2215;
  font-size: 34px;
}

.volunteer-intro p {
  max-width: 680px;
  margin: 16px auto 10px;
  color: #1d1c1b;
  line-height: 1.7;
}

.volunteer-intro strong {
  color: #b36e08;
}

.volunteer-lotus,
.volunteer-temple {
  position: absolute;
  pointer-events: none;
  opacity: 0.18;
}

.volunteer-lotus {
  left: -220px;
  top: 28px;
  color: #b66f12;
  font-size: 154px;
}

.volunteer-temple {
  right: -250px;
  top: -14px;
  width: 220px;
  height: 170px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 28%, transparent);
}

.volunteer-temple img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(1) saturate(0.75);
}

.volunteer-story-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 64px;
  align-items: center;
}

.volunteer-reasons h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.volunteer-reasons article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
}

.volunteer-reasons article > span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff7eb;
  background: #bf842f;
  font-size: 27px;
}

.volunteer-reasons h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 4px;
}

.volunteer-reasons p {
  color: #28211c;
  line-height: 1.55;
  margin: 0;
}

.volunteer-quote-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dbc39d;
  border-radius: 8px;
  background: #3a1d08;
  box-shadow: 0 18px 36px rgba(73, 35, 8, 0.16);
}

.volunteer-quote-card img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  filter: sepia(1) saturate(0.58) contrast(0.96);
}

.volunteer-quote-card figcaption {
  min-height: 126px;
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  padding: 26px 36px;
  color: #fff2df;
  background:
    linear-gradient(90deg, rgba(68, 32, 7, 0.98), rgba(84, 45, 13, 0.95)),
    url("../../assets/img/bodhi-tree.svg") right 28px center / 92px auto
      no-repeat;
}

.volunteer-quote-card figcaption > span {
  color: #d9950a;
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 0.9;
}

.volunteer-quote-card blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
}

.volunteer-quote-card p {
  grid-column: 2;
  color: #e4a533;
  margin: 8px 0 0;
}

.volunteer-contribute-title {
  margin: 34px 0 20px;
}

.volunteer-contribute-title h2 {
  color: #4a2215;
  font-size: 32px;
}

.volunteer-contribution-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.volunteer-contribution-grid article {
  min-height: 190px;
  padding: 24px 18px 22px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 251, 245, 0.92);
  box-shadow: 0 10px 26px rgba(73, 35, 8, 0.05);
}

.volunteer-contribution-grid article > span {
  color: #c17d17;
  font-size: 42px;
  line-height: 1;
}

.volunteer-contribution-grid h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  margin: 18px 0 10px;
}

.volunteer-contribution-grid p {
  color: #332923;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.volunteer-join-panel {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.95fr;
  gap: 38px;
  align-items: stretch;
  margin-top: 42px;
}

.volunteer-who,
.volunteer-steps,
.volunteer-apply-card {
  min-height: 210px;
  text-align: center;
}

.volunteer-who {
  padding-right: 34px;
  border-right: 1px solid #ead8bd;
}

.volunteer-who > span {
  color: #c17d17;
  font-size: 58px;
  line-height: 1;
}

.volunteer-who h2,
.volunteer-steps h2,
.volunteer-apply-card h2 {
  font-size: 25px;
}

.volunteer-who h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  margin: 10px 0 8px;
}

.volunteer-who p,
.volunteer-apply-card p,
.volunteer-step-row p {
  color: #322720;
  font-size: 13px;
  line-height: 1.55;
}

.volunteer-step-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.volunteer-step-row > div {
  position: relative;
}

.volunteer-step-row > div:not(:last-child)::after {
  content: "\F138";
  position: absolute;
  top: 38px;
  right: -21px;
  color: #b36e08;
  font-family: bootstrap-icons;
  font-size: 21px;
}

.step-icon {
  width: 86px;
  height: 86px;
  border: 1px solid #d8ae72;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c17d17;
  font-size: 40px;
  background: #fffdf9;
}

.step-number {
  position: absolute;
  top: -2px;
  left: calc(50% - 46px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #bd7a19;
  font-size: 12px;
  font-weight: 900;
  z-index: 2;
}

.volunteer-step-row p {
  margin: 10px auto 0;
  max-width: 118px;
}

.volunteer-apply-card {
  padding: 34px 26px;
  border: 1px solid #ead8bd;
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.92);
}

.volunteer-apply-card .btn {
  min-width: 150px;
  margin-top: 8px;
  text-transform: uppercase;
}

.volunteer-apply-card h2 {
  margin-bottom: 16px;
}

.medical-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.medical-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.medical-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.medical-hero p:not(.lead-script) {
  line-height: 1.75;
}

.medical-section {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.medical-service-grid article {
  min-height: 230px;
}

.medical-service-grid h3 {
  margin-bottom: 14px;
}

.medical-commitment {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
}

.medical-commitment img {
  width: 100%;
  height: 310px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.08);
}

.medical-commitment p {
  color: var(--muted);
  line-height: 1.75;
}

.medical-initiatives {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.medical-quote {
  padding: 56px 0;
  color: #fff4df;
  background:
    linear-gradient(90deg, rgba(28, 13, 6, 0.95), rgba(49, 24, 10, 0.9)),
    url("../../images/breadcrumb.jpg") center / cover no-repeat;
}

.medical-quote blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.35;
  margin: 0 0 14px;
}

.medical-quote p {
  color: #f2ae21;
  font-size: 18px;
  margin: 0;
}

.welfare-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.welfare-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.welfare-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.welfare-hero p:not(.lead-script) {
  line-height: 1.75;
}

.welfare-section {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.welfare-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.welfare-service-grid article {
  min-height: 230px;
  padding: 26px 18px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.86);
}

.welfare-service-grid .feature-icon {
  width: 70px;
  height: 70px;
  font-size: 34px;
}

.welfare-service-grid h3 {
  font-size: 17px;
  margin: 18px 0 12px;
}

.welfare-service-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.welfare-commitment {
  padding: 0;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 65%,
      rgba(217, 149, 10, 0.08),
      transparent 180px
    ),
    #fff9f0;
}

.welfare-commitment img {
  border-radius: 0;
  height: 320px;
}

.welfare-commitment > div {
  padding: 34px;
}

.welfare-impact {
  margin-top: 32px;
}

.welfare-impact-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 28px 20px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.welfare-impact-grid article {
  text-align: center;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}

.welfare-impact-grid article:last-child {
  border-right: 0;
}

.welfare-impact-grid span {
  display: block;
  color: var(--gold);
  font-size: 34px;
  margin-bottom: 12px;
}

.welfare-impact-grid strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 31px;
}

.welfare-impact-grid p {
  color: var(--muted);
  line-height: 1.45;
  margin: 6px 0 0;
}

.gallery-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.gallery-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.gallery-hero p {
  line-height: 1.8;
}

.gallery-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.gallery-filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  overflow: visible;
}

.gallery-filter button {
  border: 1px solid #e5c28f;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fffaf2;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.gallery-filter button.active,
.gallery-filter-more > button.active {
  border-color: var(--gold);
  color: #fff;
  background: var(--gold);
}

.gallery-filter i {
  color: var(--gold-dark);
  margin-right: 8px;
}

.gallery-filter button.active i {
  color: #fff;
}

.gallery-filter-more {
  flex: 0 0 auto;
}

.gallery-filter-more .dropdown-menu {
  border: 1px solid #ead8bd;
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.12);
}

.gallery-filter-more .dropdown-item {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  text-align: left;
}

.gallery-filter-more .dropdown-item:hover,
.gallery-filter-more .dropdown-item:focus {
  color: var(--gold-dark);
  background: #fff7ea;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 22px;
}

.gallery-card {
  overflow: hidden;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.08);
}

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

.gallery-card-image {
  position: relative;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.gallery-card:hover .gallery-card-image img {
  transform: scale(1.04);
}

.gallery-card-image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #fff;
  background: rgba(58, 16, 12, 0.78);
  font-size: 12px;
  font-weight: 900;
}

.gallery-card-body {
  padding: 20px;
}

.gallery-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  color: #875500;
  background: #fff3db;
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 12px !important;
}

.gallery-card h2 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
}

.gallery-card p {
  color: var(--muted);
  margin: 0;
}

.gallery-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.gallery-view-btn {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}

.photo-gallery-modal .modal-dialog {
  max-width: min(1020px, 92vw);
  margin: 18px auto;
}

.photo-gallery-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(234, 216, 189, 0.38);
  border-radius: 8px;
  background: #120905;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

.photo-gallery-modal .modal-header {
  align-items: center;
  min-height: 78px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(234, 216, 189, 0.22);
  color: #fff8ef;
  background: linear-gradient(90deg, #2f1808, #5c310d);
}

.photo-gallery-modal .modal-title {
  color: #fff8ef;
  font-size: 22px;
  margin: 0;
}

.photo-gallery-modal .modal-header p {
  color: #f0c783;
  font-size: 13px;
  margin: 4px 0 0;
}

.photo-gallery-modal .modal-body {
  padding: 18px 64px;
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(217, 149, 10, 0.12),
      transparent 320px
    ),
    #120905;
}

.photo-gallery-modal .carousel-inner {
  min-height: min(60vh, 580px);
  display: flex;
  align-items: center;
}

.photo-gallery-modal .carousel-item {
  text-align: center;
}

.photo-gallery-modal .carousel-item.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-gallery-modal .carousel-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(60vh, 580px);
  object-fit: contain;
  border-radius: 6px;
  background: #fff8ef;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.35);
}

.photo-gallery-modal .carousel-control-prev,
.photo-gallery-modal .carousel-control-next {
  width: 58px;
}

.photo-gallery-modal .carousel-control-prev-icon,
.photo-gallery-modal .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(48, 24, 8, 0.82);
  background-size: 58%;
}

.announcements-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.announcements-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.announcements-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.announcements-hero p:not(.lead-script) {
  line-height: 1.75;
}

.announcements-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.announcement-search {
  width: min(320px, 100%);
}

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

.announcement-card {
  display: grid;
  grid-template-columns: 285px 1fr;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}

.announcement-card > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.announcement-card > div {
  padding: 22px 28px;
}

.announcement-card h3 {
  font-size: 25px;
  margin: 8px 0 10px;
}

.announcement-card p {
  color: var(--muted);
  line-height: 1.55;
}

.announcement-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.announcement-foot span {
  color: var(--muted);
}

.announcement-foot i {
  color: var(--gold);
  margin-right: 6px;
}

.important-update-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.important-update-row > span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  border: 1px solid #ecdcca;
  background: #fffaf4;
  font-size: 25px;
}

.important-update-row strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.important-update-row p {
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 6px;
}

.important-update-row a {
  color: var(--gold-dark);
  font-weight: 800;
}

.announcement-newsletter {
  padding: 34px 0;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(217, 149, 10, 0.08),
      transparent 170px
    ),
    #fff8ef;
}

.announcement-newsletter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.announcement-newsletter .icon-badge {
  margin: 0;
}

.announcement-newsletter h2 {
  margin-bottom: 6px;
}

.announcement-newsletter p {
  color: var(--muted);
  margin: 0;
}

.newsletter-inline {
  display: flex;
  width: min(420px, 100%);
}

.newsletter-inline .form-control {
  border-radius: 8px 0 0 8px;
}

.newsletter-inline .btn {
  border-radius: 0 8px 8px 0;
}

.centers-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.centers-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.centers-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.centers-hero p:not(.lead-script) {
  line-height: 1.75;
}

.centers-section {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.center-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 26px 20px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
}

.center-feature-strip article {
  text-align: center;
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.center-feature-strip article:last-child {
  border-right: 0;
}

.center-feature-strip .feature-icon {
  width: 70px;
  height: 70px;
  font-size: 34px;
}

.center-feature-strip h3 {
  font-size: 18px;
  margin: 16px 0 10px;
}

.center-feature-strip p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.center-filter-row {
  display: flex;
  gap: 12px;
  width: min(560px, 100%);
}

.center-filter-row .search-control {
  flex: 1 1 auto;
}

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

.center-list-card .card-img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  background: #f7efe3;
}

.center-list-card .content {
  text-align: left;
}

.center-list-card .center-location {
  color: var(--ink);
  font-size: 13px;
}

.center-list-card .center-location i {
  color: var(--gold);
}

.center-list-card .center-card-type {
  margin: 4px 0 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.center-list-card .center-address {
  margin: 12px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.center-list-card .center-contact-list {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
}

.center-list-card .center-contact-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
}

.center-list-card .center-contact-list i {
  color: var(--gold);
  margin-right: 6px;
}

.center-list-card .center-contact-list a {
  color: var(--maroon);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.centers-map-section {
  display: flex;
  justify-content: center;
}

.centers-map-section iframe {
  width: min(100%, 800px);
  border: 0;
}

.find-center-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

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

.india-map-placeholder {
  position: relative;
  width: 240px;
  height: 260px;
  margin: 20px auto;
  background: #f3dfc4;
  clip-path: polygon(
    43% 0,
    58% 12%,
    67% 28%,
    60% 43%,
    75% 55%,
    64% 73%,
    50% 100%,
    42% 76%,
    25% 64%,
    31% 45%,
    18% 29%,
    31% 15%
  );
}

.india-map-placeholder i {
  position: absolute;
  color: var(--gold-dark);
  font-size: 22px;
}

.india-map-placeholder i:nth-child(1) {
  left: 45%;
  top: 20%;
}
.india-map-placeholder i:nth-child(2) {
  left: 55%;
  top: 38%;
}
.india-map-placeholder i:nth-child(3) {
  left: 39%;
  top: 50%;
}
.india-map-placeholder i:nth-child(4) {
  left: 48%;
  top: 65%;
}
.india-map-placeholder i:nth-child(5) {
  left: 33%;
  top: 32%;
}

.find-center-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.find-center-card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  color: var(--muted);
}

.find-center-card li::before {
  content: "\F3E8";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.center-detail-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.center-detail-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.center-detail-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.3;
}

.center-detail-hero p:not(.lead-script):not(.eyebrow) {
  line-height: 1.75;
}

.center-detail-section {
  background:
    radial-gradient(
      circle at 84% 14%,
      rgba(217, 149, 10, 0.08),
      transparent 240px
    ),
    linear-gradient(180deg, #fff, #fffaf4);
}

.center-page-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fffdf9;
  border-bottom: 1px solid #eedec8;
  box-shadow: 0 8px 22px rgba(71, 43, 19, .05);
}

.center-page-nav.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.center-page-nav .container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.center-page-nav a {
  flex: 0 0 auto;
  padding: 17px 16px;
  color: #4b3327;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.center-page-nav a:hover,
.center-page-nav a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

#center-overview,
#center-activities,
#center-celebrations,
#center-visit,
#center-gallery {
  scroll-margin-top: 80px;
}

.center-activity-card {
  height: 100%;
}

.center-activities-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.center-activities-scroll {
  height: 460px;
  overflow-y: auto;
  padding: 4px 24px 4px 4px;
  scrollbar-color: var(--gold) #f4eadc;
  scrollbar-width: thin;
}

.center-activities-entry {
  padding: 18px 0 22px;
  border-bottom: 1px solid #ddc9aa;
}

.center-activities-entry:first-child {
  padding-top: 0;
}

.center-activities-entry h3 {
  margin: 0 0 9px;
  font-size: 1.3rem;
  color: #382416;
}

.center-activities-entry p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.center-activity-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 10px;
  height: 460px;
}

.center-activity-photo {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #f2e9dc;
  cursor: zoom-in;
}

.center-activity-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.center-activity-photo:hover img,
.center-activity-photo:focus-visible img {
  transform: scale(1.06);
}

.center-activity-photo.is-changing img {
  opacity: .2;
}

.center-activity-lightbox .center-gallery-lightbox-figure.is-sliding {
  animation: center-activity-slide .3s ease;
}

@keyframes center-activity-slide {
  from { opacity: .35; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 767px) {
  .center-activities-layout { grid-template-columns: 1fr; }
  .center-activities-scroll { height: 300px; }
  .center-activity-photos { height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .center-activity-photo img { transition: none; }
  .center-activity-lightbox .center-gallery-lightbox-figure.is-sliding { animation: none; }
}

.center-celebration-card {
  display: flex;
  gap: 18px;
  height: 100%;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #efdfc9;
  background: linear-gradient(135deg, #fff, #fff7e9);
  box-shadow: 0 12px 30px rgba(71, 43, 19, .06);
}

.center-celebration-card > i {
  color: var(--gold);
  font-size: 1.8rem;
}

.center-celebration-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.center-celebration-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.center-celebration-callout {
  align-items: center;
}

.center-celebration-callout a {
  display: inline-block;
  margin-top: 12px;
  color: var(--gold);
  font-weight: 700;
}

.center-festivities-section {
  padding: 82px 0 94px;
  color: #332113;
  background: linear-gradient(115deg, #f9dd91 0%, #dfa33a 50%, #ac6d13 100%);
}

.center-festivities-section .center-title { margin-bottom: 44px; text-align: center; }
.center-festivities-section .center-title h2 { color: #2e1909; }
.center-festivities-section .center-title .eyebrow { color: #693d0b; }
.center-festivities-section .ornament { margin-left: auto; margin-right: auto; }
.center-festivities-slider { position: relative; padding: 0 55px; }
.center-festivities-viewport { overflow: hidden; }
.center-festivities-track { display: flex; gap: 28px; transition: transform .4s ease; }
.center-festivity-card { flex: 0 0 calc((100% - 56px) / 3); align-self: flex-start; overflow: hidden; border-radius: 10px; background: #fff; color: #292c47; box-shadow: 0 15px 32px rgba(9, 12, 62, .13); }
.center-festivity-image { display: block; width: 100%; padding: 0; border: 0; background: #eee7e6; cursor: zoom-in; }
.center-festivity-image img { display: block; width: 100%; height: 265px; object-fit: cover; transition: transform .3s ease; }
.center-festivity-image:hover img { transform: scale(1.035); }
.center-festivity-copy { padding: 21px 23px 26px; }
.center-festivity-copy h3 { margin: 0 0 9px; font-size: 1.22rem; line-height: 1.35; }
.center-festivity-copy p { margin: 0; line-height: 1.6; }
.center-festivity-copy a { display: inline-block; margin-top: 12px; font-weight: 700; color: #9c5800; }
.center-festivities-nav { position: absolute; top: 43%; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; color: #4c2b0d; background: rgba(255,255,255,.56); transform: translateY(-50%); }
.center-festivities-nav:hover { background: #fff; }
.center-festivities-prev { left: 0; }
.center-festivities-next { right: 0; }
.center-festivities-nav[hidden] { display: none; }

@media (max-width: 991px) {
  .center-festivity-card { flex-basis: calc((100% - 28px) / 2); }
}
@media (max-width: 640px) {
  .center-festivities-section { padding: 60px 0 70px; }
  .center-festivities-slider { padding: 0 40px; }
  .center-festivity-card { flex-basis: 100%; }
  .center-festivity-image img { height: 220px; }
  .center-festivities-nav { width: 36px; height: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .center-festivities-track, .center-festivity-image img { transition: none; }
}

.center-detail-photo {
  width: 100%;
  aspect-ratio: 1.28 / 0.82;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #f7efe3;
}

.center-featured-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #f7efe3;
  box-shadow: 0 14px 34px rgba(62, 35, 12, .12);
}

.center-featured-figure .center-detail-photo {
  display: block;
  border-radius: 0;
}

.center-featured-figure figcaption {
  padding: 13px 18px 15px;
  color: #5b351c;
  background: #fffaf2;
  border-top: 1px solid #ead9c2;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.center-history p {
  color: var(--muted);
  line-height: 1.85;
  margin: 0 0 20px;
}

.center-history p:last-child { margin-bottom: 0; }

.center-overview-flow .center-history p + p {
  margin-top: 20px;
}

.center-history-continuation {
  margin-top: 30px;
}

.center-history-continuation p + p {
  margin-top: 20px;
}

.center-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.center-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 25px;
  border: 1px solid #efdfc9;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(71, 43, 19, .08);
}

.center-contact-card-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--gold);
  font-size: 1.25rem;
}

.center-contact-card h3 {
  margin: 0 0 9px;
  font-size: 1.15rem;
}

.center-contact-card p,
.center-contact-card a {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.center-contact-card a:hover {
  color: var(--gold);
}

.center-visit-section {
  width: 100%;
  padding: 80px 0 90px;
  background: linear-gradient(135deg, #fff8ed, #f5e7d1);
}

.center-visit-section .center-title {
  margin-bottom: 32px;
}

.center-visit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.center-visit-card,
.center-visit-map {
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid #ead8bb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(75, 43, 13, .1);
}

.center-visit-card {
  display: flex;
  flex-direction: column;
  padding: 30px 34px;
}

.center-visit-map {
  display: flex;
  flex-direction: column;
}

.center-visit-map-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 17px 21px;
  color: #382416;
  font-weight: 700;
  border-bottom: 1px solid #ead8bb;
}

.center-visit-map-head span i {
  color: var(--gold);
  margin-right: 8px;
}

.center-visit-map-head a {
  color: var(--gold);
  font-size: .9rem;
}

.center-visit-card-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eadcc7;
}

.center-visit-card-heading > span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  color: #fff;
  background: var(--gold);
  font-size: 1.35rem;
}

.center-visit-card-heading .eyebrow {
  margin: 0 0 4px;
}

.center-visit-card-heading h3 {
  margin: 0;
  font-size: 1.55rem;
}

.center-visit-detail {
  display: flex;
  gap: 16px;
  padding: 19px 0;
  border-bottom: 1px solid #f1e6d6;
}

.center-visit-detail > i {
  color: var(--gold);
  font-size: 1.25rem;
}

.center-visit-detail strong {
  display: block;
  margin-bottom: 5px;
  color: #382416;
}

.center-visit-detail p,
.center-visit-detail a {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.center-visit-directions {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 22px;
  color: var(--gold);
  font-weight: 700;
}

.center-visit-map iframe {
  display: block;
  flex: 1;
  width: 100%;
  min-height: 380px;
  border: 0;
}

@media (max-width: 767px) {
  .center-visit-section { padding: 56px 0 68px; }
  .center-visit-grid { grid-template-columns: 1fr; }
  .center-visit-card { min-height: 0; padding: 24px; }
  .center-visit-map,
  .center-visit-map iframe { min-height: 320px; }
}

@media (max-width: 767px) {
  .center-contact-cards {
    grid-template-columns: 1fr;
  }
}

.center-contact-mini {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.center-contact-mini p {
  margin: 0;
  color: var(--muted);
}

.center-contact-mini i {
  color: var(--gold);
  margin-right: 8px;
}

.center-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #ecdcca;
}

.center-social-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.center-social-links span {
  color: #6b5145;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.center-social-links a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5c28f;
  border-radius: 50%;
  color: var(--gold-dark);
  background: #fffaf2;
  transition: all 0.2s ease;
}

.center-social-links a:hover,
.center-social-links a:focus {
  color: #fff;
  background: var(--gold);
}

.center-gallery-section {
  padding: 76px 0 92px;
  background: linear-gradient(180deg, #fffaf4, #fff);
}

.center-gallery-section .center-title {
  margin-bottom: 30px;
}

.center-gallery-slider {
  position: relative;
  padding: 0;
}

.center-gallery-viewport {
  overflow: visible;
}

.center-gallery-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  transform: none !important;
}

.center-gallery-slide {
  min-width: 0;
  display: block;
  overflow: hidden;
  height: 300px;
  padding: 0;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff7ed;
  cursor: zoom-in;
  position: relative;
}

.center-gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #f7efe3;
}

.center-blog-section {
  padding: 76px 0 92px;
  background: linear-gradient(135deg, #fff2d8, #d28c18);
}

.center-blog-section .center-title { margin-bottom: 36px; }
.center-blog-section .center-title h2 { color: #2e1909; }
.center-blog-section .center-title .eyebrow { color: #6b3e0d; }
.center-blogs-grid .blogs-card { height: 100%; }
.center-blogs-empty { margin: 0; text-align: center; color: #5d3a1c; font-weight: 600; }

.center-gallery-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 14px 16px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(transparent, rgba(20, 10, 5, .85));
}

.center-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  transform: translateY(-50%);
  box-shadow: 0 16px 26px rgba(58, 16, 12, 0.16);
}

.center-gallery-prev {
  left: 0;
}

.center-gallery-next {
  right: 0;
}

.center-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 90px;
  background: rgba(18, 8, 6, 0.92);
}

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

.center-gallery-lightbox-figure {
  margin: 0;
  max-width: min(1120px, 90vw);
  text-align: center;
}

.center-gallery-lightbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border-radius: 8px;
  background: #fffaf2;
}

.center-gallery-lightbox figcaption {
  margin-top: 14px;
  color: #fff;
  font-size: 1.1rem;
}

.center-gallery-lightbox-close,
.center-gallery-lightbox-nav {
  position: fixed;
  z-index: 10000;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
}

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

.center-gallery-lightbox-close {
  top: 24px;
  right: 28px;
}

.center-gallery-lightbox-prev {
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.center-gallery-lightbox-next {
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.publications-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.62),
      rgba(38, 19, 6, 0.18)
    ),
    url("../../images/Vidyodaya Pirivena Premises.jpg") center / cover no-repeat;
}

.publications-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.publications-hero p:not(.breadcrumbish) {
  line-height: 1.8;
  font-size: 18px;
}

.publications-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.publication-intro-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.publication-lotus {
  color: var(--gold);
  font-size: 64px;
}

.publication-intro-row p {
  color: var(--muted);
  margin: 0;
}

.publication-search {
  width: min(420px, 100%);
}

.publication-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 42px;
}

.publication-filter button {
  border: 1px solid #ecdcca;
  border-radius: 8px;
  padding: 13px 18px;
  color: var(--ink);
  background: #fffdf9;
  font-weight: 800;
}

.publication-filter button.active {
  color: #fff;
  border-color: transparent;
  background: var(--gold);
}

.publication-filter i {
  color: var(--gold-dark);
  margin-right: 8px;
}

.publication-filter button.active i {
  color: #fff;
}

.publication-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.publication-card {
  min-height: 100%;
  padding: 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(58, 16, 12, 0.06);
}

.publication-card img {
  display: block;
  width: 180px;
  height: 250px;
  object-fit: cover;
  margin: 0 auto 24px;
  box-shadow: 0 16px 24px rgba(58, 16, 12, 0.18);
}

.publication-card h3 {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.publication-card .publication-type {
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 10px;
}

.publication-card p:not(.publication-type) {
  color: var(--muted);
  line-height: 1.55;
}

.publication-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  padding: 24px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fffdf9;
}

.publication-benefits article {
  display: flex;
  gap: 16px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}

.publication-benefits article:last-child {
  border-right: 0;
}

.publication-benefits span {
  color: var(--gold);
  font-size: 30px;
}

.publication-benefits strong {
  display: block;
  margin-bottom: 4px;
}

.publication-benefits p {
  color: var(--muted);
  margin: 0;
}

.journal-magazine-hero {
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
  color: var(--ink);
}

.journal-magazine-section {
  padding: 72px 0 100px;
  background: #fffaf4;
}

.journal-magazine-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.journal-magazine-heading h1,
.journal-magazine-heading h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
}

.journal-magazine-heading .ornament {
  margin-bottom: 0;
}

.journal-magazine-heading > p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.journal-year-filter {
  width: min(220px, 100%);
}

.journal-year-filter label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.journal-year-filter select {
  min-height: 46px;
  border-color: #dec393;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  box-shadow: none;
}

.journal-magazine-table {
  overflow: hidden;
  border: 1px solid #dec393;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at top left,
      rgba(222, 195, 147, 0.16),
      transparent 34%
    ),
    #fffdf8;
  box-shadow: 0 24px 60px rgba(58, 16, 12, 0.08);
}

.journal-magazine-row {
  display: grid;
  grid-template-columns: 78px 240px minmax(260px, 1fr) 220px;
  min-height: 240px;
  border-bottom: 1px solid #dec393;
}

.journal-magazine-row:last-child {
  border-bottom: 0;
}

.journal-magazine-row > div {
  border-right: 1px solid #dec393;
}

.journal-magazine-row > div:last-child {
  border-right: 0;
}

.journal-magazine-head {
  min-height: auto;
  background: linear-gradient(135deg, #3d200c, #5f3512);
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.journal-magazine-head > div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px;
}

.journal-magazine-serial {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a170d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 800;
}

.journal-magazine-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 18px;
}

.journal-cover-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.journal-magazine-photo img {
  width: 170px;
  height: 205px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.journal-cover-button:focus-visible {
  outline: 3px solid rgba(217, 145, 8, 0.55);
  outline-offset: 5px;
}

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

.journal-cover-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}

.journal-cover-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(23, 9, 5, 0.82);
}

.journal-cover-lightbox-dialog {
  position: relative;
  z-index: 1;
  max-width: min(92vw, 760px);
  max-height: 92vh;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 18px;
  border: 1px solid rgba(231, 197, 143, 0.72);
  border-radius: 8px;
  background: #fffaf1;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.journal-cover-lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 100px);
  object-fit: contain;
  border-radius: 6px;
}

.journal-cover-lightbox-dialog p {
  margin: 0;
  color: #2b1009;
  font-weight: 800;
  text-align: center;
}

.journal-cover-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
  border: 1px solid #e7c58f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d99108;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.journal-cover-lightbox-open {
  overflow: hidden;
}

.journal-magazine-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 26px 28px;
}

.journal-magazine-copy h3 {
  margin: 0;
  color: #2b1009;
  font-size: 22px;
  line-height: 1.16;
}

.journal-magazine-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.journal-magazine-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff1d8;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
}

.journal-magazine-meta i {
  color: var(--gold);
}

.journal-magazine-subtitle {
  margin: 4px 0 0;
  color: #2b1009;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 700;
}

.journal-row-ornament,
.journal-action-ornament {
  width: min(320px, 100%);
  height: 14px;
  margin: 22px 0;
  position: relative;
}

.journal-row-ornament::before,
.journal-row-ornament::after,
.journal-action-ornament::before,
.journal-action-ornament::after {
  content: "";
  position: absolute;
  top: 7px;
  width: calc(50% - 14px);
  height: 1px;
  background: #d7ad6c;
}

.journal-row-ornament::before,
.journal-action-ornament::before {
  left: 0;
}

.journal-row-ornament::after,
.journal-action-ornament::after {
  right: 0;
}

.journal-row-ornament span,
.journal-action-ornament span {
  position: absolute;
  left: 50%;
  top: 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #b67a22;
  transform: translateX(-50%) rotate(45deg);
}

.journal-magazine-copy p {
  color: #2d241f;
  font-size: 14px;
  line-height: 1.65;
}

.journal-magazine-legacy {
  display: flex;
  gap: 12px;
  margin: 20px 0 0;
}

.journal-magazine-legacy i {
  color: var(--gold-dark);
}

.journal-magazine-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  padding: 28px;
}

.journal-magazine-actions .btn {
  width: 190px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: none;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
}

.journal-magazine-actions .btn-light-gold {
  background: #fffdf8;
}

.journal-magazine-actions .btn.disabled,
.journal-magazine-actions .btn[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.journal-action-ornament {
  width: 140px;
  margin: 14px 0 0;
}

.journal-empty-state {
  grid-column: 1 / -1;
  padding: 56px 24px;
  text-align: center;
  color: var(--muted);
  background: #fffdf8;
}

.journal-empty-state i {
  color: var(--gold);
  font-size: 40px;
}

.journal-empty-state h2 {
  margin: 14px 0 8px;
  color: var(--ink);
  font-size: 26px;
}

.journal-empty-state p {
  margin: 0;
}

.notice-hero {
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
  color: var(--ink);
}

.notice-section {
  padding: 72px 0 100px;
  background:
    radial-gradient(
      circle at top right,
      rgba(194, 133, 28, 0.08),
      transparent 32%
    ),
    #fffaf4;
}

.notice-feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 190px;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  padding: 48px 42px 34px;
  border: 1px solid #c98924;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 234, 0.9)),
    #fffdf8;
  box-shadow: 0 18px 44px rgba(58, 16, 12, 0.08);
}

.notice-feature-card::after {
  content: "\F6B4";
  position: absolute;
  right: 28px;
  bottom: 16px;
  color: rgba(194, 133, 28, 0.13);
  font-family: "bootstrap-icons";
  font-size: 88px;
  line-height: 1;
  pointer-events: none;
}

.notice-ribbon {
  position: absolute;
  left: 24px;
  top: -18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 190px;
  padding: 12px 20px;
  border-radius: 4px;
  background: linear-gradient(135deg, #c48a2b, #9f650c);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(114, 61, 10, 0.18);
}

.notice-date-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 68px;
  min-height: 76px;
  border: 1px solid #d5a763;
  border-radius: 6px;
  background: #fffdf8;
  color: #b87513;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 1;
}

.notice-date-box.large {
  width: 96px;
  min-height: 118px;
  background: linear-gradient(145deg, #ba8741, #8e5a16);
  color: #fff9ed;
}

.notice-date-box strong {
  font-size: 30px;
}

.notice-date-box.large strong {
  font-size: 42px;
}

.notice-date-box span,
.notice-date-box small {
  font-size: 15px;
}

.notice-date-box.large span,
.notice-date-box.large small {
  font-size: 18px;
}

.notice-feature-card h2 {
  margin: 0 0 10px;
  font-size: 25px;
}

.notice-feature-card p {
  margin: 0;
  color: #2d241f;
  font-size: 16px;
  line-height: 1.7;
}

.notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.notice-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #3b2419;
  font-weight: 700;
}

.notice-meta i,
.notice-category i {
  color: #c58a2e;
  font-size: 22px;
}

.notice-pdf-btn {
  justify-self: end;
}

.notice-table {
  overflow: hidden;
  border: 1px solid #dec393;
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 24px 60px rgba(58, 16, 12, 0.08);
}

.notice-row {
  display: grid;
  grid-template-columns: 72px 98px minmax(0, 1fr) 180px 228px;
  min-height: 112px;
  border-bottom: 1px solid #ead5ad;
}

.notice-row:last-child {
  border-bottom: 0;
}

.notice-row > div {
  display: flex;
  align-items: center;
  border-right: 1px solid #ead5ad;
  padding: 18px;
}

.notice-row > div:last-child {
  border-right: 0;
}

.notice-head {
  min-height: 54px;
  background: linear-gradient(135deg, #3d200c, #5f3512);
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.notice-head > div {
  justify-content: center;
  min-height: 54px;
  padding: 12px;
}

.notice-serial,
.notice-date-cell,
.notice-actions {
  justify-content: center;
}

.notice-serial {
  color: #2b1009;
  font-weight: 800;
}

.notice-copy {
  align-items: flex-start !important;
  flex-direction: column;
  justify-content: center;
}

.notice-copy h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.notice-copy p {
  margin: 0;
  color: #2d241f;
  font-size: 14px;
  line-height: 1.6;
}

.notice-category {
  gap: 14px;
  color: #2d241f;
  font-weight: 700;
}

.notice-actions .btn {
  min-width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
}

.name-seal-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
}

.name-seal-page {
  padding: 70px 0 100px;
  background:
    radial-gradient(
      circle at top left,
      rgba(196, 138, 43, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #fffaf1, #fff7eb);
}

.name-seal-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 34px;
  align-items: center;
  padding: 26px;
  border: 1px solid #e2c394;
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 253, 248, 0.96),
      rgba(255, 248, 237, 0.92)
    ),
    #fffdf8;
  box-shadow: 0 20px 46px rgba(58, 16, 12, 0.08);
}

.name-seal-panel + .name-seal-panel {
  margin-top: 28px;
}

.name-seal-image,
.name-seal-seal {
  margin: 0;
}

.name-seal-image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
  border: 1px solid #d5a763;
  border-radius: 4px;
}

.name-seal-seal {
  display: flex;
  justify-content: center;
}

.name-seal-seal img {
  display: block;
  width: min(100%, 360px);
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  background: #f6ead6;
  box-shadow: 0 18px 34px rgba(58, 16, 12, 0.18);
}

.name-seal-copy {
  position: relative;
  z-index: 1;
}

.name-seal-copy h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  text-transform: uppercase;
}

.name-seal-copy p {
  color: #2d241f;
  font-size: 16px;
  line-height: 1.72;
}

.name-seal-copy strong {
  color: var(--gold-dark);
}

.name-seal-copy .eyebrow {
  margin-bottom: 4px;
}

.name-seal-quote {
  margin: 22px 0;
  padding: 24px 30px;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(49, 24, 9, 0.96), rgba(82, 42, 12, 0.9)),
    url("../../images/section_bg.jpg") center / cover no-repeat;
  color: #f8df9c;
  text-align: center;
}

.name-seal-quote p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}

.seal-panel {
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
}

.aims-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.98),
      rgba(255, 248, 239, 0.72)
    ),
    url("../../images/breadcrumb_banner.jpg") center top / cover no-repeat;
}

.aims-page {
  padding: 68px 0 100px;
  background:
    radial-gradient(
      circle at top left,
      rgba(196, 138, 43, 0.11),
      transparent 30%
    ),
    linear-gradient(180deg, #fffaf1, #fff7eb);
}

.aims-intro {
  width: 100%;
  margin: 0 0 26px;
  padding: 28px 34px;
  border: 1px solid #e0bf8f;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
}

.aims-intro figure {
  margin: 0;
  display: flex;
  justify-content: center;
}

.aims-intro img {
  width: min(100%, 220px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: sepia(0.45) saturate(1.15);
}

.aims-intro p {
  max-width: 1180px;
  margin: 0 auto 16px;
  color: #2d241f;
  font-size: 16px;
  line-height: 1.72;
  text-align: center;
}

.aims-intro blockquote {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 22px 52px;
  border-top: 1px solid #e6cda5;
  border-bottom: 1px solid #e6cda5;
  color: #7a3e08;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.7;
}

.aims-intro blockquote span {
  position: absolute;
  left: 14px;
  top: 10px;
  color: rgba(196, 138, 43, 0.48);
  font-size: 56px;
  line-height: 1;
}

.aims-intro cite {
  display: block;
  margin-top: 10px;
  color: #2d241f;
  font-family: var(--body-font);
  font-size: 13px;
  font-style: normal;
  text-align: right;
}

.aims-objectives-panel {
  padding: 28px;
  border: 1px solid #e0bf8f;
  border-radius: 8px;
  background:
    radial-gradient(
      circle at bottom right,
      rgba(196, 138, 43, 0.08),
      transparent 28%
    ),
    #fffdf8;
  box-shadow: 0 22px 54px rgba(58, 16, 12, 0.08);
}

.aims-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  color: #2b1009;
  text-align: center;
}

.aims-section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, #c58a2e, transparent);
}

.aims-section-title h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  text-transform: uppercase;
}

.aims-lead {
  margin: 18px auto 26px;
  max-width: 960px;
  color: #2d241f;
  text-align: center;
  line-height: 1.65;
}

.aims-objectives-layout {
  display: block;
}

.aims-side-card {
  overflow: hidden;
  margin: 0 0 34px;
  border: 1px solid #e1c18f;
  border-radius: 8px;
  background: #fff8ea;
}

.aims-side-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  filter: sepia(0.45) saturate(0.9);
}

.aims-side-card > div {
  padding: 28px 20px;
  background: linear-gradient(180deg, #6a3e12, #3d1e0a);
  color: #fff6df;
  text-align: center;
}

.aims-side-card i {
  display: block;
  margin-bottom: 12px;
  color: #e9c476;
  font-size: 32px;
}

.aims-side-card p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
}

.aims-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 34px;
  row-gap: 0;
}

.aims-list article {
  display: grid;
  grid-template-columns: 32px 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  break-inside: avoid;
  padding: 0 0 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ead8ba;
}

.aims-number {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #b97b1c;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.aims-list i {
  color: #b97b1c;
  font-size: 24px;
  line-height: 1.15;
}

.aims-list p {
  margin: 0;
  color: #241711;
  font-size: 14px;
  line-height: 1.55;
}

.aims-closing-quote {
  margin-top: 26px;
  padding: 22px 28px;
  border: 1px solid #e0bf8f;
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.96),
      rgba(255, 243, 222, 0.92)
    ),
    #fffdf8;
  color: #7a3e08;
  text-align: center;
}

.aims-closing-quote p {
  margin: 0 0 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.55;
}

.aims-closing-quote strong {
  color: #2d241f;
}

.contact-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(26, 12, 5, 0.94),
      rgba(55, 27, 7, 0.58),
      rgba(38, 19, 6, 0.12)
    ),
    url("../../images/about_us.jpg") center / cover no-repeat;
}

.contact-hero h1 {
  font-size: clamp(50px, 5vw, 74px);
}

.contact-hero .lead-script {
  color: #f2ae21;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
}

.contact-hero p:not(.lead-script) {
  line-height: 1.75;
}

.contact-section {
  background: linear-gradient(180deg, #fff, #fffaf4);
}

.contact-info-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 28px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.contact-info-strip article {
  display: flex;
  gap: 18px;
  padding: 0 22px;
  border-right: 1px solid var(--line);
}

.contact-info-strip article:last-child {
  border-right: 0;
}

.contact-info-strip i {
  color: var(--gold);
  font-size: 34px;
}

.contact-info-strip h3 {
  font-size: 20px;
}

.contact-info-strip p {
  color: var(--muted);
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
}

.contact-form-card {
  height: 100%;
  padding: 28px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  background: #fff;
}

.contact-map-card {
  position: relative;
  min-height: 355px;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)),
    url("../../assets/img/map.svg") center / cover no-repeat;
}

.map-pin {
  position: absolute;
  left: 55%;
  top: 52%;
  color: #e4432f;
  font-size: 42px;
  transform: translate(-50%, -50%);
}

.map-label {
  position: absolute;
  left: 28px;
  top: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(58, 16, 12, 0.12);
}

.contact-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #fff8ef;
}

.contact-note .icon-badge {
  margin: 0;
  flex: 0 0 auto;
}

.contact-note p {
  margin: 0;
  color: var(--muted);
}

.contact-center-card {
  height: 100%;
  border: 1px solid #ecdcca;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.contact-center-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.contact-center-card > div {
  padding: 22px;
}

.contact-center-card h3 {
  font-size: 20px;
}

.contact-center-card p {
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 10px;
}

.contact-center-card i {
  color: var(--gold);
  margin-right: 6px;
}

.contact-newsletter {
  border-radius: 8px;
}

.hq-redesign {
  color: #2b0c08;
  background:
    radial-gradient(
      circle at 100% 32%,
      rgba(218, 149, 39, 0.1),
      transparent 28%
    ),
    linear-gradient(180deg, #fffaf4 0%, #fff 38%, #fff7ec 100%);
}

.hq-redesign-hero {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 239, 0.96) 0%,
      rgba(255, 248, 239, 0.86) 36%,
      rgba(255, 248, 239, 0.2) 68%
    ),
    url("../../images/center/ChatGPT Image May 14, 2026, 11_17_29 AM.png")
      center right / cover no-repeat;
}

.hq-redesign-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 5% 12%, rgba(213, 143, 0, 0.18), transparent 24%),
    radial-gradient(circle at 2% 62%, rgba(105, 29, 14, 0.08), transparent 30%);
  pointer-events: none;
}

.hq-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hq-hero-copy h1 {
  margin: 0;
  color: #3d0e08;
  font-size: clamp(44px, 5vw, 72px);
  letter-spacing: 0;
  text-transform: uppercase;
}

.hq-page-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  color: #5b3324;
  font-size: 14px;
}

.hq-page-breadcrumb a {
  color: #4b2115;
  text-decoration: none;
}

.hq-page-breadcrumb i,
.hq-page-breadcrumb span {
  color: var(--gold);
}

.hq-section {
  position: relative;
  padding: 54px 0;
  border-top: 1px solid rgba(226, 194, 150, 0.58);
}

.hq-section h2 {
  color: #4a110b;
  font-size: clamp(30px, 3vw, 42px);
}

.hq-section p,
.hq-flower-list li {
  color: #332720;
  font-size: 15px;
  line-height: 1.78;
}

.hq-photo {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hq-main-photo {
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  object-position: initial;
  padding: 0;
}

.hq-sepia-photo {
  filter: sepia(0.54) saturate(0.82) contrast(0.95);
}

.hq-history-section {
  background: rgba(255, 248, 239, 0.72);
}

.hq-side-gallery {
  display: grid;
  gap: 0;
  line-height: 0;
}

.hq-side-gallery .hq-photo {
  margin: 0;
}

.hq-side-gallery img:first-child {
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  object-position: initial;
  padding: 0;
}

.hq-side-gallery img:not(:first-child) {
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  object-position: initial;
  padding: 0;
}

.hq-flower-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hq-flower-list li {
  position: relative;
  padding-left: 34px;
}

.hq-flower-list li::before {
  content: "\F3CA";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--gold);
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.hq-activities-kolkata {
  background:
    radial-gradient(circle at 94% 26%, rgba(213, 143, 0, 0.1), transparent 28%),
    linear-gradient(90deg, #fffaf4, #fff);
}

.hq-closing-quote {
  padding: 36px 0;
  border-top: 1px solid #e5c493;
  background:
    radial-gradient(circle at 7% 50%, rgba(213, 143, 0, 0.12), transparent 22%),
    radial-gradient(
      circle at 93% 50%,
      rgba(213, 143, 0, 0.12),
      transparent 22%
    ),
    #fff1d8;
}

.hq-closing-quote .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  text-align: center;
}

.hq-closing-quote blockquote {
  margin: 0;
  color: #653014;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(22px, 2.3vw, 34px);
  font-style: italic;
  line-height: 1.35;
}

.hq-lotus {
  color: var(--gold);
  font-size: 54px;
  line-height: 1;
}

.site-header-v2 {
  box-shadow: 0 10px 32px rgba(23, 12, 4, 0.08);
}

.site-header-v2 + main {
  margin-top: -6px;
  padding-top: 0;
}

.site-header-v2 .navbar {
  min-height: 92px;
}

.site-header-v2 .brand-seal {
  width: 62px;
  height: 62px;
}

.site-header-v2 .brand-title {
  color: #0f2244;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: 0.02em;
}

.site-header-v2 .navbar-brand small {
  display: block;
  color: #9a6500;
  font-size: 12px;
  margin-top: 6px;
}

.site-header-v2 .nav-link {
  color: #0f2244;
  font-size: 13px;
  padding: 14px 12px !important;
}

.site-header-v2 .dropdown-item {
  color: #13223b;
  font-size: 15px;
  line-height: 1.35;
  padding: 9px 16px;
}

.site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item) > .dropdown-menu {
  padding: 8px;
  border: 1px solid rgba(201, 130, 0, 0.3) !important;
  border-radius: 8px;
  background: linear-gradient(145deg, #fffdf8, #fff3df);
  box-shadow: 0 16px 34px rgba(67, 31, 5, 0.16) !important;
}

.site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item) > .dropdown-menu .dropdown-item {
  border-radius: 5px;
  border-bottom: 2px solid rgba(201, 130, 0, 0.28);
  background: transparent;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item) > .dropdown-menu li:last-child .dropdown-item {
  border-bottom-color: transparent;
}

.site-header-v2 .dropdown-item:hover,
.site-header-v2 .dropdown-item:focus {
  color: var(--gold-dark);
  background: transparent;
  transform: translateX(5px);
}

.site-header-v2 .nav-link.dropdown-toggle::after {
  position: static;
  width: 0;
  height: 0;
  background: transparent;
  display: inline-block;
  margin-left: 5px;
  vertical-align: 0.12em;
  border-top-color: currentColor;
  transition: transform 0.2s ease;
}

.site-header-v2 .nav-link.dropdown-toggle.active::after {
  position: static;
  width: 0;
  height: 0;
  background: transparent;
}

.site-header-v2 .nav-link.active,
.site-header-v2 .nav-link:hover {
  color: var(--gold-dark);
}

.site-header-v2 .nav-link.active::after {
  bottom: -20px;
  height: 3px;
}

.header1-donate {
  padding: 14px 22px;
  border-radius: 6px;
  background-size: 200% 100%;
  background-position: 0 0;
  transition:
    transform 0.25s ease,
    background-position 0.4s ease,
    box-shadow 0.25s ease,
    letter-spacing 0.25s ease;
}

.header1-donate:hover,
.header1-donate:focus-visible {
  transform: translateY(-3px) scale(1.04);
  background-position: 100% 0;
  box-shadow: 0 18px 32px rgba(184, 106, 0, 0.38);
  letter-spacing: 0.4px;
}

.header1-donate:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 9px 18px rgba(184, 106, 0, 0.3);
}

.mega-nav-item {
  position: static;
}

.mega-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 28px;
  display: none;
}

.mega-nav-item:hover::after,
.mega-nav-item:focus-within::after {
  display: block;
}

.header1-mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  width: min(1180px, calc(100vw - 48px));
  transform: translateX(-50%);
  display: none;
  padding-top: 0;
  z-index: 1040;
}

.mega-nav-item:hover .header1-mega-menu,
.mega-nav-item:focus-within .header1-mega-menu,
.mega-nav-item.desktop-mega-open .header1-mega-menu {
  display: block;
}

.mega-inner {
  position: relative;
  overflow: hidden;
  max-height: none;
  padding: 20px 32px 10px;
  border: 1px solid rgba(173, 114, 0, 0.18);
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    #fffdf8 0%,
    #fff3df 100%
  );
  box-shadow: 0 18px 34px rgba(43, 24, 7, 0.16);
}

@media (min-width: 992px) {
  .mega-nav-item:hover .mega-inner,
  .mega-nav-item:focus-within .mega-inner,
  .mega-nav-item.desktop-mega-open .mega-inner {
    animation: navMegaReveal 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item) > .dropdown-menu.show,
  .site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item):hover > .dropdown-menu,
  .site-header-v2 .navbar-nav > .dropdown:not(.mega-nav-item):focus-within > .dropdown-menu {
    animation: navSubmenuReveal 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
    transform-origin: top center;
  }

  .mega-nav-item:hover .mega-column > a,
  .mega-nav-item:focus-within .mega-column > a,
  .mega-nav-item.desktop-mega-open .mega-column > a {
    animation: navItemReveal 0.32s ease both;
  }

  .mega-nav-item:hover .mega-column > a:nth-of-type(2),
  .mega-nav-item:focus-within .mega-column > a:nth-of-type(2),
  .mega-nav-item.desktop-mega-open .mega-column > a:nth-of-type(2) {
    animation-delay: 0.04s;
  }

  .mega-nav-item:hover .mega-column > a:nth-of-type(3),
  .mega-nav-item:focus-within .mega-column > a:nth-of-type(3),
  .mega-nav-item.desktop-mega-open .mega-column > a:nth-of-type(3) {
    animation-delay: 0.08s;
  }

  .mega-nav-item:hover .mega-column > a:nth-of-type(n + 4),
  .mega-nav-item:focus-within .mega-column > a:nth-of-type(n + 4),
  .mega-nav-item.desktop-mega-open .mega-column > a:nth-of-type(n + 4) {
    animation-delay: 0.12s;
  }
}

@keyframes navMegaReveal {
  from {
    opacity: 0;
    transform: translateY(-12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes navSubmenuReveal {
  from {
    opacity: 0;
    transform: translateY(-8px) scaleY(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes navItemReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-inner,
  .mega-column > a,
  .site-header-v2 .dropdown-menu {
    animation: none !important;
  }
}

.mega-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/buddha.png") right bottom / auto 100% no-repeat;
  opacity: 0.68;
  filter: sepia(0.34) saturate(0.9);
  pointer-events: none;
}

.mega-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    #fff3df 0%,
    rgba(255, 243, 223, 0.98) 32%,
    rgba(255, 243, 223, 0.78) 54%,
    rgba(255, 243, 223, 0.34) 76%,
    rgba(255, 243, 223, 0) 100%
  );
  pointer-events: none;
}

.mega-copy,
.mega-columns,
.mega-stats {
  position: relative;
  z-index: 2;
}

.mega-copy {
  max-width: 560px;
  text-align: center;
  margin-bottom: 36px;
}

.mega-copy h2 {
  color: #0f2244;
  font-size: 30px;
}

.mega-copy p {
  color: #26364d;
  font-size: 16px;
  line-height: 1.6;
}

.mega-ornament {
  position: relative;
  width: 240px;
  height: 22px;
  margin: 16px auto 20px;
}

.mega-ornament::before,
.mega-ornament::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 92px;
  height: 1px;
  background: var(--gold);
}

.mega-ornament::before {
  left: 0;
}
.mega-ornament::after {
  right: 0;
}

.mega-ornament span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border: 1px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  rotate: -45deg;
}

.mega-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 980px;
}

.mega-column {
  min-height: 315px;
  padding: 0 30px;
  border-right: 1px solid rgba(173, 114, 0, 0.18);
}

.mega-column:first-child {
  padding-left: 0;
}

.mega-column:last-child {
  border-right: 0;
}

.mega-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #d9950a, #a96a00);
  font-size: 24px;
  margin-bottom: 12px;
}

.mega-column h3 {
  display: inline-block;
  color: #a46600;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 16px 12px;
}

.mega-column > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #13223b;
  font-size: 15px;
  padding: 7px 10px;
  border-bottom: 2px solid rgba(201, 130, 0, 0.28);
  border-radius: 5px;
  background: transparent;
  transition: color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.mega-column > a:last-of-type {
  border-bottom-color: transparent;
}

.mega-column > a:hover,
.mega-column > a:focus-visible {
  color: var(--gold-dark);
  background: transparent;
  transform: translateX(5px);
  outline: none;
}

.mega-column > a .bi-chevron-right {
  display: none;
}

.mega-column blockquote,
.mega-commitment {
  margin-top: 22px;
  padding: 20px 22px;
  border-radius: 8px;
  background: rgba(255, 249, 239, 0.9);
  color: #26364d;
}

.mega-column blockquote {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.55;
}

.mega-column blockquote span {
  display: block;
  color: var(--gold-dark);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  margin-top: 12px;
  text-align: center;
}

.mega-commitment {
  border: 1px solid rgba(173, 114, 0, 0.22);
}

.mega-commitment i {
  color: var(--gold);
  font-size: 28px;
}

.mega-commitment strong {
  color: #a46600;
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}

.mega-commitment p {
  color: #26364d;
  font-size: 14px;
  line-height: 1.55;
  margin: 12px 0;
}

.mega-commitment a {
  color: var(--gold-dark);
  font-weight: 800;
  text-transform: uppercase;
}

.mega-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 20px 0;
  border: 1px solid rgba(173, 114, 0, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.94);
}

.mega-stats div {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 0 28px;
  border-right: 1px solid rgba(173, 114, 0, 0.22);
}

.mega-stats div:last-child {
  border-right: 0;
}

.mega-stats i {
  grid-row: span 2;
  color: var(--gold);
  font-size: 34px;
}

.mega-stats strong {
  color: #8f5700;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}

.mega-stats span {
  color: #27354a;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header-v2 .navbar {
    min-height: 88px;
  }

  .site-header-v2 .brand-seal {
    width: 54px;
    height: 54px;
  }

  .site-header-v2 .brand-title {
    font-size: 18px;
  }

  .header1-mega-menu {
    position: static;
    width: 100%;
    transform: none;
    padding-top: 0;
  }

  .site-header-v2 .nav-link.active::after {
    display: none;
  }

  .site-header-v2 .nav-link.dropdown-toggle::after {
    display: inline-block;
  }

  .mega-nav-item.mobile-mega-open > .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
  }

  .mega-nav-item:hover .header1-mega-menu,
  .mega-nav-item:focus-within .header1-mega-menu,
  .mega-nav-item .header1-mega-menu {
    display: none;
  }

  .mega-nav-item.mobile-mega-open .header1-mega-menu {
    display: block;
  }

  .mega-inner {
    padding: 24px;
    box-shadow: none;
    background: #fffaf4;
  }

  .mega-inner::before,
  .mega-inner::after,
  .mega-icon,
  .mega-column blockquote,
  .mega-commitment,
  .mega-stats {
    display: none;
  }

  .mega-columns {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .mega-column {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(173, 114, 0, 0.18);
    padding: 20px 0;
  }

  .mega-column:last-child {
    border-bottom: 0;
  }

  .mega-column h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
  }

  .mega-column > a,
  .site-header-v2 .dropdown-item {
    font-size: 15px;
  }
}

.map-card {
  min-height: 250px;
  border-radius: 8px;
  background: url("../img/map.svg") center / cover no-repeat;
}

.mission-strip {
  padding: 34px 0;
  background:
    radial-gradient(
      circle at 0 50%,
      rgba(255, 255, 255, 0.25),
      transparent 240px
    ),
    linear-gradient(135deg, #eca620, #c77c00);
  color: #fff;
}

.mission-strip h2 {
  font-size: 31px;
  margin: 0;
}

.mission-strip .eyebrow {
  color: #fff4d7;
}

.mission-action {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 86px;
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
}

.mission-action i {
  color: var(--gold);
  font-size: 34px;
}

.mission-action strong,
.mission-action small {
  display: block;
}

.mission-action small {
  color: var(--muted);
}

.site-footer {
  color: #f8e9d9;
  padding: 50px 0 18px;
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(214, 143, 19, 0.16),
      transparent 280px
    ),
    linear-gradient(135deg, #2b0907, #4b140e 58%, #2a0806);
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #eda91e, #bd7000);
  box-shadow: 0 12px 28px rgba(79, 37, 5, 0.3);
  cursor: pointer;
  isolation: isolate;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(0.9);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.floating-socials {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1070;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transform: translateY(-50%);
}

.floating-social {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-left: 0;
  border-radius: 0 11px 11px 0;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 5px 14px rgba(25, 15, 9, 0.2);
  transition: width 0.25s ease, transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.floating-social:hover,
.floating-social:focus-visible {
  width: 52px;
  color: #fff;
  filter: brightness(1.08);
  box-shadow: 0 8px 18px rgba(25, 15, 9, 0.3);
  transform: translateX(2px);
  outline: none;
}

.floating-social-instagram {
  background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045);
}

.floating-social-facebook {
  background: #1877f2;
}

.floating-social-telegram {
  background: #229ed9;
}

.floating-social-youtube {
  background: #ff0000;
}

.floating-social-whatsapp {
  background: #25d366;
}

.floating-social-x {
  background: #111;
}

.floating-language-translator {
  position: fixed;
  z-index: 1071;
  left: 0;
  top: calc(50% + 168px);
}

.floating-language-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-left: 0;
  border-radius: 0 11px 11px 0;
  background: linear-gradient(135deg, #6a3d12, #bc7d14);
  color: #fff;
  font-size: 21px;
  box-shadow: 0 5px 14px rgba(25, 15, 9, 0.2);
  transition: width 0.25s ease, transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.floating-language-toggle:hover,
.floating-language-toggle:focus-visible,
.floating-language-toggle[aria-expanded="true"] {
  width: 52px;
  filter: brightness(1.1);
  box-shadow: 0 8px 18px rgba(25, 15, 9, 0.3);
  outline: none;
}

.language-translator-panel {
  position: absolute;
  top: -4px;
  left: 54px;
  width: 216px;
  padding: 16px;
  border: 1px solid #dfbd88;
  border-radius: 0 12px 12px 12px;
  background: #fffaf1;
  box-shadow: 0 13px 28px rgba(53, 30, 8, 0.22);
}

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

.language-translator-title {
  display: block;
  margin-bottom: 9px;
  color: #532a0d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.language-translator-select {
  width: 100%;
  min-height: 38px;
  padding: 7px 30px 7px 10px;
  border: 1px solid #c99b58;
  border-radius: 6px;
  background: #fff;
  color: #2b1009;
  font-size: 14px;
  cursor: pointer;
}

.language-translator-select:focus-visible {
  outline: 3px solid rgba(210, 145, 25, 0.28);
  outline-offset: 2px;
}

.language-translator-panel small {
  display: block;
  margin-top: 9px;
  color: #775f48;
  font-size: 12px;
}

#google_translate_element {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* The default Google Translate banner pushes the document below the header.
   Translation is controlled by the dedicated sidebar selector instead. */
iframe.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
  display: none !important;
}

html:has(.goog-te-banner-frame),
body:has(.goog-te-banner-frame) {
  top: 0 !important;
  margin-top: 0 !important;
}

.scroll-to-top-arrows {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  filter: drop-shadow(0 2px 2px rgba(91, 49, 0, 0.3));
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 17px 34px rgba(79, 37, 5, 0.4);
  outline: none;
}

.scroll-to-top:active {
  transform: translateY(-1px) scale(0.97);
}

.scroll-to-top-arrow {
  display: block;
  overflow: hidden;
  height: 10px;
  font-size: 17px;
  line-height: 10px;
  opacity: 0;
  transform: translateY(3px) scale(0.8);
}

.scroll-to-top-arrow:nth-child(3) {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-to-top-arrow:nth-child(2) {
  animation: scrollArrowTwo 1.8s ease-in-out infinite;
}

.scroll-to-top-arrow:nth-child(1) {
  animation: scrollArrowThree 1.8s ease-in-out infinite;
}

@keyframes scrollArrowTwo {
  0%, 18%, 100% {
    opacity: 0;
    transform: translateY(3px) scale(0.8);
  }
  30%, 84% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes scrollArrowThree {
  0%, 42%, 100% {
    opacity: 0;
    transform: translateY(3px) scale(0.8);
  }
  54%, 84% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  94% {
    opacity: 0;
    transform: translateY(-2px) scale(0.88);
  }
}

@media (max-width: 575.98px) {
  .floating-socials {
    gap: 2px;
  }

  .floating-social {
    width: 36px;
    height: 36px;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
  }

  .floating-social:hover,
  .floating-social:focus-visible {
    width: 42px;
  }

  .floating-language-translator {
    top: calc(50% + 130px);
  }

  .floating-language-toggle {
    width: 36px;
    height: 36px;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
  }

  .floating-language-toggle:hover,
  .floating-language-toggle:focus-visible,
  .floating-language-toggle[aria-expanded="true"] {
    width: 42px;
  }

  .language-translator-panel {
    top: -2px;
    left: 42px;
    width: 202px;
    padding: 14px;
  }

  .scroll-to-top {
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top,
  .scroll-to-top-arrow {
    animation: none;
    transition: none;
  }

  .scroll-to-top-arrow {
    opacity: 1;
  }
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 20px;
}

.footer-brand .brand-seal {
  width: 52px;
  height: 52px;
  font-size: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer h3 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.site-footer p,
.site-footer a {
  color: #f0d9c2;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer a:hover {
  color: #fff;
}

.footer-link-list > a {
  position: relative;
  width: fit-content;
  padding: 1px 0;
  transition: color 0.28s ease, transform 0.28s ease, text-shadow 0.28s ease;
}

.footer-link-list > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background: linear-gradient(90deg, #f3a500, #ffd47b);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.footer-link-list > a:hover,
.footer-link-list > a:focus-visible {
  color: #ffd47b;
  text-shadow: 0 0 14px rgba(243, 165, 0, 0.3);
  transform: translateX(7px);
  outline: none;
}

.footer-link-list > a:hover::after,
.footer-link-list > a:focus-visible::after {
  transform: scaleX(1);
}

.socials {
  display: flex;
  gap: 10px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

.socials a:hover,
.socials a:focus-visible {
  color: #3b100c;
  background: #f6b319;
  border-color: #f6b319;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  transform: translateY(-4px) rotate(-5deg);
  outline: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d3bda7;
  font-size: 13px;
}

.footer-bottom a {
  display: inline-block;
  font-size: 13px;
  background-image: linear-gradient(#f3a500, #f3a500);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color 0.25s ease, background-size 0.3s ease, transform 0.25s ease;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: #ffd47b;
  background-size: 100% 1px;
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 82px;
  }
  .navbar {
    min-height: 82px;
  }
  .brand-seal {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .brand-title {
    font-size: 16px;
  }
  .hero,
  .inner-hero,
  .hq-hero {
    min-height: 560px;
  }
  .home-hero-track,
  .home-hero-slide {
    min-height: 560px;
  }
  .home-hero-slider {
    aspect-ratio: auto;
  }
  .timeline {
    grid-template-columns: 1fr;
  }
  .timeline::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
  }
  .timeline-item {
    padding: 0 0 28px 50px;
    text-align: left;
  }
  .timeline-item::before {
    left: 0;
    top: 5px;
    transform: none;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .founder-timeline {
    grid-template-columns: 1fr;
  }
  .founder-timeline-item span {
    left: 0;
    transform: none;
  }
  .president-commitments article {
    border-right: 0;
  }
  .donation-trust-strip .col-lg-3 {
    border-right: 0 !important;
  }
  .amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .donation-stats article {
    border-right: 0;
  }
  .discourse-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .discourse-card {
    display: flex;
  }
  .discourse-thumb,
  .discourse-thumb iframe {
    min-height: 220px;
  }
  .discourse-body {
    padding: 18px;
  }
  .meditation-benefits {
    grid-template-columns: 1fr;
  }
  .meditation-program-overview {
    grid-template-columns: 1fr;
  }
  .meditation-program-overview > img {
    min-height: 300px;
  }
  .meditation-program-overview > div {
    padding: 12px 6px 4px;
  }
  .meditation-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .meditation-gallery-grid img {
    height: 170px;
  }
  .meditation-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
  }
  .meditation-benefits article:last-child {
    border-bottom: 0;
  }
  .meditation-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .events-feature-card,
  .events-layout {
    grid-template-columns: 1fr;
  }
  .events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .events-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .events-filter-form {
    width: 100%;
  }
  .events-sidebar {
    position: static;
  }
  .events-list-card {
    grid-template-columns: 86px minmax(210px, 0.45fr) minmax(0, 1fr);
  }
  .event-detail-meta,
  .event-highlights-grid,
  .event-gallery {
    grid-template-columns: 1fr;
  }
  .schedule-table div {
    grid-template-columns: 1fr;
  }
  .schedule-table strong {
    border-right: 0;
    border-bottom: 1px solid #ecdcca;
  }
  .event-register-strip .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .education-institution-grid,
  .healthcare-facility-grid,
  .education-mission-card,
  .education-bottom-cta {
    grid-template-columns: 1fr;
  }
  .education-mission-card > div {
    padding: 0 24px;
  }
  .education-feature-grid,
  .education-activity-strip,
  .education-development-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .education-cta-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .education-cta-actions .btn {
    width: 100%;
  }
  .volunteer-purpose-grid,
  .volunteer-ways-grid {
    grid-template-columns: 1fr;
  }
  .volunteer-story-grid,
  .volunteer-join-panel {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .volunteer-contribution-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .volunteer-who {
    padding-right: 0;
    border-right: 0;
  }
  .volunteer-lotus,
  .volunteer-temple {
    display: none;
  }
  .medical-commitment {
    grid-template-columns: 1fr;
  }
  .welfare-service-grid,
  .welfare-impact-grid {
    grid-template-columns: 1fr;
  }
  .welfare-impact-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }
  .welfare-impact-grid article:last-child {
    border-bottom: 0;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .announcement-card {
    grid-template-columns: 1fr;
  }
  .announcement-newsletter .container,
  .newsletter-inline {
    align-items: stretch;
    flex-direction: column;
  }
  .newsletter-inline .form-control,
  .newsletter-inline .btn {
    border-radius: 8px;
  }
  .center-feature-strip,
  .centers-grid {
    grid-template-columns: 1fr;
  }
  .center-feature-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }
  .center-feature-strip article:last-child {
    border-bottom: 0;
  }
  .center-filter-row {
    flex-direction: column;
  }
  .publication-intro-row,
  .publication-benefits {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .publication-grid {
    grid-template-columns: 1fr;
  }
  .journal-magazine-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .journal-magazine-head {
    display: none;
  }
  .journal-magazine-row {
    grid-template-columns: 80px 210px minmax(0, 1fr);
    min-height: auto;
  }
  .journal-magazine-actions {
    grid-column: 3;
    justify-content: flex-start;
    border-top: 1px solid #ead5ad;
  }
  .journal-magazine-actions {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding: 16px 26px 22px;
  }
  .journal-action-ornament {
    display: none;
  }
  .journal-magazine-copy {
    padding: 28px;
  }
  .journal-magazine-photo img {
    width: 170px;
    height: 230px;
  }
  .publication-benefits article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
  }
  .publication-benefits article:last-child {
    border-bottom: 0;
  }
  .contact-info-strip {
    grid-template-columns: 1fr;
  }
  .contact-info-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
  }
  .contact-info-strip article:last-child {
    border-bottom: 0;
  }
  .past-president-row,
  .many-leaders-card {
    grid-template-columns: 48px 1fr;
  }
  .history-image {
    grid-column: 2;
  }
  .history-card {
    grid-column: 2;
  }
  .many-leaders-card .btn {
    grid-column: 2;
    justify-self: start;
  }
  .president-history::before {
    left: 24px;
  }
  .past-presidents-cta .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .section-pad {
    padding: 54px 0;
  }
  .events-hero {
    min-height: 300px;
  }
  .events-hero p {
    font-size: 16px;
  }
  .events-feature-card {
    gap: 18px;
    padding: 16px;
  }
  .events-feature-content {
    padding: 8px 2px 0;
  }
  .events-feature-visual,
  .events-feature-visual img {
    min-height: 250px;
  }
  .events-toolbar h2 {
    font-size: 29px;
  }
  .events-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .events-grid-image {
    height: 230px;
  }
  .events-grid-body {
    padding: 20px;
  }
  .events-grid-body h3 {
    font-size: 22px;
  }
  .events-filter-form {
    grid-template-columns: 1fr;
  }
  .events-list-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }
  .events-list-image,
  .events-list-body {
    grid-column: auto;
  }
  .events-list-date {
    width: 84px;
  }
  .events-list-image,
  .events-list-image img {
    min-height: 210px;
  }
  .events-card-foot {
    align-items: flex-start;
    flex-direction: column;
  }
  .events-side-card {
    padding: 20px;
  }
  .discourse-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .discourse-main.section-pad {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .hero,
  .inner-hero,
  .hq-hero {
    min-height: 520px;
  }
  .home-hero-track,
  .home-hero-slide {
    min-height: 520px;
  }
  .hero h1,
  .inner-hero h1,
  .hq-hero h1 {
    font-size: 42px;
  }
  .hero p {
    font-size: 16px;
  }
  .home-hero-control {
    top: auto;
    bottom: 24px;
    width: 38px;
    height: 38px;
    transform: none;
  }
  .home-hero-prev {
    left: 44px;
  }
  .home-hero-next {
    right: 18px;
  }
  .quote-card {
    padding: 34px 28px;
  }
  .quote-card blockquote {
    font-size: 24px;
  }
  .volunteer-hero {
    min-height: 260px;
  }
  .education-hero {
    min-height: 300px;
    background-position: center;
  }
  .education-hero-copy {
    max-width: 310px;
  }
  .education-hero h1 {
    font-size: 42px;
  }
  .education-hero .lead-script {
    font-size: 18px;
  }
  .education-intro h2,
  .education-section-title h2 {
    font-size: 25px;
  }
  .education-institutions-panel {
    padding: 12px;
  }
  .education-mission-card > img {
    height: 210px;
  }
  .education-mission-card {
    gap: 22px;
  }
  .education-mission-card blockquote {
    margin: 0 18px 18px;
  }
  .education-feature-grid,
  .education-activity-strip,
  .education-development-grid {
    grid-template-columns: 1fr;
  }
  .education-bottom-cta {
    padding: 24px 18px;
  }
  .education-activity-strip img {
    height: 150px;
  }
  .education-gallery-modal .modal-dialog {
    max-width: 94vw;
    margin: 10px auto;
  }
  .education-gallery-modal .modal-header {
    padding: 14px 16px;
  }
  .education-gallery-modal .modal-title {
    font-size: 18px;
  }
  .education-gallery-modal .modal-body {
    padding: 14px 44px;
  }
  .education-gallery-modal .carousel-inner {
    min-height: 360px;
  }
  .education-gallery-modal .carousel-item img {
    max-height: 360px;
  }
  .education-gallery-modal .carousel-control-prev,
  .education-gallery-modal .carousel-control-next {
    width: 42px;
  }
  .volunteer-breadcrumb .container {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .volunteer-page {
    padding-top: 34px;
  }
  .volunteer-intro h2,
  .volunteer-reasons h2,
  .volunteer-contribute-title h2 {
    font-size: 27px;
  }
  .volunteer-quote-card img {
    height: 230px;
  }
  .meditation-program-overview {
    margin-top: 26px;
    padding: 14px;
  }
  .meditation-program-overview > img {
    min-height: 230px;
  }
  .meditation-program-overview h2 {
    font-size: 28px;
  }
  .meditation-program-details p {
    grid-template-columns: 42px 1fr;
  }
  .meditation-program-details i {
    width: 42px;
    height: 42px;
  }
  .meditation-gallery-grid {
    grid-template-columns: 1fr;
  }
  .meditation-gallery-grid img {
    height: 220px;
  }
  .meditation-gallery-slider .carousel-control-prev {
    left: 4px;
  }
  .meditation-gallery-slider .carousel-control-next {
    right: 4px;
  }
  .volunteer-quote-card figcaption {
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .volunteer-quote-card p {
    grid-column: auto;
  }
  .volunteer-contribution-grid,
  .volunteer-step-row {
    grid-template-columns: 1fr;
  }
  .volunteer-step-row > div:not(:last-child)::after {
    content: "";
    top: auto;
    right: auto;
    left: 50%;
    bottom: -28px;
    width: 1px;
    height: 20px;
    background: #d8ae72;
  }
  .mission-action {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .events-filter-form {
    grid-template-columns: 1fr 1fr;
  }

  .events-list-card {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .events-list-image {
    grid-column: 2;
  }

  .events-list-body {
    grid-column: 1 / -1;
  }

  .home-notice-panel {
    grid-template-columns: 1fr;
  }

  .home-notice-feature {
    padding: 22px 18px;
  }

  .home-notice-feature h3 {
    font-size: 22px;
  }

  .home-blog-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .journal-magazine-section {
    padding: 52px 0 78px;
  }

  .center-gallery-section {
    padding: 54px 0 68px;
  }

  .center-gallery-slider {
    padding: 0;
  }

  .center-gallery-track { grid-template-columns: 1fr; }

  .center-gallery-slide {
    height: 320px;
  }

  .center-gallery-lightbox {
    padding: 66px 18px;
  }

  .center-gallery-lightbox-nav {
    width: 40px;
    height: 40px;
  }

  .center-gallery-lightbox-prev {
    left: 10px;
  }

  .center-gallery-lightbox-next {
    right: 10px;
  }

  .journal-magazine-table {
    display: grid;
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .journal-magazine-head {
    display: none;
  }

  .journal-magazine-row {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
    border: 1px solid #dec393;
    border-radius: 8px;
    background: #fffdf8;
  }

  .journal-magazine-row > div {
    border-right: 0;
    border-bottom: 1px solid #ead5ad;
  }

  .journal-magazine-row > div:last-child {
    border-bottom: 0;
  }

  .journal-magazine-serial {
    justify-content: flex-start;
    padding: 16px 20px 0;
    font-size: 22px;
  }

  .journal-magazine-photo {
    padding: 18px 20px 8px;
  }

  .journal-magazine-photo img {
    width: min(260px, 100%);
    height: 320px;
    object-fit: contain;
  }

  .journal-magazine-copy {
    align-items: flex-start;
    padding: 22px 20px;
  }

  .journal-magazine-copy h3 {
    font-size: 22px;
  }

  .journal-magazine-actions {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .journal-magazine-actions .btn {
    width: 100%;
  }

  .notice-section {
    padding: 52px 0 78px;
  }

  .notice-feature-card {
    grid-template-columns: 1fr;
    padding: 48px 22px 24px;
  }

  .notice-pdf-btn {
    justify-self: stretch;
  }

  .notice-table {
    display: grid;
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .notice-head {
    display: none;
  }

  .notice-row {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
    border: 1px solid #dec393;
    border-radius: 8px;
    background: #fffdf8;
  }

  .notice-row > div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid #ead5ad;
  }

  .notice-row > div:last-child {
    border-bottom: 0;
  }

  .notice-actions .btn {
    width: 100%;
  }

  .name-seal-page {
    padding: 52px 0 78px;
  }

  .name-seal-panel,
  .seal-panel {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .name-seal-image img {
    height: 280px;
  }

  .name-seal-seal img {
    width: min(100%, 280px);
  }

  .name-seal-copy p {
    font-size: 15px;
  }

  .aims-page {
    padding: 52px 0 78px;
  }

  .aims-intro blockquote {
    padding: 18px 18px 18px 42px;
    font-size: 16px;
  }

  .aims-intro {
    padding: 22px 18px;
  }

  .aims-intro p {
    text-align: left;
  }

  .aims-objectives-panel {
    padding: 20px;
  }

  .aims-section-title {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .aims-section-title span {
    display: none;
  }

  .aims-side-card img {
    height: 240px;
  }

  .aims-list {
    grid-template-columns: 1fr;
  }

  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-blog-image-link {
    aspect-ratio: 16 / 9;
  }

  .blog-card-meta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-category-badge {
    max-width: 100%;
  }

  .blog-detail-hero {
    min-height: 360px;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

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

  .blogs-featured-card > div {
    padding: 0 12px 12px;
  }

  .blogs-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .blogs-filter {
    justify-content: flex-start;
  }

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

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

  .blog-sidebar-card {
    position: static;
  }

  .blog-detail-image {
    aspect-ratio: 16 / 10;
  }

  .blog-detail-content {
    padding: 26px 22px 30px;
  }

  .blog-body-gallery > div {
    grid-template-columns: 1fr;
  }

  .blogs-grid {
    grid-template-columns: 1fr;
  }

  .blogs-card-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-documentary-section {
    padding: 48px 0;
  }

  .documentary-slider {
    padding: 0 42px;
  }

  .documentary-slide {
    flex-basis: 100%;
  }

  .documentary-control {
    width: 36px;
    height: 36px;
  }

  .about-mvv-item {
    align-items: center;
    gap: 18px;
  }

  .hq-redesign-hero {
    min-height: 300px;
    background:
      linear-gradient(
        90deg,
        rgba(255, 248, 239, 0.98),
        rgba(255, 248, 239, 0.8)
      ),
      url("../../images/center/center.jpg") center / cover no-repeat;
  }

  .hq-section {
    padding: 42px 0;
  }

  .hq-closing-quote .container {
    gap: 20px;
  }

  .hq-lotus {
    font-size: 34px;
  }
}

@media (max-width: 1199.98px) {
  .global-meditation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .news-coverage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activities-slide {
    flex-basis: calc((100% - 30px) / 2);
  }

  .home-centers-slide {
    flex-basis: calc((100% - 90px) / 4);
  }
}

@media (max-width: 991.98px) {
  .global-meditation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activities-layout {
    grid-template-columns: 1fr;
  }

  .activities-slider {
    padding: 0 48px;
  }

  .activities-slide {
    flex-basis: calc((100% - 60px) / 3);
  }

  .home-centers-slider {
    padding: 0 48px;
  }

  .home-centers-slide {
    flex-basis: calc((100% - 60px) / 3);
  }
}

@media (max-width: 767.98px) {
  .activities-slider {
    padding: 0 42px;
  }

  .activities-slide {
    flex-basis: calc((100% - 30px) / 2);
  }

  .activities-control {
    width: 36px;
    height: 36px;
  }

  .home-centers-slider {
    padding: 0 42px;
  }

  .home-centers-slide {
    flex-basis: calc((100% - 30px) / 2);
  }

  .home-centers-control {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 575.98px) {
  .global-meditation-grid {
    grid-template-columns: 1fr;
  }

  .global-meditation-card img {
    height: 220px;
  }

  .news-coverage-grid {
    grid-template-columns: 1fr;
  }

  .activities-slider {
    padding: 0;
  }

  .activities-viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .activities-viewport::-webkit-scrollbar {
    display: none;
  }

  .activities-control {
    top: auto;
    bottom: -56px;
    transform: none;
  }

  .activities-slide {
    flex-basis: 100%;
  }

  .activities-prev {
    left: calc(50% - 48px);
  }

  .activities-next {
    right: calc(50% - 48px);
  }

  .activities-showcase {
    padding-bottom: 92px;
  }

  .home-centers-slider {
    padding: 0;
  }

  .home-centers-viewport {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-centers-viewport::-webkit-scrollbar {
    display: none;
  }

  .home-centers-slide {
    flex-basis: 100%;
  }

  .home-centers-control {
    top: auto;
    bottom: -56px;
    transform: none;
  }

  .home-centers-prev {
    left: calc(50% - 48px);
  }

  .home-centers-next {
    right: calc(50% - 48px);
  }

  .home-centers-section .text-center.mt-4 {
    margin-top: 78px !important;
  }
}
.center-activity-photos.is-single {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.center-activity-photos.is-single .center-activity-photo:first-child {
  grid-column: 1;
  grid-row: 1;
}

/* Yoga Class gallery */
.yoga-gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin:42px 0; }
.yoga-gallery-grid img { width:100%; height:220px; object-fit:cover; border-radius:10px; }
@media (max-width: 991px) { .yoga-gallery-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width: 575px) { .yoga-gallery-grid { grid-template-columns:1fr; } }

/* Mobile filter controls: keep category buttons within the viewport. */
@media (max-width: 575.98px) {
  .gallery-filter,
  .events-category-filter { flex-wrap: wrap; gap: 8px; overflow: visible; }
  .gallery-filter button { max-width: 100%; padding: 10px 12px; font-size: 13px; }
  .gallery-filter-more .dropdown-menu { max-width: calc(100vw - 32px); }
}

/* Phone navigation and typography */
@media (max-width: 575.98px) {
  .site-header-v2 .navbar-nav > .nav-item > .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .site-header-v2 .nav-link.dropdown-toggle::after {
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-width: 0 1.5px 1.5px 0;
    border-style: solid;
    border-color: currentColor;
    transform: rotate(45deg) translateY(-2px);
  }

  .site-header-v2 .nav-item.mobile-dropdown-open > .nav-link.dropdown-toggle::after,
  .site-header-v2 .mega-nav-item.mobile-mega-open > .nav-link.dropdown-toggle::after {
    transform: rotate(-135deg) translate(-2px, -2px);
  }

  main .hero h1,
  main .inner-hero h1,
  main .hq-hero h1,
  main .standard-breadcrumb-hero h1,
  main [class*="-hero"] h1 {
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.12;
  }

  main p,
  main li { font-size: 16px; line-height: 1.55; }
}



