:root{
  --blue:#2B9FD9;--blue-dark:#1E7BB0;--blue-light:#EBF6FC;
  --orange:#F7941D;--orange-dark:#D97D0A;--orange-light:#FEF3E8;
  --bg:#FFFFFF;--surface:#F7F9FB;--cream:#FEF9F2;
  --ink:#1A1A2E;--ink-muted:#374151;--stone:#6B7280;--border:#E2E8F0;--green-accent:#2A6A4A;
  --font-h:'Playfair Display',Georgia,serif;--font-b:'Inter',-apple-system,'Segoe UI',sans-serif;
  --maxw:1200px;--radius:14px;--radius-lg:22px;--radius-pill:9999px;
  --shadow-sm:0 1px 4px rgba(26,26,46,.07);
  --shadow:0 8px 24px rgba(26,26,46,.10),0 2px 6px rgba(26,26,46,.06);
  --shadow-lg:0 24px 64px rgba(26,26,46,.14),0 8px 20px rgba(26,26,46,.08);
  --ease:cubic-bezier(.16,1,.3,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font-b);color:var(--ink-muted);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--font-h);color:var(--ink);line-height:1.2;font-weight:600}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{display:inline-block;font-size:.76rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-dark);background:var(--orange-light);padding:7px 15px;border-radius:var(--radius-pill)}
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.95rem;padding:13px 24px;border-radius:var(--radius-pill);cursor:pointer;border:1.5px solid transparent;transition:transform .25s var(--ease),box-shadow .25s,background .2s;white-space:nowrap}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 8px 20px rgba(247,148,29,.32)}
.btn-primary:hover{background:var(--orange-dark);transform:translateY(-2px)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-2px)}
.btn-outline{background:#fff;color:var(--blue-dark);border-color:var(--blue)}
.btn-outline:hover{background:var(--blue-light)}
.mocknote{background:#FEF3E8;color:#92400e;text-align:center;font-size:.8rem;padding:8px 16px;border-bottom:1px solid #f8d9b0}

/* topbar + nav */

/* hero */
.t-hero{position:relative;color:#fff;overflow:hidden;min-height:62vh;display:flex;align-items:flex-end}
.t-hero .bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03)}
.t-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,31,17,.25) 0%,rgba(13,31,17,.5) 55%,rgba(13,31,17,.82) 100%)}
.t-hero .inner{position:relative;z-index:2;max-width:var(--maxw);margin:0 auto;padding:56px 24px;width:100%}
.t-hero .eyebrow{background:rgba(247,148,29,.92);color:#fff}
.t-hero h1{color:#fff;font-size:clamp(2.3rem,5vw,3.6rem);margin:16px 0 12px;max-width:16ch;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.t-hero .sub{font-size:1.12rem;color:rgba(255,255,255,.94);max-width:560px;margin-bottom:22px;text-shadow:0 1px 10px rgba(0,0,0,.4)}
.t-hero .facts{display:flex;gap:26px;flex-wrap:wrap;margin-bottom:8px}
.t-hero .facts div{font-size:.84rem;color:rgba(255,255,255,.84)}
.t-hero .facts b{display:block;font-family:var(--font-h);font-size:1.4rem;color:#fff;font-weight:600}

/* layout: content + sticky price */
.t-main{max-width:var(--maxw);margin:0 auto;padding:56px 24px;display:grid;grid-template-columns:1fr 340px;gap:46px;align-items:stretch}
.t-main aside{position:relative}
.t-content > section{margin-bottom:46px}
.t-content h2{font-size:1.7rem;margin-bottom:14px}
.t-content h2 .lead-in{display:block;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--orange-dark);font-family:var(--font-b);font-weight:700;margin-bottom:6px}
.t-content p{margin-bottom:12px}
.t-content ul{margin:0 0 12px 0;padding-left:0;list-style:none}
.t-content ul li{position:relative;padding-left:26px;margin-bottom:8px}
.t-content ul li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;border-radius:50%;background:var(--blue)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.inc-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}
.inc-box h3{font-size:1.05rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}
.inc-box.yes h3{color:var(--green-accent)}
.inc-box ul li::before{background:var(--green-accent)}
.inc-box.no ul li::before{background:#cbd5e1}

/* pace cards */
.pace-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pace{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s}
.pace:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.pace .ph{aspect-ratio:4/3;overflow:hidden}
.pace .ph img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.pace:hover .ph img{transform:scale(1.05)}
.pace .bd{padding:18px}
.pace .bd h3{font-size:1.16rem;margin-bottom:6px}
.pace .bd p{font-size:.88rem;color:var(--stone);margin:0}
.pace .tagp{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--blue-dark);background:var(--blue-light);padding:4px 10px;border-radius:var(--radius-pill);margin-bottom:8px}

/* itinerary */
.itin{position:relative}
.day{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}
.day:last-child{border-bottom:none}
.day .num{width:54px;height:54px;border-radius:14px;background:var(--blue-light);color:var(--blue-dark);display:grid;place-items:center;font-family:var(--font-h);font-weight:700;font-size:1.1rem;text-align:center;line-height:1.05}
.day .num span{display:block;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone);font-family:var(--font-b)}
.day h3{font-size:1.12rem;margin-bottom:5px}
.day p{font-size:.92rem;color:var(--ink-muted);margin:0}
.note-line{font-size:.85rem;color:var(--stone);font-style:italic;margin-top:14px;background:var(--cream);border-left:3px solid var(--orange);padding:12px 16px;border-radius:8px}

/* price card */
.price-card{position:sticky;top:96px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 18px 44px rgba(26,26,46,.16),0 6px 14px rgba(26,26,46,.08);overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s}
.price-card:hover{transform:translateY(-3px);box-shadow:0 26px 60px rgba(26,26,46,.2),0 10px 20px rgba(26,26,46,.1)}
.price-card .ph{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;padding:22px}
.price-card .ph .from{font-size:.8rem;opacity:.9}
.price-card .ph .big{font-family:var(--font-h);font-size:2.4rem;font-weight:700;line-height:1}
.price-card .ph .per{font-size:.82rem;opacity:.9}
.price-card .bd{padding:20px}
.price-card .row{display:flex;justify-content:space-between;gap:10px;font-size:.86rem;padding:8px 0;border-bottom:1px solid var(--border)}
.price-card .row:last-of-type{border-bottom:none}
.price-card .row b{color:var(--ink);font-weight:600;text-align:right}
.price-card .dates{background:var(--surface);border-radius:10px;padding:12px 14px;margin:12px 0;font-size:.85rem}
.price-card .dates .dh{font-weight:700;color:var(--ink);margin-bottom:6px;font-size:.82rem}
.price-card .dates div{padding:3px 0;color:var(--ink-muted)}
.price-card .btn{width:100%;justify-content:center;margin-top:8px}
.price-card .tiny{font-size:.74rem;color:var(--stone);text-align:center;margin-top:10px}

/* field note */
.fieldnote{background:var(--ink);color:#fff;border-radius:var(--radius-lg);padding:30px;display:flex;gap:22px;align-items:center}
.fieldnote img{width:96px;height:120px;object-fit:cover;border-radius:12px;flex:none}
.fieldnote h3{color:#fff;font-size:1.25rem;margin-bottom:8px}
.fieldnote p{color:#c7ccdb;font-size:.93rem;margin:0}
.fieldnote .role{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);font-weight:700}

/* faq + accordion */
.qa{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;overflow:hidden}
.qa summary{padding:16px 20px;font-weight:600;color:var(--ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:12px;font-size:.95rem}
.qa summary::-webkit-details-marker{display:none}
.qa summary::after{content:"+";color:var(--blue);font-size:1.3rem}
.qa[open] summary::after{content:"\2013"}
.qa .a{padding:0 20px 18px;font-size:.9rem}
.qa .a p{margin-bottom:8px}

/* lead capture */
.t-cap{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}
.t-cap .wrap{padding:56px 24px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.t-cap h2{color:#fff;font-size:1.9rem;margin-bottom:10px}
.t-cap p{color:rgba(255,255,255,.92)}
.t-cap form{background:#fff;border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-lg)}
.t-cap label{display:block;font-size:.8rem;color:var(--ink);font-weight:600;margin-bottom:6px}
.t-cap input{width:100%;padding:12px 15px;border:1.5px solid var(--border);border-radius:11px;font-family:var(--font-b);margin-bottom:12px;font-size:.94rem}
.t-cap input:focus{outline:none;border-color:var(--blue)}
.t-cap .consent{display:flex;gap:9px;align-items:flex-start;font-size:.74rem;color:var(--stone);margin-bottom:14px}
.t-cap .btn{width:100%;justify-content:center}

/* footer */

/* floating contact */
.wa{width:56px;height:56px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 26px rgba(37,211,102,.45)}
.wa svg{width:28px;height:28px;fill:#fff}
/* canonical footer (see FOOTER-SPEC.md), overrides earlier footer CSS */

@media(max-width:900px){
  .t-main{grid-template-columns:1fr}
  .price-card{position:static;margin-bottom:20px}
  .pace-grid{grid-template-columns:1fr}
  .two-col,.t-cap .wrap,.foot-grid{grid-template-columns:1fr}
}
@media(max-width:560px){.cf-call-pill{font-size:.8rem;padding:10px 13px}}

/* ===== CANONICAL header/footer (HEADER-SPEC + FOOTER-SPEC) — overrides ===== */
@media(max-width:560px){.topbar .tleft{display:none}}

/* mobile footer + no-horizontal-scroll fix */
@media(max-width:820px){.foot-grid{grid-template-columns:1fr 1fr;gap:24px}}
@media(max-width:560px){.foot-grid{grid-template-columns:1fr;gap:22px}.foot-bottom{flex-direction:column;align-items:flex-start;text-align:left;gap:10px}.footer p.about{max-width:none}}
html,body{max-width:100%;overflow-x:clip}

/* Brevo embed wrapper (Variant A) */
.jv-brevo{background:#fff;border:1px solid var(--border,#E2E8F0);border-radius:16px;padding:14px;box-shadow:0 10px 30px rgba(16,42,67,.08)}
.jv-brevo iframe{min-height:305px}
.jv-brevo-alt{margin:10px 2px 0;font-size:.85rem;color:var(--stone,#64748b);text-align:center}
.jv-brevo-alt a{color:var(--blue-dark,#1E7BB0);font-weight:700}
.guide-link{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}

@media(max-width:760px){.t-hero .inner{padding:44px 20px}.t-hero h1{font-size:1.9rem;line-height:1.18;max-width:20ch;margin:10px 0 10px}.t-hero .sub{font-size:1rem;margin-bottom:16px}.t-hero .btn{width:100%;justify-content:center}}

.jv-dayacc{--b:#2B9FD9;--o:#F7941D;--ink:#1A1A2E;--soft:#EBF6FC;--cream:#FFF8F0;--line:#e7ecf1;color:var(--ink);font-family:Inter,system-ui,sans-serif;line-height:1.6}
.jv-dayacc .intro{color:#4a5a67;margin:0 0 16px;font-size:16px}
.jv-dayacc .route{font-size:13.5px;color:#1c5878;background:var(--soft);border-radius:10px;padding:9px 14px;margin:0 0 22px;font-weight:500}
.jv-dayacc .metaline{display:grid;gap:5px;background:#f7fafc;border:1px solid var(--line);border-radius:12px;padding:15px 18px;margin:0 0 26px;font-size:14.5px;color:#33454f}
.jv-dayacc .metaline .big{font-size:16px}
.jv-dayacc .metaline b{color:var(--ink)}
.jv-dayacc .metaline .tag{display:inline-block;background:var(--o);color:#fff;font-weight:600;font-size:12px;padding:3px 10px;border-radius:999px;margin-bottom:2px}
.jv-dayacc .itin{border-top:1px solid var(--line)}
.jv-dayacc details.day-acc{border-bottom:1px solid var(--line)}
.jv-dayacc details.day-acc>summary{list-style:none;cursor:pointer;display:flex;gap:15px;align-items:flex-start;padding:17px 2px}
.jv-dayacc details.day-acc>summary::-webkit-details-marker{display:none}
.jv-dayacc details.day-acc>summary:hover h3{color:var(--b)}
.jv-dayacc .num{flex:0 0 auto;width:46px;height:46px;border-radius:12px;background:var(--soft);color:var(--b);font-weight:700;font-size:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}
.jv-dayacc .num span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#7c93a5;font-weight:600;margin-top:2px}
.jv-dayacc .sum-txt{flex:1 1 auto;min-width:0}
.jv-dayacc .daycat{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--b);margin-bottom:3px}
.jv-dayacc .daycat svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.jv-dayacc .daycat.rest{color:#8a6d3b}
.jv-dayacc .sum-txt h3{margin:2px 0 4px;font-size:18px;font-family:'Playfair Display',serif;font-weight:600;transition:.15s}
.jv-dayacc .sum-txt .day-short{margin:0;color:#5a6b78;font-size:15px}
.jv-dayacc .plus{flex:0 0 auto;width:30px;height:30px;border-radius:50%;border:1.5px solid var(--b);color:var(--b);display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;margin-top:8px;transition:.2s}
.jv-dayacc details.day-acc[open]>summary .plus{background:var(--b);color:#fff;transform:rotate(45deg)}
.jv-dayacc .day-full{padding:2px 6px 24px 76px}
.jv-dayacc .day-full p{margin:0 0 14px}
.jv-dayacc .day-photo{margin:0 0 16px;border-radius:12px;overflow:hidden;background:#e9eef2}
.jv-dayacc .day-photo img{display:block;width:100%;height:290px;object-fit:cover;object-position:center}
.jv-dayacc .day-photo.small{max-width:280px;margin:2px 0 16px}
.jv-dayacc .day-photo.small img{height:200px}
.jv-dayacc .day-hi{margin:14px 0 16px;padding:0;list-style:none}
.jv-dayacc .day-hi li{position:relative;padding-left:22px;margin-bottom:7px}
.jv-dayacc .day-hi li::before{content:"";position:absolute;left:0;top:9px;width:7px;height:7px;border-radius:50%;background:var(--o)}
.jv-dayacc .facts{background:var(--cream);border:1px solid #f0e4d3;border-radius:12px;padding:14px 16px;font-size:14.5px;display:grid;gap:7px}
.jv-dayacc .facts .row{display:flex;gap:10px}
.jv-dayacc .facts .k{color:#8a7a63;min-width:120px;font-weight:600;flex:0 0 auto}
.jv-dayacc .bonus{display:inline-block;background:#eafaf0;color:#1f7a44;border:1px solid #bfe9cf;font-size:13px;font-weight:600;padding:4px 11px;border-radius:999px;margin:2px 0 4px}
.jv-dayacc .note-line{color:#5a6b78;font-size:14.5px;margin-top:22px;font-style:italic}
@media(max-width:560px){.jv-dayacc .day-photo img{height:200px}.jv-dayacc .day-full{padding-left:12px}}

.jv-stay{margin:22px 0 4px}
.jv-stay-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.jv-stay-grid figure{margin:0}
.jv-stay-grid img{width:100%;height:100%;object-fit:cover;border-radius:14px;display:block;box-shadow:0 10px 26px rgba(16,42,67,.12)}
.jv-stay-grid .big{grid-column:span 2;grid-row:span 2}
.jv-stay-grid .big img{aspect-ratio:3/4}
.jv-stay-grid .sm img{aspect-ratio:1/1}
.jv-stay-cap{font-size:.9rem;color:#64748B;margin:12px 2px 0;line-height:1.5}
@media(max-width:640px){.jv-stay-grid{grid-template-columns:repeat(2,1fr)}.jv-stay-grid .big{grid-column:span 2;grid-row:auto}.jv-stay-grid .big img{aspect-ratio:4/3}}

.lp-ask{background:#fff;border-top:1px solid var(--border);padding:52px 28px;scroll-margin-top:96px}
.lp-ask .in{max-width:680px;margin:0 auto}
.lp-ask h2{font-size:clamp(1.6rem,3vw,2.1rem);margin-bottom:10px}
.lp-ask .sub{font-size:1rem;color:var(--ink-muted,#445);line-height:1.6;margin-bottom:22px}
.ask-form{background:var(--cream,#FFF8F0);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}
.ask-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ask-form label{display:block;font-size:.82rem;color:var(--ink);font-weight:600;margin:0 0 6px}
.ask-form .opt{font-weight:400;color:var(--stone,#94A3B8)}
.ask-form input,.ask-form textarea{width:100%;padding:12px 16px;border:1.5px solid var(--border);border-radius:11px;font-family:var(--font-b);font-size:.95rem;margin-bottom:14px;background:#fff}
.ask-form textarea{resize:vertical;min-height:104px}
.ask-form input:focus,.ask-form textarea:focus{outline:none;border-color:var(--blue)}
.ask-form .btn{width:100%;justify-content:center}
.ask-form .privacy{margin:12px 0 0;font-size:.78rem;line-height:1.5;color:var(--stone,#6B7280)}
.ask-form .privacy a{color:var(--blue);text-decoration:underline}
.ask-form .alt{margin:10px 0 0;font-size:.84rem;color:var(--stone,#6B7280)}
.ask-form .alt a{color:var(--blue-dark,#1F7FB0);font-weight:700}
@media(max-width:760px){
  .lp-ask{padding:40px 18px}
  .ask-form{padding:20px}
  .ask-form .row{grid-template-columns:1fr;gap:0}
}
