/* ==========================================================================
   Морские круизы — дизайн-система «Глубокая лазурь + золото».
   Шрифты: Manrope (заголовки) + Nunito Sans (текст), самохостинг.
   ========================================================================== */

:root{
  --bg:#eef3f8; --surface:#fff; --surface-2:#f6f9fc;
  --ink:#0e2033; --muted:#5b6b7c; --line:#dce5ee;
  --navy-d:#071a30; --navy:#0f3357; --navy-2:#12406e;
  --azure:#1c74cf; --azure-l:#3f97e6; --aqua:#7fc9e6;
  --gold:#e0a838; --gold-d:#b6822a; --gold-l:#f3c664;
  --ok:#188a5b;
  --radius:16px; --radius-s:11px;
  --shadow:0 6px 24px rgba(12,40,72,.09);
  --shadow-lg:0 16px 44px rgba(9,30,58,.16);
  --wrap:1200px;
  --f-head:'Manrope',system-ui,sans-serif;
  --f-body:'Nunito Sans',system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--f-body);color:var(--ink);background:var(--bg);
  font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:var(--f-head);line-height:1.18;color:var(--ink);margin:0 0 .5em;font-weight:800;letter-spacing:-.02em}
h1{font-size:clamp(1.9rem,4vw,3rem)}
h2{font-size:clamp(1.4rem,2.6vw,2.05rem)}
h3{font-size:1.18rem}
p{margin:0 0 1em}
a{color:var(--azure);text-decoration:none}
a:hover{color:var(--navy-2)}
img{max-width:100%;display:block}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-999px}
.skip:focus{left:12px;top:12px;background:#fff;padding:8px 14px;border-radius:8px;z-index:99}
section{padding:52px 0}
section.alt{background:var(--surface-2);border-block:1px solid var(--line)}
.muted{color:var(--muted)}
.note{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-s);padding:16px 18px;color:var(--muted)}

/* ---------- Кнопки ---------- */
.btn,.book-btn,.nav-cta{
  display:inline-flex;align-items:center;justify-content:center;gap:.4em;
  font-family:var(--f-head);font-weight:700;cursor:pointer;border:0;
  border-radius:999px;text-align:center;transition:.18s transform,.18s box-shadow,.18s background;
}
.btn{background:linear-gradient(135deg,var(--gold),var(--gold-d));color:#3a2905;padding:13px 26px;font-size:1.02rem;box-shadow:0 6px 18px rgba(200,140,30,.32)}
.btn:hover{color:#3a2905;transform:translateY(-1px);box-shadow:0 10px 26px rgba(200,140,30,.42)}
.book-btn{background:var(--azure);color:#fff;padding:10px 18px;font-size:.95rem;white-space:nowrap}
.book-btn:hover{background:var(--navy-2);color:#fff;transform:translateY(-1px)}
.nav-cta{background:var(--gold);color:#3a2905;padding:9px 20px}
.nav-cta:hover{background:var(--gold-l);color:#3a2905}
.btn-ghost{display:inline-flex;align-items:center;gap:.4em;font-family:var(--f-head);font-weight:700;border:1.5px solid var(--line);background:var(--surface);color:var(--navy-2);padding:11px 22px;border-radius:999px}
.btn-ghost:hover{border-color:var(--azure);color:var(--azure)}

/* ---------- Шапка ---------- */
header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;gap:18px;min-height:66px}
.brand{display:flex;align-items:center;gap:10px;color:var(--navy);font-family:var(--f-head)}
.brand-i{color:var(--azure);flex:none}
.brand-t{font-size:1.28rem;font-weight:600;letter-spacing:-.01em;color:var(--navy)}
.brand-t b{font-weight:800}
.menu{margin-left:auto;display:flex;align-items:center;gap:6px}
.menu a{color:var(--ink);font-family:var(--f-head);font-weight:600;font-size:.98rem;padding:8px 13px;border-radius:9px}
.menu a:hover{background:var(--surface-2);color:var(--navy-2)}
.menu a.active{color:var(--azure)}
.burger{display:none;margin-left:auto;background:none;border:0;font-size:1.7rem;color:var(--navy);cursor:pointer;line-height:1}

/* ---------- Герой ---------- */
.hero{position:relative;background:linear-gradient(150deg,var(--navy-d),var(--navy) 55%,var(--navy-2));color:#eaf3fb;padding:64px 0 96px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 90% at 85% -10%,rgba(126,201,230,.28),transparent 60%),radial-gradient(90% 80% at 5% 110%,rgba(224,168,56,.16),transparent 55%);pointer-events:none}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:56px;background:var(--bg);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 56' preserveAspectRatio='none'%3E%3Cpath d='M0 56 V28 C 180 6 320 6 480 22 C 660 40 780 40 960 24 C 1080 13 1140 13 1200 20 V56 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 56' preserveAspectRatio='none'%3E%3Cpath d='M0 56 V28 C 180 6 320 6 480 22 C 660 40 780 40 960 24 C 1080 13 1140 13 1200 20 V56 Z' fill='%23000'/%3E%3C/svg%3E") bottom/100% 100% no-repeat}
.hero .wrap{position:relative;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--f-head);font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-l);background:rgba(224,168,56,.12);border:1px solid rgba(224,168,56,.3);padding:6px 14px;border-radius:999px;margin-bottom:18px}
.hero h1{color:#fff;max-width:16ch}
.hero-sub{font-size:1.16rem;color:#c6d8e8;max-width:56ch;margin-bottom:26px}
.hero h1 .accent{color:var(--gold-l)}

/* Поисковая карточка, приподнятая на «волну» */
.hero-search{position:relative;z-index:2;margin-top:-46px}
.searchbar{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:16px;display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;border:1px solid var(--line)}
.searchbar.plain{width:100%}
.sf-field{flex:1 1 150px;display:flex;flex-direction:column;gap:5px;min-width:0}
.sf-field.sf-city{flex:2 1 220px}
.sf-field.sf-region{flex:1.5 1 190px}
.sf-field label{font-size:.78rem;font-weight:700;color:var(--muted);font-family:var(--f-head);letter-spacing:.01em}
.sf-field input,.sf-field select{width:100%;padding:11px 12px;border:1.5px solid var(--line);border-radius:10px;font:inherit;font-size:.96rem;background:var(--surface);color:var(--ink)}
.sf-field input:focus,.sf-field select:focus{outline:0;border-color:var(--azure);box-shadow:0 0 0 3px rgba(28,116,207,.15)}
.searchbar .btn{flex:0 0 auto;padding:12px 24px}
.find-title{margin:0 0 12px}

/* ---------- Статы ---------- */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-s);padding:16px 18px}
.stat b{display:block;font-family:var(--f-head);font-size:1.7rem;font-weight:800;color:#fff;line-height:1.1}
.stat span{font-size:.9rem;color:#bcd0e2}
.stats.light .stat{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow)}
.stats.light .stat b{color:var(--navy)}
.stats.light .stat span{color:var(--muted)}

/* ---------- Заголовок секции ---------- */
.sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:26px;flex-wrap:wrap}
.sec-head p{margin:.35em 0 0;color:var(--muted)}
.sec-head .more{font-family:var(--f-head);font-weight:700;white-space:nowrap}

/* ---------- Сетка плиток ---------- */
.tiles{display:grid;gap:20px}
.tiles.c4{grid-template-columns:repeat(4,1fr)}
.tiles.c3{grid-template-columns:repeat(3,1fr)}
.tiles.c2{grid-template-columns:repeat(2,1fr)}
.tile{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);color:var(--ink);display:flex;flex-direction:column;transition:.2s transform,.2s box-shadow}
.tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);color:var(--ink)}
.tile-img{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--navy),var(--navy-2));overflow:hidden}
.tile-img img{width:100%;height:100%;object-fit:cover}
.tile-img.ph{display:flex;align-items:center;justify-content:center}
.tile-img.ph span{color:#cfe0ef;font-family:var(--f-head);font-weight:800;font-size:1.05rem;text-align:center;padding:0 14px;opacity:.85}
.tile-badge{position:absolute;left:10px;top:10px;background:rgba(7,26,48,.82);color:#fff;font-family:var(--f-head);font-weight:700;font-size:.74rem;padding:4px 10px;border-radius:999px;backdrop-filter:blur(3px)}
.tile-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;flex:1}
.tile-body h3{margin:0;font-size:1.08rem}
.tile-meta{font-size:.88rem;color:var(--muted);flex:1}
.tile-price{font-size:.96rem;margin-top:6px}
.tile-price b{font-family:var(--f-head);font-size:1.12rem;color:var(--navy)}

/* Плитка компании */
.line-tile{align-items:stretch}
.line-logo{height:108px;display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid var(--line);padding:16px}
.line-logo img{max-height:68px;max-width:82%;object-fit:contain}
.line-logo.ph{background:linear-gradient(135deg,var(--navy-d),var(--navy-2));border-bottom:0}
.line-logo .emblem{width:50px;height:50px;color:var(--gold-l)}

/* Плитка региона — крупная подпись поверх */
.region-img{aspect-ratio:16/9}
.region-img .region-cap{position:absolute;inset:0;display:flex;align-items:flex-end;padding:16px;background:linear-gradient(to top,rgba(7,26,48,.78),rgba(7,26,48,.05) 60%)}
.region-img.ph{background:linear-gradient(135deg,var(--navy),var(--azure))}
.region-img.ph::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.14;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='1.4'%3E%3Ccircle cx='50' cy='50' r='34'/%3E%3Ccircle cx='50' cy='50' r='23'/%3E%3C/g%3E%3Cpath d='M50 10 L55 50 L50 90 L45 50 Z M10 50 L50 45 L90 50 L50 55 Z' fill='%23ffffff'/%3E%3C/svg%3E") center/128px no-repeat}
.region-img .region-cap{z-index:1}
.region-cap h3{color:#fff;margin:0;font-size:1.35rem;text-shadow:0 2px 10px rgba(0,0,0,.4)}
.region-karibskiy-bassein .region-img.ph{background:linear-gradient(135deg,#0b6e8c,#12b0a8)}
.region-sredizemnomorye .region-img.ph{background:linear-gradient(135deg,#12406e,#2f8fd0)}
.region-severnaya-evropa .region-img.ph{background:linear-gradient(135deg,#20364f,#4a6b8f)}
.region-egipet .region-img.ph{background:linear-gradient(135deg,#9a6b1c,#d9a441)}
.region-aziya .region-img.ph{background:linear-gradient(135deg,#7a1f43,#c8506f)}
.region-blizhniy-vostok .region-img.ph{background:linear-gradient(135deg,#8a5a12,#caa23a)}
.region-severnaya-amerika .region-img.ph{background:linear-gradient(135deg,#123a63,#3f97e6)}
.region-yuzhnaya-amerika .region-img.ph{background:linear-gradient(135deg,#1a7a4f,#5bbb7f)}
.region-atlantika-kanary .region-img.ph{background:linear-gradient(135deg,#155e7a,#54b4de)}

/* ---------- Карточка круиза ---------- */
.ccard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.ccard-img{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--navy),var(--navy-2))}
.ccard-img img{width:100%;height:100%;object-fit:cover}
.ccard-img.ph{display:flex;align-items:center;justify-content:center}
.ccard-img.ph span{color:#cfe0ef;font-family:var(--f-head);font-weight:800;padding:0 14px;text-align:center}
.ccard-tag{position:absolute;left:10px;top:10px;background:var(--gold);color:#3a2905;font-family:var(--f-head);font-weight:800;font-size:.76rem;padding:4px 11px;border-radius:999px}
.ccard-body{padding:15px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.ccard-ship{font-family:var(--f-head);font-weight:800;color:var(--navy);font-size:1.06rem}
.ccard-route{color:var(--ink);font-size:.98rem}
.ccard-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto}
.chip{background:var(--surface-2);border:1px solid var(--line);border-radius:999px;padding:4px 11px;font-size:.85rem;color:var(--muted)}
.ccard-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:6px;padding-top:12px;border-top:1px solid var(--line)}
.price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.price .from{color:var(--muted);font-size:.85rem}
.price .old{color:var(--muted);text-decoration:line-through;font-size:.9rem}
.price b{font-family:var(--f-head);font-size:1.32rem;color:var(--navy)}
.sale-tag{background:#fdeede;color:var(--gold-d);font-weight:700;font-size:.72rem;padding:2px 8px;border-radius:999px}

/* ---------- График цен ---------- */
.chart-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.chart{display:flex;align-items:flex-end;gap:10px;height:220px;padding-top:16px}
.chart-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:6px;border-radius:10px 10px 0 0;padding:4px 2px;text-decoration:none;transition:.15s background}
a.chart-col:hover{background:var(--surface-2)}
.chart-price{font-size:.72rem;color:var(--muted);font-family:var(--f-head);font-weight:700}
.chart-bar{width:70%;max-width:44px;background:linear-gradient(to top,var(--azure),var(--aqua));border-radius:8px 8px 0 0;min-height:8px}
.chart-col.min .chart-bar{background:linear-gradient(to top,var(--gold-d),var(--gold-l))}
.chart-col.min .chart-price{color:var(--gold-d)}
.chart-col.empty .chart-bar{background:var(--line)}
.chart-mon{font-size:.8rem;color:var(--muted);font-family:var(--f-head)}
.chart-note{margin:14px 0 0;color:var(--muted);font-size:.9rem}
.chart-hint{margin:6px 0 0;color:var(--azure);font-size:.85rem;font-weight:600}

/* ---------- Таблица круизов ---------- */
.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}
table.routes{width:100%;border-collapse:collapse;font-size:.95rem;min-width:680px}
table.routes th{background:var(--navy);color:#fff;font-family:var(--f-head);font-weight:700;text-align:left;padding:12px 14px;font-size:.86rem;white-space:nowrap}
table.routes td{padding:12px 14px;border-top:1px solid var(--line);vertical-align:middle}
table.routes tbody tr:hover{background:var(--surface-2)}
.routes .nowrap{white-space:nowrap}
.routes .r-route{min-width:280px;color:var(--ink)}
.routes .r-price b{font-family:var(--f-head);color:var(--navy);white-space:nowrap}
.routes-pagination{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:18px}
.routes-pagination button{min-width:38px;height:38px;border:1.5px solid var(--line);background:var(--surface);border-radius:9px;font-family:var(--f-head);font-weight:700;color:var(--navy);cursor:pointer}
.routes-pagination button:hover{border-color:var(--azure);color:var(--azure)}
.routes-pagination button.active{background:var(--azure);border-color:var(--azure);color:#fff}

/* ---------- Хлебные крошки ---------- */
.crumbs{font-size:.86rem;color:var(--muted);padding:16px 0 0}
.crumbs a{color:var(--muted)}
.crumbs a:hover{color:var(--azure)}
.crumbs .sep{margin:0 7px;opacity:.5}

/* ---------- Чипы портов/ссылок ---------- */
.ports{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:9px}
.ports li{margin:0}
.ports a,.ports .chip-static{display:inline-block;background:var(--surface);border:1.5px solid var(--line);border-radius:999px;padding:7px 15px;font-size:.92rem;color:var(--navy-2);font-weight:600}
.ports a:hover{border-color:var(--azure);color:var(--azure);background:var(--surface-2)}
.month-nav a.active{background:var(--azure);color:#fff;border-color:var(--azure)}

/* ---------- Страница судна ---------- */
.ship-hero{background:linear-gradient(150deg,var(--navy-d),var(--navy-2));color:#eaf3fb;padding:38px 0 44px}
.ship-hero h1{color:#fff}
.ship-hero .line-link{color:var(--gold-l);font-family:var(--f-head);font-weight:700}
.ship-lead{display:grid;grid-template-columns:1.6fr 1fr;gap:28px;align-items:start}
.ship-photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);aspect-ratio:16/10;background:linear-gradient(135deg,var(--navy),var(--navy-2))}
.ship-photo img{width:100%;height:100%;object-fit:cover}
.ship-aside{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px}
.ship-aside h3{margin-top:0}
.spec{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.95rem}
.spec:last-child{border-bottom:0}
.spec .k{color:var(--muted)}
.spec .v{font-weight:700;color:var(--ink);text-align:right;font-family:var(--f-head)}

/* Каюты и удобства */
.cabins-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cabin{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.cabin-img{aspect-ratio:16/10;background:var(--surface-2)}
.cabin-img img{width:100%;height:100%;object-fit:cover}
.cabin-body{padding:14px 16px}
.cabin-body h3{margin:0 0 4px;font-size:1.06rem}
.cabin-area{color:var(--gold-d);font-weight:700;font-size:.88rem;font-family:var(--f-head)}
.venues-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.venue{display:flex;gap:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);padding:14px 16px;box-shadow:var(--shadow)}
.venue .ic{font-size:1.7rem;flex:none;line-height:1.2}
.venue h3{margin:0 0 3px;font-size:1.02rem}
.venue p{margin:0;color:var(--muted);font-size:.92rem}

/* ---------- Проза / галерея ---------- */
.prose p{margin:0 0 1em}
.prose h2{margin-top:1.4em}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery a{border-radius:var(--radius-s);overflow:hidden;aspect-ratio:4/3;background:var(--surface-2);cursor:zoom-in}
.gallery img{width:100%;height:100%;object-fit:cover}
.decks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px}
.decks-grid figure{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);overflow:hidden;box-shadow:var(--shadow)}
.decks-grid a{display:block;height:150px;background:#fff}
.decks-grid img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}
.decks-grid figcaption{padding:8px 11px;font-family:var(--f-head);font-weight:700;font-size:.85rem;color:var(--navy);border-top:1px solid var(--line)}

/* ---------- FAQ ---------- */
.faq{display:flex;flex-direction:column;gap:10px;max-width:900px}
.faq details{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-s);box-shadow:var(--shadow)}
.faq summary{cursor:pointer;padding:15px 18px;font-family:var(--f-head);font-weight:700;color:var(--navy);list-style:none;position:relative;padding-right:44px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.3rem;color:var(--azure)}
.faq details[open] summary::after{content:"−"}
.faq details>div{padding:0 18px 16px;color:var(--ink)}

/* ---------- Хаб-списки ---------- */
.hub-list{columns:3;column-gap:26px}
.hub-list a{display:block;padding:5px 0;color:var(--navy-2)}
.hub-list a:hover{color:var(--azure)}

/* ---------- Подвал ---------- */
footer{background:var(--navy-d);color:#c6d8e8;padding:48px 0 26px;margin-top:20px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}
.foot-brand .brand-t{color:#fff}
.foot-brand .brand-i{color:var(--gold-l)}
.foot-about p{color:#9fb6cb;font-size:.94rem;max-width:40ch}
.foot-col h4{color:#fff;font-size:1rem;margin:0 0 12px}
.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}
.foot-col a{color:#a9c0d5;font-size:.94rem}
.foot-col a:hover{color:var(--gold-l)}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);margin-top:34px;padding-top:20px}
.foot-bottom p{margin:0;color:#7f97ad;font-size:.85rem;max-width:64ch}
.foot-legal{display:flex;gap:18px;flex-wrap:wrap}
.foot-legal a{color:#a9c0d5;font-size:.85rem}
.foot-legal a:hover{color:var(--gold-l)}

/* ---------- Лайтбокс ---------- */
.lb{position:fixed;inset:0;background:rgba(7,20,36,.9);display:none;align-items:center;justify-content:center;z-index:100;padding:24px}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:88vh;border-radius:10px}
.lb-close{position:absolute;top:18px;right:24px;background:none;border:0;color:#fff;font-size:2.4rem;cursor:pointer;line-height:1}

/* ---------- Горячие предложения ---------- */
.menu a.nav-hot{color:#e2483a;font-weight:800}
.menu a.nav-hot:hover,.menu a.nav-hot.active{color:#c23125}
.hot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.hot-grid.featured{grid-template-columns:repeat(4,1fr);gap:20px}
.hot-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.hot-img{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,var(--navy),var(--navy-2))}
.hot-img img{width:100%;height:100%;object-fit:cover}
.hot-img.ph{display:flex;align-items:center;justify-content:center}
.hot-img.ph span{color:#cfe0ef;font-family:var(--f-head);font-weight:800;padding:0 14px;text-align:center}
.hot-badges{position:absolute;left:10px;top:10px;display:flex;gap:6px;flex-wrap:wrap;max-width:90%}
.hot-badge{font-family:var(--f-head);font-weight:800;font-size:.72rem;padding:4px 10px;border-radius:999px;line-height:1.3}
.hot-badge.disc{background:#e2483a;color:#fff}
.hot-badge.cls{background:rgba(7,26,48,.82);color:#fff;backdrop-filter:blur(3px)}
.hot-body{padding:15px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}
.hot-ship{font-family:var(--f-head);font-weight:700;color:var(--muted);font-size:.85rem}
.hot-route{font-size:1.12rem;margin:0;color:var(--navy)}
.hot-sub{color:var(--muted);font-size:.9rem;margin-top:-2px}
.hot-meta{display:flex;flex-wrap:wrap;gap:7px}
.hot-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-top:2px}
.hot-price .from{color:var(--muted);font-size:.85rem}
.hot-price .old{color:var(--muted);text-decoration:line-through;font-size:.92rem}
.hot-price b{font-family:var(--f-head);font-size:1.42rem;color:var(--navy)}
.hot-price .chel{color:var(--muted);font-size:.85rem}
.hot-action{background:#fdeede;color:var(--gold-d);font-weight:700;font-size:.86rem;padding:6px 12px;border-radius:9px;align-self:flex-start}
.hot-lead{font-size:.95rem;color:var(--ink);margin:2px 0 0}
.hot-more{margin-top:2px}
.hot-more summary{cursor:pointer;color:var(--azure);font-family:var(--f-head);font-weight:700;font-size:.92rem;list-style:none}
.hot-more summary::-webkit-details-marker{display:none}
.hot-more summary::before{content:"▸ ";}
.hot-more[open] summary::before{content:"▾ ";}
.hot-usp{margin-top:10px;font-size:.94rem}
.hot-usp p{margin:0 0 .7em}
.hot-usp-list,.hot-bullets{margin:8px 0;padding-left:0;list-style:none}
.hot-usp-list li,.hot-bullets li{position:relative;padding-left:24px;margin:5px 0;font-size:.92rem}
.hot-usp-list li::before,.hot-bullets li::before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:800}
.hot-foot{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:9px;align-items:flex-start}
.hot-foot .book-btn{width:100%}
.hot-shiplink{font-family:var(--f-head);font-weight:700;font-size:.88rem}

/* ---------- Адаптив ---------- */
@media(max-width:1000px){
  .tiles.c4{grid-template-columns:repeat(3,1fr)}
  .cabins-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .ship-lead{grid-template-columns:1fr}
  .hub-list{columns:2}
}
@media(max-width:820px){
  .burger{display:block}
  .menu{position:absolute;left:0;right:0;top:100%;background:var(--surface);border-bottom:1px solid var(--line);flex-direction:column;align-items:stretch;gap:0;padding:8px 16px 16px;display:none;box-shadow:var(--shadow)}
  .menu.open{display:flex}
  .menu a{padding:12px 6px;border-bottom:1px solid var(--line)}
  .menu .nav-cta{margin-top:10px;justify-content:center}
  .stats{grid-template-columns:repeat(2,1fr)}
  .tiles.c4,.tiles.c3{grid-template-columns:repeat(2,1fr)}
  .hot-grid.featured{grid-template-columns:repeat(2,1fr)}
  .venues-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  body{font-size:16px}
  section{padding:38px 0}
  .searchbar{padding:14px}
  .sf-field,.sf-field.sf-city,.sf-field.sf-region{flex:1 1 100%}
  .searchbar .btn{width:100%}
  .tiles.c4,.tiles.c3,.tiles.c2{grid-template-columns:1fr}
  .hot-grid,.hot-grid.featured{grid-template-columns:1fr}
  .cabins-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .hub-list{columns:1}
  .foot-grid{grid-template-columns:1fr}
  .ccard-foot{flex-direction:column;align-items:stretch}
  .book-btn{width:100%}
}
