/* ============================================================
   Midor — Quiet Journey Atlas
   Cool stone · deep moss · brass signal
   Prefix: zyx-
   ============================================================ */

:root {
  --zyx-teal: #1B5E4B;
  --zyx-teal-deep: #123D32;
  --zyx-teal-soft: #2F7A63;
  --zyx-amber: #9A7B4F;
  --zyx-amber-soft: #C4A574;
  --zyx-sand: #EEF2F4;
  --zyx-sand-deep: #E0E6EA;
  --zyx-ink: #121A1C;
  --zyx-ink-soft: #2A3538;
  --zyx-muted: #5E6C72;
  --zyx-line: rgba(18, 26, 28, 0.1);
  --zyx-line-teal: rgba(27, 94, 75, 0.28);
  --zyx-white: #FFFFFF;
  --zyx-mist: #F5F7F8;

  --zyx-display: "Syne", "Avenir Next", system-ui, sans-serif;
  --zyx-serif: "DM Sans", system-ui, sans-serif;

  --zyx-max: 1140px;
  --zyx-header: 78px;
  --zyx-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --zyx-ease-slow: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--zyx-teal) var(--zyx-sand);
}

body {
  margin: 0;
  font-family: var(--zyx-serif);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--zyx-ink-soft);
  background: var(--zyx-sand);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--zyx-display);
  font-weight: 700;
  color: var(--zyx-ink);
  margin: 0;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
strong { font-weight: 600; }
address { font-style: normal; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* Soft fog atmosphere */
.zyx-topo-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
  background:
    radial-gradient(ellipse 70% 45% at 8% -10%, rgba(27, 94, 75, 0.09), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 100%, rgba(154, 123, 79, 0.07), transparent 50%),
    linear-gradient(180deg, rgba(245, 247, 248, 0.4), transparent 30%);
}

.zyx-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--zyx-teal);
  color: var(--zyx-white);
  padding: 0.7rem 1.1rem;
  z-index: 1000;
}
.zyx-skip:focus { left: 1rem; top: 1rem; }

.zyx-wrap {
  width: min(100% - 2.2rem, var(--zyx-max));
  margin-inline: auto;
}

main { position: relative; z-index: 1; }

/* ============ Header ============ */
.zyx-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(238, 242, 244, 0.9);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--zyx-ease), background 0.4s var(--zyx-ease), color 0.4s;
}
body.zyx-nav-open .zyx-header {
  z-index: 250;
}
.zyx-header.is-scrolled {
  background: rgba(238, 242, 244, 0.97);
  border-color: var(--zyx-line);
}
body[data-page="index"] .zyx-header {
  position: fixed;
  inset: 0 0 auto;
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: var(--zyx-white);
}
body[data-page="index"] .zyx-header .zyx-brand,
body[data-page="index"] .zyx-header .zyx-brand__name,
body[data-page="index"] .zyx-header .zyx-nav-desk__link { color: var(--zyx-white); }
body[data-page="index"] .zyx-header .zyx-brand__tag { color: rgba(255, 255, 255, 0.62); }
body[data-page="index"] .zyx-header .zyx-brand__mark { color: var(--zyx-amber-soft); }
body[data-page="index"] .zyx-header .zyx-burger span { background: var(--zyx-white); }
body[data-page="index"] .zyx-header .zyx-nav-desk__link:hover,
body[data-page="index"] .zyx-header .zyx-nav-desk__link.is-active { color: var(--zyx-amber-soft); }
body[data-page="index"] .zyx-header .zyx-nav-desk__link--cta {
  background: var(--zyx-amber);
  color: var(--zyx-ink) !important;
}
body[data-page="index"] .zyx-header.is-scrolled {
  background: rgba(18, 26, 28, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-color: rgba(255, 255, 255, 0.08);
}

.zyx-header__inner {
  width: min(100% - 1.8rem, var(--zyx-max));
  margin-inline: auto;
  min-height: var(--zyx-header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.zyx-brand { display: flex; align-items: center; gap: 0.75rem; color: var(--zyx-ink); }
.zyx-brand__mark { color: var(--zyx-teal); flex-shrink: 0; }
.zyx-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.zyx-brand__name {
  font-family: var(--zyx-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.zyx-brand__tag {
  font-family: var(--zyx-serif);
  font-size: 0.7rem;
  color: var(--zyx-muted);
  letter-spacing: 0.02em;
}

.zyx-nav-desk { display: none; }
.zyx-nav-desk ul { display: flex; align-items: center; gap: 0.15rem; }
.zyx-nav-desk__link {
  display: block;
  padding: 0.45rem 0.8rem;
  font-family: var(--zyx-serif);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--zyx-ink-soft);
  transition: color 0.3s;
}
.zyx-nav-desk__link:hover,
.zyx-nav-desk__link.is-active { color: var(--zyx-teal); }
.zyx-nav-desk__link--cta {
  background: var(--zyx-teal);
  color: var(--zyx-white) !important;
  margin-left: 0.35rem;
  padding: 0.55rem 1.05rem;
  font-weight: 600;
}
.zyx-nav-desk__link--cta:hover { background: var(--zyx-teal-deep); }

.zyx-burger {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
.zyx-burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--zyx-ink);
  transition: transform 0.35s var(--zyx-ease), opacity 0.35s;
}
.zyx-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.zyx-burger.is-open span:nth-child(2) { opacity: 0; }
.zyx-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.zyx-nav {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(320px, 88vw);
  background: var(--zyx-ink);
  color: var(--zyx-sand);
  z-index: 200;
  padding: calc(var(--zyx-header) + 1.5rem) 2rem 2rem;
  transform: translateX(100%);
  transition: transform 0.45s var(--zyx-ease);
  overflow-y: auto;
}
.zyx-nav.is-open { transform: translateX(0); }
.zyx-nav__list { display: flex; flex-direction: column; gap: 0.15rem; }
.zyx-nav__link {
  display: block;
  padding: 0.9rem 0;
  font-family: var(--zyx-display);
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(238, 242, 244, 0.1);
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.4s var(--zyx-ease), transform 0.4s var(--zyx-ease);
  transition-delay: calc(var(--zyx-i, 0) * 0.05s + 0.1s);
}
.zyx-nav.is-open .zyx-nav__link { opacity: 1; transform: none; }
.zyx-nav__link--cta { color: var(--zyx-amber-soft); }
.zyx-nav__foot {
  margin-top: 2rem;
  font-size: 0.88rem;
  color: rgba(238, 242, 244, 0.55);
  line-height: 1.6;
}

.zyx-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 26, 28, 0.5);
  z-index: 150;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.zyx-nav-overlay:not([hidden]) {
  opacity: 1;
  pointer-events: auto;
}

/* ============ Typography ============ */
.zyx-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--zyx-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zyx-teal);
  margin-bottom: 0.85rem;
}
.zyx-label::before {
  content: "";
  width: 22px;
  height: 1.5px;
  background: var(--zyx-amber);
}
.zyx-label--light { color: var(--zyx-amber-soft); }
.zyx-label--light::before { background: rgba(238, 242, 244, 0.45); }
.zyx-label--center { justify-content: center; }

.zyx-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}
.zyx-title--light { color: var(--zyx-sand); }

.zyx-lead {
  font-size: 1.05rem;
  color: var(--zyx-muted);
  max-width: 36rem;
  margin-bottom: 1.15rem;
}
.zyx-lead--light { color: rgba(238, 242, 244, 0.78); }

.zyx-body { margin-bottom: 1rem; }
.zyx-body--narrow { max-width: 44rem; }
.zyx-body--center { max-width: 38rem; margin-inline: auto; text-align: center; }
.zyx-body--light { color: rgba(238, 242, 244, 0.75); }

.zyx-head { margin-bottom: 2.4rem; }
.zyx-head--center { text-align: center; }
.zyx-head--center .zyx-lead { margin-inline: auto; }

.zyx-rule {
  width: 44px;
  height: 2px;
  background: var(--zyx-amber);
  margin: 1.4rem 0;
}
.zyx-rule--center { margin-inline: auto; }

.zyx-price {
  font-family: var(--zyx-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--zyx-teal);
  letter-spacing: 0.02em;
}

/* ============ Buttons ============ */
.zyx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.45rem;
  font-family: var(--zyx-serif);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.25s var(--zyx-ease);
}
.zyx-btn:hover { transform: translateY(-2px); }
.zyx-btn:active { transform: translateY(1px) scale(0.985); }
.zyx-btn--amber { background: var(--zyx-amber); color: var(--zyx-ink); }
.zyx-btn--amber:hover { background: var(--zyx-amber-soft); }
.zyx-btn--teal { background: var(--zyx-teal); color: var(--zyx-white); }
.zyx-btn--teal:hover { background: var(--zyx-teal-deep); }
.zyx-btn--ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--zyx-white);
}
.zyx-btn--ghost-light:hover { background: rgba(255, 255, 255, 0.1); }
.zyx-btn--ghost-ink {
  border: 1px solid rgba(18, 26, 28, 0.22);
  color: var(--zyx-ink);
}
.zyx-btn--ghost-ink:hover {
  background: rgba(18, 26, 28, 0.05);
  border-color: var(--zyx-teal);
  color: var(--zyx-teal);
}
.zyx-btn--lg { padding: 0.95rem 1.9rem; font-size: 0.95rem; }

/* ============ Sections ============ */
.zyx-section {
  padding: clamp(3.75rem, 7vw, 6rem) 0;
  position: relative;
}
.zyx-section--sand { background: var(--zyx-sand); }
.zyx-section--mist { background: var(--zyx-mist); }
.zyx-section--ink { background: var(--zyx-ink); color: rgba(238, 242, 244, 0.85); }
.zyx-section--ink .zyx-title { color: var(--zyx-sand); }
.zyx-section--teal { background: var(--zyx-teal-deep); color: rgba(238, 242, 244, 0.9); }
.zyx-section--teal .zyx-title { color: var(--zyx-sand); }
.zyx-section--topo {
  background-image:
    linear-gradient(90deg, transparent 49%, rgba(27, 94, 75, 0.05) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(27, 94, 75, 0.04) 50%, transparent 51%);
  background-size: 48px 48px;
}
.zyx-section--dest { padding-bottom: 0; }

/* ============ Hero ============ */
.zyx-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.zyx-hero--page {
  min-height: 56vh;
  align-items: flex-end;
}
.zyx-hero__layers { position: absolute; inset: 0; }
.zyx-hero__layer {
  position: absolute;
  inset: -5% 0 0;
  will-change: transform;
}
.zyx-hero__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  animation: zyx-hero-ken 20s var(--zyx-ease-slow) both;
}
@keyframes zyx-hero-ken {
  from { transform: scale(1.1); }
  to { transform: scale(1.02); }
}
@media (prefers-reduced-motion: reduce) {
  .zyx-hero__layer img { animation: none; transform: none; }
}
.zyx-hero__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(18, 26, 28, 0.94) 0%, rgba(18, 26, 28, 0.42) 48%, rgba(18, 26, 28, 0.18) 100%),
    linear-gradient(120deg, rgba(27, 94, 75, 0.22), transparent 55%);
}
.zyx-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 2.2rem, var(--zyx-max));
  margin-inline: auto;
  padding: calc(var(--zyx-header) + 2rem) 0 4.25rem;
}
.zyx-hero--page .zyx-hero__content { padding: calc(var(--zyx-header) + 1rem) 0 2.75rem; }
.zyx-hero__brand {
  font-family: var(--zyx-display);
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--zyx-white);
  line-height: 0.92;
  margin: 0 0 1.1rem;
  text-shadow: 0 10px 48px rgba(18, 26, 28, 0.4);
}
.zyx-hero--page .zyx-hero__brand {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  margin-bottom: 0.7rem;
  opacity: 0.92;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 600;
}
.zyx-hero__title {
  font-family: var(--zyx-display);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 600;
  color: rgba(238, 242, 244, 0.95);
  margin-bottom: 1rem;
  max-width: 16ch;
  line-height: 1.28;
  letter-spacing: -0.015em;
}
.zyx-hero--page .zyx-hero__title { max-width: 20ch; font-weight: 700; }
.zyx-hero__lead {
  font-size: 1.05rem;
  color: rgba(238, 242, 244, 0.78);
  max-width: 34rem;
  margin-bottom: 1.75rem;
  line-height: 1.7;
}
.zyx-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ============ Philosophy ============ */
.zyx-promise-strip {
  display: grid;
  gap: 2rem 2.25rem;
  margin-bottom: 3.25rem;
}
.zyx-promise { position: relative; padding: 0; background: transparent; }
.zyx-promise__num {
  font-family: var(--zyx-display);
  font-size: clamp(2.3rem, 4.5vw, 3rem);
  font-weight: 700;
  color: var(--zyx-teal);
  line-height: 1;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: -0.04em;
  opacity: 0.9;
}
.zyx-promise h3 { font-size: 1.15rem; margin-bottom: 0.45rem; }
.zyx-promise p {
  font-size: 0.98rem;
  color: var(--zyx-muted);
  margin: 0;
  line-height: 1.7;
  max-width: 28em;
}
@media (min-width: 768px) {
  .zyx-promise-strip { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
  .zyx-promise { padding: 0 1.4rem 0 0; }
  .zyx-promise:not(:last-child) {
    border-right: 1px solid var(--zyx-line);
    padding-right: 1.85rem;
  }
}

.zyx-dest-banner {
  overflow: hidden;
  max-height: 280px;
  margin-bottom: 0.5rem;
}
.zyx-dest-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 280px;
  opacity: 0.94;
}

.zyx-quote-block {
  font-family: var(--zyx-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--zyx-teal);
  line-height: 1.5;
  border-left: 3px solid var(--zyx-amber);
  padding-left: 1.15rem;
  margin: 0;
}
.zyx-quote-block cite {
  display: block;
  font-family: var(--zyx-serif);
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  color: var(--zyx-muted);
  margin-top: 0.75rem;
}

.zyx-quote-band {
  text-align: center;
  padding: 2.5rem 0 0;
  border-top: 1px solid var(--zyx-line);
}
.zyx-section.zyx-quote-band { border-top: none; padding-top: clamp(3.75rem, 7vw, 6rem); }
.zyx-quote-band__text {
  font-family: var(--zyx-display);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--zyx-ink);
  max-width: 28ch;
  margin: 0 auto 1rem;
  line-height: 1.35;
}
.zyx-quote-band__note {
  font-size: 0.88rem;
  color: var(--zyx-muted);
  margin-bottom: 1rem;
}

/* ============ Destinations ============ */
.zyx-dest-stack {
  display: grid;
  gap: 3px;
  margin-top: 0.5rem;
}
.zyx-dest {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: var(--zyx-sand);
  min-height: 280px;
}
.zyx-dest--large { min-height: 420px; }
.zyx-dest--medium { min-height: 300px; }
.zyx-dest--small { min-height: 240px; }
.zyx-dest__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.zyx-dest__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--zyx-ease);
}
.zyx-dest-stack.is-in .zyx-dest__media img,
.zyx-dest.is-in .zyx-dest__media img {
  transform: scale(1.03);
}
@media (hover: hover) and (pointer: fine) {
  .zyx-dest:hover .zyx-dest__media img { transform: scale(1.05); }
}
.zyx-dest__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 26, 28, 0.9) 0%, rgba(18, 26, 28, 0.2) 55%, transparent 100%);
}
.zyx-dest__copy {
  position: relative;
  z-index: 1;
  padding: 2.1rem clamp(1.4rem, 3.5vw, 3rem);
  max-width: 520px;
}
.zyx-dest__region {
  font-family: var(--zyx-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zyx-amber-soft);
  display: block;
  margin-bottom: 0.4rem;
}
.zyx-dest__copy h3 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--zyx-sand);
  margin-bottom: 0.5rem;
}
.zyx-dest__copy p {
  font-size: 0.96rem;
  color: rgba(238, 242, 244, 0.78);
  margin-bottom: 0.7rem;
}
.zyx-dest__days {
  font-family: var(--zyx-serif);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(238, 242, 244, 0.92);
  border-bottom: 1px solid rgba(154, 123, 79, 0.55);
  display: inline-block;
  padding-bottom: 0.12rem;
}

.zyx-dest-stack[data-stagger] .zyx-dest {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--zyx-ease), transform 0.7s var(--zyx-ease);
  transition-delay: calc(var(--zyx-i, 0) * 0.1s);
}
.zyx-dest-stack.is-in .zyx-dest { opacity: 1; transform: none; }

/* ============ Packages ============ */
.zyx-pkg-strip {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 5vw, 3.75rem);
}
.zyx-pkg {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem 2.4rem;
  align-items: center;
}
.zyx-pkg__media {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.zyx-pkg__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--zyx-ease);
}
.zyx-pkg:hover .zyx-pkg__media img { transform: scale(1.04); }
.zyx-pkg__body { padding: 0.2rem 0 0; }
.zyx-pkg__tag {
  font-family: var(--zyx-serif);
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--zyx-amber);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.zyx-pkg__body h3 { font-size: clamp(1.3rem, 2.4vw, 1.65rem); margin: 0.4rem 0 0.55rem; }
.zyx-pkg__body p { font-size: 1rem; color: var(--zyx-muted); margin-bottom: 0.95rem; max-width: 36em; }
.zyx-pkg__meta {
  display: flex;
  gap: 1.3rem;
  font-family: var(--zyx-serif);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--zyx-teal);
}
@media (min-width: 860px) {
  .zyx-pkg { grid-template-columns: 1.15fr 1fr; }
  .zyx-pkg--flip .zyx-pkg__media { order: 2; }
  .zyx-pkg--flip .zyx-pkg__body { order: 1; text-align: right; }
  .zyx-pkg--flip .zyx-pkg__body p { margin-left: auto; }
  .zyx-pkg--flip .zyx-pkg__meta { justify-content: flex-end; }
}

/* ============ Itinerary ============ */
.zyx-itinerary { display: grid; gap: 0; }
.zyx-itinerary__visual { aspect-ratio: 16/7; overflow: hidden; }
.zyx-itinerary__visual img { width: 100%; height: 100%; object-fit: cover; }
.zyx-itinerary__content {
  padding: clamp(2.4rem, 5vw, 3.75rem) clamp(1.4rem, 4vw, 2.85rem);
}

.zyx-route-timeline {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.4rem;
  margin-top: 1.85rem;
}
.zyx-route-timeline__svg {
  width: 4px;
  height: 100%;
  min-height: 200px;
}
.zyx-route-timeline__track {
  stroke: rgba(238, 242, 244, 0.18);
  stroke-width: 2;
}
.zyx-route-timeline__line {
  stroke: var(--zyx-amber-soft);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 1.8s var(--zyx-ease-slow);
}
.zyx-route-timeline.is-drawn .zyx-route-timeline__line { stroke-dashoffset: 0; }

.zyx-route-day {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding-bottom: 1.85rem;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.5s var(--zyx-ease), transform 0.5s var(--zyx-ease);
}
.zyx-route-timeline__days.is-in .zyx-route-day { opacity: 1; transform: none; }
.zyx-route-timeline__days.is-in .zyx-route-day:nth-child(1) { transition-delay: 0.15s; }
.zyx-route-timeline__days.is-in .zyx-route-day:nth-child(2) { transition-delay: 0.3s; }
.zyx-route-timeline__days.is-in .zyx-route-day:nth-child(3) { transition-delay: 0.45s; }
.zyx-route-timeline__days.is-in .zyx-route-day:nth-child(4) { transition-delay: 0.6s; }
.zyx-route-timeline__days.is-in .zyx-route-day:nth-child(5) { transition-delay: 0.75s; }

.zyx-route-day__num {
  font-family: var(--zyx-display);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--zyx-amber-soft);
  letter-spacing: 0.04em;
  padding-top: 0.12rem;
}
.zyx-route-day__loc {
  font-family: var(--zyx-serif);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(238, 242, 244, 0.5);
  display: block;
  margin-bottom: 0.22rem;
}
.zyx-route-day__body h3 {
  font-size: 1.05rem;
  color: var(--zyx-sand);
  margin-bottom: 0.3rem;
}
.zyx-route-day__body p {
  font-size: 0.92rem;
  color: rgba(238, 242, 244, 0.7);
  margin: 0;
}

/* ============ Travel styles ============ */
.zyx-styles-grid {
  display: grid;
  gap: 1.25rem;
}
.zyx-style {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s var(--zyx-ease), transform 0.65s var(--zyx-ease);
  transition-delay: calc(var(--zyx-i, 0) * 0.08s);
}
.zyx-styles-grid.is-in .zyx-style { opacity: 1; transform: none; }
.zyx-style__img {
  position: absolute;
  inset: 0;
}
.zyx-style__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--zyx-ease);
}
.zyx-style:hover .zyx-style__img img { transform: scale(1.04); }
.zyx-style__copy {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.75rem;
  background: linear-gradient(to top, rgba(18, 26, 28, 0.88), transparent);
  color: var(--zyx-sand);
}
.zyx-style__copy h3 { color: var(--zyx-sand); font-size: 1.2rem; margin-bottom: 0.35rem; }
.zyx-style__copy p { margin: 0; font-size: 0.92rem; color: rgba(238, 242, 244, 0.75); }

/* ============ Guides ============ */
.zyx-guides {
  display: grid;
  gap: 1.5rem;
}
.zyx-guide {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.15rem;
  align-items: center;
}
.zyx-guide__img {
  aspect-ratio: 1;
  overflow: hidden;
}
.zyx-guide__img img { width: 100%; height: 100%; object-fit: cover; }
.zyx-guide__role {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--zyx-amber-soft);
  display: block;
  margin-bottom: 0.3rem;
}
.zyx-guide__body h3 { color: var(--zyx-sand); font-size: 1.1rem; margin-bottom: 0.35rem; }
.zyx-guide__body p { margin: 0; font-size: 0.9rem; color: rgba(238, 242, 244, 0.7); }

/* ============ Stories ============ */
.zyx-stories {
  display: grid;
  gap: 2rem;
}
.zyx-story {
  display: grid;
  gap: 1.25rem;
  align-items: center;
}
.zyx-story__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.zyx-story__img img { width: 100%; height: 100%; object-fit: cover; }
.zyx-story__quote p {
  font-family: var(--zyx-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--zyx-ink);
  line-height: 1.45;
  margin: 0 0 1rem;
}
.zyx-story__quote footer {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.zyx-story__quote cite {
  font-style: normal;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--zyx-teal);
}
.zyx-story__quote span { font-size: 0.82rem; color: var(--zyx-muted); }

/* ============ FAQ ============ */
.zyx-faq-wrap { max-width: 720px; }
.zyx-faq { display: flex; flex-direction: column; gap: 0; }
.zyx-faq__item {
  border-bottom: 1px solid var(--zyx-line);
  padding: 0;
}
.zyx-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 2rem 1.15rem 0;
  font-family: var(--zyx-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--zyx-ink);
  position: relative;
}
.zyx-faq__item summary::-webkit-details-marker { display: none; }
.zyx-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: var(--zyx-teal);
  transition: transform 0.3s;
}
.zyx-faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.zyx-faq__item p {
  margin: 0 0 1.15rem;
  color: var(--zyx-muted);
  padding-right: 1.5rem;
  font-size: 0.96rem;
}

/* ============ CTA ============ */
.zyx-cta {
  position: relative;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  overflow: hidden;
  color: var(--zyx-sand);
}
.zyx-cta__media {
  position: absolute;
  inset: 0;
}
.zyx-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyx-cta__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(18, 26, 28, 0.92), rgba(18, 61, 50, 0.78));
}
.zyx-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}
.zyx-cta__brand {
  font-family: var(--zyx-display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zyx-amber-soft);
  margin-bottom: 0.85rem;
}
.zyx-cta__inner h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: var(--zyx-sand);
  margin-bottom: 0.85rem;
}
.zyx-cta__inner > p { color: rgba(238, 242, 244, 0.85); margin-bottom: 1rem; }
.zyx-cta__note { font-size: 0.88rem !important; color: rgba(238, 242, 244, 0.65) !important; }
.zyx-cta__perks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.25rem 0 1.75rem;
}
.zyx-cta__perks li {
  font-size: 0.88rem;
  color: rgba(238, 242, 244, 0.8);
}
.zyx-cta__perks li::before { content: "— "; opacity: 0.5; }
.zyx-cta__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ============ Split / Origin ============ */
.zyx-split {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.zyx-split__media {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.zyx-split__media img { width: 100%; height: 100%; object-fit: cover; }

.zyx-origin { display: grid; gap: 2.4rem; }
.zyx-pin {
  background: var(--zyx-white);
  border: 1px solid var(--zyx-line);
  padding: 1.5rem;
}
.zyx-pin__coord {
  font-family: var(--zyx-display);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--zyx-teal);
  display: block;
}
.zyx-pin__img {
  margin-top: 1rem;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.zyx-pin__img img { width: 100%; height: 100%; object-fit: cover; }

.zyx-ticks { margin: 1rem 0; }
.zyx-ticks li {
  position: relative;
  padding-left: 1.15rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.zyx-ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background: var(--zyx-amber);
  border-radius: 50%;
}

.zyx-milestones { display: flex; flex-direction: column; gap: 1.4rem; margin-top: 1.5rem; }
.zyx-milestone {
  border-left: 2px solid var(--zyx-amber);
  padding-left: 1.15rem;
}
.zyx-milestone__year {
  font-family: var(--zyx-display);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--zyx-amber-soft);
  letter-spacing: 0.08em;
}
.zyx-milestone h3 { font-size: 1.02rem; color: var(--zyx-sand); margin: 0.22rem 0; }
.zyx-milestone p { font-size: 0.9rem; color: rgba(238, 242, 244, 0.7); margin: 0; }

.zyx-values {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.zyx-value {
  text-align: center;
  padding: 2rem 1.4rem;
  background: var(--zyx-white);
  border: 1px solid var(--zyx-line);
}
.zyx-value__num {
  font-family: var(--zyx-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--zyx-teal);
  display: block;
  margin-bottom: 0.45rem;
}
.zyx-value h3 { font-size: 1.08rem; margin-bottom: 0.35rem; }
.zyx-value p { font-size: 0.92rem; color: var(--zyx-muted); margin: 0; }

.zyx-office-tour { display: grid; gap: 0.85rem; }
.zyx-office-tour__item {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.zyx-office-tour__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zyx-office-tour__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 26, 28, 0.85), transparent 60%);
}
.zyx-office-tour__copy {
  position: relative;
  z-index: 1;
  padding: 1.4rem;
}
.zyx-office-tour__copy h3 { font-size: 1.08rem; color: var(--zyx-sand); margin-bottom: 0.25rem; }
.zyx-office-tour__copy p { font-size: 0.88rem; color: rgba(238, 242, 244, 0.75); margin: 0; }

.zyx-stamps {
  display: grid;
  gap: 1.25rem;
  margin-top: 1rem;
}
.zyx-stamp {
  padding: 1.4rem;
  border: 1px solid rgba(238, 242, 244, 0.12);
}
.zyx-stamp__code {
  font-family: var(--zyx-display);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--zyx-amber-soft);
}
.zyx-stamp h3 { font-size: 1.02rem; color: var(--zyx-sand); margin: 0.35rem 0; }
.zyx-stamp p { font-size: 0.9rem; color: rgba(238, 242, 244, 0.7); margin: 0; }

.zyx-stats {
  display: grid;
  gap: 1.75rem;
  margin-top: 2rem;
}
.zyx-stat { text-align: center; }
.zyx-stat__value {
  font-family: var(--zyx-display);
  font-size: clamp(2rem, 5vw, 2.85rem);
  font-weight: 700;
  color: var(--zyx-teal);
  display: block;
  line-height: 1;
}
.zyx-section--ink .zyx-stat__value { color: var(--zyx-amber-soft); }
.zyx-section--teal .zyx-stat__value { color: var(--zyx-sand); }
.zyx-stat__value--text {
  font-size: 1.35rem !important;
  font-family: var(--zyx-serif);
  font-weight: 500;
}
.zyx-stat__unit { font-size: 0.5em; font-style: normal; }
.zyx-stat__label {
  display: block;
  font-family: var(--zyx-serif);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.45rem;
}
.zyx-stat__note { font-size: 0.85rem; color: var(--zyx-muted); margin-top: 0.25rem; }
.zyx-section--ink .zyx-stat__note { color: rgba(238, 242, 244, 0.55); }

.zyx-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1rem 0; }
.zyx-chip {
  font-family: var(--zyx-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border: 1px solid var(--zyx-line-teal);
  color: var(--zyx-teal);
}
.zyx-chip-cat {
  font-family: var(--zyx-serif);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--zyx-amber);
}

.zyx-packages {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}
.zyx-package {
  padding: 1.85rem;
  background: var(--zyx-white);
  border: 1px solid var(--zyx-line);
  text-align: center;
}
.zyx-package--feat {
  border-color: var(--zyx-teal);
  box-shadow: 0 0 0 1px var(--zyx-teal);
}
.zyx-package h3 { font-size: 1.12rem; margin-bottom: 0.45rem; }
.zyx-package p { font-size: 0.92rem; color: var(--zyx-muted); margin-bottom: 0.75rem; }

.zyx-checks {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.4rem;
}
.zyx-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
.zyx-check__num {
  font-family: var(--zyx-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--zyx-amber-soft);
  line-height: 1;
}
.zyx-section--sand .zyx-check__num { color: var(--zyx-teal); }
.zyx-check h3 { font-size: 1.02rem; margin-bottom: 0.25rem; }
.zyx-section--teal .zyx-check h3 { color: var(--zyx-sand); }
.zyx-check p { font-size: 0.92rem; margin: 0; }
.zyx-section--teal .zyx-check p { color: rgba(238, 242, 244, 0.75); }
.zyx-section--ink .zyx-check h3 { color: var(--zyx-sand); }
.zyx-section--ink .zyx-check p { color: rgba(238, 242, 244, 0.72); }

.zyx-img-band {
  margin-top: 2rem;
  overflow: hidden;
  max-height: 360px;
}
.zyx-img-band img { width: 100%; height: 100%; object-fit: cover; max-height: 360px; }

/* ============ Blog ============ */
.zyx-featured {
  display: grid;
  gap: 1.85rem;
  margin-top: 2.4rem;
}
.zyx-featured__media {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.zyx-featured__media img { width: 100%; height: 100%; object-fit: cover; }
.zyx-featured__copy h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); margin: 0.45rem 0; }
.zyx-featured__copy time { font-size: 0.85rem; color: var(--zyx-muted); }

.zyx-posts { display: grid; gap: 1.75rem; }
.zyx-post {
  background: var(--zyx-white);
  border: 1px solid var(--zyx-line);
  overflow: hidden;
  padding-bottom: 1.4rem;
}
.zyx-post__media { aspect-ratio: 16/10; overflow: hidden; }
.zyx-post__media img { width: 100%; height: 100%; object-fit: cover; }
.zyx-post .zyx-chip-cat { margin: 1rem 1.15rem 0.3rem; display: inline-block; }
.zyx-post h3 { font-size: 1.08rem; padding: 0 1.15rem; margin-bottom: 0.35rem; }
.zyx-post p { font-size: 0.92rem; color: var(--zyx-muted); padding: 0 1.15rem; margin-bottom: 0.45rem; }
.zyx-post time { font-size: 0.82rem; color: var(--zyx-teal); padding: 0 1.15rem; }

.zyx-events { display: flex; flex-direction: column; gap: 0.85rem; margin-top: 1rem; }
.zyx-event {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.15rem;
  padding: 1.15rem;
  background: var(--zyx-white);
  border: 1px solid var(--zyx-line);
}
.zyx-event time {
  font-family: var(--zyx-display);
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--zyx-teal);
  white-space: nowrap;
}
.zyx-event h3 { font-size: 1rem; margin-bottom: 0.2rem; }
.zyx-event p { font-size: 0.88rem; color: var(--zyx-muted); margin: 0; }

.zyx-gloss {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.4rem;
}
.zyx-gloss__item {
  padding: 1.15rem;
  background: var(--zyx-white);
  border-left: 3px solid var(--zyx-teal);
}
.zyx-gloss__item h3 { font-size: 1rem; color: var(--zyx-teal); margin-bottom: 0.25rem; }
.zyx-gloss__item p { font-size: 0.92rem; color: var(--zyx-muted); margin: 0; }

/* ============ Contact ============ */
.zyx-form-block { max-width: 560px; }
.zyx-form { position: relative; margin-top: 1.4rem; }
.zyx-form__row { margin-bottom: 1.15rem; }
.zyx-form__row label {
  display: block;
  font-family: var(--zyx-serif);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(238, 242, 244, 0.8);
  margin-bottom: 0.35rem;
}
.zyx-form__row input,
.zyx-form__row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--zyx-serif);
  font-size: 1rem;
  border: 1px solid rgba(238, 242, 244, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: var(--zyx-sand);
}
.zyx-form__row input::placeholder,
.zyx-form__row textarea::placeholder { color: rgba(238, 242, 244, 0.4); }
.zyx-form__row input:focus,
.zyx-form__row textarea:focus {
  outline: none;
  border-color: var(--zyx-amber-soft);
}
.zyx-error { display: block; font-size: 0.82rem; color: #FCA5A5; margin-top: 0.25rem; }
.zyx-alert {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 242, 244, 0.28);
  color: var(--zyx-sand);
  margin-bottom: 1rem;
}
.zyx-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.zyx-inline-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.zyx-featured__copy h2 a,
.zyx-post h3 a {
  color: inherit;
  text-decoration: none;
}
.zyx-featured__copy h2 a:hover,
.zyx-post h3 a:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.zyx-featured__media,
.zyx-post__media {
  display: block;
}
.zyx-footer__bar a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.zyx-dl { margin-top: 1.4rem; }
.zyx-dl div { margin-bottom: 0.95rem; }
.zyx-dl dt {
  font-family: var(--zyx-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--zyx-teal);
  margin-bottom: 0.2rem;
}
.zyx-dl dd { margin: 0; font-size: 0.95rem; }
.zyx-dl a { color: var(--zyx-teal); text-decoration: underline; text-underline-offset: 2px; }

.zyx-map {
  overflow: hidden;
  aspect-ratio: 16/7;
  border: 1px solid var(--zyx-line);
}
.zyx-map iframe { width: 100%; height: 100%; border: 0; }

/* ============ Footer ============ */
.zyx-footer {
  background: var(--zyx-ink);
  color: rgba(238, 242, 244, 0.72);
  padding: 3.25rem 0 0;
  position: relative;
}
.zyx-footer__route {
  height: 40px;
  color: rgba(47, 122, 99, 0.45);
  margin-bottom: 1.85rem;
}
.zyx-footer__route-line { width: 100%; height: 100%; }
.zyx-footer__grid {
  display: grid;
  gap: 2.25rem;
  padding-bottom: 2.25rem;
}
.zyx-footer__logo {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 0.95rem;
}
.zyx-footer__logo span:first-child {
  font-family: var(--zyx-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--zyx-sand);
}
.zyx-footer__logo span:last-child {
  font-family: var(--zyx-serif);
  font-size: 0.82rem;
  color: rgba(238, 242, 244, 0.5);
}
.zyx-footer__brand p { font-size: 0.9rem; line-height: 1.65; max-width: 28rem; }
.zyx-footer__col h3 {
  font-family: var(--zyx-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zyx-amber-soft);
  margin-bottom: 0.95rem;
}
.zyx-footer__col ul { display: flex; flex-direction: column; gap: 0.4rem; }
.zyx-footer__col a {
  font-size: 0.88rem;
  color: rgba(238, 242, 244, 0.62);
  transition: color 0.3s;
}
.zyx-footer__col a:hover { color: var(--zyx-sand); }
.zyx-footer__hours { font-size: 0.85rem; color: rgba(238, 242, 244, 0.48); margin-top: 0.45rem; }

.zyx-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(238, 242, 244, 0.1);
  font-family: var(--zyx-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(238, 242, 244, 0.42);
}
.zyx-footer__social ul { display: flex; gap: 0.45rem; }
.zyx-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(238, 242, 244, 0.18);
  color: rgba(238, 242, 244, 0.62);
  transition: border-color 0.3s, color 0.3s;
}
.zyx-social:hover { border-color: var(--zyx-teal-soft); color: var(--zyx-sand); }

.zyx-footer__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 0;
  border-top: 1px solid rgba(238, 242, 244, 0.08);
  font-size: 0.82rem;
  color: rgba(238, 242, 244, 0.38);
}
.zyx-top {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(238, 242, 244, 0.18);
  color: rgba(238, 242, 244, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s, color 0.3s;
}
.zyx-top:hover { border-color: var(--zyx-amber); color: var(--zyx-amber-soft); }

/* ============ Reveal (fixed: is-in must win over .js rules) ============ */
html.js .zyx-reveal:not(.is-in),
html.js [data-stagger]:not(.is-in) > * {
  opacity: 0;
  transform: translateY(24px);
}
.zyx-reveal,
[data-stagger] > * {
  transition: opacity 0.7s var(--zyx-ease), transform 0.7s var(--zyx-ease);
}
html.js .zyx-reveal.is-in,
html.js [data-stagger].is-in > *,
html:not(.js) .zyx-reveal,
html:not(.js) [data-stagger] > * {
  opacity: 1;
  transform: none;
}
[data-stagger].is-in > *:nth-child(1) { transition-delay: 0.05s; }
[data-stagger].is-in > *:nth-child(2) { transition-delay: 0.12s; }
[data-stagger].is-in > *:nth-child(3) { transition-delay: 0.19s; }
[data-stagger].is-in > *:nth-child(4) { transition-delay: 0.26s; }
[data-stagger].is-in > *:nth-child(5) { transition-delay: 0.33s; }
[data-stagger].is-in > *:nth-child(6) { transition-delay: 0.4s; }

/* ============ Responsive ============ */
@media (min-width: 640px) {
  .zyx-styles-grid { grid-template-columns: repeat(2, 1fr); }
  .zyx-guides { grid-template-columns: repeat(3, 1fr); }
  .zyx-guide { grid-template-columns: 1fr; }
  .zyx-story { grid-template-columns: 200px 1fr; }
  .zyx-stats { grid-template-columns: repeat(3, 1fr); }
  .zyx-values { grid-template-columns: repeat(3, 1fr); }
  .zyx-packages { grid-template-columns: repeat(3, 1fr); }
  .zyx-checks { grid-template-columns: repeat(2, 1fr); }
  .zyx-posts { grid-template-columns: repeat(2, 1fr); }
  .zyx-stamps { grid-template-columns: repeat(3, 1fr); }
  .zyx-office-tour { grid-template-columns: repeat(3, 1fr); }
  .zyx-gloss { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .zyx-nav-desk { display: block; }
  .zyx-burger { display: none; }
  .zyx-split { grid-template-columns: 1fr 1fr; gap: 3.25rem; }
  .zyx-split--rev .zyx-split__media { order: 2; }
  .zyx-origin { grid-template-columns: 1.2fr 0.8fr; }
  .zyx-itinerary { grid-template-columns: 0.45fr 0.55fr; }
  .zyx-itinerary__visual { aspect-ratio: auto; min-height: 100%; }
  .zyx-featured { grid-template-columns: 1.2fr 0.8fr; align-items: center; }
  .zyx-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .zyx-dest-stack {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto auto;
    gap: 3px;
  }
  .zyx-dest--large { grid-column: 1 / 8; grid-row: 1 / 3; min-height: 520px; }
  .zyx-dest--medium:nth-of-type(2) { grid-column: 8 / 13; grid-row: 1; min-height: 258px; }
  .zyx-dest--medium:nth-of-type(3) { grid-column: 8 / 13; grid-row: 2; min-height: 258px; }
  .zyx-dest--small:nth-of-type(4) { grid-column: 1 / 5; grid-row: 3; min-height: 220px; }
  .zyx-dest--small:nth-of-type(5) { grid-column: 5 / 13; grid-row: 3; min-height: 220px; }
}

@media (min-width: 1024px) {
  .zyx-hero__content { padding-bottom: 5.25rem; }
  .zyx-hero__title { max-width: 18ch; }
  .zyx-hero:not(.zyx-hero--page) .zyx-hero__brand {
    font-size: clamp(2.75rem, 6vw, 4.75rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .zyx-reveal,
  [data-stagger] > *,
  .zyx-dest,
  .zyx-style,
  .zyx-route-day {
    opacity: 1 !important;
    transform: none !important;
  }
  .zyx-route-timeline__line { stroke-dashoffset: 0 !important; }
}

/* Midor — Quiet Journey Atlas drawer + amber glow */
.zyx-nav {
  width: min(86vw, 420px);
  height: 100vh;
  height: 100dvh;
  padding: max(1.5rem, env(safe-area-inset-top)) 1.75rem max(2rem, env(safe-area-inset-bottom));
  background:
    radial-gradient(ellipse 70% 40% at 0% 0%, rgba(232,165,75,0.18), transparent 50%),
    #1A1F2E;
}
.zyx-nav__link {
  display: flex;
  align-items: baseline;
  gap: 12px;
  min-height: 48px;
}
.zyx-nav__idx { font-size: 0.7rem; color: #E8A54B; letter-spacing: 0.1em; }
.zyx-btn--amber {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s;
}
.zyx-btn--amber:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,165,75,0.4); }
.zyx-hero__layer img {
  animation: zyxKen 18s ease-in-out infinite alternate;
}
@keyframes zyxKen { from { transform: scale(1.03); } to { transform: scale(1.12); } }
@media (max-width: 768px) {
  .zyx-hero, .zyx-hero--page { min-height: 70vh; min-height: 70dvh; }
  .zyx-btn { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  .zyx-hero__layer img { animation: none !important; }
}

html, body { overflow-x: hidden; max-width: 100%; }
.zyx-nav-overlay { z-index: 2000; }
.zyx-nav { z-index: 2010; }
body.zyx-nav-open .zyx-header { z-index: 2020; }
.zyx-burger { width: 44px; height: 44px; min-width: 44px; }
.zyx-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(232, 220, 200, 0.15);
}
.zyx-nav__brand { font-family: var(--zyx-display); font-weight: 700; }
.zyx-nav__close {
  position: relative;
  width: 44px; height: 44px;
  border: 1px solid rgba(232, 220, 200, 0.4);
  background: transparent;
  cursor: pointer;
}
.zyx-nav__close span {
  position: absolute; left: 10px; right: 10px; top: 50%; height: 2px; background: #E8DCC8;
}
.zyx-nav__close span:first-child { transform: rotate(45deg); }
.zyx-nav__close span:last-child { transform: rotate(-45deg); }
.zyx-nav__cta { margin-top: 1.25rem; display: inline-flex; min-height: 44px; justify-content: center; }
@media (max-width: 768px) {
  .zyx-brand__tag { display: none; }
  .zyx-hero__title { font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .zyx-hero__actions { display: flex; flex-direction: column; gap: 10px; }
  .zyx-hero__actions .zyx-btn { width: 100%; min-height: 44px; justify-content: center; }
  img { max-width: 100%; height: auto; }
}


