:root{--red:#df1717;--ink:#101d30;--muted:#5f6976;--line:#e4e8ed;--soft:#f7f9fc;--dark:#06172b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.55}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 5px 18px rgba(0,0,0,.05)}
.header-inner{max-width:1240px;margin:auto;min-height:78px;padding:9px 20px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:12px}.brand img{width:51px;height:51px;object-fit:cover;border-radius:50%}.brand span{display:flex;flex-direction:column}.brand strong{font-size:18px}.brand small{color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:28px;font-weight:700}.main-nav>a:not(.shop-cta){position:relative;padding:27px 0}.main-nav>a:not(.shop-cta)::after{content:"";position:absolute;height:3px;background:var(--red);left:50%;right:50%;bottom:14px;transition:.23s}.main-nav>a:hover::after,.main-nav>a.active::after{left:0;right:0}
.shop-cta,.btn.primary{background:var(--red);color:#fff;border-radius:8px;padding:13px 20px;transition:.2s}.shop-cta:hover,.btn.primary:hover{background:#b90f0f;transform:translateY(-1px)}
.menu-toggle{display:none;border:0;background:none;font-size:27px}
.hero{display:grid;grid-template-columns:minmax(380px,39%) 1fr;max-width:1500px;margin:auto;min-height:500px}
.hero-copy{padding:60px 42px 50px max(20px,calc((100vw - 1240px)/2));display:flex;flex-direction:column;justify-content:center}.eyebrow{margin:0 0 12px;text-transform:uppercase;color:var(--red);font-size:13px;font-weight:800}.hero h1{font-size:clamp(44px,4vw,66px);line-height:1.04;margin:0 0 22px}.hero h1 em{display:block;font-family:Georgia,serif;font-weight:400;color:var(--red);font-size:.86em}.lead{color:var(--muted);font-size:17px;max-width:500px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0}.btn{display:inline-flex;align-items:center;gap:7px;border:1px solid #98a2af;border-radius:8px;padding:13px 18px;font-weight:700}.btn.secondary:hover{border-color:var(--red);color:var(--red)}.btn.secondary span{color:#e53238;font-weight:800}.no-store{font-weight:700}
.hero-photo{position:relative;min-height:500px;background:#d5b084;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-photo>span{position:absolute;right:12px;bottom:10px;background:#fff;padding:4px 8px;border-radius:5px;font-size:12px}
.trust{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);padding:21px 24px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:0 8px 22px rgba(0,0,0,.04)}.trust>div{display:grid;grid-template-columns:45px 1fr;align-items:center;padding:4px 22px;border-right:1px solid var(--line)}.trust>div:last-child{border-right:0}.trust b{grid-row:1/3;font-size:30px;color:#d69c00}.trust strong{font-size:15px}.trust small{color:var(--muted)}
.products,.motifs,.about-contact{max-width:1240px;margin:auto;padding:58px 20px}.section-title h2,.motif-head h2,.about-contact h2{font-size:34px;line-height:1.15;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}.product-grid article{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff;box-shadow:0 10px 22px rgba(0,0,0,.05);transition:.24s}.product-grid article:hover{transform:translateY(-5px);border-color:#f0aaaa;box-shadow:0 18px 34px rgba(15,31,53,.13)}.product-grid article>div{font-size:34px;color:var(--red)}.product-grid h3{margin:9px 0 5px}.product-grid p{margin:0;color:var(--muted)}
.motif-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.motif-head>a{border:1px solid #efb2b2;border-radius:8px;padding:10px 14px;color:var(--red);font-weight:700}
.slider-shell{position:relative}.motif-slider{display:flex;gap:15px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 3px 15px}.motif-slider::-webkit-scrollbar{display:none}.motif-card{flex:0 0 235px;position:relative;scroll-snap-align:start;border:1px solid var(--line);border-radius:13px;background:#fff;overflow:hidden;box-shadow:0 9px 20px rgba(0,0,0,.05);transition:.24s}.motif-card:hover{transform:translateY(-5px);border-color:#f0aaaa;box-shadow:0 18px 34px rgba(15,31,53,.13)}.motif-card img{width:100%;height:160px;object-fit:contain;background:#fff;padding:10px;transition:.28s}.motif-card:hover img{transform:scale(1.025)}.motif-card>div{padding:14px 15px 17px}.motif-card h3{margin:0 0 11px;font-size:17px;line-height:1.2;min-height:42px}.motif-card div span{color:var(--red);font-weight:700}.badge{position:absolute;top:9px;right:9px;z-index:2;border-radius:999px;color:#fff;padding:5px 8px;font-size:11px;font-weight:800}.badge.shop{background:#20a04a}.badge.ebay{background:#0b5ed7}.slider-btn{position:absolute;top:42%;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.13);font-size:29px;cursor:pointer}.slider-btn.prev{left:-20px}.slider-btn.next{right:-20px}
.notice{background:#eef5ff;border-left:4px solid #1765d4;border-radius:8px;padding:15px 17px;margin:12px 0 18px}.info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:var(--soft);padding:18px;border-radius:13px}.info-row>div{display:flex;gap:12px;padding:7px 12px}.info-row b{font-size:26px}.info-row p{margin:0;font-size:14px}
.about-contact{display:grid;grid-template-columns:1.2fr .9fr;gap:22px}.about-contact article{border:1px solid var(--line);border-radius:14px;padding:30px;box-shadow:0 11px 24px rgba(0,0,0,.05)}.contact-card{background:#fff8f8}.contact-card a{color:var(--red);font-weight:800;font-size:18px}
footer{background:var(--dark);color:#fff}.footer-grid{max-width:1240px;margin:auto;padding:40px 20px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:8px}.footer-grid h3{margin:0 0 8px}.footer-grid a{color:#eef4ff}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-brand{display:flex;flex-direction:column;gap:9px}.footer-brand span{color:#ff6c6c}.footer-logo{background:#fff;border-radius:10px;padding:8px;width:260px}.footer-logo img{width:100%;height:auto;object-fit:contain}.label-logo{margin-top:10px;background:#fff;border-radius:8px;padding:6px;width:118px}.thanks{max-width:1240px;margin:auto;border-top:1px solid rgba(255,255,255,.12);padding:22px 20px;text-align:center;color:#dce6f4;line-height:1.7}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:14px;color:#b8c5d7}
@media(max-width:1000px){.main-nav{gap:16px;font-size:14px}.hero{grid-template-columns:1fr}.hero-copy{padding:50px 28px}.hero-photo{min-height:430px}.trust{grid-template-columns:repeat(2,1fr)}.trust>div:nth-child(2){border-right:0}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.header-inner{min-height:66px}.brand strong{font-size:14px}.brand small{font-size:11px}.brand img{width:43px;height:43px}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;padding:15px 22px;flex-direction:column;align-items:stretch;box-shadow:0 12px 20px rgba(0,0,0,.12)}.main-nav.open{display:flex}.main-nav>a:not(.shop-cta){padding:10px 0}.main-nav>a:not(.shop-cta)::after{bottom:3px}.hero-copy{padding:38px 21px}.hero h1{font-size:41px}.hero-photo{min-height:340px}.trust{grid-template-columns:1fr}.trust>div{border-right:0;border-bottom:1px solid var(--line)}.product-grid,.info-row,.about-contact,.footer-grid{grid-template-columns:1fr}.motif-card{flex-basis:78vw}.slider-btn{display:none}.motif-head{align-items:flex-start;flex-direction:column}.footer-logo{width:235px}}

/* Version 1.2.1a – Hero- und Zoom-Korrektur */
html {
  scroll-padding-top: 96px;
}

.hero {
  width: 100%;
  max-width: 1500px;
  min-height: 0;
  grid-template-columns: minmax(330px, 38%) minmax(0, 62%);
  align-items: stretch;
}

.hero-copy {
  min-width: 0;
  padding-top: clamp(42px, 5vw, 66px);
  padding-bottom: clamp(42px, 5vw, 66px);
  overflow: visible;
}

.hero h1 {
  font-size: clamp(38px, 3.7vw, 62px);
  overflow-wrap: normal;
  word-break: normal;
}

.hero-photo {
  min-height: 0;
  height: auto;
  aspect-ratio: 1051 / 410;
  align-self: center;
  background: #fff;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #fff;
}

/* Bei normalem Desktop und Browser-Zoom bleibt das Foto vollständig sichtbar. */
@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(310px, 42%) minmax(0, 58%);
  }

  .hero-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero h1 {
    font-size: clamp(36px, 4.4vw, 52px);
  }
}

@media (max-width: 920px) {
  .hero {
    display: block;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .hero-photo {
    width: 100%;
    aspect-ratio: 1051 / 410;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(34px, 11vw, 44px);
  }

  .hero-photo {
    aspect-ratio: 1051 / 500;
  }

  .hero-photo img {
    object-fit: cover;
    object-position: center;
  }
}
