/* ════════════════════════════════════════════════
   HASAKI HOMEPAGE — POUZE pro .hasaki-homepage
   Žádné globální styly, žádné ovlivnění kategorií
   ════════════════════════════════════════════════ */

/* ── CSS Variables — definujeme v :root (to je OK, neovlivní layout) ── */
:root {
  --bg:          #080706;
  --bg-alt:      #111009;
  --bg-subtle:   #1a1815;
  --text:        #f0ece6;
  --text-muted:  #a09a94;
  --text-faint:  #6b6560;
  --border:      #2a2720;
  --border-mid:  #3a3730;
  --gold:        #b8922a;
  --gold-light:  #d4a843;
  --gold-dark:   #8a6a20;
  --red:         #a83228;
  --dark-bg:     #0d0c0a;
  --dark-2:      #1a1815;
  --dark-text:   #f0ece6;
  --dark-muted:  #8a8480;
  --ease-out:    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-lux:    cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Base font — jen pro body, neovlivní kategorie ── */
body {
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ════════════════════════════════════════════════
   SHOPTET FIXY — pouze na .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage body {
  margin: 0 !important;
}

.hasaki-homepage .overall-wrapper {
  max-width: 100% !important;
  margin: 0 !important;
}

/* Skrytí původního obsahu na homepage */
.hasaki-homepage .content-wrapper,
.hasaki-homepage #content-wrapper,
.hasaki-homepage .main-wrapper,
.hasaki-homepage #main-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.hasaki-homepage #content-wrapper,
.hasaki-homepage .content-wrapper,
.hasaki-homepage #main-wrapper,
.hasaki-homepage .main-wrapper,
.hasaki-homepage #page-content,
.hasaki-homepage .page-content,
.hasaki-homepage #layout-main,
.hasaki-homepage #snippet-layout-main,
.hasaki-homepage .p-main,
.hasaki-homepage main.main,
.hasaki-homepage #main,
.hasaki-homepage .homepage-banner,
.hasaki-homepage .homepage-content,
.hasaki-homepage .homepage-slider,
.hasaki-homepage .banner,
.hasaki-homepage .slider,
.hasaki-homepage .carousel,
.hasaki-homepage .welcome,
.hasaki-homepage .uvod,
.hasaki-homepage #layout-breadcrumbs,
.hasaki-homepage #snippet-layout-breadcrumbs,
.hasaki-homepage .p-breadcrumbs,
.hasaki-homepage .breadcrumbs {
  display: none !important;
}

/* Footer fixy */
.hasaki-homepage .footer-payment,
.hasaki-homepage .payment-methods,
.hasaki-homepage .online-payments,
.hasaki-homepage .payments,
.hasaki-homepage .footer-payments,
.hasaki-homepage #payments,
.hasaki-homepage [class*="payment"],
.hasaki-homepage [class*="platba"],
.hasaki-homepage [id*="payment"],
.hasaki-homepage [id*="platba"] {
  display: block !important;
  visibility: visible !important;
}

.hasaki-homepage .custom-footer,
.hasaki-homepage .custom-footer * {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hasaki-homepage .custom-footer script,
.hasaki-homepage .custom-footer style {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.hasaki-homepage #footer { margin-top: 0 !important; }
.hasaki-homepage .overall-wrapper { margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Header z-index */
.hasaki-homepage #layout-header,
.hasaki-homepage #snippet-layout-header,
.hasaki-homepage .p-header,
.hasaki-homepage .header-wrapper {
  position: relative !important;
  z-index: 9999 !important;
}


/* ════════════════════════════════════════════════
   HERO — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--bg);
}

.hasaki-homepage .hero-visual {
  position: relative;
  background: linear-gradient(135deg, #1a1510 0%, #0d0c0a 100%);
  background-image: url('/user/documents/obrazek1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.hasaki-homepage .hero-visual::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 90% at 65% 45%, rgba(184,146,42,0.09) 0%, transparent 70%);
}
.hasaki-homepage .hero-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(13,12,10,0.4) 0%, transparent 40%);
}

.hasaki-homepage .hero-line-accent {
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(184,146,42,0.35) 30%, rgba(184,146,42,0.35) 70%, transparent 100%);
  z-index: 2;
}

.hasaki-homepage .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 80px 100px 64px;
  position: relative;
  background: var(--bg);
}

.hasaki-homepage .hero-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.hasaki-homepage .hero-label::before {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: var(--gold);
}

.hasaki-homepage .hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 300;
  line-height: 0.95;
  color: var(--text);
  margin-bottom: 0;
}
.hasaki-homepage .hero-title em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 300;
}
.hasaki-homepage .hero-title-line2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.95;
  color: var(--text);
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}

.hasaki-homepage .hero-divider {
  width: 60px; height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 28px;
}

.hasaki-homepage .hero-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 380px;
  margin-bottom: 48px;
  font-weight: 300;
}

.hasaki-homepage .hero-cta-group {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.hasaki-homepage .btn-primary {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: var(--gold);
  color: #fff;
  padding: 16px 36px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s var(--ease-out);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.hasaki-homepage .btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.hasaki-homepage .btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184,146,42,0.25);
  color: #fff;
}
.hasaki-homepage .btn-primary:hover::before { transform: translateX(100%); }

.hasaki-homepage .btn-ghost {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background: transparent;
  color: var(--text);
  padding: 15px 36px;
  border: 1px solid var(--border-mid);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s var(--ease-out);
  display: inline-block;
}
.hasaki-homepage .btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

.hasaki-homepage .hero-stats {
  position: absolute;
  bottom: 56px; left: 64px;
  display: flex;
  gap: 48px;
}
.hasaki-homepage .hero-stat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.hasaki-homepage .hero-stat-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 6px;
}


/* ════════════════════════════════════════════════
   MARQUEE — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .marquee-wrap {
  background: var(--gold);
  padding: 16px 0;
  overflow: hidden;
  position: relative;
}
.hasaki-homepage .marquee-inner {
  display: flex;
  animation: hasaki-marquee 45s linear infinite;
  white-space: nowrap;
}
@keyframes hasaki-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hasaki-homepage .marquee-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 48px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 48px;
}
.hasaki-homepage .marquee-dot {
  width: 3px; height: 3px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  display: inline-block;
}


/* ════════════════════════════════════════════════
   SECTION HEADER — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .section-header {
  text-align: center;
  margin-bottom: 0;
}
.hasaki-homepage .section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.hasaki-homepage .section-label::before,
.hasaki-homepage .section-label::after {
  content: '';
  display: block;
  width: 40px; height: 1px;
  background: var(--border-mid);
}
.hasaki-homepage .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3.5vw, 52px);
  font-weight: 300;
  color: var(--text);
  line-height: 1.1;
  margin: 0;
}
.hasaki-homepage .section-title em { font-style: italic; color: var(--gold); }


/* ════════════════════════════════════════════════
   CATEGORIES — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .categories {
  padding: 48px 60px;
  background: var(--dark-2);
}
.hasaki-homepage .categories .section-title { color: var(--dark-text); }
.hasaki-homepage .categories .section-title em { color: var(--gold); }
.hasaki-homepage .categories .section-label::before,
.hasaki-homepage .categories .section-label::after { background: rgba(240,236,230,0.2); }

.hasaki-homepage .categories-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 300px 300px;
  gap: 2px;
}

.hasaki-homepage .cat-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: var(--dark-bg);
}
.hasaki-homepage .cat-card:first-child { grid-row: span 2; }

.hasaki-homepage .cat-bg {
  position: absolute; inset: 0;
  transition: transform 0.9s var(--ease-lux);
}
.hasaki-homepage .cat-card:hover .cat-bg { transform: scale(1.06); }

.hasaki-homepage .cat-bg-1 { background-image: url('/user/documents/obrazek2.png'); background-size: cover; background-position: center; }
.hasaki-homepage .cat-bg-2 { background-image: url('/user/documents/obrazek3.png'); background-size: cover; background-position: center; }
.hasaki-homepage .cat-bg-3 { background-image: url('/user/documents/obrazek4.png'); background-size: cover; background-position: center; }
.hasaki-homepage .cat-bg-4 { background-image: url('/user/documents/obrazek5.png'); background-size: cover; background-position: center; }
.hasaki-homepage .cat-bg-5 { background-image: url('/user/documents/obrazek6.png'); background-size: cover; background-position: center; }

.hasaki-homepage .cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.05) 100%);
  transition: background 0.4s;
}
.hasaki-homepage .cat-card:hover .cat-overlay {
  background: linear-gradient(0deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.15) 100%);
}

.hasaki-homepage .cat-accent-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.hasaki-homepage .cat-card:hover .cat-accent-line { opacity: 1; }

.hasaki-homepage .cat-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 36px;
  transform: translateY(0);
  transition: transform 0.4s var(--ease-out);
}
.hasaki-homepage .cat-card:hover .cat-content { transform: translateY(-4px); }

.hasaki-homepage .cat-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.hasaki-homepage .cat-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 300;
  color: #f0ece6;
  line-height: 1.1;
  margin-bottom: 10px;
}
.hasaki-homepage .cat-card:first-child .cat-name { font-size: 42px; }
.hasaki-homepage .cat-count {
  font-size: 12px;
  color: var(--dark-muted);
  letter-spacing: 0.1em;
  transition: color 0.3s;
}
.hasaki-homepage .cat-card:hover .cat-count { color: rgba(240,236,230,0.7); }

.hasaki-homepage .cat-arrow {
  position: absolute;
  bottom: 36px; right: 36px;
  width: 44px; height: 44px;
  border: 1px solid rgba(184,146,42,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 18px;
  transform: translateX(12px);
  opacity: 0;
  transition: all 0.4s var(--ease-out);
}
.hasaki-homepage .cat-card:hover .cat-arrow { transform: translateX(0); opacity: 1; border-color: var(--gold); }


/* ════════════════════════════════════════════════
   FEATURED PRODUCT — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .featured {
  padding: 120px 60px;
  background: var(--bg-alt);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 100px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hasaki-homepage .featured-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hasaki-homepage .featured-visual::before {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 60px;
  background: radial-gradient(ellipse at center bottom, rgba(184,146,42,0.25) 0%, transparent 70%);
  pointer-events: none;
  z-index: 3;
}
.hasaki-homepage .featured-visual::after { display: none; }

.hasaki-homepage .featured-glow {
  position: absolute;
  width: 100%; height: 100%;
  background: radial-gradient(ellipse at center, rgba(184,146,42,0.08) 0%, transparent 70%);
  top: 0; left: 0;
  z-index: 1;
  animation: hasaki-pulse-glow 4s ease-in-out infinite;
}
@keyframes hasaki-pulse-glow {
  0%, 100% { opacity: 0.6; }
  50%       { opacity: 1; }
}

.hasaki-homepage .featured-product-img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hasaki-homepage .featured-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
  transition: transform 0.7s var(--ease-lux);
}
.hasaki-homepage .featured-visual:hover .featured-product-img img {
  transform: scale(1.05);
}

.hasaki-homepage .featured-badge {
  position: absolute;
  top: 28px; right: 28px;
  background: var(--gold);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 24px;
  z-index: 5;
  box-shadow: 0 4px 16px rgba(184,146,42,0.3);
}

.hasaki-homepage .featured-info { position: relative; }

.hasaki-homepage .featured-category {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 16px;
}
.hasaki-homepage .featured-category::before { content: ''; width: 32px; height: 1px; background: var(--gold); }

.hasaki-homepage .featured-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: var(--text);
  line-height: 1.0;
  margin-bottom: 0;
}
.hasaki-homepage .featured-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 40px;
}

.hasaki-homepage .featured-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--border);
  margin-bottom: 40px;
  position: relative;
}
.hasaki-homepage .featured-specs::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 1px;
  background: var(--border);
}
.hasaki-homepage .spec-item {
  padding: 22px 28px;
  border-bottom: 1px solid var(--border);
  transition: background 0.3s;
}
.hasaki-homepage .spec-item:hover { background: rgba(184,146,42,0.03); }
.hasaki-homepage .spec-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}
.hasaki-homepage .spec-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--text);
  font-weight: 300;
}

.hasaki-homepage .featured-price-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--border);
}
.hasaki-homepage .featured-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.hasaki-homepage .featured-price-currency { font-size: 24px; margin-right: 4px; }
.hasaki-homepage .featured-price-old {
  font-size: 22px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-family: 'Cormorant Garamond', serif;
}
.hasaki-homepage .featured-price-save {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--red);
  text-transform: uppercase;
  font-weight: 500;
  background: rgba(168,50,40,0.06);
  padding: 4px 10px;
}

.hasaki-homepage .featured-actions {
  display: flex;
  gap: 14px;
}
.hasaki-homepage .featured-actions .btn-primary { flex: 1; text-align: center; }


/* ════════════════════════════════════════════════
   PRODUCTS — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .products {
  padding: 0 60px 60px;
  background: var(--bg-alt);
}

.hasaki-homepage .products-tabs {
  display: flex;
  gap: 0;
  margin-top: -8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--border);
  justify-content: center;
}
.hasaki-homepage .products-tab {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 16px 32px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  border: none;
  background: none;
}
.hasaki-homepage .products-tab:hover { color: var(--text); }
.hasaki-homepage .products-tab.active { color: var(--gold); }
.hasaki-homepage .products-tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 20%; right: 20%;
  height: 2px;
  background: var(--gold);
}

.hasaki-homepage .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.hasaki-homepage .product-card {
  background: var(--bg);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.45s var(--ease-lux);
  border: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}
.hasaki-homepage .product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 3;
}
.hasaki-homepage .product-card:hover {
  box-shadow: 0 24px 64px rgba(0,0,0,0.12);
  transform: translateY(-6px);
  border-color: rgba(184,146,42,0.25);
}
.hasaki-homepage .product-card:hover::before { opacity: 1; }

.hasaki-homepage .product-card-img {
  height: 300px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0eeeb 0%, #e8e5e1 100%);
}
.hasaki-homepage .product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-lux), filter 0.5s;
}
.hasaki-homepage .product-card:hover .product-card-img img {
  transform: scale(1.08);
}
.hasaki-homepage .product-card-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13,12,10,0.5) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s;
}
.hasaki-homepage .product-card:hover .product-card-img::after { opacity: 1; }

.hasaki-homepage .product-badge {
  position: absolute;
  top: 16px;
  z-index: 4;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 14px;
  pointer-events: none;
}
.hasaki-homepage .product-badge.new {
  left: 16px;
  background: var(--gold);
  color: #fff;
  box-shadow: 0 2px 8px rgba(184,146,42,0.25);
}
.hasaki-homepage .product-badge.sale {
  left: 16px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 2px 8px rgba(168,50,40,0.2);
}

.hasaki-homepage .product-add {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  background: #fff;
  color: var(--text);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 28px;
  text-align: center;
  transition: all 0.4s var(--ease-out);
  opacity: 0;
  z-index: 5;
  border: 1px solid var(--border);
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.hasaki-homepage .product-add:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}
.hasaki-homepage .product-card:hover .product-add {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.hasaki-homepage .product-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.hasaki-homepage .product-brand {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0;
}
.hasaki-homepage .product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--text);
  margin-bottom: 4px;
  line-height: 1.25;
  transition: color 0.3s;
}
.hasaki-homepage .product-card:hover .product-name { color: var(--gold-dark); }
.hasaki-homepage .product-variant {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
.hasaki-homepage .product-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.hasaki-homepage .product-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--gold);
  line-height: 1;
}
.hasaki-homepage .product-price-old {
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-family: 'Cormorant Garamond', serif;
}


/* ════════════════════════════════════════════════
   TESTIMONIALS — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

.hasaki-homepage .testimonials {
  padding: 120px 60px;
  background: var(--bg-subtle);
}
.hasaki-homepage .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 64px;
}
.hasaki-homepage .testimonial-card {
  background: var(--bg);
  padding: 48px 40px;
  position: relative;
  border: 1px solid var(--border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  transition: all 0.4s var(--ease-out);
}
.hasaki-homepage .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  border-color: rgba(184,146,42,0.2);
}
.hasaki-homepage .testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; left: 40px; right: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.hasaki-homepage .testimonial-card:hover::before { opacity: 1; }
.hasaki-homepage .testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.hasaki-homepage .star { color: var(--gold); font-size: 14px; }
.hasaki-homepage .testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 32px;
}
.hasaki-homepage .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}
.hasaki-homepage .testimonial-avatar {
  width: 44px; height: 44px;
  background: var(--bg-alt);
  border: 1px solid rgba(184,146,42,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--gold);
  font-style: italic;
  transition: all 0.3s;
}
.hasaki-homepage .testimonial-card:hover .testimonial-avatar {
  border-color: var(--gold);
  background: rgba(184,146,42,0.05);
}
.hasaki-homepage .testimonial-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
}
.hasaki-homepage .testimonial-role { font-size: 11px; color: var(--text-muted); margin-top: 2px; }


/* ════════════════════════════════════════════════
   ANIMACE & REVEAL — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

@keyframes hasaki-fade-in-up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hasaki-homepage .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s var(--ease-lux), transform 0.9s var(--ease-lux);
}
.hasaki-homepage .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger pro produkty */
.hasaki-homepage .product-card:nth-child(1) { transition-delay: 0.00s; }
.hasaki-homepage .product-card:nth-child(2) { transition-delay: 0.06s; }
.hasaki-homepage .product-card:nth-child(3) { transition-delay: 0.12s; }
.hasaki-homepage .product-card:nth-child(4) { transition-delay: 0.18s; }


/* ════════════════════════════════════════════════
   MOBILNÍ — pouze .hasaki-homepage
   ════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .hasaki-homepage .hero { grid-template-columns: 1fr; height: auto; min-height: 100svh; }
  .hasaki-homepage .hero-visual { height: 55vh; min-height: 320px; }
  .hasaki-homepage .hero-content { padding: 56px 40px 120px; }
  .hasaki-homepage .hero-stats { left: 40px; bottom: 48px; gap: 32px; }
  .hasaki-homepage .categories { padding: 80px 40px; }
  .hasaki-homepage .categories-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .hasaki-homepage .cat-card:first-child { grid-column: span 2; grid-row: auto; min-height: 340px; }
  .hasaki-homepage .cat-card { min-height: 220px; }
  .hasaki-homepage .featured { padding: 80px 40px; grid-template-columns: 1fr; gap: 48px; }
  .hasaki-homepage .featured-visual { height: 380px; }
  .hasaki-homepage .featured-title { font-size: 42px; }
  .hasaki-homepage .products { padding: 80px 40px; }
  .hasaki-homepage .products-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .hasaki-homepage .testimonials { padding: 80px 40px; }
  .hasaki-homepage .testimonials-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hasaki-homepage .hero-visual { height: 60vw; min-height: 260px; }
  .hasaki-homepage .hero-content { padding: 40px 24px 120px; }
  .hasaki-homepage .hero-title, .hasaki-homepage .hero-title-line2 { font-size: 38px; }
  .hasaki-homepage .hero-stats { left: 24px; gap: 24px; }
  .hasaki-homepage .hero-stat-number { font-size: 28px; }
  .hasaki-homepage .categories { padding: 60px 24px; }
  .hasaki-homepage .categories-grid { grid-template-columns: 1fr; }
  .hasaki-homepage .cat-card:first-child { grid-column: auto; min-height: 300px; }
  .hasaki-homepage .cat-card { min-height: 200px; }
  .hasaki-homepage .cat-name { font-size: 26px !important; }
  .hasaki-homepage .featured { padding: 60px 24px; }
  .hasaki-homepage .featured-visual { height: 300px; }
  .hasaki-homepage .featured-visual::before, .hasaki-homepage .featured-visual::after { display: none; }
  .hasaki-homepage .featured-title { font-size: 34px; }
  .hasaki-homepage .featured-specs::before { display: none; }
  .hasaki-homepage .spec-item { padding: 16px 20px; }
  .hasaki-homepage .spec-item:nth-child(odd) { border-right: none; }
  .hasaki-homepage .featured-price { font-size: 38px; }
  .hasaki-homepage .featured-actions { flex-direction: column; }
  .hasaki-homepage .products { padding: 60px 24px; }
  .hasaki-homepage .products-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 0; }
  .hasaki-homepage .products-tab { padding: 14px 20px; white-space: nowrap; }
  .hasaki-homepage .products-grid { grid-template-columns: 1fr; gap: 20px; }
  .hasaki-homepage .product-card-img { height: 260px; }
  .hasaki-homepage .testimonials { padding: 60px 24px; }
  .hasaki-homepage .testimonial-card { padding: 36px 28px; }
  .hasaki-homepage .btn-primary, .hasaki-homepage .btn-ghost { width: 100%; text-align: center; }
  .hasaki-homepage .section-title { font-size: 32px; }
}
/* ══════════════════════════════════════════
   LUXURY BLACK — přepisy pro plně tmavý look
   ══════════════════════════════════════════ */

/* Hero pravá strana — tmavá místo bílé */
.hasaki-homepage .hero-content {
  background: linear-gradient(135deg, #0d0c0a 0%, #13110e 50%, #0a0908 100%) !important;
  border-left: 1px solid rgba(184,146,42,0.15) !important;
}

/* Marquee — tmavý pruh */
.hasaki-homepage .marquee-wrap {
  background: #060504 !important;
  border-top: 1px solid rgba(184,146,42,0.2) !important;
  border-bottom: 1px solid rgba(184,146,42,0.2) !important;
}

/* Kategorie karty — tmavší overlay */
.hasaki-homepage .cat-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.35) 60%, transparent 100%) !important;
}

/* Testimonials — tmavé pozadí karet */
.hasaki-homepage .testimonial-card {
  background: #111009 !important;
  border: 1px solid rgba(184,146,42,0.12) !important;
}
.hasaki-homepage .testimonial-card:hover {
  border-color: rgba(184,146,42,0.3) !important;
}

/* Featured sekce — zlatá linie vlevo */
.hasaki-homepage .featured {
  border-left: 3px solid rgba(184,146,42,0.3);
}

/* Product karty — tmavší + zlatý rámeček při hoveru */
.hasaki-homepage .product-card {
  background: #0e0c0a !important;
  border: 1px solid rgba(184,146,42,0.08) !important;
}
.hasaki-homepage .product-card:hover {
  border-color: rgba(184,146,42,0.35) !important;
  box-shadow: 0 0 30px rgba(184,146,42,0.07) !important;
}

/* Tlačítka — zlatá verze */
.hasaki-homepage .btn-primary {
  background: linear-gradient(135deg, #b8922a 0%, #d4a843 50%, #b8922a 100%) !important;
  color: #080706 !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
}
.hasaki-homepage .btn-primary:hover {
  background: linear-gradient(135deg, #d4a843 0%, #e8c060 50%, #d4a843 100%) !important;
  box-shadow: 0 0 25px rgba(184,146,42,0.35) !important;
}

/* Ghost tlačítko — zlatý okraj */
.hasaki-homepage .btn-ghost {
  border-color: rgba(184,146,42,0.5) !important;
  color: var(--gold) !important;
}
.hasaki-homepage .btn-ghost:hover {
  background: rgba(184,146,42,0.1) !important;
  border-color: var(--gold) !important;
}

/* Sekce záhlaví — zlatá tečka za labelem */
.hasaki-homepage .section-label {
  color: var(--gold) !important;
}

/* Hvězdičky v recenzích — živější zlatá */
.hasaki-homepage .star {
  color: #d4a843 !important;
  text-shadow: 0 0 8px rgba(212,168,67,0.4) !important;
}

/* Hero stat čísla — zlatá */
.hasaki-homepage .hero-stat-number {
  color: var(--gold-light) !important;
}

/* Celkové tmavé pozadí stránky */
body.hasaki-homepage {
  background: #080706 !important;
}

/* ── FEATURED CAROUSEL — šipky a tečky ── */
.hasaki-homepage .fc-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  background: rgba(0,0,0,0.55);
  border: 1px solid rgba(184,146,42,0.35);
  color: var(--gold);
  font-size: 20px;
  width: 48px; height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  backdrop-filter: blur(4px);
}
.hasaki-homepage .fc-arrow:hover {
  background: rgba(184,146,42,0.18);
  border-color: var(--gold);
}
.hasaki-homepage .fc-prev { left: 20px; }
.hasaki-homepage .fc-next { right: 20px; }

.hasaki-homepage .fc-dots {
  position: absolute;
  bottom: 20px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px; z-index: 10;
}
.hasaki-homepage .fc-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  padding: 0;
}
.hasaki-homepage .fc-dot-active {
  background: var(--gold);
  transform: scale(1.3);
}


