/** @format */

/* Inner stage shell + heading tokens live in style-v3.css (shared with Events / Contact). */

.aci-hero-stage-about-us .aci-hero-canvas-overlay {
  background:
    linear-gradient(
      to right,
      rgba(4, 10, 16, 0.76) 0%,
      rgba(4, 10, 16, 0.58) 26%,
      rgba(4, 10, 16, 0.28) 50%,
      transparent 70%
    ),
    linear-gradient(
      to bottom,
      rgba(2, 6, 10, 0.16) 0%,
      rgba(2, 6, 10, 0.46) 100%
    );
}

/* ================================
   INTRO SECTION — Two-column layout
================================ */
.aci-intro-section {
  background: var(--aci-soft);
}

.aci-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}

.aci-intro-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aci-intro-image {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow:
    0 20px 60px -24px rgba(15, 23, 42, 0.14),
    0 6px 18px -6px rgba(15, 23, 42, 0.07);
  object-fit: cover;
}

.aci-intro-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aci-intro-content .aci-eyebrow {
  align-self: flex-start;
}

.aci-intro-content .aci-title {
  margin-bottom: 0;
  font-size: 51.2px;
  line-height: 1.08;
}

.aci-about-content .aci-lead {
  margin-bottom: 0;
  font-size: 17.9px;
  color: #7a6e63;
  line-height: 1.68;
}

/* Floating badge on about image */
.about-us-page .aci-about-media {
  position: relative;
  overflow: inherit !important;
}

.about-us-page .aci-about-badge {
  position: absolute;
  right: -22px;
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  max-width: min(430px, calc(100% - 28px));
  white-space: normal;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px) saturate(145%);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  border: 1px solid rgba(201, 158, 106, 0.24);
  font-family: var(--font-en-body);
  font-size: 13.5px;
  font-weight: 700;
  color: #171411;
  letter-spacing: 0;
  line-height: 1.25;
  box-shadow:
    0 14px 34px -16px rgba(136, 115, 96, 0.35),
    0 28px 60px -28px rgba(136, 115, 96, 0.48);
  gap: 7px;
  z-index: 2;
}

.about-us-page .aci-about-badge [data-lucide] {
  width: 15px;
  height: 15px;
  color: var(--aci-gold);
  flex-shrink: 0;
}

.about-us-page .aci-about-badge span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
  .about-us-page .aci-about-badge {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 575.98px) {
  .about-us-page .aci-about-badge {
    left: 14px;
    right: 14px;
    width: auto;
    max-width: calc(100% - 28px);
    padding: 10px 14px;
    font-size: 12.5px;
    justify-content: center;
    text-align: center;
  }
}

.aci-intro-quote {
  font-family: var(--font-en-body);
  font-size: 17.6px;
  font-style: italic;
  line-height: 1.6;
  color: var(--aci-taupe);
  padding-left: 18px;
  border-left: 3px solid var(--aci-gold);
  margin: 16px 0;
  font-weight: 400;
}

.aci-intro-content .aci-btn-primary {
  max-width: 232px;
  box-shadow:
    0 14px 34px -12px #88736033,
    0 4px 10px -4px #88736033,
    inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

.aci-intro-content .aci-btn-primary:hover {
  box-shadow:
    0 20px 48px -16px #88736033,
    0 6px 16px -6px #88736033,
    inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.aci-intro-content .aci-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c99e6a;
  box-shadow: 0 0 0 3px #c99e6a38;
  flex-shrink: 0;
  animation: none;
}

.aci-about-mission {
  margin: 2.4rem 0;
}

/* ================================
   CULTURAL PILLARS — About page override
================================ */
.about-us-page .aci-pillars {
  background:
    radial-gradient(
      ellipse 980px 560px at 86% 6%,
      rgba(201, 158, 106, 0.09) 0%,
      rgba(201, 158, 106, 0) 62%
    ),
    rgba(247, 243, 236, 1) !important;
  border-top: none !important;
}

.about-us-page .aci-pillars-stage {
  background: transparent;
}

.about-us-page .aci-pillars .aci-pillar-card {
  background: rgba(255, 255, 255, 0.002);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(201, 158, 106, 0.22);
  box-shadow:
    0px 6px 18px -6px rgba(136, 115, 96, 0.13),
    0px 20px 60px -24px rgba(136, 115, 96, 0.3);
}

.aci-break-desktop {
  display: inline;
}

.about-us-page .aci-pillars .aci-pillar-text {
  text-align: left;
}

.about-us-page .aci-pillars .aci-eyebrow {
  background: rgba(255, 255, 255, 0.78);
  color: rgba(136, 115, 96, 1) !important;
}

.about-us-page .aci-pillars-header {
  max-width: 765px;
}

.about-us-page .aci-pillars .aci-eyebrow-dot {
  background: rgba(201, 158, 106, 1);
}

.about-us-page .aci-pillars .aci-section-title {
  color: rgba(23, 20, 17, 1);
}

.about-us-page .aci-pillars .aci-section-title em {
  color: rgba(201, 158, 106, 1);
}

.about-us-page .aci-pillars .aci-pillar-icon {
  background: linear-gradient(
    145deg,
    rgba(201, 158, 106, 0.22) 0%,
    rgba(201, 158, 106, 0.07) 100%
  );
  border-color: rgba(201, 158, 106, 0.28);
  border-top: 1px solid var(--color-orange-6028, rgba(201, 158, 106, 0.28));
  color: rgba(201, 158, 106, 1);
}

.about-us-page .aci-pillars .aci-pillar-title {
  color: rgba(23, 20, 17, 1);
}

.about-us-page .aci-pillars .aci-pillar-text {
  color: rgba(122, 110, 99, 1);
}

/* ================================
   OUR VALUES — section-specific override
================================ */
.about-us-page .aci-values {
  background:
    linear-gradient(
      0deg,
      var(--color-grey-97, #f4f6fa),
      var(--color-grey-97, #f4f6fa)
    ),
    radial-gradient(
      52.08% 69.78% at 90% 105%,
      rgba(216, 199, 174, 0.2) 0%,
      rgba(216, 199, 174, 0) 55%
    ) !important;
}

.about-us-page .aci-values .aci-pillars-lead {
  color: rgba(122, 110, 99, 1);
}

.about-us-page .aci-values .aci-pillar-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(136, 115, 96, 0.13);
  border-top: 1px solid var(--color-orange-4513, rgba(136, 115, 96, 0.13));
  box-shadow:
    0px 2px 6px -2px rgba(136, 115, 96, 0.07),
    0px 6px 20px -8px rgba(136, 115, 96, 0.16);
}

.aci-values .aci-pillar-icon {
  background: linear-gradient(
    145deg,
    rgba(201, 158, 106, 0.2) 0%,
    rgba(201, 158, 106, 0.06) 100%
  );
}

/* ================================
   OUR ROLE
================================ */
.aci-role {
  background:
    radial-gradient(
      52.08% 69.78% at 90% 105%,
      rgba(216, 199, 174, 0.2) 0%,
      rgba(216, 199, 174, 0) 55%
    ),
    rgba(247, 243, 236, 1);
}

.aci-role-intro .aci-eyebrow {
  background: rgba(255, 255, 255, 0.78);
  color: rgba(136, 115, 96, 1);
}

.aci-role-intro .aci-eyebrow-dot {
  background: rgba(201, 158, 106, 1);
}

.aci-role-intro .aci-section-title {
  /* max-width: 12ch; */
  color: rgba(23, 20, 17, 1);
  margin-bottom: 1.4rem;
}

.aci-role-intro .aci-section-title em {
  color: rgba(201, 158, 106, 1);
}

.aci-role-intro .aci-lead {
  color: rgba(122, 110, 99, 1);
  max-width: 43ch;
  margin: 0;
}

.aci-role-cards {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(136, 115, 96, 0.13);
  border-radius: 20px;
  box-shadow:
    0px 2px 6px -2px rgba(136, 115, 96, 0.07),
    0px 6px 20px -8px rgba(136, 115, 96, 0.16);
  overflow: hidden;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.aci-role-card-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 34px;
  align-items: start;
  padding: 35px 28px;
}

.aci-role-card-item + .aci-role-card-item {
  border-top: 1px solid rgba(136, 115, 96, 0.13);
}

.aci-role-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    145deg,
    rgba(201, 158, 106, 0.2) 0%,
    rgba(201, 158, 106, 0.06) 100%
  );
  border-top: 1px solid var(--color-orange-4513, rgba(136, 115, 96, 0.13));
  border: 1px solid rgba(201, 158, 106, 0.18);
  color: rgba(201, 158, 106, 1);
}

.aci-role-icon [data-lucide] {
  width: 18px;
  height: 18px;
}

.aci-role-card-copy h3 {
  margin: 0 0 3px;
  font-family: var(--font-en-body);
  font-size: 28px;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.35;
  font-weight: 700;
  color: rgba(23, 20, 17, 1);
}

.aci-role-card-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: rgba(122, 110, 99, 1);
}

.aci-role-stats {
  margin-top: clamp(40px, 8vw, 140px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  border: 1px solid rgba(136, 115, 96, 0.13);
  box-shadow:
    0px 2px 6px -2px rgba(136, 115, 96, 0.07),
    0px 6px 20px -8px rgba(136, 115, 96, 0.16);
  overflow: hidden;
}

.aci-role-stat-item {
  padding: 38px 16px;
  text-align: center;
}

.aci-role-stat-item + .aci-role-stat-item {
  border-left: 1px solid rgba(136, 115, 96, 0.12);
}

.aci-role-stat-item strong {
  display: block;
  font-family: var(--font-en-display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(23, 20, 17, 1);
}

.aci-role-stat-item span {
  display: block;
  margin-top: 8px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(163, 145, 128, 1);
}

/* ── 8. CTA Block ───────────────────────────────────────────────────────── */
.ep-cta {
  background:
    linear-gradient(
      0deg,
      var(--color-grey-97, #f4f6fa),
      var(--color-grey-97, #f4f6fa)
    ),
    radial-gradient(
      52.08% 88.62% at 80% -10%,
      rgba(216, 199, 174, 0.22) 0%,
      rgba(216, 199, 174, 0) 55%
    );
  padding-top: 100px;
}

.about-us-page .aci-page-section-surface > .ep-cta {
  background: transparent !important;
}

.ep-cta-card {
  position: relative;
  overflow: hidden;
  background: var(--aci-glass);
  border: 1px solid var(--aci-border-warm);
  border-top-left-radius: var(--radius-card-lg);
  border-top-right-radius: var(--radius-card-lg);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: var(--shadow-glass);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: clamp(48px, 8vw, 73px) clamp(24px, 5vw, 40px) clamp(44px, 7vw, 69px);
  box-sizing: border-box;
  transition:
    box-shadow 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ep-cta-card:hover {
  box-shadow: var(--shadow-card);
}

.ep-cta-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(120px, 36vw, 181px);
  height: auto;
  pointer-events: none;
  transform: translate(6%, -10%);
  opacity: 1;
}

.ep-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ep-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  width: max-content;
  max-width: 100%;
  min-height: 38.4px;
  padding: 8.5px 18px 8.9px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--aci-border-warm);
  background: var(--aci-glass-mid);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 1px rgba(255, 255, 255, 0.9),
    0 4px 16px -8px rgba(15, 23, 42, 0.08);
  font-family: var(--font-en-body);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--aci-taupe);
  margin-bottom: 16px;
}

.ep-cta-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--aci-gold);
  box-shadow: 0 0 0 3px rgba(201, 158, 106, 0.22);
}

.ep-cta-title {
  font-family: var(--font-en-display);
  font-size: clamp(1.75rem, 4vw, 2.8rem);
  font-weight: 400;
  color: var(--aci-text);
  line-height: 1.12;
  margin: 0 0 16px;
  max-width: 100%;
}
.ep-cta-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--aci-gold);
}

.ep-cta-desc {
  font-family: var(--font-en-body);
  font-size: 18px;
  font-weight: 400;
  color: var(--aci-muted);
  line-height: 1.55;
  max-width: 520px;
  margin: 0 0 32px;
}

.ep-cta-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Match .ep-featured-btn (“View Event Details”) */
.ep-cta-card .ep-cta-btn-contact.aci-btn-primary {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 0;
  height: auto;
  padding: 16px 48px;
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-en-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--aci-white);
  text-decoration: none;
  background: linear-gradient(
    175deg,
    #dbba88 0%,
    var(--aci-gold) 48%,
    #b7894e 100%
  );
  box-shadow:
    inset 0 1px 0 1px rgba(255, 255, 255, 0.38),
    0 4px 10px -4px rgba(201, 158, 106, 0.32),
    0 14px 34px -12px rgba(201, 158, 106, 0.65);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.ep-cta-card .ep-cta-btn-contact.aci-btn-primary [data-lucide] {
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
  color: var(--aci-white);
}

.ep-cta-card .ep-cta-btn-contact.aci-btn-primary:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  color: var(--aci-white);
}

.ep-cta-card .ep-cta-btn-programs.aci-btn-ghost {
  box-sizing: border-box;
  /* min-width: 178px; */
  height: 48px;
  padding: 15px 28px;
  border-radius: var(--radius-pill);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--aci-text);
  background: var(--aci-glass-mid);
  border: 1px solid var(--aci-border-warm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 1px rgba(255, 255, 255, 0.9),
    0 4px 14px -8px rgba(15, 23, 42, 0.08);
}

.ep-cta-card .ep-cta-btn-programs.aci-btn-ghost:hover {
  background: var(--aci-glass-strong);
  color: var(--aci-text);
  border-color: var(--aci-border-warm);
}

/* Tablet ≤991px — stack to single column, image above */
@media (max-width: 991.98px) {
  .aci-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aci-break-desktop {
    display: none;
  }

  .aci-role-cards {
    margin-top: 6px;
  }

  .aci-role-stats {
    margin-top: 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aci-role-stat-item:nth-child(3),
  .aci-role-stat-item:nth-child(4) {
    border-top: 1px solid rgba(136, 115, 96, 0.12);
  }

  .aci-role-stat-item:nth-child(3) {
    border-left: none;
  }

  .aci-intro-media {
    order: -1;
  }
}

/* Mobile ≤575px — tighter spacing */
@media (max-width: 575.98px) {
  .aci-intro-grid {
    gap: 28px;
  }

  .aci-intro-content {
    gap: 12px;
  }

  .aci-role-card-item {
    grid-template-columns: 34px 1fr;
    gap: 18px;
    padding: 16px;
  }

  .aci-role-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .aci-role-icon [data-lucide] {
    width: 16px;
    height: 16px;
  }

  .aci-role-stats {
    margin-top: 36px;
    grid-template-columns: 1fr;
  }

  .aci-role-stat-item + .aci-role-stat-item {
    border-left: none;
    border-top: 1px solid rgba(136, 115, 96, 0.12);
  }
}

/* Dynamic Grid sections rendered from the CMS on About pages. */
.aci-light-grid {
  padding: clamp(82px, 8vw, 128px) 0;
  background:
    radial-gradient(760px 420px at 50% 0%, rgba(201, 158, 106, 0.06), transparent 65%),
    #f4f7fb;
}

.aci-light-grid-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(56px, 7vw, 86px);
}

.aci-light-grid-header .aci-eyebrow {
  display: inline-flex;
  margin-inline: auto;
  margin-bottom: 24px;
}

.aci-light-grid-header .aci-section-title {
  color: var(--aci-text);
}

.aci-light-grid-header .aci-section-title em {
  color: var(--aci-gold);
  font-style: normal;
}

.aci-light-grid-header .aci-lead {
  color: var(--aci-muted);
  margin-inline: auto;
}

.aci-light-grid .row {
  row-gap: 32px;
}

.aci-light-grid-card {
  position: relative;
  min-height: 266px;
  padding: 44px 36px 38px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(136, 115, 96, 0.12);
  box-shadow:
    0 18px 54px -34px rgba(70, 58, 44, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.aci-light-grid-num {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(201, 158, 106, 0.55);
}

.aci-light-grid-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 22px;
  color: var(--aci-gold);
  background: rgba(201, 158, 106, 0.1);
  border: 1px solid rgba(201, 158, 106, 0.24);
}

.aci-light-grid-icon [data-lucide] {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}

.aci-light-grid-card h3 {
  margin: 0 0 16px;
  font-size: clamp(1.08rem, 1.4vw, 1.35rem);
  font-weight: 700;
  color: var(--aci-text);
}

.aci-light-grid-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
  color: var(--aci-taupe);
}

@media (max-width: 767.98px) {
  .aci-light-grid {
    padding: 64px 0;
  }

  .aci-light-grid-card {
    min-height: 0;
    padding: 34px 28px 32px;
  }
}
