/* =========================================================
   Shri K.D. Electricals — "Aligarh summer workshop" theme
   ========================================================= */
:root {
  --ink: #0B1433;
  --ink-2: #141F4D;
  --ink-3: #1E2A62;
  --cobalt: #2D4DB8;
  --teal: #19B3A0;
  --teal-d: #0E7C86;
  --mint: #7FE3D3;
  --sun: #FFB547;
  --copper: #C96B2C;
  --coral: #E8603C;
  --paper: #F3EFE6;
  --paper-2: #E9E2D3;
  --cream: #FFF8EC;
  --wa: #25D366;
  --text: #121833;
  --muted: #5A6078;
  --line: rgba(11, 20, 51, .14);
  --radius: 22px;
  --shadow: 6px 6px 0 var(--ink);
  --shadow-lg: 10px 10px 0 var(--ink);
  --f-display: "Unbounded", "Arial Black", system-ui, sans-serif;
  --f-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --wrap: 1240px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: clip; }
body {
  margin: 0; font-family: var(--f-body); font-size: 17px; line-height: 1.6; color: var(--text);
  background: var(--paper); overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4 { font-family: var(--f-display); line-height: 1.08; margin: 0 0 .5em; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
::selection { background: var(--sun); color: var(--ink); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(var(--wrap), 100% - 32px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------- Backgrounds ---------- */
.bg-grid {
  background-color: var(--paper);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 44px 44px;
  background-position: -1px -1px;
}
.bg-ink {
  background-color: var(--ink); color: #E8ECFA;
  background-image:
    radial-gradient(1200px 500px at 80% -10%, rgba(25, 179, 160, .18), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(45, 77, 184, .35), transparent 60%),
    linear-gradient(rgba(127, 227, 211, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(127, 227, 211, .06) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
}
.bg-cream { background: var(--cream); }

/* ---------- Top strip ---------- */
.topstrip {
  background: var(--ink); color: #C9D2F2; font-family: var(--f-mono); font-size: 12.5px;
  letter-spacing: .02em; border-bottom: 1px solid rgba(255,255,255,.08);
}
.topstrip .wrap { display: flex; gap: 22px; align-items: center; justify-content: space-between; min-height: 36px; flex-wrap: wrap; }
.topstrip span { display: inline-flex; gap: 8px; align-items: center; }
.topstrip b { color: var(--sun); font-weight: 600; }
.topstrip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 0 rgba(37,211,102,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 60; padding: 12px 0; transition: padding .3s var(--ease); }
.site-header.scrolled { padding: 6px 0; }
.nav-shell {
  display: flex; align-items: center; gap: 18px; padding: 10px 12px 10px 14px;
  background: rgba(255, 248, 236, .86); backdrop-filter: blur(14px) saturate(1.3); -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border: 3px solid var(--ink); border-radius: 20px; box-shadow: var(--shadow);
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 46px; height: 46px; border-radius: 12px; background: #fff; border: 2px solid var(--ink); object-fit: contain; padding: 2px; transition: transform .6s var(--spring); }
.brand:hover img { transform: rotateY(360deg); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--f-display); font-size: 15px; letter-spacing: -.01em; }
.brand-text small { font-family: var(--f-mono); font-size: 10.5px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.nav-links { display: flex; gap: 4px; margin-left: auto; list-style: none; padding: 0; margin-block: 0; }
.nav-links a {
  display: block; padding: 8px 14px; border-radius: 12px; font-weight: 600; font-size: 15px; position: relative;
  transition: background .2s, color .2s;
}
.nav-links a:hover { background: var(--paper-2); }
.nav-links a.active { background: var(--ink); color: var(--sun); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.icon-btn {
  position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px;
  border: 2px solid var(--ink); background: #fff; color: var(--ink); transition: transform .2s var(--spring), box-shadow .2s;
  box-shadow: 3px 3px 0 var(--ink);
}
.icon-btn:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.icon-btn svg { width: 20px; height: 20px; }
.badge-count {
  position: absolute; top: -8px; right: -8px; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 11px;
  background: var(--coral); color: #fff; font-size: 12px; font-weight: 800; display: grid; place-items: center; border: 2px solid var(--ink);
  transform: scale(0); transition: transform .3s var(--spring);
}
.badge-count.show { transform: scale(1); }
.badge-count.bump { animation: bump .5s var(--spring); }
@keyframes bump { 40% { transform: scale(1.5) rotate(-10deg); } }
.burger { display: none; }

/* ---------- Buttons (3D press) ---------- */
.btn {
  --bg: var(--sun); --fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px;
  font-weight: 800; font-size: 16px; border-radius: 14px; border: 3px solid var(--ink);
  background: var(--bg); color: var(--fg); box-shadow: 0 6px 0 var(--ink); transform: translateY(0);
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), filter .2s; white-space: nowrap; position: relative; overflow: hidden;
}
.btn::after {
  content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  transform: translateX(-120%); transition: transform .6s var(--ease);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 9px 0 var(--ink); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(4px); box-shadow: 0 2px 0 var(--ink); }
.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn-wa { --bg: var(--wa); --fg: #062B14; }
.btn-ink { --bg: var(--ink); --fg: #fff; }
.btn-teal { --bg: var(--teal); --fg: #03231F; }
.btn-light { --bg: #fff; --fg: var(--ink); }
.btn-sm { padding: 10px 14px; font-size: 14px; border-radius: 12px; box-shadow: 0 4px 0 var(--ink); }
.btn-sm:hover { box-shadow: 0 6px 0 var(--ink); }
.btn-block { width: 100%; }
.bg-ink .btn { border-color: #000; }

/* ---------- Section heading ---------- */
section { position: relative; }
.section { padding: clamp(72px, 10vw, 128px) 0; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px; font-family: var(--f-mono); font-size: 13px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--cobalt); margin-bottom: 16px;
  padding: 6px 12px 6px 8px; border: 2px solid currentColor; border-radius: 999px; background: rgba(255,255,255,.5);
}
.bg-ink .kicker { color: var(--mint); background: rgba(255,255,255,.04); }
.kicker .mini-fan { width: 18px; height: 18px; animation: spin 1.6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.h-xl { font-size: clamp(40px, 7.2vw, 92px); font-weight: 800; }
.h-lg { font-size: clamp(32px, 5vw, 60px); font-weight: 800; }
.h-md { font-size: clamp(24px, 3vw, 34px); font-weight: 700; }
.extrude {
  color: var(--paper);
  text-shadow:
    1px 1px 0 var(--ink), 2px 2px 0 var(--ink), 3px 3px 0 var(--ink), 4px 4px 0 var(--ink),
    5px 5px 0 var(--ink), 6px 6px 0 var(--ink), 7px 7px 0 var(--ink);
  -webkit-text-stroke: 5px var(--ink); paint-order: stroke fill;
}
.extrude-sun { color: var(--sun); -webkit-text-stroke: 5px #000; paint-order: stroke fill;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000, 5px 5px 0 #000, 6px 6px 0 #000, 7px 7px 0 #000, 8px 8px 0 #000; }
.hl { position: relative; white-space: nowrap; z-index: 0; }
.hl::before { content: ""; position: absolute; left: -4px; right: -4px; bottom: .08em; height: .38em; background: var(--sun); z-index: -1; transform: skew(-8deg) scaleX(0); transform-origin: left; transition: transform .9s var(--ease) .3s; border-radius: 4px; }
.in .hl::before, .hl.in::before { transform: skew(-8deg) scaleX(1); }
.hl-teal::before { background: var(--mint); }
.lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--muted); max-width: 62ch; }
.bg-ink .lead { color: #AEB8DD; }
.sec-head { display: grid; justify-items: start; gap: 8px; margin-bottom: clamp(36px, 5vw, 60px); max-width: 820px; }
.sec-head.center { margin-inline: auto; text-align: center; justify-items: center; }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(40px) rotateX(12deg); transform-origin: 50% 100%; transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0s); }
[data-reveal="left"] { transform: translateX(-50px) rotateY(12deg); }
[data-reveal="right"] { transform: translateX(50px) rotateY(-12deg); }
[data-reveal="zoom"] { transform: scale(.85) translateZ(-60px); }
[data-reveal].in { opacity: 1; transform: none; }
.split-line { display: block; overflow: hidden; padding-bottom: .12em; margin-bottom: -.12em; }
.split-line > span { display: inline-block; transform: translateY(110%) rotate(4deg); transition: transform 1s var(--ease); transition-delay: var(--d, 0s); }
.in .split-line > span, .split-line.in > span { transform: none; }

/* ---------- HERO ---------- */
.hero { min-height: min(100vh, 900px); display: grid; align-items: center; overflow: hidden; padding: 60px 0 100px; margin-top: -96px; padding-top: 150px; }
.hero .wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; align-items: center; position: relative; z-index: 2; }
.hero-eyebrow { font-family: var(--f-mono); font-size: 13px; letter-spacing: .12em; color: var(--mint); text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.hero-eyebrow::before { content: ""; width: 40px; height: 2px; background: var(--mint); }
.hero h1 { font-size: clamp(36px, 4.3vw, 62px); font-weight: 800; color: #fff; margin-bottom: 26px; }
.hero h1 .line-3 { color: var(--sun); }
.hero-text { font-size: clamp(17px, 1.5vw, 20px); color: #B9C3E8; max-width: 52ch; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.chip { font-family: var(--f-mono); font-size: 12.5px; padding: 7px 12px; border-radius: 999px; border: 1.5px solid rgba(127,227,211,.35); color: #D5F7F1; background: rgba(127,227,211,.06); display: inline-flex; gap: 8px; align-items: center; }
.chip::before { content: ""; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; }
.hero-stage { position: relative; aspect-ratio: 1 / 1; width: 100%; max-width: 560px; margin-left: auto; }
.hero-stage canvas { width: 100% !important; height: 100% !important; display: block; cursor: grab; }
.hero-stage canvas:active { cursor: grabbing; }
.hero-ring { position: absolute; inset: 6%; border-radius: 50%; border: 2px dashed rgba(127,227,211,.25); animation: spin 40s linear infinite; pointer-events: none; }
.hero-ring.r2 { inset: 16%; border-style: solid; border-color: rgba(255,181,71,.18); animation-duration: 26s; animation-direction: reverse; }
.float-tag {
  position: absolute; z-index: 3; font-family: var(--f-mono); font-size: 12.5px; font-weight: 600; padding: 10px 14px; border-radius: 14px;
  background: rgba(255,248,236,.95); color: var(--ink); border: 2px solid #000; box-shadow: 4px 4px 0 #000;
  animation: floaty 5s ease-in-out infinite; pointer-events: none; display: flex; gap: 8px; align-items: center;
}
.float-tag b { font-family: var(--f-display); font-size: 16px; }
.float-tag i { width: 10px; height: 10px; border-radius: 3px; background: var(--c, var(--teal)); display: inline-block; }
.float-tag.t1 { top: 8%; left: 0; }
.float-tag.t2 { top: 44%; right: -2%; animation-delay: -1.6s; }
.float-tag.t3 { bottom: 8%; left: 8%; animation-delay: -3.2s; }
@keyframes floaty { 50% { transform: translateY(-14px) rotate(-2deg); } }
.hero-fallback { position: absolute; inset: 12%; display: none; }
.no-webgl .hero-fallback { display: block; }
.hero-scroll { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 3; font-family: var(--f-mono); font-size: 11px; letter-spacing: .2em; color: #8C98C8; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.hero-scroll span { width: 24px; height: 38px; border: 2px solid #8C98C8; border-radius: 12px; position: relative; }
.hero-scroll span::after { content: ""; position: absolute; left: 50%; top: 7px; width: 4px; height: 8px; border-radius: 2px; background: var(--sun); transform: translateX(-50%); animation: wheel 1.6s ease-in-out infinite; }
@keyframes wheel { 60% { transform: translate(-50%, 12px); opacity: 0; } }
.hero-wind { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.hero-wind i { position: absolute; height: 2px; border-radius: 2px; background: linear-gradient(90deg, transparent, rgba(127,227,211,.55), transparent); animation: gust linear infinite; }
@keyframes gust { from { transform: translateX(-30vw); } to { transform: translateX(130vw); } }

/* ---------- 3D Marquee band ---------- */
.band-wrap { perspective: 900px; margin-top: -58px; position: relative; z-index: 5; overflow: hidden; padding: 30px 0; }
.band { background: var(--sun); border-block: 3px solid var(--ink); transform: rotateX(18deg) rotateZ(-2deg); box-shadow: 0 16px 0 var(--ink); overflow: hidden; }
.band.alt { background: var(--teal); transform: rotateX(-18deg) rotateZ(2deg); margin-top: -64px; opacity: .95; box-shadow: none; }
.band-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.band.alt .band-track { animation-direction: reverse; animation-duration: 40s; }
.band-track span { font-family: var(--f-display); font-weight: 800; font-size: clamp(20px, 2.4vw, 30px); padding: 14px 26px; display: inline-flex; align-items: center; gap: 26px; white-space: nowrap; color: var(--ink); }
.band-track span::after { content: "✦"; font-size: .8em; color: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Category 3D ring ---------- */
.ring-section { overflow: hidden; }
.ring-stage { height: 400px; margin-top: -30px; perspective: 1400px; position: relative; display: grid; place-items: center; touch-action: pan-y; user-select: none; }
.ring { position: relative; width: 240px; height: 320px; transform-style: preserve-3d; cursor: grab; }
.ring.dragging { cursor: grabbing; }
.ring-card {
  position: absolute; inset: 0; border-radius: 26px; border: 3px solid var(--ink); background: #fff; padding: 20px;
  display: flex; flex-direction: column; gap: 10px; backface-visibility: hidden; transform-style: preserve-3d;
  box-shadow: 0 30px 50px -30px rgba(11,20,51,.6);
  transition: filter .3s;
}
.ring-card::before { content: ""; position: absolute; inset: 0; border-radius: 23px; background: linear-gradient(160deg, var(--c) 0 40%, transparent 40%); opacity: .14; }
.ring-card img { width: 140px; height: 140px; margin: 0 auto; transform: translateZ(40px); filter: drop-shadow(0 10px 0 rgba(11,20,51,.12)); }
.ring-card h3 { font-size: 19px; margin: 6px 0 0; transform: translateZ(30px); }
.ring-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.45; transform: translateZ(20px); }
.ring-card .count { position: absolute; top: 14px; right: 14px; font-family: var(--f-mono); font-size: 12px; background: var(--ink); color: var(--sun); border-radius: 999px; padding: 3px 10px; }
.ring-card .go { margin-top: auto; font-weight: 800; font-size: 14px; display: inline-flex; gap: 6px; align-items: center; color: var(--cobalt); }
.ring-floor { position: absolute; bottom: 20px; left: 50%; width: 760px; height: 120px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(11,20,51,.25), transparent); pointer-events: none; }
.ring-controls { display: flex; justify-content: center; gap: 12px; margin-top: 8px; }
.ring-hint { font-family: var(--f-mono); font-size: 12px; color: var(--muted); text-align: center; margin-top: 14px; letter-spacing: .08em; }

/* ---------- Tilt product cards ---------- */
.grid-products { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 28px; }
.pcard { perspective: 1000px; }
.pcard-inner {
  position: relative; height: 100%; border-radius: var(--radius); border: 3px solid var(--ink); background: #fff;
  box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .5s var(--ease), box-shadow .3s;
  display: flex; flex-direction: column; overflow: visible;
}
.pcard:hover .pcard-inner { box-shadow: var(--shadow-lg); }
.pcard-media {
  position: relative; aspect-ratio: 1 / .86; border-radius: 18px 18px 0 0; overflow: hidden; transform-style: preserve-3d;
  background: radial-gradient(circle at 50% 40%, #fff 0 30%, var(--tint, #EEF1FB) 75%);
  border-bottom: 3px solid var(--ink);
}
.pcard-media::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 22px 22px; opacity: .6; }
.pcard-media img { position: relative; width: 78%; height: 78%; object-fit: contain; margin: 11% auto 0; transform: translateZ(50px); transition: transform .6s var(--ease); mix-blend-mode: multiply; }
.pcard:hover .pcard-media img { transform: translateZ(70px) scale(1.06) rotate(-3deg); }
.pcard-media .glare { position: absolute; inset: 0; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 0%), rgba(255,255,255,.7), transparent 45%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.pcard:hover .glare { opacity: 1; }
.pcard .ribbon { position: absolute; top: 14px; left: -8px; z-index: 3; background: var(--coral); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .04em; padding: 5px 12px; border: 2px solid var(--ink); border-radius: 8px; transform: translateZ(60px) rotate(-4deg); box-shadow: 3px 3px 0 var(--ink); }
.pcard-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; transform: translateZ(24px); }
.pcard-cat { font-family: var(--f-mono); font-size: 11.5px; color: var(--cobalt); letter-spacing: .1em; text-transform: uppercase; }
.pcard h3 { font-size: 17px; line-height: 1.25; margin: 0; }
.pcard h3 a:hover { color: var(--cobalt); }
.pcard p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.45; }
.price-row { display: flex; align-items: baseline; gap: 6px; margin-top: auto; padding-top: 10px; }
.price { font-family: var(--f-display); font-size: 26px; font-weight: 800; }
.price small { font-family: var(--f-body); font-size: 13px; color: var(--muted); font-weight: 600; }
.moq { margin-left: auto; font-family: var(--f-mono); font-size: 11.5px; background: var(--paper); border: 1.5px solid var(--ink); border-radius: 8px; padding: 3px 8px; }
.pcard-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 12px; }
.add-btn { width: 46px; height: 46px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 12px; background: var(--paper); box-shadow: 0 4px 0 var(--ink); transition: transform .15s, box-shadow .15s, background .2s; }
.add-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--ink); background: var(--mint); }
.add-btn:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--ink); }
.add-btn.added { background: var(--teal); }
.add-btn svg { width: 20px; height: 20px; }

/* ---------- Motor cutaway ---------- */
.cutaway { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.cutaway-stage { position: relative; max-width: 520px; margin-inline: auto; width: 100%; perspective: 1000px; }
.cutaway-stage .motor-svg { width: 100%; transform-style: preserve-3d; transition: transform .4s var(--ease); }
.hotspot { color: var(--ink); position: absolute; transform: translate(-50%, -50%); z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: var(--sun); border: 3px solid var(--ink); display: grid; place-items: center; font-weight: 800; font-size: 14px; box-shadow: 0 0 0 0 rgba(255,181,71,.7); animation: hs 2s infinite; transition: transform .25s var(--spring), background .2s; }
.hotspot:hover, .hotspot.on { transform: translate(-50%, -50%) scale(1.25); background: var(--teal); }
@keyframes hs { 70% { box-shadow: 0 0 0 16px rgba(255,181,71,0); } 100% { box-shadow: 0 0 0 0 rgba(255,181,71,0); } }
.hs-list { display: grid; gap: 12px; counter-reset: hs; list-style: none; padding: 0; margin: 0; }
.hs-list li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; padding: 14px 16px; border-radius: 16px; border: 2px solid rgba(255,255,255,.12); background: rgba(255,255,255,.03); cursor: pointer; transition: background .25s, border-color .25s, transform .3s var(--ease); }
.hs-list li:hover, .hs-list li.on { background: rgba(127,227,211,.1); border-color: var(--mint); transform: translateX(8px); }
.hs-list li b { font-family: var(--f-display); color: #fff; font-size: 16px; display: block; margin-bottom: 2px; }
.hs-list li span { color: #AEB8DD; font-size: 15px; }
.hs-list li .hs-num { color: var(--ink); font-size: 18px; }
.hs-num { width: 40px; height: 40px; border-radius: 12px; background: var(--sun); color: var(--ink); display: grid; place-items: center; font-family: var(--f-display); font-weight: 800; border: 2px solid #000; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { padding: 26px 22px; border-radius: var(--radius); border: 3px solid var(--ink); background: #fff; box-shadow: var(--shadow); position: relative; overflow: hidden; transform-style: preserve-3d; }
.stat:nth-child(2) { background: var(--mint); } .stat:nth-child(3) { background: var(--sun); } .stat:nth-child(4) { background: #D8DFFA; }
.stat .num { font-family: var(--f-display); font-size: clamp(42px, 5vw, 64px); font-weight: 800; line-height: 1; display: block; margin-bottom: 8px; }
.stat p { margin: 0; font-weight: 600; font-size: 15px; }
.stat svg { position: absolute; right: -18px; bottom: -18px; width: 100px; height: 100px; opacity: .14; animation: spin 8s linear infinite; }

/* ---------- Buyers ---------- */
.buyers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.buyer { border-radius: var(--radius); border: 3px solid var(--ink); background: #fff; overflow: hidden; box-shadow: var(--shadow); transition: transform .4s var(--ease), box-shadow .3s; }
.buyer:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: var(--shadow-lg); }
.buyer img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-bottom: 3px solid var(--ink); }
.buyer div { padding: 18px; }
.buyer h3 { font-size: 18px; margin-bottom: 6px; }
.buyer p { font-size: 15px; color: var(--muted); margin: 0; }

/* ---------- Why us (3D flip tiles) ---------- */
.why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-tile { perspective: 1000px; min-height: 210px; }
.why-in { position: relative; height: 100%; min-height: 210px; transform-style: preserve-3d; transition: transform .8s var(--ease); }
.why-tile:hover .why-in, .why-tile:focus-within .why-in { transform: rotateY(180deg); }
.why-face { position: absolute; inset: 0; border-radius: var(--radius); border: 3px solid #000; backface-visibility: hidden; -webkit-backface-visibility: hidden; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.why-front { background: var(--ink-2); color: #fff; }
.why-front .ic { width: 58px; height: 58px; border-radius: 16px; background: var(--sun); display: grid; place-items: center; border: 2px solid #000; box-shadow: 4px 4px 0 #000; }
.why-front .ic svg { width: 30px; height: 30px; }
.why-front h3 { font-size: 21px; margin: 0; }
.why-front small { font-family: var(--f-mono); font-size: 11px; color: var(--mint); letter-spacing: .1em; }
.why-back { background: var(--teal); color: var(--ink); transform: rotateY(180deg); justify-content: center; }
.why-back p { font-size: 18px; font-weight: 600; margin: 0; }
.why-back h3 { font-size: 16px; margin-bottom: 10px; }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.steps { list-style: none; margin: 0; padding: 0; position: relative; display: grid; gap: 22px; }
.steps::before { content: ""; position: absolute; left: 31px; top: 30px; bottom: 30px; width: 4px; background: repeating-linear-gradient(var(--ink) 0 10px, transparent 10px 18px); }
.steps .prog { position: absolute; left: 31px; top: 30px; width: 4px; height: calc((100% - 60px) * var(--p, 0)); background: var(--teal); transition: height .2s linear; border-radius: 2px; }
.step { display: grid; grid-template-columns: 66px 1fr; gap: 18px; align-items: start; position: relative; }
.step-num { width: 66px; height: 66px; border-radius: 20px; background: #fff; border: 3px solid var(--ink); display: grid; place-items: center; font-family: var(--f-display); font-size: 24px; font-weight: 800; box-shadow: 4px 4px 0 var(--ink); z-index: 1; transition: background .4s, transform .4s var(--spring); }
.step.lit .step-num { background: var(--sun); transform: rotate(-8deg) scale(1.05); }
.step h3 { font-size: 21px; margin: 8px 0 6px; }
.step p { color: var(--muted); margin: 0; }
.phone-stage { position: relative; perspective: 1200px; display: grid; place-items: center; }
.phone-stage img { width: min(360px, 90%); transform: rotateY(-18deg) rotateX(8deg); transition: transform .6s var(--ease); filter: drop-shadow(30px 40px 30px rgba(11,20,51,.25)); }
.phone-stage:hover img { transform: rotateY(-4deg) rotateX(2deg); }
.truck-road { position: relative; height: 110px; margin-top: 60px; overflow: hidden; border-bottom: 3px solid var(--ink); }
.truck-road img { position: absolute; bottom: -6px; width: 200px; left: calc(var(--p, 0) * (100% - 200px)); transition: left .15s linear; }

/* ---------- Map / Visit ---------- */
.visit { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: stretch; }
.map-card { border-radius: 26px; border: 3px solid var(--ink); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 420px; position: relative; background: var(--paper-2); transform: perspective(1200px) rotateY(4deg) rotateX(2deg); transition: transform .6s var(--ease); }
.map-card:hover { transform: none; }
.map-card iframe { width: 100%; height: 100%; min-height: 420px; border: 0; display: block; filter: saturate(1.1) contrast(1.05); }
.map-pin { position: absolute; top: 18px; left: 18px; background: var(--ink); color: #fff; border-radius: 14px; padding: 10px 14px; font-weight: 700; font-size: 14px; display: flex; gap: 8px; align-items: center; border: 2px solid #000; box-shadow: 4px 4px 0 var(--sun); }
.info-card { border-radius: 26px; border: 3px solid var(--ink); background: #fff; padding: 30px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; gap: 20px; }
.info-row { display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: start; }
.info-row .ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; border: 2px solid var(--ink); background: var(--mint); }
.info-row .ic svg { width: 24px; height: 24px; }
.info-row h4 { font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 2px 0 4px; font-weight: 600; }
.info-row p, .info-row a { margin: 0; font-weight: 700; font-size: 17px; }
.info-row a:hover { color: var(--cobalt); }
.hours { list-style: none; padding: 0; margin: 0; font-weight: 600; }
.hours li { display: flex; justify-content: space-between; gap: 10px; border-bottom: 1.5px dashed var(--line); padding: 4px 0; font-size: 15px; }

/* ---------- Big CTA ---------- */
.cta-big { padding: 90px 0; }
.cta-box { position: relative; border-radius: 34px; border: 3px solid #000; background: var(--wa); padding: clamp(36px, 6vw, 70px); overflow: hidden; box-shadow: 12px 12px 0 #000; display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center; transform-style: preserve-3d; }
.cta-box h2 { color: #062B14; font-size: clamp(32px, 4.6vw, 58px); }
.cta-box p { color: #0B3D20; font-size: 19px; font-weight: 500; max-width: 48ch; }
.cta-box .btns { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-box .big-num { font-family: var(--f-display); font-size: clamp(26px, 3.4vw, 44px); font-weight: 800; color: #062B14; display: block; margin-top: 10px; }
.cta-rays { position: absolute; right: -120px; top: 50%; width: 520px; height: 520px; transform: translateY(-50%); background: repeating-conic-gradient(rgba(255,255,255,.18) 0 10deg, transparent 10deg 20deg); border-radius: 50%; animation: spin 30s linear infinite; }
.cta-art { position: relative; z-index: 1; justify-self: center; width: min(280px, 100%); }

/* ---------- Footer ---------- */
.site-footer { padding: 80px 0 30px; position: relative; overflow: hidden; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.site-footer h4 { font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--mint); margin-bottom: 16px; font-weight: 600; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer ul a { color: #C3CCEE; transition: color .2s, padding .2s; }
.site-footer ul a:hover { color: var(--sun); padding-left: 6px; }
.foot-brand img { width: 74px; height: 74px; border-radius: 18px; background: #fff; padding: 4px; border: 2px solid #000; box-shadow: 4px 4px 0 var(--sun); margin-bottom: 16px; }
.foot-brand p { color: #AEB8DD; font-size: 15px; max-width: 36ch; }
.foot-contact li { display: flex; gap: 10px; color: #C3CCEE; font-size: 15px; }
.foot-contact svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; color: var(--sun); }
.foot-giant { font-family: var(--f-display); font-weight: 800; font-size: clamp(60px, 14vw, 210px); line-height: .8; letter-spacing: -.04em; margin: 60px 0 24px; color: transparent; -webkit-text-stroke: 1.5px rgba(127,227,211,.35); white-space: nowrap; user-select: none; }
.foot-giant span { color: var(--sun); -webkit-text-stroke: 0; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: #8C98C8; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; }
.foot-bottom a:hover { color: var(--sun); }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 70; display: flex; align-items: center; gap: 10px; }
.wa-float a { width: 62px; height: 62px; border-radius: 50%; background: var(--wa); border: 3px solid var(--ink); display: grid; place-items: center; box-shadow: 0 6px 0 var(--ink); transition: transform .2s var(--spring); position: relative; }
.wa-float a::before { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 3px solid var(--wa); animation: ring 2s ease-out infinite; }
@keyframes ring { from { transform: scale(.8); opacity: 1; } to { transform: scale(1.4); opacity: 0; } }
.wa-float a:hover { transform: translateY(-4px) rotate(-8deg); }
.wa-float svg { width: 32px; height: 32px; }
.wa-float .bubble { background: #fff; border: 2px solid var(--ink); border-radius: 14px 14px 4px 14px; padding: 8px 12px; font-weight: 700; font-size: 14px; box-shadow: 3px 3px 0 var(--ink); opacity: 0; transform: translateX(10px); transition: .4s var(--ease); pointer-events: none; }
.wa-float.hello .bubble { opacity: 1; transform: none; }
.to-top { position: fixed; left: 20px; bottom: 20px; z-index: 69; width: 50px; height: 50px; border-radius: 14px; background: var(--ink); color: var(--sun); border: 2px solid #000; display: grid; place-items: center; opacity: 0; transform: translateY(20px); transition: .4s var(--ease); box-shadow: 3px 3px 0 var(--sun); }
.to-top.show { opacity: 1; transform: none; }
.to-top svg { width: 22px; height: 22px; }
.progress-bar { position: fixed; top: 0; left: 0; height: 4px; width: 100%; transform-origin: left; transform: scaleX(0); background: linear-gradient(90deg, var(--teal), var(--sun), var(--coral)); z-index: 100; }

/* ---------- Enquiry drawer ---------- */
.drawer-bg { position: fixed; inset: 0; background: rgba(11,20,51,.5); backdrop-filter: blur(4px); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .3s; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(440px, 100%); background: var(--cream); z-index: 91; border-left: 3px solid var(--ink); transform: translateX(105%); transition: transform .5s var(--ease); display: flex; flex-direction: column; }
.drawer-open .drawer-bg { opacity: 1; pointer-events: auto; }
.drawer-open .drawer { transform: none; }
.drawer-head { padding: 22px 22px 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid var(--ink); background: var(--sun); }
.drawer-head h3 { margin: 0; font-size: 20px; }
.drawer-list { flex: 1; overflow: auto; padding: 16px 18px; display: grid; gap: 12px; align-content: start; }
.d-item { display: grid; grid-template-columns: 64px 1fr; gap: 12px; padding: 12px; border: 2px solid var(--ink); border-radius: 16px; background: #fff; animation: pop .4s var(--spring); }
@keyframes pop { from { transform: scale(.9); opacity: 0; } }
.d-item img { width: 64px; height: 64px; object-fit: contain; background: var(--paper); border-radius: 10px; }
.d-item h4 { font-family: var(--f-body); font-size: 15px; margin: 0 0 6px; font-weight: 800; letter-spacing: 0; line-height: 1.25; }
.d-item .row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.qty { display: inline-flex; align-items: center; border: 2px solid var(--ink); border-radius: 10px; overflow: hidden; background: #fff; }
.qty button { width: 32px; height: 32px; font-weight: 900; font-size: 18px; background: var(--paper); }
.qty button:hover { background: var(--mint); }
.qty input { width: 58px; height: 32px; border: 0; border-inline: 2px solid var(--ink); text-align: center; font-weight: 800; font-size: 15px; font-family: var(--f-mono); -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; }
.d-remove { font-size: 13px; color: var(--coral); font-weight: 700; text-decoration: underline; }
.d-sub { font-family: var(--f-mono); font-size: 12.5px; color: var(--muted); }
.drawer-foot { padding: 18px; border-top: 3px solid var(--ink); display: grid; gap: 10px; background: #fff; }
.drawer-total { display: flex; justify-content: space-between; font-weight: 800; }
.drawer-total span:last-child { font-family: var(--f-display); font-size: 20px; }
.drawer-note { font-size: 12.5px; color: var(--muted); margin: 0; }
.drawer-empty { text-align: center; padding: 40px 10px; color: var(--muted); }
.drawer-empty img { width: 150px; margin: 0 auto 14px; opacity: .9; }

/* ---------- Toast ---------- */
.toast { position: fixed; left: 50%; top: 20px; z-index: 120; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 14px; border: 2px solid #000; box-shadow: 4px 4px 0 var(--sun); font-weight: 700; transform: translate(-50%, -140px); transition: transform .5s var(--spring); display: flex; gap: 10px; align-items: center; }
.toast.show { transform: translate(-50%, 0); }

/* ---------- Page transition curtain ---------- */
.curtain { position: fixed; inset: 0; z-index: 200; pointer-events: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.curtain i { background: var(--ink); transform-origin: top; transform: scaleY(1); transition: transform .6s var(--ease); }
.curtain i:nth-child(2) { background: var(--cobalt); transition-delay: .06s; }
.curtain i:nth-child(3) { background: var(--teal); transition-delay: .12s; }
.curtain i:nth-child(4) { background: var(--sun); transition-delay: .18s; }
.loaded .curtain i { transform: scaleY(0); transform-origin: bottom; }
.leaving .curtain i { transform: scaleY(1); transform-origin: top; }
.curtain .c-logo { position: absolute; left: 50%; top: 50%; width: 90px; transform: translate(-50%, -50%); transition: opacity .3s; border-radius: 22px; background: #fff; padding: 6px; }
.loaded .curtain .c-logo { opacity: 0; }
.leaving .curtain .c-logo { opacity: 1; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 150px 0 90px; margin-top: -96px; overflow: hidden; }
.page-hero .wrap { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.page-hero h1 { font-size: clamp(40px, 6vw, 80px); color: #fff; }
.page-hero .lead { color: #B9C3E8; }
.page-hero-art { width: 100%; max-width: 420px; justify-self: end; filter: drop-shadow(18px 22px 0 rgba(0,0,0,.35)); animation: floaty 6s ease-in-out infinite; }
.crumbs { font-family: var(--f-mono); font-size: 12.5px; color: #8C98C8; margin-bottom: 20px; display: flex; gap: 8px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--sun); }
.crumbs span::before { content: "/"; margin-right: 8px; color: #56618F; }
.page-hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; height: 60px; width: 100%; }

/* ---------- Products page ---------- */
.filters { position: sticky; top: 92px; z-index: 30; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; padding: 14px; border: 3px solid var(--ink); border-radius: 20px; background: rgba(255,248,236,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow); margin-bottom: 40px; }
.f-chip { padding: 9px 14px; border-radius: 12px; border: 2px solid var(--ink); background: #fff; font-weight: 700; font-size: 14px; display: inline-flex; gap: 8px; align-items: center; transition: background .2s, transform .2s var(--spring); }
.f-chip img { width: 22px; height: 22px; }
.f-chip:hover { transform: translateY(-2px); }
.f-chip.active { background: var(--ink); color: var(--sun); }
.f-chip .n { font-family: var(--f-mono); font-size: 11px; background: var(--paper); color: var(--ink); border-radius: 6px; padding: 1px 6px; }
.f-chip.active .n { background: var(--sun); }
.search { margin-left: auto; display: flex; align-items: center; gap: 8px; border: 2px solid var(--ink); border-radius: 12px; padding: 0 12px; background: #fff; min-width: 220px; }
.search input { border: 0; outline: 0; padding: 10px 0; font: inherit; font-size: 15px; width: 100%; background: transparent; }
.search svg { width: 18px; height: 18px; }
.sort { border: 2px solid var(--ink); border-radius: 12px; padding: 9px 12px; font: inherit; font-size: 14px; font-weight: 700; background: #fff; }
.cat-block { margin-bottom: 70px; }
.cat-head { display: grid; grid-template-columns: 110px 1fr auto; gap: 22px; align-items: center; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 3px dashed var(--line); }
.cat-head img { width: 110px; height: 110px; }
.cat-head h2 { font-size: clamp(24px, 3vw, 36px); margin: 0 0 4px; }
.cat-head p { margin: 0; color: var(--muted); }
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state img { width: 240px; margin: 0 auto 20px; }

/* ---------- Product detail ---------- */
.pd { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: start; }
.pd-stage { position: sticky; top: 110px; }
.pd-main { perspective: 1200px; }
.pd-plinth { position: relative; aspect-ratio: 1; border-radius: 30px; border: 3px solid var(--ink); background: radial-gradient(circle at 50% 38%, #fff 0 28%, var(--tint, #E6EBFB) 72%); box-shadow: var(--shadow-lg); transform-style: preserve-3d; transition: transform .3s var(--ease); overflow: hidden; }
.pd-plinth::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 30px 30px; }
.pd-plinth::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 10%; height: 8%; background: radial-gradient(closest-side, rgba(11,20,51,.35), transparent); transform: translateZ(10px); }
.pd-plinth img { position: absolute; inset: 10%; width: 80%; height: 80%; object-fit: contain; transform: translateZ(80px); mix-blend-mode: multiply; transition: opacity .3s, transform .5s var(--ease); z-index: 1; }
.pd-plinth .spin-hint { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%) translateZ(90px); z-index: 2; font-family: var(--f-mono); font-size: 11.5px; background: var(--ink); color: var(--sun); padding: 5px 10px; border-radius: 8px; white-space: nowrap; }
.pd-thumbs { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.pd-thumbs button { width: 78px; height: 78px; border-radius: 16px; border: 3px solid var(--ink); background: #fff; padding: 6px; transition: transform .25s var(--spring), box-shadow .2s; }
.pd-thumbs button img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.pd-thumbs button.on { box-shadow: 4px 4px 0 var(--ink); transform: translate(-2px, -3px); background: var(--sun); }
.pd-info h1 { font-size: clamp(30px, 3.8vw, 48px); }
.pd-cat { display: inline-flex; gap: 8px; align-items: center; font-family: var(--f-mono); font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--cobalt); margin-bottom: 14px; }
.pd-cat img { width: 28px; height: 28px; }
.pd-price { display: flex; align-items: flex-end; gap: 16px; flex-wrap: wrap; padding: 20px 22px; border: 3px solid var(--ink); border-radius: 20px; background: var(--sun); box-shadow: var(--shadow); margin: 24px 0; }
.pd-price .big { font-family: var(--f-display); font-size: clamp(38px, 5vw, 54px); font-weight: 800; line-height: 1; }
.pd-price .per { font-weight: 700; }
.pd-price .note { flex-basis: 100%; font-size: 13.5px; margin: 0; }
.order-box { border: 3px solid var(--ink); border-radius: 22px; background: #fff; padding: 22px; box-shadow: var(--shadow); display: grid; gap: 16px; margin-bottom: 28px; }
.order-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; justify-content: space-between; }
.order-row label { font-weight: 800; }
.est { font-family: var(--f-mono); font-size: 14px; color: var(--muted); }
.est b { font-family: var(--f-display); font-size: 22px; color: var(--ink); }
.order-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; padding: 0; margin: 0 0 28px; }
.feature-list li { display: flex; gap: 10px; align-items: center; font-weight: 600; padding: 10px 12px; border-radius: 12px; background: #fff; border: 2px solid var(--ink); }
.feature-list li::before { content: ""; width: 22px; height: 22px; flex-shrink: 0; border-radius: 7px; background: var(--teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B1433' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center / 15px no-repeat; border: 2px solid var(--ink); }
.spec-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 3px solid var(--ink); border-radius: 18px; overflow: hidden; background: #fff; margin-bottom: 28px; }
.spec-table th, .spec-table td { padding: 12px 16px; text-align: left; border-bottom: 1.5px solid var(--line); font-size: 15px; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.spec-table th { font-family: var(--f-mono); font-weight: 600; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); width: 44%; background: var(--paper); }
.spec-table td { font-weight: 700; }
.spec-table tr { transition: background .2s; }
.spec-table tr:hover td { background: #FFF6E3; }
.uses { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.uses span { padding: 7px 12px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; font-size: 14px; }
.safety { border: 3px solid var(--ink); border-radius: 18px; background: #FFE9DF; padding: 18px 20px; margin-bottom: 28px; }
.safety h3 { font-size: 17px; display: flex; gap: 8px; align-items: center; }
.safety ul { margin: 0; padding-left: 20px; }
.pd-sub { font-size: 20px; margin: 10px 0 14px; }

/* ---------- About ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-art { perspective: 1200px; }
.story-art img { transform: rotateY(8deg) rotateX(4deg); transition: transform .6s var(--ease); filter: drop-shadow(16px 20px 0 rgba(11,20,51,.9)); }
.story-art:hover img { transform: none; }
.drop-cap::first-letter { font-family: var(--f-display); font-size: 3.6em; float: left; line-height: .9; margin: 6px 10px 0 0; color: var(--cobalt); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value { border: 3px solid var(--ink); border-radius: var(--radius); padding: 28px; background: #fff; box-shadow: var(--shadow); transition: transform .4s var(--ease); }
.value:nth-child(1) { background: var(--mint); } .value:nth-child(2) { background: var(--sun); } .value:nth-child(3) { background: #D8DFFA; }
.value:hover { transform: rotate(-2deg) translateY(-6px); }
.value .n { font-family: var(--f-display); font-size: 56px; font-weight: 800; line-height: 1; opacity: .25; display: block; }
.value h3 { font-size: 22px; margin: 8px 0; }
.value p { margin: 0; font-weight: 500; }
.timeline { position: relative; display: grid; gap: 0; max-width: 900px; margin-inline: auto; }
.timeline::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: linear-gradient(var(--teal), var(--sun)); transform: translateX(-50%); border-radius: 2px; }
.tl { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; min-height: 140px; }
.tl .dot { width: 54px; height: 54px; margin: auto; border-radius: 50%; background: var(--sun); border: 3px solid #000; display: grid; place-items: center; z-index: 1; box-shadow: 0 0 0 8px var(--ink); }
.tl .dot svg { width: 26px; height: 26px; animation: spin 3s linear infinite; }
.tl-card { border: 2px solid rgba(255,255,255,.15); border-radius: 18px; padding: 18px 20px; background: rgba(255,255,255,.04); }
.tl-card .yr { font-family: var(--f-mono); color: var(--sun); font-size: 13px; letter-spacing: .12em; }
.tl-card h3 { color: #fff; font-size: 19px; margin: 4px 0 6px; }
.tl-card p { color: #AEB8DD; margin: 0; font-size: 15px; }
.tl:nth-child(odd) .tl-card { grid-column: 1; text-align: right; }
.tl:nth-child(odd) .dot { grid-column: 2; grid-row: 1; }
.tl:nth-child(even) .tl-card { grid-column: 3; }
.tl:nth-child(even) .dot { grid-column: 2; grid-row: 1; }
.factsheet { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.fact { border: 3px solid var(--ink); border-radius: 18px; padding: 18px 20px; background: #fff; position: relative; overflow: hidden; }
.fact::after { content: ""; position: absolute; right: -20px; top: -20px; width: 70px; height: 70px; border-radius: 50%; background: var(--c, var(--mint)); opacity: .5; }
.fact small { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; }
.fact strong { font-size: 18px; display: block; position: relative; z-index: 1; }
.owner-card { display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; border: 3px solid var(--ink); border-radius: 28px; padding: 30px; background: var(--cream); box-shadow: var(--shadow-lg); }
.owner-avatar { width: 180px; height: 180px; border-radius: 28px; background: var(--cobalt); border: 3px solid var(--ink); display: grid; place-items: center; font-family: var(--f-display); font-size: 64px; color: var(--sun); font-weight: 800; transform: rotate(-4deg); box-shadow: 6px 6px 0 var(--ink); }
.owner-card blockquote { margin: 0; font-size: clamp(18px, 2vw, 23px); font-weight: 600; line-height: 1.45; }
.owner-card cite { display: block; margin-top: 14px; font-style: normal; font-family: var(--f-mono); font-size: 13px; color: var(--muted); }

/* ---------- Gallery ---------- */
.gallery-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.masonry { columns: 3 280px; column-gap: 22px; }
.g-item { break-inside: avoid; margin-bottom: 22px; border-radius: 20px; border: 3px solid var(--ink); overflow: hidden; background: #fff; box-shadow: var(--shadow); cursor: zoom-in; position: relative; transition: transform .4s var(--ease), box-shadow .3s; display: block; width: 100%; padding: 0; text-align: left; }
.g-item:hover { transform: translateY(-6px) rotate(-.8deg); box-shadow: var(--shadow-lg); }
.g-item img { width: 100%; height: auto; }
.g-item.prod img { aspect-ratio: 1; object-fit: contain; padding: 20px; background: radial-gradient(circle, #fff 30%, #EEF1FB); mix-blend-mode: multiply; }
.g-item figcaption { padding: 12px 16px; font-weight: 700; font-size: 15px; display: flex; justify-content: space-between; gap: 10px; align-items: center; border-top: 3px solid var(--ink); }
.g-item figcaption span { font-family: var(--f-mono); font-size: 11px; background: var(--ink); color: var(--sun); padding: 3px 8px; border-radius: 6px; }
.lightbox { position: fixed; inset: 0; z-index: 150; background: rgba(11,20,51,.92); display: grid; place-items: center; padding: 30px; opacity: 0; pointer-events: none; transition: opacity .3s; perspective: 1200px; }
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox figure { margin: 0; max-width: min(900px, 100%); transform: rotateX(20deg) scale(.8); transition: transform .5s var(--spring); text-align: center; }
.lightbox.open figure { transform: none; }
.lightbox img { max-height: 76vh; width: auto; margin: 0 auto; border-radius: 18px; border: 3px solid #000; background: #fff; }
.lightbox figcaption { color: #fff; font-weight: 700; margin-top: 14px; }
.lb-btn { position: absolute; width: 54px; height: 54px; border-radius: 16px; background: var(--sun); border: 3px solid #000; display: grid; place-items: center; box-shadow: 4px 4px 0 #000; }
.lb-btn svg { width: 24px; height: 24px; }
.lb-close { top: 20px; right: 20px; } .lb-prev { left: 20px; top: 50%; } .lb-next { right: 20px; top: 50%; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.faq-nav { display: grid; gap: 10px; }
.faq-nav a { padding: 12px 16px; border: 2px solid var(--ink); border-radius: 14px; font-weight: 700; background: #fff; transition: transform .2s var(--spring), background .2s; display: flex; justify-content: space-between; }
.faq-nav a:hover { transform: translateX(6px); background: var(--mint); }
.faq-group { margin-bottom: 50px; scroll-margin-top: 120px; }
.faq-group h2 { font-size: 26px; margin-bottom: 18px; display: flex; gap: 12px; align-items: center; }
.faq-group h2 i { font-style: normal; font-family: var(--f-mono); font-size: 13px; background: var(--ink); color: var(--sun); padding: 4px 10px; border-radius: 8px; }
.acc { border: 3px solid var(--ink); border-radius: 18px; background: #fff; margin-bottom: 14px; overflow: hidden; transition: box-shadow .3s, transform .3s var(--ease); }
.acc.open { box-shadow: var(--shadow); transform: translate(-3px, -3px); }
.acc button { width: 100%; text-align: left; padding: 18px 20px; font-weight: 800; font-size: 17px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.acc .pm { width: 34px; height: 34px; flex-shrink: 0; border-radius: 10px; background: var(--sun); border: 2px solid var(--ink); position: relative; transition: transform .4s var(--spring), background .3s; }
.acc .pm::before, .acc .pm::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 3px; background: var(--ink); transform: translate(-50%, -50%); border-radius: 2px; }
.acc .pm::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .3s; }
.acc.open .pm { transform: rotate(180deg); background: var(--teal); }
.acc.open .pm::after { transform: translate(-50%, -50%) rotate(0); }
.acc-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.acc.open .acc-body { grid-template-rows: 1fr; }
.acc-body > div { overflow: hidden; }
.acc-body p { padding: 0 20px 20px; margin: 0; color: var(--muted); font-size: 16px; }

/* ---------- Policies ---------- */
.pol-layout { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.pol-layout > aside, .faq-layout > aside { position: sticky; top: 110px; }
.pol-nav { display: grid; gap: 6px; max-height: calc(100vh - 130px); overflow: auto; padding: 14px; border: 3px solid var(--ink); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.pol-nav a { padding: 9px 12px; border-radius: 10px; font-weight: 700; font-size: 14.5px; display: flex; gap: 10px; align-items: center; transition: background .2s; }
.pol-nav a i { font-style: normal; font-family: var(--f-mono); font-size: 11px; color: var(--muted); width: 22px; }
.pol-nav a:hover { background: var(--paper); }
.pol-nav a.active { background: var(--ink); color: var(--sun); }
.pol-nav a.active i { color: var(--mint); }
.pol { scroll-margin-top: 130px; border: 3px solid var(--ink); border-radius: 26px; background: #fff; padding: clamp(24px, 4vw, 40px); margin-bottom: 30px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.pol::before { content: attr(data-n); position: absolute; right: 20px; top: 6px; font-family: var(--f-display); font-size: 90px; font-weight: 800; color: var(--paper-2); line-height: 1; z-index: 0; }
.pol > * { position: relative; z-index: 1; }
.pol h2 { font-size: clamp(24px, 3vw, 34px); margin-bottom: 6px; }
.pol .sum { color: var(--cobalt); font-weight: 700; margin-bottom: 20px; }
.pol h3 { font-family: var(--f-body); font-size: 18px; font-weight: 800; letter-spacing: 0; margin: 22px 0 8px; display: flex; gap: 10px; align-items: center; }
.pol h3::before { content: ""; width: 12px; height: 12px; border-radius: 4px; background: var(--teal); border: 2px solid var(--ink); flex-shrink: 0; }
.pol p, .pol li { color: #394060; }
.pol ul { padding-left: 22px; margin: 0; display: grid; gap: 4px; }
.pol-meta { font-family: var(--f-mono); font-size: 13px; color: #8C98C8; margin-top: 10px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; }
.c-cards { display: grid; gap: 18px; }
.c-card { display: grid; grid-template-columns: 64px 1fr auto; gap: 18px; align-items: center; padding: 20px; border: 3px solid var(--ink); border-radius: 22px; background: #fff; box-shadow: var(--shadow); transition: transform .3s var(--ease), box-shadow .3s; }
.c-card:hover { transform: translate(-3px, -3px); box-shadow: var(--shadow-lg); }
.c-card .ic { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; border: 3px solid var(--ink); background: var(--c, var(--sun)); }
.c-card .ic svg { width: 30px; height: 30px; }
.c-card h3 { font-family: var(--f-mono); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 0 0 4px; font-weight: 600; }
.c-card p { margin: 0; font-weight: 800; font-size: 18px; line-height: 1.35; }
.c-card .arrow { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--ink); display: grid; place-items: center; transition: transform .3s var(--spring), background .2s; }
.c-card:hover .arrow { transform: rotate(-45deg); background: var(--sun); }
.c-card .arrow svg { width: 20px; height: 20px; }
.form-card { border: 3px solid var(--ink); border-radius: 28px; background: var(--cream); padding: clamp(24px, 4vw, 40px); box-shadow: var(--shadow-lg); position: relative; }
.form-card h2 { font-size: clamp(24px, 3vw, 34px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: 14px; }
.field input, .field select, .field textarea { font: inherit; font-size: 16px; padding: 13px 14px; border: 2.5px solid var(--ink); border-radius: 14px; background: #fff; transition: box-shadow .2s, transform .2s; width: 100%; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; box-shadow: 4px 4px 0 var(--teal); transform: translate(-2px, -2px); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 13.5px; color: var(--muted); margin: 14px 0 0; }
.stamp { position: absolute; top: -26px; right: 24px; width: 92px; height: 92px; border-radius: 50%; background: var(--coral); color: #fff; border: 3px solid var(--ink); display: grid; place-items: center; text-align: center; font-family: var(--f-display); font-size: 11px; font-weight: 800; line-height: 1.2; transform: rotate(12deg); animation: wob 4s ease-in-out infinite; box-shadow: 4px 4px 0 var(--ink); }
@keyframes wob { 50% { transform: rotate(-6deg) scale(1.05); } }

/* ---------- 404 ---------- */
.nf { min-height: 80vh; display: grid; place-items: center; text-align: center; padding: 140px 0 80px; margin-top: -96px; }
.nf .num { font-family: var(--f-display); font-size: clamp(110px, 22vw, 260px); font-weight: 800; line-height: .9; }
.nf img { width: min(480px, 90%); margin: 10px auto 30px; }

/* ---------- Misc ---------- */
.tag-line { display: flex; gap: 10px; flex-wrap: wrap; }
.divider-wave { display: block; width: 100%; height: 50px; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.pill-note { display: inline-flex; gap: 10px; align-items: center; padding: 10px 16px; border-radius: 14px; background: #fff; border: 2px solid var(--ink); font-weight: 600; font-size: 14.5px; }
.pill-note svg { width: 18px; height: 18px; color: var(--cobalt); }
.skeleton { background: linear-gradient(90deg, #eee 25%, #f6f6f6 50%, #eee 75%); background-size: 200% 100%; animation: sk 1.2s infinite; border-radius: 20px; min-height: 380px; border: 3px solid var(--line); }
@keyframes sk { to { background-position: -200% 0; } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav-links { display: none; }
  .burger { display: grid; }
  .nav-actions { margin-left: auto; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .buyers { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .hero .wrap, .page-hero .wrap, .cutaway, .process, .visit, .cta-box, .pd, .story, .contact-grid, .two-col { grid-template-columns: 1fr; }
  .hero { padding-top: 130px; }
  .hero-stage { max-width: 440px; margin: 0 auto; }
  .page-hero-art { justify-self: center; max-width: 300px; }
  .why { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: 1fr; }
  .pd-stage { position: static; }
  .faq-layout, .pol-layout { grid-template-columns: 1fr; }
  .pol-layout > aside, .faq-layout > aside { position: static; }
  .faq-nav { grid-template-columns: 1fr 1fr; }
  .pol-nav { position: relative; top: 0; max-height: 280px; }
  .map-card { transform: none; }
  .cta-art { display: none; }
  .filters { position: relative; top: 0; }
  .search { margin-left: 0; width: 100%; }
  .owner-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .timeline::before { left: 27px; }
  .tl { grid-template-columns: 54px 1fr; gap: 16px; min-height: 0; padding: 12px 0; }
  .tl .dot { box-shadow: 0 0 0 6px var(--ink); }
  .tl:nth-child(odd) .tl-card, .tl:nth-child(even) .tl-card { grid-column: 2; text-align: left; }
  .tl:nth-child(odd) .dot, .tl:nth-child(even) .dot { grid-column: 1; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .hl { white-space: normal; }
  .topstrip .hide-sm { display: none; }
  .brand-text small { display: none; }
  .brand-text strong { font-size: 13px; }
  .brand img { width: 40px; height: 40px; }
  .nav-shell { gap: 10px; padding: 8px 8px 8px 10px; }
  .nav-actions .btn { display: none; }
  .foot-grid, .buyers, .why, .stats { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .stat { padding: 18px 16px; }
  .grid-products { grid-template-columns: 1fr; }
  .ring-stage { height: 400px; }
  .ring { width: 200px; height: 260px; }
  .ring-card p { display: none; }
  .ring-card h3 { font-size: 17px; }
  .ring-card img { width: 110px; height: 110px; }
  .cat-head { grid-template-columns: 70px 1fr; }
  .cat-head img { width: 70px; height: 70px; }
  .cat-head .btn { grid-column: 1 / -1; }
  .order-btns, .feature-list, .form-grid { grid-template-columns: 1fr; }
  .c-card { grid-template-columns: 52px 1fr; }
  .c-card .ic { width: 52px; height: 52px; }
  .c-card .arrow { display: none; }
  .float-tag { font-size: 11px; padding: 7px 10px; }
  .float-tag b { font-size: 13px; }
  .hero-ctas .btn { flex: 1 1 100%; }
  .faq-nav { grid-template-columns: 1fr; }
  .wa-float .bubble { display: none; }
  .lb-prev, .lb-next { top: auto; bottom: 20px; }
  .extrude { -webkit-text-stroke: 4px var(--ink); text-shadow: 1px 1px 0 var(--ink), 2px 2px 0 var(--ink), 3px 3px 0 var(--ink), 4px 4px 0 var(--ink); }
  .extrude-sun { text-shadow: 1px 1px 0 #000, 2px 2px 0 #000, 3px 3px 0 #000, 4px 4px 0 #000, 5px 5px 0 #000; }
}

/* Mobile menu */
.mnav { position: fixed; inset: 0; z-index: 95; background: var(--ink); color: #fff; display: flex; flex-direction: column; padding: 100px 24px 40px; perspective: 1000px; opacity: 0; pointer-events: none; transition: opacity .3s; background-image: linear-gradient(rgba(127,227,211,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(127,227,211,.06) 1px, transparent 1px); background-size: 44px 44px; }
.menu-open .mnav { opacity: 1; pointer-events: auto; }
.mnav a.m-link { font-family: var(--f-display); font-size: clamp(30px, 9vw, 46px); font-weight: 800; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; transform: rotateX(-80deg) translateY(30px); transform-origin: top; opacity: 0; transition: transform .6s var(--ease), opacity .4s; }
.mnav a.m-link span { font-family: var(--f-mono); font-size: 13px; color: var(--mint); }
.mnav a.m-link.active { color: var(--sun); }
.menu-open .mnav a.m-link { transform: none; opacity: 1; }
.mnav .m-foot { margin-top: auto; display: grid; gap: 12px; }
.mnav-close { position: absolute; top: 24px; right: 20px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
