:root {
    --ink: #15191f;
    --ink-soft: #252a31;
    --red: #d71920;
    --red-dark: #ae1017;
    --paper: #f5f3ee;
    --white: #fff;
    --muted: #697079;
    --line: rgba(21, 25, 31, .14);
    --shell: min(1180px, calc(100vw - 48px));
    --shadow: 0 28px 75px rgba(21, 25, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(80px, 9vw, 138px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #ff6368; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3.2rem, 6.4vw, 6.7rem); }
h2 { font-size: clamp(2.45rem, 4.6vw, 4.9rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: var(--white); transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; background: rgba(21, 25, 31, .97); box-shadow: 0 8px 30px rgba(0, 0, 0, .18); backdrop-filter: blur(14px); }
.header-accent { height: 4px; background: linear-gradient(90deg, var(--red) 0 34%, transparent 34%); }
.header-inner { min-height: 116px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 44px; }
.site-header.scrolled .header-inner { min-height: 82px; }
.brand img { width: 218px; max-height: 56px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 16px 0; font-size: .87rem; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 9px; height: 2px; background: var(--red); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-contact { min-width: 178px; display: grid; font-size: .78rem; line-height: 1.7; }
.header-contact span { color: #aeb4bc; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-contact a { font-weight: 700; }
.header-contact a:hover { color: #ff666c; }
.nav-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 980px; height: min(100vh, 980px); overflow: hidden; color: var(--white); background: var(--ink); }
.hero-slides, .hero-slide, .hero-overlay { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.035); background-image: var(--hero-image); background-size: cover; background-position: var(--hero-position); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(13, 17, 22, .94) 0%, rgba(13, 17, 22, .73) 47%, rgba(13, 17, 22, .17) 100%), linear-gradient(0deg, rgba(13,17,22,.5), transparent 42%); }
.hero-content { position: relative; z-index: 3; height: 100%; padding-top: 205px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero h1 { width: 100%; max-width: 900px; margin-bottom: 28px; overflow-wrap: break-word; text-wrap: balance; }
.hero-lead { width: 100%; max-width: 685px; margin-bottom: 40px; color: #d5d8dc; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 28px; border: 0; cursor: pointer; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.red { color: var(--white); background: var(--red); }
.button.red:hover { background: var(--red-dark); }
.button.ghost { color: var(--white); border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.05); }
.button.ghost:hover { background: var(--white); color: var(--ink); }
.button.white { color: var(--ink); background: var(--white); }
.slide-caption { position: absolute; z-index: 2; right: 0; bottom: 80px; display: flex; justify-content: flex-end; pointer-events: none; }
.slide-caption span, .slide-caption p { display: none; }
.slider-controls { position: absolute; z-index: 4; right: 0; bottom: 62px; left: 0; display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.slider-controls > button { width: 44px; height: 44px; color: var(--white); border: 1px solid rgba(255,255,255,.3); background: transparent; cursor: pointer; transition: .2s; }
.slider-controls > button:hover { color: var(--ink); background: var(--white); }
.slider-dots { display: flex; gap: 7px; }
.slider-dots button { width: 23px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s, background .25s; }
.slider-dots button.active { width: 45px; background: var(--red); }
.hero-scroll { position: absolute; z-index: 4; bottom: 54px; left: max(24px, calc((100vw - min(1180px, calc(100vw - 48px))) / 2)); display: flex; align-items: center; gap: 13px; color: #d9dcdf; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll span { width: 28px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; position: relative; }
.hero-scroll span::after { content: ""; position: absolute; top: 8px; left: 12px; width: 2px; height: 8px; background: var(--red); animation: scroll 1.6s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 25% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translateY(15px); opacity: 0; } }

.section-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 72px; }
.split-heading > p { max-width: 470px; margin-bottom: 8px; color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 390px; padding: 50px 44px; border-right: 1px solid var(--line); opacity: 1; transform: none; transition: opacity .55s, transform .55s, background .3s, color .3s; }
.service-card:first-child { border-left: 1px solid var(--line); }
.js .service-card { opacity: 0; transform: translateY(24px); }
.js .service-card.visible { opacity: 1; transform: none; }
.service-card:nth-child(2) { transition-delay: .1s; }
.service-card:nth-child(3) { transition-delay: .2s; }
.service-card:hover { color: var(--white); background: var(--ink); }
.service-number { position: absolute; top: 24px; right: 28px; color: #a5a9ad; font-size: .7rem; font-weight: 800; }
.service-icon { width: 66px; height: 66px; margin-bottom: 58px; display: grid; place-items: center; color: var(--white); background: var(--red); }
.service-icon svg { width: 36px; height: 36px; fill: currentColor; }
.service-icon .line { fill: none; stroke: var(--red); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .service-icon .line { stroke: var(--red); }
.service-card h3 { margin-bottom: 18px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card:hover p { color: #c8ccd1; }

.about { min-height: 780px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--ink); }
.about-photo { min-height: 720px; background: linear-gradient(rgba(14,18,24,.12), rgba(14,18,24,.12)), url('../images/hero-truck-road.jpeg') center / cover; }
.about-content { max-width: 760px; padding: clamp(80px, 9vw, 135px) clamp(42px, 7vw, 115px); align-self: center; }
.about-content h2 { margin-bottom: 34px; }
.about-copy { max-width: 670px; color: #c7cbd0; font-size: 1.03rem; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 62px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.14); }
.stat-grid div { display: grid; gap: 7px; }
.stat-grid strong { color: var(--white); font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.1; }
.stat-grid span { color: #8f969e; font-size: .7rem; letter-spacing: .04em; text-transform: uppercase; }

.route-band { padding: 29px 0; color: var(--white); background: var(--red); }
.route-grid { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.route-grid p { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-grid > span { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.55); }
.route-icon { width: 34px; height: 34px; }
.route-icon svg { width: 100%; height: 100%; fill: var(--white); }
.route-icon .line { fill: none; stroke: var(--red); stroke-width: 1.8; }

.cta-section { background: var(--paper); }
.cta-card { position: relative; overflow: hidden; min-height: 430px; padding: clamp(55px, 7vw, 90px); display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; color: var(--white); background: linear-gradient(100deg, rgba(17,21,27,.97), rgba(17,21,27,.68)), url('../images/hero-road-lights.jpg') center / cover; box-shadow: var(--shadow); }
.cta-card::after { content: "LAVO"; position: absolute; top: -55px; right: -10px; color: rgba(255,255,255,.045); font-size: 12rem; font-weight: 900; letter-spacing: -.08em; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.4rem, 4.4vw, 4.5rem); }
.cta-card p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #ced2d6; }
.cta-card .button { flex: 0 0 auto; }

.home-contact { scroll-margin-top: 78px; background: #e9e7e2; }
.home-contact .contact-heading { margin-bottom: 56px; }
.home-contact-cards { margin-top: 0; }
.home-contact-layout { margin-top: 30px; }

.site-footer { color: #c5c9ce; background: #0f1318; }
.footer-grid { padding: 75px 0 64px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .84rem; }
.footer-brand img { width: 220px; margin-bottom: 15px; }
.footer-brand p { max-width: 310px; color: #858c94; }
.footer-label { margin-bottom: 14px; color: #747b83; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a:hover { color: #ff5c62; }
.footer-grid p { color: #858c94; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; color: #727980; border-top: 1px solid rgba(255,255,255,.08); font-size: .72rem; }
.footer-bottom a:hover { color: var(--white); }
.footer-credit { display: inline-flex; align-items: center; gap: 10px; color: #9aadb5; white-space: nowrap; }
.footer-credit > span { font-size: .56rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.footer-credit img { display: block; width: 120px; height: 29px; object-fit: contain; object-position: right center; }

.page-hero { min-height: 580px; padding: 205px 0 110px; display: flex; align-items: flex-end; color: var(--white); background: linear-gradient(90deg, rgba(13,17,22,.95), rgba(13,17,22,.45)), url('../images/hero-logistics.jpg') center 54% / cover; }
.page-hero h1 { max-width: 880px; margin-bottom: 24px; }
.page-hero .shell > p:last-child { max-width: 680px; margin: 0; color: #d1d4d8; font-size: 1.1rem; }
.contact-details { padding-top: 0; padding-bottom: 0; }
.contact-cards { margin-top: -45px; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); }
.contact-cards article { min-height: 210px; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; background: var(--white); border-right: 1px solid var(--line); }
.contact-cards article:last-child { border-right: 0; }
.contact-cards span { margin-bottom: 20px; color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-cards a { font-size: 1.05rem; font-weight: 700; }
.contact-cards a:hover { color: var(--red); }
.contact-cards small { margin-top: 7px; color: var(--muted); }
.contact-main { padding-top: 110px; }
.contact-layout { display: grid; grid-template-columns: 1.06fr .94fr; background: var(--white); box-shadow: var(--shadow); }
.contact-form-wrap { padding: clamp(45px, 6vw, 85px); }
.contact-form-wrap h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-form-wrap > p:not(.eyebrow) { max-width: 580px; margin-bottom: 36px; color: var(--muted); }
.contact-form { display: grid; gap: 22px; overflow-anchor: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #d9dade; border-radius: 0; outline: 0; background: #fbfbfa; transition: border .2s, box-shadow .2s; }
.contact-form input { height: 54px; padding: 0 16px; }
.contact-form textarea { resize: vertical; min-height: 155px; padding: 15px 16px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,25,32,.09); }
.contact-form .consent { grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); }
.contact-form .consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--red); }
.contact-form .consent span { font-size: .75rem; font-weight: 400; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.contact-form .button { justify-self: start; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 26px; padding: 15px 18px; border-left: 4px solid var(--red); background: #f8e4e5; font-weight: 700; }
.form-alert.success { border-color: #168553; background: #e4f3eb; }
.form-status { min-height: 1.5em; margin: 0; font-size: .82rem; font-weight: 700; }
.form-status.success { color: #168553; }
.form-status.error { color: var(--red); }
.form-status.warning { color: #9a6414; }
.contact-form[aria-busy="true"] .button { opacity: .62; cursor: wait; }
.contact-map { min-height: 740px; position: relative; background: #d9d8d4; }
.contact-map iframe { width: 100%; height: 100%; min-height: 740px; border: 0; }
.contact-map > div { position: absolute; right: 25px; bottom: 25px; left: 25px; padding: 25px; display: grid; gap: 5px; color: var(--white); background: rgba(21,25,31,.95); }
.contact-map span { color: #9299a1; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-map strong { font-size: 1rem; }
.contact-map a { margin-top: 7px; color: #ff6268; font-size: .75rem; font-weight: 800; text-transform: uppercase; }

@media (max-width: 1060px) {
    .header-inner { grid-template-columns: 190px 1fr auto; gap: 25px; }
    .brand img { width: 185px; }
    .desktop-nav { gap: 22px; }
    .header-contact { display: none; }
    .split-heading { gap: 45px; }
    .service-card { padding: 44px 30px; }
    .about { grid-template-columns: .85fr 1.15fr; }
    .about-content { padding-inline: 55px; }
    .stat-grid { grid-template-columns: 1fr; gap: 18px; }
    .stat-grid div { grid-template-columns: 150px 1fr; align-items: center; }
    .footer-grid { gap: 38px; }
}

@media (max-width: 900px) {
    :root { --shell: min(100% - 34px, 720px); }
    .site-header { position: absolute; }
    .site-header.scrolled { position: fixed; }
    .header-inner, .site-header.scrolled .header-inner { min-height: 86px; grid-template-columns: 1fr auto; }
    .brand img { width: 195px; }
    .desktop-nav { display: none; }
    .nav-toggle { width: 48px; height: 48px; padding: 0; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(255,255,255,.28); background: transparent; }
    .nav-toggle span { width: 20px; height: 2px; display: block; background: var(--white); transition: transform .25s; }
    .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
    .mobile-menu { position: fixed; inset: 90px 0 0; padding: 48px max(22px, calc((100vw - min(100% - 34px, 720px)) / 2)); display: flex; flex-direction: column; gap: 6px; visibility: hidden; opacity: 0; transform: translateY(-12px); background: rgba(15,19,24,.99); transition: .25s; }
    .mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
    .mobile-menu a { padding: 14px 0; font-size: 1.45rem; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.1); }
    .mobile-menu a:last-child { margin-top: 22px; color: #ff5e64; font-size: 1rem; border: 0; }
    .hero { min-height: 760px; height: 100svh; }
    .hero-content { padding-top: 150px; }
    .hero h1 { font-size: clamp(3rem, 10vw, 5.2rem); }
    .hero-overlay { background: linear-gradient(90deg, rgba(13,17,22,.92), rgba(13,17,22,.48)), linear-gradient(0deg, rgba(13,17,22,.7), transparent 55%); }
    .hero-scroll { display: none; }
    .slider-controls { justify-content: flex-start; bottom: 28px; }
    .split-heading { grid-template-columns: 1fr; gap: 28px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card, .service-card:first-child { min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
    .service-icon { margin-bottom: 36px; }
    .about { grid-template-columns: 1fr; }
    .about-photo { min-height: 480px; }
    .about-content { max-width: none; padding: 80px max(24px, calc((100vw - min(100% - 34px, 720px)) / 2)); }
    .stat-grid { grid-template-columns: repeat(3, 1fr); }
    .stat-grid div { grid-template-columns: 1fr; }
    .route-grid { display: grid; grid-template-columns: 35px 1fr 4px 1fr; }
    .route-grid > span:nth-of-type(2), .route-grid > p:nth-of-type(3), .route-grid > p:nth-of-type(4) { display: none; }
    .cta-card { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1.4fr 1fr; }
    .contact-cards { grid-template-columns: 1fr; }
    .contact-cards article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-map, .contact-map iframe { min-height: 520px; }
}

@media (max-width: 600px) {
    :root { --shell: calc(100% - 30px); }
    .section { padding: 76px 0; }
    .brand img { width: 175px; }
    .hero { min-height: 700px; }
    .hero-content { padding-top: 100px; justify-content: center; }
    .hero h1 { margin-bottom: 22px; font-size: clamp(2.85rem, 14vw, 4.4rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions { width: 100%; }
    .hero-actions .button { width: 100%; }
    .slider-controls > button { display: none; }
    .service-card { padding: 38px 28px; }
    .about-photo { min-height: 360px; }
    .about-content { padding: 70px 20px; }
    .stat-grid { grid-template-columns: 1fr; }
    .route-grid { grid-template-columns: 30px 1fr; }
    .route-grid > span, .route-grid > p:not(:first-of-type) { display: none; }
    .cta-card { min-height: 500px; padding: 48px 27px; }
    .cta-card .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 42px; }
    .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
    .page-hero { min-height: 530px; padding: 170px 0 80px; }
    .contact-cards { margin-top: -25px; }
    .contact-cards article { padding: 32px 27px; }
    .contact-main { padding-top: 76px; }
    .contact-form-wrap { padding: 44px 24px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form .button { width: 100%; }
    .contact-map, .contact-map iframe { min-height: 450px; }
}

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