@font-face {
  font-family: U8;
  src: url(https://www.nextgaything.com/wp-content/uploads/fonts/U8-Regular.otf)
    format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: U8;
  src: url(https://www.nextgaything.com/wp-content/uploads/fonts/U8-Bold.otf)
    format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: U8;
  src: url(https://www.nextgaything.com/wp-content/uploads/fonts/U8-Black.otf)
    format("opentype");
  font-weight: 850 1000;
  font-display: swap;
}
:root {
  font-family: U8, Arial, sans-serif;
  color: #060d0d;
  background: #fafafa;
  font-synthesis: none;
  --ink: #060d0d;
  --paper: #fafafa;
  --orange: #ec7d3c;
  --blue: #bee2f2;
  --rule: 2px solid #060d0d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {
  font-weight: 850;
}
main {
  position: relative;
  overflow: hidden;
}
img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  font: inherit;
}
button {
  color: inherit;
}
.review-switcher {
  min-height: 46px;
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: stretch;
  background: var(--paper);
  color: var(--ink);
  border-bottom: var(--rule);
}
.review-switcher > strong {
  padding: 0 24px;
  display: flex;
  align-items: center;
  font-size: 8px;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.review-switcher > div {
  min-width: 0;
  display: flex;
  justify-content: flex-end;
}
.review-switcher a {
  min-height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid var(--ink);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.11em;
  white-space: nowrap;
}
.review-switcher a:hover,
.review-switcher a:focus-visible {
  background: var(--blue);
}
.review-switcher a[aria-current="page"] {
  background: var(--orange);
}
.header {
  min-height: 72px;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 210px 1fr auto auto auto;
  align-items: center;
  gap: 24px;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 1px solid rgba(250, 250, 250, 0.22);
}
.header > img {
  width: 164px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
.header span,
.header a,
.header i,
.header b {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.header span {
  justify-self: center;
}
.header a {
  text-decoration: underline;
}
.header i {
  opacity: 0.62;
  font-style: normal;
}
.header b {
  padding: 9px 11px;
  color: var(--ink);
  background: var(--orange);
}
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(540px, 0.94fr) minmax(0, 1.06fr);
  border-bottom: var(--rule);
}
.hero-copy {
  min-height: 680px;
  padding: 72px 52px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper);
}
.hero--orange .hero-copy {
  background: var(--orange);
}
.hero--blue .hero-copy {
  background: var(--blue);
}
.eyebrow,
.section-kicker {
  font-size: 9px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.hero h1 {
  max-width: 670px;
  margin: 24px 0;
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: 0.87;
  letter-spacing: 0.025em;
}
.hero-copy > p {
  max-width: 650px;
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.46;
  font-weight: 700;
}
.hero-actions {
  margin-top: 34px;
  max-width: 610px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cta {
  min-height: 49px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-align: center;
}
.cta--secondary {
  background: transparent;
  color: var(--ink);
}
.cta:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}
.signin-link {
  margin-top: 18px;
  max-width: 610px;
  text-align: center;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.hero-visual {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #181818;
  border-left: var(--rule);
}
.hero-visual > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.hero-pack-chip {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 28px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  background: #060d0de6;
  color: var(--paper);
  border: 1px solid rgba(250, 250, 250, 0.58);
}
.hero-pack-chip span {
  font-size: 7px;
  letter-spacing: 0.13em;
}
.hero-pack-chip strong {
  font-size: 17px;
  letter-spacing: 0.04em;
}
.hero-pack-chip small {
  font-size: 8px;
  letter-spacing: 0.1em;
  text-align: right;
}
.trust-strip {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--paper);
}
.trust-strip span {
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-right: 1px solid rgba(250, 250, 250, 0.26);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
}
.trust-strip b {
  color: var(--orange);
}
.reasons {
  padding: 94px 34px 86px;
  background: var(--paper);
  border-bottom: var(--rule);
}
.reasons > h2 {
  max-width: 1110px;
  margin: 24px 0 48px;
  font-size: clamp(51px, 5.5vw, 78px);
  line-height: 0.88;
  letter-spacing: 0.025em;
}
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.reason-grid article {
  min-height: 290px;
  padding: 24px 25px;
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.reason-grid article b {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.reason-grid article h3 {
  max-width: 330px;
  margin: 78px 0 16px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.reason-grid article p {
  max-width: 390px;
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.52;
}
.mechanism {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: var(--paper);
  border-bottom: var(--rule);
}
.mechanism-image {
  min-height: 650px;
  overflow: hidden;
}
.mechanism-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mechanism-copy {
  padding: 70px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(250, 250, 250, 0.45);
}
.mechanism-copy h2 {
  margin: 24px 0;
  font-size: clamp(45px, 4.3vw, 66px);
  line-height: 0.9;
  letter-spacing: 0.025em;
}
.mechanism-copy > p {
  max-width: 650px;
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.mechanism-copy ul {
  margin: 35px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid var(--paper);
  border-left: 1px solid var(--paper);
}
.mechanism-copy li {
  min-height: 66px;
  padding: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
  font-size: 8px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.recommended {
  padding: 92px 34px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  border-bottom: var(--rule);
}
.recommended--orange {
  background: var(--orange);
}
.recommended--blue {
  background: var(--blue);
}
.recommended-copy {
  padding: 16px 12px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recommended-copy h2 {
  margin: 22px 0;
  font-size: clamp(50px, 4.8vw, 70px);
  line-height: 0.88;
  letter-spacing: 0.025em;
}
.recommended-copy > p {
  max-width: 530px;
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
.contract-notes {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.contract-notes span {
  min-height: 47px;
  padding: 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 7px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.pack-offer {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  background: var(--paper);
  border: var(--rule);
}
.pack-offer__image {
  min-height: 620px;
  overflow: hidden;
  border-right: var(--rule);
  background: #222;
}
.pack-offer__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pack-offer__body {
  min-height: 620px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.offer-label {
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: var(--rule);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.pack-offer h3 {
  margin: 24px 0 5px;
  font-size: 48px;
  line-height: 0.88;
  letter-spacing: 0.025em;
}
.variation {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.pack-offer__body > p {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.04em;
}
.price {
  margin: 21px 0 17px;
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: var(--rule);
  border-bottom: var(--rule);
}
.price > strong {
  font-size: 43px;
  line-height: 1;
}
.price span {
  max-width: 150px;
  font-size: 8px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: right;
}
.pack-offer__body > small {
  font-family: U8, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}
.pack-offer .cta {
  margin-top: auto;
}
.repeat-link {
  margin-top: 12px;
  text-align: center;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.control {
  padding: 86px 34px;
  display: grid;
  grid-template-columns: 0.78fr 1.04fr 0.82fr;
  gap: 24px;
  background: var(--paper);
  border-bottom: var(--rule);
}
.control-copy {
  padding-right: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.control-copy h2 {
  margin: 22px 0;
  font-size: clamp(43px, 4vw, 61px);
  line-height: 0.9;
  letter-spacing: 0.025em;
}
.control-copy p {
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.peek-card,
.promise-card {
  background: var(--blue);
  border: var(--rule);
}
.peek-card > img {
  height: 330px;
  object-fit: cover;
  object-position: 19% 76%;
  border-bottom: var(--rule);
}
.peek-card > div {
  padding: 20px;
}
.peek-card span,
.promise-card span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.peek-card h3 {
  margin: 12px 0 8px;
  font-size: 22px;
  line-height: 1;
}
.peek-card p {
  margin: 0 0 16px;
  font-size: 8px;
  letter-spacing: 0.11em;
}
.peek-card button {
  min-height: 42px;
  padding: 10px 12px;
  border: var(--rule);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.peek-card small {
  margin-top: 10px;
  display: block;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.promise-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--orange);
}
.promise-card > img {
  width: 120px;
  margin-bottom: 42px;
}
.promise-card h3 {
  margin: 18px 0;
  font-size: 30px;
  line-height: 0.94;
}
.promise-card p {
  margin: 0;
  padding-top: 18px;
  border-top: var(--rule);
  font-family: U8, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.grooming-preview {
  grid-column: 2 / 4;
  padding: 26px;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 28px;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
}
.grooming-preview > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grooming-preview span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.grooming-preview h3 {
  margin: 16px 0;
  font-size: 34px;
  line-height: 0.92;
}
.grooming-preview p {
  margin: 0;
  font-family: U8, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}
.grooming-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--paper);
  border-left: 1px solid var(--paper);
}
.grooming-grid figure {
  margin: 0;
  border-right: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
  background: var(--paper);
  color: var(--ink);
}
.grooming-grid img {
  height: 150px;
  object-fit: cover;
}
.grooming-grid figcaption {
  min-height: 42px;
  padding: 12px 9px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.grooming-preview > button {
  grid-column: 2;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--paper);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.other-packs {
  padding: 94px 34px 78px;
  background: var(--ink);
  color: var(--paper);
  border-bottom: var(--rule);
}
.other-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.55fr;
  gap: 44px;
  align-items: end;
}
.other-heading .section-kicker {
  grid-column: 1 / -1;
}
.other-heading h2 {
  margin: 20px 0 0;
  font-size: clamp(49px, 4.9vw, 71px);
  line-height: 0.88;
  letter-spacing: 0.025em;
}
.other-heading p {
  margin: 0 0 4px;
  font-family: U8, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.other-grid {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--paper);
  border-left: 1px solid var(--paper);
}
.mini-pack {
  min-width: 0;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: transparent;
  color: var(--paper);
  border: 0;
  border-right: 1px solid var(--paper);
  border-bottom: 1px solid var(--paper);
  cursor: pointer;
  text-align: left;
}
.mini-pack img {
  height: 230px;
  object-fit: cover;
  border-bottom: 1px solid var(--paper);
  filter: saturate(0.82);
}
.mini-pack > span,
.mini-pack h3,
.mini-pack p,
.mini-pack small {
  margin-left: 17px;
  margin-right: 17px;
}
.mini-pack > span {
  margin-top: 16px;
  font-size: 7px;
  letter-spacing: 0.13em;
}
.mini-pack h3 {
  margin-top: 22px;
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 0.95;
}
.mini-pack p {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.mini-pack small {
  font-size: 7px;
  letter-spacing: 0.1em;
  opacity: 0.72;
}
.mini-pack > b {
  margin: 22px 17px 0;
  padding-top: 13px;
  border-top: 1px solid currentColor;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.mini-pack.is-selected {
  background: var(--orange);
  color: var(--ink);
}
.selection-note {
  margin: 18px 0 0;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.final {
  height: 680px;
  position: relative;
  overflow: hidden;
  background: #111;
}
.final > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.48) saturate(0.9);
}
.final-card {
  position: absolute;
  left: 40px;
  top: 40px;
  bottom: 40px;
  width: 560px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #060d0de0;
  color: var(--paper);
  border: 1px solid rgba(250, 250, 250, 0.58);
}
.final-card > img {
  width: 175px;
  height: 58px;
  margin-bottom: 35px;
  object-fit: contain;
  object-position: left center;
}
.final-card > span {
  font-size: 8px;
  letter-spacing: 0.13em;
}
.final-card h2 {
  margin: 18px 0;
  font-size: 58px;
  line-height: 0.87;
  letter-spacing: 0.03em;
}
.final-card p {
  margin: 0 0 25px;
  font-size: 9px;
  line-height: 1.65;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.final-card .cta {
  max-width: 365px;
  margin-top: 8px;
}
.final-card .cta:first-of-type {
  background: var(--orange);
  color: var(--ink);
}
.final-card .cta--secondary {
  color: var(--paper);
  border-color: var(--paper);
}
footer {
  min-height: 108px;
  padding: 24px 34px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 28px;
  align-items: center;
  background: var(--ink);
  color: var(--paper);
}
footer img {
  width: 150px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}
footer span {
  font-size: 7px;
  letter-spacing: 0.11em;
}
footer span:nth-of-type(1) {
  text-align: center;
}
.join-flow {
  min-height: 100vh;
  overflow: visible;
  background: var(--paper);
}
.join-topbar {
  min-height: 58px;
  padding: 0 26px;
  position: sticky;
  top: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 24px;
  background: var(--ink);
  color: var(--paper);
  border-bottom: 1px solid rgba(250, 250, 250, 0.35);
}
.join-topbar img {
  width: 128px;
  height: 39px;
  object-fit: contain;
  object-position: left center;
}
.join-topbar span {
  justify-self: center;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.join-topbar button {
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.join-progress {
  min-height: 58px;
  position: sticky;
  top: 58px;
  z-index: 55;
  display: grid;
  grid-template-columns: repeat(var(--join-step-count, 5), 1fr);
  background: var(--paper);
  border-bottom: var(--rule);
}
.join-progress__bar {
  height: 4px;
  position: absolute;
  inset: 0 0 auto;
  background: #d7d9d7;
}
.join-progress__bar i {
  height: 100%;
  display: block;
  background: var(--orange);
  transition: width 0.24s ease;
}
.join-progress > button {
  padding: 15px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-right: 1px solid #9fa3a1;
  background: transparent;
  color: #757977;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.join-progress > button b {
  color: inherit;
}
.join-progress > button.is-current {
  background: var(--orange);
  color: var(--ink);
}
.join-flow--blue .join-progress > button.is-current {
  background: var(--blue);
}
.join-progress > button.is-done {
  color: var(--ink);
  cursor: pointer;
}
.join-stage {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(650px, 1.28fr);
}
.join-intro {
  min-height: calc(100vh - 116px);
  padding: 70px 42px;
  position: sticky;
  top: 116px;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--orange);
  border-right: var(--rule);
}
.join-flow--blue .join-intro {
  background: var(--blue);
}
.join-intro > span,
.join-panel__heading > span,
.contract-box > span,
.join-grooming span,
.gay-card-benefits > span,
.review-grid article > span,
.review-pack span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.join-intro h1 {
  max-width: 540px;
  margin: 25px 0;
  font-size: clamp(46px, 4.4vw, 68px);
  line-height: 0.87;
  letter-spacing: 0.028em;
}
.join-intro p {
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.join-panel {
  min-height: 1000px;
  padding: 65px 44px 46px;
  background: var(--paper);
}
.join-panel__heading {
  margin-bottom: 42px;
}
.join-panel__heading h2 {
  max-width: 820px;
  margin: 17px 0;
  font-size: clamp(43px, 4.4vw, 66px);
  line-height: 0.88;
  letter-spacing: 0.027em;
}
.join-panel__heading p {
  max-width: 790px;
  margin: 0;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 700;
}
.membership-explainer {
  margin: -14px 0 28px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 20px;
  align-items: start;
  background: var(--blue);
  border: var(--rule);
}
.membership-explainer b {
  font-size: 8px;
  line-height: 1.4;
  letter-spacing: 0.13em;
}
.membership-explainer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}
.pack-family-choices {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.pack-family-choices button {
  min-width: 0;
  padding: 0 0 16px;
  position: relative;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: #fafafa;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.pack-family-choices button.is-selected {
  background: var(--orange);
}
.join-flow--blue .pack-family-choices button.is-selected {
  background: var(--blue);
}
.pack-family-choices img {
  box-sizing: border-box;
  height: clamp(220px, 18vw, 270px);
  padding: 10px 18px 0;
  background: var(--blue);
  object-fit: contain;
  object-position: center;
  border-bottom: var(--rule);
  filter: saturate(0.88);
}
.pack-family-choices span,
.pack-family-choices small {
  margin-left: 14px;
  margin-right: 14px;
  display: block;
}
.pack-family-choices span {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
}
.pack-family-choices small {
  margin-top: 7px;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: 0.08em;
}
.pack-family-choices button:after {
  content: "RECENT PACK EXAMPLE · CONTENTS CHANGE";
  display: block;
  margin: 9px 14px 0;
  color: var(--ink);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
  line-height: 1.25;
  opacity: 0.68;
  text-align: left;
}
.join-panel fieldset {
  margin: 32px 0 0;
  padding: 0;
  border: 0;
}
.join-panel legend {
  margin-bottom: 13px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.join-panel legend small {
  margin-left: 12px;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.58;
}
.join-choice-row {
  display: flex;
  flex-wrap: wrap;
  border-top: var(--rule);
  border-left: var(--rule);
}
.join-choice {
  min-height: 51px;
  padding: 13px 19px;
  flex: 1 1 145px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: #fafafa;
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.join-choice:hover,
.join-choice:focus-visible {
  background: #e9ecea;
}
.join-choice.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.join-choice-row--sizes .join-choice {
  min-width: 64px;
  flex-basis: 64px;
}
.selected-size-guide {
  min-height: 64px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-right: var(--rule);
  border-bottom: var(--rule);
  border-left: var(--rule);
  background: var(--blue);
}
.selected-size-guide > div {
  min-width: 0;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.selected-size-guide span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
  opacity: 0.68;
}
.selected-size-guide strong {
  font-size: 21px;
  line-height: 1;
}
.selected-size-guide b {
  font-size: 11px;
  letter-spacing: 0.06em;
}
.selected-size-guide > button {
  min-width: 205px;
  padding: 13px 18px;
  border: 0;
  border-left: var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font:
    850 8px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.11em;
}
.selected-size-guide > button:hover,
.selected-size-guide > button:focus-visible {
  background: var(--orange);
}
.size-guide-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #060d0dc7;
}
.size-guide-dialog {
  width: min(920px, 100%);
  max-height: calc(100vh - 56px);
  overflow: auto;
  background: var(--paper);
  border: var(--rule);
  box-shadow: 14px 14px #060d0d47;
}
.size-guide-dialog > header {
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
  background: var(--orange);
  border-bottom: var(--rule);
}
.join-flow--blue .size-guide-dialog > header {
  background: var(--blue);
}
.size-guide-dialog header span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.size-guide-dialog h2 {
  max-width: 700px;
  margin: 17px 0 12px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.86;
}
.size-guide-dialog header p {
  max-width: 610px;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}
.size-guide-dialog header > button {
  padding: 8px 0 4px;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font:
    850 8px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.size-guide-unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: var(--rule);
}
.size-guide-unit button {
  min-height: 53px;
  border: 0;
  border-right: var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font:
    850 8px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.11em;
}
.size-guide-unit button:last-child {
  border-right: 0;
}
.size-guide-unit button:hover,
.size-guide-unit button:focus-visible {
  background: #e9ecea;
}
.size-guide-unit button.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.size-guide-region {
  margin: 0;
  padding: 13px 20px;
  background: var(--blue);
  border-bottom: var(--rule);
  font-size: 7px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-align: center;
}
.size-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: var(--rule);
}
.size-guide-grid button {
  min-height: 118px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.size-guide-grid button:hover,
.size-guide-grid button:focus-visible {
  background: #e9ecea;
}
.size-guide-grid button.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.size-guide-grid strong {
  font-size: 26px;
  line-height: 1;
}
.size-guide-grid span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
}
.size-guide-grid small {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
  opacity: 0.64;
}
.join-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.join-stage,
.pair-chooser,
.kit-chooser {
  scroll-margin-top: 108px;
}
.taste-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
}
.taste-choice {
  min-height: 185px;
  min-width: 0;
  padding: 22px 15px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  border-radius: 0;
  background: #fafafa;
  color: var(--ink);
  cursor: pointer;
  font-family: U8, Arial, sans-serif;
  text-align: center;
}
.taste-choice:hover,
.taste-choice:focus-visible {
  background: #e9ecea;
}
.taste-choice:focus-visible {
  outline: 4px solid var(--orange);
  outline-offset: -6px;
}
.taste-choice.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.taste-choice__art {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.taste-choice__art img {
  width: 84px;
  height: 84px;
  margin: 0;
  display: block;
  object-fit: cover;
  background: #fafafa;
  border-radius: 50%;
}
.taste-choice__art img + img {
  margin-left: -18px;
}
.taste-grid--style .taste-choice {
  min-height: 155px;
  flex-direction: row;
  gap: 12px;
  padding: 18px 14px;
  text-align: left;
}
.taste-grid--style .taste-choice__art {
  min-height: 64px;
  flex: 0 0 96px;
}
.taste-grid--style .taste-choice__art img {
  width: 62px;
  height: 62px;
}
.taste-grid--style .taste-choice__art img + img {
  margin-left: -38px;
}
.taste-choice__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.taste-choice__copy strong {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.taste-choice__copy small {
  font-size: 7px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.09em;
  opacity: 0.68;
}
.style-choice-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.style-choice {
  min-height: 126px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: #fafafa;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.style-choice:hover,
.style-choice:focus-visible {
  background: #e9ecea;
}
.style-choice.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.style-choice__art {
  min-width: 82px;
  max-width: 118px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.style-choice__art img {
  width: 47px;
  height: 47px;
  flex: 0 0 47px;
  margin: 0 -5px -2px 0;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: #fafafa;
}
.style-choice span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.style-choice .style-choice__art {
  flex-direction: row;
  gap: 0;
}
.style-choice strong {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.style-choice small {
  font-size: 7px;
  line-height: 1.3;
  font-weight: 850;
  letter-spacing: 0.08em;
  opacity: 0.68;
}
.contract-box {
  margin-top: 36px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px 20px;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
}
.contract-box > strong {
  font-size: 21px;
  line-height: 1.1;
}
.contract-box > b {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  font-size: 22px;
  color: var(--orange);
  text-align: right;
}
.contract-box small {
  grid-column: 1 / -1;
  padding-top: 12px;
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  font-size: 7px;
  letter-spacing: 0.11em;
}
.join-field {
  margin-top: 33px;
  display: block;
}
.join-field > span {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.join-field > span small {
  font-size: 7px;
  opacity: 0.65;
}
.join-field input,
.join-field textarea {
  width: 100%;
  padding: 17px 18px;
  border: var(--rule);
  border-radius: 0;
  background: #fafafa;
  color: var(--ink);
  font:
    700 14px/1.4 U8,
    Arial,
    sans-serif;
}
.join-field textarea {
  min-height: 115px;
  resize: vertical;
}
.join-field--kit {
  margin: 0 0 28px;
  padding: 22px;
  background: var(--blue);
  border: var(--rule);
}
.join-field--kit textarea {
  background: #fafafa;
}
.join-field .field-help {
  margin-top: 10px;
  display: block;
  font-size: 7px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.marketing-opt-in {
  margin-top: 14px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: start;
  border: 1px solid rgba(6, 13, 13, 0.42);
  background: #fafafa;
  cursor: pointer;
}
.marketing-opt-in:hover,
.marketing-opt-in:focus-within {
  background: var(--blue);
  border-color: var(--ink);
}
.marketing-opt-in input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}
.marketing-opt-in span {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.marketing-opt-in b {
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.marketing-opt-in small {
  font-size: 10px;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: 0;
}
.colour-exclusions__body {
  padding: 18px;
}
.colour-exclusions__body > p {
  margin: 0 0 16px;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
}
.colour-picker {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
}
.colour-picker button {
  min-height: 86px;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--paper);
  cursor: pointer;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.colour-picker button:hover,
.colour-picker button:focus-visible {
  background: #e9ecea;
}
.colour-picker button.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.colour-swatch {
  width: 32px;
  height: 32px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.colour-swatch--all {
  background: conic-gradient(#060d0d, #ec7d3c, #bee2f2, #fafafa, #060d0d);
}
.brand-exclusions__body {
  padding: 18px;
}
.brand-exclusions__body > p {
  margin: 0 0 16px;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
}
.brand-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
}
.brand-picker button {
  min-height: 60px;
  padding: 12px 10px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--paper);
  cursor: pointer;
  font:
    850 7px/1.25 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.08em;
}
.brand-picker button:hover,
.brand-picker button:focus-visible {
  background: #e9ecea;
}
.brand-picker button.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.optional-exclusions {
  margin-top: 20px;
  border: var(--rule);
  background: var(--paper);
}
.optional-exclusions summary {
  min-height: 52px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.11em;
}
.optional-exclusions summary small {
  font-size: 7px;
  opacity: 0.58;
}
.optional-exclusions[open] summary {
  background: var(--blue);
  border-bottom: var(--rule);
}
.optional-exclusions .join-field--kit {
  margin: 0;
  border: 0;
  background: var(--paper);
}
.grooming-exclusions__body {
  padding: 18px;
}
.grooming-exclusions__body > p {
  margin: 0 0 16px;
  max-width: 760px;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 700;
}
.grooming-picker {
  display: block;
}
.grooming-picker > button {
  width: 100%;
  border: var(--rule);
}
.grooming-picker__group {
  margin-top: 16px;
}
.grooming-picker__group h3 {
  margin: 0;
  padding: 11px 13px;
  background: var(--blue);
  border: var(--rule);
  border-bottom: 0;
  font-size: 8px;
  letter-spacing: 0.12em;
}
.grooming-picker__group > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
}
.grooming-picker button {
  min-height: 70px;
  padding: 13px 11px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font:
    850 8px/1.25 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.07em;
}
.grooming-picker button:hover,
.grooming-picker button:focus-visible {
  background: #e9ecea;
}
.grooming-picker button.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.grooming-picker button:disabled {
  cursor: not-allowed;
  opacity: 0.34;
}
.grooming-exclusions__help {
  margin-top: 12px;
  display: block;
  font-size: 7px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.grooming-underwear-switch {
  margin-top: 18px;
  padding: 17px;
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: center;
  background: var(--orange);
  border: var(--rule);
}
.grooming-underwear-switch strong {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.grooming-underwear-switch span {
  font-size: 9px;
  line-height: 1.4;
  font-weight: 700;
}
.grooming-underwear-switch button {
  min-height: 48px;
  padding: 12px 15px;
  background: var(--ink);
  color: var(--paper);
  border: 0;
  cursor: pointer;
  font: 850 8px/1.25 U8, Arial, sans-serif;
  letter-spacing: 0.08em;
}
.fit-note {
  margin-top: 30px;
  padding: 22px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  background: var(--blue);
  border: var(--rule);
}
.fit-note b {
  font-size: 8px;
  letter-spacing: 0.14em;
}
.fit-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}
.surprise-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--rule);
  border-left: var(--rule);
}
.surprise-toggle .join-choice {
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.surprise-state {
  min-height: 420px;
  margin-top: 28px;
  padding: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  border: var(--rule);
  text-align: center;
}
.surprise-state img {
  width: 110px;
  margin-bottom: 30px;
}
.surprise-state h3 {
  max-width: 620px;
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 0.92;
}
.surprise-state p {
  max-width: 560px;
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}
.pair-preview-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: var(--rule);
  border-left: var(--rule);
}
.pair-preview-grid article {
  min-width: 0;
  position: relative;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: #fafafa;
}
.pair-preview-grid article > img {
  height: 235px;
  object-fit: cover;
  object-position: center;
  border-bottom: var(--rule);
}
.pair-preview-grid article > div {
  padding: 18px;
}
.pair-preview-grid span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.pair-preview-grid .pair-choice-counter {
  display: block;
  margin-top: 9px;
  color: var(--orange);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.pair-preview-grid h3 {
  min-height: 45px;
  margin: 14px 0 8px;
  font-size: 19px;
  line-height: 1;
}
.pair-preview-grid p {
  min-height: 33px;
  margin: 0 0 15px;
  font-size: 7px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.pair-update-status {
  min-height: 34px;
  margin: -2px 0 13px;
  padding: 8px;
  display: flex;
  align-items: center;
  background: var(--orange);
  border: 1px solid var(--ink);
  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
.selection-status,
.selection-error {
  margin-top: 22px;
  padding: 18px;
  border: var(--rule);
  font-size: 9px;
  font-weight: 850;
  line-height: 1.45;
  letter-spacing: 0.09em;
}
.selection-status {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--blue);
}
.selection-status > i,
.kit-refresh-overlay > i,
.pair-refresh-overlay > i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 3px solid rgba(6, 13, 13, 0.2);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: ngt-spin 0.75s linear infinite;
}
.selection-status > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.selection-status span {
  font-size: 8px;
  letter-spacing: 0.04em;
}
.kit-compatibility-check {
  margin-top: 22px;
  padding: 18px;
  border: var(--rule);
  background: var(--blue);
  display: flex;
  align-items: center;
  gap: 14px;
}
.kit-compatibility-check > i {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 3px solid rgba(6, 13, 13, 0.2);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: ngt-spin 0.75s linear infinite;
}
.kit-compatibility-check > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.kit-compatibility-check b {
  font-size: 9px;
  letter-spacing: 0.09em;
}
.kit-compatibility-check span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.kit-compatibility-panel {
  margin-top: 22px;
  padding: 28px;
  border: var(--rule);
  background: var(--orange);
}
.kit-compatibility-panel--error {
  background: var(--blue);
}
.kit-compatibility-panel > span {
  display: block;
  margin-bottom: 10px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.kit-compatibility-panel h3 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(31px, 4vw, 58px);
  line-height: 0.93;
  letter-spacing: -0.045em;
}
.kit-compatibility-panel > p {
  max-width: 760px;
  margin: 14px 0 22px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.kit-compatibility-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
  background: var(--paper);
}
.kit-compatibility-option {
  min-height: 178px;
  padding: 20px;
  border: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.kit-compatibility-option:hover,
.kit-compatibility-option:focus-visible {
  background: var(--blue);
}
.kit-compatibility-option > span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.kit-compatibility-option > strong {
  font-size: 18px;
  line-height: 1.05;
}
.kit-compatibility-option > b {
  margin-top: auto;
  font-size: 30px;
  line-height: 1;
}
.kit-compatibility-option > small {
  font-size: 7px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.kit-compatibility-change,
.kit-compatibility-actions button {
  min-height: 48px;
  margin-top: 16px;
  padding: 0 20px;
  border: var(--rule);
  background: var(--ink);
  color: var(--paper);
  font: 850 8px/1 var(--font);
  letter-spacing: 0.12em;
  cursor: pointer;
}
.kit-compatibility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.kit-compatibility-actions button {
  margin-top: 0;
}
.kit-compatibility-actions .is-secondary {
  background: transparent;
  color: var(--ink);
}
@keyframes ngt-spin {
  to {
    transform: rotate(360deg);
  }
}
.selection-error {
  background: #ffb8ae;
}
.pair-preview-grid button,
.join-grooming button,
.review-grid button {
  min-height: 41px;
  width: 100%;
  padding: 10px;
  border: var(--rule);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.pair-refresh-actions {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 8px;
}
.pair-refresh-actions button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pair-refresh-actions .pair-previous {
  background: transparent;
}
.pair-preview-grid .pair-choice-help {
  display: block;
  margin-top: 11px;
  font-size: 7px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.09em;
  opacity: 0.7;
}
.pair-refresh-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fafafaeb;
  color: var(--ink);
  font-size: 8px;
  letter-spacing: 0.11em;
  text-align: center;
}
.pair-chooser,
.kit-chooser {
  margin-top: 20px;
  border: var(--rule);
  background: #fafafa;
}
.pair-chooser__heading {
  padding: 24px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px 22px;
  background: var(--blue);
  border-bottom: var(--rule);
}
.pair-chooser__heading > span {
  grid-row: 1 / 3;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.pair-chooser__heading h3 {
  margin: 0;
  font-size: 30px;
  line-height: 0.92;
}
.pair-chooser__heading p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}
.pair-option-grid,
.kit-option-grid {
  display: grid;
}
.pair-option-grid {
  grid-template-columns: repeat(2, 1fr);
}
.kit-option-grid {
  grid-template-columns: repeat(3, 1fr);
}
.pair-option,
.kit-option {
  min-width: 0;
  padding: 0 0 17px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 0;
  border-right: var(--rule);
  background: #fafafa;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.pair-option:last-child,
.kit-option:last-child {
  border-right: 0;
}
.pair-option:hover,
.pair-option:focus-visible,
.kit-option:hover,
.kit-option:focus-visible {
  background: #eef0ee;
}
.pair-option.is-selected,
.kit-option.is-selected {
  box-shadow: inset 0 0 0 5px var(--orange);
}
.pair-option img,
.kit-option img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-bottom: var(--rule);
}
.pair-option span,
.pair-option strong,
.pair-option small,
.pair-option b,
.kit-option span,
.kit-option strong,
.kit-option small,
.kit-option b {
  margin-left: 17px;
  margin-right: 17px;
  display: block;
}
.pair-option span,
.kit-option span {
  margin-top: 15px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
  color: #555;
}
.pair-option strong,
.kit-option strong {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1;
}
.pair-option small,
.kit-option small {
  min-height: 30px;
  margin-top: 8px;
  font-size: 7px;
  line-height: 1.4;
  font-weight: 850;
  letter-spacing: 0.07em;
}
.pair-option b,
.kit-option b {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 2px solid var(--ink);
  font-size: 7px;
  letter-spacing: 0.1em;
}
.join-grooming {
  margin-top: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
}
.join-grooming__copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.join-grooming h3 {
  margin: 16px 0;
  font-size: 30px;
  line-height: 0.92;
}
.join-grooming p {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.45;
}
.join-grooming .kit-product-summary {
  font-size: 10px;
  font-weight: 850;
  line-height: 1.55;
  letter-spacing: 0.07em;
  color: var(--orange);
}
.join-grooming .join-grooming__note {
  padding-top: 16px;
  border-top: 1px solid rgba(250, 250, 250, 0.35);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.join-grooming button {
  color: var(--paper);
  border-color: var(--paper);
}
.kit-refresh-actions {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 9px;
}
.kit-refresh-actions .kit-previous {
  background: transparent;
}
.kit-refresh-actions button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.kit-refresh-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: #fafafae6;
  color: var(--ink);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.join-grooming__visual {
  min-width: 0;
  position: relative;
  background: #111;
  border-left: var(--rule);
}
.join-grooming__visual img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
}
.join-grooming__visual small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 11px 13px;
  background: var(--orange);
  color: var(--ink);
  border: 1px solid var(--ink);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.real-kit-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fafafa;
  color: var(--ink);
  border-left: var(--rule);
}
.real-kit-grid figure {
  min-width: 0;
  margin: 0;
  border-right: var(--rule);
  border-bottom: var(--rule);
}
.real-kit-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: var(--rule);
}
.kit-image-name {
  min-height: 180px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  border-bottom: var(--rule);
  font-size: 8px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-align: center;
}
.real-kit-grid figcaption {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.real-kit-grid b {
  font-size: 9px;
  line-height: 1.15;
}
.real-kit-grid small {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.real-kit-grid .kit-fallback-image {
  grid-column: 1 / -1;
  height: 470px;
  border-bottom: 0;
}
.kit-chooser {
  margin-top: 0;
  border-top: 0;
}
.kit-option img {
  height: 270px;
}
.kit-option-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: var(--rule);
}
.kit-option-products img {
  height: 135px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.kit-option strong {
  font-size: 13px;
  line-height: 1.25;
}
.no-alternatives {
  grid-column: 1 / -1;
  margin: 0;
  padding: 30px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.gay-card-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border: var(--rule);
}
.gay-card-photo {
  width: 100%;
  min-height: 350px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-right: var(--rule);
}
.gay-card {
  min-height: 350px;
  padding: 29px;
  display: flex;
  flex-direction: column;
  background: var(--ink);
  color: var(--paper);
  border-right: var(--rule);
}
.gay-card > img {
  width: 158px;
  height: 50px;
  object-fit: contain;
  object-position: left center;
}
.gay-card > span {
  margin-top: 50px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  color: var(--orange);
}
.gay-card > strong {
  margin-top: auto;
  font-size: 31px;
  letter-spacing: 0.04em;
}
.gay-card > small {
  margin-top: 8px;
  font-size: 8px;
  letter-spacing: 0.14em;
}
.gay-card-benefits {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--blue);
}
.gay-card-benefits h3 {
  margin: 18px 0;
  font-size: 27px;
  line-height: 0.94;
}
.gay-card-price {
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  align-items: end;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
}
.gay-card-price span {
  grid-column: 1 / -1;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.14em;
  opacity: 0.68;
}
.gay-card-price del {
  font-size: 22px;
  line-height: 1;
  opacity: 0.62;
}
.gay-card-price strong {
  justify-self: end;
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
  text-align: right;
}
.gay-card-price small {
  grid-column: 1 / -1;
  padding-top: 9px;
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.gay-card-benefits ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.gay-card-benefits li {
  min-height: 58px;
  padding: 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.profile-note {
  margin: 15px 0 0;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.account-signin {
  margin-top: 24px;
  padding: 18px;
  background: var(--blue);
  border: var(--rule);
}
.account-signin b {
  font-size: 8px;
  letter-spacing: 0.11em;
}
.account-signin p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.45;
}
.account-signin a {
  color: inherit;
  font-weight: 850;
}
.inline-login {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.55fr);
  gap: 10px;
  align-items: end;
}
.inline-login label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inline-login label span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.inline-login input {
  width: 100%;
  min-height: 49px;
  padding: 13px 15px;
  border: var(--rule);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    700 14px/1.3 U8,
    Arial,
    sans-serif;
}
.inline-login button {
  min-height: 49px;
  padding: 12px 15px;
  border: var(--rule);
  border-radius: 0;
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
  font:
    850 7px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.1em;
}
.inline-login button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.account-signin .inline-login__error {
  margin-top: 12px;
  padding: 11px 13px;
  background: #ffb8ae;
  border: 1px solid var(--ink);
  font-size: 8px;
  font-weight: 850;
}
.history-check {
  margin-top: 16px;
  padding: 17px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--paper);
  border: var(--rule);
}
.history-check i {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(6, 13, 13, 0.24);
  border-top-color: var(--ink);
  border-radius: 50%;
  animation: selection-spin 0.75s linear infinite;
}
.history-check b {
  font-size: 8px;
  letter-spacing: 0.12em;
}
.history-check p {
  margin: 6px 0 0;
  font-size: 10px;
  line-height: 1.45;
}
.history-check--clear {
  display: block;
  background: #d9f2df;
}
.history-check--error {
  justify-content: space-between;
  background: #ffb8ae;
}
.history-check--error button {
  min-height: 42px;
  padding: 10px 18px;
  flex: 0 0 auto;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
  font:
    850 7px/1 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.repeat-review {
  margin-top: 18px;
  border: var(--rule);
  background: var(--paper);
}
.repeat-review__heading {
  padding: 22px;
  background: var(--orange);
  border-bottom: var(--rule);
}
.repeat-review__heading > span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.repeat-review__heading h3 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3vw, 43px);
  line-height: 0.88;
}
.repeat-review__heading p {
  max-width: 720px;
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}
.repeat-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  border-bottom: var(--rule);
}
.repeat-item:last-of-type {
  border-bottom: 0;
}
.repeat-item > img {
  width: 150px;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  background: var(--paper);
  border-right: var(--rule);
}
.repeat-item > div:last-child {
  min-width: 0;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.repeat-item span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.13em;
  color: #8a2c14;
}
.repeat-item h4 {
  margin: 10px 0 7px;
  font-size: 21px;
  line-height: 0.95;
}
.repeat-item p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}
.repeat-item__actions {
  margin-top: 17px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 9px;
}
.repeat-item__actions button {
  min-height: 46px;
  padding: 11px 13px;
  border: var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font:
    850 7px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.08em;
}
.repeat-item__actions button.is-primary {
  background: var(--ink);
  color: var(--paper);
}
.repeat-item__actions button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.repeat-kit-images {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-right: var(--rule);
}
.repeat-kit-images img {
  width: 100%;
  height: 90px;
  padding: 7px;
  object-fit: contain;
  background: var(--paper);
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.repeat-kit-images img:nth-child(2n) {
  border-right: 0;
}
.repeat-kit-images img:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.repeat-review__error {
  margin: 0;
  padding: 13px 18px;
  background: #ffb8ae;
  border-top: var(--rule);
  font-size: 8px;
  font-weight: 850;
}
.inline-social-login {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid var(--ink);
}
.inline-social-login__label {
  display: block;
  margin-bottom: 10px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.social-login-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.social-login-button {
  min-height: 49px;
  padding: 9px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: var(--rule);
  background: var(--paper);
  color: var(--ink);
  text-decoration: none;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
}
.social-login-button img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}
.social-login-button:hover,
.social-login-button:focus-visible {
  background: var(--orange);
}
.inline-social-login > small {
  display: block;
  margin-top: 10px;
  font-size: 6.5px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.inline-social-login .wc-social-login p {
  margin: 0 0 10px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
}
.inline-social-login .button-social-login {
  min-height: 43px;
  margin: 0 8px 8px 0;
  padding: 11px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  color: #fafafa;
  text-decoration: none;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.06em;
}
.inline-social-login .button-social-login-facebook {
  background: #1877f2;
}
.inline-social-login .button-social-login-google {
  background: #4285f4;
}
.inline-social-login .button-social-login:hover,
.inline-social-login .button-social-login:focus-visible {
  filter: brightness(0.9);
}
.review-pack {
  display: grid;
  grid-template-columns: 260px 1fr;
  border: var(--rule);
  background: #fafafa;
}
.review-pack > img {
  height: 280px;
  object-fit: cover;
  border-right: var(--rule);
}
.review-pack > div {
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.review-pack h3 {
  margin: 18px 0 7px;
  font-size: 34px;
  line-height: 0.9;
}
.review-pack p {
  margin: 0;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.review-pack strong {
  margin-top: auto;
  font-size: 34px;
  color: var(--orange);
}
.review-pack small {
  margin-top: 9px;
  font-size: 7px;
  letter-spacing: 0.1em;
}
.review-pack button {
  width: max-content;
  margin-top: 14px;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.review-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  border-top: var(--rule);
  border-left: var(--rule);
}
.review-grid article {
  min-height: 210px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: #fafafa;
}
.review-grid h3 {
  margin: 18px 0 8px;
  font-size: 20px;
  line-height: 0.95;
}
.review-grid p {
  margin: 0;
  font-size: 8px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.07em;
}
.review-grid button {
  width: auto;
  margin-top: auto;
  align-self: flex-start;
}
.terms-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: var(--rule);
  border-left: var(--rule);
}
.terms-grid span {
  min-height: 55px;
  padding: 14px;
  display: flex;
  align-items: center;
  border-right: var(--rule);
  border-bottom: var(--rule);
  background: var(--blue);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
}
.promise-line {
  margin-top: 28px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--orange);
  border: var(--rule);
}
.promise-line img {
  width: 64px;
  flex: 0 0 64px;
}
.promise-line p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
.join-actions {
  margin-top: 42px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 160px minmax(230px, 430px);
  justify-content: space-between;
  gap: 20px;
  border-top: var(--rule);
}
.join-actions .cta {
  min-height: 54px;
}
.join-back {
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.checkout-transition {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: var(--ink);
  text-align: center;
}
.join-flow--blue .checkout-transition {
  background: var(--blue);
}
.checkout-transition img {
  width: 92px;
  height: 92px;
  margin-bottom: 28px;
  object-fit: contain;
}
.checkout-transition span {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.checkout-transition h2 {
  max-width: 820px;
  margin: 22px 0 14px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.84;
}
.checkout-transition p {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
}
.checkout-transition i {
  width: min(420px, 80vw);
  height: 8px;
  margin-top: 34px;
  overflow: hidden;
  background: #060d0d2e;
  border: 1px solid var(--ink);
}
.checkout-transition i:after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: var(--ink);
  animation: checkout-transition-progress 1.15s ease-in-out infinite alternate;
}
@keyframes checkout-transition-progress {
  0% {
    transform: translate(-5%);
  }
  to {
    transform: translate(130%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .checkout-transition i:after {
    animation: none;
    transform: none;
    width: 100%;
  }
}
.join-flow--complete {
  background: var(--orange);
}
.join-success {
  min-height: calc(100vh - 78px);
  padding: 70px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.join-success > img {
  width: 112px;
  margin-bottom: 30px;
}
.join-success > span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.join-success h1 {
  max-width: 900px;
  margin: 24px 0;
  font-size: clamp(58px, 7vw, 98px);
  line-height: 0.84;
  letter-spacing: 0.03em;
}
.join-success > p {
  max-width: 700px;
  margin: 0;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 700;
}
.success-summary {
  width: min(760px, 100%);
  margin: 35px 0 24px;
  display: grid;
  border-top: var(--rule);
  border-left: var(--rule);
  background: var(--paper);
  text-align: left;
}
.success-summary strong,
.success-summary span {
  min-height: 52px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  border-right: var(--rule);
  border-bottom: var(--rule);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.success-summary strong {
  font-size: 13px;
}
.join-success .cta {
  width: min(420px, 100%);
}
.checkout-flow,
.thankyou-flow {
  min-height: 100vh;
  background: var(--paper);
}
.checkout-topbar {
  position: relative;
  top: auto;
}
.checkout-hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.75fr);
  background: var(--orange);
  border-bottom: var(--rule);
}
.join-flow--blue .checkout-hero {
  background: var(--blue);
}
.checkout-hero > div:first-child {
  padding: 58px 44px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.checkout-hero > div:first-child > span,
.checkout-contract > span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.16em;
}
.checkout-hero h1 {
  max-width: 860px;
  margin: 22px 0 19px;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.84;
  letter-spacing: 0.03em;
}
.checkout-hero p {
  max-width: 720px;
  margin: 0;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 700;
}
.checkout-contract {
  margin: 34px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);
  border: 1px solid rgba(250, 250, 250, 0.55);
}
.checkout-contract strong {
  margin-top: 28px;
  font-size: 29px;
  line-height: 0.93;
}
.checkout-contract b {
  margin-top: 25px;
  padding: 17px 0;
  color: var(--orange);
  border-top: 1px solid rgba(250, 250, 250, 0.4);
  border-bottom: 1px solid rgba(250, 250, 250, 0.4);
  font-size: 35px;
}
.checkout-contract small {
  margin-top: 18px;
  font-size: 8px;
  line-height: 1.5;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.checkout-layout {
  padding: 52px 34px 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: 34px;
  align-items: start;
}
.checkout-form {
  min-width: 0;
  display: grid;
  gap: 28px;
}
.checkout-section {
  background: #fafafa;
  border: var(--rule);
}
.checkout-section__heading {
  padding: 25px 27px;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  align-items: start;
  background: var(--blue);
  border-bottom: var(--rule);
}
.checkout-section__heading > span {
  font-size: 25px;
  line-height: 1;
  font-weight: 850;
}
.checkout-section__heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 0.92;
}
.checkout-section__heading p {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 700;
}
.checkout-section > .checkout-field,
.checkout-fields {
  margin: 25px 27px 28px;
}
.checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.checkout-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.checkout-field--wide {
  grid-column: 1 / -1;
}
.checkout-field > span {
  min-height: 12px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.checkout-field > span small {
  font-size: 7px;
  opacity: 0.58;
}
.checkout-field input,
.checkout-field select {
  width: 100%;
  min-height: 53px;
  padding: 14px 16px;
  border: var(--rule);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    700 14px/1.35 U8,
    Arial,
    sans-serif;
}
.checkout-field input:focus,
.checkout-field select:focus {
  outline: 4px solid var(--orange);
  outline-offset: -6px;
}
.payment-choices {
  margin: 25px 27px 28px;
  display: grid;
  border-top: var(--rule);
  border-left: var(--rule);
}
.payment-choices label {
  min-height: 74px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  align-items: center;
  border-right: var(--rule);
  border-bottom: var(--rule);
  cursor: pointer;
}
.payment-choices label.is-selected {
  background: var(--ink);
  color: var(--paper);
}
.payment-choices input {
  width: 18px;
  height: 18px;
  accent-color: var(--orange);
}
.payment-choices span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.payment-choices strong {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.payment-choices small {
  font-size: 7px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.08em;
  opacity: 0.72;
}
.checkout-consent {
  padding: 20px;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  background: var(--orange);
  border: var(--rule);
  cursor: pointer;
}
.join-flow--blue .checkout-consent {
  background: var(--blue);
}
.checkout-consent input {
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--ink);
}
.checkout-consent span {
  font-size: 8px;
  line-height: 1.5;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.checkout-validation,
.checkout-prototype-note {
  margin: 0;
  font-size: 7px;
  line-height: 1.5;
  font-weight: 850;
  letter-spacing: 0.1em;
}
.checkout-validation {
  color: #8a2c14;
}
.checkout-prototype-note {
  text-align: right;
  opacity: 0.65;
}
.checkout-actions {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 160px minmax(260px, 430px);
  justify-content: space-between;
  gap: 20px;
  border-top: var(--rule);
}
.checkout-actions .cta {
  min-height: 57px;
}
.checkout-summary {
  position: sticky;
  top: 28px;
  background: var(--ink);
  color: var(--paper);
  border: var(--rule);
}
.checkout-summary__heading {
  min-height: 63px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.45);
}
.checkout-summary__heading span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}
.checkout-summary button,
.checkout-line button {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font:
    850 7px/1.2 U8,
    Arial,
    sans-serif;
  letter-spacing: 0.12em;
}
.checkout-line {
  padding: 20px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.checkout-line > img {
  width: 118px;
  height: 118px;
  object-fit: cover;
  background: var(--paper);
  border: 1px solid rgba(250, 250, 250, 0.5);
}
.checkout-line--card > img {
  padding: 25px;
  object-fit: contain;
}
.checkout-line span {
  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.12em;
  color: var(--orange);
}
.checkout-line h3 {
  margin: 11px 0 8px;
  font-size: 20px;
  line-height: 0.95;
}
.checkout-line p {
  margin: 0 0 13px;
  font-size: 8px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.07em;
}
.checkout-line > strong {
  font-size: 17px;
  white-space: nowrap;
}
.checkout-totals {
  padding: 21px;
  display: grid;
  gap: 0;
  border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.checkout-totals span,
.checkout-totals > strong {
  min-height: 46px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  font-size: 8px;
  letter-spacing: 0.09em;
}
.checkout-totals > strong {
  min-height: 61px;
  border-bottom: 0;
  font-size: 12px;
}
.checkout-totals b {
  text-align: right;
}
.checkout-assurances {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.checkout-assurances span {
  min-height: 54px;
  padding: 13px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(250, 250, 250, 0.4);
  border-bottom: 1px solid rgba(250, 250, 250, 0.4);
  font-size: 7px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.checkout-assurances span:nth-child(2n) {
  border-right: 0;
}
.checkout-assurances span:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.thankyou-flow {
  background: var(--orange);
}
.join-flow--blue.thankyou-flow {
  background: var(--blue);
}
.thankyou-hero {
  min-height: 580px;
  padding: 70px 34px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: var(--rule);
}
.thankyou-hero > img {
  width: 100px;
  margin-bottom: 28px;
}
.thankyou-hero > span {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
}
.thankyou-hero h1 {
  max-width: 1040px;
  margin: 24px 0;
  font-size: clamp(58px, 7vw, 100px);
  line-height: 0.85;
  letter-spacing: 0.03em;
}
.thankyou-hero p {
  max-width: 730px;
  margin: 0;
  font-size: 16px;
  line-height: 1.48;
  font-weight: 700;
}
.thankyou-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
  border-bottom: var(--rule);
}
.thankyou-order,
.thankyou-next {
  min-width: 0;
  padding: 48px 34px;
}
.thankyou-order {
  border-right: var(--rule);
}
.thankyou-order__heading {
  min-height: 62px;
  padding-bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: var(--rule);
}
.thankyou-order__heading span,
.thankyou-order__heading strong,
.thankyou-product span,
.thankyou-card-line span,
.thankyou-next > span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}
.thankyou-order__heading strong {
  color: #8a2c14;
  text-align: right;
}
.thankyou-product,
.thankyou-card-line {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: var(--rule);
}
.thankyou-product img,
.thankyou-card-line img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  background: #fafafa;
  border: var(--rule);
}
.thankyou-card-line img {
  padding: 33px;
  object-fit: contain;
}
.thankyou-product h2,
.thankyou-card-line h3 {
  margin: 13px 0 8px;
  font-size: 27px;
  line-height: 0.92;
}
.thankyou-product p,
.thankyou-card-line p {
  margin: 0;
  font-size: 8px;
  line-height: 1.45;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.thankyou-product > strong,
.thankyou-card-line > strong {
  font-size: 20px;
}
.thankyou-total {
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.thankyou-total span {
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}
.thankyou-total strong {
  font-size: 21px;
  text-align: right;
}
.thankyou-next > h2 {
  max-width: 650px;
  margin: 20px 0 30px;
  font-size: clamp(38px, 4.3vw, 63px);
  line-height: 0.86;
}
.thankyou-next ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: var(--rule);
}
.thankyou-next li {
  min-height: 105px;
  padding: 19px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  border-bottom: var(--rule);
}
.thankyou-next li > b {
  font-size: 23px;
}
.thankyou-next li strong {
  font-size: 12px;
  letter-spacing: 0.08em;
}
.thankyou-next li p {
  max-width: 560px;
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.thankyou-actions {
  padding: 35px 34px;
  display: flex;
  justify-content: center;
  gap: 18px;
  background: var(--ink);
}
.thankyou-actions .cta {
  width: min(360px, 100%);
}
.thankyou-actions .cta--secondary {
  color: var(--paper);
  border-color: var(--paper);
}
@media (min-width: 641px) and (max-width: 1100px) {
  .join-progress > button {
    padding-inline: 7px;
    font-size: 9px;
    letter-spacing: 0.07em;
  }
}
@media (max-width: 980px) {
  .review-switcher {
    grid-template-columns: 1fr;
  }
  .review-switcher > strong {
    min-height: 34px;
    justify-content: center;
    border-bottom: 1px solid var(--ink);
  }
  .review-switcher > div {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .review-switcher > div::-webkit-scrollbar {
    display: none;
  }
  .review-switcher a {
    flex: 1 0 auto;
  }
  .header {
    grid-template-columns: 1fr auto;
  }
  .header span,
  .header i,
  .header b {
    display: none;
  }
  .hero,
  .mechanism,
  .recommended,
  .control {
    grid-template-columns: 1fr;
  }
  .hero-copy,
  .hero-visual {
    min-height: 620px;
  }
  .hero-visual,
  .mechanism-copy {
    border-left: 0;
    border-top: var(--rule);
  }
  .hero-actions {
    grid-template-columns: 1fr;
  }
  .trust-strip,
  .reason-grid,
  .other-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mechanism-image {
    min-height: 520px;
  }
  .pack-offer {
    grid-template-columns: 1fr;
  }
  .pack-offer__image {
    min-height: 460px;
    border-right: 0;
    border-bottom: var(--rule);
  }
  .other-heading {
    grid-template-columns: 1fr;
  }
  .other-heading .section-kicker {
    grid-column: auto;
  }
  .grooming-preview {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .grooming-preview > button {
    grid-column: auto;
  }
  .join-stage {
    grid-template-columns: 1fr;
  }
  .join-intro {
    min-height: auto;
    padding: 54px 34px;
    position: static;
    border-right: 0;
    border-bottom: var(--rule);
  }
  .join-panel {
    min-height: auto;
  }
  .pack-family-choices,
  .pair-preview-grid,
  .review-grid,
  .pair-option-grid,
  .kit-option-grid,
  .join-choice-grid {
    grid-template-columns: 1fr 1fr;
  }
  .join-grooming,
  .gay-card-wrap {
    grid-template-columns: 1fr;
  }
  .size-guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .colour-picker,
  .grooming-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .brand-picker {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .join-grooming__visual,
  .real-kit-grid {
    border-left: 0;
    border-top: var(--rule);
  }
  .gay-card {
    border-right: 0;
    border-bottom: var(--rule);
  }
  .checkout-hero,
  .checkout-layout,
  .thankyou-layout {
    grid-template-columns: 1fr;
  }
  .checkout-contract {
    margin-top: 0;
  }
  .checkout-summary {
    position: static;
  }
  .thankyou-order {
    border-right: 0;
    border-bottom: var(--rule);
  }
}
@media (max-width: 640px) {
  .review-switcher > strong {
    padding: 0 16px;
  }
  .review-switcher a {
    padding: 0 16px;
  }
  .header {
    padding: 0 20px;
  }
  .hero-copy,
  .reasons,
  .mechanism-copy,
  .recommended,
  .control,
  .other-packs {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-pack-chip {
    grid-template-columns: 1fr;
  }
  .hero-pack-chip small {
    text-align: left;
  }
  .trust-strip,
  .reason-grid,
  .other-grid,
  .mechanism-copy ul,
  .contract-notes {
    grid-template-columns: 1fr;
  }
  .grooming-grid {
    grid-template-columns: 1fr 1fr;
  }
  .final-card {
    left: 20px;
    right: 20px;
    width: auto;
    padding: 26px;
  }
  footer {
    grid-template-columns: 1fr;
    text-align: left;
  }
  footer span:nth-of-type(1) {
    text-align: left;
  }
  .join-topbar {
    min-height: 54px;
    padding: 0 16px;
    grid-template-columns: 1fr auto;
  }
  .join-topbar img {
    width: 112px;
    height: 35px;
  }
  .join-topbar span {
    display: none;
  }
  .join-progress {
    top: 54px;
    grid-template-columns: repeat(var(--join-step-count, 5), 1fr);
    min-height: 48px;
  }
  .join-progress > button {
    padding: 14px 4px 8px;
  }
  .join-progress > button span {
    display: none;
  }
  .join-panel {
    padding: 46px 22px 34px;
  }
  .join-intro {
    padding: 46px 22px;
  }
  .pack-family-choices,
  .pair-preview-grid,
  .review-grid,
  .join-choice-grid,
  .taste-grid,
  .style-choice-row,
  .surprise-toggle,
  .pair-option-grid,
  .kit-option-grid {
    grid-template-columns: 1fr;
  }
  .taste-choice {
    min-height: 142px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 18px;
    text-align: left;
  }
  .selected-size-guide {
    align-items: stretch;
    flex-direction: column;
  }
  .selected-size-guide > div {
    justify-content: center;
  }
  .selected-size-guide > button {
    min-width: 0;
    min-height: 48px;
    border-left: 0;
    border-top: var(--rule);
  }
  .size-guide-overlay {
    padding: 0;
    align-items: flex-end;
  }
  .size-guide-dialog {
    max-height: 94vh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    box-shadow: none;
  }
  .size-guide-dialog > header {
    padding: 24px 22px;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .size-guide-dialog header > button {
    justify-self: start;
    grid-row: 1;
  }
  .size-guide-dialog h2 {
    font-size: 42px;
  }
  .size-guide-grid button {
    min-height: 96px;
  }
  .taste-choice__art {
    flex: 0 0 118px;
  }
  .taste-grid--style .taste-choice {
    min-height: 126px;
  }
  .pair-chooser__heading {
    grid-template-columns: 1fr;
  }
  .pair-chooser__heading > span {
    grid-row: auto;
  }
  .pair-option,
  .kit-option {
    border-right: 0;
    border-bottom: var(--rule);
  }
  .pair-option:last-child,
  .kit-option:last-child {
    border-bottom: 0;
  }
  .join-grooming__visual img {
    height: 360px;
  }
  .colour-picker,
  .grooming-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kit-compatibility-options {
    grid-template-columns: 1fr;
  }
  .brand-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kit-refresh-actions,
  .pair-refresh-actions,
  .inline-login,
  .social-login-actions,
  .contract-box {
    grid-template-columns: 1fr;
  }
  .contract-box > b {
    grid-row: auto;
    grid-column: auto;
    text-align: left;
  }
  .fit-note,
  .review-pack,
  .membership-explainer {
    grid-template-columns: 1fr;
  }
  .review-pack > img {
    width: 100%;
    border-right: 0;
    border-bottom: var(--rule);
  }
  .gay-card-benefits ul,
  .terms-grid {
    grid-template-columns: 1fr;
  }
  .gay-card-photo {
    border-right: 0;
    border-bottom: var(--rule);
  }
  .repeat-item {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .repeat-item > img {
    width: 112px;
    min-height: 160px;
  }
  .join-actions {
    grid-template-columns: 1fr;
  }
  .checkout-hero > div:first-child,
  .thankyou-order,
  .thankyou-next {
    padding-left: 22px;
    padding-right: 22px;
  }
  .checkout-hero h1 {
    font-size: 49px;
  }
  .checkout-contract {
    margin: 0 22px 28px;
  }
  .checkout-layout {
    padding: 36px 22px 60px;
  }
  .checkout-fields {
    grid-template-columns: 1fr;
  }
  .checkout-field--wide {
    grid-column: auto;
  }
  .checkout-section__heading {
    grid-template-columns: 38px 1fr;
  }
  .checkout-line,
  .thankyou-product,
  .thankyou-card-line {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  .checkout-line > img {
    width: 92px;
    height: 92px;
  }
  .checkout-line > strong,
  .thankyou-product > strong,
  .thankyou-card-line > strong {
    grid-column: 2;
  }
  .checkout-actions,
  .checkout-assurances {
    grid-template-columns: 1fr;
  }
  .checkout-assurances span {
    border-right: 0;
  }
  .checkout-assurances span:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
  }
  .checkout-assurances span:last-child {
    border-bottom: 0;
  }
  .thankyou-hero h1 {
    font-size: 55px;
  }
  .thankyou-product img,
  .thankyou-card-line img {
    width: 92px;
    height: 92px;
  }
  .thankyou-actions {
    padding-left: 22px;
    padding-right: 22px;
    flex-direction: column;
  }
  .repeat-item {
    grid-template-columns: 1fr;
  }
  .repeat-item > img {
    width: 100%;
    height: 240px;
    min-height: 0;
    border-right: 0;
    border-bottom: var(--rule);
  }
  .repeat-kit-images {
    border-right: 0;
    border-bottom: var(--rule);
  }
  .repeat-item__actions {
    grid-template-columns: 1fr;
  }
  .history-check--error {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .grooming-picker__group > div,
  .grooming-underwear-switch {
    grid-template-columns: 1fr;
  }
}

/*
 * Keep every product shown inside Sneak Peek in the same square, full-bleed
 * media field. This is intentionally appended after the responsive rules so
 * an asset rebuild cannot leave the kit-specific products at older fixed
 * heights.
 */
.pair-preview-grid article > img,
.pair-option > img,
.join-grooming__visual > img,
.real-kit-grid img,
.kit-option > img,
.kit-option-products img {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.pair-preview-grid article > img,
.pair-option > img {
  background: var(--blue);
}
