:root{
  --bg:#08090c; --panel:#111218; --text:#f5f6fa; --muted:#9fa3b2; --line:rgba(255,255,255,.1);
  --pink:#efb6dc; --blue:#78bcff; --lav:#b8adff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 80%);z-index:-1}
.ambient{position:fixed;width:420px;height:420px;filter:blur(100px);opacity:.16;z-index:-2;border-radius:50%;pointer-events:none}.ambient-a{background:var(--blue);top:-150px;right:-100px}.ambient-b{background:var(--pink);bottom:-180px;left:-140px}
.site-header{height:84px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:sticky;top:0;backdrop-filter:blur(18px);background:rgba(8,9,12,.72);z-index:30}.brand{display:flex;align-items:center;gap:12px;font-family:'Space Grotesk';font-weight:700;letter-spacing:.05em}.brand img{width:38px;height:38px;border-radius:10px;object-fit:cover}.site-header nav{display:flex;gap:28px}.site-header nav a{font-size:14px;color:#c9ccd6}.site-header nav a:hover{color:#fff}.telegram-btn,.primary,.ghost{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:700;font-size:14px;transition:.25s}.telegram-btn,.primary{background:#fff;color:#07080b}.telegram-btn:hover,.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,255,255,.12)}.ghost{border:1px solid var(--line);background:rgba(255,255,255,.03)}.ghost:hover{background:rgba(255,255,255,.07)}
main{max-width:1440px;margin:auto}.hero{padding:110px clamp(22px,6vw,90px) 70px;min-height:650px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2;width:58%}.eyebrow{font-size:12px;letter-spacing:.16em;color:#b8bbc6;font-weight:700;display:flex;align-items:center;gap:10px}.eyebrow span{width:28px;height:1px;background:#d5d8e1}.hero h1,.section-head h2{font-family:'Space Grotesk';letter-spacing:-.055em}.hero h1{font-size:clamp(58px,8vw,118px);line-height:.83;margin:28px 0}.hero h1 em{font-style:normal;background:linear-gradient(90deg,var(--pink),var(--lav),var(--blue));-webkit-background-clip:text;color:transparent}.hero>p{max-width:560px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:24px}.hero-stats{display:flex;gap:38px;margin-top:70px}.hero-stats div{display:flex;flex-direction:column;gap:4px}.hero-stats strong{font-family:'Space Grotesk';font-size:17px}.hero-stats span{font-size:12px;color:var(--muted)}
.logo-stage{position:absolute;right:5vw;top:155px;width:min(38vw,520px);aspect-ratio:1;border:1px solid var(--line);border-radius:32px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.025);box-shadow:inset 0 0 100px rgba(255,255,255,.025)}.logo-stage img{width:58%;border-radius:24px;z-index:2;box-shadow:0 30px 90px rgba(0,0,0,.45)}.halo{position:absolute;width:80%;height:80%;border-radius:50%;background:conic-gradient(from 20deg,var(--blue),var(--pink),var(--lav),var(--blue));filter:blur(70px);opacity:.35;animation:spin 14s linear infinite}.stage-label{position:absolute;bottom:22px;left:24px;font-size:10px;color:#8d91a0;letter-spacing:.18em}@keyframes spin{to{transform:rotate(360deg)}}
.catalog-section,.how{padding:100px clamp(22px,6vw,90px)}.catalog-section{border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:42px}.section-head h2{font-size:clamp(44px,5vw,76px);margin:10px 0 0}.section-head>p{color:var(--muted);max-width:420px;line-height:1.6}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid var(--line);background:transparent;color:#bfc2cc;padding:10px 15px;border-radius:999px;cursor:pointer;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.filter.active,.filter:hover{background:#fff;color:#07080b;border-color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:rgba(255,255,255,.025);cursor:pointer;transition:.28s}.product-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.22)}.product-image{aspect-ratio:1.18;position:relative;overflow:hidden;background:#151720}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover img{transform:scale(1.035)}.badge{position:absolute;top:14px;left:14px;background:rgba(8,9,12,.78);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-body{padding:20px}.product-top{display:flex;justify-content:space-between;gap:16px}.product-body h3{margin:0;font-family:'Space Grotesk';font-size:20px}.product-body .category{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-top:4px}.price{font-weight:700;white-space:nowrap}.view-row{display:flex;align-items:center;justify-content:space-between;margin-top:22px;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:#d2d4dc}.arrow{font-size:18px}.how{border-top:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{padding:28px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.02)}.steps b{font-size:12px;color:#8f93a0;letter-spacing:.14em}.steps h3{font-family:'Space Grotesk';font-size:24px;margin:28px 0 10px}.steps p{color:var(--muted);line-height:1.6;margin:0}
footer{max-width:1440px;margin:auto;border-top:1px solid var(--line);padding:34px clamp(22px,6vw,90px) 50px;display:flex;align-items:center;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:46px;height:46px;border-radius:12px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:'Space Grotesk';font-size:14px}.footer-brand span{font-size:12px;color:var(--muted);margin-top:3px}footer>a{font-weight:700;font-size:13px}.floating-telegram{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;display:none;place-items:center;background:#fff;color:#08090c;font-size:22px;z-index:40;box-shadow:0 12px 38px rgba(0,0,0,.35)}
.modal{position:fixed;inset:0;z-index:60;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(14px)}.modal-card.gallery-modal{width:min(1180px,100%);max-height:94vh;overflow:auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);background:#0d1119;border:1px solid rgba(255,255,255,.14);border-radius:28px;position:relative;z-index:2;box-shadow:0 30px 100px rgba(0,0,0,.62)}.modal-close{position:absolute;right:16px;top:16px;width:42px;height:42px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:rgba(8,9,12,.78);color:#fff;font-size:24px;cursor:pointer;z-index:10}.gallery-shell{padding:18px;background:#0a0d13;border-radius:28px 0 0 28px}.gallery-stage{position:relative;min-height:620px;border-radius:22px;background:#fff;overflow:hidden;display:grid;place-items:center}.zoom-viewport{position:absolute;inset:0;overflow:hidden;display:grid;place-items:center;cursor:zoom-in}.zoom-viewport img{width:100%;height:100%;object-fit:contain;display:block;user-select:none;transition:transform .22s ease}.zoom-viewport img.zoomed{transform:scale(2.25);cursor:zoom-out}.gallery-arrow,.gallery-zoom{position:absolute;z-index:5;border:1px solid rgba(255,255,255,.16);background:#0c1421;color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.25);cursor:pointer}.gallery-arrow{top:50%;transform:translateY(-50%);width:48px;height:66px;border-radius:10px;display:grid;place-items:center;font-size:38px;line-height:1}.gallery-arrow.prev{left:0;border-radius:0 10px 10px 0}.gallery-arrow.next{right:0;border-radius:10px 0 0 10px}.gallery-zoom{right:18px;top:18px;width:46px;height:46px;border-radius:50%;font-size:26px}.gallery-zoom.active{background:#fff;color:#0c1421}.gallery-counter{position:absolute;z-index:5;left:18px;top:18px;background:rgba(12,20,33,.82);color:#fff;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;letter-spacing:.08em}.gallery-thumbs{display:flex;gap:10px;overflow-x:auto;padding:12px 0 0}.gallery-thumb{flex:0 0 92px;width:92px;height:92px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;opacity:.68}.gallery-thumb.active{border-color:#fff;opacity:1}.gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block}.modal-content.gallery-info{padding:70px 38px 38px;display:flex;flex-direction:column;justify-content:center}.modal-meta{display:flex;gap:8px;flex-wrap:wrap}.modal-meta span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;padding:7px 10px;border:1px solid var(--line);border-radius:999px}.modal-content h3{font-family:'Space Grotesk';font-size:40px;line-height:1;margin:25px 0 10px}.modal-price{font-size:20px;font-weight:700}.modal-content p{color:var(--muted);line-height:1.75;margin:22px 0 28px}.modal-order{align-self:flex-start}
@media(max-width:900px){.site-header nav,.desktop{display:none}.site-header{height:72px}.brand span{font-size:13px}.hero{width:100%;padding-top:80px;min-height:auto}.hero h1{font-size:clamp(54px,17vw,82px)}.logo-stage{position:relative;top:auto;right:auto;width:calc(100% - 44px);margin:0 22px 60px;max-width:none}.hero-stats{gap:20px;flex-wrap:wrap;margin-top:48px}.section-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.floating-telegram{display:grid}.modal-card.gallery-modal{grid-template-columns:1fr;max-width:720px}.gallery-shell{border-radius:28px 28px 0 0}.gallery-stage{min-height:62vh}.modal-content.gallery-info{padding:28px 24px 34px}.modal-content h3{font-size:32px}footer{padding-bottom:100px}}
@media(max-width:580px){.hero{padding-left:22px;padding-right:22px}.hero>p{font-size:16px}.hero-actions{width:100%;flex-direction:column}.hero-actions a{width:100%}.product-grid{grid-template-columns:1fr}.catalog-section,.how{padding-left:22px;padding-right:22px}.hero-stats{display:grid;grid-template-columns:1fr 1fr}.hero-stats div:last-child{grid-column:1/-1}.section-head h2{font-size:48px}footer{align-items:flex-start;gap:24px;flex-direction:column}.modal{padding:8px}.modal-card.gallery-modal{border-radius:20px}.gallery-shell{padding:8px;border-radius:20px 20px 0 0}.gallery-stage{min-height:60vh;border-radius:15px}.gallery-thumb{flex-basis:72px;width:72px;height:72px}.gallery-arrow{width:40px;height:58px}.gallery-zoom{right:12px;top:12px}.gallery-counter{left:12px;top:12px}}
.store-notice{grid-column:1/-1;border:1px solid var(--line);border-radius:20px;padding:28px;color:var(--muted);background:rgba(255,255,255,.025);line-height:1.7}.store-notice b{color:#fff}.store-notice code{color:#fff}.store-notice.error{color:#ffaaaa}


/* ===== READY / PREORDER CATEGORY ===== */
.catalog-type-tabs{
  display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px;
}
.catalog-type{
  appearance:none;border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);color:#c7c8d0;
  padding:12px 18px;border-radius:999px;font:700 13px/1 "DM Sans",sans-serif;
  letter-spacing:.03em;cursor:pointer;transition:.2s ease;
}
.catalog-type:hover{border-color:rgba(255,255,255,.28);color:#fff}
.catalog-type.active{background:#fff;color:#0a0a0d;border-color:#fff}
.badge.preorder{
  background:rgba(240,192,92,.96)!important;color:#111!important;
  border-color:rgba(240,192,92,.96)!important;
}
.copy-toast{
  position:fixed;left:50%;bottom:28px;z-index:9999;
  transform:translate(-50%,18px);opacity:0;pointer-events:none;
  background:#f3c663;color:#111;border-radius:999px;padding:12px 18px;
  font-weight:800;font-size:13px;box-shadow:0 14px 45px rgba(0,0,0,.35);
  transition:.22s ease;
}
.copy-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:640px){
  .catalog-type-tabs{gap:8px}
  .catalog-type{padding:11px 14px;font-size:12px}
  .copy-toast{width:max-content;max-width:calc(100vw - 32px);text-align:center}
}

/* ===== WATCH SUMMARY / PRODUCT SPECS ===== */
.watch-summary{
  margin:24px 0;
  padding:20px 0 0;
  border-top:1px solid rgba(255,255,255,.10);
}
.watch-summary-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}
.watch-summary-head span{
  color:#8f919c;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
}
.watch-summary-head h4{
  margin:0;
  font-family:"Space Grotesk",sans-serif;
  font-size:18px;
  color:#fff;
}
.watch-spec-list{
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,.025);
}
.watch-spec-row{
  display:grid;
  grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);
  gap:18px;
  align-items:center;
  padding:13px 15px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.watch-spec-row:last-child{border-bottom:0}
.watch-spec-row span{
  color:#8f919c;
  font-size:13px;
}
.watch-spec-row strong{
  color:#f3f3f5;
  font-size:13px;
  font-weight:650;
  text-align:right;
}
@media(max-width:640px){
  .watch-summary{margin:20px 0}
  .watch-spec-row{grid-template-columns:1fr 1fr;gap:12px;padding:12px 13px}
}



/* ============================================================
   832 STORE - GALLERY COVER / ZOOM IMPROVEMENT
   Default preview: fill the gallery frame (cover).
   Zoom mode: show the complete original image (contain),
   then allow 2.25x inspection.
   ============================================================ */

.gallery-stage{
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.zoom-viewport img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  background:#fff;
}

/* When zoom is active we first fit the whole source image,
   so portrait / landscape photos can be inspected completely. */
.zoom-viewport.zoom-active{
  background:#fff;
}

.zoom-viewport.zoom-active img{
  object-fit:contain;
}

.zoom-viewport img.zoomed{
  transform:scale(2.25);
}

/* Thumbnail crop stays consistent regardless of source ratio. */
.gallery-thumb img{
  object-fit:cover;
  object-position:center;
}

@media (max-width:900px){
  .gallery-stage{
    aspect-ratio:1 / 1;
    min-height:0;
  }
}


/* ============================================================
   832 STORE — STRAIGHT HERO + CATALOG FIX
   Curve removed completely. Catalog visibility/reset included.
   ============================================================ */

main{
  max-width:none;
}

/* Header over hero */
.site-header{
  height:92px;
  padding:0 clamp(28px,4.2vw,68px);
  position:absolute;
  top:0;
  left:0;
  right:0;
  background:transparent;
  border-bottom:0;
  backdrop-filter:none;
  z-index:50;
}

.site-header .brand img{
  width:48px;
  height:48px;
  border-radius:12px;
}

.site-header nav{
  gap:44px;
}

/* Hero: straight bottom, no curve */
.hero.hero-redesign{
  width:100%;
  min-height:680px;
  padding:140px clamp(34px,5.1vw,84px) 0;
  display:grid;
  grid-template-rows:1fr auto;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  background:#05070b;
  border-bottom:1px solid rgba(255,255,255,.14);
  border-radius:0 !important;
  clip-path:none !important;
}

.hero.hero-redesign::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:url("assets/hero-watch.jpg");
  background-repeat:no-repeat;
  background-size:auto 105%;
  background-position:100% 48%;
  filter:saturate(.72) contrast(1.06);
  transform:scale(1.025);
}

.hero.hero-redesign::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 75% 42%,rgba(15,19,25,.02) 0 25%,rgba(5,7,11,.28) 58%,rgba(5,7,11,.66) 100%),
    linear-gradient(90deg,rgba(5,7,11,.98) 0%,rgba(5,7,11,.93) 25%,rgba(5,7,11,.62) 48%,rgba(5,7,11,.18) 72%,rgba(5,7,11,.12) 100%);
}

.hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:650px;
  padding-top:25px;
}

.hero.hero-redesign h1{
  margin:0;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(64px,6.3vw,106px);
  line-height:.94;
  letter-spacing:-.065em;
  color:#f8f8fa;
}

.hero.hero-redesign .gradient-word{
  background:linear-gradient(90deg,#f18cd6 0%,#c8a8ff 48%,#73b6ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero.hero-redesign .hero-actions{
  margin-top:46px;
}

.hero.hero-redesign .hero-actions .primary{
  min-width:220px;
  min-height:56px;
  padding:0 28px;
  font-size:16px;
}

.hero-telegram-hidden{
  display:none !important;
}

.hero.hero-redesign .hero-stats{
  width:min(650px,54vw);
  margin:0;
  padding:26px 0 24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,.18);
  position:relative;
  z-index:5;
}

.hero.hero-redesign .hero-stats div{
  min-height:62px;
  padding:0 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.16);
}

.hero.hero-redesign .hero-stats div:first-child{
  padding-left:0;
}

.hero.hero-redesign .hero-stats div:last-child{
  border-right:0;
}

.hero.hero-redesign .hero-stats strong{
  font-size:20px;
  line-height:1;
}

.hero.hero-redesign .hero-stats span{
  margin-top:8px;
  font-size:13px;
}

/* Kill every previous curve method */
.hero-bottom-curve,
.hero-curve-desktop,
.hero.hero-redesign .hero-bottom-curve,
.hero.hero-redesign .hero-stats::after{
  display:none !important;
  content:none !important;
}

/* CATALOG — force normal document flow and visible products */
.catalog-section{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:2 !important;
  margin:0 !important;
  padding-top:58px !important;
  min-height:300px;
  overflow:visible !important;
  background:
    radial-gradient(circle at 88% 0%,rgba(35,58,81,.15),transparent 34%),
    linear-gradient(180deg,#080b10 0,#08090d 100%) !important;
}

#productGrid,
.product-grid{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:3 !important;
}

.product-card{
  visibility:visible !important;
  opacity:1 !important;
}

.catalog-type-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 14px;
}

.catalog-type{
  appearance:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
  color:#c7c8d0;
  padding:12px 18px;
  border-radius:999px;
  font:700 13px/1 "DM Sans",sans-serif;
  letter-spacing:.03em;
  cursor:pointer;
}

.catalog-type.active{
  background:#fff;
  color:#0a0a0d;
  border-color:#fff;
}

/* Tablet */
@media(max-width:900px){
  .site-header{
    height:78px;
    padding:0 22px;
  }

  .hero.hero-redesign{
    min-height:660px;
    padding:112px 22px 0;
  }

  .hero.hero-redesign::before{
    background-size:auto 76%;
    background-position:72% 18%;
    opacity:.72;
  }

  .hero-copy{
    justify-content:flex-end;
    padding:0 0 34px;
    max-width:620px;
  }

  .hero.hero-redesign h1{
    font-size:clamp(58px,13vw,86px);
  }

  .hero.hero-redesign .hero-stats{
    width:100%;
  }
}

/* Mobile */
@media(max-width:580px){
  .hero.hero-redesign{
    min-height:590px;
    padding:88px 20px 0;
  }

  .hero.hero-redesign::before{
    background-size:auto 58%;
    background-position:68% 6%;
  }

  .hero.hero-redesign::after{
    background:
      linear-gradient(180deg,rgba(5,7,11,.36) 0%,rgba(5,7,11,.48) 30%,rgba(5,7,11,.76) 55%,rgba(5,7,11,.98) 86%),
      linear-gradient(90deg,rgba(5,7,11,.84) 0%,rgba(5,7,11,.44) 58%,rgba(5,7,11,.12) 100%);
  }

  .hero-copy{
    justify-content:center;
    padding:58px 0 10px;
    max-width:none;
  }

  .hero.hero-redesign h1{
    font-size:clamp(46px,13.2vw,62px);
    line-height:.92;
    letter-spacing:-.055em;
  }

  .hero.hero-redesign h1 .gradient-word{
    white-space:nowrap;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:26px;
  }

  .hero.hero-redesign .hero-actions .primary{
    min-width:190px;
    min-height:50px;
    padding:0 24px;
    font-size:14px;
  }

  .hero.hero-redesign .hero-stats{
    width:100%;
    padding:18px 0 20px;
  }

  .hero.hero-redesign .hero-stats div{
    min-height:50px;
    padding:0 8px;
  }

  .hero.hero-redesign .hero-stats strong{
    font-size:15px;
  }

  .hero.hero-redesign .hero-stats span{
    margin-top:7px;
    font-size:9.5px;
    line-height:1.2;
  }

  .catalog-section{
    padding-top:34px !important;
  }
}


/* ============================================================
   832 STORE — COMPACT HERO + IMMEDIATE CATALOG
   - Hero stats removed
   - Headline arranged like reference
   - Catalog begins immediately after hero
   - SHOP eyebrow hidden
   ============================================================ */

.hero.hero-redesign{
  min-height:560px !important;
  padding:118px clamp(34px,5.1vw,84px) 54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}

.hero-copy{
  max-width:760px !important;
  padding-top:0 !important;
  justify-content:center !important;
}

.hero.hero-redesign h1{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  font-size:clamp(66px,6.6vw,110px) !important;
  line-height:.92 !important;
  letter-spacing:-.067em !important;
  margin:0 !important;
}

.hero-line{
  display:block;
  white-space:nowrap;
}

.hero-line-two{
  display:flex;
  align-items:baseline;
  gap:.16em;
  white-space:nowrap;
}

.hero.hero-redesign .hero-actions{
  margin-top:38px !important;
}

/* Stats removed from HTML; hide as safety */
.hero.hero-redesign .hero-stats{
  display:none !important;
}

/* Catalog starts right away */
.catalog-section{
  padding-top:34px !important;
  min-height:0 !important;
}

.catalog-section .eyebrow{
  display:none !important;
}

.catalog-section .section-head{
  margin-bottom:18px !important;
}

/* Reduce empty space above product cards */
.catalog-type-tabs{
  margin-bottom:14px !important;
}

#filters.filter-row{
  margin-top:0 !important;
  margin-bottom:18px !important;
}

/* Tablet */
@media(max-width:900px){
  .hero.hero-redesign{
    min-height:520px !important;
    padding:102px 22px 42px !important;
  }

  .hero.hero-redesign h1{
    font-size:clamp(58px,11vw,84px) !important;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:30px !important;
  }

  .catalog-section{
    padding-top:28px !important;
  }
}

/* Mobile */
@media(max-width:580px){
  .hero.hero-redesign{
    min-height:470px !important;
    padding:86px 20px 34px !important;
    align-items:flex-end !important;
  }

  .hero-copy{
    width:100% !important;
    padding:0 !important;
  }

  .hero.hero-redesign h1{
    font-size:clamp(45px,12.2vw,59px) !important;
    line-height:.91 !important;
  }

  .hero-line-two{
    gap:.12em;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:24px !important;
  }

  .hero.hero-redesign .hero-actions .primary{
    min-height:48px !important;
    min-width:182px !important;
  }

  .catalog-section{
    padding-top:24px !important;
  }

  .catalog-section .section-head{
    margin-bottom:14px !important;
  }
}

/* Very narrow phones: allow slight scaling but keep 2-line headline */
@media(max-width:390px){
  .hero.hero-redesign{
    min-height:455px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .hero.hero-redesign h1{
    font-size:clamp(42px,11.8vw,52px) !important;
  }
}


/* ============================================================
   832 STORE — FINAL HERO TEXT LAYOUT
   Line 1: Find it. Tap it.
   Line 2: Order it.
   Then Explore catalog, then Catalog immediately.
   ============================================================ */

.hero.hero-redesign{
  min-height:460px !important;
  padding:90px clamp(34px,5.1vw,84px) 28px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}

.hero.hero-redesign .hero-copy{
  width:100% !important;
  max-width:840px !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:center !important;
}

.hero.hero-redesign .hero-title{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:0 !important;
  width:100% !important;
  margin:0 !important;
  text-align:left !important;
  font-size:clamp(64px,6vw,102px) !important;
  line-height:.91 !important;
  letter-spacing:-.065em !important;
}

.hero.hero-redesign .hero-line{
  display:block !important;
  white-space:nowrap !important;
}

.hero.hero-redesign .hero-line-one{
  display:flex !important;
  align-items:baseline !important;
  gap:.16em !important;
}

.hero.hero-redesign .hero-line-two{
  margin-top:.02em !important;
}

.hero.hero-redesign .gradient-word{
  background:linear-gradient(90deg,#f18cd6 0%,#c8a8ff 48%,#73b6ff 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

.hero.hero-redesign .hero-actions{
  margin:28px 0 0 0 !important;
  justify-content:flex-start !important;
  align-self:flex-start !important;
}

.hero.hero-redesign .hero-actions .primary{
  min-width:208px !important;
  min-height:52px !important;
  margin:0 !important;
}

.hero.hero-redesign .hero-stats{
  display:none !important;
}

/* Catalog starts immediately after the hero */
.catalog-section{
  margin:0 !important;
  padding-top:24px !important;
  min-height:0 !important;
}

.catalog-section .eyebrow{
  display:none !important;
}

.catalog-section .section-head{
  margin-top:0 !important;
  margin-bottom:16px !important;
}

.catalog-section .section-head h2{
  margin-top:0 !important;
}

/* Tablet */
@media(max-width:900px){
  .hero.hero-redesign{
    min-height:430px !important;
    padding:82px 28px 26px !important;
  }

  .hero.hero-redesign .hero-title{
    font-size:clamp(54px,10vw,78px) !important;
  }

  .catalog-section{
    padding-top:20px !important;
  }
}

/* Mobile */
@media(max-width:580px){
  .hero.hero-redesign{
    min-height:400px !important;
    padding:72px 20px 24px !important;
    align-items:center !important;
  }

  .hero.hero-redesign .hero-copy{
    width:100% !important;
    max-width:none !important;
  }

  .hero.hero-redesign .hero-title{
    font-size:clamp(41px,11.5vw,55px) !important;
    line-height:.92 !important;
    letter-spacing:-.055em !important;
  }

  .hero.hero-redesign .hero-line-one{
    gap:.12em !important;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:22px !important;
  }

  .hero.hero-redesign .hero-actions .primary{
    min-width:180px !important;
    min-height:48px !important;
    font-size:14px !important;
  }

  .catalog-section{
    padding-top:18px !important;
  }
}

/* Very narrow phones */
@media(max-width:390px){
  .hero.hero-redesign{
    min-height:388px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .hero.hero-redesign .hero-title{
    font-size:clamp(38px,11vw,50px) !important;
  }
}


/* ============================================================
   832 STORE — IMAGE 2 FINAL LAYOUT
   Compact hero, 3-line left headline, immediate catalog,
   one-line chips, search bar, compact product cards.
   ============================================================ */

:root{
  --catalog-bg:#090d12;
  --card-bg:#0e141a;
}

/* ===== HEADER ===== */
.site-header{
  height:76px !important;
  padding:0 clamp(28px,3vw,46px) !important;
}

.site-header .brand img{
  width:44px !important;
  height:44px !important;
}

.site-header nav{
  gap:38px !important;
}

/* ===== HERO ===== */
.hero.hero-redesign{
  min-height:455px !important;
  height:455px !important;
  padding:92px clamp(42px,5vw,78px) 34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  border-bottom:1px solid rgba(255,255,255,.13) !important;
}

.hero.hero-redesign::before{
  background-size:auto 112% !important;
  background-position:91% 51% !important;
}

.hero.hero-redesign::after{
  background:
    linear-gradient(90deg,
      rgba(3,5,8,.99) 0%,
      rgba(3,5,8,.96) 27%,
      rgba(3,5,8,.62) 48%,
      rgba(3,5,8,.16) 75%,
      rgba(3,5,8,.10) 100%) !important;
}

.hero.hero-redesign .hero-copy{
  width:auto !important;
  max-width:470px !important;
  margin:0 !important;
  padding:0 !important;
  text-align:left !important;
  align-items:flex-start !important;
}

.hero.hero-redesign .hero-title{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  width:auto !important;
  margin:0 !important;
  font-size:clamp(52px,4.7vw,76px) !important;
  line-height:.91 !important;
  letter-spacing:-.065em !important;
  text-align:left !important;
}

.hero.hero-redesign .hero-line{
  display:block !important;
  white-space:nowrap !important;
}

.hero.hero-redesign .gradient-word{
  width:max-content;
}

.hero.hero-redesign .hero-actions{
  margin:26px 0 0 !important;
  align-self:flex-start !important;
}

.hero.hero-redesign .hero-actions .primary{
  min-width:190px !important;
  min-height:48px !important;
  padding:0 26px !important;
  font-size:14px !important;
}

/* ===== CATALOG ===== */
.catalog-section{
  margin:0 !important;
  padding:30px clamp(42px,5vw,78px) 72px !important;
  background:
    radial-gradient(circle at 82% 0%,rgba(25,47,68,.18),transparent 32%),
    linear-gradient(180deg,#090d12 0%,#080b0f 100%) !important;
}

.catalog-section .section-head{
  display:grid !important;
  grid-template-columns:1fr minmax(260px,380px) !important;
  gap:40px !important;
  align-items:center !important;
  margin:0 0 14px !important;
}

.catalog-section .section-head h2{
  font-size:clamp(42px,3.7vw,60px) !important;
  line-height:1 !important;
  margin:0 !important;
}

.catalog-section .section-head p{
  margin:0 !important;
  max-width:360px !important;
  justify-self:end !important;
  font-size:14px !important;
  line-height:1.5 !important;
}

.catalog-filter-line{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 14px;
}

.catalog-type-tabs,
.filter-row{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  margin:0 !important;
}

.catalog-type,
.filter{
  min-height:38px !important;
  padding:0 18px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
}

.catalog-type.active,
.filter.active{
  background:#fff !important;
  color:#0a0a0d !important;
  border-color:#fff !important;
}

/* Search */
.catalog-search{
  height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:0 18px;
  margin:0 0 18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  background:rgba(4,7,10,.34);
  transition:border-color .18s ease, background .18s ease;
}

.catalog-search:focus-within{
  border-color:rgba(255,255,255,.28);
  background:rgba(8,12,16,.66);
}

.catalog-search .search-icon{
  color:#939aa6;
  font-size:19px;
  line-height:1;
}

.catalog-search input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#f5f6f8;
  font:500 13px/1 "DM Sans",sans-serif;
}

.catalog-search input::placeholder{
  color:#848b97;
}

/* ===== PRODUCT GRID ===== */
#productGrid.product-grid,
.product-grid{
  display:grid !important;
  grid-template-columns:repeat(6,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
}

.product-card{
  min-width:0 !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#10161c 0%,#0d1318 100%) !important;
  overflow:hidden !important;
  cursor:pointer !important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease !important;
}

.product-card:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(255,255,255,.19) !important;
  background:linear-gradient(180deg,#131a21 0%,#0e151b 100%) !important;
}

.product-image{
  aspect-ratio:1 / 1 !important;
  height:auto !important;
  min-height:0 !important;
  padding:10px !important;
  background:linear-gradient(180deg,#141b22,#0d1318) !important;
}

.product-image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

.product-body{
  padding:12px 12px 14px !important;
}

.product-body h3{
  margin:0 0 6px !important;
  min-height:2.55em !important;
  font-size:13px !important;
  line-height:1.26 !important;
  color:#f7f7f8 !important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.product-body .price{
  margin:0 0 10px !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#fff !important;
}

.product-body .badge{
  position:static !important;
  display:inline-flex !important;
  width:max-content !important;
  padding:7px 10px !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(46,185,91,.15) !important;
  color:#7ce29d !important;
  font-size:9px !important;
  font-weight:800 !important;
  letter-spacing:.03em !important;
}

.product-body .badge.preorder{
  background:rgba(170,103,226,.16) !important;
  color:#d6a9ff !important;
}

.product-top,
.category,
.view-row{
  display:none !important;
}

/* Notice occupies full grid width */
.product-grid > .store-notice{
  grid-column:1 / -1 !important;
}

/* ===== TABLET ===== */
@media(max-width:1180px){
  #productGrid.product-grid,
  .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media(max-width:900px){
  .hero.hero-redesign{
    height:430px !important;
    min-height:430px !important;
    padding:84px 28px 28px !important;
  }

  .hero.hero-redesign .hero-title{
    font-size:clamp(48px,8vw,68px) !important;
  }

  .catalog-section{
    padding:26px 28px 56px !important;
  }

  .catalog-section .section-head{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .catalog-section .section-head p{
    justify-self:start !important;
  }

  #productGrid.product-grid,
  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

/* ===== MOBILE ===== */
@media(max-width:580px){
  .site-header{
    height:66px !important;
    padding:0 18px !important;
  }

  .hero.hero-redesign{
    height:395px !important;
    min-height:395px !important;
    padding:70px 20px 24px !important;
    align-items:center !important;
  }

  .hero.hero-redesign::before{
    background-size:auto 74% !important;
    background-position:70% 10% !important;
  }

  .hero.hero-redesign::after{
    background:
      linear-gradient(180deg,rgba(4,6,9,.30) 0%,rgba(4,6,9,.44) 32%,rgba(4,6,9,.86) 68%,rgba(4,6,9,.99) 100%),
      linear-gradient(90deg,rgba(4,6,9,.92) 0%,rgba(4,6,9,.52) 60%,rgba(4,6,9,.14) 100%) !important;
  }

  .hero.hero-redesign .hero-title{
    font-size:clamp(42px,12vw,56px) !important;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:20px !important;
  }

  .catalog-section{
    padding:22px 18px 44px !important;
  }

  .catalog-section .section-head h2{
    font-size:40px !important;
  }

  .catalog-filter-line{
    gap:8px !important;
  }

  .catalog-type,
  .filter{
    min-height:36px !important;
    padding:0 14px !important;
    font-size:10px !important;
  }

  #productGrid.product-grid,
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .product-body{
    padding:10px !important;
  }

  .product-body h3{
    font-size:12px !important;
  }
}


/* ============================================================
   832 STORE — HERO LEFT / NO TOP TELEGRAM
   Approved direction:
   - headline fully left aligned
   - Find it. Tap it. / Order it.
   - CTA left aligned
   - no Telegram button in top-right header
   - compact hero so Catalog stays visible
   ============================================================ */

/* Header without Telegram button */
.site-header{
  grid-template-columns:auto 1fr !important;
}

.site-header .telegram-btn{
  display:none !important;
}

.site-header nav{
  justify-self:center !important;
}

/* Hero */
.hero.hero-redesign{
  height:430px !important;
  min-height:430px !important;
  padding:88px clamp(46px,5vw,78px) 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  border-bottom:1px solid rgba(255,255,255,.13) !important;
}

.hero.hero-redesign::before{
  background-size:auto 116% !important;
  background-position:95% 52% !important;
  filter:saturate(.72) contrast(1.08) brightness(.92) !important;
}

.hero.hero-redesign::after{
  background:
    linear-gradient(
      90deg,
      rgba(2,4,7,.995) 0%,
      rgba(2,4,7,.99) 27%,
      rgba(2,4,7,.88) 39%,
      rgba(2,4,7,.42) 56%,
      rgba(2,4,7,.12) 78%,
      rgba(2,4,7,.08) 100%
    ) !important;
}

.hero.hero-redesign .hero-copy{
  width:auto !important;
  max-width:620px !important;
  margin:0 !important;
  padding:0 !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:left !important;
}

.hero.hero-redesign .hero-title-left{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  width:auto !important;
  max-width:none !important;
  margin:0 !important;
  text-align:left !important;
  font-size:clamp(58px,5.2vw,86px) !important;
  line-height:.94 !important;
  letter-spacing:-.062em !important;
}

.hero.hero-redesign .hero-line{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  text-align:left !important;
  white-space:nowrap !important;
}

.hero.hero-redesign .hero-line-top{
  display:flex !important;
  align-items:baseline !important;
  justify-content:flex-start !important;
  gap:.14em !important;
}

.hero.hero-redesign .hero-line-bottom{
  margin-top:.025em !important;
}

.hero.hero-redesign .gradient-word{
  background:linear-gradient(90deg,#f08bd7 0%,#c7a7ff 48%,#74b8ff 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

.hero.hero-redesign .hero-actions{
  width:auto !important;
  margin:28px 0 0 0 !important;
  align-self:flex-start !important;
  justify-content:flex-start !important;
}

.hero.hero-redesign .hero-actions .primary{
  min-width:205px !important;
  min-height:50px !important;
  margin:0 !important;
  padding:0 28px !important;
  font-size:14px !important;
}

/* Keep Catalog close */
.catalog-section{
  padding-top:24px !important;
}

/* Tablet */
@media(max-width:900px){
  .site-header{
    grid-template-columns:auto 1fr !important;
  }

  .hero.hero-redesign{
    height:410px !important;
    min-height:410px !important;
    padding:82px 28px 28px !important;
  }

  .hero.hero-redesign::before{
    background-size:auto 96% !important;
    background-position:84% 48% !important;
  }

  .hero.hero-redesign .hero-title-left{
    font-size:clamp(50px,8.6vw,72px) !important;
  }
}

/* Mobile */
@media(max-width:580px){
  .hero.hero-redesign{
    height:390px !important;
    min-height:390px !important;
    padding:72px 20px 24px !important;
    align-items:flex-end !important;
  }

  .hero.hero-redesign::before{
    background-size:auto 72% !important;
    background-position:73% 10% !important;
  }

  .hero.hero-redesign::after{
    background:
      linear-gradient(
        180deg,
        rgba(3,5,8,.20) 0%,
        rgba(3,5,8,.36) 30%,
        rgba(3,5,8,.76) 58%,
        rgba(3,5,8,.98) 88%
      ),
      linear-gradient(
        90deg,
        rgba(3,5,8,.94) 0%,
        rgba(3,5,8,.62) 58%,
        rgba(3,5,8,.16) 100%
      ) !important;
  }

  .hero.hero-redesign .hero-copy{
    width:100% !important;
    max-width:none !important;
  }

  .hero.hero-redesign .hero-title-left{
    font-size:clamp(40px,11.2vw,54px) !important;
    line-height:.93 !important;
  }

  .hero.hero-redesign .hero-line-top{
    gap:.10em !important;
  }

  .hero.hero-redesign .hero-actions{
    margin-top:22px !important;
  }

  .catalog-section{
    padding-top:18px !important;
  }
}
