/* ============================================================
   Friseur Turnsek — site.css
   Sauberer Neuaufbau (kein jQuery / kein one.com-Code)
   ============================================================ */

:root{
  --ink:#222;
  --muted:#7f7f7f;
  --orange:#f6a00e;
  --orange-dark:#e0900a;
  --purple:#572af7;
  --line:rgba(0,0,0,.10);
  --maxw:1080px;
  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --round:"Quicksand","Helvetica Neue",Arial,sans-serif;
  --body:"Helvetica Neue",Helvetica,Arial,sans-serif;
  --header-h:96px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:#fff;color:var(--ink);
  font-family:var(--body);font-size:16px;line-height:1.6;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit}

.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.section{padding:72px 0}
section[id]{scroll-margin-top:calc(var(--header-h) + 8px)}
.section h2.title,h2.title{
  font-family:var(--serif);font-weight:700;font-size:44px;line-height:1.2;
  text-align:center;margin:0 0 14px;color:var(--ink);
}
.section .lead{text-align:center;max-width:760px;margin:0 auto 8px}
h3.sub{font-family:var(--serif);font-weight:400;font-size:24px;text-align:center;margin:0 0 14px}
.accent-orange{color:var(--orange)}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:1000;background:#fff;
  border-bottom:1px solid var(--line);
}
.site-header .container{display:flex;align-items:center;gap:24px;min-height:var(--header-h)}
.brand{flex:0 0 auto}
.brand img{height:72px;width:auto}
.main-nav{margin-left:auto}
.main-nav ul{list-style:none;display:flex;gap:30px;margin:0;padding:0}
.main-nav a{
  font-family:var(--round);font-weight:500;font-size:16px;color:var(--muted);
  text-decoration:none;letter-spacing:.2px;transition:color .15s;white-space:nowrap;
}
.main-nav a:hover{color:var(--orange)}
.header-phone{display:flex;align-items:center;gap:10px;flex:0 0 auto;text-align:left}
.header-phone .ico{width:24px;height:24px;color:var(--muted);flex:0 0 auto}
.header-phone .label{font-family:var(--round);font-weight:700;font-size:13px;color:var(--muted);letter-spacing:1px;display:block;margin-bottom:2px}
.header-phone a{font-family:var(--round);font-size:15px;color:var(--muted);text-decoration:none;letter-spacing:.5px}
.header-phone .second{display:block;font-size:12px;color:var(--muted)}
.nav-toggle{display:none;border:0;background:none;cursor:pointer;width:40px;height:40px;margin-left:auto;padding:8px}
.nav-toggle span{display:block;height:2px;background:var(--muted);margin:5px 0;transition:.25s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- Hero (zentriertes Banner auf Weiß) ---------- */
.hero{background:#fff;color:#fff;text-align:center}
.hero .container{padding-top:0;padding-bottom:0}
.hero-banner{
  position:relative;display:flex;flex-direction:column;min-height:600px;
  padding:48px 36px 40px;background-color:#000;
  background:linear-gradient(to bottom,rgba(0,0,0,.34),rgba(0,0,0,.06)),
             url("../img/P1300929_Laden_160506-85cb382017.webp") center bottom/cover no-repeat;
}
.hero .quote{margin-top:44px}
.hero .quote p{margin:0;font-weight:700;text-shadow:0 1px 6px rgba(0,0,0,.45)}
.hero .quote .l1{font-size:24px}
.hero .quote .l2{font-size:20px}
.hero .quote .l3{font-size:28px;margin-top:6px}
.hero .attrib{margin:16px 0 0;font-style:italic;font-weight:700;text-align:right;text-shadow:0 1px 6px rgba(0,0,0,.45)}
.hero .attrib .name{font-size:18px}
.hero .attrib .role{font-size:14px;display:block}
.hero .headline{
  font-family:var(--round);font-weight:500;color:var(--purple);
  font-size:40px;line-height:1.25;margin:auto 0 0;padding-top:48px;text-shadow:0 1px 10px rgba(0,0,0,.35);
}

/* ---------- About ---------- */
.about .cols{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:34px}
.about figure{margin:0}
.about figure img{width:100%;height:260px;object-fit:cover;border-radius:4px}
.about .card-text{text-align:center;margin-top:20px}
.about .card-text p{margin:0 0 14px}

/* ---------- Gallery ---------- */
.gallery-section{
  background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),
             url("../img/3329fc4038.webp") center/cover no-repeat;
  background-color:#1a1a1a;
}
.gallery-section h2.title{color:#fff}
.gallery{
  display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:34px;
}
.gallery a{
  display:block;overflow:hidden;border-radius:4px;background:#fff;aspect-ratio:1/1;
  cursor:zoom-in;
}
.gallery a img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.gallery a:hover img{transform:scale(1.06)}

/* ---------- Services ---------- */
.services .svc-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin-top:34px;align-items:start}
.svc-box{border:1px solid #e5e5e5;padding:28px 26px 32px;margin:0 0 24px;text-align:center}
.svc-main{font-family:var(--serif);font-weight:700;font-size:23px;color:var(--ink);margin:0 0 16px}
.svc-sub{font-family:var(--serif);font-weight:700;font-size:18px;color:var(--orange);margin:24px 0 10px}
.price{padding:3px 0;line-height:1.5}
.price .amt{margin-left:8px;white-space:nowrap;color:var(--ink)}
.svc-img{margin:0}
.svc-img img{width:100%;border:1px solid #e5e5e5;object-fit:cover}

/* ---------- Opening hours ---------- */
.hours .hours-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-top:30px;text-align:center}
.hours .block{min-width:200px}
.hours .block h3{font-family:var(--serif);font-weight:700;font-size:22px;margin:0 0 6px}
.hours .block p{margin:0;font-size:18px}
.hours .closed{color:var(--muted)}
.hours .note{text-align:center;margin:36px 0 0;font-family:var(--serif);font-size:24px;color:var(--orange)}

/* ---------- Find us / contact ---------- */
.findus .map-link{display:block;max-width:820px;margin:34px auto 0;border-radius:6px;overflow:hidden;position:relative}
.findus .map-link img{width:100%;height:auto}
.findus .map-pin{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);width:42px;color:var(--orange)}
.findus .address{text-align:center;max-width:760px;margin:22px auto 0}
.findus .address a{color:var(--ink);text-decoration:none}
.findus .address a:hover{text-decoration:underline}

.contact{max-width:560px;margin:42px auto 0}
.contact .field{margin:0 0 16px}
.contact label{display:block;font-size:15px;margin:0 0 5px}
.contact input,.contact textarea{
  width:100%;font-family:var(--body);font-size:16px;color:var(--ink);
  background:#fff;border:1px solid #bbb;border-radius:4px;padding:10px 12px;
}
.contact textarea{min-height:140px;resize:vertical}
.contact .consent{display:flex;align-items:flex-start;gap:10px}
.contact .consent input{width:auto;margin-top:4px}
.contact .consent label{margin:0;font-size:14px}
.hp{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none;height:0;overflow:hidden}
.btn-submit{
  display:inline-block;background:var(--orange);color:#fff;border:0;border-radius:30px;
  font-family:var(--round);font-weight:600;font-size:16px;letter-spacing:.5px;
  padding:13px 40px;cursor:pointer;transition:background .15s;margin-top:4px;
}
.btn-submit:hover{background:var(--orange-dark)}
.form-error{background:#fdecea;color:#a3271c;border:1px solid #f5c6c2;border-radius:6px;padding:12px 16px;margin:0 0 20px;text-align:center}

/* ---------- Footer ---------- */
.site-footer{border-top:1px solid var(--line);padding:54px 0 30px}
.footer-cols{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}
.footer-cols .fcol{display:flex;align-items:center;gap:12px}
.footer-cols .ico{width:24px;height:24px;color:var(--muted);flex:0 0 auto}
.footer-cols .label{font-weight:700;letter-spacing:1px;display:block;margin-bottom:4px;font-family:var(--round);font-size:14px}
.footer-cols a,.footer-cols address{color:var(--ink);font-style:normal;text-decoration:none;line-height:1.45}
.footer-cols a:hover{text-decoration:underline}
.social{display:flex;gap:14px;align-items:center}
.social a{width:26px;height:26px;display:block}
.footer-bottom{text-align:center;margin-top:40px;color:var(--muted);font-size:14px}
.footer-bottom .legal{margin-top:8px}
.footer-bottom .legal a{color:var(--muted);text-decoration:underline;margin:0 6px}

/* ---------- Lightbox ---------- */
.lb{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:3000;display:none;align-items:center;justify-content:center}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:86vh;object-fit:contain;box-shadow:0 10px 60px rgba(0,0,0,.6)}
.lb button{position:absolute;background:none;border:0;color:#fff;cursor:pointer;font-size:40px;line-height:1;padding:10px 18px;opacity:.8}
.lb button:hover{opacity:1}
.lb .lb-close{top:6px;right:10px;font-size:46px}
.lb .lb-prev{left:6px;top:50%;transform:translateY(-50%)}
.lb .lb-next{right:6px;top:50%;transform:translateY(-50%)}

/* ---------- Responsive ---------- */
@media (max-width:1000px){
  .gallery{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:640px){
  .gallery{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  :root{--header-h:72px}
  .section{padding:54px 0}
  h2.title,.section h2.title{font-size:34px}
  .header-phone{display:none}
  .hero-banner{min-height:auto;padding:32px 22px}
  .hero .headline{padding-top:36px}
  .main-nav{
    position:fixed;inset:var(--header-h) 0 auto 0;background:#fff;border-bottom:1px solid var(--line);
    margin:0;transform:translateY(-130%);transition:transform .3s ease;box-shadow:0 14px 30px rgba(0,0,0,.08);
  }
  .main-nav.open{transform:translateY(0)}
  .main-nav ul{flex-direction:column;gap:0;padding:8px 0}
  .main-nav a{display:block;padding:14px 24px;font-size:17px}
  .nav-toggle{display:block}
  .about .cols{grid-template-columns:1fr;gap:40px}
  .services .svc-grid{grid-template-columns:1fr;gap:8px}
  .hero .headline{font-size:30px}
  .hero .quote .l1{font-size:21px}.hero .quote .l2{font-size:18px}.hero .quote .l3{font-size:24px}
  .footer-cols{flex-direction:column;align-items:flex-start}
}
@media (max-width:420px){
  .gallery{grid-template-columns:1fr 1fr;gap:8px}
}
