/*
Theme Name: br-theme
Description: Frisuren & Schönheitswerkstatt Barbara Reichard
Version: 1.0
*/

:root {
  --cream:      #F2EDE6;
  --warm-white: #FAF7F3;
  --taupe:      #A8957E;
  --taupe-dark: #8C7A66;
  --bark:       #2C2218;
  --bark-light: #4A3C30;
  --sand:       #C9BAA3;
  --sand-light: #DDD2C2;
  --charcoal:   #181210;
  --ft-bg:      #F2EDE6;
  --ft-line:    #D8CFC3;
  --ft-text:    #3A2F25;
  --ft-muted:   #7A6E62;
  --ft-accent:  #A8957E;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito Sans', 'Canva Sans', sans-serif; font-size: 16px; font-weight: 300; line-height: 1.6; color: var(--bark); background: var(--warm-white); }
a { color: inherit; text-decoration: none; }
a:link, a:visited, a:active { color: inherit; }
a[href^="tel"], a[href^="mailto"] { color: inherit !important; -webkit-text-fill-color: inherit !important; }
img { display: block; max-width: 100%; }

/* WP block reset */
.wp-site-blocks, .is-layout-constrained, .wp-block-group, .entry-content { max-width: none !important; padding: 0 !important; margin: 0 !important; }
.is-layout-flow { max-width: none !important; padding: 0 !important; }
.br-content .is-layout-constrained, .br-content .wp-block-group { max-width: none !important; padding: 0 !important; margin: 0 !important; }
.br-content > .is-layout-flow { max-width: none !important; padding: 0 !important; margin: 0 !important; }
.br-content > * { max-width: none !important; }

/* HEADER */
header { position: relative; z-index: 20; width: 100%; box-sizing: border-box; padding: 0 24px; background: var(--warm-white); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 112px; }
.header-left { display: flex; align-items: center; justify-content: flex-start; }
.header-center { display: flex; flex-direction: column; align-items: center; gap: 0; padding: 24px 0; }
.header-center a { display: block; line-height: 0; }
.header-center img { width: 300px; height: 47px; display: block; }
.header-phones { margin-top: 6px; line-height: 1; display: flex; align-items: center; white-space: nowrap; }
.header-right { display: flex; align-items: center; justify-content: flex-end; }
.header-left a { font-size: 11px; font-weight: 600; color: var(--bark); letter-spacing: 0.10em; text-transform: uppercase; white-space: nowrap; margin-right: 20px; transition: color 0.2s; }
.header-left a:last-child { margin-right: 0; }
.header-left a:hover { color: var(--taupe); }
.nav-dropdown { position: relative; display: flex; align-items: center; }
.nav-dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: rgba(20,15,10,0.95); min-width: 180px; padding: 8px 0; border-top: 2px solid var(--taupe); z-index: 50; }
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.nav-dropdown-menu a { display: block; padding: 10px 20px; font-size: 11px; color: rgba(255,255,255,0.85); letter-spacing: 0.08em; text-transform: uppercase; margin-right: 0; }
.nav-dropdown-menu a:hover { color: var(--sand); }
.nav-mobile-menu { display: none; }
.header-phones a { display: inline; line-height: 1; font-size: 11px; font-weight: 500; color: var(--bark-light); letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; transition: color 0.2s; }
.header-phones a:hover { color: var(--bark); }
.header-phones .ph-sep { color: var(--sand); margin: 0 10px; }
.nav-book { display: inline-block; background: var(--taupe); color: #fff; padding: 8px 40px; border-radius: 2px; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; transition: background 0.2s; }
.nav-book:hover { background: var(--taupe-dark); }
.nav-hamburger { display: none; }
.section-label { font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe); margin-bottom: 16px; }

/* HOME SECTIONS */
.hero, .about, .featured, .loc-wrapper, .services, .standorte, footer, .footer-divider { margin-left: 24px; margin-right: 24px; }
.about { margin-top: 24px; }
.hero { position: relative; height: calc(100vh - 110px); overflow: hidden; background: var(--charcoal); margin-top: 0; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 40%); z-index: 1; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.7) 100%); z-index: 1; }
.hero-content { position: absolute; bottom: 14%; left: 50%; transform: translateX(-50%); z-index: 5; text-align: center; width: 100%; padding: 0 24px; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.8vw, 2.8rem); font-weight: 500; color: #fff; line-height: 1.2; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary, .btn-hero-secondary { display: inline-block; background: rgba(242,237,230,0.92); border: 1px solid rgba(242,237,230,0.92); color: var(--bark); font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; padding: 9px 22px; border-radius: 2px; transition: background 0.25s; }
.btn-hero-primary:hover { background: rgba(255,255,255,0.1); }
.ticker { position: absolute; bottom: 0; left: 0; right: 0; z-index: 6; background: rgba(255,255,255,0.1); backdrop-filter: blur(6px); border-top: 1px solid rgba(255,255,255,0.2); overflow: hidden; padding: 10px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 40s linear infinite; }
.ticker-track span { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.9); letter-spacing: 0.18em; text-transform: uppercase; padding: 0 60px; white-space: nowrap; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.about { display: grid; grid-template-columns: 45% 55%; min-height: 560px; background: var(--warm-white); }
.about-text { padding: 80px 48px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; line-height: 1.15; color: var(--bark); margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.01em; }
.about-text p { font-size: 15px; font-weight: 300; line-height: 1.75; color: var(--bark-light); margin-bottom: 16px; }
.about-text .highlight { font-weight: 600; color: var(--bark); font-style: italic; font-family: 'Playfair Display', serif; font-size: 17px; }
.btn-outline { display: inline-block; margin-top: 20px; background: var(--taupe); border: 1px solid var(--taupe); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 58px; border-radius: 2px; align-self: flex-start; transition: background 0.25s; }
.btn-outline:hover { background: var(--taupe-dark); }
.about-image { position: relative; overflow: hidden; padding: 32px 0; background: var(--warm-white); }
.about-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured { background: var(--warm-white); padding: 48px 0 56px; border-top: 1px solid var(--sand-light); border-bottom: 1px solid var(--sand-light); }
.featured h2 { font-family: 'Playfair Display', serif; font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe); text-align: center; margin-bottom: 36px; }
.logo-marquee { overflow: hidden; width: 100%; min-height: 36px; }
.logo-track { display: flex; align-items: center; gap: 80px; width: max-content; animation: marquee 40s linear infinite; }
.logo-track img { height: 36px; width: auto; object-fit: contain; flex-shrink: 0; opacity: 0; filter: grayscale(100%); transition: opacity 0.5s; }
.logo-track img.logo-visible { opacity: 0.7; }
.logo-track img:hover { opacity: 1; filter: grayscale(0%); }
.logo-marquee:hover .logo-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.loc-wrapper { position: relative; height: 200vh; margin-top: 24px; }
.loc-modling { position: sticky; top: 0; height: 100vh; z-index: 1; }
.loc-kinsky { position: absolute; top: 100vh; left: 0; right: 0; height: 100vh; z-index: 2; }
.loc-panel { width: 100%; height: 100%; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: 0 64px 200px; position: relative; }
.loc-panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.25) 30%, rgba(37,30,26,0.85) 100%); }
.loc-content { position: relative; z-index: 2; }
.loc-content .section-label { color: rgba(255,255,255,0.6); }
.loc-content h3 { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 500; color: #fff; margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.06em; line-height: 1.1; }
.btn-loc { display: inline-block; background: rgba(242,237,230,0.92); border: 1px solid rgba(242,237,230,0.92); color: var(--bark); font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 13px 28px; border-radius: 2px; transition: background 0.25s; }
.btn-loc:hover { background: #fff; }
.standorte { background: var(--cream); padding: 100px 64px; }
.standorte-inner { max-width: 1320px; margin: 0 auto; }
.standorte-head { text-align: center; margin-bottom: 64px; }
.standorte-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; color: var(--bark); text-transform: uppercase; letter-spacing: 0.03em; }
.standorte-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.standort-card { background: var(--warm-white); border-radius: 4px; overflow: hidden; box-shadow: 0 2px 24px rgba(55,39,24,0.08); }
.standort-card-img { width: calc(100% - 72px) !important; margin: 32px 36px 0 !important; aspect-ratio: 533/674; object-fit: cover; object-position: center top; display: block; }
.standort-card-body { padding: 32px 36px 28px; background: var(--warm-white); }
.standort-card h3 { font-family: 'Playfair Display', serif; font-size: 1.7rem; font-weight: 600; color: var(--bark); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.04em; }
.standort-card p { font-size: 14px; font-weight: 400; color: var(--bark-light); line-height: 1.7; margin-bottom: 4px; }
.standort-card a { color: var(--bark); }
.hours { margin-top: 16px; }
.hours-title { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--taupe); margin-bottom: 10px; }
.hours-row { display: flex; font-size: 13px; font-weight: 400; color: var(--bark-light); line-height: 1.9; }
.hours-row .day { min-width: 36px; font-weight: 700; color: var(--bark); }
.standort-card iframe { display: block; width: 100%; height: 180px; border: none; margin-top: 24px; filter: saturate(0%) contrast(0.9); opacity: 0.8; }
a.btn-route { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--taupe); border: 1px solid var(--taupe); color: #fff !important; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 20px; border-radius: 2px; margin: 24px 0 0; transition: background 0.25s; }
a.btn-route:hover { background: transparent; color: var(--taupe) !important; }
.services { display: grid; grid-template-columns: 40% 60%; min-height: 620px; margin-bottom: 80px; }
.services-image { position: relative; overflow: hidden; }
.services-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(30%); }
.services-panel { background: var(--taupe); padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; }
.services-panel h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 36px; }
.service-list { list-style: none; border-top: 1px solid rgba(255,255,255,0.25); }
.service-item { border-bottom: 1px solid rgba(255,255,255,0.2); }
.service-item summary { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; cursor: pointer; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.92); letter-spacing: 0.04em; list-style: none; user-select: none; transition: color 0.2s; }
.service-item summary:hover { color: #fff; }
details[open] summary .chevron { transform: rotate(180deg); }
.chevron { width: 14px; height: 14px; fill: none; stroke: rgba(255,255,255,0.7); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s; flex-shrink: 0; }
.service-desc { font-size: 12.5px; color: rgba(255,255,255,0.7); line-height: 1.7; padding: 0 0 16px; }
.services-note { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.2); }
.services-note p { font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
.services-note span { font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.7; }

/* INNER PAGE HERO */
.page-hero { position: relative; overflow: hidden; background: var(--charcoal); margin: 0 24px; }
.page-hero.page-hero--full { height: calc(100vh - 110px); }
.page-hero.page-hero--full > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero.page-hero--auto > img { width: 100%; height: auto; display: block; object-fit: cover; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 40%); z-index: 1; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.7) 100%); z-index: 1; }
.page-hero-content { position: absolute; bottom: 14%; left: 64px; z-index: 5; }
.page-hero-content h1 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 2.8vw, 2.8rem); font-weight: 500; color: #fff; line-height: 1.2; letter-spacing: 0.12em; text-transform: uppercase; }

/* BR-CONTENT */
.br-content { max-width: 1200px; margin: 0 auto; padding: 80px 64px; }
.br-content h1, .br-content h2 { font-family: 'Playfair Display', serif; font-weight: 700; color: var(--bark); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; margin-top: 56px; line-height: 1.2; }
.br-content h1 { font-size: clamp(1.6rem, 2.8vw, 2.8rem); }
.br-content h2 { font-size: clamp(1.2rem, 2vw, 2rem); }
.br-content h3 { font-family: 'Playfair Display', serif; font-size: clamp(1rem, 1.4vw, 1.4rem); font-weight: 600; color: var(--bark); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; margin-top: 40px; }
.br-content h4 { font-family: 'Nunito Sans', sans-serif; font-size: 11px; font-weight: 700; color: var(--taupe); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 12px; margin-top: 32px; }
.br-content p { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--bark-light); margin-bottom: 20px; }
.br-content strong { font-weight: 600; color: var(--bark); }
.br-content em { font-style: italic; color: var(--taupe-dark); }
.br-content ul, .br-content ol { margin: 0 0 24px 24px; }
.br-content li { font-size: 15px; font-weight: 300; line-height: 1.8; color: var(--bark-light); margin-bottom: 8px; }
.br-content hr { border: none; border-top: 1px solid var(--sand-light); margin: 56px 0; }
.br-content h1:first-child, .br-content h2:first-child, .br-content h3:first-child { margin-top: 0; }
.br-content figure { margin: 40px 0; }
.br-content figure img { width: 100%; height: auto; display: block; border-radius: 2px; }
.br-content > figure.wp-block-image { float: right; width: 44%; margin: 0 0 32px 48px; }
.br-content > figure.wp-block-image img { width: 100%; height: auto; border-radius: 3px; display: block; }
.br-content .wp-block-column figure.wp-block-image { float: none !important; width: 100% !important; margin: 0 !important; }
.br-content h2 { clear: both; }
.br-content h3 { clear: both; }
.br-content hr { clear: both; }
.br-content figcaption { font-size: 12px; color: var(--taupe); letter-spacing: 0.08em; margin-top: 10px; text-align: center; }
.br-content .wp-block-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin: 40px 0; align-items: start; }
.br-content .wp-block-columns.has-3-columns { grid-template-columns: 1fr 1fr 1fr; }
.br-content .wp-block-column { min-width: 0; }
.br-content table { width: 100%; border-collapse: collapse; margin: 32px 0; font-size: 14px; }
.br-content table td, .br-content table th { padding: 12px 16px; border-bottom: 1px solid var(--sand-light); color: var(--bark-light); font-weight: 300; line-height: 1.5; }
.br-content table td:last-child, .br-content table th:last-child { text-align: right; font-weight: 500; color: var(--bark); white-space: nowrap; }
.br-content table tr:last-child td { border-bottom: none; }
.br-content .wp-block-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0; }
.br-content .wp-block-button__link { display: inline-block; background: var(--taupe); color: #fff !important; padding: 12px 32px; border-radius: 2px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; transition: background 0.2s; }
.br-content .wp-block-button__link:hover { background: var(--taupe-dark); }
.br-content a { color: var(--taupe); }

/* FOOTER */
.footer-divider { border: none; border-top: 1px solid var(--sand-light); margin: 0 24px; }
footer { background: var(--ft-bg); color: var(--ft-text); border-top: 1px solid var(--ft-line); }
.footer-logo-wrap { text-align: center; padding: 48px 64px 40px; border-bottom: 1px solid var(--ft-line); }
.footer-logo-wrap img { width: 240px; display: inline-block; filter: brightness(0) saturate(100%); }
.footer-cta { background: var(--taupe); padding: 40px 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-cta-eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 6px; display: block; }
.footer-cta h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 500; color: #fff; letter-spacing: 0.02em; margin-bottom: 4px; }
.footer-cta-sub { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.65); margin: 0; }
.btn-cta-phone { display: inline-block; background: #fff; border: 1px solid #fff; color: var(--taupe) !important; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 14px 32px; border-radius: 2px; white-space: nowrap; transition: background 0.2s; flex-shrink: 0; }
.btn-cta-phone:hover { background: var(--cream); border-color: var(--cream); }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 80px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.7fr 1.8fr; gap: 0; border-bottom: 1px solid var(--ft-line); }
.footer-col { padding: 44px 40px 44px 0; border-right: 1px solid var(--ft-line); }
.footer-col:last-child { border-right: none; padding-right: 0; }
.footer-col:not(:first-child) { padding-left: 40px; }
.footer-col h4 { font-size: 10px; font-weight: 700; color: var(--ft-accent); text-transform: uppercase; letter-spacing: 0.22em; margin-bottom: 20px; }
.footer-col p { font-size: 13px; font-weight: 400; color: var(--ft-text); line-height: 1.85; margin-bottom: 2px; }
.footer-col p strong { font-weight: 700; color: var(--ft-text); }
.footer-loc-name { font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700; color: var(--ft-text) !important; letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 6px; margin-top: 24px; }
.footer-loc-name:first-of-type { margin-top: 0; }
.footer-col a.plain { color: var(--ft-text); transition: color 0.2s; }
.footer-col a.plain:hover { color: var(--taupe); }
.footer-col a.sitemap-link { font-size: 13px; font-weight: 400; color: var(--ft-text); display: block; line-height: 2.1; transition: color 0.2s; }
.footer-col a.sitemap-link:hover { color: var(--taupe); }
.hours-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.hours-loc-name { font-size: 10px !important; font-weight: 700 !important; letter-spacing: 0.14em !important; text-transform: uppercase !important; color: var(--ft-accent) !important; margin-bottom: 10px !important; }
.hours-two-col p { font-size: 12.5px; font-weight: 400; color: var(--ft-text); line-height: 1.75; margin-bottom: 0; }
.hours-two-col p strong { font-weight: 700; color: var(--ft-text); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 20px 80px; flex-wrap: wrap; gap: 12px; }
.insta-link { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ft-muted); transition: color 0.2s; }
.insta-link:hover { color: var(--ft-text); }
.insta-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.footer-copy { font-size: 11px; font-weight: 300; color: var(--ft-muted); letter-spacing: 0.03em; }

/* KONTAKT PAGE */
.section-divider { border: none; border-top: 1px solid var(--sand-light); margin: 0; }
.phone-section { max-width: 860px; margin: 0 auto; padding: 72px 64px 64px; text-align: center; }
.phone-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--bark); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px; }
.phone-section .sub { font-size: 15px; font-weight: 300; color: var(--bark-light); line-height: 1.75; margin-bottom: 48px; }
.phone-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.phone-card { background: var(--cream); border: 1px solid var(--sand-light); border-radius: 4px; padding: 36px 40px; display: flex; flex-direction: column; gap: 10px; }
.phone-card-location { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe); }
.phone-card-number { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 500; color: var(--bark); margin: 4px 0; }
.phone-card-hours { font-size: 13px; font-weight: 300; color: var(--bark-light); line-height: 1.6; }
.btn-call { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; background: var(--taupe); color: #fff !important; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 12px 24px; border-radius: 2px; transition: background 0.2s; align-self: flex-start; }
.btn-call:hover { background: var(--taupe-dark); }
.btn-call svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.85); flex-shrink: 0; }
.form-section { max-width: 860px; margin: 0 auto; padding: 64px 64px 80px; text-align: center; }
.form-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--bark); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px; }
.form-section .sub { font-size: 15px; font-weight: 300; color: var(--bark-light); line-height: 1.75; margin-bottom: 36px; }
.kontakt-form { display: flex; flex-direction: column; text-align: left; }
.form-field input, .form-field textarea { width: 100%; background: var(--cream); border: 1px solid var(--sand-light); border-radius: 2px; padding: 14px 16px; font-family: 'Nunito Sans', sans-serif; font-size: 14px; font-weight: 300; color: var(--bark); outline: none; transition: border-color 0.2s; margin-bottom: 16px; display: block; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--taupe); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-checkbox { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; font-size: 13px; color: var(--bark-light); line-height: 1.6; text-align: left; }
.form-checkbox input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--taupe); }
.form-checkbox a { color: var(--taupe); }
.btn-submit { display: inline-block; background: var(--taupe); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 48px; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--taupe-dark); }
.form-thanks-box { background: var(--cream); border: 1px solid var(--sand); border-radius: 3px; padding: 28px 32px; margin-top: 16px; }
.form-thanks-box p { font-size: 15px; font-weight: 400; color: var(--bark); margin: 0; }
.form-error { background: #fdf2f2; border: 1px solid #e8b4b4; border-radius: 3px; padding: 14px 20px; font-size: 14px; color: #8b2020; margin-bottom: 20px; }
.standorte-kontakt { background: var(--cream); padding: 80px 64px; }
.standorte-kontakt .standorte-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 1320px; margin: 0 auto; }

/* ANIMATION */
@keyframes lineRise { from { opacity:0; transform:translateY(48px); } to { opacity:1; transform:translateY(0); } }
.rise { opacity: 1; }
.rise-hero { opacity: 1; }
.rise.risen { animation: lineRise .85s cubic-bezier(.22,1,.36,1) forwards; }
.rise-hero.risen { animation: lineRise .85s cubic-bezier(.22,1,.36,1) forwards; }

/* RESPONSIVE */
@media (max-width: 768px) {
  header { display: flex; flex-wrap: nowrap; position: relative; padding: 14px 20px; height: auto; min-height: unset; align-items: center; justify-content: space-between; }
  .header-left { display: none; } .header-right { display: none; }
  .header-center { flex: 1; align-items: flex-start; justify-content: flex-start; padding: 0; }
  .header-center img { width: 160px; height: auto; }
  .header-phones { display: none; }
  .nav-hamburger { display: flex; flex-direction: column; justify-content: center; background: none; border: none; cursor: pointer; position: static; z-index: 30; padding: 8px; flex-shrink: 0; }
  .nav-hamburger span { display: block; width: 24px; height: 1.5px; background: var(--bark); margin: 4px 0; }
  .nav-mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(15,10,5,0.97); padding: 16px 24px 24px; z-index: 25; }
  .nav-mobile-menu.open { display: block; }
  .nav-mobile-menu a { display: block; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.88) !important; letter-spacing: 0.1em; text-transform: uppercase; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); -webkit-text-fill-color: rgba(255,255,255,0.88); }
  .nav-mobile-menu .nav-book { display: block; margin-top: 16px; text-align: center; padding: 14px 20px; border: none; }
  .hero, .about, .featured, .loc-wrapper, .services, .standorte, footer { margin-left: 0; margin-right: 0; }
  .hero { height: calc(100svh - 60px); }
  .hero-content h1 { font-size: clamp(1.4rem, 6vw, 2rem); }
  .hero-cta { gap: 10px; flex-wrap: nowrap; }
  .btn-hero-primary, .btn-hero-secondary { padding: 9px 16px; font-size: 9px; white-space: nowrap; }
  .about { grid-template-columns: 1fr; margin-top: 0; }
  .about-image { height: 300px; order: -1; }
  .about-text { padding: 44px 20px; }
  .services { grid-template-columns: 1fr; }
  .services-image { height: 280px; }
  .services-panel { padding: 44px 20px; }
  .standorte { padding: 60px 20px; }
  .standorte-grid { grid-template-columns: 1fr; gap: 28px; }
  .standort-card-img { width: calc(100% - 40px) !important; margin: 20px 20px 0 !important; }
  .standort-card-body { padding: 28px 20px 20px; }
  .loc-wrapper { height: auto; }
  .loc-modling { position: relative; height: 60vw; min-height: 260px; }
  .loc-kinsky { position: relative; top: unset; left: unset; right: unset; height: 60vw; min-height: 260px; }
  .loc-panel { padding: 0 20px 48px; }
  .footer-logo-wrap { padding: 32px 20px 24px; }
  .footer-logo-wrap img { width: 180px; }
  .footer-cta { padding: 36px 20px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .btn-cta-phone { width: 100%; text-align: center; }
  .footer-inner { padding: 0 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col { border-right: none; border-bottom: 1px solid var(--ft-line); padding: 24px 0; }
  .footer-col:not(:first-child) { padding-left: 0; }
  .footer-col:nth-child(2) { padding-left: 16px; border-left: 1px solid var(--ft-line); }
  .footer-col:last-child { grid-column: 1 / -1; border-bottom: none; }
  .footer-bottom { padding: 20px; flex-direction: column; align-items: center; text-align: center; }
  .page-hero { margin-left: 0; margin-right: 0; }
  .page-hero.page-hero--full { height: calc(100svh - 60px); }
  .page-hero-content { left: 20px; bottom: 10%; }
  .br-content { padding: 44px 20px; }
  .br-content .wp-block-columns { grid-template-columns: 1fr; gap: 32px; }
  .footer-divider { margin-left: 0; margin-right: 0; }
  .phone-section { padding: 48px 20px 40px; }
  .phone-cards { grid-template-columns: 1fr; }
  .phone-card { padding: 28px 24px; }
  .form-section { padding: 44px 20px 60px; }
  .standorte-kontakt { padding: 48px 20px; }
  .standorte-kontakt .standorte-grid { grid-template-columns: 1fr; }
}

/* KONTAKT PAGE */
.section-divider { border: none; border-top: 1px solid var(--sand-light); margin: 0; }
.phone-section { max-width: 860px; margin: 0 auto; padding: 72px 64px 64px; text-align: center; }
.phone-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--bark); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px; }
.phone-section .sub { font-size: 15px; font-weight: 300; color: var(--bark-light); line-height: 1.75; margin-bottom: 48px; }
.phone-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; text-align: left; }
.phone-card { background: var(--cream); border: 1px solid var(--sand-light); border-radius: 4px; padding: 36px 40px; display: flex; flex-direction: column; gap: 10px; }
.phone-card-location { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe); }
.phone-card-number { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 500; color: var(--bark); margin: 4px 0; }
.phone-card-hours { font-size: 13px; font-weight: 300; color: var(--bark-light); line-height: 1.6; }
.btn-call { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; background: var(--taupe); color: #fff !important; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; padding: 12px 24px; border-radius: 2px; transition: background 0.2s; align-self: flex-start; }
.btn-call:hover { background: var(--taupe-dark); }
.btn-call svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.85); flex-shrink: 0; }
.form-section { max-width: 860px; margin: 0 auto; padding: 64px 64px 80px; text-align: center; }
.form-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 700; color: var(--bark); text-transform: uppercase; letter-spacing: 0.02em; margin-bottom: 16px; }
.form-section .sub { font-size: 15px; font-weight: 300; color: var(--bark-light); line-height: 1.75; margin-bottom: 36px; }
.kontakt-form { display: flex; flex-direction: column; text-align: left; }
.form-field input, .form-field textarea { width: 100%; background: var(--cream); border: 1px solid var(--sand-light); border-radius: 2px; padding: 14px 16px; font-family: 'Nunito Sans', sans-serif; font-size: 14px; font-weight: 300; color: var(--bark); outline: none; transition: border-color 0.2s; margin-bottom: 16px; display: block; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--taupe); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-checkbox { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; font-size: 13px; color: var(--bark-light); line-height: 1.6; text-align: left; }
.form-checkbox input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--taupe); }
.form-checkbox a { color: var(--taupe); }
.btn-submit { display: inline-block; background: var(--taupe); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 48px; border: none; border-radius: 2px; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--taupe-dark); }
.form-thanks-box { background: var(--cream); border: 1px solid var(--sand); border-radius: 3px; padding: 28px 32px; margin-top: 16px; }
.form-thanks-box p { font-size: 15px; font-weight: 400; color: var(--bark); margin: 0; }
.form-error { background: #fdf2f2; border: 1px solid #e8b4b4; border-radius: 3px; padding: 14px 20px; font-size: 14px; color: #8b2020; margin-bottom: 20px; }
.standorte-kontakt { background: var(--cream); padding: 80px 64px; }
.standorte-kontakt .standorte-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px; max-width: 1320px; margin: 0 auto; }

@media (max-width: 768px) {
  .phone-section { padding: 48px 20px 40px; }
  .phone-cards { grid-template-columns: 1fr; }
  .phone-card { padding: 28px 24px; }
  .form-section { padding: 44px 20px 60px; }
  .standorte-kontakt { padding: 48px 20px; }
  .standorte-kontakt .standorte-grid { grid-template-columns: 1fr; }
}

/* Columns-Block: WP's body-scoped flex-direction:column überschreiben */
body .br-content .wp-block-columns,
body .br-content .wp-block-columns.is-layout-flex,
body .br-content .wp-block-columns.is-layout-constrained {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 56px !important;
  margin: 40px 0 !important;
  align-items: center !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
}

body .br-content .wp-block-column,
body .br-content .wp-block-column.is-layout-flow {
  min-width: 0 !important;
  flex-basis: unset !important;
  flex-grow: unset !important;
  width: auto !important;
}

body .br-content .wp-block-column figure.wp-block-image,
body .br-content .wp-block-column figure.wp-block-image img {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}

@media (max-width: 768px) {
  body .br-content .wp-block-columns,
  body .br-content .wp-block-columns.is-layout-flex,
  body .br-content .wp-block-columns.is-layout-constrained {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}
