:root {
  --fm-bg: #070807;
  --fm-panel: #0d0f0d;
  --fm-line: #292c29;
  --fm-text: #f5f2e8;
  --fm-muted: #bbb8ad;
  --fm-green: #4f963a;
  --fm-gold: #e6b72b;
  --fm-red: #d63232;
}

.fm-v2-home {
  background: var(--fm-bg);
  color: var(--fm-text);
  font-family: Arial, Helvetica, sans-serif;
}

.fm-v2-home * { box-sizing: border-box; }
.fm-v2-shell { width: min(1440px, calc(100% - 40px)); margin-inline: auto; }

.fm-v2-label,
.fm-v2-kicker {
  color: var(--fm-green);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.fm-v2-kicker { display: flex; gap: .55rem; }
.fm-v2-kicker i { color: var(--fm-gold); font-style: normal; }
.fm-v2-kicker span:last-child { color: var(--fm-red); }

/* HERO */
.fm-v2-hero {
  position: relative;
  min-height: min(790px, 82vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--fm-line);
  background: #050505;
}

.fm-v2-hero__image,
.fm-v2-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fm-v2-hero__image {
  object-fit: cover;
  object-position: 62% 16%;
}

.fm-v2-hero__shade {
  background:
    linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.88) 27%, rgba(5,5,5,.48) 52%, rgba(5,5,5,.08) 78%),
    linear-gradient(0deg, rgba(5,5,5,.72) 0%, transparent 42%);
}

.fm-v2-hero__inner { position: relative; z-index: 2; padding: 130px 0 90px; }
.fm-v2-hero__copy { max-width: 650px; }
.fm-v2-hero h1 {
  margin: .1em 0;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(5rem, 11vw, 10.5rem);
  line-height: .78;
  letter-spacing: -.035em;
  text-transform: uppercase;
  text-shadow: 0 3px 20px #000;
}
.fm-v2-hero__statement { margin: 26px 0; color: var(--fm-gold); font-size: clamp(1.3rem, 2.1vw, 2rem); line-height: 1.25; }
.fm-v2-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.fm-v2-button {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--fm-gold);
  color: #fff;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: .2s ease;
}

.fm-v2-button--green { background: var(--fm-green); border-color: var(--fm-green); }
.fm-v2-button:hover,
.fm-v2-button:focus-visible { background: var(--fm-gold); border-color: var(--fm-gold); color: #090909; outline: none; }

/* RELEASE */
.fm-v2-release { display: grid; grid-template-columns: 1.1fr 1fr; border: 1px solid var(--fm-line); border-top: 0; background: #090a09; }
.fm-v2-release__info { display: grid; grid-template-columns: 210px 1fr; gap: 32px; padding: 28px; border-right: 1px solid var(--fm-line); }
.fm-v2-release__cover { width: 100%; aspect-ratio: 1; object-fit: cover; }
.fm-v2-release__copy h2 { margin: .15em 0; font-family: Impact, 'Arial Narrow', sans-serif; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: .01em; text-transform: uppercase; }
.fm-v2-release__description { color: var(--fm-muted); line-height: 1.6; }
.fm-v2-release__description p { margin: .4rem 0; }
.fm-v2-release__date { color: var(--fm-gold); font-weight: 800; }
.fm-v2-platforms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.fm-v2-platforms a { padding: 9px 13px; border: 1px solid #4a4d49; color: #fff; text-decoration: none; font-size: .8rem; }
.fm-v2-platforms a:hover { border-color: var(--fm-gold); color: var(--fm-gold); }
.fm-v2-player { display: grid; grid-template-columns: 62px 1fr; align-content: center; gap: 15px 20px; padding: 35px; }
.fm-v2-player__play { grid-row: 1/3; width: 58px; height: 58px; border: 1px solid var(--fm-green); border-radius: 50%; background: transparent; color: var(--fm-green); font-size: 1.3rem; }
.fm-v2-player__meta { display: grid; }
.fm-v2-player__meta span { color: var(--fm-muted); }
.fm-v2-player__track { height: 3px; background: #484b48; }
.fm-v2-player__track span { display: block; width: 42%; height: 100%; background: var(--fm-green); }
.fm-v2-player > a { grid-column: 2; color: var(--fm-gold); text-decoration: none; font-weight: 900; text-transform: uppercase; }

/* FEATURE CARDS */
.fm-v2-features { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 14px; }
.fm-v2-feature { position: relative; min-height: 340px; overflow: hidden; border-right: 1px solid var(--fm-line); }
.fm-v2-feature:last-child { border-right: 0; }
.fm-v2-feature > img,
.fm-v2-feature__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.fm-v2-feature > img { object-fit: cover; transition: transform .4s ease; }
.fm-v2-feature__shade { background: linear-gradient(0deg, rgba(0,0,0,.97), rgba(0,0,0,.05) 75%); }
.fm-v2-feature__content { position: absolute; inset: auto 0 0; padding: 24px; }
.fm-v2-feature__content p { margin: 0; color: var(--fm-gold); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.fm-v2-feature__content h2 { margin: .25rem 0 0; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 2.7rem; text-transform: uppercase; }
.fm-v2-feature__content span { color: #ddd; }
.fm-v2-feature__content a { display: inline-block; margin-top: 13px; color: var(--fm-gold); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.fm-v2-feature:hover > img { transform: scale(1.045); }

/* ABOUT */
.fm-v2-about { position: relative; display: grid; grid-template-columns: minmax(300px, 42%) 1fr; min-height: 420px; margin-top: 14px; overflow: hidden; border: 1px solid var(--fm-line); background: linear-gradient(105deg, #111 0, #090a09 72%); }
.fm-v2-about__image img { width: 100%; height: 100%; object-fit: cover; }
.fm-v2-about__copy { align-self: center; max-width: 720px; padding: 55px; }
.fm-v2-about__copy h2 { margin: .15em 0; font-family: Impact, 'Arial Narrow', sans-serif; font-size: 4rem; }
.fm-v2-about__text { color: var(--fm-muted); line-height: 1.7; }
.fm-v2-about__text p { margin: .45rem 0; }
.fm-v2-about__copy .fm-v2-button { margin-top: 20px; }
.fm-v2-about__lion { position: absolute; right: 3%; top: 15%; color: rgba(255,255,255,.035); font-size: 17rem; line-height: 1; pointer-events: none; }

/* EVENTS */
.fm-v2-events { margin-top: 14px; padding: 22px; border: 1px solid var(--fm-line); background: #090a09; }
.fm-v2-events__list { border-top: 1px solid var(--fm-line); }
.fm-v2-event { display: grid; grid-template-columns: 85px 1fr auto; gap: 25px; align-items: center; padding: 15px 8px; border-bottom: 1px solid var(--fm-line); }
.fm-v2-event time { display: grid; text-align: center; text-transform: uppercase; }
.fm-v2-event time strong { color: var(--fm-gold); font-size: 2.2rem; line-height: 1; }
.fm-v2-event time span { color: var(--fm-gold); font-size: .8rem; font-weight: 900; }
.fm-v2-event h3,
.fm-v2-event p { margin: 0; }
.fm-v2-event p { margin-top: 4px; color: var(--fm-muted); }
.fm-v2-event > a { color: var(--fm-gold); text-decoration: none; font-size: .78rem; font-weight: 900; text-transform: uppercase; }

/* GALLERY / LAST SECTION */
.fm-v2-gallery {
  width: min(1440px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 24px 0 28px;
  border-top: 1px solid var(--fm-line);
  border-bottom: 1px solid var(--fm-line);
}

.fm-v2-gallery__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--fm-line);
  background: var(--fm-line);
}

.fm-v2-gallery__strip a {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 300px;
  overflow: hidden;
  background: #111;
}

.fm-v2-gallery__strip img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease;
}

.fm-v2-gallery__strip span {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px #000;
}

.fm-v2-gallery__strip a::after {
  content: '';
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(0,0,0,.85));
  pointer-events: none;
}

.fm-v2-gallery__strip a:hover img { transform: scale(1.05); }
.fm-v2-gallery__cta { display: flex; justify-content: flex-end; padding-top: 18px; }

/* HEADER CREST */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.site-header .brand-badge {
  display: block;
  width: 48px;
  height: 58px;
  flex: 0 0 48px;
  object-fit: contain;
}

.site-header .brand-copy {
  display: grid;
  gap: 4px;
}

.site-header .brand-mark,
.site-header .brand-tagline {
  display: block;
}

/* GENERAL HOMEPAGE RESPONSIVE */
@media (max-width: 1000px) {
  .fm-v2-release {
    grid-template-columns: 1fr;
  }

  .fm-v2-release__info {
    border-right: 0;
    border-bottom: 1px solid var(--fm-line);
  }

  .fm-v2-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .fm-v2-gallery__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .fm-v2-shell {
    width: min(calc(100% - 24px), 1440px);
  }

  .fm-v2-release__info {
    grid-template-columns: 1fr;
  }

  .fm-v2-release__cover {
    max-width: 280px;
  }

  .fm-v2-features,
  .fm-v2-about {
    grid-template-columns: 1fr;
  }

  .fm-v2-about__image {
    height: 420px;
  }

  .fm-v2-about__copy {
    padding: 34px 24px;
  }

  .fm-v2-about__copy h2 {
    font-size: 3rem;
  }

  .fm-v2-event {
    grid-template-columns: 65px 1fr;
  }

  .fm-v2-event > a {
    grid-column: 2;
  }

  .fm-v2-gallery {
    width: min(calc(100% - 24px), 1440px);
    padding: 20px 0 24px;
  }

  .fm-v2-gallery__strip {
    grid-template-columns: 1fr;
  }

  .fm-v2-gallery__strip a,
  .fm-v2-gallery__strip img {
    min-height: 280px;
  }

  .fm-v2-gallery__cta {
    justify-content: center;
  }

  .site-header .brand-badge {
    width: 36px;
    height: 44px;
    flex-basis: 36px;
  }
}

/* HOMEPAGE CARDS / GALLERY POLISH */
.fm-v2-feature,
.fm-v2-gallery__strip a {
  isolation: isolate;
}

.fm-v2-feature > img,
.fm-v2-gallery__strip img {
  will-change: transform;
}

.fm-v2-gallery__strip img {
  object-position: center 22%;
}

/* CANVA HERO — ONE CONTINUOUS BLENDED COMPOSITION */
.fm-canva-hero {
  --fm-gold: #d9aa26;
  --fm-green: #4c8c2b;
  --fm-red: #e0312f;

  position: relative;
  min-height: clamp(440px, 44vw, 620px);
  overflow: hidden;
  isolation: isolate;
  background: #080908;
}

.fm-canva-hero__background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.fm-canva-hero__background,
.fm-canva-hero__background img {
  display: block;
  width: 100%;
  height: 100%;
}

.fm-canva-hero__background img {
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.02) contrast(1.02);
}

.fm-canva-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(3, 4, 3, .98) 0%,
      rgba(3, 4, 3, .94) 24%,
      rgba(3, 4, 3, .72) 39%,
      rgba(3, 4, 3, .28) 55%,
      rgba(3, 4, 3, 0) 72%
    );
}

.fm-canva-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: inherit;
  margin-inline: auto;
  display: flex;
  align-items: center;
}

.fm-canva-hero__copy {
  width: min(430px, 44%);
  padding: 70px 0 42px;
}

.fm-canva-hero__eyebrow {
  margin: 0 0 10px;
  font-size: clamp(.72rem, .9vw, .9rem);
  font-weight: 900;
  letter-spacing: .11em;
}

.fm-canva-hero__eyebrow span:nth-of-type(1) {
  color: var(--fm-green);
}

.fm-canva-hero__eyebrow span:nth-of-type(2) {
  color: var(--fm-gold);
}

.fm-canva-hero__eyebrow span:nth-of-type(3) {
  color: var(--fm-red);
}

.fm-canva-hero__eyebrow b {
  color: var(--fm-gold);
  margin: 0 .32em;
}

.fm-canva-hero h1 {
  margin: 0;
  color: #f2f0eb;
  font-size: clamp(4.7rem, 8.2vw, 8rem);
  line-height: .78;
  letter-spacing: -.055em;
  text-transform: uppercase;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);
}

.fm-canva-hero__tagline {
  margin: 22px 0 20px;
  color: var(--fm-gold);
  font-size: clamp(1.05rem, 1.5vw, 1.42rem);
  line-height: 1.22;
}

.fm-canva-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.fm-canva-hero__button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--fm-gold);
  color: #fff;
  background: rgba(0, 0, 0, .28);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-decoration: none;
}

.fm-canva-hero__button--primary {
  border-color: #4d8d31;
  background: linear-gradient(90deg, #4c8f2f, #78a74b);
}

.fm-canva-hero__button:hover,
.fm-canva-hero__button:focus-visible {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .fm-canva-hero {
    min-height: 690px;
  }

  .fm-canva-hero__background img {
    object-fit: cover;
    object-position: 76% center;
  }

  /*
   * Curved left vignette:
   * strong behind the copy, fading before Fyah Mawi's face.
   */
  .fm-canva-hero::after {
    background:
      radial-gradient(
        ellipse 105% 88% at -8% 34%,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.86) 26%,
        rgba(0, 0, 0, 0.62) 46%,
        rgba(0, 0, 0, 0.22) 62%,
        rgba(0, 0, 0, 0) 74%
      );
  }

  .fm-canva-hero__inner {
    width: calc(100% - 32px);
    align-items: flex-start;
  }

  .fm-canva-hero__copy {
    width: 54%;
    max-width: 235px;
    padding: 42px 0 24px;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .fm-canva-hero h1 {
    color: #f7f5ef;
    font-size: clamp(3.8rem, 18vw, 6rem);
    text-shadow:
      0 2px 4px rgba(0, 0, 0, 0.96),
      0 8px 20px rgba(0, 0, 0, 0.58);
  }

  .fm-canva-hero__tagline {
    margin: 18px 0 20px;
    color: var(--fm-gold);
    font-size: 1.15rem;
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.98),
      0 4px 12px rgba(0, 0, 0, 0.72);
  }

  .fm-canva-hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .fm-canva-hero__button {
    box-sizing: border-box;
    width: 190px;
    min-height: 46px;
    justify-content: center;
    padding-inline: 17px;
  }
}


/* Release teaser cards ---------------------------------------------------- */
.fm-music-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 84px) 0;
}

.fm-music-page > .views-row {
  min-width: 0;
}


.view-music .view-content,
.view-releases .view-content,
.fm-release-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 84px) 0;
}

.fm-release-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fm-line, rgba(255, 255, 255, .15));
  background: #090a09;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  transition: transform .25s ease, border-color .25s ease;
}

.fm-release-card:hover {
  transform: translateY(-5px);
  border-color: var(--fm-gold, #e8bd35);
}

.fm-release-card__art {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  background: #111;
}

.fm-release-card__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.fm-release-card:hover .fm-release-card__art img {
  transform: scale(1.035);
}

.fm-release-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(to top, rgba(0, 0, 0, .62), rgba(0, 0, 0, .04) 65%);
}

.fm-release-card__play {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .4);
  font-size: 1.05rem;
  opacity: .9;
  transition: transform .25s ease, background .25s ease;
}

.fm-release-card:hover .fm-release-card__play {
  transform: scale(1.08);
  background: var(--fm-red, #b91319);
}

.fm-release-card__body {
  padding: 22px 22px 24px;
}

.fm-release-card__kicker {
  margin: 0 0 8px;
  color: var(--fm-gold, #e8bd35);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fm-release-card__title {
  margin: 0;
  font-family: Impact, 'Arial Narrow', sans-serif;
  font-size: clamp(1.75rem, 2.7vw, 2.65rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.fm-release-card__title a {
  color: #fff;
  text-decoration: none;
}

.fm-release-card__date {
  display: block;
  margin-top: 12px;
  color: var(--fm-muted, #b7b7b7);
  font-size: .88rem;
  font-weight: 700;
}

.fm-release-card__description {
  margin-top: 14px;
  color: var(--fm-muted, #b7b7b7);
  line-height: 1.6;
}

.fm-release-card__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  margin-top: 20px;
}

.fm-release-card__links a {
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.fm-release-card__links a:hover {
  color: var(--fm-gold, #e8bd35);
}

.fm-release-card__details {
  margin-right: auto;
}

@media (max-width: 980px) {
  .view-music .view-content,
  .view-releases .view-content,
  .fm-release-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .view-music .view-content,
  .view-releases .view-content,
  .fm-release-list {
    grid-template-columns: 1fr;
    width: min(520px, calc(100% - 24px));
  }
}


.fm-music-intro {
  padding: 1rem 1.5rem 3rem;
}

.fm-music-intro__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.fm-music-intro__eyebrow {
  margin-bottom: .75rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fm-music-intro h2 {
  margin: 0 0 1rem;
}

.fm-music-intro p:last-child {
  margin: 0;
  line-height: 1.7;
}

/* =========================================================
   Release node
   ========================================================= */


.fm-release {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 3rem;
}

.fm-release__hero {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 5rem;
    align-items: center;
}

.fm-release__cover img{
    width:100%;
    border-radius:10px;
    box-shadow:0 25px 70px rgba(0,0,0,.6);
}

.fm-release h1{
    font-size:5rem;
    line-height:1;
    margin:.5rem 0 2rem;
}

.fm-release__content h1{
    font-size:clamp(3rem,5vw,5rem);
    margin:.5rem 0 1rem;
}

.fm-release__eyebrow{
    color:#e8bd35;
    text-transform:uppercase;
    letter-spacing:.18em;
}

.fm-release__stream,
.fm-release__buy{
    margin-top:2rem;
}

.fm-release__tracks{
    margin-top:5rem;
}

@media(max-width:900px){

.fm-release__hero{

grid-template-columns:1fr;

}

}


.fm-release-links{
    display:flex;
    flex-wrap:wrap;
    gap:1rem;
    margin:2rem 0;
}

.fm-release-links a{
    padding:.8rem 1.4rem;
    border:1px solid #e8bd35;
    color:#e8bd35;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:700;
    transition:.2s;
}

.fm-release-links a:hover{
    background:#e8bd35;
    color:#111;
}



/* =========================================================
   Contact and booking page
   ========================================================= */
.fm-contact {
  background: #111;
  color: #fff;
}

.fm-contact__hero {
  display: grid;
  min-height: 480px;
  grid-template-columns: 1fr 1fr;
  background: #080808;
}

.fm-contact__hero-copy {
  align-self: center;
  padding: clamp(2rem, 6vw, 6rem);
}

.fm-contact__hero h1 {
  margin: 0 0 1.5rem;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: .85;
  text-transform: uppercase;
}

.fm-contact__hero h1 span {
  color: #f1c40f;
}

.fm-contact__hero-copy > p:last-child {
  max-width: 38rem;
  color: rgba(255,255,255,.75);
  font-size: 1.15rem;
}

.fm-contact__hero-image {
  min-height: 420px;
  background:
    linear-gradient(90deg, #080808 0%, transparent 45%),
    url("../assets/images/artist/artist-message.webp") center/cover no-repeat;
}

.fm-contact__body {
  display: grid;
  max-width: 1200px;
  margin: auto;
  padding: clamp(2rem, 6vw, 5rem);
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  background: #f6f1e5;
  color: #171717;
}

.fm-contact__details h2,
.fm-contact__form h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.fm-contact__item {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  padding: 1.1rem 0;
  border-top: 1px solid #ccc4b5;
}

.fm-contact__item a {
  color: #171717;
  overflow-wrap: anywhere;
}

.fm-contact__note {
  margin-top: 2rem;
  padding: 1.25rem;
  border-left: 4px solid #148a3b;
  background: #fff;
}

.fm-contact__form .theme-block,
.fm-contact__form .theme-block-content {
  padding: 0;
  background: transparent;
  border: 0;
}

.fm-contact__form .form-item {
  margin-bottom: 1rem;
}

.fm-contact__form label {
  display: block;
  margin-bottom: .4rem;
  font-weight: 700;
}

.fm-contact__form input[type="text"],
.fm-contact__form input[type="email"],
.fm-contact__form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid #bcb4a5;
  background: #fff;
}

.fm-contact__form .form-submit {
  margin-right: .75rem;
  padding: .9rem 1.5rem;
  border: 0;
  background: #148a3b;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .fm-contact__hero,
  .fm-contact__body {
    grid-template-columns: 1fr;
  }

  .fm-contact__hero-image {
    min-height: 320px;
  }
}

/* Videos view and node. */

.video-gallery,
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.video-library {
  padding-bottom: 4rem;
}

.video-card {
  height: 100%;
  overflow: hidden;
  background: #111;
  border: 1px solid #d8b400;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.video-card:hover {
  transform: translateY(-6px);
  border-color: #ffd400;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .5);
}

.video-card__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.video-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-card__media .field,
.video-card__media .field__item,
.video-card__media picture {
  height: 100%;
}

.video-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.video-card:hover img {
  transform: scale(1.035);
}

.video-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, .65),
      rgba(0, 0, 0, .08) 60%,
      transparent
    );
}

.video-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  padding-left: 4px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(0, 0, 0, .62);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.video-card:hover .video-card__play {
  color: #111;
  background: #ffd400;
  transform: translate(-50%, -50%) scale(1.08);
}

.video-card__content {
  padding: 1.25rem 1.35rem 1.4rem;
}

.video-card__title {
  margin: 0 0 .65rem;
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.2;
  text-transform: uppercase;
}

.video-card__description {
  margin-bottom: 1rem;
  color: #ccc;
  line-height: 1.6;
}

.video-card__description .field,
.video-card__description p {
  margin: 0;
}

.video-card__button {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .65rem 1rem;
  color: #fff;
  background: #a91515;
  border: 1px solid #d43333;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Featured video block. */

.video-hero-section {
  padding: 2rem 0 2.5rem;
  margin-bottom: 2.5rem;
  background:
    linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .92)),
    url("../assets/images/video-bg.jpg") center / cover no-repeat;
}

.video-hero-section .container {
  width: min(1400px, calc(100% - 3rem));
  margin-inline: auto;
}

.video-hero-section__header {
  max-width: 760px;
  margin-bottom: 1.5rem;
}

.video-hero-section__header h1 {
  margin: .25rem 0 .6rem;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: .95;
  text-transform: uppercase;
}

.video-hero-section__header p {
  margin: 0;
  color: #d2d2d2;
  line-height: 1.6;
}

.video-featured .video-card {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(280px, 42%);
  min-height: 0;
  border-width: 2px;
}

.video-featured .video-card__link {
  display: contents;
}

.video-featured .video-card__media {
  min-height: 0;
  aspect-ratio: 16 / 8.5;
}

.video-featured .video-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2.25rem;
  background: rgba(15, 15, 15, .97);
}

.video-featured .video-card__title {
  margin-bottom: .75rem;
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
}

.video-featured .video-card__description {
  margin-bottom: 1.35rem;
  font-size: 1rem;
  line-height: 1.65;
}

.video-featured .video-card__play {
  width: 78px;
  height: 78px;
  font-size: 2rem;
}

/* Hide field labels inside teaser cards. */

.node--type-video.node--view-mode-teaser .field__label {
  display: none;
}

@media (max-width: 900px) {
  .video-gallery,
  .video-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .video-hero-section {
    padding: 1.5rem 0 2rem;
  }

  .video-hero-section .container {
    width: min(100% - 2rem, 1400px);
  }

  .video-featured .video-card {
    grid-template-columns: 1fr;
  }

  .video-featured .video-card__media {
    aspect-ratio: 16 / 9;
  }

  .video-featured .video-card__content {
    padding: 1.35rem;
  }

  .video-featured .video-card__title {
    font-size: 1.8rem;
  }
}


/* Videos listing layout */

.video-library {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(36px, 6vw, 84px) 0;
}

.video-library .view-content,
.video-library .video-grid {
  width: 100%;
}

.video-library .video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 34px);
}

.video-library .video-grid__item,
.video-library .views-row {
  min-width: 0;
  margin: 0;
}

.video-library .video-card {
  width: 100%;
  max-width: none;
}

@media (max-width: 980px) {
  .video-library .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .video-library {
    width: min(520px, calc(100% - 24px));
  }

  .video-library .video-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Events
   ========================================================= */
/* Shared Events page width and side gutters. */
.events-container {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
}

.events-hero {
  width: 100%;
}

.drupal-content {
  width: 100%;
  padding-block: 64px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 40px;
}

@media (max-width: 700px) {
  .events-container {
    width: min(100% - 32px, 1440px);
  }

  .event-grid {
    gap: 24px;
  }

  .event-content {
    padding: 22px;
  }

  .event-featured .event-card {
    grid-template-columns: 1fr;
  }
}

.event-card{

background:#111;

border-left:5px solid #1a8d38;

border-right:5px solid #b11212;

border-top:2px solid gold;

overflow:hidden;

}

.event-card img{

width:100%;

display:block;

}

.event-content{

padding:30px;

}

.event-date{

display:inline-block;

background:#d4a900;

color:#111;

padding:8px 16px;

font-weight:bold;

margin-bottom:20px;

}

.event-location{

color:#ccc;

margin-bottom:20px;

font-size:1rem;

}

.event-body{

margin-bottom:25px;

line-height:1.8;

}

.event-featured .event-card{

display:grid;

grid-template-columns:60% 40%;

}


/* Commerce cart block in global header. */
.site-header__cart {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

.site-header__cart .block {
  margin: 0;
}

.site-header__cart .cart-block--summary {
  display: flex;
  align-items: center;
}

.site-header__cart .cart-block--summary a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: inherit;
  text-decoration: none;
}

.site-header__cart .cart-block--summary__icon {
  display: inline-flex;
}

.site-header__cart .cart-block--summary__icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.site-header__cart .cart-block--summary__count {
  font-size: 0.72rem;
  font-weight: 800;
  white-space: nowrap;
}

.site-header__cart .cart-block--contents {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 10px);
  right: 0;
  min-width: 300px;
}

@media (max-width: 900px) {
  .site-header__cart .cart-block--summary__count {
    display: none;
  }

  .site-header__cart .cart-block--summary a {
    padding-inline: 8px;
  }
}
/* FM START: HEADER SOCIALS */

.header-socials {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.header-socials .social-link {
  width: 38px;
  height: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);

  backdrop-filter: blur(6px);

  transition: .25s ease;
}

.header-socials .social-link:hover {

  background: rgba(255,255,255,.18);

  border-color:#9fd100;

  transform:translateY(-2px);
}

.header-socials img{

    width:20px;
    height:20px;

    display:block;
}

/* FM END */
/* =========================================================
   Homepage mobile hero — final typography and CTA balance
   ========================================================= */

@media (max-width: 767px) {
  .fm-canva-hero__copy {
    padding-top: 56px;
  }

  .fm-canva-hero h1 {
    font-size: clamp(3.45rem, 16.5vw, 5.5rem);
  }

  .fm-canva-hero__actions {
    gap: 14px;
  }

  .fm-canva-hero__button {
    width: 205px;
  }
}

/* =========================================================
   Homepage mobile final corrections
   ========================================================= */

@media (max-width: 767px) {
  /*
   * Prevent the mobile hero image from exposing a sub-pixel white seam.
   * Uses a controlled 1px overscan instead of distorting it to 101%.
   */
  .fm-canva-hero__background {
    inset: -1px 0;
  }

  .fm-canva-hero__background,
  .fm-canva-hero__background img {
    width: 100%;
    height: calc(100% + 2px);
  }

  .fm-canva-hero__background img {
    transform: translateY(-1px);
  }

  /*
   * Homepage latest-release artwork.
   * Override the generic 4:3 mobile-card rule with a square release frame.
   */
  .fm-v2-release__info {
    width: 100%;
    max-width: 100%;
  }

  .fm-v2-release__cover {
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

/* =========================================================
   Mobile hero background seam — definitive fix
   ========================================================= */

@media (max-width: 767px) {
  .fm-canva-hero__background {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -2px;
    left: 0;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .fm-canva-hero__background img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 76% center;
    transform: none;
  }
}

/* ===== BEGIN MIGRATED MOBILE OWNERSHIP ===== */

/* Exact responsive rules migrated from the former global mobile compatibility layer. */

@media (max-width: 640px) {
  .home-v2
  {
        max-width: 100%;

  }

  .home-hero
  {
        min-height: 0;
        height: auto;

  }

  .home-v2__hero
  {
        min-height: 0;
        height: auto;

  }

  .home-hero
  {
        padding-block: clamp(3.5rem, 17vw, 5.5rem);

  }

  .home-v2__hero
  {
        padding-block: clamp(3.5rem, 17vw, 5.5rem);

  }

  .home-hero h1
  {
        font-size: clamp(2.6rem, 14vw, 4.5rem);
        line-height: 0.9;

  }

  .home-v2__hero h1
  {
        font-size: clamp(2.6rem, 14vw, 4.5rem);
        line-height: 0.9;

  }

  .home-section
  {
        padding-block: var(--fm-mobile-section-space);

  }

  .home-music-card img
  {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;

  }

  .home-video-card img
  {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;

  }

  .home-gallery-card img
  {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;

  }

  .home-gallery-card
  {
        overflow: hidden;

  }

  .home-gallery-card img
  {
        aspect-ratio: 4 / 3;
        height: auto;
        object-fit: cover;

  }

  .journey-gallery
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;

  }

  .from-the-journey
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;

  }

  .home-journey
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.8rem;

  }

  .journey-gallery__item
  {
        width: 100%;
        overflow: hidden;
        background: #090909;

  }

  .journey-gallery .views-row
  {
        width: 100%;
        overflow: hidden;
        background: #090909;

  }

  .from-the-journey .views-row
  {
        width: 100%;
        overflow: hidden;
        background: #090909;

  }

  .home-journey .views-row
  {
        width: 100%;
        overflow: hidden;
        background: #090909;

  }

  .journey-gallery__item > a
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .journey-gallery__item > div
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .journey-gallery .views-row > a
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .journey-gallery .views-row > div
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .from-the-journey .views-row > a
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .from-the-journey .views-row > div
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .home-journey .views-row > a
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .home-journey .views-row > div
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;

  }

  .journey-gallery img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .from-the-journey img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .home-journey img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .fm-v2-gallery__strip
  {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.85rem;

  }

  .fm-v2-gallery__item
  {
        display: block;
        width: 100%;
        overflow: hidden;
        color: #fff;
        text-decoration: none;

  }

  .fm-v2-gallery__media
  {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        background: #090909;

  }

  .fm-v2-gallery__media img
  {
        display: block;
        width: 100%;
        height: 100%;
        max-height: none;
        aspect-ratio: auto;
        object-fit: cover;
        object-position: center;

  }

  .fm-v2-gallery__caption
  {
        display: block;
        padding: 0.55rem 0 0;

  }

  .fm-v2-gallery__item:nth-last-child(2) .fm-v2-gallery__media img
  {
        object-position: center top;

  }

  .home-v2
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;

  }

  .fm-v2-main
  {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;

  }

  .fm-v2-main > section
  {
        box-sizing: border-box;
        width: calc(100% - 2rem);
        max-width: none;
        margin-right: auto;
        margin-left: auto;

  }

  /*
     * Full-bleed visual sections may retain full viewport width.
     */
    .fm-v2-hero
  {
        width: 100%;
        margin-right: 0;
        margin-left: 0;

  }

  .fm-v2-card
  {
        box-sizing: border-box;
        max-width: 100%;
        min-width: 0;

  }

  .fm-v2-gallery__strip
  {
        gap: 1rem;

  }

  .fm-v2-gallery__item
  {
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: #090a09;

  }

  .fm-v2-gallery__caption
  {
        box-sizing: border-box;
        min-height: 2.6rem;
        padding: 0.65rem 0.75rem;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.78rem;
        font-weight: 700;
        line-height: 1.35;
        letter-spacing: 0.035em;
        text-transform: uppercase;

  }

}

/* ===== END MIGRATED MOBILE OWNERSHIP ===== */

/* ===== BEGIN FINAL BESPOKE HERO IMAGERY ===== */

/*
 * Contact and Join Us intentionally retain their purpose-built layouts.
 * These rules provide the matching imagery without introducing a second
 * page-title or generic hero wrapper.
 */

.fm-contact__hero-image {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      to top,
      rgba(5, 7, 5, 0.76),
      rgba(5, 7, 5, 0.12) 62%
    ),
    url("/sites/default/files/hero/shared/hero-contact.webp")
      center 38% / cover no-repeat;
}

.fm-contact__hero-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      115deg,
      rgba(216, 175, 54, 0.08),
      transparent 46%
    );
  content: "";
}

.fm-join__hero,
.fm-join > header:first-child {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 5, 0.94),
      rgba(5, 7, 5, 0.56) 58%,
      rgba(5, 7, 5, 0.34)
    ),
    url("/sites/default/files/hero/shared/hero-gallery.webp")
      center 42% / cover no-repeat;
}

.fm-join__hero > *,
.fm-join > header:first-child > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .fm-contact__hero-image {
    min-height: 22rem;
    background-position: center 34%;
  }

  .fm-join__hero,
  .fm-join > header:first-child {
    background-position: center;
  }
}

/* ===== END FINAL BESPOKE HERO IMAGERY ===== */

/* ===== BEGIN FINAL RELEASE VISIBLE FIXES ===== */

/*
 * Final release correction layer.
 *
 * Scope:
 * - uniform shared-header logo sizing;
 * - branded visited-link states;
 * - user login/password form presentation;
 * - responsive CAPTCHA layout;
 * - final landing-page rhythm corrections.
 */

/* ---------------------------------------------------------
   Shared header
   --------------------------------------------------------- */

.site-header a,
.site-header a:link,
.site-header a:visited,
.site-header__brand,
.site-header__brand:link,
.site-header__brand:visited,
.site-header__actions a,
.site-header__actions a:link,
.site-header__actions a:visited,
.main-nav a,
.main-nav a:link,
.main-nav a:visited {
  color: var(--fm-white, #fff);
  text-decoration-color: currentColor;
}

.site-header a:hover,
.site-header a:focus-visible,
.site-header__actions a:hover,
.site-header__actions a:focus-visible,
.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--fm-gold, #f4bd00);
}

.site-header__actions a,
.site-header__actions a:link,
.site-header__actions a:visited {
  text-decoration: none;
}

.site-header__brand img,
.site-header__logo,
.site-header .logo img {
  display: block;
  width: auto;
  max-width: none;
  height: 58px;
  object-fit: contain;
}

.site-header__brand {
  flex: 0 0 auto;
  min-width: 0;
}

/* ---------------------------------------------------------
   Drupal user forms
   --------------------------------------------------------- */

body.path-user .block-system-main-block {
  width: min(100% - 2rem, 82rem);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 5rem)
    clamp(1rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(
      135deg,
      rgba(14, 21, 13, 0.96),
      rgba(18, 8, 7, 0.96)
    );
}

body.path-user .block-system-main-block > h1,
body.path-user main h1 {
  max-width: 100%;
  margin: 0 0 clamp(1.75rem, 4vw, 3rem);
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

body.path-user .user-login-form,
body.path-user .user-pass {
  display: grid;
  width: min(100%, 58rem);
  gap: 1.15rem;
  margin: 0;
}

body.path-user .form-item {
  min-width: 0;
  margin: 0;
}

body.path-user label {
  display: block;
  margin: 0 0 0.45rem;
  color: #f6f1e6;
  font-weight: 800;
}

body.path-user input[type="text"],
body.path-user input[type="email"],
body.path-user input[type="password"],
body.path-user input[type="search"] {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 3.25rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  background: #151716;
  color: #fff;
  font: inherit;
  box-shadow: none;
}

body.path-user input:focus {
  border-color: var(--fm-gold, #f4bd00);
  outline: 2px solid rgba(244, 189, 0, 0.24);
  outline-offset: 2px;
}

body.path-user .description {
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

body.path-user .form-actions {
  margin: 0.25rem 0 0;
}

body.path-user .button,
body.path-user input[type="submit"] {
  min-height: 3.15rem;
  padding: 0.75rem 1.4rem;
  border: 1px solid var(--fm-green, #58ad35);
  border-radius: 0;
  background: var(--fm-green, #58ad35);
  color: #fff;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: 0.035em;
  cursor: pointer;
  text-transform: uppercase;
}

body.path-user .button:hover,
body.path-user .button:focus-visible,
body.path-user input[type="submit"]:hover,
body.path-user input[type="submit"]:focus-visible {
  border-color: var(--fm-gold, #f4bd00);
  background: var(--fm-gold, #f4bd00);
  color: #090909;
}

body.path-user .user-login-form > .form-item + .form-item,
body.path-user .user-pass > .form-item + .form-item {
  margin-top: 0;
}

/* ---------------------------------------------------------
   CAPTCHA
   --------------------------------------------------------- */

body.path-user fieldset.captcha,
body.path-user .captcha {
  min-width: 0;
  max-width: 100%;
  margin: 0.5rem 0 0;
  padding: clamp(1rem, 3vw, 1.5rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.24);
}

body.path-user .captcha legend {
  max-width: calc(100% - 1rem);
  padding-inline: 0.35rem;
  color: var(--fm-gold, #f4bd00);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.path-user .captcha > div,
body.path-user .captcha .details-wrapper {
  min-width: 0;
  max-width: 100%;
}

body.path-user .captcha img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 0.85rem;
  border: 3px solid #fff;
}

body.path-user .captcha input[type="text"] {
  width: min(100%, 24rem);
}

body.path-user .captcha .form-item {
  min-width: 0;
  max-width: 100%;
}

body.path-user .captcha .description {
  max-width: 100%;
  margin-top: 0.65rem;
  overflow-wrap: anywhere;
}

/* ---------------------------------------------------------
   Landing-page rhythm
   --------------------------------------------------------- */

.fm-music-main,
.music-page__main,
.music-page__catalogue,
.music-latest,
.latest-releases {
  scroll-margin-top: 6rem;
}

.fm-music-main > :first-child,
.music-page__main > :first-child,
.music-page__catalogue,
.music-latest,
.latest-releases {
  margin-top: 0;
}

.commerce-storefront,
.storefront-page,
.fm-storefront,
.shop-page__content {
  padding-top: clamp(2rem, 4vw, 4rem);
}

.fm-page-hero + .commerce-storefront,
.fm-page-hero + .storefront-page,
.fm-page-hero + .fm-storefront,
.fm-page-hero + .shop-page__content {
  margin-top: 0;
}

.events-page .fm-page-hero__intro,
.fm-events .fm-page-hero__intro {
  margin-top: 1rem;
}

.fm-join h1,
.fm-join__title {
  max-width: 9ch;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  overflow-wrap: normal;
}

/* ---------------------------------------------------------
   Responsive correction
   --------------------------------------------------------- */

@media (max-width: 900px) {
  .site-header__brand img,
  .site-header__logo,
  .site-header .logo img {
    height: 52px;
  }

  body.path-user .block-system-main-block {
    width: calc(100% - 2rem);
    padding: 2.4rem 1.25rem;
  }
}

@media (max-width: 640px) {
  .site-header__brand img,
  .site-header__logo,
  .site-header .logo img {
    height: 48px;
  }

  body.path-user .block-system-main-block {
    width: calc(100% - 1.5rem);
    padding: 2.2rem 1rem;
  }

  body.path-user .block-system-main-block > h1,
  body.path-user main h1 {
    margin-bottom: 1.75rem;
    font-size: clamp(2.45rem, 12vw, 4.15rem);
    line-height: 0.9;
  }

  body.path-user .captcha {
    padding: 0.9rem;
  }

  body.path-user .captcha img {
    max-width: min(100%, 15rem);
  }

  body.path-user .captcha input[type="text"] {
    width: 100%;
  }

  .fm-join h1,
  .fm-join__title {
    max-width: 8ch;
    font-size: clamp(3.25rem, 14vw, 5rem);
    line-height: 0.84;
  }

  .events-page .fm-page-hero__intro,
  .fm-events .fm-page-hero__intro {
    margin-top: 1.25rem;
  }

  .commerce-storefront,
  .storefront-page,
  .fm-storefront,
  .shop-page__content {
    padding-top: 2rem;
  }
}

/* ===== END FINAL RELEASE VISIBLE FIXES ===== */
