/* YLARTOURS — custom one-page corporate site */
:root {
  --blue: #293f86;
  --blue-dark: #172550;
  --blue-deep: #101b3d;
  --blue-soft: #eef2fb;
  --gray: #a7adaf;
  --ink: #202633;
  --muted: #687080;
  --line: #dfe3ea;
  --soft: #f5f7fa;
  --white: #fff;
  --container: 1200px;
  --shadow: 0 22px 60px rgba(22, 36, 76, .12);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--blue); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.section--soft { background: var(--soft); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 10000; top: -100px; left: 20px; color: var(--white); background: var(--blue); padding: 12px 18px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.preloader { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; background: var(--white); transition: opacity .45s ease, visibility .45s ease; }
.preloader.loaded { opacity: 0; visibility: hidden; }
.preloader__mark { position: relative; width: 74px; height: 46px; border: 7px solid var(--blue); border-radius: 50%; animation: preloader-pulse 1s ease-in-out infinite; }
.preloader__mark::after { content: ""; position: absolute; right: -11px; bottom: -4px; width: 22px; height: 15px; border-radius: 3px; background: var(--blue); }
.preloader__mark span { position: absolute; right: -6px; bottom: -10px; width: 13px; height: 13px; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); z-index: 1; }
@keyframes preloader-pulse { 50% { transform: scale(.9); opacity: .55; } }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(41, 63, 134, .08); transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .985); box-shadow: 0 10px 40px rgba(18, 31, 67, .1); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { --logo-width: 210px; position: relative; z-index: 2; display: block; flex: 0 0 auto; width: var(--logo-width); aspect-ratio: 1763 / 588; overflow: hidden; }
.brand img { width: 113.443%; max-width: none; height: auto; transform: translate(-3.85%, -33.85%); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.nav-link { position: relative; color: #39404e; font-size: 13px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; transition: color .25s ease; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--blue); transition: right .3s var(--ease); }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-link:hover::after, .nav-link.active::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; color: var(--white); background: var(--blue); padding: 0 20px; border: 1px solid var(--blue); border-radius: 2px; font-size: 13px; font-weight: 800; transition: background .25s ease, color .25s ease, transform .25s ease; }
.nav-cta:hover { color: var(--blue); background: transparent; transform: translateY(-2px); }
.menu-toggle { position: relative; z-index: 2; display: none; width: 46px; height: 46px; padding: 11px 9px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 6px auto; background: var(--blue-dark); transition: transform .3s ease, opacity .3s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 980px; margin-top: 82px; display: flex; align-items: center; isolation: isolate; color: var(--white); overflow: hidden; }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media { z-index: -3; background: url("../images/hero-ylartours.png") center center / cover no-repeat; animation: hero-zoom 16s ease-out both; }
.hero__overlay { z-index: -2; background: linear-gradient(90deg, rgba(8, 16, 38, .93) 0%, rgba(12, 23, 52, .78) 38%, rgba(12, 23, 52, .25) 68%, rgba(12, 23, 52, .12) 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(7, 13, 31, .72), transparent 38%); }
.hero::after { content: ""; position: absolute; right: -120px; top: -170px; width: 540px; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255, 255, 255, .025), 0 0 0 110px rgba(255, 255, 255, .025); }
@keyframes hero-zoom { from { transform: scale(1.05); } to { transform: scale(1); } }
.hero__inner { padding-bottom: 92px; }
.hero__content { max-width: 735px; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 36px; height: 2px; background: currentColor; }
.eyebrow--light { color: #dbe2f6; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 82px); line-height: .99; }
h1 em, h2 em { color: inherit; font-weight: 400; }
h1 em { color: #b9c5ec; }
.hero__lead { max-width: 630px; margin-bottom: 35px; color: rgba(255, 255, 255, .81); font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { min-height: 54px; padding: 0 27px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; line-height: 1; font-weight: 800; letter-spacing: .03em; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.btn svg, .text-link svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-3px); }
.btn--primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 32px rgba(41, 63, 134, .3); }
.btn--primary:hover { background: #344f9e; box-shadow: 0 16px 34px rgba(41, 63, 134, .4); }
.btn--ghost { color: var(--white); border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .04); }
.btn--ghost:hover { color: var(--blue-dark); background: var(--white); border-color: var(--white); }
.hero__proof { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); max-width: 840px; padding: 0; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.hero__proof > div { min-height: 104px; padding: 23px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero__proof > div:last-child { border-right: 0; }
.hero__proof strong { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.2; }
.hero__proof span { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.scroll-cue { position: absolute; right: 42px; bottom: 38px; width: 30px; height: 50px; display: grid; place-items: start center; padding-top: 9px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 18px; }
.scroll-cue span { width: 3px; height: 8px; border-radius: 3px; background: var(--white); animation: scroll-cue 1.7s ease-in-out infinite; }
@keyframes scroll-cue { 70% { transform: translateY(20px); opacity: 0; } 71% { transform: translateY(0); opacity: 0; } 100% { opacity: 1; } }

.intro { overflow: hidden; }
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-heading h2, .split__content h2, .operations__heading h2, .contact h2 { margin-bottom: 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.08; }
.section-heading h2 em, .split__content h2 em, .reasons h2 em { color: var(--blue); }
.intro__copy { padding-top: 34px; }
.lead { color: #303846; font-size: 19px; line-height: 1.7; font-weight: 500; }
.intro__copy > p:not(.lead) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); border-bottom: 1px solid rgba(41, 63, 134, .3); padding: 5px 0; font-size: 13px; font-weight: 800; letter-spacing: .03em; transition: gap .25s ease, border-color .25s ease; }
.text-link:hover { gap: 18px; border-color: var(--blue); }
.values-grid { margin-top: 76px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.value-card { position: relative; min-height: 280px; padding: 43px 32px 32px; border-right: 1px solid var(--line); background: var(--white); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s ease, color .35s ease, background .35s ease; }
.value-card:last-child { border-right: 0; }
.value-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background: var(--blue); transition: width .35s var(--ease); }
.value-card:hover { z-index: 2; color: var(--white); background: var(--blue-dark); transform: translateY(-10px); box-shadow: var(--shadow); }
.value-card:hover::after { width: 100%; background: #899bd5; }
.value-card > svg { width: 46px; height: 46px; color: var(--blue); transition: color .35s ease; }
.value-card:hover > svg { color: #b9c5ec; }
.value-card__number { position: absolute; top: 20px; right: 22px; color: #c7ccd4; font-size: 12px; font-weight: 800; }
.value-card h3 { margin: 24px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.value-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; transition: color .35s ease; }
.value-card:hover p { color: rgba(255, 255, 255, .7); }

.service-section { overflow: hidden; }
.split { display: grid; grid-template-columns: 1.04fr .96fr; gap: 92px; align-items: center; }
.split--reverse .photo-card { order: 2; }
.split--reverse .split__content { order: 1; }
.photo-card { position: relative; }
.photo-card::before { content: ""; position: absolute; left: -26px; bottom: -26px; width: 170px; height: 170px; border: 1px solid rgba(41, 63, 134, .2); z-index: 0; }
.photo-card::after { content: ""; position: absolute; left: -55px; top: -55px; width: 140px; aspect-ratio: 1; border: 1px solid rgba(41, 63, 134, .14); border-radius: 50%; z-index: 0; }
.photo-card img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.photo-card__badge { position: absolute; z-index: 2; right: -24px; bottom: 35px; min-width: 185px; padding: 15px 22px; display: flex; align-items: center; gap: 13px; color: var(--white); background: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 35px rgba(41, 63, 134, .32); }
.photo-card__badge span { font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 400; }
.split__content h2 { margin-bottom: 26px; }
.split__content > p:not(.eyebrow) { color: var(--muted); }
.split__content > .lead { color: #303846; }
.route-tabs { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.route-tabs div { padding: 20px 22px; }
.route-tabs div + div { border-left: 1px solid var(--line); }
.route-tabs strong, .route-tabs span { display: block; }
.route-tabs strong { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.route-tabs span { margin-top: 3px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.check-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 12px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.check-list svg { width: 23px; height: 23px; color: var(--blue); background: var(--blue-soft); border-radius: 50%; padding: 4px; }
.check-list strong { color: var(--ink); }
.cargo-panel { margin-top: 105px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; color: var(--white); background: var(--blue-dark); padding: 42px 50px; box-shadow: var(--shadow); }
.cargo-panel .eyebrow { margin-bottom: 12px; color: #b9c5ec; }
.cargo-panel h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.3; }
.cargo-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cargo-list span { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .76); font-size: 12px; line-height: 1.45; }
.cargo-list svg { flex: 0 0 35px; width: 35px; height: 35px; color: #b9c5ec; }

.expertise-grid { margin-top: 92px; display: grid; grid-template-columns: repeat(4, 1fr); }
.expertise-card { position: relative; min-height: 300px; padding: 38px 28px; border: 1px solid var(--line); border-right: 0; transition: color .35s ease, background .35s ease, transform .35s var(--ease); }
.expertise-card:last-child { border-right: 1px solid var(--line); }
.expertise-card:hover { z-index: 1; color: var(--white); background: var(--blue); transform: translateY(-8px); }
.expertise-card > span { position: absolute; top: 20px; right: 20px; color: #bcc2cc; font-size: 11px; font-weight: 800; }
.expertise-card > svg { width: 46px; height: 46px; margin-bottom: 28px; color: var(--blue); transition: color .35s ease; }
.expertise-card:hover > svg { color: #cad4f1; }
.expertise-card h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.3; }
.expertise-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; transition: color .35s ease; }
.expertise-card:hover p { color: rgba(255, 255, 255, .72); }

.operations { position: relative; padding: 0; min-height: 900px; display: flex; align-items: stretch; color: var(--white); background: var(--blue-deep); overflow: hidden; }
.operations::after { content: ""; position: absolute; right: -150px; bottom: -250px; width: 580px; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 150px rgba(255, 255, 255, .018); pointer-events: none; }
.operations__image { position: absolute; top: 0; left: 0; width: 49%; height: 100%; }
.operations__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 50%, rgba(16, 27, 61, .7) 100%), linear-gradient(0deg, rgba(16, 27, 61, .28), transparent); }
.operations__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.operations__content { position: relative; z-index: 1; padding-top: 115px; padding-bottom: 115px; display: grid; grid-template-columns: 49% 51%; }
.operations__heading { grid-column: 2; padding-left: 80px; }
.operations__heading h2 { margin-bottom: 25px; }
.operations__heading h2 em, .contact h2 em { color: #b9c5ec; }
.operations__heading > p:last-child { max-width: 610px; color: rgba(255, 255, 255, .68); }
.operations__list { grid-column: 2; margin-top: 38px; padding-left: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.operations__list article { min-height: 165px; padding: 25px 24px; display: flex; gap: 17px; border-top: 1px solid rgba(255, 255, 255, .12); }
.operations__list article:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .12); padding-left: 0; }
.operations__list b { color: #8799d0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.operations__list h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.operations__list p { margin-bottom: 0; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.6; }

.reasons { overflow: hidden; }
.reasons__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.reasons__grid > .lead { margin-bottom: 9px; color: var(--muted); }
.promise-bar { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.promise-bar > div { padding: 38px 32px; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-right: 1px solid var(--line); }
.promise-bar > div:last-child { border-right: 0; }
.promise-bar svg { width: 42px; height: 42px; color: var(--blue); }
.promise-bar span, .promise-bar strong { display: block; }
.promise-bar span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.promise-bar strong { margin-bottom: 4px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }

.contact { position: relative; padding: 110px 0; color: var(--white); background: var(--blue-dark); overflow: hidden; }
.contact__shape { position: absolute; left: -260px; top: -250px; width: 650px; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 145px rgba(255, 255, 255, .018); }
.contact__grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.contact__intro h2 { margin-bottom: 26px; }
.contact__intro > p:not(.eyebrow) { color: rgba(255, 255, 255, .68); }
.contact__intro ul { margin: 30px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.contact__intro li { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .82); font-size: 13px; font-weight: 700; }
.contact__intro li svg { width: 21px; height: 21px; padding: 3px; color: var(--blue-dark); background: #c2cceb; border-radius: 50%; }
.contact-details { margin-top: 31px; padding-top: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 19px 24px; border-top: 1px solid rgba(255, 255, 255, .13); }
.contact-details a { display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: start; color: rgba(255, 255, 255, .78); font-size: 12px; line-height: 1.55; transition: color .2s ease, transform .2s ease; }
.contact-details a:first-child { grid-column: 1 / -1; }
.contact-details a:hover { color: var(--white); transform: translateX(3px); }
.contact-details svg { width: 32px; height: 32px; padding: 7px; color: #c6d0ee; border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; }
.contact-details strong { display: block; margin-bottom: 1px; color: var(--white); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.contact-form { padding: 43px; background: var(--white); color: var(--ink); box-shadow: 0 28px 80px rgba(0, 0, 0, .24); }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; color: #3b4351; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; color: var(--ink); background: #f7f8fa; border: 1px solid #e2e5eb; border-radius: 0; outline: none; padding: 13px 15px; font-size: 14px; font-weight: 400; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input, .contact-form select { height: 49px; }
.contact-form textarea { resize: vertical; min-height: 105px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41, 63, 134, .09); }
.contact-form .invalid { border-color: #bd3e50; box-shadow: 0 0 0 3px rgba(189, 62, 80, .08); }
.btn--wide { width: 100%; border: 0; }
.form-status { min-height: 24px; margin: 12px 0 -12px; color: var(--blue); font-size: 12px; line-height: 1.45; text-align: center; }
.form-status.error { color: #a52c3d; }

.site-footer { color: #c9ceda; background: #0b1229; }
.footer__top { padding: 78px 0 64px; display: grid; grid-template-columns: 1.25fr .75fr .9fr 1.1fr; gap: 70px; }
.footer__logo { width: 250px; aspect-ratio: 1763 / 588; margin: -16px 0 20px; padding: 8px; overflow: hidden; background: rgba(255, 255, 255, .95); }
.footer__logo img { width: 113.443%; max-width: none; height: auto; transform: translate(-3.85%, -33.85%); }
.footer__brand p { color: #7f889e; font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.footer__top h2 { margin-bottom: 20px; color: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer__top > div:not(.footer__brand) a, .footer__top > div:not(.footer__brand) span { display: block; margin: 8px 0; color: #8f98ac; font-size: 13px; transition: color .2s ease; }
.footer__top > div:not(.footer__brand) a:hover { color: var(--white); }
.footer__contacts a:first-of-type { line-height: 1.65; }
.footer__cta h2 { max-width: 240px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.35; letter-spacing: -.02em; text-transform: none; }
.footer__cta .text-link { display: inline-flex !important; color: #b9c5ec !important; }
.footer__bottom { padding: 21px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .08); color: #697288; font-size: 11px; }
.footer__bottom p { margin: 0; }
.footer__bottom a { transition: color .2s ease; }
.footer__bottom a:hover { color: var(--white); }
.footer__bottom a span { margin-left: 7px; color: #b9c5ec; font-size: 16px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .12s; }
.reveal--delay-2 { transition-delay: .22s; }
.reveal--delay-3 { transition-delay: .32s; }

@media (max-width: 1120px) {
  .main-nav { gap: 18px; }
  .brand { --logo-width: 195px; }
  .split { gap: 60px; }
  .cargo-panel { grid-template-columns: 1fr; gap: 28px; }
  .contact__grid { gap: 70px; }
  .footer__top { gap: 38px; }
}

@media (max-width: 960px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 0; padding: 125px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(255, 255, 255, .985); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s ease, visibility .3s ease, transform .3s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-link { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 700; }
  .nav-link::after { display: none; }
  .nav-cta { margin-top: 28px; min-height: 52px; padding-inline: 28px; }
  .hero { min-height: 760px; }
  .scroll-cue { display: none; }
  .intro__grid, .reasons__grid { gap: 55px; }
  .values-grid, .expertise-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .expertise-card:nth-child(2) { border-right: 1px solid var(--line); }
  .expertise-card:nth-child(-n+2) { border-bottom: 0; }
  .split { grid-template-columns: 1fr; gap: 65px; }
  .split--reverse .photo-card, .split--reverse .split__content { order: initial; }
  .photo-card { max-width: 740px; }
  .operations { min-height: auto; display: block; }
  .operations__image { position: relative; width: 100%; height: 500px; }
  .operations__image::after { background: linear-gradient(0deg, var(--blue-deep), transparent 50%); }
  .operations__content { margin-top: -90px; padding-top: 0; display: block; }
  .operations__heading, .operations__list { padding-left: 0; }
  .operations__heading { max-width: 720px; }
  .contact__grid { grid-template-columns: 1fr; }
  .contact__intro { max-width: 680px; }
  .footer__top { grid-template-columns: 1.2fr .8fr .8fr; }
  .footer__cta { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 74px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { --logo-width: 168px; }
  .hero { min-height: 710px; height: calc(100svh - 10px); margin-top: 72px; align-items: flex-start; padding-top: 86px; }
  .hero__media { background-position: 59% center; }
  .hero__overlay { background: linear-gradient(90deg, rgba(8, 16, 38, .94), rgba(12, 23, 52, .66)); }
  .hero__inner { padding-bottom: 155px; }
  h1 { font-size: clamp(42px, 10.5vw, 54px); }
  .hero__lead { font-size: 15px; line-height: 1.65; }
  .hero__actions { gap: 10px; }
  .btn { min-height: 50px; padding-inline: 19px; font-size: 12px; }
  .hero__proof { width: calc(100% - 32px); grid-template-columns: repeat(3, 1fr); }
  .hero__proof > div { min-height: 90px; padding: 14px 11px; text-align: center; }
  .hero__proof strong { font-size: 17px; }
  .hero__proof span { font-size: 8px; line-height: 1.35; }
  .intro__grid, .reasons__grid { grid-template-columns: 1fr; gap: 34px; }
  .intro__copy { padding-top: 0; }
  .values-grid { margin-top: 52px; grid-template-columns: 1fr; }
  .value-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .photo-card::before, .photo-card::after { display: none; }
  .photo-card__badge { right: -8px; bottom: 18px; min-width: 170px; }
  .route-tabs { grid-template-columns: 1fr; }
  .route-tabs div + div { border-left: 0; border-top: 1px solid var(--line); }
  .cargo-panel { width: 100%; margin-top: 68px; padding: 34px 24px; }
  .cargo-list { grid-template-columns: 1fr; }
  .expertise-grid { margin-top: 58px; grid-template-columns: 1fr; }
  .expertise-card, .expertise-card:nth-child(2), .expertise-card:last-child { min-height: 245px; border: 1px solid var(--line); border-bottom: 0; }
  .expertise-card:last-child { border-bottom: 1px solid var(--line); }
  .operations__image { height: 390px; }
  .operations__content { margin-top: -40px; padding-bottom: 76px; }
  .operations__list { grid-template-columns: 1fr; }
  .operations__list article, .operations__list article:nth-child(odd) { min-height: auto; padding: 22px 0; border-right: 0; }
  .promise-bar { grid-template-columns: 1fr; }
  .promise-bar > div { padding-inline: 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-bar > div:last-child { border-bottom: 0; }
  .contact { padding: 76px 0; }
  .contact__grid { gap: 45px; }
  .contact-form { padding: 28px 20px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details a:first-child { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 44px 28px; }
  .footer__brand, .footer__cta { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; gap: 14px; flex-direction: column; }
}

@media (max-width: 560px) {
  .hero__actions .btn { width: 100%; }
}

@media (max-width: 430px) {
  .hero { min-height: 750px; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__brand, .footer__cta { grid-column: auto; }
}

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