/* =============================================
   Ockermüller & Franz GmbH — Hauptstylesheet
   Farbschema: Weinrot · Weiß · Beige
   ============================================= */

:root {
  --wine:          #7B1D2E;
  --wine-dark:     #5A1220;
  --wine-light:    #9B2D42;
  --wine-muted:    rgba(123,29,46,0.08);
  --beige:         #F2EBE0;
  --beige-dark:    #E4D8C8;
  --beige-mid:     #D4C5B0;
  --white:         #FFFFFF;
  --off-white:     #FAF8F5;
  --text:          #1E1014;
  --text-mid:      #4A3840;
  --text-light:    #6E5A62;
  --border:        rgba(123,29,46,0.15);
  --border-beige:  rgba(180,155,130,0.35);
}

/* ── Reset ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html  { scroll-behavior: smooth; }
body  { font-family: 'Lato', sans-serif; background: var(--off-white); color: var(--text); line-height: 1.75; }

/* =============================================
   NAVIGATION
   ============================================= */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 72px; background: var(--white);
  border-bottom: 1px solid var(--border-beige);
  display: flex; align-items: center;
  padding: 0 clamp(1.2rem, 4vw, 3rem); gap: 1.5rem;
  transition: box-shadow 0.3s;
}
#navbar.scrolled { box-shadow: 0 2px 20px rgba(90,18,32,0.10); }

.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; flex-shrink: 0; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-logo-name { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 1.05rem; color: var(--wine-dark); display: block; }
.nav-logo-sub  { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-light); display: block; }

.nav-spacer { flex: 1; }

.nav-links { display: flex; list-style: none; gap: 0.2rem; align-items: center; }
.nav-links a { display: block; padding: 0.4rem 0.85rem; font-size: 0.77rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-mid); text-decoration: none; transition: color 0.2s; white-space: nowrap; }
.nav-links a:hover { color: var(--wine); }

.nav-cta { background: var(--wine) !important; color: var(--white) !important; padding: 0.55rem 1.2rem !important; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--wine-dark) !important; }

.nav-phone { display: flex; align-items: center; gap: 0.5rem; color: var(--wine-dark); font-size: 0.88rem; font-weight: 700; text-decoration: none; white-space: nowrap; border: 1px solid var(--border); padding: 0.45rem 0.9rem; transition: all 0.2s; flex-shrink: 0; }
.nav-phone:hover { background: var(--wine); color: var(--white); border-color: var(--wine); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 6px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--wine); }

/* Mobile menu */
.mobile-nav { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--white); border-bottom: 2px solid var(--wine); z-index: 999; flex-direction: column; padding: 1rem 1.5rem 1.5rem; gap: 0.2rem; box-shadow: 0 8px 30px rgba(90,18,32,0.10); }
.mobile-nav.open { display: flex; }
.mobile-nav a { display: block; padding: 0.65rem 0; font-size: 0.87rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-mid); text-decoration: none; border-bottom: 1px solid var(--beige-dark); transition: color 0.2s; }
.mobile-nav a:hover { color: var(--wine); }
.mobile-nav a.cta-mobile { color: var(--wine); border-bottom: none; border-top: 2px solid var(--wine); padding-top: 1rem; margin-top: 0.5rem; }
.mobile-nav a.phone-mobile { color: var(--wine-dark); font-weight: 700; }

/* =============================================
   HERO
   ============================================= */
#home { min-height: 100vh; padding-top: 72px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--wine-dark); }
.hero-pattern { position: absolute; inset: 0; z-index: 0; opacity: 0.05; background-image: repeating-linear-gradient(-55deg, var(--beige) 0px, var(--beige) 1px, transparent 1px, transparent 28px); }
.hero-overlay  { position: absolute; inset: 0; z-index: 1; background: linear-gradient(155deg, rgba(90,18,32,0.93) 0%, rgba(123,29,46,0.72) 55%, rgba(90,18,32,0.90) 100%); }
.hero-inner    { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding: clamp(3rem,8vw,6rem) clamp(1.5rem,5vw,6rem); max-width: 1180px; margin: 0 auto; width: 100%; }

.hero-eyebrow      { display: inline-flex; align-items: center; gap: 0.8rem; margin-bottom: 1.8rem; }
.hero-eyebrow-line { width: 34px; height: 1px; background: var(--beige-mid); }
.hero-eyebrow-text { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--beige-mid); }

.hero-title    { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.3rem,5.5vw,3.8rem); font-weight: 600; line-height: 1.15; color: var(--white); margin-bottom: 1.5rem; }
.hero-title em { font-style: italic; color: var(--beige); }
.hero-lead     { font-size: 1.03rem; font-weight: 300; color: rgba(242,235,224,0.78); max-width: 500px; margin-bottom: 2.5rem; line-height: 1.82; }

.hero-actions  { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

.btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--wine-dark); padding: 0.85rem 2rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border: 2px solid var(--white); transition: all 0.25s; }
.btn-primary:hover { background: transparent; color: var(--white); }
.btn-ghost { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--beige); padding: 0.85rem 2rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(242,235,224,0.38); transition: all 0.25s; }
.btn-ghost:hover { border-color: var(--beige); color: var(--white); }

/* Stats bar */
.hero-stats { position: relative; z-index: 2; background: var(--white); border-top: 3px solid var(--wine); display: flex; justify-content: center; flex-wrap: wrap; }
.hero-stat { display: flex; align-items: center; gap: 1.2rem; padding: 1.8rem clamp(1.5rem,3vw,3.5rem); border-right: 1px solid var(--beige-dark); flex: 1; min-width: 155px; max-width: 280px; }
.hero-stat:last-child { border-right: none; }
.stat-icon   { width: 46px; height: 46px; background: var(--wine-muted); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--border); color: var(--wine); }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 1.65rem; font-weight: 700; color: var(--wine-dark); line-height: 1; }
.stat-number a { color: var(--wine-dark); text-decoration: none; }
.stat-label  { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-top: 0.2rem; }

/* =============================================
   SHARED SECTION LAYOUT
   ============================================= */
.section-wrap { padding: clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem); }
.inner        { max-width: 1100px; margin: 0 auto; }

.eyebrow      { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.9rem; }
.eyebrow-line { width: 26px; height: 2px; background: var(--wine); }
.eyebrow-text { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--wine); }

.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.85rem,4vw,2.75rem); font-weight: 600; color: var(--wine-dark); line-height: 1.2; margin-bottom: 1.1rem; }
.section-lead    { font-size: 0.97rem; font-weight: 300; color: var(--text-mid); max-width: 560px; line-height: 1.82; }

/* =============================================
   ÜBER UNS
   ============================================= */
#ueber-uns { background: var(--beige); border-top: 1px solid var(--border-beige); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem,5vw,5rem); align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: clamp(300px,42vw,470px); object-fit: cover; display: block; border: 1px solid var(--border-beige); }
.about-badge  { position: absolute; bottom: -1px; right: -1px; background: var(--wine); padding: 1.4rem 1.6rem; text-align: center; }
.badge-year   { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; line-height: 1; color: var(--beige); }
.badge-label  { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,235,224,0.6); margin-top: 0.2rem; }

.about-body p        { font-size: 0.96rem; font-weight: 300; color: var(--text-mid); margin-bottom: 1rem; line-height: 1.87; }
.about-body p strong { font-weight: 700; color: var(--wine-dark); }

.master-strip { display: flex; align-items: center; gap: 1rem; margin-top: 2rem; padding: 1.1rem 1.4rem; background: var(--white); border-left: 3px solid var(--wine); }
.master-icon  { width: 40px; height: 40px; background: var(--wine-muted); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; flex-shrink: 0; border: 1px solid var(--border); }
.master-text strong { display: block; font-size: 0.87rem; font-weight: 700; color: var(--wine-dark); }
.master-text span   { font-size: 0.78rem; color: var(--text-light); font-weight: 300; }

/* =============================================
   LEISTUNGEN
   ============================================= */
#leistungen { background: var(--off-white); border-top: 1px solid var(--border-beige); }
.leist-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; margin-bottom: 3rem; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border-beige); border: 1px solid var(--border-beige); }
.service-card { background: var(--white); padding: 2rem 1.8rem; position: relative; transition: background 0.25s; overflow: hidden; }
.service-card:hover { background: var(--beige); }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--wine); transition: width 0.35s ease; }
.service-card:hover::after { width: 100%; }
.svc-num   { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--beige-dark); line-height: 1; margin-bottom: 0.6rem; }
.svc-title { font-size: 0.9rem; font-weight: 700; color: var(--wine-dark); margin-bottom: 0.45rem; letter-spacing: 0.02em; }
.svc-desc  { font-size: 0.84rem; font-weight: 300; color: var(--text-mid); line-height: 1.7; }

.promises { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border-beige); border: 1px solid var(--border-beige); border-top: none; }
.promise      { background: var(--wine); padding: 1.3rem 1.7rem; display: flex; align-items: center; gap: 0.8rem; }
.promise-icon { font-size: 1.1rem; flex-shrink: 0; }
.promise-text { font-size: 0.82rem; color: rgba(242,235,224,0.92); line-height: 1.4; }

.winter-bar   { margin-top: 2.5rem; display: flex; align-items: stretch; background: var(--wine-dark); border: 1px solid var(--wine-light); overflow: hidden; }
.winter-badge { background: var(--wine); padding: 1.5rem 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; border-right: 1px solid rgba(255,255,255,0.1); }
.winter-pct   { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 700; color: var(--beige); line-height: 1; }
.winter-pct-lbl { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(242,235,224,0.55); margin-top: 0.2rem; }
.winter-body  { padding: 1.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
.winter-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--beige); margin-bottom: 0.35rem; }
.winter-body p  { font-size: 0.82rem; font-weight: 300; color: rgba(242,235,224,0.72); line-height: 1.62; }

/* =============================================
   REFERENZEN
   ============================================= */
#referenzen { background: var(--beige); border-top: 1px solid var(--border-beige); }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(175px,1fr)); gap: 4px; margin-top: 2.5rem; }
.gal-item { aspect-ratio: 1; overflow: hidden; cursor: zoom-in; position: relative; background: var(--beige-dark); }
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.gal-item::after { content: ''; position: absolute; inset: 0; background: rgba(90,18,32,0); transition: background 0.3s; }
.gal-item:hover img { transform: scale(1.06); }
.gal-item:hover::after { background: rgba(90,18,32,0.18); }

/* Lightbox */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(26,8,14,0.95); z-index: 3000; align-items: center; justify-content: center; padding: 2rem; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,0.6); }
.lb-close { position: absolute; top: 1.5rem; right: 2rem; background: none; border: 1px solid rgba(242,235,224,0.25); color: var(--beige); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.45rem 0.9rem; cursor: pointer; transition: all 0.2s; }
.lb-close:hover { background: var(--wine); border-color: var(--wine); }

/* =============================================
   KONTAKT
   ============================================= */
#kontakt { background: var(--wine-dark); border-top: 3px solid var(--wine); }
#kontakt .section-heading { color: var(--beige); }
#kontakt .eyebrow-text    { color: var(--beige-mid); }
#kontakt .eyebrow-line    { background: var(--beige-mid); }
#kontakt .section-lead    { color: rgba(242,235,224,0.65); }

.kontakt-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,5rem); margin-top: 3rem; }

.k-block    { background: rgba(255,255,255,0.04); border: 1px solid rgba(242,235,224,0.11); padding: 1.8rem; margin-bottom: 1.2rem; }
.k-block:last-child { margin-bottom: 0; }
.k-block h3 { font-family: 'Cormorant Garamond', serif; font-size: 0.92rem; font-weight: 600; color: var(--beige); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.2rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(242,235,224,0.1); }

.info-row      { display: flex; align-items: flex-start; gap: 0.9rem; margin-bottom: 0.85rem; }
.info-row:last-of-type { margin-bottom: 0; }
.info-icon     { width: 30px; height: 30px; background: rgba(242,235,224,0.07); border: 1px solid rgba(242,235,224,0.12); display: flex; align-items: center; justify-content: center; font-size: 0.82rem; flex-shrink: 0; color: var(--beige-mid); }
.info-text     { font-size: 0.95rem; font-weight: 400; color: rgba(242,235,224,0.90); line-height: 1.6; }
.info-text a   { color: #F8D9B0; text-decoration: none; font-weight: 700; transition: color 0.2s; }
.info-text a:hover { color: var(--white); }

/* Öffnungszeiten */
.oz-table { width: 100%; border-collapse: collapse; }
.oz-table tr { border-bottom: 1px solid rgba(242,235,224,0.07); }
.oz-table tr:last-child { border-bottom: none; }
.oz-table td { padding: 0.55rem 0; font-size: 0.92rem; color: rgba(242,235,224,0.82); font-weight: 400; }
.oz-table td:last-child { text-align: right; color: var(--white); font-weight: 700; }

/* Google Maps */
.map-wrap { margin-top: 1.2rem; overflow: hidden; border: 1px solid rgba(242,235,224,0.15); }
.map-wrap iframe { display: block; width: 100%; height: 220px; border: 0; }

/* Kontaktformular */
.form-wrap { background: rgba(255,255,255,0.04); border: 1px solid rgba(242,235,224,0.11); padding: 2rem; }
.form-wrap h3 { font-family: 'Cormorant Garamond', serif; font-size: 0.92rem; font-weight: 600; color: var(--beige); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(242,235,224,0.1); }

.form-group { margin-bottom: 0.95rem; }
.form-group label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(242,235,224,0.70); margin-bottom: 0.38rem; }
.form-group input,
.form-group textarea { width: 100%; background: rgba(255,255,255,0.08); border: 1px solid rgba(242,235,224,0.20); color: var(--white); padding: 0.8rem 1rem; font-family: 'Lato', sans-serif; font-size: 0.95rem; font-weight: 400; transition: border-color 0.2s, background 0.2s; resize: vertical; }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(242,235,224,0.35); }
.form-group input:focus,
.form-group textarea:focus { outline: none; border-color: rgba(242,235,224,0.55); background: rgba(255,255,255,0.11); }
.form-group textarea { min-height: 108px; }
.form-row  { display: grid; grid-template-columns: 1fr 1fr; gap: 0.95rem; }
.form-note { font-size: 0.82rem; color: rgba(242,235,224,0.50); line-height: 1.65; margin-bottom: 1.2rem; }
.form-note a { color: rgba(242,235,224,0.70); text-decoration: underline; }

.btn-send { display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; background: var(--beige); color: var(--wine-dark); border: none; padding: 0.95rem 2rem; font-family: 'Lato', sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: all 0.25s; }
.btn-send:hover { background: var(--white); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.btn-send:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* Erfolgs- / Fehlermeldung */
.form-feedback { display: none; padding: 1.5rem 1.8rem; text-align: center; margin-top: 0; border: 2px solid transparent; }
.form-feedback.show { display: block; }
.form-feedback.success { background: #0f2e0f; border-color: #4caf50; }
.form-feedback.error   { background: #2e0f0f; border-color: #e53935; }
.fb-icon  { font-size: 2.2rem; margin-bottom: 0.6rem; }
.fb-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 0.35rem; }
.form-feedback.success .fb-title { color: #a5d6a7; }
.form-feedback.error   .fb-title { color: #ef9a9a; }
.fb-text  { font-size: 0.92rem; line-height: 1.6; }
.form-feedback.success .fb-text { color: rgba(165,214,167,0.80); }
.form-feedback.error   .fb-text { color: rgba(239,154,154,0.80); }

/* =============================================
   FOOTER
   ============================================= */
footer { background: #260C13; border-top: 1px solid rgba(242,235,224,0.07); padding: clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,3rem); }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(2rem,4vw,4rem); margin-bottom: 2.5rem; }

.footer-logo      { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1rem; }
.footer-logo img  { height: 38px; width: auto; }
.footer-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 0.98rem; font-weight: 600; color: var(--beige); line-height: 1.3; }
.footer-logo-sub  { display: block; font-family: 'Lato', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,235,224,0.32); margin-top: 0.1rem; }
.footer-brand p   { font-size: 0.81rem; font-weight: 300; color: rgba(242,235,224,0.32); line-height: 1.78; max-width: 275px; }

.footer-col h4   { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; font-weight: 600; color: var(--beige); letter-spacing: 0.06em; margin-bottom: 1.2rem; }
.footer-col ul   { list-style: none; display: flex; flex-direction: column; gap: 0.52rem; }
.footer-col ul li a { font-size: 0.81rem; font-weight: 300; color: rgba(242,235,224,0.42); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--beige); }

.footer-bottom   { max-width: 1100px; margin: 0 auto; padding-top: 1.5rem; border-top: 1px solid rgba(242,235,224,0.07); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.8rem; }
.footer-bottom p { font-size: 0.74rem; font-weight: 300; color: rgba(242,235,224,0.2); }
.footer-bottom a { color: rgba(242,235,224,0.32); text-decoration: none; margin-left: 1.2rem; font-size: 0.74rem; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--beige); }

/* =============================================
   COOKIE BANNER
   ============================================= */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--white); border-top: 2px solid var(--wine); box-shadow: 0 -4px 30px rgba(90,18,32,0.12); display: flex; align-items: center; gap: 1.5rem; padding: 1rem clamp(1.2rem,4vw,2.5rem); flex-wrap: wrap; }
#cookie-banner p { flex: 1; font-size: 0.82rem; color: var(--text-mid); font-weight: 300; min-width: 200px; line-height: 1.6; }
#cookie-banner a { color: var(--wine); }
.ck-btn         { padding: 0.52rem 1.3rem; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; border: none; font-family: 'Lato', sans-serif; transition: all 0.2s; white-space: nowrap; }
.ck-btn.accept  { background: var(--wine); color: var(--white); }
.ck-btn.accept:hover { background: var(--wine-dark); }
.ck-btn.decline { background: transparent; color: var(--text-light); border: 1px solid var(--border-beige); }
.ck-btn.decline:hover { color: var(--wine); border-color: var(--wine); }

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .promises      { grid-template-columns: repeat(2,1fr); }
  .kontakt-grid  { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr 1fr; }
  .footer-brand  { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta, .nav-phone { display: none !important; }
  .hamburger   { display: flex; }
  .about-grid  { grid-template-columns: 1fr; }
  .hero-stat   { border-right: none; border-bottom: 1px solid var(--beige-dark); max-width: 100%; }
  .hero-stats  { flex-direction: column; }
  .form-row    { grid-template-columns: 1fr; }
  .winter-bar  { flex-direction: column; }
  .winter-badge { flex-direction: row; gap: 1rem; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .promises      { grid-template-columns: 1fr; }
  .gallery-grid  { grid-template-columns: repeat(auto-fill, minmax(130px,1fr)); }
  .footer-grid   { grid-template-columns: 1fr; }
  .footer-brand  { grid-column: auto; }
  .about-badge   { right: 0; }
  .hero-actions  { flex-direction: column; align-items: flex-start; }
}
