/* Join Us pages: established Profile/Rates/Schedule surface and glow system. */

.join-section-page {
  background: #020101;
}

.join-desktop-canvas {
  width: 100%;
  max-width: 2048px;
  margin-inline: auto;
  overflow: hidden;
  background: #020101;
}

.join-artwork-header {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  background: #020202;
}

.join-artwork-header__brand {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  display: flex;
  width: 25.18%;
  align-items: center;
}

.join-artwork-header__brand img,
.join-artwork-header__navigation {
  display: block;
  width: 100%;
  height: auto;
}

.join-artwork-header__navigation {
  position: absolute;
  top: 0;
  right: 0;
  width: 73.264%;
}

.join-artwork-hotspots {
  position: absolute;
  inset: 0 0 0 auto;
  width: 73.264%;
}

.join-artwork-hotspot {
  position: absolute;
  display: block;
  min-width: 28px;
  min-height: 28px;
}

.join-artwork-hotspot:focus-visible,
.join-artwork-header__brand:focus-visible {
  z-index: 4;
  outline: 2px solid #ff3047;
  outline-offset: -3px;
  background: rgba(255, 48, 71, .08);
}

.join-coded-header {
  position: relative;
  display: none;
  width: 100%;
  overflow: hidden;
  background: #020202;
}

.join-coded-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.join-coded-header__brand {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  display: flex;
  width: 25.18%;
  align-items: center;
}

.join-coded-header__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.join-coded-header__plane {
  position: absolute;
  inset: 0 0 0 auto;
  width: 73.264%;
  height: 100%;
}

.join-coded-header__utility {
  position: absolute;
  top: 19.774%;
  left: 30.893%;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: .72em;
  transform: translate(-50%, -50%);
  color: rgba(244, 238, 231, .82);
  font-family: var(--font-utility, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(6px, .57vw, 12px);
  font-weight: 400;
  letter-spacing: .19em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.join-coded-header__utility svg {
  width: 1.05em;
  height: 1.26em;
  margin-right: .1em;
  fill: none;
  stroke: var(--secret-neon);
  stroke-width: 1.4;
}

.join-coded-header__utility i {
  width: .32em;
  height: .32em;
  border-radius: 50%;
  background: var(--secret-neon);
  box-shadow: 0 0 5px rgba(255, 48, 71, .42);
}

.join-coded-header__phone {
  position: absolute;
  top: 21.469%;
  left: 89.963%;
  display: flex;
  align-items: baseline;
  gap: .62em;
  transform: translate(-50%, -50%);
  color: var(--secret-ivory);
  font-family: var(--font-utility, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(7px, .65vw, 13px);
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.join-coded-header__phone span {
  color: var(--secret-neon-soft);
  font-size: .79em;
  letter-spacing: .13em;
}

.join-coded-header__phone strong {
  font-weight: 500;
}

.join-coded-header__divider {
  position: absolute;
  top: 39.831%;
  left: 6.123%;
  width: 59.346%;
  height: 1px;
  background: rgba(143, 21, 34, .44);
  box-shadow: 0 0 4px rgba(255, 48, 71, .08);
}

.join-coded-navigation ul {
  position: absolute;
  inset: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.join-coded-navigation__item {
  position: absolute;
  top: 68.079%;
  transform: translate(-50%, -50%);
}

.join-coded-navigation a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: rgba(244, 238, 231, .88);
  font-family: var(--font-utility, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(7px, .78vw, 16px);
  font-weight: 400;
  letter-spacing: .09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--transition-fast), text-shadow var(--transition-fast);
}

.join-coded-navigation__item--home { left: 5.018%; }
.join-coded-navigation__item--secrets { left: 13.927%; }
.join-coded-navigation__item--donations { left: 23.135%; }
.join-coded-navigation__item--schedule { left: 31.492%; }
.join-coded-navigation__item--etiquette { top: 68.362%; left: 40.308%; }
.join-coded-navigation__item--faq { top: 68.362%; left: 48.273%; }
.join-coded-navigation__item--join { top: 68.362%; left: 54.788%; }
.join-coded-navigation__item--contact { left: 63.605%; }

.join-coded-navigation a:hover,
.join-coded-navigation a:focus-visible,
.join-coded-navigation .is-current > a {
  color: var(--secret-neon);
  text-shadow: 0 0 7px rgba(255, 48, 71, .2);
}

.join-coded-navigation .is-current::after {
  position: absolute;
  top: calc(50% + 1.45em);
  left: 50%;
  width: calc(100% + .55em);
  height: 1px;
  transform: translateX(-50%);
  background: var(--secret-neon);
  box-shadow: 0 0 7px rgba(255, 48, 71, .42);
  content: "";
}

.join-coded-header__brand:focus-visible,
.join-coded-header__phone:focus-visible,
.join-coded-navigation a:focus-visible,
.join-coded-header__booking:focus-visible {
  z-index: 4;
  outline: 2px solid var(--secret-neon);
  outline-offset: 2px;
}

.join-coded-header__booking {
  position: absolute;
  top: 67.232%;
  left: 88.214%;
  display: flex;
  width: 13.49%;
  height: 36.723%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 48, 71, .9);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(9, 2, 3, .96), rgba(2, 2, 2, .99));
  box-shadow: 0 0 12px rgba(255, 48, 71, .18), inset 0 0 10px rgba(255, 48, 71, .04);
  transform: translate(-50%, -50%);
  color: var(--secret-ivory);
  font-family: var(--font-utility, "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(7px, .7vw, 14px);
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
}

.join-coded-header__booking:hover,
.join-coded-header__booking:focus-visible {
  background: linear-gradient(180deg, rgba(34, 3, 8, .96), rgba(5, 2, 3, .99));
  box-shadow: 0 0 16px rgba(255, 48, 71, .25), inset 0 0 12px rgba(255, 48, 71, .07);
}

.join-page {
  --join-rim: rgba(196, 35, 54, .7);
  --join-structural: rgba(116, 24, 37, .58);
  --join-gold-line: rgba(199, 165, 106, .42);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 78% 18%, rgba(123, 9, 29, .16), transparent 33%),
    radial-gradient(ellipse at 16% 54%, rgba(86, 7, 22, .13), transparent 35%),
    radial-gradient(ellipse at 64% 90%, rgba(129, 11, 31, .09), transparent 34%),
    linear-gradient(180deg, #020101 0%, #080204 52%, #020101 100%);
}

.join-page::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(91, 11, 25, .04) 50%, transparent);
  content: "";
  pointer-events: none;
}

.join-hero {
  position: relative;
  z-index: 1;
  height: clamp(300px, 25vw, 460px);
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.join-hero__image {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.join-content {
  position: relative;
  z-index: 2;
  padding-block: clamp(42px, 4.5vw, 76px) clamp(64px, 6vw, 96px);
}

.join-section + .join-section,
.join-section + .join-cta {
  margin-top: clamp(48px, 5.5vw, 84px);
}

.join-section__heading {
  display: grid;
  grid-template-columns: auto minmax(40px, 1fr);
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  margin-bottom: clamp(24px, 2.6vw, 38px);
}

.join-section__heading h2 {
  margin: 0;
  color: var(--secret-neon);
  font-family: var(--font-utility);
  font-size: clamp(21px, 2vw, 29px);
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 48, 71, .22);
}

.join-section__heading > span {
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 42, 61, .82), rgba(116, 24, 37, .42) 54%, transparent);
  box-shadow: 0 0 8px rgba(255, 48, 71, .08);
}

.join-panel {
  border: 1px solid var(--join-rim);
  border-radius: 7px;
  background:
    linear-gradient(145deg, rgba(37, 5, 11, .91), rgba(5, 2, 3, .98) 42%, rgba(24, 3, 8, .9)),
    #050203;
  box-shadow:
    0 0 20px rgba(153, 20, 40, .12),
    inset 0 0 28px rgba(113, 12, 30, .1),
    inset 0 1px 0 rgba(255, 84, 103, .08);
}

.join-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: clamp(28px, 3.2vw, 48px);
}

.join-benefit {
  min-width: 0;
  padding: clamp(8px, 1.4vw, 20px) clamp(18px, 2vw, 30px);
  text-align: center;
}

.join-benefit + .join-benefit {
  border-left: 1px solid var(--join-gold-line);
}

.join-benefit__number {
  display: block;
  margin-bottom: 16px;
  color: transparent;
  font-family: var(--font-editorial);
  font-size: clamp(58px, 5vw, 78px);
  font-weight: 700;
  line-height: .84;
  -webkit-text-stroke: 1px var(--secret-neon);
  text-shadow: 0 0 16px rgba(255, 48, 71, .18);
}

.join-benefit h3,
.join-process h3 {
  margin: 0 0 12px;
  color: var(--secret-champagne);
  font-family: var(--font-utility);
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.join-benefit p,
.join-process p,
.join-application-intro p {
  margin: 0;
  color: var(--secret-ivory-muted);
  line-height: 1.65;
}

.join-section--split {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  gap: clamp(22px, 2.4vw, 36px);
}

.join-section--split .join-panel {
  padding: clamp(28px, 3vw, 44px);
}

.join-section--split .join-section__heading {
  margin-bottom: 28px;
}

.join-requirements ul {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.join-requirements li {
  position: relative;
  padding: 0 0 15px 25px;
  border-bottom: 1px solid rgba(116, 24, 37, .35);
  color: var(--secret-ivory);
  line-height: 1.45;
}

.join-requirements li::before {
  position: absolute;
  top: .25em;
  left: 3px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid var(--secret-neon);
  border-left: 2px solid var(--secret-neon);
  filter: drop-shadow(0 0 5px rgba(255, 48, 71, .32));
  transform: rotate(-45deg);
  content: "";
}

.join-support-note {
  display: flex;
  margin-top: 24px;
  padding: 20px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(199, 165, 106, .44);
  border-radius: 4px;
  background: rgba(199, 165, 106, .035);
}

.join-support-note svg {
  flex: 0 0 auto;
  fill: none;
  stroke: var(--secret-red);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 6px rgba(255, 48, 71, .22));
}

.join-support-note p,
.join-support-note span {
  display: block;
  margin: 0;
}

.join-support-note strong {
  color: var(--secret-champagne);
  font-size: 16px;
}

.join-support-note span {
  margin-top: 4px;
  color: var(--secret-ivory-muted);
  font-size: 14px;
}

.join-process ol {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.join-process li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding-block: 18px;
}

.join-process li + li {
  border-top: 1px solid rgba(116, 24, 37, .38);
}

.join-process li > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--secret-neon);
  border-radius: 50%;
  color: var(--secret-neon-soft);
  font-family: var(--font-editorial);
  font-size: 25px;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(255, 48, 71, .12), inset 0 0 12px rgba(143, 21, 34, .14);
}

.join-cta {
  padding: clamp(38px, 5vw, 70px) var(--page-gutter);
  text-align: center;
}

.join-cta__eyebrow,
.join-application-intro__eyebrow {
  margin: 0 0 22px;
  color: var(--secret-champagne);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.join-cta h2,
.join-application-intro h2 {
  margin: 0 0 24px;
  color: var(--secret-ivory);
  font-family: var(--font-editorial);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.join-application-intro__eyebrow {
  margin-bottom: 10px;
}

.join-cta .secret-button {
  min-width: min(280px, 100%);
}

.join-application-content {
  padding-top: clamp(42px, 4.5vw, 70px);
}

.join-application-intro {
  max-width: 720px;
  margin: 0 auto clamp(30px, 4vw, 50px);
  text-align: center;
}

.join-application-intro h2 {
  margin-bottom: 14px;
}

.join-form {
  position: relative;
  padding: clamp(26px, 4vw, 52px);
}

.join-form__section {
  padding: 0 0 clamp(30px, 4vw, 48px);
  margin: 0 0 clamp(30px, 4vw, 48px);
  border-bottom: 1px solid var(--join-structural);
}

.join-form__section > legend {
  width: 100%;
  padding: 0 0 24px;
  color: var(--secret-ivory);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.join-form__section > legend label {
  margin: 0;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.join-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.join-field {
  min-width: 0;
}

.join-field--full {
  grid-column: 1 / -1;
}

.join-field label,
.join-field__label {
  display: block;
  margin-bottom: 9px;
  color: var(--secret-ivory);
  font-family: var(--font-utility);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.join-form input:not([type="radio"]):not([type="file"]):not([type="hidden"]),
.join-form select,
.join-form textarea {
  border-color: rgba(143, 21, 34, .62);
  background: linear-gradient(180deg, rgba(17, 4, 7, .98), rgba(4, 2, 3, .98));
  box-shadow: inset 0 0 14px rgba(113, 12, 30, .08);
}

.join-form select {
  background-color: #050203;
  color: #f4eee7;
}

/* Windows Chrome may render the native popup on a system-white surface. */
.join-form select option,
.join-form select optgroup {
  background: #fff;
  color: #111;
}

.join-form input:hover,
.join-form select:hover,
.join-form textarea:hover {
  border-color: rgba(213, 31, 50, .78);
}

.join-form input:focus,
.join-form select:focus,
.join-form textarea:focus {
  border-color: var(--secret-neon);
  box-shadow: 0 0 12px rgba(255, 48, 71, .18), inset 0 0 14px rgba(113, 12, 30, .1);
}

.join-height {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.join-form__help {
  margin: -12px 0 22px;
  color: var(--secret-ivory-muted);
  line-height: 1.55;
}

.join-availability,
.join-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.join-availability label {
  position: relative;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.join-availability input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.join-availability label > span {
  display: flex;
  min-height: 108px;
  padding: 19px 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(143, 21, 34, .62);
  border-radius: 4px;
  background: rgba(4, 2, 3, .82);
  color: var(--secret-ivory-muted);
  text-align: center;
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.join-availability strong {
  display: block;
  margin-bottom: 7px;
  color: var(--secret-champagne);
  font-size: 14px;
  letter-spacing: .12em;
}

.join-availability label:hover > span,
.join-availability input:checked + span {
  border-color: var(--secret-neon);
  background: rgba(38, 7, 11, .8);
  box-shadow: 0 0 14px rgba(255, 48, 71, .16), inset 0 0 16px rgba(143, 21, 34, .14);
}

.join-availability input:focus-visible + span {
  outline: 2px solid var(--secret-champagne);
  outline-offset: 3px;
}

.join-photo {
  position: relative;
  min-width: 0;
}

.join-photo label {
  display: grid;
  min-height: 160px;
  padding: 22px 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: repeat(3, auto);
  align-content: center;
  align-items: center;
  column-gap: 14px;
  border: 1px dashed rgba(199, 165, 106, .6);
  border-radius: 4px;
  background: rgba(4, 2, 3, .82);
  text-align: left;
  transition: border-color var(--transition-fast), background var(--transition-fast), box-shadow var(--transition-fast);
}

.join-photo label > span {
  grid-column: 2;
  grid-row: 1;
  margin-bottom: 5px;
  color: var(--secret-champagne);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.join-photo label strong {
  grid-column: 2;
  grid-row: 2;
  color: var(--secret-ivory);
  font-size: 14px;
  overflow-wrap: anywhere;
}

.join-photo label small {
  grid-column: 2;
  grid-row: 3;
  margin-top: 4px;
  color: var(--secret-muted);
}

.join-photo__icon {
  grid-column: 1;
  grid-row: 1 / -1;
  fill: none;
  stroke: var(--secret-ivory-muted);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
  filter: drop-shadow(0 0 6px rgba(255, 48, 71, .14));
}

.join-photo input {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: 160px;
  cursor: pointer;
  opacity: 0;
}

.join-photo:hover label,
.join-photo:focus-within label {
  border-color: var(--secret-neon);
  background: rgba(38, 7, 11, .72);
  box-shadow: 0 0 14px rgba(255, 48, 71, .16);
}

.join-photo:focus-within label {
  outline: 2px solid var(--secret-champagne);
  outline-offset: 3px;
}

.join-form__section--antispam input {
  max-width: 180px;
}

.join-form__submit {
  width: 100%;
  min-height: 58px;
  background: transparent;
  font-size: 14px;
}

.join-form__submit:hover,
.join-form__submit:focus-visible {
  background: var(--secret-red);
}

.join-form__disclosure {
  max-width: 740px;
  margin: 20px auto 0;
  color: var(--secret-muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.join-form__error {
  margin: 7px 0 0;
  color: var(--secret-neon-soft);
  font-size: 13px;
}

.join-form-notice {
  margin: 0 0 24px;
  padding: 17px 20px;
  border: 1px solid var(--join-rim);
  border-radius: 4px;
  background: rgba(38, 7, 11, .86);
  color: var(--secret-ivory);
  box-shadow: var(--glow-soft);
}

.join-form-notice--success {
  border-color: rgba(199, 165, 106, .7);
  background: rgba(32, 25, 12, .76);
}

.join-form-notice p {
  margin: 0;
}

.join-form-notice h2 {
  margin: 0 0 8px;
  color: var(--secret-champagne);
  font-family: var(--font-utility);
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.join-form__honeypot {
  position: absolute !important;
  top: auto !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1023px) {
  .join-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .join-benefit:nth-child(3) {
    border-left: 0;
  }

  .join-benefit:nth-child(n + 3) {
    padding-top: 30px;
    margin-top: 24px;
    border-top: 1px solid var(--join-gold-line);
  }

  .join-section--split {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (min-width: 1024px) {
  .join-section-page > .site-header,
  .join-section-page > .navigation-drawer {
    display: none;
  }

  .join-artwork-header {
    display: block;
    aspect-ratio: 6688 / 400;
  }

  .join-coded-header {
    display: block;
    aspect-ratio: 6688 / 400;
  }

  .join-artwork-hotspot--home { inset: 42% 91% 8% 2.5%; }
  .join-artwork-hotspot--secrets { inset: 42% 80% 8% 9%; }
  .join-artwork-hotspot--rates { inset: 42% 73.5% 8% 19.5%; }
  .join-artwork-hotspot--schedule { inset: 42% 64% 8% 26.5%; }
  .join-artwork-hotspot--etiquette { inset: 42% 55% 8% 36%; }
  .join-artwork-hotspot--faq { inset: 42% 49.3% 8% 45.2%; }
  .join-artwork-hotspot--join { inset: 42% 41% 8% 51%; }
  .join-artwork-hotspot--contact { inset: 42% 32.4% 8% 58.6%; }
  .join-artwork-hotspot--book { inset: 34% 7.5% 7% 77.5%; }
}

@media (max-width: 700px) {
  .join-hero {
    height: 260px;
  }

  .join-content {
    padding-block: 38px 64px;
  }

  .join-benefits,
  .join-form__grid,
  .join-availability,
  .join-photo-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .join-benefit + .join-benefit {
    padding-top: 28px;
    margin-top: 22px;
    border-top: 1px solid var(--join-gold-line);
    border-left: 0;
  }

  .join-section__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 13px;
  }

  .join-section__heading > span {
    width: 100%;
  }

  .join-section--split .join-panel,
  .join-form {
    padding: 25px 20px;
  }

  .join-process li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
  }

  .join-process li > span {
    width: 44px;
    height: 44px;
  }

  .join-photo label {
    min-height: 132px;
  }

  .join-photo input {
    height: 132px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-page *,
  .join-page *::before,
  .join-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
