/** Shopify CDN: Minification failed

Line 531:3 Unexpected "="
Line 575:3 Unexpected "="

**/
/* ============================================================
   PEDAL GUILD â€” Design System
   Navy + Electric Yellow + Warm Sand. Archivo / Hanken Grotesk.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@600;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

:root{
  /* color */
  --navy:#16314E;
  --navy-700:#1E4A63;
  --ink:#0E2438;
  --yellow:#F4D23B;
  --yellow-600:#E7BE22;
  --sand:#F6F1E6;
  --cream:#FBF8F1;
  --white:#ffffff;
  --teal:#1F8E8A;
  --muted:#5C6B79;
  --line:rgba(22,49,78,.12);
  --line-strong:rgba(22,49,78,.2);

  /* primary CTA â€” swappable via .cta-navy on body */
  --cta-bg:var(--yellow);
  --cta-fg:var(--navy);
  --cta-bg-hover:var(--yellow-600);

  /* type */
  --display:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;
  --body:'Hanken Grotesk','Zen Kaku Gothic New',system-ui,sans-serif;

  /* spacing */
  --container:1200px;
  --gutter:clamp(20px,4vw,40px);
  --section:clamp(64px,9vw,120px);

  /* radius + shadow */
  --r-card:16px;
  --r-btn:11px;
  --shadow-sm:0 1px 2px rgba(14,36,56,.06),0 6px 16px -10px rgba(14,36,56,.18);
  --shadow:0 18px 44px -26px rgba(14,36,56,.42),0 2px 6px -2px rgba(14,36,56,.10);
}

.cta-navy{ --cta-bg:var(--navy); --cta-fg:#fff; --cta-bg-hover:var(--navy-700); }

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--sand); color:var(--ink);
  font-family:var(--body); font-size:17px; line-height:1.6;
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility;
}
img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
button{font-family:inherit; cursor:pointer}

/* ---------- layout ---------- */
.wrap{max-width:var(--container); margin-inline:auto; padding-inline:var(--gutter)}
.section{padding-block:var(--section)}
.section--tight{padding-block:clamp(48px,6vw,80px)}

/* ---------- type ---------- */
.display{
  font-family:var(--display); font-weight:900; line-height:.96;
  letter-spacing:-.01em; text-transform:uppercase;
  font-size:clamp(2.5rem,6vw,4.7rem); margin:0;
}
.h2{
  font-family:var(--display) ; font-weight:800; line-height:1.02 !important;
  letter-spacing:-.005em; text-transform:uppercase;color:#0E2438 !important;
  font-size:48px !important; margin:0;
}
.h3{font-family:var(--display); font-weight:700; font-size:1.3rem; line-height:1.2; margin:0; letter-spacing:-.01em}
.eyebrow{
  font-family:var(--display); font-weight:600; text-transform:uppercase;
  letter-spacing:.16em; font-size:.78rem; color:var(--teal); margin:0;
  display:inline-flex; align-items:center; gap:.55em;
}
.lead{font-size:clamp(1.05rem,1.6vw,1.3rem); color:var(--muted); line-height:1.5; margin:0}
.muted{color:var(--muted)}
p{margin:0 0 1rem}
p:last-child{margin-bottom:0}

/* bolt motif */
.bolt{width:1em; height:1em; fill:var(--yellow); flex:none}
.bolt--ink{fill:var(--navy)}
.rule{display:flex; align-items:center; gap:.6rem; color:var(--teal)}
.rule::before{content:""; width:34px; height:2px; background:currentColor; display:block; border-radius:2px}

/* section header block */
.shead{display:flex; flex-direction:column; gap:14px; max-width:60ch}
.shead .sub{margin-top:2px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex; align-items:center; gap:.55em; justify-content:center;
  font-family:var(--body); font-weight:700; font-size:.92rem;
  letter-spacing:.04em; text-transform:uppercase;
  padding:15px 26px; border-radius:var(--r-btn); border:2px solid transparent;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease, color .15s; line-height:1;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--cta-bg); color:var(--cta-fg); box-shadow:var(--shadow-sm)}
.btn-primary:hover{background:var(--cta-bg-hover); transform:translateY(-2px); box-shadow:var(--shadow)}
.btn-navy{background:var(--navy); color:#fff}
.btn-navy:hover{background:var(--navy-700); transform:translateY(-2px)}
.btn-outline{background:transparent; border-color:var(--navy); color:var(--navy)}
.btn-outline:hover{background:var(--navy); color:#fff}
.btn-outline-light{background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.6); color:#fff; backdrop-filter:blur(4px)}
.btn-outline-light:hover{background:#fff; color:var(--navy); border-color:#fff}
.btn-white{background:#fff; color:var(--navy)}
.btn-white:hover{transform:translateY(-2px); box-shadow:var(--shadow)}
.tlink{
  display:inline-flex; align-items:center; gap:.45em; font-weight:600;
  color:var(--navy); border-bottom:2px solid var(--yellow); padding-bottom:2px; width:fit-content;
  transition:gap .15s;
}
.tlink:hover{gap:.75em}
.tlink .arr{transition:transform .15s} .tlink:hover .arr{transform:translateX(3px)}

/* stars */
.stars{color:var(--yellow); letter-spacing:.12em; font-size:.95em}

/* ---------- header ---------- */
.site-header{
  position:sticky; top:0; z-index:60; background:rgba(251,248,241,.86);
  backdrop-filter:saturate(1.2) blur(10px); border-bottom:1px solid var(--line);
}

.citysw {display: flex; gap: 2px;border: 1px solid var(--line-strong); border-radius: 999px; overflow: hidden; font-family: var(--body); font-weight: 700; font-size: .74rem; flex: none;}
.citysw a.on { background: var(--navy); color: #fff;}
.citysw a { padding: 6px 13px; color: var(--muted);}
.m-footer__copyright {  width: 100%; display: flex; justify-content: space-between; padding-top: 10px;}
.m-footer__copyright span {  display: inline-block; font-size: 14px; color: rgba(255,255,255,.7);}
.m-footer--bottom-left { width: 100% !important;}



.tokyo .citysw a.on {
    background: transparent;
    color: #16314e;
}
.tokyo .citysw a:last-child {background:#16314e;color:#fff;}




.nav{display:flex; align-items:center; gap:28px; height:74px}
.nav__logo img{height:26px; width:auto}
.nav__links{display:flex; gap:24px; margin-left:8px}
.nav__links a{font-weight:600; font-size:.95rem; color:var(--navy); padding:6px 0; position:relative}
.nav__links a::after{content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0; background:var(--yellow); transition:width .18s}
.nav__links a:hover::after{width:100%}
.nav__right{margin-left:auto; display:flex; align-items:center; gap:18px}
.nav__icons{display:flex; gap:16px; align-items:center}
.icon-btn{display:grid; place-items:center; color:var(--navy); background:none; border:none; position:relative; padding:4px}
.icon-btn svg{width:21px; height:21px}
.cart-count{position:absolute; top:-4px; right:-6px; background:#E0533B; color:#fff; font-size:.62rem; font-weight:700; min-width:16px; height:16px; border-radius:9px; display:grid; place-items:center; padding:0 3px}
.lang{display:flex; flex:none; border:1px solid var(--line-strong); border-radius:999px; overflow:hidden; font-size:.74rem; font-weight:600}
.lang button{padding:5px 10px; background:none; border:none; color:var(--muted); white-space:nowrap}
.lang button.on{background:var(--navy); color:#fff}

/* ---------- hero ---------- */
.hero{position:relative; min-height:min(88vh,820px); display:flex; align-items:center; overflow:hidden}
.hero__bg{position:absolute; inset:0}
.hero__bg img{width:100%; height:100%; object-fit:cover}
.hero__scrim{position:absolute; inset:0;
  background:linear-gradient(95deg, rgba(11,28,46,.82) 0%, rgba(11,28,46,.55) 34%, rgba(11,28,46,.12) 60%, rgba(11,28,46,0) 80%);}
.hero__inner{position:relative; padding:40px var(--gutter); width:100%}
.hero__content{max-width:760px; color:#fff}
.hero__title{max-width:none}
.hero__sub{font-family:var(--body); font-weight:500; font-size:clamp(1.1rem,1.7vw,1.45rem); color:rgba(255,255,255,.92); margin:20px 0 0; max-width:32ch; line-height:1.4}
.finalcta__cta{margin-top:34px}
.hero h1{color:#fff; margin:18px 0 0}
.hero .eyebrow{color:#fff}
.hero .eyebrow .stars{color:var(--yellow)}
.hero__actions{display:flex; flex-wrap:wrap; gap:14px; margin-top:34px}
.trustbar{background:var(--ink); color:rgba(255,255,255,.82)}
.trustbar .wrap{display:flex; justify-content:center; gap:10px; padding-block:16px; font-size:.86rem; font-weight:500; text-align:center; flex-wrap:wrap; letter-spacing:.01em}
.trustbar b{color:#fff; font-weight:600}

/* ---------- comparison ---------- */
.compare{display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow-sm); margin-top:40px}
.compare__cell{padding:20px 22px; border-bottom:1px solid var(--line); display:flex; align-items:center}
.compare__cell--head{font-family:var(--display); font-weight:800; text-transform:uppercase; font-size:1.05rem; justify-content:center; padding-block:24px; border-bottom:1px solid var(--line)}
.compare__cell--rowhead{font-weight:600}
.compare__cell--val{justify-content:center}
.compare__col-feature{grid-row:1 / span 5}
.compare .hl{background:var(--navy); color:#fff; position:relative}
.compare .hl.compare__cell--head{background:var(--yellow); color:var(--navy); font-size:1.15rem}
.compare__val-yes{color:var(--yellow)}
.compare .hl .compare__val-yes{color:var(--yellow)}
.compare__val-no{color:rgba(22,49,78,.32)}
.ck{width:24px; height:24px}
.section.ebikesection2,#guides-intro,#tours,#reviews-sec,#location-sec ,#faq{background: #f6f1e6;}

/* ---------- split (image + text) ---------- */
.split{display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,72px); align-items:center}
.split--rev .split__media{order:2}
.split__media img{width:100%; border-radius:var(--r-card); box-shadow:var(--shadow); aspect-ratio:4/5; object-fit:cover}
.split__media.media-wide img{aspect-ratio:4/3}
.split__body{display:flex; flex-direction:column; gap:18px}
.callout{background:#fff; border:1px solid var(--line); border-left:4px solid var(--yellow); border-radius:12px; padding:20px 22px}
.callout h4{margin:0 0 6px; font-family:var(--body); font-weight:700; font-size:1.1rem}
.callout p{margin:0; color:var(--muted); font-size:.97rem}
.actions-row{display:flex; align-items:center; gap:24px; flex-wrap:wrap; margin-top:6px}
.checklist{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px}
.checklist li{display:flex; gap:12px; align-items:flex-start; font-weight:500}
.checklist li svg{margin-top:3px}

/* ---------- experience cards ---------- */
.exp-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px}
.exp-card{position:relative; border-radius:var(--r-card); overflow:hidden; aspect-ratio:3/4; box-shadow:var(--shadow); color:#fff; display:flex; flex-direction:column; justify-content:flex-end}
.exp-card img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s}
.exp-card:hover img{transform:scale(1.05)}
.exp-card__scrim{position:absolute; inset:0; background:linear-gradient(to top, rgba(11,24,40,.9) 0%, rgba(11,24,40,.25) 50%, rgba(11,24,40,.05) 100%)}
.exp-card__body{position:relative; padding:24px; display:flex; flex-direction:column; gap:8px}
.exp-card .eyebrow{color:#fff}
.exp-card h3{color:#fff; font-size:1.35rem;font-family:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;margin:15px 0;}
.exp-card p{color:rgba(255,255,255,.82); font-size:.95rem; margin:0}
.exp-card__go{position:absolute; top:16px; right:16px; width:38px; height:38px; border-radius:999px; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.4); display:grid; place-items:center; backdrop-filter:blur(4px)}
.exp-card__go svg{width:16px;height:16px;stroke:#fff}

/* ---------- spots grid ---------- */
.spot-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px}
.spot{background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow-sm); transition:transform .18s, box-shadow .18s}
.spot:hover{transform:translateY(-4px); box-shadow:var(--shadow)}
.spot img{aspect-ratio:4/3; object-fit:cover; width:100%}
.spot__b{padding:18px 20px}
.spot__b h3{font-size:1.12rem;font-family:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;margin:15px 0 20px;}
.spot__b .tag{font-size:.72rem; text-transform:uppercase; letter-spacing:.12em; font-weight:600; color:var(--teal);font-family:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;}
.spot__line{height:3px; width:38px; background:var(--yellow); border-radius:3px; margin-top:12px}

/* ---------- departures ---------- */
.departures{position:relative; overflow:hidden; color:#fff}
.departures__bg{position:absolute; inset:0}
.departures__bg img{width:100%; height:100%; object-fit:cover}
.departures__bg::after{content:""; position:absolute; inset:0; background:linear-gradient(105deg, rgba(11,24,40,.92), rgba(11,24,40,.5) 70%, rgba(11,24,40,.25))}
.departures .wrap{position:relative}
.departures h2{color:#fff; max-width:20ch}
.dep-grid{display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:40px}
.dep-card{background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.22); border-radius:var(--r-card); padding:26px; backdrop-filter:blur(8px)}
.dep-card .when{font-size:.8rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.7)}
.dep-card h3{color:#fff; font-size:1.5rem; margin:8px 0 10px}
.dep-card .who{color:rgba(255,255,255,.82); margin:0 0 14px}
.dep-card .left{display:inline-flex; align-items:center; gap:8px; color:var(--yellow); font-weight:700; font-size:.92rem; margin-bottom:4px}
.dep-card .price{color:rgba(255,255,255,.86); margin:0 0 18px; font-size:.96rem}

/* ---------- tours ---------- */
.price-note{border:1px dashed var(--line-strong); border-radius:12px; padding:20px 24px; margin:28px 0 34px; max-width:900px}
.price-note .eyebrow{color:var(--muted)}
.price-note p{margin:8px 0 0; color:var(--muted)}
.featured{display:grid; grid-template-columns:minmax(0,440px) 1fr; background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow)}
.featured img{width:100%; height:100%; object-fit:cover; aspect-ratio:1/1}
.featured__b{padding:36px; display:flex; flex-direction:column; gap:10px; justify-content:center}
.featured__b .tag{font-size:.72rem; text-transform:uppercase; letter-spacing:.14em; font-weight:700; color:var(--teal)}
.featured__b h3{font-size:1.9rem}
.featured__b .meta{color:var(--muted)}
.featured__b .price{font-size:1.5rem; font-weight:700; margin:6px 0 14px}

.tour-carousel{margin-top:30px}
.tour-track{display:grid; grid-auto-flow:column; grid-auto-columns:calc((100% - 48px)/3); gap:24px; overflow-x:auto; scroll-snap-type:x mandatory; padding-bottom:8px; scrollbar-width:none}
.tour-track::-webkit-scrollbar{display:none}
.tour-card{scroll-snap-align:start; background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow-sm); display:flex; flex-direction:column}
.tour-card img{aspect-ratio:16/10; object-fit:cover}
.tour-card__b{padding:22px; display:flex; flex-direction:column; gap:8px; flex:1}
.tour-card__b h3{font-size:1.25rem}
.tour-card__b .desc{color:var(--muted); font-size:.95rem; margin:0}
.tour-card__b .price{font-weight:700; font-size:1.2rem; margin:2px 0 12px}
.tour-card .btn{margin-top:auto}
.carousel-nav{display:flex; gap:12px; justify-content:center; margin-top:24px}
.cbtn{width:46px; height:46px; border-radius:999px; border:1px solid var(--line-strong); background:#fff; display:grid; place-items:center; color:var(--navy); transition:.15s}
.cbtn:hover{background:var(--navy); color:#fff; border-color:var(--navy)}
.cbtn svg{width:18px;height:18px}

/* ---------- dark personas ---------- */
.dark{background:var(--navy); color:#fff}
.dark h2{color:#fff}
.persona-grid{display:grid; grid-template-columns:1fr 1fr; gap:22px; margin-top:42px}
.persona{display:flex; gap:20px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); border-radius:var(--r-card); padding:18px; align-items:center}
.persona img{width:104px; height:104px; border-radius:12px; object-fit:cover; flex:none}
.persona h3{color:#fff; font-size:1.2rem; margin-bottom:6px}
.persona p{color:rgba(255,255,255,.72); font-size:.94rem; margin:0}

/* ---------- rentals ---------- */
.rental-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:40px}
.rental{background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow-sm); display:flex; flex-direction:column}
.rental__img{position:relative; background:var(--cream)}
.rental__img img{aspect-ratio:1/1; object-fit:cover}
.rental__img .ribbon{position:absolute; left:0; bottom:0; right:0; background:rgba(14,36,56,.82); color:#fff; font-size:.62rem; letter-spacing:.06em; padding:5px 10px}
.rental__b{padding:18px; display:flex; flex-direction:column; gap:10px; flex:1}
.rental__b .name{font-weight:600; font-size:.9rem; line-height:1.35}
.rental__b .price{font-weight:700; font-size:1.15rem}
.rental__b .foot{margin-top:auto; display:flex; align-items:center; justify-content:space-between}
.rental__b .res{font-size:.74rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--navy)}
.rental__b .go{width:38px; height:38px; border-radius:999px; background:var(--cta-bg); color:var(--cta-fg); display:grid; place-items:center}
.rental__b .go svg{width:16px;height:16px}

/* ---------- reviews ---------- */
.bigrate{text-align:center; display:flex; flex-direction:column; align-items:center; gap:8px}
.bigrate .num{font-family:var(--display); font-weight:900; text-transform:uppercase; font-size:clamp(1.8rem,3vw,2.4rem); display:inline-flex; align-items:center; gap:14px}
.review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:42px}
.review{background:#fff; border:1px solid var(--line); border-radius:var(--r-card); padding:26px; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; gap:16px}
.review .rtag{align-self:flex-start; font-size:.68rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--teal); border:1px solid var(--line-strong); border-radius:999px; padding:5px 12px}
.review .quote{font-size:1.15rem; font-weight:500; line-height:1.4; margin:0}
.review .by{color:var(--muted); font-size:.9rem; margin:0}

/* ---------- guides ---------- */
.guide-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:42px}
.guide__img{border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow); aspect-ratio:5/6}
.guide__img img{width:100%; height:100%; object-fit:cover; transition:transform .5s}
.guide:hover .guide__img img{transform:scale(1.05)}
.guide h3{margin:16px 0 4px; font-size:1.2rem;font-family:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;}
.guide p{color:var(--muted); margin:0; font-size:.92rem;font-family:'Archivo','Zen Kaku Gothic New',system-ui,sans-serif;}

/* ---------- map ---------- */
.map-wrap{position:relative; border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow); margin-top:36px; border:1px solid var(--line)}
.map-wrap iframe{width:100%; height:440px; border:0; display:block; filter:saturate(.9)}
.map-card{position:absolute; top:20px; left:20px; background:#fff; border-radius:12px; box-shadow:var(--shadow); padding:18px 20px; max-width:280px}
.map-card h4{margin:0 0 6px; font-size:1.05rem; font-weight:700}
.map-card .addr{font-size:.86rem; color:var(--muted); margin:0 0 10px}
.map-card .mrate{font-size:.84rem; font-weight:600; color:var(--navy)}
.map-card .mrate a{color:var(--teal)}

/* ---------- final CTA ---------- */
.finalcta{background:var(--ink); color:#fff; position:relative; overflow:hidden; text-align:center}
.finalcta__marquee{position:absolute; top:30px; left:0; right:0; font-family:var(--display); font-weight:900; font-size:clamp(3rem,9vw,8rem); text-transform:uppercase; white-space:nowrap; color:transparent; -webkit-text-stroke:1px rgba(255,255,255,.1); opacity:.6; pointer-events:none}
.finalcta .wrap{position:relative; padding-block:clamp(80px,12vw,150px)}
.finalcta h2{color:#fff; margin:14px 0 0; font-size:clamp(2rem,4.5vw,3.6rem)}
.finalcta .pre{color:rgba(255,255,255,.66)}
.bookbar{display:flex; flex-wrap:wrap; gap:10px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); border-radius:16px; padding:12px; margin:36px auto 0; max-width:920px; align-items:center}
.bookfield{flex:1 1 150px; display:flex; align-items:center; gap:10px; background:rgba(255,255,255,.06); border-radius:10px; padding:14px 16px; color:rgba(255,255,255,.6); font-size:.95rem}
.bookfield svg{width:18px;height:18px;opacity:.8}
.bookbar .btn{flex:0 0 auto}
.finalcta .fine{color:rgba(255,255,255,.6); font-size:.86rem; margin-top:20px}
.totop{position:fixed; right:24px; bottom:24px; width:48px; height:48px; border-radius:999px; background:var(--navy); color:#fff; border:none; display:grid; place-items:center; box-shadow:var(--shadow); opacity:0; pointer-events:none; transition:opacity .2s, transform .2s; z-index:50}
.totop.show{opacity:1; pointer-events:auto}
.totop:hover{background:var(--navy-700); transform:translateY(-3px)}

/* ---------- footer ---------- */
.footer{background:#0A1C2E; color:rgba(255,255,255,.7)}
.footer .wrap{display:grid; grid-template-columns:1.6fr 1fr 1fr 1fr; gap:40px; padding-block:64px}
.footer__brand img {
    height: 134px;
    margin-bottom: 18px;
    padding: 10px;
    background: #fff;
    max-width: max-content;
}
.footer__brand p{font-size:.92rem; max-width:34ch}
.footer h5{color:#fff; font-size:.78rem; text-transform:uppercase; letter-spacing:.14em; margin:0 0 16px; font-weight:600}
.footer ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px}
.footer ul a{font-size:.92rem; color:rgba(255,255,255,.7)}
.footer ul a:hover{color:#fff}
.footer__bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer__bottom .wrap{display:flex; justify-content:space-between; padding-block:22px; font-size:.82rem; grid-template-columns:none; gap:14px; flex-wrap:wrap}

/* ---------- accordion ---------- */
.faq{max-width:920px; margin-top:36px; display:flex; flex-direction:column; gap:12px}
.qa{background:#fff; border:1px solid var(--line); border-radius:12px; overflow:hidden}
.qa__q{width:100%; text-align:left; background:none; border:none; padding:20px 22px; font-size:1.05rem; font-weight:600; color:var(--navy); display:flex; justify-content:space-between; align-items:center; gap:16px}
.qa__q .chev{flex:none; transition:transform .2s; color:var(--teal)}
.qa.open .qa__q .chev{transform:rotate(180deg)}
.qa__a{max-height:0; overflow:hidden; transition:max-height .28s ease}
.qa__a p{padding:0 22px 22px; color:var(--muted); margin:0}

/* ---------- CTA tweak toggle (in-page) ---------- */
.cta-toggle{position:fixed; right:20px; bottom:84px; z-index:55; background:#fff; border:1px solid var(--line-strong); border-radius:14px; box-shadow:var(--shadow); padding:12px 14px; display:flex; gap:10px; align-items:center; font-size:.78rem; font-weight:600}
.cta-toggle .lbl{text-transform:uppercase; letter-spacing:.1em; color:var(--muted); font-size:.68rem}
.cta-toggle .sw{width:26px; height:26px; border-radius:8px; border:2px solid transparent; cursor:pointer}
.cta-toggle .sw.on{border-color:var(--navy)}
.cta-toggle .sw-yellow{background:var(--yellow)}
.cta-toggle .sw-navy{background:var(--navy)}




#about-split1,#value-sec,#all-tours,#tourdetial-page { background: #f6f1e6;}
.value h3,.value p {  font-family: 'Hanken Grotesk' !important;}

.footer__brand h4 {
    padding-top: 20px;
    font-size: 17px;
    font-family: sans-serif;
}
.footer__brand img {
    object-fit: contain;
    margin-right: auto;
    display: flex;
    align-items: self-start;
    object-position: 0% 0%;
}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .exp-grid,.spot-grid,.review-grid{grid-template-columns:repeat(2,1fr)}
  .rental-grid,.guide-grid{grid-template-columns:repeat(2,1fr)}
  .featured{grid-template-columns:1fr}
  .featured img{aspect-ratio:16/9}
  .tour-track{grid-auto-columns:calc((100% - 24px)/2)}
  .footer .wrap{grid-template-columns:1fr 1fr}
  .h2 { font-size: 38px !important;}
}
@media (max-width:760px){
  body{font-size:16px}
  .nav__links{display:none}
  .split,.split--rev .split__media{grid-template-columns:1fr; order:initial}
  .split{grid-template-columns:1fr}
  .exp-grid,.spot-grid,.review-grid,.persona-grid,.dep-grid,.rental-grid,.guide-grid{grid-template-columns:1fr}
  .compare{grid-template-columns:1.2fr .9fr .9fr .9fr; font-size:.82rem}
  .compare__cell{padding:14px 12px}
  .tour-track{grid-auto-columns:86%}
  .map-card{position:static; max-width:none; margin:14px}
  .footer .wrap{grid-template-columns:1fr 1fr}
  .finalcta__marquee{display:none}
  .h2 { font-size: 30px !important;}
  .m-footer__copyright { padding-top: 20px; flex-direction: column; gap: 2px;}
  .m-footer--bottom-left {margin-bottom: 0 !important;}
}


/* ============================================================
   SUBPAGES (tours, tour detail, rentals, spots, about)
   ============================================================ */
.pagehero{background:var(--navy); color:#fff; padding:clamp(48px,7vw,86px) 0 clamp(40px,6vw,64px); position:relative; overflow:hidden}
.pagehero::after{content:""; position:absolute; right:-60px; top:-40px; width:300px; height:300px; opacity:.07; background:var(--yellow); -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13.5H11l-1.5 8.5L20 9.5h-6.5z'/%3E%3C/svg%3E") center/contain no-repeat; mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13.5H11l-1.5 8.5L20 9.5h-6.5z'/%3E%3C/svg%3E") center/contain no-repeat}
.pagehero .wrap{position:relative}
.pagehero h1{color:#fff; font-size:clamp(2.4rem,5.5vw,4rem)}
.pagehero .eyebrow{color:var(--yellow)}
.pagehero p{color:rgba(255,255,255,.8); max-width:56ch; margin:16px 0 0; font-size:clamp(1.05rem,1.6vw,1.25rem)}
.crumbs{display:flex; gap:8px; align-items:center; font-size:.82rem; color:rgba(255,255,255,.6); margin-bottom:18px; font-weight:500}
.crumbs a{color:rgba(255,255,255,.8)} .crumbs a:hover{color:#fff} .crumbs span{opacity:.5}

/* filter bar */
.filterbar{display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin:0 0 36px}
.filterbar .flabel{font-size:.74rem; font-weight:700; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); margin-right:4px}
.chip{font-family:var(--body); font-weight:600; font-size:.86rem; padding:9px 16px; border-radius:999px; border:1px solid var(--line-strong); background:#fff; color:var(--navy); transition:.15s}
.chip:hover{border-color:var(--navy)}
.chip.on{background:var(--navy); color:#fff; border-color:var(--navy)}
.result-count{margin-left:auto; font-size:.88rem; color:var(--muted)}

/* tours overview list */
.tour-list{display:grid; grid-template-columns:repeat(3,1fr); gap:26px}
.tcard{background:#fff; border:1px solid var(--line); border-radius:var(--r-card); overflow:hidden; box-shadow:var(--shadow-sm); display:flex; flex-direction:column; transition:transform .18s, box-shadow .18s}
.tcard:hover{transform:translateY(-5px); box-shadow:var(--shadow)}
.tcard__img{position:relative; aspect-ratio:16/11; overflow:hidden}
.tcard__img img{width:100%; height:100%; object-fit:cover; transition:transform .5s}
.tcard:hover .tcard__img img{transform:scale(1.05)}
.tcard__badge{position:absolute; top:14px; left:14px; background:var(--yellow); color:var(--navy); font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; padding:6px 11px; border-radius:999px}
.tcard__fav{position:absolute; top:12px; right:12px; width:36px; height:36px; border-radius:999px; background:rgba(255,255,255,.85); display:grid; place-items:center; color:var(--navy)}
.tcard__fav svg{width:18px;height:18px}
.tcard__b{padding:22px; display:flex; flex-direction:column; gap:10px; flex:1}
.tcard__meta{display:flex; flex-wrap:wrap; gap:14px; color:var(--muted); font-size:.85rem; font-weight:500}
.tcard__meta span{display:inline-flex; align-items:center; gap:6px}
.tcard__meta svg{width:15px;height:15px;color:var(--teal)}
.tcard h3{font-size:1.25rem}
.tcard__desc{color:var(--muted); font-size:.95rem; margin:0}
.tcard__foot{margin-top:auto; display:flex; align-items:center; justify-content:space-between; padding-top:8px; border-top:1px solid var(--line)}
.tcard__price{font-weight:700; font-size:1.15rem}
.tcard__price small{font-weight:500; color:var(--muted); font-size:.8rem}
.tcard__rating{font-size:.84rem; color:var(--muted); display:flex; align-items:center; gap:5px}

/* tour DETAIL */
.detail-grid{display:grid; grid-template-columns:1fr 380px; gap:48px; align-items:start}
.gallery{display:grid; grid-template-columns:2fr 1fr 1fr; grid-template-rows:1fr 1fr; gap:10px; border-radius:var(--r-card); overflow:hidden; margin-bottom:36px}
.gallery img{width:100%; height:100%; object-fit:cover; aspect-ratio:auto}
.gallery .g-main{grid-row:1/3; aspect-ratio:auto; min-height:340px}
.gallery .g-more{position:relative}
.gallery .g-more span{position:absolute; inset:0; background:rgba(14,36,56,.55); color:#fff; display:grid; place-items:center; font-weight:700; font-size:1.1rem}
.detail h1{font-size:clamp(2rem,3.5vw,2.9rem); margin:6px 0 14px}
.detail .meta-row{display:flex; flex-wrap:wrap; gap:22px; color:var(--muted); font-weight:500; margin-bottom:28px; font-size:.95rem}
.detail .meta-row span{display:inline-flex; align-items:center; gap:8px}
.detail .meta-row svg{width:18px;height:18px;color:var(--teal)}
.prose{max-width:62ch}
.prose h2{font-family:var(--display); text-transform:uppercase; font-size:1.5rem; margin:36px 0 14px}
.prose p{color:var(--ink); margin:0 0 14px}
.incl{list-style:none; padding:0; margin:0; display:grid; grid-template-columns:1fr 1fr; gap:12px}
.incl li{display:flex; gap:10px; align-items:flex-start; font-weight:500}
.incl svg{margin-top:3px; flex:none}
.itin{list-style:none; padding:0; margin:0; border-left:2px solid var(--line-strong)}
.itin li{position:relative; padding:0 0 26px 28px}
.itin li::before{content:""; position:absolute; left:-7px; top:3px; width:12px; height:12px; border-radius:999px; background:var(--yellow); border:2px solid var(--navy)}
.itin h4{margin:0 0 4px; font-size:1.05rem; font-weight:700}
.itin p{margin:0; color:var(--muted); font-size:.93rem}
.itin .t{font-size:.74rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--teal)}
.bookbox{position:sticky; top:96px; background:#fff; border:1px solid var(--line); border-radius:var(--r-card); box-shadow:var(--shadow); padding:26px}
.bookbox .price{font-family:var(--display); font-weight:900; font-size:2rem}
.bookbox .price small{font-family:var(--body); font-weight:500; font-size:.9rem; color:var(--muted)}
.bookbox .field{border:1px solid var(--line-strong); border-radius:11px; padding:13px 15px; display:flex; align-items:center; gap:10px; margin-top:12px; color:var(--ink); font-size:.95rem}
.bookbox .field svg{width:18px;height:18px;color:var(--muted)}
.bookbox .btn{width:100%; margin-top:16px}
.bookbox .rea{font-size:.82rem; color:var(--muted); text-align:center; margin:14px 0 0}
.bookbox .trust{display:flex; gap:8px; align-items:center; justify-content:center; margin-top:16px; padding-top:16px; border-top:1px solid var(--line); font-size:.85rem; color:var(--muted)}

/* about */
.about-lead{font-size:clamp(1.3rem,2.4vw,1.9rem); font-weight:500; line-height:1.4; max-width:24ch; font-family:var(--body)}
.stat-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:8px}
.stat{display:flex; flex-direction:column; gap:4px}
.stat .n{font-family:var(--display); font-weight:900; font-size:clamp(2.2rem,4vw,3.2rem); line-height:1; color:var(--navy)}
.stat .l{color:var(--muted); font-size:.95rem; font-weight:500}
.value-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:42px}
.value{background:#fff; border:1px solid var(--line); border-radius:var(--r-card); padding:28px; box-shadow:var(--shadow-sm)}
.value .ic{width:46px; height:46px; border-radius:12px; background:var(--navy); display:grid; place-items:center; margin-bottom:16px}
.value .ic svg{width:24px;height:24px;fill:var(--yellow)}
.value h3{font-size:1.2rem; margin:0 0 8px}
.value p{color:var(--muted); margin:0; font-size:.96rem}
.about-split{display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,5vw,72px); align-items:center}
.about-split img{width:100%; border-radius:var(--r-card); box-shadow:var(--shadow); aspect-ratio:4/3; object-fit:cover}

@media (max-width:1000px){
  .tour-list,.value-grid{grid-template-columns:repeat(2,1fr)}
  .detail-grid{grid-template-columns:1fr} .bookbox{position:static}
  .stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .tour-list,.value-grid,.about-split{grid-template-columns:1fr}
  .gallery{grid-template-columns:1fr 1fr} .gallery .g-main{grid-row:auto; min-height:220px}
}

.nav__links a.navhere{color:var(--navy)}
.nav__links a.navhere::after{width:100%}


/* ============================================================
   BLOG / ARTICLE  /* BLOG */
   ============================================================ */
.article{max-width:760px; margin:0 auto; padding-inline:var(--gutter)}
.article__top{padding:clamp(40px,6vw,72px) 0 0}
.article__cat{display:inline-flex;align-items:center;gap:.5em;font-family:var(--body);font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.74rem;color:var(--teal)}
.article__cat svg{width:1em;height:1em;fill:var(--yellow)}
.article h1.title{font-family:var(--display);font-weight:900;text-transform:uppercase;letter-spacing:-.01em;line-height:1.0;font-size:clamp(2.2rem,5vw,3.6rem);margin:18px 0 0}
.article .dek{font-size:clamp(1.15rem,2vw,1.4rem);color:var(--muted);line-height:1.45;margin:20px 0 0;font-weight:500}
.article__meta{display:flex;align-items:center;gap:14px;margin:28px 0 0;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.article__meta img{width:46px;height:46px;border-radius:999px;object-fit:cover}
.article__meta .who{font-weight:700;font-size:.95rem}
.article__meta .sub{color:var(--muted);font-size:.85rem}
.article__meta .share{margin-left:auto;display:flex;gap:8px}
.article__meta .share button{width:38px;height:38px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:var(--navy);display:grid;place-items:center}
.article__meta .share svg{width:17px;height:17px}
.article__hero{margin:clamp(28px,4vw,44px) 0 0}
.article__hero img{width:100%;border-radius:var(--r-card);box-shadow:var(--shadow);aspect-ratio:16/9;object-fit:cover}
.article__hero figcaption,figure figcaption{color:var(--muted);font-size:.82rem;margin-top:10px;text-align:center}
.article__body{font-size:1.16rem;line-height:1.75;color:var(--ink);margin-top:clamp(28px,4vw,40px)}
.article__body>p{margin:0 0 1.35em}
.article__body p:first-of-type::first-letter{float:left;font-family:var(--display);font-weight:900;font-size:3.6em;line-height:.78;padding:6px 12px 0 0;color:var(--navy)}
.article__body h2{font-family:var(--display);text-transform:uppercase;letter-spacing:-.005em;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.05;margin:1.6em 0 .5em}
.article__body h3{font-family:var(--body);font-weight:700;font-size:1.3rem;margin:1.4em 0 .4em}
.article__body a{color:var(--navy);border-bottom:2px solid var(--yellow)}
.article__body ul,.article__body ol{margin:0 0 1.35em;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.7em}
.article__body ul li{position:relative;padding-left:30px}
.article__body ul li::before{content:"";position:absolute;left:0;top:.55em;width:14px;height:14px;background:var(--yellow);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13.5H11l-1.5 8.5L20 9.5h-6.5z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 2 4.5 13.5H11l-1.5 8.5L20 9.5h-6.5z'/%3E%3C/svg%3E") center/contain no-repeat}
.article__body ol{counter-reset:n}
.article__body ol li{position:relative;padding-left:38px;counter-increment:n}
.article__body ol li::before{content:counter(n);position:absolute;left:0;top:-2px;width:26px;height:26px;border-radius:999px;background:var(--navy);color:#fff;font-family:var(--body);font-weight:700;font-size:.85rem;display:grid;place-items:center}
.pullquote{margin:1.6em 0;padding:6px 0 6px 28px;border-left:4px solid var(--yellow);font-family:var(--display);text-transform:uppercase;font-weight:800;font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.1;color:var(--navy)}
figure{margin:1.8em 0}
figure img{width:100%;border-radius:var(--r-card);box-shadow:var(--shadow)}
.article__tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:36px}
.article__tags a{font-size:.82rem;font-weight:600;color:var(--navy);background:var(--cream);border:1px solid var(--line);padding:7px 14px;border-radius:999px}
.author-box{display:flex;gap:20px;align-items:center;background:var(--cream);border:1px solid var(--line);border-radius:var(--r-card);padding:24px;margin-top:40px}
.author-box img{width:84px;height:84px;border-radius:999px;object-fit:cover;flex:none}
.author-box h4{margin:0 0 4px;font-size:1.15rem;font-weight:700}
.author-box p{margin:0;color:var(--muted);font-size:.95rem}
.related{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}
@media(max-width:760px){.related{grid-template-columns:1fr}.author-box{flex-direction:column;text-align:center}}


/* ============================================================
   RENTAL PRODUCT PAGE  /* RENTAL PRODUCT */
   ============================================================ */
.prod-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(32px,5vw,60px);align-items:start}
.prod-gallery .main{border-radius:var(--r-card);overflow:hidden;box-shadow:var(--shadow);background:var(--cream);position:relative}
.prod-gallery .main img{width:100%;aspect-ratio:4/3;object-fit:cover}
.prod-gallery .main .ribbon{position:absolute;left:0;bottom:0;right:0;background:rgba(14,36,56,.82);color:#fff;font-size:.72rem;letter-spacing:.04em;padding:8px 14px}
.prod-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.prod-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--line);cursor:pointer;background:var(--cream)}
.prod-thumbs img.on{border-color:var(--navy);border-width:2px}
.prod-info h1{font-family:var(--display);font-weight:900;text-transform:uppercase;letter-spacing:-.01em;line-height:1.02;font-size:clamp(1.7rem,3vw,2.4rem);margin:0}
.prod-info .price{font-family:var(--display);font-weight:900;font-size:2rem;margin:18px 0 2px}
.prod-info .tax{color:var(--muted);font-size:.85rem;margin:0}
.prod-info .reserve{width:100%;margin:22px 0 8px}
.prod-feat{margin:22px 0 0}
.prod-feat h4{font-size:.74rem;text-transform:uppercase;letter-spacing:.14em;color:var(--teal);margin:0 0 12px;font-weight:700}
.prod-feat ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.prod-feat li{display:flex;gap:10px;align-items:flex-start;font-size:.97rem}
.prod-feat li svg{margin-top:3px;flex:none}
.insure{border:1px solid var(--line);border-radius:var(--r-card);padding:22px;margin-top:24px;background:var(--cream);text-align:center}
.insure .t{font-weight:700;color:var(--navy);font-size:.95rem}
.insure .t b{color:var(--coral)}
.insure .ic{width:88px;height:64px;margin:14px auto;opacity:.5;background:var(--navy);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='3.2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Ccircle cx='18' cy='18' r='3.2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Cpath d='M6 18 10 9h5l3 9M10 9l-1.5-3' fill='none' stroke='black' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='6' cy='18' r='3.2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Ccircle cx='18' cy='18' r='3.2' fill='none' stroke='black' stroke-width='1.6'/%3E%3Cpath d='M6 18 10 9h5l3 9M10 9l-1.5-3' fill='none' stroke='black' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.insure .opt{display:inline-block;border-top:1px dashed var(--line-strong);padding-top:12px;margin-top:6px;color:var(--navy);font-weight:700;width:100%}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--r-card);padding:22px;box-shadow:var(--shadow-sm);position:relative}
.step__n{font-family:var(--display);font-weight:900;text-transform:uppercase;font-size:1.4rem;color:var(--navy);display:flex;align-items:baseline;gap:6px}
.step__n b{color:var(--yellow);font-size:1.6rem}
.step h4{margin:12px 0 6px;font-size:1.05rem;font-weight:700}
.step p{margin:0;color:var(--muted);font-size:.92rem}
.step .mock{margin-top:14px;display:flex;flex-direction:column;gap:8px}
.mock .sel{border:1px solid var(--line-strong);border-radius:9px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;font-size:.86rem;font-weight:600;color:var(--ink)}
.mock .sel svg{width:14px;height:14px;color:var(--muted)}
.mock .chips{display:flex;gap:8px}
.mock .dchip{flex:1;border:1px solid var(--line-strong);border-radius:9px;padding:9px;text-align:center;font-size:.82rem;font-weight:700;color:var(--navy)}
.mock .btnm{background:var(--yellow);color:var(--navy);border-radius:9px;padding:10px;text-align:center;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.mock .btnd{background:var(--navy);color:#fff;border-radius:9px;padding:10px;text-align:center;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.mock .chk{display:flex;align-items:center;gap:8px;font-size:.84rem;color:var(--ink);font-weight:600}
.mock .chk .box{width:18px;height:18px;border-radius:5px;background:var(--teal);display:grid;place-items:center}
.mock .chk .box svg{width:12px;height:12px;color:#fff}

/* banner */
.banner{position:relative;overflow:hidden;min-height:420px;display:grid;place-items:center}
.banner__bg{position:absolute;inset:0}
.banner__bg img{width:100%;height:100%;object-fit:cover}
.banner__bg::after{content:"";position:absolute;inset:0;background:rgba(14,36,56,.28)}
.banner__card{position:relative;background:rgba(251,248,241,.96);border-radius:var(--r-card);box-shadow:var(--shadow);padding:clamp(28px,4vw,44px);max-width:560px;text-align:center;margin:24px}
.banner__card h2{font-family:var(--display);text-transform:uppercase;font-size:clamp(1.6rem,3vw,2.3rem);margin:0 0 12px}
.banner__card p{color:var(--muted);margin:0 0 22px}

/* rental flow two-column */
.flowcols{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:42px}
.flowcol{background:var(--cream);border:1px solid var(--line);border-radius:var(--r-card);padding:clamp(26px,3vw,40px)}
.flowcol>h3{text-align:center;font-family:var(--display);text-transform:uppercase;font-size:1.4rem;margin:0 0 8px}
.flowcol .ic{width:84px;height:84px;margin:8px auto 26px;color:var(--navy)}
.flowcol .ic svg{width:100%;height:100%}
.flowsteps{list-style:none;margin:0;padding:0;border-left:2px solid var(--line-strong)}
.flowsteps li{position:relative;padding:0 0 22px 26px}
.flowsteps li:last-child{padding-bottom:0}
.flowsteps li::before{content:counter(fs);counter-increment:fs;position:absolute;left:-15px;top:-2px;width:28px;height:28px;border-radius:999px;background:var(--navy);color:#fff;font-family:var(--body);font-weight:700;font-size:.82rem;display:grid;place-items:center}
.flowsteps{counter-reset:fs}
.flowsteps h4{margin:0 0 4px;font-size:1rem;font-weight:700}
.flowsteps p{margin:0;color:var(--muted);font-size:.9rem}
.flowtitle{text-align:center;margin-bottom:8px}
.flowtitle h2{display:inline-block;font-family:var(--display);text-transform:uppercase;font-size:clamp(1.8rem,3.4vw,2.6rem);border-bottom:4px solid var(--yellow);padding-bottom:10px}





.template-product #MainContent {
    padding-bottom: 0 !important;
}
nav.m-breadcrumb {
    background: #16314e;
    color: #fff;
    font-family: 'Zen Kaku Gothic New';
}



.m-main-product {
    margin-top: 0 !important;
    background: #f6f1e6 !important;
    padding: 80px 0;
    margin-bottom:0 !important;
}
.main-product__block .m-product-title {
    line-height: 1.4;
    font-size: 40px !important;
    color: var(--navy) !important;
    font-family: var(--display) !important;
    font-weight: 700 !important;
}


.m-price__regular .m-price-item {
    font-size: 32px !important;
    line-height: 42px;
    font-family: 'Zen Kaku Gothic New';
    color: #16314e;
}


.rental-app-show-button {
    padding: 0px 30px;
}
.m-main-product label.option-label {
    font-size: 24px;
}
.m-product-option--button .m-product-option--node__label {
    border: 1px solid rgb(187 187 187) !important;
}
.m-product-option--button .m-product-option--node__label:hover {
    border-color: rgb(22 49 78) !important;
}
.m-product-option--button .m-product-option--node input:checked+label, .m-product-option--button .m-product-option--node__label[data-selected=true] {
    background-color: rgb(22 49 78) !important;
}

.m-product-form .m-add-to-cart {
    background: var(--cta-bg);
    color: var(--cta-fg);
}


.m-product-form .m-add-to-cart:hover {
    background: #000;
    color: #fff;
}
.m-product-option--content {
    max-height: 260px !important;
    overflow: auto;
}


.m-tab-content__inner p {
    color: #000;
    font-size: 21px;
}



/* =========================================================
   LUXURY PRODUCT DESCRIPTION
   ========================================================= */


/* Tab content wrapper */
.m-product-collapsible .m-tab-content__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Main content */
.m-product-collapsible .rte {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

/* =========================================================
   DESCRIPTION
   ========================================================= */

.m-tab-content--description .rte > div[style] {
  font-size: 24px !important;
  max-width: 900px;
  margin: 0 auto;
}

/* Paragraph spacing */
.m-tab-content--description .rte p {
  margin: 0 0 28px;
}

/* Strong text */
.m-tab-content--description .rte strong {
    color: #111;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.m-product-collapsible .rte p br {
    display: none;
}
/* =========================================================
   FEATURES
   ========================================================= */

/* First feature heading */
.m-tab-content--description .rte p:first-child {
  padding: 30px 35px;
  background: #f7f7f5;
  border-radius: 16px;
  margin-bottom: 28px;
}
.m-tab-content__inner .rte p,.m-tab-content__inner .rte p strong {
    font-size: 18px !important;
    line-height: 29px !important;
}

/* Feature title */
.m-tab-content--description .rte p:first-child strong:first-child {
  display: block;
  font-size: 20px;
  letter-spacing: .08em;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}

/* Feature items */
.m-tab-content--description .rte p:first-child strong:not(:first-child) {
  display: block;
  font-size: 15px;
  line-height: 1.9;
  padding: 5px 0;
}

/* =========================================================
   IMPORTANT INFORMATION
   ========================================================= */

.m-tab-content--description .rte p:nth-child(2) {
  padding: 0 5px;
  color: #555;
  font-size: 14px;
  line-height: 2;
}

.m-tab-content--description .rte p:nth-child(2) strong {
  color: #222;
}

/* =========================================================
   COMPENSATION BOX
   ========================================================= */

.hosyou-op-box {
  position: relative;
  max-width: 760px;
  margin: 45px auto 10px;
  padding: 38px 40px 35px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
}

/* Top accent */
.hosyou-op-box::before {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background: #1d92b5;
  margin: 0 auto 22px;
}

/* Intro text */
.hosyou-op-text1 {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 25px;
}

/* Blue highlighted text */
.hosyou-op-text1 span {
  color: #1d92b5 !important;
  font-weight: 600;
}

/* Compensation image */
.hosyou-op-box img {
  display: block;
  width: 280px !important;
  max-width: 100%;
  height: auto;
  margin: 10px auto 25px;
  border: 0 !important;
  border-radius: 12px;
}

/* Service title */
.hosyou-op-text2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #111;
  margin-bottom: 20px;
}

/* Option button */
.hosyou-op-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 10px 28px;
  border: 1px solid #111;
  border-radius: 50px;
  background: #111;
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: all .3s ease;
}

/* Remove inline blue color */
.hosyou-op-btn a span {
  color: #fff !important;
}

/* Button hover */
.hosyou-op-btn a:hover {
  background: #fff;
  color: #111 !important;
}

.hosyou-op-btn a:hover span {
  color: #111 !important;
}

/* =========================================================
   SHIPPING TAB
   ========================================================= */

.m-tab-content--tab .rte {
  max-width: 850px;
  margin: 0 auto;
  padding: 35px 40px;
  background: #f8f8f6;
  border-radius: 16px;
}

.m-tab-content--tab .rte p {
  margin: 0 0 18px;
}

.m-tab-content--tab .rte p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   REVIEWS
   ========================================================= */

.m-tab-content--reviews .m-product-reviews__wrapper {
  min-height: 100px;
}

/* =========================================================
   TABLET
   ========================================================= */





.m-product-recommendations {
    padding-top: 60px;
    background: #f6f1e6 !important;
}
.m-product-list {
    padding-bottom: 60px;
}
.template-product .container {
    max-width: 1400px;
}

.m-tab-content--description .rte > div[style] {
    max-width: 100% !important;
}

.m-tab-content--description .rte > div[style] {

    background: transparent !important;
    color: #218f8b !important;
}
.m-product-collapsible .rte h3 {
    font-size: 24px !important;
    background: transparent !important;
     color: #218f8b !important;
}


@media(max-width:1000px){.prod-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.steps,.flowcols{grid-template-columns:1fr}}



@media (min-width:992px) {
  .compare__cell--rowhead {
    font-size: 17px;
}
}

@media (max-width:991px) {
  html.js.translated-ltr.prevent-scroll {
    padding: 0;
}
.m-menu-drawer__content {
    justify-content: start !important;
}
.citysw {
    margin: 15px;
    width: max-content;
}
}