/* =========================================================
   BORDERLESS EXPEDITIONS — style.css
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');

/* ── Variables ─────────────────────────────────────────── */
:root {
  --orange:      #F26321;
  --orange-dark: #C94E15;
  --dark:        #1B2838;
  --dark-2:      #253347;
  --body:        #2C3A4A;
  --muted:       #6B7C8D;
  --bg-light:    #F4F2ED;
  --bg-white:    #FFFFFF;
  --border:      #DDD8CE;
  --card-shadow: 0 8px 32px rgba(27, 40, 56, 0.1);
  --card-border: 1px solid rgba(27, 40, 56, 0.07);
  --radius:      10px;
  --radius-lg:   20px;
  --font-d: 'Barlow Condensed', sans-serif;
  --font-b: 'Barlow', sans-serif;
  --nav-h: 72px;
  --hero-standard-h: 380px;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font-b); color: var(--body); background: #fff; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-wrap: break-word; word-break: break-word; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, [role="button"]:focus-visible, 
input:focus-visible, textarea:focus-visible, select:focus-visible, 
summary:focus-visible, .yt-facade:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}
ul, ol { list-style: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
.be-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.exp-form--sidebar .form-group { margin-bottom: 10px; }
.exp-form--sidebar .form-group label { font-size: .8rem; font-weight: 600; }
.exp-form--sidebar input, .exp-form--sidebar textarea { width: 100%; padding: 8px 10px; font-size: .9rem; border: 1px solid var(--border); border-radius: 8px; }
.exp-form--sidebar textarea { min-height: 64px; resize: vertical; }
.be-form-status:empty { display: none; }
.be-turnstile-host { min-height: 1px; margin: 0.5rem 0; }
.esim-checkout .be-turnstile-host { min-height: 0; margin: 0 0 0.75rem; }

/* ── Type ───────────────────────────────────────────────── */
.label { font-family: var(--font-d); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); display: block; margin-bottom: 8px; }
h1,h2,h3,h4 { font-family: var(--font-d); font-weight: 800; line-height: 1.1; }
h1 { font-size: clamp(2.6rem,6.5vw,4.8rem); }
h2 { font-size: clamp(1.9rem,4vw,2.9rem); }
h3 { font-size: clamp(1.35rem,2.5vw,1.8rem); }
h4 { font-size: 1.1rem; font-weight: 700; }
p  { font-size: 1rem; line-height: 1.72; color: var(--muted); }

/* ── Layout ─────────────────────────────────────────────── */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.container--wide { max-width: 1040px; margin: 0 auto; padding: 0 24px; }

/* ── Buttons ────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-d); font-weight: 700; font-size: 1rem; letter-spacing: .04em; padding: 14px 32px; border-radius: 50px; border: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn--orange { background: var(--orange); color: #fff; box-shadow: 0 4px 20px rgba(242,99,33,.35); }
.btn--orange:hover { background: var(--orange-dark); box-shadow: 0 6px 28px rgba(242,99,33,.5); }
.btn--dark { background: var(--dark); color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.25); }
.btn--dark:hover { background: var(--dark-2); }
.btn--outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.btn--outline:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--sm { font-size: .88rem; padding: 10px 22px; }
.btn--lg { font-size: 1.1rem; padding: 18px 44px; }
.btn--full { width: 100%; justify-content: center; }
.btn--ghost {
  background: transparent;
  color: var(--body);
  border: 1.5px solid var(--border);
  box-shadow: none;
}
.btn--ghost:hover {
  background: rgba(242, 99, 33, 0.07);
  border-color: var(--orange);
  color: var(--orange);
  box-shadow: none;
  transform: translateY(-1px);
}

/* ── Nav ────────────────────────────────────────────────── */
.nav { position: sticky; top: 0; z-index: 1000; height: var(--nav-h); background: var(--dark); }
.nav__inner { display: flex; align-items: center; width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; height: 100%; gap: 8px; }
.nav__logo { display: flex; align-items: center; margin-right: 16px; }
.nav__logo img { height: 58px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav__links > a, .nav__drop-btn { font-family: var(--font-b); font-weight: 500; font-size: .9rem; color: rgba(255,255,255,.82); padding: 8px 14px; border-radius: 6px; transition: color .15s, background .15s; background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.nav__links > a:hover, .nav__drop-btn:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav__links > a.active { color: var(--orange); }
.nav__drop { position: relative; }
.nav__drop::after { content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 12px; }
.nav__drop-menu { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: var(--dark-2); border-radius: var(--radius); min-width: 230px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.06); }
.nav__drop:hover .nav__drop-menu { display: block; }
.nav__drop-menu a { display: block; padding: 12px 18px; font-size: .88rem; color: rgba(255,255,255,.78); }
.nav__drop-menu a:hover { background: rgba(255,255,255,.07); color: #fff; }
.nav__cta { margin-left: 12px; }
.nav__burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; margin-left: auto; background: none; border: none; padding: 8px; }
.nav__burger span { display: block; width: 24px; height: 2px; background: #fff; transition: transform .2s, opacity .2s; border-radius: 2px; }
.nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.open span:nth-child(2) { opacity: 0; }
.nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; background: var(--dark); border-top: 1px solid rgba(255,255,255,.08); padding: 8px 0 20px; }
.nav__mobile.open { display: flex; }
.nav__mobile a { padding: 11px 24px; font-size: 1rem; color: rgba(255,255,255,.82); font-weight: 500; }
.nav__mobile a:hover { background: rgba(255,255,255,.05); color: #fff; }
.nav__mobile a.active { color: var(--orange); font-weight: 700; }
.nav__mobile-sub { display: flex; flex-direction: column; }
.nav__mobile-sub a { display: block; padding-left: 38px; font-size: .93rem; }
.nav__mobile-hd { padding: 11px 24px; font-size: 1rem; font-weight: 500; color: rgba(255,255,255,.82); letter-spacing: 0; text-transform: none; }
.nav__mobile-cta { padding: 14px 24px 0; }

/* ── Card grids (responsive) — equal-height rows ---------------------------- */
.card-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; align-items: stretch; }
.card-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; align-items: stretch; }
.card-grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; align-items: stretch; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; align-items: stretch; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; align-items: stretch; }
.kit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: stretch; }
.kit-grid--3 { grid-template-columns: repeat(3, 1fr); }
.kit-grid--4 { grid-template-columns: repeat(4, 1fr); }
.kit-categories { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 28px; }
.kit-cat { font-family: var(--font-d); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--body); background: #fff; border: 1px solid var(--border); padding: 8px 16px; border-radius: 50px; transition: border-color 0.15s, color 0.15s, background 0.15s; }
.kit-cat:hover { border-color: var(--orange); color: var(--orange); }
.field-kit-note { background: #fff; border: var(--card-border); border-radius: var(--radius-lg); box-shadow: var(--card-shadow); padding: 18px 22px; margin-top: 28px; font-size: 0.86rem; color: var(--muted); line-height: 1.55; }
.field-kit-ribbon { margin-top: 32px; background: linear-gradient(120deg, var(--dark) 0%, #253347 100%); border-radius: var(--radius-lg); padding: 28px 32px; color: #fff; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.field-kit-ribbon p { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; max-width: 56ch; margin: 0; }
.field-kit-ribbon h3 { color: #fff; font-size: 1.25rem; margin-bottom: 8px; }
.field-kit-ribbon .label { color: rgba(255, 255, 255, 0.55) !important; }
.field-kit-ribbon .btn--outline { border-color: rgba(255, 255, 255, 0.45); color: #fff; }
.field-kit-ribbon .btn--outline:hover { background: rgba(255, 255, 255, 0.1); border-color: #fff; }
.kit-section-anchor { scroll-margin-top: calc(var(--nav-h) + 16px); }
.kit-external { font-size: 0.78rem; color: var(--muted); margin-top: 8px; line-height: 1.45; }
@media (max-width: 1024px) {
  .kit-grid--3 { grid-template-columns: 1fr 1fr; }
  .kit-grid--4 { grid-template-columns: 1fr 1fr; }
  .field-kit-ribbon { grid-template-columns: 1fr; text-align: center; }
  .field-kit-ribbon p { max-width: none; margin: 0 auto; }
}
@media (max-width: 640px) {
  .kit-grid--3 { grid-template-columns: 1fr; }
  .kit-grid--4 { grid-template-columns: 1fr; }
}

/* ── Hero ───────────────────────────────────────────────── */
.hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; padding-bottom: 64px; overflow: hidden; background: var(--dark); }
.hero--home { min-height: clamp(480px, 65vh, 760px); align-items: center; padding-bottom: 80px; }
.hero--page { min-height: var(--hero-standard-h); align-items: center; padding-bottom: 0; }
.hero--trip { min-height: var(--hero-standard-h); align-items: flex-end; padding-bottom: 48px; }
/* Trip hero puts content directly in .container (no .hero__content wrapper),
   so lift it above the positioned overlay the same way .hero__content does */
/* Trip pages (Pamir x2 + Wakhan): back link left, title + tags stay centered */
.hero--trip .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.hero--center .hero__content { max-width: 840px; margin: 0 auto; text-align: center; }
.hero--center .hero__content p { margin: 0 auto; }
.hero--center .hero__actions { justify-content: center; }
.hero--trip h1 { color: #fff; text-align: center; text-shadow: 0 2px 32px rgba(0,0,0,.75), 0 1px 4px rgba(0,0,0,.55); }
.hero__bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .42; }
div.hero__bg { background-size: cover; background-position: center; }
video.hero__bg { object-fit: cover; display: block; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(155deg,rgba(27,40,56,.55) 0%,rgba(27,40,56,.88) 100%); }
.hero__content { position: relative; z-index: 2; max-width: 720px; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero__sub { font-family: var(--font-d); font-size: 1.35rem; font-weight: 600; color: rgba(255,255,255,.9); margin-bottom: 12px; letter-spacing: .05em; text-transform: uppercase; }
.hero p { color: rgba(255,255,255,.76); font-size: 1.1rem; max-width: 540px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.hero--trip .hero__tags { justify-content: center; }
.hero__tag { background: rgba(10,16,26,.72); border: 1px solid rgba(255,255,255,.5); color: #fff; font-size: .84rem; font-weight: 700; padding: 7px 18px; border-radius: 50px; text-shadow: 0 1px 4px rgba(0,0,0,.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.hero__tag--o { background: var(--orange); border-color: var(--orange); color: #fff; text-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.hero--trip .hero__title-line { text-shadow: 0 2px 24px rgba(0,0,0,.55); }
.hero__back { color: rgba(255,255,255,.65); font-size: .88rem; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; }
.hero--trip .hero__back { align-self: flex-start; width: fit-content; }
.hero__back:hover { color: #fff; }

/* ── Sections ───────────────────────────────────────────── */
.section { padding: 88px 0; }
.section--sm { padding: 60px 0; }
.section--light { background: var(--bg-light); }
.section--dark { background: var(--dark); color: #fff; }
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p { color: rgba(255,255,255,.65); }
.section__hd { text-align: center; margin-bottom: 56px; }
.section__hd h2 { margin-bottom: 14px; }
.section__hd p { max-width: 560px; margin: 0 auto; }

/* -- Tool headers -- */
.tool-header { padding: 32px 0 0; }
.tool-header__intro { max-width: 820px; }
.tool-header__intro--center { margin: 0 auto; text-align: center; }
.tool-header__intro h1 { font-size: clamp(2.2rem,5vw,4rem); margin-bottom: 14px; }
.tool-header__intro p { font-size: 1.05rem; max-width: 600px; }
.tool-header__intro--center p { margin: 0 auto; }
.tool-header__steps { margin-top: 36px; }
.tool-header__steps.steps { grid-template-columns: repeat(3,1fr); }
.tool-header__steps .step { padding: 24px 22px; }
.tool-header__steps .step p { font-size: .84rem; }

/* -- Home story block -- */
.home-story { gap: 60px; align-items: center; }
.home-story__media { display: flex; flex-direction: column; align-items: stretch; }
.home-story__image {
  width: 100%;
  height: clamp(400px,42vw,560px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-light);
  box-shadow: var(--card-shadow);
}
.home-story__image img { width: 100%; height: 100%; object-fit: cover; }
.home-story__quote {
  width: 100%;
  margin-top: -14px;
  margin-right: 0;
  background: var(--bg-light);
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--orange);
  box-shadow: 0 14px 28px rgba(27,40,56,.10);
  position: relative;
  z-index: 1;
}
.home-story__quote p { font-style: italic; font-size: 1rem; color: var(--body); }
.home-story__quote cite { font-size: .84rem; color: var(--muted); margin-top: 8px; display: block; }
.yt-facade { cursor: pointer; }

/* ── Cards (unified: stretch rows, CTA at bottom) ───────── */
.card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: var(--card-border); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; height: 100%; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(27, 40, 56, 0.14); }
.card__img { aspect-ratio: 16/9; overflow: hidden; position: relative; flex-shrink: 0; background: var(--bg-light); }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.card:hover .card__img img { transform: scale(1.04); }
.card__badge { position: absolute; top: 14px; left: 14px; background: var(--dark); color: #fff; font-family: var(--font-d); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; }
.card__badge--o { background: var(--orange); }
.card__badge--booked { background: #e74c3c; }
.card__badge--light {
  background: #fff;
  color: var(--dark);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  border: none;
  box-shadow: 0 2px 12px rgba(27, 40, 56, 0.12);
  padding: 5px 12px;
  top: 12px;
  left: 12px;
}
.card__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; min-height: 0; }
.card__body h3 { font-size: 1.3rem; margin-bottom: 10px; color: var(--body); }
.card__body p { font-size: .92rem; margin-bottom: 14px; }
.card__body p:last-of-type { margin-bottom: 0; }
.card__body .card__subhd { font-size: .88rem; font-weight: 700; margin: 2px 0 8px; }
.card__body > .btn { margin-top: auto; align-self: flex-start; }
.card__body > .btn.w100, .card__body > a.btn.w100 { align-self: stretch; justify-content: center; }
.card__body .bullet-list { margin-bottom: 14px; }
.card__meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 18px; }
.card-unified { border: var(--card-border); box-shadow: var(--card-shadow); border-radius: var(--radius-lg); }

/* Custom trips / compact value cards */
.value-cards { align-items: stretch; }
.value-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: var(--card-border);
  border-radius: var(--radius-lg);
  padding: 28px 26px 30px;
  box-shadow: var(--card-shadow);
}
.value-card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(27,40,56,.12); }
.value-card h4 { font-size: 1.1rem; margin-bottom: 6px; }
.value-card .vc-sub {
  font-family: var(--font-d);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}
.value-card p { font-size: .9rem; flex: 1; margin-bottom: 0; color: var(--muted); }

/* ── Steps ──────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; align-items: stretch; }
.step { background: #fff; border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--card-shadow); border: var(--card-border); height: 100%; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.step:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(27,40,56,.1); }
.step__num { width: 44px; height: 44px; background: var(--orange); color: #fff; font-family: var(--font-d); font-size: 1.3rem; font-weight: 800; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h4 { font-size: 1rem; margin-bottom: 8px; color: var(--body); }
.step p { font-size: .87rem; }

/* ── Exp rows ───────────────────────────────────────────── */
.exp-rows { }
.exp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--border); }
.exp-row:last-child { border-bottom: none; padding-bottom: 0; }
.exp-row--rev .exp-row__img { order: 2; }
.exp-row--rev .exp-row__txt { order: 1; }
.exp-row__img { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; }
.exp-row__img img { width: 100%; height: 100%; object-fit: cover; }
.exp-row__txt h3 { font-size: 2rem; margin-bottom: 14px; }
.exp-detail { background: var(--bg-light); border-radius: var(--radius); padding: 18px 20px; margin: 18px 0; }
.exp-detail h4 { font-size: .93rem; margin-bottom: 6px; }
.exp-detail p { font-size: .84rem; }

/* ── Info box ───────────────────────────────────────────── */
.info-box { background: var(--bg-light); border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 22px; margin: 20px 0; }
.info-box h4 { margin-bottom: 8px; font-size: .95rem; }
.info-box p, .info-box li { font-size: .9rem; }
.info-box ul li { padding: 3px 0 3px 14px; position: relative; }
.info-box ul li::before { content: '›'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }

/* ── CTA banner ─────────────────────────────────────────── */
.cta-banner { background: var(--dark); text-align: center; padding: 42px 24px; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(242,99,33,.2) 0%, transparent 70%); }
.cta-banner > * { position: relative; }
.cta-banner h2 { color: #fff; margin-bottom: 14px; }
.cta-banner p { color: rgba(255,255,255,.65); max-width: 480px; margin: 0 auto 24px; }
.cta-banner__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Footer ─────────────────────────────────────────────── */
.footer { background: var(--dark); color: rgba(255,255,255,.7); padding: 32px 0 18px; }
.footer__grid { display: grid; grid-template-columns: 1.8fr 1fr 1.4fr; gap: 24px; margin-bottom: 22px; }
.footer__brand-name { font-family: var(--font-d); font-size: 1.25rem; font-weight: 800; color: #fff; letter-spacing: .04em; }
.footer__tagline { font-size: .82rem; color: rgba(255,255,255,.38); margin-top: 4px; }
.footer__brand p { font-size: .87rem; margin-top: 8px; max-width: 250px; }
.footer__col h5 { font-family: var(--font-d); font-weight: 700; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin-bottom: 8px; }
.footer__col a { display: block; font-size: .87rem; color: rgba(255,255,255,.58); padding: 2px 0; transition: color .15s; }
.footer__col a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 14px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer__copy { font-size: .8rem; color: rgba(255,255,255,.38); }
.footer__social { display: flex; gap: 8px; }
.footer__social a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; justify-content: center; font-size: .9rem; color: rgba(255,255,255,.6); transition: all .18s; }
.footer__social a:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ── Booking layout ──────────────────────────────────────── */
.booking-wrap { padding: 60px 0; }
.booking-layout { display: grid; grid-template-columns: 1fr 360px; gap: 44px; align-items: start; }
.booking-sidebar { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--card-shadow); padding: 32px; position: sticky; top: calc(var(--nav-h) + 20px); }
.booking-sidebar h3 { font-size: 1.45rem; margin-bottom: 8px; }
.b-price { font-family: var(--font-d); font-size: 2.8rem; font-weight: 800; color: var(--orange); line-height: 1; }
.b-price-note { font-size: .83rem; color: var(--muted); margin-bottom: 22px; }
.b-divider { border: none; border-top: 1px solid var(--border); margin: 18px 0; }
.b-row { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.b-row:last-of-type { border-bottom: none; }
.b-row-icon { color: var(--orange); font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }
.b-row-label { font-size: .77rem; color: var(--muted); }
.b-row-val { font-weight: 700; font-size: .93rem; }
.b-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 12px; }
.b-avail { display: inline-flex; align-items: center; font-size: .68rem; font-weight: 800; padding: 2px 9px; border-radius: 50px; white-space: nowrap; vertical-align: middle; margin-left: 4px; letter-spacing: .02em; text-transform: uppercase; }
.b-avail--low  { background: rgba(242,99,33,.12); color: var(--orange); }
.b-avail--full { background: rgba(231,76,60,.1);  color: #c0392b; }
.b-avail--ok   { background: rgba(39,174,96,.1);  color: #27ae60; }
.b-urgency { font-size: .78rem; color: var(--orange); font-weight: 700; text-align: center; margin: 10px 0 0; }

/* ── Booking form in sidebar ─────────────────────────────── */
.bk-section-hd { font-family: var(--font-d); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); margin: 0 0 10px; }
.bk-form-wrap { }
.bk-deposit-note { font-size: .72rem; color: var(--muted); text-align: center; margin-top: 6px; line-height: 1.4; }
.bk-inquiry-sep { margin: 18px 0 14px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .78rem; font-weight: 600; }
.bk-inquiry-sep::before, .bk-inquiry-sep::after { content: ''; flex: 1; height: 1px; background: var(--border); }

/* ── Info tiles (booking page top) ──────────────────────── */
.info-tiles { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 44px; }
.info-tile { background: #fff; border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--card-shadow); }
.info-tile__label { font-size: .8rem; font-weight: 600; color: var(--muted); margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.info-tile__val { font-family: var(--font-d); font-size: 1.7rem; font-weight: 800; }
.info-tile__val--o { color: var(--orange); }

/* ── Accordion ───────────────────────────────────────────── */
.accordion { border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-item:last-child { border-bottom: none; }
.acc-btn { width: 100%; padding: 17px 22px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background: none; border: none; font-family: var(--font-d); font-size: 1rem; font-weight: 700; color: var(--body); text-align: left; transition: background .15s; }
.acc-btn:hover { background: var(--bg-light); }
.acc-btn.active { background: var(--orange); color: #fff; }
.acc-icon { font-size: 1.2rem; flex-shrink: 0; transition: transform .2s; }
.acc-btn.active .acc-icon { transform: rotate(180deg); }
.acc-day-nav { display: none; }
@media (max-width: 900px) {
  .acc-day-nav { display: flex; flex-wrap: wrap; gap: 6px; padding: 14px 0 4px; margin-bottom: 4px; }
}
.acc-day-nav__btn { font-family: var(--font-d); font-size: .7rem; font-weight: 800; padding: 4px 10px; border-radius: 20px; border: 1.5px solid var(--border); background: #fff; cursor: pointer; color: var(--body); transition: background .15s, border-color .15s, color .15s; letter-spacing: .03em; }
.acc-day-nav__btn:hover, .acc-day-nav__btn.active { background: var(--orange); border-color: var(--orange); color: #fff; }
.acc-content { display: none; padding: 18px 22px; font-size: .92rem; background: var(--bg-light); line-height: 1.7; }
.acc-content.open { display: block; }

/* ── Lists ───────────────────────────────────────────────── */
.check-list { display: flex; flex-direction: column; gap: 8px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: .95rem; color: var(--body); }
.check-list li::before { content: '✓'; width: 22px; height: 22px; flex-shrink: 0; background: var(--orange); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; margin-top: 1px; }
.bullet-list li { padding: 4px 0 4px 16px; position: relative; font-size: .93rem; color: var(--muted); }
.bullet-list li::before { content: '•'; position: absolute; left: 0; color: var(--orange); font-weight: 700; }

/* ── Incl/Excl ───────────────────────────────────────────── */
.incl-excl { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 28px 0; }
.incl-excl h4 { font-size: 1rem; margin-bottom: 12px; }
.incl-excl li { display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; color: var(--muted); padding: 4px 0; }
.incl-excl .incl li::before { content: '✓'; color: #27ae60; font-weight: 700; flex-shrink: 0; }
.incl-excl .excl li::before { content: '✕'; color: #e74c3c; font-weight: 700; flex-shrink: 0; }

/* ── Warning ─────────────────────────────────────────────── */
.warning-box { background: #fff8f5; border: 1.5px solid rgba(242,99,33,.3); border-radius: var(--radius-lg); padding: 28px 30px; margin: 40px 0; }
.warning-box h3 { color: var(--orange); margin-bottom: 14px; font-size: 1.4rem; }

/* ── Stats row ───────────────────────────────────────────── */
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--border); border-radius: var(--radius-lg); overflow: hidden; margin: 48px 0; }
.stat { background: #fff; padding: 28px 20px; text-align: center; }
.stat__n { font-family: var(--font-d); font-size: 2.4rem; font-weight: 800; color: var(--orange); line-height: 1; }
.stat__l { font-size: .84rem; font-weight: 600; color: var(--muted); margin-top: 6px; }

/* ── Photo strip ─────────────────────────────────────────── */
.photo-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.photo-strip img { aspect-ratio: 1; object-fit: cover; width: 100%; border-radius: 4px; }

/* ── Form ────────────────────────────────────────────────── */
.form-box { background: #fff; border-radius: var(--radius-lg); padding: 36px 40px; box-shadow: var(--card-shadow); margin-bottom: 22px; }
.form-box-title { font-family: var(--font-d); font-size: 1.15rem; font-weight: 800; color: var(--orange); margin-bottom: 22px; text-transform: uppercase; letter-spacing: .04em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
/* .form-row and [hidden] both score (0,1,0): tie goes to whichever appears last — force hide when both apply */
.form-row[hidden],
.form-group[hidden] {
  display: none !important;
}
[hidden] {
  display: none !important;
}
.form-group { margin-bottom: 18px; }
.form-group:last-child { margin-bottom: 0; }
label { display: block; font-size: .87rem; font-weight: 600; margin-bottom: 6px; color: var(--body); }
label .req { color: var(--orange); }
input, select, textarea { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius); font-family: var(--font-b); font-size: .95rem; color: var(--body); background: #fff; transition: border-color .15s, box-shadow .15s; outline: none; appearance: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,99,33,.12); }
textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: .82rem; color: var(--muted); margin-top: 14px; text-align: center; }
.form-note a { color: var(--orange); }

/* ── Policy ──────────────────────────────────────────────── */
.policy-wrap { max-width: 780px; margin: 0 auto; padding: 70px 24px; }
.policy-wrap h1 { margin-bottom: 6px; }
.policy-updated { font-size: .82rem; color: var(--muted); margin-bottom: 40px; }
.policy-overview { background: var(--bg-light); border-left: 4px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; padding: 18px 22px; margin-bottom: 32px; }
.policy-block { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--card-shadow); padding: 28px 30px; margin-bottom: 18px; }
.policy-block h2 { font-size: 1.25rem; margin-bottom: 16px; }
.policy-block h3 { font-size: 1rem; margin-bottom: 8px; margin-top: 16px; }
.policy-block p { font-size: .92rem; margin-bottom: 10px; }
.policy-block ul li { font-size: .92rem; color: var(--muted); padding: 3px 0 3px 14px; position: relative; }
.policy-block ul li::before { content: '•'; position: absolute; left: 0; color: var(--orange); }
.policy-highlight { background: rgba(242,99,33,.07); border-radius: var(--radius); padding: 18px 20px; margin: 14px 0; }
.policy-highlight h4 { color: var(--orange); margin-bottom: 8px; }
.policy-overview h4 { margin-bottom: 6px; }
.policy-wrap a:not(.btn) { color: var(--orange); }
.policy-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 36px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.policy-nav a { font-family: var(--font-d); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); text-decoration: none; padding: 5px 14px; border-radius: 20px; border: 1px solid var(--border); transition: border-color .18s, color .18s; }
.policy-nav a:hover { color: var(--orange); border-color: var(--orange); }
.policy-nav a.active { color: var(--orange); border-color: var(--orange); background: rgba(242,99,33,.07); }
.co-table { width: 100%; border-collapse: collapse; margin: 14px 0; }
.co-table td { padding: 9px 0; vertical-align: top; font-size: .92rem; }
.co-table td:first-child { font-weight: 700; width: 200px; }

/* ── Contact (split layout) — form left, aside right ─────── */
.contact-split { display: grid; grid-template-columns: 1.22fr 0.9fr; gap: 40px; align-items: start; max-width: 1100px; margin: 0 auto; }
.contact-info-card { background: #fff; border-radius: var(--radius-lg); padding: 32px 32px 36px; box-shadow: var(--card-shadow); border: var(--card-border); }
.contact-info-card h2 { font-size: 1.5rem; margin-bottom: 10px; }
.contact-info-card p { font-size: .95rem; margin-bottom: 18px; }
.contact-channels-mini { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; font-size: .92rem; }
.contact-channels-mini a { color: var(--orange); font-weight: 600; }
.contact-aside { display: flex; flex-direction: column; position: sticky; top: calc(var(--nav-h) + 24px); }
.contact-side-channels { background: #fff; border-radius: var(--radius-lg); padding: 28px 26px 32px; box-shadow: var(--card-shadow); border: var(--card-border); height: 100%; }
.contact-side-channels > h3 { font-size: 1.25rem; margin-bottom: 6px; }
.contact-side-channels > p   { font-size: .9rem; margin-bottom: 22px; color: var(--muted); }
.form-opt-label { font-size: .85rem; font-weight: 600; color: var(--body); margin-bottom: 8px; padding-bottom: 0; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 0; }
.form-group--opt { margin-bottom: 12px; }
.contact-msg-ta  { min-height: 128px; }
.btn__suffix     { margin-left: 6px; }
.contact-channel-stack { display: flex; flex-direction: column; gap: 0; }
.contact-channel-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-channel-item:last-child { border-bottom: none; padding-bottom: 0; }
.contact-channel-item:first-child { padding-top: 0; }
.contact-channel-dot { width: 10px; height: 10px; min-width: 10px; background: var(--orange); border-radius: 50%; margin-top: 6px; }
.contact-channel-body { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.contact-channel-body h4 { font-size: .95rem; font-family: var(--font-d); font-weight: 700; margin: 0; color: var(--dark); }
.contact-channel-link { font-size: .85rem; color: var(--orange); font-weight: 600; word-break: break-all; }
.contact-channel-link:hover { text-decoration: underline; }
.contact-channel-id { font-size: .95rem; font-weight: 700; color: var(--dark); letter-spacing: .02em; }
.contact-info-rows { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.contact-info-rows li { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-ico { width: 42px; height: 42px; border-radius: 50%; background: rgba(242, 99, 33, 0.12); color: var(--orange); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.05rem; line-height: 1; }
.contact-info-rows strong { display: block; font-size: .8rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); margin-bottom: 4px; }
.contact-info-rows a { color: var(--body); font-weight: 600; }
.contact-info-rows a:hover { color: var(--orange); }
.contact-why-list { list-style: none; }
.contact-why-list li { position: relative; padding: 0 0 0 32px; font-size: .9rem; color: var(--body); margin-bottom: 10px; line-height: 1.5; }
.contact-why-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--orange); color: var(--orange); font-size: .65rem; line-height: 20px; text-align: center; font-weight: 800; }
.form--contact-ref input[type='text'], .form--contact-ref input[type='email'], .form--contact-ref select, .form--contact-ref textarea { background: #f3f0eb; border: 1px solid #e0d8ce; border-radius: 10px; }
.form--contact-ref input:focus, .form--contact-ref select:focus, .form--contact-ref textarea:focus { background: #fff; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242, 99, 33, 0.1); }
.contact-form-title { font-family: var(--font-d); font-size: clamp(1.4rem, 2.5vw, 1.75rem); font-weight: 800; color: var(--dark); margin-bottom: 22px; }
@media (max-width: 720px) {
  .contact-split { grid-template-columns: 1fr; gap: 32px; }
  .contact-aside { position: static; }
}

/* Image lightbox (about, simple) */
.be-lightbox { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(10, 14, 20, 0.82); opacity: 0; pointer-events: none; transition: opacity .25s; }
.be-lightbox.is-open { opacity: 1; pointer-events: auto; }
.be-lightbox__inner { max-width: min(96vw, 1200px); max-height: 90vh; position: relative; }
.be-lightbox__inner img { width: 100%; height: auto; max-height: 90vh; object-fit: contain; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.be-lightbox__close { position: absolute; top: -12px; right: -12px; width: 40px; height: 40px; border: none; border-radius: 50%; background: #fff; color: var(--dark); font-size: 1.4rem; line-height: 1; cursor: pointer; box-shadow: 0 4px 20px rgba(0,0,0,.2); }
.be-lightbox__close:hover { background: var(--bg-light); }
.be-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.14); border: none; border-radius: 50%; width: 52px; height: 52px; color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .18s; z-index: 2001; }
.be-lightbox__nav:hover { background: rgba(255,255,255,.28); }
.be-lightbox__prev { left: 16px; }
.be-lightbox__next { right: 16px; }
.be-lightbox__count { text-align: center; color: rgba(255,255,255,.55); font-size: .82rem; font-family: var(--font-d); letter-spacing: .06em; margin-top: 12px; }
.gallery-img { cursor: zoom-in; }
.founder-photo--click { cursor: zoom-in; }
body.be-lightbox-open { overflow: hidden; }

/* ── Contact channels (legacy) ──────────────────────────── */
.channels { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin: 44px 0; }
.channel { background: #fff; border-radius: var(--radius-lg); padding: 28px 24px; box-shadow: var(--card-shadow); }
.channel__dot { width: 10px; height: 10px; background: var(--orange); border-radius: 50%; margin-bottom: 14px; }
.channel h4 { font-size: 1.05rem; margin-bottom: 6px; }
.channel p { font-size: .88rem; margin-bottom: 14px; }
.channel a.phone { color: var(--orange); font-weight: 700; }

/* ── Field Kit ───────────────────────────────────────────── */
.kit-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: var(--card-border); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; height: 100%; }
.kit-card:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(27,40,56,.12); }
.kit-card__img { aspect-ratio: 16/8; overflow: hidden; position: relative; flex-shrink: 0; }
.kit-card__img img { width: 100%; height: 100%; object-fit: cover; }
.kit-card__lbl { position: absolute; top: 12px; left: 12px; background: var(--dark); color: #fff; font-family: var(--font-d); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 12px; border-radius: 50px; }
.kit-card__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; min-height: 0; }
.kit-card__body h3 { font-size: 1.45rem; margin-bottom: 6px; }
.kit-card__body > .btn { margin-top: auto; align-self: flex-start; }
.kit-card__price { color: var(--orange); font-weight: 700; font-size: 1rem; margin-bottom: 14px; }

/* ── GBAO ────────────────────────────────────────────────── */
.gbao-layout { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; padding: 60px 0; }
.gbao-form-box { background: #fff; border-radius: var(--radius-lg); padding: 34px 30px; box-shadow: var(--card-shadow); position: sticky; top: calc(var(--nav-h) + 20px); }
.gbao-form-box h3 { margin-bottom: 6px; }
.gbao-form-box > p { font-size: .88rem; margin-bottom: 22px; }
.price-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0 20px; }
.price-opt { background: var(--bg-light); border-radius: var(--radius); padding: 14px; text-align: center; }
.price-opt strong { font-family: var(--font-d); font-size: 1.05rem; display: block; }
.price-opt span { font-size: .8rem; color: var(--muted); }
.file-note { font-size: .77rem; color: var(--muted); margin-top: 4px; }

/* ── eSIM ────────────────────────────────────────────────── */
.esim-store { background: var(--dark); border-radius: var(--radius-lg); overflow: hidden; margin: 20px 0 28px; box-shadow: 0 12px 40px rgba(27,40,56,.18); }
.esim-store__hd { display: flex; justify-content: space-between; align-items: center; padding: 20px 28px; background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.07); }
.esim-store__hd h4 { color: #fff; font-size: 1rem; }
.esim-store__tabs { display: flex; gap: 6px; }
.esim-tab { padding: 6px 16px; border-radius: 50px; font-size: .82rem; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.7); transition: all .15s; background: none; word-break: normal; overflow-wrap: normal; }
.esim-tab.active { background: var(--orange); border-color: var(--orange); color: #fff; }
@media (max-width: 720px) {
  .esim-store__hd {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 18px;
  }
  .esim-store__tabs {
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
  .esim-tab {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 8px;
    font-size: .78rem;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .esim-store__tabs { gap: 6px; }
  .esim-tab { font-size: .72rem; padding: 9px 6px; }
}
.esim-search { padding: 18px 28px; border-bottom: 1px solid rgba(255,255,255,.07); }
.esim-search input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.1); color: #fff; }
.esim-search input::placeholder { color: rgba(255,255,255,.38); }
.esim-countries { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding: 22px 32px 28px; max-height: 480px; overflow-y: auto; }
.esim-country {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  box-shadow: none;
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  font-family: var(--font-b);
  text-align: left;
  transition: background .12s, border-color .12s, transform .12s;
}
.esim-country:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); color: #fff; transform: translateY(-1px); }

/* -- Expedition gallery placeholders -- */
.trip-gallery {
  background: linear-gradient(180deg, rgba(244,242,237,.92) 0%, #fff 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 44px;
}
.trip-gallery__hd { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 22px; }
.trip-gallery__hd p { max-width: 560px; }
.trip-gallery__grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 16px; }
.trip-gallery__grid figure { margin: 0; height: 100%; }
.trip-gallery__slot--wide { min-height: 380px; }
.trip-gallery__stack { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.trip-gallery__stack figure { height: 100%; }
.trip-gallery__slot {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 180px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(145deg, rgba(37,51,71,.98) 0%, rgba(27,40,56,.88) 58%, rgba(242,99,33,.5) 100%);
  border: 1px solid rgba(27,40,56,.1);
}
.trip-gallery__slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trip-gallery__slot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,40,56,.88) 0%, rgba(27,40,56,.3) 55%, rgba(27,40,56,.12) 100%);
  pointer-events: none;
}
.trip-gallery__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  font-family: var(--font-d);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(255,255,255,.92);
  letter-spacing: .03em;
  z-index: 1;
}
.trip-gallery__caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.trip-gallery__caption strong { font-family: var(--font-d); font-size: 1.1rem; color: #fff; }
.trip-gallery__caption span { font-size: .84rem; color: rgba(255,255,255,.78); line-height: 1.5; }
.trip-gallery__note { margin-top: 16px; font-size: .84rem; color: var(--muted); }

/* Pamir / Wakhan field album (R2, dynamic thumbnails) */
.trip-gallery--pamir-album { padding-bottom: 32px; }
.trip-gallery--wakhan-album { padding-bottom: 32px; }
.pamir-album__hint { font-size: .88rem; color: var(--muted); margin: 0 0 14px; }
.pamir-album__err { font-size: .9rem; color: #c0392b; margin-top: 12px; }
.pamir-album__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.pamir-album__cell {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-light);
  border: 1px solid var(--border);
  box-shadow: 0 2px 10px rgba(27,40,56,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pamir-album__cell:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(27,40,56,.12);
  border-color: rgba(242,99,33,.35);
  z-index: 1;
}
.pamir-album__cell--hidden { display: none; }
.pamir-album__show-more {
  display: block;
  margin: 16px auto 0;
  font-family: var(--font-d);
  font-weight: 700;
  font-size: .88rem;
  letter-spacing: .04em;
  cursor: pointer;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--body);
  padding: 10px 26px;
  border-radius: 50px;
  transition: border-color .15s, color .15s, background .15s;
}
.pamir-album__show-more:hover { border-color: var(--orange); color: var(--orange); background: rgba(242,99,33,.04); }
.pamir-album__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: zoom-in;
}
@media (max-width: 768px) {
  .pamir-album__grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 8px; }
  .be-lightbox__inner { max-width: 100vw; padding: 0 4px; }
  .be-lightbox__nav { width: 44px; height: 44px; font-size: 1.5rem; }
  .be-lightbox__prev { left: 6px; }
  .be-lightbox__next { right: 6px; }
}

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { background: #fff; border-radius: var(--radius-lg); box-shadow: 0 2px 12px rgba(0,0,0,.06); overflow: hidden; }
.faq-btn { width: 100%; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; background: none; border: none; font-family: var(--font-b); font-size: .97rem; font-weight: 600; color: var(--body); text-align: left; transition: background .15s; }
.faq-btn:hover { background: var(--bg-light); }
.faq-icon { color: var(--orange); font-size: 1.4rem; font-weight: 300; flex-shrink: 0; transition: transform .2s; line-height: 1; }
.faq-btn.active .faq-icon { transform: rotate(45deg); }
.faq-content { display: none; padding: 0 22px 18px; font-size: .93rem; color: var(--muted); line-height: 1.72; }
.faq-content.open { display: block; }

/* ── Blog ────────────────────────────────────────────────── */
.blog-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--card-shadow); border: var(--card-border); transition: transform .22s, box-shadow .22s; display: flex; flex-direction: column; height: 100%; }
a.blog-card { color: inherit; text-decoration: none; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 44px rgba(27,40,56,.14); }
.blog-card--pending { opacity: .45; pointer-events: none; cursor: default; }
.blog-card__img { aspect-ratio: 16/9; overflow: hidden; flex-shrink: 0; background: var(--bg-light); }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card__img img { transform: scale(1.05); }
@keyframes be-shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position:  200% 0; }
}
.card__img:not(.img-loaded),
.blog-card__img:not(.img-loaded) {
  background: linear-gradient(90deg, var(--bg-light) 25%, #e8e4dc 50%, var(--bg-light) 75%);
  background-size: 400% 100%;
  animation: be-shimmer 1.4s ease-in-out infinite;
}
.card__img.img-loaded,
.blog-card__img.img-loaded { animation: none; background: var(--bg-light); }
.blog-card__body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.blog-card__cat { font-family: var(--font-d); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 8px; }
.blog-card__body h3 { font-size: 1.2rem; margin-bottom: 8px; color: var(--body); }
.blog-card__body p { font-size: .87rem; flex: 1; }
.blog-card__read { display: inline-block; margin-top: 16px; font-family: var(--font-d); font-size: .8rem; font-weight: 700; color: var(--orange); letter-spacing: .06em; text-transform: uppercase; }

/* ── Article ─────────────────────────────────────────────── */
.article-wrap { max-width: 820px; margin: 0 auto; padding: 60px 24px; }
.article-wrap h1 { margin-bottom: 10px; }
.article-wrap .a-meta { display: flex; gap: 18px; font-size: .84rem; color: var(--muted); margin-bottom: 40px; }
.article-wrap h2 { font-size: 1.65rem; margin: 36px 0 12px; }
.article-wrap h3 { font-size: 1.2rem; margin: 24px 0 10px; }
.article-wrap p  { margin-bottom: 16px; font-size: 1.01rem; line-height: 1.76; color: var(--body); }
.article-wrap ul, .article-wrap ol { margin: 10px 0 16px; }
.article-wrap ul li { font-size: .97rem; padding: 4px 0 4px 14px; position: relative; color: var(--body); }
.article-wrap ul li::before { content: '•'; position: absolute; left: 0; color: var(--orange); }
.article-wrap ol { counter-reset: ao; }
.article-wrap ol li { font-size: .97rem; padding: 4px 0 4px 26px; position: relative; counter-increment: ao; color: var(--body); }
.article-wrap ol li::before { content: counter(ao); position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.article-wrap img { border-radius: var(--radius-lg); margin: 26px 0; width: 100%; }

/* ── Fade-up animation ───────────────────────────────────── */
.fade { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.fade.visible { opacity: 1; transform: none; }
.fade:nth-child(2) { transition-delay: .1s; }
.fade:nth-child(3) { transition-delay: .2s; }
.fade:nth-child(4) { transition-delay: .3s; }

/* ── Helpers ─────────────────────────────────────────────── */
.tc { text-align: center; }
.to { color: var(--orange); }
.mt8  { margin-top:  8px; }
.mt16 { margin-top: 16px; }
.mt24 { margin-top: 24px; }
.mt32 { margin-top: 32px; }
.mt48 { margin-top: 48px; }
.mb8  { margin-bottom: 8px; }
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mb32 { margin-bottom: 32px; }
.mb48 { margin-bottom: 48px; }
.w100 { width: 100%; }
.hr   { border: none; border-top: 1px solid var(--border); margin: 48px 0; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .card-grid-4 { grid-template-columns: repeat(2,1fr); }
  .card-grid-3 { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
  .gbao-layout { grid-template-columns: 1fr; }
  .gbao-form-box { position: static; }
  .channels { grid-template-columns: 1fr 1fr; }
  .esim-countries { grid-template-columns: repeat(3,1fr); }
  .blog-grid { grid-template-columns: repeat(2,1fr); }
  .kit-grid:not(.kit-grid--3) { grid-template-columns: 1fr; }
  .kit-grid--3 { grid-template-columns: 1fr 1fr; }
  .photo-strip { grid-template-columns: repeat(3,1fr); }
  .trip-gallery__grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .svc-grid { grid-template-columns: 1fr; }
  .card-grid-4 { grid-template-columns: 1fr 1fr; }
  .card-grid-3 { grid-template-columns: 1fr; }
  .card-grid-2 { grid-template-columns: 1fr; }
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  .section { padding: 60px 0; }
  .steps { grid-template-columns: 1fr 1fr; }
  .exp-row { grid-template-columns: 1fr; gap: 26px; }
  .exp-row--rev .exp-row__img { order: 0; }
  .exp-row--rev .exp-row__txt { order: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .incl-excl { grid-template-columns: 1fr; }
  .channels { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .esim-countries { grid-template-columns: repeat(2,1fr); }
  .hero--page, .hero--trip { min-height: 340px; }
  .hero--home { min-height: min(58vh, 480px); }
  .info-tiles { grid-template-columns: 1fr; }
  .photo-strip { grid-template-columns: repeat(2,1fr); }
  .price-opts { grid-template-columns: 1fr; }
  .tool-header { padding-top: 24px; }
  .tool-header__steps { margin-top: 28px; }
  .tool-header__steps.steps { grid-template-columns: 1fr; }
  .home-story { gap: 32px; }
  .home-story__image { height: 360px; }
  .home-story__quote { width: 100%; margin: -12px 0 0; }
}
@media (max-width: 480px) {
  .card-grid-4 { grid-template-columns: 1fr; }
  .card-grid-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
  .form-box { padding: 22px 18px; }
  .booking-sidebar { padding: 20px 18px; }
  .policy-block { padding: 20px 18px; }
  .container { padding: 0 16px; }
  .container--narrow, .container--wide { padding: 0 16px; }
  .esim-countries { grid-template-columns: 1fr; }
  .trip-gallery { padding: 20px; }
  .trip-gallery__slot--wide { min-height: 280px; }
  .trip-gallery__slot { min-height: 156px; }
  .co-table td:first-child { width: auto; min-width: 90px; }
  .hero__actions .btn--lg { padding: 14px 28px; font-size: 1rem; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ── 404 page ────────────────────────────────────────────── */
.not-found-section { padding: 100px 0 120px; }
.not-found-inner   { text-align: center; max-width: 560px; }
.not-found-h1      { margin-bottom: 12px; }
.not-found-p       { margin-bottom: 28px; }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ── Contact / About scoped section padding ─────────────── */
.insta-follow-cta { text-align: center; margin-top: 28px; }
.section--contact-form  { padding: 40px 0 56px; }
.section--contact-talk  { padding-top: 48px; }
.section--about-intro   { padding-bottom: 48px; }
.section--about-values  { padding-top: 48px; }
/* ── Mobile nav submenu toggle ───────────────────────────── */
.nav__mobile-parent { display: flex; align-items: center; }
.nav__mobile-parent .nav__mobile-hd { flex: 1; }
.nav__mobile-toggle {
  background: none;
  border: none;
  color: rgba(255,255,255,.6);
  font-size: .85rem;
  padding: 11px 24px 11px 4px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  transition: color .15s, transform .25s;
  font-family: inherit;
}
.nav__mobile-toggle:hover { color: #fff; }
.nav__mobile-toggle[aria-expanded="true"] { transform: rotate(180deg); color: var(--orange); }
.nav__mobile-sub[hidden] { display: none; }
.nav__mobile-sub a { padding-left: 36px; }

/* ── Back-to-top button ──────────────────────────────────── */
.be-back-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  box-shadow: 0 4px 18px rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .25s, transform .25s, background .15s;
}
.be-back-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.be-back-top:hover { background: var(--orange); }
@media (max-width: 480px) {
  .be-back-top { bottom: 18px; right: 18px; width: 40px; height: 40px; font-size: 1.1rem; }
}

/* ── Character counter ───────────────────────────────────── */
.char-counter { font-size: .75rem; color: var(--muted); text-align: right; margin-top: 4px; }
.char-counter--warn { color: var(--orange); font-weight: 600; }

/* ── Form step indicator ─────────────────────────────────── */
.form-step-num { font-size: .7rem; font-weight: 700; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; display: block; margin-bottom: 6px; }

/* ── GBAO file selected feedback ─────────────────────────── */
.gdz-label--selected { color: var(--orange); font-weight: 600; }

/* ── Policy cross-link CTA ───────────────────────────────── */
.policy-cta { background: var(--bg-light); border-left: 3px solid var(--orange); border-radius: 0 var(--radius) var(--radius) 0; padding: 14px 20px; margin-top: 32px; font-size: .9rem; }
/* Only style inline mailto / text links — NOT .btn (was overriding .btn--orange with same specificity as .policy-cta a) */
.policy-cta a:not(.btn) { color: var(--orange); font-weight: 600; }
/* Bulletproof: CTA buttons inside policy areas must keep theme button colors */
.policy-wrap a.btn--orange, .policy-cta a.btn--orange { color: #fff; }
.policy-wrap a.btn--dark, .policy-cta a.btn--dark { color: #fff; }
