
:root{
  --bg:#0b0d10;
  --bg2:#12161b;
  --panel:#171c22;
  --panel2:#1f252d;
  --text:#f7f3ea;
  --muted:#c5c1b8;
  --gold:#d7b85b;
  --gold2:#f0d98a;
  --line:rgba(255,255,255,.10);
  --max:1180px;
  --shadow:0 18px 50px rgba(0,0,0,.35);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(11,13,16,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.mark{width:46px;height:46px;border:1px solid rgba(215,184,91,.7);border-radius:50%;display:grid;place-items:center;color:var(--gold);font-family:Georgia,serif;font-size:19px;letter-spacing:-1px;flex:0 0 auto}
.brandtext{font-family:Georgia,serif;letter-spacing:.14em;font-size:18px;white-space:nowrap}
.links{display:flex;align-items:center;gap:22px;font-size:14px;color:#ebe7dd}
.links a:hover{color:var(--gold2)}
.cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:13px 20px;background:var(--gold);color:#121212;font-weight:800;border:1px solid var(--gold);transition:.2s}
.btn:hover,.cta:hover{transform:translateY(-1px);background:var(--gold2)}
.btn.secondary{background:transparent;color:var(--text);border-color:rgba(255,255,255,.28)}
.menuBtn{display:none;background:#171a1f;color:white;border:1px solid var(--line);border-radius:50%;width:50px;height:50px;font-size:24px}
.hero{min-height:690px;display:grid;align-items:end;padding:110px 0 72px;background:
linear-gradient(180deg,rgba(5,8,12,.14),rgba(5,8,12,.86)),
url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=84') center/cover}
.hero.small{min-height:510px}
.hero h1{font-family:Georgia,serif;font-size:clamp(46px,7vw,82px);line-height:1.01;max-width:900px;margin:0 0 20px;letter-spacing:-.035em}
.hero p{font-size:clamp(17px,2vw,21px);max-width:760px;color:#eee9df;margin:0 0 30px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--gold2);font-size:12px;font-weight:800;margin-bottom:14px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.section{padding:84px 0}
.section.alt{background:var(--bg2)}
.section h2{font-family:Georgia,serif;font-size:clamp(34px,4.6vw,54px);line-height:1.08;margin:0 0 16px}
.lead{max-width:760px;color:var(--muted);font-size:18px;margin-bottom:34px}
.grid{display:grid;gap:20px}
.grid.three{grid-template-columns:repeat(3,1fr)}
.grid.four{grid-template-columns:repeat(4,1fr)}
.card{background:linear-gradient(180deg,#1a1f25,#12161b);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}
.card h3{font-family:Georgia,serif;font-size:25px;margin:0 0 8px}
.card p{color:var(--muted);margin:0}
.card.link{transition:.2s}
.card.link:hover{transform:translateY(-4px);border-color:rgba(215,184,91,.5)}
.destination{min-height:270px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden;padding:24px;background-size:cover;background-position:center}
.destination:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.82))}
.destination>*{position:relative;z-index:1}
.destination p{color:#eee9df}
.pill{display:inline-block;border:1px solid rgba(215,184,91,.6);color:var(--gold2);border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700;margin:6px 6px 0 0}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.feature{border-left:2px solid var(--gold);padding-left:18px;margin:22px 0}
.feature strong{display:block;font-size:18px;margin-bottom:5px}
.notice{background:#17140b;border:1px solid rgba(215,184,91,.35);padding:20px;border-radius:18px;color:#e9e0c6}
.pricebox{background:linear-gradient(145deg,#1d2025,#111417);border:1px solid rgba(215,184,91,.45);border-radius:30px;padding:32px}
.price{font-family:Georgia,serif;font-size:64px;line-height:1;color:var(--gold2);margin:4px 0 18px}
.steps{counter-reset:item}
.step{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}
.stepnum{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(215,184,91,.5);color:var(--gold2);font-weight:800}
.form{display:grid;gap:14px}
.form label{font-size:13px;color:#ddd7ca}
.form input,.form textarea,.form select{width:100%;border:1px solid var(--line);background:#11151a;color:white;border-radius:14px;padding:14px 15px;font:inherit}
.form textarea{min-height:140px}
.footer{border-top:1px solid var(--line);padding:52px 0 32px;background:#080a0c}
.footergrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}
.footer small{color:#9e9a91}
.list{padding-left:20px;color:var(--muted)}
.list li{margin:9px 0}
.breadcrumb{font-size:13px;color:#d4d0c8;margin-bottom:18px}
.hero.desthero{background-position:center}
.tagrow{display:flex;flex-wrap:wrap;margin:16px 0 6px}
.kicker{font-size:20px;color:#f0ece2;max-width:800px}
.mobileMenu{display:none;position:fixed;inset:84px 0 0;background:#0d1014;z-index:40;padding:28px}
.mobileMenu.open{display:block}
.mobileMenu a{display:block;padding:16px 0;border-bottom:1px solid var(--line);font-size:20px}
@media(max-width:900px){
  .links{display:none}.menuBtn{display:block}.brandtext{font-size:15px;letter-spacing:.10em;overflow:hidden;text-overflow:ellipsis;max-width:190px}
  .grid.three,.grid.four,.split,.footergrid{grid-template-columns:1fr}
  .hero{min-height:620px;padding-top:90px}
  .section{padding:64px 0}
}
@media(max-width:520px){
  .wrap{width:min(100% - 28px,var(--max))}
  .nav{height:74px}.mobileMenu{inset:74px 0 0}
  .brandtext{max-width:160px;font-size:14px}
  .mark{width:42px;height:42px}
  .hero h1{font-size:44px}
  .hero{min-height:590px;padding-bottom:52px}
  .card{padding:20px}
}


/* v2: remove circular emblem spacing and increase destination-card readability */
.brand{gap:0}
.brandtext{font-size:19px;letter-spacing:.12em;font-weight:700}
.destination{
  min-height:300px;
  padding:0;
  border-color:rgba(255,255,255,.18);
}
.destination:before{
  background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.62) 48%,rgba(0,0,0,.94) 100%);
}
.destination h3,.destination p{
  text-shadow:0 2px 10px rgba(0,0,0,.95);
}
.destination h3{
  color:#fffdf7;
  font-size:28px;
}
.destination p{
  color:#fffaf0;
  font-size:16px;
  line-height:1.45;
}
.destination > h3,.destination > p{
  margin-left:22px;
  margin-right:22px;
}
.destination > h3{margin-top:auto;margin-bottom:6px}
.destination > p{margin-top:0;margin-bottom:22px}
.card.link:hover{
  border-color:rgba(240,217,138,.80);
  box-shadow:0 22px 60px rgba(0,0,0,.50);
}
@media(max-width:900px){
  .destination{min-height:260px}
  .destination h3{font-size:25px}
  .destination p{font-size:15px}
}
@media(max-width:520px){
  .brandtext{max-width:none;font-size:15px;letter-spacing:.08em;white-space:nowrap;overflow:visible;text-overflow:clip}
}

/* v3 mobile polish: brighter travel imagery, tighter rhythm, cleaner cards */
.destination{min-height:230px;background-color:#27313a;background-repeat:no-repeat;background-size:cover;background-position:center;box-shadow:0 12px 32px rgba(0,0,0,.24)}
.destination:before{background:linear-gradient(180deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.12) 38%,rgba(0,0,0,.78) 100%)}
.destination h3{font-size:27px;line-height:1.12}
.destination p{font-size:15px;line-height:1.4}
.section{padding:72px 0}
.section .grid{margin-top:26px}
.footer{padding-top:44px}
.footergrid p{margin-top:14px}
@media(max-width:900px){
 .section{padding:52px 0}
 .grid{gap:16px}
 .destination{min-height:210px}
 .destination:before{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.08) 34%,rgba(0,0,0,.76) 100%)}
 .destination h3{font-size:25px}
 .footergrid{gap:22px}
}
@media(max-width:520px){
 .hero{min-height:560px;padding-bottom:44px}
 .hero p{line-height:1.48}
 .section{padding:46px 0}
 .section h2{font-size:40px}
 .lead{margin-bottom:24px}
 .destination{min-height:205px}
 .destination > h3,.destination > p{margin-left:20px;margin-right:20px}
 .destination > p{margin-bottom:18px}
 .card{border-radius:22px}
 .pricebox{padding:26px 22px}
 .footer{padding:42px 0 24px}
 .footer .btn{width:100%;padding-left:16px;padding-right:16px;text-align:center}
 .footer small{display:block;line-height:1.55}
}


/* v4: destination imagery is rendered as actual image elements for more reliable loading. */
.destination{isolation:isolate;background:linear-gradient(145deg,#30404b,#14191f)}
.destination-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;transition:transform .45s ease;filter:saturate(1.04) contrast(1.03)}
.destination:before{z-index:-1}
.destination:hover .destination-photo{transform:scale(1.025)}
.destination h3,.destination p{z-index:2}
@media(max-width:520px){.destination-photo{object-position:center center}}

/* V12 chooser-first refinements */
@media(max-width:820px){.mobileMenu .cta{font-size:1.05rem!important;padding:14px 18px!important;line-height:1.25!important}.family-destinations .destination h3{margin-top:10px}.family-destinations .destination p{margin-bottom:4px}}

/* V13 destination discovery + experience audit */
.directory-hero{background:radial-gradient(circle at 85% 15%,rgba(222,188,83,.16),transparent 30%),linear-gradient(145deg,#12171d,#080b0f)}
.directory-card{min-height:330px;display:flex;align-items:flex-end;padding:0;overflow:hidden;position:relative}
.directory-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,7,10,.05) 25%,rgba(4,7,10,.9) 90%);z-index:-1}
.directory-copy{padding:28px;width:100%}.directory-copy h3{margin:0 0 8px}.directory-copy p{margin:0 0 12px;color:#f3efe5}.explore-label{font-weight:800;color:#e2c45d;font-size:.92rem}
.experience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.experience-item{display:flex;gap:13px;align-items:flex-start;padding:20px;border:1px solid #353b43;border-radius:20px;background:#151a20}.experience-item span{color:#e2c45d}.experience-item strong{font-size:1.02rem;line-height:1.45}.choice-card{border-color:#554b2b;background:linear-gradient(145deg,#181d23,#101419)}
@media(max-width:700px){.directory-card{min-height:285px}.experience-grid{grid-template-columns:1fr}.directory-copy{padding:22px}.directory-copy h3{font-size:2rem}}


/* V14 photo-led experiences + service showcase */
.experience-grid.photo-experiences{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.experience-card{position:relative;min-height:260px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#171c22;display:flex;align-items:flex-end;box-shadow:0 14px 38px rgba(0,0,0,.28)}
.experience-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.05) contrast(1.03)}
.experience-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,7,10,.03) 25%,rgba(4,7,10,.88) 92%)}
.experience-card .experience-copy{position:relative;z-index:2;padding:20px 20px 19px;width:100%}
.experience-card .experience-copy strong{display:block;color:#fffdf6;font-size:1.08rem;line-height:1.3;text-shadow:0 2px 12px rgba(0,0,0,.8)}
.experience-card .experience-copy span{display:block;color:var(--gold2);font-size:.73rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900;margin-bottom:7px}
.experience-cta{display:flex;justify-content:center;margin-top:34px}.experience-cta .btn{min-width:min(100%,340px);font-size:1.05rem;padding:15px 24px}
.service-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:28px}
.service-visual{position:relative;min-height:330px;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.14);display:flex;align-items:flex-end;background:#171c22;box-shadow:0 16px 44px rgba(0,0,0,.30)}
.service-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,7,10,.03),rgba(4,7,10,.92) 86%)}
.service-visual .service-copy{position:relative;z-index:2;padding:24px;width:100%}.service-visual h3{font-family:Georgia,serif;font-size:1.8rem;line-height:1.12;margin:0 0 8px}.service-visual p{color:#f1ede4;margin:0 0 12px;line-height:1.45}.service-visual .explore-label{display:inline-flex;color:var(--gold2);font-weight:900}
.service-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:end}.service-intro .card{box-shadow:none;border-color:rgba(215,184,91,.30)}
@media(max-width:900px){.experience-grid.photo-experiences,.service-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}.service-intro{grid-template-columns:1fr}}
@media(max-width:620px){.experience-grid.photo-experiences,.service-showcase{grid-template-columns:1fr}.experience-card{min-height:245px}.service-visual{min-height:280px}.experience-card .experience-copy{padding:19px}.service-visual h3{font-size:1.65rem}}


/* V16 brand, spacing, planning highlights and footer refinement */
.brandtext{font-family:Georgia,serif;font-weight:700;letter-spacing:.11em}
.brandtext .brand-colvaray{color:#fffdf7;-webkit-text-stroke:.55px var(--gold);text-shadow:0 0 12px rgba(215,184,91,.10)}
.directory-hero{min-height:430px;padding-bottom:54px}.directory-hero+.section{padding-top:58px}
.planning-panel{margin-top:32px}.planning-panel h3{font-family:Georgia,serif;font-size:clamp(30px,4vw,42px);margin:0 0 10px}.planning-panel>p{color:var(--muted);margin:0 0 22px}
.planning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.planning-detail{padding:20px;border:1px solid rgba(215,184,91,.25);border-radius:20px;background:linear-gradient(145deg,#1b2026,#12161b)}.planning-detail span{display:block;color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:7px}.planning-detail strong{display:block;font-size:1.04rem;margin-bottom:5px}.planning-detail p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.5}
.footer{padding:44px 0 24px}.footergrid.v16{grid-template-columns:1.1fr .8fr .8fr .8fr;gap:26px}.footer-title{font-size:.82rem;text-transform:uppercase;letter-spacing:.13em;color:var(--gold2);margin-bottom:10px}.footer-links a{display:block;padding:3px 0;color:#e7e2d8}.footer-tagline{color:#bdb8ae;max-width:390px;margin:14px 0 0}.footer-cta{margin-top:12px}.footer-cta .btn{padding:11px 18px}.footer-legal{border-top:1px solid var(--line);margin-top:30px!important;padding-top:20px}
@media(max-width:900px){.footergrid.v16{grid-template-columns:1fr 1fr}.directory-hero{min-height:390px}}
@media(max-width:620px){.planning-grid{grid-template-columns:1fr}.footergrid.v16{grid-template-columns:1fr;gap:20px}.footer{padding-top:36px}.footer-legal{margin-top:22px!important}.directory-hero{min-height:360px;padding-top:72px;padding-bottom:38px}.directory-hero+.section{padding-top:40px}}


/* V17 — premium Africa / Australia & South Pacific directories */
.photo-directory-hero{min-height:62vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;padding-bottom:72px}
.premium-directory-card{position:relative;min-height:390px;padding:0!important;overflow:hidden;border:1px solid rgba(224,190,92,.28);background:#111820;display:flex;align-items:flex-end;text-decoration:none}
.premium-directory-card .destination-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.premium-directory-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,12,.04) 20%,rgba(5,8,12,.92) 88%)}
.premium-directory-card .directory-copy{position:relative;z-index:2;padding:28px;width:100%}
.premium-directory-card .card-eyebrow{display:block;color:#e8c968;text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:.78rem;margin-bottom:8px}
.premium-directory-card h3{margin:0 0 8px;font-size:2rem}
.premium-directory-card p{margin:0 0 14px;line-height:1.5}
.premium-directory-card .explore-label{color:#f0d577;font-weight:800}
.premium-directory-card:hover .destination-photo,.premium-directory-card:focus .destination-photo{transform:scale(1.035)}
.expandable-experience{cursor:pointer;outline:none}
.expandable-experience .experience-description{max-height:0;overflow:hidden;opacity:0;margin-top:0;line-height:1.55;color:#e7e1d8;transition:max-height .28s ease,opacity .25s ease,margin .25s ease}
.expandable-experience.open .experience-description{max-height:220px;opacity:1;margin-top:12px}
.expandable-experience .tap-hint{display:block;margin-top:10px;color:#e8c968;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
@media(max-width:700px){.photo-directory-hero{min-height:56vh;padding-bottom:52px}.premium-directory-card{min-height:330px}.premium-directory-card .directory-copy{padding:24px}.premium-directory-card h3{font-size:2rem}.premium-directory-card p{font-size:1.05rem}}


/* V18 full consistency + interaction audit */
.btn,.cta{min-height:48px;max-width:100%}
@media(max-width:620px){
  .btn,.cta{width:auto!important;min-width:0;padding:12px 18px!important;font-size:.98rem!important}
  .actions{gap:10px}.actions .btn{flex:0 1 auto}
  .experience-cta .btn{width:auto!important;min-width:0}
}
.footer-links{display:grid;gap:8px}
.footer-links a{font-family:Georgia,serif;font-size:1.04rem;font-weight:600;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px 12px!important;transition:.2s}
.footer-links a:hover,.footer-links a:focus{border-color:rgba(215,184,91,.65);color:var(--gold2);background:rgba(215,184,91,.05)}
.footer-cta .btn{width:auto!important;min-width:180px}
.planning-panel{padding:24px;border:1px solid rgba(215,184,91,.18);border-radius:28px;background:radial-gradient(circle at 90% 0,rgba(215,184,91,.10),transparent 28%),linear-gradient(145deg,#171c22,#0f1318)}
.planning-detail{position:relative;overflow:hidden;padding:22px 22px 22px 68px;min-height:150px;display:flex;flex-direction:column;justify-content:center}
.planning-detail:before{content:"✦";position:absolute;left:22px;top:24px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(215,184,91,.45);color:var(--gold2);background:rgba(215,184,91,.06)}
.planning-detail:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(215,184,91,.045),transparent 48%);pointer-events:none}
.planning-detail strong{font-family:Georgia,serif;font-size:1.22rem;color:#fffaf0}.planning-detail p{font-size:.98rem}
.experience-card{cursor:pointer;transition:transform .2s,border-color .2s}
.experience-card:hover,.experience-card:focus{transform:translateY(-2px);border-color:rgba(215,184,91,.55);outline:none}
.experience-card .experience-description{max-height:0;opacity:0;overflow:hidden;margin-top:0;color:#eee7da;line-height:1.5;transition:max-height .28s,opacity .22s,margin .22s}
.experience-card.open .experience-description{max-height:260px;opacity:1;margin-top:10px}
.experience-card .tap-hint{display:block;color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-top:9px}
.service-showcase .service-visual{transition:transform .2s,border-color .2s}.service-showcase .service-visual:hover{transform:translateY(-3px);border-color:rgba(215,184,91,.55)}
.category-card-label{display:block;color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:7px}


/* V19 — full consistency, richer planning, corrected navigation and CTA system */
.brand-travel{color:var(--text);-webkit-text-stroke:0;text-shadow:none}
.header .brand-colvaray,.footer .brand-colvaray{color:#fff8e3;-webkit-text-stroke:.75px var(--gold);text-shadow:0 0 14px rgba(215,184,91,.18)}
.footergrid.v19{display:grid;grid-template-columns:1.15fr .9fr .9fr .8fr;gap:26px;align-items:start}
.footer-links a{font-family:Georgia,'Times New Roman',serif!important;font-size:1.02rem!important;font-weight:500!important;line-height:1.25;border:1px solid rgba(215,184,91,.20)!important;background:rgba(255,255,255,.012);padding:10px 12px!important}
.footer-links a:hover,.footer-links a:focus{border-color:rgba(240,217,138,.75)!important;background:rgba(215,184,91,.06);transform:translateX(2px)}
.footer-title{font-weight:900;letter-spacing:.18em}.footer-tagline{line-height:1.6}.footer-cta .btn.compact{min-width:0;width:auto!important;padding:11px 17px!important;margin-top:8px}
.btn,.cta{box-shadow:none}.btn{padding:12px 18px}.btn.secondary{border-color:rgba(215,184,91,.38);color:#f4efe4}.btn.secondary:hover{background:rgba(215,184,91,.08);border-color:var(--gold)}
.experience-cta{justify-content:flex-start}.experience-cta .btn{width:auto!important;min-width:0!important}
.planning-panel-rich{position:relative;overflow:hidden;padding:0!important;border:1px solid rgba(215,184,91,.30);background:#11161c!important;isolation:isolate}
.planning-panel-rich:before{content:"";position:absolute;inset:0 0 auto 0;height:210px;background:linear-gradient(180deg,rgba(8,11,15,.18),rgba(8,11,15,.98)),var(--planning-image) center/cover;opacity:.44;z-index:-1}
.planning-heading{padding:30px 30px 12px;position:relative}.planning-heading h3{font-size:clamp(32px,4vw,46px)!important;margin:0 0 8px}.planning-heading p{max-width:760px;color:#d5d0c6!important;font-size:1.02rem;line-height:1.6;margin:0!important}
.planning-grid{padding:18px 22px 24px;gap:16px!important}.planning-detail{padding:22px 22px 22px 72px!important;min-height:175px!important;border-color:rgba(215,184,91,.24)!important;background:linear-gradient(145deg,rgba(33,39,47,.98),rgba(15,19,24,.98))!important;box-shadow:0 14px 34px rgba(0,0,0,.16)}
.planning-detail:before{display:none!important}.planning-number{position:absolute!important;left:20px;top:22px!important;width:36px;height:36px;display:grid!important;place-items:center;border:1px solid rgba(240,217,138,.58);border-radius:50%;font-family:Georgia,serif;font-size:.82rem!important;color:var(--gold2)!important;letter-spacing:0!important;background:rgba(215,184,91,.06)}
.planning-label{color:var(--gold2)!important;font-size:.70rem!important;text-transform:uppercase;letter-spacing:.16em!important;font-weight:900!important;margin-bottom:5px!important}
.planning-detail strong{font-family:Georgia,serif!important;font-size:1.28rem!important;line-height:1.2;margin-bottom:8px!important}.planning-detail p{font-size:.98rem!important;line-height:1.58!important;color:#d4cfc5!important}
.experience-card .experience-copy strong{font-family:Georgia,serif;font-size:1.2rem}.experience-card .experience-description{font-size:.95rem;color:#f0ebe1}.experience-card .tap-hint{display:inline-flex;align-items:center;gap:6px;margin-top:11px;border:1px solid rgba(240,217,138,.38);border-radius:999px;padding:5px 9px;background:rgba(10,12,15,.42)}
.service-visual{min-height:310px}.service-visual .explore-label:after,.premium-directory-card .explore-label:after{content:""}.service-visual:focus,.premium-directory-card:focus{outline:2px solid rgba(240,217,138,.7);outline-offset:3px}
.directory-card,.premium-directory-card{cursor:pointer}.directory-card .explore-label{display:inline-flex;margin-top:2px}
@media(max-width:900px){.footergrid.v19{grid-template-columns:1fr 1fr}.planning-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){
 .footergrid.v19{grid-template-columns:1fr;gap:18px}.footer-links{gap:7px}.footer-links a{font-size:1rem!important;padding:9px 11px!important}.footer-cta .btn.compact{width:auto!important}
 .planning-heading{padding:24px 20px 10px}.planning-grid{grid-template-columns:1fr;padding:14px 14px 18px}.planning-detail{min-height:0!important;padding:20px 18px 20px 64px!important}.planning-number{left:16px;top:20px!important}.planning-detail strong{font-size:1.18rem!important}.planning-detail p{font-size:.94rem!important}
 .service-showcase{gap:16px}.service-visual{min-height:260px}.service-visual .service-copy{padding:20px}
 .experience-card .experience-copy strong{font-size:1.12rem}.experience-cta{justify-content:center}
 .btn,.cta{min-height:44px!important;padding:10px 16px!important;font-size:.95rem!important}.actions .btn{max-width:100%}
}

/* V20 — worldwide destination architecture */
.footergrid.v20{display:grid;grid-template-columns:1.1fr 1fr 1fr .75fr;gap:24px;align-items:start}
.world-region-directory .premium-directory-card{min-height:330px}
.world-region-directory .directory-copy h3{font-size:1.75rem}
@media(max-width:900px){.footergrid.v20{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.footergrid.v20{grid-template-columns:1fr}.world-region-directory .premium-directory-card{min-height:290px}}
\n\n/* V21: share previews, mobile page-end cleanup, footer fit */\nhtml,body{min-height:100%;padding-bottom:0!important;margin-bottom:0!important}\nbody{min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;overscroll-behavior-y:none}\nbody>header,body>.mobileMenu,body>section{flex:0 0 auto}\nbody>footer.footer{flex:0 0 auto;margin-top:auto!important;margin-bottom:0!important;padding-bottom:max(20px,env(safe-area-inset-bottom))!important}\n.footer-legal{margin-bottom:0!important;padding-bottom:0!important}\n.footer-legal small{margin-bottom:0!important;padding-bottom:0!important}\n@media(max-width:620px){\n  .footer{padding-top:30px!important}\n  .footer-legal{margin-top:16px!important;padding-top:16px!important}\n  .footergrid.v20{gap:16px!important}\n}\n\n\n/* V23 — actionable Planning Highlights */\n.planning-action-note{margin-top:12px!important;color:#f0d98a!important;font-weight:700;font-size:.94rem!important}\n.planning-detail{transition:transform .2s ease,border-color .2s ease,background .2s ease}\n.planning-detail:hover,.planning-detail:focus-within{transform:translateY(-2px);border-color:rgba(240,217,138,.58)!important;background:linear-gradient(145deg,rgba(39,45,53,.99),rgba(17,21,26,.99))!important}\n.planning-action{position:relative;z-index:2;display:inline-flex;align-items:center;align-self:flex-start;margin-top:14px;padding:9px 13px;border:1px solid rgba(240,217,138,.45);border-radius:999px;color:#f0d98a!important;text-decoration:none;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;background:rgba(215,184,91,.05);transition:.18s}\n.planning-action:hover,.planning-action:focus{background:rgba(215,184,91,.14);border-color:#f0d98a;color:#fff3bd!important;outline:none}\n.planning-panel-cta{padding:0 22px 24px;display:flex;justify-content:flex-start}\n.planning-panel-cta .btn{width:auto!important;min-width:0!important}\n@media(max-width:620px){.planning-action{font-size:.72rem;padding:8px 11px;margin-top:12px}.planning-panel-cta{padding:0 14px 18px;justify-content:center}.planning-action-note{font-size:.9rem!important}}\n

/* V25 inline brand consistency */
.brand-inline{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:.08em;white-space:nowrap;display:inline-block;line-height:1;color:var(--text)}
.brand-inline .brand-colvaray{color:#fff8e3;-webkit-text-stroke:.75px var(--gold);text-shadow:0 0 14px rgba(215,184,91,.18)}
.brand-inline .brand-travel{color:var(--text);-webkit-text-stroke:0;text-shadow:none}
@media(max-width:700px){.brand-inline{letter-spacing:.055em}}

/* V27 — stackable planning focuses */
.planning-action.added{background:rgba(215,184,91,.20)!important;border-color:#f0d98a!important;color:#fff3bd!important}
.planning-stack-tray{position:fixed;left:0;right:0;bottom:0;z-index:1000;transform:translateY(115%);transition:transform .22s ease;padding:10px 14px max(10px,env(safe-area-inset-bottom));pointer-events:none}
.planning-stack-tray.show{transform:translateY(0)}
.planning-stack-inner{max-width:980px;margin:0 auto;padding:12px 14px;border:1px solid rgba(240,217,138,.55);border-radius:20px;background:rgba(10,14,18,.97);box-shadow:0 14px 36px rgba(0,0,0,.38);display:flex;align-items:center;justify-content:space-between;gap:14px;pointer-events:auto}
.planning-stack-inner strong{color:#f0d98a;font-family:Georgia,serif;font-size:1.3rem}.planning-stack-label{color:#eee8dc;font-weight:700}
.planning-stack-controls{display:flex;align-items:center;gap:9px}.planning-stack-clear{border:0;background:transparent;color:#d8d1c4;text-decoration:underline;cursor:pointer;font:inherit}.planning-stack-review{white-space:nowrap}
@media(max-width:620px){body:has(.planning-stack-tray.show){padding-bottom:92px!important}.planning-stack-inner{border-radius:18px;padding:10px 11px;gap:8px}.planning-stack-inner>div:first-child{font-size:.86rem}.planning-stack-inner strong{font-size:1.08rem}.planning-stack-clear{font-size:.82rem}.planning-stack-review{font-size:.82rem!important;padding:9px 11px!important;min-height:40px!important}}
.selected-focus-summary{margin:4px 0 16px;padding:16px;border:1px solid rgba(240,217,138,.34);border-radius:18px;background:rgba(215,184,91,.055)}
.selected-focus-summary>strong{display:block;font-family:Georgia,serif;font-size:1.08rem;margin-bottom:10px;color:#fffaf0}.selected-focus-chips{display:flex;flex-wrap:wrap;gap:8px}.selected-focus-chips span{display:inline-flex;padding:7px 10px;border:1px solid rgba(240,217,138,.42);border-radius:999px;color:#f0d98a;font-size:.84rem;font-weight:800}.selected-focus-clear{margin-top:12px;border:0;background:transparent;color:#d8d1c4;text-decoration:underline;cursor:pointer;font:inherit}

/* V28 — explicit planning priorities */
.selected-focus-priority-list{margin:12px 0 16px;padding-left:26px;display:grid;gap:8px}
.selected-focus-priority-list li{color:var(--ivory,#f6f0e6);font-weight:700;line-height:1.45}

/* V29 — tighten related planning CTA proximity */
.planning-panel + .experience-cta{margin-top:24px!important}
@media(max-width:620px){
  .planning-panel + .experience-cta{margin-top:24px!important}
  .planning-panel + .experience-cta .btn{margin-top:0!important}
}

/* V30 — seasonal guide + live advisory center */
.travel-alert-link{border-color:rgba(236,84,84,.45)!important}
.season-hero{background:linear-gradient(180deg,rgba(5,8,12,.28),rgba(5,8,12,.90)),url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=82') center/cover}
.season-callout,.restriction-warning,.restriction-note{padding:18px 20px;border-radius:20px;margin-bottom:22px;background:rgba(215,184,91,.06);border:1px solid rgba(215,184,91,.30)}
.season-callout strong,.restriction-note strong{font-family:Georgia,serif;color:#fffaf0;font-size:1.12rem}.season-callout p,.restriction-note p{margin:7px 0 0;color:#d8d1c4;line-height:1.55}
.season-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.season-card{padding:22px;border:1px solid rgba(215,184,91,.26);border-radius:24px;background:linear-gradient(145deg,#171c22,#0f1318);min-height:300px;display:flex;flex-direction:column}.season-card h3{font-family:Georgia,serif;font-size:1.55rem;margin:8px 0 16px;color:#fffaf0}.season-card p{color:#d8d1c4;line-height:1.58}.season-row{display:flex;flex-direction:column;gap:3px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.season-row strong{color:var(--gold2);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.season-row span{color:#fff}.season-link{margin-top:auto;color:var(--gold2);font-weight:900;text-decoration:none;padding-top:14px}
.advisory-hero{background:linear-gradient(180deg,rgba(10,7,9,.35),rgba(7,9,12,.94)),url('https://images.unsplash.com/photo-1452421822248-d4c2b47f0c81?auto=format&fit=crop&w=1800&q=82') center/cover}.advisory-eyebrow{color:#ff7979!important}.restriction-warning{border-color:rgba(236,84,84,.58);background:rgba(128,24,30,.16);color:#ffdada;line-height:1.55}.restriction-warning strong{color:#ff7f7f}.advisory-status{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin:18px 0;padding:12px 14px;border:1px solid rgba(255,255,255,.11);border-radius:16px;color:#d9d3c7;background:#11161c}.live-dot{width:9px;height:9px;border-radius:50%;background:#ff5757;box-shadow:0 0 0 5px rgba(255,87,87,.10)}#advisoryUpdated{margin-left:auto;color:#aaa49a;font-size:.88rem}.advisory-toolbar{display:grid;grid-template-columns:1fr 260px;gap:12px;margin:16px 0 22px}.advisory-toolbar label{grid-column:1/-1;color:#eee8dc;font-weight:800}.advisory-toolbar input,.advisory-toolbar select{width:100%;min-height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#11161c;color:#fff;padding:0 14px;font:inherit}.advisory-list{display:grid;gap:14px}.advisory-card{border:1px solid rgba(236,84,84,.42);border-left:5px solid #ef5555;border-radius:18px;background:linear-gradient(145deg,rgba(57,19,23,.48),rgba(17,20,25,.98));padding:18px}.advisory-card.level-1{border-color:rgba(215,184,91,.30);border-left-color:#d7b85b;background:linear-gradient(145deg,rgba(47,40,20,.32),rgba(17,20,25,.98))}.advisory-card .advisory-source{display:flex;justify-content:space-between;gap:10px;color:#ff8d8d;text-transform:uppercase;letter-spacing:.11em;font-size:.72rem;font-weight:900}.advisory-card.level-1 .advisory-source{color:var(--gold2)}.advisory-card h3{font-family:Georgia,serif;color:#fffaf0;font-size:1.35rem;margin:9px 0 7px}.advisory-card p{color:#d8d1c4;margin:0 0 12px;line-height:1.52}.advisory-card a{color:#ff9393;font-weight:900}.advisory-card.level-1 a{color:var(--gold2)}.advisory-loading,.advisory-error{padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#11161c;color:#d8d1c4}.advisory-error{border-color:rgba(236,84,84,.55);color:#ffdada}.official-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}.official-source-card{padding:20px;border:1px solid rgba(215,184,91,.28);border-radius:20px;text-decoration:none;background:#11161c}.official-source-card span{color:var(--gold2);font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;font-weight:900}.official-source-card strong{display:block;font-family:Georgia,serif;color:#fffaf0;font-size:1.25rem;margin:7px 0}.official-source-card p{margin:0;color:#d8d1c4}.advisory-empty{padding:22px;text-align:center;color:#d8d1c4}
@media(max-width:900px){.season-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.season-grid{grid-template-columns:1fr}.season-card{min-height:0}.advisory-toolbar{grid-template-columns:1fr}.advisory-toolbar label{grid-column:auto}.official-source-grid{grid-template-columns:1fr}#advisoryUpdated{width:100%;margin-left:18px}.advisory-card .advisory-source{flex-direction:column}}

/* V32 — tighter planning-to-next-section rhythm + stronger experience-card readability */
.planning-section{padding-bottom:30px!important}
.planning-section + .after-planning-section{padding-top:38px!important}

/* Keep the photo unchanged; improve legibility with a stronger reading layer. */
.experience-card:after{
  background:linear-gradient(180deg,rgba(4,7,10,.18) 8%,rgba(4,7,10,.42) 42%,rgba(4,7,10,.94) 94%)!important;
}
.experience-card .experience-copy{
  text-shadow:0 2px 10px rgba(0,0,0,.92),0 1px 2px rgba(0,0,0,.95);
}
.experience-card .experience-copy strong{
  color:#fffdf6!important;
  text-shadow:0 2px 12px rgba(0,0,0,1),0 1px 3px rgba(0,0,0,1)!important;
}
.experience-card .experience-description{
  color:#fffaf0!important;
  font-weight:600;
  text-shadow:0 2px 9px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,1);
}
.experience-card.open .experience-copy{
  background:linear-gradient(180deg,rgba(5,8,11,.18),rgba(5,8,11,.58));
  border-radius:18px 18px 0 0;
}
.experience-card .tap-hint{
  background:rgba(6,9,12,.72)!important;
  border-color:rgba(240,217,138,.62)!important;
  text-shadow:0 1px 4px rgba(0,0,0,1);
}
/* Prevent the global experience span rule from breaking the inline brand inside descriptions. */
.experience-card .experience-description .brand-inline{
  display:inline-block!important;
  margin:0!important;
  font-size:inherit!important;
  text-transform:none!important;
  letter-spacing:.055em!important;
  font-weight:700!important;
  color:inherit!important;
}
.experience-card .experience-description .brand-inline .brand-colvaray,
.experience-card .experience-description .brand-inline .brand-travel{
  display:inline!important;
  font-size:inherit!important;
  letter-spacing:inherit!important;
  text-transform:none!important;
  margin:0!important;
}

@media(max-width:620px){
  .planning-section{padding-bottom:18px!important}
  .planning-section + .after-planning-section{padding-top:28px!important}
  .experience-card:after{
    background:linear-gradient(180deg,rgba(4,7,10,.24) 5%,rgba(4,7,10,.48) 38%,rgba(4,7,10,.96) 94%)!important;
  }
  .experience-card .experience-description{font-size:1rem!important;line-height:1.55!important}
}

/* V34 — compact Planning Highlights → following content transition, including cruise templates */
.planning-section{padding-bottom:20px!important}
.planning-section + .after-planning-section{padding-top:28px!important}
@media(max-width:620px){
  .planning-section{padding-bottom:10px!important}
  .planning-section + .after-planning-section{padding-top:22px!important}
}
