:root{
  --bg:#ffffff; --paper:#f6f5f2; --ink:#141414; --muted:#6c6a66; --soft:#8a8880;
  --line:#e7e4df; --black:#0b0b0b; --wrap:1140px; --r:10px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; color:var(--ink); background:var(--bg);
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:17px; line-height:1.65; -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
h1,h2,h3{font-family:"Fraunces",Georgia,"Times New Roman",serif; line-height:1.12; margin:0 0 .45em; font-weight:500; letter-spacing:-.005em}
h1{font-size:clamp(2.1rem,5.2vw,3.5rem)}
h2{font-size:clamp(1.6rem,3.4vw,2.35rem)}
h3{font-size:1.18rem; font-weight:600}
p{margin:0 0 1em}
.wrap{width:100%; max-width:var(--wrap); margin:0 auto; padding:0 22px}
.skip{position:absolute; left:-9999px}
.skip:focus{left:12px; top:12px; background:#fff; padding:10px 14px; border-radius:8px; z-index:100}
.eyebrow{font-family:system-ui,sans-serif; text-transform:uppercase; letter-spacing:.16em; font-size:.74rem; font-weight:600; color:var(--soft)}

/* Buttons — monochrom */
.btn-primary,.btn-outline,.btn-ghost{
  display:inline-flex; align-items:center; justify-content:center; gap:.5em;
  font-family:system-ui,sans-serif; font-weight:600; font-size:.95rem; letter-spacing:.01em;
  border-radius:999px; padding:.72em 1.35em; cursor:pointer; white-space:nowrap;
  transition:background .2s, color .2s, border-color .2s, transform .05s;
}
.btn-primary{background:var(--black); color:#fff; border:1.5px solid var(--black)}
.btn-primary:hover{background:#000}
.btn-outline{background:transparent; color:var(--ink); border:1.5px solid var(--ink)}
.btn-outline:hover{background:var(--ink); color:#fff}
.btn-ghost{color:var(--ink); padding:.5em .4em; font-weight:600}
.btn-ghost:hover{color:#000}
.lg{padding:.9em 1.7em; font-size:1rem}
.btn-primary:active,.btn-outline:active{transform:translateY(1px)}

/* Header — hell, Haarlinie, schwarzes Emblem-Logo */
.site-header{position:sticky; top:0; z-index:50; background:rgba(255,255,255,.9); backdrop-filter:saturate(120%) blur(8px); border-bottom:1px solid var(--line)}
.header-inner{display:flex; align-items:center; gap:16px; height:72px}
.brand{display:flex; align-items:center; gap:12px}
.brand img{height:42px; width:42px; border-radius:8px; object-fit:cover; flex:none}
.brand-name{font-family:"Fraunces",Georgia,serif; font-size:1.2rem; font-weight:500; letter-spacing:.01em; color:var(--ink)}
.main-nav{display:none; margin-left:20px; gap:26px}
.main-nav a{font-size:.9rem; font-weight:500; letter-spacing:.04em; text-transform:uppercase; color:var(--muted)}
.main-nav a:hover{color:var(--ink)}
.header-cta{display:flex; align-items:center; gap:10px; margin-left:auto}
.header-cta .btn-ghost{display:none}

/* Hero — weiss, luftig, editorial */
.hero{background:var(--bg); border-bottom:1px solid var(--line)}
.hero-inner{padding:72px 22px 76px; max-width:800px}
.hero .eyebrow{margin-bottom:1.1em; display:block}
.hero h1{color:var(--ink); max-width:16ch}
.lead{font-size:1.16rem; color:var(--muted); max-width:56ch}
.hero-actions{display:flex; flex-wrap:wrap; gap:12px; margin:1.7em 0 1.4em}
.rating{font-family:system-ui,sans-serif; color:var(--muted); font-size:.95rem; margin:0}
.rating .star{color:var(--ink)}
.rating strong{color:var(--ink); font-weight:700}

/* USP — Karten mit Icon-Badge; mobil 2x2 */
.usps{background:var(--paper); border-bottom:1px solid var(--line)}
.usps-grid{display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:34px 18px}
.usp{background:#fff; border:1px solid var(--line); border-radius:14px; padding:20px 16px; transition:transform .16s ease, border-color .2s, box-shadow .2s}
.usp:hover{transform:translateY(-3px); border-color:#d3cfc8; box-shadow:0 14px 34px rgba(20,20,20,.07)}
.usp-ic{display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:12px; background:var(--ink); color:#fff; margin-bottom:14px}
.usp-ic svg{width:23px; height:23px}
.usp h3{margin:0 0 .3em; font-size:1.02rem; line-height:1.2}
.usp p{margin:0; color:var(--muted); font-size:.9rem; line-height:1.45}

/* Sections */
.section{padding:66px 0}
.section.soft{background:var(--paper)}
.section-head{max-width:640px; margin:0 auto 38px; text-align:center}
.section-head h2{color:var(--ink)}
.section-head p{color:var(--muted); margin:0}

/* Grautöne für die Sektionen (Kontrast + Rhythmus) */
.section.services{background:var(--paper)}
.section.especialidades{background:#1c1c1c}
.section-head.light h2{color:#fff}
.section-head.light p{color:#b9b7b1}
.section-head.light .eyebrow{color:#8f8d86}

/* Bild-Kacheln mit Text-Overlay — mehr Visuals */
.tiles{display:grid; grid-template-columns:1fr 1fr; gap:14px}
.tile{position:relative; border-radius:var(--r); overflow:hidden; aspect-ratio:4/5; background:#2a2a2a; box-shadow:0 10px 30px rgba(0,0,0,.14)}
.tile img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:grayscale(100%) contrast(1.04) brightness(.96); transition:transform .55s ease, filter .55s ease}
.tile:hover img{transform:scale(1.06); filter:grayscale(0%)}
.tile-cap{position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:15px;
  background:linear-gradient(to top, rgba(10,10,10,.82) 0%, rgba(10,10,10,.35) 45%, rgba(10,10,10,0) 72%)}
.tile-cap h3{color:#fff; margin:0 0 .28em; font-size:1.04rem}
.tile-cap p{margin:0; color:rgba(255,255,255,.82); font-size:.82rem; line-height:1.4;
  opacity:0; max-height:0; overflow:hidden; transform:translateY(6px);
  transition:opacity .35s ease, max-height .35s ease, transform .35s ease}
.tile:hover .tile-cap p, .tile:focus-within .tile-cap p{opacity:1; max-height:5em; transform:translateY(0)}
@media(hover:none){.tile-cap p{opacity:1; max-height:5em; transform:none}}

/* CTA band — schwarz */
.cta-band{background:var(--black); color:#fff}
.cta-inner{padding:64px 22px; text-align:center; max-width:640px}
.cta-inner h2{color:#fff}
.cta-inner p{color:#c9c7c2; margin-bottom:1.6em}
.cta-band .btn-primary{background:#fff; color:var(--black); border-color:#fff}
.cta-band .btn-primary:hover{background:#eee}

/* Contacto */
.contacto-grid{display:grid; grid-template-columns:1fr; gap:30px}
.contacto-grid h2{color:var(--ink)}
.addr{color:var(--ink)}
.contact-list{list-style:none; margin:0 0 20px; padding:0}
.contact-list li{display:flex; gap:14px; padding:11px 0; border-bottom:1px solid var(--line)}
.contact-list li span{min-width:92px; color:var(--soft); font-weight:600; font-size:.82rem; text-transform:uppercase; letter-spacing:.06em}
.contact-list a{color:var(--ink); font-weight:600; text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--line)}
.contact-list a:hover{text-decoration-color:var(--ink)}
.map-card{position:relative; border-radius:var(--r); overflow:hidden; border:1px solid var(--line); min-height:300px}
.map-card iframe{width:100%; height:100%; min-height:300px; border:0; display:block; filter:grayscale(100%)}
.map-ph{position:absolute; inset:0; width:100%; height:100%; min-height:300px; border:0; cursor:pointer;
  background:#ecebe7; color:var(--muted); font-family:system-ui,sans-serif; font-size:.92rem; font-weight:600; letter-spacing:.02em;
  display:flex; align-items:center; justify-content:center}
.map-ph::before{content:""; width:18px; height:18px; margin-right:8px; background:currentColor;
  -webkit-mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E");
  mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E")}
.map-ph:hover{background:#e5e3de; color:var(--ink)}

/* Öffnungszeiten */
.horario{margin:8px 0 20px}
.horario h3{font-family:system-ui,sans-serif; font-size:.82rem; text-transform:uppercase; letter-spacing:.07em; color:var(--soft); font-weight:600; margin:0 0 8px}
.horario ul{list-style:none; margin:0; padding:0}
.horario li{display:flex; justify-content:space-between; gap:16px; padding:9px 0; border-bottom:1px solid var(--line); font-size:.95rem}
.horario li span:first-child{color:var(--muted)}
.horario li span:last-child{color:var(--ink); font-weight:600; text-align:right}
.horario .cerrado{color:var(--soft); font-weight:500}

/* Footer — schwarz, Logo blendet ein */
.site-footer{background:var(--black); color:#b8b6b1}
.footer-inner{display:grid; grid-template-columns:1fr; gap:26px; padding:52px 22px 22px}
.footer-brand img{height:48px; width:48px; border-radius:8px; margin-bottom:12px}
.footer-brand p{color:#8a8884; margin:0; font-size:.95rem}
.footer-nav{display:flex; flex-wrap:wrap; gap:18px}
.footer-nav a{color:#b8b6b1; font-weight:500; font-size:.85rem; text-transform:uppercase; letter-spacing:.05em}
.footer-nav a:hover{color:#fff}
.footer-legal{border-top:1px solid rgba(255,255,255,.1); padding:18px 22px 34px}
.footer-legal p{margin:0; color:#78766f; font-size:.82rem}

/* WhatsApp float — dezent schwarz */
.wa-float{position:fixed; right:18px; bottom:18px; z-index:60; width:54px; height:54px; border-radius:50%;
  background:var(--black); color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 20px rgba(0,0,0,.25); transition:transform .12s, background .2s}
.wa-float:hover{background:#000; transform:translateY(-2px)}

/* Responsive */
@media(min-width:640px){
  .usps-grid{grid-template-columns:1fr 1fr; gap:18px}
  .tiles{grid-template-columns:1fr 1fr}
}
@media(min-width:900px){
  body{font-size:18px}
  .main-nav{display:flex}
  .header-cta .btn-ghost{display:inline-flex}
  .tiles{grid-template-columns:repeat(4,1fr); gap:18px}
  .tile-cap{padding:22px}
  .tile-cap h3{font-size:1.24rem}
  .tile-cap p{font-size:.92rem}
  .contacto-grid{grid-template-columns:1fr 1.1fr; align-items:stretch}
  .footer-inner{grid-template-columns:1fr auto; align-items:center}
  .usps-grid{grid-template-columns:repeat(4,1fr); gap:18px; padding:54px 22px}
  .usp{padding:26px 22px}
  .usp-ic{width:50px; height:50px; margin-bottom:18px}
  .usp-ic svg{width:25px; height:25px}
  .usp h3{font-size:1.1rem}
  .usp p{font-size:.95rem}
  .hero-inner{padding:104px 22px 108px}
}

/* Kleine Handys: Header kompakt (Logo/Wortmarke/CTA nicht zu gross) */
@media(max-width:560px){
  .header-inner{gap:10px; height:62px}
  .brand{gap:10px}
  .brand img{height:36px; width:36px; border-radius:7px}
  .brand-name{font-size:1.02rem}
  .header-cta .btn-primary{padding:.56em .95em; font-size:.88rem}
}
