/* Das Blumenstudio Schönes & Mehr — statisches Rebuild 2026 */

/* ---------- Fonts (lokal, keine CDN) ---------- */
@font-face { font-family: 'Kaushan Script'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/kaushanscript-400.ttf') format('truetype'); }
@font-face { font-family: 'Libre Baskerville'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/librebaskerville-400.ttf') format('truetype'); }
@font-face { font-family: 'Libre Baskerville'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/librebaskerville-400i.ttf') format('truetype'); }
@font-face { font-family: 'Libre Baskerville'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/librebaskerville-700.ttf') format('truetype'); }
@font-face { font-family: 'Ropa Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/ropasans-400.ttf') format('truetype'); }
@font-face { font-family: 'Ropa Sans'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/ropasans-400i.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 500; font-display: swap; src: url('fonts/cormorantgaramond-500i.ttf') format('truetype'); }
@font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-weight: 600; font-display: swap; src: url('fonts/cormorantgaramond-600i.ttf') format('truetype'); }

/* ---------- Reset & Basis ---------- */
:root {
  --cream: #faf7f1;
  --paper: #ffffff;
  --ink: #2c2c28;
  --muted: #6b6a62;
  --gold: #ab8d3f;
  --gold-dark: #8e7431;
  --green: #3d5240;
  --green-dark: #2e3f31;
  --line: #e6e0d2;
  --shadow: 0 10px 30px rgba(44, 44, 40, .10);
  --radius: 10px;
  --font-body: 'Ropa Sans', 'Segoe UI', sans-serif;
  --font-head: 'Libre Baskerville', Georgia, serif;
  --font-script: 'Kaushan Script', cursive;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 1.125rem; line-height: 1.7; color: var(--ink); background: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); text-decoration: none; }
a:hover, a:focus-visible { color: var(--green); text-decoration: underline; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 700; line-height: 1.25; color: var(--green-dark); }
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: .75rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--green); color: #fff; padding: .5rem 1rem; z-index: 200; }
.skip-link:focus { left: 0; }
.gold { color: var(--gold); }
.center { text-align: center; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250, 247, 241, .96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1200px; margin: 0 auto; padding: .6rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand img { width: 150px; height: auto; }
.nav-list { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.nav-list a { font-size: 1.05rem; letter-spacing: .02em; color: var(--ink); padding: .35rem 0; border-bottom: 2px solid transparent; }
.nav-list a:hover, .nav-list a:focus-visible { color: var(--gold-dark); text-decoration: none; }
.nav-list a.active { color: var(--gold-dark); border-bottom-color: var(--gold); }
.nav-phone a { color: var(--green); font-weight: bold; white-space: nowrap; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 26px; height: 3px; background: var(--green-dark); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero (Start) ---------- */
.hero { position: relative; min-height: 88vh; display: grid; place-items: center; background-size: cover; background-position: 55% 30%; }
/* Flacherer Hero auf Mobile: zeigt mehr Bildbreite, "Flower Bar"-Schriftzug bleibt sichtbar */
@media (max-width: 640px) { .hero { min-height: 62vh; } }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(30, 38, 30, .45), rgba(30, 38, 30, .55)); }
.hero-inner { position: relative; text-align: center; padding: 4rem 1.5rem; max-width: 60rem; }
.hero-logo { width: min(420px, 70vw); margin: 0 auto 1.5rem; filter: drop-shadow(0 4px 14px rgba(0, 0, 0, .45)); }
.hero-quote { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 600; font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.35; letter-spacing: .015em; color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, .6); }
.hero-cite { color: #efe9da; margin-top: .5rem; text-shadow: 0 1px 8px rgba(0, 0, 0, .6); }
.hero-cta { margin-top: 2rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-arrow { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); }
.hero-arrow span { display: block; width: 18px; height: 18px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); animation: bob 1.8s infinite; }
@keyframes bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 8px; } }

/* ---------- Unterseiten-Hero ---------- */
.page-hero { position: relative; min-height: 42vh; display: grid; place-items: center; background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(30, 38, 30, .40), rgba(30, 38, 30, .55)); }
.page-hero-inner { position: relative; text-align: center; padding: 3rem 1.5rem; }
.page-hero h1 { color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, .55); }
.page-hero p { color: #efe9da; font-family: var(--font-script); font-size: clamp(1.15rem, 2.4vw, 1.6rem); margin-top: .5rem; text-shadow: 0 1px 8px rgba(0, 0, 0, .55); }

/* ---------- Sektionen ---------- */
.section { padding: clamp(3rem, 7vw, 5rem) 1.25rem; }
.section-tint { background: #f1ecdf; }
.wrap { max-width: 1100px; margin: 0 auto; }
.wrap + .wrap { margin-top: 2.5rem; }
.narrow { max-width: 800px; }
.eyebrow { font-family: var(--font-script); color: var(--gold); font-size: 1.4rem; margin-bottom: .25rem; }
.subtitle { color: var(--muted); font-size: 1.15rem; margin-top: .35rem; }
.divider { color: var(--gold); font-size: 1.3rem; margin: 1.25rem auto; }
.divider::before, .divider::after { content: "———"; letter-spacing: -2px; color: var(--line); margin: 0 .75rem; }
.cols-2 { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); margin-top: 2rem; }
.cols-2 p { text-align: justify; }
.split { display: grid; gap: 2.5rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.split figure img { border-radius: var(--radius); box-shadow: var(--shadow); }
.split .btn { margin-top: 1rem; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; padding: .8rem 1.8rem; border-radius: 999px; font-size: 1.05rem; letter-spacing: .03em; transition: background .2s, color .2s, transform .15s; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-solid { background: var(--gold); color: #fff; }
.btn-solid:hover, .btn-solid:focus-visible { background: var(--gold-dark); color: #fff; }
.btn-ghost { border: 2px solid #fff; color: #fff; }
.btn-ghost:hover, .btn-ghost:focus-visible { background: #fff; color: var(--green-dark); }
.btn-outline { border: 2px solid var(--gold); color: var(--gold-dark); }
.btn-outline:hover, .btn-outline:focus-visible { background: var(--gold); color: #fff; }
button.btn { border: 0; cursor: pointer; font-family: inherit; }

/* ---------- Karten (Start) ---------- */
.cards-3 { display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.card { background: var(--paper); border-radius: var(--radius); padding: 2.25rem 1.75rem; text-align: center; box-shadow: var(--shadow); color: var(--ink); transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-6px); text-decoration: none; box-shadow: 0 16px 40px rgba(44, 44, 40, .16); }
.card img { width: 84px; margin: 0 auto 1.25rem; }
.card h2 { font-size: 1.25rem; }
.card p { color: var(--muted); font-size: 1rem; margin: .5rem 0 1rem; }
.card-more { color: var(--gold-dark); font-weight: bold; }

/* ---------- Band ---------- */
.band { position: relative; background-size: cover; background-position: center; background-attachment: fixed; }
.band::before { content: ""; position: absolute; inset: 0; background: rgba(46, 63, 49, .78); }
.band-inner { position: relative; max-width: 900px; margin: 0 auto; text-align: center; padding: clamp(3rem, 7vw, 4.5rem) 1.5rem; }
.band h2 { color: #fff; }
.band p { color: #e9e4d5; margin: .75rem 0 1.5rem; }

/* ---------- Galerien ---------- */
/* Flex statt Grid: unvollständige letzte Reihe wird zentriert */
.gallery { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.gallery figure { flex: 0 0 auto; }
.gallery.cols-3 figure { width: calc((100% - 2rem) / 3); }
.gallery.cols-4 figure { width: calc((100% - 3rem) / 4); }
@media (max-width: 900px) { .gallery.cols-3 figure, .gallery.cols-4 figure { width: calc((100% - 1rem) / 2); } }
.gallery figure { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .35s; }
.gallery a:hover img, .gallery a:focus-visible img { transform: scale(1.06); }

/* Lightbox */
.lb-dialog { border: 0; padding: 0; background: transparent; max-width: min(92vw, 1000px); }
.lb-dialog::backdrop { background: rgba(20, 24, 20, .88); }
.lb-dialog img { border-radius: var(--radius); max-height: 86vh; width: auto; max-width: 100%; margin: 0 auto; }
.lb-close { position: fixed; top: 1rem; right: 1.25rem; background: none; border: 0; color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; }

/* ---------- Leistungen ---------- */
.service-grid { list-style: none; display: grid; gap: .9rem; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); max-width: 1000px; margin: 0 auto; }
.service-grid li { background: var(--paper); border-radius: var(--radius); padding: 1rem 1.25rem; box-shadow: var(--shadow); font-size: 1.1rem; }
.service-grid li::before { content: "✿"; color: var(--gold); margin-right: .6rem; }

/* ---------- Kontakt ---------- */
.contact-grid { display: grid; gap: 1.75rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.contact-card { background: var(--paper); border-radius: var(--radius); padding: 2rem 1.75rem; box-shadow: var(--shadow); }
.contact-card h2 { font-size: 1.2rem; margin-bottom: .75rem; }
.contact-card .btn { margin-top: 1rem; font-size: .95rem; }
.hours { border-collapse: collapse; width: 100%; }
.hours td { padding: .35rem 0; border-bottom: 1px dashed var(--line); }
.hours td:last-child { text-align: right; }
.contact-form { margin-top: 2rem; display: grid; gap: 1.1rem; }
.contact-form label { display: grid; gap: .35rem; font-size: 1rem; color: var(--green-dark); }
.form-row { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.contact-form input, .contact-form textarea { font: inherit; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.form-hint { font-size: .95rem; color: var(--muted); }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { display: none; padding: .8rem 1rem; border-radius: 8px; font-size: 1rem; }
.form-status.is-ok { display: block; background: #e6efe2; color: #2c4726; border: 1px solid #b7ccae; }
.form-status.is-error { display: block; background: #f7e7e4; color: #7a2e22; border: 1px solid #dcb4ab; }

/* ---------- Prosa (Impressum/Datenschutz) ---------- */
.prose h1 { margin-bottom: 1.5rem; }
.prose h2 { margin: 2rem 0 .75rem; font-size: 1.3rem; }
.prose p, .prose li { margin-bottom: .8rem; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose a { word-break: break-word; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-dark); color: #d9d4c5; padding: 3rem 1.25rem 1.5rem; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.footer-title { font-family: var(--font-head); color: #fff; font-weight: 700; margin-bottom: .5rem; }
.site-footer a { color: #e9d9a8; }
.site-footer a:hover { color: #fff; }
.footer-note { max-width: 1100px; margin: 2.5rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(255, 255, 255, .15); font-size: .95rem; text-align: center; color: #a9a595; }

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-arrow span { animation: none; }
  .band { background-attachment: scroll; }
}

/* ---------- Mobil ---------- */
@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .nav-list { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: .5rem 0 1rem; box-shadow: var(--shadow); }
  .nav-list.open { display: flex; }
  .nav-list li { width: 100%; text-align: center; }
  .nav-list a { display: block; padding: .8rem 1rem; border-bottom: 0; }
  .band { background-attachment: scroll; }
  .hero { min-height: 72vh; }
}
