.elementor-221 .elementor-element.elementor-element-84968bc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-170ecf8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-8d0e269{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-bf13622{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-fc1c004{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-ea88222{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-efb8af6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-221 .elementor-element.elementor-element-5f6d06c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-774b44f *//* ======================================================
   COMMUNITY PAGE — GLOBAL FOUNDATION
====================================================== */

@import url(
  "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@400;500;600;700;800&display=swap"
);

:root {
  --community-midnight: #0d1423;
  --community-navy: #263552;
  --community-blue: #344361;
  --community-red: #c8203f;
  --community-deep-red: #9f1730;
  --community-coral: #f1877b;
  --community-peach: #ffb3a0;
  --community-white: #ffffff;
  --community-off-white: #f5f3f0;
  --community-grey: #a6adba;
  --community-dark-grey: #687180;

  --community-heading: "Inter Tight", sans-serif;
  --community-body: "Inter", sans-serif;
  --community-container: 1560px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--community-midnight);
  font-family: var(--community-body);
  background: var(--community-off-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.community-container {
  width: min(
    calc(100% - clamp(40px, 7vw, 120px)),
    var(--community-container)
  );
  margin-inline: auto;
}

/* ======================================================
   SECTION 01 — COMMUNITY HERO
====================================================== */

.community-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  color: var(--community-white);
  background:
    radial-gradient(
      circle at 84% 12%,
      rgba(200, 32, 63, 0.19),
      transparent 28%
    ),
    linear-gradient(
      130deg,
      #080e19 0%,
      var(--community-midnight) 55%,
      #172238 100%
    );
}

.community-hero::before {
  position: absolute;
  top: -380px;
  right: -350px;
  z-index: -2;
  width: 850px;
  height: 850px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 110px rgba(255, 179, 160, 0.014),
    0 0 0 220px rgba(255, 179, 160, 0.008);
}

.community-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(38px, 7vw, 120px);
  z-index: -1;
  width: 1px;
  content: "";
  pointer-events: none;
  background: rgba(255, 255, 255, 0.07);
}

.community-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    );
  background-size: 100px 100px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    transparent 95%
  );
}

.community-hero__glow {
  position: absolute;
  bottom: -250px;
  left: -200px;
  z-index: -2;
  width: 620px;
  height: 620px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(52, 67, 97, 0.6),
    transparent 70%
  );
}

/* Main layout */

.community-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(410px, 0.78fr) minmax(680px, 1.22fr);
  gap: clamp(50px, 8vw, 140px);
  align-items: center;
  min-height: 100svh;
  padding-top: clamp(70px, 8vw, 125px);
  padding-bottom: 175px;
}

/* Hero content */

.community-hero__content {
  position: relative;
  z-index: 5;
}

.community-hero__label {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: clamp(35px, 5vw, 60px);
  color: var(--community-peach);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-hero__label > span:first-child {
  color: rgba(255, 255, 255, 0.38);
}

.community-hero__label-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.community-hero__label strong {
  font-weight: 800;
}

.community-hero__content h1 {
  max-width: 780px;
  margin: 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(5rem, 8vw, 10rem);
  font-weight: 650;
  line-height: 0.79;
  letter-spacing: -0.085em;
}

.community-hero__content h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--community-coral),
    var(--community-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.community-hero__content > p {
  max-width: 510px;
  margin: clamp(35px, 5vw, 58px) 0 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(0.9rem, 1.05vw, 1.03rem);
  line-height: 1.8;
}

/* Role icons */

.community-hero__roles {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 48px);
  margin-top: clamp(45px, 6vw, 75px);
}

.community-role {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.community-role__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--community-peach);
}

.community-role__icon svg {
  width: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Image gallery */

.community-hero__gallery {
  position: relative;
  min-height: min(75vh, 770px);
}

.community-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      #101928
    );
}

.community-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
  transition:
    filter 0.65s ease,
    transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.community-photo:hover img {
  filter: saturate(1);
  transform: scale(1.035);
}

.community-photo__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.86),
      transparent 53%
    );
}

.community-photo__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 78%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.community-photo__placeholder span,
.community-photo__placeholder strong {
  display: block;
}

.community-photo__placeholder span {
  margin-bottom: 15px;
  color: var(--community-coral);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-photo__placeholder strong {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--community-heading);
  font-size: clamp(1.6rem, 3vw, 4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

/* Main image */

.community-photo--main {
  top: 0;
  right: 21%;
  width: 62%;
  height: 82%;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.3);
}

.community-photo--main figcaption {
  position: absolute;
  right: 35px;
  bottom: 35px;
  left: 35px;
  z-index: 3;
}

.community-photo--main figcaption span,
.community-photo--main figcaption strong {
  display: block;
}

.community-photo--main figcaption span {
  margin-bottom: 9px;
  color: var(--community-peach);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.community-photo--main figcaption strong {
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

/* Portrait image */

.community-photo--portrait {
  top: 7%;
  right: 0;
  z-index: 3;
  width: 30%;
  height: 39%;
  border: 8px solid var(--community-midnight);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

/* Participant image */

.community-photo--participant {
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 43%;
  height: 37%;
  border: 8px solid var(--community-midnight);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

/* Volunteer image */

.community-photo--volunteer {
  right: 3%;
  bottom: 3%;
  z-index: 4;
  width: 28%;
  height: 27%;
  border: 7px solid var(--community-midnight);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.25);
}

/* Community seal */

.community-hero__seal {
  position: absolute;
  top: 8%;
  left: 3%;
  z-index: 6;
  display: flex;
  width: 150px;
  height: 150px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  text-align: center;
  background: rgba(13, 20, 35, 0.84);
  backdrop-filter: blur(18px);
}

.community-hero__seal span {
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: 1.65rem;
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.community-hero__seal strong {
  margin-top: 6px;
  color: var(--community-peach);
  font-size: 0.57rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-hero__seal small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.48rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

/* Decorative graphic */

.community-hero__graphic {
  position: absolute;
  top: 3%;
  right: 36%;
  z-index: 7;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  height: 65px;
}

.community-hero__graphic span {
  display: block;
  width: 2px;
  background: var(--community-coral);
}

.community-hero__graphic span:nth-child(1) {
  height: 24px;
  opacity: 0.4;
}

.community-hero__graphic span:nth-child(2) {
  height: 44px;
  opacity: 0.7;
}

.community-hero__graphic span:nth-child(3) {
  height: 64px;
}

/* Bottom rail */

.community-hero__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: clamp(25px, 4vw, 55px);
  align-items: center;
  min-height: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.community-hero__descriptor span,
.community-hero__descriptor strong {
  display: block;
}

.community-hero__descriptor span {
  margin-bottom: 6px;
  color: var(--community-peach);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.community-hero__descriptor strong {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.67rem;
}

.community-hero__bottom-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.11);
}

.community-hero__groups {
  display: flex;
  gap: 17px;
  align-items: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.community-hero__groups span {
  position: relative;
}

.community-hero__groups span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 3px;
  height: 3px;
  content: "";
  border-radius: 50%;
  background: var(--community-coral);
  transform: translateY(-50%);
}

.community-scroll {
  display: flex;
  gap: 13px;
  align-items: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.52rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.community-scroll__icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  color: var(--community-peach);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.community-scroll__icon svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.community-scroll:hover .community-scroll__icon {
  color: var(--community-midnight);
  border-color: var(--community-peach);
  background: var(--community-peach);
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1250px) {
  .community-hero {
    min-height: auto;
  }

  .community-hero__layout {
    grid-template-columns: minmax(370px, 0.8fr) minmax(520px, 1.2fr);
    min-height: 980px;
  }

  .community-hero__content h1 {
    font-size: clamp(4.7rem, 8.5vw, 7.5rem);
  }

  .community-hero__gallery {
    min-height: 670px;
  }
}

@media (max-width: 960px) {
  .community-hero__layout {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 190px;
  }

  .community-hero__content {
    max-width: 750px;
  }

  .community-hero__gallery {
    min-height: 740px;
  }

  .community-photo--main {
    right: 12%;
    width: 68%;
  }

  .community-hero__bottom {
    grid-template-columns: auto 1fr auto;
  }

  .community-hero__groups {
    display: none;
  }
}

@media (max-width: 680px) {
  .community-container {
    width: calc(100% - 36px);
  }

  .community-hero__layout {
    padding-top: 90px;
    padding-bottom: 160px;
  }

  .community-hero__content h1 {
    font-size: clamp(4rem, 19vw, 6rem);
  }

  .community-hero__content > p {
    padding-left: 18px;
  }

  .community-role > span:last-child {
    display: none;
  }

  .community-hero__gallery {
    min-height: 600px;
  }

  .community-photo--main {
    right: 0;
    width: 84%;
    height: 77%;
  }

  .community-photo--portrait {
    width: 37%;
    height: 32%;
    border-width: 6px;
  }

  .community-photo--participant {
    width: 52%;
    height: 34%;
    border-width: 6px;
  }

  .community-photo--volunteer {
    display: none;
  }

  .community-hero__seal {
    top: 5%;
    width: 120px;
    height: 120px;
  }

  .community-hero__seal span {
    font-size: 1.35rem;
  }

  .community-hero__seal small {
    display: none;
  }

  .community-hero__bottom {
    grid-template-columns: 1fr auto;
  }

  .community-hero__bottom-line {
    display: none;
  }

  .community-scroll > span:first-child {
    display: none;
  }
}

@media (max-width: 430px) {
  .community-hero__content h1 {
    font-size: clamp(3.7rem, 18vw, 4.8rem);
  }

  .community-hero__gallery {
    min-height: 520px;
  }

  .community-photo--main figcaption {
    right: 22px;
    bottom: 25px;
    left: 22px;
  }

  .community-photo--main figcaption strong {
    font-size: 1.25rem;
  }

  .community-hero__seal {
    width: 105px;
    height: 105px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b995c2 *//* ======================================================
   SHARED COMMUNITY ELEMENTS
====================================================== */

.community-kicker {
  display: block;
  color: var(--community-red);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ======================================================
   SECTION 02 — COMMUNITY OVERVIEW
====================================================== */

.community-overview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(110px, 11vw, 190px) 0;
  color: var(--community-midnight);
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 1px),
      rgba(13, 20, 35, 0.035) 50%,
      transparent calc(50% + 1px)
    ),
    var(--community-off-white);
}

.community-overview::before {
  position: absolute;
  top: -340px;
  left: -320px;
  z-index: -1;
  width: 790px;
  height: 790px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 32, 63, 0.07);
  border-radius: 50%;
  box-shadow:
    0 0 0 105px rgba(200, 32, 63, 0.013),
    0 0 0 210px rgba(200, 32, 63, 0.008);
}

/* Section heading */

.community-overview__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: clamp(25px, 4vw, 70px);
  align-items: end;
  margin-bottom: clamp(70px, 8vw, 125px);
}

.community-overview__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--community-red);
  font-family: var(--community-heading);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.community-overview__title h2 {
  max-width: 930px;
  margin: 18px 0 0;
  color: var(--community-midnight);
  font-family: var(--community-heading);
  font-size: clamp(3.2rem, 5.6vw, 6.8rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.community-overview__title h2 span {
  display: block;
  color: var(--community-red);
}

.community-overview__intro {
  max-width: 380px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
  color: var(--community-dark-grey);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* Visual composition */

.community-overview__visual {
  position: relative;
  min-height: clamp(760px, 68vw, 1020px);
}

.community-overview__photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      var(--community-midnight)
    );
}

.community-overview__photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.03);
  transition:
    filter 0.65s ease,
    transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.community-overview__photo:hover img {
  filter: saturate(1);
  transform: scale(1.03);
}

.community-overview__photo-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.88),
      transparent 54%
    );
}

.community-overview__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 78%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.community-overview__placeholder span,
.community-overview__placeholder strong {
  display: block;
}

.community-overview__placeholder span {
  margin-bottom: 16px;
  color: var(--community-coral);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-overview__placeholder strong {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--community-heading);
  font-size: clamp(2rem, 4vw, 5.2rem);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.06em;
}

/* Main image */

.community-overview__photo--main {
  top: 0;
  left: 0;
  width: 68%;
  height: 72%;
  box-shadow: 0 35px 85px rgba(13, 20, 35, 0.12);
}

.community-overview__photo--main figcaption {
  position: absolute;
  right: clamp(25px, 5vw, 65px);
  bottom: clamp(30px, 5vw, 65px);
  left: clamp(25px, 5vw, 65px);
  z-index: 3;
}

.community-overview__photo--main figcaption span,
.community-overview__photo--main figcaption strong {
  display: block;
}

.community-overview__photo--main figcaption span {
  margin-bottom: 10px;
  color: var(--community-peach);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-overview__photo--main figcaption strong {
  max-width: 740px;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(1.8rem, 3.5vw, 4.2rem);
  font-weight: 600;
  line-height: 0.97;
  letter-spacing: -0.05em;
}

/* Detail image */

.community-overview__photo--detail {
  top: 13%;
  right: 0;
  z-index: 3;
  width: 34%;
  height: 54%;
  border: 10px solid var(--community-off-white);
  box-shadow: 0 35px 85px rgba(13, 20, 35, 0.12);
}

/* Statement */

.community-overview__statement {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 4;
  width: min(36%, 520px);
  padding: clamp(35px, 5vw, 65px);
  color: var(--community-white);
  background:
    linear-gradient(
      135deg,
      var(--community-deep-red),
      var(--community-red)
    );
}

.community-overview__statement > span {
  display: block;
  margin-bottom: clamp(60px, 7vw, 105px);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-overview__statement blockquote {
  margin: 0;
  font-family: var(--community-heading);
  font-size: clamp(1.4rem, 2.5vw, 3rem);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

/* Floating community seal */

.community-overview__seal {
  position: absolute;
  top: 3%;
  left: 64%;
  z-index: 5;
  display: flex;
  width: 145px;
  height: 145px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--community-white);
  text-align: center;
  background: rgba(13, 20, 35, 0.88);
  backdrop-filter: blur(16px);
}

.community-overview__seal svg {
  width: 40px;
  margin-bottom: 10px;
  fill: none;
  stroke: var(--community-peach);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.community-overview__seal span {
  font-size: 0.51rem;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Community figures */

.community-figures {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(90px, 10vw, 155px);
  border-top: 1px solid rgba(13, 20, 35, 0.14);
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.community-figure {
  min-height: 340px;
  padding: clamp(32px, 4vw, 52px);
  border-right: 1px solid rgba(13, 20, 35, 0.12);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.community-figure:last-child {
  border-right: 0;
}

.community-figure:hover {
  color: var(--community-white);
  background: var(--community-navy);
}

.community-figure__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.community-figure__top > span:first-child {
  color: var(--community-red);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.community-figure__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.13);
  border-radius: 50%;
  color: var(--community-red);
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
}

.community-figure__icon svg {
  width: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.community-figure:hover
.community-figure__top > span:first-child,
.community-figure:hover
.community-figure__icon {
  color: var(--community-peach);
}

.community-figure:hover
.community-figure__icon {
  border-color: rgba(255, 179, 160, 0.3);
}

.community-figure__value {
  margin-top: clamp(90px, 10vw, 140px);
}

.community-figure__value strong,
.community-figure__value span {
  display: block;
}

.community-figure__value strong {
  font-family: var(--community-heading);
  font-size: clamp(3.8rem, 6vw, 7rem);
  font-weight: 650;
  line-height: 0.75;
  letter-spacing: -0.075em;
}

.community-figure__value span {
  margin-top: 20px;
  color: var(--community-dark-grey);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.4s ease;
}

.community-figure:hover
.community-figure__value span {
  color: rgba(255, 255, 255, 0.58);
}

/* Context note */

.community-overview__note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(25px, 5vw, 65px);
  align-items: center;
  min-height: 125px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.community-overview__note-mark {
  color: transparent;
  font-family: var(--community-heading);
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.065em;
  -webkit-text-stroke: 1px rgba(200, 32, 63, 0.55);
}

.community-overview__note p {
  margin: 0;
  color: var(--community-dark-grey);
  font-size: 0.76rem;
  line-height: 1.65;
}

.community-overview__note-label {
  padding: 9px 12px;
  border: 1px solid rgba(200, 32, 63, 0.2);
  color: var(--community-red);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {
  .community-overview__header {
    grid-template-columns: 62px 1fr;
  }

  .community-overview__intro {
    grid-column: 2;
    max-width: 600px;
  }

  .community-overview__visual {
    min-height: 900px;
  }

  .community-overview__photo--main {
    width: 73%;
    height: 60%;
  }

  .community-overview__photo--detail {
    width: 36%;
    height: 51%;
  }

  .community-overview__statement {
    width: 46%;
  }

  .community-figures {
    grid-template-columns: repeat(2, 1fr);
  }

  .community-figure:nth-child(2) {
    border-right: 0;
  }

  .community-figure:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }
}

@media (max-width: 760px) {
  .community-overview {
    padding: 95px 0;
  }

  .community-overview__header {
    grid-template-columns: 1fr;
  }

  .community-overview__intro {
    grid-column: auto;
    padding-left: 18px;
  }

  .community-overview__visual {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 8px;
    min-height: auto;
  }

  .community-overview__photo {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    border: 0;
  }

  .community-overview__photo--main {
    grid-column: 1 / -1;
    min-height: 520px;
  }

  .community-overview__photo--detail {
    min-height: 360px;
  }

  .community-overview__statement {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 360px;
  }

  .community-overview__seal {
    top: 460px;
    right: 20px;
    left: auto;
    width: 115px;
    height: 115px;
  }
}

@media (max-width: 540px) {
  .community-overview__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .community-overview__visual {
    grid-template-columns: 1fr;
  }

  .community-overview__photo--main,
  .community-overview__photo--detail {
    grid-column: auto;
    min-height: 440px;
  }

  .community-overview__photo--detail {
    min-height: 320px;
  }

  .community-overview__statement {
    min-height: auto;
  }

  .community-overview__seal {
    top: 380px;
  }

  .community-figures {
    grid-template-columns: 1fr;
  }

  .community-figure,
  .community-figure:nth-child(2) {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }

  .community-figure:last-child {
    border-bottom: 0;
  }

  .community-overview__note {
    grid-template-columns: 1fr auto;
  }

  .community-overview__note p {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e91c960 *//* ======================================================
   SHARED DARK KICKER
====================================================== */

.community-kicker--light {
  color: var(--community-peach);
}

/* ======================================================
   SECTION 03 — COMMUNITY NETWORK
====================================================== */

.community-network {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(110px, 11vw, 190px) 0;
  color: var(--community-white);
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(200, 32, 63, 0.17),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #080e19,
      var(--community-midnight) 55%,
      #172238
    );
}

.community-network::before {
  position: absolute;
  top: -370px;
  right: -340px;
  z-index: -2;
  width: 830px;
  height: 830px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 105px rgba(255, 179, 160, 0.014),
    0 0 0 210px rgba(255, 179, 160, 0.008);
}

.community-network__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.026) 1px,
      transparent 1px
    );
  background-size: 100px 100px;
}

.community-network__glow {
  position: absolute;
  bottom: 3%;
  left: -230px;
  z-index: -2;
  width: 590px;
  height: 590px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(52, 67, 97, 0.62),
    transparent 70%
  );
}

/* Section heading */

.community-network__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: clamp(25px, 4vw, 70px);
  align-items: end;
  margin-bottom: clamp(70px, 8vw, 125px);
}

.community-network__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--community-peach);
  font-family: var(--community-heading);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.community-network__title h2 {
  max-width: 930px;
  margin: 18px 0 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(3.2rem, 5.6vw, 6.8rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.community-network__title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--community-coral),
    var(--community-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.community-network__intro {
  max-width: 390px;
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Role directory */

.community-network__directory {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, minmax(430px, 1fr));
  gap: 2px;
  min-height: 980px;
  background: rgba(255, 255, 255, 0.13);
}

.network-role {
  position: relative;
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  background: var(--community-midnight);
}

.network-role--participants {
  grid-row: 1 / 3;
}

.network-role--volunteers {
  grid-column: 2 / 4;
}

.network-role__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      #101928
    );
}

.network-role__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.04);
  transition:
    filter 0.65s ease,
    transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.network-role:hover
.network-role__image img {
  filter: saturate(1);
  transform: scale(1.045);
}

.network-role__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.95) 0%,
      rgba(8, 14, 25, 0.25) 57%,
      rgba(8, 14, 25, 0.05) 100%
    );
  transition: background 0.5s ease;
}

.network-role:hover
.network-role__shade {
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.97) 0%,
      rgba(200, 32, 63, 0.17) 62%,
      transparent 100%
    );
}

/* Image placeholders */

.network-role__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 78%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.network-role__placeholder span,
.network-role__placeholder strong {
  display: block;
}

.network-role__placeholder span {
  margin-bottom: 15px;
  color: var(--community-coral);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.network-role__placeholder strong {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--community-heading);
  font-size: clamp(1.6rem, 3vw, 4rem);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

/* Role information */

.network-role__content {
  position: absolute;
  right: clamp(25px, 4vw, 52px);
  bottom: clamp(28px, 4vw, 52px);
  left: clamp(25px, 4vw, 52px);
  z-index: 4;
  display: flex;
  gap: 25px;
  align-items: flex-end;
  justify-content: space-between;
}

.network-role__content > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--community-peach);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.network-role__content h3 {
  margin: 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(1.7rem, 3vw, 3.7rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.network-role--participants
.network-role__content h3 {
  font-size: clamp(2.3rem, 4vw, 5.3rem);
}

.network-role__icon {
  display: grid;
  width: 59px;
  height: 59px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--community-peach);
  background: rgba(13, 20, 35, 0.3);
  backdrop-filter: blur(12px);
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease;
}

.network-role__icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.network-role:hover
.network-role__icon {
  color: var(--community-midnight);
  border-color: var(--community-peach);
  background: var(--community-peach);
  transform: rotate(-8deg);
}

/* Bottom rail */

.community-network__rail {
  display: grid;
  grid-template-columns: auto 1fr auto 58px;
  gap: clamp(25px, 5vw, 65px);
  align-items: center;
  min-height: 145px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.community-network__brand span,
.community-network__brand strong {
  display: block;
}

.community-network__brand span {
  color: transparent;
  font-family: var(--community-heading);
  font-size: clamp(2.3rem, 4vw, 4.5rem);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.065em;
  -webkit-text-stroke: 1px rgba(255, 179, 160, 0.62);
}

.community-network__brand strong {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.52rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.community-network__rail-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.community-network__rail-copy span,
.community-network__rail-copy strong {
  display: block;
}

.community-network__rail-copy span {
  margin-bottom: 7px;
  color: var(--community-peach);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-network__rail-copy strong {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.69rem;
}

.community-network__rail-symbol {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  color: var(--community-peach);
}

.community-network__rail-symbol svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {
  .community-network__header {
    grid-template-columns: 62px 1fr;
  }

  .community-network__intro {
    grid-column: 2;
    max-width: 600px;
  }

  .community-network__directory {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 650px 440px 440px;
  }

  .network-role--participants {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .network-role--volunteers {
    grid-column: 1 / 3;
  }
}

@media (max-width: 730px) {
  .community-network {
    padding: 95px 0;
  }

  .community-network__header {
    grid-template-columns: 1fr;
  }

  .community-network__intro {
    grid-column: auto;
    padding-left: 18px;
  }

  .community-network__directory {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .network-role,
  .network-role--participants,
  .network-role--volunteers {
    grid-column: auto;
    grid-row: auto;
    min-height: 540px;
  }

  .network-role--participants {
    min-height: 650px;
  }

  .community-network__rail {
    grid-template-columns: auto 1fr 54px;
  }

  .community-network__rail-copy {
    display: none;
  }
}

@media (max-width: 520px) {
  .community-network__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .network-role,
  .network-role--participants {
    min-height: 480px;
  }

  .network-role__content {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .network-role__icon {
    width: 51px;
    height: 51px;
  }

  .community-network__rail {
    grid-template-columns: 1fr auto;
  }

  .community-network__rail-line {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab57f1e *//* ======================================================
   SECTION 04 — SIMPLE PROFESSIONAL PROFILES
====================================================== */

.community-profiles-simple {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
  color: var(--community-midnight);
  background: var(--community-off-white);
}

/* Header */

.profiles-simple__header {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 95px);
}

.profiles-simple__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--community-red);
  font-family: var(--community-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.profiles-simple__title h2 {
  margin: 17px 0 0;
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.profiles-simple__title h2 span {
  display: block;
  color: var(--community-red);
}

.profiles-simple__header > p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
  color: var(--community-dark-grey);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Profile grid */

.profiles-simple__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

/* Individual card */

.profile-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 35, 0.12);
  background: var(--community-white);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.profile-card:hover {
  border-color: rgba(200, 32, 63, 0.3);
  box-shadow: 0 24px 55px rgba(13, 20, 35, 0.09);
  transform: translateY(-6px);
}

/* Card image */

.profile-card__image {
  position: relative;
  height: clamp(350px, 32vw, 500px);
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      var(--community-midnight)
    );
}

.profile-card__image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.45),
      transparent 42%
    );
}

.profile-card__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.87);
  transition:
    filter 0.4s ease,
    transform 0.7s ease;
}

.profile-card:hover .profile-card__image img {
  filter: saturate(1);
  transform: scale(1.025);
}

/* Visible if image is missing */

.profile-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
}

.profile-card__placeholder span {
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.profile-card__country {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  padding: 8px 11px;
  color: var(--community-midnight);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--community-peach);
}

/* Card content */

.profile-card__content {
  padding: clamp(25px, 3vw, 38px);
}

.profile-card__role {
  display: block;
  color: var(--community-red);
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-card__content h3 {
  margin: 20px 0 7px;
  font-family: var(--community-heading);
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.04em;
}

.profile-card__content > small {
  display: block;
  min-height: 18px;
  color: var(--community-dark-grey);
  font-size: 0.65rem;
  font-weight: 700;
}

.profile-card__content > p {
  min-height: 90px;
  margin: 23px 0 0;
  color: var(--community-dark-grey);
  font-size: 0.75rem;
  line-height: 1.7;
}

/* Card metadata */

.profile-card__meta {
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid rgba(13, 20, 35, 0.1);
}

.profile-card__meta span {
  display: block;
  position: relative;
  margin-top: 9px;
  padding-left: 13px;
  color: var(--community-midnight);
  font-size: 0.61rem;
  font-weight: 700;
  line-height: 1.4;
}

.profile-card__meta span::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 50%;
  background: var(--community-red);
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1150px) {
  .profiles-simple__header {
    grid-template-columns: 60px 1fr;
  }

  .profiles-simple__header > p {
    grid-column: 2;
    max-width: 600px;
  }

  .profiles-simple__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-card__image {
    height: 540px;
  }
}

@media (max-width: 700px) {
  .profiles-simple__header {
    grid-template-columns: 1fr;
  }

  .profiles-simple__header > p {
    grid-column: auto;
  }

  .profiles-simple__grid {
    grid-template-columns: 1fr;
  }

  .profile-card__image {
    height: 580px;
  }

  .profile-card__content > p {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .community-profiles-simple {
    padding: 85px 0;
  }

  .profiles-simple__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .profile-card__image {
    height: 470px;
  }

  .profile-card__content {
    padding: 27px 23px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7101f12 *//* ======================================================
   SECTION 05 — CHAMPIONSHIP PARTICIPANTS
====================================================== */

.community-participants {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
  color: var(--community-white);
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(200, 32, 63, 0.17),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #080e19,
      var(--community-midnight) 55%,
      #172238
    );
}

.community-participants::before {
  position: absolute;
  top: -350px;
  right: -330px;
  width: 800px;
  height: 800px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.09);
  border-radius: 50%;
}

/* Header */

.participants-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 95px);
}

.participants-header__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--community-peach);
  font-family: var(--community-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.participants-header__title h2 {
  margin: 17px 0 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.participants-header__title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--community-coral),
    var(--community-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.participants-header > p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Participant grid */

.participants-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.participant-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--community-midnight);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.participant-card:hover {
  border-color: rgba(255, 179, 160, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
  transform: translateY(-6px);
}

/* Participant image */

.participant-card__image {
  position: relative;
  height: clamp(330px, 30vw, 470px);
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      #101928
    );
}

.participant-card__image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.5),
      transparent 45%
    );
}

.participant-card__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.83);
  transition:
    filter 0.4s ease,
    transform 0.7s ease;
}

.participant-card:hover
.participant-card__image img {
  filter: saturate(1);
  transform: scale(1.025);
}

/* Visible when image is unavailable */

.participant-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
}

.participant-card__placeholder span {
  color: rgba(255, 255, 255, 0.35);
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 700;
  letter-spacing: -0.06em;
}

.participant-card__number {
  position: absolute;
  right: 19px;
  bottom: 19px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--community-peach);
  font-size: 0.56rem;
  font-weight: 850;
  background: rgba(13, 20, 35, 0.55);
}

/* Participant content */

.participant-card__content {
  min-height: 230px;
  padding: clamp(24px, 3vw, 36px);
}

.participant-card__category {
  display: block;
  color: var(--community-peach);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.participant-card__content h3 {
  min-height: 61px;
  margin: 19px 0 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.participant-card__content h3 small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--community-body);
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.participant-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.participant-card__meta span {
  color: rgba(255, 255, 255, 0.37);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.participant-card__meta strong {
  color: var(--community-coral);
  font-family: var(--community-heading);
  font-size: 1rem;
}

/* Participant note */

.participants-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 120px;
  margin-top: 18px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.participants-note__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.28);
  border-radius: 50%;
  color: var(--community-peach);
}

.participants-note__icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.participants-note p {
  max-width: 880px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.73rem;
  line-height: 1.65;
}

.participants-note > span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 179, 160, 0.22);
  color: var(--community-peach);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1150px) {
  .participants-header {
    grid-template-columns: 60px 1fr;
  }

  .participants-header > p {
    grid-column: 2;
    max-width: 600px;
  }

  .participants-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .participant-card__image {
    height: 530px;
  }
}

@media (max-width: 700px) {
  .participants-header {
    grid-template-columns: 1fr;
  }

  .participants-header > p {
    grid-column: auto;
  }

  .participants-grid {
    grid-template-columns: 1fr;
  }

  .participant-card__image {
    height: 580px;
  }

  .participants-note {
    grid-template-columns: 48px 1fr;
  }

  .participants-note > span {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 480px) {
  .community-participants {
    padding: 85px 0;
  }

  .participants-header__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .participant-card__image {
    height: 470px;
  }

  .participant-card__content {
    padding: 27px 23px;
  }

  .participants-note {
    padding: 23px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-faf381c *//* ======================================================
   SECTION 06 — TEAMS & VOLUNTEERS
====================================================== */

.community-support {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
  color: var(--community-midnight);
  background: var(--community-off-white);
}

.community-support::before {
  position: absolute;
  top: -350px;
  left: -330px;
  width: 800px;
  height: 800px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 32, 63, 0.07);
  border-radius: 50%;
}

/* Header */

.support-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 95px);
}

.support-header__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--community-red);
  font-family: var(--community-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.support-header__title h2 {
  margin: 17px 0 0;
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.support-header__title h2 span {
  display: block;
  color: var(--community-red);
}

.support-header > p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
  color: var(--community-dark-grey);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Main category grid */

.support-category-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.support-category {
  overflow: hidden;
  border: 1px solid rgba(13, 20, 35, 0.12);
  background: var(--community-white);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.support-category:hover {
  border-color: rgba(200, 32, 63, 0.3);
  box-shadow: 0 25px 60px rgba(13, 20, 35, 0.09);
  transform: translateY(-5px);
}

/* Category image */

.support-category__image {
  position: relative;
  height: clamp(390px, 40vw, 610px);
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      var(--community-midnight)
    );
}

.support-category__image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.65),
      transparent 50%
    );
}

.support-category__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85);
  transition:
    filter 0.4s ease,
    transform 0.8s ease;
}

.support-category:hover
.support-category__image img {
  filter: saturate(1);
  transform: scale(1.025);
}

.support-category__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.support-category__placeholder span {
  color: var(--community-coral);
  font-family: var(--community-heading);
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 650;
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.support-category__placeholder strong {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--community-heading);
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  line-height: 0.95;
}

.support-category__label {
  position: absolute;
  right: 23px;
  bottom: 23px;
  z-index: 3;
  padding: 9px 12px;
  color: var(--community-midnight);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--community-peach);
}

/* Category content */

.support-category__content {
  padding: clamp(28px, 4vw, 50px);
}

.support-category__heading {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(13, 20, 35, 0.11);
}

.support-category__heading > span {
  display: block;
  margin-bottom: 12px;
  color: var(--community-red);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.support-category__heading h3 {
  margin: 0;
  font-family: var(--community-heading);
  font-size: clamp(1.8rem, 3vw, 3.5rem);
  font-weight: 650;
  line-height: 0.97;
  letter-spacing: -0.05em;
}

.support-category__content > p {
  max-width: 600px;
  margin: 25px 0;
  color: var(--community-dark-grey);
  font-size: 0.8rem;
  line-height: 1.75;
}

.support-category__footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 24px;
  border-top: 1px solid rgba(13, 20, 35, 0.11);
}

.support-category__footer > div {
  padding-right: 20px;
}

.support-category__footer > div + div {
  padding-left: 25px;
  border-left: 1px solid rgba(13, 20, 35, 0.11);
}

.support-category__footer strong,
.support-category__footer span {
  display: block;
}

.support-category__footer strong {
  font-family: var(--community-heading);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.support-category__footer span {
  margin-top: 5px;
  color: var(--community-dark-grey);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Responsibility boxes */

.support-responsibilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(70px, 8vw, 115px);
}

.responsibility-card {
  min-height: 270px;
  padding: clamp(27px, 3vw, 40px);
  border: 1px solid rgba(13, 20, 35, 0.12);
  background: var(--community-white);
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.responsibility-card:hover {
  color: var(--community-white);
  border-color: var(--community-navy);
  background: var(--community-navy);
}

.responsibility-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.responsibility-card__top > span:first-child {
  color: var(--community-red);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.responsibility-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.14);
  border-radius: 50%;
  color: var(--community-red);
}

.responsibility-card__icon svg {
  width: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.responsibility-card:hover
.responsibility-card__top > span:first-child,
.responsibility-card:hover
.responsibility-card__icon {
  color: var(--community-peach);
}

.responsibility-card:hover
.responsibility-card__icon {
  border-color: rgba(255, 179, 160, 0.28);
}

.responsibility-card__content {
  margin-top: 85px;
}

.responsibility-card__content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--community-red);
  font-size: 0.54rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.responsibility-card:hover
.responsibility-card__content > span {
  color: var(--community-peach);
}

.responsibility-card__content h3 {
  margin: 0;
  font-family: var(--community-heading);
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  font-weight: 650;
  letter-spacing: -0.03em;
}

/* Information note */

.support-note {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 115px;
  margin-top: 16px;
  padding: 24px 27px;
  color: var(--community-white);
  background: var(--community-midnight);
}

.support-note__icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.3);
  border-radius: 50%;
  color: var(--community-peach);
}

.support-note__icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-note p {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.73rem;
  line-height: 1.65;
}

.support-note__status {
  padding: 9px 11px;
  border: 1px solid rgba(255, 179, 160, 0.22);
  color: var(--community-peach);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1100px) {
  .support-header {
    grid-template-columns: 60px 1fr;
  }

  .support-header > p {
    grid-column: 2;
    max-width: 600px;
  }

  .support-responsibilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 750px) {
  .support-header {
    grid-template-columns: 1fr;
  }

  .support-header > p {
    grid-column: auto;
  }

  .support-category-grid {
    grid-template-columns: 1fr;
  }

  .support-category__image {
    height: 550px;
  }
}

@media (max-width: 560px) {
  .community-support {
    padding: 85px 0;
  }

  .support-header__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .support-category__image {
    height: 450px;
  }

  .support-category__content {
    padding: 28px 23px;
  }

  .support-category__footer {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-category__footer > div + div {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(13, 20, 35, 0.11);
    border-left: 0;
  }

  .support-responsibilities {
    grid-template-columns: 1fr;
  }

  .responsibility-card {
    min-height: 240px;
  }

  .support-note {
    grid-template-columns: 47px 1fr;
    padding: 22px 18px;
  }

  .support-note__status {
    grid-column: 2;
    justify-self: start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6e6865 *//* ======================================================
   SECTION 07 — COMMUNITY MOMENTS
====================================================== */

.community-moments {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
  color: var(--community-white);
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(200, 32, 63, 0.17),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #080e19,
      var(--community-midnight) 55%,
      #172238
    );
}

.community-moments::before {
  position: absolute;
  top: -350px;
  right: -330px;
  width: 800px;
  height: 800px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.09);
  border-radius: 50%;
}

/* Header */

.moments-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 95px);
}

.moments-header__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--community-peach);
  font-family: var(--community-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.moments-header__title h2 {
  margin: 17px 0 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.moments-header__title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--community-coral),
    var(--community-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.moments-header > p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Moments grid */

.moments-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.moment-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--community-midnight);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.moment-card:hover {
  border-color: rgba(255, 179, 160, 0.34);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.22);
  transform: translateY(-5px);
}

/* Moment image */

.moment-card__image {
  position: relative;
  height: clamp(340px, 31vw, 490px);
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      #101928
    );
}

.moment-card__image::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.48),
      transparent 43%
    );
}

.moment-card__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  transition:
    filter 0.4s ease,
    transform 0.75s ease;
}

.moment-card:hover
.moment-card__image img {
  filter: saturate(1);
  transform: scale(1.03);
}

/* Visible when image is unavailable */

.moment-card__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.moment-card__placeholder span {
  color: var(--community-coral);
  font-family: var(--community-heading);
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 650;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.moment-card__placeholder strong {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--community-heading);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 0.96;
}

.moment-card__number {
  position: absolute;
  right: 19px;
  bottom: 19px;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: var(--community-peach);
  font-size: 0.55rem;
  font-weight: 850;
  background: rgba(13, 20, 35, 0.58);
}

/* Moment content */

.moment-card__content {
  min-height: 170px;
  padding: clamp(24px, 3vw, 36px);
}

.moment-card__content > span {
  display: block;
  color: var(--community-peach);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.moment-card__content h3 {
  max-width: 410px;
  margin: 20px 0 0;
  color: var(--community-white);
  font-family: var(--community-heading);
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

/* Summary */

.moments-summary {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(25px, 5vw, 65px);
  align-items: center;
  min-height: 125px;
  margin-top: 18px;
  padding: 25px 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.moments-summary__brand span,
.moments-summary__brand strong {
  display: block;
}

.moments-summary__brand span {
  color: transparent;
  font-family: var(--community-heading);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 750;
  line-height: 0.85;
  letter-spacing: -0.065em;
  -webkit-text-stroke: 1px rgba(255, 179, 160, 0.6);
}

.moments-summary__brand strong {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.moments-summary p {
  max-width: 800px;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.74rem;
  line-height: 1.65;
}

.moments-summary__label {
  padding: 9px 11px;
  border: 1px solid rgba(255, 179, 160, 0.22);
  color: var(--community-peach);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1050px) {
  .moments-header {
    grid-template-columns: 60px 1fr;
  }

  .moments-header > p {
    grid-column: 2;
    max-width: 600px;
  }

  .moments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moment-card__image {
    height: 500px;
  }
}

@media (max-width: 700px) {
  .moments-header {
    grid-template-columns: 1fr;
  }

  .moments-header > p {
    grid-column: auto;
  }

  .moments-grid {
    grid-template-columns: 1fr;
  }

  .moment-card__image {
    height: 570px;
  }

  .moments-summary {
    grid-template-columns: 1fr auto;
  }

  .moments-summary p {
    display: none;
  }
}

@media (max-width: 480px) {
  .community-moments {
    padding: 85px 0;
  }

  .moments-header__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .moment-card__image {
    height: 460px;
  }

  .moment-card__content {
    padding: 27px 23px;
  }

  .moments-summary {
    padding: 23px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e81ff57 *//* ======================================================
   SECTION 08 — FINAL COMMUNITY CTA
====================================================== */

.community-final {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 10vw, 160px) 0;
  color: var(--community-midnight);
  background: var(--community-off-white);
}

/* Header */

.community-final__header {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  margin-bottom: clamp(55px, 7vw, 90px);
}

.community-final__number {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--community-red);
  font-family: var(--community-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.community-final__title h2 {
  margin: 17px 0 0;
  font-family: var(--community-heading);
  font-size: clamp(3rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.community-final__title h2 span {
  display: block;
  color: var(--community-red);
}

/* Main CTA box */

.community-final__box {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(13, 20, 35, 0.13);
  background: var(--community-midnight);
  box-shadow: 0 30px 75px rgba(13, 20, 35, 0.1);
}

/* Image */

.community-final__image {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      var(--community-blue),
      #101928
    );
}

.community-final__image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(0.85);
  transition:
    filter 0.4s ease,
    transform 0.8s ease;
}

.community-final__box:hover
.community-final__image img {
  filter: saturate(1);
  transform: scale(1.02);
}

.community-final__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.68),
      transparent 52%
    );
}

.community-final__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
}

.community-final__placeholder span {
  color: var(--community-coral);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-final__placeholder strong {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--community-heading);
  font-size: clamp(2.5rem, 5vw, 6rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.community-final__image-label {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 3;
  padding: 9px 12px;
  color: var(--community-midnight);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--community-peach);
}

/* CTA content */

.community-final__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 6vw, 85px);
  color: var(--community-white);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(200, 32, 63, 0.2),
      transparent 31%
    ),
    var(--community-midnight);
}

.community-final__eyebrow {
  display: block;
  color: var(--community-peach);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.community-final__content h3 {
  max-width: 650px;
  margin: 25px 0 0;
  font-family: var(--community-heading);
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.community-final__content > p {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.85rem;
  line-height: 1.8;
}

/* Buttons */

.community-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.community-final__button {
  display: inline-flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 22px;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.community-final__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.community-final__button:hover svg {
  transform: translateX(5px);
}

.community-final__button--primary {
  color: var(--community-midnight);
  background: var(--community-peach);
}

.community-final__button--primary:hover {
  color: var(--community-white);
  background: var(--community-red);
}

.community-final__button--secondary {
  color: var(--community-white);
  border: 1px solid rgba(255, 255, 255, 0.21);
}

.community-final__button--secondary:hover {
  border-color: var(--community-white);
  background: rgba(255, 255, 255, 0.06);
}

/* Participation routes */

.community-final__routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(60px, 8vw, 100px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.community-final__routes > div {
  padding: 22px 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.community-final__routes > div:first-child {
  padding-left: 0;
}

.community-final__routes > div:last-child {
  border-right: 0;
}

.community-final__routes span,
.community-final__routes strong {
  display: block;
}

.community-final__routes span {
  margin-bottom: 8px;
  color: var(--community-coral);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.community-final__routes strong {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width: 1000px) {
  .community-final__box {
    grid-template-columns: 1fr;
  }

  .community-final__content {
    min-height: 650px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }
}

@media (max-width: 650px) {
  .community-final__header {
    grid-template-columns: 1fr;
  }

  .community-final__image,
  .community-final__image img {
    min-height: 520px;
  }

  .community-final__content {
    min-height: 620px;
    padding: 42px 25px;
  }
}

@media (max-width: 480px) {
  .community-final {
    padding: 85px 0;
  }

  .community-final__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .community-final__image,
  .community-final__image img {
    min-height: 450px;
  }

  .community-final__actions {
    flex-direction: column;
  }

  .community-final__button {
    width: 100%;
  }

  .community-final__routes {
    grid-template-columns: 1fr;
  }

  .community-final__routes > div,
  .community-final__routes > div:first-child {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .community-final__routes > div:last-child {
    border-bottom: 0;
  }
}/* End custom CSS */