:root{
  --bg-1:#faf9f7; --bg-2:#eeece7;
  --ink:#181a1e; --ink-soft:#63666c; --ink-faint:#9a9d9f;
  --gold:#b3874f; --gold-soft:#ecdcbf; --gold-deep:#8a6535;
  --sky:#5c7d8a;
  --surface:#ffffff; --line:#e7e5e0;
  --r-sm:14px; --r-md:22px; --r-lg:30px; --r-pill:999px;
  --shadow-sm:0 10px 30px -16px rgba(24,26,30,.18);
  --shadow-md:0 24px 60px -24px rgba(24,26,30,.22);
  --shadow-lg:0 40px 90px -32px rgba(24,26,30,.30);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Plus Jakarta Sans', sans-serif; color:var(--ink);
  background:linear-gradient(170deg, var(--bg-1) 0%, var(--bg-2) 60%, var(--bg-1) 100%);
  background-attachment:fixed; -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
a{color:inherit; text-decoration:none;}
img{display:block; max-width:100%;}
button{font-family:inherit; border:none; background:none; cursor:pointer;}
.serif{font-family:'Fraunces', serif;}
::selection{background:var(--gold-soft);}
:focus-visible{outline:2px solid var(--gold); outline-offset:3px; border-radius:4px;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
@media (max-width:640px){ .wrap{padding:0 20px;} }
@media (prefers-reduced-motion: reduce){ *{animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important;} }

/* ---------- Nav ---------- */
nav{position:sticky; top:0; z-index:60; backdrop-filter:blur(16px) saturate(140%);
  background:rgba(250,249,247,.85); border-bottom:1px solid var(--line); transition:box-shadow .3s ease;}
nav.scrolled{box-shadow:0 8px 30px -20px rgba(24,26,30,.25);}
nav .wrap{display:flex; align-items:center; justify-content:space-between; height:88px;}
.logo-img{height:42px; width:auto; display:block;}
.nav-links{display:flex; gap:28px; font-size:13.5px; font-weight:500; color:var(--ink-soft);}
.nav-links a{position:relative; padding:6px 0;}
.nav-links a:hover, .nav-links a.on{color:var(--ink);}
.nav-links a::after{content:""; position:absolute; left:0; bottom:0; width:0; height:2px; border-radius:2px; background:var(--gold); transition:width .25s ease;}
.nav-links a:hover::after, .nav-links a.on::after{width:100%;}
.nav-cta{font-size:13px; font-weight:600; background:var(--ink); color:var(--bg-1); padding:11px 20px;
  border-radius:var(--r-pill); display:flex; align-items:center; gap:8px; transition:transform .2s ease, box-shadow .2s ease;}
.nav-cta:hover{transform:translateY(-2px); box-shadow:var(--shadow-sm);}
.nav-inner-links{display:flex; align-items:center; gap:28px;}
@media (max-width:960px){ .nav-links{display:none;} }

/* ---------- Buttons ---------- */
.btn{font-size:14.5px; font-weight:600; padding:15px 28px; border-radius:var(--r-pill); display:inline-flex;
  align-items:center; gap:8px; transition:transform .22s cubic-bezier(.2,.8,.2,1), box-shadow .22s ease;}
.btn-primary{background:#fff; color:var(--ink);}
.btn-primary:hover{transform:translateY(-3px); box-shadow:0 16px 34px -12px rgba(0,0,0,.5);}
.btn-ghost{border:1.5px solid rgba(255,255,255,.55); color:#fff;}
.btn-ghost:hover{border-color:#fff; transform:translateY(-3px);}
.btn-dark{background:var(--ink); color:#fff;}
.btn-dark:hover{transform:translateY(-3px); box-shadow:var(--shadow-md);}
.btn-ghost-dark{border:1.5px solid var(--line); color:var(--ink);}
.btn-ghost-dark:hover{border-color:var(--ink); transform:translateY(-3px);}

/* ---------- Breadcrumb ---------- */
.crumb{padding:26px 0 0; font-size:12.5px; font-weight:600; color:var(--ink-faint); display:flex; align-items:center; gap:8px;}
.crumb a{color:var(--ink-soft);}
.crumb a:hover{color:var(--ink);}

/* ---------- Page hero (country pages) ---------- */
.phero{position:relative; min-height:64vh; display:flex; flex-direction:column; align-items:center;
  justify-content:center; text-align:center; padding:60px 24px; overflow:hidden; margin-top:20px; border-radius:var(--r-lg);
  max-width:1180px; margin-left:auto; margin-right:auto;}
.phero-bg{position:absolute; inset:0; background-size:cover; background-position:center; animation:kenburns 26s ease-in-out infinite alternate;}
@keyframes kenburns{ from{transform:scale(1);} to{transform:scale(1.08);} }
.phero-bg::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(12,14,17,.35) 0%, rgba(12,14,17,.25) 40%, rgba(12,14,17,.72) 100%);}
.phero-content{position:relative; z-index:2; color:#fff;}
.phero .eyebrow{color:var(--gold-soft); margin-bottom:18px;}
.phero .eyebrow::before, .phero .eyebrow::after{color:var(--gold-soft);}
.phero h1{font-family:'Fraunces', serif; font-weight:440; font-size:clamp(34px, 6vw, 64px); line-height:1.05; margin-bottom:16px;}
.phero p{font-size:16px; color:rgba(255,255,255,.88); max-width:520px; margin:0 auto 8px; line-height:1.6;}
.phero-stats{display:flex; gap:28px; justify-content:center; margin-top:26px; flex-wrap:wrap;}
.phero-stats div{font-size:11px; font-weight:600; letter-spacing:.05em; text-transform:uppercase; color:rgba(255,255,255,.65); text-align:left;}
.phero-stats div b{display:block; font-family:'Fraunces', serif; font-size:19px; color:#fff; font-weight:500; margin-top:4px; text-transform:none; letter-spacing:0;}

/* Hero for homepage (full bleed) */
.hero{position:relative; min-height:94vh; display:flex; flex-direction:column; align-items:center;
  justify-content:center; text-align:center; padding:40px 24px; overflow:hidden;}
.hero-bg{position:absolute; inset:-4%; background-size:cover; background-position:center 42%;
  animation:kenburns 24s ease-in-out infinite alternate; will-change:transform;}
.hero-bg::after{content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(12,14,17,.46) 0%, rgba(12,14,17,.28) 40%, rgba(12,14,17,.7) 100%);}
.hero-content{position:relative; z-index:2; color:#fff;}
.hero .logo-hero{height:clamp(58px, 10vw, 116px); width:auto; margin:0 auto 32px; filter:drop-shadow(0 8px 28px rgba(0,0,0,.4));
  animation:floatIn 1.1s cubic-bezier(.2,.8,.2,1) both;}
@keyframes floatIn{ from{opacity:0; transform:translateY(18px);} to{opacity:1; transform:translateY(0);} }
.hero .eyebrow{font-size:12.5px; font-weight:600; letter-spacing:.18em; text-transform:uppercase;
  color:var(--gold-soft); margin-bottom:22px; animation:floatIn 1.1s .1s cubic-bezier(.2,.8,.2,1) both;}
.hero h1{font-family:'Fraunces', serif; font-weight:440; font-size:clamp(32px, 5.4vw, 58px);
  line-height:1.1; letter-spacing:-.01em; max-width:760px; margin:0 auto 22px;
  animation:floatIn 1.1s .18s cubic-bezier(.2,.8,.2,1) both;}
.hero h1 em{font-style:italic; color:var(--gold-soft); font-weight:440;}
.hero p.lede{font-size:16.5px; color:rgba(255,255,255,.88); max-width:490px; margin:0 auto 36px; line-height:1.65;
  animation:floatIn 1.1s .26s cubic-bezier(.2,.8,.2,1) both;}
.hero-actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap;
  animation:floatIn 1.1s .34s cubic-bezier(.2,.8,.2,1) both;}
.scroll-cue{position:absolute; bottom:28px; left:50%; transform:translateX(-50%); z-index:2;
  color:rgba(255,255,255,.8); font-size:10.5px; font-weight:600; letter-spacing:.16em;
  display:flex; flex-direction:column; align-items:center; gap:9px;}
.scroll-cue .line{width:1.5px; height:36px; border-radius:2px; background:linear-gradient(rgba(255,255,255,.95), transparent); animation:pulse 2s ease-in-out infinite;}
@keyframes pulse{0%,100%{opacity:.4;} 50%{opacity:1;}}

/* ---------- Section head ---------- */
section{padding:100px 0;}
.section-head{max-width:640px; margin:0 auto 8px; text-align:center;}
.eyebrow{font-size:12.5px; font-weight:700; letter-spacing:.16em; color:var(--gold-deep);
  text-transform:uppercase; margin-bottom:22px; display:inline-flex; align-items:center; gap:10px;}
.eyebrow .dash{width:22px; height:1.5px; background:var(--gold); border-radius:2px;}
.section-head h2{font-family:'Fraunces', serif; font-size:clamp(28px,4vw,42px); font-weight:440; margin-bottom:16px;}
.section-head p{color:var(--ink-soft); font-size:15.5px; line-height:1.65;}

/* ---------- Country explorer cards (homepage) ---------- */
.country-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:16px; margin-top:50px;}
@media (max-width:900px){ .country-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:560px){ .country-grid{grid-template-columns:1fr;} }
.country-card{position:relative; border-radius:var(--r-md); overflow:hidden; min-height:210px; display:flex;
  flex-direction:column; justify-content:flex-end; padding:22px; transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
  box-shadow:0 6px 18px -12px rgba(24,26,30,.28);}
.country-card img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; transition:transform .5s ease;}
.country-card:hover img{transform:scale(1.06);}
.country-card::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(0,0,0,.76) 100%); z-index:1;}
.country-card > *{position:relative; z-index:2;}
.country-card:hover{transform:translateY(-5px); box-shadow:var(--shadow-md);}
.country-card .flag{font-size:22px; margin-bottom:8px;}
.country-card h3{font-family:'Fraunces', serif; font-size:19px; font-weight:560; color:#fff;}
.country-card .cnt{font-size:11.5px; color:rgba(255,255,255,.78); margin-top:4px; font-weight:500;}
.country-card .arrow{position:absolute; top:18px; right:18px; width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,.16); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:center;
  transition:transform .25s ease, background .25s ease;}
.country-card:hover .arrow{background:#fff; transform:rotate(45deg);}
.country-card:hover .arrow svg{stroke:var(--ink);}

/* ---------- Gallery ---------- */
.chip-row{display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin:46px 0 42px;}
.chip{font-size:13.5px; font-weight:600; padding:11px 20px; border-radius:var(--r-pill); border:1.5px solid var(--line);
  background:var(--surface); color:var(--ink-soft); cursor:pointer; transition:all .22s cubic-bezier(.2,.8,.2,1);}
.chip:hover{border-color:var(--ink-faint); color:var(--ink); transform:translateY(-2px);}
.chip.active{background:var(--ink); border-color:var(--ink); color:#fff; box-shadow:var(--shadow-sm);}

.gallery-grid{display:grid; grid-template-columns:repeat(5, 1fr); gap:12px;}
@media (max-width:900px){ .gallery-grid{grid-template-columns:repeat(3, 1fr);} }
@media (max-width:560px){ .gallery-grid{grid-template-columns:repeat(2, 1fr); gap:8px;} }
.g-item{position:relative; aspect-ratio:4/5; overflow:hidden; border-radius:var(--r-md); background:var(--line);
  box-shadow:0 6px 18px -12px rgba(24,26,30,.25);
  opacity:0; transform:translateY(14px) scale(.97); transition:opacity .5s ease, transform .5s cubic-bezier(.2,.8,.2,1);}
.g-item.in{opacity:1; transform:translateY(0) scale(1);}
.g-item img{width:100%; height:100%; object-fit:cover; transition:transform .6s cubic-bezier(.2,.8,.2,1);}
.g-item:hover{transform:translateY(-6px) scale(1.015);}
.g-item:hover img{transform:scale(1.08);}
.g-item .g-cap{position:absolute; left:0; right:0; bottom:0; padding:14px 14px 12px;
  background:linear-gradient(0deg, rgba(0,0,0,.65), transparent); opacity:0; transition:opacity .3s ease;}
.g-item:hover .g-cap{opacity:1;}
.g-item .g-cap .loc{font-size:12.5px; color:#fff; font-weight:600;}
.g-item .g-cap .ctry{font-size:10px; color:rgba(255,255,255,.78); letter-spacing:.06em; text-transform:uppercase; font-weight:500;}
.g-item.hide{display:none;}

/* ---------- Stats card ---------- */
.stats-card{max-width:1000px; margin:64px auto 0; background:var(--surface); border-radius:var(--r-lg);
  box-shadow:var(--shadow-md); display:grid; grid-template-columns:repeat(4,1fr); overflow:hidden;}
.stats-card > div{padding:34px 20px; text-align:center; border-right:1px solid var(--line);}
.stats-card > div:last-child{border-right:none;}
.stats-card .num{font-family:'Fraunces', serif; font-size:clamp(28px,3.4vw,38px); font-weight:500; color:var(--ink); line-height:1;}
.stats-card .num .gold{color:var(--gold-deep);}
.stats-card .lbl{font-size:12px; font-weight:600; color:var(--ink-faint); letter-spacing:.05em; text-transform:uppercase; margin-top:10px;}
@media (max-width:700px){
  .stats-card{grid-template-columns:1fr 1fr;}
  .stats-card > div{border-bottom:1px solid var(--line);}
  .stats-card > div:nth-child(2){border-right:none;}
  .stats-card > div:nth-child(4){border-right:none;}
}

/* ---------- Itinerary ---------- */
.tab-row{display:flex; gap:8px; justify-content:center; margin:44px 0 50px; flex-wrap:wrap;}
.tab-btn{font-size:14px; font-weight:700; padding:14px 24px; border-radius:var(--r-pill); border:1.5px solid var(--line);
  background:var(--surface); color:var(--ink-soft); cursor:pointer; transition:all .22s cubic-bezier(.2,.8,.2,1);}
.tab-btn:hover{border-color:var(--ink-faint); color:var(--ink);}
.tab-btn.active{background:var(--ink); border-color:var(--ink); color:#fff; box-shadow:var(--shadow-sm);}
.itin-panel{display:none;}
.itin-panel.active{display:block; animation:panelIn .5s cubic-bezier(.2,.8,.2,1) both;}
@keyframes panelIn{ from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);} }

.two-col{display:grid; grid-template-columns:.85fr 1.15fr; gap:56px; align-items:start;}
@media (max-width:900px){ .two-col{grid-template-columns:1fr; gap:36px;} }
.itin-intro h3{font-family:'Fraunces', serif; font-size:clamp(26px,3.4vw,38px); font-weight:440; margin-bottom:16px; line-height:1.1;}
.itin-intro p{color:var(--ink-soft); font-size:15px; line-height:1.7; margin-bottom:24px;}
.itin-meta{display:flex; gap:24px; margin-bottom:28px; flex-wrap:wrap;}
.itin-meta div{font-size:11px; font-weight:600; color:var(--ink-faint); letter-spacing:.04em; text-transform:uppercase;}
.itin-meta div b{display:block; font-family:'Fraunces', serif; font-size:19px; color:var(--ink); font-weight:500; margin-top:5px; text-transform:none; letter-spacing:0;}
.itin-photo{border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-md);}
.itin-photo img{width:100%; height:340px; object-fit:cover;}
.itin-photo-cap{font-size:11.5px; font-weight:600; color:var(--ink-faint); margin-top:12px; letter-spacing:.03em;}

.day-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md);
  padding:22px 24px; margin-bottom:14px; position:relative; padding-left:74px;
  transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;}
.day-card:hover{transform:translateX(4px); box-shadow:var(--shadow-sm);}
.day-card.with-photo{display:grid; grid-template-columns:1fr 96px; gap:16px; align-items:center; padding-right:18px;}
.day-card .daynum{position:absolute; left:22px; top:24px; font-size:11px; font-weight:700; color:var(--gold);
  writing-mode:vertical-rl; letter-spacing:.1em;}
.day-card h4{font-family:'Fraunces', serif; font-weight:560; font-size:17px; margin-bottom:6px;}
.day-card p{font-size:13.8px; color:var(--ink-soft); line-height:1.62;}
.day-card .tip{margin-top:11px; font-size:12.8px; color:var(--sky); font-weight:500; padding-left:14px; border-left:2px solid var(--sky); border-radius:1px;}
.day-card .thumb{width:96px; height:96px; border-radius:var(--r-sm); overflow:hidden; flex-shrink:0;}
.day-card .thumb img{width:100%; height:100%; object-fit:cover;}

.callout{background:linear-gradient(135deg,#22282e,#181a1e); color:#f3f0e9; border-radius:var(--r-lg); padding:36px 38px; margin-top:32px; box-shadow:var(--shadow-md);}
.callout .eyebrow{color:var(--gold-soft);}
.callout .eyebrow .dash{background:var(--gold-soft);}
.callout h4{font-family:'Fraunces', serif; font-size:23px; font-weight:460; margin:14px 0 16px;}
.callout ol{list-style:none; counter-reset:step; display:grid; gap:11px;}
.callout li{counter-increment:step; font-size:14.5px; line-height:1.55; color:#dcd8cd; padding-left:34px; position:relative;}
.callout li::before{content:counter(step); position:absolute; left:0; top:0; font-size:11.5px; font-weight:700;
  color:var(--gold-soft); border:1.5px solid rgba(228,210,174,.4); width:22px; height:22px;
  border-radius:50%; display:flex; align-items:center; justify-content:center;}
.callout .code-badge{display:inline-flex; align-items:center; gap:8px; margin-top:22px; font-size:12.5px; font-weight:600;
  background:rgba(228,210,174,.12); border:1px solid rgba(228,210,174,.3); padding:9px 16px;
  border-radius:var(--r-pill); color:var(--gold-soft);}

/* ---------- Eats / Cafes ---------- */
.eats{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:26px;}
.eat-card{border:1px solid var(--line); border-radius:var(--r-md); padding:17px 19px; background:var(--surface);
  display:flex; justify-content:space-between; align-items:center; gap:10px; transition:transform .2s ease, box-shadow .2s ease;}
.eat-card:hover{transform:translateY(-3px); box-shadow:var(--shadow-sm);}
.eat-card .name{font-size:13.8px; font-weight:600;}
.eat-card .city{font-size:10.5px; color:var(--ink-faint); text-transform:uppercase; letter-spacing:.06em; margin-top:3px; font-weight:600;}
.eat-card a{font-size:11.5px; color:var(--gold-deep); font-weight:700; white-space:nowrap;}
@media (max-width:600px){ .eats{grid-template-columns:1fr;} }
.notice-card{background:var(--surface); border:1px dashed var(--line); border-radius:var(--r-md); padding:24px 26px; margin-top:26px;
  font-size:14px; color:var(--ink-soft); line-height:1.6;}
.notice-card b{color:var(--ink);}

/* ---------- Watch / video library ---------- */
.trailer-card{max-width:760px; margin:46px auto 0; border-radius:var(--r-lg); overflow:hidden; box-shadow:var(--shadow-md); background:var(--surface); border:1px solid var(--line);}
.video-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px; margin-top:46px;}
@media (max-width:900px){ .video-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:600px){ .video-grid{grid-template-columns:1fr;} }
.video-card-lib{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden;
  box-shadow:0 6px 18px -12px rgba(24,26,30,.22); transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;}
.video-card-lib:hover{transform:translateY(-4px); box-shadow:var(--shadow-sm);}
.yt-facade{position:relative; aspect-ratio:16/9; cursor:pointer; background:#0c0e11; overflow:hidden;}
.yt-facade img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.yt-facade:hover img{transform:scale(1.05);}
.yt-facade::before{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.4)); z-index:1;}
.yt-facade .fplay{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; width:52px; height:52px;
  border-radius:50%; background:rgba(255,255,255,.94); display:flex; align-items:center; justify-content:center; transition:transform .2s ease;}
.video-card-lib:hover .fplay{transform:translate(-50%,-50%) scale(1.1);}
.yt-facade .fplay svg{width:15px; height:15px; margin-left:2px;}
.yt-facade .fdur{position:absolute; bottom:9px; right:9px; z-index:2; background:rgba(0,0,0,.75); color:#fff;
  font-size:10.5px; font-weight:600; padding:2px 7px; border-radius:5px;}
.yt-facade iframe{width:100%; height:100%; border:none; display:block;}
.vinfo{padding:15px 17px;}
.vinfo h5{font-family:'Fraunces', serif; font-weight:560; font-size:14.5px; line-height:1.3; margin-bottom:8px;}
.vinfo a.vlink{font-size:11.5px; font-weight:700; color:var(--gold-deep);}
.lib-cta{margin-top:38px; display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap;}

/* ---------- Stays ---------- */
.stays-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:16px; margin-top:50px;}
@media (max-width:900px){ .stays-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:560px){ .stays-grid{grid-template-columns:1fr;} }
.stay-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden;
  box-shadow:0 6px 18px -12px rgba(24,26,30,.22); transition:transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;}
.stay-card:hover{transform:translateY(-4px); box-shadow:var(--shadow-sm);}
.stay-thumb{aspect-ratio:16/10; position:relative; overflow:hidden; background:var(--line);}
.stay-thumb img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.stay-card:hover .stay-thumb img{transform:scale(1.06);}
.stay-thumb .stag{position:absolute; top:10px; left:10px; background:rgba(255,255,255,.92); color:var(--ink);
  font-size:9.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; padding:4px 9px; border-radius:var(--r-pill);}
.stay-info{padding:15px 16px;}
.stay-info h5{font-family:'Fraunces', serif; font-weight:560; font-size:14px; line-height:1.3; margin-bottom:4px;}
.stay-info span{font-size:11.5px; color:var(--ink-faint); font-weight:600;}

/* ---------- Dos & Don'ts ---------- */
.dd-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:46px;}
@media (max-width:800px){ .dd-grid{grid-template-columns:1fr;} }
.dd-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-lg); padding:30px 32px; box-shadow:var(--shadow-sm);}
.dd-card h4{font-family:'Fraunces', serif; font-size:18px; font-weight:600; margin-bottom:18px; display:flex; align-items:center; gap:10px;}
.dd-card.do h4{color:#3d7a4d;}
.dd-card.dont h4{color:#a54848;}
.dd-card ul{list-style:none; display:grid; gap:13px;}
.dd-card li{font-size:14px; color:var(--ink-soft); line-height:1.55; padding-left:24px; position:relative;}
.dd-card.do li::before{content:"✓"; position:absolute; left:0; color:#3d7a4d; font-weight:700;}
.dd-card.dont li::before{content:"✕"; position:absolute; left:0; color:#a54848; font-weight:700;}

/* ---------- Cost table ---------- */
.cost-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:46px;}
@media (max-width:900px){ .cost-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .cost-grid{grid-template-columns:1fr;} }
.cost-card{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); padding:26px 22px; text-align:center; box-shadow:var(--shadow-sm);}
.cost-card .cicon{width:40px; height:40px; margin:0 auto 14px; border-radius:50%; background:var(--gold-soft); display:flex; align-items:center; justify-content:center;}
.cost-card h5{font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-faint); margin-bottom:8px;}
.cost-card .amt{font-family:'Fraunces', serif; font-size:22px; font-weight:500; color:var(--ink);}
.cost-card .per{font-size:11.5px; color:var(--ink-faint); margin-top:4px;}
.cost-note{text-align:center; font-size:12.5px; color:var(--ink-faint); margin-top:20px; font-weight:500;}

/* ---------- FAQ ---------- */
.faq-list{max-width:760px; margin:46px auto 0; display:grid; gap:12px;}
.faq-item{background:var(--surface); border:1px solid var(--line); border-radius:var(--r-md); overflow:hidden; box-shadow:0 4px 14px -10px rgba(24,26,30,.2);}
.faq-q{padding:20px 24px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; gap:16px;}
.faq-q h5{font-family:'Fraunces', serif; font-size:15.5px; font-weight:560;}
.faq-q .fplus{width:24px; height:24px; border-radius:50%; border:1.5px solid var(--line); flex-shrink:0; position:relative; transition:transform .3s ease, background .3s ease;}
.faq-q .fplus::before, .faq-q .fplus::after{content:""; position:absolute; background:var(--ink-soft); transition:all .3s ease;}
.faq-q .fplus::before{left:50%; top:6px; bottom:6px; width:1.5px; transform:translateX(-50%);}
.faq-q .fplus::after{top:50%; left:6px; right:6px; height:1.5px; transform:translateY(-50%);}
.faq-item.open .fplus{background:var(--ink); transform:rotate(180deg);}
.faq-item.open .fplus::before{opacity:0;}
.faq-item.open .fplus::after{background:#fff;}
.faq-a{max-height:0; overflow:hidden; transition:max-height .35s cubic-bezier(.2,.8,.2,1);}
.faq-a p{padding:0 24px 20px; font-size:14px; color:var(--ink-soft); line-height:1.65;}

/* ---------- Follow (Instagram) ---------- */
.ig-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:52px; align-items:start;}
@media (max-width:900px){ .ig-grid{grid-template-columns:1fr; max-width:420px; margin-left:auto; margin-right:auto;} }
.ig-embed{border:1px solid var(--line); border-radius:var(--r-lg); overflow:hidden; background:var(--surface); min-height:400px; box-shadow:var(--shadow-sm);}
.ig-embed blockquote{margin:0 !important;}
.profile-card{max-width:520px; margin:56px auto 0; background:var(--surface); border:1px solid var(--line);
  border-radius:var(--r-lg); padding:24px 30px; display:flex; align-items:center; gap:20px; justify-content:space-between; flex-wrap:wrap; box-shadow:var(--shadow-sm);}
.profile-card .who{display:flex; align-items:center; gap:14px;}
.avatar{width:50px; height:50px; border-radius:50%; overflow:hidden; flex-shrink:0;}
.avatar img{width:100%; height:100%; object-fit:cover;}
.profile-card h5{font-size:14.5px; font-weight:700;}
.profile-card span{font-size:12.5px; color:var(--ink-faint);}

/* ---------- Packing ---------- */
.pack-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:46px; border:1px solid var(--line);
  border-radius:var(--r-lg); overflow:hidden; background:var(--surface); box-shadow:var(--shadow-sm);}
@media (max-width:900px){ .pack-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:560px){ .pack-grid{grid-template-columns:1fr;} }
.pack-col{padding:26px 24px; border-right:1px solid var(--line); border-bottom:1px solid var(--line);}
.pack-col:nth-child(3n){border-right:none;}
.pack-col h5{font-size:11.5px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--gold-deep); margin-bottom:15px;}
.pack-col ul{list-style:none; display:grid; gap:9px;}
.pack-col li{font-size:13.5px; color:var(--ink-soft); padding-left:16px; position:relative; line-height:1.45;}
.pack-col li::before{content:"—"; position:absolute; left:0; color:var(--ink-faint);}
.pack-tip{grid-column:1/-1; background:#f4efe3; padding:20px 26px; display:flex; gap:14px; align-items:flex-start; border-top:1px solid var(--line);}
.pack-tip svg{flex-shrink:0; margin-top:2px;}
.pack-tip p{font-size:14px; color:var(--ink-soft); line-height:1.6;}
.pack-tip b{color:var(--ink); font-weight:700;}

/* ---------- Blog / country grid on homepage reused ---------- */
.blog-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:52px;}
@media (max-width:900px){ .blog-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){ .blog-grid{grid-template-columns:1fr;} }

/* ---------- Footer ---------- */
footer{padding:76px 0 44px; border-top:1px solid var(--line); margin-top:40px;}
.foot-top{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:40px; margin-bottom:54px;}
.foot-tag{max-width:340px; font-size:14.5px; color:var(--ink-soft); line-height:1.65; margin-top:18px;}
.foot-cols{display:flex; gap:64px; flex-wrap:wrap;}
.foot-col h6{font-size:11px; font-weight:700; letter-spacing:.06em; color:var(--ink-faint); text-transform:uppercase; margin-bottom:15px;}
.foot-col a{display:block; font-size:14px; color:var(--ink-soft); margin-bottom:11px; font-weight:500;}
.foot-col a:hover{color:var(--ink);}
.foot-bottom{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px; padding-top:28px; border-top:1px solid var(--line);}
.foot-bottom p{font-size:12px; color:var(--ink-faint); font-weight:600; letter-spacing:.03em;}
.socials{display:flex; gap:12px;}
.social-btn{width:40px; height:40px; border-radius:50%; border:1.5px solid var(--line); display:flex; align-items:center;
  justify-content:center; transition:all .22s cubic-bezier(.2,.8,.2,1);}
.social-btn:hover{background:var(--ink); border-color:var(--ink); transform:translateY(-3px);}
.social-btn:hover svg{stroke:var(--bg-1); fill:var(--bg-1);}

.reveal{opacity:0; transform:translateY(20px); transition:opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);}
.reveal.in{opacity:1; transform:translateY(0);}
