/* ==========================================================
   LUBEMAX — Premium Automotive Design System
   Core styles / components / page layouts
   ========================================================== */

:root {
  --primary: #d81e05;
  --primary-dark: #b00000; 
  --primary-deep: #720000;
  --accent: #f4c430;
  --bg: #f7f8fa;
  --surface: #ffffff;
  --surface-soft: #f1f3f5;
  --text: #1b1b1b;
  --muted: #5a5a5a;
  --border: #e7e7e7;
  --glow: rgba(216, 30, 5, 0.25);
  --shadow-sm: 0 10px 32px rgba(22, 24, 29, 0.07);
  --shadow-md: 0 24px 70px rgba(22, 24, 29, 0.11);
  --shadow-red: 0 18px 48px rgba(216, 30, 5, 0.22);
  --gradient-red: linear-gradient(135deg, #eb2b11 0%, #b00000 58%, #790000 100%);
  --gradient-gold: linear-gradient(135deg, #ffe788 0%, #f4c430 48%, #c68a00 100%);
  --gradient-ink: linear-gradient(135deg, #24282f 0%, #111318 100%);
  --gradient-mesh: radial-gradient(circle at 8% 12%, rgba(216, 30, 5, .12), transparent 27%), radial-gradient(circle at 89% 14%, rgba(244, 196, 48, .13), transparent 26%), radial-gradient(circle at 60% 90%, rgba(216, 30, 5, .07), transparent 29%);
  --glass: rgba(255, 255, 255, 0.72);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --radius-xl: 48px;
  --container: 1240px;
  --header-h: 82px;
  --ease: cubic-bezier(.2, .75, .25, 1);
  --font-heading: "Poppins", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-number: "Montserrat", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-loading, body.menu-open { overflow: hidden; }
::selection { color: #fff; background: var(--primary); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; font-family: var(--font-heading); line-height: 1.1; letter-spacing: -.035em; }
p { margin: 0 0 1.2em; }
strong { font-weight: 750; }

.skip-link {
  position: fixed; top: -100px; left: 16px; z-index: 99999;
  padding: 12px 18px; color: #fff; background: var(--text); border-radius: 8px;
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid rgba(216,30,5,.35); outline-offset: 4px; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 40px), 1440px); margin-inline: auto; }
.section { position: relative; padding: 120px 0; overflow: clip; }
.section-sm { padding: 80px 0; }
.section-white { background: var(--surface); }
.section-soft { background: var(--surface-soft); }
.section-mesh { background-color: var(--bg); background-image: var(--gradient-mesh); }
.section-dark { color: #fff; background: var(--gradient-ink); }
.section-dark .section-copy, .section-dark .muted { color: rgba(255,255,255,.68); }
.section-line::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(27,27,27,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(27,27,27,.035) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}
.grid { display: grid; gap: 28px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stack { display: grid; gap: 24px; }
.flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.text-center { text-align: center; }
.muted { color: var(--muted); }
.text-red { color: var(--primary); }
.text-gold { color: #bd8500; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 40px; }
.mt-4 { margin-top: 64px; }
.mb-0 { margin-bottom: 0; }

.section-head { max-width: 760px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  color: var(--primary); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 34px; height: 3px; border-radius: 3px; background: var(--primary); box-shadow: 0 0 14px var(--glow); }
.section-dark .eyebrow { color: #ff6b58; }
.title-xl { font-size: clamp(3rem, 6vw, 6.4rem); }
.section-title { font-size: clamp(2rem, 4vw, 4rem); }
.section-title .thin, .hero-title .thin { font-weight: 400; }
.section-copy { max-width: 680px; color: var(--muted); font-size: 1.06rem; }
.overline { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.gold-rule { display: block; width: 60px; height: 4px; margin: 22px 0; border-radius: 4px; background: var(--gradient-gold); }

/* Loader and page transition */
.preloader {
  position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center;
  background: #f8f9fb; transition: opacity .65s var(--ease), visibility .65s;
}
.preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { width: min(340px, calc(100% - 48px)); text-align: center; }
.oil-drop {
  width: 68px; height: 68px; margin: 0 auto 26px; border-radius: 60% 40% 65% 35% / 70% 35% 65% 30%;
  background: var(--gradient-red); transform: rotate(45deg); box-shadow: var(--shadow-red); position: relative;
}
.oil-drop::after { content: ""; position: absolute; width: 18px; height: 10px; top: 14px; left: 13px; border-radius: 50%; background: rgba(255,255,255,.75); filter: blur(1px); }
.loader-name { margin-bottom: 16px; font-family: var(--font-heading); font-weight: 800; font-size: 17px; letter-spacing: -.02em; }
.loader-line { height: 3px; overflow: hidden; border-radius: 3px; background: #e5e7ea; }
.loader-line span { display: block; width: 50%; height: 100%; background: var(--gradient-red); }
.loader-meta { margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.page-transition { position: fixed; inset: 0; z-index: 9998; pointer-events: none; background: var(--gradient-red); transform: translateY(100%); }

/* Premium pointer */
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; z-index: 11000; pointer-events: none; border-radius: 50%; opacity: 0; }
.cursor-dot { width: 7px; height: 7px; background: var(--primary); }
.cursor-ring { width: 38px; height: 38px; border: 1px solid rgba(216,30,5,.5); transition: width .25s, height .25s, border-color .25s, background .25s; }
.cursor-ring.is-active { width: 56px; height: 56px; border-color: rgba(216,30,5,.15); background: rgba(216,30,5,.08); }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000; height: var(--header-h);
  border-bottom: 1px solid transparent; transition: height .35s var(--ease), background .35s, box-shadow .35s, border-color .35s;
}
.site-header.is-scrolled { height: 70px; background: rgba(255,255,255,.82); border-color: rgba(231,231,231,.8); box-shadow: 0 10px 36px rgba(20,23,28,.07); backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
.nav-wrap { width: min(calc(100% - 40px), 1380px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 32px; }
.brand-name { flex: 0 0 auto; font-family: var(--font-heading); font-weight: 850; font-size: 35px; letter-spacing: -.035em; white-space: nowrap; }
.brand-name span { color: var(--primary); }
.site-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 4px; }
.nav-link { position: relative; display: inline-flex; padding: 12px 13px; font-size: 13px; font-weight: 700; }
.nav-link::after { content: ""; position: absolute; right: 13px; bottom: 7px; left: 13px; height: 2px; border-radius: 2px; background: var(--primary); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link.active { color: var(--primary); }
.nav-enquiry { margin-left: 8px; padding: 12px 20px; color: #fff; background: var(--gradient-red); border-radius: 999px; box-shadow: 0 10px 28px rgba(216,30,5,.22); }
.nav-enquiry::after { display: none; }
.nav-enquiry:hover { color: #fff; box-shadow: 0 14px 34px rgba(216,30,5,.35); transform: translateY(-2px); }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 0; border: 1px solid var(--border); border-radius: 50%; background: rgba(255,255,255,.82); cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 2px; background: var(--text); transition: transform .3s, opacity .3s; }
.menu-toggle.is-active span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn {
  position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 54px; padding: 14px 25px; overflow: hidden; border: 1px solid transparent; border-radius: 999px;
  font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s, color .3s, background .3s, border-color .3s;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: var(--gradient-red); box-shadow: var(--shadow-red); }
.btn-primary:hover { box-shadow: 0 22px 54px rgba(216,30,5,.35); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.68); border-color: rgba(27,27,27,.11); backdrop-filter: blur(12px); }
.btn-secondary:hover { border-color: var(--primary); color: var(--primary); box-shadow: var(--shadow-sm); }
.btn-dark { color: #fff; background: var(--gradient-ink); box-shadow: 0 18px 40px rgba(17,19,24,.2); }
.btn-light { color: var(--text); background: #fff; box-shadow: var(--shadow-sm); }
.btn-sm { min-height: 45px; padding: 10px 18px; }
.btn-icon { width: 20px; height: 20px; transition: transform .3s; }
.btn:hover .btn-icon { transform: translateX(4px); }
.ripple-wave { position: absolute; z-index: -1; width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.42); transform: translate(-50%,-50%) scale(0); animation: ripple .65s linear; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-size: 13px; font-weight: 800; }
.text-link::after { content: "→"; font-size: 18px; transition: transform .25s; }
.text-link:hover::after { transform: translateX(5px); }

/* Glass/card surfaces */
.glass {
  background: var(--glass); border: 1px solid rgba(255,255,255,.75); box-shadow: var(--shadow-md);
  backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%);
}
.premium-card {
  position: relative; isolation: isolate; overflow: hidden; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface); box-shadow: var(--shadow-sm); transition: transform .45s var(--ease), box-shadow .45s, border-color .45s;
}
.premium-card::before { content: ""; position: absolute; z-index: -1; top: -75%; left: -45%; width: 40%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); transform: rotate(22deg); transition: left .8s var(--ease); }
.premium-card:hover::before { left: 125%; }
.premium-card:hover { transform: translateY(-9px); border-color: rgba(216,30,5,.19); box-shadow: 0 28px 80px rgba(22,24,29,.13), 0 0 0 1px rgba(216,30,5,.03); }
.card-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 22px; border-radius: 18px; color: #fff; background: var(--gradient-red); box-shadow: 0 14px 28px rgba(216,30,5,.2); font-family: var(--font-heading); font-weight: 800; }
.card-icon svg { width: 28px; height: 28px; }
.card-title { margin-bottom: 10px; font-size: 1.2rem; }
.card-copy { margin-bottom: 0; color: var(--muted); font-size: .93rem; }

/* Hero */
.hero {
  min-height: 100svh; padding: calc(var(--header-h) + 68px) 0 70px; display: grid; align-items: center; overflow: hidden;
  background-color: var(--bg); background-image: var(--gradient-mesh);
}
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(27,27,27,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(27,27,27,.026) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 44px; align-items: center; }
.hero-copy { padding: 32px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 24px; padding: 9px 14px; border: 1px solid rgba(216,30,5,.15); border-radius: 99px; color: var(--primary); background: rgba(255,255,255,.65); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; box-shadow: var(--shadow-sm); }
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 6px rgba(216,30,5,.1); }
.hero-title { max-width: 810px; margin-bottom: 27px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 800; letter-spacing: -.07em; }
.hero-title span { display: block; }
.hero-title .accent-line { color: var(--primary); }
.hero-subtitle { max-width: 630px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; align-items: center; gap: 18px; margin-top: 42px; }
.trust-avatars { display: flex; }
.trust-avatars span { display: grid; place-items: center; width: 36px; height: 36px; margin-left: -8px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--gradient-red); font-size: 9px; font-weight: 850; }
.trust-avatars span:first-child { margin-left: 0; }
.trust-copy { color: var(--muted); font-size: 12px; line-height: 1.45; }
.trust-copy strong { display: block; color: var(--text); font-size: 13px; }
.hero-visual { position: relative; padding: 28px; }
.hero-image-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(255,255,255,.85); border-radius: 42px; background: rgba(255,255,255,.5); box-shadow: 0 40px 100px rgba(30,32,38,.16); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.hero-image-frame img { aspect-ratio: 4 / 4.35; object-fit: cover; transition: transform 1.1s var(--ease); }
.hero-image-frame:hover img { transform: scale(1.035); }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(255,255,255,.28), transparent 30%, transparent 70%, rgba(216,30,5,.05)); pointer-events: none; }
.hero-badge { position: absolute; z-index: 4; right: -8px; bottom: 76px; width: 142px; height: 142px; display: grid; place-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; text-align: center; background: rgba(255,255,255,.83); box-shadow: var(--shadow-md); backdrop-filter: blur(18px); }
.hero-badge strong { display: block; font-family: var(--font-number); font-size: 30px; line-height: 1; }
.hero-badge small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; line-height: 1.3; }
.float-chip { position: absolute; z-index: 4; top: 68px; left: -15px; display: flex; align-items: center; gap: 11px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); font-size: 11px; font-weight: 800; }
.float-chip i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: #fff; background: var(--gradient-red); font-style: normal; }
.floating-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.orb-1 { width: 340px; height: 340px; right: -120px; top: 2%; background: radial-gradient(circle at 35% 35%, rgba(244,196,48,.27), rgba(244,196,48,0) 70%); }
.orb-2 { width: 280px; height: 280px; left: -120px; bottom: 2%; background: radial-gradient(circle at 50% 50%, rgba(216,30,5,.18), rgba(216,30,5,0) 70%); }
.oil-wave { position: absolute; z-index: 1; right: -12%; bottom: -150px; width: 70%; height: 320px; border-radius: 50%; border: 1px solid rgba(216,30,5,.1); transform: rotate(-7deg); box-shadow: inset 0 35px 100px rgba(216,30,5,.05); }
.particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.particle { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(216,30,5,.24); }
.scroll-cue { position: absolute; z-index: 4; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue i { width: 28px; height: 42px; border: 1px solid rgba(27,27,27,.22); border-radius: 20px; position: relative; }
.scroll-cue i::after { content: ""; position: absolute; top: 8px; left: 50%; width: 4px; height: 7px; border-radius: 4px; background: var(--primary); transform: translateX(-50%); }

/* Inner page hero */
.page-hero { position: relative; min-height: 600px; padding: calc(var(--header-h) + 90px) 0 90px; display: grid; align-items: end; overflow: hidden; background-color: var(--bg); background-image: var(--gradient-mesh); }
.page-hero::after { content: attr(data-ghost); position: absolute; right: -2vw; bottom: -5vw; color: rgba(27,27,27,.025); font-family: var(--font-heading); font-size: clamp(9rem,22vw,24rem); font-weight: 900; letter-spacing: -.09em; white-space: nowrap; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-content { max-width: 900px; }
.page-title { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 4rem); font-weight: 850; letter-spacing: -.075em; }
.page-lead { max-width: 680px; color: var(--muted); font-size: clamp(1rem,2vw,1.3rem); }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--muted); font-size: 12px; font-weight: 700; }
.breadcrumb a { color: var(--primary); }
.breadcrumb span::before { content: "/"; margin-right: 10px; color: #b5b5b5; }
.hero-metric-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-metric { min-width: 135px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.62); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.hero-metric strong { display: block; font-family: var(--font-number); font-size: 1.35rem; }
.hero-metric small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

/* Brand ticker */
.performance-rail { overflow: hidden; padding: 16px 0; color: #fff; background: var(--gradient-ink); }
.rail-track { display: flex; width: max-content; align-items: center; }
.rail-item { display: flex; align-items: center; gap: 24px; padding-right: 24px; font-family: var(--font-heading); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.rail-item::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 14px rgba(216,30,5,.7); }

/* About/overview */
.split-layout { display: grid; grid-template-columns: .98fr 1.02fr; gap: clamp(50px,7vw,100px); align-items: center; }
.split-layout.reverse { grid-template-columns: 1.02fr .98fr; }
.split-visual { position: relative; }
.media-frame { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #e8eaed; box-shadow: var(--shadow-md); }
.media-frame img { aspect-ratio: 4 / 3.7; object-fit: cover; transition: transform .9s var(--ease); }
.media-frame:hover img { transform: scale(1.04); }
.media-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(255,255,255,.2), transparent 38%, rgba(0,0,0,.06)); pointer-events: none; }
.media-tag { position: absolute; z-index: 2; right: -24px; bottom: 34px; max-width: 190px; padding: 22px; color: #fff; border-radius: 20px; background: var(--gradient-red); box-shadow: var(--shadow-red); }
.media-tag strong { display: block; font-family: var(--font-number); font-size: 2.25rem; line-height: 1; }
.media-tag small { display: block; margin-top: 8px; font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 22px; margin: 26px 0 34px; }
.feature-list li { position: relative; padding-left: 28px; color: #383838; font-size: 14px; font-weight: 650; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: var(--primary); font-size: 10px; font-weight: 900; }

/* Stats */
.stats-panel { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius-lg); background: var(--gradient-ink); box-shadow: 0 34px 90px rgba(17,19,24,.2); }
.stats-panel::after { content: ""; position: absolute; width: 360px; height: 360px; right: -180px; top: -180px; border-radius: 50%; background: var(--primary); filter: blur(90px); opacity: .23; }
.stat { position: relative; z-index: 1; padding: 36px 30px; border-right: 1px solid rgba(255,255,255,.1); color: #fff; text-align: center; }
.stat:last-child { border-right: 0; }
.stat-number { display: inline-block; margin-bottom: 8px; font-family: var(--font-number); font-size: clamp(2.4rem,4.4vw,4.6rem); font-weight: 800; line-height: 1; letter-spacing: -.06em; }
.stat-suffix { color: var(--accent); font-family: var(--font-number); font-size: clamp(1.5rem,2.8vw,2.8rem); font-weight: 800; vertical-align: top; }
.stat-label { display: block; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

/* Company/brand cards */
.brand-card { padding: 16px; }
.brand-card .brand-image { overflow: hidden; border-radius: 18px; background: var(--surface-soft); }
.brand-card .brand-image img { aspect-ratio: 1.5 / 1; object-fit: cover; }
.brand-card-body { padding: 22px 12px 12px; }
.brand-card h3 { margin-bottom: 7px; font-size: 1.25rem; }
.brand-card p { color: var(--muted); font-size: 13px; }

/* Product category cards */
.category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.category-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 26px; background: #e9ebef; box-shadow: var(--shadow-sm); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.category-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(9,10,12,.84)); }
.category-card-content { position: absolute; z-index: 2; right: 26px; bottom: 25px; left: 26px; color: #fff; }
.category-card-content span { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.category-card-content h3 { margin: 7px 0 17px; font-size: 1.55rem; }
.category-card:hover img { transform: scale(1.07); }
.category-card:hover { box-shadow: 0 30px 70px rgba(22,24,29,.18), 0 0 0 1px rgba(216,30,5,.12); }

/* Applications */
.application-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.application-card { min-height: 245px; display: flex; flex-direction: column; }
.app-symbol { position: relative; display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 34px; border-radius: 18px; color: #fff; background: var(--gradient-red); box-shadow: 0 14px 32px rgba(216,30,5,.22); }
.app-symbol svg { width: 27px; height: 27px; stroke: currentColor; }
.app-symbol::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(216,30,5,.16); border-radius: 23px; }
.application-card .arrow { margin-top: auto; color: var(--primary); font-size: 20px; transition: transform .3s; }
.application-card:hover .arrow { transform: translateX(8px); }

/* Gallery preview / masonry */
.masonry { columns: 3; column-gap: 20px; }
.masonry-item { position: relative; break-inside: avoid; margin-bottom: 20px; overflow: hidden; border-radius: 20px; background: #e8eaee; box-shadow: var(--shadow-sm); }
.masonry-item img, .masonry-item video { width: 100%; min-height: 240px; object-fit: cover; transition: transform .75s var(--ease), filter .5s; }
.masonry-item.tall img, .masonry-item.tall video { min-height: 420px; }
.masonry-item::after { content: ""; position: absolute; inset: 45% 0 0; opacity: 0; background: linear-gradient(transparent,rgba(12,13,16,.8)); transition: opacity .35s; pointer-events: none; }
.masonry-item:hover::after { opacity: 1; }
.masonry-item:hover img, .masonry-item:hover video { transform: scale(1.055); }
.media-caption { position: absolute; z-index: 2; right: 20px; bottom: 17px; left: 20px; color: #fff; opacity: 0; transform: translateY(10px); transition: opacity .35s, transform .35s; pointer-events: none; }
.masonry-item:hover .media-caption { opacity: 1; transform: translateY(0); }
.media-caption strong { display: block; font-family: var(--font-heading); font-size: 14px; }
.media-caption small { color: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.play-button { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: var(--primary); background: rgba(255,255,255,.86); box-shadow: var(--shadow-md); transform: translate(-50%,-50%); backdrop-filter: blur(12px); pointer-events: none; }
.play-button::before { content: ""; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.video-card:hover .play-button { color: #fff; background: var(--primary); transform: translate(-50%,-50%) scale(1.08); }
.gallery-preview-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 18px; }
.gallery-preview-grid .masonry-item { height: 100%; margin: 0; }
.gallery-preview-grid .masonry-item img, .gallery-preview-grid .masonry-item video { height: 100%; min-height: 0; }
.gallery-preview-grid .masonry-item:nth-child(1), .gallery-preview-grid .masonry-item:nth-child(8) { grid-column: span 5; grid-row: span 2; }
.gallery-preview-grid .masonry-item:nth-child(2), .gallery-preview-grid .masonry-item:nth-child(4), .gallery-preview-grid .masonry-item:nth-child(6), .gallery-preview-grid .masonry-item:nth-child(9) { grid-column: span 3; }
.gallery-preview-grid .masonry-item:nth-child(3), .gallery-preview-grid .masonry-item:nth-child(5), .gallery-preview-grid .masonry-item:nth-child(7), .gallery-preview-grid .masonry-item:nth-child(10) { grid-column: span 4; }

/* CTA and forms */
.cta-band { position: relative; overflow: hidden; padding: 72px; border-radius: var(--radius-xl); color: #fff; background: var(--gradient-red); box-shadow: var(--shadow-red); }
.cta-band::before { content: ""; position: absolute; width: 470px; height: 470px; top: -280px; right: -100px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.035), 0 0 0 100px rgba(255,255,255,.025); }
.cta-band-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-band h2 { max-width: 680px; margin-bottom: 10px; font-size: clamp(2.1rem,4vw,4.2rem); }
.cta-band p { max-width: 600px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.form-shell { position: relative; overflow: hidden; padding: clamp(28px,5vw,56px); border: 1px solid rgba(255,255,255,.82); border-radius: var(--radius-lg); background: rgba(255,255,255,.74); box-shadow: var(--shadow-md); backdrop-filter: blur(24px); }
.form-shell::after { content: ""; position: absolute; right: -100px; top: -100px; width: 260px; height: 260px; border-radius: 50%; background: rgba(216,30,5,.08); filter: blur(42px); pointer-events: none; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 21px; }
.form-group { position: relative; z-index: 1; display: grid; gap: 8px; }
.form-group.full { grid-column: 1 / -1; }
.form-label { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-control {
  width: 100%; min-height: 54px; padding: 14px 16px; color: var(--text); border: 1px solid var(--border); border-radius: 14px;
  outline: none; background: rgba(255,255,255,.86); transition: border-color .25s, box-shadow .25s, background .25s;
}
textarea.form-control { min-height: 135px; resize: vertical; }
.form-control:focus { border-color: rgba(216,30,5,.45); background: #fff; box-shadow: 0 0 0 5px rgba(216,30,5,.08); }
.form-control::placeholder { color: #9a9a9a; }
.form-note { color: var(--muted); font-size: 11px; }
.form-status { display: none; margin-top: 18px; padding: 12px 16px; border-radius: 12px; color: #176b37; background: #e9f9ef; font-size: 13px; font-weight: 650; }
.form-status.show { display: block; }
.contact-mini { display: grid; grid-template-columns: .83fr 1.17fr; gap: 70px; align-items: center; }
.contact-details { display: grid; gap: 16px; margin-top: 30px; }
.contact-detail { display: flex; gap: 15px; align-items: flex-start; }
.contact-detail i { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #fff; background: var(--gradient-red); font-style: normal; font-size: 15px; }
.contact-detail strong { display: block; font-size: 13px; }
.contact-detail span, .contact-detail a { color: var(--muted); font-size: 13px; }

/* About page */
.value-card { min-height: 300px; }
.value-card .number { position: absolute; right: 22px; top: 18px; color: rgba(216,30,5,.06); font-family: var(--font-number); font-size: 6rem; font-weight: 900; line-height: 1; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; background: rgba(255,255,255,.09); }
.process-step { position: relative; min-height: 270px; padding: 38px 30px; background: #17191e; }
.process-index { display: block; margin-bottom: 40px; color: var(--accent); font-family: var(--font-number); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.process-step h3 { font-size: 1.25rem; }
.process-step p { color: rgba(255,255,255,.58); font-size: 13px; }
.timeline { position: relative; max-width: 1000px; margin-inline: auto; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(transparent,var(--primary) 10%,var(--primary) 90%,transparent); }
.timeline-item { position: relative; width: 50%; padding: 10px 70px 45px 0; text-align: right; }
.timeline-item:nth-child(even) { margin-left: 50%; padding: 10px 0 45px 70px; text-align: left; }
.timeline-item::after { content: ""; position: absolute; top: 19px; right: -8px; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 5px rgba(216,30,5,.12); }
.timeline-item:nth-child(even)::after { right: auto; left: -7px; }
.timeline-year { display: inline-block; margin-bottom: 9px; color: var(--primary); font-family: var(--font-number); font-weight: 800; }
.timeline-item h3 { margin-bottom: 7px; font-size: 1.2rem; }
.timeline-item p { color: var(--muted); font-size: 13px; }
.cert-card { text-align: center; }
.cert-seal { position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 25px; border: 1px solid rgba(216,30,5,.2); border-radius: 50%; color: var(--primary); background: radial-gradient(circle,#fff 45%,#fff4f2); font-family: var(--font-number); font-size: 12px; font-weight: 900; box-shadow: 0 0 0 8px rgba(216,30,5,.04); }
.cert-seal::before, .cert-seal::after { content: ""; position: absolute; width: 12px; height: 20px; bottom: -10px; background: var(--primary); clip-path: polygon(0 0,100% 0,80% 100%,50% 74%,20% 100%); }
.cert-seal::before { left: 28px; }
.cert-seal::after { right: 28px; }

/* Products */
.product-toolbar { position: sticky; top: 82px; z-index: 20; padding: 17px 0; border-bottom: 1px solid var(--border); background: rgba(247,248,250,.85); backdrop-filter: blur(18px); }
.tabs { display: flex; gap: 8px; width: max-content; max-width: 100%; padding: 6px; overflow-x: auto; border: 1px solid var(--border); border-radius: 999px; background: #fff; box-shadow: var(--shadow-sm); scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab-btn { min-height: 42px; padding: 9px 18px; border: 0; border-radius: 99px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; transition: color .3s,background .3s,box-shadow .3s; }
.tab-btn.active { color: #fff; background: var(--gradient-red); box-shadow: 0 10px 24px rgba(216,30,5,.22); }
.product-panel { display: none; }
.product-panel.active { display: block; }
.product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.product-card { padding: 14px; transform-style: preserve-3d; }
.product-gallery { position: relative; overflow: hidden; border-radius: 19px; background: var(--surface-soft); }
.product-gallery-main img { aspect-ratio: 1 / .86; object-fit: cover; transition: transform .7s var(--ease), opacity .25s; }
.product-thumbs { position: absolute; z-index: 2; right: 12px; bottom: 12px; display: flex; gap: 6px; }
.product-thumb { width: 36px; height: 36px; padding: 0; overflow: hidden; border: 2px solid rgba(255,255,255,.9); border-radius: 10px; background: #fff; cursor: pointer; box-shadow: 0 6px 16px rgba(0,0,0,.12); }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-thumb.active { border-color: var(--primary); }
.product-card:hover .product-gallery-main img { transform: scale(1.045); }
.product-card-body { padding: 24px 14px 12px; }
.product-brand { display: inline-block; margin-bottom: 10px; color: var(--primary); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 9px; font-size: 1.3rem; }
.product-card p { min-height: 45px; color: var(--muted); font-size: 12px; }
.product-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--border); }
.product-card-meta small { color: var(--muted); font-size: 10px; }
.no-results { display: none; padding: 55px; border: 1px dashed #d8dade; border-radius: 22px; text-align: center; color: var(--muted); }

/* Product detail */
.detail-hero { padding-top: calc(var(--header-h) + 70px); }
.detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px,7vw,90px); align-items: start; }
.detail-gallery { position: sticky; top: 110px; }
.detail-main { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-soft); box-shadow: var(--shadow-md); }
.detail-main img { aspect-ratio: 1 / .92; object-fit: cover; transition: opacity .25s, transform .7s var(--ease); }
.detail-main:hover img { transform: scale(1.03); }
.detail-thumbs { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 14px; }
.detail-thumb { padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 15px; background: var(--surface-soft); cursor: pointer; }
.detail-thumb.active { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(216,30,5,.08); }
.detail-thumb img { aspect-ratio: 1.25 / 1; object-fit: cover; }
.detail-info { padding-top: 18px; }
.detail-info h1 { margin-bottom: 18px; font-size: clamp(2.6rem,5vw,5.3rem); }
.detail-category { display: inline-flex; margin-bottom: 18px; padding: 8px 12px; border: 1px solid rgba(216,30,5,.15); border-radius: 99px; color: var(--primary); background: rgba(216,30,5,.05); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-lead { color: var(--muted); font-size: 1.05rem; }
.detail-specs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0; }
.quick-spec { padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.quick-spec small { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quick-spec strong { display: block; margin-top: 5px; font-size: 13px; }
.detail-accordion { border-top: 1px solid var(--border); }
.accordion-item { border-bottom: 1px solid var(--border); }
.accordion-trigger { width: 100%; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; text-align: left; font-family: var(--font-heading); font-weight: 750; cursor: pointer; }
.accordion-trigger::after { content: "+"; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--primary); background: rgba(216,30,5,.07); font-size: 18px; transition: transform .3s; }
.accordion-item.open .accordion-trigger::after { transform: rotate(45deg); }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.accordion-content-inner { padding: 0 0 22px; color: var(--muted); font-size: 13px; }
.accordion-content-inner ul { display: grid; gap: 7px; }
.accordion-content-inner li { position: relative; padding-left: 19px; }
.accordion-content-inner li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 9px 0; border-bottom: 1px solid var(--border); }
.spec-table td:last-child { text-align: right; color: var(--text); font-weight: 700; }

/* Application detail cards */
.application-showcase { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; }
.application-feature { position: relative; min-height: 510px; overflow: hidden; border-radius: var(--radius-lg); background: #e9ebee; box-shadow: var(--shadow-sm); }
.application-feature img { height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.application-feature::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(10,11,14,.9)); }
.application-feature-content { position: absolute; z-index: 2; right: 36px; bottom: 34px; left: 36px; color: #fff; }
.application-feature-content .index { display: block; margin-bottom: 10px; color: var(--accent); font-family: var(--font-number); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.application-feature-content h2 { font-size: 2rem; }
.application-feature-content p { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.application-feature:hover img { transform: scale(1.055); }

/* Gallery page */
.filter-bar { display: flex; justify-content: center; gap: 9px; margin-bottom: 45px; }
.filter-btn { min-width: 115px; padding: 11px 19px; border: 1px solid var(--border); border-radius: 99px; color: var(--muted); background: #fff; font-size: 12px; font-weight: 800; cursor: pointer; transition: .3s; }
.filter-btn.active, .filter-btn:hover { color: #fff; border-color: var(--primary); background: var(--gradient-red); box-shadow: 0 12px 28px rgba(216,30,5,.2); }
.gallery-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin: 65px 0 28px; }
.gallery-section-title h2 { margin: 0; font-size: clamp(2rem,4vw,3.8rem); }
.gallery-count { color: var(--muted); font-family: var(--font-number); font-size: 12px; }
.gallery-item.is-hidden { display: none; }
.lightbox { position: fixed; inset: 0; z-index: 9000; display: grid; place-items: center; padding: 40px; opacity: 0; visibility: hidden; background: rgba(10,11,14,.9); backdrop-filter: blur(14px); transition: opacity .35s, visibility .35s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-content { position: relative; max-width: min(1100px,90vw); max-height: 84vh; }
.lightbox-content img { max-height: 84vh; border-radius: 20px; object-fit: contain; box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.lightbox-close, .lightbox-nav { position: fixed; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); cursor: pointer; }
.lightbox-close { top: 25px; right: 25px; width: 48px; height: 48px; font-size: 23px; }
.lightbox-nav { top: 50%; width: 52px; height: 52px; font-size: 24px; transform: translateY(-50%); }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
.lightbox-label { margin-top: 14px; color: rgba(255,255,255,.72); text-align: center; font-size: 12px; font-weight: 700; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 55px; align-items: start; }
.contact-card { display: flex; gap: 18px; padding: 24px; }
.contact-card .card-icon { flex: 0 0 auto; margin-bottom: 0; }
.contact-card h3 { margin-bottom: 5px; font-size: 1.05rem; }
.contact-card p, .contact-card a { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.map-shell { padding: 12px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md); }
.map-shell iframe { display: block; width: 100%; height: 480px; border: 0; border-radius: 25px; }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: #fff; background: #111318; }
.footer-top { padding: 85px 0 60px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr .7fr; gap: 58px; }
.footer-brand { font-family: var(--font-heading); font-size: 1.35rem; font-weight: 850; }
.footer-brand span { color: #ff4d36; }
.footer-desc { max-width: 390px; margin: 18px 0 24px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-market { display: inline-flex; padding: 8px 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-title { margin-bottom: 22px; color: rgba(255,255,255,.9); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a, .footer-address, .footer-contacts a { color: rgba(255,255,255,.56); font-size: 12px; transition: color .25s,transform .25s; }
.footer-links a:hover, .footer-contacts a:hover { color: #fff; transform: translateX(3px); }
.footer-address { line-height: 1.9; }
.footer-contacts { display: grid; gap: 8px; margin-top: 15px; }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-link { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.04); font-size: 11px; font-weight: 800; transition: .3s; }
.social-link:hover { color: #fff; border-color: var(--primary); background: var(--primary); transform: translateY(-4px); box-shadow: 0 12px 28px rgba(216,30,5,.28); }
.footer-bottom { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 30px; color: rgba(255,255,255,.38); font-size: 11px; }
.footer-glow { position: absolute; right: -180px; top: -220px; width: 500px; height: 500px; border-radius: 50%; background: var(--primary); opacity: .08; filter: blur(90px); }

/* Scroll top */
.scroll-top { position: fixed; z-index: 800; right: 24px; bottom: 24px; width: 46px; height: 46px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--gradient-red); box-shadow: var(--shadow-red); opacity: 0; visibility: hidden; transform: translateY(15px); cursor: pointer; transition: .35s; }
.scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { transform: translateY(-4px); }

/* Accessibility motion fallback */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in-view, .reveal-left.in-view, .reveal-right.in-view { opacity: 1; transform: translate(0); }
[data-delay="1"] { transition-delay: .08s; }
[data-delay="2"] { transition-delay: .16s; }
[data-delay="3"] { transition-delay: .24s; }
[data-delay="4"] { transition-delay: .32s; }
[data-delay="5"] { transition-delay: .4s; }

/* Utility icon artwork */
.line-icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
