:root {
  --apel-purple: #2b275c;
  --apel-purple-2: #413c8f;
  --apel-pink: #ce007f;
  --apel-teal: #00737e;
  --apel-teal-2: #055e67;
  --apel-green: #8acaae;
  --apel-grey: #f2f2f2;
  --apel-pink-2: #f0b2d8;
  --apel-pink-3: #f7d8eb;
  --light-blue: #e5f1f2;
  --apel-orange: #ee7203;
  --apel-orange-2: #f8c698;
  --apel-yellow-1: #ffe2a6;
  --apel-yellow-2: #fff7e7;
  --white: #fff;
  --muted: #68667c;
  --border: rgba(43, 39, 92, 0.1);
  --shadow: 0 18px 50px rgba(43, 39, 92, 0.1);

  --green1: #5bb75b;
  --green2: #439843;
  --green3: #01440c;
  --blue1: #1db3af;
  --blue2: #168784;
  --blue3: #168784;
  --red1: #ba1e04;
  --red2: #b24e14;
  --light1: #eee;
  --dark1: #323134;
  --dark2: #555;

  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Vazirmatn, Courier New, monospace;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
body {
  margin: 0;
  color: var(--apel-purple);
  font-family: "Inter", sans-serif;
  line-height: 1.65;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.navbar,
.btn,
.eyebrow,
.brand-title {
  font-family: "Bricolage Grotesque", sans-serif;
}
h1,
h2,
h3 {
  font-weight: 800;
  line-height: 1.12;
}
h2 {
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  letter-spacing: -0.04em;
  margin: 0.65rem 0 1.2rem;
}
h2 span,
h1 span {
  color: var(--apel-pink);
}
a {
  text-decoration: none;
  color: inherit;
}
.section {
  padding: 105px 0;
}
.section-grey {
  background: var(--apel-grey);
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.17em;
  font-weight: 800;
  color: var(--apel-pink);
}
.eyebrow.teal {
  color: var(--apel-teal);
}
.eyebrow.light {
  color: var(--apel-pink-2);
}
.lead-muted {
  color: var(--muted);
  font-size: 1.12rem;
}
.lead-muted a {
  font-weight: bold;
}
.lead-muted a:hover {
  text-decoration: underline;
}
.btn {
  border-radius: 999px;
  font-weight: 700;
  transition: 0.25s;
}
.btn-apel {
  background: var(--apel-pink);
  border: 2px solid var(--apel-pink);
  color: #fff;
}
.btn-apel:hover {
  background: var(--apel-purple);
  border-color: var(--apel-purple);
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline-apel {
  border: 2px solid rgba(43, 39, 92, 0.28);
  color: var(--apel-purple);
}
.btn-outline-apel:hover {
  background: var(--apel-purple);
  color: #fff;
}
.btn-white {
  background: #fff;
  color: var(--apel-purple);
  border: 2px solid #fff;
}
.btn-white:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}

/* navbar */
#mainNav {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(15px);
  transition: 0.25s;
  z-index: 1000;
}
#mainNav.scrolled {
  padding: 8px 0;
  box-shadow: 0 8px 30px rgba(43, 39, 92, 0.08);
}
.brand-logo {
  width: 48px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--apel-pink);
  color: #fff;
  border-radius: 9px 18px 9px 18px;
  font: 800 0.78rem "Bricolage Grotesque";
}
.brand-title {
  font-weight: 700;
  font-size: 0.9rem;
}
.nav-link {
  font: 600 0.78rem "Bricolage Grotesque";
  padding: 10px 12px !important;
  color: var(--apel-purple) !important;
}
.nav-link:hover,
.nav-link.active {
  color: var(--apel-pink) !important;
}

/* hero */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      circle at 85% 20%,
      rgba(240, 178, 216, 0.48),
      transparent 27%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(138, 202, 174, 0.3),
      transparent 27%
    ),
    #fff;
}
.hero-dots {
  position: absolute;
  width: 280px;
  height: 280px;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-image: radial-gradient(var(--apel-teal) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.hero h1 {
  font-size: clamp(3rem, 6.3vw, 5.8rem);
  letter-spacing: -0.055em;
}
.hero-text {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.18rem;
}
.hero-stats {
  display: flex;
  gap: 35px;
}
.hero-stats div {
  display: flex;
  flex-direction: column;
}
.hero-stats strong {
  font: 800 1.3rem "Bricolage Grotesque";
  color: var(--apel-pink);
}
.hero-stats span {
  font-size: 0.72rem;
  color: var(--muted);
}
.hero-visual {
  height: 500px;
  position: relative;
}
.blob {
  position: absolute;
  border-radius: 50%;
}
.blob-pink {
  width: 230px;
  height: 230px;
  right: 5px;
  top: 15px;
  background: var(--apel-pink);
}
.blob-green {
  width: 230px;
  height: 230px;
  left: 0;
  bottom: 15px;
  background: var(--apel-green);
}
.blob-teal {
  width: 90px;
  height: 90px;
  left: 35px;
  top: 80px;
  background: var(--apel-teal);
}
.hero-panel {
  position: absolute;
  width: 320px;
  height: 370px;
  left: 70px;
  top: 65px;
  padding: 25px;
  color: #fff;
  background: var(--apel-purple);
  border-radius: 28px 65px 28px 65px;
  box-shadow: 0 30px 70px rgba(43, 39, 92, 0.25);
  transform: rotate(3deg);
}
.panel-top {
  display: flex;
  gap: 7px;
}
.dot {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
}
.panel-icon {
  width: 65px;
  height: 65px;
  margin: 65px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--apel-green);
  color: var(--apel-purple);
  border-radius: 20px;
  font-size: 1.6rem;
}
.panel-kicker {
  font: 700 0.65rem "Bricolage Grotesque";
  letter-spacing: 0.16em;
  color: var(--apel-pink-2);
  margin: 0;
}
.hero-panel h2 {
  font-size: 2rem;
  margin: 0.5rem 0;
  color: #fff;
}
.hero-panel h2 span {
  color: var(--apel-green);
}
.panel-line {
  width: 60px;
  height: 4px;
  background: var(--apel-pink);
  margin: 25px 0;
}
.hero-panel > p:last-child {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
}

/* presentation */
.mission-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 15px;
}
.mission {
  min-height: 190px;
  padding: 27px;
  border-radius: 22px;
  transition: 0.25s;
}
.mission:hover {
  transform: translateY(-5px);
}
.mission-large {
  grid-row: span 2;
  min-height: 395px;
}
.mission i {
  font-size: 1.6rem;
  margin-bottom: 35px;
  display: block;
}
.mission h3 {
  font-size: 1.1rem;
}
.mission p {
  font-size: 0.87rem;
  /*color: rgba(43, 39, 92, 0.68);*/
  color: var(--apel-purple);
}
.mission li {
  color: var(--apel-purple-2);
}
.pink-bg {
  background: var(--apel-pink-2);
}
.lightpink-bg {
  background: var(--apel-pink-3);
}
.teal-bg {
  background: #d8edef;
}
.green-bg {
  background: var(--apel-green);
}
.purple-bg {
  background: #dedcf0;
}
.orange-bg {
  background: var(--apel-yellow-1);
}
.yellow-bg {
  background: var(--apel-yellow-2);
}
.blue-bg {
  background: var(--light-blue);
}
.arrow-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--apel-pink);
  font: 700 0.82rem "Bricolage Grotesque";
  margin-top: 20px;
}
.arrow-link i {
  transition: 0.2s;
}
.arrow-link:hover i {
  transform: translateX(5px);
}

.feature-card .mission li {
  color: var(--apel-purple-2);
}

/* pastorale */
.pastorale {
  color: #fff;
  background: linear-gradient(135deg, var(--apel-purple), #403a78);
  background: radial-gradient(
      circle at 90% 10%,
      rgba(138, 202, 174, 0.28),
      transparent 25%
    ),
    linear-gradient(135deg, var(--apel-purple), #39336f);
}
.pastorale h2 span {
  color: var(--apel-green);
}
.light-muted {
  color: rgba(255, 255, 255, 0.68);
}
.pastorale-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.pastorale-list article {
  display: grid;
  grid-template-columns: 55px 1fr 25px;
  gap: 15px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.pastorale-list .number {
  font: 700 0.75rem "Bricolage Grotesque";
  color: var(--apel-pink-2);
}
.pastorale-list h3 {
  font-size: 1rem;
  margin: 0 0 5px;
}
.pastorale-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.84rem;
}
.pastorale-list > article > i {
  color: var(--apel-green);
}

/* cards */
.feature-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  box-shadow: 0 7px 25px rgba(43, 39, 92, 0.04);
  transition: 0.25s;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.feature-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  font-size: 1.35rem;
  margin-bottom: 25px;
}
.feature-icon.pink {
  background: var(--apel-pink-2);
  color: var(--apel-pink);
}
.feature-icon.teal {
  background: #d8edef;
  color: var(--apel-teal);
}
.feature-icon.green {
  background: var(--apel-green);
  color: var(--apel-purple);
}
.feature-icon.purple {
  background: var(--apel-purple-2);
  color: var(--white);
}
.card-label {
  float: right;
  font: 700 0.65rem var(--font-mono);
  color: var(--muted);
}
.feature-card h3 {
  font-size: 1.1rem;
}
.feature-card p,
.feature-card li {
  color: var(--muted);
  font-size: 0.88rem;
}
.feature-card a,
.news a {
  font: 700 0.78rem "Bricolage Grotesque";
  color: var(--apel-pink);
}

/* tools */
.tools {
  background: #fff;
  background: radial-gradient(
      circle at 80% 20%,
      rgba(240, 178, 216, 0.4),
      transparent 25%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(138, 202, 174, 0.3),
      transparent 30%
    ),
    var(--white);
}
.section-title {
  text-align: center;
  max-width: 780px;
  margin: auto;
}
.section-title p {
  color: var(--muted);
}
.tool {
  min-height: 155px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(43, 39, 92, 0.035);
  transition: 0.25s;
}
.tool:hover {
  background: var(--apel-purple);
  color: #fff;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}
.tool i {
  font-size: 1.55rem;
  color: var(--apel-pink);
  margin-bottom: 17px;
}
.tool:hover i {
  color: var(--apel-green);
}
.tool strong {
  font: 800 0.9rem "Bricolage Grotesque";
}
.tool small {
  font-size: 0.73rem;
  color: var(--muted);
  margin-top: 3px;
}
.tool:hover small {
  color: rgba(255, 255, 255, 0.6);
}

/* agenda */
.agenda-section {
  background: #fafafa;
}
.event-list {
  border-top: 1px solid var(--border);
}
.event {
  display: grid;
  grid-template-columns: 72px 1fr 20px;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}
.event-date {
  width: 62px;
  height: 62px;
  background: var(--apel-purple);
  color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-date strong {
  font: 800 1.35rem "Bricolage Grotesque";
  line-height: 1;
}
.event-date span {
  font: 700 0.6rem "Bricolage Grotesque";
  color: var(--apel-green);
  margin-top: 4px;
}
.event-type,
.news-body > span {
  font: 800 0.62rem "Bricolage Grotesque";
  letter-spacing: 0.1em;
  color: var(--apel-teal);
}
.event h3 {
  font-size: 1rem;
  margin: 4px 0;
}
.event p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}
.event > i {
  color: var(--apel-pink);
}

/* news */
.news {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
}
.news-cover {
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}
.news-body {
  padding: 27px;
}
.news-body h3 {
  font-size: 1.1rem;
  margin: 9px 0;
}
.news-body p {
  color: var(--muted);
  font-size: 0.86rem;
}

/* CTA */
.cta {
  padding: 0 0 105px;
  background: var(--apel-grey);
}
.cta-inner {
  position: relative;
  overflow: hidden;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background: var(--apel-pink);
  border-radius: 30px;
}
.cta-inner:after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -100px;
  bottom: -210px;
  border: 55px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.cta h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  margin: 0.6rem 0;
}
.cta h2 span {
  color: var(--apel-green);
}
.cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

/* contact */
.contact {
  background: #fff;
}
.contact-info {
  display: grid;
  gap: 20px;
  margin-top: 35px;
}
.contact-info > div {
  display: flex;
  gap: 15px;
  align-items: center;
}
.contact-info i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--apel-pink-2);
  color: var(--apel-pink);
  border-radius: 15px;
}
.contact-info small {
  display: block;
  font: 700 0.62rem "Bricolage Grotesque";
  letter-spacing: 0.1em;
  color: var(--muted);
}
.contact-info a,
.contact-info strong {
  font: 700 0.85rem "Bricolage Grotesque";
}
.contact-info a:hover {
  color: var(--apel-pink);
}
.contact-form {
  padding: 32px;
  background: var(--apel-grey);
  border-radius: 25px;
}
.contact-form label {
  display: block;
  margin-bottom: 6px;
  font: 700 0.72rem "Bricolage Grotesque";
}
.form-control,
.form-select {
  min-height: 49px;
  border-radius: 11px;
  border: 1px solid var(--border);
  color: var(--apel-purple);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--apel-pink);
  box-shadow: 0 0 0 0.2rem rgba(206, 0, 127, 0.12);
}
textarea.form-control {
  resize: vertical;
}
.form-check-label {
  font: 400 0.74rem "Nunito Sans" !important;
  color: var(--muted);
}

/* footer */
.footer {
  padding: 70px 0 25px;
  background: var(--apel-purple);
  color: #fff;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.footer-brand strong,
.footer-brand small {
  display: block;
}
.footer-brand strong {
  font: 700 0.9rem "Bricolage Grotesque";
}
.footer-brand small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
}
.footer p {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  margin-top: 20px;
}
.footer h3 {
  color: var(--apel-green);
  font-size: 0.72rem;
  margin-bottom: 18px;
}
.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  margin-bottom: 9px;
}
.footer a:hover {
  color: #fff;
}
.footer hr {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 45px 0 20px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
}
.footer-bottom div {
  display: flex;
  gap: 20px;
}
.footer-bottom a {
  display: inline;
}

/* utilities */
.top {
  position: fixed;
  z-index: 999;
  right: 22px;
  bottom: 22px;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  background: var(--apel-purple);
  color: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s;
}
.top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.top:hover {
  background: var(--apel-pink);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  #mainNav .navbar-collapse {
    margin-top: 10px;
    padding: 15px;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .hero .min-vh-100 {
    min-height: auto !important;
    padding-top: 145px !important;
    padding-bottom: 90px !important;
  }
  .section {
    padding: 75px 0;
  }
  .cta {
    padding-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  .hero h1 {
    font-size: 3rem;
  }
  .hero-stats {
    gap: 20px;
  }
  .mission-layout {
    grid-template-columns: 1fr;
  }
  .mission-large {
    grid-row: auto;
    min-height: 190px;
  }
  .event {
    grid-template-columns: 60px 1fr 15px;
    gap: 13px;
  }
  .event-date {
    width: 56px;
    height: 56px;
  }
  .cta-inner {
    padding: 38px 27px;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-form {
    padding: 24px 19px;
  }
  .footer-bottom,
  .footer-bottom div {
    flex-direction: column;
    gap: 7px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.mono {
  font-family: var(--font-mono);
}
