/* Al Kamil Travel — Maison luxury theme (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: #8a7a5c;
  --danger: #b0402c;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body { font-family: var(--font-body); background: var(--ivory); color: var(--text); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; }
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; border-bottom: 1px solid rgba(202,164,81,.25); }
.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: 92px 0 120px; position: relative; overflow: hidden; }
.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; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, var(--gold-pale), var(--gold) 55%, var(--gold-dark)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.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-gold { background: linear-gradient(135deg, var(--gold), var(--gold-dark)); color: #17130e; box-shadow: 0 14px 30px -12px rgba(154,123,46,.8); }
.btn-gold:hover { transform: translateY(-2px); filter: brightness(1.06); }
.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); }
.btn-dark { background: var(--ink); color: var(--gold-pale); }
.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.7rem, 3.4vw, 2.5rem); margin: 10px 0 12px; }
.section-head p { color: var(--muted); }

/* ---------- package cards ---------- */
.grid { display: grid; gap: 22px; }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 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; }
.pkg-card:hover { transform: translateY(-5px); box-shadow: 0 26px 48px -22px rgba(40,31,17,.35); border-color: var(--gold); }
.pkg-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--panel); }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.pkg-card:hover .pkg-img img { transform: scale(1.06); }
.detail-photo { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: 14px; margin-bottom: 22px; }
.pkg-top { background: linear-gradient(135deg, var(--panel), var(--panel2)); color: #fff; padding: 20px 22px 18px; }
.pkg-stars { color: var(--gold); font-size: .82rem; letter-spacing: .2em; }
.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; }
.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(--soft); 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); }
.pkg-foot .btn { padding: 10px 18px; font-size: .85rem; }
.pkg-badge { position: absolute; top: 14px; right: 14px; background: var(--gold); color: #17130e; font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: 4px 11px; border-radius: 999px; text-transform: uppercase; }

/* ---------- 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); }
.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); 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); }
.tile-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
.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; }
.page-hero .crumbs { color: #b3a279; font-size: .8rem; margin-bottom: 14px; }
.page-hero .crumbs a { color: #d9ccb1; text-decoration: none; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; }
.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.5rem; }
.prose h3 { font-family: var(--font-display); margin: 26px 0 10px; font-size: 1.2rem; }
.prose p, .prose li { color: #3a3020; margin-bottom: 12px; }
.prose ul { padding-left: 22px; }

/* ---------- forms ---------- */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 34px; box-shadow: 0 30px 60px -34px rgba(40,31,17,.35); }
.form-grid { display: grid; grid-template-columns: 1fr 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; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; overflow: hidden; }
.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: '+'; color: var(--gold-deep); font-size: 1.3rem; font-weight: 400; }
.faq-item[open] summary::after { content: '\2212'; }
.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); animation: slidein .3s var(--ease); max-width: 360px; }
.toast.error { border-left-color: var(--danger); }
@keyframes slidein { from { transform: translateX(30px); opacity: 0; } to { transform: none; opacity: 1; } }

/* ---------- footer ---------- */
.site-foot { background: var(--ink); color: #b3a279; margin-top: 80px; padding: 58px 0 30px; border-top: 1px solid rgba(202,164,81,.25); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
.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; }
.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: 1.6fr 1fr; gap: 30px; align-items: start; }
.detail-card, .side-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px; }
.side-card { position: sticky; top: 96px; }
.side-price { font-family: var(--font-display); font-size: 2.2rem; color: var(--gold-dark); }
.spec-table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: .92rem; }
.spec-table td { padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.spec-table td:first-child { color: var(--soft); width: 45%; }
.spec-table td:last-child { font-weight: 600; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) { .grid.c4 { grid-template-columns: repeat(2, 1fr); } .grid.c3 { grid-template-columns: repeat(2, 1fr); } .foot-grid { grid-template-columns: 1fr 1fr; } .detail-grid { grid-template-columns: 1fr; } .side-card { position: static; } }
@media (max-width: 880px) { .nav { display: none; } #menuBtn { display: block; } }
@media (max-width: 640px) { .grid.c3, .grid.c4 { grid-template-columns: 1fr; } .form-grid { grid-template-columns: 1fr; } .hero { padding: 64px 0 80px; } .hero-stats { gap: 22px; } .foot-grid { grid-template-columns: 1fr; } .section { padding: 52px 0; } }

@media print { @page { size: A4 portrait; margin: 9mm; } .site-head, .site-foot, .wa-float, .toast-wrap { display: none !important; } body { background: #fff; } }
