
/* /sama_tourisme/static/src/scss/sama_tourisme_next.scss */
 :root{--sama-next-bg: oklch(0.985 0.005 75); --sama-next-fg: oklch(0.18 0.02 45); --sama-next-primary: oklch(0.45 0.12 42); --sama-next-accent: oklch(0.65 0.14 48); --sama-next-accent-soft: oklch(0.75 0.14 52); --sama-next-muted: oklch(0.52 0.04 60); --sama-next-border: oklch(0.87 0.015 70); --sama-next-dark: oklch(0.18 0.02 45); --sama-next-dark-card: oklch(0.2 0.025 45); --sama-next-radius: 16px; --sama-next-pill: 9999px; --sama-next-shadow: 0 20px 60px rgba(28, 20, 16, 0.12);}.sama-next-site{background: var(--sama-next-bg); color: var(--sama-next-fg); font-family: 'DM Sans', system-ui, sans-serif; position: relative; overflow-x: hidden;}.sama-next-site *, .sama-next-site *::before, .sama-next-site *::after{box-sizing: border-box;}.sama-next-site a{text-decoration: none;}.sama-next-container{width: calc(100% - 48px); max-width: 1280px; margin: 0 auto;}.sama-next-navbar{position: fixed; inset: 0 0 auto; z-index: 60; padding: 0 0 14px; background: rgba(18, 12, 10, 0.58); backdrop-filter: blur(10px); transition: background .5s ease, padding .5s ease, box-shadow .5s ease;}.sama-next-navbar.is-scrolled{background: rgba(28, 20, 16, 0.95); backdrop-filter: blur(12px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18); padding: 0 0 10px;}.sama-next-navbar__inner, .sama-next-navbar__actions, .sama-next-section__header, .sama-next-card__footer, .sama-next-operator-card__footer, .sama-next-route-card__footer, .sama-next-destination-card__caption, .sama-next-filterbar__inner, .sama-next-filterbar__tabs, .sama-next-route-card__meta, .sama-next-detail-hero__meta, .sama-next-footer__bottom-inner, .sama-next-region-progress__row{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center;}.sama-next-navbar__inner, .sama-next-section__header, .sama-next-card__footer, .sama-next-operator-card__footer, .sama-next-route-card__footer, .sama-next-destination-card__caption, .sama-next-filterbar__inner, .sama-next-region-progress__row, .sama-next-footer__bottom-inner{justify-content: space-between;}.sama-next-brand{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.25rem;}.sama-next-brand__icon{width: 38px; height: 38px; border-radius: 50%; background: var(--sama-next-accent); color: #fff; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 10px 28px rgba(194, 104, 48, 0.28);}.sama-next-brand__icon svg, .sama-next-category-card__icon svg, .sama-next-map-board__badge svg, .sama-next-map-board__compass svg, .sama-next-footer__socials svg{width: 18px; height: 18px;}.sama-next-brand__wordmark em{color: var(--sama-next-accent); margin-left: 4px; font-style: normal; font-weight: 400;}.sama-next-brand__wordmark strong{font-weight: 600;}.sama-next-navbar__links{list-style: none; gap: 32px; margin: 0; padding: 0;}.sama-next-navbar__topbar{border-bottom: 1px solid rgba(255, 255, 255, 0.08); margin-bottom: 14px;}.sama-next-navbar__topbar-inner, .sama-next-breadcrumbs__inner{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 36px;}.sama-next-navbar__meta{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 14px; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: rgba(255, 255, 255, 0.66); font-size: .72rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;}.sama-next-breadcrumbs{position: relative; z-index: 58; background: rgba(18, 12, 10, 0.62); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255, 255, 255, 0.08);}.sama-next-breadcrumbs__inner{-webkit-box-pack: start; justify-content: flex-start; min-height: 40px; color: rgba(255, 255, 255, 0.74); font-size: .82rem;}.sama-next-breadcrumbs__inner a{color: rgba(255, 255, 255, 0.6);}.sama-next-breadcrumbs__inner strong{color: #fff; font-weight: 600;}.sama-next-navbar__links a{color: rgba(255, 255, 255, 0.8); font-size: .875rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em;}.sama-next-navbar__links a.is-active, .sama-next-navbar__links a:hover{color: #fff;}.sama-next-btn{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: var(--sama-next-pill); font-size: .875rem; font-weight: 500; padding: 10px 20px; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease;}.sama-next-btn:hover{transform: translateY(-1px);}.sama-next-btn--primary{background: var(--sama-next-accent); color: #fff; box-shadow: 0 14px 30px rgba(194, 104, 48, 0.22);}.sama-next-btn--primary:hover{background: #b95e2d; color: #fff;}.sama-next-btn--block{width: 100%; margin: 10px 0 22px;}.sama-next-burger{width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.06); display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; gap: 5px; padding: 0;}.sama-next-burger span{width: 16px; height: 2px; background: #fff; border-radius: 999px; transition: transform .2s ease, opacity .2s ease;}.sama-next-navbar.is-open .sama-next-burger span:nth-child(1){transform: translateY(7px) rotate(45deg);}.sama-next-navbar.is-open .sama-next-burger span:nth-child(2){opacity: 0;}.sama-next-navbar.is-open .sama-next-burger span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}.sama-next-mobile-menu{background: rgba(28, 20, 16, 0.97); backdrop-filter: blur(12px); border-top: 1px solid rgba(255, 255, 255, 0.08); padding: 0 24px 20px; display: grid; gap: 12px;}.sama-next-mobile-menu a{color: rgba(255, 255, 255, 0.82); font-size: .95rem; padding: 8px 0;}.sama-next-hero, .sama-next-page-hero, .sama-next-detail-hero{position: relative; overflow: hidden;}.sama-next-hero{min-height: 100svh; display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-end; color: #fff; background: var(--sama-next-dark);}.sama-next-hero__accent{position: absolute; inset: 0 0 auto; height: 4px; background: var(--sama-next-accent); z-index: 3;}.sama-next-hero__grid{position: absolute; inset: 0; display: grid; grid-template-columns: 2fr 1fr;}.sama-next-hero__stack{display: grid; grid-template-rows: 1fr 1fr;}.sama-next-hero__panel, .sama-next-page-hero__bg, .sama-next-page-hero__photo{background-size: cover; background-position: center;}.sama-next-hero__overlay, .sama-next-page-hero__overlay, .sama-next-detail-hero__overlay, .sama-next-page-hero__mesh, .sama-next-map-board__texture, .sama-next-map-board__grid, .sama-next-category-card__overlay, .sama-next-destination-card__gradient{position: absolute; inset: 0;}.sama-next-hero__overlay--bottom{background: linear-gradient(to top, rgba(18, 12, 10, 0.98) 0%, rgba(18, 12, 10, 0.45) 52%, transparent 100%);}.sama-next-hero__overlay--left{background: linear-gradient(to right, rgba(18, 12, 10, 0.62) 0%, transparent 100%);}.sama-next-hero__content, .sama-next-page-hero__content{position: relative; z-index: 2; width: 100%;}.sama-next-hero__content{padding: 188px 0 96px;}.sama-next-hero__copy{max-width: 820px;}.sama-next-eyebrow{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px;}.sama-next-eyebrow span{width: 32px; height: 1px; background: var(--sama-next-accent);}.sama-next-eyebrow small{color: var(--sama-next-accent); font-size: .8rem; font-weight: 600; text-transform: uppercase; letter-spacing: .18em;}.sama-next-eyebrow--center{width: 100%; justify-content: center;}.sama-next-hero__title, .sama-next-page-hero h1, .sama-next-detail-hero h1, .sama-next-section__header h2, .sama-next-features__intro h2, .sama-next-destination-card h3, .sama-next-operator-card h3, .sama-next-route-card h3, .sama-next-detail-block h2, .sama-next-sticky-card h3, .sama-next-map-card h3{font-family: 'Cormorant Garamond', Georgia, serif; letter-spacing: 0;}.sama-next-hero__title{margin: 0 0 24px; font-size: clamp(3rem, 8vw, 6rem); line-height: 1.02; font-weight: 600;}.sama-next-hero__title em{color: var(--sama-next-accent-soft); font-style: italic;}.sama-next-hero__subtitle, .sama-next-page-hero p, .sama-next-features__intro p, .sama-next-section__header p, .sama-next-detail-block p, .sama-next-operator-card p, .sama-next-route-card p, .sama-next-destination-card p, .sama-next-testimonial p, .sama-next-footer__brand p{line-height: 1.7; font-size: 1rem;}.sama-next-hero__subtitle{max-width: 520px; margin-bottom: 36px; color: rgba(255, 255, 255, 0.74);}.sama-next-search{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 12px; -webkit-flex-wrap: wrap; flex-wrap: wrap; max-width: 640px;}.sama-next-search__field, .sama-next-filterbar__search{flex: 1 1 320px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 12px; min-height: 56px; border-radius: var(--sama-next-pill); padding: 0 18px;}.sama-next-search__field{background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2);}.sama-next-search__field svg{width: 18px; height: 18px; color: rgba(255, 255, 255, 0.7);}.sama-next-search input, .sama-next-filterbar__search input{width: 100%; border: 0; outline: 0; background: transparent; font: inherit;}.sama-next-search input{color: #fff;}.sama-next-search input::placeholder{color: rgba(255, 255, 255, 0.56);}.sama-next-filter-tags, .sama-next-pills, .sama-next-page-hero__stats, .sama-next-footer__contact, .sama-next-footer__socials{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 10px;}.sama-next-filter-tags{margin-top: 20px;}.sama-next-filter-tag, .sama-next-pill, .sama-next-page-hero__stats span{border-radius: var(--sama-next-pill); font-size: .8rem; padding: 7px 14px; white-space: nowrap;}.sama-next-filter-tag{border: 1px solid rgba(255, 255, 255, 0.22); color: rgba(255, 255, 255, 0.78);}.sama-next-page-hero__stats span, .sama-next-pills--glass .sama-next-pill{background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.16); color: #fff; backdrop-filter: blur(12px);}.sama-next-scroll{position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); z-index: 2; color: rgba(255, 255, 255, 0.62); display: grid; justify-items: center; gap: 4px; text-transform: uppercase; letter-spacing: .18em; font-size: .7rem;}.sama-next-scroll svg{width: 18px; height: 18px; animation: samaNextBounce 1.6s infinite;}.sama-next-stats{background: var(--sama-next-dark); padding: 64px 0;}.sama-next-stats__grid, .sama-next-categories, .sama-next-card-grid, .sama-next-features, .sama-next-features__grid, .sama-next-testimonials, .sama-next-partners, .sama-next-operator-grid, .sama-next-gallery, .sama-next-list-grid, .sama-next-map-layout, .sama-next-footer__grid{display: grid; gap: 24px;}.sama-next-categories{grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch;}.sama-next-stats__grid{grid-template-columns: repeat(4, 1fr); gap: 30px;}.sama-next-stat{text-align: center;}.sama-next-stat strong{display: block; color: var(--sama-next-accent); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.4rem, 5vw, 3.5rem); font-weight: 600; margin-bottom: 4px;}.sama-next-stat span, .sama-next-map-card span, .sama-next-map-card small, .sama-next-footer__brand p, .sama-next-footer__col a, .sama-next-footer__bottom p, .sama-next-footer__contact a, .sama-next-operator-card__location, .sama-next-inline-link, .sama-next-route-card__meta, .sama-next-sticky-card__label, .sama-next-sticky-card__contact a, .sama-next-sticky-card__contact div, .sama-next-testimonial span, .sama-next-map-point__tooltip span{color: var(--sama-next-muted);}.sama-next-section{padding: 96px 0;}.sama-next-section--compact-top{padding-top: 0;}.sama-next-section--light{background: var(--sama-next-bg);}.sama-next-section--dark{background: var(--sama-next-dark); color: #fff;}.sama-next-section__header{gap: 24px; align-items: end; margin-bottom: 54px;}.sama-next-section__header h2, .sama-next-features__intro h2, .sama-next-page-hero h1, .sama-next-detail-hero h1, .sama-next-map-card h3{margin: 0; font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.08;}.sama-next-section__header p{max-width: 360px; color: var(--sama-next-muted);}.sama-next-category-card, .sama-next-destination-card, .sama-next-feature-card, .sama-next-testimonial, .sama-next-partner, .sama-next-operator-card, .sama-next-route-card, .sama-next-detail-block, .sama-next-sticky-card, .sama-next-map-card{border-radius: var(--sama-next-radius);}.sama-next-category-card, .sama-next-destination-card, .sama-next-operator-card, .sama-next-route-card, .sama-next-partner, .sama-next-detail-block, .sama-next-sticky-card, .sama-next-map-card, .sama-next-testimonial{background: #fff; border: 1px solid var(--sama-next-border); overflow: hidden;}.sama-next-category-card{position: relative; min-height: 380px; border: 0; isolation: isolate;}.sama-next-category-card img, .sama-next-destination-card img, .sama-next-operator-card img, .sama-next-route-card img, .sama-next-gallery img, .sama-next-detail-hero img{width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; display: block;}.sama-next-category-card > img{position: absolute; inset: 0; z-index: -2;}.sama-next-category-card__overlay{z-index: -1;}.sama-next-category-card:hover img, .sama-next-destination-card:hover img, .sama-next-operator-card:hover img, .sama-next-route-card:hover img, .sama-next-gallery__item:hover img{transform: scale(1.05);}.sama-next-category-card__content{position: relative; z-index: 1; min-height: 380px; padding: 28px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; -webkit-box-pack: end; justify-content: flex-end; color: #fff; text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);}.sama-next-category-card__icon{width: 44px; height: 44px; border-radius: 12px; background: rgba(255, 255, 255, 0.14); display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; backdrop-filter: blur(10px);}.sama-next-category-card__content h3, .sama-next-destination-card h3, .sama-next-operator-card h3, .sama-next-route-card h3, .sama-next-detail-block h2, .sama-next-sticky-card h3{font-size: 1.42rem; margin: 0 0 10px; line-height: 1.15; font-weight: 600;}.sama-next-category-card__content p{color: rgba(255, 255, 255, 0.88); margin: 0 0 14px; font-size: .92rem; line-height: 1.6; max-width: 28ch;}.sama-next-category-card__content strong{display: block; margin-top: auto; padding-top: 10px;}.sama-next-category-card__content strong, .sama-next-map-card strong{color: var(--sama-next-accent-soft); font-weight: 600;}.sama-next-card-grid{grid-template-columns: repeat(3, 1fr);}.sama-next-destination-card__media, .sama-next-operator-card__media, .sama-next-route-card__media, .sama-next-gallery__item{position: relative; overflow: hidden;}.sama-next-destination-card__media{height: 224px;}.sama-next-destination-card__gradient{background: linear-gradient(180deg, transparent 0%, rgba(18, 12, 10, 0.78) 100%);}.sama-next-destination-card__caption{position: absolute; inset: auto 18px 18px; align-items: end; gap: 16px; color: #fff;}.sama-next-destination-card__region, .sama-next-operator-card__location{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 6px; font-size: .8rem;}.sama-next-destination-card__region svg, .sama-next-operator-card__location svg{width: 14px; height: 14px;}.sama-next-rating{color: #fff; border-radius: var(--sama-next-pill); background: rgba(255, 255, 255, 0.14); backdrop-filter: blur(10px); padding: 7px 12px; font-size: .8rem;}.sama-next-destination-card__body, .sama-next-operator-card__body, .sama-next-route-card__body, .sama-next-detail-block, .sama-next-sticky-card, .sama-next-map-card, .sama-next-testimonial, .sama-next-partner{padding: 22px;}.sama-next-pills{margin-bottom: 18px;}.sama-next-pill{border: 1px solid var(--sama-next-border); color: var(--sama-next-muted); background: #fff;}.sama-next-card__footer a, .sama-next-inline-link, .sama-next-operator-card__footer span, .sama-next-route-card__cta{color: var(--sama-next-primary); font-weight: 600;}.sama-next-features{grid-template-columns: .92fr 1.08fr; align-items: start; gap: 48px;}.sama-next-features__grid{grid-template-columns: repeat(2, 1fr);}.sama-next-feature-card{padding: 24px; background: var(--sama-next-dark-card); border: 1px solid rgba(255, 255, 255, 0.08); min-height: 180px; color: #fff;}.sama-next-feature-card p{color: rgba(255, 255, 255, 0.72); margin: 0;}.sama-next-testimonials, .sama-next-partners, .sama-next-operator-grid{grid-template-columns: repeat(3, 1fr);}.sama-next-stars{color: var(--sama-next-accent); font-size: 1rem; margin-bottom: 16px; letter-spacing: .2em;}.sama-next-testimonial strong{display: block; margin-top: 18px; margin-bottom: 4px; color: var(--sama-next-fg); font-size: 1rem; font-weight: 600;}.sama-next-partner{min-height: 92px; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; color: var(--sama-next-muted); filter: grayscale(1); transition: filter .2s ease, color .2s ease, transform .2s ease; text-align: center;}.sama-next-partner:hover{filter: grayscale(0); color: var(--sama-next-primary); transform: translateY(-2px); box-shadow: var(--sama-next-shadow);}.sama-next-page-hero{padding: 188px 0 96px; text-align: center; color: #fff;}.sama-next-page-hero__bg, .sama-next-page-hero__photo{position: absolute; inset: 0;}.sama-next-page-hero__overlay--savannah{background: linear-gradient(180deg, rgba(18, 12, 10, 0.86) 0%, rgba(18, 12, 10, 0.68) 46%, rgba(18, 12, 10, 0.95) 100%);}.sama-next-page-hero--dark{background: linear-gradient(135deg, #1c1410 0%, #36231d 100%);}.sama-next-page-hero__mesh{background: linear-gradient(135deg, rgba(28, 20, 16, 0.98), rgba(54, 35, 29, 0.94)); z-index: 0;}.sama-next-page-hero__photo{opacity: .1; z-index: 0;}.sama-next-page-hero__overlay--route{background: linear-gradient(180deg, rgba(18, 12, 10, 0.86) 0%, rgba(18, 12, 10, 0.68) 46%, rgba(18, 12, 10, 0.97) 100%);}.sama-next-page-hero--map{background: linear-gradient(135deg, #1c1410, #271c16);}.sama-next-page-hero--map .sama-next-page-hero__bg{filter: saturate(1.02) brightness(0.72);}.sama-next-page-hero__overlay--map{background: linear-gradient(180deg, rgba(18, 12, 10, 0.74) 0%, rgba(18, 12, 10, 0.58) 38%, rgba(18, 12, 10, 0.94) 100%);}.sama-next-page-hero__content{max-width: 840px; margin: 0 auto;}.sama-next-page-hero h1{font-size: clamp(3.4rem, 7vw, 5.8rem); line-height: 1.02; letter-spacing: 0; text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);}.sama-next-detail-hero h1{font-size: clamp(3.1rem, 6.2vw, 5.1rem); line-height: 1.03; letter-spacing: 0; text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);}.sama-next-page-hero p{margin: 0 auto 28px; max-width: 620px; color: rgba(255, 255, 255, 0.88); font-size: 1.08rem; line-height: 1.72; text-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);}.sama-next-filterbar{position: sticky; top: 118px; z-index: 20; background: rgba(250, 250, 247, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--sama-next-border);}.sama-next-filterbar__inner{gap: 16px; padding: 14px 0; -webkit-flex-wrap: wrap; flex-wrap: wrap;}.sama-next-filterbar__tabs{gap: 10px; -webkit-flex-wrap: wrap; flex-wrap: wrap;}.sama-next-filterbar__tab{padding: 8px 16px; border-radius: var(--sama-next-pill); border: 1px solid var(--sama-next-border); color: var(--sama-next-fg); font-size: .9rem; font-weight: 500;}.sama-next-filterbar__tab.is-active{background: var(--sama-next-accent); color: #fff; border-color: transparent;}.sama-next-filterbar__search{border: 1px solid var(--sama-next-border); background: #fff; width: 100%; max-width: 360px; min-width: 0; flex: 1 1 260px;}.sama-next-filterbar__count{color: var(--sama-next-muted); font-size: .9rem; white-space: nowrap;}.sama-next-operator-section{margin-bottom: 56px;}.sama-next-operator-section__heading{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 12px; margin-bottom: 28px;}.sama-next-indicator{width: 8px; height: 32px; border-radius: 999px; display: inline-block;}.sama-next-indicator--amber, .sama-next-badge--amber{background: #b7772a;}.sama-next-indicator--red, .sama-next-badge--red{background: #9d3d24;}.sama-next-indicator--green, .sama-next-badge--green{background: #33614b;}.sama-next-badge{position: absolute; inset: 16px auto auto 16px; color: #fff; border-radius: var(--sama-next-pill); padding: 6px 12px; font-size: .74rem; font-weight: 600;}.sama-next-operator-card, .sama-next-route-card, .sama-next-destination-card, .sama-next-detail-block, .sama-next-sticky-card, .sama-next-map-card, .sama-next-testimonial{transition: transform .25s ease, box-shadow .25s ease;}.sama-next-operator-card:hover, .sama-next-route-card:hover, .sama-next-destination-card:hover, .sama-next-detail-block:hover, .sama-next-sticky-card:hover, .sama-next-map-card:hover, .sama-next-testimonial:hover{transform: translateY(-3px); box-shadow: var(--sama-next-shadow);}.sama-next-operator-card{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; color: inherit;}.sama-next-operator-card__media{height: 220px;}.sama-next-operator-card__header{align-items: start; gap: 12px; margin-bottom: 10px;}.sama-next-operator-card__rating{font-size: .9rem; color: var(--sama-next-fg); -webkit-box-flex: 0; -webkit-flex: 0 0 auto; flex: 0 0 auto; text-align: right;}.sama-next-operator-card__rating small{color: var(--sama-next-muted); font-size: .74rem; font-weight: 400; display: block;}.sama-next-operator-card p, .sama-next-route-card p, .sama-next-detail-block p, .sama-next-destination-card p, .sama-next-empty-state{color: var(--sama-next-muted); margin: 0 0 18px;}.sama-next-empty-state{padding: 30px; border: 1px dashed var(--sama-next-border); border-radius: var(--sama-next-radius); text-align: center; background: #fff;}.sama-next-detail-hero{height: 55vh; min-height: 420px; color: #fff; background: var(--sama-next-dark);}.sama-next-detail-hero__overlay{background: linear-gradient(180deg, rgba(18, 12, 10, 0.28) 0%, rgba(18, 12, 10, 0.78) 52%, rgba(18, 12, 10, 0.97) 100%);}.sama-next-detail-hero__content{position: absolute; inset: auto 0 0; z-index: 1; padding-bottom: 44px;}.sama-next-back-link{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.72); margin-bottom: 18px;}.sama-next-detail-hero__meta{gap: 18px; -webkit-flex-wrap: wrap; flex-wrap: wrap; color: rgba(255, 255, 255, 0.88); font-size: 1rem;}.sama-next-detail-hero__meta span{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 6px;}.sama-next-detail-grid{display: grid; grid-template-columns: 2fr minmax(300px, 1fr); gap: 36px; align-items: start;}.sama-next-detail-main{display: grid; gap: 24px;}.sama-next-gallery{grid-template-columns: repeat(3, 1fr);}.sama-next-gallery__item{aspect-ratio: 1; border-radius: 12px; overflow: hidden;}.sama-next-list-grid{grid-template-columns: repeat(2, 1fr); gap: 14px;}.sama-next-list-grid__item, .sama-next-highlight-list__item, .sama-next-sticky-card__contact a, .sama-next-sticky-card__contact div, .sama-next-legend{display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; gap: 12px;}.sama-next-list-grid__item span{width: 7px; height: 7px; border-radius: 50%; background: var(--sama-next-accent);}.sama-next-highlight-list{display: grid; gap: 12px;}.sama-next-highlight-list__item{padding: 14px 16px; border-radius: 12px; background: oklch(0.97 0.005 75); border: 1px solid var(--sama-next-border); align-items: start;}.sama-next-highlight-list__item strong{width: 28px; height: 28px; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--sama-next-accent); color: #fff; font-size: .85rem;}.sama-next-sticky-card{position: sticky; top: 148px;}.sama-next-sticky-card__label, .sama-next-route-card__footer small, .sama-next-map-card small{display: block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px;}.sama-next-sticky-card h3, .sama-next-route-card__footer strong, .sama-next-map-card--dark strong{font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.45rem; margin: 0;}.sama-next-sticky-card h3{color: var(--sama-next-primary); margin-bottom: 6px;}.sama-next-sticky-card__contact{display: grid; gap: 12px; padding-top: 18px; border-top: 1px solid var(--sama-next-border); font-size: .92rem;}.sama-next-sticky-card__contact span{width: 18px; text-align: center;}.sama-next-stack-list{max-width: 940px;}.sama-next-route-card{display: grid; grid-template-columns: minmax(280px, 320px) 1fr; color: inherit; overflow: hidden;}.sama-next-route-card__body{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; justify-content: space-between; gap: 16px;}.sama-next-route-card__meta{gap: 14px; -webkit-flex-wrap: wrap; flex-wrap: wrap; font-size: .82rem;}.sama-next-route-card__footer{border-top: 1px solid var(--sama-next-border); padding-top: 18px; gap: 14px; align-items: end;}.sama-next-map-layout{grid-template-columns: 3fr minmax(280px, 1fr); align-items: start;}.sama-next-leaflet-map{position: absolute; inset: 0; z-index: 4; pointer-events: none;}.sama-next-map-board.is-live-map .sama-next-leaflet-map{pointer-events: auto;}.sama-next-map-board.is-live-map .sama-next-map-point{opacity: 0; pointer-events: none;}.sama-next-map-board.is-live-map .sama-next-map-board__silhouette{opacity: .18;}.sama-next-map-board__silhouette path{fill: #e8dcc8; stroke: #6b3a1f; stroke-width: 6;}.sama-next-map-point{text-decoration: none; color: inherit;}.sama-next-map-board .leaflet-container{width: 100%; height: 100%; background: transparent; border-radius: inherit;}.sama-next-map-board .leaflet-control-attribution{background: rgba(255, 255, 255, 0.88); border-radius: 10px; padding: 2px 8px;}.sama-next-map-board .leaflet-popup-content-wrapper{border-radius: 12px;}.sama-next-map-board .leaflet-popup-content{margin: 12px 14px; min-width: 180px;}.sama-next-map-popup__title{font-weight: 700; color: var(--sama-next-fg); margin-bottom: 4px;}.sama-next-map-popup__meta{font-size: .82rem; color: var(--sama-next-muted); margin-bottom: 8px;}.sama-next-map-popup__link{color: var(--sama-next-primary); font-weight: 600; text-decoration: none;}.sama-next-map-board .marker-cluster, .sama-next-map-board .marker-cluster div{background: transparent; border: 0;}.sama-next-live-cluster-wrap{background: transparent; border: 0;}.sama-next-map-board .leaflet-marker-icon.sama-next-live-marker{background: transparent; border: 0;}.sama-next-live-marker__pin{border-radius: 50%; border: 2px solid #fff; box-shadow: 0 4px 16px rgba(28, 20, 16, 0.22);}.sama-next-live-cluster{width: 100%; height: 100%; border-radius: 50%; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; border: 3px solid #fff; color: #fff; font-weight: 700; box-shadow: 0 10px 24px rgba(28, 20, 16, 0.22);}.sama-next-live-cluster span{line-height: 1; font-size: .92rem;}.sama-next-live-cluster.is-large{background: #c26830;}.sama-next-live-cluster.is-medium{background: #a86a3e;}.sama-next-live-cluster.is-small{background: #68422d;}.sama-next-map-board{position: relative; aspect-ratio: 4/3; border-radius: var(--sama-next-radius); overflow: hidden; border: 1px solid var(--sama-next-border); background: linear-gradient(180deg, #f3ecde 0%, #e4d9c6 100%); box-shadow: var(--sama-next-shadow); isolation: isolate;}.sama-next-map-board__texture{background: radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.7), transparent 32%), radial-gradient(circle at 80% 74%, rgba(255, 255, 255, 0.38), transparent 28%), linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(210, 193, 166, 0.08)); opacity: 1; z-index: 0;}.sama-next-map-board__grid{background-image: linear-gradient(rgba(28, 20, 16, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(28, 20, 16, 0.06) 1px, transparent 1px); background-size: 10% 10%; opacity: .5; z-index: 0;}.sama-next-map-board__silhouette{position: absolute; inset: 10% 16% 8% 18%; background-repeat: no-repeat; background-position: center; background-size: contain; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 420'%3E%3Cpath fill='%23e8dcc8' stroke='%236b3a1f' stroke-width='6' d='M86 15l27 20 26 3 17 26 19 8 2 31 28 34-6 32 14 44-9 50-21 31-7 44-17 11-5 22-29 7-18-15-23 7-25-11-13-27-19-12-7-31-23-27 11-34-10-35 8-29-12-24 7-31 18-12 5-36 20-14 18 2 14-24z'/%3E%3C/svg%3E"); opacity: .96; filter: drop-shadow(0 18px 26px rgba(28, 20, 16, 0.12)); z-index: 1;}.sama-next-map-board__badge, .sama-next-map-board__compass{position: absolute; z-index: 6; display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; gap: 8px; background: rgba(28, 20, 16, 0.84); color: #fff; backdrop-filter: blur(10px);}.sama-next-map-board__badge{top: 18px; left: 18px; border-radius: 12px; padding: 10px 14px; font-size: .8rem;}.sama-next-map-board__compass{right: 18px; bottom: 18px; width: 42px; height: 42px; border-radius: 50%; border: 0; justify-content: center; padding: 0;}.sama-next-map-point{position: absolute; transform: translate(-50%, -50%); z-index: 3; display: block; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer;}.sama-next-map-point__dot, .sama-next-map-point__ring, .sama-next-legend__dot{border-radius: 50%;}.sama-next-map-point__dot{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid #fff; box-shadow: 0 4px 16px rgba(28, 20, 16, 0.18);}.sama-next-map-point__ring{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: samaNextPulse 1.4s infinite; opacity: .26;}.sama-next-map-point__tooltip{position: absolute; left: 50%; bottom: calc(100% + 12px); transform: translateX(-50%); padding: 10px 12px; border-radius: 10px; background: rgba(28, 20, 16, 0.94); color: #fff; display: grid; gap: 2px; opacity: 0; pointer-events: none; transition: opacity .2s ease; min-width: 132px; text-align: center; white-space: nowrap;}.sama-next-map-point:hover .sama-next-map-point__tooltip, .sama-next-map-point:focus-visible .sama-next-map-point__tooltip, .sama-next-map-point.is-active .sama-next-map-point__tooltip{opacity: 1;}.sama-next-map-point:focus-visible{outline: 2px solid rgba(107, 58, 31, 0.45); outline-offset: 4px; border-radius: 999px;}.sama-next-map-point__dot.is-large, .sama-next-map-point__ring.is-large, .sama-next-legend__dot.is-large{width: 32px; height: 32px; background: var(--sama-next-accent);}.sama-next-map-point__dot.is-medium, .sama-next-map-point__ring.is-medium, .sama-next-legend__dot.is-medium{width: 24px; height: 24px; background: #a86a3e;}.sama-next-map-point__dot.is-small, .sama-next-map-point__ring.is-small, .sama-next-legend__dot.is-small{width: 16px; height: 16px; background: #68422d;}.sama-next-map-sidebar{display: grid; gap: 18px;}.sama-next-map-card{display: grid; gap: 14px;}.sama-next-map-card--dark{background: var(--sama-next-dark); color: #fff; border-color: transparent;}.sama-next-map-card--dark span, .sama-next-map-card--dark small{color: rgba(255, 255, 255, 0.62);}.sama-next-region-progress{display: grid; gap: 8px;}.sama-next-region-progress__track{height: 7px; border-radius: 999px; overflow: hidden; background: oklch(0.93 0.01 76);}.sama-next-region-progress__track span{display: block; height: 100%; border-radius: inherit; background: var(--sama-next-accent);}.sama-next-footer{background: oklch(0.14 0.02 40); color: rgba(255, 255, 255, 0.78);}.sama-next-footer__grid{grid-template-columns: 2fr repeat(3, 1fr); padding: 64px 0;}.sama-next-brand--footer{margin-bottom: 18px;}.sama-next-footer__socials a{width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.15); display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.78);}.sama-next-footer__socials a:hover{color: var(--sama-next-accent); border-color: var(--sama-next-accent);}.sama-next-footer__col{display: grid; gap: 10px; align-content: start;}.sama-next-footer__col h4{margin: 0 0 6px; font-size: .88rem; color: #fff; text-transform: uppercase; letter-spacing: .08em;}.sama-next-footer__col a:hover, .sama-next-footer__contact a:hover, .sama-next-back-link:hover{color: #fff;}.sama-next-footer__bottom{border-top: 1px solid rgba(255, 255, 255, 0.08);}.sama-next-footer__bottom-inner{padding: 20px 0; gap: 18px; -webkit-flex-wrap: wrap; flex-wrap: wrap;}.sama-next-footer__bottom p, .sama-next-footer__contact a{font-size: .8rem; margin: 0;}.sama-next-fade-up, .sama-next-reveal{opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease;}.sama-next-fade-up.is-visible, .sama-next-reveal.is-visible{opacity: 1; transform: translateY(0);}.sama-next-reveal--delay-1{transition-delay: .1s;}.sama-next-reveal--delay-2{transition-delay: .2s;}.sama-next-reveal--delay-3{transition-delay: .35s;}.sama-next-reveal--delay-4{transition-delay: .5s;}.sama-next-reveal--delay-5{transition-delay: .7s;}.sama-next-reveal--delay-6{transition-delay: 1.1s;}@keyframes samaNextBounce{0%, 100%{transform: translateY(0);}50%{transform: translateY(6px);}}@keyframes samaNextPulse{0%{transform: scale(1); opacity: .26;}100%{transform: scale(1.9); opacity: 0;}}.sama-next-page-hero--request{background: linear-gradient(135deg, #1c1410, rgba(54, 35, 29, 0.92));}.sama-next-page-hero__overlay--request{background: linear-gradient(180deg, rgba(18, 12, 10, 0.74) 0%, rgba(18, 12, 10, 0.58) 38%, rgba(18, 12, 10, 0.94) 100%);}.sama-next-request-grid{display: grid; grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr); gap: 36px; align-items: start;}.sama-next-context-card{margin-top: 22px; display: grid; gap: 18px; padding: 18px; border-radius: 24px; background: linear-gradient(180deg, #fff, #f6efe7); border: 1px solid rgba(194, 104, 48, 0.18); box-shadow: 0 24px 48px rgba(28, 20, 16, 0.08);}.sama-next-context-card__media{border-radius: 18px; overflow: hidden; aspect-ratio: 16/10; background: #eadfd4;}.sama-next-context-card__media img{width: 100%; height: 100%; object-fit: cover; display: block;}.sama-next-context-card__body{display: grid; gap: 10px;}.sama-next-context-card__badge{display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; width: max-content; padding: 7px 12px; border-radius: 999px; background: rgba(194, 104, 48, 0.12); color: var(--sama-next-primary); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;}.sama-next-context-card__body h3{margin: 0; font-family: var(--sama-next-serif); font-size: 1.8rem; line-height: 1.05; color: var(--sama-next-fg);}.sama-next-context-card__body p{margin: 0; color: var(--sama-next-muted); line-height: 1.7;}.sama-next-context-card__details{display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px;}.sama-next-context-card__details div{padding: 14px 16px; border-radius: 16px; background: #fff; border: 1px solid var(--sama-next-border); display: grid; gap: 5px; align-content: start;}.sama-next-context-card__details small{display: block; color: var(--sama-next-muted); text-transform: uppercase; letter-spacing: .12em; font-size: .69rem;}.sama-next-context-card__details strong{color: var(--sama-next-fg); font-size: .98rem; line-height: 1.4;}.sama-next-context-card__note{margin: 0; padding: 14px 16px; border-radius: 16px; background: rgba(107, 58, 31, 0.06); color: var(--sama-next-fg); line-height: 1.65;}.sama-next-request-card .form-label{font-size: .84rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--sama-next-primary); margin-bottom: 8px;}.sama-next-request-card .form-control, .sama-next-request-card .form-select{min-height: 52px; border-radius: 14px; border: 1px solid var(--sama-next-border); padding: 14px 16px; box-shadow: none;}.sama-next-request-card textarea.form-control{min-height: 156px;}.sama-next-request-card .form-control:focus, .sama-next-request-card .form-select:focus{border-color: rgba(194, 104, 48, 0.55); box-shadow: 0 0 0 4px rgba(194, 104, 48, 0.12);}.sama-next-request-form{display: block;}.sama-next-request-actions{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; margin-top: 24px;}.sama-next-request-actions--form{margin-top: 8px;}.sama-next-request-success{display: grid; gap: 8px;}@media (max-width: 1023px){.sama-next-request-grid{grid-template-columns: 1fr;}.sama-next-context-card__details{grid-template-columns: 1fr 1fr;}}@media (max-width: 1023px){.sama-next-categories, .sama-next-card-grid, .sama-next-testimonials, .sama-next-partners, .sama-next-operator-grid, .sama-next-footer__grid, .sama-next-features__grid{grid-template-columns: repeat(2, 1fr);}.sama-next-map-layout, .sama-next-detail-grid, .sama-next-features{grid-template-columns: 1fr;}}@media (max-width: 767px){.sama-next-container{width: calc(100% - 32px); max-width: 1280px;}.sama-next-navbar__topbar-inner{-webkit-box-pack: start; justify-content: flex-start;}.sama-next-navbar__meta{gap: 10px; font-size: .68rem;}.sama-next-breadcrumbs__inner{min-height: 36px; font-size: .76rem;}.sama-next-hero__grid{grid-template-columns: 1fr;}.sama-next-hero__stack{display: none;}.sama-next-hero__content{padding: 170px 0 84px;}.sama-next-stats__grid, .sama-next-categories, .sama-next-card-grid, .sama-next-testimonials, .sama-next-partners, .sama-next-operator-grid, .sama-next-gallery, .sama-next-list-grid, .sama-next-footer__grid, .sama-next-features__grid, .sama-next-context-card__details{grid-template-columns: 1fr;}.sama-next-route-card{grid-template-columns: 1fr;}.sama-next-section, .sama-next-page-hero{padding-top: 132px;}.sama-next-section{padding-bottom: 72px;}.sama-next-section--compact-top{padding-top: 0;}.sama-next-section__header, .sama-next-filterbar__inner, .sama-next-route-card__footer, .sama-next-footer__bottom-inner, .sama-next-destination-card__caption, .sama-next-operator-card__header{-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; align-items: flex-start;}.sama-next-filterbar{top: 108px;}.sama-next-filterbar__search{width: 100%;}.sama-next-sticky-card{position: static;}.sama-next-detail-hero__content{padding-bottom: 28px;}.sama-next-detail-hero__meta{gap: 10px;}}