.landing-page .landing-hero-backdrop {
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(5, 19, 20, 0.14), rgba(5, 19, 20, 0.5)),
        linear-gradient(112deg, rgba(7, 33, 36, 0.78), rgba(8, 67, 70, 0.38)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=80") center/cover;
    box-shadow: none;
}

.landing-page .landing-hero-backdrop::before {
    background:
        radial-gradient(circle at 14% 16%, rgba(255, 255, 255, 0.18), transparent 16%),
        radial-gradient(circle at 72% 20%, rgba(240, 200, 137, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(6, 22, 23, 0.12), rgba(6, 22, 23, 0.46));
}

.landing-page .site-header,
.hero-shell,
.page-shell-discovery,
.travel-footer-shell {
    width: min(calc(100% - var(--shell-gutter) * 2), var(--max-width));
}

.landing-page .site-header {
    position: sticky;
    top: 0;
    z-index: 6;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    border-radius: 30px;
    background: rgba(9, 35, 37, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(7, 19, 20, 0.18);
}

.landing-page .brand-mark {
    background:
        linear-gradient(135deg, rgba(240, 200, 137, 0.26), rgba(255, 255, 255, 0.12)),
        rgba(255, 255, 255, 0.08);
}

.landing-page .site-nav {
    gap: 0.75rem;
    color: rgba(255, 248, 239, 0.92);
    font-size: 0.88rem;
}

.landing-page .site-nav a,
.landing-page .site-nav button {
    white-space: nowrap;
}

.landing-page .header-search-button {
    width: 46px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: #fff7ef;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.landing-page .header-search-button::after {
    display: none;
}

.landing-page .header-search-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.landing-page .header-login-button {
    min-width: 104px;
}

.landing-page .header-search-button,
.landing-page .auth-menu-trigger,
.landing-page .auth-login-button {
    min-height: 46px;
}

.hero-shell {
    margin: 0 auto;
    padding: 3.2rem 0 3rem;
    position: relative;
    z-index: 1;
}

.landing-page .section-heading h2,
.landing-page .search-feedback-card h2 {
    font-size: clamp(1.85rem, 2.9vw, 2.85rem);
    line-height: 1.02;
}

.landing-page .section-caption {
    max-width: 34rem;
}

.discovery-hero {
    min-height: calc(100vh - 6.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 1.35rem;
    align-items: stretch;
    align-content: center;
    padding: 0.8rem 0 2rem;
}

.travel-search-panel,
.hero-copy-panel,
.hero-route-preview {
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
}

.travel-search-panel {
    padding: 1.7rem;
    border-radius: 34px;
    background: rgba(255, 252, 248, 0.94);
    box-shadow: 0 36px 80px rgba(11, 24, 25, 0.2);
}

.travel-search-copy {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.travel-search-copy .eyebrow {
    margin-bottom: 0.85rem;
}

.travel-search-copy h2 {
    margin: 0;
    max-width: 18ch;
    font-size: clamp(1.85rem, 2.7vw, 2.55rem);
    line-height: 1.04;
}

.travel-search-lead {
    max-width: 18.5rem;
    margin: 0;
    color: var(--color-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

.travel-search-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
    margin-top: 1.4rem;
}

.travel-search-grid > .travel-search-field:nth-child(1),
.travel-search-grid > .travel-search-field:nth-child(2),
.travel-search-grid > .travel-search-field:nth-child(3) {
    grid-column: span 4;
}

.travel-search-grid > .travel-search-field:nth-child(4),
.travel-search-grid > .travel-search-field:nth-child(5),
.travel-search-grid > .travel-search-field:nth-child(6),
.travel-search-grid > .hero-search-button {
    grid-column: span 3;
}

.travel-search-field {
    display: grid;
    gap: 0.52rem;
}

.travel-search-field span,
.newsletter-field span {
    color: var(--color-ink-soft);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.travel-search-field input,
.travel-search-field select,
.newsletter-field input {
    width: 100%;
    min-height: 64px;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(24, 50, 52, 0.12);
    border-radius: 18px;
    background: #fffdfa;
    color: var(--color-ink);
    font-size: 0.98rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-search-button {
    width: 100%;
    min-height: 64px;
    font-size: 0.95rem;
}

.travel-search-footer {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.travel-search-tags,
.travel-footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.travel-search-tags span,
.travel-footer-contact span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.8rem;
    border-radius: var(--radius-pill);
    background: rgba(15, 106, 105, 0.08);
    color: var(--color-teal-deep);
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-live-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.hero-live-card {
    padding: 1rem 1rem 0.95rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(12, 79, 84, 0.94), rgba(8, 34, 35, 0.78));
    border: 1px solid rgba(24, 50, 52, 0.08);
    color: #fff9f3;
}

.hero-live-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2rem;
    line-height: 1;
}

.hero-live-card span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(255, 247, 237, 0.82);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-story-column {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-content: stretch;
    gap: 1rem;
}

.hero-copy-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    border-radius: 30px;
    background: rgba(7, 24, 26, 0.4);
    color: #fffaf3;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-copy-panel h1 {
    margin: 0.95rem 0 0;
    max-width: 11ch;
    color: #fffef9;
    font-size: clamp(2.3rem, 3.5vw, 3.55rem);
    line-height: 0.97;
}

.hero-copy-panel p {
    max-width: 28rem;
    margin: 0.9rem 0 0;
    color: rgba(255, 247, 237, 0.86);
    font-size: 0.93rem;
    line-height: 1.68;
}

.hero-route-preview {
    padding: 1.15rem;
    border-radius: 30px;
    background: rgba(255, 251, 246, 0.14);
    color: #fffaf3;
}

.hero-route-map {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
    align-items: center;
}

.hero-route-map::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 50%;
    height: 0;
    border-top: 2px dashed rgba(255, 255, 255, 0.34);
    transform: translateY(-50%);
}

.hero-route-node {
    position: relative;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    padding: 0.55rem 0.65rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 252, 247, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
    font-size: 0.79rem;
    font-weight: 800;
}

.hero-route-node.is-active {
    background: rgba(255, 249, 241, 0.28);
    box-shadow: 0 18px 32px rgba(7, 19, 20, 0.18);
}

.hero-route-preview p {
    margin: 1rem 0 0;
    color: rgba(255, 247, 237, 0.82);
    line-height: 1.7;
}

.page-shell-discovery {
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.search-feedback-section {
    margin-top: -2.8rem;
    position: relative;
    z-index: 2;
}

.search-feedback-card {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 30px;
}

.search-feedback-meta {
    display: grid;
    justify-items: end;
    gap: 0.7rem;
}

.search-feedback-meta .section-state {
    min-height: 0;
}

.destinations-grid,
.packages-grid,
.categories-grid,
.trust-grid,
.reviews-grid {
    display: grid;
    gap: 1.2rem;
}

.destinations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.packages-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 360px));
    justify-content: start;
    align-items: start;
}

.reviews-grid,
.trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.categories-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.destination-card,
.package-card,
.trust-card,
.review-card,
.journey-canvas-card,
.journey-detail-card,
.search-feedback-card,
.travel-footer-newsletter,
.category-card {
    overflow: hidden;
    border-radius: 30px;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.package-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.destination-card:hover,
.package-card:hover,
.trust-card:hover,
.review-card:hover,
.journey-detail-card:hover,
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.destination-card.is-filter-dim,
.package-card.is-filter-dim {
    opacity: 0.45;
}

.destination-card.is-highlighted {
    box-shadow: 0 28px 70px rgba(12, 79, 84, 0.16);
}

.package-card.is-highlighted {
    box-shadow: 0 28px 70px rgba(229, 123, 60, 0.16);
}

.destination-card-media,
.package-card-media {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(15, 106, 105, 0.42), rgba(229, 123, 60, 0.26));
}

.destination-card-media {
    aspect-ratio: 1.08;
}

.package-card-media {
    aspect-ratio: 4 / 3;
}

.destination-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(7, 20, 21, 0.62) 100%);
}

.destination-card-image,
.package-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.destination-card:hover .destination-card-image,
.package-card:hover .package-card-image {
    transform: scale(1.05);
}

.destination-card-price {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.45rem 0.85rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 252, 248, 0.92);
    color: var(--color-ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.destination-card-body,
.package-card-body {
    display: grid;
    gap: 0.9rem;
    height: 100%;
    padding: 1.3rem;
}

.package-card-body {
    align-content: start;
}

.destination-card-topline,
.package-card-topline,
.package-card-footer,
.destination-card-meta,
.package-card-highlights,
.booking-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.destination-card-location,
.package-card-location {
    margin: 0;
    color: var(--color-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.destination-card-highlight,
.package-card-chip {
    color: var(--color-ink-soft);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.destination-card-title,
.package-card-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.12;
}

.destination-card-copy,
.package-card-copy,
.trust-card p,
.review-card p,
.journey-detail-card p,
.travel-footer-brand p,
.travel-footer-copy {
    margin: 0;
    color: var(--color-muted);
    line-height: 1.75;
}

.package-card-copy {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.94rem;
    line-height: 1.68;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.destination-card-pill,
.package-card-pill,
.package-card-duration,
.package-card-rating,
.review-card-badge,
.review-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.78rem;
    border-radius: var(--radius-pill);
    font-size: 0.78rem;
    font-weight: 800;
}

.destination-card-pill,
.package-card-pill,
.review-card-kicker {
    background: rgba(15, 106, 105, 0.08);
    color: var(--color-teal-deep);
}

.package-card-badges {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: linear-gradient(180deg, rgba(7, 20, 21, 0.34), transparent 42%);
}

.package-card-duration,
.package-card-rating,
.review-card-badge {
    background: rgba(255, 252, 248, 0.92);
    color: var(--color-ink);
}

.package-card-price-block {
    display: grid;
    gap: 0.18rem;
}

.package-card-price-label {
    color: var(--color-muted);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.package-card-price {
    color: var(--color-teal-deep);
    font-size: 1.16rem;
    font-weight: 800;
}

.package-card-departure-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.package-card-departure-fact {
    display: grid;
    gap: 0.22rem;
    padding: 0.85rem 0.95rem;
    border-radius: 20px;
    background: rgba(15, 106, 105, 0.05);
    border: 1px solid rgba(24, 50, 52, 0.08);
}

.package-card-fact-label {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.package-card-next-departure,
.package-card-seat-count {
    color: var(--color-ink);
    font-size: 0.88rem;
}

.package-card-link {
    min-width: 136px;
    padding-inline: 1.15rem;
}

.package-card-footer {
    margin-top: auto;
    align-items: flex-end;
}

.review-card {
    padding: 1.45rem;
}

.review-card-feature {
    background:
        linear-gradient(135deg, rgba(12, 79, 84, 0.92), rgba(7, 33, 36, 0.92)),
        rgba(255, 251, 246, 0.82);
    color: #fff8f0;
}

.review-card-feature p,
.review-card-feature h3 {
    color: inherit;
}

.review-card h3,
.trust-card h3,
.journey-detail-card h3 {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
}

.journey-builder-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.2rem;
}

.journey-canvas-card {
    padding: 1.6rem;
}

.journey-route-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
    min-height: 320px;
}

.journey-route-line::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 50%;
    height: 160px;
    border: 2px dashed rgba(15, 106, 105, 0.24);
    border-color: rgba(15, 106, 105, 0.24) transparent rgba(229, 123, 60, 0.18) transparent;
    border-radius: 999px;
    transform: rotate(-4deg);
}

.journey-stop {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
}

.journey-stop:nth-child(odd) {
    align-self: start;
}

.journey-stop:nth-child(even) {
    align-self: end;
}

.journey-stop-marker {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(12, 79, 84, 0.94), rgba(229, 123, 60, 0.94));
    color: #fffaf3;
    font-weight: 800;
    box-shadow: 0 20px 42px rgba(12, 79, 84, 0.18);
}

.journey-stop-copy {
    display: grid;
    gap: 0.3rem;
    max-width: 12rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 50, 52, 0.08);
    text-align: center;
}

.journey-stop-copy strong {
    font-size: 1rem;
}

.journey-stop-copy span {
    color: var(--color-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.journey-detail-stack {
    display: grid;
    gap: 1rem;
}

.journey-detail-card,
.trust-card {
    padding: 1.4rem;
}

.category-card {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: end;
    padding: 1.2rem;
    color: #fffef9;
    background-size: cover;
    background-position: center;
}

.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 21, 0.08), rgba(7, 20, 21, 0.62));
}

.category-card-copy {
    position: relative;
    z-index: 1;
}

.category-card-copy span {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.4rem 0.75rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-card-copy h3 {
    margin: 0;
    font-size: 1.42rem;
}

.category-honeymoon {
    background-image:
        linear-gradient(135deg, rgba(12, 79, 84, 0.34), rgba(229, 123, 60, 0.22)),
        url("https://images.unsplash.com/photo-1516589178581-6cd7833ae3b2?auto=format&fit=crop&w=1200&q=80");
}

.category-family {
    background-image:
        linear-gradient(135deg, rgba(12, 79, 84, 0.34), rgba(229, 123, 60, 0.22)),
        url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80");
}

.category-weekend {
    background-image:
        linear-gradient(135deg, rgba(12, 79, 84, 0.34), rgba(229, 123, 60, 0.22)),
        url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1200&q=80");
}

.category-adventure {
    background-image:
        linear-gradient(135deg, rgba(12, 79, 84, 0.34), rgba(229, 123, 60, 0.22)),
        url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1200&q=80");
}

.category-luxury {
    background-image:
        linear-gradient(135deg, rgba(12, 79, 84, 0.34), rgba(229, 123, 60, 0.22)),
        url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1200&q=80");
}

.stats-section-compact {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.stats-section-compact .stat-card {
    padding: 1.35rem;
    text-align: left;
}

.stats-section-compact .stat-value {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-teal-deep);
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.stats-section-compact .stat-label {
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.travel-footer {
    margin-top: 3rem;
    padding: 3rem 0;
    background:
        linear-gradient(135deg, rgba(8, 32, 34, 0.99), rgba(11, 71, 75, 0.95)),
        radial-gradient(circle at top right, rgba(240, 200, 137, 0.16), transparent 24%);
    color: #fffaf3;
}

.travel-footer-shell {
    margin: 0 auto;
    display: grid;
    gap: 1.35rem;
}

.travel-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 0.8fr));
    gap: 1.2rem;
}

.travel-footer-brand {
    display: grid;
    gap: 1rem;
}

.travel-footer-column {
    display: grid;
    align-content: start;
    gap: 0.72rem;
}

.travel-footer-column h3,
.travel-footer-newsletter h3 {
    margin: 0;
    font-size: 1rem;
}

.travel-footer-column a {
    color: rgba(255, 247, 237, 0.78);
    font-weight: 700;
}

.travel-footer-column a:hover {
    color: #fffef9;
}

.travel-footer-bar {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 1rem;
    align-items: center;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.travel-footer-social {
    display: flex;
    gap: 0.7rem;
}

.travel-social-button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff8f0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.travel-social-button svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.travel-footer-copy {
    color: rgba(255, 247, 237, 0.68);
}

.travel-footer-newsletter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.9rem;
    align-items: end;
    padding: 1rem 1.1rem;
    background: rgba(255, 252, 248, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.travel-footer-newsletter .eyebrow {
    margin-bottom: 0.5rem;
    color: rgba(255, 216, 176, 0.9);
}

.travel-footer-newsletter-copy h3 {
    max-width: 13rem;
}

.newsletter-field {
    display: grid;
    gap: 0.5rem;
}

.newsletter-field input {
    background: rgba(255, 255, 255, 0.96);
}

.skeleton-card {
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255, 251, 246, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: var(--shadow-soft);
}

.skeleton-image,
.skeleton-line {
    background: linear-gradient(
        90deg,
        rgba(224, 214, 199, 0.7) 0%,
        rgba(247, 242, 235, 0.98) 50%,
        rgba(224, 214, 199, 0.7) 100%
    );
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite linear;
}

.skeleton-image {
    aspect-ratio: 4 / 3;
}

.skeleton-body {
    padding: 1.35rem;
}

.skeleton-line {
    height: 0.95rem;
    margin-bottom: 0.75rem;
    border-radius: var(--radius-pill);
}

.skeleton-line.short {
    width: 38%;
}

.skeleton-line.medium {
    width: 65%;
}

.skeleton-line.long {
    width: 100%;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 1260px) {
    .discovery-hero,
    .journey-builder-layout,
    .travel-footer-grid,
    .travel-footer-bar {
        grid-template-columns: 1fr;
    }

    .travel-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .travel-search-grid > .travel-search-field:nth-child(1),
    .travel-search-grid > .travel-search-field:nth-child(2),
    .travel-search-grid > .travel-search-field:nth-child(3),
    .travel-search-grid > .travel-search-field:nth-child(4),
    .travel-search-grid > .travel-search-field:nth-child(5),
    .travel-search-grid > .travel-search-field:nth-child(6),
    .travel-search-grid > .hero-search-button {
        grid-column: auto;
    }

    .destinations-grid,
    .reviews-grid,
    .categories-grid,
    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .packages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .travel-footer-newsletter {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

@media (max-width: 960px) {
    .landing-page .site-header,
    .hero-shell,
    .page-shell-discovery,
    .travel-footer-shell {
        width: min(calc(100% - 1.4rem), var(--max-width));
    }

    .discovery-hero {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-top: 1rem;
    }

    .travel-search-copy,
    .search-feedback-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-feedback-meta {
        justify-items: start;
    }

    .hero-story-column {
        order: 2;
    }

    .journey-route-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 420px;
    }

    .hero-story-column {
        grid-template-rows: auto;
    }

    .stats-section-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .landing-page .landing-hero-backdrop {
        background:
            linear-gradient(180deg, rgba(5, 19, 20, 0.22), rgba(5, 19, 20, 0.62)),
            linear-gradient(112deg, rgba(7, 33, 36, 0.74), rgba(8, 67, 70, 0.3)),
            url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2200&q=80") center/cover;
    }

    .landing-page .site-header {
        padding: 0.9rem 0.95rem;
    }

    .landing-page .site-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 0.65rem;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.2rem;
    }

    .landing-page .site-nav a,
    .landing-page .site-nav button,
    .landing-page .site-nav .auth-menu-shell {
        flex: 0 0 auto;
        width: auto;
    }

    .landing-page .site-nav a:not(.header-search-button) {
        min-height: 40px;
        padding: 0.7rem 0.9rem;
        border-radius: var(--radius-pill);
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .landing-page .site-nav a:not(.header-search-button)::after {
        display: none;
    }

    .landing-page .header-search-button {
        width: 40px;
        min-width: 40px;
        min-height: 40px;
    }

    .landing-page .header-search-button svg {
        width: 18px;
        height: 18px;
    }

    .landing-page .header-login-button,
    .landing-page .auth-menu-trigger {
        min-width: max-content;
        padding-inline: 1rem;
    }

    .landing-page .site-nav::-webkit-scrollbar {
        display: none;
    }

    .hero-shell {
        padding-top: 1rem;
    }

    .travel-search-panel {
        background: rgba(255, 252, 248, 0.78);
        backdrop-filter: blur(18px);
    }

    .travel-search-copy,
    .travel-search-footer,
    .hero-story-column {
        display: none;
    }

    .travel-search-grid,
    .destinations-grid,
    .packages-grid,
    .reviews-grid,
    .categories-grid,
    .trust-grid,
    .stats-section-compact {
        grid-template-columns: 1fr;
    }

    .hero-copy-panel h1 {
        max-width: none;
        font-size: clamp(2.15rem, 11vw, 3rem);
    }

    .package-card-departure-grid {
        grid-template-columns: 1fr;
    }

    .hero-live-strip {
        grid-template-columns: 1fr;
    }

    .hero-route-map {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-route-map::before {
        display: none;
    }

    .journey-route-line {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 0.5rem 0;
    }

    .journey-route-line::before {
        left: 30px;
        right: auto;
        top: 14px;
        bottom: 18px;
        width: 2px;
        height: auto;
        border: 0;
        background: linear-gradient(180deg, rgba(15, 106, 105, 0.3), rgba(229, 123, 60, 0.26));
        transform: none;
    }

    .journey-stop,
    .journey-stop:nth-child(odd),
    .journey-stop:nth-child(even) {
        justify-items: start;
        align-self: auto;
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 1rem;
    }

    .journey-stop-copy {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .landing-page .site-header,
    .hero-shell,
    .page-shell-discovery,
    .travel-footer-shell {
        width: min(calc(100% - 1rem), var(--max-width));
    }

    .landing-page .site-header {
        border-radius: 24px;
    }

    .travel-search-panel,
    .hero-copy-panel,
    .hero-route-preview,
    .search-feedback-card,
    .destination-card-body,
    .package-card-body,
    .journey-canvas-card,
    .journey-detail-card,
    .trust-card,
    .review-card,
    .travel-footer-newsletter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .travel-search-copy h2 {
        font-size: 1.7rem;
    }

    .hero-copy-panel p {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}
