.kamar-hero{position:relative;width:var(--kamar-hero-w,80%);margin-inline:auto;
overflow:hidden;border-radius:14px;background:#103547;cursor:grab;
aspect-ratio:16/7;max-height:520px;contain:layout paint}
.kamar-hero.is-grabbing{cursor:grabbing}
.kamar-hero.is-grabbing,.kamar-hero.is-grabbing *{user-select:none}
.kamar-hero a,.kamar-hero button{cursor:pointer}
.kamar-hero-viewport{position:absolute;inset:0}
.kamar-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;
transition:opacity .55s ease}
.kamar-hero-slide.is-active{opacity:1;visibility:visible}
.kamar-hero-bg,.kamar-hero-video{position:absolute;inset:0;width:100%!important;height:100%!important;
max-width:none!important;object-fit:cover!important;display:block}
.kamar-hero-video{opacity:0;transition:opacity .6s ease;z-index:0}
.kamar-hero-video.is-playing{opacity:1;z-index:1}
.kamar-hero-scrim{position:absolute;inset:0;z-index:2;
background:linear-gradient(100deg,rgba(13,42,57,.92) 0%,rgba(16,53,71,.78) 34%,rgba(16,53,71,.28) 62%,rgba(16,53,71,.05) 100%)}
.kamar-hero-content{position:absolute;z-index:3;inset:0;display:flex;flex-direction:column;
justify-content:center;gap:10px;padding:clamp(18px,4vw,54px);max-width:min(760px,64%)}
.kamar-hero-content--left{padding-left:clamp(60px,7vw,78px)}
.kamar-hero-content--center{max-width:none;align-items:center;text-align:center}
.kamar-hero-eyebrow{display:inline-flex;align-self:flex-start;gap:6px;font-size:clamp(11px,1.5vw,13px);
font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#F6B767;
background:rgba(16,53,71,.5);border:1px solid rgba(246,183,103,.45);
padding:5px 12px;border-radius:999px;backdrop-filter:blur(6px)}
.kamar-hero-content--center .kamar-hero-eyebrow{align-self:center}
.kamar-hero-title{font-size:clamp(20px,3.2vw,38px);line-height:1.12;font-weight:800;color:#fff;
text-shadow:0 2px 18px rgba(0,0,0,.35);text-wrap:balance;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kamar-hero-text{margin:0;font-size:clamp(13px,1.45vw,16px);line-height:1.45;color:#dbe7ee;
text-shadow:0 1px 10px rgba(0,0,0,.35);
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kamar-hero-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.kamar-hero-cta{display:inline-flex;align-items:center;gap:8px;text-decoration:none;
background:linear-gradient(180deg,#07a94a 0%,#059239 55%,#047a2e 100%);color:#fff!important;
font-size:clamp(13px,1.5vw,16px);padding:clamp(9px,1.3vw,14px) clamp(16px,2.2vw,28px);
border-radius:10px;box-shadow:0 4px 16px rgba(5,146,57,.42);transition:transform .14s ease,filter .14s ease}
.kamar-hero-cta:hover{transform:translateY(-2px);filter:brightness(1.08)}
.kamar-hero-cta2{display:inline-flex;align-items:center;text-decoration:none;color:#fff!important;
font-size:clamp(12px,1.35vw,15px);padding:clamp(8px,1.2vw,13px) clamp(14px,1.8vw,22px);
border:1.5px solid rgba(255,255,255,.6);border-radius:10px;background:rgba(255,255,255,.08);
backdrop-filter:blur(4px);transition:background .14s ease}
.kamar-hero-cta2:hover{background:rgba(255,255,255,.2)}
.kamar-hero-ctas a.kamar-hero-cta{font-weight:800}
.kamar-hero-ctas a.kamar-hero-cta2{font-weight:700}
.kamar-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;cursor:pointer;
width:46px;height:74px;border:0;border-radius:12px!important;background:rgba(16,53,71,.42);
color:#fff;display:flex;align-items:center;justify-content:center;padding:0;
backdrop-filter:blur(8px);opacity:.85;transition:opacity .2s ease,background .2s ease,transform .15s ease}
.kamar-hero-nav svg{width:30px!important;height:30px!important;display:block;max-width:none!important}
.kamar-hero-nav svg path{fill:currentColor}
.kamar-hero:hover .kamar-hero-nav,.kamar-hero-nav:focus-visible{opacity:1}
.kamar-hero-nav:hover{background:rgba(16,53,71,.62);transform:translateY(-50%) scale(1.05)}
.kamar-hero-nav:active,.kamar-hero-nav:focus,.kamar-hero-nav:focus-visible{
background:#F6B767!important;color:#103547!important;outline:none;box-shadow:none!important}
.kamar-hero-nav--prev{left:12px}
.kamar-hero-nav--next{right:12px}
.kamar-hero-bars{position:absolute;z-index:4;left:0;right:0;bottom:calc(clamp(10px,1.6vw,18px) - 8.5px);
display:flex;justify-content:center;align-items:center;gap:0;padding:0 14px}
.kamar-hero .kamar-hero-bar{
-webkit-appearance:none;appearance:none;
cursor:pointer;border:0!important;outline:0;box-shadow:none!important;
padding:8.5px!important;margin:0!important;line-height:0!important;font-size:0!important;
box-sizing:content-box!important;background-clip:content-box!important;
height:7px!important;min-height:0!important;
width:7px!important;min-width:0!important;
border-radius:999px!important;
background:rgba(255,255,255,.45);overflow:hidden;flex:0 0 auto;
transition:width .42s cubic-bezier(.4,0,.2,1),background .3s ease}
.kamar-hero .kamar-hero-bar:hover{background:rgba(255,255,255,.75)}
.kamar-hero .kamar-hero-bar.is-active{width:26px!important;background:rgba(255,255,255,.32)}
.kamar-hero .kamar-hero-bar-fill{display:block;height:100%;width:0;background:#F6B767;border-radius:999px}
.kamar-hero-cats{position:relative;width:var(--kamar-hero-w,80%);margin:0 auto 12px}
.kamar-hero-cats-track{display:flex;gap:clamp(10px,1.6vw,22px);list-style:none;margin:0;padding:4px 2px 6px;
overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;
scrollbar-width:none;-ms-overflow-style:none}
.kamar-hero-cats-track::-webkit-scrollbar{display:none}
.kamar-hero-cat{flex:0 0 auto;scroll-snap-align:start;width:clamp(84px,10.5vw,132px);list-style:none}
.kamar-hero-cat a{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none}
.kamar-hero-cat-img{display:block;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;
background:#fff;border:1px solid #e7ecf2;box-shadow:0 2px 10px rgba(16,53,71,.08);
transition:transform .16s ease,box-shadow .16s ease}
.kamar-hero-cat a:hover .kamar-hero-cat-img{transform:translateY(-3px);box-shadow:0 8px 20px rgba(16,53,71,.18)}
.kamar-hero-cat-img img{width:100%;height:100%;object-fit:contain;display:block}
.kamar-hero-cat-name{font-size:clamp(11px,1.15vw,14px);font-weight:700;color:#103547;text-align:center;
line-height:1.25;text-wrap:balance}
.kamar-hero-cats-nav{position:absolute;top:calc(50% - 14px);transform:translateY(-50%);z-index:3;cursor:pointer;
width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#103547;
font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;padding:0;
box-shadow:0 2px 10px rgba(16,53,71,.18)}
.kamar-hero-cats-nav:hover{background:#fff}
.kamar-hero-cats-nav:active,.kamar-hero-cats-nav:focus,.kamar-hero-cats-nav:focus-visible{
background:#F6B767!important;color:#103547!important;outline:none;box-shadow:none!important}
.kamar-hero-cats-nav--prev{left:-6px}
.kamar-hero-cats-nav--next{right:-6px}
.kamar-hero-wrap--bleed{display:grid}
.kamar-hero-wrap--bleed>.kamar-hero-cats,
.kamar-hero-wrap--bleed>.kamar-hero{grid-area:1/1}
.kamar-hero-wrap--bleed>.kamar-hero-cats{z-index:2;align-self:start;margin-top:14px;margin-bottom:0}
.kamar-hero-wrap--bleed>.kamar-hero{z-index:1}
.kamar-hero-wrap--bleed .kamar-hero-cat-name{color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.6)}
.kamar-hero-wrap--bleed .kamar-hero-cat-img{border-color:rgba(255,255,255,.7);
box-shadow:0 4px 16px rgba(0,0,0,.28)}
.kamar-hero-wrap--bleed .kamar-hero-content{padding-top:clamp(150px,17vw,210px)}
.kamar-hero-wrap--bleed .kamar-hero-scrim{
background:linear-gradient(100deg,rgba(13,42,57,.92) 0%,rgba(16,53,71,.78) 34%,rgba(16,53,71,.3) 62%,rgba(16,53,71,.1) 100%),
linear-gradient(180deg,rgba(13,42,57,.55) 0%,rgba(13,42,57,0) 34%)}
.kamar-hero-bar.is-active .kamar-hero-bar-fill{width:100%;
transition:width var(--kamar-hero-dur,6500ms) linear}
.kamar-hero-bar.is-active.no-anim .kamar-hero-bar-fill{transition:none;width:100%}
.kamar-hero-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@keyframes kamar-hero-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.kamar-hero-reviews{width:var(--kamar-hero-w,80%);margin:0 auto;display:flex;align-items:center;
gap:10px;padding:14px 0;
background:linear-gradient(90deg,#fff 0%,#f4f7ff 10%,#f4f7ff 90%,#fff 100%)}
.kamar-hero-rev-badge{position:relative;z-index:1;flex:0 0 auto;display:flex;flex-direction:column;justify-content:center;
gap:1px;padding:0 16px 0 6px;text-decoration:none;border-right:1px solid #dde5f2;text-align:left}
.kamar-hero-rev-rate{font-size:22px;font-weight:800;color:#7d6619;line-height:1.05}
.kamar-hero-rev-rate::after{content:"/5";font-size:11px;font-weight:600;color:#7d6619}
.kamar-hero-rev-count{font-size:13px;font-weight:700;color:#103547;white-space:nowrap;line-height:1.2}
.kamar-hero-rev-src{font-size:10px;font-weight:600;color:#5b6675}
.kamar-hero-reviews-viewport{flex:1;min-width:0;overflow:hidden;
-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);
mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.kamar-hero-reviews-track{display:flex;width:max-content;will-change:transform;
animation:kamar-hero-marquee 42s linear infinite}
.kamar-hero-reviews:hover .kamar-hero-reviews-track,
.kamar-hero-reviews:focus-within .kamar-hero-reviews-track{animation-play-state:paused}
.kamar-hero-reviews-set{display:flex;flex:0 0 auto;gap:12px;padding-right:12px}
.kamar-hero-revcard{flex:0 0 290px;width:290px;text-align:left;cursor:pointer;
background:#fff!important;border:0!important;border-radius:10px!important;padding:9px 13px!important;
color:#33312e!important;-webkit-appearance:none;appearance:none;
display:flex;flex-direction:column;gap:4px;
box-shadow:0 3px 14px rgba(16,53,71,.12),0 1px 3px rgba(16,53,71,.08);
transition:box-shadow .15s ease,transform .1s ease}
.kamar-hero-revcard:hover,.kamar-hero-revcard:focus,.kamar-hero-revcard:active{
background:#fff!important;color:#33312e!important;
box-shadow:0 10px 26px rgba(16,53,71,.2);transform:translateY(-2px)}
.kamar-hero-revcard:focus-visible{outline:2px solid #103547;outline-offset:2px}
.kamar-hero-revcard-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.kamar-hero-revcard-stars{color:#FF9900;font-size:11px;letter-spacing:1.5px;line-height:1}
.kamar-hero-revcard-date{font-size:10px;color:#5b6675;white-space:nowrap;flex:0 0 auto}
.kamar-hero-revcard-text{font-size:12.5px;line-height:1.4;color:#33312e;position:relative;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.kamar-hero-revcard-text.is-clipped::after{content:"…";position:absolute;right:0;bottom:0;
padding-left:20px;color:#33312e;font-weight:700;pointer-events:none;
background:linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 55%)}
.kamar-hero-revmodal{position:fixed;inset:0;z-index:1000001;display:flex;align-items:center;
justify-content:center;padding:20px;background:rgba(16,53,71,.55);
-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.kamar-hero-revmodal[hidden]{display:none}
.kamar-hero-revmodal-box{background:#fff;border-radius:16px;padding:26px 24px;max-width:520px;
width:100%;box-shadow:0 24px 60px rgba(0,0,0,.3);position:relative}
.kamar-hero-revmodal-text{font-size:15px;line-height:1.6;color:#33312e;margin:10px 0 12px}
.kamar-hero-revmodal-date{font-size:12px;color:#75795E}
.kamar-hero-revmodal-x{position:absolute;top:10px;right:12px;border:0!important;
background:#f1f3f5!important;color:#103547!important;width:36px;height:36px;
font-size:24px;line-height:1;cursor:pointer;padding:0!important;border-radius:50%!important;
display:flex;align-items:center;justify-content:center}
.kamar-hero-revmodal-x:hover{background:#103547!important;color:#fff!important}
.kamar-hero-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:4px}
.kamar-hero-chips a.kamar-hero-chip{font-weight:700}
.kamar-hero-chip{display:inline-flex;align-items:center;text-decoration:none;color:#fff!important;
font-size:clamp(11.5px,1.2vw,13.5px);line-height:1;
padding:9px 14px;border-radius:999px;border:1.5px solid rgba(255,255,255,.55);
background:rgba(16,53,71,.42);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
transition:background .14s ease,border-color .14s ease,transform .14s ease}
.kamar-hero-chip:hover,.kamar-hero-chip:focus-visible{background:#F6B767;border-color:#F6B767;
color:#103547!important;transform:translateY(-1px)}
@media (max-width:781px){
.kamar-hero-wrap{
width:100vw;max-width:100vw;
margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);
margin-top:-14px;margin-bottom:0;
overflow-x:clip}
.kamar-hero{width:100%;border-radius:0!important}
.kamar-hero-wrap{border-radius:0}
.kamar-hero-cats{width:auto;margin-left:10px;margin-right:10px}
.kamar-hero-reviews{width:auto;margin-left:0;margin-right:0}
.kamar-hero-cats-nav{display:none}
.kamar-hero-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;
overflow:visible;margin-right:0;padding-right:0}
.kamar-hero-chip{justify-content:center;padding:9px 6px;font-size:12px}
.kamar-hero-revcard{flex:0 0 240px;width:240px}
.kamar-hero-rev-badge{margin-left:8px;padding:0 10px}
.kamar-hero-reviews{padding:10px 0;gap:6px;align-items:center}
.kamar-hero-revcard{padding:6px 10px!important;gap:2px}
.kamar-hero-revcard-text{font-size:12px;line-height:1.3}
.kamar-hero-reviews-set{gap:8px;padding-right:8px}
.kamar-hero{aspect-ratio:auto;height:var(--kamar-hero-h,60svh);min-height:360px;
max-height:none;border-radius:0!important;
margin-top:calc(-1 * var(--kamar-hero-tuck,10px))}
.kamar-hero-bg,.kamar-hero-video{object-position:center!important}
.kamar-hero-content{max-width:none;justify-content:flex-end;gap:6px;padding:12px 16px 46px}
.kamar-hero-eyebrow{font-size:10px;padding:4px 10px}
.kamar-hero-title{font-size:clamp(19px,5.6vw,27px);line-height:1.12}
.kamar-hero-text{font-size:12.5px;line-height:1.4;-webkit-line-clamp:2;display:-webkit-box;
-webkit-box-orient:vertical;overflow:hidden}
.kamar-hero-scrim{background:linear-gradient(0deg,rgba(13,42,57,.96) 0%,rgba(16,53,71,.84) 44%,rgba(16,53,71,.3) 74%,rgba(16,53,71,0) 100%)}
.kamar-hero-nav{display:none}
.kamar-hero-chips{gap:5px}
.kamar-hero-chip{padding:7px 4px;font-size:11.5px}
.kamar-hero-cta{padding:10px 16px;font-size:14px}
.kamar-hero-ctas{gap:8px}
.kamar-hero-ctas .kamar-hero-cta,.kamar-hero-ctas .kamar-hero-cta2{flex:0 0 auto}
.kamar-hero-slide--wiek .kamar-hero-ctas{justify-content:center}
.kamar-hero-val{font-size:12px;padding:0 16px}
}
@media (min-width:600px) and (max-width:991px){
.kamar-hero-chips{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:6px}
.kamar-hero-chip{flex:0 0 auto;padding:8px 11px;font-size:12.5px}
}
@media (min-width:782px) and (max-width:1290px){
.kamar-hero-content{max-width:min(620px,80%)}
.kamar-hero-title{font-size:clamp(19px,3.6vw,24px)}
.kamar-hero-text{font-size:clamp(12.5px,1.6vw,14px)}
.kamar-hero-ctas{gap:8px}
.kamar-hero-ctas .kamar-hero-cta,.kamar-hero-ctas .kamar-hero-cta2{flex:0 0 auto}
.kamar-hero-cta{font-size:13px;padding:10px 18px}
.kamar-hero-cta2{font-size:12px;padding:9px 15px}
}
@media (prefers-reduced-motion:reduce){
.kamar-hero-slide{transition:none}
.kamar-hero-bar.is-active .kamar-hero-bar-fill{transition:none}
.kamar-hero-cta{transition:none}
.kamar-hero-reviews-track{animation:none}
.kamar-hero-nav,.kamar-hero .kamar-hero-bar,.kamar-hero-cat-img,.kamar-hero-revcard,.kamar-hero-chip{transition:none}
}