@charset "utf-8";
/* CSS Document */

:root{
  --ar-bg:#2a1114;
  --ar-bg-soft:#3a1419;
  --ar-bg-deeper:#1b080b;

  --ar-paper:#fffdfd;
  --ar-paper-soft:#f7f1f2;
  --ar-paper-rose:#f5ecee;

  --ar-white:#ffffff;
  --ar-black:#120708;
  --ar-black-soft:#221012;
  --ar-text:#341416;
  --ar-muted:#7a5a5f;

  --ar-red:#c40013;
  --ar-red-bright:#ff2740;
  --ar-red-dark:#8f0008;
  --ar-red-deep:#5c0006;

  --ar-line:rgba(143,0,8,.14);
  --ar-line-strong:rgba(143,0,8,.26);
  --ar-glass:rgba(255,255,255,.12);
  --ar-glass-strong:rgba(255,255,255,.18);

  --ar-shadow:0 24px 70px rgba(16,0,4,.22);
  --ar-shadow-soft:0 16px 36px rgba(16,0,4,.12);
  --ar-shadow-card:0 18px 40px rgba(16,0,4,.10);

  --ar-radius:24px;
  --ar-radius-sm:16px;
  --ar-max:1320px;
}

html{
  scroll-behavior:smooth;
}
body.artist-register-page,
.artist-register-page{
  background:
    radial-gradient(circle at top center, rgba(196,0,19,.11) 0%, rgba(196,0,19,0) 24%),
    linear-gradient(180deg, #3a0f15 0%, #2a1114 180px, #2a1114 100%);
  color: var(--ar-text);
}

main#content.artist-register-page {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  background: transparent !important;
}

.artist-register-page section{
  position: relative;
  overflow: hidden;
  background: transparent;
}

.artist-register-page img{
  max-width:100%;
  height:auto;
  display:block;
}

.artist-register-page a{
  text-decoration:none !important;
}

.artist-register-page .container{
  width:min(calc(100% - 28px), var(--ar-max));
  margin-left:auto;
  margin-right:auto;
}

.artist-register-page .sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* ========================================
   GENERIC TYPO / SECTION HEADS
======================================== */
.artist-register-page .ar-section{
  padding:54px 0;
}

.artist-register-page .ar-section-head{
  position:relative;
  margin-bottom:32px;
  display:grid;
  justify-items:center;
  text-align:center;
}

.artist-register-page .ar-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:auto;
  max-width:100%;
  margin:0 auto 16px;
  font-family:'Montserrat', sans-serif;
  font-size:11px;
  line-height:1.45;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
  text-align:center;
}

.artist-register-page .ar-kicker::before,
.artist-register-page .ar-kicker::after{
  content:"";
  width:34px;
  height:1px;
  flex:0 0 auto;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.42) 100%);
}

.artist-register-page .ar-kicker::after{
  background:linear-gradient(90deg, rgba(255,255,255,.42) 0%, rgba(255,255,255,0) 100%);
}

.artist-register-page .ar-section-head h2{
  position:relative;
  display:inline-block;
  margin:0;
  padding-bottom:16px;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:clamp(32px, 5vw, 58px);
  line-height:1.02;
  letter-spacing:-.045em;
  text-transform:none;
  text-align:center;
}

.artist-register-page .ar-section-head h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:82px;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 50%, rgba(255,255,255,0) 100%);
}

/* ========================================
   HERO
======================================== */
.artist-register-page .ar-hero{
  padding-top:0;
}

.artist-register-page .ar-hero__media{
  position:relative;
  display:block;
  width:100%;
  border-radius:0 0 28px 28px;
  overflow:hidden;
  box-shadow:0 26px 70px rgba(0,0,0,.20);
}

.artist-register-page .ar-hero__media img{
  width:100%;
  min-height:320px;
  object-fit:cover;
  object-position:center top;
}

.artist-register-page .ar-hero__overlay{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}

.artist-register-page .ar-hero__overlay::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(18,7,8,.16) 0%, rgba(18,7,8,.05) 42%, rgba(18,7,8,0) 100%);
}

.artist-register-page .ar-hero > .container.ar-hero__inner{
  position:relative;
  width:min(calc(100% - 28px), var(--ar-max));
  margin-top:-40px;
  margin-left:auto;
  margin-right:auto;
  z-index:2;
}

.artist-register-page .ar-hero__panel{
  width:min(100%, 860px);
  padding:24px 22px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--ar-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.11) 100%);
  box-shadow:var(--ar-shadow);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  text-align:left;
}

.artist-register-page .ar-hero__panel h1{
  margin:0 0 16px;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:clamp(36px, 8vw, 78px);
  line-height:.95;
  letter-spacing:-.05em;
  text-transform:none;
  text-align:left;
}

.artist-register-page .ar-hero__lead{
  width:100%;
  max-width:none;
  margin:0;
  color:rgba(255,255,255,.94);
  font-size:16px;
  line-height:1.8;
  text-align:left;
}

.artist-register-page .ar-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
  justify-content:flex-start;
}

/* ========================================
   BUTTONS
======================================== */
.artist-register-page .ar-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 18px;
  border-radius:999px;
  border:1px solid transparent;
  font-family:'Montserrat', sans-serif;
  font-size:13px;
  font-weight:700;
  line-height:1.1;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.artist-register-page .ar-btn:hover,
.artist-register-page .ar-btn:focus{
  transform:translateY(-1px);
}

.artist-register-page .ar-btn:focus-visible,
.artist-register-page .artist-card__name-link:focus-visible,
.artist-register-page .ar-faq-item summary:focus-visible,
.artist-register-page .ar-toolbar input:focus-visible,
.artist-register-page .ar-toolbar select:focus-visible{
  outline:3px solid rgba(196,0,19,.26);
  outline-offset:2px;
}

.artist-register-page .ar-btn--primary{
  background:linear-gradient(180deg, var(--ar-red-bright) 0%, var(--ar-red) 100%);
  color:#fff !important;
  box-shadow:0 12px 28px rgba(196,0,19,.26);
}

.artist-register-page .ar-btn--ghost{
  background:rgba(255,255,255,.10);
  color:#fff !important;
  border-color:rgba(255,255,255,.24);
}

.artist-register-page .ar-btn--ghost:hover{
  background:rgba(255,255,255,.16);
}

.artist-register-page .ar-btn--reset{
  width:100%;
  min-height:42px;
  padding:10px 16px;
  background:transparent;
  color:var(--ar-red-dark) !important;
  border:1px solid rgba(143,0,8,.22);
  box-shadow:none;
}

.artist-register-page .ar-btn--reset:hover{
  background:rgba(196,0,19,.05);
}

/* ========================================
   INTRO
======================================== */
.artist-register-page .ar-grid--intro{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.artist-register-page .ar-block{
  position:relative;
  padding:28px 24px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--ar-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,246,246,.93) 100%);
  box-shadow:var(--ar-shadow-soft);
  overflow:hidden;
}

.artist-register-page .ar-block::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:58px;
  background:linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.artist-register-page .ar-block--manifest{
  background:
    linear-gradient(180deg, rgba(255,255,255,.99) 0%, rgba(255,243,243,.94) 100%);
}

.artist-register-page .ar-block--manifest .ar-kicker{
  color:var(--ar-red-dark);
}

.artist-register-page .ar-block .ar-kicker{
  justify-content:flex-start;
  margin-left:0;
  margin-right:0;
  text-align:center;
}

.artist-register-page .ar-block .ar-kicker::before{
  display:none;
}

.artist-register-page .ar-block .ar-kicker::after{
  width:54px;
  background:linear-gradient(90deg, rgba(143,0,8,.45) 0%, rgba(143,0,8,0) 100%);
}

.artist-register-page .ar-block h2,
.artist-register-page .ar-block__title{
  margin:0 0 14px;
  color:var(--ar-black);
  font-family:'Montserrat', sans-serif;
  font-size:clamp(28px, 4.8vw, 44px);
  line-height:1.03;
  letter-spacing:-.04em;
  text-transform:none;
}

.artist-register-page .ar-block p{
  margin:0;
  color:var(--ar-text);
  font-size:15px;
  line-height:1.9;
}

.artist-register-page .ar-fact-list{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  list-style:none;
}

.artist-register-page .ar-fact-list li{
  display:grid;
  gap:6px;
  padding:12px 0;
  border-bottom:1px solid var(--ar-line);
}

.artist-register-page .ar-fact-list li:last-child{
  border-bottom:0;
}

.artist-register-page .ar-fact-list strong{
  color:var(--ar-black);
  font-family:'Montserrat', sans-serif;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.artist-register-page .ar-fact-list span{
  color:var(--ar-muted);
  font-size:14px;
  line-height:1.55;
}


/* ========================================
   TOOLBAR
======================================== */
.artist-register-page .ar-section--toolbar{
  padding-top: 26px;
}

.artist-register-page .ar-toolbar-shell{
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,252,252,.96) 0%, rgba(248,241,242,.92) 100%);
  box-shadow:
    0 18px 36px rgba(0,0,0,.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
  transition:
    border-color .22s ease,
    box-shadow .22s ease,
    transform .22s ease;
}

.artist-register-page .ar-toolbar-shell::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 74px;
  background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.artist-register-page .ar-toolbar-shell::after{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(196,0,19,.85) 0%, rgba(255,120,136,.28) 58%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.artist-register-page .ar-toolbar-shell.is-filtered{
  border-color: rgba(196,0,19,.22);
  box-shadow:
    0 22px 44px rgba(0,0,0,.10),
    0 0 0 1px rgba(196,0,19,.06),
    inset 0 1px 0 rgba(255,255,255,.60);
}

/* HEAD */
.artist-register-page .ar-toolbar-head{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  justify-items: center;
  text-align: center;
}

.artist-register-page .ar-toolbar-head h2{
  margin: 0;
  color: var(--ar-black);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -.03em;
  text-transform: none;
}

.artist-register-page .ar-results{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid rgba(196,0,19,.12);
  border-radius: 999px;
  background: rgba(196,0,19,.05);
  color: var(--ar-red-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.2;
  text-align: center;
}

/* FORM GRID */
.artist-register-page .ar-toolbar--reduced{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 12px;
}

.artist-register-page .ar-field{
  position: relative;
  display: grid;
  gap: 6px;
}

.artist-register-page .ar-field label{
  color: var(--ar-black);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: color .18s ease, opacity .18s ease;
}

.artist-register-page .ar-field.is-active label{
  color: var(--ar-red-dark);
}

/* INPUTS / SELECTS */
.artist-register-page .ar-toolbar--reduced input,
.artist-register-page .ar-toolbar--reduced select{
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(143,0,8,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.86);
  color: var(--ar-black);
  font-size: 14px;
  line-height: 1.3;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease,
    color .18s ease;
}

.artist-register-page .ar-toolbar--reduced input::placeholder{
  color: #a4868a;
}

.artist-register-page .ar-toolbar--reduced input:focus,
.artist-register-page .ar-toolbar--reduced select:focus{
  outline: none;
  border-color: rgba(196,0,19,.38);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196,0,19,.06);
}

.artist-register-page .ar-field.is-active input,
.artist-register-page .ar-field.is-active select{
  border-color: rgba(196,0,19,.30);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(196,0,19,.06);
}

/* SELECT ARROWS */
.artist-register-page .ar-toolbar--reduced select{
  cursor: pointer;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(143,0,8,.72) 50%),
    linear-gradient(135deg, rgba(143,0,8,.72) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.artist-register-page .ar-field.is-active select{
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(196,0,19,.82) 50%),
    linear-gradient(135deg, rgba(196,0,19,.82) 50%, transparent 50%);
}

/* SEARCH */
.artist-register-page .ar-field--search input[type="search"]::-webkit-search-decoration,
.artist-register-page .ar-field--search input[type="search"]::-webkit-search-cancel-button,
.artist-register-page .ar-field--search input[type="search"]::-webkit-search-results-button,
.artist-register-page .ar-field--search input[type="search"]::-webkit-search-results-decoration{
  -webkit-appearance: none;
}

/* ACTIONS */
.artist-register-page .ar-toolbar__actions{
  display: flex;
  align-items: end;
  justify-content: center;
}

.artist-register-page .ar-toolbar__actions .ar-btn{
  width: 100%;
}

/* ACTIVE FILTERS */
.artist-register-page .ar-active-filters{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(143,0,8,.10);
}

.artist-register-page .ar-active-filters[hidden]{
  display: none !important;
}

.artist-register-page .ar-active-filters__label{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(196,0,19,.08);
  color: var(--ar-red-dark);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.artist-register-page .ar-filter-chip{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 7px 10px;
  border: 1px solid rgba(143,0,8,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: var(--ar-black);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.artist-register-page .ar-filter-chip strong{
  color: var(--ar-red-dark);
  font-weight: 700;
  margin-right: 2px;
}

.artist-register-page .ar-filter-chip--clearall{
  background: rgba(196,0,19,.06);
  border-color: rgba(196,0,19,.16);
}

.artist-register-page .ar-filter-chip--clearall button{
  border: 0;
  background: transparent;
  color: var(--ar-red-dark);
  font: inherit;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
}

/* TABLET */
@media (min-width: 768px){
  .artist-register-page .ar-section--toolbar{
    padding-top: 30px;
  }

  .artist-register-page .ar-toolbar-shell{
    padding: 24px 24px 22px;
  }

  .artist-register-page .ar-toolbar-head{
    gap: 10px;
    margin-bottom: 20px;
  }

  .artist-register-page .ar-toolbar--reduced{
    grid-template-columns: 1.35fr .9fr 1.15fr .95fr auto;
    align-items: end;
    gap: 12px 12px;
  }

  .artist-register-page .ar-toolbar__actions{
    justify-content: flex-end;
  }

  .artist-register-page .ar-toolbar__actions .ar-btn{
    width: auto;
    min-width: 190px;
  }
}

/* DESKTOP */
@media (min-width: 1100px){
  .artist-register-page .ar-section--toolbar{
    padding-top: 32px;
  }

  .artist-register-page .ar-toolbar-shell{
    padding: 24px 24px 22px;
    border-radius: 24px;
  }

  .artist-register-page .ar-toolbar-head h2{
    font-size: clamp(28px, 2.15vw, 36px);
  }

  .artist-register-page .ar-toolbar--reduced{
    grid-template-columns: 1.45fr .88fr 1.18fr .92fr auto;
    align-items: end;
    gap: 12px 14px;
  }

  .artist-register-page .ar-toolbar--reduced input,
  .artist-register-page .ar-toolbar--reduced select{
    min-height: 48px;
    font-size: 14px;
  }

  .artist-register-page .ar-active-filters{
    gap: 9px;
  }
}



/* ========================================
   DIRECTORY — centered clickable cards
======================================== */
.artist-register-page .ar-section--register{
  padding-top: 52px;
}

.artist-register-page .ar-section--register .ar-section-head{
  margin-bottom: 40px;
}

.artist-register-page .ar-directory{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

/* CARD */
.artist-register-page .artist-card{
  position: relative;
  min-height: 100%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(58,13,20,.94) 0%, rgba(33,8,12,.98) 100%);
  box-shadow:
    0 18px 36px rgba(0,0,0,.16),
    inset 0 1px 0 rgba(255,255,255,.04);
  overflow: hidden;
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.artist-register-page .artist-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(196,0,19,.95) 0%, rgba(255,113,129,.38) 58%, rgba(255,255,255,0) 100%);
  opacity: .9;
  pointer-events: none;
}

.artist-register-page .artist-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255,255,255,.12);
  box-shadow:
    0 24px 44px rgba(0,0,0,.22),
    0 0 0 1px rgba(196,0,19,.06),
    inset 0 1px 0 rgba(255,255,255,.05);
}

.artist-register-page .artist-card[hidden]{
  display: none !important;
}

/* FULL CARD LINK */
.artist-register-page .artist-card__link{
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  min-height: 100%;
  padding: 18px 18px 20px;
  color: inherit !important;
  text-decoration: none !important;
  text-align: center;
}

.artist-register-page .artist-card__link:hover,
.artist-register-page .artist-card__link:focus{
  color: inherit !important;
  text-decoration: none !important;
}

.artist-register-page .artist-card__link:focus-visible{
  outline: 2px solid rgba(255,255,255,.22);
  outline-offset: -2px;
}

/* HEAD */
.artist-register-page .artist-card__head{
  width:100%;
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.artist-register-page .artist-card__name{
  display:block;
  width:100%;
  max-width:100%;
  margin:0 auto;
  color:#ffffff;
  font-family:'Montserrat', sans-serif;
  font-size:clamp(18px, 1.25vw, 22px);
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.03em;
  text-align:center;
  white-space:normal;
  word-break:normal;
  overflow-wrap:normal;
  hyphens:none;
  -webkit-hyphens:none;
  -ms-hyphens:none;
}

.artist-register-page .artist-card:hover .artist-card__name{
  color: #ffffff;
  opacity: .94;
}

/* META */
.artist-register-page .artist-card__meta{
  width: 100%;
  min-height: 156px;
  display: grid;
  grid-template-rows: 24px minmax(72px, 1fr) 24px;
  align-items: center;
  justify-items: center;
  row-gap: 14px;
}

/* GENDER */
.artist-register-page .artist-card__gender{
  margin: 0;
  width: 100%;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.artist-register-page .artist-card__gender i{
  display: inline-block;
  color: #ff6575;
  font-size: 0;
  line-height: 1;
  font-style: normal;
  opacity: .95;
  text-shadow: 0 0 10px rgba(196,0,19,.10);
}

.artist-register-page .artist-card__gender .ion-female::before{
  content: "♀";
  font-size: 18px;
  font-family: Arial, sans-serif;
  line-height: 1;
}

.artist-register-page .artist-card__gender .ion-male::before{
  content: "♂";
  font-size: 18px;
  font-family: Arial, sans-serif;
  line-height: 1;
}

/* DISCIPLINE */
.artist-register-page .artist-card__discipline{
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 4px;
  color: rgba(245,245,247,.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.24;
  font-weight: 600;
  letter-spacing: -.01em;
  text-transform: none;
  text-align: center;
  text-wrap: balance;
}

.artist-register-page .artist-card__discipline::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,103,121,.70) 0%, rgba(255,255,255,0) 100%);
}

.artist-register-page .artist-card__discipline::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 84px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.10) 50%, rgba(255,255,255,0) 100%);
}

/* CONTACT */
.artist-register-page .artist-card__contact{
  margin: 0;
  width: 100%;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.artist-register-page .artist-card__contact i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff6677;
  font-size: 16px;
  line-height: 1;
  opacity: .92;
  transition:
    color .18s ease,
    transform .18s ease,
    opacity .18s ease;
}

.artist-register-page .artist-card:hover .artist-card__contact i{
  color: #fff1f3;
  opacity: 1;
  transform: translateY(-1px);
}

/* ionicons size helpers */
.artist-register-page .artist-card__contact .ion-earth,
.artist-register-page .artist-card__contact .ion-social-instagram,
.artist-register-page .artist-card__contact .ion-social-facebook,
.artist-register-page .artist-card__contact .ion-social-youtube,
.artist-register-page .artist-card__contact .ion-social-linkedin,
.artist-register-page .artist-card__contact .ion-email{
  font-size: 16px;
}

/* EMPTY / NOSCRIPT */
.artist-register-page .ar-empty,
.artist-register-page .ar-noscript{
  margin-top: 24px;
  padding: 20px 22px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(42,10,15,.95) 0%, rgba(24,8,11,.98) 100%);
  box-shadow: 0 16px 28px rgba(0,0,0,.18);
}

.artist-register-page .ar-empty p,
.artist-register-page .ar-noscript p{
  margin: 0;
  color: rgba(255,244,246,.92);
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

/* TABLET */
@media (min-width: 768px){
  .artist-register-page .ar-directory{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .artist-register-page .artist-card__link{
    padding: 19px 18px 21px;
  }

  .artist-register-page .artist-card__head{
    min-height: 56px;
  }

  .artist-register-page .artist-card__name{
    font-size: 18px;
  }

  .artist-register-page .artist-card__meta{
    min-height: 166px;
    grid-template-rows: 24px minmax(78px, 1fr) 24px;
    row-gap: 14px;
  }

  .artist-register-page .artist-card__discipline{
    min-height: 78px;
    font-size: 19px;
  }
}

/* DESKTOP */
@media (min-width: 1100px){
  .artist-register-page .ar-directory{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
  }

  .artist-register-page .artist-card{
    border-radius: 8px;
  }

  .artist-register-page .artist-card__link{
    padding: 20px 18px 22px;
  }

  .artist-register-page .artist-card__head{
    min-height: 58px;
  }

  .artist-register-page .artist-card__name{
    font-size: 18px;
  }

  .artist-register-page .artist-card__meta{
    min-height: 176px;
    grid-template-rows: 24px minmax(86px, 1fr) 24px;
    row-gap: 14px;
  }

  .artist-register-page .artist-card__discipline{
    min-height: 86px;
    font-size: 16px;
    line-height: 1.22;
  }

  .artist-register-page .artist-card__contact i{
    font-size: 14px;
  }
}

/* ========================================
   FOCUS
======================================== */
.artist-register-page .ar-section--focus{
  padding-top:72px;
}

.artist-register-page .ar-section--focus .ar-section-head{
  margin-bottom:36px;
}

.artist-register-page .ar-section--focus .ar-focus-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:stretch;
}

.artist-register-page .ar-section--focus .ar-focus-card{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-height:100%;
  padding:32px 28px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.985) 0%, rgba(247,240,241,.94) 100%);
  box-shadow:0 20px 44px rgba(18,0,4,.12);
  overflow:hidden;
  text-align:center;
}

.artist-register-page .ar-section--focus .ar-focus-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:74px;
  background:linear-gradient(180deg, rgba(255,255,255,.68) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.artist-register-page .ar-section--focus .ar-focus-card::after{
  content:"";
  position:absolute;
  left:26px;
  right:26px;
  top:0;
  height:1px;
  background:linear-gradient(90deg, rgba(143,0,8,0) 0%, rgba(143,0,8,.18) 50%, rgba(143,0,8,0) 100%);
  pointer-events:none;
}

.artist-register-page .ar-section--focus .ar-focus-card h3{
  position:relative;
  width:100%;
  margin:0 0 18px;
  color:var(--ar-black);
  font-family:'Montserrat', sans-serif;
  font-size:clamp(28px, 3vw, 40px);
  line-height:1.02;
  letter-spacing:-.045em;
  text-transform:none;
  text-align:center;
}

.artist-register-page .ar-section--focus .ar-focus-card h3::after{
  content:"";
  display:block;
  width:58px;
  height:1px;
  margin:16px auto 0;
  background:linear-gradient(90deg, rgba(143,0,8,0) 0%, rgba(143,0,8,.34) 50%, rgba(143,0,8,0) 100%);
}

.artist-register-page .ar-section--focus .ar-focus-card p{
  position:relative;
  margin:0 auto;
   width:100%;
  max-width:none;
  color:var(--ar-text);
  font-size:15px;
  line-height:1.9;
  text-align:center;
}

.artist-register-page .ar-section--focus .ar-focus-card--image{
  padding:0;
  border-color:rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(76,0,7,.96) 0%, rgba(104,0,10,.98) 100%);
  color:#fff;
  box-shadow:0 24px 56px rgba(26,0,4,.20);
}

.artist-register-page .ar-section--focus .ar-focus-card--image::before,
.artist-register-page .ar-section--focus .ar-focus-card--image::after{
  display:none;
}

.artist-register-page .ar-section--focus .ar-focus-card__bg{
  position:relative;
  min-height:260px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(180deg, rgba(35,0,4,.10) 0%, rgba(92,0,6,.34) 34%, rgba(92,0,6,.82) 100%),
    url("../images/artist-reg-cb/bg.jpg") center center / cover no-repeat;
}

.artist-register-page .ar-section--focus .ar-focus-card__bg::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 40%);
  mix-blend-mode:screen;
  pointer-events:none;
}

.artist-register-page .ar-section--focus .ar-focus-card__bg::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:84px;
  background:linear-gradient(180deg, rgba(92,0,6,0) 0%, rgba(92,0,6,.92) 100%);
  pointer-events:none;
}

.artist-register-page .ar-section--focus .ar-focus-card__content{
  position:relative;
  padding:30px 28px 32px;
  text-align:center;
}

.artist-register-page .ar-section--focus .ar-focus-card--image h3,
.artist-register-page .ar-section--focus .ar-focus-card--image p{
  color:#fff;
  text-align:center;
}

.artist-register-page .ar-section--focus .ar-focus-card--image h3::after{
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.46) 50%, rgba(255,255,255,0) 100%);
}

.artist-register-page .ar-section--focus .ar-focus-card--image p{
   width:100%;
  max-width:none;
  margin-left:auto;
  margin-right:auto;
  color:rgba(255,255,255,.92);
}


/* ========================================
   FAQ
======================================== */
.artist-register-page .ar-section--faq{
  padding-top:72px;
}

.artist-register-page .ar-section--faq .ar-section-head{
  margin-bottom:34px;
}

.artist-register-page .ar-faq-list{
  display:grid;
  gap:16px;
}

.artist-register-page .ar-faq-item{
  position:relative;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.985) 0%, rgba(247,241,242,.94) 100%);
  box-shadow:0 18px 40px rgba(18,0,4,.12);
  overflow:hidden;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.artist-register-page .ar-faq-item::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:64px;
  background:linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.artist-register-page .ar-faq-item summary{
  position:relative;
  display:block;
  cursor:pointer;
  list-style:none;
  padding:24px 84px 24px 28px;
  color:var(--ar-black);
  font-family:'Montserrat', sans-serif;
  font-size:20px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:-.02em;
  transition:background .18s ease;
}

.artist-register-page .ar-faq-item summary:hover{
  background:rgba(143,0,8,.03);
}

.artist-register-page .ar-faq-item summary::-webkit-details-marker{
  display:none;
}

.artist-register-page .ar-faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(143,0,8,.08) 0%, rgba(143,0,8,.04) 100%);
  color:var(--ar-red-dark);
  font-size:24px;
  font-weight:700;
  line-height:1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.45);
}

.artist-register-page .ar-faq-item[open] summary{
  padding-bottom:16px;
}

.artist-register-page .ar-faq-item[open] summary::after{
  content:"–";
}

.artist-register-page .ar-faq-item__body{
  position:relative;
  padding:0 28px 28px 28px;
}

.artist-register-page .ar-faq-item__body::before{
  content:"";
  display:block;
  width:72px;
  height:1px;
  margin:0 0 18px;
  background:linear-gradient(90deg, rgba(143,0,8,.28) 0%, rgba(143,0,8,0) 100%);
}

.artist-register-page .ar-faq-item__body p{
  margin:0;
  max-width:none;
  color:var(--ar-text);
  font-size:16px;
  line-height:1.9;
}

/* FAQ TABLET */
@media (min-width:768px){
  .artist-register-page .ar-faq-item summary{
    padding:26px 88px 26px 30px;
    font-size:21px;
  }

  .artist-register-page .ar-faq-item summary::after{
    right:22px;
    top:22px;
  }

  .artist-register-page .ar-faq-item__body{
    padding:0 30px 30px 30px;
  }
}

/* FAQ DESKTOP */
@media (min-width:1100px){
  .artist-register-page .ar-faq-item summary{
    padding:28px 92px 28px 32px;
    font-size:22px;
  }

  .artist-register-page .ar-faq-item__body{
    padding:0 32px 32px 32px;
  }

  .artist-register-page .ar-faq-item__body p{
    max-width:1000px;
  }
}


/* ========================================
   CTA / HINWEIS – FINAL POLISHED
======================================== */
.artist-register-page .ar-section--cta{
  padding-top:72px;
}

.artist-register-page .ar-cta{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  justify-items:center;
  gap:18px;
  padding:34px 24px 30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:34px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16) 0%, rgba(255,255,255,0) 24%),
    radial-gradient(circle at bottom left, rgba(255,255,255,.05) 0%, rgba(255,255,255,0) 24%),
    linear-gradient(180deg, #b10012 0%, #97000d 100%);
  box-shadow:
    0 28px 68px rgba(28,0,5,.34),
    inset 0 1px 0 rgba(255,255,255,.10);
  overflow:hidden;
  text-align:center;
}

.artist-register-page .ar-cta::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:96px;
  background:linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 100%);
  pointer-events:none;
}

.artist-register-page .ar-cta::after{
  content:"";
  position:absolute;
  right:-110px;
  top:-110px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.15) 0%, rgba(255,255,255,0) 72%);
  pointer-events:none;
}

.artist-register-page .ar-cta > div:first-child{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1040px;
  display:grid;
  justify-items:center;
}

.artist-register-page .ar-cta .ar-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 auto 12px;
  color:rgba(255,255,255,.84);
  text-align:center;
}

.artist-register-page .ar-cta .ar-kicker::before,
.artist-register-page .ar-cta .ar-kicker::after{
  content:"";
  width:38px;
  height:1px;
  flex:0 0 auto;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.40) 100%);
}

.artist-register-page .ar-cta .ar-kicker::after{
  background:linear-gradient(90deg, rgba(255,255,255,.40) 0%, rgba(255,255,255,0) 100%);
}

.artist-register-page .ar-cta h2{
  position:relative;
  display:inline-block;
  width:min(100%, 22ch);
  margin:0 auto 12px;
  padding-bottom:14px;
  color:#fff;
  font-family:'Montserrat', sans-serif;
  font-size:clamp(34px, 5.4vw, 68px);
  line-height:.98;
  letter-spacing:-.055em;
  text-transform:none;
  text-align:center;
}

.artist-register-page .ar-cta h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:76px;
  height:1px;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.82) 50%, rgba(255,255,255,0) 100%);
}

.artist-register-page .ar-cta p{
  margin:0;
  max-width:64ch;
  color:rgba(255,255,255,.93);
  font-size:15px;
  line-height:1.82;
  text-align:center;
}

.artist-register-page .ar-cta p + p{
  margin-top:10px;
}

/* Mail-Link überall in der CTA */
.artist-register-page .ar-cta a[href^="mailto:"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff !important;
  font-family:'Montserrat', sans-serif;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.02em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14);
  transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.artist-register-page .ar-cta a[href^="mailto:"]:hover,
.artist-register-page .ar-cta a[href^="mailto:"]:focus{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
  transform:translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 10px 20px rgba(35,0,4,.16);
}

/* Falls die Mail im ersten Textblock steht */
.artist-register-page .ar-cta > div:first-child a[href^="mailto:"]{
  margin-top:10px;
}

/* Actions immer zentriert */
.artist-register-page .ar-cta__actions{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  margin-top:2px;
}

.artist-register-page .ar-cta .ar-btn--primary{
  min-width:220px;
  min-height:48px;
  box-shadow:0 14px 30px rgba(196,0,19,.30);
}

/* Wenn die Mail im Actions-Block steht */
.artist-register-page .ar-cta__actions a[href^="mailto:"]{
  white-space:nowrap;
}

/* TABLET */
@media (min-width:768px){
  .artist-register-page .ar-cta{
    gap:20px;
    padding:38px 32px 34px;
  }

  .artist-register-page .ar-cta > div:first-child{
    max-width:1100px;
  }

  .artist-register-page .ar-cta h2{
    width:min(100%, 24ch);
    margin-bottom:14px;
  }

  .artist-register-page .ar-cta p{
    max-width:68ch;
  }

  .artist-register-page .ar-cta__actions{
    gap:12px;
  }

  .artist-register-page .ar-cta a[href^="mailto:"]{
    min-height:44px;
    padding:10px 18px;
    font-size:13px;
  }

  .artist-register-page .ar-cta .ar-btn--primary{
    min-width:230px;
    min-height:50px;
  }
}

/* DESKTOP */
@media (min-width:1100px){
  .artist-register-page .ar-cta{
    gap:18px;
    padding:42px 40px 36px;
  }

  .artist-register-page .ar-cta > div:first-child{
    max-width:1200px;
  }

  .artist-register-page .ar-cta h2{
    width:min(100%, 28ch);
    max-width:none;
    margin-bottom:14px;
    font-size:clamp(42px, 4.2vw, 72px);
    line-height:.96;
  }

  .artist-register-page .ar-cta h2::after{
    width:82px;
  }

  .artist-register-page .ar-cta p{
    max-width:72ch;
    line-height:1.78;
  }

  .artist-register-page .ar-cta__actions{
    justify-content:center;
    gap:12px;
    margin-top:4px;
  }
}

/* LARGE */
@media (min-width:1440px){
  .artist-register-page .ar-cta{
    padding:46px 46px 40px;
  }

  .artist-register-page .ar-cta h2{
    font-size:clamp(46px, 4.4vw, 74px);
    width:min(100%, 30ch);
  }
}


/* ========================================
   TABLET
======================================== */
@media (min-width:768px){

  .artist-register-page .ar-section{
    padding:64px 0;
  }

  .artist-register-page .ar-grid--intro{
    grid-template-columns:minmax(0, 1.12fr) minmax(280px, .88fr);
    gap:20px;
  }

  .artist-register-page .ar-toolbar--reduced{
    grid-template-columns:1.45fr .85fr 1.2fr .9fr auto;
    align-items:end;
    gap:12px;
  }

  .artist-register-page .ar-toolbar__actions{
    justify-content:flex-end;
  }

  .artist-register-page .ar-btn--reset{
    width:auto;
    min-width:190px;
  }

  .artist-register-page .ar-directory{
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:16px;
  }

 
 

  .artist-register-page .artist-card__meta{
    min-height:142px;
  }

  .artist-register-page .artist-card__discipline{
    font-size:15px;
    max-width:19ch;
  }

  .artist-register-page .ar-section--focus .ar-focus-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:22px;
  }

  .artist-register-page .ar-section--focus .ar-focus-card--image{
    grid-column:1 / -1;
  }

  .artist-register-page .ar-section--focus .ar-focus-card__bg{
    min-height:320px;
  }

  .artist-register-page .ar-faq-item summary{
    padding:26px 82px 26px 30px;
    font-size:21px;
  }

  .artist-register-page .ar-faq-item summary::after{
    right:22px;
    top:22px;
  }

  .artist-register-page .ar-faq-item__body{
    padding:0 30px 30px 30px;
  }

 
}

/* ========================================
   DESKTOP
======================================== */
@media (min-width:1100px){

  .artist-register-page .ar-hero{
    padding-top:104px;
  }

  .artist-register-page .ar-hero > .container.ar-hero__inner{
    margin-top:-64px;
  }

  .artist-register-page .ar-hero__panel{
    padding:32px 32px;
  }

  .artist-register-page .ar-grid--intro{
    grid-template-columns:minmax(0, 1.14fr) minmax(320px, .86fr);
    gap:24px;
  }

  .artist-register-page .ar-toolbar-shell{
    padding:24px 24px 22px;
  }

  .artist-register-page .ar-toolbar--reduced{
    grid-template-columns:1.55fr .9fr 1.25fr .9fr auto;
    align-items:end;
    gap:12px;
  }

  .artist-register-page .ar-directory{
    grid-template-columns:repeat(6, minmax(0,1fr));
    gap:16px;
  }


 

  .artist-register-page .artist-card__meta{
    min-height:144px;
    gap:10px;
  }

  .artist-register-page .artist-card__discipline{
    font-size:13px;
    max-width:16ch;
  }

  .artist-register-page .ar-section--focus .ar-focus-grid{
    grid-template-columns:minmax(0, 1fr) minmax(420px, .92fr);
    grid-template-rows:auto auto;
    gap:22px;
    align-items:stretch;
  }

  .artist-register-page .ar-section--focus .ar-focus-grid > .ar-focus-card:nth-child(1){
    grid-column:1;
    grid-row:1;
  }

  .artist-register-page .ar-section--focus .ar-focus-grid > .ar-focus-card:nth-child(2){
    grid-column:1;
    grid-row:2;
  }

  .artist-register-page .ar-section--focus .ar-focus-grid > .ar-focus-card--image{
    grid-column:2;
    grid-row:1 / span 2;
  }

  .artist-register-page .ar-section--focus .ar-focus-card{
    min-height:100%;
  }

  .artist-register-page .ar-section--focus .ar-focus-card__bg{
    min-height:300px;
  }

  .artist-register-page .ar-section--focus .ar-focus-card h3{
    font-size:clamp(30px, 2.4vw, 40px);
  }




  .artist-register-page .ar-faq-item summary{
    padding:28px 86px 28px 32px;
    font-size:22px;
  }

  .artist-register-page .ar-faq-item__body{
    padding:0 32px 32px 32px;
  }

  .artist-register-page .ar-faq-item__body p{
    max-width:1000px;
  }



}

/* ========================================
   LARGE
======================================== */
@media (min-width:1440px){

  .artist-register-page .ar-directory{
    gap:18px;
  }




  .artist-register-page .artist-card__discipline{
    font-size:14px;
  }

  .artist-register-page .ar-block{
    padding:36px 36px;
  }

  .artist-register-page .ar-toolbar-shell{
    padding:26px 26px 24px;
  }

  .artist-register-page .ar-cta{
    padding:38px 36px;
  }
}

/* ========================================
   REDUCED MOTION
======================================== */
@media (prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }

  .artist-register-page .artist-card,
  .artist-register-page .artist-card__name-link,
  .artist-register-page .ar-btn,
  .artist-register-page .ar-focus-card,
  .artist-register-page .ar-faq-item summary{
    transition:none;
  }
}