/* ============ VEERYA — HEAFORCE TEMPLATE THEME ============ */
:root {
  --amber: #f6a700;
  --amber-d: #d99100;
  --dark: #104c8d;
  --darker: #121210;
  --dark-2: #26261f;
  --ink: #1c1c1a;
  /* --body:#5d5d57; */
  --body: #000;
  --muted: #8a8a82;
  --bg: #ffffff;
  --bg-2: #f1f0ec;
  --line: #e6e4dd;
  --line-2: #d8d6cd;
  --d-line: rgba(255, 255, 255, 0.1);
  --d-muted: #b6b5ac;
  --maxw: 1480px;
  --gut: clamp(20px, 4vw, 56px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", system-ui, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gut);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Archivo", sans-serif;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.eyebrow {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--amber);
}
.eyebrow.c {
  justify-content: center;
}
.amber {
  color: var(--amber);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 40px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.2s;
}
.btn-amber {
  background: var(--amber);
  color: var(--darker);
}
.btn-amber:hover {
  background: var(--amber-d);
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--dark);
  color: #fff;
}
.btn-dark:hover {
  background: var(--amber);
  color: var(--darker);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-2);
}
.btn-ghost:hover {
  border-color: var(--amber);
  color: var(--amber-d);
}
.btn-ghost-l {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}
.btn-ghost-l:hover {
  border-color: var(--amber);
  color: var(--amber);
}
.btn .ar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.section {
  padding: clamp(60px, 7.5vw, 108px) 0;
  position: relative;
}
.section.alt {
  background: #e7edf5;
}
.section.dark {
  background: var(--dark);
  color: #fff;
}
.section.tight {
  padding: clamp(44px, 5.5vw, 72px) 0;
}
.sec-head {
  max-width: 720px;
}
.sec-head.c {
  margin: 0 auto;
  text-align: center;
}
.sec-head h2,
h2.sec-title {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.04;
  margin-top: 12px;
}
.sec-head .intro,
.sec-head p {
  color: var(--body);
  font-size: 16px;
  margin-top: 16px;
}
.sec-head.c p {
  margin-left: auto;
  margin-right: auto;
}
.section.dark .sec-head h2 {
  color: #fff;
}
.section.dark .sec-head p {
  color: var(--d-muted);
}

/* utility bar */
.util {
  background: var(--darker);
  color: #9a9a92;
  font-size: 12.5px;
  border-bottom: 1px solid var(--d-line);
}
.util .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  gap: 16px;
  max-width: none;
}
.util .l {
  display: flex;
  gap: 22px;
  align-items: center;
}
.util .pip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
  display: inline-block;
  margin-right: 8px;
}
.util a:hover {
  color: #fff;
}
@media (max-width: 760px) {
  .util .hide-sm {
    display: none;
  }
}

/* header */
header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--dark);
  border-bottom: 1px solid var(--d-line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 22px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: "Archivo";
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}
.logo img {
  height: 62px;
}
.logo .mk {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo .mk svg {
  width: 22px;
  height: 22px;
  fill: var(--darker);
}
.menu {
  display: flex;
  gap: 30px;
  align-items: center;
  list-style: none;
  height: 100%;
}
.menu > li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.menu > li > a {
  font-family: "Archivo";
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: 0.16s;
}
.menu > li > a:hover,
.menu > li.active > a {
  color: var(--amber);
  border-bottom-color: var(--amber);
}
.has-sub .mega {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #fff;
  border: 1px solid var(--d-line);
  border-top: 3px solid var(--amber);
  border-radius: 8px;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.5);
  padding: 14px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  min-width: 480px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.has-sub .mega.one {
  grid-template-columns: 1fr;
  min-width: 240px;
}
.has-sub:hover .mega {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.mega a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border-radius: 6px;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  transition: 0.14s;
}
.mega a:hover {
  background: #f1f5fb;
  color: var(--amber);
}
.mega a .mi {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: #fff;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 3px;
}
.mega a .mi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.icon-btn {
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: flex;
  padding: 6px;
}
.icon-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 6px;
}
.burger span {
  width: 26px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 2px;
}
@media (max-width: 1100px) {
  .menu,
  .nav-cta .btn-amber {
    display: none;
  }
  .burger {
    display: flex;
  }
}

.util .wrap,
header .wrap.nav {
  max-width: none;
}
.nav {
  height: 84px;
}
.logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  padding: 6px 13px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.logo:hover .logo-plate {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}
.logo-plate img {
  height: 70px;
  width: auto;
  display: block;
}
@media (max-width: 560px) {
  .logo-plate img {
    height: 42px;
  }
  .nav {
    height: 74px;
  }
}
.drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--dark);
  transform: translateX(100%);
  transition: transform 0.3s;
  padding: 26px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.drawer.open {
  transform: translateX(0);
}
.drawer .close {
  align-self: flex-end;
  background: none;
  border: 0;
  color: #fff;
  font-size: 34px;
  cursor: pointer;
  line-height: 1;
}
.drawer a {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid var(--d-line);
  color: #fff;
}
.drawer .sub {
  font-family: "Inter";
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  color: var(--d-muted);
  padding-left: 14px;
}

/* page hero (inner) — dark */
.phero {
  background: var(--dark);
  color: #fff;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid var(--amber);
}
.phero .bg {
  position: absolute;
  inset: 0;
  background: url("https://www.veerya.biz/images/capabilities/weld.webp")
    center/cover no-repeat;
  opacity: 0.16;
}
.phero .wrap {
  position: relative;
  z-index: 2;
  padding: clamp(52px, 7vw, 76px) var(--gut) clamp(46px, 6vw, 66px);
}
.phero .crumbs {
  font-family: "Archivo";
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--d-muted);
}
.phero .crumbs a:hover {
  color: var(--amber);
}
.phero .crumbs .sep {
  color: var(--amber);
  margin: 0 8px;
}
.phero h1 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.02;
  margin-top: 16px;
  color: #fff;
}
.phero p {
  color: var(--d-muted);
  font-size: 16.5px;
  margin-top: 16px;
  max-width: 60ch;
}

/* HERO (home) */
.hf-hero {
  position: relative;
  overflow: hidden;
  background: #0d2f54c7;
  color: #fff;
  min-height: clamp(320px, 42vw, 560px);
}
.hf-hero .bg {
  position: absolute;
  inset: 0;
  background: url("../../img/1.jpg") center/cover no-repeat;
  opacity: 0.5;
}
.hf-hero .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 18, 16, 0.92),
    rgba(18, 18, 16, 0.55) 60%,
    rgba(18, 18, 16, 0.35)
  );
}
@media (max-width: 900px) {
  .hf-hero {
    min-height: 420px;
  }
}
@media (max-width: 560px) {
  .hf-hero {
    min-height: 340px;
  }
}
.hf-hero .wrap {
  position: relative;
  z-index: 2;
  padding: clamp(80px, 11vw, 140px) var(--gut) clamp(92px, 12vw, 150px);
  max-width: 1280px;
}
.hf-hero h1 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(40px, 6.5vw, 50px);
  line-height: 0.98;
  color: #fff;
  margin: 18px 0 0;
}
.hf-hero h1 .box {
  display: inline-block;
  color: var(--amber);
  border-radius: 8px;
  padding: 2px 16px;
  margin-top: 8px;
}
.hf-hero p {
  color: #d9d8d2;
  font-size: 16.5px;
  margin-top: 22px;
  max-width: 48ch;
}
.hf-hero .h-cta {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.hf-hero .play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hf-hero .play svg {
  width: 20px;
  height: 20px;
  fill: var(--darker);
  margin-left: 3px;
}

/* feature strip */
.fstrip {
  position: relative;
  z-index: 5;
  margin-top: -46px;
}
.fstrip .row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 0;
  background: var(--dark);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 26px 50px rgba(0, 0, 0, 0.3);
}
.fstrip .cell {
  padding: 26px 24px;
  border-left: 1px solid var(--d-line);
  color: #fff;
}
.fstrip .cell:first-child {
  border-left: 0;
  background: var(--amber);
  color: var(--darker);
}
.fstrip .cell .ft {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.fstrip .cell .ft .ar {
  color: var(--amber);
}
.fstrip .cell:first-child p {
  font-size: 13px;
  color: #3a2f00;
}
.fstrip .cell p {
  font-size: 13px;
  color: var(--d-muted);
  margin-top: 6px;
}
@media (max-width: 860px) {
  .fstrip .row {
    grid-template-columns: 1fr 1fr;
  }
  .fstrip {
    margin-top: -20px;
  }
}
@media (max-width: 480px) {
  .fstrip .row {
    grid-template-columns: 1fr;
  }
}

/* engineered section */
.eng {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.eng .e-body h2 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(26px, 3.2vw, 38px);
}
.eng .e-body p {
  font-size: 14.5px;
  margin-top: 14px;
}
.eng .award {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.eng .award .ab {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--dark);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eng .award .ab svg {
  width: 22px;
  height: 22px;
  fill: var(--amber);
}
.eng .award h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 14px;
}
.eng .award p {
  font-size: 12.5px;
  margin-top: 2px;
}
.eng .e-photo {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.eng .e-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eng .vcard {
  background: var(--dark);
  border-radius: 12px;
  overflow: hidden;
}
.eng .vcard .vtop {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--dark-2);
}
.eng .vcard .vtop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.eng .vcard .vmeta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  color: #fff;
}
.eng .vcard .vmeta .av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--amber);
}
.eng .vcard .vmeta .vn {
  font-family: "Archivo";
  font-size: 13px;
  font-weight: 700;
}
.eng .vcard .vmeta .vr {
  font-size: 11px;
  color: var(--d-muted);
}
.eng .skills {
  padding: 6px 18px 20px;
}
.eng .skill {
  margin-bottom: 14px;
}
.eng .skill .sl {
  display: flex;
  justify-content: space-between;
  font-family: "Archivo";
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
}
.eng .skill .sb {
  height: 5px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.eng .skill .sb i {
  display: block;
  height: 100%;
  background: var(--amber);
  border-radius: 4px;
}
@media (max-width: 980px) {
  .eng {
    grid-template-columns: 1fr 1fr;
  }
  .eng .vcard {
    grid-column: 1 / -1;
  }
}
@media (max-width: 680px) {
  .eng {
    grid-template-columns: 1fr;
  }
}

/* credentials band */
.cband {
  background: var(--dark);
  border-radius: 12px;
  padding: 22px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 54px;
}
.cband .ci {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cband .clogo {
  background: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cband .clogo img {
  height: 100%;
  width: auto;
}
.cband .ctxt {
  font-family: "Archivo";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0.55;
}
.cband .ctxt:hover {
  opacity: 1;
  color: var(--amber);
}

/* tough split */
.tough {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.tough .t-photo {
  min-height: 420px;
  background: center/cover no-repeat;
}
.tough .t-body {
  background: var(--dark);
  color: #fff;
  padding: 54px 48px;
}
.tough .t-body h2 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
}
.tough .t-body > p {
  color: var(--d-muted);
  margin-top: 14px;
  font-size: 15px;
}
.tough .t-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}
.tough .tc {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--d-line);
  border-radius: 10px;
  padding: 20px;
}
.tough .tc .ti {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.tough .tc .ti svg {
  width: 22px;
  height: 22px;
  fill: var(--darker);
}
.tough .tc h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.tough .tc p {
  font-size: 13px;
  color: var(--d-muted);
  margin-top: 7px;
}
@media (max-width: 860px) {
  .tough {
    grid-template-columns: 1fr;
  }
  .tough .t-photo {
    min-height: 300px;
  }
  .tough .t-cards {
    grid-template-columns: 1fr;
  }
}

/* products showcase (screenshot-style) */
.pshow {
  background: #dbe7f2;
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}
.pshow .ghost {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  font-size: clamp(60px, 12vw, 150px);
  color: rgba(16, 76, 141, 0.07);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
}
.pshow .sec-head {
  position: relative;
  z-index: 1;
}
.pgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}
.pcard {
  background: #fff;
  border-radius: 14px;
  padding: 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 14px 34px rgba(16, 76, 141, 0.08);
  border-bottom: 4px solid transparent;
  transition: 0.25s;
  position: relative;
  margin-top: 60px;
}
/* .pcard.active{border-bottom-color:var(--dark)} */
.pcard:hover {
  border-bottom-color: var(--dark);
  box-shadow: 0 22px 44px rgba(16, 76, 141, 0.14);
}
.pcard .pi {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-2);
  margin-top: -80px;
  transition: 0.3s;
}
.pcard:hover .pi {
  transform: translateY(-6px);
}
.pcard .pi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.pcard:hover .pi img {
  transform: scale(1.06);
}
.pcard .pb {
  padding: 2px 4px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.pcard h3 {
  font-family: "Archivo";
  font-size: 19px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.pcard p {
  font-size: 14px;
  color: var(--body);
  margin: 12px 0 22px;
  line-height: 1.5;
}
.pcard .parrow {
  margin-top: auto;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: 0.2s;
}

.pcard:hover .parrow {
  background: var(--dark);
  color: #fff;
}
.pcard .parrow svg {
  width: 18px;
  height: 18px;
}
.pshow .pmore {
  margin-top: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .pgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .pgrid {
    grid-template-columns: 1fr;
  }
}

/* product / equipment cards (data-rendered .scard) */
.specgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.scard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(20, 20, 16, 0.05);
}
.scard:hover {
  box-shadow: 0 22px 44px rgba(20, 20, 16, 0.12);
  transform: translateY(-5px);
}
.scard .si {
  aspect-ratio: 16/11;
  background: var(--bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.scard .si img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.4s;
}
.scard:hover .si img {
  transform: scale(1.05);
}
.scard .sb {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.scard .code {
  font-family: "Archivo";
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber-d);
  font-weight: 700;
}
.scard h3 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 6px;
}
.scard .link {
  margin-top: auto;
  padding-top: 16px;
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.scard:hover .link {
  color: var(--amber-d);
}
.scard.more {
  background: var(--dark);
}
.scard.more .sb {
  justify-content: center;
  text-align: center;
}
.scard.more h3,
.scard.more .link {
  color: #fff;
}
.scard.more .code {
  color: var(--amber);
}
@media (max-width: 980px) {
  .specgrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .specgrid {
    grid-template-columns: 1fr;
  }
}

/* filters */
.filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.fbtn {
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid var(--line-2);
  border-radius: 40px;
  background: #fff;
  color: var(--body);
  cursor: pointer;
  transition: 0.18s;
}
.fbtn:hover {
  border-color: var(--amber);
  color: var(--amber-d);
}
.fbtn.on {
  background: var(--dark);
  border-color: var(--dark);
  color: #fff;
}

/* help CTA band (dark) */
.helpband {
  background: var(--dark);
  color: #fff;
  border-top: 3px solid var(--amber);
  position: relative;
}
.helpband .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(38px, 5vw, 56px) var(--gut);
  flex-wrap: wrap;
}
.helpband h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
  max-width: 14ch;
}
.helpband p {
  color: var(--d-muted);
  margin-top: 8px;
  max-width: 42ch;
}

/* process steps */
.proc {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px 26px;
  transition: 0.2s;
  box-shadow: 0 8px 24px rgba(20, 20, 16, 0.04);
}
.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 20, 16, 0.1);
}
.step .sn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  color: var(--amber);
  font-family: "Archivo";
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.step h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
}
.step p {
  font-size: 13.5px;
}
@media (max-width: 860px) {
  .proc {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .proc {
    grid-template-columns: 1fr;
  }
}

/* FAQ split (home, dark) */
.hf-faq {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.hf-faq .fq-photo {
  min-height: 420px;
  background: center/cover no-repeat;
}
.hf-faq .fq-body {
  background: var(--dark);
  color: #fff;
  padding: 54px 48px;
}
.hf-faq .fq-body h2 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
}
.hf-faq .fq-body > p {
  color: var(--d-muted);
  margin-top: 14px;
  font-size: 14.5px;
}
.hf-faq .acc {
  margin-top: 24px;
}
@media (max-width: 860px) {
  .hf-faq {
    grid-template-columns: 1fr;
  }
  .hf-faq .fq-photo {
    min-height: 280px;
  }
}

/* accordion (shared) */
.acc-item {
  border-bottom: 1px solid var(--line);
}
.acc-item:first-child {
  border-top: 1px solid var(--line);
}
.acc-q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: "Archivo";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--ink);
}
.acc-q .ic {
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: var(--amber);
  position: relative;
  transition: 0.2s;
}
.acc-q .ic::before,
.acc-q .ic::after {
  content: "";
  position: absolute;
  background: var(--darker);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.acc-q .ic::before {
  width: 11px;
  height: 2px;
}
.acc-q .ic::after {
  width: 2px;
  height: 11px;
}
.acc-item.open .ic::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.acc-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.acc-a p {
  font-size: 14.5px;
  padding: 0 0 20px;
  color: var(--body);
}
/* dark variant inside hf-faq */
.hf-faq .acc-item {
  border-color: var(--d-line);
}
.hf-faq .acc-item:first-child {
  border-top-color: var(--d-line);
}
.hf-faq .acc-q {
  color: #fff;
  font-size: 14px;
}
.hf-faq .acc-a p {
  color: var(--d-muted);
}

/* blog cards */
.blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 46px;
}
.bcard {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.2s;
  box-shadow: 0 8px 24px rgba(20, 20, 16, 0.04);
}
.bcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 20, 16, 0.1);
}
.bcard .bi {
  background: var(--bg-2);
}
.bcard .bi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.bcard .bb {
  padding: 22px;
}
.bcard .bcat {
  font-family: "Archivo";
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-d);
  font-weight: 700;
}
.bcard h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 17px;
  margin: 8px 0 10px;
}
.bcard p {
  font-size: 13.5px;
}
.bcard .bm {
  margin-top: 14px;
  font-family: "Archivo";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink);
  font-weight: 700;
  display: inline-flex;
  gap: 7px;
}
.bcard:hover .bm {
  color: var(--amber-d);
}
@media (max-width: 860px) {
  .blog {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .bcard {
    grid-template-columns: 1fr;
  }
}

/* feature (alternating, inner) */
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}
.feature + .feature {
  margin-top: 60px;
}
.feature.rev .f-media {
  order: 2;
}
.feature .f-media {
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-2);
  border: 1px solid var(--line);
  aspect-ratio: 5/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .f-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}
.feature .f-media.photo img {
  object-fit: cover;
  padding: 0;
  mix-blend-mode: normal;
}
.feature .f-body h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.06;
  margin-top: 12px;
}
.feature .f-body p {
  font-size: 15.5px;
  margin-top: 16px;
}
.feature .f-body .pts {
  list-style: none;
  margin: 22px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.feature .f-body .pts li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 14.5px;
  color: var(--ink);
}
.feature .f-body .pts li::before {
  content: "";
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  background: var(--amber);
  border-radius: 4px;
  clip-path: polygon(14% 44%, 0 58%, 40% 100%, 100% 16%, 84% 0, 38% 70%);
}
.feature .f-body .btn {
  margin-top: 28px;
}
@media (max-width: 860px) {
  .feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature.rev .f-media {
    order: 0;
  }
}

/* reach */
.reach {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}
.reach .r-map,
.reach .rmap {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(20, 20, 16, 0.05);
  position: relative;
  overflow: hidden;
}
.reach .r-map img,
.reach .rmap img {
  width: 100%;
}
.reach .rglow {
  display: none;
}
.reach .r-body h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: clamp(24px, 3.2vw, 38px);
  line-height: 1.06;
}
.reach .r-body p {
  font-size: 16px;
  margin-top: 16px;
}
.reach .rstats {
  display: flex;
  gap: 40px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.reach .rstats .n {
  font-family: "Archivo";
  font-weight: 800;
  font-size: 38px;
  color: var(--amber-d);
  line-height: 1;
}
.reach .rstats .l {
  font-family: "Archivo";
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}
@media (max-width: 860px) {
  .reach {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* vision/mission + values */
.vm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 46px;
}
.vmcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(20, 20, 16, 0.05);
}
.vmcard .vno {
  position: absolute;
  top: 16px;
  right: 26px;
  font-family: "Archivo";
  font-weight: 800;
  font-size: 64px;
  color: var(--bg-2);
  line-height: 0.8;
}
.vmcard .vt {
  font-family: "Archivo";
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--amber-d);
  text-transform: uppercase;
  font-weight: 700;
}
.vmcard h3 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 6px;
}
.vmcard p {
  margin-top: 14px;
  font-size: 15px;
  position: relative;
}
@media (max-width: 760px) {
  .vm {
    grid-template-columns: 1fr;
  }
}
.vals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.vcell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 24px;
  transition: 0.2s;
  box-shadow: 0 8px 24px rgba(20, 20, 16, 0.04);
}
.vcell:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 20, 16, 0.1);
}
.vcell .vn {
  font-family: "Archivo";
  font-size: 13px;
  color: var(--amber-d);
  font-weight: 700;
}
.vcell h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 17px;
  margin: 12px 0 10px;
}
.vcell p {
  font-size: 13.5px;
}
@media (max-width: 860px) {
  .vals {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .vals {
    grid-template-columns: 1fr;
  }
}

/* certs */
.certs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 42px;
}
.certs .cwrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 10px 24px rgba(20, 20, 16, 0.05);
}
.certs .cwrap img {
  height: 74px;
  width: auto;
}

/* capabilities blocks */
.capblock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.capblock + .capblock {
  margin-top: 54px;
}
.capblock.rev .cap-media {
  order: 2;
}
.cap-media {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 5/4;
  box-shadow: 0 10px 30px rgba(20, 20, 16, 0.06);
}
.cap-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cap-body h3 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: clamp(22px, 2.6vw, 30px);
  margin-top: 12px;
}
.cap-body p {
  margin-top: 14px;
  font-size: 15px;
}
.cap-body .speclist {
  list-style: none;
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
}
.cap-body .speclist li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  align-items: flex-start;
  color: var(--ink);
}
.cap-body .speclist li::before {
  content: "//";
  font-family: "Archivo";
  color: var(--amber-d);
  font-weight: 800;
  flex: none;
  margin-top: 2px;
}
@media (max-width: 860px) {
  .capblock {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .capblock.rev .cap-media {
    order: 0;
  }
}

/* gallery */
.gal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 46px;
}
.gal a {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg-2);
  aspect-ratio: 4/3;
}
.gal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.gal a:hover img {
  transform: scale(1.05);
}
@media (max-width: 760px) {
  .gal {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .gal {
    grid-template-columns: 1fr;
  }
}

/* prose */
.prose {
  max-width: 820px;
}
.prose h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 24px;
  margin: 40px 0 14px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  font-size: 16px;
  margin-bottom: 16px;
}
.prose strong {
  color: var(--ink);
}
.prose ul {
  margin: 0 0 20px 0;
  list-style: none;
}
.prose ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
  font-size: 15.5px;
}
.prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: var(--amber);
  border-radius: 3px;
  clip-path: polygon(14% 44%, 0 58%, 40% 100%, 100% 16%, 84% 0, 38% 70%);
}
.note {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--amber);
  border-radius: 6px;
  padding: 16px 20px;
  font-size: 13.5px;
  color: var(--body);
  margin: 24px 0;
  line-height: 1.7;
}

/* product detail */
.pd {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: start;
}
.pd-gallery .pd-main {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-2);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery .pd-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  mix-blend-mode: multiply;
}
.pd-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.pd-thumbs button {
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
  background: var(--bg-2);
  aspect-ratio: 1/1;
  cursor: pointer;
  padding: 6px;
  transition: 0.16s;
}
.pd-thumbs button.on,
.pd-thumbs button:hover {
  border-color: var(--amber);
}
.pd-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.pd-info .code {
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--amber-d);
  text-transform: uppercase;
  font-weight: 700;
}
.pd-info h1 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.02;
  margin-top: 8px;
}
.pd-info .lead {
  font-size: 16px;
  margin-top: 18px;
}
.pd-spec {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}
.pd-spec .row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--ink);
}
.pd-spec .row .k {
  font-family: "Archivo";
  font-size: 12.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}
.pd-cta {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 880px) {
  .pd {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* contact */
.contact {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: start;
}
.cinfo .cblock {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.cinfo .cblock h4 {
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amber-d);
}
.cinfo .cblock p,
.cinfo .cblock a {
  display: block;
  font-size: 15.5px;
  color: var(--body);
  margin-top: 8px;
}
.cinfo .cblock a:hover {
  color: var(--amber-d);
}
.form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(20, 20, 16, 0.06);
}
.form .frow {
  margin-bottom: 18px;
}
.form label {
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  display: block;
  margin-bottom: 8px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  background: var(--bg-2);
  border: 1px solid var(--line-2);
  border-radius: 7px;
  padding: 13px 15px;
  font-family: "Inter";
  font-size: 15px;
  color: var(--ink);
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 2px solid var(--amber);
  outline-offset: 1px;
  border-color: var(--amber);
}
.form textarea {
  resize: vertical;
  min-height: 120px;
}
.form .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form .msg {
  font-size: 13px;
  color: var(--amber-d);
  margin-top: 12px;
  font-family: "Archivo";
  letter-spacing: 0.04em;
  display: none;
}
@media (max-width: 880px) {
  .contact {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form .grid2 {
    grid-template-columns: 1fr;
  }
}

/* careers */
.jobs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.job {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 28px;
  transition: 0.2s;
  box-shadow: 0 8px 24px rgba(20, 20, 16, 0.04);
}
.job:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(20, 20, 16, 0.1);
}
.job .jt {
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amber-d);
}
.job h4 {
  font-family: "Archivo";
  text-transform: uppercase;
  font-size: 19px;
  margin: 10px 0 8px;
}
.job p {
  font-size: 14.5px;
}
.job .japply {
  margin-top: 16px;
  font-family: "Archivo";
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 700;
  display: inline-flex;
  gap: 7px;
}
.job:hover .japply {
  color: var(--amber-d);
}
@media (max-width: 680px) {
  .jobs {
    grid-template-columns: 1fr;
  }
}

/* OEM band */
.oem {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  border-top: 3px solid var(--amber);
}
.oem .bg {
  position: absolute;
  inset: 0;
  background: url("https://www.veerya.biz/images/capabilities/gb-pt.webp")
    center/cover no-repeat;
  opacity: 0.14;
}
.oem .wrap {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 7vw, 88px) var(--gut);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}
.oem .eyebrow {
  color: var(--amber);
}
.oem h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.04;
}
.oem p {
  color: var(--d-muted);
  font-size: 16px;
  margin-top: 16px;
  max-width: 50ch;
}
.oem .o-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .oem .wrap {
    grid-template-columns: 1fr;
  }
  .oem .o-cta {
    justify-content: flex-start;
  }
}

/* CTA band (inner pages) */
.cta {
  position: relative;
  overflow: hidden;
  background: var(--dark);
  border-top: 3px solid var(--amber);
}
.cta .wrap {
  position: relative;
  z-index: 2;
  padding: clamp(52px, 6.5vw, 80px) var(--gut);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}
.cta .eyebrow {
  color: var(--amber);
}
.cta h2 {
  font-family: "Archivo";
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.04;
}
.cta p {
  color: var(--d-muted);
  margin-top: 16px;
  font-size: 16px;
  max-width: 46ch;
}
.cta .c-act {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .cta .wrap {
    grid-template-columns: 1fr;
  }
  .cta .c-act {
    justify-content: flex-start;
  }
}

/* footer */
footer {
  background: #124277;
  color: #9a9a92;
  padding: 64px 0 0;
}
.fgrid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.fgrid h5 {
  font-family: "Archivo";
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.fgrid ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.fgrid a {
  font-size: 14px;
  color: #d5d5d5;
  transition: 0.15s;
}
.fgrid a:hover {
  color: var(--amber);
}
.fabout .logo {
  margin-bottom: 16px;
  color: #fff;
}

.fabout .ftag {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin: 16px 0 12px;
  line-height: 1.15;
}
.fabout p {
  font-size: 14px;
  color: #e0e0e0;
  max-width: 34ch;
}
.fsoc {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.fsoc a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.fsoc a:hover {
  background: var(--amber);
}
.fsoc svg {
  width: 16px;
  height: 16px;
  fill: #cfcfca;
}
.fsoc a:hover svg {
  fill: var(--darker);
}
.fcontact li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13.5px;
  color: #d5d5d5;
  margin-bottom: 14px;
  line-height: 1.5;
}
.fcontact .fi {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--amber);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcontact .fi svg {
  width: 15px;
  height: 15px;
  fill: var(--darker);
}
.fbar {
  border-top: 1px solid var(--d-line);
  margin-top: 50px;
}
.fbar .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12.5px;
  color: #d5d5d5;
}
.fbar a:hover {
  color: #fff;
}
@media (max-width: 860px) {
  .fgrid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .fgrid {
    grid-template-columns: 1fr;
  }
}

/* mobile bar */
.mbar {
  display: none;
}
@media (max-width: 680px) {
  .mbar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 120;
    background: var(--darker);
    border-top: 1px solid var(--d-line);
  }
  .mbar a {
    flex: 1;
    text-align: center;
    padding: 13px 4px;
    font-family: "Archivo";
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-right: 1px solid var(--d-line);
    color: #fff;
  }
  .mbar a:last-child {
    border-right: 0;
  }
  .mbar a.q {
    background: var(--amber);
    color: var(--darker);
  }
  body {
    padding-bottom: 48px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
  }
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

.pcard .pi {
  background: none;
}

/* ============ GLOBAL REACH ============ */
.greach {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 7.5vw, 100px) 0 clamp(56px, 6.5vw, 88px);
  background: radial-gradient(
    120% 90% at 50% 6%,
    #ffffff 0%,
    #eef4fb 55%,
    #e6eef8 100%
  );
  border-top: 1px solid var(--line);
}
.greach .gr-orbits {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      42% 40% at 76% 26%,
      rgba(16, 76, 141, 0.1),
      transparent 70%
    ),
    radial-gradient(
      38% 38% at 22% 66%,
      rgba(246, 167, 0, 0.09),
      transparent 70%
    );
}
.gr-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 26px;
  position: relative;
}
.gr-head h2 {
  text-transform: none;
  font-size: clamp(28px, 4.2vw, 43px);
  margin-top: 14px;
}
.gr-head p {
  color: var(--body);
  font-size: 16px;
  margin: 16px auto 0;
  max-width: 62ch;
}

.gr-map {
  position: relative;
  width: 100%;
  max-width: min(1680px, 98vw);
  margin: 12px auto 0;
  animation: grFloat 7s ease-in-out infinite;
}
.gr-map svg {
  width: 100%;
  height: auto;
  overflow: visible;
  display: block;
  transition: transform 0.35s ease-out;
  will-change: transform;
}
@keyframes grFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.gr-dots circle {
  fill: var(--dark);
}
.gr-dots {
  opacity: 0.96;
}

.gr-arcs path {
  fill: none;
  stroke: var(--amber);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 2 10;
  opacity: 0.55;
  animation: grDash 1.9s linear infinite;
}
@keyframes grDash {
  to {
    stroke-dashoffset: -28;
  }
}

.gr-pins .pin {
  opacity: 0;
  animation: grFade 0.55s ease forwards;
  animation-delay: var(--d);
}
@keyframes grFade {
  to {
    opacity: 1;
  }
}
.gr-pins .drop {
  fill: #ffffff;
  stroke-width: 1.4;
  filter: drop-shadow(0 3px 4px rgba(16, 40, 70, 0.3));
}
.gr-pins .dot {
  fill: #f5ab17;
}
.gr-pins .ring {
  fill: none;
  stroke: var(--amber);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: grRing 2.8s ease-out infinite;
  animation-delay: var(--d);
}
@keyframes grRing {
  0% {
    opacity: 0.7;
    transform: scale(0.35);
  }
  70% {
    opacity: 0;
    transform: scale(2.6);
  }
  100% {
    opacity: 0;
  }
}
.gr-pins .hub .drop {
  filter: drop-shadow(0 0 9px rgba(246, 167, 0, 0.95));
  transform: scale(1.18);
  transform-box: fill-box;
  transform-origin: bottom;
}
.gr-pins .hub .ring {
  stroke-width: 2.6;
  animation-duration: 2.1s;
}

.gr-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 58px;
  flex-wrap: wrap;
  margin-top: -26px;
}
.gr-quote {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 32px;
  border-radius: 14px;
  min-width: 262px;
  background: linear-gradient(
    100deg,
    var(--dark) 0%,
    #1a64ab 52%,
    var(--amber) 145%
  );
  color: #fff;
  box-shadow: 0 18px 38px rgba(16, 76, 141, 0.22);
}
.gr-quote .qm {
  font-family: "Archivo";
  font-weight: 900;
  font-size: 50px;
  line-height: 0.5;
  opacity: 0.9;
}
.gr-quote .qt {
  font-family: "Archivo";
  font-weight: 800;
  font-size: 20px;
  line-height: 1.15;
}
.gr-stat {
  padding: 18px 24px;
  min-width: 152px;
  border-left: 1px solid var(--line-2);
}
.gr-stat .num {
  font-family: "Archivo";
  font-weight: 900;
  font-size: clamp(34px, 4.6vw, 50px);
  color: var(--amber);
  line-height: 1;
}
.gr-stat .lab {
  font-family: "Archivo";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin-top: 9px;
  max-width: 27ch;
  line-height: 1.35;
}
.gr-stat .lab b {
  color: var(--dark);
}
@media (max-width: 760px) {
  .greach {
    padding: 72px 0 64px;
  }
  .gr-stats {
    gap: 10px;
  }
  .gr-quote {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 6px;
    min-width: 0;
  }
  .gr-stat {
    flex: 1 1 42%;
    border-left: 0;
    text-align: center;
  }
  .gr-stat .lab {
    margin: 9px auto 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gr-map,
  .gr-arcs path,
  .gr-pins .ring,
  .gr-pins .pin {
    animation: none !important;
  }
}

/* ============ COMPANY VIDEO ============ */
.vsec {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #05070c;
  color: #fff;
}
.vmedia {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.vthumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 1.2s ease,
    filter 0.6s ease;
}
.vsec:hover .vthumb {
  transform: scale(1.04);
  filter: brightness(0.82);
}
.vshade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(5, 7, 12, 0.62) 0%,
      rgba(5, 7, 12, 0.28) 34%,
      rgba(5, 7, 12, 0.55) 68%,
      rgba(5, 7, 12, 0.88) 100%
    ),
    radial-gradient(
      60% 60% at 50% 42%,
      rgba(16, 76, 141, 0.32),
      transparent 70%
    );
}
.vsec-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: clamp(110px, 13vh, 170px) var(--gut);
}
.vsec-head {
  max-width: 800px;
  margin: 0 auto;
}
.vsec-head h2 {
  color: #fff;
  text-transform: none;
  font-size: clamp(30px, 5vw, 58px);
  margin-top: 14px;
}
.vsec-head p {
  color: #dbe2ec;
  font-size: clamp(15px, 1.4vw, 17px);
  margin: 18px auto 0;
  max-width: 62ch;
}
.vplay {
  position: relative;
  margin: 38px auto 0;
  width: 96px;
  height: 96px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 40px rgba(246, 167, 0, 0.5);
  transition: transform 0.25s;
}
.vsec:hover .vplay {
  transform: scale(1.08);
}
.vplay svg {
  width: 34px;
  height: 34px;
  fill: var(--darker);
  margin-left: 6px;
}
.vp-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--amber);
  animation: vRing 2.6s ease-out infinite;
}
.vp-ring.d {
  animation-delay: 1.3s;
}
@keyframes vRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
.vcap {
  position: absolute;
  left: var(--gut);
  top: calc(var(--gut) + 6px);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 9px 15px;
  border-radius: 30px;
  backdrop-filter: blur(4px);
}
.vdot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  animation: vDot 1.8s infinite;
}
@keyframes vDot {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 167, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(246, 167, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 167, 0, 0);
  }
}
.vfeat {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  width: 100%;
  max-width: 1180px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(0deg, rgba(5, 7, 12, 0.55), transparent);
}
.vf {
  padding: 22px clamp(16px, 2vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}
.vf:first-child {
  border-left: 0;
}
.vf .vn {
  font-family: "Archivo";
  font-weight: 800;
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--amber);
}
.vf p {
  color: #c6cedb;
  font-size: 12.5px;
  margin-top: 6px;
  line-height: 1.5;
}
.vframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  z-index: 1;
}
.vsec.playing {
  cursor: default;
}
.vsec.playing .vthumb,
.vsec.playing .vshade,
.vsec.playing .vsec-inner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.7s,
    visibility 0.7s;
}
@media (max-width: 860px) {
  .vfeat {
    grid-template-columns: 1fr 1fr;
  }
  .vf:nth-child(3),
  .vf:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .vf:nth-child(3) {
    border-left: 0;
  }
}
@media (max-width: 560px) {
  .vplay {
    width: 74px;
    height: 74px;
  }
  .vplay svg {
    width: 26px;
    height: 26px;
  }
  .vfeat {
    display: none;
  }
  .vsec-inner {
    padding: 130px var(--gut);
  }
}
.vhint {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Archivo";
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #cfd6e0;
}
.vhint .vdot {
  width: 7px;
  height: 7px;
}
.vsec.playing .vhint {
  display: none;
}
.vsound {
  position: absolute;
  right: var(--gut);
  top: calc(var(--gut) + 64px);
  z-index: 5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.vsec.playing .vsound {
  display: flex;
}
.vsound:hover {
  background: var(--amber);
  color: var(--darker);
  border-color: var(--amber);
}
.vsound svg {
  width: 21px;
  height: 21px;
}
.vsound .i-on {
  display: none;
}
.vsound.on .i-mute {
  display: none;
}
.vsound.on .i-on {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .vp-ring,
  .vdot {
    animation: none;
  }
  .vsec:hover .vthumb {
    transform: none;
  }
}

/* ============ CERTIFICATIONS & QUALITY ASSURANCE ============ */
.certs {
  position: relative;
  z-index: 5;
  margin-top: -56px;
  overflow: hidden;
  margin-bottom: 40px;
}
.certs .chead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(28px, 3.4vw, 44px);
}

/* single horizontal row — 4 equal cards */
.cgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  align-items: stretch;
}

/* horizontal card: image left | title right */
.ccard {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(16, 76, 141, 0.08);
  transition:
    transform 0.26s,
    box-shadow 0.26s,
    border-color 0.26s;
}
.ccard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 76, 141, 0.16);
  border-color: rgba(16, 76, 141, 0.22);
}

/* left — navy logo panel */
.ccard .clogo {
  width: 88px;
  min-width: 88px;
  flex-shrink: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 12px;
  position: relative;
}
.ccard .clogo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: var(--amber);
  border-radius: 2px;
}
.ccard .clogo img {
  max-width: 58px;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* right — text panel */
.ccard .cinfo {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.ccard h3 {
  font-family: "Archivo";
  font-weight: 800;
  font-size: clamp(12px, 1.1vw, 14.5px);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}
.cstatus {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Archivo";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #127a3e;
}
.cstatus::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #127a3e;
  flex: none;
}
.cstatus svg {
  display: none;
}

/* quality chips — untouched */
.qhi {
  margin-top: clamp(34px, 4vw, 52px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.qchip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 40px;
  padding: 12px 20px;
  transition:
    transform 0.22s,
    border-color 0.22s,
    background 0.22s;
}
.qchip:hover {
  transform: translateY(-3px);
  border-color: var(--amber);
  background: #fff;
}
.qchip .qic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.qchip .qic svg {
  width: 16px;
  height: 16px;
  stroke: var(--darker);
  fill: none;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.qchip span.qtxt {
  font-family: "Archivo";
  font-weight: 700;
  font-size: 13px;
  color: var(--ink);
}
.tbanner {
  margin-top: clamp(30px, 3.6vw, 46px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  background: var(--dark);
  color: #fff;
  border-radius: 14px;
  padding: 20px 28px;
  border-left: 4px solid var(--amber);
}
.tbanner svg {
  width: 24px;
  height: 24px;
  stroke: var(--amber);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.tbanner p {
  font-family: "Archivo";
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 16.5px);
  color: #fff;
}

/* responsive breakpoints */
@media (max-width: 1100px) {
  .ccard .clogo {
    width: 76px;
    min-width: 76px;
    padding: 14px 10px;
  }
  .ccard .clogo img {
    max-width: 50px;
    max-height: 46px;
  }
  .ccard .cinfo {
    padding: 12px 14px;
  }
  .ccard h3 {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  /* 2 × 2 grid on tablet */
  .cgrid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .certs {
    margin-top: -34px;
  }
}
@media (max-width: 500px) {
  /* full-width stacked on mobile */
  .cgrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ccard .clogo {
    width: 80px;
    min-width: 80px;
  }
  .ccard h3 {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .tbanner {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .qchip {
    padding: 10px 16px;
  }
  .qchip span.qtxt {
    font-size: 12px;
  }
}

/* ============ VISION & MISSION ============ */
.vmsec {
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--amber);
}
/* photo layer — industrial/welding bg */
.vmsec-bg {
  position: absolute;
  inset: 0;
  background-image: url("../../img/1.1.jpg");
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
}
/* dual-tone overlay: keeps full readability */
.vmsec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    130deg,
    rgba(7, 18, 40, 0.96) 0%,
    rgba(16, 76, 141, 0.88) 52%,
    rgba(5, 14, 32, 0.97) 100%
  );
}
/* ghost text — above overlays, below content */
.vmsec .bg-ghost {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Archivo";
  font-weight: 900;
  font-size: clamp(70px, 13vw, 170px);
  color: rgba(255, 255, 255, 0.035);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
.vmsec .wrap {
  position: relative;
  z-index: 3;
}
.vmsec .sec-head {
  position: relative;
  z-index: 1;
}
.vmsec .sec-head h2 {
  color: #fff;
}
.vmsec .sec-head p {
  color: var(--d-muted);
}
.vm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: clamp(30px, 4vw, 48px);
  position: relative;
  z-index: 1;
}
/* glassmorphism cards against the photo */
.vm-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  padding: clamp(28px, 3.4vw, 44px);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s,
    background 0.3s,
    border-color 0.3s;
}
.vm-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(246, 167, 0, 0.45);
}
/* amber left accent stripe */
.vm-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--amber);
}
.vm-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 167, 0, 0.15), transparent 70%);
  pointer-events: none;
}
.vm-ico {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 12px 30px rgba(246, 167, 0, 0.38);
}
.vm-ico svg {
  width: 32px;
  height: 32px;
  stroke: var(--darker);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.vm-card h3 {
  font-family: "Archivo";
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 26px);
}
.vm-card .vm-sub {
  font-family: "Archivo";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-top: 6px;
}
.vm-card p {
  color: rgba(215, 226, 242, 0.9);
  font-size: 15px;
  line-height: 1.75;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .vm-grid {
    grid-template-columns: 1fr;
  }
  .vmsec-bg {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .career-hero .vpg-bg {
    background-image: url("../../img/career-mob1.jpg") !important;
    background-position: bottom !important;
  }
}
