@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/a35caa4687f4.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/91c841fdfa8e.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/c15439e7a03a.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/74103fd6d41b.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/cc9fb2539cf2.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/0d85af813fc3.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/7dde307fa887.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/73bc9e17231e.ttf) format('truetype');
}


.pb-site {
  --blue:#2C4086;
  --blue-2:#17336f;
  --blue-3:#0f2759;
  --yellow:#F6DE32;
  --ink:#212529;
  --muted:#687080;
  --green:#304F47;
  --red:#B03517;
  --coral:#FF7F47;
  --line:#e6e9ef;
  --soft:#f5f7fb;
  --white:#fff;
  --radius:22px;
  --shadow:0 18px 48px rgba(20,35,76,.12);
}
.pb-site *{box-sizing:border-box}
.pb-site{scroll-behavior:smooth}
.pb-site{margin:0;color:var(--ink);font-family:"Barlow",system-ui,-apple-system,sans-serif;background:#fff}
.pb-site h1,.pb-site h2,.pb-site h3,.pb-site h4,.pb-site .display{font-family:"Barlow Condensed",sans-serif;margin:0;color:#10214e}
.pb-site p{line-height:1.65}
.pb-site a{color:inherit;text-decoration:none}
.pb-site button,.pb-site input,.pb-site select,.pb-site textarea{font:inherit}
.pb-site img{display:block;max-width:100%}
.pb-site .container{width:min(1180px,calc(100% - 40px));margin:auto}
.pb-site .topline{height:5px;background:var(--yellow)}
.pb-site .header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(18,34,75,.08)}
.pb-site .nav{height:76px;display:flex;align-items:center;gap:26px}
.pb-site .logo{width:100px;height:32px;object-fit:contain;flex:0 0 auto}
.pb-site .navlinks{display:flex;gap:24px;margin-left:auto;align-items:center}
.pb-site .navlinks a{font-size:14px;font-weight:600;color:#243150;position:relative;padding:28px 0}
.pb-site .navlinks a.active::after{content:"";position:absolute;height:3px;left:0;right:0;bottom:18px;background:var(--yellow);border-radius:3px}
.pb-site .lang{font-size:13px;color:var(--muted);border-left:1px solid var(--line);padding-left:18px}
.pb-site .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:999px;padding:14px 22px;font-weight:700;cursor:pointer;transition:.2s transform,.2s box-shadow,.2s background}
.pb-site .btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(44,64,134,.18)}
.pb-site .btn-yellow{background:var(--yellow);color:#14204a}
.pb-site .btn-blue{background:var(--blue);color:#fff}
.pb-site .btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}
.pb-site .btn-soft{background:#fff;color:var(--blue);border:1px solid #d8dff1}
.pb-site .menuBtn{display:none;margin-left:auto;border:0;background:none;font-size:28px;color:var(--blue)}
.pb-site main{min-height:70vh}
.pb-site .page{display:none}
.pb-site .page.active{display:block}
.pb-site .hero{position:relative;min-height:650px;display:flex;align-items:center;color:#fff;background-size:cover;background-position:center;overflow:hidden}
.pb-site .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,39,89,.83) 0%,rgba(15,39,89,.63) 42%,rgba(15,39,89,.1) 80%)}
.pb-site .hero .container{position:relative;z-index:1}
.pb-site .hero-copy{width:min(650px,100%)}
.pb-site .eyebrow{font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--coral);margin-bottom:12px}
.pb-site .hero .eyebrow{color:#fff;opacity:.9}
.pb-site .hero h1{font-size:clamp(48px,7vw,78px);line-height:.98;color:#fff;max-width:780px}
.pb-site .hero h1 span{color:var(--yellow)}
.pb-site .hero p{font-size:19px;max-width:610px;margin:22px 0 28px;color:rgba(255,255,255,.94)}
.pb-site .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.pb-site .handnote{position:absolute;right:7%;top:18%;font-family:"Barlow Condensed";font-weight:700;font-size:24px;line-height:1.05;color:var(--yellow);transform:rotate(-7deg);max-width:200px;text-align:center}
.pb-site .trustbar{background:var(--blue);color:#fff}
.pb-site .trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.pb-site .trustitem{padding:22px;display:flex;gap:13px;align-items:center;border-right:1px solid rgba(255,255,255,.15)}
.pb-site .trustitem:last-child{border-right:0}
.pb-site .ico{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);font-size:20px;flex:0 0 auto}
.pb-site .trustitem strong{display:block;font-family:"Barlow Condensed";font-size:15px}
.pb-site .trustitem small{opacity:.75}
.pb-site .section{padding:82px 0}
.pb-site .section.soft{background:var(--soft)}
.pb-site .section.dark{background:var(--blue-3);color:#fff}
.pb-site .section.dark h2,.pb-site .section.dark h3{color:#fff}
.pb-site .section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}
.pb-site .section-head h2{font-size:clamp(34px,4vw,50px);line-height:1.05}
.pb-site .section-head p{max-width:520px;margin:0;color:var(--muted)}
.pb-site .section.dark .section-head p{color:rgba(255,255,255,.7)}
.pb-site .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pb-site .card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s;box-shadow:0 6px 20px rgba(20,35,76,.04)}
.pb-site .card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.pb-site .card-img{height:205px;object-fit:cover;width:100%}
.pb-site .card-body{padding:20px}
.pb-site .badge{display:inline-flex;padding:7px 11px;border-radius:99px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#fff1ec;color:var(--red);margin-bottom:9px}
.pb-site .card h3{font-size:21px;margin-bottom:8px}
.pb-site .meta{display:flex;gap:12px;flex-wrap:wrap;color:#667089;font-size:13px;margin:10px 0}
.pb-site .price{font-weight:700;color:#1a2f68;margin-top:12px}
.pb-site .card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:18px}
.pb-site .link{font-weight:700;color:var(--blue);cursor:pointer}
.pb-site .link:hover{text-decoration:underline}
.pb-site .split{display:grid;grid-template-columns:1fr 1fr;min-height:560px}
.pb-site .split-image{background-size:cover;background-position:center;min-height:520px}
.pb-site .split-copy{display:flex;align-items:center;padding:64px max(40px,calc((100vw - 1180px)/2)) 64px 60px}
.pb-site .split-copy .inner{max-width:530px}
.pb-site .split-copy h2{font-size:48px;line-height:1.05}
.pb-site .pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}
.pb-site .pillar{border-top:3px solid var(--yellow);padding-top:16px}
.pb-site .pillar h4{font-size:18px;margin:0 0 6px}
.pb-site .icon-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pb-site .feature{padding:24px;border-radius:18px;background:#fff;border:1px solid var(--line)}
.pb-site .feature .bigicon{font-size:30px;color:var(--blue);margin-bottom:12px}
.pb-site .feature h3{font-size:18px;margin-bottom:6px}
.pb-site .feature p{color:var(--muted);margin:0;font-size:14px}
.pb-site .reviewgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pb-site .review{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff}
.pb-site .review p{margin:0 0 18px}
.pb-site .review strong{color:var(--blue)}
.pb-site .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;position:relative}
.pb-site .step{position:relative}
.pb-site .stepnum{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-weight:700;margin-bottom:16px}
.pb-site .step h3{font-size:18px}
.pb-site .step p{margin:6px 0;color:var(--muted);font-size:14px}
.pb-site .cta{min-height:360px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;color:#fff}
.pb-site .cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,39,89,.9),rgba(15,39,89,.32))}
.pb-site .cta .container{position:relative;z-index:1}
.pb-site .cta h2{font-size:52px;color:#fff;max-width:650px;line-height:1.05}
.pb-site .cta p{max-width:600px;font-size:18px}
.pb-site .footer{background:#0c2250;color:#fff;padding:52px 0 26px}
.pb-site .footgrid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}
.pb-site .footer h4{color:#fff;margin:0 0 16px}
.pb-site .footer a{display:block;color:rgba(255,255,255,.75);font-size:14px;margin:9px 0}
.pb-site .footer p{color:rgba(255,255,255,.65);font-size:14px}
.pb-site .footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:22px;display:flex;justify-content:space-between;color:rgba(255,255,255,.55);font-size:13px}
.pb-site .page-hero{min-height:370px;background-size:cover;background-position:center;position:relative;display:flex;align-items:end;color:#fff}
.pb-site .page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,34,80,.85),rgba(12,34,80,.25))}
.pb-site .page-hero .container{position:relative;z-index:1;padding-bottom:54px}
.pb-site .page-hero h1{font-size:60px;color:#fff}
.pb-site .page-hero p{max-width:650px;font-size:18px}
.pb-site .filters{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;gap:12px;background:#fff;padding:18px;border:1px solid var(--line);border-radius:18px;margin-top:-36px;position:relative;z-index:4;box-shadow:var(--shadow)}
.pb-site .field{display:flex;flex-direction:column;gap:6px}
.pb-site .field label{font-size:12px;font-weight:700;color:#64708b;text-transform:uppercase}
.pb-site .field input,.pb-site .field select,.pb-site .field textarea{width:100%;border:1px solid #dfe4ef;border-radius:12px;padding:13px 14px;background:#fff;color:#243150;outline:none}
.pb-site .field input:focus,.pb-site .field select:focus,.pb-site .field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(44,64,134,.08)}
.pb-site .tourgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pb-site .tour-card .card-img{height:230px}
.pb-site .custom-card{background:var(--green);color:#fff;border-radius:18px;padding:34px;display:flex;flex-direction:column;justify-content:center;min-height:100%}
.pb-site .custom-card h3{color:#fff;font-size:31px}
.pb-site .detail-wrap{padding:60px 0}
.pb-site .detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:46px}
.pb-site .gallery-main{height:520px;border-radius:22px;object-fit:cover;width:100%}
.pb-site .thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.pb-site .thumbs img{height:90px;width:100%;object-fit:cover;border-radius:12px;cursor:pointer;border:2px solid transparent}
.pb-site .thumbs img.active{border-color:var(--yellow)}
.pb-site .booking{position:sticky;top:105px;border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff;box-shadow:var(--shadow);height:max-content}
.pb-site .booking h1{font-size:38px;line-height:1.05}
.pb-site .booking .bigprice{font-family:"Barlow Condensed";font-size:34px;font-weight:700;color:var(--blue);margin:20px 0}
.pb-site .tabs{display:flex;gap:8px;overflow:auto;border-bottom:1px solid var(--line);margin:34px 0 24px}
.pb-site .tab{padding:14px 16px;border:none;background:none;font-weight:700;color:#6e7890;cursor:pointer;border-bottom:3px solid transparent}
.pb-site .tab.active{color:var(--blue);border-bottom-color:var(--yellow)}
.pb-site .tabpane{display:none}
.pb-site .tabpane.active{display:block}
.pb-site .checklist{display:grid;gap:10px;padding:0;list-style:none}
.pb-site .checklist li::before{content:"✓";color:var(--green);font-weight:700;margin-right:10px}
.pb-site .destgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.pb-site .destcard{position:relative;border-radius:22px;overflow:hidden;min-height:360px;background-size:cover;background-position:center;color:#fff}
.pb-site .destcard::before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,25,57,.78),rgba(8,25,57,.08))}
.pb-site .destcard .content{position:absolute;left:28px;right:28px;bottom:26px;z-index:1}
.pb-site .destcard h3{color:#fff;font-size:31px}
.pb-site .statgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pb-site .stat{background:#fff;border:1px solid var(--line);padding:26px;border-radius:18px;text-align:center}
.pb-site .stat b{display:block;font-family:"Barlow Condensed";font-size:40px;color:var(--blue)}
.pb-site .teamgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pb-site .person{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.pb-site .person img{height:260px;width:100%;object-fit:cover}
.pb-site .person .body{padding:18px}
.pb-site .bloggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pb-site .article{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}
.pb-site .article img{height:230px;width:100%;object-fit:cover}
.pb-site .article .body{padding:20px}
.pb-site .contactgrid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px}
.pb-site .contactitem{display:flex;gap:14px;margin:22px 0}
.pb-site .contactitem .round{width:42px;height:42px;border-radius:50%;background:#eef2ff;color:var(--blue);display:grid;place-items:center}
.pb-site .formcard{background:#fff;border:1px solid var(--line);padding:28px;border-radius:22px;box-shadow:var(--shadow)}
.pb-site .formgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pb-site .full{grid-column:1/-1}
.pb-site .whatsapp{position:fixed;right:24px;bottom:24px;z-index:90;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:#fff;font-size:25px;box-shadow:0 12px 28px rgba(0,0,0,.22);cursor:pointer}
.pb-site .toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,120px);background:#10214e;color:#fff;padding:14px 20px;border-radius:999px;z-index:200;transition:.3s;box-shadow:var(--shadow)}
.pb-site .toast.show{transform:translate(-50%,0)}
.pb-site .modal{position:fixed;inset:0;background:rgba(7,20,46,.62);display:none;place-items:center;z-index:300;padding:20px}
.pb-site .modal.show{display:grid}
.pb-site .modal-card{background:#fff;width:min(560px,100%);border-radius:22px;padding:28px;position:relative}
.pb-site .close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:28px;cursor:pointer;color:#60708d}
.pb-site .note{background:#fff8ca;border:1px solid #f1df58;padding:16px;border-radius:14px;font-size:14px}
@media(max-width:980px){
  .pb-site .navlinks{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:12px 24px 26px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .pb-site .navlinks.open{display:flex}
  .pb-site .navlinks a{padding:10px 0}
  .pb-site .menuBtn{display:block}
  .pb-site .lang,.pb-site .nav>.btn{display:none}
  .pb-site .trustgrid,.pb-site .cards,.pb-site .icon-features,.pb-site .steps,.pb-site .statgrid,.pb-site .teamgrid{grid-template-columns:repeat(2,1fr)}
  .pb-site .tourgrid,.pb-site .reviewgrid,.pb-site .bloggrid{grid-template-columns:repeat(2,1fr)}
  .pb-site .split,.pb-site .detail-grid,.pb-site .contactgrid{grid-template-columns:1fr}
  .pb-site .split-image{order:-1}
  .pb-site .split-copy{padding:50px 30px}
  .pb-site .booking{position:static}
  .pb-site .filters{grid-template-columns:1fr 1fr;margin-top:20px}
  .pb-site .footgrid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .pb-site .container{width:min(100% - 28px,1180px)}
  .pb-site .hero{min-height:620px;background-position:62% center}
  .pb-site .hero::before{background:linear-gradient(0deg,rgba(15,39,89,.88),rgba(15,39,89,.45))}
  .pb-site .hero h1{font-size:49px}
  .pb-site .handnote{display:none}
  .pb-site .trustgrid,.pb-site .cards,.pb-site .icon-features,.pb-site .steps,.pb-site .statgrid,.pb-site .teamgrid,.pb-site .tourgrid,.pb-site .reviewgrid,.pb-site .bloggrid,.pb-site .destgrid,.pb-site .formgrid,.pb-site .filters{grid-template-columns:1fr}
  .pb-site .section{padding:60px 0}
  .pb-site .section-head{align-items:flex-start;flex-direction:column}
  .pb-site .page-hero h1{font-size:44px}
  .pb-site .gallery-main{height:350px}
  .pb-site .split-copy h2{font-size:39px}
  .pb-site .pillars{grid-template-columns:1fr}
  .pb-site .cta h2{font-size:39px}
  .pb-site .footgrid{grid-template-columns:1fr}
  .pb-site .footer-bottom{flex-direction:column;gap:8px}
}

/* --- Peru Bike premium studio refinement --- */
.pb-site{
  --blue:#2C4086;
  --blue-2:#203673;
  --blue-3:#13285f;
  --yellow:#F6DE32;
  --ink:#182038;
  --muted:#626a78;
  --green:#294b43;
  --red:#9d341c;
  --coral:#c95431;
  --line:#dfe2e7;
  --soft:#f3f2ed;
  --white:#fff;
  --radius:8px;
  --shadow:0 20px 55px rgba(21,35,75,.12);
  --ease:cubic-bezier(.2,.75,.25,1);
}
.pb-site *{scrollbar-width:thin;scrollbar-color:var(--blue) #eef0f4}
.pb-site{background:#fff;color:var(--ink);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
.pb-site.modal-open{overflow:hidden}
.pb-site ::selection{background:var(--yellow);color:var(--blue-3)}
.pb-site a,.pb-site button,.pb-site input,.pb-site select,.pb-site textarea{-webkit-tap-highlight-color:transparent}
.pb-site button:focus-visible,.pb-site a:focus-visible,.pb-site input:focus-visible,.pb-site select:focus-visible,.pb-site textarea:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}
.pb-site .container{width:min(1240px,calc(100% - 64px))}
.pb-site .topline{height:3px;background:var(--yellow)}
.pb-site .header{background:rgba(255,255,255,.97);border-bottom:1px solid rgba(24,32,56,.1);backdrop-filter:blur(18px);transition:box-shadow .35s var(--ease)}
.pb-site .header.scrolled{box-shadow:0 12px 34px rgba(23,38,78,.09)}
.pb-site .nav{height:86px;gap:30px}
.pb-site .logo{width:116px;height:38px}
.pb-site .navlinks{gap:28px}
.pb-site .navlinks a{padding:32px 0 30px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#33405d;transition:color .25s ease}
.pb-site .navlinks a:hover,.pb-site .navlinks a.active{color:var(--blue)}
.pb-site .navlinks a.active::after{height:2px;bottom:23px;background:var(--yellow);border-radius:0}
.pb-site .lang{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.pb-site .menuBtn{width:46px;height:46px;padding:0;border:1px solid var(--line);border-radius:50%;font-size:0;position:relative}
.pb-site .menuBtn::before,.pb-site .menuBtn::after{content:"";position:absolute;left:13px;right:13px;height:1.5px;background:var(--blue);transition:.25s var(--ease)}
.pb-site .menuBtn::before{top:17px}.pb-site .menuBtn::after{bottom:17px}
.pb-site .menuBtn[aria-expanded="true"]::before{transform:translateY(5px) rotate(45deg)}
.pb-site .menuBtn[aria-expanded="true"]::after{transform:translateY(-5px) rotate(-45deg)}
.pb-site .btn{min-height:48px;border-radius:4px;padding:14px 21px;font-size:12px;line-height:1;letter-spacing:.075em;text-transform:uppercase;box-shadow:none;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background-color .3s ease,color .3s ease,border-color .3s ease}
.pb-site .btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(24,38,80,.15)}
.pb-site .btn-yellow:hover{background:#ffe94b}
.pb-site .btn-blue:hover{background:var(--blue-3)}
.pb-site .btn-outline{border-color:rgba(255,255,255,.55)}
.pb-site .btn-outline:hover{background:#fff;color:var(--blue);border-color:#fff}
.pb-site .btn-soft{border-color:#d3d8e3;border-radius:4px}
.pb-site .page.active{animation:pageIn .55s var(--ease) both}
@keyframes pageIn{from{opacity:.35}to{opacity:1}}
.pb-site .hero{min-height:clamp(680px,82vh,880px);align-items:flex-end;background-position:center 46%}
.pb-site .hero::before{background:rgba(9,25,62,.52)}
.pb-site .hero .container{padding-bottom:clamp(72px,10vh,116px)}
.pb-site .hero-copy{width:min(820px,85%)}
.pb-site .eyebrow{margin-bottom:18px;color:var(--coral);font-size:11px;letter-spacing:.18em;line-height:1.3}
.pb-site .hero .eyebrow{display:inline-flex;align-items:center;gap:12px;color:#fff;opacity:1}
.pb-site .hero .eyebrow::before{content:"";width:34px;height:2px;background:var(--yellow)}
.pb-site .hero h1{max-width:900px;font-size:clamp(54px,7.6vw,104px);line-height:.93;letter-spacing:-.045em;text-wrap:balance}
.pb-site .hero h1 span{display:block;color:var(--yellow)}
.pb-site .hero p{max-width:660px;margin:28px 0 34px;font-size:clamp(17px,1.6vw,21px);line-height:1.55}
.pb-site .hero-actions{gap:14px}
.pb-site .handnote{right:6%;top:auto;bottom:94px;max-width:170px;padding-top:14px;border-top:2px solid var(--yellow);font-size:17px;letter-spacing:.02em;transform:none;text-align:left}
.pb-site .trustbar{background:#fff;color:var(--ink);border-bottom:1px solid var(--line)}
.pb-site .trustgrid{grid-template-columns:repeat(4,1fr)}
.pb-site .trustitem{min-height:112px;padding:25px 28px;border-right:1px solid var(--line)}
.pb-site .trustitem .ico{width:12px;height:12px;border:0;background:var(--yellow);font-size:0}
.pb-site .trustitem strong{font-size:14px;color:var(--blue);letter-spacing:-.01em}
.pb-site .trustitem small{display:block;margin-top:2px;color:var(--muted);opacity:1}
.pb-site .section{padding:clamp(82px,9vw,128px) 0}
.pb-site .section.soft{background:var(--soft)}
.pb-site .section-head{align-items:flex-end;margin-bottom:52px}
.pb-site .section-head>div:first-child{max-width:720px}
.pb-site .section-head h2{font-size:clamp(38px,4.5vw,62px);line-height:1;letter-spacing:-.035em;text-wrap:balance}
.pb-site .section-head p{max-width:460px;font-size:16px;line-height:1.7}
.pb-site .cards{grid-template-columns:repeat(12,1fr);gap:30px 22px}
.pb-site .cards>.card{grid-column:span 3}
.pb-site .card{border:0;border-radius:0;overflow:visible;box-shadow:none;cursor:pointer;background:transparent}
.pb-site .card:hover{transform:none;box-shadow:none}
.pb-site .card-img{height:clamp(240px,26vw,360px);border-radius:4px;filter:saturate(.9);transition:transform .65s var(--ease),filter .45s ease}
.pb-site .card:hover .card-img{transform:translateY(-6px);filter:saturate(1.04)}
.pb-site .card-body{padding:22px 2px 0}
.pb-site .badge{margin-bottom:12px;padding:0;border-radius:0;background:transparent;color:var(--coral);font-size:10px;letter-spacing:.14em}
.pb-site .card h3{font-size:24px;line-height:1.1}
.pb-site .card p{margin:10px 0 0;color:var(--muted);font-size:14px}
.pb-site .meta{gap:8px 16px;margin:12px 0;color:#6c7380;font-size:12px}
.pb-site .meta span{position:relative}
.pb-site .meta span+span::before{content:"";position:absolute;left:-9px;top:50%;width:3px;height:3px;border-radius:50%;background:#aeb4bf}
.pb-site .price{font-size:13px;color:var(--blue)}
.pb-site .card-foot{padding-top:15px;border-top:1px solid var(--line)}
.pb-site .link{font-size:12px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none}
.pb-site .link:hover{text-decoration:none;color:var(--coral)}
.pb-site .split{grid-template-columns:1.03fr .97fr;min-height:680px}
.pb-site .split-image{min-height:620px}
.pb-site .split-copy{padding:84px max(54px,calc((100vw - 1240px)/2)) 84px 6vw}
.pb-site .split-copy .inner{max-width:590px}
.pb-site .split-copy h2{font-size:clamp(42px,4.6vw,66px);line-height:1;letter-spacing:-.04em}
.pb-site .split-copy p{color:var(--muted)}
.pb-site .pillars{gap:28px;margin-top:42px}
.pb-site .pillar{padding-top:18px;border-top:2px solid var(--yellow)}
.pb-site .pillar h4{font-size:16px}
.pb-site .pillar p{font-size:13px;line-height:1.55}
.pb-site .icon-features{gap:36px}
.pb-site .feature{padding:26px 0 0;border:0;border-top:1px solid #bcc3cf;border-radius:0;background:transparent}
.pb-site .feature .bigicon{height:7px;margin-bottom:28px;font-size:0;color:transparent}
.pb-site .feature .bigicon::after{content:"";display:block;width:42px;height:4px;background:var(--yellow)}
.pb-site .feature h3{font-size:20px}
.pb-site .feature p{font-size:14px}
.pb-site .reviewgrid{gap:0;border-top:1px solid #cfd2d6;border-bottom:1px solid #cfd2d6}
.pb-site .review{min-height:280px;padding:36px 40px;border:0;border-right:1px solid #cfd2d6;border-radius:0;background:transparent}
.pb-site .review:last-child{border-right:0}
.pb-site .review-index{display:block;margin-bottom:46px;color:var(--coral);font:700 12px "Barlow Condensed",sans-serif;letter-spacing:.14em}
.pb-site .review h3{font-size:24px}
.pb-site .review p{margin-top:12px;color:var(--muted);font-size:15px}
.pb-site .steps{gap:0;border-top:1px solid var(--line)}
.pb-site .step{padding:34px 32px 0 0}
.pb-site .step::after{content:"";position:absolute;left:0;top:-2px;width:25%;height:3px;background:var(--yellow)}
.pb-site .stepnum{width:auto;height:auto;display:block;margin-bottom:28px;border-radius:0;background:transparent;color:var(--blue);font:700 12px "Barlow Condensed",sans-serif;letter-spacing:.14em}
.pb-site .step h3{font-size:20px}.pb-site .step p{font-size:14px}
.pb-site .cta{min-height:480px;background-position:center 44%}
.pb-site .cta::before{background:rgba(9,25,62,.63)}
.pb-site .cta h2{max-width:760px;font-size:clamp(44px,5.5vw,72px);letter-spacing:-.04em}
.pb-site .cta p{margin:22px 0 30px}
.pb-site .page-hero{min-height:500px;align-items:flex-end;background-position:center 44%}
.pb-site .page-hero::before{background:rgba(9,25,62,.58)}
.pb-site .page-hero .container{padding-bottom:68px}
.pb-site .page-hero h1{font-size:clamp(52px,7vw,86px);line-height:.95;letter-spacing:-.045em}
.pb-site .page-hero p{max-width:680px;margin-bottom:0;font-size:18px}
.pb-site .filters{grid-template-columns:1.5fr 1fr 1fr auto;gap:18px;margin-top:-34px;padding:24px;border:0;border-radius:4px;box-shadow:0 16px 50px rgba(20,35,76,.14)}
.pb-site .field{gap:8px}
.pb-site .field label{font-size:10px;letter-spacing:.12em}
.pb-site .field input,.pb-site .field select,.pb-site .field textarea{border:1px solid #d4d9e1;border-radius:3px;padding:14px 15px;background:#fbfbfa}
.pb-site .field input:hover,.pb-site .field select:hover,.pb-site .field textarea:hover{border-color:#aeb8cc}
.pb-site .tourgrid{grid-template-columns:repeat(3,1fr);gap:54px 26px}
.pb-site .tour-card .card-img{height:320px}
.pb-site .custom-card{min-height:460px;padding:42px;border-radius:4px;background:var(--blue-3)}
.pb-site .custom-card h3{font-size:34px;line-height:1.05}
.pb-site .detail-wrap{padding:64px 0 110px;background:#fbfbfa}
.pb-site .detail-grid{grid-template-columns:minmax(0,1.3fr) minmax(330px,.7fr);gap:64px}
.pb-site .gallery-main{height:min(62vw,650px);border-radius:4px}
.pb-site .thumbs{gap:12px;margin-top:12px}
.pb-site .thumbs img{height:106px;border:0;border-radius:3px;opacity:.72;transition:opacity .25s ease,transform .25s var(--ease)}
.pb-site .thumbs img:hover,.pb-site .thumbs img.active{opacity:1;transform:translateY(-2px)}
.pb-site .thumbs img.active{box-shadow:inset 0 -4px var(--yellow)}
.pb-site .booking{top:116px;padding:34px;border:0;border-top:5px solid var(--yellow);border-radius:4px;box-shadow:0 22px 60px rgba(20,35,76,.12)}
.pb-site .booking h1{font-size:44px;letter-spacing:-.035em}
.pb-site .booking .bigprice{font-size:30px}
.pb-site .note{padding:18px;border:0;border-left:3px solid var(--yellow);border-radius:0;background:#faf7df}
.pb-site .tabs{position:sticky;top:86px;z-index:5;gap:20px;margin:48px 0 30px;background:#fbfbfa}
.pb-site .tab{padding:16px 0;border-bottom-width:2px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.pb-site .tabpane h2{font-size:30px}.pb-site .tabpane p{color:var(--muted)}
.pb-site .destgrid{grid-template-columns:repeat(12,1fr);gap:24px}
.pb-site .destcard{grid-column:span 7;min-height:520px;border-radius:4px;transition:transform .55s var(--ease)}
.pb-site .destcard:nth-child(4n+2),.pb-site .destcard:nth-child(4n+3){grid-column:span 5}
.pb-site .destcard:hover{transform:translateY(-5px)}
.pb-site .destcard::before{background:rgba(7,22,54,.5)}
.pb-site .destcard .content{left:38px;right:38px;bottom:36px}
.pb-site .destcard h3{font-size:42px}.pb-site .destcard p{max-width:440px}
.pb-site .statgrid{gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.pb-site .stat{padding:34px 24px;border:0;border-right:1px solid var(--line);border-radius:0}
.pb-site .stat:last-child{border-right:0}.pb-site .stat b{font-size:38px}.pb-site .stat span{font-size:13px;color:var(--muted)}
.pb-site .teamgrid{gap:24px}
.pb-site .person{border:0;border-radius:0;background:transparent}
.pb-site .person img{height:360px;border-radius:4px;filter:saturate(.88)}
.pb-site .person .body{padding:22px 0 0;border-top:0}
.pb-site .person .body h3{font-size:21px}.pb-site .person .body p{color:var(--muted);font-size:14px}
.pb-site .bloggrid{grid-template-columns:repeat(12,1fr);gap:28px}
.pb-site .article{grid-column:span 4;border:0;border-radius:0;background:transparent}
.pb-site .article:first-child{grid-column:span 6}.pb-site .article:nth-child(2){grid-column:span 6}
.pb-site .article img{height:320px;border-radius:4px;filter:saturate(.9);transition:transform .55s var(--ease)}
.pb-site .article:first-child img,.pb-site .article:nth-child(2) img{height:420px}
.pb-site .article:hover img{transform:translateY(-5px)}
.pb-site .article .body{padding:22px 0 0}.pb-site .article .body h3{font-size:23px;line-height:1.15}.pb-site .article p{color:var(--muted)}
.pb-site .contactgrid{grid-template-columns:.85fr 1.15fr;gap:8vw;align-items:start}
.pb-site .contactgrid>div:first-child{position:sticky;top:132px}
.pb-site .contactitem{padding:18px 0;margin:0;border-top:1px solid #d3d4d0}
.pb-site .contactitem .round{width:12px;height:12px;margin-top:7px;border-radius:50%;background:var(--yellow);font-size:0}
.pb-site .formcard{padding:42px;border:0;border-radius:4px;box-shadow:0 20px 60px rgba(20,35,76,.1)}
.pb-site .footer{padding:74px 0 28px;background:#102458}
.pb-site .footgrid{grid-template-columns:1.8fr 1fr 1fr 1.1fr;gap:58px}
.pb-site .footer h4{font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.pb-site .footer a{transition:color .25s ease,transform .25s var(--ease)}.pb-site .footer a:hover{color:#fff;transform:translateX(3px)}
.pb-site .footer-bottom{margin-top:54px;padding-top:24px}
.pb-site .whatsapp{right:26px;bottom:26px;width:54px;height:54px;border:2px solid #fff;font-size:0;box-shadow:0 12px 28px rgba(0,0,0,.2);transition:transform .3s var(--ease)}
.pb-site .whatsapp::after{content:"WA";font:700 11px "Barlow",sans-serif;letter-spacing:.05em}
.pb-site .whatsapp:hover{transform:translateY(-4px)}
.pb-site .toast{bottom:32px;border-radius:4px;font-size:14px}
.pb-site .modal{background:rgba(7,18,43,.72);backdrop-filter:blur(8px)}
.pb-site .modal-card{padding:38px;border-radius:4px;box-shadow:0 26px 80px rgba(0,0,0,.28);animation:modalIn .35s var(--ease) both}
@keyframes modalIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
.pb-site .reveal{opacity:0;transform:translateY(22px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.pb-site .reveal.in-view{opacity:1;transform:none}
.pb-site .scroll-progress{position:fixed;left:0;top:0;z-index:400;width:0;height:3px;background:var(--yellow);pointer-events:none}
@media(max-width:1100px){
  .pb-site .navlinks{gap:18px}.pb-site .navlinks a{font-size:11px}.pb-site .nav>.btn{display:none}
  .pb-site .cards>.card{grid-column:span 6}.pb-site .tourgrid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:980px){
  .pb-site .container{width:min(100% - 44px,1240px)}
  .pb-site .nav{height:76px}.pb-site .navlinks{top:76px;padding:18px 30px 34px;border-bottom:1px solid var(--line);box-shadow:0 22px 45px rgba(20,35,76,.12)}
  .pb-site .navlinks a{width:100%;padding:13px 0;font-size:13px}.pb-site .navlinks a.active::after{left:auto;right:0;bottom:50%;width:32px}
  .pb-site .hero{min-height:720px}.pb-site .hero-copy{width:92%}.pb-site .handnote{display:none}
  .pb-site .trustgrid{grid-template-columns:repeat(2,1fr)}.pb-site .trustitem:nth-child(2){border-right:0}.pb-site .trustitem:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .pb-site .split{grid-template-columns:1fr}.pb-site .split-copy{padding:72px 44px}.pb-site .split-image{min-height:520px}
  .pb-site .detail-grid,.pb-site .contactgrid{grid-template-columns:1fr}.pb-site .booking,.pb-site .contactgrid>div:first-child{position:static}
  .pb-site .filters{grid-template-columns:1fr 1fr;margin-top:22px}.pb-site .destcard,.pb-site .destcard:nth-child(n){grid-column:span 6}
  .pb-site .teamgrid{grid-template-columns:repeat(2,1fr)}.pb-site .person img{height:420px}
  .pb-site .tabs{top:76px}.pb-site .footgrid{grid-template-columns:1.4fr 1fr 1fr}
}
@media(max-width:680px){
  .pb-site .container{width:min(100% - 28px,1240px)}
  .pb-site .nav{height:70px}.pb-site .logo{width:104px}.pb-site .navlinks{top:70px}
  .pb-site .hero{min-height:680px;background-position:58% center}.pb-site .hero .container{padding-bottom:62px}.pb-site .hero-copy{width:100%}
  .pb-site .hero h1{font-size:52px}.pb-site .hero p{font-size:16px}.pb-site .hero-actions{align-items:stretch;flex-direction:column}.pb-site .hero-actions .btn{width:100%}
  .pb-site .trustitem{min-height:128px;padding:22px 14px;align-items:flex-start;flex-direction:column;gap:10px}.pb-site .trustitem .ico{width:9px;height:9px}
  .pb-site .section{padding:76px 0}.pb-site .section-head{align-items:flex-start;margin-bottom:36px}.pb-site .section-head h2{font-size:40px}
  .pb-site .cards{gap:46px}.pb-site .cards>.card{grid-column:span 12}.pb-site .card-img,.pb-site .tour-card .card-img{height:360px}
  .pb-site .split-copy{padding:64px 28px}.pb-site .split-copy h2{font-size:42px}.pb-site .split-image{min-height:430px}.pb-site .pillars{grid-template-columns:1fr}
  .pb-site .icon-features{grid-template-columns:1fr;gap:34px}.pb-site .reviewgrid{grid-template-columns:1fr}.pb-site .review{min-height:0;padding:30px 0;border-right:0;border-bottom:1px solid #cfd2d6}.pb-site .review:last-child{border-bottom:0}.pb-site .review-index{margin-bottom:22px}
  .pb-site .steps{grid-template-columns:1fr}.pb-site .step{padding:28px 0;border-bottom:1px solid var(--line)}
  .pb-site .page-hero{min-height:430px}.pb-site .page-hero .container{padding-bottom:46px}.pb-site .page-hero h1{font-size:52px}.pb-site .page-hero p{font-size:16px}
  .pb-site .filters{grid-template-columns:1fr;padding:20px}.pb-site .tourgrid{grid-template-columns:1fr;gap:48px}
  .pb-site .detail-wrap{padding:34px 0 80px}.pb-site .gallery-main{height:420px}.pb-site .thumbs img{height:78px}.pb-site .detail-grid{gap:34px}.pb-site .booking{padding:26px}.pb-site .booking h1{font-size:38px}
  .pb-site .tabs{top:70px;gap:18px}.pb-site .tab{font-size:11px}
  .pb-site .destgrid{display:grid;grid-template-columns:1fr}.pb-site .destcard,.pb-site .destcard:nth-child(n){grid-column:auto;min-height:440px}.pb-site .destcard .content{left:24px;right:24px;bottom:24px}
  .pb-site .statgrid{grid-template-columns:repeat(2,1fr)}.pb-site .stat:nth-child(2){border-right:0}.pb-site .stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .pb-site .teamgrid{grid-template-columns:1fr}.pb-site .person img{height:440px}
  .pb-site .bloggrid{grid-template-columns:1fr}.pb-site .article,.pb-site .article:first-child,.pb-site .article:nth-child(2){grid-column:auto}.pb-site .article img,.pb-site .article:first-child img,.pb-site .article:nth-child(2) img{height:330px}
  .pb-site .formcard{padding:28px 22px}.pb-site .formgrid{grid-template-columns:1fr}.pb-site .contactgrid{gap:48px}.pb-site .contactgrid .display{font-size:42px!important}
  .pb-site .cta{min-height:430px}.pb-site .cta h2{font-size:42px}
  .pb-site .footgrid{grid-template-columns:1fr;gap:32px}.pb-site .footer-bottom{flex-direction:column;gap:8px}
  .pb-site .whatsapp{right:16px;bottom:16px}.pb-site .modal-card{padding:30px 22px}
}
@media(prefers-reduced-motion:reduce){
  .pb-site{scroll-behavior:auto}.pb-site *,.pb-site *::before,.pb-site *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pb-site .reveal{opacity:1;transform:none}
}



.pb-site .hero{min-height:calc(100svh - 86px);isolation:isolate;align-items:center;background-position:center;}
.pb-site .hero-film{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;opacity:0;transition:opacity 1.2s ease;}
.pb-site .hero.film-ready .hero-film{opacity:1}.pb-site .hero::before{z-index:-1;background:rgba(7,18,40,.40)}
.pb-site .hero .container{padding-top:70px;padding-bottom:120px}.pb-site .hero-copy{width:100%;max-width:950px}.pb-site .hero h1{font-size:clamp(55px,6.8vw,96px);line-height:1.02;max-width:950px;letter-spacing:-.05em}.pb-site .hero p{max-width:570px;font-size:19px}.pb-site .hero .eyebrow{font-size:10px;letter-spacing:.22em}.pb-site .hero-actions .btn{min-height:56px;padding:18px 26px}.pb-site .hero-actions .btn-outline{background:rgba(0,0,0,.12)}
.pb-site .hero-copy>*{animation:heroRise 1.1s cubic-bezier(.2,.7,.3,1) both}.pb-site .hero-copy>h1{animation-delay:.1s}.pb-site .hero-copy>p{animation-delay:.2s}.pb-site .hero-copy>.hero-actions{animation-delay:.3s}@keyframes heroRise{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
.pb-site .film-controls{position:absolute;bottom:30px;left:32px;right:32px;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:white}.pb-site .film-controls button{cursor:pointer;border:1px solid #ffffff70;background:#13285f40;color:white;padding:12px 18px;border-radius:2px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.pb-site .route-picker{background:var(--blue);color:white}.pb-site .route-picker-inner{display:grid;grid-template-columns:1.3fr repeat(3,1fr);align-items:stretch}.pb-site .route-picker-inner>div{padding:32px 26px 32px 0}.pb-site .route-picker .eyebrow{display:block;color:var(--yellow);font-size:9px;margin-bottom:12px}.pb-site .route-picker h2{font-size:22px;line-height:1.25;color:white;max-width:250px}.pb-site .route-picker button{color:white;background:transparent;border:0;border-left:1px solid #ffffff30;padding:32px 24px;text-align:left;cursor:pointer;transition:background .3s ease}.pb-site .route-picker button:hover{background:#ffffff12}.pb-site .route-picker small{display:block;font-size:9px;letter-spacing:.15em;color:#d8ddec;margin-bottom:16px}.pb-site .route-picker strong{display:flex;gap:12px;justify-content:space-between;font-family:Barlow Condensed,sans-serif;font-size:18px}.pb-site .route-picker strong span{color:var(--yellow);transition:transform .3s}.pb-site .route-picker button:hover strong span{transform:translate(4px,-4px)}
.pb-site .cards>.card{position:relative}.pb-site .cards>.card .card-img{height:360px}.pb-site .card:hover h3{color:var(--coral)}.pb-site .hero~.section .section-head{max-width:1100px}.pb-site .btn-yellow{transition:transform .3s,background .3s,box-shadow .3s}.pb-site .btn-yellow:hover{box-shadow:0 8px 0 rgba(44,64,134,.12)}
@media(max-width:980px){.pb-site .route-picker-inner{grid-template-columns:repeat(3,1fr)}.pb-site .route-picker-inner>div{grid-column:1/-1;padding:24px 0}.pb-site .route-picker h2{max-width:none}.pb-site .route-picker button{border-top:1px solid #ffffff30;padding:25px 18px}.pb-site .hero{min-height:calc(100svh - 76px)}}
@media(max-width:680px){.pb-site .hero{min-height:calc(100svh - 70px)}.pb-site .hero .container{padding-top:52px;padding-bottom:110px}.pb-site .hero h1{font-size:clamp(42px,11vw,65px)}.pb-site .hero p{font-size:16px;max-width:350px}.pb-site .film-controls{left:16px;right:16px;bottom:20px;font-size:9px}.pb-site .film-controls button{font-size:9px;padding:10px}.pb-site .route-picker-inner{grid-template-columns:1fr}.pb-site .route-picker button{border-left:0;padding:18px 0}.pb-site .route-picker small{margin-bottom:8px}.pb-site .route-picker strong{font-size:20px}.pb-site .hero-actions{max-width:380px}.pb-site .hero-actions .btn{min-height:49px}.pb-site .cards>.card .card-img{height:340px}}
@media(prefers-reduced-motion:reduce){.pb-site .hero-copy>*{animation:none}.pb-site .hero-film{transition:none}}


/* Adventure typography direction */
.pb-site h1,.pb-site h2,.pb-site h3,.pb-site h4,.pb-site .display{font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:.005em}
.pb-site .hero h1{font-size:clamp(68px,8.2vw,118px);line-height:.91;letter-spacing:-.012em;text-transform:uppercase;max-width:980px}
.pb-site .hero h1 span{margin-top:.07em}
.pb-site .section-head h2,.pb-site .split-copy h2{font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:0}
.pb-site .page-hero h1{font-size:clamp(62px,8vw,108px);letter-spacing:0;text-transform:uppercase}
.pb-site .cta h2{font-size:clamp(50px,6.2vw,84px);line-height:.98;letter-spacing:0}
.pb-site .card h3{font-size:30px;line-height:1.04}.pb-site .booking h1{font-size:54px;letter-spacing:0;line-height:.98}
.pb-site .destcard h3{font-size:52px}.pb-site .article .body h3{font-size:32px}.pb-site .person .body h3{font-size:28px}
.pb-site .feature h3,.pb-site .step h3,.pb-site .review h3{font-size:28px}.pb-site .pillar h4{font-size:24px}
.pb-site .trustitem strong{font-family:'Barlow',sans-serif;font-size:13px;font-weight:600}
.pb-site .route-picker h2{font-size:29px;line-height:1.05}.pb-site .route-picker strong{font-size:25px;font-weight:600;line-height:1.1}
.pb-site .footer h4{font-family:'Barlow',sans-serif}.pb-site .stat b{font-size:46px}
@media(max-width:680px){.pb-site .hero h1{font-size:clamp(51px,13vw,76px);line-height:.94}.pb-site .section-head h2,.pb-site .split-copy h2{font-size:48px}.pb-site .page-hero h1{font-size:64px}.pb-site .cta h2{font-size:50px}.pb-site .booking h1{font-size:46px}.pb-site .contactgrid .display{font-size:50px!important}.pb-site .hero .container{padding-top:48px;padding-bottom:104px}}


/* Barlow: readable body and UI companion to Barlow Condensed headings. */
.pb-site{font-family:'Barlow',system-ui,-apple-system,sans-serif;font-size:17px;line-height:1.65}
.pb-site button,.pb-site input,.pb-site select,.pb-site textarea{font-family:inherit}
.pb-site p{line-height:1.65}
.pb-site .hero p{font-size:21px;line-height:1.5;font-weight:400;max-width:570px}
.pb-site .section-head p,.pb-site .page-hero p{font-size:18px;line-height:1.6}
.pb-site .card p,.pb-site .feature p,.pb-site .step p,.pb-site .person .body p{font-size:16px;line-height:1.55}
.pb-site .review p{font-size:17px;line-height:1.6}
.pb-site .pillar p{font-size:15px;line-height:1.55}
.pb-site .meta,.pb-site .price{font-size:14px}.pb-site .meta{line-height:1.5}
.pb-site .btn{font-size:13px;font-weight:600;letter-spacing:.065em}
.pb-site .navlinks a{font-size:13px;font-weight:600;letter-spacing:.06em}
.pb-site .field label{font-size:12px;font-weight:600;letter-spacing:.08em}
.pb-site .field input,.pb-site .field select,.pb-site .field textarea{font-size:16px;line-height:1.4}
.pb-site .footer p,.pb-site .footer a{font-size:15px;line-height:1.6}
.pb-site .trustitem small{font-size:14px}.pb-site .trustitem strong{font-size:14px}
.pb-site .note{font-size:15px;line-height:1.55}
@media(min-width:981px) and (max-width:1100px){.pb-site .navlinks{gap:16px}.pb-site .navlinks a{font-size:12px}}
@media(max-width:680px){.pb-site .hero p{font-size:18px;line-height:1.5}.pb-site .section-head p,.pb-site .page-hero p{font-size:17px}.pb-site .navlinks a{font-size:15px}.pb-site .trustitem strong{font-size:13px}.pb-site .trustitem small{font-size:13px}.pb-site .meta{font-size:13px}}


/* A stronger adventure rhythm, built with Peru Bike's two core colors. */
.pb-site #page-home .route-picker{background:#F6DE32;color:#2C4086;padding:72px 0 0}
.pb-site #page-home .route-picker-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.pb-site #page-home .route-picker-inner>div{grid-column:1/-1;padding:0 0 58px;display:grid;grid-template-columns:1.8fr 1fr;column-gap:64px;align-items:end}
.pb-site #page-home .route-picker .eyebrow{grid-column:1/-1;color:#2C4086;font-size:12px;margin-bottom:24px}
.pb-site #page-home .route-picker h2{font-size:clamp(62px,7.8vw,112px);line-height:.9;letter-spacing:-.015em;text-transform:uppercase;max-width:none;color:#2C4086}
.pb-site #page-home .route-picker-inner>div>p{font-size:20px;line-height:1.5;max-width:330px;margin:0 0 4px}
.pb-site #page-home .route-picker button{border-left:0;border-top:1px solid #2c408650;border-right:1px solid #2c408650;color:#2C4086;padding:30px 28px 34px}
.pb-site #page-home .route-picker button:first-of-type{padding-left:0}
.pb-site #page-home .route-picker button:last-child{border-right:0}
.pb-site #page-home .route-picker button:hover{background:#2c40860c}
.pb-site #page-home .route-picker small{color:#2C4086;font-size:11px;font-weight:600}
.pb-site #page-home .route-picker strong{font-size:30px}
.pb-site #page-home .route-picker strong span{color:#2C4086}
.pb-site #page-home .trustbar{background:#2C4086;color:white;border:0}
.pb-site #page-home .trustitem{border-color:#ffffff30;min-height:104px}
.pb-site #page-home .trustitem strong{color:white}
.pb-site #page-home .trustitem small{color:#e1e5f3}
.pb-site #page-home .adventure-tours{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px}
.pb-site #page-home .adventure-tours>.card{grid-column:auto;min-width:0}
.pb-site #page-home .adventure-tours>.expedition-feature{grid-column:1/-1;grid-row:1;display:grid;grid-template-columns:1.65fr 1fr;background:#2C4086;color:white;overflow:hidden;border-radius:0}
.pb-site #page-home .expedition-feature .card-img{height:590px;border-radius:0;transform:none;object-fit:cover;transition:filter .4s}
.pb-site #page-home .expedition-feature .card-body{padding:48px;align-self:center}
.pb-site #page-home .expedition-feature .badge{color:#F6DE32;line-height:1.5}
.pb-site #page-home .expedition-feature h3{color:white;font-size:clamp(58px,6vw,88px);line-height:.95;text-transform:uppercase;margin:16px 0 24px}
.pb-site #page-home .expedition-feature .meta,.pb-site #page-home .expedition-feature p{color:#e4e8f5;font-size:17px}
.pb-site #page-home .expedition-feature .card-foot{border-color:#ffffff40;margin-top:30px;padding-top:24px;gap:20px;flex-wrap:wrap}
.pb-site #page-home .expedition-feature .price{color:white;font-size:18px}
.pb-site #page-home .expedition-feature .link{color:#F6DE32;font-size:14px}
.pb-site #page-home .adventure-local{background:#2C4086;grid-template-columns:1fr 1fr;min-height:780px;color:white}
.pb-site #page-home .adventure-local .split-copy{padding:85px 6vw}
.pb-site #page-home .adventure-local .eyebrow{color:#F6DE32}
.pb-site #page-home .adventure-local h2{color:white;font-size:clamp(52px,5.3vw,78px);line-height:.98;text-transform:uppercase}
.pb-site #page-home .adventure-local p{color:#e3e8f7;font-size:18px}
.pb-site #page-home .adventure-local .pillars{grid-template-columns:1fr;gap:16px;margin-top:32px}
.pb-site #page-home .adventure-local .pillar{display:grid;grid-template-columns:110px 1fr;gap:20px;border-top:1px solid #ffffff40;padding-top:16px}
.pb-site #page-home .adventure-local .pillar h4{color:#F6DE32;font-size:24px}
.pb-site #page-home .adventure-local .pillar p{margin:0;font-size:15px}
.pb-site #page-home .adventure-local .split-image{min-height:780px}
.pb-site #page-home .section.soft{background:#F6DE32;color:#2C4086}
.pb-site #page-home .section.soft h2,.pb-site #page-home .section.soft h3,.pb-site #page-home .section.soft .eyebrow,.pb-site #page-home .section.soft p,.pb-site #page-home .section.soft .review-index{color:#2C4086}
.pb-site #page-home .section.soft .reviewgrid,.pb-site #page-home .section.soft .review{border-color:#2c408640}
.pb-site #page-home .section.soft .review-index{font-size:28px;margin-bottom:30px}
.pb-site #page-home>.cta{min-height:650px;background-position:center 45%}
.pb-site #page-home>.cta::before{background:rgba(9,23,52,.63)}
.pb-site #page-home>.cta h2{font-size:clamp(60px,7vw,100px);max-width:950px;text-transform:uppercase}
@media(max-width:980px){.pb-site #page-home .route-picker-inner>div{grid-template-columns:1fr;gap:28px}.pb-site #page-home .route-picker-inner>div>p{max-width:500px}.pb-site #page-home .expedition-feature .card-body{padding:30px}.pb-site #page-home .expedition-feature .card-img{height:530px}.pb-site #page-home .adventure-local{grid-template-columns:1fr}.pb-site #page-home .adventure-local .split-image{min-height:500px;order:0}.pb-site #page-home .adventure-local .split-copy{padding:68px 44px}.pb-site #page-home .adventure-local .inner{max-width:none}}
@media(max-width:680px){.pb-site #page-home .route-picker{padding-top:52px}.pb-site #page-home .route-picker-inner{grid-template-columns:1fr}.pb-site #page-home .route-picker-inner>div{padding-bottom:36px;gap:22px}.pb-site #page-home .route-picker .eyebrow{margin-bottom:0}.pb-site #page-home .route-picker h2{font-size:clamp(48px,13vw,76px)}.pb-site #page-home .route-picker-inner>div>p{font-size:18px}.pb-site #page-home .route-picker button,.pb-site #page-home .route-picker button:first-of-type{border-right:0;padding:23px 0}.pb-site #page-home .route-picker strong{font-size:28px}.pb-site #page-home .adventure-tours{grid-template-columns:1fr}.pb-site #page-home .adventure-tours>.expedition-feature{grid-template-columns:1fr}.pb-site #page-home .expedition-feature .card-img{height:340px}.pb-site #page-home .expedition-feature .card-body{padding:30px 25px 36px}.pb-site #page-home .expedition-feature h3{font-size:62px}.pb-site #page-home .adventure-local .split-copy{padding:60px 24px}.pb-site #page-home .adventure-local h2{font-size:52px}.pb-site #page-home .adventure-local .pillar{grid-template-columns:90px 1fr;gap:12px}.pb-site #page-home .adventure-local .split-image{min-height:420px}.pb-site #page-home>.cta{min-height:580px}.pb-site #page-home>.cta h2{font-size:56px}}


/* Keep the approved color layout; only enhance tour media. */
.pb-site .tour-preview-media{position:relative;overflow:hidden;width:100%;height:320px;border-radius:4px;isolation:isolate;background:#13285f}
.pb-site .tour-preview-media .card-img{height:100%!important;width:100%;object-fit:cover;transform:none!important;transition:filter .35s ease}
.pb-site .cards .tour-preview-media{height:360px}
.pb-site #page-home .expedition-feature .tour-preview-media{height:590px;border-radius:0}
.pb-site .tour-preview-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;z-index:1;transition:opacity .4s ease}
.pb-site .preview-playing .tour-preview-video{opacity:1}
.pb-site .preview-toggle{position:absolute;right:14px;bottom:14px;z-index:3;min-height:42px;border:1px solid #ffffff70;background:#13285fe8;color:#fff;border-radius:3px;padding:10px 13px;cursor:pointer;font-family:Barlow,sans-serif;font-size:13px;letter-spacing:.03em;line-height:1.2}
.pb-site .preview-toggle:hover{background:#2C4086}.pb-site .preview-toggle:focus-visible{outline:3px solid #F6DE32;outline-offset:3px}
.pb-site .preview-playing .preview-toggle{background:#F6DE32;color:#2C4086;border-color:#F6DE32}
.pb-site .preview-disclosure{position:absolute;top:14px;left:14px;z-index:2;color:#fff;background:#13285fe8;padding:6px 9px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;opacity:0;transition:opacity .3s}
.pb-site .preview-playing .preview-disclosure{opacity:1}
.pb-site .hero-film{object-position:65% center}.pb-site .film-controls{gap:20px;z-index:3}.pb-site .film-controls span{max-width:65%;line-height:1.5}
@media(max-width:980px){.pb-site #page-home .expedition-feature .tour-preview-media{height:530px}}
@media(max-width:680px){.pb-site .tour-preview-media,.pb-site .cards .tour-preview-media{height:340px}.pb-site #page-home .expedition-feature .tour-preview-media{height:340px}.pb-site .hero-film{object-position:63% center}.pb-site .preview-toggle{min-height:44px}.pb-site .film-controls span{font-size:9px}}
@media(prefers-reduced-motion:reduce){.pb-site .tour-preview-video,.pb-site .preview-disclosure{transition:none}}


.pb-site #filmToggle,.pb-site .preview-toggle{display:none!important}


.pb-site .filters{grid-template-columns:1.3fr 1fr 1fr 1.2fr auto;align-items:end}
.pb-site .catalog-summary{font-size:15px;color:#626a78;margin:0 0 32px}
.pb-site .catalog-group-heading{grid-column:1/-1;display:flex;justify-content:space-between;gap:24px;align-items:baseline;border-bottom:2px solid #2C4086;padding-bottom:16px;margin:12px 0 0}
.pb-site .catalog-group-heading h2{font-size:42px;line-height:1;color:#2C4086}
.pb-site .catalog-group-heading span{font-size:13px;color:#626a78}.pb-site .catalog-empty{grid-column:1/-1}
@media(max-width:980px){.pb-site .filters{grid-template-columns:1fr 1fr}.pb-site .filters>.btn{grid-column:1/-1}}
@media(max-width:640px){.pb-site .filters{grid-template-columns:1fr}.pb-site .catalog-group-heading h2{font-size:34px}}


.pb-site .cycling-icon{display:inline-block;width:26px;height:26px;flex:0 0 auto;vertical-align:middle}
.pb-site .trustitem .ico{width:36px!important;height:36px!important;background:transparent!important;border:0;border-radius:0;color:var(--yellow);display:grid;place-items:center}
.pb-site .trustitem .ico .cycling-icon{width:32px;height:32px}
.pb-site .feature .bigicon{height:48px;font-size:0;color:var(--blue);margin-bottom:18px}
.pb-site .feature .bigicon::after{display:none}.pb-site .feature .bigicon .cycling-icon{width:42px;height:42px}
.pb-site .pillar h4 .cycling-icon{display:block;width:27px;height:27px;margin-bottom:10px}
.pb-site .meta span{display:inline-flex;align-items:center;gap:6px;line-height:1.5}
.pb-site .meta span+span::before{display:none}.pb-site .meta .cycling-icon{width:17px;height:17px}
.pb-site .terrain-pattern{position:relative;isolation:isolate;overflow:hidden}
.pb-site .terrain-pattern::after{content:"";position:absolute;pointer-events:none;z-index:-1;width:650px;height:100%;min-height:570px;right:-100px;top:0;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22650%22%20height%3D%22570%22%20viewBox%3D%220%200%20650%20570%22%20fill%3D%22none%22%20stroke%3D%22%232C4086%22%20stroke-width%3D%221.4%22%3E%3Cpath%20d%3D%22M-60%20500C80%20380-70%20270%20110%20140S330%20220%20420%2020%20650-50%20740%2080M-40%20530C110%20405-35%20286%20132%20167S350%20245%20444%2046%20675-28%20760%20105M-20%20560C140%20430%200%20302%20154%20194S370%20270%20468%2072%20700-6%20780%20130M0%20590C170%20455%2035%20318%20176%20221S390%20295%20492%2098%20725%2016%20800%20155M20%20620C200%20480%2070%20334%20198%20248S410%20320%20516%20124%20750%2038%20820%20180M40%20650C230%20505%20105%20350%20220%20275S430%20345%20540%20150%20775%2060%20840%20205M60%20680C260%20530%20140%20366%20242%20302S450%20370%20564%20176%20800%2082%20860%20230M80%20710C290%20555%20175%20382%20264%20329S470%20395%20588%20202%20825%20104%20880%20255%22%2F%3E%3Cpath%20d%3D%22M0%2010c85%2010%20100%2080%2050%20125S-30%20170-10%20250M0%2040c55%205%2066%2052%2028%2085S-50%20177-35%20240M340%20570c-15-95%20100-130%20185-105s100-50%20155-100M365%20590c-15-90%2090-121%20168-99s110-49%20161-100M390%20610c-12-85%2080-111%20152-92s120-47%20169-100%22%2F%3E%3C%2Fsvg%3E");background-repeat:repeat-y;opacity:.13}
.pb-site .adventure-local.terrain-pattern::after{right:auto;left:-150px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22650%22%20height%3D%22570%22%20viewBox%3D%220%200%20650%20570%22%20fill%3D%22none%22%20stroke%3D%22%23F6DE32%22%20stroke-width%3D%221.4%22%3E%3Cpath%20d%3D%22M-60%20500C80%20380-70%20270%20110%20140S330%20220%20420%2020%20650-50%20740%2080M-40%20530C110%20405-35%20286%20132%20167S350%20245%20444%2046%20675-28%20760%20105M-20%20560C140%20430%200%20302%20154%20194S370%20270%20468%2072%20700-6%20780%20130M0%20590C170%20455%2035%20318%20176%20221S390%20295%20492%2098%20725%2016%20800%20155M20%20620C200%20480%2070%20334%20198%20248S410%20320%20516%20124%20750%2038%20820%20180M40%20650C230%20505%20105%20350%20220%20275S430%20345%20540%20150%20775%2060%20840%20205M60%20680C260%20530%20140%20366%20242%20302S450%20370%20564%20176%20800%2082%20860%20230M80%20710C290%20555%20175%20382%20264%20329S470%20395%20588%20202%20825%20104%20880%20255%22%2F%3E%3Cpath%20d%3D%22M0%2010c85%2010%20100%2080%2050%20125S-30%20170-10%20250M0%2040c55%205%2066%2052%2028%2085S-50%20177-35%20240M340%20570c-15-95%20100-130%20185-105s100-50%20155-100M365%20590c-15-90%2090-121%20168-99s110-49%20161-100M390%20610c-12-85%2080-111%20152-92s120-47%20169-100%22%2F%3E%3C%2Fsvg%3E");opacity:.09}
.pb-site .route-picker-inner{position:relative;z-index:1}
.pb-site .route-steps{border-top:0;gap:28px}
.pb-site .route-steps::before{content:"";position:absolute;top:27px;left:28px;right:12%;border-top:2px dashed #2c408650}
.pb-site .route-steps .step{padding-top:0}.pb-site .route-steps .step::after{display:none}
.pb-site .route-steps .stepnum{position:relative;background:white;width:56px;height:56px;display:grid;place-items:center;border:1px solid #2c408635;border-radius:50%;margin-bottom:26px}
.pb-site .route-steps .stepnum .cycling-icon{width:28px;height:28px}
.pb-site .route-steps .stepnum span{position:absolute;right:-9px;bottom:-5px;background:var(--yellow);color:var(--blue);font:600 10px Barlow,sans-serif;padding:3px 5px;border-radius:2px;letter-spacing:.03em}
@media(max-width:980px){.pb-site .route-steps::before{display:none}.pb-site .route-steps{gap:32px}.pb-site .terrain-pattern::after{right:-260px}}
@media(max-width:680px){.pb-site .route-steps{gap:0}.pb-site .route-steps .step{padding:0 0 32px 80px;min-height:135px;border-bottom:0}.pb-site .route-steps .stepnum{position:absolute;left:0;top:0}.pb-site .route-steps .step:not(:last-child)::before{content:"";position:absolute;left:27px;top:57px;bottom:0;border-left:2px dashed #2c408650}.pb-site .terrain-pattern::after{opacity:.09}.pb-site .trustitem .ico .cycling-icon{width:28px;height:28px}}
