.site--klicket {
  --color-ink: #fff;
  --color-ink-soft: rgba(255, 255, 255, 0.86);
  --color-muted: rgba(255, 255, 255, 0.62);
  --color-line: rgba(255, 255, 255, 0.1);
  --color-bg: #000;
  --color-surface: #090909;
  --color-surface-alt: #161618;
  --color-primary: #cea431;
  --color-primary-dark: #b48d26;
  --color-accent: #cea431;
  --color-sold: rgba(255, 255, 255, 0.42);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.22);
  --shadow-md: 0 24px 64px rgba(0, 0, 0, 0.38);
  --shadow-lg: 0 48px 110px rgba(0, 0, 0, 0.52);
  --font-body: "Gabarito", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-display: "Gabarito", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --tour-accent: #cea431;
  --tour-surface: #f1eceb;
  --tour-action: #3b3c42;
  --k-divider-height: 24px;
  background:
    radial-gradient(circle at 10% 0%, rgba(206, 164, 49, 0.08), transparent 25%),
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.05), transparent 18%),
    #000;
  color: #fff;
}

.site--klicket a {
  color: inherit;
}

.site--klicket .skip-link:focus {
  background: var(--tour-accent);
  color: #000;
}

.site--klicket .site-header {
  position: sticky;
  top: 0;
  background: rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: background-color 0.28s ease, border-color 0.28s ease, backdrop-filter 0.28s ease, box-shadow 0.28s ease;
}

.site--klicket .site-header.site-header--scrolled {
  background: rgba(0, 0, 0, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: saturate(160%) blur(18px);
  -webkit-backdrop-filter: saturate(160%) blur(18px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.site--klicket .site-header .shell {
  gap: 18px;
  height: 96px;
  transition: height 0.28s ease;
}

.site--klicket .site-header.site-header--scrolled .shell {
  height: 96px;
}

.site--klicket .brand-logo {
  height: 26px;
  max-height: none;
  transition: transform 0.28s ease;
}

.site--klicket .site-header.site-header--scrolled .brand-logo {
  transform: scale(0.92);
  transform-origin: left center;
}

.site--klicket .site-header__actions {
  gap: 18px;
}

.site--klicket .primary-nav {
  gap: 18px;
}

.site--klicket .primary-nav a {
  padding: 0 0 8px;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: #fff;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.site--klicket .primary-nav a:hover,
.site--klicket .primary-nav a.is-active {
  background: transparent;
  border-color: var(--tour-accent);
  color: #fff;
}

.site--klicket .nav-toggle {
  cursor: pointer;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.site--klicket .nav-toggle span {
  background: #fff;
}

.site--klicket .site-search {
  position: relative;
}

.site--klicket .site-search__toggle {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: transparent;
}

.site--klicket .site-search__toggle:hover {
  border-color: var(--tour-accent);
  color: var(--tour-accent);
}

.site--klicket .site-search__overlay {
  top: calc(100% + 18px);
  width: min(520px, calc(100vw - 48px));
  padding: 18px;
  background: rgba(8, 8, 8, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.42);
}

.site--klicket .site-search__input {
  min-height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site--klicket .site-search__input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.site--klicket .site-search__submit {
  min-height: 50px;
  background: #3b3c42;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
}

.site--klicket .site-search__submit:hover {
  background: transparent;
  border-color: #65e8cc;
}

.site--klicket .site-search__group + .site-search__group {
  border-top-color: rgba(255, 255, 255, 0.12);
}

.site--klicket .site-search__heading,
.site--klicket .site-search__meta,
.site--klicket .site-search__empty,
.site--klicket .site-search__status {
  color: rgba(255, 255, 255, 0.66);
}

.site--klicket .site-search__link:hover .site-search__label {
  color: var(--tour-accent);
}

.site--klicket .mail-preview__intro {
  color: rgba(255, 255, 255, 0.78);
}

.site--klicket .mail-preview__card,
.site--klicket .mail-preview__empty {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.site--klicket .mail-preview__form label,
.site--klicket .mail-preview__meta strong {
  color: rgba(255, 255, 255, 0.7);
}

.site--klicket .mail-preview__form input,
.site--klicket .mail-preview__form textarea {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site--klicket .mail-preview__form input::placeholder,
.site--klicket .mail-preview__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.site--klicket .mail-preview__form input:focus,
.site--klicket .mail-preview__form textarea:focus {
  outline: 0;
  border-color: var(--tour-accent);
  box-shadow: 0 0 0 3px rgba(206, 164, 49, 0.18);
}

.site--klicket .mail-preview__entry pre {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.site--klicket .mail-preview__status--success {
  background: rgba(55, 140, 84, 0.16);
  border-color: rgba(112, 191, 140, 0.42);
  color: #d8f0df;
}

.site--klicket .mail-preview__status--error {
  background: rgba(163, 54, 36, 0.16);
  border-color: rgba(225, 125, 108, 0.42);
  color: #ffd2ca;
}

.site--klicket .btn {
  border-radius: 0;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.site--klicket .btn-primary,
.site--klicket .btn-disabled {
  background: #3b3c42;
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.site--klicket .btn-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #65e8cc;
}

.site--klicket .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
}

.site--klicket .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.site--klicket .view-root {
  padding-bottom: 108px;
}

.site--klicket .hero {
  min-height: 760px;
  padding: 144px 0 94px;
  overflow: hidden;
}

.site--klicket .hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.18) 100%);
}

.site--klicket .hero--klicket-home {
  background: linear-gradient(180deg, #cda331 0%, #bf992e 100%);
  color: #000;
}

.site--klicket .hero--klicket-home::before,
.site--klicket .hero--klicket-home::after {
  content: none;
}

.site--klicket .hero__layout {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
  gap: 54px;
  align-items: end;
}

.site--klicket .hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 620px;
  margin: 0 0 -126px;
  border-radius: 34px 34px 0 0;
  overflow: hidden;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.24);
}

.site--klicket .hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.site--klicket .hero-slider {
  position: relative;
}

.site--klicket .hero-slider__track {
  grid-auto-columns: 100%;
  gap: 0;
  height: 100%;
}

.site--klicket .hero-slide {
  position: relative;
  min-height: 100%;
  color: #fff;
  text-decoration: none;
}

.site--klicket .hero-slide:hover {
  text-decoration: none;
}

.site--klicket .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 26%, rgba(0, 0, 0, 0.62) 100%);
  pointer-events: none;
}

.site--klicket .hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.site--klicket .hero-slide__content {
  position: absolute;
  inset: auto 24px 26px 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site--klicket .hero-slide__eyebrow {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site--klicket .hero-slide__artist,
.site--klicket .hero-slide__tour {
  font-family: var(--font-display);
  line-height: 0.98;
}

.site--klicket .hero-slide__artist {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site--klicket .hero-slide__tour {
  font-size: 1.02rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

.site--klicket .hero-slide__meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.site--klicket .hero-slider__nav {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}

.site--klicket .hero__body {
  max-width: 700px;
  padding-bottom: 36px;
}

.site--klicket .hero__title,
.site--klicket .hero__subtitle,
.site--klicket .hero__eyebrow {
  font-family: var(--font-display);
}

.site--klicket .hero__title {
  max-width: 7ch;
  margin: 0 0 0.26em;
  color: rgba(73, 70, 74, 0.94);
  font-size: clamp(4rem, 6.5vw, 6rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.site--klicket .hero__subtitle {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.site--klicket .hero__meta {
  color: rgba(255, 255, 255, 0.72);
}

.site--klicket .hero-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 620px;
}

.site--klicket .hero-search__row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site--klicket .hero-search__select {
  min-width: min(290px, 72vw);
  padding: 18px 56px 18px 28px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  color: rgba(73, 70, 74, 0.9);
  font-family: inherit;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path fill='none' stroke='%23878084' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4.5 7 9 11.5 13.5 7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px 18px;
  cursor: pointer;
}

.site--klicket .hero-search__word {
  color: rgba(73, 70, 74, 0.95);
  font-size: clamp(2.35rem, 4.8vw, 3.4rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.site--klicket .hero-search__submit {
  appearance: none;
  border: 0;
  background: rgba(73, 70, 74, 0.96);
  color: #fff;
  font-family: inherit;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 500;
  line-height: 1;
  padding: 20px 32px;
  border-radius: 0;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
  margin-top: 10px;
}

.site--klicket .hero-search__submit:hover {
  background: #2f3036;
  transform: translateY(-1px);
}

.site--klicket .section {
  padding-top: 62px;
  padding-bottom: 20px;
}

.site--klicket .section--muted {
  background: transparent;
}

.site--klicket .section--klicket-discovery {
  padding-bottom: 0;
}

.site--klicket .section__header {
  gap: 18px;
}

.site--klicket .section__header--carousel {
  align-items: center;
}

.site--klicket .section__header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site--klicket .section__title,
.site--klicket .page-heading__title,
.site--klicket .tour-hero__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site--klicket .page-heading__eyebrow,
.site--klicket .tour-card__genre,
.site--klicket .gig-card__genre a,
.site--klicket .gig-card__venue-city,
.site--klicket .gig-row__venue-city,
.site--klicket .section__link,
.site--klicket .tour-hero__eyebrow a,
.site--klicket .artist-past-meta a {
  color: var(--tour-accent);
}

.site--klicket .page-heading__lead,
.site--klicket .tour-hero__subtitle,
.site--klicket .tour-hero__next,
.site--klicket .gig-card__subtitle,
.site--klicket .tour-card__subtitle,
.site--klicket .tour-card__meta,
.site--klicket .artist-past-meta,
.site--klicket .empty-inline,
.site--klicket .shows-meta {
  color: rgba(255, 255, 255, 0.7);
}

.site--klicket .carousel {
  position: relative;
  --carousel-gap: 24px;
  --carousel-columns: 3;
  width: calc(100% + 56px);
  margin-right: -56px;
}

.site--klicket .carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - ((var(--carousel-columns) - 1) * var(--carousel-gap))) / var(--carousel-columns));
  gap: var(--carousel-gap);
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 10px;
  padding-right: 56px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.site--klicket .carousel__track::-webkit-scrollbar {
  display: none;
}

.site--klicket .hero-slider.carousel {
  --carousel-columns: 1;
  width: 100%;
  margin-right: 0;
}

.site--klicket .hero-slider .carousel__track,
.site--klicket .hero-slider__track {
  grid-auto-columns: 100%;
  gap: 0;
  padding-right: 0;
}

.site--klicket .hero-slider .hero-slide {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.site--klicket .gig-grid--carousel,
.site--klicket .tour-grid--carousel {
  grid-template-columns: none;
}

.site--klicket .gig-grid--carousel > *,
.site--klicket .tour-grid--carousel > * {
  scroll-snap-align: start;
}

.site--klicket .carousel-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site--klicket .carousel-nav__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border-radius: 999px;
  font-size: 1.1rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.site--klicket .carousel-nav__button:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

.site--klicket .carousel-nav__button:disabled {
  opacity: 0.32;
  cursor: default;
}

.site--klicket .gig-card,
.site--klicket .tour-card,
.site--klicket .tour-description,
.site--klicket .tour-video,
.site--klicket .tour-aside__card,
.site--klicket .tour-aside__share,
.site--klicket .tour-aside__past,
.site--klicket .discovery-pill,
.site--klicket .artist-past-item,
.site--klicket .empty,
.site--klicket .filter-bar {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  border-radius: 26px;
}

.site--klicket .gig-card:hover,
.site--klicket .tour-card:hover {
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.site--klicket .gig-card {
  position: relative;
  background: #070707;
  cursor: pointer;
}

.site--klicket .gig-card__body {
  position: relative;
  z-index: 2;
  margin-top: -112px;
  padding: 96px 18px 20px;
  pointer-events: none;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.72) 18%, rgba(7, 7, 7, 0.94) 44%, #070707 76%);
}

.site--klicket .gig-card__date,
.site--klicket .gig-card__title,
.site--klicket .gig-card__badges {
  cursor: pointer;
}

.site--klicket .gig-card__venue,
.site--klicket .gig-card__genre,
.site--klicket .gig-card__actions {
  pointer-events: auto;
}

.site--klicket .tour-card__body {
  padding: 18px 18px 20px;
}

.site--klicket .gig-card__image {
  aspect-ratio: 5 / 6;
  background: rgba(255, 255, 255, 0.04);
}

.site--klicket .tour-card__image {
  aspect-ratio: 5 / 6;
  background: rgba(255, 255, 255, 0.04);
}

.site--klicket .gig-card__image img,
.site--klicket .tour-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02) brightness(1.03);
}

.site--klicket .gig-card__title,
.site--klicket .tour-card__title {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site--klicket .gig-card__date {
  font-size: 0.73rem;
  line-height: 1.35;
  color: rgba(229, 184, 54, 0.92);
}

.site--klicket .gig-card__title {
  font-size: 1.18rem;
  line-height: 1.05;
  margin: 0;
}

.site--klicket .gig-card__subtitle {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
  line-height: 1.2;
}

.site--klicket .gig-card__title a,
.site--klicket .gig-card__venue-name {
  color: #fff;
}

.site--klicket .gig-card__venue {
  gap: 1px;
  font-size: 0.84rem;
}

.site--klicket .gig-card__venue-name {
  line-height: 1.3;
}

.site--klicket .gig-card__venue-city,
.site--klicket .gig-card__genre {
  font-size: 0.74rem;
  color: rgba(229, 184, 54, 0.84);
}

.site--klicket .gig-card__actions {
  margin-top: 10px;
}

.site--klicket .gig-card__title a:hover,
.site--klicket .tour-card:hover .tour-card__title {
  color: #fff;
}

.site--klicket .gig-card__venue-name,
.site--klicket .gig-row__venue-name {
  color: #fff;
}

.site--klicket .gig-card__actions .btn {
  flex: 1 1 100%;
}

.site--klicket .filter-bar {
  gap: 12px;
  padding: 16px;
  margin-bottom: 22px;
}

.site--klicket .filter-bar__search,
.site--klicket .filter-bar__select {
  min-height: 48px;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site--klicket .filter-bar__search::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.site--klicket .filter-bar__select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='none' stroke='%23c4bfc3' stroke-width='1.5' d='M2.5 4.5 6 8l3.5-3.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 12px;
  padding-right: 32px;
}

.site--klicket .artists-view--klicket {
  padding-bottom: 88px;
}

.site--klicket .artists-hero-block {
  position: relative;
  overflow: hidden;
  padding: 122px 0 126px;
  background:
    radial-gradient(circle at left bottom, rgba(111, 154, 156, 0.56) 0%, rgba(111, 154, 156, 0) 34%),
    radial-gradient(circle at right top, rgba(151, 96, 122, 0.42) 0%, rgba(151, 96, 122, 0) 32%),
    linear-gradient(140deg, #595755 0%, #69605f 44%, #766669 100%);
}

.site--klicket .artists-hero-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.32) 100%);
  pointer-events: none;
}

.site--klicket .artists-hero-block__inner {
  position: relative;
  z-index: 1;
}

.site--klicket .artists-hero-block__crumb,
.site--klicket .artists-hero-block__crumb a {
  color: rgba(255, 255, 255, 0.85);
}

.site--klicket .artists-hero-block__crumb {
  margin-bottom: 72px;
  justify-content: flex-start;
}

.site--klicket .artists-hero-block__header {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.site--klicket .artists-hero-block__title {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 4.25rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.site--klicket .artists-hero-block__lead {
  max-width: 880px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.1rem, 2.2vw, 1.28rem);
  line-height: 1.12;
}

.site--klicket .artists-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 88px auto -44px;
  padding: 0 24px;
}

.site--klicket .artists-filter__select {
  min-width: min(280px, 100%);
  padding: 16px 54px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background-color: rgba(103, 98, 99, 0.5);
  color: rgba(255, 255, 255, 0.92);
  font-family: inherit;
  font-size: 1.02rem;
  line-height: 1.1;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'><path fill='none' stroke='%23ffffff' stroke-opacity='0.78' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M4.5 7 9 11.5 13.5 7'/></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px 18px;
}

.site--klicket .artists-filter__select option {
  color: #000;
}

.site--klicket .artists-filter__submit {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
}

.site--klicket .artists-filter__clear {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  text-decoration: none;
}

.site--klicket .artists-filter__clear:hover {
  color: #fff;
  text-decoration: none;
}

.site--klicket .artists-results--klicket {
  position: relative;
  z-index: 2;
}

.site--klicket .artist-summary-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.site--klicket .artist-summary-card {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: hidden;
  color: #fff;
  background: #171411;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.site--klicket .artist-summary-card:hover {
  text-decoration: none;
}

.site--klicket .gig-card,
.site--klicket .tour-card,
.site--klicket .gig-card__image,
.site--klicket .tour-card__image {
  border-radius: 0;
}

.site--klicket .artist-summary-card__media,
.site--klicket .artist-summary-card__placeholder {
  position: absolute;
  inset: 0;
}

.site--klicket .artist-summary-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.12) 30%, rgba(0, 0, 0, 0.26) 54%, rgba(0, 0, 0, 0.88) 100%);
}

.site--klicket .artist-summary-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}

.site--klicket .artist-summary-card:hover .artist-summary-card__media img {
  transform: scale(1.04);
}

.site--klicket .artist-summary-card__placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 30%),
    linear-gradient(140deg, #43403f 0%, #736264 100%);
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.site--klicket .artist-summary-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 20px 20px 18px;
}

.site--klicket .artist-summary-card__genre {
  margin: 0 0 8px;
  color: #c9a63f;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site--klicket .artist-summary-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.site--klicket .artist-summary-card__meta {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
}

.site--klicket .prose {
  max-width: 68ch;
  color: rgba(255, 255, 255, 0.76);
}

.site--klicket .prose h2 {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.site--klicket .about-view--klicket {
  padding-bottom: 0;
}

.site--klicket .about-hero {
  position: relative;
  min-height: 900px;
  background-color: #000;
  background-image:
    url("https://klicket.nl/wp-content/uploads/2023/12/overlay-1680.png"),
    url("https://klicket.nl/wp-content/uploads/2024/03/Header-biografie-Klicket-desktop-2-1.png");
  background-position: top center, top center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1690px auto, 1680px auto;
}

.site--klicket .about-hero__inner {
  padding-top: 176px;
  padding-bottom: 160px;
}

.site--klicket .about-hero__crumb {
  margin: 0 0 100px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}

.site--klicket .about-hero__crumb a {
  color: inherit;
  text-decoration: none;
}

.site--klicket .about-hero__crumb a:hover {
  text-decoration: underline;
}

.site--klicket .about-view--klicket .page-heading {
  margin: 0;
}

.site--klicket .about-view--klicket .page-heading__title {
  font-size: clamp(3.5rem, 8vw, 5.625rem);
  color: #fff;
}

.site--klicket .about-view--klicket .page-heading__lead {
  max-width: 540px;
  margin-top: 0;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.28;
  color: #bbb;
}

.site--klicket .about-band {
  position: relative;
  margin-top: -100px;
  background-color: #fff;
  background-image: url("/assets/klicket/about-k-bg.svg");
  background-position: top left;
  background-repeat: no-repeat;
  color: #777;
}

.site--klicket .about-band::before,
.site--klicket .about-band::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: repeat-x;
  pointer-events: none;
}

.site--klicket .about-band::before {
  top: -24px;
  height: 24px;
  background-image: url("/assets/klicket/about-separator-top.svg");
  background-position: bottom left;
  background-size: 54px 24px;
}

.site--klicket .about-band::after {
  bottom: -18px;
  height: 18px;
  background-color: #000;
  background-image: url("/assets/klicket/about-separator-bottom.svg");
  background-position: bottom left;
  background-size: 54px 18px;
}

.site--klicket .about-band__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.site--klicket .about-band__prose {
  max-width: 830px;
  color: #777;
}

.site--klicket .about-band__prose h2 {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(2.625rem, 5vw, 3.375rem);
  line-height: 1.2;
}

.site--klicket .about-band__prose p,
.site--klicket .about-band__prose li {
  max-width: 780px;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.site--klicket .about-band__prose ul {
  margin: 0 0 32px;
  padding-left: 22px;
}

.site--klicket .about-band__prose li + li {
  margin-top: 10px;
}

.site--klicket .about-band__image {
  margin: 40px 0 40px;
  max-width: 1024px;
}

.site--klicket .about-band__image img {
  display: block;
  width: 100%;
  height: auto;
}

.site--klicket .about-band__cta-row {
  margin-top: 28px;
}

.site--klicket .about-band__cta-row .btn-primary {
  background: rgba(59, 60, 66, 0.95);
  color: #fff;
}

.site--klicket .about-band__cta-row .btn-primary:hover {
  background: #2f3036;
}

.site--klicket .discovery-pill:hover {
  background: rgba(255, 255, 255, 0.06);
}

.site--klicket .discovery-pill__count {
  color: rgba(255, 255, 255, 0.82);
}

.site--klicket .artist-hero {
  position: relative;
  min-height: 900px;
  padding: 150px 0 100px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

.site--klicket .artist-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    var(--artist-hero-image, none),
    url("https://klicket.nl/wp-content/uploads/2023/12/overlay-1680.png");
  background-position:
    right 28px top 58px,
    top center;
  background-repeat: no-repeat, no-repeat;
  background-size:
    auto min(86vh, 860px),
    1690px auto;
}

.site--klicket .artist-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 33% 42%, rgba(255, 45, 111, 0.08) 0%, rgba(255, 45, 111, 0) 30%),
    linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 31%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.38) 53%, rgba(0, 0, 0, 0.08) 59%, rgba(0, 0, 0, 0) 64%);
}

.site--klicket .artist-hero--bg-only::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.16) 6%, rgba(0, 0, 0, 0.08) 11%, rgba(0, 0, 0, 0.03) 15%, rgba(0, 0, 0, 0) 18%);
}

.site--klicket .artist-hero--bg-only::before {
  background-position:
    calc(50% + 152px) center,
    top center;
  background-size:
    min(108vw, 1640px) auto,
    1690px auto;
}

.site--klicket .artist-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
  gap: 60px;
  align-items: center;
}

.site--klicket .artist-hero__inner--video {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: flex-start;
}

.site--klicket .artist-hero--bg-only .artist-hero__inner {
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.site--klicket .artist-hero__content {
  width: 100%;
  max-width: 460px;
}

.site--klicket .artist-hero--bg-only .artist-hero__content {
  max-width: 520px;
}

@media (min-width: 1500px) {
  .site--klicket .artist-hero::before {
    background-position:
      right 40px top 58px,
      top center;
    background-size:
      auto min(92vh, 980px),
      1690px auto;
  }

  .site--klicket .artist-hero--bg-only::before {
    background-position:
      calc(50% + 176px) center,
      top center;
    background-size:
      min(108vw, 1820px) auto,
      1690px auto;
  }
}

.site--klicket .artist-hero .breadcrumb,
.site--klicket .artist-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
}

.site--klicket .artist-hero .breadcrumb {
  margin-bottom: 26px;
  justify-content: flex-start;
}

.site--klicket .artist-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(4rem, 8vw, 6.75rem);
  font-weight: 800;
  line-height: 0.93;
  letter-spacing: -0.04em;
}

.site--klicket .artist-hero__genre {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 4px 14px;
  border-radius: 999px;
  background: #3b3c42;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.2;
}

.site--klicket .artist-hero__strap {
  max-width: 13ch;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.site--klicket .artist-hero__lead {
  max-width: 36ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.55;
}

.site--klicket .artist-hero__actions {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.site--klicket .artist-hero__media {
  position: relative;
  min-width: 0;
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.site--klicket .artist-hero-video {
  position: relative;
  z-index: 1;
  padding: 30px 0 0;
  background: #000;
}

.site--klicket .artist-hero__video-row {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
}

.site--klicket .artist-hero__media--video {
  align-self: auto;
  margin-top: 0;
}

.site--klicket .artist-hero__media--standalone {
  width: min(100%, 760px);
}

.site--klicket .artist-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 7%, rgba(0, 0, 0, 0.05) 12%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0) 18%);
}

.site--klicket .artist-hero__media img,
.site--klicket .artist-hero__media iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.site--klicket .artist-hero__media img {
  object-fit: cover;
}

.site--klicket .artist-feature {
  position: relative;
  background: #f1eceb;
  color: #6f6a72;
}

.site--klicket .artist-feature::before,
.site--klicket .artist-feature::after,
.site--klicket .tour-story::before,
.site--klicket .tour-story::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--k-divider-height);
  z-index: 1;
}

.site--klicket .artist-feature::before,
.site--klicket .tour-story::before {
  top: calc(-1 * var(--k-divider-height));
  background-color: inherit;
  -webkit-mask-image: url("/assets/klicket/k-divider-top.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: left top;
  -webkit-mask-size: 44px var(--k-divider-height);
  mask-image: url("/assets/klicket/k-divider-top.svg");
  mask-repeat: repeat-x;
  mask-position: left top;
  mask-size: 44px var(--k-divider-height);
}

.site--klicket .artist-feature::after,
.site--klicket .tour-story::after {
  bottom: calc(-1 * var(--k-divider-height));
  background-color: inherit;
  -webkit-mask-image: url("/assets/klicket/k-divider-bottom.svg");
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: left top;
  -webkit-mask-size: 44px var(--k-divider-height);
  mask-image: url("/assets/klicket/k-divider-bottom.svg");
  mask-repeat: repeat-x;
  mask-position: left top;
  mask-size: 44px var(--k-divider-height);
}

.site--klicket .artist-feature__layout {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 930px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.site--klicket .artist-feature__body h2 {
  color: #000;
  font-size: clamp(2rem, 4vw, 2.625rem);
  font-weight: 700;
  margin: 0 0 26px;
  letter-spacing: -0.04em;
}

.site--klicket .artist-feature__strap {
  margin: 0 0 18px;
  color: #000;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.site--klicket .artist-feature__text {
  max-width: 780px;
  color: #777;
  font-size: 1.05rem;
  line-height: 1.72;
}

.site--klicket .artist-feature__text > *:first-child {
  margin-top: 0;
}

.site--klicket .artist-feature__text p,
.site--klicket .artist-feature__text ul,
.site--klicket .artist-feature__text ol,
.site--klicket .artist-feature__body > p {
  margin: 0 0 1.15em;
}

.site--klicket .artist-feature__text h1,
.site--klicket .artist-feature__text h2,
.site--klicket .artist-feature__text h3,
.site--klicket .artist-feature__text h4,
.site--klicket .artist-feature__text strong {
  color: #5f5b62;
}

.site--klicket .artist-feature__image {
  width: min(100%, 420px);
  margin: 0 0 32px;
}

.site--klicket .artist-feature__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 26px;
}

.site--klicket .artist-feature__text ul,
.site--klicket .artist-feature__text ol {
  padding-left: 1.3em;
}

.site--klicket .artist-feature__past {
  max-width: 780px;
  margin-top: 42px;
}

.site--klicket .artist-feature__past h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site--klicket .artist-feature .artist-past-item {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(95, 91, 98, 0.08);
}

.site--klicket .artist-feature .artist-past-name {
  color: #5f5b62;
}

.site--klicket .artist-feature .artist-past-meta {
  color: #777;
}

.site--klicket .artist-feature .artist-past-meta a {
  color: #c9a64e;
}

.site--klicket .artist-socials {
  margin-top: 34px;
}

.site--klicket .artist-socials__title {
  color: rgba(95, 91, 98, 0.75);
  letter-spacing: 0.14em;
}

.site--klicket .artist-socials__link {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(95, 91, 98, 0.12);
  color: #5f5b62;
}

.site--klicket .artist-socials__link:hover {
  border-color: #c9a64e;
}

.site--klicket .artist-socials__icon {
  background: #1d1b20;
  color: #f3ede0;
}

.site--klicket .gig-row,
.site--klicket .artist-past-item {
  border-color: rgba(255, 255, 255, 0.08);
}

.site--klicket .badge {
  border-radius: 0;
}

.site--klicket .badge--neutral,
.site--klicket .badge--outline,
.site--klicket .badge--sold {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
}

.site--klicket .badge--primary {
  background: rgba(206, 164, 49, 0.16);
  color: #f3cf79;
}

.site--klicket .badge--warn {
  background: rgba(206, 164, 49, 0.18);
  color: #f6d98d;
}

.site--klicket .tour-agenda .badge--neutral {
  color: var(--tour-ink, #000);
}

.site--klicket .tour-hero {
  background-color: var(--tour-accent-active, #000);
  color: var(--tour-ink, #fff);
  padding-top: 150px;
  padding-bottom: 58px;
}

.site--klicket .tour-hero::after {
  display: none;
}

.site--klicket .breadcrumb,
.site--klicket .breadcrumb a {
  color: var(--tour-muted, rgba(255, 255, 255, 0.72));
}

.site--klicket .tour-hero__inner {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 36px;
  align-items: end;
}

.site--klicket .tour-hero__media {
  width: min(100%, 340px);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505;
  border-radius: 0;
}

.site--klicket .tour-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site--klicket .tour-hero__body {
  max-width: none;
  text-shadow: none;
}

.site--klicket .tour-hero__kicker {
  margin: 0 0 12px;
  color: var(--tour-ink, #fff);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
}

.site--klicket .tour-hero__title {
  color: var(--tour-ink, #fff);
  font-size: clamp(2.8rem, 4.6vw, 4.3rem);
  max-width: none;
}

.site--klicket .tour-hero__actions {
  display: flex;
  gap: 12px;
}

.site--klicket .tour-hero__eyebrow,
.site--klicket .tour-hero__eyebrow a,
.site--klicket .tour-hero__next {
  color: var(--tour-muted, rgba(255, 255, 255, 0.72));
}

.site--klicket .tour-hero__next strong {
  color: var(--tour-ink, #fff);
}

.site--klicket .tour-hero__actions .btn-primary {
  background: var(--tour-panel, rgba(255, 255, 255, 0.18));
  color: var(--tour-ink, #fff);
  border-color: var(--tour-panel-border, transparent);
}

.site--klicket .tour-hero__actions .btn-primary:hover {
  background: transparent;
  border-color: var(--tour-panel-border, #65e8cc);
}

.site--klicket .tour-story {
  position: relative;
  background: var(--tour-surface-active, var(--tour-surface, transparent));
  color: var(--tour-ink, #000);
}

.site--klicket .tour-story .shell {
  position: relative;
  z-index: 2;
  padding-top: 96px;
  padding-bottom: 44px;
}

.site--klicket .tour-description--light,
.site--klicket .tour-video--light {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: var(--tour-ink, #000);
  padding: 0;
}

.site--klicket .tour-description--light h1,
.site--klicket .tour-description--light h2,
.site--klicket .tour-description--light h3 {
  color: var(--tour-ink, #000);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
  margin-bottom: 26px;
  letter-spacing: -0.04em;
}

.site--klicket .tour-description--light p,
.site--klicket .tour-description--light li {
  color: var(--tour-muted, #746f77);
  font-size: 1.08rem;
  line-height: 1.48;
  margin-bottom: 16px;
}

.site--klicket .tour-video--light {
  margin-top: 40px;
}

.site--klicket .tour-agenda {
  background: var(--tour-surface-active, var(--tour-surface, transparent));
  color: var(--tour-ink, #000);
  padding: 6px 0 84px;
}

.site--klicket .tour-agenda__header {
  padding-top: 18px;
  margin-bottom: 28px;
}

.site--klicket .tour-agenda__header h2 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 800;
  margin: 0;
  color: var(--tour-ink, #000);
  letter-spacing: -0.04em;
}

.site--klicket .gig-list--tear {
  gap: 0;
  border-top: 1px solid var(--tour-panel-border, rgba(0, 0, 0, 0.08));
}

.site--klicket .gig-list--tear .gig-row {
  position: relative;
  grid-template-columns: 88px 132px minmax(0, 1fr) 220px;
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: var(--tour-accent-active, transparent);
  border: 0;
  border-bottom: 1px solid var(--tour-panel-border, rgba(0, 0, 0, 0.08));
}

.site--klicket .gig-list--tear .gig-row__date {
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 18px 10px 18px 0;
  text-align: center;
}

.site--klicket .gig-list--tear .gig-row__date--ticket {
  gap: 2px;
}

.site--klicket .gig-list--tear .gig-row__weekday,
.site--klicket .gig-list--tear .gig-row__month {
  color: var(--tour-muted, rgba(0, 0, 0, 0.56));
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site--klicket .gig-list--tear .gig-row__daynum {
  color: var(--tour-ink, #000);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 0.95;
}

.site--klicket .gig-list--tear .gig-row__time-col {
  display: flex;
  align-items: center;
  padding: 18px 20px 18px 0;
}

.site--klicket .gig-list--tear .gig-row__day {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--tour-ink, #000);
}

.site--klicket .gig-list--tear .gig-row__time {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--tour-muted, rgba(0, 0, 0, 0.58));
  white-space: nowrap;
}

.site--klicket .gig-list--tear .gig-row__venue {
  padding: 18px 24px 18px 0;
  justify-content: center;
}

.site--klicket .gig-list--tear .gig-row__venue-name,
.site--klicket .gig-list--tear .gig-row__venue-city {
  line-height: 1.2;
}

.site--klicket .gig-list--tear .gig-row__venue-name {
  font-size: 1.1rem;
  color: var(--tour-ink, #000);
}

.site--klicket .gig-list--tear .gig-row__venue-city {
  color: var(--tour-muted, rgba(0, 0, 0, 0.56));
}

.site--klicket .gig-list--tear .gig-row__action {
  position: relative;
  padding: 18px 0 18px 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site--klicket .gig-list--tear .gig-row__action::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 18px;
  background-image:
    radial-gradient(circle, var(--tour-surface-active, var(--tour-surface)) 0 3.5px, transparent 4px),
    linear-gradient(var(--tour-panel-border, rgba(0, 0, 0, 0.18)), var(--tour-panel-border, rgba(0, 0, 0, 0.18)));
  background-position: center top, center top;
  background-repeat: repeat-y, no-repeat;
  background-size: 18px 14px, 2px 100%;
}

.site--klicket .gig-list--tear .gig-row__action .btn {
  width: 100%;
  justify-content: center;
  background: rgba(59, 60, 66, 0.95);
  color: #fff;
}

.site--klicket .tour-aside__past {
  margin-top: 28px;
}

.site--klicket .tour-aside__past summary {
  color: var(--tour-muted, rgba(0, 0, 0, 0.64));
}

.site--klicket .tour-aside__card h2,
.site--klicket .tour-aside__share h3 {
  font-size: 1.35rem;
  font-weight: 700;
}

.site--klicket .share-btn {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site--klicket .share-btn:hover {
  background: rgba(255, 255, 255, 0.16);
}

.site--klicket .site-footer {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  padding: 40px 0 48px;
}

.site--klicket .site-footer .shell {
  align-items: flex-start;
  gap: 22px 44px;
}

.site--klicket .site-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 720px;
}

.site--klicket .site-footer__note {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.5;
}

.site--klicket .site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.site--klicket .site-footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  text-decoration: none;
}

.site--klicket .site-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}

.site--klicket .site-footer__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
  font-weight: 700;
}

.site--klicket .site-footer__social-label {
  font-size: 0.92rem;
}

.site--klicket .site-footer nav {
  gap: 24px;
}

.site--klicket .site-footer a {
  color: #fff;
}

@media (max-width: 1024px) {
  .site--klicket .site-header .shell {
    height: 86px;
  }

  .site--klicket .site-header.site-header--scrolled .shell {
    height: 86px;
  }

  .site--klicket .primary-nav a {
    font-size: 1.2rem;
  }

  .site--klicket .hero {
    min-height: 680px;
    padding-top: 132px;
  }

  .site--klicket .hero__layout {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 30px;
  }

  .site--klicket .hero__visual {
    min-height: 520px;
    margin-bottom: -94px;
  }

  .site--klicket .hero__title {
    font-size: clamp(3.5rem, 6vw, 5rem);
  }

  .site--klicket .carousel {
    --carousel-columns: 2;
    width: calc(100% + 36px);
    margin-right: -36px;
  }

  .site--klicket .carousel__track {
    padding-right: 36px;
  }

  .site--klicket .artist-feature__layout {
    max-width: none;
  }

  .site--klicket .artists-filter {
    max-width: 760px;
  }

  .site--klicket .artists-filter__select {
    min-width: min(240px, 100%);
  }

  .site--klicket .about-hero {
    background-size: 1520px auto, 1480px auto;
  }

  .site--klicket .about-hero__inner {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .site--klicket .about-band__inner {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .site--klicket .tour-hero__inner {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
  }

  .site--klicket .gig-list--tear .gig-row {
    grid-template-columns: 76px 110px minmax(0, 1fr) 188px;
  }
}

@media (max-width: 676px) {
  html.klicket-nav-open,
  html.klicket-nav-open body {
    overflow: hidden;
  }

  .site--klicket .site-header .shell {
    height: 78px;
  }

  .site--klicket .brand-logo {
    height: 22px;
  }

  .site--klicket .site-header__actions {
    gap: 10px;
    position: relative;
  }

  .site--klicket .nav-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .site--klicket .primary-nav {
    inset: 78px 18px auto 18px;
    padding: 18px;
    background: rgba(0, 0, 0, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    gap: 0;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
    transform: translateY(calc(-100% - 120px));
  }

  .site--klicket .primary-nav a {
    display: block;
    width: 100%;
    padding: 14px 0;
    font-size: 1.75rem;
    border-bottom-width: 1px;
  }

  .site--klicket .site-search__overlay {
    position: fixed;
    top: 94px;
    left: 18px;
    right: 18px;
    width: auto;
    padding: 16px;
  }

  .site--klicket .section__header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .site--klicket .hero {
    min-height: auto;
    padding: 118px 0 56px;
  }

  .site--klicket .hero--klicket-home::before {
    width: 160px;
    height: 196px;
    left: 92px;
    top: 26px;
  }

  .site--klicket .hero--klicket-home::after {
    width: 204px;
    height: 260px;
    left: 46px;
    bottom: -70px;
  }

  .site--klicket .hero__layout {
    grid-template-columns: 1fr;
  }

  .site--klicket .hero__body {
    order: 1;
    padding-bottom: 0;
  }

  .site--klicket .hero__visual {
    order: 2;
    min-height: 340px;
    margin: 14px -24px -56px;
    border-radius: 26px 26px 0 0;
  }

  .site--klicket .hero__title {
    max-width: none;
    font-size: clamp(3.2rem, 13vw, 4.2rem);
  }

  .site--klicket .hero-search {
    max-width: none;
  }

  .site--klicket .hero-search__row {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .site--klicket .hero-search__select {
    min-width: 100%;
  }

  .site--klicket .hero-search__word {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .site--klicket .hero-search__submit {
    width: 100%;
    justify-content: center;
  }

  .site--klicket .carousel {
    --carousel-columns: 1;
    width: calc(100% + 18px);
    margin-right: -18px;
  }

  .site--klicket .carousel__track {
    --carousel-gap: 18px;
    padding-right: 18px;
  }

  .site--klicket .artist-hero {
    min-height: 630px;
    padding: 108px 0 78px;
  }

  .site--klicket .artist-hero::before {
    background-position:
      center top 110px,
      top center;
    background-size:
      125vw auto,
      cover;
  }

  .site--klicket .artist-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: flex-end;
  }

  .site--klicket .artist-hero__video-row {
    margin-top: 26px;
  }

  .site--klicket .artist-hero__media--standalone {
    width: 100%;
  }

  .site--klicket .artist-hero__strap {
    max-width: 14ch;
    font-size: clamp(1.75rem, 8vw, 2.4rem);
  }

  .site--klicket .artist-feature__layout {
    padding-top: 58px;
    padding-bottom: 60px;
  }

  .site--klicket .about-hero {
    min-height: 630px;
    background-image:
      url("https://klicket.nl/wp-content/uploads/2023/12/overlay-mobiel.png"),
      url("https://klicket.nl/wp-content/uploads/2024/03/Header-biografie-Klicket-mobiel-1-2.png");
    background-size: cover, cover;
    background-position: top center, top center;
  }

  .site--klicket .about-hero__inner {
    padding-top: 108px;
    padding-bottom: 84px;
  }

  .site--klicket .about-hero__crumb {
    margin-bottom: 34px;
    font-size: 0.95rem;
  }

  .site--klicket .about-view--klicket .page-heading__lead {
    max-width: 540px;
    font-size: 18px;
  }

  .site--klicket .about-band {
    margin-top: -60px;
    background-image: none;
  }

  .site--klicket .about-band__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .site--klicket .artists-view--klicket {
    padding-bottom: 64px;
  }

  .site--klicket .artists-hero-block {
    padding: 104px 0 92px;
  }

  .site--klicket .artists-hero-block__crumb {
    margin-bottom: 42px;
  }

  .site--klicket .artists-hero-block__header {
    text-align: left;
  }

  .site--klicket .artists-hero-block__lead {
    margin-top: 20px;
    line-height: 1.28;
  }

  .site--klicket .artists-filter {
    margin: 52px auto -28px;
    padding: 0 16px;
    justify-content: stretch;
  }

  .site--klicket .artists-filter__select,
  .site--klicket .artists-filter__submit {
    width: 100%;
  }

  .site--klicket .artists-filter__clear {
    width: 100%;
    text-align: left;
  }

  .site--klicket .artist-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .site--klicket .artist-summary-card {
    border-radius: 0;
  }

  .site--klicket .artist-summary-card__body {
    padding: 16px 16px 15px;
  }

  .site--klicket .artist-summary-card__title {
    font-size: 1.45rem;
  }

  .site--klicket .artist-summary-card__meta {
    margin-top: 10px;
    font-size: 0.9rem;
  }

  .site--klicket .about-band__prose h2 {
    font-size: 30px;
  }

  .site--klicket .about-band__prose p,
  .site--klicket .about-band__prose li {
    font-size: 18px;
    line-height: 1.3;
  }

  .site--klicket .about-band__image {
    margin: 28px 0 30px;
  }

  .site--klicket .tour-hero {
    padding-top: 120px;
  }

  .site--klicket .tour-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site--klicket .tour-hero__media {
    width: min(100%, 280px);
  }

  .site--klicket .tour-story .shell {
    padding-top: 64px;
  }

  .site--klicket .gig-list--tear .gig-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 0 14px;
    padding: 16px 0;
  }

  .site--klicket .gig-list--tear .gig-row__date {
    grid-row: 1 / span 2;
    padding: 4px 0;
  }

  .site--klicket .gig-list--tear .gig-row__time-col,
  .site--klicket .gig-list--tear .gig-row__venue {
    padding: 0;
  }

  .site--klicket .gig-list--tear .gig-row__time-col {
    align-items: flex-end;
  }

  .site--klicket .gig-list--tear .gig-row__venue {
    padding-top: 6px;
  }

  .site--klicket .gig-list--tear .gig-row__action {
    grid-column: 1 / -1;
    padding: 14px 0 0;
    margin-top: 14px;
    justify-content: stretch;
  }

  .site--klicket .gig-list--tear .gig-row__action::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 18px;
    background-position: left center, left center;
    background-repeat: repeat-x, no-repeat;
    background-size: 14px 18px, 100% 2px;
  }

  .site--klicket .site-footer .shell {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 420px) {
  .site--klicket .hero-search__submit,
  .site--klicket .hero__actions .btn,
  .site--klicket .tour-hero__actions .btn,
  .site--klicket .filter-bar__search,
  .site--klicket .filter-bar__select {
    width: 100%;
  }

  .site--klicket .section__header-actions {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .site--klicket .artist-summary-grid {
    grid-template-columns: 1fr;
  }
}
