@import url("fonts.css");

:root {
  --bg: #080611;
  --bg-soft: #120d20;
  --panel: #181229;
  --paper: #f4f0e8;
  --white: #fffdf8;
  --text: #dcd7e7;
  --muted: #9b94aa;
  --coral: #ff4a2b;
  --teal: #22e0d2;
  --lime: #c8ff4d;
  --line: rgba(255, 255, 255, .11);
  --line-strong: rgba(255, 255, 255, .21);
  --display: "Unbounded", system-ui, sans-serif;
  --body: "Onest", system-ui, sans-serif;
  --wrap: min(1180px, calc(100% - 40px));
  --radius: 14px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--bg); color: var(--white); font-family: var(--body); line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: var(--white); color: var(--bg); padding: 10px 14px; border-radius: 6px; }
.skip:focus { transform: none; }

.header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.header.scrolled { background: rgba(8, 6, 17, .94); border-color: var(--line); backdrop-filter: blur(16px); }
.header__in { height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand__mark { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(255, 74, 43, .55); color: var(--coral); box-shadow: 0 0 26px rgba(255, 74, 43, .22); }
.brand__mark svg { width: 26px; }
.brand b { display: block; font: 800 14px/1.2 var(--display); text-transform: uppercase; letter-spacing: 0; }
.brand b em { color: var(--coral); font-style: normal; text-shadow: 0 0 16px rgba(255, 74, 43, .7); }
.brand small { color: var(--muted); font-size: 11px; }
.nav { display: flex; align-items: center; gap: 24px; }
.nav a { text-decoration: none; color: var(--text); font: 600 12px var(--display); text-transform: uppercase; transition: color .2s; }
.nav a:hover, .nav a:focus-visible { color: var(--teal); }
.header__call { color: var(--white); text-decoration: none; font-weight: 750; white-space: nowrap; }
.burger { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-strong); background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.burger svg { width: 22px; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border-radius: 999px; border: 1px solid var(--line-strong); text-decoration: none; font: 650 12px var(--display); text-transform: uppercase; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.btn:hover { transform: translateY(-3px); }
.btn--primary { border: 0; color: #fff; background: linear-gradient(125deg, #ff4a2b, #ff765b); box-shadow: 0 0 30px rgba(255, 74, 43, .34); }
.btn--primary:hover { box-shadow: 0 0 42px rgba(255, 74, 43, .6); }
.btn--ghost:hover { border-color: var(--teal); color: var(--teal); }

.hero { min-height: 760px; height: 100svh; position: relative; display: grid; align-items: center; isolation: isolate; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 110%; object-fit: cover; object-position: center; animation: heroZoom 10s var(--ease) both; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 6, 17, .98) 0%, rgba(8, 6, 17, .82) 42%, rgba(8, 6, 17, .32) 78%, rgba(8, 6, 17, .62) 100%), linear-gradient(0deg, var(--bg), transparent 30%); }
.hero__content { padding-top: 105px; max-width: 780px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: var(--teal); font: 650 11px var(--display); text-transform: uppercase; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--teal); box-shadow: 0 0 12px var(--teal); }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; margin: 0; text-wrap: balance; }
.hero h1 { max-width: 13ch; margin-top: 24px; font-size: clamp(44px, 6.4vw, 86px); line-height: 1.02; text-transform: uppercase; }
.hero h1 span, .accent { color: var(--coral); }
.hero__lead { max-width: 620px; margin: 24px 0 0; color: var(--text); font-size: clamp(17px, 1.7vw, 21px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.hero__facts div { min-width: 145px; padding: 15px 18px; border: 1px solid var(--line); background: rgba(24, 18, 41, .66); backdrop-filter: blur(14px); border-radius: 10px; }
.hero__facts b { display: block; font: 750 20px var(--display); color: var(--white); }
.hero__facts span { color: var(--muted); font-size: 12px; }

section { padding: clamp(72px, 9vw, 126px) 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 480px); gap: 40px; align-items: end; margin-bottom: 48px; }
.section-head h2 { margin-top: 16px; font-size: clamp(30px, 4.2vw, 56px); line-height: 1.08; text-transform: uppercase; }
.section-head > p { margin: 0; color: var(--muted); font-size: 17px; }
.ticker { border-block: 1px solid var(--line); padding: 17px 0; overflow: hidden; color: var(--muted); font: 600 11px var(--display); text-transform: uppercase; }
.ticker__line { width: max-content; display: flex; gap: 44px; animation: ticker 28s linear infinite; }
.ticker span::before { content: "•"; color: var(--coral); margin-right: 44px; }

.services { background: radial-gradient(circle at 80% 15%, rgba(34, 224, 210, .08), transparent 28%); }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.price { position: relative; padding: clamp(28px, 4vw, 48px); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .25s, transform .25s var(--ease); }
.price:hover { transform: translateY(-5px); border-color: rgba(255, 74, 43, .52); }
.price--teal:hover { border-color: rgba(34, 224, 210, .55); }
.price__num { font: 800 clamp(48px, 7vw, 86px)/1 var(--display); color: var(--coral); }
.price--teal .price__num { color: var(--teal); }
.price__num small { font-size: 15px; color: var(--muted); }
.price h3 { margin-top: 22px; text-transform: uppercase; font-size: 21px; }
.price ul { padding: 0; margin: 20px 0 28px; list-style: none; color: var(--text); }
.price li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.price li::before { content: "✓"; color: var(--lime); margin-right: 9px; }

.photo-band { min-height: 650px; position: relative; display: grid; align-items: end; overflow: hidden; }
.photo-band > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 6, 17, .98), rgba(8, 6, 17, .1) 70%); }
.photo-band__in { position: relative; z-index: 1; padding-bottom: 62px; }
.photo-band h2 { max-width: 900px; font-size: clamp(34px, 5vw, 66px); text-transform: uppercase; }

.advantages { background: var(--paper); color: #16121c; }
.advantages .eyebrow { color: #b62c17; }
.advantages .eyebrow::before { background: #b62c17; }
.advantages .section-head > p { color: #6f6875; }
.adv-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(22, 18, 28, .2); }
.adv { padding: 34px 28px 32px 0; border-bottom: 1px solid rgba(22, 18, 28, .2); }
.adv:nth-child(3n + 2), .adv:nth-child(3n + 3) { padding-left: 28px; border-left: 1px solid rgba(22, 18, 28, .2); }
.adv__icon { width: 42px; height: 42px; color: #b62c17; }
.adv h3 { margin-top: 22px; font-size: 17px; text-transform: uppercase; }
.adv p { margin: 10px 0 0; color: #6f6875; }

.route-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 16px; }
.route-copy, .mapbox { border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.route-copy { padding: clamp(28px, 4vw, 48px); }
.route-copy h3 { font-size: clamp(25px, 3vw, 38px); text-transform: uppercase; }
.route-copy p { color: var(--muted); }
.route-copy ol { padding-left: 1.2em; color: var(--text); }
.route-copy li { margin: 12px 0; padding-left: 8px; }
.mapbox { min-height: 500px; overflow: hidden; }
.mapbox iframe { width: 100%; height: 100%; min-height: 500px; border: 0; filter: grayscale(.45) contrast(1.05); }

.booking { background: radial-gradient(circle at 18% 30%, rgba(255, 74, 43, .13), transparent 31%); }
.booking-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.booking h2 { margin-top: 18px; font-size: clamp(32px, 4.7vw, 60px); text-transform: uppercase; }
.booking__note { color: var(--muted); }
.contact-line { display: block; margin-top: 24px; text-decoration: none; font: 750 clamp(21px, 3vw, 34px) var(--display); }
.form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field { display: grid; gap: 7px; }
.field--wide { grid-column: 1 / -1; }
.field span { color: var(--muted); font-size: 12px; }
.field input, .field select, .field textarea { min-width: 0; width: 100%; color: var(--white); background: rgba(24, 18, 41, .82); border: 1px solid var(--line-strong); border-radius: 9px; padding: 15px 16px; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(34, 224, 210, .12); }
.field textarea { min-height: 105px; resize: vertical; }
.form .btn { grid-column: 1 / -1; justify-self: start; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: var(--teal); }
.form-status.is-success { position: relative; padding: 19px 22px 19px 56px; border: 1px solid rgba(200, 255, 77, .65); border-radius: 10px; background: linear-gradient(120deg, #22e0d2, #c8ff4d); color: #071713; box-shadow: 0 0 34px rgba(34, 224, 210, .32); font-weight: 800; font-size: 15px; animation: successPop .45s var(--ease) both; }
.form-status.is-success::before { content: "✓"; position: absolute; left: 20px; top: 50%; translate: 0 -50%; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #071713; color: var(--lime); font-size: 15px; }
.form-status.is-error { padding: 16px 18px; border: 1px solid rgba(255, 74, 43, .55); border-radius: 10px; background: rgba(255, 74, 43, .12); color: #ffb0a2; font-weight: 700; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; }
.form-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--teal); flex: 0 0 auto; }
.form .btn[disabled] { opacity: .58; cursor: wait; transform: none; }

.faq { background: var(--paper); color: #16121c; }
.faq-list { max-width: 920px; margin-left: auto; }
.faq details { border-top: 1px solid rgba(22, 18, 28, .22); }
.faq details:last-child { border-bottom: 1px solid rgba(22, 18, 28, .22); }
.faq summary { cursor: pointer; list-style: none; padding: 24px 48px 24px 0; font: 650 16px var(--display); position: relative; }
.faq summary::after { content: "+"; position: absolute; right: 6px; font-size: 26px; top: 17px; color: #b62c17; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; padding: 0 0 24px; margin: 0; color: #6f6875; }

.articles { background: #0d0917; }
.article-list { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.article-card { min-height: 280px; padding: 26px 20px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; display: flex; flex-direction: column; transition: background .25s; }
.article-card:first-child { border-left: 1px solid var(--line); }
.article-card:hover { background: var(--panel); }
.article-card span { color: var(--teal); font: 650 10px var(--display); text-transform: uppercase; }
.article-card h3 { margin-top: auto; font-size: 16px; line-height: 1.4; }
.article-card i { margin-top: 16px; color: var(--coral); font-style: normal; }

.footer { padding: 62px 0 24px; border-top: 1px solid var(--line); }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.footer h3 { font-size: 13px; text-transform: uppercase; margin-bottom: 16px; }
.footer p, .footer a { color: var(--muted); }
.footer a:hover { color: var(--teal); }
.footer__links { display: grid; gap: 9px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

.article-hero { padding: 170px 0 76px; background: radial-gradient(circle at 80% 20%, rgba(255, 74, 43, .12), transparent 34%); border-bottom: 1px solid var(--line); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--teal); }
.article-hero h1 { max-width: 1050px; margin-top: 28px; font-size: clamp(34px, 5vw, 66px); line-height: 1.08; text-transform: uppercase; }
.article-hero p { max-width: 760px; color: var(--text); font-size: 19px; margin-top: 24px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 80px; align-items: start; }
.article-body { color: var(--text); font-size: 17px; }
.article-body h2 { color: var(--white); margin: 54px 0 18px; font-size: clamp(24px, 3vw, 36px); line-height: 1.22; }
.article-body h3 { color: var(--white); margin: 34px 0 14px; font-size: 19px; }
.article-body ul, .article-body ol { padding-left: 1.2em; }
.article-body li { margin: 9px 0; }
.article-body a { color: var(--teal); }
.article-callout { margin: 36px 0; padding: 24px; border-left: 3px solid var(--coral); background: var(--panel); }
.article-aside { position: sticky; top: 116px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.article-aside b { display: block; font: 700 18px var(--display); }
.article-aside p { color: var(--muted); font-size: 14px; }
.article-aside .btn { width: 100%; margin-top: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes successPop { from { opacity: 0; transform: translateY(9px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .header__call { display: none; }
  .burger { display: inline-flex; }
  .nav { position: fixed; inset: 88px 0 0; background: var(--bg); display: grid; align-content: center; justify-items: center; gap: 28px; transform: translateX(100%); transition: transform .35s var(--ease); }
  .nav.open { transform: none; }
  .nav a { font-size: 17px; }
  .section-head, .booking-grid, .route-grid, .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .article-list { grid-template-columns: repeat(2, 1fr); }
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
  .adv:nth-child(n) { padding: 28px; border-left: 0; border-right: 1px solid rgba(22, 18, 28, .2); }
  .adv:nth-child(2n) { border-right: 0; }
}

@media (max-width: 680px) {
  :root { --wrap: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 68px; }
  .header__in { height: 66px; }
  .nav { inset-block-start: 66px; }
  .brand__mark { width: 40px; height: 40px; }
  .brand small { display: none; }
  .hero { min-height: 680px; height: auto; }
  .hero__content { padding: 120px 0 72px; }
  .hero h1 { font-size: clamp(35px, 11vw, 54px); }
  .hero__media::after { background: linear-gradient(90deg, rgba(8, 6, 17, .96), rgba(8, 6, 17, .55)), linear-gradient(0deg, var(--bg), transparent 35%); }
  .hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
  .price-grid, .form, .adv-grid, .article-list, .footer__grid { grid-template-columns: 1fr; }
  .adv:nth-child(n), .article-card { border-right: 0; border-left: 0; padding-inline: 0; }
  .section-head { gap: 20px; }
  .mapbox, .mapbox iframe { min-height: 380px; }
  .field--wide, .form .btn, .form-status { grid-column: auto; }
  .form .btn { width: 100%; }
  .footer__bottom { flex-direction: column; }
  .article-hero { padding-top: 120px; }
  .article-body { font-size: 16px; }
}

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