/* Groove Protocol V2.1 shared top-level hero and imprint system. */
.gp-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(300px, 23vw, 380px);
  color: #f5f5f6;
  background: #050607;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.gp-page-hero *,
.gp-page-hero *::before,
.gp-page-hero *::after,
.gp-imprint-hero *,
.gp-imprint-hero *::before,
.gp-imprint-hero *::after {
  box-sizing: border-box;
}

.gp-page-hero__media,
.gp-page-hero__shade {
  position: absolute;
  inset: 0;
}

.gp-page-hero__media {
  z-index: -2;
}

.gp-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.gp-page-hero__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 4, 5, 0.94) 0%, rgba(5, 5, 6, 0.78) 42%, rgba(5, 5, 6, 0.28) 100%);
}

.gp-page-hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: clamp(44px, 5vw, 72px);
  padding-bottom: clamp(44px, 5vw, 72px);
}

.gp-page-hero__copy {
  width: min(100%, 760px);
}

.gp-page-hero__eyebrow,
.gp-imprint-hero__eyebrow {
  margin: 0 0 12px;
  color: #d21a27;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gp-page-hero h1 {
  margin: 0;
  color: #f7f7f8;
  font-size: clamp(2.75rem, 5.3vw, 5.25rem);
  font-weight: 660;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.gp-page-hero__intro {
  max-width: 690px;
  margin: 18px 0 0;
  color: #c4c5c9;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.58;
}

.gp-page-hero__subintro {
  max-width: 680px;
  margin: 8px 0 0;
  color: #96999f;
  font-size: 0.9rem;
  line-height: 1.5;
}

.gp-page-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  min-height: 44px;
  padding: 0 17px;
  margin-top: 20px;
  border: 1px solid #b91420;
  color: #fff;
  background: #b91420;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.gp-page-hero__cta:hover,
.gp-page-hero__cta:focus-visible {
  border-color: #fff;
  color: #08090a;
  background: #fff;
}

.gp-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 0;
  margin: 17px 0 0;
  color: #a5a7ac;
  font-size: 0.78rem;
  list-style: none;
}

.gp-page-hero__meta li + li::before {
  margin-right: 20px;
  color: #b91420;
  content: "/";
}

.gp-page-hero + .gp-sig-hub__manifesto,
.gp-page-hero + .gp-labelos,
.gp-page-hero + .gp-events-archive,
.gp-page-hero + .gp-contact-page {
  padding-top: clamp(42px, 5vw, 72px);
}

.gp-page-hero + .gp-contact-page,
.gp-page-hero + .gp-bookings-page {
  margin-top: 0;
}

.gp-imprint-hero {
  display: grid;
  grid-template-columns: clamp(120px, 13vw, 150px) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(30px, 4vw, 56px) 0;
  margin: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.gp-imprint-hero__mark {
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  background: #0c0d0f;
}

.gp-imprint-hero__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gp-imprint-hero__body {
  min-width: 0;
}

.gp-imprint-hero h1 {
  margin: 0;
  color: #f5f5f6;
  font-size: clamp(2.25rem, 4.4vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.gp-imprint-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 18px;
  padding: 0;
  margin: 17px 0 0;
  color: #a4a6ab;
  font-size: 0.78rem;
  list-style: none;
}

.gp-imprint-hero__meta li + li::before {
  margin-right: 18px;
  color: #bd1723;
  content: "/";
}

.gp-imprint-hero__description {
  max-width: 720px;
  margin: 20px 0 0;
  color: #b7b9be;
  font-size: 1rem;
  line-height: 1.65;
}

.gp-imprint-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 22px;
}

.gp-imprint-hero__links a {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(185, 20, 32, 0.82);
  color: #f2f2f3;
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
}

.gp-imprint-hero__links a:hover,
.gp-imprint-hero__links a:focus-visible {
  border-color: #fff;
  color: #fff;
}

.gp-page-hero a:focus-visible,
.gp-imprint-hero a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (max-width: 720px) {
  .gp-page-hero {
    min-height: clamp(240px, 66vw, 280px);
  }

  .gp-page-hero__media img {
    object-position: 52% center;
  }

  .gp-page-hero__shade {
    background: rgba(4, 4, 5, 0.7);
  }

  .gp-page-hero__inner {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .gp-page-hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.75rem);
  }

  .gp-page-hero__intro {
    margin-top: 13px;
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .gp-page-hero__subintro,
  .gp-page-hero__meta {
    display: none;
  }

  .gp-page-hero__cta {
    margin-top: 15px;
  }

  .gp-imprint-hero {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }

  .gp-imprint-hero__mark {
    padding: 7px;
  }

  .gp-imprint-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

}

@media (max-width: 460px) {
  .gp-imprint-hero {
    grid-template-columns: 1fr;
  }

  .gp-imprint-hero__mark {
    width: 84px;
  }

  .gp-imprint-hero__links {
    gap: 10px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gp-page-hero *,
  .gp-imprint-hero * {
    transition-duration: 0.01ms !important;
  }
}
