.landing-page {
    --shell-gutter: clamp(0.55rem, 1.25vw, 0.95rem);
}

.landing-page .landing-hero-backdrop {
    width: 100%;
    min-height: 100vh;
    margin-top: 0;
    padding-top: 0.35rem;
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(4, 17, 19, 0.24), rgba(4, 17, 19, 0.58)),
        linear-gradient(116deg, rgba(7, 33, 36, 0.82), rgba(8, 67, 70, 0.34)),
        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% 18%, rgba(255, 255, 255, 0.08), transparent 14%),
        radial-gradient(circle at 82% 20%, rgba(240, 200, 137, 0.12), transparent 18%),
        linear-gradient(180deg, rgba(6, 22, 23, 0.08), rgba(6, 22, 23, 0.42));
}

.landing-page .site-header {
    width: calc(100% - 1rem);
    max-width: none;
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0.85rem 1rem;
    margin-top: 0;
    border-radius: 26px;
    background: rgba(8, 28, 30, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    box-shadow: 0 16px 44px rgba(7, 19, 20, 0.2);
}

.hero-shell,
.page-shell-discovery,
.travel-footer-shell {
    width: min(calc(100% - 1rem), 1440px);
}

.landing-page .brand-logo-image {
    filter: drop-shadow(0 12px 24px rgba(5, 17, 18, 0.2));
}

.landing-page .site-nav,
.landing-page .site-nav-drawer {
    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,
.landing-page .site-nav-toggle,
.landing-page .auth-menu-trigger,
.landing-page .auth-login-button {
    min-height: 46px;
}

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

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

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

.landing-page .section-caption {
    max-width: 30rem;
    font-size: 0.88rem;
}

.discovery-hero {
    min-height: calc(100vh - 6rem);
    display: grid;
    grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
    gap: 0.9rem;
    align-items: stretch;
    padding: 0.25rem 0 0.8rem;
    margin-top: 0;
}

.travel-search-panel,
.hero-route-stage {
    border: 0;
    backdrop-filter: blur(0px);
}

.travel-search-panel {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 1.15rem;
    border-radius: 30px;
    background: rgba(255, 252, 248, 0.94);
    box-shadow: 0 24px 60px rgba(11, 24, 25, 0.18);
}

.travel-search-mobile-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.travel-search-kicker {
    margin: 0;
    color: var(--color-accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.travel-search-mobile-head h2 {
    margin: 0.35rem 0 0;
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 0.98;
}

.travel-search-close {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(24, 50, 52, 0.12);
    border-radius: 50%;
    background: rgba(24, 50, 52, 0.05);
    color: var(--color-ink);
}

.travel-search-close svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

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

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

.travel-search-field span,
.newsletter-field span {
    color: var(--color-ink-soft);
    font-size: 0.68rem;
    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: 52px;
    padding: 0.78rem 0.9rem;
    border: 1px solid rgba(24, 50, 52, 0.12);
    border-radius: 15px;
    background: #fffdfa;
    color: var(--color-ink);
    font-size: 0.9rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-search-button {
    width: 100%;
    min-height: 52px;
    font-size: 0.84rem;
    grid-column: 1 / -1;
}

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

.hero-live-card {
    padding: 0.75rem 0.8rem;
    border-radius: 20px;
    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: 1.45rem;
    line-height: 1;
}

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

.hero-route-stage {
    position: relative;
    min-height: 620px;
    border: 0;
    /* border-radius: 34px; */
    overflow: hidden;
    background:transparent;
}

.hero-mobile-spotlight {
    display: none;
}

.hero-route-path {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-route-path path {
    fill: none;
    stroke: rgba(255, 250, 242, 0.42);
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 4 20;
}

.hero-route-node {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.55rem 0.9rem;
    border-radius: var(--radius-pill);
    background: rgba(255, 252, 247, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fffdf8;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(7, 19, 20, 0.18);
}

.hero-route-node::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 0.55rem;
    border-radius: 50%;
    background: #ffcf98;
    box-shadow: 0 0 0 8px rgba(255, 207, 152, 0.18);
}

.hero-route-node.is-active {
    background: rgba(255, 160, 94, 0.24);
}

.node-delhi {
    top: 10%;
    left: 9%;
}

.node-jaipur {
    top: 6%;
    left: 34%;
}

.node-ayodhya {
    top: 12%;
    right: 11%;
}

.node-varanasi {
    top: 34%;
    right: 30%;
}

.node-mathura {
    top: 36%;
    left: 14%;
}

.node-agra {
    top: 58%;
    left: 31%;
}

.node-manali {
    top: 56%;
    right: 10%;
}

.node-kashmir {
    bottom: 12%;
    left: 18%;
}

.mobile-search-fab {
    position: fixed;
    right: 0.95rem;
    bottom: 1rem;
    z-index: 40;
    display: none;
    align-items: center;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0.85rem 1rem;
    border: 0;
    border-radius: var(--radius-pill);
    background: linear-gradient(135deg, var(--color-accent), #ff9a5e);
    color: #0c1f21;
    font-weight: 800;
    box-shadow: 0 20px 40px rgba(202, 92, 37, 0.34);
}

.mobile-search-fab svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.landing-page.is-search-modal-open .mobile-search-fab {
    display: none !important;
}

.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,
    .travel-footer-grid,
    .travel-footer-bar {
        grid-template-columns: 1fr;
    }

    .destinations-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) {
    .hero-shell,
    .page-shell-discovery,
    .travel-footer-shell {
        width: min(calc(100% - 0.9rem), 1440px);
    }

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

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

    .landing-page .site-header {
        width: calc(100% - 0.7rem);
    }

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

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

    .hero-route-stage {
        min-height: 540px;
    }

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

@media (max-width: 720px) {
    .landing-page .landing-hero-backdrop {
        padding-top: 0.25rem;
        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 {
        width: 100%;
        padding: 0.8rem 0.85rem;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .landing-page .site-nav {
        width: auto;
        justify-content: flex-end;
        gap: 0.5rem;
        flex-wrap: nowrap;
    }

    .landing-page .site-nav-drawer {
        top: calc(100% + 0.5rem);
        left: 0.5rem;
        right: 0.5rem;
    }

    .landing-page .site-nav-drawer a {
        color: rgba(255, 248, 239, 0.96);
    }

    .landing-page .header-search-button,
    .landing-page .site-nav-toggle {
        width: 42px;
        min-width: 42px;
        min-height: 42px;
    }

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

    .landing-page .header-login-button,
    .landing-page .auth-menu-trigger {
        min-width: 42px;
        padding-inline: 0;
    }

    .landing-page .auth-menu-trigger {
        width: 42px;
        height: 42px;
        min-height: 42px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
    }

    .landing-page .auth-menu-trigger .auth-avatar,
    .landing-page .header-account-button .auth-avatar {
        width: 100%;
        height: 100%;
        flex-basis: auto;
    }

    .landing-page .auth-menu-trigger .auth-user-stack {
        display: none;
    }

    .hero-shell {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .travel-search-panel {
        display: none;
        width: 100vw;
        max-width: none;
        max-height: none;
        position: fixed;
        inset: 0;
        z-index: 60;
        min-height: 100dvh;
        padding: 1rem 0.9rem 1.2rem;
        overflow: auto;
        transform: none;
        border-radius: 0;
        background: #fffaf4;
        backdrop-filter: none;
    }

    .landing-page.is-search-modal-open {
        overflow: hidden;
    }

    .landing-page.is-search-modal-open .travel-search-panel {
        display: grid;
    }

    .landing-page.is-search-modal-open .landing-hero-backdrop::after {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 55;
        background: rgba(7, 19, 20, 0.38);
        backdrop-filter: none;
    }

    .travel-search-close {
        display: inline-grid;
        place-items: center;
    }

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

    .travel-search-field input,
    .travel-search-field select {
        min-height: 50px;
    }

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

    .travel-search-mobile-head {
        position: sticky;
        top: -1rem;
        z-index: 2;
        margin: -1rem -0.9rem 0;
        padding: 1rem 0.9rem 0.85rem;
        background: #fffaf4;
        border-bottom: 1px solid rgba(24, 50, 52, 0.08);
    }

    .discovery-hero {
        min-height: calc(100dvh - 4.6rem);
        gap: 0;
        padding: 0;
    }

    .hero-route-stage {
        min-height: calc(100dvh - 4.6rem);
        border-radius: 0;
    }

    .hero-route-path,
    .hero-route-node {
        display: none;
    }

    .hero-mobile-spotlight {
        position: absolute;
        top: 37%;
        left: 50%;
        z-index: 2;
        display: grid;
        gap: 0.95rem;
        width: min(86vw, 360px);
        padding: 1rem 0.95rem;
        border-radius: 26px;
        background: linear-gradient(180deg, rgba(255, 250, 244, 0.18), rgba(255, 250, 244, 0.1));
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 22px 50px rgba(4, 16, 17, 0.22);
        backdrop-filter: blur(22px);
        transform: translateX(-50%);
        animation: heroSpotlightFade 560ms ease-out both;
    }

    .hero-mobile-spotlight-copy {
        display: grid;
        gap: 0.45rem;
        text-align: center;
    }

    .hero-mobile-spotlight-copy h1 {
        margin: 0;
        color: #fffaf3;
        font-family: var(--font-display);
        font-size: clamp(1.55rem, 7vw, 2rem);
        line-height: 0.98;
        letter-spacing: -0.03em;
        text-wrap: balance;
    }

    .hero-mobile-spotlight-copy p {
        margin: 0;
        color: rgba(255, 247, 236, 0.82);
        font-size: 0.82rem;
        line-height: 1.55;
        text-wrap: balance;
    }

    .hero-mobile-spotlight-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .hero-mobile-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        min-height: 42px;
        padding: 0.7rem 0.8rem;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(239, 127, 62, 0.96), rgba(255, 162, 91, 0.94));
        color: #102628;
        font-size: 0.76rem;
        font-weight: 800;
        letter-spacing: 0.01em;
        box-shadow: 0 14px 30px rgba(202, 92, 37, 0.22);
    }

    .hero-mobile-pill.is-secondary {
        background: rgba(255, 255, 255, 0.14);
        color: #fffaf2;
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }

    .hero-mobile-pill svg {
        width: 15px;
        height: 15px;
        fill: currentColor;
        flex: 0 0 15px;
    }

    .hero-route-node {
        min-height: 34px;
        padding: 0.45rem 0.68rem;
        font-size: 0.64rem;
    }

    .hero-route-node::after {
        width: 6px;
        height: 6px;
        margin-left: 0.38rem;
    }

    .node-delhi {
        top: 12%;
        left: 6%;
    }

    .node-jaipur {
        top: 10%;
        left: 36%;
    }

    .node-ayodhya {
        top: 18%;
        right: 5%;
    }

    .node-varanasi {
        top: 40%;
        right: 24%;
    }

    .node-mathura {
        top: 42%;
        left: 9%;
    }

    .node-agra {
        top: 62%;
        left: 30%;
    }

    .node-manali {
        top: 62%;
        right: 9%;
    }

    .node-kashmir {
        bottom: 10%;
        left: 16%;
    }

    .mobile-search-fab {
        display: inline-flex;
    }
}

@media (max-width: 560px) {
    .hero-shell {
        width: 100%;
    }

    .page-shell-discovery,
    .travel-footer-shell {
        width: calc(100% - 0.75rem);
    }

    .landing-page .site-header {
        padding-inline: 0.75rem;
    }

    .travel-search-panel,
    .search-feedback-card,
    .destination-card-body,
    .package-card-body,
    .trust-card,
    .travel-footer-newsletter {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .travel-search-grid {
        grid-template-columns: 1fr;
    }

    .hero-route-stage {
        min-height: calc(100dvh - 4.6rem);
    }

    .hero-mobile-spotlight {
        top: 39%;
        width: min(88vw, 340px);
        padding: 0.95rem 0.85rem;
    }

    .hero-mobile-spotlight-actions {
        grid-template-columns: 1fr;
    }

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

    .mobile-search-fab {
        right: 0.7rem;
        bottom: 0.8rem;
    }
}

@keyframes heroSpotlightFade {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(18px);
    }

    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}
