:root {
    --bamvp-ink: #17342f;
    --bamvp-muted: #5f716d;
    --bamvp-paper: #fbfaf5;
    --bamvp-card: #ffffff;
    --bamvp-line: #dce5df;
    --bamvp-coral: #ff6f4f;
    --bamvp-coral-dark: #d84b32;
    --bamvp-mint: #dff4e8;
    --bamvp-sun: #f8d875;
    --bamvp-shadow: 0 18px 54px rgba(23, 52, 47, 0.1);
}

body.bamvp-product-page { color: var(--bamvp-ink); }
/* Virtual planner URLs can inherit an editorial post shell from the active
 * theme. The product surface owns the content below the masthead, so never
 * let an unrelated article Hero leak into plan, destination, or route pages. */
body.bamvp-product-page .fullwidth-entry-title {
    display: none !important;
}
/* Approved Jannah navigation contrast; only Beta-owned pages, not editorial pages. */
body#tie-body.bamvp-product-page #theme-header #main-nav #main-nav-menu > ul > li > a {
    color: #17342f !important;
}
body.bamvp-product-page #theme-header :is(#logo, #sticky-logo) .tie-logo-img {
    width: 260px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 58px !important;
}
@media (max-width: 700px) {
    body.bamvp-product-page #theme-header :is(#logo, #sticky-logo) .tie-logo-img {
        width: 210px !important;
        max-width: none !important;
    }
}
.bamvp-product-page *, .bamvp-product-page *::before, .bamvp-product-page *::after { box-sizing: border-box; }
.bamvp-product-page a { color: inherit; }
.bamvp-skip-link { position: fixed; z-index: 100000; left: 12px; top: -80px; border-radius: 8px; background: var(--bamvp-ink); color: #fff !important; padding: 10px 14px; }
.bamvp-skip-link:focus { top: 12px; }
.bamvp-main { width: 100%; min-width: 0; padding: 46px 0 82px; }
.bamvp-product-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 42px; border-bottom: 1px solid var(--bamvp-line); padding: 0 0 14px; }
.bamvp-product-nav a { border-radius: 999px; padding: 9px 14px; color: var(--bamvp-muted); font-size: 14px; font-weight: 700; text-decoration: none; }
.bamvp-product-nav a:hover, .bamvp-product-nav a:focus-visible, .bamvp-product-nav a[aria-current] { background: var(--bamvp-mint); color: var(--bamvp-ink); }
.bamvp-eyebrow { margin: 0 0 12px; color: var(--bamvp-coral-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.bamvp-panel { border: 1px solid var(--bamvp-line); border-radius: 24px; background: rgba(255,255,255,.91); box-shadow: var(--bamvp-shadow); padding: clamp(22px, 4vw, 38px); }
.bamvp-panel h2 { margin: 0 0 10px; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.035em; }
.bamvp-panel > p { color: var(--bamvp-muted); line-height: 1.65; }
.bamvp-section-heading { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 28px; }
.bamvp-section-heading > span { flex: 0 0 auto; display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 9px; border-radius: 13px; background: var(--bamvp-ink); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bamvp-section-heading h2, .bamvp-section-heading p { margin: 0; }
.bamvp-section-heading p { margin-top: 4px; color: var(--bamvp-muted); }
.bamvp-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bamvp-form label, .bamvp-form legend { color: var(--bamvp-ink); font-size: 14px; font-weight: 750; }
.bamvp-form input:not([type="checkbox"]), .bamvp-form select { width: 100%; min-height: 48px; margin-top: 8px; border: 1px solid #b9c8c1; border-radius: 12px; background: #fff; color: var(--bamvp-ink); padding: 10px 13px; font: inherit; }
.bamvp-form input:focus, .bamvp-form select:focus { outline: 3px solid rgba(255,111,79,.25); border-color: var(--bamvp-coral); }
.bamvp-form fieldset { margin: 25px 0 0; padding: 0; border: 0; }
.bamvp-form legend { margin-bottom: 10px; }
.bamvp-optional { color: var(--bamvp-muted); font-size: 12px; font-weight: 500; }
.bamvp-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; padding: 11px 17px; font: inherit; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; }
.bamvp-button-primary { margin-top: 28px; background: var(--bamvp-coral); color: #fff !important; box-shadow: 0 9px 22px rgba(216,75,50,.2); }
.bamvp-button-primary:hover { background: var(--bamvp-coral-dark); }
.bamvp-button-secondary { border-color: var(--bamvp-ink); background: var(--bamvp-ink); color: #fff !important; }
.bamvp-button-quiet { border-color: var(--bamvp-line); background: #fff; color: var(--bamvp-ink); }
.bamvp-button[disabled] { opacity: .56; cursor: wait; }
.bamvp-button-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bamvp-button-row .bamvp-button { margin-top: 20px; }
.bamvp-route { list-style: none; margin: 25px 0 0; padding: 0; }
.bamvp-route li { position: relative; display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 17px 0; border-top: 1px solid var(--bamvp-line); }
.bamvp-route-index { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--bamvp-mint); font-weight: 850; }
.bamvp-route strong { display: block; }.bamvp-route small { color: var(--bamvp-muted); }
.bamvp-notice { margin: 18px 0 0; border-radius: 14px; padding: 13px 15px; background: #fff3cf; color: #624d0d; line-height: 1.5; }
.bamvp-notice-error { background: #fff0ed; color: #872f21; }
.bamvp-dashboard { display: grid; gap: 22px; }
.bamvp-list { display: grid; gap: 14px; }
.bamvp-trip-card, .bamvp-match-card, .bamvp-request { border: 1px solid var(--bamvp-line); border-radius: 18px; background: #fff; padding: 20px; }
.bamvp-trip-card h3, .bamvp-match-card h3, .bamvp-request h3 { margin: 0 0 7px; font-size: 20px; }
.bamvp-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; margin: 0 0 15px; color: var(--bamvp-muted); font-size: 13px; }
.bamvp-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 13px 0; }
.bamvp-tag { border-radius: 999px; background: var(--bamvp-mint); padding: 6px 9px; font-size: 12px; font-weight: 700; }
.bamvp-score { display: inline-grid; place-items: center; min-width: 58px; min-height: 58px; border-radius: 18px; background: var(--bamvp-ink); color: white; font-size: 17px; font-weight: 850; }
.bamvp-match-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.bamvp-card-editor { margin-top: 24px; }
.bamvp-field-wide { grid-column: 1 / -1; }
.bamvp-empty { text-align: left; padding: clamp(28px, 5vw, 50px); }
.bamvp-empty .bamvp-button { margin-top: 12px; }
.bamvp-contact { margin-top: 13px; border-radius: 13px; padding: 12px 14px; background: var(--bamvp-mint); overflow-wrap: anywhere; }
.bamvp-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 18px; }
.bamvp-toolbar label { font-weight: 750; }.bamvp-toolbar select { min-height: 44px; min-width: 230px; margin-top: 6px; border: 1px solid #b9c8c1; border-radius: 11px; padding: 8px 12px; background: white; }
.bamvp-product-page #wpadminbar { position: fixed; }

@media (max-width: 820px) {
    .bamvp-main { padding-top: 38px; }
    .bamvp-product-nav { margin-bottom: 34px; }
}

@media (max-width: 560px) {
    .bamvp-main { padding-top: 28px; }
    .bamvp-product-nav { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; margin-bottom: 28px; padding-bottom: 12px; }
    .bamvp-product-nav a { white-space: nowrap; }
    .bamvp-field-grid { grid-template-columns: 1fr; }
    .bamvp-field-wide { grid-column: auto; }
    .bamvp-panel { border-radius: 18px; padding: 21px; }
    .bamvp-route li { grid-template-columns: 34px 1fr; }.bamvp-route li > small { grid-column: 2; }
}

@media (prefers-reduced-motion: no-preference) {
    .bamvp-button, .bamvp-product-nav a { transition: background-color .18s ease, transform .18s ease; }
    .bamvp-button:hover { transform: translateY(-1px); }
}

/* Tabbed Route Manual: approved material layer. Semantic content is added after
 * the Impeccable plate-position gate passes against the real Jannah chrome. */
.bamvp-product-page {
    background: #e5ddd2;
}

.bamvp-product-page .bamvp-main {
    overflow: hidden;
    padding: 0 0 2rem;
}

.bamvp-product-page .bamvp-product-nav {
    position: relative;
    z-index: 3;
    min-height: clamp(4.75rem, 10vw, 6.2rem);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 3rem);
    margin: 0;
    border: 0;
    background: #fff;
    padding: 0 clamp(1.25rem, 6vw, 6rem);
    box-shadow: 0 8px 24px rgba(16, 17, 11, .08);
}

.bamvp-product-page .bamvp-product-nav a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: .65rem 0 .45rem;
    color: #4f514a;
    font-size: clamp(.82rem, 1vw, 1rem);
    font-weight: 800;
    letter-spacing: .04em;
}

.bamvp-product-page .bamvp-product-nav a:hover,
.bamvp-product-page .bamvp-product-nav a:focus-visible,
.bamvp-product-page .bamvp-product-nav a[aria-current] {
    background: transparent;
    color: #10110b;
}

.bamvp-product-page .bamvp-product-nav a[aria-current] {
    box-shadow: inset 0 -4px #efb10a;
}

.bamvp-manual-stage {
    position: relative;
    width: 100%;
    min-height: min(52.7vw, 52rem);
    margin-top: clamp(-2.8rem, -3.4vw, -1.5rem);
}

/* Jannah declares typography and submit-button skins with high-specificity
 * selectors. Keep those rules outside this self-contained manual surface. */
body.bamvp-product-page .bamvp-manual-spine,
body.bamvp-product-page .bamvp-manual-title,
body.bamvp-product-page .bamvp-manual-field > span,
body.bamvp-product-page .bamvp-manual-status h2,
body.bamvp-product-page .bamvp-manual-route-board span,
body.bamvp-product-page .bamvp-manual-tabs {
    font-family: "Karantina", sans-serif !important;
}

body.bamvp-product-page .bamvp-manual-action {
    border: 2px solid #10110b !important;
    border-radius: 0 !important;
    background: #efb10a !important;
    color: #10110b !important;
}

body.bamvp-product-page .bamvp-manual-action:hover {
    background: #ffd044 !important;
}

/* The production theme is framed on editorial pages. Product routes keep its
 * masthead and navigation, but release the frame so the approved manual can
 * use the full planning surface. */
body.bamvp-product-page #tie-container,
body.bamvp-product-page #tie-wrapper,
body.bamvp-product-page #content,
body.bamvp-product-page #main-content-row,
body.bamvp-product-page #theme-header {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

body.bamvp-product-page #content {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
}

body.bamvp-product-page #tie-container,
body.bamvp-product-page #tie-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

body.bamvp-product-page .bamvp-product-nav {
    min-height: 5rem;
}

body.bamvp-product-page .bamvp-manual-stage {
    margin-top: -3.25rem;
}

body.bamvp-product-page .bamvp-button-primary {
    border: 2px solid #10110b;
    border-radius: 0;
    background: #efb10a;
    box-shadow: 5px 7px 14px rgba(16, 17, 11, .22);
    color: #10110b !important;
    text-transform: uppercase;
}

body.bamvp-product-page .bamvp-button-primary:hover {
    background: #ffd044;
}

body.bamvp-product-page .bamvp-button-quiet {
    border: 2px solid #10110b;
    border-radius: 0;
    background: transparent;
}

.bamvp-manual-refine {
    display: grid;
    width: min(78rem, calc(100% - 3rem));
    grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.3fr);
    gap: clamp(2rem, 6vw, 6rem);
    margin: clamp(2rem, 5vw, 5rem) auto;
    border-top: 3px solid #10110b;
    border-bottom: 1px solid #10110b;
    background: rgba(250, 247, 239, .78);
    padding: clamp(2rem, 4vw, 4rem) 0;
}

.bamvp-refine-heading h2,
.bamvp-home h1,
.bamvp-home h2,
.bamvp-guide-hero h1,
.bamvp-guide-ledger h2,
.bamvp-guide-principles h2,
.bamvp-japan-decisions h2,
.bamvp-japan-publication h2,
.bamvp-japan-next h2,
.bamvp-record-hero h1,
.bamvp-record-gate h2 {
    margin: 0;
    font-family: "Karantina", sans-serif !important;
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: .92;
}

.bamvp-refine-heading h2 { font-size: clamp(2.7rem, 4.2vw, 4.2rem); }
.bamvp-refine-heading p { max-width: 32rem; color: #4f514a; font-size: 1.05rem; line-height: 1.6; }
.bamvp-refine-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.bamvp-refine-fields > label,
.bamvp-refine-fields legend { color: #10110b; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bamvp-refine-fields > label > .bamvp-refine-label {
    display: flex;
    min-height: 1.2rem;
    align-items: baseline;
    gap: .45rem;
    color: #10110b;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}
.bamvp-refine-fields input[type="date"],
.bamvp-refine-fields select { width: 100%; min-height: 3rem; margin-top: .55rem; border: 1px solid #10110b; border-radius: 0; background: #fffef8; padding: .65rem .8rem; color: #10110b; }
.bamvp-refine-fields fieldset { grid-column: 1 / -1; margin: .5rem 0 0; border: 0; padding: 0; }
.bamvp-refine-checks { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .65rem; }
.bamvp-refine-checks label { position: relative; }
.bamvp-refine-checks input { position: absolute; opacity: 0; }
.bamvp-refine-checks span { display: block; border: 1px solid #10110b; background: #fffef8; padding: .58rem .8rem; font-size: .78rem; font-weight: 750; }
.bamvp-refine-checks input:checked + span { background: #76ced8; }
.bamvp-refine-checks input:focus-visible + span { outline: 3px solid #0c6ca8; outline-offset: 3px; }
.bamvp-refine-note { grid-column: 2; margin: 0; color: #565750; font-size: .82rem; line-height: 1.55; }

.bamvp-plan-followup[hidden] { display: none !important; }
.bamvp-plan-followup {
    width: min(78rem, calc(100% - 3rem));
    margin: clamp(2.5rem, 5vw, 5rem) auto;
    border-top: 3px solid #10110b;
    border-bottom: 1px solid #10110b;
    background: rgba(250, 247, 239, .82);
    padding: clamp(2.5rem, 5vw, 4.5rem) 0 0;
    scroll-margin-top: 6rem;
}
.bamvp-plan-followup > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .7fr); gap: 1rem 5rem; align-items: end; padding-bottom: 2.5rem; }
.bamvp-plan-followup > header .bamvp-eyebrow { grid-column: 1 / -1; color: #10110b; }
.bamvp-plan-followup h2 {
    max-width: 12ch;
    margin: 0;
    font-family: "Karantina", sans-serif !important;
    font-size: clamp(3.5rem, 5.6vw, 5.4rem);
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: .9;
    text-wrap: balance;
}
.bamvp-plan-followup > header > p:last-child { margin: 0; color: #4c4d47; font-size: 1.05rem; line-height: 1.65; }
.bamvp-plan-followup > ol { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 2px solid #10110b; padding: 0; list-style: none; }
.bamvp-plan-followup > ol > li { display: flex; min-width: 0; flex-direction: column; padding: 2rem 2rem 2.5rem 0; }
.bamvp-plan-followup > ol > li + li { border-left: 1px solid #10110b; padding-left: 2rem; }
.bamvp-plan-followup li > span { color: #b53f00; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bamvp-plan-followup h3 { margin: 1.2rem 0 .65rem; font-family: "Karantina", sans-serif; font-size: 2rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.bamvp-plan-followup li > p { margin: 0 0 1.5rem; color: #4c4d47; line-height: 1.6; }
.bamvp-plan-followup li > .bamvp-button { align-self: flex-start; margin-top: auto; }
.bamvp-plan-followup .bamvp-button-primary { margin-top: auto; }
#bamvp-plan-followup-notice { min-height: 1px; }
#bamvp-plan-followup-notice .bamvp-notice { margin: 0; border-top: 1px solid #10110b; border-radius: 0; padding: 1rem 0; }
.bamvp-manual-status.is-route-ready .bamvp-route-days { color: #10110b; font-weight: 850; white-space: nowrap; }

.bamvp-plan-decisions,
.bamvp-plan-output,
.bamvp-plan-after {
    width: min(78rem, calc(100% - 3rem));
    margin-right: auto;
    margin-left: auto;
}

.bamvp-plan-section-heading { max-width: 47rem; }
.bamvp-plan-section-heading > .bamvp-eyebrow { color: #10110b; }
.bamvp-plan-section-heading h2,
.bamvp-plan-output h2 {
    margin: 0;
    font-family: "Karantina", sans-serif !important;
    font-size: clamp(3.3rem, 5.4vw, 5.2rem);
    font-weight: 400;
    letter-spacing: -.015em;
    line-height: .92;
    text-wrap: balance;
}
.bamvp-plan-section-heading > p:last-child,
.bamvp-plan-output > div > p {
    max-width: 43rem;
    margin: 1.4rem 0 0;
    color: #4c4d47;
    font-size: 1.05rem;
    line-height: 1.65;
}

.bamvp-plan-decisions { padding: clamp(2rem, 5vw, 5rem) 0 clamp(4rem, 7vw, 7rem); }
.bamvp-plan-decision-ledger { margin: 3rem 0 0; border-top: 3px solid #10110b; padding: 0; list-style: none; }
.bamvp-plan-decision-ledger li {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr) 12rem;
    gap: 2rem;
    align-items: start;
    border-bottom: 1px solid #10110b;
    padding: 1.65rem 0;
}
.bamvp-plan-decision-ledger li > span {
    font-family: "Karantina", sans-serif;
    font-size: 2.3rem;
    line-height: 1;
}
.bamvp-plan-decision-ledger h3,
.bamvp-plan-after-steps h3 {
    margin: 0 0 .5rem;
    color: #10110b;
    font-family: "Karantina", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}
.bamvp-plan-decision-ledger p,
.bamvp-plan-after-steps p { margin: 0; color: #4c4d47; line-height: 1.6; }
.bamvp-plan-decision-ledger strong {
    justify-self: end;
    border-left: .45rem solid #efb10a;
    padding-left: .8rem;
    color: #3d3f39;
    font-size: .76rem;
    letter-spacing: .06em;
    line-height: 1.45;
    text-transform: uppercase;
}

.bamvp-plan-output {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(24rem, 1.08fr);
    gap: clamp(3rem, 7vw, 7rem);
    border: 2px solid #10110b;
    background: #76ced8;
    padding: clamp(2.5rem, 5vw, 4.5rem);
}
.bamvp-plan-output > div > a {
    display: inline-block;
    min-height: 44px;
    margin-top: 1.5rem;
    color: #10110b;
    font-weight: 850;
    line-height: 44px;
    text-underline-offset: .3em;
}
.bamvp-plan-output dl { align-self: end; margin: 0; border-top: 2px solid #10110b; }
.bamvp-plan-output dl div { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; border-bottom: 1px solid #10110b; padding: 1rem 0; }
.bamvp-plan-output dt { color: #343832; }
.bamvp-plan-output dd { margin: 0; color: #10110b; font-weight: 850; }

.bamvp-plan-after { padding: clamp(5rem, 8vw, 8rem) 0 6rem; }
.bamvp-plan-after-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; }
.bamvp-plan-after-steps article { padding: 2rem 2rem 2.5rem 0; }
.bamvp-plan-after-steps article + article { border-left: 1px solid #10110b; padding-left: 2rem; }
.bamvp-plan-after-steps article > span {
    display: block;
    margin-bottom: 1.2rem;
    color: #b53f00;
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bamvp-home {
    background: #e5ddd2;
}

.bamvp-home-hero {
    display: grid;
    min-height: 39rem;
    grid-template-columns: minmax(0, 1.05fr) minmax(28rem, .95fr);
    align-items: stretch;
    border-bottom: 2px solid #10110b;
}

.bamvp-home-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(3rem, 7vw, 7rem);
}

.bamvp-home-hero h1 {
    max-width: 11ch;
    font-size: clamp(4.6rem, 7.2vw, 6rem);
    text-wrap: balance;
}

.bamvp-home-hero-copy > p {
    max-width: 38rem;
    margin: 2rem 0 0;
    color: #3f403a;
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    line-height: 1.55;
}

.bamvp-home-route-leaf {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid #10110b;
    background: #f5f1e9;
    padding: 5rem clamp(3rem, 5vw, 5rem);
}

.bamvp-home-route-leaf::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 1.15rem;
    background: #efb10a;
    content: "";
}

.bamvp-home-route-leaf > p {
    margin: 0 0 2rem;
    font-family: "Karantina", sans-serif;
    font-size: 2.1rem;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.bamvp-home-route-leaf ol { margin: 0; padding: 0; list-style: none; }
.bamvp-home-route-leaf li { display: grid; grid-template-columns: 7rem 1fr; gap: 1.2rem; border-top: 1px solid #10110b; padding: 1.5rem 0; color: #42443d; line-height: 1.5; }
.bamvp-home-route-leaf li:last-child { border-bottom: 1px solid #10110b; }
.bamvp-home-route-leaf li span { color: #10110b; font-family: "Karantina", sans-serif; font-size: 1.8rem; text-transform: uppercase; }

.bamvp-home-mechanism,
.bamvp-home-destinations,
.bamvp-home-trust,
.bamvp-guide-hero,
.bamvp-guide-ledger,
.bamvp-guide-principles,
.bamvp-japan-decisions,
.bamvp-japan-publication,
.bamvp-japan-next,
.bamvp-record-hero,
.bamvp-record-gate,
.bamvp-record-dashboard,
.bamvp-record-editor {
    width: min(78rem, calc(100% - 3rem));
    margin-right: auto;
    margin-left: auto;
}

.bamvp-home-mechanism { padding: clamp(4rem, 8vw, 8rem) 0; }
.bamvp-home-mechanism h2,
.bamvp-home-destinations h2,
.bamvp-home-trust h2 { max-width: 12ch; font-size: clamp(3.5rem, 5.5vw, 5.3rem); }
.bamvp-home-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 2px solid #10110b; border-bottom: 1px solid #10110b; }
.bamvp-home-steps article { padding: 2rem 2.5rem 2.5rem 0; }
.bamvp-home-steps article + article { border-left: 1px solid #10110b; padding-left: 2.5rem; }
.bamvp-home-steps h3 { margin: 0 0 1rem; font-family: "Karantina", sans-serif; font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.bamvp-home-steps p { margin: 0; color: #4c4d47; line-height: 1.65; }

.bamvp-home-destinations { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; border-top: 3px solid #10110b; padding: clamp(3.5rem, 7vw, 7rem) 0; }
.bamvp-home-destinations > div > p { max-width: 34rem; color: #4c4d47; line-height: 1.65; }
.bamvp-destination-ledger { border-top: 1px solid #10110b; }
.bamvp-destination-ledger > * { display: grid; grid-template-columns: 8rem 1fr auto; gap: 1rem; align-items: center; border-bottom: 1px solid #10110b; padding: 1.5rem 0; color: #10110b; text-decoration: none; }
.bamvp-destination-ledger span { font-family: "Karantina", sans-serif; font-size: 2rem; text-transform: uppercase; }
.bamvp-destination-ledger small { color: #5e5f59; }
.bamvp-destination-ledger a:hover { background: rgba(239, 177, 10, .13); }

.bamvp-home-trust { margin-bottom: 6rem; border: 2px solid #10110b; background: #76ced8; padding: clamp(2rem, 5vw, 4.5rem); }
.bamvp-home-trust h2 { max-width: 18ch; }
.bamvp-home-trust p { max-width: 52rem; font-size: 1.05rem; line-height: 1.65; }
.bamvp-home-trust a { color: #10110b; font-weight: 850; text-underline-offset: .3em; }

.bamvp-guide-hero { padding: clamp(4rem, 8vw, 7rem) 0; }
.bamvp-guide-hero h1 { max-width: 14ch; font-size: clamp(4rem, 7vw, 6rem); text-wrap: balance; }
.bamvp-guide-hero > p { max-width: 48rem; margin: 2rem 0 0; color: #454640; font-size: 1.25rem; line-height: 1.6; }
.bamvp-guide-hero .bamvp-button { margin-top: 2rem; }
.bamvp-guide-ledger { margin-bottom: 6rem; border-top: 3px solid #10110b; }
.bamvp-guide-ledger h2 { padding: 2rem 0 1.5rem; font-size: 3.6rem; }
.bamvp-guide-row { display: grid; grid-template-columns: 11rem 1fr auto; gap: 1.5rem; align-items: center; border-top: 1px solid #10110b; padding: 1.8rem 0; color: #10110b; text-decoration: none; }
.bamvp-guide-row:last-child { border-bottom: 1px solid #10110b; }
.bamvp-guide-row span { font-family: "Karantina", sans-serif; font-size: 2.5rem; text-transform: uppercase; }
.bamvp-guide-row small { color: #5b5d56; }
.bamvp-guide-row[href]:hover { background: rgba(239, 177, 10, .12); }
.bamvp-guide-principles { margin-bottom: 6rem; }
.bamvp-guide-principles h2,
.bamvp-japan-decisions h2,
.bamvp-japan-publication h2,
.bamvp-japan-next h2 { font-size: clamp(3rem, 5vw, 4.8rem); }
.bamvp-guide-principles > div { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2.5rem; border-top: 2px solid #10110b; }
.bamvp-guide-principles article { padding: 2rem 2rem 2rem 0; }
.bamvp-guide-principles article + article { border-left: 1px solid #10110b; padding-left: 2rem; }
.bamvp-guide-principles h3,
.bamvp-japan-publication h3 { margin: 0 0 .8rem; font-family: "Karantina", sans-serif; font-size: 2rem; font-weight: 400; text-transform: uppercase; }
.bamvp-guide-principles p,
.bamvp-japan-publication p,
.bamvp-japan-next p { color: #4c4d47; line-height: 1.65; }

.bamvp-japan-decisions { padding-bottom: 6rem; }
.bamvp-japan-decisions ol { margin: 2.5rem 0 0; border-top: 2px solid #10110b; padding: 0; list-style: none; }
.bamvp-japan-decisions li { display: grid; grid-template-columns: 13rem 1fr; gap: 3rem; border-bottom: 1px solid #10110b; padding: 1.5rem 0; }
.bamvp-japan-decisions li span { font-family: "Karantina", sans-serif; font-size: 2rem; text-transform: uppercase; }
.bamvp-japan-decisions li p { max-width: 45rem; margin: 0; color: #4c4d47; line-height: 1.6; }
.bamvp-japan-publication { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; margin-bottom: 6rem; border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; padding: 3rem 0; }
.bamvp-japan-next { margin-bottom: 6rem; background: #76ced8; padding: clamp(2.5rem, 5vw, 4.5rem); }
.bamvp-japan-next p { max-width: 48rem; color: #20221e; }

.bamvp-record-hero { display: grid; grid-template-columns: 1fr minmax(24rem, .62fr); gap: 5rem; padding: clamp(4rem, 7vw, 6rem) 0; }
.bamvp-record-hero h1 { max-width: 12ch; font-size: clamp(4rem, 7vw, 6rem); text-wrap: balance; }
.bamvp-record-hero > div > p { max-width: 44rem; color: #474842; font-size: 1.15rem; line-height: 1.65; }
.bamvp-record-hero dl { align-self: end; margin: 0; border-top: 2px solid #10110b; }
.bamvp-record-hero dl div { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #10110b; padding: 1rem 0; }
.bamvp-record-hero dt { color: #5d5f58; }
.bamvp-record-hero dd { margin: 0; font-weight: 850; }
.bamvp-record-gate { display: flex; align-items: center; justify-content: space-between; gap: 3rem; margin-bottom: 7rem; border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; background: rgba(250,247,239,.72); padding: 3rem 0; }
.bamvp-record-gate h2 { font-size: clamp(3rem, 4.6vw, 4.5rem); }
.bamvp-record-gate p { max-width: 42rem; color: #4d4e48; line-height: 1.6; }
.bamvp-record-loading { border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; padding: 3rem 0; }
.bamvp-record-dashboard { margin-bottom: 6rem; }
.bamvp-record-dashboard .bamvp-panel,
.bamvp-record-editor { border: 0; border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; border-radius: 0; background: rgba(250,247,239,.78); box-shadow: none; }
.bamvp-record-dashboard .bamvp-list { gap: 0; border-top: 1px solid #10110b; }
.bamvp-record-dashboard .bamvp-trip-card,
.bamvp-record-dashboard .bamvp-match-card,
.bamvp-record-dashboard .bamvp-request {
    border: 0;
    border-bottom: 1px solid #10110b;
    border-radius: 0;
    background: transparent;
    padding: 1.5rem 0;
}
.bamvp-record-dashboard .bamvp-trip-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .35rem 2rem; align-items: start; }
.bamvp-record-dashboard .bamvp-trip-card > h3,
.bamvp-record-dashboard .bamvp-trip-card > .bamvp-meta { grid-column: 1; }
.bamvp-record-dashboard .bamvp-trip-card > .bamvp-button-row { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
.bamvp-record-dashboard .bamvp-button,
.bamvp-record-editor .bamvp-button { border-radius: 0; }
.bamvp-record-dashboard .bamvp-eyebrow { color: #315730; }
.bamvp-record-dashboard .bamvp-tag { border: 1px solid #10110b; border-radius: 0; background: transparent; }
.bamvp-record-dashboard .bamvp-score { border-radius: 0; background: #10110b; }
body.bamvp-product-page .bamvp-button-secondary,
body.bamvp-product-page .bamvp-button-secondary:hover,
body.bamvp-product-page .bamvp-button-secondary:focus-visible {
    border-color: #10110b !important;
    background: #10110b !important;
    color: #fff !important;
}
.bamvp-date-editor { grid-column: 1 / -1; margin-top: 1rem; border-top: 1px solid #10110b; padding-top: 1rem; }
.bamvp-date-editor label { display: block; max-width: 32rem; }
.bamvp-date-editor input[type="date"] { border: 1px solid #10110b !important; border-radius: 0 !important; background: #fffef8; font-size: 1rem; }
.bamvp-date-editor input[type="date"]:focus-visible { outline: 3px solid #0c6ca8; outline-offset: 3px; }
.bamvp-date-editor .bamvp-button-row { gap: .75rem; }
.bamvp-report-form { display: grid; grid-template-columns: minmax(12rem, .4fr) minmax(0, 1fr); gap: 1rem; margin-top: 1.25rem; border-top: 1px solid #10110b; padding-top: 1.25rem; }
.bamvp-report-form label { display: block; }
.bamvp-report-form .bamvp-button-row,
.bamvp-report-form > .bamvp-notice { grid-column: 1 / -1; }
.bamvp-empty-inline { border: 0; padding-inline: 0; }

.bamvp-manual-status.is-loading > p {
    position: absolute;
    left: 21.9%;
    top: 56%;
    margin: 0;
    color: #373730;
    font-weight: 750;
}

.bamvp-manual-status.is-route-ready > .bamvp-eyebrow {
    position: absolute;
    left: 21.9%;
    top: 52.5%;
    margin: 0;
    color: #b53f00;
}

.bamvp-manual-status.is-route-ready > p:nth-of-type(2) {
    position: absolute;
    left: 21.9%;
    top: 59%;
    width: 50%;
    margin: 0;
    color: #373730;
    font-size: clamp(.62rem, .76vw, .76rem);
}

.bamvp-manual-status.is-route-ready > p:nth-of-type(3) {
    position: absolute;
    left: 21.9%;
    top: 62.5%;
    margin: 0;
    color: #55574f;
    font-size: clamp(.6rem, .72vw, .72rem);
}

.bamvp-manual-status.is-route-ready > p:nth-of-type(4) { display: none; }
.bamvp-manual-status-symbol--ready::after { transform: rotate(135deg); }
.bamvp-manual-status.is-route-ready .bamvp-route {
    position: absolute;
    left: 12.9%;
    top: 70.5%;
    display: grid;
    width: 74.6%;
    max-height: 25.8%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    overflow: auto;
    border: 1px solid #10110b;
    background: rgba(255, 254, 248, .35);
    padding: 0;
}

.bamvp-manual-status.is-route-ready .bamvp-route li {
    grid-template-columns: 2rem 1fr auto;
    min-height: 3rem;
    border-top: 0;
    border-bottom: 1px solid rgba(16, 17, 11, .35);
    padding: .55rem .7rem;
}

.bamvp-manual-status.is-route-ready .bamvp-route li:nth-child(odd) { border-right: 1px solid rgba(16, 17, 11, .35); }
.bamvp-manual-status.is-route-ready .bamvp-route-index { width: 1.7rem; height: 1.7rem; border-radius: 0; background: #efb10a; }
.bamvp-manual-status.is-route-ready > .bamvp-button { position: absolute; right: 13%; top: 59%; margin: 0; }
.bamvp-manual-status.is-unavailable > .bamvp-notice { position: absolute; left: 21.9%; top: 66%; width: 48%; margin: 0; }
.bamvp-manual-status.is-saved > .bamvp-button { position: absolute; right: 13%; top: 59%; margin: 0; }

@media (max-width: 820px) {
    .bamvp-home-hero,
    .bamvp-home-destinations,
    .bamvp-japan-publication,
    .bamvp-record-hero,
    .bamvp-manual-refine {
        grid-template-columns: 1fr;
    }

    .bamvp-home-hero { min-height: 0; }
    .bamvp-home-hero-copy { padding: 4rem 1.5rem; }
    .bamvp-home-hero h1 { max-width: 10ch; font-size: clamp(4rem, 16vw, 5.4rem); }
    .bamvp-home-route-leaf { min-height: 30rem; border-top: 2px solid #10110b; border-left: 0; padding: 4rem 2rem 4rem 3rem; }
    .bamvp-home-steps,
    .bamvp-guide-principles > div { grid-template-columns: 1fr; }
    .bamvp-home-steps article + article,
    .bamvp-guide-principles article + article { border-top: 1px solid #10110b; border-left: 0; padding-left: 0; }
    .bamvp-home-destinations { gap: 2rem; }
    .bamvp-destination-ledger > *,
    .bamvp-guide-row { grid-template-columns: 1fr; gap: .25rem; }
    .bamvp-guide-row small,
    .bamvp-destination-ledger small { margin-top: .35rem; }
    .bamvp-guide-hero { padding: 4rem 0; }
    .bamvp-guide-hero h1 { font-size: clamp(3.8rem, 15vw, 5rem); }
    .bamvp-japan-decisions li { grid-template-columns: 1fr; gap: .4rem; }
    .bamvp-record-hero { gap: 2rem; }
    .bamvp-record-hero h1 { font-size: clamp(3.8rem, 15vw, 5rem); }
    .bamvp-record-gate { align-items: flex-start; flex-direction: column; }
    .bamvp-record-dashboard .bamvp-trip-card { grid-template-columns: 1fr; }
    .bamvp-record-dashboard .bamvp-trip-card > .bamvp-button-row { grid-column: 1; grid-row: auto; }
    .bamvp-report-form { grid-template-columns: 1fr; }
    .bamvp-refine-fields { grid-template-columns: 1fr; }
    .bamvp-refine-fields fieldset,
    .bamvp-refine-note { grid-column: 1; }
    .bamvp-plan-output { grid-template-columns: 1fr; gap: 2.5rem; }
    .bamvp-plan-followup > header { grid-template-columns: 1fr; gap: 1rem; }
    .bamvp-plan-followup > ol { grid-template-columns: 1fr; }
    .bamvp-plan-followup > ol > li + li { border-top: 1px solid #10110b; border-left: 0; padding-left: 0; }
    .bamvp-plan-decision-ledger li { grid-template-columns: 3.5rem 1fr; gap: 1.2rem; }
    .bamvp-plan-decision-ledger strong { grid-column: 2; justify-self: start; }
    .bamvp-plan-after-steps { grid-template-columns: 1fr; }
    .bamvp-plan-after-steps article + article { border-top: 1px solid #10110b; border-left: 0; padding-left: 0; }
}

@media (max-width: 700px) {
    body.bamvp-product-page .bamvp-main { overflow: visible; }
    body.bamvp-product-page .bamvp-product-nav { min-height: 5rem; padding-inline: 1rem; }
    body.bamvp-product-page .bamvp-manual-stage {
        min-height: 0;
        margin-top: 0;
        overflow: hidden;
        background: #f5f1e9;
        padding: 2.2rem 1.25rem 2rem 4.1rem;
    }

    .bamvp-manual-stage::before {
        position: absolute;
        inset: 0 auto 0 0;
        z-index: 1;
        width: 3.2rem;
        border-right: 2px solid #10110b;
        background: #efb10a;
        box-shadow: 7px 0 16px rgba(16,17,11,.16);
        content: "";
    }

    .bamvp-manual-plate { display: none; }
    .bamvp-manual-title,
    .bamvp-manual-lede,
    .bamvp-manual-form,
    .bamvp-manual-status,
    .bamvp-manual-tabs { position: relative; inset: auto; left: auto; top: auto; width: auto; height: auto; }
    .bamvp-manual-spine { left: .55rem; top: 2rem; width: 2rem; height: calc(100% - 4rem); font-size: 2rem; }
    .bamvp-manual-title { font-size: clamp(3.4rem, 15vw, 4.3rem); line-height: .9; }
    .bamvp-manual-lede { margin-top: 1.1rem; font-size: 1rem; line-height: 1.5; }
    .bamvp-manual-form { display: grid; gap: 1rem; margin-top: 1.7rem; }
    .bamvp-manual-rule { position: static; width: 100%; height: 2px; }
    .bamvp-manual-field { position: static; width: 100%; }
    .bamvp-manual-field > span { margin-bottom: .4rem; font-size: .9rem; }
    .bamvp-manual-field select { height: 3.15rem; font-size: .88rem; }
    .bamvp-manual-action { position: static; width: 100%; height: 3.25rem; margin-top: .2rem; }
    .bamvp-manual-status { display: grid; min-height: 0; grid-template-columns: 3rem 1fr; gap: .2rem 1rem; margin-top: 1.5rem; border-top: 2px solid #10110b; padding-top: 1.4rem; }
    .bamvp-manual-status-symbol { position: relative; left: auto; top: auto; grid-row: 1 / span 2; width: 2.5rem; }
    .bamvp-manual-status h2,
    .bamvp-manual-status > p,
    .bamvp-manual-status.is-loading > p,
    .bamvp-manual-status.is-route-ready > .bamvp-eyebrow,
    .bamvp-manual-status.is-route-ready > p:nth-of-type(2),
    .bamvp-manual-status.is-route-ready > p:nth-of-type(3),
    .bamvp-manual-status.is-unavailable > .bamvp-notice {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        margin: 0;
    }
    .bamvp-manual-status h2 { font-size: 1.45rem; line-height: 1; }
    .bamvp-manual-status > p { font-size: .82rem; line-height: 1.5; }
    .bamvp-manual-route-board { position: relative; left: auto; top: auto; grid-column: 1 / -1; width: 100%; height: 10rem; margin-top: 1rem; }
    .bamvp-manual-status.is-route-ready .bamvp-route { position: relative; left: auto; top: auto; display: block; grid-column: 1 / -1; width: 100%; max-height: none; margin-top: 1rem; }
    .bamvp-manual-status.is-route-ready .bamvp-route li { grid-template-columns: 2rem 1fr; }
    .bamvp-manual-status.is-route-ready .bamvp-route li:nth-child(odd) { border-right: 0; }
    .bamvp-manual-status.is-route-ready > .bamvp-button { position: static; grid-column: 1 / -1; margin-top: 1rem; }
    .bamvp-manual-status.is-saved > .bamvp-button { position: static; grid-column: 1 / -1; width: 100%; margin-top: 1rem; }
    .bamvp-manual-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem; margin-top: 1.5rem; }
    .bamvp-manual-tabs li { position: static; left: auto; top: auto !important; width: auto; height: auto; min-height: 3.4rem; padding: .55rem; }
    .bamvp-manual-tabs li:nth-child(1) { background: #efb10a; }
    .bamvp-manual-tabs li:nth-child(2) { background: #da570d; }
    .bamvp-manual-tabs li:nth-child(3) { background: #84ce4c; }
    .bamvp-manual-tabs li:nth-child(4) { background: #19b8b5; }
    .bamvp-manual-tabs li:nth-child(5) { background: #315eb5; }
    .bamvp-manual-tabs li:nth-child(6) { background: #6f3bb0; }
    .bamvp-manual-refine { width: calc(100% - 2rem); gap: 1rem; margin: 2.5rem auto; padding: 2.5rem 0; }
    .bamvp-refine-heading h2 { font-size: 3.5rem; }
    .bamvp-refine-fields { grid-template-columns: 1fr; }
    .bamvp-refine-checks { gap: .4rem; }
    .bamvp-home-mechanism,
    .bamvp-home-destinations,
    .bamvp-home-trust,
    .bamvp-guide-hero,
    .bamvp-guide-ledger,
    .bamvp-guide-principles,
    .bamvp-japan-decisions,
    .bamvp-japan-publication,
    .bamvp-japan-next,
    .bamvp-record-hero,
    .bamvp-record-gate,
    .bamvp-record-dashboard,
    .bamvp-record-editor,
    .bamvp-plan-decisions,
    .bamvp-plan-output,
    .bamvp-plan-after,
    .bamvp-plan-followup { width: calc(100% - 3rem); }
    .bamvp-plan-followup h2 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
    .bamvp-plan-section-heading h2,
    .bamvp-plan-output h2 { font-size: clamp(3rem, 14vw, 4.2rem); }
    .bamvp-plan-output { padding: 2rem 1.25rem; }
    .bamvp-plan-output dl div { grid-template-columns: 1fr; gap: .25rem; }
    .bamvp-plan-decision-ledger li { grid-template-columns: 2.5rem 1fr; }
    .bamvp-plan-decision-ledger strong { grid-column: 1 / -1; }
    .bamvp-home-route-leaf li { grid-template-columns: 5.5rem 1fr; }
    .bamvp-home-mechanism h2,
    .bamvp-home-destinations h2,
    .bamvp-home-trust h2 { max-width: 100%; font-size: clamp(2.25rem, 13vw, 3.7rem); overflow-wrap: break-word; hyphens: auto; }
}

.bamvp-manual-plate {
    position: absolute;
    inset: 0 auto auto 0;
    width: 99%;
    margin: 0;
}

.bamvp-manual-plate img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    .bamvp-product-page .bamvp-product-nav {
        min-height: 4.5rem;
        overflow-x: auto;
        padding-inline: 1rem;
    }

    .bamvp-manual-stage {
        min-height: 56vw;
        margin-top: -1.15rem;
    }
}

@font-face {
    font-family: "Karantina";
    src: url("fonts/Karantina-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

.bamvp-manual-stage {
    color: #10110b;
    isolation: isolate;
}

.bamvp-manual-stage ::selection {
    background: #10110b;
    color: #efb10a;
}

.bamvp-manual-spine,
.bamvp-manual-title,
.bamvp-manual-lede,
.bamvp-manual-form,
.bamvp-manual-status,
.bamvp-manual-tabs {
    position: absolute;
    z-index: 2;
}

.bamvp-manual-spine {
    left: 2.5%;
    top: 43.7%;
    width: 5.5%;
    height: 39.5%;
    margin: 0;
    font-family: "Karantina", sans-serif;
    font-size: clamp(1.7rem, 3.47vw, 3.44rem);
    font-weight: 400;
    line-height: .85;
    letter-spacing: .01em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.bamvp-manual-title {
    left: 16.7%;
    top: 11.1%;
    width: 43%;
    margin: 0;
    font-family: "Karantina", sans-serif;
    font-size: clamp(3rem, 5.23vw, 5.2rem);
    font-weight: 400;
    line-height: .92;
    letter-spacing: -.015em;
    text-wrap: balance;
}

.bamvp-manual-lede {
    left: 16.8%;
    top: 22.2%;
    width: 27%;
    margin: 0;
    color: #373730;
    font-size: clamp(.85rem, 1.52vw, 1.5rem);
    font-weight: 650;
    line-height: 1.25;
}

.bamvp-manual-form {
    inset: 0;
}

.bamvp-manual-rule {
    position: absolute;
    left: 16.8%;
    width: 69%;
    height: max(1px, .24vw);
    background: #10110b;
}

.bamvp-manual-rule--top { top: 33.4%; }
.bamvp-manual-rule--bottom { top: 50.1%; }

.bamvp-manual-field {
    position: absolute;
    color: #10110b;
    font-weight: 850;
}

.bamvp-manual-field > span {
    display: block;
    margin-bottom: .4em;
    font-family: "Karantina", sans-serif;
    font-size: clamp(.72rem, .95vw, .95rem);
    font-weight: 400;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
}

.bamvp-manual-field select {
    width: 100%;
    height: clamp(2.15rem, 3.2vw, 3.2rem);
    appearance: none;
    border: 2px solid #10110b;
    border-radius: 0;
    background-color: rgba(255, 255, 250, .78);
    background-image: linear-gradient(45deg, transparent 50%, #10110b 50%), linear-gradient(135deg, #10110b 50%, transparent 50%);
    background-position: calc(100% - .9rem) 50%, calc(100% - .58rem) 50%;
    background-repeat: no-repeat;
    background-size: .34rem .34rem, .34rem .34rem;
    color: #10110b;
    padding: 0 2rem 0 clamp(.55rem, .9vw, .9rem);
    font: inherit;
    font-size: clamp(.7rem, .88vw, .88rem);
    font-weight: 800;
}

.bamvp-manual-field select:hover { background-color: #fffef8; }
.bamvp-manual-field select:focus-visible,
.bamvp-manual-action:focus-visible,
.bamvp-product-page .bamvp-product-nav a:focus-visible {
    outline: 3px solid #0c6ca8;
    outline-offset: 3px;
}

.bamvp-manual-field--destination { left: 16.8%; top: 36.3%; width: 14.2%; }
.bamvp-manual-field--duration { left: 33.1%; top: 36.3%; width: 12%; }
.bamvp-manual-field--pace { left: 47.2%; top: 36.3%; width: 12.4%; }
.bamvp-manual-field--focus { left: 61.5%; top: 36.3%; width: 11.2%; }

.bamvp-manual-action {
    position: absolute;
    left: 73.9%;
    top: 38.6%;
    width: 11.8%;
    height: clamp(2.25rem, 3.52vw, 3.5rem);
    border: 2px solid #10110b;
    border-radius: 0;
    background: #efb10a;
    box-shadow: 5px 7px 12px rgba(16, 17, 11, .28);
    color: #10110b;
    font-size: clamp(.68rem, .88vw, .88rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.bamvp-manual-action:hover { background: #ffd044; transform: translateY(-2px); }
.bamvp-manual-action:disabled { cursor: wait; filter: saturate(.4); opacity: .72; }

.bamvp-manual-status {
    inset: 0;
}

.bamvp-manual-status-symbol {
    position: absolute;
    left: 17%;
    top: 53.5%;
    width: clamp(1.9rem, 3.15vw, 3.12rem);
    aspect-ratio: 1;
    border: clamp(2px, .25vw, 4px) solid #da570d;
    border-radius: 50%;
}

.bamvp-manual-status-symbol::after {
    position: absolute;
    left: 13%;
    top: 45%;
    width: 74%;
    height: clamp(2px, .22vw, 4px);
    background: #da570d;
    content: "";
    transform: rotate(-35deg);
    transform-origin: center;
}

.bamvp-manual-status h2 {
    position: absolute;
    left: 21.9%;
    top: 54.25%;
    width: 28%;
    margin: 0;
    color: #b53f00;
    font-family: "Karantina", sans-serif;
    font-size: clamp(.94rem, 1.4vw, 1.4rem);
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 1;
    text-transform: uppercase;
}

.bamvp-manual-status > p {
    position: absolute;
    left: 21.9%;
    top: 58.45%;
    width: 34%;
    margin: 0;
    color: #373730;
    font-size: clamp(.66rem, .88vw, .88rem);
    font-weight: 650;
    line-height: 1.25;
}

.bamvp-manual-route-board {
    position: absolute;
    left: 12.9%;
    top: 71.5%;
    display: grid;
    width: 74.6%;
    height: 25.7%;
    grid-template-columns: 18% 1fr;
    border: 2px solid rgba(16, 17, 11, .72);
    color: #10110b;
}

.bamvp-manual-route-board::before {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(16, 17, 11, .55);
    content: "";
}

.bamvp-manual-route-board::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18%;
    width: 1px;
    background: rgba(16, 17, 11, .55);
    content: "";
}

.bamvp-manual-route-board span {
    padding: 3.2% 4%;
    font-family: "Karantina", sans-serif;
    font-size: clamp(.8rem, 1.1vw, 1.1rem);
    font-weight: 400;
    letter-spacing: .08em;
    line-height: 1;
    text-transform: uppercase;
}

.bamvp-manual-tabs {
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Karantina", sans-serif;
    font-size: clamp(.8rem, 1.12vw, 1.1rem);
    font-weight: 400;
    letter-spacing: .05em;
    line-height: .95;
    text-transform: uppercase;
}

.bamvp-manual-tabs li {
    position: absolute;
    left: 90%;
    display: flex;
    width: 6.8%;
    height: 10.8%;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.2%;
    color: #10110b;
}

.bamvp-manual-tabs li span { display: block; font-size: .7em; }
.bamvp-manual-tabs li:nth-child(1) { top: 5.5%; }
.bamvp-manual-tabs li:nth-child(2) { top: 17.6%; }
.bamvp-manual-tabs li:nth-child(3) { top: 31.1%; }
.bamvp-manual-tabs li:nth-child(4) { top: 44.2%; }
.bamvp-manual-tabs li:nth-child(5) { top: 56.3%; color: #fff; }
.bamvp-manual-tabs li:nth-child(6) { top: 69.7%; color: #fff; }

@media (prefers-reduced-motion: no-preference) {
    .bamvp-manual-plate {
        animation: bamvp-manual-settle .72s cubic-bezier(.16, 1, .3, 1) both;
    }

    .bamvp-manual-action {
        transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
    }

    @keyframes bamvp-manual-settle {
        from { filter: blur(5px); transform: translateY(12px); }
        to { filter: blur(0); transform: translateY(0); }
    }

    .bamvp-home-route-leaf::before {
        animation: bamvp-spine-open .62s cubic-bezier(.16, 1, .3, 1) both;
        transform-origin: top;
    }

    .bamvp-home-route-leaf > p,
    .bamvp-home-route-leaf > ol {
        animation: bamvp-record-reveal .72s .1s cubic-bezier(.16, 1, .3, 1) both;
    }

    @keyframes bamvp-spine-open {
        from { transform: scaleY(.08); }
        to { transform: scaleY(1); }
    }

    @keyframes bamvp-record-reveal {
        from { clip-path: inset(0 100% 0 0); filter: blur(3px); }
        to { clip-path: inset(0); filter: blur(0); }
    }
}

.bamvp-route-family-index,
.bamvp-source-ledger,
.bamvp-route-sheet {
    width: min(1180px, calc(100% - 4rem));
    margin-inline: auto;
}

.bamvp-route-family-index { margin-bottom: 6rem; border-top: 3px solid #10110b; padding-top: 3rem; }
.bamvp-route-family-index > h2,
.bamvp-source-ledger > h2 { max-width: 12ch; font-size: clamp(3.6rem, 6vw, 6rem); }
.bamvp-route-family-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 2px solid #10110b; }
.bamvp-route-family-grid a { min-height: 19rem; color: #10110b; padding: 2.5rem; text-decoration: none; }
.bamvp-route-family-grid a + a { border-left: 2px solid #10110b; background: #76ced8; }
.bamvp-route-family-grid span { font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.bamvp-route-family-grid h3 { margin-top: 4rem; font-size: clamp(2.8rem, 4vw, 4rem); }
.bamvp-route-family-grid p { max-width: 34rem; line-height: 1.6; }

.bamvp-source-ledger { margin-bottom: 7rem; }
.bamvp-source-ledger > p:not(.bamvp-eyebrow) { max-width: 48rem; color: #4d4e48; line-height: 1.6; }
.bamvp-source-ledger ol { margin: 2.5rem 0 0; padding: 0; border-top: 3px solid #10110b; list-style: none; }
.bamvp-source-ledger li { display: grid; grid-template-columns: minmax(18rem, .9fr) 1.1fr; gap: 2rem; border-bottom: 1px solid #10110b; padding: 1.3rem 0; }
.bamvp-source-ledger a { color: #10110b; font-weight: 850; }
.bamvp-source-ledger span { color: #5b5d55; }

.bamvp-route-sheet { padding: clamp(4rem, 7vw, 7rem) 0 7rem; }
.bamvp-route-sheet .bamvp-eyebrow { color: #9f301e; }
.bamvp-route-sheet-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; border-bottom: 3px solid #10110b; padding-bottom: 4rem; }
.bamvp-route-sheet-hero > .bamvp-eyebrow,
.bamvp-route-sheet-hero > h1,
.bamvp-route-sheet-hero > p { grid-column: 1; }
.bamvp-route-sheet-hero h1 { max-width: 9ch; margin: 0; font-size: clamp(5rem, 9vw, 9rem); line-height: .82; }
.bamvp-route-sheet-hero > p { max-width: 48rem; color: #42443e; font-size: 1.15rem; line-height: 1.65; }
.bamvp-route-sheet-hero dl { grid-column: 2; grid-row: 1 / span 3; align-self: end; margin: 0; border-top: 2px solid #10110b; }
.bamvp-route-sheet-hero dl div { display: grid; grid-template-columns: 1fr 1.3fr; border-bottom: 1px solid #10110b; padding: 1rem 0; }
.bamvp-route-sheet-hero dt { color: #5b5d55; }
.bamvp-route-sheet-hero dd { margin: 0; font-weight: 850; }
.bamvp-route-sheet-stops { padding: 5rem 0; }
.bamvp-route-sheet-stops > h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.bamvp-route-sheet-intro { max-width: 50rem; color: #4d4e48; font-size: 1.08rem; line-height: 1.65; }
.bamvp-route-sheet-stops ol { margin: 2rem 0 0; padding: 0; border-top: 3px solid #10110b; list-style: none; }
.bamvp-route-sheet-stops li { display: grid; grid-template-columns: 10rem minmax(13rem, .6fr) 1fr; gap: 2rem; align-items: baseline; border-bottom: 1px solid #10110b; padding: 1.35rem 0; }
.bamvp-route-sheet-stops li span { color: #b53f00; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bamvp-route-sheet-stops li strong { font-size: 1.35rem; }
.bamvp-route-sheet-stops li p { margin: 0; color: #55574f; line-height: 1.55; }
.bamvp-route-days li { grid-template-columns: 6rem minmax(15rem, .65fr) 1fr; align-items: start; padding: 1.6rem 0; }
.bamvp-route-days li > div { display: grid; gap: .7rem; }
.bamvp-route-days li a,
.bamvp-route-extensions a,
.bamvp-route-guide-link { width: fit-content; color: #10110b; font-weight: 850; text-decoration: underline; text-underline-offset: .2em; }
.bamvp-route-extensions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; border-top: 3px solid #10110b; padding: 4rem 0; }
.bamvp-route-extensions h2,
.bamvp-route-hotels h2 { font-size: clamp(3.3rem, 5.5vw, 5.5rem); }
.bamvp-route-extensions > div > p:not(.bamvp-eyebrow),
.bamvp-route-hotels-heading > p:not(.bamvp-eyebrow) { max-width: 45rem; color: #4d4e48; line-height: 1.65; }
.bamvp-route-extensions ol { margin: 0; padding: 0; border-top: 2px solid #10110b; list-style: none; }
.bamvp-route-extensions li { display: grid; grid-template-columns: 6rem minmax(10rem, .55fr) 1fr; gap: 1rem; align-items: start; border-bottom: 1px solid #10110b; padding: 1.3rem 0; }
.bamvp-route-extensions li > span,
.bamvp-route-hotel-grid > article > span { color: #b53f00; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bamvp-route-extensions li strong { font-size: 1.15rem; }
.bamvp-route-extensions li p { margin: 0; color: #55574f; line-height: 1.55; }
.bamvp-route-extensions li a { grid-column: 3; }
.bamvp-route-hotels { border-top: 3px solid #10110b; padding: 4rem 0 5rem; }
.bamvp-route-hotels-heading { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 4rem; }
.bamvp-route-hotels-heading .bamvp-eyebrow,
.bamvp-route-hotels-heading h2 { grid-column: 1; }
.bamvp-route-hotels-heading > p:not(.bamvp-eyebrow) { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.bamvp-route-hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2.5rem; border-top: 2px solid #10110b; border-bottom: 1px solid #10110b; }
.bamvp-route-sheet--nature .bamvp-route-hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bamvp-route-hotel-grid article { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid #10110b; padding: 1.5rem; }
.bamvp-route-hotel-grid article:last-child { border-right: 0; }
.bamvp-route-sheet--nature .bamvp-route-hotel-grid article:nth-child(2) { border-right: 0; }
.bamvp-route-sheet--nature .bamvp-route-hotel-grid article:nth-child(n + 3) { border-top: 1px solid #10110b; }
.bamvp-route-hotel-grid h3 { margin: .65rem 0 0; font-size: 1.55rem; }
.bamvp-route-hotel-grid p { color: #55574f; line-height: 1.55; }
.bamvp-hotel-links { margin: .5rem 0 1.25rem; padding: 0; border-top: 1px solid #c9c8c0; list-style: none; }
.bamvp-hotel-links li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; align-items: center; border-bottom: 1px solid #c9c8c0; padding: .8rem 0; }
.bamvp-hotel-links li span { overflow-wrap: anywhere; font-weight: 750; line-height: 1.35; }
.bamvp-hotel-links li a,
.bamvp-hotel-search { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid #10110b; background: #efb10a; padding: .55rem .75rem; color: #10110b; font-size: .78rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.bamvp-route-sheet--nature .bamvp-hotel-links li a,
.bamvp-route-sheet--nature .bamvp-hotel-search { background: #76ced8; }
.bamvp-route-guide-link { margin-top: auto; }
.bamvp-route-hotel-status { display: block; margin-top: .8rem; color: #5b5d55 !important; font-size: .74rem !important; letter-spacing: .04em !important; text-transform: none !important; }
.bamvp-generated-route-hotels { margin-top: 5rem; padding-bottom: 0; }
.bamvp-generated-route-hotels .bamvp-route-hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bamvp-generated-route-hotels .bamvp-route-hotel-grid article:nth-child(2n) { border-right: 0; }
.bamvp-generated-route-hotels .bamvp-route-hotel-grid article:nth-child(n + 3) { border-top: 1px solid #10110b; }
.bamvp-generated-route-hotels .bamvp-route-guide-link { padding-top: 1rem; }
.bamvp-generated-route-guide[hidden] { display: none; }
.bamvp-generated-route-guide { padding: 5rem 0; }
.bamvp-generated-route-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: .75rem 4rem; border-bottom: 3px solid #10110b; padding-bottom: 2.5rem; }
.bamvp-generated-route-heading h2 { grid-row: 1 / span 2; max-width: 11ch; margin: 0; font-size: clamp(3.8rem, 6vw, 6rem); }
.bamvp-generated-route-path { align-self: end; margin: 0; font-size: 1.12rem; font-weight: 850; line-height: 1.5; }
.bamvp-generated-route-context { margin: 0; color: #4d4e48; line-height: 1.5; }
.bamvp-generated-route-heading > .bamvp-notice { grid-column: 1 / -1; margin: 1rem 0 0; border: 1px solid #315730; border-radius: 0; background: #edf4e9; color: #17342f; padding: 1rem; }
.bamvp-generated-days { margin: 0; border-bottom: 1px solid #10110b; padding: 0; list-style: none; }
.bamvp-generated-days > li { display: grid; grid-template-columns: 7rem 1fr; gap: 2rem; border-bottom: 1px solid #b9b8b0; padding: 1.6rem 0; }
.bamvp-generated-days > li:last-child { border-bottom: 0; }
.bamvp-generated-day-number { color: #9f301e; font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bamvp-generated-day-base { color: #55574f; font-size: .74rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bamvp-generated-days h3 { margin: .3rem 0 .55rem; font-size: 1.4rem; line-height: 1.2; }
.bamvp-generated-days p { max-width: 68ch; margin: 0; color: #4d4e48; line-height: 1.62; }
.bamvp-generated-days a { display: inline-flex; min-height: 44px; align-items: center; margin-top: .55rem; color: #10110b; font-weight: 850; text-decoration: underline; text-underline-offset: .2em; }
.bamvp-route-editor { scroll-margin-top: 5rem; margin-top: 5rem; border-top: 3px solid #10110b; background: #f7f4ec; padding: 3rem; }
.bamvp-route-editor-heading { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: end; }
.bamvp-route-editor-heading h2 { margin: 0; font-size: clamp(3.4rem, 5.5vw, 5.5rem); }
.bamvp-route-editor-heading p { max-width: 50rem; margin: 0; color: #4d4e48; line-height: 1.62; }
.bamvp-route-editor-form { margin-top: 2.5rem; }
.bamvp-route-editor-context { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-bottom: 2rem; }
.bamvp-route-editor-context label,
.bamvp-route-editor-days { color: #10110b; font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.bamvp-route-editor-context label > span,
.bamvp-route-editor-days > span { display: block; margin-bottom: .45rem; }
.bamvp-route-editor-context select,
.bamvp-route-editor-days input { width: 100%; min-height: 48px; border: 1px solid #10110b; border-radius: 0; background: #fffef8; padding: .65rem .75rem; color: #10110b; }
.bamvp-route-editor-allocations { border-top: 2px solid #10110b; }
.bamvp-route-editor-row { display: grid; grid-template-columns: 3rem minmax(12rem, 1fr) auto 6rem; gap: 1rem; align-items: center; border-bottom: 1px solid #10110b; padding: 1rem 0; }
.bamvp-route-editor-index { color: #9f301e; font-size: .78rem; font-weight: 900; font-variant-numeric: tabular-nums; }
.bamvp-route-editor-stop { min-width: 0; }
.bamvp-route-editor-stop strong { display: block; font-size: 1.12rem; }
.bamvp-route-editor-stop span { display: block; margin-top: .25rem; color: #55574f; font-size: .82rem; line-height: 1.4; }
.bamvp-route-editor-days { grid-column: 4; }
.bamvp-route-editor-days input { font-size: 1rem; font-variant-numeric: tabular-nums; }
.bamvp-route-editor-toggle { display: inline-flex; min-height: 44px; align-items: center; gap: .5rem; padding: .4rem .55rem; font-size: .82rem; font-weight: 850; }
.bamvp-route-editor-toggle input { width: 1.15rem; height: 1.15rem; accent-color: #10110b; }
.bamvp-route-editor-row input:disabled { cursor: not-allowed; opacity: .48; }
.bamvp-route-editor-total { margin: 1.2rem 0 0; color: #8d2819; font-weight: 850; font-variant-numeric: tabular-nums; }
.bamvp-route-editor-total.is-ready { color: #315730; }
.bamvp-route-editor-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.2rem; }
.bamvp-route-editor-message .bamvp-notice { margin: 1rem 0 0; border-radius: 0; }
.bamvp-generated-route-version { margin: 1rem 0 0; color: #55574f; font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.bamvp-generated-route-next { max-width: 62ch; margin: 1rem 0 0; color: #292b26; line-height: 1.65; }
.bamvp-route-version-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem 3rem; align-items: center; margin-top: 3rem; border-block: 2px solid #10110b; padding: 1.5rem 0; }
.bamvp-route-version-actions h3 { margin: 0 0 .35rem; font-size: 1.6rem; }
.bamvp-route-version-actions p { max-width: 58ch; margin: 0; color: #4d4e48; }
.bamvp-route-version-buttons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem; }
.bamvp-route-save-status { grid-column: 1 / -1; }
.bamvp-route-save-status:empty { display: none; }
.bamvp-route-save-status .bamvp-notice { margin: 0 0 .75rem; border-radius: 0; }
.bamvp-trip-version { margin: .2rem 0 0; color: #55574f; font-size: .82rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.bamvp-generated-route-missing { border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; padding: 3rem 0; }
.bamvp-generated-route-missing h2 { margin: 0; font-size: clamp(3.4rem, 5.5vw, 5.5rem); }
.bamvp-generated-route-missing p { max-width: 48rem; color: #4d4e48; line-height: 1.62; }
.bamvp-route-sheet-proof { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; border-top: 3px solid #10110b; border-bottom: 1px solid #10110b; padding: 3rem 0; }
.bamvp-route-sheet-proof h2 { font-size: clamp(3rem, 5vw, 5rem); }
.bamvp-route-sheet-proof p { color: #4c4d47; line-height: 1.6; }
.bamvp-route-sheet-proof a { color: #10110b; font-weight: 900; }
.bamvp-route-sheet-cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; margin-top: 5rem; background: #efb10a; padding: 3rem; }
.bamvp-route-sheet--nature .bamvp-route-sheet-cta { background: #76ced8; }
.bamvp-route-sheet-cta h2 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 5vw, 5rem); }

@media (max-width: 820px) {
    .bamvp-route-family-index,
    .bamvp-source-ledger,
    .bamvp-route-sheet { width: calc(100% - 3rem); }
    .bamvp-route-family-grid,
    .bamvp-route-sheet-hero,
    .bamvp-route-sheet-proof,
    .bamvp-route-extensions,
    .bamvp-route-hotels-heading,
    .bamvp-route-hotel-grid,
    .bamvp-route-sheet--nature .bamvp-route-hotel-grid { grid-template-columns: 1fr; }
    .bamvp-route-family-grid a + a { border-top: 2px solid #10110b; border-left: 0; }
    .bamvp-route-family-grid a { min-height: 15rem; }
    .bamvp-route-family-grid h3 { margin-top: 2.5rem; }
    .bamvp-source-ledger li,
    .bamvp-route-sheet-stops li,
    .bamvp-route-days li,
    .bamvp-route-extensions li { grid-template-columns: 1fr; gap: .45rem; }
    .bamvp-generated-route-heading,
    .bamvp-route-editor-heading,
    .bamvp-route-editor-context { grid-template-columns: 1fr; }
    .bamvp-route-version-actions { grid-template-columns: 1fr; }
    .bamvp-route-version-buttons { justify-content: flex-start; }
    .bamvp-route-save-status { grid-column: 1; }
    .bamvp-generated-route-heading h2 { grid-row: auto; }
    .bamvp-generated-days > li { grid-template-columns: 4.5rem 1fr; gap: 1rem; }
    .bamvp-route-editor { margin-inline: -1rem; padding: 2.5rem 1rem; }
    .bamvp-route-editor-heading { gap: 1rem; }
    .bamvp-route-editor-row { grid-template-columns: 2.5rem minmax(0, 1fr) 5.5rem; gap: .7rem; }
    .bamvp-route-editor-toggle { grid-column: 2; justify-self: start; }
    .bamvp-route-editor-days { grid-column: 3; grid-row: 1 / span 2; }
    .bamvp-route-extensions { gap: 2rem; }
    .bamvp-route-extensions li a { grid-column: 1; }
    .bamvp-route-hotels-heading .bamvp-eyebrow,
    .bamvp-route-hotels-heading h2,
    .bamvp-route-hotels-heading > p:not(.bamvp-eyebrow) { grid-column: 1; grid-row: auto; }
    .bamvp-route-hotel-grid article,
    .bamvp-route-sheet--nature .bamvp-route-hotel-grid article:nth-child(2) { border-top: 1px solid #10110b; border-right: 0; }
    .bamvp-route-hotel-grid article:first-child { border-top: 0; }
    .bamvp-generated-route-hotels .bamvp-route-hotel-grid { grid-template-columns: 1fr; }
    .bamvp-generated-route-hotels .bamvp-route-hotel-grid article:nth-child(n + 2) { border-top: 1px solid #10110b; }
    .bamvp-route-sheet-hero > .bamvp-eyebrow,
    .bamvp-route-sheet-hero > h1,
    .bamvp-route-sheet-hero > p,
    .bamvp-route-sheet-hero dl { grid-column: 1; grid-row: auto; }
    .bamvp-route-sheet-hero { gap: 1rem; }
    .bamvp-route-sheet-hero dl { margin-top: 2rem; }
    .bamvp-route-sheet-cta { align-items: flex-start; flex-direction: column; }
}

/* Final mobile cascade: desktop coordinates become a touch-first reading flow. */
@media (min-width: 1001px) {
    body.bamvp-product-page .bamvp-product-nav { min-height: 55px; }
    body.bamvp-product-page .bamvp-manual-stage { margin-top: 0; }
    .bamvp-manual-title { text-transform: uppercase; }
    .bamvp-manual-lede { color: #53524e; font-weight: 400; font-size: clamp(1rem, 1.45vw, 1.4rem); }
    .bamvp-manual-rule { height: 1px; background: #b7afa1; }
    .bamvp-manual-field select { border: 1px solid #9b958a; font-weight: 500; }
    .bamvp-manual-route-board { grid-template-columns: 68% 1fr; border-color: #a89d88; }
    .bamvp-manual-route-board::after { left: 68%; background: #a89d88; }
    .bamvp-manual-route-board span { padding: .5rem 1.5rem; }
    .bamvp-manual-tabs li { left: 95.3%; width: 3.5%; padding-left: .4%; }
    .bamvp-manual-tabs { font-size: clamp(.95rem, 1.15vw, 1.15rem); white-space: nowrap; }
    .bamvp-manual-tabs li span { font-size: 1.1em; }
}
/* Full-canvas overlays must not capture clicks intended for form controls. */
.bamvp-manual-tabs,
.bamvp-manual-plate,
.bamvp-manual-spine,
.bamvp-manual-status { pointer-events: none; }
.bamvp-manual-status > * { pointer-events: auto; }
.bamvp-manual-status-symbol--ready::after { transform: rotate(0deg); }
.bamvp-manual-status-symbol--ready { border-color: #315730; }
.bamvp-manual-status-symbol--ready::after {
    left: 22%; top: 20%; width: 35%; height: 52%;
    border: solid #315730; border-width: 0 3px 3px 0;
    background: none; transform: rotate(45deg);
}
body.bamvp-product-page .bamvp-route-sheet h1,
body.bamvp-product-page .bamvp-route-sheet h2,
body.bamvp-product-page .bamvp-route-family-index h2,
body.bamvp-product-page .bamvp-route-family-index h3,
body.bamvp-product-page .bamvp-source-ledger h2 {
    font-family: "Karantina", sans-serif !important;
    font-weight: 400;
    line-height: .98;
}
.bamvp-main :is(a, button, select, input):focus-visible {
    outline: 3px solid #0c6ca8;
    outline-offset: 3px;
}
.bamvp-home-trust > a,
.bamvp-source-ledger li > a,
.bamvp-route-sheet-proof a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: .2em;
}
.bamvp-refine-checks label > span { min-height: 44px; display: flex; align-items: center; }

/* 0.12.0: a clearer premium home and an explicit mutual-contact journey. */
.bamvp-home { background: #eee9df; }
.bamvp-home :is(h1, h2),
.bamvp-home .bamvp-home-outcome-grid h3 {
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif !important;
    font-weight: 600;
    letter-spacing: -.045em;
}
.bamvp-home .bamvp-home-hero {
    display: grid;
    min-height: clamp(42rem, 72vh, 50rem);
    grid-template-columns: minmax(0, 1.06fr) minmax(30rem, .94fr);
    border-bottom: 0;
    background: #112d29;
}
.bamvp-home .bamvp-home-hero-copy {
    justify-content: center;
    color: #fffdf6;
    padding: clamp(4rem, 8vw, 8rem) clamp(2rem, 7vw, 7.5rem);
}
.bamvp-home-kicker,
.bamvp-home-section-number {
    margin: 0 0 1.4rem;
    color: #9edce0;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.bamvp-home .bamvp-home-hero-copy > .bamvp-home-kicker { color: #9edce0; }
.bamvp-home .bamvp-home-hero h1 {
    max-width: 12ch;
    margin: 0;
    color: #fffdf6;
    font-size: clamp(3.7rem, 5.4vw, 5.5rem);
    line-height: .96;
    letter-spacing: -.055em;
}
.bamvp-home .bamvp-home-hero h1 span,
.bamvp-home .bamvp-home-hero h1 em { display: block; }
.bamvp-home .bamvp-home-hero h1 em { margin-top: .12em; color: #f2bd18; font-style: italic; font-weight: 500; }
.bamvp-home .bamvp-home-lede {
    max-width: 44rem;
    margin: 2rem 0 0;
    color: #dce7e3;
    font-size: clamp(1.05rem, 1.35vw, 1.25rem);
    line-height: 1.65;
}
.bamvp-home-actions { margin-top: .4rem; }
.bamvp-home-actions .bamvp-button { min-height: 50px; border-radius: 0; }
.bamvp-home-actions .bamvp-button-primary { border-color: #f2bd18; background: #f2bd18; color: #112d29 !important; box-shadow: none; }
.bamvp-home-actions .bamvp-button-primary:hover { background: #ffd24c; }
.bamvp-home-actions .bamvp-button-quiet { border-color: rgba(255,255,255,.55); background: transparent; color: #fff !important; }
.bamvp-home-promises { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.bamvp-home-promises li { position: relative; padding-left: 1rem; color: #b9cbc6; font-size: .78rem; font-weight: 750; letter-spacing: .03em; }
.bamvp-home-promises li::before { position: absolute; left: 0; color: #f2bd18; content: "•"; }

.bamvp-home-journey {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,.18);
    background: #f7f3ea;
    padding: clamp(3rem, 6vw, 6rem);
}
.bamvp-home-journey::before { position: absolute; inset: 0 auto 0 0; width: .7rem; background: #f2bd18; content: ""; }
.bamvp-journey-topline { display: flex; justify-content: space-between; gap: 2rem; border-bottom: 2px solid #112d29; padding-bottom: 1rem; color: #53615d; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.bamvp-journey-topline strong { color: #112d29; }
.bamvp-journey-route { margin: 0; padding: 0; list-style: none; }
.bamvp-journey-route li { display: grid; grid-template-columns: 4.4rem 1fr auto; gap: 1.2rem; align-items: center; border-bottom: 1px solid #a9b2ad; padding: 1.35rem 0; }
.bamvp-journey-route li > span { color: #5d6b67; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.bamvp-journey-route strong { color: #112d29; font-family: "Karantina", sans-serif; font-size: 2.2rem; font-weight: 400; line-height: 1; text-transform: uppercase; }
.bamvp-journey-route small { max-width: 10rem; color: #53615d; line-height: 1.35; text-align: right; }
.bamvp-journey-match { margin-top: 2rem; background: #9edce0; padding: 1.4rem; }
.bamvp-journey-match > p { margin: 0 0 .8rem; color: #31514d; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.bamvp-journey-match ol { margin: 0; padding: 0; list-style: none; }
.bamvp-journey-match li { display: grid; grid-template-columns: 1fr 1.5rem 1fr; gap: .5rem; border-top: 1px solid rgba(17,45,41,.45); padding: .7rem 0; color: #112d29; font-size: .8rem; font-weight: 800; }
.bamvp-journey-match li strong { text-align: center; }
.bamvp-journey-match > div { display: flex; gap: .8rem; align-items: center; margin-top: .5rem; background: #112d29; color: #fff; padding: .9rem 1rem; }
.bamvp-journey-match > div > span { color: #f2bd18; font-size: 1.6rem; }
.bamvp-journey-match > div p,
.bamvp-journey-match > div strong,
.bamvp-journey-match > div small { display: block; margin: 0; }
.bamvp-journey-match > div small { margin-top: .1rem; color: #cbdad6; }

.bamvp-home-outcomes,
.bamvp-home-flow,
.bamvp-match-explainer {
    width: min(78rem, calc(100% - 3rem));
    margin-inline: auto;
}
.bamvp-home-outcomes { padding: clamp(5rem, 9vw, 9rem) 0; }
.bamvp-home-outcomes > header { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1rem 4rem; margin-bottom: 3.5rem; }
.bamvp-home-outcomes > header .bamvp-home-section-number { grid-column: 1 / -1; color: #42645f; }
.bamvp-home-outcomes h2,
.bamvp-home-flow h2 { max-width: 12ch; margin: 0; font-size: clamp(2.9rem, 4.6vw, 4.8rem); line-height: 1; }
.bamvp-home .bamvp-home-destinations h2,
.bamvp-home .bamvp-home-trust h2 { font-size: clamp(2.8rem, 4.2vw, 4.35rem); line-height: 1; }
.bamvp-home-outcomes > header > p:last-child { align-self: end; max-width: 34rem; margin: 0; color: #4c5a56; font-size: 1.08rem; line-height: 1.65; }
.bamvp-home-outcome-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 3px solid #112d29; border-bottom: 1px solid #112d29; }
.bamvp-home-outcome-grid article { display: flex; min-height: 27rem; flex-direction: column; padding: clamp(2rem, 4vw, 3.5rem); }
.bamvp-home-outcome-grid article + article { border-left: 1px solid #112d29; }
.bamvp-home-outcome-grid .bamvp-home-outcome-match { background: #f2bd18; }
.bamvp-home-outcome-label { align-self: flex-start; border: 1px solid currentColor; padding: .35rem .55rem; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.bamvp-home-outcome-grid h3 { max-width: 16ch; margin: auto 0 1.2rem; font-size: clamp(2.2rem, 3.25vw, 3.35rem); line-height: 1.04; }
.bamvp-home-outcome-grid p { max-width: 33rem; margin: 0; color: #45534f; line-height: 1.65; }
.bamvp-home-outcome-grid a { display: inline-flex; min-height: 44px; align-items: center; gap: .5rem; margin-top: 1.6rem; font-weight: 850; text-underline-offset: .25em; }

.bamvp-home-flow { margin-bottom: clamp(5rem, 9vw, 9rem); background: #112d29; color: #fffdf6; padding: clamp(2.5rem, 6vw, 5rem); }
.bamvp-home-flow > header { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; }
.bamvp-home-flow .bamvp-home-section-number { color: #9edce0; }
.bamvp-home-flow h2 { color: #fffdf6; }
.bamvp-home-flow > ol { margin: 3.5rem 0 0; border-top: 1px solid #728782; padding: 0; list-style: none; }
.bamvp-home-flow > ol > li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; border-bottom: 1px solid #728782; padding: 1.35rem 0; }
.bamvp-home-flow > ol > li > span { color: #f2bd18; font-size: .76rem; font-weight: 850; letter-spacing: .08em; }
.bamvp-home-flow h3 { margin: 0 0 .35rem; color: #fff; font-size: 1rem; letter-spacing: .02em; }
.bamvp-home-flow li p { margin: 0; color: #c8d5d1; line-height: 1.55; }
.bamvp-home-flow-actions { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; margin-top: 2.5rem; }
.bamvp-home-flow-actions .bamvp-button { margin: 0; border-color: #f2bd18 !important; border-radius: 0; background: #f2bd18 !important; color: #112d29 !important; }
.bamvp-home-flow-actions > a:last-child { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 800; text-underline-offset: .3em; }

.bamvp-home .bamvp-home-destinations { padding-top: 0; }
.bamvp-home .bamvp-home-destinations .bamvp-home-section-number { color: #42645f; }
.bamvp-home .bamvp-home-trust { position: relative; overflow: hidden; border: 0; background: #9edce0; }
.bamvp-home .bamvp-home-trust::after { position: absolute; right: -3rem; bottom: -7rem; color: rgba(17,45,41,.08); font-family: "Karantina", sans-serif; font-size: 18rem; line-height: 1; content: "PRIVATE"; }
.bamvp-home .bamvp-home-trust > * { position: relative; z-index: 1; }
.bamvp-home .bamvp-home-trust .bamvp-home-section-number { color: #31514d; }
.bamvp-home-trust-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 1rem; }
.bamvp-home-trust-links a { display: inline-flex; min-height: 44px; align-items: center; font-weight: 800; text-underline-offset: .25em; }

.bamvp-match-explainer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; margin-bottom: 5rem; border-top: 3px solid #10110b; padding-top: 2.5rem; }
.bamvp-match-explainer .bamvp-eyebrow { color: #315730; }
.bamvp-match-explainer h2 { max-width: 13ch; font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.bamvp-match-explainer ol { margin: 0; padding: 0; list-style: none; }
.bamvp-match-explainer li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; border-bottom: 1px solid #10110b; padding: 1.1rem 0; }
.bamvp-match-explainer li:first-child { border-top: 1px solid #10110b; }
.bamvp-match-explainer li > span { color: #315730; font-size: .75rem; font-weight: 850; }
.bamvp-match-explainer li p,
.bamvp-match-explainer li strong { display: block; margin: 0; }
.bamvp-match-explainer li p { color: #4c4d47; line-height: 1.5; }
.bamvp-match-explainer li strong { margin-bottom: .2rem; color: #10110b; }
.bamvp-card-consent { margin: 1.5rem 0 0; border-left: 4px solid #efb10a; background: rgba(239,177,10,.12); padding: 1rem 1.2rem; line-height: 1.55; }
.bamvp-contact { border: 1px solid #315730; border-radius: 0; background: #e6f2df; }
.bamvp-contact p { margin: 0; }
.bamvp-contact p + p { margin-top: .35rem; }
.bamvp-contact-label { color: #315730; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.bamvp-contact .bamvp-button-row { margin-top: .8rem; }
.bamvp-contact .bamvp-button { margin-top: 0; }

@media (max-width: 900px) {
    .bamvp-home .bamvp-home-hero,
    .bamvp-home-outcomes > header,
    .bamvp-home-flow > header,
    .bamvp-match-explainer { grid-template-columns: 1fr; }
    .bamvp-home .bamvp-home-hero { min-height: 0; }
    .bamvp-home .bamvp-home-hero-copy { padding: 5rem 2rem; }
    .bamvp-home .bamvp-home-hero h1 { max-width: 12ch; }
    .bamvp-home-journey { border-top: 1px solid #112d29; border-left: 0; padding: 4rem 2rem 4rem 3rem; }
    .bamvp-home-outcomes > header > p:last-child { align-self: auto; }
    .bamvp-home-flow > header { gap: 1rem; }
    .bamvp-match-explainer { gap: 2rem; }
}

@media (max-width: 620px) {
    .bamvp-home .bamvp-home-hero-copy { padding: 4rem 1.5rem; }
    .bamvp-home .bamvp-home-hero h1 { max-width: none; font-size: clamp(2.8rem, 12vw, 3.25rem); line-height: 1; }
    .bamvp-home-actions { align-items: stretch; flex-direction: column; }
    .bamvp-home-actions .bamvp-button { width: 100%; margin-top: .6rem; }
    .bamvp-home-promises { display: grid; }
    .bamvp-home-journey { padding: 3rem 1.5rem 3rem 2.25rem; }
    .bamvp-journey-route li { grid-template-columns: 3.4rem 1fr; }
    .bamvp-journey-route small { grid-column: 2; max-width: none; text-align: left; }
    .bamvp-home-outcomes,
    .bamvp-home-flow,
    .bamvp-match-explainer { width: calc(100% - 2rem); }
    .bamvp-home-outcome-grid { grid-template-columns: 1fr; }
    .bamvp-home-outcome-grid article { min-height: 24rem; }
    .bamvp-home-outcome-grid article + article { border-top: 1px solid #112d29; border-left: 0; }
    .bamvp-home-flow { padding: 2.25rem 1.25rem; }
    .bamvp-home-flow > ol > li { grid-template-columns: 2.5rem 1fr; }
    .bamvp-match-explainer li { grid-template-columns: 2.4rem 1fr; }
}

/* 0.15.0 Contextual trip progress ---------------------------------------- */
.bamvp-journey-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.5rem 0 2rem;
    border-top: 1px solid var(--ba-line);
    border-bottom: 1px solid var(--ba-line);
    padding: 0;
    list-style: none;
}

.bamvp-journey-progress li {
    display: grid;
    grid-template-columns: 1.9rem minmax(0, 1fr);
    gap: .65rem;
    align-items: start;
    padding: 1rem .8rem 1rem 0;
    color: var(--ba-muted);
}

.bamvp-journey-progress li + li {
    border-left: 1px solid var(--ba-line);
    padding-left: .8rem;
}

.bamvp-journey-progress-number {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    place-items: center;
    border: 1px solid currentColor;
    font-size: .72rem;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

.bamvp-journey-progress-copy strong,
.bamvp-journey-progress-copy small { display: block; }
.bamvp-journey-progress-copy strong { color: inherit; font-size: .82rem; }
.bamvp-journey-progress-copy small { margin-top: .2rem; font-size: .7rem; line-height: 1.35; }
.bamvp-journey-progress .is-complete { color: #23665d; }
.bamvp-journey-progress .is-current { color: var(--ba-ink); }
.bamvp-journey-progress .is-current .bamvp-journey-progress-number { border-color: var(--ba-yellow); background: var(--ba-yellow); }
.bamvp-journey-progress .is-upcoming { color: #435753; }

.bamvp-plan-followup > .bamvp-journey-progress { margin-top: 0; }
.bamvp-trip-card > .bamvp-journey-progress { grid-column: 1 / -1; width: 100%; margin: 1rem 0 .5rem; }
.bamvp-trip-card > .bamvp-button-row { align-self: end; }
.bamvp-record-dashboard .bamvp-empty h2 { max-width: 18ch; }

@media (max-width: 720px) {
    .bamvp-journey-progress { grid-template-columns: 1fr 1fr; }
    .bamvp-journey-progress li:nth-child(3) { border-left: 0; }
    .bamvp-journey-progress li:nth-child(n + 3) { border-top: 1px solid var(--ba-line); }
    body.bamvp-product-page #mobile-menu-icon {
        display: inline-flex;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 1000px) {
    body.bamvp-product-page .bamvp-manual-stage {
        min-height: 0;
        margin-top: 0;
        overflow: hidden;
        background: #f5f1e9;
        padding: 2.2rem 1.25rem 2rem 4.1rem;
    }
    .bamvp-manual-stage::before {
        position: absolute;
        inset: 0 auto 0 0;
        z-index: 1;
        width: 3.2rem;
        border-right: 2px solid #10110b;
        background: #efb10a;
        box-shadow: 7px 0 16px rgba(16,17,11,.16);
        content: "";
    }
    .bamvp-manual-plate { display: none; }
    .bamvp-manual-title,
    .bamvp-manual-lede,
    .bamvp-manual-form,
    .bamvp-manual-status,
    .bamvp-manual-tabs { position: relative; inset: auto; left: auto; top: auto; width: auto; height: auto; }
    .bamvp-manual-spine { left: .55rem; top: 2rem; width: 2rem; height: calc(100% - 4rem); font-size: 2rem; }
    .bamvp-manual-title { font-size: clamp(3.4rem, 15vw, 4.3rem); line-height: .9; }
    .bamvp-manual-lede { margin-top: 1.1rem; font-size: 1rem; line-height: 1.5; }
    .bamvp-manual-form { display: grid; gap: 1rem; margin-top: 1.7rem; }
    .bamvp-manual-rule { position: static; width: 100%; height: 2px; }
    .bamvp-manual-field { position: static; width: 100%; }
    .bamvp-manual-field > span { margin-bottom: .4rem; font-size: .9rem; }
    .bamvp-manual-field select { height: 3.15rem; font-size: 1rem; }
    body.bamvp-product-page .bamvp-manual-action {
        position: static !important;
        left: auto !important;
        top: auto !important;
        width: 100%;
        height: 3.25rem;
        margin-top: .2rem;
    }
    .bamvp-manual-status { display: grid; min-height: 0; grid-template-columns: 3rem 1fr; gap: .2rem 1rem; margin-top: 1.5rem; border-top: 2px solid #10110b; padding-top: 1.4rem; }
    .bamvp-manual-status-symbol { position: relative; left: auto; top: auto; grid-row: 1 / span 2; width: 2.5rem; }
    .bamvp-manual-status h2,
    .bamvp-manual-status > p,
    .bamvp-manual-status.is-loading > p,
    .bamvp-manual-status.is-route-ready > .bamvp-eyebrow,
    .bamvp-manual-status.is-route-ready > p:nth-of-type(2),
    .bamvp-manual-status.is-route-ready > p:nth-of-type(3),
    .bamvp-manual-status.is-unavailable > .bamvp-notice { position: static; left: auto; top: auto; width: auto; margin: 0; }
    .bamvp-manual-status h2 { font-size: 1.45rem; line-height: 1; }
    .bamvp-manual-status > p { font-size: .82rem; line-height: 1.5; }
    .bamvp-manual-status.is-route-ready > h2,
    .bamvp-manual-status.is-route-ready > .bamvp-eyebrow { grid-column: 2; }
    .bamvp-manual-status.is-route-ready > p:nth-of-type(2),
    .bamvp-manual-status.is-route-ready > p:nth-of-type(3) {
        grid-column: 1 / -1;
        font-size: .875rem;
        margin-top: .65rem;
    }
    .bamvp-manual-status .bamvp-route small { font-size: .875rem; }
    body.bamvp-product-page .bamvp-manual-action { font-size: 1rem; }
    .bamvp-manual-route-board { position: relative; left: auto; top: auto; grid-column: 1 / -1; width: 100%; height: 10rem; margin-top: 1rem; }
    .bamvp-manual-status.is-route-ready .bamvp-route { position: relative; left: auto; top: auto; display: block; grid-column: 1 / -1; width: 100%; max-height: none; margin-top: 1rem; }
    .bamvp-manual-status.is-route-ready .bamvp-route li { grid-template-columns: 2rem 1fr; }
    .bamvp-manual-status.is-route-ready .bamvp-route li:nth-child(odd) { border-right: 0; }
    .bamvp-manual-status.is-route-ready > .bamvp-button { position: static; grid-column: 1 / -1; margin-top: 1rem; }
    .bamvp-manual-status.is-saved > .bamvp-button { position: static; grid-column: 1 / -1; width: 100%; margin-top: 1rem; }
    .bamvp-manual-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .25rem; margin-top: 1.5rem; }
    .bamvp-manual-tabs li { position: static; left: auto; top: auto !important; width: auto; height: auto; min-height: 3.4rem; padding: .55rem; }
    .bamvp-manual-tabs li:nth-child(1) { background: #efb10a; }
    .bamvp-manual-tabs li:nth-child(2) { background: #da570d; }
    .bamvp-manual-tabs li:nth-child(3) { background: #84ce4c; }
    .bamvp-manual-tabs li:nth-child(4) { background: #19b8b5; }
    .bamvp-manual-tabs li:nth-child(5) { background: #315eb5; }
    .bamvp-manual-tabs li:nth-child(6) { background: #6f3bb0; }
}

/* 0.14.0 Living Palette --------------------------------------------------- */
:root {
    --ba-ink: #12312d;
    --ba-cream: #fff8ea;
    --ba-paper: #fffdf7;
    --ba-yellow: #ffc928;
    --ba-yellow-soft: #fff0a8;
    --ba-aqua: #69d1cf;
    --ba-aqua-soft: #dff6f3;
    --ba-coral: #ff745c;
    --ba-coral-soft: #ffe2dc;
    --ba-lavender: #ddd3ff;
    --ba-lavender-soft: #f0ebff;
    --ba-line: #91a59e;
    --ba-muted: #506761;
    --ba-focus: #075e8d;

    --bamvp-ink: var(--ba-ink);
    --bamvp-paper: var(--ba-cream);
    --bamvp-card: var(--ba-paper);
    --bamvp-line: var(--ba-line);
    --bamvp-coral: var(--ba-coral);
    --bamvp-mint: var(--ba-aqua-soft);
    --bamvp-sun: var(--ba-yellow);
}

body.bamvp-product-page {
    background: var(--ba-cream);
    color: var(--ba-ink);
}

body.bamvp-product-page ::selection {
    background: var(--ba-aqua);
    color: var(--ba-ink);
}

body.bamvp-product-page :focus-visible {
    outline-color: var(--ba-focus);
}

body.bamvp-product-page .bamvp-product-nav {
    border-color: color-mix(in srgb, var(--ba-line) 60%, transparent);
    background: rgba(255, 253, 247, .94);
}

body.bamvp-product-page .bamvp-product-nav a {
    color: var(--ba-muted);
}

body.bamvp-product-page .bamvp-product-nav a[aria-current="page"],
body.bamvp-product-page .bamvp-product-nav a:hover {
    color: var(--ba-ink);
}

body.bamvp-page-home .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-plan .bamvp-product-nav a[aria-current="page"] { border-color: var(--ba-yellow); }
body.bamvp-page-destinations .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-destination-japan .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-route-japan-classic .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-route-japan-city-nature .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-destination-thailand .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-route-thailand-classic .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-route-thailand-north-culture .bamvp-product-nav a[aria-current="page"],
body.bamvp-page-route-thailand-islands .bamvp-product-nav a[aria-current="page"] { border-color: var(--ba-aqua); }
body.bamvp-page-trips .bamvp-product-nav a[aria-current="page"] { border-color: var(--ba-lavender); }
body.bamvp-page-matches .bamvp-product-nav a[aria-current="page"] { border-color: var(--ba-coral); }
body.bamvp-page-account .bamvp-product-nav a[aria-current="page"] { border-color: var(--ba-aqua); }

/* Home: warmer, more social, and less corporate. */
.bamvp-home .bamvp-home-hero-copy {
    background: var(--ba-coral);
    color: var(--ba-ink);
}
.bamvp-home .bamvp-home-hero-copy > .bamvp-home-kicker,
.bamvp-home .bamvp-home-lede,
.bamvp-home .bamvp-home-promises li { color: var(--ba-ink); }
.bamvp-home .bamvp-home-hero h1 {
    color: var(--ba-ink);
    letter-spacing: -.035em;
}
.bamvp-home .bamvp-home-hero h1 em {
    color: var(--ba-ink);
    text-decoration: underline;
    text-decoration-color: var(--ba-yellow);
    text-decoration-thickness: .12em;
    text-underline-offset: .08em;
}
.bamvp-home .bamvp-home-promises li::before { color: var(--ba-ink); }
.bamvp-home-actions .bamvp-button-primary,
.bamvp-home-flow-actions .bamvp-button {
    border-color: var(--ba-yellow) !important;
    background: var(--ba-yellow) !important;
    color: var(--ba-ink) !important;
}
.bamvp-home-actions .bamvp-button-quiet {
    border-color: var(--ba-ink);
    color: var(--ba-ink) !important;
}
.bamvp-home-journey {
    border-color: var(--ba-ink);
    background: var(--ba-paper);
}
.bamvp-home-journey::before { background: var(--ba-yellow); }
.bamvp-journey-match { background: var(--ba-aqua); }
.bamvp-journey-match > div { background: var(--ba-lavender); color: var(--ba-ink); }
.bamvp-journey-match > div > span,
.bamvp-journey-match > div small { color: var(--ba-ink); }
.bamvp-home-outcome-grid { border-color: var(--ba-line); }
.bamvp-home-outcome-grid article:first-child { background: var(--ba-aqua-soft); }
.bamvp-home-outcome-grid article + article { border-color: var(--ba-line); }
.bamvp-home-outcome-grid .bamvp-home-outcome-match { background: var(--ba-yellow); }
.bamvp-home-flow {
    background: var(--ba-lavender);
    color: var(--ba-ink);
}
.bamvp-home-flow h2,
.bamvp-home-flow h3,
.bamvp-home-flow li p,
.bamvp-home-flow-actions > a:last-child { color: var(--ba-ink); }
.bamvp-home-flow > ol,
.bamvp-home-flow > ol > li { border-color: color-mix(in srgb, var(--ba-ink) 38%, transparent); }
.bamvp-home-flow .bamvp-home-section-number,
.bamvp-home-flow > ol > li > span { color: #4b2c86; }
.bamvp-home .bamvp-home-trust { background: var(--ba-aqua); }

/* Plan: yellow decisions, aqua output, lavender privacy. */
body.bamvp-page-plan .bamvp-manual-refine { background: var(--ba-paper); }
body.bamvp-page-plan .bamvp-refine-checks input:checked + span { background: var(--ba-aqua); }
body.bamvp-page-plan .bamvp-plan-output { background: var(--ba-aqua-soft); }
body.bamvp-page-plan .bamvp-plan-after { background: var(--ba-lavender-soft); }
body.bamvp-page-plan .bamvp-plan-followup { background: var(--ba-yellow-soft); }
body.bamvp-page-plan .bamvp-plan-decision-ledger li:nth-child(odd) { background: color-mix(in srgb, var(--ba-yellow) 13%, transparent); }
body.bamvp-page-plan .bamvp-manual-action,
body.bamvp-page-plan .bamvp-button-primary { background: var(--ba-yellow); color: var(--ba-ink); }

/* Destinations: discovery belongs to aqua, availability to yellow. */
body.bamvp-page-destinations .bamvp-guide-hero,
body.bamvp-page-destination-japan .bamvp-guide-hero,
body.bamvp-page-destination-thailand .bamvp-guide-hero { background: var(--ba-aqua); }
body.bamvp-page-destinations .bamvp-guide-row:first-of-type { background: var(--ba-yellow-soft); }
body.bamvp-page-destinations .bamvp-guide-principles,
body.bamvp-page-destination-japan .bamvp-source-ledger { background: var(--ba-paper); }
body.bamvp-page-destination-japan .bamvp-route-family-grid article:first-child { background: var(--ba-yellow-soft); }
body.bamvp-page-destination-japan .bamvp-route-family-grid article:last-child { background: var(--ba-aqua-soft); }
body.bamvp-page-destination-japan .bamvp-japan-publication { background: var(--ba-lavender-soft); }
body.bamvp-page-destination-japan .bamvp-japan-next { background: var(--ba-coral); color: var(--ba-ink); }
body.bamvp-page-destination-thailand .bamvp-source-ledger { background: var(--ba-paper); }
body.bamvp-page-destination-thailand .bamvp-route-family-grid a:nth-child(1) { background: var(--ba-yellow-soft); }
body.bamvp-page-destination-thailand .bamvp-route-family-grid a:nth-child(2) { background: var(--ba-coral-soft); }
body.bamvp-page-destination-thailand .bamvp-route-family-grid a:nth-child(3) { background: var(--ba-aqua-soft); }
body.bamvp-page-destination-thailand .bamvp-thailand-publication { background: var(--ba-lavender-soft); }

/* Route guides: inviting reading surfaces with distinct evidence blocks. */
body[class*="bamvp-page-route-"] .bamvp-route-sheet { color: var(--ba-ink); }
body[class*="bamvp-page-route-"] .bamvp-route-sheet-hero { background: var(--ba-yellow-soft); padding: clamp(2rem, 5vw, 4rem); }
body.bamvp-page-route-japan-city-nature .bamvp-route-sheet-hero { background: var(--ba-aqua-soft); }
body.bamvp-page-route-thailand-north-culture .bamvp-route-sheet-hero { background: var(--ba-coral-soft); }
body.bamvp-page-route-thailand-islands .bamvp-route-sheet-hero { background: var(--ba-aqua-soft); }
body[class*="bamvp-page-route-"] .bamvp-route-sheet-hero,
body[class*="bamvp-page-route-"] .bamvp-route-sheet-stops ol,
body[class*="bamvp-page-route-"] .bamvp-route-sheet-stops li,
body[class*="bamvp-page-route-"] .bamvp-route-sheet-proof { border-color: var(--ba-line); }
body[class*="bamvp-page-route-"] .bamvp-route-extensions { background: var(--ba-coral-soft); }
.bamvp-route-ad {
    width: min(100%, 70rem);
    margin: clamp(1.5rem, 4vw, 3rem) auto;
    overflow: hidden;
}
body[class*="bamvp-page-route-"] .bamvp-route-hotels { background: var(--ba-paper); }
body[class*="bamvp-page-route-"] .bamvp-route-sheet-proof { background: var(--ba-lavender-soft); padding: 3rem; }
body[class*="bamvp-page-route-"] .bamvp-route-sheet-cta { background: var(--ba-coral); }
body.bamvp-page-route-japan-city-nature .bamvp-route-sheet-cta { background: var(--ba-aqua); }
body.bamvp-page-route-thailand-north-culture .bamvp-route-sheet-cta { background: var(--ba-yellow); }
body.bamvp-page-route-thailand-islands .bamvp-route-sheet-cta { background: var(--ba-aqua); }
body[class*="bamvp-page-route-"] .bamvp-hotel-links li a,
body[class*="bamvp-page-route-"] .bamvp-hotel-search { background: var(--ba-yellow); color: var(--ba-ink); }

/* Private records and social matching each get their own unmistakable role. */
body.bamvp-page-trips .bamvp-record-hero,
body.bamvp-page-trips .bamvp-record-gate { background: var(--ba-lavender); }
body.bamvp-page-trips .bamvp-record-dashboard,
body.bamvp-page-trips .bamvp-record-editor { background: var(--ba-lavender-soft); }
body.bamvp-page-trips .bamvp-account-delete {
    margin: 0 0 6rem;
    border-top: 3px solid var(--ba-ink);
    border-bottom: 1px solid var(--ba-ink);
    background: var(--ba-coral-soft);
}
.bamvp-account-delete-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 2rem;
}
.bamvp-account-delete-summary h2,
.bamvp-account-delete-consequences h3 { margin: 0 0 .5rem; }
.bamvp-account-delete-summary p { max-width: 52rem; margin: 0; line-height: 1.6; }
.bamvp-account-delete-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .78fr);
    gap: 2rem 4rem;
    padding: 2rem;
    border-top: 1px solid var(--ba-ink);
    background: var(--ba-paper);
}
.bamvp-account-delete-form[hidden] { display: none; }
.bamvp-account-delete-consequences ul { margin: 1rem 0; padding-inline-start: 1.25rem; }
.bamvp-account-delete-consequences li + li { margin-top: .55rem; }
.bamvp-account-delete-consequences p { max-width: 65ch; line-height: 1.6; }
.bamvp-account-delete-fields label { display: block; margin: 0 0 .4rem; font-weight: 850; }
.bamvp-account-delete-fields input {
    width: 100%;
    min-height: 48px;
    margin: 0;
    border: 1px solid var(--ba-ink);
    border-radius: 0;
    background: var(--ba-paper);
    color: var(--ba-ink);
    font: inherit;
    font-size: 1rem;
}
.bamvp-account-delete-fields input:focus-visible {
    outline: 3px solid var(--ba-focus);
    outline-offset: 3px;
    box-shadow: none;
}
.bamvp-account-delete-fields p { margin: .35rem 0 1.25rem; color: var(--ba-ink); line-height: 1.45; }
.bamvp-account-delete-status,
.bamvp-account-delete-form > .bamvp-button-row { grid-column: 1 / -1; }
.bamvp-account-delete-status:empty { display: none; }
.bamvp-account-delete-status .bamvp-notice { margin: 0; }
body.bamvp-product-page .bamvp-button-danger,
body.bamvp-product-page .bamvp-button-danger:hover,
body.bamvp-product-page .bamvp-button-danger:focus-visible {
    border-color: #6f2117;
    background: #6f2117;
    color: #fff !important;
}
body.bamvp-product-page .bamvp-button-danger-quiet {
    border-color: #6f2117;
    border-radius: 0;
    background: transparent;
    color: #6f2117 !important;
}
body.bamvp-product-page .bamvp-button-danger-quiet:hover,
body.bamvp-product-page .bamvp-button-danger-quiet:focus-visible { background: color-mix(in srgb, var(--ba-coral) 28%, var(--ba-paper)); }
.bamvp-account-deleted {
    margin: 2rem auto 0;
    padding: 1.5rem 2rem;
    border-top: 3px solid var(--ba-ink);
    border-bottom: 1px solid var(--ba-ink);
    background: var(--ba-aqua);
}
.bamvp-account-deleted h2 { margin: 0 0 .35rem; }
.bamvp-account-deleted p { margin: 0; }
body.bamvp-page-matches .bamvp-record-hero,
body.bamvp-page-matches .bamvp-record-gate { background: var(--ba-coral); }
body.bamvp-page-matches .bamvp-record-hero .bamvp-eyebrow,
body.bamvp-page-matches .bamvp-record-hero > div > p,
body.bamvp-page-matches .bamvp-record-hero dt,
body.bamvp-page-matches .bamvp-record-gate p { color: var(--ba-ink); }
body.bamvp-page-matches .bamvp-match-explainer { background: var(--ba-coral-soft); padding: 2.5rem; }
body.bamvp-page-matches .bamvp-record-dashboard { background: var(--ba-paper); }
.bamvp-contact { border-color: var(--ba-ink); background: var(--ba-lavender); }
.bamvp-card-consent { border-left-color: var(--ba-yellow); background: var(--ba-yellow-soft); }

/* Account: private defaults and portable data, kept separate from public cards. */
body.bamvp-page-account .bamvp-record-hero,
body.bamvp-page-account .bamvp-record-gate { background: var(--ba-lavender); }
.bamvp-account-workspace,
.bamvp-account-tools {
    width: min(100% - 2rem, 78rem);
    margin: 0 auto;
    border-top: 3px solid var(--ba-ink);
    padding: clamp(2rem, 5vw, 4rem);
}
.bamvp-account-workspace {
    display: grid;
    grid-template-columns: minmax(15rem, .65fr) minmax(24rem, 1.35fr);
    gap: clamp(2rem, 6vw, 6rem);
    background: var(--ba-lavender-soft);
}
.bamvp-account-intro h2,
.bamvp-account-tools h2 { margin: 0 0 .65rem; }
.bamvp-account-intro .bamvp-eyebrow,
.bamvp-account-tools .bamvp-eyebrow { color: #6f2117; }
.bamvp-profile-form .bamvp-optional { color: var(--ba-ink); }
.bamvp-account-intro p,
.bamvp-account-tools p { max-width: 56ch; line-height: 1.6; }
.bamvp-profile-form { margin: 0; }
.bamvp-profile-fields { min-width: 0; margin: 0; border: 0; padding: 0; }
.bamvp-account-workspace .bamvp-form input:not([type="checkbox"]),
.bamvp-account-workspace .bamvp-form select,
.bamvp-account-tools .bamvp-form input:not([type="checkbox"]),
.bamvp-account-tools .bamvp-form select {
    border-color: var(--ba-ink);
    border-radius: 0;
    background: var(--ba-paper);
}
.bamvp-account-workspace :is(input, select, button):focus-visible,
.bamvp-account-tools :is(input, select, button, a):focus-visible {
    outline: 3px solid var(--ba-focus) !important;
    outline-offset: 3px !important;
    box-shadow: none !important;
}
.bamvp-account-workspace .bamvp-button,
.bamvp-account-tools .bamvp-button { border-radius: 0; }
.bamvp-profile-status:empty,
.bamvp-export-status:empty,
.bamvp-password-status:empty,
.bamvp-notification-status:empty { display: none; }
.bamvp-account-tools {
    background: var(--ba-aqua-soft);
}
.bamvp-account-tools-heading { max-width: 48rem; }
.bamvp-account-tool-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 2rem;
    border-top: 1px solid var(--ba-ink);
    border-bottom: 1px solid var(--ba-ink);
}
.bamvp-account-tool {
    min-width: 0;
    padding: 2rem;
}
.bamvp-account-tool + .bamvp-account-tool { border-inline-start: 1px solid var(--ba-ink); }
.bamvp-account-tool h3 { margin: 0 0 .5rem; }
.bamvp-account-tool > p { margin: 0 0 1rem; }
.bamvp-account-tool > .bamvp-button,
.bamvp-account-tool > .bamvp-text-link { margin-top: .5rem; }
.bamvp-text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--ba-ink);
    text-underline-offset: .2em;
}
.bamvp-password-form {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ba-line);
}
.bamvp-password-form[hidden] { display: none; }
.bamvp-password-form > label { display: block; margin-bottom: 1rem; font-weight: 850; }
.bamvp-password-form input {
    width: 100%;
    min-height: 48px;
    margin-top: .4rem;
    border: 1px solid var(--ba-ink);
    border-radius: 0;
    background: var(--ba-paper);
    color: var(--ba-ink);
    font: inherit;
    font-size: 1rem;
}
.bamvp-account-notifications {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr);
    gap: 2rem;
    margin-top: 2rem;
    padding: 2rem 0;
    border-block: 1px solid var(--ba-ink);
}
.bamvp-account-notifications h3 { margin: 0 0 .5rem; }
.bamvp-account-notifications p { max-width: 66ch; margin: 0; }
.bamvp-notification-choice { display: flex; align-items: start; gap: .7rem; font-weight: 850; line-height: 1.45; }
.bamvp-notification-choice input { flex: 0 0 auto; width: 22px; height: 22px; margin: .1rem 0 0; border: 1px solid var(--ba-ink); border-radius: 0; }
.bamvp-notification-destination { margin-top: .75rem !important; color: var(--ba-ink); }
.bamvp-notification-status { margin-top: 1rem; }
.bamvp-account-notifications .bamvp-button { margin-top: 1rem; }
.bamvp-account-session { margin-top: 2rem; }
.bamvp-registration-paused {
    flex: 1 1 100%;
    margin: .5rem 0 0;
    padding: .85rem 1rem;
    border-top: 1px solid var(--ba-ink);
    border-bottom: 1px solid var(--ba-ink);
    background: var(--ba-yellow-soft);
    color: var(--ba-ink);
}
body.bamvp-page-account .bamvp-account-delete {
    width: min(100% - 2rem, 78rem);
    margin: 0 auto 6rem;
    border-top: 3px solid var(--ba-ink);
    border-bottom: 1px solid var(--ba-ink);
    background: var(--ba-coral-soft);
}

/* Matching: attention is a truthful task count, not a social notification. */
.bamvp-nav-badge {
    display: inline-grid;
    min-width: 1.35rem;
    height: 1.35rem;
    margin-left: .35rem;
    place-items: center;
    border: 1px solid var(--ba-ink);
    border-radius: 50%;
    background: var(--ba-coral);
    color: var(--ba-ink);
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
}
.bamvp-request-inbox > p { max-width: 66ch; }
.bamvp-request-inbox > .bamvp-inbox-status {
    margin: 1rem 0 0;
    padding: .8rem 1rem;
    border-block: 1px solid var(--ba-ink);
    background: var(--ba-yellow-soft);
    color: var(--ba-ink);
    font-weight: 750;
}
.bamvp-request-title { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; min-width: 0; }
.bamvp-request-title h3 { min-width: 0; overflow-wrap: anywhere; }
.bamvp-request-new {
    flex: 0 0 auto;
    padding: .2rem .45rem;
    border: 1px solid var(--ba-ink);
    background: var(--ba-coral);
    color: var(--ba-ink);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.bamvp-request.is-unread .bamvp-request-title h3 { font-weight: 900; }
.bamvp-request-group {
    margin-top: 2rem;
    border-top: 2px solid var(--ba-ink);
    background: var(--ba-paper);
}
.bamvp-request-group--attention { background: var(--ba-coral-soft); }
.bamvp-request-group--waiting { background: var(--ba-yellow-soft); }
.bamvp-request-group--connected { background: var(--ba-aqua-soft); }
.bamvp-request-group--history { background: var(--ba-lavender-soft); }
.bamvp-request-group-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.35rem 1.5rem;
    border-bottom: 1px solid var(--ba-line);
}
.bamvp-request-group-heading h3 { margin: 0 0 .3rem; }
.bamvp-request-group-heading p,
.bamvp-request-empty { margin: 0; line-height: 1.5; }
.bamvp-request-count {
    display: grid;
    min-width: 2.4rem;
    height: 2.4rem;
    place-items: center;
    border: 1px solid var(--ba-ink);
    font-variant-numeric: tabular-nums;
}
.bamvp-request-group > .bamvp-list { padding: 0 1.5rem 1.5rem; }
.bamvp-request-empty { padding: 1.25rem 1.5rem; color: var(--ba-muted); }

body.bamvp-product-page .bamvp-notice-success { background: var(--ba-aqua-soft); color: var(--ba-ink); }
body.bamvp-product-page .bamvp-notice-warning { background: var(--ba-yellow-soft); color: var(--ba-ink); }
body.bamvp-product-page .bamvp-notice-error { background: var(--ba-coral-soft); color: #6f2117; }

@media (max-width: 1000px) {
    body.bamvp-page-plan .bamvp-manual-stage { background: var(--ba-paper); }
    body.bamvp-page-plan .bamvp-manual-stage::before { background: var(--ba-yellow); }
}

@media (max-width: 620px) {
    .bamvp-home .bamvp-home-outcome-grid article + article { border-color: var(--ba-line); }
    body[class*="bamvp-page-route-"] .bamvp-route-sheet-hero,
    body[class*="bamvp-page-route-"] .bamvp-route-sheet-proof,
    body.bamvp-page-matches .bamvp-match-explainer { padding: 2rem 1.25rem; }
    .bamvp-account-delete-summary { display: block; padding: 1.5rem 1.25rem; }
    .bamvp-account-delete-summary .bamvp-button { width: 100%; margin-top: 1.25rem; }
    .bamvp-account-delete-form { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem 1.25rem; }
    .bamvp-account-workspace { grid-template-columns: 1fr; padding: 2rem 1.25rem; }
    .bamvp-account-tools { display: block; padding: 2rem 1.25rem; }
    .bamvp-account-tool-grid { grid-template-columns: 1fr; }
    .bamvp-account-tool { padding: 1.5rem 0; }
    .bamvp-account-tool + .bamvp-account-tool { border-inline-start: 0; border-top: 1px solid var(--ba-ink); }
    .bamvp-account-notifications { grid-template-columns: 1fr; gap: 1.5rem; }
    .bamvp-account-tools .bamvp-button-row { margin-top: 1.25rem; }
    .bamvp-account-tools .bamvp-button { width: 100%; }
    .bamvp-request-group-heading { gap: 1rem; padding: 1.2rem 1rem; }
    .bamvp-request-group > .bamvp-list { padding: 0 1rem 1rem; }
}
