.about-page-wrap {
  background:
    radial-gradient(circle at 8% 8%, rgba(220, 168, 58, 0.18), transparent 34%),
    radial-gradient(circle at 92% 28%, rgba(10, 44, 99, 0.1), transparent 40%),
    linear-gradient(to bottom, #f8fbff 0%, #eef3f9 100%);
}

.about-story-section {
  padding: 2.2rem 0 1.8rem;
}

.about-story-media {
  position: relative;
  min-height: 420px;
  border-radius: 34px 112px 28px 96px;
  overflow: hidden;
  border: 2px solid rgba(220, 168, 58, 0.55);
  box-shadow:
    0 22px 44px rgba(7, 33, 78, 0.16),
    0 0 0 8px rgba(255, 255, 255, 0.72);
  background-size: cover;
  background-position: center;
  transform: rotate(-1.15deg);
}

.about-story-media::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(5, 28, 66, 0.56) 0%, rgba(5, 28, 66, 0.14) 54%, rgba(220, 168, 58, 0.22) 100%);
}

.about-story-media::after {
  content: '';
  position: absolute;
  right: -22px;
  top: -22px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid rgba(220, 168, 58, 0.62);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4), rgba(220, 168, 58, 0.12));
  backdrop-filter: blur(1px);
}

.about-story-media-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  border-radius: 999px;
  background: rgba(7, 30, 70, 0.82);
  color: #f8fbff;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.44rem 0.86rem;
  border: 1px solid rgba(220, 168, 58, 0.55);
  box-shadow: 0 12px 24px rgba(5, 22, 53, 0.24);
}

.about-story-media-badge i {
  color: #dca83a;
}

.about-kicker {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 800;
}

.about-story-section h2 {
  margin: 0.42rem 0 0;
  color: #0a2c63;
  line-height: 1.07;
  font-size: clamp(1.7rem, 2.7vw, 2.45rem);
}

.about-story-title {
  position: relative;
  color: #0a2c63 !important;
  text-shadow: none;
}

.about-story-title::after {
  content: '';
  display: block;
  width: 78px;
  height: 3px;
  border-radius: 999px;
  margin-top: 0.7rem;
  background: linear-gradient(90deg, #dca83a 0%, rgba(220, 168, 58, 0.18) 100%);
}

.about-story-section p {
  margin: 0.8rem 0 0;
  line-height: 1.62;
}

.about-purpose-tabs-section {
  padding-top: 4rem;
}

.about-tabs-shell {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.about-essence-intro {
  margin: 0 0 3rem;
  text-align: center;
}

.about-essence-title {
  margin-top: 0.2rem !important;
}

.about-essence-intro .about-story-title::after {
  margin-left: 0;
}

.about-essence-subtitle {
  margin: 0.65rem 0 0;
  color: #526784;
  line-height: 1.62;
}

.about-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.1rem;
}

.about-tab-btn {
  cursor: pointer;
}

.about-tabs-nav .blog-category-filter-pill {
  border: 1px solid #f0d88a;
  background: #fff7de;
  color: #75580d;
  font-weight: 700;
}

.about-tabs-nav .blog-category-filter-pill:hover,
.about-tabs-nav .blog-category-filter-pill:focus-visible {
  color: #0b3b7e;
  border-color: #d9b867;
  background: #fff2cc;
}

.about-tabs-nav .blog-category-filter-pill.is-current {
  color: #0d2f65;
  border-color: #d0a239;
  background: linear-gradient(180deg, #f7db8f 0%, #e8be63 100%);
}

.about-tab-panel {
  display: none;
}

.about-tab-panel.is-active {
  display: block;
}

.about-tabs-content .about-tab-panel {
  min-height: 380px;
}

.about-tab-title {
  margin: 0;
  color: #0a2c63;
  font-size: clamp(1.4rem, 2.3vw, 2rem);
}

.about-tab-lead {
  margin: 0.75rem 0 0;
  color: #486083;
  line-height: 1.64;
  font-weight: 600;
}

.about-tab-copy {
  margin: 0.68rem 0 0;
  color: #5a6d8b;
  line-height: 1.62;
}

.about-tab-media {
  min-height: 360px;
  border-radius: 18px;
  border: 1px solid #d8e2f0;
  box-shadow: 0 12px 30px rgba(9, 38, 86, 0.1);
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.about-tab-media-mission {
  position: relative;
}

.about-tab-media-mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(5, 28, 66, 0.48) 0%, rgba(5, 28, 66, 0.18) 55%, rgba(220, 168, 58, 0.12) 100%);
}

.about-tab-media-vision {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(220, 168, 58, 0.18), transparent 34%),
    #f4f8ff;
  padding: 1rem;
}

.about-tab-media-vision img {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
}

.about-covenant-section {
  padding: 0.95rem 0 5.3rem;
  position: relative;
}

.about-covenant-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(220, 168, 58, 0.11), transparent 38%),
    radial-gradient(circle at 10% 78%, rgba(11, 51, 110, 0.08), transparent 38%);
  pointer-events: none;
}

.about-covenant-kicker {
  margin: 0;
  color: #8b6517;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-covenant-section h3 {
  margin: 0.5rem 0 0;
  color: #0a2c63;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  line-height: 1.12;
}

.about-covenant-lead {
  margin: 0.82rem 0 0;
  color: #4f6583;
  line-height: 1.68;
  max-width: 58ch;
}

.about-covenant-points {
  margin-top: 1rem;
  display: grid;
  gap: 0.52rem;
}

.about-covenant-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #173f73;
  font-weight: 600;
}

.about-covenant-points i {
  color: #dca83a;
}

.about-covenant-visual {
  position: relative;
  padding-top: 0.2rem;
}

.about-covenant-stage {
  position: relative;
  min-height: 470px;
  padding: 1.05rem 1.05rem 3.2rem;
  border: 1px solid #d9e4f2;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 18%, rgba(220, 168, 58, 0.12), transparent 44%),
    radial-gradient(circle at 12% 88%, rgba(9, 46, 104, 0.1), transparent 42%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(240, 246, 255, 0.9) 100%);
  box-shadow: 0 20px 44px rgba(9, 37, 82, 0.12);
}

.about-covenant-stage::before {
  content: '';
  position: absolute;
  inset: 0.6rem;
  border-radius: 22px;
  border: 1px dashed rgba(16, 60, 122, 0.2);
  pointer-events: none;
}

.about-covenant-photo {
  position: relative;
  width: 100%;
  min-height: 410px;
  margin: 0;
  border-radius: 22px 84px 22px 58px;
  border: 2px solid rgba(220, 168, 58, 0.54);
  overflow: hidden;
  background-size: cover;
  background-position: center 52%;
  background-blend-mode: normal;
  box-shadow:
    0 26px 40px rgba(7, 31, 73, 0.24),
    0 0 0 8px rgba(255, 255, 255, 0.58);
}

.about-covenant-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(142deg, rgba(5, 28, 66, 0.5) 0%, rgba(5, 28, 66, 0.14) 56%, rgba(220, 168, 58, 0.18) 100%);
}

.about-covenant-photo-alt {
  position: absolute;
  right: 0.65rem;
  bottom: 0.7rem;
  width: min(44%, 270px);
  margin: 0;
  border-radius: 14px;
  border: 1px solid #d4deec;
  background: rgba(255, 255, 255, 0.97);
  padding: 0.38rem;
  box-shadow: 0 16px 30px rgba(7, 31, 73, 0.2);
  transform: rotate(-2deg);
  z-index: 2;
  min-height: 186px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-covenant-flow {
  position: relative;
  margin-top: 1.22rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  border: 1px solid #d8e4f2;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 18%, rgba(220, 168, 58, 0.11), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 16px 30px rgba(10, 42, 93, 0.08);
}

.about-covenant-flow::before {
  content: none;
}

.about-covenant-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.72rem;
  align-items: start;
  padding: 0.25rem 0.1rem 0.15rem;
  border-radius: 14px;
  transition: transform 0.24s ease, background-color 0.24s ease;
}

.about-covenant-item:hover {
  transform: translateY(-3px);
  background-color: rgba(255, 255, 255, 0.82);
}

.about-covenant-item::before {
  content: '';
  position: absolute;
  left: -0.36rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(220, 168, 58, 0.68);
  transform: translateY(-50%);
}

.about-covenant-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6c980;
  background: radial-gradient(circle at 30% 20%, #f9e2a8 0%, #e0b24e 100%);
  color: #123a73;
  font-size: 0.78rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(8, 31, 72, 0.16);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.about-covenant-item h4 {
  margin: 0;
  color: #0a2c63;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
}

.about-covenant-item p {
  margin: 0.28rem 0 0;
  color: #526784;
  font-size: 0.91rem;
  line-height: 1.5;
}

.about-values-section {
  padding: 0.8rem 0 5.3rem;
}

.about-value-card {
  height: 100%;
  border: 1px solid #dbe4f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(9, 38, 86, 0.08);
  padding: 1rem 0.95rem;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(11, 45, 99, 0.14);
}

.value-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f7df9f 0%, #dca83a 100%);
  color: #0a2c63;
  font-size: 1.1rem;
}

.about-value-card h3 {
  margin: 0.68rem 0 0;
  color: #0a2c63;
  font-size: 1.06rem;
}

.about-value-card p {
  margin: 0.48rem 0 0;
  color: #5a6d8b;
  line-height: 1.53;
  font-size: 0.94rem;
}

@media (max-width: 991.98px) {
  .about-story-media {
    min-height: 320px;
    border-radius: 26px 70px 24px 62px;
    transform: none;
  }

  .about-tabs-content .about-tab-panel {
    min-height: 0;
  }

  .about-tabs-nav {
    gap: 0.65rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .about-tabs-nav::-webkit-scrollbar {
    display: none;
  }

  .about-tab-media {
    min-height: 270px;
  }

  .about-covenant-visual {
    padding-top: 0.05rem;
  }

  .about-covenant-stage {
    min-height: 0;
    padding: 0.82rem;
    border-radius: 22px;
  }

  .about-covenant-stage::before {
    inset: 0;
    border-radius: 18px;
  }

  .about-covenant-photo,
  .about-covenant-photo-alt {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    transform: none;
  }

  .about-covenant-photo {
    min-height: 222px;
    border-radius: 20px 54px 20px 44px;
  }

  .about-covenant-photo-alt {
    margin-top: 0.7rem;
    max-width: none;
    min-height: 170px;
  }

  .about-covenant-flow {
    grid-template-columns: 1fr;
    gap: 0.52rem;
    margin-top: 0.9rem;
    padding: 0.8rem;
    border-radius: 18px;
  }

  .about-covenant-item::before {
    content: none;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .about-covenant-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .about-story-section {
    padding: 1.55rem 0 1.2rem;
  }

  .about-story-media {
    min-height: 260px;
    border-radius: 22px 46px 20px 42px;
  }

  .about-purpose-tabs-section {
    padding-top: 2.4rem;
  }

  .about-tabs-nav .blog-category-filter-pill {
    font-size: 0.78rem;
    padding: 0.34rem 0.62rem;
  }

  .about-tab-media {
    min-height: 230px;
  }

  .about-covenant-section {
    padding: 0.7rem 0 3.4rem;
  }

  .about-covenant-flow {
    padding: 0.7rem;
    gap: 0.42rem;
  }

  .about-covenant-item {
    grid-template-columns: 36px 1fr;
    gap: 0.58rem;
  }

  .about-covenant-dot {
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
  }

  .about-covenant-item h4 {
    font-size: 0.94rem;
  }

  .about-covenant-item p {
    font-size: 0.86rem;
  }
}
