/*
Theme Name: Fotobox Düsseldorf (Kadence Child)
Theme URI: https://fotoboxduesseldorf.de
Description: Eigenständiges Child-Theme für fotoboxduesseldorf.de, basierend auf Kadence. Eigene Marke, getrennt von strassengesichter.com.
Author: Fotobox Düsseldorf
Template: kadence
Version: 1.5.0
Text Domain: fotoboxduesseldorf
*/

/* =========================================================
   Fotobox Düsseldorf — eigene Farb-/Typografie-Basis
   Terrakotta + gedecktes Gold als Akzente auf hellem Grund
   (siehe Projekt-Konzept: konzept/02-design-konzept.md)
   ========================================================= */

:root {
  --fbd-bg-light: #FAF6F1;
  --fbd-bg-light-2: #F0E9E0;
  --fbd-terracotta: #C97361;
  --fbd-terracotta-dark: #A85B4B;
  --fbd-gold: #D3A65C;
  --fbd-text-dark: #2B2420;
  --fbd-text-muted: #6E6259;
  --fbd-card-bg: #FFFFFF;
  --fbd-card-text: #2B2420;

  /* Kadence-Theme auf unsere helle Palette umstellen, sonst zeigt
     Header/Footer/Content-Box Kadence-Standardfarben durch. */
  --global-palette1: var(--fbd-terracotta);
  --global-palette2: var(--fbd-terracotta-dark);
  --global-palette3: var(--fbd-text-dark);
  --global-palette4: var(--fbd-text-muted);
  --global-palette5: var(--fbd-text-muted);
  --global-palette6: var(--fbd-text-muted);
  --global-palette7: var(--fbd-bg-light-2);
  --global-palette8: var(--fbd-bg-light);
  --global-palette9: #ffffff;
  --global-palette-highlight: var(--fbd-terracotta);
  --global-palette-highlight-alt: var(--fbd-gold);
  --global-palette-btn-bg: var(--fbd-terracotta);
  --global-palette-btn-bg-hover: var(--fbd-terracotta-dark);
  --global-palette-btn: #ffffff;
  --global-palette-btn-hover: #ffffff;

  /* Kadence definiert diese Variablen selbst erneut in einem CSS-Block,
     der NACH unserem Child-Theme-Stylesheet geladen wird — daher hier
     zusätzlich fest verdrahten, damit unsere Schriften nicht durch
     Kadences Systemschrift-Fallback überschrieben werden. */
  --global-body-font-family: 'Work Sans', 'Inter', Arial, sans-serif;
  --global-heading-font-family: 'Poppins', 'Space Grotesk', Arial, sans-serif;
  --global-primary-nav-font-family: 'Work Sans', 'Inter', Arial, sans-serif;
}

body {
  background: var(--fbd-bg-light) !important;
  color: var(--fbd-text-dark);
  font-family: 'Work Sans', 'Inter', Arial, sans-serif !important;
}

/* Site-Wrapper, Header- und Footer-Container: einheitlich hell */
#wrapper.site,
.wp-site-blocks,
#masthead,
#main-header,
.site-header-row-container-inner,
.site-main-header-wrap,
.site-header-upper-wrap,
.site-bottom-header-wrap,
#colophon.site-footer,
.site-footer-row-container-inner,
.content-bg,
body.content-style-boxed .site,
body.content-style-unboxed .site {
  background: var(--fbd-bg-light) !important;
}

/* Content-Box (Kadence "boxed" Stil) — keine Schatten-Karte um den Content */
.entry.single-entry,
.entry.loop-entry,
.entry-content-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

/* Sichtbare Trennlinie Header/Footer statt hartem Kontrastsprung */
.site-header-row-container-inner {
  border-bottom: 1px solid rgba(43,36,32,0.08);
}


h1, h2, h3, h4, h5, h6,
.entry-title, .site-title {
  font-family: 'Poppins', 'Space Grotesk', Arial, sans-serif !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fbd-text-dark);
}

a { color: var(--fbd-terracotta); }
a:hover { color: var(--fbd-gold); }

/* Header */
.site-header,
.site-header-item-wrap,
#header-inner-wrap {
  background: rgba(255, 255, 255, 0.96) !important;
  border-bottom: 1px solid rgba(43,36,32,0.08);
}

.main-navigation ul li a {
  color: var(--fbd-text-muted) !important;
  font-weight: 600;
  font-family: 'Work Sans', 'Inter', Arial, sans-serif !important;
}
.main-navigation ul li a:hover {
  color: var(--fbd-terracotta) !important;
}

/* Buttons — Kadence button block + CTA */
.wp-block-button__link,
.kt-button,
.fbd-btn-cta {
  background: var(--fbd-terracotta) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700;
  font-family: 'Work Sans', 'Inter', Arial, sans-serif !important;
  padding: 12px 26px;
  box-shadow: 0 3px 10px rgba(201, 115, 97, 0.25);
  transition: transform 0.15s, background 0.15s;
}
.wp-block-button__link:hover,
.kt-button:hover,
.fbd-btn-cta:hover {
  background: var(--fbd-terracotta-dark) !important;
  transform: translateY(-2px);
}

.fbd-btn-secondary {
  background: transparent !important;
  border: 2px solid var(--fbd-gold) !important;
  color: var(--fbd-gold) !important;
  border-radius: 999px !important;
  font-weight: 700;
  padding: 10px 24px;
  display: inline-block;
}

/* Hero */
.fbd-hero {
  padding: 90px 24px 70px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(201,115,97,0.08), transparent 45%),
    radial-gradient(circle at 80% 0%, rgba(211,166,92,0.10), transparent 40%),
    var(--fbd-bg-light);
}
.fbd-hero h1 { font-size: 44px; max-width: 780px; margin: 0 auto 20px; line-height: 1.15; color: var(--fbd-text-dark); }
.fbd-hero h1 .accent { color: var(--fbd-terracotta); }
.fbd-hero p.fbd-sub { max-width: 560px; margin: 0 auto 32px; font-size: 18px; color: var(--fbd-text-muted); }
.fbd-hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }

/* Trust bar */
.fbd-trust-bar {
  background: var(--fbd-bg-light-2);
  padding: 20px 24px;
  border-top: 1px solid rgba(43,36,32,0.06);
  border-bottom: 1px solid rgba(43,36,32,0.06);
  text-align: center;
}
.fbd-trust-bar span { margin: 0 20px; font-size: 14px; color: var(--fbd-text-muted); font-weight: 600; }
.fbd-trust-bar strong { color: var(--fbd-terracotta-dark); }

/* Produktkarten */
.fbd-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 800px) { .fbd-products { grid-template-columns: 1fr; } }

.fbd-product-card {
  background: var(--fbd-card-bg);
  color: var(--fbd-card-text);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43,36,32,0.08);
  box-shadow: 0 4px 20px rgba(43,36,32,0.06);
}
.fbd-product-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  color: rgba(255,255,255,0.9);
}
.fbd-product-image.solobooth { background: linear-gradient(135deg, var(--fbd-terracotta), #dba090); }
.fbd-product-image.gifbooth { background: linear-gradient(135deg, var(--fbd-gold), #e8ce9e); color: #3a2c00; }

.fbd-product-body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.fbd-product-body h3 { font-size: 24px; margin-bottom: 10px; color: var(--fbd-card-text); }
.fbd-product-body p { font-size: 15px; color: #333; margin-bottom: 20px; flex: 1; }
.fbd-product-body ul { list-style: none; margin: 0 0 20px; padding: 0; }
.fbd-product-body ul li { font-size: 14px; margin-bottom: 6px; padding-left: 20px; position: relative; }
.fbd-product-body ul li::before { content: "✓"; position: absolute; left: 0; color: var(--fbd-terracotta-dark); font-weight: 800; }
.fbd-price-tag { font-weight: 800; font-size: 15px; margin-bottom: 16px; color: var(--fbd-card-text); }

/* Preis-Teaser */
.fbd-price-teaser {
  background: var(--fbd-bg-light-2);
  border: 1px solid rgba(43,36,32,0.08);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  max-width: 1140px;
  margin: 60px auto;
}
.fbd-price-teaser .fbd-big-price { font-size: 40px; color: var(--fbd-terracotta-dark); font-weight: 800; margin: 16px 0; }

/* FAQ */
.fbd-faq-item {
  background: var(--fbd-bg-light-2);
  border: 1px solid rgba(43,36,32,0.08);
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.fbd-faq-item h4 { font-size: 16px; margin-bottom: 8px; color: var(--fbd-terracotta-dark); }
.fbd-faq-item p { font-size: 14px; color: var(--fbd-text-muted); margin: 0; }

/* Sticky WhatsApp */
.fbd-whatsapp-float {
  position: fixed;
  bottom: 26px;
  right: 26px;
  background: var(--fbd-terracotta);
  color: #fff !important;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 6px 16px rgba(201, 115, 97, 0.3);
  z-index: 200;
  text-decoration: none;
}

/* Footer */
.site-footer, footer.site-footer {
  background: var(--fbd-bg-light-2) !important;
  color: var(--fbd-text-muted) !important;
}

/* Unterseiten (Solobooth, Gifbooth, Preise, Über uns, FAQ, Kontakt, Impressum, Datenschutz) */
.fbd-subpage h2 {
  font-size: 26px;
  margin: 40px 0 16px;
}
.fbd-subpage p {
  line-height: 1.7;
  color: var(--fbd-text-muted);
  margin-bottom: 16px;
}
.fbd-subpage a {
  text-decoration: underline;
}
.fbd-feature-list, .fbd-steps {
  margin: 0 0 24px;
  padding-left: 22px;
}
.fbd-feature-list li, .fbd-steps li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: var(--fbd-text-muted);
}
.fbd-price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0 40px;
  background: var(--fbd-card-bg);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(43,36,32,0.06);
}
.fbd-price-table th, .fbd-price-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(43,36,32,0.08);
}
.fbd-price-table th {
  background: var(--fbd-bg-light-2);
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 700;
}
.fbd-legal-footer-links {
  text-align: center;
  padding: 18px 24px;
  font-size: 13px;
  color: var(--fbd-text-muted);
  border-top: 1px solid rgba(43,36,32,0.08);
}
.fbd-legal-footer-links a {
  color: var(--fbd-text-muted);
  text-decoration: underline;
}
.fbd-legal-footer-links a:hover {
  color: var(--fbd-terracotta);
}
.fbd-legal h2 {
  font-size: 20px;
}
