:root{
  --red:#ef0012;
  --red-dark:#c80010;
  --ink:#171716;
  --muted:#716c65;
  --cream:#f7f2ea;
  --cream-2:#efe7dc;
  --paper:#fffdf9;
  --line:#ddd2c4;
  --shadow:0 20px 55px rgba(42,33,24,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.17em;font-weight:800;color:var(--red)}
.display{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.04;letter-spacing:-.035em}
.muted{color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.8rem 1.15rem;border-radius:999px;border:1px solid transparent;font-weight:750;cursor:pointer;transition:.2s ease}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 24px rgba(239,0,18,.18)}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.btn-ghost{border-color:#cfc3b5;background:rgba(255,255,255,.55)}
.btn-ghost:hover{border-color:#a99986;background:#fff}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.93);backdrop-filter:blur(16px);border-bottom:1px solid rgba(221,210,196,.8)}
.header-row{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:245px;max-height:70px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:28px;font-size:.94rem;font-weight:650}
.nav a{position:relative;padding:.45rem .1rem}
.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--red);transition:.2s}
.nav a:hover::after,.nav a.active::after{right:0}
.nav .lock{display:inline-flex;align-items:center;gap:6px}
.menu-btn{display:none;background:none;border:0;font-size:1.7rem;cursor:pointer}
.hero{position:relative;overflow:hidden;background:var(--paper)}
.hero-grid{width:100%;max-width:none;min-height:675px;display:grid;grid-template-columns:minmax(420px,42%) minmax(0,58%);gap:0;padding:0}
.hero-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:none;padding:64px clamp(42px,6vw,96px);background:linear-gradient(90deg,#fffdf9 0%,#fffdf9 86%,rgba(255,253,249,.96) 100%);position:relative;z-index:2}
.hero-copy h1{font-size:clamp(4rem,6vw,6.7rem);margin:.25rem 0 1.4rem;max-width:650px}
.hero-copy h1::first-letter{}
.hero-copy p{font-size:1.08rem;max-width:560px;color:#33302d;margin:0}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}
.hero .btn{min-height:58px;padding:1rem 1.55rem;border-radius:12px;font-size:1.04rem}
.hero .btn-ghost{background:#fffdf9;border-color:#cfbfb0}
.hero-photo{min-height:675px;background:url("images/hero-v05.png") center center/cover no-repeat;position:relative}
.hero-photo::before{content:"";position:absolute;inset:0 auto 0 0;width:12%;background:linear-gradient(90deg,rgba(255,253,249,.98),rgba(255,253,249,0));pointer-events:none}
.hero-art{display:none}



.feature:last-child{border-right:0}




.section{padding:90px 0}
.section-soft{background:var(--cream)}
.section-title{font-size:clamp(2.3rem,4vw,4.4rem);margin:.2rem 0 1rem}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:36px}
.section-head p{max-width:570px;margin:0;color:var(--muted)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.atelier-visual{min-height:440px;border-radius:var(--radius);background:url("images/atelier.jpg") center/cover no-repeat;position:relative;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.7)}
.atelier-visual::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.2);border-radius:inherit}
.dress-form,.measure{display:none}
.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:180px;object-fit:cover}.image-card .card-body{padding:22px 24px 26px}
.service-photo{width:150px;min-width:150px;height:120px;object-fit:cover;border-radius:14px}
.about-photo{min-height:520px;border-radius:var(--radius);background:url("images/about.jpg") center/cover no-repeat;box-shadow:var(--shadow)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;transition:.2s ease;box-shadow:0 10px 30px rgba(50,40,30,.05)}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-icon{width:48px;height:48px;border-radius:14px;background:var(--cream);display:grid;place-items:center;font-size:1.45rem;margin-bottom:18px}
.card h3{font-family:Georgia,serif;font-weight:400;font-size:1.45rem;margin:.2rem 0 .6rem}
.card p{margin:0;color:var(--muted)}
.page-hero{padding:72px 0 54px;background:linear-gradient(135deg,#fffdf9,#f3eadf);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(3rem,5vw,5.3rem);margin:.25rem 0 1rem}
.page-hero p{max-width:720px;color:var(--muted);font-size:1.05rem}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.service{display:flex;gap:20px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px}
.service-num{font:400 2.1rem Georgia,serif;color:var(--red);min-width:46px}
.service h3{font-family:Georgia,serif;font-size:1.35rem;margin:0 0 6px;font-weight:400}
.about-card{background:#fff;border:1px solid var(--line);padding:30px;border-radius:18px}
.quote{font-family:Georgia,serif;font-size:1.55rem;line-height:1.4;color:#332d28;border-left:3px solid var(--red);padding-left:22px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;align-items:start}
.contact-box{background:var(--cream);padding:28px;border-radius:18px;border:1px solid var(--line)}
.contact-line{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}
.contact-line:last-child{border-bottom:0}
.form{display:grid;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-weight:700;font-size:.9rem}
input,textarea,select{width:100%;border:1px solid #cfc4b7;border-radius:12px;background:#fff;padding:.88rem 1rem;outline:none;transition:.2s}
input:focus,textarea:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(239,0,18,.08)}
textarea{min-height:150px;resize:vertical}
.form-note{font-size:.86rem;color:var(--muted)}
.map-placeholder{height:250px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(45deg,#efe8df 25%,#f7f3ed 25%,#f7f3ed 50%,#efe8df 50%,#efe8df 75%,#f7f3ed 75%);background-size:44px 44px;display:grid;place-items:center;margin-top:20px;position:relative;overflow:hidden}
.map-pin{font-size:2.2rem;filter:drop-shadow(0 7px 7px rgba(0,0,0,.15))}
.login-wrap{min-height:70vh;display:grid;place-items:center;padding:70px 20px;background:var(--cream)}
.login-card{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:38px;box-shadow:var(--shadow)}
.login-card img{width:230px;margin:0 auto 22px}
.login-card h1{text-align:center;font-family:Georgia,serif;font-weight:400;font-size:2.3rem;margin:.2rem 0}
.demo-badge{padding:10px 14px;background:#fff3f4;color:#8b0010;border:1px solid #f3b7bc;border-radius:12px;font-size:.85rem;margin:18px 0}
.dashboard{display:grid;grid-template-columns:250px 1fr;min-height:calc(100vh - 88px)}
.sidebar{background:#181716;color:#fff;padding:28px 20px}
.sidebar .mini-logo{width:180px;filter:none;margin-bottom:34px}
.side-nav{display:grid;gap:8px}
.side-nav a{padding:12px 14px;border-radius:10px;color:#ddd}
.side-nav a.active,.side-nav a:hover{background:#2a2826;color:#fff}
.side-nav a.active{box-shadow:inset 3px 0 0 var(--red)}
.dashboard-main{background:#f5f1eb;padding:38px}
.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 8px 25px rgba(55,45,36,.05)}
.invoice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.line-items{margin-top:24px;border-top:1px solid var(--line);padding-top:18px}
.line-row{display:grid;grid-template-columns:2fr .55fr .8fr .8fr;gap:10px;align-items:end;margin-bottom:10px}
.total{display:flex;justify-content:flex-end;gap:28px;font-family:Georgia,serif;font-size:1.4rem;padding:22px 0}
.site-footer{background:#191817;color:#e9e3db;padding:52px 0 24px;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:34px}
.footer-logo{width:230px;margin-bottom:18px}
.footer-title{font-family:Georgia,serif;font-size:1.1rem;color:#fff;margin-bottom:12px}
.footer-grid p,.footer-grid a{color:#c9c2ba;font-size:.92rem}
.footer-bottom{margin-top:34px;padding-top:20px;border-top:1px solid #393735;color:#9f9992;font-size:.82rem;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.toast{position:fixed;right:22px;bottom:22px;background:#191817;color:#fff;padding:14px 18px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(20px);pointer-events:none;transition:.25s;z-index:100}.toast.show{opacity:1;transform:none}
@media (max-width:900px){
  .header-row{height:76px}.brand img{width:205px}.menu-btn{display:block}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:22px 20px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:0 16px 30px rgba(0,0,0,.08)}.nav.open{display:flex}
  .hero-grid,.two-col,.contact-grid{grid-template-columns:1fr}.hero-grid{padding:55px 0}.hero-art{min-height:420px}.art-card{inset:0}.feature:nth-child(2){border-right:0}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:180px;object-fit:cover}.image-card .card-body{padding:22px 24px 26px}
.service-photo{width:150px;min-width:150px;height:120px;object-fit:cover;border-radius:14px}
.about-photo{min-height:520px;border-radius:var(--radius);background:url("images/about.jpg") center/cover no-repeat;box-shadow:var(--shadow)}
.cards{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.dashboard{grid-template-columns:1fr}.sidebar{display:none}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1180px)}.hero-copy h1{font-size:3.3rem}.hero-art{min-height:320px}.thread-spool{right:35px;transform:scale(.8) rotate(7deg)}.tape{left:8px;top:95px;transform:scale(.77) rotate(-14deg);transform-origin:left center}.scissors{left:32px;bottom:30px;transform:scale(.72) rotate(-8deg);transform-origin:left bottom}.features,.cards,.service-grid,.footer-grid,.form-row,.invoice-grid{grid-template-columns:1fr}.section{padding:66px 0}.section-head{align-items:start;flex-direction:column}.line-row{grid-template-columns:1fr 1fr}.dashboard-main{padding:20px}.login-card{padding:28px 22px}
}

@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:54px 28px 44px;background:#fffdf9}
  .hero-copy h1{font-size:clamp(3.3rem,11vw,5.2rem)}
  .hero-photo{min-height:460px;background-position:center center}
  .hero-photo::before{display:none}
}
@media (max-width:620px){
  .hero-copy{padding:42px 22px 34px}
  .hero-photo{min-height:330px}
  .hero .btn{width:100%}
}


.feature-strip 
  .feature-strip .feature:last-child{border-bottom:0}
}


/* V0.9 – saubere Symbolleiste wie in der Referenz */
.feature-strip{
  background:#fffdf9;
  border-top:1px solid rgba(76,58,44,.14);
  border-bottom:1px solid rgba(76,58,44,.14);
}
.feature-strip .features{
  max-width:1440px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.feature-strip .feature{
  min-height:118px;
  padding:22px 34px;
  display:flex;
  align-items:center;
  gap:22px;
  border-right:1px solid rgba(76,58,44,.12);
  box-sizing:border-box;
}
.feature-strip .feature:last-child{border-right:0;}

.feature-strip .feature-icon{
  flex:0 0 62px;
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#c71920;
}
.feature-strip .feature-icon svg{
  width:58px;
  height:58px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.15;
  stroke-linecap:round;
  stroke-linejoin:round;
  overflow:visible;
}

.feature-strip .feature-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.feature-strip .feature strong{
  display:block;
  margin:0 0 8px;
  font-size:clamp(18px,1.35vw,25px);
  line-height:1.1;
  color:#141414;
  font-weight:700;
  white-space:nowrap;
}
.feature-strip .feature small{
  display:block;
  font-size:clamp(14px,1.05vw,20px);
  line-height:1.3;
  color:#716a62;
  white-space:nowrap;
}

@media (max-width:980px){
  .feature-strip .features{grid-template-columns:repeat(2,minmax(0,1fr));}
  .feature-strip .feature:nth-child(2){border-right:0;}
  .feature-strip .feature:nth-child(-n+2){border-bottom:1px solid rgba(76,58,44,.12);}
}
@media (max-width:620px){
  .feature-strip .features{grid-template-columns:1fr;}
  .feature-strip .feature{
    border-right:0;
    border-bottom:1px solid rgba(76,58,44,.12);
    padding:20px 24px;
  }
  .feature-strip .feature:last-child{border-bottom:0;}
  .feature-strip .feature strong,
  .feature-strip .feature small{white-space:normal;}
}

/* V0.12 – Leistungen: Introtext entfernt, Kartenbilder in schärferer Version */
.services-head{grid-template-columns:1fr;}

/* V0.13 – einheitlicher öffentlicher Footer ohne internen Bereich */
.site-footer .footer-grid-public{
  grid-template-columns:1.35fr .85fr 1fr;
  gap:64px;
}
@media (max-width:800px){
  .site-footer .footer-grid-public{
    grid-template-columns:1fr;
    gap:28px;
  }
}


/* V0.15 – kompakter, einheitlicher Footer */
.site-footer{
  padding:42px 0 20px;
}
.site-footer .footer-grid-public{
  grid-template-columns:1.25fr .8fr .8fr;
  gap:54px;
  align-items:start;
}
.site-footer .footer-brand p{
  margin:14px 0 0;
  line-height:1.55;
}
.site-footer .footer-logo-box{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#fffaf3;
  border-radius:12px;
  padding:10px 14px;
}
.site-footer .footer-logo{
  width:210px;
  height:auto;
  display:block;
}
.site-footer .footer-col-offset{
  padding-top:18px;
}
.site-footer .footer-title{
  margin-bottom:18px;
}
.site-footer .footer-col p{
  margin:0 0 12px;
}
.site-footer .footer-bottom{
  margin-top:30px;
  padding-top:18px;
}
.site-footer .footer-bottom a{
  color:inherit;
  text-decoration:none;
}
.site-footer .footer-bottom a:hover{
  color:#fff;
}

.legal-page{
  padding:72px 0 90px;
  background:#fbf7f0;
}
.legal-wrap{
  max-width:980px;
}
.legal-page h1{
  margin:10px 0 32px;
}
.legal-card{
  background:#fff;
  border:1px solid rgba(76,58,44,.14);
  border-radius:22px;
  padding:38px 42px;
}
.legal-card h2{
  margin:28px 0 10px;
}
.legal-card h2:first-child{
  margin-top:0;
}
.legal-card p{
  line-height:1.7;
}
.legal-card a{
  color:var(--red);
}

@media (max-width:800px){
  .site-footer{padding:34px 0 18px;}
  .site-footer .footer-grid-public{grid-template-columns:1fr;gap:22px;}
  .site-footer .footer-col-offset{padding-top:0;}
  .site-footer .footer-logo{width:190px;}
  .legal-card{padding:28px 24px;}
}

/* V0.16 – echte Google-Maps-Karte auf der Kontaktseite */
.map-embed{
  margin-top:28px;
  border:1px solid rgba(76,58,44,.18);
  border-radius:24px;
  overflow:hidden;
  background:#f3eee6;
  min-height:380px;
}
.map-embed iframe{
  display:block;
  width:100%;
  height:380px;
  border:0;
}
@media (max-width:700px){
  .map-embed,
  .map-embed iframe{
    min-height:320px;
    height:320px;
  }
}

/* V0.17 – produktives Kontaktformular */
.hp-field{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
#contact-form button[disabled]{
  opacity:.7;
  cursor:wait;
}

/* V0.18 – Übergangsbild auf der Über-mich-Seite */
.about-photo-machine{
  background-image:url("images/about-machine.jpg")!important;
  background-size:cover!important;
  background-position:center!important;
}

/* V0.19 – Leistungen ohne Nummerierung */
.service{grid-template-columns:190px 1fr!important;}
@media(max-width:700px){.service{grid-template-columns:1fr!important;}}

/* V0.20 – Rechtliches für Liveschaltung */
.legal-card h2{margin-top:2rem}
.legal-card h2:first-of-type{margin-top:.25rem}
.legal-card p{max-width:900px}
.legal-card a{text-decoration:underline;text-underline-offset:3px}
.legal-updated{color:var(--muted);font-size:.9rem;margin-bottom:1.8rem}
