:root {
    --vb-navy: #23364d;
    --vb-navy-deep: #18283d;
    --vb-slate: #5e7f99;
    --vb-sage: #9fc1b2;
    --vb-gold: #f4c64f;
    --vb-gold-deep: #d9a72f;
    --vb-ivory: #f8f5ef;
    --vb-paper: #fffdf9;
    --vb-logo-paper: #fbf8f3;
    --vb-ink: #253043;
    --vb-muted: #687384;
    --vb-line: #dfe5e2;
    --vb-danger: #a84d49;
    --vb-success: #3e7864;
    --vb-shadow: 0 28px 70px rgba(26, 43, 64, 0.16);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    background: var(--vb-ivory);
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--vb-ink);
    background: var(--vb-ivory);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
input {
    font: inherit;
}

.vb-skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 50;
    padding: 0.75rem 1rem;
    color: #fff;
    background: var(--vb-navy-deep);
    border-radius: 0.5rem;
    transform: translateY(-200%);
}

.vb-skip-link:focus {
    transform: translateY(0);
}

.vb-auth-shell {
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
}

.vb-story-panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    padding: clamp(2rem, 4.5vw, 5.25rem);
    color: #fff;
    background:
        linear-gradient(145deg, rgba(35, 54, 77, 0.98), rgba(24, 40, 61, 0.99)),
        var(--vb-navy-deep);
}

.vb-story-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.vb-story-glow {
    position: absolute;
    z-index: -1;
    width: 36rem;
    height: 36rem;
    border-radius: 50%;
    filter: blur(5px);
    pointer-events: none;
}

.vb-story-glow-one {
    top: -18rem;
    right: -12rem;
    background: radial-gradient(circle, rgba(159, 193, 178, 0.26), transparent 68%);
}

.vb-story-glow-two {
    bottom: -22rem;
    left: -11rem;
    background: radial-gradient(circle, rgba(244, 198, 79, 0.2), transparent 70%);
}

.vb-story-inner {
    width: min(100%, 780px);
    margin: auto;
}

.vb-logo-crop {
    display: block;
    width: 164px;
    aspect-ratio: 1278 / 640;
    overflow: hidden;
}

.vb-logo-crop img {
    display: block;
    width: 100%;
    height: auto;
}

.vb-logo-crop-light {
    width: 148px;
    margin-bottom: clamp(3rem, 9vh, 7rem);
    border-radius: 0.15rem;
}

.vb-logo-crop-light img {
    transform: translateY(-50%);
}

.vb-story-copy {
    max-width: 690px;
}

.vb-eyebrow,
.vb-login-kicker {
    margin: 0 0 1rem;
    color: var(--vb-gold);
    font-size: 0.74rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vb-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.vb-lock-mark {
    display: grid;
    width: 1.8rem;
    height: 1.8rem;
    place-items: center;
    color: var(--vb-navy-deep);
    background: var(--vb-gold);
    border-radius: 50%;
}

.vb-lock-mark svg {
    width: 0.92rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.vb-story-copy h1 {
    max-width: 650px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.75rem, 5.2vw, 5.25rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.vb-story-lead {
    max-width: 610px;
    margin: 1.75rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: clamp(1rem, 1.3vw, 1.16rem);
    line-height: 1.75;
}

.vb-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2.4vw, 2.25rem);
    margin-top: clamp(2.75rem, 6vh, 4.5rem);
}

.vb-principle {
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.vb-principle > span {
    display: block;
    margin-bottom: 0.9rem;
    color: var(--vb-gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.vb-principle p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.83rem;
    line-height: 1.65;
}

.vb-principle strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #fff;
    font-weight: 650;
}

.vb-timeline-preview {
    position: relative;
    height: 5.25rem;
    margin-top: clamp(3rem, 7vh, 5.25rem);
}

.vb-timeline-line {
    position: absolute;
    top: 1.15rem;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--vb-sage), rgba(159, 193, 178, 0.15));
}

.vb-timeline-dot {
    position: absolute;
    top: 0.86rem;
    width: 0.62rem;
    height: 0.62rem;
    background: var(--vb-gold);
    border: 2px solid var(--vb-navy-deep);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(244, 198, 79, 0.18);
}

.vb-dot-one,
.vb-note-one {
    left: 8%;
}

.vb-dot-two,
.vb-note-two {
    left: 45%;
}

.vb-dot-three,
.vb-note-three {
    left: 78%;
}

.vb-timeline-note {
    position: absolute;
    top: 2.15rem;
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translateX(-0.15rem);
}

.vb-story-panel blockquote {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.92rem;
    font-style: italic;
}

.vb-login-panel {
    display: flex;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(1.5rem, 4vw, 4.5rem);
    background:
        radial-gradient(circle at 85% 5%, rgba(159, 193, 178, 0.2), transparent 26rem),
        var(--vb-ivory);
}

.vb-login-inner {
    display: flex;
    width: min(100%, 470px);
    margin: auto;
    flex-direction: column;
}

.vb-login-card {
    padding: clamp(2rem, 4.2vw, 3.75rem);
    background: rgba(255, 253, 249, 0.94);
    border: 1px solid rgba(35, 54, 77, 0.08);
    border-radius: 1.35rem;
    box-shadow: var(--vb-shadow);
    backdrop-filter: blur(12px);
}

.vb-mobile-logo {
    display: none;
    margin-bottom: 2.25rem;
}

.vb-login-kicker {
    color: var(--vb-slate);
}

.vb-login-card h2 {
    margin: 0;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 4vw, 3.2rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
}

.vb-login-intro {
    margin: 1rem 0 0;
    color: var(--vb-muted);
    line-height: 1.65;
}

.vb-alert {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding: 0.9rem 1rem;
    border: 1px solid currentColor;
    border-radius: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.5;
}

.vb-alert-error {
    color: var(--vb-danger);
    background: rgba(168, 77, 73, 0.055);
}

.vb-alert-success {
    color: var(--vb-success);
    background: rgba(62, 120, 100, 0.07);
}

.vb-alert-mark {
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.3rem;
    background: currentColor;
    border-radius: 50%;
    flex: 0 0 auto;
}

.vb-login-form {
    margin-top: 2.25rem;
}

.vb-field + .vb-field {
    margin-top: 1.15rem;
}

.vb-field label {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--vb-navy-deep);
    font-size: 0.86rem;
    font-weight: 700;
}

.vb-field input,
.vb-field textarea {
    width: 100%;
    min-height: 3.45rem;
    padding: 0.85rem 1rem;
    color: var(--vb-ink);
    background: #fff;
    border: 1px solid #cfd8d7;
    border-radius: 0.7rem;
    outline: 0;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.vb-field textarea {
    min-height: 7rem;
    resize: vertical;
}

.vb-field input::placeholder,
.vb-field textarea::placeholder {
    color: #9aa3ae;
}

.vb-field input:hover,
.vb-field textarea:hover {
    border-color: #aebdba;
}

.vb-field input:focus,
.vb-field textarea:focus {
    border-color: var(--vb-slate);
    box-shadow: 0 0 0 4px rgba(94, 127, 153, 0.14);
}

.vb-password-field {
    position: relative;
}

.vb-password-field input {
    padding-right: 5.25rem;
}

.vb-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.45rem;
    display: inline-flex;
    min-height: 2.4rem;
    padding: 0 0.6rem;
    align-items: center;
    gap: 0.35rem;
    color: var(--vb-slate);
    background: transparent;
    border: 0;
    border-radius: 0.45rem;
    font-size: 0.76rem;
    font-weight: 750;
    transform: translateY(-50%);
}

.vb-password-toggle:hover {
    color: var(--vb-navy-deep);
    background: rgba(94, 127, 153, 0.08);
}

.vb-password-toggle:focus-visible,
.vb-submit:focus-visible,
.vb-help-link a:focus-visible {
    outline: 3px solid rgba(244, 198, 79, 0.65);
    outline-offset: 3px;
}

.vb-password-toggle svg {
    width: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vb-remember-option {
    display: flex;
    margin-top: 1.35rem;
    align-items: flex-start;
    gap: 0.7rem;
    color: var(--vb-ink);
    cursor: pointer;
}

.vb-remember-option input {
    width: 1.1rem;
    height: 1.1rem;
    margin: 0.15rem 0 0;
    flex: 0 0 auto;
    accent-color: var(--vb-navy);
}

.vb-remember-option span {
    display: grid;
    gap: 0.15rem;
}

.vb-remember-option strong {
    color: var(--vb-navy-deep);
    font-size: 0.86rem;
}

.vb-remember-option small {
    color: var(--vb-muted);
    font-size: 0.76rem;
    line-height: 1.4;
}

.vb-remember-option input:focus-visible {
    outline: 3px solid rgba(244, 198, 79, 0.65);
    outline-offset: 3px;
}

.vb-submit {
    display: flex;
    width: 100%;
    min-height: 3.55rem;
    margin-top: 1.25rem;
    padding: 0.85rem 1.1rem;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    color: #fff;
    background: var(--vb-navy);
    border: 0;
    border-radius: 0.72rem;
    box-shadow: 0 12px 28px rgba(35, 54, 77, 0.2);
    font-size: 0.92rem;
    font-weight: 750;
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.vb-submit:hover {
    background: var(--vb-navy-deep);
    box-shadow: 0 15px 32px rgba(35, 54, 77, 0.25);
    transform: translateY(-1px);
}

.vb-submit:disabled {
    cursor: wait;
    opacity: 0.78;
    transform: none;
}

.vb-submit svg {
    width: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.vb-help-link {
    margin: 1.15rem 0 0;
    text-align: center;
}

.vb-help-link a {
    color: var(--vb-navy);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(35, 54, 77, 0.28);
    text-underline-offset: 0.25rem;
}

.vb-public-auth-links {
    display: flex;
    margin-top: 1.25rem;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
}

.vb-public-auth-links a {
    color: var(--vb-navy);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(35, 54, 77, 0.28);
    text-underline-offset: 0.25rem;
}

.vb-public-auth-links a + a {
    position: relative;
    padding-left: 1rem;
}

.vb-public-auth-links a + a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    background: #aab3bd;
    border-radius: 50%;
    transform: translateY(-50%);
}

.vb-public-beta-badge {
    display: inline-flex;
    min-height: 1.35rem;
    padding: 0.16rem 0.45rem;
    align-items: center;
    justify-content: center;
    color: var(--vb-navy-deep);
    background: var(--vb-gold);
    border: 1px solid rgba(35, 54, 77, 0.12);
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(244, 198, 79, 0.2);
    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    line-height: 1;
    vertical-align: middle;
}

.vb-public-auth-card {
    padding-top: clamp(2rem, 3.6vw, 3.2rem);
    padding-bottom: clamp(2rem, 3.6vw, 3.2rem);
}

.vb-public-auth-card .vb-login-kicker {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.vb-public-auth-card .vb-field label small {
    color: var(--vb-muted);
    font-weight: 500;
}

.vb-public-auth-check {
    display: grid;
    grid-template-columns: 1.05rem 1fr;
    gap: 0.7rem;
    margin-top: 1.2rem;
    color: var(--vb-muted);
    font-size: 0.76rem;
    line-height: 1.55;
    cursor: pointer;
}

.vb-public-auth-check input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.15rem;
    accent-color: var(--vb-navy);
}

.vb-public-auth-small,
.vb-public-password-rule,
.vb-public-auth-expired p {
    margin: 1.35rem 0 0;
    color: var(--vb-muted);
    font-size: 0.74rem;
    line-height: 1.6;
}

.vb-public-password-rule {
    padding: 0.8rem 0.9rem;
    background: rgba(159, 193, 178, 0.11);
    border: 1px solid rgba(62, 120, 100, 0.16);
    border-radius: 0.65rem;
}

.vb-public-auth-return {
    text-align: center;
    text-decoration: none;
}

.vb-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.vb-access-note {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
    gap: 0.8rem;
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    color: var(--vb-muted);
    border-top: 1px solid var(--vb-line);
}

.vb-access-note svg {
    width: 1.35rem;
    color: var(--vb-success);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.vb-access-note p {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.65;
}

.vb-access-note strong {
    color: var(--vb-ink);
}

.vb-mvp-note {
    margin: 1.35rem 0 0;
    color: #89919c;
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
}

.vb-login-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 0 0.25rem;
    color: #7d8794;
    font-size: 0.72rem;
}

@media (max-width: 1100px) {
    .vb-auth-shell {
        grid-template-columns: minmax(0, 1fr) minmax(410px, 0.92fr);
    }

    .vb-story-panel {
        padding: 2.75rem;
    }

    .vb-principles {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .vb-principle {
        display: grid;
        grid-template-columns: 2rem 1fr;
        gap: 0.75rem;
    }

    .vb-principle > span {
        margin: 0.2rem 0 0;
    }
}

@media (max-width: 900px) {
    .vb-auth-shell {
        display: flex;
        flex-direction: column;
    }

    .vb-login-panel {
        order: -1;
        min-height: auto;
        padding: 2rem 1.25rem 3rem;
    }

    .vb-login-inner {
        width: min(100%, 520px);
    }

    .vb-login-card {
        padding: clamp(1.75rem, 7vw, 3rem);
    }

    .vb-mobile-logo {
        display: block;
    }

    .vb-logo-crop-light {
        display: none;
    }

    .vb-story-panel {
        min-height: auto;
        padding: 4rem 1.5rem;
    }

    .vb-story-inner {
        width: min(100%, 620px);
    }

    .vb-story-copy h1 {
        font-size: clamp(2.65rem, 10vw, 4rem);
    }

    .vb-principles {
        margin-top: 2.75rem;
    }
}

@media (max-width: 520px) {
    .vb-login-panel {
        padding: 0;
        background: var(--vb-paper);
    }

    .vb-login-card {
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .vb-login-footer {
        padding: 0 1.5rem 1.5rem;
        flex-direction: column;
        align-items: center;
        gap: 0.3rem;
    }

    .vb-timeline-note {
        font-size: 0.58rem;
    }

    .vb-public-auth-links {
        align-items: stretch;
        flex-direction: column;
        text-align: center;
    }

    .vb-public-auth-links a + a {
        padding-top: 0.65rem;
        padding-left: 0;
        border-top: 1px solid var(--vb-line);
    }

    .vb-public-auth-links a + a::before {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Public landing page */
.vb-public-body {
    background: var(--vb-paper);
}

.vb-public-html {
    scroll-behavior: smooth;
}

.vb-public-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--vb-logo-paper);
    border-bottom: 1px solid rgba(35, 54, 77, 0.1);
    box-shadow: 0 8px 30px rgba(24, 40, 61, 0.06);
    backdrop-filter: blur(16px);
}

.vb-public-header-inner {
    display: flex;
    width: min(100% - 3rem, 1280px);
    min-height: 5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.vb-public-brand {
    width: 112px;
    flex: 0 0 auto;
}

.vb-public-menu {
    display: contents;
}

.vb-public-menu > summary {
    display: none;
    list-style: none;
}

.vb-public-menu > summary::-webkit-details-marker {
    display: none;
}

.vb-public-brand:focus-visible,
.vb-public-nav a:focus-visible,
.vb-public-footer a:focus-visible,
.vb-public-cta a:focus-visible,
.vb-contact-note a:focus-visible {
    outline: 3px solid rgba(244, 198, 79, 0.72);
    outline-offset: 4px;
    border-radius: 0.35rem;
}

.vb-public-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.9rem, 2vw, 1.75rem);
}

.vb-public-nav a {
    color: var(--vb-navy-deep);
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.vb-public-nav a:not(.vb-public-nav-cta):hover {
    color: var(--vb-success);
}

.vb-public-nav .vb-public-nav-cta {
    display: inline-flex;
    min-height: 2.6rem;
    padding: 0.65rem 1rem;
    align-items: center;
    color: #fff;
    background: var(--vb-navy);
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(35, 54, 77, 0.16);
}

.vb-public-nav .vb-public-nav-cta:hover {
    background: var(--vb-navy-deep);
}

.vb-public-page > [id] {
    scroll-margin-top: 5rem;
}

.vb-public-section {
    padding: clamp(5rem, 9vw, 8rem) clamp(1.5rem, 5vw, 5rem);
}

.vb-public-section-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
}

.vb-public-kicker {
    margin: 0 0 1rem;
    color: var(--vb-success);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.vb-why-heading,
.vb-public-section-heading {
    margin-bottom: clamp(3rem, 7vw, 5.5rem);
}

.vb-why-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: end;
    gap: clamp(2rem, 6vw, 6rem);
}

.vb-why-heading h2,
.vb-public-section-heading h2,
.vb-contact-copy h2 {
    max-width: 760px;
    margin: 0;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.vb-public-intro,
.vb-public-section-heading > p:last-child,
.vb-contact-copy > p {
    margin: 0;
    color: var(--vb-muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.8;
}

.vb-why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    align-items: start;
    gap: clamp(2.5rem, 7vw, 6.5rem);
}

.vb-why-story {
    color: #3f4b5d;
    font-size: clamp(1rem, 1.35vw, 1.1rem);
    line-height: 1.85;
}

.vb-why-story p {
    margin: 0 0 1.55rem;
}

.vb-why-story blockquote {
    margin: 2.2rem 0;
    padding: 0.25rem 0 0.25rem 1.5rem;
    color: var(--vb-success);
    border-left: 4px solid var(--vb-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.6vw, 2.25rem);
    font-style: italic;
    line-height: 1.35;
}

.vb-why-story .vb-why-emphasis {
    color: var(--vb-navy-deep);
    font-weight: 700;
}

.vb-why-capsule {
    overflow: hidden;
    background: var(--vb-ivory);
    border: 1px solid rgba(35, 54, 77, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 24px 60px rgba(24, 40, 61, 0.11);
}

.vb-why-photo {
    position: relative;
    height: clamp(300px, 37vw, 440px);
    margin: 0;
    overflow: hidden;
    background: var(--vb-sage);
}

.vb-why-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 40%;
    background: linear-gradient(to top, rgba(24, 40, 61, 0.68), transparent);
    pointer-events: none;
}

.vb-why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 36%;
}

.vb-why-photo figcaption {
    position: absolute;
    right: 1.25rem;
    bottom: 1.1rem;
    left: 1.25rem;
    z-index: 1;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vb-why-capsule-copy {
    padding: clamp(1.75rem, 4vw, 3rem);
}

.vb-why-capsule-copy h3,
.vb-public-cta h3 {
    margin: 0;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 500;
    letter-spacing: -0.035em;
}

.vb-why-capsule-copy ul {
    display: grid;
    gap: 1rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.vb-why-capsule-copy li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--vb-muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

.vb-why-capsule-copy li::before {
    content: "";
    position: absolute;
    top: 0.62rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--vb-gold);
    border-radius: 50%;
}

.vb-why-capsule-copy strong {
    color: var(--vb-navy-deep);
}

.vb-why-closing {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem 5rem;
    margin-top: clamp(4rem, 8vw, 7rem);
    padding: clamp(2rem, 4.5vw, 4rem);
    align-items: center;
    color: #fff;
    background: var(--vb-navy-deep);
    border-radius: 1.4rem;
}

.vb-why-closing p {
    margin: 0;
    color: var(--vb-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.6rem, 3vw, 2.65rem);
    line-height: 1.3;
}

.vb-why-closing span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.75;
}

.vb-public-listen {
    background:
        radial-gradient(circle at 88% 18%, rgba(244, 198, 79, 0.17), transparent 25rem),
        var(--vb-paper);
    border-top: 1px solid rgba(35, 54, 77, 0.08);
    border-bottom: 1px solid rgba(35, 54, 77, 0.08);
}

.vb-listen-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: clamp(3rem, 8vw, 7rem);
}

.vb-listen-copy h2 {
    margin: 0;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.55rem, 4.8vw, 4.5rem);
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

.vb-listen-copy > p:not(.vb-public-kicker) {
    margin: 1.35rem 0 0;
    color: var(--vb-muted);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.8;
}

.vb-listen-copy > a {
    display: inline-flex;
    margin-top: 1.65rem;
    align-items: center;
    gap: 0.55rem;
    color: var(--vb-navy);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(35, 54, 77, 0.28);
    text-underline-offset: 0.25rem;
}

.vb-listen-copy > a:focus-visible {
    outline: 3px solid rgba(244, 198, 79, 0.72);
    outline-offset: 4px;
    border-radius: 0.25rem;
}

.vb-audio-card {
    padding: clamp(1.5rem, 4vw, 2.75rem);
    color: #fff;
    background:
        linear-gradient(145deg, rgba(35, 54, 77, 0.98), rgba(24, 40, 61, 0.99)),
        var(--vb-navy-deep);
    border: 1px solid rgba(35, 54, 77, 0.14);
    border-radius: 1.35rem;
    box-shadow: 0 24px 60px rgba(24, 40, 61, 0.16);
}

.vb-audio-card-heading {
    display: flex;
    margin-bottom: 1.6rem;
    align-items: center;
    gap: 1rem;
}

.vb-audio-mark {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    color: var(--vb-navy-deep);
    background: var(--vb-gold);
    border-radius: 50%;
    flex: 0 0 auto;
}

.vb-audio-mark svg {
    width: 1.45rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.75;
}

.vb-audio-card-heading p {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
}

.vb-audio-card-heading > div > span {
    display: block;
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

.vb-audio-card audio {
    display: block;
    width: 100%;
    min-height: 3.4rem;
    accent-color: var(--vb-gold);
}

.vb-audio-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.72rem;
    line-height: 1.6;
}

.vb-public-use-cases {
    background:
        radial-gradient(circle at 8% 10%, rgba(159, 193, 178, 0.2), transparent 28rem),
        var(--vb-ivory);
}

.vb-public-section-heading {
    max-width: 850px;
}

.vb-public-section-heading > p:last-child {
    max-width: 680px;
    margin-top: 1.4rem;
}

.vb-use-cases-intro,
.vb-use-cases-closing {
    max-width: 780px;
    color: var(--vb-muted);
    font-size: 1rem;
    line-height: 1.8;
}

.vb-use-cases-intro p,
.vb-use-cases-closing p {
    margin: 0 0 1rem;
}

.vb-use-cases-intro p:nth-child(2) {
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    line-height: 1.4;
}

.vb-use-cases-hint {
    margin: 2.5rem 0 1rem;
    color: var(--vb-muted);
    font-size: 0.88rem;
}

.vb-use-cases-list {
    display: grid;
    gap: 0.75rem;
}

.vb-use-case {
    min-width: 0;
    background: rgba(255, 253, 249, 0.84);
    border: 1px solid rgba(35, 54, 77, 0.1);
    border-radius: 1.1rem;
    scroll-margin-top: 7rem;
}

.vb-use-case > summary {
    display: flex;
    padding: clamp(1rem, 2.5vw, 1.6rem);
    align-items: center;
    gap: clamp(0.75rem, 2vw, 1.4rem);
    list-style: none;
    cursor: pointer;
    border-radius: inherit;
}

.vb-use-case > summary::-webkit-details-marker {
    display: none;
}

.vb-use-case > summary:hover {
    background: rgba(159, 193, 178, 0.12);
}

.vb-use-case > summary:focus-visible {
    outline: 3px solid var(--vb-navy);
    outline-offset: 3px;
}

.vb-use-case-number {
    display: inline-grid;
    width: 2.3rem;
    height: 2.3rem;
    flex: 0 0 auto;
    place-items: center;
    color: var(--vb-navy-deep);
    background: var(--vb-gold);
    border-radius: 50%;
    font-size: 0.68rem;
    font-weight: 850;
}

.vb-use-case h3 {
    margin: 0;
    flex: 1;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.2;
}

.vb-use-case-toggle {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    color: var(--vb-navy);
}

.vb-use-case-toggle::before,
.vb-use-case-toggle::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    content: "";
}

.vb-use-case-toggle::after {
    transform: rotate(90deg);
}

.vb-use-case[open] .vb-use-case-toggle::after {
    display: none;
}

.vb-use-case-copy {
    max-width: 850px;
    padding: 0 clamp(1rem, 2.5vw, 1.6rem) 1.6rem;
    color: var(--vb-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

.vb-use-case-copy p {
    margin: 0 0 1rem;
}

.vb-use-case-copy ul,
.vb-use-cases-closing ul {
    padding-left: 1.4rem;
    margin: 0 0 1.25rem;
}

.vb-use-case-copy > :last-child {
    margin-bottom: 0;
}

.vb-use-cases-closing {
    margin-top: 3rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(35, 54, 77, 0.16);
}

.vb-use-cases-closing h3 {
    margin-bottom: 1.5rem;
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.vb-use-cases-closing p:last-child {
    color: var(--vb-navy-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
}

.vb-public-cta {
    display: flex;
    margin-top: clamp(3rem, 6vw, 5rem);
    padding: clamp(2rem, 4vw, 3.25rem);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: var(--vb-paper);
    border: 1px solid rgba(35, 54, 77, 0.1);
    border-radius: 1.25rem;
}

.vb-public-cta h3 {
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.vb-public-cta p:last-child {
    margin: 0.8rem 0 0;
    color: var(--vb-muted);
}

.vb-public-cta > a {
    display: inline-flex;
    min-height: 3.25rem;
    padding: 0.8rem 1.35rem;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    background: var(--vb-navy);
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.vb-public-cta > a:hover {
    background: var(--vb-navy-deep);
}

.vb-public-contact {
    color: #fff;
    background:
        radial-gradient(circle at 75% 15%, rgba(159, 193, 178, 0.18), transparent 28rem),
        var(--vb-navy-deep);
}

.vb-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
    align-items: start;
    gap: clamp(3rem, 8vw, 7rem);
}

.vb-contact-copy .vb-public-kicker {
    color: var(--vb-gold);
}

.vb-contact-copy h2 {
    color: #fff;
}

.vb-contact-copy > p {
    margin-top: 1.4rem;
    color: rgba(255, 255, 255, 0.68);
}

.vb-contact-note {
    display: grid;
    gap: 0.45rem;
    margin-top: 2.5rem;
    padding: 1.25rem 1.35rem;
    color: rgba(255, 255, 255, 0.66);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.85rem;
    font-size: 0.85rem;
    line-height: 1.6;
}

.vb-contact-note strong {
    color: #fff;
}

.vb-contact-note a {
    color: var(--vb-gold);
    font-weight: 750;
    text-underline-offset: 0.2rem;
}

.vb-contact-card {
    padding: clamp(1.8rem, 4vw, 3rem);
    color: var(--vb-ink);
    background: var(--vb-paper);
    border-radius: 1.35rem;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.vb-contact-card > .vb-alert {
    margin-top: 0;
}

.vb-contact-form {
    margin-top: 0;
}

.vb-contact-card > .vb-alert + .vb-contact-form {
    margin-top: 1.5rem;
}

.vb-contact-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.vb-contact-field-grid .vb-field + .vb-field {
    margin-top: 0;
}

.vb-contact-privacy {
    margin: 1.2rem 0 0;
    color: var(--vb-muted);
    font-size: 0.73rem;
    line-height: 1.6;
}

.vb-public-footer {
    display: flex;
    min-height: 7rem;
    padding: 2rem max(1.5rem, calc((100% - 1180px) / 2));
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #76808d;
    background: #121f30;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
}

.vb-public-footer > div,
.vb-public-footer nav {
    display: flex;
    gap: 0.75rem 1.5rem;
    flex-wrap: wrap;
}

.vb-public-footer a {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    text-decoration: none;
}

.vb-public-footer a:hover {
    color: var(--vb-gold);
}

@media (max-width: 1040px) {
    .vb-public-header-inner {
        width: min(100% - 2rem, 1280px);
    }

    .vb-public-nav {
        gap: 1rem;
    }

    .vb-public-nav a {
        font-size: 0.74rem;
    }

    .vb-why-layout,
    .vb-contact-layout,
    .vb-listen-layout {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

}

@media (max-width: 820px) {
    .vb-public-header-inner {
        display: flex;
        min-height: 4.25rem;
        padding: 0.55rem 0;
        gap: 1rem;
    }

    .vb-public-brand {
        width: 92px;
    }

    .vb-public-menu {
        position: relative;
        display: block;
        margin-left: auto;
    }

    .vb-public-menu > summary {
        display: inline-flex;
        min-height: 2.65rem;
        padding: 0.55rem 0.8rem;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        color: var(--vb-navy-deep);
        background: var(--vb-ivory);
        border: 1px solid rgba(35, 54, 77, 0.14);
        border-radius: 0.7rem;
        font-size: 0.78rem;
        font-weight: 800;
        cursor: pointer;
        user-select: none;
    }

    .vb-public-menu > summary:focus-visible {
        outline: 3px solid rgba(244, 198, 79, 0.72);
        outline-offset: 3px;
    }

    .vb-public-menu > summary svg {
        width: 1.1rem;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.8;
    }

    .vb-public-menu[open] > summary {
        color: #fff;
        background: var(--vb-navy);
    }

    .vb-public-nav {
        position: absolute;
        top: calc(100% + 0.65rem);
        right: 0;
        display: flex;
        width: min(20rem, calc(100vw - 2rem));
        padding: 0.65rem;
        align-items: stretch;
        flex-direction: column;
        gap: 0.15rem;
        background: var(--vb-paper);
        border: 1px solid rgba(35, 54, 77, 0.12);
        border-radius: 0.9rem;
        box-shadow: 0 22px 55px rgba(24, 40, 61, 0.2);
    }

    .vb-public-nav a {
        display: flex;
        min-height: 2.75rem;
        padding: 0.7rem 0.8rem;
        align-items: center;
        border-radius: 0.6rem;
        font-size: 0.84rem;
    }

    .vb-public-nav a:not(.vb-public-nav-cta):hover {
        background: var(--vb-ivory);
    }

    .vb-public-nav .vb-public-nav-cta {
        min-height: 2.8rem;
        margin-top: 0.25rem;
        padding: 0.7rem 0.8rem;
        justify-content: center;
        border-radius: 0.65rem;
    }

    .vb-public-page > [id] {
        scroll-margin-top: 4.25rem;
    }

    .vb-why-heading,
    .vb-why-layout,
    .vb-why-closing,
    .vb-contact-layout,
    .vb-listen-layout {
        grid-template-columns: 1fr;
    }

    .vb-why-heading {
        align-items: start;
    }

    .vb-why-layout,
    .vb-contact-layout,
    .vb-listen-layout {
        gap: 3rem;
    }

    .vb-why-capsule {
        width: min(100%, 560px);
    }

    .vb-why-photo {
        height: min(110vw, 560px);
    }

    .vb-why-closing {
        gap: 1rem;
    }

    .vb-public-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .vb-public-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .vb-public-header-inner {
        width: calc(100% - 1.5rem);
    }

    .vb-public-brand {
        width: 84px;
    }

    .vb-login-panel {
        padding: 0.75rem 0.75rem 2rem;
        background: var(--vb-ivory);
    }

    .vb-login-card {
        padding: 1.4rem;
        border: 1px solid rgba(35, 54, 77, 0.08);
        border-radius: 1rem;
        box-shadow: 0 16px 38px rgba(26, 43, 64, 0.1);
    }

    .vb-mobile-logo {
        width: 120px;
        margin-bottom: 1.5rem;
    }

    .vb-login-card h2 {
        font-size: 2.15rem;
    }

    .vb-login-intro {
        margin-top: 0.75rem;
        font-size: 0.92rem;
    }

    .vb-login-form {
        margin-top: 1.6rem;
    }

    .vb-field input,
    .vb-field textarea {
        min-height: 3.2rem;
        padding: 0.75rem 0.85rem;
    }

    .vb-submit {
        min-height: 3.25rem;
    }

    .vb-access-note {
        margin-top: 1.75rem;
    }

    .vb-story-panel {
        padding: 3.25rem 1.25rem;
    }

    .vb-story-copy h1 {
        font-size: clamp(2.25rem, 12vw, 3rem);
    }

    .vb-story-lead {
        margin-top: 1.25rem;
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .vb-principles {
        margin-top: 2.25rem;
    }

    .vb-timeline-preview {
        margin-top: 2.5rem;
    }

    .vb-public-section {
        padding: 4rem 1rem;
    }

    .vb-why-heading,
    .vb-public-section-heading {
        margin-bottom: 2.6rem;
    }

    .vb-why-heading h2,
    .vb-public-section-heading h2,
    .vb-contact-copy h2,
    .vb-listen-copy h2 {
        font-size: clamp(2.15rem, 11vw, 3rem);
        line-height: 1.04;
    }

    .vb-public-intro,
    .vb-public-section-heading > p:last-child,
    .vb-contact-copy > p {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .vb-why-layout,
    .vb-contact-layout,
    .vb-listen-layout {
        gap: 2.4rem;
    }

    .vb-why-story {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .vb-why-story blockquote {
        margin: 1.75rem 0;
        font-size: 1.45rem;
    }

    .vb-why-photo {
        height: min(112vw, 430px);
    }

    .vb-why-capsule-copy,
    .vb-why-closing,
    .vb-public-cta,
    .vb-contact-card,
    .vb-audio-card {
        padding: 1.35rem;
    }

    .vb-why-capsule-copy h3 {
        font-size: 2rem;
    }

    .vb-why-closing {
        margin-top: 3rem;
        border-radius: 1rem;
    }

    .vb-why-closing p {
        font-size: 1.55rem;
    }

    .vb-contact-field-grid {
        grid-template-columns: 1fr;
    }

    .vb-contact-field-grid .vb-field + .vb-field {
        margin-top: 1.15rem;
    }

    .vb-public-cta > a {
        width: 100%;
        justify-content: center;
    }

    .vb-contact-card {
        border-radius: 1rem;
    }

    .vb-public-footer {
        min-height: auto;
        padding: 2rem 1rem;
        gap: 1.25rem;
    }

    .vb-public-footer > div,
    .vb-public-footer nav {
        gap: 0.6rem 1rem;
    }
}

@media (max-width: 360px) {
    .vb-public-menu > summary span {
        font-size: 0.72rem;
    }

    .vb-login-card {
        padding: 1.15rem;
    }

    .vb-public-section {
        padding-right: 0.85rem;
        padding-left: 0.85rem;
    }

    .vb-contact-card,
    .vb-public-cta,
    .vb-why-capsule-copy,
    .vb-why-closing,
    .vb-audio-card {
        padding: 1.15rem;
    }
}

/* Private family invitation */
.vb-invite-body {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 10%, rgba(244, 198, 79, .2), transparent 24rem),
        radial-gradient(circle at 85% 90%, rgba(159, 193, 178, .22), transparent 28rem),
        var(--vb-ivory);
}

.vb-invite-shell {
    display: grid;
    min-height: 100vh;
    padding: clamp(18px, 4vw, 55px);
    place-items: center;
}

.vb-invite-card {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
    width: min(960px, 100%);
    overflow: hidden;
    border: 1px solid var(--vb-line);
    border-radius: 28px;
    background: var(--vb-paper);
    box-shadow: var(--vb-shadow);
}

.vb-invite-art {
    padding: clamp(28px, 5vw, 54px);
    color: #fff;
    background: linear-gradient(145deg, var(--vb-navy), var(--vb-navy-deep));
}

.vb-invite-logo {
    display: block;
    width: 120px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
}

.vb-invite-logo img {
    width: 120px;
    transform: translateY(-2px);
}

.vb-invite-egg {
    display: block;
    width: min(230px, 90%);
    height: 225px;
    margin: 42px auto 25px;
    border-radius: 24px;
    object-fit: contain;
    background: rgba(255,255,255,.96);
}

.vb-invite-art .vb-login-kicker {
    color: var(--vb-gold);
}

.vb-invite-art h2 {
    margin: 6px 0 12px;
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 4vw, 2.55rem);
    font-weight: 500;
}

.vb-invite-art p:last-child {
    color: rgba(255,255,255,.7);
    line-height: 1.7;
}

.vb-invite-form-panel {
    align-self: center;
    padding: clamp(32px, 6vw, 72px);
}

.vb-invite-form-panel h1 {
    margin: 7px 0 10px;
    color: var(--vb-navy-deep);
    font-family: Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 500;
}

.vb-invite-form-panel .vb-field small {
    display: block;
    margin-top: 6px;
    color: var(--vb-muted);
    font-size: .72rem;
}

.vb-invite-signin {
    display: block;
    margin-top: 28px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 760px) {
    .vb-invite-shell {
        padding: 0;
    }

    .vb-invite-card {
        grid-template-columns: 1fr;
        min-height: 100vh;
        border: 0;
        border-radius: 0;
    }

    .vb-invite-art {
        padding: 24px;
    }

    .vb-invite-egg {
        width: 128px;
        height: 124px;
        margin: 22px auto 12px;
    }

    .vb-invite-art h2,
    .vb-invite-art p:last-child {
        display: none;
    }

    .vb-invite-form-panel {
        padding: 30px 24px 45px;
    }
}
.vb-share-invite-card {
    width: min(640px, 100%);
}
.vb-share-invite-card .vb-login-form {
    margin-bottom: 24px;
}
.vb-share-invite-card h1 {
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    color: var(--vb-navy-deep);
}
.vb-share-invite-card .vb-login-card h2 {
    font-size: 1.5rem;
    margin-top: 24px;
}
