:root {
  /* ── Primary: Warm Rose (HSL 340° baseline) ── */
  --rose-600: #D63384;
  --rose-500: #E0459B;
  --rose-400: #EC6EB5;
  --rose-100: #FDE8F0;
  --rose-50: #FFF5F8;

  /* ── Secondary: Soft Orchid (HSL 280° — triadic complement) ── */
  --orchid-600: #7C3AED;
  --orchid-400: #A78BFA;
  --orchid-100: #EDE9FE;

  /* ── Accent: Champagne Gold (HSL 42° — triadic complement) ── */
  --gold-500: #D4A017;
  --gold-400: #E8B931;
  --gold-100: #FEF3C7;

  /* ── Warm Neutrals ── */
  --ink: #2D1B2E;
  --ink-soft: #5A4360;
  --canvas: #FFFBFC;
  --surface-soft: #FEF2F5;
  --stone: #FEF2F5;
  --stone-deep: #F9E4EB;
  --cream-1: #FFF0F3;
  --cream-2: #FADCE5;
  --hairline: #F0D0DA;
  --hairline-soft: #F8E6EC;

  /* ── Semantic Mappings ── */
  --primary: var(--rose-600);
  --accent-magenta: var(--rose-500);
  --teal: var(--rose-600);
  --teal-dark: #2D1B2E;
  --plum: var(--orchid-600);
  --plum-dark: #1F0F2B;
  --marigold: var(--gold-500);
  --marigold-dark: #B8860B;
  --near-black: #1A0E1C;
  --white: #ffffff;
  --line: var(--hairline);

  /* ── Block Colors ── */
  --block-lime: #EDE9FE;
  --block-lilac: #F3E8FF;
  --block-cream: var(--gold-100);
  --block-mint: #E8F5E9;
  --block-pink: var(--rose-100);
  --block-coral: #FFE0E6;
  --block-navy: #1F0F2B;
  --inverse-canvas: #1F0F2B;
  --inverse-ink: #ffffff;
  --on-inverse-soft: rgba(255, 255, 255, 0.16);

  /* ── Layout Tokens ── */
  --rounded-xs: 2px;
  --rounded-sm: 6px;
  --rounded-md: 10px;
  --rounded-lg: 24px;
  --rounded-xl: 32px;
  --rounded-pill: 50px;
  --rounded-full: 9999px;
  --space-hair: 1px;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-xxl: 48px;
  --space-section: 96px;
  --radius: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  color: var(--ink);
  background: var(--stone);
  line-height: 1.55;
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  font-family: "Fraunces", serif;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 0.5em;
  color: var(--teal-dark);
}
h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
}
h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
}
h3 {
  font-size: 1.3rem;
}
p {
  margin: 0 0 1em;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}

.eyebrow {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--plum);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.9em;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}
.wide-wrap {
  max-width: 920px;
}
.section-grid {
  display: grid;
  gap: 28px;
}
.section-copy--large {
  max-width: 70ch;
  font-size: 1.05rem;
}
section {
  padding: var(--space-section) 0;
}
@media (max-width: 700px) {
  section {
    padding: 72px 0;
  }
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--teal);
  color: #fff;
  padding: 12px 18px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  left: 0;
}

:focus-visible {
  outline: 3px solid var(--marigold);
  outline-offset: 2px;
}

header#top {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--cream-1);
  padding: 14px 24px;
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--white);
  border-radius: 999px;
  padding: 10px 10px 10px 22px;
  box-shadow: 0 6px 20px rgba(24, 31, 28, 0.06);
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--near-black);
  text-decoration: none;
  white-space: nowrap;
}
.logo .rings {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.logo small {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--plum);
}
nav.primary {
  display: flex;
  align-items: center;
  gap: 26px;
}
nav.primary a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.78rem;
  color: var(--near-black);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}
nav.primary a:hover {
  border-bottom-color: var(--marigold);
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--near-black);
  text-decoration: none;
}
.icon-btn:hover {
  border-color: var(--near-black);
}
  .btn {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.92rem;
    padding: 12px 22px;
    border-radius: var(--rounded-pill);
    text-decoration: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition:
      transform 0.15s ease,
      background 0.15s ease;
  }
  .btn:hover {
    transform: translateY(-1px);
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    background-color: var(--marigold);
    border: none;
    color: var(--near-black);
    gap: 8px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
    text-decoration: none;
    font-family: inherit;
  }
  .btn-primary .text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .btn-primary .svg {
    padding-top: 3px;
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .btn-primary .svg svg {
    width: 38px;
    height: 20px;
  }
  .btn-primary:hover {
    background-color: var(--marigold-dark);
    transform: translateY(-2px);
  }
  .btn-primary:active {
    transform: translateY(0);
  }
  .btn-primary:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
  }

  @keyframes jello-vertical {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(0.75, 1.25, 1);
    }
    40% {
      transform: scale3d(1.25, 0.75, 1);
    }
    50% {
      transform: scale3d(0.85, 1.15, 1);
    }
    65% {
      transform: scale3d(1.05, 0.95, 1);
    }
    75% {
      transform: scale3d(0.95, 1.05, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }

  /* From Uiverse.io by dexter-st - Luton Badge Component */
  .btn-wrapper {
    --color: rgba(226, 153, 47, 0.12);
    --txt-color: var(--teal-dark);
    --txt-color-2: var(--plum);
    --point-size: 8px;
    --point-color: var(--marigold);
    --line-color: rgba(27, 75, 71, 0.2);
    --line-style: solid;
    --line-weight: 1px;
    --anim-speed: 1s;

    position: relative;
    display: inline-grid;
    place-items: center;
    padding: 1.2rem 4rem;
    min-width: 260px;
    min-height: 48px;
    margin: 0 auto 52px;
    user-select: none;
  }

  .txt-secondary {
    position: absolute;
    bottom: -1.6rem;
    font-family: "Work Sans", sans-serif;
    font-size: 0.75em;
    color: var(--plum);
    font-style: italic;
    will-change: opacity;
    transition: opacity calc(var(--anim-speed, 1s) * 0.5) ease;
    opacity: 1;
  }
  #hint2 {
    opacity: 0;
  }

  .btn-wrapper .btn {
    filter: drop-shadow(0 4px 10px rgba(27, 75, 71, 0.08));
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .btn-wrapper .txt-box {
    position: absolute;
    display: grid;
    place-items: center;
    text-wrap: nowrap;
    inset: 0 0%;
    overflow: clip;
    will-change: inset, filter;
    transition: filter 0.25s ease;
    animation: frame-half calc(var(--anim-speed, 1s) * 0.5) forwards;
  }

  .btn-wrapper .txt-box::after {
    content: "";
    position: absolute;
    inset: var(--point-size, 8px);
    background: repeating-linear-gradient(
      45deg,
      var(--marigold),
      var(--cream-1) 15%,
      #fff 20%
    );
    mix-blend-mode: hard-light;
    background-size: 440%;
    transition: background-size 0.4s ease-in;
    filter: blur(1px);
    z-index: 3;
    opacity: 0.1;
  }

  .btn-wrapper .txt {
    position: absolute;
    padding: 0.8rem 1.5rem;
    z-index: 2;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--txt-color, #123330);
    will-change: opacity, display, text-shadow;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.9);
  }
  .btn-wrapper .txt:last-child {
    color: var(--txt-color-2, #5c3350);
    opacity: 0;
    animation: none;
  }

  .btn-wrapper .frame {
    position: absolute;
    inset: 0 0%;
    z-index: 1;
    border: var(--line-style, solid) var(--line-weight, 1px)
      var(--line-color, rgba(27, 75, 71, 0.2));
    background-color: var(--color, rgba(226, 153, 47, 0.12));
    backdrop-filter: blur(8px);
    border-radius: 999px;
    transition-delay: calc(var(--anim-speed, 1s) * 0.5);
    box-shadow: inset 0 1px 4px 1px rgba(255, 255, 255, 0.6);
    animation: frame-half calc(var(--anim-speed, 1s) * 0.5) forwards;
  }

  .btn-wrapper .point {
    position: absolute;
    box-sizing: border-box;
    width: var(--point-size, 8px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid var(--line-weight, 1px)
      var(--line-color, rgba(27, 75, 71, 0.2));
    background-color: var(--point-color, var(--marigold));
    background-image: radial-gradient(
      circle at 50% 120%,
      rgba(0, 0, 0, 0.2),
      #fff
    );
  }
  .btn-wrapper .point.top {
    top: calc(var(--point-size, 8px) * -0.5);
  }
  .btn-wrapper .point.bottom {
    bottom: calc(var(--point-size, 8px) * -0.5);
  }
  .btn-wrapper .point.left {
    left: calc(var(--point-size, 8px) * -0.5);
  }
  .btn-wrapper .point.right {
    right: calc(var(--point-size, 8px) * -0.5);
  }

  .btn-wrapper .btn:hover .txt {
    animation: txt-out calc(var(--anim-speed, 1s) * 0.5) forwards;
  }
  .btn-wrapper .btn:hover .txt:last-child {
    animation: txt-in calc(var(--anim-speed, 1s) * 0.5) forwards;
  }

  .btn-wrapper .btn:hover .txt-box {
    animation: frame var(--anim-speed, 1s) ease;
  }
  .btn-wrapper .btn:hover .txt-box::after {
    background-size: 700%;
  }

  .btn-wrapper .btn:hover .frame {
    animation: frame var(--anim-speed, 1s) ease;
  }

  .btn-wrapper .btn:hover ~ #hint1 {
    opacity: 0;
  }
  .btn-wrapper .btn:hover ~ #hint2 {
    opacity: 1;
  }

  .btn-wrapper .btn:active .txt-box {
    filter: contrast(1.4) brightness(1.4);
  }
  .btn-outline {
    border-color: var(--ink);
    color: var(--ink);
    background: var(--canvas);
  }
  .btn-outline:hover {
    background: var(--ink);
    color: var(--canvas);
  }
  .btn-ghost-white {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
  }
  .btn-ghost-white:hover {
    background: rgba(255, 255, 255, 0.15);
  }
  .mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--near-black);
    cursor: pointer;
  }
  @media (max-width: 860px) {
    .nav-row {
      position: relative;
      border-radius: 24px;
    }
    nav.primary {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: 0;
      background: var(--white);
      flex-direction: column;
      align-items: flex-start;
      padding: 20px 24px;
      gap: 16px;
      border-radius: 20px;
      box-shadow: 0 10px 24px rgba(24, 31, 28, 0.1);
      display: none;
    }
    nav.primary.open {
      display: flex;
    }
    .mobile-toggle {
      display: block;
    }
    .icon-btn {
      display: none;
    }
  }

  .hero {
    position: relative;
    background: radial-gradient(
      140% 100% at 50% 0%,
      var(--canvas) 0%,
      var(--surface-soft) 100%
    );
    color: var(--near-black);
    overflow: hidden;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 80px;
  }
  /* From Uiverse.io by vinodjangid07 */
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background-color: #006aff;
    border: 8px solid #c0dfff;
    color: white;
    gap: 8px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 auto 28px;
    text-decoration: none;
    font-family: inherit;
  }
  .button .text {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .button .svg {
    padding-top: 5px;
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
  }
  .button .svg svg {
    width: 50px;
    height: 30px;
  }
  .button:hover {
    border: 8px solid #b1d8ff;
    background-color: #1b7aff;
  }
  .button:active {
    border: 5px solid #c0dfff;
  }
  .button:hover .svg svg {
    animation: jello-vertical 0.9s both;
    transform-origin: left;
  }

  @keyframes jello-vertical {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(0.75, 1.25, 1);
    }
    40% {
      transform: scale3d(1.25, 0.75, 1);
    }
    50% {
      transform: scale3d(0.85, 1.15, 1);
    }
    65% {
      transform: scale3d(1.05, 0.95, 1);
    }
    75% {
      transform: scale3d(0.95, 1.05, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .hero-headline {
    font-family: "Work Sans", sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 0.98;
    font-size: clamp(2.6rem, 7.4vw, 5.6rem);
    color: var(--near-black);
    margin: 18px auto 0.5em;
    max-width: 16ch;
  }
  .headline-photo {
    display: inline-flex;
    vertical-align: middle;
    width: clamp(160px, 20vw, 260px);
    aspect-ratio: 2 / 1;
    margin: 0 10px;
    transform: translateY(-4px);
    border-radius: 999px;
    overflow: hidden;
  }
  .headline-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }
  .headline-photo .photo-placeholder {
    border-radius: 999px;
    height: 100%;
    width: 100%;
    font-size: 0.62rem;
    padding: 6px;
  }
  .hero .lede {
    font-size: 1.1rem;
    max-width: 52ch;
    margin: 0 auto 2em;
    color: #4a5450;
  }
  .hero-ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn-arrow {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
  }
  .photo-placeholder {
    border-radius: var(--radius);
    background: repeating-linear-gradient(
      135deg,
      rgba(24, 31, 28, 0.06) 0 14px,
      rgba(24, 31, 28, 0.02) 14px 28px
    );
    border: 1px dashed var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--plum);
    font-size: 0.85rem;
    text-align: center;
    padding: 20px;
  }
  section .photo-placeholder.light {
    background: repeating-linear-gradient(
      135deg,
      var(--stone-deep) 0 14px,
      var(--white) 14px 28px
    );
    border: 1px dashed var(--line);
    color: var(--plum);
  }

  .intro {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 56px;
    align-items: start;
  }
  @media (max-width: 800px) {
    .intro {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  .intro .lines p {
    font-size: 1.15rem;
    color: var(--teal-dark);
    font-family: "Fraunces", serif;
    font-weight: 400;
  }

  .split-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--line);
  }
  @media (max-width: 800px) {
    .split-card {
      grid-template-columns: 1fr;
    }
  }
  .split-card > div {
    padding: 44px;
    background: var(--white);
    letter-spacing: 0.05em;
    color: var(--marigold);
    background: var(--teal);
    color: #fff;
  }
  .split-card > div.on-teal h3 {
    color: #fff;
  }
  .split-card--mt {
    font-style: italic;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.98);
    font-weight: 500;
  }
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    font-style: normal;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.9);
  }
  @media (max-width: 560px) {
    .grid-4 {
      grid-template-columns: 1fr;
    }
  }
  .prog-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
    padding-top: 52px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .prog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 51, 132, 0.35);
    box-shadow: 0 16px 36px rgba(214, 51, 132, 0.1);
  }
  .prog-card .num {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rose-600), var(--rose-400));
    color: #fff;
    font-family: "Fraunces", serif;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
    padding-left: 8px;
    box-shadow: 0 4px 16px rgba(214, 51, 132, 0.25);
    transition: transform 0.3s ease;
  }
  .prog-card:hover .num {
    transform: scale(1.08);
  }
  .prog-card:nth-child(1) .num {
    background: linear-gradient(135deg, #D63384, #EC6EB5);
  }
  .prog-card:nth-child(2) .num {
    background: linear-gradient(135deg, #D4A017, #E8B931);
  }
  .prog-card:nth-child(3) .num {
    background: linear-gradient(135deg, #7C3AED, #A78BFA);
  }
  .prog-card:nth-child(4) .num {
    background: linear-gradient(135deg, #E0459B, #EC6EB5);
  }
  .prog-card h3 {
    margin-bottom: 0.4em;
  }
  .prog-card p {
    font-size: 0.95rem;
    color: #5c485c;
    margin-bottom: 0;
  }

  .stats-band {
    background: var(--canvas);
    color: var(--ink);
    padding: var(--space-section) 0;
    position: relative;
    overflow: hidden;
  }

  .stats-band h2 {
    color: var(--ink);
    font-family: "Fraunces", serif;
  }
  .stats-band .eyebrow {
    color: var(--rose-600);
    font-weight: 600;
  }
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 36px;
  }
  @media (max-width: 760px) {
    .grid-3 {
      grid-template-columns: 1fr;
    }
  }
  .grid-4-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 40px;
  }
  @media (max-width: 1024px) {
    .grid-4-stats {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }
  }
  /* ── Desktop / Mobile Stats Toggle ── */
  .desktop-stats { display: grid; }
  .mobile-stats { display: none !important; }
  @media (max-width: 640px) {
    .desktop-stats { display: none !important; }
    .mobile-stats { display: flex !important; margin: 28px auto 0; }
  }

  /* ── Desktop: Clean horizontal rolling counters ── */
  .stat {
    text-align: center;
    padding: 12px;
  }
  .stat .figure {
    font-family: "Fraunces", serif;
    font-size: 3rem;
    line-height: 1.1;
    color: var(--rose-600);
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .stat .label {
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.4;
    color: var(--ink-soft);
    display: block;
  }

  /* ══════════════════════════════════════════════════
     Mobile: Uiverse.io 3D Rotating Card Deck
     by ilkhoeri — adapted with feminine palette
     ══════════════════════════════════════════════════ */
  .wrap_card {
    position: relative;
    overflow: hidden;
    width: var(--w-wrap-card);
    height: calc(var(--h-card) / 1.25);
    display: flex;
    align-items: center;
    justify-content: center;
    --w-card: 160px;
    --h-card: 200px;
    --rotate-card: 15deg;
    --insetX-card: 28px;
    --t-card: calc(var(--insetX-card) * 1.25);
    --w-wrap-card: calc(var(--w-card) + calc(calc(var(--w-card) / 2) * 2));
  }

  .wrap_card .content {
    background-color: rgba(31, 15, 43, 0.78);
    overflow: hidden;
    position: relative;
    width: calc(100% - calc(var(--pd) * 2));
    height: calc(100% - calc(var(--pd) * 2));
    border-radius: calc(var(--round) - var(--pd));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
  }
  .wrap_card .content > span {
    font-size: 180px;
    font-weight: 800;
    line-height: 0.75;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 50% 0 0 50%;
    transform: translate(-50%, -50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 3px;
    color: transparent;
    opacity: 0;
    background-image: linear-gradient(-45deg, #ffffff25 0%, #ffffffac 100%);
    animation: uv-opacity 0s cubic-bezier(1, 0, 0, 1) forwards var(--delay) reverse;
    pointer-events: none;
  }
  .card-info {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #fff;
  }
  .card-info strong {
    font-family: "Fraunces", serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .card-info small {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
  }
  .wrap_card .content > svg {
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    opacity: 0.7;
    animation: uv-opacity 8.4s cubic-bezier(1, 0, 0, 1) forwards calc(var(--delay) - 4.3s);
    transform: translateX(-50%);
  }

  .wrap_card .card:nth-child(1) { --delay: 4.3s; }
  .wrap_card .card:nth-child(2) { --delay: 7.3s; }
  .wrap_card .card:nth-child(3) { --delay: 10.3s; }

  @keyframes uv-opacity {
    from { opacity: 1; }
    to { opacity: 0; }
  }

  .wrap_card .card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    animation: uv-rotating 9s cubic-bezier(0.75, 0, 0, 1.01) infinite 0s;
    border-radius: var(--round);
    background: var(--bg);
    order: var(--order);
    width: var(--w-card);
    height: var(--h-card);
    z-index: var(--z1);
    top: var(--t1);
    left: var(--l1);
    right: var(--r1);
    transform: var(--trans1);
    --pd: 4px;
    --round: 16px;
    --x1: var(--insetX-card);
    --x2: calc(var(--w-wrap-card) - calc(var(--w-card) + var(--insetX-card)));
    --to-left: rotate(calc(var(--rotate-card) * -1));
    --to-center: calc(var(--w-card) / 2);
    --to-right: rotate(calc(var(--rotate-card) * 1));
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  }

  /* Card 1 — Rose */
  .wrap_card .card:nth-child(1) {
    --order: 2;
    --bg: radial-gradient(circle, rgba(236,110,181,1) 0%, rgba(214,51,132,1) 40%, rgba(120,20,70,1) 100%);
    --z1: 2; --t1: 0; --l1: var(--to-center); --r1: var(--to-center);
    --trans1: rotate(0);
    --z2: 0; --t2: var(--t-card); --l2: var(--x1); --r2: var(--x2);
    --trans2: var(--to-left);
    --z3: 0; --t3: var(--t-card); --l3: var(--x2); --r3: var(--x1);
    --trans3: var(--to-right);
  }
  /* Card 2 — Gold */
  .wrap_card .card:nth-child(2) {
    --order: 3;
    --bg: radial-gradient(circle, rgba(232,185,49,1) 0%, rgba(212,160,23,1) 40%, rgba(140,100,5,1) 100%);
    --z1: 0; --t1: var(--t-card); --l1: var(--x2); --r1: var(--x1);
    --trans1: var(--to-right);
    --z2: 2; --t2: 0; --l2: var(--to-center); --r2: var(--to-center);
    --trans2: rotate(0);
    --z3: 0; --t3: var(--t-card); --l3: var(--x1); --r3: var(--x2);
    --trans3: var(--to-left);
  }
  /* Card 3 — Orchid */
  .wrap_card .card:nth-child(3) {
    --order: 1;
    --bg: radial-gradient(circle, rgba(167,139,250,1) 0%, rgba(124,58,237,1) 40%, rgba(70,20,150,1) 100%);
    --z1: 0; --t1: var(--t-card); --l1: var(--x1); --r1: var(--x2);
    --trans1: var(--to-left);
    --z2: 0; --t2: var(--t-card); --l2: var(--x2); --r2: var(--x1);
    --trans2: var(--to-right);
    --z3: 2; --t3: 0; --l3: var(--to-center); --r3: var(--to-center);
    --trans3: rotate(0);
  }

  @keyframes uv-rotating {
    0%, 99.99% {
      z-index: var(--z1); top: var(--t1); left: var(--l1); right: var(--r1); transform: var(--trans1);
    }
    33.33% {
      z-index: var(--z2); top: var(--t2); left: var(--l2); right: var(--r2); transform: var(--trans2);
    }
    66.66% {
      z-index: var(--z3); top: var(--t3); left: var(--l3); right: var(--r3); transform: var(--trans3);
    }
  }

  .uv-lines {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
  }
  .uv-line {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .uv-line::before, .uv-line::after {
    content: "";
    position: absolute;
    inset: auto;
    background: linear-gradient(to right, var(--gradient-a-line, #0000), var(--gradient-b-line, #0000), var(--gradient-c-line, #0000));
    filter: var(--blur-line);
    width: var(--w-line);
    height: var(--h-line);
  }
  .uv-line:nth-child(1)::before { --blur-line: blur(4px); --w-line: 100%; --h-line: 5px; --gradient-b-line: #D63384; }
  .uv-line:nth-child(1)::after  { --w-line: 100%; --h-line: 1px; --gradient-b-line: #EC6EB5; }
  .uv-line:nth-child(2)::before { --blur-line: blur(4px); --w-line: 50%;  --h-line: 5px; --gradient-b-line: #D4A017; }
  .uv-line:nth-child(2)::after  { --w-line: 50%;  --h-line: 1px; --gradient-b-line: #7C3AED; }
  .placeholder-flag {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e7c98f;
    margin-top: 6px;
    display: block;
  }

  .grid-3-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    justify-content: center;
  }
  @media (max-width: 900px) {
    .grid-3-events {
      grid-template-columns: 1fr;
    }
  }
  .event-card {
    position: relative;
    background: rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(27, 75, 71, 0.08);
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
  }
  .event-card:hover {
    transform: translateY(-6px);
    box-shadow:
      0 36px 90px rgba(27, 75, 71, 0.12),
      0 0 28px rgba(181, 250, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.42);
  }
  .event-card::before,
  .event-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .event-card::before {
    top: 18%;
    right: -1.2rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: rgba(226, 153, 61, 0.16);
  }
  .event-card::after {
    top: 8%;
    right: 6%;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
  }
  .event-card h3,
  .event-card p,
  .event-card .form-note,
  .event-card .btn {
    position: relative;
    z-index: 1;
  }
  .status-pill {
    align-self: flex-start;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--teal-dark);
    border: 1px solid rgba(255, 255, 255, 0.75);
  }
  .status-ongoing {
    background: rgba(223, 240, 228, 0.52);
    color: #1f6e3c;
  }
  .status-soon {
    background: rgba(251, 233, 207, 0.58);
    color: var(--marigold-dark);
  }
  .status-interest {
    background: rgba(234, 225, 236, 0.65);
    color: var(--plum);
  }
  .event-card .btn {
    margin-top: auto;
    align-self: flex-start;
  }

  .updates-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
  }
  .pill-label {
    display: inline-block;
    background: var(--stone-deep);
    color: var(--plum);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
  }
  .updates-head h2 {
    max-width: 20ch;
    margin: 0 auto 18px;
  }
  .see-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--near-black);
  }
  .updates-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 8px;
    justify-content: center;
  }
  @media (max-width: 1000px) {
    .updates-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 560px) {
    .updates-grid {
      grid-template-columns: 1fr;
    }
  }
  .update-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .update-card .photo-placeholder {
    aspect-ratio: 4/5;
    border-radius: 20px;
  }
  .update-card .u-date {
    font-size: 0.8rem;
    color: #6b7370;
  }
  .update-card h4 {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    color: var(--near-black);
  }
  .updates-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 28px;
  }
  .updates-nav button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--white);
    cursor: pointer;
    font-size: 1rem;
    color: var(--near-black);
  }
  .updates-nav button:hover {
    background: var(--stone-deep);
  }

  .voices {
    background: var(--block-lilac);
    color: var(--ink);
  }
  .voices h2 {
    color: var(--ink);
  }
  .voices .eyebrow {
    color: var(--teal-dark);
  }
  .voices .eyebrow::before {
    background: var(--marigold);
  }
  .quote-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 20px;
  }
  @media (max-width: 760px) {
    .quote-grid {
      grid-template-columns: 1fr;
    }
  }
  .quote-card {
    background: var(--canvas);
    border: 1px solid var(--hairline);
    border-radius: var(--radius);
    padding: 30px;
  }
  .quote-card p {
    font-family: "Fraunces", serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.6em;
  }
  .quote-card cite {
    font-style: normal;
    font-size: 0.88rem;
    color: #e6c9da;
  }

  .cta-band {
    background: var(--block-cream);
    border-radius: var(--radius);
    padding: 52px;
    text-align: center;
  }
  .cta-band h2 {
    margin-bottom: 0.3em;
  }
  .cta-band p {
    max-width: 56ch;
    margin: 0 auto 1.4em;
    color: #4a3c1f;
  }
  .cta-band .hero-ctas {
    justify-content: center;
  }
  .cta-band .btn-primary {
    background: var(--marigold);
    color: #fff;
  }
  .cta-band .btn-primary:hover {
    background: var(--marigold-dark);
  }
  .cta-band .btn-outline {
    border-color: var(--teal-dark);
    color: var(--teal-dark);
  }
  .cta-band .btn-outline:hover {
    background: var(--teal-dark);
    color: #fff;
  }

  .newsletter {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
  }
  .newsletter-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  @media (max-width: 760px) {
    .newsletter {
      grid-template-columns: 1fr;
      padding: 28px;
    }
  }
  .field-row {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  input[type="email"],
  input[type="text"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 13px 18px;
    border-radius: 12px;
    border: 1px solid var(--line);
    font-family: inherit;
    font-size: 0.95rem;
    background: var(--white);
    color: var(--near-black);
    transition:
      border-color 0.15s ease,
      box-shadow 0.15s ease;
  }
  input:focus,
  textarea:focus {
    outline: none;
    border-color: var(--marigold-dark);
    box-shadow: 0 0 0 3px rgba(226, 153, 47, 0.25);
  }
  .form-note {
    font-size: 0.8rem;
    color: #6b7370;
    margin-top: 10px;
  }
  .form-note.right-note {
    text-align: right;
    margin-top: -6px;
  }

  /* ==========================================
   CONTACT SECTION (Customized from sample design)
   ========================================== */
  .contact-section {
    padding: 80px 0;
    background: var(--block-cream);
  }

  .contact-card {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(24, 31, 28, 0.08);
    border: 1px solid var(--line);
    background: var(--white);
  }

  @media (max-width: 900px) {
    .contact-card {
      grid-template-columns: 1fr;
    }
  }

  .contact-left {
    background: linear-gradient(
        135deg,
        rgba(45, 27, 46, 0.91) 0%,
        rgba(45, 27, 46, 0.96) 100%
      ),
      url("../images/gallery/gallery-1.jpeg") center/cover no-repeat;
    color: var(--inverse-ink);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
    position: relative;
    overflow: hidden;
  }

  /* ── Community Gallery Grid ── */
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 28px;
  }
  @media (max-width: 1024px) {
    .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }
  @media (max-width: 600px) {
    .gallery-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
  }
  .gallery-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 320px;
    box-shadow: 0 8px 24px rgba(24, 31, 28, 0.08);
    background: var(--teal-dark);
  }
  .gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
  }
  .gallery-card:hover img {
    transform: scale(1.06);
  }
  .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 20px 20px;
    background: linear-gradient(
      to top,
      rgba(45, 27, 46, 0.95) 0%,
      rgba(45, 27, 46, 0.6) 70%,
      transparent 100%
    );
    color: #ffffff;
    pointer-events: none;
  }
  .gallery-caption h3 {
    color: var(--marigold);
    font-size: 1.05rem;
    margin-bottom: 4px;
    font-family: "Fraunces", serif;
  }
  .gallery-caption p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.35;
  }

  .contact-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--inverse-ink);
  }

  .contact-left-content h2 {
    color: var(--inverse-ink);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin-bottom: 0.5em;
  }

  .contact-left-content p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.6;
    max-width: 44ch;
    margin: 0;
  }

  .contact-quote-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    padding: 24px;
    backdrop-filter: blur(10px);
    position: relative;
  }

  .contact-quote-card .quote-header {
    margin-bottom: 10px;
  }

  .contact-quote-card .quote-logo {
    font-family: "Fraunces", serif;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    color: var(--marigold);
    text-transform: uppercase;
  }

  .contact-quote-card .quote-text {
    margin: 0 0 12px;
    font-family: "Fraunces", serif;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.98);
    font-weight: 500;
  }

  .contact-quote-card .quote-author {
    display: block;
    font-style: normal;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.9);
  }

  .contact-right {
    padding: 48px;
    background: var(--white);
  }

  @media (max-width: 600px) {
    .contact-left,
    .contact-right {
      padding: 28px;
    }
  }

  .contact-tabs {
    display: flex;
    background: #f0eee6;
    padding: 5px;
    border-radius: 14px;
    gap: 4px;
    margin-bottom: 28px;
  }

  .tab-btn {
    flex: 1;
    padding: 10px 18px;
    border: none;
    background: transparent;
    border-radius: 10px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    color: #5c6662;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .tab-btn.active {
    background: var(--white);
    color: var(--near-black);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  @media (max-width: 560px) {
    .form-grid {
      grid-template-columns: 1fr;
    }
  }

  .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }

  .form-group label {
    font-weight: 600;
    font-size: 0.86rem;
    color: #38423e;
    margin-bottom: 8px;
  }

  .contact-submit-btn {
    width: 100%;
    margin-top: 10px;
    padding: 16px 32px;
    font-size: 1rem;
  }

  .form-disclaimer {
    font-size: 0.8rem;
    color: #727c78;
    margin-top: 16px;
    text-align: center;
  }

  .form-disclaimer a {
    color: var(--teal);
    text-decoration: underline;
  }

  footer {
    background: var(--teal-dark);
    color: #d9ded9;
    padding: 64px 0 28px;
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 32px;
  }
  @media (max-width: 800px) {
    .foot-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 520px) {
    .foot-grid {
      grid-template-columns: 1fr;
    }
  }
  footer h4 {
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 1em;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer li {
    margin-bottom: 0.6em;
  }
  footer a {
    text-decoration: none;
    color: #d9ded9;
  }
  footer a:hover {
    color: var(--marigold);
  }
  .foot-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }
  .foot-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 48px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.82rem;
    color: #9faaa5;
  }
  .socials {
    display: flex;
    gap: 14px;
  }
  .socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.2s ease;
    text-decoration: none;
  }
  .socials a:hover {
    background: var(--marigold);
    border-color: var(--marigold);
    color: var(--near-black);
    transform: translateY(-2px);
  }
  .footer-brand {
    color: #fff;
    font-family: "Fraunces", serif;
  }
  .foot-description {
    max-width: 34ch;
    font-size: 0.9rem;
  }
  .foot-caption {
    font-size: 0.8rem;
    color: #9faaa5;
  }
  .bg-stone-deep {
    background: var(--stone-deep);
  }
  .limited-width--20ch {
    max-width: 20ch;
  }
  .limited-width--22ch {
    max-width: 22ch;
  }
  .limited-width--65ch {
    max-width: 65ch;
  }
  .mb-0_3 {
    margin-bottom: 0.3em;
  }
  .mb-0_9 {
    margin-bottom: 0.9em;
  }
  .mt-36 {
    margin-top: 36px;
  }

  /* 404 page */
  .page-404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: var(--stone);
    color: var(--ink);
    padding: 60px 24px;
  }
  .page-404__content {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
  }
  .page-404__content h1 {
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    margin-bottom: 0.8em;
  }
  .page-404__copy {
    margin: 0 auto 1.8em;
    max-width: 42ch;
    color: #4a5450;
    font-size: 1rem;
    line-height: 1.8;
  }
  .my-custom-face-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    background: var(--cream-1);
    border: 1px solid var(--line);
    border-radius: 32px;
    padding: 28px;
    color: var(--teal-dark);
    width: min(100%, 560px);
    box-shadow: 0 24px 80px rgba(27, 75, 71, 0.12);
  }
  .my-custom-face-container .face {
    width: clamp(260px, 34vw, 420px);
  }
  .my-custom-face-container .face__eyes,
  .my-custom-face-container .face__eye-lid,
  .my-custom-face-container .face__mouth-left,
  .my-custom-face-container .face__mouth-right,
  .my-custom-face-container .face__nose,
  .my-custom-face-container .face__pupil {
    animation: eyes 1s 0.3s forwards;
  }
  .my-custom-face-container .face__eye-lid,
  .my-custom-face-container .face__pupil {
    animation-duration: 4s;
    animation-delay: 1.3s;
    animation-iteration-count: infinite;
  }
  .my-custom-face-container .face__eye-lid {
    animation-name: eye-lid;
  }
  .my-custom-face-container .face__mouth-left {
    animation-name: mouth-left;
  }
  .my-custom-face-container .face__mouth-right {
    animation-name: mouth-right;
  }
  .my-custom-face-container .face__nose {
    animation-name: nose;
  }
  .my-custom-face-container .face__pupil {
    animation-name: pupil;
  }

  @keyframes eye-lid {
    0%,
    40%,
    45%,
    100% {
      transform: translateY(0);
    }
    42.5% {
      transform: translateY(17.5px);
    }
  }

  @keyframes eyes {
    from {
      transform: translateY(112.5px);
    }
    to {
      transform: translateY(15px);
    }
  }

  @keyframes pupil {
    0%,
    37.5%,
    40%,
    45%,
    87.5%,
    100% {
      stroke-dashoffset: 0;
      transform: translate(0, 0);
    }
    12.5%,
    25%,
    62.5%,
    75% {
      transform: translate(-35px, 0);
    }
    42.5% {
      stroke-dashoffset: 35;
      transform: translate(0, 17.5px);
    }
  }

  @keyframes mouth-left {
    from,
    50% {
      stroke-dashoffset: -102;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes mouth-right {
    from,
    50% {
      stroke-dashoffset: 102;
    }
    to {
      stroke-dashoffset: 0;
    }
  }

  @keyframes nose {
    from {
      transform: translate(0, 0);
    }
    to {
      transform: translate(0, 22.5px);
    }
  }

  /* ============================================================
   MOBILE RESPONSIVE — max-width: 640px
   Keeps desktop untouched; mobile flows top-to-bottom
   ============================================================ */
  @media (max-width: 640px) {
    /* ── Typography scale-down ── */
    h1 {
      font-size: 2.1rem;
    }
    h2 {
      font-size: 1.75rem;
    }
    h3 {
      font-size: 1.15rem;
    }

    /* ── Global spacing ── */
    section {
      padding: 52px 0;
    }
    .wrap {
      padding: 0 18px;
    }

    /* ── Navigation ── */
    header#top {
      padding: 10px 12px;
    }
    .nav-row {
      padding: 6px 10px 6px 14px;
      gap: 8px;
    }
    .logo {
      font-size: 0.9rem;
      gap: 6px;
    }
    .logo small {
      display: none;
    }
    .nav-right .btn-primary {
      padding: 6px 14px;
      border-width: 3px;
      gap: 0;
    }
    .nav-right .btn-primary .text {
      font-size: 0.8rem;
    }
    .nav-right .btn-primary .svg {
      display: none;
    }

    /* ── Hero ── */
    .hero {
      padding-top: 48px;
      padding-bottom: 56px;
    }
    .hero-headline {
      font-size: clamp(2rem, 9vw, 3rem);
      margin: 14px auto 0.4em;
    }
    /* Inline photo pill inside headline — pull down below */
    .headline-photo {
      display: block;
      width: 72%;
      max-width: 260px;
      aspect-ratio: 3 / 1;
      margin: 16px auto 0;
      transform: none;
      border-radius: 999px;
    }
    .hero .lede {
      font-size: 1rem;
      margin-bottom: 1.6em;
    }
    .hero-ctas {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      padding: 0 8px;
    }
    .hero-ctas .btn,
    .hero-ctas .btn-primary,
    .hero-ctas .btn-outline {
      justify-content: center;
      width: 100%;
    }

    /* ── Location badge widget ── */
    .btn-wrapper {
      padding: 1rem 2.4rem;
      min-width: auto;
      width: 90%;
      margin-bottom: 36px;
    }

    /* ── Intro two-column ── */
    .intro {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    /* ── Mobile Glassmorphic 2x2 Impact Stats ── */
    .grid-3 {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .grid-4-stats {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 28px;
    }
    .stat-card {
      padding: 18px 14px;
      border-radius: 16px;
      gap: 6px;
    }
    .stat-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      margin-bottom: 2px;
    }
    .stat-icon svg {
      width: 18px;
      height: 18px;
    }
    .stat-card .figure {
      font-size: 2.1rem;
      line-height: 1.05;
    }
    .stat-card .label {
      font-size: 0.8rem;
      line-height: 1.25;
    }
    .stat-badge {
      font-size: 0.62rem;
      padding: 2px 7px;
      margin-top: 4px;
    }

    /* ── Events grid ── */
    .grid-3-events {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .event-card {
      padding: 22px;
    }

    /* ── Programmes 4-col ── */
    .grid-4 {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    /* ── News / updates grid ── */
    .updates-grid {
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    .update-card .photo-placeholder {
      aspect-ratio: 1 / 1;
    }

    /* ── Voices / quotes ── */
    .quote-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .quote-card {
      padding: 22px 20px;
    }
    .quote-card p {
      font-size: 1.05rem;
    }

    /* ── CTA band ── */
    .cta-band {
      padding: 36px 22px;
      border-radius: 20px;
    }
    .cta-band .hero-ctas {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
    }
    .cta-band .hero-ctas .btn,
    .cta-band .hero-ctas .btn-primary,
    .cta-band .hero-ctas .btn-outline {
      justify-content: center;
      width: 100%;
    }

    /* ── Newsletter / Loop card ── */
    .newsletter {
      grid-template-columns: 1fr;
      padding: 24px 20px;
      gap: 20px;
      border-radius: 18px;
    }

    /* ── Contact section ── */
    .contact-section {
      padding: 52px 0;
    }
    .contact-card {
      grid-template-columns: 1fr;
      border-radius: 20px;
    }
    .contact-left {
      padding: 32px 22px;
      gap: 24px;
    }
    .contact-right {
      padding: 28px 22px;
    }
    .contact-left-content h2 {
      font-size: 1.6rem;
    }
    .contact-quote-card {
      padding: 18px;
    }
    .contact-quote-card .quote-text {
      font-size: 0.95rem;
    }
    .contact-tabs {
      margin-bottom: 20px;
    }
    .contact-submit-btn {
      padding: 14px 24px;
    }
    .form-grid {
      grid-template-columns: 1fr;
      gap: 0;
    }

    /* ── Split cards ── */
    .split-card {
      grid-template-columns: 1fr;
    }
    .split-card > div {
      padding: 28px 22px;
    }

    /* ── Footer ── */
    footer {
      padding: 48px 0 24px;
    }
    .foot-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .foot-bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 16px;
    }
  }

  /* ── Very small phones (≤380px) ── */
  @media (max-width: 380px) {
    .updates-grid {
      grid-template-columns: 1fr;
    }
    .hero-headline {
      font-size: 1.9rem;
    }
  }

/* ============================================================
   NEWSLETTER BAND
   ============================================================ */
.newsletter-band {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px 40px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  backdrop-filter: blur(10px);
}

.newsletter-text h3 {
  color: #ffffff;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.newsletter-text p {
  color: #9faaa5;
  font-size: 0.95rem;
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 340px;
}

.newsletter-input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.newsletter-input-wrap input {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: inherit;
  font-size: 0.95rem;
  flex: 1;
}

.newsletter-input-wrap input::placeholder {
  color: #7b8883;
}

.newsletter-input-wrap input:focus {
  outline: none;
  border-color: var(--marigold);
  box-shadow: 0 0 0 3px rgba(226, 153, 47, 0.2);
}

.newsletter-btn {
  padding: 12px 24px;
  font-size: 0.9rem;
  white-space: nowrap;
}

.newsletter-subtext {
  font-size: 0.78rem;
  color: #7b8883;
  margin: 0;
  padding-left: 12px;
}

@media (max-width: 860px) {
  .newsletter-band {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 20px;
  }
  .newsletter-form {
    min-width: 100%;
  }
  .newsletter-input-wrap {
    flex-direction: column;
  }
  .newsletter-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ══════════════════════════════════════════════════
   ILLUSTRATION UTILITIES (Added for visual interest)
   ══════════════════════════════════════════════════ */

.illus-about-float {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 320px;
  z-index: 0;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.06));
  pointer-events: none;
}

.illus-cta {
  position: absolute;
  bottom: -15px;
  right: -20px;
  width: 280px;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}

@media (max-width: 900px) {
  .illus-about-float {
    display: none;
  }
}

@media (max-width: 640px) {
  .illus-cta {
    display: none;
  }
}
