:root{
  --bg:#05090d;
  --bg2:#091018;
  --gold:#f2b500;
  --gold2:#ffca28;
  --white:#fff;
  --muted:#b8c0ca;
  --line:rgba(255,255,255,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.shell{width:min(1420px,calc(100% - 58px));margin:0 auto}

.header{height:84px;position:absolute;inset:0 0 auto;z-index:50;background:linear-gradient(180deg,rgba(3,6,9,.94),rgba(3,6,9,.56),transparent)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center}
.brand img{width:285px;height:68px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:42px;font-size:.85rem;font-weight:800;text-transform:uppercase}
.nav a{padding:31px 0 24px;color:#f0f0f0;position:relative}
.nav a:hover,.nav a.active{color:var(--gold)}
.nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:10px;height:2px;background:var(--gold)}
.social-icon{font-size:1.45rem!important;padding-left:0!important;padding-right:0!important}
.menu-toggle{display:none;background:none;border:0}
.menu-toggle span{display:block;width:27px;height:2px;margin:5px;background:#fff}

.hero{position:relative;min-height:500px;padding:108px 0 0;overflow:hidden;background:
radial-gradient(circle at 74% 24%,rgba(242,181,0,.15),transparent 20%),
radial-gradient(circle at 74% 88%,rgba(28,85,132,.2),transparent 34%),
linear-gradient(90deg,#03070a 0%,#06101a 48%,#05090d 100%)}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}
.hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;min-height:392px;position:relative;z-index:3}
.hero-copy{padding:34px 0 70px}
.hero h1{font:700 clamp(3.6rem,5.6vw,6.2rem)/.94 Oswald,Impact,sans-serif;text-transform:uppercase;letter-spacing:-.03em;margin:0 0 25px}
.hero h1 span{color:var(--gold)}
.hero p{font-size:1.12rem;line-height:1.55;color:#f2f2f2;max-width:610px;margin:0 0 30px}
.hero-buttons{display:flex;gap:18px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 29px;border-radius:5px;font-size:.87rem;font-weight:800;text-transform:uppercase;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(180deg,var(--gold2),#e3a500);color:#111;box-shadow:0 0 22px rgba(242,181,0,.28)}
.btn-gold span{font-size:1.15rem;margin-right:10px}
.btn-outline{border:2px solid var(--gold);color:#fff;background:rgba(0,0,0,.2)}

.hero-cards{position:relative;height:385px;perspective:1500px}
.hero-card{position:absolute;margin:0;width:255px;aspect-ratio:.715;border-radius:12px;overflow:hidden;background:#111;box-shadow:0 22px 50px rgba(0,0,0,.8),0 0 24px rgba(242,181,0,.25);border:1px solid rgba(255,205,51,.52);z-index:3}
.hero-card:before{content:"";position:absolute;inset:-2px;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 22%,transparent 78%,rgba(242,181,0,.18))}
.hero-card img{width:100%;height:100%;object-fit:cover}
.hc-left{left:3%;top:30px;transform:rotate(-8deg)}
.hc-center{left:36%;top:24px;transform:rotate(3deg);z-index:5}
.hc-right{right:0;top:38px;transform:rotate(9deg)}
.card-stage{position:absolute;left:0;right:0;bottom:6px;height:120px;background:radial-gradient(ellipse,rgba(242,181,0,.27),rgba(19,50,72,.16) 45%,transparent 72%);filter:blur(10px)}
.smoke{position:absolute;border-radius:50%;filter:blur(62px);opacity:.28}
.smoke-one{width:380px;height:200px;background:#8896a3;left:37%;bottom:-80px}
.smoke-two{width:420px;height:180px;background:#3d4c5d;right:-80px;bottom:-70px}
.gold-dust{position:absolute;inset:0;opacity:.22;background-image:radial-gradient(circle,#f7c72b 0 1px,transparent 1.8px);background-size:43px 47px;mask-image:linear-gradient(90deg,transparent 35%,#000 58%,#000 100%)}

.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 6px 14px;background:#05090d}
.category-card{position:relative;height:220px;overflow:hidden;border:1px solid rgba(242,181,0,.45);border-radius:3px;background:#0c1116}
.category-images{position:absolute;inset:0}
.cat-card{position:absolute;width:145px;aspect-ratio:.715;object-fit:cover;border-radius:7px;box-shadow:0 12px 25px rgba(0,0,0,.75);transition:.25s}
.cat-1{left:7%;top:25px;transform:rotate(-8deg)}
.cat-2{left:35%;top:10px;transform:rotate(2deg)}
.cat-3{right:5%;top:24px;transform:rotate(8deg)}
.category-card:hover .cat-1{transform:rotate(-5deg) translateY(-5px)}
.category-card:hover .cat-2{transform:rotate(0) translateY(-8px)}
.category-card:hover .cat-3{transform:rotate(5deg) translateY(-5px)}
.category-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,10,.05) 15%,rgba(3,7,10,.35) 55%,rgba(3,7,10,.96) 100%)}
.category-copy{position:absolute;left:30px;bottom:18px;z-index:4}
.category-copy h2{font:700 2rem/1 Oswald,sans-serif;text-transform:uppercase;margin:0 0 8px}
.category-copy p{margin:0;color:var(--gold);font-size:.78rem;font-weight:800;text-transform:uppercase}
.round-arrow{position:absolute;right:22px;bottom:16px;width:42px;height:42px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:1.5rem;z-index:4}

.shops{padding:25px 0 34px;background:radial-gradient(circle at 50% 0,rgba(20,45,63,.24),transparent 34%),#05090d}
.section-title{display:grid;grid-template-columns:1fr auto 1fr;gap:26px;align-items:center;text-align:center;margin:0 auto 22px;max-width:920px}
.section-title>span{height:2px;background:linear-gradient(90deg,transparent,var(--gold))}
.section-title>span:last-child{background:linear-gradient(90deg,var(--gold),transparent)}
.section-title h2{font:700 2.25rem/1 Oswald,sans-serif;text-transform:uppercase;margin:0}
.section-title p{margin:7px 0 0;color:#e1e1e1}
.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.shop-tile{position:relative;height:205px;border:1px solid rgba(255,255,255,.25);border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#09111d,#05090d);padding:25px 28px;text-align:center;isolation:isolate}
.shop-tile:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(24,89,161,.19),transparent 52%);z-index:-1}
.shop-tile img{position:absolute;width:175px;right:-18px;bottom:-70px;transform:rotate(-13deg);opacity:.24;z-index:-1}
.shop-wordmark{font-size:2rem;font-weight:800;margin-bottom:10px}
.shop-tile p{color:#fff;line-height:1.4;margin:0 0 17px}
.shop-btn{display:inline-flex;min-width:190px;min-height:42px;align-items:center;justify-content:center;border-radius:4px;font-size:.8rem;font-weight:800;text-transform:uppercase}
.blue{background:#0754c7}.yellow{background:#f2bf00;color:#111}.purple{background:#7022b6}
.ebay-mark{letter-spacing:-.12em}
.ebay-mark i{font-style:normal}
.ebay-mark i:nth-child(1){color:#e53238}.ebay-mark i:nth-child(2){color:#0064d2}.ebay-mark i:nth-child(3){color:#f5af02}.ebay-mark i:nth-child(4){color:#86b817}
.whatnot .shop-wordmark{color:#fff}
.whatnot .shop-wordmark::first-letter{color:#f4d916}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:30px}
.benefit{display:grid;grid-template-columns:52px 1fr;gap:15px;align-items:start}
.benefit-icon{width:45px;height:45px;border:2px solid var(--gold);color:var(--gold);display:grid;place-items:center;border-radius:50%;font-size:1.45rem}
.benefit h3{font-size:.86rem;text-transform:uppercase;margin:0 0 5px}
.benefit p{font-size:.81rem;line-height:1.45;color:#c8c8c8;margin:0}

.contact{padding:70px 0;background:#08121b;border-top:1px solid rgba(255,255,255,.08)}
.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.contact h2{font:700 3rem/1 Oswald,sans-serif;text-transform:uppercase;margin:0 0 12px}
.contact p{color:#c8cdd3;margin:0}

footer{padding:35px 0;background:#030609;border-top:1px solid rgba(255,255,255,.09)}
.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;color:#aeb6bf}
.footer-inner img{width:210px}
.footer-inner div{display:flex;gap:20px}

@media(max-width:1100px){
  .nav{gap:22px}
  .hero-grid{grid-template-columns:1fr}
  .hero{padding-top:90px}
  .hero-copy{padding-bottom:20px}
  .hero-cards{max-width:800px;width:100%;margin:0 auto}
  .categories{grid-template-columns:1fr}
  .category-card{height:265px}
  .shop-grid{grid-template-columns:1fr}
  .benefits{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .shell{width:calc(100% - 28px)}
  .brand img{width:220px}
  .menu-toggle{display:block}
  .nav{display:none;position:fixed;inset:84px 0 auto;background:#05090d;flex-direction:column;align-items:flex-start;padding:25px 30px;gap:0}
  .nav.open{display:flex}
  .nav a{padding:14px 0}
  .hero h1{font-size:3.4rem}
  .hero-cards{height:330px}
  .hero-card{width:190px}
  .hc-left{left:0;top:75px}
  .hc-center{left:29%;top:22px}
  .hc-right{right:-2%;top:78px}
  .category-card{height:230px}
  .cat-card{width:125px}
  .benefits{grid-template-columns:1fr}
  .contact-inner{display:block}
  .contact .btn{margin-top:22px}
  .footer-inner{grid-template-columns:1fr}
}
@media(max-width:500px){
  .hero h1{font-size:2.85rem}
  .hero-buttons{display:grid}
  .hero-cards{height:275px}
  .hero-card{width:145px}
  .hc-left{top:78px}
  .hc-center{left:29%;top:26px}
  .hc-right{top:82px}
  .category-copy{left:18px}
  .category-copy h2{font-size:1.65rem}
  .category-copy p{font-size:.65rem}
  .cat-card{width:108px}
  .shop-tile{height:220px}
}


/* V9 Anpassungen */
.brand img{
  width:360px;
  height:78px;
}

/* Kategorien stärker mit Karten ausfüllen */
.category-card{
  height:245px;
}
.cat-card{
  width:185px;
}
.cat-1{
  left:2%;
  top:10px;
}
.cat-2{
  left:32%;
  top:-8px;
}
.cat-3{
  right:0;
  top:10px;
}

/* Zwei Karten je Shop-Kachel */
.shop-tile{
  min-height:230px;
  padding-left:120px;
  padding-right:120px;
}
.shop-card-img{
  position:absolute;
  width:145px;
  aspect-ratio:.715;
  object-fit:cover;
  border-radius:8px;
  box-shadow:0 16px 30px rgba(0,0,0,.55);
  opacity:.36;
  z-index:-1;
}
.shop-card-left{
  left:-24px;
  bottom:-52px;
  transform:rotate(12deg);
}
.shop-card-right{
  right:-24px;
  bottom:-52px;
  transform:rotate(-12deg);
}

/* Kontaktformular */
.contact{
  padding:85px 0;
}
.contact-heading{
  max-width:760px;
  margin-bottom:34px;
}
.contact-kicker{
  color:var(--gold);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin:0 0 10px;
}
.contact-heading h2{
  font:700 clamp(2.8rem,5vw,4.8rem)/.98 Oswald,sans-serif;
  text-transform:uppercase;
  margin:0 0 16px;
}
.contact-heading>p:last-child{
  color:#c8cdd3;
  font-size:1.02rem;
}
.purchase-form{
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  padding:34px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.form-grid label{
  display:grid;
  gap:8px;
}
.form-grid label>span{
  font-size:.79rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#e6e6e6;
}
.full-width{
  grid-column:1/-1;
}
input,select,textarea{
  width:100%;
  border:1px solid rgba(255,255,255,.16);
  border-radius:6px;
  background:#08111a;
  color:#fff;
  padding:14px 15px;
  outline:none;
}
input:focus,select:focus,textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(242,181,0,.1);
}
textarea{
  resize:vertical;
}
.checkbox-label{
  display:flex!important;
  grid-template-columns:auto 1fr!important;
  align-items:flex-start;
}
.checkbox-label input{
  width:18px;
  height:18px;
  margin-top:2px;
}
.checkbox-label span{
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:500!important;
  color:#bfc7d0!important;
}
.form-actions{
  display:flex;
  align-items:center;
  gap:22px;
  margin-top:26px;
}
.form-actions p{
  margin:0;
  color:#aeb6bf;
  font-size:.82rem;
}

@media(max-width:760px){
  .brand img{
    width:270px;
    height:68px;
  }
  .shop-tile{
    padding-left:82px;
    padding-right:82px;
  }
  .shop-card-img{
    width:118px;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .full-width{
    grid-column:auto;
  }
  .form-actions{
    display:block;
  }
  .form-actions p{
    margin-top:14px;
  }
}


/* V10 Hero wie Mockup */
.hero h1{
  font-family:Oswald,Impact,sans-serif;
  font-weight:700;
  font-size:clamp(4.8rem,7vw,7rem);
  line-height:.88;
  letter-spacing:-0.04em;
  text-transform:uppercase;
  margin:0 0 28px;
}
.hero h1 span{
  display:block;
  color:#f2b500;
}
.hero p{
  max-width:560px;
  font-size:1.18rem;
  color:#f2f2f2;
}
@media(max-width:760px){
  .hero h1{
    font-size:3.8rem;
  }
}


/* V11 – näher am visuellen Mock-up */
.header{
  height:96px;
  background:linear-gradient(180deg,rgba(2,5,8,.98) 0%,rgba(2,5,8,.86) 72%,rgba(2,5,8,0) 100%);
}
.header-inner{
  height:96px;
}
.brand{
  position:relative;
  padding:8px 18px 8px 12px;
  border-radius:12px;
  background:radial-gradient(circle at 15% 50%,rgba(245,181,0,.17),transparent 52%);
}
.brand:after{
  content:"";
  position:absolute;
  inset:5px 10px;
  border-radius:10px;
  box-shadow:0 0 30px rgba(245,181,0,.16);
  pointer-events:none;
}
.brand img{
  width:430px;
  height:86px;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.12)) drop-shadow(0 0 12px rgba(245,181,0,.16));
}

.hero{
  min-height:560px;
  padding-top:116px;
  background:
    radial-gradient(circle at 73% 18%,rgba(242,181,0,.20),transparent 18%),
    radial-gradient(circle at 78% 68%,rgba(29,76,122,.28),transparent 32%),
    linear-gradient(90deg,#020609 0%,#07111b 48%,#04080c 100%);
}
.hero-grid{
  grid-template-columns:.78fr 1.22fr;
  min-height:444px;
}
.hero-copy{
  padding-bottom:52px;
}
.hero h1{
  font-size:clamp(5.2rem,7.5vw,7.8rem);
  line-height:.86;
}
.hero p{
  max-width:590px;
  font-size:1.22rem;
}
.hero-cards{
  height:445px;
}
.hero-card{
  width:300px;
  border-radius:14px;
  box-shadow:
    0 32px 68px rgba(0,0,0,.86),
    0 0 26px rgba(242,181,0,.32),
    0 0 0 1px rgba(255,208,58,.6);
}
.hc-left{left:0;top:42px;transform:rotate(-9deg)}
.hc-center{left:35%;top:12px;transform:rotate(2deg);z-index:6}
.hc-right{right:-1%;top:48px;transform:rotate(10deg)}
.card-stage{
  bottom:-8px;
  height:165px;
  background:radial-gradient(ellipse,rgba(242,181,0,.38),rgba(22,64,94,.22) 42%,transparent 72%);
  filter:blur(8px);
}
.smoke{
  opacity:.42;
  filter:blur(54px);
}
.smoke-one{
  width:520px;
  height:230px;
  left:34%;
  bottom:-84px;
  background:#83909a;
}
.smoke-two{
  width:560px;
  height:250px;
  right:-90px;
  bottom:-100px;
  background:#475766;
}
.gold-dust{
  opacity:.34;
  background-size:34px 37px;
}

/* Kategorien größer, dichter und dynamischer */
.categories{
  gap:8px;
  padding:0 6px 12px;
}
.category-card{
  height:265px;
  background:
    radial-gradient(circle at 50% 20%,rgba(245,181,0,.12),transparent 34%),
    #0a0f14;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03);
}
.cat-card{
  width:225px;
  box-shadow:0 18px 38px rgba(0,0,0,.72);
}
.cat-1{left:-2%;top:4px;transform:rotate(-10deg)}
.cat-2{left:31%;top:-22px;transform:rotate(1deg);z-index:2}
.cat-3{right:-3%;top:2px;transform:rotate(10deg)}
.category-shade{
  background:
    linear-gradient(180deg,rgba(3,7,10,.00) 8%,rgba(3,7,10,.18) 46%,rgba(3,7,10,.98) 100%),
    linear-gradient(90deg,rgba(0,0,0,.18),transparent 28%,transparent 72%,rgba(0,0,0,.18));
}
.category-copy{
  bottom:20px;
}
.category-copy h2{
  font-size:2.15rem;
}
.round-arrow{
  width:46px;height:46px;
}

/* Shop-Kacheln tiefer und hochwertiger */
.shop-grid{
  gap:24px;
}
.shop-tile{
  height:240px;
  border-radius:12px;
  background:
    radial-gradient(circle at 50% -10%,rgba(255,255,255,.07),transparent 34%),
    linear-gradient(145deg,#0b1520,#05090d 72%);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 18px 40px rgba(0,0,0,.34);
  transition:.25s ease;
}
.shop-tile:hover{
  transform:translateY(-6px);
  border-color:rgba(242,181,0,.55);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.035),
    0 24px 54px rgba(0,0,0,.46),
    0 0 28px rgba(242,181,0,.12);
}
.shop-wordmark{
  position:relative;
  z-index:2;
  margin-top:6px;
}
.shop-tile p,
.shop-btn{
  position:relative;
  z-index:2;
}
.shop-card-img{
  width:165px;
  opacity:.42;
  filter:saturate(.95) contrast(1.06);
}
.shop-card-left{
  left:-18px;
  bottom:-70px;
  transform:rotate(14deg);
}
.shop-card-right{
  right:-18px;
  bottom:-70px;
  transform:rotate(-14deg);
}
.shop-tile:after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:8px;
  height:44px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(242,181,0,.15),transparent 70%);
  filter:blur(10px);
  z-index:-1;
}

@media(max-width:1180px){
  .brand img{
    width:340px;
  }
  .hero-card{
    width:260px;
  }
}
@media(max-width:760px){
  .header,.header-inner{height:88px}
  .brand{
    padding:5px 8px;
  }
  .brand img{
    width:285px;
    height:72px;
  }
  .hero{
    padding-top:100px;
  }
  .hero h1{
    font-size:4rem;
  }
  .hero-cards{
    height:360px;
  }
  .hero-card{
    width:205px;
  }
  .category-card{
    height:240px;
  }
  .cat-card{
    width:155px;
  }
  .shop-tile{
    height:240px;
  }
  .shop-card-img{
    width:125px;
  }
}
@media(max-width:500px){
  .brand img{
    width:240px;
  }
  .hero h1{
    font-size:3.2rem;
  }
  .hero-cards{
    height:290px;
  }
  .hero-card{
    width:150px;
  }
  .category-card{
    height:225px;
  }
  .cat-card{
    width:125px;
  }
}


/* V12 Header Logo */
.brand{
  padding:6px 12px;
  background:none;
}
.brand:after{display:none;}
.brand img{
  width:645px !important; /* ca. 50% größer als V11 */
  max-width:none;
  height:auto !important;
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,.18))
    drop-shadow(0 0 18px rgba(0,153,255,.22))
    drop-shadow(0 0 22px rgba(242,181,0,.18));
}

@media(max-width:1180px){
  .brand img{width:500px !important;}
}
@media(max-width:760px){
  .brand img{width:340px !important;}
}
@media(max-width:500px){
  .brand img{width:285px !important;}
}

/* V13 logo + new cards */
.brand img{
 width:430px !important;
 height:auto!important;
}
@media(max-width:1180px){.brand img{width:340px!important}}
@media(max-width:760px){.brand img{width:270px!important}}
@media(max-width:500px){.brand img{width:220px!important}}


/* V14 */
.brand img{
 width:320px !important;
 height:auto!important;
}
.shop-card-center{
 position:absolute;
 width:150px;
 left:50%;
 transform:translateX(-50%) rotate(-2deg);
 bottom:-48px;
 opacity:.55;
 z-index:-1;
}


/* =========================================================
   V15 FINAL OVERRIDES
   ========================================================= */

/* Logo: controlled by HEIGHT, not width, because the new logo is nearly square. */
.header,
.header-inner{
  height:92px !important;
}
.brand{
  width:170px !important;
  height:86px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
  background:none !important;
}
.brand:after{
  display:none !important;
}
.brand img{
  width:auto !important;
  height:82px !important;
  max-width:170px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:
    drop-shadow(0 3px 8px rgba(0,0,0,.7))
    drop-shadow(0 0 9px rgba(27,145,230,.22)) !important;
}

/* Hero starts beneath the header instead of underneath the logo. */
.hero{
  padding-top:112px !important;
}
.hero-grid{
  min-height:450px !important;
}

/* Category cards use three distinct cards and fill the panels without giant crops. */
.category-card{
  height:250px !important;
}
.cat-card{
  width:190px !important;
  max-height:270px !important;
  object-fit:cover !important;
}
.cat-1{
  left:0 !important;
  top:12px !important;
}
.cat-2{
  left:32% !important;
  top:-8px !important;
}
.cat-3{
  right:-1% !important;
  top:12px !important;
}

/* Shop cards remain clearly visible on both sides. */
.shop-tile{
  height:235px !important;
  padding-left:118px !important;
  padding-right:118px !important;
}
.shop-card-img{
  width:142px !important;
  opacity:.46 !important;
}
.shop-card-left{
  left:-10px !important;
  bottom:-55px !important;
}
.shop-card-right{
  right:-10px !important;
  bottom:-55px !important;
}
.shop-card-center{
  width:148px !important;
  left:50% !important;
  bottom:-70px !important;
  transform:translateX(-50%) rotate(-1deg) !important;
  opacity:.34 !important;
}

/* Keep central text readable above the cards. */
.shop-wordmark,
.shop-tile p,
.shop-btn{
  position:relative !important;
  z-index:4 !important;
}

@media(max-width:1180px){
  .brand{
    width:150px !important;
  }
  .brand img{
    height:74px !important;
    max-width:150px !important;
  }
}
@media(max-width:760px){
  .header,
  .header-inner{
    height:82px !important;
  }
  .brand{
    width:125px !important;
    height:76px !important;
  }
  .brand img{
    height:67px !important;
    max-width:125px !important;
  }
  .hero{
    padding-top:94px !important;
  }
  .category-card{
    height:230px !important;
  }
  .cat-card{
    width:145px !important;
  }
  .shop-tile{
    padding-left:82px !important;
    padding-right:82px !important;
  }
  .shop-card-img{
    width:112px !important;
  }
}


/* =========================================================
   V16 FINAL OVERRIDES
   ========================================================= */

/* 1) Logo ca. 15 % größer als in V15 */
.brand{
  width:196px !important;
}
.brand img{
  height:94px !important;
  max-width:196px !important;
}

@media(max-width:1180px){
  .brand{
    width:173px !important;
  }
  .brand img{
    height:85px !important;
    max-width:173px !important;
  }
}
@media(max-width:760px){
  .brand{
    width:144px !important;
  }
  .brand img{
    height:77px !important;
    max-width:144px !important;
  }
}
@media(max-width:500px){
  .brand{
    width:132px !important;
  }
  .brand img{
    height:70px !important;
    max-width:132px !important;
  }
}

/* 2) Kategorien auf dieselbe maximale Breite wie Hero/Shops begrenzen */
.categories{
  width:min(1420px,calc(100% - 58px)) !important;
  margin:0 auto 14px !important;
  padding:0 !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
}
.category-card{
  width:100% !important;
  min-width:0 !important;
}

/* Karten innerhalb der Kategorien enger staffeln */
.cat-card{
  width:185px !important;
}
.cat-1{
  left:4% !important;
}
.cat-2{
  left:34% !important;
}
.cat-3{
  right:4% !important;
}

@media(max-width:1100px){
  .categories{
    grid-template-columns:1fr !important;
  }
  .category-card{
    max-width:760px !important;
    width:100% !important;
    margin:0 auto !important;
  }
}
@media(max-width:760px){
  .categories{
    width:calc(100% - 28px) !important;
  }
}

/* 3) Shop-Bilder ca. 20 % größer und stärker überlappend */
.shop-card-img{
  width:170px !important;
}
.shop-card-left{
  left:6px !important;
  bottom:-74px !important;
  transform:rotate(14deg) !important;
}
.shop-card-right{
  right:6px !important;
  bottom:-74px !important;
  transform:rotate(-14deg) !important;
}
.shop-card-center{
  width:178px !important;
  bottom:-82px !important;
  opacity:.42 !important;
}
.shop-tile{
  overflow:hidden !important;
}

@media(max-width:760px){
  .shop-card-img{
    width:134px !important;
  }
  .shop-card-center{
    width:140px !important;
  }
}

/* 4) Mehr Abstand zwischen Kicker und Überschrift im Sammlungsankauf */
.contact-kicker{
  margin-bottom:18px !important;
}
.contact-heading h2{
  margin-top:0 !important;
  line-height:1.02 !important;
}

.lang-switch{
display:inline-flex;
gap:.4rem;
margin-left:1rem;
font-weight:700;
font-size:.85rem;
}
.lang-switch a{
color:#bbb;
text-decoration:none;
}
.lang-switch a.active{
color:#f2b500;
}


/* =========================================================
   V18 FINAL OVERRIDES
   ========================================================= */

/* Sprachschalter entfernt */
.lang-switch{
  display:none !important;
}

/* Hero-Titel: zwei klare Zeilen ohne internes Umbrechen */
.hero-copy{
  position:relative;
  z-index:8;
  overflow:visible;
}
.hero h1{
  max-width:none !important;
  margin-bottom:30px !important;
  font-size:clamp(4.15rem,6.1vw,6.75rem) !important;
  line-height:.90 !important;
  letter-spacing:-.035em !important;
}
.hero-line{
  display:block;
  white-space:nowrap;
}
.hero-line-white{
  color:#fff;
}
.hero-line-gold{
  color:var(--gold);
  margin-top:.08em;
}

/* Kategorien: Bilder bleiben, Texte werden hochwertiger und informativer */
.category-card{
  height:330px !important;
}
.category-shade{
  background:
    linear-gradient(180deg,rgba(3,7,10,.02) 0%,rgba(3,7,10,.26) 42%,rgba(3,7,10,.98) 73%,rgba(3,7,10,1) 100%) !important;
}
.category-copy{
  left:28px !important;
  right:76px !important;
  bottom:24px !important;
  z-index:5 !important;
}
.category-label{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.category-copy h2{
  max-width:390px;
  margin:0 0 10px !important;
  color:#fff;
  font:700 clamp(1.55rem,2vw,2.05rem)/1.04 Oswald,sans-serif !important;
  text-transform:none !important;
  letter-spacing:-.015em;
}
.category-copy p{
  max-width:390px;
  margin:0 !important;
  color:#c5ccd5 !important;
  font-size:.84rem !important;
  font-weight:500 !important;
  line-height:1.45;
  text-transform:none !important;
}
.round-arrow{
  right:22px !important;
  bottom:26px !important;
}

@media(max-width:1180px){
  .hero h1{
    font-size:clamp(3.8rem,6vw,5.8rem) !important;
  }
}
@media(max-width:760px){
  .hero h1{
    font-size:clamp(2.9rem,11vw,4.2rem) !important;
    line-height:.92 !important;
  }
  .hero-line{
    white-space:normal;
  }
  .category-card{
    height:310px !important;
  }
  .category-copy{
    left:22px !important;
    right:68px !important;
  }
}
@media(max-width:500px){
  .hero h1{
    font-size:2.8rem !important;
  }
  .category-card{
    height:295px !important;
  }
  .category-copy h2{
    font-size:1.55rem !important;
  }
}


/* V19 Hero Typography */
.hero h1{
  font-size:clamp(4.5rem,6vw,6.8rem)!important;
  line-height:.88!important;
  letter-spacing:-0.045em!important;
}
.hero-line{
  display:block;
  white-space:nowrap;
}
.hero-gap{
  margin-top:.22em;
}
.hero-copy{
  max-width:620px;
}
.hero-copy p{
  margin-top:26px;
  max-width:520px;
}

@media(max-width:760px){
  .hero-line{
    white-space:normal;
  }
  .hero-gap{
    margin-top:.15em;
  }
}


/* V19.1 - Force first hero block to white */
.hero-line-white{
    color:#ffffff !important;
}
.hero-line-gold{
    color:var(--gold) !important;
}
