/* ============================================================
   Shyam Steel Industries — Luxury Theme
   Stainless Steel Japani Chokhat Door Frame Manufacturer
   ============================================================ */

:root {
  --bg-dark: #0c0f14;
  --bg-darker: #070910;
  --bg-panel: #11161f;
  --bg-panel-2: #161d28;
  --line: #242d3b;
  --line-soft: #1b232f;

  --gold: #c9a34e;
  --gold-light: #e6c878;
  --gold-deep: #a07f2f;

  --steel: #aeb8c8;
  --steel-light: #dfe5ee;

  --text: #eef2f8;
  --text-dim: #98a3b5;
  --text-mute: #6a7589;

  --radius: 12px;
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);

  --serif: 'Cormorant Garamond', Georgia, serif;
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Inter', system-ui, -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--body);
  color: var(--text);
  background: var(--bg-dark);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
/* Warm emphasis pops for bold text in copy */
p strong, .lead strong, .section-intro strong { color: var(--gold-light); font-weight: 600; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 48px);
}

/* Brushed-metal background texture */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.012) 0px,
    rgba(255, 255, 255, 0.012) 1px,
    transparent 1px,
    transparent 3px
  );
  pointer-events: none;
  z-index: 0;
}

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 12.5px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}

.section-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.08;
  letter-spacing: 0.5px;
  margin: 16px 0 0;
  /* Soft brushed-metal sheen on heading text */
  background: linear-gradient(176deg, #f6f9fd 0%, #dbe2ec 55%, #b9c3d2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--text);
}
.section-title .gold { font-style: italic; }

/* Luxe shimmering gold gradient for highlighted words */
.section-title .gold,
.hero h1 .gold,
.page-hero h1 .gold {
  background: linear-gradient(100deg, var(--gold-deep) 0%, var(--gold) 28%, #f7e6ac 50%, var(--gold) 72%, var(--gold-deep) 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-light);
  animation: goldSheen 7s linear infinite;
}
@keyframes goldSheen { to { background-position: 220% center; } }
@media (prefers-reduced-motion: reduce) {
  .section-title .gold, .hero h1 .gold, .page-hero h1 .gold { animation: none; }
}

.section-intro {
  color: var(--text-dim);
  max-width: 620px;
  margin-top: 18px;
  font-size: 16px;
}

section { position: relative; z-index: 1; }

.section-pad { padding: clamp(70px, 10vw, 130px) 0; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.35s var(--ease), border-color 0.35s, backdrop-filter 0.35s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(8, 11, 16, 0.82);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line-soft);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 78px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.brand-mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--gold);
  border-radius: 8px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 24px;
  color: var(--gold);
  background:
    linear-gradient(145deg, rgba(201, 163, 78, 0.14), rgba(201, 163, 78, 0.02));
  box-shadow: inset 0 0 18px rgba(201, 163, 78, 0.08);
}
/* Real logo on a clean tile (logo art has a white background) */
.brand-logo {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(201, 163, 78, 0.35);
}
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }

.brand-text { line-height: 1.2; }
.brand-name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.brand-sub {
  font-size: 9.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: var(--text-dim);
  padding: 10px 16px;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}
.nav a:hover, .nav a.active { color: var(--text); }

.header-cta {
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: var(--bg-darker);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  padding: 12px 22px;
  border-radius: 8px;
  transition: transform 0.18s var(--ease), box-shadow 0.25s;
  box-shadow: 0 6px 20px rgba(201, 163, 78, 0.18);
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(201, 163, 78, 0.3); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--text);
  transition: transform 0.3s var(--ease), opacity 0.3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 78px;
  overflow: hidden;
  /* Hero showcases the model + product photo, darkened on the left for headline contrast */
  background:
    radial-gradient(1100px 620px at 80% 10%, rgba(201, 163, 78, 0.10), transparent 58%),
    linear-gradient(95deg, rgba(7, 9, 16, 0.95) 0%, rgba(7, 9, 16, 0.82) 34%, rgba(7, 9, 16, 0.45) 62%, rgba(7, 9, 16, 0.12) 100%),
    url('../images/website-bg-model-product.jpg') center / cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
  width: 100%;
}
.hero-content { max-width: 640px; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
  background: rgba(255, 255, 255, 0.02);
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201, 163, 78, 0.6);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(201, 163, 78, 0.5); }
  70% { box-shadow: 0 0 0 11px rgba(201, 163, 78, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 163, 78, 0); }
}

.hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(46px, 7vw, 86px);
  line-height: 1.02;
  letter-spacing: 0.5px;
  margin: 26px 0 0;
  background: linear-gradient(184deg, #ffffff 0%, #e8edf4 48%, #c2cbd9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--text);
}
.hero h1 .gold { font-style: italic; }

.hero p.lead {
  margin-top: 24px;
  max-width: 540px;
  font-size: 17px;
  color: var(--text-dim);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.18s var(--ease), box-shadow 0.25s, background 0.25s, border-color 0.25s;
}
.btn-gold {
  color: var(--bg-darker);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 8px 26px rgba(201, 163, 78, 0.22);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(201, 163, 78, 0.34); }
.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-light); transform: translateY(-2px); }

.hero-stats {
  display: flex;
  gap: 36px;
  margin-top: 54px;
  flex-wrap: wrap;
}
.hero-stats .stat .num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 38px;
  color: var(--gold-light);
  line-height: 1;
}
.hero-stats .stat .lbl {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-mute);
}

/* Hero visual panel */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, #1a212d, #0d1118);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.55);
}
/* Real product photo filling the hero visual */
.hero-visual .hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* Simulated brushed steel door-frame visual built in pure CSS */
.hero-visual .frame {
  position: absolute;
  inset: 12%;
  border: 14px solid;
  border-image: linear-gradient(145deg, #e9eef5, #97a2b3 35%, #5d6878 60%, #cdd5e0) 1;
  box-shadow:
    inset 0 0 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(0,0,0,0.4);
}
.hero-visual .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(180deg, rgba(255,255,255,0.05) 0 2px, transparent 2px 5px);
}
.hero-visual .glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(201,163,78,0.18), transparent 55%);
}
.hero-visual .tag {
  position: absolute;
  left: 18px; bottom: 18px;
  background: rgba(8, 11, 16, 0.78);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 16px;
}
.hero-visual .tag b {
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gold-light);
}
.hero-visual .tag span { display: block; font-size: 11.5px; color: var(--text-dim); }

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-mute);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: cue 2s infinite; }
@keyframes cue { 0%,100% { opacity: 0.3; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   MARQUEE STRIP
   ============================================================ */
.strip {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-darker);
  overflow: hidden;
  padding: 18px 0;
}
.marquee {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  width: max-content;
  animation: scroll 28s linear infinite;
}
.marquee span {
  font-family: var(--display);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--text-mute);
  display: inline-flex;
  align-items: center;
  gap: 60px;
}
.marquee span::after { content: "◆"; color: var(--gold); font-size: 9px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   ABOUT
   ============================================================ */
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}
.about-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 1 / 1;
  /* Real installation photo behind the Est. 2024 ring, darkened in the centre for legibility */
  background:
    radial-gradient(circle at 50% 48%, rgba(7, 9, 16, 0.90) 0%, rgba(7, 9, 16, 0.55) 46%, rgba(7, 9, 16, 0.82) 100%),
    url('../images/gallery/gallery-04.jpg') center / cover no-repeat,
    linear-gradient(135deg, #161d28, #0b0e13);
  display: grid;
  place-items: center;
}
.about-visual .ring {
  width: 70%;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}
.about-visual .ring::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px dashed rgba(201,163,78,0.4);
  border-radius: 50%;
  animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.about-visual .ring .core {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  color: var(--gold-light);
  text-align: center;
  line-height: 1.2;
}
.about-visual .ring .core small {
  display: block;
  font-family: var(--display);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 6px;
}

.about-text p {
  color: var(--text-dim);
  margin-top: 20px;
}
.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 34px;
}
.about-point {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--bg-panel);
  transition: border-color 0.3s, transform 0.3s var(--ease);
}
.about-point:hover { border-color: var(--gold); transform: translateY(-4px); }
.about-point .ico {
  font-size: 22px;
  color: var(--gold);
}
.about-point h4 {
  font-family: var(--display);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 12px 0 6px;
}
.about-point p { font-size: 13.5px; color: var(--text-mute); margin: 0; }

/* ============================================================
   CATEGORIES
   ============================================================ */
.cat-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.cat-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px;
  background: linear-gradient(160deg, var(--bg-panel) 0%, var(--bg-darker) 100%);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}
.cat-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transition: transform 0.5s var(--ease);
}
.cat-card:hover { transform: translateY(-8px); border-color: var(--gold-deep); }
.cat-card:hover::before { transform: scaleX(1); }
/* Product photo banner at the top of each category card */
.cat-card .cat-media {
  margin: -30px -30px 22px;
  height: 180px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.cat-card .cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.cat-card:hover .cat-media img { transform: scale(1.06); }
.cat-card .cat-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--gold);
}
.cat-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 25px;
  margin: 14px 0 10px;
  line-height: 1.15;
}
.cat-card p { font-size: 14px; color: var(--text-mute); flex: 1; }
.cat-card .cat-link {
  margin-top: 18px;
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--gold-light);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.25s;
}
.cat-card:hover .cat-link { gap: 14px; }

/* ============================================================
   PRODUCTS
   ============================================================ */
.prod-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 44px;
}
.filter-btn {
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--text-dim);
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease);
}
.filter-btn:hover { color: var(--text); border-color: var(--text-mute); }
.filter-btn.active {
  color: var(--bg-darker);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  border-color: transparent;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.prod-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-panel);
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
}
.prod-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-deep);
  box-shadow: 0 24px 50px rgba(0,0,0,0.45);
}
.prod-img {
  position: relative;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #1c242f, #0e131b);
  display: grid;
  place-items: center;
  overflow: hidden;
}
/* CSS-drawn frame icon for each product image */
.prod-img .frame-ico {
  width: 52%;
  aspect-ratio: 3 / 4;
  border: 9px solid;
  border-image: linear-gradient(145deg, #e3e9f1, #8c97a8 40%, #5a6573 65%, #c4cdd9) 1;
  box-shadow: inset 0 0 22px rgba(0,0,0,0.5);
  transition: transform 0.5s var(--ease);
}
.prod-card:hover .frame-ico { transform: scale(1.06) rotate(-1deg); }
.prod-img .badge-cat {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--gold-light);
  background: rgba(8,11,16,0.8);
  border: 1px solid var(--line);
  padding: 5px 10px;
  border-radius: 100px;
}
.prod-body { padding: 18px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.prod-body h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.prod-body .spec { font-size: 12.5px; color: var(--text-mute); margin-top: 8px; flex: 1; }
.prod-body .prod-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}
.prod-body .moq { font-size: 12px; color: var(--text-dim); }
.prod-body .enquire {
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11.5px;
  color: var(--gold-light);
}
.prod-body .enquire:hover { color: var(--gold); }

/* ============================================================
   BRANCHES & UNITS
   ============================================================ */
.branches {
  background: var(--bg-darker);
  border-top: 1px solid var(--line-soft);
}
.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.branch-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 28px;
  background: linear-gradient(160deg, var(--bg-panel) 0%, var(--bg-darker) 100%);
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.branch-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s var(--ease);
}
.branch-card:hover {
  transform: translateY(-8px);
  border-color: var(--gold-deep);
  box-shadow: 0 24px 50px rgba(0,0,0,0.45);
}
.branch-card:hover::before { transform: scaleY(1); }
/* Product photo banner at the top of each branch card */
.branch-card .branch-media {
  margin: -32px -28px 22px;
  height: 170px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.branch-card .branch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.branch-card:hover .branch-media img { transform: scale(1.06); }
.branch-card .branch-tag {
  display: inline-block;
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 10.5px;
  color: var(--gold-light);
  border: 1px solid var(--gold-deep);
  background: rgba(201,163,78,0.06);
  padding: 4px 12px;
  border-radius: 100px;
}
.branch-card .ico {
  font-size: 30px;
  color: var(--gold);
  margin: 20px 0 6px;
}
.branch-card h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 25px;
  margin: 6px 0 10px;
}
.branch-card p { font-size: 14px; color: var(--text-mute); }
.branch-card .branch-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--gold-light);
  transition: gap 0.25s;
}
.branch-card:hover .branch-link { gap: 14px; }

/* ============================================================
   WHY US / STATS
   ============================================================ */
.why {
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(201,163,78,0.08), transparent 60%),
    var(--bg-darker);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.why-card {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 30px 24px;
  background: var(--bg-panel);
  overflow: hidden;
  transition: transform 0.35s var(--ease), border-color 0.35s;
}
.why-card:hover { transform: translateY(-6px); border-color: var(--gold); }
/* Photo banner at the top of each "why choose us" card */
.why-card .why-media {
  margin: -30px -24px 22px;
  height: 160px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-soft);
}
.why-card .why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.why-card:hover .why-media img { transform: scale(1.06); }
.why-card .ico {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border: 1px solid var(--gold-deep);
  border-radius: 12px;
  font-size: 24px;
  color: var(--gold);
  background: rgba(201,163,78,0.06);
}
.why-card h4 {
  font-family: var(--display);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 18px 0 8px;
}
.why-card p { font-size: 14px; color: var(--text-mute); }

.counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid var(--line-soft);
  text-align: center;
}
.counter .num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(40px, 6vw, 60px);
  color: var(--gold-light);
  line-height: 1;
}
.counter .lbl {
  margin-top: 10px;
  font-size: 12.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}
.contact-info .info-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line-soft);
}
.contact-info .info-row .ico {
  width: 46px; height: 46px; flex-shrink: 0;
  display: grid; place-items: center;
  border: 1px solid var(--gold-deep);
  border-radius: 10px;
  color: var(--gold);
  font-size: 20px;
  background: rgba(201,163,78,0.05);
}
.contact-info .info-row h5 {
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--text-mute);
  margin-bottom: 4px;
}
.contact-info .info-row p, .contact-info .info-row a { font-size: 15.5px; color: var(--text); }
.contact-info .info-row a:hover { color: var(--gold-light); }

.contact-form {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(26px, 4vw, 40px);
  background: linear-gradient(160deg, var(--bg-panel), var(--bg-darker));
}
.contact-form h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 6px;
}
.contact-form .form-sub { color: var(--text-mute); font-size: 14px; margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 15px;
  background: var(--bg-darker);
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group select { cursor: pointer; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-mute); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 163, 78, 0.14);
}
.form-msg {
  margin-top: 14px;
  font-size: 14px;
  color: var(--gold-light);
  min-height: 20px;
}
.contact-form .btn-gold { width: 100%; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  position: relative;
  z-index: 1;
  background: var(--bg-darker);
  border-top: 1px solid var(--line);
  padding-top: 70px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-brand .brand { margin-bottom: 20px; }
.footer-brand p { color: var(--text-mute); font-size: 14px; max-width: 320px; }
.footer-social { display: flex; gap: 12px; margin-top: 22px; }
.footer-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--text-dim);
  transition: all 0.25s var(--ease);
}
.footer-social a:hover { color: var(--gold-light); border-color: var(--gold); transform: translateY(-3px); }

.footer-col h5 {
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--text);
  margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: var(--text-mute); font-size: 14px; transition: color 0.2s, padding 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); padding-left: 5px; }

.footer-contact p { color: var(--text-mute); font-size: 14px; margin-bottom: 14px; display: flex; gap: 10px; align-items: flex-start; }
.footer-contact p .ico { color: var(--gold); flex-shrink: 0; }
.footer-contact a { color: var(--text-mute); }
.footer-contact a:hover { color: var(--gold-light); }

.footer-bottom {
  border-top: 1px solid var(--line-soft);
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--text-mute);
}
.footer-bottom a { color: var(--text-mute); }
.footer-bottom a:hover { color: var(--gold-light); }
.footer-bottom .credits { display: flex; gap: 20px; flex-wrap: wrap; }

/* Floating WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.25s var(--ease);
}
.whatsapp-float:hover { transform: scale(1.1) translateY(-2px); }

/* Footer logo a touch larger */
.footer-brand .brand-logo { width: 58px; height: 58px; }

/* ============================================================
   USP RIBBON (rust & termite free)
   ============================================================ */
.usp-ribbon {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold));
  color: #1a1205;
  text-align: center;
  padding: 14px 20px;
  font-family: var(--display);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.usp-ribbon span { opacity: 0.8; font-weight: 500; }

/* ============================================================
   INNER PAGE HERO / BANNER
   ============================================================ */
.page-hero {
  position: relative;
  padding: calc(78px + clamp(50px, 9vw, 90px)) 0 clamp(50px, 8vw, 80px);
  /* Optional gallery photo via --hero-bg (set per page), under a heavy dark overlay */
  background:
    radial-gradient(900px 480px at 80% 0%, rgba(201, 163, 78, 0.12), transparent 58%),
    linear-gradient(165deg, rgba(10, 13, 18, 0.93) 0%, rgba(7, 9, 16, 0.90) 55%, rgba(7, 9, 16, 0.95) 100%),
    var(--hero-bg, none) center / cover no-repeat,
    var(--bg-darker);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0 1px, transparent 1px 3px);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.05;
  margin-top: 16px;
  background: linear-gradient(184deg, #ffffff 0%, #e8edf4 48%, #c2cbd9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--text);
}
.page-hero h1 .gold { font-style: italic; }
.page-hero p { color: var(--text-dim); max-width: 620px; margin-top: 16px; font-size: 16px; }
.breadcrumb {
  display: flex;
  gap: 8px;
  font-size: 13px;
  color: var(--text-mute);
  letter-spacing: 0.5px;
}
.breadcrumb a { color: var(--text-mute); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb .sep { color: var(--gold); }

/* ============================================================
   ABOUT PAGE — fact list & proprietor
   ============================================================ */
.fact-list { margin-top: 30px; display: grid; gap: 0; }
.fact-list .fact {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.fact-list .fact .k {
  font-family: var(--display);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12.5px;
  color: var(--gold);
}
.fact-list .fact .v { color: var(--text); font-size: 15px; }

.proprietor-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
  background: linear-gradient(160deg, var(--bg-panel), var(--bg-darker));
  text-align: center;
}
.proprietor-card .avatar {
  width: 92px; height: 92px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif);
  font-size: 38px;
  color: var(--gold-light);
  border: 1px solid var(--gold-deep);
  background: rgba(201,163,78,0.06);
  overflow: hidden;
}
.proprietor-card .avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.proprietor-card h4 { font-family: var(--serif); font-weight: 600; font-size: 24px; }
.proprietor-card .role {
  font-family: var(--display);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gold);
  margin-top: 4px;
}
.proprietor-card p { color: var(--text-mute); font-size: 14px; margin-top: 16px; }

/* ============================================================
   MAP EMBED
   ============================================================ */
.map-wrap {
  margin-top: 50px;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  height: 380px;
}
.map-wrap iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.25) contrast(1.05); }

.branch-card .branch-lines { margin-top: 10px; }
.branch-card .branch-lines span { display: block; font-size: 14px; color: var(--text-dim); }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

/* ============================================================
   PRODUCT SVG ART + CLICKABLE CARDS
   ============================================================ */
.prod-card { cursor: pointer; outline: none; }
.prod-card:focus-visible { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,163,78,0.25); }
.prod-img .psvg {
  width: 80%;
  height: 80%;
  transition: transform 0.5s var(--ease);
  filter: drop-shadow(0 8px 18px rgba(0,0,0,0.5));
}
.prod-card:hover .prod-img .psvg { transform: scale(1.06) rotate(-1deg); }
/* Real product photos */
.prod-img .pimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.prod-card:hover .prod-img .pimg { transform: scale(1.06); }
.prod-body .spec { color: var(--gold-light); font-weight: 600; font-size: 16px; }
.prod-body .spec .unit { color: var(--text-mute); font-weight: 400; font-size: 12.5px; }

/* ============================================================
   PRODUCT DETAIL MODAL
   ============================================================ */
.prod-modal { position: fixed; inset: 0; z-index: 200; display: none; }
.prod-modal.open { display: block; }
.pm-backdrop { position: absolute; inset: 0; background: rgba(4, 6, 10, 0.78); backdrop-filter: blur(6px); }
.pm-dialog {
  position: relative;
  max-width: 880px;
  margin: 6vh auto;
  width: calc(100% - 36px);
  max-height: 88vh;
  overflow-y: auto;
  background: linear-gradient(160deg, var(--bg-panel), var(--bg-darker));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
  animation: pmIn 0.35s var(--ease);
}
@keyframes pmIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.pm-close {
  position: absolute; top: 14px; right: 14px; z-index: 2;
  width: 38px; height: 38px; border-radius: 9px;
  border: 1px solid var(--line); background: rgba(0,0,0,0.3);
  color: var(--text); font-size: 16px; cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.pm-close:hover { border-color: var(--gold); color: var(--gold-light); }
.pm-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 0; }
.pm-visual {
  display: grid; place-items: center;
  background: linear-gradient(135deg, #1c242f, #0e131b);
  border-right: 1px solid var(--line);
  border-radius: 18px 0 0 18px;
  min-height: 320px; padding: 30px;
}
.pm-visual .psvg { width: 78%; filter: drop-shadow(0 10px 22px rgba(0,0,0,0.55)); }
.pm-visual .pimg {
  width: 100%;
  height: 100%;
  max-height: 60vh;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.55));
}
.pm-info { padding: clamp(24px, 4vw, 38px); }
.pm-info h3 { font-family: var(--serif); font-weight: 600; font-size: clamp(24px, 3vw, 32px); margin: 12px 0 10px; line-height: 1.15; }
.pm-price { font-family: var(--serif); font-weight: 600; font-size: 28px; color: var(--gold-light); }
.pm-price span { font-size: 14px; color: var(--text-mute); font-family: var(--body); }
.pm-moq { font-size: 13px; color: var(--text-dim); margin-top: 6px; }
.pm-desc { color: var(--text-dim); font-size: 14.5px; margin: 18px 0; line-height: 1.7; }
.pm-specs { width: 100%; border-collapse: collapse; margin-bottom: 24px; }
.pm-specs td { padding: 10px 0; border-bottom: 1px solid var(--line-soft); font-size: 14px; vertical-align: top; }
.pm-specs td:first-child { color: var(--text-mute); width: 45%; text-transform: capitalize; }
.pm-specs td:last-child { color: var(--text); font-weight: 500; }
.pm-wa { width: 100%; justify-content: center; }

/* ============================================================
   CHATBOT WIDGET
   ============================================================ */
.ssi-chat { position: fixed; right: 20px; bottom: 20px; z-index: 150; }
.ssi-chat-toggle {
  position: relative;
  width: 60px; height: 60px;
  border: none; border-radius: 50%;
  background: #25d366; color: #fff; cursor: pointer;
  display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.42);
  transition: transform 0.25s var(--ease), background 0.3s;
}
.ssi-chat-toggle:hover { transform: scale(1.07); }
.ssi-chat-toggle .ico-close { display: none; font-size: 22px; }
.ssi-chat.open .ssi-chat-toggle { background: var(--bg-panel); box-shadow: 0 12px 30px rgba(0,0,0,0.5); }
.ssi-chat.open .ssi-chat-toggle .ico-chat { display: none; }
.ssi-chat.open .ssi-chat-toggle .ico-close { display: block; color: var(--gold-light); }

.ssi-chat-panel {
  position: absolute;
  right: 0; bottom: 74px;
  width: min(360px, calc(100vw - 32px));
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
  transform: translateY(16px) scale(0.96);
  opacity: 0; pointer-events: none;
  transform-origin: bottom right;
  transition: opacity 0.28s var(--ease), transform 0.28s var(--ease);
}
.ssi-chat.open .ssi-chat-panel { opacity: 1; transform: none; pointer-events: auto; }
.ssi-chat-head {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, #0f1520, #161d28);
  border-bottom: 1px solid var(--line);
}
.ssi-chat-avatar { width: 40px; height: 40px; border-radius: 10px; background: #fff; padding: 3px; flex-shrink: 0; }
.ssi-chat-avatar img { width: 100%; height: 100%; object-fit: contain; }
.ssi-chat-head strong { display: block; font-size: 14.5px; }
.ssi-chat-status { font-size: 11.5px; color: #43d676; }
.ssi-chat-x { margin-left: auto; background: none; border: none; color: var(--text-mute); font-size: 16px; cursor: pointer; }
.ssi-chat-x:hover { color: var(--text); }
.ssi-chat-body { max-height: 280px; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.ssi-msg { max-width: 86%; }
.ssi-msg p { padding: 11px 14px; border-radius: 12px; font-size: 13.5px; line-height: 1.5; }
.ssi-msg.bot { align-self: flex-start; }
.ssi-msg.bot p { background: var(--bg-panel-2); border: 1px solid var(--line-soft); border-bottom-left-radius: 4px; color: var(--text); }
.ssi-msg.user { align-self: flex-end; }
.ssi-msg.user p { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1a1205; border-bottom-right-radius: 4px; font-weight: 500; }
.ssi-chat-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 16px 14px; max-height: 132px; overflow-y: auto; }
.ssi-chip {
  font-size: 12px; color: var(--gold-light);
  background: rgba(201,163,78,0.06); border: 1px solid var(--gold-deep);
  border-radius: 100px; padding: 7px 12px; cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.ssi-chip:hover { background: var(--gold); color: #1a1205; }
.ssi-chat-foot { padding: 14px 16px; border-top: 1px solid var(--line); }
.ssi-wa-btn {
  display: block; text-align: center;
  background: #25d366; color: #fff;
  font-family: var(--display); letter-spacing: 1px; text-transform: uppercase;
  font-size: 13px; font-weight: 600;
  padding: 12px; border-radius: 10px;
  transition: transform 0.2s var(--ease);
}
.ssi-wa-btn:hover { transform: translateY(-2px); }

/* ============================================================
   FOOTER DEVELOPER CREDIT
   ============================================================ */
.footer-dev {
  text-align: center;
  padding: 16px 0 26px;
  font-size: 12.5px;
  color: var(--text-mute);
  letter-spacing: 0.3px;
}
.footer-dev a { color: var(--gold); }
.footer-dev a:hover { color: var(--gold-light); }

/* ============================================================
   BLOG
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card {
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  background: var(--bg-panel); display: flex; flex-direction: column;
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s;
}
.blog-card:hover { transform: translateY(-6px); border-color: var(--gold-deep); box-shadow: 0 24px 50px rgba(0,0,0,0.45); }
.blog-thumb {
  position: relative;
  aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden;
  background: linear-gradient(135deg, #1c242f, #0e131b); border-bottom: 1px solid var(--line);
}
.blog-thumb .psvg { width: 46%; opacity: 0.95; filter: drop-shadow(0 8px 16px rgba(0,0,0,0.5)); }
.blog-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.6s var(--ease);
}
.blog-card:hover .blog-thumb img { transform: scale(1.06); }
.blog-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,9,16,0.55));
  pointer-events: none;
}
.blog-card .blog-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.blog-tag { font-family: var(--display); letter-spacing: 1.5px; text-transform: uppercase; font-size: 11px; color: var(--gold); }
.blog-card h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; line-height: 1.25; margin: 10px 0; }
.blog-card p { color: var(--text-mute); font-size: 14px; flex: 1; }
.blog-card .blog-link { margin-top: 16px; font-family: var(--display); letter-spacing: 1px; text-transform: uppercase; font-size: 12px; color: var(--gold-light); }
.blog-meta { font-size: 12px; color: var(--text-mute); margin-top: 8px; }

/* ============================================================
   ARTICLE / LEGAL PROSE
   ============================================================ */
.prose { max-width: 820px; }
.prose h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(26px, 3.5vw, 36px); margin: 38px 0 14px; }
.prose h3 { font-family: var(--display); letter-spacing: 0.5px; text-transform: uppercase; font-size: 18px; margin: 28px 0 10px; color: var(--gold-light); }
.prose p { color: var(--text-dim); margin-bottom: 16px; line-height: 1.8; }
.prose ul, .prose ol { color: var(--text-dim); margin: 0 0 18px 22px; line-height: 1.8; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li { margin-bottom: 8px; }
.prose strong { color: var(--text); }
.prose a { color: var(--gold-light); text-decoration: underline; }
.prose blockquote {
  border-left: 3px solid var(--gold);
  padding: 6px 0 6px 20px; margin: 22px 0;
  color: var(--text); font-style: italic; font-family: var(--serif); font-size: 19px;
}
.article-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: 13px; color: var(--text-mute); }
.article-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.toc {
  border: 1px solid var(--line-soft); border-radius: 12px; padding: 20px 24px; margin-bottom: 30px;
  background: var(--bg-panel);
}
.toc h4 { font-family: var(--display); letter-spacing: 1px; text-transform: uppercase; font-size: 13px; color: var(--gold); margin-bottom: 12px; }
.toc ul { list-style: none; margin: 0; }
.toc li { margin-bottom: 8px; }
.toc a { color: var(--text-dim); font-size: 14px; }
.toc a:hover { color: var(--gold-light); }

/* FAQ accordion */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  padding: 22px 40px 22px 0; position: relative;
  font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--text);
}
.faq-q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 26px; transition: transform 0.3s; }
.faq-item.open .faq-q::after { transform: translateY(-50%) rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-a p { color: var(--text-dim); padding: 0 0 22px; line-height: 1.8; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 420px; }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .branch-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .pm-grid { grid-template-columns: 1fr; }
  .pm-visual { border-right: none; border-bottom: 1px solid var(--line); border-radius: 18px 18px 0 0; min-height: 240px; }
}

@media (max-width: 860px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: auto;
    right: clamp(16px, 5vw, 48px);
    width: min(244px, 74vw);
    background: rgba(8, 11, 16, 0.97);
    backdrop-filter: blur(14px);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.55);
    padding: 10px 12px 12px;
    gap: 2px;
  }
  .nav.mobile-open a { padding: 13px 14px; text-align: right; border-bottom: 1px solid var(--line-soft); border-radius: 8px; }
  .nav.mobile-open a:last-child { border-bottom: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { max-width: 380px; }
  .counters { grid-template-columns: repeat(2, 1fr); gap: 36px 22px; }
  /* Portrait (9:11) hero image for mobile, with vertical dark overlay for legible text */
  .hero {
    background:
      linear-gradient(180deg, rgba(7, 9, 16, 0.90) 0%, rgba(7, 9, 16, 0.70) 46%, rgba(7, 9, 16, 0.84) 100%),
      url('../images/website-bg-model-product-9x11.jpg') center / cover no-repeat;
  }
}

@media (max-width: 600px) {
  .cat-grid, .prod-grid, .why-grid, .blog-grid { grid-template-columns: 1fr; }
  .about-points { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 28px; }
  .hero-stats .stat .num { font-size: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .fact-list .fact { grid-template-columns: 1fr; gap: 4px; }
  .map-wrap { height: 300px; }
  .container { padding: 0 18px; }
  .prod-grid { gap: 16px; }
  .pm-dialog { margin: 0; width: 100%; min-height: 100vh; max-height: 100vh; border-radius: 0; }
  .pm-visual { border-radius: 0; }
  .ssi-chat { right: 14px; bottom: 14px; }
  .ssi-chat-panel { bottom: 70px; }
  .hero-actions .btn, .btn { width: 100%; justify-content: center; }
  .hero-actions { flex-direction: column; }
}

/* Universal small-tap-target & overflow safety */
@media (max-width: 380px) {
  .brand-name { font-size: 15px; }
  .brand-sub { font-size: 8.5px; }
  .section-title { font-size: 28px; }
}

/* ============================================================
   WORK GALLERY — infinite marquee slider
   ============================================================ */
.gallery .cat-head { margin-bottom: 42px; }
.gallery-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.gallery-track {
  display: flex;
  width: max-content;
  animation: galleryScroll 70s linear infinite;
}
.gallery-marquee:hover .gallery-track { animation-play-state: paused; }
.gslide {
  flex: 0 0 auto;
  width: 230px;
  height: 310px;
  margin: 0 18px 0 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-panel);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}
.gslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s var(--ease);
}
.gslide:hover img { transform: scale(1.05); }
@keyframes galleryScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-track { animation-duration: 120s; }
}
@media (max-width: 600px) {
  .gslide { width: 168px; height: 234px; margin-right: 12px; }
  .gallery-track { animation-duration: 48s; }
}
