/* ==========================================================================
   Modern broadsheet — visual system for the presell page
   Loaded after every inline <style> block so these rules win.
   ========================================================================== */

:root {
    --bs-paper: #FAF3F6;
    --bs-paper-hi: #FFFAFC;
    --bs-ink: #47263B;
    --bs-red: #A90948;
    --bs-red-dk: #87043A;
    --bs-graphite: #6B5064;
    --bs-plum-2: #5C3A52;
    --bs-rule: #47263B1F;
    --bs-rule-strong: #47263B33;
    --bs-cream: #F2E5EC;
    --bs-serif: "Libre Caslon Text", "Iowan Old Style", Georgia, "Times New Roman", serif;
    --bs-sans: "Source Sans 3", "Source Sans Pro", "Segoe UI", Helvetica, Arial, sans-serif;
    --bs-gutter: clamp(16px, 3vw, 32px);

    /* remap the legacy palette tokens so anything not restyled below still matches */
    --brand-dark: #47263B;
    --brand-mid: #A90948;
    --sage: #A90948;
    --sage-light: #F2E5EC;
    --paper: #F2E5EC;
    --tint: #F2E5EC;
    --line: #47263B1F;
}

/* the legacy sheet scales the root font with the viewport — pin it */
html {
    font-size: 100% !important;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    margin: 0;
    background: var(--bs-paper);
    color: var(--bs-ink);
    font-family: var(--bs-sans);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#smb-page,
#smb-page #ipv1l,
#smb-page #ize0f,
#smb-page #it386b,
#smb-page #ikz28,
#smb-page #ic87q6 {
    font-family: var(--bs-sans);
}

#smb-page img {
    max-width: 100%;
}

/* ---------- disclosure strip + nameplate ---------- */

#smb-page .advertisement {
    background: var(--bs-ink);
    color: var(--bs-paper);
    font-family: var(--bs-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .32em;
    line-height: 1;
    padding: 9px 12px 8px;
    margin: 0;
    text-align: center;
}

#smb-page .logo-bar {
    background: var(--bs-paper);
    border-bottom: 0;
    padding: 26px 0 18px;
}

#smb-page .logo-bar .row {
    justify-content: center;
}

#smb-page .logo-bar .col-lg {
    flex: 0 1 auto;
    max-width: 100%;
    text-align: center;
}

#smb-page #im6k {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ---------- sticky bar (shown by js/view1/sticky-top.js on desktop) ---------- */

#smb-page .logo-bar-fixed {
    background: var(--bs-paper);
    box-shadow: none;
    border-bottom: 4px double var(--bs-ink);
}

#smb-page .fixed-logo-img,
#smb-page #ir667 {
    width: 150px;
    height: auto;
}

#smb-page .fixed-btn-module {
    padding: 10px 0;
}

#smb-page .fixed-btn-module a {
    text-decoration: none;
}

#smb-page .fixed-btn {
    width: auto;
    background: var(--bs-red);
    border-radius: 2px;
    font-family: var(--bs-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 13px 26px;
    margin-top: 0;
    transition: background-color .2s ease;
}

#smb-page .fixed-btn:hover {
    background: var(--bs-red-dk);
}

/* ---------- front page: double rule, huge serif headline, byline, banner ---------- */

.bs-front {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--bs-gutter);
}

.bs-front-inner {
    position: relative;
    border-top: 5px solid var(--bs-ink);
    padding-top: clamp(30px, 5vw, 60px);
    text-align: center;
}

.bs-front-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 1px;
    background: var(--bs-ink);
}

#smb-page .bs-front h1#ifnzy {
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: clamp(2.05rem, 5.6vw, 4.6rem);
    line-height: 1.04;
    letter-spacing: -0.022em;
    color: var(--bs-ink);
    max-width: 19ch;
    margin: 0 auto 22px;
    text-wrap: balance;
    overflow-wrap: break-word;
}

#smb-page .bs-front #i21qvr {
    font-family: var(--bs-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.13rem, 2.1vw, 1.55rem);
    line-height: 1.4;
    color: var(--bs-graphite);
    border: 0;
    padding: 0;
    max-width: 38ch;
    margin: 0 auto 30px;
    text-wrap: balance;
}

#smb-page .bs-front .smb-autor {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--bs-ink);
    border-bottom: 1px solid var(--bs-ink);
    border-radius: 0;
    padding: 11px 0;
    margin: 0;
}

#smb-page .bs-front .smb-autor-img {
    width: 34px;
    height: 34px;
    max-width: 34px;
    max-height: 34px;
    object-fit: cover;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    margin: 0;
}

#smb-page .bs-front .smb-autor-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 14px;
    border: 0;
    padding: 0;
    text-align: center;
}

#smb-page .bs-front .smb-autor-name br {
    display: none;
}

#smb-page .bs-front .smb-autor-name,
#smb-page .bs-front .smb-autor-date {
    display: inline;
    font-family: var(--bs-sans);
    font-variant-caps: all-small-caps;
    letter-spacing: .09em;
    font-size: 17px;
    line-height: 1.3;
}

#smb-page .bs-front .smb-autor-name {
    font-weight: 700;
    color: var(--bs-ink);
}

#smb-page .bs-front .smb-autor-date {
    font-weight: 400;
    color: var(--bs-graphite);
}

#smb-page .bs-front .byline-tag {
    background: transparent;
    color: var(--bs-red);
    border: 1px solid var(--bs-red);
    border-radius: 0;
    font-family: var(--bs-sans);
    font-size: 10.5px;
    letter-spacing: .16em;
    padding: 3px 8px 2px;
    margin: 0;
    vertical-align: middle;
}

.bs-lead-figure {
    margin: clamp(22px, 3.5vw, 40px) 0 0;
}

#smb-page .bs-lead-figure #i97ckk {
    display: block;
    padding: 0;
    min-height: 0;
    min-width: 0;
}

#smb-page .bs-lead-figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bs-caption {
    font-family: var(--bs-sans);
    font-size: 13px;
    font-style: italic;
    color: var(--bs-graphite);
    text-align: left;
    padding: 9px 0 10px;
    border-bottom: 1px solid var(--bs-ink);
}

/* ---------- page grid: article | rule | sidebar ---------- */

#smb-page .smb-page-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--bs-gutter);
    gap: 0;
}

#smb-page .smb-page-left {
    max-width: none;
    padding: clamp(28px, 4vw, 48px) clamp(0px, 3vw, 44px) 20px 0;
    min-width: 0;
}

#smb-page .smb-page-right {
    max-width: 320px;
    flex: 0 0 320px;
    padding: clamp(28px, 4vw, 48px) 0 20px 30px;
    border-left: 1px solid var(--bs-rule-strong);
}

/* ---------- article typography ---------- */

#smb-page .smb-left-main p {
    font-family: var(--bs-sans);
    font-size: 18.5px;
    line-height: 1.68;
    color: #4A2A3F;
    margin: 0 0 1.05em;
}

#smb-page .smb-left-main a:not(.legal-link) {
    color: var(--bs-red);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

#smb-page .smb-left-main a:not(.legal-link):hover {
    color: var(--bs-ink);
}

#smb-page .smb-left-main h2,
#smb-page h2#ibcl2 {
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    line-height: 1.16;
    letter-spacing: -0.012em;
    color: var(--bs-ink);
    border-top: 1px solid var(--bs-ink);
    padding-top: .55em;
    margin: 1.5em 0 .7em;
    text-wrap: balance;
}

#smb-page .smb-left-main h2::after,
#smb-page .comment-new__title::after {
    display: none;
}

#smb-page .smb-left-main h2 br {
    display: none;
}

#smb-page .smb-left-main > section + section {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

#smb-page .smb-left-main a > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

/* ---------- column rhythm bands ---------- */

.bs-band {
    margin: 0 0 clamp(26px, 4vw, 44px);
}

#smb-page .bs-band > a {
    display: block;
    padding: 0 0 10px;
    min-height: 0;
    min-width: 0;
    margin: .3em 0 1.3em;
    border-bottom: 1px solid var(--bs-rule-strong);
    text-decoration: none;
}

/* 3-column newspaper band */
.bs-band--3 {
    columns: 3 13.5rem;
    column-gap: 2.4rem;
    column-rule: 1px solid var(--bs-rule-strong);
}

#smb-page .bs-band--3 h2,
#smb-page .bs-band--3 > a {
    column-span: all;
    -webkit-column-span: all;
}

#smb-page .bs-band--3 > h2:first-child {
    margin-top: .6em;
}

#smb-page .bs-band--3 p {
    font-size: 17px;
    line-height: 1.62;
    orphans: 3;
    widows: 3;
}

/* drop-cap lead */
.bs-band--lead {
    padding-top: 4px;
}

#smb-page .bs-band--lead p.lead {
    font-size: 18px;
    line-height: 1.62;
    color: var(--bs-ink);
}

#smb-page .bs-band--lead p.lead b:first-child {
    color: var(--bs-ink);
    font-family: var(--bs-sans);
    font-weight: 700;
    font-variant-caps: all-small-caps;
    letter-spacing: .08em;
}

#smb-page .bs-band--lead p.lead::first-letter {
    float: left;
    font-family: var(--bs-serif);
    font-weight: 700;
    font-variant-caps: normal;
    font-size: 4.5em;
    line-height: .82;
    color: var(--bs-red);
    padding: 6px 10px 0 0;
}

/* single measure band */
.bs-band--1 {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

/* 2-column band */
.bs-band--2 {
    columns: 2 17rem;
    column-gap: 2.6rem;
    column-rule: 1px solid var(--bs-rule-strong);
}

#smb-page .bs-band--2 h2 {
    column-span: all;
    -webkit-column-span: all;
}

#smb-page .bs-band--2 > a {
    break-inside: avoid;
    margin-top: 0;
}

/* pull-quotes: large italic serif between red hairlines */
#smb-page .smb-left-main h2.pull-quote {
    position: relative;
    font-family: var(--bs-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(1.6rem, 3.6vw, 2.65rem);
    line-height: 1.22;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--bs-ink);
    background: var(--bs-cream);
    border: 0;
    border-top: 1px solid var(--bs-red);
    border-bottom: 1px solid var(--bs-red);
    border-radius: 0;
    padding: 1.05em clamp(12px, 5%, 56px);
    margin: clamp(30px, 5vw, 56px) 0;
}

#smb-page .smb-left-main h2.pull-quote::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 4px;
    height: 1px;
    background: var(--bs-red);
    opacity: .45;
}

/* list sections -> ruled 2-column grid */
#smb-page .bs-band--list > a {
    max-width: 100%;
}

#smb-page .smb-left-main p.bs-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    columns: auto;
    column-count: auto;
    column-rule: none;
    background: transparent;
    border: 0;
    border-top: 2px solid var(--bs-ink);
    border-bottom: 1px solid var(--bs-ink);
    border-radius: 0;
    padding: 0;
    margin: 0 0 1.6em;
    font-size: 16.5px;
    line-height: 1.55;
}

#smb-page .smb-left-main p.bs-grid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: var(--bs-rule-strong);
}

.bs-li {
    display: block;
    position: relative;
    padding: 15px 20px 15px 0;
    border-bottom: 1px solid var(--bs-rule);
    min-width: 0;
}

.bs-li br {
    display: none;
}

.bs-grid .bs-li:nth-child(even) {
    padding: 15px 0 15px 20px;
}

.bs-grid .bs-li--intro ~ .bs-li:nth-child(even) {
    padding: 15px 20px 15px 0;
}

.bs-grid .bs-li--intro ~ .bs-li:nth-child(odd) {
    padding: 15px 0 15px 20px;
}

.bs-li--intro {
    grid-column: 1 / -1;
    z-index: 1;
    background: var(--bs-paper);
    font-family: var(--bs-serif);
    font-style: italic;
    font-size: 1.12em;
    padding: 14px 0 !important;
    border-bottom: 1px solid var(--bs-ink);
}

.bs-grid .bs-li:nth-last-child(1) {
    border-bottom: 0;
}

/* ---------- shared module heading ---------- */

#smb-page .mod-section {
    margin: clamp(46px, 7vw, 80px) 0;
}

#smb-page .smb-left-main h2.mod-head,
#smb-page .comment-new h2.comment-new__title,
#smb-page h2#ibcl2 {
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -0.018em;
    color: var(--bs-ink);
    border-top: 5px solid var(--bs-ink);
    padding-top: .5em;
    margin: 0 0 12px;
    position: relative;
}

#smb-page .smb-left-main h2.mod-head::before,
#smb-page .comment-new h2.comment-new__title::before,
#smb-page h2#ibcl2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    height: 1px;
    background: var(--bs-paper);
}

#smb-page .smb-left-main p.mod-sub {
    font-family: var(--bs-serif);
    font-style: italic;
    font-size: 18px;
    line-height: 1.55;
    color: var(--bs-graphite);
    max-width: 52ch;
    margin: 0 0 30px;
}

/* ---------- #mod-features: masonry of ruled cards ---------- */

#smb-page .bento {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: row dense;
    gap: 18px;
}

#smb-page .bento-card {
    grid-column: span 2;
    position: relative;
    overflow: hidden;
    background: var(--bs-paper-hi);
    border: 1px solid var(--bs-rule-strong);
    border-top: 3px solid var(--bs-red);
    border-radius: 0;
    padding: 24px 22px 24px;
    box-shadow: none;
    transition: transform .25s ease, border-color .25s ease;
}

#smb-page .bento-card:hover {
    transform: translateY(-3px);
    box-shadow: none;
    border-color: var(--bs-ink);
    border-top-color: var(--bs-red);
}

#smb-page .bento-card.is-feature {
    grid-column: span 4;
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--bs-ink);
    border-color: var(--bs-ink);
    border-top: 3px solid var(--bs-red);
    padding: clamp(26px, 4vw, 40px);
    min-height: 330px;
}

#smb-page .bento-card.is-wide {
    grid-column: span 2;
}

#smb-page .bento-card .ico-bg {
    right: -26px;
    top: -26px;
    width: 150px;
    height: 150px;
    color: var(--bs-ink);
    opacity: .06;
}

#smb-page .bento-card.is-feature .ico-bg {
    width: 260px;
    height: 260px;
    right: -40px;
    top: -40px;
    color: var(--bs-paper);
    opacity: .08;
}

#smb-page .bento-card .ico-chip {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--bs-ink);
    margin-bottom: 18px;
}

#smb-page .bento-card .ico-fg {
    width: 22px;
    height: 22px;
    color: var(--bs-red);
    stroke-width: 1.8;
}

#smb-page .bento-card.is-feature .ico-chip {
    background: var(--bs-red);
    border-color: var(--bs-red);
}

#smb-page .bento-card.is-feature .ico-fg {
    color: var(--bs-paper);
}

#smb-page .bento-card .bento-title {
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.25;
    color: var(--bs-ink);
    margin: 0 0 8px;
}

#smb-page .smb-left-main .bento-card .bento-text {
    font-family: var(--bs-sans);
    font-size: 15.5px;
    line-height: 1.58;
    color: var(--bs-graphite);
    margin: 0;
}

#smb-page .bento-card.is-feature .bento-title {
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    line-height: 1.12;
    color: var(--bs-paper);
    max-width: 18ch;
}

#smb-page .smb-left-main .bento-card.is-feature .bento-text {
    color: #E0CED8;
    opacity: 1;
    font-size: 17px;
    max-width: 44ch;
}

/* ---------- #mod-how: vertical timeline ---------- */

#smb-page .steps {
    position: relative;
    padding-left: 0;
}

#smb-page .steps::before {
    left: 23px;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: var(--bs-ink);
}

#smb-page .step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 24px;
    margin-bottom: 0;
}

#smb-page .step-node {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bs-red);
    border: 0;
    box-shadow: 0 0 0 6px var(--bs-paper);
}

#smb-page .step-node svg {
    width: 21px;
    height: 21px;
    color: var(--bs-paper);
}

#smb-page .step-body {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 16px;
    padding: 8px 0 26px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--bs-rule-strong);
}

#smb-page .step:last-child .step-body {
    border-bottom: 0;
    margin-bottom: 0;
}

#smb-page .step-title {
    order: 1;
    flex: 1 1 14rem;
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.25;
    color: var(--bs-ink);
    margin: 0 0 6px;
    min-width: 0;
}

#smb-page .step-idx {
    order: 2;
    margin: 0 0 6px auto;
    font-family: var(--bs-sans);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: none;
    font-variant-caps: all-small-caps;
    color: var(--bs-red);
}

#smb-page .smb-left-main .step-text {
    order: 3;
    flex: 1 1 100%;
    font-size: 16.5px;
    line-height: 1.62;
    color: var(--bs-graphite);
    margin: 0;
    max-width: 58ch;
}

/* ---------- customer reviews: featured + supporting ---------- */

#smb-page #idabg {
    margin-top: clamp(46px, 7vw, 80px);
}

#smb-page .presell-comment-px {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    gap: 18px;
    margin: 24px 0 clamp(46px, 7vw, 80px);
}

#smb-page .presell-comment-px .comment-module {
    display: flex;
    flex-direction: column;
    background: var(--bs-paper-hi) !important;
    border: 1px solid var(--bs-rule-strong);
    border-radius: 0;
    padding: 16px;
    margin: 0;
    box-shadow: none;
}

#smb-page .presell-comment-px .comment-module:first-child {
    grid-row: span 2;
    border-top: 3px solid var(--bs-red);
    padding: 20px;
}

#smb-page .presell-comment-px .comment-module-img {
    flex: 0 0 auto;
    padding: 0;
    margin: 0 0 14px;
}

#smb-page .presell-comment-px .comment-product-img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 0;
}

#smb-page .presell-comment-px .comment-module:first-child .comment-product-img {
    height: 300px;
}

#smb-page .presell-comment-px .comment-module-content {
    margin: 0;
}

#smb-page .presell-comment-px .approve-module {
    border-bottom: 1px solid var(--bs-rule);
}

#smb-page .presell-comment-px .approve-user-name {
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: 16px;
    color: var(--bs-ink);
}

#smb-page .presell-comment-px .user-comment-content {
    display: block;
    font-family: var(--bs-sans);
    font-size: 15.5px;
    line-height: 1.6;
    color: #4F2E44;
}

#smb-page .presell-comment-px .comment-module:first-child .user-comment-content {
    font-family: var(--bs-serif);
    font-style: italic;
    font-size: clamp(1.15rem, 1.9vw, 1.4rem);
    line-height: 1.5;
    color: var(--bs-ink);
    padding-top: 10px;
}

#smb-page .presell-comment-px .user-comment-content::before {
    font-family: var(--bs-serif);
    color: var(--bs-red);
    opacity: .16;
    font-size: 84px;
}

#smb-page .presell-comment-px .comment-module:first-child .user-comment-content::before {
    font-size: 140px;
    top: -46px;
    opacity: .18;
}

/* ---------- #mod-faq: hairline accordion with plus icons ---------- */

#smb-page .faq {
    border-top: 2px solid var(--bs-ink);
}

#smb-page .faq details {
    border-bottom: 1px solid var(--bs-rule-strong);
}

#smb-page .faq summary {
    gap: 18px;
    padding: 20px 0;
    font-family: var(--bs-serif);
    font-weight: 400;
    font-size: clamp(1.08rem, 1.7vw, 1.25rem);
    line-height: 1.35;
    color: var(--bs-ink);
}

#smb-page .faq summary .q-ico,
#smb-page .faq summary .chev {
    display: none;
}

#smb-page .faq summary::after {
    content: "";
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-left: auto;
    background:
        linear-gradient(var(--bs-red), var(--bs-red)) center / 100% 1.5px no-repeat,
        linear-gradient(var(--bs-red), var(--bs-red)) center / 1.5px 100% no-repeat;
    transition: transform .25s ease;
}

#smb-page .faq details[open] summary {
    color: var(--bs-red);
}

#smb-page .faq details[open] summary::after {
    transform: rotate(45deg);
}

#smb-page .faq summary:focus-visible {
    outline: 2px solid var(--bs-red);
    outline-offset: 2px;
}

#smb-page .smb-left-main .faq .faq-a {
    font-size: 16.5px;
    line-height: 1.66;
    color: var(--bs-graphite);
    padding: 0 44px 24px 0;
    margin: 0;
    max-width: 62ch;
}

#smb-page .smb-left-main .faq .faq-a a.legal-link {
    color: var(--bs-red);
}

/* ---------- offer: dashed "clipping" panel ---------- */

#smb-page .smb-left-main section.bs-clipping {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(20px, 3.5vw, 36px);
    align-items: start;
    background: var(--bs-cream);
    border: 2px dashed var(--bs-graphite);
    padding: clamp(22px, 4vw, 44px);
    margin: clamp(40px, 6vw, 72px) 0 20px;
}

#smb-page .bs-clipping > * {
    grid-column: 1 / -1;
    min-width: 0;
}

.bs-clipping .bs-scissors {
    position: absolute;
    top: -14px;
    left: 34px;
    width: 26px;
    height: 26px;
    padding: 2px;
    color: var(--bs-ink);
    background: var(--bs-paper);
    transform: rotate(0deg);
}

#smb-page .smb-left-main .bs-clipping h2 {
    border-top: 0;
    padding-top: 0;
    margin: 0 0 .45em;
}

#smb-page .smb-left-main .bs-clipping h2#itz7s6 {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    line-height: 1.1;
}

#smb-page .smb-left-main .bs-clipping h2#iaw6y7 {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    color: var(--bs-red);
    margin-top: .6em;
    padding-top: .6em;
    border-top: 1px solid var(--bs-rule-strong);
}

#smb-page .smb-left-main .bs-clipping p {
    font-size: 17px;
}

#smb-page .bs-clipping #ipokaj {
    grid-column: 1;
    grid-row: 6 / span 2;
    padding: 0;
    min-height: 0;
    margin: 10px 0 0;
    background: var(--bs-paper-hi);
    border: 1px solid var(--bs-rule-strong);
}

#smb-page .bs-clipping #ir7ja4 {
    grid-column: 2;
    grid-row: 6;
    margin: 10px 0 16px;
}

#smb-page .smb-left-main .bs-clipping #ifwu9i {
    grid-column: 2;
    grid-row: 7;
    background: var(--bs-paper-hi);
    border: 1px solid var(--bs-rule-strong);
    border-radius: 0;
    padding: 18px 20px;
    font-size: 15.5px;
    line-height: 1.6;
    margin: 0;
}

/* ---------- CTA buttons ---------- */

#smb-page .smb-click-button {
    width: 100%;
    background: var(--bs-red) !important;
    box-shadow: none !important;
    border-radius: 2px;
    padding: 0;
    margin: 22px 0;
    transition: background-color .2s ease;
}

#smb-page .smb-click-button:hover {
    background: var(--bs-red-dk) !important;
}

#smb-page .smb-left-main .smb-click-button a.banner-button {
    display: block;
    color: #fff;
    text-decoration: none;
}

#smb-page .smb-click-button .banner-button-text {
    padding: 18px 20px;
    font-family: var(--bs-sans);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1.3;
    text-transform: uppercase;
}

#smb-page .smb-click-button .banner-button-text span::after {
    content: "\2192";
    display: inline-block;
    margin-left: .55em;
    transition: transform .2s ease;
}

#smb-page .smb-click-button:hover .banner-button-text span::after {
    transform: translateX(4px);
}

#smb-page #ihawlm {
    margin: 0 0 30px;
}

/* ---------- sidebar ---------- */

#smb-page .smb-right-main,
#smb-page #inzdtz {
    top: 110px;
    background: var(--bs-paper-hi);
    border: 1px solid var(--bs-rule-strong);
    border-top: 5px solid var(--bs-ink);
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

#smb-page .smb-right-product-text {
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-rule-strong);
    padding: 14px 18px 12px;
}

#smb-page .smb-right-product-text a,
#smb-page .smb-right-product-text a#ifu9ko {
    color: var(--bs-ink) !important;
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
}

#smb-page .smb-right-content #iehasg {
    display: block;
    padding: 14px 14px 0;
}

#smb-page .smb-right-content img {
    display: block;
    width: 100%;
    height: auto;
}

#smb-page .smb-content-text {
    padding: 4px 16px 18px;
}

#smb-page .smb-right-slogan-text,
#smb-page #itksn7 {
    font-family: var(--bs-serif);
    font-style: italic;
    font-size: 17px;
    line-height: 1.4;
    margin: 12px 0 14px;
}

#smb-page .smb-right-slogan-text a {
    color: var(--bs-ink);
    font-weight: 400;
    text-decoration: none;
}

#smb-page .smb-page-right .smb-right-button,
#smb-page #i18h8r {
    background: var(--bs-red);
    border-radius: 2px;
    box-shadow: none;
    margin-top: 6px;
    padding: 0;
    transition: background-color .2s ease;
}

#smb-page .smb-page-right .smb-right-button:hover {
    background: var(--bs-red-dk);
}

#smb-page .smb-right-button a {
    display: block;
    text-decoration: none;
}

#smb-page .smb-right-button .banner-button-text,
#smb-page #is3gra {
    font-family: var(--bs-sans);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 14px 12px;
}

/* ---------- mobile bottom CTA bar ---------- */

#ipdfs5.smb-button-bottom {
    background: rgba(71, 38, 59, .96);
    border-top: 3px solid var(--bs-red);
}

#ipdfs5 .smb-right-button,
#ipdfs5 #inicgd {
    background: var(--bs-red);
    border-radius: 2px;
    box-shadow: none;
    margin-top: 10px;
}

#ipdfs5 .smb-right-button a,
#ipdfs5 #ic87q6 {
    font-family: var(--bs-sans);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

/* ---------- comments: "Letters" ---------- */

#smb-page .comment-new {
    font-family: var(--bs-sans);
    margin-top: clamp(40px, 6vw, 70px);
}

#smb-page .comment-new__container,
#smb-page #i0b4it {
    column-count: auto;
    columns: auto;
    background: transparent;
    border-radius: 0;
    border-top: 2px solid var(--bs-ink);
    padding: 0;
    margin: 20px 0 50px;
}

#smb-page .comment-new__item,
#smb-page .comment-new__item:nth-child(3n) {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--bs-rule-strong);
    border-radius: 0;
    padding: 22px 0;
    margin: 0;
}

#smb-page .comment-new__author {
    display: contents;
}

#smb-page .comment-new__author .picture {
    grid-column: 1;
    grid-row: 1 / span 3;
}

#smb-page .comment-new .comment-new__avatar {
    width: 44px;
    height: 44px;
    max-width: 44px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
    display: block;
}

#smb-page .comment-new .comment-new__author-name {
    grid-column: 2;
    font-family: var(--bs-serif);
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
    color: var(--bs-ink);
    margin: 0 0 6px;
}

#smb-page .comment-new .comment-new__text {
    grid-column: 2;
    font-family: var(--bs-sans);
    font-size: 17px;
    line-height: 1.6;
    color: #4A2A3F;
    margin: 0 0 8px;
}

#smb-page .comment-new .comment-new__verified {
    grid-column: 2;
    font-family: var(--bs-sans);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .1em;
    font-variant-caps: all-small-caps;
    color: var(--bs-graphite);
    margin: 0;
}

/* ---------- footer ---------- */

#smb-page .smb-page-footer,
.smb-page-footer#iqthqv {
    background: var(--bs-ink);
    border-top: 4px solid var(--bs-red);
    padding: clamp(36px, 5vw, 56px) var(--bs-gutter) 34px;
    margin-top: 40px;
}

#iqthqv .smb-footer-main {
    max-width: 980px;
}

#iqthqv .smb-footer-main p,
#iqthqv .smb-footer-main p[id] {
    font-family: var(--bs-sans);
    font-size: 12.5px;
    line-height: 1.65;
    color: #C2AAB9;
    margin: 6px 0;
}

#iqthqv .smb-footer-company {
    border-top: 1px solid rgba(250, 243, 246, .2);
    border-bottom: 1px solid rgba(250, 243, 246, .2);
    padding: 18px 0;
    margin: 0 auto 22px;
}

#iqthqv .smb-footer-company p {
    font-size: 14px;
    color: #EADCE4;
}

#iqthqv .smb-footer-company strong {
    font-family: var(--bs-serif);
    font-size: 17px;
    font-weight: 700;
    color: var(--bs-paper);
}

#iqthqv .smb-footer-main a {
    color: var(--bs-paper);
    font-size: inherit;
}

#iqthqv p#ie8r7e {
    font-size: 13.5px;
    color: #EADCE4;
    margin-bottom: 18px;
}

#iqthqv .smb-footer-nav {
    margin: 24px 0 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(250, 243, 246, .2);
}

#iqthqv .smb-footer-nav a {
    font-family: var(--bs-sans);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .08em;
    font-variant-caps: all-small-caps;
    color: var(--bs-paper);
    margin: 4px 12px;
}

#iqthqv .smb-footer-nav a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---------- responsive ---------- */

@media (max-width: 1080px) {
    #smb-page .smb-page-right {
        flex-basis: 280px;
        max-width: 280px;
        padding-left: 22px;
    }

    #smb-page .bento-card,
    #smb-page .bento-card.is-wide {
        grid-column: span 3;
    }

    #smb-page .bento-card.is-feature {
        grid-column: span 6;
        grid-row: auto;
        min-height: 0;
    }
}

@media (max-width: 768px) {
    #smb-page .smb-page-main {
        flex-direction: column;
    }

    #smb-page .smb-page-left {
        padding: 26px 0 10px;
    }

    #smb-page .smb-page-right {
        flex-basis: auto;
        max-width: 100%;
        border-left: 0;
        border-top: 1px solid var(--bs-ink);
        padding: 26px 0 20px;
    }

    #smb-page .smb-right-main {
        max-width: 420px;
        margin: 0 auto;
    }

    #smb-page .bs-front .smb-autor-name,
    #smb-page .bs-front .smb-autor-date {
        font-size: 16px;
    }

    .bs-lead-figure {
        margin-left: calc(-1 * var(--bs-gutter));
        margin-right: calc(-1 * var(--bs-gutter));
    }

    #smb-page .bs-lead-figure img {
        aspect-ratio: 4 / 3;
    }

    .bs-caption {
        padding-left: var(--bs-gutter);
        padding-right: var(--bs-gutter);
    }

    #smb-page .smb-left-main p {
        font-size: 17.5px;
    }

    /* pull-quotes break out full-bleed on small screens */
    #smb-page .smb-left-main h2.pull-quote {
        box-shadow: 0 0 0 100vmax var(--bs-cream);
        clip-path: inset(0 -100vmax);
        border-top: 0;
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background:
            linear-gradient(var(--bs-red), var(--bs-red)) top / 100% 1px no-repeat,
            linear-gradient(var(--bs-red), var(--bs-red)) bottom / 100% 1px no-repeat,
            var(--bs-cream);
    }

    #smb-page .smb-left-main h2.pull-quote::before {
        display: none;
    }

    #smb-page .presell-comment-px {
        grid-template-columns: minmax(0, 1fr);
    }

    #smb-page .presell-comment-px .comment-module:first-child {
        grid-row: auto;
    }

    #smb-page .presell-comment-px .comment-product-img,
    #smb-page .presell-comment-px .comment-module:first-child .comment-product-img {
        height: 210px;
    }

    #smb-page .smb-left-main section.bs-clipping {
        grid-template-columns: minmax(0, 1fr);
    }

    #smb-page .bs-clipping #ipokaj,
    #smb-page .bs-clipping #ir7ja4,
    #smb-page .smb-left-main .bs-clipping #ifwu9i {
        grid-column: 1;
        grid-row: auto;
    }

    #smb-page .bs-clipping #ipokaj {
        margin: 0 0 16px;
    }
}

@media (max-width: 600px) {
    #smb-page .smb-left-main p.bs-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    #smb-page .smb-left-main p.bs-grid::before {
        display: none;
    }

    .bs-grid .bs-li,
    .bs-grid .bs-li:nth-child(even),
    .bs-grid .bs-li--intro ~ .bs-li:nth-child(even),
    .bs-grid .bs-li--intro ~ .bs-li:nth-child(odd) {
        padding: 13px 0;
    }

    #smb-page .bento-card,
    #smb-page .bento-card.is-wide,
    #smb-page .bento-card.is-feature {
        grid-column: 1 / -1;
    }

    #smb-page .step {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 16px;
    }

    #smb-page .steps::before {
        left: 19px;
    }

    #smb-page .step-node {
        width: 40px;
        height: 40px;
    }

    #smb-page .step-node svg {
        width: 18px;
        height: 18px;
    }

    #smb-page .smb-click-button .banner-button-text {
        font-size: 15px;
        letter-spacing: .06em;
        padding: 16px 14px;
    }

    #smb-page .smb-left-main .faq .faq-a {
        padding-right: 0;
    }

    #smb-page .comment-new__item,
    #smb-page .comment-new__item:nth-child(3n) {
        grid-template-columns: 36px minmax(0, 1fr);
        column-gap: 14px;
    }

    #smb-page .comment-new .comment-new__avatar {
        width: 36px;
        height: 36px;
    }
}

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

    #smb-page .bento-card:hover {
        transform: none;
    }
}

/* ---------- refinements ---------- */

#smb-page .presell-comment-px .approve-module-img {
    width: 16px;
    max-width: 16px;
    height: auto;
    margin: 0;
}

#smb-page .presell-comment-px .approve-module-star-img {
    width: 86px;
    max-width: 86px;
    height: auto;
    margin: 0 0 0 auto;
}

/* timeline connector drawn per step so it ends at the last node */
#smb-page .steps::before {
    display: none;
}

#smb-page .step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 23px;
    top: 48px;
    bottom: 0;
    width: 1px;
    background: var(--bs-ink);
}

#smb-page #i9lga3,
#smb-page #ibnh77 {
    color: var(--bs-red);
}

@media (max-width: 600px) {
    #smb-page .step:not(:last-child)::after {
        left: 19px;
        top: 40px;
    }
}

@media (max-width: 600px) {
    #smb-page .step-idx {
        order: 4;
        flex-basis: 100%;
        margin: 10px 0 0;
    }
}

/* compliance: no star ratings on reader reviews */
#smb-page .approve-module-star-img {
    display: none !important;
}

/* compliance: offer image carries a baked-in discount badge — hide it, let the CTA + notes span the panel */
#smb-page .bs-clipping #ipokaj {
    display: none !important;
}

#smb-page .bs-clipping #ir7ja4,
#smb-page .smb-left-main .bs-clipping #ifwu9i {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
}
