:root {
  --yellow: #f5c400;
  --yellow-strong: #ffd21a;
  --ink: #101214;
  --ink-soft: #171a1e;
  --paper: #f3f3f0;
  --surface: #ffffff;
  --text: #151719;
  --muted: #62676d;
  --line: #d8d9d5;
  --hero-text: #ffffff;
  --heading-font: "Barlow Condensed", Arial, sans-serif;
  --body-font: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font: 400 16px/1.65 var(--body-font); }
body, button, a { -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; color: var(--yellow); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--heading-font); line-height: .98; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); letter-spacing: -.02em; }
h3 { margin: 0 0 12px; font-size: 30px; }
.section { padding: 105px 0; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; color: #fff; }
.utility-bar { border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(9,11,13,.32); }
.utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.utility-inner p { margin: 0; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.utility-inner div { display: flex; gap: 12px; }
.utility-inner a { text-decoration: none; }
.nav-row { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.brand-logo { width: 82px; height: 82px; object-fit: contain; }
.nav-row nav { display: flex; gap: 28px; }
.nav-row nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.nav-row nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.nav-row nav a:hover::after { right: 0; }
.header-call { justify-self: end; display: flex; flex-direction: column; text-align: right; color: #fff; text-decoration: none; }
.header-call span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.header-call strong { font: 700 26px/1.1 var(--heading-font); }

.hero { min-height: 800px; position: relative; display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--hero-text); }
.hero-media { position: absolute; inset: 0; background: url("images/slider/hero.jpg") center 25% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,11,.95) 0%, rgba(7,9,11,.82) 42%, rgba(7,9,11,.25) 76%, rgba(7,9,11,.2) 100%); }
.hero::before { content: ""; position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 7px; background: var(--yellow) url("images/header-bg.gif") repeat-x center; box-shadow: 0 -1px 0 rgba(255,255,255,.08); }
.hero-inner { position: relative; z-index: 2; padding-top: 110px; }
.hero-copy { max-width: 690px; }
.hero h1 { margin: 0; font-size: clamp(78px, 10vw, 132px); letter-spacing: -.035em; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 650px; margin: 25px 0 32px; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid transparent; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #111; }
.button-secondary { border-color: rgba(255,255,255,.45); color: #fff; }
.button-secondary:hover { background: #fff; color: #111; }
.hero-facts { display: flex; gap: 38px; margin: 45px 0 0; padding: 0; list-style: none; }
.hero-facts li { min-width: 110px; }
.hero-facts strong { display: block; color: var(--yellow); font: 800 37px/1 var(--heading-font); }
.hero-facts span { display: block; margin-top: 5px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.65); }
.hero-phone { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(420px, 34vw); min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 20px 42px; background: var(--yellow); color: #111; text-decoration: none; }
.hero-phone span { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-phone strong { font: 800 clamp(32px, 4vw, 52px)/1 var(--heading-font); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading > p { margin: 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { position: relative; min-height: 280px; padding: 38px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface); overflow: hidden; }
.service-grid article::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 5px; background: var(--yellow); transition: right .25s ease; }
.service-grid article:hover::after { right: 0; }
.service-number { display: block; margin-bottom: 52px; color: var(--yellow); font: 700 17px/1 var(--heading-font); }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.about { background: var(--surface); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.about-logo-panel { position: relative; min-height: 540px; display: grid; place-items: center; padding: 46px; overflow: hidden; background: #080a0c url("images/header-bg.gif") repeat; border: 1px solid #202328; border-bottom: 7px solid var(--yellow); }
.about-logo-panel::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(245,196,0,.24); pointer-events: none; }
.about-brand-card { position: relative; z-index: 1; width: 100%; text-align: center; }
.about-logo-panel img { width: 240px; max-width: 72%; height: auto; margin: 0 auto 26px; object-fit: contain; }
.about-brand-copy { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); }
.since-label { display: inline-block; margin-bottom: 8px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.about-brand-copy strong { display: block; color: #fff; font: 800 clamp(32px, 4vw, 46px)/1 var(--heading-font); text-transform: uppercase; }
.about-brand-copy p { max-width: 390px; margin: 13px auto 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.65; }
.about-copy h2 { max-width: 580px; }
.about-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); }
.check-list { margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 32px; font-weight: 600; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 16px; width: 15px; height: 8px; border-left: 3px solid var(--yellow); border-bottom: 3px solid var(--yellow); transform: rotate(-45deg); }
.text-link { color: var(--text); font-weight: 800; text-decoration: none; text-transform: uppercase; font-size: 13px; }
.text-link span { color: var(--yellow); margin-left: 7px; font-size: 20px; }

.vehicle-strip { padding: 72px 0; background: var(--ink); color: #fff; }
.vehicle-strip .eyebrow { text-align: center; }
.vehicle-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.vehicle-list span { padding: 0 25px; border-right: 1px solid rgba(255,255,255,.2); font: 700 clamp(27px, 3vw, 42px)/1.3 var(--heading-font); text-transform: uppercase; color: rgba(255,255,255,.78); }
.vehicle-list span:last-child { border: 0; }

.gallery-section { background: var(--paper); }
.gallery-thumb-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 10px; }
.gallery-item { position: relative; aspect-ratio: 110 / 73; border: 0; padding: 0; background: var(--ink); overflow: hidden; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, opacity .25s ease; }
.gallery-item:hover img { transform: scale(1.06); opacity: .72; }
.lightbox { width: min(1120px, 94vw); max-width: none; padding: 0; border: 0; overflow: visible; background: transparent; color: #fff; }
.lightbox::backdrop { background: rgba(0,0,0,.93); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; background: #050505; box-shadow: 0 15px 55px rgba(0,0,0,.45); }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 10px; color: rgba(255,255,255,.72); font-size: 12px; }
.lightbox-close { position: fixed; z-index: 3; right: 24px; top: 18px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(0,0,0,.45); color: #fff; font-size: 31px; line-height: 1; cursor: pointer; }
.lightbox-nav { position: fixed; z-index: 2; top: 50%; width: 58px; height: 76px; border: 1px solid rgba(255,255,255,.22); background: rgba(0,0,0,.38); color: #fff; font: 300 54px/1 Arial,sans-serif; cursor: pointer; transform: translateY(-50%); }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-nav:hover, .lightbox-close:hover { background: var(--yellow); color: #111; border-color: var(--yellow); }

.contact { position: relative; padding: 100px 0; overflow: hidden; background: var(--ink-soft); color: #fff; }
.contact::after { content: ""; position: absolute; right: -8%; top: -140px; width: 36%; height: 600px; background: var(--yellow); transform: skewX(-14deg); opacity: .9; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; }
.contact h2 { max-width: 700px; }
.contact p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); }
.contact-number { display: inline-block; margin-top: 14px; color: var(--yellow); text-decoration: none; font: 800 clamp(54px, 7vw, 86px)/1 var(--heading-font); }
.contact address { padding: 32px; background: var(--surface); color: var(--text); font-style: normal; }
.contact address div + div { margin-top: 23px; padding-top: 23px; border-top: 1px solid var(--line); }
.contact address span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact address strong, .contact address a { display: block; margin-top: 4px; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }

footer { padding: 28px 0 90px; background: #090b0c; color: rgba(255,255,255,.58); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 25px; }
.footer-inner p { margin: 0; }
.footer-inner a { color: #fff; text-decoration: none; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .nav-row nav { display: none; }
  .nav-row { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 760px; }
  .hero-phone { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 55px; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .nav-row { height: 78px; }
  .brand-logo { width: 66px; height: 66px; }
  .header-call { display: none; }
  .hero { min-height: 750px; align-items: flex-end; padding-bottom: 58px; }
  .hero-media { background-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,9,11,.98) 8%, rgba(7,9,11,.72) 56%, rgba(7,9,11,.24) 100%); }
  .hero::before { left: 0; right: 0; bottom: 0; width: auto; }
  .hero-inner { padding-top: 180px; }
  .hero h1 { font-size: clamp(68px, 21vw, 92px); }
  .hero-lead { margin: 18px 0 25px; font-size: 15px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-facts { gap: 18px; margin-top: 32px; }
  .hero-facts li { min-width: 0; flex: 1; }
  .hero-facts strong { font-size: 31px; }
  .hero-facts span { font-size: 9px; }
  .section-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: auto; padding: 28px 24px; }
  .service-number { margin-bottom: 27px; }
  .about-logo-panel { min-height: 410px; padding: 34px 28px; }
  .about-logo-panel img { width: 205px; }
  .lightbox-nav { width: 46px; height: 62px; font-size: 42px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .lightbox-close { right: 10px; top: 10px; width: 42px; height: 42px; }
  .lightbox figcaption { padding-inline: 4px; }
  .vehicle-list span { width: 50%; padding: 8px; border-right: 0; text-align: center; font-size: 28px; }
  .gallery-thumb-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .contact { padding: 75px 0; }
  .contact::after { opacity: .18; }
  .contact-number { font-size: 53px; }
  .contact address { padding: 24px; }
  footer { padding-bottom: 100px; }
  .footer-inner { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 90; display: flex; left: 10px; right: 10px; bottom: 10px; min-height: 65px; align-items: center; justify-content: space-between; padding: 10px 18px; background: var(--yellow); color: #111; text-decoration: none; box-shadow: 0 7px 30px rgba(0,0,0,.35); }
  .mobile-call span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
  .mobile-call strong { font: 800 26px/1 var(--heading-font); }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 66px; }
  .hero-facts { gap: 10px; }
  .mobile-call strong { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* 02.09.2026 - refined hero divider and Basrak identity panel */
.hero::before {
  height: 3px;
  background: linear-gradient(to bottom, rgba(245,196,0,.95) 0 1px, rgba(0,0,0,.92) 1px 3px);
  box-shadow: 0 1px 0 rgba(255,255,255,.08), 0 -8px 20px rgba(0,0,0,.18);
}

.about-logo-panel {
  min-height: 470px;
  padding: 52px 46px;
  background: #070809;
  border: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-image: url("images/header-bg.gif") 5 repeat;
}
.about-logo-panel::before { display: none; }
.about-brand-card { max-width: 430px; }
.about-logo-panel img {
  width: 178px;
  max-width: 58%;
  margin: 0 auto 34px;
}
.about-brand-copy {
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.since-label { margin-bottom: 10px; }
.about-brand-copy strong { font-size: clamp(31px, 3.4vw, 43px); }
.about-brand-copy p { max-width: 360px; color: rgba(255,255,255,.62); }

@media (max-width: 760px) {
  .about-logo-panel { min-height: 380px; padding: 42px 24px; }
  .about-logo-panel img { width: 150px; margin-bottom: 28px; }
}

/* 02.09.2026 v3 - industrial details inspired by the original Basrak site */
.hero::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background:
    linear-gradient(90deg, transparent 0 calc(50% - 90px), var(--yellow) calc(50% - 90px) calc(50% + 90px), transparent calc(50% + 90px)) bottom/100% 2px no-repeat,
    #0b0d0f url("images/header-bg.gif") repeat-x center;
  border-top: 1px solid rgba(245,196,0,.55);
  box-shadow: 0 -1px 0 rgba(0,0,0,.85), 0 1px 0 rgba(255,255,255,.05);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 128px;
  height: 8px;
  transform: translateX(-50%);
  background: repeating-linear-gradient(135deg, var(--yellow) 0 15px, #111 15px 27px);
  clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%);
}

.about-logo-panel {
  min-height: 360px;
  padding: 0;
  display: flex;
  align-items: stretch;
  background: #08090a;
  border: 0;
  overflow: hidden;
}
.about-logo-panel::before,
.about-logo-panel::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  z-index: 3;
  background: #0b0d0f url("images/header-bg.gif") repeat-x center;
  border-color: rgba(245,196,0,.55);
}
.about-logo-panel::before { top: 0; border-bottom: 1px solid rgba(245,196,0,.55); }
.about-logo-panel::after { bottom: 0; border-top: 1px solid rgba(245,196,0,.55); }
.about-brand-card {
  width: 100%;
  max-width: none;
  padding: 48px 46px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  align-items: center;
  text-align: left;
  background:
    linear-gradient(90deg, rgba(245,196,0,.06), transparent 42%),
    radial-gradient(circle at 22% 50%, rgba(245,196,0,.07), transparent 31%);
}
.about-logo-panel img {
  width: 170px;
  max-width: 100%;
  margin: 0;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.45));
}
.about-brand-copy {
  position: relative;
  padding: 0 0 0 28px;
  border: 0;
  border-left: 1px solid rgba(245,196,0,.5);
}
.about-brand-copy::before,
.about-brand-copy::after {
  content: "";
  position: absolute;
  left: -4px;
  width: 7px;
  height: 26px;
  background: var(--yellow);
  transform: skewY(-35deg);
}
.about-brand-copy::before { top: 0; }
.about-brand-copy::after { bottom: 0; }
.about-brand-copy .since-label { margin: 0 0 9px; }
.about-brand-copy strong { font-size: clamp(29px, 3vw, 40px); }
.about-brand-copy p { margin: 12px 0 0; max-width: 330px; }

@media (max-width: 760px) {
  .hero::after { width: 92px; }
  .about-logo-panel { min-height: 0; }
  .about-brand-card { grid-template-columns: 1fr; gap: 22px; padding: 42px 28px; text-align: center; }
  .about-logo-panel img { width: 145px; margin: 0 auto; }
  .about-brand-copy { padding: 22px 0 0; border-left: 0; border-top: 1px solid rgba(245,196,0,.45); }
  .about-brand-copy::before, .about-brand-copy::after { display: none; }
  .about-brand-copy p { margin-left: auto; margin-right: auto; }
}


/* 02.09.2026 v4 - clean hero edge, clearer facts, simple logo block */
.hero::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(245,196,0,.78);
  border: 0;
  box-shadow: none;
}
.hero::after { display: none; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 42px;
  align-items: start;
}
.hero-facts li { min-width: 0; }
.hero-facts strong {
  white-space: nowrap;
  font-size: 34px;
  letter-spacing: .005em;
}
.hero-facts span {
  white-space: nowrap;
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: .075em;
}

.about-logo-panel {
  min-height: 360px;
  padding: 48px;
  display: grid;
  place-items: center;
  background: #070809;
  border: 1px solid #1b1d20;
  overflow: hidden;
}
.about-logo-panel::before,
.about-logo-panel::after { display: none; }
.about-logo-panel > img {
  width: 235px;
  max-width: 72%;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0,0,0,.5));
}
.about-since {
  margin: 20px 0 0 !important;
  padding-left: 17px;
  border-left: 2px solid var(--yellow);
  color: var(--muted) !important;
  line-height: 1.65;
}
.about-since strong { color: #202327; }

@media (max-width: 760px) {
  .hero-facts {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
  }
  .hero-facts li { min-width: 0; }
  .hero-facts strong {
    font-size: clamp(21px, 6.2vw, 28px);
    white-space: nowrap;
  }
  .hero-facts span {
    font-size: 8px;
    line-height: 1.25;
    white-space: normal;
    max-width: 95px;
  }
  .about-logo-panel { min-height: 280px; padding: 34px 24px; }
  .about-logo-panel > img { width: 190px; max-width: 68%; }
}

@media (max-width: 430px) {
  .hero-facts { gap: 7px; }
  .hero-facts strong { font-size: 20px; }
  .hero-facts span { font-size: 7.5px; letter-spacing: .045em; }
}

/* 02.09.2026 v5 - simplified hero, unified black about, references marquee */
.hero-copy { padding-bottom: 12px; }
.hero-facts { display: none !important; }

.about {
  background: #07090b;
  color: #fff;
}
.about-grid {
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(52px, 7vw, 105px);
  min-height: 610px;
}
.about-logo-panel {
  min-height: 0;
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}
.about-logo-panel > img {
  width: min(330px, 78%);
  max-width: none;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.45));
}
.about-copy .eyebrow { color: var(--yellow); }
.about-copy h2 { color: #fff; }
.about-copy > p:not(.eyebrow),
.about-since { color: rgba(255,255,255,.64) !important; }
.about-since {
  padding-left: 18px;
  border-left-color: var(--yellow);
}
.about-since strong { color: var(--yellow); }
.about .check-list li { color: rgba(255,255,255,.88); }
.about .text-link { color: #fff; }

.vehicle-strip {
  padding: 58px 0 62px;
  background: var(--yellow);
  color: #111;
}
.vehicle-strip .eyebrow { color: rgba(17,17,17,.62); }
.vehicle-list span {
  color: #111;
  border-right-color: rgba(17,17,17,.23);
}

.references {
  padding: 78px 0 68px;
  overflow: hidden;
  background: #1a1e23;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.references-head { margin-bottom: 30px; }
.references-head .eyebrow { margin-bottom: 8px; }
.references-head h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 50px);
}
.reference-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.reference-track {
  display: flex;
  width: max-content;
  gap: 10px;
  padding: 4px 0;
  animation: basrak-marquee 68s linear infinite;
}
.reference-track:hover { animation-play-state: paused; }
.reference-track span {
  flex: 0 0 auto;
  padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
@keyframes basrak-marquee { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  .hero-copy { padding-bottom: 0; }
  .about { padding-top: 72px; padding-bottom: 72px; }
  .about-grid { grid-template-columns: 1fr; min-height: 0; gap: 42px; }
  .about-logo-panel { padding: 0; }
  .about-logo-panel > img { width: 210px; max-width: 72%; }
  .about-copy { text-align: left; }
  .vehicle-strip { padding: 46px 0 50px; }
  .vehicle-list { gap: 8px 0; }
  .vehicle-list span { padding: 0 12px; font-size: 25px; }
  .references { padding: 58px 0 52px; }
  .references-head { margin-bottom: 22px; }
  .reference-track { animation-duration: 52s; }
  .reference-track span { padding: 10px 14px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .reference-track { animation: none; }
}

/* 02.09.2026 v7 - separate references/contact tones and anchor contact accent */
.references {
  background: #22272d;
  border-top-color: rgba(255,255,255,.08);
  border-bottom-color: rgba(0,0,0,.34);
}
.contact {
  background: #13171b;
}
.contact::after {
  top: 0;
  bottom: 0;
  height: auto;
  min-height: 100%;
}

@media (max-width: 760px) {
  .contact::after {
    top: 0;
    bottom: 0;
    height: auto;
  }
}


/* 02.09.2026 v8 - larger about logo and compact footer */
.about-logo-panel > img {
  width: min(390px, 88%);
}
footer {
  padding: 18px 0;
}
.footer-inner {
  align-items: center;
}
.footer-credit {
  color: rgba(255,255,255,.58);
}
.footer-credit strong {
  color: var(--yellow);
  font-weight: 800;
}
@media (max-width: 760px) {
  .about-logo-panel > img { width: 245px; max-width: 82%; }
  footer { padding: 18px 0 86px; }
  .footer-inner { gap: 8px; }
}

/* Language switch */
.nav-tools { justify-self: end; display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; gap: 7px; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; background: rgba(0,0,0,.22); text-decoration: none; font-size: 18px; line-height: 1; opacity: .62; transition: opacity .2s ease, border-color .2s ease, transform .2s ease; }
.language-switch a:hover, .language-switch a.active { opacity: 1; border-color: var(--yellow); transform: translateY(-1px); }
@media (max-width: 760px) {
  .nav-tools { gap: 0; }
  .language-switch a { width: 32px; height: 26px; font-size: 19px; }
}


/* 02.09.2026 - mobile language switch + English hero refinement */
@media (max-width: 760px) {
  .nav-row { grid-template-columns: 1fr auto; gap: 12px; }
  .nav-tools { justify-self: end; align-self: start; padding-top: 18px; }
  .language-switch { gap: 10px; }
  .language-switch a {
    width: 44px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 4px;
    background: rgba(5,7,8,.55);
    font-size: 27px;
    opacity: .82;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
  }
  .language-switch a.active {
    opacity: 1;
    border-color: var(--yellow);
    background: rgba(5,7,8,.78);
  }
  html[lang="en"] .hero h1 {
    font-size: clamp(52px, 15vw, 66px);
    line-height: .98;
  }
  html[lang="en"] .hero h1 > .hero-title-main { white-space: nowrap; }
}

/* 02.09.2026 - mobile hero typography parity SR/EN */
@media (max-width: 760px) {
  /* Same usable width and typography in both languages so switching feels stable. */
  .hero .shell {
    width: min(1180px, calc(100% - 32px));
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(54px, 15vw, 66px);
    line-height: .98;
    letter-spacing: -.035em;
  }

  .hero h1 > .hero-title-main,
  html[lang="en"] .hero h1 > .hero-title-main {
    white-space: nowrap;
  }

  .hero-lead {
    max-width: none;
    font-size: 14px;
    line-height: 1.62;
  }

  .hero .eyebrow {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: .15em;
  }
}


/* 02.09.2026 - intentional three-line hero titles + higher mobile content */
.hero h1 .hero-title-line { white-space: nowrap; }

@media (min-width: 761px) {
  /* Identical three-line construction in Serbian and English. */
  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(72px, 7.4vw, 104px);
    line-height: .91;
  }
}

@media (max-width: 760px) {
  /* Keep both language versions visually identical and clear of the fixed call bar. */
  .hero-inner {
    transform: translateY(-92px);
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(52px, 14.2vw, 62px);
    line-height: .91;
  }

  .hero h1 > .hero-title-main,
  html[lang="en"] .hero h1 > .hero-title-main {
    white-space: normal;
  }

  .hero-lead {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 390px) {
  .hero-inner { transform: translateY(-84px); }
  .hero h1,
  html[lang="en"] .hero h1 { font-size: 50px; }
}

/* 02.09.2026 - final mobile hero scale/position */
@media (max-width: 760px) {
  .hero-inner {
    transform: translateY(-125px);
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(60px, 16.5vw, 72px);
    line-height: .90;
  }
}

@media (max-width: 390px) {
  .hero-inner {
    transform: translateY(-115px);
  }

  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: 60px;
  }
}


/* 02.09.2026 - LOCKED: hero title is ALWAYS exactly 3 lines */
.hero h1 .hero-title-line,
.hero h1 > em {
  display: block;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: clamp(66px, 18vw, 78px);
    line-height: .86;
    letter-spacing: -.04em;
  }
}

@media (max-width: 390px) {
  .hero h1,
  html[lang="en"] .hero h1 {
    font-size: 66px;
  }
}


/* 03.09.2026 - light SEO content additions */
.gallery-intro{max-width:620px}
.gallery-intro h3{margin:0 0 10px;font-family:"Barlow Condensed",sans-serif;font-size:clamp(25px,2.2vw,34px);line-height:1;text-transform:uppercase}
.gallery-intro p{margin:0;color:var(--muted);line-height:1.7}
@media(max-width:760px){.gallery-intro{max-width:none}.gallery-intro h3{font-size:27px}}


/* 03.09.2026 - gallery SEO intro above gallery */
.gallery-heading{display:block;margin-bottom:28px}
.gallery-intro{max-width:900px;margin:0 0 30px}
@media(max-width:760px){.gallery-heading{margin-bottom:22px}.gallery-intro{margin-bottom:26px}}
