/* ============================================================
   HANTSCHEL & WOLLNY – Shared Stylesheet
   News-Style Design
============================================================ */

/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif; color: #1a1a1a; background: #fff; line-height: 1.65; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

/* VARIABLES */
:root {
  --navy:    #1b2d4f;
  --navy2:   #14233d;
  --gold:    #b8974a;
  --gold-lt: #d4b06a;
  --light:   #f5f6f8;
  --border:  #dde1e8;
  --muted:   #666;
  --white:   #fff;
}

/* ── UTILITY BAR ─────────────────────────────────────────── */
.util-bar { background: var(--navy2); color: rgba(255,255,255,.65); font-size: 12.5px; }
.util-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 36px; }
.util-left { display: flex; }
.util-left a { color: rgba(255,255,255,.6); padding: 0 14px; display: flex; align-items: center; height: 36px; border-right: 1px solid rgba(255,255,255,.1); transition: color .2s, background .2s; font-size: 12px; letter-spacing: .4px; text-transform: uppercase; }
.util-left a:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.util-left a:hover { color: #fff; background: rgba(255,255,255,.06); }
.util-right { display: flex; align-items: center; gap: 18px; font-size: 12px; color: rgba(255,255,255,.55); }
.util-right a { color: rgba(255,255,255,.55); transition: color .2s; }
.util-right a:hover { color: var(--gold-lt); }

/* ── MASTHEAD ─────────────────────────────────────────────── */
.masthead { background: #fff; border-bottom: 1px solid var(--border); padding: 18px 24px; }
.masthead-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.masthead-left { font-size: 11.5px; color: var(--muted); line-height: 1.8; }
.masthead-left strong { color: var(--navy); font-weight: 600; }
.masthead-center { text-align: center; }
.masthead-logo-title { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 900; color: var(--navy); letter-spacing: -1px; line-height: 1.05; display: block; }
.masthead-logo-title a { color: inherit; }
.masthead-rule { display: flex; align-items: center; margin: 6px 0 4px; }
.masthead-rule::before, .masthead-rule::after { content: ''; flex: 1; height: 3px; background: var(--navy); }
.masthead-rule span { font-size: 9px; text-transform: uppercase; letter-spacing: 3px; color: var(--navy); padding: 0 12px; font-weight: 600; }
.masthead-sub { font-family: 'Source Sans 3', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: 2.5px; color: var(--muted); display: block; }
.masthead-right { text-align: right; font-size: 11.5px; color: var(--muted); line-height: 1.8; }
.masthead-right a { display: inline-flex; align-items: center; gap: 6px; background: var(--gold); color: #fff; padding: 7px 16px; border-radius: 3px; font-size: 12px; font-weight: 600; margin-top: 6px; transition: background .2s; }
.masthead-right a:hover { background: var(--gold-lt); }

/* ── NAVIGATION ───────────────────────────────────────────── */
nav.main-nav { background: var(--navy); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; }
.nav-item { position: relative; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 0 18px; height: 48px; font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .5px; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s, background .2s; }
.nav-link:hover, .nav-link.active { color: #fff; border-bottom-color: var(--gold); background: rgba(255,255,255,.06); }
.nav-arr { font-size: 9px; opacity: .5; }
.dropdown { display: none; position: absolute; top: 100%; left: 0; background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.15); border-top: 3px solid var(--gold); min-width: 240px; z-index: 200; padding: 8px 0; }
.nav-item:hover .dropdown { display: block; }
.dropdown a { display: flex; align-items: center; gap: 8px; padding: 10px 20px; font-size: 13.5px; color: var(--navy); transition: background .15s, padding-left .15s; }
.dropdown a::before { content: '›'; color: var(--gold); font-weight: 900; }
.dropdown a:hover { background: var(--light); padding-left: 26px; }
.nav-search-btn { margin-left: auto; display: flex; align-items: center; gap: 6px; padding: 0 16px; height: 48px; color: rgba(255,255,255,.6); font-size: 13px; transition: color .2s; }
.nav-search-btn:hover { color: #fff; }

/* ── BREADCRUMB ───────────────────────────────────────────── */
.breadcrumb { background: var(--light); border-bottom: 1px solid var(--border); padding: 11px 24px; font-size: 12.5px; color: var(--muted); }
.bc-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.bc-inner a { color: var(--muted); transition: color .2s; }
.bc-inner a:hover { color: var(--gold); }
.bc-sep { opacity: .4; font-size: 11px; }
.bc-current { color: var(--navy); font-weight: 600; }

/* ── PAGE HERO ────────────────────────────────────────────── */
.page-hero { background: var(--navy); color: #fff; padding: 44px 24px; border-bottom: 4px solid var(--gold); }
.ph-inner { max-width: 1200px; margin: 0 auto; }
.ph-cat { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--gold-lt); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.ph-cat::before { content: ''; width: 24px; height: 2px; background: var(--gold); }
.ph-inner h1 { font-family: 'Playfair Display', serif; font-size: 34px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 12px; }
.ph-sub { font-size: 16px; color: rgba(255,255,255,.7); max-width: 620px; line-height: 1.65; }

/* ── CONTENT GRID (2/3 + 1/3) ─────────────────────────────── */
.content-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 24px 56px; display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.main-article { }
.article-section { margin-bottom: 36px; }
.article-section h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--border); }
.article-section h3 { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; margin-top: 20px; }
.article-section p { font-size: 15px; color: #444; line-height: 1.85; margin-bottom: 14px; }
.article-section p:last-child { margin-bottom: 0; }

/* Leistungsliste */
.leistungs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.leistungs-item { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; background: var(--light); border-left: 3px solid var(--gold); font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.4; }
.leistungs-item::before { content: '›'; color: var(--gold); font-weight: 900; flex-shrink: 0; }

/* Infobox */
.infobox { background: var(--navy); color: rgba(255,255,255,.85); padding: 24px 26px; margin: 24px 0; border-radius: 2px; }
.infobox h4 { font-family: 'Playfair Display', serif; font-size: 16px; color: #fff; margin-bottom: 10px; }
.infobox p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,.85); }
.infobox a { color: var(--gold-lt); font-weight: 600; }

/* Tipp-Box */
.tipp-box { background: #fdf8ef; border: 1px solid #e8d5a3; border-left: 4px solid var(--gold); padding: 18px 20px; margin: 20px 0; font-size: 14px; color: #555; line-height: 1.7; }
.tipp-box strong { color: var(--navy); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q { font-weight: 700; color: var(--navy); margin-bottom: 8px; font-size: 15px; display: flex; align-items: flex-start; gap: 8px; }
.faq-q::before { content: 'F:'; color: var(--gold); font-family: 'Playfair Display', serif; flex-shrink: 0; }
.faq-a { font-size: 14px; color: #555; line-height: 1.75; padding-left: 26px; }

/* ── SIDEBAR ──────────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 0; }
.sidebar-block { margin-bottom: 20px; }
.sb-head { background: var(--navy); color: #fff; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 10px 16px; border-top: 3px solid var(--gold); }
.sb-body { border: 1px solid var(--border); border-top: none; }
.sb-link { display: flex; align-items: center; gap: 8px; padding: 11px 16px; font-size: 13.5px; color: var(--navy); border-bottom: 1px solid var(--border); transition: background .15s, padding-left .15s; font-weight: 500; }
.sb-link:last-child { border-bottom: none; }
.sb-link::before { content: '›'; color: var(--gold); font-weight: 900; flex-shrink: 0; }
.sb-link:hover { background: var(--light); padding-left: 22px; }
.sb-link.active { background: var(--light); color: var(--gold); font-weight: 700; }

/* Kontakt-Sidebar */
.sb-contact { background: var(--navy); }
.sb-contact .sb-head { background: var(--gold); }
.sb-contact-body { padding: 16px; }
.sc-row { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 13.5px; color: rgba(255,255,255,.8); }
.sc-row:last-of-type { border-bottom: none; }
.sc-row a { color: var(--gold-lt); }
.sc-row a:hover { color: #fff; }
.sc-btn { display: block; width: 100%; margin-top: 14px; padding: 12px; background: var(--gold); color: #fff; text-align: center; font-weight: 700; font-size: 13px; letter-spacing: .5px; text-transform: uppercase; transition: background .2s; }
.sc-btn:hover { background: var(--gold-lt); }

/* ── FOOTER ───────────────────────────────────────────────── */
footer { background: var(--navy2); color: rgba(255,255,255,.6); }
.footer-masthead { border-bottom: 1px solid rgba(255,255,255,.08); padding: 28px 24px; }
.fm-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.fm-logo { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; color: #fff; }
.fm-logo a { color: inherit; }
.fm-line { flex: 1; height: 1px; background: rgba(255,255,255,.12); }
.fm-tagline { font-size: 12px; color: rgba(255,255,255,.4); text-align: right; line-height: 1.6; }
.footer-body { max-width: 1200px; margin: 0 auto; padding: 36px 24px; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.07); }
.fc-about p { font-size: 13.5px; line-height: 1.75; }
.fc h4 { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,.4); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
.fc ul { display: flex; flex-direction: column; gap: 9px; }
.fc ul li a { font-size: 13.5px; color: rgba(255,255,255,.55); transition: color .2s; display: flex; align-items: center; gap: 6px; }
.fc ul li a::before { content: '›'; color: var(--gold); }
.fc ul li a:hover { color: #fff; }
.footer-bottom-bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 20px; font-size: 12.5px; }
.footer-bottom-bar a { color: rgba(255,255,255,.4); margin-left: 18px; transition: color .2s; }
.footer-bottom-bar a:hover { color: var(--gold-lt); }

/* ── RESPONSIVE ───────────────────────────────────────────── */
/* ── GOOGLE REVIEW BADGE (Footer) ────────────────────────── */
.google-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 9px 14px 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; transition: border-color .2s; }
.google-badge:hover { border-color: rgba(255,255,255,.45); }
.google-badge svg { flex-shrink: 0; }
.google-badge span { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.65); line-height: 1.45; transition: color .2s; }
.google-badge:hover span { color: rgba(255,255,255,.9); }

/* ── GOOGLE REVIEW CARD (Über uns) ───────────────────────── */
.review-cta { background: var(--light); border: 1px solid var(--border); border-top: 4px solid var(--gold); padding: 32px 36px; margin-top: 32px; text-align: center; }
.review-cta-stars { font-size: 26px; color: #fbbc05; letter-spacing: 4px; margin-bottom: 10px; }
.review-cta h3 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--navy); margin-bottom: 10px; }
.review-cta p { font-size: 15px; color: #555; line-height: 1.75; max-width: 560px; margin: 0 auto 22px; }
.review-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--navy); color: #fff; padding: 13px 26px; font-size: 14px; font-weight: 600; border-radius: 3px; transition: background .2s; }
.review-cta-btn:hover { background: var(--gold); }
.review-cta-btn svg { flex-shrink: 0; }

@media (max-width: 1024px) { .footer-cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .masthead-inner { grid-template-columns: 1fr; text-align: center; }
  .masthead-left, .masthead-right { display: none; }
  .masthead-logo-title { font-size: 28px; }
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .leistungs-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .util-bar { display: none; }
}
