/*
Theme Name:   Novaesian Brass – Kadence Child
Theme URI:    https://novaesianbrass.de
Description:  Individuelles Kadence Child Theme für die One-Pager Website von "Novaesian Brass" – mit nativen Gutenberg-Blöcken, ohne ACF. Farbschema: Gold, Bordeaux-Rot, Beige-Weiß.
Author:       Daniel
Template:     kadence
Version:      2.2.0
Text Domain:  novaesian-brass-child
*/

/* =====================================================
   1) FARBSCHEMA / DESIGN TOKENS
   Hier zentral anpassen – wirkt sich auf die ganze Seite aus.
===================================================== */
:root{
  --nb-gold:        #b98d4e;
  --nb-gold-light:  #d7b784;
  --nb-gold-dark:   #8f6a35;
  --nb-bordeaux:    #5c1a26;
  --nb-bordeaux-dark:#3e0f18;
  --nb-beige:        #f4ecdd;
  --nb-beige-light:  #faf6ee;
  --nb-dark:          #17130f;
  --nb-dark-soft:     #241c17;
  --nb-text:           #2b241d;
  --nb-white:           #ffffff;

  --nb-font-heading: 'Playfair Display', Georgia, serif;
  --nb-font-body:    'Poppins', 'Segoe UI', sans-serif;
  --nb-font-script:  'Dancing Script', cursive;

  --nb-radius: 6px;
  --nb-section-pad: 100px;
}

/* =====================================================
   2) GRUNDLAGEN
===================================================== */
.novaesian-onepager{
  font-family: var(--nb-font-body);
  color: var(--nb-text);
  background: var(--nb-beige-light);
  overflow-x: hidden;
}
.novaesian-onepager *{ box-sizing: border-box; }
.novaesian-onepager h1,
.novaesian-onepager h2,
.novaesian-onepager h3{
  font-family: var(--nb-font-heading);
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.15;
}
.novaesian-onepager .nb-eyebrow{
  display:inline-block;
  font-family: var(--nb-font-body);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--nb-gold);
}
.novaesian-onepager .nb-underline{
  width: 60px;
  height: 3px;
  background: var(--nb-gold);
  margin: 10px 0 30px;
}
.novaesian-onepager .nb-container{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}
.novaesian-onepager section{
  padding: var(--nb-section-pad) 0;
}
.novaesian-onepager img{ max-width: 100%; height: auto; display:block; }
.novaesian-onepager a{ color: inherit; text-decoration: none; }

/* Platzhalter-Kennzeichnung: alles was noch ersetzt werden muss */
.novaesian-onepager .nb-placeholder-text{
  outline: 1px dashed rgba(185,141,78,.5);
  outline-offset: 4px;
}

/* =====================================================
   3) HERO
===================================================== */
.nb-hero{
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  color: var(--nb-white);
  padding: 0;
  overflow: hidden;
}
.nb-hero__bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nb-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23,19,15,.55) 0%, rgba(23,19,15,.15) 35%, rgba(23,19,15,.65) 100%);
  z-index: 1;
}
.nb-hero__inner{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
.nb-hero__brand{
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.nb-hero__logo{
  display:flex;
  align-items:center;
  max-width: 280px;
}
.nb-hero__logo .custom-logo-link{
  display:inline-flex;
  align-items:center;
}
.nb-hero__logo .custom-logo{
  display:block;
  width:auto;
  max-width:280px;
  max-height:100px;
  object-fit:contain;
}
.nb-hero__logo:empty{ display:none; }
.nb-hero__tagline{
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--nb-white);
  opacity: .9;
}
.nb-hero__claim{
  text-align: right;
  font-family: var(--nb-font-script);
  font-size: 30px;
  color: var(--nb-white);
  line-height: 1.3;
  max-width: 260px;
}
.nb-hero__city{
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 2;
  display:flex;
  flex-direction: column;
  align-items:flex-end;
  gap: 6px;
  opacity: .9;
}
.nb-hero__city svg{ width: 60px; height: 60px; }
.nb-hero__city span{
  letter-spacing: 4px;
  font-size: 12px;
  color: var(--nb-white);
}

@media (max-width: 780px){
  .nb-hero{ min-height: 520px; }
  .nb-hero__inner{ flex-direction: column; align-items: flex-start; padding: 30px 20px 90px; }
  .nb-hero__claim{ text-align:left; }
}

/* =====================================================
   4) WILLKOMMEN
===================================================== */
.nb-welcome{
  background: var(--nb-beige);
}
.nb-welcome__grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}
.nb-welcome__text p{
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 18px;
  color: var(--nb-text);
}
.nb-welcome__text strong{ color: var(--nb-bordeaux); }
.nb-welcome__art{
  position: relative;
  text-align: center;
}
.nb-welcome__art svg{ width: 100%; max-width: 420px; }
.nb-welcome__art figcaption{
  font-family: var(--nb-font-script);
  font-size: 26px;
  color: var(--nb-gold-dark);
  margin-top: 10px;
}
@media (max-width: 900px){
  .nb-welcome__grid{ grid-template-columns: 1fr; }
}

/* =====================================================
   5) UNSERE MUSIKER
===================================================== */
.nb-team{
  background: var(--nb-dark);
  color: var(--nb-white);
}
.nb-team h2{ color: var(--nb-white); }
.nb-team__grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-top: 40px;
}
.nb-team__member{ 
	padding-top: 6px;
	text-align: center;
	background: transparent;
}
.nb-team__photo{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
  border: 3px solid var(--nb-gold);
  box-shadow: 0 0 0 5px rgba(185,141,78,.15);
}
.nb-team__photo img{ width:100%; height:100%; object-fit: cover; }
.nb-team__role{
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--nb-white)
}
.nb-team__name{
  font-size: 13px;
  color: var(--nb-gold-light);
}
@media (max-width: 900px){
  .nb-team__grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px){
  .nb-team__grid{ grid-template-columns: repeat(1, 1fr); }
}

/* =====================================================
   6) TERMINE + KONTAKT
===================================================== */
/* Termine + Kontakt: Diese Klasse manuell im "Zusätzliche CSS-Klasse(n)"-Feld
   eines Spalten- oder Gruppen-Blocks eintragen, der die Blöcke
   "NB: Termine-Liste" und "NB: Kontakt" nebeneinander enthält. */
.nb-info{
  background: var(--nb-beige-light);
  padding: var(--nb-section-pad) 30px;
}
.nb-info > *{ max-width: 1180px; margin-left:auto; margin-right:auto; }

/* Gutenberg-Spalten: Termine und Kontakt bekommen ihren eigenen Innenabstand,
   wenn die beiden Blöcke nebeneinander in einem Columns-/Spalten-Block liegen. */
.novaesian-onepager .nb-events,
.novaesian-onepager .nb-contact{
  width: 100%;
  max-width: none;
  padding: 34px;
  box-sizing: border-box;
}
.novaesian-onepager .nb-events > h2,
.novaesian-onepager .nb-contact > h2{
  margin-top: 0;
}
.novaesian-onepager .nb-events > .nb-underline,
.novaesian-onepager .nb-contact > .nb-underline{
  margin-bottom: 26px;
}

/* Falls die Blöcke direkt im Columns-Block liegen, verhindert das Padding eine
   zu enge Darstellung an der Spaltenkante. */
.wp-block-columns > .wp-block-column > .wp-block-novaesian-termine-liste,
.wp-block-columns > .wp-block-column > .wp-block-novaesian-kontakt{
  height: 100%;
}

/* Termine */
.nb-events__list{
  margin-top: 8px;
}
.nb-events__item{
  display:flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(92,26,38,.12);
}
.nb-events__item:last-child{ border-bottom: none; }
.nb-events__icon{
  color: var(--nb-gold);
  flex-shrink: 0;
  padding-top: 3px;
}
.nb-events__meta{
  font-size: 13px;
  letter-spacing: .5px;
  color: var(--nb-gold-dark);
  display:flex;
  flex-wrap:wrap;
  gap: 16px;
  margin-bottom: 4px;
}
.nb-events__title{
  font-family: var(--nb-font-heading);
  font-weight: 700;
  font-size: 19px;
  color: var(--nb-bordeaux);
  margin-bottom: 4px;
}
.nb-events__title a{
  color: inherit;
}
.nb-events__title a:hover{
  color: var(--nb-gold-dark);
}
.nb-events__location{
  font-size: 14px;
  color: var(--nb-text);
  opacity: .8;
}
.nb-events__empty,
.nb-events__notice{
  font-size: 14px;
  line-height: 1.7;
  padding: 14px 16px;
  margin: 20px 0 0;
  background: rgba(255,255,255,.45);
  border: 1px dashed rgba(92,26,38,.2);
}

/* Kontakt */
.nb-contact p.nb-intro{
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 26px;
}
.nb-form-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
@media (max-width: 780px){
  .novaesian-onepager .nb-events,
  .novaesian-onepager .nb-contact{
    padding: 26px 22px;
  }
}
@media (max-width: 560px){
  .nb-form-row{ grid-template-columns: 1fr; }
  .novaesian-onepager .nb-events,
  .novaesian-onepager .nb-contact{
    padding: 22px 18px;
  }
}
.nb-field label{
  display:block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--nb-text);
}
.nb-field input[type="text"],
.nb-field input[type="email"],
.nb-field input[type="tel"],
.nb-field select,
.nb-field textarea{
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(92,26,38,.25);
  border-radius: var(--nb-radius);
  background: var(--nb-white);
  font-family: var(--nb-font-body);
  font-size: 14px;
  color: var(--nb-text);
}
.nb-field textarea{ min-height: 130px; resize: vertical; }
.nb-field input:focus,
.nb-field select:focus,
.nb-field textarea:focus{
  outline: none;
  border-color: var(--nb-gold);
  box-shadow: 0 0 0 3px rgba(185,141,78,.2);
}
.nb-consent{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  font-size: 13px;
  margin: 20px 0 26px;
  line-height: 1.5;
}
.nb-consent input{ margin-top: 3px; }
.nb-consent a{ text-decoration: underline; color: var(--nb-bordeaux); }

.nb-btn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  background: var(--nb-gold);
  color: var(--nb-white);
  border: none;
  padding: 14px 32px;
  font-family: var(--nb-font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .5px;
  border-radius: var(--nb-radius);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.nb-btn:hover{ background: var(--nb-gold-dark); transform: translateY(-1px); }

/* =====================================================
   7) FOOTER
===================================================== */
.nb-footer{
  background: var(--nb-dark);
  color: var(--nb-white);
  padding: 55px 0 35px;
}
.nb-footer__grid{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.nb-footer__logo{
  display:flex;
  align-items:center;
  max-width: 240px;
}
.nb-footer__logo .custom-logo-link{
  display:inline-flex;
  align-items:center;
}
.nb-footer__logo .custom-logo{
  display:block;
  width:auto;
  max-width:240px;
  max-height:72px;
  object-fit:contain;
}

.nb-footer__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  transition: background .2s ease, border-color .2s ease;
}
.nb-footer__social a:hover{ background: var(--nb-gold); border-color: var(--nb-gold); }

.nb-footer__impressum{ font-size: 13px; line-height: 1.8; opacity: .85; }
.nb-footer__impressum strong{ color: var(--nb-gold-light); display:block; margin-bottom: 4px; }

.nb-footer__bottom{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 22px;
  font-size: 12px;
  opacity: .7;
}
.nb-footer__bottom a{ text-decoration: underline; }

/* =====================================================
   8) UTILITIES
===================================================== */
.nb-text-center{ text-align:center; }
@media (max-width: 780px){
  .novaesian-onepager section{ padding: 60px 0; }
  .nb-footer__grid{ flex-direction: column; align-items: flex-start; }
}
