/* ═══════════════════════════════════════════════════════
   TRAVEL WITH ARBAB FAROOQ — Swiss travel site.
   International Typographic Style: strict grid, flush left,
   tight leading, hairline rules. Swiss red on paper white.
   ═══════════════════════════════════════════════════════ */

:root {
  --paper: #ffffff;
  --grey: #f2f0eb;
  --grey-2: #e6e3dc;
  --ink: #20272b;
  --ink-2: #3d474d;
  --muted: #5f6a70;
  --red: #da291c;          /* fills only — 4.27:1 as text on the grey band */
  --red-dk: #a81f15;
  --red-ink: #b4231a;      /* red as text on paper or grey */
  --red-lt: #f5776b;       /* red as text on the ink footer */
  --line: #d9d5cc;
  --line-2: #c3beb2;

  /* Latin display faces carry no Arabic script; these are the fallbacks that do.
     Urdu gets its own: Nastaliq is the register Urdu readers expect, and it is
     a different typeface tradition from the Kufi/Naskh used for Arabic. */
  --arabic: "Noto Kufi Arabic", "Segoe UI", Tahoma, sans-serif;
  --urdu: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", "Noto Naskh Arabic", serif;
  --sans: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shell: min(100% - 40px, 1320px);
  --shadow: 0 12px 34px rgba(32, 39, 43, 0.1);
  --shadow-lg: 0 26px 70px rgba(32, 39, 43, 0.16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

/* height:auto is load-bearing — the posters carry width/height attributes,
   which map to presentational hints that beat aspect-ratio on the tiles. */
img, iframe { max-width: 100%; display: block; height: auto; }
/* <picture> wraps the <img> for WebP; display:contents keeps every existing
   layout rule that targets `.tile img` or `.hero-art img` working unchanged. */
picture { display: contents; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }

/* Visually hidden rather than off-canvas, so it never adds page width. */
.skip {
  position: absolute; top: 0; left: 0; z-index: 300;
  width: 1px; height: 1px; overflow: hidden; white-space: nowrap; clip-path: inset(50%);
  padding: 12px 20px; background: var(--ink); color: #fff; font-weight: 500;
}
.skip:focus { width: auto; height: auto; overflow: visible; clip-path: none; top: 12px; left: 12px; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

/* ─── Type ─── */
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; }
h1 { font-size: clamp(2.9rem, 7vw, 6.4rem); font-weight: 800; }
h2 { font-size: clamp(2.1rem, 4.6vw, 3.9rem); }
h3 { font-size: 1.14rem; letter-spacing: -0.018em; line-height: 1.28; }
p { margin: 0 0 1em; color: var(--muted); }

.num, .kick {
  margin: 0 0 22px; font-family: var(--mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--red-ink);
}
.sec-lede { max-width: 52ch; font-size: 1.06rem; color: var(--ink-2); }

/* ─── Buttons ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; padding: 0 30px; border: 1px solid transparent; border-radius: 0;
  font-family: var(--sans); font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.06em; text-decoration: none; text-align: center; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.btn.red { background: var(--red); color: #fff; }
.btn.red:hover { background: var(--red-dk); transform: translateY(-2px); }
.btn.ghost { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn.ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn.wide { width: 100%; }

/* ─── Announce + header ─── */
.announce {
  margin: 0; padding: 10px 20px; text-align: center; background: var(--ink); color: #cfd6da;
  font-size: 0.74rem; letter-spacing: 0.02em;
}
.announce b { color: #fff; font-weight: 600; }

header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; gap: 22px; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-inline-end: auto; }
.mark { position: relative; width: 26px; height: 26px; background: var(--red); flex: none; display: block; }
.mark i { position: absolute; background: #fff; }
.mark i:first-child { left: 11px; top: 5px; width: 4px; height: 16px; }
.mark i:last-child { left: 5px; top: 11px; width: 16px; height: 4px; }
.mark.light { background: #fff; }
.mark.light i { background: var(--ink); }
.brand-txt { display: grid; line-height: 1.1; }
/* Two-line wordmark: a small "Travel with" over the name, as on the flyers.
   The full string on one line is far too wide for the header at 0.16em. */
.brand-txt b, .foot-brand b { display: grid; font-size: 0.94rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1.05; }
.brand-txt b i, .foot-brand b i { font-style: normal; font-size: 0.56rem; font-weight: 500; letter-spacing: 0.14em; color: var(--muted); }
.brand-txt small { font-size: 0.63rem; color: var(--muted); letter-spacing: 0.02em; }

.links { display: flex; gap: 26px; }
.links a { display: flex; align-items: baseline; gap: 6px; text-decoration: none; font-size: 0.82rem; font-weight: 500; color: var(--ink-2); transition: color .25s; }
.links a em { font-family: var(--mono); font-size: 0.62rem; font-style: normal; color: var(--red-ink); }
.links a:hover { color: var(--red-ink); }

.lang { display: flex; border: 1px solid var(--line-2); }
.lang button {
  min-height: 38px; padding: 0 11px; background: transparent; border: 0; cursor: pointer;
  font-family: var(--mono); font-size: 0.7rem; font-weight: 500; color: var(--muted);
  border-inline-end: 1px solid var(--line-2); transition: background .2s, color .2s;
}
.lang button:last-child { border-inline-end: 0; }
/* JetBrains Mono has no Arabic script, so the ع and اُر labels fell back to
   whatever the system had and sat too small next to EN/DE/FR. */
.lang button[data-l="ar"] { font-family: var(--arabic); font-size: 0.82rem; }
.lang button[data-l="ur"] { font-family: var(--urdu); font-size: 0.8rem; line-height: 2; }
.lang button:hover { color: var(--ink); }
.lang button.on { background: var(--ink); color: #fff; }

.nav-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 20px; background: var(--red); color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 600; transition: background .25s; }
.brand-txt b, .brand-txt small, .nav-cta, .links a,
.tour-body h3, .tour-lede, .wcard h3, .wcard p,
.act-n, .act-w, .ix-name b, .ix-name p, .qa summary,
.step-body h3, .step-body p, .foot-links a, .foot-brand p {
  overflow-wrap: anywhere;
}
.nav-cta:hover { background: var(--red-dk); }
.burger { display: none; width: 44px; height: 44px; padding: 0; background: none; border: 1px solid var(--line-2); color: var(--ink); cursor: pointer; }
.burger svg { width: 20px; height: 20px; margin: auto; fill: none; stroke: currentColor; stroke-width: 1.6; }

/* ─── Hero ─── */
.hero { position: relative; overflow: hidden; background: var(--ink); min-height: 86svh; display: grid; align-items: end; }
.hero-art { position: absolute; inset: 0; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
/* Scrim: heavier bottom-left so the type sits on the meadow, not the sky. */
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(94deg, rgba(20,26,29,.9) 8%, rgba(20,26,29,.66) 42%, rgba(20,26,29,.18) 74%, rgba(20,26,29,.34)),
    linear-gradient(rgba(20,26,29,.34), transparent 34%, rgba(20,26,29,.5));
}
.hero .kick { color: #ff8f84; }
.hero h1, .hero .hero-marks dt { color: #fff; }
.hero .lede { color: #e4e9ec; }
.hero .hero-marks::before { background: rgba(255,255,255,.55); }
.hero .hero-marks > div { border-inline-end-color: rgba(255,255,255,.24); }
.hero .hero-marks dd { color: #c3ccd1; }
.hero .btn.ghost { border-color: rgba(255,255,255,.5); color: #fff; }
.hero .btn.ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.hero-in { position: relative; z-index: 2; padding: 96px 0 100px; }
.hero-in > * { max-width: 720px; }
.hero-in h1 { margin-bottom: 28px; }
.lede { max-width: 50ch; font-size: 1.1rem; color: var(--ink-2); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-marks { position: relative; display: grid; grid-template-columns: repeat(2, minmax(170px, max-content)); gap: 0; margin: 60px 0 0; padding: 0; border-top: 0; width: fit-content; max-width: 720px; }
.hero-marks::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 2px; background: var(--ink); }
.hero-marks > div { min-width: 190px; padding: 18px 26px 0; border-inline-end: 1px solid var(--line); }
.hero-marks > div:first-child { padding-inline-start: 0; }
.hero-marks > div:last-child { border-inline-end: 0; padding-inline-end: 0; }
.hero-marks dt { font-size: 2rem; font-weight: 800; letter-spacing: -0.04em; line-height: 1; }
.hero-marks dd { margin: 6px 0 0; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* ─── Sections ─── */
.sec { padding: 108px 0; }
/* No content-visibility here on purpose. The sections range from 1 100 px to
   6 500 px tall, so a single contain-intrinsic-size guess is wrong for all of
   them: the scrollbar jumped ~800 px on the way down, and print and
   find-in-page saw reserved boxes instead of content. The page is 225 KB —
   there was nothing to win. */
.sec.band { background: var(--grey); }
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head h2 { margin-bottom: 20px; }

.rv { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* ─── 01 Regions ─── */
.region-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.region { display: block; text-decoration: none; background: var(--paper); border: 1px solid var(--line); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.region:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--ink); }
.region-art { overflow: hidden; }
.region-art img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform .8s var(--ease); }
.region:hover .region-art img { transform: scale(1.05); }
.region-body { padding: 22px 22px 24px; }
.region-body h3 { margin-bottom: 8px; }
.region-body p { font-size: 0.88rem; margin-bottom: 16px; }
.meta { display: grid; gap: 6px; border-top: 1px solid var(--line); padding-top: 13px; }
.meta div { display: flex; justify-content: space-between; gap: 12px; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.04em; }
.meta dt, .meta span:first-child { color: var(--muted); text-transform: uppercase; }
.meta b { font-weight: 500; color: var(--ink); }

/* ─── 02 Places ─── */
.place-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.place { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.place:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.place-art { overflow: hidden; }
.place-art img { width: 100%; aspect-ratio: 3/2; object-fit: cover; transition: transform .8s var(--ease); }
.place:hover .place-art img { transform: scale(1.05); }
.place-body { padding: 20px 20px 22px; display: grid; gap: 8px; flex: 1; }
.place-body p { font-size: 0.88rem; margin: 0; }
.place-stats { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 18px; }
.place-stats div { display: grid; gap: 2px; }
.place-stats b { font-size: 0.96rem; font-weight: 700; }
.place-stats span { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }

/* ─── 05 App ─── */
.app-sec { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.app-list { list-style: none; margin: 30px 0 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.app-list li { position: relative; padding-block: 16px; padding-inline: 34px 0; border-bottom: 1px solid var(--line); font-size: 0.94rem; color: var(--ink-2); }
.app-list li::before { content: ""; position: absolute; inset-inline-start: 0; top: 24px; width: 16px; height: 2px; background: var(--red); }
.store { margin-top: 22px; font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }

.phones { position: relative; display: flex; justify-content: center; align-items: flex-start; gap: 0; }
.phone { width: 270px; border: 10px solid var(--ink); border-radius: 34px; background: var(--ink); box-shadow: var(--shadow-lg); overflow: hidden; }
.phone.back { width: 220px; margin-inline-start: -70px; margin-top: 56px; transform: rotate(5deg); z-index: -1; opacity: .96; }
.phone-screen { background: var(--paper); display: grid; gap: 0; }
.ph-top { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; font-family: var(--mono); font-size: 0.66rem; color: var(--muted); background: var(--grey); }
.ph-top b { color: var(--ink); }
.ph-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ph-route { margin: 0; padding: 12px 14px 10px; font-size: 0.78rem; font-weight: 600; color: var(--ink); line-height: 1.35; }
.ph-row { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-top: 1px solid var(--line); }
.ph-row div { flex: 1; min-width: 0; display: grid; }
.ph-row b { font-size: 0.74rem; font-weight: 600; }
.ph-row small { font-family: var(--mono); font-size: 0.64rem; color: var(--muted); }
.ph-row .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); flex: none; }
.ph-row .tick { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; background: #1d7a4c; color: #fff; font-size: 0.6rem; flex: none; }
.ph-row.live { background: #fdf2f1; }
.plat { display: grid; text-align: end; font-weight: 700; font-size: 1rem; }
.plat i { font-family: var(--mono); font-size: 0.56rem; font-style: normal; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.ph-bars { display: flex; align-items: flex-end; gap: 5px; height: 62px; padding: 10px 14px 14px; border-top: 1px solid var(--line); }
.ph-bars i { flex: 1; background: var(--line-2); }
.ph-bars i:nth-child(4) { background: var(--red); }

/* ─── Plan ─── */
.plan-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.plan-form { display: grid; gap: 16px; background: var(--paper); padding: 32px; border: 1px solid var(--line); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-send { display: flex; flex-wrap: wrap; gap: 12px; }
.f-send .btn { flex: 1 1 200px; }
.plan-form label { display: grid; gap: 7px; min-width: 0; font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.plan-form .hp { position: absolute; inline-size: 1px; block-size: 1px; overflow: hidden; clip-path: inset(50%); }
input[type=text], input[type=number], textarea {
  width: 100%; min-width: 0; padding: 13px 14px; font-family: var(--sans); font-size: 16px;
  color: var(--ink); background: var(--paper); border: 1px solid var(--line-2); border-radius: 0;
  letter-spacing: normal; text-transform: none;
}
input:focus, textarea:focus { border-color: var(--red); outline: none; }
textarea { resize: vertical; }
.budget-box {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px;
  padding: 16px; border: 1px solid var(--line); background: var(--grey);
}
.budget-box label { gap: 10px; }
input[type=range] {
  width: 100%; min-width: 0; accent-color: var(--red); cursor: pointer;
}
.budget-out {
  grid-column: 1 / -1; display: block; padding-top: 2px;
  font-size: 1.04rem; font-weight: 700; letter-spacing: -0.02em; color: var(--ink);
}
.budget-help {
  grid-column: 1 / -1; margin: -2px 0 0;
  font-size: 0.82rem; line-height: 1.45; color: var(--muted);
}

/* ─── Footer ─── */
footer { background: var(--ink); color: #b7c0c5; padding-top: 70px; }
.foot-main { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 46px; padding-bottom: 44px; }
.foot-brand b { display: grid; margin: 14px 0 12px; color: #fff; font-weight: 800; }
.foot-brand p { max-width: 34ch; font-size: 0.88rem; color: #9aa5ab; }
.foot-links { display: grid; gap: 9px; align-content: start; }
.foot-links h3 { font-family: var(--mono); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red-lt); margin-bottom: 4px; }
.foot-links a, .foot-links span { text-decoration: none; font-size: 0.88rem; color: #b7c0c5; transition: color .25s; }
.foot-links a { display: flex; align-items: center; min-height: 30px; }
.foot-links a:hover { color: #fff; }
.foot-base { padding: 20px 0 30px; border-top: 1px solid rgba(183,192,197,.2); display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; font-size: 0.76rem; color: #9aa5ab; }
.foot-base a { color: #fff; }
.foot-cta { text-decoration: none; font-size: 0.74rem; font-weight: 600; }

/* ─── Float + menu ─── */
.wa { position: fixed; inset-inline-end: 20px; bottom: 20px; z-index: 80; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 12px 30px rgba(37,211,102,.34); transition: transform .3s var(--ease); }
.wa:hover { transform: scale(1.07); }
.wa svg { width: 26px; height: 26px; }

.menu { position: fixed; inset: 0; z-index: 220; background: var(--paper); padding: 78px 24px 40px; overflow-y: auto; }
.menu[hidden] { display: none; }
.menu nav { display: grid; }
.menu nav a { display: flex; align-items: center; gap: 12px; min-height: 64px; text-decoration: none; font-size: 1.7rem; font-weight: 700; letter-spacing: -0.03em; border-bottom: 1px solid var(--line); }
.menu nav a em { font-family: var(--mono); font-size: 0.7rem; font-style: normal; font-weight: 400; color: var(--red-ink); }
.menu-lang { margin-top: 26px; width: max-content; }
.menu-x { position: absolute; top: 18px; inset-inline-end: 18px; width: 48px; height: 48px; background: none; border: 1px solid var(--line-2); color: var(--ink); font-size: 1.6rem; line-height: 1; cursor: pointer; }

/* ═══ Responsive ═══ */
@media (max-width: 1080px) {
  .planner, .app-sec, .plan-grid { grid-template-columns: 1fr; }
  .planner-controls { border-inline-end: 0; border-bottom: 2px solid var(--ink); }
  .app-sec, .plan-grid { gap: 48px; }
  .foot-main { grid-template-columns: 1fr 1fr; }
  .phones { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .links, .nav-cta { display: none; }
  .burger { display: grid; place-items: center; }
  header .lang { display: none; }
  .sec { padding: 72px 0; }
  .hero-in { padding: 66px 0 76px; }
  /* The faded art + white scrim that used to live here belonged to the vector hero.
     The photo hero keeps white type, so the mobile scrim stays dark — see below. */
  .hero-in > * { max-width: none; }
  .planner-controls, .planner-out, .plan-form { padding: 24px 20px; }
  .f-row { grid-template-columns: 1fr; }
  .budget-box { grid-template-columns: 1fr; padding: 14px; }
  .foot-main { grid-template-columns: 1fr; gap: 32px; }
  .btn { width: 100%; }
  .phone.back { display: none; }
}
@media (max-width: 520px) {
  .region-grid, .place-grid, .svc-grid { grid-template-columns: 1fr; }
  .hero-marks { grid-template-columns: 1fr; width: 100%; }
  .hero-marks > div { min-width: 0; border-inline-end: 0; border-bottom: 1px solid var(--line); padding: 18px 0 14px; }
  .hero-marks > div:last-child { border-bottom: 0; }
}

/* ═══ Phone polish ═══
   Audited at 390×844: 44px tap targets and an 11.2px floor on the mono
   micro-labels, which otherwise fall under 11px on the mobile scale. */
@media (max-width: 900px) {
  .foot-links a, .foot-base a { display: inline-flex; align-items: center; min-height: 44px; }
  .brand { min-height: 44px; }
  .lang button { min-height: 44px; padding: 0 14px; }

  .announce, .num, .kick, .brand-txt small, .hero-marks dd, .meta div,
  .place-stats span, .svc-price span, .ctrl label, .ctrl legend,
  .bill-total span, .bill-total em, .fine, .store, .foot-links h3,
  .foot-cta, .plan-form label, .ph-top, .ph-row small, .plat i {
    font-size: max(0.7rem, 11.2px);
  }
}

/* ─── 01 The valley — photographic mosaic ─── */
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; align-items: stretch; }
.tile { margin: 0; position: relative; overflow: hidden; background: var(--grey); }
.tile.wide { grid-column: span 4; }
.tile.tall { grid-column: span 2; grid-row: span 2; }
.tile.std { grid-column: span 3; }
.mosaic .tile:nth-child(3), .mosaic .tile:nth-child(4) { grid-column: span 2; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.tile.wide img, .tile.std img { aspect-ratio: 3/2; }
.tile.tall img { aspect-ratio: 4/5; }
.tile:hover img { transform: scale(1.04); }
.tile figcaption {
  position: absolute; inset: auto 0 0 0; padding: 68px 22px 20px; color: #fff;
  /* Reaches full strength by 45%, not 58%: the title sits high in the block (68px
     of top padding), so a late ramp leaves it on thin scrim over a bright photo. */
  background: linear-gradient(transparent, rgba(20,26,29,.93) 45%);
  display: grid; gap: 5px;
}
.tile figcaption b { font-size: 1.06rem; font-weight: 700; letter-spacing: -0.02em; }
.tile figcaption span { font-size: 0.86rem; line-height: 1.45; color: #dbe2e6; max-width: 46ch; }

/* ─── 02 Region index — a table, not cards ─── */
.index { border-top: 2px solid var(--ink); }
.index-head, .index-row { display: grid; grid-template-columns: minmax(0, 2.4fr) 1fr 0.8fr 0.6fr; gap: 20px; align-items: baseline; }
.index-head { padding: 12px 0; border-bottom: 1px solid var(--line-2); }
.index-head span { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.index-row { padding: 22px 0; border-bottom: 1px solid var(--line); transition: background .25s; }
.index-row:hover { background: rgba(255,255,255,.6); }
.ix-name b { display: block; font-size: 1.24rem; font-weight: 700; letter-spacing: -0.03em; }
.ix-name p { margin: 6px 0 0; font-size: 0.9rem; max-width: 58ch; }
.ix-d { font-family: var(--mono); font-size: 0.8rem; color: var(--ink-2); }

/* ─── 03 The worked route ─── */
.route-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.route { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.day {
  display: grid; grid-template-columns: 74px minmax(0, 1fr) 132px; gap: 22px;
  padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start;
}
.day-n em { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-style: normal; }
.day-n b { font-size: 2.1rem; font-weight: 300; line-height: 1; letter-spacing: -0.04em; }
.day-body h3 { margin: 0 0 6px; font-size: 1.14rem; font-weight: 700; letter-spacing: -0.03em; }
.day-body p { margin: 0; font-size: 0.94rem; max-width: 56ch; }
.day-meta { text-align: end; font-family: var(--mono); font-size: 0.74rem; line-height: 1.5; }
.day-meta span { display: block; font-weight: 500; }
.day-meta i { color: var(--muted); font-style: normal; }
.route-side { position: sticky; top: 92px; }
.route-side img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.route-card { border: 2px solid var(--ink); border-top: 0; padding: 22px 20px; }
.route-sum { margin: 0 0 16px; font-family: var(--mono); font-size: 0.76rem; line-height: 1.6; }

/* ─── 04 Day tours ─── */
.tours { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: start; }
.tour { background: var(--paper); border: 1px solid var(--line-2); display: flex; flex-direction: column; min-width: 0; }
.tour-media { position: relative; overflow: hidden; background: var(--grey); }
.tour-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/2; display: block; }

/* Placeholder panel — shown until a photo is dropped into img/tour/.
   Designed to look deliberate, so the page can be sent out with no artwork. */
.tour-ph {
  aspect-ratio: 3/2; display: grid; align-content: center; justify-items: center; gap: 8px;
  padding: 24px; text-align: center; color: #fff;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.045) 0 12px, transparent 12px 24px),
    linear-gradient(150deg, #2b3940, #161e22 70%);
}
/* Solid colours, not rgba(255,255,255,α): a translucent white reads as pure
   white to every contrast checker, which hides what the composite really is.
   Measured on the panel gradient — 3.94:1 for the numeral, 7.11:1 for the rest. */
.tour-ph-n { font-size: 3.4rem; font-weight: 200; line-height: 1; letter-spacing: -0.05em; color: #8b969c; }
.tour-ph-t { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: #c2c9cd; }
.tour-ph code { font-family: var(--mono); font-size: 0.68rem; color: #c2c9cd; word-break: break-all; }

.tour-badge {
  position: absolute; top: 0; inset-inline-start: 0; z-index: 1;
  background: var(--red); color: #fff; padding: 8px 14px 9px; display: grid; justify-items: center; line-height: 1;
}
.tour-badge em { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; font-style: normal; }
.tour-badge b { font-size: 1.2rem; font-weight: 700; }

.tour-body { padding: 20px; display: flex; flex-direction: column; flex: 1; min-width: 0; }
.tour-body h3 { margin: 0 0 7px; font-size: 1.28rem; font-weight: 700; letter-spacing: -0.04em; }
.tour-lede { margin: 0 0 14px; font-size: 0.88rem; line-height: 1.48; }
.tour-body h4 {
  margin: 0 0 8px; font-family: var(--mono); font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
}
.tour-body h4.opt-h { color: var(--red-ink); }

.tour-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0 0 14px; padding: 11px 0; border-block: 1px solid var(--line); }
.tour-facts dt { font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.tour-facts dd { margin: 3px 0 0; font-size: 0.84rem; font-weight: 600; letter-spacing: -0.02em; }

.tour-stops, .tour-inc, .tour-opt { margin: 0 0 14px; padding: 0; list-style: none; font-size: 0.84rem; line-height: 1.42; }
.tour-stops { counter-reset: s; }
.tour-stops li { counter-increment: s; position: relative; padding-block: 5px; padding-inline: 30px 0; border-bottom: 1px solid var(--line); }
.tour-stops li::before {
  content: counter(s, decimal-leading-zero); position: absolute; inset-inline-start: 0; top: 6px;
  font-family: var(--mono); font-size: 0.66rem; color: var(--red-ink);
}
.tour-inc li { position: relative; padding-block: 3px; padding-inline: 22px 0; }
.tour-inc li::before { content: "✓"; position: absolute; inset-inline-start: 0; color: var(--green, #2f6b45); font-size: .8rem; }
.tour-opt li { display: flex; justify-content: space-between; gap: 14px; padding: 5px 0; border-bottom: 1px dotted var(--line-2); }
.tour-opt b { font-family: var(--mono); font-weight: 500; white-space: nowrap; }

.tour-foot-row { margin-top: auto; padding-top: 13px; border-top: 2px solid var(--ink); display: flex; flex-wrap: wrap; gap: 12px; align-items: end; justify-content: space-between; }
.tour-price { margin: 0; display: grid; }
.tour-price em { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; font-style: normal; color: var(--muted); }
.tour-price b { font-size: 1.6rem; font-weight: 700; letter-spacing: -0.04em; line-height: 1.1; }
.tour-price span { font-family: var(--mono); font-size: 0.62rem; color: var(--ink-2); }
.tour-foot { margin: 28px 0 0; font-family: var(--mono); font-size: 0.76rem; text-align: center; color: var(--ink-2); }

/* ─── 05 Things to do ─── */
.acts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 44px; }
.act h3 {
  display: flex; align-items: center; gap: 10px; margin: 0 0 10px; padding-bottom: 10px;
  border-bottom: 2px solid var(--ink);
  font-family: var(--mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.act h3 i { font-style: normal; color: var(--red-ink); font-size: 0.9rem; line-height: 1; }
.act ul { margin: 0 0 26px; padding: 0; list-style: none; }
.act li {
  display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 16px;
  align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line);
}
.act-n { font-size: 0.94rem; }
.act-w { grid-column: 1; font-family: var(--mono); font-size: 0.68rem; color: var(--muted); }
.act li b { grid-row: 1 / span 2; grid-column: 2; font-family: var(--mono); font-weight: 500; font-size: 0.84rem; white-space: nowrap; }


.foot-brand b { font-size: 1rem; letter-spacing: 0.12em; margin-bottom: 4px; }
.foot-brand b i { color: rgba(255,255,255,.6); }

/* ─── Tour galleries ───
   Scroll-snap carries the swipe: no library, no touch handlers, and it
   keeps working with JS off. The buttons only nudge the same scroller. */
.gal { position: relative; }
.gal-track {
  display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; -webkit-overflow-scrolling: touch; overscroll-behavior-x: contain;
}
.gal-track::-webkit-scrollbar { display: none; }
.gal-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; }
.gal-slide img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/2; }

.gal-btn {
  position: absolute; top: 50%; translate: 0 -50%; z-index: 2;
  width: 44px; height: 44px; padding: 0; border: 0; cursor: pointer;
  background: rgba(255,255,255,.92); color: var(--ink);
  opacity: 0; transition: opacity .2s, background .2s;
}
.gal-btn::before { content: ""; display: block; width: 9px; height: 9px; margin: auto;
  border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.gal-btn.prev { inset-inline-start: 8px; }
.gal-btn.prev::before { rotate: -135deg; margin-inline-start: 18px; }
.gal-btn.next { inset-inline-end: 8px; }
.gal-btn.next::before { rotate: 45deg; margin-inline-start: 14px; }
.gal:hover .gal-btn, .gal-btn:focus-visible { opacity: 1; }
.gal-btn:hover { background: #fff; }
/* Touch has no hover, and swiping is the gesture there anyway. */
@media (pointer: coarse) { .gal-btn { display: none; } }

.gal-dots { position: absolute; inset-inline: 0; bottom: 12px; z-index: 2; display: flex; justify-content: center; gap: 6px; }
.gal-dots i { width: 6px; height: 6px; background: rgba(255,255,255,.55); box-shadow: 0 1px 3px rgba(0,0,0,.45); transition: background .25s, width .25s; }
.gal-dots i.on { width: 18px; background: #fff; }
.gal-count {
  position: absolute; top: 10px; inset-inline-end: 10px; z-index: 2;
  padding: 4px 9px; background: rgba(20,26,29,.72); color: #fff;
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.06em;
}

/* ─── 04 How it works ─── */
.how { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); max-width: 980px; }
.step { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--line); align-items: start; }
.step-n em { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-style: normal; }
.step-n b { font-size: 2.4rem; font-weight: 300; line-height: 1; letter-spacing: -0.04em; }
.step-body h3 { margin: 0 0 6px; font-size: 1.24rem; font-weight: 700; letter-spacing: -0.03em; }
.step-body p { margin: 0; font-size: 0.96rem; max-width: 62ch; }

/* ─── 05 Why us ─── */
.why { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.wcard { background: var(--paper); padding: 28px 26px; }
.wcard h3 { margin: 0 0 8px; font-size: 1.12rem; font-weight: 700; letter-spacing: -0.03em; }
.wcard p { margin: 0; font-size: 0.93rem; }

/* ─── 07 Voices ─── */
.voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.voice { margin: 0; padding: 30px 26px; background: var(--grey); border-top: 2px solid var(--red); display: grid; }
.voice blockquote {
  position: relative; margin: 0 0 22px; font-size: 1.04rem; line-height: 1.6;
  letter-spacing: -0.01em; text-indent: 1.5em;
}
/* Hanging quote mark, decorative only — the text already reads as a quotation.
   Positioned rather than floated: a float's box is two lines tall at this size,
   so it indented the second line of every quote against nothing. `text-indent`
   moves the first line only, which is exactly the intent. */
.voice blockquote::before {
  content: "“"; position: absolute; inset-inline-start: 0; top: -0.06em;
  font-size: 2.4rem; line-height: 1; color: var(--red); text-indent: 0;
}
.voice figcaption { align-self: end; font-family: var(--mono); font-size: 0.72rem; line-height: 1.7; }
.voice figcaption b { display: block; font-size: 0.8rem; }
.voice figcaption span { color: var(--ink-2); }

/* ─── 08 FAQ ─── */
.faq { border-top: 2px solid var(--ink); max-width: 900px; }
.qa { border-bottom: 1px solid var(--line); }
.qa summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 0; min-height: 44px; cursor: pointer; list-style: none;
  font-size: 1.1rem; font-weight: 700; letter-spacing: -0.03em;
}
.qa summary::-webkit-details-marker { display: none; }
/* Drawn rather than a glyph so it can rotate cleanly on open. */
.qa summary i { position: relative; flex: 0 0 14px; height: 14px; }
.qa summary i::before, .qa summary i::after {
  content: ""; position: absolute; inset-inline: 0; top: 6px; height: 2px; background: var(--ink); transition: transform .25s var(--ease);
}
.qa summary i::after { transform: rotate(90deg); }
.qa[open] summary i::after { transform: rotate(0deg); }
.qa p { margin: 0 0 24px; max-width: 68ch; font-size: 0.96rem; }

@media (max-width: 900px) {
  .mosaic { grid-template-columns: 1fr; gap: 14px; }
  .tile.wide, .tile.tall, .tile.std { grid-column: auto; grid-row: auto; }
  .tile.tall img { aspect-ratio: 3/2; }
  .tile figcaption { padding: 52px 16px 16px; }
  .index-head { display: none; }
  .index-row { grid-template-columns: 1fr; gap: 6px; padding: 20px 0; }
  .ix-d { font-size: 0.74rem; }
  .ix-d + .ix-d { margin-top: -4px; }
  .hero { min-height: auto; }
  .hero-art { opacity: 1; }
  .hero::after { background: linear-gradient(rgba(20,26,29,.55), rgba(20,26,29,.82)); }

  .route-grid { grid-template-columns: 1fr; gap: 34px; }
  /* Sticky is pointless once the column is full width, and it traps the card. */
  .route-side { position: static; }
  .day { grid-template-columns: 54px minmax(0, 1fr); gap: 16px; }
  .day-n b { font-size: 1.7rem; }
  .day-meta { grid-column: 2; text-align: start; display: flex; gap: 14px; }
  .voices { grid-template-columns: 1fr; }

  .tours { grid-template-columns: 1fr; gap: 18px; }
  .tour-media { min-height: 0; max-height: 280px; }
  .gal-slide img, .tour-media img { aspect-ratio: 16 / 10; }
  .tour-ph {
    min-height: 96px; aspect-ratio: auto; align-content: end; justify-items: start;
    padding: 18px 18px 16px; text-align: start;
  }
  .tour-ph-n { font-size: 2.15rem; }
  .tour-ph-t, .tour-ph code { display: none; }
  .tour-badge { padding: 6px 10px 7px; }
  .tour-badge b { font-size: 0.98rem; }
  .tour-body { padding: 16px; }
  .tour-body h3 { font-size: 1.16rem; line-height: 1.12; }
  .tour-lede { margin-bottom: 12px; font-size: 0.88rem; }
  .tour-stops, .tour-inc, .tour-opt { columns: 1; }
  .tour-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; margin-bottom: 12px; padding: 10px 0; }
  .tour-facts dd { font-size: 0.78rem; }
  .tour-stops, .tour-inc, .tour-opt { margin-bottom: 12px; font-size: 0.82rem; }
  .tour-foot-row { padding-top: 12px; }
  .tour-price span { display: none; }
  .acts { grid-template-columns: 1fr; gap: 0; }
  .why { grid-template-columns: 1fr; }
  .step { grid-template-columns: 62px minmax(0, 1fr); gap: 16px; }
  .step-n b { font-size: 1.8rem; }
  .tour-foot-row .btn { width: 100%; min-height: 48px; }
  /* Readability floor. This block sits after the day-tour rules on purpose —
     the earlier phone-polish block loses to them at equal specificity. */
  .tour-badge em, .tour-body h4, .tour-facts dt, .tour-price em,
  .tour-price span, .tour-ph-t, .tour-ph code, .tour-foot, .day-n em,
  .index-head span, .ix-d, .route-sum, .day-meta, .voice figcaption,
  .act h3, .act-w, .act li b {
    font-size: max(0.7rem, 11.2px);
  }
  /* These two carry an explicit size earlier in the file that the shared floor
     above was not beating, so set them directly. */
  .brand-txt b i, .foot-brand b i { font-size: 0.68rem; }
  .step-n em { font-size: 0.7rem; }
}


/* ═══ Responsive tiers ═══════════════════════════════════
   The 900px breakpoint was doing all the work, which left an
   iPad in portrait rendering the phone layout: one column of
   everything and a burger menu on a 768px-wide screen.
   ═════════════════════════════════════════════════════════ */

/* ─── Tablet: 700–900px. Burger stays (five links plus the
   two-line wordmark will not fit), but the grids get their
   second column back and the wide tour cards go side by side. */
@media (min-width: 700px) and (max-width: 900px) {
  .acts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 36px; }
  .why { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tours { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tour-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step { grid-template-columns: 88px minmax(0, 1fr); }
  .hero-marks > div { flex: 1 1 33%; }
  .f-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .tour-media { max-height: 230px; }
  .tour-body { padding: 15px; }
  .tour-lede { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .tour-inc li:nth-child(n+4), .tour-opt li:nth-child(n+4) { display: none; }
  .tour-foot-row { gap: 10px; }
}

/* ─── Any touch device, at any width. An iPad in landscape is
   1024px wide and still a finger — width alone cannot tell us. */
@media (pointer: coarse) {
  .links a, .lang button, .nav-cta, .brand { min-height: 44px; }
  .links a, .nav-cta, .brand { display: inline-flex; align-items: center; }
  .index-row, .qa summary, .act li { min-height: 44px; }
  .foot-links a, .menu nav a { min-height: 44px; display: flex; align-items: center; }
}

/* ─── Phone contact dock. This business converts on contact, so
   both routes sit permanently in thumb reach and the floating
   bubble stands down to avoid two competing WhatsApp buttons. */
.dock { display: none; }
@media (max-width: 760px) {
  .dock {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
    position: fixed; inset: auto 0 0 0; z-index: 120;
    background: var(--line-2); border-top: 1px solid var(--line-2);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .dock a {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 54px; background: var(--paper); color: var(--ink);
    text-decoration: none; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.02em;
  }
  .dock a:first-child { background: #25d366; color: #0b3d1f; }
  .wa { display: none; }
  /* Clear the dock so it never covers the last line of the footer. */
  footer { padding-bottom: 78px; }
}

/* ─── Very narrow phones (320px). The display face needs a
   smaller floor or "Switzerland," overhangs its line box. */
@media (max-width: 360px) {
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.85rem; }
  .sec { padding: 62px 0; }
  .tour-body, .voice { padding-inline: 18px; }
}

/* ─── Wide screens: stop the measure growing forever. */
@media (min-width: 1600px) {
  :root { --shell: min(100% - 80px, 1440px); }
  .tours { gap: 28px; }
}


/* ═══ Arabic / RTL ═══════════════════════════════════════
   No mirrored stylesheet: the layout already uses logical
   properties, and `dir="rtl"` on <html> flips a flex row's
   main axis on its own — adding row-reverse would reverse
   it a second time and land back in visual LTR.
   ═════════════════════════════════════════════════════════ */
[lang="ar"] body,
[lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3, [lang="ar"] h4 { font-family: var(--arabic); }

/* Arabic is cursive: letter-spacing breaks the joins, and there is
   no upper case to transform to. Both have to be switched off
   everywhere the Latin design used them for texture. */
[lang="ar"] .num, [lang="ar"] .kick, [lang="ar"] .announce,
[lang="ar"] .brand-txt b, [lang="ar"] .brand-txt b i, [lang="ar"] .links a,
[lang="ar"] .tour-body h4, [lang="ar"] .tour-badge em,
[lang="ar"] .tour-facts dt, [lang="ar"] .tour-price em, [lang="ar"] .act h3,
[lang="ar"] .index-head span, [lang="ar"] .step-n em, [lang="ar"] .foot-links h3,
[lang="ar"] .plan-form label, [lang="ar"] .fine, [lang="ar"] .tour-ph-t,
[lang="ar"] .btn, [lang="ar"] .nav-cta, [lang="ar"] .menu nav a,
[lang="ar"] .voice figcaption, [lang="ar"] .gal-count {
  letter-spacing: normal; text-transform: none;
}
/* Headline tracking is a Latin nicety that closes Arabic letterforms. */
[lang="ar"] h1, [lang="ar"] h2, [lang="ar"] h3 { letter-spacing: 0; line-height: 1.18; }
[lang="ar"] .tour-body h3, [lang="ar"] .ix-name b, [lang="ar"] .step-body h3,
[lang="ar"] .wcard h3, [lang="ar"] .qa summary { letter-spacing: 0; }

/* Latin runs inside Arabic — place names, "3 454 m", the wordmark — keep
   their own direction instead of being reordered by the bidi algorithm. */
[lang="ar"] .tour-facts dd, [lang="ar"] .ix-d, [lang="ar"] .act-w,
[lang="ar"] .tour-price span, [lang="ar"] [data-tel], [lang="ar"] .voice figcaption b {
  unicode-bidi: plaintext;
}
/* The wordmark is a Latin name and stays Latin in every language. */
[lang="ar"] .brand-txt b { font-family: var(--sans); direction: ltr; }

/* The mono face has no Arabic either — only keep it where the content is
   digits or Latin. */
[lang="ar"] .num, [lang="ar"] .kick, [lang="ar"] .tour-body h4,
[lang="ar"] .act h3, [lang="ar"] .index-head span, [lang="ar"] .foot-links h3,
[lang="ar"] .step-n em, [lang="ar"] .tour-badge em, [lang="ar"] .tour-facts dt,
[lang="ar"] .tour-price em, [lang="ar"] .plan-form label { font-family: var(--arabic); }

/* The arrow glyphs point the wrong way once the axis flips. */
[dir="rtl"] .gal-btn.prev::before { rotate: 45deg; margin-inline-start: 14px; }
[dir="rtl"] .gal-btn.next::before { rotate: -135deg; margin-inline-start: 18px; }
[dir="rtl"] .foot-cta, [dir="rtl"] .open { transform: scaleX(-1); }


/* ═══ Urdu ═══════════════════════════════════════════════
   Urdu shares the RTL mechanics with Arabic — the rules above key off
   [dir="rtl"] and apply unchanged. What differs is the typeface and the
   leading: Nastaliq slopes down to the left across each word, so it
   needs far more room between lines than any Latin or Kufi face.
   ═════════════════════════════════════════════════════════ */
[lang="ur"] body,
[lang="ur"] h1, [lang="ur"] h2, [lang="ur"] h3, [lang="ur"] h4 { font-family: var(--urdu); }
[lang="ur"] body { line-height: 2.05; }
[lang="ur"] h1 { line-height: 1.75; letter-spacing: 0; }
[lang="ur"] h2 { line-height: 1.7; letter-spacing: 0; }
[lang="ur"] h3, [lang="ur"] .tour-body h3, [lang="ur"] .ix-name b,
[lang="ur"] .step-body h3, [lang="ur"] .wcard h3, [lang="ur"] .qa summary {
  line-height: 1.75; letter-spacing: 0;
}
[lang="ur"] p, [lang="ur"] li, [lang="ur"] dd { line-height: 2.05; }
/* Nastaliq descends below the baseline; give the boxes room to hold it. */
[lang="ur"] .btn, [lang="ur"] .nav-cta { min-height: 60px; line-height: 1.9; }
[lang="ur"] .dock a { min-height: 62px; }
[lang="ur"] .lang button { line-height: 1.9; }
[lang="ur"] .tile figcaption { padding-block: 78px 24px; }

/* Cursive again: no tracking, no case transform, and the mono face has no
   Urdu at all. */
[lang="ur"] .num, [lang="ur"] .kick, [lang="ur"] .announce,
[lang="ur"] .links a, [lang="ur"] .tour-body h4,
[lang="ur"] .tour-badge em, [lang="ur"] .tour-facts dt, [lang="ur"] .tour-price em,
[lang="ur"] .act h3, [lang="ur"] .index-head span, [lang="ur"] .step-n em,
[lang="ur"] .foot-links h3, [lang="ur"] .plan-form label, [lang="ur"] .fine,
[lang="ur"] .tour-ph-t, [lang="ur"] .btn, [lang="ur"] .nav-cta,
[lang="ur"] .menu nav a, [lang="ur"] .voice figcaption, [lang="ur"] .gal-count,
[lang="ur"] .brand-txt small {
  letter-spacing: normal; text-transform: none; font-family: var(--urdu);
}

/* Latin and digits inside Urdu keep their own direction. */
[lang="ur"] .tour-facts dd, [lang="ur"] .ix-d, [lang="ur"] .act-w,
[lang="ur"] .tour-price span, [lang="ur"] [data-tel] { unicode-bidi: plaintext; }
[lang="ur"] .brand-txt b { font-family: var(--sans); direction: ltr; }
