/* Kaya Vip Transfer — дорожная премиальная эстетика: асфальт-тёмный + янтарь + белый,
   темп «дороги». Cormorant + Manrope. */
:root {
  --asphalt: #12151a;
  --asphalt2: #1a1e25;
  --paper: #f5f2ec;
  --amber: #d99a3d;
  --amber2: #efb45c;
  --txt: #e8e4da;
  --txt-m: #9aa0a8;
  --line: rgba(217,154,61,.3);
  --line-d: rgba(232,228,218,.12);
  --r: 12px;
  --ff-d: "Cormorant Garamond", Georgia, serif;
  --ff-t: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--ff-t); font-size: 16px; line-height: 1.6; background: var(--asphalt); color: var(--txt); -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1140px, 92vw); margin: 0 auto; }
::selection { background: var(--amber); color: var(--asphalt); }

.h2 { font-family: var(--ff-d); font-weight: 500; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; color: var(--paper); }
.lead { color: var(--txt-m); font-size: 16px; max-width: 520px; }

.topbar { background: var(--asphalt2); border-bottom: 1px solid var(--line-d); font-size: 12px; }
.topbar__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.topbar__lic { color: var(--txt-m); letter-spacing: .06em; }
.topbar__tel { font-weight: 700; color: var(--amber2); white-space: nowrap; }
.lang { display: flex; gap: 2px; }
.lang__btn { padding: 4px 9px; font-size: 11px; font-weight: 800; color: var(--txt-m); background: none; border: none; cursor: pointer; border-radius: 5px; }
.lang__btn.is-active { color: var(--amber2); background: rgba(217,154,61,.14); }

.nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(24px, 4vw); background: rgba(18,21,26,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-d); }
.nav__logo { height: 38px; width: auto; }
.nav__links { display: flex; gap: 24px; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.nav__links a { color: var(--txt-m); }
.nav__links a:hover { color: var(--paper); }
.nav__right { display: flex; align-items: center; gap: 14px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; font-family: var(--ff-t); font-size: 12.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; border-radius: 999px; background: linear-gradient(160deg, var(--amber2), var(--amber)); color: #20180a; border: none; cursor: pointer; transition: transform .25s var(--ease); white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn--ghost { background: none; border: 1px solid rgba(255,255,255,.35); color: #fff; }
.btn--ghost:hover { border-color: #fff; transform: none; }
.btn--small { padding: 9px 18px; font-size: 11.5px; }
.btn--full { width: 100%; }

.nav__burger { display: none; width: 42px; height: 42px; background: none; border: 1px solid var(--line-d); border-radius: 9px; cursor: pointer; position: relative; }
.nav__burger span { position: absolute; left: 11px; right: 11px; height: 1.6px; background: var(--txt); transition: transform .3s var(--ease), opacity .3s, top .3s; }
.nav__burger span:nth-child(1) { top: 15px; }
.nav__burger span:nth-child(2) { top: 20px; }
.nav__burger span:nth-child(3) { top: 25px; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.nav__mobile { position: fixed; inset: 0; z-index: 99; background: var(--asphalt); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; opacity: 0; pointer-events: none; transition: opacity .3s; }
.nav__mobile.is-open { opacity: 1; pointer-events: auto; }
.nav__mobile a { font-family: var(--ff-d); font-size: 27px; color: var(--paper); }

/* hero */
.hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,21,26,.88) 0%, rgba(18,21,26,.5) 42%, rgba(18,21,26,.05) 72%), linear-gradient(180deg, rgba(18,21,26,.3) 0%, transparent 30%, rgba(18,21,26,.45) 100%); }
.hero__inner { padding: 120px 0 60px; }
.hero__lic { font-size: 11.5px; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; color: var(--amber2); margin-bottom: 14px; }
.hero__title { font-family: var(--ff-d); font-weight: 500; font-size: clamp(48px, 7vw, 84px); line-height: .98; color: var(--paper); margin-bottom: 16px; }
.hero__title span { color: var(--amber2); }
.hero__lead { color: rgba(232,228,218,.85); font-size: 17px; max-width: 470px; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hero__chips span { font-size: 12px; font-weight: 700; color: var(--txt); border: 1px solid rgba(217,154,61,.4); border-radius: 999px; padding: 6px 14px; background: rgba(18,21,26,.4); backdrop-filter: blur(4px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* routes: строка-таблица, не карточки */
.routes { padding: 84px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.sec-head .lead { margin-top: 12px; }
.routes__table { border-top: 1px solid var(--line-d); }
.route { display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: baseline; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line-d); }
.route:hover .route__price { color: var(--amber2); }
.route__from { color: var(--txt-m); font-size: 14px; }
.route__to { font-family: var(--ff-d); font-size: 24px; color: var(--paper); }
.route__arrow { width: 40px; height: 1px; background: linear-gradient(90deg, var(--line-d), var(--amber)); align-self: center; }
.route__price { font-family: var(--ff-d); font-size: 24px; color: var(--amber); white-space: nowrap; font-variant-numeric: tabular-nums; }
.routes__note { margin-top: 18px; color: var(--txt-m); font-size: 13.5px; }

/* why: лента */
.why { padding: 64px 0; background: var(--asphalt2); border-block: 1px solid var(--line-d); }
.why__list { display: flex; flex-wrap: wrap; gap: 0; }
.why__item { display: flex; flex-direction: column; gap: 5px; padding: 6px 28px; border-left: 1px solid var(--line-d); flex: 1 1 220px; }
.why__item:first-child { border-left: none; padding-left: 0; }
.why__item b { font-family: var(--ff-d); font-size: 21px; font-weight: 600; color: var(--amber2); }
.why__item span { font-size: 13px; color: var(--txt-m); }

/* fleet */
.fleet { padding: 84px 0; }
.fleet__grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-auto-rows: 230px; gap: 12px; }
.fleet__ph { overflow: hidden; border-radius: 10px; }
.fleet__ph img { width: 100%; height: 100%; object-fit: cover; }
.fleet__ph:nth-child(3) { grid-column: span 1; }
.fleet__ph:nth-child(4) { grid-column: span 1; }

/* reviews: каскад */
.reviews { padding: 64px 0 84px; background: var(--asphalt2); border-block: 1px solid var(--line-d); }
.rev__grid { display: grid; grid-template-columns: 7fr 5fr; gap: 14px; }
.rev { border: 1px solid var(--line-d); border-radius: var(--r); padding: 24px; background: var(--asphalt); display: flex; flex-direction: column; gap: 10px; }
.rev--wide { grid-column: 1 / -1; max-width: 680px; }
.rev p { color: var(--txt); font-size: 14.5px; flex: 1; }
.rev cite { font-style: normal; color: var(--txt-m); font-size: 12.5px; letter-spacing: .06em; }

/* booking */
.booking { padding: 84px 0; }
.booking__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 70px); align-items: start; }
.booking__contacts { margin-top: 24px; display: flex; flex-direction: column; gap: 8px; }
.booking__contacts a { font-family: var(--ff-d); font-size: clamp(22px, 3vw, 30px); color: var(--amber2); }
.booking__contacts a:hover { color: var(--paper); }

.form { display: flex; flex-direction: column; gap: 12px; background: var(--asphalt2); border: 1px solid var(--line-d); border-radius: var(--r); padding: clamp(22px, 3vw, 32px); }
.form__row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; }
.form label { display: flex; flex-direction: column; gap: 6px; font-size: 11.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-m); }
.form input, .form select { font-family: var(--ff-t); font-size: 15px; color: var(--txt); background: var(--asphalt); border: 1px solid var(--line-d); border-radius: 8px; padding: 12px 14px; outline: none; transition: border-color .2s; }
.form input:focus, .form select:focus { border-color: var(--amber); }
.form input[type="date"] { color-scheme: dark; }
.form__hint { font-size: 12px; color: var(--txt-m); }
.form__done { padding: 11px 14px; border-radius: 8px; border: 1px solid var(--line); background: rgba(217,154,61,.12); color: var(--amber2); font-size: 13px; }

/* footer */
.footer { border-top: 1px solid var(--line-d); padding: 22px 0; }
.footer__row { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: 13px; color: var(--txt-m); }
.footer__brand { font-family: var(--ff-d); font-size: 20px; font-weight: 600; color: var(--paper); }
.footer__tel { font-weight: 700; color: var(--amber2); }

@media (max-width: 1000px) {
  .nav__links, .nav__right .btn { display: none; }
  .nav__burger { display: block; }
  .hero { min-height: 72svh; }
  .fleet__grid { grid-template-columns: 1fr 1fr; }
  .rev__grid { grid-template-columns: 1fr; }
  .rev--wide { grid-column: span 1; max-width: none; }
  .booking__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 15px; }
  .topbar__lic { display: none; }
  .hero { min-height: 0; padding-top: 30px; }
  .hero__inner { padding: 80px 0 44px; }
  .hero__title { font-size: clamp(40px, 12vw, 54px); }
  .route { grid-template-columns: 1fr auto; grid-template-areas: "to price" "from from"; row-gap: 4px; }
  .route__to { grid-area: to; } .route__price { grid-area: price; } .route__from { grid-area: from; }
  .route__arrow { display: none; }
  .why__list { flex-direction: column; gap: 14px; }
  .why__item { border-left: none; padding: 0; }
  .fleet__grid { grid-template-columns: 1fr; grid-auto-rows: 190px; }
  .booking__contacts a { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
