:root {
    --bst-ink: #0a0b0b;
    --bst-ink-soft: #151716;
    --bst-paper: #f1ede3;
    --bst-paper-deep: #ded5c3;
    --bst-gold: #d8b86f;
    --bst-gold-dark: #9b762b;
    --bst-line: rgba(10, 11, 11, .17);
    --bst-muted: #66645f;
    --bst-success: #247748;
    --bst-danger: #a13f32;
}

.bst-portal,
.bst-portal * {
    box-sizing: border-box;
}

body.bst-withdrawal-page {
    background: var(--bst-paper);
}

body.bst-withdrawal-page .page-title,
body.bst-withdrawal-page .entry-header,
body.bst-withdrawal-page .page-header {
    display: none !important;
}

body.bst-withdrawal-page #main,
body.bst-withdrawal-page .page-wrapper,
body.bst-withdrawal-page .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bst-portal {
    width: 100vw;
    max-width: none;
    margin: 0 0 0 calc(50% - 50vw);
    overflow: hidden;
    color: var(--bst-ink);
    background:
        radial-gradient(circle at 12% 48%, rgba(216, 184, 111, .08), transparent 24%),
        var(--bst-paper);
    font-family: inherit;
}

.bst-hero {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr);
    gap: clamp(54px, 7vw, 110px);
    align-items: end;
    padding: clamp(64px, 8vw, 116px) max(6vw, calc((100vw - 1240px) / 2)) 64px;
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(circle at 75% 18%, rgba(216, 184, 111, .22), transparent 24%),
        radial-gradient(circle at 15% 90%, rgba(88, 106, 92, .24), transparent 32%),
        var(--bst-ink);
}

.bst-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background: repeating-linear-gradient(118deg, transparent 0 17px, rgba(255, 255, 255, .045) 17px 18px);
    mask-image: linear-gradient(to right, #000, transparent 72%);
}

.bst-hero__grain {
    position: absolute;
    width: min(32vw, 460px);
    aspect-ratio: 1;
    right: 10vw;
    top: -34%;
    z-index: -1;
    border: 1px solid rgba(216, 184, 111, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 58px rgba(216, 184, 111, .035), 0 0 0 116px rgba(216, 184, 111, .025);
}

.bst-kicker,
.bst-eyebrow {
    margin: 0 0 18px;
    color: var(--bst-gold-dark);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .19em;
    line-height: 1.3;
}

.bst-hero .bst-kicker {
    color: var(--bst-gold);
}

.bst-hero h1 {
    max-width: 840px;
    margin: 0;
    color: #fff;
    font-size: clamp(58px, 7.2vw, 108px);
    font-weight: 800;
    letter-spacing: -.067em;
    line-height: .86;
}

.bst-hero__lead {
    max-width: 730px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: clamp(17px, 1.6vw, 23px);
    line-height: 1.55;
}

.bst-hero__facts {
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.bst-hero__facts > div {
    display: block;
    padding: 17px 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.bst-hero__facts strong {
    display: block;
    margin-bottom: 5px;
    color: var(--bst-gold);
    font-size: 9px;
    letter-spacing: .17em;
}

.bst-hero__facts span {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.bst-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-progress__step {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center;
    min-height: 68px;
    padding: 16px 2px;
    color: #8b877f;
    border-right: 0;
    background: transparent;
}

.bst-progress__step:last-child {
    border-right: 0;
}

.bst-progress__step::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: transparent;
}

.bst-progress__step.is-current {
    color: var(--bst-ink);
    background: transparent;
}

.bst-progress__step.is-current::after,
.bst-progress__step.is-done::after {
    width: 100%;
    background: var(--bst-gold-dark);
}

.bst-progress__marker {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.bst-progress__step.is-current .bst-progress__marker,
.bst-progress__step.is-done .bst-progress__marker {
    border-color: var(--bst-gold-dark);
    background: var(--bst-gold-dark);
}

.bst-progress__step strong {
    font-size: 13px;
    letter-spacing: .02em;
}

.bst-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.62fr) minmax(330px, .78fr);
    gap: 0;
    max-width: 1240px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bst-line);
}

.bst-panel {
    min-width: 0;
    padding: clamp(48px, 6vw, 86px);
    border-right: 0;
    background: transparent;
}

.bst-panel__heading {
    max-width: 780px;
    margin-bottom: 42px;
}

.bst-panel h2,
.bst-sidebar h2,
.bst-success h2,
.bst-error-state h2 {
    margin: 0 0 18px;
    color: var(--bst-ink);
    font-size: clamp(34px, 4.3vw, 63px);
    font-weight: 800;
    letter-spacing: -.052em;
    line-height: .98;
}

.bst-panel__heading > p:last-child,
.bst-success > p,
.bst-error-state > p {
    max-width: 690px;
    margin: 0;
    color: var(--bst-muted);
    font-size: 16px;
    line-height: 1.7;
}

.bst-form {
    position: relative;
}

.bst-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 26px;
}

.bst-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.bst-field > span,
.bst-quantity > span,
.bst-fieldset > legend {
    color: #595750;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1.35;
    text-transform: uppercase;
}

.bst-field input,
.bst-field select,
.bst-field textarea,
.bst-quantity select {
    width: 100%;
    min-height: 54px;
    margin: 0;
    padding: 13px 0 11px;
    color: var(--bst-ink);
    font: inherit;
    font-size: 15px;
    line-height: 1.4;
    border: 0;
    border-bottom: 1px solid #938d82;
    border-radius: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease;
}

body.bst-withdrawal-page .bst-portal .bst-field input,
body.bst-withdrawal-page .bst-portal .bst-field select,
body.bst-withdrawal-page .bst-portal .bst-field textarea,
body.bst-withdrawal-page .bst-portal .bst-quantity select {
    border: 0 !important;
    border-bottom: 1px solid #938d82 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bst-field textarea {
    min-height: 112px;
    resize: vertical;
}

.bst-field input:focus,
.bst-field select:focus,
.bst-field textarea:focus,
.bst-quantity select:focus {
    border-color: var(--bst-ink);
    box-shadow: inset 0 -2px 0 var(--bst-gold-dark);
}

body.bst-withdrawal-page .bst-portal .bst-field input:focus,
body.bst-withdrawal-page .bst-portal .bst-field select:focus,
body.bst-withdrawal-page .bst-portal .bst-field textarea:focus,
body.bst-withdrawal-page .bst-portal .bst-quantity select:focus {
    border-bottom-color: var(--bst-ink) !important;
    box-shadow: inset 0 -2px 0 var(--bst-gold-dark) !important;
}

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

.bst-button {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    min-height: 56px;
    margin: 8px 0 0;
    padding: 17px 22px;
    border: 1px solid transparent;
    border-radius: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.bst-button:hover {
    transform: translateY(-2px);
}

.bst-button:focus-visible,
.bst-footer-access__link:focus-visible,
.bst-terms-notice__cta:focus-visible,
.bst-text-link:focus-visible {
    outline: 3px solid var(--bst-gold);
    outline-offset: 3px;
}

.bst-button--primary {
    min-width: 260px;
    color: #fff;
    background: var(--bst-ink);
}

.bst-button--primary:hover {
    color: var(--bst-ink);
    background: var(--bst-gold);
}

.bst-button--confirm {
    min-width: min(100%, 360px);
    color: var(--bst-ink);
    background: var(--bst-gold);
}

.bst-button--confirm:hover {
    color: #fff;
    background: var(--bst-success);
}

.bst-button--secondary {
    color: #fff;
    background: var(--bst-ink);
}

.bst-button[disabled] {
    opacity: .65;
    transform: none;
    cursor: wait;
}

.bst-order-chip {
    display: grid;
    grid-template-columns: minmax(160px, .55fr) minmax(240px, 1fr);
    gap: 0;
    margin: 0 0 34px;
    border-top: 1px solid var(--bst-line);
    border-bottom: 1px solid var(--bst-line);
    background: transparent;
}

.bst-order-chip > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 20px 18px 0;
    border-right: 1px solid var(--bst-line);
}

.bst-order-chip > div:last-child {
    border-right: 0;
}

.bst-order-chip span,
.bst-reference span,
.bst-review-grid dt,
.bst-success__meta dt {
    color: var(--bst-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bst-order-chip strong {
    overflow-wrap: anywhere;
    color: var(--bst-ink);
    font-size: 14px;
}

.bst-fieldset {
    min-width: 0;
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.bst-fieldset > legend {
    display: block;
    width: 100%;
    margin: 0 0 12px;
}

.bst-scope {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bst-scope > legend {
    grid-column: 1 / -1;
}

.bst-scope > label {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.bst-scope input {
    position: absolute;
    opacity: 0;
}

.bst-scope label > span {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 86px;
    padding: 18px 20px;
    border: 1px solid #a9a194;
    background: transparent;
    transition: border-color .18s ease, background-color .18s ease;
}

.bst-scope input:checked + span {
    border-color: var(--bst-ink);
    background: rgba(216, 184, 111, .12);
    box-shadow: inset 4px 0 0 var(--bst-gold-dark);
}

.bst-scope input:focus-visible + span {
    outline: 3px solid var(--bst-gold);
    outline-offset: 2px;
}

.bst-scope strong {
    color: var(--bst-ink);
    font-size: 15px;
}

.bst-scope small {
    color: var(--bst-muted);
    font-size: 12px;
}

.bst-products {
    border-top: 1px solid var(--bst-line);
}

.bst-products > legend {
    padding-top: 26px;
}

.bst-product-row {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 92px;
    gap: 16px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-product-row__image {
    display: grid;
    place-items: center;
    width: 68px;
    aspect-ratio: 1;
    overflow: hidden;
    color: var(--bst-gold-dark);
    font-size: 11px;
    font-weight: 800;
    background: var(--bst-paper-deep);
}

.bst-product-row__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bst-product-row__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.bst-product-row__copy strong {
    color: var(--bst-ink);
    font-size: 14px;
    line-height: 1.35;
}

.bst-product-row__copy small {
    color: var(--bst-muted);
    font-size: 11px;
    line-height: 1.4;
}

.bst-quantity {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bst-quantity select {
    min-height: 44px;
    padding: 8px 10px;
}

.bst-products.is-full .bst-quantity {
    opacity: .48;
    pointer-events: none;
}

.bst-alert {
    margin: 0 0 28px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 1.55;
    border-left: 4px solid;
}

.bst-alert--error {
    color: #6d271f;
    border-color: var(--bst-danger);
    background: #f7e7e2;
}

.bst-alert--warning {
    color: #5d4718;
    border-color: var(--bst-gold-dark);
    background: #f4e9cb;
}

.bst-review-grid,
.bst-success__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 32px;
    border-top: 1px solid var(--bst-line);
    border-left: 0;
}

.bst-review-grid > div,
.bst-success__meta > div {
    min-width: 0;
    padding: 18px 20px 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-review-grid dd,
.bst-success__meta dd {
    margin: 7px 0 0;
    overflow-wrap: anywhere;
    color: var(--bst-ink);
    font-size: 14px;
    font-weight: 700;
}

.bst-review-products {
    margin-bottom: 28px;
}

.bst-review-products h3 {
    margin: 0;
    padding: 0 0 13px;
    color: var(--bst-ink);
    font-size: 13px;
    letter-spacing: .04em;
    border-bottom: 2px solid var(--bst-ink);
}

.bst-review-products > div {
    display: flex;
    justify-content: space-between;
    gap: 22px;
    padding: 15px 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-review-products span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bst-review-products strong,
.bst-review-products b {
    color: var(--bst-ink);
    font-size: 13px;
}

.bst-review-products small {
    color: var(--bst-muted);
    font-size: 11px;
}

.bst-note {
    margin: 0 0 28px;
    padding: 18px 20px;
    background: var(--bst-paper-deep);
}

.bst-note strong {
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bst-note p {
    margin: 8px 0 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.6;
}

.bst-confirm-callout {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 15px;
    align-items: center;
    margin: 0 0 22px;
    padding: 17px 20px;
    color: #fff;
    background: var(--bst-ink-soft);
}

.bst-confirm-callout > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--bst-gold);
    border: 1px solid var(--bst-gold);
    border-radius: 50%;
    font-weight: 800;
}

.bst-confirm-callout p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.55;
}

.bst-confirm-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.bst-text-link {
    color: var(--bst-muted);
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bst-success,
.bst-error-state {
    max-width: 780px;
}

.bst-success__mark,
.bst-error-state > span:first-child {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0 0 28px;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background: var(--bst-success);
}

.bst-error-state > span:first-child {
    background: var(--bst-danger);
}

.bst-reference {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin: 34px 0 22px;
    padding: 20px;
    border-left: 5px solid var(--bst-gold-dark);
    background: var(--bst-paper-deep);
}

.bst-reference strong {
    color: var(--bst-ink);
    font-size: clamp(24px, 4vw, 40px);
    letter-spacing: .02em;
}

.bst-mail-sent {
    margin: 0 0 22px !important;
    color: var(--bst-success) !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bst-sidebar {
    position: relative;
    padding: clamp(52px, 5vw, 76px) clamp(30px, 4vw, 54px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(216, 184, 111, .14), transparent 34%),
        var(--bst-ink-soft);
}

.bst-sidebar::after {
    content: "";
    position: absolute;
    right: -82px;
    bottom: -96px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(216, 184, 111, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 34px rgba(216, 184, 111, .025);
    pointer-events: none;
}

.bst-sidebar .bst-eyebrow {
    color: var(--bst-gold);
}

.bst-sidebar h2 {
    max-width: 360px;
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(31px, 3vw, 45px);
}

.bst-sidebar__intro {
    max-width: 370px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.65;
}

.bst-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.bst-sidebar li {
    display: block;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.bst-sidebar li strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 12px;
    letter-spacing: .02em;
}

.bst-sidebar li p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    line-height: 1.6;
}

.bst-sidebar__support {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 38px;
    padding: 21px 0 0;
    color: #fff;
    border-top: 1px solid var(--bst-gold);
    background: transparent;
}

.bst-sidebar__support span {
    margin-bottom: 5px;
    color: var(--bst-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bst-sidebar__support a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
}

.bst-rights {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: clamp(54px, 8vw, 120px);
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(68px, 8vw, 108px) clamp(20px, 6vw, 76px);
    color: var(--bst-ink);
}

.bst-rights__header h2 {
    max-width: 510px;
    margin: 0 0 24px;
    color: var(--bst-ink);
    font-size: clamp(38px, 5vw, 67px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .96;
}

.bst-rights__header > p:last-child {
    max-width: 500px;
    margin: 0;
    color: var(--bst-muted);
    font-size: 14px;
    line-height: 1.72;
}

.bst-rights__list {
    border-top: 1px solid var(--bst-ink);
}

.bst-rights__list details {
    margin: 0;
    border-bottom: 1px solid var(--bst-line);
}

.bst-rights__list summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    min-height: 70px;
    padding: 18px 48px 18px 0;
    color: var(--bst-ink);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
    list-style: none;
    cursor: pointer;
}

.bst-rights__list summary::-webkit-details-marker {
    display: none;
}

.bst-rights__list summary span,
.bst-rights__list summary span::after {
    position: absolute;
    right: 2px;
    width: 16px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform .2s ease;
}

.bst-rights__list summary span::after {
    right: 0;
    transform: rotate(90deg);
}

.bst-rights__list details[open] summary span::after {
    transform: rotate(0);
}

.bst-rights__list details[open] summary {
    color: var(--bst-gold-dark);
}

.bst-rights__list details p {
    max-width: 690px;
    margin: -4px 0 0;
    padding: 0 58px 24px 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.72;
}

.bst-rights__note {
    grid-column: 2;
    margin: 0;
    padding-top: 22px;
    color: var(--bst-muted);
    font-size: 11px;
    line-height: 1.65;
    border-top: 1px solid var(--bst-ink);
}

.bst-rights__note strong {
    color: var(--bst-ink);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bst-footer-access {
    width: 100%;
    color: rgba(255, 255, 255, .72);
    border-top: 1px solid rgba(216, 188, 119, .24);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background: #0d0e0e;
}

.bst-footer-access__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: min(100% - 48px, 1300px);
    min-height: 84px;
    margin: 0 auto;
}

.bst-footer-access p {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: 13px;
    line-height: 1.5;
}

.bst-footer-access p span {
    color: var(--bst-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
}

.bst-footer-access__link {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    min-height: 44px;
    padding: 0 2px 0 0;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color .2s ease;
}

.bst-footer-access__link:hover {
    color: var(--bst-gold) !important;
}

.bst-footer-access__link svg,
.bst-terms-notice__cta svg {
    width: 21px;
    height: 21px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform .2s ease;
}

.bst-footer-access__link:hover svg,
.bst-terms-notice__cta:hover svg {
    transform: translateX(4px);
}

.bst-terms-notice {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: clamp(36px, 7vw, 110px);
    margin: 64px 0 30px;
    padding: clamp(34px, 5vw, 68px);
    color: #fff;
    border-top: 3px solid var(--bst-gold);
    background:
        linear-gradient(115deg, rgba(216, 188, 119, .08), transparent 46%),
        var(--bst-ink);
}

.bst-terms-notice__copy {
    max-width: 760px;
}

.bst-terms-notice__eyebrow {
    display: block;
    margin-bottom: 22px;
    color: var(--bst-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 1.2;
}

.bst-terms-notice h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(30px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .98;
}

.bst-terms-notice p {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 15px;
    line-height: 1.72;
}

.bst-terms-notice p.bst-terms-notice__note {
    margin-top: 16px;
    padding-top: 16px;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.bst-terms-notice__cta {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 270px;
    min-height: 58px;
    padding: 0 22px 0 25px;
    color: var(--bst-ink) !important;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.2;
    text-decoration: none !important;
    text-transform: uppercase;
    background: var(--bst-gold);
    transition: background-color .2s ease;
}

.bst-terms-notice__cta:hover {
    color: var(--bst-ink) !important;
    background: #ead59d;
}

.bst-order-withdrawal-link {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin: 28px 0;
    padding: 22px;
    border-left: 4px solid var(--bst-gold-dark);
    background: var(--bst-paper);
}

.bst-order-withdrawal-link p {
    margin: 0;
    color: var(--bst-muted);
    font-size: 13px;
    line-height: 1.55;
}

.bst-order-withdrawal-link p strong {
    color: var(--bst-ink);
}

.bst-thankyou-withdrawal {
    margin: 18px 0;
}

.bst-thankyou-withdrawal a {
    color: var(--bst-ink);
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
    .bst-hero__content,
    .bst-hero__facts,
    .bst-layout {
        animation: bst-rise .55s both cubic-bezier(.2, .65, .3, 1);
    }
    .bst-hero__facts { animation-delay: .08s; }
    .bst-layout { animation-delay: .14s; }
    @keyframes bst-rise {
        from { opacity: 0; transform: translateY(16px); }
        to { opacity: 1; transform: translateY(0); }
    }
}

@media (max-width: 900px) {
    .bst-hero {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 46px;
        padding: 72px 28px 40px;
    }
    .bst-hero h1 {
        font-size: clamp(52px, 13vw, 86px);
    }
    .bst-hero__facts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bst-hero__facts > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 12px;
        border-right: 1px solid rgba(255, 255, 255, .16);
    }
    .bst-layout {
        grid-template-columns: 1fr;
    }
    .bst-panel {
        border-right: 0;
    }
    .bst-sidebar {
        border-top: 1px solid var(--bst-line);
    }
    .bst-sidebar ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .bst-sidebar li {
        display: block;
        padding-right: 18px;
        border-right: 1px solid rgba(255, 255, 255, .14);
    }
    .bst-sidebar li p {
        margin-top: 8px;
    }
    .bst-rights {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .bst-rights__header h2,
    .bst-rights__header > p:last-child {
        max-width: 680px;
    }
    .bst-rights__note {
        grid-column: auto;
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .bst-hero {
        padding: 58px 20px 32px;
    }
    .bst-hero h1 {
        font-size: clamp(42px, 14vw, 60px);
        line-height: .9;
    }
    .bst-hero__lead {
        margin-top: 26px;
        font-size: 16px;
    }
    .bst-hero__facts {
        grid-template-columns: 1fr;
    }
    .bst-hero__facts > div {
        display: block;
        padding: 13px 0;
        border-right: 0;
    }
    .bst-progress__step {
        justify-content: flex-start;
        min-height: 60px;
        gap: 7px;
        padding: 12px 5px;
    }
    .bst-progress__step strong {
        display: block;
        font-size: 10px;
        line-height: 1.25;
    }
    .bst-progress__marker {
        width: 6px;
        height: 6px;
        flex-basis: 6px;
    }
    .bst-panel {
        padding: 42px 20px 50px;
    }
    .bst-panel h2,
    .bst-success h2,
    .bst-error-state h2 {
        font-size: 38px;
    }
    .bst-field-grid,
    .bst-order-chip,
    .bst-scope,
    .bst-review-grid,
    .bst-success__meta {
        grid-template-columns: 1fr;
    }
    .bst-order-chip > div {
        border-right: 0;
        border-bottom: 1px solid var(--bst-line);
    }
    .bst-order-chip > div:last-child {
        border-bottom: 0;
    }
    .bst-product-row {
        grid-template-columns: 54px minmax(0, 1fr) 72px;
        gap: 11px;
    }
    .bst-product-row__image {
        width: 54px;
    }
    .bst-product-row__copy strong {
        font-size: 12px;
    }
    .bst-confirm-form,
    .bst-confirm-form .bst-button,
    .bst-button--primary {
        width: 100%;
    }
    .bst-button {
        min-width: 0;
    }
    .bst-sidebar {
        padding: 42px 20px;
    }
    .bst-sidebar ul {
        display: block;
    }
    .bst-sidebar li {
        display: grid;
        padding-right: 0;
        border-right: 0;
    }
    .bst-sidebar li p {
        margin-top: 0;
    }
    .bst-rights {
        gap: 38px;
        padding: 58px 20px 66px;
    }
    .bst-rights__header h2 {
        font-size: 42px;
    }
    .bst-rights__header > p:last-child {
        font-size: 13px;
    }
    .bst-rights__list summary {
        min-height: 64px;
        padding-right: 36px;
        font-size: 13px;
    }
    .bst-rights__list details p {
        padding-right: 24px;
        font-size: 12px;
    }
    .bst-rights__note {
        font-size: 10px;
    }
    .bst-footer-access__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        width: min(100% - 40px, 1300px);
        padding: 25px 0 27px;
    }
    .bst-footer-access p {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
    }
    .bst-footer-access__link {
        justify-content: space-between;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }
    .bst-terms-notice {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 42px;
        padding: 32px 24px;
    }
    .bst-terms-notice h2 {
        font-size: clamp(30px, 10vw, 42px);
    }
    .bst-terms-notice p {
        font-size: 13px;
    }
    .bst-terms-notice__cta {
        width: 100%;
        min-width: 0;
    }
    .bst-order-withdrawal-link {
        align-items: stretch;
        flex-direction: column;
    }
}

@media print {
    .bst-footer-access,
    .bst-sidebar,
    .bst-progress,
    .bst-rights,
    .bst-button,
    .bst-text-link {
        display: none !important;
    }
    .bst-portal {
        width: 100%;
        margin: 0;
    }
    .bst-layout {
        display: block;
    }
}
