/* Tuna Ha Giang Travel - Home Hero Template v31 */

/* v118 - expose Tuna design tokens to all Tuna templates, not only the homepage wrapper */
body.tuna-home-hero-template{
  --tuna-gold:#f3b23e;
  --tuna-gold-soft:#ffd475;
  --tuna-gold-deep:#c98117;
  --tuna-blue:#004985;
  --tuna-blue-soft:#0b6fb6;
  --tuna-dark:#071113;
  --tuna-white:#ffffff;
  --tuna-muted:rgba(255,255,255,.76);
}

.tuna-home-hero-template .site-header,
.tuna-home-hero-template header.page-header,
.tuna-home-hero-template .entry-title{
  display:none!important;
}

.tuna-home-hero-template .site-main,
.tuna-home-hero-template .page-content,
.tuna-home-hero-template .entry-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}

.tuna-clean-template-body{
  margin:0;
  overflow-x:hidden;
  background:#071113;
}

.tuna-home-page,
.tuna-home-page *{
  box-sizing:border-box;
}

.tuna-home-page{
  --tuna-gold:#f3b23e;
  --tuna-gold-soft:#ffd475;
  --tuna-gold-deep:#c98117;
  --tuna-blue:#004985;
  --tuna-blue-soft:#0b6fb6;
  --tuna-dark:#071113;
  --tuna-white:#ffffff;
  --tuna-muted:rgba(255,255,255,.76);
  width:100%;
  min-width:0;
  color:var(--tuna-white);
  background:#071113;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}

.tuna-container{
  width:min(1320px, calc(100% - 48px));
  max-width:1320px;
  margin-left:auto;
  margin-right:auto;
}

.tuna-hero{
  position:relative;
  width:100%;
  min-width:0;
  overflow:hidden;
  isolation:isolate;
  background:
    linear-gradient(90deg,rgba(0,18,34,.88) 0%,rgba(3,24,37,.64) 30%,rgba(5,14,15,.20) 60%,rgba(5,12,12,.10) 82%,rgba(5,12,12,.14) 100%),
    linear-gradient(180deg,rgba(0,73,133,.05),rgba(0,0,0,.22)),
    var(--tuna-hero-bg) center/cover no-repeat;
}

/* No extra sunlight overlay: keep the original hero image clean */
.tuna-hero::before{
  content:none;
}

.tuna-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:44%;
  z-index:-1;
  background:linear-gradient(180deg,transparent,rgba(0,18,34,.54) 54%,#071113 100%);
}

.tuna-hero__shade{
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 76% 24%,rgba(244,178,62,.16),transparent 24%),
    radial-gradient(circle at 18% 38%,rgba(0,73,133,.18),transparent 34%),
    radial-gradient(circle at 24% 58%,rgba(27,89,77,.16),transparent 34%);
}

.tuna-hero__glow{
  pointer-events:none;
  position:absolute;
  border-radius:999px;
  filter:blur(46px);
  opacity:.5;
  z-index:-1;
}
.tuna-hero__glow--one{width:360px;height:360px;right:10%;top:13%;background:rgba(255,188,73,.24)}
.tuna-hero__glow--two{width:300px;height:300px;left:-90px;bottom:16%;background:rgba(0,73,133,.22)}

/* Header: lower height, small logo, exact top/bottom breathing room */
.tuna-site-header{
  position:relative;
  z-index:20;
  width:100%;
  height:62px;
  border-bottom:1px solid rgba(0,73,133,.48);
  background:linear-gradient(180deg,rgba(0,24,42,.91),rgba(7,17,19,.70));
  backdrop-filter:blur(18px);
  transition:background .25s ease,box-shadow .25s ease;
}

.tuna-site-header.is-scrolled{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:99990;
  height:62px;
  background:linear-gradient(180deg,rgba(0,28,49,.97),rgba(7,17,19,.96));
  box-shadow:0 18px 48px rgba(0,0,0,.28);
  animation:tunaHeaderStickyIn .24s ease both;
}
.admin-bar .tuna-site-header.is-scrolled{top:32px}
.tuna-site-header.is-scrolled + .tuna-hero__content{margin-top:62px}
@keyframes tunaHeaderStickyIn{
  from{transform:translateY(-10px);opacity:.86}
  to{transform:translateY(0);opacity:1}
}

.tuna-site-header__inner{
  height:100%;
  display:grid;
  grid-template-columns:72px minmax(0,1fr) auto;
  align-items:center;
  column-gap:24px;
}

.tuna-logo{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  margin:5px 0;
  border-radius:50%;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.34)) drop-shadow(0 0 16px rgba(0,73,133,.18));
  transition:transform .2s ease;
}
.tuna-logo:hover{transform:translateY(-1px)}
.tuna-logo img{display:block;width:100%;height:100%;object-fit:contain}

.tuna-nav{min-width:0}
.tuna-nav__list{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(22px,3.2vw,46px);
  margin:0;
  padding:0;
}
.tuna-nav__list li{margin:0;padding:0}
.tuna-nav__list a{
  position:relative;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-size:16px;
  font-weight:700;
  letter-spacing:.01em;
  transition:color .2s ease,transform .2s ease;
}
.tuna-nav__list a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  transform:scaleX(0);
  transform-origin:center;
  background:linear-gradient(90deg,var(--tuna-blue-soft),var(--tuna-gold),#ffe7aa);
  border-radius:999px;
  transition:transform .22s ease;
}
.tuna-nav__list .current-menu-item>a,
.tuna-nav__list .current_page_item>a,
.tuna-nav__list a:hover{color:var(--tuna-gold)}
.tuna-nav__list .current-menu-item>a::after,
.tuna-nav__list .current_page_item>a::after,
.tuna-nav__list a:hover::after{transform:scaleX(1)}

.tuna-header-cta,
.tuna-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:13px;
  background:linear-gradient(135deg,#f7c65f 0%,#e7a331 48%,#bc7410 100%);
  box-shadow:0 14px 32px rgba(218,143,24,.22),0 0 0 1px rgba(0,73,133,.10),inset 0 1px 0 rgba(255,255,255,.36);
  border:1px solid rgba(255,235,180,.38);
  font-weight:700;
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.tuna-header-cta{height:42px;min-width:142px;padding:0 18px;font-size:15px}
.tuna-header-cta svg{width:19px;height:19px;fill:currentColor}
.tuna-header-cta:hover,
.tuna-btn:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 20px 44px rgba(218,143,24,.36),inset 0 1px 0 rgba(255,255,255,.42)}

.tuna-menu-toggle{display:none}

.tuna-hero__content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-height:calc(86svh - 62px);
  padding:54px 0 34px;
}

.tuna-hero__copy{width:min(760px,100%)}

.tuna-eyebrow{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:24px;
  color:var(--tuna-gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:15px;
  font-weight:700;
}
.tuna-eyebrow span{display:block;width:44px;height:1px;background:linear-gradient(90deg,transparent,var(--tuna-gold),transparent);position:relative}
.tuna-eyebrow span::after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border:1px solid var(--tuna-gold);transform:translate(-50%,-50%) rotate(45deg);background:rgba(244,178,62,.12)}

.tuna-hero h1{
  margin:0 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:500;
  font-size:clamp(52px,6vw,96px);
  line-height:1.03;
  letter-spacing:-.05em;
  text-shadow:0 6px 18px rgba(0,0,0,.14);
}
.tuna-hero h1 > span,
.tuna-hero h1 > em{
  display:block;
  will-change:transform,opacity,filter,max-width;
  backface-visibility:hidden;
}
.tuna-hero h1 > span{
  width:100%;
  max-width:0;
  overflow:hidden;
  white-space:nowrap;
  opacity:1;
  line-height:1.08;
  padding-right:.14em;
  padding-bottom:.18em;
}
.tuna-hero h1 > em{
  color:var(--tuna-gold);
  font-style:normal;
  margin-top:8px;
}
.tuna-hero h1 > em .tuna-letter,
.tuna-hero h1 > em .tuna-letter-space{
  display:inline-block;
}
.tuna-hero h1 > em .tuna-letter{
  opacity:0;
  transform:translateY(-32px);
  filter:blur(7px);
  will-change:transform,opacity,filter;
}
.tuna-hero h1 > em .tuna-letter-space{
  width:.28em;
}
.tuna-hero h1.is-visible > span{
  animation:tunaHeadlineSweepIn 9.5s cubic-bezier(.22,.61,.36,1) infinite;
}
.tuna-hero h1.is-visible > em .tuna-letter{
  animation:tunaHeadlineLetterDrop 9.5s cubic-bezier(.2,.75,.2,1) infinite;
  animation-delay:calc(var(--char-index, 0) * .055s + 1.15s);
}
@keyframes tunaHeadlineSweepIn{
  0%,6%{max-width:0;opacity:1}
  18%,56%{max-width:100%;opacity:1}
  72%,100%{max-width:100%;opacity:1}
}
@keyframes tunaHeadlineLetterDrop{
  0%,8%{opacity:0;transform:translateY(-32px);filter:blur(7px)}
  16%,66%{opacity:1;transform:translateY(0);filter:blur(0)}
  78%,100%{opacity:1;transform:translateY(0);filter:blur(0)}
}
@media (prefers-reduced-motion: reduce){
  .tuna-hero h1 > span{
    animation:none!important;
    max-width:100%!important;
    opacity:1!important;
  }
  .tuna-hero h1 > em .tuna-letter{
    animation:none!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
  }
}

.tuna-hero__lead{
  margin:0 0 36px;
  max-width:690px;
  color:rgba(255,255,255,.88);
  font-size:19px;
  line-height:1.65;
  text-shadow:0 4px 12px rgba(0,0,0,.18);
}

.tuna-highlights{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:24px 34px;
  margin-bottom:38px;
}
.tuna-highlight{
  display:flex;
  align-items:center;
  gap:15px;
  min-width:0;
}
.tuna-highlight + .tuna-highlight{padding-left:34px;border-left:1px solid rgba(255,255,255,.28)}
.tuna-highlight i,
.tuna-trust-item i{color:var(--tuna-gold);display:inline-flex;flex:0 0 auto}
.tuna-highlight svg{width:40px;height:40px;fill:currentColor}
.tuna-highlight b,
.tuna-trust-item b{display:block;color:#fff;font-size:16px;line-height:1.25;margin-bottom:5px}
.tuna-highlight small,
.tuna-trust-item small{display:block;color:rgba(255,255,255,.72);font-size:13px;line-height:1.35}

.tuna-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px}
.tuna-btn--primary{height:58px;min-width:190px;padding:0 24px;font-size:16px}
.tuna-btn--primary svg{width:22px;height:22px;fill:currentColor;order:-1}
.tuna-home-page .tuna-video,
.tuna-home-page .tuna-video:where(:hover,:focus,:active,:focus-visible){
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#fff!important;
  text-decoration:none!important;
  font-size:16px!important;
  font-weight:750!important;
  line-height:1!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  outline:none!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer!important;
  font-family:inherit!important;
  text-transform:none!important;
  transform:none!important;
}
.tuna-home-page .tuna-video::before,
.tuna-home-page .tuna-video::after,
.tuna-home-page .tuna-video:where(:hover,:focus,:active,:focus-visible)::before,
.tuna-home-page .tuna-video:where(:hover,:focus,:active,:focus-visible)::after{
  content:none!important;
  display:none!important;
  background:transparent!important;
}
.tuna-home-page .tuna-video span,
.tuna-home-page .tuna-video:where(:hover,:focus,:active,:focus-visible) span{
  width:42px!important;
  height:42px!important;
  border:1px solid rgba(255,255,255,.66)!important;
  border-radius:50%!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(255,255,255,.08)!important;
  background-color:rgba(255,255,255,.08)!important;
  background-image:none!important;
  box-shadow:0 10px 22px rgba(0,0,0,.2)!important;
  transition:background .2s ease,border .2s ease,transform .2s ease!important;
}
.tuna-home-page .tuna-video svg{width:19px;height:19px;fill:currentColor;margin-left:2px}
.tuna-home-page .tuna-video:hover span,
.tuna-home-page .tuna-video:focus-visible span{
  background:rgba(244,178,62,.18)!important;
  background-color:rgba(244,178,62,.18)!important;
  border-color:var(--tuna-gold)!important;
  transform:scale(1.05)!important;
}
.tuna-home-page .tuna-video b,
.tuna-home-page .tuna-video:where(:hover,:focus,:active,:focus-visible) b{
  color:#fff!important;
  background:transparent!important;
  box-shadow:none!important;
  text-decoration:none!important;
}

/* Benefit panel rewritten: no absolute/50vw positioning, no overflow, true centered container */
.tuna-trust-panel{
  position:relative!important;
  z-index:3;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:min(1560px, calc(100% - 48px))!important;
  max-width:1560px!important;
  margin:0 auto 34px!important;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  border:1px solid rgba(0,73,133,.28);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(0,38,66,.34),rgba(11,17,17,.76));
  backdrop-filter:blur(18px);
  box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 0 1px rgba(0,73,133,.08);
  overflow:hidden;
}
.tuna-trust-panel.tuna-container{width:min(1560px, calc(100% - 48px))!important;max-width:1560px!important;margin-left:auto!important;margin-right:auto!important}
.tuna-trust-item{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
  min-height:92px;
  padding:18px 22px;
  position:relative;
}
.tuna-trust-item:not(:last-child)::after{content:"";position:absolute;top:24%;bottom:24%;right:0;width:1px;background:rgba(255,255,255,.17)}
.tuna-trust-item svg{width:36px;height:36px;fill:currentColor}
.tuna-trust-item div{min-width:0;max-width:100%;overflow:hidden}
.tuna-trust-item b,.tuna-trust-item small{white-space:normal;overflow-wrap:break-word}


/* Premium video modal */
body.tuna-video-is-open{
  overflow:hidden;
}
.tuna-video-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(18px,3vw,42px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .28s ease,visibility .28s ease;
}
.tuna-video-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.tuna-video-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.72);
  backdrop-filter:blur(12px);
}
.tuna-video-modal__dialog{
  position:relative;
  z-index:2;
  width:min(1120px,100%);
  transform:translateY(18px) scale(.97);
  transition:transform .32s cubic-bezier(.2,.7,.2,1);
}
.tuna-video-modal.is-open .tuna-video-modal__dialog{
  transform:translateY(0) scale(1);
}
.tuna-video-modal__frame{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:24px;
  background:#030708;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 34px 120px rgba(0,0,0,.56),0 0 0 1px rgba(244,178,62,.12);
}
.tuna-video-modal__frame::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 18%,transparent 82%,rgba(0,0,0,.18));
}
.tuna-video-modal__frame::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:6;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(3,7,8,.94) 0,rgba(3,7,8,.72) 58px,rgba(3,7,8,0) 118px),
    linear-gradient(0deg,rgba(3,7,8,.94) 0,rgba(3,7,8,.72) 54px,rgba(3,7,8,0) 112px);
}

.tuna-video-modal__dialog::before{
  content:"";
  position:absolute;
  inset:-1px;
  z-index:3;
  pointer-events:none;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 22%,transparent 78%,rgba(0,0,0,.18));
}

.tuna-video-modal__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.tuna-video-modal__toggle,
.tuna-video-modal__toggle:hover,
.tuna-video-modal__toggle:focus,
.tuna-video-modal__toggle:active,
.tuna-video-modal__toggle:focus-visible{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  inset:0!important;
  z-index:8!important;
  width:100%!important;
  height:100%!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  color:transparent!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  outline:none!important;
  cursor:pointer!important;
  opacity:1!important;
  transform:none!important;
}
.tuna-video-modal__toggle::before,
.tuna-video-modal__toggle::after,
.tuna-video-modal__toggle:hover::before,
.tuna-video-modal__toggle:hover::after,
.tuna-video-modal__toggle:focus::before,
.tuna-video-modal__toggle:focus::after,
.tuna-video-modal__toggle:active::before,
.tuna-video-modal__toggle:active::after{
  content:none!important;
  display:none!important;
  background:transparent!important;
}
.tuna-video-modal__close{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute;
  top:16px;
  right:16px;
  z-index:30;
  width:48px;
  height:48px;
  padding:0!important;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.28)!important;
  background:linear-gradient(135deg,rgba(0,40,70,.76),rgba(12,18,18,.44))!important;
  color:#fff!important;
  cursor:pointer;
  box-shadow:0 18px 46px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.24)!important;
  backdrop-filter:blur(16px);
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.tuna-video-modal__close:hover,
.tuna-video-modal__close:focus-visible{
  transform:rotate(90deg) scale(1.05);
  background:linear-gradient(135deg,#f7c65f,#c98117)!important;
  border-color:rgba(255,223,154,.7)!important;
  outline:none!important;
}
.tuna-video-modal__close span{
  position:absolute;
  left:50%;
  top:50%;
  width:19px;
  height:2px;
  border-radius:99px;
  background:currentColor;
}
.tuna-video-modal__close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}
.tuna-video-modal__close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}
.tuna-video-modal.is-short .tuna-video-modal__dialog{width:min(360px,calc(100vw - 90px));max-height:calc(100vh - 84px);} 
.tuna-video-modal.is-short .tuna-video-modal__frame{aspect-ratio:9/16;border-radius:28px;max-height:calc(100vh - 84px);background:#000;} 

/* Shorts popup: keep the full 9:16 video visible and tighten the rounded frame so it hugs the visible video better. */
.tuna-video-modal.is-short .tuna-video-modal__frame::before,
.tuna-video-modal.is-short .tuna-video-modal__frame::after{
  content:none!important;
  display:none!important;
  background:transparent!important;
}
.tuna-video-modal.is-short .tuna-video-modal__frame iframe{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:calc(100% + 56px)!important;
  height:100%!important;
  transform:translateX(-50%)!important;
  object-fit:cover!important;
  background:#000!important;
}
.tuna-video-modal.is-short .tuna-video-modal__toggle{
  z-index:10!important;
}
.tuna-video-modal__nav,
.tuna-video-modal__nav:hover,
.tuna-video-modal__nav:focus,
.tuna-video-modal__nav:active,
.tuna-video-modal__nav:focus-visible{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  top:50%!important;
  z-index:31!important;
  width:56px!important;
  height:56px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:50%!important;
  background:rgba(7,17,19,.72)!important;
  color:#fff!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  box-shadow:0 18px 46px rgba(0,0,0,.42)!important;
  transform:translateY(-50%)!important;
  backdrop-filter:blur(14px);
  outline:none!important;
}
.tuna-video-modal__nav::before,.tuna-video-modal__nav::after{content:none!important;display:none!important;background:transparent!important}
.tuna-video-modal.is-short .tuna-video-modal__nav{display:flex!important}
.tuna-video-modal__nav--prev{left:-76px!important}
.tuna-video-modal__nav--next{right:-76px!important}
.tuna-video-modal__nav svg{width:26px;height:26px;fill:currentColor}
.tuna-video-modal__nav:hover{background:linear-gradient(135deg,#ffd56e,var(--tuna-gold))!important;color:#06131e!important;border-color:transparent!important}

/* v34: remove the outer frame and crop YouTube's black side gutters from Shorts. */
.tuna-video-modal.is-short .tuna-video-modal__dialog{
  width:min(360px,calc(100vw - 90px));
  max-height:calc(100vh - 84px);
}
.tuna-video-modal.is-short .tuna-video-modal__dialog::before{
  content:none!important;
  display:none!important;
}
.tuna-video-modal.is-short .tuna-video-modal__frame{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
  overflow:hidden!important;
}
.tuna-video-modal.is-short .tuna-video-modal__frame iframe{
  top:0!important;
  left:50%!important;
  width:calc(100% + 110px)!important;
  height:100%!important;
  transform:translateX(-50%)!important;
  border:0!important;
  background:transparent!important;
}
.tuna-video-modal.is-short .tuna-video-modal__close{
  top:-20px!important;
  right:-20px!important;
}

.tuna-destinations{
  position:relative;
  overflow:hidden;
  padding:96px 0 110px;
  background:
    radial-gradient(circle at 10% 20%,rgba(0,73,133,.16),transparent 32%),
    radial-gradient(circle at 92% 12%,rgba(244,178,62,.12),transparent 24%),
    linear-gradient(180deg,#05131d 0%,#071823 58%,#06131e 100%);
}
.tuna-destinations::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
}
.tuna-destinations__texture{
  position:absolute;
  inset:0;
  background:
    linear-gradient(115deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,0) 28%),
    radial-gradient(circle at 80% 24%,rgba(255,255,255,.05),transparent 28%);
  mask-image:linear-gradient(180deg,rgba(0,0,0,.88),rgba(0,0,0,.16));
  pointer-events:none;
}
.tuna-destinations__inner{position:relative;z-index:1}
.tuna-destinations__heading{max-width:780px;margin:0 auto 28px;text-align:center}
.tuna-section-kicker{display:inline-flex;align-items:center;gap:14px;margin-bottom:18px;color:var(--tuna-gold);text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700}
.tuna-section-kicker span{display:block;width:44px;height:1px;background:linear-gradient(90deg,transparent,rgba(244,178,62,.8),transparent)}
.tuna-destinations__heading h2{margin:0;color:#fff;font-family:"Playfair Display", Georgia, serif;font-size:clamp(38px,4.2vw,60px);line-height:1.05;letter-spacing:-.03em}
.tuna-destinations__heading p{margin:18px auto 0;max-width:720px;color:rgba(232,238,245,.82);font-size:18px;line-height:1.8}
.tuna-destinations__controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.tuna-destinations__all{display:inline-flex;align-items:center;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;font-weight:700;text-decoration:none;transition:all .28s ease}
.tuna-destinations__all:hover{border-color:rgba(244,178,62,.4);background:rgba(244,178,62,.12);color:#fff;transform:translateY(-1px)}
.tuna-destinations__nav{display:flex;gap:12px}
.tuna-destinations__arrow{width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .28s ease}
.tuna-destinations__arrow svg{width:22px;height:22px;fill:currentColor}
.tuna-destinations__arrow:hover:not(:disabled){background:linear-gradient(135deg,rgba(244,178,62,.98),rgba(223,147,31,.98));border-color:transparent;color:#041420;box-shadow:0 16px 30px rgba(212,145,37,.28)}
.tuna-destinations__arrow:disabled{opacity:.4;cursor:not-allowed}
.tuna-destinations__slider{position:relative;overflow:hidden;--cards-per-view:4;--dest-gap:28px}
.tuna-destinations__track{display:flex;gap:var(--dest-gap);transition:transform .5s cubic-bezier(.22,.61,.36,1);will-change:transform}
.tuna-destination-card{position:relative;flex:0 0 calc((100% - (var(--cards-per-view) - 1) * var(--dest-gap)) / var(--cards-per-view));min-height:420px;border-radius:28px;overflow:hidden;isolation:isolate;border:1px solid rgba(255,255,255,.1);box-shadow:0 22px 48px rgba(0,0,0,.28);background:#0a1822;transition:transform .32s ease, box-shadow .32s ease}
.tuna-destination-card__media,.tuna-destination-card__overlay{position:absolute;inset:0}
.tuna-destination-card__media{background-size:cover;background-position:center;transform:scale(1.01);transition:transform .5s ease}
.tuna-destination-card__overlay{background:linear-gradient(180deg,rgba(3,12,18,.06) 0%,rgba(3,12,18,.16) 24%,rgba(3,12,18,.74) 100%)}
.tuna-destination-card::after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.02));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.55}
.tuna-destination-card__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:420px;padding:26px 24px 24px}
.tuna-destination-card__tag{display:inline-flex;align-items:center;align-self:flex-start;min-height:30px;padding:0 12px;margin-bottom:16px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);color:#fff;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.tuna-destination-card h3{margin:0 0 10px;color:#fff;font-size:30px;line-height:1.06;letter-spacing:-.03em}
.tuna-destination-card p{margin:0 0 22px;color:rgba(233,239,245,.82);font-size:16px;line-height:1.6}
.tuna-destination-card__link{display:inline-flex;align-items:center;gap:10px;color:var(--tuna-gold);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}
.tuna-destination-card__link svg{width:18px;height:18px;fill:currentColor;transition:transform .28s ease}
.tuna-destination-card:hover .tuna-destination-card__media{transform:scale(1.08)}
.tuna-destination-card:hover .tuna-destination-card__link svg{transform:translateX(4px)}
.tuna-destination-card:hover{transform:translateY(-4px);box-shadow:0 28px 54px rgba(0,0,0,.35)}
.tuna-destinations__dots{display:flex;justify-content:center;gap:10px;margin-top:26px}
.tuna-destinations__dot{width:10px;height:10px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.22);cursor:pointer;transition:all .24s ease}
.tuna-destinations__dot.is-active{width:30px;border-radius:999px;background:linear-gradient(90deg,var(--tuna-gold),#ffd975)}


.tuna-memories{
  position:relative;
  overflow:hidden;
  padding:110px 0 118px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 16%,rgba(0,73,133,.34),transparent 34%),
    radial-gradient(circle at 92% 10%,rgba(244,178,62,.16),transparent 28%),
    linear-gradient(180deg,#06131e 0%,#071a28 46%,#04101a 100%);
}
.tuna-memories::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(180deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:96px 96px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent 86%);
}
.tuna-memories__map{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:1;
  background:
    radial-gradient(ellipse at 72% 44%,rgba(0,73,133,.18),transparent 42%),
    radial-gradient(ellipse at 26% 78%,rgba(244,178,62,.12),transparent 32%);
}
.tuna-memories__map::before,
.tuna-memories__map::after{
  content:"";
  position:absolute;
  border:1px solid rgba(255,255,255,.06);
  border-radius:999px;
  transform:rotate(-18deg);
}
.tuna-memories__map::before{width:520px;height:520px;right:-180px;top:70px}
.tuna-memories__map::after{width:360px;height:360px;left:-120px;bottom:160px}
.tuna-memories__inner{position:relative;z-index:1}
.tuna-memories__top{
  display:grid;
  grid-template-columns:minmax(300px,430px) minmax(0,1fr);
  align-items:center;
  gap:64px;
  margin-bottom:58px;
}
.tuna-section-kicker--dark{color:var(--tuna-gold);margin-bottom:18px}
.tuna-section-kicker--dark span{background:linear-gradient(90deg,transparent,rgba(244,178,62,.78),transparent)}
.tuna-memories__text h2{
  margin:0;
  color:#fff;
  font-family:"Playfair Display", Georgia, serif;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1.02;
  letter-spacing:-.045em;
  max-width:440px;
}
.tuna-memories__text p{
  margin:22px 0 0;
  max-width:440px;
  color:rgba(232,238,245,.82);
  font-size:18px;
  line-height:1.8;
  font-style:normal;
}
.tuna-memories__stats{display:none!important}
.tuna-shorts{
  position:relative;
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 54px;
  align-items:center;
  gap:18px;
  padding:28px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  box-shadow:0 28px 90px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
}
.tuna-shorts::before{
  content:"SHORTS FROM THE ROAD";
  position:absolute;
  left:34px;
  top:24px;
  color:rgba(255,255,255,.32);
  font-size:11px;
  letter-spacing:.22em;
  font-weight:700;
}
.tuna-shorts__viewport{overflow:hidden;padding:34px 2px 8px}
.tuna-shorts__track{display:flex;gap:24px;transition:transform .48s cubic-bezier(.22,.61,.36,1);will-change:transform}
.tuna-short-card{
  position:relative;
  flex:0 0 min(292px, calc((100% - 48px) / 3));
  aspect-ratio:9/16;
  border-radius:26px;
  overflow:hidden;
  background:#07131d;
  box-shadow:0 22px 54px rgba(0,0,0,.35),0 0 0 7px rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.13);
  transform:translateZ(0)!important;
}
.tuna-short-card__button,
.tuna-short-card__button:hover,
.tuna-short-card__button:focus,
.tuna-short-card__button:active,
.tuna-short-card__button:focus-visible{
  appearance:none!important;
  -webkit-appearance:none!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  outline:none!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
.tuna-short-card__button::before,.tuna-short-card__button::after{content:none!important;display:none!important;background:transparent!important}
.tuna-short-card__thumb,.tuna-short-card__shade{position:absolute;inset:0}
.tuna-short-card__thumb{background-size:cover;background-position:center;transform:scale(1.02);transition:transform .45s ease}
.tuna-short-card__shade{background:linear-gradient(180deg,rgba(2,9,14,.04),rgba(2,9,14,.18) 54%,rgba(2,9,14,.66));}
.tuna-short-card__play{
  position:absolute;
  left:50%;
  top:50%;
  width:72px;
  height:72px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#06131e;
  background:linear-gradient(135deg,#ffd56e,var(--tuna-gold));
  box-shadow:0 18px 36px rgba(0,0,0,.34);
  transition:transform .25s ease,box-shadow .25s ease;
}
.tuna-short-card__play svg{width:34px;height:34px;fill:currentColor;margin-left:3px}
.tuna-short-card:hover .tuna-short-card__thumb{transform:scale(1.08)}
.tuna-short-card:hover .tuna-short-card__play{transform:translate(-50%,-50%) scale(1.06);box-shadow:0 22px 42px rgba(0,0,0,.42)}
.tuna-shorts__arrow{
  width:54px;
  height:54px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  box-shadow:none;
  transition:transform .22s ease,background .22s ease,color .22s ease,opacity .22s ease;
}
.tuna-shorts__arrow:hover{transform:translateY(-2px);background:linear-gradient(135deg,#ffd56e,var(--tuna-gold));color:#06131e}
.tuna-shorts__arrow svg{width:24px;height:24px;fill:currentColor}
.tuna-shorts__arrow:disabled{opacity:.38;cursor:not-allowed;transform:none;background:rgba(255,255,255,.04);color:rgba(255,255,255,.48)}
.tuna-photo-wall{
  display:grid;
  grid-template-columns:1.1fr .9fr 1fr 1.1fr;
  grid-auto-rows:150px;
  gap:18px;
}
.tuna-polaroid{filter:none;transform:none!important;min-width:0}
.tuna-polaroid figure{
  position:relative;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  border-radius:26px;
  background:#0a1822;
  box-shadow:0 20px 48px rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.1);
}
.tuna-polaroid--1{grid-row:span 2}
.tuna-polaroid--2{grid-row:span 3}
.tuna-polaroid--3{grid-row:span 2}
.tuna-polaroid--4{grid-row:span 3}
.tuna-polaroid--5{grid-row:span 2}
.tuna-polaroid--6{grid-row:span 2}
.tuna-polaroid--7{grid-row:span 2}
.tuna-polaroid--8{grid-row:span 2}
.tuna-polaroid img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}
.tuna-polaroid figcaption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  margin:0;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:15px;
  line-height:1;
  letter-spacing:.04em;
  font-weight:700;
  text-transform:uppercase;
  text-shadow:0 10px 24px rgba(0,0,0,.42);
}
.tuna-polaroid figure::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(3,12,18,.72));
  pointer-events:none;
}
.tuna-polaroid:hover img{transform:scale(1.06);filter:saturate(1.08)}
.tuna-tour-list{
  position:relative;
  overflow:hidden;
  padding:98px 0 110px;
  background:
    radial-gradient(circle at 10% 18%,rgba(0,73,133,.20),transparent 30%),
    radial-gradient(circle at 90% 12%,rgba(244,178,62,.12),transparent 24%),
    linear-gradient(180deg,#06131d 0%,#071a26 52%,#06121b 100%);
}
.tuna-tour-list::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.04),transparent 30%,rgba(255,255,255,.025) 70%,transparent);
  pointer-events:none;
}
.tuna-tour-list__glow{
  position:absolute;
  border-radius:999px;
  pointer-events:none;
  filter:blur(48px);
  opacity:.32;
}
.tuna-tour-list__glow--one{width:360px;height:360px;left:-140px;top:80px;background:rgba(0,73,133,.5)}
.tuna-tour-list__glow--two{width:320px;height:320px;right:-120px;bottom:70px;background:rgba(244,178,62,.26)}
.tuna-tour-list__inner{position:relative;z-index:1}
.tuna-tour-list__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:38px;
}
.tuna-tour-list__head h2{
  margin:0;
  color:#fff;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(38px,4.1vw,60px);
  line-height:1.05;
  letter-spacing:-.03em;
}
.tuna-tour-list__head p{
  margin:16px 0 0;
  max-width:680px;
  color:rgba(232,238,245,.80);
  font-size:18px;
  line-height:1.75;
}
.tuna-tour-list__view-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(14px);
  white-space:nowrap;
  transition:all .28s ease;
}
.tuna-tour-list__view-all:hover{color:#06131e;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold));border-color:transparent;transform:translateY(-2px)}
.tuna-tour-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}
.tuna-tour-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,248,250,.96));
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 70px rgba(0,0,0,.26);
  transition:transform .32s ease, box-shadow .32s ease;
}
.tuna-tour-card:hover{transform:translateY(-6px);box-shadow:0 34px 88px rgba(0,0,0,.34)}
.tuna-tour-card__image{
  position:relative;
  display:block;
  min-height:220px;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  text-decoration:none!important;
}
.tuna-tour-card__image::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.20));
  transition:background .28s ease;
}
.tuna-tour-card:hover .tuna-tour-card__image::before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16))}
.tuna-tour-card__image span{
  position:absolute;
  left:18px;
  top:18px;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--tuna-gold,#f3b23e),#ffd56e);
  color:#06131e;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tuna-tour-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:24px 24px 22px;
}
.tuna-tour-card__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
  color:#486172;
  font-size:13px;
  font-weight:700;
}
.tuna-tour-card__meta span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(0,73,133,.08);
  color:#004985;
}
.tuna-tour-card__meta strong{color:#c98117;font-size:14px;white-space:nowrap}
.tuna-tour-card h3{
  margin:0;
  color:#071823;
  font-size:23px;
  line-height:1.18;
  letter-spacing:-.02em;
}
.tuna-tour-card h3 a{color:inherit;text-decoration:none!important}
.tuna-tour-card h3 a:hover{color:#004985}
.tuna-tour-card p{
  margin:14px 0 0;
  color:#486172;
  font-size:15px;
  line-height:1.68;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:calc(1.68em * 2);
  max-height:calc(1.68em * 2);
}
.tuna-tour-card__route{
  margin-top:16px;
  padding:12px 14px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(0,73,133,.08),rgba(244,178,62,.08));
  color:#203946;
  font-size:13px;
  line-height:1.55;
}
.tuna-tour-card__actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:auto;
  padding-top:22px;
}
.tuna-tour-card__more,
.tuna-tour-card__book{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  padding:0 17px;
  text-decoration:none!important;
  font-size:14px;
  font-weight:700;
  transition:all .24s ease;
}
.tuna-tour-card__more{color:#004985;background:rgba(0,73,133,.08)}
.tuna-tour-card__more:hover{color:#fff;background:#004985}
.tuna-tour-card__book{color:#06131e;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold));box-shadow:0 12px 24px rgba(201,129,23,.20)}
.tuna-tour-card__book:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(201,129,23,.26)}

.tuna-trekking{
  position:relative;
  overflow:hidden;
  padding:106px 0 112px;
  background:
    radial-gradient(circle at 18% 20%,rgba(0,73,133,.20),transparent 30%),
    radial-gradient(circle at 88% 16%,rgba(244,178,62,.13),transparent 28%),
    linear-gradient(135deg,#06131e 0%,#082032 48%,#06131e 100%);
}
.tuna-trekking__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,rgba(255,255,255,.045),transparent 24%,transparent 74%,rgba(255,255,255,.035)),
    radial-gradient(circle at 50% 100%,rgba(255,255,255,.055),transparent 34%);
  opacity:.9;
  pointer-events:none;
}
.tuna-trekking__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  gap:62px;
  align-items:center;
}
.tuna-trekking__visual{
  position:relative;
  min-height:560px;
}
.tuna-trekking__image{
  position:absolute;
  overflow:hidden;
  border-radius:34px;
  background-size:cover;
  background-position:center;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 34px 90px rgba(0,0,0,.36);
  will-change:transform;
}
@keyframes tunaTrekkingFloatMain{
  0%{transform:translate3d(0,0,0) scale(1)}
  25%{transform:translate3d(0,-7px,0) scale(1.008)}
  50%{transform:translate3d(3px,-12px,0) scale(1.012)}
  75%{transform:translate3d(-2px,-6px,0) scale(1.006)}
  100%{transform:translate3d(0,0,0) scale(1)}
}
@keyframes tunaTrekkingFloatSmall{
  0%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
  25%{transform:translate3d(2px,-5px,0) rotate(.35deg) scale(1.01)}
  50%{transform:translate3d(0,-10px,0) rotate(-.2deg) scale(1.015)}
  75%{transform:translate3d(-3px,-4px,0) rotate(.25deg) scale(1.008)}
  100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}
}
.tuna-trekking__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.26));
}
.tuna-trekking__image--main{
  inset:0 12% 0 0;
  background-image:url('https://tunahagiangtravel.com/wp-content/uploads/2026/05/Special-Trekking-Into-Ha-Giang-1.webp');
  animation:tunaTrekkingFloatMain 8.5s ease-in-out infinite;
}
.tuna-trekking__image--small{
  right:0;
  bottom:34px;
  width:38%;
  height:44%;
  border-radius:26px;
  background-image:url('https://tunahagiangtravel.com/wp-content/uploads/2026/05/Special-Trekking-Into-Ha-Giang-2-copy.webp');
  animation:tunaTrekkingFloatSmall 7.2s ease-in-out infinite;
}
.tuna-trekking__badge{
  position:absolute;
  left:34px;
  bottom:34px;
  display:grid;
  gap:4px;
  padding:18px 22px;
  border-radius:20px;
  background:rgba(7,17,19,.72);
  border:1px solid rgba(244,178,62,.28);
  backdrop-filter:blur(18px);
  box-shadow:0 24px 58px rgba(0,0,0,.34);
}
.tuna-trekking__badge strong{color:#fff;font-size:18px;line-height:1.1}
.tuna-trekking__badge span{color:var(--tuna-gold);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.tuna-section-kicker--left{justify-content:flex-start}
.tuna-trekking__content h2{
  margin:0;
  color:#fff;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(40px,4.5vw,68px);
  line-height:1.02;
  letter-spacing:-.04em;
}
.tuna-trekking__content p{
  margin:24px 0 0;
  color:rgba(235,241,247,.82);
  font-size:18px;
  line-height:1.85;
  max-width:650px;
}
.tuna-trekking__points{
  display:grid;
  gap:14px;
  margin:34px 0;
}
.tuna-trekking__points div{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:58px;
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
}
.tuna-trekking__points b{
  color:var(--tuna-gold);
  font-size:22px;
  min-width:42px;
}
.tuna-trekking__points span{color:#fff;font-weight:700}
.tuna-trekking__actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.tuna-trekking__primary,.tuna-trekking__secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  text-decoration:none!important;
  font-weight:700;
}
.tuna-trekking__primary{color:#06131e;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold));box-shadow:0 16px 34px rgba(201,129,23,.24)}
.tuna-trekking__secondary{color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}
.tuna-trekking__primary:hover,.tuna-trekking__secondary:hover{transform:translateY(-2px)}
.tuna-trekking__secondary:hover,.tuna-trekking__secondary:focus,.tuna-trekking__secondary:active{color:#06131e!important;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold))!important;border-color:rgba(244,178,62,.85)!important;box-shadow:0 16px 34px rgba(201,129,23,.24)!important}

.tuna-page-content{background:#fff;color:#1b2527;padding:70px 0}
.tuna-page-content:empty{display:none}
.tuna-page-content .tuna-container:empty{display:none}
.tuna-page-content:has(.tuna-container:empty){display:none}
.tuna-page-content .tuna-container>*:first-child{margin-top:0}
.tuna-page-content .tuna-container>*:last-child{margin-bottom:0}


/* Tuna Footer */
.tuna-footer{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 12% 16%,rgba(0,73,133,.22),transparent 34%),
    radial-gradient(circle at 86% 20%,rgba(244,178,62,.12),transparent 24%),
    linear-gradient(180deg,#06131e 0%,#041019 100%);
  border-top:1px solid rgba(255,255,255,.08);
}
.tuna-footer::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 32%,rgba(0,73,133,.08));pointer-events:none}
.tuna-footer__glow{position:absolute;border-radius:999px;filter:blur(60px);opacity:.45;pointer-events:none}
.tuna-footer__glow--one{width:340px;height:340px;left:-120px;top:20px;background:rgba(0,73,133,.34)}
.tuna-footer__glow--two{width:260px;height:260px;right:8%;bottom:-120px;background:rgba(244,178,62,.18)}
.tuna-footer__top{position:relative;z-index:1;padding:72px 0 46px}
.tuna-footer__brand{display:grid;grid-template-columns:92px minmax(0,680px);align-items:center;gap:22px;margin-bottom:46px}
.tuna-footer__logo{display:inline-flex;width:92px;height:92px;border-radius:50%;align-items:center;justify-content:center;filter:drop-shadow(0 18px 30px rgba(0,0,0,.36))}
.tuna-footer__logo img{display:block;width:100%;height:100%;object-fit:contain}
.tuna-footer__brand h2{margin:0 0 10px;font-family:"Playfair Display",Georgia,serif;font-size:clamp(30px,3vw,46px);line-height:1.05;letter-spacing:-.03em;color:#fff}
.tuna-footer__brand p{margin:0;max-width:640px;color:rgba(231,238,245,.78);font-size:17px;line-height:1.75}
.tuna-footer__grid{display:grid;grid-template-columns:1.25fr .75fr .8fr;gap:42px;padding-top:34px;border-top:1px solid rgba(255,255,255,.09)}
.tuna-footer__col h3{margin:0 0 20px;color:#fff;font-size:17px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}
.tuna-footer__contact{list-style:none;margin:0;padding:0;display:grid;gap:16px}
.tuna-footer__contact li{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;color:rgba(231,238,245,.78);font-size:15px;line-height:1.65}
.tuna-footer__contact a,.tuna-footer__links a{color:rgba(231,238,245,.82);text-decoration:none;transition:color .2s ease,transform .2s ease}
.tuna-footer__contact a:hover,.tuna-footer__links a:hover{color:var(--tuna-gold)}
.tuna-footer__icon{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:var(--tuna-gold)}
.tuna-footer__icon svg{width:19px;height:19px;fill:currentColor}
.tuna-footer__links{display:grid;gap:12px}
.tuna-footer__links a{display:inline-flex;width:max-content;font-size:15px;font-weight:400;line-height:1.65}
.tuna-footer__links a:hover{transform:translateX(4px)}
.tuna-footer__social-note{margin:0 0 20px;color:rgba(231,238,245,.76);font-size:15px;line-height:1.7}
.tuna-footer__socials{display:flex;align-items:center;gap:12px}
.tuna-social{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);box-shadow:0 16px 34px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.tuna-social svg{width:23px;height:23px;fill:currentColor}
.tuna-social:hover{transform:translateY(-3px);border-color:rgba(244,178,62,.45);background:rgba(244,178,62,.14);color:#fff}
.tuna-footer__bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.tuna-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 0;color:rgba(231,238,245,.62);font-size:14px}
@media (max-width:1024px){.tuna-footer__grid{grid-template-columns:1fr 1fr;gap:34px}.tuna-footer__col:first-child{grid-column:1/-1}}
@media (max-width:767px){.tuna-footer__top{padding:58px 0 38px}.tuna-footer__brand{grid-template-columns:72px minmax(0,1fr);gap:16px;margin-bottom:34px}.tuna-footer__logo{width:72px;height:72px}.tuna-footer__brand h2{font-size:clamp(24px,7.2vw,32px);line-height:1.08;letter-spacing:-.025em}.tuna-footer__brand p{font-size:15px}.tuna-footer__grid{grid-template-columns:1fr;gap:30px}.tuna-footer__bottom-inner{display:grid;text-align:center;justify-content:center}.tuna-footer__contact li{grid-template-columns:34px minmax(0,1fr)}.tuna-footer__icon{width:34px;height:34px}}

[data-tuna-reveal]{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}
[data-tuna-reveal].is-visible{opacity:1;transform:translateY(0)}
.tuna-hero__copy [data-tuna-reveal]:nth-child(2){transition-delay:.09s}
.tuna-hero__copy [data-tuna-reveal]:nth-child(3){transition-delay:.18s}
.tuna-hero__copy [data-tuna-reveal]:nth-child(4){transition-delay:.27s}
.tuna-hero__copy [data-tuna-reveal]:nth-child(5){transition-delay:.36s}

@media (max-width:1180px){
  .tuna-site-header__inner{grid-template-columns:68px minmax(0,1fr) auto;column-gap:18px}
  .tuna-nav__list{gap:26px}
  .tuna-trust-panel,
  .tuna-trust-panel.tuna-container{width:min(1000px, calc(100% - 40px))!important;max-width:1000px!important;grid-template-columns:repeat(2,minmax(0,1fr))}
  .tuna-trust-item:nth-child(2)::after{display:none}
  .tuna-trust-item:nth-child(1),.tuna-trust-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.14)}
}

@media (max-width:1024px){
  .tuna-site-header{height:62px}
  .tuna-site-header__inner{grid-template-columns:62px 1fr auto;justify-content:space-between}
  .tuna-logo{width:52px;height:52px;margin:5px 0}
  .tuna-header-cta{justify-self:end;margin-right:56px;height:42px;min-width:132px;font-size:14px;padding:0 15px}
  .tuna-menu-toggle{display:inline-flex;position:absolute;right:24px;top:50%;transform:translateY(-50%);width:42px;height:42px;flex-direction:column;justify-content:center;align-items:center;gap:5px;border:1px solid rgba(240,193,75,.28);border-radius:12px;background:rgba(7,17,19,.62)!important;color:#fff!important;padding:0;appearance:none;-webkit-appearance:none;box-shadow:none;outline:none}.tuna-menu-toggle:hover,.tuna-menu-toggle:focus-visible{background:rgba(7,17,19,.82)!important;border-color:rgba(240,193,75,.52);box-shadow:0 0 0 3px rgba(240,193,75,.14)}.tuna-menu-toggle.is-open{background:linear-gradient(135deg,#f0c14b,#b48412)!important;border-color:rgba(240,193,75,.72)!important;color:#081927!important}.tuna-menu-toggle.is-open:hover,.tuna-menu-toggle.is-open:focus-visible{background:linear-gradient(135deg,#f4c95e,#c08a1f)!important;color:#081927!important}
  .tuna-menu-toggle span{width:21px;height:2px;background:currentColor;border-radius:99px;transition:transform .2s ease,opacity .2s ease}
  .tuna-menu-toggle em{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .tuna-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .tuna-menu-toggle.is-open span:nth-child(2){opacity:0}
  .tuna-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .tuna-nav{position:absolute;top:calc(100% + 1px);left:24px;right:24px;padding:18px;background:linear-gradient(180deg,rgba(0,28,49,.97),rgba(7,17,19,.96));border:1px solid rgba(244,178,62,.18);border-radius:18px;box-shadow:0 22px 55px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}
  .tuna-nav.is-open{opacity:1;visibility:visible;transform:translateY(0)}
  .tuna-nav__list{display:grid;gap:4px;justify-content:stretch}
  .tuna-nav__list a{width:100%;padding:9px 12px;border-radius:10px}
  .tuna-nav__list a:hover{background:rgba(255,255,255,.06)}
  .tuna-hero__content{min-height:auto;padding:70px 0 42px}
  .tuna-destinations{padding:84px 0 96px}
  .tuna-destinations__slider{--cards-per-view:2;--dest-gap:22px}
  .tuna-destination-card,.tuna-destination-card__content{min-height:390px}
  .tuna-destination-card h3{font-size:26px}
}

@media (max-width:767px){
  .admin-bar .tuna-site-header.is-scrolled{top:46px}
  .tuna-container{width:min(100% - 30px,1320px)}
  .tuna-hero{background-position:center right 38%}
  .tuna-header-cta{display:none}
  .tuna-site-header__inner{grid-template-columns:62px 1fr}
  .tuna-hero__content{padding:66px 0 32px}
  .tuna-eyebrow{font-size:12px;letter-spacing:.12em;gap:10px;margin-bottom:19px}
  .tuna-eyebrow span{width:28px}
  .tuna-hero h1{font-size:clamp(42px,14vw,62px);line-height:1}
  .tuna-hero__lead{font-size:16px;line-height:1.65;margin-bottom:30px}
  .tuna-highlights{display:grid;gap:18px;margin-bottom:32px}
  .tuna-highlight + .tuna-highlight{padding-left:0;border-left:0}
  .tuna-actions{display:grid;gap:18px;align-items:start}
  .tuna-btn--primary{width:100%;max-width:240px}
  .tuna-trust-panel,
  .tuna-trust-panel.tuna-container{width:calc(100% - 30px)!important;max-width:calc(100% - 30px)!important;margin:0 auto 26px!important;grid-template-columns:1fr!important}
  .tuna-trust-item{padding:20px;min-height:86px;border-bottom:1px solid rgba(255,255,255,.14)!important}
  .tuna-trust-item:last-child{border-bottom:0!important}
  .tuna-trust-item::after{display:none!important}
  .tuna-trust-item svg{width:36px;height:36px}
  .tuna-video-modal{padding:16px}
  .tuna-video-modal__frame{border-radius:18px}
  .tuna-video-modal__close{top:12px;right:12px;width:42px;height:42px}
  .tuna-video-modal.is-short .tuna-video-modal__dialog{width:min(320px,calc(100vw - 64px));max-height:calc(100vh - 74px)}
  .tuna-video-modal.is-short .tuna-video-modal__frame iframe{width:calc(100% + 92px)!important}
  .tuna-video-modal.is-short .tuna-video-modal__close{top:-18px!important;right:-18px!important}
  .tuna-video-modal__nav{width:44px!important;height:44px!important}
  .tuna-video-modal__nav--prev{left:-52px!important}
  .tuna-video-modal__nav--next{right:-52px!important}
  .tuna-destinations{padding:72px 0 84px}
  .tuna-destinations__heading{margin-bottom:22px}
  .tuna-section-kicker{gap:10px;margin-bottom:14px}
  .tuna-section-kicker span{width:28px}
  .tuna-destinations__heading p{font-size:16px;line-height:1.7}
  .tuna-destinations__controls{flex-direction:column;align-items:stretch;margin-bottom:22px}
  .tuna-destinations__all{justify-content:center;width:100%}
  .tuna-destinations__nav{justify-content:center}
  .tuna-destinations__slider{--cards-per-view:1;--dest-gap:18px}
  .tuna-destination-card,.tuna-destination-card__content{min-height:380px}
  .tuna-destination-card{border-radius:24px}
  .tuna-destination-card h3{font-size:24px}
  .tuna-destination-card p{font-size:15px;margin-bottom:18px}
}

@media (max-width:1024px){
  .tuna-memories__top{grid-template-columns:1fr;gap:34px;margin-bottom:46px}
  .tuna-memories__text{text-align:center;margin:0 auto}
  .tuna-memories__text p{margin-left:auto;margin-right:auto}
  .tuna-short-card{flex-basis:min(292px, calc((100% - 26px) / 2))}
  .tuna-photo-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
  .tuna-polaroid{--memory-offset:0px!important}
}
@media (max-width:767px){
  .tuna-memories{padding:70px 0 82px}
  .tuna-memories__text h2{font-size:42px}
  .tuna-memories__text p{font-size:18px}
  .tuna-shorts{grid-template-columns:44px minmax(0,1fr) 44px;gap:10px}
  .tuna-shorts__arrow{width:44px;height:44px}
  .tuna-shorts__track{gap:18px}
  .tuna-short-card{flex-basis:min(300px,100%);border-radius:16px}
  .tuna-photo-wall{grid-template-columns:1fr;gap:24px;max-width:340px;margin:0 auto}
  .tuna-polaroid figcaption{font-size:28px}
}


/* v36: crop the YouTube Shorts iframe like the native Shorts page so no black side gutters remain. */
.tuna-video-modal.is-short .tuna-video-modal__dialog{
  width:min(360px, calc(100vw - 90px))!important;
}
.tuna-video-modal.is-short .tuna-video-modal__frame{
  aspect-ratio:9/16!important;
  overflow:hidden!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.tuna-video-modal.is-short .tuna-video-modal__frame iframe{
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:177.7778%!important;
  height:100%!important;
  transform:translateX(-50%)!important;
  border:0!important;
  background:transparent!important;
}
@media (max-width:767px){
  .tuna-video-modal.is-short .tuna-video-modal__dialog{
    width:min(320px, calc(100vw - 64px))!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav{
    width:42px!important;
    height:42px!important;
    z-index:40!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav svg{
    width:22px!important;
    height:22px!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav--prev{
    left:8px!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav--next{
    right:8px!important;
  }
}

/* v36 responsive tour list */
@media (max-width:1024px){
  .tuna-tour-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
  .tuna-tour-list__head{align-items:flex-start}
}
@media (max-width:767px){
  .tuna-tour-list{padding:76px 0 88px}
  .tuna-tour-list__head{display:grid;gap:20px;margin-bottom:28px}
  .tuna-tour-list__view-all{width:100%}
  .tuna-tour-grid{grid-template-columns:1fr;gap:22px}
  .tuna-tour-card{border-radius:22px}
  .tuna-tour-card__image{min-height:210px}
  .tuna-tour-card__actions{display:grid;grid-template-columns:1fr 1fr}
}


@media (max-width:1024px){
  .tuna-trekking{padding:84px 0 94px}
  .tuna-trekking__inner{grid-template-columns:1fr;gap:42px}
  .tuna-trekking__visual{min-height:460px}
}
@media (max-width:767px){
  .tuna-trekking{padding:72px 0 82px}
  .tuna-trekking__visual{min-height:460px}
  .tuna-trekking__image--main{inset:0 8% 56px 0;border-radius:26px}
  .tuna-trekking__image--small{
    display:block;
    right:14px;
    bottom:32px;
    width:54%;
    height:40%;
    border-radius:24px;
    z-index:2;
  }
  .tuna-trekking__badge{left:18px;right:auto;bottom:18px;max-width:calc(100% - 110px);z-index:3}
  .tuna-trekking__content p{font-size:16px;line-height:1.7}
  .tuna-trekking__actions{display:grid;grid-template-columns:1fr}
}

.tuna-footer__bottom a{
  color:var(--tuna-gold);
  text-decoration:none;
  font-weight:700;
}
.tuna-footer__bottom a:hover{
  color:#fff;
  text-decoration:underline;
}


/* About Us page hero v41 */
.tuna-about-page{
  background:#071113;
}

.tuna-about-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(105deg,rgba(0,12,21,.93) 0%,rgba(0,25,43,.82) 34%,rgba(3,18,27,.45) 58%,rgba(5,12,14,.72) 100%),
    var(--tuna-about-bg) center/cover no-repeat;
}
.tuna-about-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  background:linear-gradient(180deg,rgba(7,17,19,0),rgba(7,17,19,.88));
  pointer-events:none;
}
.tuna-about-hero__bg,
.tuna-about-hero__mesh,
.tuna-about-hero__glow{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.tuna-about-hero__bg{
  background:
    radial-gradient(circle at 75% 22%,rgba(243,178,62,.22),transparent 20%),
    radial-gradient(circle at 18% 70%,rgba(0,73,133,.28),transparent 34%);
  mix-blend-mode:screen;
}
.tuna-about-hero__mesh{
  opacity:.55;
  background:
    linear-gradient(135deg,rgba(255,255,255,.06) 0,rgba(255,255,255,0) 22%),
    linear-gradient(315deg,rgba(255,255,255,.04) 0,rgba(255,255,255,0) 24%);
}
.tuna-about-hero__glow{
  border-radius:999px;
  filter:blur(52px);
  opacity:.55;
}
.tuna-about-hero__glow--one{width:330px;height:330px;left:-80px;bottom:90px;background:rgba(0,73,133,.28)}
.tuna-about-hero__glow--two{width:320px;height:320px;right:-90px;top:140px;background:rgba(243,178,62,.18)}

.tuna-about-hero__content{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.82fr);
  align-items:center;
  gap:42px;
  min-height:calc(100svh - 62px);
  padding:86px 0 56px;
}

.tuna-about-hero__copy{max-width:760px}
.tuna-about-hero__copy h1{margin-bottom:20px}
.tuna-about-hero__lead{
  margin:0 0 30px;
  max-width:840px;
  color:rgba(255,255,255,.84);
  font-size:clamp(18px,2.1vw,22px);
  line-height:1.74;
}
.tuna-about-hero__points{
  display:grid;
  gap:14px;
  margin:0 0 34px;
}
.tuna-about-point{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:15px 18px;
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(180deg,rgba(8,21,33,.54),rgba(9,20,28,.42));
  border-radius:18px;
  backdrop-filter:blur(10px);
  box-shadow:0 16px 38px rgba(0,0,0,.16);
}
.tuna-about-point i{
  flex:0 0 44px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(243,178,62,.18),rgba(0,73,133,.14));
  color:var(--tuna-gold);
}
.tuna-about-point i svg{width:22px;height:22px;fill:currentColor}
.tuna-about-point span{color:rgba(255,255,255,.88);font-size:16px;line-height:1.65}

.tuna-btn--ghost{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 24px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.08);
}
.tuna-btn--ghost:hover{background:rgba(255,255,255,.12)}

.tuna-about-hero__visual{
  position:relative;
  min-height:610px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.tuna-about-card{
  position:relative;
  width:min(100%,520px);
  height:610px;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 34px 80px rgba(0,0,0,.34), 0 0 0 1px rgba(255,255,255,.03) inset;
  background:rgba(255,255,255,.06);
}
.tuna-about-card__image{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,12,14,.02) 0%,rgba(5,12,14,.18) 50%,rgba(5,12,14,.78) 100%),
    var(--tuna-about-card) center/cover no-repeat;
  transform:scale(1.02);
}
.tuna-about-card__overlay{
  position:absolute;
  inset:auto 0 0;
  padding:28px;
  z-index:2;
}
.tuna-about-card__kicker{
  display:inline-flex;
  align-items:center;
  padding:9px 13px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(243,178,62,.16);
  border:1px solid rgba(243,178,62,.32);
  color:var(--tuna-gold-soft);
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.tuna-about-card__overlay h2{
  margin:0;
  color:#fff;
  font-size:clamp(26px,3vw,38px);
  line-height:1.25;
  letter-spacing:-.03em;
}
.tuna-about-badge{
  position:absolute;
  z-index:3;
  width:min(260px,58vw);
  padding:18px 20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(8,22,35,.95),rgba(5,14,21,.86));
  box-shadow:0 26px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(16px);
}
.tuna-about-badge strong{display:block;color:#fff;font-size:18px;line-height:1.3}
.tuna-about-badge span{display:block;margin-top:6px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.6}
.tuna-about-badge--top{top:54px;left:-36px}
.tuna-about-badge--bottom{right:-10px;bottom:52px}

.tuna-about-hero__stats{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:-18px;
  padding-bottom:54px;
}
.tuna-about-stat{
  padding:22px 24px;
  border-radius:24px;
  background:linear-gradient(180deg,rgba(8,21,33,.88),rgba(7,17,19,.82));
  border:1px solid rgba(255,255,255,.1);
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(16px);
}
.tuna-about-stat strong{display:block;margin-bottom:10px;color:#fff;font-size:20px;line-height:1.3}
.tuna-about-stat span{display:block;color:rgba(255,255,255,.7);font-size:15px;line-height:1.7}

@media (max-width: 1200px){
  .tuna-about-hero__content{grid-template-columns:1fr;gap:34px;padding-top:74px}
  .tuna-about-hero__copy{max-width:none}
  .tuna-about-hero__visual{min-height:auto;justify-content:center;padding-bottom:10px}
  .tuna-about-card{height:560px}
  .tuna-about-badge--top{left:10px}
  .tuna-about-badge--bottom{right:10px}
}

@media (max-width: 767px){
  .tuna-about-hero__content{min-height:auto;padding:58px 0 34px}
  .tuna-about-hero__lead{font-size:17px;line-height:1.78}
  .tuna-about-point{padding:14px 15px;border-radius:16px}
  .tuna-about-point i{flex-basis:40px;width:40px;height:40px;border-radius:12px}
  .tuna-about-hero__visual{padding-top:10px}
  .tuna-about-card{height:450px;border-radius:24px}
  .tuna-about-card__overlay{padding:20px}
  .tuna-about-card__overlay h2{font-size:24px}
  .tuna-about-badge{position:static;width:100%;margin-top:14px;border-radius:18px}
  .tuna-about-hero__visual{display:block}
  .tuna-about-hero__stats{grid-template-columns:1fr;padding-bottom:34px}
}

/* About Us hero cleanup v43 */
.tuna-about-hero__content{
  min-height:calc(88svh - 62px);
  padding:72px 0 44px;
  gap:56px;
}
.tuna-about-hero__copy{max-width:720px}
.tuna-about-hero__copy .tuna-eyebrow{margin-bottom:18px}
.tuna-about-hero__copy h1{margin-bottom:18px}
.tuna-about-hero__lead{
  max-width:650px;
  margin-bottom:24px;
  font-size:clamp(18px,1.8vw,21px);
  line-height:1.65;
}
.tuna-about-hero__mini{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 30px;
}
.tuna-about-hero__mini span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  color:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
  font-size:14px;
  font-weight:750;
}
.tuna-about-hero__points{display:none!important}
.tuna-about-hero__visual{min-height:520px}
.tuna-about-card{height:520px;border-radius:30px}
.tuna-about-card__overlay{padding:24px}
.tuna-about-card__overlay h2{font-size:clamp(24px,2.45vw,32px);line-height:1.22}
.tuna-about-badge{padding:14px 16px;border-radius:18px;width:min(220px,52vw)}
.tuna-about-badge strong{font-size:16px}
.tuna-about-badge span{font-size:13px;line-height:1.45}
.tuna-about-badge--top{top:38px;left:-24px}
.tuna-about-badge--bottom{right:-4px;bottom:38px}
.tuna-about-hero__stats{margin-top:-8px;padding-bottom:38px;gap:14px}
.tuna-about-stat{padding:18px 20px;border-radius:20px}
.tuna-about-stat strong{font-size:18px;margin-bottom:4px}
.tuna-about-stat span{font-size:14px;line-height:1.5}

@media (max-width:1200px){
  .tuna-about-hero__content{padding:64px 0 34px;gap:30px}
  .tuna-about-hero__visual{min-height:auto}
  .tuna-about-card{height:480px}
}
@media (max-width:767px){
  .tuna-about-hero__content{padding:52px 0 28px}
  .tuna-about-hero__lead{font-size:16px;line-height:1.7;margin-bottom:20px}
  .tuna-about-hero__mini{margin-bottom:24px}
  .tuna-about-hero__mini span{min-height:34px;font-size:13px;padding:0 12px}
  .tuna-about-card{height:390px;border-radius:22px}
  .tuna-about-badge{margin-top:10px}
  .tuna-about-hero__stats{padding-bottom:28px}
}


/* About Us hero simplified v44 */
.tuna-about-hero__content{
  grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);
  gap:44px;
  min-height:calc(82svh - 62px);
  padding:64px 0 36px;
}
.tuna-about-hero__copy{max-width:620px}
.tuna-about-hero__copy .tuna-eyebrow{margin-bottom:16px}
.tuna-about-hero__copy h1{margin-bottom:16px}
.tuna-about-hero__lead{
  max-width:560px;
  margin-bottom:22px;
  font-size:clamp(17px,1.7vw,20px);
  line-height:1.7;
}
.tuna-about-hero__mini,
.tuna-about-hero__stats,
.tuna-about-badge,
.tuna-btn--ghost{display:none!important}
.tuna-about-hero__visual{
  min-height:auto;
  justify-content:flex-end;
}
.tuna-about-card{
  width:min(100%,460px);
  height:500px;
  border-radius:28px;
}
.tuna-about-card__overlay{padding:22px}
.tuna-about-card__kicker{margin-bottom:12px}
.tuna-about-card__overlay h2{
  font-size:clamp(24px,2.6vw,34px);
  max-width:300px;
}
@media (max-width:1200px){
  .tuna-about-hero__content{
    grid-template-columns:1fr;
    gap:28px;
    min-height:auto;
    padding:60px 0 32px;
  }
  .tuna-about-hero__copy{max-width:none}
  .tuna-about-hero__visual{justify-content:flex-start}
}
@media (max-width:767px){
  .tuna-about-hero__content{padding:52px 0 28px}
  .tuna-about-card{height:420px;border-radius:22px}
  .tuna-about-card__overlay h2{max-width:none;font-size:23px}
}


/* Founder story section v45 */
.tuna-founder-story{
  position:relative;
  overflow:hidden;
  padding:94px 0 92px;
  background:
    radial-gradient(circle at 88% 10%,rgba(243,178,62,.18),transparent 24%),
    linear-gradient(135deg,#0a8a9c 0%,#0f6f86 36%,#063e68 100%);
  color:#fff;
  isolation:isolate;
}
.tuna-founder-story::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background:
    linear-gradient(110deg,rgba(0,73,133,.48),rgba(0,73,133,0) 44%),
    radial-gradient(circle at 18% 80%,rgba(255,255,255,.16),transparent 28%);
}
.tuna-founder-story__mark{
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.16;
  background:
    radial-gradient(ellipse at 48% 36%,rgba(255,255,255,.78),rgba(255,255,255,0) 34%),
    linear-gradient(90deg,transparent 0 41%,rgba(255,255,255,.5) 42% 43%,transparent 44% 100%);
  transform:skewX(-4deg);
}
.tuna-founder-story__cloud{
  position:absolute;
  width:260px;
  height:110px;
  border-radius:999px;
  background:radial-gradient(circle at 28% 54%,rgba(255,255,255,.8),rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 72%);
  filter:blur(2px);
  opacity:.32;
  pointer-events:none;
}
.tuna-founder-story__cloud--one{left:-40px;top:32px}
.tuna-founder-story__cloud--two{right:4%;bottom:52px;opacity:.22;transform:scale(.92)}
.tuna-founder-story__inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);
  align-items:center;
  gap:72px;
}
.tuna-founder-story__photo{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.tuna-founder-story__photo img{
  position:relative;
  z-index:2;
  display:block;
  width:min(100%,520px);
  max-height:650px;
  object-fit:contain;
  filter:drop-shadow(0 34px 60px rgba(0,0,0,.28));
}
.tuna-founder-story__quote{
  position:absolute;
  left:50%;
  bottom:18px;
  z-index:4;
  width:min(420px,86%);
  transform:translateX(-50%);
  padding:18px 22px;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  color:#111;
  box-shadow:0 22px 46px rgba(0,0,0,.22);
}
.tuna-founder-story__quote span{
  display:block;
  font-size:clamp(18px,2vw,24px);
  line-height:1.35;
  font-weight:650;
}
.tuna-founder-story__content{
  max-width:760px;
  padding:18px 0;
}
.tuna-founder-story .tuna-section-kicker{
  justify-content:flex-start;
  color:#fff;
  margin-bottom:22px;
}
.tuna-founder-story .tuna-section-kicker span{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent);
}
.tuna-founder-story__content h2{
  margin:0 0 26px;
  max-width:780px;
  color:#fff;
  font-size:clamp(46px,5.2vw,78px);
  line-height:1.02;
  letter-spacing:-.055em;
  text-transform:uppercase;
  font-weight:700;
}
.tuna-founder-story__content p{
  margin:0 0 18px;
  color:rgba(255,255,255,.9);
  font-size:clamp(18px,2vw,23px);
  line-height:1.55;
  max-width:760px;
}
.tuna-founder-story__link{
  display:inline-flex;
  align-items:center;
  gap:11px;
  min-height:54px;
  margin-top:18px;
  padding:0 24px;
  border-radius:999px;
  color:#071113!important;
  background:#fff;
  text-decoration:none!important;
  font-weight:700;
  box-shadow:0 22px 44px rgba(0,0,0,.18);
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.tuna-founder-story__link svg{width:20px;height:20px;fill:currentColor}
.tuna-founder-story__link:hover{
  transform:translateY(-2px);
  background:var(--tuna-gold-soft);
  box-shadow:0 28px 54px rgba(0,0,0,.24);
}
@media (max-width:1100px){
  .tuna-founder-story{padding:76px 0 82px}
  .tuna-founder-story__inner{grid-template-columns:1fr;gap:28px}
  .tuna-founder-story__photo{order:2;min-height:460px}
  .tuna-founder-story__content{order:1;max-width:none}
  .tuna-founder-story__photo img{max-height:520px}
}
@media (max-width:767px){
  .tuna-founder-story{padding:58px 0 64px}
  .tuna-founder-story__content h2{font-size:clamp(34px,11vw,48px);margin-bottom:20px}
  .tuna-founder-story__content p{font-size:16px;line-height:1.65}
  .tuna-founder-story__photo{min-height:380px}
  .tuna-founder-story__quote{bottom:0;padding:14px 16px;border-radius:16px}
  .tuna-founder-story__quote span{font-size:17px}
}


/* Founder story refinements v46 */
.tuna-founder-story{
  padding:76px 0 0;
  min-height:680px;
  display:flex;
  align-items:flex-end;
}
.tuna-founder-story__inner{
  align-items:end;
  gap:62px;
}
.tuna-founder-story__photo{
  min-height:610px;
  align-items:flex-end;
  margin-bottom:0;
}
.tuna-founder-story__photo img{
  width:min(100%,500px);
  max-height:640px;
  margin-bottom:0;
}
.tuna-founder-story__quote{
  bottom:42px;
  width:min(390px,82%);
  padding:16px 20px;
}
.tuna-founder-story__quote span{
  font-size:clamp(17px,1.6vw,21px);
  line-height:1.35;
}
.tuna-founder-story__content{
  align-self:center;
  padding:0 0 64px;
  max-width:680px;
}
.tuna-founder-story__content h2{
  font-family:Georgia,"Times New Roman",serif;
  text-transform:none;
  font-weight:500;
  letter-spacing:-.05em;
  font-size:clamp(42px,4.5vw,66px);
  line-height:1.04;
  max-width:650px;
  margin-bottom:20px;
}
.tuna-founder-story__content p{
  max-width:640px;
  font-size:clamp(17px,1.65vw,20px);
  line-height:1.65;
  margin-bottom:0;
}
.tuna-founder-story__link{
  margin-top:26px;
  min-height:52px;
}
@media (max-width:1100px){
  .tuna-founder-story{padding:64px 0 0;min-height:auto;display:block}
  .tuna-founder-story__inner{gap:28px;align-items:center}
  .tuna-founder-story__content{padding:0;order:1}
  .tuna-founder-story__photo{order:2;min-height:500px}
  .tuna-founder-story__photo img{max-height:540px}
}
@media (max-width:767px){
  .tuna-founder-story{padding:50px 0 0}
  .tuna-founder-story__content h2{font-size:clamp(34px,10vw,46px);margin-bottom:16px}
  .tuna-founder-story__content p{font-size:16px;line-height:1.65}
  .tuna-founder-story__photo{min-height:390px}
  .tuna-founder-story__photo img{max-height:420px}
  .tuna-founder-story__quote{bottom:18px;padding:13px 15px;border-radius:15px}
}


/* About hero logo v64 - logo only, no frame */
.tuna-about-hero__visual{
  perspective:1000px;
}
.tuna-about-logo-card{
  position:relative;
  width:min(100%,460px);
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  transform:translateX(42px);
  opacity:0;
  animation:tunaAboutLogoSlide 1.35s cubic-bezier(.18,.72,.18,1) .28s forwards,
            tunaAboutLogoFloat 6.5s ease-in-out 1.85s infinite;
}
.tuna-about-logo-card::before,
.tuna-about-logo-card::after,
.tuna-about-logo-card__glow{
  display:none!important;
}
.tuna-about-logo-card img{
  position:relative;
  z-index:1;
  width:min(100%,360px);
  height:auto;
  display:block;
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.26));
}
@keyframes tunaAboutLogoSlide{
  0%{opacity:0;transform:translateX(42px) scale(.96)}
  100%{opacity:1;transform:translateX(0) scale(1)}
}
@keyframes tunaAboutLogoFloat{
  0%,100%{transform:translateX(0) translateY(0) rotate(0deg)}
  50%{transform:translateX(-6px) translateY(-10px) rotate(-.4deg)}
}
@media (max-width:1200px){
  .tuna-about-logo-card{min-height:430px;width:min(100%,420px)}
  .tuna-about-logo-card img{width:min(100%,320px)}
}
@media (max-width:767px){
  .tuna-about-logo-card{min-height:300px;width:100%}
  .tuna-about-logo-card img{width:min(100%,260px)}
}

/* Tuna Tour detail v70 */
.tuna-single-tour-template{background:#06131e;color:#fff}
.tuna-tour-single{background:#06131e;color:#fff;overflow:hidden}
.tuna-tour-hero{position:relative;min-height:78vh;display:flex;align-items:center;padding:110px 0 76px;background:#06131e;overflow:hidden}
.tuna-tour-hero__bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,22,.96) 0%,rgba(5,19,30,.82) 42%,rgba(5,19,30,.62) 100%),var(--tuna-tour-hero) center/cover no-repeat;filter:saturate(.95)}
.tuna-tour-hero__bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 24%,rgba(240,193,75,.18),transparent 24%),linear-gradient(180deg,rgba(6,19,30,0),rgba(6,19,30,.92))}
.tuna-tour-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:48px;align-items:end}
.tuna-tour-hero__copy{max-width:860px}.tuna-tour-hero__copy h1{margin:18px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,6.6vw,88px);line-height:.98;letter-spacing:-.055em;color:#fff}.tuna-tour-hero__copy p{margin:0;max-width:720px;color:rgba(255,255,255,.82);font-size:20px;line-height:1.75}.tuna-tour-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.tuna-tour-btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 26px;border-radius:999px;font-weight:700;text-decoration:none;transition:.28s ease}.tuna-tour-btn:hover{transform:translateY(-3px)}.tuna-tour-btn--primary{background:linear-gradient(135deg,#ffd56e,var(--tuna-gold,#f0b63a));color:#06131e;box-shadow:0 18px 38px rgba(201,129,23,.28)}.tuna-tour-btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}
.tuna-tour-hero__panel{padding:24px;border-radius:28px;background:rgba(8,25,39,.82);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);box-shadow:0 30px 70px rgba(0,0,0,.28)}.tuna-tour-hero__panel div{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1)}.tuna-tour-hero__panel div:first-child{padding-top:0}.tuna-tour-hero__panel div:last-child{padding-bottom:0;border-bottom:0}.tuna-tour-hero__panel span{display:block;color:var(--tuna-gold,#f0b63a);font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;margin-bottom:8px}.tuna-tour-hero__panel strong{display:block;color:#fff;font-size:22px;line-height:1.25}
.tuna-tour-quick{position:relative;z-index:3;margin-top:-42px}.tuna-tour-quick__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.tuna-tour-quick article{padding:22px 18px;border-radius:22px;background:#fff;color:#06131e;box-shadow:0 22px 50px rgba(0,0,0,.14);border:1px solid rgba(8,25,39,.08)}.tuna-tour-quick span{display:block;margin-bottom:7px;color:#7a6a2a;font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}.tuna-tour-quick strong{display:block;font-size:15px;line-height:1.45;color:#06131e}
.tuna-tour-content{padding:82px 0 96px;background:linear-gradient(180deg,#f8f5ee 0%,#f3eee4 100%);color:#06131e}.tuna-tour-content__grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.tuna-tour-main{display:grid;gap:24px}.tuna-tour-block{padding:34px;border-radius:30px;background:#fff;border:1px solid rgba(8,25,39,.08);box-shadow:0 24px 56px rgba(8,25,39,.08)}.tuna-tour-block h2{margin:0 0 18px;color:#06131e;font-size:34px;line-height:1.08;letter-spacing:-.04em;font-weight:700}.tuna-tour-block h3{margin:0 0 12px;font-size:22px;color:#06131e}.tuna-tour-block p{margin:0 0 14px;color:rgba(6,19,30,.78);font-size:17px;line-height:1.86}.tuna-tour-block p:last-child{margin-bottom:0}
.tuna-tour-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tuna-tour-highlight-grid div{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:18px;background:#f7f3e9;color:#06131e;font-weight:750;line-height:1.55}.tuna-tour-highlight-grid span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:999px;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold,#f0b63a));color:#06131e;font-weight:700}.tuna-day0{background:linear-gradient(135deg,#fff 0%,#fff7e3 100%)}.tuna-day0__note{padding:18px;border-radius:18px;background:rgba(240,182,58,.15);border:1px solid rgba(201,129,23,.18)}
.tuna-tour-itinerary{display:grid;gap:14px}.tuna-tour-day{border-radius:22px;border:1px solid rgba(8,25,39,.1);background:#fbfaf6;overflow:hidden}.tuna-tour-day summary{cursor:pointer;display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;align-items:center;padding:22px 24px;list-style:none}.tuna-tour-day summary::-webkit-details-marker{display:none}.tuna-tour-day summary span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:999px;background:#06131e;color:var(--tuna-gold,#f0b63a);font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.tuna-tour-day summary strong{font-size:22px;line-height:1.2;color:#06131e}.tuna-tour-day__body{padding:0 24px 24px}.tuna-route{padding:14px 16px;border-radius:16px;background:#fff;border:1px solid rgba(8,25,39,.08)}.tuna-timeline{position:relative;display:grid;gap:12px;margin:20px 0}.tuna-timeline div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start}.tuna-timeline i{width:14px;height:14px;border-radius:50%;margin-top:6px;background:var(--tuna-gold,#f0b63a);box-shadow:0 0 0 5px rgba(240,182,58,.18)}.tuna-timeline span{display:block;padding:13px 15px;border-radius:14px;background:#fff;color:rgba(6,19,30,.82);line-height:1.65}.tuna-day-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.tuna-day-meta div{padding:16px;border-radius:16px;background:#fff;border:1px solid rgba(8,25,39,.08)}.tuna-day-meta b{display:block;margin-bottom:8px;color:#06131e}.tuna-day-meta span{display:block;color:rgba(6,19,30,.72);line-height:1.65}
.tuna-tour-inc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.tuna-tour-inc ul{margin:0;padding:0;list-style:none;display:grid;gap:10px}.tuna-tour-inc li{position:relative;padding-left:25px;color:rgba(6,19,30,.78);line-height:1.65}.tuna-tour-inc li:before{content:"";position:absolute;left:0;top:.72em;width:8px;height:8px;border-radius:50%;background:var(--tuna-gold,#f0b63a)}.tuna-tour-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tuna-tour-gallery img{width:100%;height:210px;object-fit:cover;border-radius:18px;display:block}.tuna-tour-sidebar{position:sticky;top:96px;display:grid;gap:18px}.tuna-tour-booking-card,.tuna-tour-side-card{padding:26px;border-radius:28px;background:#06131e;color:#fff;box-shadow:0 24px 56px rgba(8,25,39,.16)}.tuna-tour-booking-card span{display:block;margin-bottom:12px;color:var(--tuna-gold,#f0b63a);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}.tuna-tour-booking-card h2,.tuna-tour-side-card h3{margin:0 0 12px;color:#fff;font-size:28px;line-height:1.08;letter-spacing:-.04em}.tuna-tour-booking-card p,.tuna-tour-side-card p{margin:0 0 20px;color:rgba(255,255,255,.74);line-height:1.76}.tuna-tour-booking-card a{display:flex;align-items:center;justify-content:center;min-height:54px;border-radius:999px;background:linear-gradient(135deg,#ffd56e,var(--tuna-gold,#f0b63a));color:#06131e;text-decoration:none;font-weight:700}.tuna-tour-side-card{background:#fff;color:#06131e}.tuna-tour-side-card h3{color:#06131e}.tuna-tour-side-card p{color:rgba(6,19,30,.72)}
@media(max-width:1180px){.tuna-tour-hero__inner,.tuna-tour-content__grid{grid-template-columns:1fr}.tuna-tour-hero__panel{max-width:520px}.tuna-tour-quick__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tuna-tour-sidebar{position:static;grid-template-columns:1fr 1fr}.tuna-tour-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.tuna-tour-hero{min-height:auto;padding:82px 0 62px}.tuna-tour-hero__copy h1{font-size:42px}.tuna-tour-hero__copy p{font-size:17px;line-height:1.7}.tuna-tour-hero__actions{display:grid;grid-template-columns:1fr}.tuna-tour-hero__panel{padding:20px;border-radius:22px}.tuna-tour-quick{margin-top:-26px}.tuna-tour-quick__grid{grid-template-columns:1fr}.tuna-tour-content{padding:58px 0 70px}.tuna-tour-block{padding:24px 20px;border-radius:22px}.tuna-tour-block h2{font-size:28px}.tuna-tour-highlight-grid,.tuna-tour-inc,.tuna-day-meta,.tuna-tour-sidebar{grid-template-columns:1fr}.tuna-tour-day summary{grid-template-columns:1fr;gap:10px;padding:18px}.tuna-tour-day summary span{justify-content:flex-start;padding:0 15px;width:max-content}.tuna-tour-day summary strong{font-size:20px}.tuna-tour-day__body{padding:0 18px 18px}.tuna-tour-gallery{grid-template-columns:1fr}.tuna-tour-gallery img{height:240px}}

/* Tuna Tour archive v86 */

/* Tours archive: header + home-style cards */
.tuna-tour-archive-page{background:#06131e;color:#fff;min-height:100vh;overflow:hidden}
.tuna-tour-archive-page .tuna-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.tuna-tour-archive-top{position:relative;background:radial-gradient(circle at 78% 0,rgba(240,182,58,.16),transparent 28%),radial-gradient(circle at 12% 16%,rgba(0,73,133,.32),transparent 34%),linear-gradient(180deg,#06131e 0%,#092033 100%);overflow:hidden}
.tuna-tour-archive-title{position:relative;z-index:1;text-align:center;padding:82px 0 54px}
.tuna-tour-archive-title h1{margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,7vw,104px);line-height:.95;letter-spacing:-.06em;font-weight:700}
.tuna-tour-archive-title p{max-width:760px;margin:22px auto 0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.75}
.tuna-tour-archive-list{padding-top:92px!important}
.tuna-tour-archive-list .tuna-tour-card{height:100%}
.tuna-pagination{display:flex;justify-content:center;gap:10px;margin-top:46px;flex-wrap:wrap}
.tuna-pagination .page-numbers{min-width:46px;height:46px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none!important;font-weight:700;transition:.25s ease}
.tuna-pagination .page-numbers.current,.tuna-pagination .page-numbers:hover{background:linear-gradient(135deg,#ffd56e,var(--tuna-gold,#f0b63a));color:#06131e;border-color:transparent;transform:translateY(-2px)}
.tuna-pagination .prev,.tuna-pagination .next{min-width:116px}
.tuna-empty-tours{padding:54px;border-radius:30px;background:#fff;color:#06131e;text-align:center;box-shadow:0 22px 54px rgba(0,0,0,.18)}
@media(max-width:767px){.tuna-tour-archive-page .tuna-container{width:min(100% - 32px,1180px)}.tuna-tour-archive-title{padding:64px 0 42px}.tuna-tour-archive-title p{font-size:16px}.tuna-tour-archive-list{padding-top:72px!important}}


/* v88 - equalize tour listing cards */
.tuna-tour-archive-list .tuna-tour-grid{
  align-items:stretch;
}
.tuna-tour-archive-list .tuna-tour-card{
  height:100%;
  min-height:580px;
}
.tuna-tour-archive-list .tuna-tour-card__image{
  min-height:220px;
  height:220px;
  flex:0 0 220px;
}
.tuna-tour-archive-list .tuna-tour-card__body{
  display:flex;
  flex-direction:column;
  min-height:360px;
}
.tuna-tour-archive-list .tuna-tour-card h3{
  min-height:56px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.tuna-tour-archive-list .tuna-tour-card p{
  min-height:calc(1.68em * 2);
  max-height:calc(1.68em * 2);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.tuna-tour-archive-list .tuna-tour-card__route{
  min-height:48px;
  display:flex;
  align-items:center;
}
.tuna-tour-archive-list .tuna-tour-card__actions{
  margin-top:auto;
}
.tuna-tour-archive-page .tuna-tour-card__book,
.tuna-tour-archive-list .tuna-tour-card__book{
  color:#06131e!important;
  background:linear-gradient(135deg,#ffd56e,#f3b23e)!important;
  border:1px solid rgba(201,129,23,.16)!important;
  box-shadow:0 12px 24px rgba(201,129,23,.20)!important;
}
.tuna-tour-archive-page .tuna-tour-card__book:hover,
.tuna-tour-archive-list .tuna-tour-card__book:hover{
  color:#06131e!important;
  background:linear-gradient(135deg,#ffe08e,#f3b23e)!important;
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(201,129,23,.26)!important;
}
@media(max-width:767px){
  .tuna-tour-archive-list .tuna-tour-card{min-height:auto}
  .tuna-tour-archive-list .tuna-tour-card__body{min-height:auto}
  .tuna-tour-archive-list .tuna-tour-card h3,
  .tuna-tour-archive-list .tuna-tour-card p,
  .tuna-tour-archive-list .tuna-tour-card__route{min-height:0}
}

/* v115 - make tour-type badge on archive cards match homepage style */
.tuna-tour-archive-list .tuna-tour-card__image span,
.tuna-tour-archive-page .tuna-tour-card__image span{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,var(--tuna-gold),#ffd56e)!important;
  color:#06131e!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 20px rgba(201,129,23,.22)!important;
  border:1px solid rgba(255,255,255,.28)!important;
}
.tuna-tour-archive-list .tuna-tour-card:hover .tuna-tour-card__image span,
.tuna-tour-archive-page .tuna-tour-card:hover .tuna-tour-card__image span{
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(201,129,23,.30)!important;
}

/* v117 - force tour archive badge to match the homepage tour card badge exactly */
body.tuna-tour-listing-template .tuna-tour-archive-list .tuna-tour-card__image > span,
body.tuna-tour-listing-template .tuna-tour-archive-page .tuna-tour-card__image > span,
.tuna-tour-archive-list .tuna-tour-card__image > span{
  position:absolute!important;
  left:18px!important;
  top:18px!important;
  z-index:3!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  min-height:30px!important;
  height:auto!important;
  padding:0 12px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background-color:var(--tuna-gold,#f3b23e)!important;
  background-image:linear-gradient(135deg,var(--tuna-gold,#f3b23e),#ffd56e)!important;
  color:#06131e!important;
  font-family:inherit!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:700!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
  opacity:1!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transform:none!important;
}
body.tuna-tour-listing-template .tuna-tour-archive-list .tuna-tour-card:hover .tuna-tour-card__image > span,
.tuna-tour-archive-list .tuna-tour-card:hover .tuna-tour-card__image > span{
  background-color:var(--tuna-gold,#f3b23e)!important;
  background-image:linear-gradient(135deg,var(--tuna-gold,#f3b23e),#ffd56e)!important;
  color:#06131e!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
}

/* v134 - reuse footer social buttons in About numbers section */
.tuna-numbers2__social.tuna-footer__socials{display:flex;align-items:center;gap:12px;margin-top:26px}
.tuna-numbers2__social.tuna-footer__socials a.tuna-social{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.14);background:#081927;box-shadow:0 16px 34px rgba(8,25,39,.18);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.tuna-numbers2__social.tuna-footer__socials a.tuna-social svg{width:23px;height:23px;fill:currentColor;display:block}
.tuna-numbers2__social.tuna-footer__socials a.tuna-social:hover{transform:translateY(-3px);border-color:rgba(244,178,62,.45);background:#12324a;color:#fff}

/* v138 - make footer quick links lighter and consistent with footer text */
.tuna-footer__links a,
.tuna-footer__links a:visited{
  font-weight:400!important;
  line-height:1.65;
  color:rgba(231,238,245,.82);
}
.tuna-footer__links a:hover{
  color:var(--tuna-gold,#f3b23e);
}


/* v139 - slightly smaller headings and cleaner heading punctuation */
.tuna-hero h1{font-size:clamp(50px,5.8vw,94px)}
.tuna-destinations__heading h2{font-size:clamp(37px,4vw,58px)}
.tuna-memories__text h2{font-size:clamp(41px,4.6vw,66px)}
.tuna-tour-list__head h2{font-size:clamp(37px,4vw,58px)}
.tuna-trekking__content h2{font-size:clamp(39px,4.3vw,66px)}
.tuna-sec-head h2{font-size:clamp(37px,3.9vw,56px)!important}
.tuna-founder-story__content h2{font-size:clamp(41px,4.3vw,64px)}
.tuna-tour-hero__copy h1{font-size:clamp(45px,6.4vw,86px)}
.tuna-tour-archive-title h1{font-size:clamp(56px,6.8vw,102px)}
.tuna-tour-block h2,.tuna-tour-section h2{font-size:32px}
.tuna-booking-card h2,.tuna-advice-card h3,.tuna-tour-booking-card h2,.tuna-tour-side-card h3{font-size:27px}
.tuna-faq-hero h1,.tuna-contact-hero h1{font-size:clamp(50px,5.8vw,94px)}
@media(max-width:767px){
  .tuna-hero h1{font-size:clamp(40px,13vw,60px)}
  .tuna-sec-head h2{font-size:clamp(32px,10vw,44px)!important}
  .tuna-tour-hero__copy h1,.tuna-tour-archive-title h1{font-size:40px}
  .tuna-tour-block h2,.tuna-tour-section h2{font-size:27px}
}


/* v140 - unify frontend title typography with homepage title style */
body.tuna-home-hero-template main :is(h1,h2,h3),
body.tuna-home-hero-template .tuna-site-footer :is(h2,h3),
body.tuna-home-hero-template .tuna-gallery-lightbox__title,
body.tuna-home-hero-template .tuna-tour-detail-hero h1,
body.tuna-home-hero-template .tuna-tour-section h2,
body.tuna-home-hero-template .tuna-tour-section h3,
body.tuna-home-hero-template .tuna-single-content :is(h2,h3,h4){
  font-family:"Playfair Display",Georgia,"Times New Roman",serif!important;
  font-weight:600!important;
}

body.tuna-home-hero-template main :is(h1,h2,h3)::first-letter,
body.tuna-home-hero-template .tuna-site-footer :is(h2,h3)::first-letter{
  font-family:inherit!important;
}

body.tuna-home-hero-template .tuna-nav :is(h1,h2,h3),
body.tuna-home-hero-template .tuna-header-cta,
body.tuna-home-hero-template .tuna-btn,
body.tuna-home-hero-template .tuna-tour-btn,
body.tuna-home-hero-template .tuna-booking-submit,
body.tuna-home-hero-template .tuna-booking-view,
body.tuna-home-hero-template .tuna-faq-actions a{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
}

/* v141 - limit tour card excerpts to two lines across homepage and tour archive */
.tuna-tour-card p,
.tuna-tour-archive-list .tuna-tour-card p,
.tuna-tour-archive-page .tuna-tour-card p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  min-height:calc(1.68em * 2)!important;
  max-height:calc(1.68em * 2)!important;
}

/* v142 - keep Top Destinations CTA readable on hover */
.tuna-destination-card .tuna-destination-card__link,
.tuna-destination-card .tuna-destination-card__link:visited,
.tuna-destination-card .tuna-destination-card__link:hover,
.tuna-destination-card .tuna-destination-card__link:focus,
.tuna-destination-card .tuna-destination-card__link:active,
.tuna-destination-card:hover .tuna-destination-card__link,
.tuna-destination-card:hover .tuna-destination-card__link span,
.tuna-destination-card:hover .tuna-destination-card__link svg{
  color:var(--tuna-gold,#f3b23e)!important;
  fill:currentColor!important;
}
.tuna-destination-card .tuna-destination-card__link:hover{
  text-decoration:none!important;
  opacity:1!important;
}


/* v152 - global fixed top header safety layer */
body.tuna-clean-template-body{
  padding-top:62px;
}
body.tuna-clean-template-body .tuna-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483600!important;
  isolation:isolate;
  transform:none!important;
  background:linear-gradient(180deg,rgba(0,24,42,.91),rgba(7,17,19,.70))!important;
  box-shadow:0 14px 36px rgba(0,0,0,.18);
}
body.admin-bar.tuna-clean-template-body .tuna-site-header{
  top:32px!important;
}
body.tuna-clean-template-body .tuna-site-header.is-scrolled{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:2147483600!important;
  isolation:isolate;
  transform:none!important;
  background:linear-gradient(180deg,rgba(0,28,49,.97),rgba(7,17,19,.96))!important;
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
body.admin-bar.tuna-clean-template-body .tuna-site-header.is-scrolled{
  top:32px!important;
}
body.tuna-clean-template-body .tuna-site-header.is-scrolled + .tuna-hero__content{
  margin-top:0!important;
}
@media(max-width:782px){
  body.admin-bar.tuna-clean-template-body .tuna-site-header,
  body.admin-bar.tuna-clean-template-body .tuna-site-header.is-scrolled{
    top:46px!important;
  }
}



/* v153 - move header outside section clipping and keep it above all homepage sections */
body.tuna-clean-template-body .tuna-site-header{
  pointer-events:auto!important;
  visibility:visible!important;
  opacity:1!important;
}
.tuna-hero{
  overflow:visible!important;
}
.tuna-hero__shade,
.tuna-hero__glow,
.tuna-hero::after,
.tuna-destinations,
.tuna-destinations__inner,
.tuna-destinations__slider,
.tuna-destinations__track{
  z-index:auto;
}


/* v154 - hide fixed header while the home video/shorts modal is open */
body.tuna-video-is-open .tuna-site-header,
body.tuna-video-is-open .tuna-site-header.is-scrolled{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body.tuna-video-is-open .tuna-video-modal{
  z-index:2147483640!important;
}


/* v157 - mobile shorts video controls: keep nav buttons at viewport edge and auto-hide while watching */
.tuna-video-modal.is-short .tuna-video-modal__close,
.tuna-video-modal.is-short .tuna-video-modal__nav{
  transition:opacity .26s ease, visibility .26s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease!important;
}
.tuna-video-modal.is-short.is-controls-hidden .tuna-video-modal__close,
.tuna-video-modal.is-short.is-controls-hidden .tuna-video-modal__nav{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@media (max-width:767px){
  .tuna-video-modal.is-short .tuna-video-modal__dialog{
    width:min(320px, calc(100vw - 64px))!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav{
    width:42px!important;
    height:42px!important;
    z-index:40!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav svg{
    width:22px!important;
    height:22px!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav--prev{
    left:calc((min(320px, calc(100vw - 64px)) - 100vw) / 2)!important;
  }
  .tuna-video-modal.is-short .tuna-video-modal__nav--next{
    right:calc((min(320px, calc(100vw - 64px)) - 100vw) / 2)!important;
  }
}


/* v163 - mobile hero title fit with original letter animation restored */
@media (max-width:767px){
  body.tuna-clean-template-body .tuna-home-page .tuna-hero__copy{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:visible!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1{
    width:100%!important;
    max-width:100%!important;
    margin-bottom:18px!important;
    font-size:clamp(31px,9.2vw,38px)!important;
    line-height:1.12!important;
    letter-spacing:-.045em!important;
    overflow:visible!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1 > span{
    display:block!important;
    width:auto!important;
    max-width:0;
    overflow:hidden!important;
    white-space:nowrap!important;
    padding-right:.12em!important;
    padding-bottom:.14em!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1 > em{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    overflow:visible!important;
    white-space:nowrap!important;
    margin-top:4px!important;
    padding-right:0!important;
    padding-bottom:.12em!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1.is-visible > span{
    animation:tunaHeadlineSweepIn 9.5s cubic-bezier(.22,.61,.36,1) infinite!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1.is-visible > em .tuna-letter{
    animation:tunaHeadlineLetterDrop 9.5s cubic-bezier(.2,.75,.2,1) infinite!important;
    animation-delay:calc(var(--char-index, 0) * .055s + 1.15s)!important;
  }
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1 > em .tuna-letter-space{
    width:.24em!important;
  }
}
@media (max-width:374px){
  body.tuna-clean-template-body .tuna-home-page .tuna-hero h1{
    font-size:30px!important;
    letter-spacing:-.04em!important;
  }
}

/* v163 - consistent mobile section heading scale and centered alignment */
@media (max-width:767px){
  body.tuna-home-hero-template .tuna-destinations__heading,
  body.tuna-home-hero-template .tuna-memories__text,
  body.tuna-home-hero-template .tuna-tour-list__head,
  body.tuna-home-hero-template .tuna-trekking__content,
  body.tuna-home-hero-template .tuna-sec-head,
  body.tuna-home-hero-template .tuna-story-luxury__head,
  body.tuna-home-hero-template .tuna-founder-story__content{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.tuna-home-hero-template .tuna-destinations__heading .tuna-section-kicker,
  body.tuna-home-hero-template .tuna-memories__text .tuna-section-kicker,
  body.tuna-home-hero-template .tuna-tour-list__head .tuna-section-kicker,
  body.tuna-home-hero-template .tuna-trekking__content .tuna-section-kicker,
  body.tuna-home-hero-template .tuna-sec-head .tuna-sec-kicker,
  body.tuna-home-hero-template .tuna-story-luxury__head .tuna-section-kicker,
  body.tuna-home-hero-template .tuna-founder-story__content .tuna-section-kicker{
    justify-content:center!important;
    width:100%!important;
  }

  body.tuna-home-hero-template .tuna-destinations__heading h2,
  body.tuna-home-hero-template .tuna-memories__text h2,
  body.tuna-home-hero-template .tuna-tour-list__head h2,
  body.tuna-home-hero-template .tuna-trekking__content h2,
  body.tuna-home-hero-template .tuna-sec-head h2,
  body.tuna-home-hero-template .tuna-story-luxury__head h2,
  body.tuna-home-hero-template .tuna-founder-story__content h2{
    font-size:clamp(31px,9.2vw,38px)!important;
    line-height:1.12!important;
    letter-spacing:-.045em!important;
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  body.tuna-home-hero-template .tuna-destinations__heading p,
  body.tuna-home-hero-template .tuna-memories__text p,
  body.tuna-home-hero-template .tuna-tour-list__head p,
  body.tuna-home-hero-template .tuna-trekking__content p,
  body.tuna-home-hero-template .tuna-sec-head p,
  body.tuna-home-hero-template .tuna-story-luxury__head p,
  body.tuna-home-hero-template .tuna-founder-story__content p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}


/* v167 - force tour archive cards visible on mobile */
@media (max-width:767px){
  .tuna-tour-archive-page .tuna-tour-archive-list,
  .tuna-tour-archive-page .tuna-tour-list__inner{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
  }
  .tuna-tour-archive-page .tuna-tour-grid,
  .tuna-tour-archive-list .tuna-tour-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
  }
  .tuna-tour-archive-page .tuna-tour-card,
  .tuna-tour-archive-list .tuna-tour-card{
    display:flex!important;
    flex-direction:column!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    min-height:auto!important;
  }
  .tuna-tour-archive-page .tuna-tour-card__image,
  .tuna-tour-archive-list .tuna-tour-card__image{
    display:block!important;
    min-height:210px!important;
    height:210px!important;
    flex:0 0 210px!important;
  }
  .tuna-tour-archive-page .tuna-tour-card__body,
  .tuna-tour-archive-list .tuna-tour-card__body{
    display:flex!important;
    flex-direction:column!important;
    min-height:auto!important;
  }
}
