/* ================================================================
   V S MACHINES — style.css
   Direction: Editorial Industrial · Luxury Machinery Magazine
   Fonts: Bebas Neue (giant headlines) · Playfair Display (editorial)
          IBM Plex Mono (data/labels) · Manrope (body)
   Palette: Warm Off-White + Ink Black + Navy #020e70 + Red #e80607
================================================================ */

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

:root {
  --red:    #e80607;
  --red-d:  #b50405;
  --navy:   #020e70;
  --navy-d: #01094e;
  --ink:    #0d0d12;
  --ink-2:  #2a2a35;
  --ink-3:  #6b6b7e;
  --cream:  #f5f2ec;
  --cream-2:#edeae2;
  --white:  #ffffff;
  --border: rgba(13,13,18,0.1);

  --ff-display: 'Bebas Neue', sans-serif;
  --ff-serif:   'Playfair Display', Georgia, serif;
  --ff-mono:    'IBM Plex Mono', monospace;
  --ff-body:    'Manrope', sans-serif;

  --ease:   cubic-bezier(0.4, 0, 0.2, 1);
  --r:      8px;
  --r-lg:   14px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--ff-body);
  background: var(--cream);
  color: var(--ink);
  overflow-x: hidden;
  cursor: none;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
button { cursor: none; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: var(--ff-body); }

/* ── CUSTOM CURSOR ── */
.cursor {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--red);
  position: fixed; top: 0; left: 0; z-index: 9999;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.1s, width 0.3s, height 0.3s, background 0.3s;
}
.cursor-follower {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid rgba(232,6,7,0.4);
  position: fixed; top: 0; left: 0; z-index: 9998;
  pointer-events: none;
  transform: translate(-50%,-50%);
  transition: transform 0.15s var(--ease), width 0.3s, height 0.3s, opacity 0.3s;
}
body:has(a:hover) .cursor { width: 16px; height: 16px; background: var(--navy); }
body:has(a:hover) .cursor-follower { width: 48px; height: 48px; border-color: rgba(2,14,112,0.3); }
@media (max-width: 1024px) { .cursor, .cursor-follower { display: none; } body { cursor: auto; } button { cursor: pointer; } }

/* ── SHARED EYEBROW ── */
.section-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ff-mono); font-size: 11px; font-weight: 400;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--ink-3); margin-bottom: 20px;
}
.se-line { display: inline-block; width: 36px; height: 1px; background: var(--ink-3); flex-shrink: 0; }
.se-light .se-txt { color: rgba(255,255,255,0.5); }
.se-line-light { background: rgba(255,255,255,0.3); }

.section-h2 {
  font-family: var(--ff-serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}
.section-h2 em { color: var(--red); font-style: italic; }
.sh2-light { color: #fff; }
.sh2-light em { color: rgba(255,255,255,0.55); font-style: italic; }

/* ── HEADER ── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  transition: background 0.3s var(--ease), box-shadow 0.3s;
}
.hdr.scrolled {
  background: rgba(245,242,236,0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--border);
}

.hdr-in {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  height: 72px; display: flex; align-items: center; gap: 36px;
}

.hdr-logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.hdr-logo-box {
  width: 40px; height: 40px; border-radius: 7px;
  background: var(--navy);
  color: #fff; font-family: var(--ff-display); font-size: 16px; letter-spacing: 1px;
  display: flex; align-items: center; justify-content: center;
}
.hdr-logo-txt { display: flex; flex-direction: column; line-height: 1.2; }
.hdr-logo-txt b { font-family: var(--ff-body); font-size: 14px; font-weight: 700; color: var(--ink); }
.hdr-logo-txt span { font-family: var(--ff-mono); font-size: 10px; color: var(--ink-3); letter-spacing: 1px; }

.hdr-nav { flex: 1; display: flex; align-items: center; gap: 4px; }
.hdr-nav > a {
  font-size: 13.5px; font-weight: 500; color: var(--ink-2);
  padding: 8px 14px; border-radius: var(--r);
  transition: background 0.18s, color 0.18s;
}
.hdr-nav > a:hover { background: rgba(2,14,112,0.06); color: var(--navy); }

.hdr-mega-wrap { position: relative; }
.hdr-prod-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13.5px; font-weight: 500; color: var(--ink-2);
  padding: 8px 14px; border-radius: var(--r);
  transition: background 0.18s, color 0.18s;
}
.hdr-prod-link:hover { background: rgba(2,14,112,0.06); color: var(--navy); }

.hdr-mega {
  position: absolute; top: calc(100% + 12px); left: -120px;
  width: 620px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 4px 16px rgba(0,0,0,0.06);
  padding: 28px 24px;
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
  opacity: 0; pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
}
.hdr-mega-wrap:hover .hdr-mega { opacity: 1; pointer-events: all; transform: translateY(0); }
.mega-col-hd {
  font-family: var(--ff-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--navy);
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 2px solid var(--red);
}
.mega-col a {
  display: block; font-size: 13px; color: var(--ink-2);
  padding: 7px 10px; border-radius: 6px; margin-bottom: 2px;
  transition: background 0.15s, color 0.15s;
}
.mega-col a:hover { background: var(--cream); color: var(--navy); }
.mega-sep { width: 1px; background: var(--border); margin: 0 8px; }

.hdr-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-brochure {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 500; color: var(--ink-2);
  padding: 9px 17px; border-radius: var(--r);
  border: 1px solid var(--border);
  background: transparent;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.btn-brochure:hover { border-color: var(--navy); color: var(--navy); background: rgba(2,14,112,0.04); }
.btn-touch {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 600; color: #fff;
  padding: 10px 20px; border-radius: var(--r);
  background: var(--red);
  transition: background 0.2s, transform 0.2s;
}
.btn-touch:hover { background: var(--red-d); transform: translateY(-1px); }

.hdr-burger { display: none; flex-direction: column; gap: 5px; padding: 9px; border-radius: var(--r); }
.hdr-burger:hover { background: rgba(2,14,112,0.06); }
.hdr-burger span { display: block; width: 21px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: all 0.25s var(--ease); }
.hdr-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hdr-burger.open span:nth-child(2) { opacity: 0; }
.hdr-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── OFF-CANVAS ── */
.oc-veil {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(13,13,18,0.6); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s var(--ease);
}
.oc-veil.show { opacity: 1; pointer-events: all; }

.oc {
  position: fixed; top: 0; right: -340px; bottom: 0;
  width: 320px; z-index: 1010;
  background: var(--cream);
  padding: 28px;
  display: flex; flex-direction: column;
  box-shadow: -8px 0 48px rgba(0,0,0,0.15);
  transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
  overflow-y: auto;
}
.oc.open { right: 0; }

.oc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 40px; }
.oc-brand { font-family: var(--ff-display); font-size: 28px; color: var(--navy); letter-spacing: 2px; }
.oc-brand em { color: var(--red); font-style: normal; }
.oc-x { width: 36px; height: 36px; border-radius: 50%; background: var(--cream-2); display: flex; align-items: center; justify-content: center; position: relative; }
.oc-x span { position: absolute; width: 16px; height: 1.5px; background: var(--ink); border-radius: 2px; }
.oc-x span:first-child { transform: rotate(45deg); }
.oc-x span:last-child { transform: rotate(-45deg); }
.oc-x:hover { background: var(--border); }

.oc-nav { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.oc-a {
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--ff-body); font-size: 15px; font-weight: 500;
  color: var(--ink-2); padding: 13px 12px; border-radius: var(--r);
  transition: background 0.15s, color 0.15s;
  position: relative;
}
.oc-a::before {
  content: attr(data-n);
  font-family: var(--ff-mono); font-size: 9px; color: var(--ink-3);
  position: absolute; left: -4px; top: 14px;
}
.oc-a:hover { background: rgba(2,14,112,0.06); color: var(--navy); }
.oc-sub-toggle { cursor: pointer; border: none; background: none; width: 100%; text-align: left; }
.oc-sub { max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease); padding-left: 12px; }
.oc-sub.open { max-height: 320px; }
.oc-sub a { display: block; font-size: 13px; color: var(--ink-3); padding: 8px 12px; border-radius: 6px; transition: color 0.15s, background 0.15s; }
.oc-sub a:hover { color: var(--navy); background: rgba(2,14,112,0.05); }
.oc-bottom { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; }
.oc-dl {
  text-align: center; padding: 12px; border-radius: var(--r);
  border: 1px solid var(--border); font-size: 14px; font-weight: 500;
  transition: border-color 0.2s, color 0.2s;
}
.oc-dl:hover { border-color: var(--navy); color: var(--navy); }
.oc-gt {
  text-align: center; padding: 13px; border-radius: var(--r);
  background: var(--red); color: #fff; font-weight: 600; font-size: 14px;
  transition: background 0.2s;
}
.oc-gt:hover { background: var(--red-d); }

/* ═══════════════════════════════════
   HERO
═══════════════════════════════════ */
.hero {
  position: relative;
  width: 100%; height: 100vh; min-height: 680px;
  overflow: hidden;
  display: flex; align-items: center;
}

/* bg reel */
.hero-bg-reel { position: absolute; inset: 0; z-index: 0; }
.hbg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.07);
  transition: opacity 1.2s var(--ease), transform 7s var(--ease);
  will-change: opacity, transform;
}
.hbg.active { opacity: 1; transform: scale(1); }

/* main veil: left heavy dark, right lighter */
.hero-veil {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    108deg,
    rgba(2,14,112,0.88) 0%,
    rgba(2,14,112,0.6) 38%,
    rgba(5,5,20,0.5) 65%,
    rgba(5,5,20,0.25) 100%
  );
}

/* diagonal navy slash */
.hero-slash {
  position: absolute; z-index: 2;
  top: -10%; left: -5%;
  width: 52%; height: 120%;
  background: rgba(2,14,112,0.22);
  transform: skewX(-8deg);
  pointer-events: none;
}

/* layout */
.hero-left {
  position: relative; z-index: 10;
  width: 55%;
  padding: 0 0 0 max(40px, calc((100vw - 1280px)/2 + 40px));
  padding-top: 72px;
}

.hero-tag {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 2.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  margin-bottom: 28px;
}
.htag-bar { display: inline-block; width: 32px; height: 1px; background: var(--red); flex-shrink: 0; }

.hero-h1 {
  display: flex; flex-direction: column;
  margin-bottom: 28px;
}
.hh1-sm {
  font-family: var(--ff-mono); font-size: clamp(13px,1.2vw,16px);
  font-weight: 300; color: rgba(255,255,255,0.5);
  letter-spacing: 4px; text-transform: uppercase;
  margin-bottom: 4px;
}
.hh1-lg {
  font-family: var(--ff-display);
  font-size: clamp(80px, 12vw, 150px);
  color: #fff; line-height: 0.88;
  letter-spacing: 3px;
}
.hh1-amp {
  font-family: var(--ff-serif); font-style: italic;
  font-size: clamp(36px, 5vw, 64px);
  color: var(--red); line-height: 1.1;
  padding-left: 6px;
}
.hh1-lg em { color: var(--red); font-style: normal; }

.hero-sub {
  font-family: var(--ff-body); font-size: 15px; font-weight: 300;
  color: rgba(255,255,255,0.65); line-height: 1.8;
  max-width: 440px; margin-bottom: 40px;
}

.hero-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.hbtn-main {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ff-body); font-size: 14px; font-weight: 700;
  letter-spacing: 0.5px; text-transform: uppercase;
  background: var(--red); color: #fff;
  padding: 15px 32px; border-radius: 2px;
  transition: background 0.25s, gap 0.25s;
  position: relative; overflow: hidden;
}
.hbtn-main::before {
  content: '';
  position: absolute; inset: 0;
  background: rgba(255,255,255,0.08);
  transform: translateX(-100%) skewX(-10deg);
  transition: transform 0.4s var(--ease);
}
.hbtn-main:hover::before { transform: translateX(100%) skewX(-10deg); }
.hbtn-main:hover { background: var(--red-d); gap: 18px; }
.hbtn-arrow { font-size: 18px; transition: transform 0.25s; }
.hbtn-main:hover .hbtn-arrow { transform: translateX(4px); }

.hbtn-ghost {
  font-family: var(--ff-body); font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.7);
  padding: 14px 26px; border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.25);
  letter-spacing: 0.5px; text-transform: uppercase;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s, color 0.25s, background 0.25s;
}
.hbtn-ghost:hover { border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.08); }

/* hero right stats */
.hero-right {
  position: absolute; right: 0; top: 0; bottom: 0; z-index: 10;
  width: 260px;
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  padding: 0 36px;
  background: rgba(2,14,112,0.45);
  backdrop-filter: blur(12px);
  border-left: 1px solid rgba(255,255,255,0.08);
  padding-top: 72px;
}

.hero-stats { width: 100%; margin-bottom: 40px; }
.hstat {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.hstat:first-child { border-top: 1px solid rgba(255,255,255,0.1); }
.hstat-n {
  display: block;
  font-family: var(--ff-display); font-size: 56px; color: #fff; line-height: 1;
  letter-spacing: 2px;
}
.hstat-n sup { font-family: var(--ff-body); font-size: 20px; color: var(--red); }
.hstat-l {
  display: block; margin-top: 4px;
  font-family: var(--ff-mono); font-size: 10px;
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.hero-iso {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono); font-size: 10px; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.hero-iso svg { color: var(--red); flex-shrink: 0; }

/* dots bottom left */
.hero-dots {
  position: absolute; bottom: 36px; left: max(40px,calc((100vw - 1280px)/2 + 40px));
  z-index: 12; display: flex; gap: 8px; align-items: center;
}
.hdot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.3); border: none;
  padding: 0; transition: background 0.3s, width 0.3s, border-radius 0.3s;
}
.hdot.active { background: var(--red); width: 24px; border-radius: 3px; }

/* slide counter bottom right (above the stats panel) */
.hero-num {
  position: absolute; bottom: 36px; right: 36px; z-index: 12;
  font-family: var(--ff-mono); font-size: 12px; color: rgba(255,255,255,0.4);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
}
.hero-num span:first-child { font-size: 22px; color: #fff; font-weight: 400; }
.hnum-line { width: 1px; height: 20px; background: rgba(255,255,255,0.2); }

/* scroll cue */
.hero-scroll-cue {
  position: absolute; left: max(40px,calc((100vw - 1280px)/2 + 40px));
  bottom: 70px; z-index: 12;
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
}
.hscroll-track {
  width: 1.5px; height: 48px;
  background: rgba(255,255,255,0.15);
  position: relative; overflow: hidden; border-radius: 2px;
}
.hscroll-thumb {
  position: absolute; top: 0; left: 0; right: 0;
  height: 40%;
  background: var(--red);
  animation: scrollThumb 2.2s ease-in-out infinite;
  border-radius: 2px;
}
@keyframes scrollThumb {
  0%   { top: -40%; }
  100% { top: 140%; }
}
.hero-scroll-cue > span {
  font-family: var(--ff-mono); font-size: 8px;
  letter-spacing: 3px; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  writing-mode: vertical-rl; transform: rotate(180deg);
  margin-top: 4px;
}

/* ═══════════════════════════════════
   TICKER BAR
═══════════════════════════════════ */
.ticker-bar {
  background: var(--navy); overflow: hidden;
  padding: 14px 0;
  border-top: none;
}
.ticker-track {
  display: flex; gap: 0; align-items: center;
  width: max-content;
  animation: tickerAnim 28s linear infinite;
}
.ticker-track span {
  font-family: var(--ff-mono); font-size: 12px; font-weight: 400;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  white-space: nowrap; padding: 0 18px;
}
.tk-sep { color: var(--red) !important; font-size: 10px !important; padding: 0 4px !important; }
@keyframes tickerAnim {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ═══════════════════════════════════
   ABOUT
═══════════════════════════════════ */
.about { padding: 120px 0; background: var(--cream); position: relative; overflow: hidden; }
.about::before {
  content: 'VS';
  position: absolute; right: -60px; top: 40px;
  font-family: var(--ff-display); font-size: 280px;
  color: rgba(2,14,112,0.04); line-height: 1;
  pointer-events: none; user-select: none;
}
.about-grid {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}

.about-img-col { position: relative; }
.about-img-frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.about-img {
  width: 100%; height: 560px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}
.about-img-card {
  position: absolute; bottom: 28px; left: -28px;
  background: var(--navy);
  color: #fff; padding: 24px 28px;
  border-radius: 4px;
  min-width: 160px;
  box-shadow: 0 12px 40px rgba(2,14,112,0.3);
}
.aic-year { font-family: var(--ff-display); font-size: 52px; line-height: 1; color: #fff; }
.aic-label { font-family: var(--ff-mono); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 2px; }
.aic-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.15); margin: 14px 0; }
.aic-text { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.7); line-height: 1.6; }

.about-accent-box {
  position: absolute; top: -24px; right: -24px;
  background: var(--red);
  padding: 20px 24px; border-radius: 4px;
  display: flex; flex-direction: column; align-items: center;
  box-shadow: 0 8px 32px rgba(232,6,7,0.35);
}
.aab-num { font-family: var(--ff-display); font-size: 48px; color: #fff; line-height: 1; }
.aab-num sup { font-family: var(--ff-body); font-size: 18px; }
.aab-txt { font-family: var(--ff-mono); font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.7); text-align: center; line-height: 1.6; margin-top: 4px; }

.about-content p { font-size: 15px; color: var(--ink-3); line-height: 1.85; font-weight: 300; margin-bottom: 18px; }
.about-content p strong { color: var(--ink); font-weight: 600; }

.about-feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.afeat {
  display: flex; align-items: center; gap: 14px;
  background: var(--cream-2); border: 1px solid var(--border);
  border-radius: 4px; padding: 18px;
  transition: border-color 0.2s, background 0.2s;
}
.afeat:hover { border-color: var(--navy); background: rgba(2,14,112,0.04); }
.afeat-icon { font-size: 22px; flex-shrink: 0; }
.afeat-txt { font-size: 13px; font-weight: 600; color: var(--ink-2); line-height: 1.4; }

/* ═══════════════════════════════════
   PRODUCTS
═══════════════════════════════════ */
.products { padding: 120px 0; background: var(--ink); position: relative; }
.products::before {
  content: 'MACHINES';
  position: absolute; left: -20px; top: 40px;
  font-family: var(--ff-display); font-size: 200px;
  color: rgba(255,255,255,0.025); line-height: 1;
  pointer-events: none; user-select: none; letter-spacing: 8px;
}

.products-hd {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: end; gap: 60px; margin-bottom: 60px;
}
.products-title { color: #fff; margin-bottom: 0; }
.products-title em { color: rgba(255,255,255,0.3); }
.products-hd-right { max-width: 320px; }
.products-hd-right p { font-size: 14px; color: rgba(255,255,255,0.4); font-weight: 300; line-height: 1.8; }

.products-grid {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 280px 280px;
  gap: 12px;
}

.pcard {
  position: relative; border-radius: 4px; overflow: hidden;
  cursor: none;
  transition: transform 0.35s var(--ease);
}
.pcard:hover { transform: scale(1.015); z-index: 2; }

.pcard-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s var(--ease), filter 0.3s;
  filter: saturate(0.7) brightness(0.55);
}
.pcard:hover .pcard-bg { transform: scale(1.06); filter: saturate(0.9) brightness(0.6); }
.pcard::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(2,14,112,0.85) 0%, rgba(2,14,112,0.15) 50%, transparent 100%);
  transition: opacity 0.3s;
}

.pcard-body {
  position: absolute; inset: 0; z-index: 3;
  padding: 22px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.pcard-n {
  font-family: var(--ff-mono); font-size: 9px; letter-spacing: 2px;
  color: rgba(255,255,255,0.35); display: block; margin-bottom: 6px;
}
.pcard h3 {
  font-family: var(--ff-serif); font-size: clamp(18px,2vw,24px);
  font-weight: 700; color: #fff; line-height: 1.15; margin-bottom: 14px;
}
.pcard-link {
  display: inline-flex; align-items: center;
  font-family: var(--ff-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), color 0.2s;
}
.pcard:hover .pcard-link { opacity: 1; transform: translateY(0); color: var(--red); }

/* tall card */
.pcard-tall { grid-row: span 2; }
.pcard-tall h3 { font-size: clamp(22px,2.5vw,32px); }

/* navy card (no bg image) */
.pcard-navy { background: var(--navy); }
.pcard-navy::after { display: none; }
.pcard-navy .pcard-link { opacity: 1; transform: none; }

/* CTA card */
.pcard-cta { background: var(--red); border-radius: 4px; cursor: none; }
.pcard-cta::after { display: none; }
.pcard-cta:hover { transform: none; }
.pcard-cta .pcard-body { justify-content: center; text-align: center; padding: 30px; }
.pcard-cta-big { font-family: var(--ff-display); font-size: 72px; color: rgba(255,255,255,0.3); line-height: 1; margin-bottom: 10px; }
.pcard-cta h3 { font-family: var(--ff-serif); font-size: 26px; color: #fff; margin-bottom: 10px; }
.pcard-cta p { font-size: 13px; color: rgba(255,255,255,0.65); font-weight: 300; margin-bottom: 22px; line-height: 1.6; }
.pcard-cta-btn {
  display: inline-block;
  font-family: var(--ff-mono); font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--red); background: #fff;
  padding: 11px 24px; border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.pcard-cta-btn:hover { background: var(--ink); color: #fff; }

/* ═══════════════════════════════════
   TESTIMONIALS
═══════════════════════════════════ */
.testi { background: var(--navy); padding: 0; overflow: hidden; }
.testi-wrap {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 360px 1fr;
  gap: 0; min-height: 580px; align-items: center;
}

.testi-left {
  padding: 80px 60px 80px 0;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.testi-nav-pair { display: flex; gap: 10px; margin-bottom: 28px; }
.tnav {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.6);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.tnav:hover { background: var(--red); border-color: var(--red); color: #fff; }
.testi-count {
  font-family: var(--ff-mono); font-size: 13px;
  color: rgba(255,255,255,0.25); letter-spacing: 2px;
}
.testi-count span { font-size: 24px; color: #fff; font-weight: 300; }

.testi-right { padding: 80px 0 80px 60px; }
.tswiper { width: 100%; }
.tcard {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px; padding: 40px;
  height: auto;
}
.tcard-q {
  font-family: var(--ff-serif); font-size: 80px;
  color: var(--red); line-height: 0.6;
  margin-bottom: 22px; opacity: 0.5;
}
.tcard p { font-size: 16px; color: rgba(255,255,255,0.7); line-height: 1.85; font-weight: 300; font-style: italic; margin-bottom: 30px; }
.tcard-auth { display: flex; align-items: center; gap: 14px; }
.tcard-av {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--red); color: #fff;
  font-family: var(--ff-body); font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.tcard-auth > div:nth-child(2) { flex: 1; }
.tcard-auth strong { display: block; font-size: 14px; font-weight: 700; color: #fff; }
.tcard-auth span { display: block; font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 3px; }
.tcard-stars { font-size: 13px; color: #f59e0b; margin-left: auto; letter-spacing: 1px; }

.tswiper .swiper-pagination { display: none; }

/* ═══════════════════════════════════
   CLIENTS MARQUEE
═══════════════════════════════════ */
.clients { padding: 90px 0; background: var(--cream-2); overflow: hidden; }
.clients-hd {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  margin-bottom: 48px;
}

.mq-outer {
  position: relative; overflow: hidden;
}
.mq-outer::before, .mq-outer::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
  pointer-events: none;
}
.mq-outer::before { left: 0; background: linear-gradient(to right, var(--cream-2) 0%, transparent 100%); }
.mq-outer::after { right: 0; background: linear-gradient(to left, var(--cream-2) 0%, transparent 100%); }

.mq-track {
  display: flex; width: max-content;
  animation: mqRoll 32s linear infinite;
}
.mq-track:hover { animation-play-state: paused; }
@keyframes mqRoll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.mq-set { display: flex; gap: 12px; padding: 0 6px; }
.clogo {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 18px 30px;
  font-family: var(--ff-mono); font-size: 12px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--ink-3);
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.clogo:hover { border-color: var(--navy); background: var(--navy); color: rgba(255,255,255,0.8); }

/* ═══════════════════════════════════
   CONTACT
═══════════════════════════════════ */
.contact { background: var(--ink); }
.contact-split {
  max-width: 1280px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: 1fr 1.15fr;
  gap: 80px; align-items: start;
  padding-top: 100px; padding-bottom: 100px;
}

.contact-info p.contact-desc { font-size: 15px; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.8; margin-bottom: 40px; }
.cdetails { display: flex; flex-direction: column; gap: 24px; }
.cdet { display: flex; align-items: flex-start; gap: 16px; }
.cdet-icon {
  width: 40px; height: 40px; border-radius: 3px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); flex-shrink: 0;
}
.cdet b { display: block; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 5px; font-family: var(--ff-mono); }
.cdet span { font-size: 14px; color: rgba(255,255,255,0.7); font-weight: 300; }

.contact-form-wrap {
  background: var(--cream);
  border-radius: 4px;
  padding: 48px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.cform { display: flex; flex-direction: column; gap: 22px; }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cfield { display: flex; flex-direction: column; gap: 8px; }
.cfield label {
  font-family: var(--ff-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--ink-3);
}
.cfield input, .cfield select, .cfield textarea {
  width: 100%; padding: 13px 16px;
  border: 1px solid var(--border); border-radius: 3px;
  font-family: var(--ff-body); font-size: 14px; font-weight: 300;
  color: var(--ink); background: var(--white);
  outline: none; transition: border-color 0.2s, box-shadow 0.2s;
}
.cfield input:focus, .cfield select:focus, .cfield textarea:focus {
  border-color: var(--navy); box-shadow: 0 0 0 3px rgba(2,14,112,0.08);
}
.cfield textarea { resize: vertical; }
.cform-btn {
  width: 100%; padding: 16px;
  font-family: var(--ff-mono); font-size: 12px; font-weight: 500;
  letter-spacing: 3px; text-transform: uppercase;
  background: var(--red); color: #fff; border-radius: 3px;
  transition: background 0.2s, transform 0.2s;
}
.cform-btn:hover { background: var(--red-d); transform: translateY(-2px); }

/* ═══════════════════════════════════
   FOOTER
═══════════════════════════════════ */
.footer { background: #070710; position: relative; overflow: hidden; }
.footer-bigtext {
  font-family: var(--ff-display); font-size: clamp(60px, 12vw, 160px);
  color: rgba(255,255,255,0.025); line-height: 1;
  padding: 40px 40px 0; letter-spacing: 12px;
  user-select: none; pointer-events: none;
  text-align: center;
}
.footer-main {
  max-width: 1280px; margin: 0 auto; padding: 40px 40px 60px;
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.footer-about p { font-size: 13px; color: rgba(255,255,255,0.3); font-weight: 300; line-height: 1.8; max-width: 240px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 8px; }
.footer-socials a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.4);
  font-family: var(--ff-mono);
  transition: all 0.2s;
}
.footer-socials a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.footer-col h4 {
  font-family: var(--ff-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.25); margin-bottom: 20px;
}
.footer-col a {
  display: block; font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,0.4); margin-bottom: 10px;
  transition: color 0.2s;
}
.footer-col a:hover { color: rgba(255,255,255,0.85); }
.footer-dl-btn {
  display: inline-block; margin-top: 10px;
  font-size: 11px !important; font-weight: 500 !important;
  font-family: var(--ff-mono) !important;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--red) !important;
  border: 1px solid rgba(232,6,7,0.3);
  padding: 10px 16px; border-radius: 3px;
}
.footer-dl-btn:hover { background: rgba(232,6,7,0.08) !important; color: var(--red) !important; }
.footer-bottom {
  max-width: 1280px; margin: 0 auto; padding: 22px 40px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.footer-bottom span { font-family: var(--ff-mono); font-size: 11px; color: rgba(255,255,255,0.2); letter-spacing: 0.5px; }

/* ═══════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════ */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media (max-width: 1100px) {
  .hdr-nav, .hdr-cta { display: none; }
  .hdr-burger { display: flex; margin-left: auto; }

  .hero-left { width: 100%; }
  .hero-right {
    display: none;
  }
  .hero-dots, .hero-scroll-cue { left: 28px; }

  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-img-col { display: none; }

  .products-hd { grid-template-columns: 1fr 1fr; }
  .products-hd-right { grid-column: span 2; }
  .products-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .pcard-tall { grid-row: span 1; }

  .testi-wrap { grid-template-columns: 1fr; }
  .testi-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 60px 0 40px; }
  .testi-right { padding: 40px 0 60px; }

  .contact-split { grid-template-columns: 1fr; gap: 50px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 768px) {
  .hdr-in { padding: 0 20px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 6px; }
  .contact-form-wrap { padding: 28px 20px; }
  .cform-row { grid-template-columns: 1fr; }
  .footer-bigtext { font-size: 50px; }
  .about-grid { padding: 0 20px; }
  .products-hd, .products-grid, .clients-hd, .contact-split, .testi-wrap, .footer-main, .footer-bottom { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 520px) {
  .products-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hh1-lg { font-size: 70px; }
  .about-feat-grid { grid-template-columns: 1fr; }
}
