:root {
  --graphite: #171a1d;
  --graphite-2: #22272b;
  --orange: #ff4b1f;
  --orange-dark: #e63c12;
  --steel: #8a9298;
  --muted: #626a70;
  --paper: #f4f3ef;
  --white: #ffffff;
  --line: #d8dadb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--graphite);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.shell { width: min(1240px, calc(100% - 56px)); margin: 0 auto; }
.section { padding: 112px 0; }
.logoPrimary { width: 305px; height: auto; }
.twinBars { display: inline-flex; gap: 5px; height: 20px; align-items: stretch; transform: skewX(-10deg); }
.twinBars i { width: 5px; background: var(--orange); display: block; }

.siteHeader { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.18); color: white; }
.headerInner { min-height: 94px; display: flex; align-items: center; gap: 38px; }
.headerLogo { flex: 0 0 auto; }
.headerLogo .logo { width: 270px; }
nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
nav a { font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: rgba(255,255,255,.7); transition: .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.headerCta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; background: var(--orange); color: white; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; transform: skewX(-8deg); }
.headerCta > span { transform: skewX(8deg); }

.hero { position: relative; min-height: 870px; padding: 174px 0 0; overflow: hidden; color: white; background: var(--graphite); }
.heroMedia, .heroShade { position: absolute; inset: 0; }
.heroMedia img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.75) contrast(1.06); }
.heroShade { background: linear-gradient(90deg, rgba(23,26,29,.98) 0%, rgba(23,26,29,.94) 36%, rgba(23,26,29,.55) 64%, rgba(23,26,29,.2) 100%), linear-gradient(0deg, rgba(23,26,29,.72), transparent 55%); }
.hero::after { content: ""; position: absolute; left: 0; top: 0; width: 42%; height: 100%; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 74px 74px; -webkit-mask-image: linear-gradient(to right, #000, transparent); mask-image: linear-gradient(to right, #000, transparent); }
.heroInner { position: relative; z-index: 2; min-height: 628px; display: grid; grid-template-columns: minmax(0, 780px) 1fr; align-items: center; }
.heroCopy { padding-bottom: 54px; }
.kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kickerDark { color: var(--muted); }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", "Bahnschrift Condensed", Arial, sans-serif; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 900px; font-size: clamp(62px, 7vw, 104px); font-weight: 900; text-transform: uppercase; }
h1 em { display: inline-block; color: var(--orange); font-style: normal; }
.heroLead { max-width: 680px; margin: 32px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.heroActions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 55px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; transition: .2s ease; }
.buttonOrange { background: var(--orange); color: white; }
.buttonOrange:hover, .buttonOrange:focus-visible { background: var(--orange-dark); transform: translateY(-2px); }
.buttonLine { color: white; border-color: rgba(255,255,255,.38); }
.buttonLine:hover, .buttonLine:focus-visible { border-color: white; }
.heroProof { align-self: end; justify-self: end; width: 300px; margin-bottom: 72px; border-top: 2px solid var(--orange); backdrop-filter: blur(4px); background: rgba(23,26,29,.48); }
.heroProof div { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 14px; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.heroProof strong { font-family: "Arial Narrow", Arial, sans-serif; color: var(--orange); font-size: 31px; line-height: 1; }
.heroProof span { font-size: 11px; line-height: 1.35; font-weight: 700; color: rgba(255,255,255,.67); text-transform: uppercase; letter-spacing: .05em; }
.heroStrip { position: relative; z-index: 3; background: var(--orange); color: white; }
.stripInner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.stripInner .twinBars i { background: rgba(23,26,29,.45); }

.sectionHeading { display: grid; grid-template-columns: 1.05fr .65fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.sectionHeading h2, .experience h2, .special h2, .contact h2 { font-size: clamp(49px, 5.4vw, 80px); text-transform: uppercase; }
.sectionHeading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.serviceGrid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.serviceCard { position: relative; min-height: 360px; padding: 38px 42px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .24s ease; }
.serviceCard:hover { background: white; transform: translateY(-4px); box-shadow: 0 24px 60px rgba(23,26,29,.09); z-index: 2; }
.cardTop { display: flex; justify-content: space-between; align-items: flex-start; color: var(--steel); font-size: 12px; font-weight: 900; }
.serviceLabel { margin: 54px 0 11px !important; color: var(--orange) !important; font-size: 10px !important; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.serviceCard h3 { font-size: 44px; text-transform: uppercase; }
.serviceCard > p { max-width: 500px; margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.serviceCard a { position: absolute; left: 42px; bottom: 34px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.serviceCard a span { margin-left: 8px; color: var(--orange); }

.special { position: relative; min-height: 820px; overflow: hidden; color: white; background: var(--graphite); }
.specialGraphic { position: absolute; inset: 0 52% 0 0; background: var(--graphite-2); border-right: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.giantMark { position: absolute; width: 560px; left: max(18px, calc((100vw - 1240px) / 2 - 50px)); top: 110px; opacity: .92; }
.routeLine { position: absolute; left: -8%; right: -5%; bottom: 126px; height: 112px; transform: skewY(-9deg); border-top: 2px solid rgba(255,255,255,.18); border-bottom: 2px solid rgba(255,255,255,.08); }
.routeLine::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 2px dashed rgba(255,255,255,.26); }
.routeLine i { position: absolute; top: -2px; bottom: -2px; width: 14px; background: var(--orange); transform: skewX(-10deg); }
.routeLine i:first-child { right: 90px; }
.routeLine i:last-child { right: 62px; }
.specialInner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; }
.specialCopy { grid-column: 2; padding: 118px 0 112px 78px; }
.specialCopy h2 { color: white; }
.specialCopy > p:not(.kicker) { margin: 30px 0 0; max-width: 610px; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.75; }
.specialPoints { margin-top: 54px; border-top: 1px solid rgba(255,255,255,.16); }
.specialPoints div { display: grid; grid-template-columns: 46px 190px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.specialPoints span { color: var(--orange); font-size: 10px; font-weight: 900; }
.specialPoints b { font-size: 13px; text-transform: uppercase; }
.specialPoints small { color: rgba(255,255,255,.48); line-height: 1.45; }

.experience { background: var(--white); }
.experienceLayout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.experienceNumber { font-family: "Arial Narrow", Arial, sans-serif; font-size: clamp(230px, 27vw, 400px); font-weight: 900; line-height: .72; letter-spacing: -.12em; color: transparent; -webkit-text-stroke: 3px var(--graphite); position: relative; }
.experienceNumber::after { content: "LAT W TRANSPORCIE"; position: absolute; left: 26px; bottom: -55px; color: var(--orange); -webkit-text-stroke: 0; font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .18em; }
.leadCopy { margin: 32px 0 18px !important; font-size: 20px !important; line-height: 1.65 !important; color: var(--graphite) !important; }
.experienceCopy > p:not(.kicker) { color: var(--muted); line-height: 1.75; }
.experienceTags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.experienceTags span { padding: 9px 13px; border: 1px solid var(--line); color: var(--graphite); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.process { background: var(--paper); }
.processGrid { display: grid; grid-template-columns: repeat(4, 1fr); }
.processStep { min-height: 250px; padding: 28px 28px 0; border-top: 4px solid var(--graphite); border-right: 1px solid var(--line); }
.processStep:first-child { border-left: 1px solid var(--line); }
.processStep span { color: var(--orange); font-size: 11px; font-weight: 900; }
.processStep h3 { margin-top: 48px; font-size: 25px; text-transform: uppercase; }
.processStep p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.contact { padding: 100px 0; color: white; background: linear-gradient(110deg, var(--orange) 0 66%, var(--graphite) 66%); }
.contactCard { display: grid; grid-template-columns: 1.34fr .66fr; }
.contactLead { padding-right: 80px; }
.contactLead h2 { max-width: 780px; color: white; }
.contactLead > p:not(.kicker) { max-width: 690px; color: rgba(255,255,255,.82); font-size: 18px; }
.contactData { padding-left: 68px; }
.contactData > p { margin: 0 0 20px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.contactData dl { margin: 0; }
.contactData dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contactData dt { color: rgba(255,255,255,.43); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contactData dd { margin: 4px 0 0; font-weight: 700; }

.siteFooter { color: white; background: #101214; }
.footerTop { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footerTop .logo { width: 340px; }
.footerTop p { color: var(--orange); font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.footerBottom { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 32px; color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1050px) {
  nav { display: none; }
  .heroInner { grid-template-columns: 1fr; }
  .heroProof { justify-self: start; width: min(100%, 600px); display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 76px; }
  .heroProof div { grid-template-columns: 1fr; }
  .sectionHeading, .experienceLayout { grid-template-columns: 1fr; gap: 35px; }
  .experienceNumber { font-size: 260px; }
  .specialGraphic { opacity: .26; right: 0; }
  .specialInner { grid-template-columns: 1fr; }
  .specialCopy { grid-column: 1; max-width: 800px; padding: 100px 0; }
  .processGrid { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .contact { background: var(--orange); }
  .contactCard { grid-template-columns: 1fr; gap: 54px; }
  .contactData { padding: 42px; background: var(--graphite); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 1240px); }
  .section { padding: 76px 0; }
  .headerInner { min-height: 78px; }
  .headerLogo .logo { width: 205px; }
  .headerCta { display: none; }
  .hero { min-height: 840px; padding-top: 130px; }
  .heroShade { background: linear-gradient(90deg, rgba(23,26,29,.96), rgba(23,26,29,.72)); }
  .heroInner { min-height: 620px; }
  .heroCopy { padding-bottom: 40px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .heroLead { font-size: 16px; }
  .heroActions { flex-direction: column; }
  .button { width: 100%; }
  .heroProof { grid-template-columns: 1fr; width: 100%; }
  .heroProof div { grid-template-columns: 72px 1fr; }
  .stripInner { overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .stripInner span:nth-of-type(n+3), .stripInner .twinBars:nth-of-type(n+3) { display: none; }
  .sectionHeading h2, .experience h2, .special h2, .contact h2 { font-size: clamp(43px, 13vw, 62px); }
  .serviceGrid { grid-template-columns: 1fr; }
  .serviceCard { min-height: 340px; padding: 32px 28px 40px; }
  .serviceCard a { left: 28px; }
  .giantMark { width: 420px; left: -90px; top: 150px; }
  .specialCopy { padding: 82px 0; }
  .specialPoints div { grid-template-columns: 40px 1fr; }
  .specialPoints small { grid-column: 2; }
  .experienceNumber { font-size: 210px; }
  .experienceNumber::after { bottom: -40px; }
  .processGrid { grid-template-columns: 1fr; }
  .processStep { min-height: 210px; border-left: 1px solid var(--line); }
  .contact { padding: 76px 0; }
  .contactLead { padding-right: 0; }
  .contactData { padding: 32px 25px; }
  .footerTop { padding: 42px 0; flex-direction: column; align-items: flex-start; }
  .footerTop .logo { width: 270px; }
  .footerBottom { padding: 26px 0; flex-direction: column; align-items: flex-start; }
}

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