/* ============================================================
   ASHA PAINTS — DESIGN SYSTEM
   ============================================================ */
:root {
  --ink: #17141f;
  --ink-soft: #2a2536;
  --canvas: #f7f4ee;
  --paper: #ffffff;
  --muted: #6d6779;
  --line: #e5e0d6;
  --accent: #e8482b;
  --accent-dark: #c33518;
  --teal: #2fa8a0;
  --gold: #e8b84b;
  --blue: #4b9fe8;
  --violet: #8b6fc7;
  --grad-paint: linear-gradient(100deg, #e8482b, #e8b84b 30%, #2fa8a0 60%, #4b9fe8 85%, #8b6fc7);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 40px rgba(23, 20, 31, 0.09);
  --shadow-lg: 0 24px 70px rgba(23, 20, 31, 0.16);
  --font-display: "Poppins", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-body);
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg, video, canvas { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }
::selection { background: var(--accent); color: #fff; }

h1, h2, h3, .display { font-family: var(--font-display); font-weight: 700; line-height: 1.16; letter-spacing: -0.02em; }

.wrap { width: min(1240px, 92vw); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 128px) 0; position: relative; }
.section--paper { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--canvas); }
.section--ink .eyebrow { color: var(--gold); }
.section--ink .sec-sub, .section--ink .muted { color: rgba(247, 244, 238, 0.66); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 2px; background: var(--grad-paint); }

.sec-title { font-size: clamp(30px, 4.6vw, 54px); margin-bottom: 16px; max-width: 18ch; }
.sec-title.center { margin-inline: auto; text-align: center; }
.sec-sub { color: var(--muted); font-size: clamp(15px, 1.6vw, 18px); max-width: 58ch; }
.sec-head { margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head.center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 15px;
  overflow: hidden; transition: color 0.35s, transform 0.25s, box-shadow 0.35s;
  isolation: isolate;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit;
  background: var(--accent-dark);
  transform: translateY(101%); transition: transform 0.4s cubic-bezier(0.6, 0, 0.2, 1);
}
.btn:hover::after { transform: translateY(0); }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 26px rgba(232, 72, 43, 0.32); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark::after { background: var(--accent); }
.btn--ghost { background: transparent; color: inherit; border: 1.5px solid currentColor; }
.btn--ghost::after { background: var(--ink); }
.btn--ghost:hover { color: #fff; border-color: var(--ink); }
.section--ink .btn--ghost::after { background: var(--canvas); }
.section--ink .btn--ghost:hover { color: var(--ink); border-color: var(--canvas); }
.btn--sm { padding: 10px 20px; font-size: 13.5px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background 0.4s, box-shadow 0.4s, transform 0.4s;
}
.site-header.scrolled {
  background: rgba(247, 244, 238, 0.86); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.site-header .bar {
  height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 27px; font-weight: 800; letter-spacing: 0.02em; }
.logo-drop {
  width: 30px; height: 30px; border-radius: 50% 50% 50% 4px; transform: rotate(45deg);
  background: conic-gradient(from 180deg, #e8482b, #e8b84b, #2fa8a0, #4b9fe8, #8b6fc7, #e8482b);
  box-shadow: inset 0 0 0 3px var(--canvas), 0 4px 12px rgba(23,20,31,0.2);
}
.logo-mark {
  width: 52px; height: 52px; border-radius: 50%; object-fit: contain;
  filter: drop-shadow(0 3px 10px rgba(23,20,31,0.22)); flex: none;
}
/* footer me logo bada */
.site-footer .logo-mark { width: 88px; height: 88px; }
.site-footer .logo { font-size: 30px; align-items: center; }
.logo .logo-sub { font-weight: 800; color: var(--accent); margin-left: -2px; }
.main-nav { display: flex; gap: 22px; align-items: center; flex-wrap: nowrap; white-space: nowrap; }
.main-nav a { font-size: 14px; font-weight: 550; color: var(--ink-soft); position: relative; padding: 6px 0; line-height: 1; display: inline-flex; align-items: center; gap: 4px; }
.nav-item { display: flex; align-items: center; }
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--grad-paint); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform 0.35s;
}
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
/* ---- mega menu (same palette, no new colours) ---- */
.nav-item { position: relative; }
.nav-item > a .caret { font-size: 9px; opacity: .55; transition: transform .3s; display: inline-block; }
.nav-item:hover > a .caret { transform: rotate(180deg); }
.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 24px 26px; min-width: max-content;
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, transform .25s;
  z-index: 110;
}
.nav-item:hover .mega, .nav-item:focus-within .mega {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
}
.mega::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.mega-inner { display: flex; gap: 34px; }
.mega-col { min-width: 168px; }
.mega-col h6 {
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 10px; font-weight: 700;
}
.mega-col a {
  display: block; padding: 6px 0; font-size: 14px; color: var(--ink-soft); font-weight: 500;
  transition: color .2s, padding-left .2s;
}
.mega-col a::after { display: none; }
.mega-col a:hover { color: var(--accent); padding-left: 5px; }

/* ---- global search ---- */
.search-btn {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  border: 1.5px solid var(--line); background: var(--paper); font-size: 15px; transition: border-color .25s;
}
.search-btn:hover { border-color: var(--ink); }
.search-overlay {
  position: fixed; inset: 0; z-index: 140; background: rgba(23,20,31,.55);
  backdrop-filter: blur(6px); display: none; padding: 12vh 20px 20px;
}
.search-overlay.open { display: block; }
.search-box {
  width: min(680px, 100%); margin-inline: auto; background: var(--paper);
  border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden;
}
.search-box input {
  width: 100%; padding: 22px 26px; border: none; font: inherit; font-size: 18px; outline: none;
  border-bottom: 1px solid var(--line); background: var(--paper); color: var(--ink);
}
.search-results { max-height: 56vh; overflow-y: auto; }
.sr-group { padding: 12px 0 4px; }
.sr-group h6 {
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
  padding: 0 26px 6px;
}
.sr-item {
  display: flex; align-items: center; gap: 13px; padding: 11px 26px; cursor: pointer;
  transition: background .18s; color: inherit;
}
.sr-item:hover, .sr-item.on { background: var(--canvas); }
.sr-sw { width: 30px; height: 30px; border-radius: 8px; flex: none; box-shadow: inset 0 0 0 1px rgba(0,0,0,.09); }
.sr-item .t { font-size: 14.5px; font-weight: 600; }
.sr-item .s { font-size: 12.5px; color: var(--muted); }
.sr-empty { padding: 34px 26px; text-align: center; color: var(--muted); font-size: 14px; }

.lang-btn {
  padding: 7px 14px; border-radius: 999px; border: 1.5px solid var(--line);
  background: var(--paper); font-size: 13px; font-weight: 650; color: var(--ink-soft);
  transition: border-color .25s, color .25s;
}
.lang-btn:hover { border-color: var(--ink); color: var(--ink); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 10px; z-index: 130; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform 0.35s, opacity 0.3s; }

/* Fullscreen mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 120; background: var(--ink); color: var(--canvas);
  display: flex; flex-direction: column; justify-content: center; padding: 10vh 8vw;
  clip-path: circle(0% at calc(100% - 48px) 38px); transition: clip-path 0.65s cubic-bezier(0.7, 0, 0.2, 1);
  visibility: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { clip-path: circle(150% at calc(100% - 48px) 38px); visibility: visible; }
.mobile-menu a { font-family: var(--font-display); font-size: clamp(19px, 4.8vw, 30px); padding: 6px 0; opacity: 0.85; }
.mobile-menu a:hover { opacity: 1; color: var(--gold); }
.mobile-menu .mm-contact { margin-top: 22px; font-size: 13px; opacity: 0.6; line-height: 1.8; }
body.menu-open { overflow: hidden; }
body.menu-open .nav-toggle span { background: var(--canvas); }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100svh; display: flex; align-items: center; position: relative;
  padding-top: var(--header-h); overflow: hidden;
}
#paintCanvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-inner { position: relative; z-index: 2; padding: 26px 0 20px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 16px; border-radius: 999px;
  background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); border: 1px solid var(--line);
  font-size: 13px; font-weight: 600; margin-bottom: 16px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); }
.hero h1 {
  font-size: clamp(32px, 4.6vw, 58px); max-width: 16ch; margin-bottom: 14px;
}
.hero h1 .grad { color: var(--accent-dark); }
.hero-sub { font-size: clamp(15px, 1.6vw, 18px); color: var(--ink-soft); max-width: 52ch; margin-bottom: 22px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.hero-strip { display: flex; gap: 0; border-radius: 12px; overflow: hidden; width: min(420px, 80vw); height: 14px; box-shadow: var(--shadow); }
.hero-strip span { flex: 1; }
.scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2;
  font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-hint::after {
  content: ""; width: 1.5px; height: 42px; background: linear-gradient(var(--muted), transparent);
  animation: drip 1.8s ease-in-out infinite;
}
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 56% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.cat-card {
  position: relative; background: var(--paper); border-radius: var(--radius); padding: 30px 26px 26px;
  border: 1px solid var(--line); overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px;
  background: var(--cat-hue, var(--accent));
  transform: scaleX(0.25); transform-origin: left; transition: transform 0.45s;
}
.cat-card:hover::before { transform: scaleX(1); }
.cat-swatch {
  width: 52px; height: 52px; border-radius: 50% 50% 50% 6px; transform: rotate(45deg);
  background: var(--cat-hue, var(--accent)); margin-bottom: 20px; opacity: 0.92;
  box-shadow: inset -6px -6px 14px rgba(0,0,0,0.14), inset 4px 4px 10px rgba(255,255,255,0.35);
}
.cat-card h3 { font-size: 21px; margin-bottom: 8px; }
.cat-card p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
.cat-card .link { font-size: 13.5px; font-weight: 650; color: var(--accent); }

.prod-card {
  background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform 0.35s, box-shadow 0.35s;
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.prod-visual { height: 190px; position: relative; display: grid; place-items: center; overflow: hidden; }
.prod-can {
  width: 92px; height: 112px; border-radius: 10px 10px 14px 14px; position: relative;
  background: linear-gradient(160deg, #fdfdfc, #e9e6df 70%);
  box-shadow: 0 14px 28px rgba(23,20,31,0.18), inset 0 3px 0 rgba(255,255,255,0.8);
  transition: transform 0.4s;
}
.prod-card:hover .prod-can { transform: translateY(-5px) rotate(-2.5deg); }
.prod-can::before {
  content: ""; position: absolute; top: -7px; left: 6px; right: 6px; height: 12px; border-radius: 6px;
  background: linear-gradient(#cfcbc2, #b5b1a8);
}
.prod-can .label {
  position: absolute; inset: 26px 8px 14px; border-radius: 6px; background: var(--paper);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  font-size: 7.5px; font-weight: 800; letter-spacing: 0.06em; text-align: center; padding: 4px;
  color: var(--ink-soft);
}
.prod-can .label .band { width: 82%; height: 13px; border-radius: 3px; }
/* Real product photos — sab uniform 900x900 white squares */
.prod-visual--img { background: #ffffff; }
.prod-visual--img img {
  width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain;
  transition: transform 0.4s;
}
.prod-card:hover .prod-visual--img img { transform: translateY(-5px) rotate(-2deg) scale(1.03); }
.warranty-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--ink); color: #fff; font-size: 10.5px; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(23,20,31,0.3);
}
.prod-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.prod-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.prod-body h3 { font-size: 20px; }
.prod-body .line { font-size: 13.5px; color: var(--muted); flex: 1; }
.prod-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-size: 11.5px; font-weight: 600; padding: 5px 12px; border-radius: 999px;
  background: var(--canvas); border: 1px solid var(--line); color: var(--ink-soft);
}
.prod-actions { display: flex; gap: 9px; margin-top: 8px; }

/* ---------- Shades ---------- */
.swatch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 14px; }
.swatch {
  border-radius: var(--radius-sm); overflow: hidden; background: var(--paper);
  border: 1px solid var(--line); cursor: pointer; text-align: left;
  transition: transform 0.3s, box-shadow 0.3s; position: relative;
}
.swatch:hover { transform: translateY(-4px) scale(1.02); box-shadow: var(--shadow-lg); z-index: 2; }
.swatch .chipclr { height: 86px; }
.swatch .info { padding: 10px 12px 12px; }
.swatch .nm { font-size: 12.5px; font-weight: 650; line-height: 1.25; }
.swatch .cd { font-size: 10.5px; color: var(--muted); letter-spacing: 0.05em; }
.swatch .fav {
  position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,0.85); display: grid; place-items: center; font-size: 13px;
  opacity: 0; transition: opacity 0.25s;
}
.swatch:hover .fav, .swatch .fav.on { opacity: 1; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; align-items: center; }
.fbtn {
  padding: 9px 18px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper);
  font-size: 13px; font-weight: 600; color: var(--ink-soft); transition: all 0.25s;
}
.fbtn:hover { border-color: var(--ink); }
.fbtn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.search-input {
  padding: 11px 20px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--paper);
  font: inherit; font-size: 14px; min-width: 220px; outline: none; transition: border 0.25s;
}
.search-input:focus { border-color: var(--accent); }

/* ---------- Stats ---------- */
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.stat {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius); padding: 30px 26px;
}
.stat .num { font-family: var(--font-display); font-size: clamp(38px, 4.6vw, 58px); color: var(--gold); line-height: 1; }
.stat .lbl { font-size: 13.5px; margin-top: 10px; opacity: 0.75; letter-spacing: 0.04em; }

/* ---------- Steps / process ---------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  counter-increment: step; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 22px; position: relative;
}
.step::before {
  content: counter(step, decimal-leading-zero); font-family: var(--font-display);
  font-size: 34px; color: var(--accent); display: block; margin-bottom: 12px; opacity: 0.85;
}
.step h4 { font-size: 16.5px; margin-bottom: 6px; }
.step p { font-size: 13.5px; color: var(--muted); }
.section--ink .step { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.12); }
.section--ink .step::before { color: var(--gold); }
.section--ink .step p { color: rgba(247,244,238,0.62); }

/* ---------- Feature list ---------- */
.feat { display: flex; gap: 16px; align-items: flex-start; }
.feat .ic {
  flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center;
  background: var(--canvas); border: 1px solid var(--line); font-size: 20px;
}
.feat h4 { font-size: 16px; margin-bottom: 4px; }
.feat p { font-size: 13.5px; color: var(--muted); }

/* ---------- Accordion ---------- */
.acc { border-bottom: 1px solid var(--line); }
.acc summary {
  list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 20px; font-weight: 600; font-size: 16.5px; font-family: var(--font-display);
}
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; font-size: 24px; color: var(--accent); transition: transform 0.3s; flex: none; }
.acc[open] summary::after { transform: rotate(45deg); }
.acc .acc-body { padding: 0 0 22px; color: var(--muted); font-size: 14.5px; max-width: 70ch; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: 12.5px; font-weight: 650; margin-bottom: 7px; letter-spacing: 0.03em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: var(--paper); font: inherit; font-size: 14.5px; outline: none; transition: border 0.25s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field .err { color: var(--accent-dark); font-size: 12px; margin-top: 5px; display: none; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--accent-dark); }
.field.invalid .err { display: block; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--muted); }
.consent input { margin-top: 3px; accent-color: var(--accent); }
.form-note {
  background: #fdf6e8; border: 1px solid #efdfb7; border-radius: var(--radius-sm);
  padding: 14px 18px; font-size: 13px; color: #7a6220; margin-top: 18px;
}
.form-success {
  background: #eaf7ef; border: 1px solid #bfe5cc; border-radius: var(--radius);
  padding: 28px; text-align: center; display: none;
}
.form-success.show { display: block; }
.form-success h3 { color: #1e7a44; margin-bottom: 8px; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink); color: var(--canvas); padding: 70px 0 34px; position: relative; overflow: hidden;
}
.site-footer::before {
  content: ""; position: absolute; inset: 0; opacity: 0.05; pointer-events: none;
  background-image: radial-gradient(circle at 20% 30%, #e8b84b 0 2px, transparent 3px),
                    radial-gradient(circle at 70% 60%, #2fa8a0 0 2px, transparent 3px),
                    radial-gradient(circle at 45% 80%, #e8482b 0 2px, transparent 3px);
  background-size: 220px 220px;
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 48px; position: relative; }
.site-footer h5 { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 18px; color: var(--gold); }
.site-footer a { opacity: 0.72; font-size: 14px; display: inline-block; padding: 4.5px 0; transition: opacity 0.25s, color 0.25s; }
.site-footer a:hover { opacity: 1; color: var(--gold); }
.footer-about { font-size: 14px; opacity: 0.7; max-width: 34ch; margin-top: 14px; }
.footer-strip { display: flex; height: 8px; border-radius: 4px; overflow: hidden; margin-bottom: 30px; position: relative; }
.footer-strip span { flex: 1; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; font-size: 13px; opacity: 0.55; position: relative; }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none;
  background: rgba(23,20,31,0.96); backdrop-filter: blur(10px);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 8px;
}
.mobile-cta a {
  flex: 1; text-align: center; color: var(--canvas); font-size: 12px; font-weight: 650;
  padding: 9px 4px; border-radius: 10px; background: rgba(255,255,255,0.08);
}
.mobile-cta a.hl { background: var(--accent); }

/* ---------- Motion / reveal ---------- */
.rv { opacity: 0; transform: translateY(34px); }
.rv.in { opacity: 1; transform: none; transition: opacity 0.8s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.6, 0.2, 1); }
.rv.d1.in { transition-delay: 0.08s; } .rv.d2.in { transition-delay: 0.16s; }
.rv.d3.in { transition-delay: 0.24s; } .rv.d4.in { transition-delay: 0.32s; }

.marquee { overflow: hidden; white-space: nowrap; border-block: 1px solid var(--line); padding: 18px 0; background: var(--paper); }
.marquee-track { display: inline-flex; gap: 48px; animation: marquee 28s linear infinite; will-change: transform; }
.marquee-track span { font-family: var(--font-display); font-size: 20px; color: var(--muted); display: inline-flex; align-items: center; gap: 48px; }
.marquee-track .dotsep { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: calc(var(--header-h) + clamp(48px, 8vw, 96px)) 0 clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.page-hero h1 { font-size: clamp(36px, 5.6vw, 68px); max-width: 16ch; margin-bottom: 16px; }
.page-hero .stripe {
  position: absolute; top: 0; right: -6vw; width: 44vw; height: 100%; opacity: 0.10; pointer-events: none;
  background: var(--grad-paint); filter: blur(70px); border-radius: 50%;
}
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a:hover { color: var(--accent); }

/* ---------- Visualizer ---------- */
.viz-stage { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--paper); }
.viz-stage svg { width: 100%; height: auto; display: block; }
.viz-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.viz-shade-row { display: flex; flex-wrap: wrap; gap: 10px; }
.viz-dot { width: 40px; height: 40px; border-radius: 50%; border: 3px solid var(--paper); box-shadow: 0 2px 8px rgba(0,0,0,0.18); cursor: pointer; transition: transform 0.2s; }
.viz-dot:hover { transform: scale(1.12); }
.viz-dot.sel { outline: 3px solid var(--ink); outline-offset: 2px; }

/* ---------- Toast ---------- */
.toast {
  position: fixed; bottom: 84px; left: 50%; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff; padding: 12px 24px; border-radius: 999px; font-size: 14px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; z-index: 200;
  box-shadow: var(--shadow-lg); max-width: 90vw; text-align: center;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ---------- Compare slider ---------- */
.ba-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); user-select: none; }
.ba-wrap svg { display: block; width: 100%; height: auto; }
.ba-after { position: absolute; inset: 0; clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; cursor: ew-resize;
  box-shadow: 0 0 14px rgba(0,0,0,0.35);
}
.ba-handle::after {
  content: "◂ ▸"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  background: #fff; color: var(--ink); font-size: 12px; padding: 9px 11px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
}
.ba-tag { position: absolute; top: 14px; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; background: rgba(23,20,31,0.75); color: #fff; padding: 6px 12px; border-radius: 999px; }

/* ---------- Detail page ---------- */
.detail-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 70px); align-items: start; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.spec-table td { padding: 12px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table td:first-child { font-weight: 650; width: 42%; color: var(--ink-soft); padding-right: 16px; }
.benefit-list li { display: flex; gap: 12px; padding: 9px 0; font-size: 15px; }
.benefit-list li::before { content: "●"; color: var(--teal); font-size: 11px; margin-top: 5px; }

.back-top {
  position: fixed; bottom: 84px; right: 22px; z-index: 80; width: 46px; height: 46px; border-radius: 50%;
  background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 18px;
  opacity: 0; pointer-events: none; transition: opacity 0.3s, transform 0.3s; transform: translateY(10px);
  box-shadow: var(--shadow-lg);
}
.back-top.show { opacity: 1; pointer-events: auto; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .main-nav { display: none; }
  .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4, .form-grid, .steps { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 62px; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .back-top { bottom: 130px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .rv { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

/* ---------- Focus visibility ---------- */
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

/* Keyboard users ke liye — Tab dabate hi sabse pehle yeh milta hai */
.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 10px 10px;
  font-size: 14px; font-weight: 600; transition: top .2s;
}
.skip-link:focus { top: 0; }

/* Screen-reader only text */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ============================================================
   VIDEO BACKGROUNDS + 3D COLOURFUL LOOK (Asha Paints v2)
   Video har hero ke peeche; text ke upar glass panel — taaki
   likha hua KABHI na dabe. 3D tilt cards + colourful glow.
   ============================================================ */

/* ---------- hero video layer ---------- */
.vidbg {
  position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
}
.vidbg video {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.15);
}
/* scrim: video par halki parat taaki contrast bana rahe */
.vidbg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(247,244,238,.80) 0%, rgba(247,244,238,.55) 38%, rgba(247,244,238,.22) 70%, rgba(247,244,238,.08) 100%),
    linear-gradient(0deg, rgba(247,244,238,.75) 0%, rgba(247,244,238,0) 30%);
}
.page-hero { position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 2; }
.hero-inner { position: relative; z-index: 2; }

/* ---------- glass text panel — text ko video se bachata hai ---------- */
.glass-hero {
  display: inline-block;
  background: rgba(255,255,255,.30);
  backdrop-filter: blur(7px) saturate(1.1);
  -webkit-backdrop-filter: blur(7px) saturate(1.1);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 22px;
  padding: clamp(16px, 2.4vw, 28px) clamp(18px, 3vw, 34px);
  box-shadow: 0 10px 30px rgba(23,20,31,.08);
  max-width: 100%;
}
.page-hero h1, .hero h1 {
  text-shadow: 0 1px 0 rgba(255,255,255,.75), 0 2px 18px rgba(255,255,255,.5);
}

/* ---------- 3D tilt cards ---------- */
.cat-card, .prod-card, .feat, .dlr-card, .step, .viz-panel {
  transform-style: preserve-3d;
  will-change: transform;
}
.cat-card:hover {
  transform: perspective(900px) rotateX(3.5deg) rotateY(-3.5deg) translateY(-8px) scale(1.015);
  box-shadow:
    0 24px 60px rgba(23,20,31,.16),
    0 0 0 1.5px var(--cat-hue, var(--accent)),
    0 14px 34px color-mix(in srgb, var(--cat-hue, var(--accent)) 28%, transparent);
}
.prod-card:hover {
  transform: perspective(900px) rotateX(3deg) rotateY(3deg) translateY(-8px);
  box-shadow: 0 26px 60px rgba(23,20,31,.18), 0 12px 30px rgba(232,72,43,.14);
}
.swatch:hover {
  transform: perspective(700px) rotateX(6deg) translateY(-5px) scale(1.05);
}

/* colourful gradient edge on cards */
.cat-card::after, .prod-card::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: linear-gradient(135deg, rgba(232,72,43,.0), rgba(232,184,75,.0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  pointer-events: none; transition: background .4s;
}
.cat-card:hover::after {
  background: linear-gradient(135deg, rgba(232,72,43,.55), rgba(232,184,75,.55), rgba(47,168,160,.55));
}

/* section heading 3D depth */
.sec-title {
  text-shadow: 0 1px 0 rgba(255,255,255,.6), 0 3px 14px rgba(23,20,31,.08);
}

/* buttons: colourful glow */
.btn--primary { box-shadow: 0 10px 26px rgba(232,72,43,.32), 0 4px 40px rgba(232,184,75,.18); }
.btn--primary:hover { box-shadow: 0 14px 34px rgba(232,72,43,.42), 0 6px 50px rgba(139,111,199,.22); }

/* ---------- visualizer 3D stage ---------- */
.stage3d {
  perspective: 1400px;
}
.stage3d > * {
  transition: transform .35s cubic-bezier(.2,.6,.2,1);
  transform: rotateX(var(--tiltX, 0deg)) rotateY(var(--tiltY, 0deg));
  transform-style: preserve-3d;
  box-shadow:
    0 30px 70px rgba(23,20,31,.28),
    0 4px 16px rgba(23,20,31,.14) !important;
  border-radius: var(--radius);
}
.stage3d .floor-shadow {
  position: absolute; left: 8%; right: 8%; bottom: -22px; height: 34px;
  background: radial-gradient(ellipse at center, rgba(23,20,31,.30), transparent 70%);
  filter: blur(6px); z-index: -1; pointer-events: none;
}

/* ---------- reduced motion: sab band ---------- */
@media (prefers-reduced-motion: reduce) {
  .vidbg { display: none; }
  .cat-card:hover, .prod-card:hover, .swatch:hover { transform: none; }
  .stage3d > * { transform: none; }
}
/* chhoti screen par tilt band (touch par ajeeb lagta hai) */
@media (pointer: coarse) {
  .cat-card:hover, .prod-card:hover { transform: translateY(-4px); }
}

/* stage3d fix: floor-shadow ke liye relative + video hero me padding */
.stage3d { position: relative; }
.hero .glass-hero { margin-block: 8px; position: relative; }
@media (min-width: 641px) {
  .hero .glass-hero { padding-right: clamp(120px, 13vw, 160px); }
}

/* ISO 9001:2015 seal — certificate ke details ke saath (home hero) */
.iso-seal {
  position: absolute; top: 16px; right: 18px;
  width: clamp(78px, 9vw, 118px); height: auto;
  filter: drop-shadow(0 6px 16px rgba(23,20,31,.20));
  animation: sealFloat 5s ease-in-out infinite;
}
@keyframes sealFloat { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-6px) rotate(3deg); } }
@media (max-width: 640px) {
  .iso-seal { position: static; display: block; width: 74px; margin: 4px 0 8px; animation: none; }
}
@media (prefers-reduced-motion: reduce) { .iso-seal { animation: none; } }

/* ---------- heading visibility (12-08-2026) ----------
   Gradient-text headings video par gayab ho jate the — ab SOLID
   gehra rang + strong white shadow. Har page ki heading saaf dikhe. */
.hero h1 .grad {
  background: none; -webkit-background-clip: initial; background-clip: initial;
  color: var(--accent-dark);
  text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 2px 10px rgba(255,255,255,.75), 0 4px 22px rgba(255,255,255,.55);
}
.hero h1, .page-hero h1 {
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255,255,255,.95), 0 2px 12px rgba(255,255,255,.75), 0 6px 26px rgba(255,255,255,.5);
}
.page-hero .sec-sub, .hero-sub { color: var(--ink-soft); text-shadow: 0 1px 6px rgba(255,255,255,.6); }

/* ---------- Image lightbox (product ki poori photo) ---------- */
.is-zoomable { cursor: zoom-in; }
.is-zoomable .zoom-hint {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  background: rgba(23,20,31,.78); color: #fff; font-size: 11.5px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px; opacity: 0; transition: opacity .25s; pointer-events: none;
}
.is-zoomable:hover .zoom-hint { opacity: 1; }
.lightbox {
  position: fixed; inset: 0; z-index: 200; background: rgba(23,20,31,.92);
  display: none; place-items: center; padding: 4vh 4vw; backdrop-filter: blur(4px);
}
.lightbox.open { display: grid; }
.lightbox figure { max-width: min(900px, 92vw); text-align: center; }
.lightbox img {
  max-width: 100%; max-height: 82vh; object-fit: contain;
  background: #fff; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.lightbox figcaption { color: #fff; font-size: 14px; margin-top: 14px; font-weight: 600; }
.lb-close {
  position: absolute; top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.14); color: #fff; font-size: 28px; line-height: 1;
  display: grid; place-items: center; transition: background .2s;
}
.lb-close:hover { background: rgba(255,255,255,.28); }

/* ---------- Founders / leadership ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(22px, 3vw, 40px); max-width: 860px; margin-inline: auto; }
.team-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-align: center; transition: transform .35s, box-shadow .35s; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.team-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; background: #f1efeb; }
.team-body { padding: 20px 20px 24px; }
.team-body h3 { font-size: 20px; margin-bottom: 4px; }
.team-role { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.team-body p { font-size: 13.5px; color: var(--muted); margin-top: 10px; }

/* ============================================================
   MOBILE POLISH (13-08-2026)
   Header ab chhoti screen par overflow nahi karta, tap targets
   bade hain, tables scroll hoti hain, lightbox mobile-friendly.
   ============================================================ */
@media (max-width: 900px) {
  .site-header .bar { gap: 12px; }
  .logo { font-size: 21px; gap: 9px; }
  .logo-mark { width: 42px; height: 42px; }
  .site-footer .logo-mark { width: 68px; height: 68px; }
  .site-footer .logo { font-size: 24px; }
}
@media (max-width: 480px) {
  .site-header .bar { gap: 8px; }
  .logo { font-size: 18px; gap: 7px; letter-spacing: 0; }
  .logo-mark { width: 36px; height: 36px; }
  .header-cta { gap: 8px; }
  .search-btn { width: 34px; height: 34px; font-size: 14px; }
  .site-footer .logo-mark { width: 60px; height: 60px; }
  .site-footer .logo { font-size: 21px; }
}

@media (max-width: 640px) {
  /* koi bhi cheez side me bahar na nikle */
  .wrap { width: min(1240px, 100vw - 28px); }

  /* tap targets — 44px minimum */
  .btn { padding: 14px 22px; }
  .btn--sm { padding: 11px 18px; font-size: 13.5px; }
  .fbtn { padding: 10px 16px; }
  .mobile-cta a { padding: 12px 4px; }

  /* product cards thodi badi image */
  .prod-visual { height: 220px; }

  /* spec / compare tables horizontally scroll karein */
  .spec-table { display: block; overflow-x: auto; }
  .spec-table td:first-child { width: 46%; }

  /* forms full width, zoom-in na ho (16px font) */
  .form-grid input, .form-grid select, .form-grid textarea { font-size: 16px; }

  /* lightbox */
  .lightbox { padding: 2vh 3vw; }
  .lightbox img { max-height: 74vh; }
  .lb-close { top: 10px; right: 12px; width: 42px; height: 42px; }
  .is-zoomable .zoom-hint { opacity: 1; font-size: 10.5px; bottom: 8px; }

  /* team cards */
  .team-grid { grid-template-columns: 1fr; max-width: 340px; }

  /* colour swatches thodi badi (ungli se tap ho sake) */
  .swatch-grid { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }

  /* section padding thoda kam — mobile par zyada scroll na karna pade */
  .section { padding: clamp(48px, 9vw, 80px) 0; }
  .sec-title { font-size: clamp(26px, 7vw, 34px); }
}

/* mobile menu — chhoti screen par aur compact, taaki 15 links fit ho jaayein */
@media (max-width: 480px) {
  .mobile-menu { padding: 8vh 7vw; justify-content: flex-start; }
  .mobile-menu a { font-size: clamp(17px, 4.4vw, 22px); padding: 5px 0; }
}
@media (max-height: 700px) {
  .mobile-menu { padding-block: 6vh; }
  .mobile-menu a { font-size: 17px; padding: 4px 0; }
}

/* iframe map mobile par chhota */
@media (max-width: 640px) {
  #mapFrame { height: 240px; }
  /* product page ke application steps inline 3-column style se overflow karte the */
  .steps { grid-template-columns: 1fr !important; }
}
@media (max-width: 900px) and (min-width: 641px) {
  .steps { grid-template-columns: repeat(2, 1fr) !important; }
}

/* AGS Creation credit — har page ke footer me */
.agency-credit a { color: var(--gold); font-weight: 650; border-bottom: 1px solid rgba(232,184,75,.4); }
.agency-credit a:hover { color: #fff; border-color: #fff; }

/* Hero ka pehla shabd — rangeen aur sabse bada */
.hero h1 .word-colour {
  font-size: 1.16em;
  letter-spacing: -0.01em;
}
.hero h1 .word-colour span {
  display: inline-block;
  text-shadow:
    0 1px 0 rgba(255,255,255,.95),
    0 2px 10px rgba(255,255,255,.8),
    0 4px 22px rgba(255,255,255,.55);
}
