/* =========================================================================
   Tierphysiotherapie Lina Fischer — Design-System "Modern Clinic" (V1)
   Greige Basis · Petrol/Teal-Akzent #0E6E63 · Space Grotesk + Inter
   ========================================================================= */

:root{
  --bg:#FAF8F4;
  --ink:#191A17;
  --petrol:#0E6E63;
  --petrol-dark:#0b5750;
  --petrol-soft:#d9efeb;
  --line:#ece8e0;
  --line-strong:#d8d3c8;
  --muted:#54564f;
  --muted-2:#6a6c64;
  --muted-3:#8a8c84;
  --dark:#191A17;
  --footer:#101511;
  --maxw:1180px;
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; scroll-padding-top:84px; }
body{ background:var(--bg); color:var(--ink); font-family:'Inter',sans-serif; -webkit-font-smoothing:antialiased; line-height:1.5; }
img{ display:block; max-width:100%; }
a{ text-decoration:none; color:inherit; }
h1,h2,h3,.disp{ font-family:'Space Grotesk',sans-serif; letter-spacing:-1px; }

.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 7%; }
section{ padding:84px 0; }

/* ---------- Buttons ---------- */
.btn{ display:inline-flex; align-items:center; gap:8px; font-family:'Inter',sans-serif; font-weight:700; font-size:15px;
  padding:14px 26px; cursor:pointer; transition:.18s; border:none; border-radius:10px; background:var(--petrol); color:#fff; }
.btn:hover{ transform:translateY(-2px); background:var(--petrol-dark); }
.btn.ghost{ background:transparent; color:var(--ink); border:1.5px solid var(--line-strong); }
.btn.ghost:hover{ background:transparent; border-color:var(--petrol); color:var(--petrol); }
.btn.light{ background:#fff; color:var(--petrol); }
.btn.block{ width:100%; justify-content:center; }

/* ---------- Header / Nav ---------- */
.site-head{ position:sticky; top:0; z-index:900; background:rgba(250,248,244,.9); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav{ display:flex; align-items:center; gap:24px; padding:16px 0; }
.nav .logo{ font-weight:800; margin-right:auto; display:flex; align-items:center; gap:10px; }
.nav .logo .mark{ width:34px; height:34px; border-radius:9px; background:var(--petrol); color:#fff; display:grid; place-items:center; font-size:16px; flex:none; }
.nav .logo img.mark{ width:48px; height:48px; border-radius:0; background:transparent; object-fit:contain; flex:none; }
.nav .logo small{ display:block; font-size:10px; font-weight:700; letter-spacing:1.5px; color:var(--petrol); }
/* footer logo */
.footer .brand-logo{ width:64px; height:64px; object-fit:contain; margin-bottom:14px; }
.nav a.link{ font-size:14px; font-weight:600; opacity:.82; }
.nav a.link:hover{ opacity:1; color:var(--petrol); }
.nav .nav-links{ display:flex; align-items:center; gap:22px; }
.nav .cart-link{ position:relative; display:inline-flex; align-items:center; gap:6px; font-weight:600; font-size:14px; }
.nav .cart-link .count{ background:var(--petrol); color:#fff; font-size:11px; font-weight:700; min-width:18px; height:18px; padding:0 5px;
  border-radius:999px; display:inline-grid; place-items:center; }
.nav-toggle{ display:none; background:none; border:none; cursor:pointer; font-size:24px; color:var(--ink); }

/* ---------- Hero ---------- */
.hero{ display:grid; grid-template-columns:1.1fr .9fr; gap:54px; align-items:center; padding-top:46px; }
.eyebrow{ display:inline-block; background:var(--petrol-soft); color:var(--petrol-dark); font-weight:700; font-size:12.5px;
  padding:7px 14px; border-radius:999px; letter-spacing:.5px; }
.hero h1{ font-size:clamp(36px,5vw,62px); line-height:1.02; font-weight:700; margin:20px 0 18px; }
.hero h1 b{ color:var(--petrol); font-weight:700; }
.hero p.sub{ font-size:18px; line-height:1.6; color:var(--muted); max-width:470px; }
.hero .cta{ margin-top:30px; display:flex; gap:14px; align-items:center; flex-wrap:wrap; }
.hero .media{ position:relative; }
.hero .media img{ border-radius:20px; aspect-ratio:1/1.08; object-fit:cover; width:100%; }
.hero .float{ position:absolute; left:-22px; bottom:26px; background:#fff; padding:14px 18px; border-radius:14px;
  box-shadow:0 16px 40px rgba(14,110,99,.18); font-weight:700; font-size:14px; display:flex; align-items:center; gap:10px; }
.hero .float .big{ font-family:'Space Grotesk'; font-size:26px; color:var(--petrol); }

/* ---------- Stats ---------- */
.stats{ display:grid; grid-template-columns:repeat(4,1fr); background:var(--petrol); color:#fff; }
.stats .s{ padding:34px 24px; text-align:center; border-right:1px solid rgba(255,255,255,.14); }
.stats .s:last-child{ border-right:none; }
.stats .s .n{ font-family:'Space Grotesk'; font-size:30px; font-weight:700; }
.stats .s .l{ font-size:13px; opacity:.85; margin-top:6px; }
.section-flush{ padding:0; }

/* ---------- Über mich / Therapeut ---------- */
.therapeut{ display:grid; grid-template-columns:.85fr 1.15fr; gap:50px; align-items:center; background:#fff; }
.therapeut img{ border-radius:18px; aspect-ratio:1/1.05; object-fit:cover; width:100%; }
.eyebrow2{ color:var(--petrol); font-weight:700; font-size:12.5px; letter-spacing:1.5px; text-transform:uppercase; }
.therapeut h2{ font-size:34px; margin:12px 0 16px; }
.therapeut p{ color:var(--muted); line-height:1.75; font-size:16px; margin-bottom:14px; }
.therapeut ul{ list-style:none; display:grid; gap:10px; margin-top:8px; }
.therapeut li{ display:flex; gap:10px; font-size:15px; font-weight:500; }
.therapeut li::before{ content:"✓"; color:var(--petrol); font-weight:800; }

/* ---------- Section headers ---------- */
h2.sec{ font-size:36px; }
.lead{ color:var(--muted); font-size:16px; margin-top:10px; max-width:560px; }
.section-head.center{ text-align:center; }
.section-head.center .lead{ margin-left:auto; margin-right:auto; }

/* ---------- Leistungen / Preis-Karten ---------- */
.pg{ display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:16px; margin-top:40px; }
.pc{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:24px; transition:.18s; }
.pc:hover{ border-color:var(--petrol); transform:translateY(-3px); }
.pc .t{ font-weight:700; font-size:17px; }
.pc .p{ font-family:'Space Grotesk'; font-weight:700; font-size:24px; color:var(--petrol); margin-top:6px; }
.pc .d{ font-size:13.5px; line-height:1.6; color:var(--muted-2); margin-top:10px; }
.price-note{ font-size:13.5px; color:var(--muted-2); margin-top:22px; }

/* ---------- Schnupper ---------- */
.schnupper{ background:var(--petrol); color:#fff; display:grid; grid-template-columns:1.2fr .8fr; gap:44px; align-items:center; }
.schnupper h2{ font-size:32px; }
.schnupper p{ line-height:1.7; margin-top:14px; opacity:.92; }
.schnupper img{ border-radius:16px; aspect-ratio:1/.85; object-fit:cover; width:100%; }

/* ---------- Assistenten / Polaroids ---------- */
.assist{ text-align:center; }
.assist .lead{ margin:10px auto 0; }
.polas{ display:flex; gap:20px; justify-content:center; flex-wrap:wrap; margin-top:40px; }
.pola{ background:#fff; padding:12px 12px 16px; border-radius:8px; box-shadow:0 10px 30px rgba(0,0,0,.07); width:200px; }
.pola img{ border-radius:4px; aspect-ratio:1/1; object-fit:cover; width:100%; }
.pola .cap{ text-align:center; font-weight:600; font-size:14px; margin-top:10px; }
.pola .cap small{ display:block; color:var(--muted-3); font-weight:500; }
.pola:nth-child(even){ transform:rotate(-2deg); }
.pola:nth-child(odd){ transform:rotate(2deg); }

/* ---------- Instagram ---------- */
.insta{ text-align:center; }
.insta .lead{ margin:10px auto 0; }
.insta-strip{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:40px 0 32px; }
.insta-strip a{ position:relative; aspect-ratio:1/1; overflow:hidden; border-radius:12px; background:var(--line); display:block; }
.insta-strip a::after{ content:""; position:absolute; inset:0; background:var(--petrol); opacity:0; transition:.25s; }
.insta-strip a:hover::after{ opacity:.18; }
.insta-strip img{ width:100%; height:100%; object-fit:cover; display:block; transition:.4s; }
.insta-strip a:hover img{ transform:scale(1.06); }

/* ---------- Shop-Preview (Startseite) ---------- */
.shop-preview{ background:#fff; }
.sp-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:18px; margin-top:40px; }
.spc{ display:block; background:var(--bg); border:1px solid var(--line); border-radius:14px; overflow:hidden; transition:.18s; }
.spc:hover{ border-color:var(--petrol); transform:translateY(-3px); }
.spc img{ aspect-ratio:1/.85; object-fit:cover; width:100%; }
.spc .l{ padding:14px; font-weight:700; font-size:14px; }
.spc .l small{ display:block; color:var(--muted-3); font-weight:500; font-size:12px; margin-top:3px; }
.shop-preview .more{ text-align:center; margin-top:36px; }

/* ---------- Termin / Cal.com ---------- */
.termin{ background:#fff; }
.cal-shell{ margin-top:34px; border:1px solid var(--line); border-radius:16px; overflow:hidden; background:var(--bg); min-height:560px; }
#cal-inline{ width:100%; min-height:560px; }

/* ---------- FAQ ---------- */
.faq{ max-width:820px; margin:36px auto 0; }
.faq details{ background:#fff; border:1px solid var(--line); border-radius:12px; margin-bottom:12px; overflow:hidden; }
.faq summary{ list-style:none; cursor:pointer; padding:20px 22px; font-weight:700; font-size:16px; display:flex; justify-content:space-between; align-items:center; gap:16px; }
.faq summary::-webkit-details-marker{ display:none; }
.faq summary::after{ content:"+"; color:var(--petrol); font-size:22px; font-weight:700; transition:.2s; }
.faq details[open] summary::after{ transform:rotate(45deg); }
.faq .a{ padding:0 22px 20px; color:var(--muted); line-height:1.7; font-size:15px; }

/* ---------- Kontakt ---------- */
.kontakt{ background:var(--bg); }
.kontakt-grid{ display:grid; grid-template-columns:1fr 1fr; gap:50px; margin-top:36px; }
.contact-card{ background:#fff; border:1px solid var(--line); border-radius:14px; padding:26px; }
.contact-card .row{ display:flex; gap:14px; align-items:flex-start; padding:14px 0; border-bottom:1px solid var(--line); }
.contact-card .row:last-child{ border-bottom:none; }
.contact-card .ic{ width:40px; height:40px; border-radius:10px; background:var(--petrol-soft); color:var(--petrol-dark); display:grid; place-items:center; flex:none; font-size:18px; }
.contact-card .row .k{ font-size:12px; color:var(--muted-3); font-weight:600; text-transform:uppercase; letter-spacing:.5px; }
.contact-card .row .val{ font-weight:600; font-size:15px; margin-top:2px; }
.form-field{ margin-bottom:16px; }
.form-field label{ display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.form-field input,.form-field textarea{ width:100%; font-family:inherit; font-size:15px; padding:12px 14px; border:1px solid var(--line-strong); border-radius:10px; background:#fff; }
.form-field input:focus,.form-field textarea:focus{ outline:none; border-color:var(--petrol); }
.form-field textarea{ min-height:120px; resize:vertical; }

/* ---------- Final CTA ---------- */
.ctaf{ background:var(--dark); color:#fff; text-align:center; }
.ctaf h2{ font-size:38px; }
.ctaf p{ opacity:.75; margin-top:12px; }
.ctaf .btn{ margin-top:24px; }

/* ---------- Footer ---------- */
.footer{ background:var(--footer); color:#b9c4bf; font-size:13.5px; }
.footer .wrap{ padding-top:54px; padding-bottom:40px; }
.footer-grid{ display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; }
.footer h4{ font-family:'Inter'; color:#fff; font-size:14px; margin-bottom:14px; letter-spacing:.3px; }
.footer a{ display:block; padding:5px 0; color:#b9c4bf; }
.footer a:hover{ color:#fff; }
.footer .brand-line{ color:#fff; font-weight:800; font-size:16px; margin-bottom:10px; }
.footer .legal{ border-top:1px solid rgba(255,255,255,.1); margin-top:38px; padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; opacity:.7; }
.footer a.social-ic{ display:inline-grid; }
.footer .social{ display:flex; gap:10px; margin-top:14px; }
.footer .social a{ width:40px; height:40px; border-radius:11px; background:rgba(255,255,255,.08); display:grid; place-items:center; padding:0; transition:.18s; }
.footer .social a:hover{ background:var(--petrol); }
.footer .social svg{ width:20px; height:20px; fill:#fff; }
.footer .pay{ display:flex; align-items:center; gap:10px; margin-top:18px; color:#9fb0aa; font-size:12px; flex-wrap:wrap; }
.footer .pay .pp-badge{ background:#fff; border-radius:7px; padding:5px 9px; display:inline-flex; align-items:center; gap:6px; }
.footer .pay .pp-badge svg{ width:16px; height:16px; }
.footer .pay .pp-badge span{ font-weight:800; font-size:13px; }
.footer .pay .pp-badge .pp-pal{ color:#179BD7; }
.footer .pay .pp-badge .pp-pay{ color:#253B80; }

/* ---------- WhatsApp Floating Button ---------- */
.wa-float{ position:fixed; right:22px; bottom:22px; z-index:940; display:inline-flex; align-items:center; gap:0;
  background:#25D366; color:#fff; border-radius:999px; padding:0; height:60px; box-shadow:0 12px 30px rgba(37,211,102,.45); transition:.22s; overflow:hidden; }
.wa-float:hover{ box-shadow:0 16px 38px rgba(37,211,102,.55); transform:translateY(-2px); }
.wa-float .wa-ic{ width:60px; height:60px; display:grid; place-items:center; flex:none; }
.wa-float svg{ width:32px; height:32px; fill:#fff; }
.wa-float .wa-label{ max-width:0; white-space:nowrap; overflow:hidden; font-weight:700; font-size:15px; transition:.28s; opacity:0; }
.wa-float:hover .wa-label{ max-width:170px; opacity:1; padding-right:22px; }
@media (max-width:880px){ .wa-float{ right:16px; bottom:16px; } .wa-float:hover .wa-label{ max-width:0; opacity:0; padding-right:0; } }

/* =========================================================================
   SHOP
   ========================================================================= */
.shop-hero{ padding:54px 0 0; }
.shop-hero h1{ font-size:clamp(32px,4.4vw,52px); }
.shop-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:20px; margin-top:14px; }
.product{ background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; display:flex; flex-direction:column; }
.product .img{ aspect-ratio:1/.9; object-fit:cover; width:100%; }
.product .body{ padding:18px; display:flex; flex-direction:column; flex:1; }
.product .cat{ font-size:11px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:var(--petrol); }
.product .name{ font-weight:700; font-size:16px; margin:6px 0 4px; }
.product .desc{ font-size:13px; color:var(--muted-2); line-height:1.55; flex:1; }
.product .foot{ display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:16px; }
.product .price{ font-family:'Space Grotesk'; font-weight:700; font-size:21px; color:var(--ink); }
.product .add{ font-size:13px; padding:10px 16px; border-radius:9px; }
.product.soon{ opacity:.72; }
.product.soon .badge{ background:var(--line); color:var(--muted-2); }
.badge{ display:inline-block; font-size:11px; font-weight:700; padding:5px 10px; border-radius:999px; background:var(--petrol-soft); color:var(--petrol-dark); }

/* voucher option select */
.product select{ font-family:inherit; font-size:13px; padding:9px 10px; border:1px solid var(--line-strong); border-radius:9px; width:100%; margin-top:10px; }

/* ---------- Cart drawer ---------- */
.cart-backdrop{ position:fixed; inset:0; background:rgba(20,17,14,.45); opacity:0; visibility:hidden; transition:.25s; z-index:1000; }
.cart-backdrop.open{ opacity:1; visibility:visible; }
.cart{ position:fixed; top:0; right:0; height:100%; width:420px; max-width:92vw; background:var(--bg); z-index:1001;
  transform:translateX(100%); transition:.28s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; box-shadow:-20px 0 60px rgba(0,0,0,.2); }
.cart.open{ transform:translateX(0); }
.cart-head{ padding:20px 22px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.cart-head h3{ font-size:20px; }
.cart-close{ background:none; border:none; font-size:26px; cursor:pointer; color:var(--muted); line-height:1; }
.cart-body{ flex:1; overflow-y:auto; padding:16px 22px; }
.cart-empty{ text-align:center; color:var(--muted-2); padding:60px 0; }
.cart-item{ display:flex; gap:14px; padding:14px 0; border-bottom:1px solid var(--line); }
.cart-item img{ width:64px; height:64px; border-radius:10px; object-fit:cover; flex:none; }
.cart-item .ci-name{ font-weight:700; font-size:14px; }
.cart-item .ci-price{ color:var(--petrol); font-weight:700; font-size:14px; margin-top:2px; }
.qty{ display:inline-flex; align-items:center; gap:0; margin-top:8px; border:1px solid var(--line-strong); border-radius:8px; overflow:hidden; }
.qty button{ width:28px; height:28px; border:none; background:#fff; cursor:pointer; font-size:16px; color:var(--ink); }
.qty button:hover{ background:var(--petrol-soft); }
.qty span{ min-width:30px; text-align:center; font-weight:700; font-size:14px; }
.ci-remove{ background:none; border:none; color:var(--muted-3); font-size:12px; cursor:pointer; margin-left:auto; align-self:flex-start; text-decoration:underline; }
.cart-foot{ border-top:1px solid var(--line); padding:18px 22px; background:#fff; }
.cart-foot .line{ display:flex; justify-content:space-between; font-size:14px; margin-bottom:8px; color:var(--muted); }
.cart-foot .line.total{ font-size:18px; font-weight:800; color:var(--ink); margin:12px 0 4px; }
.cart-foot .ship-note{ font-size:12px; color:var(--muted-3); margin-bottom:14px; }
#paypal-button-container{ margin-top:6px; min-height:48px; }
.pp-hint{ font-size:11px; color:var(--muted-3); text-align:center; margin-top:10px; }
.toast{ position:fixed; bottom:24px; left:50%; transform:translateX(-50%) translateY(20px); background:var(--ink); color:#fff;
  padding:13px 22px; border-radius:12px; font-size:14px; font-weight:600; opacity:0; visibility:hidden; transition:.25s; z-index:1100; }
.toast.show{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }

/* ---------- Legal / Content pages ---------- */
.legal-page{ max-width:820px; margin:0 auto; padding:60px 7%; }
.legal-page h1{ font-size:38px; margin-bottom:8px; }
.legal-page .updated{ color:var(--muted-3); font-size:14px; margin-bottom:36px; }
.legal-page h2{ font-size:22px; margin:32px 0 12px; }
.legal-page h3{ font-size:17px; margin:22px 0 8px; }
.legal-page p, .legal-page li{ color:var(--muted); line-height:1.75; font-size:15px; margin-bottom:12px; }
.legal-page ul{ padding-left:22px; margin-bottom:12px; }
.legal-page a{ color:var(--petrol); text-decoration:underline; }
.back-link{ display:inline-flex; align-items:center; gap:6px; color:var(--petrol); font-weight:600; font-size:14px; margin-bottom:24px; }

/* ---------- Responsive ---------- */
@media (max-width:880px){
  section{ padding:56px 0; }
  .hero,.therapeut,.schnupper,.kontakt-grid,.footer-grid{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:repeat(2,1fr); }
  .insta-strip{ grid-template-columns:repeat(2,1fr); }
  .stats .s:nth-child(2){ border-right:none; }
  .nav .nav-links{ position:fixed; inset:0 0 0 auto; top:0; width:280px; max-width:84vw; background:var(--bg); flex-direction:column;
    align-items:flex-start; padding:84px 28px 28px; gap:18px; transform:translateX(100%); transition:.26s; box-shadow:-16px 0 50px rgba(0,0,0,.18); z-index:950; }
  .nav .nav-links.open{ transform:translateX(0); }
  .nav-toggle{ display:block; z-index:960; }
  .hero{ padding-top:30px; }
  .hero .float{ left:0; }
}
