/* =========================================================
   William Henry Blades — Mobile-First Colorful Theme
   ========================================================= */
:root {
  --primary: #c0392b;
  --primary-dark: #922b21;
  --primary-light: #e74c3c;
  --secondary: #f39c12;
  --secondary-dark: #d68910;
  --accent: #2980b9;
  --accent-2: #8e44ad;
  --accent-3: #16a085;
  --accent-4: #27ae60;
  --dark: #1a1a2e;
  --dark-2: #16213e;
  --dark-3: #0f3460;
  --steel: #4a5568;
  --light: #f8f9fa;
  --white: #ffffff;
  --gold: #f1c40f;
  --gradient-fire: linear-gradient(135deg, #c0392b, #e74c3c, #f39c12);
  --gradient-night: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  --gradient-steel: linear-gradient(135deg, #2c3e50, #4a5568, #718096);
  --shadow: 0 10px 40px rgba(0,0,0,.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.2);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all .3s cubic-bezier(.4,0,.2,1);
  --font: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-display: 'Segoe UI', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: #2d3436;
  background: #f0f2f5;
  overflow-x: hidden;
  padding-bottom: env(safe-area-inset-bottom);
}

a { color: var(--primary); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }
.section-pad { padding: 3rem 0; }
@media (min-width: 768px) { .section-pad { padding: 4.5rem 0; } }

/* ---------- TOP BAR ---------- */
.top-bar {
  background: var(--gradient-night);
  color: rgba(255,255,255,.9);
  font-size: .78rem;
  padding: .4rem 0;
}
.top-bar a { color: rgba(255,255,255,.9); }
.top-bar a:hover { color: var(--secondary); }
.top-bar .top-info i { color: var(--secondary); margin-right: .35rem; }
.top-bar-promo {
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}

/* ---------- MAIN HEADER ---------- */
.main-header {
  background: var(--white);
  box-shadow: 0 2px 20px rgba(0,0,0,.06);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}
.brand-logo .logo-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-fire);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(192,57,43,.4);
  transform: rotate(-8deg);
}
.brand-logo .brand-text h1 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0;
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  letter-spacing: -.5px;
}
.brand-logo .brand-text small {
  font-size: .68rem;
  color: var(--steel);
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .brand-logo .brand-text h1 { font-size: 1.4rem; }
  .brand-logo .logo-icon { width: 54px; height: 54px; font-size: 1.6rem; }
}

.header-search .form-control {
  border-radius: 50px 0 0 50px;
  border: 2px solid #e9ecef;
  border-right: 0;
  padding-left: 1.2rem;
}
.header-search .form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}
.header-search .btn {
  border-radius: 0 50px 50px 0;
  background: var(--gradient-fire);
  border: none;
  color: #fff;
  padding: 0 1.2rem;
}
.header-actions .action-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  color: var(--dark);
  position: relative;
  border: none;
  transition: var(--transition);
}
.header-actions .action-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.header-actions .cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--secondary);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- BOTTOM HEADER / NAV ---------- */
.bottom-header {
  background: var(--dark);
  border-top: 3px solid transparent;
  border-image: var(--gradient-fire) 1;
  border-bottom: 3px solid #f39c12;
  box-shadow: 0 4px 0 0 #c0392b, 0 8px 20px rgba(0,0,0,.15);
}
.bottom-header .navbar {
  padding: .15rem 0;
}
.bottom-header .nav-link {
  color: rgba(255,255,255,.85) !important;
  font-weight: 600;
  font-size: .88rem;
  padding: .7rem 1rem !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.bottom-header .nav-link i {
  color: var(--secondary);
  font-size: .95rem;
}
.bottom-header .nav-link:hover,
.bottom-header .nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.08);
}
.bottom-header .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0; height: 3px;
  background: var(--gradient-fire);
  transition: var(--transition);
  transform: translateX(-50%);
}
.bottom-header .nav-link:hover::after,
.bottom-header .nav-link.active::after { width: 70%; }
.navbar-toggler {
  border-color: rgba(255,255,255,.3);
  padding: .35rem .6rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ---------- UNIQUE HERO SLIDER ---------- */
.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slider .carousel {
  position: relative;
}
.hero-slide {
  min-height: 380px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-slide { min-height: 480px; }
}
@media (min-width: 1200px) {
  .hero-slide { min-height: 540px; }
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(243,156,18,.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(231,76,60,.2) 0%, transparent 40%),
    radial-gradient(circle at 60% 80%, rgba(41,128,185,.15) 0%, transparent 40%);
  z-index: 1;
}
.hero-slide .slide-pattern {
  position: absolute;
  inset: 0;
  opacity: .07;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 20px,
    rgba(255,255,255,.5) 20px,
    rgba(255,255,255,.5) 21px
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 2rem 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2);
  padding: .4rem 1rem;
  border-radius: 50px;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--gold);
}
.hero-content h2 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1rem;
  text-shadow: 0 4px 20px rgba(0,0,0,.3);
}
@media (min-width: 768px) {
  .hero-content h2 { font-size: 3rem; }
}
@media (min-width: 1200px) {
  .hero-content h2 { font-size: 3.6rem; }
}
.hero-content p {
  font-size: 1rem;
  opacity: .9;
  max-width: 500px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero-content p { font-size: 1.15rem; }
}
.hero-visual {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.hero-icon-orb {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 2px solid rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255,255,255,.9);
  animation: floatOrb 4s ease-in-out infinite;
  box-shadow: 0 0 60px rgba(231,76,60,.3), inset 0 0 40px rgba(255,255,255,.05);
}
@media (min-width: 768px) {
  .hero-icon-orb { width: 260px; height: 260px; font-size: 7rem; }
}
@keyframes floatOrb {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50% { transform: translateY(-18px) rotate(5deg); }
}
.btn-hero {
  background: var(--gradient-fire);
  border: none;
  color: #fff;
  font-weight: 700;
  padding: .85rem 2rem;
  border-radius: 50px;
  font-size: 1rem;
  box-shadow: 0 8px 25px rgba(192,57,43,.4);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.btn-hero:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(192,57,43,.5);
  color: #fff;
}
.btn-hero-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,.5);
  color: #fff;
  font-weight: 600;
  padding: .8rem 1.6rem;
  border-radius: 50px;
  margin-left: .5rem;
}
.btn-hero-outline:hover {
  background: #fff;
  color: var(--dark);
  border-color: #fff;
}
/* Hide default bootstrap indicators when custom thumbs used */
.hero-slider .carousel-indicators { display: none; }

/* Circular image thumbs + timer ring */
.hero-thumb-nav {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .45rem .7rem;
  background: rgba(10, 10, 20, .45);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.hero-thumb {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero-thumb { width: 64px; height: 64px; }
  .hero-thumb-nav { bottom: 28px; gap: .85rem; padding: .55rem .9rem; }
}
.hero-thumb .thumb-img {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.35);
  background: #1a1a2e;
  transition: var(--transition);
  z-index: 2;
}
.hero-thumb .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-thumb .thumb-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  z-index: 1;
}
.hero-thumb .thumb-ring circle {
  fill: none;
  stroke-width: 3;
}
.hero-thumb .thumb-ring .ring-bg {
  stroke: rgba(255,255,255,.2);
}
.hero-thumb .thumb-ring .ring-progress {
  stroke: var(--secondary);
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: none;
}
.hero-thumb.active .thumb-img {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(243,156,18,.5);
  transform: scale(1.05);
}
.hero-thumb.active .ring-progress {
  animation: thumbTimer var(--slide-ms, 6000ms) linear forwards;
}
.hero-thumb:hover .thumb-img {
  border-color: var(--secondary);
  transform: scale(1.08);
}
.hero-thumb .thumb-num {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: .6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 1px solid #fff;
}
@keyframes thumbTimer {
  from { stroke-dashoffset: 100; }
  to { stroke-dashoffset: 0; }
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.3);
  border-radius: 50%;
  opacity: 1;
  backdrop-filter: blur(4px);
}
.hero-slider .carousel-control-prev { left: 15px; }
.hero-slider .carousel-control-next { right: 15px; }
.hero-slider .carousel-control-prev:hover,
.hero-slider .carousel-control-next:hover {
  background: var(--primary);
}

/* ---------- MARQUEE ---------- */
.marquee-bar {
  background: var(--dark);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: .75rem 0;
  border-top: 3px solid #f39c12;
  border-bottom: 3px solid #e74c3c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 4px 12px rgba(0,0,0,.12);
}
.marquee-bar.marquee-accent {
  background: var(--gradient-fire);
  border-top: 3px solid #1a1a2e;
  border-bottom: 3px solid #1a1a2e;
  box-shadow: 0 -2px 0 #f39c12, 0 2px 0 #922b21, 0 6px 18px rgba(192,57,43,.25);
}
.marquee-track {
  display: inline-block;
  animation: marquee 35s linear infinite;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: 1px;
}
.marquee-bar:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- SECTION HEADERS ---------- */
.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-header .section-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: var(--gradient-fire);
  box-shadow: 0 8px 25px rgba(192,57,43,.3);
}
.section-header .eyebrow {
  color: var(--primary);
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .4rem;
}
.section-header h2 {
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--dark);
  margin-bottom: .5rem;
}
@media (min-width: 768px) {
  .section-header h2 { font-size: 2.25rem; }
}
.section-header p {
  color: var(--steel);
  max-width: 560px;
  margin: 0 auto;
}

/* ---------- CATEGORIES (1:1) ---------- */
.cat-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 0;
  text-align: center;
  transition: var(--transition);
  border: 2px solid transparent;
  height: 100%;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--cat-color, var(--primary));
  z-index: 2;
}
.cat-card:hover {
  transform: translateY(-8px);
  border-color: var(--cat-color, var(--primary));
  box-shadow: var(--shadow-lg);
}
.cat-card .cat-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1a2e, #2c3e50);
}
.cat-card .cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.cat-card:hover .cat-img-wrap img {
  transform: scale(1.08);
}
.cat-card .cat-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
  background: var(--cat-color, var(--primary));
  box-shadow: 0 6px 16px rgba(0,0,0,.35);
  z-index: 2;
  transition: var(--transition);
}
.cat-card:hover .cat-icon {
  transform: scale(1.1) rotate(-8deg);
}
.cat-card .cat-body {
  padding: 1rem .9rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cat-card h5 {
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: .35rem;
  color: var(--dark);
}
.cat-card p {
  font-size: .78rem;
  color: var(--steel);
  margin: 0;
  line-height: 1.4;
  flex: 1;
}
.cat-card .cat-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  margin-top: .7rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--cat-color, var(--primary));
}

/* ---------- PARALLAX ---------- */
.parallax-section {
  background: var(--gradient-night);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 4rem 0;
  color: #fff;
  overflow: hidden;
}
.parallax-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(26,26,46,.92), rgba(15,52,96,.88)),
    repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255,255,255,.02) 40px, rgba(255,255,255,.02) 41px);
}
.parallax-section .container { position: relative; z-index: 1; }
.parallax-stat {
  text-align: center;
  padding: 1.5rem 1rem;
}
.parallax-stat .stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto .8rem;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 2px solid rgba(243,156,18,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--secondary);
}
.parallax-stat h3 {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--secondary);
  margin-bottom: .2rem;
}
.parallax-stat p {
  margin: 0;
  opacity: .85;
  font-size: .9rem;
}
.parallax-cta h2 {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .parallax-cta h2 { font-size: 2.4rem; }
  .parallax-section { padding: 5.5rem 0; }
}

/* ---------- PROCESS (How knife is made) ---------- */
.process-step {
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}
.process-step .step-num {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(192,57,43,.08);
  line-height: 1;
}
.process-step .step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.2rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  position: relative;
  transition: var(--transition);
}
.process-step:hover .step-icon {
  transform: scale(1.1) rotate(5deg);
}
.process-step:nth-child(1) .step-icon { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.process-step:nth-child(2) .step-icon { background: linear-gradient(135deg, #f39c12, #d68910); }
.process-step:nth-child(3) .step-icon { background: linear-gradient(135deg, #3498db, #2980b9); }
.process-step:nth-child(4) .step-icon { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.process-step:nth-child(5) .step-icon { background: linear-gradient(135deg, #1abc9c, #16a085); }
.process-step:nth-child(6) .step-icon { background: linear-gradient(135deg, #2ecc71, #27ae60); }
.process-step h5 {
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--dark);
}
.process-step p {
  font-size: .85rem;
  color: var(--steel);
  margin: 0;
}

/* ---------- QUALITY SECTION ---------- */
.quality-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow);
  border-bottom: 4px solid var(--q-color, var(--primary));
  transition: var(--transition);
}
.quality-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.quality-card .q-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  background: var(--q-color, var(--primary));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--q-color, var(--primary)) 35%, transparent);
}
.quality-card h5 {
  font-weight: 700;
  margin-bottom: .6rem;
}
.quality-card p {
  font-size: .88rem;
  color: var(--steel);
  margin: 0;
}

/* ---------- PRODUCT CARDS (1:1 + hover actions) ---------- */
.product-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.04);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}
.product-card .product-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #2c3e50, #1a1a2e);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card .product-img > a.product-img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-img img {
  transform: scale(1.1);
}
.product-card .product-img .knife-placeholder {
  font-size: 4.5rem;
  color: rgba(255,255,255,.25);
  transition: var(--transition);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card:hover .product-img .knife-placeholder {
  color: rgba(243,156,18,.5);
  transform: rotate(-15deg) scale(1.1);
}
.product-card .badge-featured {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gradient-fire);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: .3rem .7rem;
  border-radius: 50px;
  z-index: 3;
}
.product-card .badge-sale {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--accent-2);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: .3rem .7rem;
  border-radius: 50px;
  z-index: 3;
}

/* Product hover action buttons */
.product-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: flex;
  gap: .5rem;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
}
.product-card:hover .product-actions {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.product-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 46, .45);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 2;
  pointer-events: none;
}
.product-card:hover .product-img::after {
  opacity: 1;
}
.product-actions .pa-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
}
.product-actions .pa-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.product-actions .pa-btn.active,
.product-actions .pa-btn.in-wishlist {
  background: var(--primary);
  color: #fff;
}
.product-actions .pa-btn.in-compare {
  background: var(--secondary);
  color: #fff;
}
@media (max-width: 575.98px) {
  .product-actions {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 10px;
  }
  .product-card:hover .product-actions {
    transform: translate(-50%, 0);
  }
  .product-actions .pa-btn {
    width: 36px;
    height: 36px;
    font-size: .85rem;
  }
  .product-img::after { opacity: 0; }
  .product-card:hover .product-img::after { opacity: .35; }
}
.product-card .product-body {
  padding: 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card .product-cat {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--primary);
  margin-bottom: .3rem;
}
.product-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .4rem;
  color: var(--dark);
  line-height: 1.3;
}
.product-card h5 a { color: inherit; }
.product-card h5 a:hover { color: var(--primary); }
.product-card .product-desc {
  font-size: .82rem;
  color: var(--steel);
  margin-bottom: .8rem;
  flex: 1;
}
.product-card .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: .8rem;
}
.product-card .meta-tag {
  font-size: .7rem;
  background: var(--light);
  color: var(--steel);
  padding: .2rem .5rem;
  border-radius: 4px;
}
.product-card .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  border-top: 1px solid #eee;
  padding-top: .9rem;
  margin-top: auto;
}
.product-card .price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
}
.product-card .compare-price {
  font-size: .85rem;
  color: #999;
  text-decoration: line-through;
  margin-left: .3rem;
  font-weight: 500;
}
.btn-add-cart {
  background: var(--dark);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  transition: var(--transition);
}
.btn-add-cart:hover {
  background: var(--primary);
  color: #fff;
  transform: scale(1.05);
}

/* ---------- STICKY SOCIAL SIDEBAR ---------- */
.social-sticky {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.social-sticky a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: var(--transition);
  margin-left: 0;
}
.social-sticky a:hover {
  width: 52px;
  margin-left: 0;
  filter: brightness(1.15);
}
.social-sticky a.fb { background: #1877f2; }
.social-sticky a.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-sticky a.tw { background: #1da1f2; }
.social-sticky a.yt { background: #ff0000; }
.social-sticky a.pin { background: #e60023; }
.social-sticky a:first-child { border-radius: 0 8px 0 0; }
.social-sticky a:last-child { border-radius: 0 0 8px 0; }
@media (max-width: 575.98px) {
  .social-sticky { display: none; }
}

/* ---------- SHOP SIDEBAR (dark gray + colorful icons) ---------- */
.shop-sidebar {
  background: #2d3436;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
  overflow: hidden;
  position: sticky;
  top: 100px;
  border: 1px solid #3d4548;
}
.shop-sidebar .sidebar-title {
  background: linear-gradient(135deg, #1e272e, #2d3436);
  color: #fff;
  padding: 1.1rem 1.2rem;
  font-weight: 700;
  font-size: .95rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  border-bottom: 2px solid #f39c12;
}
.shop-sidebar .sidebar-title i { color: var(--secondary); }
.v-menu {
  list-style: none;
  padding: .4rem 0;
  margin: 0;
  background: #2d3436;
}
.v-menu li a {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .9rem 1.15rem;
  color: #dfe6e9;
  font-weight: 600;
  font-size: .9rem;
  border-left: 4px solid transparent;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: all .3s cubic-bezier(.4,0,.2,1);
  --item-color: #e74c3c;
}
.v-menu li a .v-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.v-menu li a .v-label {
  flex: 1;
  transition: color .25s ease;
}
.v-menu li a .count {
  margin-left: auto;
  background: rgba(255,255,255,.1);
  color: #b2bec3;
  font-size: .72rem;
  padding: .2rem .55rem;
  border-radius: 50px;
  font-weight: 700;
  transition: all .25s ease;
}
/* Hover / active: item text + border match the icon's color */
.v-menu li a:hover,
.v-menu li a.active {
  background: rgba(255,255,255,.06);
  border-left-color: var(--item-color);
  color: var(--item-color);
  padding-left: 1.35rem;
}
.v-menu li a:hover .v-icon,
.v-menu li a.active .v-icon {
  transform: scale(1.12) rotate(-8deg);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--item-color) 55%, transparent);
  filter: brightness(1.1);
}
.v-menu li a:hover .count,
.v-menu li a.active .count {
  background: var(--item-color);
  color: #fff;
}
.sidebar-filter {
  padding: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #252b2d;
}
.sidebar-filter h6 {
  font-weight: 700;
  font-size: .85rem;
  margin-bottom: .8rem;
  color: #fff;
}
.sidebar-filter .form-select {
  background: #2d3436;
  border-color: #4a5568;
  color: #fff;
}
.sidebar-filter .form-select:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 .2rem rgba(243,156,18,.2);
  background: #2d3436;
  color: #fff;
}
.sidebar-filter .text-muted,
.sidebar-filter ul {
  color: #b2bec3 !important;
}
.sidebar-filter .text-danger { color: #ff6b6b !important; }
.sidebar-filter .text-success { color: #55efc4 !important; }

/* ---------- PAGE BANNER ---------- */
.page-banner {
  background: var(--gradient-night);
  color: #fff;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(231,76,60,.25), transparent 50%);
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner h1 {
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: .4rem;
}
@media (min-width: 768px) {
  .page-banner h1 { font-size: 2.4rem; }
  .page-banner { padding: 3.5rem 0; }
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: .85rem;
}
.breadcrumb-item a { color: var(--secondary); }
.breadcrumb-item.active { color: rgba(255,255,255,.7); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,.8);
  padding-top: 3.5rem;
}
.site-footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: .6rem;
}
.site-footer h5::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 40px;
  height: 3px;
  background: var(--gradient-fire);
  border-radius: 2px;
}
.site-footer .footer-brand .logo-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-fire);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  margin-right: .6rem;
}
.site-footer .footer-brand strong {
  font-size: 1.2rem;
  color: #fff;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  margin-bottom: .55rem;
}
.site-footer ul li a {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.site-footer ul li a:hover {
  color: var(--secondary);
  padding-left: 4px;
}
.site-footer ul li a i {
  color: var(--primary-light);
  font-size: .75rem;
  width: 14px;
}
.footer-contact li {
  display: flex;
  gap: .6rem;
  margin-bottom: .8rem;
  font-size: .9rem;
}
.footer-contact li i {
  color: var(--secondary);
  margin-top: .2rem;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.08);
  color: #fff;
  margin-right: .4rem;
  transition: var(--transition);
}
.footer-social a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 2.5rem;
  padding: 1.2rem 0;
  font-size: .85rem;
  color: rgba(255,255,255,.55);
}
.payment-icons i {
  font-size: 1.6rem;
  margin-left: .5rem;
  color: rgba(255,255,255,.5);
}
.payment-icons i.fa-cc-paypal { color: #003087; }

/* ---------- FORMS & MISC ---------- */
.form-control:focus, .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(192,57,43,.15);
}
.btn-primary {
  background: var(--gradient-fire);
  border: none;
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--primary-dark);
  border: none;
  filter: brightness(1.05);
}
.btn-secondary-custom {
  background: var(--secondary);
  border: none;
  color: #fff;
  font-weight: 600;
}
.btn-secondary-custom:hover {
  background: var(--secondary-dark);
  color: #fff;
}
.cms-content {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow);
  line-height: 1.7;
}
.cms-content h2, .cms-content h3 {
  color: var(--dark);
  font-weight: 700;
  margin-top: 1.5rem;
}
.cms-content h2:first-child { margin-top: 0; }
.cart-table img { width: 60px; height: 60px; object-fit: contain; background: #eee; border-radius: 8px; }
.qty-input { width: 70px; text-align: center; }

/* About page */
.about-feature {
  text-align: center;
  padding: 1.5rem;
}
.about-feature .af-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  background: var(--gradient-fire);
}

/* Contact */
.contact-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: var(--shadow);
  height: 100%;
  text-align: center;
  transition: var(--transition);
}
.contact-info-card:hover { transform: translateY(-4px); }
.contact-info-card .ci-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  background: var(--primary);
}

/* Product detail + Cloud Zoom */
.product-detail-img {
  background: linear-gradient(145deg, #2c3e50, #1a1a2e);
  border-radius: var(--radius-lg);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.3);
  font-size: 8rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.product-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: crosshair;
}
.cloud-zoom-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #1a1a2e;
  box-shadow: var(--shadow);
}
.cloud-zoom-wrap img#cloudZoomImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: crosshair;
}
.cloud-zoom-lens {
  position: absolute;
  border: 2px solid var(--secondary);
  background: rgba(243, 156, 18, .15);
  width: 120px;
  height: 120px;
  pointer-events: none;
  display: none;
  z-index: 5;
  box-shadow: 0 0 0 1px rgba(0,0,0,.15);
}
.cloud-zoom-result {
  position: fixed;
  border-radius: var(--radius-lg);
  border: 3px solid #fff;
  background-repeat: no-repeat;
  background-color: #1a1a2e;
  background-position: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  display: none;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none;
}
.cloud-zoom-lens { width: 110px; height: 110px; }
@media (max-width: 991.98px) {
  .cloud-zoom-lens { width: 80px; height: 80px; }
}
.zoom-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: .75rem;
  padding: .35rem .8rem;
  border-radius: 50px;
  z-index: 3;
  pointer-events: none;
  white-space: nowrap;
}

/* Quick View Modal */
.qv-modal .modal-content {
  border: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.qv-modal .qv-img {
  aspect-ratio: 1 / 1;
  background: #1a1a2e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.qv-modal .qv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Compare / Wishlist tables */
.compare-img, .wish-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  background: #1a1a2e;
}

/* Header wishlist/compare badges */
.header-actions .action-btn .mini-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--primary);
  color: #fff;
  font-size: .65rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero with real banner images */
.hero-slide.has-banner {
  background-size: cover !important;
  background-position: center center !important;
}
.hero-slide.has-banner::before {
  background: linear-gradient(90deg, rgba(10,10,20,.85) 0%, rgba(10,10,20,.55) 55%, rgba(10,10,20,.35) 100%);
}
.specs-table td {
  padding: .6rem .8rem;
  border-bottom: 1px solid #eee;
}
.specs-table td:first-child {
  font-weight: 600;
  color: var(--steel);
  width: 40%;
}

/* Alerts flash */
.flash-wrap {
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 9999;
  max-width: 360px;
}

/* Empty states */
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--steel);
}
.empty-state i {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 1rem;
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gradient-fire);
  color: #fff;
  border: none;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  z-index: 1050;
  box-shadow: 0 6px 20px rgba(192,57,43,.4);
  cursor: pointer;
}
.back-to-top.show { display: flex; }

/* Admin-ish utility on front */
.text-gradient {
  background: var(--gradient-fire);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------- MAGAZINE EDITORIAL (vertical text + stacked images) ---------- */
.magazine-section {
  position: relative;
  background: #0f0f14;
  color: #fff;
  overflow: hidden;
  padding: 3.5rem 0 4rem;
}
@media (min-width: 992px) {
  .magazine-section { padding: 5rem 0 5.5rem; }
}
.magazine-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(231,76,60,.18), transparent 45%),
    radial-gradient(ellipse at 10% 80%, rgba(243,156,18,.12), transparent 40%);
  pointer-events: none;
}
.magazine-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .magazine-inner {
    grid-template-columns: auto 1fr 1.1fr;
    gap: 2.5rem 3rem;
    min-height: 480px;
  }
}

/* Huge vertical magazine text */
.mag-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  order: -1;
}
@media (min-width: 992px) {
  .mag-vertical {
    order: 0;
    height: 100%;
    min-height: 460px;
    justify-content: flex-start;
    padding-right: .5rem;
  }
}
.mag-vertical-text {
  font-size: clamp(2.8rem, 8vw, 6.5rem);
  font-weight: 900;
  line-height: .85;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(180deg, #fff 0%, #f39c12 45%, #e74c3c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Vertical — magazine spine style */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  user-select: none;
  text-shadow: none;
  filter: drop-shadow(0 8px 24px rgba(231,76,60,.25));
}
/* Secondary thin vertical label */
.mag-vertical-sub {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .35em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  margin-left: .75rem;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .mag-vertical {
    flex-direction: row;
    gap: 1rem;
  }
  .mag-vertical-text {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    white-space: normal;
    letter-spacing: .04em;
    font-size: clamp(2.4rem, 10vw, 3.5rem);
    line-height: 1;
  }
  .mag-vertical-sub {
    writing-mode: horizontal-tb;
    transform: none;
    margin-left: 0;
    letter-spacing: .2em;
    text-align: center;
  }
  .mag-vertical {
    flex-direction: column;
  }
}

/* Stacked magazine images */
.mag-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  min-height: 340px;
  padding: 1.5rem 1rem 2rem;
}
@media (min-width: 768px) {
  .mag-stack {
    min-height: 420px;
    max-width: 460px;
    padding: 2rem 1.5rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .mag-stack {
    margin: 0;
    min-height: 480px;
    max-width: none;
  }
}
.mag-stack-img {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  background: #1a1a2e;
  /* Deep magazine-style multi-layer shadow */
  box-shadow:
    0 4px 6px rgba(0,0,0,.15),
    0 12px 28px rgba(0,0,0,.35),
    0 28px 50px rgba(0,0,0,.4),
    0 0 0 1px rgba(255,255,255,.06);
  transition: transform .5s cubic-bezier(.4,0,.2,1), box-shadow .5s ease;
}
.mag-stack-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Back image — lower, offset left */
.mag-stack-img.back {
  width: 68%;
  aspect-ratio: 3 / 4;
  top: 8%;
  left: 4%;
  z-index: 1;
  transform: rotate(-6deg);
}
/* Front image — stacked on top, offset right */
.mag-stack-img.front {
  width: 70%;
  aspect-ratio: 3 / 4;
  bottom: 4%;
  right: 2%;
  z-index: 2;
  transform: rotate(4deg);
  box-shadow:
    0 8px 16px rgba(0,0,0,.2),
    0 20px 40px rgba(0,0,0,.45),
    0 40px 70px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.08);
}
.mag-stack:hover .mag-stack-img.back {
  transform: rotate(-8deg) translateY(-6px);
  box-shadow:
    0 16px 32px rgba(0,0,0,.4),
    0 32px 60px rgba(0,0,0,.35);
}
.mag-stack:hover .mag-stack-img.front {
  transform: rotate(6deg) translateY(-10px);
  box-shadow:
    0 24px 48px rgba(0,0,0,.5),
    0 48px 80px rgba(0,0,0,.4);
}
/* Decorative frame corner */
.mag-stack::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-top: 3px solid var(--secondary);
  border-right: 3px solid var(--secondary);
  opacity: .6;
  z-index: 3;
  pointer-events: none;
}
.mag-stack::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  opacity: .5;
  z-index: 3;
  pointer-events: none;
}

/* Magazine copy column */
.mag-copy {
  max-width: 480px;
}
.mag-copy .mag-issue {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--secondary);
  margin-bottom: 1rem;
}
.mag-copy .mag-issue::before,
.mag-copy .mag-issue::after {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--secondary);
}
.mag-copy h2 {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1rem;
  letter-spacing: -.02em;
}
.mag-copy h2 span {
  color: var(--secondary);
}
.mag-copy .mag-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255,255,255,.72);
  margin-bottom: 1.25rem;
  border-left: 3px solid var(--primary);
  padding-left: 1rem;
}
.mag-copy .mag-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}
.mag-copy .mag-meta i {
  color: var(--secondary);
  margin-right: .35rem;
}
.mag-copy .btn-hero {
  margin-top: .25rem;
}

/* ---------- TRUST / BENEFITS BAR ---------- */
.trust-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.25rem 0;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .5rem;
}
.trust-item .ti-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.trust-item h6 { margin: 0; font-weight: 700; font-size: .9rem; }
.trust-item p { margin: 0; font-size: .75rem; color: var(--steel); }

/* ---------- DEALS STRIP ---------- */
.deal-banner {
  background: linear-gradient(135deg, #c0392b, #e74c3c 40%, #f39c12);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: 0 12px 35px rgba(192,57,43,.3);
}
.deal-banner h3 { margin: 0; font-weight: 800; font-size: 1.35rem; }
.deal-timer {
  display: flex;
  gap: .5rem;
}
.deal-timer .unit {
  background: rgba(0,0,0,.25);
  border-radius: 10px;
  min-width: 58px;
  text-align: center;
  padding: .45rem .35rem;
}
.deal-timer .unit strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}
.deal-timer .unit span {
  font-size: .65rem;
  opacity: .85;
  text-transform: uppercase;
}

/* ---------- TESTIMONIALS ---------- */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  height: 100%;
  box-shadow: var(--shadow);
  border-top: 4px solid var(--t-color, var(--primary));
  transition: var(--transition);
}
.testimonial-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.testimonial-card .stars { color: #f1c40f; margin-bottom: .75rem; letter-spacing: 2px; }
.testimonial-card .quote {
  font-size: .95rem;
  color: var(--steel);
  line-height: 1.65;
  margin-bottom: 1.2rem;
  font-style: italic;
}
.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.testimonial-card .author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--t-color, var(--primary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}
.testimonial-card .author strong { display: block; font-size: .9rem; }
.testimonial-card .author small { color: var(--steel); }

/* ---------- STEEL / MATERIALS ---------- */
.steel-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  height: 100%;
  box-shadow: var(--shadow);
  border: 1px solid transparent;
  transition: var(--transition);
}
.steel-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}
.steel-card .steel-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto .8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #fff;
  background: var(--gradient-steel);
}
.steel-card h6 { font-weight: 700; margin-bottom: .35rem; }
.steel-card p { font-size: .78rem; color: var(--steel); margin: 0; }

/* ---------- CARE TIPS ---------- */
.tip-card {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.tip-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.tip-card .tip-top {
  padding: 1.25rem 1.25rem .5rem;
  display: flex;
  align-items: center;
  gap: .75rem;
}
.tip-card .tip-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gradient-fire);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip-card h5 { margin: 0; font-weight: 700; font-size: 1rem; }
.tip-card .tip-body { padding: 0 1.25rem 1.25rem; }
.tip-card p { font-size: .88rem; color: var(--steel); margin: 0; }

/* ---------- GALLERY ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .75rem;
}
@media (min-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
}
.gallery-item {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item .gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 50%, rgba(0,0,0,.65));
  display: flex;
  align-items: flex-end;
  padding: .75rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity .3s;
}
.gallery-item:hover .gal-overlay { opacity: 1; }

/* ---------- FAQ ---------- */
.faq-wrap .accordion-item {
  border: none;
  border-radius: var(--radius) !important;
  margin-bottom: .75rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.faq-wrap .accordion-button {
  font-weight: 700;
  font-size: .95rem;
  box-shadow: none !important;
}
.faq-wrap .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, rgba(192,57,43,.08), #fff);
  color: var(--primary);
}
.faq-wrap .accordion-button::after {
  filter: none;
}
.faq-wrap .accordion-body {
  color: var(--steel);
  font-size: .9rem;
  line-height: 1.65;
}

/* ---------- MARKET COVERAGE MAP ---------- */
.coverage-section {
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.coverage-map-wrap {
  position: relative;
  background: #1a1a2e;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 380px;
  box-shadow: var(--shadow-lg);
  border: 3px solid #2d3436;
}
.coverage-map-wrap iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: grayscale(.15) contrast(1.05);
}
.coverage-map-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(transparent, rgba(15,15,25,.92));
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.coverage-map-overlay h4 {
  font-weight: 800;
  margin-bottom: .25rem;
  font-size: 1.15rem;
}
.coverage-map-overlay p {
  margin: 0;
  font-size: .85rem;
  opacity: .85;
}
.coverage-stat {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.15rem 1rem;
  box-shadow: var(--shadow);
  height: 100%;
  border-left: 4px solid var(--c, var(--primary));
  transition: var(--transition);
}
.coverage-stat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.coverage-stat .cs-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--c, var(--primary));
  margin-bottom: .75rem;
  font-size: 1.1rem;
}
.coverage-stat h5 {
  font-weight: 800;
  margin-bottom: .2rem;
  font-size: 1.35rem;
}
.coverage-stat p {
  margin: 0;
  font-size: .82rem;
  color: var(--steel);
}
.coverage-regions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}
.coverage-regions .region-pill {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 50px;
  padding: .4rem .85rem;
  font-size: .8rem;
  font-weight: 600;
  color: var(--dark);
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.coverage-regions .region-pill i {
  color: var(--primary);
  font-size: .7rem;
}
.coverage-regions .region-pill.hot i { color: #27ae60; }
.coverage-regions .region-pill.warm i { color: #f39c12; }

/* ---------- NEWSLETTER ---------- */
.newsletter-box {
  background: var(--gradient-night);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.5rem;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.newsletter-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(231,76,60,.25), transparent 50%),
              radial-gradient(circle at 80% 30%, rgba(243,156,18,.2), transparent 45%);
}
.newsletter-box .container,
.newsletter-box > * { position: relative; z-index: 1; }
.newsletter-box h2 { font-weight: 800; margin-bottom: .5rem; }
.newsletter-form {
  max-width: 520px;
  margin: 1.25rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: center;
}
.newsletter-form input {
  flex: 1 1 220px;
  border-radius: 50px;
  border: none;
  padding: .85rem 1.25rem;
}
.newsletter-form button {
  border-radius: 50px;
  padding: .85rem 1.5rem;
  font-weight: 700;
  border: none;
  background: var(--gradient-fire);
  color: #fff;
}

/* ---------- WHY CHOOSE ICONS ROW ---------- */
.why-mini {
  text-align: center;
  padding: 1rem .5rem;
}
.why-mini .wm-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto .75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  background: var(--gradient-fire);
  box-shadow: 0 8px 20px rgba(192,57,43,.25);
}
.why-mini h6 { font-weight: 700; margin-bottom: .25rem; }
.why-mini p { font-size: .8rem; color: var(--steel); margin: 0; }
