/* V16.78 — exact golden hero with animated product cards */
body.q1-v16-78 .q158-hero{
  padding-top:10px;
}
body.q1-v16-78 .q158-shell{
  width:min(2048px, calc(100% - 12px));
  min-height:700px;
  margin:0 auto;
  display:grid;
  grid-template-columns:58% 42%;
  gap:0;
  border-radius:34px;
  overflow:hidden;
  border:1px solid #ddbf84;
  direction:ltr;
  background:
    radial-gradient(circle at 18% 40%, rgba(255,255,255,.35) 0, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 82% 22%, rgba(255,255,255,.24) 0, rgba(255,255,255,0) 26%),
    linear-gradient(rgba(255,249,239,.18), rgba(255,249,239,.18)),
    url('assets/hero/q1-marble-bg-v1674.jpg') center center / cover no-repeat;
  box-shadow:0 16px 40px rgba(108,80,31,.08);
}
body.q1-v16-78 .q158-orbit-panel{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:transparent;
}
body.q1-v16-78 .q161-stage{
  width:min(1130px, 100%);
  height:700px;
  position:relative;
  overflow:hidden;
  background:transparent;
}
body.q1-v16-78 .q161-stage-art{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  z-index:1;
  pointer-events:none;
}
body.q1-v16-78 .q161-orbit{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
}
body.q1-v16-78 .q158-card{
  position:absolute;
  left:var(--x,50%);
  top:var(--y,50%);
  width:168px;
  min-height:246px;
  transform:translate(-50%,-50%) rotate(var(--r,0deg));
  transform-origin:center center;
  border-radius:22px;
  border:2px solid #d9a135;
  background:linear-gradient(180deg,#fff 0%,#fffdf8 100%);
  box-shadow:0 18px 36px rgba(38,40,53,.12);
  overflow:hidden;
  pointer-events:auto;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
}
body.q1-v16-78 .q158-card:hover{
  transform:translate(-50%,-50%) rotate(var(--r,0deg)) scale(1.02);
  box-shadow:0 22px 44px rgba(38,40,53,.16);
}
body.q1-v16-78 .q158-card:nth-child(1){--x:16%;--y:44%;--r:-7deg;z-index:6;}
body.q1-v16-78 .q158-card:nth-child(2){--x:34%;--y:17.2%;--r:-4deg;z-index:7;}
body.q1-v16-78 .q158-card:nth-child(3){--x:50.5%;--y:10.5%;--r:0deg;z-index:9;}
body.q1-v16-78 .q158-card:nth-child(4){--x:67.2%;--y:17.2%;--r:4deg;z-index:7;}
body.q1-v16-78 .q158-card:nth-child(5){--x:84%;--y:44%;--r:7deg;z-index:6;}
body.q1-v16-78 .q158-card .q158-media{
  height:138px;
  min-height:138px;
  padding:14px 14px 6px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
body.q1-v16-78 .q158-card .q158-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
}
body.q1-v16-78 .q158-card .q158-badge{
  position:absolute;
  top:10px;
  right:10px;
  background:#d29a2d;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:900;
  padding:7px 12px;
  border-radius:999px;
  box-shadow:0 4px 12px rgba(210,154,45,.28);
  max-width:130px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.q1-v16-78 .q158-card .q158-info{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:8px;
  padding:6px 14px 14px;
  text-align:center;
}
body.q1-v16-78 .q158-card .q158-info strong{
  color:#163047;
  font-size:17px;
  line-height:1.35;
  font-weight:900;
  min-height:48px;
  max-height:48px;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
body.q1-v16-78 .q158-card .q158-price{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
body.q1-v16-78 .q158-card .q158-price span{
  color:#ca8d18;
  font-size:19px;
  font-weight:1000;
}
body.q1-v16-78 .q158-card .q158-price del{
  color:#adb3ba;
  font-size:12px;
  font-weight:700;
}
body.q1-v16-78 .q158-arrow{
  position:absolute;
  top:47.5%;
  transform:translateY(-50%);
  width:84px;
  height:84px;
  border-radius:50%;
  border:2px solid #d6a03a;
  background:#0b2f4b;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:54px;
  line-height:1;
  box-shadow:0 12px 24px rgba(14,37,60,.16);
  z-index:12;
}
body.q1-v16-78 .q158-prev{left:18px;}
body.q1-v16-78 .q158-next{right:18px;}
body.q1-v16-78 .q158-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  gap:11px;
  z-index:12;
}
body.q1-v16-78 .q158-dots button{
  width:15px;
  height:15px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.8);
  box-shadow:0 2px 8px rgba(40,40,40,.10);
}
body.q1-v16-78 .q158-dots button.active{background:#d4a22f;}

body.q1-v16-78 .q158-copy{
  direction:rtl;
  min-height:700px;
  padding:56px 64px 50px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  text-align:right;
  background:transparent;
}
body.q1-v16-78 .q158-copy h1{
  margin:0;
  color:#092f4d;
  font-size:clamp(68px,4.6vw,104px);
  line-height:0.98;
  letter-spacing:-1.6px;
  font-weight:1000;
}
body.q1-v16-78 .q158-copy h1 span{display:block;}
body.q1-v16-78 .q158-copy p{
  margin:20px 0 0;
  color:#16364b;
  font-size:clamp(27px,1.8vw,40px);
  line-height:1.4;
  font-weight:800;
}
body.q1-v16-78 .q158-copy > b{
  margin:14px 0 0;
  color:#ca8d18;
  font-size:clamp(26px,1.7vw,38px);
  font-weight:1000;
}
body.q1-v16-78 .q158-divider{
  display:flex;
  align-items:center;
  gap:16px;
  margin:18px 0 28px;
  color:#c78c18;
}
body.q1-v16-78 .q158-divider span{
  width:76px;
  height:3px;
  border-radius:999px;
  background:#c78c18;
}
body.q1-v16-78 .q158-divider i{font-style:normal;font-size:18px;}
body.q1-v16-78 .q158-actions{
  width:min(710px,100%);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:20px;
}
body.q1-v16-78 .q158-actions a,
body.q1-v16-78 .q158-actions button{
  min-height:92px;
  border-radius:20px;
  border:2px solid #d19a2c;
  background:#0b2f4b;
  color:#fff;
  font-size:26px;
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(12,42,72,.12);
}
body.q1-v16-78 .q158-actions em,
body.q1-v16-78 .q158-features em{
  font-style:normal;
  font-size:31px;
  line-height:1;
}
body.q1-v16-78 .q158-features{
  width:min(710px,100%);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
body.q1-v16-78 .q158-features span{
  min-height:86px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(214,183,123,.75);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:16px 12px;
  color:#11324b;
  font-size:22px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(18,37,56,.06);
}
body.q1-v16-78 .q158-features b{font-weight:900;}

@media (max-width:1680px){
  body.q1-v16-78 .q158-shell{min-height:620px;grid-template-columns:56% 44%;}
  body.q1-v16-78 .q158-orbit-panel, body.q1-v16-78 .q158-copy{min-height:620px;}
  body.q1-v16-78 .q161-stage{height:620px;}
  body.q1-v16-78 .q158-card{width:148px;min-height:220px;}
  body.q1-v16-78 .q158-card .q158-media{height:120px;min-height:120px;}
  body.q1-v16-78 .q158-card .q158-info strong{font-size:15px;min-height:42px;max-height:42px;}
  body.q1-v16-78 .q158-card .q158-price span{font-size:17px;}
  body.q1-v16-78 .q158-arrow{width:72px;height:72px;font-size:46px;}
  body.q1-v16-78 .q158-copy{padding:44px 46px 40px 18px;}
  body.q1-v16-78 .q158-actions a,body.q1-v16-78 .q158-actions button{min-height:80px;font-size:23px;}
  body.q1-v16-78 .q158-features span{min-height:74px;font-size:19px;}
}
@media (max-width:1200px){
  body.q1-v16-78 .q158-shell{grid-template-columns:1fr;min-height:auto;}
  body.q1-v16-78 .q158-orbit-panel{min-height:520px;}
  body.q1-v16-78 .q161-stage{height:520px;}
  body.q1-v16-78 .q158-copy{min-height:auto;align-items:center;text-align:center;padding:24px 18px 28px;}
  body.q1-v16-78 .q158-actions, body.q1-v16-78 .q158-features{width:min(760px,100%);}
  body.q1-v16-78 .q158-divider{justify-content:center;}
}
@media (max-width:760px){
  body.q1-v16-78 .q158-shell{width:calc(100% - 8px);border-radius:24px;}
  body.q1-v16-78 .q158-orbit-panel{min-height:360px;}
  body.q1-v16-78 .q161-stage{height:360px;}
  body.q1-v16-78 .q158-card{width:110px;min-height:160px;border-radius:16px;}
  body.q1-v16-78 .q158-card .q158-media{height:76px;min-height:76px;padding:10px 10px 4px;}
  body.q1-v16-78 .q158-card .q158-badge{font-size:9px;padding:5px 8px;max-width:88px;}
  body.q1-v16-78 .q158-card .q158-info{padding:4px 8px 9px;gap:4px;}
  body.q1-v16-78 .q158-card .q158-info strong{font-size:11px;min-height:28px;max-height:28px;}
  body.q1-v16-78 .q158-card .q158-price span{font-size:12px;}
  body.q1-v16-78 .q158-card .q158-price del{font-size:8px;}
  body.q1-v16-78 .q158-arrow{width:50px;height:50px;font-size:30px;}
  body.q1-v16-78 .q158-copy h1{font-size:40px;}
  body.q1-v16-78 .q158-copy p{font-size:18px;}
  body.q1-v16-78 .q158-copy > b{font-size:19px;}
  body.q1-v16-78 .q158-actions{grid-template-columns:1fr;gap:12px;}
  body.q1-v16-78 .q158-actions a,body.q1-v16-78 .q158-actions button{min-height:62px;font-size:18px;}
  body.q1-v16-78 .q158-actions em,body.q1-v16-78 .q158-features em{font-size:22px;}
  body.q1-v16-78 .q158-features{grid-template-columns:1fr;gap:10px;}
  body.q1-v16-78 .q158-features span{min-height:58px;font-size:16px;}
}
