/*
Theme Name: Freshh
Theme URI: https://freshh.qr-solutions.de
Author: Freshh Staging
Description: Black-and-white editorial block theme for the Freshh party band (Hannover). Variety Music inspired — pure B/W, Bodoni/Jost, oversized hierarchy. Free-plugin stack only.
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
Version: 1.5.11
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: freshh
Tags: full-site-editing, block-patterns, dark, entertainment, one-column
*/

/* ========== Base ========== */
.freshh-accent { color: var(--wp--preset--color--muted); }

.freshh-section {
  padding-block: clamp(5.5rem, 16vw, 10rem);
}
.freshh-section-tight {
  padding-block: clamp(4rem, 11vw, 7rem);
}

.freshh-hero-title {
  letter-spacing: -0.045em;
  line-height: 0.88;
  max-width: 14ch;
  font-weight: 700;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.55);
}

.freshh-credo {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(2.75rem, 8vw, 5.75rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.0;
  text-align: center;
  color: #ffffff;
}
.freshh-credo em,
.freshh-credo .freshh-credo-emphasis {
  font-style: italic;
  font-weight: 400;
}
.freshh-credo-line {
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 1.75rem;
}

.freshh-manifesto {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  line-height: 1.65;
  max-width: 38rem;
  color: #c8c8c8;
  font-weight: 400;
}

.freshh-stat-number {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(3.5rem, 9vw, 6.25rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.freshh-stat-label {
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-top: 0.9rem;
}

.freshh-process-num {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(4rem, 10vw, 6.5rem);
  font-weight: 700;
  color: #ffffff;
  opacity: 0.28;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

/* Thin bordered editorial cards — Variety style */
.freshh-card {
  background: transparent;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  padding: clamp(1.75rem, 3.5vw, 2.5rem);
  height: 100%;
  transition: border-color 0.35s ease;
}
.freshh-card:hover {
  border-color: #4a4a4a;
}

/* Oversized Feedback quotes */
.freshh-quote {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.55rem, 3.8vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.26;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.freshh-quote::before {
  content: "»";
  color: #ffffff;
  opacity: 0.3;
  font-size: 2.75rem;
  line-height: 0;
  display: block;
  margin-bottom: 1.2rem;
  font-style: normal;
}
.freshh-quote-attribution {
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-top: 1.65rem;
}
.freshh-quote-attribution strong {
  color: #ffffff;
  font-weight: 600;
}

.freshh-badge {
  display: inline-block;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 1.25rem;
}

.freshh-playlist-table { width: 100%; border-collapse: collapse; }
.freshh-playlist-table th,
.freshh-playlist-table td {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #2a2a2a;
  text-align: left;
}
.freshh-playlist-table th {
  color: #9a9a9a;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.freshh-playlist-table tr:hover td { background: #0a0a0a; }

.freshh-member-role {
  color: #9a9a9a;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wp-block-navigation a:hover {
  color: #ffffff !important;
  opacity: 0.65;
}

.freshh-cta-band {
  background: #000000;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

/* Wordmark: Bodoni, no logo image */
.freshh-wordmark,
.wp-block-site-title.freshh-wordmark a,
.wp-block-site-title a {
  font-family: "Bodoni Moda", Didot, "Bodoni MT", "Times New Roman", serif !important;
  font-weight: 700 !important;
    letter-spacing: 0.02em !important;
  font-synthesis: none;
}
.wp-block-site-logo { display: none !important; }

/* Sticky header: transparent over hero, solid after scroll */
.freshh-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.is-header-scrolled .freshh-header {
  background: rgba(0, 0, 0, 0.82) !important;
  border-bottom-color: rgba(42, 42, 42, 0.9) !important;
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
}
/* Soften wordmark/tagline while floating over hero */
body.home:not(.is-header-scrolled) .freshh-header .wp-block-site-tagline {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
body.home.is-header-scrolled .freshh-header .wp-block-site-tagline {
  opacity: 1;
  max-height: 2rem;
}

/* Buttons — pure white fill / outline white (no gold) */
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  border-radius: 0;
  box-shadow: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #ffffff !important;
  color: #000000 !important;
  background: #ffffff !important;
}
.freshh-hero-cover .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.95) !important;
}
.freshh-hero-cover .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #ffffff !important;
  color: #000000 !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border-radius: 0;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: #e8e8e8 !important;
  color: #000000 !important;
}

/* Soft gray accent helper (replaces gold) */
.freshh-gold { color: #c8c8c8; }

/* Text-only venue / client grid (Variety style) */
.freshh-clients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-clients__item {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 2rem 1.35rem;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  text-align: center;
  color: #ffffff;
  line-height: 1.15;
  transition: background 0.3s ease, color 0.3s ease;
}
.freshh-clients__item:hover {
  background: #0a0a0a;
  color: #c8c8c8;
}
@media (max-width: 781px) {
  .freshh-clients { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .freshh-clients { grid-template-columns: 1fr; }
}

/* Feedback quote grid */
.freshh-feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-feedback-grid__item {
  padding: clamp(2rem, 4.5vw, 3.25rem);
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}
@media (max-width: 781px) {
  .freshh-feedback-grid { grid-template-columns: 1fr; }
}

.freshh-feedback-google {
  margin: 2.25rem auto 0;
  max-width: 1280px;
  padding: 0 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.freshh-feedback-google a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding-bottom: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}
.freshh-feedback-google a:hover {
  border-bottom-color: #ffffff;
}
.freshh-feedback-google__meta {
  color: #8a8a82;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
}


/* Process thin cards — 3 or 4 columns */
.freshh-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-process-grid__item {
  padding: clamp(1.85rem, 4vw, 3rem);
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  min-height: 100%;
}
.freshh-process-grid__item h3 {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  margin: 0 0 0.9rem;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.freshh-process-grid__item p {
  color: #9a9a9a;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  .freshh-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .freshh-process-grid { grid-template-columns: 1fr; }
}

.freshh-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1280px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 600px) {
  .freshh-stats-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 2.5rem 1.5rem; }
}

/* Occasion editorial list */
.freshh-occasions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-occasions__item {
  padding: 2rem 1.35rem;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}
.freshh-occasions__item h3 {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.4rem, 2.3vw, 1.85rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: #ffffff;
}
@media (max-width: 900px) {
  .freshh-occasions { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .freshh-occasions { grid-template-columns: 1fr; }
}

/* Instagram placeholder */
.freshh-ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
}
@media (max-width: 781px) {
  .freshh-ig-grid { grid-template-columns: repeat(2, 1fr); }
}
.freshh-ig-tile {
  aspect-ratio: 1;
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  background: #0a0a0a;
  display: grid;
  place-items: center;
  color: #5a5a5a;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ========== Monochrome media (Variety editorial) ========== */
.freshh-bw,
img.freshh-hero-media,
body.home .freshh-showreel-media img,
body.home .freshh-gallery-bw img {
  filter: grayscale(1) contrast(1.05) brightness(0.92);
  -webkit-filter: grayscale(1) contrast(1.05) brightness(0.92);
}
/* Band portraits + subpage media stay in color */
.freshh-band-photo,
.freshh-band-card img,
.freshh-member-profile__media img,
body:not(.home) img,
body:not(.home) .freshh-showreel-media img,
body:not(.home) .freshh-gallery-bw img {
  filter: none;
  -webkit-filter: none;
}

/* Hero crossfade slides — Variety-like slow dissolve */

/* Hero video wrap: cover hides Safari play glyph until playback is real */
.freshh-hero-video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
.freshh-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  border: 0;
  pointer-events: none;
  filter: none !important;
  -webkit-filter: none !important;
}
.freshh-hero-video-cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #000;
  background-size: cover;
  background-position: center 12%;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.35s ease;
}
.freshh-hero-video-wrap.is-playing .freshh-hero-video-cover {
  opacity: 0;
}
.freshh-hero-video::-webkit-media-controls,
.freshh-hero-video::-webkit-media-controls-panel,
.freshh-hero-video::-webkit-media-controls-enclosure,
.freshh-hero-video::-webkit-media-controls-start-playback-button,
.freshh-hero-video::-webkit-media-controls-overlay-play-button {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  -webkit-appearance: none !important;
}

.freshh-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  filter: grayscale(1) contrast(1.05) brightness(0.92);
  -webkit-filter: grayscale(1) contrast(1.05) brightness(0.92);
}
.freshh-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  transform: scale(1.06);
  opacity: 0;
  transition: opacity 1.8s ease-in-out, transform 6.5s ease-out;
  z-index: 0;
}
.freshh-hero-video-wrap.freshh-hero-media {
  /* opacity/transform come from .freshh-hero-media */
}
.freshh-hero-video {
  transform: none !important;
  opacity: 1 !important;
}
.freshh-hero-media.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.0);
}
.freshh-hero-cover {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #000000;
}
.freshh-hero-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.28) 42%, rgba(0,0,0,0.72) 100%);
  z-index: 1;
  pointer-events: none;
}
.freshh-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(1.5rem, 4vw, 3rem) var(--wp--preset--spacing--50) clamp(4rem, 10vw, 7rem);
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-hero-inner--centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
}
.freshh-hero-kicker {
  margin: 0 0 1.25rem;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}
.freshh-hero-line {
  margin: 0 0 1.75rem;
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #ffffff;
}
.freshh-hero-title--thin {
  font-family: var(--wp--preset--font-family--display) !important;
  font-weight: 400 !important;
  font-size: clamp(2.4rem, 6.5vw, 5.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: 0.01em !important;
  color: #ffffff !important;
  margin: 0 0 2.5rem !important;
  max-width: 18ch;
}
.freshh-hero-ctas {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .freshh-hero-media { transition: none; }
}


/* Hero: keep title out of faces on shorter / narrower viewports */
@media (max-width: 1101px) {
  .freshh-hero-media {
    object-position: center top;
  }
  .freshh-hero-inner {
    padding-top: clamp(1rem, 3vw, 2rem);
    padding-bottom: clamp(2.5rem, 8vw, 4.5rem);
  }
  .freshh-hero-title--thin {
    font-size: clamp(1.85rem, 7.2vw, 3.25rem) !important;
    margin-bottom: 1.25rem !important;
    max-width: 16ch;
  }
  .freshh-hero-line {
    margin-bottom: 1rem;
    letter-spacing: 0.16em;
    font-size: clamp(0.72rem, 2.2vw, 0.9rem);
  }
  .freshh-hero-kicker {
    margin-bottom: 0.85rem;
  }
  .freshh-hero-cover::after {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.18) 38%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.88) 100%);
  }
}
@media (max-height: 820px) {
  .freshh-hero-media {
    object-position: center top;
  }
  .freshh-hero-cover {
    align-items: flex-end;
  }
  .freshh-hero-inner {
    padding-bottom: clamp(1.75rem, 6vh, 3.5rem);
  }
  .freshh-hero-title--thin {
    font-size: clamp(1.7rem, 5.5vh, 3rem) !important;
    line-height: 1.05 !important;
    margin-bottom: 1rem !important;
  }
  .freshh-hero-line {
    margin-bottom: 0.75rem;
  }
}
@media (max-height: 700px) and (orientation: landscape) {
  .freshh-hero-cover {
    min-height: 100dvh;
  }
  .freshh-hero-kicker {
    display: none;
  }
  .freshh-hero-title--thin {
    font-size: clamp(1.5rem, 6vh, 2.4rem) !important;
    margin-bottom: 0.5rem !important;
  }
}

/* Showreel cinematic crop */
.freshh-showreel-frame {
  overflow: hidden;
  border: 1px solid #2a2a2a;
  border-radius: 0;
  background: #0a0a0a;
}
.freshh-showreel-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(1) contrast(1.08) brightness(0.88);
  -webkit-filter: grayscale(1) contrast(1.08) brightness(0.88);
}
.freshh-showreel-split img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05) brightness(0.9);
  -webkit-filter: grayscale(1) contrast(1.05) brightness(0.9);
  border: 1px solid #2a2a2a;
}

.freshh-footer-brand {
  font-family: var(--wp--preset--font-family--display);
  font-size: 2.35rem;
  font-weight: 700;
  
  letter-spacing: 0.02em;
  color: #ffffff;
}

/* Band roster cards */
.freshh-band-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0;
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  max-width: 1280px;
  margin-inline: auto;
}
.freshh-band-card {
  border-right: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  overflow: hidden;
  background: transparent;
}
.freshh-band-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.freshh-band-card__meta {
  padding: 1.1rem 1rem 1.25rem;
}
.freshh-band-card__meta strong {
  display: block;
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.35rem;
  letter-spacing: -0.015em;
  color: #ffffff;
}

/* ========== Strong Testimonials ========== */
.freshh-st-wrap .strong-view { color: #ffffff; }
.freshh-st-wrap .wpmtst-testimonial-content p,
.freshh-st-wrap .testimonial-content {
  font-family: var(--wp--preset--font-family--display) !important;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem) !important;
  font-style: italic !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
}
.freshh-st-wrap .testimonial-name {
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
.freshh-st-wrap .testimonial-company { color: #9a9a9a !important; font-size: 0.7rem !important; }
.freshh-st-wrap .wpmtst-testimonial-image,
.freshh-st-wrap .testimonial-image { display: none !important; }
.freshh-st-wrap .wpmtst-testimonial {
  padding: clamp(1.75rem, 4vw, 2.75rem) !important;
  border: 1px solid #2a2a2a !important;
  background: transparent !important;
  margin: 0 !important;
  box-shadow: none !important;
}

/* ========== Fluent Forms — quiet dark ========== */
.freshh-ff-wrap .fluentform,
.freshh-ff-wrap .ff-el-group { color: #ffffff; }
.freshh-ff-wrap .ff-el-input--label label,
.freshh-ff-wrap label {
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: 0.66rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #9a9a9a !important;
}
.freshh-ff-wrap input[type="text"],
.freshh-ff-wrap input[type="email"],
.freshh-ff-wrap input[type="tel"],
.freshh-ff-wrap input[type="date"],
.freshh-ff-wrap select,
.freshh-ff-wrap textarea,
.freshh-ff-wrap .ff-el-form-control {
  background: transparent !important;
  border: 1px solid #2a2a2a !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 0.95rem 1rem !important;
  box-shadow: none !important;
}
.freshh-ff-wrap input:focus,
.freshh-ff-wrap select:focus,
.freshh-ff-wrap textarea:focus {
  border-color: #ffffff !important;
  outline: none !important;
}
.freshh-ff-wrap .ff-btn-submit,
.freshh-ff-wrap button[type="submit"] {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 1rem 1.85rem !important;
  font-family: var(--wp--preset--font-family--body) !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  cursor: pointer;
}
.freshh-ff-wrap .ff-btn-submit:hover { background: #e8e8e8 !important; }

/* Logo carousel / IG plugin quiet chrome */
.freshh-lc-wrap .sp-logo-carousel-container,
.freshh-ig-wrap #sb_instagram { background: transparent !important; }

.freshh-occasion-title {
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  letter-spacing: -0.02em;
}

/* Kill leftover gold hex if any inline styles remain */
.has-accent-color { color: #c8c8c8 !important; }
.has-accent-background-color { background-color: #c8c8c8 !important; color: #000 !important; }


/* Override Fluent Forms inline gold submit (form 3) — force B/W */
form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style),
.freshh-ff-wrap form.fluent_form_3 .ff-btn-submit {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}

@media (max-width: 600px) {
  .freshh-showreel-split { grid-template-columns: 1fr !important; }
  .freshh-showreel-frame img { aspect-ratio: 16 / 9; }
}

/* WhatsApp floater — black/white, bottom left */
.freshh-wa {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  font-family: var(--wp--preset--font-family--body);
  overflow: hidden;
  transition: width 0.28s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.freshh-wa__pulse {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  animation: freshh-wa-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes freshh-wa-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35); }
  70% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}
.freshh-wa__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
  color: #000000;
}
.freshh-wa__label {
  position: relative;
  z-index: 1;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-right: 0;
  color: #000000;
  transition: max-width 0.28s ease, opacity 0.2s ease, padding 0.28s ease;
}
.freshh-wa:hover,
.freshh-wa:focus-visible {
  width: auto;
  background: #000000;
  color: #ffffff !important;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
  outline: none;
}
.freshh-wa:hover .freshh-wa__icon,
.freshh-wa:focus-visible .freshh-wa__icon,
.freshh-wa:hover .freshh-wa__label,
.freshh-wa:focus-visible .freshh-wa__label {
  color: #ffffff;
}
.freshh-wa:hover .freshh-wa__label,
.freshh-wa:focus-visible .freshh-wa__label {
  max-width: 8rem;
  opacity: 1;
  padding-right: 1.1rem;
}
.freshh-wa:hover .freshh-wa__pulse {
  animation: none;
}
@media (max-width: 600px) {
  .freshh-wa {
    left: 1rem;
    bottom: 1rem;
    width: 3.25rem;
    height: 3.25rem;
  }
  .freshh-wa__icon {
    flex-basis: 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
  }
  .freshh-wa:hover,
  .freshh-wa:focus-visible {
    width: 3.25rem;
  }
  .freshh-wa__label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .freshh-wa__pulse { animation: none; }
  .freshh-wa { transition: none; }
}

/* Header Anfrage CTA */
.freshh-header__actions {
  align-items: center;
}
.freshh-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  background: #ffffff !important;
  color: #000000 !important;
  text-decoration: none !important;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.freshh-header-cta:hover {
  background: transparent !important;
  color: #ffffff !important;
}
body.page-anfrage .freshh-header-cta {
  opacity: 0.55;
  pointer-events: none;
}

/* Homepage showreel → All-in-One Video Gallery */
.freshh-showreel-home .aiovg-thumbnail,
.freshh-showreel-gallery .aiovg-thumbnail {
  border-radius: 0;
  filter: grayscale(1);
  transition: filter 0.35s ease, opacity 0.35s ease;
}
.freshh-showreel-home .aiovg-thumbnail:hover,
.freshh-showreel-gallery .aiovg-thumbnail:hover {
  filter: grayscale(0.35);
}
.freshh-showreel-home .aiovg-title a,
.freshh-showreel-gallery .aiovg-title a {
  color: inherit;
  font-family: var(--wp--preset--font-family--jost, inherit);
  font-weight: 400;
  text-decoration: none;
}

/* Homepage: header floats over the hero */
body.home .freshh-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body.home .freshh-hero-cover {
  margin-top: 0;
}
/* Keep sticky behavior on inner pages */
body:not(.home) .freshh-header {
  position: sticky;
}

/* Band cards as links */
.freshh-band-card .freshh-band-photo,
.freshh-band-grid .freshh-band-photo {
  object-fit: cover;
  object-position: center top;
}
a.freshh-band-card {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
a.freshh-band-card:hover {
  transform: translateY(-4px);
  opacity: 0.92;
}
.freshh-band-card__more {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a8a82;
}

/* Member profile */
.freshh-member-profile {
  padding: clamp(5rem, 12vw, 8rem) 1.25rem clamp(4rem, 10vw, 7rem);
  border-top: 1px solid var(--wp--preset--color--border, #2a2a2a);
}
.freshh-member-profile__inner {
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.freshh-member-profile__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--wp--preset--color--border, #2a2a2a);
}
.freshh-member-profile__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}
.freshh-member-name {
  font-family: var(--wp--preset--font-family--display);
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 1.05;
  margin: 0.35rem 0 0.75rem;
}
.freshh-member-meta {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.freshh-member-quote {
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
  font-family: var(--wp--preset--font-family--display);
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 400;
  line-height: 1.35;
  color: #ffffff;
}
.freshh-member-quote p { margin: 0; }
.freshh-member-bio {
  color: #c8c8c0;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 38rem;
}
.freshh-member-bio p { margin: 0 0 1rem; }
.freshh-member-socials {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.freshh-member-socials a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding-bottom: 0.15rem;
}
.freshh-member-socials a:hover {
  border-bottom-color: #ffffff;
}
@media (max-width: 800px) {
  .freshh-member-profile__inner {
    grid-template-columns: 1fr;
  }
  .freshh-member-profile__media img {
    aspect-ratio: 1 / 1;
  }
}

.freshh-member-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 2rem;
}
.freshh-member-actions__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #0a0a0a;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
}
.freshh-member-actions__btn:hover {
  background: transparent;
  color: #ffffff;
}
.freshh-member-actions__btn--outline {
  background: transparent;
  color: #ffffff;
}
.freshh-member-actions__btn--outline:hover {
  background: #ffffff;
  color: #0a0a0a;
}

.freshh-member-reel {
  margin-top: 1.75rem;
  max-width: 340px;
}
.freshh-member-reel--below {
  max-width: 1280px;
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  padding: 0 1.25rem;
}
.freshh-member-reel--below .freshh-member-reel__frame {
  max-width: 400px;
}
.freshh-member-reel__label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8a8a82;
}
.freshh-member-reel .instagram-media {
  min-width: 0 !important;
  width: 100% !important;
  background: #0a0a0a !important;
  border: 1px solid #2a2a2a !important;
}
.freshh-member-reel--link {
  max-width: none;
}
.freshh-member-reel__frame {
  display: block;
  width: 100%;
  max-width: 340px;
  height: 560px;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
}
.freshh-member-reel__fallback {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
}
.freshh-member-reel__fallback a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  letter-spacing: 0.06em;
}
.freshh-member-reel__fallback a:hover {
  border-bottom-color: #ffffff;
}


/* Native WP lightbox — dark editorial */
.wp-lightbox-overlay {
  background: rgba(0,0,0,0.92) !important;
}
.wp-lightbox-container img {
  max-height: 92vh;
}


/* Video lightbox (free; AIOVG popup template is Pro) */
.freshh-video-lightbox[hidden] { display: none !important; }
.freshh-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.freshh-video-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
}
.freshh-video-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
}
.freshh-video-lightbox__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.freshh-video-lightbox__frame-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.freshh-video-lightbox__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html.freshh-video-lightbox-open,
body.freshh-video-lightbox-open {
  overflow: hidden;
}
.freshh-video-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.freshh-video-lightbox__nav:hover,
.freshh-video-lightbox__nav:focus-visible {
  background: rgba(0,0,0,0.85);
  border-color: #fff;
}
.freshh-video-lightbox__nav--prev { left: -3.25rem; }
.freshh-video-lightbox__nav--next { right: -3.25rem; }
.freshh-video-lightbox__nav[hidden] { display: none !important; }
@media (max-width: 1100px) {
  .freshh-video-lightbox__nav--prev { left: 0.35rem; }
  .freshh-video-lightbox__nav--next { right: 0.35rem; }
}

.aiovg-videos .aiovg-responsive-container,
.aiovg-videos .aiovg-link-title {
  cursor: zoom-in;
}


/* Member photo full-size lightbox */
.freshh-member-profile__photo-link {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: zoom-in;
}
.freshh-member-profile__zoom-hint {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.55rem;
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.freshh-member-profile__photo-link:hover .freshh-member-profile__zoom-hint,
.freshh-member-profile__photo-link:focus-visible .freshh-member-profile__zoom-hint {
  opacity: 1;
}
.freshh-image-lightbox[hidden] { display: none !important; }
.freshh-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.freshh-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.92);
  cursor: zoom-out;
}
.freshh-image-lightbox__dialog {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 100%);
  max-height: 92vh;
}
.freshh-image-lightbox__close {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.freshh-image-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 1px solid #2a2a2a;
  background: #0a0a0a;
}
html.freshh-image-lightbox-open,
body.freshh-image-lightbox-open {
  overflow: hidden;
}


/* Mobile nav: backdrop-filter / sticky header create a containing block so
   position:fixed overlay only covers the header (often just "Home"). */
html.has-modal-open .freshh-header,
.freshh-header:has(.wp-block-navigation__responsive-container.is-menu-open) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  /* Keep header chrome above page, but let the modal paint full-screen */
  overflow: visible !important;
}
.freshh-header .wp-block-navigation__responsive-container.is-menu-open {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  width: 100vw !important;
  height: 100% !important;
  height: 100dvh !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 100000 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #000 !important;
}
.freshh-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 4.5rem !important;
  padding-bottom: 2rem !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.freshh-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
  position: fixed !important;
  top: 1rem !important;
  right: 1rem !important;
  z-index: 100001 !important;
}
html.has-modal-open,
html.has-modal-open body {
  overflow: hidden !important;
}


/* Hamburger below 1102px (WP core default is 600px) */
@media (max-width: 1101px) {
  .freshh-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
  }
  .freshh-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}
@media (min-width: 1102px) {
  .freshh-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .freshh-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    position: relative;
    width: 100%;
    z-index: auto;
    background-color: inherit;
  }
  .freshh-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none !important;
  }
}
