:root{--ink:#f7f7f2;--muted:rgba(247,247,242,.72);--line:rgba(255,255,255,.19);--accent:#f2e8cd;--dark:#0b161b}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--dark);color:var(--ink);font-family:Inter,Manrope,"SF Pro Display","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1440px,calc(100% - 96px));margin-inline:auto}.hero{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;background:#10242d}.hero__media,.hero__slide,.hero__veil,.hero__grain{position:absolute;inset:0}.hero__media{z-index:-2}.hero__slide{background-size:cover;background-position:center 54%;opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 7s ease}.hero__slide.is-active{opacity:1;transform:scale(1)}.hero__veil{background:linear-gradient(90deg,rgba(4,14,20,.82) 0%,rgba(4,14,20,.52) 42%,rgba(4,14,20,.16) 72%,rgba(4,14,20,.34) 100%),linear-gradient(180deg,rgba(2,9,13,.6) 0%,transparent 25%,transparent 63%,rgba(2,9,13,.78) 100%)}.hero__grain{opacity:.12;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E")}.header{height:110px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{justify-self:start;display:inline-flex;align-items:center;gap:12px}.brand__logo{width:58px;height:38px;object-fit:contain;filter:drop-shadow(0 6px 16px rgba(0,0,0,.28))}.brand__text{display:grid;gap:3px;line-height:1}.brand__text b{text-transform:uppercase;letter-spacing:.12em;font-size:14px}.brand__text small{font-size:10px;color:var(--muted);letter-spacing:.045em}.nav{display:flex;align-items:center;gap:34px}.nav a{position:relative;font-size:13px;font-weight:600;letter-spacing:.025em;color:rgba(255,255,255,.86);transition:.25s ease}.nav a:after{content:"";position:absolute;left:0;right:100%;height:1px;bottom:-8px;background:#fff;transition:right .25s ease}.nav a:hover{color:#fff}.nav a:hover:after{right:0}.header__cta{justify-self:end;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:13px 21px;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:700;backdrop-filter:blur(9px);background:rgba(255,255,255,.08);transition:.25s ease}.header__cta:hover{background:#fff;color:#0c1b20;border-color:#fff}.menu-btn,.mobile-menu{display:none}.hero__content{flex:1;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:7vw;align-items:center;padding-top:54px;padding-bottom:124px}.hero__copy{max-width:930px}.eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:700;color:rgba(255,255,255,.74);margin-bottom:25px}.eyebrow span{display:block;width:36px;height:1px;background:rgba(255,255,255,.7)}h1{font-weight:560;font-size:clamp(62px,6vw,106px);line-height:.94;letter-spacing:-.052em;margin:0;max-width:980px;text-wrap:balance;text-shadow:0 2px 28px rgba(0,0,0,.16)}.lead{font-size:17px;line-height:1.58;max-width:660px;margin:28px 0 0;color:rgba(255,255,255,.84);text-wrap:pretty}.actions{display:flex;align-items:center;gap:12px;margin-top:34px}.btn{height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 25px;font-size:13px;font-weight:750;letter-spacing:.02em;transition:transform .25s ease,background .25s ease,color .25s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--accent);color:#122127;gap:24px;padding-left:28px}.btn--primary svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.btn--ghost{border-color:rgba(255,255,255,.34);background:rgba(8,18,23,.18);backdrop-filter:blur(10px);color:#fff}.btn--ghost:hover{background:rgba(255,255,255,.13)}.promo-slider{justify-self:end;align-self:end;margin-bottom:18px;width:286px;position:relative}.promo-card{display:none;border-radius:24px;padding:8px;background:rgba(245,245,239,.13);border:1px solid rgba(255,255,255,.23);box-shadow:0 22px 60px rgba(0,0,0,.22);backdrop-filter:blur(16px);transform:rotate(1.2deg);transition:.25s ease}.promo-card.is-active{display:block}.promo-card[href]:hover{transform:rotate(0deg) translateY(-3px)}.promo-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px}.promo-card__caption{padding:14px 13px 12px;display:grid;gap:4px}.promo-card__caption span{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.promo-card__caption b{font-weight:600;font-size:18px;color:#fff;line-height:1.2}.promo-controls{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:10px}.promo-controls button{width:31px;height:31px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(5,14,18,.35);color:#fff;cursor:pointer}.promo-count{font-size:10px;color:rgba(255,255,255,.7);letter-spacing:.08em}.hero__bottom{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.proofs{display:flex;gap:30px}.proof{display:flex;align-items:flex-start;gap:10px;min-width:200px}.proof__icon{font-size:9px;letter-spacing:.08em;border:1px solid rgba(255,255,255,.32);width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:rgba(255,255,255,.72);flex:0 0 auto}.proof div{display:grid;gap:3px}.proof b{font-size:12px;letter-spacing:.02em}.proof small{font-size:10px;color:rgba(255,255,255,.57);max-width:165px;line-height:1.35}.slider-ui{display:flex;align-items:center;gap:12px}.slider-ui__arrow{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);background:rgba(5,14,18,.24);color:#fff;cursor:pointer;transition:.2s ease}.slider-ui__arrow:hover{background:rgba(255,255,255,.15)}.slider-ui__dots{display:flex;gap:5px}.slider-ui__dots button{border:0;padding:0;width:17px;height:2px;border-radius:2px;background:rgba(255,255,255,.35);cursor:pointer;transition:.25s}.slider-ui__dots button.is-active{width:34px;background:#fff}.scroll-hint{position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center;display:flex;align-items:center;gap:10px;font-size:9px;text-transform:uppercase;letter-spacing:.19em;color:rgba(255,255,255,.54)}.scroll-hint span{width:36px;height:1px;background:rgba(255,255,255,.35)}.second-screen{height:100svh;background:#0b161b;scroll-margin-top:0}#booking{height:0}
@media(max-width:1100px){.shell{width:min(100% - 52px,1400px)}.header{grid-template-columns:1fr auto}.nav{display:none}.header__cta{margin-right:13px}.menu-btn{display:block;justify-self:end;width:42px;height:42px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(0,0,0,.12);position:relative}.menu-btn span{position:absolute;left:12px;width:17px;height:1px;background:#fff;transition:.25s}.menu-btn span:first-child{top:17px}.menu-btn span:last-child{top:23px}.menu-btn[aria-expanded=true] span:first-child{top:20px;transform:rotate(45deg)}.menu-btn[aria-expanded=true] span:last-child{top:20px;transform:rotate(-45deg)}.hero__content{grid-template-columns:1fr 240px}.promo-slider{width:225px}.proofs{gap:17px}.proof{min-width:180px}.proof:nth-child(3){display:none}.mobile-menu{display:grid;position:absolute;z-index:9;left:26px;right:26px;top:96px;padding:26px;border-radius:24px;background:rgba(6,17,22,.94);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(20px);transform:translateY(-10px);opacity:0;pointer-events:none;transition:.22s ease}.mobile-menu.is-open{opacity:1;transform:none;pointer-events:auto}.mobile-menu a{padding:13px 2px;font-size:17px;border-bottom:1px solid rgba(255,255,255,.11)}.mobile-menu__cta{margin-top:13px!important;background:var(--accent);color:#122127;border:0!important;border-radius:999px;text-align:center;font-weight:800}}
@media(max-width:720px){.shell{width:calc(100% - 34px)}.hero{min-height:100svh}.hero__slide{background-position:center 50%}.hero__veil{background:linear-gradient(180deg,rgba(4,13,18,.68) 0%,rgba(4,13,18,.22) 28%,rgba(4,13,18,.22) 52%,rgba(4,13,18,.88) 100%),linear-gradient(90deg,rgba(4,13,18,.34),transparent 72%)}.header{height:82px;grid-template-columns:1fr auto;border-color:rgba(255,255,255,.15)}.brand{gap:8px}.brand__logo{width:42px;height:28px}.brand__text b{font-size:10.5px}.brand__text small{font-size:7.5px}.header__cta{display:none}.hero__content{display:block;padding-top:112px;padding-bottom:0}.hero__copy{width:100%;max-width:none}.eyebrow{font-size:8px;letter-spacing:.095em;line-height:1.38;margin-bottom:12px;max-width:92%}.eyebrow span{width:18px;flex:0 0 auto}h1{font-size:clamp(40px,11.6vw,57px);line-height:.96;letter-spacing:-.045em;max-width:92%}.lead{font-size:12.5px;line-height:1.46;max-width:92%;margin-top:14px;color:rgba(255,255,255,.84)}.actions{margin-top:18px;display:flex;align-items:center;gap:8px}.btn{height:46px;padding:0 17px;font-size:11px;white-space:nowrap}.btn--primary{flex:1;padding-left:18px;gap:10px}.btn--primary svg{width:15px}.btn--ghost{width:auto;flex:0 0 auto;padding:0 14px;background:rgba(8,18,23,.2);font-size:10.5px}.promo-slider{display:block;position:absolute;left:17px;right:17px;bottom:66px;width:auto;margin:0;z-index:3}.promo-card{width:100%;min-height:84px;border-radius:18px;padding:6px;transform:none;display:none;background:rgba(8,18,23,.48);backdrop-filter:blur(13px);box-shadow:0 14px 36px rgba(0,0,0,.18)}.promo-card.is-active{display:grid;grid-template-columns:74px 1fr;align-items:center;gap:9px}.promo-card[href]:hover{transform:none}.promo-card img{width:74px;height:72px;aspect-ratio:auto;border-radius:13px}.promo-card__caption{padding:5px 7px 5px 2px;gap:3px}.promo-card__caption span{font-size:8px;letter-spacing:.12em}.promo-card__caption b{font-size:14px;line-height:1.16}.promo-controls{position:absolute;right:9px;bottom:8px;margin:0;justify-content:center;gap:5px}.promo-controls button{width:25px;height:25px;font-size:11px}.promo-count{font-size:8px}.hero__bottom{bottom:20px;align-items:center}.proofs{display:none}.slider-ui{margin-left:auto}.slider-ui__arrow{width:32px;height:32px}.scroll-hint{display:none}.mobile-menu{top:74px;left:17px;right:17px}.hero__content:after{content:"ЭКОТУРИЗМ  •  ДАЙВИНГ  •  РЫБАЛКА";position:absolute;left:17px;bottom:30px;font-size:7.8px;letter-spacing:.12em;color:rgba(255,255,255,.58)}.slider-ui__dots{display:none}}
@media(max-height:720px) and (max-width:720px){.hero__content{padding-top:94px}.eyebrow{margin-bottom:9px}h1{font-size:clamp(36px,10.8vw,50px)}.lead{font-size:11.5px;margin-top:10px}.actions{margin-top:13px}.btn{height:42px}.promo-slider{bottom:54px}.promo-card{min-height:74px}.promo-card.is-active{grid-template-columns:62px 1fr}.promo-card img{width:62px;height:62px}.promo-card__caption b{font-size:12.5px}.hero__content:after{display:none}.hero__bottom{bottom:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.hero__slide,.mobile-menu,.btn,.promo-card{transition:none!important}}

/* v6 mobile hero refinement */
@media(max-width:720px){
  .hero__content{padding-top:44px}
  .eyebrow{font-size:7.5px;margin-bottom:9px;max-width:96%}
  h1{font-size:clamp(37px,10.6vw,49px);max-width:94%}
  .lead{font-size:11.8px;line-height:1.42;max-width:91%;margin-top:11px}
  .actions{margin-top:14px;gap:10px}
  .btn{height:43px;font-size:10.5px}
  .btn--primary{flex:0 1 auto;padding:0 16px 0 18px;gap:9px}
  .btn--ghost{height:36px;border:0;background:transparent!important;backdrop-filter:none;padding:0 2px;font-size:9.5px;text-decoration:underline;text-underline-offset:4px;color:rgba(255,255,255,.78)}
  .promo-slider{left:17px;right:auto;bottom:76px;width:min(76vw,292px);z-index:4}
  .promo-card{min-height:62px;border-radius:15px;padding:5px;background:rgba(6,16,21,.42);border-color:rgba(255,255,255,.18);backdrop-filter:blur(10px);box-shadow:0 10px 28px rgba(0,0,0,.15)}
  .promo-card.is-active{grid-template-columns:54px minmax(0,1fr);gap:7px}
  .promo-card img{width:54px;height:54px;border-radius:11px}
  .promo-card__caption{padding:3px 5px 3px 1px;min-width:0}
  .promo-card__caption span{font-size:7px;letter-spacing:.1em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .promo-card__caption b{font-size:11.5px;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .promo-controls{left:50%;right:auto;bottom:-15px;transform:translateX(-50%);gap:4px;background:rgba(5,14,18,.44);padding:2px 4px;border-radius:999px;backdrop-filter:blur(8px)}
  .promo-controls button{width:22px;height:22px;border:0;background:transparent;font-size:10px;padding:0}
  .promo-count{font-size:7px;min-width:26px;text-align:center}
  .hero__content:after{bottom:29px}
}
@media(max-width:380px){
  .hero__content{padding-top:34px}
  h1{font-size:36px}
  .lead{font-size:11px}
  .btn--primary{font-size:10px;padding-inline:14px}
  .btn--ghost{font-size:9px}
  .promo-slider{width:min(72vw,260px);bottom:70px}
}
@media(max-height:720px) and (max-width:720px){
  .hero__content{padding-top:28px}
  .eyebrow{margin-bottom:7px}
  h1{font-size:clamp(34px,9.8vw,44px)}
  .lead{font-size:10.8px;margin-top:8px}
  .actions{margin-top:10px}
  .btn{height:39px}
  .btn--ghost{height:32px}
  .promo-slider{bottom:58px;width:min(70vw,260px)}
  .promo-card{min-height:56px}
  .promo-card.is-active{grid-template-columns:48px minmax(0,1fr)}
  .promo-card img{width:48px;height:48px}
  .promo-card__caption b{font-size:10.5px}
}


/* v7 hero refinements */
h1{white-space:nowrap;text-wrap:nowrap;font-size:clamp(54px,5.5vw,94px)}
.btn--ghost{background:rgba(8,18,23,.42);border-color:rgba(255,255,255,.42);backdrop-filter:blur(12px)}
.btn--ghost:hover{background:rgba(255,255,255,.16)}
.slider-ui__arrow{padding:0;line-height:0}
.slider-ui__arrow svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;margin:auto}

@media(max-width:720px){
  .hero__content{padding-top:92px}
  .hero__copy{position:relative;z-index:5}
  .eyebrow{font-size:7.8px;margin-bottom:11px;max-width:96%}
  h1{white-space:nowrap;text-wrap:nowrap;font-size:clamp(29px,8.8vw,38px);line-height:1;letter-spacing:-.04em;max-width:none}
  .lead{font-size:12.2px;line-height:1.45;max-width:94%;margin-top:13px}
  .actions{margin-top:17px;gap:8px;flex-wrap:nowrap}
  .btn{height:44px;font-size:10.3px}
  .btn--primary{flex:1 1 auto;min-width:0;padding:0 13px 0 16px;gap:8px}
  .btn--ghost{flex:0 0 auto;height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.34);background:rgba(7,18,23,.46)!important;backdrop-filter:blur(12px);text-decoration:none;font-size:9.5px}

  .promo-slider{left:50%;right:auto;bottom:72px;width:min(calc(100vw - 44px),350px);transform:translateX(-50%);z-index:6;touch-action:pan-y;user-select:none;-webkit-user-select:none}
  .promo-card{min-height:94px;border-radius:20px;padding:7px;background:rgba(6,16,21,.56);border-color:rgba(255,255,255,.23);backdrop-filter:blur(15px);box-shadow:0 16px 38px rgba(0,0,0,.22)}
  .promo-card.is-active{grid-template-columns:86px minmax(0,1fr);gap:10px}
  .promo-card img{width:86px;height:80px;border-radius:14px;pointer-events:none}
  .promo-card__caption{padding:6px 8px 6px 1px;gap:4px;min-width:0}
  .promo-card__caption span{font-size:8px;letter-spacing:.11em}
  .promo-card__caption b{font-size:14px;line-height:1.18;-webkit-line-clamp:2}
  .promo-controls{left:50%;right:auto;bottom:-19px;transform:translateX(-50%);gap:6px;background:rgba(5,14,18,.58);padding:3px 7px;border-radius:999px;backdrop-filter:blur(9px)}
  .promo-controls button{width:25px;height:25px;font-size:11px;border:0;background:transparent;padding:0;display:grid;place-items:center}
  .promo-count{font-size:8px;min-width:32px;text-align:center}
  .slider-ui__arrow{width:32px;height:32px}
  .slider-ui__arrow svg{width:15px;height:15px}
}

@media(max-width:380px){
  .hero__content{padding-top:82px}
  h1{font-size:clamp(27px,8.6vw,33px)}
  .lead{font-size:11.4px}
  .btn{font-size:9.5px}
  .btn--primary{padding-inline:12px}
  .btn--ghost{font-size:8.8px;padding-inline:10px}
  .promo-slider{width:calc(100vw - 34px);bottom:68px}
  .promo-card.is-active{grid-template-columns:78px minmax(0,1fr)}
  .promo-card img{width:78px;height:74px}
  .promo-card__caption b{font-size:13px}
}

@media(max-height:720px) and (max-width:720px){
  .hero__content{padding-top:62px}
  h1{font-size:clamp(27px,8.3vw,34px)}
  .lead{font-size:10.8px;margin-top:9px}
  .actions{margin-top:11px}
  .btn,.btn--ghost{height:39px}
  .promo-slider{bottom:56px;width:min(calc(100vw - 42px),330px)}
  .promo-card{min-height:78px}
  .promo-card.is-active{grid-template-columns:66px minmax(0,1fr)}
  .promo-card img{width:66px;height:64px}
  .promo-card__caption b{font-size:11.8px}
}

/* v8 alignment + SVG brand refinements */
.brand{gap:14px}
.brand__logo-wrap{
  width:58px;height:58px;border-radius:50%;background:#fff;
  display:grid;place-items:center;flex:0 0 auto;
  box-shadow:0 8px 24px rgba(0,0,0,.20);
  overflow:hidden;
}
.brand__logo{
  width:48px;height:48px;object-fit:contain;filter:none;display:block;
}
.brand__text{gap:5px}
.brand__text b{font-size:16px;letter-spacing:.115em}
.brand__text small{font-size:11px;letter-spacing:.045em}
.header__cta{
  height:42px;display:inline-flex;align-items:center;justify-content:center;
  padding:0 22px;line-height:1;align-self:center;
}
.nav{height:42px;align-items:center}
.nav a{display:inline-flex;align-items:center;height:42px}

.promo-controls button{
  padding:0;line-height:0;display:grid;place-items:center;
}
.promo-controls button svg{
  width:14px;height:14px;display:block;margin:auto;
  fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}

@media(max-width:720px){
  .brand__logo-wrap{width:44px;height:44px}
  .brand__logo{width:36px;height:36px}
  .brand__text b{font-size:11.5px}
  .brand__text small{font-size:8px}

  /* Main copy and actions sit at the true vertical centre of the hero. */
  .hero__content{display:block;padding:0;min-height:0}
  .hero__copy{
    position:absolute;z-index:5;
    left:17px;right:17px;top:50%;
    transform:translateY(-50%);
    width:auto;max-width:none;
  }
  .eyebrow{max-width:100%}
  h1{max-width:none}
  .lead{max-width:94%}

  /* Keep the promotion separate from the centred main copy. */
  .promo-slider{
    left:50%;right:auto;bottom:72px;
    width:min(calc(100vw - 44px),350px);
    transform:translateX(-50%);
  }
  .promo-controls button svg{width:13px;height:13px}
}

@media(max-width:380px){
  .hero__copy{left:17px;right:17px}
  .promo-slider{bottom:66px;width:calc(100vw - 34px)}
}

@media(max-height:720px) and (max-width:720px){
  .hero__copy{top:48%}
  .promo-slider{bottom:54px}
}

/* v9 mobile header, logo scale and control alignment */
.brand__logo{
  width:58px;
  height:58px;
  transform:scale(1.18);
  transform-origin:center;
}
.promo-card{cursor:pointer}

/* Centre promo chevrons exactly inside their circular controls. */
.promo-controls button{position:relative;display:block}
.promo-controls button svg{
  position:absolute;
  left:50%;top:50%;
  width:14px;height:14px;
  margin:0;
  transform:translate(-50%,-50%);
  overflow:visible;
}
.promo-controls .promo-prev svg{transform:translate(calc(-50% + .5px),-50%)}
.promo-controls .promo-next svg{transform:translate(calc(-50% - .5px),-50%)}

@media(max-width:720px){
  /* Keep the mobile top line visible and give it a little air from the screen edge. */
  .header.shell{
    position:fixed;
    z-index:30;
    top:max(10px, env(safe-area-inset-top));
    left:50%;
    transform:translateX(-50%);
    width:calc(100% - 34px);
    height:70px;
    grid-template-columns:minmax(0,1fr) auto auto;
    column-gap:7px;
    border-bottom:1px solid rgba(255,255,255,.16);
  }
  .brand{min-width:0;gap:8px}
  .brand__logo-wrap{width:44px;height:44px}
  .brand__logo{
    width:44px;height:44px;
    transform:scale(1.24);
  }
  .brand__text{min-width:0}
  .brand__text b{font-size:11.5px;white-space:nowrap}
  .brand__text small{font-size:8px;white-space:nowrap}

  /* Compact booking button leaves room for the sandwich button. */
  .header__cta{
    display:inline-flex;
    margin:0;
    height:34px;
    padding:0 10px;
    border-radius:999px;
    font-size:8.4px;
    letter-spacing:.075em;
    white-space:nowrap;
    background:rgba(7,18,23,.22);
    border-color:rgba(255,255,255,.42);
    color:#fff;
    backdrop-filter:blur(10px);
    transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease;
  }
  body.is-past-hero .header__cta{
    background:var(--accent);
    color:#122127;
    border-color:var(--accent);
    box-shadow:0 8px 22px rgba(0,0,0,.16);
  }
  .menu-btn{
    width:36px;height:36px;
    margin:0;
  }
  .menu-btn span{left:10px;width:15px}
  .menu-btn span:first-child{top:14px}
  .menu-btn span:last-child{top:20px}
  .menu-btn[aria-expanded=true] span:first-child,
  .menu-btn[aria-expanded=true] span:last-child{top:17px}

  /* Move the main message only slightly above the true vertical centre. */
  .hero__copy{top:47.5%}

  .promo-controls button svg{width:13px;height:13px}
  .mobile-menu{top:88px}
}

@media(max-width:390px){
  .brand__text b{font-size:10.5px}
  .brand__text small{font-size:7.2px}
  .header__cta{font-size:7.8px;padding-inline:8px}
}

@media(max-height:720px) and (max-width:720px){
  .hero__copy{top:46.5%}
}

/* v10 logo: no white disc, larger mark */
.brand__logo-wrap{
  width:116px;height:72px;border-radius:0;background:transparent;box-shadow:none;overflow:visible;
  display:grid;place-items:center;flex:0 0 auto;
}
.brand__logo{
  width:116px;height:72px;transform:none;object-fit:contain;filter:drop-shadow(0 7px 18px rgba(0,0,0,.24));
}
@media(max-width:720px){
  .brand__logo-wrap{width:76px;height:50px}
  .brand__logo{width:76px;height:50px;transform:none}
  .header.shell{grid-template-columns:minmax(0,1fr) auto auto}
}
@media(max-width:390px){
  .brand__logo-wrap{width:68px;height:46px}
  .brand__logo{width:68px;height:46px}
}

/* v11 — ecotourism becomes the second screen of the home page */
.eco-section{
  position:relative;
  background:#f4f0e7;
  color:#102126;
  padding:88px 0 110px;
  overflow:hidden;
}
.eco-section .shell{width:min(1180px,calc(100% - 72px))}
.eco-section__intro{max-width:940px;margin:0 auto 76px;text-align:left}
.eco-section__intro .eco-kicker{margin-bottom:16px;color:#6b7779}
.eco-section__intro h2{
  margin:0;color:#102126;text-shadow:none;
  font-size:clamp(44px,5.2vw,76px);line-height:.98;letter-spacing:-.045em;font-weight:600;
}
.eco-section__intro p{
  max-width:760px;margin:28px 0 0;color:#536469;
  font-size:18px;line-height:1.6;
}
.eco-map-head{
  max-width:1040px;margin:0 auto 24px;
  display:flex;align-items:flex-end;justify-content:space-between;gap:32px;
}
.eco-map-head>div:first-child>span{
  display:block;margin-bottom:9px;color:#758185;text-transform:uppercase;
  letter-spacing:.16em;font-size:9px;font-weight:800;
}
.eco-map-head h3{margin:0;font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.04em;font-weight:600}
.eco-map-help{
  display:flex;align-items:center;gap:11px;max-width:315px;
  padding:10px 14px 10px 10px;border:1px solid rgba(16,33,38,.11);
  border-radius:16px;background:rgba(255,255,255,.52);
}
.eco-map-help__icon{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto;
  background:#102126;color:#fff;font-size:15px;
}
.eco-map-help b{display:block;font-size:11px;line-height:1.2}
.eco-map-help small{display:block;margin-top:3px;color:#6b7779;font-size:9.5px;line-height:1.35}
.eco-map-frame{position:relative;max-width:1040px;margin:0 auto}
.eco-section .interactive-map{
  max-width:none;margin:0;border-radius:32px;
  box-shadow:0 22px 60px rgba(28,52,60,.075);
}
.eco-map-legend{
  position:absolute;left:18px;bottom:18px;z-index:7;
  display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:9px;
  align-items:center;padding:8px 12px 8px 8px;border-radius:14px;
  background:rgba(255,255,255,.88);backdrop-filter:blur(10px);
  box-shadow:0 8px 24px rgba(25,42,48,.10);
}
.eco-map-legend>span{grid-row:1/3;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f1df76;color:#142329;font-size:11px;font-weight:900}
.eco-map-legend b{font-size:10px;line-height:1.1}
.eco-map-legend small{font-size:8px;color:#728084;line-height:1.1;margin-top:2px}
.eco-section .map-point{transition:transform .17s ease,box-shadow .17s ease,filter .17s ease}
.eco-section .map-point:hover,.eco-section .map-point:focus-visible,.eco-section .map-point.is-active{
  transform:translate(-50%,-50%) scale(1.28);
  box-shadow:0 0 0 5px rgba(255,255,255,.88),0 9px 24px rgba(24,45,52,.24);
}
.eco-section .map-point--base{background:#f1df76;color:#18272c}
.eco-section .map-tooltip{
  width:min(350px,34vw);padding:17px 18px;gap:12px;border-radius:18px;
  background:rgba(13,31,37,.96);backdrop-filter:blur(12px);
  box-shadow:0 22px 54px rgba(8,28,35,.28);
}
.eco-section .map-tooltip__num{width:34px;height:34px;font-size:12px}
.map-tooltip__label{display:block;margin:1px 0 4px;color:#9db0b5;text-transform:uppercase;letter-spacing:.12em;font-size:7px;font-weight:800}
.eco-section .map-tooltip b{display:block;font-size:14px;line-height:1.25}
.eco-section .map-tooltip p{font-size:11px;line-height:1.5;margin-top:6px}
.eco-section .map-mobile-card{max-width:1040px;margin:14px auto 0}
.eco-section .map-mobile-card>div>small{display:block;color:rgba(255,255,255,.52);text-transform:uppercase;letter-spacing:.1em;font-size:7px;margin-bottom:4px}
.eco-gallery--inline{max-width:1040px;margin:22px auto 0;columns:3 250px;column-gap:12px}
.eco-gallery--inline .eco-photo{margin-bottom:12px;border-radius:16px}

@media(max-width:850px){
  .eco-section{padding:68px 0 80px}
  .eco-section .shell{width:calc(100% - 34px)}
  .eco-section__intro{margin-bottom:50px}
  .eco-section__intro h2{font-size:clamp(36px,10.8vw,52px);line-height:1}
  .eco-section__intro p{font-size:14px;line-height:1.55;margin-top:20px}
  .eco-map-head{display:block;margin-bottom:16px}
  .eco-map-head h3{font-size:36px}
  .eco-map-help{margin-top:14px;max-width:none;width:100%;box-sizing:border-box;padding:9px 12px 9px 9px}
  .eco-map-help__icon{width:30px;height:30px}
  .eco-map-help b{font-size:10px}.eco-map-help small{font-size:9px}
  .eco-section .interactive-map{border-radius:22px;overflow:visible}
  .eco-section .interactive-map>img{border-radius:22px}
  .eco-map-legend{left:10px;bottom:10px;padding:6px 9px 6px 6px;border-radius:11px}
  .eco-map-legend>span{width:25px;height:25px;font-size:9px}
  .eco-map-legend b{font-size:8.5px}.eco-map-legend small{font-size:7px}
  .eco-section .map-mobile-card{display:flex;padding:14px;border-radius:16px;min-height:0}
  .eco-section .map-mobile-card b{display:block;font-size:12px;line-height:1.25}
  .eco-section .map-mobile-card p{font-size:10px;line-height:1.45;margin-top:5px}
  .eco-gallery--inline{margin-top:14px;columns:2 140px;column-gap:8px}
  .eco-gallery--inline .eco-photo{margin-bottom:8px;border-radius:12px}
}

/* v12 — dark ecotourism screen + section rail */
.eco-section{
  background:#0b1a23;
  color:#f4f7f6;
  padding:94px 0 118px;
  min-height:100vh;
  overflow:clip;
}
.eco-section::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 72% 22%,rgba(42,81,102,.24),transparent 38%),linear-gradient(180deg,#0b1a23 0%,#0a1820 100%);
}
.eco-section__inner{position:relative;z-index:2}
.eco-section .shell{width:min(1080px,calc(100% - 110px));margin-inline:auto}
.eco-section__intro{max-width:850px;margin:0 auto 58px}
.eco-section__intro h2{
  color:#f1df76;text-shadow:none;font-size:clamp(46px,5.4vw,78px);font-weight:660;
  letter-spacing:-.05em;line-height:.94;margin:0;
}
.eco-section__intro p{max-width:760px;color:rgba(238,246,247,.72);font-size:17px;line-height:1.62;margin:24px 0 0}
.eco-section__intro .eco-section__base{color:#f7f9f9;font-size:19px;line-height:1.55;max-width:800px;margin-top:28px}

.section-rail{
  position:absolute;z-index:5;left:18px;top:90px;bottom:88px;
  display:flex;flex-direction:column;align-items:center;gap:22px;
  border-right:1px solid rgba(255,255,255,.12);padding-right:13px;
}
.section-rail a{
  writing-mode:vertical-rl;transform:rotate(180deg);white-space:nowrap;
  color:rgba(255,255,255,.27);font-size:9px;letter-spacing:.2em;font-weight:800;
  text-decoration:none;transition:color .2s ease,opacity .2s ease;
}
.section-rail a:hover{color:rgba(255,255,255,.72)}
.section-rail a.is-active{color:#f1df76;font-size:11px}

.eco-map-head{max-width:920px;margin:0 auto 18px;align-items:end}
.eco-map-head>div:first-child>span{color:rgba(255,255,255,.44)}
.eco-map-head h3{color:#fff;font-size:clamp(32px,3.6vw,48px)}
.eco-map-head>p{max-width:320px;margin:0;color:rgba(255,255,255,.48);font-size:11px;line-height:1.45;text-align:right}
.eco-map-frame{max-width:920px;margin:0 auto}
.eco-map-frame--clean{background:transparent;border:0;box-shadow:none}
.eco-section .interactive-map{
  max-width:920px;background:transparent!important;border-radius:0;box-shadow:none;overflow:visible;
}
.eco-section .interactive-map>img{border-radius:0;background:transparent;display:block;width:100%}
.eco-section .map-point{box-shadow:0 0 0 2px rgba(255,255,255,.72),0 4px 16px rgba(0,0,0,.18)}
.eco-section .map-point:hover,.eco-section .map-point:focus-visible,.eco-section .map-point.is-active{
  box-shadow:0 0 0 5px rgba(241,223,118,.18),0 8px 26px rgba(0,0,0,.32)
}
.eco-section .map-tooltip{
  width:min(390px,36vw);background:rgba(7,22,30,.97);border:1px solid rgba(255,255,255,.13);
  padding:17px 18px;border-radius:18px;box-shadow:0 22px 54px rgba(0,0,0,.34);
}
.map-tooltip__body{min-width:0;flex:1}
.map-tooltip__photos,.map-mobile-card__photos{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}
.map-point-thumb{
  width:52px;height:42px;border:0;padding:0;border-radius:8px;overflow:hidden;background:#132d38;cursor:zoom-in;
  box-shadow:0 0 0 1px rgba(255,255,255,.16);
}
.map-point-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}
.map-point-thumb:hover img{transform:scale(1.06)}
.eco-section .map-mobile-card{background:#102731;border:1px solid rgba(255,255,255,.11)}
.eco-gallery--inline{max-width:920px;margin:18px auto 0}
.eco-gallery--inline .eco-photo{background:transparent}
.next-section-peek{display:none}
.future-anchor{height:0;overflow:hidden}

@media(max-width:850px){
  .eco-section{padding:68px 0 84px}
  .eco-section .shell{width:calc(100% - 58px);margin-left:44px;margin-right:14px}
  .section-rail{left:5px;top:66px;bottom:54px;gap:14px;padding-right:7px}
  .section-rail a{font-size:6.6px;letter-spacing:.16em}
  .section-rail a.is-active{font-size:8px}
  .eco-section__intro{margin-bottom:46px}
  .eco-section__intro h2{font-size:clamp(39px,11.6vw,58px)}
  .eco-section__intro .eco-section__base{font-size:15px;line-height:1.5;margin-top:22px}
  .eco-section__intro p{font-size:13.5px;line-height:1.55;margin-top:18px}
  .eco-map-head{display:flex;align-items:end;gap:16px;margin-bottom:10px}
  .eco-map-head h3{font-size:29px}
  .eco-map-head>p{font-size:8.5px;max-width:125px;line-height:1.3}
  .eco-section .interactive-map{overflow:visible;border-radius:0}
  .eco-section .interactive-map>img{border-radius:0}
  .eco-section .map-mobile-card{margin-top:8px;padding:12px 12px 13px;border-radius:15px}
  .map-mobile-card__photos{margin-top:9px;gap:6px}
  .map-point-thumb{width:48px;height:39px;border-radius:7px}
  .eco-gallery--inline{margin-top:10px}
}

@media(max-width:390px){
  .eco-section .shell{width:calc(100% - 48px);margin-left:38px;margin-right:10px}
  .section-rail{left:3px;padding-right:5px;gap:11px}
  .section-rail a{font-size:5.8px}
  .section-rail a.is-active{font-size:7px}
  .eco-map-head>p{display:none}
}
.eco-section .map-tooltip{pointer-events:auto}


/* v13 — compact ecotourism, modal route map, persistent section rail */
.eco-section{padding:90px 0 96px;overflow:visible}
.eco-section .shell{width:min(1040px,calc(100% - 120px))}
.eco-section__intro{max-width:860px;margin:0 auto 30px}
.eco-section__intro .eco-section__base{margin-top:24px}
.route-map-btn{margin-top:30px;display:inline-flex;align-items:center;gap:18px;height:52px;padding:0 22px;border:1px solid rgba(241,223,118,.55);border-radius:999px;background:#f1df76;color:#11232b;font:800 10px/1 Inter,Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.route-map-btn:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(0,0,0,.22);background:#f6e98a}
.route-map-btn svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.section-rail{position:fixed;z-index:24;left:18px;top:50%;bottom:auto;transform:translateY(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;border-right:1px solid rgba(255,255,255,.12);padding-right:13px}
body.site-rail-visible .section-rail{opacity:1;visibility:visible;pointer-events:auto}
.section-rail a.is-active{color:#f1df76}

.eco-gallery--compact{max-width:860px;margin:24px auto 0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;columns:auto}
.eco-gallery--compact .eco-photo{height:92px;margin:0;border-radius:10px;overflow:hidden;padding:0;border:0;cursor:zoom-in;background:#132832}
.eco-gallery--compact .eco-photo:nth-child(7n+1){grid-column:span 2}
.eco-gallery--compact .eco-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease,opacity .25s ease}
.eco-gallery--compact .eco-photo:hover img{transform:scale(1.045);opacity:.92}
.eco-history-copy{max-width:860px;margin:48px auto 0;padding-top:38px;border-top:1px solid rgba(255,255,255,.1)}
.eco-history-copy p{margin:0;max-width:790px;color:rgba(238,246,247,.74);font-size:16px;line-height:1.65}
.history-gallery-head{max-width:860px;margin:48px auto 18px}
.history-gallery-head span{display:block;margin-bottom:8px;color:#f1df76;font-size:8px;letter-spacing:.18em;font-weight:800;text-transform:uppercase}
.history-gallery-head h3{margin:0;max-width:700px;color:#f7f9f9;font-size:clamp(23px,2.5vw,34px);line-height:1.15;letter-spacing:-.03em;font-weight:580}
.eco-gallery--history{margin-top:0}

.route-map-modal{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:26px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}
.route-map-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.route-map-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(2,10,14,.82);backdrop-filter:blur(12px);cursor:pointer}
.route-map-modal__panel{position:relative;z-index:2;width:min(940px,calc(100vw - 70px));max-height:calc(100vh - 52px);overflow:auto;padding:20px 22px 22px;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:#0b1a23;box-shadow:0 36px 100px rgba(0,0,0,.5)}
.route-map-modal__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}
.route-map-modal__top small{display:block;color:rgba(255,255,255,.45);font-size:8px;letter-spacing:.14em;text-transform:uppercase}
.route-map-modal__top b{display:block;margin-top:3px;font-size:21px;letter-spacing:-.025em}
.route-map-modal__close{width:38px;height:38px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer}
.route-map-modal__hint{margin:0 0 12px;color:rgba(255,255,255,.52);font-size:10px;line-height:1.4}
.route-map-modal .interactive-map{position:relative;width:min(760px,100%);margin:0 auto;background:transparent;overflow:visible}
.route-map-modal .interactive-map>img{display:block;width:100%;height:auto;border:0;border-radius:0;background:transparent}
.route-map-modal .map-tooltip{width:min(340px,38vw)}
.route-map-modal .map-mobile-card{display:none}
body.map-modal-open{overflow:hidden}

.future-anchor{height:0}

@media(max-width:850px){
  .eco-section{padding:70px 0 78px}
  .eco-section .shell{width:calc(100% - 56px);margin-left:42px;margin-right:14px}
  .eco-section__intro{margin-bottom:22px}
  .route-map-btn{margin-top:23px;height:47px;padding:0 18px;font-size:8.6px;gap:14px}
  .section-rail{left:4px;padding-right:6px;gap:13px}
  .section-rail a{font-size:6.2px}.section-rail a.is-active{font-size:7.6px}
  .eco-gallery--compact{margin-top:18px;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
  .eco-gallery--compact .eco-photo{height:68px;border-radius:7px}
  .eco-gallery--compact .eco-photo:nth-child(7n+1){grid-column:span 1}
  .eco-history-copy{margin-top:34px;padding-top:29px}
  .eco-history-copy p{font-size:13px;line-height:1.58}
  .history-gallery-head{margin:36px auto 14px}
  .history-gallery-head h3{font-size:22px}
  .route-map-modal{padding:10px}
  .route-map-modal__panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:14px 12px 16px;border-radius:18px}
  .route-map-modal__top b{font-size:17px}.route-map-modal__hint{font-size:8.5px;margin-bottom:8px}
  .route-map-modal .interactive-map{width:100%;overflow:visible}
  .route-map-modal .map-mobile-card{display:flex;margin:10px 0 0;padding:12px;border-radius:14px;background:#102731;border:1px solid rgba(255,255,255,.11)}
  .route-map-modal .map-mobile-card b{display:block;font-size:12px}.route-map-modal .map-mobile-card p{font-size:10px;line-height:1.45;margin:5px 0 0}
}
@media(max-width:390px){.eco-gallery--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.eco-gallery--compact .eco-photo{height:64px}}

/* v14 map modal + nested photo viewer */
.route-map-modal__backdrop{background:rgba(2,10,14,.50);backdrop-filter:blur(5px)}
.route-map-modal__panel{width:min(900px,calc(100vw - 80px))}
.route-map-modal .interactive-map{width:min(720px,100%)}
.eco-section .map-tooltip{pointer-events:auto;z-index:30}
.eco-section .map-tooltip::before{content:"";position:absolute;left:-24px;top:0;width:28px;height:100%;background:transparent}
.eco-section .map-tooltip.is-left::before{left:auto;right:-24px}
.map-point-thumb{position:relative;z-index:2;cursor:zoom-in}

.lightbox{z-index:220;background:transparent;padding:0;place-items:stretch}
.lightbox__backdrop{position:absolute;inset:0;border:0;border-radius:0;padding:0;background:rgba(2,8,12,.78);backdrop-filter:blur(8px);cursor:zoom-out}
.lightbox__stage{position:relative;z-index:2;width:100%;height:100%;display:grid;place-items:center;padding:34px 82px;touch-action:pan-y;user-select:none}
.lightbox__stage>img{display:block;max-width:min(1320px,90vw);max-height:86vh;width:auto;height:auto;object-fit:contain;border-radius:16px;box-shadow:0 24px 90px rgba(0,0,0,.48)}
.lightbox__close{z-index:4;right:22px;top:18px}
.lightbox__nav{position:absolute;z-index:4;top:50%;width:54px;height:54px;margin:0;padding:0;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgba(255,255,255,.30);border-radius:50%;background:rgba(10,24,31,.58);color:#fff;backdrop-filter:blur(8px);cursor:pointer;transition:background .18s ease,transform .18s ease}
.lightbox__nav:hover{background:rgba(241,223,118,.92);color:#102129;transform:translateY(-50%) scale(1.04)}
.lightbox__nav--prev{left:20px}.lightbox__nav--next{right:20px}
.lightbox__nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lightbox__counter{position:absolute;z-index:4;left:50%;bottom:17px;transform:translateX(-50%);min-width:54px;padding:7px 12px;border-radius:999px;background:rgba(8,20,27,.62);border:1px solid rgba(255,255,255,.18);color:#fff;text-align:center;font-size:10px;letter-spacing:.08em;backdrop-filter:blur(8px)}
body.lightbox-open{overflow:hidden}

@media(max-width:850px){
  .route-map-modal__backdrop{background:rgba(2,10,14,.50);backdrop-filter:blur(3px)}
  .route-map-modal__panel{width:calc(100vw - 20px)}
  .route-map-modal .interactive-map{width:100%}
  .lightbox__stage{padding:58px 12px 62px;touch-action:none}
  .lightbox__stage>img{max-width:96vw;max-height:78vh;border-radius:12px}
  .lightbox__nav{width:42px;height:42px;top:auto;bottom:13px;transform:none}
  .lightbox__nav:hover{transform:none}
  .lightbox__nav--prev{left:14px}.lightbox__nav--next{right:14px}
  .lightbox__counter{bottom:18px}
  .lightbox__close{right:12px;top:10px}
}


/* v15 — route map / gallery viewport fixes */
.route-map-modal{padding:18px;overflow:hidden}
.route-map-modal__backdrop{background:rgba(2,10,14,.50);backdrop-filter:blur(4px)}
.route-map-modal__panel{
  position:relative;z-index:2;width:auto;max-width:none;max-height:none;overflow:visible;
  padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;
}
.route-map-modal__top,.route-map-modal__hint{display:none!important}
.route-map-modal__close{
  position:absolute;z-index:80;right:8px;top:8px;width:42px;height:42px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(8,22,29,.56);
  color:#fff;font-size:28px;line-height:1;padding:0;backdrop-filter:blur(8px);cursor:pointer;
}
.route-map-modal .interactive-map{
  position:relative;width:min(680px,calc(100vw - 72px),calc(100vh - 52px));
  max-width:none;margin:0;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;
}
.route-map-modal .interactive-map>img{display:block;width:100%;height:auto;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.route-map-modal .map-tooltip{z-index:120;pointer-events:auto!important}
.route-map-modal .interactive-map.has-tooltip-lock .map-point:not(.is-active){pointer-events:none}
.route-map-modal .map-point{z-index:12}
.route-map-modal .map-point.is-active{z-index:13}
.route-map-modal .map-tooltip{isolation:isolate}
.route-map-modal .map-tooltip__photos{position:relative;z-index:125}
.route-map-modal .map-point-thumb{position:relative;z-index:126;pointer-events:auto!important}

/* Full-screen nested viewer. Every control stays inside the viewport. */
.lightbox{
  position:fixed!important;inset:0!important;z-index:300!important;width:100vw!important;height:100vh!important;
  width:100dvw!important;height:100dvh!important;display:none!important;place-items:stretch!important;
  padding:0!important;margin:0!important;background:transparent!important;overflow:hidden!important;
}
.lightbox.is-open{display:grid!important}
.lightbox__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:rgba(2,8,12,.80)!important;border:0!important;cursor:zoom-out}
.lightbox__stage{
  position:relative!important;z-index:2!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:calc(24px + env(safe-area-inset-top)) calc(78px + env(safe-area-inset-right)) calc(46px + env(safe-area-inset-bottom)) calc(78px + env(safe-area-inset-left))!important;
  box-sizing:border-box!important;overflow:hidden!important;touch-action:none!important;user-select:none!important;
}
.lightbox__stage>img{
  display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;border-radius:14px!important;box-shadow:0 24px 90px rgba(0,0,0,.48)!important;
}
.lightbox__close{
  position:absolute!important;z-index:8!important;right:calc(14px + env(safe-area-inset-right))!important;top:calc(12px + env(safe-area-inset-top))!important;
  width:46px!important;height:46px!important;padding:0!important;display:grid!important;place-items:center!important;
  border:1px solid rgba(255,255,255,.35)!important;border-radius:50%!important;background:rgba(8,20,27,.66)!important;color:#fff!important;font-size:28px!important;line-height:1!important;
}
.lightbox__nav{
  position:absolute!important;z-index:8!important;top:50%!important;width:50px!important;height:50px!important;margin:0!important;padding:0!important;
  display:grid!important;place-items:center!important;transform:translateY(-50%)!important;border:1px solid rgba(255,255,255,.30)!important;
  border-radius:50%!important;background:rgba(10,24,31,.64)!important;color:#fff!important;cursor:pointer!important;
}
.lightbox__nav--prev{left:calc(14px + env(safe-area-inset-left))!important}
.lightbox__nav--next{right:calc(14px + env(safe-area-inset-right))!important}
.lightbox__counter{position:absolute!important;z-index:8!important;left:50%!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;transform:translateX(-50%)!important}

@media(max-width:850px){
  .route-map-modal{padding:10px}
  .route-map-modal__panel{width:100%;display:flex;flex-direction:column;align-items:center;max-height:calc(100dvh - 20px)}
  .route-map-modal .interactive-map{width:min(calc(100vw - 20px),58dvh);flex:0 0 auto}
  .route-map-modal__close{right:8px;top:8px;width:38px;height:38px;font-size:25px}
  .route-map-modal .map-mobile-card{
    width:min(calc(100vw - 20px),620px);max-height:31dvh;overflow:auto;margin:8px 0 0;padding:10px 11px;border-radius:13px;
    background:rgba(10,28,36,.92);border:1px solid rgba(255,255,255,.10);box-sizing:border-box
  }
  .lightbox__stage{
    padding:calc(58px + env(safe-area-inset-top)) calc(10px + env(safe-area-inset-right)) calc(70px + env(safe-area-inset-bottom)) calc(10px + env(safe-area-inset-left))!important;
  }
  .lightbox__stage>img{max-width:100%!important;max-height:100%!important;border-radius:10px!important}
  .lightbox__close{right:calc(9px + env(safe-area-inset-right))!important;top:calc(8px + env(safe-area-inset-top))!important;width:40px!important;height:40px!important;font-size:25px!important}
  .lightbox__nav{top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;width:42px!important;height:42px!important;transform:none!important}
  .lightbox__nav--prev{left:calc(10px + env(safe-area-inset-left))!important}
  .lightbox__nav--next{right:calc(10px + env(safe-area-inset-right))!important}
  .lightbox__counter{bottom:calc(20px + env(safe-area-inset-bottom))!important}
}
@media(max-width:420px){
  .route-map-modal .interactive-map{width:min(calc(100vw - 16px),54dvh)}
  .route-map-modal .map-mobile-card{width:calc(100vw - 16px);max-height:34dvh}
}

/* v17 — definitive route map modal */
.route-map-modal{background:transparent!important}
.route-map-modal__backdrop{background:rgba(2,10,14,.30)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.route-map-modal__panel{
  background:none!important;background-color:transparent!important;background-image:none!important;
  border:0!important;outline:0!important;border-radius:0!important;box-shadow:none!important;
  padding:0!important;overflow:visible!important;
}
.route-map-modal__panel::before,.route-map-modal__panel::after{content:none!important;display:none!important}
.route-map-modal .interactive-map{background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.route-map-modal .interactive-map>img{background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.route-map-modal .map-tooltip{pointer-events:auto!important;z-index:160!important}
.route-map-modal .map-tooltip *{pointer-events:auto}
.route-map-modal .map-tooltip__photos{position:relative;z-index:170;pointer-events:auto!important}
.route-map-modal .map-point-thumb{position:relative;z-index:171;pointer-events:auto!important;cursor:zoom-in!important}

/* v18 — mobile hero/sticky header handoff */
@media(max-width:720px){
  .header.shell{
    position:absolute;
    top:max(10px,env(safe-area-inset-top));
    left:50%;
    transform:translateX(-50%);
  }
  body.is-past-hero .header.shell{
    position:fixed;
    top:0;
    width:100%;
    height:66px;
    padding-left:17px;
    padding-right:17px;
    background:rgba(7,22,29,.94);
    border-bottom:1px solid rgba(255,255,255,.12);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
  }
  body.is-past-hero .header__cta{
    background:var(--accent);
    color:#122127;
    border-color:var(--accent);
  }
  body.is-past-hero .mobile-menu{position:fixed;top:72px}
}


/* v41 — persistent top navigation */
.header{
  position:fixed!important;
  top:0!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  z-index:300!important;
  width:min(100% - 32px, 1360px)!important;
  padding-top:14px!important;
  padding-bottom:14px!important;
  transition:background .25s ease, backdrop-filter .25s ease, box-shadow .25s ease, border-color .25s ease;
}
body.has-scrolled .header{
  background:rgba(5,17,23,.82)!important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  border-radius:0 0 18px 18px!important;
  box-shadow:0 10px 35px rgba(0,0,0,.18)!important;
}
body.has-scrolled .header__cta{
  background:#eeb54b!important;
  color:#101417!important;
  border-color:#eeb54b!important;
}
body:not(.has-scrolled) .header{
  background:transparent!important;
  border-color:transparent!important;
  box-shadow:none!important;
}

@media(max-width:720px){
  .header{
    width:calc(100% - 20px)!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
  body.has-scrolled .header{
    border-radius:0 0 14px 14px!important;
  }
}


/* v43 — full-width fixed header, above every content section */
.header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:14px max(22px, calc((100vw - 1360px)/2))!important;
  box-sizing:border-box!important;
  z-index:10000!important;
  background:rgba(5,17,23,.40)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 8px 28px rgba(0,0,0,.10)!important;
}
body:not(.has-scrolled) .header,
body.has-scrolled .header{
  background:rgba(5,17,23,.40)!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 8px 28px rgba(0,0,0,.10)!important;
}
.header__cta,
.menu-btn,
.brand,
.nav{
  position:relative!important;
  z-index:10001!important;
}
.mobile-menu{
  z-index:9999!important;
}

@media(max-width:720px){
  .header{
    width:100%!important;
    padding:10px 12px!important;
    background:rgba(5,17,23,.40)!important;
    backdrop-filter:blur(13px)!important;
    -webkit-backdrop-filter:blur(13px)!important;
  }
}
:root{--eco-ink:#102126;--eco-muted:#66777c;--eco-paper:#f4f0e7;--eco-card:#fffdf7;--eco-line:#d8d6cc;--eco-accent:#f1df76;--eco-red:#d74638}
body.eco-page{background:var(--eco-paper);color:var(--eco-ink);overflow-x:hidden}.eco-page .shell{width:min(1320px,calc(100% - 72px))}.eco-header{position:sticky;top:0;z-index:40;background:rgba(244,240,231,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(16,33,38,.12)}.eco-header__inner{height:104px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.eco-page .brand__logo-wrap{width:92px;height:64px;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.eco-page .brand__logo{width:92px;height:64px;transform:none;filter:none}.eco-page .brand__text b{color:#102126;font-size:17px}.eco-page .brand__text small{color:#65767a;font-size:11px}.eco-nav{display:flex;gap:30px;align-items:center}.eco-nav a{font-size:13px;font-weight:700}.eco-book{justify-self:end;padding:13px 20px;border-radius:999px;background:var(--eco-accent);color:#162329;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.eco-intro{padding:100px 0 80px}.eco-kicker,.section-heading>span{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.18em;font-weight:800;color:#6b7779;margin-bottom:18px}.eco-intro h1{color:var(--eco-ink);text-shadow:none;font-size:clamp(52px,6.4vw,104px);line-height:.94;max-width:1120px;margin:0}.eco-intro p{max-width:820px;font-size:20px;line-height:1.62;color:#536469;margin:34px 0 0}.map-section{padding:32px 0 120px}.section-heading{display:grid;grid-template-columns:1fr 2fr 1.2fr;gap:30px;align-items:end;margin-bottom:32px}.section-heading>span{margin:0}.section-heading h2{font-size:clamp(36px,4.8vw,72px);line-height:1;margin:0;font-weight:580;letter-spacing:-.045em}.section-heading p{margin:0;color:var(--eco-muted);font-size:14px;line-height:1.5}.interactive-map{position:relative;width:100%;max-width:1120px;margin:0 auto;background:#fff;border-radius:42px;overflow:hidden;box-shadow:0 28px 80px rgba(28,52,60,.09)}.interactive-map>img{width:100%;height:auto;display:block;user-select:none}.map-point{position:absolute;left:var(--x);top:var(--y);transform:translate(-50%,-50%);width:31px;height:31px;border-radius:50%;border:0;background:var(--eco-red);color:#fff;display:grid;place-items:center;padding:0;font-size:12px;font-weight:850;line-height:1;cursor:pointer;box-shadow:0 0 0 2px rgba(255,255,255,.45);transition:transform .18s ease,box-shadow .18s ease,background .18s ease;z-index:3}.map-point:hover,.map-point:focus-visible,.map-point.is-active{transform:translate(-50%,-50%) scale(1.22);box-shadow:0 0 0 5px rgba(255,255,255,.74),0 8px 20px rgba(23,47,54,.19);outline:none}.map-point--base{background:var(--eco-accent);color:#18272c;box-shadow:0 0 0 3px #fff,0 9px 22px rgba(25,40,45,.18)}.map-tooltip{position:absolute;z-index:8;display:none;align-items:flex-start;gap:11px;width:min(330px,32vw);padding:15px 16px;background:#102126;color:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(8,28,35,.25);pointer-events:none;transform:translate(16px,-50%)}.map-tooltip.is-visible{display:flex}.map-tooltip__num,.map-mobile-card__num{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--eco-accent);color:#142329;font-size:11px;font-weight:900;flex:0 0 auto}.map-tooltip b,.map-mobile-card b{font-size:13px}.map-tooltip p,.map-mobile-card p{margin:5px 0 0;font-size:11px;line-height:1.45;color:rgba(255,255,255,.72)}.map-mobile-card{display:none}.gallery-section{background:#102126;color:#fff;padding:110px 0 130px}.section-heading--gallery>span,.section-heading--gallery p{color:rgba(255,255,255,.55)}.eco-gallery{columns:3 300px;column-gap:16px}.eco-photo{width:100%;display:block;break-inside:avoid;margin:0 0 16px;padding:0;border:0;background:none;border-radius:22px;overflow:hidden;cursor:zoom-in}.eco-photo img{width:100%;height:auto;display:block;transition:transform .5s ease}.eco-photo:hover img{transform:scale(1.025)}.gallery-empty{padding:70px;border:1px dashed rgba(255,255,255,.22);border-radius:28px;color:rgba(255,255,255,.62);text-align:center}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(4,13,17,.94);display:none;place-items:center;padding:34px}.lightbox.is-open{display:grid}.lightbox img{max-width:min(1300px,94vw);max-height:90vh;border-radius:18px;box-shadow:0 24px 90px rgba(0,0,0,.45)}.lightbox__close{position:absolute;right:22px;top:18px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;font-size:29px;cursor:pointer}
@media(max-width:850px){.eco-page .shell{width:calc(100% - 34px)}.eco-header__inner{height:82px;grid-template-columns:1fr auto}.eco-nav{display:none}.eco-page .brand{gap:7px}.eco-page .brand__logo-wrap{width:70px;height:48px}.eco-page .brand__logo{width:70px;height:48px}.eco-page .brand__text b{font-size:11px}.eco-page .brand__text small{font-size:7.5px}.eco-book{padding:10px 12px;font-size:8px}.eco-intro{padding:64px 0 50px}.eco-intro h1{font-size:clamp(43px,13.5vw,66px);line-height:.96}.eco-intro p{font-size:15px;line-height:1.55;margin-top:24px}.map-section{padding:22px 0 76px}.section-heading{grid-template-columns:1fr;gap:9px;margin-bottom:22px}.section-heading h2{font-size:42px}.section-heading p{font-size:12px}.interactive-map{border-radius:24px;overflow:visible;background:#fff}.interactive-map>img{border-radius:24px}.map-point{width:clamp(19px,5.8vw,27px);height:clamp(19px,5.8vw,27px);font-size:clamp(7px,2.35vw,10px);box-shadow:0 0 0 1.5px rgba(255,255,255,.62)}.map-tooltip{display:none!important}.map-mobile-card{display:flex;gap:12px;margin:15px 0 0;padding:16px;background:#102126;color:#fff;border-radius:18px;min-height:90px}.map-mobile-card p{font-size:11px}.gallery-section{padding:72px 0 86px}.eco-gallery{columns:2 150px;column-gap:9px}.eco-photo{margin-bottom:9px;border-radius:14px}.gallery-empty{padding:44px 24px}.lightbox{padding:18px}.lightbox__close{right:12px;top:12px}}
@media(max-width:420px){.eco-page .brand__text small{display:none}.eco-intro h1{font-size:42px}.map-point{width:21px;height:21px;font-size:8px}.eco-gallery{columns:2;column-gap:8px}.eco-photo{margin-bottom:8px}}


/* v15 — route map / gallery viewport fixes */
.route-map-modal{padding:18px;overflow:hidden}
.route-map-modal__backdrop{background:rgba(2,10,14,.50);backdrop-filter:blur(4px)}
.route-map-modal__panel{
  position:relative;z-index:2;width:auto;max-width:none;max-height:none;overflow:visible;
  padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;
}
.route-map-modal__top,.route-map-modal__hint{display:none!important}
.route-map-modal__close{
  position:absolute;z-index:80;right:8px;top:8px;width:42px;height:42px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(8,22,29,.56);
  color:#fff;font-size:28px;line-height:1;padding:0;backdrop-filter:blur(8px);cursor:pointer;
}
.route-map-modal .interactive-map{
  position:relative;width:min(680px,calc(100vw - 72px),calc(100vh - 52px));
  max-width:none;margin:0;background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;overflow:visible!important;
}
.route-map-modal .interactive-map>img{display:block;width:100%;height:auto;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.route-map-modal .map-tooltip{z-index:120;pointer-events:auto!important}
.route-map-modal .interactive-map.has-tooltip-lock .map-point:not(.is-active){pointer-events:none}
.route-map-modal .map-point{z-index:12}
.route-map-modal .map-point.is-active{z-index:13}
.route-map-modal .map-tooltip{isolation:isolate}
.route-map-modal .map-tooltip__photos{position:relative;z-index:125}
.route-map-modal .map-point-thumb{position:relative;z-index:126;pointer-events:auto!important}

/* Full-screen nested viewer. Every control stays inside the viewport. */
.lightbox{
  position:fixed!important;inset:0!important;z-index:300!important;width:100vw!important;height:100vh!important;
  width:100dvw!important;height:100dvh!important;display:none!important;place-items:stretch!important;
  padding:0!important;margin:0!important;background:transparent!important;overflow:hidden!important;
}
.lightbox.is-open{display:grid!important}
.lightbox__backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:rgba(2,8,12,.80)!important;border:0!important;cursor:zoom-out}
.lightbox__stage{
  position:relative!important;z-index:2!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  padding:calc(24px + env(safe-area-inset-top)) calc(78px + env(safe-area-inset-right)) calc(46px + env(safe-area-inset-bottom)) calc(78px + env(safe-area-inset-left))!important;
  box-sizing:border-box!important;overflow:hidden!important;touch-action:none!important;user-select:none!important;
}
.lightbox__stage>img{
  display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;border-radius:14px!important;box-shadow:0 24px 90px rgba(0,0,0,.48)!important;
}
.lightbox__close{
  position:absolute!important;z-index:8!important;right:calc(14px + env(safe-area-inset-right))!important;top:calc(12px + env(safe-area-inset-top))!important;
  width:46px!important;height:46px!important;padding:0!important;display:grid!important;place-items:center!important;
  border:1px solid rgba(255,255,255,.35)!important;border-radius:50%!important;background:rgba(8,20,27,.66)!important;color:#fff!important;font-size:28px!important;line-height:1!important;
}
.lightbox__nav{
  position:absolute!important;z-index:8!important;top:50%!important;width:50px!important;height:50px!important;margin:0!important;padding:0!important;
  display:grid!important;place-items:center!important;transform:translateY(-50%)!important;border:1px solid rgba(255,255,255,.30)!important;
  border-radius:50%!important;background:rgba(10,24,31,.64)!important;color:#fff!important;cursor:pointer!important;
}
.lightbox__nav--prev{left:calc(14px + env(safe-area-inset-left))!important}
.lightbox__nav--next{right:calc(14px + env(safe-area-inset-right))!important}
.lightbox__counter{position:absolute!important;z-index:8!important;left:50%!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;transform:translateX(-50%)!important}

@media(max-width:850px){
  .route-map-modal{padding:10px}
  .route-map-modal__panel{width:100%;display:flex;flex-direction:column;align-items:center;max-height:calc(100dvh - 20px)}
  .route-map-modal .interactive-map{width:min(calc(100vw - 20px),58dvh);flex:0 0 auto}
  .route-map-modal__close{right:8px;top:8px;width:38px;height:38px;font-size:25px}
  .route-map-modal .map-mobile-card{
    width:min(calc(100vw - 20px),620px);max-height:31dvh;overflow:auto;margin:8px 0 0;padding:10px 11px;border-radius:13px;
    background:rgba(10,28,36,.92);border:1px solid rgba(255,255,255,.10);box-sizing:border-box
  }
  .lightbox__stage{
    padding:calc(58px + env(safe-area-inset-top)) calc(10px + env(safe-area-inset-right)) calc(70px + env(safe-area-inset-bottom)) calc(10px + env(safe-area-inset-left))!important;
  }
  .lightbox__stage>img{max-width:100%!important;max-height:100%!important;border-radius:10px!important}
  .lightbox__close{right:calc(9px + env(safe-area-inset-right))!important;top:calc(8px + env(safe-area-inset-top))!important;width:40px!important;height:40px!important;font-size:25px!important}
  .lightbox__nav{top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom))!important;width:42px!important;height:42px!important;transform:none!important}
  .lightbox__nav--prev{left:calc(10px + env(safe-area-inset-left))!important}
  .lightbox__nav--next{right:calc(10px + env(safe-area-inset-right))!important}
  .lightbox__counter{bottom:calc(20px + env(safe-area-inset-bottom))!important}
}
@media(max-width:420px){
  .route-map-modal .interactive-map{width:min(calc(100vw - 16px),54dvh)}
  .route-map-modal .map-mobile-card{width:calc(100vw - 16px);max-height:34dvh}
}

/* v16 — desktop route map refinement */
@media (min-width: 851px){
  .route-map-modal__backdrop{
    background:rgba(2,10,14,.30)!important;
    backdrop-filter:none!important;
  }
  .route-map-modal__panel{
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    padding:0!important;
    overflow:visible!important;
  }
  .route-map-modal .interactive-map{
    width:min(650px,calc(100vw - 96px),calc(100vh - 70px))!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .route-map-modal .interactive-map>img{
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .route-map-modal__close{
    right:-4px!important;
    top:-4px!important;
  }
  .route-map-modal .map-tooltip{
    z-index:500!important;
    pointer-events:auto!important;
    isolation:isolate!important;
  }
  .route-map-modal .map-tooltip,
  .route-map-modal .map-tooltip *{
    pointer-events:auto!important;
  }
  .route-map-modal .map-tooltip__photos{
    position:relative!important;
    z-index:510!important;
  }
  .route-map-modal .map-point-thumb{
    position:relative!important;
    z-index:520!important;
    pointer-events:auto!important;
    cursor:zoom-in!important;
  }
  .route-map-modal .map-point-thumb img{
    pointer-events:none!important;
  }
  .route-map-modal .map-point{
    z-index:20!important;
  }
  .route-map-modal .map-point.is-active{
    z-index:25!important;
  }
}

/* v17 — definitive route map modal */
.route-map-modal__backdrop{background:rgba(2,10,14,.30)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.route-map-modal__panel{
  background:none!important;background-color:transparent!important;background-image:none!important;
  border:0!important;outline:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;
}
.route-map-modal__panel::before,.route-map-modal__panel::after{content:none!important;display:none!important}
.route-map-modal .interactive-map,.route-map-modal .interactive-map>img{background:none!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.route-map-modal .map-tooltip{pointer-events:auto!important;z-index:160!important}
.route-map-modal .map-tooltip *{pointer-events:auto}
.route-map-modal .map-tooltip__photos{z-index:170!important;pointer-events:auto!important}
.route-map-modal .map-point-thumb{z-index:171!important;pointer-events:auto!important;cursor:zoom-in!important}

/* v18 — route map fit, desktop instruction, mobile panel and seafood story */
.route-map-modal__desktop-hint{
  position:absolute;z-index:90;left:-190px;top:34px;width:170px;display:flex;align-items:flex-start;gap:10px;
  color:#fff;pointer-events:none;text-shadow:0 2px 18px rgba(0,0,0,.28)
}
.route-map-modal__desktop-hint .route-map-modal__cursor{
  width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.35);
  border-radius:50%;font-size:17px;color:#f1df76;background:rgba(8,24,31,.30)
}
.route-map-modal__desktop-hint b{display:block;font-size:11px;letter-spacing:.03em}
.route-map-modal__desktop-hint small{display:block;margin-top:5px;font-size:9px;line-height:1.45;color:rgba(255,255,255,.62)}

@media(min-width:851px){
  .route-map-modal{padding:34px;overflow:visible!important}
  .route-map-modal__panel{overflow:visible!important}
  .route-map-modal .interactive-map{
    width:min(610px,calc(100vw - 260px),calc(100dvh - 120px))!important;
    max-height:calc(100dvh - 120px)!important;
  }
  .route-map-modal .interactive-map>img{width:100%!important;height:auto!important;max-height:calc(100dvh - 120px)!important;object-fit:contain!important}
  .route-map-modal__close{right:-48px!important;top:0!important}
}

@media(max-width:850px){
  .route-map-modal__desktop-hint{display:none!important}
  .route-map-modal{padding:10px!important;overflow:hidden!important}
  .route-map-modal__panel{
    width:min(calc(100vw - 20px),640px)!important;
    max-height:calc(100dvh - 20px)!important;
    padding:12px 10px 10px!important;
    overflow:auto!important;
    background:rgba(7,25,34,.96)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:20px!important;
    box-shadow:0 24px 70px rgba(0,0,0,.35)!important;
  }
  .route-map-modal .interactive-map{
    width:min(100%,56dvh)!important;
    max-height:56dvh!important;
    margin:0 auto!important;
  }
  .route-map-modal .interactive-map>img{width:100%!important;height:auto!important;max-height:56dvh!important;object-fit:contain!important}
  .route-map-modal .map-mobile-card{
    display:flex!important;width:100%!important;max-height:30dvh!important;margin:10px 0 0!important;
    padding:12px!important;background:rgba(13,39,49,.98)!important;border:1px solid rgba(255,255,255,.10)!important;
    border-radius:14px!important;overflow:auto!important
  }
  .route-map-modal__close{right:16px!important;top:16px!important}
}

.seafood-story{
  position:relative;max-width:860px;margin:72px auto 0;padding:58px 0 24px;border-top:1px solid rgba(255,255,255,.10);
  display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:38px;overflow:visible
}
.seafood-story__kicker{display:block;margin-bottom:12px;color:#f1df76;font-size:8px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.seafood-story h3{margin:0;font-size:clamp(31px,4vw,52px);font-weight:560;line-height:1;letter-spacing:-.045em;color:#f7f9f9}
.seafood-story p{margin:22px 0 0;max-width:480px;color:rgba(238,246,247,.72);font-size:15px;line-height:1.65}
.seafood-story__art{position:relative;height:300px;isolation:isolate}
.seafood-line{position:absolute;fill:none;stroke:#f1df76;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.92;filter:drop-shadow(0 10px 24px rgba(0,0,0,.18))}
.seafood-line--crab{width:190px;left:6px;top:62px;transform:rotate(-7deg)}
.seafood-line--urchin{width:128px;right:20px;top:8px;transform:rotate(7deg)}
.seafood-line--scallop{width:155px;right:55px;bottom:0;transform:rotate(6deg)}
.seafood-story__orbit{position:absolute;border:1px solid rgba(241,223,118,.18);border-radius:50%;z-index:-1}
.seafood-story__orbit--one{width:260px;height:260px;right:8px;top:12px}
.seafood-story__orbit--two{width:190px;height:190px;left:20px;bottom:2px;border-style:dashed}
.seafood-story__art::after{content:"БАРЕНЦЕВО МОРЕ";position:absolute;left:112px;top:134px;transform:rotate(-18deg);font-size:7px;letter-spacing:.28em;color:rgba(255,255,255,.38)}

@media(max-width:850px){
  .seafood-story{margin-top:52px;padding-top:42px;grid-template-columns:1fr;gap:16px}
  .seafood-story h3{font-size:34px}
  .seafood-story p{font-size:13px;line-height:1.6}
  .seafood-story__art{height:245px;margin-top:2px}
  .seafood-line--crab{width:150px;left:0;top:55px}
  .seafood-line--urchin{width:105px;right:0;top:0}
  .seafood-line--scallop{width:125px;right:35px;bottom:0}
  .seafood-story__orbit--one{width:210px;height:210px;right:-4px}
  .seafood-story__orbit--two{width:150px;height:150px;left:4px}
  .seafood-story__art::after{left:82px;top:112px;font-size:6px}
}

/* v19 — seafood gallery + rail visibility */
.section-rail{z-index:95!important}

.seafood-story{
  max-width:860px;
  margin:58px auto 0;
  padding-top:48px;
  border-top:1px solid rgba(255,255,255,.1);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:46px;
  align-items:center;
}
.seafood-story__copy{min-width:0}
.seafood-story__kicker{display:block;margin-bottom:12px;color:#f1df76;font-size:8px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}
.seafood-story h3{margin:0;font-size:clamp(31px,4vw,52px);font-weight:560;line-height:1;letter-spacing:-.045em;color:#f7f9f9}
.seafood-story p{margin:22px 0 0;max-width:500px;color:rgba(238,246,247,.75);font-size:15px;line-height:1.65}
.seafood-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0!important;max-width:none!important;columns:auto!important}
.seafood-gallery .seafood-photo{height:112px!important;margin:0!important;border:0!important;border-radius:12px!important;padding:0!important;overflow:hidden!important;background:#122832!important;cursor:zoom-in!important}
.seafood-gallery .seafood-photo:first-child{grid-column:span 2;grid-row:span 2;height:231px!important}
.seafood-gallery .seafood-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .24s ease,opacity .24s ease}
.seafood-gallery .seafood-photo:hover img{transform:scale(1.045);opacity:.94}
.seafood-gallery--empty{min-height:230px;border:1px dashed rgba(255,255,255,.16);border-radius:18px;display:grid!important;place-items:center;color:rgba(255,255,255,.28);font-size:10px;letter-spacing:.16em;text-transform:uppercase}

@media(max-width:850px){
  .section-rail{z-index:95!important}
  .seafood-story{margin-top:42px;padding-top:36px;grid-template-columns:1fr;gap:24px}
  .seafood-story h3{font-size:34px}
  .seafood-story p{font-size:13px;line-height:1.6}
  .seafood-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}
  .seafood-gallery .seafood-photo{height:72px!important;border-radius:8px!important}
  .seafood-gallery .seafood-photo:first-child{grid-column:span 2;grid-row:span 2;height:149px!important}
  .seafood-gallery--empty{min-height:150px}
}

/* v20 — fishing screen */
.fishing-section{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 80% 8%,rgba(28,86,103,.34),transparent 34%),linear-gradient(145deg,#071a23 0%,#0a2530 48%,#06171f 100%);color:#f6fafb;padding:112px 0 92px}
.fishing-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:100% 72px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 80%,transparent)}
.fishing-section__inner{position:relative;z-index:1;max-width:1120px}
.fishing-watermark{position:absolute;right:-30px;top:20px;font-size:clamp(100px,16vw,240px);font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.022);white-space:nowrap;user-select:none}
.fishing-intro{display:grid;grid-template-columns:minmax(330px,.8fr) minmax(420px,1.2fr);gap:90px;align-items:end;margin-bottom:78px}
.fishing-kicker{display:block;color:#f1df76;font-size:9px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:17px}
.fishing-intro h2{margin:0;font-size:clamp(62px,8.2vw,118px);line-height:.8;letter-spacing:-.065em;font-weight:650}
.fishing-tagline{margin:25px 0 0;color:#f1df76;font-size:clamp(17px,2vw,25px);font-weight:450;letter-spacing:-.02em}
.fishing-copy{border-left:1px solid rgba(241,223,118,.35);padding-left:34px;max-width:590px}
.fishing-copy p{margin:0 0 17px;color:rgba(239,247,249,.76);font-size:15px;line-height:1.7}.fishing-copy p:last-child{margin-bottom:0}.fishing-copy b{color:#fff;font-weight:650}
.fish-grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:42px;row-gap:70px}
.fish-card{position:relative;min-width:0}.fish-card__art{height:180px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:21px}
.fish-card__art:after{content:"";position:absolute;left:8%;right:8%;bottom:12px;height:1px;background:linear-gradient(90deg,transparent,rgba(241,223,118,.32),transparent)}
.fish-card__art img{display:block;max-width:92%;max-height:165px;width:auto;height:auto;filter:drop-shadow(0 18px 17px rgba(0,0,0,.28));transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .45s ease}
.fish-card:nth-child(2n) .fish-card__art img{transform:translateY(4px) rotate(-2deg)}.fish-card:nth-child(3n) .fish-card__art img{transform:translateY(-3px) rotate(2deg)}
.fish-card:hover .fish-card__art img{transform:translateY(-7px) rotate(-1deg) scale(1.045);filter:drop-shadow(0 25px 22px rgba(0,0,0,.36))}
.fish-card__text{position:relative;padding-left:38px}.fish-card__text>span{position:absolute;left:0;top:4px;color:#f1df76;font-size:8px;font-weight:800;letter-spacing:.12em}
.fish-card h3{margin:0 0 11px;font-size:25px;font-weight:540;letter-spacing:-.035em}.fish-card p{margin:0;max-width:290px;color:rgba(239,247,249,.62);font-size:13px;line-height:1.6}
.fishing-depth-line{display:flex;align-items:center;gap:14px;margin-top:76px;color:rgba(255,255,255,.34);font-size:7px;font-weight:800;letter-spacing:.18em}.fishing-depth-line i{height:1px;background:rgba(255,255,255,.13);flex:1}.fishing-depth-line span:last-child{color:#f1df76}
@media(max-width:850px){
 .fishing-section{padding:82px 28px 70px 44px;min-height:auto}.fishing-section__inner{width:100%;padding:0}.fishing-watermark{font-size:92px;right:-15px;top:42px}
 .fishing-intro{grid-template-columns:1fr;gap:35px;margin-bottom:54px}.fishing-kicker{font-size:7px;margin-bottom:13px}.fishing-intro h2{font-size:58px}.fishing-tagline{margin-top:16px;font-size:17px}
 .fishing-copy{padding-left:18px}.fishing-copy p{font-size:13px;line-height:1.62}
 .fish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:42px 18px}.fish-card__art{height:110px;margin-bottom:13px}.fish-card__art img{max-height:100px;max-width:100%}.fish-card__text{padding-left:0}.fish-card__text>span{position:static;display:block;margin-bottom:6px}.fish-card h3{font-size:19px;margin-bottom:7px}.fish-card p{font-size:11px;line-height:1.5}
 .fishing-depth-line{margin-top:52px;gap:8px;font-size:6px}
}
@media(max-width:390px){.fishing-section{padding-left:40px;padding-right:18px}.fish-grid{gap:36px 14px}.fish-card h3{font-size:17px}.fish-card p{font-size:10.5px}}

/* v24 — new generated curved fish, forced over previous fish styles */
.fishing-kicker,.fishing-depth-line{display:none!important}
.fishing-intro h2{
  font-size:clamp(56px,6.7vw,96px)!important;
  line-height:.88!important;
  max-width:100%!important;
  white-space:nowrap!important;
}
.fish-card__art{
  height:220px!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.fish-card__art img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:108%!important;
  max-height:216px!important;
  object-fit:contain!important;
  transform:none!important;
  filter:drop-shadow(0 20px 18px rgba(0,0,0,.38))!important;
}
.fish-card:hover .fish-card__art img{
  transform:translateY(-7px) scale(1.035)!important;
}
@media(max-width:720px){
  .fishing-intro h2{font-size:clamp(41px,11.5vw,54px)!important}
  .fish-card__art{height:136px!important}
  .fish-card__art img{max-height:132px!important;max-width:116%!important}
}

/* v26 — fish image order corrected; remove decorative line under fish */
.fish-card__art:after{display:none!important;content:none!important}

/* v27 — fishing heading composition */
.fishing-intro__lead{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.fishing-intro h2{
  text-align:center!important;
}
.fishing-tagline{
  align-self:center!important;
  width:100%!important;
  text-align:center!important;
}
@media(max-width:720px){
  .fishing-intro__lead{align-items:stretch}
  .fishing-intro h2,.fishing-tagline{text-align:center!important}
}

/* v28 — fishing gallery + base services */
.fishing-gallery{
  margin:54px 0 34px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.fishing-photo{
  position:relative;
  border:0;
  padding:0;
  min-width:0;
  height:128px;
  overflow:hidden;
  border-radius:14px;
  cursor:pointer;
  background:#0a202a;
}
.fishing-photo:nth-child(5n+1),
.fishing-photo:nth-child(5n+4){height:154px;margin-top:-13px}
.fishing-photo img{
  width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .45s ease,filter .45s ease;
}
.fishing-photo:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 58%,rgba(2,13,19,.28));
  pointer-events:none;
}
.fishing-photo:hover img{transform:scale(1.055);filter:saturate(1.06)}

.fishing-services{
  margin:28px 0 8px;
  padding-top:30px;
  border-top:1px solid rgba(255,255,255,.10);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.fishing-service{
  min-height:155px;
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:24px 22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  backdrop-filter:blur(8px);
}
.fishing-service__icon{
  flex:0 0 54px;width:54px;height:54px;
  display:grid;place-items:center;
  border:1px solid rgba(238,181,75,.35);
  border-radius:50%;
}
.fishing-service__icon svg{
  width:34px;height:34px;fill:none;
  stroke:#eeb54b;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
.fishing-service span:not(.fishing-service__icon){
  display:block;margin:2px 0 7px;
  color:#eeb54b;font-size:11px;letter-spacing:.12em;text-transform:uppercase;
}
.fishing-service h3{margin:0 0 8px;font-size:20px;font-weight:500;color:#fff}
.fishing-service p{margin:0;color:rgba(255,255,255,.66);font-size:13px;line-height:1.55}

@media(max-width:820px){
  .fishing-gallery{
    margin:38px -2px 26px;
    display:flex;
    overflow-x:auto;
    gap:9px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:0 2px 6px;
  }
  .fishing-gallery::-webkit-scrollbar{display:none}
  .fishing-photo,
  .fishing-photo:nth-child(5n+1),
  .fishing-photo:nth-child(5n+4){
    flex:0 0 62vw;
    height:165px;
    margin-top:0;
    scroll-snap-align:center;
    border-radius:13px;
  }
  .fishing-services{grid-template-columns:1fr;gap:9px;padding-top:24px}
  .fishing-service{min-height:0;padding:18px 16px;gap:14px}
  .fishing-service__icon{flex-basis:48px;width:48px;height:48px}
  .fishing-service__icon svg{width:30px;height:30px}
  .fishing-service h3{font-size:18px}
}

/* v29 — supplied fishing service icons */
.fishing-service__icon img{
  width:34px;height:34px;object-fit:contain;display:block;
  filter:none;
}
.fishing-service__icon svg{display:none!important}
@media(max-width:820px){.fishing-service__icon img{width:30px;height:30px}}


/* v30 — fishing services: gold larger icons, note before photo gallery */
.fishing-services{
  margin-top:46px!important;
  margin-bottom:20px!important;
}
.fishing-service__icon{
  flex:0 0 76px!important;
  width:76px!important;
  height:76px!important;
  border-color:rgba(238,181,75,.48)!important;
  background:rgba(238,181,75,.035)!important;
}
.fishing-service__icon img{
  display:block!important;
  width:54px!important;
  height:54px!important;
  object-fit:contain!important;
  /* convert dark SVG artwork toward the site's gold accent */
  filter:brightness(0) saturate(100%) invert(79%) sepia(74%) saturate(612%) hue-rotate(342deg) brightness(99%) contrast(89%)!important;
}
.fishing-service:nth-child(2) .fishing-service__icon img{
  width:62px!important;
  height:62px!important;
}
.fishing-service:nth-child(3) .fishing-service__icon img{
  width:64px!important;
  height:64px!important;
}
.fishing-service__icon svg{
  width:54px!important;
  height:54px!important;
  stroke:#eeb54b!important;
}
.fishing-service:nth-child(2) .fishing-service__icon svg,
.fishing-service:nth-child(3) .fishing-service__icon svg{
  width:62px!important;
  height:62px!important;
}
.fishing-catch-note{
  margin:16px 0 44px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:20px;
  border:1px solid rgba(238,181,75,.18);
  border-radius:16px;
  background:linear-gradient(105deg,rgba(238,181,75,.075),rgba(255,255,255,.022));
}
.fishing-catch-note__mark{
  flex:0 0 auto;
  font-size:31px;
  line-height:1;
  font-weight:600;
  letter-spacing:-.055em;
  color:#eeb54b;
}
.fishing-catch-note p{
  margin:0;
  max-width:920px;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.65;
}
.fishing-catch-note strong{
  color:#fff;
  font-weight:500;
}
.fishing-gallery{
  margin-top:0!important;
  margin-bottom:18px!important;
}

@media(max-width:820px){
  .fishing-services{margin-top:32px!important}
  .fishing-service__icon{
    flex-basis:64px!important;
    width:64px!important;
    height:64px!important;
  }
  .fishing-service__icon img{
    width:46px!important;
    height:46px!important;
  }
  .fishing-service:nth-child(2) .fishing-service__icon img,
  .fishing-service:nth-child(3) .fishing-service__icon img{
    width:53px!important;
    height:53px!important;
  }
  .fishing-catch-note{
    margin:10px 0 32px;
    padding:17px 16px;
    gap:14px;
    align-items:flex-start;
  }
  .fishing-catch-note__mark{font-size:26px;padding-top:2px}
  .fishing-catch-note p{font-size:13px;line-height:1.58}
  .fishing-gallery{margin-top:0!important}
}


/* v31 — toned-down icons + freezer note icon */
.fishing-service__icon{
  border-color:rgba(205,151,59,.38)!important;
  background:rgba(205,151,59,.025)!important;
}
.fishing-service__icon img{
  filter:brightness(0) saturate(100%) invert(67%) sepia(59%) saturate(640%) hue-rotate(358deg) brightness(84%) contrast(88%)!important;
  opacity:.88!important;
}
.fishing-service__icon svg{
  stroke:#c9993d!important;
  opacity:.9!important;
}
.fishing-catch-note__mark{
  width:62px!important;
  height:54px!important;
  flex:0 0 62px!important;
  display:grid!important;
  place-items:center!important;
  color:#c9993d!important;
}
.fishing-catch-note__mark svg{
  width:58px;
  height:46px;
  fill:none;
  stroke:#c9993d;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:820px){
  .fishing-catch-note__mark{
    width:52px!important;
    height:46px!important;
    flex-basis:52px!important;
  }
  .fishing-catch-note__mark svg{width:49px;height:40px}
  .fishing-photo{
    touch-action:pan-x!important;
    pointer-events:auto!important;
    position:relative!important;
    z-index:2!important;
  }
  .fishing-photo img{pointer-events:none!important}
}


/* v32 — diving screen */
.diving-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 17%,rgba(23,108,127,.22),transparent 31%),
    linear-gradient(180deg,#071b24 0%,#082430 48%,#061a22 100%);
  color:#fff;
}
.diving-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:100% 74px;
}
.diving-section__inner{position:relative;padding-top:105px;padding-bottom:110px}
.diving-bubbles i{position:absolute;border:1px solid rgba(118,202,214,.13);border-radius:50%}
.diving-bubbles i:nth-child(1){width:260px;height:260px;right:-70px;top:180px}
.diving-bubbles i:nth-child(2){width:90px;height:90px;right:18%;top:80px}
.diving-bubbles i:nth-child(3){width:32px;height:32px;right:28%;top:245px}
.diving-bubbles i:nth-child(4){width:145px;height:145px;left:38%;bottom:90px}
.diving-intro{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);gap:74px;align-items:center}
.diving-intro__lead h2{margin:0;font-size:clamp(68px,8.2vw,122px);line-height:.82;letter-spacing:-.065em;font-weight:700}
.diving-tagline{margin:22px 0 0;text-align:center;color:#e4b451;font-size:clamp(18px,2vw,30px);font-family:Georgia,serif;font-style:italic}
.diving-copy{max-width:700px}
.diving-copy p{margin:0;color:rgba(255,255,255,.75);font-size:16px;line-height:1.78}
.diving-copy p+p{margin-top:20px}

.dive-sites{margin-top:82px}
.dive-sites__head{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.dive-sites__head img{width:68px;height:68px;object-fit:contain;filter:brightness(0) saturate(100%) invert(75%) sepia(48%) saturate(704%) hue-rotate(354deg) brightness(91%) contrast(89%)}
.dive-sites__head span{display:block;color:#d1a24a;font-size:11px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.dive-sites__head h3{margin:0;font-size:27px;font-weight:500}
.dive-sites__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dive-site-card{position:relative;min-height:220px;padding:28px 24px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:linear-gradient(150deg,rgba(255,255,255,.055),rgba(255,255,255,.018))}
.dive-site-card>span{display:block;color:#d1a24a;font-size:12px;letter-spacing:.12em;margin-bottom:38px}
.dive-site-card h4{margin:0 0 12px;font-size:21px;font-weight:500}
.dive-site-card p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.62}
.dive-site-card:after{content:"";position:absolute;left:24px;top:58px;width:38px;height:1px;background:#d1a24a;opacity:.55}

.pechora-story{margin-top:74px;padding:44px 48px;display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center;border-radius:24px;background:linear-gradient(130deg,rgba(5,14,18,.84),rgba(12,48,58,.72));border:1px solid rgba(255,255,255,.09)}
.pechora-story__art{min-height:270px;display:grid;place-items:center;overflow:hidden}
.pechora-story__art img{width:100%;max-width:440px;max-height:300px;object-fit:contain;filter:brightness(.92) drop-shadow(0 28px 22px rgba(0,0,0,.35))}
.pechora-story__copy>span{color:#d1a24a;font-size:11px;letter-spacing:.16em;text-transform:uppercase}
.pechora-story h3{margin:9px 0 18px;font-size:50px;line-height:1;font-weight:600;letter-spacing:-.04em}
.pechora-story p{margin:0;color:rgba(255,255,255,.7);font-size:14px;line-height:1.72}
.pechora-story p+p{margin-top:14px}

.diving-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:44px}
.diving-service{display:flex;align-items:center;gap:20px;padding:24px 22px;min-height:132px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(255,255,255,.025)}
.diving-service__icon{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center}
.diving-service__icon img{width:58px;height:58px;object-fit:contain;filter:brightness(0) saturate(100%) invert(67%) sepia(49%) saturate(685%) hue-rotate(356deg) brightness(85%) contrast(89%)}
.diving-service__icon--large img{width:66px;height:66px}
.diving-service span{display:block;color:#c89a40;font-size:10px;letter-spacing:.13em;text-transform:uppercase;margin-bottom:7px}
.diving-service h3{margin:0;font-size:18px;line-height:1.35;font-weight:500}

.diving-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:46px}
.diving-photo{padding:0;border:0;background:#09232d;border-radius:14px;height:138px;overflow:hidden;cursor:pointer}
.diving-photo:nth-child(5n+2),.diving-photo:nth-child(5n+5){height:164px;margin-top:-13px}
.diving-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.diving-photo:hover img{transform:scale(1.055)}

@media(max-width:900px){
  .diving-intro{grid-template-columns:1fr;gap:34px}
  .diving-intro__lead{max-width:650px}
  .dive-sites__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pechora-story{grid-template-columns:1fr;gap:24px}
  .pechora-story__art{min-height:210px}
}
@media(max-width:720px){
  .diving-section__inner{padding-top:78px;padding-bottom:78px}
  .diving-intro__lead h2{font-size:clamp(48px,14.5vw,68px);text-align:center}
  .diving-tagline{font-size:20px;margin-top:15px}
  .diving-copy p{font-size:14px;line-height:1.7}
  .dive-sites{margin-top:50px}
  .dive-sites__head img{width:56px;height:56px}
  .dive-sites__head h3{font-size:21px}
  .dive-sites__grid{grid-template-columns:1fr;gap:9px}
  .dive-site-card{min-height:0;padding:22px 20px}
  .dive-site-card>span{margin-bottom:29px}
  .dive-site-card:after{left:20px;top:51px}
  .pechora-story{margin-top:48px;padding:28px 20px;border-radius:20px}
  .pechora-story__art{min-height:170px}
  .pechora-story h3{font-size:38px}
  .diving-services{grid-template-columns:1fr;gap:8px;margin-top:28px}
  .diving-service{padding:17px 16px;min-height:0}
  .diving-service__icon{width:60px;height:60px;flex-basis:60px}
  .diving-service__icon img{width:50px;height:50px}
  .diving-service__icon--large img{width:57px;height:57px}
  .diving-gallery{display:flex;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none;margin-top:34px;padding-bottom:5px}
  .diving-gallery::-webkit-scrollbar{display:none}
  .diving-photo,.diving-photo:nth-child(5n+2),.diving-photo:nth-child(5n+5){flex:0 0 62vw;height:165px;margin-top:0;scroll-snap-align:center}
}


/* v33 — diving width matches fishing; Pechora uses the same gold accent */
.diving-section__inner{
  width:min(100% - 48px, 1360px)!important;
  max-width:1360px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.pechora-story__art img{
  filter:
    brightness(0)
    saturate(100%)
    invert(67%)
    sepia(49%)
    saturate(685%)
    hue-rotate(356deg)
    brightness(85%)
    contrast(89%)
    drop-shadow(0 28px 22px rgba(0,0,0,.35))!important;
  opacity:.92;
}
@media(max-width:720px){
  .diving-section__inner{
    width:min(100% - 32px, 1360px)!important;
  }
}


/* v34 — diving fixes: same shell width as fishing + clickable gallery */
.diving-section__inner{
  width:auto!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}
/* .shell already defines the same width/padding used by fishing. */
.diving-gallery,
.diving-photo{
  position:relative;
  z-index:2;
}
.diving-photo{
  pointer-events:auto!important;
  touch-action:pan-x!important;
}
.diving-photo img{
  pointer-events:none!important;
}

/* v34 — Pechora SVG now has selective internal colors; never recolor the whole illustration */
.pechora-story__art img{
  filter:drop-shadow(0 28px 22px rgba(0,0,0,.35))!important;
  opacity:1!important;
}


/* v35 — exact diving width = fishing width */
.diving-section__inner.shell{
  position:relative!important;
  z-index:1!important;
  max-width:1120px!important;
  width:calc(100% - 48px)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
@media(max-width:720px){
  .diving-section__inner.shell{
    width:calc(100% - 32px)!important;
    max-width:1120px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .diving-intro,
  .dive-sites,
  .pechora-story,
  .diving-services,
  .diving-gallery{
    min-width:0!important;
    max-width:100%!important;
  }
}

/* diving gallery buttons must receive taps/clicks */
.diving-gallery{position:relative!important;z-index:5!important;max-width:100%!important}
.diving-photo{
  position:relative!important;
  z-index:6!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  min-width:0!important;
}
.diving-photo img{pointer-events:none!important}


/* v36 — ecotourism width matches fishing/diving exactly */
.ecotourism-section__inner.shell,
.ecotourism-section .shell.ecotourism-section__inner{
  position:relative!important;
  z-index:1!important;
  width:calc(100% - 48px)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
@media(max-width:720px){
  .ecotourism-section__inner.shell,
  .ecotourism-section .shell.ecotourism-section__inner{
    width:calc(100% - 32px)!important;
    max-width:1120px!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .eco-intro,
  .eco-gallery,
  .eco-history-copy,
  .history-gallery-head,
  .seafood-story{
    min-width:0!important;
    max-width:100%!important;
  }
}

/* Pechora SVG is selectively recolored internally; do not recolor via CSS filters */
.pechora-story__art img{
  filter:drop-shadow(0 28px 22px rgba(0,0,0,.35))!important;
  opacity:1!important;
}


/* v38 — equal section widths + refined diving intro */
.ecotourism-section__inner.shell,
.fishing-section__inner.shell,
.diving-section__inner.shell{
  position:relative!important;
  z-index:1!important;
  width:calc(100% - 48px)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

.diving-intro{
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)!important;
  gap:52px!important;
}
.diving-intro__lead h2{
  font-size:clamp(58px,6.6vw,94px)!important;
  line-height:.86!important;
  letter-spacing:-.055em!important;
  white-space:nowrap!important;
}
.diving-tagline{
  margin-top:16px!important;
  text-align:left!important;
  color:rgba(255,255,255,.82)!important;
  font-family:inherit!important;
  font-style:normal!important;
  font-size:18px!important;
  font-weight:400!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

.dive-levels{
  margin-top:24px;
  padding:24px 26px;
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  gap:28px;
  align-items:center;
  border:1px solid rgba(209,162,74,.20);
  border-radius:18px;
  background:linear-gradient(110deg,rgba(209,162,74,.07),rgba(255,255,255,.018));
}
.dive-levels__badge{
  min-height:72px;
  display:grid;
  place-items:center;
  text-align:center;
  border:1px solid rgba(209,162,74,.32);
  border-radius:999px;
  color:#d1a24a;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.dive-levels__copy h3{
  margin:0 0 8px;
  color:#fff;
  font-size:22px;
  line-height:1.3;
  font-weight:500;
}
.dive-levels__copy p{
  margin:0;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.65;
}
.dive-levels__copy strong{color:#fff;font-weight:500}

@media(max-width:720px){
  .ecotourism-section__inner.shell,
  .fishing-section__inner.shell,
  .diving-section__inner.shell{
    width:calc(100% - 32px)!important;
    max-width:1120px!important;
  }
  .diving-intro{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .diving-intro__lead h2{
    font-size:clamp(44px,12vw,56px)!important;
    text-align:center!important;
  }
  .diving-tagline{
    text-align:center!important;
    font-size:15px!important;
    margin-top:10px!important;
  }
  .dive-levels{
    grid-template-columns:1fr;
    gap:14px;
    padding:18px 16px;
  }
  .dive-levels__badge{
    min-height:0;
    width:max-content;
    padding:10px 14px;
    border-radius:999px;
  }
  .dive-levels__copy h3{font-size:18px}
  .dive-levels__copy p{font-size:13px;line-height:1.58}
}


/* v39 — final equal widths and diving typography */

/* Exact same content width for all three feature screens.
   Ecotourism markup uses .eco-inner, while fishing/diving use their section inner classes. */
#ecotourism .eco-inner,
#ecotourism > .shell,
.eco-section__inner,
.ecotourism__inner,
.fishing-section__inner,
.diving-section__inner{
  position:relative!important;
  z-index:1!important;
  width:calc(100% - 48px)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

/* If the ecotourism content itself is a shell directly inside the section,
   constrain every major child to the same line. */
#ecotourism .eco-intro,
#ecotourism .eco-gallery,
#ecotourism .eco-history-copy,
#ecotourism .history-gallery-head,
#ecotourism .seafood-story{
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}

/* Diving heading a little smaller */
.diving-intro__lead h2{
  font-size:clamp(52px,5.9vw,84px)!important;
  line-height:.88!important;
}

/* Match both subtitles visually */
.fishing-tagline,
.diving-tagline{
  margin-top:14px!important;
  color:rgba(255,255,255,.82)!important;
  font-family:inherit!important;
  font-style:normal!important;
  font-size:17px!important;
  font-weight:400!important;
  line-height:1.4!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
.fishing-tagline{text-align:center!important}
.diving-tagline{text-align:center!important}

/* Equal vertical breathing around "Для любого уровня" */
.dive-sites{margin-bottom:0!important}
.dive-levels{
  margin-top:48px!important;
  margin-bottom:48px!important;
}
.pechora-story{
  margin-top:0!important;
}

@media(max-width:720px){
  #ecotourism .eco-inner,
  #ecotourism > .shell,
  .eco-section__inner,
  .ecotourism__inner,
  .fishing-section__inner,
  .diving-section__inner{
    width:calc(100% - 32px)!important;
    max-width:1120px!important;
    padding-left:0!important;
    padding-right:0!important;
  }

  #ecotourism .eco-intro,
  #ecotourism .eco-gallery,
  #ecotourism .eco-history-copy,
  #ecotourism .history-gallery-head,
  #ecotourism .seafood-story{
    width:100%!important;
    max-width:100%!important;
  }

  .diving-intro__lead h2{
    font-size:clamp(40px,10.5vw,50px)!important;
  }
  .fishing-tagline,
  .diving-tagline{
    font-size:15px!important;
    margin-top:9px!important;
  }
  .dive-levels{
    margin-top:34px!important;
    margin-bottom:34px!important;
  }
}


/* v40 — Ecotourism content/gallery matches Fishing & Diving */

/* One real content column for all feature screens */
#ecotourism .eco-section__inner,
#fishing .fishing-section__inner,
#diving .diving-section__inner{
  position:relative!important;
  z-index:1!important;
  width:calc(100% - 48px)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

/* #НЕТЕРИБЕРКА + copy + button: same usable width as the other sections */
#ecotourism .eco-section__intro{
  width:100%!important;
  max-width:1120px!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
#ecotourism .eco-section__intro > *{
  max-width:100%!important;
}

/* Modern and historical albums now use the same compact visual rhythm
   as Fishing/Diving: five columns, staggered heights, no giant masonry rows. */
#ecotourism .feature-photo-gallery{
  width:100%!important;
  max-width:1120px!important;
  margin:46px 0 30px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:start!important;
}
#ecotourism .feature-photo-gallery .eco-photo{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:138px!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:14px!important;
  background:#09232d!important;
  cursor:pointer!important;
}
#ecotourism .feature-photo-gallery .eco-photo:nth-child(5n+2),
#ecotourism .feature-photo-gallery .eco-photo:nth-child(5n+5){
  height:164px!important;
  margin-top:-13px!important;
}
#ecotourism .feature-photo-gallery .eco-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  transition:transform .45s ease!important;
}
#ecotourism .feature-photo-gallery .eco-photo:hover img{
  transform:scale(1.055)!important;
}

/* Historical heading follows the same content line too */
#ecotourism .eco-history-copy,
#ecotourism .history-gallery-head,
#ecotourism .seafood-story{
  width:100%!important;
  max-width:1120px!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}

/* MOBILE:
   the vertical rail occupies the left edge. Reserve a permanent gutter for it
   on every content section, instead of letting text/cards slide underneath. */
@media(max-width:720px){
  #ecotourism .eco-section__inner,
  #fishing .fishing-section__inner,
  #diving .diving-section__inner{
    width:auto!important;
    max-width:none!important;
    margin-left:58px!important;
    margin-right:16px!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  #ecotourism .eco-section__intro,
  #ecotourism .eco-history-copy,
  #ecotourism .history-gallery-head,
  #ecotourism .seafood-story,
  #fishing .fishing-intro,
  #fishing .fish-grid,
  #fishing .fishing-services,
  #fishing .fishing-catch-note,
  #fishing .fishing-gallery,
  #diving .diving-intro,
  #diving .dive-sites,
  #diving .dive-levels,
  #diving .pechora-story,
  #diving .diving-services,
  #diving .diving-gallery{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }

  #ecotourism .feature-photo-gallery{
    width:100%!important;
    max-width:100%!important;
    margin:32px 0 25px!important;
    display:flex!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:9px!important;
    padding:0 0 5px!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #ecotourism .feature-photo-gallery::-webkit-scrollbar{display:none!important}
  #ecotourism .feature-photo-gallery .eco-photo,
  #ecotourism .feature-photo-gallery .eco-photo:nth-child(5n+2),
  #ecotourism .feature-photo-gallery .eco-photo:nth-child(5n+5){
    flex:0 0 min(68vw,270px)!important;
    width:min(68vw,270px)!important;
    height:165px!important;
    margin:0!important;
    scroll-snap-align:center!important;
    border-radius:13px!important;
  }

  /* Keep large section titles inside the safe content width */
  #ecotourism #eco-title{
    max-width:100%!important;
    font-size:clamp(37px,10.5vw,52px)!important;
    line-height:.92!important;
    overflow-wrap:anywhere!important;
  }
  #fishing #fishing-title,
  #diving #diving-title{
    max-width:100%!important;
  }
}

/* Slightly narrower phones need a little more room for the rail */
@media(max-width:390px){
  #ecotourism .eco-section__inner,
  #fishing .fishing-section__inner,
  #diving .diving-section__inner{
    margin-left:52px!important;
    margin-right:12px!important;
  }
  #ecotourism #eco-title{
    font-size:clamp(33px,10vw,43px)!important;
  }
}


/* v41 — unified gallery rhythm across Ecotourism / Fishing / Diving */

/* DESKTOP: all photo tiles same size, no staggered heights */
#ecotourism .feature-photo-gallery,
#fishing .fishing-gallery,
#diving .diving-gallery{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:stretch!important;
  overflow:visible!important;
}

#ecotourism .feature-photo-gallery .eco-photo,
#fishing .fishing-photo,
#diving .diving-photo,
#ecotourism .feature-photo-gallery .eco-photo:nth-child(n),
#fishing .fishing-photo:nth-child(n),
#diving .diving-photo:nth-child(n){
  width:100%!important;
  height:138px!important;
  margin:0!important;
  border-radius:14px!important;
  overflow:hidden!important;
  padding:0!important;
  border:0!important;
  background:#09232d!important;
}

#ecotourism .feature-photo-gallery .eco-photo img,
#fishing .fishing-photo img,
#diving .diving-photo img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}

/* MOBILE: same compact carousel proportions; show part of next card */
@media(max-width:720px){
  #ecotourism .feature-photo-gallery,
  #fishing .fishing-gallery,
  #diving .diving-gallery{
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
    padding:0 0 6px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  #ecotourism .feature-photo-gallery::-webkit-scrollbar,
  #fishing .fishing-gallery::-webkit-scrollbar,
  #diving .diving-gallery::-webkit-scrollbar{display:none!important}

  #ecotourism .feature-photo-gallery .eco-photo,
  #fishing .fishing-photo,
  #diving .diving-photo,
  #ecotourism .feature-photo-gallery .eco-photo:nth-child(n),
  #fishing .fishing-photo:nth-child(n),
  #diving .diving-photo:nth-child(n){
    flex:0 0 54vw!important;
    width:54vw!important;
    max-width:230px!important;
    height:142px!important;
    margin:0!important;
    scroll-snap-align:start!important;
    border-radius:12px!important;
  }
}

/* Mobile section content should use same left safe gutter for the vertical rail */
@media(max-width:720px){
  #ecotourism .eco-section__inner,
  #fishing .fishing-section__inner,
  #diving .diving-section__inner{
    margin-left:58px!important;
    margin-right:14px!important;
    width:auto!important;
    max-width:none!important;
  }
}

/* Keep section rail visibly above content */
.section-rail{
  z-index:120!important;
}


/* v42 HARD FIX — ONE gallery implementation for Eco / History / Fishing / Diving */
.site-photo-gallery{
  width:100%!important;
  max-width:1120px!important;
  margin:42px 0 30px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  grid-auto-rows:138px!important;
  gap:10px!important;
  align-items:stretch!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.site-photo-gallery > .site-photo-card,
.site-photo-gallery > button.site-photo-card,
.site-photo-gallery > .site-photo-card:nth-child(n){
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:138px!important;
  min-height:138px!important;
  max-height:138px!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#09232d!important;
  cursor:pointer!important;
  transform:none!important;
  grid-row:auto!important;
  grid-column:auto!important;
  box-sizing:border-box!important;
}
.site-photo-gallery > .site-photo-card > img,
.site-photo-gallery > button.site-photo-card > img{
  position:static!important;
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:100%!important;
  max-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  transform:none!important;
}
.site-photo-gallery > .site-photo-card:hover > img{
  transform:scale(1.045)!important;
  transition:transform .35s ease!important;
}

/* Kill legacy stagger/masonry behavior explicitly */
.eco-gallery--compact,
.eco-gallery--history,
.fishing-gallery,
.diving-gallery,
.feature-photo-gallery{
  grid-auto-flow:row!important;
}
.eco-photo:nth-child(n),
.fishing-photo:nth-child(n),
.diving-photo:nth-child(n){
  height:138px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  grid-row:auto!important;
  transform:none!important;
}

@media(max-width:720px){
  .site-photo-gallery{
    display:flex!important;
    width:100%!important;
    max-width:100%!important;
    margin:30px 0 24px!important;
    padding:0 0 6px!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .site-photo-gallery::-webkit-scrollbar{display:none!important}
  .site-photo-gallery > .site-photo-card,
  .site-photo-gallery > button.site-photo-card,
  .site-photo-gallery > .site-photo-card:nth-child(n){
    flex:0 0 52vw!important;
    width:52vw!important;
    min-width:52vw!important;
    max-width:215px!important;
    height:138px!important;
    min-height:138px!important;
    max-height:138px!important;
    margin:0!important;
    scroll-snap-align:start!important;
    border-radius:12px!important;
  }
}


/* v43 — mobile feature sections aligned to the Ecotourism layout */
@media(max-width:720px){

  /* identical safe content column beside the vertical rail */
  #ecotourism .eco-section__inner,
  #fishing .fishing-section__inner,
  #diving .diving-section__inner{
    width:auto!important;
    max-width:none!important;
    margin-left:58px!important;
    margin-right:14px!important;
    padding-left:0!important;
    padding-right:0!important;
    box-sizing:border-box!important;
  }

  /* identical top-level intro footprint */
  #ecotourism .eco-section__intro,
  #fishing .fishing-intro,
  #diving .diving-intro{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    display:block!important;
    box-sizing:border-box!important;
  }

  /* headings use the same visual line and rhythm */
  #ecotourism #eco-title,
  #fishing #fishing-title,
  #diving #diving-title{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    text-align:left!important;
    font-size:clamp(34px,10vw,46px)!important;
    line-height:.94!important;
    letter-spacing:-.045em!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }

  #fishing .fishing-intro__lead,
  #diving .diving-intro__lead{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 18px 0!important;
  }

  /* subtitles and copy align exactly like Eco text */
  #fishing .fishing-tagline,
  #diving .diving-tagline{
    width:100%!important;
    margin:10px 0 0!important;
    text-align:left!important;
    font-size:15px!important;
    line-height:1.45!important;
  }

  #fishing .fishing-copy,
  #diving .diving-copy,
  #ecotourism .eco-section__intro p{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }

  #fishing .fishing-copy p,
  #diving .diving-copy p,
  #ecotourism .eco-section__intro p{
    font-size:14px!important;
    line-height:1.68!important;
  }

  /* same spacing after intro */
  #fishing .fishing-intro,
  #diving .diving-intro{
    margin-bottom:46px!important;
  }

  /* all child blocks stay inside the same safe column */
  #fishing .fish-grid,
  #fishing .fishing-services,
  #fishing .fishing-catch-note,
  #fishing .site-photo-gallery,
  #diving .dive-sites,
  #diving .dive-levels,
  #diving .pechora-story,
  #diving .diving-services,
  #diving .site-photo-gallery,
  #ecotourism .site-photo-gallery,
  #ecotourism .eco-history-copy,
  #ecotourism .history-gallery-head,
  #ecotourism .seafood-story{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:390px){
  #ecotourism .eco-section__inner,
  #fishing .fishing-section__inner,
  #diving .diving-section__inner{
    margin-left:52px!important;
    margin-right:12px!important;
  }

  #ecotourism #eco-title,
  #fishing #fishing-title,
  #diving #diving-title{
    font-size:clamp(31px,9.7vw,40px)!important;
  }
}

/*
 * v44 FINAL OVERRIDES
 * Loaded last on purpose. This file resolves historical conflicting !important rules.
 */

/* ===== GLOBAL FIXED HEADER ===== */
body > .header{
  position:fixed !important;
  inset:0 0 auto 0 !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:14px max(22px, calc((100vw - 1360px)/2)) !important;
  box-sizing:border-box !important;
  z-index:2147483000 !important;
  background:transparent !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  transition:background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease !important;
  isolation:isolate !important;
}

body.has-scrolled > .header{
  background:rgba(5,17,23,.40) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  backdrop-filter:blur(14px) !important;
  box-shadow:0 7px 24px rgba(0,0,0,.10) !important;
}
body:not(.has-scrolled) > .header{
  background:transparent !important;
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  box-shadow:none !important;
}

body > .mobile-menu{
  position:fixed !important;
  z-index:2147482999 !important;
}
body > .header *{
  position:relative;
  z-index:1;
}

/* Never allow content sections to compete with global navigation */
.hero,
.eco-section,
.fishing-section,
.diving-section,
.site-section{
  z-index:auto !important;
}
.section-rail{
  z-index:500 !important;
}

/* ===== DESKTOP: ONE CONTENT WIDTH ===== */
#ecotourism > .eco-section__inner,
#fishing > .fishing-section__inner,
#diving > .diving-section__inner{
  position:relative !important;
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  box-sizing:border-box !important;
}

/* The whole #НЕТЕРИБЕРКА intro really follows the same width */
#ecotourism .eco-section__intro,
#ecotourism .eco-history-copy,
#ecotourism .history-gallery-head,
#ecotourism .seafood-story,
#fishing .fishing-intro,
#diving .diving-intro{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

.dive-routes-title--mobile{display:none;}
.dive-routes-title--desktop{display:inline;}

/* ===== MOBILE: SAME GEOMETRY FOR ALL THREE FEATURE SCREENS ===== */
@media (max-width:720px){
  :root{
    --section-rail-safe:58px;
    --section-right-safe:14px;
  }

  #ecotourism > .eco-section__inner,
  #fishing > .fishing-section__inner,
  #diving > .diving-section__inner{
    width:auto !important;
    max-width:none !important;
    margin-left:var(--section-rail-safe) !important;
    margin-right:var(--section-right-safe) !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  #ecotourism .eco-section__intro,
  #fishing .fishing-intro,
  #diving .diving-intro{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  #ecotourism #eco-title,
  #fishing #fishing-title,
  #diving #diving-title{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    text-align:left !important;
    font-size:clamp(34px,10vw,46px) !important;
    line-height:.94 !important;
    letter-spacing:-.045em !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }

  #fishing .fishing-intro__lead,
  #diving .diving-intro__lead{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
  }

  #fishing .fishing-tagline,
  #diving .diving-tagline{
    width:100% !important;
    margin:10px 0 0 !important;
    text-align:left !important;
    font-size:15px !important;
    line-height:1.45 !important;
  }

  #ecotourism .eco-section__intro p,
  #fishing .fishing-copy,
  #diving .diving-copy{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  #ecotourism .eco-section__intro p,
  #fishing .fishing-copy p,
  #diving .diving-copy p{
    font-size:14px !important;
    line-height:1.68 !important;
  }

  /* Every major child stays in the exact same safe column */
  #ecotourism .site-photo-gallery,
  #ecotourism .eco-history-copy,
  #ecotourism .history-gallery-head,
  #ecotourism .seafood-story,
  #fishing .fish-grid,
  #fishing .fishing-services,
  #fishing .fishing-catch-note,
  #fishing .site-photo-gallery,
  #diving .dive-sites,
  #diving .dive-levels,
  #diving .pechora-story,
  #diving .diving-services,
  #diving .site-photo-gallery{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  /* v149: neutralize historical mobile horizontal padding on the section itself.
     Otherwise it stacks with the inner margins and makes Fishing look too narrow. */
  #fishing.fishing-section,
  #diving.diving-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Fishing: wider and closer to the left rail. */
  #fishing > .fishing-section__inner{
    margin-left:46px !important;
    margin-right:14px !important;
  }

  /* Diving: same left line, but a little more air at the right edge. */
  #diving > .diving-section__inner{
    margin-left:46px !important;
    margin-right:28px !important;
  }

  .dive-routes-title--desktop{display:none !important;}
  .dive-routes-title--mobile{display:inline !important;}

  body > .header{
    padding:10px 12px !important;
  }
  body.has-scrolled > .header{
    background:rgba(5,17,23,.40) !important;
  }
  body:not(.has-scrolled) > .header{
    background:transparent !important;
  }
}

@media (max-width:390px){
  :root{
    --section-rail-safe:52px;
    --section-right-safe:12px;
  }
  #fishing > .fishing-section__inner{
    margin-left:42px !important;
    margin-right:12px !important;
  }
  #diving > .diving-section__inner{
    margin-left:42px !important;
    margin-right:26px !important;
  }
  #ecotourism #eco-title,
  #fishing #fishing-title,
  #diving #diving-title{
    font-size:clamp(31px,9.7vw,40px) !important;
  }
}


/* ===== v150: mobile geometry + modal viewport fixes ===== */
@media (max-width:720px){
  /* Fishing uses exactly the same right safe edge as Diving. */
  #fishing > .fishing-section__inner,
  #diving > .diving-section__inner{
    margin-right:28px !important;
  }
}
@media (max-width:390px){
  #fishing > .fishing-section__inner,
  #diving > .diving-section__inner{
    margin-right:26px !important;
  }
}

/* Keep photo viewer and route map entirely below the fixed logo/header. */
.lightbox,
.route-map-modal{
  inset:110px 0 0 0 !important;
  height:auto !important;
}
.lightbox__stage{
  height:100% !important;
  padding-top:24px !important;
  padding-bottom:34px !important;
}
.lightbox__stage > img{
  max-height:calc(100dvh - 110px - 58px) !important;
  max-width:min(1320px,90vw) !important;
  object-fit:contain !important;
}
.route-map-modal .interactive-map{
  max-height:calc(100dvh - 110px - 72px) !important;
}
.route-map-modal .interactive-map > img{
  max-height:calc(100dvh - 110px - 72px) !important;
  object-fit:contain !important;
}

/* Route-map instruction: centered at the lower edge, half overlapping the map. */
.route-map-modal__desktop-hint{
  position:relative !important;
  left:auto !important;
  top:auto !important;
  z-index:190 !important;
  width:max-content !important;
  max-width:min(390px,calc(100vw - 48px)) !important;
  margin:-26px auto 0 !important;
  padding:11px 16px 11px 12px !important;
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:16px !important;
  background:rgba(8,24,31,.92) !important;
  box-shadow:0 15px 42px rgba(0,0,0,.30) !important;
  -webkit-backdrop-filter:blur(12px) !important;
  backdrop-filter:blur(12px) !important;
  color:#fff !important;
  text-shadow:none !important;
  pointer-events:none !important;
}
.route-map-modal__finger{
  width:34px !important;
  height:34px !important;
  display:grid !important;
  place-items:center !important;
  flex:0 0 auto !important;
  border-radius:50% !important;
  background:rgba(241,223,118,.13) !important;
  color:#f1df76 !important;
}
.route-map-modal__finger svg{
  width:20px !important;
  height:20px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.route-map-modal__desktop-hint b{font-size:11px !important;}
.route-map-modal__desktop-hint small{margin-top:3px !important;font-size:9px !important;}

@media (max-width:720px){
  .lightbox,
  .route-map-modal{
    inset:82px 0 0 0 !important;
  }
  .lightbox__stage{
    padding:18px 12px 58px !important;
  }
  .lightbox__stage > img{
    max-height:calc(100dvh - 82px - 76px) !important;
    max-width:96vw !important;
  }
  .route-map-modal{
    padding:10px !important;
  }
  .route-map-modal__panel{
    max-height:calc(100dvh - 82px - 20px) !important;
  }
  .route-map-modal .interactive-map,
  .route-map-modal .interactive-map > img{
    max-height:calc(100dvh - 82px - 155px) !important;
  }
  .route-map-modal__desktop-hint{
    display:none !important;
  }
}



@media (max-width:720px){
  /* Keep the opened photo clear of the permanent vertical section rail. */
  .lightbox__stage{
    padding-left:calc(58px + env(safe-area-inset-left)) !important;
    padding-right:calc(12px + env(safe-area-inset-right)) !important;
  }
  .lightbox__stage > img{
    max-width:100% !important;
  }
  .lightbox__nav--prev{
    left:calc(56px + env(safe-area-inset-left)) !important;
  }

  
  .route-map-modal__panel{
    overflow-y:auto !important;
    overflow-x:hidden !important;
    padding-bottom:18px !important;
  }
  .route-map-modal .interactive-map,
  .route-map-modal .interactive-map > img{
    max-height:44dvh !important;
  }
  .route-map-modal__desktop-hint{
    display:flex !important;
    width:max-content !important;
    max-width:calc(100% - 28px) !important;
    margin:-22px auto 0 !important;
    padding:9px 12px 9px 9px !important;
    gap:9px !important;
    border-radius:14px !important;
    z-index:190 !important;
  }
  .route-map-modal__finger{
    width:30px !important;
    height:30px !important;
  }
  .route-map-modal__finger svg{
    width:18px !important;
    height:18px !important;
  }
  .route-map-modal__desktop-hint b{
    font-size:10px !important;
  }
  .route-map-modal__desktop-hint small{
    display:block !important;
    font-size:8px !important;
    line-height:1.25 !important;
  }
  .route-map-modal .map-mobile-card{
    flex:0 0 auto !important;
    width:min(calc(100vw - 30px),620px) !important;
    max-height:none !important;
    overflow:visible !important;
    margin:14px auto 0 !important;
    padding:12px !important;
  }
  .route-map-modal .map-mobile-card__photos{
    margin-top:8px !important;
  }
}

@media (max-width:390px){
  .lightbox__stage{
    padding-left:calc(54px + env(safe-area-inset-left)) !important;
  }
  .lightbox__nav--prev{
    left:calc(52px + env(safe-area-inset-left)) !important;
  }
  .route-map-modal .interactive-map,
  .route-map-modal .interactive-map > img{
    max-height:42dvh !important;
  }
  .route-map-modal .map-mobile-card{
    width:calc(100vw - 26px) !important;
  }
}

/* build 152 — reduce left rail clearance and optically center mobile photos */
@media (max-width:720px){
  .lightbox__stage{
    padding-left:calc(42px + env(safe-area-inset-left)) !important;
    padding-right:calc(10px + env(safe-area-inset-right)) !important;
  }
  .lightbox__stage > img{
    max-width:calc(100vw - 52px - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .lightbox__nav--prev{
    left:calc(40px + env(safe-area-inset-left)) !important;
  }
}
@media (max-width:390px){
  .lightbox__stage{
    padding-left:calc(38px + env(safe-area-inset-left)) !important;
    padding-right:calc(8px + env(safe-area-inset-right)) !important;
  }
  .lightbox__stage > img{
    max-width:calc(100vw - 46px - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
  }
  .lightbox__nav--prev{
    left:calc(36px + env(safe-area-inset-left)) !important;
  }
}


/* build 153 — mobile photo: slightly farther left, with more breathing room on the right */
@media (max-width:720px){
  .lightbox__stage{
    padding-left:calc(34px + env(safe-area-inset-left)) !important;
    padding-right:calc(18px + env(safe-area-inset-right)) !important;
  }
  .lightbox__stage > img{
    max-width:calc(100vw - 52px - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
  }
  .lightbox__nav--prev{
    left:calc(32px + env(safe-area-inset-left)) !important;
  }
}
@media (max-width:390px){
  .lightbox__stage{
    padding-left:calc(32px + env(safe-area-inset-left)) !important;
    padding-right:calc(16px + env(safe-area-inset-right)) !important;
  }
  .lightbox__stage > img{
    max-width:calc(100vw - 48px - env(safe-area-inset-left) - env(safe-area-inset-right)) !important;
  }
  .lightbox__nav--prev{
    left:calc(30px + env(safe-area-inset-left)) !important;
  }
}

/* build 154 — unify mobile feature-section geometry + contain route-map detail card */
@media (max-width:720px){
  /* Neutralize old section/shell offsets and keep Eco, Fishing and Diving on one column. */
  #ecotourism.eco-section,
  #fishing.fishing-section,
  #diving.diving-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  #ecotourism > .eco-section__inner,
  #fishing > .fishing-section__inner,
  #diving > .diving-section__inner{
    width:auto !important;
    max-width:none !important;
    margin-left:46px !important;
    margin-right:28px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  /* Route-map description must size from the modal panel, never from viewport width. */
  .route-map-modal__panel{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    padding-left:0 !important;
    padding-right:0 !important;
    padding-bottom:30px !important;
  }
  .route-map-modal .map-mobile-card{
    width:calc(100% - 18px) !important;
    max-width:620px !important;
    min-width:0 !important;
    box-sizing:border-box !important;
    margin:16px auto 4px !important;
    padding:14px !important;
    gap:12px !important;
    overflow:hidden !important;
  }
  .route-map-modal .map-mobile-card > div{
    flex:1 1 auto !important;
    min-width:0 !important;
    max-width:100% !important;
  }
  .route-map-modal .map-mobile-card b{
    display:block !important;
    font-size:14px !important;
    line-height:1.3 !important;
    overflow-wrap:anywhere !important;
  }
  .route-map-modal .map-mobile-card p{
    margin-top:7px !important;
    font-size:13px !important;
    line-height:1.5 !important;
    overflow-wrap:anywhere !important;
  }
  .route-map-modal .map-mobile-card__photos{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    margin-top:11px !important;
    box-sizing:border-box !important;
  }
  .route-map-modal .map-mobile-card__photos .map-point-thumb{
    width:58px !important;
    height:48px !important;
    flex:0 0 58px !important;
    border-radius:8px !important;
  }
  .route-map-modal .map-mobile-card__photos .map-point-thumb img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
}

@media (max-width:390px){
  #ecotourism > .eco-section__inner,
  #fishing > .fishing-section__inner,
  #diving > .diving-section__inner{
    margin-left:42px !important;
    margin-right:22px !important;
  }
  .route-map-modal .map-mobile-card{
    width:calc(100% - 14px) !important;
    padding:13px !important;
  }
  .route-map-modal .map-mobile-card__photos .map-point-thumb{
    width:56px !important;
    height:46px !important;
    flex-basis:56px !important;
  }
}


/* build 155 — restore visible hamburger bars on mobile */
@media (max-width:1100px){
  .menu-btn{
    position:relative !important;
  }
  .menu-btn span{
    display:block !important;
    position:absolute !important;
    left:50% !important;
    width:17px !important;
    height:1.5px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:2px !important;
    background:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:translateX(-50%) !important;
    transition:top .25s ease, transform .25s ease !important;
    z-index:2 !important;
  }
  .menu-btn span:first-child{
    top:16px !important;
  }
  .menu-btn span:last-child{
    top:23px !important;
  }
  .menu-btn[aria-expanded="true"] span:first-child{
    top:20px !important;
    transform:translateX(-50%) rotate(45deg) !important;
  }
  .menu-btn[aria-expanded="true"] span:last-child{
    top:20px !important;
    transform:translateX(-50%) rotate(-45deg) !important;
  }
}


/* build 156 — vertically center hamburger inside the round button */
@media (max-width:1100px){
  .menu-btn span:first-child{
    top:14px !important;
  }
  .menu-btn span:last-child{
    top:21px !important;
  }
  .menu-btn[aria-expanded="true"] span:first-child,
  .menu-btn[aria-expanded="true"] span:last-child{
    top:18px !important;
  }
}


/* build 157 — mobile hero cleanup + special-offers ribbon */
.promo-slider{
  position:relative !important;
}
.promo-slider__special{
  position:absolute;
  left:50%;
  top:0;
  z-index:25;
  transform:translate(-50%,-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:calc(100% - 32px);
  padding:8px 18px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  background:#b96f6f;
  box-shadow:0 8px 22px rgba(38,15,15,.20);
  color:#fff;
  font-size:11px;
  font-weight:700;
  line-height:1;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
}
@media (max-width:720px){
  .hero__copy .actions .btn--ghost{
    display:none !important;
  }
  .promo-slider__special{
    padding:8px 16px;
    font-size:10px;
    letter-spacing:.07em;
  }
}


/* build 158 — keep promo block in its original position; badge overlays without moving it */
.promo-slider{
  /* Restore the slider's original positioning behavior from the base stylesheet. */
  position:absolute !important;
}
.promo-slider__special{
  top:0 !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
}
@media (max-width:720px){
  .promo-slider{
    /* Mobile base layout places the promo block itself; do not add any badge-driven offset. */
    margin-top:0 !important;
  }
}


/* build 159 — smaller, 60% transparent special-offers badge */
.promo-slider__special{
  padding:6px 12px !important;
  font-size:9px !important;
  letter-spacing:.06em !important;
  background:rgba(185,111,111,.60) !important;
  border-color:rgba(255,255,255,.18) !important;
  box-shadow:0 6px 16px rgba(38,15,15,.14) !important;
}
@media (max-width:720px){
  .promo-slider__special{
    padding:6px 11px !important;
    font-size:9px !important;
  }
}


/* build 160 — same compact 60%-transparent special-offers badge on desktop */
@media (min-width:721px){
  .promo-slider__special{
    display:flex !important;
    left:50% !important;
    top:0 !important;
    transform:translate(-50%,-50%) !important;
    width:max-content !important;
    max-width:calc(100% - 32px) !important;
    padding:6px 12px !important;
    font-size:9px !important;
    line-height:1 !important;
    letter-spacing:.06em !important;
    background:rgba(185,111,111,.60) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:999px !important;
    box-shadow:0 6px 16px rgba(38,15,15,.14) !important;
    z-index:25 !important;
  }
}


/* build 161 — desktop badge follows the promo-card tilt and is fully opaque */
@media (min-width:721px){
  .promo-slider__special{
    background:#b96f6f !important;
    opacity:1 !important;
    /* Keep centering and add the same visual tilt as the desktop promo block. */
    transform:translate(-50%,-50%) rotate(-1.5deg) !important;
    transform-origin:center center !important;
  }
}


/* build 162 — desktop special-offers badge: reverse tilt direction */
@media (min-width:721px){
  .promo-slider__special{
    transform:translate(-50%,-50%) rotate(1.5deg) !important;
  }
}


/* build 164 — redesigned mobile hero copy */
@media (max-width:720px){
  .hero__content{
    box-sizing:border-box !important;
  }

  .hero__copy{
    position:relative !important;
    width:auto !important;
    max-width:none !important;
    margin-left:12px !important;
    margin-right:12px !important;
    padding:20px 18px 18px !important;
    box-sizing:border-box !important;

    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:24px !important;
    background:
      linear-gradient(145deg, rgba(8,24,31,.58), rgba(8,24,31,.32)) !important;
    -webkit-backdrop-filter:blur(14px) saturate(115%) !important;
    backdrop-filter:blur(14px) saturate(115%) !important;
    box-shadow:0 18px 45px rgba(0,0,0,.18) !important;
  }

  .hero__copy::before{
    content:"Лиинахамари · Баренцево море" !important;
    display:block !important;
    width:max-content !important;
    max-width:100% !important;
    margin:0 0 11px !important;
    padding:5px 9px !important;
    border:1px solid rgba(255,255,255,.14) !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.07) !important;
    color:rgba(255,255,255,.78) !important;
    font-size:9px !important;
    font-weight:650 !important;
    line-height:1 !important;
    letter-spacing:.09em !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }

  .hero__copy h1{
    max-width:310px !important;
    margin:0 !important;
    color:#fff !important;
    font-size:clamp(38px,10.8vw,48px) !important;
    font-weight:600 !important;
    line-height:.94 !important;
    letter-spacing:-.045em !important;
    text-wrap:balance !important;
  }

  .hero__copy .lead{
    max-width:320px !important;
    margin:14px 0 0 !important;
    color:rgba(255,255,255,.78) !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height:1.45 !important;
    letter-spacing:-.01em !important;
  }

  .hero__copy .actions{
    display:block !important;
    width:100% !important;
    margin:18px 0 0 !important;
  }

  .hero__copy .actions .btn--primary{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:100% !important;
    min-height:54px !important;
    padding:7px 7px 7px 18px !important;
    box-sizing:border-box !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:17px !important;
    background:rgba(242,226,134,.96) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.16) !important;
    color:#10252d !important;
    font-size:13px !important;
    font-weight:750 !important;
    line-height:1 !important;
    letter-spacing:.01em !important;
    text-decoration:none !important;
  }

  .hero__copy .actions .btn--primary svg{
    width:40px !important;
    height:40px !important;
    flex:0 0 40px !important;
    padding:11px !important;
    box-sizing:border-box !important;
    border-radius:13px !important;
    background:rgba(16,37,45,.10) !important;
    stroke:currentColor !important;
  }

  .hero__copy .actions .btn--ghost{
    display:none !important;
  }
}


/* build 165 — keep redesigned mobile hero at the original vertical position */
@media (max-width:720px){
  .hero__content{
    min-height:100dvh !important;
    display:flex !important;
    align-items:flex-end !important;
    padding-top:0 !important;
    padding-bottom:178px !important;
  }

  .hero__copy{
    margin-top:0 !important;
    margin-bottom:0 !important;
    align-self:flex-end !important;
    transform:none !important;
  }
}


/* build 166 — lighter mobile hero: no large card, preserve the background image */
@media (max-width:720px){
  .hero__content{
    min-height:100dvh !important;
    display:flex !important;
    align-items:flex-end !important;
    padding:0 16px 166px !important;
    box-sizing:border-box !important;
  }

  .hero__copy{
    width:100% !important;
    max-width:360px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    box-shadow:none !important;
  }

  .hero__copy::before{
    content:"Лиинахамари · Баренцево море" !important;
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 0 10px !important;
    padding:5px 9px !important;
    border:1px solid rgba(255,255,255,.20) !important;
    border-radius:999px !important;
    background:rgba(5,17,23,.30) !important;
    -webkit-backdrop-filter:blur(8px) !important;
    backdrop-filter:blur(8px) !important;
    color:rgba(255,255,255,.86) !important;
    font-size:9px !important;
    font-weight:650 !important;
    line-height:1 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }

  .hero__copy h1{
    max-width:310px !important;
    margin:0 !important;
    color:#fff !important;
    font-size:clamp(39px,11vw,49px) !important;
    font-weight:600 !important;
    line-height:.94 !important;
    letter-spacing:-.045em !important;
    text-shadow:0 3px 18px rgba(0,0,0,.34) !important;
  }

  .hero__copy .lead{
    max-width:305px !important;
    margin:12px 0 0 !important;
    color:rgba(255,255,255,.88) !important;
    font-size:13px !important;
    line-height:1.45 !important;
    text-shadow:0 2px 14px rgba(0,0,0,.40) !important;
  }

  .hero__copy .actions{
    display:block !important;
    width:auto !important;
    margin:16px 0 0 !important;
  }

  .hero__copy .actions .btn--primary{
    display:inline-flex !important;
    width:auto !important;
    min-width:205px !important;
    min-height:48px !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding:6px 6px 6px 16px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:15px !important;
    background:rgba(242,226,134,.94) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.17) !important;
    color:#10252d !important;
    font-size:12px !important;
    font-weight:750 !important;
  }

  .hero__copy .actions .btn--primary svg{
    width:36px !important;
    height:36px !important;
    flex:0 0 36px !important;
    padding:10px !important;
    box-sizing:border-box !important;
    border-radius:11px !important;
    background:rgba(16,37,45,.09) !important;
  }

  .hero__copy .actions .btn--ghost{
    display:none !important;
  }
}


/* build 167 — move mobile hero copy noticeably higher */
@media (max-width:720px){
  .hero__content{
    padding-bottom:250px !important;
  }
  .hero__copy::before{
    content:"п-ов Немецкий · Баренцево море" !important;
  }
}


/* build 168 — mobile hero much higher + desktop lead on one line */
@media (max-width:720px){
  .hero__content{
    padding-bottom:350px !important;
  }
}

@media (min-width:721px){
  .hero__copy .lead{
    max-width:none !important;
    width:max-content !important;
    white-space:nowrap !important;
  }
}


/* build 169 — stabilize the mobile first screen when browser chrome collapses */
@media (max-width:720px){
  .hero{
    min-height:100vh !important;
    height:100vh !important;
  }

  .hero__content{
    min-height:100vh !important;
    height:100vh !important;
  }

  @supports (height:100svh){
    .hero{
      min-height:100svh !important;
      height:100svh !important;
    }

    .hero__content{
      min-height:100svh !important;
      height:100svh !important;
    }
  }

  .hero__media,
  .hero__media img,
  .hero__bg,
  .hero__slide,
  .hero__slides{
    height:100% !important;
    min-height:100% !important;
  }
}


/* build 170 — move the mobile “Собирайся на Север” group much higher */
@media (max-width:720px){
  .hero__content{
    padding-bottom:460px !important;
  }
}


/* build 171 — mobile fishing intro matches diving */
@media (max-width:720px){
  #fishing .fishing-intro__lead{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 18px !important;
    padding:0 !important;
  }

  #fishing .fishing-tagline{
    display:block !important;
    width:100% !important;
    margin:10px 0 0 !important;
    padding:0 !important;
    font-size:15px !important;
    line-height:1.45 !important;
    text-align:left !important;
  }

  #fishing .fishing-copy{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    padding-left:0 !important;
    border-left:0 !important;
    border-inline-start:0 !important;
  }

  #fishing .fishing-copy::before,
  #fishing .fishing-copy::after{
    display:none !important;
    content:none !important;
  }

  #fishing .fishing-copy p{
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    border-left:0 !important;
    font-size:14px !important;
    line-height:1.68 !important;
  }

  #fishing .fishing-copy p + p{
    margin-top:12px !important;
  }
}


/* build 172 — per-promotion configurable badge */
.promo-card{
  position:relative !important;
  overflow:visible !important;
}
.promo-card .promo-slider__special{
  position:absolute !important;
  left:50% !important;
  top:0 !important;
  z-index:30 !important;
  transform:translate(-50%,-50%) !important;
  transform-origin:center center !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:max-content !important;
  max-width:calc(100% - 24px) !important;
  margin:0 !important;
  padding:6px 12px !important;
  border:1px solid rgba(255,255,255,.20) !important;
  border-radius:999px !important;
  box-shadow:0 6px 16px rgba(20,24,28,.15) !important;
  color:#fff !important;
  font-size:9px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.055em !important;
  text-transform:none !important;
  white-space:nowrap !important;
  pointer-events:none !important;
}
.promo-card .promo-slider__special--red{background:#b96f6f !important;}
.promo-card .promo-slider__special--green{background:#718f7a !important;}
.promo-card .promo-slider__special--orange{background:#bd8b62 !important;}
.promo-card .promo-slider__special--blue{background:#6f8fa8 !important;}
.promo-card .promo-slider__special--purple{background:#8d7da1 !important;}
.promo-card .promo-slider__special--teal{background:#668f8d !important;}

@media (max-width:720px){
  .promo-card .promo-slider__special{
    padding:6px 11px !important;
    font-size:9px !important;
    border-color:rgba(255,255,255,.18) !important;
    box-shadow:0 5px 14px rgba(20,24,28,.12) !important;
  }
  .promo-card .promo-slider__special--red{background:rgba(185,111,111,.60) !important;}
  .promo-card .promo-slider__special--green{background:rgba(113,143,122,.60) !important;}
  .promo-card .promo-slider__special--orange{background:rgba(189,139,98,.60) !important;}
  .promo-card .promo-slider__special--blue{background:rgba(111,143,168,.60) !important;}
  .promo-card .promo-slider__special--purple{background:rgba(141,125,161,.60) !important;}
  .promo-card .promo-slider__special--teal{background:rgba(102,143,141,.60) !important;}
}

@media (min-width:721px){
  /* The badge is inside the tilted promo card, so it automatically follows exactly the same angle. */
  .promo-card .promo-slider__special{
    opacity:1 !important;
  }
}


/* build 173 — cleaner pastel promo badges, sharper text */
.promo-card .promo-slider__special{
  -webkit-backdrop-filter:none !important;
  backdrop-filter:none !important;
  filter:none !important;
  text-shadow:none !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
  box-shadow:0 4px 10px rgba(20,24,28,.10) !important;
  border-color:rgba(255,255,255,.28) !important;
}
.promo-card .promo-slider__special--red{background:#d98787 !important;}
.promo-card .promo-slider__special--green{background:#82b995 !important;}
.promo-card .promo-slider__special--orange{background:#dfa36f !important;}
.promo-card .promo-slider__special--blue{background:#7fa8cc !important;}
.promo-card .promo-slider__special--purple{background:#a18bc1 !important;}
.promo-card .promo-slider__special--teal{background:#79b8b3 !important;}

@media (max-width:720px){
  /* Preserve the requested translucent mobile look, but without blur. */
  .promo-card .promo-slider__special--red{background:rgba(217,135,135,.60) !important;}
  .promo-card .promo-slider__special--green{background:rgba(130,185,149,.60) !important;}
  .promo-card .promo-slider__special--orange{background:rgba(223,163,111,.60) !important;}
  .promo-card .promo-slider__special--blue{background:rgba(127,168,204,.60) !important;}
  .promo-card .promo-slider__special--purple{background:rgba(161,139,193,.60) !important;}
  .promo-card .promo-slider__special--teal{background:rgba(121,184,179,.60) !important;}
}


/* build 174 — fully opaque promo badges on mobile */
@media (max-width:720px){
  .promo-card .promo-slider__special{
    opacity:1 !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    filter:none !important;
  }
}

/* Desktop hero mirrors the lightweight mobile composition */
@media (min-width:721px){
  .hero__content{
    min-height:100vh !important;
    display:flex !important;
    align-items:flex-end !important;
    padding-top:0 !important;
    padding-bottom:140px !important;
    box-sizing:border-box !important;
  }

  .hero__copy{
    width:auto !important;
    max-width:780px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    box-shadow:none !important;
  }

  .hero__copy::before{
    content:"п-ов Немецкий · Баренцево море" !important;
    display:inline-flex !important;
    align-items:center !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 0 12px !important;
    padding:6px 11px !important;
    border:1px solid rgba(255,255,255,.20) !important;
    border-radius:999px !important;
    background:rgba(5,17,23,.30) !important;
    -webkit-backdrop-filter:blur(8px) !important;
    backdrop-filter:blur(8px) !important;
    color:rgba(255,255,255,.88) !important;
    font-size:10px !important;
    font-weight:650 !important;
    line-height:1 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    white-space:nowrap !important;
  }

  .hero__copy h1{
    max-width:none !important;
    margin:0 !important;
    color:#fff !important;
    font-size:clamp(58px,6vw,92px) !important;
    font-weight:600 !important;
    line-height:.94 !important;
    letter-spacing:-.045em !important;
    text-shadow:0 3px 22px rgba(0,0,0,.34) !important;
  }

  .hero__copy .lead{
    max-width:none !important;
    width:max-content !important;
    margin:16px 0 0 !important;
    color:rgba(255,255,255,.90) !important;
    font-size:16px !important;
    line-height:1.45 !important;
    white-space:nowrap !important;
    text-shadow:0 2px 14px rgba(0,0,0,.38) !important;
  }

  .hero__copy .actions{
    display:block !important;
    width:auto !important;
    margin:20px 0 0 !important;
  }

  .hero__copy .actions .btn--primary{
    display:inline-flex !important;
    width:auto !important;
    min-width:228px !important;
    min-height:52px !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:16px !important;
    padding:7px 7px 7px 18px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:16px !important;
    background:rgba(242,226,134,.96) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.16) !important;
    color:#10252d !important;
    font-size:13px !important;
    font-weight:750 !important;
    text-decoration:none !important;
  }

  .hero__copy .actions .btn--primary svg{
    width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    padding:10px !important;
    box-sizing:border-box !important;
    border-radius:12px !important;
    background:rgba(16,37,45,.09) !important;
  }

  .hero__copy .actions .btn--ghost{
    display:none !important;
  }
}


/* build 175 — desktop hero vertically centered; promo badge centered on its card */
@media (min-width:721px){
  .hero__content{
    min-height:100vh !important;
    height:100vh !important;
    display:flex !important;
    align-items:center !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  .hero__copy{
    align-self:auto !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
  }

  .promo-card{
    position:relative !important;
  }

  .promo-card .promo-slider__special{
    position:absolute !important;
    top:0 !important;
    left:50% !important;
    right:auto !important;
    margin:0 !important;
    width:max-content !important;
    max-width:calc(100% - 24px) !important;
    transform:translate(-50%,-50%) !important;
    transform-origin:center center !important;
  }
}


/* build 176 — desktop promo badge back to the right side; larger booking CTA */
@media (min-width:721px){
  .promo-card .promo-slider__special{
    left:auto !important;
    right:18px !important;
    top:0 !important;
    margin:0 !important;
    transform:translateY(-50%) !important;
    transform-origin:center center !important;
  }

  .hero__copy .actions .btn--primary{
    min-width:280px !important;
    min-height:60px !important;
    padding:8px 8px 8px 22px !important;
    border-radius:18px !important;
    font-size:15px !important;
  }

  .hero__copy .actions .btn--primary svg{
    width:44px !important;
    height:44px !important;
    flex-basis:44px !important;
    padding:12px !important;
    border-radius:13px !important;
  }
}


/* build 177 — fix the actual desktop conflicts:
   promo-slider is taken out of hero flex flow and restored to its original right-side position;
   booking CTA gets explicit dimensions, not only min-* values. */
@media (min-width:1101px){
  .hero{
    position:relative !important;
  }

  .hero__content{
    position:relative !important;
  }

  body .hero .promo-slider{
    position:absolute !important;
    left:auto !important;
    right:max(48px, calc((100vw - 1440px) / 2)) !important;
    bottom:142px !important;
    width:286px !important;
    margin:0 !important;
    transform:none !important;
    justify-self:auto !important;
    align-self:auto !important;
    z-index:6 !important;
  }

  body .hero__content .hero__copy .actions > .btn.btn--primary{
    display:inline-flex !important;
    width:320px !important;
    min-width:320px !important;
    height:64px !important;
    min-height:64px !important;
    padding:8px 8px 8px 24px !important;
    border-radius:20px !important;
    font-size:16px !important;
    line-height:1 !important;
    box-sizing:border-box !important;
  }

  body .hero__content .hero__copy .actions > .btn.btn--primary svg{
    width:46px !important;
    height:46px !important;
    flex:0 0 46px !important;
    padding:13px !important;
    border-radius:14px !important;
  }
}

@media (min-width:721px) and (max-width:1100px){
  body .hero .promo-slider{
    position:absolute !important;
    left:auto !important;
    right:26px !important;
    bottom:130px !important;
    width:225px !important;
    margin:0 !important;
    transform:none !important;
    z-index:6 !important;
  }

  body .hero__content .hero__copy .actions > .btn.btn--primary{
    width:290px !important;
    min-width:290px !important;
    height:60px !important;
    min-height:60px !important;
    font-size:15px !important;
  }
}


/* build 178 — move the whole desktop promo block further right */
@media (min-width:1101px){
  body .hero .promo-slider{
    right:18px !important;
  }
}

@media (min-width:721px) and (max-width:1100px){
  body .hero .promo-slider{
    right:14px !important;
  }
}


/* build 179 — keep whole promo card at the right, but center its badge */
@media (min-width:721px){
  body .hero .promo-card .promo-slider__special{
    position:absolute !important;
    top:0 !important;
    left:50% !important;
    right:auto !important;
    margin:0 !important;
    width:max-content !important;
    max-width:calc(100% - 24px) !important;
    transform:translate(-50%,-50%) !important;
    transform-origin:center center !important;
  }
}


/* build 181 — inline HTML/SVG dive map */
#diving .dive-map-html{
  width:100% !important;
  margin:22px 0 18px !important;
  border-radius:22px !important;
  overflow:hidden !important;
  background:#0a1c29 !important;
  box-shadow:0 20px 54px rgba(0,0,0,.18) !important;
}

#diving .dive-map-html__svg{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:1600 / 820 !important;
}

@media (max-width:720px){
  #diving .dive-map-html{
    margin:16px 0 14px !important;
    border-radius:16px !important;
  }

  #diving .dive-map-html__svg{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1600 / 900 !important;
  }
}


/* build 182 — exact geography from supplied wide map */
#diving .dive-map-html{
  width:100% !important;
  margin:22px 0 18px !important;
  overflow:hidden !important;
  border:1px solid rgba(126,174,197,.18) !important;
  border-radius:20px !important;
  background:#0c2a3a !important;
  box-shadow:0 18px 48px rgba(0,0,0,.20) !important;
}
#diving .dive-map-html__image{
  display:block !important;
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}
@media (max-width:720px){
  #diving .dive-map-html{
    margin:16px 0 14px !important;
    border-radius:14px !important;
  }
  #diving .dive-map-html__image{
    width:100% !important;
    height:auto !important;
  }
}

/* build 183 — dive map removed */
#diving .dive-map-html{display:none !important;}


/* build 184 — accommodation / stay section */
#stay.stay-section{
  position:relative !important;
  overflow:hidden !important;
  padding:86px 0 78px !important;
  background:
    radial-gradient(circle at 50% 42%,rgba(248,236,176,.08),transparent 34%),
    linear-gradient(180deg,#0b1921 0%,#0d1d25 100%) !important;
}

#stay .stay-section__inner{
  position:relative !important;
  z-index:1 !important;
}

#stay .stay-section__head{
  max-width:900px !important;
  margin:0 auto 34px !important;
  text-align:center !important;
}

#stay .stay-section__head > span{
  display:inline-block !important;
  margin-bottom:9px !important;
  color:#bba96a !important;
  font-size:11px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.15em !important;
  text-transform:uppercase !important;
}

#stay .stay-section__head h2{
  margin:0 !important;
  color:#f7f4ec !important;
  font-size:clamp(42px,5.2vw,76px) !important;
  font-weight:600 !important;
  line-height:.98 !important;
  letter-spacing:-.045em !important;
}

#stay .stay-section__visual{
  width:min(1180px,100%) !important;
  margin:0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

#stay .stay-section__visual img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:660px !important;
  object-fit:contain !important;
}

@media (max-width:720px){
  #stay.stay-section{
    padding:58px 0 54px !important;
  }

  #stay .stay-section__head{
    margin-bottom:24px !important;
    padding:0 4px !important;
  }

  #stay .stay-section__head > span{
    margin-bottom:8px !important;
    font-size:9px !important;
  }

  #stay .stay-section__head h2{
    font-size:clamp(36px,10.5vw,48px) !important;
  }

  #stay .stay-section__visual{
    width:100% !important;
  }

  #stay .stay-section__visual img{
    width:100% !important;
    max-height:none !important;
  }
}


/* build 185 — complete accommodation section */
#stay.stay-section{
  position:relative !important;
  overflow:hidden !important;
  padding:92px 0 110px !important;
  background:
    radial-gradient(circle at 18% 12%,rgba(162,111,98,.13),transparent 28%),
    radial-gradient(circle at 82% 34%,rgba(196,164,118,.10),transparent 26%),
    linear-gradient(180deg,#eee8de 0%,#e8e0d5 55%,#e4dbcf 100%) !important;
  color:#2a2927 !important;
  border-top:1px solid rgba(74,54,45,.14) !important;
}

#stay .stay-section__accent{
  position:absolute !important;
  inset:0 0 auto 0 !important;
  height:7px !important;
  background:linear-gradient(90deg,#572b2a,#a4645f 45%,#cf9e83 72%,#e3c491) !important;
}

#stay .stay-section__head{
  max-width:900px !important;
  margin:0 auto 32px !important;
  text-align:center !important;
}

#stay .stay-section__head > span{
  color:#8c544d !important;
}

#stay .stay-section__head h2{
  color:#292725 !important;
}

#stay .stay-section__visual{
  width:min(1180px,100%) !important;
  margin:0 auto 72px !important;
}

#stay .stay-section__visual img{
  filter:drop-shadow(0 22px 34px rgba(69,48,39,.10)) !important;
}

#stay .stay-comfort{
  display:grid !important;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr) !important;
  gap:54px !important;
  align-items:end !important;
  width:min(1120px,100%) !important;
  margin:0 auto 92px !important;
  padding:44px 46px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(86,61,49,.12) !important;
  border-radius:28px !important;
  background:rgba(255,255,255,.42) !important;
  box-shadow:0 22px 60px rgba(76,56,47,.08) !important;
}

#stay .stay-comfort__intro > span,
#stay .stay-house__eyebrow{
  display:block !important;
  margin-bottom:9px !important;
  color:#8f5952 !important;
  font-size:10px !important;
  font-weight:800 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}

#stay .stay-comfort__intro h3{
  max-width:650px !important;
  margin:0 0 17px !important;
  color:#292725 !important;
  font-size:clamp(31px,3.5vw,50px) !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
}

#stay .stay-comfort__intro p{
  max-width:670px !important;
  margin:0 !important;
  color:#625c57 !important;
  font-size:15px !important;
  line-height:1.68 !important;
}

#stay .stay-comfort__features{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}

#stay .stay-comfort__features > div{
  min-height:110px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  padding:18px !important;
  box-sizing:border-box !important;
  border-radius:18px !important;
  background:#3d3030 !important;
  color:#f5ece3 !important;
}

#stay .stay-comfort__features b{
  font-size:26px !important;
  line-height:1 !important;
  color:#e5bd9f !important;
}

#stay .stay-comfort__features span{
  font-size:12px !important;
  line-height:1.25 !important;
  font-weight:700 !important;
}

#stay .stay-house{
  display:grid !important;
  grid-template-columns:minmax(330px,.76fr) minmax(0,1.24fr) !important;
  gap:52px !important;
  align-items:center !important;
  width:min(1180px,100%) !important;
  margin:0 auto !important;
  padding:54px 0 !important;
}

#stay .stay-house + .stay-house{
  margin-top:28px !important;
  padding-top:78px !important;
  border-top:1px solid rgba(74,54,45,.14) !important;
}

#stay .stay-house--gals{
  grid-template-columns:minmax(0,1.24fr) minmax(330px,.76fr) !important;
}

#stay .stay-house__copy{
  position:relative !important;
  padding:12px 8px 12px 4px !important;
}

#stay .stay-house__copy--right{
  padding-left:20px !important;
}

#stay .stay-house__number{
  display:block !important;
  margin-bottom:22px !important;
  color:rgba(101,69,62,.28) !important;
  font-size:58px !important;
  font-weight:700 !important;
  line-height:.8 !important;
  letter-spacing:-.07em !important;
}

#stay .stay-house__copy h3{
  margin:0 0 12px !important;
  color:#2c2927 !important;
  font-size:clamp(44px,5vw,72px) !important;
  line-height:.94 !important;
  letter-spacing:-.055em !important;
}

#stay .stay-house__lead{
  max-width:430px !important;
  margin:0 0 25px !important;
  color:#5c514c !important;
  font-size:17px !important;
  line-height:1.45 !important;
}

#stay .stay-house__copy > p:not(.stay-house__lead){
  max-width:470px !important;
  margin:16px 0 0 !important;
  color:#675e59 !important;
  font-size:14px !important;
  line-height:1.7 !important;
}

#stay .stay-house__facts{
  display:flex !important;
  gap:10px !important;
  margin:0 0 23px !important;
}

#stay .stay-house__facts > div{
  min-width:112px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:11px 14px !important;
  border:1px solid rgba(99,69,59,.13) !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.36) !important;
}

#stay .stay-house__facts b{
  color:#8c554d !important;
  font-size:25px !important;
  line-height:1 !important;
}

#stay .stay-house__facts span{
  color:#5f5550 !important;
  font-size:10px !important;
  font-weight:750 !important;
  line-height:1.2 !important;
}

#stay .stay-house__gallery{
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:1.6fr 1fr !important;
  grid-template-rows:repeat(2,minmax(155px,1fr)) !important;
  gap:10px !important;
  min-height:430px !important;
}

#stay .stay-photo{
  position:relative !important;
  display:block !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:18px !important;
  background:#c9beb3 !important;
  cursor:zoom-in !important;
}

#stay .stay-photo--main{
  grid-row:1 / 3 !important;
}

#stay .stay-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transition:transform .45s ease !important;
}

#stay .stay-photo:hover img{
  transform:scale(1.025) !important;
}

#stay .stay-gallery-empty{
  grid-column:1/-1 !important;
  grid-row:1/-1 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:430px !important;
  border:1px dashed rgba(86,61,49,.20) !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.27) !important;
  color:#83736a !important;
}

#stay .stay-gallery-empty span{
  margin-bottom:6px !important;
  color:#624f47 !important;
  font-size:28px !important;
  font-weight:700 !important;
}

#stay .stay-gallery-empty small{
  font-size:11px !important;
}

@media (max-width:900px){
  #stay .stay-comfort{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  #stay .stay-house,
  #stay .stay-house--gals{
    grid-template-columns:1fr !important;
    gap:30px !important;
  }

  #stay .stay-house--gals .stay-house__gallery{
    order:2 !important;
  }

  #stay .stay-house--gals .stay-house__copy{
    order:1 !important;
  }

  #stay .stay-house__copy--right{
    padding-left:4px !important;
  }
}

@media (max-width:720px){
  #stay.stay-section{
    padding:62px 0 72px !important;
  }

  #stay .stay-section__visual{
    margin-bottom:42px !important;
  }

  #stay .stay-comfort{
    margin-bottom:52px !important;
    padding:25px 20px !important;
    border-radius:20px !important;
  }

  #stay .stay-comfort__intro h3{
    font-size:32px !important;
  }

  #stay .stay-comfort__intro p{
    font-size:14px !important;
  }

  #stay .stay-comfort__features{
    gap:7px !important;
  }

  #stay .stay-comfort__features > div{
    min-height:92px !important;
    padding:14px !important;
    border-radius:15px !important;
  }

  #stay .stay-house{
    gap:24px !important;
    padding:34px 0 !important;
  }

  #stay .stay-house + .stay-house{
    margin-top:8px !important;
    padding-top:48px !important;
  }

  #stay .stay-house__number{
    margin-bottom:16px !important;
    font-size:44px !important;
  }

  #stay .stay-house__copy h3{
    font-size:48px !important;
  }

  #stay .stay-house__lead{
    font-size:15px !important;
  }

  #stay .stay-house__facts{
    flex-wrap:wrap !important;
  }

  #stay .stay-house__gallery{
    grid-template-columns:1.45fr 1fr !important;
    grid-template-rows:repeat(2,120px) !important;
    min-height:250px !important;
    gap:7px !important;
  }

  #stay .stay-photo{
    border-radius:13px !important;
  }

  #stay .stay-gallery-empty{
    min-height:250px !important;
    border-radius:15px !important;
  }
}


/* build 186 — accommodation is dark and placed directly after Diving */
#stay.stay-section{
  background:
    radial-gradient(circle at 16% 12%,rgba(67,116,128,.12),transparent 30%),
    radial-gradient(circle at 84% 38%,rgba(132,100,76,.09),transparent 28%),
    linear-gradient(180deg,#101d23 0%,#0c181e 55%,#09151b 100%) !important;
  color:#eef2f1 !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
}
#stay .stay-section__accent{
  height:1px !important;
  background:linear-gradient(90deg,transparent,rgba(174,205,211,.35),transparent) !important;
}
#stay .stay-section__head h2,
#stay .stay-comfort__intro h3,
#stay .stay-house__copy h3{
  color:#f3f5f2 !important;
}
#stay .stay-section__head > span,
#stay .stay-comfort__intro > span,
#stay .stay-house__eyebrow{
  color:#9ebdc2 !important;
}
#stay .stay-comfort{
  border-color:rgba(255,255,255,.10) !important;
  background:rgba(255,255,255,.035) !important;
  box-shadow:0 24px 65px rgba(0,0,0,.20) !important;
}
#stay .stay-comfort__intro p,
#stay .stay-house__lead,
#stay .stay-house__copy > p:not(.stay-house__lead){
  color:#b9c4c5 !important;
}
#stay .stay-comfort__features > div{
  background:#17282f !important;
  color:#f1f4f2 !important;
  border:1px solid rgba(255,255,255,.06) !important;
}
#stay .stay-comfort__features b{
  color:#b8d4d8 !important;
}
#stay .stay-house + .stay-house{
  border-top-color:rgba(255,255,255,.09) !important;
}
#stay .stay-house__number{
  color:rgba(183,211,215,.22) !important;
}
#stay .stay-house__facts > div{
  border-color:rgba(255,255,255,.10) !important;
  background:rgba(255,255,255,.035) !important;
}
#stay .stay-house__facts b{
  color:#b9d4d8 !important;
}
#stay .stay-house__facts span{
  color:#b6c0c1 !important;
}
#stay .stay-gallery-empty{
  border-color:rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.025) !important;
  color:#87989c !important;
}
#stay .stay-gallery-empty span{
  color:#dce5e5 !important;
}
#stay .stay-photo{
  background:#15252c !important;
}


/* build 187 — final repaired STAY styles */
#stay.stay-section{position:relative!important;overflow:hidden!important;padding:88px 0 104px!important;border-top:1px solid rgba(255,255,255,.10)!important;background:radial-gradient(circle at 18% 10%,rgba(72,111,121,.13),transparent 30%),radial-gradient(circle at 82% 32%,rgba(125,92,72,.08),transparent 26%),linear-gradient(180deg,#14242b 0%,#0e1d23 48%,#0a171c 100%)!important;color:#edf3f3!important}
#stay .stay-section__accent{position:absolute!important;top:0!important;left:0!important;right:0!important;height:2px!important;background:linear-gradient(90deg,transparent,#638995 48%,transparent)!important}
#stay .stay-section__inner{position:relative!important;z-index:1!important}
#stay .stay-section__head{max-width:900px!important;margin:0 auto 30px!important;text-align:center!important}
#stay .stay-section__head>span,#stay .stay-comfort__intro>span,#stay .stay-house__eyebrow{display:block!important;color:#9dbbc0!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase!important}
#stay .stay-section__head>span{margin-bottom:10px!important}
#stay .stay-section__head h2{margin:0!important;color:#f6f8f6!important;font-size:clamp(44px,5.4vw,78px)!important;font-weight:600!important;line-height:.96!important;letter-spacing:-.05em!important}
#stay .stay-section__visual{width:min(1180px,100%)!important;margin:0 auto 66px!important;display:flex!important;justify-content:center!important}
#stay .stay-section__visual img{display:block!important;width:100%!important;height:auto!important;max-height:650px!important;object-fit:contain!important;filter:drop-shadow(0 22px 38px rgba(0,0,0,.16))!important}
#stay .stay-comfort{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr)!important;gap:44px!important;align-items:center!important;width:min(1120px,100%)!important;margin:0 auto 78px!important;padding:38px 40px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:26px!important;background:rgba(255,255,255,.035)!important;box-shadow:0 24px 60px rgba(0,0,0,.16)!important}
#stay .stay-comfort__intro>span{margin-bottom:10px!important}
#stay .stay-comfort__intro h3{max-width:650px!important;margin:0 0 16px!important;color:#f0f4f2!important;font-size:clamp(30px,3.3vw,48px)!important;line-height:1.03!important;letter-spacing:-.04em!important}
#stay .stay-comfort__intro p{margin:0!important;color:#b7c3c4!important;font-size:15px!important;line-height:1.65!important}
#stay .stay-comfort__features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
#stay .stay-comfort__features>div{min-height:105px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:17px!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:17px!important;background:#172a31!important}
#stay .stay-comfort__features b{color:#b9d7dc!important;font-size:25px!important;line-height:1!important}
#stay .stay-comfort__features span{color:#e5ecec!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important}
#stay .stay-house{display:grid!important;grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr)!important;gap:48px!important;align-items:center!important;width:min(1180px,100%)!important;margin:0 auto!important;padding:52px 0!important}
#stay .stay-house--gals{grid-template-columns:minmax(0,1.24fr) minmax(320px,.76fr)!important}
#stay .stay-house+.stay-house{margin-top:24px!important;padding-top:70px!important;border-top:1px solid rgba(255,255,255,.08)!important}
#stay .stay-house__copy{padding:10px 6px!important;position:relative!important}
#stay .stay-house__copy--right{padding-left:18px!important}
#stay .stay-house__number{display:block!important;margin-bottom:20px!important;color:rgba(184,213,217,.22)!important;font-size:58px!important;font-weight:700!important;line-height:.8!important;letter-spacing:-.07em!important}
#stay .stay-house__eyebrow{margin-bottom:9px!important}
#stay .stay-house__copy h3{margin:0 0 12px!important;color:#f5f7f5!important;font-size:clamp(44px,5vw,70px)!important;line-height:.95!important;letter-spacing:-.055em!important}
#stay .stay-house__lead{max-width:430px!important;margin:0 0 24px!important;color:#c7d0d0!important;font-size:17px!important;line-height:1.45!important}
#stay .stay-house__copy>p:not(.stay-house__lead){max-width:480px!important;margin:15px 0 0!important;color:#aebbbc!important;font-size:14px!important;line-height:1.7!important}
#stay .stay-house__facts{display:flex!important;gap:9px!important;margin:0 0 22px!important}
#stay .stay-house__facts>div{min-width:112px!important;display:flex!important;align-items:center!important;gap:10px!important;padding:11px 14px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important}
#stay .stay-house__facts b{color:#b9d5da!important;font-size:25px!important;line-height:1!important}
#stay .stay-house__facts span{color:#bac5c6!important;font-size:10px!important;font-weight:750!important;line-height:1.2!important}
#stay .stay-house__gallery{min-width:0!important;min-height:420px!important;display:grid!important;grid-template-columns:1.6fr 1fr!important;grid-template-rows:repeat(2,minmax(150px,1fr))!important;gap:9px!important}
#stay .stay-photo{display:block!important;min-width:0!important;min-height:0!important;padding:0!important;overflow:hidden!important;border:0!important;border-radius:17px!important;background:#15272e!important;cursor:zoom-in!important}
#stay .stay-photo--main{grid-row:1/3!important}
#stay .stay-photo img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}
#stay .stay-gallery-empty{grid-column:1/-1!important;grid-row:1/-1!important;min-height:420px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;border:1px dashed rgba(255,255,255,.14)!important;border-radius:19px!important;background:rgba(255,255,255,.025)!important;color:#87999d!important}
#stay .stay-gallery-empty span{margin-bottom:6px!important;color:#dde7e7!important;font-size:28px!important;font-weight:700!important}
#stay .stay-gallery-empty small{font-size:11px!important}
@media(max-width:900px){#stay .stay-comfort{grid-template-columns:1fr!important;gap:28px!important}#stay .stay-house,#stay .stay-house--gals{grid-template-columns:1fr!important;gap:28px!important}#stay .stay-house--gals .stay-house__copy{order:1!important}#stay .stay-house--gals .stay-house__gallery{order:2!important}#stay .stay-house__copy--right{padding-left:6px!important}}
@media(max-width:720px){#stay.stay-section{padding:60px 0 72px!important}#stay .stay-section__head{margin-bottom:22px!important}#stay .stay-section__head h2{font-size:clamp(36px,10.5vw,48px)!important}#stay .stay-section__visual{margin-bottom:40px!important}#stay .stay-section__visual img{max-height:none!important}#stay .stay-comfort{margin-bottom:48px!important;padding:23px 18px!important;border-radius:19px!important}#stay .stay-comfort__intro h3{font-size:31px!important}#stay .stay-comfort__intro p{font-size:14px!important}#stay .stay-comfort__features{gap:7px!important}#stay .stay-comfort__features>div{min-height:90px!important;padding:13px!important;border-radius:14px!important}#stay .stay-house{padding:32px 0!important;gap:22px!important}#stay .stay-house+.stay-house{margin-top:6px!important;padding-top:46px!important}#stay .stay-house__number{margin-bottom:14px!important;font-size:43px!important}#stay .stay-house__copy h3{font-size:47px!important}#stay .stay-house__lead{font-size:15px!important}#stay .stay-house__facts{flex-wrap:wrap!important}#stay .stay-house__gallery{min-height:245px!important;grid-template-columns:1.45fr 1fr!important;grid-template-rows:repeat(2,118px)!important;gap:7px!important}#stay .stay-photo{border-radius:13px!important}#stay .stay-gallery-empty{min-height:245px!important;border-radius:14px!important}}


/* build 188 — refined accommodation details */
#stay.stay-section{
  border-top:0 !important;
}
#stay .stay-section__accent{
  display:none !important;
}
#stay .stay-section__head{
  margin-bottom:30px !important;
}

#stay .stay-comfort__features{
  gap:10px !important;
}
#stay .stay-feature{
  min-height:112px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  padding:16px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:18px !important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),
    #172a31 !important;
}
#stay .stay-feature__icon{
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(185,215,220,.22) !important;
  border-radius:12px !important;
  background:rgba(185,215,220,.07) !important;
  color:#bcd8dc !important;
}
#stay .stay-feature__icon svg{
  width:22px !important;
  height:22px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
#stay .stay-feature__icon--number{
  font-size:20px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
#stay .stay-feature__text{
  color:#e6eded !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
}

#stay .stay-house__facility-badge{
  display:inline-flex !important;
  align-items:center !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 0 8px !important;
  padding:9px 12px !important;
  border-radius:999px !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
}
#stay .stay-house__facility-badge--shared{
  border:1px solid rgba(169,191,197,.18) !important;
  background:rgba(169,191,197,.08) !important;
  color:#c5d4d7 !important;
}
#stay .stay-house__facility-badge--private{
  border:1px solid rgba(186,218,198,.24) !important;
  background:rgba(111,164,130,.14) !important;
  color:#d5eadb !important;
  box-shadow:0 8px 22px rgba(0,0,0,.10) !important;
}

@media(max-width:720px){
  #stay .stay-feature{
    min-height:96px !important;
    padding:13px !important;
    border-radius:15px !important;
  }
  #stay .stay-feature__icon{
    width:34px !important;
    height:34px !important;
    border-radius:10px !important;
  }
  #stay .stay-feature__icon svg{
    width:19px !important;
    height:19px !important;
  }
  #stay .stay-house__facility-badge{
    white-space:normal !important;
    border-radius:14px !important;
    padding:9px 11px !important;
  }
}


/* build 189 — bathroom badges same visual height as room/person facts */
#stay .stay-house__facility-badge{
  min-height:0 !important;
  margin:0 0 8px !important;
  padding:11px 14px !important;
  box-sizing:border-box !important;
  border-radius:14px !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}
#stay .stay-house__facility-badge--shared,
#stay .stay-house__facility-badge--private{
  font-weight:400 !important;
}
@media(max-width:720px){
  #stay .stay-house__facility-badge{
    padding:11px 14px !important;
    border-radius:14px !important;
    font-size:10px !important;
    font-weight:400 !important;
    line-height:1.2 !important;
  }
}


/* build 191 — accommodation galleries: even square thumbnails */
#stay .stay-house__gallery{
  min-height:0 !important;
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  grid-auto-rows:auto !important;
  gap:10px !important;
  align-items:start !important;
}
#stay .stay-photo,
#stay .stay-photo--main{
  grid-row:auto !important;
  grid-column:auto !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
  border-radius:15px !important;
}
#stay .stay-photo img{
  width:100% !important;
  height:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
}
#stay .stay-gallery-empty{
  grid-column:1/-1 !important;
  min-height:260px !important;
}
@media(max-width:720px){
  #stay .stay-house__gallery{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    grid-template-rows:none !important;
    gap:7px !important;
    min-height:0 !important;
  }
  #stay .stay-photo,
  #stay .stay-photo--main{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    border-radius:12px !important;
  }
  #stay .stay-gallery-empty{
    min-height:180px !important;
  }
}


/* build 192 — Font Awesome amenity icons, icon left + regular text */
#stay .stay-feature{
  min-height:76px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:14px !important;
  padding:14px 16px !important;
}
#stay .stay-feature__icon{
  flex:0 0 38px !important;
  width:38px !important;
  height:38px !important;
  display:grid !important;
  place-items:center !important;
  border:0 !important;
  background:transparent !important;
  font-size:22px !important;
  color:#bcd8dc !important;
}
#stay .stay-feature__text{
  color:#e6eded !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1.3 !important;
}
#stay .stay-feature--hot-water .stay-feature__icon{
  color:#f28b52 !important;
}
#stay .stay-feature--drinking-water .stay-feature__icon{
  color:#66bfe7 !important;
}
#stay .stay-feature--electricity .stay-feature__icon{
  color:#e8c75d !important;
}
#stay .stay-feature--shower .stay-feature__icon{
  color:#9ecbd6 !important;
}
@media(max-width:720px){
  #stay .stay-feature{
    min-height:68px !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:11px 12px !important;
  }
  #stay .stay-feature__icon{
    flex-basis:30px !important;
    width:30px !important;
    height:30px !important;
    font-size:19px !important;
  }
  #stay .stay-feature__text{
    font-size:11px !important;
    font-weight:400 !important;
  }
}


/* build 193 — larger accommodation amenity icons */
#stay .stay-feature{
  min-height:92px !important;
  gap:18px !important;
  padding:15px 18px !important;
}
#stay .stay-feature__icon{
  flex:0 0 58px !important;
  width:58px !important;
  height:58px !important;
  font-size:38px !important;
}
#stay .stay-feature__icon i{
  font-size:38px !important;
  line-height:1 !important;
}
#stay .stay-feature__text{
  font-size:14px !important;
  font-weight:400 !important;
}
@media(max-width:720px){
  #stay .stay-feature{
    min-height:82px !important;
    gap:13px !important;
    padding:12px 13px !important;
  }
  #stay .stay-feature__icon{
    flex:0 0 46px !important;
    width:46px !important;
    height:46px !important;
    font-size:31px !important;
  }
  #stay .stay-feature__icon i{
    font-size:31px !important;
  }
  #stay .stay-feature__text{
    font-size:12px !important;
  }
}


/* build 194 — mobile stay alignment + single-line title + facility badges equal to fact cards */
#stay .stay-house__facility-badge{
  display:flex !important;
  align-items:center !important;
  width:max-content !important;
  max-width:100% !important;
  min-height:48px !important;
  margin:0 0 10px !important;
  padding:11px 14px !important;
  box-sizing:border-box !important;
  border-radius:14px !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
}

/* Match the vertical rhythm of the “rooms / people” fact chips. */
#stay .stay-house__facts > div{
  min-height:48px !important;
  box-sizing:border-box !important;
}

@media (max-width:720px){
  /* Same horizontal column as Fishing and Diving. */
  #stay .stay-section__inner{
    width:auto !important;
    max-width:none !important;
    margin-left:16px !important;
    margin-right:16px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  #stay.stay-section{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  #stay .stay-section__head,
  #stay .stay-section__visual,
  #stay .stay-comfort,
  #stay .stay-house{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  /* Keep the mobile heading in one line. */
  #stay .stay-section__head h2{
    white-space:nowrap !important;
    font-size:clamp(27px,8.2vw,38px) !important;
    letter-spacing:-.045em !important;
  }

  #stay .stay-house__facility-badge{
    min-height:46px !important;
    width:auto !important;
    max-width:100% !important;
    padding:10px 13px !important;
    margin:0 0 9px !important;
    border-radius:14px !important;
    font-size:10px !important;
    line-height:1.2 !important;
  }

  #stay .stay-house__facts > div{
    min-height:46px !important;
    padding:10px 13px !important;
  }
}


/* build 201 — eco relaxation block after “Море — часть отдыха” */
#ecotourism .eco-relax-story{
  display:grid !important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr) !important;
  gap:48px !important;
  align-items:center !important;
  margin-top:70px !important;
  padding-top:64px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}

#ecotourism .eco-relax-story__gallery{
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:1.5fr 1fr !important;
  grid-template-rows:repeat(2,155px) !important;
  gap:8px !important;
}

#ecotourism .eco-relax-photo{
  display:block !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:16px !important;
  background:#14242a !important;
  cursor:zoom-in !important;
}

#ecotourism .eco-relax-photo--main{
  grid-row:1 / 3 !important;
}

#ecotourism .eco-relax-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  transition:transform .4s ease !important;
}

#ecotourism .eco-relax-photo:hover img{
  transform:scale(1.025) !important;
}

#ecotourism .eco-relax-story__empty{
  grid-column:1 / -1 !important;
  grid-row:1 / -1 !important;
  min-height:318px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px dashed rgba(255,255,255,.14) !important;
  border-radius:18px !important;
  color:rgba(255,255,255,.45) !important;
  font-size:12px !important;
}

#ecotourism .eco-relax-story__copy > span{
  display:block !important;
  margin-bottom:10px !important;
  color:#91b8c0 !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}

#ecotourism .eco-relax-story__copy h3{
  max-width:470px !important;
  margin:0 0 18px !important;
  color:#f5f6f3 !important;
  font-size:clamp(34px,3.7vw,54px) !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
}

#ecotourism .eco-relax-story__copy p{
  max-width:490px !important;
  margin:0 !important;
  color:#acbabc !important;
  font-size:14px !important;
  line-height:1.68 !important;
}

@media(max-width:800px){
  #ecotourism .eco-relax-story{
    grid-template-columns:1fr !important;
    gap:24px !important;
    margin-top:48px !important;
    padding-top:42px !important;
  }

  #ecotourism .eco-relax-story__gallery{
    grid-template-columns:1.45fr 1fr !important;
    grid-template-rows:repeat(2,120px) !important;
    gap:7px !important;
  }

  #ecotourism .eco-relax-photo{
    border-radius:13px !important;
  }

  #ecotourism .eco-relax-story__copy h3{
    font-size:34px !important;
  }

  #ecotourism .eco-relax-story__copy p{
    font-size:13px !important;
  }
}


/* build 203 — square compact thumbnails for “Море — часть отдыха” and “Отдых на берегу” */
#ecotourism .seafood-story__gallery,
#ecotourism .eco-relax-story__gallery{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  grid-template-rows:none !important;
  grid-auto-rows:auto !important;
  gap:8px !important;
  min-height:0 !important;
  align-items:start !important;
}

#ecotourism .seafood-photo,
#ecotourism .seafood-photo--main,
#ecotourism .eco-relax-photo,
#ecotourism .eco-relax-photo--main{
  grid-column:auto !important;
  grid-row:auto !important;
  width:100% !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
  border-radius:13px !important;
}

#ecotourism .seafood-photo img,
#ecotourism .eco-relax-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
}

@media(max-width:800px){
  #ecotourism .seafood-story__gallery,
  #ecotourism .eco-relax-story__gallery{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:6px !important;
  }

  #ecotourism .seafood-photo,
  #ecotourism .seafood-photo--main,
  #ecotourism .eco-relax-photo,
  #ecotourism .eco-relax-photo--main{
    aspect-ratio:1 / 1 !important;
    border-radius:10px !important;
  }
}


/* build 205 — mobile: relaxation copy before photos + more stay side spacing */
@media(max-width:800px){
  #ecotourism .eco-relax-story{
    display:flex !important;
    flex-direction:column !important;
  }

  #ecotourism .eco-relax-story__copy{
    order:1 !important;
    width:100% !important;
  }

  #ecotourism .eco-relax-story__gallery{
    order:2 !important;
    width:100% !important;
  }
}

@media(max-width:720px){
  /* Slightly larger side margins for the whole accommodation section. */
  #stay .stay-section__inner{
    width:auto !important;
    max-width:none !important;
    margin-left:22px !important;
    margin-right:22px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  #stay .stay-section__head,
  #stay .stay-section__visual,
  #stay .stay-comfort,
  #stay .stay-house{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}


/* build 206 — boats / delicacies / shore rest */
#ecotourism .eco-boat-story,
#ecotourism .eco-delicacies-story,
#ecotourism .eco-relax-story{
  margin-top:64px !important;
  padding-top:58px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}
#ecotourism .eco-delicacies-story{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
  gap:46px !important;
  align-items:center !important;
}
#ecotourism .eco-relax-story{
  display:grid !important;
  grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr) !important;
  gap:46px !important;
  align-items:center !important;
}
#ecotourism .eco-delicacies-story__gallery,
#ecotourism .eco-relax-story__gallery{
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:7px !important;
}
#ecotourism .eco-delicacies-photo,
#ecotourism .eco-relax-photo{
  display:block !important;
  width:100% !important;
  aspect-ratio:1/1 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:12px !important;
  background:#14242a !important;
  cursor:zoom-in !important;
}
#ecotourism .eco-delicacies-photo img,
#ecotourism .eco-relax-photo img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
#ecotourism .eco-delicacies-story__copy>span,
#ecotourism .eco-relax-story__copy>span{
  display:block !important;
  margin-bottom:10px !important;
  color:#91b8c0 !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}
#ecotourism .eco-delicacies-story__copy h3,
#ecotourism .eco-relax-story__copy h3{
  margin:0 0 17px !important;
  color:#f5f6f3 !important;
  font-size:clamp(34px,3.7vw,54px) !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
}
#ecotourism .eco-delicacies-story__copy p,
#ecotourism .eco-relax-story__copy p{
  margin:0 !important;
  color:#acbabc !important;
  font-size:14px !important;
  line-height:1.68 !important;
}
#ecotourism .eco-delicacies-story__empty,
#ecotourism .eco-relax-story__empty{
  grid-column:1/-1 !important;
  min-height:180px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px dashed rgba(255,255,255,.14) !important;
  border-radius:14px !important;
  color:rgba(255,255,255,.45) !important;
  font-size:12px !important;
}
@media(max-width:800px){
  #ecotourism .eco-boat-story,
  #ecotourism .eco-delicacies-story,
  #ecotourism .eco-relax-story{
    margin-top:46px !important;
    padding-top:40px !important;
  }
  #ecotourism .eco-delicacies-story,
  #ecotourism .eco-relax-story{
    display:flex !important;
    flex-direction:column !important;
    gap:22px !important;
  }
  #ecotourism .eco-delicacies-story__gallery{order:1 !important;width:100% !important}
  #ecotourism .eco-delicacies-story__copy{order:2 !important;width:100% !important}
  #ecotourism .eco-relax-story__copy{order:1 !important;width:100% !important}
  #ecotourism .eco-relax-story__gallery{order:2 !important;width:100% !important}
  #ecotourism .eco-delicacies-story__gallery,
  #ecotourism .eco-relax-story__gallery{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  #ecotourism .eco-delicacies-story__copy h3,
  #ecotourism .eco-relax-story__copy h3{font-size:34px !important}
  #ecotourism .eco-delicacies-story__copy p,
  #ecotourism .eco-relax-story__copy p{font-size:13px !important}
}


/* build 207 — hiking block + video media */
#ecotourism .eco-hiking-story{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr) !important;
  gap:46px !important;
  align-items:center !important;
  margin-top:64px !important;
  padding-top:58px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
}
#ecotourism .eco-hiking-story__gallery{
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:7px !important;
}
#ecotourism .eco-hiking-media{
  display:block !important;
  width:100% !important;
  aspect-ratio:1/1 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:12px !important;
  background:#14242a !important;
}
#ecotourism .eco-hiking-media img,
#ecotourism .eco-hiking-media video{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
#ecotourism .eco-hiking-story__copy>span{
  display:block !important;
  margin-bottom:10px !important;
  color:#91b8c0 !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}
#ecotourism .eco-hiking-story__copy h3{
  margin:0 0 17px !important;
  color:#f5f6f3 !important;
  font-size:clamp(34px,3.7vw,54px) !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:-.045em !important;
}
#ecotourism .eco-hiking-story__copy p{
  margin:0 0 23px !important;
  color:#acbabc !important;
  font-size:14px !important;
  line-height:1.68 !important;
}
#ecotourism .eco-hiking-story__route-btn{
  margin:0 !important;
}
#ecotourism .eco-hiking-story__empty{
  grid-column:1/-1 !important;
  min-height:180px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px dashed rgba(255,255,255,.14) !important;
  border-radius:14px !important;
  color:rgba(255,255,255,.45) !important;
}
.media-video-card{
  overflow:hidden !important;
}
.media-video-card video,
.site-photo-card video,
.stay-photo video,
.seafood-photo video,
.eco-delicacies-photo video,
.eco-relax-photo video{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.hero__slide--video video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
@media(max-width:800px){
  #ecotourism .eco-hiking-story{
    display:flex !important;
    flex-direction:column !important;
    gap:22px !important;
    margin-top:46px !important;
    padding-top:40px !important;
  }
  #ecotourism .eco-hiking-story__gallery{order:1 !important;width:100% !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:6px !important}
  #ecotourism .eco-hiking-story__copy{order:2 !important;width:100% !important}
  #ecotourism .eco-hiking-story__copy h3{font-size:34px !important}
  #ecotourism .eco-hiking-story__copy p{font-size:13px !important}
}


/* build 209 — editorial ecotourism intro/history */
#ecotourism .eco-section__intro--editorial{
  display:grid !important;
  grid-template-columns:minmax(270px,.78fr) minmax(0,1.22fr) !important;
  gap:56px !important;
  align-items:start !important;
  margin-bottom:42px !important;
}
#ecotourism .eco-intro__heading{
  position:relative !important;
  padding-top:3px !important;
}
#ecotourism .eco-intro__eyebrow{
  display:block !important;
  margin-bottom:12px !important;
  color:#8fb8c0 !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
#ecotourism .eco-section__intro--editorial h2{
  margin:0 !important;
}
#ecotourism .eco-intro__text{
  position:relative !important;
  padding:28px 30px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:22px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
}
#ecotourism .eco-intro__text::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:28px !important;
  bottom:28px !important;
  width:2px !important;
  background:linear-gradient(180deg,#78aebb,rgba(120,174,187,.12)) !important;
}
#ecotourism .eco-intro__text p{
  margin:0 !important;
  color:#aebdc0 !important;
  font-size:15px !important;
  line-height:1.72 !important;
}
#ecotourism .eco-intro__text p+p{
  margin-top:18px !important;
}
#ecotourism .eco-intro__text .eco-intro__lead{
  color:#d5dddd !important;
  font-size:17px !important;
  line-height:1.62 !important;
}

#ecotourism .eco-history-copy--editorial{
  display:grid !important;
  grid-template-columns:140px minmax(0,1fr) !important;
  gap:30px !important;
  align-items:start !important;
  margin:62px 0 34px !important;
  padding:34px 36px !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  border-bottom:1px solid rgba(255,255,255,.08) !important;
  background:linear-gradient(90deg,rgba(255,255,255,.015),rgba(255,255,255,.03),rgba(255,255,255,.01)) !important;
}
#ecotourism .eco-history-copy__mark{
  color:rgba(157,190,196,.28) !important;
  font-size:58px !important;
  font-weight:700 !important;
  line-height:.9 !important;
  letter-spacing:-.06em !important;
}
#ecotourism .eco-history-copy__body>span{
  display:block !important;
  margin-bottom:8px !important;
  color:#8fb8c0 !important;
  font-size:10px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}
#ecotourism .eco-history-copy__body h3{
  margin:0 0 14px !important;
  color:#f1f4f2 !important;
  font-size:clamp(28px,3vw,44px) !important;
  line-height:1.02 !important;
  letter-spacing:-.04em !important;
}
#ecotourism .eco-history-copy__body p{
  max-width:820px !important;
  margin:0 !important;
  color:#acbabc !important;
  font-size:14px !important;
  line-height:1.72 !important;
}
.route-map-hidden-opener{
  position:fixed !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  left:-9999px !important;
  top:-9999px !important;
}

@media(max-width:800px){
  #ecotourism .eco-section__intro--editorial{
    grid-template-columns:1fr !important;
    gap:24px !important;
    margin-bottom:30px !important;
  }
  #ecotourism .eco-intro__text{
    padding:22px 20px 22px 22px !important;
    border-radius:18px !important;
  }
  #ecotourism .eco-intro__text::before{
    top:22px !important;
    bottom:22px !important;
  }
  #ecotourism .eco-intro__text p{
    font-size:14px !important;
  }
  #ecotourism .eco-intro__text .eco-intro__lead{
    font-size:15px !important;
  }
  #ecotourism .eco-history-copy--editorial{
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin:44px 0 28px !important;
    padding:26px 20px !important;
  }
  #ecotourism .eco-history-copy__mark{
    font-size:43px !important;
  }
  #ecotourism .eco-history-copy__body h3{
    font-size:31px !important;
  }
}


/* build 210 — intro text no longer competes with #НЕТЕРИБЕРКА */
#ecotourism .eco-section__intro--editorial{
  display:block !important;
  margin-bottom:44px !important;
}

#ecotourism .eco-intro__heading{
  width:100% !important;
  margin:0 0 30px !important;
  padding:0 !important;
}

#ecotourism .eco-intro__eyebrow{
  margin-bottom:10px !important;
}

#ecotourism .eco-section__intro--editorial h2{
  position:relative !important;
  z-index:1 !important;
  display:block !important;
  width:100% !important;
  margin:0 !important;
}

#ecotourism .eco-intro__text{
  position:relative !important;
  z-index:0 !important;
  width:100% !important;
  max-width:980px !important;
  margin:0 0 0 auto !important;
  padding:0 0 0 28px !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
}

#ecotourism .eco-intro__text::before{
  left:0 !important;
  top:4px !important;
  bottom:4px !important;
  width:2px !important;
}

#ecotourism .eco-intro__text p{
  max-width:900px !important;
}

#ecotourism .eco-intro__text .eco-intro__lead{
  font-size:18px !important;
  line-height:1.6 !important;
}

@media(max-width:800px){
  #ecotourism .eco-section__intro--editorial{
    display:block !important;
    margin-bottom:32px !important;
  }

  #ecotourism .eco-intro__heading{
    margin-bottom:24px !important;
  }

  #ecotourism .eco-intro__text{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 0 0 18px !important;
  }

  #ecotourism .eco-intro__text .eco-intro__lead{
    font-size:15px !important;
  }
}


/* build 211 — cleaner magazine-style ecotourism introduction */
#ecotourism .eco-section__intro--editorial{
  display:grid !important;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr) !important;
  column-gap:64px !important;
  row-gap:0 !important;
  align-items:end !important;
  margin-bottom:48px !important;
}

#ecotourism .eco-intro__heading{
  align-self:end !important;
  margin:0 !important;
  padding:0 0 8px !important;
}

#ecotourism .eco-intro__eyebrow{
  margin:0 0 12px !important;
}

#ecotourism .eco-intro__text{
  position:relative !important;
  width:auto !important;
  max-width:680px !important;
  margin:0 !important;
  padding:0 0 2px !important;
  border:0 !important;
  background:none !important;
}

#ecotourism .eco-intro__text::before{
  display:none !important;
}

#ecotourism .eco-intro__text p{
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  color:#9eafb2 !important;
  font-size:14px !important;
  line-height:1.72 !important;
}

#ecotourism .eco-intro__text .eco-intro__lead{
  position:relative !important;
  padding-top:20px !important;
  color:#e0e5e3 !important;
  font-size:17px !important;
  line-height:1.62 !important;
}

#ecotourism .eco-intro__text .eco-intro__lead::before{
  content:"" !important;
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  width:72px !important;
  height:1px !important;
  background:rgba(143,184,192,.72) !important;
}

#ecotourism .eco-intro__text p+p{
  margin-top:16px !important;
}

/* Hiking is now the first thematic block after the historical gallery. */
#ecotourism .history-gallery-head + #history-gallery{
  margin-bottom:0 !important;
}

@media(max-width:800px){
  #ecotourism .eco-section__intro--editorial{
    display:block !important;
    margin-bottom:34px !important;
  }

  #ecotourism .eco-intro__heading{
    margin:0 0 28px !important;
    padding:0 !important;
  }

  #ecotourism .eco-intro__text{
    max-width:none !important;
    padding:0 !important;
  }

  #ecotourism .eco-intro__text .eco-intro__lead{
    padding-top:18px !important;
    font-size:15px !important;
  }

  #ecotourism .eco-intro__text p{
    font-size:13px !important;
    line-height:1.7 !important;
  }
}


/* build 212 — smaller #НЕТЕРИБЕРКА, vertically centered against intro copy */
@media(min-width:801px){
  #ecotourism .eco-section__intro--editorial{
    align-items:stretch !important;
  }

  #ecotourism .eco-intro__heading{
    align-self:stretch !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 !important;
  }

  #ecotourism .eco-section__intro--editorial h2{
    width:auto !important;
    font-size:clamp(46px,5.2vw,78px) !important;
    line-height:.92 !important;
    letter-spacing:-.055em !important;
  }

  #ecotourism .eco-intro__eyebrow{
    margin-bottom:11px !important;
  }

  #ecotourism .eco-intro__text{
    align-self:center !important;
  }
}

@media(max-width:800px){
  #ecotourism .eco-section__intro--editorial h2{
    font-size:clamp(42px,14vw,62px) !important;
    line-height:.94 !important;
  }
}


/* build 213 — reduce #НЕТЕРИБЕРКА so it cannot overlap the right copy */
@media(min-width:801px){
  #ecotourism .eco-section__intro--editorial h2{
    font-size:clamp(36px,3.8vw,58px) !important;
    line-height:.96 !important;
    letter-spacing:-.045em !important;
    white-space:nowrap !important;
  }
}

@media(max-width:800px){
  #ecotourism .eco-section__intro--editorial h2{
    font-size:clamp(36px,11.5vw,50px) !important;
    line-height:.96 !important;
  }
}


/* build 214 — eco intro alignment, history years, mobile block order */
@media(min-width:801px){
  /* Raise #НЕТЕРИБЕРКА relative to the right text block. */
  #ecotourism .eco-intro__heading{
    justify-content:flex-start !important;
    padding-top:20px !important;
  }

  #ecotourism .eco-intro__text{
    align-self:center !important;
  }

  #ecotourism .eco-history-copy__mark{
    font-size:44px !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
    white-space:nowrap !important;
  }
}

@media(max-width:800px){
  /* Remove the small horizontal accent line under #НЕТЕРИБЕРКА. */
  #ecotourism .eco-intro__text .eco-intro__lead{
    padding-top:0 !important;
  }

  #ecotourism .eco-intro__text .eco-intro__lead::before{
    display:none !important;
  }

  /* Hiking: text first, media second. */
  #ecotourism .eco-hiking-story__copy{
    order:1 !important;
    width:100% !important;
  }

  #ecotourism .eco-hiking-story__gallery{
    order:2 !important;
    width:100% !important;
  }

  /* Sea delicacies: text first, media second. */
  #ecotourism .eco-delicacies-story__copy{
    order:1 !important;
    width:100% !important;
  }

  #ecotourism .eco-delicacies-story__gallery{
    order:2 !important;
    width:100% !important;
  }

  #ecotourism .eco-history-copy__mark{
    font-size:34px !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
}


/* build 215 — cleaner intro, stacked history years, compact stay facts */
@media(min-width:801px){
  /* Remove the short horizontal accent above the base text. */
  #ecotourism .eco-intro__text .eco-intro__lead{
    padding-top:0 !important;
  }

  #ecotourism .eco-intro__text .eco-intro__lead::before{
    display:none !important;
  }

  /* 1937 / – / 1944 vertically, each on its own line. */
  #ecotourism .eco-history-copy__mark{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:2px !important;
    font-size:40px !important;
    line-height:.92 !important;
    letter-spacing:-.04em !important;
    white-space:normal !important;
  }

  #ecotourism .eco-history-copy__mark span{
    display:block !important;
  }

  #ecotourism .eco-history-copy__mark span:nth-child(2){
    margin-left:4px !important;
    color:rgba(157,190,196,.38) !important;
  }
}

/* Three equal compact fact chips in one row. */
#stay .stay-house__facts--three{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:9px !important;
  width:100% !important;
  max-width:520px !important;
}

#stay .stay-house__facts--three > div{
  min-width:0 !important;
  min-height:54px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  padding:10px 12px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.035) !important;
}

#stay .stay-house__facts--three b,
#stay .stay-house__facts--three span{
  color:#bac5c6 !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.22 !important;
}

#stay .stay-house__facts--three b{
  font-size:17px !important;
  line-height:1 !important;
}

#stay .stay-house__fact--facility{
  justify-content:center !important;
}

#stay .stay-house__fact--facility span{
  text-align:left !important;
}

/* Old separate facility pills are no longer used. */
#stay .stay-house__facility-badge{
  display:none !important;
}

@media(max-width:720px){
  #ecotourism .eco-history-copy__mark{
    display:flex !important;
    flex-direction:column !important;
    gap:1px !important;
    font-size:32px !important;
    line-height:.94 !important;
    white-space:normal !important;
  }

  #stay .stay-house__facts--three{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
    max-width:none !important;
  }

  #stay .stay-house__facts--three > div{
    min-height:50px !important;
    padding:9px 9px !important;
    border-radius:12px !important;
  }

  #stay .stay-house__facts--three b{
    font-size:15px !important;
  }

  #stay .stay-house__facts--three span{
    font-size:9px !important;
  }
}


/* build 216 — room/occupancy chips narrower, bathroom chip wider */
#stay .stay-house__facts--three{
  display:grid !important;
  grid-template-columns:.72fr .95fr 1.55fr !important;
  gap:9px !important;
  max-width:560px !important;
}

#stay .stay-house__facts--three > div{
  min-width:0 !important;
}

#stay .stay-house__fact--rooms{
  justify-content:flex-start !important;
}

#stay .stay-house__fact--occupancy{
  justify-content:flex-start !important;
}

#stay .stay-house__fact--facility{
  justify-content:flex-start !important;
}

#stay .stay-house__facts--three b,
#stay .stay-house__facts--three span{
  font-weight:400 !important;
}

#stay .stay-house__fact--rooms b{
  font-size:16px !important;
}

@media(max-width:720px){
  #stay .stay-house__facts--three{
    grid-template-columns:.75fr 1fr 1.5fr !important;
    gap:6px !important;
    max-width:none !important;
  }

  #stay .stay-house__facts--three > div{
    padding:9px 8px !important;
  }

  #stay .stay-house__fact--rooms b{
    font-size:14px !important;
  }
}


/* build 217 — accommodation facts without room count */
#stay .stay-house__facts--three{
  grid-template-columns:minmax(135px,.9fr) minmax(210px,1.45fr) !important;
  max-width:430px !important;
}

@media(max-width:720px){
  #stay .stay-house__facts--three{
    grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr) !important;
    max-width:none !important;
  }
}


/* build 218 — keep accommodation facts on one line whenever space allows */
#stay .stay-house__facts--three{
  grid-template-columns:max-content minmax(220px,max-content) !important;
  max-width:none !important;
  width:max-content !important;
}

#stay .stay-house__facts--three > div{
  min-height:48px !important;
  padding:10px 14px !important;
}

#stay .stay-house__facts--three span{
  white-space:nowrap !important;
}

@media(max-width:720px){
  #stay .stay-house__facts--three{
    width:100% !important;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr) !important;
  }

  #stay .stay-house__facts--three span{
    white-space:normal !important;
  }
}

@media(min-width:430px) and (max-width:720px){
  #stay .stay-house__facts--three span{
    white-space:nowrap !important;
    font-size:8.5px !important;
  }
}


/* build 219 — slightly larger accommodation fact text */
@media(min-width:721px){
  #stay .stay-house__facts--three span{
    font-size:12px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
  }

  #stay .stay-house__facts--three > div{
    padding:11px 16px !important;
  }
}

@media(min-width:430px) and (max-width:720px){
  #stay .stay-house__facts--three span{
    font-size:9.5px !important;
    white-space:nowrap !important;
  }
}


/* build 220 — mobile history date + stay clearance from vertical navigation */
@media(max-width:800px){
  /* 1937 — 1944 in one horizontal line on mobile */
  #ecotourism .eco-history-copy__mark{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:7px !important;
    white-space:nowrap !important;
    font-size:30px !important;
    line-height:1 !important;
  }

  #ecotourism .eco-history-copy__mark span{
    display:inline-block !important;
    margin:0 !important;
  }

  /* Give the accommodation section more room from the left-side navigation. */
  #stay .section-inner,
  #stay .stay-section__inner,
  #stay .stay-section__content{
    padding-left:28px !important;
    padding-right:18px !important;
    box-sizing:border-box !important;
  }

  #stay .stay-section__head,
  #stay .stay-house{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

@media(max-width:430px){
  #stay .section-inner,
  #stay .stay-section__inner,
  #stay .stay-section__content{
    padding-left:32px !important;
    padding-right:16px !important;
  }
}


/* build 221 — mobile vertical rail: active item must match the current section */
@media(max-width:800px){
  #sectionRail{
    overflow:visible !important;
  }
  #sectionRail a{
    position:relative !important;
    z-index:1 !important;
  }
  #sectionRail a.is-active{
    z-index:2 !important;
  }
}


/* build 222 — How to get there */
.route-section{
  position:relative;
  overflow:hidden;
  padding:100px 0 110px;
  background:#0c171b;
  color:#eef3f1;
}
.route-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 85% 15%,rgba(78,130,142,.10),transparent 31%),
    linear-gradient(180deg,rgba(255,255,255,.018),transparent 28%);
}
.route-section__inner{position:relative;z-index:1}
.route-section__head{
  max-width:820px;
  margin:0 0 72px;
}
.route-section__head>span{
  display:block;
  margin-bottom:12px;
  color:#8fb8c0;
  font-size:10px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.route-section__head h2{
  margin:0 0 20px;
  color:#f5f6f3;
  font-size:clamp(46px,5.2vw,76px);
  font-weight:600;
  line-height:.96;
  letter-spacing:-.055em;
}
.route-section__head p{
  max-width:720px;
  margin:0;
  color:#aab9bb;
  font-size:15px;
  line-height:1.72;
}
.route-roadmap{
  display:grid;
  grid-template-columns:max-content minmax(150px,1fr) max-content minmax(150px,1fr) max-content;
  align-items:start;
  gap:0;
  margin:0 0 54px;
  padding:32px 34px 30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:rgba(255,255,255,.025);
}
.route-roadmap__stop{
  position:relative;
  min-width:120px;
  padding-top:30px;
}
.route-roadmap__dot{
  position:absolute;
  top:0;
  left:0;
  width:14px;
  height:14px;
  border:3px solid #0c171b;
  border-radius:50%;
  background:#9bc7cf;
  box-shadow:0 0 0 1px rgba(155,199,207,.55);
}
.route-roadmap__stop--finish .route-roadmap__dot{
  background:#e5c28e;
  box-shadow:0 0 0 1px rgba(229,194,142,.55);
}
.route-roadmap__stop small{
  display:block;
  margin-bottom:5px;
  color:#748d92;
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-roadmap__stop strong{
  display:block;
  color:#eef3f1;
  font-size:17px;
  font-weight:500;
  white-space:nowrap;
}
.route-roadmap__stop em{
  display:block;
  max-width:155px;
  margin-top:7px;
  color:#819397;
  font-size:10px;
  font-style:normal;
  line-height:1.35;
}
.route-roadmap__leg{
  position:relative;
  min-width:0;
  padding-top:4px;
}
.route-roadmap__line{
  display:block;
  height:1px;
  margin:3px 15px 15px;
  background:repeating-linear-gradient(90deg,rgba(155,199,207,.62) 0 6px,transparent 6px 12px);
}
.route-roadmap__leg--sea .route-roadmap__line{
  background:repeating-linear-gradient(90deg,rgba(229,194,142,.58) 0 6px,transparent 6px 12px);
}
.route-roadmap__leg div{text-align:center}
.route-roadmap__leg b{
  display:block;
  color:#dce5e4;
  font-size:12px;
  font-weight:500;
}
.route-roadmap__leg small{
  display:block;
  margin-top:4px;
  color:#778c90;
  font-size:9px;
  line-height:1.3;
}
.route-transfer{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  padding:28px 30px;
  border:1px solid rgba(155,199,207,.16);
  border-radius:20px;
  background:linear-gradient(120deg,rgba(89,139,150,.11),rgba(255,255,255,.025));
}
.route-transfer__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:16px;
  background:rgba(155,199,207,.09);
  color:#9bc7cf;
  font-size:22px;
}
.route-transfer__copy>span{
  display:block;
  margin-bottom:4px;
  color:#8fb8c0;
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-transfer__copy h3{
  margin:0 0 7px;
  color:#f1f4f2;
  font-size:24px;
  font-weight:500;
  letter-spacing:-.025em;
}
.route-transfer__copy p{
  max-width:680px;
  margin:0;
  color:#9cadb0;
  font-size:12px;
  line-height:1.55;
}
.route-transfer__copy p strong{
  color:#cbd6d5;
  font-weight:500;
}
.route-transfer__direction{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:#b9c6c6;
  font-size:11px;
  white-space:nowrap;
}
.route-transfer__direction span{
  margin:0 7px;
  color:#8fb8c0;
}

@media(max-width:800px){
  .route-section{
    padding:70px 0 78px;
  }
  .route-section__inner{
    padding-left:32px !important;
    padding-right:16px !important;
    box-sizing:border-box;
  }
  .route-section__head{
    margin-bottom:42px;
  }
  .route-section__head h2{
    font-size:42px;
  }
  .route-section__head p{
    font-size:13px;
  }
  .route-roadmap{
    display:flex;
    flex-direction:column;
    gap:0;
    padding:26px 20px;
    border-radius:20px;
  }
  .route-roadmap__stop{
    width:100%;
    min-width:0;
    padding:0 0 0 38px;
  }
  .route-roadmap__dot{
    top:3px;
    left:0;
  }
  .route-roadmap__stop strong{
    font-size:16px;
  }
  .route-roadmap__stop em{
    max-width:none;
  }
  .route-roadmap__leg{
    min-height:90px;
    padding:10px 0 10px 6px;
    display:grid;
    grid-template-columns:1px minmax(0,1fr);
    gap:31px;
    align-items:center;
  }
  .route-roadmap__line{
    width:1px;
    height:70px;
    margin:0;
    background:repeating-linear-gradient(180deg,rgba(155,199,207,.62) 0 6px,transparent 6px 12px);
  }
  .route-roadmap__leg--sea .route-roadmap__line{
    background:repeating-linear-gradient(180deg,rgba(229,194,142,.58) 0 6px,transparent 6px 12px);
  }
  .route-roadmap__leg div{
    text-align:left;
  }
  .route-roadmap__leg b{
    font-size:13px;
  }
  .route-roadmap__leg small{
    font-size:10px;
  }
  .route-transfer{
    grid-template-columns:48px minmax(0,1fr);
    gap:16px;
    padding:22px 18px;
  }
  .route-transfer__icon{
    width:46px;
    height:46px;
    border-radius:13px;
    font-size:18px;
  }
  .route-transfer__copy h3{
    font-size:21px;
  }
  .route-transfer__direction{
    grid-column:1/-1;
    width:max-content;
    max-width:100%;
    margin-top:3px;
  }
}


/* build 223 — route tabs */
.route-tabs{
  display:inline-flex;
  gap:7px;
  margin:0 0 26px;
  padding:5px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}
.route-tab{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:44px;
  padding:0 17px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#85989c;
  font:inherit;
  font-size:12px;
  font-weight:500;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease;
}
.route-tab i{
  font-size:14px;
}
.route-tab:hover{
  color:#d6dfde;
}
.route-tab.is-active{
  background:#203238;
  color:#f0f4f2;
  box-shadow:0 6px 18px rgba(0,0,0,.16);
}
.route-tab-panel[hidden]{
  display:none !important;
}
.route-tab-panel .route-roadmap{
  margin-bottom:24px;
}

/* Transfer has 7 columns instead of 5. */
.route-roadmap--transfer{
  grid-template-columns:
    max-content minmax(95px,.75fr)
    max-content minmax(125px,1fr)
    max-content minmax(95px,.75fr)
    max-content;
}
.route-roadmap--transfer .route-roadmap__stop{
  min-width:105px;
}
.route-roadmap--transfer .route-roadmap__stop strong{
  font-size:15px;
}

.route-notice{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:20px;
  align-items:center;
  padding:24px 26px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:19px;
  background:rgba(255,255,255,.025);
}
.route-notice__icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:15px;
  font-size:22px;
}
.route-notice--permit{
  border-color:rgba(229,194,142,.16);
  background:linear-gradient(120deg,rgba(139,107,65,.09),rgba(255,255,255,.022));
}
.route-notice--permit .route-notice__icon{
  color:#dfbd8b;
  background:rgba(229,194,142,.08);
}
.route-notice--transfer{
  border-color:rgba(155,199,207,.16);
  background:linear-gradient(120deg,rgba(89,139,150,.10),rgba(255,255,255,.022));
}
.route-notice--transfer .route-notice__icon{
  color:#9bc7cf;
  background:rgba(155,199,207,.08);
}
.route-notice__copy>span{
  display:block;
  margin-bottom:4px;
  color:#8fa8ac;
  font-size:9px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.route-notice__copy h3{
  margin:0 0 7px;
  color:#f1f4f2;
  font-size:22px;
  font-weight:500;
  letter-spacing:-.025em;
}
.route-notice__copy p{
  max-width:850px;
  margin:0;
  color:#9cadb0;
  font-size:12px;
  line-height:1.58;
}

@media(max-width:800px){
  .route-tabs{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:100%;
    box-sizing:border-box;
    margin-bottom:22px;
  }
  .route-tab{
    justify-content:center;
    min-width:0;
    padding:0 11px;
  }

  .route-roadmap--transfer{
    display:flex !important;
    flex-direction:column !important;
  }

  .route-notice{
    grid-template-columns:44px minmax(0,1fr);
    gap:14px;
    padding:19px 17px;
    border-radius:17px;
  }
  .route-notice__icon{
    width:42px;
    height:42px;
    border-radius:12px;
    font-size:18px;
  }
  .route-notice__copy h3{
    font-size:19px;
  }
  .route-notice__copy p{
    font-size:11px;
  }
}


/* build 224 — air transport tab + narrower route section */
.route-section__inner{
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.route-tabs{
  max-width:100%;
}
.route-roadmap--air{
  grid-template-columns:max-content minmax(220px,1fr) max-content;
}
.route-roadmap__leg--air .route-roadmap__line{
  background:repeating-linear-gradient(90deg,rgba(164,190,213,.65) 0 6px,transparent 6px 12px);
}
.route-notice--air{
  border-color:rgba(164,190,213,.17);
  background:linear-gradient(120deg,rgba(77,111,143,.11),rgba(255,255,255,.022));
}
.route-notice--air .route-notice__icon{
  color:#a4bed5;
  background:rgba(164,190,213,.09);
}
.route-air-gallery-head{
  margin:42px 0 17px;
}
.route-air-gallery-head>span{
  display:block;
  margin-bottom:6px;
  color:#8fb8c0;
  font-size:9px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.route-air-gallery-head h3{
  margin:0;
  color:#eef3f1;
  font-size:26px;
  font-weight:500;
  letter-spacing:-.03em;
}
.route-air-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.route-air-media{
  display:block;
  width:100%;
  aspect-ratio:1/1;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:13px;
  background:#152429;
}
.route-air-media img,
.route-air-media video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.route-air-gallery--empty{
  display:flex;
  min-height:150px;
  align-items:center;
  justify-content:center;
  border:1px dashed rgba(255,255,255,.12);
  border-radius:16px;
  color:rgba(255,255,255,.4);
  font-size:11px;
}

@media(max-width:800px){
  .route-section__head h2{
    font-size:clamp(28px,8.2vw,38px) !important;
    white-space:nowrap !important;
    letter-spacing:-.05em !important;
  }
  .route-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .route-tab{
    min-height:50px !important;
    gap:5px !important;
    padding:5px 6px !important;
    flex-direction:column !important;
    font-size:9px !important;
    line-height:1.1 !important;
    text-align:center !important;
  }
  .route-tab i{font-size:13px !important}
  .route-roadmap--air{
    display:flex !important;
    flex-direction:column !important;
  }
  .route-air-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .route-air-gallery-head h3{
    font-size:22px !important;
  }
}

/* build 227 — common gallery below route tabs */
.route-common-gallery{margin-top:34px!important}
.route-common-gallery .route-air-gallery{margin-top:0!important}
@media(max-width:800px){.route-common-gallery{margin-top:26px!important}}

/* build 228 — permit notice in every route tab */
.route-tab-panel .route-notice + .route-notice{
  margin-top:14px;
}


/* build 230 — lightweight square video thumbnails + on-demand player */
.media-video-thumb{
  position:relative !important;
  display:block !important;
  width:100% !important;
  aspect-ratio:1/1 !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:12px !important;
  background:#101b20 !important;
  cursor:pointer !important;
}
.media-video-preview{
  display:block !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:1/1 !important;
  object-fit:cover !important;
  pointer-events:none !important;
}
.media-video-play{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:46px !important;
  height:46px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:50% !important;
  background:rgba(8,15,18,.62) !important;
  color:#fff !important;
  backdrop-filter:blur(5px) !important;
  -webkit-backdrop-filter:blur(5px) !important;
  box-shadow:0 8px 25px rgba(0,0,0,.25) !important;
  pointer-events:none !important;
}
.media-video-play i{
  margin-left:2px !important;
  font-size:15px !important;
}
.media-video-thumb:hover .media-video-play{
  transform:translate(-50%,-50%) scale(1.06) !important;
}

/* Route/common gallery: photo and video thumbnails exactly equal. */
.route-air-gallery{
  align-items:start !important;
}
.route-air-gallery .route-air-media{
  width:100% !important;
  height:auto !important;
  aspect-ratio:1/1 !important;
}
.route-air-gallery .route-air-media img{
  width:100% !important;
  height:100% !important;
  aspect-ratio:1/1 !important;
  object-fit:cover !important;
}

/* Global on-demand video viewer. */
.media-video-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:10050 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
}
.media-video-modal.is-open{
  display:flex !important;
}
.media-video-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(3,8,10,.86) !important;
  cursor:pointer !important;
}
.media-video-modal__panel{
  position:relative !important;
  z-index:1 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  max-width:92vw !important;
  max-height:86vh !important;
}
.media-video-modal__player{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:92vw !important;
  max-height:86vh !important;
  object-fit:contain !important;
  background:#000 !important;
  border-radius:10px !important;
}
/* Do not upscale a small source to full viewport by CSS. */
.media-video-modal__player:not([width]){
  width:auto !important;
}
.media-video-modal__close{
  position:absolute !important;
  right:-14px !important;
  top:-14px !important;
  z-index:2 !important;
  width:36px !important;
  height:36px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:50% !important;
  background:#17262b !important;
  color:#fff !important;
  font-size:24px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
html.media-modal-open,
html.media-modal-open body{
  overflow:hidden !important;
}
@media(max-width:720px){
  .media-video-play{
    width:40px !important;
    height:40px !important;
  }
  .media-video-modal{
    padding:14px !important;
  }
  .media-video-modal__panel,
  .media-video-modal__player{
    max-width:94vw !important;
    max-height:82vh !important;
  }
  .media-video-modal__close{
    right:-6px !important;
    top:-42px !important;
  }
}


/* build 231 — meals at the base */
#stay .stay-meals{
  margin:72px auto 0;
  padding:34px 34px 30px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
#stay .stay-meals__intro{
  max-width:680px;
  margin-bottom:34px;
}
#stay .stay-meals__intro>span{
  display:block;
  margin-bottom:8px;
  color:#9bbcc1;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
#stay .stay-meals__intro h3{
  margin:0 0 10px;
  color:#f1f4f2;
  font-size:30px;
  font-weight:500;
  letter-spacing:-.035em;
}
#stay .stay-meals__intro p{
  margin:0;
  color:#9eafb1;
  font-size:13px;
  line-height:1.65;
}
#stay .stay-meals__timeline{
  display:grid;
  grid-template-columns:max-content minmax(55px,1fr) max-content minmax(120px,1.5fr) max-content;
  align-items:start;
  margin:0 0 28px;
}
#stay .stay-meals__item{
  position:relative;
  padding-top:25px;
}
#stay .stay-meals__dot{
  position:absolute;
  top:0;
  left:0;
  width:12px;
  height:12px;
  border:3px solid #132126;
  border-radius:50%;
  background:#d8bd8e;
  box-shadow:0 0 0 1px rgba(216,189,142,.45);
}
#stay .stay-meals__item small{
  display:block;
  margin-bottom:4px;
  color:#7f979a;
  font-size:9px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
#stay .stay-meals__item strong{
  display:block;
  color:#e6ecea;
  font-size:15px;
  font-weight:500;
  white-space:nowrap;
}
#stay .stay-meals__line{
  height:1px;
  margin:5px 14px 0;
  background:repeating-linear-gradient(90deg,rgba(216,189,142,.48) 0 5px,transparent 5px 10px);
}
#stay .stay-meals__line--long{
  position:relative;
}
#stay .stay-meals__line--long span{
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  color:#657d81;
  font-size:8px;
  white-space:nowrap;
  letter-spacing:.04em;
}
#stay .stay-meals__note{
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:16px 18px;
  border-radius:14px;
  background:rgba(150,184,190,.055);
  color:#879b9e;
}
#stay .stay-meals__note i{
  flex:0 0 auto;
  margin-top:2px;
  color:#9bbcc1;
  font-size:16px;
}
#stay .stay-meals__note p{
  margin:0;
  max-width:900px;
  font-size:10.5px;
  line-height:1.55;
}

@media(max-width:800px){
  #stay .stay-meals{
    margin-top:48px;
    padding:25px 18px 21px;
    border-radius:19px;
  }
  #stay .stay-meals__intro{
    margin-bottom:29px;
  }
  #stay .stay-meals__intro h3{
    font-size:25px;
  }
  #stay .stay-meals__intro p{
    font-size:12px;
  }
  #stay .stay-meals__timeline{
    display:flex;
    flex-direction:column;
    margin-left:4px;
  }
  #stay .stay-meals__item{
    width:100%;
    padding:0 0 0 34px;
  }
  #stay .stay-meals__dot{
    top:2px;
    left:0;
  }
  #stay .stay-meals__line{
    width:1px;
    height:54px;
    margin:7px 0 7px 5px;
    background:repeating-linear-gradient(180deg,rgba(216,189,142,.48) 0 5px,transparent 5px 10px);
  }
  #stay .stay-meals__line--long{
    height:76px;
  }
  #stay .stay-meals__line--long span{
    top:50%;
    left:18px;
    transform:translateY(-50%);
  }
  #stay .stay-meals__note{
    margin-top:5px;
    padding:14px;
  }
}


/* build 232 — compact meals block, distinct from route roadmap */
#stay .stay-meals{
  width:min(100%, 920px) !important;
  box-sizing:border-box !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding:30px 30px 26px !important;
}

/* Meal schedule is a set of connected time cards, not route dots. */
#stay .stay-meals__timeline{
  display:grid !important;
  grid-template-columns:1fr 34px 1fr 58px 1fr !important;
  align-items:center !important;
  gap:0 !important;
  margin:0 0 26px !important;
}
#stay .stay-meals__item{
  position:relative !important;
  padding:16px 17px !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.028) !important;
}
#stay .stay-meals__item::before{
  content:"" !important;
  position:absolute !important;
  left:16px !important;
  top:0 !important;
  width:32px !important;
  height:2px !important;
  border-radius:0 0 2px 2px !important;
  background:#d8bd8e !important;
}
#stay .stay-meals__dot{
  display:none !important;
}
#stay .stay-meals__item small{
  margin-bottom:6px !important;
}
#stay .stay-meals__item strong{
  font-size:14px !important;
}
#stay .stay-meals__line{
  position:relative !important;
  width:auto !important;
  height:1px !important;
  margin:0 7px !important;
  background:rgba(216,189,142,.32) !important;
}
#stay .stay-meals__line::after{
  content:"›" !important;
  position:absolute !important;
  right:-2px !important;
  top:50% !important;
  transform:translateY(-54%) !important;
  color:#bba57f !important;
  font-size:17px !important;
}
#stay .stay-meals__line--long{
  height:1px !important;
}
#stay .stay-meals__line--long span{
  top:9px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  font-size:7.5px !important;
}

@media(max-width:800px){
  #stay .stay-meals{
    width:100% !important;
    padding:23px 17px 20px !important;
  }
  #stay .stay-meals__timeline{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
    margin-left:0 !important;
  }
  #stay .stay-meals__item{
    width:auto !important;
    padding:14px 15px !important;
  }
  #stay .stay-meals__line{
    display:none !important;
  }
  #stay .stay-meals__line--long{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    height:24px !important;
    margin:0 !important;
    background:transparent !important;
  }
  #stay .stay-meals__line--long::after{
    display:none !important;
  }
  #stay .stay-meals__line--long span{
    position:static !important;
    transform:none !important;
    font-size:8px !important;
  }
}


/* build 233 — center meals block */
#stay .stay-meals{
  margin-left:auto !important;
  margin-right:auto !important;
}


/* build 234 — meals block uses the full content width of the stay section */
#stay .stay-meals{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* build 235 — meals width matches the "Проживание на базе" content block */
#stay .stay-meals{
  width:auto !important;
  max-width:none !important;
  margin-left:clamp(28px, 5.2vw, 76px) !important;
  margin-right:clamp(28px, 5.2vw, 76px) !important;
  box-sizing:border-box !important;
}
@media(max-width:800px){
  #stay .stay-meals{
    width:auto !important;
    margin-left:18px !important;
    margin-right:18px !important;
  }
}


/* build 236 — structural fix: meals is inside the same .stay-section__inner */
#stay .stay-section__inner > .stay-meals{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  box-sizing:border-box !important;
}
@media(max-width:800px){
  #stay .stay-section__inner > .stay-meals{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* build 237 — meals uses the same desktop content width as Fishing/Ecotourism/Diving */
#stay .stay-section__inner > .stay-meals{
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* Real SVG arrows between meal cards. */
#stay .stay-meals__line{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  height:auto !important;
  margin:0 8px !important;
  background:none !important;
}
#stay .stay-meals__line::after{
  display:none !important;
  content:none !important;
}
#stay .stay-meals__line svg{
  display:block !important;
  width:100% !important;
  max-width:48px !important;
  height:14px !important;
  overflow:visible !important;
}
#stay .stay-meals__line svg path{
  fill:none !important;
  stroke:#bba57f !important;
  stroke-width:1.4 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  opacity:.72 !important;
}
#stay .stay-meals__line--long{
  height:auto !important;
}

@media(max-width:800px){
  #stay .stay-section__inner > .stay-meals{
    width:auto !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  /* In the vertical mobile layout the arrows point downward. */
  #stay .stay-meals__line{
    display:flex !important;
    height:28px !important;
    margin:0 !important;
  }
  #stay .stay-meals__line svg{
    width:28px !important;
    height:18px !important;
    transform:rotate(90deg) !important;
  }
  #stay .stay-meals__line--long{
    display:flex !important;
    height:28px !important;
  }
}


/* build 238 — slightly wider meals block + expandable meal cards */
#stay .stay-section__inner > .stay-meals{
  width:calc(100% - 12px) !important;
  max-width:1148px !important;
}

#stay .stay-meals__timeline{
  grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr) 42px minmax(0,1fr) !important;
  align-items:start !important;
}

#stay .stay-meals__item{
  padding:0 !important;
  overflow:hidden !important;
  min-height:74px !important;
}

#stay .stay-meals__toggle{
  width:100% !important;
  min-height:74px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:15px 16px !important;
  border:0 !important;
  background:transparent !important;
  color:inherit !important;
  text-align:left !important;
  cursor:pointer !important;
}

#stay .stay-meals__summary{display:block !important}
#stay .stay-meals__summary small{display:block !important;margin-bottom:5px !important}
#stay .stay-meals__summary strong{display:block !important}

#stay .stay-meals__chevron{
  flex:0 0 30px !important;
  width:30px !important;
  height:30px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.025) !important;
  transition:transform .24s ease, background .24s ease !important;
}
#stay .stay-meals__chevron svg{width:14px !important;height:14px !important}
#stay .stay-meals__chevron path{
  fill:none !important;
  stroke:#c8b386 !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
#stay .stay-meals__item.is-open .stay-meals__chevron{
  transform:rotate(180deg) !important;
  background:rgba(200,179,134,.08) !important;
}

#stay .stay-meals__details{
  display:grid !important;
  grid-template-rows:0fr !important;
  transition:grid-template-rows .25s ease !important;
}
#stay .stay-meals__details > p{
  overflow:hidden !important;
  margin:0 !important;
  padding:0 16px !important;
  color:#8fa1a4 !important;
  font-size:10.5px !important;
  line-height:1.55 !important;
}
#stay .stay-meals__item.is-open .stay-meals__details{
  grid-template-rows:1fr !important;
}
#stay .stay-meals__item.is-open .stay-meals__details > p{
  padding-bottom:15px !important;
}

/* Equal connector widths so dinner aligns exactly like breakfast/lunch. */
#stay .stay-meals__line,
#stay .stay-meals__line--long{
  align-self:center !important;
  width:42px !important;
  height:74px !important;
  margin:0 !important;
}
#stay .stay-meals__line svg,
#stay .stay-meals__line--long svg{
  width:34px !important;
  max-width:34px !important;
  height:14px !important;
}

@media(max-width:800px){
  #stay .stay-section__inner > .stay-meals{
    width:100% !important;
    max-width:none !important;
  }
  #stay .stay-meals__timeline{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  #stay .stay-meals__item{min-height:0 !important}
  #stay .stay-meals__toggle{
    min-height:66px !important;
    padding:13px 14px !important;
  }
  #stay .stay-meals__details > p{
    padding-left:14px !important;
    padding-right:14px !important;
    font-size:10px !important;
  }
  #stay .stay-meals__item.is-open .stay-meals__details > p{
    padding-bottom:14px !important;
  }
  #stay .stay-meals__line,
  #stay .stay-meals__line--long{
    width:100% !important;
    height:24px !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
  }
  #stay .stay-meals__line svg,
  #stay .stay-meals__line--long svg{
    width:26px !important;
    height:14px !important;
    transform:rotate(90deg) !important;
  }
}


/* build 239 — slightly wider meals block */
#stay .stay-section__inner > .stay-meals{
  width:100% !important;
  max-width:1180px !important;
}


/* build 240 — meals note uses the full width of the meals block */
#stay .stay-meals__note{
  width:100% !important;
  box-sizing:border-box !important;
}

#stay .stay-meals__note p{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  line-height:1.58 !important;
}

@media(min-width:801px){
  #stay .stay-meals__note{
    display:grid !important;
    grid-template-columns:20px minmax(0,1fr) !important;
    align-items:start !important;
  }
}

/* build 241 — mobile paragraph break before individual meal preferences */
.stay-meals__mobile-break{display:none}
@media(max-width:800px){
  .stay-meals__mobile-break{
    display:block;
    height:10px;
  }
}


/* build 242 — fishing tides */
#fishing .fishing-tides{
  width:calc(100% - 48px);
  max-width:1120px;
  margin:72px auto 0;
}
#fishing .fishing-tides__intro{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  column-gap:52px;
  align-items:end;
  margin-bottom:26px;
}
#fishing .fishing-tides__eyebrow{
  grid-column:1/-1;
  margin-bottom:9px;
  color:#b8a77e;
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
#fishing .fishing-tides__intro h3{
  grid-column:1;
  margin:0 0 10px;
  color:#eef2f0;
  font-size:30px;
  font-weight:500;
  letter-spacing:-.035em;
}
#fishing .fishing-tides__intro p{
  grid-column:1;
  margin:0;
  color:#9aa9ab;
  font-size:12px;
  line-height:1.65;
}
#fishing .fishing-tides__hint{
  grid-column:2;
  grid-row:2/4;
  display:flex;
  gap:13px;
  align-items:flex-start;
  padding:17px 18px;
  border:1px solid rgba(126,173,181,.12);
  border-radius:15px;
  background:rgba(104,154,163,.055);
  color:#92a8ab;
  font-size:10.5px;
  line-height:1.55;
}
#fishing .fishing-tides__hint i{color:#78aeb8;font-size:17px;margin-top:1px}

#fishing .tide-picker{
  padding:26px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}
#fishing .tide-picker__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}
#fishing .tide-picker__head span{
  display:block;color:#71898d;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase
}
#fishing .tide-picker__head h4{
  margin:4px 0 0;color:#e9efed;font-size:22px;font-weight:500
}
#fishing .tide-picker__station{color:#63787c;font-size:9px}
#fishing .tide-picker__controls{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:10px;
  align-items:end;
}
#fishing .tide-picker__controls label span{
  display:block;margin:0 0 6px;color:#71878a;font-size:8px;text-transform:uppercase;letter-spacing:.08em
}
#fishing .tide-picker__controls input{
  width:100%;box-sizing:border-box;height:43px;padding:0 12px;border:1px solid rgba(255,255,255,.09);
  border-radius:11px;background:#132126;color:#dfe7e5;font:inherit;color-scheme:dark
}
#fishing .tide-picker__controls button{
  height:43px;padding:0 20px;border:1px solid rgba(205,181,132,.28);border-radius:11px;
  background:rgba(205,181,132,.1);color:#dfc99d;cursor:pointer
}
#fishing .tide-picker__quick{display:flex;gap:7px;margin:10px 0 22px}
#fishing .tide-picker__quick button{
  padding:7px 11px;border:1px solid rgba(255,255,255,.07);border-radius:999px;
  background:rgba(255,255,255,.025);color:#819397;font-size:9px;cursor:pointer
}
#fishing .tide-results{display:grid;gap:8px}
#fishing .tide-day{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:18px;
  align-items:center;
  padding:13px 15px;
  border-radius:14px;
  background:rgba(255,255,255,.022);
}
#fishing .tide-day__date strong{display:block;color:#cfd8d6;font-size:11px;font-weight:500;text-transform:capitalize}
#fishing .tide-day__date span{display:block;margin-top:3px;color:#586e72;font-size:8px}
#fishing .tide-day__events{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
#fishing .tide-event{
  display:flex;align-items:center;gap:8px;min-width:0;padding:9px 10px;border-radius:11px;background:rgba(255,255,255,.025)
}
#fishing .tide-event__icon{
  flex:0 0 25px;width:25px;height:25px;display:grid;place-items:center;border-radius:50%;
  font-size:13px
}
#fishing .tide-event--high .tide-event__icon{color:#8bc0ca;background:rgba(100,166,178,.1)}
#fishing .tide-event--low .tide-event__icon{color:#c5aa79;background:rgba(197,170,121,.09)}
#fishing .tide-event small{display:block;color:#657b7f;font-size:7px;text-transform:uppercase;letter-spacing:.06em}
#fishing .tide-event strong{display:inline-block;margin-top:2px;color:#e3e9e7;font-size:13px;font-weight:500}
#fishing .tide-event div>span{margin-left:6px;color:#6f8387;font-size:8px}
#fishing .tide-picker__note{
  margin:18px 0 0;padding-top:13px;border-top:1px solid rgba(255,255,255,.055);
  color:#5e7276;font-size:8.5px;line-height:1.5
}
#fishing .tide-error{padding:14px;border-radius:12px;background:rgba(255,255,255,.025);color:#9babad;font-size:10px}

@media(max-width:800px){
  #fishing .fishing-tides{width:auto;margin:52px 18px 0}
  #fishing .fishing-tides__intro{display:block;margin-bottom:20px}
  #fishing .fishing-tides__intro h3{font-size:25px}
  #fishing .fishing-tides__intro p{font-size:11px}
  #fishing .fishing-tides__hint{margin-top:15px}
  #fishing .tide-picker{padding:18px 14px;border-radius:18px}
  #fishing .tide-picker__head{align-items:flex-start}
  #fishing .tide-picker__station{max-width:110px;text-align:right;line-height:1.4}
  #fishing .tide-picker__controls{grid-template-columns:1fr 1fr}
  #fishing .tide-picker__controls button{grid-column:1/-1}
  #fishing .tide-picker__quick{margin-bottom:17px}
  #fishing .tide-day{display:block;padding:12px}
  #fishing .tide-day__date{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}
  #fishing .tide-day__date span{margin:0}
  #fishing .tide-day__events{grid-template-columns:1fr 1fr;gap:6px}
  #fishing .tide-event{padding:8px}
}


/* build 243 — tide date picker usability + fishing windows */
#fishing .tide-picker__controls input[type="date"]{
  cursor:pointer !important;
}

#fishing .tide-day{
  grid-template-columns:150px minmax(0,1fr) !important;
}

#fishing .tide-day__main{
  min-width:0 !important;
}

#fishing .tide-fishing-window{
  margin-top:9px;
  padding:12px 13px;
  border:1px solid rgba(205,181,132,.13);
  border-radius:12px;
  background:linear-gradient(120deg,rgba(205,181,132,.055),rgba(255,255,255,.018));
}

#fishing .tide-fishing-window__title{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

#fishing .tide-fishing-window__icon{
  flex:0 0 30px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(205,181,132,.09);
  color:#d1b985;
  font-size:12px;
}

#fishing .tide-fishing-window__title small{
  display:block;
  color:#887b60;
  font-size:7px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

#fishing .tide-fishing-window__title strong{
  display:block;
  margin-top:2px;
  color:#d9dfdd;
  font-size:10px;
  font-weight:500;
}

#fishing .tide-fishing-window__times{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}

#fishing .tide-fishing-time{
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.055);
}

#fishing .tide-fishing-time b{
  color:#e5ebe9;
  font-size:10px;
  font-weight:500;
}

#fishing .tide-fishing-time small{
  color:#71878a;
  font-size:7px;
  text-transform:uppercase;
  letter-spacing:.05em;
}

#fishing .tide-fishing-time--rising{
  border-color:rgba(112,173,184,.11);
}
#fishing .tide-fishing-time--falling{
  border-color:rgba(205,181,132,.11);
}

@media(max-width:800px){
  #fishing .tide-day{
    display:block !important;
  }

  #fishing .tide-fishing-window{
    margin-top:8px;
    padding:11px;
  }

  #fishing .tide-fishing-window__times{
    display:grid;
    grid-template-columns:1fr;
  }

  #fishing .tide-fishing-time{
    justify-content:space-between;
    border-radius:10px;
  }
}


/* build 244 — clearer tide typography */
#fishing .tide-picker__head h4{
  font-size:26px !important;
  line-height:1.12 !important;
}

#fishing .tide-event small{
  font-size:9px !important;
  letter-spacing:.07em !important;
}

#fishing .tide-event strong{
  font-size:16px !important;
}

#fishing .tide-event div>span{
  font-size:10px !important;
}

#fishing .tide-fishing-window__title small{
  font-size:9px !important;
}

#fishing .tide-fishing-window__title strong{
  margin-top:3px !important;
  font-size:12px !important;
}

#fishing .tide-fishing-time b{
  font-size:13px !important;
}

#fishing .tide-fishing-time small{
  font-size:8px !important;
}

#fishing .tide-day__date strong{
  font-size:13px !important;
}

#fishing .tide-day__date span{
  font-size:9px !important;
}

@media(max-width:800px){
  #fishing .tide-picker__head h4{
    font-size:21px !important;
  }
  #fishing .tide-event small{
    font-size:8.5px !important;
  }
  #fishing .tide-event strong{
    font-size:15px !important;
  }
  #fishing .tide-fishing-window__title small{
    font-size:8.5px !important;
  }
  #fishing .tide-fishing-window__title strong{
    font-size:11px !important;
  }
  #fishing .tide-fishing-time b{
    font-size:12px !important;
  }
}


/* build 247 — mobile tides match fish-list width; compact date inputs */
@media(max-width:800px){
  #fishing .fishing-tides{
    width:calc(100% - 24px) !important;
    max-width:none !important;
    margin-left:12px !important;
    margin-right:12px !important;
    box-sizing:border-box !important;
  }

  #fishing .tide-picker__controls input[type="date"]{
    font-size:10px !important;
    padding-left:8px !important;
    padding-right:6px !important;
  }

  #fishing .tide-picker__controls label span{
    font-size:7.5px !important;
  }
}


/* build 248 — mobile tides: wider section, compact date fields */
@media(max-width:800px){
  #fishing .fishing-tides{
    width:calc(100% - 10px) !important;
    max-width:none !important;
    margin-left:5px !important;
    margin-right:5px !important;
  }

  #fishing .fishing-tides__intro h3{
    font-size:21px !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
    letter-spacing:-.045em !important;
  }

  #fishing .tide-picker{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  #fishing .tide-picker__controls{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:7px !important;
    row-gap:9px !important;
  }

  #fishing .tide-picker__controls label{
    min-width:0 !important;
    width:100% !important;
  }

  #fishing .tide-picker__controls input[type="date"]{
    width:100% !important;
    min-width:0 !important;
    height:40px !important;
    padding:0 4px 0 7px !important;
    font-size:9px !important;
    letter-spacing:-.02em !important;
  }

  #fishing .tide-picker__controls input[type="date"]::-webkit-calendar-picker-indicator{
    width:13px !important;
    height:13px !important;
    margin:0 !important;
    padding:1px !important;
  }

  #fishing .tide-picker__controls label span{
    font-size:7px !important;
    margin-bottom:5px !important;
  }

  #fishing .tide-picker__controls button{
    grid-column:1/-1 !important;
    width:100% !important;
  }
}


/* build 249 — hard mobile override for tides */
@media screen and (max-width:800px){
  body #fishing .fishing-tides{
    width:calc(100% - 2px) !important;
    max-width:none !important;
    margin-left:1px !important;
    margin-right:1px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  body #fishing .tide-picker{
    width:100% !important;
    box-sizing:border-box !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  /* Date controls deliberately narrower than the tide card. */
  body #fishing .tide-picker__controls{
    display:grid !important;
    grid-template-columns:118px 118px !important;
    justify-content:start !important;
    gap:9px !important;
    width:100% !important;
  }

  body #fishing .tide-picker__controls label{
    width:118px !important;
    min-width:118px !important;
    max-width:118px !important;
  }

  body #fishing .tide-picker__controls input[type="date"]{
    display:block !important;
    width:118px !important;
    min-width:0 !important;
    max-width:118px !important;
    height:42px !important;
    box-sizing:border-box !important;
    padding:0 5px 0 8px !important;
    font-size:12px !important;
    line-height:42px !important;
    letter-spacing:-.025em !important;
  }

  body #fishing .tide-picker__controls label>span{
    font-size:9px !important;
    line-height:1.2 !important;
    margin-bottom:6px !important;
  }

  body #fishing .tide-picker__controls button{
    grid-column:1/3 !important;
    width:245px !important;
    max-width:100% !important;
  }
}

@media screen and (max-width:360px){
  body #fishing .tide-picker__controls{
    grid-template-columns:108px 108px !important;
    gap:7px !important;
  }
  body #fishing .tide-picker__controls label,
  body #fishing .tide-picker__controls input[type="date"]{
    width:108px !important;
    min-width:108px !important;
    max-width:108px !important;
  }
  body #fishing .tide-picker__controls input[type="date"]{
    font-size:11px !important;
  }
  body #fishing .tide-picker__controls button{
    width:223px !important;
  }
}


/* build 250 — centered, slightly wider mobile date controls */
@media screen and (max-width:800px){
  body #fishing .tide-picker__controls{
    grid-template-columns:128px 128px !important;
    justify-content:center !important;
    column-gap:10px !important;
    row-gap:9px !important;
  }

  body #fishing .tide-picker__controls label{
    width:128px !important;
    min-width:128px !important;
    max-width:128px !important;
  }

  body #fishing .tide-picker__controls input[type="date"]{
    width:128px !important;
    max-width:128px !important;
    font-size:12px !important;
  }

  body #fishing .tide-picker__controls label>span{
    text-align:center !important;
  }

  body #fishing .tide-picker__controls button{
    grid-column:1/-1 !important;
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
    font-size:10px !important;
  }
}

@media screen and (max-width:360px){
  body #fishing .tide-picker__controls{
    grid-template-columns:116px 116px !important;
    column-gap:8px !important;
  }
  body #fishing .tide-picker__controls label,
  body #fishing .tide-picker__controls input[type="date"]{
    width:116px !important;
    min-width:116px !important;
    max-width:116px !important;
  }
  body #fishing .tide-picker__controls button{
    width:100% !important;
  }
}


/* build 251 — mobile tide controls fill the entire picker width */
@media screen and (max-width:800px){
  body #fishing .tide-picker__controls{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    width:100% !important;
    box-sizing:border-box !important;
    justify-content:stretch !important;
    column-gap:12px !important;
    row-gap:10px !important;
  }

  body #fishing .tide-picker__controls label{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }

  body #fishing .tide-picker__controls input[type="date"]{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    box-sizing:border-box !important;
    font-size:12px !important;
  }

  body #fishing .tide-picker__controls button{
    grid-column:1/-1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    box-sizing:border-box !important;
    font-size:13px !important;
    font-weight:500 !important;
  }
}

@media screen and (max-width:360px){
  body #fishing .tide-picker__controls{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:8px !important;
  }

  body #fishing .tide-picker__controls label,
  body #fishing .tide-picker__controls input[type="date"],
  body #fishing .tide-picker__controls button{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
}


/* build 252 — mobile date fields: shorter, separated, never overflow */
@media screen and (max-width:800px){
  body #fishing .tide-picker__controls{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:14px !important;
    padding-left:5px !important;
    padding-right:5px !important;
    box-sizing:border-box !important;
  }

  body #fishing .tide-picker__controls label{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  body #fishing .tide-picker__controls input[type="date"]{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    padding-left:7px !important;
    padding-right:3px !important;
    font-size:11.5px !important;
  }

  body #fishing .tide-picker__controls button{
    width:calc(100% + 10px) !important;
    max-width:none !important;
    margin-left:-5px !important;
    box-sizing:border-box !important;
  }
}

@media screen and (max-width:360px){
  body #fishing .tide-picker__controls{
    column-gap:10px !important;
    padding-left:3px !important;
    padding-right:3px !important;
  }
  body #fishing .tide-picker__controls input[type="date"]{
    font-size:10.5px !important;
    padding-left:5px !important;
    padding-right:2px !important;
  }
  body #fishing .tide-picker__controls button{
    width:calc(100% + 6px) !important;
    margin-left:-3px !important;
  }
}


/* build 253 — mobile tide dates slightly left; remove fishing background lines */
@media screen and (max-width:800px){
  body #fishing .tide-picker__controls{
    transform:translateX(-5px) !important;
  }
}

/* Remove decorative horizontal-line overlays from the Fishing section on all breakpoints. */
#fishing::before,
#fishing::after,
#fishing .fishing-section__inner::before,
#fishing .fishing-section__inner::after,
#fishing .fishing-intro::before,
#fishing .fishing-intro::after,
#fishing .fishing-content::before,
#fishing .fishing-content::after{
  content:none !important;
  display:none !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}



/* build 254 — restore the original Fishing background.
   Horizontal decorative pseudo-element lines remain disabled by build 253. */


/* build 255 — center the Show button inside the tide table */
@media screen and (max-width:800px){
  body #fishing .tide-picker__controls button#tideShow{
    grid-column:1/-1 !important;
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    transform:translateX(5px) !important; /* compensates the -5px shift applied to the date-controls grid */
    justify-self:stretch !important;
    box-sizing:border-box !important;
    text-align:center !important;
  }
}


/* build 256 — remove divider below tides */
#fishing .tide-picker__note{
  border-top:0 !important;
  padding-top:0 !important;
}

/* Modern "После улова" block */
#fishing .fishing-after-catch{
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin:64px auto 0 !important;
}

#fishing .fishing-after-catch__head{
  max-width:720px !important;
  margin-bottom:24px !important;
}

#fishing .fishing-after-catch__head>span{
  display:block !important;
  margin-bottom:8px !important;
  color:#b8a77e !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}

#fishing .fishing-after-catch__head h3{
  margin:0 0 10px !important;
  color:#eef2f0 !important;
  font-size:30px !important;
  font-weight:500 !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
}

#fishing .fishing-after-catch__head p{
  margin:0 !important;
  color:#93a4a7 !important;
  font-size:11.5px !important;
  line-height:1.6 !important;
}

#fishing .fishing-after-catch__grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
}

#fishing .fishing-after-catch__card{
  position:relative !important;
  min-height:190px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:space-between !important;
  padding:20px !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:18px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
}

#fishing .fishing-after-catch__card::after{
  content:"" !important;
  position:absolute !important;
  right:-38px !important;
  bottom:-48px !important;
  width:120px !important;
  height:120px !important;
  border:1px solid rgba(176,199,203,.08) !important;
  border-radius:50% !important;
}

#fishing .fishing-after-catch__num{
  position:relative !important;
  z-index:1 !important;
  color:rgba(208,190,150,.52) !important;
  font-size:11px !important;
  font-weight:600 !important;
  letter-spacing:.08em !important;
}

#fishing .fishing-after-catch__body{
  position:relative !important;
  z-index:1 !important;
}

#fishing .fishing-after-catch__body>span{
  display:block !important;
  margin-bottom:6px !important;
  color:#70868a !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}

#fishing .fishing-after-catch__body h4{
  margin:0 0 9px !important;
  color:#e5ebe9 !important;
  font-size:18px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  letter-spacing:-.025em !important;
}

#fishing .fishing-after-catch__body p{
  margin:0 !important;
  color:#83979a !important;
  font-size:10px !important;
  line-height:1.55 !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch{
    width:calc(100% - 10px) !important;
    max-width:none !important;
    margin:48px 5px 0 !important;
  }

  #fishing .fishing-after-catch__head{
    margin-bottom:18px !important;
  }

  #fishing .fishing-after-catch__head h3{
    font-size:25px !important;
  }

  #fishing .fishing-after-catch__head p{
    font-size:10.5px !important;
  }

  #fishing .fishing-after-catch__grid{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  #fishing .fishing-after-catch__card{
    min-height:0 !important;
    padding:17px !important;
  }

  #fishing .fishing-after-catch__num{
    margin-bottom:28px !important;
  }

  #fishing .fishing-after-catch__body h4{
    font-size:17px !important;
  }
}


/* build 257 — desktop: tides and "После улова" match the "У нас любительский лов" block width */
@media(min-width:801px){
  body #fishing .fishing-tides,
  body #fishing .fishing-after-catch{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }
}


/* build 258 — illustrated after-catch cards */
#fishing .fishing-after-catch__card{
  justify-content:flex-start !important;
  padding:0 !important;
  min-height:0 !important;
}

#fishing .fishing-after-catch__visual{
  position:relative !important;
  width:100% !important;
  aspect-ratio:1.45/1 !important;
  overflow:hidden !important;
  border-radius:18px 18px 0 0 !important;
  background:rgba(255,255,255,.015) !important;
}

#fishing .fishing-after-catch__visual img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
}

#fishing .fishing-after-catch__num{
  margin:14px 18px 0 !important;
}

#fishing .fishing-after-catch__body{
  padding:18px 18px 20px !important;
}

#fishing .fishing-after-catch__card::after{
  display:none !important;
  content:none !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch__visual{
    aspect-ratio:1.6/1 !important;
  }

  #fishing .fishing-after-catch__num{
    margin:12px 15px 0 !important;
  }

  #fishing .fishing-after-catch__body{
    padding:15px 15px 17px !important;
  }
}


/* build 259 — hard display for after-catch illustrations */
#fishing .fishing-after-catch__visual{
  display:block !important;
  min-height:220px !important;
}
#fishing .fishing-after-catch__visual img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
@media(max-width:800px){
  #fishing .fishing-after-catch__visual{
    min-height:190px !important;
  }
}


/* build 261 — exact user-provided icons, white strokes on transparent background */
#fishing .fishing-after-catch__visual{
  aspect-ratio:1.55/1 !important;
  min-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:26px 28px 10px !important;
  box-sizing:border-box !important;
  background:transparent !important;
}

#fishing .fishing-after-catch__visual img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:120px !important;
  max-height:120px !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:none !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch__visual{
    aspect-ratio:auto !important;
    padding:22px 24px 8px !important;
  }

  #fishing .fishing-after-catch__visual img{
    max-width:105px !important;
    max-height:105px !important;
  }
}


/* build 262 — compact after-catch cards, larger icons */
#fishing .fishing-after-catch__visual{
  aspect-ratio:auto !important;
  height:125px !important;
  min-height:125px !important;
  padding:12px 18px 0 !important;
}

#fishing .fishing-after-catch__visual img{
  max-width:145px !important;
  max-height:112px !important;
}

#fishing .fishing-after-catch__num{
  margin:5px 18px 0 !important;
}

#fishing .fishing-after-catch__body{
  padding:10px 18px 17px !important;
}

#fishing .fishing-after-catch__body h4{
  margin-bottom:6px !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch__visual{
    height:112px !important;
    min-height:112px !important;
    padding:10px 16px 0 !important;
  }

  #fishing .fishing-after-catch__visual img{
    max-width:135px !important;
    max-height:102px !important;
  }

  #fishing .fishing-after-catch__num{
    margin:4px 15px 0 !important;
  }

  #fishing .fishing-after-catch__body{
    padding:9px 15px 14px !important;
  }
}


/* build 263 — three compact horizontal after-catch cards */
#fishing .fishing-after-catch__head{
  max-width:none !important;
  margin-bottom:18px !important;
}

#fishing .fishing-after-catch__grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
}

#fishing .fishing-after-catch__card{
  display:grid !important;
  grid-template-columns:105px minmax(0,1fr) !important;
  grid-template-rows:auto !important;
  align-items:center !important;
  min-height:145px !important;
  padding:14px 16px !important;
  box-sizing:border-box !important;
}

#fishing .fishing-after-catch__visual{
  grid-column:1 !important;
  grid-row:1 !important;
  width:105px !important;
  height:105px !important;
  min-height:105px !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

#fishing .fishing-after-catch__visual img{
  width:auto !important;
  height:auto !important;
  max-width:92px !important;
  max-height:92px !important;
}

#fishing .fishing-after-catch__num{
  display:none !important;
}

#fishing .fishing-after-catch__body{
  grid-column:2 !important;
  grid-row:1 !important;
  padding:0 0 0 13px !important;
  align-self:center !important;
}

#fishing .fishing-after-catch__body>span{
  margin-bottom:5px !important;
}

#fishing .fishing-after-catch__body h4{
  margin:0 0 7px !important;
  font-size:16px !important;
  line-height:1.15 !important;
}

#fishing .fishing-after-catch__body p{
  font-size:9.5px !important;
  line-height:1.45 !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch__grid{
    grid-template-columns:1fr !important;
  }

  #fishing .fishing-after-catch__card{
    grid-template-columns:92px minmax(0,1fr) !important;
    min-height:122px !important;
    padding:12px 14px !important;
  }

  #fishing .fishing-after-catch__visual{
    width:92px !important;
    height:92px !important;
    min-height:92px !important;
  }

  #fishing .fishing-after-catch__visual img{
    max-width:82px !important;
    max-height:82px !important;
  }

  #fishing .fishing-after-catch__body{
    padding-left:12px !important;
  }
}


/* build 264 — no after-catch heading; larger description copy */
#fishing .fishing-after-catch{
  margin-top:52px !important;
}

#fishing .fishing-after-catch__body p{
  font-size:11.5px !important;
  line-height:1.5 !important;
}

@media(max-width:800px){
  #fishing .fishing-after-catch{
    margin-top:42px !important;
  }

  #fishing .fishing-after-catch__body p{
    font-size:11.5px !important;
    line-height:1.48 !important;
  }
}


/* build 266 — freezer icon in "У нас любительский лов" */
#fishing .fishing-catch-note{
  position:relative !important;
  padding-left:112px !important;
  min-height:94px !important;
}

#fishing .fishing-catch-note__icon{
  position:absolute !important;
  left:20px !important;
  top:50% !important;
  width:72px !important;
  height:72px !important;
  transform:translateY(-50%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

#fishing .fishing-catch-note__icon img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

@media(max-width:800px){
  #fishing .fishing-catch-note{
    padding-left:88px !important;
    min-height:82px !important;
  }
  #fishing .fishing-catch-note__icon{
    left:14px !important;
    width:58px !important;
    height:58px !important;
  }
}


/* build 268 — colder visual treatment for amateur-catch notice */
#fishing .fishing-catch-note{
  background:
    linear-gradient(135deg, rgba(115,202,232,.105), rgba(89,156,190,.055)) !important;
  border:1px solid rgba(137,213,239,.30) !important;
  box-shadow:
    inset 0 1px 0 rgba(209,241,250,.055),
    0 12px 34px rgba(35,93,116,.055) !important;
}

#fishing .fishing-catch-note::before,
#fishing .fishing-catch-note::after{
  border-color:rgba(145,218,241,.14) !important;
}

/* Hide legacy yellow house/marker icon if old CSS/markup still exposes it */
#fishing .fishing-catch-note .fa-house,
#fishing .fishing-catch-note .fa-house-chimney,
#fishing .fishing-catch-note .fa-warehouse,
#fishing .fishing-catch-note .fishing-catch-note__badge,
#fishing .fishing-catch-note .fishing-catch-note__mark{
  display:none !important;
}

#fishing .fishing-catch-note__icon{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}


/* build 269 — fishing gallery spacing matches tides → equipment spacing */
#fishing .fishing-gallery,
#fishing .media-gallery,
#fishing .section-gallery{
  margin-top:52px !important;
}

@media(max-width:800px){
  #fishing .fishing-gallery,
  #fishing .media-gallery,
  #fishing .section-gallery{
    margin-top:42px !important;
  }
}


/* build 270 — mobile: "У нас любительский лов" matches equipment-card width */
@media(max-width:800px){
  body #fishing .fishing-catch-note{
    width:calc(100% - 10px) !important;
    max-width:none !important;
    margin-left:5px !important;
    margin-right:5px !important;
    box-sizing:border-box !important;
  }
}


/* build 271 — definitive mobile alignment with after-catch cards */
@media(max-width:800px){
  body #fishing .fishing-catch-note{
    width:calc(100% - 10px) !important;
    max-width:calc(100% - 10px) !important;
    margin-left:5px !important;
    margin-right:5px !important;
    padding-right:14px !important;
    box-sizing:border-box !important;
  }

  body #fishing .fishing-after-catch,
  body #fishing .fishing-catch-note{
    left:auto !important;
    right:auto !important;
    transform:none !important;
  }

  body #fishing .mobile-hide-fisher-rule{
    display:none !important;
  }
}


/* build 273 — interactive dive weight calculator */
#diving .dive-weight-calc{
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin:72px auto 0 !important;
  padding:30px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(139,199,213,.13) !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 90% 10%,rgba(92,154,171,.10),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.032),rgba(255,255,255,.012)) !important;
}

#diving .dive-weight-calc__intro{
  max-width:760px !important;
  margin-bottom:26px !important;
}

#diving .dive-weight-calc__intro>span{
  display:block !important;
  margin-bottom:8px !important;
  color:#8dbac5 !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
}

#diving .dive-weight-calc__intro h3{
  margin:0 0 10px !important;
  color:#eef4f3 !important;
  font-size:30px !important;
  font-weight:500 !important;
  line-height:1.08 !important;
  letter-spacing:-.035em !important;
}

#diving .dive-weight-calc__intro p{
  margin:0 !important;
  color:#92a7ab !important;
  font-size:11.5px !important;
  line-height:1.6 !important;
}

#diving .dive-weight-calc__layout{
  display:grid !important;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr) !important;
  gap:18px !important;
  align-items:stretch !important;
}

#diving .dive-weight-calc__controls{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}

#diving .dive-weight-field{
  min-width:0 !important;
  padding:13px 14px !important;
  border:1px solid rgba(255,255,255,.065) !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.02) !important;
}

#diving .dive-weight-field--wide{
  grid-column:1/-1 !important;
}

#diving .dive-weight-field label{
  display:block !important;
  margin-bottom:7px !important;
  color:#748b90 !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
}

#diving .dive-weight-field small{
  display:block !important;
  margin-top:6px !important;
  color:#586f74 !important;
  font-size:7.5px !important;
  line-height:1.35 !important;
}

#diving .dive-weight-field select,
#diving .dive-weight-input{
  width:100% !important;
  height:39px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:10px !important;
  background:#122126 !important;
  color:#dce6e4 !important;
}

#diving .dive-weight-field select{
  padding:0 10px !important;
  font:inherit !important;
  font-size:11px !important;
  color-scheme:dark !important;
}

#diving .dive-weight-input{
  display:flex !important;
  align-items:center !important;
  padding:0 10px !important;
}

#diving .dive-weight-input input{
  width:100% !important;
  min-width:0 !important;
  padding:0 !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#e4ebe9 !important;
  font:inherit !important;
  font-size:13px !important;
}

#diving .dive-weight-input span{
  flex:0 0 auto !important;
  color:#698085 !important;
  font-size:9px !important;
}

#diving .dive-weight-result{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  padding:24px !important;
  border:1px solid rgba(130,197,211,.16) !important;
  border-radius:18px !important;
  background:linear-gradient(145deg,rgba(82,145,160,.10),rgba(255,255,255,.018)) !important;
}

#diving .dive-weight-result__eyebrow{
  color:#83aeb7 !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

#diving .dive-weight-result__value{
  display:flex !important;
  align-items:flex-end !important;
  gap:7px !important;
  margin:8px 0 4px !important;
}

#diving .dive-weight-result__value strong{
  color:#f0f5f4 !important;
  font-size:54px !important;
  font-weight:400 !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
}

#diving .dive-weight-result__value span{
  margin-bottom:6px !important;
  color:#82a0a5 !important;
  font-size:13px !important;
}

#diving .dive-weight-result__range{
  color:#b9c8c8 !important;
  font-size:10px !important;
}

#diving .dive-weight-result__scale{
  display:grid !important;
  grid-template-columns:repeat(5,1fr) !important;
  gap:4px !important;
  margin:17px 0 !important;
}

#diving .dive-weight-result__scale span{
  height:3px !important;
  border-radius:3px !important;
  background:rgba(114,186,201,.22) !important;
}

#diving .dive-weight-result__scale span:nth-child(2),
#diving .dive-weight-result__scale span:nth-child(3),
#diving .dive-weight-result__scale span:nth-child(4){
  background:rgba(133,199,212,.5) !important;
}

#diving .dive-weight-result>p{
  margin:0 0 16px !important;
  color:#879b9f !important;
  font-size:10px !important;
  line-height:1.5 !important;
}

#diving .dive-weight-result__check{
  display:flex !important;
  gap:10px !important;
  align-items:flex-start !important;
  padding:12px !important;
  border-radius:11px !important;
  background:rgba(255,255,255,.025) !important;
  color:#869b9f !important;
  font-size:9px !important;
  line-height:1.45 !important;
}

#diving .dive-weight-result__check i{
  flex:0 0 auto !important;
  margin-top:2px !important;
  color:#83b9c4 !important;
}

#diving .dive-weight-calc__disclaimer{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-top:14px !important;
  padding:12px 14px !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.018) !important;
  color:#657b80 !important;
  font-size:8.5px !important;
  line-height:1.45 !important;
}

#diving .dive-weight-calc__disclaimer i{
  margin-top:1px !important;
  color:#789ba2 !important;
}

@media(max-width:800px){
  #diving .dive-weight-calc{
    width:calc(100% - 10px) !important;
    max-width:none !important;
    margin:52px 5px 0 !important;
    padding:20px 14px !important;
    border-radius:19px !important;
  }

  #diving .dive-weight-calc__intro{
    margin-bottom:20px !important;
  }

  #diving .dive-weight-calc__intro h3{
    font-size:25px !important;
  }

  #diving .dive-weight-calc__intro p{
    font-size:10.5px !important;
  }

  #diving .dive-weight-calc__layout{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  #diving .dive-weight-calc__controls{
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  #diving .dive-weight-field{
    padding:11px !important;
  }

  #diving .dive-weight-field select{
    font-size:10px !important;
  }

  #diving .dive-weight-result{
    padding:19px !important;
  }

  #diving .dive-weight-result__value strong{
    font-size:48px !important;
  }
}

@media(max-width:430px){
  #diving .dive-weight-calc__controls{
    grid-template-columns:1fr !important;
  }

  #diving .dive-weight-field--wide{
    grid-column:auto !important;
  }
}


/* build 274 — calculator is a standalone block after dive-levels */
#diving > .diving-section__inner > .dive-weight-calc,
#diving .diving-section__inner > .dive-weight-calc{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:2 !important;
  overflow:visible !important;
}

#diving .dive-levels{
  overflow:visible !important;
}


/* build 275 — calculator width matches "Для любого уровня"; clean manual inputs */
#diving .dive-weight-calc{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Remove native number steppers; weight/height are typed manually. */
#diving .dive-weight-input input[type="number"]{
  -moz-appearance:textfield !important;
  appearance:textfield !important;
}
#diving .dive-weight-input input[type="number"]::-webkit-outer-spin-button,
#diving .dive-weight-input input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
}

/* No white focus outline/ring on calculator fields. */
#diving .dive-weight-input,
#diving .dive-weight-input input,
#diving .dive-weight-field select{
  outline:none !important;
  box-shadow:none !important;
}

#diving .dive-weight-input:focus,
#diving .dive-weight-input:focus-within,
#diving .dive-weight-input input:focus,
#diving .dive-weight-field select:focus,
#diving .dive-weight-field select:focus-visible{
  outline:none !important;
  box-shadow:none !important;
  border-color:rgba(129,183,195,.20) !important;
}

/* After removing water, keep a balanced two-column form. */
#diving .dive-weight-calc__controls{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

@media(max-width:800px){
  #diving .dive-weight-calc{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}

@media(max-width:430px){
  #diving .dive-weight-calc__controls{
    grid-template-columns:1fr !important;
  }
}


/* build 276 — tighter dive-level positioning, calculator spacing, 3-column desktop rows */
#diving .dive-levels{
  margin-top:36px !important;
}

#diving .dive-weight-calc{
  margin-top:26px !important;
  margin-bottom:64px !important;
}

/* Desktop: weight + height + tank / suit + thickness + backplate */
@media(min-width:801px){
  #diving .dive-weight-calc__controls{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  #diving .dive-weight-field:nth-child(1){grid-column:1;grid-row:1}
  #diving .dive-weight-field:nth-child(2){grid-column:2;grid-row:1}
  #diving .dive-weight-field:nth-child(5){grid-column:3;grid-row:1}

  #diving .dive-weight-field:nth-child(3){grid-column:1;grid-row:2}
  #diving .dive-weight-field:nth-child(4){grid-column:2;grid-row:2}
  #diving .dive-weight-field:nth-child(6){grid-column:3;grid-row:2}
}

/* Info icon + tooltip */
#diving .dive-weight-field label{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
}

#diving .dive-field-info{
  position:relative !important;
  display:inline-grid !important;
  place-items:center !important;
  width:16px !important;
  height:16px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#6f8f96 !important;
  cursor:pointer !important;
  outline:none !important;
  box-shadow:none !important;
}

#diving .dive-field-info i{
  font-size:11px !important;
}

#diving .dive-field-info::after{
  content:attr(data-tooltip) !important;
  position:absolute !important;
  left:50% !important;
  bottom:calc(100% + 9px) !important;
  transform:translateX(-50%) translateY(3px) !important;
  width:220px !important;
  padding:9px 10px !important;
  border:1px solid rgba(118,170,181,.18) !important;
  border-radius:10px !important;
  background:#142329 !important;
  color:#9eb0b3 !important;
  font-size:9px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  z-index:20 !important;
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease !important;
}

#diving .dive-field-info:hover::after,
#diving .dive-field-info:focus::after,
#diving .dive-field-info.is-open::after{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateX(-50%) translateY(0) !important;
}

@media(max-width:800px){
  #diving .dive-levels{
    margin-top:28px !important;
  }

  #diving .dive-weight-calc{
    margin-top:20px !important;
    margin-bottom:52px !important;
  }

  #diving .dive-field-info::after{
    left:0 !important;
    transform:translateX(0) translateY(3px) !important;
    width:min(220px,70vw) !important;
  }

  #diving .dive-field-info:hover::after,
  #diving .dive-field-info:focus::after,
  #diving .dive-field-info.is-open::after{
    transform:translateX(0) translateY(0) !important;
  }
}


/* build 277 — compact calculator fields + larger typography + aligned info icon */
#diving .dive-weight-calc__intro h3{
  font-size:32px !important;
}

#diving .dive-weight-calc__intro p{
  font-size:13px !important;
  line-height:1.6 !important;
}

#diving .dive-weight-calc__controls{
  gap:8px !important;
}

#diving .dive-weight-field{
  padding:9px 11px !important;
  min-height:0 !important;
}

#diving .dive-weight-field label{
  margin-bottom:5px !important;
  font-size:9.5px !important;
  line-height:1 !important;
  min-height:16px !important;
}

#diving .dive-weight-field select,
#diving .dive-weight-input{
  height:34px !important;
}

#diving .dive-weight-field select{
  font-size:12px !important;
}

#diving .dive-weight-input input{
  font-size:14px !important;
}

#diving .dive-weight-input span{
  font-size:10px !important;
}

#diving .dive-field-info{
  width:14px !important;
  height:14px !important;
  margin:0 !important;
  vertical-align:middle !important;
  transform:none !important;
}

#diving .dive-field-info i{
  font-size:10px !important;
  line-height:1 !important;
}

#diving .dive-weight-result__eyebrow{
  font-size:9px !important;
}

#diving .dive-weight-result__range{
  font-size:11px !important;
}

#diving .dive-weight-result>p{
  font-size:11.5px !important;
}

#diving .dive-weight-result__check{
  font-size:10px !important;
}

#diving .dive-weight-calc__disclaimer{
  font-size:9.5px !important;
}

@media(min-width:801px){
  #diving .dive-weight-calc__layout{
    grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr) !important;
  }

  #diving .dive-weight-result{
    padding:20px !important;
  }
}

@media(max-width:800px){
  #diving .dive-weight-calc__intro h3{
    font-size:27px !important;
  }

  #diving .dive-weight-calc__intro p{
    font-size:11.5px !important;
  }

  #diving .dive-weight-field{
    padding:9px 10px !important;
  }

  #diving .dive-weight-field select{
    font-size:11px !important;
  }

  #diving .dive-weight-input input{
    font-size:13px !important;
  }
}


/* build 278 — substantially shorter desktop parameter cards */
@media(min-width:801px){
  #diving .dive-weight-calc__controls{
    align-content:start !important;
    grid-auto-rows:auto !important;
    gap:7px !important;
  }

  #diving .dive-weight-field{
    min-height:0 !important;
    height:58px !important;
    padding:7px 10px !important;
    box-sizing:border-box !important;
    align-self:start !important;
  }

  #diving .dive-weight-field label{
    min-height:12px !important;
    height:12px !important;
    margin:0 0 4px !important;
    line-height:12px !important;
  }

  #diving .dive-weight-field select,
  #diving .dive-weight-input{
    height:28px !important;
    min-height:28px !important;
  }

  #diving .dive-weight-field select{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  #diving .dive-weight-input{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  #diving .dive-field-info{
    width:12px !important;
    height:12px !important;
    flex:0 0 12px !important;
  }

  #diving .dive-field-info i{
    font-size:9px !important;
  }
}


/* build 279 — balanced field height; result goes below all parameters */
#diving .dive-weight-calc__layout{
  grid-template-columns:1fr !important;
  gap:14px !important;
}

@media(min-width:801px){
  #diving .dive-weight-calc__controls{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:9px !important;
  }

  #diving .dive-weight-field{
    height:72px !important;
    min-height:72px !important;
    padding:9px 11px !important;
  }

  #diving .dive-weight-field label{
    height:15px !important;
    min-height:15px !important;
    margin:0 0 6px !important;
    line-height:15px !important;
  }

  #diving .dive-weight-field select,
  #diving .dive-weight-input{
    height:33px !important;
    min-height:33px !important;
  }

  #diving .dive-weight-result{
    width:100% !important;
    box-sizing:border-box !important;
    min-height:0 !important;
    padding:19px 22px !important;
  }

  #diving .dive-weight-result__value{
    margin-top:7px !important;
  }

  #diving .dive-weight-result__value strong{
    font-size:48px !important;
  }

  #diving .dive-weight-result__scale{
    margin:13px 0 !important;
  }
}


/* build 281 — prevent iPhone Safari auto-zoom on calculator controls */
@media(max-width:800px){
  #diving .dive-weight-input input,
  #diving .dive-weight-field select{
    font-size:16px !important;
  }

  #diving .dive-weight-input input{
    line-height:1 !important;
  }

  #diving .dive-weight-field select{
    line-height:normal !important;
  }

  /* Keep the units visually smaller even though the editable value is 16px. */
  #diving .dive-weight-input > span{
    font-size:10px !important;
  }
}


/* build 282 — all service icons in the lower Diving blocks are white */
#diving .diving-services img,
#diving .diving-service img,
#diving .diving-services svg,
#diving .diving-service svg,
#diving .diving-services i,
#diving .diving-service i,
#diving .base-services img,
#diving .base-service img,
#diving .base-services svg,
#diving .base-service svg,
#diving .base-services i,
#diving .base-service i{
  color:#fff !important;
  fill:#fff !important;
  stroke:#fff !important;
  filter:brightness(0) invert(1) !important;
  opacity:.96 !important;
}

/* Preserve SVG line-art: no colored fills inherited from old rules. */
#diving .diving-services svg *,
#diving .diving-service svg *,
#diving .base-services svg *,
#diving .base-service svg *{
  stroke:#fff !important;
}

/* If the icons use Font Awesome or mask/currentColor. */
#diving .diving-services .fa,
#diving .diving-services [class*="fa-"],
#diving .diving-service .fa,
#diving .diving-service [class*="fa-"],
#diving .base-services .fa,
#diving .base-services [class*="fa-"],
#diving .base-service .fa,
#diving .base-service [class*="fa-"]{
  color:#fff !important;
}


/* build 283 — dive weight calculator opens from a badge-like button */
#diving .dive-weight-toggle{
  width:100% !important;
  max-width:100% !important;
  margin:16px 0 0 !important;
}

#diving .dive-weight-toggle__button{
  width:100% !important;
  min-height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:14px 18px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:16px !important;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
  color:#dfe7e5 !important;
  font:inherit !important;
  font-size:13px !important;
  font-weight:500 !important;
  text-align:left !important;
  cursor:pointer !important;
  outline:none !important;
  box-shadow:none !important;
}

#diving .dive-weight-toggle__button:hover{
  border-color:rgba(135,190,203,.18) !important;
  background:linear-gradient(145deg,rgba(105,169,182,.07),rgba(255,255,255,.015)) !important;
}

#diving .dive-weight-toggle__chevron{
  flex:0 0 32px !important;
  width:32px !important;
  height:32px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(133,192,204,.13) !important;
  border-radius:50% !important;
  background:rgba(104,168,181,.055) !important;
  transition:transform .24s ease, background .24s ease !important;
}

#diving .dive-weight-toggle__chevron svg{
  width:15px !important;
  height:15px !important;
}

#diving .dive-weight-toggle__chevron path{
  fill:none !important;
  stroke:#8eb9c2 !important;
  stroke-width:1.7 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

#diving .dive-weight-toggle__button.is-open .dive-weight-toggle__chevron{
  transform:rotate(180deg) !important;
  background:rgba(104,168,181,.10) !important;
}

#diving .dive-weight-panel{
  display:grid !important;
  grid-template-rows:0fr !important;
  opacity:0 !important;
  transition:grid-template-rows .26s ease, opacity .22s ease, margin-top .26s ease !important;
  margin-top:0 !important;
}

#diving .dive-weight-panel[hidden]{
  display:none !important;
}

#diving .dive-weight-panel.is-open{
  grid-template-rows:1fr !important;
  opacity:1 !important;
  margin-top:14px !important;
}

#diving .dive-weight-panel > .dive-weight-calc{
  min-height:0 !important;
  overflow:hidden !important;
  margin-top:0 !important;
}

@media(max-width:800px){
  #diving .dive-weight-toggle{
    margin-top:12px !important;
  }

  #diving .dive-weight-toggle__button{
    min-height:54px !important;
    padding:12px 14px !important;
    font-size:12px !important;
  }

  #diving .dive-weight-toggle__chevron{
    flex-basis:29px !important;
    width:29px !important;
    height:29px !important;
  }

  #diving .dive-weight-panel.is-open{
    margin-top:10px !important;
  }
}


/* build 284 — richer calculator teaser card + clear separation before Pechora */
#diving .dive-weight-toggle{
  position:relative !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:28px !important;
  width:100% !important;
  margin:18px 0 0 !important;
  padding:22px 24px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(126,190,204,.14) !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 92% 20%,rgba(95,170,188,.11),transparent 31%),
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
}

#diving .dive-weight-toggle::before{
  content:"" !important;
  position:absolute !important;
  width:150px !important;
  height:150px !important;
  right:-65px !important;
  bottom:-90px !important;
  border:1px solid rgba(126,190,204,.08) !important;
  border-radius:50% !important;
  pointer-events:none !important;
}

#diving .dive-weight-toggle__copy{
  position:relative !important;
  z-index:1 !important;
  max-width:620px !important;
}

#diving .dive-weight-toggle__eyebrow{
  display:block !important;
  margin-bottom:6px !important;
  color:#83afb9 !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.13em !important;
  text-transform:uppercase !important;
}

#diving .dive-weight-toggle__copy h3{
  margin:0 0 7px !important;
  color:#eef4f3 !important;
  font-size:22px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  letter-spacing:-.025em !important;
}

#diving .dive-weight-toggle__copy p{
  margin:0 !important;
  color:#8ea2a6 !important;
  font-size:11.5px !important;
  line-height:1.55 !important;
}

#diving .dive-weight-toggle__button{
  position:relative !important;
  z-index:1 !important;
  width:auto !important;
  min-width:220px !important;
  min-height:48px !important;
  justify-content:center !important;
  gap:13px !important;
  padding:10px 12px 10px 18px !important;
  border-color:rgba(136,199,212,.20) !important;
  border-radius:13px !important;
  background:rgba(91,157,172,.09) !important;
  font-size:11.5px !important;
  white-space:nowrap !important;
}

#diving .dive-weight-toggle__button:hover{
  background:rgba(100,170,185,.14) !important;
  border-color:rgba(146,207,220,.28) !important;
}

#diving .dive-weight-toggle__chevron{
  flex:0 0 28px !important;
  width:28px !important;
  height:28px !important;
}

/* Space between the whole calculator area and Pechora */
#diving .dive-weight-panel + .pechora-story{
  margin-top:76px !important;
}

/* When calculator is collapsed, preserve a deliberate gap after the teaser card. */
#diving .dive-weight-panel:not(.is-open) + .pechora-story{
  margin-top:58px !important;
}

@media(max-width:800px){
  #diving .dive-weight-toggle{
    grid-template-columns:1fr !important;
    gap:16px !important;
    margin-top:14px !important;
    padding:18px 16px !important;
    border-radius:18px !important;
  }

  #diving .dive-weight-toggle__copy h3{
    font-size:20px !important;
  }

  #diving .dive-weight-toggle__copy p{
    font-size:11px !important;
  }

  #diving .dive-weight-toggle__button{
    width:100% !important;
    min-width:0 !important;
    min-height:48px !important;
    justify-content:space-between !important;
    padding:10px 10px 10px 15px !important;
    font-size:12px !important;
  }

  #diving .dive-weight-panel + .pechora-story{
    margin-top:58px !important;
  }

  #diving .dive-weight-panel:not(.is-open) + .pechora-story{
    margin-top:46px !important;
  }
}


/* build 285 — faster calculator reveal and tighter Pechora spacing */
#diving .dive-weight-panel{
  transition:grid-template-rows .15s ease-out, opacity .12s linear, margin-top .15s ease-out !important;
}

#diving .dive-weight-toggle__chevron{
  transition:transform .15s ease-out, background .15s ease-out !important;
}

/* Open calculator should sit much closer to Pechora. */
#diving .dive-weight-panel.is-open + .pechora-story{
  margin-top:30px !important;
}

/* Closed teaser still gets a clear section break. */
#diving .dive-weight-panel:not(.is-open) + .pechora-story{
  margin-top:46px !important;
}

@media(max-width:800px){
  #diving .dive-weight-panel.is-open + .pechora-story{
    margin-top:24px !important;
  }

  #diving .dive-weight-panel:not(.is-open) + .pechora-story{
    margin-top:38px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  #diving .dive-weight-panel,
  #diving .dive-weight-toggle__chevron{
    transition:none !important;
  }
}


/* build 286 — lighter labels in "Два жилых корпуса..." feature icons */
#stay .stay-comfort__features .stay-feature__text{
  font-weight:400 !important;
}


/* build 287 — booking search */
.booking-section{
  position:relative;
  padding:88px 0;
  background:linear-gradient(180deg,#0c171c 0%,#101d22 100%);
}
.booking-section__inner{width:calc(100% - 48px);max-width:1120px;margin:0 auto}
.booking-section__head{display:flex;justify-content:space-between;margin-bottom:28px}
.booking-section__head span{display:block;margin-bottom:8px;color:#c2aa78;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.booking-section__head h2{margin:0 0 10px;color:#f0f4f2;font-size:38px;font-weight:500;letter-spacing:-.045em}
.booking-section__head p{margin:0;max-width:610px;color:#91a2a5;font-size:12px;line-height:1.6}
.booking-search{display:grid;grid-template-columns:1fr 45px 1fr auto;align-items:end;gap:10px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025)}
.booking-search__field span{display:block;margin:0 0 7px;color:#758b8f;font-size:8px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.booking-search__field input{width:100%;height:47px;padding:0 13px;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#132126;color:#e4ebe9;font-size:13px;color-scheme:dark;outline:none}
.booking-search__field input:focus{border-color:rgba(147,196,207,.24)}
.booking-search__arrow{height:47px;display:flex;align-items:center;justify-content:center}
.booking-search__arrow svg{width:32px;height:12px}.booking-search__arrow path{fill:none;stroke:#647d82;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}
.booking-search__button{height:47px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(211,188,140,.28);border-radius:11px;background:rgba(211,188,140,.10);color:#dfc99d;font-size:11px;cursor:pointer}
.booking-search__status{min-height:18px;margin:14px 4px 20px;color:#73888c;font-size:10px}.booking-search__status strong{color:#cbd6d4;font-weight:500}
.booking-results{display:grid;gap:12px}
.booking-room-card{display:grid;grid-template-columns:300px minmax(0,1fr);overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.022)}
.booking-room-card[hidden]{display:none!important}
.booking-room-card__media{position:relative;min-height:230px;background:#132126;overflow:hidden}
.booking-room-card__media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.booking-room-card__media>span{position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(5,12,15,.72);color:#dce5e3;font-size:8px}
.booking-room-card__placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#5e7478}.booking-room-card__placeholder i{font-size:26px}
.booking-room-card__content{padding:21px 22px;display:flex;flex-direction:column}
.booking-room-card__building{color:#bba578;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.booking-room-card__content h3{margin:6px 0 9px;color:#edf2f0;font-size:23px;font-weight:500}
.booking-room-card__meta{display:flex;gap:15px;color:#85999d;font-size:9px}.booking-room-card__meta i{margin-right:4px;color:#9db1b5}
.booking-room-card__content p{margin:13px 0 18px;color:#8ea0a3;font-size:10.5px;line-height:1.55}
.booking-room-card__footer{margin-top:auto;display:flex;align-items:end;justify-content:space-between;gap:18px;padding-top:15px;border-top:1px solid rgba(255,255,255,.055)}
.booking-room-card__total small{display:block;color:#647a7e;font-size:7.5px;text-transform:uppercase;letter-spacing:.06em}.booking-room-card__total strong{display:block;margin-top:4px;color:#e3eae8;font-size:15px;font-weight:500}
.booking-room-card__select{padding:9px 13px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:rgba(255,255,255,.035);color:#bac7c5;font-size:9px}
.booking-empty{display:flex;align-items:center;gap:16px;padding:24px;border:1px dashed rgba(255,255,255,.08);border-radius:15px;color:#647b80}.booking-empty i{font-size:24px}.booking-empty strong,.booking-empty span{display:block}.booking-empty strong{color:#aebdbc;font-size:11px}.booking-empty span{margin-top:4px;font-size:9px;line-height:1.45}

@media(max-width:800px){
  .booking-section{padding:58px 0}
  .booking-section__inner{width:calc(100% - 20px)}
  .booking-section__head h2{font-size:29px}
  .booking-search{grid-template-columns:1fr 1fr;gap:8px;padding:13px}
  .booking-search__arrow{display:none}
  .booking-search__button{grid-column:1/-1;width:100%;font-size:12px}
  .booking-search__field input{font-size:16px}
  .booking-room-card{grid-template-columns:1fr}
  .booking-room-card__media{min-height:220px;aspect-ratio:1.5/1}
  .booking-room-card__content{padding:17px}
  .booking-room-card__footer{align-items:stretch;flex-direction:column}
  .booking-room-card__select{width:100%;height:42px;font-size:10px}
}


/* build 290 — standalone booking section + room gallery + booking cart */
.booking-section{
  position:relative !important;
  z-index:3 !important;
  isolation:isolate !important;
  padding:92px 0 118px !important;
  background:
    radial-gradient(circle at 82% 9%,rgba(69,123,138,.10),transparent 30%),
    linear-gradient(180deg,#101d23 0%,#0d1a20 100%) !important;
  border-top:1px solid rgba(255,255,255,.045) !important;
  border-bottom:1px solid rgba(122,177,189,.07) !important;
}

/* Media becomes thumbs + main image */
.booking-room-card__media{
  display:grid !important;
  grid-template-columns:66px minmax(0,1fr) !important;
  gap:8px !important;
  padding:8px !important;
  box-sizing:border-box !important;
  min-height:260px !important;
  background:#101c21 !important;
}

.booking-room-card__thumbs{
  display:grid !important;
  grid-template-rows:repeat(3,minmax(0,1fr)) !important;
  gap:6px !important;
  min-width:0 !important;
}

.booking-room-thumb{
  position:relative !important;
  width:100% !important;
  min-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.06) !important;
  border-radius:9px !important;
  background:#132126 !important;
  cursor:pointer !important;
}

.booking-room-thumb img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.booking-room-thumb span{
  position:absolute !important;
  inset:0 !important;
  display:grid !important;
  place-items:center !important;
  background:rgba(4,11,14,.58) !important;
  color:#fff !important;
  font-size:16px !important;
  font-weight:500 !important;
}

.booking-room-thumb.is-active{
  border-color:rgba(184,209,214,.28) !important;
}

.booking-room-card__main-photo{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border:0 !important;
  border-radius:11px !important;
  background:#132126 !important;
  cursor:pointer !important;
}

.booking-room-card__main-photo img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.booking-room-card__actions{
  position:relative !important;
}

.booking-room-card__places{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  padding:7px 8px 7px 10px !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.025) !important;
}

.booking-room-card__places[hidden]{display:none !important}
.booking-room-card__places>span{color:#7e9296 !important;font-size:8px !important}
.booking-room-card__places>div{display:flex !important;gap:5px !important}
.booking-room-card__places button{
  width:31px !important;
  height:31px !important;
  padding:0 !important;
  border:1px solid rgba(138,190,201,.16) !important;
  border-radius:8px !important;
  background:rgba(105,166,178,.07) !important;
  color:#dce5e3 !important;
  font-size:11px !important;
  cursor:pointer !important;
}

/* Fixed left booking cart */
.booking-cart{
  position:fixed !important;
  z-index:120 !important;
  left:0 !important;
  top:50% !important;
  width:320px !important;
  max-height:calc(100vh - 40px) !important;
  display:flex !important;
  flex-direction:column !important;
  transform:translate(-102%,-50%) !important;
  opacity:0 !important;
  transition:transform .22s ease-out,opacity .18s ease-out !important;
  overflow:hidden !important;
  border:1px solid rgba(133,194,206,.18) !important;
  border-left:0 !important;
  border-radius:0 18px 18px 0 !important;
  background:rgba(12,25,31,.97) !important;
  box-shadow:0 18px 60px rgba(0,0,0,.35) !important;
  backdrop-filter:blur(16px) !important;
}

.booking-cart.is-open{
  transform:translate(0,-50%) !important;
  opacity:1 !important;
}

.booking-cart__close{
  position:absolute !important;
  right:10px !important;
  top:10px !important;
  width:28px !important;
  height:28px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.025) !important;
  color:#8fa2a6 !important;
  font-size:18px !important;
  cursor:pointer !important;
}

.booking-cart__head{
  padding:20px 20px 15px !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}

.booking-cart__head>span{
  display:block !important;
  color:#bda87b !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}

.booking-cart__head h3{
  margin:5px 0 14px !important;
  color:#edf2f0 !important;
  font-size:22px !important;
  font-weight:500 !important;
}

.booking-cart__dates{
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center !important;
  gap:8px !important;
}

.booking-cart__dates span small,
.booking-cart__dates span strong{
  display:block !important;
}

.booking-cart__dates span small{
  color:#60777c !important;
  font-size:7px !important;
  text-transform:uppercase !important;
}

.booking-cart__dates span strong{
  margin-top:3px !important;
  color:#cbd5d3 !important;
  font-size:11px !important;
  font-weight:500 !important;
}

.booking-cart__dates i{
  color:#5f777c !important;
  font-size:10px !important;
}

.booking-cart__items{
  display:grid !important;
  gap:8px !important;
  padding:14px !important;
  overflow:auto !important;
}

.booking-cart-item{
  display:grid !important;
  grid-template-columns:54px minmax(0,1fr) auto !important;
  gap:9px !important;
  align-items:center !important;
  padding:8px !important;
  border-radius:11px !important;
  background:rgba(255,255,255,.025) !important;
}

.booking-cart-item img,
.booking-cart-item__noimg{
  width:54px !important;
  height:54px !important;
  border-radius:8px !important;
  object-fit:cover !important;
  background:#132126 !important;
}

.booking-cart-item__noimg{
  display:grid !important;
  place-items:center !important;
  color:#50676c !important;
}

.booking-cart-item span,
.booking-cart-item strong,
.booking-cart-item small{
  display:block !important;
}

.booking-cart-item span{
  color:#8f7e5e !important;
  font-size:7px !important;
  text-transform:uppercase !important;
}

.booking-cart-item strong{
  margin:3px 0 !important;
  color:#dfe6e4 !important;
  font-size:10px !important;
  font-weight:500 !important;
}

.booking-cart-item small{
  color:#73878b !important;
  font-size:8px !important;
}

.booking-cart-item>button{
  width:25px !important;
  height:25px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#71868a !important;
  font-size:16px !important;
  cursor:pointer !important;
}

.booking-cart__footer{
  margin-top:auto !important;
  padding:15px 18px 18px !important;
  border-top:1px solid rgba(255,255,255,.055) !important;
}

.booking-cart__footer>div{
  display:flex !important;
  align-items:end !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:12px !important;
}

.booking-cart__footer small{
  color:#64797d !important;
  font-size:8px !important;
  text-transform:uppercase !important;
}

.booking-cart__footer strong{
  color:#eef3f1 !important;
  font-size:18px !important;
  font-weight:500 !important;
}

.booking-cart__footer button{
  width:100% !important;
  min-height:43px !important;
  border:1px solid rgba(208,184,136,.25) !important;
  border-radius:10px !important;
  background:rgba(208,184,136,.10) !important;
  color:#dfc99d !important;
  font-size:10px !important;
  cursor:pointer !important;
}

.booking-cart__footer button.is-ready{
  border-color:rgba(127,193,158,.24) !important;
  background:rgba(127,193,158,.08) !important;
  color:#b5d7c3 !important;
}

@media(max-width:800px){
  .booking-section{
    padding:64px 0 92px !important;
  }

  .booking-room-card__media{
    grid-template-columns:58px minmax(0,1fr) !important;
    min-height:230px !important;
  }

  .booking-cart{
    top:auto !important;
    bottom:0 !important;
    width:100% !important;
    max-height:72vh !important;
    transform:translateY(102%) !important;
    border-left:1px solid rgba(133,194,206,.18) !important;
    border-bottom:0 !important;
    border-radius:18px 18px 0 0 !important;
  }

  .booking-cart.is-open{
    transform:translateY(0) !important;
  }
}


/* build 291 — booking section layout reset, date UI, large footer gap */
.booking-section{
  position:relative !important;
  z-index:4 !important;
  isolation:isolate !important;
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-height:auto !important;
  overflow:visible !important;
  margin:0 !important;
  padding:96px 0 180px !important;
  box-sizing:border-box !important;
  background:
    radial-gradient(circle at 86% 4%,rgba(86,151,166,.11),transparent 32%),
    linear-gradient(180deg,#102027 0%,#0d1b21 100%) !important;
}

.booking-section *{
  box-sizing:border-box !important;
}

.booking-section__inner{
  position:relative !important;
  z-index:2 !important;
  display:block !important;
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  min-width:0 !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:visible !important;
}

.booking-section__head{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 0 30px !important;
  padding:0 !important;
}

.booking-section__head>div{
  width:100% !important;
  max-width:720px !important;
}

.booking-section__head h2{
  font-size:42px !important;
  line-height:1.04 !important;
}

.booking-search{
  position:relative !important;
  z-index:3 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr) minmax(165px,auto) !important;
  align-items:end !important;
  gap:12px !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:20px !important;
  overflow:visible !important;
  border:1px solid rgba(141,197,209,.13) !important;
  border-radius:20px !important;
  background:rgba(255,255,255,.028) !important;
  box-shadow:0 16px 50px rgba(0,0,0,.10) !important;
}

.booking-search__field{
  display:block !important;
  min-width:0 !important;
  width:100% !important;
}

.booking-search__field>span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  margin:0 0 8px !important;
  color:#839a9f !important;
  font-size:9px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}

.booking-search__field>span i{
  color:#84adb6 !important;
  font-size:10px !important;
}

.booking-date-control{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:50px !important;
  overflow:hidden !important;
  border:1px solid rgba(138,190,201,.13) !important;
  border-radius:12px !important;
  background:linear-gradient(180deg,rgba(23,40,46,.98),rgba(18,34,40,.98)) !important;
}

.booking-date-control::after{
  content:"\f073" !important;
  position:absolute !important;
  right:13px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  color:#84a9b1 !important;
  font-family:"Font Awesome 6 Free" !important;
  font-weight:400 !important;
  font-size:13px !important;
  pointer-events:none !important;
  z-index:2 !important;
}

.booking-date-control input[type="date"]{
  position:relative !important;
  z-index:1 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 38px 0 13px !important;
  border:0 !important;
  outline:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#e2e9e7 !important;
  font-size:14px !important;
  line-height:50px !important;
  color-scheme:dark !important;
  box-shadow:none !important;
  cursor:pointer !important;
}

.booking-date-control input[type="date"]:focus,
.booking-date-control input[type="date"]:focus-visible{
  outline:none !important;
  box-shadow:none !important;
}

.booking-date-control:focus-within{
  border-color:rgba(143,205,218,.28) !important;
  background:linear-gradient(180deg,rgba(27,47,54,.98),rgba(20,38,44,.98)) !important;
}

.booking-date-control input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute !important;
  right:0 !important;
  width:46px !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  cursor:pointer !important;
}

.booking-search__arrow{
  width:44px !important;
  min-width:44px !important;
}

.booking-search__button{
  width:100% !important;
  min-width:165px !important;
  height:50px !important;
  padding:0 18px !important;
  white-space:nowrap !important;
}

.booking-search__status{
  width:100% !important;
  margin:15px 0 22px !important;
  padding:0 2px !important;
}

.booking-results{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  overflow:visible !important;
}

/* Make sure cards can never escape the booking container. */
.booking-room-card{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
}

.booking-room-card__media,
.booking-room-card__content{
  min-width:0 !important;
}

/* Deliberate space before the site footer / end of page. */
.booking-section + footer,
.booking-section ~ footer{
  margin-top:0 !important;
}

.booking-section::after{
  content:"" !important;
  display:block !important;
  height:40px !important;
}

/* Native date popup cannot be restyled cross-browser; make the trigger area feel custom. */
@media(max-width:800px){
  .booking-section{
    padding:68px 0 140px !important;
  }

  .booking-section__inner{
    width:calc(100% - 20px) !important;
    max-width:none !important;
  }

  .booking-section__head{
    margin-bottom:22px !important;
  }

  .booking-section__head h2{
    font-size:31px !important;
  }

  .booking-search{
    grid-template-columns:1fr 1fr !important;
    gap:9px !important;
    padding:14px !important;
    border-radius:17px !important;
  }

  .booking-search__arrow{
    display:none !important;
  }

  .booking-search__button{
    grid-column:1/-1 !important;
    min-width:0 !important;
    width:100% !important;
    height:48px !important;
  }

  .booking-date-control{
    height:46px !important;
  }

  .booking-date-control input[type="date"]{
    font-size:16px !important;
    line-height:46px !important;
    padding-left:9px !important;
    padding-right:30px !important;
  }

  .booking-date-control::after{
    right:9px !important;
    font-size:11px !important;
  }
}

@media(max-width:390px){
  .booking-search{
    grid-template-columns:1fr !important;
  }

  .booking-search__button{
    grid-column:auto !important;
  }
}


/* build 292 — booking full background, custom date labels, gallery right thumbs, right cart */
.booking-section{
  position:relative !important;
  z-index:3 !important;
  isolation:isolate !important;
  width:100% !important;
  min-height:100vh !important;
  overflow:hidden !important;
  padding:96px 0 220px !important;
  background:#0f2027 !important;
}

.booking-section::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-2 !important;
  background:
    radial-gradient(circle at 82% 10%,rgba(95,164,179,.12),transparent 34%),
    radial-gradient(circle at 14% 86%,rgba(45,96,109,.09),transparent 30%),
    linear-gradient(180deg,#102128 0%,#0d1c22 100%) !important;
  pointer-events:none !important;
}

.booking-section::after{
  content:"" !important;
  position:absolute !important;
  inset:auto 0 0 !important;
  height:110px !important;
  z-index:-1 !important;
  background:linear-gradient(180deg,rgba(13,28,34,0),#0d1c22) !important;
  pointer-events:none !important;
}

/* Custom visible date placeholders while native date is empty */
.booking-date-control{
  overflow:visible !important;
}

.booking-date-placeholder{
  position:absolute !important;
  left:13px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:2 !important;
  color:#7f969b !important;
  font-size:13px !important;
  pointer-events:none !important;
}

.booking-date-control input[type="date"]:valid + .booking-date-placeholder{
  display:none !important;
}

.booking-date-control input[type="date"]:invalid{
  color:transparent !important;
}

.booking-date-control input[type="date"]:invalid::-webkit-datetime-edit{
  color:transparent !important;
}

.booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit{
  color:transparent !important;
}

/* Main room photo left, thumbnails right */
.booking-room-card__media{
  grid-template-columns:minmax(0,1fr) 66px !important;
}

.booking-room-card__main-photo{
  grid-column:1 !important;
  grid-row:1 !important;
}

.booking-room-card__thumbs{
  grid-column:2 !important;
  grid-row:1 !important;
}

/* Price is per person */
.booking-room-card__meta span:last-child{
  white-space:nowrap !important;
}

/* Right-side full-height cart */
.booking-cart{
  left:auto !important;
  right:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:350px !important;
  height:100vh !important;
  height:100dvh !important;
  max-height:none !important;
  transform:translateX(102%) !important;
  border:0 !important;
  border-left:1px solid rgba(133,194,206,.18) !important;
  border-radius:0 !important;
  background:rgba(10,23,29,.985) !important;
  box-shadow:-20px 0 60px rgba(0,0,0,.28) !important;
}

.booking-cart.is-open{
  transform:translateX(0) !important;
}

/* Shift site slightly left while booking cart is visible */
body .header,
body .hero,
body .site-section,
body footer{
  transition:transform .22s ease-out !important;
}

body.booking-cart-open .header,
body.booking-cart-open .hero,
body.booking-cart-open .site-section,
body.booking-cart-open footer{
  transform:translateX(-72px) !important;
}

.booking-cart__items{
  flex:1 1 auto !important;
  min-height:0 !important;
}

.booking-cart__footer{
  flex:0 0 auto !important;
}

/* Keep the booking section background independent when page shifts */
body.booking-cart-open .booking-cart{
  transform:translateX(0) !important;
}

/* Bigger bottom breathing room before footer */
.booking-section{
  margin-bottom:90px !important;
}

@media(max-width:800px){
  .booking-section{
    min-height:auto !important;
    padding:68px 0 170px !important;
    margin-bottom:70px !important;
  }

  .booking-date-placeholder{
    left:9px !important;
    font-size:16px !important;
  }

  .booking-room-card__media{
    grid-template-columns:minmax(0,1fr) 58px !important;
  }

  .booking-cart{
    top:auto !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    height:auto !important;
    max-height:78dvh !important;
    transform:translateY(102%) !important;
    border-left:0 !important;
    border-top:1px solid rgba(133,194,206,.18) !important;
    border-radius:18px 18px 0 0 !important;
  }

  .booking-cart.is-open{
    transform:translateY(0) !important;
  }

  body.booking-cart-open .header,
  body.booking-cart-open .hero,
  body.booking-cart-open .site-section,
  body.booking-cart-open footer{
    transform:none !important;
  }
}


/* build 293 — booking UI refinements */
.booking-search__field>span{
  display:none !important;
}

.booking-date-placeholder{
  font-size:11px !important;
  color:#809397 !important;
}

.booking-date-control.is-active .booking-date-placeholder,
.booking-date-control.has-value .booking-date-placeholder{
  display:none !important;
}

/* room photo viewer */
.booking-room-thumb{
  cursor:zoom-in !important;
}
.booking-room-card__main-photo{
  cursor:zoom-in !important;
}
.booking-photo-lightbox{
  position:fixed !important;
  inset:0 !important;
  z-index:250 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
}
.booking-photo-lightbox.is-open{
  display:flex !important;
}
.booking-photo-lightbox__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(3,9,12,.86) !important;
  backdrop-filter:blur(8px) !important;
}
.booking-photo-lightbox__stage{
  position:relative !important;
  z-index:1 !important;
  max-width:min(92vw,1200px) !important;
  max-height:90vh !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.booking-photo-lightbox__stage img{
  display:block !important;
  max-width:100% !important;
  max-height:90vh !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  border-radius:12px !important;
  box-shadow:0 30px 80px rgba(0,0,0,.45) !important;
}
.booking-photo-lightbox__close{
  position:absolute !important;
  right:-8px !important;
  top:-40px !important;
  width:32px !important;
  height:32px !important;
  border:1px solid rgba(255,255,255,.13) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.04) !important;
  color:#fff !important;
  font-size:20px !important;
  cursor:pointer !important;
}

/* stronger select button */
.booking-room-card__select{
  min-width:150px !important;
  min-height:44px !important;
  padding:0 18px !important;
  border:1px solid rgba(214,185,124,.34) !important;
  border-radius:11px !important;
  background:linear-gradient(180deg,rgba(220,190,128,.16),rgba(187,151,84,.11)) !important;
  color:#ead5aa !important;
  font-size:11px !important;
  font-weight:600 !important;
  box-shadow:0 8px 24px rgba(177,142,72,.08) !important;
}
.booking-room-card__select:hover{
  background:linear-gradient(180deg,rgba(220,190,128,.22),rgba(187,151,84,.16)) !important;
}

/* Included items */
.booking-room-card__included{
  display:grid !important;
  gap:7px !important;
  margin:4px 0 14px !important;
  padding:11px 12px !important;
  border:1px solid rgba(124,184,197,.10) !important;
  border-radius:11px !important;
  background:rgba(85,143,155,.04) !important;
}
.booking-room-card__included span{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#8fa3a7 !important;
  font-size:9px !important;
  line-height:1.4 !important;
}
.booking-room-card__included i{
  width:14px !important;
  text-align:center !important;
  color:#8cb4bd !important;
}

/* smaller elegant cart, right side, below top edge */
.booking-cart{
  top:14vh !important;
  bottom:auto !important;
  right:14px !important;
  width:286px !important;
  height:auto !important;
  max-height:46vh !important;
  transform:translateX(calc(100% + 24px)) !important;
  border:1px solid rgba(133,194,206,.18) !important;
  border-radius:16px !important;
  background:rgba(11,24,30,.97) !important;
  box-shadow:-16px 18px 50px rgba(0,0,0,.30) !important;
}
.booking-cart.is-open{
  transform:translateX(0) !important;
}
.booking-cart__head{
  padding:17px 17px 13px !important;
}
.booking-cart__head h3{
  font-size:19px !important;
  margin-bottom:11px !important;
}
.booking-cart__items{
  padding:10px !important;
}
.booking-cart-item{
  grid-template-columns:46px minmax(0,1fr) auto !important;
}
.booking-cart-item img,
.booking-cart-item__noimg{
  width:46px !important;
  height:46px !important;
}
.booking-cart__footer{
  padding:12px 14px 14px !important;
}

/* page shift smaller than before */
body.booking-cart-open .header,
body.booking-cart-open .hero,
body.booking-cart-open .site-section,
body.booking-cart-open footer{
  transform:translateX(-34px) !important;
}

@media(max-width:800px){
  .booking-date-placeholder{
    font-size:13px !important;
  }

  .booking-room-card__select{
    width:100% !important;
    min-width:0 !important;
  }

  .booking-cart{
    top:auto !important;
    right:0 !important;
    bottom:10px !important;
    width:calc(100% - 16px) !important;
    max-height:58vh !important;
    border-radius:16px !important;
    transform:translateY(calc(100% + 20px)) !important;
  }

  .booking-cart.is-open{
    transform:translateY(0) !important;
  }

  body.booking-cart-open .header,
  body.booking-cart-open .hero,
  body.booking-cart-open .site-section,
  body.booking-cart-open footer{
    transform:none !important;
  }
}


/* build 294 — included benefits without box, green text */
.booking-room-card__included{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 16px !important;
  margin:4px 0 14px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
.booking-room-card__included span{
  color:#9ec9ae !important;
  font-size:9px !important;
}
.booking-room-card__included i{
  color:#9ec9ae !important;
}

/* compact bottom-right cart that grows upward with items */
.booking-cart{
  top:auto !important;
  right:14px !important;
  bottom:18px !important;
  width:268px !important;
  height:auto !important;
  min-height:0 !important;
  max-height:58vh !important;
  border-radius:15px !important;
  transform:translateX(calc(100% + 28px)) !important;
}
.booking-cart.is-open{
  transform:translateX(0) !important;
}
.booking-cart__items{
  max-height:30vh !important;
  overflow:auto !important;
}

/* booking gallery behaves like the other site albums and stays below header */
.booking-photo-lightbox{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  top:76px !important;
  bottom:0 !important;
  z-index:250 !important;
}
.booking-photo-lightbox__backdrop{
  position:absolute !important;
  inset:0 !important;
}
.booking-photo-lightbox__stage{
  position:relative !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  padding:24px 66px 26px !important;
  box-sizing:border-box !important;
}
.booking-photo-lightbox__stage img{
  max-width:100% !important;
  max-height:100% !important;
  border-radius:10px !important;
}
.booking-photo-lightbox__close{
  right:18px !important;
  top:16px !important;
}
.booking-photo-lightbox__nav{
  position:absolute !important;
  top:50% !important;
  z-index:3 !important;
  width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:50% !important;
  background:rgba(10,20,24,.48) !important;
  transform:translateY(-50%) !important;
  cursor:pointer !important;
}
.booking-photo-lightbox__nav--prev{left:16px !important}
.booking-photo-lightbox__nav--next{right:16px !important}
.booking-photo-lightbox__nav svg{width:20px !important;height:20px !important}
.booking-photo-lightbox__nav path{
  fill:none !important;
  stroke:#fff !important;
  stroke-width:1.5 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

@media(max-width:800px){
  .booking-cart{
    right:8px !important;
    bottom:8px !important;
    width:calc(100% - 16px) !important;
    max-height:60vh !important;
  }

  .booking-photo-lightbox{
    top:64px !important;
  }
  .booking-photo-lightbox__stage{
    padding:16px 48px 18px !important;
  }
  .booking-photo-lightbox__nav{
    width:36px !important;
    height:36px !important;
  }
  .booking-photo-lightbox__nav--prev{left:8px !important}
  .booking-photo-lightbox__nav--next{right:8px !important}
}


/* build 295 — gallery below header, arrows by image, cart state and room flags */

/* admin flags */
.booking-room-flags{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin:0 0 12px !important;
}
.booking-room-flags label{
  display:flex !important;
  grid-template-columns:none !important;
  align-items:center !important;
  gap:7px !important;
  color:#9aa9ab !important;
}
.booking-room-flags input{
  width:auto !important;
}

/* Larger place selection */
.booking-room-card__places{
  padding:10px 11px 10px 13px !important;
}
.booking-room-card__places>span{
  font-size:11px !important;
  color:#a8b7b9 !important;
}
.booking-room-card__places button{
  width:38px !important;
  height:38px !important;
  font-size:14px !important;
}

/* Selected state */
.booking-room-card__select.is-selected{
  border-color:rgba(116,190,143,.30) !important;
  background:rgba(96,164,121,.12) !important;
  color:#a8d3b7 !important;
}

/* Compact cart, slightly wider, near bottom and grows upward */
.booking-cart{
  right:14px !important;
  bottom:16px !important;
  top:auto !important;
  width:306px !important;
  max-height:64vh !important;
}
.booking-cart__drag{
  height:17px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:grab !important;
  touch-action:none !important;
  background:rgba(255,255,255,.018) !important;
}
.booking-cart__drag:active,
.booking-cart.is-dragging .booking-cart__drag{
  cursor:grabbing !important;
}
.booking-cart__drag span{
  width:38px !important;
  height:3px !important;
  border-radius:999px !important;
  background:rgba(159,190,196,.23) !important;
}
.booking-cart.is-dragging{
  transition:none !important;
  user-select:none !important;
}

/* Bigger cart room typography */
.booking-cart-item span{
  font-size:8px !important;
}
.booking-cart-item strong{
  font-size:12px !important;
}
.booking-cart-item small{
  font-size:9px !important;
  line-height:1.35 !important;
}
.booking-cart__dates span strong{
  font-size:10px !important;
  line-height:1.35 !important;
}

/* No page shift when cart opens */
body.booking-cart-open .header,
body.booking-cart-open .hero,
body.booking-cart-open .site-section,
body.booking-cart-open footer{
  transform:none !important;
}

/* Reopen launcher when cart is manually closed */
.booking-cart-launcher{
  position:fixed !important;
  z-index:119 !important;
  right:16px !important;
  bottom:18px !important;
  width:54px !important;
  height:54px !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(132,193,205,.22) !important;
  border-radius:50% !important;
  background:rgba(12,27,33,.95) !important;
  color:#a8c8ce !important;
  box-shadow:0 12px 32px rgba(0,0,0,.30) !important;
  cursor:pointer !important;
}
.booking-cart-launcher[hidden]{
  display:none !important;
}
.booking-cart-launcher i{
  font-size:20px !important;
}
.booking-cart-launcher span{
  position:absolute !important;
  right:-2px !important;
  top:-3px !important;
  min-width:20px !important;
  height:20px !important;
  padding:0 5px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:#bca36f !important;
  color:#102026 !important;
  font-size:9px !important;
  font-weight:700 !important;
}

/* Lightbox starts below fixed header and never hides close button */
.booking-photo-lightbox{
  top:92px !important;
  bottom:0 !important;
  overflow:hidden !important;
}
.booking-photo-lightbox__stage{
  position:relative !important;
  width:100% !important;
  height:100% !important;
  padding:18px 22px 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.booking-photo-lightbox__row{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  width:min(96vw,1240px) !important;
  height:100% !important;
}
.booking-photo-lightbox__image-wrap{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  max-width:calc(100% - 112px) !important;
  max-height:100% !important;
}
.booking-photo-lightbox__image-wrap img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:calc(100vh - 138px) !important;
  object-fit:contain !important;
}
.booking-photo-lightbox__nav{
  position:static !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  flex:0 0 42px !important;
  transform:none !important;
}
.booking-photo-lightbox__nav[hidden]{
  visibility:hidden !important;
}
.booking-photo-lightbox__close{
  position:absolute !important;
  right:18px !important;
  top:12px !important;
  z-index:5 !important;
}

/* Green features remain plain */
.booking-room-card__included{
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
}

@media(max-width:800px){
  .booking-cart{
    right:8px !important;
    bottom:8px !important;
    width:calc(100% - 16px) !important;
    max-height:64vh !important;
  }
  .booking-cart__drag{
    display:none !important;
  }

  .booking-photo-lightbox{
    top:72px !important;
  }
  .booking-photo-lightbox__stage{
    padding:16px 8px 18px !important;
  }
  .booking-photo-lightbox__row{
    gap:7px !important;
    width:100% !important;
  }
  .booking-photo-lightbox__image-wrap{
    max-width:calc(100% - 86px) !important;
  }
  .booking-photo-lightbox__image-wrap img{
    max-height:calc(100vh - 110px) !important;
  }
  .booking-photo-lightbox__nav{
    flex-basis:36px !important;
  }
  .booking-photo-lightbox__close{
    right:9px !important;
    top:8px !important;
  }
}


/* build 296 — cart drag fix, lower close button, booking inclusions/exclusions */
.booking-cart__close{
  top:24px !important;
  right:10px !important;
}

/* Drag handle has its own clear grab area and stays above the header content. */
.booking-cart__drag{
  position:relative !important;
  z-index:3 !important;
  height:20px !important;
  cursor:grab !important;
}
.booking-cart__drag:active,
.booking-cart.is-dragging .booking-cart__drag{
  cursor:grabbing !important;
}

/* Included remains light-green and clean, no surrounding card. */
.booking-room-card__included{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 16px !important;
  margin:5px 0 10px !important;
}
.booking-room-card__included span{
  color:#9ec9ae !important;
  font-size:9px !important;
}
.booking-room-card__included i{
  color:#9ec9ae !important;
}

/* Excluded costs are visually separate but without another heavy box. */
.booking-room-card__excluded{
  margin:0 0 14px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
}
.booking-room-card__excluded>span{
  display:block !important;
  margin-bottom:4px !important;
  color:#9a8883 !important;
  font-size:8px !important;
  font-weight:600 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.booking-room-card__excluded p{
  margin:0 !important;
  color:#78898c !important;
  font-size:9px !important;
  line-height:1.5 !important;
}

/* Once dragged, inline !important left/top can take over from the default anchor. */
.booking-cart.is-dragging{
  transition:none !important;
}

@media(max-width:800px){
  .booking-cart__close{
    top:10px !important;
  }
}


/* build 297 — static cart, larger room typography, clearer extras, smaller gallery viewer */

/* Cart is fixed again; no dragging UI */
.booking-cart{
  right:14px !important;
  bottom:16px !important;
  left:auto !important;
  top:auto !important;
}
.booking-cart__drag{
  display:none !important;
}

/* Larger room text */
.booking-room-card__content h3{
  font-size:25px !important;
}
.booking-room-card__content>p{
  font-size:12px !important;
  line-height:1.6 !important;
}
.booking-room-card__meta{
  font-size:10px !important;
}
.booking-room-card__included{
  gap:9px 17px !important;
  margin:6px 0 14px !important;
}
.booking-room-card__included span{
  font-size:10.5px !important;
  line-height:1.45 !important;
}
.booking-room-card__included i{
  font-size:10px !important;
}

/* Clearer "not included" section */
.booking-room-card__excluded{
  margin:0 0 16px !important;
  padding:12px 13px !important;
  border:1px solid rgba(191,159,125,.11) !important;
  border-radius:11px !important;
  background:rgba(160,116,77,.035) !important;
}
.booking-room-card__excluded-title{
  display:block !important;
  margin-bottom:9px !important;
  color:#b7a08f !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}
.booking-room-card__excluded-list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
}
.booking-room-card__excluded-list span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#8f9b9d !important;
  font-size:10px !important;
  line-height:1.4 !important;
}
.booking-room-card__excluded-list i{
  color:#a98d7c !important;
  font-size:9px !important;
}

/* Smaller booking photo viewer, safely below the fixed header */
.booking-photo-lightbox{
  top:104px !important;
}
.booking-photo-lightbox__stage{
  padding:26px 24px 30px !important;
}
.booking-photo-lightbox__row{
  width:min(90vw,1080px) !important;
  height:100% !important;
}
.booking-photo-lightbox__image-wrap{
  max-width:calc(100% - 112px) !important;
  max-height:calc(100vh - 180px) !important;
}
.booking-photo-lightbox__image-wrap img{
  max-width:100% !important;
  max-height:calc(100vh - 180px) !important;
}
.booking-photo-lightbox__close{
  top:12px !important;
  right:18px !important;
}

@media(max-width:800px){
  .booking-room-card__content h3{
    font-size:22px !important;
  }
  .booking-room-card__content>p{
    font-size:11.5px !important;
  }
  .booking-room-card__included span{
    font-size:10px !important;
  }

  .booking-photo-lightbox{
    top:78px !important;
  }
  .booking-photo-lightbox__stage{
    padding:18px 8px 22px !important;
  }
  .booking-photo-lightbox__row{
    width:96vw !important;
  }
  .booking-photo-lightbox__image-wrap{
    max-height:calc(100vh - 132px) !important;
  }
  .booking-photo-lightbox__image-wrap img{
    max-height:calc(100vh - 132px) !important;
  }
}


/* build 298 — matched included/excluded cards + centered lightbox close */

/* Included: same structure as extras, but green */
.booking-room-card__included{
  display:block !important;
  margin:0 0 10px !important;
  padding:12px 13px !important;
  border:1px solid rgba(119,190,145,.18) !important;
  border-radius:11px !important;
  background:rgba(89,157,114,.045) !important;
}

.booking-room-card__included-title{
  display:block !important;
  margin-bottom:9px !important;
  color:#9ec9ae !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}

.booking-room-card__included-list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
}

.booking-room-card__included-list span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#a8cdb5 !important;
  font-size:10px !important;
  line-height:1.4 !important;
}

.booking-room-card__included-list i{
  color:#91bea1 !important;
  font-size:9px !important;
}

/* Extras: same font sizing as included, neutral gray instead of reddish */
.booking-room-card__excluded{
  margin:0 0 16px !important;
  padding:12px 13px !important;
  border:1px solid rgba(170,181,184,.12) !important;
  border-radius:11px !important;
  background:rgba(255,255,255,.022) !important;
}

.booking-room-card__excluded-title{
  display:block !important;
  margin-bottom:9px !important;
  color:#9aa9ac !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
}

.booking-room-card__excluded-list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
}

.booking-room-card__excluded-list span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#96a4a7 !important;
  font-size:10px !important;
  line-height:1.4 !important;
}

.booking-room-card__excluded-list i{
  color:#8d9da0 !important;
  font-size:9px !important;
}

/* Keep both cards visually equal */
.booking-room-card__included,
.booking-room-card__excluded{
  width:100% !important;
  box-sizing:border-box !important;
}

/* Perfectly center × inside its circular button */
.booking-photo-lightbox__close{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 0 2px 0 !important;
  line-height:1 !important;
  font-family:Arial,sans-serif !important;
  font-size:20px !important;
  text-align:center !important;
}

@media(max-width:800px){
  .booking-room-card__included-title,
  .booking-room-card__excluded-title{
    font-size:9px !important;
  }

  .booking-room-card__included-list span,
  .booking-room-card__excluded-list span{
    font-size:10px !important;
  }
}


/* build 299 — booking cart summary, square thumbs, stronger price */

/* Smaller "В стоимость входит" title only */
.booking-room-card__included-title{
  font-size:8px !important;
}

/* Square right-side room thumbnails */
.booking-room-card__thumbs{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
}
.booking-room-thumb{
  width:100% !important;
  aspect-ratio:1/1 !important;
  height:auto !important;
  min-height:0 !important;
  flex:0 0 auto !important;
}

/* Larger "Стоимость за 1 человека" */
.booking-room-card__total small{
  font-size:9.5px !important;
  color:#7f9498 !important;
}
.booking-room-card__total strong{
  font-size:18px !important;
}

/* Cart summary */
.booking-cart__summary{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:8px !important;
  margin-bottom:11px !important;
}
.booking-cart__summary span{
  display:block !important;
  padding:9px 10px !important;
  border-radius:9px !important;
  background:rgba(255,255,255,.025) !important;
}
.booking-cart__summary small,
.booking-cart__summary strong{
  display:block !important;
}
.booking-cart__summary small{
  color:#667b80 !important;
  font-size:8px !important;
  text-transform:uppercase !important;
  letter-spacing:.04em !important;
}
.booking-cart__summary strong{
  margin-top:4px !important;
  color:#d8e1df !important;
  font-size:15px !important;
  font-weight:500 !important;
}

.booking-cart__total-row{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:12px !important;
}
.booking-cart__total-row small{
  color:#8b9a9d !important;
  font-size:11px !important;
  font-weight:600 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.booking-cart__total-row strong{
  color:#f0f4f2 !important;
  font-size:21px !important;
  font-weight:500 !important;
}

/* Suitcase launcher */
.booking-cart-launcher i{
  font-size:19px !important;
}

@media(max-width:800px){
  .booking-room-card__included-title{
    font-size:8px !important;
  }
  .booking-room-card__total small{
    font-size:9px !important;
  }
  .booking-room-card__total strong{
    font-size:17px !important;
  }
}


/* build 300 — definitive cart sizing: grow upward, never crop selected rooms */
.booking-cart{
  position:fixed !important;
  right:14px !important;
  bottom:16px !important;
  top:auto !important;
  left:auto !important;

  width:320px !important;
  min-width:320px !important;
  max-width:calc(100vw - 28px) !important;

  height:auto !important;
  min-height:0 !important;
  max-height:calc(100vh - 32px) !important;
  max-height:calc(100dvh - 32px) !important;

  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
}

/* Header and footer must never be squeezed by the room list */
.booking-cart__head,
.booking-cart__footer{
  flex:0 0 auto !important;
}

/* Remove old 30vh clipping. The list receives all remaining available height. */
.booking-cart__items{
  flex:0 1 auto !important;
  width:100% !important;
  min-height:0 !important;
  max-height:none !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  box-sizing:border-box !important;
}

/* Every selected room occupies its full natural height. */
.booking-cart-item{
  flex:none !important;
  width:100% !important;
  min-width:0 !important;
  height:auto !important;
  min-height:62px !important;
  box-sizing:border-box !important;
  overflow:visible !important;
}

/* Prevent internal text from forcing the card wider than the cart. */
.booking-cart-item>div{
  min-width:0 !important;
}
.booking-cart-item strong,
.booking-cart-item small,
.booking-cart-item span{
  max-width:100% !important;
  overflow-wrap:anywhere !important;
}

/* If the whole cart reaches the viewport limit, only the room list scrolls. */
@media(min-width:801px){
  .booking-cart__items{
    max-height:calc(100vh - 290px) !important;
    max-height:calc(100dvh - 290px) !important;
  }
}

@media(max-width:800px){
  .booking-cart{
    right:8px !important;
    bottom:8px !important;
    width:calc(100% - 16px) !important;
    min-width:0 !important;
    max-width:none !important;
    max-height:calc(100vh - 16px) !important;
    max-height:calc(100dvh - 16px) !important;
  }

  .booking-cart__items{
    max-height:calc(100vh - 300px) !important;
    max-height:calc(100dvh - 300px) !important;
  }
}


/* build 301 — definitive BOOKING SECTION overflow fix, not cart */

/*
   Old accumulated rules used overflow:hidden on .booking-section.
   That clips room cards whenever the result list becomes taller than the
   initially painted section/background. Keep the section and its inner
   containers fully content-driven.
*/
html body .booking-section{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  contain:none !important;
  clip:auto !important;
}

html body .booking-section__inner{
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  contain:none !important;
}

html body .booking-results{
  display:grid !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  contain:none !important;
  align-content:start !important;
}

html body .booking-room-card{
  position:relative !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
  contain:none !important;
}

/* Card itself may have rounded visual clipping only on internal media, not whole result. */
html body .booking-room-card__media{
  overflow:hidden !important;
}
html body .booking-room-card__content{
  overflow:visible !important;
}

/* Restore rounded card appearance without clipping content */
html body .booking-room-card{
  border-radius:18px !important;
}

/* Cart summary rows styled exactly like total: label left, value right */
.booking-cart__summary{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:0 0 4px !important;
}

.booking-cart__summary>div,
.booking-cart__total-row{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:8px 0 !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.05) !important;
}

.booking-cart__summary>div small,
.booking-cart__total-row small{
  color:#8b9a9d !important;
  font-size:10px !important;
  font-weight:500 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}

.booking-cart__summary>div strong{
  color:#dce4e2 !important;
  font-size:16px !important;
  font-weight:500 !important;
}

.booking-cart__total-row{
  padding-top:10px !important;
  padding-bottom:12px !important;
  border-bottom:0 !important;
}

.booking-cart__total-row small{
  font-size:11px !important;
  font-weight:600 !important;
}

.booking-cart__total-row strong{
  font-size:21px !important;
}

/* build 302 cart summary */
.booking-cart__dates span strong{font-size:13px!important;font-weight:500!important;color:#e2e9e7!important}
.booking-cart__summary{display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0 0 4px!important}
.booking-cart__summary>div,.booking-cart__total-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;padding:9px 0!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.05)!important}
.booking-cart__summary>div small,.booking-cart__total-row small{color:#8b9a9d!important;font-size:11px!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important}
.booking-cart__summary>div strong,.booking-cart__total-row strong{color:#f0f4f2!important;font-size:21px!important;font-weight:500!important}
.booking-cart__total-row{border-bottom:0!important;padding-bottom:12px!important}

/* build 303 — cart summary strictly vertical */
.booking-cart__summary{
  display:block !important;
  margin:0 !important;
}
.booking-cart__summary>div,
.booking-cart__total-row{
  display:flex !important;
  width:100% !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:10px 0 !important;
  margin:0 !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}
.booking-cart__summary>div small,
.booking-cart__total-row small{
  display:block !important;
  color:#8d9b9e !important;
  font-size:11px !important;
  font-weight:500 !important;
}
.booking-cart__summary>div strong,
.booking-cart__total-row strong{
  display:block !important;
  margin-left:auto !important;
  color:#eef3f1 !important;
  font-size:18px !important;
  font-weight:500 !important;
  text-align:right !important;
}
.booking-cart__total-row{
  padding-top:12px !important;
  padding-bottom:13px !important;
  border-bottom:0 !important;
}
.booking-cart__total-row small{
  font-size:12px !important;
  font-weight:600 !important;
}
.booking-cart__total-row strong{
  font-size:22px !important;
}

/* build 304 — cart rows as three separate lines */
.booking-cart__footer{display:block!important}
.booking-cart__stat-row{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:10px 0!important;margin:0!important;border-bottom:1px solid rgba(255,255,255,.055)!important}
.booking-cart__stat-row small{display:block!important;color:#8d9b9e!important;font-size:11px!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important}
.booking-cart__stat-row strong{display:block!important;margin-left:auto!important;color:#eef3f1!important;font-size:18px!important;font-weight:500!important;text-align:right!important}
.booking-cart__stat-row--total{padding-top:12px!important;padding-bottom:13px!important;border-bottom:0!important}
.booking-cart__stat-row--total small{font-size:12px!important;font-weight:600!important}
.booking-cart__stat-row--total strong{font-size:22px!important}
.booking-cart-launcher{right:36px!important;bottom:38px!important}
@media(max-width:800px){.booking-cart-launcher{right:24px!important;bottom:26px!important}}

/* build 305 — compact cart, room features and building tabs */
.booking-cart__stat-row{
  padding:6px 0 !important;
  border-bottom:0 !important;
}
.booking-cart__stat-row small{
  font-size:10px !important;
}
.booking-cart__stat-row strong{
  font-size:16px !important;
}
.booking-cart__stat-row--total{
  padding-top:8px !important;
  padding-bottom:10px !important;
}
.booking-cart__stat-row--total small{
  font-size:11px !important;
}
.booking-cart__stat-row--total strong{
  font-size:20px !important;
}

.booking-filter-tabs{
  display:flex !important;
  gap:7px !important;
  margin:0 0 16px !important;
}
.booking-filter-tabs button{
  min-width:82px !important;
  height:36px !important;
  padding:0 14px !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  color:#829398 !important;
  font-size:10px !important;
  cursor:pointer !important;
}
.booking-filter-tabs button.is-active{
  border-color:rgba(144,195,205,.20) !important;
  background:rgba(105,163,175,.09) !important;
  color:#dce5e4 !important;
}
.booking-filter-tabs button:disabled{
  opacity:.34 !important;
  cursor:default !important;
  color:#68777a !important;
}

.booking-room-card__features{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
  margin:4px 0 11px !important;
}
.booking-room-card__features span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#b9c4c2 !important;
  font-size:10px !important;
  line-height:1.4 !important;
}
.booking-room-card__features i{
  color:#91adb2 !important;
  font-size:9px !important;
}

@media(max-width:800px){
  .booking-filter-tabs{
    overflow-x:auto !important;
    padding-bottom:2px !important;
  }
  .booking-filter-tabs button{
    flex:0 0 auto !important;
  }
}

/* build 306 — booking typography + tighter cart */
.booking-room-card__building{
  font-size:11px !important;
  line-height:1.25 !important;
  letter-spacing:.085em !important;
}

.booking-filter-tabs button{
  min-width:92px !important;
  height:39px !important;
  padding:0 16px !important;
  font-size:12px !important;
  font-weight:500 !important;
}

/* Cart: larger type, but rows sit tightly together */
.booking-cart__stat-row{
  padding:4px 0 !important;
  min-height:0 !important;
  line-height:1.2 !important;
}
.booking-cart__stat-row small{
  font-size:12px !important;
  line-height:1.25 !important;
}
.booking-cart__stat-row strong{
  font-size:18px !important;
  line-height:1.15 !important;
}
.booking-cart__stat-row--total{
  padding-top:5px !important;
  padding-bottom:7px !important;
}
.booking-cart__stat-row--total small{
  font-size:13px !important;
}
.booking-cart__stat-row--total strong{
  font-size:22px !important;
}

/* build 307 — tabs only after valid search */
.booking-filter-tabs[hidden]{
  display:none !important;
}

/* build 309 — booking typography, modes, group trips */
.booking-room-card__content>p{
  font-size:13px !important;
  line-height:1.6 !important;
}
.booking-room-card__features span{
  font-size:13px !important;
  line-height:1.45 !important;
}
.booking-room-card__features i{
  font-size:11px !important;
}
.booking-room-card__excluded-title{
  color:#9ca9ac !important;
}
.booking-room-card__excluded-list span,
.booking-room-card__excluded-list i{
  color:#929fa2 !important;
}

.booking-mode-tabs{
  display:flex !important;
  gap:8px !important;
  margin:0 0 18px !important;
}
.booking-mode-tabs button{
  min-height:44px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:0 18px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.02) !important;
  color:#839699 !important;
  font-size:12px !important;
  cursor:pointer !important;
}
.booking-mode-tabs button.is-active{
  border-color:rgba(143,197,208,.20) !important;
  background:rgba(94,153,165,.09) !important;
  color:#e2e9e7 !important;
}
.booking-group-mode[hidden],
.booking-individual-mode[hidden]{
  display:none !important;
}

.booking-group-intro{
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
  padding:19px 20px !important;
  margin-bottom:18px !important;
  border:1px solid rgba(120,181,194,.12) !important;
  border-radius:16px !important;
  background:linear-gradient(135deg,rgba(89,149,161,.06),rgba(255,255,255,.018)) !important;
}
.booking-group-intro__icon{
  width:58px !important;
  height:58px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:14px !important;
  background:rgba(107,168,180,.08) !important;
  color:#9fc3ca !important;
  font-size:21px !important;
}
.booking-group-intro>div>span{
  color:#b6a275 !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.11em !important;
  text-transform:uppercase !important;
}
.booking-group-intro h3{
  margin:5px 0 7px !important;
  color:#edf2f0 !important;
  font-size:22px !important;
  font-weight:500 !important;
}
.booking-group-intro p{
  margin:0 !important;
  color:#8ea0a3 !important;
  font-size:11.5px !important;
  line-height:1.6 !important;
}
.booking-group-intro__benefits{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px 14px !important;
  margin-top:12px !important;
}
.booking-group-intro__benefits span{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#9db0b3 !important;
  font-size:9.5px !important;
}
.booking-group-intro__benefits i{color:#8fb3bb !important}

.booking-group-list{display:grid !important;gap:14px !important}
.booking-group-card{
  display:grid !important;
  grid-template-columns:310px minmax(0,1fr) !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:18px !important;
  background:rgba(255,255,255,.022) !important;
}
.booking-group-card__media{min-height:300px !important;background:#132126 !important}
.booking-group-card__media img{width:100%!important;height:100%!important;object-fit:cover!important}
.booking-group-card__media>div{height:100%!important;display:grid!important;place-items:center!important;color:#60767b!important;font-size:28px!important}
.booking-group-card__body{padding:20px 22px !important}
.booking-group-card__topline{display:flex!important;justify-content:space-between!important;gap:12px!important}
.booking-group-card__topline>span{color:#b69f70!important;font-size:9px!important;font-weight:700!important;text-transform:uppercase!important}
.booking-group-card__topline small{color:#71868a!important;font-size:9px!important}
.booking-group-card__body h3{margin:6px 0 9px!important;color:#eaf0ee!important;font-size:23px!important;font-weight:500!important}
.booking-group-card__body>p{margin:0 0 14px!important;color:#8d9ea1!important;font-size:11.5px!important;line-height:1.55!important}
.booking-group-card__leader{display:flex!important;align-items:center!important;gap:9px!important;margin-bottom:12px!important;color:#92a6aa!important}
.booking-group-card__leader>i{width:31px!important;height:31px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(255,255,255,.03)!important}
.booking-group-card__leader small,.booking-group-card__leader strong{display:block!important}
.booking-group-card__leader small{font-size:7px!important;color:#63787d!important;text-transform:uppercase!important}
.booking-group-card__leader strong{margin-top:2px!important;font-size:10px!important;color:#b7c3c1!important}
.booking-group-card__included{padding:11px 12px!important;margin-bottom:13px!important;border:1px solid rgba(104,183,132,.14)!important;border-radius:10px!important;background:rgba(77,151,104,.035)!important}
.booking-group-card__included .title{display:block!important;margin-bottom:7px!important;color:#9ec9ae!important;font-size:8px!important;font-weight:700!important;text-transform:uppercase!important}
.booking-group-card__included>div{display:flex!important;flex-wrap:wrap!important;gap:7px 13px!important}
.booking-group-card__included>div span{display:flex!important;align-items:center!important;gap:6px!important;color:#a7c9b3!important;font-size:9px!important}
.booking-group-card__price{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-bottom:13px!important}
.booking-group-card__price>div{padding:9px 10px!important;border-radius:9px!important;background:rgba(255,255,255,.025)!important}
.booking-group-card__price small,.booking-group-card__price strong{display:block!important}
.booking-group-card__price small{color:#6c8084!important;font-size:7px!important;text-transform:uppercase!important}
.booking-group-card__price strong{margin-top:4px!important;color:#dce4e2!important;font-size:12px!important;font-weight:500!important}
.booking-group-card__price-total{background:rgba(189,159,101,.06)!important}
.booking-group-card__request{width:100%!important;min-height:43px!important;border:1px solid rgba(209,183,132,.24)!important;border-radius:10px!important;background:rgba(209,183,132,.09)!important;color:#dec89d!important;font-size:10.5px!important}
.booking-group-empty{display:flex!important;align-items:center!important;gap:15px!important;padding:22px!important;border:1px dashed rgba(255,255,255,.08)!important;border-radius:14px!important;color:#687d81!important}
.booking-group-empty strong,.booking-group-empty span{display:block!important}
.booking-group-empty strong{color:#aab9b7!important;font-size:11px!important}.booking-group-empty span{margin-top:3px!important;font-size:9px!important}

@media(max-width:800px){
  .booking-mode-tabs{display:grid!important;grid-template-columns:1fr 1fr!important}
  .booking-mode-tabs button{justify-content:center!important;padding:0 10px!important;font-size:11px!important}
  .booking-group-intro{grid-template-columns:1fr!important}
  .booking-group-intro__icon{width:48px!important;height:48px!important}
  .booking-group-card{grid-template-columns:1fr!important}
  .booking-group-card__media{min-height:220px!important}
  .booking-group-card__price{grid-template-columns:1fr!important}
}

/* build 310 — group text and cart */
.booking-group-intro p{
  font-size:13px !important;
}
.booking-group-intro__benefits span{
  font-size:11px !important;
}
.booking-group-card__price-total small{
  font-size:9px !important;
  color:#a7936c !important;
  font-weight:600 !important;
}
.booking-group-card__price-total strong{
  font-size:16px !important;
  color:#efdfbd !important;
}
.booking-group-card__people{
  margin-top:8px !important;
  padding:10px !important;
  border:1px solid rgba(209,183,132,.13) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.02) !important;
}
.booking-group-card__people>span{
  display:block !important;
  margin-bottom:8px !important;
  color:#99a9ab !important;
  font-size:10px !important;
}
.booking-group-card__people>div{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:6px !important;
}
.booking-group-card__people button{
  width:34px !important;
  height:34px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.025) !important;
  color:#cbd6d4 !important;
}
.booking-group-card__request.is-selected{
  border-color:rgba(102,180,130,.24) !important;
  background:rgba(83,155,108,.09) !important;
  color:#a8d1b5 !important;
}

/* build 311 */
.booking-group-card--no-photo{grid-template-columns:1fr!important}
.booking-group-card--no-photo .booking-group-card__body{padding:22px 24px!important}
.booking-group-card__summary-row{display:grid!important;grid-template-columns:1.15fr .9fr 1.15fr!important;gap:10px!important;margin:0 0 13px!important}
.booking-group-card__summary-row>div{min-height:52px!important;padding:9px 10px!important;border-radius:9px!important;background:rgba(255,255,255,.025)!important}
.booking-group-card__summary-row small,.booking-group-card__summary-row strong{display:block!important}
.booking-group-card__summary-row small{color:#6c8084!important;font-size:7.5px!important;text-transform:uppercase!important}
.booking-group-card__summary-row strong{margin-top:4px!important;color:#dce4e2!important;font-size:12px!important;font-weight:500!important}
.booking-group-card__leader{display:flex!important;align-items:center!important;gap:8px!important;margin:0!important}
.booking-group-card__leader>i{width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(255,255,255,.03)!important;color:#9eb4b8!important}
.booking-group-card__period-total{background:rgba(189,159,101,.06)!important}
.booking-group-card__period-total small{color:#a7936c!important;font-size:8px!important}
.booking-group-card__period-total strong{color:#efdfbd!important;font-size:14px!important}
.booking-group-card__transfer-note{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 12px!important;color:#8f9da0!important;font-size:9.5px!important}
.booking-cart__dates[hidden]{display:none!important}
@media(max-width:800px){.booking-group-card__summary-row{grid-template-columns:1fr!important}}

/* build 312 — group cards, CTA, promocodes */

/* Group preview media is compact and consistent */
.booking-group-card{
  grid-template-columns:220px minmax(0,1fr) !important;
  align-items:stretch !important;
}
.booking-group-card__media{
  width:220px !important;
  min-height:0 !important;
  height:190px !important;
  align-self:start !important;
  margin:16px 0 16px 16px !important;
  border-radius:12px !important;
  overflow:hidden !important;
}
.booking-group-card__media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.booking-group-card--no-photo{
  grid-template-columns:1fr !important;
}

/* Included goes above the bottom summary line */
.booking-group-card__included{
  margin:10px 0 12px !important;
}
.booking-group-card__included>div span{
  font-size:10px !important;
}

/* Bottom information line right before CTA */
.booking-group-card__summary-row{
  margin-top:10px !important;
  margin-bottom:10px !important;
}
.booking-group-card__leader>i{
  width:36px !important;
  height:36px !important;
  font-size:18px !important;
}

/* Conversion-oriented primary action: warm amber contrast */
.booking-group-card__request,
.booking-room-card__select:not(.is-selected){
  cursor:pointer !important;
  border:1px solid rgba(236,184,88,.54) !important;
  background:linear-gradient(180deg,#d5a64b 0%,#b78632 100%) !important;
  color:#152127 !important;
  font-weight:700 !important;
  box-shadow:0 10px 26px rgba(184,132,41,.19) !important;
}
.booking-group-card__request{
  min-height:46px !important;
  font-size:12px !important;
}
.booking-room-card__select:not(.is-selected){
  min-height:46px !important;
  font-size:12px !important;
}
.booking-group-card__request:hover,
.booking-room-card__select:not(.is-selected):hover{
  filter:brightness(1.08) !important;
  transform:translateY(-1px) !important;
}

/* Tight individual cart figures */
.booking-cart__stat-row{
  padding:2px 0 !important;
}
.booking-cart__stat-row small{
  font-size:11px !important;
  line-height:1.15 !important;
}
.booking-cart__stat-row:not(.booking-cart__stat-row--total) strong{
  font-size:14px !important;
  line-height:1.1 !important;
}
.booking-cart__stat-row--total{
  padding:3px 0 6px !important;
}

/* Promocode button is same footprint as submit */
.booking-cart__promo-toggle,
#bookingCartSubmit{
  width:100% !important;
  min-height:43px !important;
  margin:6px 0 0 !important;
  border-radius:10px !important;
  font-size:11px !important;
  cursor:pointer !important;
}
.booking-cart__promo-toggle{
  border:1px solid rgba(255,255,255,.10) !important;
  background:rgba(255,255,255,.035) !important;
  color:#b7c4c3 !important;
}
#bookingCartSubmit{
  border:1px solid rgba(236,184,88,.48) !important;
  background:linear-gradient(180deg,#d5a64b 0%,#b78632 100%) !important;
  color:#152127 !important;
  font-weight:700 !important;
}
.booking-cart__promo{
  display:grid !important;
  gap:6px !important;
  margin-top:7px !important;
}
.booking-cart__promo[hidden]{display:none !important}
.booking-cart__promo input{
  width:100% !important;
  height:40px !important;
  padding:0 11px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.09) !important;
  border-radius:9px !important;
  outline:0 !important;
  background:rgba(255,255,255,.025) !important;
  color:#e2e9e7 !important;
  font-size:12px !important;
  text-transform:uppercase !important;
}
.booking-cart__promo-message{
  min-height:0 !important;
  font-size:9px !important;
  line-height:1.4 !important;
}
.booking-cart__promo-message.is-success{color:#9bc9aa !important}
.booking-cart__promo-message.is-error{color:#c1a3a0 !important}

@media(max-width:800px){
  .booking-group-card{
    grid-template-columns:1fr !important;
  }
  .booking-group-card__media{
    width:calc(100% - 32px) !important;
    height:190px !important;
    margin:16px !important;
  }
}

/* build 313 — group card balance + promocode behavior */

.booking-group-card{
  grid-template-columns:270px minmax(0,1fr) !important;
  column-gap:22px !important;
}
.booking-group-card__media{
  width:270px !important;
  height:220px !important;
  min-height:220px !important;
  margin:16px 0 16px 16px !important;
  border-radius:12px !important;
  overflow:hidden !important;
}
.booking-group-card__body{
  padding-left:0 !important;
}

/* keep the included box border and add a small bottom gap */
.booking-group-card__included{
  display:block !important;
  padding:12px 13px !important;
  margin:10px 0 15px !important;
  border:1px solid rgba(104,183,132,.16) !important;
  border-radius:10px !important;
  background:rgba(77,151,104,.035) !important;
}
.booking-group-card__included>div span{
  font-size:10.5px !important;
}

/* one aligned line just above application flow */
.booking-group-card__summary-row{
  display:grid !important;
  grid-template-columns:1.12fr .92fr 1.16fr 1fr !important;
  gap:9px !important;
  align-items:stretch !important;
  margin:0 !important;
}
.booking-group-card__summary-row>div{
  min-height:58px !important;
  height:58px !important;
  box-sizing:border-box !important;
  padding:9px 10px !important;
  border-radius:9px !important;
  background:rgba(255,255,255,.025) !important;
}
.booking-group-card__summary-row small{
  font-size:9px !important;
  line-height:1.15 !important;
}
.booking-group-card__summary-row strong{
  font-size:12.5px !important;
}
.booking-group-card__period-total small{
  font-size:9.5px !important;
}
.booking-group-card__leader>i{
  width:38px !important;
  height:38px !important;
  font-size:19px !important;
}
.booking-group-card__summary-request{
  padding:0 !important;
  background:transparent !important;
}
.booking-group-card__summary-request .booking-group-card__request{
  width:100% !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
  border-radius:9px !important;
  cursor:pointer !important;
}
.booking-group-card__request-wrap{
  margin-top:8px !important;
}

/* Promo: status above, input takes exact button place */
.booking-cart__promo-wrap{
  margin-top:5px !important;
}
.booking-cart__promo-message{
  margin:0 0 5px !important;
  min-height:0 !important;
  font-size:9px !important;
  line-height:1.35 !important;
}
.booking-cart__promo-toggle,
.booking-cart__promo input{
  width:100% !important;
  min-height:43px !important;
  height:43px !important;
  box-sizing:border-box !important;
}
.booking-cart__promo-toggle[hidden]{
  display:none !important;
}
.booking-cart__promo{
  margin:0 !important;
}
.booking-cart__promo[hidden]{
  display:none !important;
}
.booking-cart__promo input{
  padding:0 12px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.035) !important;
  color:#e3eae8 !important;
  outline:0 !important;
  font-size:11px !important;
  text-transform:uppercase !important;
}
.booking-cart__promo-message.is-success{color:#9ec9ae !important}
.booking-cart__promo-message.is-error{color:#c9a5a1 !important}

@media(max-width:950px){
  .booking-group-card{
    grid-template-columns:230px minmax(0,1fr) !important;
    column-gap:16px !important;
  }
  .booking-group-card__media{
    width:230px !important;
    height:200px !important;
    min-height:200px !important;
  }
  .booking-group-card__summary-row{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:800px){
  .booking-group-card{
    grid-template-columns:1fr !important;
  }
  .booking-group-card__media{
    width:calc(100% - 32px) !important;
    height:215px !important;
    margin:16px !important;
  }
  .booking-group-card__body{
    padding:0 16px 18px !important;
  }
}
@media(max-width:560px){
  .booking-group-card__summary-row{
    grid-template-columns:1fr !important;
  }
  .booking-group-card__summary-row>div{
    height:auto !important;
    min-height:54px !important;
  }
  .booking-group-card__summary-request .booking-group-card__request{
    height:54px !important;
    min-height:54px !important;
  }
}

/* build 314 — cart promo/button sizing */
.booking-cart__promo-wrap,
.booking-cart__promo-toggle,
.booking-cart__promo,
.booking-cart__promo input,
#bookingCartSubmit{
  width:100% !important;
  box-sizing:border-box !important;
}
.booking-cart__promo-toggle,
.booking-cart__promo input,
#bookingCartSubmit{
  height:44px !important;
  min-height:44px !important;
}
.booking-cart__promo-wrap{
  min-height:44px !important;
}
.booking-cart__promo-toggle{
  margin:0 !important;
}
.booking-cart__promo{
  margin:0 !important;
}
.booking-cart__promo input{
  margin:0 !important;
}
#bookingCartSubmit{
  font-size:12.5px !important;
}

/* build 314 — group card refinements */
.booking-group-card{
  grid-template-columns:285px minmax(0,1fr) !important;
  column-gap:30px !important;
}
.booking-group-card__media{
  width:285px !important;
  height:225px !important;
  min-height:225px !important;
}
.booking-group-card__body{
  padding-right:22px !important;
}

/* "Что входит" plain, no box */
.booking-group-card__included{
  padding:0 !important;
  margin:10px 0 14px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
.booking-group-card__included .title{
  margin-bottom:8px !important;
}
.booking-group-card__included>div{
  gap:8px 14px !important;
}

/* summary line */
.booking-group-card__summary-row{
  grid-template-columns:1.1fr .95fr 1.18fr 1fr !important;
  gap:9px !important;
}
.booking-group-card__summary-row>div{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.booking-group-card__summary-row>div:not(.booking-group-card__leader):not(.booking-group-card__summary-request){
  text-align:center !important;
}
.booking-group-card__summary-row>div:not(.booking-group-card__leader):not(.booking-group-card__summary-request) small,
.booking-group-card__summary-row>div:not(.booking-group-card__leader):not(.booking-group-card__summary-request) strong{
  width:100% !important;
  text-align:center !important;
}
.booking-group-card__leader{
  justify-content:flex-start !important;
}
.booking-group-card__summary-request{
  padding:0 !important;
}
.booking-group-card__summary-request .booking-group-card__request{
  height:58px !important;
  min-height:58px !important;
  font-size:13px !important;
  font-weight:500 !important;
  cursor:pointer !important;
  box-shadow:none !important;
}

/* no extra visual block below request */
.booking-group-card__request-wrap{
  margin-top:7px !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
}
.booking-group-card__people{
  background:transparent !important;
}

@media(max-width:950px){
  .booking-group-card{
    grid-template-columns:240px minmax(0,1fr) !important;
    column-gap:22px !important;
  }
  .booking-group-card__media{
    width:240px !important;
    height:205px !important;
    min-height:205px !important;
  }
}


/* build 315 — final group card/cart spacing refinements */

/* More space between photo and text */
.booking-group-card{
  grid-template-columns:285px minmax(0,1fr) !important;
  column-gap:38px !important;
}
.booking-group-card__body{
  padding-left:0 !important;
  padding-right:22px !important;
}

/* Ensure CTA cell has absolutely no extra dark pad/background */
.booking-group-card__summary-request{
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.booking-group-card__summary-request::before,
.booking-group-card__summary-request::after{
  display:none !important;
  content:none !important;
}
.booking-group-card__summary-request .booking-group-card__request{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
}

/* price cells: title on top, value beneath, centered */
.booking-group-card__price-cell,
.booking-group-card__period-total{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.booking-group-card__price-cell small,
.booking-group-card__period-total small{
  display:block !important;
  width:100% !important;
  margin:0 0 5px !important;
  text-align:center !important;
}
.booking-group-card__price-cell strong,
.booking-group-card__period-total strong{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  text-align:center !important;
}

/* promo control exactly matches submit button width */
.booking-cart__promo-wrap{
  width:100% !important;
  display:block !important;
  box-sizing:border-box !important;
}
.booking-cart__promo-wrap[hidden]{
  display:none !important;
}
.booking-cart__promo-toggle,
.booking-cart__promo,
.booking-cart__promo input,
#bookingCartSubmit{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

/* promo result is a block above field, never beside it */
.booking-cart__promo-message{
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  margin:0 0 5px !important;
  text-align:left !important;
  white-space:normal !important;
}
.booking-cart__promo-message:empty{
  display:none !important;
}

/* submit text regular, not bold */
#bookingCartSubmit{
  font-weight:500 !important;
}

/* keep groups compact on narrower desktop */
@media(max-width:950px){
  .booking-group-card{
    column-gap:28px !important;
  }
}
@media(max-width:800px){
  .booking-group-card{
    column-gap:0 !important;
  }
}


/* build 316 — promo message above full-width control, group summary cleanup */

/* PROMO: force vertical stack so result text can never sit to the left */
.booking-cart__promo-wrap{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.booking-cart__promo-message{
  display:block !important;
  order:1 !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 0 6px !important;
  padding:0 !important;
  box-sizing:border-box !important;
  white-space:normal !important;
  text-align:left !important;
}
.booking-cart__promo-toggle,
.booking-cart__promo{
  order:2 !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  flex:0 0 auto !important;
  box-sizing:border-box !important;
}
.booking-cart__promo input{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}
.booking-cart__promo-message:empty{
  display:none !important;
}

/* GROUP: more gap after "Что входит" */
.booking-group-card__included{
  margin-bottom:20px !important;
}

/* GROUP: leader aligned left with internal padding */
.booking-group-card__leader{
  justify-content:flex-start !important;
  text-align:left !important;
  padding-left:12px !important;
}
.booking-group-card__leader>div{
  text-align:left !important;
}
.booking-group-card__leader small,
.booking-group-card__leader strong{
  text-align:left !important;
}

/* GROUP: absolutely remove every possible gray backing around request */
.booking-group-card__summary-request{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  padding:0 !important;
  margin:0 !important;
}
.booking-group-card__summary-request::before,
.booking-group-card__summary-request::after{
  display:none !important;
  content:none !important;
}
.booking-group-card__summary-request .booking-group-card__request{
  margin:0 !important;
  box-shadow:none !important;
}

/* The chooser holder below the button must not paint anything while closed */
.booking-group-card__request-wrap{
  margin-top:7px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  min-height:0 !important;
}
.booking-group-card__request-wrap:has(.booking-group-card__people[hidden]){
  margin-top:0 !important;
  height:0 !important;
  overflow:hidden !important;
}
.booking-group-card__people[hidden]{
  display:none !important;
}
.booking-group-card__people{
  background:transparent !important;
  box-shadow:none !important;
}


/* build 317 — group summary CTA + leader alignment */

/* Override generic .booking-group-card__summary-row > div background
   only for the "Оставить заявку" cell */
.booking-group-card__summary-row > .booking-group-card__summary-request{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Leader stays vertically centered but closer to the left edge */
.booking-group-card__summary-row > .booking-group-card__leader{
  justify-content:flex-start !important;
  align-items:center !important;
  padding-left:7px !important;
  text-align:left !important;
}
.booking-group-card__leader > div{
  text-align:left !important;
}

/* build 318 — group interest CTA/modal/subscription */

.booking-group-interest{
  display:grid !important;
  grid-template-columns:52px minmax(0,1fr) auto !important;
  gap:16px !important;
  align-items:center !important;
  margin:0 0 18px !important;
  padding:16px 18px !important;
  border:1px solid rgba(197,171,111,.14) !important;
  border-radius:14px !important;
  background:linear-gradient(135deg,rgba(182,145,70,.055),rgba(255,255,255,.015)) !important;
}
.booking-group-interest__icon{
  width:52px !important;
  height:52px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:12px !important;
  background:rgba(197,171,111,.08) !important;
  color:#d3bc88 !important;
  font-size:19px !important;
}
.booking-group-interest__text>span{
  color:#b9a475 !important;
  font-size:9px !important;
  font-weight:700 !important;
  letter-spacing:.07em !important;
  text-transform:uppercase !important;
}
.booking-group-interest__text h3{
  margin:3px 0 5px !important;
  color:#e5ecea !important;
  font-size:17px !important;
  font-weight:500 !important;
}
.booking-group-interest__text p{
  margin:0 !important;
  color:#93a3a6 !important;
  font-size:11px !important;
  line-height:1.5 !important;
}
#bookingGroupInterestOpen{
  min-height:42px !important;
  padding:0 16px !important;
  border:1px solid rgba(225,177,82,.45) !important;
  border-radius:9px !important;
  background:linear-gradient(180deg,#d4a64d,#b98836) !important;
  color:#162329 !important;
  font-size:11px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}

body.booking-interest-open{overflow:hidden !important}
.booking-group-interest-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:420 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:20px !important;
}
.booking-group-interest-modal[hidden]{display:none !important}
.booking-group-interest-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(4,10,13,.78) !important;
  backdrop-filter:blur(7px) !important;
}
.booking-group-interest-modal__panel{
  position:relative !important;
  z-index:1 !important;
  width:min(680px,calc(100vw - 32px)) !important;
  max-height:calc(100vh - 40px) !important;
  overflow:auto !important;
  box-sizing:border-box !important;
  padding:24px !important;
  border:1px solid rgba(132,181,191,.13) !important;
  border-radius:18px !important;
  background:#132329 !important;
  box-shadow:0 30px 90px rgba(0,0,0,.42) !important;
}
.booking-group-interest-modal__close{
  position:absolute !important;
  right:14px !important;
  top:14px !important;
  width:32px !important;
  height:32px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 0 2px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.025) !important;
  color:#a4b3b5 !important;
  font-size:20px !important;
  line-height:1 !important;
}
.booking-group-interest-modal__kicker{
  color:#b9a475 !important;
  font-size:8px !important;
  font-weight:700 !important;
  letter-spacing:.09em !important;
  text-transform:uppercase !important;
}
.booking-group-interest-modal__panel h3{
  margin:5px 42px 6px 0 !important;
  color:#eef3f1 !important;
  font-size:25px !important;
  font-weight:500 !important;
}
.booking-group-interest-modal__panel>p{
  margin:0 0 18px !important;
  color:#8fa0a3 !important;
  font-size:11px !important;
  line-height:1.55 !important;
}
.booking-group-interest-modal__message{
  margin:0 0 13px !important;
  padding:9px 11px !important;
  border-radius:9px !important;
  font-size:10px !important;
}
.booking-group-interest-modal__message.is-error{
  border:1px solid rgba(194,104,104,.17) !important;
  background:rgba(159,68,68,.06) !important;
  color:#d0a1a1 !important;
}

.booking-group-interest-form{
  display:grid !important;
  gap:13px !important;
}
.booking-group-interest-form__row{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
}
.booking-group-interest-form label{
  display:grid !important;
  gap:6px !important;
}
.booking-group-interest-form label>span{
  color:#899a9d !important;
  font-size:10px !important;
}
.booking-group-interest-form input[type=text],
.booking-group-interest-form input[type=tel],
.booking-group-interest-form input[type=email],
.booking-group-interest-form input[type=date]{
  width:100% !important;
  height:42px !important;
  box-sizing:border-box !important;
  padding:0 11px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:9px !important;
  outline:0 !important;
  background:rgba(255,255,255,.025) !important;
  color:#dce5e3 !important;
  font-size:12px !important;
}
.booking-group-interest-form__people{
  max-width:180px !important;
}
.booking-group-interest-form__people input{
  appearance:textfield !important;
  -moz-appearance:textfield !important;
}
.booking-group-interest-form__people input::-webkit-inner-spin-button,
.booking-group-interest-form__people input::-webkit-outer-spin-button{
  display:none !important;
  -webkit-appearance:none !important;
}

.booking-interest-date-field>div{position:relative !important}
.booking-interest-date-field input[type=date]{color:transparent !important;cursor:pointer !important}
.booking-interest-date-field input[type=date]::-webkit-datetime-edit{color:transparent !important}
.booking-interest-date-field em{
  position:absolute !important;
  left:11px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  color:#718386 !important;
  font-size:11px !important;
  font-style:normal !important;
  pointer-events:none !important;
}
.booking-interest-date-field.has-value em,
.booking-interest-date-field.is-active em{display:none !important}
.booking-interest-date-field.has-value input[type=date],
.booking-interest-date-field.has-value input[type=date]::-webkit-datetime-edit{color:#dce5e3 !important}

.booking-group-interest-form__privacy{
  display:flex !important;
  grid-template-columns:none !important;
  flex-direction:row !important;
  align-items:flex-start !important;
  gap:9px !important;
  padding:10px 11px !important;
  border-radius:9px !important;
  background:rgba(255,255,255,.018) !important;
}
.booking-group-interest-form__privacy input{
  flex:0 0 auto !important;
  width:16px !important;
  height:16px !important;
  margin:1px 0 0 !important;
}
.booking-group-interest-form__privacy span{
  color:#849598 !important;
  font-size:9.5px !important;
  line-height:1.45 !important;
}
.booking-group-interest-form__error{
  display:none !important;
  color:#cba2a0 !important;
  font-size:10px !important;
}
.booking-group-interest-form__error.is-visible{display:block !important}
.booking-group-interest-form>button{
  width:100% !important;
  min-height:44px !important;
  border:1px solid rgba(224,176,82,.46) !important;
  border-radius:9px !important;
  background:linear-gradient(180deg,#d4a64d,#b98836) !important;
  color:#152329 !important;
  font-size:12px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}

.booking-group-interest-success{
  position:fixed !important;
  right:20px !important;
  bottom:20px !important;
  z-index:500 !important;
  max-width:360px !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:9px !important;
  padding:12px 14px !important;
  border:1px solid rgba(102,181,130,.18) !important;
  border-radius:11px !important;
  background:#173028 !important;
  color:#a8d1b5 !important;
  font-size:10px !important;
  box-shadow:0 16px 40px rgba(0,0,0,.28) !important;
  transition:.25s ease !important;
}
.booking-group-interest-success.is-hide{
  opacity:0 !important;
  transform:translateY(8px) !important;
  pointer-events:none !important;
}

@media(max-width:720px){
  .booking-group-interest{
    grid-template-columns:44px 1fr !important;
  }
  .booking-group-interest__icon{
    width:44px !important;height:44px !important;
  }
  #bookingGroupInterestOpen{
    grid-column:1/-1 !important;
    width:100% !important;
  }
  .booking-group-interest-form__row{
    grid-template-columns:1fr !important;
  }
}

/* build 319 — group interest CTA / consent / success */

/* Distinct CTA color for "no suitable dates" */
#bookingGroupInterestOpen{
  border-color:rgba(101,174,193,.42) !important;
  background:linear-gradient(180deg,#6fa9b7 0%,#4d8796 100%) !important;
  color:#102128 !important;
}
#bookingGroupInterestOpen:hover{
  filter:brightness(1.07) !important;
}

/* consent truly one line on desktop, no white box/background */
.booking-group-interest-form__privacy{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:9px !important;
  padding:0 !important;
  margin:2px 0 !important;
  border:0 !important;
  background:transparent !important;
}
.booking-group-interest-form__privacy input{
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
  margin:0 !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:4px !important;
  background:transparent !important;
  cursor:pointer !important;
}
.booking-group-interest-form__privacy input:checked{
  background:#6fa9b7 !important;
  border-color:#6fa9b7 !important;
  box-shadow:inset 0 0 0 3px #132329 !important;
}
.booking-group-interest-form__privacy span{
  white-space:nowrap !important;
  font-size:10px !important;
}

/* stronger/larger success toast */
.booking-group-interest-success{
  max-width:520px !important;
  padding:17px 19px !important;
  border-color:rgba(81,204,121,.34) !important;
  background:#174a2b !important;
  color:#c9f3d6 !important;
  font-size:13px !important;
  line-height:1.45 !important;
  box-shadow:0 18px 48px rgba(0,0,0,.34) !important;
}
.booking-group-interest-success i{
  color:#63db8a !important;
  font-size:20px !important;
  margin-top:1px !important;
}

@media(max-width:760px){
  .booking-group-interest-form__privacy{
    align-items:flex-start !important;
  }
  .booking-group-interest-form__privacy span{
    white-space:normal !important;
  }
}


/* build 320 — privacy row, white calendar icon, PRG form reset */

/* One clean line: checkbox left, text right, no surrounding box */
.booking-group-interest-form__privacy{
  display:grid !important;
  grid-template-columns:16px minmax(0,1fr) !important;
  align-items:center !important;
  column-gap:9px !important;
  width:100% !important;
  padding:0 !important;
  margin:3px 0 !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.booking-group-interest-form__privacy input{
  grid-column:1 !important;
  width:16px !important;
  height:16px !important;
  margin:0 !important;
  padding:0 !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  border:1px solid rgba(255,255,255,.24) !important;
  border-radius:4px !important;
  background:transparent !important;
  box-shadow:none !important;
  cursor:pointer !important;
}
.booking-group-interest-form__privacy input:checked{
  border-color:#6fa9b7 !important;
  background:#6fa9b7 !important;
  box-shadow:inset 0 0 0 3px #132329 !important;
}
.booking-group-interest-form__privacy span{
  grid-column:2 !important;
  margin:0 !important;
  color:#899a9d !important;
  font-size:10px !important;
  line-height:1.35 !important;
  white-space:normal !important;
}

/* Make native calendar icon white */
.booking-interest-date-field input[type=date]::-webkit-calendar-picker-indicator{
  filter:invert(1) brightness(2) !important;
  opacity:.92 !important;
  cursor:pointer !important;
}

/* build 323 — clearer colored booking mode tabs */

.booking-mode-tabs{
  gap:10px !important;
  margin-bottom:20px !important;
}

.booking-mode-tabs button{
  position:relative !important;
  min-height:48px !important;
  padding:0 19px !important;
  border-radius:13px !important;
  font-size:12.5px !important;
  font-weight:500 !important;
  transition:
    background .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease !important;
}

/* Individual — cold Barents blue */
.booking-mode-tabs button[data-booking-mode="individual"]{
  border-color:rgba(98,169,187,.22) !important;
  background:rgba(72,139,155,.075) !important;
  color:#9fc5cd !important;
}
.booking-mode-tabs button[data-booking-mode="individual"] i{
  color:#77b1bf !important;
}
.booking-mode-tabs button[data-booking-mode="individual"].is-active{
  border-color:rgba(107,194,215,.42) !important;
  background:linear-gradient(
    180deg,
    rgba(78,159,178,.22),
    rgba(57,123,140,.13)
  ) !important;
  color:#e6f2f4 !important;
  box-shadow:0 8px 24px rgba(44,111,128,.14) !important;
}

/* Group — warm northern gold */
.booking-mode-tabs button[data-booking-mode="group"]{
  border-color:rgba(205,174,105,.20) !important;
  background:rgba(183,143,70,.065) !important;
  color:#c5b184 !important;
}
.booking-mode-tabs button[data-booking-mode="group"] i{
  color:#c8aa6b !important;
}
.booking-mode-tabs button[data-booking-mode="group"].is-active{
  border-color:rgba(224,185,102,.40) !important;
  background:linear-gradient(
    180deg,
    rgba(194,151,72,.20),
    rgba(147,105,44,.12)
  ) !important;
  color:#f2e5c5 !important;
  box-shadow:0 8px 24px rgba(142,102,39,.13) !important;
}

.booking-mode-tabs button:hover{
  transform:translateY(-1px) !important;
}

.booking-mode-tabs button.is-active::after{
  content:"" !important;
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  bottom:6px !important;
  height:2px !important;
  border-radius:999px !important;
  background:currentColor !important;
  opacity:.48 !important;
}

@media(max-width:600px){
  .booking-mode-tabs button{
    min-height:46px !important;
    padding:0 10px !important;
    font-size:11.5px !important;
  }
}

/* build 324 — remove active tab underline */
.booking-mode-tabs button.is-active::after{
  display:none !important;
  content:none !important;
}

/* build 324 — mobile booking section width aligned with other content blocks */
@media(max-width:800px){
  .booking-section,
  .booking-section__inner,
  .booking-section .section-inner,
  #booking,
  #booking .section-inner{
    width:auto !important;
    max-width:none !important;
  }

  #booking{
    margin-left:14px !important;
    margin-right:14px !important;
    border-radius:18px !important;
    overflow:hidden !important;
  }

  #booking .booking-section__inner,
  #booking .section-inner{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .booking-mode-tabs,
  .booking-search,
  .booking-search__status,
  .booking-filter-tabs,
  .booking-results,
  .booking-group-mode,
  .booking-individual-mode{
    max-width:100% !important;
    box-sizing:border-box !important;
  }
}


/* build 325 — mobile booking section aligned with normal site sections */
@media(max-width:800px){

  /* Booking is a full-width section color change, not a floating rounded card */
  #booking{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border-radius:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    box-shadow:none !important;
    overflow:visible !important;
  }

  /* Remove any rounded/background wrapper effect from the section itself */
  #booking::before,
  #booking::after{
    border-radius:0 !important;
    box-shadow:none !important;
  }

  /* Content itself is narrower so it clears the fixed vertical navigation */
  #booking .booking-section__inner,
  #booking .section-inner{
    width:auto !important;
    max-width:none !important;
    margin-left:46px !important;
    margin-right:17px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box !important;
  }

  #booking .booking-mode-tabs,
  #booking .booking-search,
  #booking .booking-search__status,
  #booking .booking-filter-tabs,
  #booking .booking-results,
  #booking .booking-group-mode,
  #booking .booking-individual-mode,
  #booking .booking-group-interest,
  #booking .booking-group-list{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Individual search: dates centered in their fields */
  #booking .booking-individual-mode input[type="date"],
  #booking .booking-search input[type="date"]{
    text-align:center !important;
    text-align-last:center !important;
    padding-left:30px !important;
    padding-right:30px !important;
  }

  #booking .booking-individual-mode input[type="date"]::-webkit-datetime-edit,
  #booking .booking-search input[type="date"]::-webkit-datetime-edit{
    text-align:center !important;
    width:100% !important;
  }

  #booking .booking-individual-mode input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  #booking .booking-search input[type="date"]::-webkit-datetime-edit-fields-wrapper{
    justify-content:center !important;
  }

  /* Center custom date placeholders as well */
  #booking .booking-date-field em,
  #booking .booking-search-date em,
  #booking .booking-date-placeholder{
    left:50% !important;
    right:auto !important;
    transform:translate(-50%,-50%) !important;
    width:max-content !important;
    text-align:center !important;
  }
}

/* Extra narrow phones: keep enough clearance from vertical navigation */
@media(max-width:430px){
  #booking .booking-section__inner,
  #booking .section-inner{
    margin-left:43px !important;
    margin-right:14px !important;
  }
}


/* build 326 — mobile overflow fix, narrower cart, group cards stacked */

@media(max-width:800px){

  /* Kill horizontal overflow caused by individual booking layout */
  html,body{
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  #booking,
  #booking .booking-section__inner,
  #booking .section-inner,
  #booking .booking-individual-mode,
  #booking .booking-group-mode,
  #booking .booking-search,
  #booking .booking-results,
  #booking .booking-room-card,
  #booking .booking-group-card{
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Individual mode gets its own safe width; no extra accidental horizontal shift */
  #booking .booking-individual-mode{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }

  #booking .booking-search{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  #booking .booking-search > *{
    min-width:0 !important;
    max-width:100% !important;
  }

  /* Dates in individual booking aligned to LEFT inside inputs */
  #booking .booking-individual-mode input[type="date"],
  #booking .booking-search input[type="date"]{
    text-align:left !important;
    text-align-last:left !important;
    padding-left:12px !important;
    padding-right:34px !important;
  }

  #booking .booking-individual-mode input[type="date"]::-webkit-datetime-edit,
  #booking .booking-search input[type="date"]::-webkit-datetime-edit{
    text-align:left !important;
    width:auto !important;
  }

  #booking .booking-individual-mode input[type="date"]::-webkit-datetime-edit-fields-wrapper,
  #booking .booking-search input[type="date"]::-webkit-datetime-edit-fields-wrapper{
    justify-content:flex-start !important;
  }

  /* custom placeholders for dates also left aligned */
  #booking .booking-date-field em,
  #booking .booking-search-date em,
  #booking .booking-date-placeholder{
    left:12px !important;
    right:auto !important;
    transform:translateY(-50%) !important;
    width:auto !important;
    text-align:left !important;
  }

  /* Narrower opened cart on mobile */
  .booking-cart{
    width:calc(100vw - 52px) !important;
    max-width:340px !important;
    left:auto !important;
    right:14px !important;
    bottom:14px !important;
    box-sizing:border-box !important;
  }

  /* GROUP: strict mobile order — photo first, all content below */
  .booking-group-card{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    max-width:100% !important;
    gap:0 !important;
    column-gap:0 !important;
  }

  .booking-group-card__media{
    order:1 !important;
    width:calc(100% - 28px) !important;
    height:210px !important;
    min-height:210px !important;
    margin:14px !important;
    border-radius:12px !important;
    overflow:hidden !important;
    flex:0 0 auto !important;
  }

  .booking-group-card__media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }

  .booking-group-card__body{
    order:2 !important;
    width:100% !important;
    max-width:100% !important;
    padding:0 14px 16px !important;
    margin:0 !important;
    box-sizing:border-box !important;
  }

  .booking-group-card__summary-row{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .booking-group-card__included,
  .booking-group-card__transfer-note,
  .booking-group-card__request-wrap{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }
}

/* very narrow phones */
@media(max-width:430px){
  .booking-cart{
    width:calc(100vw - 40px) !important;
    max-width:none !important;
    right:10px !important;
  }

  .booking-group-card__media{
    width:calc(100% - 24px) !important;
    margin:12px !important;
    height:195px !important;
    min-height:195px !important;
  }

  .booking-group-card__body{
    padding:0 12px 14px !important;
  }
}



@media(max-width:800px){

  /* Keep booking clear from vertical navigation and right edge */
  #booking .booking-section__inner,
  #booking .section-inner{
    margin-left:46px !important;
    margin-right:28px !important;
    width:auto !important;
    max-width:none !important;
    box-sizing:border-box !important;
  }

  /* Group mobile: no tour leader */
  .booking-group-card__leader{
    display:none !important;
  }

  /* Group information in separate rows */
  .booking-group-card__summary-row{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    width:100% !important;
  }
  .booking-group-card__summary-row > div{
    width:100% !important;
    height:auto !important;
    min-height:54px !important;
    box-sizing:border-box !important;
  }
  .booking-group-card__price-cell,
  .booking-group-card__period-total{
    align-items:flex-start !important;
    justify-content:center !important;
    text-align:left !important;
    padding-left:12px !important;
  }
  .booking-group-card__price-cell small,
  .booking-group-card__price-cell strong,
  .booking-group-card__period-total small,
  .booking-group-card__period-total strong{
    text-align:left !important;
  }
  .booking-group-card__summary-request{
    display:block !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
  }
  .booking-group-card__summary-request .booking-group-card__request{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:54px !important;
    height:54px !important;
    pointer-events:auto !important;
    cursor:pointer !important;
  }

  /* Slightly wider cart, centered */
  .booking-cart{
    width:min(380px,calc(100vw - 34px)) !important;
    max-width:none !important;
    left:50% !important;
    right:auto !important;
    transform:translateX(-50%) !important;
    bottom:16px !important;
    box-sizing:border-box !important;
  }

  /* Explicitly keep booking actions clickable */
  #booking .booking-search__button,
  #booking .booking-room-card__select,
  #booking .js-booking-place,
  #booking .booking-group-card__request{
    pointer-events:auto !important;
    cursor:pointer !important;
  }
}

@media(max-width:430px){
  #booking .booking-section__inner,
  #booking .section-inner{
    margin-left:43px !important;
    margin-right:24px !important;
  }

  .booking-cart{
    width:calc(100vw - 26px) !important;
  }
}


/* build 331 — FIX: invisible mobile cart/lightbox must never block page taps */

/* Closed cart is completely non-interactive */
.booking-cart[aria-hidden="true"]{
  pointer-events:none !important;
  visibility:hidden !important;
}

/* Open cart is interactive */
.booking-cart[aria-hidden="false"],
.booking-cart.is-open{
  pointer-events:auto !important;
  visibility:visible !important;
}

@media(max-width:800px){

  /*
   * IMPORTANT:
   * Base CSS hides the cart using transform.
   * Previous mobile centering overrode that transform and left an invisible
   * fixed layer on top of the site.
   */

  .booking-cart{
    width:min(380px,calc(100vw - 34px)) !important;
    max-width:none !important;
    left:50% !important;
    right:auto !important;
    bottom:16px !important;

    /* CLOSED state */
    transform:translate(-50%, calc(100% + 70px)) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  .booking-cart.is-open,
  .booking-cart[aria-hidden="false"]{
    /* OPEN state */
    transform:translate(-50%,0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  /* Safety: all booking page controls stay above ordinary section content */
  #booking .booking-search__button,
  #booking .booking-room-card__select,
  #booking .js-booking-place,
  #booking .booking-group-card__request,
  #bookingGroupInterestOpen{
    position:relative !important;
    pointer-events:auto !important;
  }
}

/* Closed booking gallery must also never intercept clicks */
.booking-photo-lightbox[aria-hidden="true"]{
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.booking-photo-lightbox[aria-hidden="false"],
.booking-photo-lightbox.is-open{
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

/* Closed video/modal overlays — additional click-through safeguard */
.media-video-modal[aria-hidden="true"],
.route-map-modal[aria-hidden="true"]{
  pointer-events:none !important;
}


/* build 332 — mobile group leader hidden, cart shifted left, launcher attention nudge */

@media(max-width:800px){

  /* Group trips: remove tour leader block completely on mobile */
  .booking-group-card__leader{
    display:none !important;
  }

  /* Open cart: move a few pixels left from exact center */
  .booking-cart.is-open,
  .booking-cart[aria-hidden="false"]{
    left:calc(50% - 5px) !important;
  }

  /* Larger suitcase launcher */
  .booking-cart-launcher{
    width:62px !important;
    height:62px !important;
  }

  .booking-cart-launcher i{
    font-size:23px !important;
  }

  .booking-cart-launcher span{
    min-width:22px !important;
    height:22px !important;
    font-size:10px !important;
  }

  /* Short shake every ~10 seconds; mostly still */
  .booking-cart-launcher:not([hidden]){
    animation:bookingCartAttention 10s ease-in-out infinite !important;
    transform-origin:center center !important;
  }
}

@keyframes bookingCartAttention{
  0%,88%,100%{transform:translate3d(0,0,0) rotate(0deg)}
  89%{transform:translate3d(-2px,0,0) rotate(-4deg)}
  90%{transform:translate3d(3px,0,0) rotate(5deg)}
  91%{transform:translate3d(-3px,0,0) rotate(-5deg)}
  92%{transform:translate3d(2px,0,0) rotate(3deg)}
  93%{transform:translate3d(0,0,0) rotate(0deg)}
}


/* build 333 — cart position + brighter launcher badge + desktop attention */

@media(max-width:800px){

  /* Open cart: move a few pixels RIGHT from exact center */
  .booking-cart.is-open,
  .booking-cart[aria-hidden="false"]{
    left:calc(50% + 5px) !important;
  }

  /* Brighter count badge */
  .booking-cart-launcher span{
    background:#f0c84f !important;
    color:#182126 !important;
    box-shadow:0 0 0 2px rgba(240,200,79,.12), 0 4px 12px rgba(240,200,79,.20) !important;
  }
}

/* Desktop launcher larger + brighter */
@media(min-width:801px){
  .booking-cart-launcher{
    width:62px !important;
    height:62px !important;
  }

  .booking-cart-launcher i{
    font-size:23px !important;
  }

  .booking-cart-launcher span{
    min-width:23px !important;
    height:23px !important;
    font-size:10px !important;
    background:#f0c84f !important;
    color:#182126 !important;
    box-shadow:0 0 0 2px rgba(240,200,79,.12), 0 4px 12px rgba(240,200,79,.20) !important;
  }

  .booking-cart-launcher:not([hidden]){
    animation:bookingCartAttention 10s ease-in-out infinite !important;
    transform-origin:center center !important;
  }
}


/* build 334 — mobile cart position, group leader removal, larger desktop launcher */

@media(max-width:800px){
  /* Move opened cart a little farther RIGHT */
  .booking-cart.is-open,
  .booking-cart[aria-hidden="false"]{
    left:calc(50% + 10px) !important;
  }

  /* Group trips: remove every tour-leader presentation on mobile */
  .booking-group-card__leader,
  .booking-group-card [class*="leader"],
  .booking-group-card [class*="tourleader"],
  .booking-group-card [class*="tour-leader"]{
    display:none !important;
  }
}

@media(min-width:801px){
  /* Larger collapsed cart launcher on desktop */
  .booking-cart-launcher{
    width:72px !important;
    height:72px !important;
  }

  .booking-cart-launcher i{
    font-size:28px !important;
  }

  .booking-cart-launcher span{
    min-width:25px !important;
    height:25px !important;
    font-size:11px !important;
  }
}

/* build 335 — desktop date field cleanup */
@media(min-width:801px){
  #booking .booking-date-control input[type="date"]:not(:valid){
    color:transparent !important;
  }
  #booking .booking-date-control input[type="date"]:not(:valid)::-webkit-datetime-edit,
  #booking .booking-date-control input[type="date"]:not(:valid)::-webkit-datetime-edit-text,
  #booking .booking-date-control input[type="date"]:not(:valid)::-webkit-datetime-edit-day-field,
  #booking .booking-date-control input[type="date"]:not(:valid)::-webkit-datetime-edit-month-field,
  #booking .booking-date-control input[type="date"]:not(:valid)::-webkit-datetime-edit-year-field{
    color:transparent !important;
  }
  #booking .booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit,
  #booking .booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit-text,
  #booking .booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit-day-field,
  #booking .booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit-month-field,
  #booking .booking-date-control input[type="date"]:focus:invalid::-webkit-datetime-edit-year-field{
    color:transparent !important;
  }
}

/* build 335 — group format cross-link, rooming tooltip and mobile cleanup */
.booking-group-intro--switch{
  grid-template-columns:58px minmax(0,1fr) auto !important;
  align-items:center !important;
  margin:16px 0 18px !important;
}
.booking-group-intro__content{min-width:0 !important}
.booking-group-intro__switch{
  align-self:center !important;
  min-height:42px !important;
  padding:0 15px !important;
  border:1px solid rgba(211,174,96,.28) !important;
  border-radius:9px !important;
  background:rgba(183,143,70,.10) !important;
  color:#ddc99e !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}
.booking-group-intro__switch:hover{
  background:rgba(183,143,70,.16) !important;
  color:#f0dfbd !important;
}

.booking-group-card__date-row{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  margin-bottom:8px !important;
}
.booking-group-card__date-row h3{margin:0 !important}
.booking-group-card__rooming-info{
  position:relative !important;
  flex:0 0 auto !important;
  width:26px !important;
  height:26px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#8faeb5 !important;
  font-size:14px !important;
  cursor:pointer !important;
}
.booking-group-card__rooming-info>span{
  position:absolute !important;
  left:50% !important;
  bottom:calc(100% + 9px) !important;
  width:270px !important;
  padding:10px 11px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:9px !important;
  background:#13242a !important;
  color:#b7c4c4 !important;
  font-size:9.5px !important;
  line-height:1.45 !important;
  text-align:left !important;
  box-shadow:0 12px 32px rgba(0,0,0,.28) !important;
  transform:translateX(-50%) translateY(4px) !important;
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transition:.16s ease !important;
  z-index:20 !important;
}
.booking-group-card__rooming-info:hover>span,
.booking-group-card__rooming-info:focus>span,
.booking-group-card__rooming-info:focus-visible>span{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateX(-50%) translateY(0) !important;
}

.booking-room-card__excluded,
.booking-room-card__not-included{display:none !important}

@media(max-width:800px){
  .booking-group-intro--switch{
    grid-template-columns:1fr !important;
  }
  .booking-group-intro__icon,
  .booking-group-interest__icon{
    display:none !important;
  }
  .booking-group-intro__switch{
    width:100% !important;
    white-space:normal !important;
  }
  .booking-group-card__date-row{
    align-items:flex-start !important;
  }
  .booking-group-card__rooming-info{
    margin-top:1px !important;
  }
  .booking-group-card__rooming-info>span{
    left:auto !important;
    right:0 !important;
    width:min(260px,72vw) !important;
    transform:translateY(4px) !important;
  }
  .booking-group-card__rooming-info:hover>span,
  .booking-group-card__rooming-info:focus>span,
  .booking-group-card__rooming-info:focus-visible>span{
    transform:translateY(0) !important;
  }
}


/* build 336 — restore desktop group booking width/bounds */
@media(min-width:801px){

  /* Group mode must stay inside the booking content column */
  #bookingGroupMode,
  #bookingGroupMode .booking-group-list,
  #bookingGroupMode .booking-group-card,
  #bookingGroupMode .booking-group-interest{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  /* Prevent group area from escaping the section/container width */
  #bookingGroupMode{
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:visible !important;
  }

  #bookingGroupMode .booking-group-list{
    display:grid !important;
    gap:14px !important;
  }

  #bookingGroupMode .booking-group-card{
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,.07) !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.022) !important;
  }

  /* Keep no-photo cards bounded too */
  #bookingGroupMode .booking-group-card--no-photo{
    width:100% !important;
    max-width:100% !important;
  }
}


/* build 337 — booking DOM containment safeguard */
@media(min-width:801px){
  .booking-section__inner{
    position:relative !important;
  }
  #bookingGroupMode{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }
  #bookingGroupMode .booking-group-list,
  #bookingGroupMode .booking-group-card{
    min-width:0 !important;
    max-width:100% !important;
  }
}

/* build 338 — room-card meta typography */
.booking-room-card__meta span{
  font-size:12px !important;
}
.booking-room-card__meta i{
  font-size:11px !important;
}
@media(max-width:800px){
  .booking-room-card__meta span{
    font-size:11.5px !important;
  }
}

/* build 338 — group rooming info tooltip */
@media(min-width:801px){
  #bookingGroupMode .booking-group-card,
  #bookingGroupMode .booking-group-card__body,
  #bookingGroupMode .booking-group-list{
    overflow:visible !important;
  }

  #bookingGroupMode .booking-group-card{
    position:relative !important;
  }

  .booking-group-card__rooming-info{
    width:32px !important;
    height:32px !important;
    font-size:18px !important;
    z-index:60 !important;
  }

  .booking-group-card__rooming-info > span{
    z-index:200 !important;
    width:320px !important;
    bottom:calc(100% + 10px) !important;
  }
}

@media(max-width:800px){
  .booking-group-card__rooming-info{
    width:30px !important;
    height:30px !important;
    font-size:17px !important;
  }
}

.booking-group-intro--switch{
  position:relative !important;
  z-index:1 !important;
}
.booking-results{
  position:relative !important;
}


/* build 339 — group info icon alignment + teaser after individual rooms */
.booking-group-card__date-row{
  align-items:center !important;
}

.booking-group-card__rooming-info{
  top:3px !important;
}

.booking-group-card__rooming-info > span{
  font-size:11.5px !important;
  line-height:1.5 !important;
  width:330px !important;
  padding:12px 13px !important;
}

.booking-group-intro--switch{
  margin-top:22px !important;
  margin-bottom:0 !important;
}

@media(max-width:800px){
  .booking-group-card__rooming-info{
    top:2px !important;
  }

  .booking-group-card__rooming-info > span{
    font-size:11px !important;
    line-height:1.5 !important;
  }

  .booking-group-intro--switch{
    margin-top:18px !important;
  }
}

/* build 341 — compact free-dates room information */

/* Description temporarily hidden */
.booking-room-card__description{
  display:none !important;
}

/* Capacity ("до N человек") is redundant with seat selection, hide it */
.booking-room-card__meta .booking-room-card__capacity,
.booking-room-card__meta span:has(.fa-user-group),
.booking-room-card__meta span:has(.fa-users),
.booking-room-card__meta span:has(.fa-user){
  display:none !important;
}

/* Turn key room attributes into one coherent feature row */
.booking-room-card__meta{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:7px !important;
  margin:10px 0 12px !important;
}

.booking-room-card__meta span,
.booking-room-card__features > span,
.booking-room-card__badges > span{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  min-height:30px !important;
  padding:6px 9px !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.025) !important;
  color:#b9c6c7 !important;
  font-size:11.5px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
  box-sizing:border-box !important;
}

.booking-room-card__meta i,
.booking-room-card__features i,
.booking-room-card__badges i{
  color:#91adb2 !important;
  font-size:11px !important;
}

/* Important location/view attributes get a subtle accent */
.booking-room-card__features > span:has(.fa-water),
.booking-room-card__features > span:has(.fa-eye),
.booking-room-card__badges > span:has(.fa-water),
.booking-room-card__badges > span:has(.fa-eye){
  border-color:rgba(126,177,186,.18) !important;
  background:rgba(126,177,186,.055) !important;
  color:#c2d5d7 !important;
}

/* Price per person/night belongs visually to the same information cluster */
.booking-room-card__price,
.booking-room-card__night-price{
  font-size:12px !important;
  font-weight:500 !important;
}

@media(max-width:800px){
  .booking-room-card__meta{
    gap:6px !important;
  }
  .booking-room-card__meta span,
  .booking-room-card__features > span,
  .booking-room-card__badges > span{
    min-height:29px !important;
    padding:6px 8px !important;
    font-size:11px !important;
  }
}


/* build 342 — desktop free-dates room attributes in one row */
.booking-room-card__description{
  display:none !important;
}

@media(min-width:801px){
  /* Price/night + first line + shower/WC + sea view on one line */
  .booking-room-card__meta,
  .booking-room-card__features,
  .booking-room-card__badges{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  .booking-room-card__meta span,
  .booking-room-card__features > span,
  .booking-room-card__badges > span{
    flex:0 0 auto !important;
    white-space:nowrap !important;
  }

  /* Keep the whole room information cluster compact */
  .booking-room-card__meta{
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
}

/* build 343 — real unified room info row */
.booking-room-card__room-info{
  display:flex !important; align-items:center !important; gap:8px !important;
  margin:10px 0 12px !important; width:100% !important; box-sizing:border-box !important;
}
.booking-room-card__room-info>span{
  display:inline-flex !important; align-items:center !important; gap:6px !important;
  min-height:31px !important; padding:6px 9px !important;
  border:1px solid rgba(255,255,255,.075) !important; border-radius:8px !important;
  background:rgba(255,255,255,.025) !important; color:#c0cccd !important;
  font-size:11.5px !important; line-height:1.2 !important; font-weight:400 !important;
  box-sizing:border-box !important;
}
.booking-room-card__room-info i{color:#91adb2 !important;font-size:11px !important}
@media(min-width:801px){
 .booking-room-card__room-info{flex-wrap:nowrap !important}
 .booking-room-card__room-info>span{flex:0 0 auto !important;white-space:nowrap !important}
}
@media(max-width:800px){
 .booking-room-card__room-info{flex-wrap:wrap !important;gap:6px !important}
}

/* build 344 — section anchor offset under fixed header */
:root{
  --site-fixed-header-offset: 96px;
}

#ecotourism,
#fishing,
#diving,
#stay,
#boat-trips,
#delicacies,
#shore,
#walking,
#route,
#booking,
.site-section[id]{
  scroll-margin-top:var(--site-fixed-header-offset) !important;
}

@media(max-width:800px){
  :root{
    --site-fixed-header-offset: 88px;
  }
}


/* build 346 — mobile vertical rail + group CTA layout */

/* Mobile title variant */
.booking-group-intro__title-mobile{
  display:none !important;
}

@media(max-width:800px){

  /* 1. Vertical rail: active item must not grow into neighbours */
  .section-rail{
    overflow:visible !important;
  }

  .section-rail a{
    min-height:0 !important;
    height:auto !important;
    line-height:1.1 !important;
    box-sizing:border-box !important;
  }

  .section-rail a.is-active{
    min-height:0 !important;
    height:auto !important;
    padding-top:4px !important;
    padding-bottom:4px !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
    scale:1 !important;
  }

  /* Avoid any pseudo-element affecting layout size */
  .section-rail a::before,
  .section-rail a::after{
    box-sizing:border-box !important;
  }

  /* 2. "Не нашли подходящие даты?" after mobile icon removal:
        force text + button into normal single-column flow */
  .booking-group-interest{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
    grid-template-columns:none !important;
  }

  .booking-group-interest__icon{
    display:none !important;
  }

  .booking-group-interest__text{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }

  .booking-group-interest__text span,
  .booking-group-interest__text h3,
  .booking-group-interest__text p{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }

  #bookingGroupInterestOpen{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    align-self:stretch !important;
  }

  /* 3. Mobile-specific group-format title */
  .booking-group-intro__title-desktop{
    display:none !important;
  }

  .booking-group-intro__title-mobile{
    display:inline !important;
  }
}


/* build 347 — mobile group dates/nav/promocode */

@media(max-width:800px){

  /* Group date info icon exactly centered with the date line */
  .booking-group-card__date-row{
    display:flex !important;
    align-items:center !important;
  }
  .booking-group-card__date-row h3{
    display:flex !important;
    align-items:center !important;
    min-height:30px !important;
    margin:0 !important;
    line-height:1.15 !important;
  }
  .booking-group-card__rooming-info{
    align-self:center !important;
    top:0 !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transform:none !important;
  }

  /* Vertical rail: active text must face exactly the same way as inactive text */
  .section-rail a,
  .section-rail a.is-active{
    direction:ltr !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
    transform:none !important;
    rotate:0deg !important;
    scale:1 !important;
  }

  /* Keep the same visual text orientation if rail itself rotates the links via nested content */
  .section-rail a > *,
  .section-rail a.is-active > *{
    direction:ltr !important;
    writing-mode:horizontal-tb !important;
    text-orientation:mixed !important;
    transform:none !important;
    rotate:0deg !important;
  }

  /* iOS Safari zooms focused inputs smaller than 16px */
  .booking-cart__promo input,
  #bookingPromoInput{
    font-size:16px !important;
    line-height:1.2 !important;
    -webkit-text-size-adjust:100% !important;
  }
}


/* build 348 — restore mobile vertical section rail */
@media(max-width:800px){
  .section-rail a,
  .section-rail a.is-active{
    writing-mode:vertical-rl !important;
    text-orientation:mixed !important;
    direction:ltr !important;
    transform:rotate(180deg) !important;
    rotate:none !important;
    scale:1 !important;
  }

  .section-rail a > *,
  .section-rail a.is-active > *{
    writing-mode:inherit !important;
    text-orientation:inherit !important;
    direction:inherit !important;
    transform:none !important;
    rotate:none !important;
  }
}


/* build 349 — mobile rail spacing + booking date limits */
@media(max-width:800px){
  .section-rail{
    gap:6px !important;
  }

  .section-rail a{
    margin:0 !important;
  }

  .section-rail a.is-active{
    margin-top:4px !important;
    margin-bottom:4px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
  }
}


/* build 350 — richer desktop booking background, same base color */
@media(min-width:801px){
  #booking{
    position:relative !important;
    isolation:isolate !important;
    overflow:hidden !important;
  }

  /* Decorative depth only — underlying booking background color remains unchanged */
  #booking::before{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    pointer-events:none !important;
    z-index:0 !important;
    background:
      radial-gradient(circle at 84% 18%, rgba(112,163,171,.075) 0, rgba(112,163,171,.025) 18%, transparent 38%),
      radial-gradient(circle at 11% 76%, rgba(193,161,94,.045) 0, transparent 31%),
      linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px) !important;
    background-size:auto, auto, 52px 52px, 52px 52px !important;
    -webkit-mask-image:linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
    mask-image:linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%) !important;
  }

  #booking::after{
    content:"" !important;
    position:absolute !important;
    width:560px !important;
    height:560px !important;
    right:-255px !important;
    top:120px !important;
    border:1px solid rgba(135,181,188,.065) !important;
    border-radius:50% !important;
    box-shadow:
      0 0 0 74px rgba(135,181,188,.020),
      0 0 0 148px rgba(135,181,188,.014),
      0 0 0 222px rgba(135,181,188,.010) !important;
    pointer-events:none !important;
    z-index:0 !important;
  }

  #booking > *{
    position:relative !important;
    z-index:1 !important;
  }

  /* Very subtle highlight behind the booking heading/search area */
  #booking .booking-section__inner::before{
    content:"" !important;
    position:absolute !important;
    left:7% !important;
    top:28px !important;
    width:420px !important;
    height:210px !important;
    border-radius:50% !important;
    background:radial-gradient(ellipse, rgba(255,255,255,.022), transparent 70%) !important;
    filter:blur(2px) !important;
    pointer-events:none !important;
    z-index:-1 !important;
  }
}


/* build 351 — remove circles, make booking cards solid on desktop */
@media(min-width:801px){

  /* Remove the sonar/concentric circles from build 350 */
  #booking::after{
    display:none !important;
    content:none !important;
    box-shadow:none !important;
    border:0 !important;
  }

  /* Keep subtle background texture, but cards themselves must be opaque */
  #booking .booking-room-card,
  #booking .booking-group-card,
  #booking .booking-group-intro,
  #booking .booking-group-interest{
    background:#162426 !important;
    opacity:1 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  /* Search/date panel and tabs also stay visually separated from the grid */
  #booking .booking-search,
  #booking .booking-search-panel,
  #booking .booking-mode-tabs,
  #booking .booking-filter-tabs{
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  /* Inner information pills should not reveal the decorative grid either */
  #booking .booking-room-card__room-info > span,
  #booking .booking-room-card__included,
  #booking .booking-group-card__summary-row > div{
    background:#1b2b2d !important;
  }
}

/* build 352 — restore old card shade without transparency */
@media(min-width:801px){
  #booking .booking-room-card,
  #booking .booking-group-card{
    background:#17272a !important;
    opacity:1 !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  #booking .booking-group-intro,
  #booking .booking-group-interest{
    background:#17272a !important;
    opacity:1 !important;
  }

  #booking .booking-room-card__room-info > span,
  #booking .booking-room-card__included,
  #booking .booking-group-card__summary-row > div{
    background:#1b2b2e !important;
  }
}

/* build 352 — alternative free-date suggestions */
.booking-alt-dates{
  display:grid !important;
  grid-template-columns:36px minmax(0,1fr) 36px !important;
  align-items:center !important;
  gap:9px !important;
  margin:14px 0 18px !important;
}
.booking-alt-dates[hidden]{display:none !important}
.booking-alt-dates__viewport{
  min-width:0 !important;
  overflow:hidden !important;
}
.booking-alt-dates__track{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:9px !important;
}
.booking-alt-dates__arrow{
  width:36px !important;
  height:36px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:9px !important;
  background:#18282b !important;
  color:#a9b9ba !important;
  cursor:pointer !important;
}
.booking-alt-dates__arrow:hover{
  border-color:rgba(120,178,189,.24) !important;
  color:#d9e4e4 !important;
}
.booking-alt-date-card{
  min-width:0 !important;
  aspect-ratio:1.35/1 !important;
  min-height:105px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:7px !important;
  padding:11px 12px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:10px !important;
  background:#18282b !important;
  color:#c7d2d2 !important;
  text-align:left !important;
  cursor:pointer !important;
}
.booking-alt-date-card:hover{
  border-color:rgba(118,178,190,.26) !important;
  background:#1a2c2f !important;
}
.booking-alt-date-card.is-active{
  border-color:rgba(211,176,96,.38) !important;
  box-shadow:inset 0 0 0 1px rgba(211,176,96,.08) !important;
}
.booking-alt-date-card.is-empty{
  opacity:.62 !important;
  cursor:default !important;
}
.booking-alt-date-card__dates{
  color:#e1e8e7 !important;
  font-size:12.5px !important;
  font-weight:600 !important;
  line-height:1.2 !important;
}
.booking-alt-date-card__availability{
  color:#91a3a5 !important;
  font-size:10.5px !important;
  line-height:1.3 !important;
}
.booking-alt-date-card strong{
  color:#cfb77c !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
}
.booking-alt-date-card__none{
  color:#89989a !important;
  font-size:11.5px !important;
}

@media(max-width:800px){
  .booking-alt-dates{
    grid-template-columns:30px minmax(0,1fr) 30px !important;
    gap:6px !important;
  }
  .booking-alt-dates__track{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
  }
  .booking-alt-dates__arrow{
    width:30px !important;
    height:34px !important;
  }
  .booking-alt-date-card{
    aspect-ratio:auto !important;
    min-height:104px !important;
    padding:10px !important;
  }
}


/* build 353 — compact one-line alternative date carousel */
.booking-alt-dates{
  grid-template-columns:32px minmax(0,1fr) 32px !important;
  gap:8px !important;
  margin:12px 0 16px !important;
}

.booking-alt-dates__arrow{
  width:32px !important;
  height:32px !important;
  border-radius:8px !important;
}

.booking-alt-dates__track{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  width:max-content !important;
  min-width:100% !important;
}

.booking-alt-date-card{
  flex:0 0 210px !important;
  width:210px !important;
  min-width:210px !important;
  min-height:78px !important;
  height:78px !important;
  aspect-ratio:auto !important;
  padding:9px 11px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  text-align:center !important;
  border-radius:9px !important;
}

.booking-alt-date-card__dates{
  width:100% !important;
  text-align:center !important;
  color:#e2e9e7 !important;
  font-size:11.5px !important;
  font-weight:600 !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}

.booking-alt-date-card__state{
  width:100% !important;
  text-align:center !important;
  color:#92a4a6 !important;
  font-size:9.5px !important;
  line-height:1.15 !important;
}

.booking-alt-date-card__price{
  width:100% !important;
  text-align:center !important;
  color:#d3ba7b !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  white-space:nowrap !important;
}

.booking-alt-date-card__none{
  color:#89989a !important;
  font-size:10.5px !important;
  font-weight:500 !important;
}

@media(max-width:800px){
  .booking-alt-dates{
    grid-template-columns:28px minmax(0,1fr) 28px !important;
    gap:5px !important;
  }

  .booking-alt-dates__arrow{
    width:28px !important;
    height:30px !important;
  }

  .booking-alt-dates__track{
    gap:6px !important;
  }

  .booking-alt-date-card{
    flex-basis:172px !important;
    width:172px !important;
    min-width:172px !important;
    min-height:74px !important;
    height:74px !important;
    padding:8px 9px !important;
  }

  .booking-alt-date-card__dates{
    font-size:10.5px !important;
  }

  .booking-alt-date-card__state{
    font-size:9px !important;
  }

  .booking-alt-date-card__price{
    font-size:9.5px !important;
  }
}


/* build 354 — solid compact alternative dates with animated horizontal slider */

/* Search panel should not be translucent */
#booking .booking-search{
  background:#17272a !important;
  opacity:1 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#booking .booking-search__field,
#booking .booking-date-control{
  background:#1b2b2e !important;
}

/* Alternative cards are fully opaque */
.booking-alt-date-card{
  background:#18282b !important;
  opacity:1 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}

/* No initially selected/highlighted card */
.booking-alt-date-card.is-active{
  border-color:rgba(255,255,255,.075) !important;
  box-shadow:none !important;
  background:#18282b !important;
}

/* Regular, not bold */
.booking-alt-date-card__dates{
  font-weight:400 !important;
}
.booking-alt-date-card__price{
  font-weight:400 !important;
}
.booking-alt-date-card strong{
  font-weight:400 !important;
}

/* Track really slides now */
.booking-alt-dates__track{
  transition:transform .32s cubic-bezier(.22,.61,.36,1) !important;
  will-change:transform !important;
}

/* Single fallback card if there are no free dates at all */
.booking-alt-date-card--only-empty{
  width:210px !important;
  min-width:210px !important;
  opacity:1 !important;
  cursor:default !important;
  margin:0 auto !important;
}
.booking-alt-date-card--only-empty .booking-alt-date-card__none{
  font-weight:400 !important;
}

/* arrows feel like carousel controls */
.booking-alt-dates__arrow{
  transition:transform .16s ease, background .16s ease, border-color .16s ease !important;
}
.booking-alt-dates__arrow:active{
  transform:scale(.94) !important;
}


/* build 355 — full-width desktop carousel, selected-center state, mobile swipe */

.booking-alt-dates{
  position:relative !important;
}

/* Selected only after explicit click */
.booking-alt-date-card.is-active{
  border-color:rgba(211,176,96,.48) !important;
  background:#1d2e31 !important;
  box-shadow:0 0 0 1px rgba(211,176,96,.08) !important;
}

@media(min-width:801px){
  .booking-alt-dates{
    display:block !important;
    width:100% !important;
    margin:14px 0 18px !important;
  }

  .booking-alt-dates__viewport{
    width:100% !important;
    overflow:hidden !important;
  }

  .booking-alt-dates__track{
    display:flex !important;
    width:max-content !important;
    min-width:100% !important;
    gap:9px !important;
  }

  /* Four cards fill the whole booking content width */
  .booking-alt-date-card{
    flex:0 0 calc((100% - 27px) / 4) !important;
    width:calc((100% - 27px) / 4) !important;
    min-width:0 !important;
    max-width:none !important;
  }

  /* Arrows are outside the booking content line */
  .booking-alt-dates__arrow{
    position:absolute !important;
    top:50% !important;
    z-index:8 !important;
    transform:translateY(-50%) !important;
  }

  .booking-alt-dates__arrow--prev{
    left:-47px !important;
  }

  .booking-alt-dates__arrow--next{
    right:-47px !important;
  }

  .booking-alt-dates__arrow:active{
    transform:translateY(-50%) scale(.94) !important;
  }
}

@media(max-width:800px){
  .booking-alt-dates__viewport{
    touch-action:pan-y !important;
    overscroll-behavior-x:contain !important;
    cursor:grab !important;
  }

  .booking-alt-dates__viewport:active{
    cursor:grabbing !important;
  }

  .booking-alt-dates__track{
    user-select:none !important;
    -webkit-user-select:none !important;
  }

  .booking-alt-date-card{
    -webkit-tap-highlight-color:transparent !important;
  }
}

/* build 356 — smaller desktop alt-date cards + polished empty state */
@media(min-width:801px){
  .booking-alt-dates__track{
    width:max-content !important;
    min-width:0 !important;
  }

  .booking-alt-date-card{
    flex:0 0 210px !important;
    width:210px !important;
    min-width:210px !important;
    max-width:210px !important;
  }

  .booking-alt-dates__viewport{
    overflow:hidden !important;
  }
}

.booking-no-rooms{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  width:100% !important;
  margin:16px 0 18px !important;
  padding:18px 20px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(213,180,103,.18) !important;
  border-radius:12px !important;
  background:#18282b !important;
  text-align:center !important;
}
.booking-no-rooms[hidden]{display:none !important}
.booking-no-rooms>i{
  flex:0 0 auto !important;
  color:#d2b676 !important;
  font-size:24px !important;
}
.booking-no-rooms>div{
  display:grid !important;
  gap:5px !important;
}
.booking-no-rooms strong{
  color:#e2e8e7 !important;
  font-size:15px !important;
  font-weight:500 !important;
}
.booking-no-rooms span{
  color:#95a6a8 !important;
  font-size:11px !important;
  line-height:1.45 !important;
}

@media(max-width:800px){
  .booking-no-rooms{
    flex-direction:column !important;
    gap:9px !important;
    padding:16px 14px !important;
  }
  .booking-no-rooms strong{
    font-size:14px !important;
  }
}


/* build 357 — people field in booking search */
.booking-search__field--people{
  min-width:150px !important;
}
.booking-search__field--people input{
  width:100% !important;
  height:100% !important;
  min-height:44px !important;
  box-sizing:border-box !important;
  padding:0 12px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:10px !important;
  outline:0 !important;
  background:#1b2b2e !important;
  color:#e0e7e5 !important;
  font-size:12px !important;
  appearance:textfield !important;
  -moz-appearance:textfield !important;
}
.booking-search__field--people input::-webkit-inner-spin-button,
.booking-search__field--people input::-webkit-outer-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
  display:none !important;
}
.booking-search__field--people input::placeholder{
  color:#7d8f92 !important;
  opacity:1 !important;
}

@media(max-width:800px){
  .booking-search__field--people{
    width:100% !important;
    min-width:0 !important;
  }

  .booking-search__field--people input{
    font-size:16px !important;
    min-height:44px !important;
    -webkit-text-size-adjust:100% !important;
  }
}


/* build 358 — compact search row + guest selector */
@media(min-width:801px){
  #booking .booking-search{
    display:grid !important;
    grid-template-columns:minmax(150px,1fr) 32px minmax(150px,1fr) minmax(150px,1fr) auto !important;
    align-items:center !important;
    gap:9px !important;
  }

  #booking .booking-search__field{
    min-width:0 !important;
    width:100% !important;
  }

  #booking .booking-date-control,
  #booking .booking-guests-trigger{
    width:100% !important;
    min-height:44px !important;
    height:44px !important;
    box-sizing:border-box !important;
  }

  #booking .booking-search__button{
    min-height:44px !important;
    height:44px !important;
    padding-left:17px !important;
    padding-right:17px !important;
    white-space:nowrap !important;
  }
}

.booking-search__field--people{
  min-width:0 !important;
}

.booking-guests-trigger{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  padding:0 12px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:10px !important;
  outline:0 !important;
  background:#1b2b2e !important;
  color:#dbe4e2 !important;
  font-size:12px !important;
  font-weight:400 !important;
  cursor:pointer !important;
}
.booking-guests-trigger i{
  color:#7f9295 !important;
  font-size:10px !important;
}

/* Guest modal */
.booking-guests-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:650 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px !important;
}
.booking-guests-modal[hidden]{display:none !important}
.booking-guests-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(5,11,14,.74) !important;
  backdrop-filter:blur(6px) !important;
}
.booking-guests-panel{
  position:relative !important;
  z-index:1 !important;
  width:min(620px,calc(100vw - 36px)) !important;
  max-height:calc(100vh - 36px) !important;
  overflow:auto !important;
  padding:22px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:17px !important;
  background:#142427 !important;
  box-shadow:0 24px 70px rgba(0,0,0,.42) !important;
}
.booking-guests-panel__close{
  position:absolute !important;
  right:13px !important;
  top:12px !important;
  width:32px !important;
  height:32px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:50% !important;
  background:#1b2c2f !important;
  color:#b8c5c5 !important;
  font-size:20px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.booking-guests-panel__head{
  margin-bottom:18px !important;
}
.booking-guests-panel__head>span{
  color:#83979a !important;
  font-size:9px !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
}
.booking-guests-panel__head h3{
  margin:5px 0 0 !important;
  color:#e1e8e6 !important;
  font-size:22px !important;
  font-weight:500 !important;
}
.booking-guests-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto auto !important;
  align-items:center !important;
  gap:14px !important;
  padding:13px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}
.booking-guests-row strong,
.booking-child-row strong{
  display:block !important;
  color:#d8e1df !important;
  font-size:12px !important;
  font-weight:500 !important;
}
.booking-guests-row small,
.booking-child-row small{
  display:block !important;
  margin-top:3px !important;
  color:#788b8e !important;
  font-size:9px !important;
}
.booking-guests-counter{
  display:grid !important;
  grid-template-columns:34px 34px 34px !important;
  align-items:center !important;
  text-align:center !important;
}
.booking-guests-counter button{
  width:34px !important;
  height:34px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:8px !important;
  background:#1b2b2e !important;
  color:#d4dfdd !important;
  font-size:18px !important;
  cursor:pointer !important;
}
.booking-guests-counter span{
  color:#e6eceb !important;
  font-size:13px !important;
}
.booking-guests-add-child{
  min-height:34px !important;
  padding:0 11px !important;
  border:1px solid rgba(117,174,185,.18) !important;
  border-radius:8px !important;
  background:rgba(93,150,162,.08) !important;
  color:#a9c9cf !important;
  font-size:10px !important;
  cursor:pointer !important;
}
.booking-guests-children{
  display:grid !important;
}
.booking-child-row{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 130px 32px !important;
  align-items:center !important;
  gap:12px !important;
  padding:12px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.045) !important;
}
.booking-child-age select{
  width:100% !important;
  height:36px !important;
  padding:0 9px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:8px !important;
  background:#1b2b2e !important;
  color:#dce5e3 !important;
  outline:0 !important;
}
.booking-child-age select option{
  background:#142427 !important;
  color:#dce5e3 !important;
}
.booking-child-remove{
  width:30px !important;
  height:30px !important;
  border:0 !important;
  background:transparent !important;
  color:#927d7d !important;
  font-size:18px !important;
  cursor:pointer !important;
}
.booking-guests-discounts{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:6px 12px !important;
  margin:14px 0 !important;
  color:#829598 !important;
  font-size:9px !important;
}
.booking-guests-discounts span{
  white-space:nowrap !important;
}
.booking-guests-apply{
  width:100% !important;
  min-height:42px !important;
  border:1px solid rgba(211,176,96,.34) !important;
  border-radius:9px !important;
  background:#c89d47 !important;
  color:#162125 !important;
  font-size:11px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}

@media(max-width:800px){
  #booking .booking-search{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }

  #booking .booking-search__arrow{
    display:none !important;
  }

  .booking-guests-trigger{
    min-height:44px !important;
    height:44px !important;
    font-size:16px !important;
    -webkit-text-size-adjust:100% !important;
  }

  .booking-guests-panel{
    width:min(430px,calc(100vw - 28px)) !important;
    padding:18px 14px !important;
  }

  .booking-guests-row{
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:10px !important;
  }

  .booking-guests-add-child{
    grid-column:1 / -1 !important;
    width:100% !important;
  }

  .booking-child-row{
    grid-template-columns:minmax(0,1fr) 110px 28px !important;
    gap:8px !important;
  }

  .booking-child-age select{
    font-size:16px !important;
  }

  .booking-guests-discounts{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }
}

/* build 359 — compact guest trigger + room-price multi-room allocation */
.booking-guests-discounts,
.booking-guests-discounts span{
  font-size:11.5px !important;
  line-height:1.45 !important;
}

@media(min-width:801px){
  #booking .booking-search{
    grid-template-columns:minmax(145px,1fr) 28px minmax(145px,1fr) 136px auto !important;
    gap:9px !important;
  }
  #booking .booking-search__field--people{
    width:136px !important;
    min-width:136px !important;
    max-width:136px !important;
  }
  #booking .booking-guests-trigger{
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 10px !important;
    justify-content:center !important;
    gap:7px !important;
    text-align:center !important;
    font-size:12px !important;
    line-height:1 !important;
  }
  #booking .booking-guests-trigger span{
    text-align:center !important;
  }
}

.booking-room-card__select:disabled{
  opacity:.45 !important;
  cursor:default !important;
  filter:none !important;
}

@media(max-width:800px){
  #booking .booking-search__field--people{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
  }
  #booking .booking-guests-trigger{
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 12px !important;
    box-sizing:border-box !important;
    justify-content:flex-start !important;
    text-align:left !important;
    font-size:16px !important;
    line-height:1 !important;
    -webkit-text-size-adjust:100% !important;
  }
  #booking .booking-guests-trigger span{
    flex:1 1 auto !important;
    text-align:left !important;
  }
}

.booking-alt-date-card.is-empty{
  opacity:1 !important;
  background:#18282b !important;
}


/* build 360 — per-person pricing with room allocation */
.booking-room-card__price-breakdown{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  width:100% !important;
}

.booking-room-card__price-breakdown>div{
  min-width:0 !important;
  padding:9px 10px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:9px !important;
  background:#1a2a2d !important;
  box-sizing:border-box !important;
}

.booking-room-card__price-breakdown small{
  display:block !important;
  margin-bottom:4px !important;
  color:#819497 !important;
  font-size:9px !important;
  line-height:1.2 !important;
  font-weight:400 !important;
}

.booking-room-card__price-breakdown strong{
  display:block !important;
  color:#d9e3e1 !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
}

.booking-room-card__price-breakdown .booking-room-card__total strong{
  color:#d6bb7b !important;
}

.booking-room-card__occupancy-note{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  width:max-content !important;
  margin-top:8px !important;
  padding:6px 9px !important;
  border:1px solid rgba(214,184,112,.18) !important;
  border-radius:8px !important;
  background:#1b2a2c !important;
  color:#b9a775 !important;
  font-size:9.5px !important;
  line-height:1.2 !important;
}
.booking-room-card__occupancy-note[hidden]{display:none !important}
.booking-room-card__occupancy-note i{font-size:9px !important}

.booking-cart-item__sharing{
  display:block !important;
  margin-top:3px !important;
  color:#c1ad78 !important;
  font-size:8.5px !important;
  line-height:1.2 !important;
  font-style:normal !important;
}

@media(max-width:800px){
  .booking-room-card__price-breakdown{
    grid-template-columns:1fr !important;
    gap:6px !important;
  }
  .booking-room-card__price-breakdown>div{
    padding:8px 9px !important;
  }
}


/* build 361 — search alignment + plain pricing + room guest allocation */

/* Search row on desktop */
@media(min-width:801px){
  #booking .booking-search{
    grid-template-columns:172px 38px 172px 138px auto !important;
    gap:8px !important;
    align-items:center !important;
  }

  #booking .booking-search__field{
    width:100% !important;
    min-width:0 !important;
  }

  #booking .booking-search__arrow{
    width:38px !important;
    margin:0 6px 0 0 !important;
    justify-self:center !important;
  }

  #booking .booking-date-control{
    width:172px !important;
    min-width:172px !important;
    max-width:172px !important;
  }

  #booking .booking-search__field--people{
    width:138px !important;
    min-width:138px !important;
    max-width:138px !important;
  }

  #booking .booking-guests-trigger{
    width:138px !important;
    font-size:13px !important;
    justify-content:center !important;
    text-align:center !important;
  }

  #booking .booking-guests-trigger span{
    flex:0 1 auto !important;
    text-align:center !important;
  }
}

/* Pricing: no boxes, no borders */
.booking-room-card__price-breakdown{
  display:flex !important;
  align-items:flex-end !important;
  flex-wrap:wrap !important;
  gap:18px !important;
  width:100% !important;
}

.booking-room-card__price-breakdown>div{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  min-width:0 !important;
}

.booking-room-card__price-breakdown small{
  display:block !important;
  margin-bottom:4px !important;
  color:#829497 !important;
  font-size:9.5px !important;
  font-weight:400 !important;
}

.booking-room-card__price-breakdown strong{
  display:block !important;
  color:#e0e7e5 !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:500 !important;
}

.booking-room-card__price-breakdown .booking-room-card__total strong{
  color:#d5ba77 !important;
  font-size:15px !important;
}

/* Allocation modal */
.booking-room-alloc-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:670 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px !important;
}
.booking-room-alloc-modal[hidden]{display:none !important}

.booking-room-alloc-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(5,11,14,.76) !important;
  backdrop-filter:blur(6px) !important;
}

.booking-room-alloc-panel{
  position:relative !important;
  z-index:1 !important;
  width:min(520px,calc(100vw - 36px)) !important;
  max-height:calc(100vh - 36px) !important;
  overflow:auto !important;
  padding:21px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:16px !important;
  background:#142427 !important;
  box-shadow:0 24px 70px rgba(0,0,0,.42) !important;
}

.booking-room-alloc-panel__close{
  position:absolute !important;
  right:12px !important;
  top:11px !important;
  width:31px !important;
  height:31px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:50% !important;
  background:#1b2c2f !important;
  color:#b7c4c4 !important;
  font-size:19px !important;
  cursor:pointer !important;
}

.booking-room-alloc-panel__head{
  margin-bottom:17px !important;
}
.booking-room-alloc-panel__head>span{
  display:block !important;
  color:#819396 !important;
  font-size:9px !important;
  text-transform:uppercase !important;
  letter-spacing:.11em !important;
}
.booking-room-alloc-panel__head h3{
  margin:5px 0 4px !important;
  color:#e1e8e6 !important;
  font-size:20px !important;
  font-weight:500 !important;
}
.booking-room-alloc-panel__head small{
  color:#8fa1a4 !important;
  font-size:10px !important;
}

.booking-room-alloc-adults{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:12px 0 !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}
.booking-room-alloc-adults strong{
  display:block !important;
  color:#dbe4e2 !important;
  font-size:12px !important;
  font-weight:500 !important;
}
.booking-room-alloc-adults small{
  display:block !important;
  margin-top:3px !important;
  color:#7f9194 !important;
  font-size:9px !important;
}

.booking-room-alloc-children{
  display:grid !important;
  gap:7px !important;
  margin-top:11px !important;
}

.booking-room-child-choice{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  width:100% !important;
  min-height:50px !important;
  padding:8px 11px !important;
  border:1px solid rgba(255,255,255,.07) !important;
  border-radius:9px !important;
  background:#192a2d !important;
  color:#cbd6d5 !important;
  text-align:left !important;
  cursor:pointer !important;
}
.booking-room-child-choice.is-selected{
  border-color:rgba(207,174,96,.34) !important;
  background:#1d2d2f !important;
}
.booking-room-child-choice:disabled{
  opacity:.35 !important;
  cursor:default !important;
}
.booking-room-child-choice strong{
  display:block !important;
  font-size:11px !important;
  font-weight:500 !important;
}
.booking-room-child-choice small{
  display:block !important;
  margin-top:3px !important;
  color:#84979a !important;
  font-size:9px !important;
}
.booking-room-child-choice i{
  color:#bca66d !important;
  font-size:15px !important;
}

.booking-room-alloc-summary{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  margin-top:14px !important;
  padding-top:12px !important;
  border-top:1px solid rgba(255,255,255,.055) !important;
  color:#8fa1a4 !important;
  font-size:10px !important;
}
.booking-room-alloc-summary strong{
  color:#e0e7e5 !important;
  font-size:14px !important;
}

.booking-room-alloc-apply{
  width:100% !important;
  min-height:42px !important;
  margin-top:13px !important;
  border:1px solid rgba(211,176,96,.34) !important;
  border-radius:9px !important;
  background:#c89d47 !important;
  color:#162125 !important;
  font-size:11px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}
.booking-room-alloc-apply:disabled{
  opacity:.4 !important;
  cursor:default !important;
}

@media(max-width:800px){
  .booking-room-card__price-breakdown{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:9px 12px !important;
  }
  .booking-room-card__price-breakdown .booking-room-card__total{
    grid-column:1 / -1 !important;
  }

  .booking-room-alloc-panel{
    width:min(430px,calc(100vw - 28px)) !important;
    padding:18px 14px !important;
  }
}

/* build 362 — desktop search proportions + guest trigger + pricing typography */
@media(min-width:801px){
  #booking .booking-search{
    display:grid !important;
    grid-template-columns:minmax(210px,1fr) 30px minmax(210px,1fr) 150px 132px !important;
    gap:9px !important;
    align-items:center !important;
  }

  #booking .booking-date-control,
  #booking .booking-search__field{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }

  #booking .booking-search__arrow{
    width:30px !important;
    min-width:30px !important;
    margin:0 4px 0 0 !important;
    justify-self:center !important;
  }

  #booking .booking-search__field--people{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
  }

  #booking .booking-guests-trigger{
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 13px !important;
    border:1px solid rgba(255,255,255,.085) !important;
    border-radius:10px !important;
    background:#1b2b2e !important;
    color:#e0e7e5 !important;
    font-size:14px !important;
    font-weight:400 !important;
    line-height:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    text-align:left !important;
  }

  #booking .booking-guests-trigger span{
    flex:1 1 auto !important;
    text-align:left !important;
    font-size:14px !important;
    line-height:1 !important;
  }

  #booking .booking-guests-trigger i{
    flex:0 0 auto !important;
    font-size:10px !important;
    color:#91a4a7 !important;
    margin-top:0 !important;
  }

  #booking .booking-search__button{
    width:132px !important;
    min-width:132px !important;
    max-width:132px !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 12px !important;
    justify-content:center !important;
    gap:7px !important;
    white-space:nowrap !important;
  }

  #booking .booking-search__button span{
    font-size:11.5px !important;
    font-weight:500 !important;
  }
}

/* Pricing labels and values larger */
.booking-room-card__price-breakdown small{
  font-size:10.5px !important;
  line-height:1.25 !important;
  margin-bottom:5px !important;
}
.booking-room-card__price-breakdown strong{
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:500 !important;
}
.booking-room-card__price-breakdown .booking-room-card__total strong{
  font-size:16px !important;
}

@media(max-width:800px){
  #booking .booking-guests-trigger{
    width:100% !important;
    min-height:44px !important;
    height:44px !important;
    padding:0 12px !important;
    border-radius:10px !important;
    font-size:16px !important;
    line-height:1 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
  }

  #booking .booking-guests-trigger span{
    font-size:16px !important;
    line-height:1 !important;
  }

  #booking .booking-guests-trigger i{
    font-size:11px !important;
    margin:0 !important;
  }

  .booking-room-card__price-breakdown small{
    font-size:10.5px !important;
  }
  .booking-room-card__price-breakdown strong{
    font-size:14.5px !important;
  }
}


/* build 363 — guest field alignment, per-person top price, occupancy status */
@media(min-width:801px){
  #booking .booking-guests-trigger{
    font-size:12.5px !important;
    padding-top:2px !important;
  }

  #booking .booking-guests-trigger span{
    font-size:12.5px !important;
    line-height:1 !important;
    position:relative !important;
    top:1px !important;
  }

  #booking .booking-guests-trigger i{
    position:relative !important;
    top:1px !important;
  }
}

/* Spread the adult / child / total values a little more */
.booking-room-card__price-breakdown{
  gap:26px !important;
}
.booking-room-card__price-breakdown>div{
  min-width:120px !important;
}

/* Green no-sharing status */
.booking-room-card__occupancy-note--no-sharing{
  border-color:rgba(117,187,144,.24) !important;
  background:#182d25 !important;
  color:#9fd2ad !important;
}
.booking-room-card__occupancy-note--no-sharing i{
  color:#9fd2ad !important;
}

.booking-cart-item__sharing--ok{
  color:#9fd2ad !important;
}

@media(max-width:800px){
  .booking-room-card__price-breakdown{
    column-gap:18px !important;
    row-gap:9px !important;
  }
  .booking-room-card__price-breakdown>div{
    min-width:0 !important;
  }
}


/* build 364 — guest field, modal typography, cart detail, group overlap warning */

/* Guest selector: same visual scale as date placeholder, lower vertically */
@media(min-width:801px){
  #booking .booking-guests-trigger{
    font-weight:400 !important;
    font-size:11.5px !important;
    padding-top:3px !important;
  }

  #booking .booking-guests-trigger span{
    font-weight:400 !important;
    font-size:11.5px !important;
    line-height:1 !important;
    position:relative !important;
    top:2px !important;
  }

  #booking .booking-guests-trigger i{
    position:relative !important;
    top:2px !important;
  }
}

/* Guest modal text bigger */
.booking-guests-row strong{
  font-size:14px !important;
}
.booking-guests-row small{
  font-size:11px !important;
}
.booking-guests-add-child{
  font-size:12px !important;
  min-height:38px !important;
  padding:0 13px !important;
}
.booking-guests-counter span{
  font-size:14px !important;
}

/* Card pricing without total */
.booking-room-card__price-breakdown{
  gap:34px !important;
}
.booking-room-card__price-breakdown>div{
  min-width:135px !important;
}
.booking-room-card__price-breakdown small{
  font-size:11px !important;
}
.booking-room-card__price-breakdown strong{
  font-size:16px !important;
}

/* Occupancy status only in cart now */
.booking-room-card__occupancy-note{
  display:none !important;
}

/* Cart detail larger */
.booking-cart-item small{
  font-size:10.5px !important;
  line-height:1.35 !important;
}
.booking-cart-item__sharing{
  margin-top:5px !important;
  font-size:10px !important;
  line-height:1.3 !important;
}
.booking-cart-item__sharing--ok{
  color:#9fd2ad !important;
}

/* Group overlap warning */
.booking-group-overlap-warning{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  width:100% !important;
  margin:14px 0 16px !important;
  padding:14px 16px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(213,177,91,.22) !important;
  border-radius:12px !important;
  background:#1a292b !important;
}
.booking-group-overlap-warning[hidden]{
  display:none !important;
}
.booking-group-overlap-warning__text{
  display:flex !important;
  align-items:flex-start !important;
  gap:11px !important;
  min-width:0 !important;
}
.booking-group-overlap-warning__text>i{
  flex:0 0 auto !important;
  margin-top:2px !important;
  color:#d1b467 !important;
  font-size:16px !important;
}
.booking-group-overlap-warning__text strong{
  display:block !important;
  color:#e1e8e6 !important;
  font-size:13px !important;
  font-weight:500 !important;
}
.booking-group-overlap-warning__text span{
  display:block !important;
  margin-top:4px !important;
  color:#91a2a4 !important;
  font-size:10.5px !important;
  line-height:1.4 !important;
}
#bookingGroupOverlapSwitch{
  flex:0 0 auto !important;
  min-height:38px !important;
  padding:0 13px !important;
  border:1px solid rgba(211,176,96,.32) !important;
  border-radius:9px !important;
  background:#c89d47 !important;
  color:#162125 !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}

@media(max-width:800px){
  #booking .booking-guests-trigger,
  #booking .booking-guests-trigger span{
    font-weight:400 !important;
  }

  .booking-guests-row strong{
    font-size:13px !important;
  }
  .booking-guests-row small{
    font-size:10.5px !important;
  }
  .booking-guests-add-child{
    font-size:12px !important;
  }

  .booking-room-card__price-breakdown{
    gap:12px 20px !important;
  }
  .booking-room-card__price-breakdown>div{
    min-width:0 !important;
  }

  .booking-group-overlap-warning{
    flex-direction:column !important;
    align-items:stretch !important;
    gap:12px !important;
  }
  #bookingGroupOverlapSwitch{
    width:100% !important;
    white-space:normal !important;
  }
}


/* build 365 — mobile date/guest typography */
@media(max-width:800px){
  #booking .booking-date-control input[type="date"],
  #booking .booking-date-placeholder{
    font-weight:400 !important;
  }

  #booking .booking-date-placeholder{
    font-size:16px !important;
    line-height:1 !important;
  }

  #booking .booking-guests-trigger,
  #booking .booking-guests-trigger span{
    font-size:16px !important;
    font-weight:400 !important;
    line-height:1 !important;
  }

  #booking .booking-guests-trigger span{
    position:relative !important;
    top:2px !important;
  }

  #booking .booking-guests-trigger i{
    position:relative !important;
    top:2px !important;
  }
}


/* build 365 — room buyout */
.booking-room-alloc-buyout{
  margin-top:13px !important;
}
.booking-room-alloc-buyout[hidden]{display:none !important}
.booking-room-alloc-buyout button{
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  padding:10px 11px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:9px !important;
  background:#192a2d !important;
  color:#cbd6d5 !important;
  text-align:left !important;
  cursor:pointer !important;
}
.booking-room-alloc-buyout button.is-active{
  border-color:rgba(111,188,141,.32) !important;
  background:#192d25 !important;
}
.booking-room-alloc-buyout button>i{
  flex:0 0 auto !important;
  color:#a2b3b4 !important;
  font-size:16px !important;
}
.booking-room-alloc-buyout button.is-active>i{
  color:#9fd2ad !important;
}
.booking-room-alloc-buyout strong{
  display:block !important;
  color:#dce5e3 !important;
  font-size:11px !important;
  font-weight:500 !important;
}
.booking-room-alloc-buyout small{
  display:block !important;
  margin-top:3px !important;
  color:#84979a !important;
  font-size:9.5px !important;
  line-height:1.35 !important;
}

/* build 365 — matching group trip inside Free dates */
.booking-group-overlap-warning{
  display:block !important;
  width:100% !important;
  margin:16px 0 18px !important;
  padding:14px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(104,164,183,.18) !important;
  border-radius:13px !important;
  background:#17282b !important;
}
.booking-group-overlap-warning[hidden]{display:none !important}

.booking-group-overlap-warning__head{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-bottom:12px !important;
}
.booking-group-overlap-warning__head>i{
  margin-top:2px !important;
  color:#8ebbc8 !important;
  font-size:16px !important;
}
.booking-group-overlap-warning__head strong{
  display:block !important;
  color:#e0e8e6 !important;
  font-size:13px !important;
  font-weight:500 !important;
}
.booking-group-overlap-warning__head span{
  display:block !important;
  margin-top:3px !important;
  color:#8fa2a5 !important;
  font-size:10.5px !important;
}

.booking-group-overlap-warning__card{
  width:100% !important;
}
.booking-group-overlap-warning__card .booking-group-card{
  margin:0 !important;
  width:100% !important;
  max-width:100% !important;
}

.booking-group-overlap-warning__switch{
  display:block !important;
  width:100% !important;
  min-height:42px !important;
  margin-top:12px !important;
  border:1px solid rgba(98,153,179,.38) !important;
  border-radius:9px !important;
  background:#315f73 !important;
  color:#eef6f7 !important;
  font-size:11px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}

@media(max-width:800px){
  .booking-group-overlap-warning{
    padding:11px !important;
  }
  .booking-group-overlap-warning__card .booking-group-card{
    display:flex !important;
    flex-direction:column !important;
  }
  .booking-group-overlap-warning__card .booking-group-card__media{
    width:100% !important;
    max-width:100% !important;
  }
}


/* build 366 — manual date typing */
.booking-date-control{
  position:relative !important;
}
.booking-date-text{
  width:100% !important;
  height:44px !important;
  padding:0 38px 0 12px !important;
  box-sizing:border-box !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  color:#dce5e3 !important;
  font-size:12px !important;
  font-weight:400 !important;
}
.booking-date-text::placeholder{
  color:#7f9295 !important;
  opacity:1 !important;
}
.booking-date-text.is-invalid{
  color:#d3a2a2 !important;
}
.booking-native-date-picker{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.booking-date-picker-button{
  position:absolute !important;
  right:7px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:28px !important;
  height:28px !important;
  display:grid !important;
  place-items:center !important;
  border:0 !important;
  background:transparent !important;
  color:#8ea1a4 !important;
  cursor:pointer !important;
}

/* stronger group-match headline */
.booking-group-overlap-warning__head strong{
  font-size:16px !important;
  line-height:1.25 !important;
}
.booking-group-overlap-warning__head span{
  margin-top:5px !important;
  font-size:12px !important;
  line-height:1.45 !important;
}
.booking-group-overlap-warning__switch{
  display:none !important;
}

/* larger allocation-modal typography */
.booking-room-alloc-panel__head h3{
  font-size:23px !important;
}
.booking-room-alloc-panel__head small{
  font-size:12px !important;
}
.booking-room-alloc-adults strong{
  font-size:14px !important;
}
.booking-room-alloc-adults small{
  font-size:11px !important;
}
.booking-room-alloc-panel .booking-guests-counter span{
  font-size:15px !important;
}
.booking-room-child-choice strong{
  font-size:13px !important;
}
.booking-room-child-choice small{
  font-size:11px !important;
}
.booking-room-alloc-summary{
  font-size:12px !important;
}
.booking-room-alloc-summary strong{
  font-size:16px !important;
}
.booking-room-alloc-apply{
  font-size:13px !important;
}
.booking-room-alloc-buyout strong{
  font-size:13px !important;
}
.booking-room-alloc-buyout small{
  font-size:11px !important;
}

/* Gals pricing terms */
.booking-room-card__gals-discounts{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 14px !important;
  margin:8px 0 11px !important;
  color:#91a3a5 !important;
  font-size:10.5px !important;
  line-height:1.35 !important;
}
.booking-room-card__gals-discounts strong{
  color:#d3ba7d !important;
  font-weight:500 !important;
}
.booking-room-card__gals-no-sharing{
  color:#9cc9a9 !important;
}
.booking-room-card__gals-no-sharing i{
  margin-right:4px !important;
}

/* Admin discount grid */
.booking-room-form__grid--discounts{
  margin-top:10px !important;
}

@media(max-width:800px){
  #booking .booking-date-text,
  #booking .booking-guests-trigger,
  #booking .booking-guests-trigger span{
    font-size:13px !important;
    font-weight:400 !important;
  }

  #booking .booking-guests-trigger span{
    top:2px !important;
  }

  .booking-group-overlap-warning__head strong{
    font-size:15px !important;
  }
  .booking-group-overlap-warning__head span{
    font-size:11.5px !important;
  }

  .booking-room-alloc-panel__head h3{
    font-size:21px !important;
  }
}

/* build 367 — mobile guest/date/admin refinements */
@media(max-width:800px){
  #booking .booking-guests-trigger,
  #booking .booking-guests-trigger span{
    text-transform:none !important;
  }
}

/* Group-card info tooltip must escape card bounds */
#bookingGroupMode .booking-group-card,
#bookingGroupMode .booking-group-card__body,
#bookingGroupMode .booking-group-card__date-row,
.booking-group-overlap-warning,
.booking-group-overlap-warning__card,
.booking-group-overlap-warning__card .booking-group-card,
.booking-group-overlap-warning__card .booking-group-card__body,
.booking-group-overlap-warning__card .booking-group-card__date-row{
  overflow:visible !important;
}

.booking-group-card__rooming-info{
  position:relative !important;
  z-index:50 !important;
}

.booking-group-card__rooming-info > span{
  z-index:500 !important;
  max-width:min(340px,calc(100vw - 40px)) !important;
  white-space:normal !important;
  overflow:visible !important;
}

.booking-group-overlap-warning__card .booking-group-card__rooming-info > span{
  left:auto !important;
  right:0 !important;
  transform:none !important;
}

/* Admin numeric fields: no white spinner, larger text */
.admin-shell input[type="number"],
.booking-room-form input[type="number"],
.booking-room-edit input[type="number"]{
  appearance:textfield !important;
  -moz-appearance:textfield !important;
  font-size:15px !important;
  line-height:1.2 !important;
}
.admin-shell input[type="number"]::-webkit-inner-spin-button,
.admin-shell input[type="number"]::-webkit-outer-spin-button,
.booking-room-form input[type="number"]::-webkit-inner-spin-button,
.booking-room-form input[type="number"]::-webkit-outer-spin-button,
.booking-room-edit input[type="number"]::-webkit-inner-spin-button,
.booking-room-edit input[type="number"]::-webkit-outer-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
  display:none !important;
}
.booking-room-form label,
.booking-room-edit label{
  font-size:12px !important;
}
.booking-room-form input,
.booking-room-edit input{
  font-size:15px !important;
}

.booking-room-alloc-buyout small{
  font-size:11px !important;
  line-height:1.45 !important;
}


/* build 368 — Gals discount hierarchy + cleaner full-room buyout */
.booking-room-card__gals-discounts .booking-room-card__discount--three{
  color:#d9b85d !important;
}
.booking-room-card__gals-discounts .booking-room-card__discount--four{
  color:#8fc9a0 !important;
}

/* Remove the horizontal separators around "Выкупить весь номер". */
.booking-room-alloc-buyout,
.booking-room-alloc-buyout::before,
.booking-room-alloc-buyout::after{
  border-top:0 !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
.booking-room-alloc-buyout{
  padding-top:0 !important;
  padding-bottom:0 !important;
}


/* build 371 — room allocation modal polish */

/* Remove separator line below the Adults row */
.booking-room-alloc-adults{
  border-bottom:0 !important;
}

/* Placement discount colors inside the room-allocation modal */
.booking-room-alloc-discount{
  font-weight:500 !important;
}
.booking-room-alloc-discount--three{
  color:#dfbd58 !important;
}
.booking-room-alloc-discount--four{
  color:#83c99b !important;
}

/* Center the close X exactly inside its circle */
.booking-room-alloc-panel__close{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
  box-sizing:border-box !important;
  font-family:Arial, sans-serif !important;
}
.booking-room-alloc-panel__close::before,
.booking-room-alloc-panel__close::after{
  line-height:1 !important;
}

@media(min-width:801px){
  .booking-room-alloc-panel__close{
    width:32px !important;
    height:32px !important;
    font-size:20px !important;
    top:12px !important;
    right:12px !important;
    transform:none !important;
  }
}

/* build 372 — booking application */
.booking-request-modal{position:fixed;inset:0;z-index:720;display:flex;align-items:center;justify-content:center;padding:20px}
.booking-request-modal[hidden]{display:none!important}
.booking-request-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(4,10,13,.8);backdrop-filter:blur(7px)}
.booking-request-panel{position:relative;z-index:1;width:min(820px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;padding:25px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#142427;box-sizing:border-box;box-shadow:0 30px 90px rgba(0,0,0,.45)}
.booking-request-panel__close{position:absolute;right:14px;top:14px;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#1b2c2f;color:#c5d0d0;font-size:20px}
.booking-request-panel__head span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#829598}.booking-request-panel__head h3{margin:5px 0 18px;font-size:24px;font-weight:500;color:#e4ebe9}
.booking-request-summary{padding:15px;border-radius:13px;background:#192a2d;margin-bottom:18px}.booking-request-summary__dates{display:flex;align-items:center;gap:14px}.booking-request-summary__dates span{display:grid;gap:2px}.booking-request-summary__dates small{font-size:9px;color:#819397}.booking-request-summary__dates strong{font-size:13px}.booking-request-summary__dates em{margin-left:auto;font-style:normal;color:#9eb0b2;font-size:10px}
.booking-request-summary__rooms{display:grid;gap:7px;margin:13px 0}.booking-request-summary__rooms article{display:flex;gap:10px;align-items:center;padding-top:8px;border-top:1px solid rgba(255,255,255,.05)}.booking-request-summary__rooms img{width:54px;height:44px;object-fit:cover;border-radius:7px}.booking-request-summary__rooms span,.booking-request-summary__rooms small{display:block;color:#879a9d;font-size:9px}.booking-request-summary__rooms strong{font-size:12px;font-weight:500}
.booking-request-summary__totals{display:flex;justify-content:flex-end;gap:24px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05);font-size:10px;color:#8ea0a3}.booking-request-summary__totals strong{display:block;margin-top:3px;font-size:15px;color:#e0e7e5}
.booking-request-form{display:grid;gap:12px}.booking-request-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.booking-request-form label>span{display:block;margin-bottom:5px;font-size:10px;color:#91a3a5}.booking-request-form label em{font-style:normal;color:#687b7e;font-size:9px}.booking-request-form input[type=text],.booking-request-form input[type=tel],.booking-request-form input[type=email]{width:100%;height:43px;padding:0 11px;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#1a2a2d;color:#e0e8e6;font-size:16px;outline:0}
.booking-request-option,.booking-request-privacy{display:flex!important;align-items:center;gap:10px;padding:11px 12px;border:1px solid rgba(255,255,255,.07);border-radius:10px;background:#18282b}.booking-request-option input,.booking-request-privacy input{width:18px;height:18px;accent-color:#c89d47}.booking-request-option span{margin:0!important;display:grid!important;grid-template-columns:auto 1fr;gap:2px 8px}.booking-request-option i{grid-row:1/3;color:#8fb2ba}.booking-request-option b{font-size:11px;font-weight:500;color:#dce5e3}.booking-request-option small{font-size:9px;color:#829598}.booking-request-privacy span{margin:0!important;font-size:10px!important;line-height:1.4}
.booking-request-form__error{min-height:18px;color:#d99a9a;font-size:10px}.booking-request-form__submit{height:45px;border:0;border-radius:10px;background:#c89d47;color:#142126;font-size:13px;cursor:pointer}
.booking-request-success{position:fixed;left:50%;bottom:28px;z-index:900;transform:translate(-50%,20px);opacity:0;display:flex;align-items:center;gap:13px;width:min(560px,calc(100vw - 32px));padding:15px 17px;border:1px solid rgba(113,205,143,.32);border-radius:12px;background:#183127;color:#dff5e5;transition:.25s}.booking-request-success.is-visible{opacity:1;transform:translate(-50%,0)}.booking-request-success i{font-size:24px;color:#7ed198}.booking-request-success strong{display:block;font-size:14px}.booking-request-success span{display:block;margin-top:3px;font-size:10.5px;color:#b7d7c0}
.booking-room-card__free-note{display:inline-flex;width:max-content;margin:0 0 8px;padding:5px 8px;border-radius:7px;background:#23382f;color:#9fd2ad;font-size:10px}
@media(max-width:800px){.booking-request-panel{width:calc(100vw - 24px);padding:18px 13px}.booking-request-form__row{grid-template-columns:1fr}.booking-request-summary__dates{flex-wrap:wrap}.booking-request-summary__dates em{width:100%;margin-left:0}.booking-request-summary__totals{justify-content:space-between}.booking-request-panel__head h3{font-size:20px}}

/* admin requests */
.booking-admin-requests{display:grid;gap:14px}.booking-admin-request__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.booking-admin-request__head h2{margin:3px 0 0}.booking-admin-request__status{padding:6px 9px;border-radius:8px;background:#3a3120;color:#e2c16e;font-size:10px}.booking-admin-request__status.is-confirmed{background:#1d3928;color:#93d0a5}.booking-admin-request__meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:14px 0}.booking-admin-request__meta span{padding:9px;border-radius:8px;background:rgba(255,255,255,.025);font-size:11px}.booking-admin-request__meta b{display:block;margin-bottom:3px;color:#839598;font-size:9px;font-weight:400}.booking-admin-request__rooms{display:grid;gap:7px}.booking-admin-request__rooms article{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(255,255,255,.05);border-radius:9px}.booking-admin-request__rooms img{width:58px;height:46px;object-fit:cover;border-radius:7px}.booking-admin-request__rooms span,.booking-admin-request__rooms small{display:block;color:#829497;font-size:10px}.booking-admin-request__rooms strong{font-size:13px}.booking-admin-request__actions{display:flex;gap:8px;margin-top:13px}.booking-admin-request__edit{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.booking-admin-request__transfer{display:block;margin:9px 0;font-size:12px}


/* build 373 — booking application modal polish */
.booking-request-modal{
  align-items:flex-start !important;
  padding-top:92px !important;
  padding-bottom:22px !important;
}
.booking-request-panel{
  max-height:calc(100vh - 116px) !important;
  overflow:auto !important;
  scrollbar-width:thin !important;
}
.booking-request-panel__head h3{
  font-weight:400 !important;
}
.booking-request-summary__dates strong,
.booking-request-summary__rooms strong,
.booking-request-summary__totals strong{
  font-weight:400 !important;
}
.booking-request-summary__dates{
  gap:18px !important;
}
.booking-request-summary__dates strong{
  font-size:14px !important;
}
.booking-request-summary__rooms article{
  gap:9px !important;
}
.booking-request-summary__rooms img{
  width:46px !important;
  height:38px !important;
}
.booking-request-summary__rooms span{
  font-size:9px !important;
}
.booking-request-summary__rooms strong{
  font-size:11.5px !important;
}
.booking-request-summary__rooms small{
  font-size:9.5px !important;
}
.booking-request-room__sharing{
  display:block !important;
  margin-top:3px !important;
  color:#c2ad76 !important;
  font-size:9px !important;
  line-height:1.2 !important;
  font-style:normal !important;
}
.booking-request-room__sharing--ok{
  color:#9fd2ad !important;
}

.booking-request-summary__totals{
  justify-content:space-between !important;
  gap:14px !important;
}
.booking-request-summary__totals span{
  flex:1 1 0 !important;
  min-width:0 !important;
}
.booking-request-summary__totals strong{
  font-size:15px !important;
}

.booking-request-option,
.booking-request-privacy{
  background:#18282b !important;
}
.booking-request-option input,
.booking-request-privacy input{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:5px !important;
  background:transparent !important;
  position:relative !important;
}
.booking-request-option input:checked,
.booking-request-privacy input:checked{
  border-color:#c89d47 !important;
  background:#c89d47 !important;
}
.booking-request-option input:checked::after,
.booking-request-privacy input:checked::after{
  content:"✓" !important;
  position:absolute !important;
  inset:0 !important;
  display:grid !important;
  place-items:center !important;
  color:#142126 !important;
  font-size:12px !important;
  font-weight:700 !important;
}
.booking-request-option span{
  display:block !important;
  margin:0 !important;
}
.booking-request-option b{
  display:block !important;
  font-size:13px !important;
  font-weight:400 !important;
}
.booking-request-option small{
  display:block !important;
  margin-top:3px !important;
  font-size:10.5px !important;
  line-height:1.35 !important;
}
.booking-request-privacy span{
  font-size:11.5px !important;
  line-height:1.45 !important;
}

.booking-request-scroll-hint{
  position:sticky !important;
  left:50% !important;
  bottom:6px !important;
  transform:translateX(-50%) !important;
  width:38px !important;
  height:38px !important;
  margin:8px auto 0 !important;
  display:grid !important;
  place-items:center !important;
  border:1px solid rgba(255,255,255,.1) !important;
  border-radius:50% !important;
  background:#203336 !important;
  color:#d2dedd !important;
  box-shadow:0 8px 22px rgba(0,0,0,.25) !important;
  cursor:pointer !important;
  z-index:5 !important;
  animation:bookingRequestArrow 1.6s ease-in-out infinite !important;
}
.booking-request-scroll-hint[hidden]{display:none !important}
@keyframes bookingRequestArrow{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(5px)}
}

@media(max-width:800px){
  .booking-request-modal{
    padding-top:78px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .booking-request-panel{
    width:100% !important;
    max-height:calc(100vh - 94px) !important;
  }
  .booking-request-summary__totals{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
  }
  .booking-request-summary__totals span:last-child{
    grid-column:1 / -1 !important;
  }
}


/* build 373 — compact admin booking requests */
.booking-admin-requests{
  gap:9px !important;
}
.booking-admin-request{
  padding:14px 15px !important;
}
.booking-admin-request__head{
  align-items:center !important;
}
.booking-admin-request__head h2{
  margin:2px 0 0 !important;
  font-size:16px !important;
  font-weight:500 !important;
}
.booking-admin-request__status{
  padding:5px 8px !important;
  font-size:9px !important;
}
.booking-admin-request__meta{
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:6px !important;
  margin:10px 0 !important;
}
.booking-admin-request__meta span{
  padding:7px 8px !important;
  font-size:10px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.booking-admin-request__meta b{
  font-size:8px !important;
}
.booking-admin-request__rooms{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:6px !important;
}
.booking-admin-request__rooms article{
  flex:0 1 280px !important;
  min-width:220px !important;
  padding:6px 7px !important;
  gap:7px !important;
}
.booking-admin-request__rooms img{
  width:38px !important;
  height:34px !important;
  border-radius:6px !important;
}
.booking-admin-request__rooms span,
.booking-admin-request__rooms small{
  font-size:8.5px !important;
}
.booking-admin-request__rooms strong{
  font-size:11px !important;
  font-weight:500 !important;
}
.booking-admin-request__actions{
  gap:6px !important;
  margin-top:10px !important;
}
.booking-admin-request__actions button,
.booking-admin-request__edit button{
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:7px !important;
  font-size:9.5px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}
.booking-admin-request__actions .primary{
  background:#2f6d4a !important;
  border-color:#3b825a !important;
  color:#e6f5eb !important;
}
.booking-admin-request__actions .js-request-edit{
  background:#294957 !important;
  border-color:#355d6c !important;
  color:#dbeef3 !important;
}
.booking-admin-request__actions .danger{
  background:#59363a !important;
  border-color:#75464b !important;
  color:#f2dddd !important;
}
.booking-admin-request__edit{
  margin-top:9px !important;
  padding-top:9px !important;
}

@media(max-width:1100px){
  .booking-admin-request__meta{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}


/* build 374 — booking request always stays below fixed header */
.booking-request-modal{
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  padding-top:var(--booking-request-top, 110px) !important;
  align-items:flex-start !important;
  box-sizing:border-box !important;
}
.booking-request-panel{
  max-height:calc(100vh - var(--booking-request-top, 110px) - 18px) !important;
}

/* Close X perfectly centered in the circular button */
.booking-request-panel__close{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  line-height:1 !important;
  text-align:center !important;
  font-family:Arial, sans-serif !important;
  box-sizing:border-box !important;
}
.booking-request-panel__close::before,
.booking-request-panel__close::after{
  line-height:1 !important;
}

/* Mobile group CTA must always remain clickable */
@media(max-width:800px){
  .booking-group-card__summary-request,
  .booking-group-card__request,
  .booking-group-card__request-wrap,
  .booking-group-card__people,
  .booking-group-card__people button{
    position:relative !important;
    z-index:20 !important;
    pointer-events:auto !important;
  }
  .booking-group-card__request{
    touch-action:manipulation !important;
  }
}


/* build 375 — request modal larger room details */
.booking-request-summary__rooms .booking-request-room__building{
  font-size:10.5px !important;
  line-height:1.25 !important;
  color:#93a5a7 !important;
}
.booking-request-summary__rooms .booking-request-room__name{
  margin-top:2px !important;
  font-size:14px !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  color:#e3eae8 !important;
}
.booking-request-summary__rooms .booking-request-room__cost{
  margin-top:4px !important;
  font-size:11.5px !important;
  line-height:1.3 !important;
  color:#c9d3d2 !important;
}
.booking-request-room__sharing{
  margin-top:5px !important;
  font-size:11px !important;
  line-height:1.3 !important;
}
.booking-request-room__breakdown{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:4px 12px !important;
  margin-top:5px !important;
}
.booking-request-room__breakdown span{
  font-size:9.5px !important;
  color:#879a9d !important;
  line-height:1.3 !important;
}
.booking-request-panel__close,
.booking-group-interest-modal__close,
.booking-group-interest-panel__close,
.booking-guests-panel__close,
.booking-room-alloc-panel__close{
  cursor:pointer !important;
}

/* Group application modal / interest form — same readability */
.booking-group-interest-modal label,
.booking-group-interest-panel label{
  font-size:11px !important;
}
.booking-group-interest-modal input,
.booking-group-interest-panel input{
  font-size:16px !important;
}
.booking-group-interest-modal h3,
.booking-group-interest-panel h3{
  font-weight:400 !important;
}

@media(max-width:800px){
  #bookingCart,
  #bookingCart .booking-cart__footer,
  #bookingCartSubmit{
    position:relative !important;
    z-index:120 !important;
    pointer-events:auto !important;
  }
  #bookingCartSubmit{
    touch-action:manipulation !important;
    cursor:pointer !important;
  }
}


/* build 376 — FINAL mobile cart positioning fix.
   build 375 accidentally changed #bookingCart to position:relative,
   which placed it at the end of the page. */
@media(max-width:800px){
  body #bookingCart.booking-cart{
    position:fixed !important;
    top:auto !important;
    left:calc(50% + 10px) !important;
    right:auto !important;
    bottom:14px !important;
    width:min(380px,calc(100vw - 34px)) !important;
    height:auto !important;
    max-height:68dvh !important;
    z-index:10020 !important;
    transform:translate(-50%,calc(100% + 90px)) !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
    overflow:hidden !important;
  }

  body #bookingCart.booking-cart.is-open,
  body #bookingCart.booking-cart[aria-hidden="false"]{
    position:fixed !important;
    transform:translate(-50%,0) !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
  }

  body #bookingCart .booking-cart__items{
    max-height:30dvh !important;
    overflow:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }

  body #bookingCart .booking-cart__footer{
    position:relative !important;
    z-index:2 !important;
    pointer-events:auto !important;
  }

  body #bookingCartSubmit{
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }

  body #bookingCartLauncher.booking-cart-launcher{
    position:fixed !important;
    right:18px !important;
    left:auto !important;
    bottom:22px !important;
    z-index:10010 !important;
    pointer-events:auto !important;
  }
}


/* build 377 — mobile search button hard reset */
@media(max-width:800px){
  #booking .booking-search{
    position:relative !important;
    z-index:30 !important;
    overflow:visible !important;
    pointer-events:auto !important;
  }

  #booking #bookingSearchButton{
    position:relative !important;
    z-index:80 !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
    isolation:isolate !important;
  }

  /* Closed cart must not cover any page control, even if an old class remains. */
  body #bookingCart.booking-cart:not(.is-open)[aria-hidden="true"]{
    pointer-events:none !important;
    visibility:hidden !important;
    opacity:0 !important;
  }

  body #bookingCartLauncher[hidden]{
    display:none !important;
    pointer-events:none !important;
  }
}


/* build 378 — request modal must sit above mobile cart UI */
body.booking-request-open #bookingCartLauncher,
body.booking-request-open #bookingCart{
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.booking-request-modal{
  z-index:20050 !important;
}
.booking-request-panel{
  z-index:20051 !important;
}

.booking-request-form{
  position:relative !important;
  z-index:5 !important;
}
.booking-request-form__submit{
  position:relative !important;
  z-index:10 !important;
  pointer-events:auto !important;
  cursor:pointer !important;
  touch-action:manipulation !important;
}
.booking-request-scroll-hint{
  pointer-events:auto !important;
}
@media(max-width:800px){
  .booking-request-scroll-hint{
    bottom:4px !important;
  }
}


/* build 379 — mobile success message centered */
@media(max-width:800px){
  .booking-request-success{
    left:50% !important;
    top:50% !important;
    bottom:auto !important;
    width:min(420px,calc(100vw - 34px)) !important;
    padding:20px 18px !important;
    transform:translate(-50%,-50%) scale(.96) !important;
    border-radius:16px !important;
    background:#18372a !important;
    box-shadow:0 24px 60px rgba(0,0,0,.42) !important;
    text-align:left !important;
  }
  .booking-request-success.is-visible{
    transform:translate(-50%,-50%) scale(1) !important;
  }
  .booking-request-success i{
    font-size:30px !important;
  }
  .booking-request-success strong{
    font-size:17px !important;
    font-weight:500 !important;
  }
  .booking-request-success span{
    margin-top:5px !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
  }
}

/* build 386 — fishing prices */
.fishing-catch-note{margin-bottom:36px !important}
.fishing-price-cta{display:flex!important;justify-content:center!important;margin-top:22px!important}
.fishing-price-cta button{min-height:44px!important;padding:0 18px!important;border:1px solid rgba(205,174,97,.35)!important;border-radius:9px!important;background:#c89d47!important;color:#142126!important;font-size:12px!important;font-weight:500!important;cursor:pointer!important}
.fishing-price-modal{position:fixed!important;inset:0!important;z-index:20500!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:var(--fishing-price-top,100px) 20px 20px!important;box-sizing:border-box!important}
.fishing-price-modal[hidden]{display:none!important}
.fishing-price-modal__backdrop{position:absolute!important;inset:0!important;border:0!important;background:rgba(4,10,13,.8)!important;backdrop-filter:blur(7px)!important}
.fishing-price-panel{position:relative!important;z-index:1!important;width:min(850px,calc(100vw - 40px))!important;max-height:calc(100vh - var(--fishing-price-top,100px) - 18px)!important;overflow:auto!important;padding:24px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:17px!important;background:#142427!important;box-shadow:0 30px 90px rgba(0,0,0,.46)!important}
.fishing-price-panel__close{position:absolute!important;right:13px!important;top:13px!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:50%!important;background:#1c2e31!important;color:#d4dfdd!important;font-size:20px!important;line-height:1!important;cursor:pointer!important}
.fishing-price-panel__head>span{color:#83979a!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.12em!important}
.fishing-price-panel__head h3{margin:5px 0 7px!important;color:#e4ebe9!important;font-size:25px!important;font-weight:400!important}
.fishing-price-panel__head p{margin:0!important;color:#95a7a9!important;font-size:11.5px!important;line-height:1.5!important}
.fishing-price-boats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin-top:19px!important}
.fishing-price-boats article{padding:15px!important;border-radius:11px!important;background:#1a2c2f!important}
.fishing-price-boat__top span{display:block!important;color:#85989b!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.fishing-price-boat__top strong{display:block!important;margin-top:3px!important;color:#e0e8e6!important;font-size:14px!important;font-weight:400!important}
.fishing-price-boat__price{margin-top:13px!important;color:#d7bb76!important;font-size:22px!important;line-height:1!important}
.fishing-price-boat__price small{color:#9badb0!important;font-size:10px!important}
.fishing-price-boats article p{margin:9px 0 0!important;color:#8da0a3!important;font-size:10px!important;line-height:1.4!important}
.fishing-price-gear{margin-top:10px!important;padding:14px 15px!important;border-radius:11px!important;background:#18292c!important}
.fishing-price-gear__head span{color:#829598!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.fishing-price-gear__head h4{margin:3px 0 10px!important;color:#e2e9e7!important;font-size:15px!important;font-weight:400!important}
.fishing-price-gear__items{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
.fishing-price-gear__items>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:9px 10px!important;border-radius:8px!important;background:#203236!important}
.fishing-price-gear__items span{color:#a5b5b7!important;font-size:10.5px!important}
.fishing-price-gear__items strong{color:#d9c17f!important;font-size:13px!important;font-weight:400!important}
@media(max-width:800px){.fishing-price-modal{padding:78px 10px 10px!important}.fishing-price-panel{width:100%!important;max-height:calc(100vh - 88px)!important;padding:19px 13px!important}.fishing-price-boats{grid-template-columns:1fr!important}.fishing-price-gear__items{grid-template-columns:1fr!important}}

/* build 387 — all service prices */
.fishing-price-cta button,
.service-price-cta button{
  font-size:14px !important;
}
.fishing-price-boats article p{
  font-size:11.5px !important;
}
.service-price-min{
  display:inline-block !important;
  margin-top:2px !important;
  color:#c7b376 !important;
  font-size:11.5px !important;
}
.fishing-sonar-badge{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  margin:0 0 8px !important;
  padding:5px 8px !important;
  border-radius:999px !important;
  background:#24454d !important;
  color:#a8d7df !important;
  font-size:11.5px !important;
}
.fishing-price-boat__top strong{font-size:16px !important}
.fishing-price-gear__items span{font-size:12px !important}
.fishing-price-gear__items strong{font-size:15px !important}
.fishing-price-panel__close{
  font-family:Arial,sans-serif !important;
  line-height:1 !important;
  text-align:center !important;
}

.service-price-cta{
  display:flex !important;
  justify-content:center !important;
  margin-top:18px !important;
}
.service-price-cta--story{
  grid-column:1 / -1 !important;
  width:100% !important;
}
.service-price-cta button{
  min-height:44px !important;
  padding:0 18px !important;
  border:1px solid rgba(205,174,97,.34) !important;
  border-radius:9px !important;
  background:#c89d47 !important;
  color:#142126 !important;
  font-weight:500 !important;
  cursor:pointer !important;
}

.service-price-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:20500 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding:var(--service-price-top,100px) 20px 20px !important;
  box-sizing:border-box !important;
}
.service-price-modal[hidden]{display:none !important}
.service-price-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(4,10,13,.8) !important;
  backdrop-filter:blur(7px) !important;
}
.service-price-panel{
  position:relative !important;
  z-index:1 !important;
  width:min(850px,calc(100vw - 40px)) !important;
  max-height:calc(100vh - var(--service-price-top,100px) - 18px) !important;
  overflow:auto !important;
  padding:24px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:17px !important;
  background:#142427 !important;
  box-shadow:0 30px 90px rgba(0,0,0,.46) !important;
}
.service-price-panel__close{
  position:absolute !important;
  right:13px !important;
  top:13px !important;
  width:34px !important;
  height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:50% !important;
  background:#1c2e31 !important;
  color:#d4dfdd !important;
  font-family:Arial,sans-serif !important;
  font-size:20px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.service-price-panel__head>span{
  color:#83979a !important;
  font-size:10px !important;
  text-transform:uppercase !important;
  letter-spacing:.1em !important;
}
.service-price-panel__head h3{
  margin:5px 0 7px !important;
  color:#e4ebe9 !important;
  font-size:25px !important;
  font-weight:400 !important;
}
.service-price-panel__head p{
  margin:0 !important;
  color:#95a7a9 !important;
  font-size:12px !important;
  line-height:1.5 !important;
}
.service-price-feature{
  display:grid !important;
  grid-template-columns:1fr auto !important;
  gap:14px 20px !important;
  margin-top:18px !important;
  padding:16px !important;
  border-radius:12px !important;
  background:#1a2d31 !important;
}
.service-price-feature>div:first-child span{
  display:block !important;
  color:#8da0a3 !important;
  font-size:11px !important;
}
.service-price-feature>div:first-child strong{
  display:block !important;
  margin-top:3px !important;
  color:#e3eae8 !important;
  font-size:16px !important;
  font-weight:400 !important;
}
.service-price-feature__price{
  align-self:center !important;
  color:#d8bc77 !important;
  font-size:24px !important;
}
.service-price-included{
  grid-column:1/-1 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px 13px !important;
  padding-top:11px !important;
  border-top:1px solid rgba(255,255,255,.06) !important;
}
.service-price-included>span{
  width:100% !important;
  color:#82969a !important;
  font-size:10px !important;
  text-transform:uppercase !important;
}
.service-price-included>div{
  color:#b5c7c8 !important;
  font-size:11.5px !important;
}
.service-price-included i{color:#91c9a1 !important;margin-right:4px !important}
.service-price-list{
  display:grid !important;
  gap:6px !important;
  margin-top:10px !important;
}
.service-price-list>div{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:15px !important;
  padding:10px 12px !important;
  border-radius:8px !important;
  background:#1b2c30 !important;
}
.service-price-list span{
  color:#b5c4c5 !important;
  font-size:12px !important;
}
.service-price-list span small{
  display:block !important;
  margin-top:3px !important;
  color:#82969a !important;
  font-size:10px !important;
}
.service-price-list strong{
  color:#ddc47f !important;
  font-size:14px !important;
  font-weight:400 !important;
  white-space:nowrap !important;
}
.service-price-list strong small{
  color:#87999c !important;
  font-size:9.5px !important;
}
.service-price-list__accent{
  background:#20373c !important;
}
.service-price-note{
  margin-top:9px !important;
  padding:10px 12px !important;
  border-radius:8px !important;
  background:#1b292d !important;
  color:#9badb0 !important;
  font-size:11px !important;
  line-height:1.45 !important;
}
.service-price-cards{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
  margin-top:18px !important;
}
.service-price-cards article{
  padding:15px !important;
  border-radius:11px !important;
  background:#1a2c2f !important;
}
.service-price-cards article>span{
  display:block !important;
  color:#b6c5c6 !important;
  font-size:12px !important;
}
.service-price-cards article>strong{
  display:block !important;
  margin-top:10px !important;
  color:#dbc17c !important;
  font-size:19px !important;
  font-weight:400 !important;
}
.service-price-cards article strong small{
  color:#899b9e !important;
  font-size:9.5px !important;
}
.service-price-cards article em{
  display:block !important;
  margin-top:7px !important;
  color:#c1ad73 !important;
  font-size:10.5px !important;
  font-style:normal !important;
}
@media(max-width:800px){
  .service-price-modal{padding:78px 10px 10px !important}
  .service-price-panel{width:100% !important;max-height:calc(100vh - 88px) !important;padding:19px 13px !important}
  .service-price-feature{grid-template-columns:1fr !important}
  .service-price-feature__price{font-size:22px !important}
  .service-price-cards{grid-template-columns:1fr !important}
  .service-price-list>div{align-items:flex-start !important}
}

/* build 388 */
.service-price-cta--inline-left{justify-content:flex-start!important;margin-top:14px!important}
.service-price-cta button,.fishing-price-cta button{font-weight:400!important}
.fishing-price-minimum{margin:10px 0!important;padding:9px 11px!important;border-radius:8px!important;background:#18292c!important;color:#b7c5c6!important;font-size:12.5px!important;line-height:1.35!important}
.fishing-price-gear__items strong small{color:#87999c!important;font-size:10px!important;font-weight:400!important}
.service-price-cards article em{color:#9badaf!important;font-size:11px!important;background:transparent!important;padding:0!important;border:0!important}
#boatTripPriceModal .service-price-panel__head>span{font-size:11px!important}
#boatTripPriceModal .service-price-panel__head h3{font-size:28px!important}
#boatTripPriceModal .service-price-list span{font-size:14px!important;line-height:1.4!important}
#boatTripPriceModal .service-price-list span small{font-size:12px!important;line-height:1.45!important}
#boatTripPriceModal .service-price-list strong{font-size:16px!important}
#boatTripPriceModal .service-price-note{font-size:12.5px!important;line-height:1.55!important}
.service-price-list__license{margin-top:7px!important;color:#b8a56e!important}
.service-price-note--wildlife{background:#17262a!important;color:#a4b5b7!important}
.service-price-panel__head>span{font-size:10.5px!important}
.service-price-panel__head h3{font-size:27px!important}
.service-price-panel__head p{font-size:13px!important}
.service-price-list span{font-size:13px!important}
.service-price-list strong{font-size:15px!important}
.service-price-cards article>span{font-size:13px!important}
.service-price-cards article>strong{font-size:21px!important}
.service-price-included>div{font-size:12.5px!important}
.service-price-feature>div:first-child span{font-size:12px!important}
.service-price-feature>div:first-child strong{font-size:17px!important}
.service-price-panel__close,.fishing-price-panel__close{display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important;font-family:Arial,sans-serif!important;text-align:center!important}

/* build 389 — diving price button */
.diving-price-map-cta{
  display:flex !important;
  justify-content:center !important;
  width:100% !important;
  margin-top:18px !important;
}
.diving-price-map-cta button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  border:1px solid rgba(255,255,255,.26) !important;
  border-radius:7px !important;
  background:transparent !important;
  color:#fff !important;
  font:inherit !important;
  font-size:12px !important;
  font-weight:400 !important;
  letter-spacing:.01em !important;
  cursor:pointer !important;
  transition:background .2s ease,border-color .2s ease !important;
}
.diving-price-map-cta button:hover{
  background:rgba(255,255,255,.07) !important;
  border-color:rgba(255,255,255,.42) !important;
}
.service-price-cta button,
.fishing-price-cta button,
.diving-price-map-cta button{
  font-weight:400 !important;
}
@media(max-width:800px){
  .diving-price-map-cta{
    justify-content:flex-start !important;
    margin-top:14px !important;
  }
}

/* build 390: one diving price CTA after gallery */
.diving-price-route-cta{display:flex!important;justify-content:center!important;width:100%!important;margin-top:20px!important}
.diving-price-route-cta button{font-weight:400!important}
.service-price-cta button,.fishing-price-cta button,.diving-price-route-cta button{font-weight:400!important}

/* build 391 — price CTAs inherit EXACT route-map button design */
.fishing-price-cta,
.service-price-cta,
.diving-price-route-cta{
  display:flex !important;
  align-items:center !important;
}
.fishing-price-cta .route-map-btn,
.service-price-cta .route-map-btn,
.diving-price-route-cta .route-map-btn{
  font-weight:400 !important;
}
/* Remove previous custom CTA button visual overrides so route-map-btn wins */
.fishing-price-cta button,
.service-price-cta button,
.diving-price-route-cta button{
  font-weight:400 !important;
}

.seafood-price-note{
  margin-top:14px !important;
  padding:10px 12px !important;
  border-radius:8px !important;
  background:rgba(255,255,255,.055) !important;
  color:#c9d3d2 !important;
  font-size:12px !important;
  line-height:1.45 !important;
}


/* Neutralize earlier custom price-button styling */
.fishing-price-cta button.route-map-btn,
.service-price-cta button.route-map-btn,
.diving-price-route-cta button.route-map-btn{
  background:unset !important;
  border:unset !important;
  border-radius:unset !important;
  color:unset !important;
  min-height:unset !important;
  padding:unset !important;
  font-size:unset !important;
  letter-spacing:unset !important;
  width:auto !important;
  max-width:none !important;
}

/* Reapply the exact route button styles after neutralization */
.fishing-price-cta button.route-map-btn,
.service-price-cta button.route-map-btn,
.diving-price-route-cta button.route-map-btn{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  min-height:42px !important;
  padding:0 15px !important;
  border:1px solid rgba(255,255,255,.35) !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:1 !important;
  text-transform:none !important;
  cursor:pointer !important;
}
.fishing-price-cta button.route-map-btn svg,
.service-price-cta button.route-map-btn svg,
.diving-price-route-cta button.route-map-btn svg{
  width:18px !important;
  height:18px !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.5 !important;
}



/* build 394 — non-bold hiking CTA and price CTA labels */
#openHikingRouteMap,
#openHikingRouteMap span,
[data-copy-hiking-button],
[data-copy-hiking-button] span{
  font-weight:400 !important;
}


/* build 395 — site footer and booking-to-footer spacing reset */
html body .booking-section{
  margin-bottom:0 !important;
  padding-bottom:72px !important;
}
html body .booking-section::after{
  height:0 !important;
}

.site-footer{
  position:relative !important;
  z-index:3 !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:#0a171c !important;
  color:#dce5e3 !important;
  border-top:1px solid rgba(255,255,255,.07) !important;
}
.site-footer__inner{
  width:calc(100% - 48px) !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:52px 0 24px !important;
}
.site-footer__top{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr) !important;
  gap:64px !important;
  align-items:start !important;
  padding-bottom:34px !important;
}
.site-footer__eyebrow,
.site-footer__label{
  display:block !important;
  color:#768c91 !important;
  font-size:9px !important;
  line-height:1.2 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  font-weight:400 !important;
}
.site-footer__brand h2{
  margin:9px 0 0 !important;
  color:#e3eae8 !important;
  font-size:27px !important;
  line-height:1.18 !important;
  letter-spacing:-.025em !important;
  font-weight:400 !important;
}
.site-footer__registry dl{
  display:grid !important;
  grid-template-columns:1.25fr 1fr 1fr !important;
  gap:0 !important;
  margin:13px 0 0 !important;
}
.site-footer__registry dl>div{
  min-width:0 !important;
  padding:0 17px !important;
  border-left:1px solid rgba(255,255,255,.07) !important;
}
.site-footer__registry dl>div:first-child{
  padding-left:0 !important;
  border-left:0 !important;
}
.site-footer__registry dt{
  margin:0 0 6px !important;
  color:#73898e !important;
  font-size:9px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
}
.site-footer__registry dd{
  margin:0 !important;
  color:#d4dddb !important;
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  overflow-wrap:anywhere !important;
}
.site-footer__bottom{
  display:grid !important;
  grid-template-columns:.75fr 1.55fr 1.15fr !important;
  gap:38px !important;
  padding:28px 0 !important;
  border-top:1px solid rgba(255,255,255,.055) !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}
.site-footer__contact a{
  display:inline-block !important;
  margin-top:8px !important;
  color:#d6dfdd !important;
  font-size:13px !important;
  line-height:1.3 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  transition:color .18s ease !important;
}
.site-footer__contact a:hover,
.site-footer__legal a:hover{
  color:#d3b76f !important;
}
.site-footer__address p{
  margin:8px 0 0 !important;
  color:#a6b5b7 !important;
  font-size:11.5px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
.site-footer__legal{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:7px !important;
}
.site-footer__legal .site-footer__label{
  margin-bottom:1px !important;
}
.site-footer__legal a{
  color:#aab9bb !important;
  font-size:11.5px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  transition:color .18s ease !important;
}
.site-footer__legal a[aria-disabled="true"]{
  cursor:default !important;
}
.site-footer__copyright{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
  padding-top:18px !important;
  color:#61777c !important;
  font-size:9.5px !important;
  line-height:1.3 !important;
  font-weight:400 !important;
}

@media(max-width:800px){
  html body .booking-section{
    margin-bottom:0 !important;
    padding-bottom:48px !important;
  }
  .site-footer__inner{
    width:calc(100% - 28px) !important;
    padding:36px 0 20px !important;
  }
  .site-footer__top{
    grid-template-columns:1fr !important;
    gap:28px !important;
    padding-bottom:25px !important;
  }
  .site-footer__brand h2{
    font-size:23px !important;
  }
  .site-footer__registry dl{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .site-footer__registry dl>div,
  .site-footer__registry dl>div:first-child{
    padding:0 !important;
    border-left:0 !important;
  }
  .site-footer__registry dt{
    margin-bottom:3px !important;
  }
  .site-footer__registry dd{
    font-size:12.5px !important;
  }
  .site-footer__bottom{
    grid-template-columns:1fr !important;
    gap:23px !important;
    padding:24px 0 !important;
  }
  .site-footer__contact a{
    font-size:13.5px !important;
  }
  .site-footer__address p,
  .site-footer__legal a{
    font-size:12px !important;
  }
  .site-footer__copyright{
    align-items:flex-start !important;
    flex-direction:column !important;
    gap:5px !important;
  }
}

/* build 396 — legal documents */
.site-footer__legal .legal-doc-link{
  appearance:none!important;
  border:0!important;
  padding:0!important;
  background:none!important;
  color:#aab9bb!important;
  font:inherit!important;
  font-size:11.5px!important;
  line-height:1.35!important;
  font-weight:400!important;
  text-align:left!important;
  cursor:pointer!important;
  border-bottom:1px dashed rgba(170,185,187,.6)!important;
}
.site-footer__legal .legal-doc-link:hover{color:#d3b76f!important;border-bottom-color:#d3b76f!important}
.legal-inline-link{
  appearance:none!important;
  display:inline!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-bottom:1px dashed currentColor!important;
  background:none!important;
  color:inherit!important;
  font:inherit!important;
  font-weight:400!important;
  line-height:inherit!important;
  cursor:pointer!important;
}
.legal-inline-link:hover{color:#d3b76f!important}
.legal-modal[hidden]{display:none!important}
.legal-modal{
  position:fixed!important;
  inset:0!important;
  z-index:10050!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  padding:calc(var(--header-h,72px) + 14px) 18px 18px!important;
}
.legal-modal__backdrop{
  position:absolute!important;inset:0!important;border:0!important;background:rgba(2,9,12,.78)!important;
  backdrop-filter:blur(5px)!important;cursor:pointer!important;
}
.legal-modal__panel{
  position:relative!important;
  width:min(820px,100%)!important;
  max-height:calc(100dvh - var(--header-h,72px) - 32px)!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  background:#102126!important;
  border:1px solid rgba(255,255,255,.1)!important;
  border-radius:12px!important;
  box-shadow:0 24px 80px rgba(0,0,0,.38)!important;
  color:#dbe4e2!important;
}
.legal-modal__close{
  position:sticky!important;float:right!important;top:12px!important;margin:12px 12px -48px 0!important;
  z-index:2!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;
  border-radius:50%!important;background:#14292e!important;color:#fff!important;font-size:22px!important;font-weight:300!important;
  line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;
}
.legal-modal__head{padding:28px 64px 22px 30px!important;border-bottom:1px solid rgba(255,255,255,.07)!important}
.legal-modal__head>span{display:block!important;margin-bottom:8px!important;color:#7f969a!important;font-size:10px!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:400!important}
.legal-modal__head h2{margin:0!important;color:#edf2f0!important;font-size:24px!important;line-height:1.2!important;font-weight:400!important}
.legal-modal__body{padding:25px 30px 32px!important}
.legal-modal__body h3{margin:24px 0 8px!important;color:#e4ebe9!important;font-size:15px!important;line-height:1.3!important;font-weight:500!important}
.legal-modal__body h3:first-child{margin-top:0!important}
.legal-modal__body p{margin:0 0 12px!important;color:#afbec0!important;font-size:13px!important;line-height:1.65!important;font-weight:400!important}
.legal-modal__body a{color:#d8c17d!important;text-decoration:none!important;border-bottom:1px dashed rgba(216,193,125,.65)!important}
body.legal-modal-open{overflow:hidden!important}
@media(max-width:800px){
 .site-footer__legal .legal-doc-link{font-size:12px!important}
 .legal-modal{padding:calc(var(--header-h,64px) + 8px) 8px 8px!important}
 .legal-modal__panel{max-height:calc(100dvh - var(--header-h,64px) - 16px)!important;border-radius:9px!important}
 .legal-modal__head{padding:22px 50px 18px 20px!important}
 .legal-modal__head h2{font-size:20px!important}
 .legal-modal__body{padding:20px!important}
 .legal-modal__body h3{font-size:14px!important}
 .legal-modal__body p{font-size:12.5px!important}
}

/* build 397 — legal policy is one document and always the topmost UI layer */
html body .legal-modal{
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  isolation:isolate!important;
  padding:12px!important;
  align-items:flex-start!important;
  justify-content:center!important;
  transform:none!important;
  filter:none!important;
}
html body .legal-modal__backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:0!important;
  background:rgba(2,9,12,.88)!important;
}
html body .legal-modal__panel{
  position:relative!important;
  z-index:1!important;
  margin:0 auto!important;
  max-height:calc(100dvh - 24px)!important;
}
html body.legal-modal-open .site-header,
html body.legal-modal-open header{
  pointer-events:none!important;
}
@media(max-width:800px){
 html body .legal-modal{padding:7px!important}
 html body .legal-modal__panel{max-height:calc(100dvh - 14px)!important}
}


/* build 398 — mobile footer polish + final overlay/click hygiene */

/* Footer legal link underline: only under the text, never across the whole row. */
.site-footer__legal .legal-doc-link{
  display:inline-block !important;
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  height:auto !important;
  min-height:0 !important;
  align-self:flex-start !important;
  padding:0 0 2px !important;
  line-height:1.35 !important;
  border:0 !important;
  border-bottom:1px dashed rgba(170,185,187,.65) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  white-space:normal !important;
}

/* Closed interactive overlays must NEVER sit invisibly above mobile controls. */
.booking-group-interest-modal[hidden],
.booking-guests-modal[hidden],
.booking-room-alloc-modal[hidden],
.booking-request-modal[hidden],
.legal-modal[hidden],
#bookingCart[aria-hidden="true"]:not(.is-open),
#bookingCartLauncher[hidden],
.booking-photo-lightbox[aria-hidden="true"]{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}



/* Group-interest application modal: fixed below the header, never underneath it. */
.booking-group-interest-modal:not([hidden]){
  position:fixed !important;
  inset:auto 0 0 0 !important;
  top:var(--site-fixed-header-h,72px) !important;
  z-index:30050 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:center !important;
  padding:12px 16px 16px !important;
  box-sizing:border-box !important;
  overflow:auto !important;
  overscroll-behavior:contain !important;
}
.booking-group-interest-modal__backdrop{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:var(--site-fixed-header-h,72px) !important;
  z-index:0 !important;
  pointer-events:auto !important;
}
.booking-group-interest-modal__panel{
  position:relative !important;
  z-index:1 !important;
  width:min(560px,100%) !important;
  max-height:calc(100dvh - var(--site-fixed-header-h,72px) - 28px) !important;
  overflow:auto !important;
  margin:0 auto !important;
  pointer-events:auto !important;
}

/* Keep the actual fixed header above this modal. */
.header.shell,
.site-header,
header{
  z-index:31000 !important;
}

/* Legal policy stays below the header as requested, but above all other page modals. */
html body .legal-modal{
  top:var(--site-fixed-header-h,72px) !important;
  bottom:0 !important;
  left:0 !important;
  right:0 !important;
  height:auto !important;
  padding:10px 12px 12px !important;
  z-index:32000 !important;
}
html body .legal-modal__backdrop{
  top:var(--site-fixed-header-h,72px) !important;
  bottom:0 !important;
}
html body .legal-modal__panel{
  max-height:calc(100dvh - var(--site-fixed-header-h,72px) - 22px) !important;
}

/* Mobile footer — centered, balanced and not stuck to the left edge. */
@media(max-width:800px){
  .site-footer{
    overflow:hidden !important;
  }
  .site-footer__inner{
    width:calc(100% - 40px) !important;
    max-width:430px !important;
    margin:0 auto !important;
    padding:38px 0 22px !important;
    text-align:center !important;
  }
  .site-footer__top,
  .site-footer__bottom{
    width:100% !important;
  }
  .site-footer__brand,
  .site-footer__registry,
  .site-footer__contact,
  .site-footer__address,
  .site-footer__legal{
    width:100% !important;
    text-align:center !important;
  }
  .site-footer__eyebrow,
  .site-footer__label{
    text-align:center !important;
  }
  .site-footer__brand h2{
    margin-left:auto !important;
    margin-right:auto !important;
    font-size:22px !important;
  }
  .site-footer__registry dl{
    justify-items:center !important;
  }
  .site-footer__registry dl>div{
    width:100% !important;
    text-align:center !important;
  }
  .site-footer__legal{
    align-items:center !important;
  }
  .site-footer__legal .legal-doc-link{
    align-self:center !important;
    text-align:center !important;
  }
  .site-footer__address p{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:330px !important;
  }
  .site-footer__copyright{
    align-items:center !important;
    text-align:center !important;
  }

  /* Mobile group request modal spacing below the fixed header. */
  .booking-group-interest-modal:not([hidden]){
    padding:8px 10px 10px !important;
  }
  .booking-group-interest-modal__panel{
    width:100% !important;
    max-width:520px !important;
    max-height:calc(100dvh - var(--site-fixed-header-h,64px) - 18px) !important;
  }

  /* Visible cart launcher may receive clicks; closed cart never can. */
  #bookingCartLauncher:not([hidden]){
    pointer-events:auto !important;
  }
  #bookingCart.is-open[aria-hidden="false"]{
    pointer-events:auto !important;
  }
}




/* build 400 — single definitive mobile booking interaction layer */
@media(max-width:800px){

  /* ---------- Dates ----------
     The native date input is the only touch target.
     The formatted text and calendar icon are visual only. */
  #booking .booking-date-control{
    position:relative !important;
    min-height:44px !important;
    overflow:hidden !important;
    isolation:isolate !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
  #booking .booking-date-text{
    position:relative !important;
    z-index:1 !important;
    width:100% !important;
    min-height:44px !important;
    font-size:13px !important;
    font-weight:400 !important;
    pointer-events:none !important;
    user-select:none !important;
    -webkit-user-select:none !important;
    caret-color:transparent !important;
  }
  #booking .booking-date-picker-button{
    z-index:2 !important;
    pointer-events:none !important;
  }
  #booking .booking-native-date-picker{
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    z-index:10 !important;
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:44px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    opacity:.001 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
    appearance:auto !important;
    -webkit-appearance:auto !important;
  }

  /* ---------- Guest trigger ---------- */
  #booking .booking-guests-trigger{
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    min-height:44px !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
  }

  /* ---------- Guest modal ----------
     It is taken out of every booking-section stacking context and fills
     only the space below the fixed site header. */
  body .booking-guests-modal:not([hidden]){
    display:flex !important;
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--site-fixed-header-h,64px) !important;
    bottom:0 !important;
    z-index:30500 !important;
    align-items:flex-start !important;
    justify-content:center !important;
    padding:8px 10px 10px !important;
    box-sizing:border-box !important;
    overflow:auto !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  body .booking-guests-modal__backdrop{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--site-fixed-header-h,64px) !important;
    bottom:0 !important;
    z-index:0 !important;
    pointer-events:auto !important;
  }
  body .booking-guests-panel{
    position:relative !important;
    z-index:1 !important;
    width:min(430px,100%) !important;
    max-height:calc(100dvh - var(--site-fixed-header-h,64px) - 18px) !important;
    overflow:auto !important;
    margin:0 auto !important;
    padding:18px 14px !important;
    pointer-events:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }

  /* Bigger reliable tap areas */
  .booking-guests-counter button{
    position:relative !important;
    z-index:2 !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
  .booking-guests-add-child{
    position:relative !important;
    z-index:2 !important;
    min-height:42px !important;
    padding:0 12px !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
  }
  .booking-child-remove{
    position:relative !important;
    z-index:2 !important;
    width:36px !important;
    height:36px !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }
  .booking-guests-apply{
    position:relative !important;
    z-index:2 !important;
    min-height:44px !important;
    pointer-events:auto !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
  }
  .booking-child-age select{
    position:relative !important;
    z-index:2 !important;
    min-height:40px !important;
    font-size:16px !important;
    pointer-events:auto !important;
  }

  /* Anything hidden is physically absent, not merely transparent. */
  .booking-guests-modal[hidden],
  .booking-room-alloc-modal[hidden],
  .booking-group-interest-modal[hidden],
  .booking-request-modal[hidden],
  .legal-modal[hidden],
  #bookingCart[aria-hidden="true"]:not(.is-open),
  #bookingCartLauncher[hidden]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}

/* build 401 — room allocation child touch + generic price labels */
@media(min-width:801px){
  #booking .booking-guests-trigger,
  #booking .booking-guests-trigger span{
    text-transform:none !important;
  }
}
@media(max-width:800px){
  body .booking-room-alloc-modal:not([hidden]){
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    top:var(--site-fixed-header-h,64px) !important;
    bottom:0 !important;
    z-index:30600 !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    padding:8px 10px 10px !important;
    overflow:auto !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  body .booking-room-alloc-modal__backdrop{
    position:fixed !important;
    inset:var(--site-fixed-header-h,64px) 0 0 !important;
    z-index:0 !important;
    pointer-events:auto !important;
  }
  body .booking-room-alloc-panel{
    position:relative !important;
    z-index:1 !important;
    width:min(430px,100%) !important;
    max-height:calc(100dvh - var(--site-fixed-header-h,64px) - 18px) !important;
    overflow:auto !important;
    pointer-events:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .booking-room-alloc-children,
  .booking-room-child-choice,
  .booking-room-child-choice *{
    pointer-events:auto !important;
  }
  .booking-room-child-choice{
    position:relative !important;
    z-index:2 !important;
    min-height:48px !important;
    touch-action:manipulation !important;
    cursor:pointer !important;
  }
}


/* build 402 — definitive mobile click-layer cleanup */
@media(max-width:800px){

  /*
   * IMPORTANT:
   * invisible notifications must never cover controls in the middle of the screen.
   * booking-request-success used to be opacity:0 while still accepting taps.
   */
  .booking-request-success{
    pointer-events:none !important;
    visibility:hidden !important;
  }
  .booking-request-success.is-visible{
    pointer-events:auto !important;
    visibility:visible !important;
  }

  /* A closed cart is not merely translated off-screen — it cannot receive taps. */
  body #bookingCart.booking-cart:not(.is-open),
  body #bookingCart.booking-cart[aria-hidden="true"]{
    pointer-events:none !important;
  }

  /* Closed / hidden overlays are removed from hit-testing completely. */
  .booking-guests-modal[hidden],
  .booking-room-alloc-modal[hidden],
  .booking-group-interest-modal[hidden],
  .booking-request-modal[hidden],
  .legal-modal[hidden],
  .service-price-modal[hidden],
  .fishing-price-modal[hidden],
  .booking-photo-lightbox[aria-hidden="true"],
  .lightbox[aria-hidden="true"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }

  /* Tooltips/info popups can visually escape cards, but never form an invisible click shield. */
  .booking-group-card__rooming-info > span{
    pointer-events:none !important;
  }

  /* Decorative layers must never be interactive. */
  #booking .booking-search__arrow,
  #booking .booking-section::before,
  #booking .booking-section::after,
  #booking .booking-room-card::before,
  #booking .booking-room-card::after,
  #booking .booking-group-card::before,
  #booking .booking-group-card::after{
    pointer-events:none !important;
  }

  /*
   * Give only actual controls their clickability.
   * Avoid setting pointer-events:auto on entire cards/containers.
   */
  #booking button:not([disabled]),
  #booking input:not([disabled]),
  #booking select:not([disabled]),
  #booking a[href],
  body .booking-guests-modal:not([hidden]) button:not([disabled]),
  body .booking-guests-modal:not([hidden]) select:not([disabled]),
  body .booking-room-alloc-modal:not([hidden]) button:not([disabled]),
  body .booking-room-alloc-modal:not([hidden]) select:not([disabled]),
  body .booking-group-interest-modal:not([hidden]) button:not([disabled]),
  body .booking-group-interest-modal:not([hidden]) input:not([disabled]),
  body .booking-request-modal:not([hidden]) button:not([disabled]),
  body .booking-request-modal:not([hidden]) input:not([disabled]){
    pointer-events:auto !important;
    touch-action:manipulation !important;
  }

  /* Buttons in the central area must sit over noninteractive visual content. */
  #booking .booking-search__button,
  #booking .booking-guests-trigger,
  #booking .booking-room-card__select,
  #booking .booking-group-card__request,
  #booking #bookingGroupInterestOpen,
  #booking #bookingSwitchToGroup,
  #booking .booking-alt-dates__arrow{
    position:relative !important;
    z-index:25 !important;
    isolation:isolate !important;
  }

  /* Native date field remains the sole mobile date hit area. */
  #booking .booking-native-date-picker{
    z-index:30 !important;
    pointer-events:auto !important;
  }
  #booking .booking-date-text,
  #booking .booking-date-picker-button{
    pointer-events:none !important;
  }

  /* Visible modal panels always own their tap surface above the backdrop. */
  body .booking-guests-panel,
  body .booking-room-alloc-panel,
  body .booking-group-interest-modal__panel,
  body .booking-request-panel{
    position:relative !important;
    z-index:2 !important;
    pointer-events:auto !important;
  }

  body .booking-guests-modal__backdrop,
  body .booking-room-alloc-modal__backdrop,
  body .booking-group-interest-modal__backdrop,
  body .booking-request-modal__backdrop{
    z-index:1 !important;
  }
}

/* Invisible request-success notice is noninteractive on desktop too. */
.booking-request-success{
  pointer-events:none !important;
}
.booking-request-success.is-visible{
  pointer-events:auto !important;
}




/* build 408 — two separate Good Place image badges */
.hero-good-place-images{
  display:flex !important;
  align-items:flex-start !important;
  gap:10px !important;
  width:max-content !important;
  max-width:100% !important;
  margin-top:12px !important;
}
.hero-good-place-images img{
  display:block !important;
  width:auto !important;
  height:118px !important;
  max-width:none !important;
  object-fit:contain !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.28)) !important;
}

/* Keep badges below the booking CTA, not in the same row */
.hero .actions{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
}
.hero .actions > .hero-good-place-images{
  flex-basis:100% !important;
}

@media(max-width:800px){
  .hero-good-place-images{
    gap:8px !important;
    margin-top:10px !important;
  }
  .hero-good-place-images img{
    height:96px !important;
  }
}


/* build 409 — hero award story, no booking CTA */
.hero .actions > .btn--primary{
  display:none !important;
}

.hero-award-story{
  display:flex !important;
  align-items:center !important;
  gap:24px !important;
  width:min(760px,100%) !important;
  margin-top:8px !important;
}
.hero-award-story .hero-good-place-images{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex:0 0 auto !important;
  width:auto !important;
  margin:0 !important;
}
.hero-award-story .hero-good-place-images img{
  display:block !important;
  width:auto !important;
  height:104px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 7px 16px rgba(0,0,0,.28)) !important;
}
.hero-award-story__copy{
  min-width:0 !important;
  max-width:430px !important;
  padding-left:2px !important;
}
.hero-award-story__copy p{
  margin:0 0 8px !important;
  color:#f1f4f4 !important;
  font-size:16px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.hero-award-story__copy span{
  display:block !important;
  color:rgba(231,238,238,.72) !important;
  font-size:12.5px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}

/* Existing intro line becomes redundant next to the new award story. */
.hero__copy > .lead{
  display:none !important;
}

/* Keep the ghost link below the composition */
.hero .actions{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:14px !important;
}

@media(max-width:800px){
  .hero-award-story{
    display:grid !important;
    grid-template-columns:auto minmax(0,1fr) !important;
    align-items:center !important;
    gap:12px !important;
    width:100% !important;
    margin-top:4px !important;
  }
  .hero-award-story .hero-good-place-images{
    gap:5px !important;
  }
  .hero-award-story .hero-good-place-images img{
    height:76px !important;
  }
  .hero-award-story__copy{
    max-width:none !important;
  }
  .hero-award-story__copy p{
    margin-bottom:5px !important;
    font-size:11.5px !important;
    line-height:1.42 !important;
  }
  .hero-award-story__copy span{
    font-size:9.5px !important;
    line-height:1.4 !important;
  }
}


/* build 410 — hero award copy remains white */
.hero-award-story__copy p,
.hero-award-story__copy span{
  color:#fff !important;
}


/* build 411 — desktop equal copy size; mobile order: title, return-copy, badges */
.hero-award-story__copy p,
.hero-award-story__copy span{
  color:#fff !important;
  font-size:16px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}

.hero-mobile-return-copy{
  display:none !important;
}

@media(max-width:800px){
  /* The return-copy moves directly below "Собирайся на Север". */
  .hero-mobile-return-copy{
    display:block !important;
    margin:10px 0 14px !important;
    max-width:390px !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1.45 !important;
    font-weight:400 !important;
  }

  /* Don't repeat it beside the badges on mobile. */
  .hero-award-story__return-copy{
    display:none !important;
  }

  /* Badges are below the mobile text. The location sentence stays with them. */
  .hero-award-story{
    margin-top:0 !important;
  }
}


/* build 413 — mobile short review copy; no text beside award icons */
.hero-award-story__copy{
  display:none !important;
}
@media(max-width:800px){
  .hero-mobile-return-copy{
    max-width:280px !important;
  }
  .hero-award-story{
    display:block !important;
    width:auto !important;
  }
}


/* build 414 — restore award phrase on desktop only */
@media(min-width:801px){
  .hero-award-story__copy{
    display:block !important;
  }
  .hero-award-story__return-copy{
    display:block !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:1.45 !important;
    font-weight:400 !important;
  }
}
@media(max-width:800px){
  .hero-award-story__copy,
  .hero-award-story__return-copy{
    display:none !important;
  }
}


/* build 415 — full mobile review copy, constrained to main hero text width */
@media(max-width:800px){
  .hero-mobile-return-copy{
    display:block !important;
    width:100% !important;
    max-width:330px !important;
    margin:10px 0 14px !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
  }
}


/* build 416 — narrower mobile hero review copy */
@media(max-width:800px){
  .hero-mobile-return-copy{
    max-width:255px !important;
  }
}


/* build 417 — first hero photo gets the same slow zoom/movement as following slides */
@keyframes heroFirstPhotoDrift{
  0%{
    transform:scale(1);
  }
  100%{
    transform:scale(1.075);
  }
}

/* First background image is no longer visually static. */
.hero__bg:first-child,
.hero__slides > *:first-child,
.hero__slide:first-child{
  transform-origin:center center !important;
  animation:heroFirstPhotoDrift 8s ease-out forwards !important;
  will-change:transform !important;
}

/* If the hero uses a dedicated background layer rather than slide elements. */
.hero__bg{
  transform-origin:center center;
}

@media(max-width:800px){
  .hero__bg:first-child,
  .hero__slides > *:first-child,
  .hero__slide:first-child{
    animation-duration:8s !important;
  }
}


/* build 418 — larger centered Mister Risti header logo */
.header .brand,
.site-header .brand,
.header__brand{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  text-align:center !important;
}

.header .brand img,
.site-header .brand img,
.header__brand img,
.header .logo img,
.site-header .logo img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 auto !important;
  transform-origin:center center !important;
}

/* Desktop: substantially larger while preserving the two-line logo proportions. */
@media(min-width:801px){
  .header .brand img,
  .site-header .brand img,
  .header__brand img,
  .header .logo img,
  .site-header .logo img{
    width:230px !important;
    max-width:230px !important;
    max-height:none !important;
  }
  .header .brand,
  .site-header .brand,
  .header__brand{
    min-width:230px !important;
  }
}

/* Mobile: also much larger, centered as one two-line mark. */
@media(max-width:800px){
  .header .brand img,
  .site-header .brand img,
  .header__brand img,
  .header .logo img,
  .site-header .logo img{
    width:180px !important;
    max-width:180px !important;
    max-height:none !important;
  }
  .header .brand,
  .site-header .brand,
  .header__brand{
    min-width:180px !important;
  }
}


/* build 419 — restore header brand layout:
   text on the left, logo on the right, no centered text */
.header .brand{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  text-align:left !important;
  min-width:0 !important;
}

.header .brand__text{
  order:1 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:left !important;
  min-width:0 !important;
  margin:0 !important;
}

.header .brand__text b,
.header .brand__text small{
  display:block !important;
  width:auto !important;
  margin:0 !important;
  text-align:left !important;
}

.header .brand__logo-wrap{
  order:2 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  margin:0 !important;
}

.header .brand__logo{
  display:block !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Desktop */
@media(min-width:801px){
  .header .brand{
    min-width:0 !important;
    width:auto !important;
    max-width:none !important;
  }

  .header .brand__logo{
    width:120px !important;
    max-width:120px !important;
  }

  .header .brand__text b{
    font-size:16px !important;
    line-height:1.05 !important;
  }

  .header .brand__text small{
    margin-top:3px !important;
    font-size:8.5px !important;
    line-height:1.1 !important;
  }
}

/* Mobile */
@media(max-width:800px){
  .header .brand{
    min-width:0 !important;
    width:auto !important;
    max-width:calc(100vw - 90px) !important;
    gap:8px !important;
  }

  .header .brand__logo{
    width:86px !important;
    max-width:86px !important;
  }

  .header .brand__text b{
    font-size:13px !important;
    line-height:1.05 !important;
  }

  .header .brand__text small{
    margin-top:2px !important;
    font-size:7px !important;
    line-height:1.08 !important;
  }
}


/* build 420 — logo left, brand text right; subtitle larger and tighter */
.header .brand{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:11px !important;
  text-align:left !important;
}

.header .brand__logo-wrap{
  order:1 !important;
  margin:0 !important;
  flex:0 0 auto !important;
}

.header .brand__text{
  order:2 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:0 !important;
  text-align:left !important;
  margin:0 !important;
}

.header .brand__text b,
.header .brand__text small{
  text-align:left !important;
  margin:0 !important;
}

@media(min-width:801px){
  .header .brand__logo{
    width:120px !important;
    max-width:120px !important;
  }
  .header .brand__text b{
    font-size:17px !important;
    line-height:1 !important;
  }
  .header .brand__text small{
    margin-top:1px !important;
    font-size:11px !important;
    line-height:1.05 !important;
  }
}

@media(max-width:800px){
  .header .brand{
    gap:8px !important;
  }
  .header .brand__logo{
    width:86px !important;
    max-width:86px !important;
  }
  .header .brand__text b{
    font-size:14px !important;
    line-height:1 !important;
  }
  .header .brand__text small{
    margin-top:1px !important;
    font-size:9px !important;
    line-height:1.02 !important;
  }
}


/* build 421 — larger logo, closer to Mister Risti text */
.header .brand{
  gap:4px !important;
}

@media(min-width:801px){
  .header .brand__logo{
    width:155px !important;
    max-width:155px !important;
  }
  .header .brand__logo-wrap{
    margin-right:-8px !important;
  }
}

@media(max-width:800px){
  .header .brand{
    gap:3px !important;
  }
  .header .brand__logo{
    width:112px !important;
    max-width:112px !important;
  }
  .header .brand__logo-wrap{
    margin-right:-6px !important;
  }
}


/* build 422 — logo larger again and slightly raised */
@media(min-width:801px){
  .header .brand__logo{
    width:190px !important;
    max-width:190px !important;
    transform:translateY(-5px) !important;
  }
  .header .brand__logo-wrap{
    margin-right:-13px !important;
  }
}

@media(max-width:800px){
  .header .brand__logo{
    width:138px !important;
    max-width:138px !important;
    transform:translateY(-4px) !important;
  }
  .header .brand__logo-wrap{
    margin-right:-10px !important;
  }
}


/* build 423 — mobile logo 1.5x smaller; desktop unchanged */
@media(max-width:800px){
  .header .brand__logo{
    width:92px !important;
    max-width:92px !important;
    transform:translateY(-4px) !important;
  }
  .header .brand__logo-wrap{
    margin-right:-6px !important;
  }
}


/* build 424 — mobile logo 2x smaller */
@media(max-width:800px){
  .header .brand__logo{
    width:46px !important;
    max-width:46px !important;
    transform:translateY(-2px) !important;
  }
  .header .brand__logo-wrap{
    margin-right:0 !important;
  }
}


/* build 425 — mobile logo shorter in height */
@media(max-width:800px){
  .header .brand__logo{
    width:38px !important;
    max-width:38px !important;
    height:auto !important;
    max-height:34px !important;
    transform:translateY(-1px) !important;
  }
  .header .brand__logo-wrap{
    height:34px !important;
    max-height:34px !important;
    display:flex !important;
    align-items:center !important;
    overflow:visible !important;
  }
}


/* build 431 — mobile logo rendered as background of its own block */
@media(max-width:800px){

  .header .brand__logo-wrap{
    display:block !important;
    width:58px !important;
    height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
    flex:0 0 58px !important;

    background-image:url('../images/logo.svg?v=431-20260816') !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
    background-size:58px 58px !important;

    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .header .brand__logo{
    display:block !important;
    width:1px !important;
    height:1px !important;
    max-width:1px !important;
    max-height:1px !important;
    opacity:0 !important;
    pointer-events:none !important;
    position:absolute !important;
  }
}


/* build 432 — mobile background logo 68x68 */
@media(max-width:800px){
  .header .brand__logo-wrap{
    width:68px !important;
    height:68px !important;
    min-width:68px !important;
    min-height:68px !important;
    flex:0 0 68px !important;
    background-size:68px 68px !important;
  }
}


/* build 433 — raise mobile logo slightly, keep background-size 68x68 */
@media(max-width:800px){
  .header .brand__logo-wrap{
    background-size:68px 68px !important;
    transform:translateY(-4px) !important;
  }
}

/* build 434 — album preview limits and grouped lightbox */
.album-media{position:relative!important;overflow:hidden!important}
.album-media--hidden{display:none!important}
.album-more-overlay{
  position:absolute!important;inset:0!important;z-index:8!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(3,10,15,.58)!important;color:#fff!important;
  font-size:25px!important;font-weight:700!important;letter-spacing:.02em!important;
  pointer-events:none!important
}
.album-media--more img,
.album-media--more video{filter:brightness(.78)!important}

.lightbox__video{
  display:block;
  max-width:min(86vw,1200px)!important;
  max-height:82vh!important;
  width:auto!important;height:auto!important;
  object-fit:contain!important;
  background:#000!important
}
.lightbox__video[hidden]{display:none!important}
#lightbox img[hidden]{display:none!important}

@media(min-width:801px){
  .eco-relax-story__copy{
    transform:translateY(-24px)!important;
  }
}


/* build 435 — responsive gallery limits and square mobile thumbnails */

/* Generic hidden media after the +N card never appears in the page grid. */
.album-media--hidden{
  display:none !important;
}

/* Historical gallery has different desktop/mobile limits. */
.album-media--desktop-hidden{
  display:none !important;
}
.album-more-overlay--mobile{
  display:none !important;
}

@media(max-width:800px){
  /* Historical: show items 11 and 12 on mobile, hide only after 12. */
  #history-gallery .album-media--desktop-hidden:not(.album-media--mobile-hidden){
    display:block !important;
  }
  #history-gallery .album-media--mobile-hidden{
    display:none !important;
  }
  .album-more-overlay--desktop{
    display:none !important;
  }
  .album-more-overlay--mobile{
    display:flex !important;
  }

  /* Square thumbnails for the requested mobile albums. */
  #history-gallery .site-photo-card,
  .eco-hiking-story__gallery .eco-hiking-media,
  .eco-boat-gallery .seafood-photo,
  .eco-delicacies-story__gallery .eco-delicacies-photo,
  .eco-relax-story__gallery .eco-relax-photo{
    aspect-ratio:1 / 1 !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }

  #history-gallery .site-photo-card img,
  #history-gallery .site-photo-card video,
  .eco-hiking-story__gallery .eco-hiking-media img,
  .eco-hiking-story__gallery .eco-hiking-media video,
  .eco-boat-gallery .seafood-photo img,
  .eco-boat-gallery .seafood-photo video,
  .eco-delicacies-story__gallery .eco-delicacies-photo img,
  .eco-delicacies-story__gallery .eco-delicacies-photo video,
  .eco-relax-story__gallery .eco-relax-photo img,
  .eco-relax-story__gallery .eco-relax-photo video{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }

  /* Compact square grids on mobile. */
  #history-gallery,
  .eco-hiking-story__gallery,
  .eco-boat-gallery,
  .eco-delicacies-story__gallery,
  .eco-relax-story__gallery{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }

  .album-more-overlay{
    font-size:21px !important;
    background:rgba(3,10,15,.60) !important;
  }
}

/* Desktop keeps historical limit at 10. */
@media(min-width:801px){
  #history-gallery .album-media--desktop-hidden{
    display:none !important;
  }
}


/* build 436 — definitive gallery manager */
.album-more-overlay{
  display:none !important;
}

/* JS-managed hidden thumbnails are never shown after +N. */
.gallery-managed-hidden{
  display:none !important;
}

/* New +N overlay */
.gallery-managed-more{
  position:absolute !important;
  inset:0 !important;
  z-index:20 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(3,10,15,.60) !important;
  color:#fff !important;
  font-size:26px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
  pointer-events:none !important;
}
.gallery-managed-card{
  position:relative !important;
  overflow:hidden !important;
}

/* Mobile: requested galleries all use the same square thumbnail geometry. */
@media(max-width:800px){
  #eco-gallery,
  #history-gallery,
  .eco-hiking-story__gallery,
  #boat-gallery,
  .eco-delicacies-story__gallery,
  .eco-relax-story__gallery{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }

  #eco-gallery > button,
  #history-gallery > button,
  .eco-hiking-story__gallery > button,
  #boat-gallery > button,
  .eco-delicacies-story__gallery > button,
  .eco-relax-story__gallery > button{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1 !important;
    min-height:0 !important;
    max-height:none !important;
  }

  #eco-gallery > button img,
  #eco-gallery > button video,
  #history-gallery > button img,
  #history-gallery > button video,
  .eco-hiking-story__gallery > button img,
  .eco-hiking-story__gallery > button video,
  #boat-gallery > button img,
  #boat-gallery > button video,
  .eco-delicacies-story__gallery > button img,
  .eco-delicacies-story__gallery > button video,
  .eco-relax-story__gallery > button img,
  .eco-relax-story__gallery > button video{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }

  .gallery-managed-more{
    font-size:22px !important;
  }
}

/* build 437 hard gallery fix */
.managed-gallery > button[hidden]{display:none!important}
.managed-gallery > button{position:relative!important}
.managed-gallery__more{position:absolute!important;inset:0!important;z-index:100!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(3,10,15,.62)!important;color:#fff!important;font-size:26px!important;font-weight:700!important;line-height:1!important;pointer-events:none!important}
body #lightbox{position:fixed!important;inset:110px 0 0!important;z-index:1000000!important}
body #lightbox[aria-hidden="true"]{display:none!important;visibility:hidden!important;pointer-events:none!important}
body #lightbox[aria-hidden="false"]{display:block!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
body #lightbox .lightbox__stage{position:relative!important;z-index:2!important}
body #lightbox .lightbox__backdrop{position:absolute!important;inset:0!important;z-index:1!important}
body #lightbox .lightbox__stage>img,body #lightbox .lightbox__video{max-width:90vw!important;max-height:calc(100dvh - 165px)!important;width:auto!important;height:auto!important;object-fit:contain!important}
body #lightbox .lightbox__stage>img[hidden],body #lightbox .lightbox__video[hidden]{display:none!important}

@media(max-width:800px){
 body #lightbox{inset:82px 0 0!important}
 body #ecotourism #eco-gallery,
 body #ecotourism #history-gallery,
 body #ecotourism .eco-hiking-story__gallery,
 body #ecotourism #boat-gallery,
 body #ecotourism .eco-delicacies-story__gallery,
 body #ecotourism .eco-relax-story__gallery{
   display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-template-rows:none!important;grid-auto-rows:auto!important;gap:6px!important;align-items:start!important
 }
 body #ecotourism #eco-gallery>button,
 body #ecotourism #history-gallery>button,
 body #ecotourism .eco-hiking-story__gallery>button,
 body #ecotourism #boat-gallery>button,
 body #ecotourism .eco-delicacies-story__gallery>button,
 body #ecotourism .eco-relax-story__gallery>button{
   grid-column:auto!important;grid-row:auto!important;transform:none!important;position:relative!important;
   width:100%!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;
   aspect-ratio:1/1!important;margin:0!important;padding:0!important;overflow:hidden!important
 }
 body #ecotourism #eco-gallery>button:not([hidden]),
 body #ecotourism #history-gallery>button:not([hidden]),
 body #ecotourism .eco-hiking-story__gallery>button:not([hidden]),
 body #ecotourism #boat-gallery>button:not([hidden]),
 body #ecotourism .eco-delicacies-story__gallery>button:not([hidden]),
 body #ecotourism .eco-relax-story__gallery>button:not([hidden]){display:block!important}
 body #ecotourism #eco-gallery>button[hidden],
 body #ecotourism #history-gallery>button[hidden],
 body #ecotourism .eco-hiking-story__gallery>button[hidden],
 body #ecotourism #boat-gallery>button[hidden],
 body #ecotourism .eco-delicacies-story__gallery>button[hidden],
 body #ecotourism .eco-relax-story__gallery>button[hidden]{display:none!important}
 body #ecotourism #eco-gallery>button img,body #ecotourism #eco-gallery>button video,
 body #ecotourism #history-gallery>button img,body #ecotourism #history-gallery>button video,
 body #ecotourism .eco-hiking-story__gallery>button img,body #ecotourism .eco-hiking-story__gallery>button video,
 body #ecotourism #boat-gallery>button img,body #ecotourism #boat-gallery>button video,
 body #ecotourism .eco-delicacies-story__gallery>button img,body #ecotourism .eco-delicacies-story__gallery>button video,
 body #ecotourism .eco-relax-story__gallery>button img,body #ecotourism .eco-relax-story__gallery>button video{
   display:block!important;width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;transform:none!important
 }
 .managed-gallery__more{font-size:21px!important}
}


/* build 439 — independent album viewer, completely separate from legacy #lightbox */
.managed-gallery > button[hidden]{
  display:none !important;
}
.managed-gallery > button{
  position:relative !important;
}
.managed-gallery__more{
  position:absolute !important;
  inset:0 !important;
  z-index:50 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(3,10,15,.62) !important;
  color:#fff !important;
  font-size:26px !important;
  font-weight:700 !important;
  line-height:1 !important;
  pointer-events:none !important;
}

.album-viewer[hidden]{
  display:none !important;
}
.album-viewer{
  position:fixed !important;
  inset:110px 0 0 0 !important;
  z-index:2147483000 !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
.album-viewer__backdrop{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  border:0 !important;
  background:rgba(2,8,12,.92) !important;
  cursor:zoom-out !important;
}
.album-viewer__stage{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:28px 78px 52px !important;
  pointer-events:none !important;
}
.album-viewer__media{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  pointer-events:auto !important;
}
.album-viewer__image,
.album-viewer__video{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:min(1280px,88vw) !important;
  max-height:calc(100dvh - 110px - 80px) !important;
  object-fit:contain !important;
  border-radius:4px !important;
  box-shadow:0 18px 60px rgba(0,0,0,.4) !important;
}
.album-viewer__image[hidden],
.album-viewer__video[hidden]{
  display:none !important;
}
.album-viewer__close,
.album-viewer__nav{
  position:absolute !important;
  z-index:5 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:1px solid rgba(255,255,255,.18) !important;
  background:rgba(7,20,27,.78) !important;
  color:#fff !important;
  cursor:pointer !important;
  pointer-events:auto !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}
.album-viewer__close{
  top:18px !important;
  right:22px !important;
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  font-size:26px !important;
  line-height:1 !important;
}
.album-viewer__nav{
  top:50% !important;
  width:46px !important;
  height:60px !important;
  transform:translateY(-50%) !important;
  border-radius:14px !important;
  font-size:38px !important;
  font-weight:300 !important;
}
.album-viewer__nav--prev{left:22px !important}
.album-viewer__nav--next{right:22px !important}
.album-viewer__counter{
  position:absolute !important;
  left:50% !important;
  bottom:18px !important;
  z-index:5 !important;
  transform:translateX(-50%) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:500 !important;
  pointer-events:none !important;
}

@media(max-width:800px){
  .album-viewer{
    inset:82px 0 0 0 !important;
  }
  .album-viewer__stage{
    padding:18px 46px 48px !important;
  }
  .album-viewer__image,
  .album-viewer__video{
    max-width:calc(100vw - 82px) !important;
    max-height:calc(100dvh - 82px - 72px) !important;
  }
  .album-viewer__nav{
    width:36px !important;
    height:52px !important;
    font-size:31px !important;
    border-radius:11px !important;
  }
  .album-viewer__nav--prev{left:5px !important}
  .album-viewer__nav--next{right:5px !important}
  .album-viewer__close{
    top:10px !important;
    right:10px !important;
    width:38px !important;
    height:38px !important;
  }
}


/* build 441 — album viewer controls closer to photo + mobile swipe layout */
.album-viewer__stage{
  left:50% !important;
  right:auto !important;
  width:min(1160px,94vw) !important;
  max-width:1160px !important;
  transform:translateX(-50%) !important;
  box-sizing:border-box !important;
}

/* Desktop: controls sit around the photo area, not at viewport edges. */
@media(min-width:801px){
  .album-viewer__stage{
    padding:32px 72px 54px !important;
  }
  .album-viewer__nav--prev{
    left:14px !important;
  }
  .album-viewer__nav--next{
    right:14px !important;
  }
  .album-viewer__close{
    top:16px !important;
    right:16px !important;
  }
}

/* Mobile: arrows stay on the photo area; close button slightly lower. */
@media(max-width:800px){
  .album-viewer__stage{
    width:100% !important;
    max-width:100% !important;
    padding:24px 38px 54px !important;
  }

  .album-viewer__media{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    touch-action:pan-y !important;
    user-select:none !important;
    -webkit-user-select:none !important;
  }

  .album-viewer__image,
  .album-viewer__video{
    max-width:100% !important;
    max-height:calc(100dvh - 82px - 90px) !important;
    touch-action:pan-y !important;
  }

  .album-viewer__nav{
    top:50% !important;
    width:34px !important;
    height:48px !important;
    transform:translateY(-50%) !important;
    background:rgba(7,20,27,.68) !important;
  }
  .album-viewer__nav--prev{
    left:40px !important;
  }
  .album-viewer__nav--next{
    right:40px !important;
  }

  .album-viewer__close{
    top:18px !important;
    right:14px !important;
  }
}


/* build 442 — exact centering of arrow glyphs inside viewer buttons */
.album-viewer__nav{
  padding:0 !important;
  margin:0 !important;
  box-sizing:border-box !important;
  display:grid !important;
  place-items:center !important;
  text-align:center !important;
  line-height:1 !important;
  font-family:Arial, sans-serif !important;
  text-indent:0 !important;
}

/* Optical correction for ‹ and › glyphs: keep both visually centered. */
.album-viewer__nav--prev,
.album-viewer__nav--next{
  align-items:center !important;
  justify-items:center !important;
}

.album-viewer__nav--prev{
  padding-bottom:3px !important;
}
.album-viewer__nav--next{
  padding-bottom:3px !important;
}

@media(max-width:800px){
  .album-viewer__nav{
    display:grid !important;
    place-items:center !important;
    line-height:1 !important;
    padding-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    padding-bottom:2px !important;
  }
}


/* build 443 — center Bowsprit / Gals accommodation labels on mobile */
@media(max-width:800px){
  #stay .stay-house--bowsprit .stay-house__fact--occupancy,
  #stay .stay-house--bowsprit .stay-house__fact--facility,
  #stay .stay-house--gals .stay-house__fact--occupancy,
  #stay .stay-house--gals .stay-house__fact--facility{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    box-sizing:border-box !important;
  }
  #stay .stay-house--bowsprit .stay-house__fact--occupancy > span,
  #stay .stay-house--bowsprit .stay-house__fact--facility > span,
  #stay .stay-house--gals .stay-house__fact--occupancy > span,
  #stay .stay-house--gals .stay-house__fact--facility > span{
    display:block !important;
    width:100% !important;
    margin:0 !important;
    text-align:center !important;
    line-height:1.25 !important;
  }
}


/* build 444 — mobile accommodation fact proportions */
@media(max-width:800px){
  #stay .stay-house--bowsprit .stay-house__facts,
  #stay .stay-house--gals .stay-house__facts{
    display:grid !important;
    grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr) !important;
    gap:8px !important;
  }

  #stay .stay-house--bowsprit .stay-house__fact--occupancy,
  #stay .stay-house--gals .stay-house__fact--occupancy{
    width:100% !important;
  }

  #stay .stay-house--bowsprit .stay-house__fact--facility,
  #stay .stay-house--gals .stay-house__fact--facility{
    width:100% !important;
  }
}

/* Border-zone permit warning below booking search */
.booking-permit-warning{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  width:100% !important;
  box-sizing:border-box !important;
  margin:16px 0 22px !important;
  padding:18px 20px !important;
  border:1px solid rgba(226,187,90,.35) !important;
  border-radius:18px !important;
  background:rgba(29,38,42,.96) !important;
  box-shadow:0 14px 36px rgba(0,0,0,.16) !important;
  color:#fff !important;
}
.booking-permit-warning[hidden]{
  display:none !important;
}
.booking-permit-warning__icon{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:13px !important;
  background:rgba(226,187,90,.13) !important;
  color:#e2bb5a !important;
  font-size:18px !important;
}
.booking-permit-warning__content{
  min-width:0 !important;
}
.booking-permit-warning__content strong{
  display:block !important;
  margin:0 0 7px !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.28 !important;
  font-weight:500 !important;
}
.booking-permit-warning__content p{
  margin:0 !important;
  color:rgba(255,255,255,.84) !important;
  font-size:13.5px !important;
  line-height:1.55 !important;
  font-weight:400 !important;
}
.booking-permit-warning__content b{
  color:#fff !important;
  font-weight:500 !important;
}
#bookingPermitRecommendedDate{
  display:inline-block !important;
  white-space:nowrap !important;
  color:#f0ce73 !important;
  font-weight:600 !important;
}

@media(max-width:800px){
  .booking-permit-warning{
    gap:12px !important;
    margin:13px 0 18px !important;
    padding:15px 14px !important;
    border-radius:15px !important;
  }
  .booking-permit-warning__icon{
    width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
    border-radius:11px !important;
    font-size:16px !important;
  }
  .booking-permit-warning__content strong{
    font-size:14px !important;
  }
  .booking-permit-warning__content p{
    font-size:12px !important;
    line-height:1.5 !important;
  }
}


/* build 445 — balanced Bowsprit/Gals fact widths on mobile */
@media(max-width:800px){
  #stay .stay-house--bowsprit .stay-house__facts,
  #stay .stay-house--gals .stay-house__facts{
    display:grid !important;
    grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr) !important;
    gap:7px !important;
    width:100% !important;
    box-sizing:border-box !important;
  }

  #stay .stay-house--bowsprit .stay-house__fact--occupancy,
  #stay .stay-house--bowsprit .stay-house__fact--facility,
  #stay .stay-house--gals .stay-house__fact--occupancy,
  #stay .stay-house--gals .stay-house__fact--facility{
    min-width:0 !important;
    max-width:100% !important;
    width:100% !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }

  #stay .stay-house--bowsprit .stay-house__fact--occupancy > span,
  #stay .stay-house--bowsprit .stay-house__fact--facility > span,
  #stay .stay-house--gals .stay-house__fact--occupancy > span,
  #stay .stay-house--gals .stay-house__fact--facility > span{
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    text-align:center !important;
  }
}


/* build 447 — footer legal underline and feedback form */
.site-footer__legal .legal-doc-link{
  display:inline !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 0 3px !important;
  border:0 !important;
  border-bottom:1px dashed rgba(255,255,255,.58) !important;
  border-radius:0 !important;
  background:none !important;
  color:inherit !important;
  text-decoration:none !important;
  line-height:1.5 !important;
  box-decoration-break:clone !important;
  -webkit-box-decoration-break:clone !important;
  cursor:pointer !important;
}
.site-footer__legal .legal-doc-link::before,
.site-footer__legal .legal-doc-link::after{
  display:none !important;
  content:none !important;
}
.site-footer__legal .legal-doc-link:hover{
  border-bottom-color:#fff !important;
}

.site-footer__feedback-btn{
  appearance:none !important;
  border:0 !important;
  border-bottom:1px dashed rgba(255,255,255,.58) !important;
  padding:0 0 3px !important;
  background:none !important;
  color:inherit !important;
  font:inherit !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  cursor:pointer !important;
}
.site-footer__feedback-btn:hover{
  border-bottom-color:#fff !important;
}

.feedback-modal[hidden]{display:none !important}
.feedback-modal{
  position:fixed !important;
  inset:110px 0 0 0 !important;
  z-index:900000 !important;
  display:grid !important;
  place-items:center !important;
  padding:24px !important;
  box-sizing:border-box !important;
}
.feedback-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(3,10,14,.72) !important;
  backdrop-filter:blur(7px) !important;
  -webkit-backdrop-filter:blur(7px) !important;
  cursor:pointer !important;
}
.feedback-modal__panel{
  position:relative !important;
  z-index:2 !important;
  width:min(680px,calc(100vw - 48px)) !important;
  max-height:calc(100dvh - 110px - 48px) !important;
  overflow:auto !important;
  box-sizing:border-box !important;
  padding:30px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:24px !important;
  background:#102027 !important;
  box-shadow:0 28px 80px rgba(0,0,0,.38) !important;
  color:#fff !important;
}
.feedback-modal__close{
  position:absolute !important;
  top:18px !important;
  right:18px !important;
  width:40px !important;
  height:40px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 0 2px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.05) !important;
  color:#fff !important;
  font-size:25px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.feedback-modal__head{
  padding-right:52px !important;
  margin-bottom:24px !important;
}
.feedback-modal__head > span{
  display:block !important;
  margin-bottom:5px !important;
  color:#91b8c0 !important;
  font-size:10px !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.feedback-modal__head h2{
  margin:0 0 8px !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1.08 !important;
  font-weight:500 !important;
}
.feedback-modal__head p{
  margin:0 !important;
  color:rgba(255,255,255,.7) !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
.feedback-form{
  display:grid !important;
  gap:16px !important;
}
.feedback-form__row{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:14px !important;
}
.feedback-form__field{
  display:grid !important;
  gap:7px !important;
}
.feedback-form__field > span{
  color:rgba(255,255,255,.76) !important;
  font-size:12px !important;
  font-weight:400 !important;
}
.feedback-form__field input,
.feedback-form__field textarea{
  width:100% !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.13) !important;
  border-radius:13px !important;
  outline:none !important;
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  font:inherit !important;
  font-size:15px !important;
  font-weight:400 !important;
  transition:border-color .18s ease,background .18s ease !important;
}
.feedback-form__field input{
  height:48px !important;
  padding:0 14px !important;
}
.feedback-form__field textarea{
  min-height:120px !important;
  padding:13px 14px !important;
  resize:vertical !important;
}
.feedback-form__field input:focus,
.feedback-form__field textarea:focus{
  border-color:rgba(145,184,192,.68) !important;
  background:rgba(255,255,255,.075) !important;
}
.feedback-form__field input::placeholder,
.feedback-form__field textarea::placeholder{
  color:rgba(255,255,255,.35) !important;
}

.feedback-form__privacy{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
  cursor:pointer !important;
  color:rgba(255,255,255,.78) !important;
  font-size:12px !important;
  line-height:1.4 !important;
}
.feedback-form__privacy input{
  appearance:none !important;
  -webkit-appearance:none !important;
  width:18px !important;
  height:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  border:1px solid rgba(255,255,255,.38) !important;
  border-radius:5px !important;
  background:transparent !important;
  box-shadow:none !important;
  cursor:pointer !important;
}
.feedback-form__privacy input:checked{
  border-color:#d7bf68 !important;
  background:
    linear-gradient(135deg,transparent 42%,#d7bf68 42% 52%,transparent 52%) 2px 8px/7px 7px no-repeat,
    linear-gradient(45deg,transparent 43%,#d7bf68 43% 54%,transparent 54%) 7px 5px/9px 9px no-repeat !important;
}
.feedback-form__privacy-link{
  display:inline !important;
  margin:0 !important;
  padding:0 0 1px !important;
  border:0 !important;
  border-bottom:1px dashed currentColor !important;
  border-radius:0 !important;
  background:none !important;
  color:#fff !important;
  font:inherit !important;
  line-height:inherit !important;
  cursor:pointer !important;
}
.feedback-form__submit{
  min-height:50px !important;
  padding:0 22px !important;
  border:0 !important;
  border-radius:14px !important;
  background:#d7bf68 !important;
  color:#102027 !important;
  font-size:14px !important;
  font-weight:500 !important;
  cursor:pointer !important;
}
.feedback-form__submit:disabled{
  opacity:.6 !important;
  cursor:default !important;
}
.feedback-form__error{
  padding:10px 12px !important;
  border-radius:10px !important;
  background:rgba(177,60,60,.14) !important;
  color:#ffd2d2 !important;
  font-size:12px !important;
}

.feedback-success{
  min-height:300px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:20px !important;
}
.feedback-success[hidden]{display:none !important}
.feedback-success__icon{
  width:56px !important;
  height:56px !important;
  display:grid !important;
  place-items:center !important;
  margin-bottom:16px !important;
  border-radius:50% !important;
  background:rgba(118,178,139,.12) !important;
  color:#8fd2a8 !important;
  font-size:28px !important;
}
.feedback-success strong{
  color:#fff !important;
  font-size:22px !important;
  font-weight:500 !important;
}
.feedback-success p{
  max-width:420px !important;
  margin:8px 0 0 !important;
  color:rgba(255,255,255,.72) !important;
  font-size:14px !important;
  line-height:1.5 !important;
}

/* Privacy policy must always open above feedback form and below site header. */
.legal-modal:not([hidden]){
  z-index:950000 !important;
}

@media(max-width:800px){
  .feedback-modal{
    inset:82px 0 0 0 !important;
    padding:14px !important;
  }
  .feedback-modal__panel{
    width:100% !important;
    max-height:calc(100dvh - 82px - 28px) !important;
    padding:22px 18px !important;
    border-radius:19px !important;
  }
  .feedback-form__row{
    grid-template-columns:1fr !important;
  }
  .feedback-modal__head h2{
    font-size:26px !important;
  }
}


/* build 448 — footer feedback is a real button */
.site-footer__feedback-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 18px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  font:inherit !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  text-decoration:none !important;
  cursor:pointer !important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease !important;
}
.site-footer__feedback-btn:hover{
  background:rgba(255,255,255,.09) !important;
  border-color:rgba(255,255,255,.28) !important;
}
.site-footer__feedback-btn:active{
  transform:translateY(1px) !important;
}

/* Real clean checkbox, no gradient artifact */
.feedback-form__privacy input{
  appearance:none !important;
  -webkit-appearance:none !important;
  position:relative !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  flex:0 0 18px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.42) !important;
  border-radius:5px !important;
  background:transparent !important;
  box-shadow:none !important;
}
.feedback-form__privacy input:checked{
  border-color:#d7bf68 !important;
  background:transparent !important;
}
.feedback-form__privacy input:checked::after{
  content:"" !important;
  position:absolute !important;
  left:5px !important;
  top:2px !important;
  width:5px !important;
  height:9px !important;
  border-right:2px solid #d7bf68 !important;
  border-bottom:2px solid #d7bf68 !important;
  transform:rotate(45deg) !important;
}

/* Footer policy: dashed underline per line, not one long displaced border */
.site-footer__legal .legal-doc-link{
  display:inline !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:inherit !important;
  font:inherit !important;
  line-height:1.55 !important;
  text-decoration-line:underline !important;
  text-decoration-style:dashed !important;
  text-decoration-thickness:1px !important;
  text-underline-offset:4px !important;
  text-decoration-color:rgba(255,255,255,.58) !important;
  -webkit-text-decoration-line:underline !important;
  -webkit-text-decoration-style:dashed !important;
  cursor:pointer !important;
}
.site-footer__legal .legal-doc-link:hover{
  text-decoration-color:#fff !important;
}


/* build 449 — smaller footer policy text */
.site-footer__legal .legal-doc-link{
  font-size:11px !important;
  line-height:1.5 !important;
}
@media(max-width:800px){
  .site-footer__legal .legal-doc-link{
    font-size:10px !important;
    line-height:1.5 !important;
  }
}

/* Dedicated "message sent" modal */
.feedback-sent-modal[hidden]{display:none !important}
.feedback-sent-modal{
  position:fixed !important;
  inset:110px 0 0 0 !important;
  z-index:910000 !important;
  display:grid !important;
  place-items:center !important;
  padding:24px !important;
  box-sizing:border-box !important;
}
.feedback-sent-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  border:0 !important;
  background:rgba(3,10,14,.72) !important;
  backdrop-filter:blur(7px) !important;
  -webkit-backdrop-filter:blur(7px) !important;
}
.feedback-sent-modal__panel{
  position:relative !important;
  z-index:2 !important;
  width:min(430px,calc(100vw - 48px)) !important;
  padding:34px 30px 32px !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:22px !important;
  background:#102027 !important;
  box-shadow:0 28px 80px rgba(0,0,0,.38) !important;
  text-align:center !important;
  color:#fff !important;
}
.feedback-sent-modal__close{
  position:absolute !important;
  top:14px !important;
  right:14px !important;
  width:36px !important;
  height:36px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 0 2px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.05) !important;
  color:#fff !important;
  font-size:23px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
.feedback-sent-modal__icon{
  width:58px !important;
  height:58px !important;
  display:grid !important;
  place-items:center !important;
  margin:0 auto 16px !important;
  border-radius:50% !important;
  background:rgba(118,178,139,.12) !important;
  color:#8fd2a8 !important;
  font-size:29px !important;
}
.feedback-sent-modal__panel h2{
  margin:0 !important;
  font-size:24px !important;
  line-height:1.15 !important;
  font-weight:500 !important;
}
.feedback-sent-modal__panel p{
  margin:9px 0 0 !important;
  color:rgba(255,255,255,.72) !important;
  font-size:14px !important;
  line-height:1.5 !important;
}
@media(max-width:800px){
  .feedback-sent-modal{
    inset:82px 0 0 0 !important;
    padding:16px !important;
  }
  .feedback-sent-modal__panel{
    width:min(390px,100%) !important;
    padding:30px 22px 28px !important;
    border-radius:19px !important;
  }
}


/* build 451 — cleaner feedback privacy consent on mobile */
@media(max-width:800px){
  .feedback-form__privacy{
    display:grid !important;
    grid-template-columns:18px minmax(0,1fr) !important;
    align-items:start !important;
    column-gap:10px !important;
    row-gap:0 !important;
    text-align:left !important;
    width:100% !important;
  }

  .feedback-form__privacy > span{
    display:block !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    text-align:left !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }

  .feedback-form__privacy input{
    margin-top:1px !important;
  }

  .feedback-form__privacy-link{
    display:inline !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
    color:#fff !important;
    font:inherit !important;
    line-height:inherit !important;
    text-align:left !important;
    text-decoration-line:underline !important;
    text-decoration-style:dashed !important;
    text-decoration-thickness:1px !important;
    text-underline-offset:3px !important;
    text-decoration-color:rgba(255,255,255,.62) !important;
    -webkit-text-decoration-line:underline !important;
    -webkit-text-decoration-style:dashed !important;
    white-space:normal !important;
  }
}


/* build 452 — footer phone + messenger icons */
.site-footer__contact{
  min-width:0 !important;
}

.site-footer__contact-row{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  gap:12px !important;
  min-width:0 !important;
}

.site-footer__phone{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.045) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:400 !important;
  line-height:1 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease !important;
}
.site-footer__phone:hover{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.28) !important;
}
.site-footer__phone:active{
  transform:translateY(1px) !important;
}

.site-footer__messengers{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  flex:0 0 auto !important;
}

.site-footer__messenger{
  width:42px !important;
  height:42px !important;
  flex:0 0 42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.045) !important;
  text-decoration:none !important;
  overflow:hidden !important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease !important;
}
.site-footer__messenger:hover{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.26) !important;
}
.site-footer__messenger:active{
  transform:translateY(1px) !important;
}

.site-footer__messenger--telegram i{
  display:block !important;
  color:#389ce9 !important;
  font-size:21px !important;
  line-height:1 !important;
}

.site-footer__messenger--max img{
  display:block !important;
  width:23px !important;
  height:23px !important;
  object-fit:contain !important;
}

@media(max-width:800px){
  .site-footer__contact-row{
    flex-wrap:wrap !important;
    gap:9px !important;
  }

  .site-footer__phone,
  .site-footer__feedback-btn{
    min-height:40px !important;
  }

  .site-footer__messengers{
    width:100% !important;
    margin-top:2px !important;
  }

  .site-footer__messenger{
    width:40px !important;
    height:40px !important;
    flex-basis:40px !important;
  }
}


/* build 453 — footer contact layout refinement */
.site-footer__bottom{
  align-items:center !important;
}

.site-footer__contact{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}

.site-footer__contact-row{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:12px !important;
  min-width:0 !important;
}

.site-footer__phone{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:164px !important;
  min-height:44px !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.055)) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.10),0 8px 24px rgba(0,0,0,.10) !important;
  color:#fff !important;
  text-align:center !important;
}

.site-footer__messengers{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}

.site-footer__messenger{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  flex:0 0 auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:none !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.site-footer__messenger:hover{
  background:none !important;
  border:0 !important;
  transform:translateY(-1px) !important;
}

.site-footer__messenger--telegram i{
  font-size:25px !important;
}

.site-footer__messenger--max img{
  width:25px !important;
  height:25px !important;
}

.site-footer__feedback-btn{
  min-height:44px !important;
  padding:0 18px !important;
  border-radius:14px !important;
}

@media(min-width:801px){
  .site-footer__bottom{
    display:grid !important;
    grid-template-columns:auto minmax(280px,1fr) auto !important;
    gap:34px !important;
    align-items:center !important;
  }

  .site-footer__contact{
    order:1 !important;
  }

  .site-footer__address{
    order:2 !important;
  }

  .site-footer__legal{
    order:3 !important;
  }
}

@media(max-width:800px){
  .site-footer__contact-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
  }

  .site-footer__phone{
    min-width:0 !important;
    flex:1 1 auto !important;
    min-height:42px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }

  .site-footer__messengers{
    flex:0 0 auto !important;
    gap:7px !important;
    margin:0 !important;
    width:auto !important;
  }

  .site-footer__messenger--telegram i{
    font-size:23px !important;
  }

  .site-footer__messenger--max img{
    width:23px !important;
    height:23px !important;
  }

  .site-footer__feedback-btn{
    flex:0 0 auto !important;
    min-height:42px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }
}


/* build 454 — phone block matches feedback button exactly */
.site-footer__phone,
.site-footer__feedback-btn{
  height:44px !important;
  min-height:44px !important;
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  vertical-align:middle !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.055) !important;
  box-shadow:none !important;
  color:#fff !important;
  line-height:1 !important;
  font-weight:400 !important;
}

.site-footer__phone{
  min-width:164px !important;
  padding:0 18px !important;
  text-align:center !important;
  cursor:default !important;
  user-select:text !important;
}

.site-footer__feedback-btn{
  padding:0 18px !important;
}

/* Keep the whole contact cluster vertically centered. */
.site-footer__contact-row{
  align-items:center !important;
}

/* MAX icon optical nudge */
.site-footer__messenger--max img{
  transform:translateY(-1px) !important;
}

/* Mobile: shorter phone block, same height as feedback */
@media(max-width:800px){
  .site-footer__phone,
  .site-footer__feedback-btn{
    height:40px !important;
    min-height:40px !important;
    border-radius:12px !important;
  }

  .site-footer__phone{
    min-width:138px !important;
    flex:0 0 138px !important;
    padding:0 10px !important;
    font-size:11.5px !important;
  }

  .site-footer__feedback-btn{
    flex:0 0 auto !important;
    padding:0 11px !important;
    font-size:11.5px !important;
  }

  .site-footer__messenger--max img{
    transform:translateY(-1px) !important;
  }
}


/* build 455 — footer messenger alignment and mobile two-row contact layout */
@media(min-width:801px){
  .site-footer__messengers{
    transform:translateY(-1px) !important;
  }
}

@media(max-width:800px){
  .site-footer__contact{
    width:100% !important;
    justify-content:center !important;
  }

  .site-footer__contact-row{
    display:grid !important;
    grid-template-columns:auto auto !important;
    grid-template-areas:
      "phone messengers"
      "feedback feedback" !important;
    align-items:center !important;
    justify-content:center !important;
    column-gap:9px !important;
    row-gap:10px !important;
    width:100% !important;
  }

  .site-footer__phone{
    grid-area:phone !important;
    min-width:138px !important;
    width:138px !important;
    flex:none !important;
    justify-self:end !important;
  }

  .site-footer__messengers{
    grid-area:messengers !important;
    width:auto !important;
    margin:0 !important;
    justify-self:start !important;
    align-self:center !important;
    transform:translateY(-1px) !important;
  }

  .site-footer__feedback-btn{
    grid-area:feedback !important;
    justify-self:center !important;
    width:auto !important;
    min-width:150px !important;
    margin:0 !important;
  }
}


/* build 456 — mobile feedback button spans phone + Telegram + MAX width */
@media(max-width:800px){
  .site-footer__contact-row{
    --footer-phone-width:138px;
    --footer-messenger-size:23px;
    --footer-messenger-gap:7px;
    --footer-main-gap:9px;
  }

  .site-footer__feedback-btn{
    width:calc(
      var(--footer-phone-width)
      + var(--footer-main-gap)
      + (var(--footer-messenger-size) * 2)
      + var(--footer-messenger-gap)
    ) !important;
    min-width:0 !important;
    max-width:100% !important;
    justify-self:center !important;
  }
}


/* build 457 — hide vertical section navigation on iPad/tablet viewport sizes */
@media
  (min-width:768px) and (max-width:1024px)
  and (min-height:768px) and (max-height:1366px){
  .section-rail,
  .vertical-nav,
  .site-rail,
  .eco-rail,
  nav[aria-label="Навигация по разделам"]{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  /* Remove any reserved side spacing that was only for the vertical rail. */
  body,
  .site-section,
  .shell,
  .eco-section__inner,
  .fishing-section__inner,
  .diving-section__inner,
  .stay-section__inner{
    --section-rail-width:0px !important;
  }
}


/* build 459 — intermediate/tablet widths only.
   Mobile <=800 is intentionally untouched. */
@media (min-width:801px) and (max-width:1279px){

  /* Hide the large promotional/action element on the first hero screen. */
  .hero .hero-promo,
  .hero .hero__promo,
  .hero .hero-offer,
  .hero .hero__offer,
  .hero .special-offer,
  .hero .hero-special,
  .hero .hero-special-offer,
  .hero .hero__special,
  .hero .hero__special-offer,
  .hero .promo-card,
  .hero .hero-promo-card,
  .hero [data-hero-promo],
  .hero [data-special-offer]{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  /* Remove hamburger only in the same tablet/intermediate range. */
  .menu-btn,
  .header .menu-btn{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  /* Prevent its menu layer from being left open/invisible over the page. */
  .mobile-menu{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}


/* build 459 correction — actual large hero promo from this build */
@media (min-width:801px) and (max-width:1279px){
  .hero .promo-slider,
  .hero .promo-slider__special,
  .hero .promo-controls{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}


/* build 460 — hide vertical section navigation on the same 801–1279px range */
@media (min-width:801px) and (max-width:1279px){
  .section-rail,
  .vertical-nav,
  .site-rail,
  .eco-rail,
  nav[aria-label="Навигация по разделам"]{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }

  body,
  .site-section,
  .shell,
  .eco-section__inner,
  .fishing-section__inner,
  .diving-section__inner,
  .stay-section__inner{
    --section-rail-width:0px !important;
  }
}


/* build 461 — public album viewer matches individual booking room viewer */
.album-viewer__stage{
  width:min(1180px,96vw) !important;
  max-width:1180px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  padding:28px 8px 52px !important;
}
.album-viewer__media{
  flex:0 1 auto !important;
  width:auto !important;
  max-width:calc(100% - 108px) !important;
}
.album-viewer__nav{
  position:static !important;
  flex:0 0 42px !important;
  width:42px !important;
  height:42px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:50% !important;
  background:rgba(10,20,24,.48) !important;
  transform:none !important;
  cursor:pointer !important;
}
.album-viewer__nav svg{width:20px !important;height:20px !important}
.album-viewer__nav path{
  fill:none !important;
  stroke:#fff !important;
  stroke-width:1.5 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.album-viewer__close{top:12px !important;right:18px !important}

/* smoother meal expansion */
#stay .stay-meals__details{
  display:block !important;
  grid-template-rows:none !important;
  height:0;
  overflow:hidden !important;
  transition:height .18s cubic-bezier(.22,.61,.36,1) !important;
  will-change:height !important;
}
#stay .stay-meals__item.is-open .stay-meals__details{
  grid-template-rows:none !important;
}

@media(max-width:800px){
  /* fixed close controls while request panels scroll */
  .booking-request-panel__close,
  .booking-group-interest-modal__close{
    position:sticky !important;
    top:8px !important;
    float:right !important;
    z-index:60 !important;
    margin:0 0 -40px auto !important;
  }

  /* clean privacy line in both request forms */
  .booking-request-privacy,
  .booking-group-interest-form__privacy{
    display:grid !important;
    grid-template-columns:18px minmax(0,1fr) !important;
    align-items:start !important;
    gap:9px !important;
    text-align:left !important;
  }
  .booking-request-privacy>span,
  .booking-group-interest-form__privacy>span{
    min-width:0 !important;
    display:block !important;
    margin:0 !important;
    text-align:left !important;
    font-size:11px !important;
    line-height:1.45 !important;
  }
  .booking-request-privacy input,
  .booking-group-interest-form__privacy input{
    margin:1px 0 0 !important;
  }
  .booking-request-privacy .legal-inline-link,
  .booking-group-interest-form__privacy .legal-inline-link{
    display:inline !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:none !important;
    color:inherit !important;
    font:inherit !important;
    line-height:inherit !important;
    text-align:left !important;
    white-space:normal !important;
    text-decoration-line:underline !important;
    text-decoration-style:dashed !important;
    text-underline-offset:3px !important;
  }

  .album-viewer__stage{
    width:100% !important;
    max-width:100% !important;
    gap:7px !important;
    padding:18px 8px 48px !important;
  }
  .album-viewer__media{
    max-width:calc(100% - 86px) !important;
  }
  .album-viewer__nav{
    flex:0 0 36px !important;
    width:36px !important;
    height:36px !important;
  }
  .album-viewer__close{top:16px !important;right:10px !important}

  .mobile-after-gallery{
    display:flex !important;
    width:100% !important;
    justify-content:flex-start !important;
    margin:12px 0 0 !important;
  }
  #openHikingRouteMap.mobile-after-gallery{
    width:max-content !important;
  }
}


/* build 462 — mobile privacy consent is one continuous sentence */
@media(max-width:800px){
  .booking-request-privacy,
  .booking-group-interest-form__privacy{
    display:flex !important;
    align-items:flex-start !important;
    gap:9px !important;
  }
  .booking-request-privacy>span,
  .booking-group-interest-form__privacy>span{
    display:inline !important;
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    white-space:normal !important;
    text-align:left !important;
  }
  .booking-request-privacy .legal-inline-link,
  .booking-group-interest-form__privacy .legal-inline-link{
    display:inline !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    padding:0 !important;
    vertical-align:baseline !important;
    white-space:normal !important;
  }
}


/* build 527 — group availability */
.booking-group-card__summary-request{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  gap:5px!important;
}
.booking-group-card__free-places{
  color:#77bd8b!important;
  font-size:11px!important;
  font-weight:400!important;
  white-space:nowrap!important;
}


/* build 528 — group request shows only the current remaining-place count */
.booking-group-card__free-places{display:none!important}
.booking-group-card__summary-request{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:0!important;
}


/* build 543 — group request per-person price */
#bookingRequestPerPersonRow{
  opacity:.92;
}


/* build 547 — group cart totals same visual size */
#bookingCartPerPersonRow strong,
.booking-cart__stat-row--total strong{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
#bookingCartPerPersonRow small,
.booking-cart__stat-row--total small{
  font-size:11px!important;
  line-height:1.2!important;
}

/* Separately paid transfer note: higher and cleaner, no price */
.booking-group-card__transfer-note{
  margin-top:4px!important;
  margin-bottom:8px!important;
  transform:translateY(-4px)!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
}
.booking-group-card__transfer-note strong{
  display:none!important;
}


/* build 549 — adult/child per-person prices in small cart */
.booking-cart__person-prices{
  display:grid;
  gap:0;
}
.booking-cart__person-prices[hidden]{
  display:none!important;
}
.booking-cart__person-prices .booking-cart__stat-row strong{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:500!important;
}
.booking-cart__person-prices .booking-cart__stat-row small{
  font-size:11px!important;
  line-height:1.2!important;
}
.booking-cart__stat-row--child small{
  opacity:.9;
}


/* build 550 — child prices each on own row; prices not bold */
.booking-cart__person-prices{
  display:block!important;
  width:100%!important;
}
.booking-cart__person-prices .booking-cart__stat-row{
  display:flex!important;
  width:100%!important;
  justify-content:space-between!important;
  align-items:center!important;
}
.booking-cart__person-prices .booking-cart__stat-row--child{
  display:flex!important;
  width:100%!important;
  clear:both!important;
}
.booking-cart__person-prices strong,
.booking-cart__stat-row--total strong{
  font-weight:400!important;
}


/* build 551 — force adult/child prices into separate vertical rows */
#bookingCartPersonPrices.booking-cart__person-prices{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:100%!important;
  gap:4px!important;
  grid-column:1/-1!important;
}
#bookingCartPersonPrices.booking-cart__person-prices[hidden]{
  display:none!important;
}
#bookingCartPersonPrices .booking-cart__stat-row{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  width:100%!important;
  max-width:100%!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
}
#bookingCartPersonPrices .booking-cart__stat-row small{
  display:block!important;
  min-width:0!important;
  white-space:normal!important;
  overflow:visible!important;
}
#bookingCartPersonPrices .booking-cart__stat-row strong{
  display:block!important;
  white-space:nowrap!important;
  font-weight:400!important;
  text-align:right!important;
}
.booking-cart__stat-row--total strong{
  font-weight:400!important;
}


/* build 553 — mobile counters: center the number exactly between minus and plus */
@media(max-width:800px){
  .booking-guests-stepper,
  .booking-room-alloc-stepper{
    display:grid!important;
    grid-template-columns:34px 42px 34px!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:0!important;
  }

  .booking-guests-stepper button,
  .booking-room-alloc-stepper button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    margin:0!important;
    padding:0!important;
  }

  .booking-guests-stepper > span,
  .booking-guests-stepper input,
  .booking-room-alloc-stepper > span,
  .booking-room-alloc-stepper input{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    min-width:42px!important;
    height:34px!important;
    margin:0!important;
    padding:0!important;
    text-align:center!important;
    line-height:34px!important;
    box-sizing:border-box!important;
  }
}


/* build 554 — real mobile booking counters */
@media(max-width:800px){
  .booking-guests-counter{
    display:grid!important;
    grid-template-columns:34px 42px 34px!important;
    align-items:center!important;
    justify-content:center!important;
    column-gap:0!important;
  }
  .booking-guests-counter button{
    width:34px!important;
    min-width:34px!important;
    height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
  }
  .booking-guests-counter > span{
    width:42px!important;
    min-width:42px!important;
    height:34px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0!important;
    padding:0!important;
    line-height:34px!important;
    text-align:center!important;
  }
}
.booking-room-alloc-apply:disabled,
.booking-room-alloc-apply.is-disabled{
  opacity:.46!important;
  cursor:default!important;
  transform:none!important;
  filter:none!important;
}


/* build 562 — group people chooser visibility */
.booking-group-card__people.is-hidden{
  display:none!important;
}
.booking-group-card__people:not(.is-hidden){
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.booking-group-card__people-options{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
}
.booking-group-card__people-options button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:30px!important;
  height:30px!important;
}


/* build 564 — group people chooser alignment */
.booking-group-card__people{
  align-items:center!important;
}
.booking-group-card__people > span{
  display:flex!important;
  align-items:center!important;
  align-self:stretch!important;
  line-height:1.2!important;
}
.booking-group-card__people-options{
  align-items:center!important;
}
.booking-group-card__people-options button,
.booking-group-card__people-options button:hover{
  cursor:pointer!important;
}


/* build 573 — stable scrolling for long booking application */
html.booking-request-scroll-locked{
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
body.booking-request-scroll-locked{
  position:fixed!important;
  left:0!important;
  right:0!important;
  top:var(--booking-request-scroll-top,0px)!important;
  width:100%!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
}
body.booking-request-open .booking-request-modal{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:none!important;
}
body.booking-request-open .booking-request-panel{
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
  scrollbar-gutter:stable!important;
  max-height:calc(100dvh - var(--booking-request-top,110px) - 18px)!important;
}
body.booking-request-open .booking-request-form,
body.booking-request-open .booking-request-summary{
  overflow-anchor:none!important;
}
@media(max-width:800px){
  body.booking-request-open .booking-request-modal{
    padding-bottom:max(12px,env(safe-area-inset-bottom))!important;
  }
  body.booking-request-open .booking-request-panel{
    max-height:calc(100dvh - var(--booking-request-top,78px) - 12px - env(safe-area-inset-bottom))!important;
  }
}


/* build 581 — permit warning mobile modal */
.booking-permit-warning__backdrop,
.booking-permit-warning__close{
  display:none!important;
}
.booking-permit-warning__dialog{
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
}

@media(max-width:800px){
  .booking-permit-warning.is-mobile-modal{
    position:fixed!important;
    inset:0!important;
    z-index:36000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:18px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__backdrop{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    border:0!important;
    background:rgba(3,10,13,.78)!important;
    backdrop-filter:blur(5px)!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__dialog{
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:12px!important;
    width:min(430px,100%)!important;
    padding:20px 18px 18px!important;
    box-sizing:border-box!important;
    border:1px solid rgba(255,255,255,.09)!important;
    border-radius:16px!important;
    background:#13262b!important;
    box-shadow:0 24px 70px rgba(0,0,0,.44)!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__close{
    position:absolute!important;
    right:10px!important;
    top:10px!important;
    width:30px!important;
    height:30px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 0 2px!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:50%!important;
    background:#1a3136!important;
    color:#c8d5d4!important;
    box-shadow:none!important;
    font-size:20px!important;
    line-height:1!important;
    cursor:pointer!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__icon{
    flex:0 0 auto!important;
    margin-top:2px!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__content{
    padding-right:24px!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__content strong{
    display:block!important;
    margin-bottom:7px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__content p{
    margin:0!important;
    font-size:12px!important;
    line-height:1.55!important;
  }
}


/* build 582 — permit modal sizing */
@media(max-width:800px){
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__dialog{
    width:min(390px,calc(100% - 22px))!important;
    padding:21px 18px 19px!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__content strong{
    font-size:15px!important;
    line-height:1.38!important;
  }
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__content p{
    font-size:12.8px!important;
    line-height:1.58!important;
  }
  html body .booking-permit-warning.is-mobile-modal .booking-permit-warning__close{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:31px!important;
    height:31px!important;
    padding:0!important;
    line-height:31px!important;
    text-align:center!important;
    font-size:20px!important;
    font-family:Arial,sans-serif!important;
  }
}

/* Request-room delete controls, including group bookings */
.booking-request-room{
  position:relative!important;
}
html body .booking-request-room__remove{
  position:absolute!important;
  top:8px!important;
  right:8px!important;
  z-index:5!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:28px!important;
  height:28px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:50%!important;
  background:#183034!important;
  background-image:none!important;
  color:#bdcccb!important;
  box-shadow:none!important;
  font-size:19px!important;
  font-family:Arial,sans-serif!important;
  line-height:1!important;
  cursor:pointer!important;
}
html body .booking-request-room__remove:hover{
  background:#203b40!important;
  color:#fff!important;
}
@media(max-width:800px){
  .booking-request-room{
    padding-right:40px!important;
  }
  html body .booking-request-room__remove{
    top:7px!important;
    right:7px!important;
    width:30px!important;
    height:30px!important;
    font-size:20px!important;
  }
}


/* build 583 — permit text spacing */
@media(max-width:800px){
  .booking-permit-warning.is-mobile-modal .booking-permit-warning__paragraph{
    display:block!important;
    margin-top:8px!important;
  }
}

/* build 605 — mobile CTA placement + group overlap containment */
.mobile-after-gallery-cta,
.mobile-after-gallery-note{
  display:none !important;
}

@media(max-width:800px){
  /* Hiking: keep the route button immediately below its text and centered. */
  #ecotourism .eco-hiking-story__copy .eco-hiking-story__route-btn{
    display:flex !important;
    width:max-content !important;
    max-width:100% !important;
    margin:18px auto 0 !important;
  }

  /* Boat and shore-rest CTAs are shown only after the photo grid on mobile. */
  #ecotourism .eco-boat-story .seafood-story__copy .service-price-cta,
  #ecotourism .eco-relax-story__copy .service-price-cta{
    display:none !important;
  }
  #ecotourism .mobile-after-gallery-cta{
    display:flex !important;
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    margin:16px 0 0 !important;
  }
  #ecotourism .mobile-after-gallery-cta .route-map-btn{
    margin:0 auto !important;
  }

  /* Seafood price note is moved visually below the photo grid on mobile. */
  #ecotourism .eco-delicacies-story__copy .seafood-price-note{
    display:none !important;
  }
  #ecotourism .eco-delicacies-story .mobile-after-gallery-note{
    display:block !important;
    order:3 !important;
    width:100% !important;
    box-sizing:border-box !important;
    margin:0 !important;
    text-align:center !important;
  }
  #ecotourism .eco-delicacies-story__copy{order:1 !important;}
  #ecotourism .eco-delicacies-story__gallery{order:2 !important;}

  /* Ensure the duplicated CTAs themselves are after their galleries. */
  #ecotourism .eco-relax-story__copy{order:1 !important;}
  #ecotourism .eco-relax-story__gallery{order:2 !important;}
  #ecotourism .eco-relax-story .mobile-after-gallery-cta{order:3 !important;}

  #ecotourism .eco-boat-story{
    display:flex !important;
    flex-direction:column !important;
  }
  #ecotourism .eco-boat-story .seafood-story__copy{order:1 !important;}
  #ecotourism .eco-boat-story .eco-boat-gallery,
  #ecotourism .eco-boat-story .eco-boat-gallery--empty{order:2 !important;}
  #ecotourism .eco-boat-story .mobile-after-gallery-cta{order:3 !important;}

  /* The cloned group-trip photo must never escape the warning card. */
  #booking .booking-group-overlap-warning,
  #booking .booking-group-overlap-warning__card,
  #booking .booking-group-overlap-warning__card .booking-group-card{
    max-width:100% !important;
    box-sizing:border-box !important;
  }
  #booking .booking-group-overlap-warning__card .booking-group-card__media{
    position:relative !important;
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
    margin:12px !important;
    height:195px !important;
    min-height:195px !important;
    overflow:hidden !important;
    border-radius:12px !important;
    box-sizing:border-box !important;
  }
  #booking .booking-group-overlap-warning__card .booking-group-card__media img,
  #booking .booking-group-overlap-warning__card .booking-group-card__media video{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    border-radius:inherit !important;
  }
}

/* build 606 — CTA placement cleanup */
/* Price CTAs for boats and shore rest: one button after the gallery, centered on all viewports. */
#ecotourism .eco-boat-story .seafood-story__copy .service-price-cta,
#ecotourism .eco-relax-story__copy .service-price-cta{
  display:none !important;
}
#ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
#ecotourism .eco-relax-story .mobile-after-gallery-cta--relax{
  display:flex !important;
  width:100% !important;
  justify-content:center !important;
  align-items:center !important;
  box-sizing:border-box !important;
  margin:20px 0 0 !important;
  padding:0 20px !important;
  position:relative !important;
  z-index:1 !important;
}
#ecotourism .eco-boat-story .mobile-after-gallery-cta--boat .route-map-btn,
#ecotourism .eco-relax-story .mobile-after-gallery-cta--relax .route-map-btn{
  margin:0 auto !important;
  max-width:min(100%, 360px) !important;
}

/* Seafood note keeps normal reading alignment below the image on mobile. */
@media(max-width:800px){
  #ecotourism .eco-delicacies-story .mobile-after-gallery-note{
    text-align:left !important;
  }

  /* Route-map CTA is shown after the hiking gallery on mobile, not inside the text block. */
  #ecotourism .eco-hiking-story__copy #openHikingRouteMap{
    display:none !important;
  }
  #ecotourism .eco-hiking-story .mobile-after-gallery-cta--hiking{
    display:flex !important;
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
    order:2 !important;
    margin:16px 0 0 !important;
    padding:0 14px !important;
    box-sizing:border-box !important;
  }
  #ecotourism .eco-hiking-story .mobile-after-gallery-cta--hiking .route-map-btn{
    margin:0 auto !important;
    max-width:100% !important;
  }
  #ecotourism .eco-hiking-story__gallery{order:1 !important;}
  #ecotourism .eco-hiking-story__copy{order:3 !important;}
}

/* Desktop buttons stay in normal document flow, so the fixed header cannot cover them. */
@media(min-width:801px){
  #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax{
    scroll-margin-top:110px !important;
  }
}


/* build 607 — restore hiking mobile flow without restyling the existing route button */
@media(max-width:800px){
  #ecotourism .eco-hiking-story{
    display:flex !important;
    flex-direction:column !important;
  }
  #ecotourism .eco-hiking-story__copy{
    order:1 !important;
  }
  #ecotourism .eco-hiking-story__gallery{
    order:2 !important;
  }
  #ecotourism .eco-hiking-story .mobile-after-gallery-cta--hiking{
    order:3 !important;
    display:flex !important;
    justify-content:center !important;
    width:100% !important;
    margin:16px 0 0 !important;
    padding:0 !important;
  }
  /* Do not alter the original route-map button appearance. */
  #ecotourism .eco-hiking-story .mobile-after-gallery-cta--hiking .route-map-btn{
    margin-left:auto !important;
    margin-right:auto !important;
  }
}


/* build 608 — desktop CTA alignment + single mobile hiking CTA */
/* Desktop: price buttons live directly under their text and align left. */
@media(min-width:801px){
  #ecotourism .eco-boat-story .seafood-story__copy .service-price-cta,
  #ecotourism .eco-relax-story__copy .service-price-cta{
    display:flex !important;
    justify-content:flex-start !important;
    width:100% !important;
    margin:16px 0 0 !important;
    padding:0 !important;
  }
  #ecotourism .eco-boat-story .seafood-story__copy .service-price-cta .route-map-btn,
  #ecotourism .eco-relax-story__copy .service-price-cta .route-map-btn{
    margin:0 !important;
  }
  #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax{
    display:none !important;
  }
  #ecotourism #openHikingRouteMap{
    display:flex !important;
  }
  #ecotourism #openHikingRouteMapMobile{
    display:none !important;
  }
}

/* Mobile: text → photo → one lower CTA. */
@media(max-width:800px){
  #ecotourism .eco-boat-story .seafood-story__copy .service-price-cta,
  #ecotourism .eco-relax-story__copy .service-price-cta{
    display:none !important;
  }
  #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax{
    display:flex !important;
  }
  #ecotourism #openHikingRouteMap{
    display:none !important;
  }
  #ecotourism #openHikingRouteMapMobile{
    display:flex !important;
  }
}

/* build 609 — desktop price modals centered in viewport */
@media (min-width:801px){
  html body .service-price-modal:not([hidden]),
  html body .fishing-price-modal:not([hidden]){
    align-items:center !important;
    justify-content:center !important;
    padding:24px !important;
  }
  html body .service-price-panel,
  html body .fishing-price-panel{
    max-height:calc(100vh - 48px) !important;
  }
}

/* build 610 — restore all price CTAs on mobile */
@media(max-width:800px){
  /* Boats and shore rest: mobile CTA lives below the gallery. */
  #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    width:100% !important;
    justify-content:center !important;
    align-items:center !important;
  }
  #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat .route-map-btn,
  #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax .route-map-btn{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }

  /* Other service price buttons must stay visible on mobile as well. */
  #fishingPriceOpen,
  #ecotourism .diving-price-route-cta,
  #ecotourism .diving-price-route-cta .route-map-btn,
  [data-service-price-open="divingPriceModal"]{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
}


/* build 611 — mobile price buttons: remove inline display:none conflict */
@media(max-width:800px){
  html body #fishingPriceOpen,
  html body #ecotourism .diving-price-route-cta,
  html body #ecotourism .diving-price-route-cta > .route-map-btn,
  html body #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  html body #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat > .route-map-btn,
  html body #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax,
  html body #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax > .route-map-btn{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  html body #ecotourism .eco-boat-story .mobile-after-gallery-cta--boat,
  html body #ecotourism .eco-relax-story .mobile-after-gallery-cta--relax,
  html body #ecotourism .diving-price-route-cta,
  html body .fishing-price-cta{
    width:100% !important;
    justify-content:center !important;
  }
}


/* build 612 — compact mobile titles for boat/relax price modals */
@media (max-width:800px){
  #boatTripPriceModal .service-price-panel__head h3,
  #relaxPriceModal .service-price-panel__head h3{
    font-size:22px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    padding-right:34px !important;
  }
}

/* build 613 — center all mobile price modals in the visible viewport */
@media (max-width:800px){
  html body .service-price-modal:not([hidden]),
  html body .fishing-price-modal:not([hidden]){
    align-items:center !important;
    justify-content:center !important;
    padding:12px !important;
  }

  html body .service-price-panel,
  html body .fishing-price-panel{
    width:min(100%, 850px) !important;
    max-height:calc(100dvh - 24px) !important;
    margin:0 !important;
  }
}

/* build 614 — mobile price modals above fixed site header */
@media (max-width:800px){
  html body .service-price-modal:not([hidden]),
  html body .fishing-price-modal:not([hidden]){
    z-index:2147483600 !important;
  }

  html body .service-price-modal:not([hidden]) .service-price-panel,
  html body .fishing-price-modal:not([hidden]) .fishing-price-panel{
    position:relative !important;
    z-index:2 !important;
  }

  html body .service-price-modal:not([hidden]) .service-price-modal__backdrop,
  html body .fishing-price-modal:not([hidden]) .fishing-price-modal__backdrop{
    z-index:1 !important;
  }
}

/* build 615 — mobile route map modal centered and above fixed header */
@media (max-width:720px){
  html body .route-map-modal[aria-hidden="false"]{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    padding:14px !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:32000 !important;
  }
  html body .route-map-modal[aria-hidden="false"] .route-map-modal__backdrop{
    position:absolute !important;
    inset:0 !important;
    z-index:0 !important;
  }
  html body .route-map-modal[aria-hidden="false"] .route-map-modal__panel{
    position:relative !important;
    inset:auto !important;
    margin:0 auto !important;
    width:min(100%, 680px) !important;
    max-width:calc(100vw - 28px) !important;
    max-height:calc(100dvh - 28px) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    z-index:1 !important;
  }
}


/* build 616 — booking discounts, Apple dates, permit modal, tablets, album video */
.booking-price-old{display:inline-block;margin-right:8px;color:#7f9092!important;font-weight:400!important;text-decoration:line-through;text-decoration-thickness:1px}
.booking-price-new{display:inline-block;color:#e7c980!important;font-weight:700!important}

.album-viewer__media{position:relative!important}
.album-viewer__play{position:absolute!important;left:50%!important;top:50%!important;z-index:8!important;transform:translate(-50%,-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;width:68px!important;height:68px!important;padding:0 0 0 4px!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:50%!important;background:rgba(8,18,22,.72)!important;color:#fff!important;box-shadow:0 12px 34px rgba(0,0,0,.28)!important;backdrop-filter:blur(5px)!important;font-size:22px!important;cursor:pointer!important}
.album-viewer__play[hidden]{display:none!important}
.album-viewer__play:hover{background:rgba(15,30,35,.86)!important}

/* Permit warning is now a centered modal on desktop and mobile. */
.booking-permit-warning.is-permit-modal{position:fixed!important;inset:0!important;z-index:36000!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;max-width:none!important;margin:0!important;padding:20px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.booking-permit-warning.is-permit-modal .booking-permit-warning__backdrop{position:absolute!important;inset:0!important;display:block!important;border:0!important;background:rgba(3,10,13,.78)!important;backdrop-filter:blur(5px)!important;cursor:default!important}
.booking-permit-warning.is-permit-modal .booking-permit-warning__dialog{position:relative!important;z-index:1!important;display:flex!important;align-items:flex-start!important;gap:14px!important;width:min(520px,calc(100vw - 32px))!important;padding:24px 22px 22px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:17px!important;background:#13262b!important;box-shadow:0 24px 70px rgba(0,0,0,.44)!important}
.booking-permit-warning.is-permit-modal .booking-permit-warning__close{position:absolute!important;right:10px!important;top:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;padding:0!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:50%!important;background:#1a3136!important;color:#c8d5d4!important;font:20px/1 Arial,sans-serif!important;text-align:center!important;cursor:pointer!important}
.booking-permit-warning.is-permit-modal .booking-permit-warning__content{padding-right:27px!important}
.booking-permit-warning.is-permit-modal .booking-permit-warning__paragraph{display:block!important;margin-top:8px!important}
@media(max-width:800px){.booking-permit-warning.is-permit-modal{padding:16px!important}.booking-permit-warning.is-permit-modal .booking-permit-warning__dialog{width:min(390px,calc(100vw - 22px))!important;padding:21px 18px 19px!important;gap:12px!important}.booking-permit-warning.is-permit-modal .booking-permit-warning__content strong{font-size:15px!important}.booking-permit-warning.is-permit-modal .booking-permit-warning__content p{font-size:12.8px!important;line-height:1.58!important}}

/* Direct native Safari date picker layer on Apple tablets/laptops. */
@media (min-width:801px) and (max-width:1400px){
  html.apple-date-picker #booking .booking-date-control{position:relative!important;overflow:hidden!important;isolation:isolate!important}
  html.apple-date-picker #booking .booking-native-date-picker{display:block!important;position:absolute!important;inset:0!important;z-index:20!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:44px!important;margin:0!important;padding:0!important;border:0!important;opacity:.001!important;visibility:visible!important;pointer-events:auto!important;cursor:pointer!important}
  html.apple-date-picker #booking .booking-date-text,html.apple-date-picker #booking .booking-date-picker-button{pointer-events:none!important}
}

/* Tide date controls must never overlap on compact tablets. */
@media (max-width:980px){
  body #fishing .tide-picker__controls{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;width:100%!important}
  body #fishing .tide-picker__controls label{min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}
  body #fishing .tide-picker__controls input[type="date"]{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
  body #fishing .tide-picker__controls button#tideShow{grid-column:1/-1!important;width:100%!important;min-width:0!important}
}
@media (max-width:640px){body #fishing .tide-picker__controls{grid-template-columns:minmax(0,1fr)!important}body #fishing .tide-picker__controls button#tideShow{grid-column:1!important}}

/* Booking photo lightbox: the desktop background is explicitly clickable. */
@media(min-width:801px){.booking-photo-lightbox__backdrop{cursor:zoom-out!important}.booking-photo-lightbox__stage{pointer-events:auto!important}}

/* build 617 — larger booking calendar on desktop/Mac; closes immediately after selecting a date */
@media (min-width:801px){
  html.booking-calendar-open,html.booking-calendar-open body{overflow:hidden!important}
  .booking-calendar-modal{position:fixed!important;inset:0!important;z-index:42000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;box-sizing:border-box!important}
  .booking-calendar-modal[hidden]{display:none!important}
  .booking-calendar-modal__backdrop{position:absolute!important;inset:0!important;border:0!important;background:rgba(3,10,13,.76)!important;backdrop-filter:blur(5px)!important;cursor:default!important}
  .booking-calendar{position:relative!important;z-index:1!important;width:min(520px,calc(100vw - 48px))!important;padding:22px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;background:#13262b!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important;color:#e7efee!important}
  .booking-calendar__head{display:grid!important;grid-template-columns:44px 1fr 44px 36px!important;align-items:center!important;gap:8px!important;margin-bottom:18px!important}
  .booking-calendar__month{text-align:center!important;font-size:20px!important;font-weight:650!important;letter-spacing:.01em!important;text-transform:none!important}
  .booking-calendar__nav,.booking-calendar__close{display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.10)!important;background:#1a3136!important;color:#e7efee!important;cursor:pointer!important}
  .booking-calendar__nav{width:44px!important;height:44px!important;border-radius:12px!important;font-size:30px!important;line-height:1!important}
  .booking-calendar__close{width:36px!important;height:36px!important;border-radius:50%!important;font-size:22px!important;line-height:1!important}
  .booking-calendar__week,.booking-calendar__days{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important}
  .booking-calendar__week{margin-bottom:8px!important}
  .booking-calendar__week span{text-align:center!important;color:#8fa3a5!important;font-size:12px!important;font-weight:600!important}
  .booking-calendar__day{aspect-ratio:1/1!important;min-height:52px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:12px!important;background:#183038!important;color:#e8f0ef!important;font-size:16px!important;font-weight:550!important;cursor:pointer!important;transition:background .14s ease,border-color .14s ease,transform .14s ease!important}
  .booking-calendar__day:hover:not(:disabled){background:#214049!important;border-color:rgba(255,255,255,.17)!important;transform:translateY(-1px)!important}
  .booking-calendar__day.is-selected{background:#e4ddd0!important;color:#102329!important;border-color:#e4ddd0!important;font-weight:750!important}
  .booking-calendar__day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px rgba(228,221,208,.65)!important}
  .booking-calendar__day:disabled{opacity:.25!important;cursor:not-allowed!important}
  .booking-calendar__empty{min-height:52px!important}
  /* Do not place Safari's invisible native date input over the entire booking field. */
  html.apple-date-picker #booking .booking-native-date-picker{width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;inset:auto!important;opacity:0!important;pointer-events:none!important}
  html.apple-date-picker #booking .booking-date-text,html.apple-date-picker #booking .booking-date-picker-button{pointer-events:auto!important}
}

/* build 618 — one large custom date calendar on desktop, tablets and phones, including tides */
html.booking-calendar-open,html.booking-calendar-open body{overflow:hidden!important}
.booking-calendar-modal{position:fixed!important;inset:0!important;z-index:42000!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:16px!important;box-sizing:border-box!important}
.booking-calendar-modal[hidden]{display:none!important}
.booking-calendar-modal__backdrop{position:absolute!important;inset:0!important;border:0!important;background:rgba(3,10,13,.76)!important;backdrop-filter:blur(5px)!important;cursor:default!important}
.booking-calendar{position:relative!important;z-index:1!important;width:min(520px,calc(100vw - 32px))!important;max-height:calc(100dvh - 32px)!important;overflow:auto!important;padding:22px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:18px!important;background:#13262b!important;box-shadow:0 28px 80px rgba(0,0,0,.48)!important;color:#e7efee!important;-webkit-overflow-scrolling:touch!important}
.booking-calendar__head{display:grid!important;grid-template-columns:44px 1fr 44px 36px!important;align-items:center!important;gap:8px!important;margin-bottom:18px!important}
.booking-calendar__month{text-align:center!important;font-size:20px!important;font-weight:650!important;letter-spacing:.01em!important;text-transform:none!important}
.booking-calendar__nav,.booking-calendar__close{display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.10)!important;background:#1a3136!important;color:#e7efee!important;cursor:pointer!important;padding:0!important}
.booking-calendar__nav{width:44px!important;height:44px!important;border-radius:12px!important;font-size:30px!important;line-height:1!important}
.booking-calendar__close{width:36px!important;height:36px!important;border-radius:50%!important;font-size:22px!important;line-height:1!important}
.booking-calendar__week,.booking-calendar__days{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:7px!important}
.booking-calendar__week{margin-bottom:8px!important}
.booking-calendar__week span{text-align:center!important;color:#8fa3a5!important;font-size:12px!important;font-weight:600!important}
.booking-calendar__day{aspect-ratio:1/1!important;min-height:52px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:12px!important;background:#183038!important;color:#e8f0ef!important;font-size:16px!important;font-weight:550!important;cursor:pointer!important;transition:background .14s ease,border-color .14s ease,transform .14s ease!important;padding:0!important}
.booking-calendar__day:hover:not(:disabled){background:#214049!important;border-color:rgba(255,255,255,.17)!important;transform:translateY(-1px)!important}
.booking-calendar__day.is-selected{background:#e4ddd0!important;color:#102329!important;border-color:#e4ddd0!important;font-weight:750!important}
.booking-calendar__day.is-today:not(.is-selected){box-shadow:inset 0 0 0 1px rgba(228,221,208,.65)!important}
.booking-calendar__day:disabled{opacity:.25!important;cursor:not-allowed!important}
.booking-calendar__empty{min-height:52px!important}

/* Never allow Safari/iOS native date picker to sit over booking fields now that the custom calendar is universal. */
html.apple-date-picker #booking .booking-native-date-picker,#booking .booking-native-date-picker{width:1px!important;height:1px!important;min-width:1px!important;min-height:1px!important;position:absolute!important;inset:auto!important;opacity:0!important;pointer-events:none!important}
html.apple-date-picker #booking .booking-date-text,html.apple-date-picker #booking .booking-date-picker-button,#booking .booking-date-text,#booking .booking-date-picker-button{pointer-events:auto!important}

/* Tide date fields also use the custom calendar and do not invoke the system picker. */
#fishing .tide-picker__controls input[type="date"]{cursor:pointer!important;-webkit-appearance:none!important;appearance:none!important}
#fishing .tide-picker__controls input[type="date"]::-webkit-calendar-picker-indicator{opacity:.75!important;pointer-events:none!important}

@media (max-width:640px){
  .booking-calendar-modal{padding:10px!important;align-items:center!important}
  .booking-calendar{width:min(100%,430px)!important;max-height:calc(100dvh - 20px)!important;padding:16px 14px 18px!important;border-radius:16px!important}
  .booking-calendar__head{grid-template-columns:40px 1fr 40px 34px!important;gap:5px!important;margin-bottom:14px!important}
  .booking-calendar__month{font-size:17px!important}
  .booking-calendar__nav{width:40px!important;height:40px!important;border-radius:11px!important;font-size:27px!important}
  .booking-calendar__close{width:34px!important;height:34px!important;font-size:21px!important}
  .booking-calendar__week,.booking-calendar__days{gap:5px!important}
  .booking-calendar__week span{font-size:11px!important}
  .booking-calendar__day{min-height:42px!important;border-radius:10px!important;font-size:15px!important}
  .booking-calendar__empty{min-height:42px!important}
}
@media (max-width:370px){
  .booking-calendar{padding-left:10px!important;padding-right:10px!important}
  .booking-calendar__week,.booking-calendar__days{gap:4px!important}
  .booking-calendar__day{min-height:38px!important;font-size:14px!important}
  .booking-calendar__empty{min-height:38px!important}
}


/* build 619 — slightly more compact mobile calendar; prevent Safari focus zoom */
@media (max-width:640px){
  .booking-calendar-modal{padding:12px!important}
  .booking-calendar{width:min(calc(100% - 16px),400px)!important;max-height:calc(100dvh - 24px)!important;padding:14px 12px 16px!important;border-radius:15px!important}
  .booking-calendar__head{grid-template-columns:38px 1fr 38px 32px!important;gap:5px!important;margin-bottom:12px!important}
  .booking-calendar__month{font-size:16px!important}
  .booking-calendar__nav{width:38px!important;height:38px!important;border-radius:10px!important;font-size:26px!important}
  .booking-calendar__close{width:32px!important;height:32px!important;font-size:20px!important}
  .booking-calendar__week,.booking-calendar__days{gap:4px!important}
  .booking-calendar__week{margin-bottom:6px!important}
  .booking-calendar__day{min-height:39px!important;border-radius:9px!important;font-size:14px!important}
  .booking-calendar__empty{min-height:39px!important}
  #booking .booking-date-text,#fishing .tide-picker__controls input[type=\"date\"]{font-size:16px!important}
}
@media (max-width:370px){
  .booking-calendar{width:min(calc(100% - 12px),380px)!important;padding-left:10px!important;padding-right:10px!important}
  .booking-calendar__day{min-height:36px!important;font-size:14px!important}
  .booking-calendar__empty{min-height:36px!important}
}


/* build 620 — promo modal, promo-code presentation and booking photo swipe polish */
body.promo-modal-open{overflow:hidden!important}
.promo-card{font:inherit;text-align:left;color:inherit}
.promo-detail-modal[hidden]{display:none!important}
.promo-detail-modal{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:24px}
.promo-detail-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(2,8,12,.82);backdrop-filter:blur(7px);cursor:zoom-out}
.promo-detail-modal__panel{position:relative;z-index:1;width:min(700px,calc(100vw - 34px));max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,.15);border-radius:28px;background:#0c171c;color:#fff;box-shadow:0 32px 90px rgba(0,0,0,.48);display:grid;grid-template-columns:minmax(230px,.85fr) minmax(0,1.15fr)}
.promo-detail-modal__media{min-height:360px;background:#111f25;overflow:hidden;border-radius:27px 0 0 27px}
.promo-detail-modal__media img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.promo-detail-modal__content{padding:36px 34px 30px;display:flex;flex-direction:column;align-items:flex-start}
.promo-detail-modal__badge{display:inline-flex;align-items:center;min-height:29px;padding:6px 12px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#111;margin-bottom:18px}
.promo-detail-modal__content h2{margin:0;color:#fff;font-size:clamp(24px,2.6vw,34px);line-height:1.04;letter-spacing:-.035em}
.promo-detail-modal__description{margin:17px 0 0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.65;white-space:pre-line}
.promo-detail-modal__dates{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}
.promo-detail-modal__dates>div{padding:13px 14px;border:1px solid rgba(255,255,255,.10);border-radius:15px;background:rgba(255,255,255,.035);display:grid;gap:5px}
.promo-detail-modal__dates span,.promo-detail-modal__code span{font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.48)}
.promo-detail-modal__dates strong{font-size:14px;font-weight:600;color:#fff}
.promo-detail-modal__code{width:100%;margin-top:12px;padding:13px 13px 13px 15px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;gap:16px}
.promo-detail-modal__code>div{display:grid;gap:4px;min-width:0}
.promo-detail-modal__code strong{font-size:18px;letter-spacing:.10em;color:#fff;overflow-wrap:anywhere}
.promo-detail-modal__code button{width:42px;height:42px;flex:0 0 42px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:15px;transition:.18s}
.promo-detail-modal__code button:hover,.promo-detail-modal__code button.is-copied{background:rgba(255,255,255,.15)}
.promo-detail-modal__link{margin-top:18px;min-height:43px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.19);display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:12px;font-weight:600;background:rgba(255,255,255,.06)}
.promo-detail-modal__close{position:absolute;top:14px;right:14px;z-index:3;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(4,13,18,.65);color:#fff;font-size:27px;line-height:1;display:grid;place-items:center;padding:0 0 3px;cursor:pointer;backdrop-filter:blur(8px)}
.booking-photo-lightbox__image-wrap{touch-action:pan-y pinch-zoom}
@media(max-width:720px){
  .promo-detail-modal{padding:16px}
  .promo-detail-modal__panel{width:min(100%,520px);max-height:calc(100vh - 32px);grid-template-columns:1fr;border-radius:23px}
  .promo-detail-modal__media{min-height:0;height:210px;border-radius:22px 22px 0 0}
  .promo-detail-modal__media img{min-height:0;height:100%}
  .promo-detail-modal__content{padding:25px 20px 24px}
  .promo-detail-modal__content h2{font-size:28px}
  .promo-detail-modal__description{font-size:13px;line-height:1.55}
  .promo-detail-modal__dates{margin-top:19px;gap:8px}
  .promo-detail-modal__dates>div{padding:11px}
  .promo-detail-modal__code{margin-top:9px}
  .promo-detail-modal__close{width:38px;height:38px;top:10px;right:10px}
}
@media(max-width:390px){.promo-detail-modal__dates{grid-template-columns:1fr}.promo-detail-modal__media{height:180px}.promo-detail-modal__content{padding:22px 17px 20px}}


/* build 622 — locked mobile photo viewer + promo modal sizing/overlay */
body.booking-photo-modal-open{overflow:hidden!important;touch-action:none!important;overscroll-behavior:none!important}
.booking-photo-lightbox{z-index:2147483646!important;position:fixed!important;inset:0!important;touch-action:none!important;overscroll-behavior:contain!important}
.booking-photo-lightbox__backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.94)!important;pointer-events:auto!important}
.booking-photo-lightbox__stage{position:relative!important;z-index:2!important}
.booking-photo-lightbox__image-wrap{touch-action:none!important;overscroll-behavior:none!important}

/* A little wider on desktop. */
@media(min-width:721px){
  .promo-detail-modal__panel{width:min(800px,calc(100vw - 48px))!important;grid-template-columns:minmax(270px,.9fr) minmax(0,1.1fr)!important}
  .promo-detail-modal__media,.promo-detail-modal__media img{min-height:390px!important}
}

/* On phones the special-offer overlay covers the header too and the card is deliberately more compact. */
@media(max-width:720px){
  .promo-detail-modal{z-index:2147483646!important;padding:18px 16px!important}
  .promo-detail-modal__backdrop{background:rgba(0,0,0,.94)!important;backdrop-filter:blur(8px)!important}
  .promo-detail-modal__panel{width:min(calc(100% - 10px),460px)!important;max-height:calc(100dvh - 36px)!important;border-radius:20px!important}
  .promo-detail-modal__media{height:168px!important;border-radius:19px 19px 0 0!important}
  .promo-detail-modal__content{padding:20px 18px 18px!important}
  .promo-detail-modal__badge{margin-bottom:12px!important}
  .promo-detail-modal__content h2{font-size:24px!important;line-height:1.08!important}
  .promo-detail-modal__description{margin-top:12px!important;font-size:12.5px!important;line-height:1.5!important}
  .promo-detail-modal__dates{margin-top:15px!important}
  .promo-detail-modal__code{margin-top:8px!important}
  .promo-detail-modal__link{display:none!important}
  .promo-detail-modal__close{z-index:4!important}
}


/* build 623 — final modal overrides + cache-bust companion */
@media (min-width:721px){
  html body .promo-detail-modal__panel{
    width:min(860px,calc(100vw - 64px))!important;
    max-width:860px!important;
  }
}

@media (max-width:720px){
  html body .promo-detail-modal{
    position:fixed!important;
    inset:0!important;
    z-index:2147483647!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    padding:14px!important;
    overflow:hidden!important;
  }
  html body .promo-detail-modal[hidden]{display:none!important}
  html body .promo-detail-modal__backdrop{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:rgba(0,0,0,.95)!important;
    backdrop-filter:blur(7px)!important;
    -webkit-backdrop-filter:blur(7px)!important;
  }
  html body .promo-detail-modal__panel{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:min(92vw,420px)!important;
    max-width:420px!important;
    max-height:calc(100dvh - 28px)!important;
    margin:auto!important;
    overflow:auto!important;
    border-radius:18px!important;
    background:#0c171c!important;
    box-shadow:0 24px 80px rgba(0,0,0,.7)!important;
  }
  html body .promo-detail-modal__media{
    width:100%!important;
    height:150px!important;
    min-height:150px!important;
    border-radius:17px 17px 0 0!important;
    overflow:hidden!important;
  }
  html body .promo-detail-modal__media img{
    width:100%!important;
    height:150px!important;
    min-height:150px!important;
    object-fit:cover!important;
  }
  html body .promo-detail-modal__content{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    padding:18px 16px 16px!important;
  }
  html body .promo-detail-modal__content h2{
    margin:0!important;
    font-size:22px!important;
    line-height:1.1!important;
  }
  html body .promo-detail-modal__description{
    margin:10px 0 0!important;
    font-size:12.5px!important;
    line-height:1.48!important;
  }
  html body .promo-detail-modal__dates{
    width:100%!important;
    margin-top:13px!important;
    gap:7px!important;
  }
  html body .promo-detail-modal__dates>div{
    padding:10px!important;
    border-radius:12px!important;
  }
  html body .promo-detail-modal__code{
    width:100%!important;
    margin-top:8px!important;
    padding:10px 10px 10px 12px!important;
    border-radius:13px!important;
  }
  html body .promo-detail-modal__code strong{font-size:16px!important}
  html body .promo-detail-modal__code button{
    width:38px!important;
    height:38px!important;
    flex-basis:38px!important;
  }
  html body .promo-detail-modal__link{display:none!important}
  html body .promo-detail-modal__close{
    top:9px!important;
    right:9px!important;
    z-index:4!important;
    width:36px!important;
    height:36px!important;
    font-size:23px!important;
  }

  html body .booking-photo-lightbox{
    position:fixed!important;
    inset:0!important;
    z-index:2147483647!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:transparent!important;
  }
  html body .booking-photo-lightbox__backdrop{
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    width:100%!important;
    height:100%!important;
    background:rgba(0,0,0,.96)!important;
  }
  html body .booking-photo-lightbox__stage{
    position:relative!important;
    z-index:2!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    padding:58px 12px 26px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
  }
  html body .booking-photo-lightbox__row{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  html body .booking-photo-lightbox__image-wrap{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
    touch-action:none!important;
  }
  html body .booking-photo-lightbox__image-wrap img{
    display:block!important;
    max-width:100%!important;
    max-height:calc(100dvh - 110px)!important;
    width:auto!important;
    height:auto!important;
    margin:auto!important;
    object-fit:contain!important;
  }
  html body .booking-photo-lightbox__close{
    position:absolute!important;
    top:12px!important;
    right:12px!important;
    z-index:5!important;
  }
}

/* build 624 — promotion modal locking, 80% overlay, no details link */
html body.promo-modal-open{
  position:fixed!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:none!important;
}
html body .promo-detail-modal{
  z-index:2147483647!important;
  overscroll-behavior:contain!important;
  touch-action:none!important;
}
html body .promo-detail-modal__backdrop{
  background:rgba(0,0,0,.80)!important;
  backdrop-filter:blur(6px)!important;
  -webkit-backdrop-filter:blur(6px)!important;
  touch-action:none!important;
}
html body .promo-detail-modal__panel{
  touch-action:pan-y!important;
  overscroll-behavior:contain!important;
}
html body .promo-detail-modal__link{display:none!important}
html body .promo-detail-modal__code[hidden],
html body .promo-detail-modal__dates[hidden]{display:none!important}

/* Site promotion edit modal in admin. */
.site-promo-edit-modal[hidden]{display:none!important}
.site-promo-edit-modal{position:fixed!important;inset:0!important;z-index:2147483000!important;display:grid!important;place-items:center!important;padding:24px!important}
.site-promo-edit-modal .booking-promo-edit-modal__backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.78)!important;border:0!important}
.site-promo-edit-modal .booking-promo-edit-panel{position:relative!important;z-index:2!important;width:min(820px,calc(100vw - 40px))!important;max-height:calc(100vh - 40px)!important;overflow:auto!important}
.site-promo-edit-form{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
.site-promo-edit-form .wide{grid-column:1/-1!important}
.site-promo-edit-form .promo-display-dates{grid-column:1/-1!important}
@media(max-width:720px){
  .site-promo-edit-modal{padding:12px!important}
  .site-promo-edit-modal .booking-promo-edit-panel{width:100%!important;max-height:calc(100dvh - 24px)!important}
  .site-promo-edit-form{grid-template-columns:1fr!important}
  .site-promo-edit-form .wide,.site-promo-edit-form .promo-display-dates{grid-column:1!important}
}

/* build 628 — desktop booking photo close icon centered in its control */
@media screen and (min-width:801px){
  html body .booking-photo-lightbox__close{
    display:grid !important;
    place-items:center !important;
    padding:0 !important;
    line-height:1 !important;
    text-align:center !important;
    font-family:Arial, Helvetica, sans-serif !important;
  }
}

/* build 629 — geometrically centered desktop booking photo close icon */
@media screen and (min-width:801px){
  html body .booking-photo-lightbox__close{
    position:absolute !important;
    display:block !important;
    width:36px !important;
    height:36px !important;
    padding:0 !important;
    margin:0 !important;
    font-size:0 !important;
    line-height:0 !important;
    text-indent:-9999px !important;
    overflow:hidden !important;
  }
  html body .booking-photo-lightbox__close::before,
  html body .booking-photo-lightbox__close::after{
    content:"" !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:17px !important;
    height:2px !important;
    border-radius:2px !important;
    background:#fff !important;
    transform-origin:center center !important;
    pointer-events:none !important;
  }
  html body .booking-photo-lightbox__close::before{
    transform:translate(-50%,-50%) rotate(45deg) !important;
  }
  html body .booking-photo-lightbox__close::after{
    transform:translate(-50%,-50%) rotate(-45deg) !important;
  }
}


/* Build 633 — compact FAQ after meals */
.stay-faq{margin:34px 0 4px;padding:26px 28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.035)}
.stay-faq__head{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1fr);column-gap:36px;align-items:end;margin-bottom:18px}
.stay-faq__head>span{grid-column:1;color:#d5b56c;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.stay-faq__head h3{grid-column:1;margin:6px 0 0;font-size:clamp(25px,2.4vw,38px);line-height:1.02}
.stay-faq__head p{grid-column:2;grid-row:1/3;margin:0;color:rgba(255,255,255,.65);font-size:14px;line-height:1.6;max-width:520px}
.stay-faq__list{border-top:1px solid rgba(255,255,255,.11)}
.stay-faq__item{border-bottom:1px solid rgba(255,255,255,.11)}
.stay-faq__item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:62px;padding:16px 2px;cursor:pointer;font-size:16px;font-weight:650;color:#fff}
.stay-faq__item summary::-webkit-details-marker{display:none}
.stay-faq__plus{position:relative;flex:0 0 30px;width:30px;height:30px;border:1px solid rgba(255,255,255,.18);border-radius:50%;transition:transform .25s ease,border-color .25s ease}
.stay-faq__plus:before,.stay-faq__plus:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:1.5px;background:#fff;transform:translate(-50%,-50%)}
.stay-faq__plus:after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .25s ease}
.stay-faq__item[open] .stay-faq__plus{border-color:rgba(213,181,108,.7);transform:rotate(180deg)}
.stay-faq__item[open] .stay-faq__plus:after{transform:translate(-50%,-50%) rotate(0)}
.stay-faq__answer{padding:0 52px 18px 2px}
.stay-faq__answer p{margin:0;max-width:900px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.72}
@media (hover:hover) and (pointer:fine){.stay-faq__item summary:hover{color:#ead59f}.stay-faq__item summary:hover .stay-faq__plus{border-color:rgba(213,181,108,.7)}}
@media(max-width:700px){.stay-faq{margin-top:24px;padding:20px 18px;border-radius:19px}.stay-faq__head{display:block;margin-bottom:14px}.stay-faq__head h3{margin:5px 0 9px;font-size:27px}.stay-faq__head p{font-size:13px;line-height:1.55}.stay-faq__item summary{min-height:56px;padding:14px 0;font-size:14px;line-height:1.35;gap:14px}.stay-faq__plus{flex-basis:28px;width:28px;height:28px}.stay-faq__answer{padding:0 40px 16px 0}.stay-faq__answer p{font-size:13px;line-height:1.65}}
