/* Al Kamil Travel — Maison luxury theme v7 (espresso + gold + ivory) */
:root {
  --ink: #17130e; --panel: #1d1710; --panel2: #241c12;
  --gold: #caa451; --gold-deep: #9a7b2e; --gold-dark: #9a6f1c; --gold-pale: #f2e2b8;
  --ivory: #f5f1e8; --parchment: #faf6ec; --card: #ffffff;
  --line: #e0d5bd; --line-soft: #efe9da;
  --text: #231d14; --muted: #6b5d41; --soft: #6f6042;
  --danger: #b0402c;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --dur: .7s;
  interpolate-size: allow-keywords;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }
html, body { overflow-x: hidden; overflow-x: clip; max-width: 100%; }
img { image-orientation: from-image; }
body { font-family: var(--font-body); background: var(--ivory); color: var(--text); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
img, svg, video { max-width: 100%; }
img, video { height: auto; }
a { color: var(--gold-deep); }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 22px; }

/* ---------- header ---------- */
.site-head { background: rgba(23,19,14,.97); position: sticky; top: 0; z-index: 50; transition: background .35s var(--ease); }
.site-head::before { content: ''; position: absolute; inset: auto 0 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(202,164,81,.55), transparent); }
.site-head::after { content: ''; position: absolute; inset: auto 0 -18px 0; height: 18px; background: linear-gradient(rgba(23,19,14,.35), transparent); opacity: 0; transition: opacity .35s; pointer-events: none; }
.site-head.scrolled { background: rgba(23,19,14,1); }
.site-head.scrolled::after { opacity: 1; }
.brand img { transition: transform .35s var(--ease); transform-origin: left center; }
.site-head.scrolled .brand img { transform: scale(.88); }
.site-head .wrap { display: flex; align-items: center; gap: 26px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 44px; width: auto; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; color: #fff; letter-spacing: .01em; }
.brand-name b { color: var(--gold); font-weight: 700; }
.nav { display: flex; gap: 4px; margin-left: auto; align-items: center; }
.nav a { color: #d9ccb1; text-decoration: none; font-size: .92rem; font-weight: 500; padding: 9px 13px; border-radius: 10px; transition: all .2s var(--ease); white-space: nowrap; }
.nav a:hover { color: #fff; background: rgba(255,255,255,.08); }
.nav a.active { color: var(--gold-pale); background: rgba(202,164,81,.14); }
.nav .cta { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #17130e; font-weight: 700; margin-left: 8px; }
.nav .cta:hover { filter: brightness(1.08); color: #17130e; }
#menuBtn { display: none; margin-left: auto; background: none; border: 1px solid rgba(202,164,81,.4); color: var(--gold-pale); font-size: 1.15rem; border-radius: 10px; padding: 8px 13px; cursor: pointer; }
.mobile-nav { display: none; background: var(--panel); border-bottom: 1px solid rgba(202,164,81,.25); padding: 10px 22px 18px; }
.mobile-nav a { display: block; color: #d9ccb1; text-decoration: none; padding: 11px 6px; border-bottom: 1px solid rgba(255,255,255,.06); font-size: .95rem; }
.mobile-nav.open { display: block; }

/* ---------- hero ---------- */
.hero { background: radial-gradient(1200px 560px at 70% -10%, rgba(202,164,81,.22), transparent 60%),
                    radial-gradient(900px 500px at 10% 110%, rgba(154,111,28,.18), transparent 55%), var(--ink);
        color: #fff; padding: 64px 0 80px; position: relative; overflow: hidden;
        min-height: calc(100vh - 76px); min-height: calc(100svh - 76px); display: flex; align-items: center; }
.hero > .wrap { width: 100%; }
.hero::after { content: ''; position: absolute; inset: auto 0 0 0; height: 70px; background: linear-gradient(transparent, rgba(23,19,14,.4)); }
.hero .kicker { display: inline-block; border: 1px solid rgba(202,164,81,.45); color: var(--gold-pale); border-radius: 999px; padding: 7px 18px; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; margin-bottom: 26px; }
.hero h1 { font-family: var(--font-display); font-size: clamp(2.3rem, 5.4vw, 4rem); line-height: 1.12; font-weight: 700; max-width: 820px; letter-spacing: -.015em; text-wrap: balance; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, var(--gold-pale), var(--gold) 40%, var(--gold-dark) 60%, var(--gold-pale)); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .04em; }
.hero p.lead { text-wrap: pretty; }
.hero p.lead { color: #d9ccb1; font-size: 1.1rem; max-width: 640px; margin: 22px 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 14px 28px; border-radius: 13px; text-decoration: none; font-weight: 700; font-size: .96rem; transition: all .22s var(--ease); border: 0; cursor: pointer; }
.btn:active { transform: translateY(0) scale(.985); transition-duration: .08s; }
.btn-gold { background: linear-gradient(135deg, var(--gold-pale) -10%, var(--gold) 30%, var(--gold-dark)); color: #17130e; box-shadow: 0 1px 0 rgba(255,255,255,.35) inset, 0 2px 6px -2px rgba(154,123,46,.5), 0 14px 30px -12px rgba(154,123,46,.8); position: relative; overflow: hidden; }
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 1px 0 rgba(255,255,255,.4) inset, 0 4px 10px -3px rgba(154,123,46,.55), 0 20px 40px -14px rgba(154,123,46,.85); }
.btn-ghost { border: 1px solid rgba(202,164,81,.5); color: var(--gold-pale); background: transparent; }
.btn-ghost:hover { background: rgba(202,164,81,.12); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--gold-pale); }
.btn-dark:hover { transform: translateY(-2px); }
.btn-wa { background: #1d1710; color: #25d366; border: 1px solid var(--line); padding: 10px 14px; }
.btn-wa:hover { transform: translateY(-2px); border-color: #25d366; }
.hero-stats { display: flex; gap: 40px; margin-top: 52px; flex-wrap: wrap; }
.hero-stats div strong { display: block; font-family: var(--font-display); font-size: 1.7rem; color: var(--gold-pale); }
.hero-stats div span { color: #b3a279; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }

/* ---------- sections ---------- */
.section { padding: 72px 0; }
.section.alt { background: var(--parchment); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.section-head .eyebrow { color: var(--gold-deep); letter-spacing: .2em; text-transform: uppercase; font-size: .74rem; font-weight: 700; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.9rem, 3.6vw, 2.75rem); margin: 10px 0 12px; letter-spacing: -.01em; text-wrap: balance; }
.section-head h2::after { content: ''; display: block; width: 64px; height: 2px; margin: 16px auto 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.section-head p { color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.section-head .eyebrow::before, .section-head .eyebrow::after { content: ''; display: inline-block; width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); vertical-align: middle; margin: 0 12px; }
.section-head .eyebrow::after { background: linear-gradient(90deg, var(--gold), transparent); }

/* ---------- package cards ---------- */
.grid { display: grid; gap: 22px; }
.grid.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.c4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pkg-card { background: var(--card); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; transition: all .25s var(--ease); position: relative; box-shadow: 0 1px 2px rgba(40,31,17,.04), 0 8px 22px -18px rgba(40,31,17,.28); }
.pkg-card:hover { border-color: var(--gold); }
.pkg-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--panel); position: relative; display: block; }
.pkg-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,19,14,0) 52%, rgba(23,19,14,.38) 100%); pointer-events: none; }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--ease), filter .5s var(--ease); filter: sepia(.08) saturate(.94) contrast(1.02); }
/* lift/zoom only on hover-capable devices — sticky :hover on touch leaves cards stuck mid-effect */
@media (hover: hover) {
  .pkg-card:hover { transform: translateY(-5px); box-shadow: 0 26px 48px -22px rgba(122,86,20,.32); }
  .pkg-card:hover .pkg-img img { transform: scale(1.06); filter: sepia(.02) saturate(1.02); }
  .tile-photo:hover .tile-img img { filter: sepia(.02) saturate(1.02); }
}
.pkg-chips { position: absolute; left: 14px; bottom: 14px; z-index: 2; background: rgba(23,19,14,.82); color: var(--gold-pale); font-size: .72rem; font-weight: 700; letter-spacing: .06em; padding: 5px 12px; border-radius: 999px; pointer-events: none; }
.detail-photo { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 14px; margin-bottom: 22px; filter: sepia(.08) saturate(.94) contrast(1.02); }
.pkg-top { background: linear-gradient(135deg, var(--panel), var(--panel2)); color: #fff; padding: 20px 22px 18px; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--gold-dark), var(--gold-pale), var(--gold-dark)) 1; }
.pkg-stars { color: var(--gold); font-size: .82rem; letter-spacing: .28em; }
.pkg-top h3 { font-family: var(--font-display); font-size: 1.12rem; line-height: 1.35; margin-top: 6px; font-weight: 600; }
.pkg-body { padding: 18px 22px 20px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.pkg-line { display: flex; gap: 10px; font-size: .88rem; color: var(--muted); align-items: baseline; min-width: 0; }
.pkg-line span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.pkg-line i { color: var(--gold-deep); width: 16px; text-align: center; }
.pkg-line b { color: var(--text); font-weight: 600; }
.pkg-foot { border-top: 1px solid var(--line-soft); padding: 16px 22px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pkg-price small { display: block; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.pkg-price strong { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-dark); font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.pkg-foot .btn { padding: 10px 18px; font-size: .85rem; }
.pkg-badge { position: absolute; top: 14px; right: 14px; z-index: 2; background: linear-gradient(135deg, var(--gold-pale), var(--gold) 45%, var(--gold-dark)); color: #17130e; font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: 4px 11px; border-radius: 999px; text-transform: uppercase; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35), 0 6px 14px -6px rgba(154,123,46,.7); }
.pkg-badge.soon { left: 14px; right: auto; background: var(--ink); color: var(--gold-pale); box-shadow: 0 6px 14px -6px rgba(23,19,14,.7); }

/* ---------- pills / filters ---------- */
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 38px; }
.pill { border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 999px; padding: 9px 20px; font-size: .88rem; font-weight: 600; text-decoration: none; transition: all .2s var(--ease); }
.pill:hover { border-color: var(--gold); color: var(--gold-dark); transform: translateY(-1px); }
.pill.active { background: var(--ink); color: var(--gold-pale); border-color: var(--ink); }

/* ---------- feature tiles ---------- */
.tile { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; height: 100%; transition: all .25s var(--ease); }
.tile:hover { border-color: var(--gold); }
@media (hover: hover) { .tile:hover { box-shadow: 0 22px 40px -24px rgba(40,31,17,.3); transform: translateY(-4px); } }
.tile i { font-size: 1.5rem; color: var(--gold-deep); background: rgba(202,164,81,.14); width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; margin-bottom: 18px; }
.tile h3 { font-family: var(--font-display); font-size: 1.18rem; margin-bottom: 8px; }
.tile p { color: var(--muted); font-size: .92rem; }
a.tile { display: block; text-decoration: none; color: var(--text); }
.tile-photo { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.tile-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--panel); position: relative; }
.tile-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,19,14,0) 52%, rgba(23,19,14,.38) 100%); pointer-events: none; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s var(--ease), filter .5s var(--ease); filter: sepia(.08) saturate(.94) contrast(1.02); }
@media (hover: hover) { .tile-photo:hover .tile-img img { transform: scale(1.06); } }
.tile-body { padding: 24px 26px 28px; }
.tile-body i { margin-top: -46px; position: relative; border: 3px solid #fff; box-shadow: 0 8px 18px -8px rgba(40,31,17,.4); background: var(--ivory); }

/* ---------- page hero (inner pages) ---------- */
.page-hero { background: radial-gradient(900px 420px at 80% -20%, rgba(202,164,81,.2), transparent 60%), var(--ink); color: #fff; padding: 64px 0 58px; position: relative; overflow: hidden; }
.page-hero .wrap, .hero .wrap { position: relative; z-index: 1; }
.page-hero .crumbs { color: #b3a279; font-size: .8rem; margin-bottom: 14px; }
.page-hero .crumbs a { color: #d9ccb1; text-decoration: none; }
.page-hero .crumbs a:hover { color: var(--gold-pale); text-decoration: underline; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.015em; text-wrap: balance; }
.page-hero p { color: #d9ccb1; max-width: 700px; margin-top: 12px; }

/* ---------- content prose ---------- */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-family: var(--font-display); margin: 34px 0 12px; font-size: 1.65rem; }
.prose h2::after { content: ''; display: block; width: 44px; height: 2px; background: var(--gold); margin-top: 10px; }
.prose h3 { font-family: var(--font-display); margin: 26px 0 10px; font-size: 1.2rem; }
.prose p, .prose li { color: #3a3020; margin-bottom: 12px; line-height: 1.75; }
.prose ul { padding-left: 22px; }
.lede::first-letter { font-family: var(--font-display); font-size: 3.3em; float: left; line-height: .85; padding: 2px 10px 0 0; color: var(--gold-deep); }

/* ---------- forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px; position: relative; overflow: hidden; box-shadow: 0 1px 2px rgba(40,31,17,.05), 0 30px 60px -34px rgba(40,31,17,.35); }
.form-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-pale), var(--gold-dark)); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 700; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { border: 1px solid var(--line); border-radius: 11px; padding: 12px 14px; font: inherit; font-size: .95rem; background: var(--parchment); color: var(--text); transition: border .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(202,164,81,.16); }
.field input::placeholder, .field textarea::placeholder { color: var(--soft); opacity: .7; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-actions { display: flex; gap: 14px; margin-top: 22px; }
.form-actions .btn { flex: 1; justify-content: center; }
@media (max-width: 560px) { .form-actions { flex-direction: column; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-left: 3px solid transparent; border-radius: 14px; margin-bottom: 12px; overflow: hidden; transition: border-color .3s; }
.faq-item[open] { border-left-color: var(--gold); border-color: var(--gold); }
.faq-item summary { cursor: pointer; padding: 18px 22px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; content: '+' / ''; color: var(--gold-deep); font-size: 1.3rem; font-weight: 400; display: inline-block; transition: transform .3s var(--ease), color .3s; }
.faq-item[open] summary::after { transform: rotate(45deg); color: var(--gold); }
.faq-item .faq-a { padding: 0 22px 18px; color: var(--muted); font-size: .93rem; }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; background: var(--ink); color: var(--gold-pale); border: 1px solid rgba(202,164,81,.5); width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; font-size: 1.5rem; text-decoration: none; box-shadow: 0 16px 32px -10px rgba(23,19,14,.6); transition: all .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); background: var(--gold); color: var(--ink); }

/* ---------- toast ---------- */
.toast-wrap { position: fixed; top: 90px; right: 22px; z-index: 90; display: flex; flex-direction: column; gap: 10px; }
.toast { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--gold-deep); border-radius: 12px; padding: 14px 20px; font-size: .92rem; box-shadow: 0 18px 40px -18px rgba(40,31,17,.4); max-width: 360px; cursor: pointer; }
.toast.error { border-left-color: var(--danger); }
@keyframes slidein { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }
@media (prefers-reduced-motion: no-preference) { .toast { animation: slidein .3s var(--ease); } }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: #b3a279; margin-top: 0; padding: 58px 0 30px; border-top: 1px solid rgba(202,164,81,.25); }
.site-foot.has-invite { padding-top: 120px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr); gap: 36px; margin-bottom: 40px; }
.site-foot a, .site-foot p { overflow-wrap: break-word; }
.site-foot h4 { color: var(--gold-pale); font-family: var(--font-display); margin-bottom: 14px; font-size: 1.05rem; }
.site-foot a { color: #d9ccb1; text-decoration: none; display: block; padding: 4px 0; font-size: .9rem; transition: color .2s var(--ease), transform .2s var(--ease); }
@media (prefers-reduced-motion: no-preference) { .foot-grid .site-foot a:hover, .foot-grid a:hover { transform: translateX(3px); } }
.site-foot a:hover { color: var(--gold-pale); }
.site-foot p { font-size: .9rem; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .82rem; }
.foot-bottom a { display: inline; }

/* ---------- detail page ---------- */
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 30px; align-items: start; }
.detail-card, .side-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; position: relative; }
.detail-card { box-shadow: 0 1px 2px rgba(40,31,17,.04), 0 18px 40px -30px rgba(40,31,17,.28); }
.side-card { position: sticky; top: 96px; background: var(--parchment); box-shadow: 0 1px 2px rgba(64,48,16,.05), 0 30px 60px -30px rgba(64,48,16,.35); }
.side-card::before { content: ''; position: absolute; top: 0; left: 18px; right: 18px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-pale), var(--gold-dark)); }
.pq-label { display: block; color: var(--gold-deep); font-variant: small-caps; letter-spacing: .14em; font-size: .82rem; margin-bottom: 6px; }
.side-price { font-family: var(--font-display); font-size: 2.2rem; color: var(--gold-dark); font-variant-numeric: tabular-nums; letter-spacing: -.015em; }
.spec-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .92rem; }
.spec-table td { padding: 10px 4px; border-bottom: 1px solid var(--line-soft); }
.spec-table tr:last-child td { border-bottom: 0; }
.spec-table tr { transition: background .18s var(--ease); }
@media (hover: hover) { .spec-table tr:hover td { background: rgba(202,164,81,.06); } }
.spec-table td:first-child { color: var(--soft); width: 45%; }
.spec-table td:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }

/* ---------- mobile bottom action bar ---------- */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  background: rgba(23,19,14,.98); border-top: 0;
  padding: 11px 14px calc(10px + env(safe-area-inset-bottom)); gap: 10px; }
.mobile-bar::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(202,164,81,.6), transparent); }
.mobile-bar a { flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 10px; border-radius: 12px; font-weight: 700; font-size: .95rem; line-height: 1.15; white-space: nowrap; text-decoration: none; min-height: 48px; }
.mobile-bar .mb-quote { flex: 1.3 1 0; }
.mobile-bar a i { flex: 0 0 auto; font-size: 1.05em; }
.mobile-bar .mb-wa { background: rgba(202,164,81,.15); color: var(--gold-pale); border: 1px solid rgba(202,164,81,.45); }
.mobile-bar .mb-quote { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #17130e; }
.mobile-bar .mb-call { background: rgba(202,164,81,.1); color: var(--gold-pale); border: 1px solid rgba(202,164,81,.35); }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 200; background: #17130e; color: #fff; padding: 12px 20px; border-radius: 0 0 10px 0; font-weight: 600; }
.skip-link:focus { left: 0; }
.ak-consent { position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 120; max-width: 560px; width: calc(100% - 24px); background: #17130e; color: #f5f1e8; border: 1px solid rgba(202,164,81,.4); border-radius: 14px; padding: 15px 18px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; box-shadow: 0 20px 50px -20px rgba(0,0,0,.6); }
.ak-consent[hidden] { display: none; }
.ak-consent p { font-size: .85rem; margin: 0; flex: 1; min-width: 200px; line-height: 1.5; }
.ak-consent-btns { display: flex; gap: 8px; }
.ak-consent button { padding: 9px 18px; border-radius: 9px; font-weight: 600; font-size: .85rem; cursor: pointer; border: 1px solid rgba(202,164,81,.45); background: transparent; color: #f5f1e8; }
.ak-consent .ak-c-accept { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #17130e; border: none; }
@media (max-width: 700px) { .ak-consent { bottom: 78px; } }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .grid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid.c3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-grid { grid-template-columns: minmax(0, 1fr); }
  .side-card { position: static; }
}
@media (max-width: 880px) {
  .nav { display: none; }
  #menuBtn { display: block; }
  .site-head .wrap { height: 64px; }
  .brand img { height: 42px !important; }
  .hero { min-height: calc(100vh - 64px); min-height: calc(100svh - 64px); }
  .mobile-bar { display: flex; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .wa-float { display: none; }
  .mobile-nav a { padding: 14px 6px; font-size: 1rem; }
  /* pills scroll horizontally instead of stacking tall */
  .pill-row { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; padding-bottom: 6px; margin-left: -22px; margin-right: -22px; padding-left: 22px; padding-right: 22px; }
  .pill-row::-webkit-scrollbar { display: none; }
  .pill { flex: 0 0 auto; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .wrap { padding: 0 16px; }
  /* gutter bleed must match the 16px wrap padding here, not the desktop 22px */
  .pill-row { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; }
  .grid.c3 { grid-template-columns: minmax(0, 1fr); }
  .grid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .grid.c4 .tile { padding: 20px 16px; }
  .grid.c4 .tile i { width: 44px; height: 44px; font-size: 1.15rem; margin-bottom: 12px; }
  .grid.c4 .tile h3 { font-size: 1rem; }
  .grid.c4 .tile p { font-size: .84rem; }
  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .form-card { padding: 22px 18px; }
  .field input, .field select, .field textarea { font-size: 16px; padding: 13px 14px; } /* 16px stops iOS zoom */
  .hero { padding: 44px 0 56px; }
  .hero-stats { gap: 18px 26px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .foot-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .foot-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .section { padding: 44px 0; }
  .section-head { margin-bottom: 32px; }
  .page-hero { padding: 44px 0 40px; }
  .pkg-foot { flex-wrap: wrap; }
  .detail-card, .side-card { padding: 22px 18px; }
  .toast-wrap { left: 16px; right: 16px; top: 76px; }
  .toast { max-width: none; }
  .prose h2 { font-size: 1.3rem; }
  .mobile-bar { gap: 8px; padding-left: 12px; padding-right: 12px; }
  .mobile-bar a { font-size: .9rem; padding: 12px 8px; gap: 7px; }
}
@media (max-width: 430px) {
  .mobile-bar { gap: 6px; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); }
  .mobile-bar a { font-size: .8rem; padding: 12px 5px; gap: 5px; min-height: 46px; }
  .mobile-bar a i { font-size: 1em; }
}
@media (max-width: 380px) { .grid.c4 { grid-template-columns: minmax(0, 1fr); } .hero-stats div strong { font-size: 1.4rem; } }

/* ---------- v7 components ---------- */
.hero::before, .page-hero::before { content: ''; position: absolute; inset: 0; opacity: .035; mix-blend-mode: overlay; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"); }
.btn:focus-visible, .pill:focus-visible, .wa-float:focus-visible, .nav a:focus-visible, .faq-item summary:focus-visible, .form-more summary:focus-visible, .rev-row:focus-visible, .field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible, .mobile-bar a:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 3px; box-shadow: 0 0 0 3px rgba(245,241,232,.95); }
.nav a:focus-visible, .mobile-bar a:focus-visible { outline-color: var(--gold-pale); box-shadow: none; }
.hero-stats div strong { font-variant-numeric: tabular-nums; }
[id="quote"] { scroll-margin-top: 90px; }
.trust-line { color: var(--muted); font-size: .83rem; margin-top: 10px; text-align: center; }
.trust-line i { color: var(--gold-deep); margin-right: 5px; }

.trust-band { background: var(--panel); border-top: 1px solid rgba(202,164,81,.25); padding: 26px 0; margin-top: 80px; }
.trust-band .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.trust-band .wrap > div { display: flex; align-items: center; gap: 10px; }
.trust-band i { font-size: 1.1rem; color: var(--gold); }
.trust-band span { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: #b3a279; }

.invite { background: radial-gradient(700px 300px at 50% -20%, rgba(202,164,81,.18), transparent), var(--panel2); border: 1px solid rgba(202,164,81,.3); border-radius: 22px; padding: 52px 40px; text-align: center; max-width: 1200px; margin: 56px auto -60px; position: relative; z-index: 1; overflow: hidden; box-shadow: 0 40px 80px -40px rgba(0,0,0,.55), 0 0 0 1px rgba(202,164,81,.08) inset; }
.invite::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(202,164,81,.7), transparent); }
.invite h2 { font-family: var(--font-display); color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); }
.invite p { color: #d9ccb1; margin: 10px 0 24px; }
.invite .btn { margin: 0 7px 10px; }
@media (max-width: 1240px) { .invite { margin-left: 22px; margin-right: 22px; } }

.form-more { grid-column: 1 / -1; }
.form-more summary { color: var(--gold-deep); font-weight: 600; cursor: pointer; padding: 10px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.form-more summary::-webkit-details-marker { display: none; }
.form-more summary::after { content: '+'; content: '+' / ''; color: var(--gold-deep); font-size: 1.2rem; display: inline-block; transition: transform .3s var(--ease); }
.form-more[open] summary::after { transform: rotate(45deg); }
.form-more .form-grid { margin-top: 6px; }

.sent-card { background: #fff; border: 1px solid var(--gold); border-radius: 20px; padding: 40px 30px; text-align: center; box-shadow: 0 30px 60px -34px rgba(40,31,17,.35); margin-bottom: 26px; }
.sent-card i { font-size: 2.4rem; color: var(--gold-deep); margin-bottom: 12px; display: block; }
.sent-card h3 { font-family: var(--font-display); font-size: 1.45rem; margin-bottom: 8px; }
.sent-card p { color: var(--muted); margin-bottom: 18px; }

.empty-card { max-width: 640px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 44px 30px; }
.empty-card h3 { font-family: var(--font-display); font-size: 1.4rem; margin-bottom: 10px; }
.empty-card p { color: var(--muted); }
.empty-card .btn { margin: 16px 6px 0; }
.empty-card .btn-ghost { border-color: var(--line); color: var(--muted); }

.rev-row { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.rev-row::-webkit-scrollbar { display: none; }
.rev-card { flex: 0 0 min(420px, 85%); scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; margin: 0; }
.rev-card::before { content: '\201C'; content: '\201C' / ''; font-family: var(--font-display); font-size: 4.6rem; line-height: 0; color: var(--gold-pale); display: block; height: .35em; }
.rev-card blockquote { font-family: var(--font-display); font-style: italic; font-size: 1.05rem; margin: 10px 0 0; }
.rev-card figcaption { margin-top: 14px; color: var(--muted); font-size: .85rem; }
.rev-stars { color: var(--gold); letter-spacing: .28em; }

.status-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #4a9c5d; box-shadow: 0 0 0 3px rgba(74,156,93,.2); margin-right: 4px; }
.hero-note { color: var(--gold-pale); font-size: .9rem; margin-top: 14px; }
.hero-note i { margin-right: 6px; }
.reviewed-line { color: var(--muted); font-size: .82rem; text-align: right; margin: -26px 0 26px; }
@media (max-width: 640px) {
  .trust-band .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .invite { padding: 38px 22px; }
  .section-head .eyebrow::before, .section-head .eyebrow::after { width: 20px; }
  .reviewed-line { text-align: center; margin-top: -18px; }
}

/* ---------- v7 motion (all gated) ---------- */
@media (prefers-reduced-motion: no-preference) {
  @keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  @keyframes shimmer { from { background-position: 100% 0; } to { background-position: 0 0; } }
  @keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
  @keyframes barUp { from { transform: translateY(110%); } to { transform: none; } }
  @keyframes waRing { 0% { transform: scale(.9); opacity: .9; } 70% { transform: scale(1.35); opacity: 0; } 100% { opacity: 0; } }
  @keyframes slideout { to { transform: translateX(30px); opacity: 0; } }

  .hero .kicker { animation: rise .8s var(--ease-out) both; }
  .hero h1 { animation: rise .8s var(--ease-out) .12s both; }
  .hero p.lead { animation: rise .8s var(--ease-out) .26s both; }
  .hero-actions { animation: rise .8s var(--ease-out) .4s both; }
  .hero-stats { animation: rise .8s var(--ease-out) .55s both; }
  .hero h1 em { animation: shimmer 2.2s var(--ease) .9s 1 both; }
  .page-hero .crumbs { animation: rise .65s var(--ease-out) both; }
  .page-hero h1 { animation: rise .65s var(--ease-out) .08s both; }
  .page-hero p { animation: rise .65s var(--ease-out) .18s both; }

  .btn-gold::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.45) 50%, transparent 60%); transform: translateX(-130%); transition: transform .6s var(--ease); pointer-events: none; }
  .btn-gold:hover::after { transform: translateX(130%); }
  .btn .fa-paper-plane, .btn .fa-arrow-right { transition: transform .3s var(--ease); }
  .btn:hover .fa-paper-plane { transform: translate(2px, -2px); }
  .btn:hover .fa-arrow-right { transform: translateX(3px); }

  .pkg-img::before, .tile-img::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, transparent 40%, rgba(245,241,232,.22) 50%, transparent 60%); transform: translateX(-130%); transition: transform .8s var(--ease); pointer-events: none; }
  @media (hover: hover) { .pkg-card:hover .pkg-img::before, .tile-photo:hover .tile-img::before { transform: translateX(130%); } }

  html.anim .rv { opacity: 0; transform: translateY(18px); }
  html.anim .rv.in { opacity: 1; transform: none; transition: opacity var(--dur) var(--ease-out) var(--d, 0ms), transform var(--dur) var(--ease-out) var(--d, 0ms); }
  html.anim .section-head.rv h2::after { transform: scaleX(0); transition: transform .9s var(--ease-out) .25s; }
  html.anim .section-head.rv.in h2::after { transform: scaleX(1); }

  .faq-item[open] .faq-a { animation: faqIn .35s var(--ease-out); }
  /* entrance flourishes play once per session (html.first-visit set via sessionStorage), not on every navigation */
  html.first-visit .mobile-bar { animation: barUp .5s var(--ease-out) .5s both; }
  html.first-visit .wa-float::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(202,164,81,.55); opacity: 0; animation: waRing 2.4s var(--ease) 2s 3; }
  .toast.out { animation: slideout .35s var(--ease) both; }
  @media (max-width: 880px) { .pill-row { scroll-snap-type: x proximity; scroll-padding-left: 22px; } .pill { scroll-snap-align: start; } }
}
@view-transition { navigation: auto; }
::view-transition-old(root), ::view-transition-new(root) { animation-duration: .25s; }
@media (prefers-reduced-motion: reduce) { @view-transition { navigation: none; } }

/* ---------- print / PDF documents (premium) ---------- */
@media print {
  @page { size: A4 portrait; margin: 14mm 13mm 16mm; }
  :root { --text: #17130e; --muted: #4a3f2c; }
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html, body { background: #fff !important; color: var(--text); font-size: 11pt; line-height: 1.5; }
  .site-head, .site-foot, .wa-float, .toast-wrap, .mobile-bar, .trust-band, .invite,
  .hero-actions, .form-card, .pkg-foot .btn, .btn, .pill-row, .rev-row, .reviewed-line { display: none !important; }
  a { color: inherit; text-decoration: none; }

  /* elegant masthead built from the page hero */
  .page-hero, .hero { background: #fff !important; color: var(--text) !important; padding: 0 0 14pt !important;
    min-height: 0 !important; overflow: visible !important; border-bottom: 2px solid var(--gold); position: relative; }
  .page-hero::before, .page-hero::after, .hero::before, .hero::after { display: none !important; }
  .page-hero::after { content: ''; display: block !important; position: absolute; left: 0; bottom: -2px; width: 120pt; height: 2px; background: var(--gold-dark); }
  .page-hero h1, .hero h1 { color: var(--ink) !important; font-size: 24pt; line-height: 1.15; -webkit-text-fill-color: currentColor; }
  .page-hero h1 em, .hero h1 em { color: var(--gold-dark) !important; -webkit-text-fill-color: var(--gold-dark); background: none; }
  .page-hero p, .hero p.lead { color: var(--muted) !important; font-size: 11pt; }
  .page-hero .crumbs { color: var(--soft) !important; font-size: 8pt; letter-spacing: .12em; text-transform: uppercase; }

  /* section headers with a gold rule */
  .section { padding: 14pt 0 !important; }
  .section-head { text-align: left; margin: 0 0 12pt; max-width: none; }
  .section-head .eyebrow { color: var(--gold-dark) !important; }
  .section-head .eyebrow::before, .section-head .eyebrow::after { display: none; }
  .section-head h2, .prose h2 { color: var(--ink) !important; font-size: 15pt; margin: 0 0 6pt; padding-bottom: 5pt; border-bottom: 1px solid var(--gold); }
  .section-head h2::after, .prose h2::after { display: none; }

  /* refined document tables */
  .spec-table { border: 1px solid var(--line); border-radius: 0; }
  .spec-table caption { text-align: left; font-family: var(--font-display); font-size: 12pt; padding: 6pt 8pt; color: var(--ink); border-bottom: 2px solid var(--gold-dark); }
  .spec-table td { padding: 7pt 10pt !important; border-bottom: 1px solid var(--line-soft) !important; background: #fff !important; }
  .spec-table tr:nth-child(even) td { background: #faf7ef !important; }
  .spec-table td:first-child { color: var(--muted) !important; }

  /* cards flatten into clean bordered blocks, kept whole across pages */
  .detail-card, .side-card, .tile, .pkg-card, .faq-item, .sent-card {
    box-shadow: none !important; border: 1px solid var(--line) !important; background: #fff !important;
    break-inside: avoid; page-break-inside: avoid; }
  .side-card { background: #faf7ef !important; }
  .detail-photo, .pkg-img { break-inside: avoid; }

  /* keep the price as a crisp gold summary block */
  .side-price, .pkg-price strong { color: var(--gold-dark) !important; -webkit-text-fill-color: var(--gold-dark); }
  .pq-label { color: var(--gold-dark) !important; }

  h1, h2, h3, h4 { break-after: avoid; page-break-after: avoid; }
  .faq-item .faq-a { display: block !important; }

  /* running document footer on every printed page */
  .prose, .detail-grid { position: relative; }
  body::after { content: 'Al Kamil Travel  \00B7  www.alkamiltravel.com'; position: fixed; bottom: 4mm; left: 0; right: 0;
    text-align: center; font-size: 7.5pt; letter-spacing: .1em; text-transform: uppercase; color: var(--soft); }
}
