/* ============================================================
   BSJ Fixings — Site Stylesheet
   Industrial B2B design system: deep navy + safety amber
   ============================================================ */

:root {
  --teal: #1bb0ce;
  --navy-900: #1f1f1f;
  --navy-800: #2e2e2e;
  --navy-700: #3b3b3b;
  --navy-600: #4d4d4d;
  --steel-100: #f4f6f9;
  --steel-200: #e6ebf1;
  --steel-400: #9aa8b8;
  --steel-600: #5b6b7d;
  --amber-500: #ffed00;
  --amber-600: #e3d300;
  --amber-050: #fffcd9;
  --white: #ffffff;
  --success: #1a9e5c;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow-sm: 0 2px 10px rgba(31, 31, 31, 0.06);
  --shadow-md: 0 10px 34px rgba(31, 31, 31, 0.10);
  --shadow-lg: 0 18px 50px rgba(31, 31, 31, 0.22);
  --font-head: "Raleway", "Helvetica Neue", sans-serif;
  --font-body: "Open Sans", -apple-system, "Segoe UI", Roboto, sans-serif;
  --maxw: 1180px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--navy-800);
  background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cg fill='none' stroke='%231f1f1f' stroke-opacity='0.05' stroke-width='2'%3E%3Cg transform='translate(70 78)'%3E%3Cpolygon points='0,-34 29,-17 29,17 0,34 -29,17 -29,-17'/%3E%3Ccircle r='15'/%3E%3C/g%3E%3Cg transform='translate(300 120) rotate(38)'%3E%3Crect x='-9' y='-56' width='18' height='30' rx='3'/%3E%3Cpath d='M-7 -22 L7 -22 L5 52 L0 60 L-5 52 Z'/%3E%3Cpath d='M-6 -10 L6 -6 M-6 2 L6 6 M-6 14 L6 18 M-5 26 L5 30 M-4 38 L4 42'/%3E%3C/g%3E%3Cg transform='translate(120 300) rotate(-24)'%3E%3Ccircle r='30'/%3E%3Cpolygon points='0,-16 14,-8 14,8 0,16 -14,8 -14,-8'/%3E%3C/g%3E%3Cg transform='translate(330 330) rotate(105)'%3E%3Ccircle r='16'/%3E%3Cpath d='M-9 -9 L9 9 M-9 9 L9 -9'/%3E%3Cpath d='M0 16 L0 58 M-5 22 L5 26 M-5 34 L5 38 M-5 46 L5 50'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--navy-600); text-decoration: none; }

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

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 600;
  line-height: 1.25;
  color: #000;
  letter-spacing: normal;
}

h1 { font-size: clamp(2rem, 4vw, 2.7rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.1rem); }
h3 { font-size: 1.3rem; }

.section { padding: 100px 0; }
.section--tint { background: var(--steel-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420'%3E%3Cg fill='none' stroke='%231f1f1f' stroke-opacity='0.05' stroke-width='2'%3E%3Cg transform='translate(70 78)'%3E%3Cpolygon points='0,-34 29,-17 29,17 0,34 -29,17 -29,-17'/%3E%3Ccircle r='15'/%3E%3C/g%3E%3Cg transform='translate(300 120) rotate(38)'%3E%3Crect x='-9' y='-56' width='18' height='30' rx='3'/%3E%3Cpath d='M-7 -22 L7 -22 L5 52 L0 60 L-5 52 Z'/%3E%3Cpath d='M-6 -10 L6 -6 M-6 2 L6 6 M-6 14 L6 18 M-5 26 L5 30 M-4 38 L4 42'/%3E%3C/g%3E%3Cg transform='translate(120 300) rotate(-24)'%3E%3Ccircle r='30'/%3E%3Cpolygon points='0,-16 14,-8 14,8 0,16 -14,8 -14,-8'/%3E%3C/g%3E%3Cg transform='translate(330 330) rotate(105)'%3E%3Ccircle r='16'/%3E%3Cpath d='M-9 -9 L9 9 M-9 9 L9 -9'/%3E%3Cpath d='M0 16 L0 58 M-5 22 L5 26 M-5 34 L5 38 M-5 46 L5 50'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat; }
.section--navy { background: var(--navy-800); color: var(--steel-200); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--navy .kicker { color: var(--amber-500); }

.kicker {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.3px;
  font-size: 1.15rem;
  color: var(--teal);
  margin-bottom: 8px;
}
.section--navy .kicker { color: var(--amber-500); }

.lead { font-size: 1.12rem; color: var(--steel-600); max-width: 720px; line-height: 1.8; }
.section--navy .lead { color: var(--steel-400); }

.center { text-align: center; }
.center .lead { margin: 14px auto 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 14px 30px;
  border-radius: var(--radius-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--amber { background: var(--amber-500); color: var(--navy-900); box-shadow: 0 6px 18px rgba(255, 237, 0, 0.35); }
.btn--amber:hover { background: var(--amber-600); }
.btn--ghost { border-color: rgba(255,255,255,0.5); color: var(--white); background: transparent; }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn--navy { background: var(--navy-700); color: var(--white); }
.btn--navy:hover { background: var(--navy-600); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-900);
  color: var(--steel-400);
  font-size: 0.84rem;
  padding: 7px 0;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.topbar a { color: var(--steel-200); font-weight: 500; }
.topbar a:hover { color: var(--amber-500); }
.topbar__group { display: flex; gap: 22px; flex-wrap: wrap; }

/* ---------- Header / nav ---------- */
.header {
  background-clip: padding-box;
  position: sticky;
  top: 0;
  z-index: 900;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 76px;
}
.logo { display: flex; align-items: center; gap: 8px; }
.logo__img { height: 54px; width: auto; border-radius: 8px; display: block; }
.footer .logo__img { height: 64px; margin-bottom: 4px; }
.logo__mark {
  font-family: var(--font-head);
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--navy-800);
  letter-spacing: 1px;
}
.logo__mark span { color: var(--amber-500); }
.logo__sub {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--steel-600);
  font-weight: 600;
}

.nav { display: flex; align-items: center; gap: 26px; }
.nav > a, .nav__drop > button {
  font-family: var(--font-head);
  font-size: 1.02rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.2px;
  color: var(--navy-800);
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 0;
  position: relative;
}
.nav > a:hover, .nav__drop > button:hover { color: var(--teal); }
.nav > a.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -4px;
  height: 3px;
  background: var(--amber-500);
  border-radius: 2px;
}

.nav__drop { position: relative; }
.nav__drop > button::after { content: " ▾"; font-size: 0.75em; }
.nav__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -12px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  padding: 10px 0;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s ease;
}
.nav__drop:hover .nav__menu,
.nav__drop:focus-within .nav__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__menu a {
  display: block;
  padding: 9px 20px;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--navy-800);
}
.nav__menu a:hover { background: var(--steel-100); color: var(--teal); }

.header__cta { display: flex; align-items: center; gap: 14px; }
.header__phone {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.06rem;
  color: var(--navy-800);
  white-space: nowrap;
}
.header__phone:hover { color: var(--teal); }
.header .btn { padding: 11px 22px; font-size: 0.96rem; }

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px; height: 42px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.burger span { display: block; width: 26px; height: 3px; background: var(--navy-800); border-radius: 2px; transition: 0.2s; }
.burger.open span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--navy-900);
  color: var(--white);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.38;
}
.hero__grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(31,31,31,0.94) 25%, rgba(31,31,31,0.55) 65%, rgba(31,31,31,0.25));
}
.hero .container { position: relative; z-index: 2; padding-top: 110px; padding-bottom: 110px; }
.hero h1 { color: var(--white); }
.hero p.lead { color: var(--steel-200); margin: 18px 0 34px; font-size: 1.18rem; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__badges { display: flex; gap: 26px; margin-top: 46px; flex-wrap: wrap; }
.hero__badge { display: flex; align-items: center; gap: 10px; font-size: 0.92rem; color: var(--steel-200); font-weight: 500; }
.hero__badge svg { width: 22px; height: 22px; fill: var(--amber-500); flex-shrink: 0; }

/* Page hero (inner pages) */
.page-hero {
  position: relative;
  background: var(--navy-800);
  color: var(--white);
  overflow: hidden;
}
.page-hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.28; }
.page-hero .container { position: relative; z-index: 2; padding: 72px 24px; }
.page-hero .kicker { color: var(--amber-500); }
.page-hero h1 { color: var(--white); font-size: clamp(2.1rem, 4vw, 3.2rem); }
.page-hero p { color: var(--steel-200); max-width: 700px; margin-top: 12px; font-size: 1.08rem; }
.breadcrumb { font-size: 0.85rem; color: var(--steel-400); margin-bottom: 18px; }
.breadcrumb a { color: var(--steel-200); }
.breadcrumb a:hover { color: var(--amber-500); }

/* ---------- Stats strip ---------- */
.stats { background: var(--amber-500); }
.stats .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 34px;
  padding-bottom: 34px;
}
.stat { text-align: center; }
.stat__num { font-family: var(--font-head); font-size: 2.3rem; font-weight: 800; color: var(--navy-900); line-height: 1; }
.stat__label { font-size: 0.88rem; font-weight: 600; color: var(--navy-800); text-transform: uppercase; letter-spacing: 1px; margin-top: 6px; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 28px; margin-top: 48px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card__img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card__body { padding: 24px 24px 28px; flex: 1; display: flex; flex-direction: column; }
.card__body h3 { margin-bottom: 8px; }
.card__body p { color: var(--steel-600); font-size: 0.95rem; flex: 1; }
.card__link {
  margin-top: 16px;
  font-family: var(--font-head);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--teal);
  font-size: 0.95rem;
}
.card__link::after { content: " →"; }

/* Service cards */
.svc {
  background: var(--white);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow-sm);
  border-top: 4px solid var(--amber-500);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.svc:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.svc__icon {
  width: 58px; height: 58px;
  border-radius: 14px;
  background: var(--amber-050);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.svc__icon svg { width: 30px; height: 30px; fill: var(--amber-600); }
.svc p { color: var(--steel-600); font-size: 0.96rem; margin-top: 8px; }

/* Feature list (why choose us) */
.feat { display: flex; gap: 16px; align-items: flex-start; }
.feat__icon {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(255, 237, 0, 0.14);
  display: flex; align-items: center; justify-content: center;
}
.feat__icon svg { width: 24px; height: 24px; fill: var(--amber-500); }
.feat h3 { font-size: 1.15rem; color: var(--white); }
.feat p { color: var(--steel-400); font-size: 0.93rem; margin-top: 4px; }

/* Split section */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 20px; }
.split img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.split__body h2 { margin-bottom: 16px; }
.split__body p { color: var(--steel-600); margin-bottom: 14px; }

/* Checklist */
.checks { list-style: none; margin: 18px 0; }
.checks li { padding-left: 32px; position: relative; margin-bottom: 11px; color: var(--navy-800); font-weight: 500; }
.checks li::before {
  content: "";
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  background: var(--amber-500);
  border-radius: 50%;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center / 14px no-repeat;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z"/></svg>') center / 14px no-repeat;
}

/* Industries ticker */
.industries { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; justify-content: center; }
.chip {
  background: var(--white);
  border: 1px solid var(--steel-200);
  border-radius: 40px;
  padding: 9px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy-700);
}

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  background: linear-gradient(115deg, var(--navy-800), var(--navy-600));
  color: var(--white);
  border-radius: var(--radius);
  padding: 54px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  right: -60px; top: -60px;
  width: 260px; height: 260px;
  border-radius: 50%;
  background: rgba(255, 237, 0, 0.16);
}
.cta-band h2 { color: var(--white); margin-bottom: 8px; }
.cta-band p { color: var(--steel-400); max-width: 520px; }
.cta-band .btn { flex-shrink: 0; position: relative; z-index: 1; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 42px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 7px;
  color: var(--navy-800);
}
.field label span { color: var(--amber-600); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid var(--steel-200);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.97rem;
  color: var(--navy-800);
  background: var(--steel-100);
  transition: border-color 0.15s, background 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--amber-500);
  background: var(--white);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.83rem; color: var(--steel-600); margin-top: 14px; }
.form-status {
  display: none;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
}
.form-status.ok { display: block; background: #e7f7ee; color: var(--success); }
.form-status.err { display: block; background: #fdeaea; color: #c0392b; }

/* Quote page layout */
.quote-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 44px; align-items: start; }
.quote-side { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 18px; }
.quote-side__card {
  background: var(--navy-800);
  color: var(--steel-200);
  border-radius: var(--radius);
  padding: 30px;
}
.quote-side__card h3 { color: var(--white); margin-bottom: 14px; }
.quote-side__card a { color: var(--amber-500); font-weight: 600; }
.quote-side__row { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; font-size: 0.94rem; }
.quote-side__row svg { width: 20px; height: 20px; fill: var(--amber-500); flex-shrink: 0; margin-top: 3px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 44px; align-items: start; }
.info-tile {
  display: flex;
  gap: 16px;
  background: var(--white);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 16px;
}
.info-tile svg { width: 26px; height: 26px; fill: var(--amber-600); flex-shrink: 0; margin-top: 2px; }
.info-tile h3 { font-size: 1.1rem; margin-bottom: 3px; }
.info-tile p, .info-tile a { color: var(--steel-600); font-size: 0.95rem; }
.info-tile a:hover { color: var(--amber-600); }

/* ---------- Product detail ---------- */
.prod-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.prod-detail img { border-radius: var(--radius); box-shadow: var(--shadow-md); position: sticky; top: 110px; }
.prod-detail h2 { margin-bottom: 14px; }
.prod-detail p { color: var(--steel-600); margin-bottom: 14px; }
.tag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; }
.tag {
  background: var(--steel-100);
  border-left: 3px solid var(--amber-500);
  border-radius: 6px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--navy-800);
}

/* Related strip */
.related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; }
.related a {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 0.98rem;
  color: var(--navy-800);
  box-shadow: var(--shadow-sm);
  transition: 0.18s;
}
.related a:hover { color: var(--amber-600); transform: translateY(-3px); box-shadow: var(--shadow-md); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: var(--steel-400); padding: 70px 0 0; position: relative; overflow: hidden; }
.footer::before {
  content: "";
  position: absolute;
  left: -60px; top: -40px;
  width: 420px; height: 400px;
  background: url('../images/old/shape-footer-big.svg') no-repeat center / contain;
  pointer-events: none;
}
.footer::after {
  content: "";
  position: absolute;
  right: -30px; bottom: 30px;
  width: 208px; height: 209px;
  background: url('../images/old/shape-footer.svg') no-repeat center / contain;
  pointer-events: none;
}
.footer .container { position: relative; z-index: 1; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 44px; padding-bottom: 50px; }
.footer h4 {
  color: var(--white);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 18px;
}
.footer a { color: var(--steel-400); display: block; padding: 4px 0; font-size: 0.93rem; }
.footer a:hover { color: var(--amber-500); }
.footer p { font-size: 0.93rem; }
.footer .logo__mark { color: var(--white); font-size: 1.7rem; }
.footer__about p { margin-top: 12px; max-width: 320px; }
.footer__contact li { list-style: none; display: flex; gap: 10px; margin-bottom: 10px; font-size: 0.93rem; align-items: flex-start; }
.footer__contact svg { width: 18px; height: 18px; fill: var(--amber-500); flex-shrink: 0; margin-top: 3px; }
.footer__bar {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 20px 0;
  font-size: 0.84rem;
}
.footer__bar .container { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer__bar a { display: inline; padding: 0; }

/* ---------- Chatbot ---------- */
.chat-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1200;
  width: 62px; height: 62px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--amber-500);
  box-shadow: 0 10px 30px rgba(255, 237, 0, 0.45);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.18s ease;
}
.chat-fab:hover { transform: scale(1.07); }
.chat-fab svg { width: 30px; height: 30px; fill: var(--navy-900); }
.chat-fab__badge {
  position: absolute;
  top: -4px; right: -2px;
  background: var(--navy-800);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 700;
  border-radius: 20px;
  padding: 3px 8px;
  white-space: nowrap;
}

.chat-panel {
  position: fixed;
  right: 22px;
  bottom: 98px;
  z-index: 1200;
  width: min(392px, calc(100vw - 32px));
  height: min(560px, calc(100vh - 130px));
  background: var(--white);
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(0.98);
  transition: all 0.22s ease;
}
.chat-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

.chat-head {
  background: var(--navy-800);
  color: var(--white);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.chat-head__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--amber-500);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--navy-900);
  font-size: 1.05rem;
  flex-shrink: 0;
}
.chat-head h3 { color: var(--white); font-size: 1.05rem; letter-spacing: 0.5px; }
.chat-head p { font-size: 0.76rem; color: var(--steel-400); display: flex; align-items: center; gap: 5px; }
.chat-head p::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #2ecc71; }
.chat-head button {
  margin-left: auto;
  background: none; border: none; cursor: pointer;
  color: var(--steel-400);
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px;
}
.chat-head button:hover { color: var(--white); }

.chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 16px;
  background: var(--steel-100);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chat-msg { max-width: 86%; padding: 11px 15px; border-radius: 14px; font-size: 0.92rem; line-height: 1.55; animation: msgIn 0.22s ease; }
@keyframes msgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.chat-msg--bot { background: var(--white); color: var(--navy-800); border-bottom-left-radius: 4px; box-shadow: var(--shadow-sm); align-self: flex-start; }
.chat-msg--user { background: var(--navy-700); color: var(--white); border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-msg a { color: var(--amber-600); font-weight: 600; text-decoration: underline; }
.chat-msg--bot ul { margin: 6px 0 2px 18px; }
.chat-msg--bot li { margin-bottom: 3px; }
.chat-msg--bot strong { color: var(--navy-900); }

.chat-typing { display: flex; gap: 4px; padding: 12px 16px; background: var(--white); border-radius: 14px; border-bottom-left-radius: 4px; align-self: flex-start; box-shadow: var(--shadow-sm); }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--steel-400); animation: blink 1.2s infinite; }
.chat-typing span:nth-child(2) { animation-delay: 0.18s; }
.chat-typing span:nth-child(3) { animation-delay: 0.36s; }
@keyframes blink { 0%, 70%, 100% { opacity: 0.3; } 35% { opacity: 1; } }

.chat-chips { display: flex; flex-wrap: wrap; gap: 8px; align-self: flex-start; }
.chat-chip {
  background: var(--white);
  border: 1.5px solid var(--amber-500);
  color: var(--amber-600);
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s;
}
.chat-chip:hover { background: var(--amber-500); color: var(--navy-900); }

.chat-foot { display: flex; gap: 10px; padding: 13px 14px; background: var(--white); border-top: 1px solid var(--steel-200); }
.chat-foot input {
  flex: 1;
  border: 1.5px solid var(--steel-200);
  border-radius: 26px;
  padding: 11px 17px;
  font-size: 0.93rem;
  font-family: var(--font-body);
  background: var(--steel-100);
}
.chat-foot input:focus { outline: none; border-color: var(--amber-500); background: var(--white); }
.chat-foot button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--amber-500);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: 0.15s;
}
.chat-foot button:hover { background: var(--amber-600); }
.chat-foot button svg { width: 20px; height: 20px; fill: var(--navy-900); }

/* ---------- Video embed ---------- */
.video-wrap {
  position: relative;
  max-width: 900px;
  margin: 46px auto 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .grid--4, .related { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .header__phone { display: none; }
}

@media (max-width: 820px) {
  .burger { display: flex; }
  .nav {
    position: fixed;
    top: 0; right: 0;
    width: min(320px, 84vw);
    height: 100vh;
    background: var(--navy-900);
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 30px 40px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform 0.26s ease;
    z-index: 950;
    overflow-y: auto;
  }
  .nav.open { transform: translateX(0); }
  .nav > a, .nav__drop > button { color: var(--white); padding: 11px 0; font-size: 1.15rem; }
  .nav__drop { width: 100%; }
  .nav__menu {
    position: static;
    opacity: 1; visibility: visible; transform: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 6px 16px;
    display: none;
  }
  .nav__drop.open .nav__menu { display: block; }
  .nav__menu a { color: var(--steel-400); padding: 7px 0; }
  .nav__menu a:hover { background: none; color: var(--amber-500); }
  .burger { position: relative; z-index: 1000; }
  .burger.open span { background: var(--white); }
  .split, .prod-detail, .quote-layout, .contact-grid, .grid--2 { grid-template-columns: 1fr; }
  .prod-detail img { position: static; }
  .quote-side { position: static; }
  .stats .container { grid-template-columns: repeat(2, 1fr); }
  .cta-band { flex-direction: column; text-align: center; padding: 44px 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
  .hero .container { padding-top: 76px; padding-bottom: 76px; }
}

@media (max-width: 560px) {
  .grid--3, .grid--4, .related { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .topbar__group:last-child { display: none; }
  .form-card { padding: 28px 22px; }
}

/* ============================================================
   v3 — old-site structure components
   ============================================================ */

/* Banner slider (old site hero) */
.slider { position: relative; background: #2e2e2e; overflow: hidden; }
.slider__track {
  position: relative;
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  aspect-ratio: 2560 / 985;
}
.slider__slide {
  position: absolute; inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; transition: opacity 0.9s ease;
}
.slider__slide.on { opacity: 1; }
.slider__dots {
  position: absolute; left: 0; right: 0; bottom: 14px;
  display: flex; justify-content: center; gap: 8px; z-index: 5;
}
.slider__dots button {
  width: 10px; height: 10px; border-radius: 50%;
  border: none; cursor: pointer;
  background: rgba(255,255,255,0.45);
  transition: 0.2s;
  padding: 0;
}
.slider__dots button.on { background: var(--amber-500); transform: scale(1.25); }

/* "What BSJ Fixings provide" + video, side by side (old homepage layout) */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.duo__col > h2 { text-align: center; margin-bottom: 30px; }
.duo .video-wrap { margin: 0; max-width: none; border-radius: 6px; box-shadow: var(--shadow-md); }
.provide { text-align: center; }
.provide__card {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: 0.5px;
  color: #000;
  line-height: 1.75;
  padding: 12px 10px;
}
.provide__card a { color: var(--teal); }
@media (max-width: 900px) { .duo { grid-template-columns: 1fr; gap: 40px; } }

/* Dark OUR PRODUCTS band (old site) */
.prod-band {
  position: relative;
  background: var(--navy-800);
  color: var(--white);
  text-align: center;
  overflow: hidden;
}
.prod-band__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.16; }
.prod-band__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.prod-band__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); }
.prod-band .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 90px; }
.prod-band h2 { color: var(--white); font-weight: 700; text-transform: uppercase; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: 1.65px; }
.prod-band h3 {
  color: var(--amber-500);
  font-weight: 600;
  max-width: 860px;
  margin: 22px auto 34px;
  font-size: 1.25rem;
  line-height: 1.55;
}

/* Why choose (old site: photo bg + plain centered text) */
.why-section { position: relative; overflow: hidden; }
.why-section__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.why-section__bg::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,0.9); }
.why-section .container { position: relative; z-index: 2; }
.why-section h2 { text-transform: uppercase; font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 44px; text-align: center; }
.why__item h3 {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.why__item p { color: var(--navy-700); font-size: 0.95rem; }
.why__num { display: none; }

/* Additional services teaser (old site: cargo-ship photo band) */
.addsvc {
  position: relative;
  color: var(--white);
  text-align: center;
  overflow: hidden;
}
.addsvc__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.addsvc__bg::after { content: ""; position: absolute; inset: 0; background: rgba(31,31,31,0.72); }
.addsvc .container { position: relative; z-index: 2; padding-top: 90px; padding-bottom: 90px; }
.addsvc h2 { color: var(--white); margin-bottom: 14px; }
.addsvc p { color: var(--steel-200); max-width: 680px; margin: 0 auto 30px; }

/* Industries (old site: dark section, yellow heading, image grid) */
.industries-section { background: var(--navy-800); }
.industries-section h2 { color: var(--amber-500); }
.industries-section .kicker { color: var(--white); }
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.ind-card { border-radius: 8px; overflow: hidden; }
.ind-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; transition: transform 0.25s ease; }
.ind-card:hover img { transform: scale(1.04); }

/* USP strip (old site: white bg, stacked grey circle icon boxes) */
.usp { background: var(--white); border-top: 1px solid var(--steel-200); }
.usp .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.usp__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; }
.usp__icon {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: #69727d;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.usp__item svg { width: 46px; height: 46px; fill: var(--white); flex-shrink: 0; }
.usp__item h3 { font-size: 1.4rem; color: #444; line-height: 1.2; font-weight: 600; }
.usp__item p { font-size: 0.95rem; color: var(--steel-600); margin-top: 4px; }

/* Category tile grid (old product pages) */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.tile {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.tile img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.tile h4 {
  padding: 16px 14px;
  font-size: 1.05rem;
  text-transform: none;
  letter-spacing: 0.5px;
}
.tile--text {
  display: flex; align-items: center; justify-content: center;
  padding: 30px 20px;
  min-height: 110px;
  background: var(--steel-100);
  border-left: 4px solid var(--amber-500);
}
.tile--text h4 { padding: 0; }

/* Category intro split */
.cat-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; }
.cat-intro img { border-radius: var(--radius); box-shadow: var(--shadow-md); }
.cat-intro h1 { font-size: clamp(2rem, 3.8vw, 2.9rem); margin-bottom: 18px; }
.cat-intro p { color: var(--steel-600); margin-bottom: 14px; }

/* Opening hours band (old category pages) */
.hours-band { position: relative; background: var(--navy-800); color: var(--white); overflow: hidden; }
.hours-band__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.22; }
.hours-band .container { position: relative; z-index: 2; padding: 64px 24px; text-align: center; }
.hours-band h2 { color: var(--amber-500); letter-spacing: 3px; text-transform: uppercase; }
.hours-band p { font-family: var(--font-head); font-weight: 600; font-size: 1.3rem; margin-top: 14px; line-height: 1.8; }

/* Need something CTA */
.need-cta { text-align: center; }
.need-cta h2 { margin-bottom: 12px; }
.need-cta p { color: var(--steel-600); max-width: 640px; margin: 0 auto 28px; }

@media (max-width: 1020px) {
  .why { grid-template-columns: repeat(2, 1fr); }
  .usp .container { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .provide { grid-template-columns: 1fr; }
  .cat-intro { grid-template-columns: 1fr; }
  .addsvc { flex-direction: column; text-align: center; padding: 42px 26px; }
  .slider__track { min-height: 200px; }
}
@media (max-width: 560px) {
  .why, .tiles, .usp .container, .industries-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   WhatsApp channel
   ============================================================ */
.btn--wa {
  background: #25d366;
  color: #fff;
  margin-top: 12px;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}
.btn--wa:hover { background: #1fb958; color: #fff; }

.wa-fab {
  position: fixed;
  right: 22px;
  bottom: 96px;
  z-index: 1190;
  width: 62px; height: 62px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.18s ease;
}
.wa-fab:hover { transform: scale(1.07); }
.wa-fab svg { width: 34px !important; height: 34px !important; fill: #fff !important; }

/* keep the chat panel above the WhatsApp button */
.chat-panel { bottom: 170px; }

@media (max-width: 560px) {
  .wa-fab { right: 16px; bottom: 92px; width: 56px; height: 56px; }
}

/* ============================================================
   Video hero (mobile) + motion dynamics
   ============================================================ */
.vhero {
  display: flex;
  position: relative;
  min-height: 82vh;
  background: var(--navy-900);
  color: var(--white);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vhero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.vhero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(20,20,20,0.55), rgba(20,20,20,0.72));
}
.vhero__content { position: relative; z-index: 2; padding: 60px 26px; max-width: 560px; }
.vhero__content h1 {
  color: var(--white);
  font-size: clamp(1.9rem, 7.4vw, 2.6rem);
  line-height: 1.2;
  margin: 10px 0 16px;
  animation: vheroUp 0.9s ease both 0.15s;
}
.vhero__content p {
  color: rgba(255,255,255,0.85);
  font-size: 1.02rem;
  margin-bottom: 26px;
  animation: vheroUp 0.9s ease both 0.35s;
}
.vhero__content .kicker { animation: vheroUp 0.9s ease both; }
.vhero__actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  animation: vheroUp 0.9s ease both 0.55s;
}
@keyframes vheroUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

/* Mobile: video hero replaces the (too small) banner slider on the homepage */
@media (max-width: 820px) {
  .vhero { min-height: 88svh; }
}

/* Industry images: slow ken-burns drift + hover zoom */
.ind-card { overflow: hidden; }
.ind-card img {
  transition: transform 0.5s ease;
  animation: kenburns 9s ease-in-out infinite alternate;
}
.ind-card:nth-child(2n) img { animation-delay: 2.2s; }
.ind-card:nth-child(3n) img { animation-delay: 4.4s; }
.ind-card:hover img { transform: scale(1.08); animation-play-state: paused; }
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .ind-card img { animation: none; }
  .vhero__content h1, .vhero__content p, .vhero__content .kicker, .vhero__actions { animation: none; }
}

/* ============================================================
   Video hero band (santki-style page heroes)
   ============================================================ */
.vband {
  position: relative;
  min-height: 64vh;
  background: var(--navy-900);
  color: var(--white);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vband__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.vband__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(20,20,20,0.82) 20%, rgba(20,20,20,0.55) 60%, rgba(20,20,20,0.35));
}
.vband__content { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 80px; max-width: 760px; }
.vband__content h1 {
  color: var(--white);
  font-size: clamp(2.1rem, 4.6vw, 3.3rem);
  line-height: 1.15;
  margin: 10px 0 16px;
  animation: vheroUp 0.9s ease both 0.15s;
}
.vband__content p {
  color: rgba(255,255,255,0.86);
  font-size: 1.12rem;
  margin-bottom: 28px;
  max-width: 600px;
  animation: vheroUp 0.9s ease both 0.35s;
}
.vband__content .kicker { animation: vheroUp 0.9s ease both; }
.vband__actions { display: flex; gap: 12px; flex-wrap: wrap; animation: vheroUp 0.9s ease both 0.55s; }

@media (max-width: 820px) {
  .vband { min-height: 78svh; text-align: center; }
  .vband__overlay { background: linear-gradient(rgba(20,20,20,0.58), rgba(20,20,20,0.74)); }
  .vband__content { padding-top: 64px; padding-bottom: 64px; }
  .vband__content p { margin-left: auto; margin-right: auto; }
  .vband__actions { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
  .vband__content h1, .vband__content p, .vband__content .kicker, .vband__actions { animation: none; }
}

/* Homepage hero: multi-video crossfade + per-slide headlines */
.vhero__video { opacity: 0; transition: opacity 1.2s ease; }
.vhero__video.on { opacity: 1; }
.vhero__content { max-width: 760px; }
.vhero__slide { display: none; }
.vhero__slide.on { display: block; }
.vhero__slide.on h1, .vhero__slide.on p, .vhero__slide.on .kicker { animation-name: vheroUp; }
.vhero__dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.vhero__dots button {
  width: 10px; height: 10px; border-radius: 50%; border: none; padding: 0; cursor: pointer;
  background: rgba(255,255,255,0.45); transition: 0.2s;
}
.vhero__dots button.on { background: var(--amber-500); transform: scale(1.25); }
@media (min-width: 821px) {
  .vhero__content h1 { font-size: clamp(2.4rem, 4.8vw, 3.6rem); }
  .vhero__content p { font-size: 1.15rem; }
}

/* World-map video band (Global Procurement) */
.map-band { position: relative; background: #141414; color: var(--white); overflow: hidden; }
.map-band__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.map-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,14,14,0.94) 0%, rgba(14,14,14,0.86) 38%, rgba(14,14,14,0.45) 58%, rgba(14,14,14,0.15) 100%); }
.map-band .container { position: relative; z-index: 2; }
.map-band h2 { color: var(--white); }
.map-band .svc { background: rgba(255,255,255,0.96); }

/* ============================================================
   Small-screen refinements (≤560px phones)
   ============================================================ */
@media (max-width: 560px) {
  .header .container { height: 64px; gap: 10px; }
  .logo__img { height: 42px; }
  .header .btn { padding: 9px 13px; font-size: 0.8rem; letter-spacing: 0.8px; white-space: nowrap; }
  .burger { width: 36px; height: 36px; }
  .topbar { font-size: 0.76rem; }

  /* video heroes: keep CTAs clear of the floating buttons */
  .vhero { min-height: 80svh; }
  .vhero__content { padding-bottom: 150px; }
  .vband__content { padding-bottom: 110px; }

  /* chat panel becomes a near-full-screen sheet */
  .chat-panel {
    left: 8px; right: 8px; bottom: 8px;
    width: auto;
    height: calc(100svh - 16px);
    max-height: none;
    border-radius: 14px;
    z-index: 1300;
  }
  .chat-panel.open ~ .wa-fab, .chat-panel.open ~ .chat-fab { display: none; }
}

/* Extra-large screens: let the hero type breathe */
@media (min-width: 1700px) {
  .vhero__content, .vband__content { max-width: 900px; }
  .vhero__content h1 { font-size: 4.2rem; }
  .vhero__content p, .vband__content p { font-size: 1.3rem; }
  .vband__content h1 { font-size: 3.8rem; }
}

/* Map band: text on the left, map routes stay visible on the right */
.map-band { min-height: 70vh; display: flex; align-items: center; }
.map-band__content { position: relative; z-index: 2; max-width: 560px; padding-top: 90px; padding-bottom: 90px; }
.map-band__content h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); margin: 8px 0 14px; }
.map-band__content p { color: rgba(255,255,255,0.85); font-size: 1.08rem; margin-bottom: 30px; }
.map-band__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.map-stat {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,237,0,0.35);
  border-radius: 10px;
  padding: 14px 16px;
  backdrop-filter: blur(4px);
}
.map-stat strong { display: block; font-family: var(--font-head); font-size: 1.7rem; color: var(--amber-500); line-height: 1.1; }
.map-stat span { font-size: 0.86rem; color: rgba(255,255,255,0.85); }
@media (max-width: 820px) {
  .map-band { min-height: 0; }
  .map-band::after { background: linear-gradient(rgba(20,20,20,0.6), rgba(20,20,20,0.75)); }
  .map-band__content { max-width: none; text-align: center; padding-top: 64px; padding-bottom: 64px; }
  .map-band__stats { grid-template-columns: 1fr 1fr; }
}

.map-band__content h2, .map-band__content p { text-shadow: 0 2px 14px rgba(0,0,0,0.8); }
.map-stat { background: rgba(0,0,0,0.45); }
@media (max-width: 820px) {
  .map-band::after { background: linear-gradient(rgba(14,14,14,0.8), rgba(14,14,14,0.88)); }
}
