/* ============================================================
   Wag'n Tails  -  Community page
   Page-scoped under body.wagn-join-the-community.
   Mobile-first. prefers-reduced-motion respected.
   Imagery: wagn-home/images/community/ (+ optional social stills).
   ============================================================ */

body.wagn-join-the-community *,
body.wagn-join-the-community *::before,
body.wagn-join-the-community *::after {
  box-sizing: border-box;
}

html:has(body.wagn-join-the-community) {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.wagn-join-the-community {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background:
    radial-gradient(ellipse 85% 55% at 12% -5%, rgba(243, 236, 251, 0.98), transparent 58%),
    radial-gradient(ellipse 70% 45% at 95% 8%, rgba(138, 214, 204, 0.22), transparent 50%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(237, 109, 136, 0.06), transparent 55%),
    linear-gradient(180deg, #f4eefb 0%, var(--cream, #f7f4ee) 40%, #eef8f6 100%);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

body.wagn-join-the-community img,
body.wagn-join-the-community svg,
body.wagn-join-the-community video,
body.wagn-join-the-community iframe,
body.wagn-join-the-community picture {
  display: block;
  max-width: 100%;
}

body.wagn-join-the-community a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

body.wagn-join-the-community h1,
body.wagn-join-the-community h2,
body.wagn-join-the-community h3,
body.wagn-join-the-community h4 {
  font-family: var(--font-heading);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--purple);
  margin: 0 0 0.75rem;
}

body.wagn-join-the-community p {
  margin: 0 0 1rem;
}

body.wagn-join-the-community p:last-child {
  margin-bottom: 0;
}

body.wagn-join-the-community ul,
body.wagn-join-the-community ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.wagn-join-the-community :focus {
  outline: none;
}

body.wagn-join-the-community :focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
}

body.wagn-join-the-community .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.wagn-join-the-community .container {
  width: min(calc(100% - (2 * var(--page-gutter, 1.25rem))), var(--container, 72rem));
  max-width: 100%;
  margin-inline: auto;
}

body.wagn-join-the-community .container--narrow {
  width: min(calc(100% - (2 * var(--page-gutter, 1.25rem))), var(--container-narrow, 42rem));
  max-width: 100%;
  margin-inline: auto;
}

body.wagn-join-the-community .section {
  padding-block: var(--section-y);
  position: relative;
}

body.wagn-join-the-community .text-gradient {
  background-image: var(--heading-gradient);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* Keep gradient headings wrapping inside the content box (no right-edge clip). */
  display: block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.wagn-join-the-community .jtc-section-header {
  max-width: 40rem;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

body.wagn-join-the-community .jtc-section-header--tight {
  margin-bottom: 1.25rem;
}

body.wagn-join-the-community .jtc-section-header h2 {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  overflow-wrap: anywhere;
  max-width: 100%;
}

body.wagn-join-the-community .jtc-section-header p {
  color: var(--ink-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

/* ----- Hero (full-bleed lavender road + mint van) ----- */
body.wagn-join-the-community .jtc-hero {
  position: relative;
  /* Panoramic art (~3:1): tall 90vh crops the road trip scene too hard. */
  min-height: clamp(26rem, 72svh, 40rem);
  display: grid;
  align-items: end;
  padding-block:
    calc(clamp(4.75rem, 12vw, 6.25rem) + env(safe-area-inset-top, 0px))
    clamp(1.85rem, 4.5vw, 3.25rem);
  overflow: clip;
  isolation: isolate;
}

body.wagn-join-the-community .jtc-hero__stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #3a2758;
}

/* Soft sun wash (no heavy blur glow). */
body.wagn-join-the-community .jtc-hero__wash {
  position: absolute;
  width: min(42rem, 90vw);
  height: min(28rem, 70vw);
  right: -6%;
  top: -8%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 214, 140, 0.34) 0%,
    rgba(237, 183, 87, 0.12) 42%,
    transparent 72%
  );
  will-change: transform;
  z-index: 1;
}

body.wagn-join-the-community .jtc-hero__art {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.wagn-join-the-community .jtc-hero__art__img,
body.wagn-join-the-community .jtc-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Bias to van + road + sun; leave left hills for copy. */
  object-position: 68% 44%;
  will-change: transform;
}

body.wagn-join-the-community .jtc-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  /* Left/bottom scrim for cream type; keep lavender road + van readable. */
  background:
    linear-gradient(
      105deg,
      rgba(22, 12, 40, 0.78) 0%,
      rgba(22, 12, 40, 0.52) 28%,
      rgba(22, 12, 40, 0.18) 52%,
      transparent 72%
    ),
    linear-gradient(
      180deg,
      rgba(22, 12, 40, 0.28) 0%,
      rgba(22, 12, 40, 0.08) 38%,
      rgba(22, 12, 40, 0.62) 100%
    );
  will-change: transform;
}

body.wagn-join-the-community .jtc-hero__inner {
  position: relative;
  z-index: 3;
  max-width: 34rem;
  padding-bottom: 0.15rem;
}

/* Brand-first: hero-level name, not a tiny eyebrow. */
body.wagn-join-the-community .jtc-hero__brand {
  margin: 0 0 0.55rem;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 3.8vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 18ch;
  color: #f7f4ee;
  overflow-wrap: anywhere;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.45),
    0 6px 22px rgba(0, 0, 0, 0.4);
}

body.wagn-join-the-community .jtc-hero__title {
  font-size: clamp(2.05rem, 6.4vw, 3.45rem);
  margin-bottom: 0.7rem;
  max-width: 13ch;
  color: #f7f4ee;
  overflow-wrap: anywhere;
}

/* Cream/white reads on lavender hills; drop-shadow works with clipped gradients. */
body.wagn-join-the-community .jtc-hero__title.text-gradient {
  background-image: linear-gradient(135deg, #ffffff 0%, #f7f4ee 46%, #e8fff9 100%);
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45)) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.38));
}

body.wagn-join-the-community .jtc-hero__lede {
  color: rgba(247, 244, 238, 0.96);
  font-size: clamp(1.02rem, 1.55vw, 1.15rem);
  line-height: 1.5;
  max-width: 30rem;
  margin-bottom: 0;
  overflow-wrap: anywhere;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 6px 20px rgba(0, 0, 0, 0.42);
}

body.wagn-join-the-community .jtc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.15rem;
  margin-top: 1.25rem;
}

body.wagn-join-the-community .jtc-hero__actions .btn--primary {
  min-height: 2.85rem;
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.14) inset,
    0 10px 26px rgba(0, 0, 0, 0.28),
    0 4px 12px rgba(96, 51, 135, 0.3);
}

body.wagn-join-the-community .jtc-hero__secondary {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(247, 244, 238, 0.94);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.5),
    0 4px 16px rgba(0, 0, 0, 0.4);
}

@media (min-width: 900px) {
  body.wagn-join-the-community .jtc-hero {
    align-items: center;
    min-height: clamp(30rem, 68vh, 42rem);
    padding-block:
      calc(clamp(5.5rem, 8vw, 6.75rem) + env(safe-area-inset-top, 0px))
      clamp(2.5rem, 5vw, 3.75rem);
  }

  body.wagn-join-the-community .jtc-hero__art__img,
  body.wagn-join-the-community .jtc-hero__art img {
    /* Open hills under left copy; van + sun stay in frame on the right. */
    object-position: 52% 46%;
  }

  body.wagn-join-the-community .jtc-hero__veil {
    background:
      linear-gradient(
        100deg,
        rgba(22, 12, 40, 0.76) 0%,
        rgba(22, 12, 40, 0.42) 34%,
        rgba(22, 12, 40, 0.12) 58%,
        transparent 78%
      ),
      linear-gradient(
        180deg,
        rgba(22, 12, 40, 0.22) 0%,
        transparent 42%,
        rgba(22, 12, 40, 0.4) 100%
      );
  }

  body.wagn-join-the-community .jtc-hero__inner {
    max-width: 36rem;
  }
}

@media (max-width: 639px) {
  body.wagn-join-the-community .jtc-hero {
    /* Balanced first viewport: room for brand + copy without a tall empty crop. */
    min-height: clamp(24.5rem, 74svh, 34rem);
    max-height: none;
    align-items: end;
    padding-block:
      calc(clamp(4.5rem, 13vw, 5.5rem) + env(safe-area-inset-top, 0px))
      clamp(1.5rem, 5vw, 2.25rem);
  }

  body.wagn-join-the-community .jtc-hero__art__img,
  body.wagn-join-the-community .jtc-hero__art img {
    /* Keep mint van + road + sun in the vertical crop without clipping the van hard. */
    object-position: 70% 48%;
    filter: brightness(0.9) saturate(1.05);
  }

  body.wagn-join-the-community .jtc-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  body.wagn-join-the-community .jtc-hero__veil {
    background:
      linear-gradient(
        180deg,
        rgba(22, 12, 40, 0.22) 0%,
        rgba(22, 12, 40, 0.36) 40%,
        rgba(22, 12, 40, 0.82) 100%
      ),
      linear-gradient(
        95deg,
        rgba(22, 12, 40, 0.66) 0%,
        rgba(22, 12, 40, 0.22) 52%,
        transparent 82%
      );
  }

  body.wagn-join-the-community .jtc-hero__brand,
  body.wagn-join-the-community .jtc-hero__lede,
  body.wagn-join-the-community .jtc-hero__secondary {
    color: #fff;
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.6),
      0 6px 20px rgba(0, 0, 0, 0.5);
  }

  body.wagn-join-the-community .jtc-hero__brand {
    max-width: none;
  }

  body.wagn-join-the-community .jtc-hero__title {
    max-width: 12ch;
  }

  body.wagn-join-the-community .jtc-hero__inner {
    max-width: none;
  }

  body.wagn-join-the-community .jtc-hero__title.text-gradient {
    background-image: none;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #fff;
    color: #fff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.48));
  }

  body.wagn-join-the-community .jtc-hero__actions .btn {
    min-height: 2.85rem;
    padding-inline: 1.25rem;
  }

  /* Tighten lede → moments strip → follow links on mobile. */
  body.wagn-join-the-community .jtc-moving {
    padding-block: 1.75rem 0;
  }

  body.wagn-join-the-community .jtc-moving .jtc-section-header {
    margin-bottom: 0.35rem;
  }

  body.wagn-join-the-community .jtc-moving .jtc-section-header p {
    margin-bottom: 0;
  }

  body.wagn-join-the-community .jtc-social {
    padding-block: 0.85rem clamp(2rem, 8vw, 3rem);
  }

  body.wagn-join-the-community .jtc-social__shots {
    margin-bottom: 1.1rem;
  }

  body.wagn-join-the-community .jtc-social__follow-copy {
    margin-bottom: 0.95rem;
  }
}

/* ----- Moving ----- */
body.wagn-join-the-community .jtc-moving {
  padding-block: clamp(2.5rem, 6vw, 4rem) 0.25rem;
}

body.wagn-join-the-community .jtc-moving .jtc-section-header {
  margin-bottom: 0.65rem;
}

body.wagn-join-the-community .jtc-social {
  padding-block: 0.5rem var(--section-y);
}

/* ----- Clean social moments + follow links ----- */
body.wagn-join-the-community .jtc-social__shots {
  list-style: none;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (min-width: 720px) {
  body.wagn-join-the-community .jtc-social__shots {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

body.wagn-join-the-community .jtc-social__shot {
  margin: 0;
  overflow: hidden;
  border-radius: 0.65rem;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(160deg, rgba(90, 47, 130, 0.08), rgba(61, 143, 134, 0.1));
}

body.wagn-join-the-community .jtc-social__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.wagn-join-the-community .jtc-social__shot:hover img {
    transform: scale(1.04);
  }
}

body.wagn-join-the-community .jtc-social__follow {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

body.wagn-join-the-community .jtc-social__follow-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.65rem, 4.5vw, 2.25rem);
}

body.wagn-join-the-community .jtc-social__follow-copy {
  margin: 0 0 1.35rem;
  color: var(--ink-muted, #4a3d5c);
  font-size: 1.05rem;
}

body.wagn-join-the-community .jtc-social__channels {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  body.wagn-join-the-community .jtc-social__channels {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

body.wagn-join-the-community .jtc-social__channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 5.25rem;
  padding: 0.85rem 0.65rem;
  text-decoration: none;
  color: var(--purple);
  font-family: var(--font-heading);
  font-weight: 650;
  font-size: 0.95rem;
  border: 1.5px solid rgba(96, 51, 135, 0.16);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.55);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

body.wagn-join-the-community .jtc-social__channel:hover {
  transform: translateY(-2px);
  border-color: rgba(61, 143, 134, 0.55);
  background: rgba(255, 255, 255, 0.85);
}

body.wagn-join-the-community .jtc-social__channel-ico {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
  background-color: var(--purple);
  mask: var(--social-icon) center / contain no-repeat;
  -webkit-mask: var(--social-icon) center / contain no-repeat;
}

body.wagn-join-the-community .jtc-social__channel-label {
  line-height: 1.2;
}

/* ----- Community moment ----- */
body.wagn-join-the-community .jtc-moment {
  padding: 0;
  /* Banner crop is very wide; keep the section shorter so more of the art stays in frame. */
  min-height: clamp(14rem, 34vw, 20rem);
  display: grid;
  align-items: center;
  overflow: clip;
  color: #fff;
}

body.wagn-join-the-community .jtc-moment__art {
  position: absolute;
  inset: 0;
}

body.wagn-join-the-community .jtc-moment__art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(28, 18, 42, 0.22) 0%, rgba(28, 18, 42, 0.48) 55%, rgba(28, 18, 42, 0.62) 100%),
    linear-gradient(90deg, rgba(28, 18, 42, 0.28) 0%, transparent 38%, transparent 62%, rgba(28, 18, 42, 0.22) 100%);
}

body.wagn-join-the-community .jtc-moment__picture,
body.wagn-join-the-community .jtc-moment__art picture {
  position: absolute;
  inset: 0;
}

body.wagn-join-the-community .jtc-moment__picture__img,
body.wagn-join-the-community .jtc-moment__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep signpost + sun/road in the mobile crop. */
  object-position: 42% 50%;
  filter: brightness(0.72) saturate(1.08);
}

@media (min-width: 900px) {
  body.wagn-join-the-community .jtc-moment__picture__img,
  body.wagn-join-the-community .jtc-moment__art img {
    object-position: 50% 50%;
  }
}

body.wagn-join-the-community .jtc-moment__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(2.5rem, 6vw, 3.75rem);
  text-align: center;
}

body.wagn-join-the-community .jtc-moment__title {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  font-size: clamp(1.85rem, 4.5vw, 3rem);
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

body.wagn-join-the-community .jtc-moment__sub {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  font-weight: 600;
  color: #8ad6cc;
  margin-bottom: 0.85rem;
}

body.wagn-join-the-community .jtc-moment__copy {
  color: rgba(247, 244, 238, 0.94);
  max-width: 34rem;
  margin-inline: auto;
}

/* ----- Journey ahead (interactive panoramic road) ----- */
body.wagn-join-the-community .jtc-journey {
  padding-bottom: clamp(2.25rem, 5.5vw, 3.75rem);
}

body.wagn-join-the-community .jtc-journey__stage {
  display: grid;
  gap: 1.1rem;
}

body.wagn-join-the-community .jtc-journey__viewport {
  position: relative;
  margin-inline: var(--page-gutter);
}

body.wagn-join-the-community .jtc-journey__strip {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  border-radius: 1.35rem;
  scrollbar-width: thin;
  outline: none;
}

body.wagn-join-the-community .jtc-journey__strip:focus-visible {
  box-shadow: 0 0 0 3px rgba(96, 51, 135, 0.35);
}

body.wagn-join-the-community .jtc-journey__track {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: max(56rem, 180vw);
  min-width: max(56rem, 180vw);
  aspect-ratio: 1600 / 533;
  height: auto;
  border-radius: 1.35rem;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(115deg, #5a3a78 0%, #7a6aa0 42%, #d9b48a 100%);
}

body.wagn-join-the-community .jtc-journey__landscape,
body.wagn-join-the-community .jtc-journey__track picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
}

body.wagn-join-the-community .jtc-journey__landscape__img,
body.wagn-join-the-community .jtc-journey__track img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  object-position: center center;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

body.wagn-join-the-community .jtc-journey__hotspots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

body.wagn-join-the-community .jtc-journey__hotspot {
  position: absolute;
  left: var(--jx);
  top: var(--jy);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  touch-action: pan-x;
}

body.wagn-join-the-community .jtc-journey__pin {
  position: relative;
  width: 2.65rem;
  height: 2.65rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  color: #fffaf4;
  touch-action: pan-x;
  -webkit-tap-highlight-color: transparent;
}

body.wagn-join-the-community .jtc-journey__pin-ring {
  position: absolute;
  inset: 0.2rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 250, 244, 0.92);
  background: rgba(96, 51, 135, 0.28);
  box-shadow:
    0 0 0 1px rgba(26, 16, 48, 0.12),
    0 8px 18px rgba(26, 16, 48, 0.22);
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    opacity 0.35s ease;
  opacity: 0.88;
}

body.wagn-join-the-community .jtc-journey__pin:hover .jtc-journey__pin-ring,
body.wagn-join-the-community .jtc-journey__pin:focus-visible .jtc-journey__pin-ring {
  opacity: 1;
  background: rgba(96, 51, 135, 0.42);
  transform: scale(1.06);
}

body.wagn-join-the-community .jtc-journey__pin:focus-visible {
  outline: none;
}

body.wagn-join-the-community .jtc-journey__pin:focus-visible .jtc-journey__pin-ring {
  box-shadow:
    0 0 0 3px rgba(247, 244, 238, 0.95),
    0 0 0 5px rgba(96, 51, 135, 0.55),
    0 8px 18px rgba(26, 16, 48, 0.22);
}

body.wagn-join-the-community .jtc-journey__pin.is-active .jtc-journey__pin-ring,
body.wagn-join-the-community .jtc-journey__pin[aria-pressed="true"] .jtc-journey__pin-ring {
  background: rgba(214, 154, 74, 0.55);
  border-color: #fff6e8;
  box-shadow:
    0 0 0 2px rgba(214, 154, 74, 0.45),
    0 10px 22px rgba(26, 16, 48, 0.24);
  opacity: 1;
}

body.wagn-join-the-community .jtc-journey__pin.is-seen:not(.is-active) .jtc-journey__pin-ring {
  background: rgba(96, 51, 135, 0.5);
  border-color: rgba(255, 250, 244, 0.98);
}

body.wagn-join-the-community .jtc-journey__dock {
  margin-top: 0.15rem;
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(160deg, rgba(255, 252, 247, 0.96), rgba(243, 236, 251, 0.9));
  border: 1px solid rgba(96, 51, 135, 0.12);
  box-shadow: 0 14px 30px rgba(42, 26, 64, 0.08);
  min-height: 7.5rem;
  transition: background 0.4s ease, border-color 0.4s ease;
}

body.wagn-join-the-community .jtc-journey__dock.is-filled {
  border-color: rgba(96, 51, 135, 0.2);
  background:
    linear-gradient(160deg, rgba(255, 250, 242, 0.98), rgba(236, 226, 248, 0.94));
}

body.wagn-join-the-community .jtc-journey__dock-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(96, 51, 135, 0.72);
}

body.wagn-join-the-community .jtc-journey__dock-title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2.6vw, 1.7rem);
  font-weight: 700;
  color: var(--purple);
  line-height: 1.15;
}

body.wagn-join-the-community .jtc-journey__dock-copy {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.02rem;
  line-height: 1.45;
  max-width: 38rem;
}

body.wagn-join-the-community .jtc-journey__progress {
  margin: 0.7rem 0 0;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(96, 51, 135, 0.78);
}

body.wagn-join-the-community .jtc-journey__progress[hidden] {
  display: none;
}

body.wagn-join-the-community .jtc-journey__steps {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.wagn-join-the-community .jtc-journey__step {
  margin: 0;
  padding: 0.55rem 0.85rem;
  min-height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(96, 51, 135, 0.16);
  background: rgba(255, 255, 255, 0.62);
  color: var(--purple);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease;
}

body.wagn-join-the-community .jtc-journey__step:hover,
body.wagn-join-the-community .jtc-journey__step:focus-visible {
  background: rgba(243, 236, 251, 0.95);
  border-color: rgba(96, 51, 135, 0.32);
  outline: none;
}

body.wagn-join-the-community .jtc-journey__step.is-active,
body.wagn-join-the-community .jtc-journey__step[aria-pressed="true"] {
  background: rgba(96, 51, 135, 0.92);
  border-color: transparent;
  color: #fffaf4;
}

body.wagn-join-the-community .jtc-journey__step.is-seen:not(.is-active) {
  background: rgba(236, 226, 248, 0.9);
  border-color: rgba(96, 51, 135, 0.28);
}

/* Mobile pan affordance: hint, edge fades, chevron */
body.wagn-join-the-community .jtc-journey__hint,
body.wagn-join-the-community .jtc-journey__edge,
body.wagn-join-the-community .jtc-journey__chevron {
  display: none;
}

@media (max-width: 719px) {
  body.wagn-join-the-community .jtc-journey__hint {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    position: absolute;
    left: 50%;
    bottom: 0.7rem;
    z-index: 4;
    transform: translateX(-50%);
    margin: 0;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(26, 16, 48, 0.72);
    color: #f7f4ee;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.45s ease;
    white-space: nowrap;
  }

  body.wagn-join-the-community .jtc-journey__hint[hidden] {
    display: none;
  }

  body.wagn-join-the-community .jtc-journey__hint.is-fading,
  body.wagn-join-the-community .jtc-journey__viewport.is-explored .jtc-journey__hint {
    opacity: 0;
  }

  body.wagn-join-the-community .jtc-journey__hint-icon {
    width: 1.05rem;
    height: 1.05rem;
    border: 2px solid currentColor;
    border-radius: 0.28rem;
    position: relative;
    flex: 0 0 auto;
  }

  body.wagn-join-the-community .jtc-journey__hint-icon::before,
  body.wagn-join-the-community .jtc-journey__hint-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0.28rem;
    height: 0.28rem;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }

  body.wagn-join-the-community .jtc-journey__hint-icon::before {
    left: 0.12rem;
    transform: translateY(-50%) rotate(225deg);
  }

  body.wagn-join-the-community .jtc-journey__hint-icon::after {
    right: 0.12rem;
  }

  body.wagn-join-the-community .jtc-journey__edge {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2.4rem;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  body.wagn-join-the-community .jtc-journey__edge--start {
    left: 0;
    border-radius: 1.35rem 0 0 1.35rem;
    background: linear-gradient(90deg, rgba(26, 16, 48, 0.28), transparent);
    opacity: 0;
  }

  body.wagn-join-the-community .jtc-journey__edge--end {
    right: 0;
    border-radius: 0 1.35rem 1.35rem 0;
    background: linear-gradient(270deg, rgba(26, 16, 48, 0.34), transparent);
    opacity: 1;
  }

  body.wagn-join-the-community .jtc-journey__viewport.is-at-start .jtc-journey__edge--start {
    opacity: 0;
  }

  body.wagn-join-the-community .jtc-journey__viewport:not(.is-at-start) .jtc-journey__edge--start {
    opacity: 1;
  }

  body.wagn-join-the-community .jtc-journey__viewport.is-at-end .jtc-journey__edge--end,
  body.wagn-join-the-community .jtc-journey__viewport.is-at-end .jtc-journey__chevron {
    opacity: 0;
    pointer-events: none;
  }

  body.wagn-join-the-community .jtc-journey__chevron {
    display: grid;
    place-items: center;
    position: absolute;
    right: 0.55rem;
    top: 50%;
    z-index: 4;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(247, 244, 238, 0.92);
    color: var(--purple);
    box-shadow: 0 8px 20px rgba(26, 16, 48, 0.2);
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  body.wagn-join-the-community .jtc-journey__chevron span {
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2.5px solid currentColor;
    border-right: 2.5px solid currentColor;
    transform: translateX(-1px) rotate(45deg);
  }

  body.wagn-join-the-community .jtc-journey__viewport.is-nudge .jtc-journey__strip {
    scroll-behavior: smooth;
  }

  body.wagn-join-the-community .jtc-journey__viewport {
    /* Keep fades/chevron in the pan plane without clipping the strip scrollport */
    overflow: visible;
  }

  body.wagn-join-the-community .jtc-journey__strip {
    touch-action: pan-x;
    /* Explicit scrollport so the full strip can pan edge to edge */
    max-width: 100%;
  }

  body.wagn-join-the-community .jtc-journey__track {
    /* Wider than the viewport so left-through-right art (all signposts) is reachable */
    width: max(56rem, 320vw);
    min-width: max(56rem, 320vw);
    aspect-ratio: 1600 / 533;
  }

  body.wagn-join-the-community .jtc-journey__landscape,
  body.wagn-join-the-community .jtc-journey__track picture,
  body.wagn-join-the-community .jtc-journey__landscape__img,
  body.wagn-join-the-community .jtc-journey__track img {
    max-width: none;
  }

  body.wagn-join-the-community .jtc-journey__pin {
    width: 2.9rem;
    height: 2.9rem;
    touch-action: pan-x;
  }

  body.wagn-join-the-community .jtc-journey__dock {
    min-height: 8.25rem;
    padding: 1rem 1.05rem 1.1rem;
  }

  body.wagn-join-the-community .jtc-journey__steps {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.15rem;
    margin-inline: calc(var(--page-gutter) * -0.15);
    padding-inline: 0.1rem;
  }

  body.wagn-join-the-community .jtc-journey__steps::-webkit-scrollbar {
    display: none;
  }

  body.wagn-join-the-community .jtc-journey__step {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

@media (max-width: 719px) and (prefers-reduced-motion: no-preference) {
  body.wagn-join-the-community .jtc-journey__viewport.is-hinting:not(.is-explored) .jtc-journey__chevron {
    animation: jtc-journey-chevron-pulse 1.6s ease-in-out 2;
  }

  body.wagn-join-the-community .jtc-journey__viewport.is-hinting:not(.is-explored)
    .jtc-journey__hotspot:first-child
    .jtc-journey__pin-ring {
    animation: jtc-journey-pin-soft 2.2s ease-in-out 2;
  }

  @keyframes jtc-journey-chevron-pulse {
    0%,
    100% {
      transform: translateY(-50%) translateX(0);
    }
    50% {
      transform: translateY(-50%) translateX(0.28rem);
    }
  }

  @keyframes jtc-journey-pin-soft {
    0%,
    100% {
      transform: scale(1);
      opacity: 0.88;
    }
    50% {
      transform: scale(1.08);
      opacity: 1;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  body.wagn-join-the-community .jtc-journey__pin-ring,
  body.wagn-join-the-community .jtc-journey__step,
  body.wagn-join-the-community .jtc-journey__dock {
    transition: none;
  }
}

/* ----- Voices ----- */
body.wagn-join-the-community .jtc-voices__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 720px) {
  body.wagn-join-the-community .jtc-voices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.wagn-join-the-community .jtc-voice {
  margin: 0;
  height: 100%;
  padding: 1.35rem 1.35rem 1.2rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(96, 51, 135, 0.1);
  box-shadow: 0 12px 28px rgba(42, 26, 64, 0.08);
}

body.wagn-join-the-community .jtc-voice__quote {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  line-height: 1.4;
  color: var(--purple-deep, #3a1a5c);
  margin-bottom: 1rem;
}

body.wagn-join-the-community .jtc-voice__name {
  font-style: normal;
  font-weight: 700;
  color: var(--purple);
  display: block;
}

body.wagn-join-the-community .jtc-voice__meta {
  font-size: 0.9rem;
  color: var(--ink-muted);
}

/* ----- Coming (full-bleed wavy paw-path) ----- */
body.wagn-join-the-community .jtc-coming {
  overflow: clip;
  min-height: clamp(20rem, 48vw, 30rem);
  display: grid;
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}

body.wagn-join-the-community .jtc-coming__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.wagn-join-the-community .jtc-coming__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(28, 18, 42, 0.28) 0%, rgba(28, 18, 42, 0.52) 48%, rgba(28, 18, 42, 0.66) 100%);
}

body.wagn-join-the-community .jtc-coming__picture,
body.wagn-join-the-community .jtc-coming__visual picture {
  position: absolute;
  inset: 0;
}

body.wagn-join-the-community .jtc-coming__picture__img,
body.wagn-join-the-community .jtc-coming__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Bias left on mobile so sun + path stay balanced with copy. */
  object-position: 38% 45%;
  filter: brightness(0.7) saturate(1.1);
}

@media (min-width: 900px) {
  body.wagn-join-the-community .jtc-coming__picture__img,
  body.wagn-join-the-community .jtc-coming__visual img {
    object-position: center 42%;
  }
}

body.wagn-join-the-community .jtc-coming__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

body.wagn-join-the-community .jtc-coming__title {
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

body.wagn-join-the-community .jtc-coming__copy {
  color: rgba(247, 244, 238, 0.94);
  max-width: 34rem;
  margin-inline: auto;
}

body.wagn-join-the-community .jtc-coming__stay {
  margin-top: 1rem;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: #8ad6cc;
}

/* ----- Feedback ----- */
body.wagn-join-the-community .jtc-feedback__cards {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 720px) {
  body.wagn-join-the-community .jtc-feedback__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.wagn-join-the-community .jtc-feedback__card {
  appearance: none;
  border: 1px solid rgba(96, 51, 135, 0.12);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 1.2rem;
  padding: 1.45rem 1.35rem;
  text-align: left;
  cursor: pointer;
  display: grid;
  gap: 0.45rem;
  min-height: 8.5rem;
  box-shadow: 0 12px 28px rgba(42, 26, 64, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.wagn-join-the-community .jtc-feedback__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(42, 26, 64, 0.12);
}

body.wagn-join-the-community .jtc-feedback__card-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--purple);
}

body.wagn-join-the-community .jtc-feedback__card-copy {
  color: var(--ink-muted);
  font-size: 0.98rem;
}

body.wagn-join-the-community .jtc-feedback__card-cta {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--aqua-deep, #3d8f86);
  margin-top: 0.35rem;
}

body.wagn-join-the-community .jtc-feedback__idea,
body.wagn-join-the-community .jtc-feedback__panel {
  border-radius: 1.25rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(96, 51, 135, 0.12);
  box-shadow: 0 14px 34px rgba(42, 26, 64, 0.08);
  margin-bottom: 1.25rem;
}

body.wagn-join-the-community .jtc-feedback__idea[hidden] {
  display: none;
}

body.wagn-join-the-community .jtc-feedback__idea {
  display: grid;
  gap: 0.85rem;
  justify-items: start;
}

body.wagn-join-the-community .jtc-feedback__panel-title {
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}

body.wagn-join-the-community .jtc-feedback__panel .gform_wrapper {
  margin: 0;
}

body.wagn-join-the-community .jtc-feedback__panel .gform_fields,
body.wagn-join-the-community .jtc-feedback__panel .gfield {
  margin-bottom: 0.85rem;
}

body.wagn-join-the-community .jtc-feedback__panel input[type="text"],
body.wagn-join-the-community .jtc-feedback__panel input[type="email"],
body.wagn-join-the-community .jtc-feedback__panel input[type="tel"],
body.wagn-join-the-community .jtc-feedback__panel input[type="url"],
body.wagn-join-the-community .jtc-feedback__panel input[type="number"],
body.wagn-join-the-community .jtc-feedback__panel select,
body.wagn-join-the-community .jtc-feedback__panel textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(96, 51, 135, 0.18);
  background: var(--field-bg, #f3ecfb);
  padding: 0.75rem 0.9rem;
  font-size: 1rem;
}

body.wagn-join-the-community .jtc-feedback__panel textarea {
  min-height: 8rem;
}

body.wagn-join-the-community .jtc-feedback__panel .gform_button,
body.wagn-join-the-community .jtc-feedback__panel input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  min-height: 2.85rem;
  font-family: var(--font-heading);
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #5a2f82, #3d8f86);
  cursor: pointer;
}

body.wagn-join-the-community .jtc-feedback__fallback {
  color: var(--ink-muted);
}

/* ----- Interest ----- */
body.wagn-join-the-community .jtc-interest__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

body.wagn-join-the-community .jtc-interest__btn {
  appearance: none;
  border: 1.5px solid rgba(96, 51, 135, 0.16);
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.7rem 1.05rem;
  min-height: 2.75rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

body.wagn-join-the-community .jtc-interest__btn:hover,
body.wagn-join-the-community .jtc-interest__btn.is-picked {
  background: linear-gradient(135deg, #5a2f82, #3d8f86);
  color: #fff;
  border-color: transparent;
  transform: translateY(-1px);
}

body.wagn-join-the-community .jtc-interest__btn:disabled {
  opacity: 0.55;
  cursor: default;
  transform: none;
}

body.wagn-join-the-community .jtc-interest__actions {
  margin-top: 1.15rem;
  display: flex;
  justify-content: center;
}

body.wagn-join-the-community .jtc-interest__send:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body.wagn-join-the-community .jtc-interest__send.is-sending {
  opacity: 0.7;
  pointer-events: none;
}

body.wagn-join-the-community .jtc-interest__noted {
  margin-top: 1.25rem;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--purple);
}

body.wagn-join-the-community .jtc-interest__noted[hidden] {
  display: none;
}

body.wagn-join-the-community .jtc-interest__noted.is-error {
  color: #9b2c4a;
  font-size: 1.05rem;
  font-weight: 600;
}

/* ----- Close ----- */
body.wagn-join-the-community .jtc-close {
  text-align: center;
  overflow: clip;
  min-height: clamp(22rem, 50vw, 30rem);
  display: grid;
  align-items: center;
  padding-block: clamp(3.5rem, 8vw, 5.5rem);
}

body.wagn-join-the-community .jtc-close__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.wagn-join-the-community .jtc-close__picture,
body.wagn-join-the-community .jtc-close__art picture {
  position: absolute;
  inset: 0;
}

body.wagn-join-the-community .jtc-close__picture__img,
body.wagn-join-the-community .jtc-close__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Keep path + sun in frame; bias slightly lower so paw prints stay visible */
  object-position: center 52%;
  filter: brightness(0.48) saturate(1.08) contrast(1.05);
}

body.wagn-join-the-community .jtc-close__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 22, 48, 0.42) 0%, rgba(28, 22, 48, 0.28) 45%, rgba(20, 28, 40, 0.5) 100%);
  pointer-events: none;
}

body.wagn-join-the-community .jtc-close__inner {
  position: relative;
  z-index: 1;
}

body.wagn-join-the-community .jtc-close__title {
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

body.wagn-join-the-community .jtc-close__copy {
  color: rgba(247, 244, 238, 0.96);
  max-width: 32rem;
  margin-inline: auto;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

@media (max-width: 639px) {
  body.wagn-join-the-community .jtc-close__picture__img,
  body.wagn-join-the-community .jtc-close__art img {
    object-position: center 48%;
  }
}

body.wagn-join-the-community .jtc-close__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

body.wagn-join-the-community .jtc-close__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  min-height: 2.85rem;
  border-radius: 999px;
  background: rgba(247, 244, 238, 0.92);
  border: 1px solid rgba(96, 51, 135, 0.12);
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--purple);
  transition: transform 0.25s ease;
}

body.wagn-join-the-community .jtc-close__social-link:hover {
  transform: translateY(-2px);
}

body.wagn-join-the-community .jtc-close__social-mark {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #5a2f82, #3d8f86);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* ----- Reveals ----- */
html.js body.wagn-join-the-community .reveal:not(.is-inview):not(.is-in) {
  opacity: 0;
  transform: translateY(16px);
}

html.js body.wagn-join-the-community .reveal.is-inview,
html.js body.wagn-join-the-community .reveal.is-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease var(--reveal-delay, 0ms), transform 0.55s ease var(--reveal-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  html:has(body.wagn-join-the-community) {
    scroll-behavior: auto;
  }

  body.wagn-join-the-community .jtc-hero__wash,
  body.wagn-join-the-community .jtc-hero__art img,
  body.wagn-join-the-community .jtc-hero__veil {
    animation: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  html.js body.wagn-join-the-community .reveal:not(.is-inview):not(.is-in),
  html.js body.wagn-join-the-community .reveal.is-inview,
  html.js body.wagn-join-the-community .reveal.is-in {
    opacity: 1;
    transform: none;
    transition: none;
  }

  body.wagn-join-the-community .jtc-social__shot img,
  body.wagn-join-the-community .jtc-social__channel,
  body.wagn-join-the-community .jtc-feedback__card,
  body.wagn-join-the-community .jtc-interest__btn,
  body.wagn-join-the-community .jtc-close__social-link {
    transition: none;
  }
}

@media (max-width: 639px) {
  body.wagn-join-the-community .jtc-feedback__idea .btn {
    width: 100%;
    justify-content: center;
  }

  body.wagn-join-the-community .jtc-feedback__card {
    min-height: 0;
    padding: 1.25rem 1.15rem;
  }

  body.wagn-join-the-community .jtc-interest__btn {
    min-height: 2.85rem;
  }

  /* Avoid horizontal bleed from journey stage gutters on narrow phones. */
  body.wagn-join-the-community .jtc-journey__viewport {
    margin-inline: max(0.75rem, var(--page-gutter));
  }
}
