body.page .entry-title,
body.page .page-title,
body.page h1.entry-title {
    display: none !important;
}

.bv24 {
      --ink: #17201a;
      --muted: #5a6b60;
      --paper: #fbfbf4;
      --rose: #b43b57;
      --leaf: #2f7a4b;
      --sun: #f3c969;
      --lilac: #8a6fb1;
      --line: rgba(23, 32, 26, 0.14);
      background: #fbfbf4;
      color: var(--ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .bv24 * {
      box-sizing: border-box;
    }

    .bv24 a {
      color: inherit;
      text-decoration: none !important;
    }

    .bv24 img {
      display: block;
      height: auto;
      max-width: 100%;
    }

    .bv24-shell {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0 22px;
    }

    .bv24-topbar {
      align-items: center;
      display: flex;
      gap: 16px;
      justify-content: space-between;
      padding: 18px 0;
    }

    .bv24-brand {
      align-items: center;
      display: flex;
      gap: 10px;
      min-width: 0;
    }

    .bv24-brand-mark {
      align-items: center;
      background: var(--leaf);
      border-radius: 8px;
      color: #fff;
      display: inline-flex;
      font-size: 1rem;
      font-weight: 900;
      height: 38px;
      justify-content: center;
      line-height: 1;
      width: 38px;
    }

    .bv24-brand-text {
      display: grid;
      gap: 1px;
    }

    .bv24-brand-text strong {
      font-size: 1.02rem;
      line-height: 1.05;
    }

    .bv24-brand-text span {
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 760;
      text-transform: uppercase;
    }

    .bv24-nav {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-end;
    }

    .bv24-pill,
    .bv24-button {
      align-items: center;
      border-radius: 8px;
      display: inline-flex;
      font-weight: 860;
      justify-content: center;
      min-height: 42px;
      padding: 10px 14px;
    }

    .bv24-pill {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid var(--line);
      color: var(--ink);
      font-size: 0.9rem;
    }

    .bv24-button {
      background: var(--rose);
      border: 1px solid var(--rose);
      color: #fff !important;
      font-size: 0.92rem;
    }

    .bv24-tool-hero {
      display: grid;
      gap: 28px;
      grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
      padding: 40px 0 58px;
    }

    .bv24 h1,
    .bv24 h2,
    .bv24 h3,
    .bv24 p {
      margin: 0;
    }

    .bv24 h1 {
      font-size: clamp(3rem, 7vw, 7.2rem);
      letter-spacing: 0;
      line-height: 0.88;
    }

    .bv24 h2 {
      font-size: clamp(1.8rem, 3vw, 3rem);
      letter-spacing: 0;
      line-height: 1;
    }

    .bv24 h3 {
      font-size: 1rem;
      line-height: 1.18;
    }

    .bv24-kicker {
      color: var(--rose);
      font-size: 0.82rem;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .bv24-lede {
      color: #34473a;
      font-size: clamp(1.05rem, 1.6vw, 1.32rem);
      line-height: 1.55;
      max-width: 660px;
    }

    .bv24-copy-stack {
      align-self: center;
      display: grid;
      gap: 22px;
    }

    .bv24-tool-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      display: grid;
      gap: 18px;
      padding: 18px;
    }

    .bv24-step {
      border-bottom: 1px solid var(--line);
      display: grid;
      gap: 10px;
      padding-bottom: 16px;
    }

    .bv24-step:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
    }

    .bv24-step label {
      color: var(--muted);
      font-size: 0.82rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .bv24 .ocs-choice-list button {
      background: #f7f7ef !important;
      border-color: rgba(23, 32, 26, 0.16) !important;
      color: var(--ink) !important;
    }

    .bv24 .ocs-choice-list button.is-active {
      background: var(--leaf) !important;
      border-color: var(--leaf) !important;
      color: #fff !important;
    }

    .bv24-result {
      background: #17201a;
      border-radius: 8px;
      color: #fff;
      display: grid;
      gap: 14px;
      min-height: 240px;
      padding: 18px;
    }

    .bv24-result p {
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.5;
    }

    .bv24-result img {
      aspect-ratio: 16 / 9;
      border-radius: 8px;
      object-fit: cover;
      width: 100%;
    }

    .bv24-result-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .bv24-result-actions a {
      align-items: center;
      background: #fff;
      border-radius: 8px;
      color: #17201a !important;
      display: inline-flex;
      font-weight: 900;
      justify-content: center;
      min-height: 40px;
      padding: 9px 12px;
    }

    .bv24-result-actions a:first-child {
      background: var(--sun);
    }

    .bv24-product-strip {
      border-top: 1px solid var(--line);
      padding: 54px 0;
    }

    .bv24-strip-grid {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bv24-product {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
    }

    .bv24-product img {
      aspect-ratio: 1;
      object-fit: cover;
      width: 100%;
    }

    .bv24-product div {
      display: grid;
      gap: 8px;
      padding: 14px;
    }

    .bv24-product span {
      color: var(--muted);
      font-size: 0.86rem;
      line-height: 1.4;
    }

    @media (max-width: 960px) {
      .bv24-tool-hero {
        grid-template-columns: 1fr;
      }

      .bv24-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 660px) {
      .bv24-shell {
        padding: 0 16px;
      }

      .bv24-topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .bv24-nav {
        justify-content: flex-start;
      }

      .bv24 h1 {
        font-size: clamp(2.8rem, 17vw, 4.6rem);
      }

      .bv24-strip-grid {
        grid-template-columns: 1fr;
      }
    }

.bv24 {
      --ink: #17201a;
      --muted: #5a6b60;
      --paper: #fbfbf4;
      --rose: #b43b57;
      --leaf: #2f7a4b;
      --sun: #f3c969;
      --lilac: #8a6fb1;
      --line: rgba(23, 32, 26, 0.14);
      background: #fbfbf4;
      color: var(--ink);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      letter-spacing: 0;
    }

    .bv24 * {
      box-sizing: border-box;
    }

    .bv24 img {
      display: block;
      height: auto;
      max-width: 100%;
    }

    .bv24 a {
      color: inherit;
    }

    .bv24-shell {
      margin: 0 auto;
      max-width: 1180px;
      padding: 0 22px;
    }

    .bv24-topbar {
      align-items: center;
      display: flex;
      gap: 16px;
      justify-content: space-between;
      padding: 18px 0;
    }

    .bv24-brand {
      align-items: center;
      display: flex;
      gap: 10px;
      min-width: 0;
    }

    .bv24-brand-mark {
      align-items: center;
      background: var(--leaf);
      border: 1px solid rgba(255, 255, 255, 0.45);
      border-radius: 8px;
      color: #fff;
      display: inline-flex;
      font-size: 1rem;
      font-weight: 900;
      height: 38px;
      justify-content: center;
      line-height: 1;
      width: 38px;
    }

    .bv24-brand-text {
      display: grid;
      gap: 1px;
    }

    .bv24-brand-text strong {
      font-size: 1.02rem;
      line-height: 1.05;
    }

    .bv24-brand-text span {
      color: var(--muted);
      font-size: 0.78rem;
      font-weight: 760;
      text-transform: uppercase;
    }

    .bv24-nav {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: flex-end;
    }

    .bv24-pill,
    .bv24-button {
      align-items: center;
      border-radius: 8px;
      display: inline-flex;
      font-weight: 860;
      justify-content: center;
      min-height: 42px;
      padding: 10px 14px;
    }

    .bv24-pill {
      background: rgba(255, 255, 255, 0.7);
      border: 1px solid var(--line);
      color: var(--ink);
      font-size: 0.9rem;
    }

    .bv24-button {
      background: var(--rose);
      border: 1px solid var(--rose);
      color: #fff !important;
      font-size: 0.92rem;
      text-decoration: none !important;
    }

    .bv24-button.secondary {
      background: #fff;
      border-color: var(--line);
      color: var(--ink) !important;
    }

    .bv24-hero {
      display: grid;
      gap: 34px;
      grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
      min-height: 640px;
      padding: 40px 0 54px;
    }

    .bv24-hero-copy {
      align-self: center;
      display: grid;
      gap: 24px;
      max-width: 720px;
    }

    .bv24-kicker {
      color: var(--rose);
      font-size: 0.82rem;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .bv24 h1,
    .bv24 h2,
    .bv24 h3,
    .bv24 p {
      margin: 0;
    }

    .bv24 h1 {
      font-size: clamp(3rem, 7vw, 7.4rem);
      letter-spacing: 0;
      line-height: 0.88;
      max-width: 760px;
    }

    .bv24 h2 {
      font-size: clamp(2rem, 4vw, 4.4rem);
      letter-spacing: 0;
      line-height: 0.96;
    }

    .bv24 h3 {
      font-size: 1.1rem;
      line-height: 1.15;
    }

    .bv24-lede {
      color: #34473a;
      font-size: clamp(1.08rem, 1.8vw, 1.45rem);
      line-height: 1.55;
      max-width: 680px;
    }

    .bv24-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .bv24-proof {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      max-width: 680px;
    }

    .bv24-proof div {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 16px;
    }

    .bv24-proof strong {
      display: block;
      font-size: 1.6rem;
      line-height: 1;
    }

    .bv24-proof span {
      color: var(--muted);
      display: block;
      font-size: 0.82rem;
      font-weight: 760;
      line-height: 1.25;
      margin-top: 6px;
    }

    .bv24-product-stack {
      align-self: stretch;
      display: grid;
      gap: 12px;
      grid-template-columns: 1fr 0.72fr;
      grid-template-rows: 1fr 1fr;
      min-height: 560px;
    }

    .bv24-photo {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      min-height: 0;
      overflow: hidden;
      position: relative;
    }

    .bv24-photo:first-child {
      grid-row: span 2;
    }

    .bv24-photo img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .bv24-photo span {
      background: rgba(255, 255, 255, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 8px;
      bottom: 12px;
      color: var(--ink);
      font-size: 0.78rem;
      font-weight: 900;
      left: 12px;
      line-height: 1.15;
      padding: 8px 10px;
      position: absolute;
      right: 12px;
    }

    .bv24-band {
      border-top: 1px solid var(--line);
      padding: 58px 0;
    }

    .bv24-section-head {
      align-items: end;
      display: flex;
      gap: 24px;
      justify-content: space-between;
      margin-bottom: 24px;
    }

    .bv24-section-head p {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.55;
      max-width: 520px;
    }

    .bv24-occasion-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bv24-occasion {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      display: grid;
      gap: 12px;
      min-height: 190px;
      padding: 18px;
    }

    .bv24-occasion b {
      align-items: center;
      border-radius: 999px;
      display: inline-flex;
      font-size: 0.82rem;
      font-weight: 900;
      justify-content: center;
      min-height: 34px;
      width: 34px;
    }

    .bv24-occasion:nth-child(1) b { background: #ffe0e8; color: #9f2d47; }
    .bv24-occasion:nth-child(2) b { background: #dcf3e6; color: #1f6b40; }
    .bv24-occasion:nth-child(3) b { background: #fff0c0; color: #8b6512; }
    .bv24-occasion:nth-child(4) b { background: #eee7ff; color: #654b91; }

    .bv24-occasion p {
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.45;
    }

    .bv24-shop-grid {
      display: grid;
      gap: 14px;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .bv24-product {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      overflow: hidden;
    }

    .bv24-product img {
      aspect-ratio: 1;
      object-fit: cover;
      width: 100%;
    }

    .bv24-product div {
      display: grid;
      gap: 8px;
      padding: 14px;
    }

    .bv24-product small {
      color: var(--rose);
      font-size: 0.78rem;
      font-weight: 900;
      text-transform: uppercase;
    }

    .bv24-product span {
      color: var(--muted);
      font-size: 0.9rem;
      line-height: 1.4;
    }

    .bv24-tool-preview {
      background: #17201a;
      color: #fff;
      display: grid;
      gap: 24px;
      grid-template-columns: 0.9fr 1.1fr;
      padding: 0;
    }

    .bv24-tool-preview .bv24-shell {
      display: grid;
      gap: 24px;
      grid-column: 1 / -1;
      grid-template-columns: 0.9fr 1.1fr;
      padding-bottom: 58px;
      padding-top: 58px;
    }

    .bv24-tool-preview p {
      color: rgba(255, 255, 255, 0.78);
      line-height: 1.55;
    }

    .bv24-tool-panel {
      background: rgba(255, 255, 255, 0.09);
      border: 1px solid rgba(255, 255, 255, 0.16);
      border-radius: 8px;
      display: grid;
      gap: 12px;
      padding: 18px;
    }

    .bv24-tool-panel a {
      align-items: center;
      background: var(--sun);
      border-radius: 8px;
      color: #17201a !important;
      display: inline-flex;
      font-weight: 900;
      justify-content: center;
      min-height: 46px;
      padding: 12px 16px;
      width: fit-content;
    }

    .bv24-guide-grid {
      display: grid;
      gap: 12px;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bv24-guide {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      display: grid;
      gap: 10px;
      min-height: 180px;
      padding: 18px;
    }

    .bv24-guide span {
      color: var(--muted);
      font-size: 0.86rem;
      font-weight: 840;
    }

    .bv24-guide p {
      color: var(--muted);
      font-size: 0.93rem;
      line-height: 1.45;
    }

    @media (max-width: 980px) {
      .bv24-hero,
      .bv24-tool-preview .bv24-shell {
        grid-template-columns: 1fr;
      }

      .bv24-hero {
        min-height: 0;
      }

      .bv24-product-stack {
        min-height: 460px;
      }

      .bv24-occasion-grid,
      .bv24-shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px) {
      .bv24-shell {
        padding: 0 16px;
      }

      .bv24-topbar {
        align-items: flex-start;
        flex-direction: column;
      }

      .bv24-nav {
        justify-content: flex-start;
        width: 100%;
      }

      .bv24-pill,
      .bv24-button {
        min-height: 40px;
      }

      .bv24 h1 {
        font-size: clamp(2.8rem, 18vw, 4.8rem);
      }

      .bv24-proof,
      .bv24-occasion-grid,
      .bv24-shop-grid,
      .bv24-guide-grid {
        grid-template-columns: 1fr;
      }

      .bv24-product-stack {
        grid-template-columns: 1fr 1fr;
        min-height: 360px;
      }
    }

body.page {
    overflow-x: hidden !important;
}

body.page #wrapper-navbar,
body.page #masthead.site-header,
body.page .site-content-header,
body.page header.opinion-header,
body.page header.opinion-site-header,
body.page .opinion-page-cover {
    display: none !important;
}

body.page #theme-main > .jumbotron,
body.page #theme-main > .bg-light-subtle,
body.page .google-auto-placed {
    display: none !important;
}

body.page #theme-main > .container,
body.page #container-content-page,
body.page #content,
body.page #primary,
body.page .site-content,
body.page #wrapper.site-content,
body.page .content-outer.container,
body.page .content-area,
body.page .entry-content,
body.page .post-content,
body.page .post-entry,
body.page article.hentry,
body.page .opinion-section:not(.opinion-page-cover),
body.page .opinion-section:not(.opinion-page-cover) > .container,
body.page .opinion-section:not(.opinion-page-cover) .section-content,
body.page .opinion-section:not(.opinion-page-cover) .opinion-post,
body.page .opinion-section:not(.opinion-page-cover) [class*="col-"],
body.page #ruby-site-content > .ruby-page-wrap.ruby-container,
body.page #ruby-site-content > .ruby-page-wrap > .ruby-content-wrap {
    display: block !important;
    flex: 0 0 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
}

body.page #theme-main > .container > .row,
body.page #container-content-page > .row {
    --bs-gutter-x: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.page #theme-main .col-md-10.offset-md-1 {
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
}

body.page #ruby-site-content > .ruby-page-wrap > #sidebar,
body.page .single-header {
    display: none !important;
}

.ocs-live-v3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
}

.ocs-live-v3 a {
    text-decoration: none !important;
}

.ocs-live-v3 .ocs-choice-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.ocs-live-v3 .ocs-choice-list button {
    background: #f8fafc !important;
    border: 1px solid rgba(24, 32, 51, 0.16) !important;
    border-radius: 8px !important;
    color: #182033 !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    min-height: 42px !important;
    padding: 10px 12px !important;
    text-align: left !important;
}

.ocs-live-v3 .ocs-choice-list button.is-active {
    background: #182033 !important;
    border-color: #182033 !important;
    color: #ffffff !important;
}

.ocs-live-v3 .ocs-tool-output {
    min-height: 210px !important;
}