/* DailyWander homepage product refresh — additive and reversible. */

.home-redesign .hero-home {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(247, 248, 249, .99) 0%, rgba(247, 248, 249, .94) 40%, rgba(247, 248, 249, .44) 72%, rgba(247, 248, 249, .18) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(247, 248, 249, .92)),
        url("assets/marketing/dailywander-hero-walk-2026-1600.webp") center / cover no-repeat;
}

.home-redesign .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: clamp(42px, 6vw, 92px);
}

.home-redesign .hero-home h1 {
    max-width: 720px;
    font-size: clamp(4rem, 6.2vw, 6.35rem);
    line-height: .94;
    letter-spacing: -.055em;
}

.home-redesign .hero-home .lead {
    max-width: 620px;
    font-size: 1.2rem;
}

.home-redesign .hero-showcase {
    min-height: 620px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    gap: 18px;
}

.home-redesign .showcase-phone {
    grid-row: auto;
    width: min(318px, 25vw);
    transform: rotate(-1.4deg);
    border-color: #101815;
    box-shadow: 0 38px 90px rgba(6, 40, 50, .25);
}

.home-redesign .showcase-routes,
.home-redesign .hero-proof-list {
    display: none;
}

.home-redesign .showcase-mini-panel {
    width: min(318px, 100%);
    max-width: none;
    background: rgba(255, 255, 255, .92);
}

.home-redesign .screenshot-proof-section {
    background: linear-gradient(180deg, #ffffff, #f0f8f6);
}

.home-redesign .screenshot-proof-card,
.home-redesign {
    overflow-x: hidden;
    overflow-x: clip;
}

.home-redesign .workflow-card,
.home-redesign .problem-card-grid article,
.home-redesign .use-case-grid article,
.home-redesign .intent-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-redesign .screenshot-proof-card:hover,
.home-redesign .intent-card:hover {
    transform: translateY(-3px);
    border-color: rgba(23, 183, 179, .32);
    box-shadow: 0 22px 48px rgba(16, 40, 32, .12);
}

.home-redesign .phone-frame {
    background: #f7f9f9;
}

.home-redesign .feature-gallery-section {
    color: #ffffff;
    background:
        radial-gradient(circle at 8% 12%, rgba(23, 183, 179, .18), transparent 32rem),
        linear-gradient(145deg, #062f2b, #0c5448 56%, #073b36);
}

.home-redesign .feature-gallery-section .eyebrow {
    color: #8ff1e7;
    border-color: rgba(143, 241, 231, .24);
    background: rgba(255, 255, 255, .08);
}

.home-redesign .feature-gallery-section .section-heading h2 {
    color: #ffffff;
}

.home-redesign .feature-gallery-section .section-heading > p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, .76);
    font-size: 1.08rem;
}

.home-redesign .feature-gallery-hint {
    display: none;
}

.home-redesign .feature-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-redesign .feature-gallery-grid:focus-visible {
    outline: 3px solid #8ff1e7;
    outline-offset: 6px;
}

.home-redesign .feature-gallery-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    color: #0f172a;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .19);
}

.home-redesign .feature-gallery-card.featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(230px, .88fr) minmax(0, 1.12fr);
}

.home-redesign .feature-gallery-media {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: linear-gradient(180deg, #eff7f5, #ffffff);
}

.home-redesign .feature-gallery-card.featured .feature-gallery-media {
    aspect-ratio: auto;
    min-height: 510px;
}

.home-redesign .feature-gallery-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.home-redesign .feature-gallery-app-screen {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 28px 24px 0;
    background: linear-gradient(150deg, #dff5f1, #b6ded7);
}

.home-redesign .feature-gallery-app-screen::before,
.home-redesign .feature-gallery-app-screen::after {
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    content: "";
    filter: blur(2px);
}

.home-redesign .feature-gallery-app-screen::before {
    top: -64px;
    right: -48px;
    background: rgba(255, 255, 255, .5);
}

.home-redesign .feature-gallery-app-screen::after {
    bottom: -78px;
    left: -54px;
    background: rgba(8, 125, 118, .18);
}

.home-redesign .feature-gallery-feature-achievements .feature-gallery-app-screen {
    background: linear-gradient(150deg, #fff3d7, #f4d9af);
}

.home-redesign .feature-gallery-feature-achievements .feature-gallery-app-screen::after {
    background: rgba(239, 154, 48, .23);
}

.home-redesign .feature-gallery-feature-recap .feature-gallery-app-screen {
    background: linear-gradient(150deg, #f7e2f0, #e5bdd8);
}

.home-redesign .feature-gallery-feature-recap .feature-gallery-app-screen::after {
    background: rgba(190, 45, 126, .2);
}

.home-redesign .feature-gallery-app-screen img {
    position: relative;
    width: min(72%, 264px);
    height: auto;
    border: 6px solid #102421;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
    background: #f5f7f7;
    box-shadow: 0 28px 46px rgba(4, 37, 32, .28), 0 4px 10px rgba(4, 37, 32, .15);
    object-fit: contain;
}

.home-redesign .feature-gallery-feature-achievements .feature-gallery-app-screen img,
.home-redesign .feature-gallery-feature-recap .feature-gallery-app-screen img {
    width: min(68%, 250px);
}

.home-redesign .feature-gallery-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.home-redesign .feature-gallery-copy h3 {
    margin-top: 14px;
    font-size: clamp(1.45rem, 2.4vw, 2.15rem);
    letter-spacing: -.025em;
}

.home-redesign .feature-gallery-copy p {
    margin: 14px 0 0;
    color: #526273;
}

.home-redesign .feature-gallery-kicker {
    align-self: flex-start;
    padding: 7px 10px;
    border-radius: 999px;
    color: #087d76;
    background: #e5fbf8;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.home-redesign .feature-gallery-footnote {
    margin: 24px auto 0;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .07);
}

.mobile-app-store-bar {
    display: none;
}

.mobile-app-store-bar[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .home-redesign .hero-home {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(247, 248, 249, .99) 0%, rgba(247, 248, 249, .94) 52%, rgba(247, 248, 249, .72) 100%),
            url("assets/marketing/dailywander-hero-walk-2026-960.webp") 70% center / cover no-repeat;
    }

    .home-redesign .hero-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .home-redesign .hero-copy {
        max-width: 720px;
    }

    .home-redesign .hero-showcase {
        min-height: 0;
    }

    .home-redesign .showcase-phone {
        width: min(286px, 48vw);
    }

    body.has-mobile-app-store-bar {
        padding-bottom: calc(92px + env(safe-area-inset-bottom));
    }

    .mobile-app-store-bar {
        position: fixed;
        right: 12px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 12px;
        z-index: 100;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        min-height: 68px;
        padding: 10px 11px;
        border: 1px solid rgba(15, 23, 42, .12);
        border-radius: 20px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 48px rgba(15, 23, 42, .2);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .mobile-app-store-bar > img {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .mobile-app-store-copy {
        display: grid;
        min-width: 0;
        line-height: 1.12;
    }

    .mobile-app-store-copy strong {
        color: #173f33;
        font-size: .96rem;
    }

    .mobile-app-store-copy small {
        margin-top: 4px;
        overflow: hidden;
        color: #647488;
        font-size: .72rem;
        font-weight: 700;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mobile-app-store-badge {
        display: inline-grid;
        place-items: center;
        min-height: 46px;
        padding: 0 15px;
        border-radius: 14px;
        color: #ffffff;
        background: linear-gradient(135deg, #17b7b3, #079792);
        font-size: .82rem;
        font-weight: 850;
        white-space: nowrap;
    }
}

@media (max-width: 680px) {
    .home-redesign .hero-home {
        padding: 38px 0 54px;
    }

    .home-redesign .hero-home h1 {
        max-width: 9ch;
        font-size: clamp(3.15rem, 14vw, 4.35rem);
        line-height: .94;
    }

    .home-redesign .hero-home .lead {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .home-redesign .hero-actions .btn {
        min-height: 56px;
    }

    .home-redesign .hero-showcase {
        gap: 14px;
    }

    .home-redesign .showcase-phone {
        width: min(238px, 66vw);
        border-width: 6px;
        border-radius: 34px;
    }

    .home-redesign .showcase-phone img {
        border-radius: 24px;
    }

    .home-redesign .showcase-mini-panel {
        width: min(286px, 84vw);
    }

    .home-redesign .section {
        padding-block: 50px;
    }

    .home-redesign .conversion-strip-grid,
    .home-redesign .screenshot-proof-grid,
    .home-redesign .problem-card-grid,
    .home-redesign .workflow-grid,
    .home-redesign .use-case-grid,
    .home-redesign .intent-grid,
    .home-redesign .intent-grid.two,
    .home-redesign .feature-gallery-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-padding-inline: 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .home-redesign .conversion-strip-grid::-webkit-scrollbar,
    .home-redesign .screenshot-proof-grid::-webkit-scrollbar,
    .home-redesign .problem-card-grid::-webkit-scrollbar,
    .home-redesign .workflow-grid::-webkit-scrollbar,
    .home-redesign .use-case-grid::-webkit-scrollbar,
    .home-redesign .intent-grid::-webkit-scrollbar {
        display: none;
    }

    .home-redesign .feature-gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .home-redesign .conversion-strip-grid > div {
        flex: 0 0 78vw;
        min-height: 126px;
        scroll-snap-align: start;
    }

    .home-redesign .screenshot-proof-card,
    .home-redesign .problem-card-grid > article,
    .home-redesign .workflow-card,
    .home-redesign .use-case-grid > article,
    .home-redesign .intent-grid > .intent-card {
        flex: 0 0 82vw;
        scroll-snap-align: start;
    }

    .home-redesign .feature-gallery-card,
    .home-redesign .feature-gallery-card.featured {
        flex: 0 0 84vw;
        display: block;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .home-redesign .feature-gallery-card.featured .feature-gallery-media,
    .home-redesign .feature-gallery-media {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    .home-redesign .feature-gallery-app-screen {
        padding-top: 22px;
    }

    .home-redesign .feature-gallery-app-screen img {
        width: 72%;
        max-width: 264px;
    }

    .home-redesign .feature-gallery-feature-achievements .feature-gallery-app-screen img,
    .home-redesign .feature-gallery-feature-recap .feature-gallery-app-screen img {
        width: 68%;
        max-width: 250px;
    }

    .home-redesign .feature-gallery-copy {
        min-height: 230px;
        justify-content: flex-start;
        padding: 22px;
    }

    .home-redesign .feature-gallery-hint {
        display: block;
        margin-top: 16px;
        color: #b9fff7 !important;
        font-size: .92rem !important;
        font-weight: 820;
    }

    .home-redesign .screenshot-proof-card {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 260px;
        padding: 18px;
    }

    .home-redesign .phone-frame {
        width: 96px;
    }

    .home-redesign .problem-card-grid > article,
    .home-redesign .workflow-card,
    .home-redesign .use-case-grid > article,
    .home-redesign .intent-grid > .intent-card {
        min-height: 190px;
    }

    .home-redesign .faq-list summary,
    .home-redesign .site-footer a {
        display: flex;
        align-items: center;
        min-height: 48px;
    }

    .home-redesign .faq-list details {
        padding-block: 12px;
    }

    .mobile-app-store-badge {
        min-width: 78px;
    }
}

@media (max-width: 380px) {
    .home-redesign .hero-home h1 {
        font-size: 3rem;
    }

    .mobile-app-store-bar {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        gap: 9px;
    }

    .mobile-app-store-bar > img {
        width: 40px;
        height: 40px;
    }

    .mobile-app-store-badge {
        min-width: 68px;
        padding-inline: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-redesign *,
    .home-redesign *::before,
    .home-redesign *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.home-redesign .authority-quote {
    margin: 24px 0;
    padding: 20px 22px;
    border-left: 4px solid #13a89e;
    border-radius: 0 18px 18px 0;
    background: rgba(255, 255, 255, .72);
}

.home-redesign .authority-quote p {
    margin: 0 0 8px;
    color: #183d2f;
    font-weight: 750;
}

.home-redesign .authority-quote cite {
    color: #41685b;
    font-size: .92rem;
    font-style: normal;
}
