:root{
  --bg:#fffdf9;
  --paper:#fff;
  --cream:#f7ead8;
  --pearl:#fbf6ee;
  --accent:#c8953b;
  --accent-dark:#8a5d19;
  --ink:#29231d;
  --muted:#776b61;
  --line:rgba(138,93,25,.18);
  --shadow:0 22px 60px rgba(74,50,18,.10);
  --radius:28px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
p{color:var(--muted);line-height:1.72}

.site-header{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:16px 4.2%;
  background:rgba(255,253,249,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(138,93,25,.08)
}
.brand{display:flex;align-items:center;gap:0;min-width:150px}
.brand img{
  width:150px;height:auto;border-radius:0;box-shadow:none;object-fit:contain;
  mix-blend-mode:multiply;
}
.brand span{display:none}
.nav{display:flex;align-items:center;gap:28px;font-weight:700;color:var(--ink);font-size:14px}
.nav a{position:relative;padding:9px 0}
.nav a:hover,.nav a.active{color:var(--accent-dark)}
.nav a.active:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--accent);
}
.cart-link{
  background:linear-gradient(135deg,var(--accent-dark),var(--accent));
  color:white;border-radius:999px;padding:12px 18px;font-weight:900;
  box-shadow:0 12px 24px rgba(200,149,59,.22)
}
.cart-link b{background:rgba(255,255,255,.25);border-radius:999px;padding:2px 8px;margin-left:5px}
.mobile-toggle{display:none;border:0;background:var(--ink);color:white;border-radius:999px;padding:10px 14px;font-weight:900}

.kicker,.section-label{
  text-transform:uppercase;letter-spacing:.22em;color:var(--accent-dark);font-size:12px;font-weight:900
}
.hero h1,h2,h3,.footer h3,.footer h4{font-family:'Cormorant Garamond',serif}

.hero-editorial{
  position:relative;min-height:680px;display:grid;grid-template-columns:.82fr 1.18fr;gap:0;
  align-items:stretch;padding:0;background:#fffdf9;overflow:hidden;border-bottom:1px solid rgba(138,93,25,.08)
}
.hero-editorial:before{
  content:"";position:absolute;inset:0;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.88),transparent 22%),
    linear-gradient(90deg,rgba(255,253,249,1) 0%,rgba(255,253,249,.94) 37%,rgba(255,253,249,.38) 62%,rgba(255,253,249,.08) 100%);
  z-index:1;pointer-events:none
}
.hero-content{
  position:relative;z-index:2;padding:70px 3vw 82px 9vw;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
}
.hero-logo{
  width:min(36vw,360px);max-width:100%;height:auto;margin:0 0 28px;
  border:0;border-radius:0;box-shadow:none;background:transparent;mix-blend-mode:multiply;
  filter:drop-shadow(0 8px 12px rgba(74,50,18,.04));
}
.hero-content h1{
  font-size:clamp(43px,4.7vw,76px);line-height:1.02;margin:6px 0 14px;font-weight:600;letter-spacing:.01em;color:var(--ink)
}
.hero-content p:not(.kicker){
  font-size:18px;line-height:1.85;max-width:560px;margin:14px 0 0;color:#5f554d
}
.heart-divider{display:flex;align-items:center;gap:14px;width:min(440px,90%);margin:8px 0 5px;color:var(--accent)}
.heart-divider span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(200,149,59,.55),transparent)}
.heart-divider b{font-size:14px;line-height:1}
.actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 28px;font-weight:900;border:1px solid transparent;transition:.2s}
.btn:hover{transform:translateY(-1px)}
.primary{background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:white;box-shadow:0 14px 28px rgba(200,149,59,.22)}
.secondary{background:rgba(255,255,255,.72);color:var(--accent-dark);border-color:rgba(138,93,25,.35)}

.hero-photo{
  position:relative;min-height:680px;overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%,rgba(224,189,129,.26) 0 8%,transparent 23%),
    linear-gradient(135deg,#fff 0%,#fbf3e8 37%,#f5e6d2 100%);
}
.silk{
  position:absolute;inset:-6% -4%;
  background:
    radial-gradient(ellipse at 68% 56%,rgba(255,255,255,.92) 0 10%,transparent 28%),
    radial-gradient(ellipse at 42% 78%,rgba(255,255,255,.82) 0 15%,transparent 37%),
    linear-gradient(150deg,rgba(255,255,255,.92) 0%,rgba(239,220,193,.55) 44%,rgba(255,255,255,.86) 72%,rgba(234,213,181,.48) 100%);
  filter:blur(.2px)
}
.silk:before,.silk:after{
  content:"";position:absolute;border-radius:50%;border:22px solid rgba(255,255,255,.43);filter:blur(2px);transform:rotate(-19deg)
}
.silk:before{width:660px;height:210px;right:-90px;bottom:115px}
.silk:after{width:520px;height:160px;left:80px;bottom:-30px}
.pearl-strand{position:absolute;right:15%;top:33%;width:420px;height:150px;border-top:3px solid rgba(200,149,59,.55);border-radius:50%;transform:rotate(-13deg)}
.pearl-strand i{
  position:absolute;width:28px;height:28px;border-radius:50%;
  background:radial-gradient(circle at 32% 28%,#fff 0 18%,#f1e2cb 54%,#d7b674 100%);
  box-shadow:0 6px 16px rgba(74,50,18,.15)
}
.pearl-strand i:nth-child(1){left:16%;top:-17px}
.pearl-strand i:nth-child(2){left:30%;top:-22px;width:22px;height:22px}
.pearl-strand i:nth-child(3){left:45%;top:-19px}
.pearl-strand i:nth-child(4){left:59%;top:-12px;width:20px;height:20px}
.pearl-strand i:nth-child(5){left:72%;top:2px}
.pearl-strand i:nth-child(6){left:84%;top:26px;width:23px;height:23px}
.pearl-strand i:nth-child(7){left:93%;top:63px;width:18px;height:18px}
.love-cubes{position:absolute;right:30%;top:57%;display:flex;gap:5px;transform:rotate(-12deg)}
.love-cubes span{
  width:36px;height:36px;border-radius:7px;background:linear-gradient(145deg,#fff6e8,#d8a94e);
  display:grid;place-items:center;color:#7b4d12;font-weight:900;box-shadow:0 9px 16px rgba(74,50,18,.15)
}
.heart-charm{position:absolute;right:25%;top:66%;font-size:50px;color:var(--accent);filter:drop-shadow(0 8px 12px rgba(74,50,18,.18))}
.flower-lines{position:absolute;right:5%;top:9%;width:310px;height:260px;opacity:.55}
.flower-lines span{position:absolute;left:45%;bottom:0;width:1px;height:260px;background:rgba(138,93,25,.33);transform-origin:bottom}
.flower-lines span:nth-child(1){transform:rotate(-38deg)}
.flower-lines span:nth-child(2){transform:rotate(-14deg)}
.flower-lines span:nth-child(3){transform:rotate(18deg)}
.flower-lines:after{
  content:"";position:absolute;right:0;top:4px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:
  -38px 19px 0 1px #fff,-76px 44px 0 0 #fff,-112px 74px 0 1px #fff,-154px 96px 0 0 #fff,
  -34px 52px 0 0 #fff,-90px 92px 0 1px #fff,-140px 132px 0 0 #fff;
}

.section{padding:86px 6%}
.section.alt{background:white}
.section.soft{background:linear-gradient(180deg,#fff7ed,#fffaf7)}
.section-head{text-align:center;max-width:820px;margin:0 auto 42px}
.section-head.compact{margin-bottom:34px}
.section h2{font-size:clamp(40px,5vw,68px);line-height:1;margin:8px 0 18px}

.collection-strip{background:#fffdf9;padding-top:52px;padding-bottom:48px}
.category-scroll{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.mini-category{
  min-width:0;background:white;border:1px solid rgba(138,93,25,.10);border-radius:12px;overflow:hidden;
  box-shadow:0 16px 38px rgba(74,50,18,.08);transition:.2s
}
.mini-category:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(74,50,18,.12)}
.mini-img{
  height:155px;position:relative;background:linear-gradient(145deg,#fff,#f3e4d1);overflow:hidden
}
.mini-img:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.85),transparent 40%)}
.mini-img:after{content:"";position:absolute;left:28%;right:18%;top:46%;height:2px;background:rgba(200,149,59,.55);border-radius:50%;transform:rotate(-10deg);box-shadow:0 0 0 12px rgba(255,255,255,.22)}
.bracelet-art{background:radial-gradient(circle at 42% 56%,transparent 0 39px,rgba(200,149,59,.35) 40px 42px,transparent 43px),linear-gradient(145deg,#fff,#f2e0c8)}
.necklace-art:after{top:38%;left:32%;right:28%;transform:rotate(28deg)}
.earrings-art:after{left:38%;right:38%;top:30%;height:65px;width:2px;box-shadow:52px 12px 0 rgba(200,149,59,.50)}
.keychain-art:after{left:48%;right:auto;width:2px;height:92px;top:20%;transform:rotate(0)}
.set-art{background:linear-gradient(145deg,#fff,#f4e7d6)}
.custom-art{background:linear-gradient(145deg,#fff,#f0dcc0)}
.mini-category span{
  display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 18px;
  font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--ink)
}
.mini-category span:after{content:"→";color:var(--accent);font-family:Inter,sans-serif}

.luxury-benefits{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding:36px 8%;
  background:#fffaf3;border-top:1px solid rgba(138,93,25,.08);border-bottom:1px solid rgba(138,93,25,.08)
}
.luxury-benefits article{display:flex;align-items:center;gap:20px;padding:0 28px;border-right:1px solid rgba(138,93,25,.16)}
.luxury-benefits article:last-child{border-right:0}
.benefit-icon{font-size:42px;color:var(--accent);font-family:'Cormorant Garamond',serif;line-height:1}
.luxury-benefits b{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--ink)}
.luxury-benefits p{margin:4px 0 0;font-size:14px}

.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.category-card{min-height:365px;border-radius:32px;overflow:hidden;position:relative;background:linear-gradient(145deg,#fff,#ead2aa);box-shadow:var(--shadow);border:1px solid var(--line);display:flex;align-items:flex-end;padding:28px}
.category-card:before{content:attr(data-title);position:absolute;inset:0;display:grid;place-items:center;font-family:'Cormorant Garamond',serif;font-size:42px;color:rgba(138,93,25,.35);text-align:center}
.category-card .content{position:relative;background:rgba(255,255,255,.86);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:24px;padding:22px;width:100%}
.category-card h3{font-size:31px;margin:0 0 6px;color:var(--accent-dark)}
.category-card p{margin:0 0 14px}

.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center}
.image-panel{min-height:430px;border-radius:44px;background:linear-gradient(145deg,#fff,#fbf6ee);display:grid;place-items:center;box-shadow:none;border:0}
.logo-panel img,.image-panel img{width:min(88%,560px);border-radius:0;box-shadow:none;mix-blend-mode:multiply;filter:drop-shadow(0 10px 14px rgba(74,50,18,.04))}
.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}
.check-grid span{background:#fff8ee;border:1px solid var(--line);border-radius:18px;padding:14px;font-weight:800}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.placeholder{height:255px;display:grid;place-items:center;text-align:center;font-family:'Cormorant Garamond',serif;font-size:34px;color:var(--accent-dark);background:radial-gradient(circle,#fff 0 14%,transparent 15%),linear-gradient(135deg,#fff8ed,#ead3aa)}
.placeholder small{display:block;font-family:Inter,sans-serif;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.product-body{padding:24px}
.product-body span{background:#fff1d9;color:var(--accent-dark);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:900}
.product h3{font-size:27px;margin:14px 0 6px}
.product-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}
.product button{border:0;border-radius:999px;background:var(--ink);color:white;padding:10px 14px;font-weight:900;cursor:pointer}

.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery div{height:240px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f0d8b1);border:1px solid var(--line);box-shadow:var(--shadow);font-family:'Cormorant Garamond',serif;font-size:30px;color:var(--accent-dark)}
.checkout-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.cart-box,.order-form{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px}
.cart-box ul{list-style:none;margin:0;padding:0}
.cart-line,.total{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #efe1c8}
.cart-line button{border:0;background:#fff1d9;color:var(--accent-dark);border-radius:999px;font-weight:900;cursor:pointer}
.total{border-bottom:0;font-size:21px}
.order-form{display:grid;gap:14px}
.order-form input,.order-form select,.order-form textarea{width:100%;border:1px solid #ead9bd;background:#fffbf5;border-radius:15px;padding:14px;font:inherit}
.order-form textarea{min-height:100px}
.contact{text-align:center}
.contact p{max-width:720px;margin-left:auto;margin-right:auto}

.page-hero{padding:82px 6%;background:linear-gradient(135deg,#fffaf7,#f5e3ca);text-align:center}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,7vw,84px);line-height:1;margin:10px 0 16px}
.info-card{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;max-width:920px;margin:0 auto}
.info-card h2{font-size:42px}
.info-card ul{color:var(--muted);line-height:1.8}

.footer{background:var(--ink);color:white;padding:48px 6%}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}
.footer p,.footer a{color:rgba(255,255,255,.72)}
.footer h3,.footer h4{color:white;margin:0 0 12px}
.footer a{display:block;margin:9px 0}
.legal{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:24px;color:rgba(255,255,255,.6);font-size:14px}
.floating{position:fixed;right:22px;bottom:22px;background:rgba(43,36,29,.94);backdrop-filter:blur(12px);border-radius:999px;padding:10px;display:flex;gap:8px;z-index:30}
.floating a{color:white;font-size:13px;font-weight:800;padding:10px 13px;border-radius:999px}

@media(max-width:1150px){
  .nav{gap:18px;font-size:13px}
  .brand img{width:132px}
  .category-scroll{grid-template-columns:repeat(3,1fr)}
  .luxury-benefits{grid-template-columns:repeat(2,1fr);gap:24px}
  .luxury-benefits article{border-right:0}
}
@media(max-width:1050px){
  .nav{display:none;position:absolute;left:6%;right:6%;top:84px;background:white;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .mobile-toggle{display:block}
  .hero-editorial{grid-template-columns:1fr;min-height:auto}
  .hero-editorial:before{background:linear-gradient(180deg,rgba(255,253,249,.98),rgba(255,253,249,.78))}
  .hero-content{padding:52px 6% 42px}
  .hero-photo{min-height:360px}
  .hero-logo{width:min(62vw,320px)}
  .split,.checkout-grid{grid-template-columns:1fr}
  .category-grid,.product-grid,.gallery{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .site-header{padding:13px 4%}
  .brand img{width:118px}
  .cart-link{padding:10px 13px;font-size:13px}
  .hero-content h1{font-size:42px}
  .hero-content p:not(.kicker){font-size:16px}
  .actions{width:100%}
  .btn{width:100%}
  .category-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:10px}
  .mini-category{min-width:230px}
  .luxury-benefits{grid-template-columns:1fr;padding:30px 6%;gap:18px}
  .luxury-benefits article{padding:0}
  .category-grid,.product-grid,.gallery,.check-grid,.footer-grid{grid-template-columns:1fr}
  .section{padding:64px 5%}
  .page-hero{padding:64px 5%}
  .floating{left:10px;right:10px;justify-content:center}
  .flower-lines{display:none}
}


/* Rev_11 – Mobile First Feinschliff */
@media(max-width:760px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body{
    padding-bottom:76px;
    background:#fffdf9;
  }

  .site-header{
    min-height:68px;
    padding:10px 14px;
    gap:10px;
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    align-items:center;
  }

  .brand{
    min-width:0;
  }

  .brand img{
    width:104px;
    max-width:104px;
    height:auto;
    mix-blend-mode:multiply;
  }

  .mobile-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:10px 14px;
    font-size:13px;
    justify-self:end;
  }

  .cart-link{
    min-height:42px;
    padding:10px 12px;
    font-size:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:0;
  }

  .cart-link::before{
    content:"Warenkorb";
    font-size:12px;
  }

  .cart-link b{
    font-size:12px;
    margin-left:6px;
    min-width:22px;
    text-align:center;
  }

  .nav{
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:74px;
    max-height:calc(100vh - 92px);
    overflow:auto;
    background:rgba(255,253,249,.98);
    border:1px solid rgba(138,93,25,.16);
    border-radius:22px;
    padding:12px;
    box-shadow:0 22px 60px rgba(74,50,18,.16);
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }

  .nav.open{
    display:flex;
  }

  .nav a{
    display:flex;
    align-items:center;
    min-height:48px;
    padding:14px 16px;
    border-radius:16px;
    font-size:15px;
    border-bottom:1px solid rgba(138,93,25,.08);
  }

  .nav a:last-child{
    border-bottom:0;
  }

  .nav a.active,
  .nav a:hover{
    background:#fff6e8;
  }

  .nav a.active:after{
    display:none;
  }

  .hero-editorial{
    display:flex;
    flex-direction:column;
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(255,253,249,.96),rgba(255,253,249,.78)),
      radial-gradient(circle at 82% 18%,rgba(200,149,59,.14),transparent 28%);
  }

  .hero-editorial:before{
    display:none;
  }

  .hero-content{
    width:100%;
    align-items:center;
    text-align:center;
    padding:34px 18px 24px;
  }

  .hero-logo{
    width:min(72vw,250px);
    margin:4px auto 22px;
    mix-blend-mode:multiply;
    filter:none;
  }

  .hero-content .kicker{
    font-size:10px;
    letter-spacing:.18em;
  }

  .hero-content h1{
    font-size:clamp(34px,10vw,46px);
    line-height:1.05;
    margin:8px 0 10px;
    max-width:360px;
  }

  .heart-divider{
    width:100%;
    max-width:310px;
    margin:6px auto;
  }

  .hero-content p:not(.kicker){
    font-size:16px;
    line-height:1.68;
    max-width:340px;
    margin:10px auto 0;
  }

  .actions{
    width:100%;
    max-width:340px;
    margin:24px auto 0;
    gap:10px;
  }

  .btn{
    width:100%;
    min-height:48px;
    padding:14px 20px;
    font-size:15px;
  }

  .hero-photo{
    min-height:235px;
    margin:0 14px 20px;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 18px 42px rgba(74,50,18,.08);
    background:
      radial-gradient(circle at 78% 18%,rgba(200,149,59,.18),transparent 26%),
      linear-gradient(145deg,#fff,#f7ead8);
  }

  .silk{
    inset:-15%;
  }

  .pearl-strand{
    width:245px;
    height:105px;
    right:4%;
    top:34%;
    transform:rotate(-12deg);
  }

  .pearl-strand i{
    width:18px;
    height:18px;
  }

  .pearl-strand i:nth-child(2),
  .pearl-strand i:nth-child(4),
  .pearl-strand i:nth-child(7){
    width:15px;
    height:15px;
  }

  .love-cubes{
    right:22%;
    top:57%;
    gap:3px;
  }

  .love-cubes span{
    width:25px;
    height:25px;
    font-size:12px;
    border-radius:5px;
  }

  .heart-charm{
    right:16%;
    top:66%;
    font-size:32px;
  }

  .flower-lines{
    display:none;
  }

  .section{
    padding:50px 16px;
  }

  .collection-strip{
    padding-top:34px;
    padding-bottom:30px;
  }

  .section-head{
    margin:0 auto 24px;
  }

  .section-label{
    font-size:10px;
    letter-spacing:.18em;
  }

  .category-scroll{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    overflow:visible;
  }

  .mini-category{
    min-width:0;
    border-radius:18px;
  }

  .mini-img{
    height:118px;
  }

  .mini-category span{
    min-height:54px;
    padding:13px 14px;
    font-size:18px;
    line-height:1.1;
  }

  .luxury-benefits{
    grid-template-columns:1fr;
    padding:24px 18px;
    gap:14px;
  }

  .luxury-benefits article{
    padding:16px;
    border:1px solid rgba(138,93,25,.12);
    border-radius:20px;
    background:white;
    box-shadow:0 12px 28px rgba(74,50,18,.06);
  }

  .benefit-icon{
    min-width:42px;
    text-align:center;
    font-size:34px;
  }

  .luxury-benefits b{
    font-size:22px;
  }

  .luxury-benefits p{
    font-size:14px;
    line-height:1.55;
  }

  .about-home{
    padding-top:46px;
  }

  .split{
    gap:30px;
  }

  .image-panel{
    min-height:210px;
    border-radius:24px;
  }

  .logo-panel img,
  .image-panel img{
    width:min(78vw,300px);
  }

  .section h2,
  .contact h2{
    font-size:clamp(34px,10vw,44px);
    line-height:1.05;
  }

  .check-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .check-grid span{
    padding:13px 14px;
    border-radius:15px;
    font-size:14px;
  }

  .page-hero{
    padding:44px 18px 36px;
  }

  .page-hero h1{
    font-size:clamp(38px,12vw,52px);
    line-height:1.02;
  }

  .page-hero p{
    font-size:16px;
    max-width:340px;
    margin-left:auto;
    margin-right:auto;
  }

  .product-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .product{
    border-radius:22px;
  }

  .placeholder{
    height:190px;
    font-size:30px;
  }

  .product-body{
    padding:20px;
  }

  .product h3{
    font-size:25px;
  }

  .product-foot{
    align-items:stretch;
    flex-direction:column;
    gap:12px;
  }

  .product-foot strong{
    font-size:20px;
  }

  .product button{
    min-height:46px;
    width:100%;
    font-size:15px;
  }

  .checkout-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .cart-box,
  .order-form,
  .info-card{
    padding:22px;
    border-radius:22px;
  }

  .cart-line{
    align-items:center;
  }

  .cart-line button{
    min-width:36px;
    min-height:36px;
  }

  .order-form input,
  .order-form select,
  .order-form textarea{
    font-size:16px;
    min-height:48px;
    border-radius:14px;
  }

  .order-form textarea{
    min-height:120px;
  }

  .gallery{
    grid-template-columns:1fr;
    gap:14px;
  }

  .gallery div{
    height:160px;
    font-size:26px;
    border-radius:22px;
  }

  .contact{
    padding-bottom:42px;
  }

  .footer{
    padding:36px 18px 28px;
  }

  .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .footer a{
    min-height:34px;
    display:flex;
    align-items:center;
  }

  .legal{
    font-size:13px;
    line-height:1.6;
  }

  .floating{
    left:10px;
    right:10px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    justify-content:space-between;
    border-radius:24px;
    padding:8px;
    box-shadow:0 14px 34px rgba(43,36,29,.26);
  }

  .floating a{
    flex:1;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    padding:8px 6px;
  }
}

@media(max-width:380px){
  .site-header{
    grid-template-columns:auto 1fr auto auto;
    padding-left:10px;
    padding-right:10px;
  }

  .brand img{
    width:94px;
  }

  .mobile-toggle{
    padding:9px 11px;
    font-size:12px;
  }

  .cart-link::before{
    content:"Korb";
  }

  .hero-content{
    padding-left:14px;
    padding-right:14px;
  }

  .hero-content h1{
    font-size:33px;
  }

  .category-scroll{
    grid-template-columns:1fr;
  }

  .mini-img{
    height:128px;
  }
}


/* Rev_12 – Schöne mobile Premium-Ansicht */
:root{
  color-scheme:light only;
}
html{
  color-scheme:light only;
  background:#fffdf9;
  forced-color-adjust:none;
  -webkit-text-size-adjust:100%;
}
body{
  background:#fffdf9 !important;
  color:#29231d !important;
}
.site-header,
.nav,
.hero-editorial,
.collection-strip,
.luxury-benefits,
.section,
.page-hero,
.product,
.cart-box,
.order-form,
.info-card,
.mini-category{
  color-scheme:light only;
}

@media(prefers-color-scheme:dark){
  html,body{
    background:#fffdf9 !important;
    color:#29231d !important;
  }
  .site-header{
    background:rgba(255,253,249,.96) !important;
    border-bottom-color:rgba(138,93,25,.10) !important;
  }
  .nav,
  .product,
  .cart-box,
  .order-form,
  .info-card,
  .mini-category,
  .luxury-benefits article{
    background:#ffffff !important;
    color:#29231d !important;
  }
  p,.footer p,.footer a{
    color:#776b61;
  }
  .footer{
    background:#29231d !important;
  }
  .footer p,.footer a,.legal{
    color:rgba(255,255,255,.72) !important;
  }
}

@media(max-width:760px){
  body{
    padding-bottom:0;
  }

  .site-header{
    position:sticky;
    top:0;
    min-height:70px;
    padding:10px 16px;
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    gap:9px;
    background:rgba(255,253,249,.97) !important;
    box-shadow:0 8px 26px rgba(74,50,18,.055);
  }

  .brand img{
    width:116px;
    max-width:116px;
    filter:none;
    mix-blend-mode:multiply;
  }

  .mobile-toggle{
    min-width:44px;
    min-height:44px;
    padding:0 14px;
    border-radius:999px;
    background:#29231d;
    font-size:0;
  }

  .mobile-toggle::before{
    content:"Menü";
    font-size:12px;
  }

  .cart-link{
    min-width:44px;
    min-height:44px;
    padding:0 12px;
    border-radius:999px;
    background:linear-gradient(135deg,#8a5d19,#c8953b);
  }

  .cart-link::before{
    content:"Korb";
    font-size:12px;
  }

  .cart-link b{
    min-width:20px;
    padding:2px 6px;
    font-size:11px;
  }

  .nav{
    position:fixed;
    left:0;
    right:0;
    top:auto;
    bottom:0;
    max-height:82vh;
    border-radius:28px 28px 0 0;
    padding:18px 18px calc(18px + env(safe-area-inset-bottom));
    background:#fffdf9 !important;
    border:1px solid rgba(138,93,25,.13);
    box-shadow:0 -18px 60px rgba(74,50,18,.18);
  }

  .nav::before{
    content:"Pearl Love";
    display:block;
    width:100%;
    padding:4px 6px 14px;
    font-family:'Cormorant Garamond',serif;
    font-size:26px;
    color:#8a5d19;
    text-align:center;
    border-bottom:1px solid rgba(138,93,25,.10);
    margin-bottom:8px;
  }

  .nav a{
    min-height:52px;
    border-bottom:0;
    margin:3px 0;
    background:#fff8ee;
    color:#29231d;
    justify-content:center;
    text-align:center;
    font-size:15px;
    font-weight:800;
  }

  .nav a.active,
  .nav a:hover{
    background:#f3e2ca;
    color:#8a5d19;
  }

  .hero-editorial{
    min-height:auto;
    display:block;
    background:
      radial-gradient(circle at 50% 6%,rgba(200,149,59,.11),transparent 28%),
      linear-gradient(180deg,#fffdf9 0%,#fff8ef 100%);
    border-bottom:0;
  }

  .hero-content{
    padding:34px 20px 26px;
    text-align:center;
    align-items:center;
  }

  .hero-logo{
    width:min(74vw,270px);
    margin:0 auto 20px;
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    mix-blend-mode:multiply;
  }

  .hero-content .kicker{
    margin-top:0;
    margin-bottom:9px;
    font-size:10px;
    letter-spacing:.20em;
  }

  .hero-content h1{
    max-width:345px;
    margin:0 auto 10px;
    font-size:clamp(34px,9.8vw,44px);
    line-height:1.04;
    letter-spacing:0;
  }

  .heart-divider{
    max-width:245px;
    margin:12px auto 7px;
  }

  .hero-content p:not(.kicker){
    max-width:320px;
    font-size:15.5px;
    line-height:1.68;
    margin:8px auto 0;
  }

  .actions{
    width:100%;
    max-width:320px;
    margin-top:23px;
    gap:10px;
  }

  .btn{
    min-height:48px;
    border-radius:999px;
    font-size:14px;
    letter-spacing:.01em;
  }

  .actions .secondary{
    background:#ffffff;
  }

  .hero-photo{
    min-height:230px;
    margin:0 18px 36px;
    border-radius:30px;
    box-shadow:0 18px 46px rgba(74,50,18,.08);
    background:
      radial-gradient(circle at 75% 24%,rgba(200,149,59,.14),transparent 28%),
      linear-gradient(145deg,#fff,#f9efe1);
  }

  .hero-photo::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.46));
    pointer-events:none;
    z-index:2;
  }

  .pearl-strand{
    width:230px;
    right:-10px;
    top:37%;
    opacity:.82;
  }

  .love-cubes{
    right:18%;
    top:59%;
    opacity:.9;
  }

  .heart-charm{
    right:9%;
    top:70%;
    opacity:.85;
  }

  .collection-strip{
    padding:42px 18px 30px;
    background:#fffdf9 !important;
  }

  .section-head.compact{
    margin-bottom:22px;
  }

  .section-label{
    font-size:10px;
    letter-spacing:.20em;
  }

  .category-scroll{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
    overflow:visible;
  }

  .mini-category{
    border-radius:24px;
    border:1px solid rgba(138,93,25,.12);
    box-shadow:0 18px 42px rgba(74,50,18,.075);
    background:#fff !important;
    overflow:hidden;
  }

  .mini-img{
    height:168px;
  }

  .mini-category span{
    min-height:60px;
    padding:17px 20px;
    font-size:24px;
  }

  .luxury-benefits{
    padding:20px 18px 38px;
    background:#fffdf9;
    border:0;
    gap:12px;
  }

  .luxury-benefits article{
    background:#ffffff !important;
    border-radius:22px;
    padding:18px;
    box-shadow:0 14px 34px rgba(74,50,18,.06);
  }

  .benefit-icon{
    color:#c8953b;
    font-size:36px;
  }

  .about-home,
  .section.alt{
    background:#fffaf3 !important;
  }

  .about-home{
    padding:48px 18px;
  }

  .image-panel{
    min-height:178px;
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    margin-bottom:2px;
  }

  .logo-panel img,
  .image-panel img{
    width:min(78vw,285px);
    mix-blend-mode:multiply;
    box-shadow:none !important;
    border:0 !important;
    background:transparent !important;
  }

  .split{
    gap:20px;
  }

  .split > div:last-child{
    text-align:center;
  }

  .section h2,
  .contact h2,
  .split h2{
    font-size:clamp(34px,9.5vw,42px);
    line-height:1.05;
    margin:8px auto 12px;
  }

  .check-grid span{
    background:#ffffff;
    border-color:rgba(138,93,25,.11);
    box-shadow:0 9px 20px rgba(74,50,18,.04);
  }

  .contact{
    padding:54px 20px;
    background:#fffdf9;
  }

  .contact p{
    max-width:320px;
    line-height:1.68;
  }

  .floating{
    display:none !important;
  }

  .page-hero{
    padding:48px 20px 40px;
    background:
      radial-gradient(circle at 50% 0%,rgba(200,149,59,.12),transparent 30%),
      linear-gradient(180deg,#fffdf9,#fff8ef);
  }

  .product-grid{
    gap:18px;
  }

  .placeholder{
    height:210px;
    background:
      radial-gradient(circle at 50% 45%,rgba(255,255,255,.82),transparent 38%),
      linear-gradient(145deg,#fff,#f4e3cc);
  }

  .product{
    box-shadow:0 16px 38px rgba(74,50,18,.07);
    border-color:rgba(138,93,25,.12);
  }

  .product-foot{
    flex-direction:column;
  }

  .product button{
    border-radius:999px;
    background:linear-gradient(135deg,#8a5d19,#c8953b);
  }

  .footer{
    padding-bottom:36px;
  }
}

@media(max-width:380px){
  .brand img{
    width:104px;
  }

  .hero-content{
    padding-left:16px;
    padding-right:16px;
  }

  .hero-logo{
    width:min(76vw,238px);
  }

  .hero-content h1{
    font-size:32px;
  }

  .hero-photo{
    margin-left:14px;
    margin-right:14px;
  }

  .mini-img{
    height:150px;
  }
}


/* Rev_13 – Logo besser integriert */
.brand img{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  border-radius:0 !important;
  object-fit:contain;
}

.hero-logo{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  border-radius:0 !important;
  object-fit:contain;
}

.logo-panel img,
.image-panel img{
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  border-radius:0 !important;
}

@media(max-width:760px){
  .brand img{
    width:96px;
    max-width:96px;
  }

  .hero-content{
    padding-top:22px;
  }

  .hero-logo{
    width:min(66vw,210px);
    margin:0 auto 14px;
    filter:none !important;
  }

  .hero-photo{
    margin-top:4px;
  }

  .image-panel{
    min-height:150px;
  }

  .logo-panel img,
  .image-panel img{
    width:min(70vw,240px);
  }
}


/* Rev_14 – Dropdown-Menüführung */
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}

.dropdown-toggle{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:800;
  cursor:pointer;
  padding:9px 0;
  position:relative;
}

.dropdown-toggle::after{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-3px);
  margin-left:8px;
  opacity:.72;
  transition:.18s ease;
}

.nav-dropdown.active > .dropdown-toggle,
.nav-dropdown:hover > .dropdown-toggle{
  color:var(--accent-dark);
}

.nav-dropdown.active > .dropdown-toggle::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:var(--accent);
}

.dropdown-menu{
  position:absolute;
  top:calc(100% + 14px);
  left:50%;
  transform:translateX(-50%) translateY(8px);
  min-width:235px;
  padding:10px;
  border-radius:20px;
  background:rgba(255,253,249,.98);
  border:1px solid rgba(138,93,25,.14);
  box-shadow:0 22px 55px rgba(74,50,18,.16);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:.18s ease;
  z-index:80;
}

.dropdown-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-16px;
  height:16px;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown.open .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}

.nav-dropdown:hover .dropdown-toggle::after,
.nav-dropdown.open .dropdown-toggle::after,
.nav-dropdown:focus-within .dropdown-toggle::after{
  transform:rotate(225deg) translate(-2px,-1px);
}

.dropdown-menu a{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:11px 14px;
  border-radius:14px;
  color:var(--ink);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}

.dropdown-menu a:hover,
.dropdown-menu a.active{
  background:#fff6e8;
  color:var(--accent-dark);
}

@media(max-width:1050px){
  .nav{
    gap:0;
  }

  .nav-dropdown{
    width:100%;
    display:block;
  }

  .dropdown-toggle{
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    border-radius:16px;
    color:var(--ink);
  }

  .nav-dropdown.active > .dropdown-toggle::before{
    display:none;
  }

  .dropdown-menu{
    position:static;
    transform:none;
    min-width:0;
    width:100%;
    padding:0 0 0 12px;
    margin:0;
    border:0;
    box-shadow:none;
    background:transparent;
    border-radius:0;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    display:none;
  }

  .nav-dropdown.open .dropdown-menu{
    display:block;
  }

  .nav-dropdown.open .dropdown-toggle{
    background:#f3e2ca;
    color:var(--accent-dark);
  }

  .dropdown-menu::before{
    display:none;
  }

  .dropdown-menu a{
    min-height:44px;
    margin:4px 0;
    background:#ffffff;
    border:1px solid rgba(138,93,25,.08);
    justify-content:center;
  }
}

@media(max-width:760px){
  .nav-dropdown{
    margin:3px 0;
  }

  .dropdown-toggle{
    min-height:52px;
    justify-content:center;
    gap:10px;
    background:#fff8ee;
    font-size:15px;
    font-weight:900;
    text-align:center;
  }

  .dropdown-toggle::after{
    margin-left:2px;
  }

  .nav-dropdown.active > .dropdown-toggle{
    background:#f3e2ca;
    color:#8a5d19;
  }

  .dropdown-menu{
    padding:6px 0 4px;
  }

  .dropdown-menu a{
    min-height:46px;
    font-size:14px;
    background:#ffffff;
    border-radius:15px;
  }
}


/* Rev_15 – Mobile Dropdown sichtbar unter dem Header */
@media(max-width:760px){
  .site-header{
    z-index:300;
  }

  .nav{
    position:fixed !important;
    top:76px !important;
    bottom:auto !important;
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-height:calc(100svh - 92px) !important;
    overflow-y:auto !important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:14px !important;
    border-radius:24px !important;
    background:#fffdf9 !important;
    border:1px solid rgba(138,93,25,.16) !important;
    box-shadow:0 18px 60px rgba(74,50,18,.18) !important;
    z-index:299 !important;
  }

  .nav.open{
    display:flex !important;
  }

  .nav::before{
    content:"Menü";
    display:block;
    width:100%;
    padding:4px 6px 12px;
    margin:0 0 6px;
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    color:#8a5d19;
    text-align:center;
    border-bottom:1px solid rgba(138,93,25,.10);
  }

  .nav > a,
  .dropdown-toggle{
    min-height:50px;
    margin:0;
    border-radius:17px;
    background:#fff8ee;
    color:#29231d;
    font-size:15px;
    font-weight:900;
    justify-content:center;
    text-align:center;
  }

  .nav > a.active,
  .nav-dropdown.active > .dropdown-toggle,
  .dropdown-toggle:hover{
    background:#f3e2ca;
    color:#8a5d19;
  }

  .nav-dropdown{
    width:100%;
    margin:0;
  }

  .dropdown-menu{
    display:none;
    position:static !important;
    width:100%;
    min-width:0;
    max-height:none;
    padding:8px 0 2px !important;
    margin:0;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }

  .nav-dropdown.open .dropdown-menu{
    display:grid !important;
    gap:7px;
  }

  .dropdown-menu a{
    min-height:44px;
    margin:0;
    padding:12px 14px;
    border-radius:15px;
    background:#ffffff;
    border:1px solid rgba(138,93,25,.10);
    color:#29231d;
    font-size:14px;
    justify-content:center;
    text-align:center;
  }

  .dropdown-menu a:hover{
    background:#fff6e8;
    color:#8a5d19;
  }

  body.menu-open{
    overflow:hidden;
  }
}

@media(max-width:380px){
  .nav{
    top:72px !important;
    left:10px !important;
    right:10px !important;
    max-height:calc(100svh - 84px) !important;
    padding:12px !important;
  }
}


/* Rev_17 – Produktverwaltung und dynamische Produkte */
.product-image{
  width:100%;
  height:255px;
  object-fit:cover;
  background:#fff8ed;
  display:block;
}

.empty-products{
  text-align:center;
  max-width:720px;
  margin:24px auto 0;
  padding:22px;
  border-radius:22px;
  background:#fff8ee;
  border:1px solid rgba(138,93,25,.12);
}

.admin-hero p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}

.admin-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:start;
}

.admin-card{
  background:#fff;
  border:1px solid rgba(138,93,25,.14);
  border-radius:28px;
  box-shadow:0 18px 45px rgba(74,50,18,.08);
  padding:28px;
}

.admin-card h2{
  font-size:36px;
  margin:0 0 18px;
}

.product-admin-form{
  display:grid;
  gap:15px;
}

.product-admin-form label{
  display:grid;
  gap:7px;
  color:#2b241d;
  font-weight:800;
}

.product-admin-form input,
.product-admin-form select,
.product-admin-form textarea{
  width:100%;
  border:1px solid #ead9bd;
  background:#fffbf5;
  border-radius:15px;
  padding:14px;
  font:inherit;
  font-weight:500;
}

.product-admin-form textarea{
  min-height:110px;
}

.admin-check{
  display:flex !important;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:10px !important;
}

.admin-check input{
  width:auto;
}

.image-preview{
  min-height:180px;
  border-radius:20px;
  border:1px dashed rgba(138,93,25,.30);
  background:#fff8ee;
  display:grid;
  place-items:center;
  color:#8a5d19;
  font-weight:900;
  overflow:hidden;
}

.image-preview img{
  width:100%;
  height:240px;
  object-fit:cover;
}

.admin-actions,
.admin-toolbar{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.admin-hint{
  margin:18px 0;
  padding:16px;
  border-radius:18px;
  background:#fff8ee;
  border:1px solid rgba(138,93,25,.12);
  color:#776b61;
  line-height:1.65;
}

.admin-hint code{
  background:#fff;
  border:1px solid rgba(138,93,25,.12);
  padding:2px 5px;
  border-radius:6px;
}

.admin-products{
  display:grid;
  gap:14px;
}

.admin-product-card{
  display:grid;
  grid-template-columns:92px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px;
  border:1px solid rgba(138,93,25,.12);
  border-radius:20px;
  background:#fffdf9;
}

.admin-product-card img,
.admin-product-placeholder{
  width:92px;
  height:92px;
  border-radius:16px;
  object-fit:cover;
  background:linear-gradient(145deg,#fff,#f3e2ca);
  display:grid;
  place-items:center;
  text-align:center;
  color:#8a5d19;
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
}

.admin-product-card b{
  display:block;
  font-size:16px;
}

.admin-product-card span,
.admin-product-card small{
  display:block;
  color:#776b61;
  line-height:1.45;
}

.admin-product-actions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.admin-product-actions button{
  border:0;
  border-radius:999px;
  padding:9px 11px;
  background:#2b241d;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}

.admin-product-actions button:nth-child(2){
  background:#c8953b;
}

.admin-product-actions button:nth-child(3){
  background:#8a3b19;
}

@media(max-width:900px){
  .admin-layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:760px){
  .product-image{
    height:210px;
  }

  .admin-section{
    padding:42px 16px;
  }

  .admin-card{
    padding:20px;
    border-radius:24px;
  }

  .admin-card h2{
    font-size:30px;
  }

  .admin-toolbar .btn,
  .admin-actions .btn{
    width:100%;
  }

  .admin-product-card{
    grid-template-columns:74px 1fr;
  }

  .admin-product-card img,
  .admin-product-placeholder{
    width:74px;
    height:74px;
    border-radius:14px;
    font-size:15px;
  }

  .admin-product-actions{
    grid-column:1 / -1;
    justify-content:stretch;
  }

  .admin-product-actions button{
    flex:1;
    min-height:40px;
  }
}


/* Rev_18 – PHP Admin und serverseitige Produktpflege */
.admin-topbar{
  max-width:1180px;
  margin:0 auto 18px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.admin-alert{
  max-width:1180px;
  margin:0 auto 18px;
  padding:15px 18px;
  border-radius:18px;
  font-weight:800;
}

.admin-alert.success{
  background:#f2fff3;
  color:#286b32;
  border:1px solid rgba(40,107,50,.18);
}

.admin-alert.error{
  background:#fff2f2;
  color:#8a2c19;
  border:1px solid rgba(138,44,25,.18);
}

.login-card{
  max-width:520px;
  margin:0 auto;
}

.admin-product-actions a,
.admin-product-actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:999px;
  padding:9px 11px;
  background:#2b241d;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  font-family:inherit;
  font-size:13px;
  text-decoration:none;
}

.admin-product-actions form{
  margin:0;
}

.admin-product-actions form:nth-of-type(1) button{
  background:#c8953b;
}

.admin-product-actions form:nth-of-type(2) button{
  background:#8a3b19;
}

@media(max-width:760px){
  .admin-topbar{
    justify-content:stretch;
  }

  .admin-topbar .btn{
    flex:1;
  }

  .admin-product-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .admin-product-actions a,
  .admin-product-actions button,
  .admin-product-actions form{
    width:100%;
  }
}


/* Rev_21 – Live Anfertigung */
.live-hero{
  background:
    radial-gradient(circle at 50% 0%,rgba(200,149,59,.13),transparent 34%),
    linear-gradient(180deg,#fffdf9,#fff8ef);
}

.live-section{
  background:#fffdf9;
}

.live-configurator{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:26px;
  align-items:start;
  max-width:1220px;
  margin:0 auto;
}

.live-preview-card,
.live-controls{
  background:#fff;
  border:1px solid rgba(138,93,25,.13);
  border-radius:30px;
  box-shadow:0 18px 45px rgba(74,50,18,.075);
  padding:28px;
}

.live-preview-card{
  position:sticky;
  top:96px;
}

.live-preview-card h2{
  font-size:clamp(36px,4vw,56px);
  margin:8px 0 18px;
}

.jewelry-stage{
  min-height:340px;
  display:grid;
  place-items:center;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,255,255,.95),transparent 36%),
    linear-gradient(145deg,#fff,#f5e7d3);
  border:1px solid rgba(138,93,25,.10);
  margin:18px 0;
  padding:26px;
}

.configured-jewelry{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:7px;
  max-width:440px;
  transform:rotate(-6deg);
}

.bracelet-preview{
  border-radius:999px;
  padding:28px;
}

.necklace-preview{
  max-width:520px;
  padding:20px 10px 60px;
  border-radius:50%;
}

.keychain-preview{
  max-width:240px;
  flex-direction:column;
  transform:rotate(0deg);
}

.pearl-bead,
.letter-bead,
.charm-bead{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  box-shadow:0 7px 14px rgba(74,50,18,.13);
}

.pearl .pearl-bead{
  background:radial-gradient(circle at 34% 28%,#fff 0 22%,#f3e7d5 55%,#d6b782 100%);
}

.white .pearl-bead{
  background:radial-gradient(circle at 34% 28%,#fff 0 25%,#f8f8f5 62%,#d8d2c7 100%);
}

.rose .pearl-bead{
  background:radial-gradient(circle at 34% 28%,#fff 0 20%,#f5d7dc 58%,#d69aa6 100%);
}

.champagne .pearl-bead{
  background:radial-gradient(circle at 34% 28%,#fff7df 0 20%,#e9c679 60%,#b98426 100%);
}

.letter-bead{
  border-radius:8px;
  background:linear-gradient(145deg,#fff6e8,#d9aa52);
  color:#7d5018;
  font-weight:900;
  font-size:13px;
}

.charm-bead{
  width:42px;
  height:42px;
  background:linear-gradient(145deg,#fffaf1,#c8953b);
  color:#8a5d19;
  font-size:28px;
  font-family:'Cormorant Garamond',serif;
}

.live-summary{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:18px 0;
}

.live-summary div{
  background:#fff8ee;
  border:1px solid rgba(138,93,25,.10);
  border-radius:18px;
  padding:13px;
}

.live-summary span{
  display:block;
  color:#776b61;
  font-size:12px;
  margin-bottom:5px;
}

.live-summary strong{
  color:#2b241d;
  font-size:14px;
}

.live-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.live-actions .btn{
  flex:1;
}

.live-controls{
  display:grid;
  gap:18px;
}

.control-group{
  border-bottom:1px solid rgba(138,93,25,.10);
  padding-bottom:18px;
}

.control-group:last-child{
  border-bottom:0;
  padding-bottom:0;
}

.control-group h3{
  font-size:29px;
  margin:0 0 12px;
}

.choice-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.choice-grid label{
  cursor:pointer;
}

.choice-grid input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.choice-grid span{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px;
  border-radius:17px;
  border:1px solid rgba(138,93,25,.14);
  background:#fff8ee;
  color:#2b241d;
  font-weight:900;
  transition:.18s ease;
}

.choice-grid input:checked + span{
  background:linear-gradient(135deg,#8a5d19,#c8953b);
  color:#fff;
  box-shadow:0 12px 24px rgba(200,149,59,.20);
}

.text-control{
  display:grid;
  gap:7px;
  color:#2b241d;
  font-weight:800;
  margin-bottom:12px;
}

.text-control input,
.text-control textarea,
.control-group select{
  width:100%;
  border:1px solid #ead9bd;
  background:#fffbf5;
  border-radius:15px;
  padding:14px;
  font:inherit;
}

.text-control textarea{
  min-height:96px;
}

.live-art{
  background:
    radial-gradient(circle at 52% 48%,transparent 0 44px,rgba(200,149,59,.34) 45px 47px,transparent 49px),
    linear-gradient(145deg,#fff,#f3e4d1);
}

@media(max-width:1050px){
  .live-configurator{
    grid-template-columns:1fr;
  }

  .live-preview-card{
    position:static;
  }
}

@media(max-width:760px){
  .live-section{
    padding:34px 16px;
  }

  .live-preview-card,
  .live-controls{
    padding:20px;
    border-radius:24px;
  }

  .live-preview-card{
    display:flex;
    flex-direction:column;
  }

  .jewelry-stage{
    min-height:245px;
    border-radius:24px;
    padding:18px;
  }

  .configured-jewelry{
    gap:5px;
    max-width:300px;
  }

  .pearl-bead,
  .letter-bead{
    width:23px;
    height:23px;
  }

  .letter-bead{
    font-size:11px;
  }

  .charm-bead{
    width:34px;
    height:34px;
    font-size:23px;
  }

  .live-summary{
    grid-template-columns:1fr 1fr;
  }

  .live-actions{
    flex-direction:column;
  }

  .choice-grid{
    grid-template-columns:1fr;
  }

  .control-group h3{
    font-size:25px;
  }
}


/* Rev_22 – Live Anfertigung als Livestream */
.live-stream-section{
  background:#fffdf9;
}

.live-stream-layout{
  max-width:1220px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:26px;
  align-items:stretch;
}

.stream-card,
.live-info-card,
.live-request-card{
  background:#fff;
  border:1px solid rgba(138,93,25,.13);
  border-radius:30px;
  box-shadow:0 18px 45px rgba(74,50,18,.075);
  overflow:hidden;
}

.stream-card{
  padding:18px;
}

.stream-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.live-badge,
.stream-platform{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border-radius:999px;
  padding:8px 13px;
  font-weight:900;
  font-size:13px;
}

.live-badge{
  background:#fff1e8;
  color:#8a3b19;
}

.live-badge.is-live{
  background:#ecfff0;
  color:#1e7a32;
}

.live-badge.is-live::before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:#2cb84a;
  margin-right:8px;
  box-shadow:0 0 0 6px rgba(44,184,74,.12);
}

.stream-platform{
  background:#fff8ee;
  color:#8a5d19;
}

.stream-frame{
  min-height:430px;
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.92),transparent 38%),
    linear-gradient(145deg,#fff,#f5e7d3);
  overflow:hidden;
  display:grid;
  place-items:center;
}

.stream-frame iframe{
  width:100%;
  height:430px;
  border:0;
  display:block;
}

.stream-placeholder{
  text-align:center;
  max-width:520px;
  padding:34px;
}

.stream-placeholder img{
  width:min(70%,280px);
  margin:0 auto 18px;
  mix-blend-mode:multiply;
}

.stream-placeholder h2{
  font-size:clamp(36px,4vw,58px);
  margin:0 0 10px;
}

.stream-placeholder p{
  max-width:420px;
  margin:0 auto 22px;
}

.stream-placeholder.is-live{
  background:rgba(255,255,255,.38);
}

.live-info-card{
  padding:28px;
}

.live-info-card h2{
  font-size:clamp(34px,4vw,54px);
  margin:8px 0 18px;
}

.live-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}

.live-steps li{
  display:grid;
  gap:4px;
  padding:16px;
  background:#fff8ee;
  border:1px solid rgba(138,93,25,.10);
  border-radius:18px;
}

.live-steps strong{
  color:#2b241d;
}

.live-steps span{
  color:#776b61;
  line-height:1.55;
}

.live-material-section{
  background:#fffaf3;
}

.live-material-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.live-material-grid article{
  background:#fff;
  border:1px solid rgba(138,93,25,.12);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(74,50,18,.06);
}

.live-material-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:linear-gradient(135deg,#8a5d19,#c8953b);
  color:#fff;
  font-weight:900;
  margin-bottom:12px;
}

.live-material-grid h3{
  font-size:28px;
  margin:0 0 8px;
}

.live-request-card{
  max-width:1120px;
  margin:0 auto;
  padding:30px;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:28px;
  align-items:start;
}

.live-request-card h2{
  font-size:clamp(34px,4vw,56px);
  margin:8px 0 12px;
}

.live-request-form{
  display:grid;
  gap:14px;
}

.live-request-form label,
.live-admin-card label{
  display:grid;
  gap:7px;
  color:#2b241d;
  font-weight:800;
}

.live-request-form input,
.live-request-form select,
.live-request-form textarea,
.live-admin-card input,
.live-admin-card select,
.live-admin-card textarea{
  width:100%;
  border:1px solid #ead9bd;
  background:#fffbf5;
  border-radius:15px;
  padding:14px;
  font:inherit;
}

.live-request-form textarea,
.live-admin-card textarea{
  min-height:96px;
}

.live-admin-card{
  max-width:1180px;
  margin:0 auto 22px;
  display:grid;
  gap:14px;
}

@media(max-width:1050px){
  .live-stream-layout,
  .live-request-card{
    grid-template-columns:1fr;
  }

  .live-material-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .live-stream-section,
  .live-material-section,
  .live-request-section{
    padding:36px 16px;
  }

  .stream-card,
  .live-info-card,
  .live-request-card{
    border-radius:24px;
  }

  .stream-card{
    padding:12px;
  }

  .stream-frame{
    min-height:300px;
    border-radius:20px;
  }

  .stream-frame iframe{
    height:300px;
  }

  .stream-placeholder{
    padding:24px 18px;
  }

  .stream-placeholder img{
    width:min(68vw,220px);
  }

  .live-info-card,
  .live-request-card{
    padding:20px;
  }

  .live-material-grid{
    grid-template-columns:1fr;
  }

  .live-material-grid article{
    padding:20px;
    border-radius:22px;
  }

  .stream-card-head{
    flex-direction:column;
    align-items:stretch;
  }

  .live-badge,
  .stream-platform{
    justify-content:center;
  }
}


/* Rev_23 – Eigenen Reiter für Live Anfertigung */
.nav > a[href$="live-anfertigung.html"]{
  position:relative;
  font-weight:800;
}

.nav > a[href$="live-anfertigung.html"].active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:var(--accent);
}

@media(max-width:760px){
  .nav > a[href$="live-anfertigung.html"]{
    min-height:52px;
    margin:0;
    border-radius:17px;
    background:#fff8ee;
    color:#29231d;
    font-size:15px;
    font-weight:900;
    justify-content:center;
    text-align:center;
  }

  .nav > a[href$="live-anfertigung.html"].active{
    background:#f3e2ca;
    color:#8a5d19;
  }
}


/* Rev_24 – Direkte Livestream-Einbettung */
.stream-frame iframe{
  width:100%;
  min-height:430px;
  aspect-ratio:16 / 9;
  border:0;
  display:block;
  background:#000;
}

@media(max-width:760px){
  .stream-frame iframe{
    min-height:240px;
    height:auto;
  }
}


/* Rev_25 – Perfekte mobile Livestream-Ansicht */
.stream-player-wrap{
  width:100%;
  display:grid;
  gap:12px;
}

.stream-player-wrap iframe{
  width:100%;
  aspect-ratio:16 / 9;
  min-height:0;
  height:auto;
  border:0;
  display:block;
  background:#000;
  border-radius:20px;
}

.stream-mobile-fallback{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-radius:18px;
  background:#fff8ee;
  border:1px solid rgba(138,93,25,.12);
  color:#776b61;
  font-size:14px;
  font-weight:800;
}

.stream-mobile-fallback a{
  color:#8a5d19;
  font-weight:900;
  text-decoration:underline;
}

.stream-mobile-note{
  display:block;
  color:#776b61;
  line-height:1.55;
  margin-top:14px;
  font-size:12px;
}

@media(max-width:760px){
  .live-hero{
    padding:34px 18px 24px !important;
  }

  .live-hero h1{
    font-size:clamp(36px,11vw,48px);
    margin-bottom:10px;
  }

  .live-hero p{
    font-size:15.5px;
    line-height:1.6;
    max-width:340px;
  }

  .live-stream-section{
    padding:18px 12px 34px !important;
  }

  .live-stream-layout{
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  .stream-card{
    order:1;
    padding:10px;
    border-radius:26px;
    box-shadow:0 14px 38px rgba(74,50,18,.08);
    border-color:rgba(138,93,25,.10);
  }

  .stream-card-head{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-bottom:10px;
  }

  .live-badge,
  .stream-platform{
    min-height:38px;
    width:100%;
    justify-content:center;
    font-size:12px;
    padding:8px 10px;
  }

  .stream-frame{
    width:100%;
    min-height:0 !important;
    aspect-ratio:auto;
    border-radius:22px;
    display:block;
    overflow:hidden;
    background:
      radial-gradient(circle at 50% 28%,rgba(255,255,255,.94),transparent 36%),
      linear-gradient(145deg,#fff,#f5e7d3);
  }

  .stream-player-wrap{
    padding:0;
    gap:10px;
  }

  .stream-player-wrap iframe{
    width:100%;
    aspect-ratio:16 / 9;
    height:auto;
    min-height:196px;
    max-height:62vh;
    border-radius:20px;
  }

  .stream-mobile-fallback{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
    padding:13px;
    margin:0 2px 2px;
  }

  .stream-mobile-fallback a{
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:linear-gradient(135deg,#8a5d19,#c8953b);
    color:#fff;
    text-decoration:none;
  }

  .stream-placeholder.mobile-ready{
    min-height:300px;
    padding:24px 18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }

  .stream-placeholder.mobile-ready img{
    width:min(62vw,210px);
    margin-bottom:14px;
  }

  .stream-placeholder.mobile-ready h2{
    font-size:clamp(31px,9vw,42px);
    line-height:1.05;
    margin:0 0 9px;
  }

  .stream-placeholder.mobile-ready p{
    font-size:15px;
    line-height:1.6;
    max-width:300px;
    margin:0 auto 18px;
  }

  .stream-open-button{
    width:100%;
    max-width:285px;
  }

  .stream-mobile-note{
    max-width:285px;
    margin-left:auto;
    margin-right:auto;
  }

  .live-info-card{
    order:2;
    padding:20px;
    border-radius:24px;
  }

  .live-info-card h2{
    font-size:clamp(31px,9vw,40px);
    line-height:1.05;
  }

  .live-steps{
    gap:10px;
  }

  .live-steps li{
    padding:14px;
    border-radius:18px;
  }

  .live-info-card .live-actions{
    margin-top:18px;
    display:grid;
    gap:10px;
  }

  .live-info-card .live-actions .btn{
    width:100%;
  }

  .live-material-section{
    padding:38px 16px !important;
  }

  .live-material-section .section-head{
    margin-bottom:22px;
  }

  .live-material-grid{
    gap:12px;
  }

  .live-material-grid article{
    display:grid;
    grid-template-columns:46px 1fr;
    column-gap:14px;
    align-items:start;
    padding:18px;
  }

  .live-material-grid article span{
    grid-row:1 / 3;
    margin:0;
  }

  .live-material-grid h3{
    font-size:24px;
    margin:0 0 5px;
  }

  .live-material-grid p{
    margin:0;
    font-size:14.5px;
    line-height:1.55;
  }

  .live-request-section{
    padding:38px 16px !important;
  }

  .live-request-card{
    padding:20px;
    border-radius:24px;
    gap:18px;
  }

  .live-request-card h2{
    font-size:clamp(31px,9vw,40px);
    line-height:1.05;
  }

  .live-request-form{
    gap:12px;
  }

  .live-request-form input,
  .live-request-form select,
  .live-request-form textarea{
    min-height:48px;
    font-size:16px;
    border-radius:15px;
  }

  .live-request-form textarea{
    min-height:112px;
  }

  .live-request-form .btn{
    width:100%;
  }
}

@media(max-width:380px){
  .stream-player-wrap iframe{
    min-height:176px;
  }

  .stream-placeholder.mobile-ready{
    min-height:280px;
    padding-left:14px;
    padding-right:14px;
  }

  .live-material-grid article{
    grid-template-columns:40px 1fr;
    column-gap:12px;
    padding:16px;
  }

  .live-material-grid article span{
    width:40px;
    height:40px;
  }
}


/* Rev_26 – Live Anfertigung als eigener Reiter auch mobil sichtbar */
.nav > a.live-nav-link{
  display:flex;
  align-items:center;
  position:relative;
  font-weight:800;
  color:inherit;
}

.nav > a.live-nav-link.active{
  color:var(--accent-dark);
}

.nav > a.live-nav-link.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:var(--accent);
}

@media(max-width:1050px){
  .nav > a.live-nav-link{
    width:100%;
    min-height:48px;
    padding:14px 16px;
    border-radius:16px;
    color:var(--ink);
    justify-content:center;
    text-align:center;
    background:#fff8ee;
  }

  .nav > a.live-nav-link.active,
  .nav > a.live-nav-link:hover{
    background:#f3e2ca;
    color:var(--accent-dark);
  }

  .nav > a.live-nav-link.active::after{
    display:none;
  }
}

@media(max-width:760px){
  .nav > a.live-nav-link{
    display:flex !important;
    width:100% !important;
    min-height:52px !important;
    margin:0 !important;
    padding:14px 16px !important;
    border-radius:17px !important;
    background:#fff8ee !important;
    color:#29231d !important;
    font-size:15px !important;
    font-weight:900 !important;
    justify-content:center !important;
    text-align:center !important;
  }

  .nav > a.live-nav-link.active{
    background:#f3e2ca !important;
    color:#8a5d19 !important;
  }
}
