/* ==========================================================================
   TSV 1919 – Alte Herren
   Ausgelagert aus Page-Code-Injection (head) am 2026-08-15.
   Verbatim übernommen: bestehendes body.page-alte-herren-Scoping unverändert,
   keine Deduplizierung, keine Designänderung, keine Selektoren umgeschrieben,
   keine Breakpoints verändert. Beide ursprünglichen Style-Blöcke in
   exakt derselben Cascade-Reihenfolge erhalten.
   ========================================================================== */


/* ── Block 1: Header-Zentrierung ─────────────────────────────────────────── */

body.page-alte-herren .article-header{
  padding-top: 80px !important;
  margin-top: 0 !important;
  text-align: center !important;
}
body.page-alte-herren .article-title{
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 28px !important;
  text-align: center !important;
}


/* ── Block 2: Hauptstyle ─────────────────────────────────────────────────── */

/* =========================
   /alte-herren/ – STYLE
   ========================= */

/* Casper Page-Header aus */
body.page-alte-herren .article-header,
body.page-alte-herren .article-header *{
  display:none !important;
}

/* Full width raus aus Casper Container */
body.page-alte-herren #site-main,
body.page-alte-herren .site-main,
body.page-alte-herren .article,
body.page-alte-herren .post,
body.page-alte-herren .gh-content,
body.page-alte-herren .gh-content.gh-canvas{
  max-width:none !important;
  width:100% !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

body.page-alte-herren .gh-content.gh-canvas{
  display:block !important;
}

/* Nur Alte-Herren-Block anzeigen */
body.page-alte-herren .gh-content.gh-canvas > :not(.tsv-ah):not(.kg-gallery-card){
  display:none !important;
}

/* Wrapper full-bleed */
body.page-alte-herren .tsv-ah{
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  color: rgba(255,255,255,.92);
}

/* ================= HERO ================= */
body.page-alte-herren .tsv-ah-hero{
  position: relative !important;
  height: clamp(420px, 64vh, 760px) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #111 !important;
}

body.page-alte-herren .tsv-ah-hero-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit: cover !important;
  object-position: center 35% !important;
  transform: scale(1.02) !important;
  z-index:0 !important;
}

body.page-alte-herren .tsv-ah-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.10) 0%,
    rgba(0,0,0,.08) 55%,
    rgba(0,0,0,.45) 80%,
    rgba(0,0,0,.72) 100%
  );
}

body.page-alte-herren .tsv-ah-hero-title{
  position:absolute;
  top: clamp(86px, 13vh, 160px);
  left: 50%;
  transform: translateX(-50%);
  z-index:2;
  width: min(1100px, calc(100% - 40px));
  text-align:center;
  color:#fff;
  text-shadow: 0 14px 40px rgba(0,0,0,.70);
}

body.page-alte-herren .tsv-ah-hero-title h1{
  margin:0 !important;
  font-weight: 950;
  font-size: clamp(26px, 3.6vw, 48px);
  letter-spacing: .2px;
}

/* ================= PANEL ================= */
body.page-alte-herren .tsv-ah-panel{
  background: transparent !important;
  padding: 22px 0 38px !important;
  margin-top: 0 !important;
}

/* Zentrierter Innenbereich */
body.page-alte-herren .tsv-ah-panel > *{
  width: min(1100px, calc(100% - 40px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 2 Cards */
body.page-alte-herren .tsv-ah-cards{
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

@media (max-width: 900px){
  body.page-alte-herren .tsv-ah-cards{
    grid-template-columns: 1fr !important;
  }
  body.page-alte-herren .tsv-ah-panel > *{
    width: calc(100% - 32px) !important;
  }
}

/* Card Look */
body.page-alte-herren .tsv-ah-card{
  background: rgba(18,18,20,.72);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 16px 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.50);
  backdrop-filter: blur(10px) saturate(155%);
  -webkit-backdrop-filter: blur(10px) saturate(155%);
}

/* Card header */
body.page-alte-herren .tsv-ah-card__top{
  display:flex;
  align-items:center;
  gap: 10px;
  margin-bottom: 10px;
}
body.page-alte-herren .tsv-ah-ico{
  width: 28px;
  height: 28px;
  display:grid;
  place-items:center;
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  font-size: 16px;
}
body.page-alte-herren .tsv-ah-card__title{
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .2px;
}

body.page-alte-herren .tsv-ah-rows{
  font-size: 14px;
  line-height: 1.55;
  opacity: .95;
}
body.page-alte-herren .tsv-ah-rows p{ margin: 0 0 12px; }
body.page-alte-herren .tsv-ah-rows p:last-child{ margin-bottom: 0; }

body.page-alte-herren .tsv-ah-list{
  margin: 8px 0 0 18px;
  padding: 0;
}
body.page-alte-herren .tsv-ah-list li{
  margin: 6px 0;
}

/* Ansprechpartner */
body.page-alte-herren .tsv-ah-contact{
  display:grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items:center;
  margin-top: 6px;
}

body.page-alte-herren .tsv-ah-avatar{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 30px rgba(0,0,0,.45);
  display:block;
}

body.page-alte-herren .tsv-ah-avatar-ph{
  width: 72px;
  height: 72px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 14px 30px rgba(0,0,0,.45);
  background: rgba(255,255,255,.06);
  display:none;
  place-items:center;
}
body.page-alte-herren .tsv-ah-avatar-ph span{
  font-weight: 900;
  font-size: 18px;
}

body.page-alte-herren .tsv-ah-contact__name{
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 4px;
}

body.page-alte-herren .tsv-ah-contact__meta a{
  color: rgba(255,255,255,.92) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

/* Buttons */
body.page-alte-herren .tsv-ah-actions{
  display:flex;
  gap: 12px;
  margin-top: 14px;
}

body.page-alte-herren .tsv-ah-btn{
  flex: 1 1 0;
  height: 42px;

  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;

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

  color: rgba(255,255,255,.95) !important;
  text-decoration: none !important;

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

  box-shadow:
    0 14px 28px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.06);

  transition: transform .15s ease, filter .15s ease;
}

body.page-alte-herren .tsv-ah-btn--primary{
  background: linear-gradient(180deg, rgba(196,0,20,.95), rgba(90,0,10,.95));
  border-color: rgba(255,255,255,.18);
}

body.page-alte-herren .tsv-ah-btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Mobile: Buttons untereinander */
@media (max-width: 520px){
  body.page-alte-herren .tsv-ah-actions{
    flex-direction: column;
  }
}

/* LIGHT MODE */
html:not(.dark-mode) body.page-alte-herren .tsv-ah{ color: rgba(0,0,0,.88); }
html:not(.dark-mode) body.page-alte-herren .tsv-ah-card{
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
}
html:not(.dark-mode) body.page-alte-herren .tsv-ah-card *{ color: rgba(0,0,0,.88); }
html:not(.dark-mode) body.page-alte-herren .tsv-ah-contact__meta a{
  color: rgba(0,0,0,.88) !important;
}
/* Galerie */
body.page-alte-herren .gh-content .kg-gallery-card{
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 0;
}
