/* =========================================================
   鉴黄师品牌站 - 加入我们
   Figma nodes: PC 395:113911 / Mobile 452:113282
   Artist data: 520:103277
   ========================================================= */

.join-page-body {
  color: #f5f5f5;
}

.join-container {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto;
}

.join-page {
  position: relative;
  overflow: hidden;
}

.join-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .45) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 203, 93, .32) 0 1px, transparent 1.5px);
  background-position: 0 0, 80px 54px;
  background-size: 250px 220px, 420px 360px;
  opacity: .18;
}

.join-page>section {
  position: relative;
  z-index: 1;
}

.join-hero {
  position: relative;
  height: 426px;
  overflow: hidden;
  background: #020707;
}

.join-hero-media {
  position: absolute;
  inset: 0;
  display: block;
}

.join-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.join-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 152px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, #020707 100%);
}

.join-hero-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 36px;
}

.join-hero-left {
  width: 430px;
  padding-top: 62px;
  padding-left: 60px;
}

.join-hero-left h1 {
  margin: 0 0 26px;
  color: #ffd166;
  font-size: 64px;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: 0;
}

.join-hero-buttons {
  display: flex;
  gap: 18px;
  align-items: center;
}

.join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 150px;
  height: 46px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}

.join-btn-primary {
  color: #231100;
  background: linear-gradient(135deg, #ffda58 0%, #ff9f27 52%, #ff6f21 100%);
  box-shadow: 0 0 28px rgba(255, 111, 33, .58);
}

.join-btn-primary:hover {
  color: #231100;
}

.join-btn-secondary {
  color: #fff2ca;
  border: 1px solid rgba(255, 209, 102, .58);
  background: rgba(0, 0, 0, .28);
}

.join-btn-secondary:hover {
  color: #ffd166;
}

.join-hero-right {
  width: 380px;
  padding-top: 38px;
  color: #fff;
  text-align: left;
}

.join-hero-right p {
  margin: 0;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 48px;
}

.join-hero-right p span {
  margin-right: 10px;
  font-size: 68px;
  line-height: 76px;
}

.join-hero-right strong {
  display: block;
  margin-top: 2px;
  color: #ffd166;
  font-size: 39px;
  font-weight: 600;
  line-height: 48px;
}

.join-section-head {
  width: min(644px, 100%);
  margin: 0 auto;
  text-align: center;
}

.join-section-head h1,
.join-section-head h2 {
  margin: 0;
  color: #ffd166;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.join-section-head p {
  margin: 10px auto 0;
  color: rgba(255, 255, 255, .58);
  font-size: 16px;
  line-height: 22px;
}

.join-jobs-section {
  min-height: 916px;
  padding: 82px 0 82px;
}

.join-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 48px;
}

.join-tabs button {
  height: 40px;
  padding: 0 24px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
}

.join-tabs button.is-active,
.join-tabs button:hover {
  color: #211200;
  background: #ffd166;
  border-color: transparent;
}

.join-job-list {
  width: min(828px, 100%);
  margin: 30px auto 0;
  display: grid;
  gap: 16px;
}

.join-job-card {
  min-height: 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 18px 20px 18px 24px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(2px);
}

.join-job-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.join-job-card h2,
.join-job-card h3 {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.join-job-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 20px;
}

.join-job-card a:hover {
  box-shadow: 0 0 28px 0 rgba(247, 201, 107, 0.26);
}

.join-job-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  height: 38px;
  color: #fff2ca;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(247, 201, 107, 1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
}

.join-job-card a:active {
  background: rgba(233, 181, 75, 0.20);
}

.join-steps-section {
  min-height: 420px;
  margin-top: -50px;
  padding: 70px 0 58px;
}

.join-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.join-steps article,
.join-feature-grid article {
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  background: var(--panel);
  backdrop-filter: blur(27.75px);
}

.join-steps article {
  min-height: 124px;
  padding: 24px 22px;
}

.join-steps article:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 28px 0 rgba(247, 201, 107, 0.26);
  backdrop-filter: blur(27.75px);
}

.join-steps span,
.join-feature-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #231100;
  background: #ffd166;
  font-weight: 700;
}

.join-steps span {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  margin-right: 12px;
  font-size: 12px;
  border-radius: 7px;
}

.join-steps h3,
.join-feature-grid h3 {
  display: inline-block;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.join-steps p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 20px;
}

.join-artists-section {
  position: relative;
  height: 939px;
  padding: 68px 0 0;
  overflow: hidden;
}

.join-artists-section::before,
.join-artists-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.join-artists-section::before {
  left: 50%;
  top: 283px;
  z-index: 0;
  width: 1054px;
  height: 618px;
  transform: translateX(-50%);
  filter: blur(16px);
  background:
    radial-gradient(ellipse at 72% 52%, rgba(246, 58, 25, .24) 0%, rgba(246, 58, 25, .13) 32%, transparent 70%),
    radial-gradient(ellipse at 45% 38%, rgba(246, 235, 25, .22) 0%, rgba(246, 235, 25, .1) 38%, transparent 72%),
    radial-gradient(ellipse at 24% 22%, rgba(32, 35, 37, .2) 0%, rgba(32, 35, 37, .08) 36%, transparent 68%);
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, #000 18%, #000 74%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 18%, #000 74%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-composite: intersect;
}

.join-artists-section .join-container {
  position: relative;
  z-index: 2;
}

.join-artists-section .join-section-head {
  width: min(644px, 100%);
}

.join-artist-wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 288px);
  gap: 16px;
  height: 666px;
  margin-top: 68px;
  overflow: hidden;
}

.join-artist-wall::before,
.join-artist-wall::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.join-artist-wall::before {
  top: 0;
  height: 466px;
  background: linear-gradient(0, rgba(9, 9, 11, 0.00) 0%, #09090B 100%);
}

.join-artist-wall::after {
  bottom: 0;
  height: 136px;
  background: linear-gradient(180deg, transparent 0%, #020707 100%);
}

.join-artist-col {
  display: grid;
  align-content: start;
  gap: 16px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.join-artist-card {
  min-height: 186px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 12px;
  background: var(--panel);
}

.join-artist-card.mid {
  min-height: 166px;
}

.join-artist-card.short {
  min-height: 146px;
}

.artist-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.artist-head img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
}

.artist-head h3 {
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist-head span {
  display: block;
  margin-top: 2px;
  color: #ffd166;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.join-artist-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  line-height: 20px;
}

.join-why-section {
  min-height: 696px;
  padding: 68px 0 22px;
}

.join-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.join-feature-grid article {
  min-height: 180px;
  padding: 28px 28px 26px;
}

.join-feature-grid span {
  width: 32px;
  height: 28px;
  margin-bottom: 16px;
  color: #ffd166;
  background: transparent;
  font-size: 20px;
  line-height: 28px;
  justify-content: flex-start;
}

.join-feature-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 16px;
  line-height: 22px;
}

.join-apply-section {
  min-height: 878px;
  padding: 96px 0 80px;
  background: url("/assets/img/pots.webp?t=1") left bottom / auto 60% no-repeat;
}

.join-apply-grid {
  display: grid;
  grid-template-columns: 438px 602px;
  gap: 160px;
  align-items: start;
}

.join-contact-panel h2 {
  margin: 0 0 38px;
  color: #ffd166;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.join-contact-list {
  display: grid;
  gap: 22px;
}

.join-contact-card {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.contact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.join-contact-card small {
  display: block;
  color: rgba(255, 255, 255, .58);
  font-size: 16px;
  line-height: 22px;
}

.join-contact-card div {
  min-width: 0;
}

.join-contact-card strong {
  display: flex;
  align-items: center;
  margin-top: 2px;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.join-contact-card strong button {
  display: inline-flex;
  min-width: 36px;
  border: none;
  background-color: transparent;
  padding: 0 8px;
}

.join-contact-card button {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 30px;
  padding: 0 12px;
  color: #fffc;
  border: 1px solid rgba(255, 209, 102, .36);
  border-radius: 999px;
  background: rgba(255, 209, 102, .08);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.join-contact-card button:hover,
.join-contact-card button.is-copied {
  color: #fffc;
  border-color: var(--panel);
  background: rgba(255, 255, 255, 0.1);
}

.join-contact-panel>p {
  margin: 36px 0 0;
  max-width: 438px;
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
  line-height: 20px;
}

.join-form {
  display: grid;
  gap: 20px;
}

.join-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.join-form label {
  display: grid;
  gap: 10px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 22px;
}

.join-form input,
.join-form select,
.join-form textarea {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}

.join-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  background-image: url("/assets/img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}

.join-form textarea {
  height: auto;
  min-height: 130px;
  padding: 15px 16px;
  overflow-y: hidden;
  resize: none;
}

.join-form input::placeholder,
.join-form textarea::placeholder {
  color: rgba(255, 255, 255, .36);
}

.join-form input:focus,
.join-form select:focus,
.join-form textarea:focus {
  border-color: rgba(255, 209, 102, .5);
}

/* 自定义下拉框（增强原生 select；样式还原 Figma「下拉菜单」节点） */
.join-select { position: relative; }
.join-select.cs-ready select {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  border: 0; clip: rect(0 0 0 0); overflow: hidden;
}

.join-select-trigger {
  display: flex; align-items: center; gap: 8px;
  width: 100%; min-width: 0; height: 48px;
  padding: 0 16px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px; line-height: 20px; text-align: left;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
  cursor: pointer;
}
.join-select.open .join-select-trigger { border-color: rgba(255, 209, 102, .5); }
.join-select-value { flex: 1 0 0; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.join-select-arrow { width: 14px; height: 14px; flex: 0 0 auto; transition: transform var(--ease); }
.join-select.open .join-select-arrow { transform: rotate(180deg); }

.join-select-panel {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 30;
  display: flex; flex-direction: column; gap: 4px;
  max-height: 280px; overflow-y: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 12px;
  background: rgba(19, 20, 24, .92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 0 80px rgba(0, 0, 0, .4);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .1) transparent;
}
.join-select-panel[hidden] { display: none; }
.join-select-panel::-webkit-scrollbar { width: 4px; }
.join-select-panel::-webkit-scrollbar-track { background: transparent; }
.join-select-panel::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, .1); border-radius: 96px; }

.join-select-option {
  display: flex; align-items: center; gap: 8px;
  min-height: 40px; padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, .9);
  font-size: 14px; line-height: 20px;
  cursor: pointer;
}
.join-select-option > span { flex: 1 0 0; min-width: 0; }
.join-select-option:hover,
.join-select-option.is-active { background: rgba(255, 255, 255, .1); }

.join-upload {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 20px;
  text-align: center;
  color: rgba(255, 255, 255, .48);
  border: 1px dashed rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
}

.join-upload svg {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  fill: none;
  stroke: rgba(255, 255, 255, .64);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.join-upload strong {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border: 1px solid var(---, rgba(255, 255, 255, 0.05));
  background-color: #fff1;
  border-radius: 8px;
}

.join-upload strong svg {
  margin-bottom: 0;
}

.join-upload em {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .38);
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.join-upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.join-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  color: #231100;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffda58 0%, #ff9f27 52%, #ff6f21 100%);
}

.join-submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.join-status {
  min-height: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, .65);
}

.join-status.is-error {
  color: #ff6f6f;
}

.join-status.is-success {
  color: #6fe0a0;
}

.join-footer {
  padding: 54px 0 39px;
  background: #15161a;
  border-top: 0;
}

.join-footer-top {
  display: grid;
  grid-template-columns: 390px 1fr 1fr 1fr;
  gap: 60px;
}

.join-footer-brand .brand {
  margin-bottom: 20px;
}

.join-footer-brand .logo-badge {
  margin-left: 2px;
  transform: none;
  color: #ffd166;
  border-color: rgba(255, 209, 102, .52);
  background: rgba(255, 209, 102, .08);
}

.join-footer-warn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  margin: 0;
  padding: 3px 20px;
  color: #ff5050;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid rgba(255, 79, 79, .55);
  border-radius: 999px;
  background: rgba(115, 20, 20, .26);
}

.join-footer-warn span {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.join-footer-desc {
  max-width: 370px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
  line-height: 22px;
}

.join-footer-social {
  display: flex;
  gap: 14px;
  margin-top: 17px;
}

.join-footer-social a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(0, 0, 0, .28);
}

.join-footer-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.join-footer-col {
  padding-top: 20px;
}

.join-footer-col h4 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 14px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.join-footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 18px;
  background: #ffd166;
}

.join-footer-col li+li {
  margin-top: 16px;
}

.join-footer-col a {
  color: rgba(255, 255, 255, .38);
  font-size: 14px;
  line-height: 20px;
}

.join-footer-bottom {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding-top: 18px;
  color: rgba(255, 255, 255, .35);
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

@media (max-width: 1180px) {
  .join-apply-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: 56px;
  }

  .join-artist-wall {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
  }
}

@media (max-width: 860px) {
  .join-container {
    width: min(343px, calc(100% - 32px));
  }

  .join-page::before {
    background-size: 180px 160px, 280px 240px;
    opacity: .15;
  }

  .join-hero {
    height: 500px;
  }

  .join-hero-media img {
    object-fit: cover;
  }

  .join-hero::after {
    height: 82px;
  }

  .join-hero-inner {
    display: block;
    padding-top: 0;
  }

  .join-hero-left {
    width: auto;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .join-hero-left h1,
  .join-hero-right {
    display: none;
  }

  .join-hero-buttons {
    justify-content: center;
    gap: 14px;
  }

  .join-btn {
    min-width: 118px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
    box-shadow: 0 0 8.571px 0 rgba(255, 255, 255, 0.25) inset;
  }

  .join-btn svg {
    display: none;
  }

  .join-btn::after {
    content: "";
    margin-left: 0;
  }

  .join-btn-secondary {
    color: rgba(247, 201, 107, 1);
    border-color: rgba(247, 201, 107, 1);
  }

  .join-section-head {
    width: 343px;
  }

  .join-section-head h1,
  .join-section-head h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .join-section-head p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .join-jobs-section {
    min-height: 970px;
    padding: 32px 0 32px;
  }

  .join-tabs {
    width: 343px;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 34px;
    overflow: hidden;
  }

  .join-tabs button {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }

  .join-job-list {
    margin-top: 22px;
    gap: 16px;
  }

  .join-job-card {
    min-height: 132px;
    display: block;
    padding: 18px 14px;
    border-radius: 10px;
  }

  .join-job-card:hover {
    background-color: var(--panel);
  }

  .join-job-card h2,
  .join-job-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .join-job-card p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .join-job-card a {
    min-width: 92px;
    height: 30px;
    margin-top: 16px;
    font-size: 12px;
    border-radius: 999px;
  }

  .join-steps-section {
    min-height: 542px;
    margin-top: 0;
    padding: 32px 0 32px;
  }

  .join-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .join-steps article {
    min-height: 86px;
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 16px 14px;
  }

  .join-steps article:hover {
    background: var(--panel);
    box-shadow: none;
  }

  .join-steps span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .join-steps h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .join-steps p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .join-artists-section {
    height: 472px;
    padding: 32px 0 0;
  }

  .join-artists-section::before {
    top: 136px;
    width: 582px;
    height: 312px;
  }

  .join-artists-section::after {
    top: 132px;
    height: 256px;
  }

  .join-artist-wall {
    width: 954px;
    height: 348px;
    grid-template-columns: repeat(4, 184px);
    gap: 10px;
    margin-top: 28px;
    transform: translateX(-112px);
  }

  .join-artist-wall::before {
    height: 100px;
  }

  .join-artist-wall::after {
    height: 50px;
  }

  .join-artist-col {
    gap: 10px;
  }

  .join-artist-card,
  .join-artist-card.mid,
  .join-artist-card.short {
    min-height: 104px;
    padding: 12px 12px 12px;
    border-radius: 9px;
  }

  .artist-head {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
  }

  .artist-head img {
    width: 32px;
    height: 32px;
  }

  .artist-head h3 {
    font-size: 12px;
    line-height: 18px;
  }

  .artist-head span {
    font-size: 10px;
    line-height: 16px;
  }

  .join-artist-card p {
    margin-top: 8px;
    font-size: 10px;
    line-height: 16px;
  }

  .join-why-section {
    min-height: 1112px;
    padding: 32px 0 32px;
  }

  .join-feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .join-feature-grid article {
    min-height: 132px;
    padding: 18px 24px;
  }

  .join-feature-grid span {
    width: 24px;
    height: 28px;
    margin: 0 12px 0 0;
    float: left;
    font-size: 20px;
    line-height: 28px;
  }

  .join-feature-grid h3 {
    font-size: 18px;
    line-height: 24px;
    padding-top: 2px;
  }

  .join-feature-grid p {
    clear: both;
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .join-apply-section {
    padding: 32px 0 36px;
    background: none;
  }

  .join-apply-grid {
    display: block;
  }

  .join-contact-panel h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .join-contact-list {
    gap: 12px;
  }

  .join-contact-card {
    min-height: 58px;
    grid-template-columns: 40px 1fr auto;
    gap: 12px;
    padding: 9px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .045);
  }

  .contact-icon {
    width: 34px;
    height: 34px;
  }

  .join-contact-card small {
    font-size: 14px;
    line-height: 20px;
  }

  .join-contact-card strong {
    font-size: 14px;
    line-height: 20px;
  }

  .join-contact-card button {
    display: inline-flex;
    min-width: 44px;
    height: 28px;
    padding: 0 8px;
    border: 0;
    background: transparent;
  }

  .join-contact-panel>p {
    margin-top: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .join-form {
    gap: 18px;
    margin-top: 24px;
  }

  .join-form-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .join-form label {
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .join-form input,
  .join-form select,
  .join-form textarea {
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
  }

  .join-select-trigger {
    height: 44px;
    font-size: 14px;
    border-radius: 6px;
  }

  .join-form textarea {
    height: auto;
    min-height: 118px;
  }

  .join-upload {
    min-height: 118px;
    padding: 18px;
  }

  .join-upload strong {
    padding: 4px 22px;
    font-size: 12px;
    line-height: 18px;
  }

  .join-upload em {
    max-width: 260px;
    font-size: 12px;
    line-height: 18px;
  }

  .join-submit {
    height: 40px;
    border-radius: 12px;
  }

  .join-footer {
    padding: 42px 0 69px;
  }

  .join-footer-top {
    display: block;
    text-align: center;
  }

  .join-footer-brand .brand {
    justify-content: center;
    margin-bottom: 9px;
  }

  .join-footer-brand .logo-badge {
    position: absolute;
    left: 50%;
    top: 37px;
    margin-left: 0;
    transform: translateX(-50%);
    font-size: 10px;
  }

  .join-footer-warn {
    display: none;
  }

  .join-footer-desc {
    max-width: 327px;
    margin: 31px auto 0;
    font-size: 12px;
    line-height: 18px;
  }

  .join-footer-col {
    display: inline-block;
    padding: 0;
    margin-top: 22px;
  }

  .join-footer-col+.join-footer-col {
    margin-left: 29px;
  }

  .join-footer-col h4 {
    padding-left: 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .join-footer-col h4::before,
  .join-footer-col ul {
    display: none;
  }

  .join-footer-social {
    justify-content: center;
    gap: 18px;
    margin-top: 24px;
  }

  .join-footer-social a {
    width: 36px;
    height: 36px;
    color: rgba(255, 255, 255, .54);
    background: rgba(255, 255, 255, .08);
  }

  .join-footer-social svg {
    width: 17px;
    height: 17px;
  }

  .join-footer-bottom {
    display: block;
    margin-top: 22px;
    padding-top: 0;
    text-align: center;
    color: rgba(255, 255, 255, .28);
    font-size: 12px;
    line-height: 18px;
    border-top: 0;
  }
}

@media (max-width: 374px) {

  .join-container,
  .join-section-head {
    width: calc(100% - 24px);
  }

  .join-btn {
    min-width: 108px;
    padding: 0 10px;
    font-size: 12px;
  }

  .join-footer-col+.join-footer-col {
    margin-left: 18px;
  }
}
