/* =========================================================
   Astralwave International LLC
   Stylesheet — Light Minimal · Heavy Motion
   Brand red #e9202a preserved as the single accent.
   ========================================================= */

:root {
  /* ---------- Brand red (preserved) ---------- */
  --c-red: #e9202a;
  --c-red-dark: #c81820;
  --c-red-soft: rgba(233, 32, 42, .08);
  --c-red-glow: rgba(233, 32, 42, .35);

  /* ---------- Light minimal palette ---------- */
  --c-bg: #fafafa;
  --c-bg-soft: #f3f3f4;
  --c-bg-alt: #ffffff;
  --c-ink: #0e0e10;
  --c-heading: #0e0e10;
  --c-body: #56565b;
  --c-muted: #8b8b90;
  --c-line: #ececee;
  --c-line-soft: #f3f3f4;

  /* ---------- Typography ---------- */
  --f-heading: "Roboto", "Inter", system-ui, -apple-system, sans-serif;
  --f-body: "Roboto", "Inter", system-ui, -apple-system, sans-serif;

  --container: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--c-bg); }

body {
  font-family: var(--f-body);
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--c-body);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: 400;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--c-red); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-heading);
  color: var(--c-heading);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.005em;
}
p { margin-bottom: 1rem; text-align: justify;}

::selection { background: var(--c-red); color: #fff; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   KEYFRAMES (motion library)
   ========================================================= */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-22px) rotate(4deg); } }
@keyframes floatSlow { 0%, 100% { transform: translate(0, 0) scale(1); } 50% { transform: translate(20px, -30px) scale(1.06); } }
@keyframes spinSlow { from { transform: rotate(0); } to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.08); opacity: .85; } }
@keyframes pulseRing { 0% { transform: scale(.8); opacity: .9; } 100% { transform: scale(2.2); opacity: 0; } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes drawLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes loadBars { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes wordIn { from { opacity: 0; transform: translateY(110%) skewY(6deg); } to { opacity: 1; transform: translateY(0) skewY(0); } }
@keyframes wordOut { from { opacity: 1; transform: translateY(0) skewY(0); } to { opacity: 0; transform: translateY(-110%) skewY(-6deg); } }
@keyframes scrollHint { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(20px); opacity: 0; } }
@keyframes shapeMove1 { 0%, 100% { transform: translate(0,0) rotate(0); } 33% { transform: translate(60px,-40px) rotate(120deg); } 66% { transform: translate(-30px,40px) rotate(240deg); } }
@keyframes shapeMove2 { 0%, 100% { transform: translate(0,0) rotate(0); } 50% { transform: translate(-50px,30px) rotate(180deg); } }

/* =========================================================
   PAGE LOADER
   ========================================================= */
.page-loader {
  position: fixed; inset: 0;
  background: var(--c-bg);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .6s var(--ease), visibility .6s;
}
.page-loader.hidden { opacity: 0; visibility: hidden; }
.loader-inner {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  height: 40px;
}
.loader-inner span {
  display: block;
  width: 5px; height: 100%;
  background: var(--c-red);
  transform-origin: bottom;
  animation: loadBars 1s ease-in-out infinite;
}
.loader-inner span:nth-child(2) { animation-delay: .15s; }
.loader-inner span:nth-child(3) { animation-delay: .3s; }
.loader-inner span:nth-child(4) { animation-delay: .45s; }
.loader-inner span:nth-child(5) { animation-delay: .6s; }

/* =========================================================
   SCROLL PROGRESS BAR
   ========================================================= */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--c-red), #ff5a63, var(--c-red));
  background-size: 200% 100%;
  animation: gradientShift 3s ease infinite;
  z-index: 9998;
  transition: width .12s linear;
  box-shadow: 0 0 12px var(--c-red-glow);
}

/* =========================================================
   CUSTOM CURSOR (desktop only)
   ========================================================= */
.cursor-dot, .cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0;
  transition: opacity .3s, transform .15s var(--ease-out), width .25s var(--ease), height .25s var(--ease), background .25s;
}
.cursor-dot {
  width: 6px; height: 6px;
  background: var(--c-red);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid var(--c-red);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.cursor-dot.active, .cursor-ring.active { opacity: 1; }
.cursor-ring.hover {
  width: 56px; height: 56px;
  background: var(--c-red-soft);
  border-color: var(--c-red);
}
@media (hover: none), (max-width: 768px) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* =========================================================
   UTILITY BAR
   ========================================================= */
.utility-bar {
  background: var(--c-bg-alt);
  color: var(--c-body);
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-line);
  position: relative;
  z-index: 50;
}
.utility-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.utility-tag { font-weight: 400; letter-spacing: .02em; }
.utility-tag b { color: var(--c-red); font-weight: 700; margin-right: 6px; }
.utility-right { display: flex; align-items: center; gap: 22px; }
.utility-right a {
  color: var(--c-body);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  position: relative;
  transition: color .25s, transform .25s var(--ease);
}
.utility-right a:hover { color: var(--c-red); transform: translateY(-1px); }
.utility-divider { width: 1px; height: 14px; background: var(--c-line); }
.utility-socials {
  display: flex; align-items: center; gap: 10px;
  padding-left: 18px;
  border-left: 1px solid var(--c-line);
}
.utility-socials a {
  width: 28px; height: 28px;
  background: var(--c-bg-soft);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px;
  font-weight: 700;
  transition: all .3s var(--ease);
}
.utility-socials a:hover {
  background: var(--c-red); color: #fff;
  transform: translateY(-2px) rotate(-6deg);
  box-shadow: 0 6px 14px var(--c-red-glow);
}

/* =========================================================
   HEADER
   ========================================================= */
.header {
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow .35s var(--ease), background .35s var(--ease), height .35s var(--ease);
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(255, 255, 255, .95);
  border-bottom-color: var(--c-line);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  transition: height .35s var(--ease);
}
.header.scrolled .container { height: 130px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  transition: transform .3s var(--ease);
}
.brand:hover { transform: translateY(-1px); }
.brand-logo {
  height: 130px; width: auto; max-width: 130px;
  object-fit: contain; flex-shrink: 0;
  transition: transform .4s var(--ease);
}
.brand:hover .brand-logo { transform: rotate(-4deg) scale(1.04); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .04em;
  color: var(--c-heading);
  text-transform: uppercase;
}
.brand-sub {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-top: 5px;
}

.nav-main {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2px;
}
.nav-main > li { position: relative; }
.nav-main > li > a {
  display: block;
  padding: 14px 18px;
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .06em;
  color: var(--c-heading);
  text-transform: uppercase;
  position: relative;
  transition: color .25s;
}
.nav-main > li > a::before {
  content: "";
  position: absolute;
  left: 18px; right: 18px; bottom: 8px;
  height: 2px;
  background: var(--c-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.nav-main > li > a:hover,
.nav-main > li > a.active { color: var(--c-red); }
.nav-main > li > a:hover::before,
.nav-main > li > a.active::before { transform: scaleX(1); }
.nav-main > li > a.has-sub::after {
  content: "▾";
  font-size: 9px;
  margin-left: 6px;
  opacity: .6;
  display: inline-block;
  transition: transform .3s var(--ease);
}
.nav-main > li:hover > a.has-sub::after { transform: rotate(180deg); }

.nav-sub {
  position: absolute;
  top: 100%; left: 0;
  min-width: 240px;
  background: #fff;
  border-top: 3px solid var(--c-red);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
  z-index: 50;
  padding: 8px 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .1);
}
.nav-main > li:hover .nav-sub,
.nav-main > li:focus-within .nav-sub {
  opacity: 1; visibility: visible;
  transform: translateY(0);
}
.nav-sub li a {
  display: block;
  padding: 11px 22px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-heading);
  letter-spacing: .02em;
  border-left: 2px solid transparent;
  transition: all .25s var(--ease);
}
.nav-sub li a:hover {
  color: var(--c-red);
  background: var(--c-red-soft);
  border-left-color: var(--c-red);
  padding-left: 28px;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: var(--c-red);
  color: #fff;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  box-shadow: 0 8px 20px var(--c-red-glow);
}
.nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: translateX(-120%);
  transition: transform .7s var(--ease);
}
.nav-cta:hover {
  color: #fff;
  background: var(--c-red-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px var(--c-red-glow);
}
.nav-cta:hover::before { transform: translateX(120%); }

.hamburger {
  display: none;
  width: 44px; height: 44px;
  background: var(--c-red);
  border: 0;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  transition: transform .3s var(--ease);
}
.hamburger:hover { transform: scale(1.05); }
.hamburger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 2px;
  background: #fff;
  transition: all .3s var(--ease);
}
.hamburger span:nth-child(1) { top: 15px; }
.hamburger span:nth-child(2) { top: 21px; }
.hamburger span:nth-child(3) { top: 27px; }
.hamburger.active span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { top: 21px; transform: rotate(-45deg); }

/* Mobile drawer */
.mobile-drawer {
  position: fixed;
  inset: 0;
  background: #fff;
  color: var(--c-heading);
  z-index: 200;
  padding: 80px 30px 30px;
  transform: translateX(100%);
  transition: transform .45s var(--ease-out);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.mobile-drawer.open { transform: translateX(0); }
.mobile-drawer .close {
  position: absolute;
  top: 22px; right: 22px;
  width: 40px; height: 40px;
  background: var(--c-red);
  color: #fff;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
  transition: transform .3s var(--ease);
}
.mobile-drawer .close:hover { transform: rotate(90deg); }
.mobile-drawer .drawer-brand {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-heading);
  margin-bottom: 6px;
}
.mobile-drawer .drawer-sub {
  font-size: 10.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 32px;
}
.mobile-drawer nav { display: flex; flex-direction: column; }
.mobile-drawer nav > a {
  padding: 16px 0;
  border-bottom: 1px solid var(--c-line);
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--c-heading);
  position: relative;
  transition: padding .3s var(--ease), color .3s;
}
.mobile-drawer nav > a:hover { color: var(--c-red); padding-left: 8px; }
.mobile-drawer .drawer-foot {
  margin-top: auto;
  padding-top: 30px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-body);
}
.mobile-drawer .drawer-foot strong {
  display: block;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-red);
  margin-bottom: 8px;
  font-weight: 700;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  height: 680px;
  overflow: hidden;
  background: var(--c-bg);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
  z-index: 0;
}
.hero::before {
  /* Hidden — right side is now occupied by the slide background image. */
  display: none;
}
.hero::after {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(233, 32, 42, .12), transparent 70%);
  bottom: -100px; left: -100px;
  animation: floatSlow 18s ease-in-out infinite reverse;
}

.hero-shapes {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero-shapes span {
  position: absolute;
  display: block;
  border: 1.5px solid var(--c-red);
  opacity: .14;
  border-radius: 4px;
}
.hero-shapes span:nth-child(1) { width: 110px; height: 110px; top: 18%; left: 8%; animation: shapeMove1 22s linear infinite; }
.hero-shapes span:nth-child(2) { width: 60px; height: 60px; top: 70%; left: 12%; animation: shapeMove2 16s ease-in-out infinite; border-radius: 50%; }
.hero-shapes span:nth-child(3) { width: 80px; height: 80px; top: 26%; right: 12%; animation: shapeMove1 28s linear infinite reverse; }
.hero-shapes span:nth-child(4) { width: 40px; height: 40px; top: 60%; right: 22%; animation: shapeMove2 12s ease-in-out infinite reverse; border-radius: 50%; }
.hero-shapes span:nth-child(5) { width: 26px; height: 26px; top: 14%; left: 50%; background: var(--c-red); border: 0; opacity: .5; animation: float 7s ease-in-out infinite; }

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: 
    linear-gradient(to right, rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .9s var(--ease);
  display: flex;
  align-items: center;
  z-index: 2;
}
.hero-slide.active { opacity: 1; z-index: 3; }
.hero-slide .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background-color: var(--c-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transform: scale(1.06);
  /* transition: opacity 1.1s var(--ease), transform 8s var(--ease); */
}
.hero-slide.active .slide-bg {
  opacity: 1;
  transform: scale(1);
}

/* Per-slide background images (Unsplash) */
.hero-slide.s1 .slide-bg {
  background-image: url("../images/global.jpeg");
}
.hero-slide.s2 .slide-bg {
  background-image: url("../images/metals.jpeg");
}
.hero-slide.s3 .slide-bg {
  background-image: url("../images/electronics.jpeg");
}

/* Soft fade on the left edge of the image so it blends with the page bg.
   Sits only over the image (right half). */
.hero-slide .slide-overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: 1;
  /* background: linear-gradient(90deg, var(--c-bg) 0%, rgba(255,255,255,.35) 14%, rgba(255,255,255,0) 40%); */
  pointer-events: none;
}
.hero-slide .slide-content {
  position: relative;
  z-index: 2;
  color: var(--c-heading);
  max-width: 760px;
  /* Keep content within the left half so it never overlaps the right-side image. */
  width: calc(50% - 24px);
  padding-right: 24px;
}
.hero-slide.active .slide-content > * { animation: fadeUp .9s var(--ease-out) backwards; }
.hero-slide.active .slide-content > *:nth-child(1) { animation-delay: .1s; }
.hero-slide.active .slide-content > *:nth-child(2) { animation-delay: .25s; }
.hero-slide.active .slide-content > *:nth-child(3) { animation-delay: .4s; }

.hero-slide h1 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(40px, 6.2vw, 78px);
  line-height: 1.05;
  color: var(--c-heading);
  margin-bottom: 22px;
  letter-spacing: -.02em;
  text-transform: none;
}
.hero-slide h1 .accent {
  color: var(--c-red);
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.hero-slide h1 .accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -.08em;
  height: 6px;
  background: var(--c-red);
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 4px;
  animation: drawLine 1.1s var(--ease-out) .9s forwards;
}
.hero-slide.active h1 .accent::after { animation: drawLine 1.1s var(--ease-out) .9s forwards; }

/* Kinetic rotating word inside hero */
.kinetic {
  display: inline-block;
  position: relative;
  color: var(--c-red);
  min-width: 1ch;
  overflow: hidden;
  vertical-align: bottom;
  line-height: 1.05;
  padding-bottom: .12em;
  padding-right: 14px;
  height: 1.18em;
}
.kinetic .kinetic-word {
  display: inline-block;
  position: absolute;
  left: 0; top: 0;
  white-space: nowrap;
  animation: wordOut .55s var(--ease-out) forwards;
}
.kinetic .kinetic-word.in {
  position: relative;
  animation: wordIn .65s var(--ease-out) forwards;
}
.kinetic::after {
  content: "";
  display: inline-block;
  width: 4px; height: .85em;
  background: var(--c-red);
  margin-left: 6px;
  vertical-align: middle;
  animation: blink 1.1s steps(2) infinite;
}

.hero-slide .slide-text {
  font-size: 17px;
  line-height: 1.75;
  color: var(--c-body);
  margin-bottom: 34px;
  max-width: 580px;
}
.hero-slide .slide-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero scroll hint */
.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--c-muted);
  pointer-events: none;
}
.scroll-hint .mouse {
  width: 22px; height: 36px;
  border: 1.5px solid var(--c-red);
  border-radius: 12px;
  position: relative;
}
.scroll-hint .mouse::before {
  content: "";
  position: absolute;
  left: 50%; top: 6px;
  width: 3px; height: 8px;
  background: var(--c-red);
  border-radius: 2px;
  transform: translateX(-50%);
  animation: scrollHint 1.6s ease-in-out infinite;
}

/* Slider controls */
.slider-arrows {
  position: absolute;
  top: 50%;
  left: 0; right: 0;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  pointer-events: none;
}
.slider-arrow {
  width: 50px; height: 50px;
  background: #fff;
  border: 1px solid var(--c-line);
  color: var(--c-heading);
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .3s var(--ease);
  pointer-events: auto;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.slider-arrow:hover {
  background: var(--c-red);
  border-color: var(--c-red);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 10px 28px var(--c-red-glow);
}
.slider-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.slider-dots button {
  width: 30px;
  height: 3px;
  background: var(--c-line);
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: all .35s var(--ease);
  border-radius: 2px;
}
.slider-dots button.active {
  background: var(--c-red);
  width: 56px;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  transition: transform .35s var(--ease), color .3s, border-color .3s, box-shadow .35s;
  border-radius: 4px;
  isolation: isolate;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--c-red);
  transform: translateY(101%);
  transition: transform .45s var(--ease-out);
  z-index: -1;
}
.btn:hover::before { transform: translateY(0); }
.btn .arrow { transition: transform .3s var(--ease); display: inline-block; }
.btn:hover .arrow { transform: translateX(6px); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); }

.btn-red { background: var(--c-red); color: #fff; border-color: var(--c-red); box-shadow: 0 8px 22px var(--c-red-glow); }
.btn-red::before { background: var(--c-red-dark); }
.btn-red:hover { color: #fff; border-color: var(--c-red-dark); box-shadow: 0 14px 32px var(--c-red-glow); }

.btn-dark { background: var(--c-ink); color: #fff; border-color: var(--c-ink); }
.btn-dark::before { background: var(--c-red); }
.btn-dark:hover { color: #fff; border-color: var(--c-red); }

.btn-outline { background: transparent; color: var(--c-heading); border-color: var(--c-heading); }
.btn-outline::before { background: var(--c-red); }
.btn-outline:hover { color: #fff; border-color: var(--c-red); }

.btn-white-outline { background: transparent; color: var(--c-red); border-color: var(--c-red); }
.btn-white-outline::before { background: var(--c-red-glow); }
.btn-white-outline:hover { color: var(--c-red); border-color: var(--c-red); box-shadow: 0 14px 32px var(--c-red-glow);  }

.readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-red);
  padding-bottom: 6px;
  position: relative;
  transition: color .3s, gap .3s var(--ease);
}
.readmore::before {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5px;
  background: var(--c-red);
  transform-origin: right;
  transition: transform .45s var(--ease);
}
.readmore::after {
  content: "→";
  transition: transform .35s var(--ease);
  font-weight: 600;
}
.readmore:hover { gap: 14px; color: var(--c-red-dark); }
.readmore:hover::after { transform: translateX(4px); }

/* =========================================================
   MARQUEE STRIP
   ========================================================= */
.marquee-strip {
  background: var(--c-ink);
  color: #fff;
  overflow: hidden;
  padding: 18px 0;
  border-top: 4px solid var(--c-red);
  border-bottom: 4px solid var(--c-red);
  position: relative;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
  gap: 0;
}
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-group {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee-group > span {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0 26px;
  white-space: nowrap;
  color: #fff;
  transition: color .3s;
}
.marquee-group > span:hover { color: var(--c-red); }
.marquee-group > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  color: var(--c-red);
  font-size: 14px;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.block { padding: 30px 0; position: relative; overflow: hidden; }
.block.tight { padding: 80px 0; }
.block.alt { background: var(--c-bg-soft); }
.block.dark { background: var(--c-ink); color: rgba(255, 255, 255, .75); }
.block.dark h1, .block.dark h2, .block.dark h3, .block.dark h4 { color: #fff; }

.section-title {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.1;
  letter-spacing: -.015em;
  color: var(--c-heading);
  margin-bottom: 8px;
  position: relative;
  /* padding-bottom: 22px; */
}
.section-title::after {
  /* content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 64px; height: 3px;
  background: var(--c-red);
  border-radius: 2px; */
}
.section-title.center { text-align: center; }
.section-title.center::after { left: 50%; transform: translateX(-50%); }
.section-title.light { color: var(--c-heading); }
.section-title .accent { color: var(--c-red); }

.section-lead {
  font-size: 16px;
  line-height: 1.85;
  color: var(--c-body);
  max-width: 780px;
  margin-bottom: 50px;
}
.section-lead.center { margin: 0 auto 60px; text-align: center; }
.section-lead.light { color: var(--c-body); }

/* =========================================================
   STATS COUNTERS
   ========================================================= */
.stats-strip {
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid var(--c-line);
  position: relative;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.stat-item {
  text-align: center;
  padding: 18px 14px;
  position: relative;
  border-right: 1px solid var(--c-line);
  transition: transform .35s var(--ease);
}
.stat-item:hover { transform: translateY(-6px); }
.stat-item:last-child { border-right: none; }
.stat-item .stat-num,
.stat-item .stat-suffix {
  display: inline-block;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  color: var(--c-red);
  letter-spacing: -.02em;
}
.stat-item .stat-suffix { margin-left: 2px; }
.stat-item .stat-label {
  margin-top: 12px;
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 12.5px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--c-heading);
}

/* =========================================================
   SPLIT ROWS (image + content)
   ========================================================= */
.split-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split-row.reverse > .split-img { order: 2; }
.split-row.reverse > .split-content { order: 1; }
.split-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-color: var(--c-bg-soft);
  border-radius: 6px;
  overflow: hidden;
  isolation: isolate;
  will-change: transform;
}
.split-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--c-red-soft), transparent 50%, rgba(0, 0, 0, .04));
  z-index: 1;
}
.split-img::after {
  content: "";
  position: absolute;
  top: 16px; left: 16px;
  right: 16px; bottom: 16px;
  /* border: 1px solid rgba(255, 255, 255, .4); */
  /* border-radius: 6px; */
  z-index: 2;
  pointer-events: none;
}
.split-img .img-frame {
  position: absolute;
  top: 22px; left: 22px;
  right: -22px; bottom: -22px;
  border: 2px solid var(--c-red);
  border-radius: 6px;
  z-index: -1;
  transition: transform .6s var(--ease-out);
}
.split-row:hover .img-frame { transform: translate(8px, 8px); }

.split-img.about { background-image: url('../images/about.jpg'); }
.split-img.mission { background-image: url('../images/mission.jpg'); }
.split-img.sustain { background-image: url('../images/sustain.jpeg'); }
.split-img.who-we-are { background-image: url('../images/about-us.jpg'); }
.split-img.trust { background-image: url('../images/trust.jpg');}
.split-img.responsible { background-image: url('../images/responsibility.jpeg');}
.split-img.global { background-image: url('../images/international-trade.jpg'); }

/* Overlay + photo composite for split images */
.split-img.about, .split-img.mission, .split-img.sustain, .split-img.global {
  background-color: #1a1a1c;
  background-image:
    linear-gradient(135deg, rgba(233,32,42,.55) 0%, transparent 60%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 10px, transparent 10px 20px),
    url('../images/about.jpg');
  background-size: cover, auto, cover;
  background-blend-mode: overlay, normal, normal;
}
.split-img.mission { background-image: linear-gradient(135deg, rgba(233,32,42,.55) 0%, transparent 60%), repeating-linear-gradient(-45deg, rgba(255,255,255,.02) 0 10px, transparent 10px 20px), url('../images/mission.jpg'); }
.split-img.sustain { background-image: linear-gradient(135deg, rgba(233,32,42,.55) 0%, transparent 60%), repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 12px, transparent 12px 24px), url('../images/sustain.jpeg'); }
.split-img.global { background-image: linear-gradient(135deg, rgba(233,32,42,.55) 0%, transparent 60%), repeating-linear-gradient(-45deg, rgba(255,255,255,.02) 0 14px, transparent 14px 28px), url('../images/international-trade.jpg'); }

.split-content p {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
  color: var(--c-body);
}
.split-content .sub-title {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--c-heading);
  margin: 28px 0 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.split-content .sub-title::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--c-red);
  display: inline-block;
}

/* =========================================================
   SERVICES GRID
   ========================================================= */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.service-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
  border: 1px solid var(--c-line);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 2px;
  background: linear-gradient(135deg, var(--c-red), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .4s var(--ease);
  pointer-events: none;
  z-index: 3;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(233, 32, 42, .14), 0 4px 14px rgba(0, 0, 0, .05);
}
.service-card .sc-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  /* background-color: var(--c-ink); */
}
.service-card .sc-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .8s var(--ease-out), filter .6s;
}
/* .service-card .sc-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(14, 14, 16, .7) 100%);
  z-index: 1;
} */
.service-card:hover .sc-img::before { transform: scale(1.1) rotate(.5deg); filter: brightness(1.05); }

/* .service-card.s-agro .sc-img { background-image: linear-gradient(135deg, #4a4a52, #2a2a30); } */
/* .service-card.s-metals .sc-img { background-image: linear-gradient(135deg, #4a4a52, #2a2a30); }
.service-card.s-electronics .sc-img { background-image: linear-gradient(135deg, #1d3a55, #112233); }
.service-card.s-paper .sc-img { background-image: linear-gradient(135deg, #c2a26a, #8a7045); } */
.service-card.s-agro .sc-img { background-image: url('../images/agro.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.service-card.s-metals .sc-img { background-image: url('../images/metals.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.service-card.s-electronics .sc-img { background-image: url('../images/electronics.jpeg'); background-position: center; background-repeat: no-repeat; background-size: cover; }
.service-card.s-paper .sc-img { background-image: url('../images/paper.jpg'); background-position: center; background-repeat: no-repeat; background-size: cover; }

.service-card .sc-body {
  padding: 28px 26px 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.service-card h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--c-heading);
  margin-bottom: 12px;
  transition: color .3s;
}
.service-card:hover h3 { color: var(--c-red); }
.service-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-body);
  margin-bottom: 18px;
}
.service-card .sc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-red);
  transition: gap .3s var(--ease);
}
.service-card .sc-link::after {
  content: "→";
  transition: transform .35s var(--ease);
}
.service-card:hover .sc-link { gap: 14px; }
.service-card:hover .sc-link::after { transform: translateX(4px); }

/* =========================================================
   QUOTE BAR
   ========================================================= */
.quote-bar {
  background: var(--c-red);
  color: #fff;
  padding: 44px 0;
  position: relative;
  overflow: hidden;
}
.quote-bar::before, .quote-bar::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.quote-bar::before {
  width: 360px; height: 360px;
  background: rgba(255, 255, 255, .08);
  top: -160px; right: -100px;
  animation: floatSlow 18s ease-in-out infinite;
}
.quote-bar::after {
  width: 240px; height: 240px;
  background: rgba(255, 255, 255, .05);
  bottom: -100px; left: 10%;
  animation: floatSlow 22s ease-in-out infinite reverse;
}
.quote-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.quote-bar h2 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #fff;
  letter-spacing: -.005em;
}
.quote-bar p {
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  margin: 10px 0 0;
}

/* =========================================================
   PROJECTS GRID
   ========================================================= */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.project-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: var(--c-ink);
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  isolation: isolate;
  transition: transform .5s var(--ease-out);
}
.project-card:hover { transform: translateY(-6px); }
.project-card.p1 { background-image: linear-gradient(135deg, rgba(44,94,63,.75), rgba(30,69,48,.85)), url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?auto=format&fit=crop&w=900&q=80'); }
.project-card.p2 { background-image: linear-gradient(135deg, rgba(74,74,82,.75), rgba(42,42,48,.85)), url('https://images.unsplash.com/photo-1567789884554-0b844b597180?auto=format&fit=crop&w=900&q=80'); }
.project-card.p3 { background-image: linear-gradient(135deg, rgba(29,58,85,.75), rgba(17,34,51,.85)), url('https://images.unsplash.com/photo-1496181133206-80ce9b88a853?auto=format&fit=crop&w=900&q=80'); }
.project-card.p4 { background-image: linear-gradient(135deg, rgba(194,162,106,.75), rgba(138,112,69,.85)), url('https://images.unsplash.com/photo-1568602471122-7832951cc4c5?auto=format&fit=crop&w=900&q=80'); }
.project-card.p5 { background-image: linear-gradient(135deg, rgba(77,110,58,.75), rgba(47,70,36,.85)), url('https://images.unsplash.com/photo-1535591273668-578e31182c4f?auto=format&fit=crop&w=900&q=80'); }
.project-card.p6 { background-image: linear-gradient(135deg, rgba(90,90,98,.75), rgba(45,45,51,.85)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?auto=format&fit=crop&w=900&q=80'); }
.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(14, 14, 16, .92) 100%);
  transition: background .4s var(--ease);
  z-index: 1;
}
.project-card:hover::after {
  background: linear-gradient(180deg, rgba(233, 32, 42, .25) 0%, rgba(14, 14, 16, .92) 100%);
}
.project-card .pc-body {
  position: absolute;
  left: 26px; right: 26px;
  bottom: 24px;
  z-index: 2;
  color: #fff;
  transform: translateY(0);
  transition: transform .4s var(--ease-out);
}
.project-card:hover .pc-body { transform: translateY(-4px); }
.project-card h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 19px;
  color: #fff;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.project-card .pc-meta {
  font-size: 12px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .75);
}
.project-card .pc-meta .red { color: var(--c-red); font-weight: 700; }
.project-card .pc-arrow {
  position: absolute;
  top: 22px; right: 22px;
  width: 44px; height: 44px;
  background: var(--c-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(8px, -8px) rotate(-25deg);
  transition: all .45s var(--ease-spring);
  z-index: 3;
  box-shadow: 0 6px 18px var(--c-red-glow);
}
.project-card:hover .pc-arrow {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

/* =========================================================
   TRUST STRIP
   ========================================================= */
.trust-strip {
  background: var(--c-bg-soft);
  color: var(--c-heading);
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.trust-strip::before {
  content: "";
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-red-soft), transparent 70%);
  top: -200px; left: -200px;
  pointer-events: none;
  filter: blur(40px);
  animation: floatSlow 16s ease-in-out infinite;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}
.trust-item {
  text-align: center;
  padding: 28px 18px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--c-line);
  transition: all .4s var(--ease-out);
}
.trust-item:hover {
  transform: translateY(-8px);
  border-color: var(--c-red);
  box-shadow: 0 22px 48px rgba(233, 32, 42, .12);
}
.trust-item .ti-icon {
  width: 70px; height: 70px;
  margin: 0 auto 22px;
  background: var(--c-red-soft);
  border: 1.5px solid var(--c-red);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-red);
  position: relative;
  transition: all .4s var(--ease-spring);
}
.trust-item:hover .ti-icon {
  background: var(--c-red);
  transform: rotate(360deg) scale(1.05);
}
.trust-item .ti-icon::before {
  content: "";
  position: absolute;
  inset: -1.5px;
  border: 1.5px solid var(--c-red);
  border-radius: 50%;
  opacity: 0;
  /* animation: pulseRing 1.6s ease-out infinite; */
}
.trust-item:hover .ti-icon::before { animation-play-state: running; }
.trust-item .ti-icon svg {
  width: 28px; height: 28px;
  stroke: var(--c-red);
  fill: none;
  stroke-width: 1.7;
  transition: stroke .35s;
}
.trust-item:hover .ti-icon svg { stroke: #fff; }
.trust-item h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 16px;
  color: var(--c-heading);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.trust-item p {
  font-size: 13.5px;
  color: var(--c-body);
  line-height: 1.7;
  margin: 0;
}

/* =========================================================
   PAGE BANNER
   ========================================================= */
.page-banner {
  position: relative;
  background: var(--c-bg-alt);
  color: var(--c-heading);
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid var(--c-line);
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.08) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse at center, #fff 5%, transparent 95%);
  -webkit-mask-image: radial-gradient(ellipse at center, #fff 5%, transparent 95%);
  pointer-events: none;
}
.page-banner::after {
  content: "";
  position: absolute;
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--c-red-soft), transparent 70%);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  pointer-events: none;
  animation: pulse 8s ease-in-out infinite;
}
.page-banner.about {
  background-image: url('../images/about-us-background.jpg');
  background-size: cover;
  background-position: center;
}
.page-banner.products {
  background-image: url('../images/products-background.jpg');
  background-size: cover;
  background-position: center;
}
.page-banner.contact {
  background-image: url('../images/contact-us-background.jpeg');
  background-size: cover;
  background-position: center;
}
.page-banner.about::before,
.page-banner.products::before,
.page-banner.contact::before {
  background-image:
    linear-gradient(to right, rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0,0,0,.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(250,250,250,.92) 0%, rgba(250,250,250,.88) 100%);
  background-size: 50px 50px, 50px 50px, auto;
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner h1 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(40px, 5.5vw, 64px);
  color: var(--c-heading);
  margin-bottom: 16px;
  letter-spacing: -.02em;
  animation: fadeUp .9s var(--ease-out);
}
.page-banner .crumb {
  font-size: 13px;
  color: var(--c-body);
  letter-spacing: .04em;
  font-weight: 500;
  animation: fadeUp .9s var(--ease-out) .2s backwards;
}
.page-banner .crumb a:hover { color: var(--c-red); }
.page-banner .crumb .sep { margin: 0 10px; color: var(--c-red); }
.page-banner .crumb .here { color: var(--c-heading); font-weight: 600; }

/* =========================================================
   LOGO MARK
   ========================================================= */
.logo-mark {
  width: 56px; height: 56px;
  /* background: var(--c-red); */
  background-image: url(../images/logo.png);
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 8px 22px var(--c-red-glow);
  transition: transform .4s var(--ease-spring);

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; /* <-- This forces the entire logo to scale down perfectly inside the 56px box */
  display: inline-block;
}
.logo-mark::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid var(--c-red);
  border-radius: 6px;
  animation: pulseRing 2s ease-out infinite;
}
.logo-mark:hover { transform: rotate(-8deg) scale(1.06); }
.logo-mark.center { display: flex; margin-left: auto; margin-right: auto; }

/* =========================================================
   MV CARDS
   ========================================================= */
.mv-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.mv-card {
  background: #fff;
  padding: 44px 38px;
  border-radius: 8px;
  border-left: 4px solid var(--c-red);
  border-top: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  box-shadow: 0 6px 22px rgba(0, 0, 0, .04);
  transition: transform .4s var(--ease-out), box-shadow .4s, border-color .4s;
  position: relative;
  overflow: hidden;
}
.mv-card::before {
  content: "";
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--c-red-soft);
  top: -80px; right: -80px;
  transition: transform .5s var(--ease);
}
.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(233, 32, 42, .12);
}
.mv-card:hover::before { transform: scale(1.5); }
.mv-card .mv-icon {
  width: 60px; height: 60px;
  background: var(--c-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 24px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 22px var(--c-red-glow);
  transition: transform .4s var(--ease-spring);
}
.mv-card:hover .mv-icon { transform: rotate(-10deg) scale(1.05); }
.mv-card h3, .mv-card p { position: relative; z-index: 1; }
.mv-card h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.01em;
  color: var(--c-heading);
  margin-bottom: 14px;
}
.mv-card p {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--c-body);
  margin: 0;
}

/* =========================================================
   VALUES
   ========================================================= */
.values-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.value-card {
  background: #fff;
  padding: 38px 28px 32px;
  border-radius: 8px;
  border: 1px solid var(--c-line);
  border-top: 3px solid var(--c-line);
  transition: all .4s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 0;
  background: linear-gradient(180deg, var(--c-red-soft), transparent);
  transition: height .5s var(--ease);
  z-index: 0;
}
.value-card:hover::before { height: 100%; }
.value-card:hover {
  border-top-color: var(--c-red);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(233, 32, 42, .1);
}
.value-card .vc-num,
.value-card h3,
.value-card p { position: relative; z-index: 1; }
.value-card .vc-num {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 42px;
  line-height: 1;
  color: var(--c-red);
  margin-bottom: 20px;
  letter-spacing: -.03em;
  display: inline-block;
  transition: transform .4s var(--ease-spring);
}
.value-card:hover .vc-num { transform: scale(1.15) rotate(-4deg); }
.value-card h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--c-heading);
  margin-bottom: 12px;
}
.value-card p {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--c-body);
  margin: 0;
}

/* =========================================================
   PRODUCT FEATURE
   ========================================================= */
.product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
  overflow: hidden;
  transition: transform .5s var(--ease-out), box-shadow .5s;
  border: 1px solid var(--c-line);
}
.product-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(233, 32, 42, .12);
}
.product-feature.reverse > .pf-img { order: 2; }
.product-feature.reverse > .pf-content { order: 1; }
.pf-img {
  background-size: cover;
  background-position: center;
  background-color: var(--c-ink);
  position: relative;
  min-height: 460px;
  overflow: hidden;
}
.pf-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform .8s var(--ease);
}
.product-feature:hover .pf-img::before { transform: scale(1.06); }
.pf-img.agro { background-image: url('../images/agro.jpg'); }
.pf-img.metals { background-image: url('../images/metals.jpeg'); }
.pf-img.electronics { background-image: url('../images/electronics.jpeg'); }
.pf-img.paper { background-image: url('../images/paper.jpg'); }
.pf-img .pf-tag {
  position: absolute;
  top: 24px; left: 24px;
  background: var(--c-red);
  color: #fff;
  padding: 9px 18px;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 6px 18px var(--c-red-glow);
}
.pf-content {
  padding: 56px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pf-content h2 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -.015em;
  margin-bottom: 18px;
  color: var(--c-heading);
  padding-bottom: 18px;
  position: relative;
}
.pf-content h2::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 56px; height: 3px;
  background: var(--c-red);
}
.pf-content p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--c-body);
  margin-bottom: 14px;
}
.pf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 26px;
}
.pf-tags span {
  font-family: var(--f-heading);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-heading);
  padding: 8px 16px;
  background: var(--c-bg-soft);
  border-left: 3px solid var(--c-red);
  border-radius: 0 4px 4px 0;
  transition: all .3s var(--ease);
}
.pf-tags span:hover {
  background: var(--c-red);
  color: #fff;
  transform: translateX(4px);
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
}
.contact-form-box {
  background: #fff;
  padding: 42px 40px 38px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  border-top: 4px solid var(--c-red);
  border-left: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.contact-form-box h3 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  color: var(--c-heading);
}
.contact-form-box .form-intro {
  font-size: 13.5px;
  color: var(--c-muted);
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--c-heading);
  margin-bottom: 8px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--f-body);
  font-size: 14.5px;
  color: var(--c-heading);
  background: var(--c-bg-soft);
  border: 1.5px solid transparent;
  border-radius: 6px;
  transition: border-color .3s, background .3s, transform .25s;
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--c-red);
  background: #fff;
  box-shadow: 0 0 0 4px var(--c-red-soft);
}
.contact-form-box button { width: 100%; justify-content: center; margin-top: 8px; }
.contact-form-box button.success { background: #1f7a3d !important; border-color: #1f7a3d !important; color: #fff !important; }

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.info-card {
  background: #fff;
  color: var(--c-body);
  padding: 24px 26px;
  display: flex;
  gap: 16px;
  align-items: center;
  border-left: 3px solid var(--c-red);
  border-radius: 0 8px 8px 0;
  border-top: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  transition: all .4s var(--ease-out);
}
.info-card:hover {
  background: var(--c-red);
  color: #fff;
  transform: translateX(8px);
  border-left-color: #fff;
  box-shadow: 0 14px 30px var(--c-red-glow);
}
.info-card:hover .ic-label,
.info-card:hover .ic-text { color: #fff; }
.info-card:hover .ic-icon { filter: brightness(0) invert(1); }
.info-card .ic-icon {
    
  /* width: 48px; height: 48px; */
  /* background: var(--c-red); */
  /* color: #fff; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-shrink: 0; */
  /* font-size: 18px; */
  /* border-radius: 50%; */
  transition: all .35s var(--ease);
}
.info-card .ic-label {
  font-family: var(--f-heading);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-bottom: 4px;
  transition: color .35s;
}
.info-card .ic-text {
  display: block;
  color: var(--c-heading);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.5;
  transition: color .35s;
}

.map-wrap {
  margin-top: 56px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--c-line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
  position: relative;
}
.map-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--c-red), transparent 60%) border-box;
  -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
.map-wrap iframe {
  width: 100%;
  height: 440px;
  border: 0;
  display: block;
  filter: grayscale(.3) contrast(1.05);
  transition: filter .5s;
}
.map-wrap:hover iframe { filter: grayscale(0); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--c-bg-alt);
  color: var(--c-body);
  padding-top: 80px;
  border-top: 1px solid var(--c-line);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--c-red-soft), transparent 70%);
  top: -300px; right: -200px;
  filter: blur(60px);
  pointer-events: none;
  animation: floatSlow 22s ease-in-out infinite;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--c-line);
  position: relative;
  z-index: 1;
}
.footer .f-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.footer-logo {
  height: 100px; width: auto; max-width: 130px;
  object-fit: contain;
}
.footer .f-name {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--c-heading);
  display: block;
  line-height: 1;
}
.footer .f-sub {
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin-top: 5px;
}
.footer p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-body);
}
.footer h4 {
  font-family: var(--f-heading);
  font-weight: 800;
  font-size: 16px;
  color: var(--c-heading);
  margin-bottom: 24px;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 14px;
  position: relative;
}
.footer h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 2px;
  background: var(--c-red);
}
.footer ul { list-style: none; }
.footer ul li { margin-bottom: 11px; font-size: 13.5px; }
.footer ul li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-body);
  transition: all .3s var(--ease);
}
.footer ul li a::before {
  content: "›";
  color: var(--c-red);
  font-weight: 800;
  transition: transform .3s var(--ease);
}
.footer ul li a:hover { color: var(--c-red); padding-left: 6px; }
.footer ul li a:hover::before { transform: translateX(4px); }

.footer-contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--c-body);
  align-items: flex-start;
  transition: transform .3s var(--ease);
}
.footer-contact-item:hover { transform: translateX(4px); }
.footer-contact-item .ic {
  flex-shrink: 0;
  width: 32px; height: 32px;
  background: var(--c-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
  border-radius: 50%;
  transition: transform .35s var(--ease-spring);
}
.footer-contact-item:hover .ic { transform: rotate(-12deg) scale(1.1); }
.footer-contact-item a:hover { color: var(--c-red); }

.footer-bottom {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12.5px;
  color: var(--c-muted);
  position: relative;
  z-index: 1;
}
.footer-bottom .privacy { display: flex; gap: 8px; }
.footer-bottom .privacy a {
  /* background: var(--c-bg-soft); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--c-body);
  border-radius: 50%;
  transition: all .35s var(--ease);
}
.footer-bottom .privacy a:hover {
  /* background: var(--c-red); */
  color: var(--c-red);
  transform: translateY(-3px);
  /* box-shadow: 0 8px 18px var(--c-red-glow); */
}

/* =========================================================
   REVEAL ANIMATIONS
   ========================================================= */
.reveal { opacity: 0; transform: translateY(50px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal-left { opacity: 0; transform: translateX(-60px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal-right { opacity: 0; transform: translateX(60px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal-scale { opacity: 0; transform: scale(.92); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.visible, .reveal-left.visible, .reveal-right.visible, .reveal-scale.visible {
  opacity: 1; transform: translate(0, 0) scale(1);
}

/* Stagger via reveal-delay attribute */
.reveal[data-delay="1"], .reveal-left[data-delay="1"], .reveal-right[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"], .reveal-left[data-delay="2"], .reveal-right[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"], .reveal-left[data-delay="3"], .reveal-right[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"], .reveal-left[data-delay="4"], .reveal-right[data-delay="4"] { transition-delay: .4s; }

/* Auto-stagger children inside grids */
.services-grid > .reveal:nth-child(1) { transition-delay: .05s; }
.services-grid > .reveal:nth-child(2) { transition-delay: .15s; }
.services-grid > .reveal:nth-child(3) { transition-delay: .25s; }
.services-grid > .reveal:nth-child(4) { transition-delay: .35s; }
.values-row > .reveal:nth-child(1) { transition-delay: .05s; }
.values-row > .reveal:nth-child(2) { transition-delay: .15s; }
.values-row > .reveal:nth-child(3) { transition-delay: .25s; }
.values-row > .reveal:nth-child(4) { transition-delay: .35s; }
.trust-grid > .reveal:nth-child(1) { transition-delay: .05s; }
.trust-grid > .reveal:nth-child(2) { transition-delay: .15s; }
.trust-grid > .reveal:nth-child(3) { transition-delay: .25s; }
.trust-grid > .reveal:nth-child(4) { transition-delay: .35s; }
.projects-grid > .reveal:nth-child(1) { transition-delay: .05s; }
.projects-grid > .reveal:nth-child(2) { transition-delay: .12s; }
.projects-grid > .reveal:nth-child(3) { transition-delay: .19s; }
.projects-grid > .reveal:nth-child(4) { transition-delay: .26s; }
.projects-grid > .reveal:nth-child(5) { transition-delay: .33s; }
.projects-grid > .reveal:nth-child(6) { transition-delay: .4s; }
.stats-grid > .reveal:nth-child(1) { transition-delay: .05s; }
.stats-grid > .reveal:nth-child(2) { transition-delay: .15s; }
.stats-grid > .reveal:nth-child(3) { transition-delay: .25s; }
.stats-grid > .reveal:nth-child(4) { transition-delay: .35s; }


/* CONTENT */
.content-section { padding: 50px 0 50px; }
/* .container { max-width: 900px; margin: 0 auto; padding: 0 24px; } */

.lead { font-size: 1.05rem; color: #444; border-left: 4px solid #2d5986; padding-left: 16px; margin-bottom: 40px; }

.policy-section { margin-bottom: 14px; }
.policy-section h3 { font-size: 1.2rem; font-weight: 700; color: var(--c-heading); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; padding-bottom: 8px; }
.policy-section h3 .num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--c-red); color: #fff; border-radius: 50%; font-size: 1rem; font-family: 'IBM Plex Sans', sans-serif; flex-shrink: 0; }
.policy-section p { margin-bottom: 12px; color: var(--c-heading); }
.policy-section a { color: var(--c-heading); }
.policy-section ul { padding-left: 20px; margin-bottom: 12px; }
.policy-section ul li { margin-bottom: 8px; color: var(--c-heading); }
.policy-section ul li strong { color: var(--c-heading); font-weight: 500;}
.note { color: #666; font-style: italic; font-size: 0.92rem; }

.contact-box { background: #ed1d2633; border: 1px solid #ed1d261A; border-radius: 8px; padding: 24px 28px; margin-top: 12px; }
.contact-box p { margin-bottom: 8px; color: #333; }
.contact-box p:last-child { margin-bottom: 0; }
.contact-box a { color: #2d5986; text-decoration: none; }
.contact-box a:hover { text-decoration: underline; }

.privacy-links a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 0.8rem; transition: color 0.2s; padding-left: 10px; }
.privacy-links a:hover { color: var(--primary); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(1), .stat-item:nth-child(2) { border-bottom: 1px solid var(--c-line); padding-bottom: 36px; }
  .split-row { grid-template-columns: 1fr; gap: 50px; }
  .split-row.reverse > .split-img,
  .split-row.reverse > .split-content { order: initial; }
  .split-img { aspect-ratio: 16 / 10; }
  .split-img .img-frame { display: none; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .mv-row { grid-template-columns: 1fr; }
  .values-row { grid-template-columns: repeat(2, 1fr); }
  .product-feature { grid-template-columns: 1fr; }
  .product-feature.reverse > .pf-img,
  .product-feature.reverse > .pf-content { order: initial; }
  .pf-img { min-height: 320px; }
  .pf-content { padding: 40px 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .block { padding: 80px 0; }
  .hero { height: 600px; }
  .quote-bar .container { justify-content: center; text-align: center; }
  .marquee-group > span { font-size: 18px; padding: 0 18px; }
}

@media (max-width: 768px) {
  .utility-bar .container { flex-direction: column; gap: 12px; }
  .utility-tag { font-size: 12px; text-align: center; }
  .nav-main, .nav-cta { display: none; }
  .hamburger { display: block; }
  .header .container { height: 76px; }
  .services-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { border-right: none !important; border-bottom: 1px solid var(--c-line); padding-bottom: 28px; }
  .stat-item:last-child { border-bottom: none; padding-bottom: 0; }
  .projects-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .values-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .hero { height: 540px; }
  .hero-slide h1 { font-size: 36px; }
  .hero-slide .slide-text { font-size: 15px; }
  /* On mobile the half-width image doesn't read well — stretch it across
     the full hero and use a stronger overlay for text legibility. */
  .hero-slide .slide-bg { left: 0; }
  .hero-slide .slide-overlay {
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.78) 50%, rgba(255,255,255,.65) 100%);
  }
  .hero-slide .slide-content { width: 100%; padding-right: 0; }
  .pf-content { padding: 32px 24px; }
  .contact-form-box { padding: 30px 24px; }
  .map-wrap iframe { height: 320px; }
  .block { padding: 70px 0; }
  .quote-bar { padding: 50px 0; }
  .marquee-group > span { font-size: 15px; padding: 0 14px; }
  .scroll-hint { display: none; }
}

@media (max-width: 480px) {
  .brand-name { font-size: 18px; }
  .brand-sub { font-size: 9px; letter-spacing: .2em; }
  .section-title { font-size: 28px; }
  .slider-arrows { display: none; }
  .hero-slide h1 { font-size: 30px; }
  .info-card { padding: 20px; }
}
