/* ═══════════════════════════════════════════════════════════
   Irkutsk Guide — landing + guide
   Baikal art direction: deep water, ice turquoise, rare gold
   ═══════════════════════════════════════════════════════════ */

:root {
  --abyss: #06121a;
  --deep: #0a1c26;
  --surface: #0e2129;
  --surface-2: #12303c;
  --ice: #6fdcd5;
  --ice-deep: #2b8a86;
  --gold: #e8b15a;
  --ink: #eef6f6;
  --muted: #9db3ba;
  --muted-dim: #6a828b;
  --line: rgba(111, 220, 213, 0.16);
  --line-soft: rgba(238, 246, 246, 0.09);
  --shadow: 0 24px 60px -30px rgba(0, 0, 0, 0.8);

  --serif: 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', 'Songti SC', 'STSong', Georgia, serif;
  --sans: system-ui, -apple-system, 'Segoe UI', Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --mono: 'SF Mono', 'JetBrains Mono', 'Cascadia Code', Consolas, ui-monospace, monospace;

  --maxw: 1160px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --z-sticky: 100;
  --z-header: 200;
  --z-modal: 400;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--abyss);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

::selection { background: rgba(111, 220, 213, 0.3); color: #fff; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.02em; text-wrap: balance; margin: 0; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(20px, 5vw, 48px); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.eyebrow { font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ice-deep); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 1rem; font-weight: 500;
  padding: 14px 26px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform 0.3s var(--ease), background 0.3s, border-color 0.3s, color 0.3s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ice); color: #05161b; }
.btn-primary:hover { background: #8ee9e2; }
.btn-ghost { background: rgba(255, 255, 255, 0.05); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ice); background: rgba(111, 220, 213, 0.08); }
.btn svg { width: 18px; height: 18px; }

/* ── Header ───────────────────────────────────────────────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: var(--z-header);
  transition: background 0.4s, backdrop-filter 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: linear-gradient(180deg, rgba(6, 15, 22, 0.92), rgba(6, 15, 22, 0.72));
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line-soft);
}
.header-in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 20px; letter-spacing: -0.01em; }
.brand .mark { width: 26px; height: 26px; flex: none; }
.brand .mark circle { fill: none; stroke: var(--ice); stroke-width: 1.4; }
.brand .mark path { stroke: var(--gold); stroke-width: 1.4; fill: none; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--muted); font-size: 0.95rem; transition: color 0.25s; }
.nav a:hover { color: var(--ink); }
.header-right { display: flex; align-items: center; gap: 16px; }

.lang { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(8, 24, 32, 0.55); }
.lang button { appearance: none; border: 0; cursor: pointer; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; color: var(--muted); background: transparent; padding: 6px 11px; border-radius: 999px; white-space: nowrap; transition: color 0.25s, background 0.25s; }
.lang button[aria-pressed="true"] { color: #05161b; background: var(--ice); }
.lang button:hover:not([aria-pressed="true"]) { color: var(--ink); }

@media (max-width: 860px) { .nav { display: none; } }
@media (max-width: 620px) { .header-right .btn-primary { display: none; } }

/* Leaflet injects a decorative flag into its attribution; hide it (renders unsized). */
.leaflet-attribution-flag { display: none !important; }

/* ── Hero ─────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media::after {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 15, 22, 0.55) 0%, rgba(6, 15, 22, 0.35) 40%, rgba(6, 15, 22, 0.92) 100%),
    linear-gradient(90deg, rgba(6, 15, 22, 0.8) 0%, rgba(6, 15, 22, 0.15) 60%);
}
.hero .wrap { position: relative; z-index: 1; padding-top: 88px; padding-bottom: 48px; width: 100%; }
.hero-eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.5rem, 6.6vw, 4.7rem); line-height: 1.03; letter-spacing: -0.03em; max-width: 17ch; }
.hero h1 em { font-style: italic; color: var(--ice); }
.hero-sub { margin-top: 24px; font-size: clamp(1.08rem, 2.2vw, 1.35rem); color: #cfe0e2; max-width: 50ch; line-height: 1.5; }
.hero-cta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--muted); font-size: 0.92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .tick { color: var(--ice); }
.scrollcue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; }
.scrollcue .dot { width: 15px; height: 25px; border: 1px solid var(--line); border-radius: 9px; position: relative; }
.scrollcue .dot::after { content: ''; position: absolute; left: 50%; top: 5px; width: 3px; height: 6px; border-radius: 2px; background: var(--ice); transform: translateX(-50%); animation: dive 1.9s var(--ease) infinite; }
@keyframes dive { 0% { opacity: 0; transform: translate(-50%, -2px); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 11px); } }

/* ── Section frame ────────────────────────────────────────── */
section { position: relative; }
.band { padding: clamp(64px, 11vh, 128px) 0; }
.band-deep { background: linear-gradient(180deg, var(--abyss), var(--deep)); }
.sec-head { max-width: 62ch; margin-bottom: clamp(36px, 6vh, 60px); }
.sec-head .eyebrow { margin-bottom: 16px; display: block; }
.sec-head h2 { font-size: clamp(2rem, 4.8vw, 3.1rem); line-height: 1.05; }
.sec-head p { color: var(--muted); margin: 18px 0 0; font-size: 1.08rem; line-height: 1.6; max-width: 56ch; }

/* ── Value strip ──────────────────────────────────────────── */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; }
.value { background: linear-gradient(180deg, var(--surface), var(--deep)); padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; }
.value .vic { width: 30px; height: 30px; color: var(--ice); }
.value h3 { font-size: 1.2rem; }
.value p { color: var(--muted); font-size: 0.94rem; margin: 0; line-height: 1.5; }
@media (max-width: 820px) { .values { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .values { grid-template-columns: 1fr; } }

/* ── Places ───────────────────────────────────────────────── */
.filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.chip { appearance: none; cursor: pointer; font-family: var(--sans); font-size: 0.9rem; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; transition: color 0.25s, background 0.25s, border-color 0.25s; }
.chip[aria-pressed="true"] { color: #05161b; background: var(--ice); border-color: var(--ice); }
.chip:hover:not([aria-pressed="true"]) { color: var(--ink); border-color: var(--ice); }

.places { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.place {
  position: relative; grid-column: span 2; border-radius: 16px; overflow: hidden;
  min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end;
  border: 1px solid var(--line-soft); background: var(--deep);
  transition: transform 0.55s var(--ease), border-color 0.5s; isolation: isolate;
}
.place.feat { grid-column: span 4; grid-row: span 2; min-height: 560px; }
.place:hover { transform: translateY(-4px); border-color: var(--line); }
.place-img { position: absolute; inset: 0; z-index: -2; }
.place-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.place:hover .place-img img { transform: scale(1.06); }
.place-img::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(6, 15, 22, 0.05) 0%, rgba(6, 15, 22, 0.35) 45%, rgba(6, 15, 22, 0.94) 100%); }
.place-body { position: relative; z-index: 1; padding: 24px; }
.place .cat { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ice); margin-bottom: 10px; }
.place h3 { font-size: 1.5rem; line-height: 1.08; }
.place.feat h3 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.place p { color: #c3d5d8; font-size: 0.95rem; line-height: 1.55; margin: 10px 0 0; max-width: 54ch; }
.place.feat p { font-size: 1.08rem; max-width: 48ch; }
.place .coord { margin-top: 16px; font-family: var(--mono); font-size: 11.5px; color: var(--muted); letter-spacing: 0.04em; display: flex; gap: 14px; flex-wrap: wrap; }
.place .coord .badge { color: var(--gold); }
@media (max-width: 900px) {
  .places { grid-template-columns: repeat(2, 1fr); }
  .place, .place.feat { grid-column: span 1; grid-row: auto; min-height: 300px; }
  .place.feat { grid-column: span 2; min-height: 400px; }
}
@media (max-width: 560px) { .places { grid-template-columns: 1fr; } .place, .place.feat { grid-column: span 1; } }

/* ── Ice band (when to go) ────────────────────────────────── */
.ice-band { position: relative; overflow: hidden; }
.ice-band .bg { position: absolute; inset: 0; z-index: 0; }
.ice-band .bg img { width: 100%; height: 100%; object-fit: cover; }
.ice-band .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 15, 22, 0.94) 0%, rgba(6, 15, 22, 0.6) 55%, rgba(6, 15, 22, 0.3) 100%); }
.ice-band .wrap { position: relative; z-index: 1; }
.ice-band .ib-inner { max-width: 44ch; }
.ice-band h2 { font-size: clamp(2rem, 4.6vw, 3rem); }
.ice-band p { color: #cfe0e2; margin-top: 18px; font-size: 1.08rem; }
.ice-facts { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 30px 44px; }
.ice-facts .f b { font-family: var(--serif); font-size: 1.9rem; color: var(--ice); display: block; letter-spacing: -0.02em; }
.ice-facts .f span { font-size: 0.85rem; color: var(--muted); letter-spacing: 0.03em; }

/* ── Routes ───────────────────────────────────────────────── */
.routes { display: flex; flex-direction: column; gap: 20px; }
.route { display: grid; grid-template-columns: 300px 1fr; border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; background: linear-gradient(120deg, var(--surface), var(--deep)); transition: border-color 0.5s; }
.route:hover { border-color: var(--line); }
.route-photo { position: relative; min-height: 210px; }
.route-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.route-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 28, 38, 0.1), rgba(10, 28, 38, 0.85)); }
.route-photo .len { position: absolute; left: 20px; bottom: 18px; z-index: 1; }
.route-photo .len .num { font-family: var(--serif); font-size: 3.2rem; line-height: 0.9; color: #fff; font-weight: 500; letter-spacing: -0.03em; }
.route-photo .len .unit { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ice); margin-left: 8px; }
.route-body { padding: clamp(24px, 3vw, 34px); }
.route-body h3 { font-size: 1.4rem; margin-bottom: 8px; }
.route-body .rdesc { color: var(--muted); font-size: 0.98rem; margin: 0 0 20px; max-width: 62ch; }
.stops { display: flex; flex-wrap: wrap; gap: 9px 7px; align-items: center; }
.stop-pill { display: inline-flex; align-items: center; font-size: 0.88rem; color: var(--ink); padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(111, 220, 213, 0.05); white-space: nowrap; }
.stops .arrow { color: var(--ice-deep); font-family: var(--mono); }
@media (max-width: 720px) { .route { grid-template-columns: 1fr; } .route-photo { min-height: 170px; } }

/* ── Map ──────────────────────────────────────────────────── */
.map-shell { border: 1px solid var(--line-soft); border-radius: 20px; overflow: hidden; background: linear-gradient(180deg, var(--deep), var(--abyss)); position: relative; }
.map-shell svg { display: block; width: 100%; height: auto; }
.pin circle.dot { fill: var(--ice); }
.pin.city circle.dot { fill: var(--gold); }
.pin text { fill: var(--ink); font-family: var(--sans); font-size: 14px; paint-order: stroke; stroke: rgba(6, 15, 22, 0.7); stroke-width: 3px; }
.map-note { position: absolute; right: clamp(16px, 3vw, 28px); bottom: clamp(14px, 3vw, 22px); font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted-dim); display: inline-flex; align-items: center; gap: 8px; }
.map-note::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 8px var(--ice); }

/* ── Languages feature ────────────────────────────────────── */
.langs { position: relative; overflow: hidden; }
.langs .bg { position: absolute; inset: 0; z-index: 0; }
.langs .bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.langs .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 15, 22, 0.86), rgba(6, 15, 22, 0.96)); }
.langs .wrap { position: relative; z-index: 1; }
.langs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.lcard { padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(10, 28, 38, 0.6); backdrop-filter: blur(4px); }
.lcard .flag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ice-deep); margin-bottom: 14px; }
.lcard .hello { font-family: var(--serif); font-size: 1.9rem; color: var(--ink); }
.lcard .who { color: var(--muted); font-size: 0.92rem; margin-top: 8px; }
@media (max-width: 680px) { .langs-grid { grid-template-columns: 1fr; } }

/* ── How it works ─────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: step; }
.step { padding: 28px; border: 1px solid var(--line-soft); border-radius: 16px; background: linear-gradient(180deg, var(--surface), var(--deep)); }
.step .n { font-family: var(--mono); font-size: 13px; color: var(--gold); letter-spacing: 0.1em; }
.step h3 { font-size: 1.25rem; margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: 0.95rem; margin: 0; }
@media (max-width: 720px) { .steps { grid-template-columns: 1fr; } }

/* ── CTA / early access ───────────────────────────────────── */
.cta { position: relative; overflow: hidden; border-radius: 24px; margin: 0 auto; }
.cta .bg { position: absolute; inset: 0; z-index: 0; }
.cta .bg img { width: 100%; height: 100%; object-fit: cover; }
.cta .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(6, 15, 22, 0.92), rgba(6, 15, 22, 0.7)); }
.cta-inner { position: relative; z-index: 1; padding: clamp(40px, 7vw, 80px); max-width: 620px; }
.cta h2 { font-size: clamp(2rem, 4.6vw, 3rem); }
.cta p { color: #cfe0e2; margin: 18px 0 28px; font-size: 1.08rem; }
.wait { display: flex; gap: 10px; flex-wrap: wrap; }
.wait input { flex: 1 1 240px; min-width: 0; padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line); background: rgba(6, 15, 22, 0.6); color: var(--ink); font-family: var(--sans); font-size: 1rem; }
.wait input::placeholder { color: var(--muted-dim); }
.wait input:focus { outline: none; border-color: var(--ice); }
.wait-ok { margin-top: 16px; color: var(--ice); font-size: 0.95rem; display: none; }
.wait-ok.show { display: block; }

/* ── Footer ───────────────────────────────────────────────── */
.footer { border-top: 1px solid var(--line-soft); background: linear-gradient(180deg, var(--deep), #03090e); padding: clamp(50px, 8vh, 84px) 0 40px; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.footer .brand { margin-bottom: 14px; }
.footer-tag { color: var(--muted); max-width: 34ch; font-size: 0.95rem; }
.footer-cols { display: flex; gap: 60px; flex-wrap: wrap; }
.footer-col h4 { font-family: var(--sans); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-dim); font-weight: 600; margin-bottom: 14px; }
.footer-col a, .footer-col span { display: block; color: var(--muted); font-size: 0.95rem; margin-bottom: 9px; transition: color 0.25s; }
.footer-col a:hover { color: var(--ink); }
.footer-bot { margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; color: var(--muted-dim); letter-spacing: 0.04em; }
.footer-bot .live { color: var(--ice-deep); display: inline-flex; align-items: center; gap: 8px; }
.footer-bot .live::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 8px var(--ice); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* ── Reveal ───────────────────────────────────────────────── */
/* Gated on html.js so content is fully visible if JS never runs. */
.rise { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  html.js .rise { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
  html.js .rise.in { opacity: 1; transform: none; }
  [data-stagger] > * { transition-delay: calc(var(--i, 0) * 65ms); }
}
.i18n-fade { transition: opacity 0.28s ease; }
.i18n-fade.swap { opacity: 0.12; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scrollcue .dot::after, .footer-bot .live::before { animation: none; }
  .place:hover .place-img img { transform: none; }
}

/* ── Added sections ───────────────────────────────────────── */
.wrap-narrow { max-width: 840px; }
.sec-head.light .eyebrow { color: var(--ice); }

/* STATS */
.stats { position: relative; overflow: hidden; padding: clamp(64px, 11vh, 120px) 0; }
.stats .bg { position: absolute; inset: 0; z-index: 0; }
.stats .bg img { width: 100%; height: 100%; object-fit: cover; }
.stats .bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 15, 22, 0.82), rgba(6, 15, 22, 0.92)); }
.stats .wrap { position: relative; z-index: 1; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: 16px; overflow: hidden; }
.statc { background: rgba(8, 24, 32, 0.62); backdrop-filter: blur(3px); padding: 30px 24px; display: flex; flex-direction: column; gap: 8px; }
.statc b { font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 2.9rem); color: var(--ice); font-weight: 500; letter-spacing: -0.02em; }
.statc span { color: var(--muted); font-size: 0.9rem; line-height: 1.45; }
@media (max-width: 820px) { .stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .stat-grid { grid-template-columns: 1fr; } }

/* SEASONS */
.seasons { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.season { border: 1px solid var(--line-soft); border-radius: 18px; overflow: hidden; background: var(--deep); transition: border-color 0.5s var(--ease), transform 0.5s var(--ease); }
.season:hover { border-color: var(--line); transform: translateY(-3px); }
.season-img { position: relative; aspect-ratio: 16 / 9; }
.season-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.season-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10, 28, 38, 0.7)); }
.season-body { padding: clamp(22px, 3vw, 32px); }
.season-when { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ice-deep); }
.season-body h3 { font-size: 1.5rem; margin: 8px 0 12px; }
.season-body p { color: var(--muted); font-size: 0.98rem; line-height: 1.6; margin: 0 0 18px; }
.season-for { display: inline-block; font-family: var(--mono); font-size: 12px; letter-spacing: 0.05em; color: var(--gold); border: 1px solid rgba(232, 177, 90, 0.3); border-radius: 999px; padding: 7px 14px; }
@media (max-width: 720px) { .seasons { grid-template-columns: 1fr; } }

/* GALLERY */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; gap: 14px; grid-auto-flow: dense; }
.gitem { margin: 0; border-radius: 14px; overflow: hidden; position: relative; }
.gitem.wide { grid-column: span 2; }
.gitem img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.gitem:hover img { transform: scale(1.06); }
@media (max-width: 820px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }
@media (max-width: 460px) { .gallery { grid-template-columns: 1fr; } .gitem.wide { grid-column: span 1; } }

/* PLAN / PRACTICAL */
.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.plan { padding: 28px 24px; border: 1px solid var(--line-soft); border-radius: 16px; background: linear-gradient(180deg, var(--surface), var(--deep)); }
.plan .pi { width: 34px; height: 34px; color: var(--ice); margin-bottom: 14px; }
.plan .pi svg { width: 100%; height: 100%; display: block; }
.plan h3 { font-size: 1.18rem; margin-bottom: 8px; }
.plan p { color: var(--muted); font-size: 0.94rem; margin: 0; line-height: 1.55; }
@media (max-width: 860px) { .plan-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .plan-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq { border-top: 1px solid var(--line-soft); }
.faq-item { border-bottom: 1px solid var(--line-soft); }
.faq-q { width: 100%; appearance: none; background: transparent; border: 0; cursor: pointer; color: var(--ink); font-family: var(--serif); font-size: 1.2rem; letter-spacing: -0.01em; text-align: left; padding: 24px 8px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.faq-q i { position: relative; width: 16px; height: 16px; flex: none; }
.faq-q i::before, .faq-q i::after { content: ''; position: absolute; background: var(--ice); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.35s; }
.faq-q i::before { left: 0; top: 7px; width: 16px; height: 2px; }
.faq-q i::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item.open .faq-q i::after { transform: scaleY(0); opacity: 0; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease); }
.faq-a > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.62; max-width: 62ch; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-item.open .faq-a > p { padding-bottom: 24px; }

/* LEAFLET map */
#mapLeaflet { height: clamp(380px, 56vh, 580px); background: #0a1c26; z-index: 0; }
.map-shell { position: relative; }
.leaflet-container { background: #0a1c26; font-family: var(--sans); }
.leaflet-container a { color: var(--ice); }
.leaflet-bar a, .leaflet-bar a:hover { background: #0e2129; color: var(--ink); border-bottom-color: var(--line); }
.leaflet-control-attribution { background: rgba(6, 15, 22, 0.72) !important; color: var(--muted-dim) !important; font-size: 10px; }
.leaflet-control-attribution a { color: var(--ice-deep) !important; }
.leaflet-popup-content-wrapper { background: #0e2129; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.leaflet-popup-content { margin: 12px 16px; font-family: var(--sans); }
.leaflet-popup-content b { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.leaflet-popup-content .pop-cat { color: var(--ice); font-size: 0.8rem; }
.leaflet-popup-tip { background: #0e2129; border: 1px solid var(--line); }
.leaflet-popup-close-button { color: var(--muted) !important; }
.mk-wrap { background: none; border: 0; }
.mk { display: block; width: 14px; height: 14px; border-radius: 50%; background: var(--ice); border: 2px solid #06121a; box-shadow: 0 0 0 4px rgba(111, 220, 213, 0.22), 0 0 12px rgba(111, 220, 213, 0.7); }
.mk.city { background: var(--gold); box-shadow: 0 0 0 4px rgba(232, 177, 90, 0.22), 0 0 12px rgba(232, 177, 90, 0.7); }
.map-note { position: absolute; right: clamp(14px, 3vw, 26px); bottom: clamp(12px, 3vw, 20px); z-index: 500; font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; color: var(--muted); background: rgba(6, 15, 22, 0.7); padding: 6px 12px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; pointer-events: none; }
.map-note::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--ice); box-shadow: 0 0 8px var(--ice); }
