/* KnotNow home preview (v2) — localhost marketing refresh */

:root {
    --home-v2-radius: 24px;
    --home-v2-pink: #d43b95;
    --home-v2-cyan: #22d3ee;
    --home-v2-cyan-solid: #0891b2;
    --home-v2-yellow: #fbbf24;
    --home-v2-max: 1200px;
}

body.page-home-preview,
body.page-forecast-hub,
body.page-blog-hub,
body.page-favourites-forecast.page-home-preview,
body.page-marketing-site {
    background: #050508;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-left: 0;
    padding-right: 0;
}

body.page-home-preview .container {
    padding: 0;
}

/* ── Marketing nav shell (full-width, glass) — home, sessions, forecast hub ── */
.marketing-nav-shell {
    position: sticky;
    top: 0;
    z-index: 5000;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.top-nav-enhanced.top-nav-marketing {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px 0;
    box-sizing: border-box;
    background: rgba(5, 5, 8, 0.42) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.marketing-nav-shell .top-nav-marketing {
    position: relative;
    top: auto;
}

.marketing-nav-shell .nav-inner-wrap {
    max-width: min(var(--home-v2-max, 1200px), 100%);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-sizing: border-box;
    padding: 0 20px;
}

/* Marketing site — shared 1200px column + 20px gutter (nav, subnav, blog body) */
.marketing-nav-shell .blog-web-subnav-inner,
.marketing-nav-shell .sessions-web-subnav-inner,
.marketing-nav-shell .forecast-location-web-subnav-inner,
body.page-blog-hub .blog-hub,
body.page-blog-article .blog-article-wrap {
    width: 100%;
    max-width: min(var(--home-v2-max, 1200px), 100%);
    margin-inline: auto;
    padding-inline: 20px;
    box-sizing: border-box;
}

.marketing-nav-shell .nav-logo--marketing {
    flex-shrink: 0;
}

.marketing-nav-shell .nav-logo--marketing .site-logo--marketing-white,
.marketing-nav-shell .nav-logo--marketing .site-logo {
    display: block;
    height: 34px;
    width: 184px;
    max-width: 184px;
    object-fit: contain;
}

.marketing-nav-shell .nav-marketing-links {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.4vw, 2rem);
    margin-left: clamp(1.25rem, 2.5vw, 2rem);
    flex: 1;
    min-width: 0;
}

.marketing-nav-shell .nav-marketing-link {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.marketing-nav-shell .nav-marketing-link:hover {
    color: #fff;
}

.marketing-nav-shell .nav-marketing-link--active {
    color: #fff;
    font-weight: 600;
}

.marketing-nav-shell .nav-marketing-end {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-shrink: 0;
}

.marketing-nav-shell .nav-marketing-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.72) !important;
    text-decoration: none !important;
    opacity: 1;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.marketing-nav-shell .nav-marketing-search-btn svg {
    width: 20px;
    height: 20px;
    display: block;
}

.marketing-nav-shell .nav-marketing-search-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    transform: translateY(-1px);
}

.marketing-nav-shell .nav-marketing-search-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 2px;
}

.marketing-nav-shell .nav-actions--marketing {
    margin-left: 0;
    gap: 10px;
}

.marketing-nav-shell #nav-marketing-guest[hidden] {
    display: none !important;
}

.marketing-nav-shell .nav-marketing-guest {
    display: flex;
    align-items: center;
    gap: 14px;
}

.marketing-nav-shell .nav-marketing-login {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    white-space: nowrap;
}

.marketing-nav-shell .nav-marketing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    border: none;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0a0a0a;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.marketing-nav-shell .nav-marketing-account {
    position: relative;
}

.marketing-nav-shell .nav-marketing-account-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 4px 0 2px;
    margin: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    transition: background 0.18s ease;
}

.marketing-nav-shell .nav-marketing-account-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
}

.marketing-nav-shell .nav-marketing-account-trigger-inner {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.marketing-nav-shell .nav-marketing-account-avatar,
.marketing-nav-shell .nav-marketing-account-initials {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex-shrink: 0;
}

.marketing-nav-shell .nav-marketing-account-avatar {
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: block;
}

.marketing-nav-shell .nav-marketing-account-initials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

.marketing-nav-shell .nav-marketing-account-chevron {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0;
}

.marketing-nav-shell .nav-marketing-account-chevron svg {
    width: 8px;
    height: 5px;
    display: block;
}

@media (max-width: 1024px) {
    .marketing-nav-shell .nav-marketing-links {
        display: none;
    }
}

@media (max-width: 1024px) {
    /* Match About/blog compact mobile chrome on home + forecast hub too */
    .top-nav-enhanced.top-nav-marketing,
    body.page-home-preview .top-nav-marketing,
    body.page-forecast-hub .top-nav-marketing,
    body.page-blog-hub .top-nav-marketing,
    body.page-blog-article .top-nav-marketing,
    body.page-sessions .top-nav-marketing,
    body.page-marketing-site .top-nav-marketing {
        padding: 8px 0;
    }

    .marketing-nav-shell .nav-inner-wrap,
    body.page-home-preview .top-nav-marketing .nav-inner-wrap {
        padding: 0 12px;
        gap: 8px;
    }

    .marketing-nav-shell .nav-logo--marketing .site-logo--marketing-white,
    .marketing-nav-shell .nav-logo--marketing .site-logo,
    body.page-home-preview .nav-logo--marketing .site-logo--marketing-white,
    body.page-home-preview .nav-logo--marketing .site-logo {
        height: 26px !important;
        width: auto !important;
        max-width: min(150px, 42vw) !important;
    }

    .marketing-nav-shell .nav-marketing-search-btn,
    body.page-home-preview .nav-marketing-search-btn {
        width: 36px;
        height: 36px;
    }

    .marketing-nav-shell .top-nav-marketing .mobile-hamburger-btn,
    body.page-home-preview .top-nav-marketing .mobile-hamburger-btn,
    body.page-marketing-site .top-nav-marketing .mobile-hamburger-btn {
        width: 36px;
        height: 36px;
        padding: 8px;
        gap: 4px;
    }
}

@media (max-width: 600px) {
    .marketing-nav-shell .nav-logo--marketing .site-logo--marketing-white,
    .marketing-nav-shell .nav-logo--marketing .site-logo,
    body.page-home-preview .nav-logo--marketing .site-logo--marketing-white,
    body.page-home-preview .nav-logo--marketing .site-logo {
        height: 24px !important;
        width: auto !important;
        max-width: min(140px, 40vw) !important;
    }
}

/* Nav over hero — glass treatment (nav injected by navigation.js) */
body.page-home-preview .top-nav-marketing,
body.page-forecast-hub .top-nav-marketing,
body.page-blog-hub .top-nav-marketing,
body.page-blog-article .top-nav-marketing,
body.page-sessions .top-nav-marketing {
    background: rgba(5, 5, 8, 0.35);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    margin-bottom: 0;
    padding: 10px 0;
}

@media (max-width: 1024px) {
    body.page-home-preview .top-nav-marketing,
    body.page-forecast-hub .top-nav-marketing,
    body.page-blog-hub .top-nav-marketing,
    body.page-blog-article .top-nav-marketing,
    body.page-sessions .top-nav-marketing,
    body.page-marketing-site .top-nav-marketing {
        padding: 8px 0;
    }
}

body.page-sessions.sessions-web-subnav-on .marketing-nav-shell .top-nav-marketing {
    border-bottom: none;
    padding-bottom: 10px;
}

body.page-blog-hub.blog-web-subnav-on .marketing-nav-shell .top-nav-marketing,
body.page-blog-article.blog-web-subnav-on .marketing-nav-shell .top-nav-marketing {
    border-bottom: none;
    padding-bottom: 10px;
}

/* Blog subnav link colours — blocking CSS so links never flash default :link blue */
#blog-web-subnav a:not(.blog-web-subnav-title),
.blog-web-subnav-link {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
}

#blog-web-subnav a.blog-web-subnav-title,
.blog-web-subnav-title {
    color: #fff;
    text-decoration: none;
}

.blog-web-subnav-link:hover,
#blog-web-subnav a:not(.blog-web-subnav-title):hover {
    color: rgba(255, 255, 255, 0.86);
}

#blog-web-subnav a.blog-web-subnav-title:hover,
.blog-web-subnav-title:hover {
    color: #fff;
}

.blog-web-subnav-link.blog-web-subnav-link--active,
.blog-web-subnav-link[aria-current='page'],
#blog-web-subnav a.blog-web-subnav-link--active,
#blog-web-subnav a[aria-current='page'] {
    color: #fff;
    font-weight: 500;
}

#blog-web-subnav.blog-web-subnav--pending {
    visibility: hidden;
}

/* Help hub + articles — subnav link colours (blocking CSS, no default :link blue flash) */
body.page-help-hub.help-web-subnav-on .marketing-nav-shell .top-nav-marketing,
body.page-help-article.help-web-subnav-on .marketing-nav-shell .top-nav-marketing {
    border-bottom: none;
    padding-bottom: 10px;
}

#help-web-subnav a:not(.help-web-subnav-title),
.help-web-subnav-link {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
}

#help-web-subnav a.help-web-subnav-title,
.help-web-subnav-title {
    color: #fff;
    text-decoration: none;
}

.help-web-subnav-link:hover,
#help-web-subnav a:not(.help-web-subnav-title):hover {
    color: rgba(255, 255, 255, 0.86);
}

#help-web-subnav a.help-web-subnav-title:hover,
.help-web-subnav-title:hover {
    color: #fff;
}

.help-web-subnav-link.help-web-subnav-link--active,
.help-web-subnav-link[aria-current='page'],
#help-web-subnav a.help-web-subnav-link--active,
#help-web-subnav a[aria-current='page'] {
    color: #fff;
    font-weight: 500;
}

#help-web-subnav.help-web-subnav--pending {
    visibility: hidden;
}

/* Help article breadcrumbs + body links — early paint (orange in-content, muted trail) */
body.page-help-article .blog-article-breadcrumbs a.breadcrumb-segment {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
}

body.page-help-article .blog-article-breadcrumbs a.breadcrumb-segment:hover {
    color: #fff;
}

body.page-help-article .blog-article-breadcrumbs .breadcrumb-segment-active {
    color: rgba(255, 255, 255, 0.82);
}

body.page-help-article .blog-article-main a:not(.blog-share-btn) {
    color: #efa540;
    text-decoration: underline;
}

body.page-help-article .blog-article-main a:not(.blog-share-btn):hover {
    color: #fff;
}

body.page-help-article .blog-article-main a:not(.blog-share-btn):visited {
    color: #efa540;
}

/* Sessions subnav link colours — blocking CSS so moved tabs never flash default :link blue */
.sessions-hub-tabs--text-subnav .sessions-hub-tab,
#sessions-web-subnav a:not(.sessions-web-subnav-title),
.sessions-web-subnav-link {
    color: rgba(255, 255, 255, 0.52);
    text-decoration: none;
}

#sessions-web-subnav a.sessions-web-subnav-title,
.sessions-web-subnav-title {
    color: #fff;
    text-decoration: none;
}

.sessions-hub-tabs--text-subnav a.sessions-hub-tab:hover,
.sessions-web-subnav-link:hover,
#sessions-web-subnav a:not(.sessions-web-subnav-title):hover {
    color: rgba(255, 255, 255, 0.86);
}

#sessions-web-subnav a.sessions-web-subnav-title:hover,
.sessions-web-subnav-title:hover {
    color: #fff;
}

.sessions-hub-tabs--text-subnav .sessions-hub-tab.sessions-hub-tab--active,
.sessions-hub-tabs--text-subnav .sessions-hub-tab[aria-current='page'],
.sessions-web-subnav-link.sessions-hub-tab--active,
.sessions-web-subnav-link[aria-current='page'],
#sessions-web-subnav a.sessions-hub-tab--active,
#sessions-web-subnav a[aria-current='page'] {
    color: #fff;
    font-weight: 500;
}

.sessions-hub-tabs--text-subnav .sessions-hub-tab {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0.2rem 0;
    font-size: 0.78rem;
    font-weight: 400;
}

#sessions-web-subnav.sessions-web-subnav--pending {
    visibility: hidden;
}

body.page-home-preview .top-nav-marketing .nav-inner-wrap {
    max-width: min(1240px, 100%);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.page-sessions .top-nav-marketing .nav-inner-wrap {
    max-width: min(1200px, 100%);
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

body.page-home-preview .nav-logo--marketing {
    flex-shrink: 0;
}

body.page-home-preview .nav-logo--marketing .site-logo--marketing-white {
    display: block;
    height: 34px;
    width: auto;
    max-width: 184px;
    object-fit: contain;
}

body.page-home-preview .nav-marketing-links {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.2vw, 1.75rem);
    margin-left: clamp(1rem, 2.5vw, 2rem);
    flex: 1;
    min-width: 0;
}

body.page-home-preview .nav-marketing-link,
body.page-forecast-hub .nav-marketing-link,
body.page-sessions .nav-marketing-link {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

body.page-home-preview .nav-marketing-link:hover {
    color: #fff;
}

body.page-home-preview .nav-marketing-end,
body.page-forecast-hub .nav-marketing-end,
body.page-sessions .nav-marketing-end {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    flex-shrink: 0;
}

body.page-home-preview .nav-marketing-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

body.page-home-preview .nav-marketing-search-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-1px);
}

body.page-home-preview .nav-actions--marketing {
    margin-left: 0;
    gap: 10px;
}

body.page-home-preview .nav-marketing-guest {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.page-home-preview .nav-marketing-login {
    font-size: 0.92rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

body.page-home-preview .nav-marketing-login:hover {
    color: #fff;
}

body.page-home-preview .nav-marketing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.15rem;
    border-radius: 999px;
    border: none;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #0a0a0a;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

body.page-home-preview .nav-marketing-cta:hover {
    background: #f2f2f2;
    transform: translateY(-1px);
}

body.page-home-preview .nav-actions--auth-pending .nav-marketing-cta {
    visibility: hidden;
    pointer-events: none;
}

body.page-home-preview .nav-marketing-account-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.page-home-preview .top-nav-marketing .mobile-hamburger-btn {
    margin-left: 4px;
}

@media (max-width: 1024px) {
    .marketing-nav-shell .nav-marketing-links,
    body.page-home-preview .nav-marketing-links {
        display: none;
    }

    /* Mobile: logo | search | hamburger — auth and primary links live in the drawer */
    .marketing-nav-shell .top-nav-marketing .nav-actions,
    .marketing-nav-shell .nav-actions--marketing,
    body.page-home-preview .top-nav-marketing .nav-actions {
        display: none !important;
    }

    .marketing-nav-shell .top-nav-marketing .nav-marketing-end,
    body.page-home-preview .top-nav-marketing .nav-marketing-end {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        flex-shrink: 0;
        min-width: 0;
    }

    /* Homepage was intermittently missing the hamburger — force beside search on marketing shells. */
    .marketing-nav-shell .top-nav-marketing .mobile-hamburger-btn,
    body.page-home-preview .top-nav-marketing .mobile-hamburger-btn,
    body.page-marketing-site .top-nav-marketing .mobile-hamburger-btn {
        display: inline-flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: stretch !important;
        visibility: visible !important;
        opacity: 1 !important;
        flex-shrink: 0 !important;
        margin-left: 0;
        width: 36px;
        height: 36px;
        padding: 8px;
        gap: 4px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        z-index: 2;
        pointer-events: auto;
    }

    .marketing-nav-shell .top-nav-marketing .mobile-hamburger-btn .hamburger-bar,
    body.page-home-preview .top-nav-marketing .mobile-hamburger-btn .hamburger-bar,
    body.page-marketing-site .top-nav-marketing .mobile-hamburger-btn .hamburger-bar {
        display: block !important;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 1px;
    }
}

body.page-home-preview .mobile-nav-section--marketing-cta,
.mobile-nav-links--marketing .mobile-nav-section--marketing-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.page-home-preview .mobile-nav-cta-btn,
.mobile-nav-links--marketing .mobile-nav-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #0a0a0a !important;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

body.page-home-preview .mobile-nav-link--login,
.mobile-nav-links--marketing .mobile-nav-link--login {
    text-align: center;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
}

.mobile-nav-links--marketing .mobile-nav-marketing-user-name {
    text-align: center;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* Legacy glass nav override (non-marketing fallback) */
body.page-home-preview .top-nav-enhanced:not(.top-nav-marketing) {
    background: rgba(5, 5, 8, 0.42);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    margin-bottom: 0;
}

/* ── Hero ─────────────────────────────────────────────── */
.home-v2-hero.hero-banner {
    position: relative;
    width: 100%;
    min-height: clamp(620px, 88vh, 920px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0;
}

.home-v2-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-v2-hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-v2-hero-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(ellipse 90% 70% at 50% 38%, rgba(5, 8, 14, 0.55) 0%, rgba(5, 8, 14, 0.72) 55%, rgba(5, 5, 8, 0.88) 100%),
        linear-gradient(180deg, rgba(5, 5, 8, 0.2) 0%, transparent 40%, rgba(5, 5, 8, 0.95) 100%);
    pointer-events: none;
}

.home-v2-hero-inner {
    position: relative;
    z-index: 2;
    width: min(var(--home-v2-max), 94vw);
    margin: 0 auto;
    padding: clamp(5rem, 12vh, 8rem) 0 clamp(3rem, 8vh, 5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.home-v2-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 211, 252, 0.35);
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.82);
}

.home-v2-hero-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 10px rgba(52, 211, 153, 0.7);
}

.home-v2-hero-logo {
    width: min(220px, 58vw);
    height: auto;
    margin: 0.25rem 0 0.5rem;
}

.home-v2-hero-title {
    margin: 0;
    max-width: min(42rem, 94vw);
    font-size: clamp(1.85rem, 4.2vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: #fff;
}

.home-v2-hero-lead {
    margin: 0;
    max-width: 38rem;
    font-size: clamp(1rem, 1.9vw, 1.12rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.8);
}

.home-v2-app-store {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    margin-top: 0.75rem;
}

.home-v2-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 0.5rem;
}

.home-v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    font-size: 0.98rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-v2-btn:hover {
    transform: translateY(-1px);
}

.home-v2-btn--solid {
    background: #fff;
    color: #0a0a0a;
}

.home-v2-btn--solid:hover {
    background: #f0f0f0;
}

.home-v2-btn--glass {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    backdrop-filter: blur(8px);
}

.home-v2-btn--glass:hover {
    background: rgba(255, 255, 255, 0.16);
}

.home-v2-btn--muted {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    cursor: default;
    pointer-events: none;
}

.home-v2-app-store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 2.75rem;
    min-width: 12.75rem;
    padding: 0.28rem 1.15rem;
    line-height: 0;
    border-radius: 999px;
    background: #ee386c;
    border: 1px solid #ee386c;
    box-shadow: 0 8px 20px rgba(238, 56, 108, 0.28);
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.15s ease;
}

.home-v2-app-store-badge img {
    display: block;
    height: 34px;
    width: auto;
}

.home-v2-app-store-badge--soon {
    opacity: 0.95;
    cursor: default;
}

a.home-v2-app-store-badge:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

.home-v2-app-store-note {
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

/* ── Platform (Forecast + Sessions) ───────────────────── */
.home-v2-platform {
    background: #050508;
    padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(4rem, 9vw, 6.5rem);
}

.home-v2-platform-inner {
    width: min(var(--home-v2-max), 94vw);
    margin: 0 auto;
}

.home-v2-section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(1.5rem, 4vw, 3rem);
    row-gap: 0.65rem;
    align-items: start;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.home-v2-section-badge {
    grid-column: 1;
    grid-row: 1;
}

.home-v2-section-title {
    grid-column: 1;
    grid-row: 2;
}

.home-v2-section-lead {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
}

.home-v2-section-head--stack {
    grid-template-columns: 1fr;
    text-align: center;
}

.home-v2-section-head--stack .home-v2-section-lead {
    margin-left: auto;
    margin-right: auto;
}

.home-v2-section-badge {
    display: inline-block;
    width: fit-content;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6ee7b7;
    margin: 0 0 0.65rem;
}

.home-v2-section-title {
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.home-v2-section-title em {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-weight: 400;
}

.home-v2-section-lead {
    margin: 0;
    max-width: 28rem;
    font-size: 1.02rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.68);
}

.home-v2-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.home-v2-platform-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--home-v2-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-v2-platform-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
}

.home-v2-platform-card--forecast:hover {
    border-color: rgba(255, 61, 127, 0.35);
}

.home-v2-platform-card--sessions:hover {
    border-color: rgba(34, 211, 238, 0.35);
}

.home-v2-platform-card-visual {
    position: relative;
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1rem, 3vw, 2rem) 0;
    display: flex;
    justify-content: center;
    min-height: 280px;
    overflow: hidden;
}

.home-v2-platform-card--forecast .home-v2-platform-card-visual {
    background: linear-gradient(160deg, rgba(255, 122, 24, 0.18) 0%, rgba(212, 59, 149, 0.12) 55%, transparent 100%);
}

.home-v2-platform-card--sessions .home-v2-platform-card-visual {
    background: linear-gradient(160deg, rgba(14, 116, 144, 0.22) 0%, rgba(8, 145, 178, 0.14) 55%, transparent 100%);
}

.home-v2-phone {
    width: min(220px, 42vw);
    border-radius: 28px;
    padding: 8px;
    background: linear-gradient(145deg, #2a2a2e 0%, #121214 100%);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: translateY(12px);
    transition: transform 0.35s ease;
}

.home-v2-platform-card:hover .home-v2-phone {
    transform: translateY(0);
}

.home-v2-phone img,
.home-v2-phone video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #000;
}

.home-v2-phone-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.home-v2-phone-video video {
    vertical-align: top;
}

.home-v2-phone-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.32);
    cursor: pointer;
    transition: background 0.2s ease;
}

.home-v2-phone-video-play:hover,
.home-v2-phone-video-play:focus-visible {
    background: rgba(0, 0, 0, 0.42);
}

.home-v2-phone-video-play:focus-visible {
    outline: 2px solid #d43b95;
    outline-offset: 2px;
}

.home-v2-phone-video-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: rgba(212, 59, 149, 0.92);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    transition: transform 0.2s ease, background 0.2s ease;
}

.home-v2-phone-video-play:hover .home-v2-phone-video-play-icon,
.home-v2-phone-video-play:focus-visible .home-v2-phone-video-play-icon {
    transform: scale(1.06);
    background: #d43b95;
}

.home-v2-phone-video-play-icon svg {
    margin-left: 0.15rem;
}

.home-v2-phone-video.is-playing .home-v2-phone-video-play {
    display: none;
}

.home-v2-platform-card-copy {
    padding: 1.5rem clamp(1.25rem, 3vw, 1.75rem) 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.home-v2-platform-kicker {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.home-v2-platform-card--forecast .home-v2-platform-kicker { color: #fda4af; }
.home-v2-platform-card--sessions .home-v2-platform-kicker { color: #7dd3fc; }

.home-v2-platform-headline {
    margin: 0;
    font-size: clamp(1.2rem, 2.4vw, 1.5rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.home-v2-platform-body {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
    flex: 1;
}

.home-v2-platform-body + .home-v2-platform-body {
    margin-top: 0.65rem;
}

.home-v2-platform-card-copy > .home-v2-platform-action {
    margin-top: 0.35rem;
}

.home-v2-platform-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 0.35rem;
}

.home-v2-platform-action {
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.home-v2-platform-action--secondary {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
}

.home-v2-platform-action--secondary:hover {
    color: #fff;
}

.home-v2-platform-actions .home-v2-platform-action {
    margin-top: 0;
}

.home-v2-platform-card--forecast .home-v2-platform-action { color: #fb7185; }
.home-v2-platform-card--sessions .home-v2-platform-action:not(.home-v2-platform-action--secondary) { color: #7dd3fc; }

.home-v2-platform-card--sessions .home-v2-platform-action:not(.home-v2-platform-action--secondary):hover {
    color: #bae6fd;
}

/* ── Triple feature panels (Sessions / Your spots / Forecasts) ── */
.home-v2-triple {
    background: #0a0a0c;
    padding: clamp(2.5rem, 6vw, 4rem) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-v2-triple-inner {
    width: min(var(--home-v2-max), 94vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 960px) {
    .home-v2-triple-inner {
        grid-template-columns: 1fr;
    }
}

.home-v2-triple-card {
    border-radius: 16px;
    padding: clamp(1.5rem, 3vw, 2rem);
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.home-v2-triple-card--sessions {
    background: var(--home-v2-cyan-solid);
    color: #fff;
}

.home-v2-triple-card--spots {
    background: var(--home-v2-pink);
    color: #fff;
}

.home-v2-triple-card--forecasts {
    background: var(--home-v2-yellow);
    color: #0f172a;
}

.home-v2-triple-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.home-v2-triple-lead {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.92;
}

.home-v2-triple-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.home-v2-triple-links a {
    display: block;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.15s ease, transform 0.15s ease;
}

.home-v2-triple-card--sessions .home-v2-triple-links a:hover,
.home-v2-triple-card--spots .home-v2-triple-links a:hover {
    background: rgba(255, 255, 255, 0.28);
}

.home-v2-triple-card--spots .home-v2-spots-link {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.home-v2-triple-card--spots .home-v2-spots-link:hover {
    background: rgba(255, 255, 255, 0.28);
}

.home-v2-triple-card--forecasts .home-v2-triple-links a {
    background: rgba(0, 0, 0, 0.1);
}

.home-v2-triple-card--forecasts .home-v2-triple-cta {
    background: rgba(0, 0, 0, 0.12);
    color: #0f172a;
}

.home-v2-triple-card--forecasts .home-v2-triple-cta:hover {
    background: rgba(0, 0, 0, 0.2);
}

.home-v2-spots-block {
    margin-bottom: 1rem;
}

.home-v2-spots-label {
    margin: 0 0 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.85;
}

.home-v2-spots-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.home-v2-spots-link {
    display: block;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.15s ease;
}

.home-v2-spots-link:hover {
    background: rgba(255, 255, 255, 0.25);
}

.home-v2-spots-empty {
    font-size: 0.9rem;
    opacity: 0.7;
}

.home-v2-triple-bullets {
    margin: 0 0 1.25rem;
    padding-left: 1.15rem;
    font-size: 0.92rem;
    line-height: 1.55;
    flex: 1;
}

.home-v2-triple-bullets li {
    margin-bottom: 0.35rem;
}

.home-v2-triple-cta {
    display: inline-block;
    margin-top: auto;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: inherit;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    align-self: flex-start;
    transition: background 0.15s ease;
}

.home-v2-triple-card--spots .home-v2-triple-cta {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.home-v2-triple-card--sessions .home-v2-triple-cta {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.home-v2-triple-card--spots .home-v2-triple-cta:hover,
.home-v2-triple-card--sessions .home-v2-triple-cta:hover {
    background: rgba(255, 255, 255, 0.32);
}

.home-v2-triple-link--subtle {
    background: transparent !important;
    font-weight: 500 !important;
    opacity: 0.88;
    padding-left: 0.25rem !important;
}

.home-v2-triple-link--subtle:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1) !important;
}

.home-v2-triple-card--sessions .home-v2-triple-links a:hover,
.home-v2-triple-card--forecasts .home-v2-triple-cta:hover {
    transform: translateY(-1px);
}

/* ── Stories (Surfline-style) ─────────────────────────── */
.home-v2-stories {
    background: #0a0a0c;
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-v2-stories-inner {
    width: min(var(--home-v2-max), 94vw);
    margin: 0 auto;
}

.home-v2-stories-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
    flex-wrap: wrap;
}

.home-v2-stories-heading h2 {
    margin: 0 0 0.25rem;
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.home-v2-stories-heading p {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
}

.home-v2-stories-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.home-v2-stories-viewall {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.home-v2-stories-viewall:hover {
    background: rgba(255, 255, 255, 0.08);
}

.home-v2-stories-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 1rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.home-v2-stories-scroll::-webkit-scrollbar {
    height: 6px;
}

.home-v2-stories-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.home-v2-story-card {
    flex: 0 0 min(320px, 78vw);
    scroll-snap-align: start;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease;
}

.home-v2-story-card:hover {
    transform: translateY(-3px);
}

.home-v2-story-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.home-v2-story-card:hover img {
    transform: scale(1.04);
}

.home-v2-story-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.55) 70%, rgba(0, 0, 0, 0.88) 100%);
    pointer-events: none;
}

.home-v2-story-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem;
    z-index: 1;
}

.home-v2-story-title {
    margin: 0 0 0.65rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.home-v2-story-tag {
    display: inline-block;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0a0a0a;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ── Search strip (reuses footer-nav from home.css) ───── */
body.page-home-preview .footer-nav.footer-search-only {
    background: #111114;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.page-home-preview .home-v2-triple + .footer-nav.footer-search-only {
    padding-top: clamp(2.5rem, 6vw, 4rem);
    padding-bottom: clamp(3rem, 7vw, 5rem);
}

body.page-home-preview .quick-links {
    background: #111114;
}

body.page-home-preview .general-footer,
body.page-forecast-hub .general-footer,
body.page-blog-hub .general-footer,
body.page-blog-article .general-footer,
body.page-marketing-site .general-footer,
body.page-sessions .general-footer,
body.page-favourites-forecast .general-footer {
    background: #050508;
}

/* Footer: Sessions / Forecasts split + social */
body.page-home-preview .footer-nav-grid--home-v2,
body.page-forecast-hub .footer-nav-grid--home-v2,
body.page-blog-hub .footer-nav-grid--home-v2,
body.page-blog-article .footer-nav-grid--home-v2,
body.page-help-hub .footer-nav-grid--home-v2,
body.page-help-article .footer-nav-grid--home-v2,
body.page-marketing-site .footer-nav-grid--home-v2,
body.page-sessions .footer-nav-grid--home-v2,
body.page-favourites-forecast .footer-nav-grid--home-v2 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: 0;
}

@media (max-width: 1024px) {
    body.page-home-preview .footer-nav-grid--home-v2,
    body.page-forecast-hub .footer-nav-grid--home-v2,
    body.page-blog-hub .footer-nav-grid--home-v2,
    body.page-blog-article .footer-nav-grid--home-v2,
    body.page-help-hub .footer-nav-grid--home-v2,
    body.page-help-article .footer-nav-grid--home-v2,
    body.page-marketing-site .footer-nav-grid--home-v2,
    body.page-sessions .footer-nav-grid--home-v2,
    body.page-favourites-forecast .footer-nav-grid--home-v2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.page-home-preview .footer-nav-grid--home-v2,
    body.page-forecast-hub .footer-nav-grid--home-v2,
    body.page-blog-hub .footer-nav-grid--home-v2,
    body.page-blog-article .footer-nav-grid--home-v2,
    body.page-help-hub .footer-nav-grid--home-v2,
    body.page-help-article .footer-nav-grid--home-v2,
    body.page-marketing-site .footer-nav-grid--home-v2,
    body.page-sessions .footer-nav-grid--home-v2,
    body.page-favourites-forecast .footer-nav-grid--home-v2 {
        grid-template-columns: 1fr;
    }
}

body.page-home-preview .footer-nav-link--forecasts-lead,
body.page-forecast-hub .footer-nav-link--forecasts-lead,
body.page-blog-hub .footer-nav-link--forecasts-lead,
body.page-blog-article .footer-nav-link--forecasts-lead,
body.page-help-hub .footer-nav-link--forecasts-lead,
body.page-help-article .footer-nav-link--forecasts-lead,
body.page-marketing-site .footer-nav-link--forecasts-lead,
body.page-sessions .footer-nav-link--forecasts-lead,
body.page-favourites-forecast .footer-nav-link--forecasts-lead {
    font-weight: 800;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

body.page-home-preview .footer-nav-link--help-lead,
body.page-forecast-hub .footer-nav-link--help-lead,
body.page-blog-hub .footer-nav-link--help-lead,
body.page-blog-article .footer-nav-link--help-lead,
body.page-help-hub .footer-nav-link--help-lead,
body.page-help-article .footer-nav-link--help-lead,
body.page-marketing-site .footer-nav-link--help-lead,
body.page-sessions .footer-nav-link--help-lead,
body.page-favourites-forecast .footer-nav-link--help-lead {
    font-weight: 800;
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}

body.page-home-preview .footer-nav-subheader,
body.page-forecast-hub .footer-nav-subheader,
body.page-blog-hub .footer-nav-subheader,
body.page-blog-article .footer-nav-subheader,
body.page-marketing-site .footer-nav-subheader,
body.page-sessions .footer-nav-subheader,
body.page-favourites-forecast .footer-nav-subheader {
    margin: 1rem 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.45);
}

body.page-home-preview .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-forecast-hub .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-blog-hub .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-blog-article .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-marketing-site .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-sessions .footer-nav-group--sessions .footer-sessions-spotlight,
body.page-favourites-forecast .footer-nav-group--sessions .footer-sessions-spotlight {
    margin-top: 0.75rem;
}

.footer-social-lead {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
    max-width: 18rem;
}

.footer-app-store-wrap {
    margin: 0 0 1.15rem;
}

.footer-app-store-badge {
    display: inline-block;
    line-height: 0;
    border-radius: 8px;
    transition: opacity 0.2s ease, transform 0.15s ease;
}

.footer-app-store-badge img {
    display: block;
    width: 150px;
    height: auto;
}

.footer-app-store-badge:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.footer-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.footer-social-btn:hover {
    transform: translateY(-1px);
}

.footer-social-btn--instagram {
    background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(220, 39, 67, 0.25);
}

.footer-social-btn--facebook {
    background: #1877f2;
    color: #fff;
    box-shadow: 0 4px 16px rgba(24, 119, 242, 0.25);
}

.footer-social-btn--youtube {
    background: #ff0000;
    color: #fff;
    box-shadow: 0 4px 16px rgba(255, 0, 0, 0.22);
}

.footer-social-icon {
    display: inline-flex;
    flex-shrink: 0;
}

.footer-social-compact {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.footer-social-compact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    transition: background 0.15s ease, color 0.15s ease;
}

.footer-social-compact-link:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

/* Preview banner — removed from page; styles kept if re-enabled during review */
.home-v2-preview-banner {
    background: linear-gradient(90deg, rgba(212, 59, 149, 0.2) 0%, rgba(125, 211, 252, 0.15) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.55rem 1rem;
    text-align: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
}

.home-v2-preview-banner strong {
    color: #fff;
}

@media (max-width: 900px) {
    .home-v2-section-head {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        row-gap: 0.5rem;
    }

    .home-v2-section-badge,
    .home-v2-section-title,
    .home-v2-section-lead {
        grid-column: 1;
        grid-row: auto;
    }

    .home-v2-section-lead {
        margin-top: 0.35rem;
    }

    .home-v2-platform-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .home-v2-hero-inner {
        padding-top: clamp(4rem, 10vh, 6rem);
        gap: 1rem;
    }

    .home-v2-hero-title {
        max-width: none;
        font-size: clamp(1.65rem, 7vw, 2.1rem);
    }

    .home-v2-app-store {
        margin-top: 0.75rem;
    }

    .home-v2-app-store-badge img {
        height: 34px;
    }

    .home-v2-app-store-note {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-v2-platform-card,
    .home-v2-phone,
    .home-v2-story-card,
    .home-v2-story-card img,
    .home-v2-btn {
        transition: none;
    }

    .home-v2-hero-media video {
        display: none;
    }

    .home-v2-hero-media {
        background: #0f172a url('/session-images/202604-regatta.jpeg') center / cover no-repeat;
    }
}

/* Marketing pages — breadcrumb home icon (contact, etc.) */
body.page-marketing-site .group-forecast-breadcrumbs .breadcrumb-home-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    vertical-align: -0.15em;
}

/* Subtle › breadcrumbs — sessions marketing, contact, group forecast pages */
body.page-marketing-site .group-forecast-breadcrumbs,
body.page-sessions-marketing .group-forecast-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.15rem 0.35rem;
    margin: 0 0 0.65rem;
    padding: 0;
    font-size: 0.82rem;
    line-height: 1.4;
}

body.page-marketing-site .group-forecast-breadcrumbs .breadcrumb-segment,
body.page-sessions-marketing .group-forecast-breadcrumbs .breadcrumb-segment {
    display: inline;
    padding: 0;
    min-height: 0;
    background: none !important;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    font-weight: 400;
    text-decoration: none;
}

body.page-marketing-site .group-forecast-breadcrumbs a.breadcrumb-segment:hover,
body.page-sessions-marketing .group-forecast-breadcrumbs a.breadcrumb-segment:hover {
    color: #fff;
    background: none !important;
}

body.page-marketing-site .group-forecast-breadcrumbs .breadcrumb-segment-active,
body.page-sessions-marketing .group-forecast-breadcrumbs .breadcrumb-segment-active {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

body.page-marketing-site .group-forecast-breadcrumbs .breadcrumb-chevron,
body.page-sessions-marketing .group-forecast-breadcrumbs .breadcrumb-chevron {
    margin: 0;
    color: rgba(255, 255, 255, 0.28);
    user-select: none;
}

body.page-sessions-marketing.page-marketing-site .container {
    max-width: min(var(--home-v2-max, 1200px), 100%);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* Footer newsletter + feedback engage strip */
.footer-engage {
    background: #0c0c0e;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(2rem, 4vw, 3rem) 20px;
}
.footer-engage-inner {
    max-width: min(var(--home-v2-max, 1200px), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.75rem, 3vw, 2.75rem);
}
.footer-engage--single .footer-engage-inner {
    grid-template-columns: 1fr;
    max-width: min(36rem, 100%);
}
.footer-engage--newsletter {
    padding: clamp(2.5rem, 5vw, 4rem) 20px;
}
.footer-engage-inner--newsletter {
    max-width: min(40rem, 100%);
    text-align: center;
}
.footer-engage-title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}
.footer-engage-title--newsletter {
    margin: 0 0 0.85rem;
    font-size: clamp(1.85rem, 4.2vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.12;
}
.footer-engage-copy {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.68);
}
.footer-engage-copy--newsletter {
    margin: 0 auto 1.75rem;
    max-width: 32rem;
    font-size: clamp(1rem, 1.9vw, 1.2rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.7);
    text-wrap: balance;
}
.footer-newsletter-form--pill {
    width: 100%;
}
.footer-newsletter-pill {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
    padding: 0.4rem 0.4rem 0.4rem 1.15rem;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    background: #2a2a2a;
    box-sizing: border-box;
    transition: border-color 0.2s, background-color 0.2s;
}
.footer-newsletter-pill:focus-within {
    border-color: #d43b95;
    background: #333;
}
.footer-newsletter-pill-input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 1.05rem;
    line-height: 1.3;
    padding: 0.65rem 0.35rem;
    outline: none;
}
.footer-newsletter-pill-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.footer-newsletter-pill-btn {
    appearance: none;
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    background: #dc4a6d;
    color: #fff;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    white-space: nowrap;
}
.footer-newsletter-pill-btn:hover {
    background: #e45678;
}
.footer-newsletter-pill-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}
.footer-engage-note--newsletter {
    margin: 0.9rem 0 0;
    text-align: center;
}
.footer-engage-note--newsletter a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.footer-engage-note--newsletter a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer-engage--newsletter .footer-engage-status {
    text-align: center;
}
.footer-engage-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    align-items: center;
}
.footer-engage-input,
.footer-engage-textarea {
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font: inherit;
    padding: 0.7rem 0.85rem;
}
.footer-engage-input {
    flex: 1 1 10rem;
    min-width: 9rem;
}
.footer-engage-input--name {
    flex: 1 1 8rem;
}
.footer-engage-textarea {
    width: 100%;
    resize: vertical;
    min-height: 5.5rem;
    margin-bottom: 0.65rem;
}
.footer-engage-btn {
    appearance: none;
    border: 0;
    border-radius: 10px;
    background: #dc4a6d;
    color: #fff;
    font: inherit;
    font-weight: 700;
    padding: 0.7rem 1.1rem;
    cursor: pointer;
}
.footer-engage-btn:disabled {
    opacity: 0.6;
    cursor: wait;
}
.footer-engage-btn--secondary {
    background: rgba(255, 255, 255, 0.12);
}
.footer-engage-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.18);
}
.footer-engage-btn--reveal {
    margin-top: 0.15rem;
}
.footer-engage-form-wrap {
    margin-top: 0.85rem;
}
.footer-engage--feedback.is-collapsed .footer-engage-form-wrap[hidden] {
    display: none !important;
}
.footer-engage-file {
    display: inline-flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}
.footer-engage-file input[type="file"] {
    max-width: 14rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
}
.footer-engage-status {
    margin: 0.65rem 0 0;
    min-height: 1.25em;
    font-size: 0.875rem;
    color: #ff8fab;
}
.footer-engage-note {
    margin: 0.55rem 0 0;
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.45);
}
.footer-engage .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
@media (max-width: 760px) {
    .footer-engage-inner {
        grid-template-columns: 1fr;
    }
    .footer-newsletter-pill {
        flex-wrap: wrap;
        border-radius: 18px;
        padding: 0.55rem;
    }
    .footer-newsletter-pill-input {
        flex: 1 1 100%;
        padding: 0.55rem 0.75rem;
        text-align: left;
    }
    .footer-newsletter-pill-btn {
        width: 100%;
    }
}
