.trip-card{height:100%;display:flex;flex-direction:column;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;color:inherit;text-decoration:none;transition:transform .4s var(--ease-out-expo),box-shadow .4s ease}.trip-card--link:hover,.trip-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.trip-card__media-link{display:block;color:inherit}.trip-card__media{position:relative;aspect-ratio:3/2}.trip-card__img{object-fit:cover;transition:transform .4s ease}.trip-card:hover .trip-card__img{transform:scale(1.03)}.trip-card__badge{position:absolute;left:.75rem;top:.75rem;z-index:1;padding:.3rem .6rem;border-radius:var(--radius-sm);background:rgb(255 255 255/.92);color:var(--color-brand-primary);font-size:.75rem;font-weight:600}.trip-card__body{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1rem 1.15rem;flex:1}.trip-card__title{margin:0;font-size:1.2rem;line-height:1.25;color:inherit}.trip-card__meta,.trip-card__route{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.trip-card__footer{margin-top:auto;padding-top:.85rem;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.trip-card__price{margin:0;font-size:.875rem;color:var(--color-text-secondary)}.trip-card__price strong{font-size:1.05rem;font-variant-numeric:tabular-nums;color:var(--color-accent);font-weight:650}.trip-card__price-label{color:var(--color-text-muted)}.trip-card__cta{position:relative;z-index:1;font-size:.8125rem;font-weight:600;color:var(--color-brand-primary);text-decoration:none;white-space:nowrap}.trip-card__cta:hover{text-decoration:underline}.trip-card__price-block,.trip-card__route-link,.trip-card__title-link{color:inherit;text-decoration:none}.trip-card__route-link:hover,.trip-card__title-link:hover{text-decoration:underline;text-underline-offset:3px}.trip-card--featured{border:0;border-radius:0;transition:none}.trip-card--catalog,.trip-card--featured{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden;color:inherit;text-decoration:none}.trip-card--catalog{border:0;border-radius:var(--radius-md);box-shadow:0 1px 2px rgb(15 20 18/.04);transition:box-shadow .22s ease}.trip-card--catalog:hover{transform:none;box-shadow:0 10px 28px rgb(15 20 18/.1)}.trip-card--featured:hover{transform:none;box-shadow:none}.trip-card--catalog .trip-card__media,.trip-card--featured .trip-card__media{position:relative;aspect-ratio:16/11;overflow:hidden;background:color-mix(in srgb,var(--color-border) 70%,transparent)}.trip-card--catalog .trip-card__img,.trip-card--featured .trip-card__img{transition:transform 1s cubic-bezier(.4,0,.2,1)}.trip-card--catalog:hover .trip-card__img,.trip-card--featured:hover .trip-card__img{transform:scale(1.03)}.trip-card__shade{z-index:1;background:linear-gradient(180deg,rgb(0 0 0/.2) 0,rgb(0 0 0/.05) 40%,rgb(0 0 0/.45) 75%,rgb(0 0 0/.8))}.trip-card__center,.trip-card__shade{position:absolute;inset:0;pointer-events:none}.trip-card__center{z-index:2;display:flex;align-items:center;justify-content:center;padding:1.5rem 1.25rem;text-align:center}.trip-card__center-stack{display:flex;flex-direction:column;align-items:center;gap:.55rem;max-width:100%}.trip-card__overlay-title{margin:0;max-width:18ch;color:#fff;font-family:var(--font-display);font-size:clamp(1.35rem,2.2vw,1.95rem);font-weight:400;font-style:italic;line-height:1.15;letter-spacing:-.02em;text-shadow:0 2px 18px rgb(0 0 0/.35)}.trip-card__overlay-sub{margin:0;max-width:32ch;color:rgb(255 255 255/.92);font-size:.8125rem;font-weight:300;line-height:1.45;text-shadow:0 1px 12px rgb(0 0 0/.35)}.trip-card__duration{position:absolute;top:.75rem;right:.75rem;z-index:3;display:inline-flex;align-items:center;height:2rem;padding:0 1.25rem;border-radius:999px;background:rgb(255 255 255/.96);color:var(--color-text-primary);font-size:.875rem;font-weight:300;line-height:1;letter-spacing:.01em;white-space:nowrap}.trip-card__footer-panel{display:flex;flex-direction:column;gap:.65rem;padding:1.05rem 1.1rem 1.15rem;color:var(--color-text-primary)}.trip-card__gateways{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem .85rem}.trip-card__ports{font-size:.8125rem;font-weight:400;color:var(--color-text-primary)}.trip-card__direct{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.35rem}.trip-card__direct-label{font-size:.75rem;color:var(--color-text-muted)}.trip-card__flags{display:inline-flex;align-items:center;gap:.15rem;font-size:.95rem;line-height:1}.trip-card__flags-more{margin-left:.15rem;font-size:.75rem;color:var(--color-text-secondary)}.trip-card__route-path{margin:0;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--color-text-primary)}.trip-card__summary{margin:0;font-size:.875rem;font-weight:300;line-height:1.5;color:var(--color-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trip-card__rating{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .55rem;font-size:.8125rem;color:var(--color-text-secondary)}.trip-card__rating-label{color:var(--color-text-muted)}.trip-card__bars{display:inline-flex;gap:3px}.trip-card__bar{width:14px;height:8px;border-radius:2px;background:var(--color-border)}.trip-card__bar.is-on{background:var(--color-accent)}.trip-card__rating-value{color:var(--color-text-primary)}.trip-card__rating-hint{display:inline-grid;place-items:center;width:1.05rem;height:1.05rem;border-radius:9999px;border:1px solid var(--color-border-strong);font-size:.65rem;color:var(--color-text-muted);cursor:help}.trip-card__rule{width:100%;height:1px;background:color-mix(in srgb,var(--color-border-strong) 70%,transparent);transform:none}.trip-card__route-line{margin:0;font-size:.9375rem;font-weight:300;line-height:1.4;letter-spacing:.01em;color:var(--color-text-secondary)}.trip-card__cta-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:.15rem}.trip-card__price-block{font-weight:300;line-height:1.1;color:var(--color-text-primary)}.trip-card--catalog .trip-card__price-label,.trip-card--featured .trip-card__price-label{font-size:.9375rem;font-weight:300;color:var(--color-text-muted)}.trip-card__price-amount{font-size:1.65rem;font-weight:500;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--color-accent)}.trip-card--catalog .trip-card__btn{background:var(--color-brand-primary);border-radius:var(--radius-sm);min-width:8.5rem;height:2.5rem}.trip-card--catalog .trip-card__btn:hover{background:var(--color-brand-primary-hover)}.trip-card--catalog .trip-card__price-amount{color:var(--color-accent)}.trip-card__btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:9.5rem;height:2.75rem;padding:0 1.1rem;background:var(--color-brand-primary);font-size:.875rem;font-weight:300;letter-spacing:.02em;white-space:nowrap;transition:background .2s ease}.trip-card__btn,.trip-card__btn:hover{color:#fff!important;text-decoration:none}.trip-card__btn:hover{background:var(--color-brand-primary-hover)}@media (max-width:640px){.trip-card__btn{min-width:8rem;padding:0 .85rem}.trip-card__price-amount{font-size:1.35rem}}.trips-page{padding-block:0 4.5rem}.trips-page__hero{position:relative;display:flex;align-items:center;justify-content:center;height:72vh;min-height:540px;max-height:820px;margin-top:calc(var(--header-h) * -1);padding:calc(var(--header-h) + 2rem) clamp(1rem,3vw,2rem) 2.5rem;text-align:center;color:#fff;isolation:isolate;overflow:hidden;background:radial-gradient(ellipse 90% 80% at 50% 20%,rgb(42 82 72/.45),transparent 55%),linear-gradient(165deg,var(--color-brand-primary) 0,#0f1412 100%)}.trips-page__hero--media{background:transparent}.trips-page__hero-media{position:absolute;inset:0;z-index:0}.trips-page__hero-media img{object-fit:cover}.trips-page__hero-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgb(0 0 0/.62),rgb(0 0 0/.12));pointer-events:none}.trips-page__hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:min(1100px,100%)}.trips-page__header{margin-bottom:1.75rem}.trips-page__body{padding-top:1.5rem}.trips-page__modules{display:grid;gap:clamp(2.5rem,6vw,4.5rem);padding-block:clamp(2.5rem,6vw,4.5rem)}.trips-page__module-title{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.15}.trips-page__module-lead{margin:0 0 1.25rem;max-width:40rem;color:var(--color-text-secondary);line-height:1.65}.trips-page__module-link{display:inline-block;margin-top:1rem}.trips-page__bands{display:grid;gap:1.25rem;margin-top:3rem}@media (min-width:900px){.trips-page__bands{grid-template-columns:1fr 1fr}}.trips-band{display:flex;gap:1.25rem;align-items:stretch;padding:1.25rem;background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.trips-band__avatar,.trips-band__media{position:relative;flex:0 0 5.5rem;width:5.5rem;min-height:5.5rem;overflow:hidden;border-radius:var(--radius-md)}.trips-band__media{flex-basis:8.5rem;width:8.5rem}.trips-band__avatar img,.trips-band__media img{object-fit:cover}.trips-band__copy{min-width:0;display:flex;flex-direction:column;gap:.45rem;align-items:flex-start}.trips-band__title{margin:0;font-size:1.35rem;line-height:1.2}.trips-band__body,.trips-band__name{margin:0;color:var(--color-text-secondary);line-height:1.5}.trips-page__lead{margin:0;max-width:22ch;font-style:italic;font-weight:400;font-size:clamp(1.5rem,3.2vw,2.625rem);line-height:1.08;letter-spacing:.01em;color:rgb(255 255 255/.95);text-shadow:0 2px 18px rgb(0 0 0/.3);white-space:pre-line}.trips-page__title{margin:1.35rem 0 0;max-width:18ch;font-weight:400;font-size:clamp(2rem,5.5vw,5rem);line-height:1.05;letter-spacing:0;text-transform:uppercase;color:#fff;text-shadow:0 2px 30px rgb(0 0 0/.3)}.trips-page__hero .hero__trust{margin-top:1.5rem}@media (max-width:1023px){.trips-page__hero{height:540px;min-height:540px;max-height:540px}.trips-page__lead{max-width:28ch;font-size:clamp(1.25rem,4.5vw,1.75rem)}.trips-page__title{margin-top:1rem;font-size:clamp(1.875rem,8vw,2.75rem)}.trips-page__hero .hero__trust{margin-top:1.25rem}}.trips-page__sticky{position:sticky;top:0;z-index:30;margin:0 -.25rem 1.25rem;padding:.65rem .25rem .75rem;background:var(--color-bg-page)}.trips-page__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem;padding:.7rem 1rem;background:var(--color-bg-elevated);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.trips-page__filter-row{display:flex;align-items:center;flex:1 1 auto;min-width:0;gap:.5rem}.trips-page__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem .75rem;margin-inline-start:auto;min-width:0}@media (max-width:1023px){.trips-page__controls{display:flex;flex-direction:column;align-items:stretch;padding:.85rem .9rem;gap:.7rem}.trips-page__filter-row{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;min-width:0;width:100%}.trips-page__filter-row--all-visible .trips-filters--bar{flex:0 1 auto}.trips-filters--bar{display:block;flex:1 1 auto;min-width:0}.trips-filters-form--bar{display:flex;flex-wrap:nowrap;overflow:hidden;width:auto;max-width:100%}.trips-filters-form--bar .trips-filter-group{flex:0 0 auto;width:auto;min-width:0}.trips-filters-form--bar .trips-filter-select{display:inline-block;width:auto;max-width:none}.trips-filters-form--bar .trips-filter-group.is-collapsed{display:none}.trips-filters-form--bar select{width:auto;min-width:0;max-width:none;min-height:2.5rem;padding:.4rem 1.7rem .4rem .75rem;font-size:.8125rem;background-position:right .55rem center;field-sizing:content}.trips-filter-btn{flex:0 0 auto;min-height:2.5rem;padding-inline:.9rem;border-radius:999px;font-size:.8125rem;font-weight:650}.trips-page__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem .55rem;width:100%;margin-inline-start:0;margin-inline-end:0}.trips-page__count{flex:0 0 auto;font-size:.875rem;line-height:1;white-space:nowrap}.trips-page__count strong{font-size:1.0625rem;font-weight:650}.trips-sort{flex:0 0 auto;width:auto;min-width:0}.trips-sort select{width:auto;min-width:0;max-width:none;min-height:2.5rem;padding:.4rem 1.55rem .4rem .7rem;font-size:.8125rem;background-position:right .55rem center}.trips-view{flex:0 0 auto;margin-inline-start:0}.trips-view__btn{min-height:2.25rem;padding:.3rem .55rem;font-size:.8125rem;gap:.3rem}}@media (max-width:380px){.trips-page__toolbar{gap:.35rem}.trips-filters-form--bar select,.trips-sort select{font-size:.75rem;padding-inline:.55rem 1.4rem}.trips-view__btn{padding:.3rem .4rem;font-size:.75rem}.trips-view__btn svg{width:12px;height:12px}}.trips-page__count{margin:0;font-size:.9375rem;font-weight:400;color:var(--color-text-secondary);white-space:nowrap}.trips-page__count strong{font-weight:700;color:var(--color-text-primary)}.trips-layout{display:block}.trips-filters--bar{display:block;flex:1 1 auto;min-width:0;margin:0;padding:0;background:transparent;box-shadow:none}@media (min-width:1024px){.trips-filters--bar{display:block;flex:1 1 auto}.trips-page__filter-row .trips-filter-btn{display:none}}.trips-filters-form--bar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.trips-filters-form--bar .trips-filters__title{display:none}.trips-filters-form--bar .trips-filter-group{margin:0;min-width:0}.trips-filters-form--bar .trips-filter-group__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.trips-filters-form--bar select{width:auto;min-width:7.25rem;max-width:12rem}.trips-filter-select{position:relative;display:block}.trips-filters-form--bar .trips-filter-select{display:inline-block}.trips-filter-group .trips-filter-select--filled select{background-image:none}.trips-filter-select__clear{position:absolute;top:50%;right:.35rem;z-index:1;display:grid;place-items:center;width:1.85rem;height:1.85rem;padding:0;border:0;border-radius:50%;background:var(--color-bg-page);color:var(--color-text-muted);cursor:pointer;transform:translateY(-50%)}.trips-filter-select__clear:hover{color:var(--color-text-primary);background:color-mix(in srgb,var(--color-text-primary) 8%,var(--color-bg-page))}.trips-filters__title{margin:0 0 1rem;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.trips-filter-group{margin-bottom:1.15rem}.trips-filter-group:last-child{margin-bottom:0}.trips-filter-group__label{display:block;margin-bottom:.45rem;font-size:.875rem;font-weight:600}.trips-filter-group select,.trips-sort select{width:100%;min-height:44px;padding:.55rem 2.4rem .55rem .95rem;border:0;border-radius:999px;background-color:var(--color-bg-page);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.4 4.4 6 8l3.6-3.6' stroke='%238a9390' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:.75rem;color:var(--color-text-primary);font:inherit;appearance:none;-webkit-appearance:none}.trips-sort{display:flex;align-items:center;gap:.5rem}.trips-sort select{width:auto;min-width:8.5rem;max-width:min(16rem,70vw)}.trips-filter-chips{display:flex;flex-wrap:wrap;gap:.4rem}.trips-chip{min-height:36px;padding:.35rem .7rem;border-radius:9999px;border:1px solid var(--color-border-strong);background:transparent;color:var(--color-text-secondary);font-size:.8125rem;cursor:pointer}.trips-chip--active{border-color:var(--color-brand-primary);background:color-mix(in srgb,var(--color-brand-primary) 10%,transparent);color:var(--color-brand-primary);font-weight:600}.trips-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:768px){.trips-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width:1200px){.trips-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.trips-grid--rows{grid-template-columns:1fr}@media (min-width:720px){.trips-grid--rows .trip-card--catalog{flex-direction:row;align-items:stretch;height:auto}.trips-grid--rows .trip-card__media-link{flex:0 0 min(40%,24rem);max-width:24rem;align-self:stretch}.trips-grid--rows .trip-card__media{aspect-ratio:auto;min-height:16rem;height:100%}.trips-grid--rows .trip-card__footer-panel{flex:1;min-width:0;justify-content:flex-start}.trips-grid--rows .trip-card__summary{-webkit-line-clamp:4}}.trips-view{padding:.2rem;border-radius:999px;background:var(--color-bg-page)}.trips-view,.trips-view__btn{display:inline-flex;align-items:center}.trips-view__btn{gap:.4rem;min-height:2.25rem;padding:.35rem .85rem;border:0;border-radius:999px;background:transparent;color:var(--color-text-secondary);font:inherit;font-size:.875rem;font-weight:500;cursor:pointer}.trips-view__btn.is-active{background:var(--color-bg-elevated);color:var(--color-text-primary);font-weight:650;box-shadow:var(--shadow-sm)}.trips-empty{padding:3rem 1.25rem;text-align:center;border:1px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--color-bg-elevated) 80%,transparent)}.trips-empty__title{margin:0 0 .5rem;font-size:1.25rem}.trips-empty__body{margin:0 auto 1.25rem;max-width:28rem;color:var(--color-text-secondary);line-height:1.6}.trips-load-more{margin-top:1.75rem;display:flex;justify-content:center}.trips-filter-btn{display:none}@media (max-width:1023px){.trips-filter-btn{display:inline-flex}}.trips-sheet-backdrop{position:fixed;inset:0;z-index:var(--z-drawer);background:rgb(15 20 18/.45);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.trips-sheet-backdrop--open{opacity:1;visibility:visible;pointer-events:auto}.trips-sheet{position:fixed;inset-inline:0;bottom:0;z-index:calc(var(--z-drawer) + 1);max-height:min(88vh,720px);overflow:auto;background:var(--color-bg-page);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:1rem 1rem calc(1.25rem + env(safe-area-inset-bottom));box-shadow:var(--shadow-lg);transform:translateY(100%);pointer-events:none;transition:transform .32s var(--ease-out-expo)}.trips-sheet--open{transform:translateY(0);pointer-events:auto}@media (prefers-reduced-motion:reduce){.trips-sheet,.trips-sheet-backdrop{transition:none}}.trips-sheet__top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.trips-sheet__title{margin:0;font-size:1.1rem;font-weight:650}