/* ============================================================
   MagicSky — "Snowman World" warm editorial design system
   Light cream paper · deep plum · warm terracotta · big photography
   ============================================================ */

:root {
  /* Paper / surfaces */
  --paper: #f4ede2;
  --paper-2: #fbf7ef;
  --paper-3: #ece2d2;
  --card: #fcf9f2;

  /* Ink */
  --ink: #271f2c;
  --ink-2: #574c5b;
  --ink-soft: rgba(39, 31, 44, 0.66);
  --ink-faint: rgba(39, 31, 44, 0.42);
  --line: rgba(62, 30, 67, 0.14);
  --line-2: rgba(62, 30, 67, 0.08);

  /* Brand — plum / violet from the Snowman World ice palace */
  --plum: #3d1c42;
  --plum-2: #5c2c63;
  --violet: #7c4a93;
  --berry: #c13c7c;

  /* Warm accent — terracotta (inviting, deliberately not yellow) */
  --terra: #c8683a;
  --terra-2: #b1541f;
  --gold: #d3a24b;
  --cream-on-plum: #f3e7d6;

  /* Type */
  --serif: "Newsreader", "Iowan Old Style", Georgia, serif;
  --sans: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Metrics */
  --radius: 16px;
  --radius-lg: 24px;
  --radius-sm: 10px;
  --container: 1220px;
  --shadow-sm: 0 2px 10px rgba(61, 28, 66, 0.06);
  --shadow: 0 24px 50px -28px rgba(61, 28, 66, 0.32);
  --shadow-lift: 0 36px 70px -30px rgba(61, 28, 66, 0.42);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* CJK: Newsreader/Manrope carry no CJK glyphs — swap in a clean system gothic so
   Japanese & Chinese pages render intentionally rather than in a browser default.
   (Cyrillic needs nothing: both webfonts ship Cyrillic subsets.) */
:lang(ja) { --serif: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", sans-serif; --sans: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Meiryo", "MS PGothic", sans-serif; }
:lang(zh) { --serif: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei UI", "SimHei", "Noto Sans SC", sans-serif; --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei UI", "SimHei", "Noto Sans SC", sans-serif; }
:lang(ja) h1, :lang(ja) h2, :lang(ja) h3, :lang(ja) h4, :lang(zh) h1, :lang(zh) h2, :lang(zh) h3, :lang(zh) h4 { letter-spacing: 0; font-weight: 600; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; -webkit-text-size-adjust: 100%; background: var(--paper); }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.62;
  font-size: 17px;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; flex: none; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: rgba(193, 60, 124, 0.22); color: var(--plum); }

/* Keyboard focus — visible & on-brand for tab users; mouse clicks stay clean (:focus-visible) */
:focus-visible { outline: 3px solid var(--terra); outline-offset: 3px; border-radius: 6px; }
.btn:focus-visible, .lang-btn:focus-visible, .book-tab:focus-visible { outline-offset: 4px; }
.lang-menu a:focus-visible, .nav-links a:focus-visible { outline-offset: 2px; }

/* scroll progress bar */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: var(--terra); z-index: 200; transition: width 0.1s linear; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.1; letter-spacing: -0.01em; color: var(--ink); }
.display { font-size: clamp(2.7rem, 6.4vw, 5.4rem); font-weight: 500; letter-spacing: -0.02em; }
h2.section-title { font-size: clamp(2rem, 4.4vw, 3.3rem); }
.serif-i { font-style: italic; font-weight: 500; }
em { font-style: italic; }

.kicker {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--sans);
  font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--terra-2);
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--terra); border-radius: 2px; }
.kicker.center::after { content: ""; width: 26px; height: 2px; background: var(--terra); border-radius: 2px; }
.kicker.on-photo { color: #ffd9b0; }
.kicker.on-photo::before, .kicker.on-photo.center::after { background: #ffd9b0; }
.kicker.on-plum { color: var(--gold); }
.kicker.on-plum::before, .kicker.on-plum.center::after { background: var(--gold); }

.container { width: min(var(--container), 92vw); margin-inline: auto; }
.section { padding: clamp(4rem, 7vw, 7rem) 0; position: relative; }
.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--ink-soft); margin-top: 1rem; font-size: 1.1rem; }
.accent { color: var(--berry); }
/* Space before the highlighted heading word lives here (not in the HTML) so CJK,
   which needs no inter-word space, can drop it cleanly. */
.section-title .accent::before { content: "\0020"; }
:lang(ja) .section-title .accent::before, :lang(zh) .section-title .accent::before { content: none; }
.plum-text { color: var(--plum); }

/* ---------- Buttons ---------- */
.btn {
  --py: 0.95rem; --px: 1.7rem;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: var(--py) var(--px);
  border-radius: 100px;
  font-weight: 700; font-size: 0.98rem; letter-spacing: 0.005em;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.btn svg { width: 1.05em; height: 1.05em; }
.btn-gold { background: var(--terra); color: #fff5ec; box-shadow: 0 14px 30px -14px rgba(200, 104, 58, 0.7); }
.btn-gold:hover { background: var(--terra-2); transform: translateY(-2px); box-shadow: 0 20px 38px -16px rgba(177, 84, 31, 0.8); }
.btn-plum { background: var(--plum); color: var(--cream-on-plum); }
.btn-plum:hover { background: var(--plum-2); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--terra); color: var(--terra-2); transform: translateY(-2px); }
.btn-ghost.on-photo { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.btn-ghost.on-photo:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.btn-block { width: 100%; }
.btn-lg { --py: 1.15rem; --px: 2.1rem; font-size: 1.05rem; }

.link-arrow { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 800; color: var(--terra-2); transition: gap 0.3s var(--ease); }
.link-arrow:hover { gap: 0.85rem; }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip {
  display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.5rem 0.9rem; border-radius: 100px;
  background: var(--paper-2); border: 1px solid var(--line);
  font-size: 0.84rem; font-weight: 700; color: var(--ink-2);
}
.chip svg { width: 15px; height: 15px; color: var(--terra); }
.chip-plum { background: rgba(124, 74, 147, 0.1); border-color: rgba(124, 74, 147, 0.22); color: var(--plum-2); }
.chip-plum svg { color: var(--violet); }
.chip.on-photo { background: rgba(255, 255, 255, 0.14); border-color: rgba(255, 255, 255, 0.28); color: #fff; }
.chip.on-photo svg { color: #ffd9b0; }
.chip.on-photo b { color: #fff; }

/* ============================================================
   Header
   ============================================================ */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.15rem 0; transition: background 0.4s, padding 0.4s, border-color 0.4s, box-shadow 0.4s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: var(--paper); border-bottom-color: var(--line-2); padding: 0.7rem 0; box-shadow: var(--shadow-sm); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--serif); font-weight: 600; font-size: 1.42rem; letter-spacing: -0.01em; color: #fff; transition: color 0.4s; }
.site-header.scrolled .brand { color: var(--ink); }
.brand .logo-mark { width: 34px; height: 34px; flex: none; }
.brand small { display: block; font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; opacity: 0.7; font-weight: 800; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-weight: 700; font-size: 0.94rem; color: rgba(255, 255, 255, 0.85); transition: color 0.25s; position: relative; }
.site-header.scrolled .nav-links a { color: var(--ink-2); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0; background: var(--terra); transition: width 0.3s var(--ease); }
.nav-links a:hover { color: #fff; }
.site-header.scrolled .nav-links a:hover { color: var(--terra-2); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a.active { color: #fff; }
.site-header.scrolled .nav-links a.active { color: var(--terra-2); }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1.5px solid rgba(255, 255, 255, 0.4); color: #fff; align-items: center; justify-content: center; }
.site-header.scrolled .nav-toggle { border-color: var(--line); color: var(--ink); }
.nav-toggle svg { width: 22px; height: 22px; }

.mobile-nav { position: fixed; inset: 0; z-index: 99; background: var(--plum); color: var(--cream-on-plum); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.3rem; opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s; }
.mobile-nav.open { opacity: 1; visibility: visible; }
.mobile-nav a { font-family: var(--serif); font-size: 1.9rem; color: var(--cream-on-plum); }
.mobile-nav .btn { margin-top: 1rem; }
.mobile-close { position: absolute; top: 1.4rem; right: 5vw; width: 46px; height: 46px; border: 1px solid rgba(243, 231, 214, 0.3); border-radius: 12px; color: var(--cream-on-plum); }

/* Language switcher */
.lang-switch { position: relative; }
.lang-btn { display: inline-flex; align-items: center; gap: 0.4rem; height: 40px; padding: 0 0.72rem; border-radius: 11px; border: 1.5px solid rgba(255, 255, 255, 0.4); color: #fff; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.04em; transition: background 0.25s, border-color 0.4s, color 0.4s; }
.lang-btn svg { width: 17px; height: 17px; }
.lang-btn:hover { background: rgba(255, 255, 255, 0.14); }
.site-header.scrolled .lang-btn { border-color: var(--line); color: var(--ink); }
.site-header.scrolled .lang-btn:hover { background: var(--paper-3); }
.lang-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 170px; max-height: 64vh; overflow-y: auto; padding: 0.4rem; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 14px; box-shadow: var(--shadow); display: grid; gap: 1px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity 0.2s, transform 0.2s, visibility 0.2s; z-index: 120; }
.lang-switch:hover .lang-menu, .lang-switch:focus-within .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a { display: block; padding: 0.5rem 0.7rem; border-radius: 9px; font-weight: 700; font-size: 0.9rem; color: var(--ink-2); transition: background 0.18s, color 0.18s; }
.lang-menu a:hover { background: rgba(193, 60, 124, 0.09); color: var(--terra-2); }
.lang-menu a[aria-current="true"] { color: var(--berry); background: rgba(193, 60, 124, 0.12); }
.mobile-langs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem 1rem; max-width: 84vw; margin-top: 0.4rem; }
.mobile-nav .mobile-langs a { font-family: var(--sans); font-size: 1rem; font-weight: 700; color: rgba(243, 231, 214, 0.8); }
.mobile-nav .mobile-langs a[aria-current="true"] { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 9rem 0 4.5rem; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center 42%; background-repeat: no-repeat; will-change: transform; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(28, 12, 33, 0.5) 0%, rgba(28, 12, 33, 0.12) 26%, rgba(28, 12, 33, 0.18) 52%, rgba(30, 12, 34, 0.72) 84%, rgba(39, 18, 44, 0.92) 100%); }
.hero-inner { position: relative; z-index: 3; max-width: 900px; color: #fff; }
.hero h1 { color: #fff; margin: 1.4rem 0 1.5rem; text-shadow: 0 2px 40px rgba(20, 8, 24, 0.5); max-width: 16ch; }
.hero-sub { font-size: clamp(1.08rem, 2vw, 1.32rem); color: rgba(255, 255, 255, 0.92); max-width: 46ch; margin-bottom: 2.2rem; text-shadow: 0 1px 18px rgba(20, 8, 24, 0.6); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem 2rem; margin-top: 3rem; align-items: center; }
.hero-trust .t-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; color: rgba(255, 255, 255, 0.92); font-weight: 700; }
.hero-trust .t-item svg { width: 20px; height: 20px; color: #ffd9b0; flex: none; }
.scroll-cue { position: absolute; z-index: 3; bottom: 1.6rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.7); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }
.scroll-cue .mouse { width: 24px; height: 38px; border: 2px solid rgba(255, 255, 255, 0.4); border-radius: 14px; position: relative; }
.scroll-cue .mouse::after { content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 7px; border-radius: 3px; background: #ffd9b0; animation: scrolldot 1.8s ease-in-out infinite; }
@keyframes scrolldot { 0%, 100% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 10px); } }

/* ============================================================
   Marquee strip
   ============================================================ */
.marquee { background: var(--plum); color: var(--cream-on-plum); padding: 1.05rem 0; overflow: hidden; }
.marquee-track { display: flex; gap: 0; width: max-content; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee .m-item { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0 1.6rem; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; white-space: nowrap; }
.marquee .m-item svg { width: 16px; height: 16px; color: var(--gold); }
.marquee .m-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--berry); align-self: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   Tours
   ============================================================ */
.tour-stack { display: grid; gap: 1.8rem; }
.tour-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease); min-height: 460px; }
.tour-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.tour-card.banner { flex-direction: row; min-height: 430px; }
.tour-card.banner.flip { flex-direction: row-reverse; }
.tour-card .media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.tour-card.banner .media { aspect-ratio: auto; width: 56%; flex: none; }
.tour-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.tour-card:hover .media img { transform: scale(1.06); }
.card-kicker { position: absolute; top: 1rem; left: 1rem; z-index: 2; display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.42rem 0.85rem; border-radius: 100px; background: var(--paper-2); border: 1px solid var(--line); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--plum-2); box-shadow: var(--shadow-sm); }
.tour-card .body { padding: 1.5rem 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.tour-card.banner .body { padding: clamp(1.7rem, 3vw, 3rem); justify-content: center; }
.tour-card h3 { font-size: 1.55rem; margin-bottom: 0.6rem; }
.tour-card.banner h3 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.tour-card h3 a { transition: color 0.25s; }
.tour-card:hover h3 a { color: var(--terra-2); }
.tour-card .desc { color: var(--ink-soft); font-size: 0.97rem; margin-bottom: 1.2rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.tour-card.banner .desc { -webkit-line-clamp: 4; font-size: 1.08rem; max-width: 48ch; }
.tour-meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; margin-bottom: 1.4rem; color: var(--ink-faint); font-size: 0.86rem; font-weight: 700; }
.tour-meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.tour-meta svg { width: 15px; height: 15px; color: var(--berry); }
.tour-card .foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.price-tag { font-size: 0.82rem; color: var(--ink-faint); font-weight: 700; }
.price-tag b { font-family: var(--serif); font-size: 1.6rem; color: var(--plum); font-weight: 600; display: block; letter-spacing: -0.01em; }

/* ============================================================
   Why us
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.3rem; }
.why-card { padding: 2rem 1.9rem; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.why-ico { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.2rem; background: rgba(200, 104, 58, 0.12); border: 1px solid rgba(200, 104, 58, 0.22); }
.why-ico svg { width: 26px; height: 26px; color: var(--terra-2); }
.why-card:nth-child(3n+2) .why-ico { background: rgba(124, 74, 147, 0.12); border-color: rgba(124, 74, 147, 0.22); }
.why-card:nth-child(3n+2) .why-ico svg { color: var(--violet); }
.why-card:nth-child(3n) .why-ico { background: rgba(193, 60, 124, 0.1); border-color: rgba(193, 60, 124, 0.22); }
.why-card:nth-child(3n) .why-ico svg { color: var(--berry); }
.why-card h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.why-card p { color: var(--ink-soft); font-size: 0.96rem; }

/* ---------- Video reel band ---------- */
.video-band { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.video-reel { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); background: var(--plum); aspect-ratio: 9 / 16; }
.video-reel video { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-copy h2.section-title { margin-bottom: 1rem; }
.video-copy p { color: var(--ink-soft); font-size: 1.12rem; margin: 0 0 1.9rem; max-width: 46ch; }
@media (max-width: 780px) {
  .video-band { grid-template-columns: 1fr; gap: 1.8rem; }
  .video-reel { max-width: 300px; margin: 0 auto; }
  .video-copy { text-align: center; }
}

/* ============================================================
   Final CTA
   ============================================================ */
.cta-final { text-align: center; position: relative; border-radius: var(--radius-lg); padding: clamp(3rem, 7vw, 6rem) 2rem; overflow: hidden; background: var(--paper-3); border: 1px solid var(--line); }
.cta-final h2 { font-size: clamp(2rem, 5vw, 3.4rem); margin-bottom: 1.2rem; }
.cta-final p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto 2.2rem; font-size: 1.1rem; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--plum); color: var(--cream-on-plum); padding: 4.5rem 0 2.5rem; }
.site-footer .brand { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(243, 231, 214, 0.14); }
.footer-brand p { color: rgba(243, 231, 214, 0.72); margin-top: 1.2rem; max-width: 34ch; }
.footer-col h4 { font-family: var(--sans); font-size: 0.76rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 800; }
.footer-col a, .footer-col li { display: block; color: rgba(243, 231, 214, 0.82); margin-bottom: 0.7rem; font-size: 0.96rem; transition: color 0.25s; }
.footer-col a:hover { color: #fff; }
.contact-line { display: flex; align-items: center; gap: 0.7rem; }
.contact-line svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; padding-top: 2rem; color: rgba(243, 231, 214, 0.55); font-size: 0.85rem; }
.socials { display: flex; gap: 0.7rem; margin-top: 1.4rem; }
.socials a { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(243, 231, 214, 0.22); display: grid; place-items: center; transition: all 0.3s var(--ease); }
.socials a:hover { border-color: var(--gold); background: rgba(211, 162, 75, 0.14); transform: translateY(-3px); }
.socials svg { width: 20px; height: 20px; }

/* ============================================================
   Reveal + parallax
   ============================================================ */
.reveal { transition: opacity 0.75s var(--ease), transform 0.75s var(--ease); }
.reveal.pre { opacity: 0; transform: translateY(26px); }
.reveal.in-view { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }

/* ============================================================
   Tour detail
   ============================================================ */
.tour-hero { position: relative; min-height: 78svh; display: flex; align-items: flex-end; padding: 8rem 0 3rem; overflow: hidden; }
.tour-hero .container { position: relative; z-index: 3; }
.tour-hero-media { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; background-repeat: no-repeat; will-change: transform; }
.tour-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(28, 12, 33, 0.5) 0%, rgba(28, 12, 33, 0.1) 32%, rgba(30, 12, 34, 0.72) 84%, rgba(39, 18, 44, 0.94) 100%); }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 1.3rem; font-weight: 700; }
.breadcrumb svg { width: 13px; height: 13px; opacity: 0.6; }
.breadcrumb a:hover { color: #ffd9b0; }
.tour-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); max-width: 18ch; margin-bottom: 1.3rem; text-shadow: 0 2px 40px rgba(20, 8, 24, 0.5); }
.tour-hero .hero-facts { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.tour-layout { display: grid; grid-template-columns: 1fr 400px; gap: 3.2rem; align-items: start; padding: clamp(3rem, 6vw, 5rem) 0; }
.tour-main > section { margin-bottom: 3.4rem; }
.tour-main h2 { font-size: 2rem; margin-bottom: 1.3rem; }
.tour-main p { color: var(--ink-2); margin-bottom: 1.1rem; }
.lead-in { font-size: 1.24rem; color: var(--ink) !important; line-height: 1.55; font-family: var(--serif); font-weight: 400; }

.facts-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1rem; margin: 2rem 0; }
.fact { padding: 1.15rem 1.2rem; border-radius: var(--radius-sm); background: var(--card); border: 1px solid var(--line); transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s var(--ease); }
.fact:hover { transform: translateY(-3px); border-color: rgba(200, 104, 58, 0.4); box-shadow: var(--shadow-sm); }
.fact .k { display: flex; align-items: center; gap: 0.45rem; color: var(--ink-faint); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.4rem; }
.fact .k svg { width: 15px; height: 15px; color: var(--terra); }
.fact .v { font-weight: 800; font-size: 1.02rem; color: var(--ink); }

.highlight-list { display: grid; gap: 0.9rem; }
.highlight-list li { display: flex; gap: 0.9rem; align-items: flex-start; color: var(--ink-2); }
.highlight-list .hi-ico { flex: none; width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: rgba(200, 104, 58, 0.12); border: 1px solid rgba(200, 104, 58, 0.22); margin-top: 2px; }
.highlight-list .hi-ico svg { width: 15px; height: 15px; color: var(--terra-2); }

.timeline { position: relative; padding-left: 2rem; }
.timeline::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--terra), var(--berry), transparent); }
.tl-item { position: relative; padding-bottom: 1.8rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -2rem; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--paper); border: 3px solid var(--terra); box-shadow: 0 0 0 4px rgba(200, 104, 58, 0.12); }
.tl-item h4 { font-family: var(--sans); font-weight: 800; font-size: 1.05rem; color: var(--ink); }
.tl-item p { color: var(--ink-faint); font-size: 0.9rem; margin: 0.2rem 0 0; }

.inc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 2.4rem; }
.inc-col h3 { font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; color: var(--ink-faint); font-weight: 800; }
.inc-list li { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 0.7rem; color: var(--ink-2); font-size: 0.96rem; }
.inc-list li svg { width: 19px; height: 19px; flex: none; margin-top: 3px; }
.inc-list.yes li svg { color: #2e8b57; }
.inc-list.no li svg { color: var(--berry); }

.info-box { padding: 1.6rem 1.8rem; border-radius: var(--radius); background: rgba(200, 104, 58, 0.07); border: 1px solid rgba(200, 104, 58, 0.22); }
.info-box h3 { font-family: var(--sans); font-size: 1.08rem; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.5rem; color: var(--ink); }
.info-box h3 svg { width: 20px; height: 20px; color: var(--terra-2); }
.info-box p { color: var(--ink-2); font-size: 0.95rem; margin: 0; }
.bring-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; align-items: center; }

/* Booking */
.booking-card { position: sticky; top: 96px; border-radius: var(--radius-lg); background: var(--card); border: 1px solid var(--line); overflow: hidden; box-shadow: var(--shadow); }
.booking-head { padding: 1.5rem 1.6rem 1.3rem; border-bottom: 1px solid var(--line-2); background: rgba(124, 74, 147, 0.06); }
.booking-head .price { display: flex; align-items: baseline; gap: 0.5rem; color: var(--ink); }
.booking-head .price b { font-family: var(--serif); font-size: 2.3rem; font-weight: 600; color: var(--plum); }
.booking-head .price span { color: var(--ink-faint); font-size: 0.9rem; }
.booking-head .sub { color: var(--terra-2); font-weight: 800; font-size: 0.9rem; margin-top: 0.4rem; display: flex; align-items: center; gap: 0.4rem; }
.booking-head .sub svg { width: 16px; height: 16px; flex: none; }
.booking-head .sub.cancel-note { color: #2e8b57; }
/* honest min-2 total under the price */
.price-total { color: var(--ink-faint); font-size: 0.85rem; font-weight: 700; margin-top: 0.25rem; }
.book-tabs { display: flex; gap: 0.4rem; padding: 1rem 1.6rem 0; }
.book-tab { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem; padding: 0.72rem; border-radius: 12px 12px 0 0; font-weight: 800; font-size: 0.9rem; color: var(--ink-faint); border: 1px solid transparent; border-bottom: none; transition: all 0.3s; }
.book-tab svg { width: 16px; height: 16px; }
.book-tab:hover { color: var(--ink-2); }
.book-tab.active { color: var(--plum); background: rgba(124, 74, 147, 0.08); border-color: var(--line); }
.book-panels { position: relative; }
.book-panel { padding: 1.2rem 1.4rem 1.6rem; }
.book-panel.is-collapsed { position: absolute; inset: 0; width: 100%; visibility: hidden; pointer-events: none; }
.bokun-wrap { min-height: 120px; border-radius: 12px; position: relative; }
/* Skeleton while the Bokun calendar loads (attribute removed by JS once the widget mounts) */
.bokun-wrap[data-loading] { min-height: 320px; }
.bokun-wrap[data-loading]::before { content: ""; position: absolute; inset: 0; border-radius: 12px; background: linear-gradient(100deg, var(--paper-2) 40%, var(--paper-3) 50%, var(--paper-2) 60%); background-size: 200% 100%; animation: bokun-shimmer 1.4s ease-in-out infinite; }
.bokun-wrap[data-loading]::after { content: attr(data-loading-text); position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink-faint); font-weight: 700; font-size: 0.92rem; }
@keyframes bokun-shimmer { 0% { background-position: 120% 0; } 100% { background-position: -80% 0; } }
.book-note { display: flex; align-items: center; gap: 0.5rem; color: var(--ink-faint); font-size: 0.8rem; margin-top: 1rem; justify-content: center; }
.book-note svg { width: 15px; height: 15px; color: var(--terra); }
.book-help { padding: 1rem 1.6rem 1.5rem; border-top: 1px solid var(--line-2); font-size: 0.86rem; color: var(--ink-2); }
.book-help a { color: var(--terra-2); font-weight: 800; }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 0.8rem; }
.gallery .g-item { overflow: hidden; border-radius: var(--radius-sm); cursor: zoom-in; position: relative; background: var(--paper-3); }
.gallery .g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.gallery .g-item:hover img { transform: scale(1.07); }
.gallery .g-item.big { grid-column: span 2; grid-row: span 2; }
.gallery .g-item.wide { grid-column: span 2; }

.lightbox { position: fixed; inset: 0; z-index: 210; background: rgba(30, 12, 34, 0.92); display: grid; place-items: center; opacity: 0; visibility: hidden; transition: opacity 0.35s; padding: 4vw; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 12px; box-shadow: var(--shadow); }
.lb-btn { position: absolute; width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; display: grid; place-items: center; transition: background 0.25s; }
.lb-btn:hover { background: rgba(255, 255, 255, 0.24); }
.lb-btn svg { width: 24px; height: 24px; }
.lb-close { top: 3vh; right: 4vw; }
.lb-prev { left: 3vw; top: 50%; transform: translateY(-50%); }
.lb-next { right: 3vw; top: 50%; transform: translateY(-50%); }
.lb-count { position: absolute; bottom: 3vh; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, 0.7); font-weight: 700; }

.book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 5vw; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(61, 28, 66, 0.4); transform: translateY(120%); transition: transform 0.4s var(--ease); }
.book-bar.show { transform: none; }
.book-bar .bb-price b { font-family: var(--serif); font-size: 1.35rem; color: var(--plum); }
.book-bar .bb-price span { display: block; font-size: 0.74rem; color: var(--ink-faint); font-weight: 700; }

.related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: inline-flex; }
  /* compact language button stays visible next to the burger (opens on tap via :focus-within) */
  .nav-cta { gap: 0.6rem; }
  .lang-btn { height: 44px; padding: 0 0.6rem; }
  .tour-card.banner, .tour-card.banner.flip { flex-direction: column; min-height: 0; }
  .tour-card.banner .media { width: 100%; aspect-ratio: 16 / 11; }
  .tour-layout { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .book-bar { display: flex; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery .g-item.big { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .inc-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: 94svh; }
}

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