:root {
  color-scheme: dark;
  --bg: #050506;
  --panel: #0d0d10;
  --panel-soft: #15151a;
  --text: #ffffff;
  --muted: #b8b8c2;
  --line: rgba(255, 255, 255, .14);
  --red: #d8003d;
  --red-bright: #ff1f5b;
  --cyan: #00e5d6;
  --success: #30d497;
  --radius: 26px;
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(216, 0, 61, .18), transparent 30%),
    radial-gradient(circle at 91% 43%, rgba(0, 229, 214, .08), transparent 31%),
    #050506;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.join-page {
  position: relative;
  min-height: calc(100vh - 176px);
  padding: clamp(24px, 4vw, 58px);
  isolation: isolate;
  overflow: hidden;
}

.join-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .72;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, .70), rgba(5, 5, 6, .40)) center / cover no-repeat,
    url("/images/join/joinbackg.webp?v=20260723-2") center / cover no-repeat;
  filter: contrast(1.05);
}

.join-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(5, 5, 6, .94) 0 30%, rgba(5, 5, 6, .73) 55%, rgba(5, 5, 6, .88) 100%),
    repeating-linear-gradient(115deg, transparent 0 104px, rgba(255, 255, 255, .025) 105px 106px);
}

.join-panel {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(30px, 5vw, 76px);
  align-items: start;
}

.join-intro {
  padding: clamp(12px, 2vw, 24px) 0 0;
}

.join-brand {
  display: inline-flex;
  margin-bottom: clamp(42px, 7vw, 82px);
}

.join-brand img {
  display: block;
  width: clamp(210px, 22vw, 320px);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.join-intro h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: var(--s2-h1);
  line-height: .92;
  letter-spacing: -.05em;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .72);
}

.join-intro h1 .join-title-primary,
.join-intro h1 .join-title-season {
  display: block;
  color: #fff;
  -webkit-text-stroke: 0;
}

.join-intro h1 .join-title-season {
  margin-top: .03em;
  font-size: .80em;
  line-height: 1;
  letter-spacing: -.04em;
}

.join-intro h1 .join-title-season em {
  color: var(--red-bright);
  font-style: normal;
}

.lead {
  max-width: 690px;
  margin: 27px 0 34px;
  color: #d5d5dc;
  font-size: clamp(20px, 1.75vw, 23px);
  line-height: 1.68;
}

.join-benefits {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.join-benefits li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  color: #e7e7ec;
  font-size: clamp(16px, 1.22vw, 18px);
  line-height: 1.55;
}

.join-benefits strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 31, 91, .4);
  border-radius: 50%;
  color: #fff;
  background: rgba(216, 0, 61, .18);
  box-shadow: inset 0 0 18px rgba(255, 31, 91, .09);
  font-size: 17px;
}

.join-note {
  max-width: 630px;
  margin: 29px 0 0;
  padding-left: 16px;
  border-left: 3px solid var(--cyan);
  color: #a9a9b4;
  font-size: 13px;
  line-height: 1.55;
}

.join-form-shell {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: clamp(25px, 3.2vw, 44px);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0, rgba(216, 0, 61, .12), transparent 30%),
    linear-gradient(150deg, rgba(22, 22, 28, .97), rgba(8, 8, 11, .98));
  box-shadow:
    0 38px 110px rgba(0, 0, 0, .58),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(12px);
}

.join-form-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 5px;
  background: linear-gradient(90deg, var(--red), var(--red-bright));
}

.form-heading h2,
.join-success h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3.3vw, 45px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.form-heading > p:last-child {
  margin: 0 0 27px;
  color: var(--muted);
  font-size: 13px;
}

.form-error {
  margin-bottom: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 76, 119, .45);
  border-radius: 14px;
  color: #fff;
  background: rgba(216, 0, 61, .17);
  font-size: 14px;
  line-height: 1.45;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

fieldset {
  min-width: 0;
  margin: 0 0 23px;
  padding: 0;
  border: 0;
}

legend,
.field > span {
  display: block;
  margin-bottom: 9px;
  color: #f5f5f7;
  font-size: 13px;
  font-weight: 800;
}

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

.choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 31, 91, .55);
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card:has(input:checked) {
  border-color: var(--red-bright);
  background: rgba(216, 0, 61, .13);
  box-shadow: 0 0 0 3px rgba(216, 0, 61, .08);
}

.choice-card:has(input:focus-visible) {
  outline: 3px solid rgba(0, 229, 214, .48);
  outline-offset: 2px;
}

.choice-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--red-bright);
  background: rgba(255, 255, 255, .06);
}

.choice-card strong,
.choice-card small {
  display: block;
}

.choice-card strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.choice-card small {
  color: #aeadb8;
  font-size: 11px;
  line-height: 1.35;
}

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

.field-wide { grid-column: 1 / -1; }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 2px solid rgba(255, 255, 255, .38);
  border-radius: 13px;
  outline: 0;
  color: #fff;
  background: rgba(4, 5, 9, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  font: inherit;
  font-size: 15px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.field textarea {
  min-height: 100px;
  resize: vertical;
  line-height: 1.5;
}

.field select {
  color-scheme: dark;
}

.field select option {
  color: #111318;
  background: #ffffff;
}

.field select option:checked {
  color: #ffffff;
  background: #b90035;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--red-bright);
  background: rgba(255, 255, 255, .075);
  box-shadow: 0 0 0 4px rgba(216, 0, 61, .13);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #797984;
}

.field em {
  color: #8f8f99;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.postcode-field small {
  display: block;
  margin-top: 7px;
  color: var(--cyan);
  font-size: 11px;
  line-height: 1.4;
}

.team-fields {
  margin-top: 17px;
  padding: 17px;
  border: 1px solid rgba(0, 229, 214, .18);
  border-radius: 16px;
  background: rgba(0, 229, 214, .035);
}

.team-fields[hidden] { display: none; }

.team-fields-heading,
.team-entry-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.team-fields-heading {
  margin-bottom: 14px;
}

.team-fields-heading strong,
.team-fields-heading small {
  display: block;
}

.team-fields-heading strong {
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
}

.team-fields-heading small {
  color: #a7a7b2;
  font-size: 11px;
  line-height: 1.4;
}

.team-list {
  display: grid;
  gap: 12px;
}

.team-entry {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 13px;
  background: rgba(0, 0, 0, .22);
}

.team-entry-heading {
  margin-bottom: 11px;
  color: #fff;
  font-size: 12px;
}

.add-team-button,
.remove-team-button {
  border: 1px solid rgba(255, 31, 91, .58);
  border-radius: 9px;
  color: #fff;
  background: rgba(216, 0, 61, .16);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.add-team-button {
  flex: 0 0 auto;
  padding: 10px 12px;
}

.remove-team-button {
  padding: 6px 9px;
}

.add-team-button:hover,
.remove-team-button:hover {
  border-color: var(--red-bright);
  background: rgba(216, 0, 61, .28);
}

.add-team-button:disabled {
  cursor: not-allowed;
  opacity: .45;
}

.message-field {
  display: block;
  margin-top: 17px;
}

.consent-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 11px;
  align-items: start;
  margin: 22px 0;
  color: #b8b8c2;
  font-size: 11px;
  line-height: 1.55;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red-bright);
}

.consent-field a {
  color: #fff;
  font-weight: 800;
  text-underline-offset: 2px;
}

.submit-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 14px 19px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(100deg, #ba0035, var(--red-bright));
  box-shadow: 0 16px 38px rgba(216, 0, 61, .24);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.submit-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.submit-button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: .72;
}

.form-reassurance {
  margin: 12px 0 0;
  color: #85858f;
  text-align: center;
  font-size: 11px;
}

.join-success {
  min-height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.success-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 27px;
  border: 1px solid rgba(48, 212, 151, .45);
  border-radius: 50%;
  color: var(--success);
  background: rgba(48, 212, 151, .10);
  font-size: 32px;
  font-weight: 900;
}

.join-success > p:not(.eyebrow) {
  max-width: 560px;
  color: #c4c4cc;
  font-size: 17px;
  line-height: 1.65;
}

.success-details {
  margin: 18px 0 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .035);
}

.success-details h3 {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: #fff;
  background: rgba(216, 0, 61, .14);
  font-size: 14px;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.success-details dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}

.success-details dl > div {
  min-width: 0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.success-details dl > div:nth-child(odd):not(.success-detail-wide) {
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.success-details .success-detail-wide {
  grid-column: 1 / -1;
}

.success-details dt {
  margin-bottom: 4px;
  color: #91919c;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.success-details dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #f1f1f4;
  font-size: 13px;
  line-height: 1.5;
}

.success-details ol {
  margin: 0;
  padding-left: 19px;
}

.success-details li + li {
  margin-top: 5px;
}

.secondary-link {
  width: fit-content;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.join-faq {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 94px) 24px;
  isolation: isolate;
  background: #050506;
}

.join-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/images/contact/faq sections.webp") center / cover no-repeat;
}

.join-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(3, 4, 6, .43);
}

.join-faq-inner {
  width: min(980px, 100%);
  margin: 0 auto;
}

.join-faq h2 {
  max-width: 720px;
  margin: 0 0 30px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 15px;
  background: rgba(10, 9, 12, .90);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .22);
}

.faq-list details[open] {
  border-color: rgba(255, 31, 91, .62);
  background: rgba(22, 8, 14, .94);
}

.faq-list summary {
  position: relative;
  padding: 20px 56px 20px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: rgba(216, 0, 61, .55);
  transform: translateY(-50%);
}

.faq-list details[open] summary::after { content: "−"; }

.faq-list p {
  margin: 0;
  padding: 0 20px 21px;
  color: #ceced5;
  font-size: 14px;
  line-height: 1.65;
}

.join-footer {
  display: grid;
  gap: 8px;
  padding: 26px max(24px, 5vw) 30px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: #8e8e98;
  background: #030304;
  text-align: center;
  font-size: 11px;
  line-height: 1.55;
}

.join-footer p {
  max-width: 1020px;
  margin: 0 auto;
}

.join-footer a {
  color: #ceced5;
  text-underline-offset: 2px;
}

.join-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin: 3px auto;
}

.join-footer-links a {
  font-weight: 750;
}

.join-footer-links a[aria-current="page"] {
  color: #fff;
  text-decoration-color: var(--red-bright);
  text-decoration-thickness: 2px;
}

.join-legal-page {
  background:
    radial-gradient(circle at 8% 3%, rgba(216, 0, 61, .20), transparent 28%),
    radial-gradient(circle at 94% 18%, rgba(0, 229, 214, .07), transparent 27%),
    #050506;
}

.join-legal-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 84px;
  padding: 14px max(22px, 5vw);
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  background: rgba(4, 4, 6, .94);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
}

.join-legal-brand {
  display: block;
  flex: 0 0 auto;
}

.join-legal-brand img {
  display: block;
  width: 150px;
  height: auto;
}

.join-legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
}

.join-legal-nav a {
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #c7c7d0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.join-legal-nav a:hover,
.join-legal-nav a:focus-visible,
.join-legal-nav a.is-active {
  border-color: rgba(255, 31, 91, .48);
  color: #fff;
  background: rgba(216, 0, 61, .13);
}

.join-legal-nav .return-link {
  margin-right: 5px;
  border-color: rgba(255, 255, 255, .18);
  color: #fff;
  background: rgba(255, 255, 255, .05);
}

.join-legal-main {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 86px) 0 clamp(60px, 8vw, 100px);
}

.join-legal-hero {
  max-width: 900px;
  margin-bottom: clamp(32px, 5vw, 52px);
}

.join-legal-hero h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 82px);
  line-height: .92;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.join-legal-hero > p:last-child {
  max-width: 780px;
  margin: 23px 0 0;
  color: #c9c9d1;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.join-legal-content {
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  color: #c9c9d1;
  background:
    radial-gradient(circle at 100% 0, rgba(216, 0, 61, .09), transparent 30%),
    linear-gradient(150deg, rgba(21, 21, 27, .97), rgba(8, 8, 11, .98));
  box-shadow: 0 30px 85px rgba(0, 0, 0, .38);
  font-size: 15px;
  line-height: 1.75;
}

.join-legal-content > :first-child {
  margin-top: 0;
}

.join-legal-content h2 {
  margin: 38px 0 12px;
  padding-top: 4px;
  color: #fff;
  font-size: clamp(21px, 3vw, 29px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.join-legal-content p {
  margin: 0 0 16px;
}

.join-legal-content ul {
  margin: 0 0 20px;
  padding-left: 23px;
}

.join-legal-content li + li {
  margin-top: 7px;
}

.join-legal-content a {
  color: #fff;
  text-decoration-color: var(--red-bright);
  text-underline-offset: 3px;
}

.join-legal-table-wrap {
  margin: 22px 0 30px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
}

.join-legal-table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  color: #d1d1d8;
  background: rgba(0, 0, 0, .20);
}

.join-legal-table th,
.join-legal-table td {
  padding: 15px;
  border-right: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  text-align: left;
  vertical-align: top;
}

.join-legal-table th:last-child,
.join-legal-table td:last-child {
  border-right: 0;
}

.join-legal-table tr:last-child td {
  border-bottom: 0;
}

.join-legal-table th {
  color: #fff;
  background: rgba(216, 0, 61, .17);
  font-size: 12px;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.join-legal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 42px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.join-legal-actions a {
  font-weight: 850;
}

.join-legal-actions .legal-primary-button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(100deg, #ba0035, var(--red-bright));
  box-shadow: 0 12px 30px rgba(216, 0, 61, .21);
  text-decoration: none;
}

@media (max-width: 980px) {
  .join-page { padding: 24px; }

  .join-panel {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .join-intro {
    max-width: 760px;
    margin: 0;
  }

  .join-form-shell {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 720px) {
  .join-legal-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-block: 17px;
  }

  .join-legal-brand img {
    width: 135px;
  }

  .join-legal-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .join-legal-nav .return-link {
    flex-basis: 100%;
    width: fit-content;
    margin-right: 0;
  }

  .join-legal-main {
    width: min(100% - 28px, 1100px);
    padding-top: 38px;
  }

  .join-legal-content {
    padding: 22px 18px 28px;
    border-radius: 18px;
    font-size: 14px;
  }

  .join-legal-content h2 {
    margin-top: 31px;
  }

  .join-legal-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .join-page { padding: 18px 12px 28px; }

  .join-intro { padding: 0 8px; }

  .join-intro h1 { font-size: var(--s2-h1); }

  .lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .join-benefits li {
    grid-template-columns: 40px 1fr;
    align-items: start;
    font-size: 15px;
  }

  .join-benefits strong {
    width: 40px;
    height: 40px;
  }

  .join-form-shell {
    min-height: 0;
    padding: 25px 17px;
    border-radius: 21px;
  }

  .join-page::before {
    opacity: .38;
    background:
      linear-gradient(180deg, rgba(5, 5, 6, .56), rgba(5, 5, 6, .82)) center / cover no-repeat,
      url("/images/join/joinbackg.webp?v=20260723-2") center / cover no-repeat;
  }

  .join-page::after {
    background: rgba(5, 5, 6, .66);
  }

  .choice-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-wide { grid-column: auto; }

  .choice-card { min-height: 76px; }

  .field input,
  .field select,
  .field textarea {
    border-color: rgba(255, 255, 255, .52);
    background: #07080c;
  }

  .team-fields-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .add-team-button { width: 100%; }

  .join-faq {
    padding: 50px 14px;
  }

  .join-faq::before {
    opacity: .18;
  }

  .join-faq::after {
    background: rgba(3, 4, 6, .80);
  }

  .faq-list summary {
    padding: 18px 52px 18px 17px;
    font-size: 14px;
  }

  .faq-list p {
    padding: 0 17px 18px;
    font-size: 13px;
  }

  .has-success {
    padding-top: 12px;
  }

  .has-success .join-intro {
    display: none;
  }

  .has-success .join-panel {
    display: block;
  }

  .has-success .join-form-shell {
    margin-top: 0;
  }

  .join-success {
    min-height: 0;
    justify-content: flex-start;
  }

  .success-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 17px;
    font-size: 26px;
  }

  .join-success > p:not(.eyebrow) {
    font-size: 15px;
  }

  .success-details dl {
    grid-template-columns: 1fr;
  }

  .success-details dl > div:nth-child(odd):not(.success-detail-wide) {
    border-right: 0;
  }

  .join-footer { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
