:root{--midnight:#10222b;--deep-green:#153a3a;--solar:#f4a62a;--sand:#f5f0e6;--ivory:#fcfaf5;--terracotta:#c96848;--turquoise:#2aa9a1;--text:#172126;--muted:#728083;--white:#fff;--radius:22px;--radius-sm:18px;--radius-lg:28px;--shadow-soft:0 12px 40px #10222b14;--shadow-header:0 8px 32px #10222b0f;--header-h:92px;--topbar-h:38px;--ease:cubic-bezier(.22, 1, .36, 1);--transition:.4s var(--ease);--transition-fast:.3s var(--ease);--transition-slow:.7s var(--ease);--container:1280px;--gutter:clamp(1rem, 3vw, 2rem);--section-y:clamp(4rem, 8vw, 7rem);--bottom-nav-h:72px;--safe-bottom:env(safe-area-inset-bottom,0px)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-height:100vh;color:var(--text);background:var(--ivory);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Quicksand,system-ui,-apple-system,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}img,svg,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}address{font-style:normal}:focus{outline:none}:focus-visible{outline:2px solid var(--solar);outline-offset:3px;outline-color:var(--solar)}.site-footer :focus-visible,.private-collection :focus-visible,.private-cta :focus-visible{outline-color:var(--solar)}.container{width:min(var(--container), 100% - var(--gutter) * 2);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:10000;background:var(--midnight);color:var(--white);transition:transform var(--transition-fast);border-radius:999px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;position:fixed;top:.75rem;left:.75rem;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.6875rem;font-weight:700;display:inline-block}.eyebrow--solar{color:var(--solar)}.section{padding-block:var(--section-y)}.section-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3rem)}.section-head h2{letter-spacing:-.02em;color:var(--midnight);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.section-head p{color:var(--muted);max-width:58ch;margin-top:1rem;font-size:1.0625rem}.section-head--row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;max-width:none;display:flex}.badge{letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.6875rem;font-weight:700;display:inline-flex}.badge--glass{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff2e}.badge--solar{color:var(--solar);background:#f4a62a26}.badge--soldout{color:var(--terracotta);background:#c968481f}.badge--early{color:var(--turquoise);background:#2aa9a11f}.badge--sig{color:var(--solar);background:#f4a62a26}.badge--visa{letter-spacing:.07em;gap:.25rem;padding:.28rem .55rem;font-size:.58rem;line-height:1.2;box-shadow:0 2px 10px #00000038}.badge--visa svg{width:11px;height:11px}.badge--visa-free{color:#1a202c;background:#fff}.badge--visa-free svg{color:#1a6b45}.badge--visa-req{color:#6d3228;background:#fff}.badge--visa-req svg{color:#b43e2a}.btn{white-space:nowrap;min-height:44px;transition:transform var(--transition-fast), opacity var(--transition-fast), background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;line-height:1.2;display:inline-flex}.btn i,.btn svg{width:1.1em;height:1.1em;transition:transform var(--transition-fast);flex-shrink:0}.btn:hover i,.btn:hover svg{transform:translate(4px)}.btn--solar{background:var(--solar);color:var(--midnight);box-shadow:0 4px 20px #f4a62a40}.btn--solar:hover{transform:translateY(-1px);box-shadow:0 8px 28px #f4a62a59}.btn--ghost{color:var(--white);background:0 0;border:1.5px solid #ffffff73}.btn--ghost:hover{background:#ffffff1a;border-color:#ffffffb3}.btn--outline{color:var(--midnight);background:0 0;border:1.5px solid #10222b26}.btn--outline:hover{border-color:var(--midnight);background:var(--sand)}.btn--sm{min-height:40px;padding:.5rem 1.1rem;font-size:.8125rem}.btn--lg{min-height:52px;padding:.9rem 1.75rem;font-size:1rem}.btn--block{width:100%}.icon-btn{width:44px;height:44px;color:inherit;transition:background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:#10222b0f}.icon-btn svg{width:20px;height:20px}.top-bar{z-index:1001;background:var(--midnight);color:#ffffffd9;font-size:.75rem;font-weight:500;position:relative}.top-bar__inner{min-height:var(--topbar-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.top-bar__tursab{opacity:.75;letter-spacing:.04em}.top-bar__actions{align-items:center;gap:.25rem;display:flex}.top-bar__link{transition:background var(--transition-fast);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .65rem;display:none}.top-bar__link:hover{background:#ffffff14}.top-bar__link svg{width:14px;height:14px}.top-bar__btn{color:inherit;transition:background var(--transition-fast);border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;display:inline-flex}.top-bar__btn:hover{background:#ffffff14}.top-bar__btn svg{opacity:.7;width:14px;height:14px}.site-header{z-index:1000;transition:background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);position:sticky;top:0}.site-header:not(.is-scrolled){background:0 0}.site-header:not(.is-scrolled) .icon-btn,.site-header:not(.is-scrolled) .hamburger{color:var(--white)}.site-header:not(.is-scrolled) .icon-btn:hover,.site-header:not(.is-scrolled) .hamburger:hover{background:#ffffff1f}.site-header.is-scrolled{-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-header);background:#fcfaf5e0}.header__inner{min-height:var(--header-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{background:#fcfaf5f5;border-radius:10px;flex-shrink:0;align-items:center;padding:.8rem 2rem;display:flex;box-shadow:0 2px 10px #0000001f}.brand__logo{object-fit:contain;width:auto;max-width:min(200px,45vw);height:clamp(37px,5vw,49px);display:block}.site-header.is-scrolled .brand{box-shadow:none;background:0 0;padding:0}.nav-desktop{display:none}.nav-desktop__list{align-items:center;gap:clamp(.5rem,1.5vw,1.75rem);margin:0;padding:0;list-style:none;display:flex}.nav-desktop__list>li{position:relative}.nav-desktop__list a,.nav-dd-trigger{color:var(--midnight);cursor:pointer;white-space:nowrap;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-family:inherit;font-size:.875rem;font-weight:600;display:inline-flex;position:relative}.nav-desktop__list a:after,.nav-dd-trigger:after{content:"";background:var(--solar);transform-origin:0;width:100%;height:2px;transition:transform var(--transition);position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-desktop__list a:hover:after,.nav-desktop__list a.is-active:after,.nav-item--has-dd:hover .nav-dd-trigger:after,.nav-dd-trigger[aria-expanded=true]:after{transform:scaleX(1)}.nav-dropdown{opacity:0;visibility:hidden;pointer-events:none;min-width:250px;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);z-index:1100;-webkit-backdrop-filter:none;background:#fff;border:1px solid #10222b1a;border-radius:16px;padding:.65rem;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 16px 48px #10222b2e}.nav-item--has-dd:hover .nav-dropdown,.nav-item--has-dd:focus-within .nav-dropdown,.nav-dd-trigger[aria-expanded=true]+.nav-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.nav-dropdown a{background:0 0;border-radius:10px;width:100%;padding:.7rem .85rem;font-size:.875rem;font-weight:600;display:block;color:#172126!important}.nav-dropdown a:after{display:none!important}.nav-dropdown a:hover{background:#f5f0e6;color:#10222b!important}.header__actions{align-items:center;gap:.35rem;display:flex}.header__admin{white-space:nowrap}@media (max-width:1023px){.header__admin{display:none}}.mobile-menu__account{gap:.55rem;margin:.75rem 0 1rem;display:grid}.mobile-menu__account .btn{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.mobile-menu__account .btn svg{flex-shrink:0;width:18px;height:18px}.header__cart{position:relative}.cart-badge{background:var(--solar);min-width:1.1rem;height:1.1rem;color:var(--midnight);text-align:center;box-shadow:0 0 0 2px var(--ivory);border-radius:999px;padding:0 .25rem;font-size:.625rem;font-weight:700;line-height:1.1rem;position:absolute;top:-2px;right:-2px}.cart-badge--inline{box-shadow:none;justify-content:center;align-items:center;margin-inline-start:.35rem;display:inline-flex;position:static}.bottom-nav__icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.bottom-nav__icon-wrap .cart-badge{top:-6px;right:-8px}@media (min-width:1024px){.header__cart{display:none}}.header__lang,.header__currency{min-height:40px;color:var(--midnight);transition:background var(--transition-fast);border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;display:none}.header__lang:hover,.header__currency:hover{background:#10222b0f}.header__lang svg{width:16px;height:16px}.header__actions .btn--solar{display:none}.hamburger{display:inline-flex}.dropdown-panel{z-index:1100;border-radius:var(--radius-sm);opacity:0;visibility:hidden;min-width:200px;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);color:#172126;background:#fff;border:1px solid #10222b1a;padding:.75rem;position:fixed;transform:translateY(-8px);box-shadow:0 16px 48px #10222b2e}.dropdown-panel:not([hidden]),.dropdown-panel.is-open{opacity:1;visibility:visible;transform:translateY(0)}.lang-dropdown{width:min(420px,100vw - 2rem)}.lang-dropdown__grid{grid-template-columns:1fr;gap:.25rem;display:grid}.lang-option{border-radius:calc(var(--radius-sm) - 4px);text-align:start;color:#172126;width:100%;transition:background var(--transition-fast);background:0 0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.lang-option:hover{background:var(--sand)}.lang-option.is-selected,.lang-option[aria-selected=true]{color:var(--midnight);background:#f4a62a1f;font-weight:600}.lang-option__flag{text-align:center;min-width:1.25rem;font-size:1.05rem;line-height:1}.lang-option__code{letter-spacing:.08em;color:var(--muted);min-width:1.75rem;font-size:.6875rem;font-weight:700}.lang-option__name{flex:1;font-size:.875rem}.lang-option.is-selected .lang-option__code{color:var(--solar)}.currency-dropdown{flex-direction:column;gap:.25rem;min-width:160px;display:flex}.currency-option{border-radius:calc(var(--radius-sm) - 4px);text-align:start;width:100%;transition:background var(--transition-fast);align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:flex}.currency-option:hover,.currency-option.is-selected,.currency-option[aria-selected=true]{background:var(--sand)}.mobile-menu{z-index:1200;padding:1.25rem;padding-bottom:calc(1.25rem + var(--safe-bottom));background:var(--ivory);opacity:0;visibility:hidden;transition:opacity var(--transition), transform var(--transition), visibility var(--transition);pointer-events:none;flex-direction:column;display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-menu[hidden]{display:none!important}.mobile-menu:not([hidden]),.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;display:flex;transform:translate(0)}.mobile-menu__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.mobile-menu__header img{object-fit:contain;background:#fff;border-radius:8px;width:auto;max-width:min(230px,72vw);height:58px;padding:.65rem 1.55rem;display:block;box-shadow:0 2px 8px #00000014}.mobile-menu__nav{flex-direction:column;flex:1;gap:.25rem;display:flex}.mobile-menu__nav a{color:var(--midnight);transition:color var(--transition-fast), padding-inline-start var(--transition-fast);border-bottom:1px solid #10222b0f;padding:1rem 0;font-size:1.25rem;font-weight:600}.mobile-menu__nav a:hover{color:var(--solar);padding-inline-start:.5rem}.mobile-menu__meta{gap:.75rem;margin:1.5rem 0;display:flex}.mobile-menu__meta .btn{flex:1}.sheet-backdrop{z-index:1300;opacity:0;visibility:hidden;transition:opacity var(--transition-fast), visibility var(--transition-fast);background:#10222b73;position:fixed;inset:0}.sheet-backdrop:not([hidden]),.sheet-backdrop.is-open{opacity:1;visibility:visible}.bottom-sheet{z-index:1310;max-height:85vh;padding:1rem 1.25rem calc(1.5rem + var(--safe-bottom));border-radius:var(--radius-lg) var(--radius-lg) 0 0;background:var(--ivory);transition:transform var(--transition);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -12px 48px #10222b1f}.bottom-sheet:not([hidden]),.bottom-sheet.is-open{transform:translateY(0)}.bottom-sheet--tall{max-height:92vh}.bottom-sheet__handle{background:#10222b26;border-radius:999px;width:40px;height:4px;margin:0 auto 1rem}.bottom-sheet h3{color:var(--midnight);margin-bottom:1rem;font-size:1.125rem;font-weight:700}.sheet-list{flex-direction:column;gap:.25rem;margin-bottom:1rem;display:flex}.sheet-option{border-radius:var(--radius-sm);text-align:start;width:100%;transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:1rem;font-size:.9375rem;font-weight:600;display:flex}.sheet-option:hover,.sheet-option.is-selected{background:var(--sand)}.filter-sheet-body{flex-direction:column;gap:1.25rem;max-height:55vh;margin-bottom:1.25rem;display:flex;overflow-y:auto}.search-modal{z-index:1400;padding:1.25rem;padding-top:calc(1.25rem + env(safe-area-inset-top,0px));padding-bottom:calc(1.25rem + var(--safe-bottom));background:var(--ivory);opacity:0;visibility:hidden;transition:opacity var(--transition), transform var(--transition), visibility var(--transition);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(12px)}.search-modal:not([hidden]),.search-modal.is-open{opacity:1;visibility:visible;transform:translateY(0)}.search-modal__top{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.search-modal__top h2{color:var(--midnight);font-size:clamp(1.375rem,4vw,1.75rem);font-weight:700;line-height:1.2}.search-form{flex-direction:column;gap:1.25rem;display:flex}.search-field{flex-direction:column;gap:.5rem;display:flex}.search-field label,.search-field>span{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:700}.search-field input,.search-field select,.search-panel__field input,.search-panel__field select{border-radius:var(--radius-sm);background:var(--white);width:100%;min-height:48px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1.5px solid #10222b1a;padding:.75rem 1rem}.search-field input:focus,.search-field select:focus,.search-panel__field input:focus,.search-panel__field select:focus{border-color:var(--solar);box-shadow:0 0 0 3px #f4a62a26}.autocomplete{position:relative}.autocomplete__list{z-index:50;border-radius:var(--radius-sm);background:var(--white);max-height:240px;box-shadow:var(--shadow-soft);border:1px solid #10222b14;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.autocomplete__list:not([hidden]){display:block}.autocomplete__item{text-align:start;width:100%;transition:background var(--transition-fast);padding:.75rem 1rem;font-size:.9375rem;font-weight:500;display:block}.autocomplete__item:hover,.autocomplete__item.is-active,.autocomplete__item[aria-selected=true]{background:var(--sand)}.guest-stepper{flex-direction:column;gap:.75rem;display:flex}.guest-stepper label{justify-content:space-between;align-items:center;gap:1rem;font-size:.9375rem;font-weight:500;display:flex}.stepper{align-items:center;gap:.75rem;display:inline-flex}.stepper button{width:36px;height:36px;transition:border-color var(--transition-fast), background var(--transition-fast);border:1.5px solid #10222b1f;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;display:inline-flex}.stepper button:hover{border-color:var(--solar);background:#f4a62a14}.stepper strong{text-align:center;min-width:1.5rem;font-size:1rem}.guest-stepper--compact{flex-direction:row;align-items:center;gap:.5rem}.guest-stepper--compact button{border:1.5px solid #10222b1f;border-radius:50%;width:32px;height:32px;font-size:1rem}.guest-stepper--compact span{align-items:center;gap:.35rem;font-size:.8125rem;display:flex}.guest-stepper--compact span small{color:var(--muted)}.hero{min-height:min(92dvh,920px);margin-top:calc(-1 * var(--header-h));color:var(--white);isolation:isolate;flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__media{z-index:0;position:absolute;inset:0}.hero__img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero__gradient{background:linear-gradient(105deg,#10222bb8 0%,#10222b59 45%,#10222b26 100%),linear-gradient(#0000 60%,#10222b8c 100%);position:absolute;inset:0}.hero__routes{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__routes .route-line{stroke-dasharray:1200;stroke-dashoffset:1200px;animation:routeDraw 2.5s var(--ease) .5s forwards}.hero__stage{z-index:2;padding-top:clamp(calc(var(--header-h) + 2.5rem), 14vh, 8rem);justify-content:space-between;align-items:flex-end;gap:clamp(1.5rem,4vw,3rem);padding-bottom:clamp(7.5rem,18vh,11rem);display:flex;position:relative}.hero__content{z-index:2;flex:auto;max-width:40rem;position:relative}.hero__title{letter-spacing:-.03em;max-width:12ch;margin-top:1.25rem;font-size:clamp(2.25rem,6vw,4.25rem);font-weight:600;line-height:1.08}.hero__title em{color:var(--solar);font-style:normal}.hero__lead{color:#ffffffd1;max-width:42ch;margin-top:1.25rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}.hero__cta{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.hero__next{z-index:3;border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(12px);letter-spacing:.08em;pointer-events:none;background:#10222bb8;border:1px solid #ffffff1f;flex-direction:column;flex:none;gap:.25rem;min-width:180px;max-width:220px;margin-bottom:.15rem;padding:1.25rem 1.5rem;font-size:.75rem;display:none;position:relative}.hero__next-label{letter-spacing:.16em;color:var(--solar);font-size:.625rem;font-weight:700}.hero__next strong{letter-spacing:.04em;font-size:1.5rem;font-weight:700}.hero__next small{opacity:.65;margin-top:.35rem;font-size:.6875rem}.route-chip{color:var(--solar);letter-spacing:.1em;background:#f4a62a26;border:1px solid #f4a62a59;border-radius:999px;align-self:flex-start;margin-top:.5rem;padding:.35rem .65rem;font-size:.6875rem;font-weight:700;display:inline-flex}.magnetic{transition:transform .15s var(--ease)}.search-section{z-index:20;padding-bottom:var(--section-y);margin-top:-4.5rem;position:relative;overflow:visible}.search-section .container{z-index:2;position:relative}.search-section__title{color:var(--midnight);margin-bottom:1.25rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700}.search-panel{border-radius:var(--radius-lg);background:var(--white);border:1px solid #10222b0f;align-items:end;gap:1rem;padding:1.25rem;display:grid;overflow:visible;box-shadow:0 18px 48px #10222b1f}.search-panel__field{flex-direction:column;gap:.4rem;display:flex}.search-panel__field label,.search-panel__field>span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:700}.search-panel__guests{justify-content:flex-end}.search-panel__submit{width:100%}.search-panel__submit i{transition:transform var(--transition-fast)}.search-panel__submit:hover i{transform:scale(1.1)}.destinations{background:var(--sand)}.dest-masonry{grid-template-columns:1fr;grid-auto-flow:row;align-items:stretch;gap:1rem;display:grid}.dest-card,.dest-card--large,.dest-card--tall,.dest-card--wide,.dest-card--small{grid-area:auto}.dest-card{aspect-ratio:16/10;border-radius:var(--radius-lg);background:var(--midnight);isolation:isolate;cursor:pointer;width:100%;min-height:0;display:block;position:relative;overflow:hidden;transform:none}.dest-card>img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow);position:absolute;inset:0}.dest-card:hover{transform:none}.dest-card:hover>img{transform:scale(1.06)}.dest-card__overlay{color:var(--white);transition:background var(--transition);background:linear-gradient(#0000 0%,#10222b26 45%,#10222bc7 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}.dest-card:hover .dest-card__overlay{background:linear-gradient(#0000 0%,#10222b40 40%,#10222be0 100%)}.dest-card__overlay h3{letter-spacing:.04em;text-transform:uppercase;margin-top:.35rem;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700}.dest-card__overlay p{color:var(--solar);margin-top:.35rem;font-size:.8125rem;font-weight:600}.dest-card__route{opacity:0;transition:opacity var(--transition);pointer-events:none;position:absolute;inset:0}.dest-card__route svg{width:100%;height:100%}.dest-card:hover .dest-card__route{opacity:1}.dest-card__body{z-index:2;color:var(--white);padding:1.25rem;position:absolute;bottom:0;left:0;right:0}.dest-card__name{letter-spacing:.04em;text-transform:uppercase;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:700}.dest-card__region{opacity:.75;margin-top:.25rem;font-size:.8125rem}.dest-card__meta{color:var(--solar);align-items:center;gap:.35rem;margin-top:.75rem;font-size:.8125rem;font-weight:600;display:flex}.dest-card__meta svg{width:14px;height:14px;transition:transform var(--transition-fast)}.dest-card:hover .dest-card__meta svg{transform:translate(4px)}.signatures{background:var(--ivory);overflow:hidden}.sig-rail{scroll-snap-type:x mandatory;scroll-padding-inline:var(--gutter);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.sig-rail::-webkit-scrollbar{display:none}.sig-rail--marquee{scroll-snap-type:none;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.sig-rail__track{gap:1.25rem;width:max-content;animation:55s linear infinite marqueeScroll;display:flex}.sig-rail__group{flex-shrink:0;gap:1.25rem;display:flex}.sig-rail--marquee:hover .sig-rail__track,.sig-rail--marquee:focus-within .sig-rail__track{animation-play-state:paused}.sig-card{scroll-snap-align:start;border-radius:var(--radius-lg);background:var(--white);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #10222b0f;flex-direction:column;flex:0 0 min(85vw,380px);display:flex;overflow:hidden}.sig-card:hover{box-shadow:var(--shadow-soft);transform:scale(1.02)}.sig-card__media{aspect-ratio:4/3;position:relative;overflow:hidden}.sig-card__media img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.sig-card:hover .sig-card__media img{transform:scale(1.04)}.sig-card__badge{position:absolute;top:1rem;left:1rem}.sig-card__fav{position:absolute;top:1rem;right:1rem}.sig-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.sig-card__meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;flex-wrap:wrap;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.sig-card__body h3,.tour-card__body h3{color:var(--midnight);font-size:1.125rem;font-weight:700;line-height:1.3}.tour-meta,.tour-dates{color:var(--muted);font-size:.8125rem}.tour-price{flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-top:.25rem;display:flex}.tour-price s{color:var(--muted);font-size:.8125rem}.tour-price strong{color:var(--midnight);font-size:1.25rem;font-weight:700}.tour-price small{color:var(--muted);font-size:.6875rem}.sig-card__media .fav-btn,.tour-card__media .fav-btn{z-index:2;position:absolute;top:1rem;right:1rem}.sig-card__media .badge,.tour-card__media .badge{z-index:2;position:absolute;top:1rem;left:1rem}.sig-card__media .badge--visa,.tour-card__media .badge--visa{top:auto;bottom:.75rem;left:.75rem}.sig-card__body .route-chip,.tour-card__body .route-chip{align-self:flex-start;margin-bottom:.25rem}.sig-card__body .btn,.tour-card__body .btn{align-self:flex-start;margin-top:.75rem}.sig-card__dates{color:var(--muted);font-size:.8125rem}.sig-card__details{color:var(--muted);flex-wrap:wrap;gap:.75rem;font-size:.75rem;display:flex}.sig-card__price{align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.sig-card__price-old{color:var(--muted);font-size:.8125rem;text-decoration:line-through}.sig-card__price-current{color:var(--midnight);font-size:1.25rem;font-weight:700}.sig-card__actions{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.tours-section{background:var(--ivory)}.tours-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.sort-label select{background:var(--white);cursor:pointer;border:1.5px solid #10222b1f;border-radius:999px;min-height:40px;padding:.5rem 2rem .5rem .875rem;font-size:.8125rem;font-weight:600}.filter-layout{gap:2rem;display:grid}.filter-panel{display:none}.filter-group{margin-bottom:1.5rem}.filter-group h3{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.75rem;font-weight:700}.filter-checks{flex-direction:column;gap:.5rem;display:flex}.filter-checks label,.check-row{cursor:pointer;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;display:flex}.filter-checks input[type=checkbox],.check-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--solar);cursor:pointer}.price-range{align-items:center;gap:1rem;display:flex}.price-range input[type=range]{accent-color:var(--solar);flex:1}.price-range span{color:var(--midnight);min-width:4.5rem;font-size:.875rem;font-weight:700}.active-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.active-chips:not([hidden]){display:flex}.chip{background:var(--sand);color:var(--midnight);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.chip button{opacity:.6;width:18px;height:18px;transition:opacity var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;line-height:1;display:inline-flex}.chip button:hover{opacity:1}.results-count{color:var(--muted);margin-bottom:1.25rem;font-size:.875rem}.tour-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.tour-card{border-radius:var(--radius-lg);background:var(--white);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #10222b0f;grid-template-columns:1fr;display:grid;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow-soft);transform:scale(1.01)}.tour-card__media{aspect-ratio:16/10;position:relative;overflow:hidden}.tour-card__media img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.tour-card:hover .tour-card__media img{transform:scale(1.04)}.tour-card__badges{flex-wrap:wrap;gap:.4rem;display:flex;position:absolute;top:1rem;left:1rem}.tour-card__fav{width:44px;height:44px;color:var(--muted);transition:color var(--transition-fast), transform var(--transition-fast);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:1rem;right:1rem}.tour-card__fav svg{width:20px;height:20px;transition:fill var(--transition-fast), transform var(--transition-fast)}.tour-card__fav:hover{transform:scale(1.08)}.tour-card__fav.is-active,.tour-card__fav.is-favorited{color:var(--terracotta)}.tour-card__fav.is-active svg,.tour-card__fav.is-favorited svg{fill:var(--terracotta);animation:heartFill .4s var(--ease)}.tour-card__body{flex-direction:column;gap:.5rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.tour-card__route{letter-spacing:.08em;color:var(--solar);background:#f4a62a1f;border-radius:999px;align-self:flex-start;padding:.25rem .6rem;font-size:.6875rem;font-weight:700;display:inline-flex}.tour-card__meta{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);flex-wrap:wrap;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.tour-card__title{color:var(--midnight);font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:700;line-height:1.35}.tour-card__info{color:var(--muted);flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.8125rem;display:flex}.tour-card__info span{align-items:center;gap:.35rem;display:inline-flex}.tour-card__info svg{width:14px;height:14px}.tour-card__langs{gap:.35rem;display:flex}.tour-card__lang{background:var(--sand);letter-spacing:.06em;border-radius:4px;padding:.2rem .45rem;font-size:.625rem;font-weight:700}.tour-card__footer{border-top:1px solid #10222b0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.tour-card__price{flex-direction:column;gap:.15rem;display:flex}.tour-card__price-old{color:var(--muted);font-size:.8125rem;text-decoration:line-through}.tour-card__price-current{color:var(--midnight);font-size:1.375rem;font-weight:700}.tour-card__price-note{color:var(--muted);font-size:.6875rem}.empty-state{text-align:center;border-radius:var(--radius-lg);background:var(--sand);flex-direction:column;grid-column:1/-1;align-items:center;gap:1.25rem;padding:3rem 1.5rem;display:flex}.empty-state p{color:var(--muted);max-width:36ch;font-size:1.0625rem}.fav-btn,.sig-card__fav{width:40px;height:40px;color:var(--muted);transition:color var(--transition-fast), transform var(--transition-fast);background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.fav-btn.is-active svg,.sig-card__fav.is-active svg{fill:var(--terracotta);color:var(--terracotta)}.private-collection{background:var(--midnight);color:var(--white);padding-block:clamp(4rem,10vw,7rem);position:relative;overflow:hidden}.private-collection:before{content:"";pointer-events:none;background:radial-gradient(at 80%,#f4a62a14 0%,#0000 60%);width:50%;height:100%;position:absolute;top:0;right:0}.private-collection__grid{align-items:center;gap:2.5rem;display:grid}.private-collection__copy h2{letter-spacing:-.02em;margin-top:.5rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.private-collection__copy p{color:#ffffffb8;max-width:46ch;margin-top:1rem;font-size:1.0625rem;line-height:1.65}.private-collection__copy .btn{margin-top:1.75rem}.private-collection__visual{border-radius:var(--radius-lg);position:relative;overflow:hidden}.private-collection__visual img{aspect-ratio:4/3;object-fit:cover;width:100%}.coord-card{border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.1em;background:#10222bb8;border:1px solid #ffffff1a;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;font-size:.6875rem;display:flex;position:absolute;bottom:1.25rem;left:1.25rem}.coord-card strong{letter-spacing:.06em;font-size:1.125rem}.coord-card small{opacity:.65}.journey-how{background:var(--sand)}.timeline{position:relative}.timeline__svg{width:100%;height:80px;margin-bottom:2rem;display:none}.timeline__svg #timelineProgress{stroke-dasharray:1200;stroke-dashoffset:1200px;transition:stroke-dashoffset 1.2s var(--ease)}.timeline.is-visible #timelineProgress,.timeline.is-drawn #timelineProgress{stroke-dashoffset:0}.timeline__steps{grid-template-columns:1fr;gap:2rem;display:grid}.timeline__steps li{padding-inline-start:0;position:relative}.timeline__num{letter-spacing:.12em;color:var(--solar);margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:block}.timeline__steps h3{color:var(--midnight);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.timeline__steps p{color:var(--muted);max-width:32ch;font-size:.9375rem}.why{background:var(--ivory)}.why-grid{grid-template-columns:1fr;gap:2rem;display:grid}.why-item{border-top:1px solid #10222b14;padding-block:1.5rem}.why-item__num{letter-spacing:.14em;color:var(--muted);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.why-item h3{color:var(--midnight);max-width:28ch;margin-bottom:.75rem;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:700}.why-item p{color:var(--muted);max-width:42ch;font-size:.9375rem;line-height:1.65}.notes{background:var(--sand)}.notes-layout{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:1.25rem;width:100%;display:grid}.notes-layout--equal{grid-template-columns:minmax(0,1fr)}.notes-more{justify-content:center;margin-top:2rem;display:flex}.notes-card,.note-card{border-radius:var(--radius);background:var(--white);width:100%;min-width:0;color:inherit;height:100%;transition:box-shadow var(--transition);border:1px solid #10222b0f;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.notes-card:hover,.note-card:hover{box-shadow:var(--shadow-soft)}.notes-card>img,.note-card__media img{aspect-ratio:16/10;object-fit:cover;background:var(--sand);flex-shrink:0;width:100%;display:block}.notes-card__body,.note-card__body{flex-direction:column;flex:1;gap:.5rem;min-width:0;padding:1.15rem 1.2rem 1.25rem;display:flex}.notes-card__tag,.note-card__meta{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;font-size:.6875rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.notes-card__body h3,.note-card__title{color:var(--midnight);-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;min-height:2.7em;font-size:1.0625rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.notes-card__body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;margin:0;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.notes-card__body time{color:var(--muted);margin-top:auto;padding-top:.35rem;font-size:.75rem}.inspiration{background:var(--midnight);padding-block:clamp(3rem,6vw,5rem);overflow:hidden}.inspiration__quote{text-align:center;color:#ffffffe6;letter-spacing:-.01em;margin-bottom:2rem;font-size:clamp(1.5rem,3.5vw,2.25rem);font-style:italic;font-weight:500}.insp-rail{overflow:hidden}.insp-rail__track{padding-inline:var(--gutter);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;display:flex;overflow-x:auto}.insp-rail__track::-webkit-scrollbar{display:none}.insp-rail__item,.insp-item{scroll-snap-align:start;color:inherit;aspect-ratio:3/4;border-radius:var(--radius-sm);flex:0 0 min(70vw,280px);text-decoration:none;display:block;position:relative;overflow:hidden}.insp-rail__item img,.insp-item img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.insp-rail__item:hover img,.insp-item:hover img{transform:scale(1.04)}.insp-rail__label{color:var(--white);letter-spacing:.08em;text-transform:uppercase;opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);background:linear-gradient(#0000 0%,#10222bcc 100%);padding:1.25rem 1rem;font-size:.875rem;font-weight:700;position:absolute;inset:auto 0 0;transform:translateY(8px)}.insp-rail__item:hover .insp-rail__label{opacity:1;transform:translateY(0)}.insp-item__caption{letter-spacing:.06em;text-transform:uppercase;color:var(--white);opacity:0;transition:opacity var(--transition), transform var(--transition);background:linear-gradient(#0000 50%,#10222bbf 100%);align-items:flex-end;padding:1.25rem;font-size:.9375rem;font-weight:700;display:flex;position:absolute;inset:0;transform:translateY(8px)}.insp-item:hover .insp-item__caption{opacity:1;transform:translateY(0)}.private-cta{align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.private-cta__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.private-cta__overlay{background:linear-gradient(105deg,#10222bd1 0%,#10222b8c 100%);position:absolute;inset:0}.private-cta__content{z-index:2;color:var(--white);padding-block:clamp(4rem,10vw,6rem);position:relative}.private-cta__content h2{letter-spacing:-.02em;max-width:16ch;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.15}.private-cta__content p{color:#ffffffc7;max-width:46ch;margin-top:1rem;font-size:1.0625rem;line-height:1.65}.private-cta__content .hero__cta{margin-top:2rem}.partners{background:var(--ivory);padding-block:clamp(3rem,6vw,4.5rem);overflow:hidden}.partners__title{text-align:center;color:var(--muted);letter-spacing:.04em;margin-bottom:2rem;font-size:clamp(1.125rem,2vw,1.375rem);font-weight:600}.marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.marquee__track{gap:3rem;width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.marquee__group{flex-shrink:0;align-items:center;gap:3rem;display:flex}.marquee:hover .marquee__track,.marquee:focus-within .marquee__track{animation-play-state:paused}.marquee__item,.partner-chip{background:var(--white);filter:grayscale();opacity:.75;min-width:148px;height:64px;transition:filter var(--transition), opacity var(--transition), transform var(--transition);border:1px solid #10222b0f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:.65rem 1.25rem;display:inline-flex;box-shadow:0 4px 14px #10222b0a}.marquee__item:hover,.partner-chip:hover{filter:grayscale(0);opacity:1;transform:translateY(-2px)}.partner-logo{object-fit:contain;width:auto;max-width:148px;height:34px;display:block}.newsletter{background:var(--sand);padding-block:clamp(3.5rem,7vw,5rem)}.newsletter__inner{text-align:center;max-width:640px;margin-inline:auto}.newsletter__inner h2{color:var(--midnight);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.25}.newsletter__form{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.newsletter__form input{background:var(--white);text-align:center;min-height:52px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1.5px solid #10222b1a;border-radius:999px;padding:.875rem 1.25rem}.newsletter__form input:focus{border-color:var(--solar);box-shadow:0 0 0 3px #f4a62a26}.newsletter__form input.is-invalid{border-color:var(--terracotta)}.newsletter__note{color:var(--muted);margin-top:1rem;font-size:.8125rem}.site-footer{background:var(--midnight);color:#ffffffc7;padding-top:clamp(3.5rem,7vw,5rem);position:relative;overflow:hidden}.footer__grid{z-index:2;grid-template-columns:1fr;gap:2.5rem;display:grid;position:relative}.footer__brand img{object-fit:contain;background:#fff;border-radius:8px;width:auto;max-width:240px;height:64px;margin-bottom:1rem;padding:.8rem 1.75rem;display:block;box-shadow:0 4px 16px #0003}.footer__brand p{max-width:32ch;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.65}.footer__social{gap:.5rem;display:flex}.footer__social a{color:#ffffffbf;width:44px;height:44px;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.footer__social a:hover{border-color:var(--solar);color:var(--solar);background:#f4a62a26}.footer__social svg{flex-shrink:0;width:18px;height:18px;display:block}.footer__grid h3{letter-spacing:.12em;text-transform:uppercase;color:var(--white);margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer__grid ul{flex-direction:column;gap:.6rem;display:flex}.footer__grid a{transition:color var(--transition-fast), padding-inline-start var(--transition-fast);font-size:.875rem}.footer__grid a:hover{color:var(--solar);padding-inline-start:.25rem}.footer__social a:hover,.footer__grid a.footer__verified:hover{padding-inline-start:0}.footer__contact address,.footer__contact p{margin-bottom:.5rem;font-size:.875rem;line-height:1.7}.footer__contact a:hover{color:var(--solar)}.footer__tursab{letter-spacing:.06em;color:#ffffff8c;margin-top:1rem;font-size:.75rem;font-weight:600}.footer__verified{color:#1a1a1a;max-width:100%;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:#fff;border-radius:10px;align-items:center;gap:.7rem;margin-top:.85rem;padding:.5rem .65rem;text-decoration:none;display:inline-flex;box-shadow:0 4px 14px #0000002e}.footer__grid a.footer__verified:hover,.footer__verified:hover{color:#1a1a1a;padding-inline-start:.65rem;transform:translateY(-1px);box-shadow:0 6px 18px #00000038}.footer__verified img{object-fit:contain;width:auto;max-width:118px;height:42px;box-shadow:none;background:0 0;border-radius:0;margin:0;padding:0;display:block}.footer__verified-text{flex-direction:column;gap:.12rem;min-width:0;display:flex}.footer__verified-text strong{color:#1b1b1b;font-size:.6875rem;font-weight:700;line-height:1.3}.footer__verified-text small{letter-spacing:.02em;color:#5c5c5c;font-size:.625rem}.footer__verified--bar{flex-shrink:0;margin-top:0;padding:.35rem .5rem}.footer__verified--bar img{max-width:108px;height:36px}.footer__watermark{letter-spacing:.08em;color:#ffffff08;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(6rem,18vw,14rem);font-weight:700;line-height:1;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.footer__bottom{z-index:2;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem 1.25rem;margin-top:3rem;padding-block:1.25rem;display:flex;position:relative}.footer__bottom p{color:#ffffff73;text-align:start;margin:0;font-size:.8125rem}.footer__legal{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem 1.1rem;display:flex}.footer__legal a,.footer__legal .footer__legal-link{color:#ffffff80;padding:0;font-size:.75rem}.footer__legal .footer__legal-link{font-family:inherit;line-height:inherit;cursor:pointer;background:0 0;border:0}.footer__legal a:hover,.footer__legal .footer__legal-link:hover{color:var(--solar);padding-inline-start:0}.footer__legal .footer__legal-link:focus-visible{outline:2px solid var(--solar);outline-offset:3px;border-radius:3px}.tour-modal{z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity var(--transition-fast), visibility var(--transition-fast);overscroll-behavior:contain;background:#10222b8c;justify-content:center;align-items:flex-start;padding:0;display:flex;position:fixed;inset:0;overflow-y:auto}.tour-modal:not([hidden]),.tour-modal.is-open{opacity:1;visibility:visible}.tour-modal__dialog{background:var(--ivory);width:100%;max-width:1100px;min-height:100dvh;transition:transform var(--transition);margin:0 auto;position:relative;transform:translateY(24px)}.tour-modal:not([hidden]) .tour-modal__dialog,.tour-modal.is-open .tour-modal__dialog{transform:translateY(0)}.tour-modal__close{z-index:20;box-shadow:var(--shadow-soft);background:#ffffffeb;position:absolute;top:1rem;right:1rem}.tour-detail__hero{aspect-ratio:16/9;max-height:420px;position:relative;overflow:hidden}.tour-detail__hero img{object-fit:cover;width:100%;height:100%}.tour-detail__hero-overlay{background:linear-gradient(#0000 50%,#10222b99 100%);position:absolute;inset:0}.tour-detail__hero-content{color:var(--white);padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.tour-detail__hero-content h2{max-width:20ch;font-size:clamp(1.375rem,3vw,2rem);font-weight:700;line-height:1.2}.tour-detail__hero-meta{opacity:.85;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;font-size:.8125rem;display:flex}.tour-detail__layout{grid-template-columns:1fr;gap:0;display:grid}.tour-detail__main{padding:1.5rem}.tour-detail__sidebar{background:var(--white);border-top:1px solid #10222b0f;padding:1.5rem}.tour-detail__booking{flex-direction:column;gap:1rem;display:flex}.tour-detail__booking h3{color:var(--midnight);font-size:1rem;font-weight:700}.tour-detail__booking-field{flex-direction:column;gap:.4rem;display:flex}.tour-detail__booking-field label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:.6875rem;font-weight:700}.tour-detail__booking-field select,.tour-detail__booking-field input{border-radius:var(--radius-sm);background:var(--ivory);border:1.5px solid #10222b1a;min-height:44px;padding:.625rem .875rem}.tour-detail__price{flex-direction:column;gap:.15rem;padding-block:.5rem;display:flex}.tour-detail__price-old{color:var(--muted);font-size:.8125rem;text-decoration:line-through}.tour-detail__price-current{color:var(--midnight);font-size:1.5rem;font-weight:700}.tour-detail__tabs{scrollbar-width:none;border-bottom:1px solid #10222b14;gap:.25rem;margin-bottom:1.5rem;padding-bottom:0;display:flex;overflow-x:auto}.tour-detail__tabs::-webkit-scrollbar{display:none}.tour-tab{color:var(--muted);white-space:nowrap;transition:color var(--transition-fast), border-color var(--transition-fast);border-bottom:2px solid #0000;flex-shrink:0;padding:.75rem 1rem;font-size:.8125rem;font-weight:600}.tour-tab:hover{color:var(--midnight)}.tour-tab.is-active,.tour-tab[aria-selected=true]{color:var(--midnight);border-bottom-color:var(--solar)}.tour-tab__panel{display:none}.tour-tab__panel.is-active,.tour-tab__panel:not([hidden]){display:block}.tour-tab__panel h3{color:var(--midnight);margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.tour-tab__panel p{color:var(--muted);margin-bottom:1rem;font-size:.9375rem;line-height:1.7}.tour-tab__panel ul{flex-direction:column;gap:.5rem;display:flex}.tour-tab__panel li{color:var(--text);padding-inline-start:1.25rem;font-size:.9375rem;line-height:1.55;position:relative}.tour-tab__panel li:before{content:"";background:var(--solar);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.program-timeline{flex-direction:column;gap:0;display:flex}.program-day{border-bottom:1px solid #10222b0f;grid-template-columns:auto 1fr;gap:1rem 1.25rem;padding-block:1.25rem;display:grid}.program-day:last-child{border-bottom:none}.program-day__label{letter-spacing:.1em;color:var(--solar);white-space:nowrap;font-size:.75rem;font-weight:700}.program-day__title{color:var(--midnight);margin-bottom:.35rem;font-size:1rem;font-weight:700}.program-day__text{color:var(--muted);font-size:.875rem;line-height:1.6}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{border-radius:var(--radius-sm);border:1px solid #10222b14;overflow:hidden}.faq-item__question{text-align:start;width:100%;color:var(--midnight);background:var(--white);transition:background var(--transition-fast);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;display:flex}.faq-item__question:hover{background:var(--sand)}.faq-item__question svg{width:18px;height:18px;transition:transform var(--transition-fast);flex-shrink:0}.faq-item.is-open .faq-item__question svg{transform:rotate(180deg)}.faq-item__answer{max-height:0;transition:max-height var(--transition);overflow:hidden}.faq-item.is-open .faq-item__answer{max-height:500px}.faq-item__answer p{color:var(--muted);padding:0 1.25rem 1rem;font-size:.875rem;line-height:1.65}.tour-detail__rating{align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;display:inline-flex}.tour-detail__rating svg{width:16px;height:16px;color:var(--solar);fill:var(--solar)}.bottom-nav{z-index:900;min-height:var(--bottom-nav-h);padding:.5rem .75rem calc(.5rem + var(--safe-bottom));-webkit-backdrop-filter:blur(16px);background:#fcfaf5f0;border-top:1px solid #10222b14;justify-content:space-around;align-items:flex-end;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #10222b0f}.bottom-nav__item{min-width:56px;min-height:44px;color:var(--muted);transition:color var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.25rem;font-size:.625rem;font-weight:600;display:flex}.bottom-nav__item svg{width:20px;height:20px}.bottom-nav__item.is-active,.bottom-nav__item:hover{color:var(--midnight)}.bottom-nav__item.is-active svg{color:var(--solar)}.bottom-nav__search{background:var(--solar);width:56px;height:56px;color:var(--midnight);transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;margin-top:-1.25rem;display:flex;box-shadow:0 4px 20px #f4a62a66}.bottom-nav__search svg{width:24px;height:24px}.bottom-nav__search:hover{transform:scale(1.06);box-shadow:0 6px 28px #f4a62a80}.sticky-search-cta{left:50%;bottom:calc(var(--bottom-nav-h) + .75rem + var(--safe-bottom));z-index:850;background:var(--midnight);min-height:48px;color:var(--white);box-shadow:var(--shadow-soft);transition:transform var(--transition), opacity var(--transition-fast);opacity:0;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;display:inline-flex;position:fixed;transform:translate(-50%)translateY(120%)}.sticky-search-cta.is-visible,.sticky-search-cta:not(.is-hidden){opacity:1;transform:translate(-50%)translateY(0)}.sticky-search-cta svg{width:18px;height:18px}.scroll-top{right:1rem;bottom:calc(var(--bottom-nav-h) + 1rem + var(--safe-bottom));z-index:850;background:var(--white);width:44px;height:44px;color:var(--midnight);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast), background var(--transition-fast);border:1px solid #10222b1a;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:fixed;transform:translateY(12px)}.scroll-top.is-visible,.scroll-top:not([hidden]){opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:var(--solar);color:var(--midnight)}.scroll-top svg{width:20px;height:20px}.toast{left:50%;bottom:calc(var(--bottom-nav-h) + 1.5rem + var(--safe-bottom));z-index:1600;background:var(--midnight);max-width:calc(100vw - 2rem);color:var(--white);box-shadow:var(--shadow-soft);opacity:0;visibility:hidden;transition:transform var(--transition), opacity var(--transition-fast), visibility var(--transition-fast);border-radius:999px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;position:fixed;transform:translate(-50%)translateY(120%)}.toast:not([hidden]),.toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.route-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.route-line.is-drawn{stroke-dashoffset:0}@keyframes routeDraw{to{stroke-dashoffset:0}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes heartFill{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;transition:opacity var(--transition-slow), transform var(--transition-slow);transform:translateY(24px)}.fade-up.is-visible,.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width:767px){body{padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom))}main{padding-bottom:.5rem}.bk-mobile-cta{bottom:calc(var(--bottom-nav-h) + var(--safe-bottom))}.footer__bottom{text-align:center;flex-direction:column;justify-content:center}.footer__bottom p{text-align:center}.footer__legal{justify-content:center}}[dir=rtl] .skip-link{left:auto;right:.75rem}[dir=rtl] .nav-desktop__list a:after{transform-origin:100%}[dir=rtl] .hero__gradient{background:linear-gradient(-105deg,#10222bb8 0%,#10222b59 45%,#10222b26 100%),linear-gradient(#0000 60%,#10222b8c 100%)}[dir=rtl] .hero__next{margin-inline-end:0}[dir=rtl] .hero__content{text-align:right}[dir=rtl] .private-cta__overlay{background:linear-gradient(-105deg,#10222bd1 0%,#10222b8c 100%)}[dir=rtl] .btn:hover i,[dir=rtl] .btn:hover svg,[dir=rtl] .dest-card:hover .dest-card__meta svg{transform:translate(-4px)}[dir=rtl] .mobile-menu{transform:translate(-100%)}[dir=rtl] .mobile-menu:not([hidden]),[dir=rtl] .mobile-menu.is-open{transform:translate(0)}[dir=rtl] .mobile-menu__nav a:hover{padding-inline:0 .5rem}[dir=rtl] .footer__grid a:hover{padding-inline:0 .25rem}[dir=rtl] .tour-tab__panel li{padding-inline:0 1.25rem}[dir=rtl] .tour-tab__panel li:before{left:auto;right:0}[dir=rtl] .tour-modal__close{left:1rem;right:auto}[dir=rtl] .timeline__steps li{text-align:right}[dir=rtl] .note-card--side,[dir=rtl] .section-head--row{flex-direction:row-reverse}[dir=rtl] .marquee__track{animation-direction:reverse}[dir=rtl] .scroll-top{left:1rem;right:auto}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.fade-up{opacity:1;transform:none}.hero__routes .route-line{stroke-dashoffset:0;animation:none}.marquee__track,.sig-rail__track{animation:none}.dest-card:hover,.sig-card:hover,.tour-card:hover,.note-card:hover,.insp-item:hover img{transform:none}}@media (min-width:768px){.top-bar__link{display:inline-flex}.search-panel{grid-template-columns:repeat(2,1fr);padding:1.5rem}.search-panel__submit{grid-column:1/-1}.dest-masonry{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;gap:1.25rem}.dest-card,.dest-card--large,.dest-card--tall,.dest-card--wide,.dest-card--small{aspect-ratio:16/10;grid-area:auto;min-height:0}.tour-grid{grid-template-columns:repeat(2,1fr)}.tour-card{grid-template-columns:1fr 1fr}.tour-card__media{aspect-ratio:auto;min-height:100%}.why-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem 3rem}.notes-layout,.notes-layout--equal{grid-template-rows:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.notes-card--featured,.note-card--featured,.note-card--lead,.notes-card:not(.notes-card--featured),.note-card--side,.note-card--small{grid-area:auto}.private-collection__grid{grid-template-columns:1fr 1.1fr;gap:3rem}.timeline__svg{display:block}.timeline__steps{grid-template-columns:repeat(4,1fr);gap:1.5rem}.newsletter__form{flex-direction:row}.newsletter__form input{text-align:start;flex:1}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:2.5rem 2rem}.tour-modal__dialog{border-radius:var(--radius-lg);min-height:auto;margin:2rem auto;overflow:hidden}.tour-detail__layout{grid-template-columns:1fr 320px}.tour-detail__sidebar{border-top:none;border-inline-start:1px solid #10222b0f;align-self:start;max-height:100vh;position:sticky;top:0;overflow-y:auto}.bottom-nav,.sticky-search-cta{display:none}body{padding-bottom:0}.scroll-top,.toast{bottom:2rem}}@media (min-width:1024px){.nav-desktop{display:block}.nav-desktop .nav-dd-trigger:after{display:none}.header__lang,.header__currency,.header__actions .btn--solar{display:inline-flex}.hamburger,.top-bar__actions .top-bar__btn:last-child{display:none}.search-section{margin-top:-5rem}.search-panel{grid-template-columns:minmax(160px,1.5fr) repeat(3,minmax(110px,1fr)) minmax(120px,auto) auto;align-items:end;gap:.85rem 1rem;padding:1.15rem 1.35rem}.search-panel__field{min-width:0}.search-panel__submit{white-space:nowrap;grid-column:auto;width:auto;min-width:150px}.search-panel__guests{min-width:120px}.filter-layout{grid-template-columns:260px 1fr;gap:2.5rem}.filter-panel{top:calc(var(--header-h) + 1rem);border-radius:var(--radius);background:var(--white);border:1px solid #10222b0f;align-self:start;padding:1.5rem;display:block;position:sticky}.tours-toolbar .btn--outline{display:none}.hero__next{display:flex}.search-modal{justify-content:center;align-items:center;padding:2rem}.search-modal__top,.search-form--modal{width:100%;max-width:560px;margin-inline:auto}.dest-masonry{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;gap:1.35rem}.dest-card,.dest-card--large,.dest-card--tall,.dest-card--wide,.dest-card--small{aspect-ratio:16/10;grid-area:auto}.sig-card{flex:0 0 400px}.notes-layout,.notes-layout--equal{grid-template-columns:repeat(3,minmax(0,1fr))}.lang-dropdown__grid{grid-template-columns:repeat(2,1fr)}.site-header:not(.is-scrolled) .nav-desktop__list>li>a,.site-header:not(.is-scrolled) .nav-desktop__list .nav-dd-trigger,.site-header:not(.is-scrolled) .header__lang,.site-header:not(.is-scrolled) .header__currency,.site-header:not(.is-scrolled) .icon-btn{color:var(--white)}.site-header:not(.is-scrolled) .nav-dropdown a,.site-header .nav-dropdown a{color:var(--text)!important}.site-header:not(.is-scrolled) .nav-dropdown a:hover,.site-header .nav-dropdown a:hover{background:var(--sand);color:var(--midnight)!important}.site-header:not(.is-scrolled) .header__lang:hover,.site-header:not(.is-scrolled) .header__currency:hover,.site-header:not(.is-scrolled) .icon-btn:hover{background:#ffffff1f}}@media (min-width:1280px){:root{--gutter:3.5rem}.tour-detail__layout{grid-template-columns:1fr 360px}.sig-card{flex:0 0 420px}.insp-item{flex:0 0 300px}}@media (min-width:1440px){.hero__title{max-width:none}.dest-masonry{gap:1.5rem}.tour-grid{gap:2rem}}@media (min-width:1920px){:root{--container:1360px}.hero__stage{padding-block:10rem 6rem}}@media (min-width:375px){.hero__cta .btn{min-width:140px}}@media (min-width:390px){.mobile-menu__nav a{font-size:1.375rem}}@media (min-width:430px){.search-modal{padding:1.5rem}}@media print{.top-bar,.site-header,.bottom-nav,.sticky-search-cta,.scroll-top,.toast,.search-modal,.mobile-menu,.tour-modal{display:none!important}body{background:#fff;padding-bottom:0}}.mobile-menu__nav{flex-direction:column;gap:.15rem;max-height:calc(100vh - 220px);display:flex;overflow-y:auto}.mobile-menu__group{margin:.35rem 0 .5rem}.mobile-menu__group-title{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);padding:.55rem 0 .25rem;font-size:.7rem;font-weight:700;display:block}.mobile-menu__group a{color:var(--text);border-bottom:1px solid #10222b0d;padding:.7rem .35rem .7rem .75rem;font-size:.95rem;font-weight:600;display:block}.mobile-menu__nav>a{color:var(--text);border-bottom:1px solid #10222b0f;padding:.9rem 0;font-size:1.05rem;font-weight:600;display:block}[dir=rtl] .nav-dropdown{left:auto;right:50%;transform:translate(50%)translateY(8px)}[dir=rtl] .nav-item--has-dd:hover .nav-dropdown,[dir=rtl] .nav-item--has-dd:focus-within .nav-dropdown,[dir=rtl] .nav-dd-trigger[aria-expanded=true]+.nav-dropdown{transform:translate(50%)translateY(0)}[dir=rtl] .nav-desktop__list a:after,[dir=rtl] .nav-dd-trigger:after{transform-origin:100%}.site-header:not(.is-scrolled) .nav-dd-trigger{color:var(--white)}.autocomplete__list{z-index:50;max-height:240px;overflow-y:auto}.search-panel .autocomplete{width:100%;position:relative}.search-panel__field input,.search-panel__field select{width:100%;min-width:0}.guide-page{background:var(--sand);overflow-x:hidden}.guide-page .site-header{z-index:40;background:var(--white);position:sticky;top:0}.guide-page .site-footer{margin-top:0}.guide-section{padding-block:clamp(2rem,4vw,3.5rem)}.guide-section .section-head{max-width:none;margin-bottom:1.75rem}.guide-section .section-head h1{color:var(--midnight);margin:.25rem 0 0;font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.15}.guide-crumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;margin-bottom:1.25rem;font-size:.8125rem;line-height:1.5;display:flex}.guide-crumb a{color:var(--muted);white-space:nowrap;text-decoration:none}.guide-crumb a:hover{color:var(--midnight)}.guide-crumb__current{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:min(100%,42ch);overflow:hidden}.guide-lead{max-width:52ch;color:var(--muted);margin-top:.5rem}.guide-meta{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:.75rem 0 1.5rem;font-size:.8125rem}.guide-article{background:var(--sand)}.guide-article__hero{background-position:50%;background-size:cover;background-color:var(--midnight);width:100%;height:clamp(200px,32vw,380px)}.guide-article__inner{padding-block:clamp(1.75rem,4vw,3rem)}.guide-article__read{width:100%;max-width:720px;margin-inline:auto}.guide-article__read h1{color:var(--midnight);word-break:break-word;max-width:none;margin:.35rem 0 0;font-size:clamp(1.65rem,3.6vw,2.5rem);line-height:1.2}.guide-prose{max-width:none;color:var(--text);gap:1.1rem;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.8;display:grid}.guide-prose p{margin:0}.guide-highlights{max-width:none;margin-top:2.5rem}.guide-highlights h2,.guide-related h2{color:var(--midnight);margin-bottom:1rem;font-size:1.25rem}.guide-highlights ul{gap:.65rem;padding:0;list-style:none;display:grid}.guide-highlights li{background:var(--white);border-radius:var(--radius-sm);border:1px solid #10222b0f;padding:.85rem 1rem}.guide-related{margin-top:3rem;width:100%;max-width:1100px;margin-inline:auto}.guide-related .notes-layout{margin-top:.25rem}.guide-tour-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem;display:grid}.guide-tour-card{border-radius:var(--radius);background:var(--white);border:1px solid #10222b0f;min-width:0;height:100%;overflow:hidden}.guide-tour-card__link{height:100%;color:inherit;flex-direction:column;min-width:0;text-decoration:none;display:flex}.guide-tour-card .tour-card__media{overflow:hidden}.guide-tour-card .tour-card__media img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.guide-tour-card .tour-card__body{flex-direction:column;flex:1;gap:.45rem;min-width:0;padding:1.1rem 1.15rem 1.25rem;display:flex}.guide-tour-card .tour-card__body h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;line-height:1.35;display:-webkit-box;overflow:hidden}.guide-back{margin-top:2.5rem;flex-wrap:wrap;gap:.75rem;max-width:720px;margin-inline:auto;display:flex}.insp-hub-grid{grid-template-columns:minmax(0,1fr);gap:1.25rem;display:grid}.insp-hub-card{background:var(--white);border-radius:var(--radius);color:inherit;min-width:0;transition:box-shadow var(--transition);border:1px solid #10222b0f;grid-template-columns:minmax(0,1fr);gap:0;text-decoration:none;display:grid;overflow:hidden}.insp-hub-card:hover{box-shadow:var(--shadow-soft)}.insp-hub-card img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.insp-hub-card div{min-width:0;padding:1.25rem}.insp-hub-card h2{color:var(--midnight);margin-bottom:.35rem;font-size:1.25rem}.insp-hub-card p{color:var(--muted);font-size:.9375rem;line-height:1.55}@media (min-width:768px){.guide-tour-grid,.insp-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insp-hub-card{grid-template-columns:140px minmax(0,1fr)}.insp-hub-card img{aspect-ratio:auto;height:100%;min-height:140px}.guide-related .notes-layout--equal{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.guide-tour-grid,.insp-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.insp-hub-card{grid-template-columns:minmax(0,1fr)}.insp-hub-card img{aspect-ratio:16/10;min-height:0}}
.booking-page{background:var(--ivory);padding-bottom:calc(var(--safe-bottom) + .5rem)}.booking-page .site-header.is-scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-header);background:#fcfaf5eb}.nav-item--has-dd{position:relative}.nav-dd-trigger{font:inherit;color:var(--midnight);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.35rem 0;font-size:.875rem;font-weight:600;display:inline-flex}.nav-dropdown{border-radius:var(--radius-sm);opacity:0;visibility:hidden;min-width:240px;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);z-index:50;background:#fff;border:1px solid #10222b1a;padding:.65rem;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%,6px);box-shadow:0 16px 48px #10222b2e}.nav-item--has-dd:hover .nav-dropdown,.nav-item--has-dd:focus-within .nav-dropdown,.nav-item--has-dd.is-open .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.nav-dropdown a{transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border-radius:12px;padding:.65rem .85rem;font-size:.875rem;font-weight:600;display:block;color:#172126!important}.nav-dropdown a:hover{background:#f5f0e6;color:#10222b!important}.booking-page .site-header:not(.is-scrolled) .nav-dropdown a,.booking-page .site-header .nav-dropdown a{color:#172126!important}.bk-hero{min-height:clamp(400px,58vh,580px);color:var(--white);flex-direction:column;justify-content:flex-end;display:flex;position:relative;overflow:hidden}.bk-hero__media{background:var(--deep-green) center / cover no-repeat;animation:bkHeroIn 1.1s var(--ease) both;position:absolute;inset:0;transform:scale(1.02)}.bk-hero__shade{background:linear-gradient(#10222b38 0%,#10222b80 42%,#10222be6 100%),linear-gradient(90deg,#153a3a80 0%,#153a3a2e 42%,#0000 70%);position:absolute;inset:0}.bk-hero__frame{z-index:1;grid-template-columns:minmax(0,1fr);align-items:end;gap:clamp(1rem,3vw,2rem);width:100%;padding-block:clamp(2.75rem,7vw,4.5rem) clamp(1.5rem,3.5vw,2.25rem);display:grid;position:relative}.bk-hero__content{min-width:0;position:relative}.bk-meta-visa{gap:.4rem}.bk-meta-visa[hidden]{display:none!important}.bk-visa-pill{color:#1a202c;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:.3rem;padding:.22rem .55rem;font-size:.625rem;font-weight:800;line-height:1.2;display:inline-flex;box-shadow:0 2px 8px #0000002e}.bk-visa-pill svg{color:#1a6b45;flex:none;width:12px;height:12px}.bk-meta-visa.is-required .bk-visa-pill{color:#6d3228;background:#fffffff0}.bk-meta-visa.is-required .bk-visa-pill svg,.bk-visa-strong.is-required{color:#b43e2a}.bk-visa-strong.is-free{color:#1a6b45;font-weight:800}.bk-breadcrumb{color:#ffffffc7;flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.8125rem;font-weight:500;display:flex}.bk-breadcrumb a{color:#ffffffe6;transition:color var(--transition-fast)}.bk-breadcrumb a:hover{color:var(--solar)}.bk-breadcrumb__sep{opacity:.45}.bk-hero__badge{color:var(--midnight);letter-spacing:.12em;text-transform:uppercase;animation:bkFadeUp .7s var(--ease) .15s both;background:#f4a62aeb;border-radius:999px;margin-bottom:.85rem;padding:.45rem .95rem;font-size:.6875rem;font-weight:700;display:inline-flex}.bk-hero__title{letter-spacing:-.02em;max-width:18ch;animation:bkFadeUp .75s var(--ease) .22s both;font-size:clamp(1.85rem,4.5vw,3.15rem);font-weight:600;line-height:1.12}.bk-hero__meta{animation:bkFadeUp .75s var(--ease) .3s both;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-top:1.25rem;display:flex}.bk-meta-item{color:#ffffffe6;align-items:center;gap:.45rem;font-size:.9375rem;font-weight:500;display:inline-flex}.bk-meta-item svg{width:18px;height:18px;color:var(--solar)}.bk-meta-visa .bk-visa-pill svg{color:#1a6b45;width:12px;height:12px}.bk-meta-visa.is-required .bk-visa-pill svg{color:#b43e2a}@media (max-width:860px){.bk-hero{min-height:clamp(420px,62vh,560px)}.bk-hero__frame{padding-block:clamp(2.5rem,8vw,3.5rem) 1.35rem}.bk-hero__meta{gap:.75rem 1rem}.bk-visa-pill{padding:.2rem .5rem;font-size:.58rem}}.bk-rating{align-items:center;gap:.2rem;display:inline-flex}.bk-rating svg{width:16px;height:16px;fill:var(--solar);color:var(--solar)}.bk-rating__score{margin-left:.4rem;font-size:.875rem;font-weight:700}.bk-stepper-wrap{background:var(--white);top:calc(var(--header-h,4.5rem) + 4.75rem);z-index:44;border-bottom:1px solid #10222b0f;position:sticky}.bk-stepper{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding:1rem 0;display:flex;overflow-x:auto}.bk-stepper::-webkit-scrollbar{display:none}.bk-step{scroll-snap-align:start;min-width:150px;color:var(--muted);transition:background var(--transition-fast), color var(--transition-fast);border-radius:999px;flex:1 0 auto;align-items:center;gap:.65rem;padding:.55rem .85rem;display:flex}.bk-step__num{background:var(--sand);width:28px;height:28px;color:var(--muted);transition:background var(--transition-fast), color var(--transition-fast);border-radius:50%;flex-shrink:0;place-items:center;font-size:.75rem;font-weight:700;display:grid}.bk-step__label{white-space:nowrap;font-size:.8125rem;font-weight:600}.bk-step.is-active{color:var(--midnight);background:#f4a62a1f}.bk-step.is-active .bk-step__num{background:var(--solar);color:var(--midnight)}.bk-step.is-done .bk-step__num{background:var(--turquoise);color:var(--white)}.bk-step.is-done{color:var(--deep-green)}.bk-section{padding-block:clamp(1.75rem,4vw,2.75rem)}.bk-layout{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;gap:clamp(1.25rem,3vw,2rem);display:grid}.bk-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);border:1px solid #10222b0f;margin-bottom:1.25rem;padding:clamp(1.25rem,2.5vw,1.75rem)}.bk-card__head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.15rem;display:flex}.bk-card__head h2,.bk-card__head h3{color:var(--midnight);font-size:1.125rem;font-weight:700}.bk-card__hint{color:var(--muted);font-size:.8125rem}.bk-dates{scroll-snap-type:x mandatory;scrollbar-width:thin;gap:.85rem;padding-bottom:.35rem;display:flex;overflow-x:auto}.bk-date{scroll-snap-align:start;text-align:left;border-radius:var(--radius-sm);background:var(--ivory);transition:border-color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);border:1.5px solid #10222b1a;flex:0 0 168px;padding:1rem 1.05rem}.bk-date:hover{border-color:#2aa9a173;transform:translateY(-2px)}.bk-date.is-selected{border-color:var(--turquoise);background:#2aa9a114;box-shadow:0 8px 24px #2aa9a11f}.bk-date__month{letter-spacing:.1em;text-transform:uppercase;color:var(--turquoise);margin-bottom:.35rem;font-size:.6875rem;font-weight:700;display:block}.bk-date__range{color:var(--midnight);margin-bottom:.65rem;font-size:.875rem;font-weight:600;line-height:1.35;display:block}.bk-date__price{color:var(--text);font-size:1rem;font-weight:700;display:block}.bk-date__per{color:var(--muted);font-size:.6875rem;font-weight:500}.bk-date.is-soldout{opacity:.55;cursor:not-allowed}.bk-date__tag{letter-spacing:.06em;text-transform:uppercase;color:var(--terracotta);margin-top:.45rem;font-size:.625rem;font-weight:700;display:inline-block}.bk-room{border-radius:var(--radius-sm);background:var(--sand);border:1px solid #10222b0d;margin-bottom:1rem;padding:1.15rem}.bk-room__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.bk-room__title{color:var(--midnight);font-size:.9375rem;font-weight:700}.bk-room__remove{color:var(--terracotta);font-size:.8125rem;font-weight:600}.bk-room__grid{grid-template-columns:1.2fr 1fr 1fr;gap:.85rem;display:grid}.bk-field label{color:var(--muted);letter-spacing:.02em;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:block}.bk-field select,.bk-field input,.bk-field textarea{background:var(--white);width:100%;min-height:46px;transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1.5px solid #10222b1a;border-radius:14px;padding:.65rem .85rem}.bk-field select:focus,.bk-field input:focus,.bk-field textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 3px #2aa9a126}.bk-stepper-ctl{background:var(--white);border:1.5px solid #10222b1a;border-radius:999px;align-items:center;gap:.65rem;min-height:46px;padding:.25rem;display:inline-flex}.bk-stepper-ctl button{background:var(--sand);width:36px;height:36px;color:var(--midnight);transition:background var(--transition-fast);border-radius:50%;font-size:1.1rem;font-weight:600}.bk-stepper-ctl button:hover{background:#f4a62a40}.bk-stepper-ctl strong{text-align:center;min-width:1.25rem;font-weight:700}.bk-add-room{color:var(--deep-green);transition:background var(--transition-fast), border-color var(--transition-fast);border:1.5px dashed #10222b2e;border-radius:999px;align-items:center;gap:.45rem;margin-top:.25rem;padding:.65rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.bk-add-room:hover{border-color:var(--turquoise);background:#2aa9a114}.bk-add-room svg{width:18px;height:18px}.bk-price-box{border-radius:var(--radius-sm);background:linear-gradient(135deg,#2aa9a11a,#153a3a0f);border:1px solid #2aa9a133;margin-top:.5rem;padding:1.15rem 1.25rem}.bk-price-row{color:var(--muted);justify-content:space-between;gap:1rem;margin-bottom:.55rem;font-size:.875rem;display:flex}.bk-price-row strong{color:var(--text);font-weight:600}.bk-price-total{border-top:1px solid #2aa9a140;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.85rem;padding-top:.85rem;display:flex}.bk-price-total span{color:var(--deep-green);font-size:.9375rem;font-weight:600}.bk-price-total strong{color:var(--turquoise);font-size:1.5rem;font-weight:700}.bk-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.bk-actions .btn--solar{min-width:180px}.btn--ghost-dark{color:var(--midnight);background:0 0;border:1.5px solid #10222b26}.btn--ghost-dark:hover{background:var(--sand)}.bk-sidebar{top:calc(var(--header-h) + 5.5rem);position:sticky}.bk-summary{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-soft);border:1px solid #10222b0f;overflow:hidden}.bk-summary__media{aspect-ratio:16/10;background:var(--deep-green) center / cover no-repeat}.bk-summary__body{padding:1.25rem 1.35rem 1.5rem}.bk-summary__body h3{color:var(--midnight);margin-bottom:.85rem;font-size:1.05rem;font-weight:700;line-height:1.3}.bk-summary__list{gap:.65rem;margin-bottom:1.15rem;display:grid}.bk-summary__list li{justify-content:space-between;gap:.75rem;font-size:.8125rem;display:flex}.bk-summary__list span{color:var(--muted)}.bk-summary__list strong{text-align:right;color:var(--text);font-weight:600}.bk-summary__total{border-top:1px solid #10222b14;justify-content:space-between;align-items:baseline;padding-top:1rem;display:flex}.bk-summary__total span{color:var(--deep-green);font-weight:600}.bk-summary__total strong{color:var(--turquoise);font-size:1.35rem}.bk-summary__note{color:var(--muted);margin-top:.85rem;font-size:.75rem;line-height:1.45}.bk-garanti{color:var(--midnight);letter-spacing:.04em;background:#f4a62a33;border-radius:999px;margin-bottom:.55rem;padding:.35rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.bk-last-seats{color:#b43e2a;background:#b43e2a1f;border-radius:999px;margin:0 0 .65rem .35rem;padding:.35rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.bk-summary__cta{gap:.55rem;margin-top:1rem;display:grid}.bk-call-link{text-align:center;color:var(--midnight);text-underline-offset:3px;font-size:.85rem;font-weight:700;text-decoration:underline}.bk-trust-mini{color:var(--muted);border-top:1px solid #10222b14;flex-wrap:wrap;gap:.55rem .85rem;margin-top:1rem;padding-top:.85rem;font-size:.75rem;font-weight:600;display:flex}.bk-trust-mini span{align-items:center;gap:.3rem;display:inline-flex}.bk-trust-mini svg{width:14px;height:14px;color:var(--solar)}.bk-advantages{background:var(--ivory);padding:clamp(2rem,5vw,3.5rem) 0}.bk-advantages__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.bk-adv-card{background:#fff;border:1px solid #10222b14;border-radius:16px;padding:1.15rem}.bk-adv-card svg{width:1.4rem;height:1.4rem;color:var(--solar);margin-bottom:.55rem}.bk-adv-card h3{margin:0 0 .35rem;font-size:1.05rem}.bk-adv-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.45}.bk-pdf-row{margin-top:1.25rem}.bk-trust-strip{background:var(--midnight);color:#fff;padding:1.35rem 0}.bk-trust-strip__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.85rem;display:grid}.bk-trust-strip__grid strong{font-size:.95rem;display:block}.bk-trust-strip__grid span{opacity:.75;margin-top:.2rem;font-size:.8rem;display:block}@media (max-width:900px){.bk-advantages__grid,.bk-trust-strip__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.bk-advantages__grid{grid-template-columns:1fr}}.bk-form-grid{grid-template-columns:1fr 1fr;gap:.9rem 1rem;display:grid}.bk-form-grid .bk-field--full{grid-column:1/-1}.bk-passenger{border-radius:var(--radius-sm);background:var(--ivory);border:1px solid #10222b14;margin-bottom:1rem;padding:1.1rem}.bk-passenger__head{justify-content:space-between;align-items:center;margin-bottom:.9rem;display:flex}.bk-passenger__head h4{color:var(--midnight);font-size:.9375rem;font-weight:700}.bk-chip{color:var(--midnight);background:#f4a62a26;border-radius:999px;padding:.25rem .65rem;font-size:.6875rem;font-weight:700;display:inline-flex}.bk-pay-icons{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.bk-pay-icons span{background:var(--sand);letter-spacing:.04em;color:var(--muted);border-radius:8px;align-items:center;padding:.35rem .7rem;font-size:.6875rem;font-weight:700;display:inline-flex}.bk-confirm{text-align:center;padding:1.5rem .5rem .5rem}.bk-confirm__icon{width:72px;height:72px;color:var(--turquoise);animation:bkPop .55s var(--ease) both;background:#2aa9a126;border-radius:50%;place-items:center;margin:0 auto 1.25rem;display:grid}.bk-confirm__icon svg{width:36px;height:36px}.bk-confirm h2{color:var(--midnight);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.bk-confirm p{color:var(--muted);max-width:42ch;margin:0 auto 1.25rem}.bk-confirm__code{background:var(--sand);color:var(--deep-green);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.65rem 1.1rem;font-weight:700;display:inline-flex}.bk-confirm__details{text-align:left;border-radius:var(--radius-sm);background:var(--ivory);border:1px solid #10222b0f;max-width:420px;margin:0 auto 1.5rem;padding:1rem 1.15rem}.bk-confirm__details li{border-bottom:1px solid #10222b0d;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.875rem;display:flex}.bk-confirm__details li:last-child{border-bottom:0}.bk-confirm__details span{color:var(--muted)}.bk-error{color:var(--terracotta);margin-top:.35rem;font-size:.75rem;font-weight:600}.bk-field.is-invalid select,.bk-field.is-invalid input{border-color:var(--terracotta)}.bk-tabs-bar{top:var(--header-h,4.5rem);z-index:45;-webkit-backdrop-filter:blur(12px);background:#faf8f3f5;border-bottom:1px solid #10222b14;position:sticky}.bk-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;border-bottom:none;gap:.15rem;margin-bottom:0;padding:.35rem 0 0;display:flex;overflow-x:auto}.bk-tabs::-webkit-scrollbar{display:none}.bk-tab{min-width:5.5rem;color:var(--muted);transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.35rem;margin-bottom:0;padding:.85rem .95rem .75rem;font-family:inherit;font-size:.78rem;font-weight:600;line-height:1.2;display:inline-flex}.bk-tab i,.bk-tab svg{stroke-width:1.75px;width:1.25rem;height:1.25rem;color:inherit}.bk-tab:hover{color:var(--midnight);background:#10222b08}.bk-tab.is-active{color:var(--midnight);border-bottom-color:var(--solar)}.bk-tab.is-active i,.bk-tab.is-active svg{color:var(--solar)}.bk-tab:focus-visible{outline:2px solid var(--solar);outline-offset:2px}.bk-panel{animation:bkFadeUp .45s var(--ease) both;display:none}.bk-panel.is-active{display:block}.bk-panel-card{animation:bkFadeUp .4s var(--ease) both;background:var(--white);border-radius:var(--radius-md,16px);border:1px solid #10222b14;padding:clamp(1.25rem,3vw,1.85rem)}.bk-panel-card__title{color:var(--midnight);margin:0 0 1.15rem;font-size:clamp(1.25rem,2.5vw,1.55rem);font-weight:700}.bk-panel-card__sub{color:var(--midnight);margin:1.75rem 0 .85rem;font-size:1.05rem;font-weight:700}.bk-panel-lead{color:var(--muted,#6b7a82);margin:-.55rem 0 1.15rem;line-height:1.55}.bk-panel-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.bk-advantages__grid--panel{margin-top:.35rem}@media (max-width:900px){.bk-advantages__grid--panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.bk-advantages__grid--panel{grid-template-columns:1fr}}.bk-flight{border-radius:var(--radius-sm,12px);background:var(--ivory);border:1px solid #10222b0f;gap:.65rem;margin-bottom:1.25rem;padding:1rem 1.15rem;display:grid}.bk-flight__row{justify-content:space-between;gap:1rem;font-size:.92rem;display:flex}.bk-flight__row span{color:var(--muted)}.bk-flight__row strong{color:var(--midnight);text-align:right}.bk-lodging-badge{color:var(--midnight);background:#c9a2271f;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.55rem .9rem;font-size:.9rem;display:inline-flex}.bk-lodging-badge i,.bk-lodging-badge svg{width:1.1rem;height:1.1rem;color:var(--solar)}.bk-reviews{gap:1rem;display:grid}.bk-review{border-radius:var(--radius-sm,12px);background:var(--ivory);border:1px solid #10222b0f;padding:1.1rem 1.2rem}.bk-review__head{grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;margin-bottom:.75rem;display:grid}.bk-review__avatar{background:var(--midnight);width:2.4rem;height:2.4rem;color:var(--ivory);border-radius:50%;place-items:center;font-weight:700;display:grid}.bk-review__meta{color:var(--muted);font-size:.8rem;font-weight:500;display:block}.bk-review__stars{gap:.15rem;display:flex}.bk-review__star{color:#10222b33;width:.95rem!important;height:.95rem!important}.bk-review__star.is-on{color:var(--solar);fill:var(--solar)}.bk-review p{color:var(--midnight);margin:0;font-size:.95rem;line-height:1.55}.bk-review__hint{color:var(--muted);margin:1.25rem 0 0;font-size:.85rem}.bk-goto-summary{margin-top:1.25rem}.bk-stepper-wrap[hidden]{display:none!important}.bk-accordion{gap:.65rem;display:grid}.bk-acc-item{border-radius:var(--radius-sm);background:var(--ivory);border:1px solid #10222b14;overflow:hidden}.bk-acc-item summary{cursor:pointer;color:var(--midnight);align-items:center;gap:.85rem;padding:1rem 1.15rem;font-weight:600;list-style:none;display:flex}.bk-acc-item summary::-webkit-details-marker{display:none}.bk-acc-day{min-width:52px;height:32px;color:var(--midnight);background:#f4a62a2e;border-radius:999px;place-items:center;padding-inline:.5rem;font-size:.75rem;font-weight:700;display:grid}.bk-acc-item[open] summary{border-bottom:1px solid #10222b0f}.bk-acc-item .bk-acc-body{color:var(--muted);padding:.9rem 1.15rem 1.15rem;font-size:.9375rem;line-height:1.65}.bk-list{gap:.65rem;display:grid}.bk-list li{background:var(--ivory);color:var(--text);border-radius:14px;align-items:flex-start;gap:.65rem;padding:.75rem .95rem;font-size:.9375rem;display:flex}.bk-list li svg{width:18px;height:18px;color:var(--turquoise);flex-shrink:0;margin-top:.15rem}.bk-list--excludes li svg{color:var(--terracotta)}.bk-prose{max-width:70ch;color:var(--muted);font-size:1rem;line-height:1.7}.bk-prose p+p{margin-top:.85rem}.bk-gallery-section{background:radial-gradient(ellipse 80% 50% at 10% 0%, #f4a62a14, transparent 55%), var(--sand);padding-block:clamp(2.5rem,6vw,4rem)}.bk-gallery-head{margin-bottom:1.5rem}.bk-gallery-head h2{color:var(--midnight);font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.bk-gallery-head p{color:var(--muted);margin-top:.45rem}.bk-gallery{grid-template-rows:1fr 1fr;grid-template-columns:1.4fr 1fr;gap:.85rem;min-height:420px;display:grid}.bk-gallery__item{border-radius:var(--radius);background:var(--deep-green);position:relative;overflow:hidden}.bk-gallery__item--main{grid-row:1/span 2}.bk-gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease)}.bk-gallery__item:hover img{transform:scale(1.04)}.bk-gallery__caption{color:var(--white);background:linear-gradient(#0000,#10222bbf);padding:.85rem 1rem;font-size:.8125rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.bk-usp{background:var(--midnight);color:#ffffffd9;padding-block:clamp(2rem,4vw,3rem)}.bk-usp__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.bk-usp__item{padding:.5rem .25rem}.bk-usp__item svg{width:28px;height:28px;color:var(--solar);margin-bottom:.75rem}.bk-usp__item h3{color:var(--white);margin-bottom:.35rem;font-size:.9375rem;font-weight:700}.bk-usp__item p{color:#ffffffa6;font-size:.8125rem;line-height:1.5}.bk-mobile-cta{z-index:910;padding:.85rem 1rem calc(.85rem + var(--safe-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fcfaf5f5;border-top:1px solid #10222b14;justify-content:space-between;align-items:center;gap:1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 28px #10222b14}@media (max-width:767px){.bk-mobile-cta{bottom:calc(var(--bottom-nav-h) + var(--safe-bottom));padding-bottom:.85rem}.booking-page.bk-has-mobile-cta{padding-bottom:calc(88px + var(--bottom-nav-h) + var(--safe-bottom))}}.bk-mobile-cta__price span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.6875rem;font-weight:600;display:block}.bk-mobile-cta__price strong{color:var(--turquoise);font-size:1.15rem}.booking-page.bk-has-mobile-cta{padding-bottom:calc(88px + var(--safe-bottom))}@media (max-width:767px){.booking-page.bk-has-mobile-cta{padding-bottom:calc(88px + var(--bottom-nav-h) + var(--safe-bottom))}}.bk-empty{text-align:center;padding:4rem 1.5rem}.bk-empty h1{color:var(--midnight);margin-bottom:.65rem;font-size:1.75rem}.bk-empty p{color:var(--muted);margin-bottom:1.5rem}@keyframes bkHeroIn{0%{opacity:.7;transform:scale(1.08)}to{opacity:1;transform:scale(1.02)}}@keyframes bkFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes bkPop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.bk-hero__media,.bk-hero__badge,.bk-hero__title,.bk-hero__meta,.bk-panel,.bk-confirm__icon,.bk-gallery__item img{transition:none!important;animation:none!important}}@media (max-width:1024px){.bk-layout{grid-template-columns:1fr}.bk-sidebar{order:2;position:static}.bk-main{order:1}.bk-usp__grid{grid-template-columns:1fr 1fr}.bk-gallery{min-height:360px}}@media (max-width:768px){.bk-stepper-wrap{top:calc(var(--header-h) - 8px)}.bk-room__grid,.bk-form-grid{grid-template-columns:1fr}.bk-gallery{grid-template-rows:auto;grid-template-columns:1fr 1fr;min-height:0}.bk-gallery__item--main{aspect-ratio:16/10;grid-area:auto/1/auto/-1}.bk-gallery__item:not(.bk-gallery__item--main){aspect-ratio:1}.bk-usp__grid{grid-template-columns:1fr;gap:1.5rem}.bk-mobile-cta{display:flex}.booking-page.bk-has-mobile-cta{padding-bottom:calc(88px + var(--safe-bottom))}.bk-actions .btn--solar,.nav-desktop{display:none}}@media (min-width:769px){.bk-mobile-cta{display:none!important}}@media (max-width:480px){.bk-hero__title{max-width:none}.bk-date{flex-basis:148px}}
.breadcrumbs{color:var(--muted);margin-bottom:1.2rem;font-size:.82rem}.breadcrumbs a{color:var(--muted)}.breadcrumbs a:hover{color:var(--solar)}.breadcrumbs [aria-current]{color:var(--text);font-weight:600}.tour-hero{margin-bottom:1.4rem}.tour-hero h1{color:var(--midnight);margin:.5rem 0 .6rem;font-size:clamp(1.6rem,3.4vw,2.4rem)}.tour-hero .tour-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.95rem;display:flex}.tour-hero .tour-meta svg{vertical-align:-2px}.tour-cover{margin:0 0 2rem}.tour-cover img{border-radius:var(--radius);width:100%;height:auto;box-shadow:var(--shadow-soft);display:block}.tour-layout{gap:2.5rem;display:grid}@media (min-width:960px){.tour-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start}}.tour-content section{margin-bottom:2.2rem}.tour-content h2{color:var(--midnight);border-bottom:2px solid var(--sand);margin:0 0 .8rem;padding-bottom:.4rem;font-size:1.25rem}.tour-content p{color:var(--text);line-height:1.75}.tour-program{counter-reset:day;margin:0;padding:0;list-style:none}.tour-program>li{border-inline-start:2px solid var(--sand);margin-inline-start:.9rem;padding:0 0 1.4rem 2.6rem;position:relative}.tour-program>li:before{counter-increment:day;content:counter(day);inset-inline-start:-.95rem;background:var(--midnight);width:1.8rem;height:1.8rem;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex;position:absolute;top:0}.tour-program h3{color:var(--midnight);margin:0 0 .35rem;font-size:1rem}.tour-program p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.7}.tour-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.tour-list li{align-items:flex-start;gap:.5rem;font-size:.92rem;line-height:1.6;display:flex}.tour-list li svg{flex:none;margin-top:.22rem}.tour-list--includes svg{color:var(--turquoise)}.tour-list--excludes svg{color:var(--terracotta)}.tour-faq{border:1px solid var(--sand);border-radius:var(--radius-sm);background:var(--white);margin-bottom:.6rem}.tour-faq summary{cursor:pointer;color:var(--midnight);padding:.85rem 1rem;font-weight:650;list-style:none}.tour-faq summary::-webkit-details-marker{display:none}.tour-faq summary:after{content:"+";float:inline-end;color:var(--solar);font-weight:700}.tour-faq[open] summary:after{content:"−"}.tour-faq p{color:var(--muted);margin:0;padding:0 1rem .9rem;font-size:.92rem}.tour-gallery{grid-template-columns:repeat(2,1fr);gap:.7rem;display:grid}@media (min-width:720px){.tour-gallery{grid-template-columns:repeat(4,1fr)}}.tour-gallery img{object-fit:cover;border-radius:var(--radius-sm);width:100%;height:110px;display:block}.tour-book-card{top:calc(var(--header-h) + 1rem);background:var(--white);border:1px solid var(--sand);border-radius:var(--radius);box-shadow:var(--shadow-soft);gap:.85rem;padding:1.4rem;display:grid;position:sticky}.tour-price--big{align-items:baseline;gap:.5rem;display:flex}.tour-price--big strong{color:var(--midnight);font-size:1.9rem}.tour-price--big small{color:var(--muted)}.tour-book-card .btn{justify-content:center;width:100%}.tour-departures{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.tour-departures li{color:var(--text);background:var(--sand);border-radius:10px;align-items:center;gap:.45rem;padding:.45rem .6rem;font-size:.88rem;display:flex}.tour-departures .last-seats{color:var(--terracotta);font-style:normal;font-weight:650}.tour-pdf-link{text-align:center;color:var(--muted);font-size:.85rem;text-decoration:underline}.tour-pdf-link:hover{color:var(--solar)}.tour-tursab{text-align:center;color:var(--muted);justify-content:center;align-items:center;gap:.3rem;margin:0;font-size:.78rem;display:flex}.content-page{max-width:820px;padding:2.2rem var(--gutter) 4rem;margin:0 auto}.content-page h1{color:var(--midnight);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.2rem)}.content-page .lead{color:var(--muted);margin-bottom:1.6rem;font-size:1.05rem;line-height:1.7}.content-page article p{margin-bottom:1rem;line-height:1.8}.content-hero-img{border-radius:var(--radius);width:100%;height:auto;margin-bottom:1.6rem;display:block}.content-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem;font-size:.82rem}.tour-card__link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.tour-card__link .tour-card__body{flex-direction:column;flex:1;gap:.45rem;display:flex}.tour-card__link .btn{align-self:flex-start;margin-top:auto}.card-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (min-width:680px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr)}}.related-rail{margin-top:2.5rem}.related-rail h2{color:var(--midnight);margin-bottom:1rem;font-size:1.15rem}
