/* Al Haramain Travels — original site system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Logo brand: forest green + metallic gold */
  --green: #163D32;
  --green-deep: #0F2C24;
  --gold: #C4A46A;
  --gold-dark: #A8894F;
  --gold-bright: #D4B36E;
  --sand: #F7F4EE;
  --paper: #FFFCFA;
  --line: #E4DFD6;
  --ink: #15201C;
  --muted: #66706A;
  --wa: #25D366;
  --amber: #D4A017;
  --font-d: 'Judson', Georgia, serif;
  --font-b: 'Sora', system-ui, sans-serif;
  --max: 1200px;
  --r: 8px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-b); background: var(--paper); color: var(--ink); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
h1, h2, h3, h4 { font-family: var(--font-d); font-weight: 700; line-height: 1.25; }
.eyebrow { font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border: none; border-radius: var(--r);
  font-weight: 600; font-size: .88rem; letter-spacing: .02em;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-sm { padding: 10px 16px; font-size: .8rem; border-radius: 8px; }
.btn-gold { background: var(--gold); color: #1a1510; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-line { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn-line:hover { background: rgba(255,255,255,.1); }
.btn-forest { background: var(--green); color: #fff; }
.btn-forest:hover { background: var(--green-deep); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { filter: brightness(.95); }
.btn-block { width: 100%; }
.btn-cta { background: var(--gold); color: #1a1510; }
.btn-brand { background: var(--green); color: #fff; }

/* Top promo + header (modern Umrah agency pattern, Al Haramain colours) */
.top-bar {
  background: var(--gold);
  color: var(--green-deep);
  font-size: .78rem; font-weight: 600;
  text-align: center;
}
.top-bar-inner { padding: 8px 22px; }
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-main {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 6px 0;
}
.logo {
  display: flex; align-items: center; flex: 0 0 auto; line-height: 0;
}
.logo img {
  height: 60px; width: auto; max-width: none;
  object-fit: contain; display: block;
  background: transparent;
}
.logo-footer {
  display: inline-flex; background: #fff; padding: 8px 12px; border-radius: 8px;
}
.logo-footer img { height: 60px; width: auto; max-width: none; padding: 0; background: none; }
.nav-bar {
  border-top: 1px solid var(--line);
  background: #fff;
}
.nav {
  display: flex; gap: 2px; justify-content: center; flex-wrap: wrap;
  padding: 8px 0;
}
.nav a {
  padding: 6px 12px; border-radius: 999px;
  font-size: .84rem; font-weight: 500; color: var(--muted);
  white-space: nowrap;
}
.nav a:hover { color: var(--green); background: var(--sand); }
.header-ctas { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.btn-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 8px 14px; border-radius: 999px; border: none;
  font-size: .84rem; font-weight: 600; color: #fff; white-space: nowrap;
}
.btn-pill svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-pill.wa { background: var(--green); }
.btn-pill.wa:hover { background: var(--green-deep); }
.btn-pill.call { background: var(--gold); color: #1a1510; }
.btn-pill.call:hover { background: var(--gold-dark); color: #fff; }
.btn-pill.quote { background: #000; color: #fff; }
.btn-pill.quote:hover { background: #1a1a1a; color: #fff; }
.nav-toggle {
  display: none; width: 40px; height: 40px; border: 1px solid var(--line);
  background: #fff; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  border-radius: 999px;
}
.nav-toggle span { width: 16px; height: 1.5px; background: var(--green); }
.mobile-nav { display: grid; gap: 0; padding: 8px 22px 16px; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav[hidden] { display: none !important; }
.mobile-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--green); }
@media (max-width: 960px) {
  .nav-bar, .header-ctas { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-main { padding: 4px 0; }
  .logo img { height: 56px; }
}
@media (max-width: 480px) {
  .header-main { padding: 4px 0; }
  .logo img { height: 52px; }
}

/* Hero — copy left, form right */
.hero {
  position: relative; color: #fff; overflow: hidden;
  padding: 48px 0 0; min-height: 0;
  display: flex; flex-direction: column;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,20,16,.78) 0%, rgba(8,20,16,.45) 48%, rgba(8,20,16,.28) 100%),
    linear-gradient(180deg, rgba(8,20,16,.25) 0%, rgba(8,20,16,.55) 100%);
}
.hero-stage {
  position: relative; z-index: 2;
  flex: 1; display: grid; grid-template-columns: 1fr minmax(300px, 400px);
  gap: 48px; align-items: center;
  padding: 36px 0 72px; width: 100%;
}
.hero-copy { max-width: 38rem; }
.hero-kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-bright); margin-bottom: 14px;
}
.hero-copy h1 {
  font-family: var(--font-d); font-weight: 700;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1.22; color: #fff; margin-bottom: 16px;
}
.hero-copy h1 em { font-style: italic; font-weight: 500; color: rgba(255,255,255,.92); }
.hero-lead { font-size: 1.05rem; color: rgba(255,255,255,.82); line-height: 1.6; }

.hero-form-card {
  background: #fff; color: var(--ink);
  border-radius: 16px;
  padding: 24px 24px 22px;
  box-shadow: 0 28px 50px rgba(0,0,0,.35);
  position: relative;
}
.hero-form-card h2 {
  font-family: var(--font-d); font-size: 1.45rem; font-weight: 700;
  margin: 0 0 16px; color: var(--ink);
}
.hero-two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-form-card .field { margin-bottom: 14px; }
.hero-form-card .field label span { color: var(--gold-dark); }
.hero-form-card .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.btn-ghost-dark {
  background: transparent; color: var(--green); border: 1px solid var(--line);
}
.btn-ghost-dark:hover { background: var(--sand); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.btn-search {
  background: var(--gold); color: #1a1510;
  font-weight: 700; justify-content: center;
}
.btn-search:hover { background: var(--gold-bright); color: #1a1510; }

/* Trust stats — single dark bar */
.hero-trust {
  position: relative; z-index: 3;
  margin-top: -36px; padding: 0 0 12px;
}
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--green-deep);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(8, 20, 16, .28);
}
.hero-stats li {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 20px;
  border-right: 1px solid rgba(196, 164, 106, .28);
}
.hero-stats li:last-child { border-right: none; }
.stat-icon {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.stat-icon svg {
  width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.9;
}
.stat-copy { min-width: 0; text-align: left; }
.hero-stats b {
  display: block;
  font-family: var(--font-d);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2px;
  color: #fff;
}
.hero-stats .stat-copy span {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.62);
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .hero-stage { grid-template-columns: 1fr; gap: 28px; padding: 28px 0 64px; }
  .hero-copy { text-align: left; max-width: none; }
  .hero-form-card { max-width: none; width: 100%; }
}
@media (max-width: 560px) {
  .hero { padding-top: 28px; }
  .hero-stage { padding: 16px 0 52px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats li:nth-child(2n) { border-right: none; }
  .hero-stats li:nth-child(-n+2) { border-bottom: 1px solid rgba(196, 164, 106, .28); }
  .hero-trust { margin-top: -24px; }
  .top-bar { font-size: .7rem; }
  .hero-two { grid-template-columns: 1fr; }
}

/* How it works */
.care { padding: 80px 0; background: var(--sand); }
.care-head { text-align: center; max-width: 38rem; margin: 0 auto 40px; }
.care-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin-bottom: 0; }
.care-head > p:not(.eyebrow) { color: var(--muted); }
.how-steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.how-steps li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 28px 20px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.how-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--gold); color: var(--green-deep);
  font-family: var(--font-b); font-weight: 700; font-size: .88rem;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; letter-spacing: .04em;
}
.how-steps strong {
  display: block; font-family: var(--font-d); font-size: 1.15rem; font-weight: 700;
  margin-bottom: 8px; color: var(--ink);
}
.how-steps span:not(.how-num) {
  display: block; font-size: .86rem; color: var(--muted); line-height: 1.5;
}
@media (max-width: 900px) {
  .how-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .how-steps { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

/* Departures / journey rows */
.departures { padding: 80px 0 72px; }
.dep-head {
  max-width: 46rem; margin: 0 auto 40px; text-align: center;
  padding: 36px 28px 32px;
  background: var(--sand);
  border: 1px solid var(--line);
  border-radius: var(--r);
  position: relative;
}
.dep-head::before {
  content: ''; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%);
  width: 88px; height: 3px; background: var(--gold); border-radius: 0 0 2px 2px;
}
.dep-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.6rem); margin-bottom: 0; }
.dep-head > p:not(.eyebrow) { color: var(--muted); max-width: 38rem; margin: 0 auto; }
.dep-rule {
  display: block; width: 52px; height: 2px; background: var(--gold);
  margin: 16px auto 18px; position: relative;
}
.dep-rule::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 7px; height: 7px; background: var(--gold);
  transform: translate(-50%, -50%) rotate(45deg);
}
.dep-includes {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 10px; margin-top: 22px;
}
.dep-includes li {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--line);
  color: var(--green); font-size: .78rem; font-weight: 600;
  padding: 8px 14px 8px 12px; border-radius: 999px;
}
.dep-includes svg {
  width: 15px; height: 15px; stroke: var(--gold); fill: none; stroke-width: 1.8; flex-shrink: 0;
}
@media (max-width: 560px) {
  .dep-head { padding: 28px 18px 24px; }
  .dep-includes { gap: 8px; }
}

.journey-list { display: block; }
.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 980px) { .pkg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .pkg-grid { grid-template-columns: 1fr; } }

.pkg-card {
  background: #fff; border: 1px solid var(--line); border-radius: 4px;
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s ease, transform .2s var(--ease);
}
.pkg-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.pkg-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; display: block; }
.pkg-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.pkg-card:hover .pkg-photo img { transform: scale(1.04); }
.pkg-badge-row {
  position: absolute; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px;
  z-index: 1;
}
.pkg-badge {
  background: var(--gold); color: #1a1510;
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: 2px; padding: 5px 10px;
}
.pkg-badge.star { background: var(--green); color: #fff; }
.pkg-badge.deposit { background: var(--gold); color: #1a1510; }
.pkg-nights {
  position: absolute; bottom: 12px; left: 12px; background: rgba(14,36,29,.82); color: #fff;
  font-size: .72rem; font-weight: 600; border-radius: 2px; padding: 5px 10px;
}
.pkg-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.pkg-tier-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.pkg-month {
  font-size: .7rem; font-weight: 700; color: var(--green); text-transform: uppercase;
  letter-spacing: .06em; background: var(--sand); border-radius: 2px; padding: 3px 8px;
}
.pkg-name { font-family: var(--font-d); font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.pkg-name a:hover { color: var(--green); }
.pkg-features { border-top: 1px solid var(--line); margin-bottom: 8px; }
.pkg-features li {
  display: flex; align-items: center; gap: 10px; padding: 9px 0;
  border-bottom: 1px solid var(--line); font-size: .86rem; color: var(--ink);
}
.pkg-features li:last-child { border-bottom: none; }
.pkg-features li svg { width: 16px; height: 16px; flex-shrink: 0; stroke: var(--gold); fill: none; stroke-width: 1.8; }
.pkg-foot { margin-top: auto; display: flex; flex-direction: column; gap: 12px; }
.pkg-price small { display: block; font-size: .7rem; font-weight: 600; color: var(--muted); }
.pkg-price .amt { font-family: var(--font-b); font-weight: 700; font-size: 1.55rem; color: var(--green); line-height: 1.1; }
.pkg-price .amt em { font-style: normal; font-size: .75rem; font-family: var(--font-b); color: var(--muted); font-weight: 600; }
.pkg-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.pkg-actions .btn-quote { grid-column: 1 / -1; width: 100%; justify-content: center; }
.icon-btn {
  height: 42px; border: none; border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  font-size: .8rem; font-weight: 600; color: #fff;
}
.icon-btn svg { width: 15px; height: 15px; fill: #fff; }
.icon-btn.call { background: var(--green); }
.icon-btn.call:hover { background: var(--green-deep); }
.icon-btn.wa { background: var(--wa); }

.pkg-block { margin-top: 48px; }
.dep-head + .pkg-block { margin-top: 8px; }
.pkg-block-head {
  display: grid; grid-template-columns: 1fr minmax(220px, 320px);
  gap: 24px 36px; align-items: center; margin-bottom: 28px;
}
.pkg-block-title {
  font-family: var(--font-d); font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 700; margin-bottom: 10px;
}
.pkg-block-intro { color: var(--muted); max-width: none; margin-bottom: 28px; line-height: 1.65; }
.pkg-block-head .pkg-block-intro { max-width: none; margin-bottom: 0; }
.pkg-block-media {
  margin: 0; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--sand);
}
.pkg-block-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 800px) {
  .pkg-block-head { grid-template-columns: 1fr; }
  .pkg-block-media { max-width: 420px; aspect-ratio: 16 / 10; }
}
.pkg-group { margin-bottom: 36px; }
.pkg-group-head { margin-bottom: 16px; }
.pkg-group-head h3, .pkg-group-head h4 {
  font-family: var(--font-d); font-size: 1.35rem; font-weight: 700; margin-bottom: 6px;
}
.pkg-group-head p { color: var(--muted); font-size: .92rem; max-width: none; line-height: 1.6; }
.pkg-match { text-align: center; margin: 48px 0 16px; }
.pkg-match a { padding: 14px 28px; }

.cat-jump, .airport-jump {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0 0 36px;
}
.cat-jump a, .airport-jump a {
  border: 1px solid var(--line); background: #fff; color: var(--green);
  padding: 8px 16px; border-radius: 999px;
  font-size: .82rem; font-weight: 600;
}
.cat-jump a:hover, .airport-jump a:hover { border-color: var(--gold); background: var(--sand); }
.cat-block, .airport-block { margin-bottom: 52px; scroll-margin-top: 140px; }
.cat-block h2, .airport-block h2, .cat-section > h2 {
  font-family: var(--font-d); font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 700; margin-bottom: 8px;
}
.cat-block > p, .airport-block > p, .cat-section > p {
  color: var(--muted); margin-bottom: 22px; max-width: 46rem; line-height: 1.65;
}
.cat-section { margin-bottom: 20px; scroll-margin-top: 140px; }
.cat-section h3 {
  font-family: var(--font-d); font-size: 1.28rem; font-weight: 700;
  margin: 8px 0 16px; scroll-margin-top: 140px;
}

.airport-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-bottom: 8px;
}
.airport-card {
  display: flex; flex-direction: column; gap: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  padding: 18px 18px 16px; color: var(--ink);
}
.airport-card:hover { border-color: var(--gold); }
.airport-card strong { font-family: var(--font-d); font-size: 1.25rem; font-weight: 700; }
.airport-card span { color: var(--muted); font-size: .88rem; }
.airport-card em { font-style: normal; font-size: .84rem; font-weight: 600; color: var(--green); margin-top: 4px; }
@media (max-width: 800px) { .airport-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .airport-grid { grid-template-columns: 1fr; } }

.cat-hero { background: var(--green); color: #fff; padding: 40px 0 44px; }
.cat-hero .eyebrow { color: var(--gold); }
.cat-hero-copy h1, .cat-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin: 8px 0 10px; }
.cat-hero-copy p, .cat-hero > .container > p { color: rgba(255,255,255,.78); max-width: 40rem; }
.cat-hero .breadcrumb { padding: 0 0 12px; color: rgba(255,255,255,.55); }
.cat-hero .breadcrumb a { color: rgba(255,255,255,.8); }
.cat-hero .breadcrumb a:hover { color: #fff; }
.cat-hero-form { padding: 32px 0 40px; }
.cat-hero-inner {
  display: grid; grid-template-columns: 1fr minmax(300px, 400px);
  gap: 48px; align-items: center;
}
.cat-hero-form .hero-form-card { box-shadow: 0 20px 40px rgba(0,0,0,.22); }
.page-umrah-packages .cat-hero-copy p,
.page-umrah-packages .pkg-block-intro,
.page-umrah-packages .pkg-group-head p,
.page-umrah-packages .cat-block > p {
  max-width: none;
}
@media (max-width: 900px) {
  .cat-hero-inner { grid-template-columns: 1fr; gap: 28px; }
}
.cat-list { padding-top: 48px; }
.cat-enquire { padding: 0 0 80px; }
.cat-enquire-card {
  background: var(--sand); border: 1px solid var(--line); padding: 32px 28px;
}
.cat-enquire-card h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 8px; }
.cat-enquire-card > p { color: var(--muted); margin-bottom: 22px; max-width: 36rem; }
.cat-enquire-card .enq-row {
  display: grid; gap: 14px; margin-bottom: 14px; align-items: end;
}
.cat-enquire-card .enq-row-3 { grid-template-columns: repeat(3, 1fr); }
.cat-enquire-card .btn { margin-top: 8px; }
.cat-enquire-card .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
@media (max-width: 800px) {
  .cat-enquire-card .enq-row-3 { grid-template-columns: 1fr; }
}

/* legacy journey styles unused but kept harmless */
.journey { display: none; }

/* Guidance */
.guidance {
  padding: 56px 0;
  background: var(--green-deep);
  color: #fff;
  scroll-margin-top: 140px;
}
.guidance .eyebrow { color: var(--gold); }
.guidance h2 { font-size: clamp(1.7rem, 3.2vw, 2.35rem); color: #fff; margin-bottom: 12px; }
.guidance p { color: rgba(255,255,255,.75); margin-bottom: 16px; max-width: none; }
.guidance-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 28px 32px;
  align-items: stretch;
}
.guidance-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.guide-points { margin-top: 4px; }
.guide-points li {
  padding: 9px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.8);
  font-size: .9rem;
}
.guidance-media {
  flex: 1 1 auto;
  position: relative;
  margin: 20px 0 0;
  min-height: 200px;
  border-radius: var(--r);
  overflow: hidden;
  background: rgba(0,0,0,.2);
  border: 1px solid rgba(196, 164, 106, .35);
}
.guidance-media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 78%;
  display: block;
}
.guide-form {
  background: #fff; color: var(--ink);
  padding: 22px 22px 18px; border-radius: var(--r);
  position: relative;
  align-self: start;
  width: 100%;
}
.guide-form h3 {
  font-family: var(--font-d); font-size: 1.28rem; font-weight: 700;
  margin: 0 0 14px; color: var(--ink);
}
.guide-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.guide-form .field { margin-bottom: 0; }
.guide-form .field.full { grid-column: 1 / -1; }
.guide-form textarea { min-height: 68px; resize: vertical; }
.guide-form .btn-block { margin-top: 14px; }
.guide-form .field label span { color: var(--gold-dark); }
.guide-form .hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.guide-form .form-note { color: var(--muted); margin-top: 10px; }
.form-note { margin-top: 12px; font-size: .76rem; color: var(--muted); text-align: center; }
@media (max-width: 800px) {
  .guidance { padding: 48px 0; }
  .guidance-grid { grid-template-columns: 1fr; gap: 24px; }
  .guide-fields { grid-template-columns: 1fr; }
  .guidance-media { display: none; }
}

/* Fields */
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .75rem; font-weight: 600; margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: var(--r);
  padding: 12px 14px; font: inherit; background: #fff; color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(27,61,50,.1);
}
.field input.error, .field select.error { border-color: #b44; }
.field .err-msg { display: none; color: #b44; font-size: .74rem; font-weight: 600; margin-top: 4px; }
.field.show-err .err-msg { display: block; }
.contact-fields { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.contact-fields .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .contact-fields { grid-template-columns: 1fr; } }

/* Words */
.words { padding: 80px 0; background: var(--sand); }
.words-head { text-align: center; max-width: 40rem; margin: 0 auto 40px; }
.words-head h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 0; }
.quote-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote-row blockquote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r);
  padding: 24px 22px 20px; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.quote-row blockquote::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold);
}
.quote-row header {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
.quote-stars {
  color: var(--gold); letter-spacing: 2px; font-size: .82rem;
  margin-bottom: 12px;
}
.quote-row p {
  font-family: var(--font-d); font-size: 1.02rem;
  margin-bottom: 0; line-height: 1.5; flex: 1; color: var(--ink);
}
.quote-more {
  margin-top: 12px; align-self: flex-start;
  background: none; border: none; padding: 0;
  color: var(--green); font-weight: 700; font-size: .84rem;
  text-decoration: underline; text-underline-offset: 3px; cursor: pointer;
}
.quote-more:hover { color: var(--gold-dark); }
.quote-av {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: var(--green); color: var(--gold);
  font-size: .68rem; font-weight: 700; letter-spacing: .04em;
  display: flex; align-items: center; justify-content: center;
}
.quote-row cite { font-style: normal; font-size: .86rem; color: var(--ink); font-weight: 600; }
@media (max-width: 980px) { .quote-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .quote-row { grid-template-columns: 1fr; } }

/* FAQ */
.faq { padding: 72px 0 80px; }
.faq-wrap {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 48px; align-items: start;
}
.faq h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); margin-bottom: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 16px 0; font-weight: 600;
  display: flex; justify-content: space-between; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; color: var(--gold-dark); font-family: var(--font-d); font-size: 1.3rem; }
.faq-item[open] summary::after { content: '−'; }
.faq-a { padding: 0 0 16px; color: var(--muted); font-size: .92rem; }
.faq-a a { color: var(--green); font-weight: 600; }
.faq-a a:hover { color: var(--gold-dark); }
.faq-viewall { margin-top: 22px; }
.faq-media {
  margin: 0; border-radius: var(--r); overflow: hidden;
  aspect-ratio: 4 / 5; background: var(--sand);
  position: sticky; top: 90px;
}
.faq-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 800px) {
  .faq-wrap { grid-template-columns: 1fr; }
  .faq-media { display: none; }
}

/* Closing */
.closing { padding: 28px 0; background: var(--green); color: #fff; }
.closing-inner {
  display: grid; grid-template-columns: 1.3fr auto;
  gap: 16px 32px; align-items: center;
}
.closing h2 { font-size: clamp(1.35rem, 2.4vw, 1.75rem); color: #fff; margin-bottom: 4px; }
.closing p { color: rgba(255,255,255,.75); max-width: 36rem; margin: 0; font-size: .92rem; }
.closing-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.closing .btn { padding: 11px 18px; }
.closing .btn-line { border-color: rgba(255,255,255,.4); }
@media (max-width: 800px) {
  .closing { padding: 22px 0; }
  .closing-inner { grid-template-columns: 1fr; }
  .closing-actions { justify-content: flex-start; }
}

/* Footer */
.site-footer { background: var(--gold-dark); color: #fff; padding: 52px 0 96px; font-size: .86rem; }
.footer-top { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.2fr; gap: 32px; margin-bottom: 32px; align-items: start; }
.footer-brand p { margin-top: 14px; max-width: 22rem; color: rgba(255,255,255,.88); }
.footer-acc { min-width: 0; }
.footer-acc summary {
  color: #fff; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase;
  margin-bottom: 12px; font-weight: 600; font-family: var(--font-b);
  list-style: none; cursor: default;
}
.footer-acc summary::-webkit-details-marker { display: none; }
.footer-acc summary::marker { content: none; }
.site-footer li { margin-bottom: 8px; }
.footer-acc ul:not(.footer-contact) a {
  display: inline-flex; align-items: center; gap: 8px;
}
.footer-acc ul:not(.footer-contact) a::before {
  content: ''; width: 5px; height: 5px; flex-shrink: 0;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg); margin-top: -1px;
}
.site-footer a:hover { color: var(--green-deep); }
.footer-contact li,
.footer-contact li a {
  display: flex; align-items: flex-start; gap: 10px;
}
.footer-contact svg {
  width: 16px; height: 16px; flex-shrink: 0; margin-top: 3px;
}
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.28); padding-top: 18px;
  font-size: .74rem; color: rgba(255,255,255,.8);
  display: flex; flex-wrap: wrap; gap: 10px 24px;
  justify-content: space-between; align-items: center;
}
.footer-legal p { margin: 0; max-width: 48rem; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal-links a { color: #fff; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.footer-legal-links a:hover { color: var(--green-deep); }
@media (max-width: 800px) {
  .footer-top { grid-template-columns: 1fr; gap: 0; }
  .footer-brand { margin-bottom: 8px; padding-bottom: 16px; }
  .footer-acc {
    border-top: 1px solid rgba(255,255,255,.28);
  }
  .footer-acc summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    cursor: pointer; margin-bottom: 0; padding: 14px 0;
  }
  .footer-acc summary::after {
    content: '+'; font-family: var(--font-d); font-size: 1.25rem; font-weight: 400; line-height: 1; color: #fff;
  }
  .footer-acc[open] summary { margin-bottom: 4px; }
  .footer-acc[open] summary::after { content: '−'; }
  .footer-acc ul { padding-bottom: 14px; }
}

.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95; display: none;
  grid-template-columns: 1fr 1fr 1.3fr; gap: 8px;
  background: rgba(251,250,247,.97); border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}
.sticky-bar .btn { padding: 12px 8px; font-size: .78rem; }
@media (max-width: 860px) { .sticky-bar { display: grid; } body { padding-bottom: 72px; } }
.float-wa {
  position: fixed; bottom: 100px; left: 24px; z-index: 95;
  width: 54px; height: 54px; border-radius: 50%; background: var(--wa);
  display: flex; align-items: center; justify-content: center;
}
.float-wa svg { width: 26px; height: 26px; }
@media (max-width: 860px) { .float-wa { display: none; } }

/* Modal */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 120; background: rgba(14,36,29,.6);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-backdrop.open { display: flex; }
.modal { background: #fff; width: 100%; max-width: 480px; max-height: 92vh; overflow: auto; position: relative; }
.modal-close {
  position: absolute; top: 10px; right: 10px; width: 34px; height: 34px; border: none;
  border-radius: 50%; background: rgba(255,255,255,.25); color: #fff; font-size: 1.2rem; z-index: 2;
}
.modal-hero { position: relative; height: 110px; overflow: hidden; }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; }
.modal-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,36,29,.85), transparent); }
.modal-hero .mh-txt { position: absolute; left: 16px; right: 16px; bottom: 12px; z-index: 1; color: #fff; }
.modal-hero .mh-txt b { font-family: var(--font-d); font-size: 1.1rem; display: block; }
.modal-body { padding: 20px; }
.modal-body .m-price-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.modal-body .m-price-row .amt { font-family: var(--font-b); font-weight: 700; font-size: 1.4rem; color: var(--green); }
.modal-note { font-size: .74rem; color: var(--muted); text-align: center; margin-top: 10px; }
.review-modal { max-width: 560px; border-radius: 16px; }
.review-modal .modal-close {
  background: var(--green); color: #fff;
}
.review-modal-head {
  display: flex; align-items: center; gap: 12px;
  padding: 22px 22px 0; padding-right: 52px;
}
.review-modal-head cite {
  font-style: normal; font-size: .95rem; font-weight: 600; display: block; color: var(--ink);
}
.review-modal-head .quote-stars { margin-bottom: 0; }
.review-modal-body { padding: 14px 22px 26px; }
.review-modal-body p {
  font-family: var(--font-d); font-size: 1.08rem; line-height: 1.65;
  color: var(--ink); white-space: pre-wrap;
}
.stars { color: var(--gold-dark); }

/* Detail page */
.breadcrumb { padding: 16px 0 0; font-size: .8rem; color: var(--muted); }
.breadcrumb .sep { margin: 0 6px; color: var(--line); }
.detail-hero { padding: 16px 0 0; }
.dh-gallery { display: grid; grid-template-columns: 2.2fr 1fr; gap: 8px; overflow: hidden; }
.dh-gallery .g-main { position: relative; aspect-ratio: 16/8.5; }
.dh-gallery .g-main img, .dh-gallery .g-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dh-gallery .g-side { display: grid; gap: 8px; grid-template-rows: 1fr 1fr; }
.dh-gallery .g-side > div { position: relative; overflow: hidden; }
.dh-badge { position: absolute; top: 12px; left: 12px; background: var(--gold); color: #1a1510; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 5px 10px; z-index: 2; }
@media (max-width: 720px) { .dh-gallery { grid-template-columns: 1fr; } .dh-gallery .g-side { display: none; } }

.detail-layout { display: grid; grid-template-columns: 1fr 340px; gap: 36px; padding: 28px 0 70px; align-items: start; }
@media (max-width: 980px) { .detail-layout { grid-template-columns: 1fr; } }
.d-main h1 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.d-meta { display: flex; flex-wrap: wrap; gap: 10px 16px; color: var(--muted); font-size: .86rem; margin: 10px 0 24px; }
.d-meta span { display: inline-flex; align-items: center; gap: 6px; }
.d-meta svg { width: 14px; height: 14px; stroke: var(--green); fill: none; stroke-width: 2; }
.d-section { margin-bottom: 28px; }
.d-section h2 { font-size: 1.3rem; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.d-section p { color: var(--muted); font-size: .94rem; margin-bottom: 10px; }
.hotel-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 560px) { .hotel-cards { grid-template-columns: 1fr; } }
.hotel-card { border: 1px solid var(--line); padding: 16px; background: #fff; }
.hotel-card .hc-city { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px; }
.hotel-card b { display: block; margin-bottom: 4px; }
.hotel-card small { color: var(--muted); font-size: .82rem; display: flex; align-items: center; gap: 6px; }
.hotel-card small svg { width: 13px; height: 13px; stroke: var(--green); fill: none; stroke-width: 2; }
.hotel-card .hc-nights { margin-top: 10px; display: inline-block; background: var(--sand); color: var(--green); font-size: .72rem; font-weight: 600; padding: 4px 10px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 560px) { .check-grid { grid-template-columns: 1fr; } }
.check-grid .c { display: flex; gap: 8px; font-size: .88rem; font-weight: 500; }
.check-grid .c svg { width: 16px; height: 16px; stroke: var(--green); fill: none; stroke-width: 2.5; flex-shrink: 0; margin-top: 2px; }
.check-grid .c.no { color: var(--muted); }
.check-grid .c.no svg { stroke: #b44; }
.itin { display: grid; gap: 8px; }
.itin-item { border: 1px solid var(--line); background: #fff; }
.itin-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px; padding: 14px; font-weight: 600; font-size: .9rem; }
.itin-item summary::-webkit-details-marker { display: none; }
.itin-item summary .day { background: var(--sand); color: var(--green); font-size: .7rem; font-weight: 700; padding: 4px 8px; }
.itin-item summary::after { content: '+'; margin-left: auto; color: var(--gold-dark); font-family: var(--font-d); }
.itin-item[open] summary::after { content: '−'; }
.itin-item .itin-body { padding: 0 14px 14px; color: var(--muted); font-size: .88rem; }

.d-sidebar { position: sticky; top: 90px; }
.quote-card { border: 1px solid var(--line); background: #fff; overflow: hidden; }
.quote-card .qc-head { background: var(--green); color: #fff; padding: 16px 18px; }
.quote-card .qc-head small { display: block; font-size: .74rem; color: rgba(255,255,255,.7); }
.quote-card .qc-head .amt { font-family: var(--font-b); font-weight: 700; font-size: 1.7rem; }
.quote-card .qc-head .amt em { font-style: normal; font-size: .8rem; font-family: var(--font-b); color: rgba(255,255,255,.7); }
.quote-card .qc-head .dep { display: inline-block; margin-top: 8px; border: 1px solid rgba(184,149,106,.5); color: var(--gold); font-size: .72rem; font-weight: 600; padding: 3px 8px; }
.quote-card .qc-body { padding: 18px; }
.quote-card .qc-body .fields { display: grid; gap: 10px; margin-bottom: 12px; }
.qc-usps { display: grid; gap: 8px; margin: 12px 0; }
.qc-usps .u { display: flex; gap: 8px; font-size: .8rem; color: var(--muted); font-weight: 500; }
.qc-usps .u svg { width: 14px; height: 14px; stroke: var(--green); fill: none; stroke-width: 2.5; flex-shrink: 0; }
.qc-alt { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.qc-alt .btn { padding: 10px 8px; font-size: .78rem; }
.btn-soft { background: var(--sand); color: var(--green); }
.d-related { padding: 0 0 72px; }
.d-related .pkg-grid { margin-top: 20px; }

.detail-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95; display: none;
  align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(251,250,247,.98); border-top: 1px solid var(--line);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.detail-bar .db-price small { display: block; font-size: .68rem; color: var(--muted); }
.detail-bar .db-price b { font-family: var(--font-b); font-weight: 700; font-size: 1.2rem; color: var(--green); }
.detail-bar .db-actions { display: flex; gap: 8px; }
.detail-bar .db-actions .icon-btn {
  height: 40px; padding: 0 12px; border: none; background: var(--green); color: #fff;
  display: inline-flex; align-items: center; gap: 6px; font-size: .75rem; font-weight: 600;
}
.detail-bar .db-actions .icon-btn.wa { background: var(--wa); }
.detail-bar .db-actions .icon-btn svg { width: 14px; height: 14px; fill: #fff; }
@media (max-width: 860px) { .detail-bar { display: flex; } body.detail-page { padding-bottom: 76px; } body.detail-page .sticky-bar { display: none; } }

/* Contact */
.contact-hero { background: var(--green); color: #fff; padding: 56px 0 48px; }
.contact-hero .eyebrow { color: var(--gold); }
.contact-hero h1 { font-size: clamp(2rem, 4vw, 2.8rem); color: #fff; margin-bottom: 10px; }
.contact-hero p { color: rgba(255,255,255,.75); max-width: 32rem; }
.contact-wrap { padding: 48px 0 80px; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }
.ci { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.ci .ti-ico { width: 38px; height: 38px; background: var(--sand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci .ti-ico svg { width: 16px; height: 16px; fill: var(--green); }
.ci b { display: block; font-size: .9rem; }
.ci a, .ci small { color: var(--muted); font-size: .86rem; }
.contact-form-card { border: 1px solid var(--line); background: #fff; padding: 28px; }
.contact-form-card h2 { font-size: 1.4rem; margin-bottom: 6px; }

/* Legal / thank-you */
.legal-page { padding: 56px 0 80px; }
.legal-prose { max-width: 760px; margin-top: 24px; }
.legal-prose h2 { font-size: 1.2rem; margin: 28px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.legal-prose p, .legal-prose li { color: var(--muted); margin-bottom: 10px; font-size: .94rem; }
.legal-prose ul, .legal-prose ol { padding-left: 1.2em; margin-bottom: 14px; }
.legal-prose ul { list-style: disc; }
.legal-callout { background: var(--sand); border-left: 3px solid var(--gold); padding: 12px 14px; margin: 14px 0; }
.thank-you { padding: 72px 0 90px; background: var(--sand); }
.thank-you-card { max-width: 600px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); padding: 40px 24px; }
.thank-you-card .ok { width: 56px; height: 56px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.thank-you-card .ok svg { width: 26px; height: 26px; stroke: var(--green); fill: none; stroke-width: 2.5; }
.thank-you-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 20px; }
.section-title { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 10px; }
.section-sub { color: var(--muted); max-width: 36rem; }

/* Reveal */
body.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
body.js .reveal.in { opacity: 1; transform: none; }
body.js .reveal.d1 { transition-delay: .08s; }
body.js .reveal.d2 { transition-delay: .16s; }
body.js .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  body.js .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* Compat aliases used by older markup / JS */
.btn-soft { background: var(--sand); color: var(--green); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.4); }
.journey-meta { font-size: .84rem; color: var(--muted); }
