/* STRAUS EUROEXPRESS /novi — темна преміальна тема, текстура алькантари */
@font-face { font-family: 'Unbounded'; src: url('../fonts/unbounded-v12-cyrillic_latin-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Unbounded'; src: url('../fonts/unbounded-v12-cyrillic_latin-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Unbounded'; src: url('../fonts/unbounded-v12-cyrillic_latin-800.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-v20-cyrillic_latin-regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-v20-cyrillic_latin-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-v20-cyrillic_latin-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }

:root {
  --bg: #050505; --bg2: #0a0a0a; --line: #1c1c1c;
  --fg: #e9e9e9; --mut: #8a8a8a; --dim: #555;
  --accent: #ab4512; --accent-hi: #cd5a1f; --accent-txt: #d97b45;
  --disp: 'Unbounded', sans-serif; --text: 'Manrope', sans-serif;
  --pad: clamp(20px, 5vw, 72px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html.lenis { height: auto; }
/* скрол живе в #page, а не в документі: браузерний тулбар не колапсить → fixed-панелі нерухомі */
html, body { height: 100%; background: var(--bg); }
body { background: var(--bg); color: var(--fg); font-family: var(--text); font-size: 16px; line-height: 1.6; overflow: hidden; }
#page { height: 100%; overflow-y: auto; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, legend { font-family: var(--disp); font-weight: 600; line-height: 1.15; }
h2 { font-size: clamp(26px, 4vw, 46px); }
section, footer { scroll-margin-top: 84px; }

/* текстура алькантари (темний тайл, без blend-режимів — однаково в усіх браузерах) */
.linen { position: fixed; inset: 0; z-index: 90; pointer-events: none; background: url('../img/linen.png') repeat; background-size: 256px 256px; opacity: .16; }
/* фактура в панелях: темний тайл як фон під контентом */
.bform, .route-card, .numbers, .footer, .mmenu, .why__item { background-image: url('../img/linen.png'); background-size: 256px 256px; }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; font-family: var(--disp); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; border: 1px solid var(--fg); border-radius: 2px; transition: .3s; cursor: pointer; background: none; color: var(--fg); overflow: hidden; }
.btn--solid { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn--solid:hover { background: var(--accent-hi); box-shadow: 0 0 34px rgba(205,90,31,.4); }
.btn--ghost:hover { background: rgba(255,255,255,.08); }
/* шиммер по кнопках */
.btn--solid::after { content: ''; position: absolute; top: 0; left: -80%; width: 55%; height: 100%; background: linear-gradient(105deg, transparent, rgba(255,255,255,.55), transparent); transform: skewX(-20deg); transition: left .6s ease; }
.btn--solid:hover::after { left: 130%; }

/* прелоадер: локап + блиск */
.preloader { position: fixed; inset: 0; z-index: 100; background: #000; display: flex; align-items: center; justify-content: center; transition: opacity .7s, visibility .7s; }
.preloader.is-done { opacity: 0; visibility: hidden; }
.preloader__lockup { position: relative; width: min(72vw, 560px); overflow: hidden; opacity: 0; }
.preloader.is-armed .preloader__lockup { animation: prein 1.1s ease-out forwards; }
@keyframes prein { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
.preloader__lockup img { width: 100%; display: block; }
/* зірки: з'являються по одній */
.preloader__star { position: absolute; opacity: 0; transform: scale(.2); }
.preloader.is-armed .preloader__star { animation: starin .5s cubic-bezier(.34,1.56,.64,1) forwards; }
.preloader.is-armed .preloader__star:nth-child(2) { animation-delay: .85s; }
.preloader.is-armed .preloader__star:nth-child(3) { animation-delay: 1.05s; }
.preloader.is-armed .preloader__star:nth-child(4) { animation-delay: 1.25s; }
.preloader.is-armed .preloader__star:nth-child(5) { animation-delay: 1.45s; }
.preloader.is-armed .preloader__star:nth-child(6) { animation-delay: 1.65s; }
@keyframes starin { from { opacity: 0; transform: scale(.2); } 70% { opacity: 1; transform: scale(1.18); } to { opacity: 1; transform: scale(1); } }

/* шапка */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; gap: 26px; padding: 14px var(--pad); background: linear-gradient(#050505ee, #05050500); transition: background .4s, transform .45s ease; }
.header.is-scrolled { background: #050505f2; border-bottom: 1px solid var(--line); }
.header__brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.header__bird { width: 40px; height: 40px; filter: invert(1); }
.header__wordmark { height: 26px; width: auto; }
.header__nav { display: flex; gap: 22px; font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #cfcfcf; }
.header__nav a { position: relative; padding: 4px 0; }
.header__nav a::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: var(--accent-hi); transition: width .3s; }
.header__nav a:hover { color: var(--fg); }
.header__nav a:hover::after { width: 100%; }
.header__right { display: flex; align-items: center; gap: 16px; }
/* попап телефонів */
.phones { position: relative; }
.phones__btn { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--fg); cursor: pointer; transition: border-color .3s, color .3s; }
.phones__btn:hover { border-color: #3a3a3a; color: #fff; }
.phones.is-open .phones__btn { border-color: var(--fg); }
.phones__pop { position: absolute; top: calc(100% + 8px); right: 0; min-width: 265px; background: #0c0c0c; border: 1px solid var(--line); border-radius: 3px; padding: 14px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .25s; z-index: 60; }
.phones.is-open .phones__pop { opacity: 1; visibility: visible; transform: none; }
.phones__row { padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--line); }
.phones__num { display: block; font-family: var(--disp); font-size: 15px; letter-spacing: .04em; margin-bottom: 8px; }
.phones__acts { display: flex; gap: 6px; }
.phones__act { flex: 1; text-align: center; background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--mut); font: 11px var(--text); letter-spacing: .05em; padding: 8px 10px; cursor: pointer; transition: .25s; }
.phones__act:hover { color: var(--fg); border-color: #3a3a3a; }
.phones__act.is-copied { color: #000; background: var(--fg); border-color: var(--fg); }
.phones__vcard { display: block; text-align: center; font: 12px var(--disp); letter-spacing: .08em; color: var(--fg); border: 1px solid var(--fg); border-radius: 2px; padding: 11px; transition: .25s; }
.phones__vcard:hover { background: rgba(255,255,255,.09); }
.header__cta { padding: 10px 20px; font-size: 11px; }

/* мовний дропдаун */
.lang { position: relative; }
.lang__cur { display: flex; align-items: center; gap: 7px; background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--fg); font: 11px var(--disp); letter-spacing: .1em; padding: 9px 12px; cursor: pointer; transition: border-color .3s; }
.lang__cur:hover { border-color: #3a3a3a; }
.lang__cur i { width: 7px; height: 7px; border-right: 1px solid var(--mut); border-bottom: 1px solid var(--mut); transform: rotate(45deg) translateY(-2px); transition: transform .3s; }
.lang.is-open .lang__cur i { transform: rotate(-135deg) translateY(-2px); }
.lang__list { position: absolute; top: calc(100% + 8px); right: 0; min-width: 185px; list-style: none; background: #0c0c0c; border: 1px solid var(--line); border-radius: 3px; padding: 6px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .25s; z-index: 60; }
.lang.is-open .lang__list { opacity: 1; visibility: visible; transform: none; }
.lang__list button { display: block; width: 100%; text-align: left; background: none; border: none; color: var(--mut); font: 12px var(--text); letter-spacing: .04em; padding: 10px 12px; border-radius: 2px; cursor: pointer; }
.lang__list button:hover { background: rgba(255,255,255,.06); color: var(--fg); }
.lang__list button.is-active { color: var(--fg); background: rgba(255,255,255,.08); }

/* бургер + мобільне меню */
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: 2px; cursor: pointer; padding: 0 10px; }
.burger span { display: block; height: 1.5px; background: var(--fg); transition: .35s; }
.burger.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mmenu { position: fixed; inset: 0; z-index: 45; background: #050505f8; display: flex; flex-direction: column; justify-content: center; padding: 90px var(--pad) 40px; opacity: 0; visibility: hidden; transition: .4s; }
.mmenu.is-open { opacity: 1; visibility: visible; }
.mmenu__nav { display: flex; flex-direction: column; gap: 4px; }
.mmenu__nav a { font-family: var(--disp); font-size: clamp(22px, 6vw, 30px); font-weight: 600; padding: 10px 0; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(16px); transition: .4s; }
.mmenu.is-open .mmenu__nav a { opacity: 1; transform: none; }
.mmenu__foot { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mmenu__phone { font-family: var(--disp); font-size: 16px; }
.mmenu__langs { display: flex; gap: 4px; }
.mmenu__langs button { background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--mut); font: 12px var(--disp); padding: 8px 11px; cursor: pointer; }
.mmenu__langs button.is-active { color: var(--fg); border-color: var(--fg); }

/* хіро */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero__bg, .hero__slide { position: absolute; inset: -6% 0 0; }
.hero__slide { background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s ease; }
.hero__slide.is-active { opacity: 1; animation: kenburns 8s ease-in-out forwards; }
@keyframes kenburns { from { transform: scale(1.08) translate(1.5%, .8%); } to { transform: scale(1.0) translate(0, 0); } }
.hero__veil { position: absolute; inset: 0; background: radial-gradient(ellipse at center, #05050533 0%, #050505d9 78%, #050505 100%); }
.hero__content { position: relative; padding: 0 var(--pad); }
.hero__over { font-family: var(--disp); width: min(62vw, 496px); margin-left: auto; margin-right: auto; font-size: clamp(13px, 2vw, 20px); font-weight: 800; letter-spacing: .4em; white-space: nowrap; text-transform: uppercase; color: var(--accent-txt); margin-bottom: 22px; }
.hero__title { margin: 0 auto; }
.hero__title img { width: min(62vw, 496px); height: auto; margin: 0 auto; filter: drop-shadow(0 4px 30px rgba(0,0,0,.65)); }
/* таблички маршрутів у стилі сайту */
.hero__plates { display: flex; flex-direction: column; gap: 8px; align-items: stretch; width: min(62vw, 496px); margin: 26px auto 34px; }
.plate { display: inline-block; font-family: var(--disp); font-size: clamp(13px, 1.6vw, 18px); letter-spacing: .22em; color: #dfdfdf; padding: 12px 8px; text-align: center; border: 1px solid #6a6a6a; border-radius: 12px; box-shadow: inset 0 0 0 3px #050505, inset 0 0 0 4px #3a3a3a, 0 2px 14px rgba(0,0,0,.5); background: linear-gradient(180deg, #10101047, #06060647); -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px); white-space: nowrap; }
.hero__tag { font-family: var(--disp); font-size: clamp(10px, 1.2vw, 13px); letter-spacing: .5em; text-transform: uppercase; color: #bdbdbd; margin-top: 14px; }
/* пагінація слайдера */
.hero__pag { position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; }
.hero__pag button { position: relative; width: 52px; height: 3px; background: #ffffff2b; border: none; border-radius: 2px; cursor: pointer; overflow: hidden; padding: 0; }
.hero__pag button i { position: absolute; inset: 0; width: 0; background: var(--accent-hi); }
.hero__pag button.is-active i { animation: pagfill 8s linear forwards; }
@keyframes pagfill { from { width: 0; } to { width: 100%; } }
.hero__pagnum { font-family: var(--disp); font-size: 11px; letter-spacing: .3em; color: var(--mut); margin-left: 8px; white-space: nowrap; }
/* стрічка бейджів */
.hero__badges { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px solid #ffffff14; background: #05050580; overflow: hidden; backdrop-filter: blur(4px); }
.hero__badges-track { display: flex; gap: 0; width: max-content; animation: badges 30s linear infinite; }
.hero__badges-track span { display: inline-flex; align-items: center; gap: 12px; font-family: var(--disp); font-size: 10px; letter-spacing: .35em; text-transform: uppercase; color: #8a8a8a; padding: 12px 34px; white-space: nowrap; position: relative; }
.hero__badges-track svg { width: 21px; height: 21px; flex: none; color: #b5b5b5; }
.hero__badges-track span::after { content: '·'; position: absolute; right: -4px; color: #444; }
@keyframes badges { to { transform: translateX(-25%); } }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); width: 1px; height: 56px; background: var(--line); overflow: hidden; display: none; }
.hero__scroll span { position: absolute; top: -40%; left: 0; width: 100%; height: 40%; background: var(--fg); animation: scrollhint 2s ease-in-out infinite; }
@keyframes scrollhint { to { top: 110%; } }

/* маніфест */
.manifest { padding: clamp(90px, 14vw, 190px) var(--pad); max-width: 1150px; margin: 0 auto; }
.manifest__text { font-family: var(--disp); font-weight: 400; font-size: clamp(19px, 3.2vw, 38px); line-height: 1.5; }
.manifest__text .w { opacity: .13; transition: opacity .35s; }
.manifest__text .w.is-on { opacity: 1; }

/* секційні голови: маскований підйом рядків */
.section-head { padding: 0 var(--pad); margin-bottom: clamp(36px, 5vw, 64px); }
.section-head__over { font-family: var(--disp); font-size: 12px; letter-spacing: .45em; text-transform: uppercase; color: var(--accent-txt); margin-bottom: 14px; }
.section-head h2 { overflow: hidden; }
.section-head h2 .line { display: inline-block; }

/* рейси */
.routes { padding: clamp(50px, 8vw, 110px) 0; }
.routes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 var(--pad); }
.route-card { position: relative; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; background-color: var(--bg2); display: flex; flex-direction: column; transition: border-color .4s, transform .4s; }
.route-card:hover { border-color: #3a3a3a; transform: translateY(-6px); }
.route-card__photo { aspect-ratio: 3/2; height: auto; width: 100%; object-fit: cover; filter: grayscale(.35) brightness(.8); transition: filter .5s, transform .6s; }
.route-card:hover .route-card__photo { filter: grayscale(0) brightness(.95); transform: scale(1.05); }
.route-card__body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.route-card__num { font-family: var(--disp); color: var(--dim); font-size: 12px; letter-spacing: .3em; }
.route-card h3 { font-size: 21px; }
.route-card__sub { color: var(--mut); font-size: 14px; }
.route-card__meta { display: flex; gap: 18px; font-family: var(--disp); font-size: 16px; }
.route-card ul { list-style: none; color: var(--mut); font-size: 14px; flex: 1; }
.route-card ul li::before { content: '—'; margin-right: 9px; color: var(--dim); }
.route-card .btn { align-self: flex-start; padding: 11px 22px; font-size: 11px; }

/* досвід */
.exp { padding: clamp(50px, 8vw, 110px) 0; }
.exp__row { display: grid; max-width: 1150px; margin: 0 auto; grid-template-columns: minmax(280px, 460px) 1fr; gap: clamp(24px, 5vw, 80px); padding: 0 var(--pad); align-items: start; }
.exp__photo { position: sticky; top: 90px; border-radius: 4px; overflow: hidden; }
.exp__photo img { filter: brightness(.92); }
.exp__list { display: flex; flex-direction: column; }
.exp__item { padding: 30px 0; border-bottom: 1px solid var(--line); }
.exp__item:first-child { padding-top: 6px; }
.exp__item h3 { font-size: 19px; margin-bottom: 9px; }
.exp__item p { color: var(--mut); max-width: 520px; }

/* флот */
.fleet { padding: clamp(50px, 8vw, 110px) 0; }
.fleet__stage { position: relative; margin: 0 var(--pad); border-radius: 4px; overflow: hidden; aspect-ratio: 21/10; }
.fleet__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .8s ease; }
.fleet__img.is-active { opacity: 1; }
.fleet__switch { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; background: #050505c9; border: 1px solid var(--line); border-radius: 3px; padding: 5px; }
.fleet__switch button { background: none; border: none; color: var(--mut); font: 12px var(--disp); letter-spacing: .12em; text-transform: uppercase; padding: 9px 22px; border-radius: 2px; cursor: pointer; transition: .3s; }
.fleet__switch button.is-active { background: var(--accent); color: #fff; }
.fleet__specs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 26px var(--pad) 0; }
.fleet__specs b { display: block; font-family: var(--disp); font-size: 17px; margin-bottom: 4px; }
.fleet__specs span { color: var(--mut); font-size: 13px; }

/* цифри */
.numbers { border-block: 1px solid var(--line); background-color: var(--bg2); }
.numbers__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.numbers__item { padding: clamp(30px, 4vw, 56px) 20px; text-align: center; border-left: 1px solid var(--line); }
.numbers__item:first-child { border-left: none; }
.numbers__item b, .numbers__item i { font-family: var(--disp); font-weight: 600; font-size: clamp(28px, 4vw, 52px); font-style: normal; }
.numbers__item span { display: block; margin-top: 8px; color: var(--mut); font-size: 13px; letter-spacing: .06em; }

/* як це працює */
.how { padding: clamp(50px, 8vw, 110px) 0; }
.how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 var(--pad); counter-reset: step; }
.how__step { position: relative; border-top: 1px solid var(--line); padding: 26px 8px 0; }
.how__step b { font-family: var(--disp); font-size: clamp(34px, 5vw, 64px); color: transparent; -webkit-text-stroke: 1.5px var(--accent-hi); display: block; margin-bottom: 14px; }
.how__step h3 { font-size: 19px; margin-bottom: 10px; }
.how__step p { color: var(--mut); font-size: 15px; }

/* чому ми */
.why { padding: clamp(50px, 8vw, 110px) 0; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 var(--pad); }
.why__item { border: 1px solid var(--line); border-radius: 4px; background-color: var(--bg2); padding: 26px; transition: border-color .4s, transform .4s; }
.why__item:hover { border-color: #3a3a3a; transform: translateY(-4px); }
.why__ic { height: 38px; margin-bottom: 16px; display: flex; }
.why__ic svg { height: 38px; width: auto; color: var(--accent-txt); }
.why__item h3 { font-size: 17px; margin-bottom: 10px; }
.why__item p { color: var(--mut); font-size: 14px; }

/* галерея */
.gallery { padding: clamp(50px, 8vw, 110px) 0; }
.gallery__filters { display: flex; gap: 8px; flex-wrap: wrap; padding: 0 var(--pad); margin-bottom: 28px; }
.gallery__filters button { background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--mut); font: 12px var(--disp); letter-spacing: .12em; text-transform: uppercase; padding: 11px 22px; cursor: pointer; transition: .3s; }
.gallery__filters button:hover { border-color: #3a3a3a; color: var(--fg); }
.gallery__filters button.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 0 var(--pad); }
.gallery__item { position: relative; border-radius: 3px; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; border: 1px solid var(--line); background: var(--bg2); }
.gallery__item.is-tall { grid-row: span 2; aspect-ratio: auto; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.3) brightness(.85); transition: filter .5s, transform .6s; }
.gallery__item:hover img { filter: grayscale(0) brightness(1); transform: scale(1.05); }
.gallery__item::after { content: '+'; position: absolute; right: 12px; bottom: 8px; font-family: var(--disp); font-size: 20px; color: #ffffffcc; opacity: 0; transition: opacity .3s; }
.gallery__item:hover::after { opacity: 1; }
.gallery__item.is-hidden { display: none; }

/* лайтбокс */
.lightbox { position: fixed; inset: 0; z-index: 95; background: #050505f2; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .35s; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: min(92vw, 1400px); max-height: 86svh; object-fit: contain; border-radius: 3px; }
.lightbox__close { position: absolute; top: 18px; right: 22px; background: none; border: 1px solid var(--line); border-radius: 2px; color: var(--fg); font-size: 16px; width: 44px; height: 44px; cursor: pointer; z-index: 2; }
.lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: #0a0a0acc; border: 1px solid var(--line); border-radius: 2px; color: var(--fg); font-size: 30px; line-height: 1; width: 52px; height: 76px; cursor: pointer; z-index: 2; transition: background .3s; }
.lightbox__nav:hover { background: #1a1a1a; }
.lightbox__nav--prev { left: 16px; }
.lightbox__nav--next { right: 16px; }
.lightbox__count { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); font-family: var(--disp); font-size: 12px; letter-spacing: .3em; color: var(--mut); }

/* FAQ */
.faq { padding: clamp(50px, 8vw, 110px) 0; }
.faq__list { max-width: 860px; margin: 0 auto; padding: 0 var(--pad); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { list-style: none; cursor: pointer; font-family: var(--disp); font-size: clamp(15px, 2vw, 19px); padding: 22px 40px 22px 0; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 24px; color: var(--accent-txt); transition: transform .3s; }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item p { color: var(--mut); padding: 0 0 22px; max-width: 720px; }

/* бронювання */
.booking { padding: clamp(60px, 9vw, 130px) 0; }
.bform { max-width: 760px; margin: 0 auto; padding: clamp(24px, 4vw, 48px); border: 1px solid var(--line); border-radius: 6px; background-color: var(--bg2); margin-inline: max(var(--pad), calc((100% - 760px) / 2)); }
.bform__progress { height: 2px; background: var(--line); margin-bottom: 34px; }
.bform__progress i { display: block; height: 100%; width: 25%; background: var(--accent); transition: width .45s ease; }
.bform__step { display: none; border: none; }
.bform__step.is-active { display: block; animation: stepin .45s ease; }
@keyframes stepin { from { opacity: 0; transform: translateY(14px); } }
.bform__step legend { font-size: 20px; margin-bottom: 22px; }
.bform__routes { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.bform__routes input { position: absolute; opacity: 0; }
.bform__routes span { display: block; padding: 16px 18px; border: 1px solid var(--line); border-radius: 3px; font-family: var(--disp); font-size: 13px; letter-spacing: .04em; cursor: pointer; transition: .25s; }
.bform__routes input:checked + span { border-color: var(--accent-hi); background: rgba(171,69,18,.16); }
.bform__grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bform__field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.bform__field span { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--mut); }
.bform__field input, .bform__field textarea { background: var(--bg); border: 1px solid var(--line); border-radius: 3px; color: var(--fg); padding: 13px 14px; font: 16px var(--text); }
.bform__field input:focus, .bform__field textarea:focus { outline: none; border-color: #4a4a4a; }
.stepper { display: flex; align-items: center; border: 1px solid var(--line); border-radius: 3px; width: max-content; }
.stepper button { width: 46px; height: 46px; background: none; border: none; color: var(--fg); font-size: 20px; cursor: pointer; }
.stepper output { min-width: 46px; text-align: center; font-family: var(--disp); }
.bform__hint { color: var(--mut); font-size: 14px; margin-bottom: 18px; }
.seatmap__cabin { border: 1px solid var(--line); border-radius: 14px 14px 6px 6px; padding: 16px; max-width: 300px; margin: 0 auto; background: var(--bg); }
.seatmap__front { display: block; text-align: center; color: var(--dim); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; border-bottom: 1px dashed var(--line); padding-bottom: 10px; margin-bottom: 14px; }
.seatmap__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }
.seat { aspect-ratio: 1; border: 1px solid #333; border-radius: 8px 8px 3px 3px; background: var(--bg2); color: var(--mut); font-family: var(--disp); font-size: 14px; cursor: pointer; transition: .2s; }
.seat:hover { border-color: #5a5a5a; }
.seat.is-picked { background: var(--accent); color: #fff; border-color: var(--accent); }
.bform__privacy { font-size: 12px; color: var(--dim); }
.bform__nav { display: flex; gap: 12px; margin-top: 26px; }
.bform__promise { text-align: center; color: var(--mut); font-size: 13px; margin-top: 16px; letter-spacing: .08em; }
.bform__done { display: none; text-align: center; padding: 30px 0 6px; }
.bform__done b { display: block; font-family: var(--disp); font-size: 22px; margin-bottom: 8px; }
.bform__done span { color: var(--mut); }
.bform.is-done .bform__step, .bform.is-done .bform__nav, .bform.is-done .bform__promise, .bform.is-done .bform__progress { display: none; }
.bform.is-done .bform__done { display: block; }

/* CTA-стрічка */
.ctaband { text-align: center; padding: clamp(70px, 10vw, 150px) var(--pad); border-top: 1px solid var(--line); }
.ctaband h2 { font-size: clamp(24px, 4.4vw, 52px); margin-bottom: 12px; }
.ctaband p { color: var(--mut); margin-bottom: 30px; font-size: 17px; }
.ctaband__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* футер */
.footer { border-top: 1px solid var(--line); background-color: var(--bg2); padding: clamp(44px, 6vw, 80px) var(--pad) 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 44px; align-items: start; }
.footer__lockup { max-width: 300px; filter: invert(1); }
.footer__col h4 { font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--mut); margin-bottom: 14px; }
.footer__col a, .footer__col p { display: block; color: #cfcfcf; margin-bottom: 7px; font-size: 15px; }
.footer__col a:hover { color: #fff; }
.footer__msgs { display: flex; gap: 10px; margin-top: 12px; }
.socials { display: flex; gap: 8px; margin: 6px 0 10px; }
.socials a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 3px; color: var(--mut); transition: color .25s, border-color .25s; }
.socials a svg { width: 20px; height: 20px; }
.socials a:hover { color: var(--accent-txt); border-color: #3a3a3a; }
.socials--pop { margin: 12px 0 0; justify-content: space-between; }
.socials--pop a { width: 36px; height: 36px; }
.footer__copy { color: var(--dim); font-size: 12px; border-top: 1px solid var(--line); padding-top: 22px; }

/* мобільна панель */
.mbar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; gap: 10px; padding: 10px max(14px, env(safe-area-inset-left)) calc(10px + env(safe-area-inset-bottom)); background: #050505f5; border-top: 1px solid var(--line); }
.mbar a { flex: 1; text-align: center; padding: 13px 8px; font-family: var(--disp); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.mbar__call { border: 1px solid var(--line); border-radius: 2px; }

/* хелпери анімацій */
.reveal { opacity: 0; transform: translateY(28px); }
.clipimg { clip-path: inset(100% 0 0 0); }

/* адаптив */
@media (max-width: 480px) { .phones__pop { position: fixed; top: 66px; left: 12px; right: 12px; min-width: 0; } }
@media (max-width: 1060px) {
  .header__nav { display: none; }
  .header__cta { display: none; }
  .burger { display: flex; }
  .routes__grid, .how__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .why__grid { grid-template-columns: 1fr 1fr; }
  .fleet__stage { aspect-ratio: 16/10; }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .header { gap: 12px; padding: 12px 16px; }
  .plate { font-size: clamp(10.5px, 3vw, 13px); letter-spacing: .15em; padding: 11px 4px; }
  .hero__over { font-size: 13px; letter-spacing: .2em; }
  .mbar { display: flex; }
  main { padding-bottom: 74px; }
  .mmenu { padding-bottom: 100px; }
  .exp__row { grid-template-columns: 1fr; }
  .exp__photo { position: static; max-height: 380px; }
  .exp__photo img { object-fit: cover; width: 100%; max-height: 380px; }
  .numbers__grid { grid-template-columns: 1fr 1fr; }
  .numbers__item:nth-child(3) { border-left: none; }
  .numbers__item { border-top: 1px solid var(--line); }
  .numbers__item:nth-child(-n+2) { border-top: none; }
  .why__grid { grid-template-columns: 1fr; }
  .bform__grid2 { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; gap: 26px; }
  .fleet__stage { aspect-ratio: 4/3; margin: 0 16px; }
  .fleet__specs { grid-template-columns: 1fr 1fr; }
  .gallery__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .lightbox__nav { width: 42px; height: 60px; font-size: 24px; }
  .route-card__photo { aspect-ratio: 3/2; height: auto; }
  .hero__title { letter-spacing: .05em; }
}
/* телефон у landscape: лічильник слайдера не наїжджає на плашки */
@media (orientation: landscape) and (max-height: 540px) {
  .hero { padding: 62px 0 50px; }
  .hero__over { font-size: 12.5px; letter-spacing: .18em; width: min(32vw, 260px); margin-bottom: 5px; }
  .hero__title img { width: min(32vw, 260px); }
  .hero__plates { margin: 11px auto 0; gap: 6px; width: min(32vw, 260px); }
  .plate { padding: 7px 4px; font-size: 10px; letter-spacing: .14em; }
  .hero__cta { padding: 10px 22px; font-size: 11px; }
  .hero__plates { margin-bottom: 14px; }
  .header__cta { display: inline-flex; padding: 8px 16px; font-size: 10px; }
  .hero__pag { bottom: 46px; left: auto; right: 18px; transform: none; gap: 7px; }
  .hero__pag button { width: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide.is-active { animation: none; }
  .reveal { opacity: 1; transform: none; }
  .clipimg { clip-path: none; }
}
