:root {
  --navy: #1a2b3c;
  --navy-soft: #243447;
  --ink: #1c1c1c;
  --muted: #7a7f87;
  --line: #e8eaee;
  --sand: #f6f2ea;
  --gold: #c4a574;
  --white: #ffffff;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --script: "Great Vibes", cursive;
  --hand: "Caveat", cursive;
  --urdu: "Noto Nastaliq Urdu", "Noto Sans Arabic", Tahoma, sans-serif;
  --sindhi: "Noto Nastaliq Urdu", "Noto Sans Arabic", Tahoma, sans-serif;
  --content-serif: var(--serif);
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 14.5px;
  -webkit-font-smoothing: antialiased;
}
body.locale-ur {
  font-family: var(--urdu);
  font-size: 17px;
  line-height: 2.05;
  --content-serif: var(--urdu);
  --serif: var(--urdu);
  --sans: var(--urdu);
  --script: var(--urdu);
  --hand: var(--urdu);
}
body.locale-sd {
  font-family: var(--sindhi);
  font-size: 16.5px;
  line-height: 1.95;
  --content-serif: var(--sindhi);
  --serif: var(--sindhi);
  --sans: var(--sindhi);
  --script: var(--sindhi);
  --hand: var(--sindhi);
}
body.locale-ur .hero-title,
body.locale-ur .section-title,
body.locale-ur .about-copy h2,
body.locale-ur .ig-copy h2,
body.locale-ur .page-hero h1,
body.locale-sd .hero-title,
body.locale-sd .section-title,
body.locale-sd .about-copy h2,
body.locale-sd .ig-copy h2,
body.locale-sd .page-hero h1 {
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.55;
}
body.locale-ur .hero-title {
  font-size: clamp(2.6rem, 4.8vw, 3.6rem);
  font-weight: 600;
}
body.locale-sd .hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.3rem);
  font-weight: 600;
}
body.locale-ur .section-title,
body.locale-sd .section-title {
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  font-weight: 600;
}
body.locale-ur .hero-eyebrow,
body.locale-sd .hero-eyebrow,
body.locale-ur .section-kicker,
body.locale-sd .section-kicker {
  letter-spacing: .04em;
  text-transform: none;
  font-size: .9rem;
}
body.locale-ur .btn,
body.locale-sd .btn,
body.locale-ur .ig-btn,
body.locale-sd .ig-btn {
  letter-spacing: 0;
  font-size: .92rem;
  line-height: 1.5;
  padding: .78rem 1.35rem;
}
body.locale-ur .category-item h3,
body.locale-sd .category-item h3 {
  font-size: .95rem;
  line-height: 1.55;
  letter-spacing: 0;
}
body.locale-ur .category-item p,
body.locale-sd .category-item p {
  font-size: .78rem;
  line-height: 1.45;
}
body.locale-ur .dest-meta h3,
body.locale-sd .dest-meta h3 {
  font-size: 1.05rem;
  line-height: 1.45;
}
body.locale-ur .post-card h3,
body.locale-sd .post-card h3 {
  font-size: 1.12rem;
  line-height: 1.55;
  font-weight: 600;
}
body.locale-ur .quote-card blockquote,
body.locale-sd .quote-card blockquote {
  font-style: normal;
  max-width: 17ch;
  line-height: 2.05;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
body.locale-ur .about-copy h2,
body.locale-sd .about-copy h2 {
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  line-height: 1.55;
}
body.locale-ur .about-copy p,
body.locale-sd .about-copy p {
  font-size: 1rem;
  line-height: 2.15;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
.container { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }

/* ========== HEADER ========== */
.site-header {
  position: relative;
  z-index: 100;
}
.site-header--solid {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.site-header--overlay {
  background: transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 0;
  min-height: 92px;
  position: relative;
}
.brand {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #111;
  z-index: 2;
  position: relative;
  line-height: 0;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .28rem;
  line-height: 1;
}
.brand-logo {
  display: block;
  width: auto;
  height: clamp(38px, 4.2vw, 52px);
  max-width: min(240px, 46vw);
  object-fit: contain;
  object-position: left center;
}
.brand-tag {
  font-family: var(--sans);
  font-size: .48rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #222;
  padding-left: .06rem;
  white-space: nowrap;
  line-height: 1;
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  position: relative;
  min-width: 0;
}
.nav-links--desktop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .15rem 1.1rem;
  flex-wrap: nowrap;
}
.nav-links--desktop > li { position: relative; }
.nav-links--desktop .nav-link,
.nav-links--desktop a.nav-link,
.nav-links--desktop button.nav-link {
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: var(--navy);
  padding: .35rem 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  transition: color .2s ease;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.nav-links--desktop .nav-link:hover { color: var(--gold); }
.nav-links--desktop .nav-link.active { color: var(--navy); }
.nav-links--desktop .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1.5px;
  background: var(--navy);
}
.nav-links--desktop .caret {
  font-size: .55rem;
  opacity: .75;
  line-height: 1;
  transition: transform .2s ease;
}
.nav-links--desktop .has-drop.open > .nav-link .caret {
  transform: rotate(180deg);
}
.nav-links--desktop .dropdown {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 210px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(26, 43, 60, .12);
  padding: .4rem 0;
  z-index: 80;
}
.nav-links--desktop .dropdown::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.nav-links--desktop .has-drop:hover > .dropdown,
.nav-links--desktop .has-drop:focus-within > .dropdown,
.nav-links--desktop .has-drop.open > .dropdown {
  display: block;
}
.nav-links--desktop .dropdown a {
  display: block;
  padding: .65rem 1rem;
  font-size: .82rem;
  white-space: nowrap;
  color: #222;
}
.nav-links--desktop .dropdown a:hover {
  background: #f7f8fa;
  color: var(--navy);
}

.nav-search {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--navy);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-left: .15rem;
  border-radius: 10px;
  transition: background .2s ease;
}
.nav-search:hover { background: rgba(26, 43, 60, .06); }
.nav-search svg { width: 18px; height: 18px; }
.motto {
  font-family: var(--hand);
  font-size: 1.4rem;
  color: var(--navy);
  white-space: nowrap;
  line-height: 1.1;
  transform: rotate(-3deg);
  text-align: right;
  justify-self: end;
}
.motto span { color: #d64545; }
.mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--navy);
  border-radius: 10px;
  place-items: center;
  padding: 0;
  flex-shrink: 0;
  transition: background .2s ease;
  z-index: 2;
}
.mobile-toggle:hover { background: rgba(26, 43, 60, .06); }
.mobile-toggle-bars {
  display: grid;
  gap: 5px;
  width: 20px;
}
.mobile-toggle-bars span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
  transform-origin: center;
}
body.nav-open .mobile-toggle-bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.nav-open .mobile-toggle-bars span:nth-child(2) { opacity: 0; }
body.nav-open .mobile-toggle-bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer + backdrop (body-level) */
.nav-drawer {
  display: none;
}
.nav-links--mobile {
  display: none;
}
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(16, 24, 34, .5);
  z-index: 1000;
  border: 0;
  cursor: pointer;
}
body.nav-open .nav-backdrop { display: block; }
body.nav-open { overflow: hidden; }
body.nav-open .site-header { z-index: 1002; }

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 700px;
  height: clamp(660px, 86vh, 860px);
  background-color: #1c2633;
  background-position: center 18%;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.hero::before { display: none; }
.hero--collage { background-image: none; }

.hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  grid-template-rows: 1.05fr .95fr;
  gap: .55rem;
  padding: .55rem;
  z-index: 0;
}
.hero-collage--fallback {
  background-size: cover;
  background-position: center;
}
.hero-collage__cell {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 10px 28px rgba(12, 18, 28, .22);
}
.hero-collage__cell--1 {
  grid-column: 1;
  grid-row: 1 / span 2;
  border-radius: 22px;
}
.hero-collage__cell--2 { grid-column: 2; grid-row: 1; }
.hero-collage__cell--3 { grid-column: 3; grid-row: 1; }
.hero-collage__cell--4 { grid-column: 2; grid-row: 2; }
.hero-collage__cell--5 { grid-column: 3; grid-row: 2; }

.hero-collage__media {
  position: absolute;
  inset: 0;
  background-image: var(--cell-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .35s ease;
  filter: saturate(1.05) contrast(1.03);
}
.hero-collage__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, .08) 0%, rgba(12, 18, 28, .18) 45%, rgba(12, 18, 28, .72) 100%);
  transition: background .35s ease;
}
.hero-collage__label {
  position: absolute;
  left: .9rem;
  right: .9rem;
  bottom: .85rem;
  z-index: 2;
  display: grid;
  gap: .2rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
}
.hero-collage__label em {
  font-style: normal;
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .85;
}
.hero-collage__label strong {
  font-family: var(--serif);
  font-size: clamp(.92rem, 1.4vw, 1.15rem);
  font-weight: 600;
  line-height: 1.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}
.hero-collage__cell--1 .hero-collage__label {
  opacity: 1;
  transform: none;
}
.hero-collage__cell:hover .hero-collage__media,
.hero-collage__cell:focus-visible .hero-collage__media {
  transform: scale(1.1);
  filter: saturate(1.12) contrast(1.05);
}
.hero-collage__cell:hover .hero-collage__shade,
.hero-collage__cell:focus-visible .hero-collage__shade {
  background:
    linear-gradient(180deg, rgba(12, 18, 28, .12) 0%, rgba(12, 18, 28, .28) 40%, rgba(12, 18, 28, .78) 100%);
}
.hero-collage__cell:hover .hero-collage__label,
.hero-collage__cell:focus-visible .hero-collage__label {
  opacity: 1;
  transform: none;
}

.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(248, 246, 242, .94) 0%,
      rgba(248, 246, 242, .82) 24%,
      rgba(248, 246, 242, .42) 42%,
      rgba(248, 246, 242, .08) 58%,
      rgba(248, 246, 242, 0) 72%),
    linear-gradient(180deg,
      rgba(28, 38, 51, .22) 0%,
      rgba(28, 38, 51, .05) 18%,
      rgba(28, 38, 51, 0) 36%,
      rgba(28, 38, 51, .18) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(480px, calc(100% - 3rem));
  max-width: 480px;
  margin-left: max(1.75rem, calc((100vw - var(--max)) / 2));
  margin-right: 1.5rem;
  margin-top: clamp(7.5rem, 16vh, 10.5rem);
  padding: 0 0 4.5rem;
  color: var(--navy);
  text-align: left;
}
.hero-eyebrow {
  margin: 0 0 .35rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--navy);
}
.hero-title {
  margin: 0 0 .65rem;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  color: var(--navy);
}
.hero-subtitle {
  margin: 0 0 .85rem;
  font-size: .98rem;
  font-weight: 500;
  color: #2a3544;
  max-width: 380px;
  line-height: 1.45;
}
.hero-rule {
  width: 52px;
  height: 2px;
  background: var(--gold);
  border: 0;
  margin: 0 0 .95rem;
}
.hero-text {
  margin: 0 0 1.45rem;
  font-family: var(--serif);
  font-size: .95rem;
  font-style: italic;
  line-height: 1.55;
  color: #3a4554;
  max-width: 400px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: var(--navy);
  color: #fff;
  border: 1.5px solid var(--navy);
  padding: .82rem 1.4rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04em;
  transition: .2s ease;
  cursor: pointer;
}
.btn:hover { background: var(--navy-soft); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  border-radius: 999px;
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.hero-location {
  position: absolute;
  right: 1.6rem;
  bottom: 1.15rem;
  z-index: 2;
  color: #fff;
  font-size: .78rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .35rem;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
}

/* ========== CATEGORIES ========== */
.category-bar {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -34px;
  width: min(var(--max), calc(100% - 3rem));
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 14px 40px rgba(26,43,60,.08);
  border: 1px solid #eef0f3;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.category-item {
  text-align: center;
  padding: 1.45rem 1rem 1.35rem;
  border-right: 1px solid var(--line);
  transition: .2s ease;
}
.category-item:last-child { border-right: 0; }
.category-item:hover { background: #fafafa; }
.category-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto .65rem;
  color: var(--navy);
}
.category-icon svg { width: 100%; height: 100%; }
.category-item h3 {
  margin: 0 0 .2rem;
  font-family: var(--serif);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--navy);
}
.category-item p {
  margin: 0;
  color: var(--muted);
  font-size: .74rem;
}

/* ========== SECTIONS ========== */
.section { padding: 4rem 0 3.6rem; }
.section-sand { background: var(--sand); }
.section-head {
  position: relative;
  text-align: center;
  margin-bottom: 2.1rem;
  min-height: 3.2rem;
}
.section-kicker {
  margin: 0;
  font-size: .68rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.section-title {
  margin: .15rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  font-weight: 700;
  color: var(--navy);
  font-style: italic;
}
.section-head .link-arrow,
.section-head .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.link-arrow {
  font-size: .82rem;
  color: var(--navy);
  font-weight: 500;
  white-space: nowrap;
}
.link-arrow:hover { text-decoration: underline; }

/* Destinations */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .95rem;
}
.dest-grid--home {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dest-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3 / 4.35;
  background: #333;
  display: block;
}
.dest-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.dest-card:hover img { transform: scale(1.06); }
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 42%, rgba(10,16,24,.82));
}
.dest-meta {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 1;
  padding: 1.05rem .85rem 1rem;
  color: #fff;
}
.dest-meta h3 {
  margin: 0 0 .15rem;
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
}
.dest-meta span {
  font-size: .72rem;
  opacity: .92;
  letter-spacing: .02em;
}

/* Posts */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.post-card { display: flex; flex-direction: column; gap: .75rem; }
.post-card .thumb {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/10.2;
  background: #ddd;
}
.post-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s ease;
}
.post-card:hover .thumb img { transform: scale(1.04); }
.post-date {
  margin: 0;
  color: var(--muted);
  font-size: .76rem;
  letter-spacing: .04em;
}
.post-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.22rem;
  line-height: 1.3;
  color: var(--navy);
  font-weight: 700;
}
.post-card > p {
  margin: 0;
  color: #555;
  font-size: .88rem;
  line-height: 1.55;
}
.read-more {
  color: var(--navy);
  font-size: .82rem;
  font-weight: 600;
  margin-top: .15rem;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2.4rem;
  align-items: center;
}
.about-left {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1.6rem;
  align-items: center;
}
.about-photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  border: 5px solid #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.about-copy h2 {
  font-family: var(--serif);
  font-size: 2rem;
  margin: 0 0 .7rem;
  color: var(--navy);
}
.about-copy p {
  margin: 0 0 1.15rem;
  color: #444;
  font-size: .92rem;
  line-height: 1.65;
}
.quote-card {
  --quote-ink: #1a2b3c;
  --quote-gold: #c4a574;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 16px;
  padding: 2.1rem 2rem 3.4rem;
  background-color: #f4f0e8;
  background-image:
    linear-gradient(180deg, rgba(244,240,232,.55) 0%, rgba(244,240,232,.62) 100%),
    url("/images/world-map-bg.png?v=1");
  background-size: cover, 112% auto;
  background-position: center, center 40%;
  background-repeat: no-repeat;
  box-shadow: 0 12px 34px rgba(26, 43, 60, .07);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quote-mark {
  font-family: var(--content-serif), "Playfair Display", Georgia, serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: .55;
  color: var(--quote-gold);
  opacity: .95;
  margin: 0 0 .55rem;
  align-self: center;
}
.quote-card blockquote {
  margin: 0 auto .95rem;
  max-width: 24ch;
  font-family: var(--content-serif), "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--quote-ink);
}
.quote-card cite {
  display: block;
  font-style: normal;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: #5c6570;
}
.quote-flight {
  position: absolute;
  right: .35rem;
  bottom: .4rem;
  width: min(250px, 62%);
  height: 96px;
  pointer-events: none;
  z-index: 5;
}
.quote-flight__path-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.quote-flight__plane {
  position: absolute;
  right: 0;
  top: 18%;
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  transform: rotate(-28deg);
}

/* Instagram banner — title | thumbs | button */
.ig-section {
  padding-top: 2.4rem;
  padding-bottom: 2.6rem;
}
.ig-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
}
.ig-title {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex: 0 0 auto;
  min-width: 200px;
}
.ig-icon {
  width: 26px;
  height: 26px;
  color: #1a2b3c;
  flex: 0 0 auto;
}
.ig-copy h2 {
  margin: 0;
  font-family: var(--script);
  font-size: clamp(1.85rem, 2.6vw, 2.35rem);
  font-weight: 400;
  color: #1a2b3c;
  line-height: 1.15;
  letter-spacing: .01em;
}
.ig-copy p {
  margin: .28rem 0 0;
  color: #6a7078;
  font-size: .84rem;
  line-height: 1.35;
  white-space: nowrap;
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .45rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 560px;
}
.ig-grid a {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #e8eaee;
  display: block;
}
.ig-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  display: block;
}
.ig-grid a:hover img { transform: scale(1.05); }
.ig-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: .72rem 1.25rem;
  border-radius: 999px;
  border: 1.5px solid #1a2b3c;
  color: #1a2b3c;
  background: transparent;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .01em;
  transition: .2s ease;
}
.ig-btn:hover {
  background: #1a2b3c;
  color: #fff;
}

/* Page shells */
.page-hero {
  background: var(--sand);
  padding: 3rem 0 2.3rem;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.7rem);
  color: var(--navy);
}
.page-hero p { margin: .45rem 0 0; color: var(--muted); max-width: 560px; }
.content-wrap { padding: 3rem 0 4rem; }
.about-page-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
  align-items: start;
}
.about-page-photo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  display: block;
}
.about-page-copy {
  max-width: none;
  margin: 0;
}
.about-full {
  font-size: 1.02rem;
  line-height: 2.05;
  color: #333;
}
.about-page-quote {
  margin: 2rem 0;
  padding: 1.2rem 1.4rem;
  background: #f3efe8;
  border-radius: 12px;
  font-family: var(--content-serif), Georgia, serif;
  font-style: italic;
  color: var(--navy);
}
.about-page-quote footer {
  margin-top: .6rem;
  font-style: normal;
  font-size: .9rem;
  color: #666;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}
html[dir="rtl"] .about-page-grid {
  direction: rtl;
}
html[dir="rtl"] .about-full {
  text-align: right;
  line-height: 2.2;
}
.prose { max-width: 760px; margin: 0 auto; }
.prose h2, .prose h3 { font-family: var(--serif); color: var(--navy); }
.post-feature {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  max-height: 420px;
}
.post-feature img { width: 100%; height: 420px; object-fit: cover; }
.post-feature__open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}
.post-feature__open:focus-visible {
  outline: 2px solid var(--navy, #1c2430);
  outline-offset: 3px;
}
.post-body {
  font-size: 1.02rem;
  line-height: 2;
  color: #333;
}
.rich-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1rem 0;
  display: block;
}
.rich-content figure {
  margin: 1.25rem 0;
}
.rich-content figcaption {
  font-size: .9rem;
  color: #666;
  margin-top: .4rem;
}
.rich-content ul,
.rich-content ol {
  padding-inline-start: 1.4rem;
  margin: .8rem 0;
}
.rich-content blockquote {
  margin: 1.2rem 0;
  padding: .8rem 1rem;
  border-inline-start: 3px solid var(--navy, #1c2430);
  background: rgba(0,0,0,.03);
  color: #444;
}
.rich-content h2,
.rich-content h3,
.rich-content h4 {
  font-family: var(--serif);
  color: var(--navy);
  margin: 1.4rem 0 .6rem;
}
.rich-content a {
  color: var(--navy);
  text-decoration: underline;
}
.rich-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}
.rich-content th,
.rich-content td {
  border: 1px solid var(--line, #ddd);
  padding: .45rem .6rem;
  text-align: start;
}
.post-gallery {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.post-gallery h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
}
.post-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}
.post-gallery-grid figure,
.post-gallery-tile {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}
.post-gallery-tile {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  cursor: zoom-in;
  position: relative;
}
.post-gallery-tile::after {
  content: "+";
  position: absolute;
  inset: auto .55rem .55rem auto;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(28,36,48,.72);
  color: #fff;
  font-size: .95rem;
  line-height: 1.7rem;
  text-align: center;
  opacity: 0;
  transition: opacity .2s ease;
}
.post-gallery-tile:hover::after,
.post-gallery-tile:focus-visible::after { opacity: 1; }
.post-gallery-grid img,
.post-gallery-tile img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.post-gallery-tile:hover img { transform: scale(1.04); }
@media (max-width: 640px) {
  .post-gallery-grid { grid-template-columns: 1fr; }
  .post-gallery-grid img,
  .post-gallery-tile img { height: 200px; }
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 2rem;
}
.form-card, .info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem;
}
.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block;
  font-size: .78rem;
  letter-spacing: .04em;
  margin-bottom: .35rem;
  color: #444;
}
.form-group input,
.form-group textarea {
  width: 100%;
  border: 1px solid #d7dbe3;
  border-radius: 8px;
  padding: .75rem .85rem;
  background: #fff;
}
.form-group textarea { min-height: 140px; resize: vertical; }
.alert { padding: .85rem 1rem; border-radius: 8px; margin-bottom: 1rem; }
.alert-success { background: #e8f6ee; color: #146c43; }
.alert-error { background: #fdecea; color: #b42318; }

/* Footer */
/* Footer */
.site-footer {
  background: #0f1a28;
  color: #fff;
  padding: 2.8rem 0 2.1rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.6fr 1fr;
  gap: 1.5rem 2rem;
  align-items: center;
}
.footer-brand-link {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.footer-brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .3rem;
}
.footer-brand-logo {
  display: block;
  width: auto;
  height: clamp(40px, 4.4vw, 52px);
  max-width: min(240px, 70vw);
  object-fit: contain;
  object-position: left center;
}
.footer-brand-tag {
  font-family: var(--sans);
  font-size: .48rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
  padding-left: .06rem;
  white-space: nowrap;
  line-height: 1;
}
.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 0;
}
.footer-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  font-size: .82rem;
  letter-spacing: .01em;
  white-space: nowrap;
  max-width: 100%;
}
.footer-nav a {
  color: rgba(255,255,255,.9);
  white-space: nowrap;
  padding: 0 .55rem;
}
.footer-nav a:hover { color: #fff; }
.footer-sep {
  color: rgba(255,255,255,.35);
  font-size: .8rem;
  line-height: 1;
  user-select: none;
  flex: 0 0 auto;
}
.socials {
  display: flex;
  gap: .7rem;
  justify-content: center;
  margin: 1.05rem 0 .85rem;
}
.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  transition: .2s ease;
}
.socials a svg { width: 15px; height: 15px; display: block; }
.socials a:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.55);
}
.copyright {
  text-align: center;
  color: rgba(255,255,255,.55);
  font-size: .74rem;
  margin: 0;
}
.footer-motto {
  font-family: var(--hand);
  font-size: 1.55rem;
  text-align: right;
  color: #fff;
  line-height: 1.2;
  transform: rotate(-2deg);
  justify-self: end;
}
.footer-motto span { color: #ff8a80; }

/* Search */
.search-panel {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(12,16,24,.55);
  z-index: 300;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12vh;
}
.search-panel.open { display: flex; }
.search-box {
  width: min(560px, calc(100% - 2rem));
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  gap: .6rem;
}
.search-box input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .8rem .9rem;
}
.pager {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: center;
}
.pager a, .pager span {
  display: inline-flex;
  min-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 .7rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  font-size: .85rem;
}
.pager a:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.pager .current { background: var(--navy); color: #fff; border-color: var(--navy); }
.pager .disabled { opacity: .45; }

@media (max-width: 1100px) {
  .dest-grid { grid-template-columns: repeat(3, 1fr); }
  .dest-grid--home { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ig-banner { flex-wrap: wrap; }
  .ig-title { min-width: 0; }
  .ig-grid {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .ig-btn { margin-left: auto; }
  .logo-name { font-size: 2.1rem; }
  .nav-links--desktop { gap: .1rem .75rem; }
  .nav-links--desktop .nav-link { font-size: .78rem; }
  .motto { font-size: 1.15rem; }
}
@media (max-width: 1024px) {
  .motto { display: none; }
  .header-bar {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: .5rem .75rem;
    min-height: 64px;
    padding: .65rem 0;
  }
  .mobile-toggle { display: grid; }
  .nav-links--desktop { display: none !important; }
  .site-header--overlay .header-bar {
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(8px);
    margin: .4rem 0 0;
    padding: .55rem .85rem;
    border-radius: 14px;
  }

  .nav-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(300px, 86vw);
    z-index: 1001;
    background: #fff;
    box-shadow: 8px 0 40px rgba(16, 24, 34, .2);
    transform: translate3d(-105%, 0, 0);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.nav-open .nav-drawer {
    transform: translate3d(0, 0, 0);
  }
  .nav-links--mobile {
    display: flex;
    flex-direction: column;
    padding: 1.1rem 0 2rem;
    margin: 0;
  }
  .nav-links--mobile > li {
    width: 100%;
    border-bottom: 1px solid #eef0f3;
  }
  .nav-links--mobile .nav-link,
  .nav-links--mobile a.nav-link,
  .nav-links--mobile button.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.05rem 1.25rem;
    font-size: 1.02rem;
    font-weight: 500;
    color: var(--navy);
    background: none;
    border: 0;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
  }
  .nav-links--mobile .nav-link.active {
    color: var(--gold);
    font-weight: 600;
    background: #faf8f4;
  }
  .nav-links--mobile .caret {
    font-size: .75rem;
    opacity: .7;
    transition: transform .2s ease;
  }
  .nav-links--mobile .has-drop.open > .nav-link .caret {
    transform: rotate(180deg);
  }
  .nav-links--mobile .dropdown {
    display: none;
    background: #f6f7f9;
    padding: 0;
  }
  .nav-links--mobile .has-drop.open > .dropdown {
    display: block;
  }
  .nav-links--mobile .dropdown a {
    display: block;
    padding: .85rem 1.25rem .85rem 1.85rem;
    font-size: .94rem;
    color: #445;
    border-top: 1px solid #e8eaee;
  }
  .nav-links--mobile .dropdown a:hover,
  .nav-links--mobile .dropdown a:active {
    background: #eceff3;
    color: var(--navy);
  }
  .logo-name { font-size: 1.85rem; }
  .logo-word { letter-spacing: .36em; font-size: .64rem; }
  .logo-tag { font-size: .42rem; letter-spacing: .12em; }
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-left { grid-template-columns: 140px 1fr; }
  .section-head .link-arrow,
  .section-head .btn {
    position: static;
    transform: none;
    display: inline-flex;
    margin-top: .85rem;
  }
  .posts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; gap: 1.6rem; }
  .footer-motto { text-align: center; justify-self: center; transform: none; }
  .footer-brand-logo { object-position: center; margin-inline: auto; }
  .footer-brand-lockup { align-items: center; }
  .footer-brand-tag { padding-left: 0; }
  .footer-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: .15rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .footer-nav::-webkit-scrollbar { display: none; }
  .footer-nav a { padding: 0 .4rem; font-size: .78rem; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .category-bar { margin-top: 0; width: 100%; border-left: 0; border-right: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-item:nth-child(2n) { border-right: 0; }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-grid--home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero {
    min-height: 620px;
    height: auto;
    align-items: flex-start;
  }
  .hero-collage {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: .4rem;
    padding: .4rem;
  }
  .hero-collage__cell--1 {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .hero-collage__cell--2 { grid-column: 2; grid-row: 1; }
  .hero-collage__cell--3 { grid-column: 2; grid-row: 2; }
  .hero-collage__cell--4 { grid-column: 1; grid-row: 3; }
  .hero-collage__cell--5 { grid-column: 2; grid-row: 3; }
  .hero-collage__label {
    opacity: 1;
    transform: none;
  }
  .hero-collage__label strong { font-size: .82rem; }
  .hero-veil {
    background:
      linear-gradient(180deg,
        rgba(248, 246, 242, .55) 0%,
        rgba(248, 246, 242, .82) 42%,
        rgba(248, 246, 242, .94) 100%),
      linear-gradient(90deg,
        rgba(248, 246, 242, .88) 0%,
        rgba(248, 246, 242, .55) 70%,
        rgba(248, 246, 242, .22) 100%);
  }
  .hero-content {
    max-width: 100%;
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 6.75rem;
    padding: 0 0 2.5rem;
  }
  .ig-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.1rem;
  }
  .ig-title { min-width: 0; }
  .ig-copy p { white-space: normal; }
  .ig-grid {
    order: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ig-btn {
    margin-left: 0;
    width: 100%;
  }
  .about-left { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .about-page-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 480px) {
  .container { width: min(var(--max), calc(100% - 1.5rem)); }
  .logo-name { font-size: 1.55rem; }
  .logo-plane { width: 28px; height: 20px; }
  .logo-top { padding-right: 30px; }
  .logo-tag { display: none; }
  .nav-drawer { width: min(290px, 88vw); }
  .site-header--overlay .header-bar {
    margin: .35rem 0 0;
    padding: .5rem .7rem;
  }
  .ig-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* ========== RTL / Urdu / Sindhi stability ========== */
html[dir="rtl"] body {
  overflow-x: clip;
}
html[dir="rtl"] .hero-veil {
  background:
    linear-gradient(270deg,
      rgba(248, 246, 242, .94) 0%,
      rgba(248, 246, 242, .82) 24%,
      rgba(248, 246, 242, .42) 42%,
      rgba(248, 246, 242, .08) 58%,
      rgba(248, 246, 242, 0) 72%),
    linear-gradient(180deg,
      rgba(28, 38, 51, .22) 0%,
      rgba(28, 38, 51, .05) 18%,
      rgba(28, 38, 51, 0) 36%,
      rgba(28, 38, 51, .18) 100%);
}
html[dir="rtl"] .hero::before {
  display: none;
}
html[dir="rtl"] .hero-content {
  margin-left: 1.5rem;
  margin-right: max(1.75rem, calc((100vw - var(--max)) / 2));
  text-align: right;
  width: min(520px, calc(100% - 3rem));
  max-width: 520px;
}
html[dir="rtl"] .hero-subtitle,
html[dir="rtl"] .hero-text {
  max-width: 100%;
  font-style: normal;
}
html[dir="rtl"] .hero-location {
  right: auto;
  left: 1.6rem;
}
html[dir="rtl"] .section-head .link-arrow,
html[dir="rtl"] .section-head .btn {
  right: auto;
  left: 0;
  white-space: normal;
  max-width: 11rem;
  text-align: center;
  line-height: 1.4;
}
html[dir="rtl"] .category-item {
  border-right: 0;
  border-left: 1px solid var(--line);
  padding: 1.15rem .65rem 1.25rem;
}
html[dir="rtl"] .category-item:last-child { border-left: 0; }
html[dir="rtl"] .dest-meta {
  text-align: right;
  padding: 1.05rem 1rem 1rem .85rem;
}
html[dir="rtl"] .post-card,
html[dir="rtl"] .prose,
html[dir="rtl"] .page-hero .container,
html[dir="rtl"] .form-card,
html[dir="rtl"] .info-card {
  text-align: right;
}
html[dir="rtl"] .post-date,
html[dir="rtl"] .read-more {
  text-align: right;
}
html[dir="rtl"] .form-group input,
html[dir="rtl"] .form-group textarea,
html[dir="rtl"] .search-box input,
html[dir="rtl"] input[type="search"] {
  text-align: right;
  direction: rtl;
}
html[dir="rtl"] .about-grid {
  direction: ltr;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 2rem 2.4rem;
}
html[dir="rtl"] .about-left {
  direction: ltr;
  grid-template-columns: 170px minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
}
html[dir="rtl"] .about-copy {
  text-align: right;
  direction: rtl;
  min-width: 0;
}
html[dir="rtl"] .about-copy h2 {
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  line-height: 1.55;
  margin-bottom: .85rem;
}
html[dir="rtl"] .about-copy p {
  font-size: 1rem;
  line-height: 2.15;
  margin-bottom: 1.25rem;
}
html[dir="rtl"] .quote-card {
  direction: rtl;
  padding: 1.9rem 1.55rem 3.2rem;
  min-height: 270px;
}
html[dir="rtl"] .quote-card blockquote {
  font-style: normal;
  max-width: 17ch;
  line-height: 2.05;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  text-align: center;
}
html[dir="rtl"] .quote-card cite {
  direction: ltr;
  unicode-bidi: isolate;
}
html[dir="rtl"] .quote-flight {
  right: .35rem;
  left: auto;
}
html[dir="rtl"] .quote-flight__plane {
  right: 0;
  left: auto;
  transform: rotate(-28deg);
}
html[dir="rtl"] .ig-banner {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem 1.25rem;
}
html[dir="rtl"] .ig-title {
  min-width: 0;
  max-width: none;
}
html[dir="rtl"] .ig-copy h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.55;
  letter-spacing: 0;
}
html[dir="rtl"] .ig-copy p {
  white-space: normal;
  max-width: none;
  font-size: .9rem;
  line-height: 1.55;
}
html[dir="rtl"] .ig-grid {
  max-width: none;
}
html[dir="rtl"] .ig-btn {
  white-space: normal;
  text-align: center;
  line-height: 1.45;
  max-width: 10.5rem;
  padding: .7rem 1rem;
}
html[dir="rtl"] .footer-nav {
  flex-wrap: wrap;
  white-space: normal;
  row-gap: .55rem;
}
html[dir="rtl"] .footer-nav a {
  padding: 0 .45rem;
  font-size: .9rem;
}
html[dir="rtl"] .footer-brand-lockup {
  align-items: flex-end;
}
html[dir="rtl"] .footer-brand-tag {
  letter-spacing: .04em;
  white-space: normal;
  line-height: 1.45;
  text-align: right;
  padding-left: 0;
  padding-right: .06rem;
  max-width: 16rem;
}
html[dir="rtl"] .footer-brand-logo {
  object-position: right center;
}
html[dir="rtl"] .footer-motto {
  text-align: left;
  justify-self: start;
  white-space: normal;
  max-width: 12rem;
  line-height: 1.55;
  transform: none;
  font-size: 1.15rem;
}
html[dir="rtl"] .about-page-grid {
  direction: rtl;
}
html[dir="rtl"] .lang-switch__native {
  max-width: none;
  overflow: visible;
}
html[dir="rtl"] .lang-switch__btn {
  min-height: 44px;
  padding: .5rem .9rem .65rem;
  line-height: 1.5;
}
html[dir="rtl"] .desktop-nav__list {
  gap: .1rem .65rem;
  flex-wrap: nowrap;
}
html[dir="rtl"] .desktop-nav__link {
  font-size: .9rem;
  letter-spacing: 0;
  line-height: 1.4;
}
html[dir="rtl"] .motto {
  display: none !important;
}
body.locale-ur .prose,
body.locale-sd .prose,
body.locale-ur .hero-text,
body.locale-sd .hero-text,
body.locale-ur .about-copy p,
body.locale-sd .about-copy p,
body.locale-ur .post-card > p,
body.locale-sd .post-card > p,
body.locale-ur .hero-subtitle,
body.locale-sd .hero-subtitle {
  line-height: 2.05;
  overflow-wrap: break-word;
}
@media (max-width: 1100px) {
  html[dir="rtl"] .ig-banner {
    grid-template-columns: 1fr auto;
  }
  html[dir="rtl"] .ig-grid {
    grid-column: 1 / -1;
  }
}
@media (max-width: 980px) {
  html[dir="rtl"] .hero-content {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: calc(100% - 2.5rem);
    max-width: none;
    text-align: right;
  }
  html[dir="rtl"] .section-head .link-arrow,
  html[dir="rtl"] .section-head .btn {
    position: static;
    transform: none;
    display: inline-flex;
    margin-top: .85rem;
    max-width: none;
  }
  html[dir="rtl"] .about-grid {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  html[dir="rtl"] .about-left {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  html[dir="rtl"] .about-copy {
    text-align: center;
  }
  html[dir="rtl"] .about-copy h2 {
    white-space: normal;
  }
  html[dir="rtl"] .quote-card {
    max-width: 420px;
    margin-inline: auto;
  }
  html[dir="rtl"] .category-item {
    border-left: 0;
  }
  html[dir="rtl"] .ig-banner {
    grid-template-columns: 1fr;
  }
  html[dir="rtl"] .ig-btn {
    max-width: none;
    width: 100%;
  }
}

/* ========== GALLERY ALBUMS + LIGHTBOX ========== */
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 1rem;
  justify-content: center;
  justify-items: stretch;
  max-width: 1100px;
  margin-inline: auto;
}
.album-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8eaee;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 28px rgba(18, 28, 40, .1);
}
.album-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
  display: block;
}
.album-card__meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.1rem 1rem .95rem;
  background: linear-gradient(180deg, transparent, rgba(12, 18, 28, .78));
}
.album-card__meta h3 {
  margin: 0 0 .2rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 600;
}
.album-card__meta span {
  font-size: .78rem;
  opacity: .9;
}
.album-card:hover img { transform: scale(1.06); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 180px));
  gap: .85rem;
  justify-content: center;
  justify-items: stretch;
  max-width: 980px;
  margin-inline: auto;
}
.gallery-tile {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #e8eaee;
  display: block;
  box-shadow: 0 6px 18px rgba(18, 28, 40, .08);
  position: relative;
}
.gallery-tile::after {
  content: "";
  position: absolute;
  inset: auto .55rem .55rem auto;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(12, 18, 28, .45) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='M20 20l-3.2-3.2M11 8v6M8 11h6'/%3E%3C/svg%3E") center/16px no-repeat;
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
.gallery-tile:hover::after,
.gallery-tile:focus-visible::after { opacity: 1; }
.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gallery-tile:hover img { transform: scale(1.05); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: grid;
  place-items: center;
}
.lightbox[hidden] { display: none !important; }
.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 18, .92);
}
.lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 1.5rem));
  height: min(920px, calc(100vh - 1.5rem));
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  grid-template-rows: auto 1fr;
  align-items: center;
  justify-items: center;
  gap: .35rem .4rem;
}
.lightbox__toolbar {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  z-index: 3;
}
.lightbox__tool {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,.14);
  color: #fff;
  min-width: 42px;
  height: 42px;
  padding: 0 .75rem;
  border-radius: 999px;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease;
}
.lightbox__tool:hover { background: rgba(255,255,255,.26); }
.lightbox__tool--close { font-size: 1.4rem; margin-inline-start: .35rem; }
.lightbox__stage {
  grid-column: 2;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
}
.lightbox__figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  align-items: center;
  gap: .65rem;
  min-height: 0;
}
.lightbox__frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
}
.lightbox__frame.is-zoomed { cursor: grab; overflow: hidden; }
.lightbox__image {
  max-width: min(100%, 1000px);
  max-height: calc(100vh - 10.5rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  background: #0d1218;
  transform-origin: center center;
  transition: transform .12s ease-out;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}
.lightbox__image.is-zoomed { cursor: grab; transition: none; }
.lightbox__image.is-dragging { cursor: grabbing; }
.lightbox__caption {
  margin: 0;
  color: #f4f6f8;
  display: grid;
  gap: .15rem;
  justify-items: center;
  text-align: center;
  max-width: 40rem;
  padding: 0 .5rem;
}
.lightbox__caption strong { font-size: 1rem; }
.lightbox__caption span { font-size: .88rem; opacity: .85; }
.lightbox__caption em { font-style: normal; font-size: .75rem; opacity: .65; letter-spacing: .06em; }
.lightbox__nav {
  appearance: none;
  border: 0;
  background: rgba(255,255,255,.14);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background .2s ease;
  align-self: center;
}
.lightbox__nav:hover { background: rgba(255,255,255,.26); }
.lightbox__nav--prev { grid-column: 1; grid-row: 2; }
.lightbox__nav--next { grid-column: 3; grid-row: 2; }
body.lightbox-open { overflow: hidden; }
@media (max-width: 700px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    max-width: 100%;
  }
  .lightbox__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    width: calc(100vw - 1rem);
    height: calc(100vh - 1rem);
  }
  .lightbox__stage { grid-column: 1; grid-row: 2; }
  .lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .lightbox__nav--prev { left: .35rem; grid-column: auto; grid-row: auto; }
  .lightbox__nav--next { right: .35rem; grid-column: auto; grid-row: auto; }
  .lightbox__image { max-height: calc(100vh - 11rem); }
}
