﻿/* ============================================================
   SS STEEL & COMMERCIAL CONTRACTOR MALAYSIA  |  sssteel.my
   Main Stylesheet
   ============================================================ */

/* â”€â”€ Variables â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap');

:root {
  --black:      #090909;
  --dark:       #111111;
  --dark2:      #1a1a1a;
  --dark3:      #242424;
  --dark4:      #2e2e2e;
  --gold:       #c8a84b;
  --gold-light: #e8c97a;
  --gold-dim:   #8a7030;
  --silver:     #9e9e9e;
  --white:      #ffffff;
  --text:       #e0e0e0;
  --text-muted: #888888;
  --font:       'Poppins', sans-serif;
  --display-font: 'Rajdhani', 'Poppins', sans-serif;
  --ease:       0.35s ease;
  --ease-slow:  0.6s ease;
  --radius:     6px;
  --radius-lg:  12px;
  --shadow:     0 6px 30px rgba(0,0,0,0.5);
  --shadow-sm:  0 2px 12px rgba(0,0,0,0.35);
}

/* â”€â”€ Reset â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family: var(--font);
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}
img  { max-width:100%; height:auto; display:block; }
a    { text-decoration:none; color:inherit; }
ul   { list-style:none; }
button { cursor:pointer; border:none; outline:none; background:none; font-family:var(--font); }

/* â”€â”€ Scrollbar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
::-webkit-scrollbar { width:6px; }
::-webkit-scrollbar-track { background:var(--dark); }
::-webkit-scrollbar-thumb { background:var(--gold); border-radius:3px; }

/* â”€â”€ Utility â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.container { max-width:1200px; margin:0 auto; padding:0 20px; }
.section    { padding:90px 0; }
.text-gold  { color:var(--gold); }
.text-center{ text-align:center; }

.section-header {
  text-align: center;
  margin-bottom: 60px;
}
.section-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 18px;
}
.section-line {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 20px;
}
.section-sub {
  max-width: 600px;
  margin: 0 auto;
  color: var(--silver);
  font-size: 0.95rem;
}

/* â”€â”€ Preloader â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#preloader {
  position: fixed;
  inset: 0;
  background: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hide { opacity:0; visibility:hidden; }

.preloader-logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--white);
  margin-bottom: 30px;
}
.preloader-logo span { color: var(--gold); }

.preloader-bar-wrap {
  width: 200px;
  height: 3px;
  background: var(--dark3);
  border-radius: 2px;
  overflow: hidden;
}
.preloader-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold), var(--gold-light));
  border-radius: 2px;
  animation: barFill 1.6s ease forwards;
}
@keyframes barFill { from { width:0; } to { width:100%; } }

/* â”€â”€ Navbar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background var(--ease), box-shadow var(--ease), padding var(--ease);
  padding: 8px 0 9px;
}
#navbar.scrolled {
  background: rgba(10,10,10,0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.6);
  padding: 8px 0 10px;
  backdrop-filter: blur(8px);
}
.nav-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 16px;
}

/* Logo */
.nav-logo {
  display: grid;
  grid-template-columns: minmax(104px, 20%) minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 14px;
  width: 100%;
  line-height: 1.1;
  flex: 1 0 100%;
  text-align: left;
}
.nav-logo-main {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--white);
}
.nav-logo-main span { color: var(--gold); }
.nav-logo-sub {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 18px;
}
.nav-links a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--text);
  position: relative;
  transition: color var(--ease);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--gold);
  transition: width var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

/* CTA */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--gold);
  color: var(--black);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: var(--radius);
  transition: background var(--ease), transform var(--ease);
}
.btn-cta:hover { background: var(--gold-light); transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--ease);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
.nav-mobile {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 100vh;
  background: rgba(5,5,5,0.98);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  z-index: 999;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 2px;
  transition: color var(--ease);
}
.nav-mobile a:hover { color: var(--gold); }
.nav-mobile .btn-cta { font-size: 1rem; padding: 12px 30px; }
.nav-mobile-close {
  position: absolute;
  top: 22px; right: 24px;
  font-size: 1.8rem;
  color: var(--silver);
  cursor: pointer;
  transition: color var(--ease);
}
.nav-mobile-close:hover { color: var(--gold); }

/* â”€â”€ Hero â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.05);
}
.hero-slide:first-child img {
  object-position: center;
}
.hero-slide:nth-child(2) {
  background:
    linear-gradient(rgba(0,0,0,0.38), rgba(0,0,0,0.38)),
    url("../images/img001.jpg") center/cover;
}
.hero-slide:nth-child(2) img {
  object-fit: contain;
  padding: 72px 4vw 82px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.42) 48%,
    rgba(0,0,0,0.7) 100%
  );
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0 0 0 0;
}
.hero-text {
  max-width: 700px;
  position: relative;
  z-index: 11;
  opacity: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-dim);
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 22px;
}
.hero-title {
  font-size: clamp(2rem, 5.5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}
.hero-title span { color: var(--gold); }
.hero-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: rgba(255,255,255,0.82);
  margin-bottom: 36px;
  max-width: 520px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: var(--gold);
  color: var(--black);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius);
  transition: all var(--ease);
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 25px rgba(200,168,75,0.35); }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border: 2px solid rgba(255,255,255,0.5);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: var(--radius);
  transition: all var(--ease);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* Hero controls */
.hero-prev, .hero-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 48px; height: 48px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 1rem;
  transition: all var(--ease);
  cursor: pointer;
}
.hero-prev { left: 24px; }
.hero-next { right: 24px; }
.hero-prev:hover, .hero-next:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

/* Hero dots */
.hero-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero-dot {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: all var(--ease);
}
.hero-dot.active { background: var(--gold); transform: scale(1.4); }

/* Hero scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scrollAnim 1.8s ease infinite;
}
@keyframes scrollAnim {
  0%   { opacity:1; transform:scaleY(1) translateY(0); }
  100% { opacity:0; transform:scaleY(0.5) translateY(20px); }
}

@keyframes heroFadeIn {
  from { opacity:0; transform:translateY(30px); }
  to   { opacity:1; transform:translateY(0); }
}

/* â”€â”€ Ticker / Marquee â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ticker {
  background: var(--gold);
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ticker-inner {
  display: inline-flex;
  animation: tickerScroll 180s linear infinite;
}
.ticker:hover .ticker-inner {
  animation-play-state: paused;
}
.ticker-group {
  display: inline-flex;
  align-items: center;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 40px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  transition: color var(--ease), background var(--ease);
}
.ticker-item:hover,
.ticker-item:focus-visible {
  color: var(--white);
  background: rgba(0,0,0,0.16);
  outline: none;
}
.ticker-item i { font-size: 0.7rem; }
@keyframes tickerScroll { from { transform:translateX(0); } to { transform:translateX(-50%); } }

/* â”€â”€ About â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#about {
  background:
    linear-gradient(rgba(26,26,26,0.93), rgba(26,26,26,0.93)),
    url("../images/img046.jpg") center/cover fixed;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.about-img-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-img-main {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: var(--radius-lg);
}
.about-img-badge {
  position: static;
  align-self: flex-end;
  margin-top: 16px;
  background: var(--gold);
  color: var(--black);
  padding: 22px 28px;
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow);
}
.about-img-badge .num {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
}
.about-img-badge .lbl {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.about-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.about-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin-bottom: 20px;
}
.about-desc {
  color: var(--silver);
  font-size: 0.93rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
.about-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: var(--text);
}
.about-list li i {
  color: var(--gold);
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* Stats bar */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: var(--dark3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 40px;
}
.stat-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--dark4);
  transition: background var(--ease);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: var(--dark4); }
.stat-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
}
.stat-num sup { font-size: 1.1rem; }
.stat-lbl {
  font-size: 0.72rem;
  color: var(--silver);
  letter-spacing: 1px;
  margin-top: 6px;
}

/* â”€â”€ Products â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#products {
  background:
    linear-gradient(rgba(17,17,17,0.94), rgba(17,17,17,0.96)),
    url("../images/img006.jpg") center/cover fixed;
}
.products-gallery-section {
  position: relative;
}
.anchor-jump {
  position: absolute;
  top: -86px;
}

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

.product-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.product-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card.featured img { object-position: center 42%; }
.product-card:hover img { transform: scale(1.08); }

.product-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: background var(--ease);
}
.product-card:hover .product-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.3) 60%);
}

.product-cat {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.product-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.product-desc {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.product-card:hover .product-desc { max-height: 80px; opacity: 1; }

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  margin-top: 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: all var(--ease);
}
.product-card:hover .product-link { opacity: 1; transform: translateY(0); }

/* Featured card (spans 2 columns) */
.product-card.featured { grid-column: span 2; aspect-ratio: 16/7; }

/* â”€â”€ Why Choose Us â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#why {
  background:
    linear-gradient(rgba(26,26,26,0.92), rgba(26,26,26,0.94)),
    url("../images/img052.jpg") center/cover fixed;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--dark3);
  border: 1px solid var(--dark4);
  border-radius: var(--radius-lg);
  padding: 36px 24px;
  text-align: center;
  transition: all var(--ease);
}
.why-card:hover {
  border-color: var(--gold-dim);
  background: var(--dark4);
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(200,168,75,0.12);
}
.why-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--gold-dim), var(--gold));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: var(--black);
}
.why-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.why-desc {
  font-size: 0.82rem;
  color: var(--silver);
  line-height: 1.7;
}

/* â”€â”€ Gallery â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#gallery { background: var(--dark); }

.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 8px 20px;
  border: 1.5px solid var(--dark4);
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--silver);
  transition: all var(--ease);
  cursor: pointer;
}
.filter-btn:hover, .filter-btn.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(200,168,75,0.08);
}

.gallery-grid {
  columns: 5;
  column-gap: 14px;
}
.gallery-item {
  break-inside: avoid;
  margin-bottom: 14px;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.gallery-item img {
  width: 100%;
  transition: transform 0.5s ease;
  border-radius: var(--radius);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(200,168,75,0.2);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity var(--ease);
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-overlay i { font-size: 1.5rem; color: var(--white); }

.gallery-load-more {
  text-align: center;
  margin-top: 40px;
}

.product-page-hub {
  margin-top: 76px;
  padding-top: 58px;
  border-top: 1px solid var(--dark4);
}

.product-hub-header {
  margin-bottom: 34px;
}

.product-page-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.product-page-card {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark2);
}

.product-page-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform var(--ease-slow), opacity var(--ease);
}

.product-page-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92), rgba(0,0,0,0.16));
}

.product-page-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.product-page-card:hover {
  border-color: var(--gold);
}

.product-page-card:hover img {
  transform: scale(1.06);
  opacity: 0.86;
}
.btn-load {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 36px;
  border: 2px solid var(--gold-dim);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: var(--radius);
  transition: all var(--ease);
  cursor: pointer;
}
.btn-load:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* â”€â”€ Lightbox â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.96);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}
#lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 1.8rem;
  color: var(--white);
  cursor: pointer;
  transition: color var(--ease);
  z-index: 1;
}
.lightbox-close:hover { color: var(--gold); }
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
  color: var(--white);
  cursor: pointer;
  transition: all var(--ease);
  z-index: 1;
}
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }
.lightbox-prev:hover, .lightbox-next:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

.lightbox-counter {
  position: absolute;
  bottom: 20px;
  left: 50%; transform: translateX(-50%);
  font-size: 0.8rem;
  color: var(--silver);
  letter-spacing: 2px;
}

/* Reviews */
.reviews-section {
  background: #eeeeee;
  color: #111;
}
.reviews-section .section-label { color: #99792a; }
.reviews-section .section-title {
  color: #1a1a1a;
  margin-bottom: 12px;
}
.reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}
.reviews-company {
  max-width: 820px;
  color: #111;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.65;
}
.reviews-rating {
  text-align: center;
  color: #111;
}
.feedback-rating {
  font-weight: 800;
  font-size: 0.96rem;
  margin-bottom: 8px;
}
.review-source {
  font-family: Arial, sans-serif;
  font-weight: 900;
  color: #99792a;
}
.rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
}
.rating-row strong {
  font-size: 1.35rem;
  line-height: 1;
}
.rating-stars,
.review-stars {
  color: #fbbc04;
  letter-spacing: 1px;
}
.rating-stars { font-size: 1.45rem; }
.reviews-rating p,
.review-date {
  color: #6d7480;
  font-size: 0.86rem;
}
.reviews-grid {
  columns: 3 300px;
  column-gap: 28px;
}
.review-card {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  margin: 0 0 24px;
  padding: 20px 20px 18px;
  color: #111;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
}
.review-card:hover {
  border-color: rgba(211, 177, 76, 0.75);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.review-card-tall { padding-bottom: 22px; }
.review-top,
.review-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.review-stars {
  font-size: 0.92rem;
  margin-bottom: 5px;
}
.review-source {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(153,121,42,0.32);
  border-radius: 50%;
  background: rgba(153,121,42,0.08);
  font-size: 0.82rem;
  line-height: 1;
}
.review-text {
  color: #050505;
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 18px 0 24px;
}
.review-author {
  align-items: center;
  color: #657184;
  font-size: 0.9rem;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  flex-shrink: 0;
  background: #2f6f2b;
}
.review-avatar.photo-avatar { background: linear-gradient(135deg, #1f8a70, #d3b14c); }
.review-avatar.pink { background: #e83e78; }
.review-avatar.orange { background: #f4511e; }
.review-avatar.green { background: #2f6f2b; }
.review-avatar.teal { background: #00897b; }
.review-avatar.magenta { background: #c2185b; }
.review-avatar.brown { background: #795548; }
.review-avatar.blue { background: #0288d1; }
.review-avatar.slate { background: #7e685f; }
.review-avatar.aqua { background: #009688; }

/* â”€â”€ CTA Banner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#cta-banner {
  background:
    linear-gradient(135deg, rgba(9,9,9,0.88) 0%, rgba(36,36,36,0.84) 100%),
    url("../images/img001.jpg") center/cover;
  border-top: 1px solid var(--dark4);
  border-bottom: 1px solid var(--dark4);
  padding: 70px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(200,168,75,0.07) 0%, transparent 70%);
}
.cta-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  position: relative;
}
.cta-sub {
  font-size: 0.95rem;
  color: var(--silver);
  margin-bottom: 36px;
  position: relative;
}
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}
.btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: #25d366;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: var(--radius);
  transition: all var(--ease);
}
.btn-wa:hover { background: #1eba58; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37,211,102,0.3); }

/* â”€â”€ Contact â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#contact {
  background:
    linear-gradient(rgba(17,17,17,0.94), rgba(17,17,17,0.96)),
    url("../images/img067.jpg") center/cover fixed;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.contact-info-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}
.contact-info-desc {
  font-size: 0.88rem;
  color: var(--silver);
  line-height: 1.8;
  margin-bottom: 36px;
}
.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-icon {
  width: 44px; height: 44px;
  background: rgba(200,168,75,0.1);
  border: 1px solid var(--gold-dim);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
}
.contact-item-title { font-size: 0.75rem; color: var(--silver); margin-bottom: 3px; }
.contact-item-val { font-size: 0.9rem; font-weight: 600; color: var(--white); }

.contact-social { display: flex; gap: 12px; margin-top: 32px; }
.social-btn {
  width: 40px; height: 40px;
  border: 1px solid var(--dark4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--silver);
  font-size: 0.95rem;
  transition: all var(--ease);
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,168,75,0.08); }

/* Direct contact */
.contact-direct {
  background: var(--dark2);
  border: 1px solid var(--dark4);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.contact-direct-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
}
.contact-direct-text {
  color: var(--silver);
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.contact-action-list {
  display: grid;
  gap: 14px;
}
.contact-action-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--dark4);
  border-radius: var(--radius);
  background: var(--dark3);
  color: var(--white);
  text-decoration: none;
  transition: border-color var(--ease), transform var(--ease), background var(--ease);
}
.contact-action-card:hover {
  border-color: var(--gold);
  background: rgba(200,168,75,0.08);
  transform: translateY(-1px);
}
.contact-action-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(200,168,75,0.12);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-action-card strong {
  display: block;
  font-size: 0.95rem;
  color: var(--white);
}
.contact-action-card small {
  display: block;
  color: var(--silver);
  margin-top: 4px;
  font-size: 0.82rem;
}

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#footer {
  background: var(--black);
  border-top: 1px solid var(--dark3);
  padding-top: 70px;
}
.footer-brand-bar {
  position: relative;
  overflow: hidden;
  margin-bottom: 44px;
  padding: 18px 0;
  border-top: 1px solid rgba(200,168,75,0.32);
  border-bottom: 1px solid rgba(200,168,75,0.22);
  background:
    linear-gradient(90deg, rgba(200,168,75,0.16), rgba(255,255,255,0.035) 42%, rgba(200,168,75,0.12)),
    #050505;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 18px 42px rgba(0,0,0,0.24);
}
.footer-brand-bar-inner {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
}
.footer-brand-bar img {
  display: block;
  width: min(100%, 980px);
  max-height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(200,168,75,0.16));
}
.location-footer .footer-brand-bar {
  margin-bottom: 26px;
  padding: 14px 0;
}
.location-footer .footer-brand-bar-inner {
  min-height: 72px;
}
.location-footer .footer-brand-bar img {
  width: min(100%, 780px);
  max-height: 130px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--dark3);
}
.footer-logo-main {
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 4px;
}
.footer-logo-main span { color: var(--gold); }
.footer-logo-sub {
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 4px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-tagline {
  font-size: 0.83rem;
  color: var(--silver);
  line-height: 1.7;
  margin-bottom: 22px;
}
.footer-col-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 0.85rem;
  color: var(--silver);
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--gold); }
.footer-contact-items { display: flex; flex-direction: column; gap: 12px; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--silver);
  line-height: 1.5;
}
.footer-contact-item i { color: var(--gold); margin-top: 2px; flex-shrink: 0; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-copy { font-size: 0.78rem; color: var(--text-muted); }
.footer-copy span { color: var(--gold); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a {
  font-size: 0.75rem;
  color: var(--text-muted);
  transition: color var(--ease);
}
.footer-bottom-links a:hover { color: var(--gold); }

/* â”€â”€ WhatsApp FAB â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#wa-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.wa-btn {
  width: 58px; height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: var(--white);
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform var(--ease), box-shadow var(--ease);
  cursor: pointer;
}
.wa-btn:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }
.wa-pulse {
  position: absolute;
  inset: -4px;
  border: 2px solid #25d366;
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}
@keyframes pulse {
  0%   { transform:scale(1); opacity:0.6; }
  100% { transform:scale(1.5); opacity:0; }
}
.wa-tooltip {
  background: var(--dark3);
  border: 1px solid var(--dark4);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all var(--ease);
  pointer-events: none;
}
#wa-fab:hover .wa-tooltip { opacity:1; transform:translateX(0); }

/* â”€â”€ Scroll to top â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#scroll-top {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 998;
  width: 42px; height: 42px;
  background: var(--dark3);
  border: 1px solid var(--dark4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--silver);
  font-size: 0.85rem;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all var(--ease);
}
#scroll-top.show { opacity:1; pointer-events:auto; }
#scroll-top:hover { background: var(--gold); border-color: var(--gold); color: var(--black); }

/* â”€â”€ AOS-like reveal animations â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].revealed { opacity:1; transform:translateY(0); }
[data-reveal][data-delay="1"] { transition-delay: 0.1s; }
[data-reveal][data-delay="2"] { transition-delay: 0.2s; }
[data-reveal][data-delay="3"] { transition-delay: 0.3s; }
[data-reveal][data-delay="4"] { transition-delay: 0.4s; }
[data-reveal][data-delay="5"] { transition-delay: 0.5s; }
[data-reveal][data-delay="6"] { transition-delay: 0.6s; }

.nav-logo img {
  width: min(100%, 138px);
  height: auto;
  max-height: 118px;
  display: block;
  justify-self: start;
}

.brand-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  color: #f7f7f2;
  line-height: 1.08;
  text-transform: none;
  justify-self: start;
  text-wrap: balance;
}

.brand-lockup::before {
  content: '';
  width: 3px;
  min-height: 42px;
  flex: 0 0 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold), var(--gold-dim));
  box-shadow: 0 0 16px rgba(200, 168, 75, 0.26);
}

.brand-lockup strong {
  font-family: var(--display-font);
  font-size: clamp(1.02rem, 1.68vw, 1.48rem);
  font-weight: 700;
  letter-spacing: 0.035em;
  word-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,0.08), 0 10px 26px rgba(0,0,0,0.35);
}

.brand-lockup small {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
}

/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 1100px) {
  .nav-links { gap: 18px; }
  .brand-lockup strong {
    font-size: 0.96rem;
    letter-spacing: 0.025em;
    word-spacing: 0.05em;
  }
  .brand-lockup small { font-size: 0.68rem; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card.featured { grid-column: span 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .product-page-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-head { grid-template-columns: 1fr; align-items: start; }
  .reviews-rating { text-align: left; }
  .rating-row { justify-content: flex-start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stats-row .stat-item:nth-child(2) { border-right: none; }
  .gallery-grid { columns: 3; }
}

@media (max-width: 820px) {
  .section { padding: 65px 0; }
  .nav-links, .btn-cta { display: none; }
  .hamburger { display: flex; }
  .nav-logo {
    grid-template-columns: minmax(88px, 24%) minmax(0, 1fr);
    gap: 12px;
  }
  .nav-logo img {
    width: min(100%, 96px);
    max-height: 88px;
  }
  .brand-lockup { gap: 8px; }
  .brand-lockup::before { min-height: 34px; }
  .brand-lockup strong {
    font-size: 0.78rem;
    letter-spacing: 0.018em;
    word-spacing: 0.035em;
  }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-img-badge { bottom: -10px; right: 10px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .product-card.featured { grid-column: span 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand-bar {
    margin-bottom: 34px;
    padding: 14px 0;
  }
  .footer-brand-bar-inner { min-height: 70px; }
  .footer-brand-bar img { max-height: 128px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .gallery-grid { columns: 2; }
  .hero-prev,
  .hero-next { display: none; }
  .hero-scroll { display: none; }
}

@media (max-width: 560px) {
  .nav-logo {
    grid-template-columns: minmax(72px, 30%) minmax(0, 1fr);
    gap: 10px;
  }
  .nav-logo img {
    width: min(100%, 80px);
    max-height: 74px;
  }
  .brand-lockup { display: flex; }
  .brand-lockup::before { display: none; }
  .brand-lockup strong {
    font-size: 0.68rem;
    line-height: 1.25;
    letter-spacing: 0.012em;
    word-spacing: 0.02em;
  }
  .products-grid { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: span 1; aspect-ratio: 4/3; }
  .product-page-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .reviews-grid { columns: 1; }
  .review-card { padding: 18px; }
  .footer-brand-bar { margin-bottom: 28px; }
  .footer-brand-bar-inner { min-height: 54px; }
  .footer-brand-bar img { max-height: 94px; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .contact-direct { padding: 24px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-outline { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .gallery-grid { columns: 2; }
}

