
:root{--red:#8b3f32;--rd:#6d2e25;--green:#30493b;--g2:#22352b;--cream:#f8f4ed;--sand:#eee7dc;--ink:#202722;--muted:#68716b;--line:rgba(32,39,34,.11);--shadow:0 18px 55px rgba(26,34,28,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.top{background:var(--g2);color:#dce6df;text-align:center;padding:8px;font-size:12px}header{position:sticky;top:0;z-index:30;background:rgba(248,244,237,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{font:700 23px Georgia,serif;line-height:1}.brand small{display:block;margin-top:5px;font:8px Arial;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}.menu{display:flex;gap:23px;align-items:center;font-size:13px;font-weight:700}.menu a:hover{color:var(--red)}.menu .navcta{background:var(--red);color:#fff;padding:11px 17px;border-radius:999px}.hero{min-height:76vh;display:flex;align-items:end;position:relative;color:#fff;background-size:cover;background-position:center}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,24,19,.82),rgba(15,24,19,.25) 67%),linear-gradient(0deg,rgba(15,20,17,.55),transparent 60%)}.hi{position:relative;z-index:1;padding:105px 0 75px;max-width:830px}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:2.4px;font-size:11px;font-weight:800}.eyebrow{color:#edcdbd}.kicker{color:var(--red);margin-bottom:12px}h1,h2,h3{font-family:Georgia,serif;line-height:1.08;margin:0}h1{font-size:clamp(47px,7vw,82px);letter-spacing:-1.7px}h2{font-size:clamp(35px,4.8vw,56px);letter-spacing:-1px}h3{font-size:26px}.hero p{font-size:19px;max-width:680px;color:#eef2ef;margin:24px 0 29px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:14px 21px;background:var(--red);color:#fff;font-size:13px;font-weight:800;border:0;cursor:pointer}.btn:hover{background:var(--rd)}.btn.light{background:#fff;color:var(--ink)}.btn.outline{background:transparent;border:1px solid var(--red);color:var(--red)}.actions{display:flex;gap:12px;flex-wrap:wrap}.trust{background:var(--green);color:#fff;padding:17px 0}.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;font-size:12px}.trustgrid div{text-align:center}.tick{color:#e2ba88}section{padding:92px 0}.head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:40px}.head p{max-width:500px;color:var(--muted);margin:0}.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature,.card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:19px;overflow:hidden;box-shadow:0 9px 30px rgba(29,35,31,.055)}.feature{padding:28px}.feature b{display:block;color:var(--red);font-size:11px;letter-spacing:1.2px;margin-bottom:14px}.feature p,.card p{color:var(--muted);font-size:13px}.cardimg{height:240px;background-size:cover;background-position:center;position:relative}.tag{position:absolute;left:13px;top:13px;background:rgba(255,255,255,.94);padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800}.cardbody{padding:22px}.cardbody h3{margin-bottom:9px}.link{color:var(--red);font-size:12px;font-weight:800}.alt{background:var(--sand)}.dest{height:320px;border-radius:19px;position:relative;overflow:hidden;background-size:cover;background-position:center;color:#fff;box-shadow:var(--shadow)}.dest:before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,27,22,.78),transparent 63%)}.dc{position:absolute;left:21px;right:21px;bottom:20px}.dc h3{font-size:29px}.dc p{font-size:12px;margin:5px 0;color:#e7ece8}.split{display:grid;grid-template-columns:1fr 1fr;gap:62px;align-items:center}.photo{min-height:500px;border-radius:22px;background-size:cover;background-position:center;box-shadow:var(--shadow)}.points{display:grid;gap:12px;margin:25px 0}.point{display:flex;gap:11px}.point strong{color:var(--red)}.daybox{background:var(--green);color:#fff;border-radius:24px;padding:52px;display:grid;grid-template-columns:1.35fr .65fr;gap:35px;align-items:center}.daybox p{color:#dce5df}.daybox h2{font-size:44px}.pagehero{padding:75px 0 62px;background:var(--green);color:#fff}.pagehero h1{font-size:clamp(42px,6vw,68px)}.pagehero p{max-width:720px;color:#dce5df;font-size:17px}.crumb{font-size:11px;color:#b7c1ba;margin-bottom:17px}.content{max-width:820px;margin:auto}.content h2{font-size:38px;margin-top:40px}.content p,.content li{color:#505a54}.itinerary{display:grid;gap:12px;margin-top:25px}.day{background:#fff;border:1px solid var(--line);border-radius:13px;padding:17px 19px}.day b{color:var(--red)}.form{background:#fff;border-radius:20px;padding:29px;box-shadow:var(--shadow)}.fg{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:6px}.full{grid-column:1/-1}.field label{font-size:11px;font-weight:800}.field input,.field textarea{font:inherit;padding:12px;border:1px solid #d5d8d5;border-radius:10px}.field textarea{min-height:105px}.notice{background:#fff8e9;border:1px solid #ead6a9;border-radius:11px;padding:13px 15px;font-size:12px;color:#6e6044}.cta{padding-top:0}.ctabox{border-radius:25px;min-height:410px;display:flex;align-items:center;position:relative;overflow:hidden;color:#fff;background-size:cover;background-position:center}.ctabox:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,53,43,.95),rgba(34,53,43,.38))}.ctac{position:relative;z-index:1;padding:52px;max-width:690px}.ctac p{color:#e3eae5}footer{background:#1e2b23;color:#dce4df;padding:52px 0 23px}.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}.foot h3{font-size:21px;color:#fff;margin-bottom:12px}.muted{color:#9ea9a2;font-size:12px}.flinks{display:grid;gap:8px;font-size:12px}.fb{margin-top:38px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#8e9992;font-size:10px}.wa{position:fixed;right:19px;bottom:19px;z-index:40;background:#168652;color:#fff;padding:13px 17px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 12px 28px rgba(0,0,0,.22)}@media(max-width:900px){.menu a:not(.navcta){display:none}.trustgrid,.g3,.g4,.split,.daybox,.foot{grid-template-columns:1fr}.head{display:block}.head p{margin-top:16px}.trustgrid div{text-align:left}.hero{min-height:72vh}.hi{padding:88px 0 55px}.photo{min-height:390px}.daybox{padding:34px}.fg{grid-template-columns:1fr}.full{grid-column:auto}.fb{display:block}}

.dest-section-title{font-family:Georgia,serif;font-size:32px;margin:50px 0 20px}
.dest-text-card{min-height:250px;border-radius:20px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#31493c,#1f3027);color:#fff;box-shadow:var(--shadow)}
.dest-text-card h3{font-size:29px;margin-bottom:7px}.dest-text-card p{font-size:12px;color:#dbe4de;margin:0 0 15px}.dest-text-card .link{color:#edc4ad}
.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:900px){.dest-grid{grid-template-columns:1fr}}

.dest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.dest-section-title{font-family:Georgia,serif;font-size:32px;margin:52px 0 20px}
.dest-grid .dest{height:310px}
.more-destinations{background:var(--green);color:#fff;border-radius:26px;padding:52px;display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:center}
.more-destinations h2{font-size:45px}.more-destinations p{color:#dce6df;max-width:700px}
.more-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.light-outline{border-color:#fff!important;color:#fff!important}
@media(max-width:900px){.dest-grid,.more-destinations{grid-template-columns:1fr}.more-actions{justify-content:flex-start}.dest-grid .dest{height:330px}.more-destinations{padding:34px}}

/* V6 destination layout repair */
.pagehero{padding:78px 0 62px;background:var(--g);color:#fff}
.pagehero h1{font-size:clamp(44px,6vw,70px)}
.pagehero p{max-width:820px;color:#dce5df;font-size:17px}
.crumb{font-size:11px;color:#b7c1ba;margin-bottom:18px}
.crumb a{color:#fff}
.dest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.dest-grid .dest{height:330px;min-height:330px;display:block;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;position:relative}
.dest-grid .dest:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(17,26,21,.82),rgba(17,26,21,.08) 70%)}
.dest-grid .dc{position:absolute;left:22px;right:22px;bottom:20px;z-index:2}
.dest-grid .dc h3{font-size:30px;color:#fff;margin:0 0 6px}
.dest-grid .dc p{font-size:12px;line-height:1.45;color:rgba(255,255,255,.92);margin:0}
.dest-section-title{font:700 34px Georgia,serif;margin:56px 0 22px}
.more-destinations{background:var(--g);color:#fff;border-radius:26px;padding:52px;display:grid;grid-template-columns:1.3fr .7fr;gap:45px;align-items:center}
.more-destinations h2{font-size:45px}
.more-destinations p{color:#dce6df;max-width:700px}
.more-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.light-outline{border-color:#fff!important;color:#fff!important}
@media(max-width:1000px){.dest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.dest-grid{grid-template-columns:1fr}.dest-grid .dest{height:350px}.more-destinations{grid-template-columns:1fr;padding:34px}.more-actions{justify-content:flex-start}}

.more-routes-card{
  border-radius:20px;
  background:linear-gradient(145deg,var(--g),#1e3027);
  color:#fff;
  padding:34px;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  box-shadow:var(--shadow);
}
.more-routes-card .kicker{color:#e8bca9}
.more-routes-card h3{font-size:34px;line-height:1.08;margin:8px 0 14px;color:#fff}
.more-routes-card p{font-size:14px;color:#dbe5df;margin:0 0 22px}
.more-routes-card .btn{align-self:flex-start}

.home-more-destinations{
  margin-top:34px;
  padding:30px 32px;
  border:1px solid rgba(32,39,34,.11);
  border-radius:20px;
  background:#fff;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:30px;
  align-items:center;
  box-shadow:0 9px 30px rgba(29,35,31,.05);
}
.home-more-destinations h3{
  font-size:30px;
  margin:5px 0 10px;
}
.home-more-destinations p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  max-width:720px;
}
.home-more-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
@media(max-width:900px){
  .home-more-destinations{grid-template-columns:1fr;padding:26px}
  .home-more-actions{justify-content:flex-start}
}
