*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#080808;color:#f4efe4;font-family:Segoe UI,Tahoma,Arial,sans-serif;line-height:1.8}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:30;background:rgba(8,8,8,.9);backdrop-filter:blur(18px);border-bottom:1px solid #222}.nav{height:80px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:46px;height:46px;border:1px solid #d7aa45;border-radius:50%;display:grid;place-items:center;color:#d7aa45;font-weight:900}.brand span:last-child{display:flex;flex-direction:column}.brand small{font-size:10px;color:#888}.nav nav{display:flex;gap:22px;margin-inline:auto}.nav nav a{font-size:14px;color:#c9c1b5}.admin-link{border:1px solid #3a3022;padding:7px 12px;border-radius:10px;color:#d7aa45}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;background:radial-gradient(circle at 80% 20%,rgba(215,170,69,.09),transparent 30%),radial-gradient(circle at 12% 30%,rgba(180,25,35,.07),transparent 25%)}.hero-grid,.category-grid,.app-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.eyebrow{color:#d7aa45;font-size:12px;letter-spacing:3px;font-weight:800}.hero h1{font-size:clamp(48px,7vw,86px);line-height:1.08;margin:15px 0}.hero p,.section p{color:#9c978f}.btn{display:inline-flex;min-height:50px;align-items:center;padding:0 20px;border-radius:14px;font-weight:800;margin-top:16px}.primary{background:#d7aa45;color:#080808}.secondary{border:1px solid #453821}.disabled{opacity:.45;pointer-events:none}.hero-art{display:grid;place-items:center}.lux-card{width:min(390px,90%);aspect-ratio:.76;border:1px solid rgba(215,170,69,.28);border-radius:42px;background:linear-gradient(145deg,#181818,#090909);box-shadow:0 35px 100px #000;display:flex;flex-direction:column;align-items:center;justify-content:center}.lux-card span{color:#b8222c;font-size:58px}.lux-card b{font-size:48px;letter-spacing:8px}.lux-card em{font-style:normal;color:#d7aa45;font-size:9px;letter-spacing:3px}.section{padding:100px 0}.section h2{font-size:clamp(34px,5vw,54px);margin:7px 0}.category:nth-of-type(even){background:#0b0b0b}.category-art{height:380px;border:1px solid #30291d;border-radius:30px;background:#111;display:grid;place-items:center;font-size:140px;color:#d7aa45}.text-link{color:#d7aa45;font-weight:800}.section-title{text-align:center;margin-bottom:40px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{background:#121212;border:1px solid #2c261c;border-radius:22px;padding:18px}.product-media{height:220px;border-radius:16px;background:#0c0c0c;overflow:hidden;display:grid;place-items:center}.product-media img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:90px;color:#d7aa45}.product-card small{color:#b99a5d}.product-card h3{margin:5px 0}.price{display:block;margin-top:12px;color:#d7aa45}.app{background:#0b0b0b}.app-buttons{display:flex;gap:10px}.phone{width:265px;height:520px;margin:auto;background:linear-gradient(#171717,#070707);border:1px solid #363636;border-radius:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#d7aa45;font-weight:900;letter-spacing:4px}.phone div{font-size:120px;margin:45px 0}.phone small{letter-spacing:1px;color:#777}.banner,.text-block,.cta{border:1px solid #30291d;background:linear-gradient(135deg,#151515,#0b0b0b);border-radius:28px;padding:42px}.cta{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer{border-top:1px solid #222;color:#777;padding:35px 0}.site-footer .container{display:flex;justify-content:space-between}@media(max-width:850px){.nav nav{display:none}.hero-grid,.category-grid,.app-grid{grid-template-columns:1fr}.hero{text-align:center;padding:60px 0}.products-grid{grid-template-columns:1fr 1fr}.category-art{height:280px}.cta{flex-direction:column;align-items:flex-start}}@media(max-width:580px){.products-grid{grid-template-columns:1fr}.brand small{display:none}.hero h1{font-size:45px}.section{padding:75px 0}.site-footer .container{flex-direction:column;gap:5px}}

/* === KENZO PREMIUM HERO V2 === */

.hero-premium{
  position:relative;
  overflow:hidden;
  min-height:calc(100vh - 80px);
  isolation:isolate;
}

.hero-premium::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(215,170,69,.06);
  filter:blur(110px);
  right:-180px;
  top:-180px;
  z-index:-1;
}

.hero-premium::after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(145,15,25,.05);
  filter:blur(120px);
  left:-160px;
  bottom:-220px;
  z-index:-1;
}

.hero-grid-premium{
  min-height:calc(100vh - 80px);
  padding:72px 0 92px;
  gap:90px;
}

.hero-copy{
  max-width:650px;
}

.hero-copy h1{
  max-width:760px;
  font-size:clamp(52px,6.3vw,92px);
  letter-spacing:-2px;
  text-wrap:balance;
}

.hero-description{
  max-width:620px;
  font-size:17px;
  line-height:2;
  margin:0 0 22px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:25px;
}

.hero-actions .btn{
  margin-top:0;
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}

.hero-actions .btn:hover{
  transform:translateY(-3px);
}

.hero-main-btn{
  min-width:158px;
  justify-content:center;
  box-shadow:0 14px 40px rgba(215,170,69,.15);
}

.market-btn{
  border:1px solid rgba(215,170,69,.25);
  color:#e4dccd;
  background:rgba(255,255,255,.025);
  min-width:150px;
  justify-content:center;
}

.market-btn:hover{
  border-color:#d7aa45;
  background:rgba(215,170,69,.07);
}

.hero-trust{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
  color:#77736c;
  font-size:12px;
}

.hero-trust i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#d7aa45;
  opacity:.6;
}

.hero-showcase{
  position:relative;
  min-height:600px;
}

.hero-glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(215,170,69,.11);
  filter:blur(85px);
}

.lux-card-new{
  position:relative;
  z-index:4;
  width:min(380px,82%);
  border-radius:46px;
  background:
    linear-gradient(145deg,rgba(28,28,28,.98),rgba(7,7,7,.98));
  box-shadow:
    0 45px 110px rgba(0,0,0,.7),
    inset 0 1px 0 rgba(255,255,255,.04);
  transform:rotate(-2deg);
  transition:transform .45s ease;
}

.hero-showcase:hover .lux-card-new{
  transform:rotate(0deg) translateY(-7px);
}

.lux-card-new::before{
  content:"";
  position:absolute;
  inset:12px;
  border-radius:36px;
  border:1px solid rgba(255,255,255,.025);
  pointer-events:none;
}

.lux-card-new .crown{
  font-size:54px;
  text-shadow:0 0 30px rgba(184,34,44,.25);
}

.kenzo-orbit{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(215,170,69,.12);
  z-index:1;
}

.orbit-one{
  width:510px;
  height:510px;
}

.orbit-two{
  width:610px;
  height:610px;
  border-color:rgba(215,170,69,.06);
}

.floating-tag{
  position:absolute;
  z-index:6;
  min-width:145px;
  padding:13px 16px;
  border:1px solid rgba(215,170,69,.19);
  border-radius:16px;
  background:rgba(17,17,17,.82);
  backdrop-filter:blur(14px);
  box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.floating-tag small{
  display:block;
  color:#9d8a65;
  font-size:8px;
  letter-spacing:2px;
}

.floating-tag strong{
  display:block;
  color:#eee8dd;
  font-size:12px;
  letter-spacing:1px;
  margin-top:2px;
}

.tag-security{
  top:17%;
  right:1%;
}

.tag-performance{
  bottom:16%;
  left:1%;
}

.hero-scroll{
  position:absolute;
  bottom:22px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  color:#57534c;
  font-size:8px;
  letter-spacing:3px;
}

.hero-scroll i{
  width:1px;
  height:25px;
  background:linear-gradient(#d7aa45,transparent);
}

@media(max-width:850px){

  .hero-grid-premium{
    padding:65px 0 100px;
    gap:38px;
  }

  .hero-copy{
    margin:auto;
  }

  .hero-copy h1{
    letter-spacing:-1px;
  }

  .hero-actions{
    justify-content:center;
  }

  .hero-trust{
    justify-content:center;
  }

  .hero-showcase{
    min-height:500px;
  }

  .orbit-one{
    width:400px;
    height:400px;
  }

  .orbit-two{
    width:470px;
    height:470px;
  }

  .floating-tag{
    display:none;
  }
}

@media(max-width:580px){

  .hero-grid-premium{
    padding-top:48px;
  }

  .hero-copy h1{
    font-size:44px;
  }

  .hero-description{
    font-size:14px;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .hero-actions .btn{
    width:100%;
    justify-content:center;
  }

  .hero-trust{
    font-size:10px;
  }

  .hero-showcase{
    min-height:410px;
  }

  .lux-card-new{
    width:270px;
    border-radius:34px;
  }

  .lux-card-new b{
    font-size:37px;
  }

  .orbit-one{
    width:320px;
    height:320px;
  }

  .orbit-two{
    width:370px;
    height:370px;
  }
}
