/* Private tours — quiet luxury */
:root{
  --bg:#070708;--gold:#d4af37;--gold-soft:#f0e0a8;--text:#f4f2ed;--muted:#a9a6a0;
  --card:rgba(255,255,255,.05);--border:rgba(255,255,255,.12);
  --serif:'Cormorant Garamond',Georgia,serif;--sans:'Be Vietnam Pro',Inter,system-ui,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:var(--sans);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block;object-fit:cover}
a{color:var(--gold-soft);text-decoration:none}
.wrap{max-width:1100px;margin:0 auto;padding:0 22px 80px}
.topbar{display:flex;justify-content:space-between;align-items:center;padding:16px 0;gap:12px;flex-wrap:wrap}
.logo{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:600;font-size:15px}
.logo img{width:28px;height:28px;border-radius:6px}
.nav{display:flex;gap:14px;flex-wrap:wrap;font-size:13px}
.nav a{color:var(--muted)}.nav a:hover{color:var(--gold)}
/* hero */
.tour-hero{position:relative;border-radius:22px;overflow:hidden;min-height:min(72vh,560px);margin:8px 0 36px;isolation:isolate}
.tour-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tour-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,8,.25) 0%,rgba(7,7,8,.75) 55%,rgba(7,7,8,.95) 100%)}
.tour-hero-inner{position:relative;z-index:2;padding:clamp(40px,8vw,80px) clamp(20px,4vw,40px) 36px;display:flex;flex-direction:column;justify-content:flex-end;min-height:min(72vh,560px)}
.tour-hero .kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:12px}
.tour-hero h1{font-family:var(--serif);font-size:clamp(32px,5.5vw,52px);line-height:1.12;font-weight:600;color:#faf6ec;max-width:16ch;margin-bottom:14px}
.tour-hero .lead{max-width:540px;color:#d8d4cb;font-size:clamp(15px,2vw,17px);margin-bottom:20px}
.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.chip{font-size:12px;padding:7px 14px;border-radius:999px;border:1px solid rgba(212,175,55,.4);background:rgba(212,175,55,.12);color:var(--gold-soft)}
.cta-row{display:flex;flex-wrap:wrap;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:14px;border:1px solid transparent}
.btn-gold{background:linear-gradient(135deg,var(--gold-soft),var(--gold));color:#1a1407}
.btn-green{background:#25D366;color:#fff}
.btn-ghost{background:rgba(255,255,255,.06);border-color:var(--border);color:#fff}
/* grid cards */
.tour-mosaic{display:grid;gap:18px;margin:8px 0 40px}
@media(min-width:800px){.tour-mosaic{grid-template-columns:1fr 1fr}}
.tour-tile{
  position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border);
  background:var(--card);min-height:320px;display:flex;flex-direction:column;justify-content:flex-end;
  text-decoration:none;color:inherit;transition:transform .25s,border-color .25s;
}
.tour-tile:hover{transform:translateY(-3px);border-color:rgba(212,175,55,.45)}
.tour-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.tour-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 15%,rgba(0,0,0,.88))}
.tour-tile-body{position:relative;z-index:2;padding:22px 20px}
.tour-tile .tag{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-soft);margin-bottom:6px}
.tour-tile h2{font-family:var(--serif);font-size:26px;color:#faf6ec;margin-bottom:8px}
.tour-tile p{font-size:13px;color:#c8c4bb;margin-bottom:10px;line-height:1.55}
.tour-tile .from{font-size:15px;font-weight:600;color:var(--gold-soft)}
/* article body */
.prose{max-width:720px}
.prose h2{font-family:var(--serif);font-size:clamp(24px,3.5vw,32px);color:#ebe4d4;margin:32px 0 12px}
.prose h3{font-size:16px;color:var(--gold-soft);margin:20px 0 8px}
.prose p,.prose li{color:#c8c4bb;font-size:15.5px;line-height:1.8;margin-bottom:11px}
.prose ul,.prose ol{padding-left:20px;margin-bottom:16px}
.prose .pull{
  border-left:3px solid var(--gold);padding:14px 18px;margin:22px 0;
  background:rgba(212,175,55,.07);border-radius:0 12px 12px 0;color:#e8e2d4;
}
/* price table */
.price-table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0 22px}
.price-table th,.price-table td{border:1px solid var(--border);padding:11px 12px;text-align:center}
.price-table th{background:rgba(212,175,55,.12);color:var(--gold-soft);font-weight:600}
.price-table td{color:#d0cbc0}
.price-table td:first-child,.price-table th:first-child{text-align:left}
.price-table .hl{color:var(--gold-soft);font-weight:600}
.inc-box{display:grid;gap:14px;margin:18px 0 28px}
@media(min-width:640px){.inc-box{grid-template-columns:1fr 1fr}}
.inc-box div{padding:16px;border-radius:14px;border:1px solid var(--border);background:var(--card);font-size:14px;color:#c8c4bb}
.inc-box strong{display:block;color:var(--gold-soft);margin-bottom:8px}
.inc-box li{margin-bottom:4px}
footer{text-align:center;padding:32px 16px;color:var(--muted);font-size:12px;border-top:1px solid var(--border);margin-top:40px}
.gallery-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}
@media(min-width:700px){.gallery-row{grid-template-columns:repeat(3,1fr)}}
.gallery-row figure{margin:0;border-radius:12px;overflow:hidden;border:1px solid var(--border)}
.gallery-row img{width:100%;aspect-ratio:4/3}
.note{font-size:12px;color:#888;line-height:1.55;margin-top:10px}
@media(max-width:639px){
  .tour-hero{min-height:420px;border-radius:16px}
  .tour-tile{min-height:280px}
}
