/* ==============================
   Schneiderei Juan – Styles (statisch)
   Farbpalette: Waldgruen, Kupfer, Leinen, Graphit
   Hinweis: bewusst anders als coiffeur-juan.ch
   ============================== */

:root{
  --blue: #0f3d2e;          /* Waldgruen (Primary) */
  --blue-2: #0a2c21;        /* Dunkler */
  --black: #0b1111;         /* Graphit */
  --white: #ffffff;
  --silver: #c9d2cf;        /* kuehl, aber weich */
  --silver-2: #eef2f0;
  --gold: #c77d3b;          /* Kupfer (Akzent) */

  --bg: #070c0a;
  --panel: rgba(255,255,255,.06);
  --panel-2: rgba(255,255,255,.10);
  --border: rgba(201,210,207,.22);
  --shadow: 0 18px 55px rgba(0,0,0,.45);

  --radius: 18px;
  --radius-lg: 26px;
  --max: 1160px;
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }
body{
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(1200px 700px at 15% -10%, rgba(15,61,46,.38), transparent 60%),
    radial-gradient(900px 520px at 90% 10%, rgba(199,125,59,.18), transparent 55%),
    radial-gradient(900px 520px at 50% 120%, rgba(201,210,207,.10), transparent 60%),
    linear-gradient(180deg, #040805, var(--bg));
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.55;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
a:hover{ text-decoration: underline; text-underline-offset: 4px; }

.container{
  width: min(var(--max), calc(100% - 2*20px));
  margin: 0 auto;
}

.sr-only{
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 12px;
  background: var(--blue);
  color: var(--white);
  border-radius: 12px;
  z-index: 9999;
}
.skip-link:focus{ left: 12px; }

/* Header */
.site-header{
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(14px);
  background: rgba(7,12,10,.78);
  border-bottom: 1px solid var(--border);
}
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
}

.brand{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}
.brand.small{ transform: scale(.98); transform-origin: left center; }
.brand-mark{
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.brand-text{ display: grid; gap: 2px; }
.brand-name{
  font-weight: 700;
  letter-spacing: .2px;
}
.brand-sub{
  font-size: 12px;
  color: rgba(201,210,207,.92);
}

.site-nav{
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-nav a{
  padding: 10px 12px;
  border-radius: 12px;
  color: rgba(238,242,240,.95);
  border: 1px solid transparent;
  text-decoration: none;
}
.site-nav a:hover{
  border-color: rgba(201,210,207,.22);
  background: rgba(255,255,255,.04);
  text-decoration: none;
}
.site-nav .nav-cta{
  background: linear-gradient(180deg, rgba(15,61,46,.92), rgba(10,44,33,.92));
  border-color: rgba(201,210,207,.22);
  box-shadow: 0 12px 40px rgba(15,61,46,.25);
}
.site-nav .nav-cta:hover{
  background: linear-gradient(180deg, rgba(15,61,46,.98), rgba(10,44,33,.98));
}

.nav-toggle{
  display: none;
  width: 44px; height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(201,210,207,.26);
  background: rgba(255,255,255,.05);
  color: var(--white);
  cursor: pointer;
}
.nav-toggle-lines{
  width: 18px; height: 12px;
  display: grid;
  align-content: space-between;
  margin: 0 auto;
}
.nav-toggle-lines::before,
.nav-toggle-lines::after,
.nav-toggle-lines span{
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px;
  background: rgba(238,242,240,.92);
}
.nav-toggle-lines span{ width: 12px; justify-self: end; }

/* Hero */
.hero{
  position: relative;
  padding: 54px 0 22px;
  overflow: clip;
}
.hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
}

.kicker{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.16);
  color: rgba(238,242,240,.95);
  font-size: 13px;
}
.kicker .dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--gold), var(--blue));
  box-shadow: 0 0 0 4px rgba(199,125,59,.10);
}

.hero h1{
  margin: 14px 0 10px;
  font-family: Space Grotesk, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: .2px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
}
.lead{
  margin: 0;
  color: rgba(238,242,240,.88);
  font-size: 16px;
  max-width: 52ch;
}

.hero-actions{
  display: flex;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(201,210,207,.18);
  background: rgba(255,255,255,.04);
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  font-weight: 700;
}
.btn:hover{
  transform: translateY(-1px);
  text-decoration: none;
  background: rgba(255,255,255,.06);
  border-color: rgba(201,210,207,.30);
}
.btn:active{ transform: translateY(0); }

.btn-primary{
  background: linear-gradient(180deg, rgba(15,61,46,.94), rgba(10,44,33,.94));
  box-shadow: 0 16px 50px rgba(15,61,46,.25);
}
.btn-primary:hover{
  background: linear-gradient(180deg, rgba(15,61,46,.99), rgba(10,44,33,.99));
}

.btn-ghost{
  background: rgba(255,255,255,.03);
}

.hero-badges{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.badge{
  padding: 12px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
}
.badge-title{
  display: block;
  font-weight: 800;
  font-size: 13px;
}
.badge-text{
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(201,210,207,.92);
}

.hero-media{ position: relative; }
.hero-card{
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,210,207,.16);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.hero-card img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}
.hero-card-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.58));
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
}
.hero-stat{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,210,207,.16);
  backdrop-filter: blur(10px);
}
.hero-stat-number{
  font-weight: 900;
  font-size: 20px;
}
.hero-stat-label{
  font-size: 12px;
  color: rgba(238,242,240,.85);
}
.hero-note{
  margin: 10px 6px 0;
  font-size: 12px;
  color: rgba(201,210,207,.85);
}

.hero-glow{
  position: absolute;
  inset: -200px -200px auto auto;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(199,125,59,.34), rgba(15,61,46,.24), transparent 60%);
  filter: blur(14px);
  opacity: .75;
  pointer-events: none;
}

/* Info strip */
.info-strip{ padding: 18px 0 0; }
.info-strip-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.info-chip{
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
}
.info-chip-label{
  display: block;
  font-size: 12px;
  color: rgba(201,210,207,.9);
}
.info-chip-value{
  display: block;
  margin-top: 4px;
  font-weight: 700;
}
.info-chip a{ text-decoration: none; }
.info-chip a:hover{ text-decoration: underline; }

/* Sections */
.section{ padding: 66px 0; }
.section-alt{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top: 1px solid rgba(201,210,207,.08);
  border-bottom: 1px solid rgba(201,210,207,.08);
}
.section-head{
  display: grid;
  gap: 8px;
  margin-bottom: 26px;
}
.section-head.left{ margin-bottom: 18px; }
.section-head h2{
  margin: 0;
  font-family: Space Grotesk, system-ui, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  letter-spacing: .2px;
}
.section-head p{
  margin: 0;
  color: rgba(201,210,207,.92);
  max-width: 75ch;
}

/* Cards */
.cards{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.card{
  padding: 18px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
}
.card h3{
  margin: 10px 0 8px;
  font-size: 16px;
  font-weight: 800;
}
.card p{
  margin: 0;
  color: rgba(238,242,240,.88);
}
.card-icon{
  width: 44px; height: 44px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(15,61,46,.22);
  border: 1px solid rgba(15,61,46,.34);
  box-shadow: 0 14px 40px rgba(15,61,46,.10);
}
.list{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(201,210,207,.95);
  font-size: 13px;
}
.mini-note{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(199,125,59,.10);
  border: 1px solid rgba(199,125,59,.22);
  color: rgba(238,242,240,.92);
  font-size: 12px;
}

.card-highlight{
  background:
    radial-gradient(600px 220px at 20% 10%, rgba(199,125,59,.14), transparent 55%),
    radial-gradient(500px 240px at 90% 30%, rgba(15,61,46,.22), transparent 60%),
    rgba(255,255,255,.04);
  border-color: rgba(199,125,59,.24);
}

/* Steps */
.steps{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.step{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
}
.step-no{
  width: 40px; height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  background: rgba(15,61,46,.22);
  border: 1px solid rgba(201,210,207,.16);
}
.step-body h3{ margin: 2px 0 6px; font-size: 16px; font-weight: 800; }
.step-body p{ margin: 0; color: rgba(201,210,207,.95); }

/* Gallery */
.gallery{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.gallery-item{
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201,210,207,.14);
  background: rgba(255,255,255,.03);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.gallery-item img{
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.gallery-item figcaption{
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(201,210,207,.92);
  border-top: 1px solid rgba(201,210,207,.10);
}

/* Pricing */
.pricing{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.price-card{
  padding: 18px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
}
.price-card h3{ margin: 0 0 12px; font-weight: 900; }
.price-card ul{ list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.price-card li{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,210,207,.10);
}
.price-card li span:last-child{
  font-weight: 900;
  color: rgba(238,242,240,.95);
}
.price-card-accent{
  border-color: rgba(199,125,59,.26);
  background:
    radial-gradient(600px 220px at 30% 0%, rgba(199,125,59,.14), transparent 55%),
    rgba(255,255,255,.04);
}
.price-note{
  margin-top: 12px;
  font-size: 12px;
  color: rgba(201,210,207,.92);
}

/* Contact */
.contact-grid{
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
  align-items: start;
}
.contact-card,
.form-card{
  border-radius: var(--radius-lg);
  padding: 18px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,210,207,.14);
  box-shadow: 0 18px 55px rgba(0,0,0,.22);
}
.contact-list{
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.contact-row{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(201,210,207,.10);
}
.contact-label{
  font-size: 12px;
  color: rgba(201,210,207,.92);
}
.contact-value{ font-weight: 900; }

.map-card{
  margin-top: 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201,210,207,.12);
  background: transparent; /* wichtig: sonst sieht man Streifen */
  padding: 0;              /* sicherstellen */
}

.map-pin{
  width: 16px; height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, var(--gold), var(--blue));
  box-shadow: 0 0 0 8px rgba(199,125,59,.10);
  margin-bottom: 6px;
}

.form-card h3{ margin: 0 0 6px; font-weight: 900; }
.muted{
  color: rgba(201,210,207,.92);
  margin: 0 0 14px;
  font-size: 13px;
}

.field{ display: grid; gap: 6px; margin-bottom: 12px; }
.field-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
label{ font-size: 12px; color: rgba(201,210,207,.92); }
input, select, textarea{
  width: 100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(201,210,207,.16);
  background: rgba(0,0,0,.28);
  color: rgba(238,242,240,.95);
  outline: none;
}
input:focus, select:focus, textarea:focus{
  border-color: rgba(199,125,59,.34);
  box-shadow: 0 0 0 4px rgba(199,125,59,.10);
}
textarea{ resize: vertical; min-height: 120px; }

.form-actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.form-status{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  display: none;
}
.form-status.ok{
  display: block;
  background: rgba(15,61,46,.18);
  border: 1px solid rgba(15,61,46,.34);
}
.form-status.err{
  display: block;
  background: rgba(199,125,59,.12);
  border: 1px solid rgba(199,125,59,.26);
}
.fineprint{
  margin: 12px 0 0;
  font-size: 12px;
  color: rgba(201,210,207,.85);
}

/* Footer */
.site-footer{
  border-top: 1px solid rgba(201,210,207,.08);
  background: rgba(0,0,0,.12);
  padding: 26px 0;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 14px;
  align-items: start;
}
.footer-links,
.footer-legal{
  display: grid;
  gap: 8px;
  justify-items: start;
}
.footer-links a,
.footer-legal a{
  padding: 6px 8px;
  border-radius: 12px;
  color: rgba(238,242,240,.92);
}
.footer-links a:hover,
.footer-legal a:hover{
  background: rgba(255,255,255,.04);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .hero-badges{ grid-template-columns: 1fr; }
  .info-strip-grid{ grid-template-columns: 1fr; }
  .cards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 720px){
  .nav-toggle{ display: inline-grid; place-items: center; }
  .site-nav{
    position: fixed;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 12px;
    border-radius: 20px;
    background: rgba(7,12,10,.92);
    border: 1px solid rgba(201,210,207,.14);
    box-shadow: 0 22px 70px rgba(0,0,0,.55);
  }
  .site-nav.open{ display: flex; }
  .site-nav a{ padding: 12px 12px; }
  .cards{ grid-template-columns: 1fr; }
  .gallery{ grid-template-columns: 1fr; }
  .field-grid{ grid-template-columns: 1fr; }
}


/* CTA Callout */
.callout{
  margin-top: 18px;
  padding: 14px;
  border-radius: 18px;
  background:
    radial-gradient(520px 240px at 20% 0%, rgba(199,125,59,.14), transparent 60%),
    rgba(255,255,255,.03);
  border: 1px solid rgba(201,210,207,.14);
}
.callout-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.callout-inner strong{
  display: block;
  font-weight: 900;
}
.callout-inner span{
  display: block;
  color: rgba(201,210,207,.92);
  font-size: 13px;
  margin-top: 2px;
}

/* Contact: single column */
.contact-grid.single{
  grid-template-columns: 1fr;
}
.contact-cta{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}


/* Embedded map */
.map-iframe{
  width: 100%;
  height: 320px;
  border: 0;
  display: block;  /* wichtig: verhindert Baseline-Gap */
  margin: 0;       /* sicherstellen */
}

@media (max-width: 900px){
  .map-iframe{
    height: 280px;
  }
}



/* Logo image */
.brand-mark img{
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}


/* Phone buttons (green) */
.btn-phone{
  background: linear-gradient(180deg, rgba(16, 97, 60, .95), rgba(9, 70, 42, .95));
  border: 1px solid rgba(40, 210, 120, .20);
  box-shadow: 0 16px 50px rgba(16, 97, 60, .25);
}
.btn-phone:hover{
  background: linear-gradient(180deg, rgba(16, 97, 60, 1), rgba(9, 70, 42, 1));
  border-color: rgba(40, 210, 120, .30);
}
.btn-phone-inline{
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 900;
  display: inline-flex;
}
