/* ==========================================================================
   Al Khiyam Travels & Tours — design system
   Palette taken from the logo: brushed gold on ink black, set on warm ivory.
   Type: Cormorant Garamond (display) + Manrope (text & UI).
   ========================================================================== */

:root {
  --ink: #0E0F0F;
  --ink-2: #161818;
  --ink-3: #202323;
  --ink-line: rgba(246, 240, 228, .12);

  --gold: #B8904A;
  --gold-600: #9A7433;
  --gold-700: #7C5C27;
  --gold-300: #D8BA80;
  --gold-100: #F4EAD6;
  --gold-grad: linear-gradient(135deg, #D9BB7F 0%, #B8904A 45%, #9A7433 100%);

  --ivory: #FBF8F2;
  --sand: #F4EEE3;
  --sand-2: #ECE3D3;
  --paper: #FFFFFF;
  --line: #E7DECF;
  --line-2: #D9CDB8;

  --text: #1A1B1B;
  --text-2: #4A4843;
  --muted: #787266;
  --on-dark: #F6F0E4;
  --on-dark-2: rgba(246, 240, 228, .72);

  --green: #1E7B55;
  --warn: #9A5B12;
  --warn-bg: #FBEFD9;
  --danger: #A23B2C;

  --font-display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --font-text: "Manrope", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(14, 15, 15, .06), 0 2px 8px rgba(14, 15, 15, .04);
  --shadow: 0 2px 6px rgba(14, 15, 15, .05), 0 14px 36px -12px rgba(14, 15, 15, .16);
  --shadow-lg: 0 30px 70px -24px rgba(14, 15, 15, .35);

  --wrap: 1240px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(64px, 9vw, 120px);
  --header-h: 84px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0; font-family: var(--font-text); font-size: 16px; line-height: 1.65; color: var(--text);
  background: var(--ivory); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0; line-height: 1.15; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
main:focus { outline: none; }

.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: var(--on-dark); padding: 10px 16px; border-radius: var(--radius-sm); }
.skip-link:focus { top: 12px; }

.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }

.ico { width: 20px; height: 20px; flex: none; }
.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.ico-star { width: 14px; height: 14px; fill: currentColor; stroke: none; }

/* ------------------------------------------------------------- typography */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px; margin: 0 0 14px;
  font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-600);
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-300); }
.section-title, .page-title, .cta-title, .hero-title, .footer-cta-title {
  font-family: var(--font-display); font-weight: 600; letter-spacing: -.005em;
}
.section-title { font-size: clamp(32px, 4.4vw, 52px); line-height: 1.06; color: var(--ink); }
.section-title em, .cta-title em { color: var(--gold-600); font-style: italic; font-weight: 500; }
.section-text { margin-top: 14px; max-width: 58ch; color: var(--text-2); font-size: 17px; }
.lead { font-size: clamp(17px, 1.6vw, 19px); color: var(--text-2); line-height: 1.7; }

/* ----------------------------------------------------------------- buttons */
.btn {
  --bg: var(--ink); --fg: var(--on-dark); --bd: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border-radius: var(--radius-sm);
  border: 1px solid var(--bd); background: var(--bg); color: var(--fg);
  font-weight: 700; font-size: 15px; letter-spacing: .01em; text-decoration: none; white-space: nowrap;
  cursor: pointer; transition: background .2s var(--ease), color .2s, border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.btn .ico { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .ico:last-child:not(:first-child) { transform: translateX(3px); }
.btn:active { transform: translateY(1px); }
.btn-sm { min-height: 40px; padding: 8px 16px; font-size: 14px; }
.btn-lg { min-height: 54px; padding: 14px 28px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-primary:hover { --bg: var(--ink-3); }
.btn-gold { --bg: var(--gold); --bd: var(--gold); --fg: #1A140A; background: var(--gold-grad); box-shadow: 0 8px 24px -10px rgba(184, 144, 74, .7); }
.btn-gold:hover { --bd: var(--gold-300); filter: brightness(1.06); }
.btn-outline { --bg: transparent; --fg: var(--ink); --bd: var(--line-2); }
.btn-outline:hover { --bd: var(--ink); --bg: var(--paper); }
.btn-ghost-light { --bg: rgba(255, 255, 255, .04); --fg: var(--on-dark); --bd: rgba(246, 240, 228, .35); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { --bg: rgba(255, 255, 255, .12); --bd: var(--on-dark); }
.btn-text { --bg: transparent; --bd: transparent; --fg: var(--ink); padding-inline: 4px; }
.btn-text:hover { --fg: var(--gold-600); }
.btn-wa { --bg: var(--green); --bd: var(--green); --fg: #fff; }
.btn-wa:hover { filter: brightness(1.08); }
.btn[disabled] { opacity: .6; cursor: progress; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; margin-top: 28px; }

.pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 700; background: var(--sand); color: var(--text-2); white-space: nowrap;
}
.pill-warn { background: var(--warn-bg); color: var(--warn); }
.pill-muted { background: var(--sand-2); color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; background: var(--gold-100); color: var(--gold-700); }
.chip-more { background: transparent; border: 1px dashed var(--line-2); color: var(--muted); }

.stretched::after { content: ""; position: absolute; inset: 0; z-index: 1; }

/* ------------------------------------------------------------------ topbar */
.topbar { background: var(--ink); color: var(--on-dark-2); font-size: 13px; border-bottom: 1px solid var(--ink-line); position: relative; z-index: 60; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 20px; }
.topbar p { margin: 0; display: flex; gap: 22px; align-items: center; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.topbar a:hover { color: var(--gold-300); }
.topbar .ico { width: 15px; height: 15px; }
.cred-iata { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-300); font-weight: 700; letter-spacing: .04em; }
.cred-iata .ico { width: 16px; height: 16px; }

/* ------------------------------------------------------------------ header */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(251, 248, 242, .92); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line); transition: background .3s var(--ease), border-color .3s, box-shadow .3s;
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: block; flex: none; position: relative; }
.brand-logo { height: 54px; width: auto; transition: opacity .3s; }
.brand-logo--light { position: absolute; inset: 0; opacity: 0; }
.main-nav { margin-left: auto; }
.main-nav ul { display: flex; gap: 2px; }
.main-nav a {
  position: relative; display: block; padding: 10px 13px; font-size: 14.5px; font-weight: 600; text-decoration: none;
  color: var(--text-2); border-radius: 6px; transition: color .2s;
}
.main-nav a::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 4px; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover, .main-nav a[aria-current] { color: var(--ink); }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle, .menu-close {
  display: none; width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--line-2);
  background: transparent; align-items: center; justify-content: center; cursor: pointer; color: var(--ink);
}

/* Overlay header on the homepage hero */
.has-overlay-header .site-header.is-overlay:not(.is-scrolled) {
  position: fixed; left: 0; right: 0; top: 38px; background: transparent; border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none;
}
.site-header.is-overlay:not(.is-scrolled) .brand-logo--light { opacity: 1; }
.site-header.is-overlay:not(.is-scrolled) .brand-logo--dark { opacity: 0; }
.site-header.is-overlay:not(.is-scrolled) .main-nav a { color: var(--on-dark-2); }
.site-header.is-overlay:not(.is-scrolled) .main-nav a:hover,
.site-header.is-overlay:not(.is-scrolled) .main-nav a[aria-current] { color: #fff; }
.site-header.is-overlay:not(.is-scrolled) .menu-toggle { color: #fff; border-color: rgba(255, 255, 255, .35); }
.site-header.is-scrolled { position: fixed; left: 0; right: 0; top: 0; box-shadow: 0 10px 30px -18px rgba(14, 15, 15, .35); animation: dropIn .35s var(--ease); }
@keyframes dropIn { from { transform: translateY(-100%); } to { transform: none; } }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 100; background: rgba(8, 9, 9, .55); backdrop-filter: blur(4px); }
.mobile-menu-panel {
  position: absolute; inset: 0 0 0 auto; width: min(420px, 100%); background: var(--ink); color: var(--on-dark);
  display: flex; flex-direction: column; padding: 18px 22px calc(22px + env(safe-area-inset-bottom)); overflow-y: auto;
  animation: slideIn .35s var(--ease);
}
@keyframes slideIn { from { transform: translateX(40px); opacity: 0; } to { transform: none; opacity: 1; } }
.mobile-menu-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.mobile-menu-logo { height: 48px; width: auto; }
.mobile-menu .menu-close { display: inline-flex; color: var(--on-dark); border-color: var(--ink-line); }
.mobile-menu nav a {
  display: flex; justify-content: space-between; align-items: center; padding: 16px 2px;
  border-bottom: 1px solid var(--ink-line); text-decoration: none; font-family: var(--font-display); font-size: 27px; font-weight: 600;
}
.mobile-menu nav a[aria-current] { color: var(--gold-300); }
.mobile-menu nav a .ico { color: var(--gold); width: 18px; }
.mobile-menu-foot { margin-top: auto; padding-top: 24px; display: grid; gap: 10px; }
.mobile-menu-cred { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 8px 0 0; color: var(--gold-300); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.mobile-menu-cred .ico { width: 16px; height: 16px; }
body.menu-open { overflow: hidden; }

/* -------------------------------------------------------------------- hero */
.hero {
  position: relative; isolation: isolate; color: var(--on-dark); background: var(--ink);
  min-height: clamp(640px, calc(100svh - 38px), 940px); display: flex; flex-direction: column; overflow: hidden;
  padding-top: var(--header-h);
}
.hero-slides { position: absolute; inset: 0; z-index: -1; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.4s var(--ease), visibility 0s 1.4s; }
.hero-slide.is-active { opacity: 1; visibility: visible; transition: opacity 1.4s var(--ease), visibility 0s; }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 66% 50%; }
.hero-slide.is-active img { animation: kenburns 16s ease-out both; }
@keyframes kenburns { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero-slides::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 9, 9, .9) 0%, rgba(8, 9, 9, .66) 36%, rgba(8, 9, 9, .14) 68%, rgba(8, 9, 9, 0) 100%),
    linear-gradient(0deg, rgba(8, 9, 9, .85) 0%, rgba(8, 9, 9, 0) 34%),
    linear-gradient(180deg, rgba(8, 9, 9, .6) 0%, rgba(8, 9, 9, 0) 24%);
}
.hero-content { position: relative; flex: 1; display: flex; flex-direction: column; gap: 32px; padding-top: clamp(24px, 5vh, 56px); padding-bottom: 120px; }
.hero-brand { display: flex; flex-direction: column; gap: 12px; }
.hero-brand-name { font-size: 13px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: #fff; }
.hero-brand-tags { display: flex; flex-wrap: wrap; gap: 10px; font-size: 13px; font-weight: 600; color: var(--on-dark-2); letter-spacing: .02em; }
.hero-brand-tags > span { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(246, 240, 228, .22); background: rgba(8, 9, 9, .35); backdrop-filter: blur(8px); }
.hero-brand-tags .tag-gold { color: #1A140A; background: var(--gold-grad); border-color: transparent; }
.hero-brand-tags .ico { width: 16px; height: 16px; }

.hero-captions { display: grid; margin-top: auto; }
.hero-caption { grid-area: 1 / 1; max-width: 640px; visibility: hidden; }
.hero-caption.is-active { visibility: visible; }
.hero-caption > * { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.hero-caption.is-active > * { opacity: 1; transform: none; }
.hero-caption.is-active > :nth-child(2) { transition-delay: .1s; }
.hero-caption.is-active > :nth-child(3) { transition-delay: .2s; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 12.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-300); }
.hero-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero-title { font-size: clamp(42px, 6.2vw, 84px); line-height: 1; margin: 0 0 22px; color: #FFF9EE; text-wrap: balance; }
.hero-text { font-size: clamp(16px, 1.5vw, 19px); color: var(--on-dark-2); line-height: 1.65; max-width: 540px; }

.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; }
.hero-link { display: inline-flex; align-items: center; gap: 8px; margin-left: 8px; color: var(--on-dark); font-weight: 600; text-decoration: none; }
.hero-link:hover { color: var(--gold-300); }
.hero-link .ico { width: 17px; height: 17px; }
.hero-controls { display: flex; align-items: center; gap: 24px; }
.hero-dots { display: flex; gap: 8px; }
.hero-dot { width: 44px; height: 28px; padding: 0; border: 0; background: none; cursor: pointer; display: flex; align-items: center; }
.hero-dot span { display: block; width: 100%; height: 2px; background: rgba(246, 240, 228, .3); position: relative; overflow: hidden; }
.hero-dot span::after { content: ""; position: absolute; inset: 0; background: var(--gold-300); transform: scaleX(0); transform-origin: left; }
.hero-dot[aria-current] span::after { animation: dotfill var(--slide-ms, 7000ms) linear forwards; }
.hero.is-paused .hero-dot[aria-current] span::after { animation: none; transform: scaleX(1); }
@keyframes dotfill { to { transform: scaleX(1); } }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrow { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(246, 240, 228, .3); background: rgba(8, 9, 9, .25); color: var(--on-dark); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; transition: border-color .2s, background .2s; }
.hero-arrow:hover { border-color: var(--gold-300); background: rgba(8, 9, 9, .5); }
.hero-arrow .ico { width: 18px; height: 18px; }
.hero-pause .ico-play, .hero.is-paused .hero-pause .ico-pause { display: none; }
.hero.is-paused .hero-pause .ico-play { display: block; }

/* ------------------------------------------------------------------- trust */
.trust { position: relative; z-index: 5; margin-top: -64px; }
.trust-card {
  display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); border: 1px solid var(--line); overflow: hidden;
}
.trust-item { display: flex; align-items: center; gap: 16px; padding: 26px 26px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-size: 16px; color: var(--ink); line-height: 1.3; }
.trust-item small { display: block; font-size: 13px; color: var(--muted); line-height: 1.45; margin-top: 3px; }
.trust-ico { flex: none; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-100); color: var(--gold-700); }
.trust-ico .ico { width: 24px; height: 24px; }
.trust-num { flex: none; width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold-300); font-family: var(--font-display); font-weight: 600; font-size: 17px; }

/* ---------------------------------------------------------------- sections */
.section { padding: var(--section) 0; }
.section-sand { background: var(--sand); }
.section-ink { background: var(--ink); color: var(--on-dark); position: relative; isolation: isolate; }
.section-ink::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: url("../img/pattern.svg"); background-size: 88px; }
.section-head { margin-bottom: 40px; }
.section-head--center { text-align: center; margin-inline: auto; max-width: 720px; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-head--center .section-text { margin-inline: auto; }
.section-head--light .section-title { color: #FFF9EE; }
.section-head--light .section-text { color: var(--on-dark-2); }
.section-head--light .eyebrow { color: var(--gold-300); }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px 40px; flex-wrap: wrap; margin-bottom: 40px; }
.section-head-row .section-head { margin-bottom: 0; }
.stat-inline { margin: 0; color: var(--muted); font-size: 14px; }
.stat-inline strong { font-family: var(--font-display); font-size: 34px; color: var(--ink); margin-right: 6px; }

/* intro split */
.intro-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(40px, 7vw, 96px); align-items: center; }
.arch-frame { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: 999px 999px var(--radius-lg) var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.arch-frame::after { content: ""; position: absolute; inset: 12px; border-radius: 999px 999px 14px 14px; border: 1px solid rgba(216, 186, 128, .55); pointer-events: none; }
.arch-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 64% 50%; }
.arch-badge {
  position: absolute; left: 28px; bottom: 28px; z-index: 2; display: flex; flex-direction: column; padding: 16px 20px;
  background: rgba(14, 15, 15, .78); backdrop-filter: blur(10px); color: var(--on-dark-2); border-radius: var(--radius); font-size: 13px; max-width: 200px; line-height: 1.4;
}
.arch-badge span { font-family: var(--font-display); font-size: 44px; line-height: 1; color: var(--gold-300); font-weight: 600; }
.tick-list { display: grid; gap: 14px; margin: 26px 0 0; }
.tick-list li { display: flex; gap: 14px; align-items: flex-start; color: var(--text-2); }
.tick-list .ico { width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--gold-100); color: var(--gold-700); margin-top: 2px; stroke-width: 2.2; }
.tick-list strong { color: var(--ink); }

/* -------------------------------------------------------------- package card */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr)); gap: 24px; }
.pkg-card {
  position: relative; display: flex; flex-direction: column; background: var(--paper); border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s;
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--line-2); }
.pkg-card.is-full { opacity: .72; }
.pkg-card.is-entering { animation: cardIn .45s var(--ease) both; }
@keyframes cardIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.pkg-top { display: flex; gap: 18px; padding: 22px 22px 18px; align-items: flex-start; }
.pkg-date {
  flex: none; width: 70px; margin: 0; padding: 10px 0 9px; text-align: center; border-radius: 12px;
  background: var(--ink); color: var(--on-dark); display: flex; flex-direction: column; line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(216, 186, 128, .25);
}
.pkg-date-d { font-family: var(--font-display); font-size: 34px; font-weight: 600; color: #FFF9EE; }
.pkg-date-m { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-300); margin-top: 4px; }
.pkg-date-y { font-size: 11px; color: var(--on-dark-2); margin-top: 4px; }
.pkg-date--flex { padding: 14px 0; gap: 8px; align-items: center; }
.pkg-date--flex .ico { color: var(--gold-300); }
.pkg-date--flex .pkg-date-m { font-size: 10px; letter-spacing: .1em; }
.pkg-head { min-width: 0; }
.pkg-kicker { margin: 2px 0 4px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); }
.pkg-title { font-family: var(--font-display); font-size: 25px; font-weight: 600; line-height: 1.1; color: var(--ink); }
.pkg-title a { text-decoration: none; }
.pkg-title a:focus-visible { outline: none; }
.pkg-card:has(.pkg-title a:focus-visible) { outline: 2px solid var(--gold); outline-offset: 3px; }
.pkg-airline { display: flex; align-items: center; gap: 7px; margin: 6px 0 0; font-size: 14px; font-weight: 600; color: var(--text-2); }
.pkg-airline .ico { width: 16px; height: 16px; color: var(--gold-600); }
.pkg-perf { position: relative; height: 1px; margin: 0 22px; border-top: 1.5px dashed var(--line-2); }
.pkg-perf::before, .pkg-perf::after { content: ""; position: absolute; top: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--ivory); border: 1px solid var(--line); }
.section-sand .pkg-perf::before, .section-sand .pkg-perf::after { background: var(--sand); }
.pkg-perf::before { left: -33px; border-left-color: transparent; border-bottom-color: transparent; transform: rotate(45deg); }
.pkg-perf::after { right: -33px; border-right-color: transparent; border-top-color: transparent; transform: rotate(45deg); }
.pkg-body { padding: 16px 22px 18px; display: grid; gap: 14px; flex: 1; align-content: start; }
.pkg-route { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin: 0; font-size: 13.5px; color: var(--text-2); }
.pkg-return { color: var(--muted); }
.pkg-stays { display: grid; gap: 12px; }
.pkg-stays li { display: flex; gap: 12px; align-items: flex-start; }
.pkg-stay-ico { flex: none; width: 34px; height: 34px; border-radius: 10px; background: var(--sand); color: var(--gold-700); display: grid; place-items: center; }
.pkg-stay-ico .ico { width: 18px; height: 18px; }
.pkg-stay-txt { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.pkg-stay-city { font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pkg-stay-txt strong { font-size: 15px; color: var(--ink); overflow-wrap: anywhere; }
.pkg-stay-dist { font-size: 13px; color: var(--muted); }
.pkg-foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; padding: 16px 22px 20px; border-top: 1px solid var(--line); background: linear-gradient(180deg, #FFFDF9, var(--paper)); border-radius: 0 0 var(--radius) var(--radius); }
.pkg-price { display: flex; flex-direction: column; line-height: 1.2; }
.pkg-price-label { font-size: 12px; color: var(--muted); }
.pkg-price strong { font-size: 22px; color: var(--ink); font-weight: 800; letter-spacing: -.01em; margin-top: 3px; }
.pkg-price .cur { font-size: 13px; font-weight: 700; color: var(--gold-600); }
.pkg-price-ask { font-size: 17px !important; }
.pkg-status { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.pkg-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: var(--ink); }
.pkg-cta .ico { width: 16px; height: 16px; transition: transform .25s var(--ease); color: var(--gold-600); }
.pkg-card:hover .pkg-cta .ico { transform: translateX(4px); }

/* ------------------------------------------------------------- month browser */
.months { background: linear-gradient(180deg, var(--ivory) 0%, var(--sand) 100%); }
.month-bar-wrap { position: relative; margin: 0 calc(var(--gutter) * -1); }
.month-bar { overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: var(--gutter); scrollbar-width: none; padding: 6px var(--gutter) 10px; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 var(--gutter), #000 calc(100% - var(--gutter)), transparent 100%); }
.month-bar::-webkit-scrollbar { display: none; }
.month-bar ol { display: flex; gap: 8px; width: max-content; }
.month-bar li { position: relative; scroll-snap-align: start; display: flex; align-items: stretch; }
.month-bar li.is-new-year { padding-left: 14px; margin-left: 6px; border-left: 1px solid var(--line-2); }
.month-tab {
  position: relative; display: grid; grid-template-columns: auto auto; column-gap: 10px; align-items: center;
  min-width: 108px; padding: 12px 16px; border-radius: 12px; text-decoration: none; background: var(--paper);
  border: 1px solid var(--line); transition: background .2s, border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.month-tab:hover { border-color: var(--gold-300); transform: translateY(-2px); }
.month-tab-m { font-family: var(--font-display); font-size: 24px; font-weight: 600; line-height: 1; color: var(--ink); }
.month-tab-y { grid-column: 1; font-size: 11.5px; color: var(--muted); font-weight: 600; margin-top: 4px; white-space: nowrap; }
.month-tab-n { grid-row: 1 / span 2; grid-column: 2; justify-self: end; min-width: 26px; height: 26px; padding: 0 7px; border-radius: 999px; display: grid; place-items: center; font-size: 12px; font-weight: 800; background: var(--gold-100); color: var(--gold-700); }
.month-tab.is-empty .month-tab-n { background: var(--sand); color: var(--muted); }
.month-tab.is-empty .month-tab-m { color: var(--muted); }
.month-tab[aria-current] { background: var(--ink); border-color: var(--ink); box-shadow: 0 12px 26px -12px rgba(14, 15, 15, .6); }
.month-tab[aria-current] .month-tab-m { color: #FFF9EE; }
.month-tab[aria-current] .month-tab-y { color: var(--gold-300); }
.month-tab[aria-current] .month-tab-n { background: var(--gold-grad); color: #1A140A; }
.month-scroll { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); background: var(--paper); box-shadow: var(--shadow-sm); display: grid; place-items: center; cursor: pointer; }
.month-scroll--prev { left: calc(var(--gutter) - 12px); }
.month-scroll--next { right: calc(var(--gutter) - 12px); }
.month-scroll .ico { width: 18px; height: 18px; }

.month-toolbar { display: none; margin-top: 18px; gap: 14px 20px; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.js .month-toolbar { display: flex; }
.airline-chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding: 2px; max-width: 100%; }
.airline-chips::-webkit-scrollbar { display: none; }
.filter-chip { flex: none; min-height: 38px; padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line-2); background: transparent; font-size: 13.5px; font-weight: 600; cursor: pointer; color: var(--text-2); transition: all .2s; white-space: nowrap; }
.filter-chip:hover { border-color: var(--ink); color: var(--ink); }
.filter-chip[aria-pressed="true"] { background: var(--gold-100); border-color: var(--gold); color: var(--gold-700); }
.filter-chip[disabled] { opacity: .4; cursor: default; }
.filter-chip .n { margin-left: 6px; font-size: 11.5px; opacity: .75; }
.toolbar-controls { display: flex; gap: 10px; flex-wrap: wrap; }
.field-inline { position: relative; display: inline-flex; align-items: center; }
.field-inline select, .field-inline input {
  min-height: 42px; padding: 8px 36px 8px 14px; border-radius: 10px; border: 1px solid var(--line-2); background: var(--paper); font-size: 14px; font-weight: 600; color: var(--text);
}
.field-inline select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23787266' stroke-width='1.6'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.field-search input { padding-left: 40px; padding-right: 14px; width: 300px; font-weight: 500; }
.field-search .ico { position: absolute; left: 13px; width: 17px; height: 17px; color: var(--muted); pointer-events: none; }
.month-status { margin: 22px 0 18px; font-size: 14.5px; color: var(--muted); }
.month-status strong { color: var(--ink); }
.month-more { display: flex; justify-content: center; margin-top: 32px; }

.empty-state { text-align: center; max-width: 560px; margin: 8px auto 0; padding: 48px 28px; border-radius: var(--radius-lg); background: var(--paper); border: 1px dashed var(--line-2); }
.empty-ico { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-100); color: var(--gold-700); }
.empty-ico .ico { width: 28px; height: 28px; }
.empty-title { font-family: var(--font-display); font-size: 28px; font-weight: 600; margin-bottom: 10px; }
.empty-state p { color: var(--text-2); }
.empty-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* --------------------------------------------------------------- hotel card */
.hotel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 24px; }
.hotel-card { position: relative; display: flex; flex-direction: column; background: var(--paper); color: var(--text); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s; }
.section-ink .hotel-card { background: var(--ink-2); color: var(--on-dark); box-shadow: inset 0 0 0 1px var(--ink-line); }
.hotel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.hotel-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-3); }
.hotel-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.hotel-card:hover .hotel-media img { transform: scale(1.05); }
.hotel-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 9, 9, 0) 55%, rgba(8, 9, 9, .55)); }
.hotel-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: var(--gold-300); background: radial-gradient(circle at 50% 40%, #2a2a26, var(--ink)); }
.hotel-placeholder .ico { width: 64px; height: 64px; stroke-width: 1; }
.hotel-city, .hotel-count { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.hotel-city { left: 14px; bottom: 14px; background: rgba(251, 248, 242, .95); color: var(--ink); }
.hotel-count { right: 14px; top: 14px; background: rgba(8, 9, 9, .6); color: #fff; backdrop-filter: blur(6px); }
.hotel-city .ico, .hotel-count .ico { width: 14px; height: 14px; }
.hotel-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hotel-name { font-family: var(--font-display); font-size: 26px; font-weight: 600; line-height: 1.1; }
.hotel-name a { text-decoration: none; }
.hotel-dist { display: flex; gap: 8px; align-items: flex-start; margin: 0; font-size: 14px; color: var(--muted); }
.section-ink .hotel-dist { color: var(--on-dark-2); }
.hotel-dist .ico { width: 16px; height: 16px; margin-top: 3px; color: var(--gold); }
.hotel-foot { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); }
.section-ink .hotel-foot { border-color: var(--ink-line); }
.hotel-price { margin: 0; font-size: 13px; color: var(--muted); }
.section-ink .hotel-price { color: var(--on-dark-2); }
.hotel-price strong { color: inherit; font-size: 16px; }
.section-ink .hotel-price strong { color: #fff; }
.hotel-cta { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); color: var(--gold-600); transition: background .2s, color .2s; }
.section-ink .hotel-cta { border-color: var(--ink-line); color: var(--gold-300); }
.hotel-card:hover .hotel-cta { background: var(--gold); color: #1A140A; border-color: var(--gold); }
.hotel-cta .ico { width: 16px; height: 16px; }

/* --------------------------------------------------------------------- why */
.why-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: clamp(40px, 6vw, 88px); align-items: start; }
.why-intro { position: sticky; top: calc(var(--header-h) + 32px); }
.why-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-stats div { padding: 22px; border-radius: var(--radius); background: var(--ink); color: var(--on-dark-2); font-size: 13px; }
.why-stats strong { display: block; font-family: var(--font-display); font-size: 44px; line-height: 1; color: var(--gold-300); font-weight: 600; margin-bottom: 6px; }
.why-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.why-item { background: var(--ivory); padding: 30px 28px; }
.why-n { display: block; font-family: var(--font-display); font-size: 20px; color: var(--gold-600); font-weight: 600; margin-bottom: 14px; }
.why-item h3 { font-size: 18px; margin-bottom: 8px; color: var(--ink); }
.why-item p { font-size: 15px; color: var(--text-2); }

/* ---------------------------------------------------------------- services */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; padding: 30px 28px 28px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s, border-color .3s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold-300); }
.service-ico { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--ink); color: var(--gold-300); margin-bottom: 20px; }
.service-ico .ico { width: 26px; height: 26px; }
.service-card h3 { font-size: 19px; margin-bottom: 8px; }
.service-card h3 a { text-decoration: none; }
.service-card p { font-size: 15px; color: var(--text-2); padding-right: 24px; }
.service-more { position: absolute; right: 24px; top: 34px; color: var(--gold-600); opacity: 0; transform: translateX(-6px); transition: all .3s var(--ease); }
.service-card:hover .service-more { opacity: 1; transform: none; }

/* ------------------------------------------------------------ about teaser */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.about-year { position: relative; padding: 48px 40px; border-radius: var(--radius-lg); background: var(--paper); border: 1px solid var(--line); text-align: center; overflow: hidden; }
.about-year::before { content: ""; position: absolute; inset: 0; opacity: .7; background-image: url("../img/pattern-dark.svg"); background-size: 88px; }
.about-year > * { position: relative; }
.about-year-label { display: block; font-size: 12px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-600); }
.about-year-num { display: block; font-family: var(--font-display); font-weight: 600; font-size: clamp(96px, 13vw, 168px); line-height: .95; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; margin: 8px 0 18px; }
.about-year img { width: 190px; margin: 0 auto; }

/* ----------------------------------------------------------------- reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { margin: 0; padding: 30px 28px; background: var(--paper); border-radius: var(--radius); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 16px; }
.review blockquote { margin: 0; font-family: var(--font-display); font-size: 21px; line-height: 1.45; color: var(--ink); }
.review figcaption { margin-top: auto; display: flex; flex-direction: column; font-size: 14px; }
.review figcaption span { color: var(--muted); font-size: 13px; }

/* ------------------------------------------------------------------- CTA */
.cta-band { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--on-dark); padding: clamp(72px, 10vw, 128px) 0; }
.cta-band-art { position: absolute; inset: 0; z-index: -1; background: url("../img/hero/journey.svg") center 70% / cover no-repeat; opacity: .5; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14, 15, 15, .96) 0%, rgba(14, 15, 15, .8) 50%, rgba(14, 15, 15, .35) 100%); }
.cta-band-inner { display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.cta-arch { width: 220px; aspect-ratio: 3 / 4; border-radius: 999px 999px 18px 18px; border: 1px solid rgba(216, 186, 128, .45); display: grid; place-items: center; padding: 34px; background: rgba(14, 15, 15, .5); }
.cta-copy { max-width: 640px; }
.cta-title { font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; color: #FFF9EE; margin-bottom: 18px; }
.cta-copy > p { color: var(--on-dark-2); font-size: 17px; max-width: 52ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: center; margin-top: 28px; }
.cta-phone { display: inline-flex; gap: 8px; align-items: center; color: var(--on-dark); font-weight: 700; text-decoration: none; margin-left: 6px; }
.cta-phone:hover { color: var(--gold-300); }

/* ------------------------------------------------------------------ footer */
.site-footer { position: relative; isolation: isolate; background: #0A0B0B; color: var(--on-dark-2); padding: 64px 0 28px; font-size: 15px; }
.footer-pattern { position: absolute; inset: 0; z-index: -1; opacity: .35; background-image: url("../img/pattern.svg"); background-size: 88px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }
.footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding: 30px 34px; border-radius: var(--radius-lg); border: 1px solid rgba(216, 186, 128, .28); background: linear-gradient(120deg, rgba(184, 144, 74, .14), rgba(184, 144, 74, .02)); margin-bottom: 56px; }
.footer-cta .eyebrow { margin-bottom: 6px; }
.footer-cta-title { margin: 0; font-size: clamp(26px, 3vw, 34px); color: #FFF9EE; line-height: 1.15; }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--ink-line); }
.footer-logo { width: 200px; margin-bottom: 18px; }
.footer-brand p { max-width: 36ch; }
.footer-creds { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.footer-creds li { display: inline-flex; align-items: center; gap: 7px; padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(216, 186, 128, .35); color: var(--gold-300); font-size: 12.5px; font-weight: 700; letter-spacing: .03em; }
.footer-creds .ico { width: 15px; height: 15px; }
.footer-h { font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-300); margin-bottom: 18px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { text-decoration: none; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact .ico { width: 17px; height: 17px; margin-top: 4px; color: var(--gold); }
.socials { display: flex !important; gap: 10px; margin-top: 20px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ink-line); display: grid; place-items: center; color: var(--on-dark); }
.socials a:hover { background: var(--gold); border-color: var(--gold); color: #1A140A; }
.socials .ico { width: 18px; height: 18px; margin: 0; color: inherit; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-top: 24px; font-size: 13px; color: rgba(246, 240, 228, .5); }
.footer-bottom p { margin: 0; }

.wa-fab { position: fixed; right: 20px; bottom: calc(20px + env(safe-area-inset-bottom)); z-index: 40; display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 20px 0 16px; border-radius: 999px; background: var(--green); color: #fff; text-decoration: none; font-weight: 700; box-shadow: 0 14px 30px -10px rgba(30, 123, 85, .6); transition: transform .25s var(--ease); }
.wa-fab:hover { transform: translateY(-3px); }
.wa-fab .ico { width: 24px; height: 24px; }

/* --------------------------------------------------------------- page hero */
.page-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--on-dark); padding: clamp(56px, 8vw, 104px) 0 clamp(52px, 7vw, 88px); }
.page-hero-art { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: 70% 60%; opacity: .75; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(14, 15, 15, .95) 0%, rgba(14, 15, 15, .78) 45%, rgba(14, 15, 15, .25) 100%), linear-gradient(0deg, rgba(14, 15, 15, .6), transparent 50%); }
.page-hero-inner > * { max-width: 760px; }
.page-title { font-size: clamp(40px, 5.6vw, 72px); line-height: 1.02; color: #FFF9EE; margin-bottom: 18px; text-wrap: balance; }
.page-lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--on-dark-2); max-width: 60ch; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: var(--on-dark-2); margin-bottom: 26px; }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--gold-300); }
.crumbs [aria-current] { color: var(--gold-300); }

/* ------------------------------------------------------------ content pages */
.prose { max-width: 70ch; color: var(--text-2); font-size: 17px; }
.prose h2 { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 38px); font-weight: 600; color: var(--ink); margin: 1.6em 0 .5em; }
.prose h3 { font-size: 19px; color: var(--ink); margin: 1.4em 0 .4em; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 88px); align-items: center; }
.split--wide-left { grid-template-columns: 1.2fr .8fr; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 3vw, 32px); }
.card-ink { background: var(--ink); color: var(--on-dark); border-color: var(--ink); }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 118px; top: 10px; bottom: 10px; width: 1px; background: linear-gradient(var(--gold), var(--line-2)); }
.tl-item { display: grid; grid-template-columns: 100px 1fr; gap: 36px; padding: 0 0 36px; position: relative; }
.tl-item::before { content: ""; position: absolute; left: 112px; top: 12px; width: 13px; height: 13px; border-radius: 50%; background: var(--ivory); border: 2px solid var(--gold); }
.tl-year { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--gold-600); line-height: 1.1; text-align: right; padding-right: 8px; }
.tl-item h3 { font-size: 19px; margin: 4px 0 6px; }
.tl-item p { color: var(--text-2); }

.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value { padding: 28px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.value .ico { width: 30px; height: 30px; color: var(--gold-600); margin-bottom: 16px; }
.value h3 { font-size: 18px; margin-bottom: 6px; }
.value p { font-size: 15px; color: var(--text-2); }

.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink-line); border-radius: var(--radius); overflow: hidden; margin-top: 36px; }
.stat-row div { background: var(--ink-2); padding: 24px; }
.stat-row strong { display: block; font-family: var(--font-display); font-size: 40px; font-weight: 600; color: var(--gold-300); line-height: 1; margin-bottom: 6px; }
.stat-row span { font-size: 13px; color: var(--on-dark-2); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { position: relative; padding: 28px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; font-family: var(--font-display); font-size: 40px; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 18px; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--text-2); }

.faq-list { display: grid; gap: 12px; }
.faq { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s; }
.faq[open] { border-color: var(--gold-300); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; font-weight: 700; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq-chev { transition: transform .3s var(--ease); color: var(--gold-600); }
.faq[open] .faq-chev { transform: rotate(180deg); }
.faq-a { padding: 0 24px 22px; color: var(--text-2); }

.service-detail { display: grid; grid-template-columns: 80px 1fr; gap: 28px; padding: 44px 0; border-top: 1px solid var(--line); scroll-margin-top: calc(var(--header-h) + 20px); }
.service-detail:first-child { border-top: 0; padding-top: 0; }
.service-detail .service-ico { width: 72px; height: 72px; border-radius: 20px; }
.service-detail h2 { font-family: var(--font-display); font-size: clamp(30px, 3.4vw, 40px); font-weight: 600; margin-bottom: 12px; }
.service-detail p { color: var(--text-2); max-width: 64ch; }
.service-detail .tick-list { margin-top: 18px; }
.service-detail .btn-row { margin-top: 22px; }

.ziyarat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ziyarat li { display: flex; gap: 14px; align-items: center; padding: 18px 20px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); font-weight: 700; }
.ziyarat .ico { color: var(--gold-600); }

/* ------------------------------------------------------------ package page */
.pkg-hero .page-title { margin-bottom: 14px; }
.pkg-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.pkg-hero-meta span { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: rgba(246, 240, 228, .08); border: 1px solid var(--ink-line); font-size: 13.5px; font-weight: 600; color: var(--on-dark); }
.pkg-hero-meta .ico { width: 16px; height: 16px; color: var(--gold-300); }
.pkg-hero-meta .tag-gold { background: var(--gold-grad); color: #1A140A; border-color: transparent; }
.pkg-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: clamp(28px, 4vw, 56px); align-items: start; }
.pkg-main > section + section { margin-top: 48px; }
.pkg-main h2 { font-family: var(--font-display); font-size: clamp(28px, 3vw, 36px); font-weight: 600; margin-bottom: 18px; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.facts div { background: var(--paper); padding: 18px 20px; }
.facts dt { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.facts dd { margin: 4px 0 0; font-weight: 700; color: var(--ink); font-size: 16px; }
.journey { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 12px; padding: 24px; border-radius: var(--radius); background: var(--ink); color: var(--on-dark); }
.journey-stop { text-align: center; }
.journey-stop strong { display: block; font-family: var(--font-display); font-size: 26px; color: #FFF9EE; font-weight: 600; }
.journey-stop span { font-size: 13px; color: var(--on-dark-2); }
.journey-line { width: 48px; height: 1px; background: repeating-linear-gradient(90deg, var(--gold) 0 6px, transparent 6px 11px); }
.stay-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stay-card { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); position: relative; }
.stay-card-media { aspect-ratio: 16 / 9; position: relative; background: var(--ink-3); }
.stay-card-media img { width: 100%; height: 100%; object-fit: cover; }
.stay-card-body { padding: 18px 20px 20px; display: grid; gap: 6px; }
.stay-card-city { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-600); }
.stay-card h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; }
.stay-card p { margin: 0; font-size: 14px; color: var(--text-2); }
.stay-card .link-more { font-size: 14px; font-weight: 700; margin-top: 6px; display: inline-flex; gap: 6px; align-items: center; color: var(--ink); }
.price-table { width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.price-table th, .price-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15px; }
.price-table tr:last-child td, .price-table tr:last-child th { border-bottom: 0; }
.price-table th { font-weight: 600; color: var(--text-2); }
.price-table td { text-align: right; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.price-table .is-best th, .price-table .is-best td { background: var(--gold-100); }
.price-table caption { caption-side: bottom; text-align: left; padding-top: 10px; font-size: 13px; color: var(--muted); }
.dep-table { width: 100%; border-collapse: collapse; }
.dep-table th, .dep-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; font-size: 15px; }
.dep-table thead th { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.dep-table tr.is-selected td { background: var(--gold-100); }
.inclusions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.pkg-flyer { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); max-width: 520px; }

.book-card { position: sticky; top: calc(var(--header-h) + 20px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.book-card-head { padding: 22px 24px; background: var(--ink); color: var(--on-dark); }
.book-card-head span { font-size: 13px; color: var(--on-dark-2); }
.book-card-price { display: block; font-size: 30px; font-weight: 800; color: #FFF9EE; letter-spacing: -.01em; line-height: 1.2; }
.book-card-price small { font-size: 14px; color: var(--gold-300); font-weight: 700; }
.book-card-body { padding: 22px 24px 24px; }
.book-card .or { display: flex; align-items: center; gap: 12px; margin: 16px 0; font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.book-card .or::before, .book-card .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }

/* ------------------------------------------------------------------- forms */
.enquiry-form { position: relative; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enquiry-form--compact .form-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
.enquiry-form--compact .field:has(textarea),
.enquiry-form--compact .field:has(select) { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.field .opt { font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 48px; padding: 11px 14px; border-radius: 10px; border: 1px solid var(--line-2); background: #fff;
  font-size: 15.5px; transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 88px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23787266' stroke-width='1.6'%3E%3Cpath d='m1 1 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(184, 144, 74, .18); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--danger); }
.field-error { margin: 0; font-size: 13px; color: var(--danger); min-height: 0; }
.field-error:empty { display: none; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin: 14px 0 0; font-size: 14px; }
.form-status:empty { display: none; }
.form-status.is-error { color: var(--danger); }
.form-actions { margin-top: 16px; }
.form-note { display: flex; gap: 8px; align-items: flex-start; margin: 12px 0 0; font-size: 12.5px; color: var(--muted); }
.form-note .ico { width: 15px; height: 15px; margin-top: 2px; }
.form-success { text-align: center; padding: 18px 6px 4px; }
.form-success:focus { outline: none; }
.form-success-ico { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 14px; display: grid; place-items: center; background: #E3F2EA; color: var(--green); }
.form-success-ico .ico { width: 28px; height: 28px; stroke-width: 2.2; }
.form-success h3 { font-family: var(--font-display); font-size: 26px; font-weight: 600; margin-bottom: 8px; }
.form-success p { color: var(--text-2); font-size: 15px; }
.form-success .btn { margin-top: 10px; }
.enquiry-form.is-sent > :not(.form-success) { display: none; }

/* ---------------------------------------------------------------- contact */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 18px; align-items: flex-start; padding: 22px 24px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: border-color .2s, transform .25s var(--ease); }
a.contact-card:hover { border-color: var(--gold-300); transform: translateY(-2px); }
.contact-card .service-ico { width: 48px; height: 48px; border-radius: 14px; margin: 0; flex: none; }
.contact-card .service-ico .ico { width: 22px; height: 22px; }
.contact-card h3 { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-card p { margin: 0; font-weight: 700; color: var(--ink); font-size: 16.5px; overflow-wrap: anywhere; }
.contact-card small { display: block; font-weight: 500; color: var(--muted); font-size: 14px; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 7; background: var(--sand); }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ------------------------------------------------------------ hotel page */
.gallery { display: grid; grid-template-columns: 2fr 1fr; grid-auto-rows: 220px; gap: 12px; }
.gallery-item { position: relative; border: 0; padding: 0; border-radius: var(--radius); overflow: hidden; cursor: zoom-in; background: var(--ink-3); }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-more { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(8, 9, 9, .55); color: #fff; font-weight: 700; font-size: 18px; }
.lightbox { position: fixed; inset: 0; z-index: 120; background: rgba(8, 9, 9, .94); display: grid; grid-template-columns: 64px 1fr 64px; align-items: center; padding: 60px 10px; }
.lightbox img { max-width: 100%; max-height: calc(100vh - 120px); margin: 0 auto; border-radius: 8px; object-fit: contain; }
.lightbox button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .3); background: transparent; color: #fff; display: grid; place-items: center; cursor: pointer; margin: 0 auto; }
.lightbox .lb-close { position: absolute; top: 14px; right: 14px; }
.lightbox .lb-count { position: absolute; top: 24px; left: 0; right: 0; text-align: center; color: rgba(255, 255, 255, .7); font-size: 14px; }

/* --------------------------------------------------------------- reveal */
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------ responsive */
@media (max-width: 1180px) {
  .main-nav a { padding: 10px 9px; font-size: 14px; }
  .main-nav a::after { left: 9px; right: 9px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pkg-layout { grid-template-columns: minmax(0, 1fr) 340px; }
}
@media (max-width: 1024px) {
  :root { --header-h: 72px; }
  .main-nav, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-actions { margin-left: auto; }
  .brand-logo { height: 46px; }
  .trust-card { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 0; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .why-grid, .about-grid { grid-template-columns: 1fr; }
  .why-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .values { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pkg-layout { grid-template-columns: 1fr; }
  .book-card { position: static; }
  .contact-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; max-width: 640px; margin: 0 auto; }
  .ziyarat { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .topbar-contact { display: none !important; }
  .topbar-inner { justify-content: center; }
  .intro-grid, .split, .split--wide-left { grid-template-columns: 1fr; }
  .arch-frame { max-width: 440px; margin: 0 auto; aspect-ratio: 4 / 4.4; }
  .cta-band-inner { grid-template-columns: 1fr; }
  .cta-arch { display: none; }
  .facts { grid-template-columns: 1fr 1fr; }
  .stay-cards { grid-template-columns: 1fr; }
  .field-search input { width: 100%; }
  .toolbar-controls { width: 100%; }
  .toolbar-controls .field-inline { flex: 1 1 180px; }
  .toolbar-controls select, .toolbar-controls input { width: 100%; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .topbar { font-size: 12px; }
  .topbar-cred { gap: 12px !important; }
  .hero { min-height: max(620px, calc(100svh - 34px)); }
  .hero-content { padding-bottom: 88px; gap: 24px; }
  .hero-title { font-size: clamp(36px, 10.5vw, 48px); margin-bottom: 14px; }
  .hero-text { font-size: 15px; }
  .hero-eyebrow { margin-bottom: 12px; }
  .hero-slides::after { background: linear-gradient(0deg, rgba(8, 9, 9, .96) 0%, rgba(8, 9, 9, .8) 50%, rgba(8, 9, 9, .3) 78%, rgba(8, 9, 9, .6) 100%); }
  .hero-actions { gap: 10px; width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-link { margin: 4px auto 0; }
  .hero-controls { width: 100%; justify-content: flex-start; gap: 16px; }
  .hero-arrows .hero-arrow:not(.hero-pause) { display: none; }
  .hero-brand-name { font-size: 11.5px; letter-spacing: .22em; }
  .trust { margin-top: -44px; }
  .trust-card { grid-template-columns: 1fr; }
  .trust-item { padding: 18px 20px; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section-head-row { align-items: flex-start; flex-direction: column; }
  .why-list { grid-template-columns: 1fr; }
  .service-grid, .values, .steps, .ziyarat, .inclusions { grid-template-columns: 1fr; }
  .form-grid, .enquiry-form--compact .form-grid { grid-template-columns: 1fr; }
  .pkg-top { padding: 18px 18px 16px; gap: 14px; }
  .pkg-body { padding: 14px 18px 16px; }
  .pkg-foot { padding: 14px 18px 18px; }
  .pkg-perf { margin: 0 18px; }
  .pkg-perf::before { left: -29px; }
  .pkg-perf::after { right: -29px; }
  .month-tab { min-width: 94px; padding: 10px 12px; }
  .month-tab-m { font-size: 21px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-cta { padding: 24px; }
  .journey { grid-template-columns: 1fr; text-align: center; }
  .journey-line { width: 1px; height: 22px; margin: 0 auto; background: repeating-linear-gradient(180deg, var(--gold) 0 5px, transparent 5px 9px); }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .gallery-item:first-child { grid-column: 1 / -1; grid-row: span 2; }
  .timeline::before { left: 8px; }
  .tl-item { grid-template-columns: 1fr; gap: 4px; padding-left: 34px; }
  .tl-item::before { left: 2px; }
  .tl-year { text-align: left; }
  .service-detail { grid-template-columns: 1fr; gap: 16px; }
  .wa-fab span { display: none; }
  .wa-fab { width: 56px; padding: 0; justify-content: center; }
  .map-frame { aspect-ratio: 4 / 3; }
  .dep-table th:nth-child(3), .dep-table td:nth-child(3) { display: none; }
  .stat-row { grid-template-columns: 1fr; }
}

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

@media print {
  .topbar, .site-header, .wa-fab, .hero-controls, .cta-band, .site-footer, .book-card { display: none !important; }
  body { background: #fff; }
}

/* Grid children may shrink below their content width (prevents overflow on small phones). */
.split > *, .pkg-layout > *, .intro-grid > *, .contact-grid > *, .why-grid > *, .about-grid > *, .cta-band-inner > * { min-width: 0; }
.facts dd, .contact-card p, .pkg-title, .hotel-name { overflow-wrap: anywhere; }
.values--2 { grid-template-columns: 1fr 1fr; }
.values--dark .value { background: var(--ink-2); border-color: var(--ink-line); }
.values--dark h3 { color: #FFF9EE; }
.values--dark p { color: var(--on-dark-2); }
@media (max-width: 640px) { .values--2 { grid-template-columns: 1fr; } }
.pkg-hero-book { display: none; margin-top: 22px; }
@media (max-width: 1024px) { .pkg-hero-book { display: inline-flex; } }
@media (max-width: 640px) {
  .dep-table th, .dep-table td { padding: 12px 8px; font-size: 14px; }
  .dep-table .btn-sm { padding: 6px 10px; min-height: 34px; }
}
