@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700;800&display=swap');
:root{--ink:#073B4C;--forest:#0E7490;--deep:#0E7490;--gold:#22B8CF;--cream:#22B8CF;--sand:#F3FAFC;--white:#fff;--muted:#5f7075;--radius:28px;--shadow:0 24px 60px rgba(44,159,232,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Manrope',sans-serif;color:var(--ink);background:#F3FAFC}body[dir=rtl]{font-family:Arial,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:absolute;z-index:50;top:0;left:0;right:0;height:110px;padding:18px 34px;display:flex;align-items:center;gap:28px;color:#fff;background:linear-gradient(180deg,rgba(20,72,103,.62),rgba(20,72,103,0))}.brand{display:flex;align-items:center;gap:14px;min-width:310px}.brand-mark{width:66px;height:66px;border:1px solid rgba(255,255,255,.55);border-radius:20px;display:grid;place-items:center;font-family:'Cormorant Garamond',serif;font-size:28px}.brand strong{display:block;font-family:'Cormorant Garamond',serif;font-size:27px;letter-spacing:.02em}.brand small{display:block;font-size:11px;letter-spacing:.24em;margin-top:6px;opacity:.72}.main-nav{display:flex;gap:34px;align-items:center;margin-left:auto;font-weight:600}.main-nav>a{position:relative;padding:12px 0}.main-nav>a:after{content:'';position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}.main-nav>a:hover:after,.main-nav>a.active:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:20px}.lang-switch{display:flex;border:1px solid rgba(255,255,255,.4);border-radius:999px;padding:4px}.lang-switch a{padding:9px 12px;border-radius:999px}.lang-switch a.active{background:#fff;color:var(--ink)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 28px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer;font:inherit;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-gold{background:var(--gold);color:#111}.btn-dark{background:var(--deep);color:#fff}.btn-outline-light{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(255,255,255,.04)}.btn-whatsapp{background:#0E7490;color:white}.btn.full{width:100%;margin-top:12px}.menu-toggle,.mobile-lang,.mobile-book{display:none}.home-hero{position:relative;min-height:100svh;background-image:var(--hero-desktop);background-size:cover;background-position:center;display:flex;align-items:center;color:white;padding:125px 0 190px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,79,114,.82) 0%,rgba(21,79,114,.46) 48%,rgba(21,79,114,.16) 100%),linear-gradient(0deg,rgba(21,79,114,.40),transparent 55%)}.hero-content{position:relative;z-index:2}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.26em;color:#22B8CF;margin:0 0 20px}.eyebrow.dark{color:#0E7490}.hero-content h1,.page-hero h1,.detail-title h1{font-family:'Cormorant Garamond',serif;font-size:clamp(64px,7vw,116px);line-height:.93;max-width:850px;margin:0}.hero-copy{font-size:22px;line-height:1.7;max-width:710px;margin:34px 0}.hero-buttons{display:flex;gap:16px}.booking-bar{position:absolute;z-index:4;left:50%;bottom:26px;transform:translateX(-50%);width:min(1780px,calc(100% - 64px));background:rgba(255,255,255,.97);border-radius:24px;display:grid;grid-template-columns:1.25fr 1fr 1fr .75fr .85fr auto;box-shadow:var(--shadow);overflow:hidden;color:var(--ink)}.booking-bar label{padding:18px 22px;border-right:1px solid #ddd;min-width:0}.booking-bar label span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#7d807d;margin-bottom:7px}.booking-bar input,.booking-bar select{width:100%;border:0;background:transparent;font:inherit;font-weight:600;outline:none;color:var(--ink)}.booking-submit{border:0;background:var(--gold);padding:0 34px;font-weight:800;font-size:17px;cursor:pointer}.section{padding:100px 0}.section-soft{background:var(--cream)}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:start}.intro-grid h2,.section-heading h2,.location-grid h2,.detail-grid h2,.contact-grid h2,.booking-note h2{font-family:'Cormorant Garamond',serif;font-size:clamp(42px,5vw,70px);line-height:1.08;margin:0}.intro-grid>p,.location-grid p,.detail-grid p,.contact-grid p{font-size:19px;line-height:1.8;color:#4e5752}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:42px}.section-heading h2{font-size:54px}.text-link{font-weight:700;border-bottom:1px solid}.experience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}.experience-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 14px 40px rgba(26,33,30,.08)}.experience-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden}.experience-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.experience-card:hover .experience-image img{transform:scale(1.035)}.experience-image span{position:absolute;top:20px;left:20px;background:white;padding:11px 15px;border-radius:999px;font-weight:700}.experience-body{padding:30px}.experience-head{display:flex;justify-content:space-between;gap:20px;align-items:start}.experience-head h2,.experience-head h3{font-family:'Cormorant Garamond',serif;font-size:38px;margin:0}.experience-head strong{font-size:18px;text-align:right}.experience-body>p{font-size:17px;line-height:1.7;color:#5a615d;min-height:58px}.experience-facts{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.experience-facts span,.facts-stack span{background:var(--cream);padding:9px 12px;border-radius:999px;font-size:13px}.card-actions{display:flex;gap:12px}.gallery-preview{display:grid;grid-template-columns:1.25fr .75fr .75fr;grid-template-rows:250px 250px;gap:16px}.gallery-preview a{overflow:hidden;border-radius:24px}.gallery-preview a:first-child{grid-row:1/3}.gallery-preview img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-preview a:hover img{transform:scale(1.03)}.location-section{background:var(--forest);color:#fff}.location-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.location-grid p{color:#F3FAFC}.map-card{height:480px;border-radius:var(--radius);overflow:hidden;background:#F3FAFC}.map-card iframe{width:100%;height:100%;border:0}.map-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--ink);gap:12px;padding:30px}.site-footer{background:var(--deep);color:#d7dfdb;padding:80px 36px 30px}.footer-top{width:min(1280px,100%);margin:auto;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:52px}.footer-top h4{color:#fff;margin:0 0 18px}.footer-top a,.footer-top p{display:block;margin:11px 0;color:#b7c0bc}.footer-brand .brand-mark{margin-bottom:18px}.footer-brand h3{font-family:'Cormorant Garamond',serif;font-size:34px;margin:0}.footer-bottom{width:min(1280px,100%);margin:50px auto 0;border-top:1px solid rgba(255,255,255,.14);padding-top:24px;display:flex;justify-content:space-between;font-size:13px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:30;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#0E7490;color:#fff;font-weight:800;box-shadow:0 14px 30px rgba(0,0,0,.25)}.page-hero{position:relative;min-height:540px;background-image:var(--hero-desktop);background-size:cover;background-position:center;color:#fff;display:flex;align-items:end;padding:150px 0 75px}.page-hero.small{min-height:400px}.page-hero .container{position:relative;z-index:2}.page-hero h1{font-size:82px}.page-hero p:not(.eyebrow){font-size:20px;max-width:700px}.experience-detail-hero{position:relative;height:76vh;min-height:640px;color:#fff;overflow:hidden}.experience-detail-hero>img{width:100%;height:100%;object-fit:cover}.experience-detail-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(18,66,96,.72),rgba(18,66,96,.08) 60%)}.detail-title{position:absolute;z-index:2;left:50%;bottom:65px;transform:translateX(-50%)}.detail-title p:last-child{font-size:20px}.detail-grid{display:grid;grid-template-columns:1fr 380px;gap:80px}.amenity-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0;list-style:none}.amenity-list li{background:var(--cream);padding:14px 18px;border-radius:16px}.booking-card{position:sticky;top:30px;align-self:start;padding:32px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow)}.booking-card>strong{font-family:'Cormorant Garamond',serif;font-size:42px;display:block}.booking-card>span{color:var(--muted)}.facts-stack{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.detail-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.detail-gallery img{width:100%;height:420px;object-fit:cover;border-radius:24px}.masonry-gallery{columns:3 320px;column-gap:18px}.masonry-gallery figure{break-inside:avoid;margin:0 0 18px;background:#fff;border-radius:24px;overflow:hidden}.masonry-gallery img{width:100%}.masonry-gallery figcaption{padding:14px 18px}.location-page,.contact-grid,.booking-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.map-card.large{height:620px}.contact-list{display:grid;gap:10px}.panel-form{background:#fff;padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}.panel-form label{display:block;font-size:13px;font-weight:700;margin-bottom:18px}.panel-form input,.panel-form select,.panel-form textarea{display:block;width:100%;margin-top:8px;border:1px solid #F3FAFC;border-radius:14px;padding:15px 16px;font:inherit;background:#fff}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.span-2{grid-column:span 2}.booking-layout{grid-template-columns:1.35fr .65fr}.booking-note{background:var(--forest);color:#fff;padding:34px;border-radius:var(--radius)}.booking-note h2{font-size:42px}.booking-note li{margin:18px 0;line-height:1.5}.booking-actions{display:flex;gap:12px}.flash{position:fixed;top:120px;left:50%;transform:translateX(-50%);z-index:100;padding:14px 22px;border-radius:14px;box-shadow:var(--shadow);font-weight:700}.flash.success{background:#F3FAFC;color:#245b36}.flash.error{background:#ffe6e0;color:#8c261c}.thank-you{text-align:center;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.thank-you h1{font-family:'Cormorant Garamond',serif;font-size:60px;max-width:900px}.success-icon{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:#C4F7CA;color:#226a43;font-size:42px}.reference-card{padding:24px 40px;background:#fff;border-radius:20px;margin:20px 0 32px;box-shadow:var(--shadow)}.reference-card strong{display:block;font-size:30px}.reference-card span{display:block;margin-top:10px}.reservation-page{min-height:80vh;padding-top:170px}.reservation-page{display:grid;grid-template-columns:1fr 1fr;gap:40px}.reservation-result{grid-column:1/-1;background:#fff;padding:30px;border-radius:24px}.mobile-lang,.mobile-book{display:none}
@media(max-width:1150px){.site-header{padding:16px 22px}.brand{min-width:auto}.brand strong{font-size:23px}.main-nav{gap:18px}.header-actions .btn{display:none}.booking-bar{grid-template-columns:repeat(3,1fr);bottom:18px}.booking-submit{min-height:72px}.home-hero{padding-bottom:260px}.footer-top{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}.experience-grid{gap:22px}}
@media (max-width:820px), (max-device-width:820px){.home-hero,.page-hero{background-image:var(--hero-mobile,var(--hero-desktop));background-position:center}.site-header{height:88px}.brand-mark{width:52px;height:52px;border-radius:15px;font-size:22px}.brand strong{font-size:21px}.brand small{font-size:9px}.menu-toggle{display:block;margin-left:auto;width:46px;height:46px;background:transparent;border:0;position:relative;z-index:102}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px}.header-actions{display:none}.main-nav{position:fixed;inset:0;z-index:100;background:rgba(12,23,20,.98);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s}.menu-open .main-nav{opacity:1;visibility:visible;transform:none}.menu-open{overflow:hidden}.main-nav>a{font-size:24px}.mobile-lang{display:flex;gap:8px;margin-top:12px}.mobile-lang a{padding:10px 14px;border:1px solid rgba(255,255,255,.3);border-radius:999px}.mobile-book{display:flex!important;background:var(--gold);color:#111;padding:15px 28px!important;border-radius:999px}.home-hero{min-height:100svh;padding:110px 0 290px;align-items:flex-start}.hero-content{padding-top:35px}.hero-content h1{font-size:clamp(55px,17vw,78px)}.hero-copy{font-size:17px;margin:24px 0}.hero-buttons{gap:10px}.hero-buttons .btn{min-height:50px;padding:0 22px}.booking-bar{width:calc(100% - 24px);grid-template-columns:1fr 1fr;border-radius:20px}.booking-bar label{padding:12px 14px}.booking-bar label:first-of-type{grid-column:span 2}.booking-bar label:nth-of-type(5){display:none}.booking-submit{grid-column:span 2;min-height:58px}.section{padding:70px 0}.intro-grid,.location-grid,.location-page,.contact-grid,.booking-layout,.detail-grid{grid-template-columns:1fr;gap:38px}.intro-grid h2,.section-heading h2,.location-grid h2{font-size:44px}.experience-grid{grid-template-columns:1fr}.section-heading{align-items:start}.gallery-preview{grid-template-columns:1fr 1fr;grid-template-rows:220px 180px}.gallery-preview a:first-child{grid-column:1/-1;grid-row:auto}.footer-top{grid-template-columns:1fr 1fr}.page-hero{min-height:430px;padding-bottom:55px}.page-hero h1{font-size:62px}.experience-detail-hero{height:70vh;min-height:560px}.detail-title h1{font-size:62px}.detail-grid{padding-top:60px}.booking-card{position:static}.detail-gallery{grid-template-columns:1fr}.detail-gallery img{height:320px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.booking-actions{flex-direction:column}.reservation-page{grid-template-columns:1fr;padding-top:120px}.reservation-result{grid-column:auto}.site-footer{padding:60px 20px 25px}.footer-bottom{flex-direction:column;gap:8px}.map-card.large{height:460px}}
@media (max-width:520px), (max-device-width:520px){.container{width:min(100% - 24px,1180px)}.brand{gap:9px}.brand strong{font-size:18px}.brand small{letter-spacing:.14em}.home-hero{padding-bottom:300px}.hero-content h1{font-size:56px}.hero-copy{line-height:1.5}.booking-bar{bottom:10px}.booking-bar label{padding:10px 12px}.booking-bar label span{font-size:9px}.booking-bar input,.booking-bar select{font-size:13px}.section-heading{display:block}.text-link{display:inline-block;margin-top:18px}.experience-head h2,.experience-head h3{font-size:32px}.experience-head{display:block}.experience-head strong{display:block;text-align:left;margin-top:8px}.card-actions{flex-direction:column}.gallery-preview{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:210px 150px}.footer-top{grid-template-columns:1fr}.thank-you h1{font-size:43px}.page-hero h1{font-size:52px}.amenity-list{grid-template-columns:1fr}}

/* Compact experience cards + booking pair */
.experience-grid{gap:24px;max-width:1080px;margin-left:auto;margin-right:auto}
.experience-card{border-radius:24px}
.experience-image{aspect-ratio:auto;height:255px}
.experience-image span{top:14px;left:14px;padding:9px 13px;font-size:14px}
.experience-body{padding:22px}
.experience-head{gap:14px}
.experience-head h2,.experience-head h3{font-size:30px;line-height:1.08}
.experience-head h2 a,.experience-head h3 a{transition:color .2s}
.experience-head h2 a:hover,.experience-head h3 a:hover{color:#0E7490}
.experience-head strong{font-size:16px;white-space:nowrap}
.experience-body>p{font-size:15px;line-height:1.55;min-height:0;margin:14px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.experience-facts{gap:8px;margin:14px 0 18px}
.experience-facts span{padding:7px 10px;font-size:12px}
.experience-card .card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.experience-card .card-actions .btn{min-height:46px;padding:0 16px;font-size:14px}
.experience-card .btn-whatsapp{background:#0E7490;color:#fff}

/* Clean editorial gallery: photos only, no caption cards */
.masonry-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:dense;grid-auto-rows:105px;gap:18px;columns:auto}
.masonry-gallery figure{margin:0;min-height:0;background:transparent;border-radius:24px;overflow:hidden;box-shadow:none;break-inside:auto}
.masonry-gallery figure:nth-child(8n+1),.masonry-gallery figure:nth-child(8n+4){grid-row:span 5}
.masonry-gallery figure:nth-child(8n+2),.masonry-gallery figure:nth-child(8n+5),.masonry-gallery figure:nth-child(8n+7){grid-row:span 3}
.masonry-gallery figure:nth-child(8n+3),.masonry-gallery figure:nth-child(8n+6),.masonry-gallery figure:nth-child(8n+8){grid-row:span 4}
.masonry-gallery a{display:block;width:100%;height:100%;overflow:hidden}
.masonry-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.masonry-gallery figure:hover img{transform:scale(1.035);filter:saturate(1.04)}
.masonry-gallery figcaption{display:none!important}

@media(max-width:1100px){
  .experience-grid{max-width:900px}
  .experience-image{height:230px}
  .masonry-gallery{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:95px}
}
@media (max-width:820px), (max-device-width:820px){
  .experience-grid{max-width:620px}
  .experience-image{height:225px}
  .masonry-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:90px;gap:12px}
  .masonry-gallery figure:nth-child(n){grid-row:span 3}
  .masonry-gallery figure:nth-child(4n+1),.masonry-gallery figure:nth-child(4n+4){grid-row:span 4}
}
@media (max-width:520px), (max-device-width:520px){
  .experience-image{height:205px}
  .experience-body{padding:18px}
  .experience-head{display:flex;align-items:flex-start}
  .experience-head h2,.experience-head h3{font-size:27px}
  .experience-head strong{display:block;text-align:right;margin-top:2px;font-size:14px}
  .experience-card .card-actions{grid-template-columns:1fr 1fr}
  .experience-card .card-actions .btn{padding:0 10px;font-size:13px}
  .masonry-gallery{grid-template-columns:1fr 1fr;grid-auto-rows:72px;gap:10px}
  .masonry-gallery figure{border-radius:18px}
}

/* Compact inner-page heroes: Activities, Gallery, Location and Contact */
.page-hero.compact{
  min-height:390px;
  padding:128px 0 44px;
}
.page-hero.compact .eyebrow{
  margin-bottom:12px;
}
.page-hero.compact h1{
  font-size:clamp(44px,4.8vw,64px);
  line-height:1;
  max-width:760px;
}
.page-hero.compact p:not(.eyebrow){
  max-width:650px;
  margin:16px 0 0;
  font-size:18px;
  line-height:1.5;
}

@media (max-width:820px), (max-device-width:820px){
  .page-hero.compact{
    min-height:335px;
    padding:108px 0 38px;
  }
  .page-hero.compact h1{
    font-size:46px;
  }
  .page-hero.compact p:not(.eyebrow){
    font-size:16px;
    margin-top:12px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-hero.compact{
    min-height:290px;
    padding:94px 0 26px;
  }
  .page-hero.compact .eyebrow{
    margin-bottom:9px;
    font-size:10px;
  }
  .page-hero.compact h1{
    font-size:38px;
    line-height:1.02;
  }
  .page-hero.compact p:not(.eyebrow){
    max-width:94%;
    font-size:15px;
    line-height:1.4;
    margin-top:10px;
  }
}

/* Homepage hero: compact, balanced and fully visible on first load */
.page-home .home-hero{
  min-height:100svh;
  height:100svh;
  display:block;
  padding:126px 0 18px;
  overflow:hidden;
  background-position:center;
}
.page-home .home-hero-layout{
  position:relative;
  z-index:2;
  width:min(1720px,calc(100% - 64px));
  height:calc(100svh - 144px);
  min-height:0;
  display:flex;
  flex-direction:column;
}
.page-home .hero-content{
  flex:0 0 auto;
  max-width:720px;
  padding-top:clamp(58px,8vh,78px);
  transform:none;
}
.page-home .eyebrow{
  margin:0 0 13px;
  font-size:12px;
  line-height:1.25;
}
.page-home .hero-content h1{
  max-width:610px;
  margin:0;
  font-size:clamp(42px,3.15vw,56px);
  line-height:.98;
  text-wrap:balance;
}
.page-home .hero-content h1 > span{display:inline}
.page-home .hero-content h1 br + span{white-space:nowrap}
.page-home .hero-copy{
  max-width:710px;
  margin:14px 0 16px;
  font-size:15px;
  line-height:1.42;
}
.page-home .hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.page-home .hero-buttons .btn{
  min-height:42px;
  padding:0 20px;
  font-size:14px;
}

/* Compact reservation bar: approximately two-thirds of the former height. */
.page-home .booking-bar{
  position:relative;
  left:auto;
  bottom:auto;
  transform:none;
  flex:0 0 auto;
  width:100%;
  min-height:68px;
  margin:auto 0 0;
  display:grid;
  grid-template-columns:1.28fr 1fr 1fr .68fr .76fr minmax(190px,.82fr);
  overflow:hidden;
  border-radius:18px;
  color:var(--ink);
  background:rgba(255,255,255,.97);
  box-shadow:var(--shadow);
}
.page-home .booking-bar label{
  min-width:0;
  padding:9px 14px;
  border-right:1px solid #ddd;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.page-home .booking-bar label span{
  margin-bottom:4px;
  font-size:9px;
  line-height:1.2;
  letter-spacing:.11em;
}
.page-home .booking-bar input,
.page-home .booking-bar select{
  min-width:0;
  font-size:14px;
  line-height:1.25;
}
.page-home .booking-bar-actions{
  min-width:0;
  width:100%;
  height:100%;
  align-self:stretch;
  display:grid;
  grid-template-rows:1fr 1fr;
  overflow:hidden;
  border-radius:0 18px 18px 0;
  background:#0E7490;
}
.page-home .booking-submit,
.page-home .booking-wa-submit{
  width:100%;
  height:100%;
  min-height:34px;
  margin:0;
  padding:6px 12px;
  border:0;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font:inherit;
  font-size:13px;
  font-weight:800;
  line-height:1.15;
  cursor:pointer;
}
.page-home .booking-submit{background:var(--gold);color:#111}
.page-home .booking-wa-submit{background:#0E7490;color:#fff}
body[dir=rtl] .page-home .booking-bar label{border-right:0;border-left:1px solid #ddd}
body[dir=rtl] .page-home .booking-bar-actions{border-radius:18px 0 0 18px}

/* Tablet and compact desktop: two-row bar without losing any field. */
@media (min-width:821px) and (max-width:1199px){
  .page-home .home-hero{padding:112px 0 16px}
  .page-home .home-hero-layout{
    width:min(100% - 40px,1100px);
    height:calc(100svh - 128px);
  }
  .page-home .hero-content{
    max-width:650px;
    padding-top:clamp(34px,5vh,50px);
  }
  .page-home .hero-content h1{
    max-width:560px;
    font-size:clamp(40px,5.2vw,52px);
  }
  .page-home .hero-copy{
    max-width:630px;
    margin:11px 0 13px;
    font-size:14px;
  }
  .page-home .hero-buttons .btn{
    min-height:39px;
    padding:0 16px;
    font-size:13px;
  }
  .page-home .booking-bar{
    min-height:104px;
    grid-template-columns:1.2fr 1fr 1fr;
    border-radius:16px;
  }
  .page-home .booking-bar label{padding:8px 12px}
  .page-home .booking-bar-actions{
    grid-column:auto;
    grid-template-rows:1fr 1fr;
    border-radius:0 0 16px 0;
  }
  body[dir=rtl] .page-home .booking-bar-actions{border-radius:0 0 0 16px}
}

/* Mobile: every field and both actions stay inside the first screen. */
@media (max-width:820px), (max-device-width:820px){
  .page-home .home-hero{
    min-height:100svh;
    height:100svh;
    padding:90px 0 12px;
    overflow:hidden;
  }
  .page-home .home-hero-layout{
    width:min(100% - 24px,620px);
    height:calc(100svh - 102px);
  }
  .page-home .hero-content{
    max-width:100%;
    padding-top:clamp(24px,4.2vh,36px);
  }
  .page-home .eyebrow{
    margin-bottom:8px;
    font-size:9px;
  }
  .page-home .hero-content h1{
    max-width:96%;
    font-size:clamp(32px,9.5vw,42px);
    line-height:1;
  }
  .page-home .hero-content h1 br + span{white-space:normal}
  .page-home .hero-copy{
    max-width:98%;
    margin:8px 0 10px;
    font-size:12px;
    line-height:1.35;
  }
  .page-home .hero-buttons{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:6px;
  }
  .page-home .hero-buttons .btn{
    min-height:36px;
    padding:0 6px;
    font-size:10.5px;
    line-height:1.1;
    text-align:center;
  }
  .page-home .booking-bar{
    min-height:0;
    margin:auto 0 0;
    grid-template-columns:1fr 1fr;
    border-radius:15px;
  }
  .page-home .booking-bar label{
    min-height:42px;
    padding:6px 9px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #F3FAFC;
  }
  .page-home .booking-bar label:first-of-type{grid-column:span 2}
  .page-home .booking-bar label:nth-of-type(5){display:flex}
  .page-home .booking-bar label span{
    margin-bottom:2px;
    font-size:7.5px;
    letter-spacing:.09em;
  }
  .page-home .booking-bar input,
  .page-home .booking-bar select{font-size:11.5px}
  .page-home .booking-bar-actions{
    grid-column:span 2;
    height:auto;
    min-height:40px;
    grid-template-columns:1fr 1fr;
    grid-template-rows:1fr;
    border-radius:0 0 15px 15px;
  }
  .page-home .booking-submit,
  .page-home .booking-wa-submit{
    grid-column:auto;
    min-height:40px;
    padding:5px 4px;
    font-size:10.5px;
  }
  body[dir=rtl] .page-home .booking-bar-actions{border-radius:0 0 15px 15px}
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .home-hero{padding-top:84px;padding-bottom:10px}
  .page-home .home-hero-layout{height:calc(100svh - 94px)}
  .page-home .hero-content{padding-top:24px}
  .page-home .hero-content h1{font-size:clamp(30px,9.4vw,38px)}
  .page-home .hero-copy{font-size:11.5px;margin:7px 0 9px}
  .page-home .hero-buttons .btn{min-height:34px;font-size:10px}
  .page-home .booking-bar label{min-height:39px;padding:5px 8px}
  .page-home .booking-bar input,
  .page-home .booking-bar select{font-size:11px}
  .page-home .booking-submit,
  .page-home .booking-wa-submit{min-height:38px;font-size:10px}
}

/* Short screens: preserve the full composition without vertical overflow. */
@media (min-width:821px) and (max-height:700px){
  .page-home .home-hero{padding-top:94px;padding-bottom:12px}
  .page-home .home-hero-layout{height:calc(100svh - 106px)}
  .page-home .hero-content{padding-top:22px}
  .page-home .eyebrow{margin-bottom:8px;font-size:10px}
  .page-home .hero-content h1{font-size:clamp(38px,3.7vw,48px)}
  .page-home .hero-copy{margin:8px 0 10px;font-size:13px;line-height:1.32}
  .page-home .hero-buttons .btn{min-height:36px;font-size:12px}
  .page-home .booking-bar{min-height:62px}
  .page-home .booking-bar label{padding:7px 11px}
  .page-home .booking-submit,
  .page-home .booking-wa-submit{min-height:31px;font-size:12px}
}

@media (max-width:820px) and (max-height:650px){
  .page-home .home-hero{padding-top:80px;padding-bottom:8px}
  .page-home .home-hero-layout{height:calc(100svh - 88px)}
  .page-home .hero-content{padding-top:10px}
  .page-home .eyebrow{margin-bottom:5px;font-size:8px}
  .page-home .hero-content h1{font-size:clamp(28px,8.4vw,34px)}
  .page-home .hero-copy{margin:5px 0 7px;font-size:10.5px;line-height:1.25}
  .page-home .hero-buttons .btn{min-height:31px;font-size:9px}
  .page-home .booking-bar label{min-height:35px;padding:4px 7px}
  .page-home .booking-submit,
  .page-home .booking-wa-submit{min-height:34px;font-size:9.5px}
}

/* Experience cards: image occupies 5/8 and content occupies 3/8 of each card. */
.experience-card{
  display:grid;
  grid-template-rows:5fr 3fr;
  height:648px;
}
.experience-card .experience-image{
  height:auto;
  min-height:0;
  aspect-ratio:auto;
}
.experience-card .experience-body{
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.experience-card .experience-facts{
  margin-top:auto;
}
.experience-card .card-actions{
  flex:0 0 auto;
}

@media(max-width:1100px){
  .experience-card{height:624px}
}

@media (max-width:820px), (max-device-width:820px){
  .experience-card{height:620px}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-card{height:600px}
  .experience-card .experience-body{padding:16px}
  .experience-card .experience-body>p{
    margin:10px 0;
    -webkit-line-clamp:1;
  }
  .experience-card .experience-facts{
    gap:6px;
    margin-bottom:12px;
  }
  .experience-card .experience-facts span{
    padding:6px 8px;
    font-size:11px;
  }
  .experience-card .card-actions .btn{min-height:42px}
}

/* Desktop activities: keep the complete cards at 5/8 of the wide-page footprint. */
@media (min-width:1101px){
  .experience-grid{
    width:62.5%;
    max-width:960px;
    min-width:760px;
    gap:20px;
    margin-left:auto;
    margin-right:auto;
  }
  .experience-card{
    height:520px;
    border-radius:20px;
  }
  .experience-card .experience-body{
    padding:16px 18px;
  }
  .experience-card .experience-head{
    gap:10px;
  }
  .experience-card .experience-head h2,
  .experience-card .experience-head h3{
    font-size:26px;
    line-height:1.05;
  }
  .experience-card .experience-head strong{
    font-size:14px;
  }
  .experience-card .experience-body>p{
    margin:7px 0;
    min-height:0;
    font-size:13px;
    line-height:1.35;
    -webkit-line-clamp:1;
  }
  .experience-card .experience-facts{
    gap:6px;
    margin:7px 0 9px;
  }
  .experience-card .experience-facts span{
    padding:5px 8px;
    font-size:10px;
  }
  .experience-card .card-actions{
    gap:7px;
  }
  .experience-card .card-actions .btn{
    min-height:38px;
    padding:0 10px;
    font-size:12px;
  }
}

/* Desktop experience listing: use the full available page width. */
@media (min-width:1101px){
  .section-soft > .experience-grid,
  .page-home .section-soft > .experience-grid{
    width:calc(100% - 64px);
    max-width:1800px;
    min-width:0;
    margin-left:auto;
    margin-right:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }

  .section-soft > .experience-grid .experience-card,
  .page-home .section-soft > .experience-grid .experience-card{
    width:100%;
  }
}

@media (min-width:1600px){
  .section-soft > .experience-grid,
  .page-home .section-soft > .experience-grid{
    width:calc(100% - 96px);
  }
}


/* Experiences */
.experience-activity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.experience-activity-card{background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 14px 42px rgba(26,33,30,.09);display:flex;flex-direction:column;min-width:0}
.experience-activity-image{display:block;position:relative;aspect-ratio:1.12/1;margin:18px 18px 0;overflow:hidden;border-radius:22px;background:var(--cream)}
.experience-activity-collage .experience-photo-primary,.experience-activity-collage .experience-photo-secondary{position:absolute;object-fit:cover;transition:transform .45s ease}
.experience-activity-collage .experience-photo-primary{inset:0 auto auto 0;width:79%;height:88%;border-radius:20px}
.experience-activity-collage .experience-photo-secondary{right:0;bottom:0;width:47%;height:52%;border:6px solid #fff;border-radius:18px;box-shadow:0 12px 30px rgba(20,32,28,.18)}
.experience-activity-card:hover .experience-photo-primary{transform:scale(1.025)}
.experience-activity-card:hover .experience-photo-secondary{transform:translateY(-3px) scale(1.02)}
.experience-activity-body{padding:26px;display:flex;flex-direction:column;align-items:flex-start;flex:1}
.experience-activity-body h2{font-family:'Cormorant Garamond',serif;font-size:31px;line-height:1.12;margin:13px 0 10px}
.experience-activity-body>p{color:#5a615d;line-height:1.7;margin:0 0 22px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.experience-activity-body .text-link{margin-top:auto}
.experience-activity-meta{display:flex;gap:8px;flex-wrap:wrap}
.experience-activity-meta span{background:var(--cream);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}
.experience-activity-meta.light span{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);color:#fff}
.empty-content{text-align:center;max-width:760px;margin:auto;padding:40px 0}
.empty-content h1,.empty-content h2{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5vw,62px);margin:0 0 14px}
.empty-content p{color:#646b67;line-height:1.7}
.experience-activity-detail-hero{position:relative;min-height:72vh;height:720px;color:#fff;overflow:hidden;display:flex;align-items:flex-end}
.experience-activity-detail-media{position:absolute;inset:0}
.experience-detail-primary{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.experience-detail-secondary{position:absolute;z-index:2;right:clamp(24px,5vw,90px);bottom:clamp(28px,5vw,75px);width:clamp(190px,23vw,360px);aspect-ratio:1.08/1;object-fit:cover;border:8px solid rgba(255,255,255,.96);border-radius:24px;box-shadow:0 25px 65px rgba(0,0,0,.35)}
.experience-activity-detail-hero .hero-overlay{background:linear-gradient(0deg,rgba(7,16,14,.88),rgba(7,16,14,.18) 70%)}
.experience-activity-detail-title{position:relative;z-index:2;padding-bottom:70px}
.experience-activity-detail-title h1{font-family:'Cormorant Garamond',serif;font-size:clamp(58px,7vw,105px);line-height:.98;max-width:1000px;margin:0 0 24px}
.experience-activity-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:75px;align-items:start}
.experience-activity-lead{font-size:23px;line-height:1.65;color:#3f4a45;margin:0 0 38px}
.rich-content{font-size:18px;line-height:1.8;color:#35413c}
.rich-content h2,.rich-content h3,.included-box h2,.experience-booking-card h2{font-family:'Cormorant Garamond',serif;line-height:1.15;color:var(--ink)}
.rich-content h2{font-size:42px;margin:44px 0 15px}.rich-content h3{font-size:30px;margin:34px 0 12px}
.rich-content img{border-radius:22px;margin:28px 0}.rich-content a{text-decoration:underline;font-weight:700}
.included-box{background:var(--cream);border-radius:24px;padding:30px;margin-top:42px}
.included-box h2{font-size:34px;margin:0 0 18px}.included-box ul{margin:0;padding-inline-start:22px;display:grid;gap:10px}
.experience-booking-card{position:sticky;top:30px;background:#fff;border-radius:25px;padding:28px;box-shadow:var(--shadow)}
.experience-booking-card h2{font-size:30px;margin:5px 0 22px}.experience-booking-card p{line-height:1.55}
@media(max-width:1100px){.experience-activity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.experience-activity-detail-grid{grid-template-columns:minmax(0,1fr) 320px;gap:42px}}
@media (max-width:820px), (max-device-width:820px){.experience-activity-grid{grid-template-columns:1fr}.experience-activity-image{aspect-ratio:1.25/1}.experience-activity-detail-hero{height:620px;min-height:620px}.experience-detail-secondary{right:22px;bottom:30px;width:min(38vw,240px);border-width:6px}.experience-activity-detail-title{padding-bottom:48px;max-width:72%}.experience-activity-detail-grid{grid-template-columns:1fr}.experience-booking-card{position:static}.experience-activity-body h2{font-size:29px}}
@media (max-width:520px), (max-device-width:520px){.experience-activity-card{border-radius:20px}.experience-activity-image{margin:12px 12px 0;border-radius:17px;aspect-ratio:1.08/1}.experience-activity-collage .experience-photo-primary{width:80%;height:88%;border-radius:16px}.experience-activity-collage .experience-photo-secondary{width:48%;height:52%;border-width:4px;border-radius:14px}.experience-activity-body{padding:20px}.experience-activity-detail-hero{height:560px;min-height:560px}.experience-detail-secondary{right:14px;bottom:18px;width:42vw;border-width:4px;border-radius:16px}.experience-activity-detail-title{max-width:82%;padding-bottom:38px}.experience-activity-detail-title h1{font-size:46px}.experience-activity-lead{font-size:19px}.rich-content{font-size:16px}.rich-content h2{font-size:34px}.rich-content h3{font-size:27px}.included-box{padding:22px}}

@media(max-width:1350px) and (min-width:821px){
  .site-header{padding-left:22px;padding-right:22px;gap:20px}
  .main-nav{gap:18px}
  .header-actions .btn{display:none}
  .brand{min-width:270px}
}

/* Experiences cards: transparent photo collage and experience-card proportions. */
.experience-activity-card{
  display:grid;
  grid-template-rows:5fr 3fr;
  height:648px;
  border-radius:24px;
}

.experience-activity-image{
  min-height:0;
  height:auto;
  aspect-ratio:auto;
  margin:14px 14px 0;
  overflow:visible;
  border-radius:20px;
  background:transparent;
}

.experience-activity-collage .experience-photo-primary{
  width:80%;
  height:90%;
}

.experience-activity-collage .experience-photo-secondary{
  width:45%;
  height:50%;
}

.experience-activity-body{
  min-height:0;
  overflow:hidden;
  padding:18px 20px 20px;
}

.experience-activity-body h2{
  margin:9px 0 7px;
  font-size:27px;
  line-height:1.08;
}

.experience-activity-body>p{
  margin:0 0 12px;
  font-size:14px;
  line-height:1.45;
  -webkit-line-clamp:2;
}

.experience-activity-meta{
  gap:6px;
}

.experience-activity-meta span{
  padding:5px 8px;
  font-size:10px;
}

.experience-activity-body .text-link{
  font-size:13px;
}

@media(max-width:1100px){
  .experience-activity-card{height:624px}
}

@media (max-width:820px), (max-device-width:820px){
  .experience-activity-card{height:620px}
  .experience-activity-image{
    aspect-ratio:auto;
    margin:13px 13px 0;
  }
  .experience-activity-body{padding:17px 18px 19px}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-activity-card{
    height:600px;
    border-radius:20px;
  }
  .experience-activity-image{
    aspect-ratio:auto;
    margin:10px 10px 0;
    border-radius:16px;
  }
  .experience-activity-collage .experience-photo-primary{
    width:80%;
    height:90%;
    border-radius:16px;
  }
  .experience-activity-collage .experience-photo-secondary{
    width:46%;
    height:50%;
    border-width:4px;
    border-radius:14px;
  }
  .experience-activity-body{
    padding:15px 16px 17px;
  }
  .experience-activity-body h2{
    margin:7px 0 6px;
    font-size:24px;
  }
  .experience-activity-body>p{
    margin-bottom:9px;
    font-size:13px;
    line-height:1.35;
    -webkit-line-clamp:2;
  }
  .experience-activity-meta span{
    padding:5px 7px;
    font-size:9.5px;
  }
}

/* Experiences listing redesign: match the cleaner experience-card style. */
.experience-list-wrap{
  width:min(1360px, calc(100% - 40px));
}

.experience-activity-grid--cards{
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}

.experience-activity-card--feature{
  display:grid;
  grid-template-rows:5fr 3fr;
  height:620px;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 14px 40px rgba(26,33,30,.08);
}

.experience-activity-card--feature .experience-activity-image{
  display:block;
  position:relative;
  min-height:0;
  height:auto;
  aspect-ratio:auto;
  margin:0;
  overflow:hidden;
  border-radius:0;
  background:transparent;
}

.experience-activity-card--feature .experience-photo-primary{
  inset:0;
  width:100%;
  height:100%;
  border-radius:0;
}

.experience-activity-card--feature .experience-photo-secondary{
  right:22px;
  bottom:22px;
  width:36%;
  height:41%;
  border:6px solid #fff;
  border-radius:22px;
  box-shadow:0 14px 30px rgba(20,32,28,.18);
}

.experience-activity-card--feature:hover .experience-photo-primary{transform:scale(1.03)}
.experience-activity-card--feature:hover .experience-photo-secondary{transform:translateY(-3px) scale(1.02)}

.experience-activity-card--feature .experience-activity-body{
  display:flex;
  flex-direction:column;
  min-height:0;
  overflow:hidden;
  padding:22px;
}

.experience-activity-card--feature .experience-activity-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
}

.experience-activity-card--feature .experience-activity-head h2{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(25px, 2.4vw, 38px);
  line-height:1.05;
}

.experience-activity-card--feature .experience-activity-head strong{
  flex:0 0 auto;
  font-size:17px;
  text-align:right;
  color:var(--ink);
}

.experience-activity-card--feature .experience-activity-body > p{
  margin:12px 0 16px;
  color:#5a615d;
  font-size:16px;
  line-height:1.6;
  min-height:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.experience-activity-card--feature .experience-activity-facts{
  gap:10px;
  margin:0 0 16px;
}

.experience-activity-card--feature .experience-activity-facts span{
  background:var(--cream);
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.experience-activity-card--feature .experience-activity-actions{
  margin-top:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.experience-activity-card--feature .experience-activity-actions .btn{
  min-height:48px;
  padding:0 16px;
  font-size:14px;
}

@media(max-width:1100px){
  .experience-activity-grid--cards{grid-template-columns:1fr 1fr; gap:22px}
  .experience-activity-card--feature{height:590px}
  .experience-activity-card--feature .experience-activity-body{padding:18px}
  .experience-activity-card--feature .experience-activity-head h2{font-size:30px}
  .experience-activity-card--feature .experience-activity-head strong{font-size:15px}
  .experience-activity-card--feature .experience-activity-facts span{padding:7px 10px; font-size:11px}
}

@media (max-width:820px), (max-device-width:820px){
  .experience-list-wrap{width:min(720px, calc(100% - 24px));}
  .experience-activity-grid--cards{grid-template-columns:1fr}
  .experience-activity-card--feature{height:auto; grid-template-rows:auto auto; border-radius:22px}
  .experience-activity-card--feature .experience-activity-image{aspect-ratio:1.08/1}
  .experience-activity-card--feature .experience-photo-primary{inset:0; width:100%; height:100%}
  .experience-activity-card--feature .experience-photo-secondary{width:41%; height:44%; right:16px; bottom:16px; border-width:5px; border-radius:18px}
  .experience-activity-card--feature .experience-activity-body{padding:18px}
  .experience-activity-card--feature .experience-activity-head h2{font-size:26px}
  .experience-activity-card--feature .experience-activity-body > p{font-size:15px; line-height:1.5; -webkit-line-clamp:3}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-list-wrap{width:calc(100% - 20px)}
  .experience-activity-card--feature{border-radius:20px}
  .experience-activity-card--feature .experience-activity-image{aspect-ratio:1.03/1}
  .experience-activity-card--feature .experience-photo-secondary{width:43%; height:43%; right:12px; bottom:12px; border-width:4px; border-radius:16px}
  .experience-activity-card--feature .experience-activity-body{padding:16px}
  .experience-activity-card--feature .experience-activity-head{gap:10px}
  .experience-activity-card--feature .experience-activity-head h2{font-size:22px}
  .experience-activity-card--feature .experience-activity-head strong{font-size:13px}
  .experience-activity-card--feature .experience-activity-body > p{margin:10px 0 12px; font-size:14px; line-height:1.45; -webkit-line-clamp:3}
  .experience-activity-card--feature .experience-activity-facts{gap:8px; margin-bottom:14px}
  .experience-activity-card--feature .experience-activity-facts span{padding:6px 9px; font-size:10px}
  .experience-activity-card--feature .experience-activity-actions{gap:10px}
  .experience-activity-card--feature .experience-activity-actions .btn{min-height:44px; padding:0 10px; font-size:13px}
}

/* Experience detail content redesign and amenity formatting fix. */
.experience-detail-layout{
  align-items:start;
}

.experience-detail-copy{
  min-width:0;
}

.experience-copy-block + .experience-copy-block{
  margin-top:38px;
}

.detail-section-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(44px, 5.3vw, 76px);
  line-height:1.02;
  margin:0 0 24px;
  max-width:12ch;
}

.detail-rich-text{
  font-size:20px;
  line-height:1.8;
  color:#4c5550;
  max-width:980px;
}

.detail-subtitle{
  font-size:22px;
  line-height:1.2;
  margin:0 0 20px;
}

.amenities-panel{
  background:transparent;
}

.amenity-list-enhanced{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.amenity-list-enhanced li{
  background:var(--cream);
  border-radius:20px;
  padding:16px 18px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  min-height:72px;
}

.amenity-list-enhanced li::before{
  content:'✓';
  flex:0 0 auto;
  width:24px;
  height:24px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--gold);
  font-size:13px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(20,32,28,.08);
}

.amenity-list-enhanced li span{
  display:block;
  font-size:18px;
  line-height:1.5;
  color:var(--ink);
}

@media(max-width:1100px){
  .detail-section-title{font-size:clamp(40px, 6vw, 62px)}
  .detail-rich-text{font-size:18px}
  .amenity-list-enhanced li span{font-size:17px}
}

@media (max-width:820px), (max-device-width:820px){
  .detail-section-title{max-width:none; margin-bottom:18px}
  .detail-rich-text{font-size:17px; line-height:1.72}
  .amenity-list-enhanced{grid-template-columns:1fr}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-copy-block + .experience-copy-block{margin-top:28px}
  .detail-section-title{font-size:clamp(34px, 11vw, 52px)}
  .detail-rich-text{font-size:16px; line-height:1.65}
  .detail-subtitle{font-size:20px; margin-bottom:16px}
  .amenity-list-enhanced{gap:10px}
  .amenity-list-enhanced li{padding:14px 14px; min-height:0; border-radius:16px}
  .amenity-list-enhanced li::before{width:22px; height:22px; font-size:12px}
  .amenity-list-enhanced li span{font-size:15px; line-height:1.45}
}

/* Experiences cards: use the same structure and sizing as experience cards. */
.experience-experience-grid-wrap{
  width:min(1360px, calc(100% - 40px));
}

.experience-experience-grid{
  width:100%;
  max-width:none;
  min-width:0;
  margin-left:auto;
  margin-right:auto;
}

.experience-experience-card{
  display:grid;
  grid-template-rows:5fr 3fr;
  height:648px;
}

.experience-experience-image{
  position:relative;
  overflow:hidden;
}

.experience-experience-image .experience-photo-primary{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.experience-experience-image .experience-photo-secondary{
  position:absolute;
  right:20px;
  bottom:20px;
  width:38%;
  height:39%;
  object-fit:cover;
  border:6px solid #fff;
  border-radius:22px;
  box-shadow:0 14px 30px rgba(20,32,28,.18);
  transition:.35s;
}

.experience-experience-card:hover .experience-photo-primary{
  transform:scale(1.035);
}

.experience-experience-card:hover .experience-photo-secondary{
  transform:translateY(-3px);
}

.experience-experience-body{
  display:flex;
  flex-direction:column;
  min-height:0;
  overflow:hidden;
}

.experience-experience-head{
  gap:14px;
}

.experience-experience-head h2,
.experience-experience-head h3{
  font-size:36px;
  line-height:1.06;
}

.experience-experience-head strong{
  font-size:18px;
  white-space:nowrap;
}

.experience-experience-body > p{
  min-height:56px;
}

.experience-experience-facts{
  margin:18px 0;
}

.experience-experience-actions{
  margin-top:auto;
}

@media (min-width:1101px){
  .experience-experience-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }

  .experience-experience-card{
    height:560px;
    border-radius:20px;
  }

  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:26px;
    line-height:1.05;
  }

  .experience-experience-head strong{
    font-size:14px;
  }

  .experience-experience-body > p{
    margin:7px 0;
    min-height:0;
    font-size:13px;
    line-height:1.35;
    -webkit-line-clamp:2;
  }

  .experience-experience-facts{
    gap:6px;
    margin:8px 0 10px;
  }

  .experience-experience-facts span{
    padding:5px 8px;
    font-size:10px;
  }

  .experience-experience-actions{
    gap:7px;
  }

  .experience-experience-actions .btn{
    min-height:38px;
    padding:0 10px;
    font-size:12px;
  }

  .experience-experience-image .experience-photo-secondary{
    width:34%;
    height:36%;
    right:16px;
    bottom:16px;
    border-width:5px;
    border-radius:18px;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-experience-grid-wrap{width:min(720px, calc(100% - 24px));}
  .experience-experience-grid{grid-template-columns:1fr;}
  .experience-experience-card{height:620px;}
  .experience-experience-head h2,
  .experience-experience-head h3{font-size:26px; line-height:1.08;}
  .experience-experience-head strong{font-size:14px;}
  .experience-experience-body > p{font-size:15px; line-height:1.5; min-height:0; -webkit-line-clamp:2;}
  .experience-experience-image .experience-photo-secondary{width:39%; height:40%; right:14px; bottom:14px; border-width:5px; border-radius:18px;}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-experience-grid-wrap{width:calc(100% - 20px)}
  .experience-experience-card{height:600px; border-radius:20px;}
  .experience-experience-body{padding:18px}
  .experience-experience-head{gap:10px;}
  .experience-experience-head h2,
  .experience-experience-head h3{font-size:22px; line-height:1.1;}
  .experience-experience-head strong{font-size:13px;}
  .experience-experience-body > p{margin:10px 0; font-size:14px; line-height:1.45; min-height:0; -webkit-line-clamp:2;}
  .experience-experience-facts{gap:8px; margin:12px 0;}
  .experience-experience-facts span{padding:6px 9px; font-size:10px;}
  .experience-experience-actions{gap:10px;}
  .experience-experience-actions .btn{min-height:42px; padding:0 10px; font-size:13px;}
  .experience-experience-image .experience-photo-secondary{width:40%; height:39%; right:12px; bottom:12px; border-width:4px; border-radius:16px;}
}

/* Compact single-button language selector. */
.site-header{
  column-gap:32px;
}

.main-nav{
  gap:30px;
}

.header-actions{
  gap:14px;
  margin-inline-start:10px;
  flex:0 0 auto;
}

.language-menu{
  position:relative;
  z-index:80;
}

.mobile-language-menu{
  display:none;
}

.language-menu-toggle{
  width:78px;
  min-height:54px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:999px;
  background:rgba(8,18,15,.22);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font:inherit;
  font-size:17px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:background .2s,border-color .2s,transform .2s;
}

.language-menu-toggle:hover,
.language-menu.is-open .language-menu-toggle{
  background:#fff;
  border-color:#fff;
  color:var(--ink);
  transform:translateY(-1px);
}

.language-chevron{
  font-size:18px;
  line-height:1;
  transform:translateY(-2px);
  transition:transform .2s;
}

.language-menu.is-open .language-chevron{
  transform:translateY(1px) rotate(180deg);
}

.language-menu-panel{
  position:absolute;
  top:calc(100% + 10px);
  inset-inline-end:0;
  width:174px;
  padding:7px;
  border:1px solid rgba(20,32,29,.1);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  color:var(--ink);
  box-shadow:0 18px 44px rgba(5,14,12,.24);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-7px);
  transition:opacity .18s,visibility .18s,transform .18s;
}

.language-menu.is-open .language-menu-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}

.language-menu-panel a{
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:7px;
  min-height:44px;
  padding:8px 10px;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
}

.language-menu-panel a small{
  color:#6e756f;
  font-size:12px;
  font-weight:500;
}

.language-menu-panel a:hover,
.language-menu-panel a.active{
  background:var(--cream);
}

.language-menu-panel a.active::after{
  content:'✓';
  color:#0E7490;
  font-weight:900;
}

@media(max-width:1350px) and (min-width:821px){
  .site-header{column-gap:22px}
  .main-nav{gap:20px}
  .header-actions{margin-inline-start:6px}
  .language-menu-toggle{width:72px;min-height:50px;font-size:16px}
}

@media (max-width:820px), (max-device-width:820px){
  .desktop-language-menu{display:none}
  .mobile-language-menu{
    display:block;
    margin-top:10px;
  }
  .mobile-language-menu .language-menu-toggle{
    width:92px;
    min-height:48px;
    background:rgba(255,255,255,.06);
  }
  .mobile-language-menu .language-menu-panel{
    left:50%;
    right:auto;
    inset-inline-end:auto;
    transform:translate(-50%,-7px);
  }
  .mobile-language-menu.is-open .language-menu-panel{
    transform:translate(-50%,0);
  }
}

/* Mobile header alignment fix, especially for Arabic/RTL. */
@media (max-width:820px), (max-device-width:820px){
  .site-header{
    justify-content:space-between;
  }

  .site-header .menu-toggle{
    margin:0;
    flex:0 0 46px;
  }

  .site-header .brand{
    flex:0 1 auto;
    min-width:0;
  }

  body[dir="rtl"] .site-header{
    direction:rtl;
  }

  body[dir="rtl"] .site-header .brand{
    margin:0;
  }

  body[dir="rtl"] .site-header .menu-toggle{
    margin:0;
  }

  /* Keep the opened navigation readable in Arabic. */
  body[dir="rtl"] .main-nav{
    direction:rtl;
    text-align:center;
  }
}

/* Experiences: compact card titles (about 2/3 of the previous size). */
.experience-experience-head h2,
.experience-experience-head h3{
  font-size:24px;
  line-height:1.08;
}

@media (min-width:1101px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:18px;
    line-height:1.12;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:17px;
    line-height:1.12;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:15px;
    line-height:1.15;
  }
}

/* Experiences card titles: x2 from the current compact size. */
.experience-experience-head h2,
.experience-experience-head h3{
  font-size:48px;
  line-height:1.04;
}

@media (min-width:1101px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:36px;
    line-height:1.06;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:34px;
    line-height:1.06;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-experience-head h2,
  .experience-experience-head h3{
    font-size:30px;
    line-height:1.08;
  }
}

/* 2026-08-07 home/header polish: lift desktop booking bar, shift nav right, refined language selector. */
@media (min-width:1200px){
  .page-home .booking-bar{
    margin-bottom:24px;
  }

  body:not([dir="rtl"]) .main-nav{
    position:relative;
    transform:translateX(18px);
  }

  body[dir="rtl"] .main-nav{
    position:relative;
    transform:translateX(-18px);
  }
}

@media (min-width:1200px) and (max-height:720px){
  .page-home .booking-bar{
    margin-bottom:14px;
  }
}

/* Premium compact language control. */
.language-menu-toggle{
  width:92px;
  min-height:50px;
  padding:0 12px 0 14px;
  gap:10px;
  border:1px solid rgba(255,255,255,.48);
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(255,255,255,.055));
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 28px rgba(0,0,0,.12);
  backdrop-filter:blur(12px) saturate(125%);
  -webkit-backdrop-filter:blur(12px) saturate(125%);
  font-size:16px;
  font-weight:700;
  letter-spacing:.05em;
}

.language-menu-toggle::before{
  content:'';
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 4px rgba(214,164,82,.14);
}

.language-menu-toggle:hover,
.language-menu.is-open .language-menu-toggle{
  background:rgba(255,255,255,.96);
  border-color:rgba(255,255,255,.96);
  color:var(--ink);
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}

.language-chevron{
  width:24px;
  height:24px;
  margin-inline-start:auto;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  font-size:15px;
  line-height:1;
  transform:none;
}

.language-menu-toggle:hover .language-chevron,
.language-menu.is-open .language-chevron{
  background:rgba(20,32,29,.08);
}

.language-menu.is-open .language-chevron{
  transform:rotate(180deg);
}

.language-menu-panel{
  top:calc(100% + 12px);
  width:184px;
  padding:8px;
  border:1px solid rgba(20,32,29,.09);
  border-radius:20px;
  background:rgba(255,255,255,.985);
  box-shadow:0 20px 55px rgba(5,14,12,.22);
}

.language-menu-panel a{
  min-height:46px;
  padding:8px 11px;
  border-radius:13px;
}

.language-menu-panel a:hover,
.language-menu-panel a.active{
  background:#f6f0e7;
}

@media (max-width:820px), (max-device-width:820px){
  .mobile-language-menu .language-menu-toggle{
    width:104px;
    min-height:48px;
    padding-inline:13px 11px;
    background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.06));
  }
}

/* 2026-08-07 desktop header refinement: center navigation + half-size language control. */
@media (min-width:1400px){
  .site-header{
    position:absolute;
  }

  .main-nav{
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    margin:0 !important;
    transform:translateX(-50%) !important;
    gap:30px;
    white-space:nowrap;
  }

  body[dir="rtl"] .main-nav,
  body:not([dir="rtl"]) .main-nav{
    transform:translateX(-50%) !important;
  }

  .header-actions{
    margin-inline-start:auto;
    margin-inline-end:0;
  }
}

@media (min-width:821px){
  .desktop-language-menu .language-menu-toggle{
    width:56px;
    min-height:34px;
    padding:0 7px;
    gap:4px;
    font-size:12px;
    letter-spacing:.02em;
    border-radius:999px;
  }

  .desktop-language-menu .language-menu-toggle::before{
    width:4px;
    height:4px;
    flex-basis:4px;
    box-shadow:0 0 0 2px rgba(214,164,82,.13);
  }

  .desktop-language-menu .language-chevron{
    width:15px;
    height:15px;
    margin-inline-start:auto;
    font-size:10px;
  }

  .desktop-language-menu .language-menu-panel{
    top:calc(100% + 9px);
  }
}

/* 2026-08-07: true desktop header centering with equal left/right margins. */
@media (min-width:1450px){
  .site-header{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) !important;
    align-items:center !important;
    column-gap:28px !important;
    padding-inline:48px !important;
  }

  .site-header .brand{
    grid-column:1 !important;
    justify-self:start !important;
    min-width:0 !important;
    margin:0 !important;
  }

  .site-header .main-nav{
    grid-column:2 !important;
    position:static !important;
    left:auto !important;
    right:auto !important;
    inset:auto !important;
    justify-self:center !important;
    margin:0 !important;
    transform:none !important;
    gap:28px !important;
    white-space:nowrap !important;
  }

  body[dir="rtl"] .site-header .main-nav,
  body:not([dir="rtl"]) .site-header .main-nav{
    transform:none !important;
  }

  .site-header .header-actions{
    grid-column:3 !important;
    justify-self:end !important;
    margin:0 !important;
  }
}

/* Keep balanced side padding on normal desktop widths too. */
@media (min-width:1200px) and (max-width:1449px){
  .site-header{
    padding-inline:34px !important;
  }
}

@media (min-width:1700px){
  .site-header{
    padding-inline:56px !important;
  }
}

/* 2026-08-07 requested strong desktop nav shift: move menu much farther left. */
@media (min-width:1450px){
  .site-header{
    display:flex !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    padding-left:48px !important;
    padding-right:48px !important;
    gap:0 !important;
  }

  .site-header .brand{
    position:relative !important;
    z-index:2 !important;
    margin:0 !important;
    flex:0 0 auto !important;
  }

  .site-header .main-nav{
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    top:50% !important;
    margin:0 !important;
    transform:translate(calc(-50% - clamp(300px, 19vw, 380px)), -50%) !important;
    gap:28px !important;
    white-space:nowrap !important;
    z-index:3 !important;
  }

  body[dir="rtl"] .site-header .main-nav,
  body:not([dir="rtl"]) .site-header .main-nav{
    transform:translate(calc(-50% - clamp(300px, 19vw, 380px)), -50%) !important;
  }

  .site-header .header-actions{
    position:relative !important;
    z-index:4 !important;
    margin-left:auto !important;
    margin-right:0 !important;
    flex:0 0 auto !important;
  }
}

@media (min-width:1200px) and (max-width:1449px){
  .site-header{
    padding-left:36px !important;
    padding-right:36px !important;
  }
  .site-header .main-nav{
    position:absolute !important;
    left:50% !important;
    right:auto !important;
    top:50% !important;
    margin:0 !important;
    transform:translate(calc(-50% - 220px), -50%) !important;
    gap:22px !important;
    white-space:nowrap !important;
  }
  body[dir="rtl"] .site-header .main-nav,
  body:not([dir="rtl"]) .site-header .main-nav{
    transform:translate(calc(-50% - 220px), -50%) !important;
  }
}

/* Final desktop header centering: center nav in the real middle of the top bar. */
@media (min-width: 1151px) {
  .site-header {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 48px;
    gap: 0;
  }

  .site-header .brand {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    min-width: auto;
    margin: 0;
  }

  .site-header .main-nav {
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    width: max-content;
    max-width: calc(100% - 620px);
    white-space: nowrap;
    z-index: 2;
  }

  .site-header .main-nav > a {
    padding: 12px 0;
  }

  .site-header .header-actions {
    position: relative;
    z-index: 3;
    flex: 0 0 auto;
    margin: 0;
    margin-left: auto;
  }
}

@media (min-width: 1280px) {
  .site-header {
    padding-left: 52px;
    padding-right: 52px;
  }

  .site-header .main-nav {
    gap: 38px;
  }
}

@media (min-width: 1440px) {
  .site-header {
    padding-left: 56px;
    padding-right: 56px;
  }

  .site-header .main-nav {
    gap: 42px;
  }
}

/* FINAL HEADER FIX — true visual center, overrides the previous hard-left test. */
@media (min-width: 1200px) {
  .site-header {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 48px !important;
    padding-right: 48px !important;
    gap: 0 !important;
  }

  .site-header .brand {
    position: relative !important;
    z-index: 3 !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .site-header .main-nav {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    inset-inline-start: 50% !important;
    inset-inline-end: auto !important;
    width: max-content !important;
    max-width: none !important;
    margin: 0 !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: clamp(20px, 1.55vw, 30px) !important;
    white-space: nowrap !important;
    z-index: 2 !important;
  }

  body[dir="rtl"] .site-header .main-nav,
  body:not([dir="rtl"]) .site-header .main-nav {
    left: 50% !important;
    right: auto !important;
    inset-inline-start: 50% !important;
    inset-inline-end: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .site-header .header-actions {
    position: relative !important;
    z-index: 3 !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1700px) {
  .site-header {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }
}

/* 2026-08-09: Experiences cards match Experience cards exactly in footprint. */
.experience-experience-grid{
  margin-left:auto;
  margin-right:auto;
}

.experience-experience-card{
  display:grid;
  grid-template-rows:5fr 3fr;
  height:648px;
}

.experience-experience-card .experience-experience-image{
  height:auto;
  min-height:0;
  aspect-ratio:auto;
}

.experience-experience-card .experience-experience-body{
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.experience-experience-card .experience-experience-head h2,
.experience-experience-card .experience-experience-head h3{
  font-size:30px;
  line-height:1.08;
  margin:0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.experience-experience-card .experience-experience-head strong{
  font-size:16px;
  white-space:nowrap;
}

.experience-experience-card .experience-experience-body>p{
  font-size:15px;
  line-height:1.55;
  min-height:0;
  margin:14px 0;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.experience-experience-card .experience-experience-facts{
  margin-top:auto;
}

.experience-experience-card .experience-experience-actions{
  flex:0 0 auto;
}

@media (min-width:1101px){
  .section-soft > .experience-experience-grid{
    width:calc(100% - 64px);
    max-width:1800px;
    min-width:0;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
  }

  .experience-experience-card{
    height:520px;
    border-radius:20px;
  }

  .experience-experience-card .experience-experience-body{
    padding:16px 18px;
  }

  .experience-experience-card .experience-experience-head{
    gap:10px;
  }

  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{
    font-size:26px;
    line-height:1.05;
  }

  .experience-experience-card .experience-experience-head strong{
    font-size:14px;
  }

  .experience-experience-card .experience-experience-body>p{
    margin:7px 0;
    font-size:13px;
    line-height:1.35;
    -webkit-line-clamp:1;
  }

  .experience-experience-card .experience-experience-facts{
    gap:6px;
    margin:7px 0 9px;
  }

  .experience-experience-card .experience-experience-facts span{
    padding:5px 8px;
    font-size:10px;
  }

  .experience-experience-card .experience-experience-actions{
    gap:7px;
  }

  .experience-experience-card .experience-experience-actions .btn{
    min-height:38px;
    padding:0 10px;
    font-size:12px;
  }

  .experience-experience-card .experience-photo-secondary{
    width:34%;
    height:36%;
    right:16px;
    bottom:16px;
    border-width:5px;
    border-radius:18px;
  }
}

@media (min-width:1600px){
  .section-soft > .experience-experience-grid{
    width:calc(100% - 96px);
  }
}

@media (max-width:1100px){
  .experience-experience-card{height:624px;}
}

@media (max-width:820px), (max-device-width:820px){
  .experience-experience-grid{
    width:min(620px,calc(100% - 40px));
    grid-template-columns:1fr;
  }
  .experience-experience-card{height:620px;}
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{font-size:27px;line-height:1.08;}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-experience-grid{width:min(100% - 24px,620px);}
  .experience-experience-card{height:600px;border-radius:20px;}
  .experience-experience-card .experience-experience-body{padding:16px;}
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{font-size:27px;line-height:1.08;}
  .experience-experience-card .experience-experience-head strong{font-size:14px;}
  .experience-experience-card .experience-experience-body>p{margin:10px 0;-webkit-line-clamp:1;}
  .experience-experience-card .experience-experience-facts{gap:6px;margin-bottom:12px;}
  .experience-experience-card .experience-experience-facts span{padding:6px 8px;font-size:11px;}
  .experience-experience-card .experience-experience-actions .btn{min-height:42px;}
}

/* 2026-08-09: unified premium card typography + price badge on image. */
.experience-card .experience-image{
  position:relative;
}

.experience-card .card-price-badge{
  position:absolute;
  top:18px;
  left:18px;
  z-index:6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  max-width:calc(100% - 36px);
  padding:10px 17px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(20,32,29,.12);
  box-shadow:0 10px 28px rgba(7,16,14,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#13201d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  white-space:nowrap;
}

.experience-card .experience-head{
  display:block;
}

.experience-card .experience-head h2,
.experience-card .experience-head h3,
.experience-experience-card .experience-experience-head h2,
.experience-experience-card .experience-experience-head h3{
  width:100%;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:700;
  letter-spacing:-.015em;
}

/* Keep activity overlay photo below the price badge. */
.experience-experience-card .experience-photo-secondary{
  z-index:3;
}
.experience-experience-card .experience-price-badge{
  z-index:7;
}

@media (min-width:1101px){
  .experience-card .card-price-badge{
    top:16px;
    left:16px;
    min-height:44px;
    padding:9px 16px;
    font-size:19px;
  }

  .experience-card .experience-head h2,
  .experience-card .experience-head h3,
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{
    font-size:27px;
    line-height:1.08;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-card .card-price-badge{
    top:14px;
    left:14px;
    min-height:42px;
    padding:9px 14px;
    font-size:18px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-card .card-price-badge{
    top:12px;
    left:12px;
    min-height:38px;
    max-width:calc(100% - 24px);
    padding:8px 12px;
    font-size:16px;
  }

  .experience-card .experience-head h2,
  .experience-card .experience-head h3,
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{
    font-size:25px;
    line-height:1.08;
  }
}

body[dir="rtl"] .experience-card .card-price-badge{
  left:auto;
  right:18px;
}
@media (max-width:820px), (max-device-width:820px){body[dir="rtl"] .experience-card .card-price-badge{right:14px;}}
@media (max-width:520px), (max-device-width:520px){body[dir="rtl"] .experience-card .card-price-badge{right:12px;}}

/* 2026-08-09: clean card font for text, numbers and currency symbols. */
.experience-card .card-price-badge,
.experience-experience-card .experience-price-badge{
  font-family:'Manrope',Arial,sans-serif;
  font-size:19px;
  font-weight:700;
  line-height:1;
  letter-spacing:-.015em;
  font-variant-numeric:lining-nums tabular-nums;
  font-feature-settings:"lnum" 1,"tnum" 1;
}

.experience-card .experience-head h2,
.experience-card .experience-head h3,
.experience-experience-card .experience-experience-head h2,
.experience-experience-card .experience-experience-head h3{
  font-family:'Manrope',Arial,sans-serif;
  font-weight:700;
  letter-spacing:-.035em;
  line-height:1.08;
}

.experience-card .experience-head h2 a,
.experience-card .experience-head h3 a,
.experience-experience-card .experience-experience-head h2 a,
.experience-experience-card .experience-experience-head h3 a{
  font:inherit;
}

@media (min-width:1101px){
  .experience-card .card-price-badge,
  .experience-experience-card .experience-price-badge{
    font-size:18px;
    min-height:43px;
    padding:9px 15px;
  }

  .experience-card .experience-head h2,
  .experience-card .experience-head h3,
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{
    font-size:26px;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-card .card-price-badge,
  .experience-experience-card .experience-price-badge{
    font-size:17px;
    letter-spacing:-.01em;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-card .card-price-badge,
  .experience-experience-card .experience-price-badge{
    font-size:15px;
    font-weight:700;
  }

  .experience-card .experience-head h2,
  .experience-card .experience-head h3,
  .experience-experience-card .experience-experience-head h2,
  .experience-experience-card .experience-experience-head h3{
    font-size:23px;
    letter-spacing:-.025em;
  }
}


/* 2026-08-09: optional Photo 3 overlay for Experience and Experiences cards. */
.experience-card .experience-image .card-photo-three{
  position:absolute;
  top:18px;
  right:18px;
  left:auto;
  z-index:5;
  width:31%;
  height:30%;
  min-width:120px;
  min-height:82px;
  max-width:260px;
  object-fit:cover;
  border:5px solid rgba(255,255,255,.96);
  border-radius:20px;
  box-shadow:0 14px 32px rgba(7,16,14,.22);
  transform:none;
  transition:transform .3s ease, box-shadow .3s ease;
}

.experience-card:hover .experience-image .card-photo-three{
  transform:translateY(-2px) scale(1.015);
  box-shadow:0 18px 38px rgba(7,16,14,.26);
}

/* Keep price top-left, Photo 3 top-right, and Stay Photo 2 bottom-right. */
.experience-experience-card .experience-photo-secondary{z-index:3;}
.experience-experience-card .card-photo-three{z-index:5;}
.experience-card .card-price-badge{z-index:7;}

@media(max-width:1100px){
  .experience-card .experience-image .card-photo-three{
    top:15px;
    right:15px;
    width:30%;
    height:29%;
    min-width:105px;
    min-height:72px;
    border-width:4px;
    border-radius:17px;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-card .experience-image .card-photo-three{
    top:14px;
    right:14px;
    width:31%;
    height:29%;
    min-width:100px;
    min-height:68px;
    border-width:4px;
    border-radius:16px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-card .experience-image .card-photo-three{
    top:12px;
    right:12px;
    width:32%;
    height:27%;
    min-width:88px;
    min-height:60px;
    border-width:3px;
    border-radius:14px;
  }
}

body[dir="rtl"] .experience-card .experience-image .card-photo-three{
  right:auto;
  left:18px;
}
@media(max-width:1100px){body[dir="rtl"] .experience-card .experience-image .card-photo-three{left:15px;}}
@media (max-width:820px), (max-device-width:820px){body[dir="rtl"] .experience-card .experience-image .card-photo-three{left:14px;}}
@media (max-width:520px), (max-device-width:520px){body[dir="rtl"] .experience-card .experience-image .card-photo-three{left:12px;}}

/* Photo 2 + Photo 3: exactly the same overlay size on cards. */
.experience-card .experience-image .card-photo-three{
  width:38%;
  height:39%;
  min-width:0;
  min-height:0;
  max-width:none;
  border:6px solid #fff;
  border-radius:22px;
}

@media (min-width:1101px){
  .experience-card .experience-image .card-photo-three{
    width:34%;
    height:36%;
    border-width:5px;
    border-radius:18px;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .experience-card .experience-image .card-photo-three{
    width:39%;
    height:40%;
    border-width:5px;
    border-radius:18px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-card .experience-image .card-photo-three{
    width:40%;
    height:39%;
    border-width:4px;
    border-radius:16px;
  }
}

/* Experiences: What's included uses the same visual system as Experience Amenities. */
.experience-included-panel{
  margin-top:42px;
}

.experience-included-list{
  margin-top:0;
}

@media (max-width:520px), (max-device-width:520px){
  .experience-included-panel{margin-top:28px}
}


/* Location page: direct Google Maps button editable from Website Settings. */
.location-copy .location-open-maps{margin-top:22px;min-width:180px}
.location-map-column{display:flex;flex-direction:column;gap:16px}
.map-placeholder-action{gap:14px}
.map-placeholder-action .btn{margin-top:8px;min-width:180px}
.map-pin-mark{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--gold);font-size:34px;font-weight:800;box-shadow:0 12px 30px rgba(10,20,17,.12)}
.map-card-open-button{align-self:flex-start;min-width:180px}
@media (max-width:820px), (max-device-width:820px){.location-copy .location-open-maps,.map-card-open-button,.map-placeholder-action .btn{width:100%;min-width:0}.location-map-column{gap:12px}}


/* Live Google Maps embedded on Location/Home pages. */
.google-map-live{position:relative;overflow:hidden;background:#F3FAFC}
.google-map-live iframe{display:block;width:100%;height:100%;border:0}
.location-map-column .map-card-open-button{margin-top:16px;min-width:170px}
@media (max-width:820px), (max-device-width:820px){.location-map-column .map-card-open-button{width:100%;margin-top:12px}}

/* Availability date picker */
.tc-date-input{cursor:pointer;caret-color:transparent}
.tc-calendar{position:fixed;z-index:10000;display:none;background:#fff;color:var(--ink);border:1px solid rgba(20,32,29,.12);border-radius:20px;padding:14px;box-shadow:0 24px 60px rgba(10,20,17,.22);font-family:'Manrope',sans-serif}
.tc-calendar.is-open{display:block}
.tc-calendar-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;margin-bottom:10px}
.tc-calendar-title{text-align:center;font-size:16px;text-transform:capitalize}
.tc-calendar-nav{width:38px;height:38px;border:0;border-radius:12px;background:var(--cream);font-size:26px;line-height:1;cursor:pointer;color:var(--ink)}
.tc-calendar-weekdays,.tc-calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.tc-calendar-weekdays{margin-bottom:5px}
.tc-calendar-weekdays span{text-align:center;font-size:10px;font-weight:800;color:#7a817d;text-transform:uppercase;padding:5px 0}
.tc-calendar-empty{height:38px}
.tc-calendar-day{height:38px;border:0;border-radius:10px;background:transparent;color:var(--ink);font:600 13px 'Manrope',sans-serif;cursor:pointer;position:relative}
.tc-calendar-day:hover:not(:disabled){background:var(--cream)}
.tc-calendar-day.is-selected{background:var(--gold)!important;color:#111}
.tc-calendar-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px var(--gold)}
.tc-calendar-day.is-disabled{cursor:not-allowed;color:#b1b5b2;background:#F3FAFC}
.tc-calendar-day.is-unavailable{color:#a14a3e;text-decoration:line-through;background:#f8ece9}
.tc-calendar-day.is-unavailable.is-disabled{opacity:.72}
.tc-calendar-legend{display:flex;justify-content:flex-end;margin-top:10px;padding-top:9px;border-top:1px solid #eee;font-size:10px;color:#777}
.tc-calendar-legend span{display:flex;align-items:center;gap:6px}
.tc-calendar-legend i{width:10px;height:10px;border-radius:3px;background:#f8ece9;border:1px solid #F3FAFC}
@media (max-width:600px), (max-device-width:600px){.tc-calendar{border-radius:22px;padding:16px 14px;box-shadow:0 20px 70px rgba(0,0,0,.3)}.tc-calendar-day{height:42px;font-size:14px}.tc-calendar-empty{height:42px}.tc-calendar-title{font-size:17px}}

/* Stay + Activity "View more" button and hidden step-by-step page. */
.experience-view-more-wrap{
  margin:34px 0 38px;
}
.experience-view-more-btn{
  --experience-more-gold:#22B8CF;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 26px;
  border:2px solid var(--experience-more-gold);
  border-radius:999px;
  background:#fff;
  color:#17231f;
  font-weight:700;
  letter-spacing:.01em;
  box-shadow:0 10px 26px rgba(26,33,30,.08);
  animation:stayMoreBorderSignal 1.45s ease-in-out infinite;
  transition:background-color .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease;
}
@keyframes stayMoreBorderSignal{
  0%,100%{border-color:#22B8CF}
  50%{border-color:#fff}
}
@media (prefers-reduced-motion:reduce){
  .experience-view-more-btn{animation:none;border-color:#22B8CF}
}
.experience-view-more-btn span{
  color:var(--experience-more-gold);
  font-size:19px;
  transition:color .25s ease,transform .25s ease;
}
.experience-view-more-btn:hover{
  background:var(--experience-more-gold);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(26,33,30,.13);
}
.experience-view-more-btn:hover span{
  color:#fff;
  transform:translateX(3px);
}
body[dir="rtl"] .experience-view-more-btn:hover span{transform:translateX(-3px)}

.experience-steps-hero{
  position:relative;
  min-height:560px;
  height:62vh;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  color:#fff;
}
.experience-steps-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.experience-steps-hero .hero-overlay{
  background:linear-gradient(0deg,rgba(7,16,14,.88),rgba(7,16,14,.25) 68%),linear-gradient(90deg,rgba(7,16,14,.48),transparent 65%);
}
.experience-steps-hero-content{
  position:relative;
  z-index:2;
  padding-bottom:64px;
}
.experience-steps-hero-content h1{
  margin:0;
  max-width:980px;
  font-family:'Manrope',sans-serif;
  font-size:clamp(48px,6vw,88px);
  line-height:.98;
  letter-spacing:-.04em;
}
.experience-steps-hero-content>p:last-child{
  max-width:760px;
  margin:22px 0 0;
  font-size:19px;
  line-height:1.6;
  color:rgba(255,255,255,.88);
}
.experience-steps-back{
  display:inline-flex;
  margin-bottom:28px;
  font-size:14px;
  font-weight:700;
  color:#fff;
  opacity:.9;
}
.experience-steps-back:hover{opacity:1}

.experience-steps-section{background:#F3FAFC}
.experience-steps-list{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  gap:34px;
}
.experience-step-card{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  min-height:420px;
  overflow:hidden;
  background:#fff;
  border-radius:28px;
  box-shadow:0 18px 48px rgba(26,33,30,.08);
}
.experience-step-card:nth-child(even) .experience-step-media{order:2}
.experience-step-card:nth-child(even) .experience-step-copy{order:1}
.experience-step-media{
  min-height:420px;
  overflow:hidden;
}
.experience-step-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.experience-step-copy{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:54px 50px;
  min-width:0;
}
.experience-step-number{
  position:absolute;
  top:28px;
  right:32px;
  font-size:58px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.06em;
  color:rgba(214,164,82,.18);
  font-variant-numeric:tabular-nums;
}
body[dir="rtl"] .experience-step-number{right:auto;left:32px}
.experience-step-copy .eyebrow{margin-bottom:12px}
.experience-step-copy h2{
  margin:0 0 18px;
  max-width:18ch;
  font-family:'Manrope',sans-serif;
  font-size:clamp(30px,3vw,46px);
  line-height:1.06;
  letter-spacing:-.03em;
}
.experience-step-copy>p:last-child{
  margin:0;
  color:#59615d;
  font-size:17px;
  line-height:1.75;
}
.experience-steps-end{
  display:flex;
  justify-content:center;
  margin-top:42px;
}

@media (max-width:820px), (max-device-width:820px){
  .experience-view-more-wrap{margin:26px 0 30px}
  .experience-steps-hero{height:520px;min-height:520px}
  .experience-steps-hero-content{padding-bottom:44px}
  .experience-steps-hero-content h1{font-size:clamp(42px,11vw,68px)}
  .experience-step-card,
  .experience-step-card:nth-child(even){grid-template-columns:1fr;min-height:0}
  .experience-step-card:nth-child(even) .experience-step-media,
  .experience-step-card:nth-child(even) .experience-step-copy{order:initial}
  .experience-step-media{min-height:0;height:340px}
  .experience-step-copy{padding:38px 30px 40px}
  .experience-step-number{top:22px;right:24px;font-size:48px}
  body[dir="rtl"] .experience-step-number{right:auto;left:24px}
  .experience-step-copy h2{font-size:34px;max-width:16ch}
}

@media (max-width:520px), (max-device-width:520px){
  .experience-view-more-btn{width:100%;min-height:50px;padding:0 20px}
  .experience-steps-hero{height:470px;min-height:470px}
  .experience-steps-hero-content{padding-bottom:32px}
  .experience-steps-back{margin-bottom:20px;font-size:13px}
  .experience-steps-hero-content h1{font-size:40px}
  .experience-steps-hero-content>p:last-child{font-size:15px;line-height:1.55;margin-top:16px}
  .experience-steps-list{gap:22px}
  .experience-step-card{border-radius:20px}
  .experience-step-media{height:260px}
  .experience-step-copy{padding:30px 22px 32px}
  .experience-step-number{top:18px;right:20px;font-size:42px}
  body[dir="rtl"] .experience-step-number{right:auto;left:20px}
  .experience-step-copy h2{font-size:28px;padding-right:54px}
  body[dir="rtl"] .experience-step-copy h2{padding-right:0;padding-left:54px}
  .experience-step-copy>p:last-child{font-size:15px;line-height:1.65}
}


/* 2026-08-10 — Stable Arabic layout.
   Arabic keeps RTL text, while the website shell keeps the same visual geometry
   as EN/FR. This prevents RTL from reversing header, hero controls and booking bar. */
html[dir="rtl"] body.lang-ar{
  direction:ltr;
  text-align:left;
}

/* Structural components must never reverse their physical order. */
html[dir="rtl"] body.lang-ar .site-header,
html[dir="rtl"] body.lang-ar .site-header .brand,
html[dir="rtl"] body.lang-ar .site-header .main-nav,
html[dir="rtl"] body.lang-ar .site-header .header-actions,
html[dir="rtl"] body.lang-ar .hero-buttons,
html[dir="rtl"] body.lang-ar .booking-bar,
html[dir="rtl"] body.lang-ar .booking-bar-actions,
html[dir="rtl"] body.lang-ar .section-heading,
html[dir="rtl"] body.lang-ar .intro-grid,
html[dir="rtl"] body.lang-ar .experience-grid,
html[dir="rtl"] body.lang-ar .experience-head,
html[dir="rtl"] body.lang-ar .card-actions,
html[dir="rtl"] body.lang-ar .gallery-preview,
html[dir="rtl"] body.lang-ar .location-grid,
html[dir="rtl"] body.lang-ar .location-page,
html[dir="rtl"] body.lang-ar .contact-grid,
html[dir="rtl"] body.lang-ar .booking-layout,
html[dir="rtl"] body.lang-ar .booking-actions,
html[dir="rtl"] body.lang-ar .detail-grid,
html[dir="rtl"] body.lang-ar .detail-gallery,
html[dir="rtl"] body.lang-ar .amenity-list,
html[dir="rtl"] body.lang-ar .amenity-list-enhanced,
html[dir="rtl"] body.lang-ar .form-grid,
html[dir="rtl"] body.lang-ar .footer-top,
html[dir="rtl"] body.lang-ar .footer-bottom,
html[dir="rtl"] body.lang-ar .experience-experience-grid,
html[dir="rtl"] body.lang-ar .experience-activity-extra-gallery,
html[dir="rtl"] body.lang-ar .experience-steps-list{
  direction:ltr;
}

/* Header stays in exactly the same positions as EN/FR. */
@media (min-width:1200px){
  html[dir="rtl"] body.lang-ar .site-header .main-nav{
    left:50% !important;
    right:auto !important;
    inset-inline-start:auto !important;
    inset-inline-end:auto !important;
    transform:translate(-50%,-50%) !important;
    direction:ltr !important;
  }
  html[dir="rtl"] body.lang-ar .site-header .brand{
    margin-left:0 !important;
    margin-right:0 !important;
  }
  html[dir="rtl"] body.lang-ar .site-header .header-actions{
    margin-left:auto !important;
    margin-right:0 !important;
  }
}

/* Arabic text itself remains RTL and readable. */
html[dir="rtl"] body.lang-ar .main-nav > a,
html[dir="rtl"] body.lang-ar .mobile-book,
html[dir="rtl"] body.lang-ar .hero-content,
html[dir="rtl"] body.lang-ar .page-hero .container,
html[dir="rtl"] body.lang-ar .detail-title,
html[dir="rtl"] body.lang-ar .experience-body,
html[dir="rtl"] body.lang-ar .booking-card,
html[dir="rtl"] body.lang-ar .booking-note,
html[dir="rtl"] body.lang-ar .panel-form,
html[dir="rtl"] body.lang-ar .contact-list,
html[dir="rtl"] body.lang-ar .experience-step-copy,
html[dir="rtl"] body.lang-ar .experience-included-panel,
html[dir="rtl"] body.lang-ar .footer-top > div{
  direction:rtl;
}

html[dir="rtl"] body.lang-ar main h1,
html[dir="rtl"] body.lang-ar main h2,
html[dir="rtl"] body.lang-ar main h3,
html[dir="rtl"] body.lang-ar main h4,
html[dir="rtl"] body.lang-ar main h5,
html[dir="rtl"] body.lang-ar main h6,
html[dir="rtl"] body.lang-ar main p,
html[dir="rtl"] body.lang-ar main li,
html[dir="rtl"] body.lang-ar main figcaption,
html[dir="rtl"] body.lang-ar main label,
html[dir="rtl"] body.lang-ar .section-heading > div,
html[dir="rtl"] body.lang-ar .intro-grid > div,
html[dir="rtl"] body.lang-ar .intro-grid > p,
html[dir="rtl"] body.lang-ar .location-grid > div,
html[dir="rtl"] body.lang-ar .location-page > div,
html[dir="rtl"] body.lang-ar .footer-top h3,
html[dir="rtl"] body.lang-ar .footer-top h4,
html[dir="rtl"] body.lang-ar .footer-top p,
html[dir="rtl"] body.lang-ar .footer-top a{
  direction:rtl;
  text-align:right;
}

/* Controls keep their columns in EN/FR order but Arabic labels align naturally. */
html[dir="rtl"] body.lang-ar .page-home .booking-bar label{
  direction:rtl;
  text-align:right;
  border-left:0;
  border-right:1px solid #ddd;
}
html[dir="rtl"] body.lang-ar .page-home .booking-bar-actions{
  direction:ltr;
  border-radius:0 18px 18px 0;
}
html[dir="rtl"] body.lang-ar .page-home .booking-bar input,
html[dir="rtl"] body.lang-ar .page-home .booking-bar select,
html[dir="rtl"] body.lang-ar .panel-form input,
html[dir="rtl"] body.lang-ar .panel-form select,
html[dir="rtl"] body.lang-ar .panel-form textarea{
  text-align:right;
}
html[dir="rtl"] body.lang-ar .tc-date-input{
  direction:ltr !important;
  unicode-bidi:plaintext;
  text-align:right !important;
}

/* Preserve the physical price/photo badge corners used in EN/FR. */
html[dir="rtl"] body.lang-ar .experience-card .card-price-badge{
  left:20px !important;
  right:auto !important;
}
html[dir="rtl"] body.lang-ar .experience-card .experience-image .card-photo-three{
  right:20px !important;
  left:auto !important;
}

@media(max-width:1100px){
  html[dir="rtl"] body.lang-ar .experience-card .experience-image .card-photo-three{right:15px !important;left:auto !important}
}
@media (max-width:820px), (max-device-width:820px){
  html[dir="rtl"] body.lang-ar .site-header{direction:ltr !important}
  html[dir="rtl"] body.lang-ar .site-header .main-nav{
    direction:ltr !important;
    text-align:center;
  }
  html[dir="rtl"] body.lang-ar .site-header .main-nav > a,
  html[dir="rtl"] body.lang-ar .site-header .mobile-book{direction:rtl}
  html[dir="rtl"] body.lang-ar .page-home .booking-bar-actions{border-radius:0 0 15px 15px}
  html[dir="rtl"] body.lang-ar .experience-card .card-price-badge{left:14px !important;right:auto !important}
  html[dir="rtl"] body.lang-ar .experience-card .experience-image .card-photo-three{right:14px !important;left:auto !important}
}
@media (max-width:520px), (max-device-width:520px){
  html[dir="rtl"] body.lang-ar .experience-card .card-price-badge{left:12px !important;right:auto !important}
  html[dir="rtl"] body.lang-ar .experience-card .experience-image .card-photo-three{right:12px !important;left:auto !important}
}

/* 2026-08-10 — Arabic desktop alignment refinement.
   Keep the shell like EN/FR, center the page navigation physically,
   while placing the Arabic homepage hero copy back on the right. */
@media (min-width:1151px){
  html[dir="rtl"] body.lang-ar .site-header .main-nav{
    position:absolute !important;
    inset-inline-start:auto !important;
    inset-inline-end:auto !important;
    left:50% !important;
    right:auto !important;
    top:50% !important;
    bottom:auto !important;
    width:max-content !important;
    max-width:calc(100% - 500px) !important;
    margin:0 !important;
    transform:translate(-50%,-50%) !important;
    justify-content:center !important;
    white-space:nowrap !important;
  }

  html[dir="rtl"] body.lang-ar.page-home .hero-content{
    margin-left:auto !important;
    margin-right:0 !important;
    direction:rtl !important;
    text-align:right !important;
  }

  html[dir="rtl"] body.lang-ar.page-home .hero-content h1,
  html[dir="rtl"] body.lang-ar.page-home .hero-copy{
    margin-left:0 !important;
    margin-right:auto !important;
    text-align:right !important;
  }

  html[dir="rtl"] body.lang-ar.page-home .hero-content h1{
    margin-left:0 !important;
    margin-right:auto !important;
  }

  html[dir="rtl"] body.lang-ar.page-home .hero-content .eyebrow{
    text-align:right !important;
  }

  html[dir="rtl"] body.lang-ar.page-home .hero-buttons{
    direction:rtl !important;
    justify-content:flex-start !important;
  }
}

@media (max-width:1150px){
  html[dir="rtl"] body.lang-ar.page-home .hero-content,
  html[dir="rtl"] body.lang-ar.page-home .hero-content h1,
  html[dir="rtl"] body.lang-ar.page-home .hero-copy,
  html[dir="rtl"] body.lang-ar.page-home .hero-content .eyebrow{
    direction:rtl !important;
    text-align:right !important;
  }
}

/* Ensure constrained Arabic hero lines share the same physical right edge. */
@media (min-width:1151px){
  html[dir="rtl"] body.lang-ar.page-home .hero-content h1,
  html[dir="rtl"] body.lang-ar.page-home .hero-copy{
    margin-left:auto !important;
    margin-right:0 !important;
  }
}


/* 2026-08-11 — Stay + Activity detail hero polish.
   Keep Photo 2/3 on listing cards only; detail hero uses one clean full-width image. */
.experience-activity-detail-title{
  padding-bottom:clamp(52px,6vw,78px);
  padding-left:clamp(8px,1.4vw,22px);
  padding-right:clamp(8px,1.4vw,22px);
}
.experience-activity-detail-title .eyebrow{
  margin-bottom:16px;
}
.experience-activity-detail-title h1{
  font-family:'Manrope',sans-serif;
  font-weight:700;
  font-size:clamp(48px,5.7vw,86px);
  line-height:1.04;
  letter-spacing:-.035em;
  max-width:930px;
  margin:0 0 20px;
  text-wrap:balance;
}
.experience-activity-detail-title .experience-activity-meta{
  margin-top:4px;
}

html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title{
  direction:rtl;
  text-align:right;
}
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title .eyebrow,
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title h1,
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title .experience-activity-meta{
  text-align:right;
}
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title h1{
  font-family:'Noto Sans Arabic','Manrope',sans-serif;
  font-weight:700;
  line-height:1.18;
  letter-spacing:0;
  max-width:860px;
  margin-left:auto;
  margin-right:0;
}
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title .eyebrow{
  font-family:'Noto Sans Arabic','Manrope',sans-serif;
  letter-spacing:0;
  font-weight:700;
  margin-left:auto;
  margin-right:0;
}
html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title .experience-activity-meta{
  justify-content:flex-start;
}

@media (max-width:820px), (max-device-width:820px){
  .experience-activity-detail-title{
    max-width:none;
    width:min(100% - 28px,1180px);
    padding-left:4px;
    padding-right:4px;
    padding-bottom:42px;
  }
  .experience-activity-detail-title h1{
    font-size:clamp(42px,9vw,62px);
    max-width:760px;
  }
  html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title h1{
    max-width:100%;
    font-size:clamp(40px,9vw,58px);
    line-height:1.22;
  }
}
@media (max-width:520px), (max-device-width:520px){
  .experience-activity-detail-title{
    max-width:none;
    width:calc(100% - 24px);
    padding-bottom:32px;
  }
  .experience-activity-detail-title h1{
    font-size:40px;
    line-height:1.08;
    letter-spacing:-.025em;
    margin-bottom:16px;
  }
  html[dir="rtl"] body.lang-ar.page-experience-activity .experience-activity-detail-title h1{
    font-size:38px;
    line-height:1.24;
    letter-spacing:0;
  }
}

/* 2026-08-11 — Global site typography.
   Use the same clean font system approved on the Stay + Activity detail page. */
body{
  font-family:'Manrope',Arial,sans-serif !important;
}
body *:not(code):not(pre){
  font-family:inherit !important;
}
button,
input,
select,
textarea,
option{
  font-family:'Manrope',Arial,sans-serif !important;
}

/* Arabic keeps the matching Arabic face while preserving the same modern sans-serif feel. */
html[dir="rtl"] body.lang-ar{
  font-family:'Noto Sans Arabic','Manrope',Arial,sans-serif !important;
}
html[dir="rtl"] body.lang-ar button,
html[dir="rtl"] body.lang-ar input,
html[dir="rtl"] body.lang-ar select,
html[dir="rtl"] body.lang-ar textarea,
html[dir="rtl"] body.lang-ar option{
  font-family:'Noto Sans Arabic','Manrope',Arial,sans-serif !important;
}

/* 2026-08-11 — Stay + Activity steps hero spacing polish.
   Keep the back link comfortably below the absolute header and prevent long
   experience titles from dominating the hero. */
.experience-steps-hero{
  min-height:640px;
  height:clamp(640px,78vh,760px);
  align-items:stretch;
}
.experience-steps-hero-content{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-top:150px;
  padding-bottom:62px;
}
.experience-steps-back{
  align-self:flex-start;
  margin:0 0 34px;
  padding:4px 0;
  font-size:15px;
  line-height:1.25;
}
.experience-steps-hero-content .eyebrow{
  margin-bottom:18px;
}
.experience-steps-hero-content h1{
  max-width:1120px;
  font-size:clamp(46px,4.4vw,72px);
  line-height:1.01;
  letter-spacing:-.035em;
  text-wrap:balance;
}
.experience-steps-hero-content>p:last-child{
  max-width:860px;
  margin-top:24px;
  font-size:18px;
  line-height:1.55;
}
html[dir="rtl"] body.lang-ar .experience-steps-back{
  align-self:flex-end;
  direction:rtl;
}

@media (max-width:820px), (max-device-width:820px){
  .experience-steps-hero{
    min-height:600px;
    height:68vh;
  }
  .experience-steps-hero-content{
    padding-top:118px;
    padding-bottom:42px;
  }
  .experience-steps-back{
    margin-bottom:28px;
    font-size:14px;
  }
  .experience-steps-hero-content h1{
    max-width:760px;
    font-size:clamp(40px,8vw,58px);
    line-height:1.03;
  }
  .experience-steps-hero-content>p:last-child{
    max-width:680px;
    margin-top:20px;
    font-size:16px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .experience-steps-hero{
    min-height:560px;
    height:auto;
  }
  .experience-steps-hero-content{
    min-height:560px;
    padding-top:106px;
    padding-bottom:34px;
  }
  .experience-steps-back{
    margin-bottom:24px;
    font-size:13px;
  }
  .experience-steps-hero-content .eyebrow{
    margin-bottom:14px;
    font-size:11px;
    letter-spacing:.2em;
  }
  .experience-steps-hero-content h1{
    font-size:clamp(34px,10.5vw,44px);
    line-height:1.04;
  }
  .experience-steps-hero-content>p:last-child{
    margin-top:18px;
    font-size:15px;
    line-height:1.5;
  }
}

/* 2026-08-11 — Arabic steps hero: keep description aligned to the title column. */
html[dir="rtl"] body.lang-ar .experience-steps-hero-content h1,
html[dir="rtl"] body.lang-ar .experience-steps-hero-content > p:last-child{
  align-self:flex-end;
  width:min(100%,1120px);
  max-width:1120px;
  margin-left:0;
  margin-right:0;
  text-align:right;
  direction:rtl;
}

html[dir="rtl"] body.lang-ar .experience-steps-hero-content > p:last-child{
  margin-top:24px;
}

@media (max-width:820px), (max-device-width:820px){
  html[dir="rtl"] body.lang-ar .experience-steps-hero-content h1,
  html[dir="rtl"] body.lang-ar .experience-steps-hero-content > p:last-child{
    width:min(100%,760px);
    max-width:760px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  html[dir="rtl"] body.lang-ar .experience-steps-hero-content h1,
  html[dir="rtl"] body.lang-ar .experience-steps-hero-content > p:last-child{
    width:100%;
    max-width:none;
  }
}

/* 2026-08-11 — Arabic Stay Steps: keep the decorative number away from STEP label. */
html[dir="rtl"] body.lang-ar .experience-step-number{
  right:auto !important;
  left:32px !important;
}
html[dir="rtl"] body.lang-ar .experience-step-copy .eyebrow{
  position:relative;
  z-index:2;
  text-align:right;
  align-self:stretch;
}
@media (max-width:820px), (max-device-width:820px){
  html[dir="rtl"] body.lang-ar .experience-step-number{
    right:auto !important;
    left:24px !important;
  }
}
@media (max-width:520px), (max-device-width:520px){
  html[dir="rtl"] body.lang-ar .experience-step-number{
    top:18px !important;
    right:auto !important;
    left:20px !important;
    font-size:42px;
  }
  html[dir="rtl"] body.lang-ar .experience-step-copy .eyebrow{
    padding-left:58px;
    padding-right:0;
  }
}

/* Experience selector custom menu + light booking-bar transparency.
   IMPORTANT: booking bar dimensions/spacing remain exactly as in the stable pre-dropdown version. */
.page-home .booking-bar{
  overflow:visible;
  background:rgba(255,255,255,.90) !important;
  opacity:1 !important;
}
.page-home .booking-experience-field{
  position:relative;
  z-index:30;
}
.page-home .tc-custom-select{
  position:relative;
  width:100%;
  min-width:0;
}
.page-home .tc-custom-select.is-ready > select{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:0;
  opacity:0;
  pointer-events:none;
}
.page-home .tc-custom-select-toggle{
  width:100%;
  min-width:0;
  padding:0;
  border:0;
  background:transparent;
  color:var(--ink);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font:inherit;
  font-weight:600;
  line-height:inherit;
  text-align:inherit;
  cursor:pointer;
  opacity:1;
}
.page-home .tc-custom-select-value{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:var(--ink);
  opacity:1;
}
.page-home .tc-custom-select-chevron{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:1;
  transition:transform .22s ease;
}
.page-home .tc-custom-select.is-open .tc-custom-select-chevron{
  transform:rotate(225deg) translate(-1px,-1px);
}
.page-home .tc-custom-select-menu{
  position:absolute;
  bottom:calc(100% + 12px);
  left:-14px;
  right:-14px;
  z-index:120;
  padding:8px;
  border:1px solid rgba(214,163,81,.42);
  border-radius:17px;
  background:rgba(255,252,247,.98);
  box-shadow:0 20px 48px rgba(14,24,21,.20);
  opacity:0;
  visibility:hidden;
  transform:translateY(7px) scale(.985);
  transform-origin:bottom center;
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
}
.page-home .tc-custom-select.is-open .tc-custom-select-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.page-home .tc-custom-select-option{
  width:100%;
  min-height:52px;
  padding:0 12px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:var(--ink);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  font:inherit;
  font-size:14px;
  font-weight:650;
  text-align:left;
  cursor:pointer;
  opacity:1;
  transition:background .18s ease,transform .18s ease;
}
.page-home .tc-custom-select-option:hover,
.page-home .tc-custom-select-option:focus-visible{
  outline:none;
  background:rgba(214,163,81,.13);
}
.page-home .tc-custom-select-option:active{transform:scale(.985)}
.page-home .tc-custom-select-option.is-selected{background:rgba(214,163,81,.18)}
.page-home .tc-custom-select-option-mark{
  width:9px;
  height:9px;
  border:1.5px solid #22B8CF;
  border-radius:50%;
  box-shadow:0 0 0 4px rgba(214,163,81,.08);
}
.page-home .tc-custom-select-option.is-selected .tc-custom-select-option-mark{background:#22B8CF}
.page-home .tc-custom-select-option-check{
  color:#0E7490;
  font-size:15px;
  font-weight:800;
  opacity:0;
  transform:scale(.7);
  transition:opacity .16s ease,transform .16s ease;
}
.page-home .tc-custom-select-option.is-selected .tc-custom-select-option-check{
  opacity:1;
  transform:scale(1);
}
.page-home .booking-bar label,
.page-home .booking-bar label span,
.page-home .booking-bar input,
.page-home .booking-bar select,
.page-home .tc-custom-select-toggle,
.page-home .tc-custom-select-value,
.page-home .tc-custom-select-option{
  opacity:1 !important;
}
.page-home .booking-bar input,
.page-home .booking-bar select,
.page-home .tc-custom-select-toggle,
.page-home .tc-custom-select-value,
.page-home .tc-custom-select-option{
  color:var(--ink) !important;
  -webkit-text-fill-color:var(--ink) !important;
}
.page-home .booking-bar input::placeholder{
  opacity:1 !important;
}
.page-home .booking-submit{
  background:var(--gold) !important;
  color:#111 !important;
  opacity:1 !important;
}
.page-home .booking-wa-submit{
  background:#0E7490 !important;
  color:#fff !important;
  opacity:1 !important;
}
html[dir="rtl"] body.lang-ar .page-home .tc-custom-select-option{
  text-align:right;
  direction:rtl;
}
@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar{
    background:rgba(255,255,255,.90) !important;
  }
  .page-home .tc-custom-select-menu{
    bottom:calc(100% + 8px);
    left:-9px;
    right:-9px;
    padding:6px;
    border-radius:14px;
  }
  .page-home .tc-custom-select-option{
    min-height:46px;
    padding:0 10px;
    border-radius:10px;
    font-size:12px;
  }
}
@media (max-width:520px), (max-device-width:520px){
  .page-home .tc-custom-select-menu{left:-8px;right:-8px}
  .page-home .tc-custom-select-option{min-height:43px;font-size:11.5px}
}

/* Booking bar correction: 50% taller; translucency applies to the bar background only. */
.page-home .booking-bar{
  min-height:102px !important;
  background:rgba(255,255,255,.70) !important;
  -webkit-backdrop-filter:blur(4px) saturate(110%);
  backdrop-filter:blur(4px) saturate(110%);
}
.page-home .booking-bar label{
  padding:13.5px 21px !important;
}
.page-home .booking-submit,
.page-home .booking-wa-submit{
  min-height:51px !important;
}

@media (min-width:821px) and (max-width:1199px){
  .page-home .booking-bar{
    min-height:156px !important;
  }
  .page-home .booking-bar label{
    padding:12px 18px !important;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar{
    min-height:0 !important;
    background:rgba(255,255,255,.70) !important;
  }
  .page-home .booking-bar label{
    min-height:63px !important;
    padding:9px 13.5px !important;
  }
  .page-home .booking-bar-actions{
    min-height:60px !important;
  }
  .page-home .booking-submit,
  .page-home .booking-wa-submit{
    min-height:60px !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .booking-bar label{
    min-height:59px !important;
    padding:7.5px 12px !important;
  }
  .page-home .booking-bar-actions{
    min-height:57px !important;
  }
  .page-home .booking-submit,
  .page-home .booking-wa-submit{
    min-height:57px !important;
  }
}


/* Booking bar readability + larger experience menu. */
.page-home .booking-bar label span{
  font-size:10.5px !important;
  margin-bottom:5px !important;
}
.page-home .booking-bar input,
.page-home .booking-bar select,
.page-home .tc-custom-select-toggle,
.page-home .tc-custom-select-value{
  font-size:16px !important;
  font-weight:700 !important;
  line-height:1.28 !important;
}
.page-home .booking-submit,
.page-home .booking-wa-submit{
  font-size:14px !important;
}
.page-home .tc-custom-select-chevron{
  width:11px;
  height:11px;
  flex:0 0 11px;
}
.page-home .tc-custom-select-menu{
  padding:10px;
  border-radius:18px;
}
.page-home .tc-custom-select-option{
  min-height:58px;
  padding:0 14px;
  font-size:16px !important;
  font-weight:700;
}
.page-home .tc-custom-select-option-mark{
  width:10px;
  height:10px;
}
.page-home .tc-custom-select-option-check{
  font-size:16px;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar label span{
    font-size:10px !important;
  }
  .page-home .booking-bar input,
  .page-home .booking-bar select,
  .page-home .tc-custom-select-toggle,
  .page-home .tc-custom-select-value{
    font-size:14px !important;
  }
  .page-home .booking-submit,
  .page-home .booking-wa-submit{
    font-size:13px !important;
  }
  .page-home .tc-custom-select-menu{
    padding:8px;
    border-radius:16px;
  }
  .page-home .tc-custom-select-option{
    min-height:50px;
    padding:0 12px;
    font-size:14px !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .booking-bar label span{
    font-size:9.5px !important;
  }
  .page-home .booking-bar input,
  .page-home .booking-bar select,
  .page-home .tc-custom-select-toggle,
  .page-home .tc-custom-select-value{
    font-size:13px !important;
  }
  .page-home .booking-submit,
  .page-home .booking-wa-submit{
    font-size:12.5px !important;
  }
  .page-home .tc-custom-select-option{
    min-height:47px;
    font-size:13px !important;
  }
}

/* Activity-first website: blog cards and article layout. */
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:24px}
.blog-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 15px 40px rgba(25,28,22,.08);display:flex;flex-direction:column;min-width:0;height:430px}
.blog-card-image{display:block;height:50%;overflow:hidden;background:#F3FAFC;flex-shrink:0}
.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.blog-card:hover .blog-card-image img{transform:scale(1.035)}
.blog-card-body{padding:18px;display:flex;flex-direction:column;gap:8px;height:50%}
.blog-card-body h2,.blog-card-body h3{height:25%;margin:0;font-size:clamp(18px,1.5vw,24px);line-height:1.2;overflow:hidden}
.blog-card-body h2 a,.blog-card-body h3 a{color:inherit;text-decoration:none}
.blog-card-body p{margin:0;color:var(--muted,#6d6a63);line-height:1.5}
.blog-excerpt{height:25%;overflow:hidden;font-size:14px}
.blog-card .text-link{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:30px;background:#1d5f35;color:#fff;text-decoration:none;font-weight:600;transition:.25s}
.blog-card .text-link:hover{transform:translateY(-2px)}
.blog-meta{display:none}
.blog-meta.light{color:rgba(255,255,255,.82)}
.blog-detail-hero{position:relative;min-height:560px;display:flex;align-items:flex-end;overflow:hidden;background:#171913}
.blog-detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.blog-detail-heading{position:relative;z-index:2;color:#fff;padding-bottom:70px;max-width:980px}
.blog-detail-heading h1{max-width:900px;font-size:clamp(42px,6vw,78px);line-height:1.02;margin:12px 0 18px}
.blog-detail-layout{max-width:980px}
.blog-article-copy{max-width:820px;margin:0 auto}
.blog-lead{font-size:clamp(20px,2.3vw,28px);line-height:1.55;margin:0 0 34px;color:#35382f}
.blog-rich-content{font-size:17px;line-height:1.85}
.blog-rich-content h2,.blog-rich-content h3,.blog-rich-content h4{line-height:1.2;margin-top:1.7em}
.blog-rich-content img{max-width:100%;height:auto;border-radius:18px}
.home-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:980px){.blog-grid,.home-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-detail-hero{min-height:480px}}
@media (max-width:680px), (max-device-width:680px){.blog-grid,.home-blog-grid{grid-template-columns:1fr}.blog-card{border-radius:18px}.blog-card-body{padding:19px}.blog-detail-hero{min-height:430px}.blog-detail-heading{padding-bottom:42px}.blog-detail-heading h1{font-size:clamp(36px,12vw,54px)}}

/* === User requested tweaks: header menu spacing + green WhatsApp button in booking bar === */
@media (min-width:1200px){
  .site-header .main-nav{
    margin-left:56px !important;
    margin-right:auto !important;
  }
  body[dir="rtl"] .site-header .main-nav,
  html[dir="rtl"] body.lang-ar .site-header .main-nav{
    margin-right:56px !important;
    margin-left:auto !important;
  }
}

.page-home .booking-wa-submit{
  background:#25D366 !important;
  color:#fff !important;
}
.page-home .booking-wa-submit:hover{
  background:#1fba57 !important;
}


/* === Booking bar cleanup: 4 fields + actions, no empty trailing column === */
@media (min-width:1200px){
  .page-home .booking-bar{
    grid-template-columns:minmax(285px,1.35fr) minmax(215px,1fr) minmax(190px,.9fr) minmax(190px,.78fr) minmax(240px,.86fr) !important;
  }
}

.page-home .booking-submit{
  background:#fff !important;
  color:var(--ink) !important;
  border-bottom:1px solid rgba(20,56,71,.12) !important;
}
.page-home .booking-submit:hover{
  background:#f7fbfc !important;
}
.page-home .booking-wa-submit{
  background:#25D366 !important;
  color:#fff !important;
}
.page-home .booking-wa-submit:hover{
  background:#1fba57 !important;
}

/* === Polished style for "Choose an experience" activities dropdown === */
.page-home .booking-experience-field,
.page-home .booking-bar label:first-child{
  position:relative;
  z-index:40;
}

.page-home .tc-custom-select-menu{
  max-height:min(360px,50vh);
  overflow-y:auto;
  padding:12px !important;
  border:1px solid rgba(48,175,255,.32) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(242,252,255,.98)) !important;
  box-shadow:0 24px 55px rgba(18,66,96,.22), 0 8px 20px rgba(48,175,255,.10) !important;
  scrollbar-width:thin;
  scrollbar-color:rgba(48,175,255,.55) rgba(146,238,255,.28);
}
.page-home .tc-custom-select-menu::-webkit-scrollbar{width:8px}
.page-home .tc-custom-select-menu::-webkit-scrollbar-track{background:rgba(146,238,255,.24);border-radius:999px}
.page-home .tc-custom-select-menu::-webkit-scrollbar-thumb{background:rgba(48,175,255,.55);border-radius:999px}
.page-home .tc-custom-select-menu::-webkit-scrollbar-thumb:hover{background:rgba(48,175,255,.75)}

.page-home .tc-custom-select-option{
  min-height:60px !important;
  margin-bottom:8px;
  padding:0 15px !important;
  border:1px solid rgba(48,175,255,.10);
  border-radius:14px !important;
  background:rgba(255,255,255,.78);
  box-shadow:0 1px 0 rgba(48,175,255,.06);
  transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.page-home .tc-custom-select-option:last-child{margin-bottom:0}
.page-home .tc-custom-select-option:hover,
.page-home .tc-custom-select-option:focus-visible{
  background:linear-gradient(180deg,rgba(146,238,255,.42),rgba(216,255,197,.42)) !important;
  border-color:rgba(48,175,255,.28);
  box-shadow:0 10px 22px rgba(48,175,255,.12);
  transform:translateY(-1px);
}
.page-home .tc-custom-select-option.is-selected{
  background:linear-gradient(180deg,rgba(48,175,255,.18),rgba(146,238,255,.28)) !important;
  border-color:rgba(48,175,255,.40);
  box-shadow:0 10px 24px rgba(48,175,255,.16);
}
.page-home .tc-custom-select-option-mark{
  width:12px !important;
  height:12px !important;
  border:2px solid #22B8CF !important;
  box-shadow:0 0 0 5px rgba(48,175,255,.10) !important;
}
.page-home .tc-custom-select-option.is-selected .tc-custom-select-option-mark{
  background:#22B8CF !important;
}
.page-home .tc-custom-select-option-check{
  color:#179b4d !important;
  font-size:16px !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .tc-custom-select-menu{
    max-height:min(300px,46vh);
    padding:9px !important;
    border-radius:16px !important;
  }
  .page-home .tc-custom-select-option{
    min-height:52px !important;
    margin-bottom:6px;
    padding:0 12px !important;
    border-radius:12px !important;
  }
}


/* === Brand logo support === */
.brand-mark.has-logo,
.footer-brand .brand-mark.has-logo{
  background:rgba(255,255,255,.10);
  overflow:hidden;
}
.brand-mark.has-logo img,
.footer-brand .brand-mark.has-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:8px;
}
.footer-brand .brand-mark.has-logo{
  background:rgba(255,255,255,.06);
}

/* === Activities listing refresh === */
.page-activities .experience-experience-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.page-activities .experience-experience-card{
  border:1px solid rgba(48,175,255,.12);
  box-shadow:0 18px 48px rgba(18,66,96,.10);
  transition:transform .22s ease, box-shadow .22s ease;
}
.page-activities .experience-experience-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 55px rgba(18,66,96,.16);
}
.page-activities .experience-experience-image{
  aspect-ratio:4/3;
  background:#F3FAFC;
}
.page-activities .experience-experience-image .experience-photo-primary{width:100%;height:100%;object-fit:cover}
.page-activities .experience-experience-body{padding:26px}
.page-activities .experience-experience-head h2{font-size:30px;line-height:1.08}
.page-activities .experience-experience-body>p{font-size:16px;min-height:70px}
.page-activities .experience-experience-facts span{background:#F3FAFC;border:1px solid rgba(48,175,255,.12)}
.page-activities .experience-price-badge{background:#fff;color:#073B4C;box-shadow:0 10px 22px rgba(18,66,96,.16)}
.page-activities .experience-experience-actions{display:grid;grid-template-columns:1fr auto;align-items:center}

/* === Modern activity detail page === */
.page-activity{background:#f7fafb}
.page-activity .site-header{
  position:sticky;
  top:0;
  height:98px;
  padding:18px 30px;
  color:var(--ink);
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 30px rgba(18,66,96,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.page-activity .site-header .main-nav>a:after{background:#22B8CF}
.page-activity .site-header .brand-mark{border-color:rgba(20,56,71,.18);color:var(--ink);background:#fff}
.page-activity .site-header .menu-toggle span{background:var(--ink)}
.page-activity .desktop-language-menu .language-menu-toggle{color:var(--ink);border-color:rgba(20,56,71,.16);background:#fff}
.page-activity .header-actions .btn{display:none}
.page-activity .activity-modern-shell{padding-top:26px}
.page-activity .container{width:min(1280px,calc(100% - 40px))}
.activity-back-link{display:inline-flex;align-items:center;gap:8px;color:#22B8CF;font-weight:700;margin-bottom:20px}
.activity-modern-top-grid{display:grid;grid-template-columns:minmax(0,1.08fr) 340px;gap:28px;align-items:start}
.activity-modern-main{display:grid;gap:18px}
.activity-modern-hero-card,.activity-summary-card,.activity-content-card,.activity-modern-book-card,.activity-related-card{
  background:#fff;
  border:1px solid rgba(20,56,71,.08);
  box-shadow:0 12px 34px rgba(18,66,96,.06);
  border-radius:28px;
}
.activity-modern-hero-card{padding:10px}
.activity-modern-hero-card img{width:100%;height:460px;object-fit:cover;border-radius:22px}
.activity-modern-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.activity-quick-card{
  min-height:118px;
  padding:18px;
  border-radius:24px;
  border:1px solid rgba(20,56,71,.08);
  background:#fff;
  display:flex;align-items:center;gap:14px;
}
.activity-quick-card strong{display:block;font-size:15px;line-height:1.2;margin-bottom:8px;color:#51677a}
.activity-quick-card small{display:block;font-size:24px;font-weight:800;line-height:1.25;color:#102c3d}
.activity-quick-icon{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;font-size:24px;flex:0 0 56px}
.tone-mint .activity-quick-icon{background:#e6f7ef;color:#11825f}
.tone-lilac .activity-quick-icon{background:#f2ebff;color:#7e38ea}
.tone-sky .activity-quick-icon{background:#fff7e8;color:#22B8CF}
.tone-blue .activity-quick-icon{background:#edf6ff;color:#0f82d9}
.activity-modern-sidebar{display:grid;gap:18px;position:sticky;top:120px}
.activity-modern-book-card{padding:24px}
.activity-modern-book-price{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.activity-modern-book-price span{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#7a8791;font-weight:800}
.activity-modern-book-price strong{font-size:38px;color:#22B8CF;line-height:1}
.activity-book-btn{width:100%;background:#22B8CF;color:#fff;border-radius:16px;margin:0 0 12px;min-height:56px}
.activity-wa-btn{width:100%;background:#fff;border:1.5px solid #27c266;color:#12984a;border-radius:16px;min-height:56px}
.activity-related-card{padding:20px}
.activity-related-card h3{margin:0 0 14px;font-size:24px;font-family:'Cormorant Garamond',serif}
.activity-related-list{display:grid;gap:14px}
.activity-related-item{display:grid;grid-template-columns:94px 1fr;gap:14px;align-items:center;padding:10px;border:1px solid rgba(20,56,71,.08);border-radius:18px;background:#fff}
.activity-related-item img{width:94px;height:76px;object-fit:cover;border-radius:16px}
.activity-related-item strong{display:block;font-size:17px;line-height:1.25;margin-bottom:4px}
.activity-related-item small{color:#6c7a84;font-size:14px}
.activity-summary-card{padding:28px 30px;margin-top:24px}
.activity-summary-card p{margin:0;font-size:18px;line-height:1.85;color:#243f51}
.activity-content-card{padding:34px 36px;margin-top:22px}
.activity-content-card h2{font-size:28px;line-height:1.15;margin:0 0 20px;color:#0e2a3c;font-family:'Cormorant Garamond',serif}
.activity-rich-content,.activity-content-card>p{font-size:18px;line-height:1.95;color:#263f50}
.activity-rich-content h2,.activity-rich-content h3{font-size:22px;line-height:1.2;margin:34px 0 16px;color:#0e2a3c;font-family:'Cormorant Garamond',serif}
.activity-rich-content h2:first-child,.activity-rich-content h3:first-child{margin-top:0}
.activity-rich-content p{margin:0 0 18px}
.activity-rich-content ul,.activity-rich-content ol{margin:0;padding:0;list-style:none;display:grid;gap:14px}
.activity-rich-content ul li,.activity-included-list-modern li{position:relative;padding-left:28px;min-height:22px}
.activity-rich-content ul li::before,.activity-included-list-modern li::before{content:'';position:absolute;left:0;top:.6em;width:10px;height:10px;border-radius:50%;background:#22B8CF;box-shadow:0 0 0 6px rgba(223,122,0,.10)}
.activity-rich-content ol{counter-reset:activitySteps;gap:18px}
.activity-rich-content ol li{position:relative;padding-left:58px;min-height:42px}
.activity-rich-content ol li::before{counter-increment:activitySteps;content:counter(activitySteps);position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#22B8CF;color:#fff;font-weight:800;box-shadow:0 8px 18px rgba(34,184,207,.22)}
.activity-rich-content blockquote{margin:22px 0;padding:22px 24px;border-radius:22px;background:#fffaf0;border:1px solid rgba(34,184,207,.20)}
.activity-rich-content table{width:100%;border-collapse:collapse;margin:14px 0}
.activity-rich-content td,.activity-rich-content th{border:1px solid rgba(20,56,71,.08);padding:12px}
.activity-included-card{background:linear-gradient(180deg,#fbfffd,#f7fbf7)}
.activity-included-list-modern{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px}
.activity-included-list-modern li{font-size:17px;line-height:1.6}
.activity-gallery-grid-modern{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.activity-gallery-grid-modern img{width:100%;height:250px;object-fit:cover;border-radius:18px}

@media (max-width:1180px){
  .page-activities .experience-experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .activity-modern-top-grid{grid-template-columns:1fr}
  .activity-modern-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
}
@media (max-width:820px), (max-device-width:820px){
  .page-activity .site-header{height:86px;padding:14px 16px}
  .page-activity .brand{gap:10px}.page-activity .brand strong{font-size:18px}.page-activity .brand small{font-size:9px;letter-spacing:.14em}
  .page-activity .site-header .main-nav{background:rgba(255,255,255,.98);color:var(--ink)}
  .page-activity .site-header .main-nav>a{font-size:24px}
  .page-activity .site-header .main-nav>a:after{background:#22B8CF}
  .page-activity .mobile-language-menu .language-menu-toggle{color:var(--ink);border-color:rgba(20,56,71,.14)}
  .page-activity .mobile-book{display:none !important}
  .page-activity .container{width:calc(100% - 16px)}
  .page-activities .experience-experience-grid{grid-template-columns:1fr}
  .activity-back-link{margin-bottom:14px;font-size:15px}
  .activity-modern-top-grid{gap:16px}
  .activity-modern-hero-card{padding:8px;border-radius:22px}
  .activity-modern-hero-card img{height:220px;border-radius:18px}
  .activity-modern-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .activity-quick-card{min-height:110px;padding:14px 12px;border-radius:20px;gap:10px;align-items:flex-start}
  .activity-quick-icon{width:48px;height:48px;flex-basis:48px;border-radius:16px;font-size:20px}
  .activity-quick-card strong{font-size:12px;margin-bottom:6px}
  .activity-quick-card small{font-size:14px;line-height:1.45}
  .activity-modern-sidebar{grid-template-columns:1fr;gap:16px}
  .activity-modern-book-card{padding:18px 16px;border-radius:22px}
  .activity-modern-book-price strong{font-size:28px}
  .activity-book-btn,.activity-wa-btn{min-height:48px;border-radius:14px;font-size:16px}
  .activity-related-card{padding:16px;border-radius:22px}
  .activity-related-card h3{font-size:18px;margin-bottom:12px}
  .activity-related-item{grid-template-columns:82px 1fr;padding:8px;border-radius:16px}
  .activity-related-item img{width:82px;height:66px;border-radius:14px}
  .activity-related-item strong{font-size:15px}
  .activity-summary-card,.activity-content-card{padding:20px 18px;border-radius:22px;margin-top:16px}
  .activity-summary-card p,.activity-rich-content,.activity-content-card>p{font-size:16px;line-height:1.8}
  .activity-content-card h2{font-size:18px;margin-bottom:16px}
  .activity-rich-content h2,.activity-rich-content h3{font-size:17px;margin:24px 0 12px}
  .activity-rich-content ul,.activity-rich-content ol{gap:12px}
  .activity-rich-content ul li,.activity-included-list-modern li{padding-left:24px}
  .activity-rich-content ol li{padding-left:48px}
  .activity-rich-content ol li::before{width:32px;height:32px}
  .activity-included-list-modern{grid-template-columns:1fr;gap:12px}
  .activity-gallery-grid-modern{grid-template-columns:1fr;gap:12px}
  .activity-gallery-grid-modern img{height:200px;border-radius:16px}
}

/* === Logo without frame + 50% larger === */
.brand-mark.has-logo{
  width:96px !important;
  height:96px !important;
  border:none !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  overflow:visible !important;
}
.brand-mark.has-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:0 !important;
  display:block;
}
.footer-brand .brand-mark.has-logo{
  width:92px !important;
  height:92px !important;
  border:none !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  overflow:visible !important;
}
.footer-brand .brand-mark.has-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  padding:0 !important;
}

@media (max-width:820px), (max-device-width:820px){
  .brand-mark.has-logo{
    width:78px !important;
    height:78px !important;
  }
  .footer-brand .brand-mark.has-logo{
    width:74px !important;
    height:74px !important;
  }
}

/* === User tweak: shorter activity card excerpt + booking colors use website palette === */
.page-activities .experience-experience-card .experience-experience-body{
  display:flex;
  flex-direction:column;
}
.page-activities .experience-experience-card .experience-experience-body>p{
  min-height:0 !important;
  margin:10px 0 12px !important;
  display:block !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  -webkit-line-clamp:unset !important;
}
.page-activities .experience-experience-card .experience-experience-facts{
  margin:0 0 14px !important;
}
.page-activities .experience-experience-card .experience-experience-actions{
  margin-top:auto;
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.page-activities .experience-experience-card .experience-experience-actions .btn{
  width:100%;
  min-width:0;
}
.page-activities .experience-experience-card .experience-experience-actions .btn-gold{
  background:#22B8CF;
  color:#fff;
}
.page-activities .experience-experience-card .experience-experience-actions .btn-whatsapp{
  background:#22B8CF;
  color:#073B4C;
  border:1px solid rgba(48,175,255,.24);
}

.activity-book-btn{
  background:#22B8CF !important;
  color:#fff !important;
}
.activity-book-btn:hover{
  background:#0E7490 !important;
}
.activity-wa-btn{
  background:#22B8CF !important;
  color:#073B4C !important;
  border:1.5px solid rgba(48,175,255,.35) !important;
}
.activity-wa-btn:hover{
  background:#F3FAFC !important;
  color:#073B4C !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-activities .experience-experience-card{height:auto !important; min-height:0 !important;}
  .page-activities .experience-experience-card .experience-experience-body{padding:18px 16px 16px}
  .page-activities .experience-experience-card .experience-experience-head h2,
  .page-activities .experience-experience-card .experience-experience-head h3{
    font-size:23px !important;
    line-height:1.1 !important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .page-activities .experience-experience-card .experience-experience-body>p{
    font-size:14px !important;
    margin:8px 0 10px !important;
  }
  .page-activities .experience-experience-card .experience-experience-facts{
    gap:6px;
    margin-bottom:10px !important;
  }
  .page-activities .experience-experience-card .experience-experience-actions .btn{
    min-height:44px !important;
    font-size:14px !important;
    padding:0 12px !important;
  }
}

/* === Activity detail spacing + unified quick-info panel === */
.page-activity .activity-modern-shell{
  padding-top:48px !important;
}

.page-activity .activity-modern-main{
  gap:22px !important;
}

.page-activity .activity-modern-hero-card{
  overflow:hidden;
}

/* Put the four info items inside one clean framed panel. */
.page-activity .activity-modern-quick-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  padding:22px !important;
  background:#fff !important;
  border:1px solid rgba(20,56,71,.10) !important;
  border-radius:28px !important;
  box-shadow:0 12px 34px rgba(18,66,96,.07) !important;
}

.page-activity .activity-quick-card{
  min-height:112px !important;
  padding:16px 18px !important;
  border:1px solid rgba(48,175,255,.14) !important;
  border-radius:20px !important;
  background:#fff !important;
  box-shadow:none !important;
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  gap:14px !important;
  align-items:center !important;
}

.page-activity .activity-quick-icon{
  width:58px !important;
  height:58px !important;
  flex:0 0 58px !important;
  border-radius:18px !important;
}

.page-activity .activity-quick-card strong{
  margin:0 0 5px !important;
  font-size:14px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  color:#597083 !important;
}

.page-activity .activity-quick-card small{
  margin:0 !important;
  font-size:17px !important;
  line-height:1.32 !important;
  font-weight:800 !important;
  color:#102c3d !important;
  overflow-wrap:anywhere;
}

@media (max-width:1180px){
  .page-activity .activity-modern-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-modern-shell{
    padding-top:24px !important;
  }

  .page-activity .activity-modern-quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:12px !important;
    border-radius:22px !important;
  }

  .page-activity .activity-quick-card{
    min-height:98px !important;
    padding:12px !important;
    grid-template-columns:46px minmax(0,1fr) !important;
    gap:10px !important;
    border-radius:16px !important;
    align-items:center !important;
  }

  .page-activity .activity-quick-icon{
    width:46px !important;
    height:46px !important;
    flex-basis:46px !important;
    border-radius:15px !important;
    font-size:19px !important;
  }

  .page-activity .activity-quick-card strong{
    font-size:11px !important;
    margin-bottom:4px !important;
  }

  .page-activity .activity-quick-card small{
    font-size:13px !important;
    line-height:1.28 !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-modern-shell{
    padding-top:18px !important;
  }

  .page-activity .activity-modern-quick-grid{
    padding:10px !important;
    gap:9px !important;
    border-radius:20px !important;
  }

  .page-activity .activity-quick-card{
    min-height:92px !important;
    padding:10px !important;
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:8px !important;
    border-radius:15px !important;
  }

  .page-activity .activity-quick-icon{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
    border-radius:14px !important;
    font-size:18px !important;
  }

  .page-activity .activity-quick-card small{
    font-size:12.5px !important;
  }
}

/* === Strong separation between sticky activity header and page media === */
.page-activity .activity-modern-shell{
  padding-top:78px !important;
}
.page-activity .activity-back-link{
  margin-bottom:28px !important;
}
.page-activity .activity-modern-top-grid{
  margin-top:0 !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-modern-shell{
    padding-top:42px !important;
  }
  .page-activity .activity-back-link{
    margin-bottom:18px !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-modern-shell{
    padding-top:34px !important;
  }
  .page-activity .activity-back-link{
    margin-bottom:16px !important;
  }
}

/* === User tweak: halve Highlights + Languages content size only === */
.page-activity .activity-quick-card.tone-sky .activity-quick-icon,
.page-activity .activity-quick-card.tone-blue .activity-quick-icon{
  width:29px !important;
  height:29px !important;
  flex-basis:29px !important;
  border-radius:9px !important;
  font-size:12px !important;
}
.page-activity .activity-quick-card.tone-sky,
.page-activity .activity-quick-card.tone-blue{
  grid-template-columns:29px minmax(0,1fr) !important;
  gap:8px !important;
}
.page-activity .activity-quick-card.tone-sky strong,
.page-activity .activity-quick-card.tone-blue strong{
  font-size:7px !important;
  margin-bottom:3px !important;
}
.page-activity .activity-quick-card.tone-sky small,
.page-activity .activity-quick-card.tone-blue small{
  font-size:8.5px !important;
  line-height:1.3 !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  .page-activity .activity-quick-card.tone-blue .activity-quick-icon{
    width:23px !important;
    height:23px !important;
    flex-basis:23px !important;
    border-radius:8px !important;
    font-size:9.5px !important;
  }
  .page-activity .activity-quick-card.tone-sky,
  .page-activity .activity-quick-card.tone-blue{
    grid-template-columns:23px minmax(0,1fr) !important;
    gap:6px !important;
  }
  .page-activity .activity-quick-card.tone-sky strong,
  .page-activity .activity-quick-card.tone-blue strong{
    font-size:5.5px !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:6.5px !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  .page-activity .activity-quick-card.tone-blue .activity-quick-icon{
    width:21px !important;
    height:21px !important;
    flex-basis:21px !important;
    font-size:9px !important;
  }
  .page-activity .activity-quick-card.tone-sky,
  .page-activity .activity-quick-card.tone-blue{
    grid-template-columns:21px minmax(0,1fr) !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:6.25px !important;
  }
}

/* === Slightly increase Highlights + Languages after half-size tweak === */
.page-activity .activity-quick-card.tone-sky .activity-quick-icon,
.page-activity .activity-quick-card.tone-blue .activity-quick-icon{
  width:36px !important;
  height:36px !important;
  flex-basis:36px !important;
  border-radius:11px !important;
  font-size:15px !important;
}
.page-activity .activity-quick-card.tone-sky,
.page-activity .activity-quick-card.tone-blue{
  grid-template-columns:36px minmax(0,1fr) !important;
  gap:9px !important;
}
.page-activity .activity-quick-card.tone-sky strong,
.page-activity .activity-quick-card.tone-blue strong{
  font-size:9px !important;
  margin-bottom:4px !important;
}
.page-activity .activity-quick-card.tone-sky small,
.page-activity .activity-quick-card.tone-blue small{
  font-size:11px !important;
  line-height:1.32 !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  .page-activity .activity-quick-card.tone-blue .activity-quick-icon{
    width:29px !important;
    height:29px !important;
    flex-basis:29px !important;
    border-radius:9px !important;
    font-size:12px !important;
  }
  .page-activity .activity-quick-card.tone-sky,
  .page-activity .activity-quick-card.tone-blue{
    grid-template-columns:29px minmax(0,1fr) !important;
    gap:7px !important;
  }
  .page-activity .activity-quick-card.tone-sky strong,
  .page-activity .activity-quick-card.tone-blue strong{
    font-size:7px !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:8.5px !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  .page-activity .activity-quick-card.tone-blue .activity-quick-icon{
    width:27px !important;
    height:27px !important;
    flex-basis:27px !important;
    font-size:11px !important;
  }
  .page-activity .activity-quick-card.tone-sky,
  .page-activity .activity-quick-card.tone-blue{
    grid-template-columns:27px minmax(0,1fr) !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:8px !important;
  }
}

/* === Always-visible header while scrolling === */
.site-header{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:500 !important;
  transition:background-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease;
}
.site-header.is-scrolled{
  background:rgba(20,72,103,.94) !important;
  box-shadow:0 10px 28px rgba(10,35,50,.18) !important;
  -webkit-backdrop-filter:blur(12px) saturate(120%);
  backdrop-filter:blur(12px) saturate(120%);
}

/* Activity detail keeps its clean white header while fixed. */
.page-activity .site-header,
.page-activity .site-header.is-scrolled{
  position:fixed !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 8px 26px rgba(18,66,96,.10) !important;
  -webkit-backdrop-filter:blur(12px) saturate(115%);
  backdrop-filter:blur(12px) saturate(115%);
}
.page-activity .activity-modern-shell{
  padding-top:138px !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-modern-shell{
    padding-top:112px !important;
  }
}
@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-modern-shell{
    padding-top:104px !important;
  }
}

/* === Compact always-visible header === */
@media (min-width:821px){
  .site-header{
    height:86px !important;
    padding:7px 32px !important;
    gap:20px !important;
  }
  .site-header .brand{
    min-width:290px !important;
    gap:12px !important;
  }
  .site-header .brand-mark.has-logo{
    width:70px !important;
    height:70px !important;
  }
  .site-header .brand strong{
    font-size:24px !important;
    line-height:1.05 !important;
  }
  .site-header .brand small{
    margin-top:5px !important;
    font-size:9.5px !important;
    letter-spacing:.20em !important;
  }
  .site-header .main-nav{
    gap:24px !important;
    font-size:15px !important;
  }
  .site-header .main-nav>a{padding:9px 0 !important}
  .site-header .language-menu-toggle{
    min-height:42px !important;
    width:66px !important;
    font-size:14px !important;
  }
}

@media (max-width:820px), (max-device-width:820px){
  .site-header{
    height:72px !important;
    padding:7px 12px !important;
  }
  .site-header .brand-mark.has-logo{
    width:54px !important;
    height:54px !important;
  }
  .site-header .brand strong{font-size:17px !important}
  .site-header .brand small{font-size:8px !important;margin-top:3px !important}
  .site-header .menu-toggle{width:42px !important;height:42px !important}
}

/* Keep activity content clear of the newly compact fixed header. */
.page-activity .activity-modern-shell{padding-top:108px !important}
@media (max-width:820px), (max-device-width:820px){.page-activity .activity-modern-shell{padding-top:88px !important}}
@media (max-width:520px), (max-device-width:520px){.page-activity .activity-modern-shell{padding-top:82px !important}}

/* === Homepage activities: compact three-card layout inspired by the reference === */
.home-activities-section{background:#f4fbfd !important}
.page-home .home-activity-grid{
  width:min(1480px,calc(100% - 48px));
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.page-home .home-activity-card{
  min-width:0;
  background:#fff;
  border:1px solid rgba(20,56,71,.10);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(18,66,96,.08);
  display:flex;
  flex-direction:column;
  transition:transform .2s ease,box-shadow .2s ease;
}
.page-home .home-activity-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(18,66,96,.13);
}
.page-home .home-activity-image{
  position:relative;
  display:block;
  height:260px;
  margin:14px 14px 0;
  overflow:hidden;
  border-radius:19px;
  background:#F3FAFC;
}
.page-home .home-activity-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.page-home .home-activity-card:hover .home-activity-image img{transform:scale(1.025)}
.page-home .home-activity-price{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  padding:9px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#073B4C;
  box-shadow:0 6px 16px rgba(18,66,96,.14);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
.page-home .home-activity-body{
  flex:1;
  padding:20px 20px 18px;
  display:flex;
  flex-direction:column;
  min-width:0;
}
.page-home .home-activity-body h3{
  margin:0;
  font-family:'Manrope',sans-serif;
  font-size:22px;
  line-height:1.25;
  font-weight:800;
  min-height:55px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.page-home .home-activity-body h3 a{display:block}
.page-home .home-activity-body>p{
  margin:10px 0 18px;
  color:#607078;
  font-size:15px;
  line-height:1.5;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.page-home .home-activity-actions{
  margin-top:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.page-home .home-activity-actions .btn{
  width:100%;
  min-height:46px;
  padding:0 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
}
.page-home .home-activity-book{
  background:#22B8CF;
  color:#fff;
}
.page-home .home-activity-book:hover{background:#0E7490}
.page-home .home-activity-whatsapp{
  background:#22B8CF;
  color:#073B4C;
  border:1px solid rgba(48,175,255,.30);
}
.page-home .home-activity-whatsapp:hover{background:#F3FAFC}

@media (max-width:1100px){
  .page-home .home-activity-grid{
    width:min(900px,calc(100% - 40px));
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .page-home .home-activity-image{height:245px}
}
@media (max-width:720px), (max-device-width:720px){
  .page-home .home-activity-grid{
    width:min(560px,calc(100% - 24px));
    grid-template-columns:1fr;
    gap:18px;
  }
  .page-home .home-activity-image{height:230px;margin:10px 10px 0}
  .page-home .home-activity-body{padding:17px 16px 15px}
  .page-home .home-activity-body h3{font-size:20px;min-height:auto}
  .page-home .home-activity-body>p{font-size:14px;margin:8px 0 14px}
  .page-home .home-activity-actions .btn{min-height:44px;font-size:13px}
}

/* === Final booking bar: Experience type -> filtered activity/package === */
.page-home .booking-item-field select:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.page-home .booking-type-field,
.page-home .booking-item-field{
  position:relative;
  z-index:45;
}
@media (min-width:1200px){
  .page-home .booking-bar{
    grid-template-columns:minmax(175px,.82fr) minmax(260px,1.22fr) minmax(175px,.82fr) minmax(125px,.58fr) minmax(150px,.68fr) minmax(220px,.9fr) !important;
  }
}
@media (min-width:821px) and (max-width:1199px){
  .page-home .booking-bar{
    grid-template-columns:1fr 1.3fr 1fr !important;
  }
  .page-home .booking-bar-actions{
    grid-column:auto !important;
  }
}
@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar label:first-of-type,
  .page-home .booking-bar label:nth-of-type(2),
  .page-home .booking-bar .booking-promo-field{
    grid-column:span 2;
  }
  .page-home .booking-bar label:nth-of-type(2){
    border-right:0;
  }
  .page-home .booking-bar-actions{
    grid-column:span 2 !important;
  }
}

/* === Mobile navigation must look identical at every scroll position === */
@media (max-width:820px), (max-device-width:820px){
  body.menu-open{
    overflow:hidden !important;
  }
  body.menu-open .site-header,
  body.menu-open.page-activity .site-header,
  body.menu-open .site-header.is-scrolled,
  body.menu-open.page-activity .site-header.is-scrolled{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100vh !important;
    padding:0 !important;
    margin:0 !important;
    background:rgba(5,22,18,.985) !important;
    box-shadow:none !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    overflow:hidden !important;
    z-index:2000 !important;
  }
  body.menu-open .site-header .brand{
    position:absolute !important;
    top:8px !important;
    left:10px !important;
    z-index:2001 !important;
    opacity:.08;
    pointer-events:none;
  }
  body.menu-open .site-header .menu-toggle{
    display:block !important;
    position:fixed !important;
    top:10px !important;
    right:10px !important;
    left:auto !important;
    width:46px !important;
    height:46px !important;
    margin:0 !important;
    z-index:2010 !important;
  }
  body.menu-open .site-header .menu-toggle span,
  body.menu-open.page-activity .site-header .menu-toggle span{
    background:#fff !important;
  }
  body.menu-open .site-header .main-nav,
  body.menu-open.page-activity .site-header .main-nav{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100dvh !important;
    margin:0 !important;
    padding:66px 22px 26px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:17px !important;
    background:transparent !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    overflow-y:auto !important;
    z-index:2005 !important;
  }
  body.menu-open .site-header .main-nav>a:not(.mobile-book),
  body.menu-open.page-activity .site-header .main-nav>a:not(.mobile-book){
    color:#fff !important;
    font-size:18px !important;
    line-height:1.15 !important;
    padding:8px 0 !important;
  }
  body.menu-open .site-header .main-nav>a:after{
    background:#22B8CF !important;
  }
  body.menu-open .site-header .mobile-language-menu{
    display:block !important;
    margin-top:4px !important;
  }
  body.menu-open .site-header .mobile-language-menu .language-menu-toggle{
    color:#fff !important;
    border-color:rgba(255,255,255,.25) !important;
    background:rgba(255,255,255,.08) !important;
  }
  body.menu-open .site-header .mobile-book,
  body.menu-open.page-activity .site-header .mobile-book{
    display:flex !important;
    min-height:46px !important;
    margin-top:4px !important;
    padding:0 24px !important;
    border-radius:999px !important;
    background:#22B8CF !important;
    color:#102c3d !important;
    font-size:16px !important;
  }
}

/* === Premium booking controls: type, item, date + text guests === */
.page-home .booking-type-field,
.page-home .booking-item-field,
.page-home .booking-date-field{
  overflow:visible;
}
.page-home .booking-bar .tc-custom-select{
  position:relative;
  width:100%;
  min-width:0;
  z-index:75;
}
.page-home .booking-bar .tc-custom-select.is-disabled{opacity:.62}
.page-home .booking-bar .tc-custom-select.is-ready>select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.page-home .booking-bar .tc-custom-select-toggle,
.page-home .tc-date-toggle{
  width:100%;
  min-width:0;
  min-height:30px;
  padding:0;
  border:0;
  background:transparent;
  color:#073B4C;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font:inherit;
  font-size:15px!important;
  font-weight:750!important;
  text-align:left;
  cursor:pointer;
}
.page-home .booking-bar .tc-custom-select-toggle:disabled{cursor:not-allowed}
.page-home .booking-bar .tc-custom-select-value,
.page-home .tc-date-value{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.page-home .booking-bar .tc-custom-select-chevron{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-right:2px solid #073B4C;
  border-bottom:2px solid #073B4C;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s ease;
}
.page-home .booking-bar .tc-custom-select.is-open .tc-custom-select-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.page-home .booking-bar .tc-custom-select-menu{
  position:absolute;
  left:-12px;
  right:-12px;
  bottom:calc(100% + 12px);
  z-index:500;
  max-height:330px;
  overflow:auto;
  padding:9px;
  border:1px solid rgba(48,175,255,.25)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(239,252,255,.99))!important;
  box-shadow:0 24px 60px rgba(18,66,96,.23)!important;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px) scale(.985);
  transform-origin:bottom center;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.page-home .booking-bar .tc-custom-select.is-open .tc-custom-select-menu{opacity:1;visibility:visible;transform:none}
.page-home .booking-bar .tc-custom-select-option{
  width:100%;
  min-height:50px;
  margin:0 0 6px;
  padding:0 12px;
  border:1px solid rgba(48,175,255,.08)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.82)!important;
  color:#073B4C!important;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  font:inherit;
  font-size:14px!important;
  font-weight:700!important;
  text-align:left;
  cursor:pointer;
  transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.page-home .booking-bar .tc-custom-select-option:last-child{margin-bottom:0}
.page-home .booking-bar .tc-custom-select-option:hover,
.page-home .booking-bar .tc-custom-select-option:focus-visible{
  outline:none;
  transform:translateY(-1px);
  background:linear-gradient(135deg,rgba(146,238,255,.45),rgba(216,255,197,.46))!important;
  border-color:rgba(48,175,255,.28)!important;
  box-shadow:0 8px 20px rgba(48,175,255,.11);
}
.page-home .booking-bar .tc-custom-select-option.is-selected{
  background:linear-gradient(135deg,rgba(48,175,255,.18),rgba(146,238,255,.32))!important;
  border-color:rgba(48,175,255,.36)!important;
}
.page-home .booking-bar .tc-custom-select-option-mark{
  width:10px;
  height:10px;
  border-radius:50%;
  border:2px solid #22B8CF!important;
  box-shadow:0 0 0 4px rgba(48,175,255,.09)!important;
}
.page-home .booking-bar .tc-custom-select-option.is-selected .tc-custom-select-option-mark{background:#22B8CF!important}
.page-home .booking-bar .tc-custom-select-option-check{color:#159b51!important;font-weight:900;opacity:0}
.page-home .booking-bar .tc-custom-select-option.is-selected .tc-custom-select-option-check{opacity:1}

/* Custom calendar, matching the same dropdown language. */
.page-home .tc-date-picker{position:relative;width:100%;z-index:74}
.page-home .tc-date-picker:not(.is-ready) .tc-date-toggle,
.page-home .tc-date-picker:not(.is-ready) .tc-date-popover{display:none}
.page-home .tc-date-picker.is-ready .tc-date-native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.page-home .tc-date-icon{
  width:25px;
  height:25px;
  flex:0 0 25px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:rgba(48,175,255,.11);
  color:#0E7490;
  font-size:12px;
}
.page-home .tc-date-popover{
  position:absolute;
  left:-12px;
  bottom:calc(100% + 12px);
  z-index:510;
  width:min(330px,82vw);
  padding:14px;
  border:1px solid rgba(48,175,255,.25);
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f2fcff);
  box-shadow:0 24px 60px rgba(18,66,96,.24);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px) scale(.985);
  transform-origin:bottom left;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.page-home .tc-date-picker.is-open .tc-date-popover{opacity:1;visibility:visible;transform:none}
.page-home .tc-date-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;gap:8px;margin-bottom:12px}
.page-home .tc-date-head strong{text-align:center;font-size:15px;text-transform:capitalize;color:#073B4C}
.page-home .tc-date-nav{
  width:38px;height:38px;border:0;border-radius:12px;background:#eaf9ff;color:#073B4C;font-size:24px;cursor:pointer;
}
.page-home .tc-date-nav:hover{background:#22B8CF}
.page-home .tc-date-nav:disabled{opacity:.35;cursor:not-allowed}
.page-home .tc-date-weekdays,
.page-home .tc-date-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.page-home .tc-date-weekdays{margin-bottom:5px}
.page-home .tc-date-weekdays span{text-align:center;font-size:10px;font-weight:800;text-transform:uppercase;color:#7b8b93}
.page-home .tc-date-day,
.page-home .tc-date-blank{aspect-ratio:1;min-width:0}
.page-home .tc-date-day{
  border:0;border-radius:11px;background:#fff;color:#073B4C;font:inherit;font-size:12px;font-weight:750;cursor:pointer;
}
.page-home .tc-date-day:hover{background:#22B8CF}
.page-home .tc-date-day.is-today{box-shadow:inset 0 0 0 1.5px #22B8CF}
.page-home .tc-date-day.is-selected{background:#22B8CF;color:#fff;box-shadow:0 7px 16px rgba(48,175,255,.28)}
.page-home .tc-date-day:disabled{opacity:.25;cursor:not-allowed;background:transparent}

/* Guests is intentionally a text/numeric-entry field, not a number dropdown. */
.page-home .booking-guests-field input{
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:#073B4C;
  font:inherit;
  font-size:15px!important;
  font-weight:750!important;
  -webkit-text-fill-color:#073B4C!important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar .tc-custom-select-menu,
  .page-home .tc-date-popover{
    top:calc(100% + 8px);
    bottom:auto;
    transform-origin:top center;
  }
  .page-home .booking-bar .tc-custom-select-menu{left:-8px;right:-8px;max-height:260px;padding:7px;border-radius:15px!important}
  .page-home .booking-bar .tc-custom-select-option{min-height:44px;padding:0 10px;font-size:12.5px!important;border-radius:11px!important}
  .page-home .booking-bar .tc-custom-select-toggle,
  .page-home .tc-date-toggle,
  .page-home .booking-guests-field input{font-size:12px!important;min-height:22px}
  .page-home .tc-date-popover{left:-7px;width:min(304px,92vw);padding:11px;border-radius:16px}
}

/* Price displayed inside the Activity / Package selector */
.page-home .booking-item-field .tc-custom-select-option-label{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.page-home .booking-item-field .tc-option-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.page-home .booking-item-field .tc-option-price{
  flex:0 0 auto;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(48,175,255,.13);
  color:#187fc0;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
@media (max-width:520px), (max-device-width:520px){
  .page-home .booking-item-field .tc-option-price{font-size:11px;padding:4px 7px}
}

/* === Mobile booking controls: always open upward and above every bar layer === */
@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-bar{
    overflow:visible !important;
    isolation:auto !important;
  }
  .page-home .booking-type-field,
  .page-home .booking-item-field,
  .page-home .booking-date-field{
    overflow:visible !important;
    position:relative !important;
  }
  .page-home .booking-type-field:has(.tc-custom-select.is-open),
  .page-home .booking-item-field:has(.tc-custom-select.is-open),
  .page-home .booking-date-field:has(.tc-date-picker.is-open){
    z-index:10020 !important;
  }
  .page-home .booking-bar .tc-custom-select.is-open,
  .page-home .tc-date-picker.is-open{
    z-index:10030 !important;
  }
  .page-home .booking-bar .tc-custom-select-menu,
  .page-home .tc-date-popover{
    top:auto !important;
    bottom:calc(100% + 8px) !important;
    z-index:10040 !important;
    transform-origin:bottom center !important;
  }
  .page-home .booking-bar .tc-custom-select-menu{
    max-height:min(270px,52vh) !important;
  }
  .page-home .tc-date-popover{
    max-height:min(360px,58vh) !important;
    overflow:auto !important;
  }

  /* While a selector/calendar is open, booking CTA buttons cannot be clicked underneath it. */
  .page-home .booking-bar:has(.tc-custom-select.is-open, .tc-date-picker.is-open) .booking-bar-actions{
    pointer-events:none !important;
    user-select:none !important;
    opacity:.48 !important;
    filter:saturate(.7) !important;
  }
  .page-home .booking-bar-actions{
    position:relative;
    z-index:1;
    transition:opacity .16s ease,filter .16s ease;
  }
}

/* === Mobile: move logo + site name closer to the screen edge === */
@media (max-width:820px), (max-device-width:820px){
  body:not([dir="rtl"]) .site-header .brand{
    transform:translateX(-8px) !important;
  }
  body[dir="rtl"] .site-header .brand,
  html[dir="rtl"] body.lang-ar .site-header .brand{
    transform:translateX(8px) !important;
  }
}


/* === Admin content heading syntax: #H1#, ##H2##, ###H3### === */
.rich-content h1{
  margin:34px 0 18px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,4.2vw,54px);
  line-height:1.08;
  color:var(--ink);
}
.rich-content h2{
  margin:30px 0 16px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(30px,3.2vw,40px);
  line-height:1.12;
  color:var(--ink);
}
.rich-content h3{
  margin:26px 0 14px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(23px,2.4vw,30px);
  line-height:1.18;
  color:var(--ink);
}
.rich-content h1:first-child,.rich-content h2:first-child,.rich-content h3:first-child{margin-top:0}

/* Keep activity-specific content hierarchy consistent with the marker semantics. */
.activity-rich-content h1{font-size:clamp(36px,3.6vw,48px) !important}
.activity-rich-content h2{font-size:clamp(28px,2.8vw,36px) !important}
.activity-rich-content h3{font-size:clamp(22px,2.2vw,28px) !important}

@media (max-width:820px), (max-device-width:820px){
  .rich-content h1,.activity-rich-content h1{font-size:30px !important;margin:26px 0 14px}
  .rich-content h2,.activity-rich-content h2{font-size:24px !important;margin:22px 0 12px}
  .rich-content h3,.activity-rich-content h3{font-size:20px !important;margin:20px 0 10px}
}


/* === Unified Activity + Package cards: same dimensions as Homepage Activity cards === */
.uniform-experience-section{background:#f4fbfd !important}
.uniform-experience-grid{width:min(1480px,calc(100% - 48px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.uniform-experience-card{min-width:0;background:#fff;border:1px solid rgba(20,56,71,.10);border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(18,66,96,.08);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.uniform-experience-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(18,66,96,.13)}
.uniform-experience-image{position:relative;display:block;height:260px;margin:14px 14px 0;overflow:hidden;border-radius:19px;background:#F3FAFC}
.uniform-experience-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.uniform-experience-card:hover .uniform-experience-image img{transform:scale(1.025)}
.uniform-experience-price{position:absolute;top:14px;right:14px;z-index:2;padding:9px 15px;border-radius:999px;background:rgba(255,255,255,.96);color:#073B4C;box-shadow:0 6px 16px rgba(18,66,96,.14);font-size:14px;font-weight:800;white-space:nowrap}
.uniform-experience-body{flex:1;padding:20px 20px 18px;display:flex;flex-direction:column;min-width:0}
.uniform-experience-body h2{margin:0;font-family:'Manrope',sans-serif;font-size:22px;line-height:1.25;font-weight:800;min-height:55px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.uniform-experience-body h2 a{display:block}
.uniform-experience-body>p{margin:10px 0 18px;color:#607078;font-size:15px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uniform-experience-actions{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.uniform-experience-actions .btn{width:100%;min-height:46px;padding:0 12px;border-radius:999px;font-size:14px;font-weight:800}
.uniform-experience-book{background:#22B8CF;color:#fff}
.uniform-experience-book:hover{background:#0E7490}
.uniform-experience-whatsapp{background:#22B8CF;color:#073B4C;border:1px solid rgba(48,175,255,.30)}
.uniform-experience-whatsapp:hover{background:#F3FAFC}
@media(max-width:1100px){.uniform-experience-grid{width:min(900px,calc(100% - 40px));grid-template-columns:repeat(2,minmax(0,1fr))}.uniform-experience-image{height:245px}}
@media (max-width:720px), (max-device-width:720px){.uniform-experience-grid{width:min(560px,calc(100% - 24px));grid-template-columns:1fr;gap:18px}.uniform-experience-image{height:230px;margin:10px 10px 0}.uniform-experience-body{padding:17px 16px 15px}.uniform-experience-body h2{font-size:20px;min-height:auto}.uniform-experience-body>p{font-size:14px;margin:8px 0 14px}.uniform-experience-actions .btn{min-height:44px;font-size:13px}}

/* === Mobile: square images for activity and package cards === */
@media (max-width:820px), (max-device-width:820px){
  .page-home .experience-experience-image,
  .page-home .package-card-image,
  .page-activities .experience-experience-image,
  .page-packages .package-card-image,
  .page-packages .experience-experience-image,
  .page-package .package-card-image,
  .page-activity .experience-experience-image{
    aspect-ratio:1 / 1 !important;
    height:auto !important;
    min-height:0 !important;
  }

  .page-home .experience-experience-image img,
  .page-home .package-card-image img,
  .page-activities .experience-experience-image img,
  .page-packages .package-card-image img,
  .page-packages .experience-experience-image img,
  .page-package .package-card-image img,
  .page-activity .experience-experience-image img,
  .page-home .experience-photo-primary,
  .page-activities .experience-photo-primary,
  .page-packages .experience-photo-primary{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
}

/* === Mobile activity detail: square main photo === */
@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-modern-hero-card{
    aspect-ratio:1 / 1 !important;
    height:auto !important;
  }
  .page-activity .activity-modern-hero-card img{
    width:100% !important;
    height:100% !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
  }
}


/* === Improve Highlights + Languages readability on activity detail === */
@media (max-width:820px), (max-device-width:820px){
  .page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  .page-activity .activity-quick-card.tone-blue .activity-quick-icon{
    width:34px !important;
    height:34px !important;
    flex-basis:34px !important;
    border-radius:10px !important;
    font-size:14px !important;
  }
  .page-activity .activity-quick-card.tone-sky,
  .page-activity .activity-quick-card.tone-blue{
    grid-template-columns:34px minmax(0,1fr) !important;
    gap:9px !important;
  }
  .page-activity .activity-quick-card.tone-sky strong,
  .page-activity .activity-quick-card.tone-blue strong{
    font-size:10.5px !important;
    line-height:1.15 !important;
    margin-bottom:5px !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:13px !important;
    line-height:1.28 !important;
    font-weight:800 !important;
    white-space:normal !important;
  }
}
@media (max-width:520px), (max-device-width:520px){
  .page-activity .activity-quick-card.tone-sky strong,
  .page-activity .activity-quick-card.tone-blue strong{
    font-size:10px !important;
  }
  .page-activity .activity-quick-card.tone-sky small,
  .page-activity .activity-quick-card.tone-blue small{
    font-size:12.5px !important;
  }
}

/* Blog detail image styled like activity detail media - without changing activities */
.blog-detail-hero{
  border-radius:28px;
  overflow:hidden;
  margin:24px auto 0;
  width:min(1180px,calc(100% - 40px));
  min-height:560px;
  box-shadow:0 24px 60px rgba(26,33,30,.12);
}
.blog-detail-hero>img{
  border-radius:28px;
}
.blog-detail-hero .hero-overlay{
  border-radius:28px;
}
@media (max-width:680px), (max-device-width:680px){
  .blog-detail-hero{width:calc(100% - 24px);border-radius:20px}
  .blog-detail-hero>img,.blog-detail-hero .hero-overlay{border-radius:20px}
}

/* Blog recommended articles sidebar inspired by activity related card */
.blog-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:55px;align-items:start}
.blog-recommended-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 14px 42px rgba(26,33,30,.09)}
.blog-recommended-card h3{font-family:'Cormorant Garamond',serif;font-size:30px;margin:0 0 24px}
.blog-recommended-list{display:flex;flex-direction:column;gap:18px}
.blog-recommended-item{display:flex;gap:16px;align-items:center;text-decoration:none;color:inherit}
.blog-recommended-item img{width:120px;height:90px;object-fit:cover;border-radius:18px;flex:none}
.blog-recommended-item strong{font-size:18px;line-height:1.25}
@media(max-width:900px){.blog-detail-grid{grid-template-columns:1fr}.blog-recommended-card{margin-top:20px}}

/* Blog article layout refinement */
.blog-detail-hero{min-height:0;height:auto;margin:90px auto 0;max-width:960px;border-radius:32px;overflow:hidden;position:relative;}
.blog-detail-hero>img{position:relative;display:block;width:100%;height:340px;object-fit:cover;}
.blog-detail-title-below{padding-top:35px;max-width:980px;}
.blog-detail-title-below h1{font-size:clamp(34px,4vw,62px);line-height:1.08;margin:10px 0 18px;}
.blog-detail-layout{max-width:1280px;}
.blog-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:35px;align-items:start;}
.blog-article-copy{max-width:none;}
@media (max-width:680px), (max-device-width:680px){
 .blog-detail-hero{margin:50px 14px 0;border-radius:22px;}
 .blog-detail-hero>img{height:auto;aspect-ratio:1/1;}
 .blog-detail-title-below{padding:24px 18px;}
 .blog-detail-title-below h1{font-size:34px;}
 .blog-detail-grid{grid-template-columns:1fr;}
}


/* Final mobile blog image spacing adjustment */
@media (max-width:680px), (max-device-width:680px){
 .blog-detail-hero{
   margin-top:90px !important;
   margin-left:14px;
   margin-right:14px;
 }
 .blog-detail-hero>img{
   aspect-ratio:1/1;
   height:auto;
 }
}

/* Final blog image positioning and article button colors */
.blog-detail-hero{
  margin-top:120px;
  margin-left:auto;
  margin-right:auto;
  width:min(900px,calc(100% - 80px));
}
.blog-detail-hero>img{
  height:300px;
  object-fit:cover;
  object-position:center;
}
.blog-detail-title-below{
  text-align:left;
}
.blog-detail-title-below .text-link,
.blog-article-copy .text-link{
  color:#c8793b;
}

@media (max-width:680px), (max-device-width:680px){
 .blog-detail-hero{
   margin-top:110px;
   margin-left:auto;
   margin-right:auto;
   width:calc(100% - 32px);
   max-width:420px;
 }
 .blog-detail-hero>img{
   aspect-ratio:1/1;
   height:auto;
   object-fit:cover;
   object-position:center;
 }
}

/* ===== Final blog article layout fix ===== */
.blog-detail-shell-section{
  padding-top:24px;
}
.blog-detail-top-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:32px;
  align-items:start;
}
.blog-detail-main{
  min-width:0;
}
.blog-detail-hero,
.blog-detail-hero-card{
  width:min(860px,100%);
  margin:36px auto 0;
}
.blog-detail-hero-card{
  background:#f4f6f5;
  border:1px solid rgba(26,33,30,.05);
  border-radius:34px;
  padding:12px;
  box-shadow:0 14px 34px rgba(26,33,30,.07);
}
.blog-detail-hero-card img{
  display:block;
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center;
  border-radius:26px;
}
.blog-detail-title-below{
  width:min(860px,100%);
  margin:20px auto 0;
  padding:0 4px;
}
.blog-detail-title-below h1{
  margin:10px 0 14px;
  font-size:clamp(30px,4vw,54px);
  line-height:1.08;
}
.blog-detail-title-below .blog-meta{
  gap:12px;
  flex-wrap:wrap;
}
.blog-article-copy-card{
  width:min(860px,100%);
  margin:24px auto 0;
  background:#fff;
  border-radius:30px;
  padding:30px;
  box-shadow:0 14px 34px rgba(26,33,30,.06);
}
.blog-recommended-card{
  position:sticky;
  top:110px;
  background:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:0 14px 42px rgba(26,33,30,.09);
}
.blog-recommended-list{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.blog-recommended-item{
  display:flex;
  align-items:center;
  gap:16px;
  padding:12px;
  border:1px solid rgba(26,33,30,.08);
  border-radius:22px;
  background:#fff;
  transition:transform .18s ease, box-shadow .18s ease;
}
.blog-recommended-item:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(26,33,30,.08);
}
.blog-recommended-item img{
  width:118px;
  height:86px;
  object-fit:cover;
  border-radius:18px;
  flex:none;
}
.blog-recommended-item strong{
  font-size:18px;
  line-height:1.25;
}

/* Blog card CTA in site colors */
.blog-card .text-link,
.home-blog-grid .blog-card .text-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:auto;
  padding:12px 18px;
  border-radius:999px;
  background:#38a3ea;
  color:#fff !important;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 24px rgba(56,163,234,.26);
}
.blog-card .text-link:hover,
.home-blog-grid .blog-card .text-link:hover{
  background:#1f8fdc;
  color:#fff !important;
}

@media(max-width:1100px){
  .blog-detail-top-grid{
    grid-template-columns:minmax(0,1fr) 320px;
    gap:26px;
  }
  .blog-detail-hero-card img{
    height:280px;
  }
}

@media(max-width:900px){
  .blog-detail-top-grid{
    grid-template-columns:1fr;
  }
  .blog-recommended-card{
    position:static;
    width:min(860px,100%);
    margin:24px auto 0;
  }
}

@media (max-width:680px), (max-device-width:680px){
  .blog-detail-shell-section{
    padding-top:20px;
  }
  .blog-detail-hero,
  .blog-detail-hero-card{
    width:100%;
    margin-top:42px;
  }
  .blog-detail-hero-card{
    border-radius:26px;
    padding:10px;
  }
  .blog-detail-hero-card img{
    height:auto;
    aspect-ratio:1/1;
    border-radius:22px;
  }
  .blog-detail-title-below{
    margin-top:18px;
    padding:0 6px;
  }
  .blog-detail-title-below h1{
    font-size:34px;
  }
  .blog-article-copy-card{
    padding:22px 18px;
    border-radius:24px;
    margin-top:20px;
  }
  .blog-recommended-card{
    margin-top:22px;
    padding:22px 18px;
    border-radius:24px;
  }
  .blog-recommended-item img{
    width:96px;
    height:78px;
    border-radius:16px;
  }
  .blog-recommended-item strong{
    font-size:16px;
  }
}

/* Blog detail match activity detail layout */
.blog-detail-shell-section{padding-top:0;}
.blog-detail-top-grid{grid-template-columns:minmax(0,1fr) 360px;gap:24px;}
.blog-detail-main{background:transparent;}
.blog-detail-hero-card{
  width:100%;
  margin-top:140px;
  margin-left:0;
  margin-right:0;
  padding:12px;
  border-radius:32px;
  background:#fff;
  box-shadow:0 14px 35px rgba(26,33,30,.08);
}
.blog-detail-hero-card img{
  height:420px;
  border-radius:24px;
  object-fit:cover;
}
.blog-detail-title-below{
  margin-top:26px;
  width:100%;
}
.blog-article-copy-card{
  width:100%;
  border-radius:28px;
}
.blog-recommended-card{
  border-radius:28px;
  padding:28px;
}
.blog-recommended-item{
  min-height:110px;
}
.blog-recommended-item img{
  width:120px;
  height:90px;
}
@media(max-width:900px){
 .blog-detail-top-grid{grid-template-columns:1fr;}
 .blog-detail-hero-card img{height:auto;aspect-ratio:1/1;}
}
@media (max-width:680px), (max-device-width:680px){
 .blog-detail-shell-section{padding-top:0;}
 .blog-detail-hero-card{margin-top:90px;padding:10px;border-radius:24px;}
 .blog-detail-hero-card img{border-radius:20px;aspect-ratio:1/1;height:auto;}
}

/* Keep home page blog cards identical to blog listing cards */
.home-blog-grid .blog-card{
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(25,28,22,.08);
}
.home-blog-grid .blog-card-image img{
  object-fit:cover;
}
.home-blog-grid .blog-card-body{
  padding:18px;
}

/* Blog cards: keep excerpts to two lines so titles and CTAs stay visible */
.blog-card-body h2,
.blog-card-body h3{
  flex-shrink:0;
}
.blog-card-body p{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  max-height:3em;
  flex-shrink:0;
}

/* Blog article detail: use the same clean fixed white header as activity detail */
.page-blog-post .site-header,
.page-blog-post .site-header.is-scrolled{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  color:var(--ink) !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 8px 26px rgba(18,66,96,.10) !important;
  -webkit-backdrop-filter:blur(12px) saturate(115%);
  backdrop-filter:blur(12px) saturate(115%);
}
.page-blog-post .site-header .main-nav>a:after{
  background:#22B8CF;
}
.page-blog-post .site-header .brand-mark{
  border-color:rgba(20,56,71,.18);
  color:var(--ink);
  background:#fff;
}
.page-blog-post .desktop-language-menu .language-menu-toggle{
  color:var(--ink);
  border-color:rgba(20,56,71,.16);
  background:#fff;
}
.page-blog-post .header-actions .btn{
  display:none;
}
.page-blog-post:not(.menu-open) .site-header .menu-toggle span{
  background:var(--ink) !important;
}

@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    background:rgba(255,255,255,.98);
    color:var(--ink);
  }
  body:not(.menu-open).page-blog-post .site-header .main-nav>a:after{
    background:#22B8CF;
  }
  body:not(.menu-open).page-blog-post .mobile-language-menu .language-menu-toggle{
    color:var(--ink);
    border-color:rgba(20,56,71,.14);
  }
}


/* 2026-08-23 — Optional Package card Photo 2 + Photo 3 overlays.
   Listing-card only: preserve the existing card/image dimensions and layout. */
.package-card-media > .package-card-main-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.package-card-media > .package-card-extra{
  position:absolute;
  right:14px;
  z-index:4;
  width:35%;
  height:38%;
  object-fit:cover;
  border:5px solid #fff;
  border-radius:18px;
  box-shadow:0 10px 24px rgba(7,31,43,.20);
  transition:transform .25s ease, box-shadow .25s ease;
}
.package-card-media > .package-card-extra-top{top:14px;}
.package-card-media > .package-card-extra-bottom{bottom:14px;}

/* The generic card hover zoom is for the main photo only. */
.uniform-experience-card:hover .package-card-media > .package-card-extra{
  transform:none;
  box-shadow:0 12px 28px rgba(7,31,43,.24);
}

/* Keep the price badge readable above all photos. */
.package-card-media > .uniform-experience-price{z-index:6;}

@media(max-width:1100px){
  .package-card-media > .package-card-extra{
    right:12px;
    width:34%;
    height:37%;
    border-width:4px;
    border-radius:16px;
  }
  .package-card-media > .package-card-extra-top{top:12px;}
  .package-card-media > .package-card-extra-bottom{bottom:12px;}
}

@media (max-width:720px), (max-device-width:720px){
  .package-card-media > .package-card-extra{
    right:10px;
    width:36%;
    height:38%;
    border-width:4px;
    border-radius:15px;
  }
  .package-card-media > .package-card-extra-top{top:10px;}
  .package-card-media > .package-card-extra-bottom{bottom:10px;}
}

html[dir="rtl"] .package-card-media > .package-card-extra{
  right:auto;
  left:14px;
}
@media(max-width:1100px){html[dir="rtl"] .package-card-media > .package-card-extra{left:12px;}}
@media (max-width:720px), (max-device-width:720px){html[dir="rtl"] .package-card-media > .package-card-extra{left:10px;}}

/* 2026-08-23 — Package card price badge opposite the optional photo overlays. */
.package-card-media > .uniform-experience-price{
  left:14px;
  right:auto;
}
@media(max-width:1100px){
  .package-card-media > .uniform-experience-price{left:12px;right:auto;}
}
@media (max-width:720px), (max-device-width:720px){
  .package-card-media > .uniform-experience-price{left:10px;right:auto;}
}
html[dir="rtl"] .package-card-media > .uniform-experience-price{
  left:auto;
  right:14px;
}
@media(max-width:1100px){
  html[dir="rtl"] .package-card-media > .uniform-experience-price{left:auto;right:12px;}
}
@media (max-width:720px), (max-device-width:720px){
  html[dir="rtl"] .package-card-media > .uniform-experience-price{left:auto;right:10px;}
}

/* 2026-08-23 — Home experience dropdown: two-line Activity/Package titles.
   Keep the dropdown box, font sizes, price badge and icons unchanged. */
.page-home .booking-item-field .tc-custom-select-option{
  min-height:68px;
}
.page-home .booking-item-field .tc-custom-select-option-label{
  min-width:0;
}
.page-home .booking-item-field .tc-option-title{
  flex:1 1 auto;
  min-width:0;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  white-space:normal;
  text-overflow:ellipsis;
  line-height:1.25;
  max-height:2.5em;
}
.page-home .booking-item-field .tc-option-price{
  flex:0 0 auto;
  align-self:center;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .booking-item-field .tc-custom-select-option{
    min-height:62px;
  }
}

/* 2026-08-23 — Desktop only: widen the Activity/Package dropdown by 30%.
   Keep menu height, option height, font sizes, price and icons unchanged. */
@media (min-width:821px){
  .page-home .booking-item-field .tc-custom-select-menu{
    width:calc(130% + 24px);
    left:-12px;
    right:auto;
  }
  html[dir="rtl"] .page-home .booking-item-field .tc-custom-select-menu{
    left:auto;
    right:-12px;
  }
}

/* 2026-08-23 — Mobile-only header refinement.
   Keep desktop untouched: bring brand text closer to logo and keep the
   language selector permanently beside the menu button, not inside the overlay. */
@media (max-width:820px), (max-device-width:820px){
  .site-header .brand{
    gap:6px !important;
  }

  .site-header .mobile-header-language{
    display:block !important;
    flex:0 0 42px !important;
    width:42px !important;
    margin:0 4px 0 auto !important;
    z-index:210 !important;
  }

  .site-header .mobile-header-language .language-menu-toggle{
    width:42px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 !important;
    border-radius:14px !important;
    gap:2px !important;
    font-size:11px !important;
    font-weight:800 !important;
    line-height:1 !important;
  }

  .site-header .mobile-header-language .language-chevron{
    font-size:10px !important;
    transform:translateY(-1px) !important;
  }
  .site-header .mobile-header-language.is-open .language-chevron{
    transform:translateY(1px) rotate(180deg) !important;
  }

  .site-header .mobile-header-language .language-menu-panel{
    left:auto !important;
    right:0 !important;
    inset-inline-start:auto !important;
    inset-inline-end:0 !important;
    transform:translateY(-7px) !important;
  }
  .site-header .mobile-header-language.is-open .language-menu-panel{
    transform:translateY(0) !important;
  }

  body.menu-open .site-header .mobile-header-language{
    display:block !important;
    position:fixed !important;
    top:10px !important;
    right:60px !important;
    left:auto !important;
    width:42px !important;
    margin:0 !important;
    z-index:2012 !important;
  }

  body.menu-open .site-header .mobile-header-language .language-menu-toggle{
    color:#fff !important;
    border-color:rgba(255,255,255,.25) !important;
    background:rgba(255,255,255,.08) !important;
  }

  body.menu-open .site-header .main-nav .mobile-language-menu{
    display:none !important;
  }
}

/* 2026-08-23 — Mobile language control final spacing.
   Phone only: move it a little closer to the menu button and add horizontal
   breathing room without changing its height. EN / FR / AR remain unchanged. */
@media (max-width:820px), (max-device-width:820px){
  .site-header .mobile-header-language{
    flex-basis:52px !important;
    width:52px !important;
    margin:0 -2px 0 auto !important;
  }

  .site-header .mobile-header-language .language-menu-toggle{
    width:52px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 5px !important;
  }

  body.menu-open .site-header .mobile-header-language{
    right:54px !important;
    width:52px !important;
  }
}

/* 2026-08-23 — Mobile language control: closer to menu + no status dot.
   Phone only. Keep the existing control dimensions and desktop untouched. */
@media (max-width:820px), (max-device-width:820px){
  .site-header{
    gap:8px !important;
  }

  .site-header .mobile-header-language .language-menu-toggle::before{
    content:none !important;
    display:none !important;
  }
}

/* 2026-08-23 — Site-wide page/card motion polish.
   No visual redesign: only page entrance, card reveal, ordered image loading,
   and smooth scrolling. */
html{
  scroll-behavior:smooth;
}

/* Page entrance: very small movement so navigation feels fluid, not theatrical. */
.js-motion-ready main.tc-page-enter{
  opacity:0;
  transform:translate3d(0,10px,0);
}
.js-motion-ready main.tc-page-enter.tc-page-enter-visible{
  opacity:1;
  transform:translate3d(0,0,0);
  transition:
    opacity .42s cubic-bezier(.22,.61,.36,1),
    transform .52s cubic-bezier(.22,.61,.36,1);
}

/* Every card registered by site.js gets the same professional reveal. */
.js-motion-ready .tc-scroll-reveal{
  opacity:0;
  transform:translate3d(0,20px,0) scale(.992);
  transition:
    opacity .54s cubic-bezier(.22,.61,.36,1),
    transform .66s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--tc-reveal-delay,0ms);
  will-change:opacity,transform;
}
.js-motion-ready .tc-scroll-reveal.tc-reveal-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
}

/* Images reveal only after loading, with a short ordered stagger. */
.js-motion-ready img.tc-photo-reveal{
  opacity:0;
  transform:scale(1.015);
  transition:
    opacity .58s cubic-bezier(.22,.61,.36,1),
    transform .76s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--tc-photo-delay,0ms);
  will-change:opacity,transform;
}
.js-motion-ready img.tc-photo-reveal.tc-photo-visible{
  opacity:1;
  transform:scale(1);
}

/* Existing interactive elements retain their style but feel smoother. */
@media (hover:hover) and (pointer:fine){
  .btn,
  .text-link,
  .activity-back-link,
  .experience-view-more-btn{
    transition-property:transform,box-shadow,background-color,border-color,color,opacity;
    transition-duration:.22s;
    transition-timing-function:ease;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto !important;}
  .js-motion-ready main.tc-page-enter,
  .js-motion-ready main.tc-page-enter.tc-page-enter-visible,
  .js-motion-ready .tc-scroll-reveal,
  .js-motion-ready img.tc-photo-reveal{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
    animation:none !important;
  }
}


/* 2026-08-23 — Mobile two-level compact navigation prototype.
   Structure only; desktop remains untouched.
   Row 1: brand + language (visible at page top only).
   Row 2: horizontally swipeable page links + menu button (always available,
   becomes the only sticky row after scrolling). */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header,
  body:not(.menu-open).page-activity .site-header,
  body:not(.menu-open).page-blog-post .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:104px !important;
    padding:6px 8px 0 !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    grid-template-rows:56px 42px !important;
    align-items:center !important;
    column-gap:8px !important;
    row-gap:0 !important;
    overflow:visible !important;
    transition:height .24s ease, background-color .24s ease, box-shadow .24s ease !important;
    z-index:1200 !important;
  }

  body:not(.menu-open) .site-header .brand{
    grid-column:1 !important;
    grid-row:1 !important;
    align-self:center !important;
    justify-self:start !important;
    min-width:0 !important;
    margin:0 !important;
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
    transition:opacity .18s ease, transform .22s ease, visibility .18s ease !important;
  }

  body:not(.menu-open) .site-header .mobile-header-language{
    display:block !important;
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:center !important;
    justify-self:end !important;
    position:relative !important;
    inset:auto !important;
    width:52px !important;
    flex-basis:52px !important;
    margin:0 !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    transition:opacity .18s ease, transform .22s ease, visibility .18s ease !important;
    z-index:1220 !important;
  }

  /* Closed state = compact swipeable navigation row. */
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    width:100% !important;
    height:42px !important;
    min-height:42px !important;
    margin:0 !important;
    padding:0 56px 0 12px !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:22px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    overscroll-behavior-x:contain !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    white-space:nowrap !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    background:rgba(255,255,255,.96) !important;
    color:var(--ink) !important;
    border-top:1px solid rgba(20,56,71,.07) !important;
    border-bottom:1px solid rgba(20,56,71,.08) !important;
    box-shadow:0 6px 18px rgba(18,66,96,.06) !important;
    -webkit-backdrop-filter:blur(12px) saturate(120%) !important;
    backdrop-filter:blur(12px) saturate(120%) !important;
    z-index:1210 !important;
  }
  body:not(.menu-open) .site-header .main-nav::-webkit-scrollbar{display:none !important;}

  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    flex:0 0 auto !important;
    width:auto !important;
    min-width:max-content !important;
    padding:11px 0 10px !important;
    color:var(--ink) !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:700 !important;
  }
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book)::after{
    bottom:3px !important;
    height:2px !important;
    background:#22B8CF !important;
  }
  body:not(.menu-open) .site-header .main-nav .mobile-book{
    display:none !important;
  }

  /* Menu button lives on the right edge of the compact page bar. */
  body:not(.menu-open) .site-header .menu-toggle{
    display:block !important;
    position:absolute !important;
    top:auto !important;
    right:0 !important;
    bottom:0 !important;
    left:auto !important;
    width:50px !important;
    height:42px !important;
    min-width:50px !important;
    margin:0 !important;
    padding:0 7px !important;
    border:0 !important;
    border-left:1px solid rgba(20,56,71,.09) !important;
    border-radius:0 !important;
    background:rgba(255,255,255,.98) !important;
    box-shadow:-8px 0 16px rgba(255,255,255,.96) !important;
    z-index:1230 !important;
  }
  body:not(.menu-open) .site-header .menu-toggle span,
  body:not(.menu-open).page-activity .site-header .menu-toggle span,
  body:not(.menu-open).page-blog-post .site-header .menu-toggle span{
    width:24px !important;
    height:2px !important;
    margin:5px auto !important;
    background:var(--ink) !important;
  }

  /* After the user starts scrolling, collapse the brand row completely.
     The navigation row keeps exactly the same height and becomes the sticky header. */
  body:not(.menu-open) .site-header.is-scrolled,
  body:not(.menu-open).page-activity .site-header.is-scrolled,
  body:not(.menu-open).page-blog-post .site-header.is-scrolled{
    height:42px !important;
    padding:0 !important;
    grid-template-rows:0 42px !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  body:not(.menu-open) .site-header.is-scrolled .brand,
  body:not(.menu-open) .site-header.is-scrolled .mobile-header-language{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-10px) !important;
  }

  /* Keep the language flyout above the compact bar while row 1 is visible. */
  body:not(.menu-open) .site-header .mobile-header-language .language-menu-panel{
    top:calc(100% + 6px) !important;
    right:0 !important;
    left:auto !important;
    bottom:auto !important;
  }

  /* Arabic keeps Arabic link flow while the menu button stays on the right. */
  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav{
    direction:rtl !important;
    padding-left:56px !important;
    padding-right:12px !important;
  }
}

@media (max-width:420px), (max-device-width:420px){
  body:not(.menu-open) .site-header .main-nav{
    gap:18px !important;
    padding-left:10px !important;
  }
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    font-size:12.5px !important;
  }
}

@media (prefers-reduced-motion:reduce){
  @media (max-width:820px), (max-device-width:820px){
    body:not(.menu-open) .site-header,
    body:not(.menu-open) .site-header .brand,
    body:not(.menu-open) .site-header .mobile-header-language{
      transition:none !important;
    }
  }
}

/* 2026-08-23 — Mobile nav polish after visual review.
   Keep the two-level structure, add a little breathing room under the page bar,
   blend the page bar with the Timlalin palette, and leave the menu control as
   three clean lines with no framed button. */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    background:rgba(231,247,251,.97) !important;
    border-top:1px solid rgba(48,175,255,.10) !important;
    border-bottom:1px solid rgba(20,56,71,.07) !important;
    box-shadow:0 6px 18px rgba(18,66,96,.055) !important;
  }

  body:not(.menu-open) .site-header .menu-toggle{
    border:0 !important;
    border-left:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  /* A small visual gap between the sticky page strip and the homepage copy. */
  .page-home .hero-content{
    padding-top:clamp(34px,5vh,44px) !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .hero-content{
    padding-top:34px !important;
  }
}

@media (max-width:820px) and (max-height:650px){
  .page-home .hero-content{
    padding-top:16px !important;
  }
}

/* 2026-08-23 — Mobile compact nav final tuning.
   1) Match the page strip to the homepage Activities button.
   2) Clip the swipeable links before the menu-control zone so text never
      passes underneath the three-line menu icon.
   3) When sticky after scroll, increase only the strip height by 50%
      (42px -> 63px), while keeping typography unchanged. */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    left:0 !important;
    right:50px !important;
    width:auto !important;
    padding-left:12px !important;
    padding-right:10px !important;
    background:var(--gold) !important;
    color:var(--ink) !important;
    border-top:0 !important;
    border-bottom:0 !important;
    box-shadow:none !important;
  }

  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    color:var(--ink) !important;
  }

  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book)::after{
    background:#fff !important;
  }

  /* Keep the menu control visually part of the same strip, with no frame. */
  body:not(.menu-open) .site-header .menu-toggle{
    width:50px !important;
    min-width:50px !important;
    height:42px !important;
    background:var(--gold) !important;
    border:0 !important;
    box-shadow:none !important;
  }

  body:not(.menu-open) .site-header .menu-toggle span,
  body:not(.menu-open).page-activity .site-header .menu-toggle span,
  body:not(.menu-open).page-blog-post .site-header .menu-toggle span{
    background:var(--ink) !important;
  }

  /* Scrolled state: only the compact strip remains, 50% taller. */
  body:not(.menu-open) .site-header.is-scrolled,
  body:not(.menu-open).page-activity .site-header.is-scrolled,
  body:not(.menu-open).page-blog-post .site-header.is-scrolled{
    height:63px !important;
    grid-template-rows:0 63px !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .main-nav,
  body:not(.menu-open).page-activity .site-header.is-scrolled .main-nav,
  body:not(.menu-open).page-blog-post .site-header.is-scrolled .main-nav{
    height:63px !important;
    min-height:63px !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .menu-toggle{
    height:63px !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .main-nav>a:not(.mobile-book){
    padding-top:21px !important;
    padding-bottom:20px !important;
  }

  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav{
    left:0 !important;
    right:50px !important;
    padding-left:10px !important;
    padding-right:12px !important;
  }
}

@media (max-width:420px), (max-device-width:420px){
  body:not(.menu-open) .site-header .main-nav{
    right:50px !important;
    padding-left:10px !important;
    padding-right:8px !important;
  }
}

/* 2026-08-23 — Timlalin unified public-site color system.
   Visual-only palette pass: ocean/navy foundation, sky-blue actions,
   soft aqua surfaces, warm sand accent, and semantic WhatsApp green.
   Layout, spacing, typography and component sizes stay unchanged. */
:root{
  --ink:#073B4C;
  --forest:#0E7490;
  --deep:#0E7490;
  --gold:#22B8CF;
  --cream:#F3FAFC;
  --sand:#F3FAFC;
  --white:#FFFFFF;
  --muted:#60747D;
  --shadow:0 24px 60px rgba(18,59,82,.14);
}

body{background:#F3FAFC;color:var(--ink)}
.section-soft,
.home-activities-section,
.uniform-experience-section{background:#F3FAFC !important}

/* Primary actions share one clear Timlalin sky-blue. */
.btn-gold,
.booking-submit,
.page-home .home-activity-book,
.uniform-experience-book,
.page-activities .experience-experience-card .experience-experience-actions .btn-gold,
.activity-book-btn{
  background:#22B8CF !important;
  color:#fff !important;
}
.btn-gold:hover,
.page-home .home-activity-book:hover,
.uniform-experience-book:hover,
.activity-book-btn:hover{
  background:#0E7490 !important;
}
.btn-dark{background:#0E7490 !important;color:#fff !important}

/* Secondary pale-aqua UI stays related to the primary blue. */
.experience-facts span,
.facts-stack span,
.amenity-list li{background:#F3FAFC !important}
.eyebrow{color:#22B8CF}
.eyebrow.dark{color:#0E7490}

/* Semantic WhatsApp actions are consistently green everywhere. */
.btn-whatsapp,
.whatsapp-float,
.page-home .home-activity-whatsapp,
.uniform-experience-whatsapp,
.page-activities .experience-experience-card .experience-experience-actions .btn-whatsapp,
.activity-wa-btn{
  background:#20C96B !important;
  color:#fff !important;
  border-color:#20C96B !important;
}
.btn-whatsapp:hover,
.page-home .home-activity-whatsapp:hover,
.uniform-experience-whatsapp:hover,
.activity-wa-btn:hover{
  background:#18AD5B !important;
  color:#fff !important;
  border-color:#18AD5B !important;
}

/* Deep ocean sections create one stable visual anchor. */
.location-section,
.booking-note{background:#0E7490 !important}
.site-footer{background:#073B4C !important}
.location-grid p{color:#DDF3F7 !important}

/* Keep white-detail headers calm and consistent with the new navy ink. */
.page-activity .site-header,
.page-activity .site-header.is-scrolled,
.page-blog-post .site-header,
.page-blog-post .site-header.is-scrolled,
.page-package .site-header,
.page-package .site-header.is-scrolled{
  color:#073B4C;
}

/* Mobile two-level navigation: ocean bar + white links + sky active accent. */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    background:#0E7490 !important;
    color:#fff !important;
    border-color:transparent !important;
  }
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    color:#fff !important;
  }
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book)::after{
    background:#22B8CF !important;
  }
  body:not(.menu-open) .site-header .menu-toggle{
    background:#0E7490 !important;
  }
  body:not(.menu-open) .site-header .menu-toggle span,
  body:not(.menu-open).page-activity .site-header .menu-toggle span,
  body:not(.menu-open).page-blog-post .site-header .menu-toggle span{
    background:#fff !important;
  }
}

/* 2026-08-23 — Mobile homepage hero copy: a little more breathing room below the compact nav. */
@media (max-width:820px), (max-device-width:820px){
  .page-home .hero-content{
    padding-top:54px !important;
  }
}
@media (max-width:520px), (max-device-width:520px){
  .page-home .hero-content{
    padding-top:50px !important;
  }
}
@media (max-width:820px) and (max-height:650px){
  .page-home .hero-content{
    padding-top:28px !important;
  }
}

/* Mobile nav active page: replace underline with a soft pill style. */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav>a.active:not(.mobile-book),
  body:not(.menu-open).page-activity .site-header .main-nav>a.active:not(.mobile-book),
  body:not(.menu-open).page-blog-post .site-header .main-nav>a.active:not(.mobile-book){
    background:rgba(87,197,243,.22) !important;
    border-radius:999px !important;
    padding:10px 16px !important;
    color:#fff !important;
  }

  body:not(.menu-open) .site-header .main-nav>a.active:not(.mobile-book)::after{
    transform:scaleX(0) !important;
  }
}


/* Mobile blog post: add breathing space below sticky navigation */
@media (max-width:820px), (max-device-width:820px){
  body.page-blog-post .blog-post,
  body.page-blog-post .article-page,
  body.page-blog-post main{
    padding-top:14px !important;
  }
}

/* 2026-08-24 mobile blog spacing + two-level header harmony */
@media (max-width:820px), (max-device-width:820px){
  /* Give blog content a little more breathing space below the fixed navigation */
  .blog-detail,
  .blog-article,
  .post-detail,
  .article-page,
  .blog-single{
    padding-top:28px;
  }

  /* Header top area: same visual language as pages bar */
  .site-header{
    background:rgba(20,72,103,.88);
  }

  .site-header:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(255,255,255,.75);
  }

  .brand strong,
  .brand small{
    color:#fff;
  }

  .header-actions,
  .lang-switch{
    background:rgba(255,255,255,.08);
  }
}

/* Structured experience JSON content */
.content-json-intro{font-size:1.25rem;line-height:1.8;margin-bottom:2rem}.content-json-block,.content-json-card{background:#fff;border-radius:24px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 8px 25px rgba(0,0,0,.04)}.content-json-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.content-json-card strong,.content-json-card h3{display:block;color:#1c465b;margin-bottom:.6rem}.content-json-card span{display:block}.content-json-block li{margin:.7rem 0}.content-json-block details{padding:1rem;border:1px solid #e5edf0;border-radius:16px;margin:.7rem 0}@media (max-width:700px), (max-device-width:700px){.content-json-grid{grid-template-columns:1fr}}


/* 2026-09-02 — compact mobile blog cards inspired by the supplied reference */
.blog-card-date{display:none;}
@media (max-width:680px), (max-device-width:680px){
  .blog-grid,
  .home-blog-grid{
    gap:8px;
  }

  .blog-card,
  .home-blog-grid .blog-card{
    height:92px;
    min-height:92px;
    display:grid;
    grid-template-columns:94px minmax(0,1fr);
    gap:8px;
    align-items:stretch;
    padding:7px;
    border-radius:11px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(18,58,72,.08);
    box-shadow:0 4px 14px rgba(19,55,67,.055);
  }

  .blog-card-image,
  .home-blog-grid .blog-card-image{
    width:94px;
    height:78px;
    min-height:0;
    overflow:hidden;
    background:#dfeaec;
    border-radius:7px;
  }

  .blog-card-image img,
  .home-blog-grid .blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:7px;
    transform:none;
  }

  .blog-card:hover .blog-card-image img{
    transform:none;
  }

  .blog-card-body,
  .home-blog-grid .blog-card-body{
    height:78px;
    min-width:0;
    padding:1px 4px 1px 0;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:3px;
  }

  .blog-card-body h2,
  .blog-card-body h3{
    height:auto;
    margin:0;
    font-family:'Manrope',sans-serif;
    font-size:11.5px;
    line-height:1.22;
    font-weight:800;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }

  .blog-card-body p{
    margin:0;
    font-size:9.5px;
    line-height:1.3;
    color:#71838b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    max-height:none;
  }

  .blog-card-date{
    display:block;
    margin-top:auto;
    font-size:9px;
    line-height:1.1;
    color:#8b999f;
  }

  .blog-card .text-link,
  .home-blog-grid .blog-card .text-link{
    display:none;
  }
}

/* 2026-09-02 — featured first article on the mobile Blog listing */
@media (max-width:680px), (max-device-width:680px){
  .page-blog .blog-grid > .blog-card:first-child{
    height:235px;
    min-height:235px;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows:135px minmax(0,1fr);
    gap:0;
    padding:7px;
    border-radius:13px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-image{
    width:100%;
    height:135px;
    border-radius:9px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:9px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body{
    width:100%;
    height:auto;
    min-height:0;
    padding:9px 7px 3px;
    gap:4px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body h2,
  .page-blog .blog-grid > .blog-card:first-child .blog-card-body h3{
    font-size:14px;
    line-height:1.22;
    -webkit-line-clamp:2;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body p{
    font-size:10px;
    line-height:1.3;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-date{
    font-size:9px;
  }
}

/* 2026-09-02 — requested mobile refinements: taller featured Blog card + no hamburger icon */
@media (max-width:680px), (max-device-width:680px){
  .page-blog .blog-grid > .blog-card:first-child{
    height:352px;
    min-height:352px;
    grid-template-rows:203px minmax(0,1fr);
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-image{
    height:203px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body{
    padding-top:12px;
    padding-bottom:7px;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body h2,
  .page-blog .blog-grid > .blog-card:first-child .blog-card-body h3{
    font-size:15px;
    line-height:1.25;
  }

  .page-blog .blog-grid > .blog-card:first-child .blog-card-body p{
    font-size:10.5px;
    line-height:1.4;
    white-space:normal;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
}

@media (max-width:820px), (max-device-width:820px){
  /* Hide only the three-line menu control; keep the page navigation strip intact. */
  .site-header .menu-toggle{
    display:none !important;
  }

  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    right:0 !important;
  }

  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav{
    right:0 !important;
  }
}

@media (max-width:420px), (max-device-width:420px){
  body:not(.menu-open) .site-header .main-nav{
    right:0 !important;
  }
}


/* 2026-09-02 — Mobile page strip: remove the extra pages/menu control entirely
   and let the horizontal navigation swipe through every public page, including Contact. */
@media (max-width:820px), (max-device-width:820px){
  .site-header .menu-toggle{
    display:none !important;
  }

  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav,
  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav{
    left:0 !important;
    right:0 !important;
    width:100% !important;
    max-width:none !important;
    padding-left:12px !important;
    padding-right:18px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    overscroll-behavior-x:auto !important;
    touch-action:pan-x !important;
    scroll-snap-type:none !important;
    scroll-padding-inline:12px !important;
    -webkit-overflow-scrolling:touch !important;
    clip-path:none !important;
    -webkit-mask-image:none !important;
    mask-image:none !important;
  }

  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    display:block !important;
    flex:0 0 auto !important;
    min-width:max-content !important;
  }

  /* Give the last real page link enough trailing room so Contact can be
     dragged fully into view instead of visually ending at Location. */
  body:not(.menu-open) .site-header .main-nav>a:nth-last-child(2){
    margin-right:8px !important;
  }

  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav>a:nth-last-child(2){
    margin-right:0 !important;
    margin-left:8px !important;
  }
}

@media (max-width:420px), (max-device-width:420px){
  body:not(.menu-open) .site-header .main-nav,
  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav{
    right:0 !important;
    width:100% !important;
    padding-left:10px !important;
    padding-right:14px !important;
  }
}

/* === Structured JSON activity content === */
@media (min-width:1181px){
  .page-activity .activity-modern-shell>.container{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) 340px;
    column-gap:28px;
    row-gap:22px;
    align-items:start;
  }
  .page-activity .activity-back-link{grid-column:1/-1;margin-bottom:0}
  .page-activity .activity-modern-top-grid{display:contents}
  .page-activity .activity-modern-main{grid-column:1;grid-row:2}
  .page-activity .activity-modern-sidebar{grid-column:2;grid-row:2 / span 20;position:sticky;top:120px}
  .page-activity .activity-json-content,
  .page-activity .activity-summary-card,
  .page-activity .activity-content-card,
  .page-activity .activity-gallery-card-modern{grid-column:1;margin-top:0}
}

.activity-json-content{display:grid;gap:22px;margin-top:24px}
@media (min-width:1181px){.activity-json-content{margin-top:0}}
.activity-json-card{
  background:#fff;
  border:1px solid rgba(44,159,232,.14);
  border-radius:28px;
  padding:34px 36px;
  box-shadow:0 12px 34px rgba(18,66,96,.06);
}
.activity-json-card h1,.activity-json-card h2,.activity-json-card h3{color:var(--ink)}
.activity-json-title{
  margin:0 0 24px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(36px,3.7vw,52px);
  line-height:1.06;
  letter-spacing:-.02em;
}
.activity-json-card h2{
  margin:0 0 20px;
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  line-height:1.15;
}
.activity-json-card h3{margin:0 0 18px;font-size:19px;line-height:1.25}
.activity-json-card p{margin:0;color:#29495a;font-size:17px;line-height:1.85}
.activity-json-intro{
  margin:0 0 30px;
  padding:22px 24px;
  border:1px solid rgba(48,175,255,.28);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(146,238,255,.16),rgba(216,255,197,.14));
}
.activity-json-intro p{font-size:18px;line-height:1.8}
.activity-json-overview{
  border-inline-start:5px solid var(--gold);
  padding-inline-start:24px;
}
.activity-json-overview>p{margin-bottom:24px}
.activity-json-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}
.activity-json-info-card{
  min-height:96px;
  padding:18px 20px;
  border:1px solid rgba(48,175,255,.22);
  border-radius:20px;
  background:#fbfeff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:7px;
}
.activity-json-info-card strong{font-size:14px;color:#0E7490}
.activity-json-info-card span{font-size:17px;font-weight:700;line-height:1.45;color:var(--ink)}
.activity-json-steps,.activity-json-bullets,.activity-json-include-box ul{margin:0;padding:0;list-style:none}
.activity-json-steps{counter-reset:activityJsonSteps;display:grid;gap:15px}
.activity-json-steps li{
  counter-increment:activityJsonSteps;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-items:start;
  gap:16px;
  color:#29495a;
  font-size:17px;
  line-height:1.65;
}
.activity-json-steps li::before{
  content:counter(activityJsonSteps);
  width:42px;height:42px;
  border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--forest),var(--gold));
  color:#fff;
  font-weight:800;
  box-shadow:0 9px 20px rgba(44,159,232,.22);
}
.activity-json-steps li span{padding-top:7px}
.activity-json-bullets{display:grid;gap:15px}
.activity-json-bullets li,
.activity-json-include-box li{
  position:relative;
  padding-inline-start:28px;
  color:#29495a;
  font-size:17px;
  line-height:1.65;
}
.activity-json-bullets li::before,
.activity-json-include-box li::before{
  content:'';
  position:absolute;
  inset-inline-start:3px;
  top:.72em;
  width:9px;height:9px;
  border-radius:50%;
  background:var(--forest);
  box-shadow:0 0 0 5px rgba(44,159,232,.10);
}
.activity-json-include-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.activity-json-include-box{padding:24px;border-radius:22px;border:1px solid rgba(44,159,232,.18)}
.activity-json-include-box ul{display:grid;gap:13px}
.activity-json-include-box.is-included{background:rgba(216,255,197,.25);border-color:rgba(88,188,111,.25)}
.activity-json-include-box.is-included h3{color:#23764d}
.activity-json-include-box.is-included li::before{background:#3fa66a;box-shadow:0 0 0 5px rgba(63,166,106,.10)}
.activity-json-include-box.is-excluded{background:rgba(146,238,255,.14);border-color:rgba(48,175,255,.22)}
.activity-json-include-box.is-excluded h3{color:#0E7490}
.activity-json-faq-list{display:grid;gap:12px}
.activity-json-faq details{border:1px solid rgba(44,159,232,.18);border-radius:18px;background:#fff;overflow:hidden}
.activity-json-faq summary{
  min-height:68px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  cursor:pointer;
  list-style:none;
  color:var(--ink);
  font-size:16px;
  font-weight:800;
}
.activity-json-faq summary::-webkit-details-marker{display:none}
.activity-json-faq summary i{
  width:38px;height:38px;
  flex:0 0 38px;
  border:1px solid rgba(44,159,232,.24);
  border-radius:50%;
  display:grid;place-items:center;
  background:#f8fdff;
  transition:transform .2s ease,background-color .2s ease;
}
.activity-json-faq summary i::before{content:'⌄';font-style:normal;font-size:16px;color:#0E7490;transform:translateY(-2px)}
.activity-json-faq details[open] summary i{transform:rotate(180deg);background:rgba(146,238,255,.18)}
.activity-json-answer{padding:0 20px 20px}
.activity-json-answer p{font-size:16px;line-height:1.75;color:#526b78}
.activity-json-link-list{display:flex;flex-wrap:wrap;gap:12px}
.activity-json-link-list a{
  display:inline-flex;align-items:center;gap:10px;
  min-height:46px;padding:0 16px;
  border-radius:14px;
  background:rgba(146,238,255,.16);
  border:1px solid rgba(44,159,232,.20);
  color:#0E7490;
  font-weight:800;
}
.activity-json-link-list a:hover{background:rgba(146,238,255,.28)}

@media (max-width:820px), (max-device-width:820px){
  .activity-json-content{gap:16px;margin-top:16px}
  .activity-json-card{padding:22px 18px;border-radius:22px}
  .activity-json-title{font-size:30px;margin-bottom:18px}
  .activity-json-card h2{font-size:21px;margin-bottom:16px}
  .activity-json-intro{padding:18px;margin-bottom:22px;border-radius:17px}
  .activity-json-intro p,.activity-json-card p{font-size:16px;line-height:1.75}
  .activity-json-overview{padding-inline-start:16px;border-inline-start-width:4px}
  .activity-json-info-grid{grid-template-columns:1fr;gap:10px;margin-top:18px}
  .activity-json-info-card{min-height:82px;padding:15px 16px;border-radius:17px}
  .activity-json-info-card span{font-size:16px}
  .activity-json-steps{gap:13px}
  .activity-json-steps li{grid-template-columns:36px minmax(0,1fr);gap:12px;font-size:16px}
  .activity-json-steps li::before{width:36px;height:36px}
  .activity-json-steps li span{padding-top:4px}
  .activity-json-bullets li,.activity-json-include-box li{font-size:16px;padding-inline-start:25px}
  .activity-json-include-grid{grid-template-columns:1fr;gap:12px}
  .activity-json-include-box{padding:19px 17px;border-radius:18px}
  .activity-json-faq summary{min-height:62px;padding:15px 16px;font-size:15px}
  .activity-json-faq summary i{width:34px;height:34px;flex-basis:34px}
  .activity-json-answer{padding:0 16px 16px}
}


/* Structured Blog JSON – editorial layout, scoped to blog articles */
.blog-rich-content.is-json{font-size:inherit;line-height:inherit}
.blog-json-content{display:grid;gap:22px;color:var(--ink)}
.blog-json-intro-card{position:relative;overflow:hidden;padding:30px 32px;border:1px solid rgba(44,159,232,.18);border-radius:24px;background:linear-gradient(135deg,rgba(146,238,255,.36),rgba(216,255,197,.42));box-shadow:0 14px 34px rgba(20,56,71,.06)}
.blog-json-intro-card:after{content:'';position:absolute;width:150px;height:150px;border-radius:50%;right:-70px;top:-85px;background:rgba(48,175,255,.12)}
.blog-json-kicker{position:relative;z-index:1;display:block;margin-bottom:10px;color:var(--deep);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.blog-json-intro-card p{position:relative;z-index:1;margin:0;font-size:20px;line-height:1.78;font-weight:600;color:#214c5d}
.blog-json-section,.blog-json-tips,.blog-json-links,.blog-json-facts{background:#fff;border:1px solid rgba(20,56,71,.08);border-radius:24px;padding:30px 32px;box-shadow:0 12px 34px rgba(20,56,71,.045);scroll-margin-top:30px}
.blog-json-section h2,.blog-json-tips h2,.blog-json-links h2{font-family:'Cormorant Garamond',serif;font-size:clamp(29px,3vw,39px);line-height:1.15;margin:0 0 18px;color:var(--ink)}
.blog-json-section h3{font-family:'Cormorant Garamond',serif;font-size:25px;line-height:1.22;margin:28px 0 12px;color:#1e668e}
.blog-json-section p{margin:0 0 18px;font-size:17px;line-height:1.9;color:#4f6269}
.blog-json-section p:last-child{margin-bottom:0}
.blog-json-section-lead{font-size:18px!important;font-weight:600;color:#2d5564!important}
.blog-json-overview{border-left:4px solid var(--forest)}
body[dir=rtl] .blog-json-overview{border-left:1px solid rgba(20,56,71,.08);border-right:4px solid var(--forest)}
.blog-json-section-heading{margin-bottom:14px}.blog-json-section-heading>span{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--cream);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#245b70}
.blog-json-facts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.blog-json-fact{min-height:92px;padding:17px 18px;border-radius:17px;background:#f7fcfd;border:1px solid #dceff3;display:flex;flex-direction:column;gap:7px}
.blog-json-fact strong{font-size:13px;color:var(--deep)}
.blog-json-fact span{font-size:15px;line-height:1.5;color:#475d66}
.blog-json-toc{padding:24px 26px;border-radius:22px;background:#153f52;color:#fff;box-shadow:0 15px 34px rgba(20,56,71,.13)}
.blog-json-toc-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.blog-json-toc-head strong{font-family:'Cormorant Garamond',serif;font-size:23px}.blog-json-toc-head span{font-size:12px;color:#bfeefa}
.blog-json-toc ol{margin:0;padding-left:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 24px}.blog-json-toc li{padding-left:3px}.blog-json-toc a{font-size:14px;line-height:1.45;color:#effcff;border-bottom:1px solid transparent}.blog-json-toc a:hover{border-color:#22B8CF}
body[dir=rtl] .blog-json-toc ol{padding-left:0;padding-right:22px}
.blog-json-bullets,.blog-json-numbered,.blog-json-check-list{margin:18px 0 0;padding-left:24px;display:grid;gap:11px}.blog-json-bullets li,.blog-json-numbered li,.blog-json-check-list li{padding-left:4px;color:#4b6068;line-height:1.65}
body[dir=rtl] .blog-json-bullets,body[dir=rtl] .blog-json-numbered,body[dir=rtl] .blog-json-check-list{padding-left:0;padding-right:24px}
.blog-json-check-list{list-style:none;padding-left:0}.blog-json-check-list li{position:relative;padding-left:30px}.blog-json-check-list li:before{content:'✓';position:absolute;left:0;top:1px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--sand);color:#23663c;font-size:12px;font-weight:900}
body[dir=rtl] .blog-json-check-list{padding-right:0}.blog-json-check-list li{padding-right:0}body[dir=rtl] .blog-json-check-list li{padding-left:0;padding-right:30px}body[dir=rtl] .blog-json-check-list li:before{left:auto;right:0}
.blog-json-highlight-box{margin:24px 0;padding:22px 24px;border-radius:19px;background:rgba(216,255,197,.42);border:1px solid rgba(79,171,97,.18)}
.blog-json-highlight-box h3{margin:0 0 13px;font-family:'Manrope',sans-serif;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#2a6940}
.blog-json-quote{margin:26px 0;padding:22px 24px;border:0;border-left:4px solid var(--gold);border-radius:0 18px 18px 0;background:#f3fbff}.blog-json-quote p{margin:0!important;font-family:'Cormorant Garamond',serif;font-size:22px!important;line-height:1.55!important;color:#20536b!important}.blog-json-quote cite{display:block;margin-top:10px;font-size:13px;color:#718087;font-style:normal}
body[dir=rtl] .blog-json-quote{border-left:0;border-right:4px solid var(--gold);border-radius:18px 0 0 18px}
.blog-json-note{margin:24px 0;padding:20px 22px;border-radius:18px;background:#fff8dc;border:1px solid #f2dea0}.blog-json-note strong{display:block;margin-bottom:7px;color:#745d12}.blog-json-note p{margin:0!important;color:#6b5b2d!important}
.blog-json-subsection{margin-top:28px;padding-top:4px;border-top:1px solid #e8f0f2}
.blog-json-tips{background:linear-gradient(135deg,#f5fcff,#f7fff1);border-color:#d6edf0}.blog-json-tips .blog-json-check-list{margin-top:0}
.blog-json-conclusion{background:#f8fcfd}
.blog-json-faq-list{display:grid;gap:10px}.blog-json-faq details{border:1px solid #dcebed;border-radius:16px;background:#fbfefe;overflow:hidden}.blog-json-faq summary{list-style:none;cursor:pointer;padding:17px 19px;display:flex;align-items:center;justify-content:space-between;gap:18px;font-weight:800;color:#24566c}.blog-json-faq summary::-webkit-details-marker{display:none}.blog-json-faq summary i{position:relative;width:18px;height:18px;flex:0 0 18px}.blog-json-faq summary i:before,.blog-json-faq summary i:after{content:'';position:absolute;left:2px;right:2px;top:8px;height:2px;background:var(--forest);border-radius:2px}.blog-json-faq summary i:after{transform:rotate(90deg);transition:.2s}.blog-json-faq details[open] summary i:after{transform:rotate(0)}.blog-json-faq details>div{padding:0 19px 18px}.blog-json-faq details>div p{margin:0;font-size:15px;line-height:1.75;color:#5a6d74}
.blog-json-links>div{display:grid;gap:10px}.blog-json-links a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid #dbecef;border-radius:14px;background:#f9fdfe;font-weight:700;color:#246384;transition:.2s}.blog-json-links a:hover{transform:translateY(-1px);border-color:#8fdff1;background:#f1fbfd}.blog-json-links b{font-size:18px}
@media (max-width:700px), (max-device-width:700px){.blog-json-content{gap:16px}.blog-json-intro-card,.blog-json-section,.blog-json-tips,.blog-json-links,.blog-json-facts{padding:22px 20px;border-radius:19px}.blog-json-intro-card p{font-size:17px;line-height:1.7}.blog-json-section h2,.blog-json-tips h2,.blog-json-links h2{font-size:30px}.blog-json-section h3{font-size:22px}.blog-json-section p{font-size:16px;line-height:1.78}.blog-json-facts-grid,.blog-json-toc ol{grid-template-columns:1fr}.blog-json-toc{padding:20px;border-radius:18px}.blog-json-toc-head strong{font-size:20px}.blog-json-toc-head span{display:none}.blog-json-fact{min-height:0}.blog-json-quote p{font-size:19px!important}}

/* === 2026-09-03 premium detail polish: activity, package & blog === */
.activity-mobile-title-card,
.activity-related-card-mobile,
.experience-mobile-bookbar,
.blog-reading-progress{display:none}

@media (hover:hover) and (pointer:fine){
  .activity-json-info-card,
  .blog-json-fact{
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
  }
  .activity-json-info-card:hover,
  .blog-json-fact:hover{
    transform:translateY(-2px);
    border-color:rgba(48,175,255,.34);
    box-shadow:0 12px 24px rgba(18,66,96,.07);
  }
}

@media (max-width:820px), (max-device-width:820px){
  /* Detail pages should read like a native mobile travel product: image → title → key facts → content. */
  body.page-activity .site-footer{
    padding-bottom:calc(124px + env(safe-area-inset-bottom));
  }
  .page-activity .activity-modern-shell{
    padding-top:112px !important;
    padding-bottom:84px;
  }
  .page-activity .activity-modern-shell>.container{
    width:calc(100% - 12px) !important;
  }
  .page-activity .activity-back-link{
    margin:0 6px 12px !important;
    min-height:36px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(20,56,71,.07);
    box-shadow:0 7px 18px rgba(18,66,96,.04);
    font-size:13px;
  }
  .page-activity .activity-modern-top-grid{gap:12px}
  .page-activity .activity-modern-main{gap:12px}
  .page-activity .activity-modern-hero-card{
    padding:6px;
    border-radius:24px;
    box-shadow:0 14px 32px rgba(18,66,96,.10);
  }
  .page-activity .activity-modern-hero-card img{
    width:100%;
    height:auto !important;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:19px;
  }
  .activity-mobile-title-card{
    display:block;
    padding:7px 8px 2px;
  }
  .activity-mobile-title-card>span{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    margin-bottom:9px;
    border-radius:999px;
    background:linear-gradient(135deg,rgba(146,238,255,.34),rgba(216,255,197,.48));
    border:1px solid rgba(44,159,232,.14);
    color:#1c739f;
    font-size:10px;
    line-height:1;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .activity-mobile-title-card h1{
    margin:0;
    font-family:'Cormorant Garamond',serif;
    font-size:clamp(28px,8.3vw,36px);
    line-height:1.08;
    letter-spacing:-.025em;
    color:#102f40;
  }

  /* Swipeable top facts save vertical space and make phone browsing faster. */
  .page-activity .activity-modern-quick-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    padding:2px 8px 8px;
    margin:0 -2px;
  }
  .page-activity .activity-modern-quick-grid::-webkit-scrollbar,
  .activity-json-info-grid::-webkit-scrollbar,
  .blog-json-facts-grid::-webkit-scrollbar,
  .blog-json-toc ol::-webkit-scrollbar,
  .blog-recommended-list::-webkit-scrollbar{display:none}
  .page-activity .activity-quick-card{
    flex:0 0 min(68vw,230px);
    scroll-snap-align:start;
    min-height:94px;
    padding:14px;
    gap:11px;
    align-items:center;
    border-radius:20px;
    background:rgba(255,255,255,.96);
    box-shadow:0 9px 24px rgba(18,66,96,.05);
  }
  .page-activity .activity-quick-icon{
    width:46px;height:46px;flex-basis:46px;
    border-radius:15px;
  }
  .page-activity .activity-quick-card strong{font-size:11px;margin-bottom:4px;letter-spacing:.02em}
  .page-activity .activity-quick-card small{font-size:14px;line-height:1.35}

  /* Desktop booking/related sidebar is replaced by a compact bottom action bar on phones. */
  .page-activity .activity-modern-sidebar{display:none !important}
  .experience-mobile-bookbar{
    position:fixed;
    left:8px;
    right:8px;
    bottom:max(8px,env(safe-area-inset-bottom));
    z-index:1400;
    display:grid;
    grid-template-columns:minmax(72px,auto) minmax(0,1fr) 48px;
    align-items:center;
    gap:8px;
    min-height:68px;
    padding:8px;
    border:1px solid rgba(20,56,71,.10);
    border-radius:22px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 48px rgba(12,46,66,.20);
    -webkit-backdrop-filter:blur(18px) saturate(140%);
    backdrop-filter:blur(18px) saturate(140%);
    transition:transform .22s ease,opacity .18s ease;
  }
  body.menu-open .experience-mobile-bookbar{
    opacity:0;
    pointer-events:none;
    transform:translateY(120%);
  }
  .experience-mobile-bookbar-price{
    min-width:0;
    padding-inline:6px 3px;
  }
  .experience-mobile-bookbar-price span{
    display:block;
    margin-bottom:3px;
    color:#6b7d86;
    font-size:9px;
    line-height:1;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  .experience-mobile-bookbar-price strong{
    display:block;
    max-width:112px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#1677a8;
    font-size:17px;
    line-height:1.15;
  }
  .experience-mobile-bookbar-primary,
  .experience-mobile-bookbar-wa{
    min-height:50px;
    display:grid;
    place-items:center;
    border-radius:15px;
    font-weight:900;
  }
  .experience-mobile-bookbar-primary{
    padding:0 14px;
    background:linear-gradient(135deg,#0E7490,#0E7490);
    color:#fff;
    box-shadow:0 9px 20px rgba(44,159,232,.28);
    font-size:15px;
  }
  .experience-mobile-bookbar-wa{
    background:#20C96B;
    color:#fff;
    font-size:11px;
    letter-spacing:.02em;
    box-shadow:0 9px 20px rgba(32,201,107,.22);
  }

  /* Structured activity/package JSON: less nested-card feel, stronger hierarchy. */
  .activity-json-content{
    gap:13px;
    margin-top:8px;
  }
  .activity-json-card{
    padding:21px 17px;
    border-radius:22px;
    border-color:rgba(44,159,232,.12);
    box-shadow:0 10px 26px rgba(18,66,96,.045);
  }
  .activity-json-primary .activity-json-title{display:none}
  .activity-json-card h2{
    position:relative;
    margin-bottom:17px;
    padding-inline-start:14px;
    font-size:22px;
    line-height:1.16;
  }
  .activity-json-card h2::before{
    content:'';
    position:absolute;
    inset-inline-start:0;
    top:.15em;
    bottom:.12em;
    width:4px;
    border-radius:999px;
    background:linear-gradient(180deg,#22B8CF,#0E7490);
  }
  .activity-json-intro{
    margin:0 0 21px;
    padding:17px;
    border-radius:18px;
    background:
      radial-gradient(circle at 100% 0,rgba(48,175,255,.14),transparent 42%),
      linear-gradient(135deg,rgba(146,238,255,.18),rgba(216,255,197,.18));
  }
  .activity-json-intro p,
  .activity-json-card p{
    font-size:15.5px;
    line-height:1.78;
  }
  .activity-json-overview{
    padding-inline-start:0;
    border-inline-start:0;
  }
  .activity-json-overview>p{margin-bottom:18px}

  /* Quick facts inside overview become a second swipe row rather than a long stack. */
  .activity-json-info-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px;
    margin-top:17px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    padding:1px 1px 5px;
  }
  .activity-json-info-card{
    flex:0 0 min(78vw,270px);
    min-height:96px;
    scroll-snap-align:start;
    padding:16px;
    border-radius:17px;
    background:linear-gradient(180deg,#fbfeff,#f6fbfd);
  }
  .activity-json-info-card strong{font-size:11px;text-transform:uppercase;letter-spacing:.07em}
  .activity-json-info-card span{font-size:15px;line-height:1.43}

  /* Numbered itinerary reads as a real timeline on phones. */
  .activity-json-steps{
    position:relative;
    gap:10px;
  }
  .activity-json-steps::before{
    content:'';
    position:absolute;
    inset-inline-start:18px;
    top:24px;
    bottom:24px;
    width:2px;
    background:linear-gradient(180deg,rgba(44,159,232,.28),rgba(48,175,255,.08));
  }
  .activity-json-steps li{
    position:relative;
    grid-template-columns:36px minmax(0,1fr);
    gap:11px;
    padding:8px 10px 8px 0;
    border-radius:16px;
    background:#f9fdfe;
    border:1px solid rgba(44,159,232,.08);
    font-size:15px;
    line-height:1.62;
  }
  html[dir="rtl"] .activity-json-steps li{padding:8px 0 8px 10px}
  .activity-json-steps li::before{
    position:relative;
    z-index:1;
    width:36px;height:36px;
    box-shadow:0 6px 16px rgba(44,159,232,.18);
  }
  .activity-json-steps li span{padding-top:5px}

  .activity-json-bullets{
    gap:9px;
  }
  .activity-json-bullets li{
    min-height:44px;
    display:flex;
    align-items:center;
    padding:10px 12px 10px 38px;
    border:1px solid rgba(44,159,232,.08);
    border-radius:14px;
    background:#f9fdfe;
    font-size:15px;
    line-height:1.5;
  }
  html[dir="rtl"] .activity-json-bullets li{padding:10px 38px 10px 12px}
  .activity-json-bullets li::before{
    inset-inline-start:16px;
    top:50%;
    transform:translateY(-50%);
    width:8px;height:8px;
  }

  .activity-json-include-grid{gap:10px}
  .activity-json-include-box{
    padding:18px 15px;
    border-radius:18px;
  }
  .activity-json-include-box h3{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:14px;
    font-size:16px;
  }
  .activity-json-include-box h3::before{
    width:25px;height:25px;
    display:grid;place-items:center;
    flex:0 0 25px;
    border-radius:50%;
    font-family:'Manrope',sans-serif;
    font-size:13px;
    font-weight:900;
  }
  .activity-json-include-box.is-included h3::before{content:'✓';background:rgba(63,166,106,.14);color:#2e8f55}
  .activity-json-include-box.is-excluded h3::before{content:'–';background:rgba(48,175,255,.13);color:#0E7490}
  .activity-json-include-box ul{gap:9px}
  .activity-json-include-box li{font-size:14.5px;line-height:1.55}

  .activity-json-faq-list{gap:9px}
  .activity-json-faq details{
    border-radius:16px;
    background:#fbfeff;
    box-shadow:0 5px 14px rgba(18,66,96,.025);
  }
  .activity-json-faq details[open]{
    background:#fff;
    border-color:rgba(44,159,232,.26);
    box-shadow:0 10px 22px rgba(18,66,96,.055);
  }
  .activity-json-faq summary{
    min-height:60px;
    padding:14px 14px 14px 15px;
    font-size:14.5px;
    line-height:1.35;
  }
  .activity-json-faq summary i{width:32px;height:32px;flex-basis:32px}
  .activity-json-answer{padding:0 15px 15px}
  .activity-json-answer p{font-size:14.5px;line-height:1.7}

  .activity-json-link-list{display:grid;gap:9px}
  .activity-json-link-list a{
    width:100%;
    min-height:50px;
    justify-content:space-between;
    border-radius:14px;
    padding:0 15px;
  }

  .activity-gallery-grid-modern{
    display:flex !important;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:4px;
  }
  .activity-gallery-grid-modern::-webkit-scrollbar{display:none}
  .activity-gallery-grid-modern img{
    flex:0 0 82%;
    width:82%;
    height:auto;
    aspect-ratio:4/3;
    scroll-snap-align:start;
    border-radius:17px;
  }

  .activity-related-card-mobile{
    display:block;
    margin-top:13px;
    padding:18px 14px;
    border-radius:22px;
  }
  .activity-related-card-mobile h3{
    margin:0 0 12px;
    font-size:21px;
  }
  .activity-related-card-mobile .activity-related-list{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding-bottom:3px;
  }
  .activity-related-card-mobile .activity-related-list::-webkit-scrollbar{display:none}
  .activity-related-card-mobile .activity-related-item{
    flex:0 0 min(82vw,310px);
    grid-template-columns:92px minmax(0,1fr);
    scroll-snap-align:start;
    min-height:92px;
    padding:8px;
  }
  .activity-related-card-mobile .activity-related-item img{
    width:92px;height:76px;
  }

  /* Blog detail: reduce visual nesting and optimize every long section for one-hand reading. */
  body.page-blog-post .blog-detail-shell-section{
    padding-bottom:32px;
  }
  body.page-blog-post .blog-detail-top-grid{
    gap:16px;
  }
  body.page-blog-post .blog-detail-hero-card{
    margin-top:112px !important;
    padding:6px !important;
    border-radius:24px !important;
    box-shadow:0 14px 32px rgba(18,66,96,.10) !important;
  }
  body.page-blog-post .blog-detail-hero-card img{
    width:100%;
    height:auto !important;
    aspect-ratio:16/10 !important;
    border-radius:19px !important;
  }
  body.page-blog-post .blog-detail-title-below{
    margin-top:15px;
    padding:0 7px;
  }
  body.page-blog-post .blog-detail-title-below .eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    margin:0 0 9px;
    border-radius:999px;
    background:rgba(146,238,255,.28);
    color:#247da9;
    font-size:10px;
    letter-spacing:.12em;
  }
  body.page-blog-post .blog-detail-title-below h1{
    margin:0 0 12px;
    font-size:clamp(29px,8.5vw,36px) !important;
    line-height:1.08;
    letter-spacing:-.025em;
  }
  body.page-blog-post .blog-meta{
    display:flex;
    gap:7px !important;
  }
  body.page-blog-post .blog-meta span{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 9px;
    border-radius:999px;
    background:#eef8fb;
    color:#58717d;
    font-size:11px;
    font-weight:700;
  }
  body.page-blog-post .blog-article-copy-card{
    margin-top:15px;
    padding:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .blog-json-content{gap:12px}
  .blog-json-intro-card,
  .blog-json-section,
  .blog-json-tips,
  .blog-json-links,
  .blog-json-facts{
    padding:20px 16px;
    border-radius:21px;
    box-shadow:0 9px 24px rgba(18,66,96,.04);
  }
  .blog-json-intro-card{
    padding:21px 17px;
    background:
      radial-gradient(circle at 100% 0,rgba(48,175,255,.17),transparent 42%),
      linear-gradient(135deg,rgba(146,238,255,.27),rgba(216,255,197,.32));
  }
  .blog-json-kicker{font-size:10px;margin-bottom:8px}
  .blog-json-intro-card p{font-size:16px;line-height:1.72}
  .blog-json-section h2,
  .blog-json-tips h2,
  .blog-json-links h2{
    position:relative;
    padding-inline-start:14px;
    margin-bottom:15px;
    font-size:27px;
    line-height:1.15;
  }
  .blog-json-section h2::before,
  .blog-json-tips h2::before,
  .blog-json-links h2::before{
    content:'';
    position:absolute;
    inset-inline-start:0;
    top:.13em;
    bottom:.12em;
    width:4px;
    border-radius:999px;
    background:linear-gradient(180deg,#22B8CF,#0E7490);
  }
  .blog-json-section h3{font-size:20px;margin:23px 0 10px}
  .blog-json-section p{font-size:15.5px;line-height:1.78;margin-bottom:15px}
  .blog-json-section-lead{font-size:16px!important;line-height:1.72!important}

  /* Facts and contents are swipeable cards on phones instead of tall blocks. */
  .blog-json-facts-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:9px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    padding-bottom:4px;
  }
  .blog-json-fact{
    flex:0 0 min(78vw,270px);
    scroll-snap-align:start;
    min-height:88px;
    padding:14px;
    border-radius:15px;
  }
  .blog-json-fact strong{font-size:11px;text-transform:uppercase;letter-spacing:.06em}
  .blog-json-fact span{font-size:14px;line-height:1.45}

  .blog-json-toc{
    padding:17px 14px;
    border-radius:20px;
    box-shadow:0 12px 28px rgba(20,56,71,.12);
  }
  .blog-json-toc-head{margin-bottom:11px}
  .blog-json-toc-head strong{font-size:19px}
  .blog-json-toc-head span{display:block;font-size:10px}
  .blog-json-toc ol{
    display:flex !important;
    grid-template-columns:none !important;
    gap:8px;
    margin:0;
    padding:0 !important;
    list-style:none;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }
  .blog-json-toc li{
    flex:0 0 min(76vw,265px);
    scroll-snap-align:start;
    padding:0;
  }
  .blog-json-toc a{
    display:flex;
    align-items:center;
    min-height:52px;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:13px;
    background:rgba(255,255,255,.08);
    font-size:12.5px;
    line-height:1.4;
  }

  .blog-json-highlight-box,
  .blog-json-note,
  .blog-json-quote{
    margin:18px 0;
    padding:17px;
    border-radius:16px;
  }
  .blog-json-quote{border-radius:0 16px 16px 0}
  html[dir="rtl"] .blog-json-quote{border-radius:16px 0 0 16px}
  .blog-json-quote p{font-size:18px!important;line-height:1.5!important}
  .blog-json-subsection{
    margin-top:22px;
    padding-top:17px;
  }
  .blog-json-bullets,
  .blog-json-numbered{gap:9px;padding-inline-start:21px}
  .blog-json-bullets li,
  .blog-json-numbered li{font-size:14.5px;line-height:1.6}
  .blog-json-check-list{
    display:grid;
    gap:8px;
  }
  .blog-json-check-list li{
    min-height:42px;
    padding:9px 10px 9px 36px;
    border:1px solid rgba(44,159,232,.08);
    border-radius:13px;
    background:#f9fdfe;
    font-size:14px;
    line-height:1.5;
  }
  html[dir="rtl"] .blog-json-check-list li{padding:9px 36px 9px 10px}
  .blog-json-check-list li::before{left:9px;top:50%;transform:translateY(-50%)}
  html[dir="rtl"] .blog-json-check-list li::before{left:auto;right:9px}

  .blog-json-faq-list{gap:8px}
  .blog-json-faq details{
    border-radius:15px;
    background:#fbfeff;
  }
  .blog-json-faq details[open]{
    border-color:rgba(44,159,232,.25);
    background:#fff;
    box-shadow:0 9px 20px rgba(18,66,96,.045);
  }
  .blog-json-faq summary{
    min-height:58px;
    padding:13px 14px;
    font-size:14px;
    line-height:1.35;
  }
  .blog-json-faq details>div{padding:0 14px 14px}
  .blog-json-faq details>div p{font-size:14px;line-height:1.68}

  /* Recommended blog posts become a swipeable visual rail at the end. */
  body.page-blog-post .blog-recommended-card{
    width:100%;
    margin-top:4px;
    padding:18px 0 4px !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  body.page-blog-post .blog-recommended-card h3{
    margin:0 6px 12px;
    font-size:22px;
  }
  body.page-blog-post .blog-recommended-list{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(240px,78vw);
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    padding:0 6px 7px;
  }
  body.page-blog-post .blog-recommended-item{
    display:block;
    min-height:0;
    padding:7px;
    border-radius:18px;
    scroll-snap-align:start;
    background:#fff;
    box-shadow:0 8px 22px rgba(18,66,96,.045);
  }
  body.page-blog-post .blog-recommended-item img{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
    border-radius:14px;
  }
  body.page-blog-post .blog-recommended-item span{display:block;padding:10px 7px 7px}
  body.page-blog-post .blog-recommended-item strong{font-size:15px;line-height:1.35}

  /* A tiny reading-progress line makes long guides feel easier to navigate. */
  .blog-reading-progress{
    position:fixed;
    top:0;
    left:0;
    z-index:1600;
    display:block;
    width:0;
    height:3px;
    border-radius:0 999px 999px 0;
    background:linear-gradient(90deg,#22B8CF,#22B8CF,#F3FAFC);
    box-shadow:0 1px 7px rgba(48,175,255,.38);
    pointer-events:none;
  }
  html[dir="rtl"] .blog-reading-progress{
    left:auto;
    right:0;
    border-radius:999px 0 0 999px;
  }
}

@media (max-width:420px), (max-device-width:420px){
  .experience-mobile-bookbar{
    grid-template-columns:minmax(64px,auto) minmax(0,1fr) 46px;
    left:6px;right:6px;
    gap:6px;
    padding:7px;
    border-radius:20px;
  }
  .experience-mobile-bookbar-price strong{max-width:88px;font-size:15px}
  .experience-mobile-bookbar-primary{font-size:14px;padding:0 10px}
  .activity-mobile-title-card h1{font-size:29px}
  .page-activity .activity-quick-card{flex-basis:74vw}
  .activity-json-info-card{flex-basis:84vw}
  .blog-json-fact{flex-basis:84vw}
  .blog-json-toc li{flex-basis:82vw}
}

/* Blog JSON extras used by detailed guides. */
.blog-json-inline-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:20px 0;
}
.blog-json-inline-fact{
  min-height:82px;
  padding:15px 16px;
  border:1px solid #dceff3;
  border-radius:16px;
  background:#f8fcfd;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:6px;
}
.blog-json-inline-fact strong{font-size:12px;color:#1f729a}
.blog-json-inline-fact span{font-size:14px;line-height:1.48;color:#465e68}
.blog-json-highlight-callout{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:12px;
  align-items:start;
  margin:20px 0;
  padding:17px 18px;
  border:1px solid rgba(48,175,255,.18);
  border-radius:17px;
  background:linear-gradient(135deg,rgba(146,238,255,.18),rgba(216,255,197,.22));
}
.blog-json-highlight-callout>span{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:12px;
  background:#fff;
  color:#0E7490;
  font-size:17px;
  box-shadow:0 6px 14px rgba(18,66,96,.06);
}
.blog-json-highlight-callout p{margin:3px 0 0!important;font-weight:700;color:#315563!important}
.blog-json-mini-tips{
  margin:20px 0;
  padding:17px;
  border-radius:17px;
  background:#f8fff3;
  border:1px solid rgba(91,171,74,.16);
}
.blog-json-mini-tips>strong{
  display:block;
  margin-bottom:10px;
  color:#397548;
  font-size:13px;
  letter-spacing:.05em;
  text-transform:uppercase;
}

@media (max-width:820px), (max-device-width:820px){
  .blog-json-inline-facts{
    display:flex;
    grid-template-columns:none;
    gap:9px;
    margin:17px 0;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    overscroll-behavior-x:contain;
    padding-bottom:3px;
  }
  .blog-json-inline-facts::-webkit-scrollbar{display:none}
  .blog-json-inline-fact{
    flex:0 0 min(78vw,270px);
    scroll-snap-align:start;
    min-height:82px;
    padding:14px;
    border-radius:15px;
  }
  .blog-json-highlight-callout{
    grid-template-columns:30px minmax(0,1fr);
    gap:10px;
    margin:17px 0;
    padding:15px;
    border-radius:15px;
  }
  .blog-json-highlight-callout>span{width:30px;height:30px;border-radius:10px;font-size:15px}
  .blog-json-highlight-callout p{font-size:14px!important;line-height:1.58!important}
  .blog-json-mini-tips{margin:17px 0;padding:15px;border-radius:15px}
}


/* === 2026-09-03 phone readability + viewport fallback ===
   Detail pages must render as genuine mobile layouts instead of a desktop canvas
   scaled down to fit a phone screen. Desktop remains unchanged. */
@media (max-width:820px), (max-device-width:820px){
  html{
    -webkit-text-size-adjust:100% !important;
    text-size-adjust:100% !important;
    overflow-x:hidden;
  }
  body.page-blog-post,
  body.page-activity,
  body.page-package{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }
  body.page-blog-post main,
  body.page-activity main,
  body.page-package main{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow-x:clip !important;
  }
  body.page-blog-post .container,
  body.page-activity .container,
  body.page-package .container{
    width:calc(100% - 20px) !important;
    max-width:none !important;
    min-width:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  /* The same premium detail geometry is shared by Activity and Package. */
  body.page-package .site-footer{
    padding-bottom:calc(124px + env(safe-area-inset-bottom));
  }
  body.page-package .activity-modern-shell{
    padding-top:112px !important;
    padding-bottom:84px !important;
  }
  body.page-package .activity-modern-shell>.container{
    width:calc(100% - 12px) !important;
  }
  body.page-package .activity-back-link{
    margin:0 6px 12px !important;
    min-height:36px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(20,56,71,.07);
    box-shadow:0 7px 18px rgba(18,66,96,.04);
    font-size:13px;
  }
  body.page-package .activity-modern-top-grid,
  body.page-package .activity-modern-main{gap:12px !important}
  body.page-package .activity-modern-top-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
  }
  body.page-package .activity-modern-hero-card{
    padding:6px !important;
    border-radius:24px !important;
    box-shadow:0 14px 32px rgba(18,66,96,.10) !important;
  }
  body.page-package .activity-modern-hero-card img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:16/10 !important;
    object-fit:cover !important;
    border-radius:19px !important;
  }
  body.page-package .activity-modern-sidebar{display:none !important}
  body.page-package .activity-modern-quick-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto !important;
    overscroll-behavior-x:contain !important;
    scroll-snap-type:x mandatory !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
    padding:2px 8px 8px !important;
  }
  body.page-package .activity-modern-quick-grid::-webkit-scrollbar{display:none}
  body.page-package .activity-quick-card{
    flex:0 0 min(72vw,250px) !important;
    min-width:0 !important;
    min-height:98px !important;
    padding:15px !important;
    scroll-snap-align:start !important;
    border-radius:20px !important;
  }

  /* Stronger phone typography: readable at normal zoom, not mini desktop text. */
  .activity-mobile-title-card h1{
    font-size:clamp(33px,9vw,41px) !important;
    line-height:1.08 !important;
  }
  .activity-json-card{
    padding:23px 18px !important;
  }
  .activity-json-card h2{
    font-size:25px !important;
    line-height:1.18 !important;
  }
  .activity-json-intro p,
  .activity-json-card p{
    font-size:17px !important;
    line-height:1.78 !important;
  }
  .activity-json-info-card strong{font-size:12px !important}
  .activity-json-info-card span{font-size:16px !important;line-height:1.48 !important}
  .activity-json-steps li{
    font-size:16.5px !important;
    line-height:1.62 !important;
  }
  .activity-json-bullets li,
  .activity-json-include-box li{
    font-size:16px !important;
  }
  .activity-json-faq summary{
    font-size:16px !important;
    line-height:1.4 !important;
  }
  .activity-json-answer p{font-size:16px !important}

  /* Blog uses the full phone width and editorial-sized text. */
  body.page-blog-post .blog-detail-shell-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.page-blog-post .blog-detail-top-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
    min-width:0 !important;
    gap:16px !important;
  }
  body.page-blog-post .blog-detail-main{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  body.page-blog-post .blog-detail-hero-card{
    width:100% !important;
  }
  body.page-blog-post .blog-detail-title-below h1{
    font-size:clamp(34px,9.5vw,42px) !important;
    line-height:1.08 !important;
  }
  .blog-json-intro-card p{
    font-size:18px !important;
    line-height:1.72 !important;
  }
  .blog-json-section h2,
  .blog-json-tips h2,
  .blog-json-links h2{
    font-size:30px !important;
    line-height:1.16 !important;
  }
  .blog-json-section h3{
    font-size:23px !important;
    line-height:1.24 !important;
  }
  .blog-json-section p{
    font-size:17px !important;
    line-height:1.82 !important;
  }
  .blog-json-section-lead{
    font-size:18px !important;
  }
  .blog-json-fact strong{font-size:12px !important}
  .blog-json-fact span{font-size:15.5px !important;line-height:1.5 !important}
  .blog-json-toc-head strong{font-size:21px !important}
  .blog-json-toc a{font-size:14px !important;line-height:1.45 !important}
  .blog-json-bullets li,
  .blog-json-numbered li,
  .blog-json-check-list li{
    font-size:16px !important;
    line-height:1.62 !important;
  }
  .blog-json-faq summary{
    font-size:16px !important;
    line-height:1.4 !important;
  }
  .blog-json-faq details>div p{
    font-size:16px !important;
    line-height:1.72 !important;
  }

  /* The mobile page strip should be clearly readable, not a miniature desktop nav. */
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){
    font-size:14px !important;
    font-weight:800 !important;
  }
}

@media (max-width:420px), (max-device-width:420px){
  body.page-blog-post .container,
  body.page-activity .container,
  body.page-package .container{
    width:calc(100% - 16px) !important;
  }
  .activity-mobile-title-card h1{font-size:32px !important}
  body.page-blog-post .blog-detail-title-below h1{font-size:34px !important}
  .activity-json-card,
  .blog-json-intro-card,
  .blog-json-section,
  .blog-json-tips,
  .blog-json-links,
  .blog-json-facts{
    padding-left:17px !important;
    padding-right:17px !important;
  }
}

/* === 2026-09-04 FINAL PHONE DETAIL REFLOW ===
   Fixes horizontal clipping on Blog / Activity / Package detail pages.
   Core content now always reflows inside the actual phone width; no important
   text or fact cards require sideways scrolling. Desktop remains untouched. */
@media (max-width:820px), (max-device-width:820px){
  html,
  body.page-blog-post,
  body.page-activity,
  body.page-package{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow-x:clip !important;
  }

  /* Every structural child is allowed to shrink inside the phone viewport. */
  body.page-blog-post main,
  body.page-blog-post article,
  body.page-blog-post section,
  body.page-blog-post .container,
  body.page-blog-post .blog-detail-top-grid,
  body.page-blog-post .blog-detail-main,
  body.page-blog-post .blog-detail-hero-card,
  body.page-blog-post .blog-detail-title-below,
  body.page-blog-post .blog-article-copy-card,
  body.page-blog-post .blog-article-copy,
  body.page-blog-post .blog-rich-content,
  body.page-blog-post .blog-json-content,
  body.page-blog-post .blog-json-section,
  body.page-blog-post .blog-json-intro-card,
  body.page-blog-post .blog-json-facts,
  body.page-blog-post .blog-json-tips,
  body.page-blog-post .blog-json-links,
  body.page-activity main,
  body.page-activity section,
  body.page-activity .container,
  body.page-activity .activity-modern-top-grid,
  body.page-activity .activity-modern-main,
  body.page-activity .activity-modern-hero-card,
  body.page-activity .activity-mobile-title-card,
  body.page-activity .activity-json-content,
  body.page-activity .activity-json-card,
  body.page-package main,
  body.page-package section,
  body.page-package .container,
  body.page-package .activity-modern-top-grid,
  body.page-package .activity-modern-main,
  body.page-package .activity-modern-hero-card,
  body.page-package .activity-mobile-title-card,
  body.page-package .activity-json-content,
  body.page-package .activity-json-card{
    min-width:0 !important;
    max-width:100% !important;
  }

  body.page-blog-post .container,
  body.page-activity .container,
  body.page-package .container,
  body.page-activity .activity-modern-shell>.container,
  body.page-package .activity-modern-shell>.container{
    width:calc(100% - 16px) !important;
    margin-inline:auto !important;
    padding-inline:0 !important;
  }

  /* BLOG: image + title must never extend beyond the screen. */
  body.page-blog-post .blog-detail-top-grid{
    display:block !important;
    width:100% !important;
  }
  body.page-blog-post .blog-detail-main{
    display:block !important;
    width:100% !important;
  }
  body.page-blog-post .blog-detail-hero-card{
    width:100% !important;
    max-width:100% !important;
    margin:108px 0 0 !important;
    padding:5px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  body.page-blog-post .blog-detail-hero-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:16 / 10 !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }
  body.page-blog-post .blog-detail-title-below{
    width:100% !important;
    margin:16px 0 0 !important;
    padding:0 5px !important;
  }
  body.page-blog-post .blog-detail-title-below h1{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 12px !important;
    font-size:clamp(30px,9vw,38px) !important;
    line-height:1.08 !important;
    letter-spacing:-.025em !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
  body.page-blog-post .blog-article-copy-card{
    width:100% !important;
    margin:16px 0 0 !important;
    padding:0 !important;
    overflow:visible !important;
  }
  body.page-blog-post .blog-json-content,
  body.page-blog-post .blog-json-section,
  body.page-blog-post .blog-json-intro-card,
  body.page-blog-post .blog-json-facts,
  body.page-blog-post .blog-json-tips,
  body.page-blog-post .blog-json-links{
    width:100% !important;
  }
  body.page-blog-post .blog-json-intro-card,
  body.page-blog-post .blog-json-section,
  body.page-blog-post .blog-json-tips,
  body.page-blog-post .blog-json-links,
  body.page-blog-post .blog-json-facts{
    padding:20px 16px !important;
    overflow:visible !important;
  }
  body.page-blog-post .blog-json-intro-card p,
  body.page-blog-post .blog-json-section p,
  body.page-blog-post .blog-json-section h2,
  body.page-blog-post .blog-json-section h3,
  body.page-blog-post .blog-json-tips h2,
  body.page-blog-post .blog-json-links h2,
  body.page-blog-post .blog-json-faq summary,
  body.page-blog-post .blog-json-faq p,
  body.page-blog-post .blog-json-highlight-callout p,
  body.page-blog-post .blog-json-note p,
  body.page-blog-post .blog-json-quote p{
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  /* Core facts and table of contents are vertical on phones: nothing hidden off-screen. */
  body.page-blog-post .blog-json-facts-grid,
  body.page-blog-post .blog-json-inline-facts{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    overflow:visible !important;
    padding:0 !important;
  }
  body.page-blog-post .blog-json-fact,
  body.page-blog-post .blog-json-inline-fact{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    flex:none !important;
  }
  body.page-blog-post .blog-json-fact span,
  body.page-blog-post .blog-json-inline-fact span{
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  body.page-blog-post .blog-json-toc ol{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    width:100% !important;
    overflow:visible !important;
    padding:0 !important;
  }
  body.page-blog-post .blog-json-toc li{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    flex:none !important;
  }
  body.page-blog-post .blog-json-toc a{
    width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  body.page-blog-post .blog-json-inline-fact,
  body.page-blog-post .blog-json-highlight-callout,
  body.page-blog-post .blog-json-mini-tips{
    max-width:100% !important;
  }

  /* ACTIVITY + PACKAGE: the important content uses a real phone grid, not rails. */
  body.page-activity .activity-modern-top-grid,
  body.page-package .activity-modern-top-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    gap:12px !important;
  }
  body.page-activity .activity-modern-main,
  body.page-package .activity-modern-main{
    width:100% !important;
  }
  body.page-activity .activity-modern-hero-card,
  body.page-package .activity-modern-hero-card{
    width:100% !important;
    padding:5px !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }
  body.page-activity .activity-modern-hero-card img,
  body.page-package .activity-modern-hero-card img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    aspect-ratio:16 / 10 !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }
  body.page-activity .activity-mobile-title-card,
  body.page-package .activity-mobile-title-card{
    width:100% !important;
    padding:7px 7px 2px !important;
  }
  body.page-activity .activity-mobile-title-card h1,
  body.page-package .activity-mobile-title-card h1{
    width:100% !important;
    max-width:100% !important;
    font-size:clamp(29px,8.7vw,38px) !important;
    line-height:1.08 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  /* Top duration/price/etc stay compact but fully visible. */
  body.page-activity .activity-modern-quick-grid,
  body.page-package .activity-modern-quick-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:9px !important;
    width:100% !important;
    margin:0 !important;
    padding:10px !important;
    overflow:visible !important;
    scroll-snap-type:none !important;
  }
  body.page-activity .activity-quick-card,
  body.page-package .activity-quick-card{
    width:auto !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:96px !important;
    flex:none !important;
    padding:11px !important;
    grid-template-columns:40px minmax(0,1fr) !important;
    gap:8px !important;
    border-radius:16px !important;
  }
  body.page-activity .activity-quick-icon,
  body.page-package .activity-quick-icon,
  body.page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  body.page-activity .activity-quick-card.tone-blue .activity-quick-icon,
  body.page-package .activity-quick-card.tone-sky .activity-quick-icon,
  body.page-package .activity-quick-card.tone-blue .activity-quick-icon{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
    border-radius:13px !important;
    font-size:17px !important;
  }
  body.page-activity .activity-quick-card.tone-sky,
  body.page-activity .activity-quick-card.tone-blue,
  body.page-package .activity-quick-card.tone-sky,
  body.page-package .activity-quick-card.tone-blue{
    grid-template-columns:40px minmax(0,1fr) !important;
  }
  body.page-activity .activity-quick-card strong,
  body.page-package .activity-quick-card strong{
    font-size:11px !important;
    line-height:1.2 !important;
    white-space:normal !important;
  }
  body.page-activity .activity-quick-card small,
  body.page-package .activity-quick-card small{
    max-width:100% !important;
    font-size:13px !important;
    line-height:1.35 !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    overflow-wrap:anywhere !important;
  }

  body.page-activity .activity-json-content,
  body.page-package .activity-json-content{
    width:100% !important;
    margin-top:10px !important;
  }
  body.page-activity .activity-json-card,
  body.page-package .activity-json-card{
    width:100% !important;
    padding:21px 16px !important;
    overflow:visible !important;
  }
  body.page-activity .activity-json-intro,
  body.page-package .activity-json-intro{
    width:100% !important;
    padding:16px !important;
    overflow:visible !important;
  }
  body.page-activity .activity-json-intro p,
  body.page-package .activity-json-intro p,
  body.page-activity .activity-json-card p,
  body.page-package .activity-json-card p,
  body.page-activity .activity-json-card h2,
  body.page-package .activity-json-card h2,
  body.page-activity .activity-json-card h3,
  body.page-package .activity-json-card h3,
  body.page-activity .activity-json-steps li,
  body.page-package .activity-json-steps li,
  body.page-activity .activity-json-bullets li,
  body.page-package .activity-json-bullets li,
  body.page-activity .activity-json-include-box li,
  body.page-package .activity-json-include-box li,
  body.page-activity .activity-json-faq summary,
  body.page-package .activity-json-faq summary,
  body.page-activity .activity-json-answer p,
  body.page-package .activity-json-answer p{
    max-width:100% !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  /* Overview facts are core information: show every card, one per row. */
  body.page-activity .activity-json-info-grid,
  body.page-package .activity-json-info-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    overflow:visible !important;
    padding:0 !important;
  }
  body.page-activity .activity-json-info-card,
  body.page-package .activity-json-info-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:82px !important;
    flex:none !important;
  }
  body.page-activity .activity-json-info-card span,
  body.page-package .activity-json-info-card span{
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }

  body.page-activity .activity-json-include-grid,
  body.page-package .activity-json-include-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:100% !important;
  }

  /* Legacy rich content also reflows correctly if an older item has not yet been converted to JSON. */
  body.page-activity .activity-summary-card,
  body.page-activity .activity-content-card,
  body.page-package .activity-summary-card,
  body.page-package .activity-content-card{
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  body.page-activity .activity-rich-content,
  body.page-package .activity-rich-content,
  body.page-activity .activity-rich-content p,
  body.page-package .activity-rich-content p,
  body.page-activity .activity-content-card>p,
  body.page-package .activity-content-card>p{
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  body.page-activity .activity-rich-content table,
  body.page-package .activity-rich-content table,
  body.page-blog-post .blog-rich-content table{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
}

@media (max-width:360px), (max-device-width:360px){
  body.page-blog-post .container,
  body.page-activity .container,
  body.page-package .container,
  body.page-activity .activity-modern-shell>.container,
  body.page-package .activity-modern-shell>.container{
    width:calc(100% - 12px) !important;
  }
  body.page-blog-post .blog-detail-title-below h1,
  body.page-activity .activity-mobile-title-card h1,
  body.page-package .activity-mobile-title-card h1{
    font-size:29px !important;
  }
  body.page-activity .activity-modern-quick-grid,
  body.page-package .activity-modern-quick-grid{
    gap:7px !important;
    padding:8px !important;
  }
  body.page-activity .activity-quick-card,
  body.page-package .activity-quick-card{
    min-height:92px !important;
    padding:9px !important;
    grid-template-columns:36px minmax(0,1fr) !important;
  }
  body.page-activity .activity-quick-icon,
  body.page-package .activity-quick-icon,
  body.page-activity .activity-quick-card.tone-sky .activity-quick-icon,
  body.page-activity .activity-quick-card.tone-blue .activity-quick-icon,
  body.page-package .activity-quick-card.tone-sky .activity-quick-icon,
  body.page-package .activity-quick-card.tone-blue .activity-quick-icon{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
    font-size:15px !important;
  }
  body.page-activity .activity-quick-card.tone-sky,
  body.page-activity .activity-quick-card.tone-blue,
  body.page-package .activity-quick-card.tone-sky,
  body.page-package .activity-quick-card.tone-blue{
    grid-template-columns:36px minmax(0,1fr) !important;
  }
  body.page-activity .activity-quick-card small,
  body.page-package .activity-quick-card small{
    font-size:12px !important;
  }
}

/* === 2026-09-04 MOBILE DETAIL BOOKING PLACEMENT ===
   Activity + Package: booking actions sit directly between the hero image and
   title on phones. Book and WhatsApp have the exact same footprint. */
@media (max-width:820px), (max-device-width:820px){
  body.page-activity .experience-mobile-bookbar,
  body.page-package .experience-mobile-bookbar{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
    width:100% !important;
    max-width:100% !important;
    min-height:68px !important;
    margin:0 !important;
    padding:8px !important;
    display:grid !important;
    grid-template-columns:minmax(72px,.72fr) repeat(2,minmax(0,1fr)) !important;
    align-items:stretch !important;
    gap:8px !important;
    border:1px solid rgba(20,56,71,.10) !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.97) !important;
    box-shadow:0 10px 26px rgba(12,46,66,.10) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }
  body.menu-open.page-activity .experience-mobile-bookbar,
  body.menu-open.page-package .experience-mobile-bookbar{
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
  }
  body.page-activity .experience-mobile-bookbar-price,
  body.page-package .experience-mobile-bookbar-price{
    min-width:0 !important;
    padding:5px 4px 4px 5px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }
  body.page-activity .experience-mobile-bookbar-price span,
  body.page-package .experience-mobile-bookbar-price span{
    margin-bottom:4px !important;
    font-size:9px !important;
  }
  body.page-activity .experience-mobile-bookbar-price strong,
  body.page-package .experience-mobile-bookbar-price strong{
    max-width:100% !important;
    font-size:15px !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
    overflow-wrap:anywhere !important;
  }
  body.page-activity .experience-mobile-bookbar-primary,
  body.page-activity .experience-mobile-bookbar-wa,
  body.page-package .experience-mobile-bookbar-primary,
  body.page-package .experience-mobile-bookbar-wa{
    width:100% !important;
    min-width:0 !important;
    min-height:52px !important;
    height:100% !important;
    padding:0 8px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:900 !important;
    text-align:center !important;
    letter-spacing:0 !important;
    white-space:nowrap !important;
  }
  body.page-activity .activity-modern-shell,
  body.page-package .activity-modern-shell{
    padding-bottom:40px !important;
  }
  body.page-activity .site-footer,
  body.page-package .site-footer{
    padding-bottom:25px !important;
  }
}

@media (max-width:360px), (max-device-width:360px){
  body.page-activity .experience-mobile-bookbar,
  body.page-package .experience-mobile-bookbar{
    grid-template-columns:minmax(62px,.62fr) repeat(2,minmax(0,1fr)) !important;
    gap:6px !important;
    padding:7px !important;
  }
  body.page-activity .experience-mobile-bookbar-primary,
  body.page-activity .experience-mobile-bookbar-wa,
  body.page-package .experience-mobile-bookbar-primary,
  body.page-package .experience-mobile-bookbar-wa{
    min-height:50px !important;
    font-size:13px !important;
    padding:0 5px !important;
  }
}

/* === 2026-09-04 ACTIVITY + PACKAGE PHONE HERO FINAL ===
   Square hero image + attached booking actions. No empty white area between
   the photo and the Price / Book / WhatsApp bar. Phone only. */
@media (max-width:820px), (max-device-width:820px){
  body.page-activity .activity-modern-main,
  body.page-package .activity-modern-main{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:0 !important;
    width:100% !important;
  }

  body.page-activity .activity-modern-hero-card,
  body.page-package .activity-modern-hero-card{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
    margin:0 !important;
    padding:5px 5px 0 !important;
    overflow:hidden !important;
    line-height:0 !important;
    background:#fff !important;
    border:1px solid rgba(20,56,71,.10) !important;
    border-bottom:0 !important;
    border-radius:22px 22px 0 0 !important;
    box-shadow:0 10px 26px rgba(12,46,66,.09) !important;
  }

  body.page-activity .activity-modern-hero-card img,
  body.page-package .activity-modern-hero-card img{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center !important;
    margin:0 !important;
    border-radius:18px 18px 12px 12px !important;
  }

  body.page-activity .experience-mobile-bookbar,
  body.page-package .experience-mobile-bookbar{
    position:static !important;
    inset:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:100% !important;
    min-height:68px !important;
    margin:0 !important;
    padding:8px !important;
    display:grid !important;
    grid-template-columns:minmax(72px,.72fr) repeat(2,minmax(0,1fr)) !important;
    align-items:stretch !important;
    gap:8px !important;
    background:#fff !important;
    border:1px solid rgba(20,56,71,.10) !important;
    border-top:0 !important;
    border-radius:0 0 20px 20px !important;
    box-shadow:0 12px 28px rgba(12,46,66,.09) !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  body.page-activity .experience-mobile-bookbar-primary,
  body.page-activity .experience-mobile-bookbar-wa,
  body.page-package .experience-mobile-bookbar-primary,
  body.page-package .experience-mobile-bookbar-wa{
    width:100% !important;
    min-width:0 !important;
    min-height:52px !important;
    height:52px !important;
    padding:0 8px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:14px !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:900 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  body.page-activity .activity-mobile-title-card,
  body.page-package .activity-mobile-title-card{
    margin-top:14px !important;
  }

  body.page-activity .activity-modern-quick-grid,
  body.page-package .activity-modern-quick-grid{
    margin-top:12px !important;
  }
}

@media (max-width:360px), (max-device-width:360px){
  body.page-activity .experience-mobile-bookbar,
  body.page-package .experience-mobile-bookbar{
    grid-template-columns:minmax(62px,.62fr) repeat(2,minmax(0,1fr)) !important;
    gap:6px !important;
    padding:7px !important;
  }
  body.page-activity .experience-mobile-bookbar-primary,
  body.page-activity .experience-mobile-bookbar-wa,
  body.page-package .experience-mobile-bookbar-primary,
  body.page-package .experience-mobile-bookbar-wa{
    height:50px !important;
    min-height:50px !important;
    font-size:13px !important;
    padding:0 5px !important;
  }
}

/* === 2026-09-04 PHONE NAV LANGUAGE ITEM ===
   Phone only: language selector is the final item in the same horizontal page
   navigation row (Home … Contact … EN⌄). Desktop language control is untouched. */
.mobile-nav-language-toggle,
.mobile-nav-language-panel{
  display:none;
}

@media (max-width:820px), (max-device-width:820px){
  /* Keep the original language selector in the top header row.
     A second language selector is also available as the last item in the
     horizontal mobile navigation row. */

  /* Language is a real swipe-row item after Contact. */
  body:not(.menu-open) .site-header .main-nav .mobile-nav-language-toggle{
    display:inline-flex !important;
    flex:0 0 auto !important;
    width:auto !important;
    min-width:max-content !important;
    height:32px !important;
    min-height:32px !important;
    margin:0 10px 0 0 !important;
    padding:0 11px !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    border:1px solid rgba(20,56,71,.12) !important;
    border-radius:999px !important;
    background:#fff !important;
    color:var(--ink) !important;
    box-shadow:0 4px 12px rgba(18,66,96,.06) !important;
    font:inherit !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    cursor:pointer !important;
  }
  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav .mobile-nav-language-toggle{
    margin:0 0 0 10px !important;
  }
  body:not(.menu-open) .site-header .main-nav .mobile-nav-language-chevron{
    display:inline-block !important;
    font-size:10px !important;
    line-height:1 !important;
    transform:translateY(-1px) !important;
    transition:transform .18s ease !important;
  }
  body:not(.menu-open) .site-header.mobile-nav-language-open .main-nav .mobile-nav-language-chevron{
    transform:translateY(1px) rotate(180deg) !important;
  }

  /* The popup lives outside the scrolling nav so it cannot be clipped. */
  .site-header .mobile-nav-language-panel{
    display:none !important;
    position:fixed !important;
    top:108px !important;
    right:10px !important;
    left:auto !important;
    width:min(210px,calc(100vw - 20px)) !important;
    max-height:min(300px,60vh) !important;
    overflow:auto !important;
    padding:7px !important;
    border:1px solid rgba(20,56,71,.12) !important;
    border-radius:16px !important;
    background:rgba(255,255,255,.99) !important;
    box-shadow:0 18px 46px rgba(12,46,66,.20) !important;
    z-index:5000 !important;
  }
  html[dir="rtl"] body.lang-ar .site-header .mobile-nav-language-panel{
    right:auto !important;
    left:10px !important;
  }
  .site-header.is-scrolled .mobile-nav-language-panel{
    top:46px !important;
  }
  .site-header.mobile-nav-language-open .mobile-nav-language-panel{
    display:grid !important;
    gap:4px !important;
  }
  .site-header .mobile-nav-language-panel a{
    min-height:46px !important;
    padding:8px 10px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    border-radius:11px !important;
    color:var(--ink) !important;
    font-size:13px !important;
    font-weight:800 !important;
  }
  .site-header .mobile-nav-language-panel a small{
    color:var(--muted) !important;
    font-size:11px !important;
    font-weight:600 !important;
  }
  .site-header .mobile-nav-language-panel a.active{
    background:#eefaff !important;
    color:#167ebd !important;
  }

  /* Contact is no longer the last visible control; leave trailing room to EN⌄. */
  body:not(.menu-open) .site-header .main-nav>a:nth-last-child(3){
    margin-right:0 !important;
  }
  html[dir="rtl"] body.lang-ar:not(.menu-open) .site-header .main-nav>a:nth-last-child(3){
    margin-left:0 !important;
  }

  /* Make sure the language item can be fully swiped into view on small phones. */
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-package .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    padding-inline-end:12px !important;
  }
}

/* === 2026-09-05 MOBILE BOTTOM QUICK NAV ===
   Phone-only fixed navigation: Book / Activities / Packs.
   Labels automatically follow the current EN / FR / AR language. */
.mobile-bottom-dock{
  display:none;
}

@media (max-width:820px), (max-device-width:820px){
  body{
    padding-bottom:calc(82px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-bottom-dock{
    position:fixed;
    left:8px;
    right:8px;
    bottom:calc(7px + env(safe-area-inset-bottom, 0px));
    z-index:8500;
    min-height:58px;
    padding:5px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:stretch;
    gap:3px;
    background:rgba(17,38,43,.97);
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
    box-shadow:0 12px 34px rgba(8,28,39,.28);
    -webkit-backdrop-filter:blur(16px);
    backdrop-filter:blur(16px);
    transition:opacity .18s ease,transform .18s ease;
  }

  .mobile-bottom-dock-item{
    min-width:0;
    min-height:50px;
    padding:5px 4px 4px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    border-radius:13px;
    color:rgba(255,255,255,.72);
    font-size:10.5px;
    line-height:1.05;
    font-weight:700;
    text-align:center;
    white-space:nowrap;
    -webkit-tap-highlight-color:transparent;
    transition:background .18s ease,color .18s ease,transform .18s ease;
  }

  .mobile-bottom-dock-item:active{
    transform:scale(.97);
  }

  .mobile-bottom-dock-item.active{
    background:rgba(255,255,255,.09);
    color:#fff;
  }

  .mobile-bottom-dock-icon{
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    color:currentColor;
  }

  .mobile-bottom-dock-icon svg{
    width:20px;
    height:20px;
    display:block;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  body.menu-open .mobile-bottom-dock{
    opacity:0;
    pointer-events:none;
    transform:translateY(12px);
  }

  .site-footer{
    padding-bottom:calc(92px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* Keep any legacy floating WhatsApp shortcut clear of the new dock. */
  .whatsapp-float{
    bottom:calc(82px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (max-width:360px), (max-device-width:360px){
  .mobile-bottom-dock{
    left:6px;
    right:6px;
    bottom:calc(5px + env(safe-area-inset-bottom, 0px));
    border-radius:16px;
  }
  .mobile-bottom-dock-item{
    font-size:10px;
  }
}

/* === 2026-09-05 DETAIL HEADER = HOME HEADER ===
   Keep the same brand + language header visual on Blog, Activity and Package
   detail pages, including after opening a card. Navigation/content unchanged. */
.page-activity .site-header,
.page-activity .site-header.is-scrolled,
.page-package .site-header,
.page-package .site-header.is-scrolled,
.page-blog-post .site-header,
.page-blog-post .site-header.is-scrolled{
  color:#fff !important;
  background:rgba(20,72,103,.94) !important;
  box-shadow:0 8px 26px rgba(10,35,50,.16) !important;
  -webkit-backdrop-filter:blur(12px) saturate(120%) !important;
  backdrop-filter:blur(12px) saturate(120%) !important;
}

.page-activity .site-header .brand,
.page-package .site-header .brand,
.page-blog-post .site-header .brand{
  color:#fff !important;
}
.page-activity .site-header .brand strong,
.page-activity .site-header .brand small,
.page-package .site-header .brand strong,
.page-package .site-header .brand small,
.page-blog-post .site-header .brand strong,
.page-blog-post .site-header .brand small{
  display:block !important;
  color:#fff !important;
}
.page-activity .site-header .brand-mark,
.page-package .site-header .brand-mark,
.page-blog-post .site-header .brand-mark{
  color:#fff !important;
  border-color:rgba(255,255,255,.34) !important;
  background:rgba(255,255,255,.08) !important;
}

.page-activity .site-header .desktop-language-menu .language-menu-toggle,
.page-package .site-header .desktop-language-menu .language-menu-toggle,
.page-blog-post .site-header .desktop-language-menu .language-menu-toggle,
.page-activity .site-header .mobile-header-language .language-menu-toggle,
.page-package .site-header .mobile-header-language .language-menu-toggle,
.page-blog-post .site-header .mobile-header-language .language-menu-toggle{
  color:#fff !important;
  border-color:rgba(255,255,255,.24) !important;
  background:rgba(255,255,255,.09) !important;
}

@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open).page-activity .site-header,
  body:not(.menu-open).page-package .site-header,
  body:not(.menu-open).page-blog-post .site-header{
    background:rgba(20,72,103,.94) !important;
  }

  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-package .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{
    background:#0E7490 !important;
    color:#fff !important;
    border-color:transparent !important;
  }

  body:not(.menu-open).page-activity .site-header .main-nav>a:not(.mobile-book),
  body:not(.menu-open).page-package .site-header .main-nav>a:not(.mobile-book),
  body:not(.menu-open).page-blog-post .site-header .main-nav>a:not(.mobile-book){
    color:#fff !important;
  }

  body:not(.menu-open).page-activity .site-header .menu-toggle span,
  body:not(.menu-open).page-package .site-header .menu-toggle span,
  body:not(.menu-open).page-blog-post .site-header .menu-toggle span{
    background:#fff !important;
  }
}

/* === 2026-09-05 BLOG PHONE IMAGES SQUARE ===
   Keep blog featured and blog gallery images 1:1 on phones.
   Desktop remains unchanged. */
@media (max-width:820px), (max-device-width:820px){
  body.page-blog-post .blog-detail-hero-card{
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:auto !important;
  }

  body.page-blog-post .blog-detail-hero-card img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center !important;
  }

  body.page-blog-post .blog-gallery-card-modern .activity-gallery-grid-modern img{
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    object-position:center !important;
  }
}

/* 2026-09-05 — Booking page: styled choices + custom calendar.
   Keeps the original POST fields and validation; this is presentation only. */
.page-booking .booking-form{
  overflow:visible;
  position:relative;
}
.page-booking .booking-form .form-grid{
  position:relative;
}
.page-booking .booking-form label{
  color:#073B4C;
}
.page-booking .booking-form input,
.page-booking .booking-form textarea{
  border:1px solid rgba(48,175,255,.22);
  background:linear-gradient(180deg,#fff,#fbfeff);
  box-shadow:0 5px 16px rgba(20,56,71,.035);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.page-booking .booking-form input:focus,
.page-booking .booking-form textarea:focus{
  outline:none;
  border-color:rgba(48,175,255,.72);
  box-shadow:0 0 0 4px rgba(48,175,255,.10),0 8px 22px rgba(20,56,71,.06);
  background:#fff;
}
.page-booking .booking-choice-field,
.page-booking .booking-date-field{
  overflow:visible;
  position:relative;
  z-index:12;
}
.page-booking .booking-choice-field:has(.tc-booking-select.is-open),
.page-booking .booking-date-field:has(.tc-booking-date.is-open){z-index:1000}

.page-booking .tc-booking-select,
.page-booking .tc-booking-date{
  position:relative;
  width:100%;
  margin-top:8px;
}
.page-booking .tc-booking-select.is-ready>select,
.page-booking .tc-booking-date.is-ready>.booking-native-date{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.page-booking .tc-booking-select-toggle,
.page-booking .tc-booking-date-toggle{
  width:100%;
  min-height:54px;
  padding:0 16px;
  border:1px solid rgba(48,175,255,.24);
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#f8fdff);
  color:#073B4C;
  box-shadow:0 6px 18px rgba(20,56,71,.045);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font:inherit;
  font-size:15px;
  font-weight:700;
  text-align:left;
  cursor:pointer;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.page-booking .tc-booking-select-toggle:hover,
.page-booking .tc-booking-date-toggle:hover{
  border-color:rgba(48,175,255,.55);
  box-shadow:0 8px 24px rgba(48,175,255,.09);
}
.page-booking .tc-booking-select.is-open .tc-booking-select-toggle,
.page-booking .tc-booking-date.is-open .tc-booking-date-toggle{
  border-color:#22B8CF;
  box-shadow:0 0 0 4px rgba(48,175,255,.10),0 10px 28px rgba(20,56,71,.08);
}
.page-booking .tc-booking-select-value,
.page-booking .tc-booking-date-value{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.page-booking .tc-booking-select-chevron{
  width:10px;height:10px;flex:0 0 10px;
  border-right:2px solid #0E7490;
  border-bottom:2px solid #0E7490;
  transform:rotate(45deg) translateY(-2px);
  transition:transform .2s ease;
}
.page-booking .tc-booking-select.is-open .tc-booking-select-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.page-booking .tc-booking-select-menu{
  position:absolute;
  left:0;right:0;top:calc(100% + 8px);
  z-index:1100;
  max-height:330px;
  overflow:auto;
  padding:9px;
  border:1px solid rgba(48,175,255,.24);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.995),rgba(241,252,255,.995));
  box-shadow:0 24px 60px rgba(18,66,96,.20);
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px) scale(.99);
  transform-origin:top center;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.page-booking .tc-booking-select.is-open .tc-booking-select-menu{opacity:1;visibility:visible;transform:none}
.page-booking .tc-booking-select-group{
  padding:9px 10px 7px;
  color:#6b8490;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page-booking .tc-booking-select-option{
  width:100%;
  min-height:50px;
  margin:0 0 6px;
  padding:0 12px;
  border:1px solid rgba(48,175,255,.08);
  border-radius:13px;
  background:rgba(255,255,255,.86);
  color:#073B4C;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  font:inherit;
  font-size:14px;
  font-weight:700;
  text-align:left;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.page-booking .tc-booking-select-option:last-child{margin-bottom:0}
.page-booking .tc-booking-select-option:hover,
.page-booking .tc-booking-select-option:focus-visible{
  outline:none;
  transform:translateY(-1px);
  background:linear-gradient(135deg,rgba(146,238,255,.42),rgba(216,255,197,.40));
  border-color:rgba(48,175,255,.25);
  box-shadow:0 8px 20px rgba(48,175,255,.09);
}
.page-booking .tc-booking-select-option.is-selected{
  background:linear-gradient(135deg,rgba(48,175,255,.17),rgba(146,238,255,.30));
  border-color:rgba(48,175,255,.34);
}
.page-booking .tc-booking-option-mark{
  width:10px;height:10px;border-radius:50%;border:2px solid #22B8CF;
  box-shadow:0 0 0 4px rgba(48,175,255,.08);
}
.page-booking .tc-booking-select-option.is-selected .tc-booking-option-mark{background:#22B8CF}
.page-booking .tc-booking-option-check{color:#159b51;font-weight:900;opacity:0}
.page-booking .tc-booking-select-option.is-selected .tc-booking-option-check{opacity:1}
.page-booking .tc-booking-select-menu::-webkit-scrollbar{width:8px}
.page-booking .tc-booking-select-menu::-webkit-scrollbar-track{background:rgba(146,238,255,.22);border-radius:999px}
.page-booking .tc-booking-select-menu::-webkit-scrollbar-thumb{background:rgba(48,175,255,.48);border-radius:999px}

.page-booking .tc-booking-date-icon{
  width:30px;height:30px;flex:0 0 30px;
  display:grid;place-items:center;
  border-radius:10px;
  background:rgba(48,175,255,.12);
  color:#0E7490;
  font-size:13px;
}
.page-booking .tc-booking-date-popover{
  position:absolute;
  left:0;
  top:calc(100% + 8px);
  z-index:1110;
  width:min(360px,90vw);
  padding:15px;
  border:1px solid rgba(48,175,255,.24);
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f2fcff);
  box-shadow:0 24px 60px rgba(18,66,96,.22);
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px) scale(.99);
  transform-origin:top left;
  transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.page-booking .tc-booking-date.is-open .tc-booking-date-popover{opacity:1;visibility:visible;transform:none}
.page-booking .tc-booking-date-head{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px;margin-bottom:12px}
.page-booking .tc-booking-date-head strong{text-align:center;font-size:15px;text-transform:capitalize;color:#073B4C}
.page-booking .tc-booking-date-nav{
  width:40px;height:40px;border:0;border-radius:12px;
  background:#eaf9ff;color:#073B4C;font-size:25px;cursor:pointer;
  transition:background .16s ease,transform .16s ease;
}
.page-booking .tc-booking-date-nav:hover{background:#22B8CF;transform:translateY(-1px)}
.page-booking .tc-booking-date-nav:disabled{opacity:.30;cursor:not-allowed;transform:none}
.page-booking .tc-booking-date-weekdays,
.page-booking .tc-booking-date-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}
.page-booking .tc-booking-date-weekdays{margin-bottom:5px}
.page-booking .tc-booking-date-weekdays span{text-align:center;font-size:10px;font-weight:800;text-transform:uppercase;color:#7b8b93;padding:4px 0}
.page-booking .tc-booking-date-day,
.page-booking .tc-booking-date-blank{aspect-ratio:1;min-width:0}
.page-booking .tc-booking-date-day{
  border:0;border-radius:11px;background:#fff;color:#073B4C;
  font:inherit;font-size:12px;font-weight:750;cursor:pointer;
  transition:background .15s ease,transform .15s ease,box-shadow .15s ease;
}
.page-booking .tc-booking-date-day:hover:not(:disabled){background:#22B8CF;transform:translateY(-1px)}
.page-booking .tc-booking-date-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px #22B8CF}
.page-booking .tc-booking-date-day.is-selected{background:#22B8CF;color:#fff;box-shadow:0 7px 16px rgba(48,175,255,.28)}
.page-booking .tc-booking-date-day:disabled{opacity:.25;cursor:not-allowed;background:transparent}

html[dir="rtl"] body.lang-ar.page-booking .tc-booking-select-toggle,
html[dir="rtl"] body.lang-ar.page-booking .tc-booking-select-option,
html[dir="rtl"] body.lang-ar.page-booking .tc-booking-date-toggle{text-align:right;direction:rtl}
html[dir="rtl"] body.lang-ar.page-booking .tc-booking-date-popover{left:auto;right:0;transform-origin:top right}

@media (max-width:820px), (max-device-width:820px){
  .page-booking .booking-form{padding:20px 14px;border-radius:22px}
  .page-booking .booking-form label{margin-bottom:15px}
  .page-booking .tc-booking-select-toggle,
  .page-booking .tc-booking-date-toggle{min-height:52px;padding:0 14px;font-size:14px;border-radius:14px}
  .page-booking .tc-booking-select-menu{max-height:min(300px,50vh);padding:7px;border-radius:16px}
  .page-booking .tc-booking-select-option{min-height:46px;padding:0 10px;font-size:13px;border-radius:11px}
  .page-booking .tc-booking-date-popover{width:min(340px,calc(100vw - 40px));padding:12px;border-radius:17px}
  .page-booking .tc-booking-date-day{font-size:13px}
  .page-booking .booking-actions .btn{width:100%}
}
@media (max-width:520px), (max-device-width:520px){
  .page-booking .tc-booking-date-popover{left:50%;right:auto;transform:translate(-50%,-5px) scale(.99);transform-origin:top center;width:min(330px,calc(100vw - 28px))}
  .page-booking .tc-booking-date.is-open .tc-booking-date-popover{transform:translate(-50%,0)}
  html[dir="rtl"] body.lang-ar.page-booking .tc-booking-date-popover{left:50%;right:auto;transform-origin:top center}
  .page-booking .tc-booking-date-head{grid-template-columns:38px 1fr 38px}
  .page-booking .tc-booking-date-nav{width:38px;height:38px}
  .page-booking .tc-booking-date-weekdays span{font-size:9px}
  .page-booking .tc-booking-date-day{font-size:12px;border-radius:10px}
}

/* === FOUR COLOR PALETTE ===
   Light #F3FAFC · Teal #0E7490 · Dark #073B4C · Orange #22B8CF */
:root{
  --ink:#073B4C;
  --forest:#0E7490;
  --deep:#073B4C;
  --gold:#22B8CF;
  --cream:#F3FAFC;
  --sand:#F3FAFC;
  --white:#FFFFFF;
  --muted:#607078;
  --ice:#0E7490;
  --stone:#F3FAFC;
  --shadow:0 24px 60px rgba(7,59,76,.18);
}
body{background:#F3FAFC !important;color:#073B4C !important}
.section-soft,.home-activities-section,.uniform-experience-section{background:#F3FAFC !important}
.site-header,.site-header.is-scrolled,
.page-activity .site-header,.page-activity .site-header.is-scrolled,
.page-package .site-header,.page-package .site-header.is-scrolled,
.page-blog-post .site-header,.page-blog-post .site-header.is-scrolled{
  background:rgba(7,59,76,.97) !important;
  color:#FFFFFF !important;
  box-shadow:0 8px 26px rgba(7,59,76,.22) !important;
}
.site-header .brand,.site-header .brand strong,.site-header .brand small{color:#FFFFFF !important}
.site-header .brand-mark{color:#FFFFFF !important;border-color:rgba(255,255,255,.42) !important;background:rgba(255,255,255,.10) !important}
.hero-overlay{background:linear-gradient(90deg,rgba(7,59,76,.84) 0%,rgba(7,59,76,.55) 48%,rgba(14,116,144,.20) 100%),linear-gradient(0deg,rgba(32,40,39,.30),transparent 55%) !important}
.experience-detail-hero:after{background:linear-gradient(0deg,rgba(7,59,76,.72),rgba(7,59,76,.08) 60%) !important}
.eyebrow{color:#F3FAFC !important}.eyebrow.dark{color:#073B4C !important}
.btn-gold,.booking-submit,.page-home .home-activity-book,.uniform-experience-book,.activity-book-btn{background:#22B8CF !important;color:#073B4C !important;border-color:#22B8CF !important}
.btn-gold:hover,.page-home .home-activity-book:hover,.uniform-experience-book:hover,.activity-book-btn:hover{background:#0E7490 !important;color:#073B4C !important;border-color:#0E7490 !important}
.btn-dark{background:#073B4C !important;color:#FFFFFF !important}
.location-section,.booking-note{background:#0E7490 !important;color:#073B4C !important}
.location-section h2,.booking-note h2,.location-section .eyebrow{color:#073B4C !important}
.location-grid p{color:#073B4C !important}
.site-footer{background:#073B4C !important;color:#FFFFFF !important}
.footer-top h4,.footer-brand h3{color:#FFFFFF !important}
.footer-top a,.footer-top p,.footer-bottom{color:#FFFFFF !important}
.experience-facts span,.facts-stack span,.amenity-list li{background:#F3FAFC !important;color:#073B4C !important;border:1px solid rgba(7,59,76,.18)}
.panel-form input,.panel-form select,.panel-form textarea{border-color:rgba(7,59,76,.28) !important}
.tc-calendar-nav,.page-home .tc-date-nav{background:#F3FAFC !important;color:#073B4C !important}
.tc-calendar-day:hover:not(:disabled),.page-home .tc-date-day:hover{background:#22B8CF !important;color:#073B4C !important}
.tc-calendar-day.is-selected,.page-home .tc-date-day.is-selected{background:#073B4C !important;color:#FFFFFF !important}
.tc-calendar-day.is-today:not(.is-selected),.page-home .tc-date-day.is-today{box-shadow:inset 0 0 0 1.5px #0E7490 !important}
.mobile-bottom-dock{background:rgba(7,59,76,.98) !important;border-color:rgba(34,184,207,.35) !important;box-shadow:0 12px 34px rgba(7,59,76,.30) !important}
.mobile-bottom-dock-item{color:#FFFFFF !important}
.mobile-bottom-dock-item.active{background:#22B8CF !important;color:#073B4C !important}
.mobile-bottom-dock-item:hover{background:rgba(34,184,207,.30) !important}
.page-booking .tc-booking-select-toggle:focus-visible,.page-booking .tc-booking-date-toggle:focus-visible{border-color:#073B4C !important;box-shadow:0 0 0 4px rgba(7,59,76,.14) !important}
.page-booking .tc-booking-select-chevron{border-color:#073B4C !important}
.page-booking .tc-booking-select-menu,.page-booking .tc-booking-date-popover{border-color:rgba(7,59,76,.25) !important;background:linear-gradient(180deg,#FFFFFF,#F3FAFC) !important;box-shadow:0 24px 60px rgba(7,59,76,.20) !important}
.page-booking .tc-booking-select-option:hover,.page-booking .tc-booking-select-option:focus-visible{background:rgba(34,184,207,.28) !important;border-color:rgba(34,184,207,.55) !important;box-shadow:0 8px 20px rgba(7,59,76,.10) !important}
.page-booking .tc-booking-select-option.is-selected{background:rgba(14,116,144,.34) !important;border-color:#0E7490 !important}
.page-booking .tc-booking-option-mark{border-color:#073B4C !important;box-shadow:0 0 0 4px rgba(7,59,76,.10) !important}
.page-booking .tc-booking-select-option.is-selected .tc-booking-option-mark{background:#073B4C !important}
.page-booking .tc-booking-date-icon{background:rgba(34,184,207,.30) !important;color:#073B4C !important}
.page-booking .tc-booking-date-nav{background:#F3FAFC !important;color:#073B4C !important}
.page-booking .tc-booking-date-nav:hover{background:#22B8CF !important;color:#073B4C !important}
.page-booking .tc-booking-date-day:hover:not(:disabled){background:#22B8CF !important;color:#073B4C !important}
.page-booking .tc-booking-date-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px #0E7490 !important}
.page-booking .tc-booking-date-day.is-selected{background:#073B4C !important;color:#FFFFFF !important;box-shadow:0 7px 16px rgba(7,59,76,.30) !important}
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-package .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{background:#073B4C !important;color:#FFFFFF !important}
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){color:#FFFFFF !important}
  body:not(.menu-open) .site-header .main-nav>a.active:not(.mobile-book){background:#22B8CF !important;color:#073B4C !important}
  body:not(.menu-open) .site-header .menu-toggle{background:#0E7490 !important}
  body:not(.menu-open) .site-header .menu-toggle span{background:#073B4C !important}
}

/* === HOME HERO CLEANUP: no blue wash and no space reserved for removed booking bar === */
.page-home .hero-overlay{display:none !important;background:none !important}
.page-home .site-header,
.page-home .site-header.is-scrolled{box-shadow:none !important}
.page-home .home-hero{padding-bottom:40px !important}
.page-home .home-hero-layout{height:calc(100svh - 166px) !important}
@media (max-width:820px), (max-device-width:820px){
  .page-home .home-hero{padding-bottom:24px !important}
  .page-home .home-hero-layout{height:calc(100svh - 114px) !important}
}
@media (max-width:520px), (max-device-width:520px){
  .page-home .home-hero{padding-bottom:18px !important}
  .page-home .home-hero-layout{height:calc(100svh - 102px) !important}
}


/* === FINAL FOUR-COLOR THEME OVERRIDES ===
   Light #F3FAFC · Teal #0E7490 · Dark #073B4C · Orange #22B8CF */
:root{
  --ink:#073B4C;
  --forest:#0E7490;
  --deep:#073B4C;
  --gold:#22B8CF;
  --cream:#F3FAFC;
  --sand:#F3FAFC;
  --white:#FFFFFF;
  --muted:#65717A;
  --ice:#0E7490;
  --stone:#F3FAFC;
  --shadow:0 24px 60px rgba(7,59,76,.16);
}
body{background:#F3FAFC!important;color:#073B4C!important}
.section-soft,.home-activities-section,.uniform-experience-section{background:#F3FAFC!important}
.site-header,.site-header.is-scrolled,
.page-activity .site-header,.page-activity .site-header.is-scrolled,
.page-package .site-header,.page-package .site-header.is-scrolled,
.page-blog-post .site-header,.page-blog-post .site-header.is-scrolled{
  background:rgba(7,59,76,.97)!important;
  color:#FFFFFF!important;
  box-shadow:0 8px 26px rgba(7,59,76,.22)!important;
}
.site-header .brand,.site-header .brand strong,.site-header .brand small{color:#FFFFFF!important}
.site-header .brand-mark{color:#FFFFFF!important;border-color:rgba(255,255,255,.42)!important;background:rgba(255,255,255,.08)!important}
.eyebrow{color:#22B8CF!important}.eyebrow.dark{color:#0E7490!important}
.btn-gold,.booking-submit,.page-home .home-activity-book,.uniform-experience-book,.activity-book-btn{background:#22B8CF!important;color:#FFFFFF!important;border-color:#22B8CF!important}
.btn-gold:hover,.page-home .home-activity-book:hover,.uniform-experience-book:hover,.activity-book-btn:hover{background:#0E7490!important;color:#FFFFFF!important;border-color:#0E7490!important}
.btn-dark{background:#073B4C!important;color:#FFFFFF!important}
.location-section,.booking-note{background:#0E7490!important;color:#073B4C!important}
.location-section h2,.booking-note h2,.location-section .eyebrow,.location-grid p{color:#073B4C!important}
.site-footer{background:#073B4C!important;color:#FFFFFF!important}
.footer-top h4,.footer-brand h3,.footer-top a,.footer-top p,.footer-bottom{color:#FFFFFF!important}
.experience-facts span,.facts-stack span,.amenity-list li{background:#F3FAFC!important;color:#073B4C!important;border-color:rgba(14,116,144,.24)!important}
.mobile-bottom-dock{background:rgba(7,59,76,.98)!important;border-color:rgba(34,184,207,.28)!important;box-shadow:0 12px 34px rgba(7,59,76,.28)!important}
.mobile-bottom-dock-item{color:#FFFFFF!important}
.mobile-bottom-dock-item.active{background:#22B8CF!important;color:#FFFFFF!important}
.mobile-bottom-dock-item:hover{background:rgba(14,116,144,.35)!important}

/* Booking select + calendar */
.page-booking .tc-booking-select-toggle,.page-booking .tc-booking-date-toggle{border-color:rgba(14,116,144,.34)!important;color:#073B4C!important;background:linear-gradient(180deg,#FFFFFF,#F3FAFC)!important}
.page-booking .tc-booking-select.is-open .tc-booking-select-toggle,.page-booking .tc-booking-date.is-open .tc-booking-date-toggle{border-color:#22B8CF!important;box-shadow:0 0 0 4px rgba(34,184,207,.10),0 10px 28px rgba(7,59,76,.08)!important}
.page-booking .tc-booking-select-chevron{border-color:#0E7490!important}
.page-booking .tc-booking-select-menu,.page-booking .tc-booking-date-popover{border-color:rgba(14,116,144,.35)!important;background:linear-gradient(180deg,#FFFFFF,#F3FAFC)!important;box-shadow:0 24px 60px rgba(7,59,76,.20)!important}
.page-booking .tc-booking-select-option{color:#073B4C!important;border-color:rgba(14,116,144,.14)!important}
.page-booking .tc-booking-select-option:hover,.page-booking .tc-booking-select-option:focus-visible{background:rgba(14,116,144,.18)!important;border-color:#0E7490!important;box-shadow:0 8px 20px rgba(7,59,76,.08)!important}
.page-booking .tc-booking-select-option.is-selected{background:rgba(34,184,207,.12)!important;border-color:#22B8CF!important}
.page-booking .tc-booking-option-mark{border-color:#22B8CF!important;box-shadow:0 0 0 4px rgba(34,184,207,.08)!important}
.page-booking .tc-booking-select-option.is-selected .tc-booking-option-mark{background:#22B8CF!important}
.page-booking .tc-booking-date-icon{background:rgba(14,116,144,.22)!important;color:#073B4C!important}
.page-booking .tc-booking-date-nav{background:#F3FAFC!important;color:#073B4C!important}
.page-booking .tc-booking-date-nav:hover,.page-booking .tc-booking-date-day:hover:not(:disabled){background:#0E7490!important;color:#FFFFFF!important}
.page-booking .tc-booking-date-day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1.5px #22B8CF!important}
.page-booking .tc-booking-date-day.is-selected{background:#22B8CF!important;color:#FFFFFF!important;box-shadow:0 7px 16px rgba(34,184,207,.24)!important}

/* Activity + Package structured JSON */
.activity-json-card{background:#FFFFFF!important;border-color:rgba(14,116,144,.25)!important;box-shadow:0 12px 34px rgba(7,59,76,.07)!important}
.activity-json-card h1,.activity-json-card h2,.activity-json-card h3,.activity-json-card p,.activity-json-steps li,.activity-json-bullets li,.activity-json-include-box li{color:#073B4C!important}
.activity-json-intro{border-color:rgba(14,116,144,.35)!important;background:linear-gradient(135deg,rgba(14,116,144,.18),rgba(245,245,245,.92))!important}
.activity-json-overview{border-inline-start-color:#22B8CF!important}
.activity-json-info-card{background:#F3FAFC!important;border-color:rgba(14,116,144,.28)!important}
.activity-json-info-card strong{color:#0E7490!important}.activity-json-info-card span{color:#073B4C!important}
.activity-json-steps li::before{background:linear-gradient(135deg,#0E7490,#22B8CF)!important;box-shadow:0 9px 20px rgba(7,59,76,.15)!important}
.activity-json-bullets li::before,.activity-json-include-box li::before{background:#0E7490!important;box-shadow:0 0 0 5px rgba(14,116,144,.12)!important}
.activity-json-include-box{border-color:rgba(14,116,144,.24)!important}
.activity-json-include-box.is-included{background:rgba(14,116,144,.12)!important;border-color:rgba(14,116,144,.34)!important}
.activity-json-include-box.is-included h3{color:#527F82!important}
.activity-json-include-box.is-included li::before{background:#0E7490!important}
.activity-json-include-box.is-excluded{background:rgba(34,184,207,.07)!important;border-color:rgba(34,184,207,.22)!important}
.activity-json-include-box.is-excluded h3{color:#22B8CF!important}
.activity-json-faq details{border-color:rgba(14,116,144,.24)!important}
.activity-json-faq summary{color:#073B4C!important}.activity-json-faq summary i{border-color:rgba(14,116,144,.32)!important;background:#F3FAFC!important}.activity-json-faq summary i::before{color:#0E7490!important}
.activity-json-answer p{color:#5D6871!important}
.activity-json-link-list a{background:rgba(14,116,144,.12)!important;border-color:rgba(14,116,144,.28)!important;color:#073B4C!important}.activity-json-link-list a:hover{background:rgba(34,184,207,.10)!important;border-color:rgba(34,184,207,.30)!important}

/* Blog structured JSON */
.blog-json-content{color:#073B4C!important}
.blog-json-intro-card{border-color:rgba(14,116,144,.28)!important;background:linear-gradient(135deg,rgba(14,116,144,.22),#F3FAFC)!important;box-shadow:0 14px 34px rgba(7,59,76,.07)!important}
.blog-json-intro-card:after{background:rgba(34,184,207,.10)!important}.blog-json-kicker{color:#22B8CF!important}.blog-json-intro-card p{color:#073B4C!important}
.blog-json-section,.blog-json-tips,.blog-json-links,.blog-json-facts{background:#FFFFFF!important;border-color:rgba(14,116,144,.22)!important;box-shadow:0 12px 34px rgba(7,59,76,.05)!important}
.blog-json-section h2,.blog-json-tips h2,.blog-json-links h2{color:#073B4C!important}.blog-json-section h3{color:#0E7490!important}.blog-json-section p,.blog-json-section-lead{color:#4E5962!important}
.blog-json-overview{border-left-color:#22B8CF!important}body[dir=rtl] .blog-json-overview{border-right-color:#22B8CF!important}
.blog-json-section-heading>span{background:#F3FAFC!important;color:#073B4C!important;border:1px solid rgba(14,116,144,.20)!important}
.blog-json-fact{background:#F3FAFC!important;border-color:rgba(14,116,144,.24)!important}.blog-json-fact strong{color:#0E7490!important}.blog-json-fact span{color:#4E5962!important}
.blog-json-toc{background:#073B4C!important;color:#FFFFFF!important;box-shadow:0 15px 34px rgba(7,59,76,.18)!important}.blog-json-toc-head span{color:#0E7490!important}.blog-json-toc a{color:#FFFFFF!important}.blog-json-toc a:hover{border-color:#22B8CF!important}
.blog-json-check-list li:before{background:#0E7490!important;color:#FFFFFF!important}
.blog-json-highlight-box{background:rgba(14,116,144,.14)!important;border-color:rgba(14,116,144,.26)!important}.blog-json-highlight-box h3{color:#527F82!important}
.blog-json-quote{border-left-color:#22B8CF!important;background:#F3FAFC!important}body[dir=rtl] .blog-json-quote{border-right-color:#22B8CF!important}.blog-json-quote p{color:#073B4C!important}
.blog-json-tips,.blog-json-conclusion{background:#F3FAFC!important}.blog-json-faq details{background:#FFFFFF!important;border-color:rgba(14,116,144,.24)!important}.blog-json-faq summary{color:#073B4C!important}.blog-json-faq summary i:before,.blog-json-faq summary i:after{background:#22B8CF!important}.blog-json-faq details>div p{color:#5D6871!important}
.blog-json-links a{background:#F3FAFC!important;border-color:rgba(14,116,144,.26)!important;color:#073B4C!important}.blog-json-links a:hover{background:rgba(14,116,144,.14)!important;border-color:#0E7490!important}

@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header .main-nav,
  body:not(.menu-open).page-activity .site-header .main-nav,
  body:not(.menu-open).page-package .site-header .main-nav,
  body:not(.menu-open).page-blog-post .site-header .main-nav{background:#073B4C!important;color:#FFFFFF!important}
  body:not(.menu-open) .site-header .main-nav>a:not(.mobile-book){color:#FFFFFF!important}
  body:not(.menu-open) .site-header .main-nav>a.active:not(.mobile-book){background:#22B8CF!important;color:#FFFFFF!important}
  body:not(.menu-open) .site-header .menu-toggle{background:#0E7490!important}
  body:not(.menu-open) .site-header .menu-toggle span{background:#073B4C!important}
}


/* 2026-09-07 — Blog inline gallery directly below the featured image.
   The featured image stays as the main viewer; thumbnails switch it in place. */
.blog-inline-gallery{
  overflow:hidden;
}
.blog-inline-gallery-main{
  transition:opacity .16s ease, transform .2s ease;
}
.blog-inline-gallery.is-switching .blog-inline-gallery-main{
  opacity:.72;
}
.blog-inline-gallery-thumbs{
  display:flex;
  gap:12px;
  margin-top:12px;
  padding:0 2px 2px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
}
.blog-inline-gallery-thumb{
  appearance:none;
  flex:0 0 96px;
  width:96px;
  height:74px;
  padding:3px;
  border:2px solid transparent;
  border-radius:15px;
  background:#F3FAFC;
  cursor:pointer;
  transition:border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.blog-inline-gallery-thumb img{
  display:block;
  width:100% !important;
  height:100% !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  border-radius:10px !important;
}
.blog-inline-gallery-thumb:hover{
  transform:translateY(-1px);
  border-color:#0E7490;
}
.blog-inline-gallery-thumb.is-active{
  border-color:#22B8CF;
  box-shadow:0 0 0 2px rgba(34,184,207,.10);
}
.blog-inline-gallery-thumb:focus-visible{
  outline:3px solid rgba(14,116,144,.42);
  outline-offset:2px;
}

@media (max-width:820px), (max-device-width:820px){
  body.page-blog-post .blog-inline-gallery{
    padding:8px !important;
  }
  body.page-blog-post .blog-inline-gallery-main{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }
  body.page-blog-post .blog-inline-gallery-thumbs{
    gap:9px;
    margin-top:9px;
  }
  body.page-blog-post .blog-inline-gallery-thumb{
    flex-basis:72px;
    width:72px;
    height:62px;
    padding:2px;
    border-radius:11px;
  }
  body.page-blog-post .blog-inline-gallery-thumb img{
    border-radius:7px !important;
  }
}

/* 2026-09-07 — Home blog cards only: 50/50 image-text split and taller mobile cards */
@media (max-width:680px), (max-device-width:680px){
  .home-blog-grid .blog-card{
    height:132px;
    min-height:132px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:8px;
    align-items:stretch;
    padding:7px;
  }

  .home-blog-grid .blog-card-image{
    width:100%;
    height:118px;
    min-height:118px;
    border-radius:8px;
  }

  .home-blog-grid .blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .home-blog-grid .blog-card-body{
    height:118px;
    min-height:118px;
    padding:2px 4px 2px 0;
    gap:4px;
  }

  .home-blog-grid .blog-card-body h2,
  .home-blog-grid .blog-card-body h3{
    font-size:12.5px;
    line-height:1.22;
    -webkit-line-clamp:3;
  }

  .home-blog-grid .blog-card-body p{
    font-size:9.8px;
    line-height:1.3;
  }
}


/* === 2026-09-08 OUR TEAM === */
.team-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.home-team-section{
  background:#073B4C;
  color:#fff;
}
.home-team-section .section-heading h2,
.home-team-section .text-link{color:#fff}
.home-team-section .eyebrow.dark{color:#22B8CF}
.team-card{
  position:relative;
  min-height:210px;
  padding:22px;
  border-radius:18px;
  overflow:hidden;
  background:rgba(14,116,144,.18);
  border:1px solid rgba(14,116,144,.30);
  box-shadow:0 14px 30px rgba(22,31,39,.10);
}
.home-team-section .team-card{
  background:rgba(14,116,144,.26);
  border-color:rgba(255,255,255,.10);
}
.team-card-top{
  min-height:62px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.team-profile-photo{
  width:62px;
  height:62px;
  flex:0 0 62px;
  overflow:hidden;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#0E7490;
  color:#fff;
  border:2px solid rgba(255,255,255,.24);
  font-weight:900;
  font-size:24px;
}
.team-profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.team-card-number{
  font-size:42px;
  line-height:.9;
  font-weight:900;
  letter-spacing:-.06em;
  color:rgba(14,116,144,.20);
}
.home-team-section .team-card-number{color:rgba(255,255,255,.10)}
.team-card-copy h2,.team-card-copy h3{
  margin:0 0 6px;
  font-family:'Manrope',sans-serif;
  font-size:19px;
  line-height:1.2;
  font-weight:850;
}
.team-card-copy strong{
  display:block;
  margin-bottom:9px;
  color:#22B8CF;
  font-size:12px;
  line-height:1.35;
  font-weight:850;
}
.team-card-copy p{
  margin:0;
  color:#66737a;
  font-size:13px;
  line-height:1.55;
}
.home-team-section .team-card-copy p{color:rgba(255,255,255,.72)}
.team-page-main{padding-top:110px;background:#F3FAFC;min-height:70vh}
.team-page-intro{padding:88px 0 28px}
.team-page-intro h1{margin:6px 0 14px;font-size:clamp(48px,6vw,84px);line-height:.96;letter-spacing:-.045em}
.team-page-intro p:not(.eyebrow){max-width:720px;margin:0;color:#617077;font-size:18px;line-height:1.65}
.team-page-section{padding-top:30px}
.team-page-grid .team-card{background:#fff;border-color:rgba(7,59,76,.08)}

@media (max-width:820px), (max-device-width:820px){
  .mobile-bottom-dock{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
  .mobile-bottom-dock-item{font-size:9.5px;padding-inline:2px;}
  .mobile-bottom-dock-icon,.mobile-bottom-dock-icon svg{width:19px;height:19px;}
  .team-card-grid{grid-template-columns:1fr;gap:16px;}
  .home-team-section .section-heading{margin-bottom:24px;}
  .team-card{min-height:168px;padding:18px;border-radius:16px;}
  .team-card-top{min-height:52px;margin-bottom:10px;}
  .team-profile-photo{width:54px;height:54px;flex-basis:54px;border-radius:14px;}
  .team-card-number{font-size:38px;}
  .team-card-copy h2,.team-card-copy h3{font-size:16px;}
  .team-card-copy strong{font-size:11px;margin-bottom:7px;}
  .team-card-copy p{font-size:12px;line-height:1.5;}
  .team-page-main{padding-top:88px;}
  .team-page-intro{padding:62px 0 16px;}
  .team-page-intro h1{font-size:48px;}
  .team-page-intro p:not(.eyebrow){font-size:15px;}
}

@media (max-width:360px), (max-device-width:360px){
  .mobile-bottom-dock-item{font-size:9px;}
}

/* === 2026-09-08 HEADER / SCROLL NAV RESTORE ===
   All public pages:
   - At the top: transparent header with a soft dark gradient so the hero/photo remains visible.
   - The page-link navigation stays hidden until scrolling starts.
   - Phone: scrolling replaces Logo + Language with an inset page strip styled like the fixed bottom dock.
   - Desktop: page links appear only after scrolling. */

/* Header at page entry: no solid block, only readability gradient over the hero/photo. */
.site-header:not(.is-scrolled),
.page-activity .site-header:not(.is-scrolled),
.page-package .site-header:not(.is-scrolled),
.page-blog-post .site-header:not(.is-scrolled){
  background:linear-gradient(180deg,rgba(7,59,76,.62) 0%,rgba(7,59,76,.28) 55%,rgba(7,59,76,0) 100%) !important;
  box-shadow:none !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
}

/* DESKTOP: keep page links hidden at the very top; reveal them on scroll. */
@media (min-width:821px){
  .site-header:not(.is-scrolled) .main-nav,
  .page-activity .site-header:not(.is-scrolled) .main-nav,
  .page-package .site-header:not(.is-scrolled) .main-nav,
  .page-blog-post .site-header:not(.is-scrolled) .main-nav{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-8px) !important;
  }

  .site-header.is-scrolled,
  .page-activity .site-header.is-scrolled,
  .page-package .site-header.is-scrolled,
  .page-blog-post .site-header.is-scrolled{
    background:rgba(7,59,76,.97) !important;
    color:#fff !important;
    box-shadow:0 8px 26px rgba(20,28,34,.24) !important;
    -webkit-backdrop-filter:blur(12px) saturate(115%) !important;
    backdrop-filter:blur(12px) saturate(115%) !important;
  }

  .site-header.is-scrolled .main-nav,
  .page-activity .site-header.is-scrolled .main-nav,
  .page-package .site-header.is-scrolled .main-nav,
  .page-blog-post .site-header.is-scrolled .main-nav{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    transition:opacity .18s ease, transform .22s ease, visibility .18s ease !important;
  }
}

/* PHONE: top row first, inset page list only after scrolling. */
@media (max-width:820px), (max-device-width:820px){
  body:not(.menu-open) .site-header,
  body:not(.menu-open).page-activity .site-header,
  body:not(.menu-open).page-package .site-header,
  body:not(.menu-open).page-blog-post .site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    height:64px !important;
    min-height:64px !important;
    padding:6px 8px !important;
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    overflow:visible !important;
    z-index:1200 !important;
    transition:height .22s ease, background .22s ease, box-shadow .22s ease !important;
  }

  body:not(.menu-open) .site-header:not(.is-scrolled),
  body:not(.menu-open).page-activity .site-header:not(.is-scrolled),
  body:not(.menu-open).page-package .site-header:not(.is-scrolled),
  body:not(.menu-open).page-blog-post .site-header:not(.is-scrolled){
    background:linear-gradient(180deg,rgba(7,59,76,.62) 0%,rgba(7,59,76,.28) 55%,rgba(7,59,76,0) 100%) !important;
    box-shadow:none !important;
  }

  body:not(.menu-open) .site-header .brand{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    transition:opacity .16s ease, transform .20s ease, visibility .16s ease !important;
  }

  body:not(.menu-open) .site-header .mobile-header-language{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
    transition:opacity .16s ease, transform .20s ease, visibility .16s ease !important;
  }

  /* Keep the page list completely out of sight before scrolling. */
  body:not(.menu-open) .site-header:not(.is-scrolled) .main-nav,
  body:not(.menu-open).page-activity .site-header:not(.is-scrolled) .main-nav,
  body:not(.menu-open).page-package .site-header:not(.is-scrolled) .main-nav,
  body:not(.menu-open).page-blog-post .site-header:not(.is-scrolled) .main-nav{
    position:absolute !important;
    top:64px !important;
    left:8px !important;
    right:8px !important;
    bottom:auto !important;
    width:auto !important;
    height:0 !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:20px !important;
    overflow:hidden !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-8px) !important;
  }

  /* Once scrolling starts, remove the logo/language row and leave only the floating page strip. */
  body:not(.menu-open) .site-header.is-scrolled,
  body:not(.menu-open).page-activity .site-header.is-scrolled,
  body:not(.menu-open).page-package .site-header.is-scrolled,
  body:not(.menu-open).page-blog-post .site-header.is-scrolled{
    height:64px !important;
    min-height:64px !important;
    padding:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .brand,
  body:not(.menu-open) .site-header.is-scrolled .mobile-header-language,
  body:not(.menu-open) .site-header.is-scrolled .header-actions{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-10px) !important;
  }

  /* Same visual language as the fixed Book / Activities / Packs / Team dock. */
  body:not(.menu-open) .site-header.is-scrolled .main-nav,
  body:not(.menu-open).page-activity .site-header.is-scrolled .main-nav,
  body:not(.menu-open).page-package .site-header.is-scrolled .main-nav,
  body:not(.menu-open).page-blog-post .site-header.is-scrolled .main-nav{
    position:absolute !important;
    top:7px !important;
    left:8px !important;
    right:8px !important;
    bottom:auto !important;
    width:auto !important;
    height:50px !important;
    min-height:50px !important;
    padding:0 10px !important;
    margin:0 !important;
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:20px !important;
    border:1px solid rgba(34,184,207,.28) !important;
    border-radius:18px !important;
    background:rgba(7,59,76,.98) !important;
    color:#fff !important;
    box-shadow:0 12px 34px rgba(7,59,76,.28) !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    overscroll-behavior-x:contain !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:none !important;
  }
  body:not(.menu-open) .site-header.is-scrolled .main-nav::-webkit-scrollbar{display:none !important;}

  body:not(.menu-open) .site-header.is-scrolled .main-nav>a:not(.mobile-book){
    display:block !important;
    flex:0 0 auto !important;
    min-width:max-content !important;
    padding:10px 0 !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:800 !important;
    border-radius:999px !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .main-nav>a.active:not(.mobile-book){
    padding:10px 14px !important;
    background:#22B8CF !important;
    color:#fff !important;
  }

  body:not(.menu-open) .site-header.is-scrolled .main-nav>a:not(.mobile-book)::after{
    display:none !important;
  }

  /* These controls do not belong in the compact scroll strip. */
  body:not(.menu-open) .site-header .main-nav .mobile-book,
  body:not(.menu-open) .site-header .main-nav .mobile-nav-language-toggle{
    display:none !important;
  }
}

/* 2026-09-08 — Logo/header cleanup: keep transparent PNG truly frameless. */
.site-header .brand,
.site-header .brand:hover,
.site-header .brand:focus,
.site-header .brand:focus-visible,
.site-header .brand:active{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.site-header .brand-mark.has-logo,
.site-header .brand-mark.has-logo:hover,
.site-header .brand-mark.has-logo:focus{
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.site-header .brand-mark.has-logo img{
  background:transparent !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
}


/* 2026-09-08 — Restore mobile header hamburger beside language. */
@media (max-width:820px), (max-device-width:820px){
  /* At page entry: logo left, language + hamburger close together on the right. */
  body:not(.menu-open) .site-header:not(.is-scrolled) .mobile-header-language{
    display:block !important;
    flex:0 0 52px !important;
    width:52px !important;
    margin-left:auto !important;
    margin-right:0 !important;
    position:relative !important;
    inset:auto !important;
    order:2 !important;
  }
  body:not(.menu-open) .site-header:not(.is-scrolled) .menu-toggle{
    display:block !important;
    position:relative !important;
    inset:auto !important;
    flex:0 0 42px !important;
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    margin:0 !important;
    padding:7px 8px !important;
    order:3 !important;
    border:1px solid rgba(255,255,255,.28) !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.10) !important;
    box-shadow:none !important;
    z-index:1230 !important;
  }
  body:not(.menu-open) .site-header:not(.is-scrolled) .menu-toggle span{
    display:block !important;
    width:22px !important;
    height:2px !important;
    margin:4px auto !important;
    border-radius:999px !important;
    background:#fff !important;
  }

  /* When the compact page strip takes over on scroll, the entire top row disappears. */
  body:not(.menu-open) .site-header.is-scrolled .menu-toggle{
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    transform:translateY(-10px) !important;
  }

  /* Open menu: keep language immediately beside the hamburger at the top-right. */
  body.menu-open .site-header .mobile-header-language{
    display:block !important;
    position:fixed !important;
    top:10px !important;
    right:60px !important;
    left:auto !important;
    width:52px !important;
    margin:0 !important;
    z-index:2012 !important;
  }
  body.menu-open .site-header .menu-toggle{
    display:block !important;
    position:fixed !important;
    top:10px !important;
    right:10px !important;
    left:auto !important;
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    margin:0 !important;
    padding:7px 8px !important;
    border:1px solid rgba(255,255,255,.28) !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.10) !important;
    box-shadow:none !important;
    z-index:2015 !important;
  }
  body.menu-open .site-header .menu-toggle span{
    width:22px !important;
    height:2px !important;
    margin:4px auto !important;
    border-radius:999px !important;
    background:#fff !important;
  }

  html[dir="rtl"] body:not(.menu-open) .site-header:not(.is-scrolled) .mobile-header-language{
    margin-left:0 !important;
    margin-right:auto !important;
  }
  html[dir="rtl"] body.menu-open .site-header .mobile-header-language{
    right:60px !important;
    left:auto !important;
  }
}

/* 2026-09-08 — Remove the thin white separator under the header only. */
.site-header,
.site-header.is-scrolled{
  border-bottom:0 !important;
}
.site-header::after{
  content:none !important;
  display:none !important;
}

/* 2026-09-09 — Activity + Package cards refreshed to match the new soft reference style. */
.page-home .home-activity-card,
.uniform-experience-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:12px;
  border-radius:28px;
  border:1px solid rgba(7,59,76,.08);
  background:#f7f7f5;
  box-shadow:0 14px 32px rgba(34,52,61,.08);
  overflow:hidden;
}
.page-home .home-activity-card:hover,
.uniform-experience-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(34,52,61,.12);
}
.page-home .home-activity-image,
.uniform-experience-image{
  position:relative;
  display:block;
  height:286px;
  margin:0;
  overflow:hidden;
  border-radius:26px;
  background:#dfe7e7;
}
.page-home .home-activity-image img,
.uniform-experience-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.page-home .home-activity-card:hover .home-activity-image img,
.uniform-experience-card:hover .uniform-experience-image img{transform:scale(1.03)}
.page-home .home-activity-price,
.uniform-experience-price{display:none !important}

.showcase-media-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#f1b93b;
  font-size:14px;
  letter-spacing:.12em;
  box-shadow:0 8px 20px rgba(34,52,61,.16);
}
.showcase-media-actions{
  position:absolute;
  top:14px;
  right:14px;
  z-index:8;
  display:flex;
  gap:8px;
}
.showcase-media-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.96);
  color:#073B4C;
  font-size:16px;
  line-height:1;
  box-shadow:0 8px 20px rgba(34,52,61,.16);
}

.showcase-card-body,
.page-home .home-activity-body,
.uniform-experience-body{
  flex:1;
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:16px 6px 6px;
}
.showcase-card-body h2,
.page-home .home-activity-body h3,
.uniform-experience-body h2{
  margin:0;
  min-height:0;
  font-family:'Manrope',sans-serif;
  font-size:20px;
  line-height:1.16;
  font-weight:800;
  letter-spacing:-.03em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.showcase-card-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin:10px 0 0;
  color:#6f767b;
  font-size:13px;
  font-weight:600;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.showcase-card-body > p:last-of-type,
.page-home .home-activity-body > p:last-of-type,
.uniform-experience-body > p:last-of-type{
  margin:10px 0 0;
  color:#66717a;
  font-size:14px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.showcase-card-bottom{
  margin-top:16px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
}
.showcase-card-price{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.showcase-card-price small{
  color:#7a858d;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
}
.showcase-card-price strong{
  color:#1f262c;
  font-family:'Manrope',sans-serif;
  font-size:32px;
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
}
.showcase-card-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  background:#e5f2ec;
  color:#5a8e74;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

.page-home .home-activity-actions,
.uniform-experience-actions{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.page-home .home-activity-actions .btn,
.uniform-experience-actions .btn{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border-radius:16px;
  font-size:14px;
  font-weight:800;
}
.page-home .home-activity-book,
.uniform-experience-book{
  background:#41a2ee;
  color:#fff;
}
.page-home .home-activity-book:hover,
.uniform-experience-book:hover{background:#2f94e4}
.page-home .home-activity-whatsapp,
.uniform-experience-whatsapp{
  background:#31d768;
  color:#fff;
  border:0;
}
.page-home .home-activity-whatsapp:hover,
.uniform-experience-whatsapp:hover{background:#24c85b}

.showcase-card-package .package-card-media{background:#dfe7e7}
.showcase-card-package .package-card-media > .package-card-main-image{
  width:100%;
  height:100%;
  object-fit:cover;
}
.showcase-card-package .package-card-media > .package-card-extra{
  position:absolute;
  right:14px;
  z-index:6;
  width:34%;
  height:36%;
  object-fit:cover;
  border:5px solid #fff;
  border-radius:18px;
  box-shadow:0 12px 26px rgba(34,52,61,.18);
}
.showcase-card-package .package-card-media > .package-card-extra-top{top:14px}
.showcase-card-package .package-card-media > .package-card-extra-bottom{bottom:14px}
.showcase-card-package .showcase-media-badge{z-index:8}

html[dir="rtl"] .showcase-media-badge{
  left:auto;
  right:14px;
}
html[dir="rtl"] .showcase-media-actions{
  right:auto;
  left:14px;
}
html[dir="rtl"] .showcase-card-package .package-card-media > .package-card-extra{
  right:auto;
  left:14px;
}

@media (max-width:1100px){
  .page-home .home-activity-image,
  .uniform-experience-image{height:258px}
  .showcase-card-price strong{font-size:28px}
}

@media (max-width:720px), (max-device-width:720px){
  .page-home .home-activity-card,
  .uniform-experience-card{
    padding:10px;
    border-radius:24px;
  }
  .page-home .home-activity-image,
  .uniform-experience-image{
    height:240px;
    border-radius:22px;
  }
  .showcase-media-badge{top:12px;left:12px;min-height:32px;padding:0 12px;font-size:13px}
  .showcase-media-actions{top:12px;right:12px;gap:7px}
  .showcase-media-icon{width:34px;height:34px;font-size:15px}
  .showcase-card-body,
  .page-home .home-activity-body,
  .uniform-experience-body{padding:14px 4px 4px}
  .showcase-card-body h2,
  .page-home .home-activity-body h3,
  .uniform-experience-body h2{font-size:18px}
  .showcase-card-meta{font-size:12px;margin-top:8px}
  .showcase-card-body > p:last-of-type,
  .page-home .home-activity-body > p:last-of-type,
  .uniform-experience-body > p:last-of-type{font-size:13px}
  .showcase-card-bottom{margin-top:14px}
  .showcase-card-price strong{font-size:25px}
  .showcase-card-pill{min-height:32px;padding:0 12px;font-size:13px}
  .page-home .home-activity-actions .btn,
  .uniform-experience-actions .btn{min-height:46px;font-size:13px;border-radius:14px}
  .showcase-card-package .package-card-media > .package-card-extra{
    right:10px;
    width:35%;
    height:35%;
    border-width:4px;
    border-radius:16px;
  }
  .showcase-card-package .package-card-media > .package-card-extra-top{top:10px}
  .showcase-card-package .package-card-media > .package-card-extra-bottom{bottom:10px}
  html[dir="rtl"] .showcase-card-package .package-card-media > .package-card-extra{left:10px}
  html[dir="rtl"] .showcase-media-badge{right:12px}
  html[dir="rtl"] .showcase-media-actions{left:12px}
}

/* 2026-09-09 — Reference-proportion refinement: image ≈60% of card, compact copy. */
.showcase-card{
  min-height:0 !important;
}
.showcase-card .showcase-card-body,
.page-home .showcase-card .home-activity-body,
.showcase-card .uniform-experience-body{
  padding-top:13px !important;
}
.showcase-card .showcase-card-meta{
  margin-top:7px !important;
}
.showcase-card .showcase-card-bottom{
  margin-top:12px !important;
}
.showcase-card .uniform-experience-actions,
.page-home .showcase-card .home-activity-actions{
  margin-top:12px !important;
}

@media (min-width:721px){
  .page-home .showcase-card .home-activity-image,
  .showcase-card .uniform-experience-image{
    height:330px !important;
  }
}

@media (max-width:720px), (max-device-width:720px){
  .page-home .showcase-card.home-activity-card,
  .showcase-card.uniform-experience-card{
    padding:9px !important;
    border-radius:24px !important;
  }

  /* At phone widths this puts the photo at roughly 60–65% of the visual card. */
  .page-home .showcase-card .home-activity-image,
  .showcase-card .uniform-experience-image{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1.08 / 1 !important;
    margin:0 !important;
    border-radius:21px !important;
  }

  .showcase-card .showcase-card-body,
  .page-home .showcase-card .home-activity-body,
  .showcase-card .uniform-experience-body{
    padding:12px 4px 4px !important;
  }

  .showcase-card .showcase-card-body h2,
  .page-home .showcase-card .home-activity-body h3,
  .showcase-card .uniform-experience-body h2{
    font-size:18px !important;
    line-height:1.12 !important;
    -webkit-line-clamp:2 !important;
  }

  .showcase-card .showcase-card-meta{
    margin:7px 0 0 !important;
    font-size:12px !important;
  }

  .showcase-card .showcase-card-bottom{
    margin-top:11px !important;
  }
  .showcase-card .showcase-card-price strong{
    font-size:24px !important;
  }
  .showcase-card .showcase-card-pill{
    min-height:30px !important;
    padding:0 11px !important;
    font-size:12px !important;
  }

  .showcase-card .uniform-experience-actions,
  .page-home .showcase-card .home-activity-actions{
    margin-top:10px !important;
    gap:8px !important;
  }
  .showcase-card .uniform-experience-actions .btn,
  .page-home .showcase-card .home-activity-actions .btn{
    min-height:43px !important;
    border-radius:13px !important;
    font-size:12px !important;
  }

  .showcase-card-package .package-card-media > .package-card-extra{
    width:34% !important;
    height:34% !important;
  }
}

/* 2026-09-09 — Desktop compact card layout: four per row. */
@media (min-width:1101px){
  .page-home .home-activity-grid,
  .uniform-experience-grid,
  .blog-showcase-grid{
    width:min(1480px,calc(100% - 48px)) !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:18px !important;
  }

  .page-home .showcase-card .home-activity-image,
  .showcase-card .uniform-experience-image,
  .blog-showcase-image{
    height:236px !important;
  }

  .showcase-card .showcase-card-body,
  .page-home .showcase-card .home-activity-body,
  .showcase-card .uniform-experience-body,
  .blog-showcase-body{
    padding:12px 4px 4px !important;
  }

  .showcase-card .showcase-card-body h2,
  .page-home .showcase-card .home-activity-body h3,
  .showcase-card .uniform-experience-body h2,
  .blog-showcase-body h3{
    font-size:17px !important;
    line-height:1.14 !important;
  }

  .showcase-card .showcase-card-meta{font-size:11px !important}
  .showcase-card .showcase-card-price strong{font-size:24px !important}
  .showcase-card .showcase-card-pill{min-height:29px !important;padding:0 10px !important;font-size:11px !important}
  .showcase-card .uniform-experience-actions .btn,
  .page-home .showcase-card .home-activity-actions .btn,
  .blog-showcase-read{
    min-height:42px !important;
    font-size:11px !important;
    border-radius:13px !important;
  }

  .showcase-card-package .package-card-media > .package-card-extra{
    width:33% !important;
    height:34% !important;
    border-width:4px !important;
    border-radius:15px !important;
  }
}

/* Blog cards use the same visual system as Activity cards. */
.blog-showcase-section{background:#f4fbfd}
.blog-showcase-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.blog-showcase-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:9px;
  border-radius:24px;
  border:1px solid rgba(7,59,76,.08);
  background:#f7f7f5;
  box-shadow:0 14px 32px rgba(34,52,61,.08);
  overflow:hidden;
  transition:transform .2s ease,box-shadow .2s ease;
}
.blog-showcase-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(34,52,61,.12);
}
.blog-showcase-image{
  position:relative;
  display:block;
  width:100%;
  height:236px;
  overflow:hidden;
  border-radius:21px;
  background:#dfe7e7;
}
.blog-showcase-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.blog-showcase-card:hover .blog-showcase-image img{transform:scale(1.03)}
.blog-media-badge{
  min-height:30px;
  padding:0 12px;
  letter-spacing:.12em;
  color:#073B4C;
  font-size:10px;
  font-weight:800;
}
.blog-showcase-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:12px 4px 4px;
}
.blog-showcase-body h3{
  margin:0;
  min-height:39px;
  font-family:'Manrope',sans-serif;
  font-size:17px;
  line-height:1.14;
  font-weight:800;
  letter-spacing:-.03em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.blog-showcase-body h3 a{color:inherit;text-decoration:none}
.blog-showcase-bottom{
  margin-top:12px;
  justify-content:flex-end;
}
.blog-showcase-read{
  width:100%;
  min-height:42px;
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:13px;
  background:#22B8CF;
  color:#fff;
  font-size:11px;
  font-weight:800;
  text-decoration:none;
}
.blog-showcase-read:hover{background:#0E7490;color:#fff}

@media (min-width:721px) and (max-width:1100px){
  .page-home .home-activity-grid,
  .uniform-experience-grid,
  .blog-showcase-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
  }
  .blog-showcase-image{height:260px}
}

@media (max-width:720px), (max-device-width:720px){
  .blog-showcase-grid,
  .home-blog-grid{
    width:min(560px,calc(100% - 24px)) !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  .blog-showcase-card{padding:9px;border-radius:24px}
  .blog-showcase-image{
    height:auto !important;
    aspect-ratio:1.08 / 1 !important;
    border-radius:21px;
  }
  .blog-showcase-body{padding:12px 4px 4px}
  .blog-showcase-body h3{font-size:18px;line-height:1.12;min-height:0}
  .blog-showcase-read{min-height:43px;font-size:12px}
}

/* 2026-09-09 — Clean, quiet hero typography on every page opening. */
.page-home .home-hero .hero-content .eyebrow,
.page-hero .eyebrow,
.experience-steps-hero-content .eyebrow,
.experience-activity-detail-title .eyebrow,
.detail-title .eyebrow{
  color:rgba(255,255,255,.84) !important;
  font-size:11px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase;
  margin-bottom:10px !important;
  text-shadow:0 1px 4px rgba(0,0,0,.30) !important;
}

.page-home .home-hero .hero-content h1,
.page-hero h1,
.experience-steps-hero-content h1,
.experience-activity-detail-title h1,
.detail-title h1{
  color:#fff !important;
  text-shadow:0 2px 9px rgba(0,0,0,.28) !important;
}

.page-home .home-hero .hero-copy,
.page-hero p:not(.eyebrow),
.experience-steps-hero-content > p:last-child,
.experience-activity-detail-title > p:last-child,
.detail-title > p:last-child{
  color:rgba(255,255,255,.88) !important;
  text-shadow:0 1px 5px rgba(0,0,0,.28) !important;
}

.page-home .home-hero .hero-copy{
  margin-top:12px !important;
}
.page-hero p:not(.eyebrow){
  margin-top:12px !important;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .home-hero .hero-content .eyebrow,
  .page-hero .eyebrow,
  .experience-steps-hero-content .eyebrow,
  .experience-activity-detail-title .eyebrow,
  .detail-title .eyebrow{
    font-size:9.5px !important;
    letter-spacing:.16em !important;
    margin-bottom:8px !important;
  }
  .page-home .home-hero .hero-copy,
  .page-hero p:not(.eyebrow){
    color:rgba(255,255,255,.86) !important;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .home-hero .hero-content .eyebrow,
  .page-hero .eyebrow,
  .experience-steps-hero-content .eyebrow,
  .experience-activity-detail-title .eyebrow,
  .detail-title .eyebrow{
    font-size:9px !important;
    letter-spacing:.14em !important;
    margin-bottom:7px !important;
  }
}

/* 2026-09-09 — Homepage section headers + “view/read all” actions. */
.page-home .section-heading{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto 30px;
  padding:0 0 18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:28px;
  border-bottom:1px solid rgba(7,59,76,.10);
}
.page-home .section-heading > div{min-width:0}
.page-home .section-heading .eyebrow.dark{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 9px;
  color:#6d7a80;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.16em;
}
.page-home .section-heading .eyebrow.dark::before{
  content:'';
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-radius:50%;
  background:#0E7490;
}
.page-home .section-heading h2{
  max-width:760px;
  margin:0;
  color:#073B4C;
  font-family:'Manrope',sans-serif;
  font-size:clamp(34px,3.6vw,50px);
  line-height:1.02;
  font-weight:800;
  letter-spacing:-.045em;
}
.page-home .section-heading .text-link{
  min-height:44px;
  margin:0;
  padding:0 17px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(7,59,76,.13);
  border-radius:999px;
  background:#fff;
  color:#073B4C;
  box-shadow:0 7px 18px rgba(34,52,61,.06);
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease,border-color .2s ease;
}
.page-home .section-heading .text-link:hover{
  transform:translateY(-2px);
  background:#073B4C;
  color:#fff;
  border-color:#073B4C;
  box-shadow:0 11px 24px rgba(34,52,61,.12);
}

/* Give each homepage block a more deliberate rhythm without changing its structure. */
.page-home .home-activities-section,
.page-home .home-packages-section,
.page-home section.section.section-soft,
.page-home section.section.container{
  padding-top:76px;
  padding-bottom:76px;
}
.page-home .home-packages-section{
  background:#fff;
}
.page-home .home-activities-section{
  background:#F3FAFC !important;
}

/* Dark team block keeps the same heading language but in a light treatment. */
.page-home .home-team-section .section-heading{
  border-bottom-color:rgba(255,255,255,.14);
}
.page-home .home-team-section .section-heading .eyebrow.dark{
  color:rgba(255,255,255,.70);
}
.page-home .home-team-section .section-heading .eyebrow.dark::before{
  background:#fff;
}
.page-home .home-team-section .section-heading h2{
  color:#fff;
}
.page-home .home-team-section .section-heading .text-link{
  background:rgba(255,255,255,.08);
  color:#fff;
  border-color:rgba(255,255,255,.20);
  box-shadow:none;
}
.page-home .home-team-section .section-heading .text-link:hover{
  background:#fff;
  color:#073B4C;
  border-color:#fff;
}

@media (max-width:820px), (max-device-width:820px){
  .page-home .section-heading{
    width:min(100% - 24px,1180px);
    margin-bottom:24px;
    padding-bottom:16px;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:end;
  }
  .page-home .section-heading h2{
    font-size:clamp(29px,9vw,38px);
    line-height:1.02;
  }
  .page-home .section-heading .eyebrow.dark{
    margin-bottom:7px;
    font-size:9px;
    letter-spacing:.14em;
  }
  .page-home .section-heading .text-link{
    min-height:40px;
    padding:0 13px;
    font-size:10.5px;
  }
  .page-home .home-activities-section,
  .page-home .home-packages-section,
  .page-home section.section.section-soft,
  .page-home section.section.container{
    padding-top:58px;
    padding-bottom:58px;
  }
}

@media (max-width:520px), (max-device-width:520px){
  .page-home .section-heading{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  .page-home .section-heading .text-link{
    width:auto;
    min-width:128px;
    margin-top:0;
  }
}

/* 2026-09-09 — Slightly shorter desktop header on inner/detail pages and desktop site-wide. */
@media (min-width:821px){
  .site-header,
  .site-header.is-scrolled{
    height:74px !important;
    min-height:74px !important;
    padding:5px 28px !important;
    gap:18px !important;
  }
  .site-header .brand{
    min-width:255px !important;
    gap:10px !important;
  }
  .site-header .brand-mark.has-logo{
    width:58px !important;
    height:58px !important;
  }
  .site-header .brand strong{
    font-size:21px !important;
    line-height:1.04 !important;
  }
  .site-header .brand small{
    margin-top:4px !important;
    font-size:8.5px !important;
    letter-spacing:.18em !important;
  }
  .site-header .main-nav{
    gap:20px !important;
    font-size:14px !important;
  }
  .site-header .main-nav>a{
    padding:8px 0 !important;
  }
  .site-header .language-menu-toggle{
    min-height:38px !important;
    width:62px !important;
    font-size:13px !important;
  }
}

/* 2026-09-09 — Desktop detail/header vertical centering fix.
   The scroll-state rule was cancelling the translateY used by the centered desktop nav,
   which made the page links sit in the lower half of the header on card/detail pages. */
@media (min-width:821px){
  .site-header,
  .site-header.is-scrolled,
  .page-activity .site-header,
  .page-package .site-header,
  .page-blog-post .site-header{
    align-items:center !important;
  }

  .site-header .brand,
  .site-header .header-actions{
    align-self:center !important;
  }
}

@media (min-width:1200px){
  .site-header .main-nav,
  .site-header.is-scrolled .main-nav,
  .page-activity .site-header .main-nav,
  .page-activity .site-header.is-scrolled .main-nav,
  .page-package .site-header .main-nav,
  .page-package .site-header.is-scrolled .main-nav,
  .page-blog-post .site-header .main-nav,
  .page-blog-post .site-header.is-scrolled .main-nav{
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    align-items:center !important;
  }

  body[dir="rtl"] .site-header .main-nav,
  body[dir="rtl"] .site-header.is-scrolled .main-nav,
  body:not([dir="rtl"]) .site-header .main-nav,
  body:not([dir="rtl"]) .site-header.is-scrolled .main-nav{
    transform:translate(-50%,-50%) !important;
  }
}

/* 2026-09-09 — Anonymous heart reactions on Activity / Package / Blog cards and detail photos. */
.showcase-card{position:relative}
.reaction-button{
  appearance:none;
  -webkit-appearance:none;
  position:absolute;
  top:22px;
  right:22px;
  z-index:14;
  min-width:64px;
  height:38px;
  padding:0 12px;
  border:1px solid rgba(7,59,76,.08);
  border-radius:999px;
  background:rgba(255,255,255,.96);
  color:#7c818a;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  font:700 14px/1 'Manrope',Arial,sans-serif;
  font-variant-numeric:tabular-nums;
  box-shadow:0 8px 20px rgba(34,52,61,.14);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;
}
.reaction-button:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(34,52,61,.18)}
.reaction-button:focus-visible{outline:3px solid rgba(14,116,144,.38);outline-offset:2px}
.reaction-button.is-pending{pointer-events:none;opacity:.7}
.reaction-button.is-liked{
  color:#ef5366;
  background:#fff;
}
.reaction-heart{font-size:19px;line-height:1;transform:translateY(-.5px)}
.reaction-count{min-width:1ch;text-align:left;color:inherit}

/* Keep the old location marker beside, but never on top of the heart button. */
.showcase-card-activity .showcase-media-actions{right:94px}

/* Package cards keep the current three-photo layout: put the heart beside the star badge. */
.showcase-card-package > .reaction-button{
  left:112px;
  right:auto;
}

.reaction-detail-media{position:relative}
.reaction-detail-media > .reaction-button-detail,
.blog-detail-hero-card > .reaction-button-detail{
  top:20px;
  right:20px;
  left:auto;
  z-index:30;
}
.blog-detail-hero-card{position:relative}

html[dir="rtl"] .reaction-button{right:auto;left:22px}
html[dir="rtl"] .showcase-card-activity .showcase-media-actions{right:auto;left:94px}
html[dir="rtl"] .showcase-card-package > .reaction-button{left:auto;right:112px}
html[dir="rtl"] .reaction-detail-media > .reaction-button-detail,
html[dir="rtl"] .blog-detail-hero-card > .reaction-button-detail{right:auto;left:20px}

@media (max-width:720px), (max-device-width:720px){
  .reaction-button{
    top:20px;
    right:20px;
    min-width:58px;
    height:34px;
    padding:0 10px;
    gap:5px;
    font-size:13px;
  }
  .reaction-heart{font-size:18px}
  .showcase-card-activity .showcase-media-actions{right:84px}
  .showcase-card-package > .reaction-button{left:102px;right:auto}
  .reaction-detail-media > .reaction-button-detail,
  .blog-detail-hero-card > .reaction-button-detail{top:18px;right:18px}
  html[dir="rtl"] .reaction-button{left:20px;right:auto}
  html[dir="rtl"] .showcase-card-activity .showcase-media-actions{left:84px;right:auto}
  html[dir="rtl"] .showcase-card-package > .reaction-button{right:102px;left:auto}
  html[dir="rtl"] .reaction-detail-media > .reaction-button-detail,
  html[dir="rtl"] .blog-detail-hero-card > .reaction-button-detail{left:18px;right:auto}
}

/* 2026-09-09 — Reaction heart interaction fix.
   The heart now lives in its own media wrapper, never inside/under the card link. */
.showcase-card-media-wrap{
  position:relative;
  display:block;
  min-width:0;
}
.showcase-card-media-wrap > .showcase-card-media{
  position:relative;
  z-index:1;
}
.showcase-card-media-wrap > .reaction-button{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  left:auto !important;
  z-index:80 !important;
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  touch-action:manipulation;
  user-select:none;
  -webkit-user-select:none;
}
.showcase-card-media-wrap > .reaction-button.is-pending{opacity:.7 !important}
.showcase-card-media-wrap > .reaction-button.is-liked{opacity:1 !important}

/* Activity location icon sits beside the independent heart button. */
.showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{
  right:86px !important;
}

/* Package keeps all 3 photos. Heart stays independent at top-right above the main photo. */
.showcase-card-package .showcase-card-media-wrap > .reaction-button{
  top:14px !important;
  right:14px !important;
  left:auto !important;
}

/* Force the same heart above the main photo after opening Activity / Package / Blog. */
.reaction-detail-media,
.blog-detail-hero-card{
  position:relative !important;
}
.reaction-detail-media > .reaction-button-detail,
.blog-detail-hero-card > .reaction-button-detail{
  position:absolute !important;
  top:20px !important;
  right:20px !important;
  left:auto !important;
  z-index:120 !important;
  display:inline-flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  touch-action:manipulation;
}
.reaction-detail-media > .reaction-button-detail.is-pending,
.blog-detail-hero-card > .reaction-button-detail.is-pending{opacity:.7 !important}

html[dir="rtl"] .showcase-card-media-wrap > .reaction-button{
  right:auto !important;
  left:14px !important;
}
html[dir="rtl"] .showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{
  right:auto !important;
  left:86px !important;
}
html[dir="rtl"] .showcase-card-package .showcase-card-media-wrap > .reaction-button{
  right:auto !important;
  left:14px !important;
}
html[dir="rtl"] .reaction-detail-media > .reaction-button-detail,
html[dir="rtl"] .blog-detail-hero-card > .reaction-button-detail{
  right:auto !important;
  left:20px !important;
}

@media (max-width:720px), (max-device-width:720px){
  .showcase-card-media-wrap > .reaction-button{
    top:12px !important;
    right:12px !important;
  }
  .showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{
    right:78px !important;
  }
  .showcase-card-package .showcase-card-media-wrap > .reaction-button{
    top:12px !important;
    right:12px !important;
  }
  .reaction-detail-media > .reaction-button-detail,
  .blog-detail-hero-card > .reaction-button-detail{
    top:16px !important;
    right:16px !important;
  }
  html[dir="rtl"] .showcase-card-media-wrap > .reaction-button{
    right:auto !important;
    left:12px !important;
  }
  html[dir="rtl"] .showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{
    right:auto !important;
    left:78px !important;
  }
  html[dir="rtl"] .showcase-card-package .showcase-card-media-wrap > .reaction-button{
    right:auto !important;
    left:12px !important;
  }
  html[dir="rtl"] .reaction-detail-media > .reaction-button-detail,
  html[dir="rtl"] .blog-detail-hero-card > .reaction-button-detail{
    right:auto !important;
    left:16px !important;
  }
}

/* 2026-09-09 — Hard isolation for reaction hit area.
   The heart is always its own control above the image link, with the counter visible. */
.showcase-card-media-wrap{
  isolation:isolate;
}
.showcase-card-media-wrap > .showcase-card-media{
  z-index:1 !important;
}
.showcase-card-media-wrap > .reaction-button{
  z-index:999 !important;
  pointer-events:auto !important;
  min-width:62px !important;
  width:auto !important;
  overflow:visible !important;
}
.showcase-card-media-wrap > .reaction-button .reaction-count{
  display:inline-block !important;
  visibility:visible !important;
  opacity:1 !important;
}
.reaction-detail-media > .reaction-button-detail,
.blog-detail-hero-card > .reaction-button-detail{
  z-index:999 !important;
  pointer-events:auto !important;
  min-width:62px !important;
  width:auto !important;
}

/* 2026-09-09 — definitive reaction fix: photos are no longer links; title/read buttons open details. */
.showcase-card-media-wrap > .showcase-card-media{
  cursor:default !important;
}
.showcase-card-media-wrap > .reaction-button,
.reaction-detail-media > .reaction-button-detail,
.blog-detail-hero-card > .reaction-button-detail{
  min-width:72px !important;
  height:38px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  background:#fff !important;
  color:#7c818a !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  z-index:9999 !important;
}
.showcase-card-media-wrap > .reaction-button .reaction-heart,
.reaction-detail-media > .reaction-button-detail .reaction-heart,
.blog-detail-hero-card > .reaction-button-detail .reaction-heart{
  display:inline-block !important;
  font-size:18px !important;
  line-height:1 !important;
}
.showcase-card-media-wrap > .reaction-button .reaction-count,
.reaction-detail-media > .reaction-button-detail .reaction-count,
.blog-detail-hero-card > .reaction-button-detail .reaction-count{
  display:inline-block !important;
  min-width:1ch !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
  color:inherit !important;
}
.showcase-card-media-wrap > .reaction-button.is-liked,
.reaction-detail-media > .reaction-button-detail.is-liked,
.blog-detail-hero-card > .reaction-button-detail.is-liked{
  color:#ef5366 !important;
}
@media (max-width:720px), (max-device-width:720px){
  .showcase-card-media-wrap > .reaction-button,
  .reaction-detail-media > .reaction-button-detail,
  .blog-detail-hero-card > .reaction-button-detail{
    min-width:66px !important;
    height:36px !important;
    padding:0 10px !important;
  }
}

/* 2026-09-09 — final heart control: independent hit target + visible shared counter. */
.showcase-card-media-wrap{position:relative!important;isolation:isolate!important}
.showcase-card-media-wrap>.reaction-button,
.reaction-detail-media>.reaction-button-detail,
.blog-detail-hero-card>.reaction-button-detail{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  z-index:2147483000!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  min-width:62px!important;
  width:auto!important;
  height:34px!important;
  padding:0 10px!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.98)!important;
  color:#8d929a!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  box-shadow:0 7px 18px rgba(32,40,46,.15)!important;
  font:800 13px/1 'Manrope',Arial,sans-serif!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
  user-select:none!important;
}
.showcase-card-media-wrap>.reaction-button .reaction-heart,
.reaction-detail-media>.reaction-button-detail .reaction-heart,
.blog-detail-hero-card>.reaction-button-detail .reaction-heart{
  display:inline-block!important;
  font-size:18px!important;
  line-height:1!important;
  pointer-events:none!important;
}
.showcase-card-media-wrap>.reaction-button .reaction-count,
.reaction-detail-media>.reaction-button-detail .reaction-count,
.blog-detail-hero-card>.reaction-button-detail .reaction-count{
  display:inline-block!important;
  min-width:1ch!important;
  visibility:visible!important;
  opacity:1!important;
  color:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  pointer-events:none!important;
}
.showcase-card-media-wrap>.reaction-button.is-liked,
.reaction-detail-media>.reaction-button-detail.is-liked,
.blog-detail-hero-card>.reaction-button-detail.is-liked{color:#e15868!important}
.showcase-card-media-wrap>.reaction-button.is-pending,
.reaction-detail-media>.reaction-button-detail.is-pending,
.blog-detail-hero-card>.reaction-button-detail.is-pending{opacity:.68!important}
.showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{right:82px!important}
html[dir="rtl"] .showcase-card-media-wrap>.reaction-button,
html[dir="rtl"] .reaction-detail-media>.reaction-button-detail,
html[dir="rtl"] .blog-detail-hero-card>.reaction-button-detail{right:auto!important;left:12px!important}
html[dir="rtl"] .showcase-card-activity .showcase-card-media-wrap .showcase-media-actions{right:auto!important;left:82px!important}

/* 2026-09-10 — Google Maps location action beside the reaction heart. */
.showcase-card-media-wrap > .card-location-button,
.reaction-detail-media > .card-location-button-detail,
.blog-detail-hero-card > .card-location-button-detail{
  position:absolute!important;
  top:12px!important;
  right:82px!important;
  left:auto!important;
  z-index:2147482999!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.98)!important;
  color:#535d66!important;
  box-shadow:0 7px 18px rgba(32,40,46,.15)!important;
  text-decoration:none!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
  transition:transform .18s ease,box-shadow .18s ease,color .18s ease!important;
}
.showcase-card-media-wrap > .card-location-button:hover,
.reaction-detail-media > .card-location-button-detail:hover,
.blog-detail-hero-card > .card-location-button-detail:hover{
  transform:translateY(-1px)!important;
  color:#22B8CF!important;
  box-shadow:0 10px 22px rgba(32,40,46,.19)!important;
}
.showcase-card-media-wrap > .card-location-button:focus-visible,
.reaction-detail-media > .card-location-button-detail:focus-visible,
.blog-detail-hero-card > .card-location-button-detail:focus-visible{
  outline:3px solid rgba(34,184,207,.3)!important;
  outline-offset:2px!important;
}
.showcase-card-media-wrap > .card-location-button svg,
.reaction-detail-media > .card-location-button-detail svg,
.blog-detail-hero-card > .card-location-button-detail svg{
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
html[dir="rtl"] .showcase-card-media-wrap > .card-location-button,
html[dir="rtl"] .reaction-detail-media > .card-location-button-detail,
html[dir="rtl"] .blog-detail-hero-card > .card-location-button-detail{
  right:auto!important;
  left:82px!important;
}
@media (max-width:720px), (max-device-width:720px){
  .showcase-card-media-wrap > .card-location-button,
  .reaction-detail-media > .card-location-button-detail,
  .blog-detail-hero-card > .card-location-button-detail{
    top:12px!important;
    right:82px!important;
    width:34px!important;
    height:34px!important;
  }
  html[dir="rtl"] .showcase-card-media-wrap > .card-location-button,
  html[dir="rtl"] .reaction-detail-media > .card-location-button-detail,
  html[dir="rtl"] .blog-detail-hero-card > .card-location-button-detail{
    right:auto!important;
    left:82px!important;
  }
}

/* 2026-09-10 — Booking mobile width lock.
   A long preselected Activity/Package title must never enlarge the layout or make
   the browser scale the header/hero. Keep exactly the same mobile composition
   before and after an experience is selected. */
@media (max-width:820px), (max-device-width:820px){
  html,
  body.page-booking{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body.page-booking main,
  body.page-booking .site-header,
  body.page-booking .page-hero,
  body.page-booking .booking-layout,
  body.page-booking .booking-form,
  body.page-booking .booking-form .form-grid,
  body.page-booking .booking-form .form-grid > label,
  body.page-booking .booking-choice-field,
  body.page-booking .booking-date-field,
  body.page-booking .tc-booking-select,
  body.page-booking .tc-booking-date{
    min-width:0 !important;
    max-width:100% !important;
  }

  body.page-booking .booking-form .form-grid{
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
  }

  body.page-booking .booking-form .span-2{
    grid-column:auto !important;
  }

  body.page-booking .booking-native-select,
  body.page-booking .booking-native-date,
  body.page-booking .tc-booking-select-toggle,
  body.page-booking .tc-booking-date-toggle{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  body.page-booking .tc-booking-select-toggle,
  body.page-booking .tc-booking-date-toggle{
    overflow:hidden;
  }

  body.page-booking .tc-booking-select-value,
  body.page-booking .tc-booking-date-value{
    display:block;
    flex:1 1 auto;
    width:0;
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }

  body.page-booking .tc-booking-select-menu{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }

  body.page-booking .tc-booking-select-option{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden;
  }

  body.page-booking .tc-booking-option-label{
    min-width:0 !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
}


/* 2026-09-11 — Timlalin Dunes ocean rebrand.
   Visual-only theme layer: layout, booking, reactions, maps and card structure stay unchanged. */
:root{
  --ink:#073B4C;
  --forest:#0E7490;
  --deep:#064E66;
  --gold:#22B8CF;
  --cream:#DFF7FA;
  --sand:#F3FAFC;
  --white:#FFFFFF;
  --muted:#607985;
  --ice:#A5F3FC;
  --stone:#D8EEF2;
  --radius:28px;
  --shadow:0 24px 60px rgba(7,59,76,.14);
}
html,body{background:#F3FAFC}
body{font-family:'Manrope',sans-serif;color:var(--ink)}
body[dir=rtl]{font-family:'Noto Sans Arabic','Manrope',sans-serif}
h1,h2,h3,.display-title,.section-title,.detail-title h1,.page-hero h1,
.home-hero h1,.site-footer h3,.blog-json-section h2,.blog-json-tips h2,.blog-json-links h2{
  font-family:'Cormorant Garamond','Manrope',serif;
}

/* Header / navigation */
.site-header.is-scrolled,
.site-header.header-solid{
  background:rgba(5,47,58,.96)!important;
  border-color:rgba(165,243,252,.14)!important;
  box-shadow:0 14px 34px rgba(3,37,47,.18)!important;
}
.site-header .main-nav a::after{background:#67E8F9!important}
.site-header .btn-gold,.mobile-book{background:#22B8CF!important;color:#042F3A!important}
.site-header .btn-gold:hover,.mobile-book:hover{background:#67E8F9!important}
.language-menu-toggle,.menu-toggle{border-color:rgba(255,255,255,.20)!important;background:rgba(255,255,255,.09)!important}

/* Main buttons */
.btn-gold,.home-activity-book,.uniform-experience-book,.blog-showcase-read,
.booking-form button[type=submit],.contact-form button[type=submit]{
  background:linear-gradient(135deg,#22B8CF,#0EA5C6)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 22px rgba(14,116,144,.18)!important;
}
.btn-gold:hover,.home-activity-book:hover,.uniform-experience-book:hover,.blog-showcase-read:hover,
.booking-form button[type=submit]:hover,.contact-form button[type=submit]:hover{
  background:linear-gradient(135deg,#0EA5C6,#0E7490)!important;
}

/* Cards and content surfaces */
.showcase-card,.home-activity-card,.uniform-experience-card,.blog-showcase-card,
.booking-form,.contact-card,.activity-json-section,.blog-json-section,.blog-json-tips,
.blog-json-links,.blog-json-facts,.team-card{
  border-color:rgba(14,116,144,.12)!important;
  box-shadow:0 15px 36px rgba(7,59,76,.08)!important;
}
.showcase-card,.home-activity-card,.uniform-experience-card,.blog-showcase-card{background:#FFFFFF!important}
.showcase-card-pill{background:#E0F7F7!important;color:#0B6B75!important}
.showcase-card-price strong,.blog-showcase-body h3,.showcase-card-body h2,.home-activity-body h3{color:#073B4C!important}
.showcase-media-badge{color:#0E7490!important;background:rgba(255,255,255,.96)!important}
.showcase-card-media-wrap > .card-location-button:hover,
.reaction-detail-media > .card-location-button-detail:hover,
.blog-detail-hero-card > .card-location-button-detail:hover{color:#0E7490!important}
.showcase-card-media-wrap > .card-location-button:focus-visible,
.reaction-detail-media > .card-location-button-detail:focus-visible,
.blog-detail-hero-card > .card-location-button-detail:focus-visible{outline-color:rgba(34,184,207,.32)!important}

/* Homepage sections */
.page-home .home-activities-section{background:#F3FAFC!important}
.page-home .home-packages-section{background:#EAF7F9!important}
.page-home .section-heading{border-bottom-color:rgba(7,59,76,.11)!important}
.page-home .section-heading .eyebrow.dark{color:#557681!important}
.page-home .section-heading .eyebrow.dark::before{background:#22B8CF!important}
.page-home .section-heading h2{color:#073B4C!important}
.page-home .section-heading .text-link{border-color:rgba(7,59,76,.12)!important;color:#073B4C!important}
.page-home .section-heading .text-link:hover{background:#073B4C!important;border-color:#073B4C!important;color:#fff!important}

/* JSON-rich experience/blog blocks */
.activity-json-info-card,.blog-json-fact{background:#F1FBFC!important;border-color:#CDECF0!important}
.blog-json-intro-card{background:linear-gradient(135deg,#DDF7FB,#EDFDF8)!important;border-color:rgba(34,184,207,.22)!important}
.blog-json-toc{background:linear-gradient(135deg,#073B4C,#0B5568)!important}
.blog-json-highlight-box{background:#E9FBF5!important;border-color:#BFE9DA!important}
.blog-json-note{background:#EFFBFD!important;border-color:#CDEAF0!important}
.blog-json-quote{background:#EFFBFD!important;border-color:#22B8CF!important}
.blog-json-faq details,.blog-json-links a{border-color:#D4EBEF!important;background:#FBFEFF!important}

/* Footer / mobile dock */
.site-footer{background:#052F3A!important;color:#EAFBFD!important}
.site-footer a:hover{color:#67E8F9!important}
.mobile-bottom-nav{background:#073B4C!important;border-color:rgba(165,243,252,.14)!important;box-shadow:0 12px 30px rgba(3,37,47,.26)!important}
.mobile-bottom-nav a.active,.mobile-bottom-nav a:hover{background:#22B8CF!important;color:#042F3A!important}

/* Forms */
input,select,textarea,.tc-booking-select-toggle,.tc-booking-date-toggle{
  border-color:#CFE5E9!important;
}
input:focus,select:focus,textarea:focus,.tc-booking-select.is-open .tc-booking-select-toggle,
.tc-booking-date.is-open .tc-booking-date-toggle{
  border-color:#22B8CF!important;
  box-shadow:0 0 0 3px rgba(34,184,207,.12)!important;
}

/* Logo sizing for the new full lockup. */
.site-header .brand-mark.has-logo,.site-footer .brand-mark.has-logo{
  background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;
}
.site-header .brand-mark.has-logo img,.site-footer .brand-mark.has-logo img{
  width:100%!important;height:100%!important;object-fit:contain!important;
}
@media (min-width:821px){
  .site-header .brand-mark.has-logo{width:64px!important;height:64px!important}
}
@media (max-width:820px), (max-device-width:820px){
  .site-header .brand-mark.has-logo{width:50px!important;height:50px!important}
}

/* 2026-09-11 — Timlalin Dunes variant: no reaction heart on cards.
   Keep the Google Maps action as the single top-right card action. */
.showcase-card-media-wrap > .card-location-button{
  right:12px!important;
  left:auto!important;
}
html[dir="rtl"] .showcase-card-media-wrap > .card-location-button{
  right:auto!important;
  left:12px!important;
}
@media (max-width:720px), (max-device-width:720px){
  .showcase-card-media-wrap > .card-location-button{
    right:12px!important;
    left:auto!important;
  }
  html[dir="rtl"] .showcase-card-media-wrap > .card-location-button{
    right:auto!important;
    left:12px!important;
  }
}
