/* =========================================
   SECURE MOBILE INDIA — MASTER STYLESHEET v2
   Leaders in Ballistic Protection since 1995
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  --black: #0a0a0a;
  --near-black: #111111;
  --dark: #1a1a1a;
  --grey-dark: #eaeff7;
  --grey-mid: #070707;
  --grey-light: #94a3b8;
  --white: #ffffff;
  --off-white: #f7f8fc;

  /* =========================================
     COPPER METALLIC PALETTE
     ========================================= */
  --copper-primary: #c9794a;
  --copper-light: #e4a16b;
  --copper-dark: #8a4b2e;
  --copper-highlight: #f7b37a;
  --copper-mid: #b8653c;
  --copper-deep: #a85733;
  --copper-hover: #d88a58;

  --copper-gradient: linear-gradient(
    135deg,
    #8a4b2e 0%,
    #9f5735 12%,
    #b8653c 24%,
    #c9794a 36%,
    #f7b37a 50%,
    #c9794a 64%,
    #b8653c 76%,
    #9f5735 88%,
    #8a4b2e 100%
  );
  --copper-gradient-soft: linear-gradient(
    135deg,
    #a85733 0%,
    #c9794a 32%,
    #f0b07a 50%,
    #c9794a 68%,
    #8a4b2e 100%
  );
  --copper-gradient-horizontal: linear-gradient(
    90deg,
    #8a4b2e 0%,
    #c9794a 25%,
    #f7b37a 50%,
    #c9794a 75%,
    #8a4b2e 100%
  );
  --copper-gradient-dark: linear-gradient(
    135deg,
    #2b1a14 0%,
    #4a2a1e 18%,
    #6a3a28 40%,
    #8a4b2e 70%,
    #3a2017 100%
  );
  --copper-overlay: linear-gradient(
    135deg,
    rgba(201,121,74,.08) 0%,
    rgba(247,179,122,.04) 50%,
    rgba(138,75,46,.08) 100%
  );

  --copper-glow: rgba(201, 121, 74, .18);
  --copper-glow-strong: rgba(201, 121, 74, .32);
  --copper-border: rgba(201, 121, 74, .35);
  --copper-border-light: rgba(247, 179, 122, .22);

  --shadow-copper-sm:
    0 2px 10px rgba(0,0,0,.22),
    0 0 12px rgba(201,121,74,.08);
  --shadow-copper-md:
    0 8px 24px rgba(0,0,0,.28),
    0 0 20px rgba(201,121,74,.12);
  --shadow-copper-lg:
    0 14px 40px rgba(0,0,0,.36),
    0 0 28px rgba(201,121,74,.18);

  --text-copper: #f1b98b;
  --text-copper-muted: #d19168;

  --copper-divider: linear-gradient(
    90deg,
    transparent 0%,
    rgba(201,121,74,.55) 50%,
    transparent 100%
  );
  --copper-hover-overlay: linear-gradient(
    135deg,
    rgba(247,179,122,.18) 0%,
    rgba(201,121,74,.10) 100%
  );

  /* =========================================
     LEGACY ALIASES — keeps every var(--rose-gold-gradient)
     reference in the stylesheet rendering copper
     ========================================= */
  --rose-gold-gradient: var(--copper-gradient-soft);
  --rose-gold-gradient-light: var(--copper-light);
  --rose-gold-gradient-dark: var(--copper-dark);

  --nav-h: 80px;
  --font-hero: 'Bebas Neue', sans-serif;
  --font-display: 'Inter', sans-serif;
  --font-cond: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  background: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

/* ── UTILITY ── */
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  padding: 100px 0;
}

.tag {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
  display: block;
}

.tag-about {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 16px;
  display: block;
}

.tag-blast-page {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
  display: block;
}

.title-xl {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.05;
}

.title-lg {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
}



.title-md {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 600;
  letter-spacing: -0.5px;
}

.body-text {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 400;
  line-height: 1.8;
  color: var(--grey-mid);
}

.body-text.light {
  color: var(--grey-light);
}

.divider-orange {
  width: 60px;
  height: 3px;
  background: var(--rose-gold-gradient);
  margin: 20px 0;
}

.divider-orange.center {
  margin: 20px auto;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
  padding: 13px 28px;
  cursor: pointer;
  border: none;
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .1);
  transform: translateX(-100%);
  transition: transform .45s cubic-bezier(.4, 0, .2, 1);
}

.btn:hover::before {
  transform: translateX(0);
}

.btn-orange {
  background: var(--copper-gradient-soft);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .06);
  box-shadow: var(--shadow-copper-sm);
  transition:
    transform .25s ease,
    filter .25s ease,
    box-shadow .25s ease;
}

.btn-orange:hover {
  filter: brightness(1.06);
  box-shadow: var(--shadow-copper-md);
  transform: translateY(-2px);
}

.btn-orange:active {
  transform: translateY(0);
}

.btn-black {
  background: var(--black);
  color: var(--white);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, .4);
}

.btn-outline:hover {
  border-color: var(--white);
  color: var(--white);
}

.btn-outline-dark {
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--black);
}

.btn-outline-dark:hover {
  background: var(--black);
  color: var(--white);
}

.btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform .3s;
}

.btn:hover svg {
  transform: translateX(4px);
}

/* ── NAV LOGO ── */
/* ── NAV LOGO ── */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
}

.nav-logo-img {
  width: 250px;
  height: auto;
  object-fit: contain;
  display: block;
}

.nav-logo-divider {
  width: 1px;
  height: 52px;
  background: rgba(255, 255, 255, .18);
  flex-shrink: 0;
}

.nav-emblem-img {
  width: 58px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* White navbar */
#nav.white-nav .nav-logo-divider {
  background: rgba(0, 0, 0, .15);
}

/* nav logo mark — hidden on desktop, shown on mobile */
.nav-logo-mark {
  display: none;
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* Mobile */
@media(max-width:768px) {
  #nav .nav-logo-img {
    display: none;
  }

  #nav .nav-logo-mark {
    display: block;
    order: -1;
  }

  #nav .nav-logo-divider {
    height: 32px;
  }

  #nav .nav-emblem-img {
    width: 36px;
  }
}

/* ── NAVIGATION ── */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background .4s, box-shadow .4s;
}

#nav.scrolled {
  background: rgba(10, 10, 10, .97);
  box-shadow: 0 2px 30px rgba(0, 0, 0, .4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#nav.transparent {
  background: transparent;
}

#nav.white-nav {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
}

#nav.white-nav .nav-logo-text {
  color: var(--black);
}

#nav.white-nav .nav-logo-sub {
  color: var(--grey-mid);
}

#nav.white-nav .nav-links .nav-link-text {
  color: var(--black);
}

#nav.white-nav .nav-links .nav-link-text:hover {
  color: var(--black);
}

#nav.white-nav .nav-links .nav-trigger svg {
  stroke: var(--black);
}

#nav.white-nav .nav-hamburger span {
  background: var(--black);
}

#nav.white-nav .nav-links .blast-link .nav-link-text {
  color: var(--black);
}

.nav-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
}

.nav-item {
  position: static;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 0;
}

.nav-link-text {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
  color: rgba(255, 255, 255, .85);
  transition: color .2s;
  position: relative;
  white-space: nowrap;
}

.nav-link-text::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--white);
  transition: width .35s cubic-bezier(.4, 0, .2, 1);
}

.nav-trigger:hover .nav-link-text,
.nav-item.active .nav-link-text {
  color: var(--white);
}

.nav-trigger:hover .nav-link-text::after,
.nav-item.active .nav-link-text::after {
  width: 100%;
}

.nav-trigger svg.dd-arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  stroke: rgba(255, 255, 255, .6);
  fill: none;
  stroke-width: 2.5;
  transition: transform .3s, stroke .2s;
}

.nav-item.has-dropdown.dropdown-open .dd-arrow {
  transform: rotate(180deg);
  stroke: rgba(255, 255, 255, .9);
}

.blast-link .nav-link-text {
  color: rgba(255, 255, 255, .85);
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.nav-cta {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--copper-gradient-horizontal);
  padding: 10px 18px;
  border: 1px solid var(--copper-border);
  box-shadow: var(--shadow-copper-sm);
  transition:
    filter .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
  white-space: nowrap;
}

.nav-cta:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: var(--shadow-copper-md);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all .3s;
}

.nav-hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ── MEGA MENU ── */
.nav-megamenu {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: var(--white);
  border-top: 2px solid var(--rose-gold-gradient);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .28s ease, transform .28s ease, visibility .28s;
  z-index: 998;
  pointer-events: none;
}

.nav-item.has-dropdown.dropdown-open .nav-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.megamenu-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 320px;
  min-height: 320px;
}

.megamenu-col {
  padding: 32px 0;
  border-right: 1px solid rgba(0, 0, 0, .07);
}

.megamenu-col-title {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, .75);
  padding: 0 32px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  margin-bottom: 8px;
}

.megamenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 32px;
  text-decoration: none;
  transition: background .2s;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.megamenu-link:hover,
.megamenu-link.is-active {
  background: rgba(0, 0, 0, .04);
}

.megamenu-link-icon {
  display: none;
}

.megamenu-link-body {
  flex: 1;
}

.megamenu-link-title {
  display: block;
  font-family: var(--font-cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .8);
  transition: color .2s;
}

.megamenu-link:hover .megamenu-link-title,
.megamenu-link.is-active .megamenu-link-title {
  color: var(--black);
}

.megamenu-link-desc {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
  margin-top: 3px;
  line-height: 1.45;
}

.megamenu-link-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke: rgba(0, 0, 0, .3);
  fill: none;
  stroke-width: 2;
  transition: transform .25s, stroke .2s;
}

.megamenu-link:hover .megamenu-link-arrow {
  stroke: var(--rose-gold-gradient);
}

.megamenu-link-arrow.rotated {
  transform: rotate(90deg);
  stroke: var(--rose-gold-gradient);
}

/* Sub-menu inside megamenu */
.megamenu-sub {
  display: none;
  padding-left: 64px;
  border-left: 2px solid rgba(0, 0, 0, .1);
  margin: 0 32px 8px;
}

.megamenu-sub.open {
  display: block;
}

.megamenu-sub a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  text-decoration: none;
  transition: color .2s;
}

.megamenu-sub a::before {
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, .2);
  flex-shrink: 0;
  transition: background .2s;
}

.megamenu-sub a:hover {
  color: var(--black);
}

.megamenu-sub a:hover::before {
  background: var(--black);
}

/* Megamenu Preview Panel */
.megamenu-preview {
  padding: 32px 0 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.megamenu-preview-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--dark);
  position: relative;
  margin-bottom: 16px;
}

.megamenu-preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
  filter: brightness(.8);
}

.megamenu-preview-tag {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 6px;
  display: block;
}

.megamenu-preview-title {
  font-family: var(--font-cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
  line-height: 1.3;
}

.megamenu-preview-text {
  font-size: 14px;
  font-weight: 300;
  color: rgba(51, 51, 51, 1);
  line-height: 1.65;
}

/* White nav — megamenu already white, these are now redundant but kept for safety */
#nav.white-nav .nav-megamenu {
  background: var(--white);
  border-top-color: var(--rose-gold-gradient);
}

#nav.white-nav .megamenu-col {
  border-right-color: rgba(0, 0, 0, .07);
}

#nav.white-nav .megamenu-col-title {
  color: rgba(0, 0, 0, .35);
}

#nav.white-nav .megamenu-link:hover,
#nav.white-nav .megamenu-link.is-active {
  background: rgba(0, 0, 0, .04);
}

#nav.white-nav .megamenu-link-title {
  color: rgba(0, 0, 0, .8);
}

#nav.white-nav .megamenu-link:hover .megamenu-link-title {
  color: var(--black);
}

#nav.white-nav .megamenu-link-desc {
  color: rgba(0, 0, 0, .45);
}

#nav.white-nav .megamenu-sub {
  border-left-color: rgba(0, 0, 0, .1);
}

#nav.white-nav .megamenu-sub a {
  color: rgba(0, 0, 0, .5);
}

#nav.white-nav .megamenu-sub a:hover {
  color: var(--black);
}

#nav.white-nav .megamenu-preview-title {
  color: var(--black);
}

#nav.white-nav .megamenu-preview-text {
  color: rgba(0, 0, 0, .45);
}

/* ── MOBILE MENU (full rebuild) ── */
.mobile-menu {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--near-black);
  overflow-y: auto;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all .38s cubic-bezier(.77, 0, .175, 1);
  z-index: 999;
  border-top: 2px solid var(--rose-gold-gradient);
}

.mobile-menu.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.mob-menu-body {
  padding: 16px 0 24px;
}

.mob-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 1.5px;
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  transition: color .2s, background .2s;
}

.mob-nav-link:hover,
.mob-nav-link.active {
  color: var(--white);
  background: rgba(255, 255, 255, .04);
}

.mob-nav-link.blast-mobile {
  color: rgba(255, 255, 255, .85);
}

.mob-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 1.5px;
  color: var(--white);
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  cursor: pointer;
  text-align: left;
  transition: color .2s, background .2s;
}

.mob-accordion-trigger:hover,
.mob-accordion-trigger.active {
  color: var(--white);
  background: rgba(255, 255, 255, .04);
}

.mob-accordion-trigger svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, .4);
  fill: none;
  stroke-width: 2.5;
  flex-shrink: 0;
  transition: transform .3s, stroke .2s;
}

.mob-accordion-trigger.open {
  color: var(--white);
}

.mob-accordion-trigger.open svg {
  transform: rotate(180deg);
  stroke: rgba(255, 255, 255, .8);
}

.mob-accordion-content {
  display: none;
  background: rgba(0, 0, 0, .3);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.mob-accordion-content.open {
  display: block;
}

.mob-accordion-content a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 28px 10px 40px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  transition: color .2s, padding-left .2s;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
}

.mob-accordion-content a::before {
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, .2);
  flex-shrink: 0;
}

.mob-accordion-content a:hover {
  color: var(--white);
  padding-left: 46px;
}

.mob-sub-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 28px 10px 40px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .03);
  cursor: pointer;
  text-align: left;
  transition: color .2s;
}

.mob-sub-trigger svg {
  width: 14px;
  height: 14px;
  stroke: rgba(255, 255, 255, .3);
  fill: none;
  stroke-width: 2.5;
  transition: transform .3s, stroke .2s;
  flex-shrink: 0;
}

.mob-sub-trigger.open {
  color: var(--white);
}

.mob-sub-trigger.open svg {
  transform: rotate(90deg);
  stroke: rgba(255, 255, 255, .8);
}

.mob-sub-content {
  display: none;
  background: rgba(0, 0, 0, .2);
}

.mob-sub-content.open {
  display: block;
}

.mob-sub-content a {
  padding-left: 52px;
}

.mob-contact {
  padding: 24px 28px 32px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.mob-contact-label {
  font-family: var(--font-cond);
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .25);
  margin-bottom: 12px;
  display: block;
}

.mob-contact a {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, .45);
  padding: 5px 0;
  text-decoration: none;
  transition: color .2s;
  border: none;
  letter-spacing: 0;
}

.mob-contact a:hover {
  color: var(--white);
}

/* ── MARQUEE ── */
.marquee-bar {
  background: var(--rose-gold-gradient);
  padding: 11px 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

.marquee-item {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.marquee-item::before {
  content: '◆';
  font-size: 7px;
  opacity: .7;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── PAGE HERO ── */
.page-hero {
  height: 360px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
  background: var(--near-black);
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero-content .tag {
  margin-bottom: 8px;
}

.page-hero-content h1 {
  font-family: var(--font-hero);
  font-size: clamp(48px, 7vw, 80px);
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
  line-height: .95;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.breadcrumb span {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

.breadcrumb a {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

.breadcrumb span.sep {
  color: rgba(255, 255, 255, .4);
}

.breadcrumb span.current {
  color: rgba(255, 255, 255, .7);
}

/* ── HERO (INDEX) ── */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: var(--near-black);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(201, 121, 74, .07) 0%, transparent 60%);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.hero-eyebrow-line {
  width: 36px;
  height: 2px;
  background: var(--white);
  flex-shrink: 0;
}

.hero-eyebrow-text {
  font-family: var(--font-hero);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
}

.hero h1 {
  font-family: var(--font-hero);
  font-size: clamp(64px, 10vw, 110px);
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: .92;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 24px;
}

.hero h1 em {
  font-style: normal;
  color: var(--white);
  display: block;
}

.hero-desc {
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, .65);
  max-width: 540px;
  margin-bottom: 44px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, .93);
  border-top: 2px solid var(--copper-border);
  backdrop-filter: blur(10px);
  z-index: 3;
}

.hero-stats-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255, 255, 255, .07);
}

.stat-item {
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, .07);
}

.stat-num {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -1px;
  color: var(--white);
  line-height: 1;
  display: block;
}

.stat-label {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .38);
  margin-top: 4px;
  display: block;
}

/* ── HERO CAROUSEL ── */
.hc-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.hc-slide.active {
  opacity: 1;
}

.hc-contents {
  display: grid;
  grid-template-columns: 1fr;
}

.hc-content {
  grid-area: 1/1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
  pointer-events: none;
}

.hc-content.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hc-controls {
  display: flex;
  gap: 8px;
  margin-top: 44px;
}

.hc-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  flex: 1;
  max-width: 160px;
}

.hc-btn-label {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .3);
  transition: color .3s;
  white-space: nowrap;
}

.hc-btn.active .hc-btn-label,
.hc-btn:hover .hc-btn-label {
  color: rgba(255, 255, 255, .85);
}

.hc-progress {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
}

.hc-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: left center;
}

.hc-btn.active .hc-bar {
  animation: hcFill 5s linear forwards;
}

@keyframes hcFill {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@media(max-width:768px) {
  .hero {
    padding-bottom: 0 !important;
    display: block;
  }

  .hero>.container {
    min-height: 100vh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 80px;
    box-sizing: border-box;
  }

  .hero-stats {
    position: relative;
    bottom: auto;
  }

  .hc-content {
    text-align: left;
  }

  .hc-content h1 {
    font-size: 68px;
  }

  .hc-content .hero-eyebrow {
    align-items: flex-start;
  }

  .hc-controls {
    margin-top: 24px;
    gap: 6px;
  }

  .hc-btn {
    min-height: 44px;
    justify-content: flex-end;
    max-width: none;
    padding-bottom: 4px;
  }

  .hc-btn-label {
    display: none;
  }

  .hc-progress {
    height: 4px;
  }
}

/* ── ABOUT STRIP ── */
.about-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about-strip-img {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.about-strip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.4, 0, .2, 1);
}

.about-strip-img:hover img {
  transform: scale(1.03);
}

.about-strip-content {
  background: var(--off-white);
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0;
}

.about-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.about-feat-icon {
  width: 34px;
  height: 34px;
  background: var(--rose-gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.about-feat-icon svg {
  width: 17px;
  height: 17px;
  fill: white;
}

.about-feat-text h4 {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 3px;
}

.about-feat-text p {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  color: var(--grey-mid);
  line-height: 1.6;
}

/* ── SERVICES ── */
.services-section {
  background: var(--white);
}

.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 52px;
  gap: 32px;
  flex-wrap: wrap;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  background: var(--off-white);
  padding: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background .35s cubic-bezier(.4, 0, .2, 1), transform .3s cubic-bezier(.4, 0, .2, 1);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--rose-gold-gradient);
  transition: width .5s cubic-bezier(.4, 0, .2, 1);
}

.service-card:hover {
  background: #e8ecef;
  transform: translateY(-4px);
}

.service-card:hover::before {
  width: 100%;
}

.service-card.blast-card {
  background: var(--off-white);
}

.service-card.blast-card:hover {
  background: #e8ecef;
}

.service-num {
  font-family: var(--font-display);
  font-size: 52px;
  color: rgba(255, 255, 255, .04);
  position: absolute;
  bottom: 14px;
  right: 18px;
  line-height: 1;
  pointer-events: none;
}

.service-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--grey-dark);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
}

.service-card:hover .service-image img {
  transform: scale(1.04);
}

.service-card h3 {
  font-family: var(--font-cond);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 11px;
}

.service-card p {
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 300;
  line-height: 1.75;
  color: var(--grey-mid);
  margin-bottom: 24px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  background: var(--rose-gold-gradient);
  padding: 12px 24px;
  transition: all .3s;
}

.service-link:hover {
  background: var(--rose-gold-gradient-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--copper-glow-strong);
  gap: 12px;
}

.service-link svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

/* ── BLAST TEASER (homepage) ── */
.blast-teaser {
  background: var(--black);
  position: relative;
  overflow: hidden;
}

.blast-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 15% 70%, rgba(201, 121, 74, .12) 0%, transparent 55%), radial-gradient(ellipse at 85% 15%, rgba(201, 121, 74, .06) 0%, transparent 50%);
  pointer-events: none;
}

.blast-teaser-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 44px;
  gap: 20px;
  flex-wrap: wrap;
}

.blast-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.blast-card {
  background: #100a05;
  border: 1px solid rgba(201, 121, 74, .10);
  overflow: hidden;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1), background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.blast-card:hover {
  border-color: rgba(201, 121, 74, .35);
  background: #1a0e06;
}

.blast-card-top {
  position: relative;
  overflow: hidden;
  height: 180px;
  background: #0a0a0a;
}

.blast-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter .45s cubic-bezier(.4, 0, .2, 1), transform .55s cubic-bezier(.4, 0, .2, 1);
}

.blast-card:hover .blast-card-top img {
  filter: brightness(.7) saturate(.9);
  transform: scale(1.04);
}

.blast-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 10, 26, .9) 0%, transparent 60%);
}

.blast-cat-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--rose-gold-gradient);
  color: white;
  padding: 4px 10px;
}

.blast-card-body {
  padding: 22px 22px 26px;
}

.blast-card-body h3 {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 9px;
  line-height: 1.25;
}

.blast-card-body p {
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, .42);
  padding-bottom: 12px;
  padding-top: 12px;
}

.blast-cert {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
}

.blast-cert svg {
  width: 12px;
  height: 12px;
  fill: var(--rose-gold-gradient);
  flex-shrink: 0;
}

.blast-cert span {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .32);
}

.blast-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 12px;
  transition: gap .3s;
}

.blast-cta-link:hover {
  gap: 13px;
}

.blast-cta-link svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--white);
  stroke-width: 2.5;
}

.blast-badge-strip {
  background: rgba(201, 121, 74, .06);
  border-top: 1px solid rgba(201, 121, 74, .18);
  padding: 20px 0;
  margin-top: 44px;
}

.blast-badge-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.blast-badge {
  display: flex;
  align-items: center;
  gap: 11px;
}

.blast-badge svg {
  width: 26px;
  height: 26px;
  fill: var(--rose-gold-gradient);
}

.blast-badge-text strong {
  display: block;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
}

.blast-badge-text span {
  font-family: var(--font-cond);
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .32);
}

/* ── ANTI DRONE SECTION (homepage) ── */
.anti-drone-section {
  background: var(--near-black);
  position: relative;
  overflow: hidden;
}

.anti-drone-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(201, 121, 74, .07) 0%, transparent 55%), radial-gradient(ellipse at 10% 80%, rgba(247, 179, 122, .04) 0%, transparent 50%);
  pointer-events: none;
}

.anti-drone-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 32px;
  flex-wrap: wrap;
}

.anti-drone-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.adc-card {
  background: #0f0f0f;
  border: 1px solid rgba(255, 255, 255, .06);
  overflow: hidden;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1), background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.adc-card:hover {
  border-color: var(--copper-border);
  background: #161616;
}

.adc-card-top {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: var(--dark);
}

.adc-card-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.5) saturate(.6);
  transition: filter .5s cubic-bezier(.4, 0, .2, 1), transform .6s cubic-bezier(.4, 0, .2, 1);
}

.adc-card:hover .adc-card-top img {
  filter: brightness(.72) saturate(.9);
  transform: scale(1.04);
}

.adc-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, .9) 0%, transparent 60%);
}

.adc-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--rose-gold-gradient);
  color: white;
  padding: 4px 10px;
}

.adc-card-body {
  padding: 28px 28px 32px;
}

.adc-card-body h3 {
  font-family: var(--font-cond);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}

.adc-card-body p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, .42);
  margin-bottom: 22px;
}

@media(max-width:768px) {
  .anti-drone-cards {
    grid-template-columns: 1fr;
  }
}

/* ── FILTER BAR ── */
.filter-bar {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.filter-btn {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 9px 18px;
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, .14);
  color: var(--grey-mid);
  cursor: pointer;
  transition: all .2s;
}

.filter-btn:hover {
  border-color: var(--black);
  color: var(--black);
}

.filter-btn.active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}

/* ── BLAST PROTECTION PAGE ── */
.blast-page-hero {
  height: 400px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.blast-page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, .97) 0%, rgba(180, 30, 0, .15) 60%, rgba(10, 10, 10, .95) 100%), url('./assets/blast-all-banner.webp') center/cover no-repeat;
}

.blast-page-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(200, 50, 0, .2) 0%, transparent 60%);
}

.blast-nav-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
}

.blast-nav-card {
  background: var(--off-white);
  padding: 22px 18px;
  text-align: center;
  cursor: pointer;
  border-top: 3px solid transparent;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1), background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.blast-nav-card:hover {
  border-color: var(--rose-gold-gradient);
  background: var(--white);
}

.blast-nav-card svg {
  width: 30px;
  height: 30px;
  fill: var(--rose-gold-gradient);
  margin: 0 auto 10px;
  display: block;
}

.blast-nav-card h4 {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.3;
}

.blast-detail-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .06);
  overflow: hidden;
  margin-bottom: 2px;
  transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1);
}

.blast-detail-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
}

.blast-detail-card.flip {
  direction: rtl;
}

.blast-detail-card.flip>* {
  direction: ltr;
}

.blast-detail-img {
  overflow: hidden;
  min-height: 360px;
  position: relative;
  background: var(--grey-dark);
}

.blast-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
}

.blast-detail-card:hover .blast-detail-img img {
  transform: scale(1.03);
}

.blast-detail-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, .2) 0%, transparent 50%);
}

.blast-detail-body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blast-detail-body .tag {
  color: var(--black);
  margin-bottom: 6px;
}

.blast-detail-body h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 2.8vw, 42px);
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.02;
  margin-bottom: 6px;
}

.blast-detail-body .subtitle {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 18px;
}

.blast-detail-body p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--grey-mid);
  margin-bottom: 10px;
}

.blast-specs-list {
  list-style: none;
  margin: 16px 0 22px;
}

.blast-specs-list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 400;
  color: var(--black);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.blast-specs-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--rose-gold-gradient);
  flex-shrink: 0;
}

.blast-spec-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}

.blast-spec-tag {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, .12);
  color: var(--grey-mid);
  transition: all .2s;
}

.blast-spec-tag:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.blast-cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--off-white);
  padding: 11px 18px;
  border-left: 3px solid var(--rose-gold-gradient);
  margin-top: 6px;
}

.blast-cert-badge svg {
  width: 16px;
  height: 16px;
  fill: var(--rose-gold-gradient);
  flex-shrink: 0;
}

.blast-cert-badge span {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
}


/* ── MAKE IN INDIA STATEMENT ── */
.mii-section {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  padding: 120px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mii-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.mii-bg-map {
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 120%;
  background-image: url('./assets/india-map-bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 0.8;
  filter: blur(2px);
}

.mii-bg-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 50%, rgba(201, 121, 74, 0.12) 0%, transparent 60%),
    linear-gradient(90deg, var(--black) 30%, transparent 100%);
}

.mii-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

.mii-content {
  max-width: 650px;
  flex: 1;
}

.mii-tag {
  color: var(--rose-gold-gradient);
  letter-spacing: 4px;
  font-size: 11px;
  margin-bottom: 24px;
}

.mii-title {
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1;
}

.mii-title em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
}

.mii-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(16px, 1.4vw, 18px);
  margin-bottom: 0;
  line-height: 1.8;
}

.mii-logos {
  display: flex;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.03);
  padding: 32px 48px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.mii-smi-logo {
  height: 48px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.mii-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
}

.mii-mii-logo {
  height: 64px;
  width: auto;
  object-fit: contain;
}

@media(max-width: 1100px) {
  .mii-container {
    gap: 40px;
  }

  .mii-logos {
    padding: 24px 32px;
  }
}

@media(max-width: 900px) {
  .mii-bg-map {
    width: 80%;
    right: -10%;
    opacity: 0.4;
  }

  .mii-bg-gradient {
    background: radial-gradient(circle at 50% 50%, rgba(201, 121, 74, 0.12) 0%, transparent 70%),
      linear-gradient(180deg, var(--black) 10%, transparent 100%);
  }

  .mii-container {
    flex-direction: column;
    text-align: center;
    gap: 48px;
  }

  .mii-content {
    max-width: 100%;
  }
}

@media(max-width: 600px) {
  .mii-section {
    padding: 80px 0;
  }

  .mii-logos {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    width: 100%;
  }

  .mii-divider {
    width: 50px;
    height: 1px;
  }
}

/* ── TRUST ── */
.trust-section {
  background: var(--off-white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(0, 0, 0, .07);
}

.trust-item {
  padding: 42px 26px;
  border-right: 1px solid rgba(0, 0, 0, .07);
  text-align: center;
  transition: background .35s cubic-bezier(.4, 0, .2, 1);
}

.trust-item:last-child {
  border-right: none;
}

.trust-item:hover {
  background: var(--white);
}

.trust-item-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  background: var(--rose-gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-item-icon svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}

.trust-item h3 {
  font-family: var(--font-cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
}

.trust-item p {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--grey-mid);
}

/* ── NEWS CARDS ── */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.news-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .06);
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.news-card:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
  transform: translateY(-4px);
}

.news-card-img {
  height: 210px;
  overflow: hidden;
  position: relative;
  background: var(--grey-dark);
}

.news-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.news-card:hover .news-card-img img {
  transform: scale(1.04);
}

.news-category {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 11px;
  background: var(--black);
  color: var(--white);
}

.news-card-body {
  padding: 24px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.news-date {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-mid);
}

.news-read {
  font-family: var(--font-cond);
  font-size: 10px;
  color: var(--grey-light);
}

.news-card h3 {
  font-family: var(--font-cond);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.28;
  margin-bottom: 9px;
  transition: color .2s;
}

.news-card:hover h3 {
  color: var(--black);
}

.news-card p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.72;
  color: var(--grey-mid);
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-top: 16px;
  transition: gap .3s, color .2s;
}

.news-read-more:hover {
  gap: 12px;
  color: var(--black);
}

.news-read-more svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

/* ── CTA BANNER ── */
.cta-banner {
  background: var(--black);
  position: relative;
  overflow: hidden;
  padding: 84px 0;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(201, 121, 74, .08) 0%, transparent 70%);
}

.cta-banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.cta-banner-text h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 54px);
  color: var(--white);
  text-transform: none;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: -1px;
}

.cta-banner-text h2 em {
  font-style: normal;
  color: var(--white);
}

.cta-banner-text p {
  font-size: clamp(15px, 1.2vw, 16px);
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  max-width: 460px;
  line-height: 1.7;
}

.cta-banner-actions {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-shrink: 0;
}

/* ── FOOTER ── */
footer {
  background: var(--near-black);
  padding-top: 68px;
  border-top: 2px solid var(--copper-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 44px;
  padding-bottom: 52px;
}

.footer-brand p {
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
  margin: 16px 0 22px;
  max-width: 270px;
}

.footer-socials {
  display: flex;
  gap: 8px;
}

.social-btn {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .14);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.social-btn:hover {
  background: var(--rose-gold-gradient);
  border-color: var(--rose-gold-gradient);
}

.social-btn svg {
  width: 14px;
  height: 14px;
  fill: var(--white);
  transition: fill .2s;
}

.social-btn:hover svg {
  fill: white;
}

.footer-col h4 {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, .85);
  transition: color .2s, padding-left .2s;
}

.footer-col ul li a:hover {
  color: rgba(255, 255, 255, .85);
  padding-left: 6px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 12px;
}

.footer-contact-item svg {
  width: 13px;
  height: 13px;
  fill: var(--white);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact-item span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, .85);
  line-height: 1.6;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .07);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom p {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

.footer-bottom-links {
  display: flex;
  gap: 18px;
}

.footer-bottom-links a {
  font-family: var(--font-cond);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
  transition: color .2s;
}

.footer-bottom-links a:hover {
  color: rgba(255, 255, 255, .6);
}

/* ── ABOUT PAGE ── */
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-intro-auto {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.about-intro-img {
  position: relative;
  overflow: visible;
}

.about-intro-img img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.about-intro-img::after {
  content: '';
  position: absolute;
  bottom: -14px;
  right: -14px;
  width: 140px;
  height: 140px;
  border: 3px solid var(--rose-gold-gradient);
  z-index: -1;
}

.img-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  background: var(--rose-gold-gradient);
  padding: 16px 22px;
}

.img-badge span:first-child {
  font-family: var(--font-display);
  font-size: 40px;
  color: white;
  display: block;
  line-height: 1;
}

.img-badge span:last-child {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  display: block;
}

.timeline {
  position: relative;
  padding-left: 26px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--black), rgba(0, 0, 0, .08));
}

.timeline-item {
  position: relative;
  margin-bottom: 32px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: var(--black);
  border-radius: 50%;
}

.timeline-year {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 4px;
}

.timeline-item h3 {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 5px;
}

.timeline-item p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--grey-mid);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.team-card {
  overflow: hidden;
  background: var(--off-white);
}

.team-card-img {
  height: 290px;
  overflow: hidden;
}

.team-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(25%);
  transition: all .55s cubic-bezier(.4, 0, .2, 1);
}

.team-card:hover .team-card-img img {
  filter: grayscale(0);
  transform: scale(1.03);
}

.team-card-info {
  padding: 20px;
}

.team-card-info h3 {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 3px;
}

.team-card-info span {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-mid);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.cert-item {
  background: var(--white);
  padding: 26px 18px;
  text-align: center;
  border-top: 3px solid transparent;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.cert-item:hover {
  border-color: var(--copper-light);
}

.cert-item svg {
  width: 34px;
  height: 34px;
  fill: var(--rose-gold-gradient);
  margin: 0 auto 12px;
  display: block;
}

.cert-item h4 {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

.cert-item p {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  color: var(--grey-mid);
  line-height: 1.6;
}

/* ── SERVICES PAGE ── */
.services-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.service-detail-card {
  background: var(--off-white);
  overflow: hidden;
  transition: background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.service-detail-card:hover {
  background: var(--white);
}

.service-detail-card .card-img {
  height: 250px;
  overflow: hidden;
}

.service-detail-card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
  filter: brightness(.8);
}

.service-detail-card:hover .card-img img {
  transform: scale(1.03);
}

.service-detail-card .card-body {
  padding: 34px;
}

.service-detail-card .card-body h2 {
  font-family: var(--font-display);
  font-size: 30px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 12px;
}

.service-detail-card .card-body p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--grey-mid);
  margin-bottom: 9px;
}

.service-detail-card .card-body ul {
  list-style: none;
  margin: 12px 0 18px;
}

.service-detail-card .card-body ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  color: var(--black);
  padding: 7px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.service-detail-card .card-body ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--rose-gold-gradient);
  flex-shrink: 0;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(to right, var(--rose-gold-gradient), rgba(201, 121, 74, .15));
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 14px;
}

.step-num {
  width: 68px;
  height: 68px;
  background: var(--black);
  border: 3px solid var(--rose-gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--white);
}

.process-step h4 {
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

.process-step p {
  font-size: clamp(14px, 1.1vw, 15px);
  font-weight: 300;
  color: var(--grey-mid);
  line-height: 1.6;
}

/* ── CONTACT PAGE ── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 50px);
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
  margin-bottom: 16px;
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.contact-detail:last-of-type {
  border-bottom: none;
}

.contact-detail-icon {
  width: 40px;
  height: 40px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-icon svg {
  width: 18px;
  height: 18px;
  fill: var(--rose-gold-gradient);
}

.contact-detail-text h4 {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 3px;
}

.contact-detail-text p {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 400;
  color: var(--black);
  line-height: 1.5;
}

.contact-form-wrap {
  background: var(--off-white);
  padding: 48px;
}

.contact-form-wrap h3 {
  font-family: var(--font-display);
  font-size: 32px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 5px;
}

.contact-form-wrap>p {
  font-size: clamp(14px, 1.1vw, 15px);
  color: var(--grey-mid);
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--white);
  border: 1.5px solid rgba(0, 0, 0, .1);
  padding: 11px 13px;
  font-size: 13px;
  font-weight: 300;
  color: var(--black);
  transition: border-color .2s;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rose-gold-gradient);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-submit {
  width: 100%;
  padding: 14px;
  background: var(--rose-gold-gradient);
  color: white;
  border: none;
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}

.form-submit:hover {
  background: var(--rose-gold-gradient-dark);
}

.map-section iframe {
  width: 100%;
  height: 360px;
  border: none;
  filter: grayscale(80%) invert(8%);
  display: block;
}

.map-bar {
  background: var(--near-black);
  padding: 20px 0;
}

.map-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.map-bar p {
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .33);
}

.map-bar strong {
  color: var(--white);
}

.offices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 52px;
}

.office-card {
  background: var(--off-white);
  padding: 34px;
  border-top: 3px solid transparent;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1), background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.office-card:hover {
  border-color: var(--rose-gold-gradient);
  background: var(--white);
}

.office-city {
  font-family: var(--font-display);
  font-size: 28px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1;
  margin-bottom: 10px;
}

.office-type {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 16px;
  display: block;
}

.office-detail {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 9px;
}

.office-detail svg {
  width: 12px;
  height: 12px;
  fill: var(--rose-gold-gradient);
  flex-shrink: 0;
  margin-top: 2px;
}

.office-detail span {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  color: var(--grey-mid);
  line-height: 1.6;
}

.faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  gap: 14px;
}

.faq-q h4 {
  font-family: var(--font-cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--black);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border: 1.5px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}

.faq-icon svg {
  width: 12px;
  height: 12px;
  transition: transform .3s;
}

.faq-item.open .faq-icon {
  background: var(--rose-gold-gradient);
  border-color: var(--rose-gold-gradient);
}

.faq-item.open .faq-icon svg {
  fill: white;
  transform: rotate(45deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq-item.open .faq-a {
  max-height: 220px;
}

.faq-a p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.8;
  color: var(--grey-mid);
  padding-bottom: 20px;
}

/* ── NEWS PAGE ── */
.news-hero-featured {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2px;
  margin-bottom: 2px;
}

.nf-card {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  background: var(--grey-dark);
}

.nf-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.4, 0, .2, 1);
  filter: brightness(.45);
}

.nf-card:hover img {
  transform: scale(1.03);
}

.nf-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, .97) 0%, rgba(10, 10, 10, .2) 60%, transparent 100%);
}

.nf-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.nf-content .tag {
  margin-bottom: 8px;
}

.nf-content h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 36px);
  color: var(--white);
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 11px;
}

.nf-content p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  color: rgba(255, 255, 255, .55);
  line-height: 1.75;
  max-width: 480px;
  margin-bottom: 18px;
}

.nf-date {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}

.nf-read {
  font-family: var(--font-cond);
  font-size: 10px;
  color: rgba(255, 255, 255, .3);
}

.nf-side {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nf-side-card {
  flex: 1;
  background: var(--near-black);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: background .3s;
  border-left: 3px solid transparent;
}

.nf-side-card:hover {
  background: var(--dark);
  border-left-color: var(--rose-gold-gradient);
}

.nf-side-card .tag {
  margin-bottom: 6px;
}

.nf-side-card h3 {
  font-family: var(--font-cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.3;
  margin-bottom: 8px;
}

.nf-side-card p {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  color: rgba(255, 255, 255, .38);
  line-height: 1.65;
}

.nf-side-card .nf-date {
  margin-top: 14px;
  display: block;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.article-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .07);
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.article-card:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
  transform: translateY(-4px);
}

.ac-img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: var(--grey-dark);
}

.ac-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.article-card:hover .ac-img img {
  transform: scale(1.04);
}

.ac-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--black);
  color: var(--white);
}

.ac-cat.orange {
  background: var(--rose-gold-gradient);
}

.ac-body {
  padding: 22px;
}

.ac-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.ac-date {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-mid);
}

.ac-min {
  font-family: var(--font-cond);
  font-size: 10px;
  color: var(--grey-light);
}

.ac-body h3 {
  font-family: var(--font-cond);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.28;
  margin-bottom: 8px;
  transition: color .2s;
}

.article-card:hover .ac-body h3 {
  color: var(--black);
}

.ac-body p {
  font-size: clamp(15px, 1.3vw, 17px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--grey-mid);
  margin-bottom: 14px;
}

.ac-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  transition: gap .3s, color .2s;
}

.ac-link:hover {
  gap: 12px;
  color: var(--black);
}

.ac-link svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

.newsletter-block {
  background: var(--off-white);
  padding: 52px;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, .09);
}

.newsletter-block h3 {
  font-family: var(--font-display);
  font-size: 34px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 7px;
}

.newsletter-block p {
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 300;
  color: var(--grey-mid);
  margin-bottom: 24px;
}

.nl-form {
  display: flex;
  max-width: 440px;
  margin: 0 auto;
}

.nl-form input {
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  border: 1.5px solid rgba(0, 0, 0, .12);
  border-right: none;
  outline: none;
  transition: border-color .2s;
  border-radius: 0;
}

.nl-form input:focus {
  border-color: var(--rose-gold-gradient);
}

.nl-form button {
  padding: 12px 24px;
  background: var(--rose-gold-gradient);
  color: white;
  border: none;
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s;
  white-space: nowrap;
}

.nl-form button:hover {
  background: var(--rose-gold-gradient-dark);
}

/* ── VEHICLES GRID (Homepage Preview + Page) ── */
.vehicles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.vehicle-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .06);
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
  display: block;
  border-radius: 2px;
}

.vehicle-card:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
  transform: translateY(-4px);
}

.vehicle-card-img {
  height: 240px;
  overflow: hidden;
  position: relative;
  background: var(--grey-dark);
}

.vehicle-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.vehicle-card:hover .vehicle-card-img img {
  transform: scale(1.04);
}

.vehicle-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 11px;
  background: var(--rose-gold-gradient);
  color: var(--white);
}

.vehicle-card-body {
  padding: 24px;
}

.vehicle-make {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 4px;
}

.vehicle-model {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--black);
  line-height: 1;
  margin-bottom: 14px;
  font-weight: 600;
}

.vehicle-specs {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vehicle-spec {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
}

.vehicle-spec svg {
  width: 11px;
  height: 11px;
  fill: var(--grey-mid);
  flex-shrink: 0;
}

.vehicle-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vehicle-arrow svg {
  width: 18px;
  height: 18px;
  transition: transform .3s, color .2s;
}

.vehicle-card:hover .vehicle-arrow svg {
  transform: translateX(6px);
  stroke: var(--rose-gold-gradient);
}

/* ── VEHICLES PAGE ── */
.vehicles-hero-stats {
  background: var(--black);
  padding: 32px 0;
  border-top: 2px solid var(--copper-border);
}

.vehicles-stats-row {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, .07);
  overflow-x: auto;
}

.v-stat {
  flex: 1;
  min-width: 150px;
  padding: 16px 28px;
  border-right: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  align-items: center;
  gap: 12px;
}

.v-stat svg {
  width: 20px;
  height: 20px;
  fill: var(--rose-gold-gradient);
  flex-shrink: 0;
}

.v-stat-text strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--white);
  line-height: 1;
}

.v-stat-text span {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .28);
}

.vehicles-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.prot-levels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
  margin-top: 52px;
}

.prot-level {
  background: var(--off-white);
  padding: 22px 14px;
  text-align: center;
  border-top: 3px solid transparent;
  transition: border-color .35s cubic-bezier(.4, 0, .2, 1), background .35s cubic-bezier(.4, 0, .2, 1);
  border-radius: 2px;
}

.prot-level:hover {
  border-color: var(--rose-gold-gradient);
  background: var(--white);
}

.prot-level strong {
  display: block;
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--black);
  margin-bottom: 5px;
}

.prot-level span {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--grey-mid);
  display: block;
  margin-bottom: 7px;
}

.prot-level p {
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 300;
  color: var(--grey-mid);
  line-height: 1.5;
}

/* ── INTERACTIVE PROCESS STEPPER ── */
.process-stepper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  border: 1px solid rgba(0, 0, 0, .08);
  min-height: 480px;
}

.stepper-nav {
  border-right: 1px solid rgba(0, 0, 0, .08);
  background: var(--off-white);
}

.process-step-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  cursor: pointer;
  text-align: left;
  transition: background .2s;
  position: relative;
}

.process-step-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background .2s;
}

.process-step-btn.active {
  background: var(--white);
}

.process-step-btn.active::before {
  background: var(--rose-gold-gradient);
}

.process-step-btn:hover {
  background: var(--white);
}

.step-btn-num {
  width: 36px;
  height: 36px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-display);
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s;
}

.process-step-btn.active .step-btn-num {
  background: var(--rose-gold-gradient);
}

.step-btn-text {
  flex: 1;
}

.step-btn-title {
  display: block;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 2px;
}

.step-btn-sub {
  display: block;
  font-size: 11px;
  font-weight: 300;
  color: var(--grey-mid);
}

.stepper-content {
  position: relative;
}

.process-step-panel {
  display: none;
  height: 100%;
}

.process-step-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.step-panel-img {
  overflow: hidden;
  background: var(--grey-dark);
  position: relative;
}

.step-panel-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stepper-swipe-hint {
  display: none;
}

.step-panel-body {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-panel-num {
  font-family: var(--font-display);
  font-size: 80px;
  color: rgba(0, 0, 0, .05);
  line-height: 1;
  margin-bottom: -16px;
}

.step-panel-tag {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 8px;
  display: block;
}

.step-panel-title {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 30px);
  color: var(--black);
  line-height: 1.05;
  margin-bottom: 14px;
}

.step-panel-text {
  font-size: clamp(12px, 1.2vw, 15px);
  font-weight: 300;
  line-height: 1.4;
  color: var(--grey-mid);
  margin-bottom: 14px;
}

.step-panel-list {
  list-style: none;
  margin-top: 8px;
}

.step-panel-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 400;
  color: var(--black);
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.step-panel-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: var(--rose-gold-gradient);
  flex-shrink: 0;
  margin-top: 5px;
}

@media(max-width:900px) {
  .process-stepper {
    grid-template-columns: 1fr;
  }

  .stepper-nav {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    display: flex;
    overflow-x: auto;
    position: relative;
    scrollbar-width: none;
  }

  .stepper-nav::-webkit-scrollbar {
    display: none;
  }

  .stepper-nav::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    background: linear-gradient(to right, transparent, var(--off-white));
    pointer-events: none;
    z-index: 1;
  }

  .process-step-btn {
    flex-direction: column;
    text-align: center;
    padding: 14px 16px;
    min-width: 100px;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, .06);
  }

  .process-step-btn::before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
  }

  .step-btn-sub {
    display: none;
  }

  .process-step-panel.active {
    grid-template-columns: 1fr;
  }

  .step-panel-img {
    height: 220px;
  }

  .step-panel-body {
    padding: 28px 24px;
  }

  .stepper-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 6px 16px 14px;
    font-family: var(--font-cond);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .38);
  }

  .stepper-swipe-hint svg {
    width: 14px;
    height: 14px;
    animation: swipeArrow 1.8s ease-in-out infinite;
  }

  .stepper-swipe-hint span {
    animation: swipeArrow 1.8s ease-in-out infinite;
  }

  .stepper-nav::after {
    background: linear-gradient(to right, rgba(245, 244, 242, 0), var(--off-white));
  }
}

@keyframes swipeArrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: .45;
  }

  60% {
    transform: translateX(5px);
    opacity: 1;
  }
}

/* ── BR / PRODUCT GRID ── */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.product-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, .06);
  overflow: hidden;
  transition: box-shadow .4s cubic-bezier(.4, 0, .2, 1), transform .4s cubic-bezier(.4, 0, .2, 1);
  display: block;
  text-decoration: none;
  border-radius: 2px;
}

.product-card:hover {
  box-shadow: 0 24px 64px rgba(0, 0, 0, .08);
  transform: translateY(-4px);
}

.product-card-img {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: var(--grey-dark);
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1), filter .4s cubic-bezier(.4, 0, .2, 1);
  filter: brightness(.85);
}

.product-card:hover .product-card-img img {
  transform: scale(1.04);
  filter: brightness(1);
}

.product-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 10px;
  background: var(--rose-gold-gradient);
  color: var(--white);
}

.product-card-body {
  padding: 22px 24px;
}

.product-card-cat {
  font-family: var(--font-cond);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  margin-bottom: 4px;
  display: block;
}

.product-card-title {
  font-family: var(--font-display);
  font-size: 20px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.05;
  margin-bottom: 8px;
}

.product-card-desc {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--grey-mid);
  margin-bottom: 14px;
}

.product-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--black);
  transition: gap .3s, color .2s;
}

.product-card:hover .product-card-link {
  gap: 12px;
  color: var(--black);
}

.product-card-link svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
}

@media(max-width:1100px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:600px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

/* ── SINGLE PRODUCT PAGE ── */
.product-hero {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--near-black);
}

.product-hero-body {
  padding: 80px 56px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.product-hero-img {
  position: relative;
  overflow: hidden;
}

.product-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 380px;
  filter: brightness(.75);
}

.product-hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, .6) 0%, transparent 60%);
}

.product-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
}

.product-spec-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.product-spec-table td {
  padding: 10px 0;
  font-size: clamp(14px, 1.1vw, 15px);
}

.product-spec-table td:first-child {
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
  width: 44%;
  padding-right: 12px;
}

.product-spec-table td:last-child {
  font-weight: 400;
  color: var(--black);
}

@media(max-width:768px) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-hero-img img {
    min-height: 220px;
  }

  .product-hero-body {
    padding: 40px 24px 36px;
  }
}

/* ── SCROLL ANIMATIONS ── */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity .7s cubic-bezier(.4, 0, .2, 1), transform .7s cubic-bezier(.4, 0, .2, 1);
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════ */
@media (max-width:1100px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vehicles-grid,
  .vehicles-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: none;
  }

  .trust-item:nth-child(3) {
    border-right: 1px solid rgba(0, 0, 0, .07);
  }

  .trust-item:nth-child(4) {
    border-right: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .process-steps::before {
    display: none;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blast-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blast-nav-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .blast-detail-card,
  .blast-detail-card.flip {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .blast-detail-body {
    padding: 36px 32px;
  }

  .services-detail-grid {
    grid-template-columns: 1fr;
  }

  .prot-levels {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-intro {
    grid-template-columns: 1fr;
  }

  .news-hero-featured {
    grid-template-columns: 1fr;
  }

  .nf-side {
    flex-direction: row;
  }

  .nf-side-card {
    min-height: 200px;
  }
}

@media (max-width:900px) {
  .container {
    padding: 0 24px;
  }

  .section {
    padding: 68px 0;
  }

  :root {
    --nav-h: 70px;
  }

  .about-strip {
    grid-template-columns: 1fr;
  }

  .about-strip-img {
    min-height: 300px;
  }

  .about-strip-content {
    padding: 48px 32px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-form-wrap {
    padding: 32px 24px;
  }

  .cta-banner-inner {
    flex-direction: column;
    gap: 32px;
  }

  .cta-banner-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offices-grid {
    grid-template-columns: 1fr;
  }

  .about-features {
    grid-template-columns: 1fr;
  }

  .blast-badge-inner {
    padding: 0 24px;
    gap: 24px;
  }

  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nf-side {
    flex-direction: column;
  }
}

@media (max-width:768px) {

  .nav-links,
  .nav-right .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .nav-megamenu {
    display: none !important;
  }

  .nav-inner {
    padding: 0 20px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero h1 {
    font-size: clamp(42px, 11vw, 64px);
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    justify-content: center;
  }

  .hero-stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    padding: 16px 18px;
  }

  .stat-num {
    font-size: 30px;
  }

  .page-hero {
    height: 280px;
    padding-bottom: 32px;
  }

  .blast-page-hero {
    height: 300px;
    padding-bottom: 34px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .vehicles-grid,
  .vehicles-page-grid {
    grid-template-columns: 1fr;
  }

  .news-grid,
  .articles-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
  }

  .blast-products-grid {
    grid-template-columns: 1fr;
  }

  .blast-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blast-detail-card,
  .blast-detail-card.flip {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .blast-detail-img {
    min-height: 220px;
  }

  .blast-detail-body {
    padding: 28px 24px;
  }

  .blast-badge-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cert-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .prot-levels {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .nl-form {
    flex-direction: column;
  }

  .nl-form input {
    border-right: 1.5px solid rgba(0, 0, 0, .12);
    border-bottom: none;
  }

  .newsletter-block {
    padding: 36px 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand p {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 9px;
  }

  .map-bar-inner {
    flex-direction: column;
    text-align: center;
    gap: 11px;
  }

  .cta-banner {
    padding: 56px 0;
  }

  .cta-banner-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-banner-actions .btn {
    justify-content: center;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }

  .blast-teaser-header {
    flex-direction: column;
    gap: 16px;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vehicles-stats-row {
    flex-direction: column;
  }

  .v-stat {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }

  /* about.html inline grids */
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .mvv-grid {
    grid-template-columns: 1fr !important;
  }

  .journey-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .clients-flex {
    flex-direction: column !important;
  }

  .client-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, .07) !important;
    width: 100% !important;
    min-width: unset !important;
  }

  .client-item:last-child {
    border-bottom: none !important;
  }

  /* blast-protection.html inline grids */
  .blast-intro-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .blast-cert-grid {
    grid-template-columns: 1fr !important;
  }

  /* architectural-armouring.html inline grids */
  .arch-who-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* br-products.html cert strip */
  .br-cert-strip-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* shared two-col intro grids (services, certifications, facility, innovations, rnd) */
  .two-col-intro {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
}

@media (max-width:480px) {
  .hero h1 {
    font-size: 72px;
    letter-spacing: 1px;
    line-height: 0.9;
  }

  .hero-stats-inner {
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    padding: 13px 14px;
  }

  .stat-num {
    font-size: 26px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .cert-grid {
    grid-template-columns: 1fr;
  }

  .blast-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .prot-levels {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrap {
    padding: 24px 18px;
  }

  .nav-logo-sub {
    display: none;
  }

  .title-lg {
    font-size: 28px;
  }

  .filter-btn {
    padding: 7px 12px;
    font-size: 10px;
  }

  .btn {
    padding: 12px 22px;
    font-size: 11px;
  }

  .nf-side {
    flex-direction: column;
  }
}

/* ── PRODUCT GALLERY ── */
.pg-section {
  padding: 96px 0;
  background: var(--off-white);
}

.pg-header {
  text-align: center;
  margin-bottom: 48px;
}

.pg-layout {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
}

.pg-main-wrap {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  cursor: zoom-in;
}

.pg-main-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.pg-main-wrap:hover .pg-main-img {
  transform: scale(1.02);
}

.pg-zoom-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, .55);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 2;
}

.pg-zoom-btn:hover {
  background: var(--rose-gold-gradient);
}

.pg-zoom-btn svg {
  width: 16px;
  height: 16px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
}

.pg-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.pg-thumb {
  border: 2px solid transparent;
  cursor: pointer;
  background: none;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  transition: border-color .2s;
  display: block;
}

.pg-thumb.is-active {
  border-color: var(--rose-gold-gradient);
}

.pg-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

.pg-thumb:hover img {
  transform: scale(1.04);
}

/* Lightbox */
.pg-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .94);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.pg-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.pg-lb-img {
  max-width: 88vw;
  max-height: 84vh;
  object-fit: contain;
  display: block;
  user-select: none;
}

.pg-lb-close,
.pg-lb-prev,
.pg-lb-next {
  position: absolute;
  background: rgba(255, 255, 255, .1);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.pg-lb-close:hover,
.pg-lb-prev:hover,
.pg-lb-next:hover {
  background: var(--rose-gold-gradient);
}

.pg-lb-close {
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
}

.pg-lb-close svg {
  width: 20px;
  height: 20px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2.5;
}

.pg-lb-prev,
.pg-lb-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}

.pg-lb-prev {
  left: 20px;
}

.pg-lb-next {
  right: 20px;
}

.pg-lb-prev svg,
.pg-lb-next svg {
  width: 24px;
  height: 24px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2.5;
}

.pg-lb-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-cond);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
}

@media(max-width:900px) {
  .pg-main-img {
    height: 360px;
  }

  .pg-thumbs {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media(max-width:600px) {
  .pg-main-img {
    height: 240px;
  }

  .pg-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  .pg-lb-prev {
    left: 8px;
  }

  .pg-lb-next {
    right: 8px;
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

:focus-visible {
  outline: 2px solid var(--rose-gold-gradient);
  outline-offset: 3px;
}

/* ═══════════════════════════════════════════════════════════
   UTILITY CLASSES
   Replaces the most common inline style="" patterns so that
   media-query breakpoints can override layout properly.
   ═══════════════════════════════════════════════════════════ */

/* Section padding */
.sec-pad {
  padding: 96px 0;
}

.sec-pad-md {
  padding: 80px 0;
}

.sec-pad-sm {
  padding: 60px 0;
}

.sec-pad-xs {
  padding: 52px 0;
}

/* Section backgrounds */
.bg-white {
  background: var(--white);
}

.bg-off-white {
  background: var(--off-white);
}

.bg-near-black {
  background: var(--near-black);
}

.bg-dark {
  background: var(--dark);
}

.bg-black {
  background: var(--black);
}

/* Section top border accent */
.sec-border-top {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

/* Centered section header block */
.sec-head {
  text-align: center;
  margin-bottom: 56px;
}

.sec-head-sm {
  text-align: center;
  margin-bottom: 44px;
}

/* Section intro copy block (left-aligned with max-width) */
.sec-intro {
  max-width: 680px;
  margin-bottom: 56px;
}

.sec-intro-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ── Two-column layouts (main responsive-breaking patterns) ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.two-col-72 {
  gap: 72px;
}

.two-col-64 {
  gap: 64px;
}

.two-col-start {
  align-items: start;
}

/* ── Equal-gap grid systems ── */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

/* ── Clients / trusted-by grid ── */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.client-card {
  background: var(--white);
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .06);
  transition: box-shadow .25s, transform .25s;
}

.client-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, .08);
  transform: translateY(-3px);
}

.client-logo-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.client-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: .7;
  transition: filter .25s, opacity .25s;
}

.client-card:hover .client-logo {
  filter: grayscale(0);
  opacity: 1;
}

.client-name {
  font-family: var(--font-cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 6px;
  min-height: 48px;
}

.client-cat {
  margin-top: auto;
  font-family: var(--font-cond);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--grey-mid);
}

@media(max-width:1100px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width:640px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Inner-page hero patterns (shared across all product/service pages) ── */
.page-hero-breadcrumb {
  margin-bottom: 20px;
}

.page-hero-breadcrumb,
.page-hero-breadcrumb a,
.page-hero-breadcrumb span {
  font-family: var(--font-cond);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-hero-intro {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, .6);
  margin-top: 20px;
  max-width: 520px;
}

.page-hero-intro-wide {
  font-size: clamp(14px, 1.15vw, 17px);
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
  max-width: 520px;
}

.hero-btn-group {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* ── Text colour utilities ── */
.text-white {
  color: var(--white);
}

.text-white-70 {
  color: rgba(255, 255, 255, .7);
}

.text-white-60 {
  color: rgba(255, 255, 255, .6);
}

.text-white-50 {
  color: rgba(255, 255, 255, .5);
}

.text-orange {
  color: var(--rose-gold-gradient);
}

.text-grey-mid {
  color: var(--grey-mid);
}

/* ── Inline SVG utilities ── */
.breadcrumb-icon {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: rgba(255, 255, 255, .3);
  stroke-width: 2;
  display: inline-block;
  vertical-align: middle;
}

/* ── Spacing utilities ── */
.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-64 {
  margin-bottom: 64px;
}

/* ── Responsive overrides for utility classes ── */
@media (max-width: 1000px) {

  .two-col,
  .two-col-72,
  .two-col-64 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .sec-pad {
    padding: 64px 0;
  }

  .sec-pad-md {
    padding: 52px 0;
  }
}

@media (max-width: 480px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   COPPER METALLIC THEME — UTILITY CLASSES
   ========================================= */

/* Outline copper button */
.btn-outline-copper {
  background: transparent;
  color: var(--copper-light);
  border: 1px solid var(--copper-border);
  transition: all .25s ease;
}

.btn-outline-copper:hover {
  background: var(--copper-hover-overlay);
  border-color: var(--copper-light);
  box-shadow: 0 0 18px rgba(201, 121, 74, .18);
}

/* Copper text utilities */
.text-copper {
  color: var(--text-copper);
}

.text-copper-gradient {
  background: var(--copper-gradient-horizontal);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Copper card */
.copper-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, .02) 0%,
    rgba(201, 121, 74, .04) 100%
  );
  border: 1px solid rgba(201, 121, 74, .12);
  box-shadow: var(--shadow-copper-sm);
  backdrop-filter: blur(10px);
}

.copper-card:hover {
  border-color: rgba(201, 121, 74, .28);
  box-shadow: var(--shadow-copper-md);
}

/* Section overlay */
.copper-overlay-section {
  position: relative;
  overflow: hidden;
}

.copper-overlay-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--copper-overlay);
  pointer-events: none;
}

/* Divider */
.copper-divider {
  width: 100%;
  height: 1px;
  background: var(--copper-divider);
}

/* Glow effects */
.copper-glow {
  box-shadow:
    0 0 20px rgba(201, 121, 74, .18),
    0 0 40px rgba(201, 121, 74, .08);
}

.copper-glow-strong {
  box-shadow:
    0 0 30px rgba(201, 121, 74, .28),
    0 0 60px rgba(201, 121, 74, .14);
}

/* Icon */
.icon-copper {
  color: var(--copper-primary);
  transition: color .25s ease, transform .25s ease;
}

.icon-copper:hover {
  color: var(--copper-highlight);
  transform: scale(1.08);
}

/* Inputs */
.input-copper {
  background: rgba(255, 255, 255, .02);
  border: 1px solid rgba(201, 121, 74, .18);
  color: var(--white);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.input-copper:focus {
  border-color: var(--copper-primary);
  box-shadow: 0 0 0 4px rgba(201, 121, 74, .12);
  outline: none;
}

/* Scrollbar */
::-webkit-scrollbar-thumb {
  background: var(--copper-gradient-soft);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--copper-gradient-horizontal);
}

/* Selection */
::selection {
  background: rgba(201, 121, 74, .35);
  color: #fff;
}

.hc-video-slide{
  position:absolute;
  inset:0;
  overflow:hidden;
}

.hc-video-slide video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hc-video-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      135deg,
      rgba(10,10,10,.72) 0%,
      rgba(10,10,10,.32) 55%,
      rgba(10,10,10,.68) 100%
    );
}


/* =========================================
   PARALLAX VIDEO SECTION
   ========================================= */

.invincible-section {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}

.invincible-video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.invincible-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 120%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.invincible-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0.45),
      rgba(0,0,0,0.25),
      rgba(0,0,0,0.45)
    );
}

.invincible-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.invincible-content h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2rem, 5vw, 5rem);
  letter-spacing: 8px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  text-shadow:
    0 0 30px rgba(0,0,0,0.4),
    0 0 60px rgba(0,0,0,0.3);
}

/* Mobile */

@media (max-width: 768px) {

  .invincible-section {
    height: 50vh;
    min-height: 350px;
  }

  .invincible-content h2 {
    font-size: clamp(3rem, 14vw, 5rem);
    letter-spacing: 4px;
    padding: 0 20px;
  }

}

.journey-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {

  .journey-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}